bt-core-app 1.4.421 → 1.4.422

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.
@@ -33943,6 +33943,7 @@ const sI = { class: "d-flex align-center justify-center h-100 w-100" }, uI = { c
33943
33943
  "blade-toolbar-right": N(() => [
33944
33944
  p(Bn, { group: "" }, {
33945
33945
  default: N(() => [
33946
+ me(w.$slots, "toolbar-right"),
33946
33947
  v.value && D(c).isSaveable.value && (D(c).isChanged.value || D(c).mode.value == "new") ? ($(), ne(Ee, {
33947
33948
  onClick: C[0] || (C[0] = (b) => k(!1)),
33948
33949
  icon: "$content-save",
@@ -33986,7 +33987,7 @@ const sI = { class: "d-flex align-center justify-center h-100 w-100" }, uI = { c
33986
33987
  variant: "text"
33987
33988
  }, null, 8, ["size", "disabled"])) : J("", !0)
33988
33989
  ]),
33989
- _: 1
33990
+ _: 3
33990
33991
  })
33991
33992
  ]),
33992
33993
  content: N(({ isMobile: b, bladeData: y }) => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.421",
3
+ "version": "1.4.422",
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": {