impaktapps-ui-builder 0.0.1063 → 0.0.1064
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.
|
@@ -10342,6 +10342,7 @@ var service = (funcParams) => {
|
|
|
10342
10342
|
]
|
|
10343
10343
|
}
|
|
10344
10344
|
);
|
|
10345
|
+
eventGroups = {};
|
|
10345
10346
|
const schema2 = (_m = pageData == null ? void 0 : pageData.schema) != null ? _m : { type: "object", properties: {} };
|
|
10346
10347
|
eventGroups = extractEvents(config2);
|
|
10347
10348
|
executeEventsParameters = {
|
|
@@ -10427,7 +10428,7 @@ var service = (funcParams) => {
|
|
|
10427
10428
|
{ key: "size", value: paginationValues.pagination.pageSize },
|
|
10428
10429
|
{ key: "pageIndex", value: paginationValues.pagination.pageIndex },
|
|
10429
10430
|
{ key: "sorting", value: paginationValues.sorting || [] },
|
|
10430
|
-
{ key: "filters", value: paginationValues.columnFilters || [] },
|
|
10431
|
+
{ key: "filters", value: paginationValues.tableColumnConfig || paginationValues.columnFilters || [] },
|
|
10431
10432
|
{ key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" }
|
|
10432
10433
|
];
|
|
10433
10434
|
const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
|