bt-core-app 1.4.476 → 1.4.477

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.
@@ -23996,7 +23996,7 @@ function Ji(e, t, n) {
23996
23996
  let ve = e.params != null ? { ...e.params } : {};
23997
23997
  return e.useServerPagination && e.itemsPerPage != null && (ve.includeCount = !0, ve.takeAmount = e.itemsPerPage, ve.takeFrom = (x.value - 1) * e.itemsPerPage), H.value != null && (ve = { ...ve, ...H.value }), A.value && (ve.includeInactive = !0), St(e.selectProps) && (ve.properties = (Z = e.selectProps) == null ? void 0 : Z.toString()), D.value != null && (ve.searchString = D.value), ve;
23998
23998
  }), me = T(() => (ve) => e.onCanDelete != null ? e.onCanDelete(ve) : !(ve != null && ve.isInactive === !0)), he = T(() => (ve) => A.value ? e.onCanRestore != null ? e.onCanRestore(ve) : (ve == null ? void 0 : ve.isInactive) === !0 : !1), Je = e.onUpdateAsyncItem ?? ((ve, Z) => {
23999
- ve.value.hasOwnProperty("rowVersion") && (ve.value.rowVersion = Z.rowVersion), ve.value.hasOwnProperty("version") && (ve.value.version = Z.version), ve.value.hasOwnProperty("isDeleted") && (ve.value.isDeleted = Z.isDeleted), ve.value.hasOwnProperty("isInactive") && (ve.value.isInactive = Z.isInactive);
23999
+ ve.hasOwnProperty("rowVersion") && (ve.rowVersion = Z.rowVersion), ve.hasOwnProperty("version") && (ve.version = Z.version), ve.hasOwnProperty("isDeleted") && (ve.isDeleted = Z.isDeleted), ve.hasOwnProperty("isInactive") && (ve.isInactive = Z.isInactive);
24000
24000
  }), se = T(() => L.value.filter((ve) => !ve.hide)), ke = T(() => {
24001
24001
  let ve = new Array();
24002
24002
  return se.value.filter((le) => le.sublevel != null).forEach((le) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.476",
3
+ "version": "1.4.477",
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": {