PromucFlow_constructor/app/client/cypress/fixtures/selectWidgetDsl.json
Tolulope Adetula bb2f7da823
feat: Select and Multiselect V2 (#10359)
* fix: Select V2

* Fix: CI Fail

* fix: failing test

* fix: failing test

* Fix: MultiSelect

* Fix: loading issue

* Fix: loadin state

* Fix: loading

* fix: failing test

* fix: evaluation tests

* Fix: failing tests

* Fix: failing test

* fix: failing tests

* Fix: Failing tests

* fix: select All

* fix: filtering

* Fix: filtering

* fix: refactor Select widget

* fix: hide MultiSelect

* fix: select options

* Fix: failing tests

* fix: failing tests

* Fix: issues

* Update system-themes.json

* Update system-themes.json

* Update system-themes.json

* Update system-themes.json

* fix: PR reviews

* Update EntityDefinitions.ts

* Fix: issues

* fix: console

* fix: QA issues

* fix: options issues

* fix: add widget icons

* fix: update Selectv2

* empty commit to fix CI

* fix: failing test
2022-02-02 06:15:07 -08:00

69 lines
2.1 KiB
JSON

{
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 656,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 5016,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 46,
"minHeight": 1292,
"parentColumnSpace": 1,
"dynamicBindingPathList": [],
"leftColumn": 0,
"children": [
{
"isVisible": true,
"placeholderText": "Select option",
"labelText": "Label",
"selectionType": "SINGLE_SELECT",
"options": [
{
"label": "Blue",
"value": "BLUE"
},
{
"label": "Green",
"value": "GREEN"
},
{
"label": "Red",
"value": "RED"
}
],
"serverSideFiltering": false,
"widgetName": "Select1",
"defaultOptionValue": {
"label": "Green",
"value": "GREEN"
},
"version": 1,
"isFilterable": false,
"isRequired": false,
"isDisabled": false,
"type": "SELECT_WIDGET",
"hideCard": false,
"displayName": "Select",
"key": "xlzcpnuumm",
"iconSVG": "/static/media/icon.bd99caba.svg",
"widgetId": "w042446bbt",
"renderMode": "CANVAS",
"isLoading": false,
"parentColumnSpace": 10.0625,
"parentRowSpace": 10,
"leftColumn": 16,
"rightColumn": 36,
"topRow": 6,
"bottomRow": 12.9,
"parentId": "0"
}
]
}
}