bt-core-app 2.0.45 → 2.0.46

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.
@@ -9088,7 +9088,7 @@ function bh(e) {
9088
9088
  storeMode: v.storeMode,
9089
9089
  storageMode: v.storageMode,
9090
9090
  proxyID: v.proxyID
9091
- })), console.log(v), S != null ? v.onGetAsync ?? (v.onGetAsync = async () => await S().get(v)) : v.onGetAsync ?? (v.onGetAsync = () => {
9091
+ })), S != null ? v.onGetAsync ?? (v.onGetAsync = async () => await S().get(v)) : v.onGetAsync ?? (v.onGetAsync = () => {
9092
9092
  var k;
9093
9093
  const b = v.id ?? ((k = v.data) == null ? void 0 : k.id);
9094
9094
  return b == null ? Promise.resolve(void 0) : Promise.resolve({ data: x.find((C) => C.id == b) });
@@ -46578,7 +46578,7 @@ const fY = Ue({
46578
46578
  }), n = q(), l = A(() => JSON.stringify(t.data)), r = A(() => l.value != n.value), { style: i } = s4({
46579
46579
  getUsedHeight() {
46580
46580
  var h = 64 + t.actualUsedHeight + (o.value == "half-and-half" ? 0 : 32);
46581
- return console.log(h), h;
46581
+ return h;
46582
46582
  },
46583
46583
  overflow: !0
46584
46584
  }), o = A(() => t.variant ?? t.schema.variant ?? "basic"), s = q(0), u = q(), c = q(!1), d = q(), m = A(() => t.isEditing && !c.value), f = A(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.45",
3
+ "version": "2.0.46",
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": {