@maltjoy/core-vue 3.19.0 → 3.19.1

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.
package/dist/joy-vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as L, computed as E, openBlock as f, createElementBlock as g, normalizeClass as C, createElementVNode as b, Fragment as K, createTextVNode as z, toDisplayString as N, createCommentVNode as S, createBlock as B, resolveDynamicComponent as ae, mergeProps as ie, withCtx as D, pushScopeId as et, popScopeId as tt, renderSlot as w, unref as $, renderList as G, useAttrs as ht, resolveDirective as Zn, withDirectives as Qn, getCurrentScope as _t, onScopeDispose as wt, ref as x, getCurrentInstance as Xn, onMounted as se, nextTick as Fe, watch as X, h as ea, Teleport as nt, createVNode as W, useSlots as ee, Transition as dn, withKeys as St, normalizeStyle as ce, onBeforeUnmount as kt, normalizeProps as at, guardReactiveProps as ot, provide as xt, createSlots as fn, inject as lt, createStaticVNode as yn, onBeforeMount as ta, onUnmounted as na, withModifiers as aa, shallowRef as oa, shallowReadonly as je, createApp as la } from "vue";
1
+ import { defineComponent as T, computed as I, openBlock as f, createElementBlock as g, normalizeClass as C, createElementVNode as b, Fragment as K, createTextVNode as z, toDisplayString as J, createCommentVNode as S, createBlock as E, resolveDynamicComponent as ae, mergeProps as ie, withCtx as D, pushScopeId as et, popScopeId as tt, renderSlot as w, unref as $, renderList as G, useAttrs as ht, resolveDirective as Zn, withDirectives as Qn, getCurrentScope as _t, onScopeDispose as wt, ref as x, getCurrentInstance as Xn, onMounted as se, nextTick as Fe, watch as X, h as ea, Teleport as nt, createVNode as W, useSlots as ee, Transition as dn, withKeys as St, normalizeStyle as ce, onBeforeUnmount as kt, normalizeProps as at, guardReactiveProps as ot, provide as xt, createSlots as fn, inject as lt, createStaticVNode as yn, onBeforeMount as ta, onUnmounted as na, withModifiers as aa, shallowRef as oa, shallowReadonly as je, createApp as la } from "vue";
2
2
  function Pt(e) {
3
3
  const t = e.target;
4
4
  if (!t)
@@ -19,7 +19,7 @@ const ra = {
19
19
  beforeUnmount: (e) => {
20
20
  e.removeEventListener("click", Pt);
21
21
  }
22
- }, ia = ["title"], sa = /* @__PURE__ */ L({
22
+ }, ia = ["title"], sa = /* @__PURE__ */ T({
23
23
  __name: "VJoyAvailability",
24
24
  props: {
25
25
  /** Don't fill it and you'll only have the colored dot */
@@ -34,7 +34,7 @@ const ra = {
34
34
  isPartial: Boolean
35
35
  },
36
36
  setup(e) {
37
- const t = e, n = E(() => ({
37
+ const t = e, n = I(() => ({
38
38
  "joy-availability__dot": !0,
39
39
  "joy-availability--partial": t.isPartial,
40
40
  [t.status]: !0
@@ -47,17 +47,17 @@ const ra = {
47
47
  class: C(n.value)
48
48
  }, null, 2),
49
49
  e.label ? (f(), g(K, { key: 0 }, [
50
- z(N(e.label), 1)
50
+ z(J(e.label), 1)
51
51
  ], 64)) : S("", !0)
52
52
  ], 10, ia));
53
53
  }
54
54
  });
55
- const A = (e, t) => {
55
+ const L = (e, t) => {
56
56
  const n = e.__vccOpts || e;
57
57
  for (const [a, o] of t)
58
58
  n[a] = o;
59
59
  return n;
60
- }, ua = /* @__PURE__ */ A(sa, [["__scopeId", "data-v-3452c6e7"]]), H = /* @__PURE__ */ L({
60
+ }, ua = /* @__PURE__ */ L(sa, [["__scopeId", "data-v-3452c6e7"]]), H = /* @__PURE__ */ T({
61
61
  __name: "VJoyIcon",
62
62
  props: {
63
63
  name: {
@@ -94,7 +94,7 @@ const ca = (e) => (et("data-v-bcb28746"), e = e(), tt(), e), da = {
94
94
  fill: "#F7F7F5"
95
95
  }, null, -1)), ma = [
96
96
  pa
97
- ], ba = /* @__PURE__ */ L({
97
+ ], ba = /* @__PURE__ */ T({
98
98
  __name: "VJoyAvatar",
99
99
  props: {
100
100
  /** 3 different sizes of avatar */
@@ -123,15 +123,15 @@ const ca = (e) => (et("data-v-bcb28746"), e = e(), tt(), e), da = {
123
123
  },
124
124
  emits: ["click"],
125
125
  setup(e, { expose: t, emit: n }) {
126
- const a = e, o = E(() => a.size === "large" ? "medium" : a.size === "medium" ? "small" : a.size === "small" ? "xsmall" : "small"), r = E(() => a.link ? {
126
+ const a = e, o = I(() => a.size === "large" ? "medium" : a.size === "medium" ? "small" : a.size === "small" ? "xsmall" : "small"), r = I(() => a.link ? {
127
127
  type: "button"
128
- } : null), l = E(() => ({
128
+ } : null), l = I(() => ({
129
129
  "joy-avatar": !0,
130
130
  "joy-avatar__link": a.link,
131
131
  "joy-avatar__placeholder": i.value,
132
132
  [`joy-avatar__${a.size}`]: !0,
133
133
  [`joy-avatar__${a.color}`]: !0
134
- })), i = E(() => !a.fullName && !a.photoUrl && !a.totalNumber), u = E(() => {
134
+ })), i = I(() => !a.fullName && !a.photoUrl && !a.totalNumber), u = I(() => {
135
135
  function d(p) {
136
136
  return p.replace(/[';,:()]/g, "").charAt(0);
137
137
  }
@@ -147,12 +147,12 @@ const ca = (e) => (et("data-v-bcb28746"), e = e(), tt(), e), da = {
147
147
  isAnonymous: i,
148
148
  initials: u
149
149
  }), (d, c) => (f(), g("div", da, [
150
- (f(), B(ae(e.link ? "button" : "div"), ie(r.value, {
150
+ (f(), E(ae(e.link ? "button" : "div"), ie(r.value, {
151
151
  class: [l.value],
152
152
  onClick: v
153
153
  }), {
154
154
  default: D(() => [
155
- i.value ? (f(), B(H, {
155
+ i.value ? (f(), E(H, {
156
156
  key: 0,
157
157
  name: "user-photo",
158
158
  color: "white",
@@ -166,10 +166,10 @@ const ca = (e) => (et("data-v-bcb28746"), e = e(), tt(), e), da = {
166
166
  loading: "lazy"
167
167
  }, null, 8, fa)) : S("", !0),
168
168
  e.fullName ? (f(), g(K, { key: 2 }, [
169
- z(N(u.value), 1)
169
+ z(J(u.value), 1)
170
170
  ], 64)) : S("", !0),
171
171
  e.totalNumber ? (f(), g(K, { key: 3 }, [
172
- z(N("+" + e.totalNumber), 1)
172
+ z(J("+" + e.totalNumber), 1)
173
173
  ], 64)) : S("", !0)
174
174
  ]),
175
175
  _: 1
@@ -186,7 +186,7 @@ const ca = (e) => (et("data-v-bcb28746"), e = e(), tt(), e), da = {
186
186
  ], 512));
187
187
  }
188
188
  });
189
- const vn = /* @__PURE__ */ A(ba, [["__scopeId", "data-v-bcb28746"]]), ga = /* @__PURE__ */ L({
189
+ const vn = /* @__PURE__ */ L(ba, [["__scopeId", "data-v-bcb28746"]]), ga = /* @__PURE__ */ T({
190
190
  __name: "VJoyAvatarsList",
191
191
  props: {
192
192
  /** Renders a compact list of avatars */
@@ -201,7 +201,7 @@ const vn = /* @__PURE__ */ A(ba, [["__scopeId", "data-v-bcb28746"]]), ga = /* @_
201
201
  ], 2));
202
202
  }
203
203
  });
204
- const ha = /* @__PURE__ */ A(ga, [["__scopeId", "data-v-46e4547e"]]), _a = ["info", "gray", "green", "orange", "red", "teal", "pink", "dark-blue", "yellow"], wa = /* @__PURE__ */ L({
204
+ const ha = /* @__PURE__ */ L(ga, [["__scopeId", "data-v-46e4547e"]]), _a = ["info", "gray", "green", "orange", "red", "teal", "pink", "dark-blue", "yellow"], wa = /* @__PURE__ */ T({
205
205
  __name: "VJoyBadge",
206
206
  props: {
207
207
  /**
@@ -234,12 +234,12 @@ const ha = /* @__PURE__ */ A(ga, [["__scopeId", "data-v-46e4547e"]]), _a = ["inf
234
234
  role: "status"
235
235
  }, [
236
236
  w(t.$slots, "default", {}, () => [
237
- z(N(e.label), 1)
237
+ z(J(e.label), 1)
238
238
  ], !0)
239
239
  ], 2));
240
240
  }
241
241
  });
242
- const Sa = /* @__PURE__ */ A(wa, [["__scopeId", "data-v-4512c8c6"]]);
242
+ const Sa = /* @__PURE__ */ L(wa, [["__scopeId", "data-v-4512c8c6"]]);
243
243
  var Y = /* @__PURE__ */ ((e) => (e.HIGH_POTENTIAL = "highpotential", e.HIGH_POTENTIAL_AUTO = "high-potential-auto", e.MALT_LINKER = "maltlinker", e.NEW = "new", e.SUPER_MALTER = "supermalter", e.VERIFIED = "verified", e))(Y || {}), He = /* @__PURE__ */ ((e) => (e.HIGH_POTENTIAL = "program_high-potential", e))(He || {});
244
244
  const fe = (e) => (et("data-v-4187ebd6"), e = e(), tt(), e), ka = { class: "joy-badge-level" }, xa = /* @__PURE__ */ fe(() => /* @__PURE__ */ b("path", {
245
245
  fill: "#264FFA",
@@ -274,10 +274,10 @@ const fe = (e) => (et("data-v-4187ebd6"), e = e(), tt(), e), ka = { class: "joy-
274
274
  }, Ea = /* @__PURE__ */ fe(() => /* @__PURE__ */ b("path", {
275
275
  fill: "#EF4E16",
276
276
  d: "M60 23.913s-8.76-2.903-14.05 1.058C44.256 17.449 45.203 8.674 34.688 2c-.712 9.413-12.856 9.891-15.691 22.005-1.86-3.319-2.227-7.716-9.28-9.871C11.615 25.513.415 31.3 5.199 47.68c2.699 9.246 12.72 13.651 21.047 14.217 16.527 1.123 31.896-6.848 32.258-24.148.155-7.437-2.975-8.343 1.496-13.836z"
277
- }, null, -1)), Aa = /* @__PURE__ */ fe(() => /* @__PURE__ */ b("path", {
277
+ }, null, -1)), Ba = /* @__PURE__ */ fe(() => /* @__PURE__ */ b("path", {
278
278
  fill: "#F9B700",
279
279
  d: "M53.226 32.962c-6.012-.063-5.458 2.387-9.883 3.896-3.212-5.842-.067-13.682-10.056-19.364.066 10.625-7.32 7.313-10.414 17.456-3.758-2.145-1.943-6.888-9.256-8.89 4.042 6.349-.99 7.542-3.526 13.335-5.093 11.632 7.181 19.813 16.548 20.382 13.019.793 25.124-4.834 25.408-17.048.122-5.25-2.342-5.888 1.179-9.767z"
280
- }, null, -1)), Ba = /* @__PURE__ */ fe(() => /* @__PURE__ */ b("path", {
280
+ }, null, -1)), Aa = /* @__PURE__ */ fe(() => /* @__PURE__ */ b("path", {
281
281
  fill: "#FFE463",
282
282
  d: "M47.616 41.169c-4.47-.041-4.061 1.522-7.351 2.484-2.391-3.727-.051-8.729-7.479-12.354.049 6.778-5.446 4.666-7.746 11.137-2.795-1.368-1.447-4.395-6.885-5.672 3.006 4.051-.735 4.812-2.621 8.508-3.791 7.421 5.339 12.64 12.307 13.003 9.683.506 18.686-3.084 18.896-10.876.093-3.348-1.741-3.755.879-6.23z"
283
283
  }, null, -1)), Oa = /* @__PURE__ */ fe(() => /* @__PURE__ */ b("path", {
@@ -285,8 +285,8 @@ const fe = (e) => (et("data-v-4187ebd6"), e = e(), tt(), e), ka = { class: "joy-
285
285
  d: "M37.182 54.939c0 2.188-12.427 2.188-12.427 0 0-5.849 12.427-5.849 12.427 0z"
286
286
  }, null, -1)), Na = [
287
287
  Ea,
288
- Aa,
289
288
  Ba,
289
+ Aa,
290
290
  Oa
291
291
  ], Ja = {
292
292
  key: 3,
@@ -314,7 +314,7 @@ const fe = (e) => (et("data-v-4187ebd6"), e = e(), tt(), e), ka = { class: "joy-
314
314
  fill: "#FFC200"
315
315
  }, null, -1)), za = [
316
316
  Ma
317
- ], qa = /* @__PURE__ */ L({
317
+ ], qa = /* @__PURE__ */ T({
318
318
  __name: "VJoyBadgeLevel",
319
319
  props: {
320
320
  /** Badge type. HIGH_POTENTIAL, SUPERMALTER, etc... */
@@ -334,7 +334,7 @@ const fe = (e) => (et("data-v-4187ebd6"), e = e(), tt(), e), ka = { class: "joy-
334
334
  }
335
335
  },
336
336
  setup(e) {
337
- const t = e, n = E(() => {
337
+ const t = e, n = I(() => {
338
338
  switch (t.type) {
339
339
  case He.HIGH_POTENTIAL:
340
340
  case Y.HIGH_POTENTIAL:
@@ -376,13 +376,13 @@ const fe = (e) => (et("data-v-4187ebd6"), e = e(), tt(), e), ka = { class: "joy-
376
376
  ])
377
377
  }, [
378
378
  e.visibleText ? w(a.$slots, "default", { key: 0 }, () => [
379
- z(N(n.value), 1)
379
+ z(J(n.value), 1)
380
380
  ], !0) : S("", !0)
381
381
  ], 2)
382
382
  ]));
383
383
  }
384
384
  });
385
- const Ha = /* @__PURE__ */ A(qa, [["__scopeId", "data-v-4187ebd6"]]);
385
+ const Ha = /* @__PURE__ */ L(qa, [["__scopeId", "data-v-4187ebd6"]]);
386
386
  function pn(e) {
387
387
  let t;
388
388
  switch (e) {
@@ -413,7 +413,7 @@ const he = function(e = 10) {
413
413
  function Le(e) {
414
414
  e ? document.body.style.overflow = "hidden" : document.body.style.removeProperty("overflow");
415
415
  }
416
- const Ua = ["teal", "white"], Ka = /* @__PURE__ */ L({
416
+ const Ua = ["teal", "white"], Ka = /* @__PURE__ */ T({
417
417
  __name: "VJoySpinner",
418
418
  props: {
419
419
  color: {
@@ -429,7 +429,7 @@ const Ua = ["teal", "white"], Ka = /* @__PURE__ */ L({
429
429
  }, null, 2));
430
430
  }
431
431
  });
432
- const Ct = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-127ef073"]]), Ga = ["primary", "secondary"], Ya = ["neutral", "success", "info", "warning", "error"], Za = ["main", "admin", "ghost", "white"], Qa = [...Ga, ...Za], Xa = ["large", "medium", "small", "xsmall", "xxsmall"], eo = /* @__PURE__ */ L({
432
+ const Ct = /* @__PURE__ */ L(Ka, [["__scopeId", "data-v-127ef073"]]), Ga = ["primary", "secondary"], Ya = ["neutral", "success", "info", "warning", "error"], Za = ["main", "admin", "ghost", "white"], Qa = [...Ga, ...Za], Xa = ["large", "medium", "small", "xsmall", "xxsmall"], eo = /* @__PURE__ */ T({
433
433
  __name: "VJoyButton",
434
434
  props: {
435
435
  /**
@@ -478,7 +478,7 @@ const Ct = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-127ef073"]]), Ga = ["pri
478
478
  }
479
479
  },
480
480
  setup(e, { expose: t }) {
481
- const n = e, a = ht(), o = "joy-button--" + he(), r = E(() => {
481
+ const n = e, a = ht(), o = "joy-button--" + he(), r = I(() => {
482
482
  switch (n.size) {
483
483
  case "xxsmall":
484
484
  return "xxsmall";
@@ -489,10 +489,10 @@ const Ct = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-127ef073"]]), Ga = ["pri
489
489
  default:
490
490
  return "small";
491
491
  }
492
- }), l = E(() => ["white", "ghost", "secondary"].includes(n.variant) ? "teal" : "white");
492
+ }), l = I(() => ["white", "ghost", "secondary"].includes(n.variant) ? "teal" : "white");
493
493
  return t({ randomId: o }), (i, u) => {
494
494
  const v = Zn("joy-ripple");
495
- return Qn((f(), B(ae($(a).href ? "a" : "button"), {
495
+ return Qn((f(), E(ae($(a).href ? "a" : "button"), {
496
496
  disabled: e.loading || $(a).disabled,
497
497
  type: $(a).type || "button",
498
498
  class: C([
@@ -507,14 +507,14 @@ const Ct = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-127ef073"]]), Ga = ["pri
507
507
  "aria-labelledby": (i.$slots.default || e.label) && o
508
508
  }, {
509
509
  default: D(() => [
510
- e.icon && e.iconPosition === "left" ? (f(), B(H, {
510
+ e.icon && e.iconPosition === "left" ? (f(), E(H, {
511
511
  key: 0,
512
512
  class: "joy-button_icon joy-button_icon--left",
513
513
  name: e.icon,
514
514
  size: r.value,
515
515
  "aria-hidden": "true"
516
516
  }, null, 8, ["name", "size"])) : S("", !0),
517
- e.loading ? (f(), B(Ct, {
517
+ e.loading ? (f(), E(Ct, {
518
518
  key: 1,
519
519
  color: l.value
520
520
  }, null, 8, ["color"])) : S("", !0),
@@ -523,10 +523,10 @@ const Ct = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-127ef073"]]), Ga = ["pri
523
523
  class: "joy-button--slot"
524
524
  }, [
525
525
  w(i.$slots, "default", {}, () => [
526
- z(N(e.label), 1)
526
+ z(J(e.label), 1)
527
527
  ], !0)
528
528
  ]),
529
- e.icon && e.iconPosition === "right" ? (f(), B(H, {
529
+ e.icon && e.iconPosition === "right" ? (f(), E(H, {
530
530
  key: 2,
531
531
  class: "joy-button_icon joy-button_icon--right",
532
532
  name: e.icon,
@@ -541,7 +541,7 @@ const Ct = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-127ef073"]]), Ga = ["pri
541
541
  };
542
542
  }
543
543
  });
544
- const de = /* @__PURE__ */ A(eo, [["__scopeId", "data-v-25ba8bc2"]]);
544
+ const de = /* @__PURE__ */ L(eo, [["__scopeId", "data-v-25ba8bc2"]]);
545
545
  var Rt;
546
546
  const jt = typeof window < "u", mn = (e) => typeof e == "string", $t = () => {
547
547
  }, yt = jt && ((Rt = window == null ? void 0 : window.navigator) == null ? void 0 : Rt.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
@@ -555,7 +555,7 @@ function rt(e) {
555
555
  return _t() ? (wt(e), !0) : !1;
556
556
  }
557
557
  function no(e) {
558
- return typeof e == "function" ? E(e) : x(e);
558
+ return typeof e == "function" ? I(e) : x(e);
559
559
  }
560
560
  function ao(e, t = !0) {
561
561
  Xn() ? se(e) : t ? e() : Fe(e);
@@ -700,7 +700,7 @@ const mo = {
700
700
  po({
701
701
  linear: to
702
702
  }, mo);
703
- const Tt = /* @__PURE__ */ L({
703
+ const Tt = /* @__PURE__ */ T({
704
704
  name: "OnClickOutside",
705
705
  props: ["as", "options"],
706
706
  emits: ["trigger"],
@@ -769,7 +769,7 @@ function wo(e, t = !1) {
769
769
  const i = Ee(e);
770
770
  !i || !n.value || (yt && (a == null || a()), i.style.overflow = o, n.value = !1);
771
771
  };
772
- return rt(l), E({
772
+ return rt(l), I({
773
773
  get() {
774
774
  return n.value;
775
775
  },
@@ -790,9 +790,9 @@ const So = () => {
790
790
  };
791
791
  };
792
792
  So();
793
- const gn = (e) => (et("data-v-9cad0312"), e = e(), tt(), e), ko = /* @__PURE__ */ gn(() => /* @__PURE__ */ b("div", { class: "joy-bottom-sheet-overlay" }, null, -1)), xo = /* @__PURE__ */ gn(() => /* @__PURE__ */ b("div", { class: "joy-bottom-sheet_header-close" }, null, -1)), Co = [
793
+ const gn = (e) => (et("data-v-48421974"), e = e(), tt(), e), ko = /* @__PURE__ */ gn(() => /* @__PURE__ */ b("div", { class: "joy-bottom-sheet-overlay" }, null, -1)), xo = /* @__PURE__ */ gn(() => /* @__PURE__ */ b("div", { class: "joy-bottom-sheet_header-close" }, null, -1)), Co = [
794
794
  xo
795
- ], jo = { class: "joy-bottom-sheet_content" }, $o = { class: "joy-bottom-sheet_footer" }, Yt = 75, Zt = "moving", Vo = /* @__PURE__ */ L({
795
+ ], jo = { class: "joy-bottom-sheet_content" }, $o = { class: "joy-bottom-sheet_footer" }, Yt = 75, Zt = "moving", Vo = /* @__PURE__ */ T({
796
796
  __name: "VJoyBottomSheet",
797
797
  props: {
798
798
  /** Automatically renders a CTA that closes the bottom-sheet */
@@ -804,6 +804,13 @@ const gn = (e) => (et("data-v-9cad0312"), e = e(), tt(), e), ko = /* @__PURE__ *
804
804
  type: Boolean,
805
805
  default: !1
806
806
  },
807
+ /**
808
+ * @internal - Mostly for documentation purpose
809
+ */
810
+ preventBodyScroll: {
811
+ type: Boolean,
812
+ default: !0
813
+ },
807
814
  /** By default the dialog is teleported to the end of body tag */
808
815
  teleport: {
809
816
  type: String,
@@ -818,46 +825,49 @@ const gn = (e) => (et("data-v-9cad0312"), e = e(), tt(), e), ko = /* @__PURE__ *
818
825
  setup(e, { expose: t, emit: n }) {
819
826
  const a = e, o = x(!1), r = x(!1), l = x(a.open), i = x(!1), u = x();
820
827
  let v = 0;
821
- function d(T = { preventScroll: !0 }) {
822
- l.value = !0, T.preventScroll && Le(!0);
828
+ function d() {
829
+ l.value = !0, N();
823
830
  }
824
831
  function c() {
825
832
  r.value = !0, setTimeout(async () => {
826
833
  i.value = !1, r.value = !1, l.value = !1, Le(!1), n("bottom-sheet:close");
827
834
  }, 300);
828
835
  }
829
- function p(T) {
830
- i.value = !0, u.value.classList.add(Zt), v = k(T);
836
+ function p(O) {
837
+ i.value = !0, u.value.classList.add(Zt), v = k(O);
831
838
  }
832
- function s(T) {
833
- i.value && (m(T) > Yt && c(), V());
839
+ function s(O) {
840
+ i.value && (m(O) > Yt && c(), B());
834
841
  }
835
- function y(T) {
842
+ function y(O) {
836
843
  if (i.value) {
837
- const J = m(T);
838
- J > Yt ? c() : J > 0 && j(J);
844
+ const A = m(O);
845
+ A > Yt ? c() : A > 0 && j(A);
839
846
  }
840
847
  }
841
- function m(T) {
842
- return k(T) - v;
848
+ function m(O) {
849
+ return k(O) - v;
843
850
  }
844
- function k(T) {
845
- return ["touchend", "touchmove", "touchstart"].includes(T.type) ? T.changedTouches[0].clientY : T.clientY;
851
+ function k(O) {
852
+ return ["touchend", "touchmove", "touchstart"].includes(O.type) ? O.changedTouches[0].clientY : O.clientY;
846
853
  }
847
- function j(T) {
848
- u.value.style.setProperty("transform", `translateY(${T}px)`);
854
+ function j(O) {
855
+ u.value.style.setProperty("transform", `translateY(${O}px)`);
849
856
  }
850
- function V() {
857
+ function B() {
851
858
  u.value.classList.remove(Zt), u.value.style.removeProperty("transform"), i.value = !1;
852
859
  }
860
+ function N() {
861
+ a.preventBodyScroll && Le(!0);
862
+ }
853
863
  return se(() => {
854
- o.value = !0;
864
+ o.value = !0, a.open && N();
855
865
  }), t({
856
- openBottomSheet: d,
857
- closeBottomSheet: c,
866
+ hide: c,
867
+ show: d,
858
868
  isOpen: l,
859
869
  moveContainer: j
860
- }), (T, J) => o.value ? (f(), B(nt, {
870
+ }), (O, A) => o.value ? (f(), E(nt, {
861
871
  key: 0,
862
872
  to: e.teleport
863
873
  }, [
@@ -891,10 +901,10 @@ const gn = (e) => (et("data-v-9cad0312"), e = e(), tt(), e), ko = /* @__PURE__ *
891
901
  onTouchmove: y
892
902
  }, Co, 32),
893
903
  b("div", jo, [
894
- w(T.$slots, "bottom-sheet-content", {}, void 0, !0)
904
+ w(O.$slots, "bottom-sheet-content", {}, void 0, !0)
895
905
  ]),
896
906
  b("div", $o, [
897
- w(T.$slots, "bottom-sheet-cta", {}, () => [
907
+ w(O.$slots, "bottom-sheet-cta", {}, () => [
898
908
  W(de, {
899
909
  class: "joy-bottom-sheet_footer-close",
900
910
  label: e.closeLabel,
@@ -910,24 +920,23 @@ const gn = (e) => (et("data-v-9cad0312"), e = e(), tt(), e), ko = /* @__PURE__ *
910
920
  ], 8, ["to"])) : S("", !0);
911
921
  }
912
922
  });
913
- const To = /* @__PURE__ */ A(Vo, [["__scopeId", "data-v-9cad0312"]]), Io = /* @__PURE__ */ L({
923
+ const To = /* @__PURE__ */ L(Vo, [["__scopeId", "data-v-48421974"]]), Io = /* @__PURE__ */ T({
914
924
  __name: "VJoyBottomSheetTrigger",
915
925
  props: {
916
- bottomSheet: {},
917
- options: {}
926
+ bottomSheet: {}
918
927
  },
919
928
  setup(e) {
920
- const t = e, n = E(() => t.bottomSheet), a = ee(), o = E(() => a.default());
929
+ const t = e, n = I(() => t.bottomSheet), a = ee(), o = I(() => a.default());
921
930
  function r() {
922
931
  var l;
923
- (l = n.value) == null || l.openBottomSheet(t.options);
932
+ (l = n.value) == null || l.show();
924
933
  }
925
- return (l, i) => (f(!0), g(K, null, G(o.value, (u) => (f(), B(ae(u), {
934
+ return (l, i) => (f(!0), g(K, null, G(o.value, (u) => (f(), E(ae(u), {
926
935
  key: u,
927
936
  onClick: r
928
937
  }))), 128));
929
938
  }
930
- }), Lo = ["aria-checked", "aria-hidden"], Eo = { class: "joy-checkbox__input-wrapper" }, Ao = ["id", "name", "disabled", "checked", "required", "aria-checked", "value", "indeterminate"], Bo = { class: "joy-checkbox__content-wrapper" }, Oo = { class: "joy-checkbox__content" }, No = /* @__PURE__ */ L({
939
+ }), Lo = ["aria-checked", "aria-hidden"], Eo = { class: "joy-checkbox__input-wrapper" }, Bo = ["id", "name", "disabled", "checked", "required", "aria-checked", "value", "indeterminate"], Ao = { class: "joy-checkbox__content-wrapper" }, Oo = { class: "joy-checkbox__content" }, No = /* @__PURE__ */ T({
931
940
  __name: "VJoyCheckbox",
932
941
  props: {
933
942
  /** Can't be used in addition of v-model. See usage : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes */
@@ -1034,11 +1043,11 @@ const To = /* @__PURE__ */ A(Vo, [["__scopeId", "data-v-9cad0312"]]), Io = /* @_
1034
1043
  (...c) => u.onFocus && u.onFocus(...c)),
1035
1044
  onBlur: d[2] || (d[2] = //@ts-ignore
1036
1045
  (...c) => u.onBlur && u.onBlur(...c))
1037
- }, null, 40, Ao)
1046
+ }, null, 40, Bo)
1038
1047
  ]),
1039
- b("div", Bo, [
1048
+ b("div", Ao, [
1040
1049
  w(v.$slots, "default", {}, () => [
1041
- z(N(e.label), 1)
1050
+ z(J(e.label), 1)
1042
1051
  ], !0),
1043
1052
  b("div", Oo, [
1044
1053
  w(v.$slots, "checkbox-content", {}, void 0, !0)
@@ -1048,7 +1057,7 @@ const To = /* @__PURE__ */ A(Vo, [["__scopeId", "data-v-9cad0312"]]), Io = /* @_
1048
1057
  ], 8, Lo));
1049
1058
  }
1050
1059
  });
1051
- const It = /* @__PURE__ */ A(No, [["__scopeId", "data-v-27cc9d8c"]]), Jo = ["aria-expanded"], Fo = ["id"], Po = { class: "joy-collapse-item__header-right" }, Ro = ["aria-labelledby"], Do = /* @__PURE__ */ L({
1060
+ const It = /* @__PURE__ */ L(No, [["__scopeId", "data-v-27cc9d8c"]]), Jo = ["aria-expanded"], Fo = ["id"], Po = { class: "joy-collapse-item__header-right" }, Ro = ["aria-labelledby"], Do = /* @__PURE__ */ T({
1052
1061
  __name: "VJoyCollapseItem",
1053
1062
  props: {
1054
1063
  header: {
@@ -1103,13 +1112,13 @@ const It = /* @__PURE__ */ A(No, [["__scopeId", "data-v-27cc9d8c"]]), Jo = ["ari
1103
1112
  id: e.id,
1104
1113
  class: "joy-collapse-item__summary___content"
1105
1114
  }, [
1106
- e.summaryIcon ? (f(), B(H, {
1115
+ e.summaryIcon ? (f(), E(H, {
1107
1116
  key: 0,
1108
1117
  "aria-hidden": "true",
1109
1118
  color: "secondary",
1110
1119
  name: e.summaryIcon
1111
1120
  }, null, 8, ["name"])) : S("", !0),
1112
- z(" " + N(e.header), 1)
1121
+ z(" " + J(e.header), 1)
1113
1122
  ], 8, Fo),
1114
1123
  b("div", Po, [
1115
1124
  w(i.$slots, "collapse-header-right")
@@ -1135,7 +1144,7 @@ const It = /* @__PURE__ */ A(No, [["__scopeId", "data-v-27cc9d8c"]]), Jo = ["ari
1135
1144
  ], 2));
1136
1145
  }
1137
1146
  });
1138
- const hn = /* @__PURE__ */ A(Do, [["__scopeId", "data-v-f41beb0a"]]), Mo = { class: "joy-collapse" }, zo = /* @__PURE__ */ L({
1147
+ const hn = /* @__PURE__ */ L(Do, [["__scopeId", "data-v-f41beb0a"]]), Mo = { class: "joy-collapse" }, zo = /* @__PURE__ */ T({
1139
1148
  __name: "VJoyCollapse",
1140
1149
  props: {
1141
1150
  accordion: {
@@ -1151,7 +1160,7 @@ const hn = /* @__PURE__ */ A(Do, [["__scopeId", "data-v-f41beb0a"]]), Mo = { cla
1151
1160
  },
1152
1161
  emits: ["update:modelValue"],
1153
1162
  setup(e, { expose: t, emit: n }) {
1154
- const a = e, o = x(a.modelValue), r = ee(), l = E(() => {
1163
+ const a = e, o = x(a.modelValue), r = ee(), l = I(() => {
1155
1164
  const s = r.default();
1156
1165
  return s.length === 1 && typeof s[0].type != "object" ? s[0].children.filter(i) : s.filter(i);
1157
1166
  });
@@ -1188,24 +1197,24 @@ const hn = /* @__PURE__ */ A(Do, [["__scopeId", "data-v-f41beb0a"]]), Mo = { cla
1188
1197
  items: l,
1189
1198
  openedCollapseItem: o
1190
1199
  }), (s, y) => (f(), g("div", Mo, [
1191
- (f(!0), g(K, null, G(l.value, (m) => (f(), B(hn, ie(m.props, {
1200
+ (f(!0), g(K, null, G(l.value, (m) => (f(), E(hn, ie(m.props, {
1192
1201
  key: m.props.id,
1193
1202
  open: v(m),
1194
1203
  "onCollapseItem:open": (k) => d(m),
1195
1204
  "onCollapseItem:close": (k) => c(m)
1196
1205
  }), {
1197
1206
  "collapse-header-right": D(() => [
1198
- (f(!0), g(K, null, G(u(m, "collapse-header-right"), (k) => (f(), B(ae(k), { key: k }))), 128))
1207
+ (f(!0), g(K, null, G(u(m, "collapse-header-right"), (k) => (f(), E(ae(k), { key: k }))), 128))
1199
1208
  ]),
1200
1209
  default: D(() => [
1201
- (f(!0), g(K, null, G(u(m, "default"), (k) => (f(), B(ae(k), { key: k }))), 128))
1210
+ (f(!0), g(K, null, G(u(m, "default"), (k) => (f(), E(ae(k), { key: k }))), 128))
1202
1211
  ]),
1203
1212
  _: 2
1204
1213
  }, 1040, ["open", "onCollapseItem:open", "onCollapseItem:close"]))), 128))
1205
1214
  ]));
1206
1215
  }
1207
1216
  });
1208
- const qo = /* @__PURE__ */ A(zo, [["__scopeId", "data-v-5bd4f0f7"]]), Ho = ["src", "alt", "title"], Wo = /* @__PURE__ */ L({
1217
+ const qo = /* @__PURE__ */ L(zo, [["__scopeId", "data-v-5bd4f0f7"]]), Ho = ["src", "alt", "title"], Wo = /* @__PURE__ */ T({
1209
1218
  __name: "VJoyCompanyAvatar",
1210
1219
  props: {
1211
1220
  imgSrc: String,
@@ -1217,7 +1226,7 @@ const qo = /* @__PURE__ */ A(zo, [["__scopeId", "data-v-5bd4f0f7"]]), Ho = ["src
1217
1226
  }
1218
1227
  },
1219
1228
  setup(e) {
1220
- const t = e, n = E(() => {
1229
+ const t = e, n = I(() => {
1221
1230
  switch (t.size) {
1222
1231
  case "large":
1223
1232
  return "small";
@@ -1237,7 +1246,7 @@ const qo = /* @__PURE__ */ A(zo, [["__scopeId", "data-v-5bd4f0f7"]]), Ho = ["src
1237
1246
  src: e.imgSrc,
1238
1247
  alt: e.imgAlt || e.companyName,
1239
1248
  title: e.companyName
1240
- }, null, 8, Ho)) : (f(), B($(H), {
1249
+ }, null, 8, Ho)) : (f(), E($(H), {
1241
1250
  key: 1,
1242
1251
  name: "company-placeholder",
1243
1252
  size: n.value
@@ -1245,12 +1254,12 @@ const qo = /* @__PURE__ */ A(zo, [["__scopeId", "data-v-5bd4f0f7"]]), Ho = ["src
1245
1254
  ], 2));
1246
1255
  }
1247
1256
  });
1248
- const Uo = /* @__PURE__ */ A(Wo, [["__scopeId", "data-v-0f616ccb"]]), Ko = { class: "joy-counter" }, Go = ["aria-label", "disabled"], Yo = { class: "joy-counter__input-wrapper" }, Zo = ["id", "min", "max", "aria-invalid", "name", "required", "value"], Qo = ["aria-label", "disabled"], Xo = {
1257
+ const Uo = /* @__PURE__ */ L(Wo, [["__scopeId", "data-v-0f616ccb"]]), Ko = { class: "joy-counter" }, Go = ["aria-label", "disabled"], Yo = { class: "joy-counter__input-wrapper" }, Zo = ["id", "min", "max", "aria-invalid", "name", "required", "value"], Qo = ["aria-label", "disabled"], Xo = {
1249
1258
  key: 0,
1250
1259
  class: "joy-counter_error"
1251
1260
  }, el = {
1252
1261
  inheritAttrs: !1
1253
- }, tl = /* @__PURE__ */ L({
1262
+ }, tl = /* @__PURE__ */ T({
1254
1263
  ...el,
1255
1264
  __name: "VJoyCounter",
1256
1265
  props: {
@@ -1357,7 +1366,7 @@ const Uo = /* @__PURE__ */ A(Wo, [["__scopeId", "data-v-0f616ccb"]]), Ko = { cla
1357
1366
  return t({
1358
1367
  props: a
1359
1368
  }), (y, m) => (f(), g("div", Ko, [
1360
- e.label ? (f(), B($(Ce), {
1369
+ e.label ? (f(), E($(Ce), {
1361
1370
  key: 0,
1362
1371
  for: e.id,
1363
1372
  required: e.required && e.requiredMark,
@@ -1366,7 +1375,7 @@ const Uo = /* @__PURE__ */ A(Wo, [["__scopeId", "data-v-0f616ccb"]]), Ko = { cla
1366
1375
  }, {
1367
1376
  default: D(() => [
1368
1377
  w(y.$slots, "default", {}, () => [
1369
- z(N(e.label), 1)
1378
+ z(J(e.label), 1)
1370
1379
  ], !0)
1371
1380
  ]),
1372
1381
  _: 3
@@ -1421,7 +1430,7 @@ const Uo = /* @__PURE__ */ A(Wo, [["__scopeId", "data-v-0f616ccb"]]), Ko = { cla
1421
1430
  ]));
1422
1431
  }
1423
1432
  });
1424
- const nl = /* @__PURE__ */ A(tl, [["__scopeId", "data-v-ebcfc48d"]]);
1433
+ const nl = /* @__PURE__ */ L(tl, [["__scopeId", "data-v-ebcfc48d"]]);
1425
1434
  function al(e) {
1426
1435
  return _t() ? (wt(e), !0) : !1;
1427
1436
  }
@@ -1756,24 +1765,24 @@ var tn = {
1756
1765
  delayInitialFocusTimer: void 0,
1757
1766
  // the most recent KeyboardEvent for the configured nav key (typically [SHIFT+]TAB), if any
1758
1767
  recentNavEvent: void 0
1759
- }, i, u = function(h, _, I) {
1760
- return h && h[_] !== void 0 ? h[_] : r[I || _];
1768
+ }, i, u = function(h, _, V) {
1769
+ return h && h[_] !== void 0 ? h[_] : r[V || _];
1761
1770
  }, v = function(h, _) {
1762
- var I = typeof (_ == null ? void 0 : _.composedPath) == "function" ? _.composedPath() : void 0;
1771
+ var V = typeof (_ == null ? void 0 : _.composedPath) == "function" ? _.composedPath() : void 0;
1763
1772
  return l.containerGroups.findIndex(function(F) {
1764
1773
  var P = F.container, M = F.tabbableNodes;
1765
1774
  return P.contains(h) || // fall back to explicit tabbable search which will take into consideration any
1766
1775
  // web components if the `tabbableOptions.getShadowRoot` option was used for
1767
1776
  // the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
1768
1777
  // look inside web components even if open)
1769
- (I == null ? void 0 : I.includes(P)) || M.find(function(U) {
1778
+ (V == null ? void 0 : V.includes(P)) || M.find(function(U) {
1770
1779
  return U === h;
1771
1780
  });
1772
1781
  });
1773
1782
  }, d = function(h) {
1774
1783
  var _ = r[h];
1775
1784
  if (typeof _ == "function") {
1776
- for (var I = arguments.length, F = new Array(I > 1 ? I - 1 : 0), P = 1; P < I; P++)
1785
+ for (var V = arguments.length, F = new Array(V > 1 ? V - 1 : 0), P = 1; P < V; P++)
1777
1786
  F[P - 1] = arguments[P];
1778
1787
  _ = _.apply(void 0, F);
1779
1788
  }
@@ -1794,17 +1803,17 @@ var tn = {
1794
1803
  if (v(a.activeElement) >= 0)
1795
1804
  h = a.activeElement;
1796
1805
  else {
1797
- var _ = l.tabbableGroups[0], I = _ && _.firstTabbableNode;
1798
- h = I || d("fallbackFocus");
1806
+ var _ = l.tabbableGroups[0], V = _ && _.firstTabbableNode;
1807
+ h = V || d("fallbackFocus");
1799
1808
  }
1800
1809
  if (!h)
1801
1810
  throw new Error("Your focus-trap needs to have at least one focusable element");
1802
1811
  return h;
1803
1812
  }, p = function() {
1804
1813
  if (l.containerGroups = l.containers.map(function(h) {
1805
- var _ = _l(h, r.tabbableOptions), I = wl(h, r.tabbableOptions), F = _.length > 0 ? _[0] : void 0, P = _.length > 0 ? _[_.length - 1] : void 0, M = I.find(function(Q) {
1814
+ var _ = _l(h, r.tabbableOptions), V = wl(h, r.tabbableOptions), F = _.length > 0 ? _[0] : void 0, P = _.length > 0 ? _[_.length - 1] : void 0, M = V.find(function(Q) {
1806
1815
  return $e(Q);
1807
- }), U = I.slice().reverse().find(function(Q) {
1816
+ }), U = V.slice().reverse().find(function(Q) {
1808
1817
  return $e(Q);
1809
1818
  }), te = !!_.find(function(Q) {
1810
1819
  return Se(Q) > 0;
@@ -1812,7 +1821,7 @@ var tn = {
1812
1821
  return {
1813
1822
  container: h,
1814
1823
  tabbableNodes: _,
1815
- focusableNodes: I,
1824
+ focusableNodes: V,
1816
1825
  /** True if at least one node with positive `tabindex` was found in this container. */
1817
1826
  posTabIndexesFound: te,
1818
1827
  /** First tabbable node in container, __tabindex__ order; `undefined` if none. */
@@ -1839,12 +1848,12 @@ var tn = {
1839
1848
  * @returns {HTMLElement|undefined} The next tabbable node, if any.
1840
1849
  */
1841
1850
  nextTabbableNode: function(we) {
1842
- var Be = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, pe = _.indexOf(we);
1843
- return pe < 0 ? Be ? I.slice(I.indexOf(we) + 1).find(function(Oe) {
1851
+ var Ae = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, pe = _.indexOf(we);
1852
+ return pe < 0 ? Ae ? V.slice(V.indexOf(we) + 1).find(function(Oe) {
1844
1853
  return $e(Oe);
1845
- }) : I.slice(0, I.indexOf(we)).reverse().find(function(Oe) {
1854
+ }) : V.slice(0, V.indexOf(we)).reverse().find(function(Oe) {
1846
1855
  return $e(Oe);
1847
- }) : _[pe + (Be ? 1 : -1)];
1856
+ }) : _[pe + (Ae ? 1 : -1)];
1848
1857
  }
1849
1858
  };
1850
1859
  }), l.tabbableGroups = l.containerGroups.filter(function(h) {
@@ -1873,11 +1882,11 @@ var tn = {
1873
1882
  var _ = d("setReturnFocus", h);
1874
1883
  return _ || (_ === !1 ? !1 : h);
1875
1884
  }, k = function(h) {
1876
- var _ = h.target, I = h.event, F = h.isBackward, P = F === void 0 ? !1 : F;
1877
- _ = _ || qe(I), p();
1885
+ var _ = h.target, V = h.event, F = h.isBackward, P = F === void 0 ? !1 : F;
1886
+ _ = _ || qe(V), p();
1878
1887
  var M = null;
1879
1888
  if (l.tabbableGroups.length > 0) {
1880
- var U = v(_, I), te = U >= 0 ? l.containerGroups[U] : void 0;
1889
+ var U = v(_, V), te = U >= 0 ? l.containerGroups[U] : void 0;
1881
1890
  if (U < 0)
1882
1891
  P ? M = l.tabbableGroups[l.tabbableGroups.length - 1].lastTabbableNode : M = l.tabbableGroups[0].firstTabbableNode;
1883
1892
  else if (P) {
@@ -1886,10 +1895,10 @@ var tn = {
1886
1895
  return _ === ct;
1887
1896
  });
1888
1897
  if (Q < 0 && (te.container === _ || ft(_, r.tabbableOptions) && !$e(_, r.tabbableOptions) && !te.nextTabbableNode(_, !1)) && (Q = U), Q >= 0) {
1889
- var we = Q === 0 ? l.tabbableGroups.length - 1 : Q - 1, Be = l.tabbableGroups[we];
1890
- M = Se(_) >= 0 ? Be.lastTabbableNode : Be.lastDomTabbableNode;
1898
+ var we = Q === 0 ? l.tabbableGroups.length - 1 : Q - 1, Ae = l.tabbableGroups[we];
1899
+ M = Se(_) >= 0 ? Ae.lastTabbableNode : Ae.lastDomTabbableNode;
1891
1900
  } else
1892
- Je(I) || (M = te.nextTabbableNode(_, !1));
1901
+ Je(V) || (M = te.nextTabbableNode(_, !1));
1893
1902
  } else {
1894
1903
  var pe = an(l.tabbableGroups, function(ut) {
1895
1904
  var ct = ut.lastTabbableNode;
@@ -1899,7 +1908,7 @@ var tn = {
1899
1908
  var Oe = pe === l.tabbableGroups.length - 1 ? 0 : pe + 1, Ft = l.tabbableGroups[Oe];
1900
1909
  M = Se(_) >= 0 ? Ft.firstTabbableNode : Ft.firstDomTabbableNode;
1901
1910
  } else
1902
- Je(I) || (M = te.nextTabbableNode(_));
1911
+ Je(V) || (M = te.nextTabbableNode(_));
1903
1912
  }
1904
1913
  } else
1905
1914
  M = d("fallbackFocus");
@@ -1921,10 +1930,10 @@ var tn = {
1921
1930
  }
1922
1931
  Ne(r.allowOutsideClick, h) || h.preventDefault();
1923
1932
  }
1924
- }, V = function(h) {
1925
- var _ = qe(h), I = v(_, h) >= 0;
1926
- if (I || _ instanceof Document)
1927
- I && (l.mostRecentlyFocusedNode = _);
1933
+ }, B = function(h) {
1934
+ var _ = qe(h), V = v(_, h) >= 0;
1935
+ if (V || _ instanceof Document)
1936
+ V && (l.mostRecentlyFocusedNode = _);
1928
1937
  else {
1929
1938
  h.stopImmediatePropagation();
1930
1939
  var F, P = !0;
@@ -1953,46 +1962,46 @@ var tn = {
1953
1962
  })), y(F || l.mostRecentlyFocusedNode || c());
1954
1963
  }
1955
1964
  l.recentNavEvent = void 0;
1956
- }, T = function(h) {
1965
+ }, N = function(h) {
1957
1966
  var _ = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
1958
1967
  l.recentNavEvent = h;
1959
- var I = k({
1968
+ var V = k({
1960
1969
  event: h,
1961
1970
  isBackward: _
1962
1971
  });
1963
- I && (Je(h) && h.preventDefault(), y(I));
1964
- }, J = function(h) {
1972
+ V && (Je(h) && h.preventDefault(), y(V));
1973
+ }, O = function(h) {
1965
1974
  if ($l(h) && Ne(r.escapeDeactivates, h) !== !1) {
1966
1975
  h.preventDefault(), i.deactivate();
1967
1976
  return;
1968
1977
  }
1969
- (r.isKeyForward(h) || r.isKeyBackward(h)) && T(h, r.isKeyBackward(h));
1970
- }, O = function(h) {
1978
+ (r.isKeyForward(h) || r.isKeyBackward(h)) && N(h, r.isKeyBackward(h));
1979
+ }, A = function(h) {
1971
1980
  var _ = qe(h);
1972
1981
  v(_, h) >= 0 || Ne(r.clickOutsideDeactivates, h) || Ne(r.allowOutsideClick, h) || (h.preventDefault(), h.stopImmediatePropagation());
1973
1982
  }, Z = function() {
1974
1983
  if (l.active)
1975
1984
  return tn.activateTrap(o, i), l.delayInitialFocusTimer = r.delayInitialFocus ? nn(function() {
1976
1985
  y(c());
1977
- }) : y(c()), a.addEventListener("focusin", V, !0), a.addEventListener("mousedown", j, {
1986
+ }) : y(c()), a.addEventListener("focusin", B, !0), a.addEventListener("mousedown", j, {
1978
1987
  capture: !0,
1979
1988
  passive: !1
1980
1989
  }), a.addEventListener("touchstart", j, {
1981
1990
  capture: !0,
1982
1991
  passive: !1
1983
- }), a.addEventListener("click", O, {
1992
+ }), a.addEventListener("click", A, {
1984
1993
  capture: !0,
1985
1994
  passive: !1
1986
- }), a.addEventListener("keydown", J, {
1995
+ }), a.addEventListener("keydown", O, {
1987
1996
  capture: !0,
1988
1997
  passive: !1
1989
1998
  }), i;
1990
1999
  }, R = function() {
1991
2000
  if (l.active)
1992
- return a.removeEventListener("focusin", V, !0), a.removeEventListener("mousedown", j, !0), a.removeEventListener("touchstart", j, !0), a.removeEventListener("click", O, !0), a.removeEventListener("keydown", J, !0), i;
2001
+ return a.removeEventListener("focusin", B, !0), a.removeEventListener("mousedown", j, !0), a.removeEventListener("touchstart", j, !0), a.removeEventListener("click", A, !0), a.removeEventListener("keydown", O, !0), i;
1993
2002
  }, oe = function(h) {
1994
- var _ = h.some(function(I) {
1995
- var F = Array.from(I.removedNodes);
2003
+ var _ = h.some(function(V) {
2004
+ var F = Array.from(V.removedNodes);
1996
2005
  return F.some(function(P) {
1997
2006
  return P === l.mostRecentlyFocusedNode;
1998
2007
  });
@@ -2016,10 +2025,10 @@ var tn = {
2016
2025
  activate: function(h) {
2017
2026
  if (l.active)
2018
2027
  return this;
2019
- var _ = u(h, "onActivate"), I = u(h, "onPostActivate"), F = u(h, "checkCanFocusTrap");
2028
+ var _ = u(h, "onActivate"), V = u(h, "onPostActivate"), F = u(h, "checkCanFocusTrap");
2020
2029
  F || p(), l.active = !0, l.paused = !1, l.nodeFocusedBeforeActivation = a.activeElement, _ == null || _();
2021
2030
  var P = function() {
2022
- F && p(), Z(), ue(), I == null || I();
2031
+ F && p(), Z(), ue(), V == null || V();
2023
2032
  };
2024
2033
  return F ? (F(l.containers.concat()).then(P, P), this) : (P(), this);
2025
2034
  },
@@ -2032,8 +2041,8 @@ var tn = {
2032
2041
  checkCanReturnFocus: r.checkCanReturnFocus
2033
2042
  }, h);
2034
2043
  clearTimeout(l.delayInitialFocusTimer), l.delayInitialFocusTimer = void 0, R(), l.active = !1, l.paused = !1, ue(), tn.deactivateTrap(o, i);
2035
- var I = u(_, "onDeactivate"), F = u(_, "onPostDeactivate"), P = u(_, "checkCanReturnFocus"), M = u(_, "returnFocus", "returnFocusOnDeactivate");
2036
- I == null || I();
2044
+ var V = u(_, "onDeactivate"), F = u(_, "onPostDeactivate"), P = u(_, "checkCanReturnFocus"), M = u(_, "returnFocus", "returnFocusOnDeactivate");
2045
+ V == null || V();
2037
2046
  var U = function() {
2038
2047
  nn(function() {
2039
2048
  M && y(m(l.nodeFocusedBeforeActivation)), F == null || F();
@@ -2044,19 +2053,19 @@ var tn = {
2044
2053
  pause: function(h) {
2045
2054
  if (l.paused || !l.active)
2046
2055
  return this;
2047
- var _ = u(h, "onPause"), I = u(h, "onPostPause");
2048
- return l.paused = !0, _ == null || _(), R(), ue(), I == null || I(), this;
2056
+ var _ = u(h, "onPause"), V = u(h, "onPostPause");
2057
+ return l.paused = !0, _ == null || _(), R(), ue(), V == null || V(), this;
2049
2058
  },
2050
2059
  unpause: function(h) {
2051
2060
  if (!l.paused || !l.active)
2052
2061
  return this;
2053
- var _ = u(h, "onUnpause"), I = u(h, "onPostUnpause");
2054
- return l.paused = !1, _ == null || _(), p(), Z(), ue(), I == null || I(), this;
2062
+ var _ = u(h, "onUnpause"), V = u(h, "onPostUnpause");
2063
+ return l.paused = !1, _ == null || _(), p(), Z(), ue(), V == null || V(), this;
2055
2064
  },
2056
2065
  updateContainerElements: function(h) {
2057
2066
  var _ = [].concat(h).filter(Boolean);
2058
- return l.containers = _.map(function(I) {
2059
- return typeof I == "string" ? a.querySelector(I) : I;
2067
+ return l.containers = _.map(function(V) {
2068
+ return typeof V == "string" ? a.querySelector(V) : V;
2060
2069
  }), l.active && p(), ue(), this;
2061
2070
  }
2062
2071
  }, i.updateContainerElements(t), i;
@@ -2091,7 +2100,7 @@ function jn(e, t = {}) {
2091
2100
  unpause: d
2092
2101
  };
2093
2102
  }
2094
- const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }, Bl = { class: "joy-dialog--header" }, Ol = ["id"], Nl = {
2103
+ const El = ["aria-labelledby", "onKeydown"], Bl = { class: "joy-dialog__inner" }, Al = { class: "joy-dialog--header" }, Ol = ["id"], Nl = {
2095
2104
  id: "dialogDescription",
2096
2105
  class: "joy-dialog--subheader"
2097
2106
  }, Jl = {
@@ -2100,7 +2109,7 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2100
2109
  }, Fl = {
2101
2110
  key: 1,
2102
2111
  class: "joy-dialog--indicators"
2103
- }, Pl = /* @__PURE__ */ L({
2112
+ }, Pl = /* @__PURE__ */ T({
2104
2113
  __name: "VJoyDialog",
2105
2114
  props: {
2106
2115
  /** By default a focus-trap is activated. It means you can loop over all interactive elements within the open dialog. */
@@ -2117,6 +2126,13 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2117
2126
  type: Boolean,
2118
2127
  default: !1
2119
2128
  },
2129
+ /**
2130
+ * @internal - Mostly for documentation purpose
2131
+ */
2132
+ preventBodyScroll: {
2133
+ type: Boolean,
2134
+ default: !0
2135
+ },
2120
2136
  /** **For accessibility purpose**. Label associated with the top right corner icon. */
2121
2137
  closeLabel: {
2122
2138
  type: String,
@@ -2156,9 +2172,9 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2156
2172
  },
2157
2173
  emits: ["dialog:open", "dialog:after-open", "dialog:hide", "dialog:after-hide"],
2158
2174
  setup(e, { expose: t, emit: n }) {
2159
- const a = e, o = "joy-dialog--" + he(), r = ee(), l = x(!1), i = x(), u = x(a.open), { activate: v, deactivate: d } = jn(i), c = E(() => {
2160
- const V = r["dialog-cancel"] || r["dialog-confirm"], T = a.cancelText || a.confirmText;
2161
- return !!V || !!T;
2175
+ const a = e, o = "joy-dialog--" + he(), r = ee(), l = x(!1), i = x(), u = x(a.open), { activate: v, deactivate: d } = jn(i), c = I(() => {
2176
+ const B = r["dialog-cancel"] || r["dialog-confirm"], N = a.cancelText || a.confirmText;
2177
+ return !!B || !!N;
2162
2178
  });
2163
2179
  function p() {
2164
2180
  !a.patternConfirm && s();
@@ -2166,8 +2182,8 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2166
2182
  async function s() {
2167
2183
  d(), u.value = !1, await Fe(), Le(!1), n("dialog:hide");
2168
2184
  }
2169
- async function y(V) {
2170
- u.value = !0, await Fe(), a.focusTrap && v(), V != null && V.preventBodyScroll && Le(!0);
2185
+ async function y() {
2186
+ u.value = !0, await Fe(), a.focusTrap && v(), a.preventBodyScroll && Le(!0);
2171
2187
  }
2172
2188
  function m() {
2173
2189
  n("dialog:open");
@@ -2181,11 +2197,11 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2181
2197
  return se(async () => {
2182
2198
  l.value = !0;
2183
2199
  }), t({
2184
- openOverlay: y,
2200
+ show: y,
2185
2201
  hasFooterSlots: c,
2186
- hideOverlay: s,
2202
+ hide: s,
2187
2203
  isOpen: u
2188
- }), (V, T) => l.value ? (f(), B(nt, {
2204
+ }), (B, N) => l.value ? (f(), E(nt, {
2189
2205
  key: 0,
2190
2206
  to: e.teleport
2191
2207
  }, [
@@ -2217,7 +2233,7 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2217
2233
  "joy-dialog__overlay___disabled": e.patternConfirm
2218
2234
  }
2219
2235
  ]),
2220
- onClick: T[0] || (T[0] = (J) => !e.patternConfirm && s())
2236
+ onClick: N[0] || (N[0] = (O) => !e.patternConfirm && s)
2221
2237
  }, null, 2),
2222
2238
  b("div", {
2223
2239
  class: C([
@@ -2227,7 +2243,7 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2227
2243
  }
2228
2244
  ])
2229
2245
  }, [
2230
- b("div", Al, [
2246
+ b("div", Bl, [
2231
2247
  e.bannerSrc ? (f(), g("div", {
2232
2248
  key: 0,
2233
2249
  class: "joy-dialog--banner",
@@ -2237,17 +2253,17 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2237
2253
  height: `${e.bannerHeight}px`
2238
2254
  })
2239
2255
  }, null, 4)) : S("", !0),
2240
- b("div", Bl, [
2256
+ b("div", Al, [
2241
2257
  b("div", {
2242
2258
  id: o + "-header",
2243
2259
  class: "joy-dialog--header__title"
2244
2260
  }, [
2245
- w(V.$slots, "dialog-header", {}, void 0, !0)
2261
+ w(B.$slots, "dialog-header", {}, void 0, !0)
2246
2262
  ], 8, Ol),
2247
2263
  b("p", Nl, [
2248
- w(V.$slots, "dialog-subheader", {}, void 0, !0)
2264
+ w(B.$slots, "dialog-subheader", {}, void 0, !0)
2249
2265
  ]),
2250
- e.patternConfirm ? S("", !0) : (f(), B($(de), {
2266
+ e.patternConfirm ? S("", !0) : (f(), E($(de), {
2251
2267
  key: 0,
2252
2268
  id: "joy-dialog--close",
2253
2269
  circle: "",
@@ -2257,11 +2273,11 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2257
2273
  name: "cross",
2258
2274
  label: e.closeLabel,
2259
2275
  class: "joy-dialog--close",
2260
- onClick: T[1] || (T[1] = (J) => s())
2276
+ onClick: s
2261
2277
  }, null, 8, ["label"]))
2262
2278
  ]),
2263
2279
  b("div", Jl, [
2264
- w(V.$slots, "dialog-body", {}, void 0, !0)
2280
+ w(B.$slots, "dialog-body", {}, void 0, !0)
2265
2281
  ]),
2266
2282
  b("div", {
2267
2283
  class: C([
@@ -2276,29 +2292,29 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2276
2292
  "no-margin": ""
2277
2293
  }, {
2278
2294
  default: D(() => [
2279
- w(V.$slots, "dialog-cancel", {}, () => [
2280
- e.cancelText ? (f(), B($(de), {
2295
+ w(B.$slots, "dialog-cancel", {}, () => [
2296
+ e.cancelText ? (f(), E($(de), {
2281
2297
  key: 0,
2282
2298
  class: "joy-dialog--cancel",
2283
2299
  variant: "ghost",
2284
2300
  size: e.buttonSize,
2285
- onClick: T[2] || (T[2] = (J) => s())
2301
+ onClick: s
2286
2302
  }, {
2287
2303
  default: D(() => [
2288
- z(N(e.cancelText), 1)
2304
+ z(J(e.cancelText), 1)
2289
2305
  ]),
2290
2306
  _: 1
2291
2307
  }, 8, ["size"])) : S("", !0)
2292
2308
  ], !0),
2293
- w(V.$slots, "dialog-confirm", {}, () => [
2294
- e.confirmText ? (f(), B($(de), {
2309
+ w(B.$slots, "dialog-confirm", {}, () => [
2310
+ e.confirmText ? (f(), E($(de), {
2295
2311
  key: 0,
2296
2312
  class: "joy-dialog--confirm",
2297
2313
  variant: "main",
2298
2314
  size: e.buttonSize
2299
2315
  }, {
2300
2316
  default: D(() => [
2301
- z(N(e.confirmText), 1)
2317
+ z(J(e.confirmText), 1)
2302
2318
  ]),
2303
2319
  _: 1
2304
2320
  }, 8, ["size"])) : S("", !0)
@@ -2308,7 +2324,7 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2308
2324
  })
2309
2325
  ], 2),
2310
2326
  $(r)["dialog-indicators"] ? (f(), g("div", Fl, [
2311
- w(V.$slots, "dialog-indicators", {}, void 0, !0)
2327
+ w(B.$slots, "dialog-indicators", {}, void 0, !0)
2312
2328
  ])) : S("", !0)
2313
2329
  ])
2314
2330
  ], 2)
@@ -2319,23 +2335,23 @@ const El = ["aria-labelledby", "onKeydown"], Al = { class: "joy-dialog__inner" }
2319
2335
  ], 8, ["to"])) : S("", !0);
2320
2336
  }
2321
2337
  });
2322
- const Rl = /* @__PURE__ */ A(Pl, [["__scopeId", "data-v-7da64f47"]]), Dl = /* @__PURE__ */ L({
2338
+ const Rl = /* @__PURE__ */ L(Pl, [["__scopeId", "data-v-db3a6093"]]), Dl = /* @__PURE__ */ T({
2323
2339
  __name: "VJoyDialogTrigger",
2324
2340
  props: {
2325
2341
  dialog: {}
2326
2342
  },
2327
2343
  setup(e) {
2328
- const t = e, n = E(() => t.dialog), a = ee(), o = E(() => a.default());
2329
- function r() {
2344
+ const t = e, n = I(() => t.dialog), a = ee(), o = I(() => a.default());
2345
+ async function r() {
2330
2346
  var l;
2331
- (l = n.value) == null || l.openOverlay();
2347
+ await ((l = n.value) == null ? void 0 : l.show());
2332
2348
  }
2333
- return (l, i) => (f(!0), g(K, null, G(o.value, (u) => (f(), B(ae(u), {
2349
+ return (l, i) => (f(!0), g(K, null, G(o.value, (u) => (f(), E(ae(u), {
2334
2350
  key: u,
2335
2351
  onClick: r
2336
2352
  }))), 128));
2337
2353
  }
2338
- }), Ml = ["disabled"], zl = { class: "joy-divider-cta--icon" }, ql = { class: "joy-divider-cta--content" }, Hl = { class: "joy-divider-cta--content---title" }, Wl = /* @__PURE__ */ L({
2354
+ }), Ml = ["disabled"], zl = { class: "joy-divider-cta--icon" }, ql = { class: "joy-divider-cta--content" }, Hl = { class: "joy-divider-cta--content---title" }, Wl = /* @__PURE__ */ T({
2339
2355
  __name: "VJoyDividerCta",
2340
2356
  props: {
2341
2357
  disabled: {
@@ -2361,7 +2377,7 @@ const Rl = /* @__PURE__ */ A(Pl, [["__scopeId", "data-v-7da64f47"]]), Dl = /* @_
2361
2377
  ], 10, Ml));
2362
2378
  }
2363
2379
  });
2364
- const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["aria-labelledby", "onKeydown"], Gl = { class: "joy-drawer__inner" }, Yl = { class: "joy-drawer--header" }, Zl = ["id"], Ql = {
2380
+ const Ul = /* @__PURE__ */ L(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["aria-labelledby", "onKeydown"], Gl = { class: "joy-drawer__inner" }, Yl = { class: "joy-drawer--header" }, Zl = ["id"], Ql = {
2365
2381
  id: "drawerDescription",
2366
2382
  class: "joy-drawer--subheader"
2367
2383
  }, Xl = {
@@ -2370,7 +2386,7 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2370
2386
  }, er = {
2371
2387
  key: 0,
2372
2388
  class: "joy-drawer--indicators"
2373
- }, tr = /* @__PURE__ */ L({
2389
+ }, tr = /* @__PURE__ */ T({
2374
2390
  __name: "VJoyDrawer",
2375
2391
  props: {
2376
2392
  /** By default a focus-trap is activated. It means you can loop over all interactive elements within the open drawer. */
@@ -2396,6 +2412,13 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2396
2412
  type: Boolean,
2397
2413
  default: !1
2398
2414
  },
2415
+ /**
2416
+ * @internal - Mostly for documentation purpose
2417
+ */
2418
+ preventBodyScroll: {
2419
+ type: Boolean,
2420
+ default: !0
2421
+ },
2399
2422
  /** **For accessibility purpose**. Label associated with the top right corner icon. */
2400
2423
  closeLabel: {
2401
2424
  type: String,
@@ -2416,9 +2439,9 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2416
2439
  },
2417
2440
  emits: ["drawer:open", "drawer:after-open", "drawer:hide", "drawer:after-hide"],
2418
2441
  setup(e, { expose: t, emit: n }) {
2419
- const a = e, o = "joy-drawer--" + he(), r = ee(), l = x(!1), i = x(), u = x(a.open), { activate: v, deactivate: d } = jn(i), c = E(() => {
2420
- const V = r["drawer-cancel"] || r["drawer-confirm"], T = a.cancelText || a.confirmText;
2421
- return !!V || !!T;
2442
+ const a = e, o = "joy-drawer--" + he(), r = ee(), l = x(!1), i = x(), u = x(a.open), { activate: v, deactivate: d } = jn(i), c = I(() => {
2443
+ const B = r["drawer-cancel"] || r["drawer-confirm"], N = a.cancelText || a.confirmText;
2444
+ return !!B || !!N;
2422
2445
  });
2423
2446
  function p() {
2424
2447
  s();
@@ -2426,8 +2449,8 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2426
2449
  async function s() {
2427
2450
  d(), u.value = !1, await Fe(), Le(!1), n("drawer:hide");
2428
2451
  }
2429
- async function y(V) {
2430
- u.value = !0, await Fe(), a.focusTrap && v(), V != null && V.preventBodyScroll && Le(!0);
2452
+ async function y() {
2453
+ u.value = !0, await Fe(), a.focusTrap && v(), !a.elevated && a.preventBodyScroll && Le(!0);
2431
2454
  }
2432
2455
  function m() {
2433
2456
  n("drawer:open");
@@ -2438,14 +2461,14 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2438
2461
  function j() {
2439
2462
  n("drawer:after-hide");
2440
2463
  }
2441
- return se(async () => {
2464
+ return se(() => {
2442
2465
  l.value = !0;
2443
2466
  }), t({
2444
- openOverlay: y,
2445
2467
  hasFooterSlots: c,
2446
- hideOverlay: s,
2447
- isOpen: u
2448
- }), (V, T) => l.value ? (f(), B(nt, {
2468
+ hide: s,
2469
+ isOpen: u,
2470
+ show: y
2471
+ }), (B, N) => l.value ? (f(), E(nt, {
2449
2472
  key: 0,
2450
2473
  to: e.teleport
2451
2474
  }, [
@@ -2500,10 +2523,10 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2500
2523
  id: o + "-header",
2501
2524
  class: "joy-drawer--header__title"
2502
2525
  }, [
2503
- w(V.$slots, "drawer-header", {}, void 0, !0)
2526
+ w(B.$slots, "drawer-header", {}, void 0, !0)
2504
2527
  ], 8, Zl),
2505
2528
  b("p", Ql, [
2506
- w(V.$slots, "drawer-subheader", {}, void 0, !0)
2529
+ w(B.$slots, "drawer-subheader", {}, void 0, !0)
2507
2530
  ]),
2508
2531
  W($(de), {
2509
2532
  id: "joy-drawer--close",
@@ -2514,11 +2537,11 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2514
2537
  name: "cross",
2515
2538
  label: e.closeLabel,
2516
2539
  class: "joy-drawer--close",
2517
- onClick: T[0] || (T[0] = (J) => s())
2540
+ onClick: s
2518
2541
  }, null, 8, ["label"])
2519
2542
  ]),
2520
2543
  b("div", Xl, [
2521
- w(V.$slots, "drawer-body", {}, void 0, !0)
2544
+ w(B.$slots, "drawer-body", {}, void 0, !0)
2522
2545
  ]),
2523
2546
  b("div", {
2524
2547
  class: C([
@@ -2533,8 +2556,8 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2533
2556
  "no-margin": ""
2534
2557
  }, {
2535
2558
  default: D(() => [
2536
- w(V.$slots, "drawer-cancel", {}, () => [
2537
- e.cancelText ? (f(), B($(de), {
2559
+ w(B.$slots, "drawer-cancel", {}, () => [
2560
+ e.cancelText ? (f(), E($(de), {
2538
2561
  key: 0,
2539
2562
  class: "joy-drawer--cancel",
2540
2563
  variant: "ghost",
@@ -2542,20 +2565,20 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2542
2565
  onClick: s
2543
2566
  }, {
2544
2567
  default: D(() => [
2545
- z(N(e.cancelText), 1)
2568
+ z(J(e.cancelText), 1)
2546
2569
  ]),
2547
2570
  _: 1
2548
2571
  }, 8, ["size"])) : S("", !0)
2549
2572
  ], !0),
2550
- w(V.$slots, "drawer-confirm", {}, () => [
2551
- e.confirmText ? (f(), B($(de), {
2573
+ w(B.$slots, "drawer-confirm", {}, () => [
2574
+ e.confirmText ? (f(), E($(de), {
2552
2575
  key: 0,
2553
2576
  class: "joy-drawer--confirm",
2554
2577
  variant: "main",
2555
2578
  size: e.buttonSize
2556
2579
  }, {
2557
2580
  default: D(() => [
2558
- z(N(e.confirmText), 1)
2581
+ z(J(e.confirmText), 1)
2559
2582
  ]),
2560
2583
  _: 1
2561
2584
  }, 8, ["size"])) : S("", !0)
@@ -2565,7 +2588,7 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2565
2588
  })
2566
2589
  ], 2),
2567
2590
  $(r)["drawer-indicators"] ? (f(), g("div", er, [
2568
- w(V.$slots, "drawer-indicators", {}, void 0, !0)
2591
+ w(B.$slots, "drawer-indicators", {}, void 0, !0)
2569
2592
  ])) : S("", !0)
2570
2593
  ])
2571
2594
  ], 2)
@@ -2576,18 +2599,18 @@ const Ul = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-a3d693c3"]]), Kl = ["ari
2576
2599
  ], 8, ["to"])) : S("", !0);
2577
2600
  }
2578
2601
  });
2579
- const nr = /* @__PURE__ */ A(tr, [["__scopeId", "data-v-2d92f80a"]]), ar = /* @__PURE__ */ L({
2602
+ const nr = /* @__PURE__ */ L(tr, [["__scopeId", "data-v-c118e2d8"]]), ar = /* @__PURE__ */ T({
2580
2603
  __name: "VJoyDrawerTrigger",
2581
2604
  props: {
2582
2605
  drawer: {}
2583
2606
  },
2584
2607
  setup(e) {
2585
- const t = e, n = E(() => t.drawer), a = ee(), o = E(() => a.default());
2586
- function r() {
2608
+ const t = e, n = I(() => t.drawer), a = ee(), o = I(() => a.default());
2609
+ async function r() {
2587
2610
  var l;
2588
- (l = n.value) == null || l.openOverlay();
2611
+ await ((l = n.value) == null ? void 0 : l.show());
2589
2612
  }
2590
- return (l, i) => (f(!0), g(K, null, G(o.value, (u) => (f(), B(ae(u), {
2613
+ return (l, i) => (f(!0), g(K, null, G(o.value, (u) => (f(), E(ae(u), {
2591
2614
  key: u,
2592
2615
  onClick: r
2593
2616
  }))), 128));
@@ -2598,7 +2621,7 @@ const nr = /* @__PURE__ */ A(tr, [["__scopeId", "data-v-2d92f80a"]]), ar = /* @_
2598
2621
  }, lr = ["aria-label", "aria-labelledby"], rr = ["id", "tabindex", "aria-disabled", "aria-selected", "title", "aria-label", ".dataModel", "onClick"], ir = {
2599
2622
  key: 1,
2600
2623
  class: "joy-dropdown-list__footer"
2601
- }, sr = /* @__PURE__ */ L({
2624
+ }, sr = /* @__PURE__ */ T({
2602
2625
  __name: "VJoyDropdownList",
2603
2626
  props: {
2604
2627
  /**
@@ -2645,7 +2668,7 @@ const nr = /* @__PURE__ */ A(tr, [["__scopeId", "data-v-2d92f80a"]]), ar = /* @_
2645
2668
  },
2646
2669
  emits: ["update:modelValue", "close:dropdownList", "reset"],
2647
2670
  setup(e, { expose: t, emit: n }) {
2648
- const a = e, o = x(), r = E(() => (s) => !a.modelValue || !s.value && !s.id ? !1 : a.modelValue === s.value || a.modelValue === s.id);
2671
+ const a = e, o = x(), r = I(() => (s) => !a.modelValue || !s.value && !s.id ? !1 : a.modelValue === s.value || a.modelValue === s.id);
2649
2672
  function l(s) {
2650
2673
  s.disabled || n("update:modelValue", s.value || s.id);
2651
2674
  }
@@ -2705,7 +2728,7 @@ const nr = /* @__PURE__ */ A(tr, [["__scopeId", "data-v-2d92f80a"]]), ar = /* @_
2705
2728
  type: "button",
2706
2729
  class: "joy-dropdown-list__reset",
2707
2730
  onClick: p
2708
- }, N(e.resetLabel || "Reset"), 1)) : S("", !0),
2731
+ }, J(e.resetLabel || "Reset"), 1)) : S("", !0),
2709
2732
  w(s.$slots, "dropdown-list-header", {}, void 0, !0)
2710
2733
  ])) : S("", !0),
2711
2734
  b("div", {
@@ -2745,7 +2768,7 @@ const nr = /* @__PURE__ */ A(tr, [["__scopeId", "data-v-2d92f80a"]]), ar = /* @_
2745
2768
  onClick: (k) => l(m)
2746
2769
  }, [
2747
2770
  w(s.$slots, "label", at(ot(m)), () => [
2748
- b("span", null, N(m.label), 1)
2771
+ b("span", null, J(m.label), 1)
2749
2772
  ], !0)
2750
2773
  ], 14, rr))), 128))
2751
2774
  ], 8, lr)) : S("", !0)
@@ -2756,7 +2779,7 @@ const nr = /* @__PURE__ */ A(tr, [["__scopeId", "data-v-2d92f80a"]]), ar = /* @_
2756
2779
  ], 4));
2757
2780
  }
2758
2781
  });
2759
- const Vn = /* @__PURE__ */ A(sr, [["__scopeId", "data-v-0127e896"]]);
2782
+ const Vn = /* @__PURE__ */ L(sr, [["__scopeId", "data-v-0127e896"]]);
2760
2783
  function ur(e) {
2761
2784
  const t = () => e();
2762
2785
  se(() => {
@@ -2765,7 +2788,7 @@ function ur(e) {
2765
2788
  window.removeEventListener("resize", t);
2766
2789
  });
2767
2790
  }
2768
- const cr = /* @__PURE__ */ L({
2791
+ const cr = /* @__PURE__ */ T({
2769
2792
  __name: "VJoyDropdown",
2770
2793
  props: {
2771
2794
  /** DOM valid selector to give to Vue3 Teleport "to" property */
@@ -2864,15 +2887,15 @@ const cr = /* @__PURE__ */ L({
2864
2887
  let p = null;
2865
2888
  X(
2866
2889
  () => o.value,
2867
- (O) => {
2868
- O && Wa(i);
2890
+ (A) => {
2891
+ A && Wa(i);
2869
2892
  },
2870
2893
  { flush: "post" }
2871
2894
  );
2872
- const s = E(() => {
2873
- let O = `${a.dropdownGap}px`;
2874
- return a.direction === "up" && (O = "-" + O), {
2875
- marginTop: O
2895
+ const s = I(() => {
2896
+ let A = `${a.dropdownGap}px`;
2897
+ return a.direction === "up" && (A = "-" + A), {
2898
+ marginTop: A
2876
2899
  };
2877
2900
  });
2878
2901
  function y() {
@@ -2880,8 +2903,8 @@ const cr = /* @__PURE__ */ L({
2880
2903
  o.value = !1, v.value = !1, n("dropdown:hide");
2881
2904
  }, 300);
2882
2905
  }
2883
- function m(O) {
2884
- v.value = !1, p && clearTimeout(p), u.value = O.target, o.value = !0, n("dropdown:open");
2906
+ function m(A) {
2907
+ v.value = !1, p && clearTimeout(p), u.value = A.target, o.value = !0, n("dropdown:open");
2885
2908
  }
2886
2909
  function k() {
2887
2910
  y(), j();
@@ -2889,21 +2912,21 @@ const cr = /* @__PURE__ */ L({
2889
2912
  function j() {
2890
2913
  u.value && u.value.focus();
2891
2914
  }
2892
- function V(O) {
2893
- n("update:modelValue", O), a.closeOnSelect && (y(), j());
2915
+ function B(A) {
2916
+ n("update:modelValue", A), a.closeOnSelect && (y(), j());
2894
2917
  }
2895
- function T() {
2918
+ function N() {
2896
2919
  n("dropdown:reset");
2897
2920
  }
2898
- function J() {
2921
+ function O() {
2899
2922
  !l.value || !l.value.children.length || (l.value.children[0].id = d);
2900
2923
  }
2901
2924
  return ur(y), se(() => {
2902
- J();
2925
+ O();
2903
2926
  }), t({
2904
2927
  showDropdownList: o,
2905
2928
  generatedId: d
2906
- }), (O, Z) => (f(), B($(Tt), {
2929
+ }), (A, Z) => (f(), E($(Tt), {
2907
2930
  ref_key: "dropdown",
2908
2931
  ref: r,
2909
2932
  options: c,
@@ -2918,7 +2941,7 @@ const cr = /* @__PURE__ */ L({
2918
2941
  "data-testid": "dropdown-trigger",
2919
2942
  onClick: m
2920
2943
  }, [
2921
- w(O.$slots, "dropdown-button", {}, void 0, !0)
2944
+ w(A.$slots, "dropdown-button", {}, void 0, !0)
2922
2945
  ], 512),
2923
2946
  o.value ? (f(), g("div", {
2924
2947
  key: 0,
@@ -2944,35 +2967,35 @@ const cr = /* @__PURE__ */ L({
2944
2967
  reset: e.reset,
2945
2968
  "reset-label": e.resetLabel,
2946
2969
  "aria-labelled-by": d,
2947
- "onUpdate:modelValue": V,
2970
+ "onUpdate:modelValue": B,
2948
2971
  "onClose:dropdownList": k,
2949
- onReset: T
2972
+ onReset: N
2950
2973
  }, fn({
2951
2974
  label: D((R) => [
2952
- w(O.$slots, "dropdown-item", at(ot(R)), () => [
2953
- b("span", null, N(R.label), 1)
2975
+ w(A.$slots, "dropdown-item", at(ot(R)), () => [
2976
+ b("span", null, J(R.label), 1)
2954
2977
  ], !0)
2955
2978
  ]),
2956
2979
  _: 2
2957
2980
  }, [
2958
- O.$slots["dropdown-header"] ? {
2981
+ A.$slots["dropdown-header"] ? {
2959
2982
  name: "dropdown-list-header",
2960
2983
  fn: D(() => [
2961
- w(O.$slots, "dropdown-header", {}, void 0, !0)
2984
+ w(A.$slots, "dropdown-header", {}, void 0, !0)
2962
2985
  ]),
2963
2986
  key: "0"
2964
2987
  } : void 0,
2965
- O.$slots["dropdown-items"] ? {
2988
+ A.$slots["dropdown-items"] ? {
2966
2989
  name: "dropdown-list-items",
2967
2990
  fn: D(() => [
2968
- w(O.$slots, "dropdown-items", {}, void 0, !0)
2991
+ w(A.$slots, "dropdown-items", {}, void 0, !0)
2969
2992
  ]),
2970
2993
  key: "1"
2971
2994
  } : void 0,
2972
- O.$slots["dropdown-footer"] ? {
2995
+ A.$slots["dropdown-footer"] ? {
2973
2996
  name: "dropdown-list-footer",
2974
2997
  fn: D(() => [
2975
- w(O.$slots, "dropdown-footer", {}, void 0, !0)
2998
+ w(A.$slots, "dropdown-footer", {}, void 0, !0)
2976
2999
  ]),
2977
3000
  key: "2"
2978
3001
  } : void 0
@@ -2983,7 +3006,7 @@ const cr = /* @__PURE__ */ L({
2983
3006
  }, 512));
2984
3007
  }
2985
3008
  });
2986
- const dr = /* @__PURE__ */ A(cr, [["__scopeId", "data-v-1f0943e6"]]), fr = ["aria-label"], yr = { class: "joy-filter-bar__wrapper" }, vr = /* @__PURE__ */ L({
3009
+ const dr = /* @__PURE__ */ L(cr, [["__scopeId", "data-v-1f0943e6"]]), fr = ["aria-label"], yr = { class: "joy-filter-bar__wrapper" }, vr = /* @__PURE__ */ T({
2987
3010
  __name: "VJoyFilterBar",
2988
3011
  props: {
2989
3012
  ariaLabel: String
@@ -3000,7 +3023,7 @@ const dr = /* @__PURE__ */ A(cr, [["__scopeId", "data-v-1f0943e6"]]), fr = ["ari
3000
3023
  ], 8, fr));
3001
3024
  }
3002
3025
  });
3003
- const pr = /* @__PURE__ */ A(vr, [["__scopeId", "data-v-114f8274"]]), mr = /* @__PURE__ */ L({
3026
+ const pr = /* @__PURE__ */ L(vr, [["__scopeId", "data-v-114f8274"]]), mr = /* @__PURE__ */ T({
3004
3027
  __name: "VJoyFilterBarButton",
3005
3028
  props: {
3006
3029
  label: String,
@@ -3024,9 +3047,9 @@ const pr = /* @__PURE__ */ A(vr, [["__scopeId", "data-v-114f8274"]]), mr = /* @_
3024
3047
  class: C(["joy-filter-bar-button", { "joy-filter-bar-button--active": e.active }]),
3025
3048
  onClick: o
3026
3049
  }, [
3027
- z(N(e.label) + " ", 1),
3050
+ z(J(e.label) + " ", 1),
3028
3051
  w(r.$slots, "default", {}, void 0, !0),
3029
- $(a) ? (f(), B(H, {
3052
+ $(a) ? (f(), E(H, {
3030
3053
  key: 0,
3031
3054
  class: "joy-filter-bar-button__icon",
3032
3055
  name: "chevron-down",
@@ -3036,7 +3059,7 @@ const pr = /* @__PURE__ */ A(vr, [["__scopeId", "data-v-114f8274"]]), mr = /* @_
3036
3059
  ], 2));
3037
3060
  }
3038
3061
  });
3039
- const br = /* @__PURE__ */ A(mr, [["__scopeId", "data-v-8f87fed1"]]), gr = { class: "joy-footer" }, hr = { class: "joy-footer__left" }, _r = { class: "joy-footer__right" }, wr = /* @__PURE__ */ L({
3062
+ const br = /* @__PURE__ */ L(mr, [["__scopeId", "data-v-8f87fed1"]]), gr = { class: "joy-footer" }, hr = { class: "joy-footer__left" }, _r = { class: "joy-footer__right" }, wr = /* @__PURE__ */ T({
3040
3063
  __name: "VJoyFooter",
3041
3064
  setup(e) {
3042
3065
  return (t, n) => (f(), g("footer", gr, [
@@ -3049,7 +3072,7 @@ const br = /* @__PURE__ */ A(mr, [["__scopeId", "data-v-8f87fed1"]]), gr = { cla
3049
3072
  ]));
3050
3073
  }
3051
3074
  });
3052
- const Sr = /* @__PURE__ */ A(wr, [["__scopeId", "data-v-1e11bcdc"]]), kr = ["aria-hidden"], xr = /* @__PURE__ */ L({
3075
+ const Sr = /* @__PURE__ */ L(wr, [["__scopeId", "data-v-1e11bcdc"]]), kr = ["aria-hidden"], xr = /* @__PURE__ */ T({
3053
3076
  __name: "VJoyFormError",
3054
3077
  props: {
3055
3078
  /** In some cases you'll need to inject the error in the DOM but hide it. Visible by default */
@@ -3072,13 +3095,13 @@ const Sr = /* @__PURE__ */ A(wr, [["__scopeId", "data-v-1e11bcdc"]]), kr = ["ari
3072
3095
  }),
3073
3096
  b("div", null, [
3074
3097
  w(t.$slots, "default", {}, () => [
3075
- z(N(e.noHtmlErrorText), 1)
3098
+ z(J(e.noHtmlErrorText), 1)
3076
3099
  ], !0)
3077
3100
  ])
3078
3101
  ], 10, kr));
3079
3102
  }
3080
3103
  });
3081
- const Tn = /* @__PURE__ */ A(xr, [["__scopeId", "data-v-581fd33b"]]), Cr = /* @__PURE__ */ L({
3104
+ const Tn = /* @__PURE__ */ L(xr, [["__scopeId", "data-v-581fd33b"]]), Cr = /* @__PURE__ */ T({
3082
3105
  __name: "VJoyFormFieldSkeleton",
3083
3106
  props: {
3084
3107
  /** In some cases you'll need to inject the error in the DOM but hide it. Visible by default */
@@ -3098,7 +3121,7 @@ const Tn = /* @__PURE__ */ A(xr, [["__scopeId", "data-v-581fd33b"]]), Cr = /* @_
3098
3121
  }
3099
3122
  },
3100
3123
  setup(e, { expose: t }) {
3101
- const n = e, a = lt("VJoyWrapperContext", {}), o = E(() => {
3124
+ const n = e, a = lt("VJoyWrapperContext", {}), o = I(() => {
3102
3125
  const r = a.direction === "column" ? "auto" : null;
3103
3126
  if (!n.width && n.flex === "1") {
3104
3127
  const u = ["1", "0"];
@@ -3117,9 +3140,9 @@ const Tn = /* @__PURE__ */ A(xr, [["__scopeId", "data-v-581fd33b"]]), Cr = /* @_
3117
3140
  }, null, 6));
3118
3141
  }
3119
3142
  });
3120
- const jr = /* @__PURE__ */ A(Cr, [["__scopeId", "data-v-8a4ecbad"]]), $r = { class: "joy-funnel__header" }, Vr = { class: "funnel__header__inner" }, Tr = { class: "joy-funnel__stepper" }, Ir = /* @__PURE__ */ yn('<div class="shapes__wrapper" data-v-0abeb951><div class="shape_1" data-v-0abeb951></div><div class="shape_2" data-v-0abeb951></div><div class="shape_3" data-v-0abeb951></div><div class="shape_4" data-v-0abeb951></div></div>', 1), Lr = [
3143
+ const jr = /* @__PURE__ */ L(Cr, [["__scopeId", "data-v-8a4ecbad"]]), $r = { class: "joy-funnel__header" }, Vr = { class: "funnel__header__inner" }, Tr = { class: "joy-funnel__stepper" }, Ir = /* @__PURE__ */ yn('<div class="shapes__wrapper" data-v-0abeb951><div class="shape_1" data-v-0abeb951></div><div class="shape_2" data-v-0abeb951></div><div class="shape_3" data-v-0abeb951></div><div class="shape_4" data-v-0abeb951></div></div>', 1), Lr = [
3121
3144
  Ir
3122
- ], Er = { class: "joy-funnel__footer" }, Ar = /* @__PURE__ */ L({
3145
+ ], Er = { class: "joy-funnel__footer" }, Br = /* @__PURE__ */ T({
3123
3146
  __name: "VJoyFunnel",
3124
3147
  props: {
3125
3148
  /**
@@ -3144,7 +3167,7 @@ const jr = /* @__PURE__ */ A(Cr, [["__scopeId", "data-v-8a4ecbad"]]), $r = { cla
3144
3167
  const i = l.currentTarget;
3145
3168
  n.value = i.scrollTop === 0;
3146
3169
  }
3147
- const r = E(() => !!a["funnel-stepper"]);
3170
+ const r = I(() => !!a["funnel-stepper"]);
3148
3171
  return t({
3149
3172
  scrollOnTop: n,
3150
3173
  hasStepperSlot: r
@@ -3185,7 +3208,7 @@ const jr = /* @__PURE__ */ A(Cr, [["__scopeId", "data-v-8a4ecbad"]]), $r = { cla
3185
3208
  ], 2));
3186
3209
  }
3187
3210
  });
3188
- const Br = /* @__PURE__ */ A(Ar, [["__scopeId", "data-v-0abeb951"]]), Or = { class: "joy-header" }, Nr = { class: "joy-header__left" }, Jr = { class: "joy-header__right" }, Fr = /* @__PURE__ */ L({
3211
+ const Ar = /* @__PURE__ */ L(Br, [["__scopeId", "data-v-0abeb951"]]), Or = { class: "joy-header" }, Nr = { class: "joy-header__left" }, Jr = { class: "joy-header__right" }, Fr = /* @__PURE__ */ T({
3189
3212
  __name: "VJoyHeader",
3190
3213
  setup(e) {
3191
3214
  return (t, n) => (f(), g("header", Or, [
@@ -3198,7 +3221,7 @@ const Br = /* @__PURE__ */ A(Ar, [["__scopeId", "data-v-0abeb951"]]), Or = { cla
3198
3221
  ]));
3199
3222
  }
3200
3223
  });
3201
- const Pr = /* @__PURE__ */ A(Fr, [["__scopeId", "data-v-7928856e"]]), Rr = [...Ya], Dr = { class: "joy-highlight--text" }, Mr = { key: 0 }, zr = /* @__PURE__ */ L({
3224
+ const Pr = /* @__PURE__ */ L(Fr, [["__scopeId", "data-v-7928856e"]]), Rr = [...Ya], Dr = { class: "joy-highlight--text" }, Mr = { key: 0 }, zr = /* @__PURE__ */ T({
3202
3225
  __name: "VJoyHighlight",
3203
3226
  props: {
3204
3227
  accent: {
@@ -3221,7 +3244,7 @@ const Pr = /* @__PURE__ */ A(Fr, [["__scopeId", "data-v-7928856e"]]), Rr = [...Y
3221
3244
  }
3222
3245
  },
3223
3246
  setup(e, { expose: t }) {
3224
- const n = e, a = E(() => n.icon ? n.icon : pn(n.level));
3247
+ const n = e, a = I(() => n.icon ? n.icon : pn(n.level));
3225
3248
  return t({
3226
3249
  getRelevantIcon: a
3227
3250
  }), (o, r) => (f(), g("div", {
@@ -3234,7 +3257,7 @@ const Pr = /* @__PURE__ */ A(Fr, [["__scopeId", "data-v-7928856e"]]), Rr = [...Y
3234
3257
  }
3235
3258
  ])
3236
3259
  }, [
3237
- e.displayIcon ? (f(), B(H, {
3260
+ e.displayIcon ? (f(), E(H, {
3238
3261
  key: 0,
3239
3262
  name: a.value
3240
3263
  }, null, 8, ["name"])) : S("", !0),
@@ -3247,7 +3270,7 @@ const Pr = /* @__PURE__ */ A(Fr, [["__scopeId", "data-v-7928856e"]]), Rr = [...Y
3247
3270
  ], 2));
3248
3271
  }
3249
3272
  });
3250
- const qr = /* @__PURE__ */ A(zr, [["__scopeId", "data-v-45c2fbf4"]]), Hr = ["aria-label"], Wr = /* @__PURE__ */ L({
3273
+ const qr = /* @__PURE__ */ L(zr, [["__scopeId", "data-v-45c2fbf4"]]), Hr = ["aria-label"], Wr = /* @__PURE__ */ T({
3251
3274
  __name: "VJoyIndicator",
3252
3275
  props: {
3253
3276
  /** Value is used for the parent v-model. Mandatory */
@@ -3281,7 +3304,7 @@ const qr = /* @__PURE__ */ A(zr, [["__scopeId", "data-v-45c2fbf4"]]), Hr = ["ari
3281
3304
  ], 2));
3282
3305
  }
3283
3306
  });
3284
- const In = /* @__PURE__ */ A(Wr, [["__scopeId", "data-v-9b442c08"]]), Ur = /* @__PURE__ */ L({
3307
+ const In = /* @__PURE__ */ L(Wr, [["__scopeId", "data-v-9b442c08"]]), Ur = /* @__PURE__ */ T({
3285
3308
  __name: "VJoyIndicators",
3286
3309
  props: {
3287
3310
  variant: {
@@ -3294,7 +3317,7 @@ const In = /* @__PURE__ */ A(Wr, [["__scopeId", "data-v-9b442c08"]]), Ur = /* @_
3294
3317
  },
3295
3318
  emits: ["update:modelValue"],
3296
3319
  setup(e, { expose: t, emit: n }) {
3297
- const a = e, o = ee(), r = x(a.modelValue), l = E(() => o.default && o.default().filter(u));
3320
+ const a = e, o = ee(), r = x(a.modelValue), l = I(() => o.default && o.default().filter(u));
3298
3321
  function i(d) {
3299
3322
  return r.value === d.props.value;
3300
3323
  }
@@ -3311,7 +3334,7 @@ const In = /* @__PURE__ */ A(Wr, [["__scopeId", "data-v-9b442c08"]]), Ur = /* @_
3311
3334
  }), (d, c) => (f(), g("ul", {
3312
3335
  class: C(["joy-indicators", `joy-indicators--${e.variant}`])
3313
3336
  }, [
3314
- (f(!0), g(K, null, G(l.value, (p) => (f(), B($(In), ie({
3337
+ (f(!0), g(K, null, G(l.value, (p) => (f(), E($(In), ie({
3315
3338
  key: p.props.value
3316
3339
  }, { ...p.props, variant: e.variant }, {
3317
3340
  selected: i(p),
@@ -3320,13 +3343,13 @@ const In = /* @__PURE__ */ A(Wr, [["__scopeId", "data-v-9b442c08"]]), Ur = /* @_
3320
3343
  ], 2));
3321
3344
  }
3322
3345
  });
3323
- const Kr = /* @__PURE__ */ A(Ur, [["__scopeId", "data-v-9391a5cb"]]), Gr = ["small", "medium", "large"], Yr = {
3346
+ const Kr = /* @__PURE__ */ L(Ur, [["__scopeId", "data-v-9391a5cb"]]), Gr = ["small", "medium", "large"], Yr = {
3324
3347
  key: 0,
3325
3348
  class: "joy-label-required"
3326
3349
  }, Zr = {
3327
3350
  key: 1,
3328
3351
  class: "joy-label-optional"
3329
- }, Qr = /* @__PURE__ */ L({
3352
+ }, Qr = /* @__PURE__ */ T({
3330
3353
  __name: "VJoyLabel",
3331
3354
  props: {
3332
3355
  size: {
@@ -3350,21 +3373,21 @@ const Kr = /* @__PURE__ */ A(Ur, [["__scopeId", "data-v-9391a5cb"]]), Gr = ["sma
3350
3373
  text: String
3351
3374
  },
3352
3375
  setup(e) {
3353
- return (t, n) => (f(), B(ae(e.tagName), ie({
3376
+ return (t, n) => (f(), E(ae(e.tagName), ie({
3354
3377
  class: ["joy-label", `joy-label--${e.size}`]
3355
3378
  }, t.$attrs), {
3356
3379
  default: D(() => [
3357
3380
  w(t.$slots, "default", {}, () => [
3358
- z(N(e.text), 1)
3381
+ z(J(e.text), 1)
3359
3382
  ], !0),
3360
3383
  e.required ? (f(), g("span", Yr, "*")) : S("", !0),
3361
- e.optionalLabel ? (f(), g("span", Zr, "- " + N(e.optionalLabel), 1)) : S("", !0)
3384
+ e.optionalLabel ? (f(), g("span", Zr, "- " + J(e.optionalLabel), 1)) : S("", !0)
3362
3385
  ]),
3363
3386
  _: 3
3364
3387
  }, 16, ["class"]));
3365
3388
  }
3366
3389
  });
3367
- const Ce = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["large", "medium", "small"], ei = ["id", "name", "required", "disabled", "type", "value"], ti = ["data-unit"], ni = /* @__PURE__ */ L({
3390
+ const Ce = /* @__PURE__ */ L(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["large", "medium", "small"], ei = ["id", "name", "required", "disabled", "type", "value"], ti = ["data-unit"], ni = /* @__PURE__ */ T({
3368
3391
  inheritAttrs: !1,
3369
3392
  __name: "VJoyInput",
3370
3393
  props: {
@@ -3434,7 +3457,7 @@ const Ce = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["lar
3434
3457
  },
3435
3458
  emits: ["update:modelValue"],
3436
3459
  setup(e, { emit: t }) {
3437
- const n = e, a = x(), o = x(), r = ht(), l = ee(), i = x(!1), u = E(() => typeof n.modelValue == "number" || !n.clearable || n.unit || !n.modelValue ? !1 : n.modelValue.length > 0 && !n.unit), v = E(() => l.default && l.default()), d = E(() => {
3460
+ const n = e, a = x(), o = x(), r = ht(), l = ee(), i = x(!1), u = I(() => typeof n.modelValue == "number" || !n.clearable || n.unit || !n.modelValue ? !1 : n.modelValue.length > 0 && !n.unit), v = I(() => l.default && l.default()), d = I(() => {
3438
3461
  var s, y;
3439
3462
  return !!((s = o.value) != null && s.closest("joy-wrapper")) || !!((y = o.value) != null && y.closest(".joy-wrapper"));
3440
3463
  }), c = x(n.type);
@@ -3476,7 +3499,7 @@ const Ce = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["lar
3476
3499
  }
3477
3500
  ])
3478
3501
  }, [
3479
- v.value || e.label ? (f(), B(Ce, {
3502
+ v.value || e.label ? (f(), E(Ce, {
3480
3503
  key: 0,
3481
3504
  for: e.id || e.name,
3482
3505
  required: e.required && e.requiredMark,
@@ -3485,7 +3508,7 @@ const Ce = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["lar
3485
3508
  }, {
3486
3509
  default: D(() => [
3487
3510
  w(s.$slots, "default", {}, () => [
3488
- z(N(e.label), 1)
3511
+ z(J(e.label), 1)
3489
3512
  ], !0)
3490
3513
  ]),
3491
3514
  _: 3
@@ -3525,7 +3548,7 @@ const Ce = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["lar
3525
3548
  onChange: y[3] || (y[3] = //@ts-ignore
3526
3549
  (...m) => p.onChange && p.onChange(...m))
3527
3550
  }), null, 16, ei),
3528
- u.value ? (f(), B(de, {
3551
+ u.value ? (f(), E(de, {
3529
3552
  key: 0,
3530
3553
  class: "joy-input--clear",
3531
3554
  circle: "",
@@ -3534,7 +3557,7 @@ const Ce = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["lar
3534
3557
  icon: "cross",
3535
3558
  onClick: p.clearValue
3536
3559
  }, null, 8, ["onClick"])) : S("", !0),
3537
- e.icon ? (f(), B(H, {
3560
+ e.icon ? (f(), E(H, {
3538
3561
  key: 1,
3539
3562
  class: "joy-input--decorative-icon",
3540
3563
  name: e.icon
@@ -3549,7 +3572,7 @@ const Ce = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-388a7c56"]]), Xr = ["lar
3549
3572
  ], 2));
3550
3573
  }
3551
3574
  });
3552
- const ai = /* @__PURE__ */ A(ni, [["__scopeId", "data-v-b95b732a"]]), oi = ["teal", "white"], li = ["href"], ri = /* @__PURE__ */ L({
3575
+ const ai = /* @__PURE__ */ L(ni, [["__scopeId", "data-v-b95b732a"]]), oi = ["teal", "white"], li = ["href"], ri = /* @__PURE__ */ T({
3553
3576
  __name: "VJoyLink",
3554
3577
  props: {
3555
3578
  href: {
@@ -3570,17 +3593,17 @@ const ai = /* @__PURE__ */ A(ni, [["__scopeId", "data-v-b95b732a"]]), oi = ["tea
3570
3593
  return (t, n) => (f(), g("a", ie({ href: e.href }, t.$attrs, {
3571
3594
  class: ["joy-link", `joy-link_${e.color}`]
3572
3595
  }), [
3573
- e.icon ? (f(), B(H, {
3596
+ e.icon ? (f(), E(H, {
3574
3597
  key: 0,
3575
3598
  name: e.icon
3576
3599
  }, null, 8, ["name"])) : S("", !0),
3577
3600
  w(t.$slots, "default", {}, () => [
3578
- z(N(e.text), 1)
3601
+ z(J(e.text), 1)
3579
3602
  ], !0)
3580
3603
  ], 16, li));
3581
3604
  }
3582
3605
  });
3583
- const ii = /* @__PURE__ */ A(ri, [["__scopeId", "data-v-5540214e"]]), si = ["tabindex", "aria-activedescendant", "aria-label"], ui = ["id", "aria-disabled", "aria-current", "title", "aria-label", ".dataModel", "onClick"], ci = { "aria-hidden": "true" }, di = /* @__PURE__ */ L({
3606
+ const ii = /* @__PURE__ */ L(ri, [["__scopeId", "data-v-5540214e"]]), si = ["tabindex", "aria-activedescendant", "aria-label"], ui = ["id", "aria-disabled", "aria-current", "title", "aria-label", ".dataModel", "onClick"], ci = { "aria-hidden": "true" }, di = /* @__PURE__ */ T({
3584
3607
  __name: "VJoyMenu",
3585
3608
  props: {
3586
3609
  /**
@@ -3668,20 +3691,20 @@ const ii = /* @__PURE__ */ A(ri, [["__scopeId", "data-v-5540214e"]]), si = ["tab
3668
3691
  }, [
3669
3692
  b("div", ci, [
3670
3693
  w(c.$slots, "menu-item", at(ot(s)), () => [
3671
- s.icon ? (f(), B(H, {
3694
+ s.icon ? (f(), E(H, {
3672
3695
  key: 0,
3673
3696
  name: s.icon
3674
3697
  }, null, 8, ["name"])) : S("", !0),
3675
- b("span", null, N(s.label), 1)
3698
+ b("span", null, J(s.label), 1)
3676
3699
  ], !0)
3677
3700
  ])
3678
3701
  ], 10, ui))), 128))
3679
3702
  ], 40, si));
3680
3703
  }
3681
3704
  });
3682
- const fi = /* @__PURE__ */ A(di, [["__scopeId", "data-v-4391a0bd"]]), yi = ["id"], vi = {
3705
+ const fi = /* @__PURE__ */ L(di, [["__scopeId", "data-v-4391a0bd"]]), yi = ["id"], vi = {
3683
3706
  class: /* @__PURE__ */ C(["joy-multi-checkbox"])
3684
- }, pi = /* @__PURE__ */ L({
3707
+ }, pi = /* @__PURE__ */ T({
3685
3708
  __name: "VJoyMultiCheckbox",
3686
3709
  props: {
3687
3710
  options: {
@@ -3728,7 +3751,7 @@ const fi = /* @__PURE__ */ A(di, [["__scopeId", "data-v-4391a0bd"]]), yi = ["id"
3728
3751
  id: e.id,
3729
3752
  class: "joy-multi-checkbox__wrapper"
3730
3753
  }, [
3731
- e.label ? (f(), B($(Ce), {
3754
+ e.label ? (f(), E($(Ce), {
3732
3755
  key: 0,
3733
3756
  "tag-name": "legend",
3734
3757
  required: e.required && e.requiredMark,
@@ -3736,12 +3759,12 @@ const fi = /* @__PURE__ */ A(di, [["__scopeId", "data-v-4391a0bd"]]), yi = ["id"
3736
3759
  size: e.labelSize
3737
3760
  }, {
3738
3761
  default: D(() => [
3739
- z(N(e.label), 1)
3762
+ z(J(e.label), 1)
3740
3763
  ]),
3741
3764
  _: 1
3742
3765
  }, 8, ["required", "optional-label", "size"])) : S("", !0),
3743
3766
  b("div", vi, [
3744
- (f(!0), g(K, null, G(e.options, (i) => (f(), B($(It), {
3767
+ (f(!0), g(K, null, G(e.options, (i) => (f(), E($(It), {
3745
3768
  id: i.id,
3746
3769
  key: i.id,
3747
3770
  name: i.name,
@@ -3751,7 +3774,7 @@ const fi = /* @__PURE__ */ A(di, [["__scopeId", "data-v-4391a0bd"]]), yi = ["id"
3751
3774
  }, {
3752
3775
  default: D(() => [
3753
3776
  w(r.$slots, "checkbox", at(ot(i)), () => [
3754
- z(N(i.label), 1)
3777
+ z(J(i.label), 1)
3755
3778
  ], !0)
3756
3779
  ]),
3757
3780
  _: 2
@@ -3760,7 +3783,7 @@ const fi = /* @__PURE__ */ A(di, [["__scopeId", "data-v-4391a0bd"]]), yi = ["id"
3760
3783
  ], 8, yi));
3761
3784
  }
3762
3785
  });
3763
- const mi = /* @__PURE__ */ A(pi, [["__scopeId", "data-v-c278b02d"]]), on = /* @__PURE__ */ L({
3786
+ const mi = /* @__PURE__ */ L(pi, [["__scopeId", "data-v-c278b02d"]]), on = /* @__PURE__ */ T({
3764
3787
  __name: "PaginationIcon",
3765
3788
  props: {
3766
3789
  label: {
@@ -3778,7 +3801,7 @@ const mi = /* @__PURE__ */ A(pi, [["__scopeId", "data-v-c278b02d"]]), on = /* @_
3778
3801
  },
3779
3802
  emits: ["click"],
3780
3803
  setup(e) {
3781
- return (t, n) => (f(), B(de, {
3804
+ return (t, n) => (f(), E(de, {
3782
3805
  class: "joy-pagination__icon",
3783
3806
  "aria-label": e.label,
3784
3807
  title: e.label,
@@ -3791,7 +3814,7 @@ const mi = /* @__PURE__ */ A(pi, [["__scopeId", "data-v-c278b02d"]]), on = /* @_
3791
3814
  onClick: n[0] || (n[0] = (a) => t.$emit("click"))
3792
3815
  }, null, 8, ["aria-label", "title", "icon", "disabled"]));
3793
3816
  }
3794
- }), bi = ["aria-label", "data-current"], gi = { class: "joy-pagination__previous" }, hi = ["aria-current", "onClick"], _i = { class: "joy-pagination__next" }, wi = 6, Si = /* @__PURE__ */ L({
3817
+ }), bi = ["aria-label", "data-current"], gi = { class: "joy-pagination__previous" }, hi = ["aria-current", "onClick"], _i = { class: "joy-pagination__next" }, wi = 6, Si = /* @__PURE__ */ T({
3795
3818
  __name: "VJoyPagination",
3796
3819
  props: {
3797
3820
  /** Current page number */
@@ -3822,10 +3845,10 @@ const mi = /* @__PURE__ */ A(pi, [["__scopeId", "data-v-c278b02d"]]), on = /* @_
3822
3845
  },
3823
3846
  emits: ["update:current-page"],
3824
3847
  setup(e, { emit: t }) {
3825
- const n = e, a = E(() => {
3848
+ const n = e, a = I(() => {
3826
3849
  const v = r.value.length;
3827
3850
  return r.value[v - 1] !== r.value[v - 2] + 1;
3828
- }), o = E(() => r.value[0] !== r.value[1] - 1), r = E(() => n.totalPages < wi ? i(2, n.totalPages - 1) : u(n.currentPage));
3851
+ }), o = I(() => r.value[0] !== r.value[1] - 1), r = I(() => n.totalPages < wi ? i(2, n.totalPages - 1) : u(n.currentPage));
3829
3852
  function l(v) {
3830
3853
  t("update:current-page", v);
3831
3854
  }
@@ -3868,7 +3891,7 @@ const mi = /* @__PURE__ */ A(pi, [["__scopeId", "data-v-c278b02d"]]), on = /* @_
3868
3891
  "joy-pagination__separator joy-pagination__separator-before": c === e.totalPages && a.value
3869
3892
  }),
3870
3893
  onClick: (p) => l(c)
3871
- }, N(c), 11, hi)
3894
+ }, J(c), 11, hi)
3872
3895
  ]))), 128))
3873
3896
  ])
3874
3897
  ]),
@@ -3886,7 +3909,7 @@ const mi = /* @__PURE__ */ A(pi, [["__scopeId", "data-v-c278b02d"]]), on = /* @_
3886
3909
  ], 8, bi));
3887
3910
  }
3888
3911
  });
3889
- const ki = /* @__PURE__ */ A(Si, [["__scopeId", "data-v-e5b57944"]]), xi = ["small", "medium", "large"], Ci = ["small", "large"], ji = {
3912
+ const ki = /* @__PURE__ */ L(Si, [["__scopeId", "data-v-e5b57944"]]), xi = ["small", "medium", "large"], Ci = ["small", "large"], ji = {
3890
3913
  key: 0,
3891
3914
  class: /* @__PURE__ */ C(["joy-panel__header"])
3892
3915
  }, $i = {
@@ -3898,7 +3921,7 @@ const ki = /* @__PURE__ */ A(Si, [["__scopeId", "data-v-e5b57944"]]), xi = ["sma
3898
3921
  }, Ti = { class: "joy-panel__body" }, Ii = {
3899
3922
  key: 1,
3900
3923
  class: "joy-panel__footer"
3901
- }, Li = /* @__PURE__ */ L({
3924
+ }, Li = /* @__PURE__ */ T({
3902
3925
  __name: "VJoyPanel",
3903
3926
  props: {
3904
3927
  flex: {
@@ -3932,7 +3955,7 @@ const ki = /* @__PURE__ */ A(Si, [["__scopeId", "data-v-e5b57944"]]), xi = ["sma
3932
3955
  }
3933
3956
  },
3934
3957
  setup(e) {
3935
- const t = lt("VJoyWrapperContext", {}), n = E(() => Object.keys(t).length > 0), a = ee(), o = x(), r = E(() => a["panel-title"] || a["panel-subtitle"] || a["panel-title-action"]);
3958
+ const t = lt("VJoyWrapperContext", {}), n = I(() => Object.keys(t).length > 0), a = ee(), o = x(), r = I(() => a["panel-title"] || a["panel-subtitle"] || a["panel-title-action"]);
3936
3959
  return (l, i) => (f(), g("section", {
3937
3960
  ref_key: "panel",
3938
3961
  ref: o,
@@ -3966,7 +3989,7 @@ const ki = /* @__PURE__ */ A(Si, [["__scopeId", "data-v-e5b57944"]]), xi = ["sma
3966
3989
  $(a)["panel-action"] ? (f(), g("footer", Ii, [
3967
3990
  w(l.$slots, "panel-action", {}, void 0, !0)
3968
3991
  ])) : S("", !0),
3969
- e.loading ? (f(), B($(Lt), {
3992
+ e.loading ? (f(), E($(Lt), {
3970
3993
  key: 2,
3971
3994
  overlay: "",
3972
3995
  color: e.loadingColor
@@ -3979,18 +4002,18 @@ const ki = /* @__PURE__ */ A(Si, [["__scopeId", "data-v-e5b57944"]]), xi = ["sma
3979
4002
  ], 6));
3980
4003
  }
3981
4004
  });
3982
- const Ei = /* @__PURE__ */ A(Li, [["__scopeId", "data-v-4a8b703c"]]), Ai = { class: "joy-panel-section" }, Bi = {
4005
+ const Ei = /* @__PURE__ */ L(Li, [["__scopeId", "data-v-4a8b703c"]]), Bi = { class: "joy-panel-section" }, Ai = {
3983
4006
  key: 0,
3984
4007
  class: "joy-panel-section__title"
3985
4008
  }, Oi = {
3986
4009
  key: 1,
3987
4010
  class: "joy-panel-section__content"
3988
- }, Ni = /* @__PURE__ */ L({
4011
+ }, Ni = /* @__PURE__ */ T({
3989
4012
  __name: "VJoyPanelSection",
3990
4013
  setup(e) {
3991
4014
  const t = ee();
3992
- return (n, a) => (f(), g("div", Ai, [
3993
- $(t)["panel-section-title"] ? (f(), g("div", Bi, [
4015
+ return (n, a) => (f(), g("div", Bi, [
4016
+ $(t)["panel-section-title"] ? (f(), g("div", Ai, [
3994
4017
  w(n.$slots, "panel-section-title", {}, void 0, !0)
3995
4018
  ])) : S("", !0),
3996
4019
  $(t)["panel-section-content"] ? (f(), g("div", Oi, [
@@ -3999,7 +4022,7 @@ const Ei = /* @__PURE__ */ A(Li, [["__scopeId", "data-v-4a8b703c"]]), Ai = { cla
3999
4022
  ]));
4000
4023
  }
4001
4024
  });
4002
- const Ji = /* @__PURE__ */ A(Ni, [["__scopeId", "data-v-d88510ab"]]), Fi = { class: "joy-progress-bar-wrapper" }, Pi = /* @__PURE__ */ L({
4025
+ const Ji = /* @__PURE__ */ L(Ni, [["__scopeId", "data-v-d88510ab"]]), Fi = { class: "joy-progress-bar-wrapper" }, Pi = /* @__PURE__ */ T({
4003
4026
  __name: "VJoyProgressBar",
4004
4027
  props: {
4005
4028
  color: {
@@ -4026,7 +4049,7 @@ const Ji = /* @__PURE__ */ A(Ni, [["__scopeId", "data-v-d88510ab"]]), Fi = { cla
4026
4049
  }
4027
4050
  },
4028
4051
  setup(e, { expose: t }) {
4029
- const n = e, a = x(0), o = E(() => r());
4052
+ const n = e, a = x(0), o = I(() => r());
4030
4053
  function r() {
4031
4054
  return n.percentage ? a.value = n.percentage : n.currentStep && n.steps ? a.value = Math.round(n.currentStep / n.steps * 100) : a.value = 0, a.value < 0 && (a.value = 0), a.value > 100 && (a.value = 100), a.value + "%";
4032
4055
  }
@@ -4041,7 +4064,7 @@ const Ji = /* @__PURE__ */ A(Ni, [["__scopeId", "data-v-d88510ab"]]), Fi = { cla
4041
4064
  ]));
4042
4065
  }
4043
4066
  });
4044
- const Ri = /* @__PURE__ */ A(Pi, [["__scopeId", "data-v-1b2b3de8"]]), Di = ["id", "value", "checked", "disabled", "required", "name"], Mi = { class: "joy-radio-label" }, zi = { class: "joy-radio-content__wrapper" }, qi = { class: "joy-radio-content" }, Hi = /* @__PURE__ */ L({
4067
+ const Ri = /* @__PURE__ */ L(Pi, [["__scopeId", "data-v-1b2b3de8"]]), Di = ["id", "value", "checked", "disabled", "required", "name"], Mi = { class: "joy-radio-label" }, zi = { class: "joy-radio-content__wrapper" }, qi = { class: "joy-radio-content" }, Hi = /* @__PURE__ */ T({
4045
4068
  __name: "VJoyRadio",
4046
4069
  props: {
4047
4070
  disabled: {
@@ -4077,7 +4100,7 @@ const Ri = /* @__PURE__ */ A(Pi, [["__scopeId", "data-v-1b2b3de8"]]), Di = ["id"
4077
4100
  },
4078
4101
  emits: ["update:modelValue"],
4079
4102
  setup(e, { expose: t, emit: n }) {
4080
- const a = e, o = x(!1), r = x(!1), l = x(null), i = x(null), u = ee(), v = E(() => !a.modelValue || !a.value ? !1 : a.modelValue === a.value);
4103
+ const a = e, o = x(!1), r = x(!1), l = x(null), i = x(null), u = ee(), v = I(() => !a.modelValue || !a.value ? !1 : a.modelValue === a.value);
4081
4104
  function d() {
4082
4105
  o.value = !!u["expandable-content"] && v.value;
4083
4106
  }
@@ -4146,7 +4169,7 @@ const Ri = /* @__PURE__ */ A(Pi, [["__scopeId", "data-v-1b2b3de8"]]), Di = ["id"
4146
4169
  ], 2));
4147
4170
  }
4148
4171
  });
4149
- const Wi = /* @__PURE__ */ A(Hi, [["__scopeId", "data-v-24cea99b"]]), Ui = ["form", "name"], Ki = /* @__PURE__ */ L({
4172
+ const Wi = /* @__PURE__ */ L(Hi, [["__scopeId", "data-v-24cea99b"]]), Ui = ["form", "name"], Ki = /* @__PURE__ */ T({
4150
4173
  __name: "VJoyRadioGroup",
4151
4174
  props: {
4152
4175
  /**
@@ -4183,7 +4206,7 @@ const Wi = /* @__PURE__ */ A(Hi, [["__scopeId", "data-v-24cea99b"]]), Ui = ["for
4183
4206
  ], 8, Ui));
4184
4207
  }
4185
4208
  });
4186
- const Gi = /* @__PURE__ */ A(Ki, [["__scopeId", "data-v-a77e7f95"]]), Yi = ["ariaLabel"], Zi = { class: "joy-rating-stars" }, Qi = { class: "joy-rating-stars__content" }, Xi = { key: 0 }, es = /* @__PURE__ */ L({
4209
+ const Gi = /* @__PURE__ */ L(Ki, [["__scopeId", "data-v-a77e7f95"]]), Yi = ["ariaLabel"], Zi = { class: "joy-rating-stars" }, Qi = { class: "joy-rating-stars__content" }, Xi = { key: 0 }, es = /* @__PURE__ */ T({
4187
4210
  __name: "VJoyRatingStars",
4188
4211
  props: {
4189
4212
  ratingValue: {
@@ -4200,7 +4223,7 @@ const Gi = /* @__PURE__ */ A(Ki, [["__scopeId", "data-v-a77e7f95"]]), Yi = ["ari
4200
4223
  }
4201
4224
  },
4202
4225
  setup(e, { expose: t }) {
4203
- const n = e, a = ht(), o = E(() => {
4226
+ const n = e, a = ht(), o = I(() => {
4204
4227
  let r = [], l = 0.24, i = 0.75;
4205
4228
  for (let u = 0; u < 5; u++)
4206
4229
  n.ratingValue > l ? r.push(n.ratingValue < i ? "half" : "full") : r.push("empty"), l += 1, i += 1;
@@ -4218,17 +4241,17 @@ const Gi = /* @__PURE__ */ A(Ki, [["__scopeId", "data-v-a77e7f95"]]), Yi = ["ari
4218
4241
  key: u,
4219
4242
  class: C([`joy-rating-stars--${e.size}`])
4220
4243
  }, [
4221
- i === "full" ? (f(), B(H, {
4244
+ i === "full" ? (f(), E(H, {
4222
4245
  key: 0,
4223
4246
  "aria-hidden": "true",
4224
4247
  name: "star-fill",
4225
4248
  color: "quaternary"
4226
- })) : i === "half" ? (f(), B(H, {
4249
+ })) : i === "half" ? (f(), E(H, {
4227
4250
  key: 1,
4228
4251
  "aria-hidden": "true",
4229
4252
  name: "star-half",
4230
4253
  color: "quaternary"
4231
- })) : (f(), B(H, {
4254
+ })) : (f(), E(H, {
4232
4255
  key: 2,
4233
4256
  "aria-hidden": "true",
4234
4257
  name: "star",
@@ -4238,16 +4261,16 @@ const Gi = /* @__PURE__ */ A(Ki, [["__scopeId", "data-v-a77e7f95"]]), Yi = ["ari
4238
4261
  ]),
4239
4262
  b("div", Qi, [
4240
4263
  w(r.$slots, "rating-stars-content", {}, () => [
4241
- e.reviewCount ? (f(), g("span", Xi, "(" + N(e.reviewCount) + ")", 1)) : S("", !0)
4264
+ e.reviewCount ? (f(), g("span", Xi, "(" + J(e.reviewCount) + ")", 1)) : S("", !0)
4242
4265
  ], !0)
4243
4266
  ])
4244
4267
  ], 8, Yi));
4245
4268
  }
4246
4269
  });
4247
- const Ln = /* @__PURE__ */ A(es, [["__scopeId", "data-v-c9a5e140"]]), ts = { class: "joy-screen-loader__content" }, ns = {
4270
+ const Ln = /* @__PURE__ */ L(es, [["__scopeId", "data-v-c9a5e140"]]), ts = { class: "joy-screen-loader__content" }, ns = {
4248
4271
  key: 0,
4249
4272
  class: "joy-screen-loader__content"
4250
- }, as = /* @__PURE__ */ L({
4273
+ }, as = /* @__PURE__ */ T({
4251
4274
  __name: "VJoyScreenLoader",
4252
4275
  props: {
4253
4276
  /** Light or dark. Changes the spinner and background color */
@@ -4278,7 +4301,7 @@ const Ln = /* @__PURE__ */ A(es, [["__scopeId", "data-v-c9a5e140"]]), ts = { cla
4278
4301
  ], 2));
4279
4302
  }
4280
4303
  });
4281
- const Lt = /* @__PURE__ */ A(as, [["__scopeId", "data-v-1112514f"]]), os = ["id", "name", "aria-invalid", "required", "disabled"], ls = ["selected"], rs = /* @__PURE__ */ L({
4304
+ const Lt = /* @__PURE__ */ L(as, [["__scopeId", "data-v-1112514f"]]), os = ["id", "name", "aria-invalid", "required", "disabled"], ls = ["selected"], rs = /* @__PURE__ */ T({
4282
4305
  __name: "VJoySelect",
4283
4306
  props: {
4284
4307
  disabled: {
@@ -4322,7 +4345,7 @@ const Lt = /* @__PURE__ */ A(as, [["__scopeId", "data-v-1112514f"]]), os = ["id"
4322
4345
  },
4323
4346
  emits: ["update:modelValue"],
4324
4347
  setup(e, { expose: t, emit: n }) {
4325
- const a = e, o = ee(), r = E(() => {
4348
+ const a = e, o = ee(), r = I(() => {
4326
4349
  const y = o.default();
4327
4350
  let m = [];
4328
4351
  return y.forEach((k) => {
@@ -4332,15 +4355,15 @@ const Lt = /* @__PURE__ */ A(as, [["__scopeId", "data-v-1112514f"]]), os = ["id"
4332
4355
  const j = k.children;
4333
4356
  if (typeof j == "string" || !j.length)
4334
4357
  return;
4335
- const V = j.filter(l);
4336
- m = [...m, ...V];
4358
+ const B = j.filter(l);
4359
+ m = [...m, ...B];
4337
4360
  }
4338
4361
  }), m;
4339
4362
  });
4340
4363
  function l(y) {
4341
4364
  return (y == null ? void 0 : y.type) === "option";
4342
4365
  }
4343
- const i = x(), u = x(), v = x(!1), d = E(() => a.labelSize ? a.labelSize : a.size !== "medium" ? "small" : "medium");
4366
+ const i = x(), u = x(), v = x(!1), d = I(() => a.labelSize ? a.labelSize : a.size !== "medium" ? "small" : "medium");
4344
4367
  se(() => {
4345
4368
  var k;
4346
4369
  const y = o["select-label"] && o["select-label"]();
@@ -4373,7 +4396,7 @@ const Lt = /* @__PURE__ */ A(as, [["__scopeId", "data-v-1112514f"]]), os = ["id"
4373
4396
  ref: i
4374
4397
  }, [
4375
4398
  w(y.$slots, "select-label", {}, () => [
4376
- e.label ? (f(), B(Ce, {
4399
+ e.label ? (f(), E(Ce, {
4377
4400
  key: 0,
4378
4401
  required: e.required && e.requiredMark,
4379
4402
  "optional-label": e.optionalLabel,
@@ -4381,7 +4404,7 @@ const Lt = /* @__PURE__ */ A(as, [["__scopeId", "data-v-1112514f"]]), os = ["id"
4381
4404
  size: d.value
4382
4405
  }, {
4383
4406
  default: D(() => [
4384
- z(N(e.label), 1)
4407
+ z(J(e.label), 1)
4385
4408
  ]),
4386
4409
  _: 1
4387
4410
  }, 8, ["required", "optional-label", "for", "size"])) : S("", !0)
@@ -4411,12 +4434,12 @@ const Lt = /* @__PURE__ */ A(as, [["__scopeId", "data-v-1112514f"]]), os = ["id"
4411
4434
  onBlur: s
4412
4435
  }, [
4413
4436
  (f(!0), g(K, null, G(r.value, (k) => {
4414
- var j, V;
4437
+ var j, B;
4415
4438
  return f(), g("option", ie({
4416
4439
  key: (j = k.props) == null ? void 0 : j.value
4417
4440
  }, k.props, {
4418
- selected: ((V = k.props) == null ? void 0 : V.value) === e.modelValue
4419
- }), N(k.children), 17, ls);
4441
+ selected: ((B = k.props) == null ? void 0 : B.value) === e.modelValue
4442
+ }), J(k.children), 17, ls);
4420
4443
  }), 128))
4421
4444
  ], 40, os),
4422
4445
  W(H, {
@@ -4427,7 +4450,7 @@ const Lt = /* @__PURE__ */ A(as, [["__scopeId", "data-v-1112514f"]]), os = ["id"
4427
4450
  ], 512));
4428
4451
  }
4429
4452
  });
4430
- const is = /* @__PURE__ */ A(rs, [["__scopeId", "data-v-743c6829"]]), ss = ["aria-disabled"], us = ["id", "value", "checked", "disabled", "required", "name"], cs = /* @__PURE__ */ L({
4453
+ const is = /* @__PURE__ */ L(rs, [["__scopeId", "data-v-743c6829"]]), ss = ["aria-disabled"], us = ["id", "value", "checked", "disabled", "required", "name"], cs = /* @__PURE__ */ T({
4431
4454
  __name: "VJoySelectableItem",
4432
4455
  props: {
4433
4456
  disabled: {
@@ -4513,7 +4536,7 @@ const is = /* @__PURE__ */ A(rs, [["__scopeId", "data-v-743c6829"]]), ss = ["ari
4513
4536
  onBlur: d[2] || (d[2] = //@ts-ignore
4514
4537
  (...c) => i.onBlur && i.onBlur(...c))
4515
4538
  }, null, 40, us)),
4516
- (f(), B(ae($(l)), {
4539
+ (f(), E(ae($(l)), {
4517
4540
  for: e.id,
4518
4541
  class: C([
4519
4542
  "joy-selectable-item",
@@ -4527,7 +4550,7 @@ const is = /* @__PURE__ */ A(rs, [["__scopeId", "data-v-743c6829"]]), ss = ["ari
4527
4550
  onClick: i.onLabelClick
4528
4551
  }, {
4529
4552
  default: D(() => [
4530
- e.multiple ? (f(), B($(It), {
4553
+ e.multiple ? (f(), E($(It), {
4531
4554
  key: 0,
4532
4555
  id: e.id,
4533
4556
  checked: a.value,
@@ -4560,7 +4583,7 @@ const is = /* @__PURE__ */ A(rs, [["__scopeId", "data-v-743c6829"]]), ss = ["ari
4560
4583
  ], 10, ss));
4561
4584
  }
4562
4585
  });
4563
- const En = /* @__PURE__ */ A(cs, [["__scopeId", "data-v-cb2531c0"]]), ds = ["id"], fs = /* @__PURE__ */ L({
4586
+ const En = /* @__PURE__ */ L(cs, [["__scopeId", "data-v-cb2531c0"]]), ds = ["id"], fs = /* @__PURE__ */ T({
4564
4587
  __name: "VJoySelectableItemGroup",
4565
4588
  props: {
4566
4589
  options: {
@@ -4615,7 +4638,7 @@ const En = /* @__PURE__ */ A(cs, [["__scopeId", "data-v-cb2531c0"]]), ds = ["id"
4615
4638
  id: e.id,
4616
4639
  class: "joy-selectable-item-group__wrapper"
4617
4640
  }, [
4618
- e.label ? (f(), B($(Ce), {
4641
+ e.label ? (f(), E($(Ce), {
4619
4642
  key: 0,
4620
4643
  "tag-name": "legend",
4621
4644
  required: e.required && e.requiredMark,
@@ -4623,7 +4646,7 @@ const En = /* @__PURE__ */ A(cs, [["__scopeId", "data-v-cb2531c0"]]), ds = ["id"
4623
4646
  size: e.labelSize
4624
4647
  }, {
4625
4648
  default: D(() => [
4626
- z(N(e.label), 1)
4649
+ z(J(e.label), 1)
4627
4650
  ]),
4628
4651
  _: 1
4629
4652
  }, 8, ["required", "optional-label", "size"])) : S("", !0),
@@ -4637,7 +4660,7 @@ const En = /* @__PURE__ */ A(cs, [["__scopeId", "data-v-cb2531c0"]]), ds = ["id"
4637
4660
  }
4638
4661
  ])
4639
4662
  }, [
4640
- (f(!0), g(K, null, G(e.options, (i) => (f(), B($(En), {
4663
+ (f(!0), g(K, null, G(e.options, (i) => (f(), E($(En), {
4641
4664
  id: i.id,
4642
4665
  key: i.id,
4643
4666
  name: i.name,
@@ -4648,14 +4671,14 @@ const En = /* @__PURE__ */ A(cs, [["__scopeId", "data-v-cb2531c0"]]), ds = ["id"
4648
4671
  "onUpdate:checked": (u) => o(i.value, u)
4649
4672
  }, fn({
4650
4673
  default: D(() => [
4651
- z(N(i.label) + " ", 1)
4674
+ z(J(i.label) + " ", 1)
4652
4675
  ]),
4653
4676
  _: 2
4654
4677
  }, [
4655
4678
  i.subLabel ? {
4656
4679
  name: "selectable-item-sublabel",
4657
4680
  fn: D(() => [
4658
- z(N(i.subLabel), 1)
4681
+ z(J(i.subLabel), 1)
4659
4682
  ]),
4660
4683
  key: "0"
4661
4684
  } : void 0
@@ -4664,7 +4687,7 @@ const En = /* @__PURE__ */ A(cs, [["__scopeId", "data-v-cb2531c0"]]), ds = ["id"
4664
4687
  ], 8, ds));
4665
4688
  }
4666
4689
  });
4667
- const ys = /* @__PURE__ */ A(fs, [["__scopeId", "data-v-b0fd1c74"]]), vs = /* @__PURE__ */ L({
4690
+ const ys = /* @__PURE__ */ L(fs, [["__scopeId", "data-v-b0fd1c74"]]), vs = /* @__PURE__ */ T({
4668
4691
  __name: "VJoySeparator",
4669
4692
  props: {
4670
4693
  /** Main text to apply in the central area */
@@ -4680,11 +4703,11 @@ const ys = /* @__PURE__ */ A(fs, [["__scopeId", "data-v-b0fd1c74"]]), vs = /* @_
4680
4703
  return (t, n) => (f(), g("div", {
4681
4704
  class: C(["joy-separator", { "joy-separator__small": e.size === "small" }])
4682
4705
  }, [
4683
- b("span", null, N(e.text), 1)
4706
+ b("span", null, J(e.text), 1)
4684
4707
  ], 2));
4685
4708
  }
4686
4709
  });
4687
- const ps = /* @__PURE__ */ A(vs, [["__scopeId", "data-v-21db2899"]]), ms = { class: "joy-snackbar__img" }, bs = { class: "joy-snackbar__content" }, gs = { key: 0 }, hs = ["innerHTML"], _s = /* @__PURE__ */ L({
4710
+ const ps = /* @__PURE__ */ L(vs, [["__scopeId", "data-v-21db2899"]]), ms = { class: "joy-snackbar__img" }, bs = { class: "joy-snackbar__content" }, gs = { key: 0 }, hs = ["innerHTML"], _s = /* @__PURE__ */ T({
4688
4711
  __name: "VJoySnackbar",
4689
4712
  props: {
4690
4713
  level: {
@@ -4732,7 +4755,7 @@ const ps = /* @__PURE__ */ A(vs, [["__scopeId", "data-v-21db2899"]]), ms = { cla
4732
4755
  setup(e, { expose: t }) {
4733
4756
  const n = e, a = x(!0);
4734
4757
  let o, r;
4735
- const l = "joy-snackbar-" + he(), i = E(() => pn(n.level));
4758
+ const l = "joy-snackbar-" + he(), i = I(() => pn(n.level));
4736
4759
  function u() {
4737
4760
  var y;
4738
4761
  (y = n.bus) == null || y.emit("snackbar:action-click");
@@ -4777,15 +4800,15 @@ const ps = /* @__PURE__ */ A(vs, [["__scopeId", "data-v-21db2899"]]), ms = { cla
4777
4800
  W($(H), { name: i.value }, null, 8, ["name"])
4778
4801
  ]),
4779
4802
  b("div", bs, [
4780
- e.header ? (f(), g("strong", gs, N(e.header), 1)) : S("", !0),
4803
+ e.header ? (f(), g("strong", gs, J(e.header), 1)) : S("", !0),
4781
4804
  b("span", { innerHTML: e.message }, null, 8, hs),
4782
4805
  e.actionText ? (f(), g("p", {
4783
4806
  key: 1,
4784
4807
  class: "joy-snackbar__trigger___action",
4785
4808
  onClick: u
4786
- }, N(e.actionText), 1)) : S("", !0)
4809
+ }, J(e.actionText), 1)) : S("", !0)
4787
4810
  ]),
4788
- e.closable ? (f(), B($(de), {
4811
+ e.closable ? (f(), E($(de), {
4789
4812
  key: 0,
4790
4813
  class: "joy-snackbar__close-icon",
4791
4814
  circle: "",
@@ -4798,7 +4821,7 @@ const ps = /* @__PURE__ */ A(vs, [["__scopeId", "data-v-21db2899"]]), ms = { cla
4798
4821
  ], 2));
4799
4822
  }
4800
4823
  });
4801
- const An = /* @__PURE__ */ A(_s, [["__scopeId", "data-v-5b417f26"]]), ws = ["id"], Ss = { class: "joy-step__stroke" }, ks = { class: "joy-step__label" }, xs = /* @__PURE__ */ L({
4824
+ const Bn = /* @__PURE__ */ L(_s, [["__scopeId", "data-v-5b417f26"]]), ws = ["id"], Ss = { class: "joy-step__stroke" }, ks = { class: "joy-step__label" }, xs = /* @__PURE__ */ T({
4802
4825
  __name: "VJoyStep",
4803
4826
  props: {
4804
4827
  completed: {
@@ -4824,7 +4847,7 @@ const An = /* @__PURE__ */ A(_s, [["__scopeId", "data-v-5b417f26"]]), ws = ["id"
4824
4847
  },
4825
4848
  emits: ["update:subSteps"],
4826
4849
  setup(e, { expose: t, emit: n }) {
4827
- const a = e, o = x(0.1), r = E(() => a.completed ? "100%" : l.value ? a.subSteps <= 1 || a.currentSubStep === 1 ? "10%" : (Math.min(a.currentSubStep / a.subSteps - o.value, 1 - o.value) * 100).toFixed(1) + "%" : "0%"), l = E(() => a.currentSubStep > 0);
4850
+ const a = e, o = x(0.1), r = I(() => a.completed ? "100%" : l.value ? a.subSteps <= 1 || a.currentSubStep === 1 ? "10%" : (Math.min(a.currentSubStep / a.subSteps - o.value, 1 - o.value) * 100).toFixed(1) + "%" : "0%"), l = I(() => a.currentSubStep > 0);
4828
4851
  function i(u) {
4829
4852
  u <= 0 && console.warn("subSteps must be equal or greater than 1"), n("update:subSteps");
4830
4853
  }
@@ -4853,7 +4876,7 @@ const An = /* @__PURE__ */ A(_s, [["__scopeId", "data-v-5b417f26"]]), ws = ["id"
4853
4876
  ], 10, ws));
4854
4877
  }
4855
4878
  });
4856
- const Bn = /* @__PURE__ */ A(xs, [["__scopeId", "data-v-7b9e5926"]]), Cs = { class: "joy-stepper" }, js = /* @__PURE__ */ L({
4879
+ const An = /* @__PURE__ */ L(xs, [["__scopeId", "data-v-7b9e5926"]]), Cs = { class: "joy-stepper" }, js = /* @__PURE__ */ T({
4857
4880
  __name: "VJoyStepper",
4858
4881
  props: {
4859
4882
  step: {
@@ -4866,7 +4889,7 @@ const Bn = /* @__PURE__ */ A(xs, [["__scopeId", "data-v-7b9e5926"]]), Cs = { cla
4866
4889
  }
4867
4890
  },
4868
4891
  setup(e, { expose: t }) {
4869
- const n = e, a = ee(), o = E(() => {
4892
+ const n = e, a = ee(), o = I(() => {
4870
4893
  const d = a.default();
4871
4894
  return d.length === 1 && typeof d[0].type != "object" ? d[0].children.filter(r) : d.filter(r);
4872
4895
  });
@@ -4874,7 +4897,7 @@ const Bn = /* @__PURE__ */ A(xs, [["__scopeId", "data-v-7b9e5926"]]), Cs = { cla
4874
4897
  var c;
4875
4898
  return ((c = d == null ? void 0 : d.type) == null ? void 0 : c.__name) === "VJoyStep";
4876
4899
  }
4877
- const l = E(() => o.value[n.step - 1]), i = E(() => !u.value && !l.value.props ? !1 : n.subStep <= 0 || n.subStep > l.value.props["sub-steps"]), u = E(() => i.value ? l.value.props["sub-steps"] : n.subStep);
4900
+ const l = I(() => o.value[n.step - 1]), i = I(() => !u.value && !l.value.props ? !1 : n.subStep <= 0 || n.subStep > l.value.props["sub-steps"]), u = I(() => i.value ? l.value.props["sub-steps"] : n.subStep);
4878
4901
  function v(d) {
4879
4902
  return d !== n.step - 1 ? 0 : u.value;
4880
4903
  }
@@ -4885,7 +4908,7 @@ const Bn = /* @__PURE__ */ A(xs, [["__scopeId", "data-v-7b9e5926"]]), Cs = { cla
4885
4908
  }), (d, c) => (f(), g("div", Cs, [
4886
4909
  (f(!0), g(K, null, G(o.value, (p, s) => {
4887
4910
  var y;
4888
- return f(), B($(Bn), ie(p.props, {
4911
+ return f(), E($(An), ie(p.props, {
4889
4912
  key: (y = p.props) == null ? void 0 : y.id,
4890
4913
  completed: s < e.step - 1,
4891
4914
  "current-sub-step": v(s)
@@ -4893,7 +4916,7 @@ const Bn = /* @__PURE__ */ A(xs, [["__scopeId", "data-v-7b9e5926"]]), Cs = { cla
4893
4916
  default: D(() => {
4894
4917
  var m;
4895
4918
  return [
4896
- (m = p.children) != null && m.default ? (f(), B(ae(p.children.default), { key: 0 })) : S("", !0)
4919
+ (m = p.children) != null && m.default ? (f(), E(ae(p.children.default), { key: 0 })) : S("", !0)
4897
4920
  ];
4898
4921
  }),
4899
4922
  _: 2
@@ -4902,7 +4925,7 @@ const Bn = /* @__PURE__ */ A(xs, [["__scopeId", "data-v-7b9e5926"]]), Cs = { cla
4902
4925
  ]));
4903
4926
  }
4904
4927
  });
4905
- const $s = /* @__PURE__ */ A(js, [["__scopeId", "data-v-c80ba82b"]]), Vs = ["id", "aria-hidden", "aria-labelledby"], Ts = /* @__PURE__ */ L({
4928
+ const $s = /* @__PURE__ */ L(js, [["__scopeId", "data-v-c80ba82b"]]), Vs = ["id", "aria-hidden", "aria-labelledby"], Ts = /* @__PURE__ */ T({
4906
4929
  __name: "VJoyTab",
4907
4930
  props: {
4908
4931
  /**
@@ -4929,7 +4952,7 @@ const $s = /* @__PURE__ */ A(js, [["__scopeId", "data-v-c80ba82b"]]), Vs = ["id"
4929
4952
  }
4930
4953
  },
4931
4954
  setup(e) {
4932
- const t = e, n = lt("VJoyTabs", x("")), a = E(() => n.value === t.tab);
4955
+ const t = e, n = lt("VJoyTabs", x("")), a = I(() => n.value === t.tab);
4933
4956
  return (o, r) => (f(), g("div", {
4934
4957
  id: `joy-tab-${e.tab}`,
4935
4958
  role: "tabpanel",
@@ -4944,10 +4967,10 @@ const $s = /* @__PURE__ */ A(js, [["__scopeId", "data-v-c80ba82b"]]), Vs = ["id"
4944
4967
  ], 10, Vs));
4945
4968
  }
4946
4969
  });
4947
- const Is = /* @__PURE__ */ A(Ts, [["__scopeId", "data-v-47a75127"]]), Ls = ["id", "href", "aria-selected", "aria-controls"], Es = {
4970
+ const Is = /* @__PURE__ */ L(Ts, [["__scopeId", "data-v-47a75127"]]), Ls = ["id", "href", "aria-selected", "aria-controls"], Es = {
4948
4971
  type: "button",
4949
4972
  tabindex: "-1"
4950
- }, As = /* @__PURE__ */ L({
4973
+ }, Bs = /* @__PURE__ */ T({
4951
4974
  __name: "TabButton",
4952
4975
  props: {
4953
4976
  /**
@@ -5007,7 +5030,7 @@ const Is = /* @__PURE__ */ A(Ts, [["__scopeId", "data-v-47a75127"]]), Ls = ["id"
5007
5030
  b("button", Es, [
5008
5031
  b("div", null, [
5009
5032
  w(o.$slots, "default", {}, () => [
5010
- z(N(e.label), 1)
5033
+ z(J(e.label), 1)
5011
5034
  ], !0)
5012
5035
  ])
5013
5036
  ])
@@ -5015,7 +5038,7 @@ const Is = /* @__PURE__ */ A(Ts, [["__scopeId", "data-v-47a75127"]]), Ls = ["id"
5015
5038
  ], 40, Ls));
5016
5039
  }
5017
5040
  });
5018
- const Bs = /* @__PURE__ */ A(As, [["__scopeId", "data-v-437a6e09"]]), Os = { class: "joy-tabs" }, Ns = /* @__PURE__ */ L({
5041
+ const As = /* @__PURE__ */ L(Bs, [["__scopeId", "data-v-437a6e09"]]), Os = { class: "joy-tabs" }, Ns = /* @__PURE__ */ T({
5019
5042
  __name: "VJoyTabs",
5020
5043
  props: {
5021
5044
  /** Use this prop to activate a specific tab by default by giving its name */
@@ -5027,7 +5050,7 @@ const Bs = /* @__PURE__ */ A(As, [["__scopeId", "data-v-437a6e09"]]), Os = { cla
5027
5050
  setup(e, { expose: t, emit: n }) {
5028
5051
  const a = e, o = ee(), r = x(a.selectedTab);
5029
5052
  xt("VJoyTabs", r);
5030
- const l = x(null), i = x(null), u = x(!1), v = x(!1), d = E(() => {
5053
+ const l = x(null), i = x(null), u = x(!1), v = x(!1), d = I(() => {
5031
5054
  const m = o.default();
5032
5055
  return m.length === 1 && typeof m[0].type != "object" ? m[0].children.filter(c) : m.filter(c);
5033
5056
  });
@@ -5077,17 +5100,17 @@ const Bs = /* @__PURE__ */ A(As, [["__scopeId", "data-v-437a6e09"]]), Os = { cla
5077
5100
  (f(!0), g(K, null, G(d.value, (j) => (f(), g("div", {
5078
5101
  key: j.props.tab
5079
5102
  }, [
5080
- W(Bs, {
5103
+ W(As, {
5081
5104
  tab: j.props.tab,
5082
5105
  label: j.props.label,
5083
5106
  href: j.props.href,
5084
5107
  selected: p(j),
5085
- onChangeTab: (V) => y(j.props.tab, !j.props.href)
5108
+ onChangeTab: (B) => y(j.props.tab, !j.props.href)
5086
5109
  }, {
5087
5110
  default: D(() => {
5088
- var V;
5111
+ var B;
5089
5112
  return [
5090
- (V = j.children) != null && V.header ? (f(), B(ae(j.children.header), { key: 0 })) : S("", !0)
5113
+ (B = j.children) != null && B.header ? (f(), E(ae(j.children.header), { key: 0 })) : S("", !0)
5091
5114
  ];
5092
5115
  }),
5093
5116
  _: 2
@@ -5101,7 +5124,7 @@ const Bs = /* @__PURE__ */ A(As, [["__scopeId", "data-v-437a6e09"]]), Os = { cla
5101
5124
  ]));
5102
5125
  }
5103
5126
  });
5104
- const Js = /* @__PURE__ */ A(Ns, [["__scopeId", "data-v-b70db3b8"]]), Fs = ["id", "role"], Ps = /* @__PURE__ */ L({
5127
+ const Js = /* @__PURE__ */ L(Ns, [["__scopeId", "data-v-b70db3b8"]]), Fs = ["id", "role"], Ps = /* @__PURE__ */ T({
5105
5128
  __name: "VJoyTag",
5106
5129
  props: {
5107
5130
  /** Text injected within the tag */
@@ -5140,7 +5163,7 @@ const Js = /* @__PURE__ */ A(Ns, [["__scopeId", "data-v-b70db3b8"]]), Fs = ["id"
5140
5163
  },
5141
5164
  emits: ["selected", "remove", "click"],
5142
5165
  setup(e, { emit: t }) {
5143
- const n = e, a = ["primary", "secondary"], o = E(() => ({
5166
+ const n = e, a = ["primary", "secondary"], o = I(() => ({
5144
5167
  "joy-tag": !0,
5145
5168
  "joy-tag__selected": n.selected,
5146
5169
  "joy-tag__selectable": n.selectable || n.link,
@@ -5160,14 +5183,14 @@ const Js = /* @__PURE__ */ A(Ns, [["__scopeId", "data-v-b70db3b8"]]), Fs = ["id"
5160
5183
  role: e.link || e.selectable ? "button" : void 0,
5161
5184
  onClick: l
5162
5185
  }, [
5163
- e.draggable ? (f(), B(H, {
5186
+ e.draggable ? (f(), E(H, {
5164
5187
  key: 0,
5165
5188
  class: "joy-tag__drag",
5166
5189
  name: "drag",
5167
5190
  size: "xxsmall"
5168
5191
  })) : S("", !0),
5169
- z(" " + N(e.label) + " ", 1),
5170
- e.removable ? (f(), B(H, {
5192
+ z(" " + J(e.label) + " ", 1),
5193
+ e.removable ? (f(), E(H, {
5171
5194
  key: 1,
5172
5195
  class: "joy-tag__removable",
5173
5196
  name: "cross",
@@ -5177,7 +5200,7 @@ const Js = /* @__PURE__ */ A(Ns, [["__scopeId", "data-v-b70db3b8"]]), Fs = ["id"
5177
5200
  ], 10, Fs));
5178
5201
  }
5179
5202
  });
5180
- const On = /* @__PURE__ */ A(Ps, [["__scopeId", "data-v-9770b43b"]]), Rs = /* @__PURE__ */ L({
5203
+ const On = /* @__PURE__ */ L(Ps, [["__scopeId", "data-v-9770b43b"]]), Rs = /* @__PURE__ */ T({
5181
5204
  __name: "VJoyTagsList",
5182
5205
  props: {
5183
5206
  align: {
@@ -5233,7 +5256,7 @@ const On = /* @__PURE__ */ A(Ps, [["__scopeId", "data-v-9770b43b"]]), Rs = /* @_
5233
5256
  return (u, v) => (f(), g("div", {
5234
5257
  class: C(["joy-tags-list", `joy-tags-list--${e.align}`])
5235
5258
  }, [
5236
- (f(!0), g(K, null, G(e.tags, (d) => (f(), B(On, ie({
5259
+ (f(!0), g(K, null, G(e.tags, (d) => (f(), E(On, ie({
5237
5260
  key: d.value || d.label
5238
5261
  }, d, {
5239
5262
  selectable: o(d),
@@ -5246,7 +5269,7 @@ const On = /* @__PURE__ */ A(Ps, [["__scopeId", "data-v-9770b43b"]]), Rs = /* @_
5246
5269
  ], 2));
5247
5270
  }
5248
5271
  });
5249
- const Ds = /* @__PURE__ */ A(Rs, [["__scopeId", "data-v-5be625a7"]]);
5272
+ const Ds = /* @__PURE__ */ L(Rs, [["__scopeId", "data-v-5be625a7"]]);
5250
5273
  const Ms = {}, zs = {
5251
5274
  class: /* @__PURE__ */ C(["joy-template-shape__shapes"])
5252
5275
  }, qs = /* @__PURE__ */ yn('<div class="shapes__wrapper" data-v-8b258f92><div class="shape_1" data-v-8b258f92></div><div class="shape_2" data-v-8b258f92></div><div class="shape_3" data-v-8b258f92></div><div class="shape_4" data-v-8b258f92></div></div>', 1), Hs = [
@@ -5255,7 +5278,7 @@ const Ms = {}, zs = {
5255
5278
  function Ws(e, t) {
5256
5279
  return f(), g("div", zs, Hs);
5257
5280
  }
5258
- const Nn = /* @__PURE__ */ A(Ms, [["render", Ws], ["__scopeId", "data-v-8b258f92"]]), Us = { class: "joy-template__wrapper" }, Ks = {
5281
+ const Nn = /* @__PURE__ */ L(Ms, [["render", Ws], ["__scopeId", "data-v-8b258f92"]]), Us = { class: "joy-template__wrapper" }, Ks = {
5259
5282
  key: 0,
5260
5283
  class: "joy-template__heading"
5261
5284
  }, Gs = {
@@ -5276,7 +5299,7 @@ const Nn = /* @__PURE__ */ A(Ms, [["render", Ws], ["__scopeId", "data-v-8b258f92
5276
5299
  }, tu = {
5277
5300
  key: 1,
5278
5301
  class: "joy-template-slot-sidebar"
5279
- }, nu = /* @__PURE__ */ L({
5302
+ }, nu = /* @__PURE__ */ T({
5280
5303
  __name: "VJoyTemplate",
5281
5304
  props: {
5282
5305
  full: { type: Boolean, default: !1 },
@@ -5295,11 +5318,11 @@ const Nn = /* @__PURE__ */ A(Ms, [["render", Ws], ["__scopeId", "data-v-8b258f92
5295
5318
  }
5296
5319
  },
5297
5320
  setup(e) {
5298
- const t = e, n = ee(), a = E(() => !!n["template-back"] || !!n["template-title"] || !!n["template-subtitle"] || !!n["template-actions"]);
5321
+ const t = e, n = ee(), a = I(() => !!n["template-back"] || !!n["template-title"] || !!n["template-subtitle"] || !!n["template-actions"]);
5299
5322
  return (o, r) => (f(), g("main", {
5300
5323
  class: C(["joy-template", { "joy-template--full": e.full, "joy-template--loading": e.loading }])
5301
5324
  }, [
5302
- e.shapes ? (f(), B(Nn, { key: 0 })) : S("", !0),
5325
+ e.shapes ? (f(), E(Nn, { key: 0 })) : S("", !0),
5303
5326
  b("div", Us, [
5304
5327
  a.value ? (f(), g("div", Ks, [
5305
5328
  $(n)["template-back"] ? (f(), g("div", Gs, [
@@ -5333,7 +5356,7 @@ const Nn = /* @__PURE__ */ A(Ms, [["render", Ws], ["__scopeId", "data-v-8b258f92
5333
5356
  ])) : S("", !0)
5334
5357
  ], 2)
5335
5358
  ]),
5336
- e.loading ? (f(), B(Lt, {
5359
+ e.loading ? (f(), E(Lt, {
5337
5360
  key: 1,
5338
5361
  overlay: "",
5339
5362
  color: e.loadingColor
@@ -5346,7 +5369,7 @@ const Nn = /* @__PURE__ */ A(Ms, [["render", Ws], ["__scopeId", "data-v-8b258f92
5346
5369
  ], 2));
5347
5370
  }
5348
5371
  });
5349
- const au = /* @__PURE__ */ A(nu, [["__scopeId", "data-v-7c83eb21"]]), ou = /* @__PURE__ */ L({
5372
+ const au = /* @__PURE__ */ L(nu, [["__scopeId", "data-v-7c83eb21"]]), ou = /* @__PURE__ */ T({
5350
5373
  __name: "VJoyText",
5351
5374
  props: {
5352
5375
  /** Defines the tag name of the Node you want to create. By default it's a simple P tag. Lowercase only */
@@ -5361,7 +5384,7 @@ const au = /* @__PURE__ */ A(nu, [["__scopeId", "data-v-7c83eb21"]]), ou = /* @_
5361
5384
  }
5362
5385
  },
5363
5386
  setup(e) {
5364
- return (t, n) => (f(), B(ae(e.tagName), {
5387
+ return (t, n) => (f(), E(ae(e.tagName), {
5365
5388
  class: C(`joy-text joy-font-${e.preset}`)
5366
5389
  }, {
5367
5390
  default: D(() => [
@@ -5371,12 +5394,12 @@ const au = /* @__PURE__ */ A(nu, [["__scopeId", "data-v-7c83eb21"]]), ou = /* @_
5371
5394
  }, 8, ["class"]));
5372
5395
  }
5373
5396
  });
5374
- const lu = /* @__PURE__ */ A(ou, [["__scopeId", "data-v-1af4e700"]]), ru = ["aria-disabled"], iu = { class: "joy-textarea_wrapper" }, su = ["id", "disabled", "name", "required", "minlength", "value"], uu = {
5397
+ const lu = /* @__PURE__ */ L(ou, [["__scopeId", "data-v-1af4e700"]]), ru = ["aria-disabled"], iu = { class: "joy-textarea_wrapper" }, su = ["id", "disabled", "name", "required", "minlength", "value"], uu = {
5375
5398
  key: 0,
5376
5399
  class: "joy-textarea_helpers"
5377
5400
  }, cu = {
5378
5401
  inheritAttrs: !1
5379
- }, du = /* @__PURE__ */ L({
5402
+ }, du = /* @__PURE__ */ T({
5380
5403
  ...cu,
5381
5404
  __name: "VJoyTextarea",
5382
5405
  props: {
@@ -5433,7 +5456,7 @@ const lu = /* @__PURE__ */ A(ou, [["__scopeId", "data-v-1af4e700"]]), ru = ["ari
5433
5456
  setup(e, { expose: t, emit: n }) {
5434
5457
  const a = e, o = x(), { triggerResize: r } = co({
5435
5458
  element: a.autogrow ? o : void 0
5436
- }), l = x(!1), i = x(!1), u = E(() => a.maxlength ? a.modelValue.length > a.maxlength : !1), v = E(() => a.minlength ? a.modelValue.length < a.minlength : !1), d = {
5459
+ }), l = x(!1), i = x(!1), u = I(() => a.maxlength ? a.modelValue.length > a.maxlength : !1), v = I(() => a.minlength ? a.modelValue.length < a.minlength : !1), d = {
5437
5460
  onInput: (c) => {
5438
5461
  a.modelModifiers.lazy || n("update:modelValue", c.target.value), r();
5439
5462
  },
@@ -5471,7 +5494,7 @@ const lu = /* @__PURE__ */ A(ou, [["__scopeId", "data-v-1af4e700"]]), ru = ["ari
5471
5494
  }, {
5472
5495
  default: D(() => [
5473
5496
  w(c.$slots, "default", {}, () => [
5474
- z(N(e.label), 1)
5497
+ z(J(e.label), 1)
5475
5498
  ], !0)
5476
5499
  ]),
5477
5500
  _: 3
@@ -5502,23 +5525,23 @@ const lu = /* @__PURE__ */ A(ou, [["__scopeId", "data-v-1af4e700"]]), ru = ["ari
5502
5525
  key: 0,
5503
5526
  class: C(["joy-textarea-min", { "joy-textarea-min-invalid": e.invalid }])
5504
5527
  }, [
5505
- v.value ? S("", !0) : (f(), B(H, {
5528
+ v.value ? S("", !0) : (f(), E(H, {
5506
5529
  key: 0,
5507
5530
  name: "check",
5508
5531
  color: "neutral",
5509
5532
  size: "xxsmall"
5510
5533
  })),
5511
- z(" " + N(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
5534
+ z(" " + J(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
5512
5535
  ], 2)) : S("", !0),
5513
5536
  e.maxlength ? (f(), g("p", {
5514
5537
  key: 1,
5515
5538
  class: C(["joy-textarea-count", { "joy-textarea-count-invalid": u.value }])
5516
- }, N(e.modelValue.length + "/" + e.maxlength), 3)) : S("", !0)
5539
+ }, J(e.modelValue.length + "/" + e.maxlength), 3)) : S("", !0)
5517
5540
  ])) : S("", !0)
5518
5541
  ], 10, ru));
5519
5542
  }
5520
5543
  });
5521
- const fu = /* @__PURE__ */ A(du, [["__scopeId", "data-v-de43ee01"]]), Jn = (e) => (et("data-v-cf79d999"), e = e(), tt(), e), yu = { class: "joy-toggle__wrapper" }, vu = ["name", "disabled", "checked", "required", "aria-checked", "value"], pu = { class: "joy-toggle__content" }, mu = /* @__PURE__ */ Jn(() => /* @__PURE__ */ b("span", { class: "joy-toggle__symbol" }, null, -1)), bu = { class: "joy-toggle__content-label" }, gu = /* @__PURE__ */ Jn(() => /* @__PURE__ */ b("span", { class: "joy-toggle__smile" }, [
5544
+ const fu = /* @__PURE__ */ L(du, [["__scopeId", "data-v-de43ee01"]]), Jn = (e) => (et("data-v-cf79d999"), e = e(), tt(), e), yu = { class: "joy-toggle__wrapper" }, vu = ["name", "disabled", "checked", "required", "aria-checked", "value"], pu = { class: "joy-toggle__content" }, mu = /* @__PURE__ */ Jn(() => /* @__PURE__ */ b("span", { class: "joy-toggle__symbol" }, null, -1)), bu = { class: "joy-toggle__content-label" }, gu = /* @__PURE__ */ Jn(() => /* @__PURE__ */ b("span", { class: "joy-toggle__smile" }, [
5522
5545
  /* @__PURE__ */ b("svg", {
5523
5546
  width: "18",
5524
5547
  height: "10",
@@ -5531,7 +5554,7 @@ const fu = /* @__PURE__ */ A(du, [["__scopeId", "data-v-de43ee01"]]), Jn = (e) =
5531
5554
  fill: "currentColor"
5532
5555
  })
5533
5556
  ])
5534
- ], -1)), hu = /* @__PURE__ */ L({
5557
+ ], -1)), hu = /* @__PURE__ */ T({
5535
5558
  __name: "VJoyToggle",
5536
5559
  props: {
5537
5560
  modelValue: {
@@ -5610,7 +5633,7 @@ const fu = /* @__PURE__ */ A(du, [["__scopeId", "data-v-de43ee01"]]), Jn = (e) =
5610
5633
  mu,
5611
5634
  b("span", bu, [
5612
5635
  w(o.$slots, "default", {}, () => [
5613
- z(N(e.label), 1)
5636
+ z(J(e.label), 1)
5614
5637
  ], !0)
5615
5638
  ]),
5616
5639
  gu
@@ -5619,7 +5642,7 @@ const fu = /* @__PURE__ */ A(du, [["__scopeId", "data-v-de43ee01"]]), Jn = (e) =
5619
5642
  ]));
5620
5643
  }
5621
5644
  });
5622
- const _u = /* @__PURE__ */ A(hu, [["__scopeId", "data-v-cf79d999"]]), Pe = Math.min, Te = Math.max, Ze = Math.round, me = (e) => ({
5645
+ const _u = /* @__PURE__ */ L(hu, [["__scopeId", "data-v-cf79d999"]]), Pe = Math.min, Te = Math.max, Ze = Math.round, me = (e) => ({
5623
5646
  x: e,
5624
5647
  y: e
5625
5648
  }), wu = {
@@ -5646,18 +5669,18 @@ function De(e) {
5646
5669
  function Et(e) {
5647
5670
  return e === "x" ? "y" : "x";
5648
5671
  }
5649
- function At(e) {
5672
+ function Bt(e) {
5650
5673
  return e === "y" ? "height" : "width";
5651
5674
  }
5652
5675
  function Me(e) {
5653
5676
  return ["top", "bottom"].includes(be(e)) ? "y" : "x";
5654
5677
  }
5655
- function Bt(e) {
5678
+ function At(e) {
5656
5679
  return Et(Me(e));
5657
5680
  }
5658
5681
  function ku(e, t, n) {
5659
5682
  n === void 0 && (n = !1);
5660
- const a = De(e), o = Bt(e), r = At(o);
5683
+ const a = De(e), o = At(e), r = Bt(o);
5661
5684
  let l = o === "x" ? a === (n ? "end" : "start") ? "right" : "left" : a === "start" ? "bottom" : "top";
5662
5685
  return t.reference[r] > t.floating[r] && (l = Qe(l)), [l, Qe(l)];
5663
5686
  }
@@ -5720,7 +5743,7 @@ function ln(e, t, n) {
5720
5743
  reference: a,
5721
5744
  floating: o
5722
5745
  } = e;
5723
- const r = Me(t), l = Bt(t), i = At(l), u = be(t), v = r === "y", d = a.x + a.width / 2 - o.width / 2, c = a.y + a.height / 2 - o.height / 2, p = a[i] / 2 - o[i] / 2;
5746
+ const r = Me(t), l = At(t), i = Bt(l), u = be(t), v = r === "y", d = a.x + a.width / 2 - o.width / 2, c = a.y + a.height / 2 - o.height / 2, p = a[i] / 2 - o[i] / 2;
5724
5747
  let s;
5725
5748
  switch (u) {
5726
5749
  case "top":
@@ -5783,10 +5806,10 @@ const Vu = async (e, t, n) => {
5783
5806
  name: k,
5784
5807
  fn: j
5785
5808
  } = i[m], {
5786
- x: V,
5787
- y: T,
5788
- data: J,
5789
- reset: O
5809
+ x: B,
5810
+ y: N,
5811
+ data: O,
5812
+ reset: A
5790
5813
  } = await j({
5791
5814
  x: d,
5792
5815
  y: c,
@@ -5801,18 +5824,18 @@ const Vu = async (e, t, n) => {
5801
5824
  floating: t
5802
5825
  }
5803
5826
  });
5804
- if (d = V ?? d, c = T ?? c, s = {
5827
+ if (d = B ?? d, c = N ?? c, s = {
5805
5828
  ...s,
5806
5829
  [k]: {
5807
5830
  ...s[k],
5808
- ...J
5831
+ ...O
5809
5832
  }
5810
- }, O && y <= 50) {
5811
- y++, typeof O == "object" && (O.placement && (p = O.placement), O.rects && (v = O.rects === !0 ? await l.getElementRects({
5833
+ }, A && y <= 50) {
5834
+ y++, typeof A == "object" && (A.placement && (p = A.placement), A.rects && (v = A.rects === !0 ? await l.getElementRects({
5812
5835
  reference: e,
5813
5836
  floating: t,
5814
5837
  strategy: o
5815
- }) : O.rects), {
5838
+ }) : A.rects), {
5816
5839
  x: d,
5817
5840
  y: c
5818
5841
  } = ln(v, p, u)), m = -1;
@@ -5848,26 +5871,26 @@ async function Pn(e, t) {
5848
5871
  boundary: v,
5849
5872
  rootBoundary: d,
5850
5873
  strategy: u
5851
- })), V = c === "floating" ? {
5874
+ })), B = c === "floating" ? {
5852
5875
  ...l.floating,
5853
5876
  x: a,
5854
5877
  y: o
5855
- } : l.reference, T = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(i.floating)), J = await (r.isElement == null ? void 0 : r.isElement(T)) ? await (r.getScale == null ? void 0 : r.getScale(T)) || {
5878
+ } : l.reference, N = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(i.floating)), O = await (r.isElement == null ? void 0 : r.isElement(N)) ? await (r.getScale == null ? void 0 : r.getScale(N)) || {
5856
5879
  x: 1,
5857
5880
  y: 1
5858
5881
  } : {
5859
5882
  x: 1,
5860
5883
  y: 1
5861
- }, O = Xe(r.convertOffsetParentRelativeRectToViewportRelativeRect ? await r.convertOffsetParentRelativeRectToViewportRelativeRect({
5862
- rect: V,
5863
- offsetParent: T,
5884
+ }, A = Xe(r.convertOffsetParentRelativeRectToViewportRelativeRect ? await r.convertOffsetParentRelativeRectToViewportRelativeRect({
5885
+ rect: B,
5886
+ offsetParent: N,
5864
5887
  strategy: u
5865
- }) : V);
5888
+ }) : B);
5866
5889
  return {
5867
- top: (j.top - O.top + y.top) / J.y,
5868
- bottom: (O.bottom - j.bottom + y.bottom) / J.y,
5869
- left: (j.left - O.left + y.left) / J.x,
5870
- right: (O.right - j.right + y.right) / J.x
5890
+ top: (j.top - A.top + y.top) / O.y,
5891
+ bottom: (A.bottom - j.bottom + y.bottom) / O.y,
5892
+ left: (j.left - A.left + y.left) / O.x,
5893
+ right: (A.right - j.right + y.right) / O.x
5871
5894
  };
5872
5895
  }
5873
5896
  const Tu = (e) => ({
@@ -5891,15 +5914,15 @@ const Tu = (e) => ({
5891
5914
  const c = Fn(d), p = {
5892
5915
  x: n,
5893
5916
  y: a
5894
- }, s = Bt(o), y = At(s), m = await l.getDimensions(v), k = s === "y", j = k ? "top" : "left", V = k ? "bottom" : "right", T = k ? "clientHeight" : "clientWidth", J = r.reference[y] + r.reference[s] - p[s] - r.floating[y], O = p[s] - r.reference[s], Z = await (l.getOffsetParent == null ? void 0 : l.getOffsetParent(v));
5895
- let R = Z ? Z[T] : 0;
5896
- (!R || !await (l.isElement == null ? void 0 : l.isElement(Z))) && (R = i.floating[T] || r.floating[y]);
5897
- const oe = J / 2 - O / 2, le = R / 2 - m[y] / 2 - 1, ue = Pe(c[j], le), q = Pe(c[V], le), h = ue, _ = R - m[y] - q, I = R / 2 - m[y] / 2 + oe, F = pt(h, I, _), P = !u.arrow && De(o) != null && I != F && r.reference[y] / 2 - (I < h ? ue : q) - m[y] / 2 < 0, M = P ? I < h ? I - h : I - _ : 0;
5917
+ }, s = At(o), y = Bt(s), m = await l.getDimensions(v), k = s === "y", j = k ? "top" : "left", B = k ? "bottom" : "right", N = k ? "clientHeight" : "clientWidth", O = r.reference[y] + r.reference[s] - p[s] - r.floating[y], A = p[s] - r.reference[s], Z = await (l.getOffsetParent == null ? void 0 : l.getOffsetParent(v));
5918
+ let R = Z ? Z[N] : 0;
5919
+ (!R || !await (l.isElement == null ? void 0 : l.isElement(Z))) && (R = i.floating[N] || r.floating[y]);
5920
+ const oe = O / 2 - A / 2, le = R / 2 - m[y] / 2 - 1, ue = Pe(c[j], le), q = Pe(c[B], le), h = ue, _ = R - m[y] - q, V = R / 2 - m[y] / 2 + oe, F = pt(h, V, _), P = !u.arrow && De(o) != null && V != F && r.reference[y] / 2 - (V < h ? ue : q) - m[y] / 2 < 0, M = P ? V < h ? V - h : V - _ : 0;
5898
5921
  return {
5899
5922
  [s]: p[s] + M,
5900
5923
  data: {
5901
5924
  [s]: F,
5902
- centerOffset: I - F - M,
5925
+ centerOffset: V - F - M,
5903
5926
  ...P && {
5904
5927
  alignmentOffset: M
5905
5928
  }
@@ -5931,12 +5954,12 @@ const Tu = (e) => ({
5931
5954
  } = xe(e, t);
5932
5955
  if ((n = r.arrow) != null && n.alignmentOffset)
5933
5956
  return {};
5934
- const j = be(o), V = be(i) === i, T = await (u.isRTL == null ? void 0 : u.isRTL(v.floating)), J = p || (V || !m ? [Qe(i)] : xu(i));
5935
- !p && y !== "none" && J.push(...ju(i, m, y, T));
5936
- const O = [i, ...J], Z = await Pn(t, k), R = [];
5957
+ const j = be(o), B = be(i) === i, N = await (u.isRTL == null ? void 0 : u.isRTL(v.floating)), O = p || (B || !m ? [Qe(i)] : xu(i));
5958
+ !p && y !== "none" && O.push(...ju(i, m, y, N));
5959
+ const A = [i, ...O], Z = await Pn(t, k), R = [];
5937
5960
  let oe = ((a = r.flip) == null ? void 0 : a.overflows) || [];
5938
5961
  if (d && R.push(Z[j]), c) {
5939
- const h = ku(o, l, T);
5962
+ const h = ku(o, l, N);
5940
5963
  R.push(Z[h[0]], Z[h[1]]);
5941
5964
  }
5942
5965
  if (oe = [...oe, {
@@ -5944,7 +5967,7 @@ const Tu = (e) => ({
5944
5967
  overflows: R
5945
5968
  }], !R.every((h) => h <= 0)) {
5946
5969
  var le, ue;
5947
- const h = (((le = r.flip) == null ? void 0 : le.index) || 0) + 1, _ = O[h];
5970
+ const h = (((le = r.flip) == null ? void 0 : le.index) || 0) + 1, _ = A[h];
5948
5971
  if (_)
5949
5972
  return {
5950
5973
  data: {
@@ -5955,23 +5978,23 @@ const Tu = (e) => ({
5955
5978
  placement: _
5956
5979
  }
5957
5980
  };
5958
- let I = (ue = oe.filter((F) => F.overflows[0] <= 0).sort((F, P) => F.overflows[1] - P.overflows[1])[0]) == null ? void 0 : ue.placement;
5959
- if (!I)
5981
+ let V = (ue = oe.filter((F) => F.overflows[0] <= 0).sort((F, P) => F.overflows[1] - P.overflows[1])[0]) == null ? void 0 : ue.placement;
5982
+ if (!V)
5960
5983
  switch (s) {
5961
5984
  case "bestFit": {
5962
5985
  var q;
5963
5986
  const F = (q = oe.map((P) => [P.placement, P.overflows.filter((M) => M > 0).reduce((M, U) => M + U, 0)]).sort((P, M) => P[1] - M[1])[0]) == null ? void 0 : q[0];
5964
- F && (I = F);
5987
+ F && (V = F);
5965
5988
  break;
5966
5989
  }
5967
5990
  case "initialPlacement":
5968
- I = i;
5991
+ V = i;
5969
5992
  break;
5970
5993
  }
5971
- if (o !== I)
5994
+ if (o !== V)
5972
5995
  return {
5973
5996
  reset: {
5974
- placement: I
5997
+ placement: V
5975
5998
  }
5976
5999
  };
5977
6000
  }
@@ -6023,7 +6046,7 @@ const Eu = function(e) {
6023
6046
  };
6024
6047
  }
6025
6048
  };
6026
- }, Au = function(e) {
6049
+ }, Bu = function(e) {
6027
6050
  return e === void 0 && (e = {}), {
6028
6051
  name: "shift",
6029
6052
  options: e,
@@ -6039,11 +6062,11 @@ const Eu = function(e) {
6039
6062
  fn: (k) => {
6040
6063
  let {
6041
6064
  x: j,
6042
- y: V
6065
+ y: B
6043
6066
  } = k;
6044
6067
  return {
6045
6068
  x: j,
6046
- y: V
6069
+ y: B
6047
6070
  };
6048
6071
  }
6049
6072
  },
@@ -6054,12 +6077,12 @@ const Eu = function(e) {
6054
6077
  }, d = await Pn(t, u), c = Me(be(o)), p = Et(c);
6055
6078
  let s = v[p], y = v[c];
6056
6079
  if (r) {
6057
- const k = p === "y" ? "top" : "left", j = p === "y" ? "bottom" : "right", V = s + d[k], T = s - d[j];
6058
- s = pt(V, s, T);
6080
+ const k = p === "y" ? "top" : "left", j = p === "y" ? "bottom" : "right", B = s + d[k], N = s - d[j];
6081
+ s = pt(B, s, N);
6059
6082
  }
6060
6083
  if (l) {
6061
- const k = c === "y" ? "top" : "left", j = c === "y" ? "bottom" : "right", V = y + d[k], T = y - d[j];
6062
- y = pt(V, y, T);
6084
+ const k = c === "y" ? "top" : "left", j = c === "y" ? "bottom" : "right", B = y + d[k], N = y - d[j];
6085
+ y = pt(B, y, N);
6063
6086
  }
6064
6087
  const m = i.fn({
6065
6088
  ...t,
@@ -6075,7 +6098,7 @@ const Eu = function(e) {
6075
6098
  };
6076
6099
  }
6077
6100
  };
6078
- }, Bu = function(e) {
6101
+ }, Au = function(e) {
6079
6102
  return e === void 0 && (e = {}), {
6080
6103
  options: e,
6081
6104
  fn(t) {
@@ -6103,13 +6126,13 @@ const Eu = function(e) {
6103
6126
  ...m
6104
6127
  };
6105
6128
  if (u) {
6106
- const T = p === "y" ? "height" : "width", J = r.reference[p] - r.floating[T] + k.mainAxis, O = r.reference[p] + r.reference[T] - k.mainAxis;
6107
- s < J ? s = J : s > O && (s = O);
6129
+ const N = p === "y" ? "height" : "width", O = r.reference[p] - r.floating[N] + k.mainAxis, A = r.reference[p] + r.reference[N] - k.mainAxis;
6130
+ s < O ? s = O : s > A && (s = A);
6108
6131
  }
6109
6132
  if (v) {
6110
- var j, V;
6111
- const T = p === "y" ? "width" : "height", J = ["top", "left"].includes(be(o)), O = r.reference[c] - r.floating[T] + (J && ((j = l.offset) == null ? void 0 : j[c]) || 0) + (J ? 0 : k.crossAxis), Z = r.reference[c] + r.reference[T] + (J ? 0 : ((V = l.offset) == null ? void 0 : V[c]) || 0) - (J ? k.crossAxis : 0);
6112
- y < O ? y = O : y > Z && (y = Z);
6133
+ var j, B;
6134
+ const N = p === "y" ? "width" : "height", O = ["top", "left"].includes(be(o)), A = r.reference[c] - r.floating[N] + (O && ((j = l.offset) == null ? void 0 : j[c]) || 0) + (O ? 0 : k.crossAxis), Z = r.reference[c] + r.reference[N] + (O ? 0 : ((B = l.offset) == null ? void 0 : B[c]) || 0) - (O ? k.crossAxis : 0);
6135
+ y < A ? y = A : y > Z && (y = Z);
6113
6136
  }
6114
6137
  return {
6115
6138
  [p]: s,
@@ -6158,11 +6181,11 @@ function Ot(e) {
6158
6181
  return n.transform !== "none" || n.perspective !== "none" || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((a) => (n.willChange || "").includes(a)) || ["paint", "layout", "strict", "content"].some((a) => (n.contain || "").includes(a));
6159
6182
  }
6160
6183
  function Nu(e) {
6161
- let t = Ae(e);
6184
+ let t = Be(e);
6162
6185
  for (; ye(t) && !it(t); ) {
6163
6186
  if (Ot(t))
6164
6187
  return t;
6165
- t = Ae(t);
6188
+ t = Be(t);
6166
6189
  }
6167
6190
  return null;
6168
6191
  }
@@ -6184,7 +6207,7 @@ function st(e) {
6184
6207
  scrollTop: e.pageYOffset
6185
6208
  };
6186
6209
  }
6187
- function Ae(e) {
6210
+ function Be(e) {
6188
6211
  if (ge(e) === "html")
6189
6212
  return e;
6190
6213
  const t = (
@@ -6197,7 +6220,7 @@ function Ae(e) {
6197
6220
  return rn(t) ? t.host : t;
6198
6221
  }
6199
6222
  function Dn(e) {
6200
- const t = Ae(e);
6223
+ const t = Be(e);
6201
6224
  return it(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : ye(t) && ze(t) ? t : Dn(t);
6202
6225
  }
6203
6226
  function bt(e, t, n) {
@@ -6256,8 +6279,8 @@ function Re(e, t, n, a) {
6256
6279
  const p = ne(r), s = a && ve(a) ? ne(a) : a;
6257
6280
  let y = p.frameElement;
6258
6281
  for (; y && a && s !== p; ) {
6259
- const m = Ie(y), k = y.getBoundingClientRect(), j = re(y), V = k.left + (y.clientLeft + parseFloat(j.paddingLeft)) * m.x, T = k.top + (y.clientTop + parseFloat(j.paddingTop)) * m.y;
6260
- u *= m.x, v *= m.y, d *= m.x, c *= m.y, u += V, v += T, y = ne(y).frameElement;
6282
+ const m = Ie(y), k = y.getBoundingClientRect(), j = re(y), B = k.left + (y.clientLeft + parseFloat(j.paddingLeft)) * m.x, N = k.top + (y.clientTop + parseFloat(j.paddingTop)) * m.y;
6283
+ u *= m.x, v *= m.y, d *= m.x, c *= m.y, u += B, v += N, y = ne(y).frameElement;
6261
6284
  }
6262
6285
  }
6263
6286
  return Xe({
@@ -6352,7 +6375,7 @@ function sn(e, t, n) {
6352
6375
  return Xe(a);
6353
6376
  }
6354
6377
  function Wn(e, t) {
6355
- const n = Ae(e);
6378
+ const n = Be(e);
6356
6379
  return n === t || !ve(n) || it(n) ? !1 : re(n).position === "fixed" || Wn(n, t);
6357
6380
  }
6358
6381
  function qu(e, t) {
@@ -6361,10 +6384,10 @@ function qu(e, t) {
6361
6384
  return n;
6362
6385
  let a = bt(e, [], !1).filter((i) => ve(i) && ge(i) !== "body"), o = null;
6363
6386
  const r = re(e).position === "fixed";
6364
- let l = r ? Ae(e) : e;
6387
+ let l = r ? Be(e) : e;
6365
6388
  for (; ve(l) && !it(l); ) {
6366
6389
  const i = re(l), u = Ot(l);
6367
- !u && i.position === "fixed" && (o = null), (r ? !u && !o : !u && i.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || ze(l) && !u && Wn(e, l)) ? a = a.filter((d) => d !== l) : o = i, l = Ae(l);
6390
+ !u && i.position === "fixed" && (o = null), (r ? !u && !o : !u && i.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || ze(l) && !u && Wn(e, l)) ? a = a.filter((d) => d !== l) : o = i, l = Be(l);
6368
6391
  }
6369
6392
  return t.set(e, a), a;
6370
6393
  }
@@ -6490,19 +6513,19 @@ function cn(e, t) {
6490
6513
  }
6491
6514
  function Xu(e, t, n) {
6492
6515
  n === void 0 && (n = {});
6493
- const a = n.whileElementsMounted, o = E(() => {
6516
+ const a = n.whileElementsMounted, o = I(() => {
6494
6517
  var R;
6495
6518
  return (R = $(n.open)) != null ? R : !0;
6496
- }), r = E(() => $(n.middleware)), l = E(() => {
6519
+ }), r = I(() => $(n.middleware)), l = I(() => {
6497
6520
  var R;
6498
6521
  return (R = $(n.placement)) != null ? R : "bottom";
6499
- }), i = E(() => {
6522
+ }), i = I(() => {
6500
6523
  var R;
6501
6524
  return (R = $(n.strategy)) != null ? R : "absolute";
6502
- }), u = E(() => {
6525
+ }), u = I(() => {
6503
6526
  var R;
6504
6527
  return (R = $(n.transform)) != null ? R : !0;
6505
- }), v = E(() => gt(e.value)), d = E(() => gt(t.value)), c = x(0), p = x(0), s = x(i.value), y = x(l.value), m = oa({}), k = x(!1), j = E(() => {
6528
+ }), v = I(() => gt(e.value)), d = I(() => gt(t.value)), c = x(0), p = x(0), s = x(i.value), y = x(l.value), m = oa({}), k = x(!1), j = I(() => {
6506
6529
  const R = {
6507
6530
  position: s.value,
6508
6531
  left: "0",
@@ -6523,8 +6546,8 @@ function Xu(e, t, n) {
6523
6546
  top: le + "px"
6524
6547
  };
6525
6548
  });
6526
- let V;
6527
- function T() {
6549
+ let B;
6550
+ function N() {
6528
6551
  v.value == null || d.value == null || Zu(v.value, d.value, {
6529
6552
  middleware: r.value,
6530
6553
  placement: l.value,
@@ -6533,29 +6556,29 @@ function Xu(e, t, n) {
6533
6556
  c.value = R.x, p.value = R.y, s.value = R.strategy, y.value = R.placement, m.value = R.middlewareData, k.value = !0;
6534
6557
  });
6535
6558
  }
6536
- function J() {
6537
- typeof V == "function" && (V(), V = void 0);
6538
- }
6539
6559
  function O() {
6540
- if (J(), a === void 0) {
6541
- T();
6560
+ typeof B == "function" && (B(), B = void 0);
6561
+ }
6562
+ function A() {
6563
+ if (O(), a === void 0) {
6564
+ N();
6542
6565
  return;
6543
6566
  }
6544
6567
  if (v.value != null && d.value != null) {
6545
- V = a(v.value, d.value, T);
6568
+ B = a(v.value, d.value, N);
6546
6569
  return;
6547
6570
  }
6548
6571
  }
6549
6572
  function Z() {
6550
6573
  o.value || (k.value = !1);
6551
6574
  }
6552
- return X([r, l, i], T, {
6575
+ return X([r, l, i], N, {
6553
6576
  flush: "sync"
6554
- }), X([v, d], O, {
6577
+ }), X([v, d], A, {
6555
6578
  flush: "sync"
6556
6579
  }), X(o, Z, {
6557
6580
  flush: "sync"
6558
- }), _t() && wt(J), {
6581
+ }), _t() && wt(O), {
6559
6582
  x: je(c),
6560
6583
  y: je(p),
6561
6584
  strategy: je(s),
@@ -6563,10 +6586,10 @@ function Xu(e, t, n) {
6563
6586
  middlewareData: je(m),
6564
6587
  isPositioned: je(k),
6565
6588
  floatingStyles: j,
6566
- update: T
6589
+ update: N
6567
6590
  };
6568
6591
  }
6569
- const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ L({
6592
+ const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ T({
6570
6593
  __name: "VJoyTooltip",
6571
6594
  props: {
6572
6595
  /** If you are 100% sure the content you want to inject does not contain anything that could lead to any XSS, use this */
@@ -6610,8 +6633,8 @@ const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ L({
6610
6633
  transform: !1,
6611
6634
  middleware: [
6612
6635
  Eu(10),
6613
- Au({
6614
- limiter: Bu()
6636
+ Bu({
6637
+ limiter: Au()
6615
6638
  }),
6616
6639
  Iu({
6617
6640
  fallbackPlacements: ["bottom", "top", "left", "right"]
@@ -6635,7 +6658,7 @@ const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ L({
6635
6658
  a.value = s;
6636
6659
  }, n.delay);
6637
6660
  }
6638
- const p = E(() => {
6661
+ const p = I(() => {
6639
6662
  const { middlewareData: s, placement: y } = i.value, m = s.arrow, k = {
6640
6663
  top: "bottom",
6641
6664
  right: "left",
@@ -6655,7 +6678,7 @@ const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ L({
6655
6678
  }), t({
6656
6679
  tooltipVisible: a,
6657
6680
  tooltip: r
6658
- }), (s, y) => (f(), B($(Tt), {
6681
+ }), (s, y) => (f(), E($(Tt), {
6659
6682
  ref: "tooltipClickOutside",
6660
6683
  class: "joy-tooltip__click-outside",
6661
6684
  onTrigger: y[1] || (y[1] = (m) => c(!1))
@@ -6673,7 +6696,7 @@ const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ L({
6673
6696
  onKeydown: y[0] || (y[0] = St((k) => c(!1), ["tab"]))
6674
6697
  }, [
6675
6698
  w(s.$slots, "default", {}, void 0, !0),
6676
- (f(), B(nt, { to: "body" }, [
6699
+ (f(), E(nt, { to: "body" }, [
6677
6700
  a.value ? (f(), g("div", {
6678
6701
  key: 0,
6679
6702
  ref_key: "tooltip",
@@ -6690,7 +6713,7 @@ const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ L({
6690
6713
  }, [
6691
6714
  b("div", ec, [
6692
6715
  w(s.$slots, "tooltip-content", {}, () => [
6693
- z(N(e.text), 1)
6716
+ z(J(e.text), 1)
6694
6717
  ], !0)
6695
6718
  ]),
6696
6719
  b("div", {
@@ -6708,7 +6731,7 @@ const ec = { class: "joy-tooltip__content__inner" }, tc = /* @__PURE__ */ L({
6708
6731
  }, 512));
6709
6732
  }
6710
6733
  });
6711
- const nc = /* @__PURE__ */ A(tc, [["__scopeId", "data-v-ee2c7027"]]), ac = { class: "joy-user-card__picture" }, oc = { class: "joy-user-card__informations" }, lc = { class: "joy-user-card__title" }, rc = { class: "joy-user-card__subtitle" }, ic = /* @__PURE__ */ L({
6734
+ const nc = /* @__PURE__ */ L(tc, [["__scopeId", "data-v-ee2c7027"]]), ac = { class: "joy-user-card__picture" }, oc = { class: "joy-user-card__informations" }, lc = { class: "joy-user-card__title" }, rc = { class: "joy-user-card__subtitle" }, ic = /* @__PURE__ */ T({
6712
6735
  __name: "VJoyUserCard",
6713
6736
  props: {
6714
6737
  /**
@@ -6734,7 +6757,7 @@ const nc = /* @__PURE__ */ A(tc, [["__scopeId", "data-v-ee2c7027"]]), ac = { cla
6734
6757
  }
6735
6758
  },
6736
6759
  setup(e) {
6737
- return (t, n) => (f(), B(ae(e.link ? "a" : "div"), ie({
6760
+ return (t, n) => (f(), E(ae(e.link ? "a" : "div"), ie({
6738
6761
  class: "joy-user-card",
6739
6762
  href: e.link,
6740
6763
  title: e.fullName
@@ -6751,16 +6774,16 @@ const nc = /* @__PURE__ */ A(tc, [["__scopeId", "data-v-ee2c7027"]]), ac = { cla
6751
6774
  b("div", oc, [
6752
6775
  b("p", lc, [
6753
6776
  w(t.$slots, "user-card-title", {}, () => [
6754
- z(N(e.fullName), 1)
6777
+ z(J(e.fullName), 1)
6755
6778
  ], !0)
6756
6779
  ]),
6757
6780
  b("p", rc, [
6758
6781
  w(t.$slots, "user-card-subtitle", {}, () => [
6759
- z(N(e.subTitle), 1)
6782
+ z(J(e.subTitle), 1)
6760
6783
  ], !0)
6761
6784
  ]),
6762
6785
  w(t.$slots, "user-card-rating-stars", {}, () => [
6763
- e.ratingValue ? (f(), B($(Ln), {
6786
+ e.ratingValue ? (f(), E($(Ln), {
6764
6787
  key: 0,
6765
6788
  "rating-value": e.ratingValue
6766
6789
  }, null, 8, ["rating-value"])) : S("", !0)
@@ -6774,7 +6797,7 @@ const nc = /* @__PURE__ */ A(tc, [["__scopeId", "data-v-ee2c7027"]]), ac = { cla
6774
6797
  }, 16, ["href", "title"]));
6775
6798
  }
6776
6799
  });
6777
- const sc = /* @__PURE__ */ A(ic, [["__scopeId", "data-v-2a8e1076"]]), uc = /* @__PURE__ */ L({
6800
+ const sc = /* @__PURE__ */ L(ic, [["__scopeId", "data-v-2a8e1076"]]), uc = /* @__PURE__ */ T({
6778
6801
  __name: "VJoyWrapper",
6779
6802
  props: {
6780
6803
  /** Horizontal spread. Refers to CSS flex justify-content. */
@@ -6835,7 +6858,7 @@ const sc = /* @__PURE__ */ A(ic, [["__scopeId", "data-v-2a8e1076"]]), uc = /* @_
6835
6858
  ], 2));
6836
6859
  }
6837
6860
  });
6838
- const Jt = /* @__PURE__ */ A(uc, [["__scopeId", "data-v-68d89412"]]), cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6861
+ const Jt = /* @__PURE__ */ L(uc, [["__scopeId", "data-v-68d89412"]]), cc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6839
6862
  __proto__: null,
6840
6863
  VJoyAvailability: ua,
6841
6864
  VJoyAvatar: vn,
@@ -6862,7 +6885,7 @@ const Jt = /* @__PURE__ */ A(uc, [["__scopeId", "data-v-68d89412"]]), cc = /* @_
6862
6885
  VJoyFooter: Sr,
6863
6886
  VJoyFormError: Tn,
6864
6887
  VJoyFormFieldSkeleton: jr,
6865
- VJoyFunnel: Br,
6888
+ VJoyFunnel: Ar,
6866
6889
  VJoyHeader: Pr,
6867
6890
  VJoyHighlight: qr,
6868
6891
  VJoyIcon: H,
@@ -6885,9 +6908,9 @@ const Jt = /* @__PURE__ */ A(uc, [["__scopeId", "data-v-68d89412"]]), cc = /* @_
6885
6908
  VJoySelectableItem: En,
6886
6909
  VJoySelectableItemGroup: ys,
6887
6910
  VJoySeparator: ps,
6888
- VJoySnackbar: An,
6911
+ VJoySnackbar: Bn,
6889
6912
  VJoySpinner: Ct,
6890
- VJoyStep: Bn,
6913
+ VJoyStep: An,
6891
6914
  VJoyStepper: $s,
6892
6915
  VJoyTab: Is,
6893
6916
  VJoyTabs: Js,
@@ -6948,7 +6971,7 @@ function gc(e) {
6948
6971
  let t, n;
6949
6972
  const a = fc();
6950
6973
  t = la(
6951
- An,
6974
+ Bn,
6952
6975
  Object.assign(e.props, {
6953
6976
  bus: a,
6954
6977
  instanceNb: We
@@ -6996,7 +7019,7 @@ export {
6996
7019
  Sr as VJoyFooter,
6997
7020
  Tn as VJoyFormError,
6998
7021
  jr as VJoyFormFieldSkeleton,
6999
- Br as VJoyFunnel,
7022
+ Ar as VJoyFunnel,
7000
7023
  Pr as VJoyHeader,
7001
7024
  qr as VJoyHighlight,
7002
7025
  H as VJoyIcon,
@@ -7019,9 +7042,9 @@ export {
7019
7042
  En as VJoySelectableItem,
7020
7043
  ys as VJoySelectableItemGroup,
7021
7044
  ps as VJoySeparator,
7022
- An as VJoySnackbar,
7045
+ Bn as VJoySnackbar,
7023
7046
  Ct as VJoySpinner,
7024
- Bn as VJoyStep,
7047
+ An as VJoyStep,
7025
7048
  $s as VJoyStepper,
7026
7049
  Is as VJoyTab,
7027
7050
  Js as VJoyTabs,