bt-core-app 1.4.809 → 1.4.810

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.
@@ -23042,7 +23042,7 @@ const nF = ch("v-alert-title"), lF = ["success", "info", "warning", "error"], rF
23042
23042
  i.value || (d.value != null && (o = parseInt(window.getComputedStyle(d.value.$el).getPropertyValue("width"))), (l.value == "auto" || l.value == "percent") && (s.width = o), u.value = !0, i.value = !0, s.width = 0);
23043
23043
  },
23044
23044
  onUpdate: () => {
23045
- s.width == 0 && (o > 0 ? s.width = o : s.width = r.value, u.value = !0, i.value = !1);
23045
+ s.width == 0 && (o > 0 ? s.width = o : typeof a.width == "number" ? s.width = a.width : s.width = r.value, u.value = !0, i.value = !1);
23046
23046
  }
23047
23047
  }), { editVariant: m, viewVariant: b } = tF();
23048
23048
  Kt("isMobile", h.isMobile), Kt("editVariant", a.editVariant ?? m ?? "outlined"), Kt("viewVariant", a.viewVariant ?? b ?? "list-item");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.809",
3
+ "version": "1.4.810",
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": {