bt-core-app 1.4.874 → 1.4.875

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.
@@ -36621,7 +36621,7 @@ const xm = lt()({
36621
36621
  set(g) {
36622
36622
  n("update:modelValue", g), n("select", g);
36623
36623
  }
36624
- }), r = Qe("isEditing", () => G(!1), !0), i = T(() => a.isEditing ?? r.value), o = Qe("isMobile", () => G(!1), !0), s = Qe("viewVariant", "underlined"), c = T(() => s.value == "list-item" ? "underlined" : s), u = Qe("editVariant", "outlined"), d = T(() => a.isMobile ?? o.value ? !1 : a.lg), v = T(() => a.isMobile ?? o.value ? !1 : a.md), f = T(() => a.isMobile ?? o.value ? !1 : a.sm);
36624
+ }), r = Qe("isEditing", () => G(!1), !0), i = T(() => a.isEditing ?? r.value), o = Qe("isMobile", () => G(!1), !0), s = Qe("viewVariant", "underlined"), c = T(() => s == "list-item" ? "underlined" : s), u = Qe("editVariant", "outlined"), d = T(() => a.isMobile ?? o.value ? !1 : a.lg), v = T(() => a.isMobile ?? o.value ? !1 : a.md), f = T(() => a.isMobile ?? o.value ? !1 : a.sm);
36625
36625
  return (g, h) => {
36626
36626
  const m = gn("bt-select");
36627
36627
  return N(), ue(Tt, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.874",
3
+ "version": "1.4.875",
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": {