Skip to content

Commit 14ec08b

Browse files
authored
Update to 19.1.9 (#349)
1 parent 2e70f80 commit 14ec08b

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-vue",
3-
"version": "19.1.8",
3+
"version": "19.1.9",
44
"description": "DevExtreme Vue UI and Visualization Components",
55
"repository": {
66
"type": "git",
@@ -27,7 +27,7 @@
2727
"author": "Developer Express Inc.",
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"devextreme": "~19.1.8",
30+
"devextreme": "~19.1.9",
3131
"vue": "^2.5.16"
3232
},
3333
"devDependencies": {
@@ -37,7 +37,7 @@
3737
"css-loader": "^2.1.1",
3838
"dasherize": "^2.0.0",
3939
"del": "^3.0.0",
40-
"devextreme": "~19.1.8",
40+
"devextreme": "~19.1.9",
4141
"dot": "^1.1.2",
4242
"gulp": "^4.0.0",
4343
"gulp-header": "^2.0.5",

tools/integration-data.json

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"meta": {
3-
"docsRevision": "0211ea36b17d8a78c72281654d0bb91a501ee9ed"
3+
"docsRevision": "786376ae6cb1ec9aca120f70bb272f32487078ba"
44
},
55
"widgets": [
66
{
@@ -153877,6 +153877,9 @@
153877153877
},
153878153878
{
153879153879
"type": "Number"
153880+
},
153881+
{
153882+
"type": "String"
153880153883
}
153881153884
]
153882153885
},
@@ -154794,6 +154797,9 @@
154794154797
},
154795154798
{
154796154799
"type": "Number"
154800+
},
154801+
{
154802+
"type": "String"
154797154803
}
154798154804
]
154799154805
},
@@ -160853,6 +160859,9 @@
160853160859
},
160854160860
{
160855160861
"type": "Number"
160862+
},
160863+
{
160864+
"type": "String"
160856160865
}
160857160866
]
160858160867
},
@@ -161663,6 +161672,9 @@
161663161672
},
161664161673
{
161665161674
"type": "Number"
161675+
},
161676+
{
161677+
"type": "String"
161666161678
}
161667161679
]
161668161680
},
@@ -163450,6 +163462,9 @@
163450163462
},
163451163463
{
163452163464
"type": "Number"
163465+
},
163466+
{
163467+
"type": "String"
163453163468
}
163454163469
]
163455163470
},
@@ -182635,7 +182650,7 @@
182635182650
"name": "component",
182636182651
"types": [
182637182652
{
182638-
"type": "dxSpeedDialAction",
182653+
"type": "DOMComponent",
182639182654
"isCustomType": true
182640182655
}
182641182656
]
@@ -182656,15 +182671,6 @@
182656182671
"type": "Object"
182657182672
}
182658182673
]
182659-
},
182660-
{
182661-
"name": "actionElement",
182662-
"types": [
182663-
{
182664-
"type": "dxElement",
182665-
"isCustomType": true
182666-
}
182667-
]
182668182674
}
182669182675
]
182670182676
}
@@ -182693,7 +182699,7 @@
182693182699
"name": "component",
182694182700
"types": [
182695182701
{
182696-
"type": "dxSpeedDialAction",
182702+
"type": "Component",
182697182703
"isCustomType": true
182698182704
}
182699182705
]
@@ -182706,23 +182712,6 @@
182706182712
"isCustomType": true
182707182713
}
182708182714
]
182709-
},
182710-
{
182711-
"name": "model",
182712-
"types": [
182713-
{
182714-
"type": "Object"
182715-
}
182716-
]
182717-
},
182718-
{
182719-
"name": "actionElement",
182720-
"types": [
182721-
{
182722-
"type": "dxElement",
182723-
"isCustomType": true
182724-
}
182725-
]
182726182715
}
182727182716
]
182728182717
}

0 commit comments

Comments
 (0)