bt-core-app 1.4.577 → 1.4.578

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.
@@ -16104,6 +16104,13 @@ const Aa = da("slide-x-transition"), ws = da("slide-x-reverse-transition"), Dn =
16104
16104
  }, {
16105
16105
  "blade-toolbar": R(() => [
16106
16106
  ye(C.$slots, "blade-toolbar", {
16107
+ density: C.density,
16108
+ isChanged: L(u).isChanged.value,
16109
+ isEditing: L(u).isEditing.value,
16110
+ item: L(u).asyncItem.value,
16111
+ mode: L(u).mode.value,
16112
+ save: x,
16113
+ size: L(c),
16107
16114
  refresh: L(u).refresh
16108
16115
  })
16109
16116
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.577",
3
+ "version": "1.4.578",
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": {