Skip to content

Commit

Permalink
Update to 20.1.7 (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: dxvladislavvolkov <vladislavvolkov@Vladislavs-MacBook-Pro.local>
  • Loading branch information
dxrobot and dxvladislavvolkov committed Sep 9, 2020
1 parent 0d90a68 commit 8393c90
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
Expand Up @@ -3,7 +3,7 @@
"name": "Developer Express Inc."
},
"name": "devextreme-react",
"version": "20.1.6",
"version": "20.1.7",
"description": "DevExtreme React UI and Visualization Components",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"devextreme": "~20.1.6",
"devextreme": "~20.1.7",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
Expand All @@ -28,7 +28,7 @@
"css-loader": "^2.1.0",
"dasherize": "^2.0.0",
"del": "^3.0.0",
"devextreme": "~20.1.6",
"devextreme": "~20.1.7",
"devextreme-internal-tools": "stable",
"dot": "^1.1.2",
"enzyme": "^3.7.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 8393c90

Please sign in to comment.