Skip to content

Commit 2168d3c

Browse files
dxrobotviterobk
authored andcommitted
Update to 18.2.11 (#1013)
1 parent 203c43b commit 2168d3c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

metadata/NGMetaData.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40420,7 +40420,7 @@
4042040420
"PrimitiveTypes": [
4042140421
"string"
4042240422
],
40423-
"Description": ""
40423+
"Description": "Specifies the field's name. Use it to distinguish the field from other fields when they have identical dataField values."
4042440424
},
4042540425
"trueText": {
4042640426
"PrimitiveTypes": [
@@ -44583,6 +44583,7 @@
4458344583
"number",
4458444584
"string"
4458544585
],
44586+
"IsChangeable": true,
4458644587
"Description": "The range's end value."
4458744588
},
4458844589
"length": {
@@ -44654,6 +44655,7 @@
4465444655
"number",
4465544656
"string"
4465644657
],
44658+
"IsChangeable": true,
4465744659
"Description": "The range's start value."
4465844660
}
4465944661
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{
1+
{
22
"name": "devextreme-angular",
3-
"version": "18.2.10",
3+
"version": "18.2.11",
44
"description": "Angular UI and visualization components based on DevExtreme widgets",
55
"repository": {
66
"type": "git",
@@ -17,13 +17,13 @@
1717
"author": "Developer Express Inc.",
1818
"license": "MIT",
1919
"peerDependencies": {
20-
"devextreme": "~18.2.10",
20+
"devextreme": "~18.2.11",
2121
"@angular/core": ">5.0.0",
2222
"@angular/common": ">5.0.0",
2323
"@angular/forms": ">5.0.0"
2424
},
2525
"devDependencies": {
26-
"devextreme": "~18.2.10",
26+
"devextreme": "~18.2.11",
2727
"zone.js": "^0.8.25",
2828
"@angular/animations": "^5.0.0",
2929
"@angular/common": "^5.0.0",

0 commit comments

Comments
 (0)