bt-core-app 2.2.3 → 2.2.5

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 (126) hide show
  1. package/dist/_virtual/VAlert.sass.mjs +1 -0
  2. package/dist/_virtual/VAvatar.sass.mjs +1 -0
  3. package/dist/_virtual/VBtn.sass.mjs +1 -0
  4. package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
  5. package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
  6. package/dist/_virtual/VCard.sass.mjs +1 -0
  7. package/dist/_virtual/VDivider.sass.mjs +1 -0
  8. package/dist/_virtual/VIcon.sass.mjs +1 -0
  9. package/dist/_virtual/VImg.sass.mjs +1 -0
  10. package/dist/_virtual/VList.sass.mjs +1 -0
  11. package/dist/_virtual/VListItem.sass.mjs +1 -0
  12. package/dist/_virtual/VMenu.sass.mjs +1 -0
  13. package/dist/_virtual/VOverlay.sass.mjs +1 -0
  14. package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
  15. package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
  16. package/dist/_virtual/VResponsive.sass.mjs +1 -0
  17. package/dist/_virtual/VRipple.sass.mjs +1 -0
  18. package/dist/_virtual/VToolbar.sass.mjs +1 -0
  19. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
  20. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
  21. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
  22. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
  23. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
  24. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
  25. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
  26. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
  27. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
  28. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
  29. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
  30. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
  31. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
  32. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
  33. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
  34. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
  35. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
  36. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
  37. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
  38. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
  39. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
  40. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
  41. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
  42. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
  43. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
  44. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
  45. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
  46. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
  47. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
  48. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
  49. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
  50. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
  51. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
  52. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
  53. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
  54. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
  55. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
  56. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
  57. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
  58. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
  59. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
  60. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +21 -0
  61. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
  62. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
  63. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
  64. package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
  65. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
  66. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
  67. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
  68. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +23 -0
  69. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
  70. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
  71. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
  72. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
  73. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
  74. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
  75. package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
  76. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
  77. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
  78. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +33 -0
  79. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
  80. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
  81. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
  82. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
  83. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
  84. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
  85. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
  86. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
  87. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
  88. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
  89. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
  90. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
  91. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
  92. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
  93. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
  94. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
  95. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
  96. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
  97. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
  98. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
  99. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
  100. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
  101. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
  102. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
  103. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
  104. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
  105. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
  106. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
  107. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
  108. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
  109. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
  110. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
  111. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +141 -0
  112. package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
  113. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
  114. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
  115. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
  116. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +7 -0
  117. package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
  118. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
  119. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +7 -0
  120. package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +301 -28
  121. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
  122. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
  123. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
  124. package/dist/components/BT-Blade.vue.mjs +108 -97
  125. package/dist/style.css +1 -1
  126. package/package.json +4 -4
@@ -0,0 +1,25 @@
1
+ function h(l, i) {
2
+ let u = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {
3
+ leading: !0,
4
+ trailing: !0
5
+ }, t = 0, s = 0, r = !1, e = 0;
6
+ function m() {
7
+ clearTimeout(t), r = !1, e = 0;
8
+ }
9
+ const a = function() {
10
+ for (var c = arguments.length, f = new Array(c), n = 0; n < c; n++)
11
+ f[n] = arguments[n];
12
+ clearTimeout(t);
13
+ const g = Date.now();
14
+ e || (e = g);
15
+ const d = g - Math.max(e, s);
16
+ function o() {
17
+ s = Date.now(), t = setTimeout(m, i), l(...f);
18
+ }
19
+ r ? d >= i ? o() : u.trailing && (t = setTimeout(o, i - d)) : (r = !0, u.leading && o());
20
+ };
21
+ return a.clear = m, a.immediate = l, a;
22
+ }
23
+ export {
24
+ h as throttle
25
+ };
@@ -0,0 +1,8 @@
1
+ import { getCurrentInstance as r } from "./getCurrentInstance.mjs";
2
+ function o(e) {
3
+ const n = r("useRender");
4
+ n.render = e;
5
+ }
6
+ export {
7
+ o as useRender
8
+ };
@@ -1,11 +1,22 @@
1
- import { defineComponent as le, computed as i, ref as c, provide as M, watch as oe, onMounted as ae, resolveComponent as a, openBlock as f, createBlock as m, normalizeClass as ne, unref as g, normalizeStyle as ie, withCtx as l, createVNode as r, renderSlot as u, createCommentVNode as n, createTextVNode as S, toDisplayString as B, mergeProps as re, createElementVNode as se } from "vue";
2
- import { usePresets as de } from "../composables/presets.mjs";
3
- import { useBlade as ue } from "../composables/blade.mjs";
4
- import { useNavBack as ve } from "../composables/navigation.mjs";
5
- import { useSpring as pe } from "../bt-core/core/node_modules/vue-use-spring/dist/index.mjs";
6
- import { useDisplay as fe } from "vuetify";
7
- import { useComponentConfig as me } from "../composables/component-config.mjs";
8
- const ke = /* @__PURE__ */ le({
1
+ import { defineComponent as K, computed as r, ref as g, provide as C, watch as Q, onMounted as X, resolveComponent as Y, openBlock as p, createBlock as m, unref as l, normalizeClass as Z, normalizeStyle as x, withCtx as a, createVNode as n, renderSlot as u, createCommentVNode as i, createTextVNode as N, toDisplayString as B, mergeProps as _, createElementVNode as ee } from "vue";
2
+ import { usePresets as te } from "../composables/presets.mjs";
3
+ import { useBlade as le } from "../composables/blade.mjs";
4
+ import { useNavBack as ae } from "../composables/navigation.mjs";
5
+ import { useSpring as oe } from "../bt-core/core/node_modules/vue-use-spring/dist/index.mjs";
6
+ import { useDisplay as ie } from "vuetify";
7
+ import { useComponentConfig as re } from "../composables/component-config.mjs";
8
+ import { VCard as W } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
9
+ import { VToolbar as D } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs";
10
+ import { VBtn as T } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
11
+ import { VToolbarTitle as ne } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs";
12
+ import { VListSubheader as se } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
13
+ import { VMenu as de } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
14
+ import { VList as ue } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
15
+ import { VAlert as fe } from "../bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs";
16
+ import { VOverlay as ve } from "../bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs";
17
+ import { VCardText as pe } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs";
18
+ import { VProgressCircular as me } from "../bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs";
19
+ const We = /* @__PURE__ */ K({
9
20
  __name: "BT-Blade",
10
21
  props: {
11
22
  bordered: { type: Boolean },
@@ -46,8 +57,8 @@ const ke = /* @__PURE__ */ le({
46
57
  useResizing: { type: Boolean }
47
58
  },
48
59
  emits: ["close", "titled"],
49
- setup(H, { emit: P }) {
50
- const t = H, T = P, k = de(t.preset), s = i(() => {
60
+ setup(P, { emit: H }) {
61
+ const t = P, M = H, c = te(t.preset), s = r(() => {
51
62
  if (t.width == "grow")
52
63
  return "grow";
53
64
  if (t.width == "auto")
@@ -59,195 +70,195 @@ const ke = /* @__PURE__ */ le({
59
70
  return "auto";
60
71
  }
61
72
  return "number";
62
- }), z = i(() => t.bladeName == null || !!t.bladeStartShowing), $ = i(() => z.value ? typeof t.width == "number" ? t.width : 400 : 0), y = c(!z.value);
73
+ }), S = r(() => t.bladeName == null || !!t.bladeStartShowing), V = r(() => S.value ? typeof t.width == "number" ? t.width : 400 : 0), y = g(!S.value);
63
74
  let w = 0;
64
- const d = pe(
65
- { width: $.value },
75
+ const d = oe(
76
+ { width: V.value },
66
77
  { precision: 0.1, mass: 1, friction: 26, tension: 250 },
67
78
  { onRest() {
68
- v.value = !1;
79
+ f.value = !1;
69
80
  } }
70
- ), { xs: U } = fe(), v = c(!1), h = c(null), _ = c(null), { navBack: E } = ve();
81
+ ), { xs: U } = ie(), f = g(!1), b = g(null), z = g(null), { navBack: E } = ae();
71
82
  function I() {
72
83
  var e = t.getNavBack ?? (() => {
73
84
  }), o = e() ?? E;
74
85
  o();
75
86
  }
76
- const p = ue({
87
+ const v = le({
77
88
  ...t,
78
- blade: h,
79
- handle: _,
89
+ blade: b,
90
+ handle: z,
80
91
  onClose: () => {
81
- y.value || (h.value != null && (w = parseInt(window.getComputedStyle(h.value.$el).getPropertyValue("width"))), (s.value == "auto" || s.value == "percent" || s.value == "grow") && (d.width = w), v.value = !0, y.value = !0, d.width = 0);
92
+ y.value || (b.value != null && (w = parseInt(window.getComputedStyle(b.value.$el).getPropertyValue("width"))), (s.value == "auto" || s.value == "percent" || s.value == "grow") && (d.width = w), f.value = !0, y.value = !0, d.width = 0);
82
93
  },
83
94
  onUpdate: () => {
84
- d.width == 0 && (typeof t.width == "number" ? d.width = t.width : w > 0 ? d.width = w : d.width = $.value != 0 ? $.value : 400, v.value = !0, y.value = !1);
95
+ d.width == 0 && (typeof t.width == "number" ? d.width = t.width : w > 0 ? d.width = w : d.width = V.value != 0 ? V.value : 400, f.value = !0, y.value = !1);
85
96
  }
86
- }), { editVariant: R, viewVariant: j } = me();
87
- M("isMobile", p.isMobile), M("editVariant", t.editVariant ?? R ?? "outlined"), M("viewVariant", t.viewVariant ?? j ?? "list-item");
88
- const L = i(() => t.loadingMsg != null), G = i(() => !!(k.hideBladeControls ?? t.hideBladeControls) || !t.bladeName), q = i(() => !!(k.hideNavigation ?? t.hideNavigation) || p.variant.value != "page"), A = i(() => {
89
- const e = k.noMargins ?? t.noMargins;
97
+ }), { editVariant: R, viewVariant: j } = re();
98
+ C("isMobile", v.isMobile), C("editVariant", t.editVariant ?? R ?? "outlined"), C("viewVariant", t.viewVariant ?? j ?? "list-item");
99
+ const L = r(() => t.loadingMsg != null), A = r(() => !!(c.hideBladeControls ?? t.hideBladeControls) || !t.bladeName), G = r(() => !!(c.hideNavigation ?? t.hideNavigation) || v.variant.value != "page"), q = r(() => {
100
+ const e = c.noMargins ?? t.noMargins;
90
101
  return e ?? U.value;
91
- }), O = i(() => {
102
+ }), O = r(() => {
92
103
  if (t.toolbarVariant != "inverted")
93
104
  return t.bordered || t.variant == "inline" ? "transparent" : "primary";
94
- }), C = c(!1), F = i(() => {
105
+ }), k = g(!1), F = r(() => {
95
106
  var e = "";
96
- return A.value ? e = "" : (t.bordered && !y.value || p.variant.value == "page") && (e = "ma-2"), t.bordered && !y.value && (e = `${e} border-thin pa-1`), t.bladeName != null && s.value == "grow" && (e = `${e} flex-grow-1`), e;
97
- }), J = i(() => {
107
+ return q.value ? e = "" : (t.bordered && !y.value || v.variant.value == "page") && (e = "ma-2"), t.bordered && !y.value && (e = `${e} border-thin pa-1`), t.bladeName != null && s.value == "grow" && (e = `${e} flex-grow-1`), e;
108
+ }), J = r(() => {
98
109
  var e = t.opacity != null ? `opacity: ${t.opacity};` : "";
99
- return t.maxWidth != null && (e = `${e} max-width: ${t.maxWidth};`), t.bladeName != null ? v.value ? `${e} width: ${d.width}px;` : y.value ? `${e} width: 0px;` : s.value == "grow" ? e : s.value == "number" ? `${e} width: ${d.width}px;` : s.value == "auto" ? e : `${e} width: calc(${t.width});` : e;
110
+ return t.maxWidth != null && (e = `${e} max-width: ${t.maxWidth};`), t.bladeName != null ? f.value ? `${e} width: ${d.width}px;` : y.value ? `${e} width: 0px;` : s.value == "grow" ? e : s.value == "number" ? `${e} width: ${d.width}px;` : s.value == "auto" ? e : `${e} width: calc(${t.width});` : e;
100
111
  });
101
- return oe(() => t.errorMsg, (e) => {
102
- C.value = e != null;
103
- }), ae(() => {
104
- (s.value == "percent" || s.value == "auto") && h.value != null && (d.width = parseInt(window.getComputedStyle(h.value.$el).getPropertyValue("width")));
112
+ return Q(() => t.errorMsg, (e) => {
113
+ k.value = e != null;
114
+ }), X(() => {
115
+ (s.value == "percent" || s.value == "auto") && b.value != null && (d.width = parseInt(window.getComputedStyle(b.value.$el).getPropertyValue("width")));
105
116
  }), (e, o) => {
106
- const V = a("v-btn"), K = a("v-toolbar-title"), Q = a("v-list-subheader"), X = a("v-list"), Y = a("v-menu"), W = a("v-toolbar"), N = a("v-slide-y-transition"), Z = a("v-alert"), x = a("v-progress-circular"), ee = a("v-card-text"), D = a("v-card"), te = a("v-overlay");
107
- return v.value || !y.value ? (f(), m(D, {
108
- class: ne(F.value),
117
+ const $ = Y("v-slide-y-transition");
118
+ return f.value || !y.value ? (p(), m(l(W), {
119
+ class: Z(F.value),
109
120
  color: e.transparent ? "transparent" : void 0,
110
121
  density: e.density,
111
- flat: e.flat ?? (g(p).variant.value == "inline" || g(p).variant.value == "pure"),
122
+ flat: e.flat ?? (l(v).variant.value == "inline" || l(v).variant.value == "pure"),
112
123
  key: "1",
113
124
  "min-height": e.minHeight,
114
125
  ref_key: "blade",
115
- ref: h,
116
- style: ie(J.value)
126
+ ref: b,
127
+ style: x(J.value)
117
128
  }, {
118
- default: l(() => [
119
- r(N, { "hide-on-leave": "" }, {
120
- default: l(() => [
121
- !v.value && !e.hideToolbar && e.variant != "pure" ? (f(), m(W, {
129
+ default: a(() => [
130
+ n($, { "hide-on-leave": "" }, {
131
+ default: a(() => [
132
+ !f.value && !e.hideToolbar && e.variant != "pure" ? (p(), m(l(D), {
122
133
  key: 0,
123
134
  class: "overflow-x-auto",
124
135
  color: O.value,
125
136
  density: e.density,
126
137
  ref_key: "handle",
127
- ref: _
138
+ ref: z
128
139
  }, {
129
- default: l(() => [
140
+ default: a(() => [
130
141
  u(e.$slots, "blade-toolbar", {}, () => [
131
- q.value ? n("", !0) : (f(), m(V, {
142
+ G.value ? i("", !0) : (p(), m(l(T), {
132
143
  key: 0,
133
144
  icon: "$arrow-left",
134
145
  size: e.size,
135
146
  title: "Back",
136
147
  onClick: o[0] || (o[0] = () => I())
137
148
  }, null, 8, ["size"])),
138
- e.showOnlyTitleLeft ? n("", !0) : u(e.$slots, "blade-toolbar-left", { key: 1 }),
149
+ e.showOnlyTitleLeft ? i("", !0) : u(e.$slots, "blade-toolbar-left", { key: 1 }),
139
150
  u(e.$slots, "blade-title-left"),
140
151
  u(e.$slots, "blade-label", {}, () => [
141
- !e.showOnlyTitleLeft && e.label != null && e.variant != "inline" ? (f(), m(K, {
152
+ !e.showOnlyTitleLeft && e.label != null && e.variant != "inline" ? (p(), m(l(ne), {
142
153
  key: 0,
143
- onClick: o[1] || (o[1] = (b) => T("titled"))
154
+ onClick: o[1] || (o[1] = (h) => M("titled"))
144
155
  }, {
145
- default: l(() => [
146
- S(B(e.label), 1)
156
+ default: a(() => [
157
+ N(B(e.label), 1)
147
158
  ]),
148
159
  _: 1
149
- })) : !e.showOnlyTitleLeft && e.label != null ? (f(), m(Q, {
160
+ })) : !e.showOnlyTitleLeft && e.label != null ? (p(), m(l(se), {
150
161
  key: 1,
151
162
  class: "text-truncate",
152
- onClick: o[2] || (o[2] = (b) => T("titled"))
163
+ onClick: o[2] || (o[2] = (h) => M("titled"))
153
164
  }, {
154
- default: l(() => [
155
- S(B(e.label), 1)
165
+ default: a(() => [
166
+ N(B(e.label), 1)
156
167
  ]),
157
168
  _: 1
158
- })) : n("", !0)
169
+ })) : i("", !0)
159
170
  ]),
160
- e.showOnlyTitleLeft ? n("", !0) : u(e.$slots, "blade-title-right", { key: 2 })
171
+ e.showOnlyTitleLeft ? i("", !0) : u(e.$slots, "blade-title-right", { key: 2 })
161
172
  ])
162
173
  ]),
163
- append: l(() => [
164
- e.showOnlyTitleLeft ? n("", !0) : u(e.$slots, "blade-toolbar-right", { key: 0 }),
165
- !G.value && !e.showOnlyTitleLeft ? (f(), m(V, {
174
+ append: a(() => [
175
+ e.showOnlyTitleLeft ? i("", !0) : u(e.$slots, "blade-toolbar-right", { key: 0 }),
176
+ !A.value && !e.showOnlyTitleLeft ? (p(), m(l(T), {
166
177
  icon: "$close",
167
178
  key: "6.1",
168
179
  size: e.size,
169
180
  title: "Close",
170
- onClick: o[3] || (o[3] = () => g(p).closeBlade({ bladeName: e.bladeName, mode: "remove" }))
171
- }, null, 8, ["size"])) : n("", !0),
172
- !e.hideToolbarSettings && !e.showOnlyTitleLeft ? (f(), m(Y, {
181
+ onClick: o[3] || (o[3] = () => l(v).closeBlade({ bladeName: e.bladeName, mode: "remove" }))
182
+ }, null, 8, ["size"])) : i("", !0),
183
+ !e.hideToolbarSettings && !e.showOnlyTitleLeft ? (p(), m(l(de), {
173
184
  "close-on-content-click": !1,
174
185
  density: e.density,
175
186
  key: "7"
176
187
  }, {
177
- activator: l(({ props: b }) => [
178
- r(V, re({
188
+ activator: a(({ props: h }) => [
189
+ n(l(T), _({
179
190
  icon: "$cog",
180
191
  size: e.size
181
- }, b), null, 16, ["size"])
192
+ }, h), null, 16, ["size"])
182
193
  ]),
183
- default: l(() => [
184
- r(X, { density: e.density }, {
185
- default: l(() => [
194
+ default: a(() => [
195
+ n(l(ue), { density: e.density }, {
196
+ default: a(() => [
186
197
  u(e.$slots, "blade-settings")
187
198
  ]),
188
199
  _: 3
189
200
  }, 8, ["density"])
190
201
  ]),
191
202
  _: 3
192
- }, 8, ["density"])) : n("", !0)
203
+ }, 8, ["density"])) : i("", !0)
193
204
  ]),
194
205
  _: 3
195
- }, 8, ["color", "density"])) : n("", !0)
206
+ }, 8, ["color", "density"])) : i("", !0)
196
207
  ]),
197
208
  _: 3
198
209
  }),
199
- r(N, { "hide-on-leave": "" }, {
200
- default: l(() => [
201
- !v.value && !e.hideSubtoolbar && e.variant != "pure" ? (f(), m(W, {
210
+ n($, { "hide-on-leave": "" }, {
211
+ default: a(() => [
212
+ !f.value && !e.hideSubtoolbar && e.variant != "pure" ? (p(), m(l(D), {
202
213
  key: 0,
203
214
  color: O.value,
204
215
  density: e.density,
205
216
  tile: ""
206
217
  }, {
207
- default: l(() => [
218
+ default: a(() => [
208
219
  u(e.$slots, "subtoolbar")
209
220
  ]),
210
221
  _: 3
211
- }, 8, ["color", "density"])) : n("", !0)
222
+ }, 8, ["color", "density"])) : i("", !0)
212
223
  ]),
213
224
  _: 3
214
225
  }),
215
- r(N, null, {
216
- default: l(() => [
217
- r(Z, {
226
+ n($, null, {
227
+ default: a(() => [
228
+ n(l(fe), {
218
229
  closable: "",
219
230
  color: "red-lighten-1",
220
231
  title: "Error",
221
- modelValue: C.value,
222
- "onUpdate:modelValue": o[4] || (o[4] = (b) => C.value = b)
232
+ modelValue: k.value,
233
+ "onUpdate:modelValue": o[4] || (o[4] = (h) => k.value = h)
223
234
  }, {
224
- default: l(() => [
225
- S(B(e.errorMsg), 1)
235
+ default: a(() => [
236
+ N(B(e.errorMsg), 1)
226
237
  ]),
227
238
  _: 1
228
239
  }, 8, ["modelValue"])
229
240
  ]),
230
241
  _: 1
231
242
  }),
232
- v.value ? n("", !0) : u(e.$slots, "content", {
243
+ f.value ? i("", !0) : u(e.$slots, "content", {
233
244
  key: 0,
234
- isMobile: g(p).isMobile.value,
235
- bladeData: g(p).bladeData
245
+ isMobile: l(v).isMobile.value,
246
+ bladeData: l(v).bladeData
236
247
  }),
237
- r(te, {
248
+ n(l(ve), {
238
249
  modelValue: L.value,
239
- "onUpdate:modelValue": o[5] || (o[5] = (b) => L.value = b),
250
+ "onUpdate:modelValue": o[5] || (o[5] = (h) => L.value = h),
240
251
  class: "align-center justify-center text-center overlay",
241
252
  contained: "",
242
253
  persistent: ""
243
254
  }, {
244
- default: l(() => [
245
- r(D, null, {
246
- default: l(() => [
247
- r(ee, null, {
248
- default: l(() => [
249
- r(x, { indeterminate: "" }),
250
- se("p", null, B(e.loadingMsg), 1)
255
+ default: a(() => [
256
+ n(l(W), null, {
257
+ default: a(() => [
258
+ n(l(pe), null, {
259
+ default: a(() => [
260
+ n(l(me), { indeterminate: "" }),
261
+ ee("p", null, B(e.loadingMsg), 1)
251
262
  ]),
252
263
  _: 1
253
264
  })
@@ -259,10 +270,10 @@ const ke = /* @__PURE__ */ le({
259
270
  }, 8, ["modelValue"])
260
271
  ]),
261
272
  _: 3
262
- }, 8, ["class", "color", "density", "flat", "min-height", "style"])) : n("", !0);
273
+ }, 8, ["class", "color", "density", "flat", "min-height", "style"])) : i("", !0);
263
274
  };
264
275
  }
265
276
  });
266
277
  export {
267
- ke as default
278
+ We as default
268
279
  };