bt-core-app 1.4.820 → 1.4.821

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.
@@ -16787,6 +16787,18 @@ const ja = ur("slide-x-transition"), wh = ur("slide-x-reverse-transition"), In =
16787
16787
  preset: C.preset,
16788
16788
  variant: C.variant
16789
16789
  }, {
16790
+ "blade-title-left": O(() => [
16791
+ he(C.$slots, "blade-title-left", {
16792
+ density: C.density,
16793
+ isChanged: M(u).isChanged.value,
16794
+ isEditing: M(u).isEditing.value,
16795
+ item: M(u).asyncItem.value,
16796
+ mode: M(u).mode.value,
16797
+ save: p,
16798
+ size: M(c),
16799
+ refresh: M(u).refresh
16800
+ })
16801
+ ]),
16790
16802
  "blade-toolbar": O(() => [
16791
16803
  he(C.$slots, "blade-toolbar", {
16792
16804
  density: C.density,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.820",
3
+ "version": "1.4.821",
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": {