PromucFlow_constructor/app/client/cypress/fixtures/CanvasResizeDsl.json
Ashok Kumar M 8c8141650a
Feature: Widget grouping Phase I (Multi select and Bulk Delete) + Canvas Enhancements. (#4219)
* Feature: Canvas layer enhancements(DIP)

* feedback fixes

* fixing build

* dip

* dip

* dip

* fixing build

* dip

* dev fixes

* dip

* Fixing top bottom resize handles

* dip

* reposition widget name on top edges.

* dip

* dip

* dip

* dip

* renaming selectedWidget to lastSelectedWidget

* code clean up

* Fixing list widget as per grid scale.

* Fixing existing specs.

* Adding migration test cases.

* dip

* FIxing proppane in modal.

* fixing modal z-indedx.

* fix for modal name.

* dip

* dip

* dip

* adding test cases for hotkeys.

* dip

* dip

* fixing build

* Trying some performance improvements for jests.

* 17 mins with runinband lets try without it.

* minor bug fixes.

* code clean up

* save migrated app on fetch.

* fixing few cypress tests

* fixing cypress tests

* fixing cypress tests.

* fixing cypress

* updated DSL

* Addressing code review comments.

* test fails

* dip

* eslint fixes.

* fixing debugger cypress tests.

* updating latest page version.

* updating migration changes to cypress dsl's.

* updating chart data fixes for cypress tests.

Co-authored-by: Apple <nandan@thinkify.io>
2021-05-18 23:59:39 +05:30

57 lines
1.5 KiB
JSON

{
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 1224,
"snapColumns": 16,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 740,
"containerStyle": "none",
"snapRows": 33,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 7,
"minHeight": 1292,
"parentColumnSpace": 1,
"dynamicBindingPathList": [],
"leftColumn": 0,
"children": [
{
"widgetName": "Text2",
"rightColumn": 8,
"textAlign": "LEFT",
"widgetId": "i4eeob8e7t",
"topRow": 71,
"bottomRow": 72,
"parentRowSpace": 40,
"isVisible": true,
"type": "TEXT_WIDGET",
"parentId": "0",
"isLoading": false,
"parentColumnSpace": 74,
"leftColumn": 4,
"text": "Label",
"textStyle": "LABEL"
},
{
"widgetName": "Checkbox1",
"rightColumn": 4,
"widgetId": "vyl7d3u54d",
"topRow": 5,
"bottomRow": 6,
"parentRowSpace": 40,
"isVisible": true,
"label": "Label",
"type": "CHECKBOX_WIDGET",
"parentId": "0",
"isLoading": false,
"parentColumnSpace": 74,
"leftColumn": 1,
"defaultCheckedState": true
}
]
}
}