impaktapps-ui-builder 1.0.444 → 1.0.445
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.
|
@@ -10972,8 +10972,8 @@ var service = (funcParams) => {
|
|
|
10972
10972
|
{ key: "filters", value: paginationValues.tableColumnConfig || [] },
|
|
10973
10973
|
{ key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" },
|
|
10974
10974
|
{ key: "parentId", value: paginationValues.parentId },
|
|
10975
|
-
{ key: "
|
|
10976
|
-
{ key: "
|
|
10975
|
+
{ key: "startIndex", value: paginationValues.startIndex },
|
|
10976
|
+
{ key: "batchSize", value: paginationValues.batchSize }
|
|
10977
10977
|
];
|
|
10978
10978
|
const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
|
|
10979
10979
|
return response == null ? void 0 : response.data;
|