impaktapps-ui-builder 1.0.413 → 1.0.414

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.
@@ -10929,7 +10929,8 @@ var service = (funcParams) => {
10929
10929
  { key: "subRowsPagination", value: paginationValues.subRowsPagination || [] },
10930
10930
  { key: "loadChildOnly", value: paginationValues.loadChildOnly || false },
10931
10931
  { key: "parentId", value: paginationValues.parentId },
10932
- { key: "prevRowCount", value: paginationValues.prevRowCount }
10932
+ { key: "prevRowCount", value: paginationValues.prevRowCount },
10933
+ { key: "newDataCount", value: paginationValues.newDataCount }
10933
10934
  ];
10934
10935
  const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
10935
10936
  return response == null ? void 0 : response.data;