Skip to content

Commit

Permalink
Update to 20.1.7 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored Aug 28, 2020
1 parent 3aeb4cc commit b034619
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-vue",
"version": "20.1.6",
"version": "20.1.7",
"description": "DevExtreme Vue UI and Visualization Components",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"devextreme": "~20.1.6",
"devextreme": "~20.1.7",
"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.6",
"devextreme": "~20.1.7",
"devextreme-internal-tools": "stable",
"dot": "^1.1.2",
"gulp": "^4.0.0",
Expand Down
209 changes: 200 additions & 9 deletions tools/integration-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"docsRevision": "05f2256dba83d7d8e2f2ce6787ade8f60d8f68ec"
"docsRevision": "c22c93e11ae5da4ce0f26b1a31f77c174cba68c7"
},
"widgets": [
{
Expand Down Expand Up @@ -97187,6 +97187,75 @@
}
]
},
{
"name": "onClick",
"types": [
{
"type": "Function",
"params": [
{
"name": "e",
"types": [
{
"type": "Object",
"fields": [
{
"name": "component",
"types": [
{
"type": "dxDropDownButton",
"isCustomType": true
}
]
},
{
"name": "element",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
},
{
"name": "model",
"types": [
{
"type": "Object"
}
]
},
{
"name": "jQueryEvent",
"types": [
{
"type": "Any"
}
]
},
{
"name": "event",
"types": [
{
"type": "event",
"isCustomType": true
}
]
}
]
}
]
}
],
"returnValueType": {
"type": "void"
}
},
{
"type": "String"
}
]
},
{
"name": "showChevron",
"types": [
Expand Down Expand Up @@ -98219,6 +98288,27 @@
"isCustomType": true
}
]
},
{
"name": "fileSystemItem",
"types": [
{
"type": "FileSystemItem",
"isCustomType": true
}
]
},
{
"name": "viewArea",
"types": [
{
"type": "String",
"acceptableValues": [
"\"navPane\"",
"\"itemView\""
]
}
]
}
]
}
Expand Down Expand Up @@ -135606,6 +135696,14 @@
}
]
},
{
"name": "dropDownCentered",
"types": [
{
"type": "Boolean"
}
]
},
{
"name": "dropDownOptions",
"types": [
Expand Down Expand Up @@ -135765,14 +135863,6 @@
}
]
},
{
"name": "itemCenteringEnabled",
"types": [
{
"type": "Boolean"
}
]
},
{
"name": "items",
"types": [
Expand Down Expand Up @@ -154915,6 +155005,22 @@
}
]
},
{
"name": "shading",
"types": [
{
"type": "Boolean"
}
]
},
{
"name": "shadingColor",
"types": [
{
"type": "String"
}
]
},
{
"name": "showIndicator",
"types": [
Expand Down Expand Up @@ -156623,6 +156729,22 @@
}
]
},
{
"name": "shading",
"types": [
{
"type": "Boolean"
}
]
},
{
"name": "shadingColor",
"types": [
{
"type": "String"
}
]
},
{
"name": "showIndicator",
"types": [
Expand Down Expand Up @@ -289466,6 +289588,75 @@
}
]
},
{
"name": "onClick",
"types": [
{
"type": "Function",
"params": [
{
"name": "e",
"types": [
{
"type": "Object",
"fields": [
{
"name": "component",
"types": [
{
"type": "dxDropDownButton",
"isCustomType": true
}
]
},
{
"name": "element",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
},
{
"name": "model",
"types": [
{
"type": "Object"
}
]
},
{
"name": "jQueryEvent",
"types": [
{
"type": "Any"
}
]
},
{
"name": "event",
"types": [
{
"type": "event",
"isCustomType": true
}
]
}
]
}
]
}
],
"returnValueType": {
"type": "void"
}
},
{
"type": "String"
}
]
},
{
"name": "template",
"types": [
Expand Down

0 comments on commit b034619

Please sign in to comment.