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.
- package/dist/bt-core-app.js +1 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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