impaktapps-ui-builder 1.0.446 → 1.0.447
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 +4 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- 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 +2 -2
- package/src/impaktapps-ui-builder/runtime/services/service.ts +0 -1
|
@@ -8266,7 +8266,9 @@ const buildPropertiesSection = function(type) {
|
|
|
8266
8266
|
getRadioInputField("lazyLoadTree", "Lazy Load Tree", ["YES", "NO"]),
|
|
8267
8267
|
getRadioInputField("paginateExpandedRows", "Multi Page Expansion", ["YES", "NO"]),
|
|
8268
8268
|
getRadioInputField("filterFromLeafRows", "Filter from tree rows", ["YES", "NO"]),
|
|
8269
|
-
getInputField("defaultColumnSize", "Default Column Size")
|
|
8269
|
+
getInputField("defaultColumnSize", "Default Column Size"),
|
|
8270
|
+
,
|
|
8271
|
+
emptyBox$1("LazyLoadingTableEmpty3")
|
|
8270
8272
|
]),
|
|
8271
8273
|
getArrayControl("Table_Download_Keys_Name", "KeyName", "Table Key Name"),
|
|
8272
8274
|
sizeHolder,
|
|
@@ -10970,8 +10972,7 @@ var service = (funcParams) => {
|
|
|
10970
10972
|
{ key: "filters", value: paginationValues.tableColumnConfig || [] },
|
|
10971
10973
|
{ key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" },
|
|
10972
10974
|
{ key: "parentId", value: paginationValues.parentId },
|
|
10973
|
-
{ key: "startIndex", value: paginationValues.startIndex }
|
|
10974
|
-
{ key: "batchSize", value: paginationValues.batchSize }
|
|
10975
|
+
{ key: "startIndex", value: paginationValues.startIndex }
|
|
10975
10976
|
];
|
|
10976
10977
|
const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
|
|
10977
10978
|
return response == null ? void 0 : response.data;
|