impaktapps-ui-builder 1.0.428 → 1.0.429

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.
@@ -10925,14 +10925,14 @@ var service = (funcParams) => {
10925
10925
  return response == null ? void 0 : response.data;
10926
10926
  },
10927
10927
  onPaginationChange: async function(paginationValues) {
10928
- var _a, _b, _c, _d;
10928
+ var _a, _b;
10929
10929
  const apiBody = [
10930
- { key: "size", value: (_a = paginationValues.pagination) == null ? void 0 : _a.pageSize },
10931
- { key: "pageIndex", value: (_b = paginationValues.pagination) == null ? void 0 : _b.pageIndex },
10930
+ { key: "size", value: paginationValues.pagination.pageSize },
10931
+ { key: "pageIndex", value: paginationValues.pagination.pageIndex },
10932
10932
  { key: "sorting", value: paginationValues.sorting || [] },
10933
10933
  { key: "filters", value: paginationValues.tableColumnConfig || [] },
10934
- { key: "globalFilter", value: (_c = paginationValues.globalFilter) != null ? _c : "" },
10935
- { key: "expandedRowIds", value: (_d = paginationValues.expandedRowIds) != null ? _d : [] },
10934
+ { key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" },
10935
+ { key: "expandedRowIds", value: (_b = paginationValues.expandedRowIds) != null ? _b : [] },
10936
10936
  { key: "subRowsPagination", value: paginationValues.subRowsPagination || [] },
10937
10937
  { key: "parentId", value: paginationValues.parentId },
10938
10938
  { key: "prevRowCount", value: paginationValues.prevRowCount },