impaktapps-ui-builder 1.0.409 → 1.0.410-lazyTree.2

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.
@@ -10926,7 +10926,9 @@ var service = (funcParams) => {
10926
10926
  { key: "filters", value: paginationValues.tableColumnConfig || [] },
10927
10927
  { key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" },
10928
10928
  { key: "expandedRowIds", value: (_b = paginationValues.expandedRowIds) != null ? _b : [] },
10929
- { key: "subRowsPagination", value: paginationValues.subRowsPagination || [] }
10929
+ { key: "subRowsPagination", value: paginationValues.subRowsPagination || [] },
10930
+ { key: "loadChildOnly", value: paginationValues.loadChildOnly || false },
10931
+ { key: "parentId", value: paginationValues.parentId }
10930
10932
  ];
10931
10933
  const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");
10932
10934
  return response == null ? void 0 : response.data;