bt-core-app 1.4.835 → 1.4.836

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.
Files changed (2) hide show
  1. package/dist/bt-core-app.js +29 -14
  2. package/package.json +1 -1
@@ -16904,6 +16904,19 @@ const Fa = ur("slide-x-transition"), xh = ur("slide-x-reverse-transition"), jn =
16904
16904
  preset: C.preset,
16905
16905
  variant: C.variant
16906
16906
  }, {
16907
+ "blade-label": O(() => [
16908
+ he(C.$slots, "blade-label", {
16909
+ density: C.density,
16910
+ isChanged: _(u).isChanged.value,
16911
+ isEditing: _(u).isEditing.value,
16912
+ item: _(u).asyncItem.value,
16913
+ mode: _(u).mode.value,
16914
+ save: p,
16915
+ size: _(c),
16916
+ refresh: _(u).refresh,
16917
+ ui: _(u)
16918
+ })
16919
+ ]),
16907
16920
  "blade-title-left": O(() => [
16908
16921
  he(C.$slots, "blade-title-left", {
16909
16922
  density: C.density,
@@ -23246,20 +23259,22 @@ const oF = ch("v-alert-title"), sF = ["success", "info", "warning", "error"], uF
23246
23259
  onClick: E[0] || (E[0] = () => h())
23247
23260
  }, null, 8, ["size"])),
23248
23261
  he(V.$slots, "blade-title-left"),
23249
- !V.showOnlyTitleLeft && V.label != null && V.variant != "inline" ? (B(), se(Sh, { key: 2 }, {
23250
- default: O(() => [
23251
- We(Fe(V.label), 1)
23252
- ]),
23253
- _: 1
23254
- })) : !V.showOnlyTitleLeft && V.label != null ? (B(), se(In, { key: 3 }, {
23255
- default: O(() => [
23256
- We(Fe(V.label), 1)
23257
- ]),
23258
- _: 1
23259
- })) : ee("", !0),
23260
- V.showOnlyTitleLeft ? ee("", !0) : he(V.$slots, "blade-title-right", { key: 4 }),
23261
- V.showOnlyTitleLeft ? ee("", !0) : (B(), se(ca, { key: 5 })),
23262
- V.showOnlyTitleLeft ? ee("", !0) : he(V.$slots, "blade-toolbar-right", { key: 6 })
23262
+ he(V.$slots, "blade-label", {}, () => [
23263
+ !V.showOnlyTitleLeft && V.label != null && V.variant != "inline" ? (B(), se(Sh, { key: 0 }, {
23264
+ default: O(() => [
23265
+ We(Fe(V.label), 1)
23266
+ ]),
23267
+ _: 1
23268
+ })) : !V.showOnlyTitleLeft && V.label != null ? (B(), se(In, { key: 1 }, {
23269
+ default: O(() => [
23270
+ We(Fe(V.label), 1)
23271
+ ]),
23272
+ _: 1
23273
+ })) : ee("", !0)
23274
+ ]),
23275
+ V.showOnlyTitleLeft ? ee("", !0) : he(V.$slots, "blade-title-right", { key: 2 }),
23276
+ V.showOnlyTitleLeft ? ee("", !0) : (B(), se(ca, { key: 3 })),
23277
+ V.showOnlyTitleLeft ? ee("", !0) : he(V.$slots, "blade-toolbar-right", { key: 4 })
23263
23278
  ]),
23264
23279
  !k.value && !V.showOnlyTitleLeft ? (B(), se(Ee, {
23265
23280
  icon: "$close",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.835",
3
+ "version": "1.4.836",
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": {