Skip to content

Commit

Permalink
Update to 19.1.8 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored and dxvladislavvolkov committed Nov 26, 2019
1 parent 73e7337 commit 2e70f80
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 8 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": "19.1.7",
"version": "19.1.8",
"description": "DevExtreme Vue UI and Visualization Components",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"devextreme": "~19.1.7",
"devextreme": "~19.1.8",
"vue": "^2.5.16"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"css-loader": "^2.1.1",
"dasherize": "^2.0.0",
"del": "^3.0.0",
"devextreme": "~19.1.7",
"devextreme": "~19.1.8",
"dot": "^1.1.2",
"gulp": "^4.0.0",
"gulp-header": "^2.0.5",
Expand Down
52 changes: 48 additions & 4 deletions tools/integration-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"docsRevision": "2b7f6f70b9fdecd5f80eda8584904e63620442c6"
"docsRevision": "0211ea36b17d8a78c72281654d0bb91a501ee9ed"
},
"widgets": [
{
Expand Down Expand Up @@ -182540,6 +182540,15 @@
"isCustomType": true
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down Expand Up @@ -182568,7 +182577,7 @@
"name": "component",
"types": [
{
"type": "Widget",
"type": "dxSpeedDialAction",
"isCustomType": true
}
]
Expand All @@ -182589,6 +182598,15 @@
"type": "Object"
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down Expand Up @@ -182617,7 +182635,7 @@
"name": "component",
"types": [
{
"type": "DOMComponent",
"type": "dxSpeedDialAction",
"isCustomType": true
}
]
Expand All @@ -182638,6 +182656,15 @@
"type": "Object"
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down Expand Up @@ -182666,7 +182693,7 @@
"name": "component",
"types": [
{
"type": "Component",
"type": "dxSpeedDialAction",
"isCustomType": true
}
]
Expand All @@ -182679,6 +182706,23 @@
"isCustomType": true
}
]
},
{
"name": "model",
"types": [
{
"type": "Object"
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down

0 comments on commit 2e70f80

Please sign in to comment.