impaktapps-ui-builder 0.0.53 → 0.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/impaktapps-ui-builder.es.js +1 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
|
@@ -7519,6 +7519,7 @@ const buildPropertiesSection = function(type) {
|
|
|
7519
7519
|
getRadioInputField("enableExpanding", "Use Row Expanding", ["YES", "NO"]),
|
|
7520
7520
|
getRadioInputField("paginateExpandedRows", "Use Multi Page Expension", ["YES", "NO"]),
|
|
7521
7521
|
getRadioInputField("treeStructure", "Use Flat Tree Structure", ["YES", "NO"]),
|
|
7522
|
+
emptyBox,
|
|
7522
7523
|
emptyBox
|
|
7523
7524
|
]),
|
|
7524
7525
|
getArrayControl("Table_Download_Keys_Name", "KeyName", "Table Key Name"),
|