bt-core-app 1.4.113 → 1.4.114

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.
@@ -3964,7 +3964,7 @@ function Da(e, t, l) {
3964
3964
  ...Q,
3965
3965
  onGetSuccessAsync: async (O, de) => {
3966
3966
  let ye = O == null ? void 0 : O.data;
3967
- return r.value = (O == null ? void 0 : O.filters) ?? [], e.useServerPagination === !0 && e.itemsPerPage && O.count && (Be.value = Math.ceil(O.count / e.itemsPerPage)), e.onGetSuccessAsync != null && (ye = await e.onGetSuccessAsync(ye, de)), ye;
3967
+ return r.value = (O == null ? void 0 : O.filters) ?? [], d != "whole-last-updated" && e.useServerPagination === !0 && e.itemsPerPage && O.count && (Be.value = Math.ceil(O.count / e.itemsPerPage)), e.onGetSuccessAsync != null && (ye = await e.onGetSuccessAsync(ye, de)), ye;
3968
3968
  }
3969
3969
  });
3970
3970
  E.value = V, c.value = [...D.value];
@@ -4026,7 +4026,6 @@ function Da(e, t, l) {
4026
4026
  searchString: T,
4027
4027
  selectedFilters: D,
4028
4028
  selectItem: je,
4029
- // serverFilters,
4030
4029
  showError: se,
4031
4030
  showInactive: C,
4032
4031
  showSearch: ge,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.113",
3
+ "version": "1.4.114",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {