PromucFlow_constructor/app/client/cypress/fixtures/DividerDsl.json
Bhavin K 4b932089a5
Feature: Line separator widget (#4954)
* basic line widget setup

* rename to divider, added icon

* completed divider functionalities

* minor textual updates

* cypress test for divider widget

* tested on local cypress run

* Divider widget jest tests

* basic logic implemented

* arrow head better alignment

* added required svg icons

* divider widget props update

* fix on propertypane dropdown iconSize

* fix capside icon width in property panel

* updated cypress dsl and tests

* minor updates

* cap arrow new implementation

* remove hover animation from divider icon

* updates and optimizations

* moved test class to component
2021-07-07 15:00:06 +05:30

48 lines
1.1 KiB
JSON

{
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 1280,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 1300,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 23,
"minHeight": 1310,
"parentColumnSpace": 1,
"dynamicTriggerPathList": [],
"dynamicBindingPathList": [],
"leftColumn": 0,
"children": [
{
"widgetName": "Divider1",
"rightColumn": 23,
"widgetId": "i5kplngd19",
"topRow": 25,
"bottomRow": 75,
"parentRowSpace": 10,
"isVisible": true,
"type": "DIVIDER_WIDGET",
"version": 1,
"parentId": "0",
"isLoading": false,
"parentColumnSpace": 19.75,
"dynamicTriggerPathList": [],
"leftColumn": 15,
"dynamicBindingPathList": [],
"orientation": "horizontal",
"capType": "nc",
"capSide": -1,
"strokeStyle": "solid",
"dividerColor": "black",
"thickness": 2
}
]
}
}