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