Skip to content

Commit

Permalink
Update to 18.2.6 (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored and babich-a committed Feb 14, 2019
1 parent 8652149 commit 460ffa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions metadata/NGMetaData.json
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@
}
},
"dxButtonGroup": {
"Description": "The ButtonGroup is a widget that contains a set of toggle buttons, and can be used as a mode switcher.",
"Description": "The ButtonGroup is a widget that contains a set of toggle buttons and can be used as a mode switcher.",
"Module": "ui/button_group",
"Options": {
"accessKey": {
Expand Down Expand Up @@ -6813,7 +6813,8 @@
"visualRangeUpdateMode": {
"PrimitiveTypes": [
"string"
]
],
"Description": "Specifies how the axis's visual range should behave when chart data is updated."
},
"wholeRange": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -8825,7 +8826,7 @@
"Function"
],
"IsFunc": true,
"Description": "Customizes data before export. You can use the exporting.customizeExcelCell function instead."
"Description": "Customizes data before export. You can use the export.customizeExcelCell function instead."
},
"dataSource": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -35731,7 +35732,7 @@
"Function"
],
"IsFunc": true,
"Description": "Allows you to load nodes manually."
"Description": "Allows you to load nodes. Applies if the dataStructure is \"plain\" and the dataSource and items are undefined."
},
"dataSource": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -36488,7 +36489,7 @@
"Description": "Specifies the geographical coordinates of the center for a map."
},
"controlBar": {
"Description": "Specifies the options of the control bar.",
"Description": "Configures the control bar.",
"Options": {
"borderColor": {
"PrimitiveTypes": [
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{
"name": "devextreme-angular",
"version": "18.2.5",
"version": "18.2.6",
"description": "Angular UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
Expand All @@ -17,13 +17,13 @@
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"devextreme": "~18.2.5",
"devextreme": "~18.2.6",
"@angular/core": ">5.0.0",
"@angular/common": ">5.0.0",
"@angular/forms": ">5.0.0"
},
"devDependencies": {
"devextreme": "~18.2.5",
"devextreme": "~18.2.6",
"zone.js": "^0.8.25",
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
Expand Down

0 comments on commit 460ffa4

Please sign in to comment.