Skip to content

Commit

Permalink
Update to 18.1.6 (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov authored Sep 5, 2018
1 parent 638fca4 commit d0095e4
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 50 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 18.1.6 (2018-09-05)

### Features
- Update `devextreme` version to 18.1.6

## 18.1.5 (2018-08-02)

### Features
Expand Down
99 changes: 52 additions & 47 deletions metadata/NGMetaData.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,13 @@
"IsReadonly": true,
"Description": "Returns the value currently displayed by the widget."
},
"dropDownButtonTemplate": {
"PrimitiveTypes": [
"any"
],
"IsTemplate": true,
"Description": "Specifies a custom template for the drop-down button."
},
"elementAttr": {
"PrimitiveTypes": [
"any"
Expand Down Expand Up @@ -974,6 +981,12 @@
],
"Description": "Specifies whether to display the Clear button in the widget."
},
"showDropDownButton": {
"PrimitiveTypes": [
"boolean"
],
"Description": "Specifies whether to show the drop-down button."
},
"spellcheck": {
"PrimitiveTypes": [
"boolean"
Expand Down Expand Up @@ -1127,7 +1140,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -4686,7 +4699,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -6864,7 +6877,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -7506,9 +7519,6 @@
}
},
"subvalueIndicator": {
"PrimitiveTypes": [
"any"
],
"ComplexTypes": [
"GaugeIndicator"
],
Expand Down Expand Up @@ -7795,9 +7805,6 @@
"Description": "Specifies the main value on a gauge."
},
"valueIndicator": {
"PrimitiveTypes": [
"any"
],
"ComplexTypes": [
"GaugeIndicator"
],
Expand Down Expand Up @@ -10060,7 +10067,7 @@
"Function"
],
"IsFunc": true,
"Description": "Specifies a function that is executed on state saving. Applies only if the type is 'custom'."
"Description": "Specifies a function that is executed on state saving. Applies only if the type is \"custom\"."
},
"enabled": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -10193,55 +10200,55 @@
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'avg' summary items when they are displayed in the parent column."
"Description": "Specifies a pattern for the \"avg\" summary items when they are displayed in the parent column."
},
"avgOtherColumn": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'avg' summary items displayed in a group row or in any other column rather than the parent one."
"Description": "Specifies a pattern for the \"avg\" summary items displayed in a group row or in any other column rather than the parent one."
},
"count": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'count' summary items."
"Description": "Specifies a pattern for the \"count\" summary items."
},
"max": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'max' summary items when they are displayed in the parent column."
"Description": "Specifies a pattern for the \"max\" summary items when they are displayed in the parent column."
},
"maxOtherColumn": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'max' summary items displayed in a group row or in any other column rather than the parent one."
"Description": "Specifies a pattern for the \"max\" summary items displayed in a group row or in any other column rather than the parent one."
},
"min": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'min' summary items when they are displayed in the parent column."
"Description": "Specifies a pattern for the \"min\" summary items when they are displayed in the parent column."
},
"minOtherColumn": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'min' summary items displayed in a group row or in any other column rather than the parent one."
"Description": "Specifies a pattern for the \"min\" summary items displayed in a group row or in any other column rather than the parent one."
},
"sum": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'sum' summary items when they are displayed in the parent column."
"Description": "Specifies a pattern for the \"sum\" summary items when they are displayed in the parent column."
},
"sumOtherColumn": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a pattern for the 'sum' summary items displayed in a group row or in any other column rather than the parent one."
"Description": "Specifies a pattern for the \"sum\" summary items displayed in a group row or in any other column rather than the parent one."
}
}
},
Expand Down Expand Up @@ -10464,7 +10471,7 @@
"ComplexTypes": [
"Format"
],
"Description": "Specifies the date display format. Ignored if the pickerType option is 'native'"
"Description": "Specifies the date display format. Ignored if the pickerType option is \"native\""
},
"dropDownButtonTemplate": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -10763,7 +10770,8 @@
"showDropDownButton": {
"PrimitiveTypes": [
"boolean"
]
],
"Description": "Specifies whether to show the drop-down button."
},
"spellcheck": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -11344,7 +11352,8 @@
"showDropDownButton": {
"PrimitiveTypes": [
"boolean"
]
],
"Description": "Specifies whether to show the drop-down button."
},
"tabIndex": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -12424,7 +12433,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -13784,7 +13793,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -14440,9 +14449,6 @@
}
},
"subvalueIndicator": {
"PrimitiveTypes": [
"any"
],
"ComplexTypes": [
"GaugeIndicator"
],
Expand Down Expand Up @@ -14729,9 +14735,6 @@
"Description": "Specifies the main value on a gauge."
},
"valueIndicator": {
"PrimitiveTypes": [
"any"
],
"ComplexTypes": [
"GaugeIndicator"
],
Expand Down Expand Up @@ -18277,7 +18280,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -19860,14 +19863,14 @@
"Function"
],
"IsFunc": true,
"Description": "Specifies a function that is executed on state loading. Applies only if the type is 'custom'."
"Description": "Specifies a function that is executed on state loading. Applies only if the type is \"custom\"."
},
"customSave": {
"PrimitiveTypes": [
"Function"
],
"IsFunc": true,
"Description": "Specifies a function that is executed on state saving. Applies only if the type is 'custom'."
"Description": "Specifies a function that is executed on state saving. Applies only if the type is \"custom\"."
},
"enabled": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -21333,7 +21336,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -24312,7 +24315,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -27587,7 +27590,8 @@
"showDropDownButton": {
"PrimitiveTypes": [
"boolean"
]
],
"Description": "Specifies whether to show the drop-down button."
},
"showSelectionControls": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -30073,7 +30077,8 @@
"showDropDownButton": {
"PrimitiveTypes": [
"boolean"
]
],
"Description": "Specifies whether to show the drop-down button."
},
"showMultiTagOnly": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -32969,7 +32974,7 @@
"PrimitiveTypes": [
"any"
],
"Description": "Specifies the root node's identifier. Applies if dataStructure is 'plain'."
"Description": "Specifies the root node's identifier. Applies if dataStructure is \"plain\"."
},
"rowAlternationEnabled": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -33184,7 +33189,7 @@
"Function"
],
"IsFunc": true,
"Description": "Specifies a function that is executed on state saving. Applies only if the type is 'custom'."
"Description": "Specifies a function that is executed on state saving. Applies only if the type is \"custom\"."
},
"enabled": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -33356,7 +33361,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -35120,7 +35125,7 @@
],
"IsCollection": true,
"SingularName": "format",
"Description": "Specifies a set of formats available for exporting into."
"Description": "Specifies a set of export formats."
},
"margin": {
"PrimitiveTypes": [
Expand Down Expand Up @@ -40301,32 +40306,32 @@
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a font color."
"Description": "Specifies font color."
},
"family": {
"PrimitiveTypes": [
"string"
],
"Description": "Specifies a font family."
"Description": "Specifies font family."
},
"opacity": {
"PrimitiveTypes": [
"number"
],
"Description": "Specifies a font opacity."
"Description": "Specifies font opacity."
},
"size": {
"PrimitiveTypes": [
"number",
"string"
],
"Description": "Specifies a font size."
"Description": "Specifies font size."
},
"weight": {
"PrimitiveTypes": [
"number"
],
"Description": "Specifies a font weight."
"Description": "Specifies font weight. Accepts values from 100 to 900 in increments of 100. Higher values increase boldness."
}
}
},
Expand Down Expand Up @@ -40368,7 +40373,7 @@
}
},
"GaugeIndicator": {
"Description": "An object that defines a gauge indicator of the rectangleNeedle type.",
"Description": "A base object for gauge value and subvalue indicators. Includes the options of indicators of all types.",
"Options": {
"arrowLength": {
"PrimitiveTypes": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-angular",
"version": "18.1.5",
"version": "18.1.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.1.5",
"devextreme": "~18.1.6",
"@angular/core": ">5.0.0",
"@angular/common": ">5.0.0",
"@angular/forms": ">5.0.0"
},
"devDependencies": {
"devextreme": "~18.1.5",
"devextreme": "~18.1.6",
"zone.js": "^0.8.25",
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
Expand Down

0 comments on commit d0095e4

Please sign in to comment.