Skip to content

Commit

Permalink
Update to 20.1.5 (#377)
Browse files Browse the repository at this point in the history
Co-authored-by: dxvladislavvolkov <[email protected]>
  • Loading branch information
dxrobot and dxvladislavvolkov authored Aug 25, 2020
1 parent 85c7978 commit ccd2297
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 13 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-vue",
"version": "20.1.4",
"version": "20.1.5",
"description": "DevExtreme Vue UI and Visualization Components",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"serve": "webpack-dev-server",
"test": "jest",
"test-watch": "jest --watch",
"update-integration-meta": "dx-tools update-integration-meta --output-path=./tools/integration-data.json"
"update-integration-meta": "dx-tools update-integration-meta --output-path ./tools/integration-data.json"
},
"keywords": [
"vue",
Expand All @@ -28,7 +28,7 @@
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"devextreme": "~20.1.4",
"devextreme": "~20.1.5",
"vue": "^2.5.16"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"css-loader": "^2.1.1",
"dasherize": "^2.0.0",
"del": "^3.0.0",
"devextreme": "~20.1.4",
"devextreme": "~20.1.5",
"devextreme-internal-tools": "stable",
"dot": "^1.1.2",
"gulp": "^4.0.0",
Expand Down
132 changes: 123 additions & 9 deletions tools/integration-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"docsRevision": "8a265bed56ce258f982039c8818ecef2cbabe3ad"
"docsRevision": "1f25951bce7a7f8603254abf2ae771179ade4e12"
},
"widgets": [
{
Expand Down Expand Up @@ -17224,6 +17224,18 @@
}
]
},
{
"name": "position",
"types": [
{
"type": "String",
"acceptableValues": [
"\"inside\"",
"\"outside\""
]
}
]
},
{
"name": "rotationAngle",
"types": [
Expand Down Expand Up @@ -18547,6 +18559,18 @@
}
]
},
{
"name": "position",
"types": [
{
"type": "String",
"acceptableValues": [
"\"inside\"",
"\"outside\""
]
}
]
},
{
"name": "rotationAngle",
"types": [
Expand Down Expand Up @@ -25098,6 +25122,18 @@
}
]
},
{
"name": "position",
"types": [
{
"type": "String",
"acceptableValues": [
"\"inside\"",
"\"outside\""
]
}
]
},
{
"name": "rotationAngle",
"types": [
Expand Down Expand Up @@ -27991,6 +28027,18 @@
}
]
},
{
"name": "position",
"types": [
{
"type": "String",
"acceptableValues": [
"\"inside\"",
"\"outside\""
]
}
]
},
{
"name": "rotationAngle",
"types": [
Expand Down Expand Up @@ -30882,6 +30930,18 @@
}
]
},
{
"name": "position",
"types": [
{
"type": "String",
"acceptableValues": [
"\"inside\"",
"\"outside\""
]
}
]
},
{
"name": "rotationAngle",
"types": [
Expand Down Expand Up @@ -41715,6 +41775,18 @@
}
]
},
{
"name": "position",
"types": [
{
"type": "String",
"acceptableValues": [
"\"inside\"",
"\"outside\""
]
}
]
},
{
"name": "rotationAngle",
"types": [
Expand Down Expand Up @@ -64761,7 +64833,8 @@
"\"buttons\"",
"\"detailExpand\"",
"\"groupExpand\"",
"\"selection\""
"\"selection\"",
"\"drag\""
]
}
]
Expand Down Expand Up @@ -84153,7 +84226,7 @@
"name": "container",
"types": [
{
"type": "dxElement",
"type": "dxSVGElement",
"isCustomType": true
}
]
Expand Down Expand Up @@ -84280,7 +84353,7 @@
"name": "container",
"types": [
{
"type": "dxElement",
"type": "dxSVGElement",
"isCustomType": true
}
]
Expand Down Expand Up @@ -86882,7 +86955,7 @@
"name": "container",
"types": [
{
"type": "dxElement",
"type": "dxSVGElement",
"isCustomType": true
}
]
Expand Down Expand Up @@ -116830,6 +116903,23 @@
}
]
},
{
"name": "firstDayOfWeek",
"types": [
{
"type": "Number",
"acceptableValues": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
}
]
},
{
"name": "focusStateEnabled",
"types": [
Expand Down Expand Up @@ -119309,7 +119399,8 @@
"type": "String",
"acceptableValues": [
"\"adaptive\"",
"\"buttons\""
"\"buttons\"",
"\"drag\""
]
}
]
Expand Down Expand Up @@ -203706,6 +203797,15 @@
}
]
},
{
"name": "popup",
"types": [
{
"type": "dxPopup",
"isCustomType": true
}
]
},
{
"name": "cancel",
"types": [
Expand Down Expand Up @@ -203776,6 +203876,9 @@
"types": [
{
"type": "Object"
},
{
"type": "Any"
}
]
},
Expand Down Expand Up @@ -243521,7 +243624,8 @@
"type": "String",
"acceptableValues": [
"\"adaptive\"",
"\"buttons\""
"\"buttons\"",
"\"drag\""
]
}
]
Expand Down Expand Up @@ -288659,7 +288763,8 @@
"\"buttons\"",
"\"detailExpand\"",
"\"groupExpand\"",
"\"selection\""
"\"selection\"",
"\"drag\""
]
}
]
Expand Down Expand Up @@ -301440,6 +301545,14 @@
"dragTemplate"
]
},
{
"name": "dxSVGElement",
"types": [
{
"type": "Any"
}
]
},
{
"name": "dxTabPanel.Options",
"props": [
Expand Down Expand Up @@ -306448,7 +306561,8 @@
"type": "String",
"acceptableValues": [
"\"adaptive\"",
"\"buttons\""
"\"buttons\"",
"\"drag\""
]
}
]
Expand Down

0 comments on commit ccd2297

Please sign in to comment.