impaktapps-ui-builder 1.0.430-test-2 → 1.0.430-test-4
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 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +3 -3
- 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 -2
|
@@ -8270,9 +8270,7 @@ const buildPropertiesSection = function(type) {
|
|
|
8270
8270
|
getRadioInputField("filterFromLeafRows", "Filter from tree rows", ["YES", "NO"]),
|
|
8271
8271
|
getInputField("defaultColumnSize", "Default Column Size"),
|
|
8272
8272
|
getInputField("expandedKey", "Expanded Key"),
|
|
8273
|
-
getInputField("parentIdKey", "Parent Key")
|
|
8274
|
-
getInputField("defaultColumnSize", "Default Column Size"),
|
|
8275
|
-
emptyBox$1("LazyLoadingTableEmpty3")
|
|
8273
|
+
getInputField("parentIdKey", "Parent Key")
|
|
8276
8274
|
]),
|
|
8277
8275
|
getArrayControl("Table_Download_Keys_Name", "KeyName", "Table Key Name"),
|
|
8278
8276
|
sizeHolder,
|