bt-core-app 1.4.422 → 1.4.423

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,7 +33943,15 @@ 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
+ me(w.$slots, "toolbar-right", {
33947
+ density: w.density,
33948
+ isChanged: D(c).isChanged.value,
33949
+ isEditing: D(c).isEditing.value,
33950
+ item: D(c).asyncItem.value,
33951
+ mode: D(c).mode.value,
33952
+ save: k,
33953
+ size: D(s)
33954
+ }),
33947
33955
  v.value && D(c).isSaveable.value && (D(c).isChanged.value || D(c).mode.value == "new") ? ($(), ne(Ee, {
33948
33956
  onClick: C[0] || (C[0] = (b) => k(!1)),
33949
33957
  icon: "$content-save",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.422",
3
+ "version": "1.4.423",
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": {