impaktapps-ui-builder 1.0.430-test-2 → 1.0.430-test-3
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 +2 -1
- 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 +3 -1
|
@@ -8272,7 +8272,8 @@ const buildPropertiesSection = function(type) {
|
|
|
8272
8272
|
getInputField("expandedKey", "Expanded Key"),
|
|
8273
8273
|
getInputField("parentIdKey", "Parent Key"),
|
|
8274
8274
|
getInputField("defaultColumnSize", "Default Column Size"),
|
|
8275
|
-
emptyBox$1("LazyLoadingTableEmpty3")
|
|
8275
|
+
emptyBox$1("LazyLoadingTableEmpty3"),
|
|
8276
|
+
emptyBox$1("LazyLoadingTableEmpty4")
|
|
8276
8277
|
]),
|
|
8277
8278
|
getArrayControl("Table_Download_Keys_Name", "KeyName", "Table Key Name"),
|
|
8278
8279
|
sizeHolder,
|