impaktapps-ui-builder 1.0.70-alpha.1 → 1.0.70
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.
|
@@ -10346,14 +10346,13 @@ var service = (funcParams) => {
|
|
|
10346
10346
|
return response == null ? void 0 : response.data;
|
|
10347
10347
|
},
|
|
10348
10348
|
onPaginationChange: async function(paginationValues) {
|
|
10349
|
-
var _a
|
|
10349
|
+
var _a;
|
|
10350
10350
|
const apiBody = [
|
|
10351
10351
|
{ key: "size", value: paginationValues.pagination.pageSize },
|
|
10352
10352
|
{ key: "pageIndex", value: paginationValues.pagination.pageIndex },
|
|
10353
10353
|
{ key: "sorting", value: paginationValues.sorting || [] },
|
|
10354
10354
|
{ key: "filters", value: paginationValues.tableColumnConfig || [] },
|
|
10355
|
-
{ key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" }
|
|
10356
|
-
{ key: "expandedRowIds", value: (_b = paginationValues.expandedRowIds) != null ? _b : [] }
|
|
10355
|
+
{ key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" }
|
|
10357
10356
|
];
|
|
10358
10357
|
const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
|
|
10359
10358
|
return response == null ? void 0 : response.data;
|