bt-core-app 2.0.90 → 2.0.91

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.
@@ -25804,18 +25804,16 @@ const $F = ["success", "info", "warning", "error"], IF = Ue({
25804
25804
  ref_key: "handle",
25805
25805
  ref: f
25806
25806
  }, {
25807
- prepend: H(() => [
25808
- L.showOnlyTitleLeft ? ee("", !0) : ve(L.$slots, "blade-toolbar-left", { key: 0 }),
25809
- b.value ? ee("", !0) : (N(), ue(Pe, {
25810
- key: 1,
25811
- icon: "$arrow-left",
25812
- size: L.size,
25813
- title: "Back",
25814
- onClick: V[0] || (V[0] = () => h())
25815
- }, null, 8, ["size"]))
25816
- ]),
25817
25807
  default: H(() => [
25818
25808
  ve(L.$slots, "blade-toolbar", {}, () => [
25809
+ b.value ? ee("", !0) : (N(), ue(Pe, {
25810
+ key: 0,
25811
+ icon: "$arrow-left",
25812
+ size: L.size,
25813
+ title: "Back",
25814
+ onClick: V[0] || (V[0] = () => h())
25815
+ }, null, 8, ["size"])),
25816
+ L.showOnlyTitleLeft ? ee("", !0) : ve(L.$slots, "blade-toolbar-left", { key: 1 }),
25819
25817
  ve(L.$slots, "blade-title-left"),
25820
25818
  ve(L.$slots, "blade-label", {}, () => [
25821
25819
  !L.showOnlyTitleLeft && L.label != null && L.variant != "inline" ? (N(), ue(eb, { key: 0 }, {
@@ -25830,7 +25828,7 @@ const $F = ["success", "info", "warning", "error"], IF = Ue({
25830
25828
  _: 1
25831
25829
  })) : ee("", !0)
25832
25830
  ]),
25833
- L.showOnlyTitleLeft ? ee("", !0) : ve(L.$slots, "blade-title-right", { key: 0 })
25831
+ L.showOnlyTitleLeft ? ee("", !0) : ve(L.$slots, "blade-title-right", { key: 2 })
25834
25832
  ])
25835
25833
  ]),
25836
25834
  append: H(() => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.90",
3
+ "version": "2.0.91",
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": {