diff --git a/package.json b/package.json index 733851e4..de656838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ -{ +{ "name": "devextreme-vue", - "version": "19.2.3", + "version": "19.2.4", "description": "DevExtreme Vue UI and Visualization Components", "repository": { "type": "git", @@ -27,7 +27,7 @@ "author": "Developer Express Inc.", "license": "MIT", "peerDependencies": { - "devextreme": "~19.2.3", + "devextreme": "~19.2.4", "vue": "^2.5.16" }, "devDependencies": { @@ -37,7 +37,7 @@ "css-loader": "^2.1.1", "dasherize": "^2.0.0", "del": "^3.0.0", - "devextreme": "~19.2.3", + "devextreme": "~19.2.4", "dot": "^1.1.2", "gulp": "^4.0.0", "gulp-header": "^2.0.5", diff --git a/tools/integration-data.json b/tools/integration-data.json index 1010c292..fe71ad48 100644 --- a/tools/integration-data.json +++ b/tools/integration-data.json @@ -1,6 +1,6 @@ { "meta": { - "docsRevision": "ff98e476046b6efa03056e356d305538fe728c9d" + "docsRevision": "948389b362515f96c850d94a9e591ae1ee38111d" }, "widgets": [ { @@ -4998,14 +4998,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -18904,7 +18896,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -19141,14 +19133,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -24401,7 +24385,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -24602,7 +24586,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -24668,7 +24652,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -27965,7 +27949,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -28158,7 +28142,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -28224,7 +28208,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -41885,14 +41869,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -51690,14 +51666,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "texts", "types": [ @@ -62784,6 +62752,10 @@ { "type": "DataSource.Options", "isCustomType": true + }, + { + "type": "Store", + "isCustomType": true } ] }, @@ -62888,6 +62860,10 @@ { "type": "DataSource.Options", "isCustomType": true + }, + { + "type": "Store", + "isCustomType": true } ] }, @@ -77489,7 +77465,10 @@ "\"bringToFront\"", "\"sendToBack\"", "\"lock\"", - "\"unlock\"" + "\"unlock\"", + "\"insertShapeImage\"", + "\"editShapeImage\"", + "\"deleteShapeImage\"" ] } ] @@ -78177,14 +78156,6 @@ "type": "String" } ] - }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] } ] }, @@ -78919,6 +78890,122 @@ } ] }, + { + "name": "onItemClick", + "types": [ + { + "type": "Function", + "params": [ + { + "name": "e", + "types": [ + { + "type": "Object", + "fields": [ + { + "name": "component", + "types": [ + { + "type": "dxDiagram", + "isCustomType": true + } + ] + }, + { + "name": "element", + "types": [ + { + "type": "dxElement", + "isCustomType": true + } + ] + }, + { + "name": "model", + "types": [ + { + "type": "Object" + } + ] + }, + { + "name": "item", + "types": [ + { + "type": "dxDiagramItem", + "isCustomType": true + } + ] + } + ] + } + ] + } + ], + "returnValueType": { + "type": "void" + } + } + ] + }, + { + "name": "onItemDblClick", + "types": [ + { + "type": "Function", + "params": [ + { + "name": "e", + "types": [ + { + "type": "Object", + "fields": [ + { + "name": "component", + "types": [ + { + "type": "dxDiagram", + "isCustomType": true + } + ] + }, + { + "name": "element", + "types": [ + { + "type": "dxElement", + "isCustomType": true + } + ] + }, + { + "name": "model", + "types": [ + { + "type": "Object" + } + ] + }, + { + "name": "item", + "types": [ + { + "type": "dxDiagramItem", + "isCustomType": true + } + ] + } + ] + } + ] + } + ], + "returnValueType": { + "type": "void" + } + } + ] + }, { "name": "onOptionChanged", "types": [ @@ -78992,6 +79079,69 @@ } ] }, + { + "name": "onSelectionChanged", + "types": [ + { + "type": "Function", + "params": [ + { + "name": "e", + "types": [ + { + "type": "Object", + "fields": [ + { + "name": "component", + "types": [ + { + "type": "dxDiagram", + "isCustomType": true + } + ] + }, + { + "name": "element", + "types": [ + { + "type": "dxElement", + "isCustomType": true + } + ] + }, + { + "name": "model", + "types": [ + { + "type": "Object" + } + ] + }, + { + "name": "items", + "types": [ + { + "type": "Array", + "itemTypes": [ + { + "type": "dxDiagramItem", + "isCustomType": true + } + ] + } + ] + } + ] + } + ] + } + ], + "returnValueType": { + "type": "void" + } + } + ] + }, { "name": "pageColor", "types": [ @@ -79211,6 +79361,11 @@ "\"export\"", "\"undo\"", "\"redo\"", + "\"cut\"", + "\"copy\"", + "\"paste\"", + "\"selectAll\"", + "\"delete\"", "\"fontName\"", "\"fontSize\"", "\"bold\"", @@ -79222,6 +79377,13 @@ "\"textAlignLeft\"", "\"textAlignCenter\"", "\"textAlignRight\"", + "\"lock\"", + "\"unlock\"", + "\"sendToBack\"", + "\"bringToFront\"", + "\"insertShapeImage\"", + "\"editShapeImage\"", + "\"deleteShapeImage\"", "\"connectorLineType\"", "\"connectorLineStart\"", "\"connectorLineEnd\"", @@ -79548,7 +79710,10 @@ "\"bringToFront\"", "\"sendToBack\"", "\"lock\"", - "\"unlock\"" + "\"unlock\"", + "\"insertShapeImage\"", + "\"editShapeImage\"", + "\"deleteShapeImage\"" ] } ] @@ -81094,6 +81259,11 @@ "\"export\"", "\"undo\"", "\"redo\"", + "\"cut\"", + "\"copy\"", + "\"paste\"", + "\"selectAll\"", + "\"delete\"", "\"fontName\"", "\"fontSize\"", "\"bold\"", @@ -81105,6 +81275,13 @@ "\"textAlignLeft\"", "\"textAlignCenter\"", "\"textAlignRight\"", + "\"lock\"", + "\"unlock\"", + "\"sendToBack\"", + "\"bringToFront\"", + "\"insertShapeImage\"", + "\"editShapeImage\"", + "\"deleteShapeImage\"", "\"connectorLineType\"", "\"connectorLineStart\"", "\"connectorLineEnd\"", @@ -90384,36 +90561,8 @@ "name": "contextMenu", "types": [ { - "type": "Object" - } - ], - "props": [ - { - "name": "items", - "types": [ - { - "type": "Array", - "itemTypes": [ - { - "type": "dxFileManagerContextMenuItem", - "isCustomType": true - }, - { - "type": "String", - "acceptableValues": [ - "\"create\"", - "\"upload\"", - "\"refresh\"", - "\"download\"", - "\"move\"", - "\"copy\"", - "\"rename\"", - "\"delete\"" - ] - } - ] - } - ] + "type": "dxFileManagerContextMenu", + "isCustomType": true } ] }, @@ -91007,71 +91156,8 @@ "name": "toolbar", "types": [ { - "type": "Object" - } - ], - "props": [ - { - "name": "fileSelectionItems", - "types": [ - { - "type": "Array", - "itemTypes": [ - { - "type": "dxFileManagerToolbarItem", - "isCustomType": true - }, - { - "type": "String", - "acceptableValues": [ - "\"showNavPane\"", - "\"create\"", - "\"upload\"", - "\"refresh\"", - "\"viewSwitcher\"", - "\"download\"", - "\"move\"", - "\"copy\"", - "\"rename\"", - "\"delete\"", - "\"clear\"", - "\"separator\"" - ] - } - ] - } - ] - }, - { - "name": "items", - "types": [ - { - "type": "Array", - "itemTypes": [ - { - "type": "dxFileManagerToolbarItem", - "isCustomType": true - }, - { - "type": "String", - "acceptableValues": [ - "\"showNavPane\"", - "\"create\"", - "\"upload\"", - "\"refresh\"", - "\"viewSwitcher\"", - "\"download\"", - "\"move\"", - "\"copy\"", - "\"rename\"", - "\"delete\"", - "\"clear\"", - "\"separator\"" - ] - } - ] - } - ] + "type": "dxFileManagerToolbar", + "isCustomType": true } ] }, @@ -91173,7 +91259,8 @@ "name": "contextMenuItem", "optionName": "items", "owners": [ - "contextMenu" + "contextMenu", + "item" ], "props": [ { @@ -91223,7 +91310,7 @@ "type": "Array", "itemTypes": [ { - "type": "dxContextMenuItem", + "type": "dxFileManagerContextMenuItem", "isCustomType": true } ] @@ -91481,6 +91568,7 @@ "optionName": "items", "owners": [ "contextMenu", + "item", "toolbar" ], "props": [ @@ -91531,7 +91619,7 @@ "type": "Array", "itemTypes": [ { - "type": "dxContextMenuItem", + "type": "dxFileManagerContextMenuItem", "isCustomType": true } ] @@ -94872,6 +94960,10 @@ { "type": "DataSource.Options", "isCustomType": true + }, + { + "type": "Store", + "isCustomType": true } ] }, @@ -95238,6 +95330,10 @@ { "type": "DataSource.Options", "isCustomType": true + }, + { + "type": "Store", + "isCustomType": true } ] }, @@ -101664,14 +101760,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -114799,14 +114887,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -137804,14 +137884,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -144783,14 +144855,6 @@ "type": "Boolean" } ] - }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] } ] }, @@ -151151,14 +151215,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -153093,28 +153149,6 @@ } ] }, - { - "name": "rangeStart", - "types": [ - { - "type": "Any" - }, - { - "type": "Number" - } - ] - }, - { - "name": "rangeEnd", - "types": [ - { - "type": "Any" - }, - { - "type": "Number" - } - ] - }, { "name": "axis", "types": [ @@ -172112,14 +172146,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -173162,6 +173188,9 @@ }, { "type": "Number" + }, + { + "type": "String" } ] }, @@ -174087,6 +174116,9 @@ }, { "type": "Number" + }, + { + "type": "String" } ] }, @@ -180183,6 +180215,9 @@ }, { "type": "Number" + }, + { + "type": "String" } ] }, @@ -181001,6 +181036,9 @@ }, { "type": "Number" + }, + { + "type": "String" } ] }, @@ -182788,6 +182826,9 @@ }, { "type": "Number" + }, + { + "type": "String" } ] }, @@ -186875,14 +186916,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -192950,6 +192983,14 @@ "isCustomType": true } ] + }, + { + "name": "cancel", + "types": [ + { + "type": "Boolean" + } + ] } ] } @@ -204827,6 +204868,15 @@ "isCustomType": true } ] + }, + { + "name": "actionElement", + "types": [ + { + "type": "dxElement", + "isCustomType": true + } + ] } ] } @@ -204855,7 +204905,7 @@ "name": "component", "types": [ { - "type": "Widget", + "type": "dxSpeedDialAction", "isCustomType": true } ] @@ -204876,6 +204926,15 @@ "type": "Object" } ] + }, + { + "name": "actionElement", + "types": [ + { + "type": "dxElement", + "isCustomType": true + } + ] } ] } @@ -204904,7 +204963,7 @@ "name": "component", "types": [ { - "type": "DOMComponent", + "type": "dxSpeedDialAction", "isCustomType": true } ] @@ -204925,6 +204984,15 @@ "type": "Object" } ] + }, + { + "name": "actionElement", + "types": [ + { + "type": "dxElement", + "isCustomType": true + } + ] } ] } @@ -204953,7 +205021,7 @@ "name": "component", "types": [ { - "type": "Component", + "type": "dxSpeedDialAction", "isCustomType": true } ] @@ -204966,6 +205034,23 @@ "isCustomType": true } ] + }, + { + "name": "model", + "types": [ + { + "type": "Object" + } + ] + }, + { + "name": "actionElement", + "types": [ + { + "type": "dxElement", + "isCustomType": true + } + ] } ] } @@ -230370,6 +230455,10 @@ { "type": "DataSource.Options", "isCustomType": true + }, + { + "type": "Store", + "isCustomType": true } ] }, @@ -230474,35 +230563,39 @@ { "type": "DataSource.Options", "isCustomType": true - } - ] - }, - { - "name": "displayExpr", - "types": [ - { - "type": "Function", - "params": [ - { - "name": "data", - "types": [ - { - "type": "Object" - } - ] - } - ], - "returnValueType": { - "type": "String" - } }, { - "type": "String" + "type": "Store", + "isCustomType": true } ] }, { - "name": "valueExpr", + "name": "displayExpr", + "types": [ + { + "type": "Function", + "params": [ + { + "name": "data", + "types": [ + { + "type": "Object" + } + ] + } + ], + "returnValueType": { + "type": "String" + } + }, + { + "type": "String" + } + ] + }, + { + "name": "valueExpr", "types": [ { "type": "Function", @@ -243421,14 +243514,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -253727,14 +253812,6 @@ } ] }, - { - "name": "proxyUrl", - "types": [ - { - "type": "String" - } - ] - }, { "name": "svgToCanvas", "types": [ @@ -270131,7 +270208,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -270332,7 +270409,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -270398,7 +270475,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -270632,7 +270709,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -270825,7 +270902,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -270891,7 +270968,7 @@ "type": "Function", "params": [ { - "name": "annotationItem", + "name": "annotation", "types": [ { "type": "dxChartAnnotationConfig", @@ -273547,6 +273624,24 @@ } ] }, + { + "name": "dxDiagramItem", + "props": [ + { + "name": "id", + "types": [ + { + "type": "String" + } + ] + } + ], + "types": [ + { + "type": "Object" + } + ] + }, { "name": "dxDropDownButtonItem", "props": [ @@ -273625,245 +273720,354 @@ ] }, { - "name": "dxElement", - "types": [ - { - "type": "Any" - } - ] - }, - { - "name": "dxEvent", + "name": "dxElement", + "types": [ + { + "type": "Any" + } + ] + }, + { + "name": "dxEvent", + "props": [ + { + "name": "currentTarget", + "types": [ + { + "type": "Any" + } + ] + }, + { + "name": "data", + "types": [ + { + "type": "Object" + } + ] + }, + { + "name": "delegateTarget", + "types": [ + { + "type": "Any" + } + ] + }, + { + "name": "isDefaultPrevented()", + "types": [ + { + "type": "Function", + "params": [], + "returnValueType": { + "type": "Boolean" + } + } + ] + }, + { + "name": "isImmediatePropagationStopped()", + "types": [ + { + "type": "Function", + "params": [], + "returnValueType": { + "type": "Boolean" + } + } + ] + }, + { + "name": "isPropagationStopped()", + "types": [ + { + "type": "Function", + "params": [], + "returnValueType": { + "type": "Boolean" + } + } + ] + }, + { + "name": "preventDefault()", + "types": [ + { + "type": "Function", + "params": [], + "returnValueType": { + "type": "void" + } + } + ] + }, + { + "name": "stopImmediatePropagation()", + "types": [ + { + "type": "Function", + "params": [], + "returnValueType": { + "type": "void" + } + } + ] + }, + { + "name": "stopPropagation()", + "types": [ + { + "type": "Function", + "params": [], + "returnValueType": { + "type": "void" + } + } + ] + }, + { + "name": "target", + "types": [ + { + "type": "Any" + } + ] + } + ] + }, + { + "name": "dxFileManagerContextMenu", + "props": [ + { + "name": "items", + "types": [ + { + "type": "Array", + "itemTypes": [ + { + "type": "dxFileManagerContextMenuItem", + "isCustomType": true + }, + { + "type": "String", + "acceptableValues": [ + "\"create\"", + "\"upload\"", + "\"refresh\"", + "\"download\"", + "\"move\"", + "\"copy\"", + "\"rename\"", + "\"delete\"" + ] + } + ] + } + ] + } + ], + "types": [ + { + "type": "Object" + } + ] + }, + { + "name": "dxFileManagerContextMenuItem", + "props": [ + { + "name": "beginGroup", + "types": [ + { + "type": "Boolean" + } + ] + }, + { + "name": "closeMenuOnClick", + "types": [ + { + "type": "Boolean" + } + ] + }, + { + "name": "disabled", + "types": [ + { + "type": "Boolean" + } + ] + }, + { + "name": "icon", + "types": [ + { + "type": "String" + } + ] + }, + { + "name": "items", + "types": [ + { + "type": "Array", + "itemTypes": [ + { + "type": "dxFileManagerContextMenuItem", + "isCustomType": true + } + ] + } + ] + }, + { + "name": "name", + "types": [ + { + "type": "String", + "acceptableValues": [ + "\"create\"", + "\"upload\"", + "\"refresh\"", + "\"download\"", + "\"move\"", + "\"copy\"", + "\"rename\"", + "\"delete\"" + ] + } + ] + }, + { + "name": "selectable", + "types": [ + { + "type": "Boolean" + } + ] + }, + { + "name": "selected", + "types": [ + { + "type": "Boolean" + } + ] + }, + { + "name": "template", + "types": [ + { + "type": "Function", + "params": [], + "returnValueType": { + "type": "String" + } + }, + { + "type": "template", + "isCustomType": true + } + ] + }, + { + "name": "text", + "types": [ + { + "type": "String" + } + ] + }, + { + "name": "visible", + "types": [ + { + "type": "Boolean" + } + ] + } + ], + "types": [ + { + "type": "Object" + } + ], + "templates": [ + "template" + ] + }, + { + "name": "dxFileManagerToolbar", "props": [ { - "name": "currentTarget", - "types": [ - { - "type": "Any" - } - ] - }, - { - "name": "data", - "types": [ - { - "type": "Object" - } - ] - }, - { - "name": "delegateTarget", - "types": [ - { - "type": "Any" - } - ] - }, - { - "name": "isDefaultPrevented()", - "types": [ - { - "type": "Function", - "params": [], - "returnValueType": { - "type": "Boolean" - } - } - ] - }, - { - "name": "isImmediatePropagationStopped()", - "types": [ - { - "type": "Function", - "params": [], - "returnValueType": { - "type": "Boolean" - } - } - ] - }, - { - "name": "isPropagationStopped()", - "types": [ - { - "type": "Function", - "params": [], - "returnValueType": { - "type": "Boolean" - } - } - ] - }, - { - "name": "preventDefault()", - "types": [ - { - "type": "Function", - "params": [], - "returnValueType": { - "type": "void" - } - } - ] - }, - { - "name": "stopImmediatePropagation()", - "types": [ - { - "type": "Function", - "params": [], - "returnValueType": { - "type": "void" - } - } - ] - }, - { - "name": "stopPropagation()", - "types": [ - { - "type": "Function", - "params": [], - "returnValueType": { - "type": "void" - } - } - ] - }, - { - "name": "target", - "types": [ - { - "type": "Any" - } - ] - } - ] - }, - { - "name": "dxFileManagerContextMenuItem", - "props": [ - { - "name": "beginGroup", - "types": [ - { - "type": "Boolean" - } - ] - }, - { - "name": "closeMenuOnClick", - "types": [ - { - "type": "Boolean" - } - ] - }, - { - "name": "disabled", - "types": [ - { - "type": "Boolean" - } - ] - }, - { - "name": "icon", - "types": [ - { - "type": "String" - } - ] - }, - { - "name": "items", + "name": "fileSelectionItems", "types": [ { "type": "Array", "itemTypes": [ { - "type": "dxContextMenuItem", + "type": "dxFileManagerToolbarItem", "isCustomType": true + }, + { + "type": "String", + "acceptableValues": [ + "\"showNavPane\"", + "\"create\"", + "\"upload\"", + "\"refresh\"", + "\"viewSwitcher\"", + "\"download\"", + "\"move\"", + "\"copy\"", + "\"rename\"", + "\"delete\"", + "\"clear\"", + "\"separator\"" + ] } ] } ] }, { - "name": "name", + "name": "items", "types": [ { - "type": "String", - "acceptableValues": [ - "\"create\"", - "\"upload\"", - "\"refresh\"", - "\"download\"", - "\"move\"", - "\"copy\"", - "\"rename\"", - "\"delete\"" + "type": "Array", + "itemTypes": [ + { + "type": "dxFileManagerToolbarItem", + "isCustomType": true + }, + { + "type": "String", + "acceptableValues": [ + "\"showNavPane\"", + "\"create\"", + "\"upload\"", + "\"refresh\"", + "\"viewSwitcher\"", + "\"download\"", + "\"move\"", + "\"copy\"", + "\"rename\"", + "\"delete\"", + "\"clear\"", + "\"separator\"" + ] + } ] } ] - }, - { - "name": "selectable", - "types": [ - { - "type": "Boolean" - } - ] - }, - { - "name": "selected", - "types": [ - { - "type": "Boolean" - } - ] - }, - { - "name": "template", - "types": [ - { - "type": "Function", - "params": [], - "returnValueType": { - "type": "String" - } - }, - { - "type": "template", - "isCustomType": true - } - ] - }, - { - "name": "text", - "types": [ - { - "type": "String" - } - ] - }, - { - "name": "visible", - "types": [ - { - "type": "Boolean" - } - ] } ], "types": [ { "type": "Object" } - ], - "templates": [ - "template" ] }, { @@ -275472,6 +275676,10 @@ { "type": "DataSource.Options", "isCustomType": true + }, + { + "type": "Store", + "isCustomType": true } ] },