impaktapps-ui-builder 1.0.443 → 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.
|
@@ -10964,17 +10964,16 @@ var service = (funcParams) => {
|
|
|
10964
10964
|
return response == null ? void 0 : response.data;
|
|
10965
10965
|
},
|
|
10966
10966
|
onPaginationChange: async function(paginationValues) {
|
|
10967
|
-
var _a
|
|
10967
|
+
var _a;
|
|
10968
10968
|
const apiBody = [
|
|
10969
10969
|
{ key: "size", value: paginationValues.pagination.pageSize },
|
|
10970
10970
|
{ key: "pageIndex", value: paginationValues.pagination.pageIndex },
|
|
10971
10971
|
{ key: "sorting", value: paginationValues.sorting || [] },
|
|
10972
10972
|
{ key: "filters", value: paginationValues.tableColumnConfig || [] },
|
|
10973
10973
|
{ key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" },
|
|
10974
|
-
{ key: "expandedRowIds", value: (_b = paginationValues.expandedRowIds) != null ? _b : [] },
|
|
10975
10974
|
{ key: "parentId", value: paginationValues.parentId },
|
|
10976
|
-
{ key: "
|
|
10977
|
-
{ key: "
|
|
10975
|
+
{ key: "startIndex", value: paginationValues.startIndex },
|
|
10976
|
+
{ key: "batchSize", value: paginationValues.batchSize }
|
|
10978
10977
|
];
|
|
10979
10978
|
const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
|
|
10980
10979
|
return response == null ? void 0 : response.data;
|