@maltjoy/core-vue 4.4.0-next → 4.4.0

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/core-vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as L, computed as V, openBlock as c, createElementBlock as b, normalizeClass as T, createElementVNode as h, ref as C, onMounted as te, onUnmounted as Mt, createVNode as O, toDisplayString as J, createCommentVNode as _, createApp as wo, Fragment as W, createTextVNode as D, createBlock as I, resolveDynamicComponent as X, mergeProps as H, withCtx as z, renderSlot as w, unref as q, renderList as U, inject as Se, normalizeStyle as ee, useAttrs as Ce, useId as Fe, resolveDirective as dt, withDirectives as Ke, getCurrentScope as Pt, onScopeDispose as Ft, toRef as _o, readonly as jo, customRef as ko, shallowRef as Ot, watch as K, nextTick as Me, getCurrentInstance as $o, h as So, Teleport as ze, useSlots as G, withKeys as Oe, onBeforeUnmount as Je, provide as Ze, Transition as ct, createSlots as ft, normalizeProps as Co, guardReactiveProps as Vo, mergeModels as xo, useModel as To, createStaticVNode as Dt, onBeforeMount as Io, shallowReadonly as Te, vShow as Lo, render as kt, withModifiers as Bo } from "vue";
1
+ import { defineComponent as L, computed as V, openBlock as c, createElementBlock as b, normalizeClass as T, createElementVNode as g, ref as C, onMounted as te, onUnmounted as Mt, createVNode as O, toDisplayString as J, createCommentVNode as _, createApp as wo, createTextVNode as D, Fragment as W, createBlock as I, resolveDynamicComponent as X, mergeProps as H, withCtx as z, renderSlot as w, unref as q, renderList as U, inject as Se, normalizeStyle as ee, useAttrs as Ce, useId as Fe, resolveDirective as dt, withDirectives as Ke, getCurrentScope as Pt, onScopeDispose as Ft, toRef as _o, readonly as jo, customRef as ko, shallowRef as Ot, watch as K, nextTick as Me, getCurrentInstance as $o, h as So, Teleport as ze, useSlots as G, withKeys as Oe, onBeforeUnmount as Je, provide as Ze, Transition as ct, createSlots as ft, normalizeProps as Co, guardReactiveProps as Vo, mergeModels as xo, useModel as To, createStaticVNode as Dt, onBeforeMount as Io, shallowReadonly as Te, vShow as Lo, render as kt, withModifiers as Bo } from "vue";
2
2
  function $t(e) {
3
3
  const t = e.target;
4
4
  if (!t)
@@ -142,7 +142,7 @@ const Fo = ["role", "tabindex", "aria-label", "title"], N = /* @__PURE__ */ L({
142
142
  "aria-label": e.ariaLabel || e.title,
143
143
  title: e.title || e.ariaLabel
144
144
  }, [
145
- h("i", {
145
+ g("i", {
146
146
  class: T(["icon", `icon-${e.name}`]),
147
147
  "aria-hidden": "true"
148
148
  }, null, 2)
@@ -237,26 +237,26 @@ const Fo = ["role", "tabindex", "aria-label", "title"], N = /* @__PURE__ */ L({
237
237
  }), t({
238
238
  isOpen: o,
239
239
  exposedMethods: y
240
- }), (v, g) => (c(), b("div", {
240
+ }), (v, h) => (c(), b("div", {
241
241
  class: T(["joy-snackbar_container", {
242
242
  "joy-snackbar__frozen": e.frozen === !0,
243
243
  "joy-snackbar__hiding": !o.value
244
244
  }])
245
245
  }, [
246
- h("div", {
246
+ g("div", {
247
247
  id: a,
248
248
  class: T(["joy-snackbar", `joy-snackbar_${e.level}`])
249
249
  }, [
250
- h("div", Oo, [
250
+ g("div", Oo, [
251
251
  O(N, {
252
252
  color: "white",
253
253
  name: r.value,
254
254
  size: "small"
255
255
  }, null, 8, ["name"])
256
256
  ]),
257
- h("div", Do, [
257
+ g("div", Do, [
258
258
  e.header ? (c(), b("strong", Ro, J(e.header), 1)) : _("", !0),
259
- h("span", { innerHTML: e.message }, null, 8, No),
259
+ g("span", { innerHTML: e.message }, null, 8, No),
260
260
  e.actionText ? (c(), b("p", {
261
261
  key: 1,
262
262
  class: "joy-snackbar__trigger___action",
@@ -309,7 +309,7 @@ const Yo = {
309
309
  typeof window < "u" && Wt(), e.directive("joy-ripple", Rt);
310
310
  }
311
311
  };
312
- function Os() {
312
+ function Hs() {
313
313
  He = 0, Ht = [];
314
314
  }
315
315
  function Wt(e = { appendTo: "body", defaultMountSelector: qt }) {
@@ -330,7 +330,7 @@ function Wt(e = { appendTo: "body", defaultMountSelector: qt }) {
330
330
  }
331
331
  `, document.head.appendChild(l), document.getElementById(t.id) === null && (e.appendTo === "body" ? document.body.appendChild(t) : (o = document.body.querySelector(e.appendTo)) == null || o.appendChild(t));
332
332
  }
333
- function Ds(e) {
333
+ function Ws(e) {
334
334
  var i, a;
335
335
  He++;
336
336
  let t, l;
@@ -351,7 +351,20 @@ function Ds(e) {
351
351
  snackbarApp: t
352
352
  };
353
353
  }
354
- const Ko = ["title"], Zo = /* @__PURE__ */ L({
354
+ const Ko = { class: "joy-admin-banner" }, Zo = { class: "joy-admin-banner__label joy-font-primary-350" }, Xo = /* @__PURE__ */ L({
355
+ __name: "VJoyAdminBanner",
356
+ props: {
357
+ label: { default: "Admin view" }
358
+ },
359
+ setup(e) {
360
+ return (t, l) => (c(), b("div", Ko, [
361
+ g("span", Zo, [
362
+ O(N, { name: "eye" }),
363
+ D(" " + J(t.label), 1)
364
+ ])
365
+ ]));
366
+ }
367
+ }), Us = /* @__PURE__ */ A(Xo, [["__scopeId", "data-v-77d28117"]]), Qo = ["title"], en = /* @__PURE__ */ L({
355
368
  __name: "VJoyAvailability",
356
369
  props: {
357
370
  label: {},
@@ -368,18 +381,18 @@ const Ko = ["title"], Zo = /* @__PURE__ */ L({
368
381
  class: T(["joy-availability", { "joy-availability-has-label": !!o.label }]),
369
382
  title: o.label || void 0
370
383
  }, [
371
- h("span", {
384
+ g("span", {
372
385
  class: T(l.value)
373
386
  }, null, 2),
374
387
  o.label ? (c(), b(W, { key: 0 }, [
375
388
  D(J(o.label), 1)
376
389
  ], 64)) : _("", !0)
377
- ], 10, Ko));
390
+ ], 10, Qo));
378
391
  }
379
- }), Rs = /* @__PURE__ */ A(Zo, [["__scopeId", "data-v-b3bb9092"]]), Xo = ["src", "title", "alt", "loading"], Qo = {
392
+ }), Gs = /* @__PURE__ */ A(en, [["__scopeId", "data-v-b3bb9092"]]), tn = ["src", "title", "alt", "loading"], on = {
380
393
  key: 0,
381
394
  class: "joy-avatar__strategy"
382
- }, en = ["height"], tn = /* @__PURE__ */ L({
395
+ }, nn = ["height"], ln = /* @__PURE__ */ L({
383
396
  __name: "VJoyAvatar",
384
397
  props: {
385
398
  size: { default: "medium" },
@@ -439,7 +452,7 @@ const Ko = ["title"], Zo = /* @__PURE__ */ L({
439
452
  title: d.fullName,
440
453
  alt: d.fullName || "",
441
454
  loading: d.loading
442
- }, null, 8, Xo)) : _("", !0),
455
+ }, null, 8, tn)) : _("", !0),
443
456
  d.fullName ? (c(), b(W, { key: 2 }, [
444
457
  D(J(u.value), 1)
445
458
  ], 64)) : _("", !0),
@@ -449,7 +462,7 @@ const Ko = ["title"], Zo = /* @__PURE__ */ L({
449
462
  ]),
450
463
  _: 1
451
464
  }, 16, ["class"])),
452
- d.profile === "strategy" ? (c(), b("span", Qo, [
465
+ d.profile === "strategy" ? (c(), b("span", on, [
453
466
  (c(), b("svg", {
454
467
  width: "12",
455
468
  height: d.size === "small" ? "10" : "16",
@@ -457,15 +470,15 @@ const Ko = ["title"], Zo = /* @__PURE__ */ L({
457
470
  fill: "none",
458
471
  xmlns: "http://www.w3.org/2000/svg"
459
472
  }, f[0] || (f[0] = [
460
- h("path", {
473
+ g("path", {
461
474
  d: "M6.40531 15.88C5.29156 15.88 4.31531 15.6737 3.47656 15.2612C2.63781 14.8487 1.98469 14.2644 1.51719 13.5081C1.04969 12.7519 0.809061 11.8719 0.795311 10.8681L4.01281 10.3525C4.01281 11.2188 4.25344 11.9131 4.73469 12.4356C5.21594 12.9581 5.82781 13.2194 6.57031 13.2194C7.16156 13.2194 7.63594 13.0612 7.99344 12.745C8.36469 12.4288 8.55031 12.0231 8.55031 11.5281C8.55031 11.1156 8.40594 10.7719 8.11719 10.4969C7.84219 10.2081 7.38844 9.95375 6.75594 9.73375L4.96156 9.15625C3.65531 8.7575 2.70656 8.21438 2.11531 7.52687C1.53781 6.83937 1.24906 5.93187 1.24906 4.80437C1.24906 3.47062 1.68219 2.39812 2.54844 1.58687C3.41469 0.775624 4.63156 0.369999 6.19906 0.369999C7.65656 0.369999 8.83219 0.768749 9.72594 1.56625C10.6197 2.35 11.0803 3.41562 11.1078 4.76312L7.97281 5.36125C7.98656 4.64625 7.82156 4.07562 7.47781 3.64937C7.13406 3.20937 6.68719 2.98937 6.13719 2.98937C5.65594 2.98937 5.26406 3.14062 4.96156 3.44313C4.65906 3.73187 4.50781 4.10312 4.50781 4.55687C4.50781 4.99687 4.64531 5.36125 4.92031 5.65C5.20906 5.925 5.67656 6.15875 6.32281 6.35125L8.03469 6.92875C9.36844 7.3275 10.3309 7.87063 10.9222 8.55812C11.5272 9.23188 11.8297 10.1325 11.8297 11.26C11.8297 12.1538 11.6166 12.9513 11.1903 13.6525C10.7641 14.3538 10.1453 14.9038 9.33406 15.3025C8.52281 15.6875 7.54656 15.88 6.40531 15.88Z",
462
475
  fill: "#F7F7F5"
463
476
  }, null, -1)
464
- ]), 8, en))
477
+ ]), 8, nn))
465
478
  ])) : _("", !0)
466
479
  ], 2));
467
480
  }
468
- }), on = /* @__PURE__ */ A(tn, [["__scopeId", "data-v-f8118054"]]), nn = /* @__PURE__ */ L({
481
+ }), an = /* @__PURE__ */ A(ln, [["__scopeId", "data-v-f8118054"]]), rn = /* @__PURE__ */ L({
469
482
  __name: "VJoyAvatarsList",
470
483
  props: {
471
484
  /** Renders a compact list of avatars */
@@ -482,7 +495,7 @@ const Ko = ["title"], Zo = /* @__PURE__ */ L({
482
495
  w(t.$slots, "default", {}, void 0, !0)
483
496
  ], 2));
484
497
  }
485
- }), Ns = /* @__PURE__ */ A(nn, [["__scopeId", "data-v-c985cccf"]]), ln = { key: 0 }, an = /* @__PURE__ */ L({
498
+ }), Ys = /* @__PURE__ */ A(rn, [["__scopeId", "data-v-c985cccf"]]), sn = { key: 0 }, un = /* @__PURE__ */ L({
486
499
  __name: "VJoyDot",
487
500
  props: {
488
501
  number: Number,
@@ -496,10 +509,10 @@ const Ko = ["title"], Zo = /* @__PURE__ */ L({
496
509
  return (o, n) => (c(), b("div", {
497
510
  class: T(["joy-dot", `joy-dot__${e.variant}`, { "joy-dot__number": l.value }])
498
511
  }, [
499
- l.value ? (c(), b("span", ln, J(e.number && e.number > 99 ? "99+" : e.number), 1)) : _("", !0)
512
+ l.value ? (c(), b("span", sn, J(e.number && e.number > 99 ? "99+" : e.number), 1)) : _("", !0)
500
513
  ], 2));
501
514
  }
502
- }), Ct = /* @__PURE__ */ A(an, [["__scopeId", "data-v-cf7284ce"]]), rn = /* @__PURE__ */ L({
515
+ }), Ct = /* @__PURE__ */ A(un, [["__scopeId", "data-v-cf7284ce"]]), dn = /* @__PURE__ */ L({
503
516
  __name: "VJoyBadge",
504
517
  props: {
505
518
  /**
@@ -548,33 +561,33 @@ const Ko = ["title"], Zo = /* @__PURE__ */ L({
548
561
  ], !0)
549
562
  ], 2));
550
563
  }
551
- }), sn = /* @__PURE__ */ A(rn, [["__scopeId", "data-v-f159ad49"]]);
564
+ }), cn = /* @__PURE__ */ A(dn, [["__scopeId", "data-v-f159ad49"]]);
552
565
  var Z = /* @__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))(Z || {}), We = /* @__PURE__ */ ((e) => (e.HIGH_POTENTIAL = "program_high-potential", e))(We || {});
553
- const un = { class: "joy-badge-level" }, dn = {
566
+ const fn = { class: "joy-badge-level" }, pn = {
554
567
  key: 1,
555
568
  class: "joy-badge-level__highpotential",
556
569
  viewBox: "0 0 15 17",
557
570
  fill: "none",
558
571
  xmlns: "http://www.w3.org/2000/svg"
559
- }, cn = {
572
+ }, yn = {
560
573
  key: 2,
561
574
  class: "joy-badge-level__high-potential-auto",
562
575
  xmlns: "http://www.w3.org/2000/svg",
563
576
  viewBox: "0 0 64 64",
564
577
  "enable-background": "new 0 0 64 64"
565
- }, fn = {
578
+ }, mn = {
566
579
  key: 3,
567
580
  class: "joy-badge-level__maltlinker",
568
581
  viewBox: "0 0 23 11",
569
582
  fill: "none",
570
583
  xmlns: "http://www.w3.org/2000/svg"
571
- }, pn = {
584
+ }, vn = {
572
585
  key: 4,
573
586
  class: "joy-badge-level__highpotential-program",
574
587
  viewBox: "0 0 15 17",
575
588
  fill: "none",
576
589
  xmlns: "http://www.w3.org/2000/svg"
577
- }, yn = /* @__PURE__ */ L({
590
+ }, gn = /* @__PURE__ */ L({
578
591
  __name: "VJoyBadgeLevel",
579
592
  props: {
580
593
  /** type: `TJoyBadges` */
@@ -613,7 +626,7 @@ const un = { class: "joy-badge-level" }, dn = {
613
626
  return "Supermalter";
614
627
  }
615
628
  });
616
- return (o, n) => (c(), b("span", un, [
629
+ return (o, n) => (c(), b("span", fn, [
617
630
  e.type === q(Z).SUPER_MALTER ? (c(!0), b(W, { key: 0 }, U(e.superMalterLevel, (i, a) => (c(), b("svg", {
618
631
  key: a,
619
632
  class: "joy-badge-level__supermalter",
@@ -621,60 +634,60 @@ const un = { class: "joy-badge-level" }, dn = {
621
634
  fill: "none",
622
635
  viewBox: "0 0 12 18"
623
636
  }, n[0] || (n[0] = [
624
- h("path", {
637
+ g("path", {
625
638
  fill: "#264FFA",
626
639
  d: "M5.71533 12.2962 11.4243 18l.0049-11.45716-5.71387 5.75336Z"
627
640
  }, null, -1),
628
- h("path", {
641
+ g("path", {
629
642
  fill: "#FC5757",
630
643
  d: "M.00195312 6.54284.00671145 18 5.7158 12.2962.00195312 6.54284Z"
631
644
  }, null, -1),
632
- h("path", {
645
+ g("path", {
633
646
  fill: "#FFC200",
634
647
  d: "M11.4289 5.68249c-.0059-1.52434-.6069-2.9554-1.69067-4.02851C8.95862.882797 7.99681.362073 6.9506.132677 6.95037.132599 6.95021.132599 6.94998.132521c-.04337-.009516-.08681-.018408-.13041-.02691-.0057-.001092-.01147-.002184-.01724-.003276-.0383-.0073317-.07675-.0142735-.11529-.0208255-.01068-.001794-.02144-.00351-.03213-.005304-.03385-.0055379-.06778-.0108418-.10179-.0158338-.01505-.002184-.03011-.0042121-.04516-.0063181-.03011-.0041339-.06022-.008112-.0904-.0117779-.01857-.002262-.03721-.0042901-.05577-.006396C6.33472.0328377 6.30766.029952 6.28051.0273 6.25914.025194 6.23769.0233999 6.21624.0215279 6.19144.0194219 6.16671.017316 6.14183.015522 6.11851.013806 6.09511.0123239 6.07171.0109199 6.04831.00951588 6.02483.00811199 6.00135.006942 5.9771.00577201 5.95276.00483616 5.92842.00397816 5.90541.00312017 5.8824.00234019 5.85931.00179419c-.02433-.00062399-.04874-.0009362-.07316-.0012482C5.76267.000234 5.73912 0 5.71564 0c-.02355 0-.04703.000234-.07051.000546-.02442.000312-.04883.0006242-.07316.00124819-.02309.000546-.0461.00140398-.06911.00218397-.02434.000858-.04859.00179385-.07293.00296384-.02348.00116999-.04696.00257388-.07036.0039779-.0234.001404-.0468.0028861-.07012.0046021-.0248.001794-.0496.0038999-.07441.0060059-.02145.001872-.0429.0036661-.06427.0057721-.02714.002652-.05421.0055377-.08135.0085797-.01857.0021059-.03721.004134-.05577.006396-.03019.0036659-.06037.007644-.09048.0117779-.01506.002106-.03011.0041341-.04516.0063181-.03401.004992-.06794.0102959-.10179.0158338-.01077.001794-.02145.00351-.03214.005304-.03853.006552-.07699.0134938-.11528.0208255-.00578.001092-.01155.002184-.01724.003276-.0436.008502-.08705.017394-.13041.02691-.00024.000078-.00047.000078-.00071.000156C3.43424.361995 2.4725.882719 1.6929 1.65398.609098 2.72702.00811193 4.15815.00218397 5.68249L0 6.15064l.00171623.39226L5.71556 12.2962l5.71384-5.7533.0017-.39202-.0022-.46839Z"
635
648
  }, null, -1)
636
649
  ])))), 128)) : _("", !0),
637
- e.type === q(Z).HIGH_POTENTIAL ? (c(), b("svg", dn, n[1] || (n[1] = [
638
- h("path", {
650
+ e.type === q(Z).HIGH_POTENTIAL ? (c(), b("svg", pn, n[1] || (n[1] = [
651
+ g("path", {
639
652
  d: "M0.0635011 7.89462C0.0715011 5.91062 0.853501 4.04762 2.2645 2.65062C3.2795 1.64662 4.5315 0.96862 5.8925 0.67062H5.8935C5.9495 0.65862 6.0065 0.64662 6.0635 0.63562C6.0705 0.63362 6.0785 0.63262 6.0855 0.63062C6.1355 0.62062 6.1855 0.61162 6.2355 0.60362C6.2495 0.60162 6.2635 0.59862 6.2775 0.59662C6.3215 0.58962 6.3655 0.58262 6.4105 0.57662C6.4305 0.57362 6.4495 0.57062 6.4695 0.56862C6.5075 0.56262 6.5475 0.55762 6.5865 0.55262C6.6105 0.54962 6.6345 0.54662 6.6595 0.54462C6.6945 0.54062 6.7295 0.53662 6.7655 0.53362C6.7925 0.53062 6.8205 0.52762 6.8485 0.52562C6.8805 0.52262 6.9135 0.52062 6.9455 0.51762C6.9755 0.51562 7.0065 0.51362 7.0365 0.51162C7.0665 0.50962 7.0975 0.50762 7.1285 0.50662C7.1605 0.50462 7.1915 0.50362 7.2235 0.50262C7.2535 0.50162 7.2835 0.50062 7.3135 0.49962C7.3455 0.49862 7.3765 0.49862 7.4085 0.49762C7.4385 0.49762 7.4695 0.49762 7.5005 0.49762C7.5305 0.49762 7.5615 0.49762 7.5915 0.49862C7.6235 0.49862 7.6555 0.49962 7.6865 0.50062C7.7165 0.50162 7.7465 0.50262 7.7765 0.50362C7.8085 0.50362 7.8405 0.50562 7.8725 0.50662C7.9035 0.50762 7.9335 0.50962 7.9645 0.51162C7.9945 0.51362 8.0255 0.51562 8.0555 0.51762C8.0875 0.51962 8.1205 0.52262 8.1525 0.52562C8.1795 0.52762 8.2075 0.53062 8.2355 0.53362C8.2705 0.53662 8.3055 0.54062 8.3415 0.54462C8.3655 0.54762 8.3895 0.54962 8.4145 0.55262C8.4535 0.55762 8.4925 0.56262 8.5315 0.56762C8.5515 0.57062 8.5705 0.57362 8.5905 0.57662C8.6345 0.58262 8.6785 0.58962 8.7225 0.59762C8.7365 0.59962 8.7505 0.60162 8.7645 0.60362C8.8145 0.61262 8.8645 0.62162 8.9145 0.63062C8.9215 0.63162 8.9295 0.63362 8.9365 0.63462C8.9935 0.64662 9.0505 0.65762 9.1065 0.67062H9.1075C10.4695 0.96962 11.7215 1.64662 12.7355 2.65062C14.1465 4.04762 14.9285 5.91062 14.9365 7.89462L14.9395 8.50362L14.9375 9.01462L7.5005 16.5026L0.0625011 9.01462L0.0605011 8.50362L0.0635011 7.89462Z",
640
653
  fill: "#FFC200"
641
654
  }, null, -1)
642
655
  ]))) : _("", !0),
643
- e.type === q(Z).HIGH_POTENTIAL_AUTO ? (c(), b("svg", cn, n[2] || (n[2] = [
644
- h("path", {
656
+ e.type === q(Z).HIGH_POTENTIAL_AUTO ? (c(), b("svg", yn, n[2] || (n[2] = [
657
+ g("path", {
645
658
  fill: "#EF4E16",
646
659
  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"
647
660
  }, null, -1),
648
- h("path", {
661
+ g("path", {
649
662
  fill: "#F9B700",
650
663
  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"
651
664
  }, null, -1),
652
- h("path", {
665
+ g("path", {
653
666
  fill: "#FFE463",
654
667
  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"
655
668
  }, null, -1),
656
- h("path", {
669
+ g("path", {
657
670
  fill: "#FFF7D1",
658
671
  d: "M37.182 54.939c0 2.188-12.427 2.188-12.427 0 0-5.849 12.427-5.849 12.427 0z"
659
672
  }, null, -1)
660
673
  ]))) : _("", !0),
661
- e.type === q(Z).MALT_LINKER ? (c(), b("svg", fn, n[3] || (n[3] = [
662
- h("path", {
674
+ e.type === q(Z).MALT_LINKER ? (c(), b("svg", mn, n[3] || (n[3] = [
675
+ g("path", {
663
676
  d: "M5.77736 10.4456C4.45736 10.4406 3.21936 9.91961 2.29036 8.98161C1.62236 8.30661 1.17136 7.47461 0.97336 6.56861C0.97336 6.56861 0.97336 6.56861 0.97336 6.56761C0.96536 6.53061 0.95736 6.49361 0.94936 6.45561C0.94936 6.45061 0.94836 6.44561 0.94736 6.44061C0.94136 6.40761 0.93536 6.37461 0.92936 6.34061C0.92736 6.33161 0.92636 6.32261 0.92436 6.31261C0.91936 6.28361 0.91536 6.25461 0.91036 6.22461C0.90836 6.21161 0.90736 6.19861 0.90536 6.18561C0.90136 6.15961 0.89836 6.13361 0.89536 6.10761C0.89336 6.09161 0.89136 6.07561 0.88936 6.05961C0.88636 6.03561 0.88436 6.01261 0.88236 5.98861C0.88036 5.97061 0.87836 5.95161 0.87736 5.93361C0.87536 5.91161 0.87336 5.89061 0.87136 5.86861C0.87036 5.84861 0.86836 5.82861 0.86736 5.80761C0.86636 5.78761 0.86536 5.76661 0.86436 5.74661C0.86336 5.72661 0.86236 5.70561 0.86136 5.68461C0.86036 5.66461 0.86036 5.64461 0.85936 5.62461C0.85936 5.60361 0.85936 5.58161 0.85836 5.56061C0.85836 5.54061 0.85836 5.51961 0.85836 5.49961C0.85836 5.47961 0.85836 5.45861 0.85836 5.43861C0.85836 5.41761 0.85936 5.39661 0.85936 5.37561C0.85936 5.35561 0.86036 5.33561 0.86136 5.31561C0.86236 5.29461 0.86336 5.27361 0.86436 5.25261C0.86536 5.23261 0.86636 5.21161 0.86736 5.19161C0.86836 5.17161 0.86936 5.15161 0.87136 5.13061C0.87336 5.10961 0.87436 5.08761 0.87636 5.06661C0.87836 5.04761 0.88036 5.02961 0.88236 5.01061C0.88436 4.98661 0.88736 4.96361 0.88936 4.94061C0.89136 4.92461 0.89336 4.90861 0.89536 4.89261C0.89836 4.86661 0.90236 4.84061 0.90536 4.81461C0.90736 4.80061 0.90836 4.78761 0.91036 4.77461C0.91436 4.74561 0.91936 4.71561 0.92436 4.68661C0.92636 4.67761 0.92736 4.66761 0.92936 4.65861C0.93536 4.62561 0.94136 4.59161 0.94736 4.55861C0.94836 4.55361 0.94936 4.54861 0.95036 4.54361C0.95736 4.50561 0.96536 4.46861 0.97336 4.43061C0.97336 4.43061 0.97336 4.43061 0.97336 4.42961C1.17136 3.52561 1.62236 2.69261 2.29036 2.01761C3.21936 1.07961 4.45836 0.559612 5.77736 0.554612L6.18236 0.552612L6.52236 0.553612L11.5024 5.49961L6.52236 10.4456L6.18236 10.4476L5.77736 10.4456Z",
664
677
  fill: "#E3F8FB"
665
678
  }, null, -1),
666
- h("path", {
679
+ g("path", {
667
680
  d: "M17.2235 0.554612C18.5425 0.559612 19.7815 1.07961 20.7105 2.01761C21.3785 2.69261 21.8285 3.52461 22.0275 4.43061C22.0275 4.43061 22.0275 4.43061 22.0275 4.43161C22.0355 4.46961 22.0435 4.50661 22.0505 4.54461C22.0515 4.54961 22.0525 4.55461 22.0535 4.55961C22.0595 4.59261 22.0655 4.62561 22.0715 4.65961C22.0735 4.66861 22.0745 4.67861 22.0765 4.68761C22.0815 4.71661 22.0855 4.74661 22.0905 4.77561C22.0925 4.78861 22.0945 4.80161 22.0955 4.81461C22.0995 4.84061 22.1025 4.86661 22.1055 4.89261C22.1075 4.90861 22.1095 4.92461 22.1115 4.94061C22.1145 4.96361 22.1165 4.98761 22.1185 5.01061C22.1205 5.02961 22.1215 5.04761 22.1235 5.06661C22.1255 5.08761 22.1275 5.10961 22.1285 5.13061C22.1295 5.15061 22.1315 5.17061 22.1325 5.19161C22.1335 5.21161 22.1345 5.23261 22.1355 5.25261C22.1365 5.27361 22.1375 5.29461 22.1385 5.31561C22.1395 5.33561 22.1395 5.35561 22.1405 5.37561C22.1415 5.39661 22.1415 5.41761 22.1415 5.43861C22.1415 5.45861 22.1415 5.47961 22.1415 5.49961C22.1415 5.51961 22.1415 5.54061 22.1415 5.56061C22.1415 5.58161 22.1405 5.60261 22.1405 5.62361C22.1405 5.64361 22.1395 5.66361 22.1385 5.68361C22.1375 5.70461 22.1365 5.72561 22.1355 5.74661C22.1345 5.76661 22.1335 5.78761 22.1325 5.80761C22.1315 5.82761 22.1305 5.84761 22.1285 5.86861C22.1265 5.88961 22.1255 5.91161 22.1235 5.93261C22.1215 5.95161 22.1205 5.96961 22.1185 5.98861C22.1165 6.01261 22.1135 6.03561 22.1115 6.05861C22.1095 6.07461 22.1075 6.09061 22.1055 6.10661C22.1025 6.13261 22.0985 6.15861 22.0955 6.18461C22.0935 6.19761 22.0915 6.21061 22.0905 6.22361C22.0865 6.25261 22.0815 6.28261 22.0765 6.31161C22.0745 6.32061 22.0735 6.33061 22.0715 6.33961C22.0655 6.37261 22.0595 6.40661 22.0535 6.43961C22.0525 6.44461 22.0515 6.44961 22.0505 6.45461C22.0435 6.49261 22.0355 6.52961 22.0275 6.56761C22.0275 6.56761 22.0275 6.56761 22.0275 6.56861C21.8285 7.47461 21.3785 8.30661 20.7105 8.98161C19.7815 9.91961 18.5425 10.4396 17.2235 10.4446L16.8185 10.4466L16.4785 10.4456L11.4985 5.49961L16.4785 0.553612L16.8175 0.552612L17.2235 0.554612Z",
668
681
  fill: "#FF91F0"
669
682
  }, null, -1)
670
683
  ]))) : _("", !0),
671
- e.type === q(We).HIGH_POTENTIAL ? (c(), b("svg", pn, n[4] || (n[4] = [
672
- h("path", {
684
+ e.type === q(We).HIGH_POTENTIAL ? (c(), b("svg", vn, n[4] || (n[4] = [
685
+ g("path", {
673
686
  d: "M0.0635011 7.89462C0.0715011 5.91062 0.853501 4.04762 2.2645 2.65062C3.2795 1.64662 4.5315 0.96862 5.8925 0.67062H5.8935C5.9495 0.65862 6.0065 0.64662 6.0635 0.63562C6.0705 0.63362 6.0785 0.63262 6.0855 0.63062C6.1355 0.62062 6.1855 0.61162 6.2355 0.60362C6.2495 0.60162 6.2635 0.59862 6.2775 0.59662C6.3215 0.58962 6.3655 0.58262 6.4105 0.57662C6.4305 0.57362 6.4495 0.57062 6.4695 0.56862C6.5075 0.56262 6.5475 0.55762 6.5865 0.55262C6.6105 0.54962 6.6345 0.54662 6.6595 0.54462C6.6945 0.54062 6.7295 0.53662 6.7655 0.53362C6.7925 0.53062 6.8205 0.52762 6.8485 0.52562C6.8805 0.52262 6.9135 0.52062 6.9455 0.51762C6.9755 0.51562 7.0065 0.51362 7.0365 0.51162C7.0665 0.50962 7.0975 0.50762 7.1285 0.50662C7.1605 0.50462 7.1915 0.50362 7.2235 0.50262C7.2535 0.50162 7.2835 0.50062 7.3135 0.49962C7.3455 0.49862 7.3765 0.49862 7.4085 0.49762C7.4385 0.49762 7.4695 0.49762 7.5005 0.49762C7.5305 0.49762 7.5615 0.49762 7.5915 0.49862C7.6235 0.49862 7.6555 0.49962 7.6865 0.50062C7.7165 0.50162 7.7465 0.50262 7.7765 0.50362C7.8085 0.50362 7.8405 0.50562 7.8725 0.50662C7.9035 0.50762 7.9335 0.50962 7.9645 0.51162C7.9945 0.51362 8.0255 0.51562 8.0555 0.51762C8.0875 0.51962 8.1205 0.52262 8.1525 0.52562C8.1795 0.52762 8.2075 0.53062 8.2355 0.53362C8.2705 0.53662 8.3055 0.54062 8.3415 0.54462C8.3655 0.54762 8.3895 0.54962 8.4145 0.55262C8.4535 0.55762 8.4925 0.56262 8.5315 0.56762C8.5515 0.57062 8.5705 0.57362 8.5905 0.57662C8.6345 0.58262 8.6785 0.58962 8.7225 0.59762C8.7365 0.59962 8.7505 0.60162 8.7645 0.60362C8.8145 0.61262 8.8645 0.62162 8.9145 0.63062C8.9215 0.63162 8.9295 0.63362 8.9365 0.63462C8.9935 0.64662 9.0505 0.65762 9.1065 0.67062H9.1075C10.4695 0.96962 11.7215 1.64662 12.7355 2.65062C14.1465 4.04762 14.9285 5.91062 14.9365 7.89462L14.9395 8.50362L14.9375 9.01462L7.5005 16.5026L0.0625011 9.01462L0.0605011 8.50362L0.0635011 7.89462Z",
674
687
  fill: "#FFC200"
675
688
  }, null, -1)
676
689
  ]))) : _("", !0),
677
- h("span", {
690
+ g("span", {
678
691
  class: T([
679
692
  {
680
693
  "joy-badge-level__tag": e.visibleText,
@@ -690,7 +703,7 @@ const un = { class: "joy-badge-level" }, dn = {
690
703
  ], 2)
691
704
  ]));
692
705
  }
693
- }), qs = /* @__PURE__ */ A(yn, [["__scopeId", "data-v-08a5e2c8"]]), mn = /* @__PURE__ */ L({
706
+ }), Ks = /* @__PURE__ */ A(gn, [["__scopeId", "data-v-08a5e2c8"]]), hn = /* @__PURE__ */ L({
694
707
  __name: "VJoyBlockSkeleton",
695
708
  props: {
696
709
  /** If you want to use it properly you need to set fixed width and height */
@@ -727,7 +740,7 @@ const un = { class: "joy-badge-level" }, dn = {
727
740
  })
728
741
  }, null, 6));
729
742
  }
730
- }), Hs = /* @__PURE__ */ A(mn, [["__scopeId", "data-v-4da2c7cb"]]), vn = /* @__PURE__ */ L({
743
+ }), Zs = /* @__PURE__ */ A(hn, [["__scopeId", "data-v-4da2c7cb"]]), bn = /* @__PURE__ */ L({
731
744
  __name: "VJoySpinner",
732
745
  props: {
733
746
  color: {
@@ -739,7 +752,7 @@ const un = { class: "joy-badge-level" }, dn = {
739
752
  class: T(["joy-spinner", `joy-spinner_${e.color}`])
740
753
  }, null, 2));
741
754
  }
742
- }), Ut = /* @__PURE__ */ A(vn, [["__scopeId", "data-v-52944a9b"]]), hn = /* @__PURE__ */ L({
755
+ }), Ut = /* @__PURE__ */ A(bn, [["__scopeId", "data-v-52944a9b"]]), wn = /* @__PURE__ */ L({
743
756
  __name: "VJoyButton",
744
757
  props: {
745
758
  /**
@@ -828,7 +841,7 @@ const un = { class: "joy-badge-level" }, dn = {
828
841
  key: 1,
829
842
  color: a.value
830
843
  }, null, 8, ["color"])) : _("", !0),
831
- h("span", {
844
+ g("span", {
832
845
  id: n,
833
846
  class: "joy-button--slot"
834
847
  }, [
@@ -850,7 +863,7 @@ const un = { class: "joy-badge-level" }, dn = {
850
863
  ]);
851
864
  };
852
865
  }
853
- }), ne = /* @__PURE__ */ A(hn, [["__scopeId", "data-v-69f214eb"]]);
866
+ }), ne = /* @__PURE__ */ A(wn, [["__scopeId", "data-v-69f214eb"]]);
854
867
  function Qe(e) {
855
868
  return Pt() ? (Ft(e), !0) : !1;
856
869
  }
@@ -859,13 +872,13 @@ function me(e) {
859
872
  }
860
873
  const et = typeof window < "u" && typeof document < "u";
861
874
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
862
- const gn = (e) => e != null, bn = Object.prototype.toString, Gt = (e) => bn.call(e) === "[object Object]", Le = () => {
863
- }, lt = /* @__PURE__ */ wn();
864
- function wn() {
875
+ const _n = (e) => e != null, jn = Object.prototype.toString, Gt = (e) => jn.call(e) === "[object Object]", Le = () => {
876
+ }, lt = /* @__PURE__ */ kn();
877
+ function kn() {
865
878
  var e, t;
866
879
  return et && ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.userAgent) && (/iP(ad|hone|od)/.test(window.navigator.userAgent) || ((t = window == null ? void 0 : window.navigator) == null ? void 0 : t.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
867
880
  }
868
- function _n(...e) {
881
+ function $n(...e) {
869
882
  if (e.length !== 1)
870
883
  return _o(...e);
871
884
  const t = e[0];
@@ -901,7 +914,7 @@ function _e(...e) {
901
914
  return Qe(u), u;
902
915
  }
903
916
  let Vt = !1;
904
- function jn(e, t, l = {}) {
917
+ function Sn(e, t, l = {}) {
905
918
  const { window: o = pt, ignore: n = [], capture: i = !0, detectIframe: a = !1 } = l;
906
919
  if (!o)
907
920
  return Le;
@@ -939,17 +952,17 @@ function jn(e, t, l = {}) {
939
952
  ].filter(Boolean);
940
953
  return () => p.forEach((f) => f());
941
954
  }
942
- function kn() {
955
+ function Cn() {
943
956
  const e = C(!1), t = $o();
944
957
  return t && te(() => {
945
958
  e.value = !0;
946
959
  }, t), e;
947
960
  }
948
- function $n(e) {
949
- const t = kn();
961
+ function Vn(e) {
962
+ const t = Cn();
950
963
  return V(() => (t.value, !!e()));
951
964
  }
952
- function Sn(e, t = {}) {
965
+ function xn(e, t = {}) {
953
966
  const l = C(!1), o = Ot(null);
954
967
  let n = 0, i = !0;
955
968
  if (et) {
@@ -960,7 +973,7 @@ function Sn(e, t = {}) {
960
973
  };
961
974
  _e(e, "dragenter", (s) => {
962
975
  var u, p;
963
- const d = Array.from(((u = s == null ? void 0 : s.dataTransfer) == null ? void 0 : u.items) || []).map((f) => f.kind === "file" ? f.type : null).filter(gn);
976
+ const d = Array.from(((u = s == null ? void 0 : s.dataTransfer) == null ? void 0 : u.items) || []).map((f) => f.kind === "file" ? f.type : null).filter(_n);
964
977
  if (a.dataTypes && s.dataTransfer) {
965
978
  const f = q(a.dataTypes);
966
979
  if (i = typeof f == "function" ? f(d) : f ? f.some((m) => d.includes(m)) : !0, !i)
@@ -983,10 +996,10 @@ function Sn(e, t = {}) {
983
996
  isOverDropZone: l
984
997
  };
985
998
  }
986
- function Cn(e, t, l = {}) {
999
+ function Tn(e, t, l = {}) {
987
1000
  const { window: o = pt, ...n } = l;
988
1001
  let i;
989
- const a = $n(() => o && "ResizeObserver" in o), r = () => {
1002
+ const a = Vn(() => o && "ResizeObserver" in o), r = () => {
990
1003
  i && (i.disconnect(), i = void 0);
991
1004
  }, s = V(() => Array.isArray(e) ? e.map((d) => we(d)) : [we(e)]), u = K(
992
1005
  s,
@@ -1006,7 +1019,7 @@ function Cn(e, t, l = {}) {
1006
1019
  stop: p
1007
1020
  };
1008
1021
  }
1009
- function Vn(e) {
1022
+ function In(e) {
1010
1023
  var t;
1011
1024
  const l = C(e == null ? void 0 : e.element), o = C(e == null ? void 0 : e.input), n = (t = e == null ? void 0 : e.styleProp) != null ? t : "height", i = C(1);
1012
1025
  function a() {
@@ -1016,7 +1029,7 @@ function Vn(e) {
1016
1029
  let u = "";
1017
1030
  l.value.style[n] = "1px", i.value = (r = l.value) == null ? void 0 : r.scrollHeight, e != null && e.styleTarget ? me(e.styleTarget).style[n] = `${i.value}px` : u = `${i.value}px`, l.value.style[n] = u, (s = e == null ? void 0 : e.onResize) == null || s.call(e);
1018
1031
  }
1019
- return K([o, l], () => Me(a), { immediate: !0 }), Cn(l, () => a()), e != null && e.watch && K(e.watch, a, { immediate: !0, deep: !0 }), {
1032
+ return K([o, l], () => Me(a), { immediate: !0 }), Tn(l, () => a()), e != null && e.watch && K(e.watch, a, { immediate: !0, deep: !0 }), {
1020
1033
  textarea: l,
1021
1034
  input: o,
1022
1035
  triggerResize: a
@@ -1028,7 +1041,7 @@ const yt = /* @__PURE__ */ L({
1028
1041
  emits: ["trigger"],
1029
1042
  setup(e, { slots: t, emit: l }) {
1030
1043
  const o = C();
1031
- return jn(o, (n) => {
1044
+ return Sn(o, (n) => {
1032
1045
  l("trigger", n);
1033
1046
  }, e.options), () => {
1034
1047
  if (t.default)
@@ -1036,21 +1049,21 @@ const yt = /* @__PURE__ */ L({
1036
1049
  };
1037
1050
  }
1038
1051
  });
1039
- function xn(e) {
1052
+ function Ln(e) {
1040
1053
  var t;
1041
1054
  const l = me(e);
1042
1055
  return (t = l == null ? void 0 : l.$el) != null ? t : l;
1043
1056
  }
1044
- const Tn = et ? window : void 0;
1045
- function In(...e) {
1057
+ const Bn = et ? window : void 0;
1058
+ function An(...e) {
1046
1059
  let t, l, o, n;
1047
- if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([l, o, n] = e, t = Tn) : [t, l, o, n] = e, !t)
1060
+ if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([l, o, n] = e, t = Bn) : [t, l, o, n] = e, !t)
1048
1061
  return Le;
1049
1062
  Array.isArray(l) || (l = [l]), Array.isArray(o) || (o = [o]);
1050
1063
  const i = [], a = () => {
1051
1064
  i.forEach((p) => p()), i.length = 0;
1052
1065
  }, r = (p, d, f, m) => (p.addEventListener(d, f, m), () => p.removeEventListener(d, f, m)), s = K(
1053
- () => [xn(t), me(n)],
1066
+ () => [Ln(t), me(n)],
1054
1067
  ([p, d]) => {
1055
1068
  if (a(), !p)
1056
1069
  return;
@@ -1077,15 +1090,15 @@ function Yt(e) {
1077
1090
  return !l || l.tagName === "BODY" ? !1 : Yt(l);
1078
1091
  }
1079
1092
  }
1080
- function Ln(e) {
1093
+ function En(e) {
1081
1094
  const t = e || window.event, l = t.target;
1082
1095
  return Yt(l) ? !1 : t.touches.length > 1 ? !0 : (t.preventDefault && t.preventDefault(), !1);
1083
1096
  }
1084
1097
  const Ne = /* @__PURE__ */ new WeakMap();
1085
- function Bn(e, t = !1) {
1098
+ function zn(e, t = !1) {
1086
1099
  const l = C(t);
1087
1100
  let o = null, n;
1088
- K(_n(e), (r) => {
1101
+ K($n(e), (r) => {
1089
1102
  const s = nt(me(r));
1090
1103
  if (s) {
1091
1104
  const u = s;
@@ -1096,11 +1109,11 @@ function Bn(e, t = !1) {
1096
1109
  });
1097
1110
  const i = () => {
1098
1111
  const r = nt(me(e));
1099
- !r || l.value || (lt && (o = In(
1112
+ !r || l.value || (lt && (o = An(
1100
1113
  r,
1101
1114
  "touchmove",
1102
1115
  (s) => {
1103
- Ln(s);
1116
+ En(s);
1104
1117
  },
1105
1118
  { passive: !1 }
1106
1119
  )), r.style.overflow = "hidden", l.value = !0);
@@ -1118,19 +1131,19 @@ function Bn(e, t = !1) {
1118
1131
  }
1119
1132
  });
1120
1133
  }
1121
- function An() {
1134
+ function Jn() {
1122
1135
  let e = !1;
1123
1136
  const t = C(!1);
1124
1137
  return (l, o) => {
1125
1138
  if (t.value = o.value, e)
1126
1139
  return;
1127
1140
  e = !0;
1128
- const n = Bn(l, o.value);
1141
+ const n = zn(l, o.value);
1129
1142
  K(t, (i) => n.value = i);
1130
1143
  };
1131
1144
  }
1132
- An();
1133
- const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-sheet_footer" }, xt = 75, Tt = "moving", Jn = /* @__PURE__ */ L({
1145
+ Jn();
1146
+ const Mn = { class: "joy-bottom-sheet_content" }, Pn = { class: "joy-bottom-sheet_footer" }, xt = 75, Tt = "moving", Fn = /* @__PURE__ */ L({
1134
1147
  inheritAttrs: !1,
1135
1148
  __name: "VJoyBottomSheet",
1136
1149
  props: {
@@ -1158,7 +1171,7 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1158
1171
  function v(k) {
1159
1172
  p.value = !0, d.value.classList.add(Tt), f = x(k);
1160
1173
  }
1161
- function g(k) {
1174
+ function h(k) {
1162
1175
  p.value && (j(k) > xt && y(), B());
1163
1176
  }
1164
1177
  function $(k) {
@@ -1208,30 +1221,30 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1208
1221
  }
1209
1222
  ]
1210
1223
  }), [
1211
- R[1] || (R[1] = h("div", { class: "joy-bottom-sheet-overlay" }, null, -1)),
1224
+ R[1] || (R[1] = g("div", { class: "joy-bottom-sheet-overlay" }, null, -1)),
1212
1225
  O(q(yt), { onTrigger: y }, {
1213
1226
  default: z(() => [
1214
- h("div", {
1227
+ g("div", {
1215
1228
  ref_key: "bottomSheetContainerElement",
1216
1229
  ref: d,
1217
1230
  class: "joy-bottom-sheet-container"
1218
1231
  }, [
1219
- h("div", {
1232
+ g("div", {
1220
1233
  class: "joy-bottom-sheet_header",
1221
1234
  onMousedown: v,
1222
- onMouseup: g,
1235
+ onMouseup: h,
1223
1236
  onMousemove: $,
1224
- onMouseleave: g,
1237
+ onMouseleave: h,
1225
1238
  onTouchstart: v,
1226
- onTouchend: g,
1239
+ onTouchend: h,
1227
1240
  onTouchmove: $
1228
1241
  }, R[0] || (R[0] = [
1229
- h("div", { class: "joy-bottom-sheet_header-close" }, null, -1)
1242
+ g("div", { class: "joy-bottom-sheet_header-close" }, null, -1)
1230
1243
  ]), 32),
1231
- h("div", En, [
1244
+ g("div", Mn, [
1232
1245
  w(k.$slots, "bottom-sheet-content", {}, void 0, !0)
1233
1246
  ]),
1234
- h("div", zn, [
1247
+ g("div", Pn, [
1235
1248
  w(k.$slots, "bottom-sheet-cta", {}, () => [
1236
1249
  O(ne, {
1237
1250
  class: "joy-bottom-sheet_footer-close",
@@ -1247,7 +1260,7 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1247
1260
  ], 16)) : _("", !0)
1248
1261
  ], 8, ["to"])) : _("", !0);
1249
1262
  }
1250
- }), Ws = /* @__PURE__ */ A(Jn, [["__scopeId", "data-v-098e6a23"]]), Us = /* @__PURE__ */ L({
1263
+ }), Xs = /* @__PURE__ */ A(Fn, [["__scopeId", "data-v-098e6a23"]]), Qs = /* @__PURE__ */ L({
1251
1264
  __name: "VJoyBottomSheetTrigger",
1252
1265
  props: {
1253
1266
  bottomSheet: {}
@@ -1264,7 +1277,7 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1264
1277
  onClick: r
1265
1278
  }))), 128));
1266
1279
  }
1267
- }), Mn = { class: "joy-checkbox__wrapper" }, Pn = { class: "joy-checkbox__input-wrapper" }, Fn = ["id", "name", "disabled", "checked", "required", "value", "indeterminate"], On = { class: "joy-checkbox__content-wrapper" }, Dn = { class: "joy-checkbox__content" }, Rn = /* @__PURE__ */ L({
1280
+ }), On = { class: "joy-checkbox__wrapper" }, Dn = { class: "joy-checkbox__input-wrapper" }, Rn = ["id", "name", "disabled", "checked", "required", "value", "indeterminate"], Nn = { class: "joy-checkbox__content-wrapper" }, qn = { class: "joy-checkbox__content" }, Hn = /* @__PURE__ */ L({
1268
1281
  __name: "VJoyCheckbox",
1269
1282
  props: {
1270
1283
  /** 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 */
@@ -1333,8 +1346,8 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1333
1346
  };
1334
1347
  return t({
1335
1348
  isIndeterminate: a
1336
- }), (p, d) => (c(), b("div", Mn, [
1337
- h("label", {
1349
+ }), (p, d) => (c(), b("div", On, [
1350
+ g("label", {
1338
1351
  class: T([
1339
1352
  "joy-checkbox",
1340
1353
  {
@@ -1346,8 +1359,8 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1346
1359
  }
1347
1360
  ])
1348
1361
  }, [
1349
- h("div", Pn, [
1350
- h("input", {
1362
+ g("div", Dn, [
1363
+ g("input", {
1351
1364
  id: e.id,
1352
1365
  ref_key: "input",
1353
1366
  ref: i,
@@ -1365,23 +1378,23 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1365
1378
  (...f) => u.onFocus && u.onFocus(...f)),
1366
1379
  onBlur: d[2] || (d[2] = //@ts-ignore
1367
1380
  (...f) => u.onBlur && u.onBlur(...f))
1368
- }, null, 40, Fn)
1381
+ }, null, 40, Rn)
1369
1382
  ]),
1370
- h("div", On, [
1383
+ g("div", Nn, [
1371
1384
  w(p.$slots, "default", {}, () => [
1372
1385
  D(J(e.label), 1)
1373
1386
  ], !0),
1374
- h("div", Dn, [
1387
+ g("div", qn, [
1375
1388
  w(p.$slots, "checkbox-content", {}, void 0, !0)
1376
1389
  ])
1377
1390
  ])
1378
1391
  ], 2)
1379
1392
  ]));
1380
1393
  }
1381
- }), Kt = /* @__PURE__ */ A(Rn, [["__scopeId", "data-v-8391ace5"]]), Nn = ["id"], qn = { class: "joy-collapse-item__header-right" }, Hn = {
1394
+ }), Kt = /* @__PURE__ */ A(Hn, [["__scopeId", "data-v-8391ace5"]]), Wn = ["id"], Un = { class: "joy-collapse-item__header-right" }, Gn = {
1382
1395
  key: 0,
1383
1396
  class: "joy-collapse-item__summary___subheader"
1384
- }, Wn = { class: "joy-collapse-item__summary___preview" }, Un = ["aria-labelledby"], Gn = /* @__PURE__ */ L({
1397
+ }, Yn = { class: "joy-collapse-item__summary___preview" }, Kn = ["aria-labelledby"], Zn = /* @__PURE__ */ L({
1385
1398
  __name: "VJoyCollapseItem",
1386
1399
  props: {
1387
1400
  /** Title of the collapse item */
@@ -1440,7 +1453,7 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1440
1453
  }
1441
1454
  ])
1442
1455
  }, [
1443
- h("div", {
1456
+ g("div", {
1444
1457
  role: "button",
1445
1458
  tabindex: "0",
1446
1459
  class: "joy-collapse-item__summary",
@@ -1449,7 +1462,7 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1449
1462
  onFocus: p[0] || (p[0] = (d) => a.value = !0),
1450
1463
  onBlur: p[1] || (p[1] = (d) => a.value = !1)
1451
1464
  }, [
1452
- h("div", {
1465
+ g("div", {
1453
1466
  id: e.id,
1454
1467
  class: "joy-collapse-item__summary___content"
1455
1468
  }, [
@@ -1460,16 +1473,16 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1460
1473
  name: e.summaryIcon
1461
1474
  }, null, 8, ["name"])) : _("", !0),
1462
1475
  D(" " + J(e.header), 1)
1463
- ], 8, Nn),
1464
- h("div", qn, [
1476
+ ], 8, Wn),
1477
+ g("div", Un, [
1465
1478
  w(u.$slots, "collapse-header-right")
1466
1479
  ]),
1467
1480
  O(N, {
1468
1481
  class: "joy-collapse-item__summary___marker joy-mt-1",
1469
1482
  name: "chevron-down"
1470
1483
  }),
1471
- e.subheader ? (c(), b("span", Hn, J(e.subheader), 1)) : _("", !0),
1472
- h("span", Wn, [
1484
+ e.subheader ? (c(), b("span", Gn, J(e.subheader), 1)) : _("", !0),
1485
+ g("span", Yn, [
1473
1486
  w(u.$slots, "collapse-preview")
1474
1487
  ])
1475
1488
  ], 32),
@@ -1485,10 +1498,10 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1485
1498
  ])
1486
1499
  }, [
1487
1500
  w(u.$slots, "default")
1488
- ], 10, Un)) : _("", !0)
1501
+ ], 10, Kn)) : _("", !0)
1489
1502
  ], 2));
1490
1503
  }
1491
- }), Yn = /* @__PURE__ */ A(Gn, [["__scopeId", "data-v-6bd35ef2"]]), Kn = { class: "joy-collapse" }, Zn = /* @__PURE__ */ L({
1504
+ }), Xn = /* @__PURE__ */ A(Zn, [["__scopeId", "data-v-6bd35ef2"]]), Qn = { class: "joy-collapse" }, el = /* @__PURE__ */ L({
1492
1505
  __name: "VJoyCollapse",
1493
1506
  props: {
1494
1507
  /** Open one item at a time. Works with modelValue */
@@ -1549,28 +1562,28 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1549
1562
  isOpen: p,
1550
1563
  items: r,
1551
1564
  openedCollapseItem: n
1552
- }), (y, v) => (c(), b("div", Kn, [
1553
- (c(!0), b(W, null, U(r.value, (g) => (c(), I(Yn, H({ ref_for: !0 }, g.props, {
1554
- key: g.props.id,
1555
- open: p(g),
1565
+ }), (y, v) => (c(), b("div", Qn, [
1566
+ (c(!0), b(W, null, U(r.value, (h) => (c(), I(Xn, H({ ref_for: !0 }, h.props, {
1567
+ key: h.props.id,
1568
+ open: p(h),
1556
1569
  mode: e.mode,
1557
- "onCollapseItem:open": () => d(g),
1558
- "onCollapseItem:close": () => f(g)
1570
+ "onCollapseItem:open": () => d(h),
1571
+ "onCollapseItem:close": () => f(h)
1559
1572
  }), {
1560
1573
  "collapse-header-right": z(() => [
1561
- (c(!0), b(W, null, U(u(g, "collapse-header-right"), ($, j) => (c(), I(X($), { key: j }))), 128))
1574
+ (c(!0), b(W, null, U(u(h, "collapse-header-right"), ($, j) => (c(), I(X($), { key: j }))), 128))
1562
1575
  ]),
1563
1576
  "collapse-preview": z(() => [
1564
- (c(!0), b(W, null, U(u(g, "collapse-preview"), ($, j) => (c(), I(X($), { key: j }))), 128))
1577
+ (c(!0), b(W, null, U(u(h, "collapse-preview"), ($, j) => (c(), I(X($), { key: j }))), 128))
1565
1578
  ]),
1566
1579
  default: z(() => [
1567
- (c(!0), b(W, null, U(u(g, "default"), ($, j) => (c(), I(X($), { key: j }))), 128))
1580
+ (c(!0), b(W, null, U(u(h, "default"), ($, j) => (c(), I(X($), { key: j }))), 128))
1568
1581
  ]),
1569
1582
  _: 2
1570
1583
  }, 1040, ["open", "mode", "onCollapseItem:open", "onCollapseItem:close"]))), 128))
1571
1584
  ]));
1572
1585
  }
1573
- }), Gs = /* @__PURE__ */ A(Zn, [["__scopeId", "data-v-35744932"]]), Xn = ["src", "alt", "title", "loading"], Qn = /* @__PURE__ */ L({
1586
+ }), eu = /* @__PURE__ */ A(el, [["__scopeId", "data-v-35744932"]]), tl = ["src", "alt", "title", "loading"], ol = /* @__PURE__ */ L({
1574
1587
  __name: "VJoyCompanyAvatar",
1575
1588
  props: {
1576
1589
  /** Inject the URL of your image. Fallback will be the icon */
@@ -1611,14 +1624,14 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1611
1624
  alt: e.imgAlt || e.companyName,
1612
1625
  title: e.companyName,
1613
1626
  loading: e.loading
1614
- }, null, 8, Xn)) : (c(), I(N, {
1627
+ }, null, 8, tl)) : (c(), I(N, {
1615
1628
  key: 1,
1616
1629
  name: "company-placeholder",
1617
1630
  size: l.value
1618
1631
  }, null, 8, ["size"]))
1619
1632
  ], 2));
1620
1633
  }
1621
- }), Ys = /* @__PURE__ */ A(Qn, [["__scopeId", "data-v-2f1289c1"]]), el = ["aria-hidden"], tl = /* @__PURE__ */ L({
1634
+ }), tu = /* @__PURE__ */ A(ol, [["__scopeId", "data-v-2f1289c1"]]), nl = ["aria-hidden"], ll = /* @__PURE__ */ L({
1622
1635
  __name: "VJoyFormError",
1623
1636
  props: {
1624
1637
  /** In some cases you'll need to inject the error in the DOM but hide it. Visible by default */
@@ -1639,20 +1652,20 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1639
1652
  class: "joy-icon-error",
1640
1653
  name: "warning-triangle"
1641
1654
  }),
1642
- h("div", null, [
1655
+ g("div", null, [
1643
1656
  w(t.$slots, "default", {}, () => [
1644
1657
  D(J(e.noHtmlErrorText), 1)
1645
1658
  ], !0)
1646
1659
  ])
1647
- ], 10, el));
1660
+ ], 10, nl));
1648
1661
  }
1649
- }), mt = /* @__PURE__ */ A(tl, [["__scopeId", "data-v-deb60895"]]), ol = {
1662
+ }), mt = /* @__PURE__ */ A(ll, [["__scopeId", "data-v-deb60895"]]), al = {
1650
1663
  key: 0,
1651
1664
  class: "joy-label-required"
1652
- }, nl = {
1665
+ }, rl = {
1653
1666
  key: 1,
1654
1667
  class: "joy-label-optional"
1655
- }, ll = /* @__PURE__ */ L({
1668
+ }, il = /* @__PURE__ */ L({
1656
1669
  __name: "VJoyLabel",
1657
1670
  props: {
1658
1671
  size: {
@@ -1680,14 +1693,14 @@ const En = { class: "joy-bottom-sheet_content" }, zn = { class: "joy-bottom-shee
1680
1693
  w(t.$slots, "default", {}, () => [
1681
1694
  D(J(e.text), 1)
1682
1695
  ], !0),
1683
- e.required ? (c(), b("span", ol, "*")) : _("", !0),
1684
- e.optionalLabel ? (c(), b("span", nl, "- " + J(e.optionalLabel), 1)) : _("", !0)
1696
+ e.required ? (c(), b("span", al, "*")) : _("", !0),
1697
+ e.optionalLabel ? (c(), b("span", rl, "- " + J(e.optionalLabel), 1)) : _("", !0)
1685
1698
  ]),
1686
1699
  _: 3
1687
1700
  }, 16, ["class"]));
1688
1701
  }
1689
- }), Ve = /* @__PURE__ */ A(ll, [["__scopeId", "data-v-f48de041"]]);
1690
- function al(e) {
1702
+ }), Ve = /* @__PURE__ */ A(il, [["__scopeId", "data-v-f48de041"]]);
1703
+ function sl(e) {
1691
1704
  const t = () => e();
1692
1705
  te(() => {
1693
1706
  window.addEventListener("resize", t);
@@ -1701,13 +1714,13 @@ function vt(e, t) {
1701
1714
  t && ((l = e.value) == null || l.focus());
1702
1715
  });
1703
1716
  }
1704
- const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { class: "joy-counter__input-wrapper" }, ul = ["id", "min", "max", "aria-invalid", "name", "required", "value"], dl = ["aria-label", "disabled"], cl = {
1717
+ const ul = { class: "joy-counter" }, dl = ["aria-label", "disabled"], cl = { class: "joy-counter__input-wrapper" }, fl = ["id", "min", "max", "aria-invalid", "name", "required", "value"], pl = ["aria-label", "disabled"], yl = {
1705
1718
  key: 0,
1706
1719
  class: "joy-counter_error"
1707
- }, fl = {
1720
+ }, ml = {
1708
1721
  inheritAttrs: !1
1709
- }, pl = /* @__PURE__ */ L({
1710
- ...fl,
1722
+ }, vl = /* @__PURE__ */ L({
1723
+ ...ml,
1711
1724
  __name: "VJoyCounter",
1712
1725
  props: {
1713
1726
  autofocus: {
@@ -1781,19 +1794,19 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1781
1794
  const o = l, n = e, i = C(!1), a = C(!1), r = C();
1782
1795
  vt(r, n.autofocus);
1783
1796
  function s() {
1784
- const g = d(!1);
1785
- g >= 0 ? o("update:modelValue", g <= n.min ? n.min : g) : o("update:modelValue", 0), p();
1797
+ const h = d(!1);
1798
+ h >= 0 ? o("update:modelValue", h <= n.min ? n.min : h) : o("update:modelValue", 0), p();
1786
1799
  }
1787
1800
  function u() {
1788
- const g = d();
1789
- n.max && g <= n.max ? o("update:modelValue", g >= n.max ? n.max : g) : n.max && g > n.max ? o("update:modelValue", n.max) : o("update:modelValue", g), p();
1801
+ const h = d();
1802
+ n.max && h <= n.max ? o("update:modelValue", h >= n.max ? n.max : h) : n.max && h > n.max ? o("update:modelValue", n.max) : o("update:modelValue", h), p();
1790
1803
  }
1791
1804
  function p() {
1792
1805
  i.value = !f();
1793
1806
  }
1794
- function d(g = !0) {
1807
+ function d(h = !0) {
1795
1808
  const $ = n.step.toString().split("."), j = $.length === 2 ? $[1].length : 0;
1796
- return parseFloat(g ? (n.modelValue + n.step).toFixed(j) : (n.modelValue - n.step).toFixed(j));
1809
+ return parseFloat(h ? (n.modelValue + n.step).toFixed(j) : (n.modelValue - n.step).toFixed(j));
1797
1810
  }
1798
1811
  function f() {
1799
1812
  return m() && y();
@@ -1805,8 +1818,8 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1805
1818
  return n.min <= n.modelValue;
1806
1819
  }
1807
1820
  const v = {
1808
- onInput: (g) => {
1809
- o("update:modelValue", +g.target.value || 0), i.value = !1;
1821
+ onInput: (h) => {
1822
+ o("update:modelValue", +h.target.value || 0), i.value = !1;
1810
1823
  },
1811
1824
  onFocus: () => {
1812
1825
  a.value = !0;
@@ -1817,7 +1830,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1817
1830
  };
1818
1831
  return t({
1819
1832
  props: n
1820
- }), (g, $) => (c(), b("div", rl, [
1833
+ }), (h, $) => (c(), b("div", ul, [
1821
1834
  e.label ? (c(), I(Ve, {
1822
1835
  key: 0,
1823
1836
  for: e.id,
@@ -1826,16 +1839,16 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1826
1839
  size: e.labelSize
1827
1840
  }, {
1828
1841
  default: z(() => [
1829
- w(g.$slots, "default", {}, () => [
1842
+ w(h.$slots, "default", {}, () => [
1830
1843
  D(J(e.label), 1)
1831
1844
  ], !0)
1832
1845
  ]),
1833
1846
  _: 3
1834
1847
  }, 8, ["for", "required", "optional-label", "size"])) : _("", !0),
1835
- h("div", {
1848
+ g("div", {
1836
1849
  class: T(["joy-counter__wrapper", { "joy-counter--focusing": a.value }])
1837
1850
  }, [
1838
- h("button", {
1851
+ g("button", {
1839
1852
  class: "joy-counter__decrement",
1840
1853
  type: "button",
1841
1854
  "aria-label": e.labelDecrement,
@@ -1843,9 +1856,9 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1843
1856
  onClick: s
1844
1857
  }, [
1845
1858
  O(N, { name: "minus" })
1846
- ], 8, il),
1847
- h("div", sl, [
1848
- h("input", H({
1859
+ ], 8, dl),
1860
+ g("div", cl, [
1861
+ g("input", H({
1849
1862
  id: e.id,
1850
1863
  ref_key: "input",
1851
1864
  ref: r,
@@ -1858,16 +1871,16 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1858
1871
  required: e.required,
1859
1872
  step: "any",
1860
1873
  value: e.modelValue
1861
- }, g.$attrs, {
1874
+ }, h.$attrs, {
1862
1875
  onInput: $[0] || ($[0] = //@ts-ignore
1863
1876
  (...j) => v.onInput && v.onInput(...j)),
1864
1877
  onBlur: $[1] || ($[1] = //@ts-ignore
1865
1878
  (...j) => v.onBlur && v.onBlur(...j)),
1866
1879
  onFocus: $[2] || ($[2] = //@ts-ignore
1867
1880
  (...j) => v.onFocus && v.onFocus(...j))
1868
- }), null, 16, ul)
1881
+ }), null, 16, fl)
1869
1882
  ]),
1870
- h("button", {
1883
+ g("button", {
1871
1884
  class: "joy-counter__increment",
1872
1885
  type: "button",
1873
1886
  "aria-label": e.labelIncrement,
@@ -1875,14 +1888,14 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1875
1888
  onClick: u
1876
1889
  }, [
1877
1890
  O(N, { name: "add" })
1878
- ], 8, dl),
1879
- e.invalid && e.errorMessage ? (c(), b("div", cl, [
1891
+ ], 8, pl),
1892
+ e.invalid && e.errorMessage ? (c(), b("div", yl, [
1880
1893
  O(mt, { "no-html-error-text": e.errorMessage }, null, 8, ["no-html-error-text"])
1881
1894
  ])) : _("", !0)
1882
1895
  ], 2)
1883
1896
  ]));
1884
1897
  }
1885
- }), Ks = /* @__PURE__ */ A(pl, [["__scopeId", "data-v-556fd173"]]), yl = /* @__PURE__ */ L({
1898
+ }), ou = /* @__PURE__ */ A(vl, [["__scopeId", "data-v-556fd173"]]), gl = /* @__PURE__ */ L({
1886
1899
  __name: "VJoyWrapper",
1887
1900
  props: {
1888
1901
  /** Horizontal spread. Refers to CSS flex justify-content. */
@@ -1942,22 +1955,22 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
1942
1955
  w(l.$slots, "default", {}, void 0, !0)
1943
1956
  ], 2));
1944
1957
  }
1945
- }), re = /* @__PURE__ */ A(yl, [["__scopeId", "data-v-68d89412"]]), ml = ["id"], vl = { class: "joy-dialog__inner" }, hl = {
1958
+ }), re = /* @__PURE__ */ A(gl, [["__scopeId", "data-v-68d89412"]]), hl = ["id"], bl = { class: "joy-dialog__inner" }, wl = {
1946
1959
  key: 0,
1947
1960
  class: "joy-dialog__shapes"
1948
- }, gl = { class: "joy-dialog--header" }, bl = {
1961
+ }, _l = { class: "joy-dialog--header" }, jl = {
1949
1962
  key: 0,
1950
1963
  class: "joy-dialog--preheader"
1951
- }, wl = {
1964
+ }, kl = {
1952
1965
  id: "dialogDescription",
1953
1966
  class: "joy-dialog--subheader"
1954
- }, _l = {
1967
+ }, $l = {
1955
1968
  class: "joy-dialog--body",
1956
1969
  tabindex: "0"
1957
- }, jl = {
1970
+ }, Sl = {
1958
1971
  key: 2,
1959
1972
  class: "joy-dialog--indicators"
1960
- }, kl = /* @__PURE__ */ L({
1973
+ }, Cl = /* @__PURE__ */ L({
1961
1974
  inheritAttrs: !1,
1962
1975
  __name: "VJoyDialog",
1963
1976
  props: {
@@ -2047,9 +2060,9 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2047
2060
  return !!B || !!P;
2048
2061
  }), y = V(() => o.id || i).value + "-header";
2049
2062
  function v() {
2050
- !o.patternConfirm && g();
2063
+ !o.patternConfirm && h();
2051
2064
  }
2052
- async function g(B = { fireHideEvent: !0 }) {
2065
+ async function h(B = { fireHideEvent: !0 }) {
2053
2066
  o.demoMode || (u.value = !1, await Me(), ye(!1), B.fireHideEvent && n("dialog:hide"));
2054
2067
  }
2055
2068
  async function $() {
@@ -2070,7 +2083,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2070
2083
  u.value === !0 && (n("dialog:before-unmount"), ye(!1));
2071
2084
  }), t({
2072
2085
  hasFooterSlots: f,
2073
- hide: g,
2086
+ hide: h,
2074
2087
  isOpen: u,
2075
2088
  show: $
2076
2089
  }), (B, P) => r.value ? (c(), I(ze, {
@@ -2097,7 +2110,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2097
2110
  "aria-labelledby": y,
2098
2111
  onKeydown: Oe(v, ["esc"])
2099
2112
  }), [
2100
- h("div", {
2113
+ g("div", {
2101
2114
  class: T([
2102
2115
  {
2103
2116
  "joy-dialog__overlay": !0,
@@ -2107,7 +2120,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2107
2120
  ]),
2108
2121
  onClick: v
2109
2122
  }, null, 2),
2110
- h("div", {
2123
+ g("div", {
2111
2124
  class: T([
2112
2125
  {
2113
2126
  "joy-dialog--wrapper": !0,
@@ -2115,10 +2128,10 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2115
2128
  }
2116
2129
  ])
2117
2130
  }, [
2118
- h("div", vl, [
2119
- e.patternBrand ? (c(), b("div", hl, P[3] || (P[3] = [
2120
- h("div", { class: "joy-dialog__shapes___shape" }, null, -1),
2121
- h("div", { class: "joy-dialog__shapes___shape" }, null, -1)
2131
+ g("div", bl, [
2132
+ e.patternBrand ? (c(), b("div", wl, P[3] || (P[3] = [
2133
+ g("div", { class: "joy-dialog__shapes___shape" }, null, -1),
2134
+ g("div", { class: "joy-dialog__shapes___shape" }, null, -1)
2122
2135
  ]))) : _("", !0),
2123
2136
  e.bannerSrc ? (c(), b("div", {
2124
2137
  key: 1,
@@ -2129,17 +2142,17 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2129
2142
  height: `${e.bannerHeight}px`
2130
2143
  })
2131
2144
  }, null, 4)) : _("", !0),
2132
- h("div", gl, [
2133
- B.$slots["dialog-preheader"] ? (c(), b("div", bl, [
2145
+ g("div", _l, [
2146
+ B.$slots["dialog-preheader"] ? (c(), b("div", jl, [
2134
2147
  w(B.$slots, "dialog-preheader", {}, void 0, !0)
2135
2148
  ])) : _("", !0),
2136
- h("div", {
2149
+ g("div", {
2137
2150
  id: y,
2138
2151
  class: "joy-dialog--header__title"
2139
2152
  }, [
2140
2153
  w(B.$slots, "dialog-header", {}, void 0, !0)
2141
2154
  ]),
2142
- h("p", wl, [
2155
+ g("p", kl, [
2143
2156
  w(B.$slots, "dialog-subheader", {}, void 0, !0)
2144
2157
  ]),
2145
2158
  e.patternConfirm ? _("", !0) : (c(), I(ne, {
@@ -2152,13 +2165,13 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2152
2165
  name: "cross",
2153
2166
  label: e.closeLabel,
2154
2167
  class: "joy-dialog--close",
2155
- onClick: P[0] || (P[0] = (k) => g())
2168
+ onClick: P[0] || (P[0] = (k) => h())
2156
2169
  }, null, 8, ["label"]))
2157
2170
  ]),
2158
- h("div", _l, [
2171
+ g("div", $l, [
2159
2172
  w(B.$slots, "dialog-body", {}, void 0, !0)
2160
2173
  ]),
2161
- h("div", {
2174
+ g("div", {
2162
2175
  class: T([
2163
2176
  {
2164
2177
  "joy-dialog--footer": !0,
@@ -2177,7 +2190,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2177
2190
  class: "joy-dialog--cancel",
2178
2191
  variant: "ghost",
2179
2192
  size: e.buttonSize,
2180
- onClick: P[1] || (P[1] = (k) => g())
2193
+ onClick: P[1] || (P[1] = (k) => h())
2181
2194
  }, {
2182
2195
  default: z(() => [
2183
2196
  D(J(e.cancelText), 1)
@@ -2203,18 +2216,18 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2203
2216
  _: 3
2204
2217
  })
2205
2218
  ], 2),
2206
- q(a)["dialog-indicators"] ? (c(), b("div", jl, [
2219
+ q(a)["dialog-indicators"] ? (c(), b("div", Sl, [
2207
2220
  w(B.$slots, "dialog-indicators", {}, void 0, !0)
2208
2221
  ])) : _("", !0)
2209
2222
  ])
2210
2223
  ], 2)
2211
- ], 16, ml)) : _("", !0)
2224
+ ], 16, hl)) : _("", !0)
2212
2225
  ]),
2213
2226
  _: 3
2214
2227
  })
2215
2228
  ], 8, ["to", "disabled"])) : _("", !0);
2216
2229
  }
2217
- }), Zs = /* @__PURE__ */ A(kl, [["__scopeId", "data-v-04cca18d"]]), Xs = /* @__PURE__ */ L({
2230
+ }), nu = /* @__PURE__ */ A(Cl, [["__scopeId", "data-v-04cca18d"]]), lu = /* @__PURE__ */ L({
2218
2231
  __name: "VJoyDialogTrigger",
2219
2232
  props: {
2220
2233
  dialog: {}
@@ -2231,7 +2244,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2231
2244
  onClick: r
2232
2245
  }))), 128));
2233
2246
  }
2234
- }), $l = ["disabled"], Sl = { class: "joy-divider-cta--icon" }, Cl = { class: "joy-divider-cta--content" }, Vl = { class: "joy-divider-cta--content---title" }, xl = /* @__PURE__ */ L({
2247
+ }), Vl = ["disabled"], xl = { class: "joy-divider-cta--icon" }, Tl = { class: "joy-divider-cta--content" }, Il = { class: "joy-divider-cta--content---title" }, Ll = /* @__PURE__ */ L({
2235
2248
  __name: "VJoyDividerCta",
2236
2249
  props: {
2237
2250
  disabled: {
@@ -2245,24 +2258,24 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2245
2258
  class: T(["joy-divider-cta", { "joy-divider-cta__disabled": e.disabled }]),
2246
2259
  disabled: e.disabled
2247
2260
  }, [
2248
- h("div", Sl, [
2261
+ g("div", xl, [
2249
2262
  O(N, { name: "add" })
2250
2263
  ]),
2251
- h("div", Cl, [
2252
- h("p", Vl, [
2264
+ g("div", Tl, [
2265
+ g("p", Il, [
2253
2266
  w(t.$slots, "default", {}, void 0, !0)
2254
2267
  ]),
2255
2268
  w(t.$slots, "divider-content", {}, void 0, !0)
2256
2269
  ])
2257
- ], 10, $l));
2270
+ ], 10, Vl));
2258
2271
  }
2259
- }), Qs = /* @__PURE__ */ A(xl, [["__scopeId", "data-v-aa93710e"]]), Tl = ["id"], Il = { class: "joy-drawer__inner" }, Ll = { class: "joy-drawer--header" }, Bl = {
2272
+ }), au = /* @__PURE__ */ A(Ll, [["__scopeId", "data-v-aa93710e"]]), Bl = ["id"], Al = { class: "joy-drawer__inner" }, El = { class: "joy-drawer--header" }, zl = {
2260
2273
  id: "drawerDescription",
2261
2274
  class: "joy-drawer--subheader"
2262
- }, Al = {
2275
+ }, Jl = {
2263
2276
  class: "joy-drawer--body",
2264
2277
  tabindex: "0"
2265
- }, El = /* @__PURE__ */ L({
2278
+ }, Ml = /* @__PURE__ */ L({
2266
2279
  inheritAttrs: !1,
2267
2280
  __name: "VJoyDrawer",
2268
2281
  props: {
@@ -2338,7 +2351,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2338
2351
  async function v(E = { fireHideEvent: !0 }) {
2339
2352
  o.demoMode || o.onBeforeHide && !await o.onBeforeHide() || (u.value = !1, await Me(), ye(!1), E.fireHideEvent && n("drawer:hide"));
2340
2353
  }
2341
- async function g() {
2354
+ async function h() {
2342
2355
  u.value = !0, await Me(), !o.elevated && o.preventBodyScroll && ye(!0);
2343
2356
  }
2344
2357
  function $() {
@@ -2358,7 +2371,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2358
2371
  hasFooterSlots: f,
2359
2372
  hide: v,
2360
2373
  isOpen: u,
2361
- show: g
2374
+ show: h
2362
2375
  }), (E, B) => r.value ? (c(), I(ze, {
2363
2376
  key: 0,
2364
2377
  to: e.teleport,
@@ -2400,7 +2413,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2400
2413
  ]),
2401
2414
  onClick: B[0] || (B[0] = (P) => v())
2402
2415
  }, null, 2)),
2403
- h("div", {
2416
+ g("div", {
2404
2417
  class: T([
2405
2418
  {
2406
2419
  "joy-drawer--wrapper": !0,
@@ -2408,15 +2421,15 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2408
2421
  }
2409
2422
  ])
2410
2423
  }, [
2411
- h("div", Il, [
2412
- h("div", Ll, [
2413
- h("div", {
2424
+ g("div", Al, [
2425
+ g("div", El, [
2426
+ g("div", {
2414
2427
  id: y,
2415
2428
  class: "joy-drawer--header__title"
2416
2429
  }, [
2417
2430
  w(E.$slots, "drawer-header", {}, void 0, !0)
2418
2431
  ]),
2419
- h("p", Bl, [
2432
+ g("p", zl, [
2420
2433
  w(E.$slots, "drawer-subheader", {}, void 0, !0)
2421
2434
  ]),
2422
2435
  O(ne, {
@@ -2431,10 +2444,10 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2431
2444
  onClick: B[1] || (B[1] = (P) => v())
2432
2445
  }, null, 8, ["label"])
2433
2446
  ]),
2434
- h("div", Al, [
2447
+ g("div", Jl, [
2435
2448
  w(E.$slots, "drawer-body", {}, void 0, !0)
2436
2449
  ]),
2437
- h("div", {
2450
+ g("div", {
2438
2451
  class: T([
2439
2452
  {
2440
2453
  "joy-drawer--footer": !0,
@@ -2482,13 +2495,13 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2482
2495
  ], 2)
2483
2496
  ])
2484
2497
  ], 2)
2485
- ], 16, Tl)) : _("", !0)
2498
+ ], 16, Bl)) : _("", !0)
2486
2499
  ]),
2487
2500
  _: 3
2488
2501
  })
2489
2502
  ], 8, ["to", "disabled"])) : _("", !0);
2490
2503
  }
2491
- }), eu = /* @__PURE__ */ A(El, [["__scopeId", "data-v-056f6134"]]), tu = /* @__PURE__ */ L({
2504
+ }), ru = /* @__PURE__ */ A(Ml, [["__scopeId", "data-v-056f6134"]]), iu = /* @__PURE__ */ L({
2492
2505
  __name: "VJoyDrawerTrigger",
2493
2506
  props: {
2494
2507
  drawer: {}
@@ -2505,13 +2518,13 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2505
2518
  onClick: r
2506
2519
  }))), 128));
2507
2520
  }
2508
- }), zl = {
2521
+ }), Pl = {
2509
2522
  key: 0,
2510
2523
  class: "joy-dropdown-list__header"
2511
- }, Jl = ["aria-label", "aria-labelledby"], Ml = ["id", "tabindex", "aria-disabled", "aria-selected", "title", "aria-label", ".dataModel", "onClick"], Pl = {
2524
+ }, Fl = ["aria-label", "aria-labelledby"], Ol = ["id", "tabindex", "aria-disabled", "aria-selected", "title", "aria-label", ".dataModel", "onClick"], Dl = {
2512
2525
  key: 1,
2513
2526
  class: "joy-dropdown-list__footer"
2514
- }, Fl = /* @__PURE__ */ L({
2527
+ }, Rl = /* @__PURE__ */ L({
2515
2528
  __name: "VJoyDropdownList",
2516
2529
  props: {
2517
2530
  /**
@@ -2576,18 +2589,18 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2576
2589
  var v;
2577
2590
  if (!(i.value && !i.value.contains(document.activeElement) || !i.value)) {
2578
2591
  if ((y.key === "Escape" || y.key === "Tab") && o("close:dropdownList"), (y.key === "Enter" || y.key === "enter") && (y.preventDefault(), p() && ((v = i.value) != null && v.contains(p())))) {
2579
- const g = p();
2580
- if (!g)
2592
+ const h = p();
2593
+ if (!h)
2581
2594
  return;
2582
- if (g.querySelector("a"))
2583
- return g.querySelector("a").click();
2584
- o("update:modelValue", g.dataModel);
2595
+ if (h.querySelector("a"))
2596
+ return h.querySelector("a").click();
2597
+ o("update:modelValue", h.dataModel);
2585
2598
  }
2586
2599
  if (p() && y.key === " " && y.preventDefault(), ["ArrowDown", "ArrowUp", "Home", "End"].includes(y.key)) {
2587
- const g = s(), $ = p();
2588
- let j = g.indexOf($);
2589
- if (g.length) {
2590
- y.preventDefault(), y.key === "ArrowDown" ? j++ : y.key === "ArrowUp" ? j-- : y.key === "Home" ? j = 0 : y.key === "End" && (j = g.length - 1), j < 0 && (j = g.length - 1), j > g.length - 1 && (j = 0), f(g[j]);
2600
+ const h = s(), $ = p();
2601
+ let j = h.indexOf($);
2602
+ if (h.length) {
2603
+ y.preventDefault(), y.key === "ArrowDown" ? j++ : y.key === "ArrowUp" ? j-- : y.key === "Home" ? j = 0 : y.key === "End" && (j = h.length - 1), j < 0 && (j = h.length - 1), j > h.length - 1 && (j = 0), f(h[j]);
2591
2604
  return;
2592
2605
  }
2593
2606
  }
@@ -2609,7 +2622,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2609
2622
  class: "joy-dropdown-list",
2610
2623
  style: ee({ width: `${e.width}px`, "max-width": `${e.width}px` })
2611
2624
  }, [
2612
- y.$slots["dropdown-list-header"] || e.reset ? (c(), b("header", zl, [
2625
+ y.$slots["dropdown-list-header"] || e.reset ? (c(), b("header", Pl, [
2613
2626
  e.reset ? (c(), b("button", {
2614
2627
  key: 0,
2615
2628
  type: "button",
@@ -2618,7 +2631,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2618
2631
  }, J(e.resetLabel || "Reset"), 1)) : _("", !0),
2619
2632
  w(y.$slots, "dropdown-list-header", {}, void 0, !0)
2620
2633
  ])) : _("", !0),
2621
- h("div", {
2634
+ g("div", {
2622
2635
  tabindex: "0",
2623
2636
  class: T(["joy-dropdown-list__items", { "joy-dropdown-list__items-slotted": y.$slots["dropdown-list-items"] }]),
2624
2637
  style: ee({ "max-height": `${e.height}px` })
@@ -2633,39 +2646,39 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2633
2646
  "aria-label": e.ariaLabel,
2634
2647
  "aria-labelledby": e.ariaLabelledBy
2635
2648
  }, [
2636
- (c(!0), b(W, null, U(e.options, (g) => (c(), b("li", {
2637
- id: g.id,
2638
- key: g.id,
2649
+ (c(!0), b(W, null, U(e.options, (h) => (c(), b("li", {
2650
+ id: h.id,
2651
+ key: h.id,
2639
2652
  style: ee({ "max-width": `${e.width}px` }),
2640
2653
  class: T([
2641
2654
  "joy-dropdown-list__item",
2642
2655
  `joy-dropdown-list__item--${e.size}`,
2643
2656
  {
2644
- "joy-dropdown-list__item--selected": a.value(g),
2645
- "joy-dropdown-list__item--disabled": g.disabled
2657
+ "joy-dropdown-list__item--selected": a.value(h),
2658
+ "joy-dropdown-list__item--disabled": h.disabled
2646
2659
  }
2647
2660
  ]),
2648
- tabindex: g.disabled ? void 0 : -1,
2649
- "aria-disabled": g.disabled,
2650
- "aria-selected": a.value(g),
2651
- title: g.label,
2652
- "aria-label": g.label,
2653
- ".dataModel": g.value || g.id,
2661
+ tabindex: h.disabled ? void 0 : -1,
2662
+ "aria-disabled": h.disabled,
2663
+ "aria-selected": a.value(h),
2664
+ title: h.label,
2665
+ "aria-label": h.label,
2666
+ ".dataModel": h.value || h.id,
2654
2667
  role: "option",
2655
- onClick: ($) => r(g)
2668
+ onClick: ($) => r(h)
2656
2669
  }, [
2657
- w(y.$slots, "label", H({ ref_for: !0 }, g), () => [
2658
- h("span", null, J(g.label), 1)
2670
+ w(y.$slots, "label", H({ ref_for: !0 }, h), () => [
2671
+ g("span", null, J(h.label), 1)
2659
2672
  ], !0)
2660
- ], 46, Ml))), 128))
2661
- ], 8, Jl)) : _("", !0)
2673
+ ], 46, Ol))), 128))
2674
+ ], 8, Fl)) : _("", !0)
2662
2675
  ], 6),
2663
- y.$slots["dropdown-list-footer"] ? (c(), b("footer", Pl, [
2676
+ y.$slots["dropdown-list-footer"] ? (c(), b("footer", Dl, [
2664
2677
  w(y.$slots, "dropdown-list-footer", {}, void 0, !0)
2665
2678
  ])) : _("", !0)
2666
2679
  ], 4));
2667
2680
  }
2668
- }), Ol = /* @__PURE__ */ A(Fl, [["__scopeId", "data-v-7a3292aa"]]), Dl = /* @__PURE__ */ L({
2681
+ }), Nl = /* @__PURE__ */ A(Rl, [["__scopeId", "data-v-7a3292aa"]]), ql = /* @__PURE__ */ L({
2669
2682
  __name: "VJoyDropdown",
2670
2683
  props: {
2671
2684
  /** DOM valid selector to give to Vue3 Teleport "to" property */
@@ -2777,11 +2790,11 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2777
2790
  i.value = !1, p.value = !1, o("dropdown:hide");
2778
2791
  }, 300);
2779
2792
  }
2780
- function g() {
2793
+ function h() {
2781
2794
  p.value = !1, m && clearTimeout(m), i.value = !0, o("dropdown:open");
2782
2795
  }
2783
2796
  function $(k) {
2784
- k.stopPropagation(), i.value ? j() : g(), u.value = k.target;
2797
+ k.stopPropagation(), i.value ? j() : h(), u.value = k.target;
2785
2798
  }
2786
2799
  function j() {
2787
2800
  v(), x();
@@ -2798,7 +2811,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2798
2811
  function P() {
2799
2812
  !r.value || !r.value.children.length || (r.value.children[0].id = d);
2800
2813
  }
2801
- return al(v), te(() => {
2814
+ return sl(v), te(() => {
2802
2815
  P();
2803
2816
  }), t({
2804
2817
  showDropdownList: i,
@@ -2811,7 +2824,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2811
2824
  onTrigger: v
2812
2825
  }, {
2813
2826
  default: z(() => [
2814
- h("div", {
2827
+ g("div", {
2815
2828
  ref_key: "button",
2816
2829
  ref: r,
2817
2830
  class: "joy-dropdown__button",
@@ -2835,7 +2848,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2835
2848
  ]),
2836
2849
  style: ee(y.value)
2837
2850
  }, [
2838
- O(Ol, {
2851
+ O(Nl, {
2839
2852
  "model-value": e.modelValue,
2840
2853
  options: e.options,
2841
2854
  size: e.size,
@@ -2850,7 +2863,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2850
2863
  }, ft({
2851
2864
  label: z((S) => [
2852
2865
  w(k.$slots, "dropdown-item", Co(Vo(S)), () => [
2853
- h("span", null, J(S.label), 1)
2866
+ g("span", null, J(S.label), 1)
2854
2867
  ], !0)
2855
2868
  ]),
2856
2869
  _: 2
@@ -2882,13 +2895,13 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2882
2895
  _: 3
2883
2896
  }, 512));
2884
2897
  }
2885
- }), ou = /* @__PURE__ */ A(Dl, [["__scopeId", "data-v-8d25933f"]]), Rl = { class: "joy-dropzone__icon-wrapper" }, Nl = /* @__PURE__ */ L({
2898
+ }), su = /* @__PURE__ */ A(ql, [["__scopeId", "data-v-8d25933f"]]), Hl = { class: "joy-dropzone__icon-wrapper" }, Wl = /* @__PURE__ */ L({
2886
2899
  __name: "VJoyDropzoneIcon",
2887
2900
  props: {
2888
2901
  name: { type: String, required: !0 }
2889
2902
  },
2890
2903
  setup(e) {
2891
- return (t, l) => (c(), b("div", Rl, [
2904
+ return (t, l) => (c(), b("div", Hl, [
2892
2905
  O(N, {
2893
2906
  "aria-hidden": "true",
2894
2907
  name: e.name,
@@ -2896,13 +2909,13 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2896
2909
  }, null, 8, ["name"])
2897
2910
  ]));
2898
2911
  }
2899
- }), Zt = /* @__PURE__ */ A(Nl, [["__scopeId", "data-v-5a2d1889"]]), ql = { class: "joy-dropzone__file__description" }, Hl = { class: "joy-dropzone__file__name" }, Wl = {
2912
+ }), Zt = /* @__PURE__ */ A(Wl, [["__scopeId", "data-v-5a2d1889"]]), Ul = { class: "joy-dropzone__file__description" }, Gl = { class: "joy-dropzone__file__name" }, Yl = {
2900
2913
  key: 0,
2901
2914
  class: "joy-dropzone__file__information"
2902
- }, Ul = {
2915
+ }, Kl = {
2903
2916
  key: 1,
2904
2917
  class: "joy-dropzone__file__error"
2905
- }, Gl = /* @__PURE__ */ L({
2918
+ }, Zl = /* @__PURE__ */ L({
2906
2919
  __name: "VJoyDropzoneFileItem",
2907
2920
  props: {
2908
2921
  file: {},
@@ -2927,12 +2940,12 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2927
2940
  name: "file-check",
2928
2941
  class: "joy-dropzone__file__icon"
2929
2942
  }),
2930
- h("div", ql, [
2931
- h("span", Hl, J(l.file.name), 1),
2932
- t.information ? (c(), b("div", Wl, [
2943
+ g("div", Ul, [
2944
+ g("span", Gl, J(l.file.name), 1),
2945
+ t.information ? (c(), b("div", Yl, [
2933
2946
  w(o.$slots, "information", { file: o.file }, void 0, !0)
2934
2947
  ])) : _("", !0),
2935
- o.error ? (c(), b("p", Ul, J(o.error), 1)) : _("", !0)
2948
+ o.error ? (c(), b("p", Kl, J(o.error), 1)) : _("", !0)
2936
2949
  ]),
2937
2950
  O(re, {
2938
2951
  "column-gap": "1",
@@ -2967,13 +2980,13 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2967
2980
  _: 3
2968
2981
  }));
2969
2982
  }
2970
- }), Yl = /* @__PURE__ */ A(Gl, [["__scopeId", "data-v-f47da94a"]]), Kl = ["name", "accept", "multiple"], Zl = ["for"], Xl = {
2983
+ }), Xl = /* @__PURE__ */ A(Zl, [["__scopeId", "data-v-f47da94a"]]), Ql = ["name", "accept", "multiple"], ea = ["for"], ta = {
2971
2984
  key: 0,
2972
2985
  class: "joy-dropzone__files"
2973
- }, Ql = { class: "joy-dropzone__instruction__text" }, ea = {
2986
+ }, oa = { class: "joy-dropzone__instruction__text" }, na = {
2974
2987
  key: 0,
2975
2988
  class: "joy-dropzone__legend"
2976
- }, ta = /* @__PURE__ */ L({
2989
+ }, la = /* @__PURE__ */ L({
2977
2990
  __name: "VJoyDropzone",
2978
2991
  props: /* @__PURE__ */ xo({
2979
2992
  name: {},
@@ -2991,7 +3004,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
2991
3004
  }),
2992
3005
  emits: ["update:modelValue"],
2993
3006
  setup(e, { expose: t }) {
2994
- const l = G(), o = e, n = To(e, "modelValue"), i = C(y(n.value)), a = C(), r = C(), s = C(), { isOverDropZone: u } = Sn(r, {
3007
+ const l = G(), o = e, n = To(e, "modelValue"), i = C(y(n.value)), a = C(), r = C(), s = C(), { isOverDropZone: u } = xn(r, {
2995
3008
  onDrop: x
2996
3009
  }), p = V(() => n.value.filter((S) => S instanceof File)), d = V(() => o.multiple || p.value.length === 0 ? void 0 : v(p.value[0]));
2997
3010
  function f(S) {
@@ -3014,7 +3027,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3014
3027
  if (!F)
3015
3028
  return o.errorTextMaxSize;
3016
3029
  }
3017
- function g() {
3030
+ function h() {
3018
3031
  a.value = void 0, s.value && s.value.click();
3019
3032
  }
3020
3033
  function $() {
@@ -3056,12 +3069,12 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3056
3069
  "joy-dropzone--empty": n.value.length === 0
3057
3070
  }])
3058
3071
  }, [
3059
- h("div", {
3072
+ g("div", {
3060
3073
  ref_key: "dropzoneAreaRef",
3061
3074
  ref: r,
3062
3075
  class: "joy-dropzone__area"
3063
3076
  }, [
3064
- h("input", {
3077
+ g("input", {
3065
3078
  ref_key: "inputRef",
3066
3079
  ref: s,
3067
3080
  name: S.name,
@@ -3071,13 +3084,13 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3071
3084
  tabindex: "-1",
3072
3085
  onChange: j,
3073
3086
  onClick: $
3074
- }, null, 40, Kl),
3075
- h("label", {
3087
+ }, null, 40, Ql),
3088
+ g("label", {
3076
3089
  for: S.name,
3077
3090
  class: "joy-dropzone__label"
3078
3091
  }, [
3079
- n.value.length > 0 ? (c(), b("div", Xl, [
3080
- (c(!0), b(W, null, U(n.value, (F, Y) => (c(), I(Yl, {
3092
+ n.value.length > 0 ? (c(), b("div", ta, [
3093
+ (c(!0), b(W, null, U(n.value, (F, Y) => (c(), I(Xl, {
3081
3094
  key: `${F.name}_${Y}`,
3082
3095
  file: F,
3083
3096
  error: S.multiple ? v(F) : void 0,
@@ -3107,14 +3120,14 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3107
3120
  wrap: "nowrap",
3108
3121
  "no-margin": "",
3109
3122
  class: "joy-dropzone__instruction",
3110
- onClick: g
3123
+ onClick: h
3111
3124
  }, {
3112
3125
  default: z(() => [
3113
3126
  O(Zt, {
3114
3127
  name: "add",
3115
3128
  class: "joy-dropzone__instruction__icon"
3116
3129
  }),
3117
- h("p", Ql, [
3130
+ g("p", oa, [
3118
3131
  w(S.$slots, "dropzone-description", {}, () => [
3119
3132
  M[0] || (M[0] = D("Drop your file here or click here"))
3120
3133
  ], !0)
@@ -3122,9 +3135,9 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3122
3135
  ]),
3123
3136
  _: 3
3124
3137
  })) : _("", !0)
3125
- ], 8, Zl)
3138
+ ], 8, ea)
3126
3139
  ], 512),
3127
- l["dropzone-legend"] ? (c(), b("div", ea, [
3140
+ l["dropzone-legend"] ? (c(), b("div", na, [
3128
3141
  w(S.$slots, "dropzone-legend", {}, void 0, !0)
3129
3142
  ])) : _("", !0),
3130
3143
  d.value ? (c(), I(mt, {
@@ -3134,7 +3147,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3134
3147
  }, null, 8, ["no-html-error-text"])) : _("", !0)
3135
3148
  ], 2));
3136
3149
  }
3137
- }), nu = /* @__PURE__ */ A(ta, [["__scopeId", "data-v-b0b187bf"]]), oa = ["aria-label"], na = { class: "joy-filter-bar__wrapper" }, la = /* @__PURE__ */ L({
3150
+ }), uu = /* @__PURE__ */ A(la, [["__scopeId", "data-v-b0b187bf"]]), aa = ["aria-label"], ra = { class: "joy-filter-bar__wrapper" }, ia = /* @__PURE__ */ L({
3138
3151
  __name: "VJoyFilterBar",
3139
3152
  props: {
3140
3153
  /** To give a label to the whole component */
@@ -3146,12 +3159,12 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3146
3159
  role: "group",
3147
3160
  "aria-label": e.ariaLabel || "Filter bar"
3148
3161
  }, [
3149
- h("div", na, [
3162
+ g("div", ra, [
3150
3163
  w(t.$slots, "default", {}, void 0, !0)
3151
3164
  ])
3152
- ], 8, oa));
3165
+ ], 8, aa));
3153
3166
  }
3154
- }), lu = /* @__PURE__ */ A(la, [["__scopeId", "data-v-cb769d05"]]), aa = /* @__PURE__ */ L({
3167
+ }), du = /* @__PURE__ */ A(ia, [["__scopeId", "data-v-cb769d05"]]), sa = /* @__PURE__ */ L({
3155
3168
  __name: "VJoyFilterBarButton",
3156
3169
  props: {
3157
3170
  /** Label to inject inside the button */
@@ -3188,7 +3201,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3188
3201
  })) : _("", !0)
3189
3202
  ], 2));
3190
3203
  }
3191
- }), au = /* @__PURE__ */ A(aa, [["__scopeId", "data-v-cfb21c78"]]), ra = /* @__PURE__ */ L({
3204
+ }), cu = /* @__PURE__ */ A(sa, [["__scopeId", "data-v-cfb21c78"]]), ua = /* @__PURE__ */ L({
3192
3205
  __name: "VJoyFormFieldSkeleton",
3193
3206
  props: {
3194
3207
  /** In some cases you'll need to inject the error in the DOM but hide it. Visible by default */
@@ -3226,7 +3239,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3226
3239
  })
3227
3240
  }, null, 6));
3228
3241
  }
3229
- }), ru = /* @__PURE__ */ A(ra, [["__scopeId", "data-v-235a3b9e"]]), ia = { class: "joy-funnel__header" }, sa = { class: "funnel__header__inner" }, ua = /* @__PURE__ */ L({
3242
+ }), fu = /* @__PURE__ */ A(ua, [["__scopeId", "data-v-235a3b9e"]]), da = { class: "joy-funnel__header" }, ca = { class: "funnel__header__inner" }, fa = /* @__PURE__ */ L({
3230
3243
  __name: "VJoyFunnel",
3231
3244
  props: {
3232
3245
  /**
@@ -3265,8 +3278,8 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3265
3278
  }
3266
3279
  ])
3267
3280
  }, [
3268
- h("div", ia, [
3269
- h("div", sa, [
3281
+ g("div", da, [
3282
+ g("div", ca, [
3270
3283
  w(s.$slots, "funnel-header", {}, void 0, !0)
3271
3284
  ])
3272
3285
  ]),
@@ -3282,16 +3295,16 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3282
3295
  }, u[0] || (u[0] = [
3283
3296
  Dt('<div class="shapes__wrapper" data-v-e2fccb79><div class="shape_1" data-v-e2fccb79></div><div class="shape_2" data-v-e2fccb79></div><div class="shape_3" data-v-e2fccb79></div><div class="shape_4" data-v-e2fccb79></div></div>', 1)
3284
3297
  ]), 2)),
3285
- h("div", {
3298
+ g("div", {
3286
3299
  class: T(["joy-funnel__stepper", { "joy-funnel__stepper--medium": e.layoutWidth === "medium" }])
3287
3300
  }, [
3288
3301
  w(s.$slots, "funnel-stepper", {}, void 0, !0)
3289
3302
  ], 2),
3290
- h("div", {
3303
+ g("div", {
3291
3304
  class: "joy-funnel__scrollable",
3292
3305
  onScroll: i
3293
3306
  }, [
3294
- h("div", {
3307
+ g("div", {
3295
3308
  class: T(["joy-funnel__content", { "joy-funnel__content--medium": e.layoutWidth === "medium" }])
3296
3309
  }, [
3297
3310
  w(s.$slots, "default", {}, void 0, !0)
@@ -3299,31 +3312,31 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3299
3312
  ], 32)
3300
3313
  ], 2));
3301
3314
  }
3302
- }), iu = /* @__PURE__ */ A(ua, [["__scopeId", "data-v-e2fccb79"]]), da = { class: "joy-funnel-footer" }, ca = { class: "joy-funnel-footer__left" }, fa = { class: "joy-funnel-footer__right" }, pa = /* @__PURE__ */ L({
3315
+ }), pu = /* @__PURE__ */ A(fa, [["__scopeId", "data-v-e2fccb79"]]), pa = { class: "joy-funnel-footer" }, ya = { class: "joy-funnel-footer__left" }, ma = { class: "joy-funnel-footer__right" }, va = /* @__PURE__ */ L({
3303
3316
  __name: "VJoyFunnelFooter",
3304
3317
  setup(e) {
3305
- return (t, l) => (c(), b("footer", da, [
3306
- h("div", ca, [
3318
+ return (t, l) => (c(), b("footer", pa, [
3319
+ g("div", ya, [
3307
3320
  w(t.$slots, "footer-left", {}, void 0, !0)
3308
3321
  ]),
3309
- h("div", fa, [
3322
+ g("div", ma, [
3310
3323
  w(t.$slots, "footer-right", {}, void 0, !0)
3311
3324
  ])
3312
3325
  ]));
3313
3326
  }
3314
- }), su = /* @__PURE__ */ A(pa, [["__scopeId", "data-v-bdeeb2bd"]]), ya = { class: "joy-header" }, ma = { class: "joy-header__left" }, va = { class: "joy-header__right" }, ha = /* @__PURE__ */ L({
3327
+ }), yu = /* @__PURE__ */ A(va, [["__scopeId", "data-v-bdeeb2bd"]]), ga = { class: "joy-header" }, ha = { class: "joy-header__left" }, ba = { class: "joy-header__right" }, wa = /* @__PURE__ */ L({
3315
3328
  __name: "VJoyHeader",
3316
3329
  setup(e) {
3317
- return (t, l) => (c(), b("header", ya, [
3318
- h("div", ma, [
3330
+ return (t, l) => (c(), b("header", ga, [
3331
+ g("div", ha, [
3319
3332
  w(t.$slots, "header-left", {}, void 0, !0)
3320
3333
  ]),
3321
- h("div", va, [
3334
+ g("div", ba, [
3322
3335
  w(t.$slots, "header-right", {}, void 0, !0)
3323
3336
  ])
3324
3337
  ]));
3325
3338
  }
3326
- }), uu = /* @__PURE__ */ A(ha, [["__scopeId", "data-v-7928856e"]]), ga = { class: "joy-highlight__decorator" }, ba = { class: "joy-highlight__text" }, wa = { key: 0 }, _a = /* @__PURE__ */ L({
3339
+ }), mu = /* @__PURE__ */ A(wa, [["__scopeId", "data-v-7928856e"]]), _a = { class: "joy-highlight__decorator" }, ja = { class: "joy-highlight__text" }, ka = { key: 0 }, $a = /* @__PURE__ */ L({
3327
3340
  __name: "VJoyHighlight",
3328
3341
  props: {
3329
3342
  accent: {
@@ -3364,7 +3377,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3364
3377
  }
3365
3378
  ])
3366
3379
  }, [
3367
- h("div", ga, [
3380
+ g("div", _a, [
3368
3381
  w(n.$slots, "highlight-decorator", {}, () => [
3369
3382
  e.displayIcon ? (c(), I(N, {
3370
3383
  key: 0,
@@ -3372,15 +3385,15 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3372
3385
  }, null, 8, ["name"])) : _("", !0)
3373
3386
  ], !0)
3374
3387
  ]),
3375
- h("div", ba, [
3376
- n.$slots["highlight-title"] ? (c(), b("strong", wa, [
3388
+ g("div", ja, [
3389
+ n.$slots["highlight-title"] ? (c(), b("strong", ka, [
3377
3390
  w(n.$slots, "highlight-title", {}, void 0, !0)
3378
3391
  ])) : _("", !0),
3379
3392
  w(n.$slots, "default", {}, void 0, !0)
3380
3393
  ])
3381
3394
  ], 2));
3382
3395
  }
3383
- }), du = /* @__PURE__ */ A(_a, [["__scopeId", "data-v-e5c2ff23"]]), ja = ["aria-label"], ka = /* @__PURE__ */ L({
3396
+ }), vu = /* @__PURE__ */ A($a, [["__scopeId", "data-v-e5c2ff23"]]), Sa = ["aria-label"], Ca = /* @__PURE__ */ L({
3384
3397
  __name: "VJoyIndicator",
3385
3398
  props: {
3386
3399
  /** Value is used for the parent v-model. Mandatory */
@@ -3406,14 +3419,14 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3406
3419
  return (t, l) => (c(), b("li", {
3407
3420
  class: T(["joy-indicator", `joy-indicator--${e.variant}`, { "joy-indicator--selected": e.selected }])
3408
3421
  }, [
3409
- h("button", {
3422
+ g("button", {
3410
3423
  type: "button",
3411
3424
  class: T(["joy-indicator--button", { "joy-indicator--button-selected": e.selected }]),
3412
3425
  "aria-label": e.ariaLabel || e.value.toString()
3413
- }, null, 10, ja)
3426
+ }, null, 10, Sa)
3414
3427
  ], 2));
3415
3428
  }
3416
- }), $a = /* @__PURE__ */ A(ka, [["__scopeId", "data-v-88a82b4f"]]), Sa = /* @__PURE__ */ L({
3429
+ }), Va = /* @__PURE__ */ A(Ca, [["__scopeId", "data-v-88a82b4f"]]), xa = /* @__PURE__ */ L({
3417
3430
  __name: "VJoyIndicators",
3418
3431
  props: {
3419
3432
  variant: {
@@ -3451,7 +3464,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3451
3464
  }), (d, f) => (c(), b("ul", {
3452
3465
  class: T(["joy-indicators", `joy-indicators--${e.variant}`])
3453
3466
  }, [
3454
- (c(!0), b(W, null, U(r.value, (m) => (c(), I($a, H({
3467
+ (c(!0), b(W, null, U(r.value, (m) => (c(), I(Va, H({
3455
3468
  key: m.props.value,
3456
3469
  ref_for: !0
3457
3470
  }, { ...m.props, variant: e.variant }, {
@@ -3460,7 +3473,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3460
3473
  }), null, 16, ["selected", "onClick"]))), 128))
3461
3474
  ], 2));
3462
3475
  }
3463
- }), cu = /* @__PURE__ */ A(Sa, [["__scopeId", "data-v-f2dd63e9"]]), Ca = ["id", "name", "required", "disabled", "readonly", "type", "value"], Va = ["data-unit"], xa = /* @__PURE__ */ L({
3476
+ }), gu = /* @__PURE__ */ A(xa, [["__scopeId", "data-v-f2dd63e9"]]), Ta = ["id", "name", "required", "disabled", "readonly", "type", "value"], Ia = ["data-unit"], La = /* @__PURE__ */ L({
3464
3477
  inheritAttrs: !1,
3465
3478
  __name: "VJoyInput",
3466
3479
  props: {
@@ -3539,7 +3552,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3539
3552
  setup(e, { expose: t, emit: l }) {
3540
3553
  const o = l, n = e, i = Se("VJoyWrapperContext", {}), a = C(), r = C(), s = Ce(), u = G(), p = C(!1), d = C(!1);
3541
3554
  vt(a, n.autofocus);
3542
- const f = V(() => typeof n.modelValue == "number" || !n.clearable || n.unit || !n.modelValue ? !1 : n.modelValue.length > 0 && !n.unit), m = V(() => u.default && u.default()), y = V(() => Object.keys(i).length > 0), v = C(n.type), g = V(() => n.type === "password" && !!n.modelValue);
3555
+ const f = V(() => typeof n.modelValue == "number" || !n.clearable || n.unit || !n.modelValue ? !1 : n.modelValue.length > 0 && !n.unit), m = V(() => u.default && u.default()), y = V(() => Object.keys(i).length > 0), v = C(n.type), h = V(() => n.type === "password" && !!n.modelValue);
3543
3556
  Io(() => {
3544
3557
  v.value = n.unit ? "number" : n.type;
3545
3558
  });
@@ -3579,7 +3592,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3579
3592
  ref: r,
3580
3593
  class: T([`joy-input--${n.size}`])
3581
3594
  }, [
3582
- h("div", {
3595
+ g("div", {
3583
3596
  class: T([
3584
3597
  "joy-input",
3585
3598
  {
@@ -3605,7 +3618,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3605
3618
  ]),
3606
3619
  _: 3
3607
3620
  }, 8, ["for", "required", "optional-label", "size"])) : _("", !0),
3608
- h("div", {
3621
+ g("div", {
3609
3622
  class: T([
3610
3623
  "joy-input--wrapper",
3611
3624
  {
@@ -3616,7 +3629,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3616
3629
  }
3617
3630
  ])
3618
3631
  }, [
3619
- h("input", H(x.$attrs, {
3632
+ g("input", H(x.$attrs, {
3620
3633
  id: e.id || e.name,
3621
3634
  ref_key: "input",
3622
3635
  ref: a,
@@ -3642,7 +3655,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3642
3655
  (...B) => j.onChange && j.onChange(...B)),
3643
3656
  onWheel: E[4] || (E[4] = //@ts-ignore
3644
3657
  (...B) => j.onWheelScroll && j.onWheelScroll(...B))
3645
- }), null, 16, Ca),
3658
+ }), null, 16, Ta),
3646
3659
  f.value ? (c(), I(ne, {
3647
3660
  key: 0,
3648
3661
  class: "joy-input--clear",
@@ -3652,7 +3665,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3652
3665
  icon: "cross",
3653
3666
  onClick: j.clearValue
3654
3667
  }, null, 8, ["onClick"])) : _("", !0),
3655
- g.value ? (c(), I(N, {
3668
+ h.value ? (c(), I(N, {
3656
3669
  key: 1,
3657
3670
  class: "joy-input--password-icon",
3658
3671
  name: d.value ? "eye-masked" : "eye",
@@ -3667,12 +3680,12 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3667
3680
  key: 3,
3668
3681
  "data-unit": e.unit,
3669
3682
  class: "joy-input--unit"
3670
- }, null, 8, Va)) : _("", !0)
3683
+ }, null, 8, Ia)) : _("", !0)
3671
3684
  ], 2)
3672
3685
  ], 2)
3673
3686
  ], 2));
3674
3687
  }
3675
- }), fu = /* @__PURE__ */ A(xa, [["__scopeId", "data-v-aa5a992c"]]), Ta = ["href"], Ia = { class: "joy-link__text" }, La = /* @__PURE__ */ L({
3688
+ }), hu = /* @__PURE__ */ A(La, [["__scopeId", "data-v-aa5a992c"]]), Ba = ["href"], Aa = { class: "joy-link__text" }, Ea = /* @__PURE__ */ L({
3676
3689
  __name: "VJoyLink",
3677
3690
  props: {
3678
3691
  href: {
@@ -3694,14 +3707,14 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3694
3707
  key: 0,
3695
3708
  name: e.icon
3696
3709
  }, null, 8, ["name"])) : _("", !0),
3697
- h("span", Ia, [
3710
+ g("span", Aa, [
3698
3711
  w(t.$slots, "default", {}, () => [
3699
3712
  D(J(e.text), 1)
3700
3713
  ], !0)
3701
3714
  ])
3702
- ], 16, Ta));
3715
+ ], 16, Ba));
3703
3716
  }
3704
- }), pu = /* @__PURE__ */ A(La, [["__scopeId", "data-v-9cfadbae"]]), Ba = { class: "joy-list-item__left" }, Aa = { class: "joy-font-primary-300 joy-m-0" }, Ea = { class: "joy-list-item__right" }, za = /* @__PURE__ */ L({
3717
+ }), bu = /* @__PURE__ */ A(Ea, [["__scopeId", "data-v-9cfadbae"]]), za = { class: "joy-list-item__left" }, Ja = { class: "joy-font-primary-300 joy-m-0" }, Ma = { class: "joy-list-item__right" }, Pa = /* @__PURE__ */ L({
3705
3718
  __name: "VJoyListItem",
3706
3719
  props: {
3707
3720
  icon: {}
@@ -3719,17 +3732,17 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3719
3732
  justify: "space-between"
3720
3733
  }, {
3721
3734
  default: z(() => [
3722
- h("div", Ba, [
3735
+ g("div", za, [
3723
3736
  t.icon ? (c(), I(N, {
3724
3737
  key: 0,
3725
3738
  class: "joy-p-3 joy-list-item__left-icon",
3726
3739
  name: t.icon
3727
3740
  }, null, 8, ["name"])) : _("", !0),
3728
- h("p", Aa, [
3741
+ g("p", Ja, [
3729
3742
  w(t.$slots, "list-item-left", {}, void 0, !0)
3730
3743
  ])
3731
3744
  ]),
3732
- h("div", Ea, [
3745
+ g("div", Ma, [
3733
3746
  w(t.$slots, "list-item-right", {}, void 0, !0)
3734
3747
  ])
3735
3748
  ]),
@@ -3737,7 +3750,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3737
3750
  })
3738
3751
  ]));
3739
3752
  }
3740
- }), yu = /* @__PURE__ */ A(za, [["__scopeId", "data-v-6c3750f0"]]), Ja = ["tabindex", "aria-activedescendant", "aria-label"], Ma = ["aria-disabled", "aria-current", "title", "aria-label", ".dataModel", "onClick"], Pa = { "aria-hidden": "true" }, Fa = /* @__PURE__ */ L({
3753
+ }), wu = /* @__PURE__ */ A(Pa, [["__scopeId", "data-v-6c3750f0"]]), Fa = ["tabindex", "aria-activedescendant", "aria-label"], Oa = ["aria-disabled", "aria-current", "title", "aria-label", ".dataModel", "onClick"], Da = { "aria-hidden": "true" }, Ra = /* @__PURE__ */ L({
3741
3754
  __name: "VJoyMenu",
3742
3755
  props: {
3743
3756
  /**
@@ -3822,26 +3835,26 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3822
3835
  "aria-label": v.label,
3823
3836
  ".dataModel": v.value || v.id,
3824
3837
  role: "menuitem",
3825
- onClick: (g) => r(v)
3838
+ onClick: (h) => r(v)
3826
3839
  }, [
3827
- h("div", Pa, [
3840
+ g("div", Da, [
3828
3841
  w(f.$slots, "menu-item", H({ ref_for: !0 }, v), () => [
3829
3842
  v.icon ? (c(), I(N, {
3830
3843
  key: 0,
3831
3844
  name: v.icon
3832
3845
  }, null, 8, ["name"])) : _("", !0),
3833
- h("span", null, J(v.label), 1)
3846
+ g("span", null, J(v.label), 1)
3834
3847
  ], !0)
3835
3848
  ])
3836
- ], 42, Ma)), [
3849
+ ], 42, Oa)), [
3837
3850
  [y, { id: u(v) }]
3838
3851
  ])), 128))
3839
- ], 40, Ja);
3852
+ ], 40, Fa);
3840
3853
  };
3841
3854
  }
3842
- }), mu = /* @__PURE__ */ A(Fa, [["__scopeId", "data-v-895583e2"]]), Oa = ["id"], Da = {
3855
+ }), _u = /* @__PURE__ */ A(Ra, [["__scopeId", "data-v-895583e2"]]), Na = ["id"], qa = {
3843
3856
  class: /* @__PURE__ */ T(["joy-multi-checkbox"])
3844
- }, Ra = /* @__PURE__ */ L({
3857
+ }, Ha = /* @__PURE__ */ L({
3845
3858
  __name: "VJoyMultiCheckbox",
3846
3859
  props: {
3847
3860
  options: {},
@@ -3879,7 +3892,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3879
3892
  ]),
3880
3893
  _: 1
3881
3894
  }, 8, ["required", "optional-label", "size"])) : _("", !0),
3882
- h("div", Da, [
3895
+ g("div", qa, [
3883
3896
  (c(!0), b(W, null, U(a.options, (s) => (c(), I(Kt, {
3884
3897
  id: s.id,
3885
3898
  key: s.id,
@@ -3896,9 +3909,9 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3896
3909
  _: 2
3897
3910
  }, 1032, ["id", "name", "value", "checked", "onUpdate:checked"]))), 128))
3898
3911
  ])
3899
- ], 8, Oa));
3912
+ ], 8, Na));
3900
3913
  }
3901
- }), vu = /* @__PURE__ */ A(Ra, [["__scopeId", "data-v-c82c5828"]]), It = /* @__PURE__ */ L({
3914
+ }), ju = /* @__PURE__ */ A(Ha, [["__scopeId", "data-v-c82c5828"]]), It = /* @__PURE__ */ L({
3902
3915
  __name: "PaginationIcon",
3903
3916
  props: {
3904
3917
  label: {
@@ -3929,7 +3942,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3929
3942
  onClick: l[0] || (l[0] = (o) => t.$emit("click"))
3930
3943
  }, null, 8, ["label", "title", "icon", "disabled"]));
3931
3944
  }
3932
- }), Na = ["aria-label", "data-current"], qa = ["onClick"], Ha = ["aria-current"], Wa = 6, Ua = /* @__PURE__ */ L({
3945
+ }), Wa = ["aria-label", "data-current"], Ua = ["onClick"], Ga = ["aria-current"], Ya = 6, Ka = /* @__PURE__ */ L({
3933
3946
  __name: "VJoyPagination",
3934
3947
  props: {
3935
3948
  /** Current page number */
@@ -3963,7 +3976,7 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3963
3976
  const l = e, o = t, n = V(() => {
3964
3977
  const p = a.value.length;
3965
3978
  return a.value[p - 1] !== a.value[p - 2] + 1;
3966
- }), i = V(() => a.value[0] !== a.value[1] - 1), a = V(() => l.totalPages === 1 ? [1] : l.totalPages < Wa ? s(2, l.totalPages - 1) : u(l.currentPage));
3979
+ }), i = V(() => a.value[0] !== a.value[1] - 1), a = V(() => l.totalPages === 1 ? [1] : l.totalPages < Ya ? s(2, l.totalPages - 1) : u(l.currentPage));
3967
3980
  function r(p, d) {
3968
3981
  l.currentPage === 1 && d === "prev" || l.currentPage === l.totalPages && d === "next" || o("update:current-page", p);
3969
3982
  }
@@ -3984,8 +3997,8 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3984
3997
  class: "joy-pagination",
3985
3998
  "data-current": e.currentPage
3986
3999
  }, [
3987
- h("ul", null, [
3988
- h("li", {
4000
+ g("ul", null, [
4001
+ g("li", {
3989
4002
  class: "joy-pagination__item joy-pagination__previous",
3990
4003
  onClick: d[0] || (d[0] = (f) => r(e.currentPage - 1, "prev"))
3991
4004
  }, [
@@ -3996,8 +4009,8 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
3996
4009
  }, null, 8, ["label", "disabled"])
3997
4010
  ], !0)
3998
4011
  ]),
3999
- h("li", null, [
4000
- h("ul", null, [
4012
+ g("li", null, [
4013
+ g("ul", null, [
4001
4014
  (c(!0), b(W, null, U(a.value, (f) => (c(), b("li", {
4002
4015
  key: f,
4003
4016
  class: T({
@@ -4010,15 +4023,15 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
4010
4023
  onClick: (m) => r(f)
4011
4024
  }, [
4012
4025
  w(p.$slots, "page", H({ ref_for: !0 }, { page: f }), () => [
4013
- h("button", {
4026
+ g("button", {
4014
4027
  type: "button",
4015
4028
  "aria-current": f === e.currentPage ? "true" : "false"
4016
- }, J(f), 9, Ha)
4029
+ }, J(f), 9, Ga)
4017
4030
  ], !0)
4018
- ], 10, qa))), 128))
4031
+ ], 10, Ua))), 128))
4019
4032
  ])
4020
4033
  ]),
4021
- h("li", {
4034
+ g("li", {
4022
4035
  class: "joy-pagination__next",
4023
4036
  onClick: d[1] || (d[1] = (f) => r(e.currentPage + 1, "next"))
4024
4037
  }, [
@@ -4031,12 +4044,12 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
4031
4044
  ], !0)
4032
4045
  ])
4033
4046
  ])
4034
- ], 8, Na));
4047
+ ], 8, Wa));
4035
4048
  }
4036
- }), hu = /* @__PURE__ */ A(Ua, [["__scopeId", "data-v-7e82041f"]]), Ga = { class: "joy-screen-loader__content" }, Ya = {
4049
+ }), ku = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-7e82041f"]]), Za = { class: "joy-screen-loader__content" }, Xa = {
4037
4050
  key: 0,
4038
4051
  class: "joy-screen-loader__content"
4039
- }, Ka = /* @__PURE__ */ L({
4052
+ }, Qa = /* @__PURE__ */ L({
4040
4053
  __name: "VJoyScreenLoader",
4041
4054
  props: {
4042
4055
  /** Light or dark. Changes the spinner and background color */
@@ -4054,31 +4067,31 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
4054
4067
  return (t, l) => (c(), b("div", {
4055
4068
  class: T(["joy-screen-loader", `joy-screen-loader--${e.color}`, { "joy-screen-loader--overlay": e.overlay }])
4056
4069
  }, [
4057
- h("div", Ga, [
4070
+ g("div", Za, [
4058
4071
  w(t.$slots, "spinner", {}, () => [
4059
4072
  O(Ut, {
4060
4073
  color: e.color === "dark" ? "white" : "teal"
4061
4074
  }, null, 8, ["color"])
4062
4075
  ], !0),
4063
- t.$slots.content ? (c(), b("div", Ya, [
4076
+ t.$slots.content ? (c(), b("div", Xa, [
4064
4077
  w(t.$slots, "content", {}, void 0, !0)
4065
4078
  ])) : _("", !0)
4066
4079
  ])
4067
4080
  ], 2));
4068
4081
  }
4069
- }), Xt = /* @__PURE__ */ A(Ka, [["__scopeId", "data-v-266b7e2a"]]), Za = {
4082
+ }), Xt = /* @__PURE__ */ A(Qa, [["__scopeId", "data-v-266b7e2a"]]), er = {
4070
4083
  key: 0,
4071
4084
  class: /* @__PURE__ */ T(["joy-panel__header"])
4072
- }, Xa = {
4085
+ }, tr = {
4073
4086
  key: 1,
4074
4087
  class: "joy-panel__header-action"
4075
- }, Qa = {
4088
+ }, or = {
4076
4089
  key: 2,
4077
4090
  class: "joy-panel__header-subtitle"
4078
- }, er = { class: "joy-panel__body" }, tr = {
4091
+ }, nr = { class: "joy-panel__body" }, lr = {
4079
4092
  key: 1,
4080
4093
  class: "joy-panel__footer"
4081
- }, or = /* @__PURE__ */ L({
4094
+ }, ar = /* @__PURE__ */ L({
4082
4095
  __name: "VJoyPanel",
4083
4096
  props: {
4084
4097
  flex: {
@@ -4125,24 +4138,24 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
4125
4138
  }
4126
4139
  ])
4127
4140
  }, [
4128
- i.value ? (c(), b("header", Za, [
4141
+ i.value ? (c(), b("header", er, [
4129
4142
  o["panel-title"] ? (c(), b("div", {
4130
4143
  key: 0,
4131
4144
  class: T(["joy-panel__header-title", `joy-panel__header-title--${e.titleSize}`])
4132
4145
  }, [
4133
4146
  w(a.$slots, "panel-title", {}, void 0, !0)
4134
4147
  ], 2)) : _("", !0),
4135
- o["panel-title-action"] ? (c(), b("div", Xa, [
4148
+ o["panel-title-action"] ? (c(), b("div", tr, [
4136
4149
  w(a.$slots, "panel-title-action", {}, void 0, !0)
4137
4150
  ])) : _("", !0),
4138
- o["panel-subtitle"] ? (c(), b("div", Qa, [
4151
+ o["panel-subtitle"] ? (c(), b("div", or, [
4139
4152
  w(a.$slots, "panel-subtitle", {}, void 0, !0)
4140
4153
  ])) : _("", !0)
4141
4154
  ])) : _("", !0),
4142
- h("div", er, [
4155
+ g("div", nr, [
4143
4156
  w(a.$slots, "panel-body", {}, void 0, !0)
4144
4157
  ]),
4145
- o["panel-action"] ? (c(), b("footer", tr, [
4158
+ o["panel-action"] ? (c(), b("footer", lr, [
4146
4159
  w(a.$slots, "panel-action", {}, void 0, !0)
4147
4160
  ])) : _("", !0),
4148
4161
  e.loading ? (c(), I(Xt, {
@@ -4157,40 +4170,40 @@ const rl = { class: "joy-counter" }, il = ["aria-label", "disabled"], sl = { cla
4157
4170
  }, 8, ["color"])) : _("", !0)
4158
4171
  ], 6));
4159
4172
  }
4160
- }), gu = /* @__PURE__ */ A(or, [["__scopeId", "data-v-bf00f207"]]), nr = { class: "joy-panel-section" }, lr = {
4173
+ }), $u = /* @__PURE__ */ A(ar, [["__scopeId", "data-v-bf00f207"]]), rr = { class: "joy-panel-section" }, ir = {
4161
4174
  key: 0,
4162
4175
  class: "joy-panel-section__title"
4163
- }, ar = {
4176
+ }, sr = {
4164
4177
  key: 1,
4165
4178
  class: "joy-panel-section__content"
4166
- }, rr = /* @__PURE__ */ L({
4179
+ }, ur = /* @__PURE__ */ L({
4167
4180
  __name: "VJoyPanelSection",
4168
4181
  setup(e) {
4169
4182
  const t = G();
4170
- return (l, o) => (c(), b("div", nr, [
4171
- q(t)["panel-section-title"] ? (c(), b("div", lr, [
4183
+ return (l, o) => (c(), b("div", rr, [
4184
+ q(t)["panel-section-title"] ? (c(), b("div", ir, [
4172
4185
  w(l.$slots, "panel-section-title", {}, void 0, !0)
4173
4186
  ])) : _("", !0),
4174
- q(t)["panel-section-content"] ? (c(), b("div", ar, [
4187
+ q(t)["panel-section-content"] ? (c(), b("div", sr, [
4175
4188
  w(l.$slots, "panel-section-content", {}, void 0, !0)
4176
4189
  ])) : _("", !0)
4177
4190
  ]));
4178
4191
  }
4179
- }), bu = /* @__PURE__ */ A(rr, [["__scopeId", "data-v-d88510ab"]]), ir = {}, sr = { class: "joy-product-tour-spotlight" };
4180
- function ur(e, t) {
4181
- return c(), b("div", sr);
4192
+ }), Su = /* @__PURE__ */ A(ur, [["__scopeId", "data-v-d88510ab"]]), dr = {}, cr = { class: "joy-product-tour-spotlight" };
4193
+ function fr(e, t) {
4194
+ return c(), b("div", cr);
4182
4195
  }
4183
- const dr = /* @__PURE__ */ A(ir, [["render", ur], ["__scopeId", "data-v-fbaf8e78"]]), at = Math.min, cr = Math.max, fr = {
4196
+ const pr = /* @__PURE__ */ A(dr, [["render", fr], ["__scopeId", "data-v-fbaf8e78"]]), at = Math.min, yr = Math.max, mr = {
4184
4197
  left: "right",
4185
4198
  right: "left",
4186
4199
  bottom: "top",
4187
4200
  top: "bottom"
4188
- }, pr = {
4201
+ }, vr = {
4189
4202
  start: "end",
4190
4203
  end: "start"
4191
4204
  };
4192
4205
  function rt(e, t, l) {
4193
- return cr(e, at(t, l));
4206
+ return yr(e, at(t, l));
4194
4207
  }
4195
4208
  function je(e, t) {
4196
4209
  return typeof e == "function" ? e(t) : e;
@@ -4201,32 +4214,32 @@ function ve(e) {
4201
4214
  function De(e) {
4202
4215
  return e.split("-")[1];
4203
4216
  }
4204
- function ht(e) {
4217
+ function gt(e) {
4205
4218
  return e === "x" ? "y" : "x";
4206
4219
  }
4207
- function gt(e) {
4220
+ function ht(e) {
4208
4221
  return e === "y" ? "height" : "width";
4209
4222
  }
4210
4223
  function ke(e) {
4211
4224
  return ["top", "bottom"].includes(ve(e)) ? "y" : "x";
4212
4225
  }
4213
4226
  function bt(e) {
4214
- return ht(ke(e));
4227
+ return gt(ke(e));
4215
4228
  }
4216
- function yr(e, t, l) {
4229
+ function gr(e, t, l) {
4217
4230
  l === void 0 && (l = !1);
4218
- const o = De(e), n = bt(e), i = gt(n);
4231
+ const o = De(e), n = bt(e), i = ht(n);
4219
4232
  let a = n === "x" ? o === (l ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
4220
4233
  return t.reference[i] > t.floating[i] && (a = Ue(a)), [a, Ue(a)];
4221
4234
  }
4222
- function mr(e) {
4235
+ function hr(e) {
4223
4236
  const t = Ue(e);
4224
4237
  return [it(e), t, it(t)];
4225
4238
  }
4226
4239
  function it(e) {
4227
- return e.replace(/start|end/g, (t) => pr[t]);
4240
+ return e.replace(/start|end/g, (t) => vr[t]);
4228
4241
  }
4229
- function vr(e, t, l) {
4242
+ function br(e, t, l) {
4230
4243
  const o = ["left", "right"], n = ["right", "left"], i = ["top", "bottom"], a = ["bottom", "top"];
4231
4244
  switch (e) {
4232
4245
  case "top":
@@ -4239,15 +4252,15 @@ function vr(e, t, l) {
4239
4252
  return [];
4240
4253
  }
4241
4254
  }
4242
- function hr(e, t, l, o) {
4255
+ function wr(e, t, l, o) {
4243
4256
  const n = De(e);
4244
- let i = vr(ve(e), l === "start", o);
4257
+ let i = br(ve(e), l === "start", o);
4245
4258
  return n && (i = i.map((a) => a + "-" + n), t && (i = i.concat(i.map(it)))), i;
4246
4259
  }
4247
4260
  function Ue(e) {
4248
- return e.replace(/left|right|bottom|top/g, (t) => fr[t]);
4261
+ return e.replace(/left|right|bottom|top/g, (t) => mr[t]);
4249
4262
  }
4250
- function gr(e) {
4263
+ function _r(e) {
4251
4264
  return {
4252
4265
  top: 0,
4253
4266
  right: 0,
@@ -4257,7 +4270,7 @@ function gr(e) {
4257
4270
  };
4258
4271
  }
4259
4272
  function Qt(e) {
4260
- return typeof e != "number" ? gr(e) : {
4273
+ return typeof e != "number" ? _r(e) : {
4261
4274
  top: e,
4262
4275
  right: e,
4263
4276
  bottom: e,
@@ -4287,7 +4300,7 @@ function Lt(e, t, l) {
4287
4300
  reference: o,
4288
4301
  floating: n
4289
4302
  } = e;
4290
- const i = ke(t), a = bt(t), r = gt(a), s = ve(t), u = i === "y", p = o.x + o.width / 2 - n.width / 2, d = o.y + o.height / 2 - n.height / 2, f = o[r] / 2 - n[r] / 2;
4303
+ const i = ke(t), a = bt(t), r = ht(a), s = ve(t), u = i === "y", p = o.x + o.width / 2 - n.width / 2, d = o.y + o.height / 2 - n.height / 2, f = o[r] / 2 - n[r] / 2;
4291
4304
  let m;
4292
4305
  switch (s) {
4293
4306
  case "top":
@@ -4330,7 +4343,7 @@ function Lt(e, t, l) {
4330
4343
  }
4331
4344
  return m;
4332
4345
  }
4333
- const br = async (e, t, l) => {
4346
+ const jr = async (e, t, l) => {
4334
4347
  const {
4335
4348
  placement: o = "bottom",
4336
4349
  strategy: n = "absolute",
@@ -4347,7 +4360,7 @@ const br = async (e, t, l) => {
4347
4360
  } = Lt(u, o, s), f = o, m = {}, y = 0;
4348
4361
  for (let v = 0; v < r.length; v++) {
4349
4362
  const {
4350
- name: g,
4363
+ name: h,
4351
4364
  fn: $
4352
4365
  } = r[v], {
4353
4366
  x: j,
@@ -4370,8 +4383,8 @@ const br = async (e, t, l) => {
4370
4383
  });
4371
4384
  p = j ?? p, d = x ?? d, m = {
4372
4385
  ...m,
4373
- [g]: {
4374
- ...m[g],
4386
+ [h]: {
4387
+ ...m[h],
4375
4388
  ...E
4376
4389
  }
4377
4390
  }, B && y <= 50 && (y++, typeof B == "object" && (B.placement && (f = B.placement), B.rects && (u = B.rects === !0 ? await a.getElementRects({
@@ -4407,8 +4420,8 @@ async function eo(e, t) {
4407
4420
  elementContext: d = "floating",
4408
4421
  altBoundary: f = !1,
4409
4422
  padding: m = 0
4410
- } = je(t, e), y = Qt(m), g = r[f ? d === "floating" ? "reference" : "floating" : d], $ = Ge(await i.getClippingRect({
4411
- element: (l = await (i.isElement == null ? void 0 : i.isElement(g))) == null || l ? g : g.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(r.floating)),
4423
+ } = je(t, e), y = Qt(m), h = r[f ? d === "floating" ? "reference" : "floating" : d], $ = Ge(await i.getClippingRect({
4424
+ element: (l = await (i.isElement == null ? void 0 : i.isElement(h))) == null || l ? h : h.contextElement || await (i.getDocumentElement == null ? void 0 : i.getDocumentElement(r.floating)),
4412
4425
  boundary: u,
4413
4426
  rootBoundary: p,
4414
4427
  strategy: s
@@ -4436,7 +4449,7 @@ async function eo(e, t) {
4436
4449
  right: (B.right - $.right + y.right) / E.x
4437
4450
  };
4438
4451
  }
4439
- const wr = (e) => ({
4452
+ const kr = (e) => ({
4440
4453
  name: "arrow",
4441
4454
  options: e,
4442
4455
  async fn(t) {
@@ -4457,7 +4470,7 @@ const wr = (e) => ({
4457
4470
  const d = Qt(p), f = {
4458
4471
  x: l,
4459
4472
  y: o
4460
- }, m = bt(n), y = gt(m), v = await a.getDimensions(u), g = m === "y", $ = g ? "top" : "left", j = g ? "bottom" : "right", x = g ? "clientHeight" : "clientWidth", E = i.reference[y] + i.reference[m] - f[m] - i.floating[y], B = f[m] - i.reference[m], P = await (a.getOffsetParent == null ? void 0 : a.getOffsetParent(u));
4473
+ }, m = bt(n), y = ht(m), v = await a.getDimensions(u), h = m === "y", $ = h ? "top" : "left", j = h ? "bottom" : "right", x = h ? "clientHeight" : "clientWidth", E = i.reference[y] + i.reference[m] - f[m] - i.floating[y], B = f[m] - i.reference[m], P = await (a.getOffsetParent == null ? void 0 : a.getOffsetParent(u));
4461
4474
  let k = P ? P[x] : 0;
4462
4475
  (!k || !await (a.isElement == null ? void 0 : a.isElement(P))) && (k = r.floating[x] || i.floating[y]);
4463
4476
  const R = E / 2 - B / 2, S = k / 2 - v[y] / 2 - 1, M = at(d[$], S), F = at(d[j], S), Y = M, se = k - v[y] - F, Q = k / 2 - v[y] / 2 + R, xe = rt(Y, Q, se), ue = !s.arrow && De(n) != null && Q !== xe && i.reference[y] / 2 - (Q < Y ? M : F) - v[y] / 2 < 0, ae = ue ? Q < Y ? Q - Y : Q - se : 0;
@@ -4493,16 +4506,16 @@ const wr = (e) => ({
4493
4506
  fallbackStrategy: m = "bestFit",
4494
4507
  fallbackAxisSideDirection: y = "none",
4495
4508
  flipAlignment: v = !0,
4496
- ...g
4509
+ ...h
4497
4510
  } = je(e, t);
4498
4511
  if ((l = i.arrow) != null && l.alignmentOffset)
4499
4512
  return {};
4500
- const $ = ve(n), j = ke(r), x = ve(r) === r, E = await (s.isRTL == null ? void 0 : s.isRTL(u.floating)), B = f || (x || !v ? [Ue(r)] : mr(r)), P = y !== "none";
4501
- !f && P && B.push(...hr(r, v, y, E));
4502
- const k = [r, ...B], R = await eo(t, g), S = [];
4513
+ const $ = ve(n), j = ke(r), x = ve(r) === r, E = await (s.isRTL == null ? void 0 : s.isRTL(u.floating)), B = f || (x || !v ? [Ue(r)] : hr(r)), P = y !== "none";
4514
+ !f && P && B.push(...wr(r, v, y, E));
4515
+ const k = [r, ...B], R = await eo(t, h), S = [];
4503
4516
  let M = ((o = i.flip) == null ? void 0 : o.overflows) || [];
4504
4517
  if (p && S.push(R[$]), d) {
4505
- const Q = yr(n, a, E);
4518
+ const Q = gr(n, a, E);
4506
4519
  S.push(R[Q[0]], R[Q[1]]);
4507
4520
  }
4508
4521
  if (M = [...M, {
@@ -4553,7 +4566,7 @@ const wr = (e) => ({
4553
4566
  }
4554
4567
  };
4555
4568
  };
4556
- async function _r(e, t) {
4569
+ async function $r(e, t) {
4557
4570
  const {
4558
4571
  placement: l,
4559
4572
  platform: o,
@@ -4592,7 +4605,7 @@ const oo = function(e) {
4592
4605
  y: i,
4593
4606
  placement: a,
4594
4607
  middlewareData: r
4595
- } = t, s = await _r(t, e);
4608
+ } = t, s = await $r(t, e);
4596
4609
  return a === ((l = r.offset) == null ? void 0 : l.placement) && (o = r.arrow) != null && o.alignmentOffset ? {} : {
4597
4610
  x: n + s.x,
4598
4611
  y: i + s.y,
@@ -4616,11 +4629,11 @@ const oo = function(e) {
4616
4629
  mainAxis: i = !0,
4617
4630
  crossAxis: a = !1,
4618
4631
  limiter: r = {
4619
- fn: (g) => {
4632
+ fn: (h) => {
4620
4633
  let {
4621
4634
  x: $,
4622
4635
  y: j
4623
- } = g;
4636
+ } = h;
4624
4637
  return {
4625
4638
  x: $,
4626
4639
  y: j
@@ -4631,14 +4644,14 @@ const oo = function(e) {
4631
4644
  } = je(e, t), u = {
4632
4645
  x: l,
4633
4646
  y: o
4634
- }, p = await eo(t, s), d = ke(ve(n)), f = ht(d);
4647
+ }, p = await eo(t, s), d = ke(ve(n)), f = gt(d);
4635
4648
  let m = u[f], y = u[d];
4636
4649
  if (i) {
4637
- const g = f === "y" ? "top" : "left", $ = f === "y" ? "bottom" : "right", j = m + p[g], x = m - p[$];
4650
+ const h = f === "y" ? "top" : "left", $ = f === "y" ? "bottom" : "right", j = m + p[h], x = m - p[$];
4638
4651
  m = rt(j, m, x);
4639
4652
  }
4640
4653
  if (a) {
4641
- const g = d === "y" ? "top" : "left", $ = d === "y" ? "bottom" : "right", j = y + p[g], x = y - p[$];
4654
+ const h = d === "y" ? "top" : "left", $ = d === "y" ? "bottom" : "right", j = y + p[h], x = y - p[$];
4642
4655
  y = rt(j, y, x);
4643
4656
  }
4644
4657
  const v = r.fn({
@@ -4672,9 +4685,9 @@ const oo = function(e) {
4672
4685
  } = je(e, t), p = {
4673
4686
  x: l,
4674
4687
  y: o
4675
- }, d = ke(n), f = ht(d);
4688
+ }, d = ke(n), f = gt(d);
4676
4689
  let m = p[f], y = p[d];
4677
- const v = je(r, t), g = typeof v == "number" ? {
4690
+ const v = je(r, t), h = typeof v == "number" ? {
4678
4691
  mainAxis: v,
4679
4692
  crossAxis: 0
4680
4693
  } : {
@@ -4683,12 +4696,12 @@ const oo = function(e) {
4683
4696
  ...v
4684
4697
  };
4685
4698
  if (s) {
4686
- const x = f === "y" ? "height" : "width", E = i.reference[f] - i.floating[x] + g.mainAxis, B = i.reference[f] + i.reference[x] - g.mainAxis;
4699
+ const x = f === "y" ? "height" : "width", E = i.reference[f] - i.floating[x] + h.mainAxis, B = i.reference[f] + i.reference[x] - h.mainAxis;
4687
4700
  m < E ? m = E : m > B && (m = B);
4688
4701
  }
4689
4702
  if (u) {
4690
4703
  var $, j;
4691
- const x = f === "y" ? "width" : "height", E = ["top", "left"].includes(ve(n)), B = i.reference[d] - i.floating[x] + (E && (($ = a.offset) == null ? void 0 : $[d]) || 0) + (E ? 0 : g.crossAxis), P = i.reference[d] + i.reference[x] + (E ? 0 : ((j = a.offset) == null ? void 0 : j[d]) || 0) - (E ? g.crossAxis : 0);
4704
+ const x = f === "y" ? "width" : "height", E = ["top", "left"].includes(ve(n)), B = i.reference[d] - i.floating[x] + (E && (($ = a.offset) == null ? void 0 : $[d]) || 0) + (E ? 0 : h.crossAxis), P = i.reference[d] + i.reference[x] + (E ? 0 : ((j = a.offset) == null ? void 0 : j[d]) || 0) - (E ? h.crossAxis : 0);
4692
4705
  y < B ? y = B : y > P && (y = P);
4693
4706
  }
4694
4707
  return {
@@ -4697,11 +4710,11 @@ const oo = function(e) {
4697
4710
  };
4698
4711
  }
4699
4712
  };
4700
- }, st = Math.min, Be = Math.max, Ye = Math.round, qe = Math.floor, he = (e) => ({
4713
+ }, st = Math.min, Be = Math.max, Ye = Math.round, qe = Math.floor, ge = (e) => ({
4701
4714
  x: e,
4702
4715
  y: e
4703
4716
  });
4704
- function ge(e) {
4717
+ function he(e) {
4705
4718
  return ao(e) ? (e.nodeName || "").toLowerCase() : "#document";
4706
4719
  }
4707
4720
  function oe(e) {
@@ -4733,14 +4746,14 @@ function Re(e) {
4733
4746
  } = le(e);
4734
4747
  return /auto|scroll|overlay|hidden|clip/.test(t + o + l) && !["inline", "contents"].includes(n);
4735
4748
  }
4736
- function jr(e) {
4737
- return ["table", "td", "th"].includes(ge(e));
4749
+ function Sr(e) {
4750
+ return ["table", "td", "th"].includes(he(e));
4738
4751
  }
4739
4752
  function wt(e) {
4740
4753
  const t = _t(), l = le(e);
4741
4754
  return l.transform !== "none" || l.perspective !== "none" || (l.containerType ? l.containerType !== "normal" : !1) || !t && (l.backdropFilter ? l.backdropFilter !== "none" : !1) || !t && (l.filter ? l.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((o) => (l.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (l.contain || "").includes(o));
4742
4755
  }
4743
- function kr(e) {
4756
+ function Cr(e) {
4744
4757
  let t = Ee(e);
4745
4758
  for (; ie(t) && !tt(t); ) {
4746
4759
  if (wt(t))
@@ -4753,7 +4766,7 @@ function _t() {
4753
4766
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
4754
4767
  }
4755
4768
  function tt(e) {
4756
- return ["html", "body", "#document"].includes(ge(e));
4769
+ return ["html", "body", "#document"].includes(he(e));
4757
4770
  }
4758
4771
  function le(e) {
4759
4772
  return oe(e).getComputedStyle(e);
@@ -4768,7 +4781,7 @@ function ot(e) {
4768
4781
  };
4769
4782
  }
4770
4783
  function Ee(e) {
4771
- if (ge(e) === "html")
4784
+ if (he(e) === "html")
4772
4785
  return e;
4773
4786
  const t = (
4774
4787
  // Step into the shadow DOM of the parent of a slotted node.
@@ -4805,7 +4818,7 @@ function jt(e) {
4805
4818
  function Ae(e) {
4806
4819
  const t = jt(e);
4807
4820
  if (!ie(t))
4808
- return he(1);
4821
+ return ge(1);
4809
4822
  const l = t.getBoundingClientRect(), {
4810
4823
  width: o,
4811
4824
  height: n,
@@ -4817,29 +4830,29 @@ function Ae(e) {
4817
4830
  y: r
4818
4831
  };
4819
4832
  }
4820
- const $r = /* @__PURE__ */ he(0);
4833
+ const Vr = /* @__PURE__ */ ge(0);
4821
4834
  function so(e) {
4822
4835
  const t = oe(e);
4823
- return !_t() || !t.visualViewport ? $r : {
4836
+ return !_t() || !t.visualViewport ? Vr : {
4824
4837
  x: t.visualViewport.offsetLeft,
4825
4838
  y: t.visualViewport.offsetTop
4826
4839
  };
4827
4840
  }
4828
- function Sr(e, t, l) {
4841
+ function xr(e, t, l) {
4829
4842
  return t === void 0 && (t = !1), !l || t && l !== oe(e) ? !1 : t;
4830
4843
  }
4831
4844
  function $e(e, t, l, o) {
4832
4845
  t === void 0 && (t = !1), l === void 0 && (l = !1);
4833
4846
  const n = e.getBoundingClientRect(), i = jt(e);
4834
- let a = he(1);
4847
+ let a = ge(1);
4835
4848
  t && (o ? de(o) && (a = Ae(o)) : a = Ae(e));
4836
- const r = Sr(i, l, o) ? so(i) : he(0);
4849
+ const r = xr(i, l, o) ? so(i) : ge(0);
4837
4850
  let s = (n.left + r.x) / a.x, u = (n.top + r.y) / a.y, p = n.width / a.x, d = n.height / a.y;
4838
4851
  if (i) {
4839
4852
  const f = oe(i), m = o && de(o) ? oe(o) : o;
4840
4853
  let y = f.frameElement;
4841
4854
  for (; y && o && m !== f; ) {
4842
- const v = Ae(y), g = y.getBoundingClientRect(), $ = le(y), j = g.left + (y.clientLeft + parseFloat($.paddingLeft)) * v.x, x = g.top + (y.clientTop + parseFloat($.paddingTop)) * v.y;
4855
+ const v = Ae(y), h = y.getBoundingClientRect(), $ = le(y), j = h.left + (y.clientLeft + parseFloat($.paddingLeft)) * v.x, x = h.top + (y.clientTop + parseFloat($.paddingTop)) * v.y;
4843
4856
  s *= v.x, u *= v.y, p *= v.x, d *= v.y, s += j, u += x, y = oe(y).frameElement;
4844
4857
  }
4845
4858
  }
@@ -4850,7 +4863,7 @@ function $e(e, t, l, o) {
4850
4863
  y: u
4851
4864
  });
4852
4865
  }
4853
- function Cr(e) {
4866
+ function Tr(e) {
4854
4867
  let {
4855
4868
  rect: t,
4856
4869
  offsetParent: l,
@@ -4862,9 +4875,9 @@ function Cr(e) {
4862
4875
  let a = {
4863
4876
  scrollLeft: 0,
4864
4877
  scrollTop: 0
4865
- }, r = he(1);
4866
- const s = he(0);
4867
- if ((n || !n && o !== "fixed") && ((ge(l) !== "body" || Re(i)) && (a = ot(l)), ie(l))) {
4878
+ }, r = ge(1);
4879
+ const s = ge(0);
4880
+ if ((n || !n && o !== "fixed") && ((he(l) !== "body" || Re(i)) && (a = ot(l)), ie(l))) {
4868
4881
  const u = $e(l);
4869
4882
  r = Ae(l), s.x = u.x + l.clientLeft, s.y = u.y + l.clientTop;
4870
4883
  }
@@ -4875,13 +4888,13 @@ function Cr(e) {
4875
4888
  y: t.y * r.y - a.scrollTop * r.y + s.y
4876
4889
  };
4877
4890
  }
4878
- function Vr(e) {
4891
+ function Ir(e) {
4879
4892
  return Array.from(e.getClientRects());
4880
4893
  }
4881
4894
  function uo(e) {
4882
4895
  return $e(ce(e)).left + ot(e).scrollLeft;
4883
4896
  }
4884
- function xr(e) {
4897
+ function Lr(e) {
4885
4898
  const t = ce(e), l = ot(e), o = e.ownerDocument.body, n = Be(t.scrollWidth, t.clientWidth, o.scrollWidth, o.clientWidth), i = Be(t.scrollHeight, t.clientHeight, o.scrollHeight, o.clientHeight);
4886
4899
  let a = -l.scrollLeft + uo(e);
4887
4900
  const r = -l.scrollTop;
@@ -4892,7 +4905,7 @@ function xr(e) {
4892
4905
  y: r
4893
4906
  };
4894
4907
  }
4895
- function Tr(e, t) {
4908
+ function Br(e, t) {
4896
4909
  const l = oe(e), o = ce(e), n = l.visualViewport;
4897
4910
  let i = o.clientWidth, a = o.clientHeight, r = 0, s = 0;
4898
4911
  if (n) {
@@ -4907,8 +4920,8 @@ function Tr(e, t) {
4907
4920
  y: s
4908
4921
  };
4909
4922
  }
4910
- function Ir(e, t) {
4911
- const l = $e(e, !0, t === "fixed"), o = l.top + e.clientTop, n = l.left + e.clientLeft, i = ie(e) ? Ae(e) : he(1), a = e.clientWidth * i.x, r = e.clientHeight * i.y, s = n * i.x, u = o * i.y;
4923
+ function Ar(e, t) {
4924
+ const l = $e(e, !0, t === "fixed"), o = l.top + e.clientTop, n = l.left + e.clientLeft, i = ie(e) ? Ae(e) : ge(1), a = e.clientWidth * i.x, r = e.clientHeight * i.y, s = n * i.x, u = o * i.y;
4912
4925
  return {
4913
4926
  width: a,
4914
4927
  height: r,
@@ -4919,11 +4932,11 @@ function Ir(e, t) {
4919
4932
  function At(e, t, l) {
4920
4933
  let o;
4921
4934
  if (t === "viewport")
4922
- o = Tr(e, l);
4935
+ o = Br(e, l);
4923
4936
  else if (t === "document")
4924
- o = xr(ce(e));
4937
+ o = Lr(ce(e));
4925
4938
  else if (de(t))
4926
- o = Ir(t, l);
4939
+ o = Ar(t, l);
4927
4940
  else {
4928
4941
  const n = so(e);
4929
4942
  o = {
@@ -4938,11 +4951,11 @@ function co(e, t) {
4938
4951
  const l = Ee(e);
4939
4952
  return l === t || !de(l) || tt(l) ? !1 : le(l).position === "fixed" || co(l, t);
4940
4953
  }
4941
- function Lr(e, t) {
4954
+ function Er(e, t) {
4942
4955
  const l = t.get(e);
4943
4956
  if (l)
4944
4957
  return l;
4945
- let o = Pe(e, [], !1).filter((r) => de(r) && ge(r) !== "body"), n = null;
4958
+ let o = Pe(e, [], !1).filter((r) => de(r) && he(r) !== "body"), n = null;
4946
4959
  const i = le(e).position === "fixed";
4947
4960
  let a = i ? Ee(e) : e;
4948
4961
  for (; de(a) && !tt(a); ) {
@@ -4951,14 +4964,14 @@ function Lr(e, t) {
4951
4964
  }
4952
4965
  return t.set(e, o), o;
4953
4966
  }
4954
- function Br(e) {
4967
+ function zr(e) {
4955
4968
  let {
4956
4969
  element: t,
4957
4970
  boundary: l,
4958
4971
  rootBoundary: o,
4959
4972
  strategy: n
4960
4973
  } = e;
4961
- const a = [...l === "clippingAncestors" ? Lr(t, this._c) : [].concat(l), o], r = a[0], s = a.reduce((u, p) => {
4974
+ const a = [...l === "clippingAncestors" ? Er(t, this._c) : [].concat(l), o], r = a[0], s = a.reduce((u, p) => {
4962
4975
  const d = At(t, p, n);
4963
4976
  return u.top = Be(d.top, u.top), u.right = st(d.right, u.right), u.bottom = st(d.bottom, u.bottom), u.left = Be(d.left, u.left), u;
4964
4977
  }, At(t, r, n));
@@ -4969,18 +4982,18 @@ function Br(e) {
4969
4982
  y: s.top
4970
4983
  };
4971
4984
  }
4972
- function Ar(e) {
4985
+ function Jr(e) {
4973
4986
  return io(e);
4974
4987
  }
4975
- function Er(e, t, l) {
4988
+ function Mr(e, t, l) {
4976
4989
  const o = ie(t), n = ce(t), i = l === "fixed", a = $e(e, !0, i, t);
4977
4990
  let r = {
4978
4991
  scrollLeft: 0,
4979
4992
  scrollTop: 0
4980
4993
  };
4981
- const s = he(0);
4994
+ const s = ge(0);
4982
4995
  if (o || !o && !i)
4983
- if ((ge(t) !== "body" || Re(n)) && (r = ot(t)), o) {
4996
+ if ((he(t) !== "body" || Re(n)) && (r = ot(t)), o) {
4984
4997
  const u = $e(t, !0, i, t);
4985
4998
  s.x = u.x + t.clientLeft, s.y = u.y + t.clientTop;
4986
4999
  } else n && (s.x = uo(n));
@@ -4999,11 +5012,11 @@ function fo(e, t) {
4999
5012
  if (!ie(e))
5000
5013
  return l;
5001
5014
  let o = Et(e, t);
5002
- for (; o && jr(o) && le(o).position === "static"; )
5015
+ for (; o && Sr(o) && le(o).position === "static"; )
5003
5016
  o = Et(o, t);
5004
- return o && (ge(o) === "html" || ge(o) === "body" && le(o).position === "static" && !wt(o)) ? l : o || kr(e) || l;
5017
+ return o && (he(o) === "html" || he(o) === "body" && le(o).position === "static" && !wt(o)) ? l : o || Cr(e) || l;
5005
5018
  }
5006
- const zr = async function(e) {
5019
+ const Pr = async function(e) {
5007
5020
  let {
5008
5021
  reference: t,
5009
5022
  floating: l,
@@ -5011,7 +5024,7 @@ const zr = async function(e) {
5011
5024
  } = e;
5012
5025
  const n = this.getOffsetParent || fo, i = this.getDimensions;
5013
5026
  return {
5014
- reference: Er(t, await n(l), o),
5027
+ reference: Mr(t, await n(l), o),
5015
5028
  floating: {
5016
5029
  x: 0,
5017
5030
  y: 0,
@@ -5019,22 +5032,22 @@ const zr = async function(e) {
5019
5032
  }
5020
5033
  };
5021
5034
  };
5022
- function Jr(e) {
5035
+ function Fr(e) {
5023
5036
  return le(e).direction === "rtl";
5024
5037
  }
5025
- const Mr = {
5026
- convertOffsetParentRelativeRectToViewportRelativeRect: Cr,
5038
+ const Or = {
5039
+ convertOffsetParentRelativeRectToViewportRelativeRect: Tr,
5027
5040
  getDocumentElement: ce,
5028
- getClippingRect: Br,
5041
+ getClippingRect: zr,
5029
5042
  getOffsetParent: fo,
5030
- getElementRects: zr,
5031
- getClientRects: Vr,
5032
- getDimensions: Ar,
5043
+ getElementRects: Pr,
5044
+ getClientRects: Ir,
5045
+ getDimensions: Jr,
5033
5046
  getScale: Ae,
5034
5047
  isElement: de,
5035
- isRTL: Jr
5048
+ isRTL: Fr
5036
5049
  };
5037
- function Pr(e, t) {
5050
+ function Dr(e, t) {
5038
5051
  let l = null, o;
5039
5052
  const n = ce(e);
5040
5053
  function i() {
@@ -5050,8 +5063,8 @@ function Pr(e, t) {
5050
5063
  } = e.getBoundingClientRect();
5051
5064
  if (r || t(), !d || !f)
5052
5065
  return;
5053
- const m = qe(p), y = qe(n.clientWidth - (u + d)), v = qe(n.clientHeight - (p + f)), g = qe(u), j = {
5054
- rootMargin: -m + "px " + -y + "px " + -v + "px " + -g + "px",
5066
+ const m = qe(p), y = qe(n.clientWidth - (u + d)), v = qe(n.clientHeight - (p + f)), h = qe(u), j = {
5067
+ rootMargin: -m + "px " + -y + "px " + -v + "px " + -h + "px",
5055
5068
  threshold: Be(0, st(1, s)) || 1
5056
5069
  };
5057
5070
  let x = !0;
@@ -5079,7 +5092,7 @@ function Pr(e, t) {
5079
5092
  }
5080
5093
  return a(!0), i;
5081
5094
  }
5082
- function Fr(e, t, l, o) {
5095
+ function Rr(e, t, l, o) {
5083
5096
  o === void 0 && (o = {});
5084
5097
  const {
5085
5098
  ancestorScroll: n = !0,
@@ -5093,7 +5106,7 @@ function Fr(e, t, l, o) {
5093
5106
  passive: !0
5094
5107
  }), i && $.addEventListener("resize", l);
5095
5108
  });
5096
- const d = u && r ? Pr(u, l) : null;
5109
+ const d = u && r ? Dr(u, l) : null;
5097
5110
  let f = -1, m = null;
5098
5111
  a && (m = new ResizeObserver(($) => {
5099
5112
  let [j] = $;
@@ -5102,10 +5115,10 @@ function Fr(e, t, l, o) {
5102
5115
  })), l();
5103
5116
  }), u && !s && m.observe(u), m.observe(t));
5104
5117
  let y, v = s ? $e(e) : null;
5105
- s && g();
5106
- function g() {
5118
+ s && h();
5119
+ function h() {
5107
5120
  const $ = $e(e);
5108
- v && ($.x !== v.x || $.y !== v.y || $.width !== v.width || $.height !== v.height) && l(), v = $, y = requestAnimationFrame(g);
5121
+ v && ($.x !== v.x || $.y !== v.y || $.width !== v.width || $.height !== v.height) && l(), v = $, y = requestAnimationFrame(h);
5109
5122
  }
5110
5123
  return l(), () => {
5111
5124
  p.forEach(($) => {
@@ -5113,36 +5126,36 @@ function Fr(e, t, l, o) {
5113
5126
  }), d && d(), m && m.disconnect(), m = null, s && cancelAnimationFrame(y);
5114
5127
  };
5115
5128
  }
5116
- const Or = (e, t, l) => {
5129
+ const Nr = (e, t, l) => {
5117
5130
  const o = /* @__PURE__ */ new Map(), n = {
5118
- platform: Mr,
5131
+ platform: Or,
5119
5132
  ...l
5120
5133
  }, i = {
5121
5134
  ...n.platform,
5122
5135
  _c: o
5123
5136
  };
5124
- return br(e, t, {
5137
+ return jr(e, t, {
5125
5138
  ...n,
5126
5139
  platform: i
5127
5140
  });
5128
5141
  };
5129
- function Dr(e) {
5142
+ function qr(e) {
5130
5143
  return po(e) ? (e.nodeName || "").toLowerCase() : "#document";
5131
5144
  }
5132
- function Rr(e) {
5145
+ function Hr(e) {
5133
5146
  var t;
5134
5147
  return (e == null || (t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
5135
5148
  }
5136
5149
  function po(e) {
5137
- return e instanceof Node || e instanceof Rr(e).Node;
5150
+ return e instanceof Node || e instanceof Hr(e).Node;
5138
5151
  }
5139
- function Nr(e) {
5152
+ function Wr(e) {
5140
5153
  return e != null && typeof e == "object" && "$el" in e;
5141
5154
  }
5142
5155
  function ut(e) {
5143
- if (Nr(e)) {
5156
+ if (Wr(e)) {
5144
5157
  const t = e.$el;
5145
- return po(t) && Dr(t) === "#comment" ? null : t;
5158
+ return po(t) && qr(t) === "#comment" ? null : t;
5146
5159
  }
5147
5160
  return e;
5148
5161
  }
@@ -5155,7 +5168,7 @@ function yo(e) {
5155
5168
  options: e,
5156
5169
  fn(t) {
5157
5170
  const l = ut(Ie(e.element));
5158
- return l == null ? {} : wr({
5171
+ return l == null ? {} : kr({
5159
5172
  element: l,
5160
5173
  padding: e.padding
5161
5174
  }).fn(t);
@@ -5183,7 +5196,7 @@ function vo(e, t, l) {
5183
5196
  }), s = V(() => {
5184
5197
  var k;
5185
5198
  return (k = Ie(l.transform)) != null ? k : !0;
5186
- }), u = V(() => ut(e.value)), p = V(() => ut(t.value)), d = C(0), f = C(0), m = C(r.value), y = C(a.value), v = Ot({}), g = C(!1), $ = V(() => {
5199
+ }), u = V(() => ut(e.value)), p = V(() => ut(t.value)), d = C(0), f = C(0), m = C(r.value), y = C(a.value), v = Ot({}), h = C(!1), $ = V(() => {
5187
5200
  const k = {
5188
5201
  position: m.value,
5189
5202
  left: "0",
@@ -5206,12 +5219,12 @@ function vo(e, t, l) {
5206
5219
  });
5207
5220
  let j;
5208
5221
  function x() {
5209
- u.value == null || p.value == null || Or(u.value, p.value, {
5222
+ u.value == null || p.value == null || Nr(u.value, p.value, {
5210
5223
  middleware: i.value,
5211
5224
  placement: a.value,
5212
5225
  strategy: r.value
5213
5226
  }).then((k) => {
5214
- d.value = k.x, f.value = k.y, m.value = k.strategy, y.value = k.placement, v.value = k.middlewareData, g.value = !0;
5227
+ d.value = k.x, f.value = k.y, m.value = k.strategy, y.value = k.placement, v.value = k.middlewareData, h.value = !0;
5215
5228
  });
5216
5229
  }
5217
5230
  function E() {
@@ -5228,7 +5241,7 @@ function vo(e, t, l) {
5228
5241
  }
5229
5242
  }
5230
5243
  function P() {
5231
- n.value || (g.value = !1);
5244
+ n.value || (h.value = !1);
5232
5245
  }
5233
5246
  return K([i, a, r], x, {
5234
5247
  flush: "sync"
@@ -5242,12 +5255,12 @@ function vo(e, t, l) {
5242
5255
  strategy: Te(m),
5243
5256
  placement: Te(y),
5244
5257
  middlewareData: Te(v),
5245
- isPositioned: Te(g),
5258
+ isPositioned: Te(h),
5246
5259
  floatingStyles: $,
5247
5260
  update: x
5248
5261
  };
5249
5262
  }
5250
- const qr = () => {
5263
+ const Ur = () => {
5251
5264
  const e = C(null);
5252
5265
  return {
5253
5266
  clearProductTourRef: () => {
@@ -5259,10 +5272,10 @@ const qr = () => {
5259
5272
  },
5260
5273
  productToursRef: e
5261
5274
  };
5262
- }, ho = qr(), Hr = { class: "joy-product-tour__content" }, Wr = { class: "joy-product-tour__header" }, Ur = {
5275
+ }, go = Ur(), Gr = { class: "joy-product-tour__content" }, Yr = { class: "joy-product-tour__header" }, Kr = {
5263
5276
  key: 0,
5264
5277
  class: "joy-product-tour__footer"
5265
- }, Gr = { class: "joy-product-tour__footer___steps" }, Yr = "joy-product-tour-spotlight__wrapper", Kr = /* @__PURE__ */ L({
5278
+ }, Zr = { class: "joy-product-tour__footer___steps" }, Xr = "joy-product-tour-spotlight__wrapper", Qr = /* @__PURE__ */ L({
5266
5279
  __name: "VJoyProductTourInner",
5267
5280
  props: {
5268
5281
  icon: {},
@@ -5278,11 +5291,11 @@ const qr = () => {
5278
5291
  },
5279
5292
  emits: ["product-tour:hide"],
5280
5293
  setup(e, { expose: t, emit: l }) {
5281
- const o = l, n = e, { clearProductTourRef: i } = ho, a = C(null), r = C(null), s = C(null), u = C(null), p = C(null), d = C(n.open), f = C(), m = C(
5294
+ const o = l, n = e, { clearProductTourRef: i } = go, a = C(null), r = C(null), s = C(null), u = C(null), p = C(null), d = C(n.open), f = C(), m = C(
5282
5295
  vo(s, a, {
5283
5296
  placement: n.position,
5284
5297
  whileElementsMounted(...k) {
5285
- return Fr(...k, { ancestorResize: !0, ancestorScroll: !0, elementResize: !0 });
5298
+ return Rr(...k, { ancestorResize: !0, ancestorScroll: !0, elementResize: !0 });
5286
5299
  },
5287
5300
  transform: !1,
5288
5301
  middleware: [
@@ -5318,17 +5331,17 @@ const qr = () => {
5318
5331
  disableOverlay: n.disableOverlay
5319
5332
  }), (k = m.value) == null || k.update(), d.value = !0);
5320
5333
  }
5321
- function g() {
5334
+ function h() {
5322
5335
  d.value = !1, i(), P(), o("product-tour:hide");
5323
5336
  }
5324
5337
  function $(k) {
5325
5338
  s.value && (k.disableOverlay || j(), x(k.elementToHighlight));
5326
5339
  }
5327
5340
  function j() {
5328
- r.value = document.createElement("div"), r.value.classList.add("joy-product-tour__overlay"), r.value.addEventListener("click", g, { once: !0 }), r.value.style.position = "fixed", r.value.style.top = "0", r.value.style.left = "0", r.value.style.width = "100%", r.value.style.height = "100%", r.value.style.zIndex = "var(--joy-core-z-index-backdrop)", document.querySelector("body").appendChild(r.value);
5341
+ r.value = document.createElement("div"), r.value.classList.add("joy-product-tour__overlay"), r.value.addEventListener("click", h, { once: !0 }), r.value.style.position = "fixed", r.value.style.top = "0", r.value.style.left = "0", r.value.style.width = "100%", r.value.style.height = "100%", r.value.style.zIndex = "var(--joy-core-z-index-backdrop)", document.querySelector("body").appendChild(r.value);
5329
5342
  }
5330
5343
  function x(k) {
5331
- k && (k.style.position = "relative", k.style.zIndex = "calc(var(--joy-core-z-index-backdrop) + 1)", u.value = O(dr), p.value = document.createElement("div"), p.value.classList.add(Yr), document.body.appendChild(p.value), kt(u.value, p.value), E());
5344
+ k && (k.style.position = "relative", k.style.zIndex = "calc(var(--joy-core-z-index-backdrop) + 1)", u.value = O(pr), p.value = document.createElement("div"), p.value.classList.add(Xr), document.body.appendChild(p.value), kt(u.value, p.value), E());
5332
5345
  }
5333
5346
  function E() {
5334
5347
  if (!p.value)
@@ -5344,11 +5357,11 @@ const qr = () => {
5344
5357
  }
5345
5358
  return K(m.value, () => {
5346
5359
  var k;
5347
- u.value && ((k = a.value) != null && k.isConnected ? E() : g());
5360
+ u.value && ((k = a.value) != null && k.isConnected ? E() : h());
5348
5361
  }), Mt(() => {
5349
5362
  P();
5350
5363
  }), t({
5351
- hide: g,
5364
+ hide: h,
5352
5365
  show: v,
5353
5366
  isOpen: d
5354
5367
  }), (k, R) => {
@@ -5360,13 +5373,13 @@ const qr = () => {
5360
5373
  role: "tooltip",
5361
5374
  style: ee({ "--product-tour-width": k.maxWidth + "px", ...(S = m.value) == null ? void 0 : S.floatingStyles })
5362
5375
  }, [
5363
- h("div", {
5376
+ g("div", {
5364
5377
  ref_key: "productTourArrow",
5365
5378
  ref: f,
5366
5379
  class: "joy-product-tour__arrow",
5367
5380
  style: ee(y.value)
5368
5381
  }, null, 4),
5369
- h("div", {
5382
+ g("div", {
5370
5383
  class: T([
5371
5384
  "joy-product-tour",
5372
5385
  `joy-product-tour--${k.position}`,
@@ -5375,15 +5388,15 @@ const qr = () => {
5375
5388
  }
5376
5389
  ])
5377
5390
  }, [
5378
- h("div", {
5391
+ g("div", {
5379
5392
  class: T(["joy-product-tour__banner", { "joy-product-tour__hasBanner": k.$slots["product-tour-banner"] }])
5380
5393
  }, [
5381
5394
  w(k.$slots, "product-tour-banner", {}, void 0, !0)
5382
5395
  ], 2),
5383
- h("div", {
5396
+ g("div", {
5384
5397
  class: T(["joy-product-tour__preheader", { "joy-product-tour__hasPreheader": k.$slots["product-tour-preheader"] }])
5385
5398
  }, [
5386
- h("div", null, [
5399
+ g("div", null, [
5387
5400
  w(k.$slots, "product-tour-preheader", {}, void 0, !0)
5388
5401
  ]),
5389
5402
  k.closeButton ? (c(), I(ne, {
@@ -5393,28 +5406,28 @@ const qr = () => {
5393
5406
  circle: "",
5394
5407
  icon: "cross",
5395
5408
  size: "small",
5396
- onClick: g
5409
+ onClick: h
5397
5410
  })) : _("", !0)
5398
5411
  ], 2),
5399
- h("div", Hr, [
5412
+ g("div", Gr, [
5400
5413
  k.icon ? (c(), I(N, {
5401
5414
  key: 0,
5402
5415
  class: "joy-product-tour__content___icon",
5403
5416
  name: k.icon,
5404
5417
  size: "medium"
5405
5418
  }, null, 8, ["name"])) : _("", !0),
5406
- h("div", null, [
5407
- h("div", Wr, [
5419
+ g("div", null, [
5420
+ g("div", Yr, [
5408
5421
  w(k.$slots, "product-tour-header", {}, void 0, !0)
5409
5422
  ]),
5410
5423
  w(k.$slots, "product-tour-content", {}, void 0, !0)
5411
5424
  ])
5412
5425
  ]),
5413
- k.$slots["product-tour-dismiss"] || k.$slots["product-tour-next"] ? (c(), b("div", Ur, [
5414
- h("div", { onClick: g }, [
5426
+ k.$slots["product-tour-dismiss"] || k.$slots["product-tour-next"] ? (c(), b("div", Kr, [
5427
+ g("div", { onClick: h }, [
5415
5428
  w(k.$slots, "product-tour-dismiss", {}, void 0, !0)
5416
5429
  ]),
5417
- h("span", Gr, [
5430
+ g("span", Zr, [
5418
5431
  k.steps > 1 ? (c(), b(W, { key: 0 }, [
5419
5432
  D(J(k.step) + "/" + J(k.steps), 1)
5420
5433
  ], 64)) : _("", !0)
@@ -5427,7 +5440,7 @@ const qr = () => {
5427
5440
  ]);
5428
5441
  };
5429
5442
  }
5430
- }), Zr = /* @__PURE__ */ A(Kr, [["__scopeId", "data-v-76a02680"]]), wu = /* @__PURE__ */ L({
5443
+ }), ei = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-76a02680"]]), Cu = /* @__PURE__ */ L({
5431
5444
  inheritAttrs: !1,
5432
5445
  __name: "VJoyProductTour",
5433
5446
  props: {
@@ -5444,7 +5457,7 @@ const qr = () => {
5444
5457
  },
5445
5458
  emits: ["product-tour:hide"],
5446
5459
  setup(e, { expose: t, emit: l }) {
5447
- const o = C(!1), n = e, i = l, { storeProductTourRef: a, clearProductTourRef: r } = ho, s = C(), u = Ce(), p = V(() => {
5460
+ const o = C(!1), n = e, i = l, { storeProductTourRef: a, clearProductTourRef: r } = go, s = C(), u = Ce(), p = V(() => {
5448
5461
  if (o.value)
5449
5462
  return u;
5450
5463
  });
@@ -5464,7 +5477,7 @@ const qr = () => {
5464
5477
  show: d,
5465
5478
  hide: m
5466
5479
  }), (y, v) => (c(), I(ze, { to: "body" }, [
5467
- O(Zr, H({ ...n, ...p.value }, {
5480
+ O(ei, H({ ...n, ...p.value }, {
5468
5481
  ref_key: "productTour",
5469
5482
  ref: s,
5470
5483
  "onProductTour:hide": f
@@ -5491,7 +5504,7 @@ const qr = () => {
5491
5504
  }, 16)
5492
5505
  ]));
5493
5506
  }
5494
- }), _u = /* @__PURE__ */ L({
5507
+ }), Vu = /* @__PURE__ */ L({
5495
5508
  __name: "VJoyProductTourTrigger",
5496
5509
  props: {
5497
5510
  productTour: {}
@@ -5508,10 +5521,10 @@ const qr = () => {
5508
5521
  onClick: r
5509
5522
  }))), 128));
5510
5523
  }
5511
- }), Xr = {
5524
+ }), ti = { class: "joy-progress-bar-wrapper" }, oi = {
5512
5525
  key: 0,
5513
- class: "joy-progress-bar-label joy-font-primary-450"
5514
- }, Qr = /* @__PURE__ */ L({
5526
+ class: "joy-progress-bar-label joy-font-primary-250"
5527
+ }, ni = /* @__PURE__ */ L({
5515
5528
  __name: "VJoyProgressBar",
5516
5529
  props: {
5517
5530
  /** import TJoyProgressBarColors */
@@ -5553,23 +5566,23 @@ const qr = () => {
5553
5566
  computedPercentage: o
5554
5567
  }), (a, r) => (c(), I(re, {
5555
5568
  wrap: "nowrap",
5556
- align: "center"
5569
+ "column-gap": "1",
5570
+ align: "center",
5571
+ class: T([`joy-progress-bar_${e.color}`])
5557
5572
  }, {
5558
5573
  default: z(() => [
5559
- e.showLabel && e.percentage ? (c(), b("span", Xr, J(e.percentage + "%"), 1)) : _("", !0),
5560
- h("div", {
5561
- class: T(["joy-progress-bar-wrapper", [`joy-progress-bar_${e.color}`]])
5562
- }, [
5563
- h("div", {
5574
+ g("div", ti, [
5575
+ g("div", {
5564
5576
  class: "joy-progress-bar-inner",
5565
5577
  style: ee({ width: n.value })
5566
5578
  }, null, 4)
5567
- ], 2)
5579
+ ]),
5580
+ e.showLabel && e.percentage ? (c(), b("span", oi, J(e.percentage + "%"), 1)) : _("", !0)
5568
5581
  ]),
5569
5582
  _: 1
5570
- }));
5583
+ }, 8, ["class"]));
5571
5584
  }
5572
- }), ju = /* @__PURE__ */ A(Qr, [["__scopeId", "data-v-59de6407"]]), ei = ["id", "value", "checked", "disabled", "required", "name"], ti = { class: "joy-radio-label" }, oi = { class: "joy-radio-content__wrapper" }, ni = { class: "joy-radio-content" }, li = /* @__PURE__ */ L({
5585
+ }), xu = /* @__PURE__ */ A(ni, [["__scopeId", "data-v-1216eff6"]]), li = ["id", "value", "checked", "disabled", "required", "name"], ai = { class: "joy-radio-label" }, ri = { class: "joy-radio-content__wrapper" }, ii = { class: "joy-radio-content" }, si = /* @__PURE__ */ L({
5573
5586
  __name: "VJoyRadio",
5574
5587
  props: {
5575
5588
  disabled: {
@@ -5626,7 +5639,7 @@ const qr = () => {
5626
5639
  ), t({
5627
5640
  checked: p,
5628
5641
  isExpanded: i
5629
- }), (v, g) => (c(), b("label", {
5642
+ }), (v, h) => (c(), b("label", {
5630
5643
  ref_key: "root",
5631
5644
  ref: r,
5632
5645
  class: T([
@@ -5640,7 +5653,7 @@ const qr = () => {
5640
5653
  }
5641
5654
  ])
5642
5655
  }, [
5643
- h("input", {
5656
+ g("input", {
5644
5657
  id: e.id,
5645
5658
  type: "radio",
5646
5659
  value: e.value,
@@ -5651,15 +5664,15 @@ const qr = () => {
5651
5664
  onChange: f,
5652
5665
  onFocus: m,
5653
5666
  onBlur: y
5654
- }, null, 40, ei),
5655
- h("span", ti, [
5667
+ }, null, 40, li),
5668
+ g("span", ai, [
5656
5669
  w(v.$slots, "default", {}, void 0, !0)
5657
5670
  ]),
5658
- h("div", oi, [
5659
- h("div", ni, [
5671
+ g("div", ri, [
5672
+ g("div", ii, [
5660
5673
  w(v.$slots, "radio-content", {}, void 0, !0)
5661
5674
  ]),
5662
- h("div", {
5675
+ g("div", {
5663
5676
  ref_key: "expandableElement",
5664
5677
  ref: s,
5665
5678
  class: T(["joy-radio-expandable", { "joy-radio-expandable--expanded": i.value }])
@@ -5669,7 +5682,7 @@ const qr = () => {
5669
5682
  ])
5670
5683
  ], 2));
5671
5684
  }
5672
- }), ku = /* @__PURE__ */ A(li, [["__scopeId", "data-v-d684b26e"]]), ai = ["form", "name"], ri = /* @__PURE__ */ L({
5685
+ }), Tu = /* @__PURE__ */ A(si, [["__scopeId", "data-v-d684b26e"]]), ui = ["form", "name"], di = /* @__PURE__ */ L({
5673
5686
  __name: "VJoyRadioGroup",
5674
5687
  props: {
5675
5688
  direction: { default: "horizontal" },
@@ -5685,14 +5698,14 @@ const qr = () => {
5685
5698
  name: t.name
5686
5699
  }, [
5687
5700
  w(t.$slots, "radio-group-legend", {}, void 0, !0),
5688
- h("div", {
5701
+ g("div", {
5689
5702
  class: T(["joy-radio-group-container", `joy-radio-group-${t.direction}`])
5690
5703
  }, [
5691
5704
  w(t.$slots, "default", {}, void 0, !0)
5692
5705
  ], 2)
5693
- ], 8, ai));
5706
+ ], 8, ui));
5694
5707
  }
5695
- }), $u = /* @__PURE__ */ A(ri, [["__scopeId", "data-v-ac4dd24e"]]), ii = ["ariaLabel"], si = { class: "joy-rating-stars" }, ui = { class: "joy-rating-stars__content" }, di = { key: 0 }, ci = /* @__PURE__ */ L({
5708
+ }), Iu = /* @__PURE__ */ A(di, [["__scopeId", "data-v-ac4dd24e"]]), ci = ["ariaLabel"], fi = { class: "joy-rating-stars" }, pi = { class: "joy-rating-stars__content" }, yi = { key: 0 }, mi = /* @__PURE__ */ L({
5696
5709
  __name: "VJoyRatingStars",
5697
5710
  props: {
5698
5711
  /** Between 0 and 5 */
@@ -5724,7 +5737,7 @@ const qr = () => {
5724
5737
  class: "joy-rating-stars__wrapper",
5725
5738
  ariaLabel: q(o).ariaLabel || `Rating: ${e.ratingValue} out of 5`
5726
5739
  }, [
5727
- h("ul", si, [
5740
+ g("ul", fi, [
5728
5741
  (c(!0), b(W, null, U(n.value, (r, s) => (c(), b("li", {
5729
5742
  key: s,
5730
5743
  class: T([`joy-rating-stars--${e.size}`])
@@ -5747,16 +5760,20 @@ const qr = () => {
5747
5760
  }))
5748
5761
  ], 2))), 128))
5749
5762
  ]),
5750
- h("div", ui, [
5763
+ g("div", pi, [
5751
5764
  w(i.$slots, "rating-stars-content", {}, () => [
5752
- e.reviewCount ? (c(), b("span", di, "(" + J(e.reviewCount) + ")", 1)) : _("", !0)
5765
+ e.reviewCount ? (c(), b("span", yi, "(" + J(e.reviewCount) + ")", 1)) : _("", !0)
5753
5766
  ], !0)
5754
5767
  ])
5755
- ], 8, ii));
5768
+ ], 8, ci));
5756
5769
  }
5757
- }), fi = /* @__PURE__ */ A(ci, [["__scopeId", "data-v-4c9a1026"]]), pi = ["id", "name", "aria-invalid", "required", "disabled"], yi = ["selected"], mi = /* @__PURE__ */ L({
5770
+ }), vi = /* @__PURE__ */ A(mi, [["__scopeId", "data-v-4c9a1026"]]), gi = ["id", "name", "aria-label", "aria-invalid", "required", "disabled"], hi = ["selected"], bi = /* @__PURE__ */ L({
5758
5771
  __name: "VJoySelect",
5759
5772
  props: {
5773
+ /** aria-label is available only if 'label' property is undefined **/
5774
+ ariaLabel: {
5775
+ type: String
5776
+ },
5760
5777
  disabled: {
5761
5778
  type: Boolean,
5762
5779
  default: !1
@@ -5800,18 +5817,18 @@ const qr = () => {
5800
5817
  setup(e, { expose: t, emit: l }) {
5801
5818
  const o = e, n = l, i = G(), a = V(() => {
5802
5819
  const v = i.default();
5803
- let g = [];
5820
+ let h = [];
5804
5821
  return v.forEach(($) => {
5805
5822
  if (r($))
5806
- g.push($);
5823
+ h.push($);
5807
5824
  else {
5808
5825
  const j = $.children;
5809
5826
  if (typeof j == "string" || !j.length)
5810
5827
  return;
5811
5828
  const x = j.filter(r);
5812
- g = [...g, ...x];
5829
+ h = [...h, ...x];
5813
5830
  }
5814
- }), g;
5831
+ }), h;
5815
5832
  });
5816
5833
  function r(v) {
5817
5834
  return (v == null ? void 0 : v.type) === "option";
@@ -5822,9 +5839,9 @@ const qr = () => {
5822
5839
  const v = i["select-label"] && i["select-label"]();
5823
5840
  if (!v || !v.length)
5824
5841
  return;
5825
- const g = v[0];
5826
- if (g.type === "JoyLabel") {
5827
- const j = ($ = g.props) == null ? void 0 : $.for;
5842
+ const h = v[0];
5843
+ if (h.type === "JoyLabel") {
5844
+ const j = ($ = h.props) == null ? void 0 : $.for;
5828
5845
  if (!j) {
5829
5846
  console.warn("JoyLabel for attribute is missing");
5830
5847
  return;
@@ -5833,8 +5850,8 @@ const qr = () => {
5833
5850
  }
5834
5851
  });
5835
5852
  function f(v) {
5836
- const g = v.target.value;
5837
- n("update:modelValue", g);
5853
+ const h = v.target.value;
5854
+ n("update:modelValue", h);
5838
5855
  }
5839
5856
  function m() {
5840
5857
  p.value = !0;
@@ -5844,7 +5861,7 @@ const qr = () => {
5844
5861
  }
5845
5862
  return t({
5846
5863
  select: u
5847
- }), (v, g) => (c(), b("div", {
5864
+ }), (v, h) => (c(), b("div", {
5848
5865
  ref_key: "root",
5849
5866
  ref: s
5850
5867
  }, [
@@ -5862,7 +5879,7 @@ const qr = () => {
5862
5879
  _: 1
5863
5880
  }, 8, ["required", "optional-label", "for", "size"])) : _("", !0)
5864
5881
  ], !0),
5865
- h("div", {
5882
+ g("div", {
5866
5883
  class: T([
5867
5884
  `joy-select--${e.size}`,
5868
5885
  {
@@ -5873,12 +5890,13 @@ const qr = () => {
5873
5890
  }
5874
5891
  ])
5875
5892
  }, [
5876
- h("select", {
5893
+ g("select", {
5877
5894
  id: e.id || e.name,
5878
5895
  ref_key: "select",
5879
5896
  ref: u,
5880
5897
  class: "joy-select",
5881
5898
  name: e.name,
5899
+ "aria-label": e.label ? void 0 : e.ariaLabel,
5882
5900
  "aria-invalid": e.invalid,
5883
5901
  required: e.required,
5884
5902
  disabled: e.disabled,
@@ -5893,9 +5911,9 @@ const qr = () => {
5893
5911
  ref_for: !0
5894
5912
  }, $.props, {
5895
5913
  selected: ((x = $.props) == null ? void 0 : x.value) === e.modelValue
5896
- }), J($.children), 17, yi);
5914
+ }), J($.children), 17, hi);
5897
5915
  }), 128))
5898
- ], 40, pi),
5916
+ ], 40, gi),
5899
5917
  O(N, {
5900
5918
  class: "joy-select__chevron",
5901
5919
  name: "chevron-down"
@@ -5903,7 +5921,7 @@ const qr = () => {
5903
5921
  ], 2)
5904
5922
  ], 512));
5905
5923
  }
5906
- }), Su = /* @__PURE__ */ A(mi, [["__scopeId", "data-v-7e3adcd9"]]), vi = ["aria-disabled"], hi = ["id", "value", "checked", "disabled", "required", "name"], gi = { class: "joy-selectable-item__label" }, bi = /* @__PURE__ */ L({
5924
+ }), Lu = /* @__PURE__ */ A(bi, [["__scopeId", "data-v-b92cc9ce"]]), wi = ["aria-disabled"], _i = ["id", "value", "checked", "disabled", "required", "name"], ji = { class: "joy-selectable-item__label" }, ki = /* @__PURE__ */ L({
5907
5925
  __name: "VJoySelectableItem",
5908
5926
  props: {
5909
5927
  disabled: { type: Boolean, default: !1 },
@@ -5969,7 +5987,7 @@ const qr = () => {
5969
5987
  (...m) => u.onFocus && u.onFocus(...m)),
5970
5988
  onBlur: f[2] || (f[2] = //@ts-ignore
5971
5989
  (...m) => u.onBlur && u.onBlur(...m))
5972
- }, null, 40, hi)),
5990
+ }, null, 40, _i)),
5973
5991
  (c(), I(X(q(r)), {
5974
5992
  for: s.value,
5975
5993
  class: T([
@@ -6003,10 +6021,10 @@ const qr = () => {
6003
6021
  ]),
6004
6022
  _: 3
6005
6023
  }, 8, ["id", "checked", "disabled", "value", "name", "required"])) : _("", !0),
6006
- h("div", gi, [
6024
+ g("div", ji, [
6007
6025
  d.multiple ? _("", !0) : w(d.$slots, "default", { key: 0 }, void 0, !0)
6008
6026
  ]),
6009
- h("div", {
6027
+ g("div", {
6010
6028
  class: T([{ "joy-selectable-item__sublabel": d.$slots["selectable-item-sublabel"] }])
6011
6029
  }, [
6012
6030
  w(d.$slots, "selectable-item-sublabel", {}, () => [
@@ -6016,9 +6034,9 @@ const qr = () => {
6016
6034
  ]),
6017
6035
  _: 3
6018
6036
  }, 8, ["for", "class", "onClick"]))
6019
- ], 10, vi));
6037
+ ], 10, wi));
6020
6038
  }
6021
- }), wi = /* @__PURE__ */ A(bi, [["__scopeId", "data-v-ce43afb6"]]), _i = ["id"], ji = /* @__PURE__ */ L({
6039
+ }), $i = /* @__PURE__ */ A(ki, [["__scopeId", "data-v-ce43afb6"]]), Si = ["id"], Ci = /* @__PURE__ */ L({
6022
6040
  __name: "VJoySelectableItemGroup",
6023
6041
  props: {
6024
6042
  options: {},
@@ -6065,7 +6083,7 @@ const qr = () => {
6065
6083
  ]),
6066
6084
  _: 1
6067
6085
  }, 8, ["required", "optional-label", "size"])) : _("", !0),
6068
- h("div", {
6086
+ g("div", {
6069
6087
  class: T([
6070
6088
  "joy-selectable-item-group",
6071
6089
  {
@@ -6075,7 +6093,7 @@ const qr = () => {
6075
6093
  }
6076
6094
  ])
6077
6095
  }, [
6078
- (c(!0), b(W, null, U(r.options, (u) => (c(), I(wi, H({ ref_for: !0 }, u.attrs, {
6096
+ (c(!0), b(W, null, U(r.options, (u) => (c(), I($i, H({ ref_for: !0 }, u.attrs, {
6079
6097
  id: u.id,
6080
6098
  key: u.id,
6081
6099
  name: u.name,
@@ -6102,9 +6120,9 @@ const qr = () => {
6102
6120
  } : void 0
6103
6121
  ]), 1040, ["id", "name", "disabled", "value", "multiple", "variant", "checked", "onUpdate:checked"]))), 128))
6104
6122
  ], 2)
6105
- ], 8, _i));
6123
+ ], 8, Si));
6106
6124
  }
6107
- }), Cu = /* @__PURE__ */ A(ji, [["__scopeId", "data-v-55121685"]]), ki = /* @__PURE__ */ L({
6125
+ }), Bu = /* @__PURE__ */ A(Ci, [["__scopeId", "data-v-55121685"]]), Vi = /* @__PURE__ */ L({
6108
6126
  __name: "VJoySeparator",
6109
6127
  props: {
6110
6128
  /** Main text to apply in the central area */
@@ -6120,13 +6138,13 @@ const qr = () => {
6120
6138
  return (t, l) => (c(), b("div", {
6121
6139
  class: T(["joy-separator", { "joy-separator__small": e.size === "small" }])
6122
6140
  }, [
6123
- h("span", null, J(e.text), 1)
6141
+ g("span", null, J(e.text), 1)
6124
6142
  ], 2));
6125
6143
  }
6126
- }), Vu = /* @__PURE__ */ A(ki, [["__scopeId", "data-v-21db2899"]]), $i = ["id"], Si = { class: "joy-step__stroke" }, Ci = {
6144
+ }), Au = /* @__PURE__ */ A(Vi, [["__scopeId", "data-v-21db2899"]]), xi = ["id"], Ti = { class: "joy-step__stroke" }, Ii = {
6127
6145
  key: 0,
6128
6146
  class: "joy-step__label"
6129
- }, Vi = /* @__PURE__ */ L({
6147
+ }, Li = /* @__PURE__ */ L({
6130
6148
  __name: "VJoyStep",
6131
6149
  props: {
6132
6150
  /** Set it to completed to change it's color */
@@ -6177,23 +6195,23 @@ const qr = () => {
6177
6195
  }
6178
6196
  ])
6179
6197
  }, [
6180
- h("span", Si, [
6181
- h("span", {
6198
+ g("span", Ti, [
6199
+ g("span", {
6182
6200
  class: "joy-step__stroke--filled",
6183
6201
  style: ee({ maxWidth: a.value })
6184
6202
  }, null, 4)
6185
6203
  ]),
6186
6204
  O(ct, { name: "joy-step__label" }, {
6187
6205
  default: z(() => [
6188
- e.showLabel ? (c(), b("span", Ci, [
6206
+ e.showLabel ? (c(), b("span", Ii, [
6189
6207
  w(u.$slots, "default", {}, void 0, !0)
6190
6208
  ])) : _("", !0)
6191
6209
  ]),
6192
6210
  _: 3
6193
6211
  })
6194
- ], 10, $i));
6212
+ ], 10, xi));
6195
6213
  }
6196
- }), xi = /* @__PURE__ */ A(Vi, [["__scopeId", "data-v-3820cdf3"]]), Ti = { class: "joy-stepper" }, Ii = /* @__PURE__ */ L({
6214
+ }), Bi = /* @__PURE__ */ A(Li, [["__scopeId", "data-v-3820cdf3"]]), Ai = { class: "joy-stepper" }, Ei = /* @__PURE__ */ L({
6197
6215
  __name: "VJoyStepper",
6198
6216
  props: {
6199
6217
  /** Current step value */
@@ -6224,11 +6242,11 @@ const qr = () => {
6224
6242
  currentItemSubStep: u,
6225
6243
  steps: i,
6226
6244
  invalidSubStepValue: s
6227
- }), (f, m) => (c(), b("div", Ti, [
6245
+ }), (f, m) => (c(), b("div", Ai, [
6228
6246
  (c(!0), b(W, null, U(i.value, (y, v) => {
6229
- var g;
6230
- return c(), I(xi, H({ ref_for: !0 }, y.props, {
6231
- key: (g = y.props) == null ? void 0 : g.id,
6247
+ var h;
6248
+ return c(), I(Bi, H({ ref_for: !0 }, y.props, {
6249
+ key: (h = y.props) == null ? void 0 : h.id,
6232
6250
  completed: v < e.step - 1,
6233
6251
  "current-sub-step": d(v),
6234
6252
  "show-label": q(n)
@@ -6244,7 +6262,7 @@ const qr = () => {
6244
6262
  }), 128))
6245
6263
  ]));
6246
6264
  }
6247
- }), xu = /* @__PURE__ */ A(Ii, [["__scopeId", "data-v-22705668"]]), Li = ["id", "aria-hidden", "aria-labelledby"], Bi = /* @__PURE__ */ L({
6265
+ }), Eu = /* @__PURE__ */ A(Ei, [["__scopeId", "data-v-22705668"]]), zi = ["id", "aria-hidden", "aria-labelledby"], Ji = /* @__PURE__ */ L({
6248
6266
  __name: "VJoyTab",
6249
6267
  props: {
6250
6268
  /**
@@ -6287,12 +6305,12 @@ const qr = () => {
6287
6305
  })
6288
6306
  }, [
6289
6307
  w(n.$slots, "default", {}, void 0, !0)
6290
- ], 10, Li));
6308
+ ], 10, zi));
6291
6309
  }
6292
- }), Tu = /* @__PURE__ */ A(Bi, [["__scopeId", "data-v-a76a7c92"]]), Ai = ["id", "href", "aria-selected", "aria-controls"], Ei = {
6310
+ }), zu = /* @__PURE__ */ A(Ji, [["__scopeId", "data-v-a76a7c92"]]), Mi = ["id", "href", "aria-selected", "aria-controls"], Pi = {
6293
6311
  type: "button",
6294
6312
  tabindex: "-1"
6295
- }, zi = /* @__PURE__ */ L({
6313
+ }, Fi = /* @__PURE__ */ L({
6296
6314
  __name: "TabButton",
6297
6315
  props: {
6298
6316
  /**
@@ -6346,17 +6364,17 @@ const qr = () => {
6346
6364
  onClick: i,
6347
6365
  onKeydown: s[0] || (s[0] = (u) => a(u))
6348
6366
  }, [
6349
- h("div", {
6367
+ g("div", {
6350
6368
  class: T({
6351
6369
  "joy-tab-button": !0,
6352
6370
  "joy-tab-button__selected": e.selected
6353
6371
  })
6354
6372
  }, [
6355
- h("button", Ei, [
6373
+ g("button", Pi, [
6356
6374
  w(r.$slots, "default", {}, () => [
6357
6375
  D(J(e.label), 1)
6358
6376
  ], !0),
6359
- n.value ? (c(), I(sn, {
6377
+ n.value ? (c(), I(cn, {
6360
6378
  key: 0,
6361
6379
  class: "joy-tab-button_notifications",
6362
6380
  variant: "red",
@@ -6364,9 +6382,9 @@ const qr = () => {
6364
6382
  }, null, 8, ["number"])) : _("", !0)
6365
6383
  ])
6366
6384
  ], 2)
6367
- ], 40, Ai));
6385
+ ], 40, Mi));
6368
6386
  }
6369
- }), Ji = /* @__PURE__ */ A(zi, [["__scopeId", "data-v-8424823d"]]), Mi = { class: "joy-tabs" }, Pi = /* @__PURE__ */ L({
6387
+ }), Oi = /* @__PURE__ */ A(Fi, [["__scopeId", "data-v-8424823d"]]), Di = { class: "joy-tabs" }, Ri = /* @__PURE__ */ L({
6370
6388
  __name: "VJoyTabs",
6371
6389
  props: {
6372
6390
  /** Use this prop to activate a specific tab by default by giving its name */
@@ -6379,38 +6397,38 @@ const qr = () => {
6379
6397
  const o = e, n = l, i = G(), a = C(o.selectedTab);
6380
6398
  Ze("VJoyTabs", a);
6381
6399
  const r = C(null), s = C(null), u = C(!1), p = C(!1), d = V(() => {
6382
- const g = i.default();
6383
- return g.length === 1 && typeof g[0].type != "object" ? g[0].children.filter(f) : g.filter(f);
6400
+ const h = i.default();
6401
+ return h.length === 1 && typeof h[0].type != "object" ? h[0].children.filter(f) : h.filter(f);
6384
6402
  });
6385
- function f(g) {
6403
+ function f(h) {
6386
6404
  var $;
6387
- return (($ = g == null ? void 0 : g.type) == null ? void 0 : $.__name) === "VJoyTab";
6405
+ return (($ = h == null ? void 0 : h.type) == null ? void 0 : $.__name) === "VJoyTab";
6388
6406
  }
6389
- function m(g) {
6390
- return g.props.tab === a.value;
6407
+ function m(h) {
6408
+ return h.props.tab === a.value;
6391
6409
  }
6392
6410
  function y() {
6393
6411
  s.value && r.value && s.value.scrollWidth > r.value.offsetWidth ? (p.value = s.value.scrollLeft > 0, u.value = s.value.scrollLeft + r.value.offsetWidth < s.value.scrollWidth) : (p.value = !1, u.value = !1);
6394
6412
  }
6395
- function v(g, $ = !0) {
6396
- g && $ && (a.value = g, n("update:selected-tab", g));
6413
+ function v(h, $ = !0) {
6414
+ h && $ && (a.value = h, n("update:selected-tab", h));
6397
6415
  }
6398
6416
  return K(
6399
6417
  () => o.selectedTab,
6400
- (g) => {
6401
- g && v(g);
6418
+ (h) => {
6419
+ h && v(h);
6402
6420
  },
6403
6421
  { immediate: !0 }
6404
6422
  ), te(() => {
6405
- var g;
6406
- y(), (g = s.value) == null || g.addEventListener("scroll", y);
6423
+ var h;
6424
+ y(), (h = s.value) == null || h.addEventListener("scroll", y);
6407
6425
  }), Je(() => {
6408
- var g;
6409
- (g = s.value) == null || g.removeEventListener("scroll", y);
6426
+ var h;
6427
+ (h = s.value) == null || h.removeEventListener("scroll", y);
6410
6428
  }), t({
6411
6429
  tabs: d
6412
- }), (g, $) => (c(), b("div", Mi, [
6413
- h("div", {
6430
+ }), (h, $) => (c(), b("div", Di, [
6431
+ g("div", {
6414
6432
  ref_key: "buttonListWrapper",
6415
6433
  ref: r,
6416
6434
  class: T({
@@ -6419,7 +6437,7 @@ const qr = () => {
6419
6437
  "joy-tabs-buttons__wrapper--scroll-start": p.value
6420
6438
  })
6421
6439
  }, [
6422
- h("div", {
6440
+ g("div", {
6423
6441
  ref_key: "buttonList",
6424
6442
  ref: s,
6425
6443
  class: "joy-tabs-buttons",
@@ -6428,7 +6446,7 @@ const qr = () => {
6428
6446
  (c(!0), b(W, null, U(d.value, (j) => (c(), b("div", {
6429
6447
  key: j.props.tab
6430
6448
  }, [
6431
- O(Ji, {
6449
+ O(Oi, {
6432
6450
  tab: j.props.tab,
6433
6451
  label: j.props.label,
6434
6452
  href: j.props.href,
@@ -6447,12 +6465,12 @@ const qr = () => {
6447
6465
  ]))), 128))
6448
6466
  ], 512)
6449
6467
  ], 2),
6450
- h("div", null, [
6451
- w(g.$slots, "default", {}, void 0, !0)
6468
+ g("div", null, [
6469
+ w(h.$slots, "default", {}, void 0, !0)
6452
6470
  ])
6453
6471
  ]));
6454
6472
  }
6455
- }), Iu = /* @__PURE__ */ A(Pi, [["__scopeId", "data-v-9aea2d41"]]), Fi = ["id", "role"], Oi = /* @__PURE__ */ L({
6473
+ }), Ju = /* @__PURE__ */ A(Ri, [["__scopeId", "data-v-9aea2d41"]]), Ni = ["id", "role"], qi = /* @__PURE__ */ L({
6456
6474
  __name: "VJoyTag",
6457
6475
  props: {
6458
6476
  label: {},
@@ -6510,9 +6528,9 @@ const qr = () => {
6510
6528
  onClick: Bo(s, ["stop"]),
6511
6529
  onKeydown: Oe(s, ["enter"])
6512
6530
  })) : _("", !0)
6513
- ], 10, Fi));
6531
+ ], 10, Ni));
6514
6532
  }
6515
- }), go = /* @__PURE__ */ A(Oi, [["__scopeId", "data-v-9c079536"]]);
6533
+ }), ho = /* @__PURE__ */ A(qi, [["__scopeId", "data-v-9c079536"]]);
6516
6534
  var be = /* @__PURE__ */ ((e) => (e.DUPLICATED_ENTRY = "DUPLICATED_ENTRY", e.INVALID_EMAIL = "INVALID_EMAIL", e))(be || {});
6517
6535
  function Jt(e) {
6518
6536
  if (!Array.isArray(e) && typeof e != "string")
@@ -6525,7 +6543,7 @@ function Jt(e) {
6525
6543
  return o;
6526
6544
  }) === void 0 : t(e);
6527
6545
  }
6528
- const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholder"], Ni = { key: 0 }, qi = { key: 1 }, Hi = /* @__PURE__ */ L({
6546
+ const Hi = { class: "joy-tags-input__wrapper" }, Wi = ["id", "name", "placeholder"], Ui = { key: 0 }, Gi = { key: 1 }, Yi = /* @__PURE__ */ L({
6529
6547
  __name: "VJoyTagsInput",
6530
6548
  props: {
6531
6549
  name: {},
@@ -6549,7 +6567,7 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6549
6567
  const S = i.value.map((Y) => Y.trim());
6550
6568
  return S.filter((Y, se) => S.indexOf(Y) !== se).length ? !0 : (F = r.value) != null && F.value ? S.includes(r.value.value.trim()) : !1;
6551
6569
  }
6552
- function g() {
6570
+ function h() {
6553
6571
  v() && (u.value = be.DUPLICATED_ENTRY);
6554
6572
  }
6555
6573
  function $(S) {
@@ -6606,7 +6624,7 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6606
6624
  s.value = S || v(), !S && v() && (u.value = null);
6607
6625
  }
6608
6626
  function R() {
6609
- k(), y(), g();
6627
+ k(), y(), h();
6610
6628
  }
6611
6629
  return K(
6612
6630
  () => o.modelValue,
@@ -6617,7 +6635,7 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6617
6635
  ), t({
6618
6636
  isInvalid: s,
6619
6637
  hasDuplicates: v
6620
- }), (S, M) => (c(), b("div", Di, [
6638
+ }), (S, M) => (c(), b("div", Hi, [
6621
6639
  S.$slots.default ? (c(), I(Ve, {
6622
6640
  key: 0,
6623
6641
  id: S.name,
@@ -6628,7 +6646,7 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6628
6646
  ]),
6629
6647
  _: 3
6630
6648
  }, 8, ["id"])) : _("", !0),
6631
- h("div", {
6649
+ g("div", {
6632
6650
  class: T([
6633
6651
  "joy-tags-input__inner",
6634
6652
  {
@@ -6637,7 +6655,7 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6637
6655
  }
6638
6656
  ])
6639
6657
  }, [
6640
- (c(!0), b(W, null, U(i.value, (F) => (c(), I(go, {
6658
+ (c(!0), b(W, null, U(i.value, (F) => (c(), I(ho, {
6641
6659
  key: F,
6642
6660
  variant: S.variant,
6643
6661
  removable: !0,
@@ -6651,7 +6669,7 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6651
6669
  ]),
6652
6670
  _: 2
6653
6671
  }, 1032, ["variant", "size", "label", "value"]))), 128)),
6654
- h("input", {
6672
+ g("input", {
6655
6673
  id: S.name,
6656
6674
  ref_key: "inputEl",
6657
6675
  ref: r,
@@ -6661,23 +6679,23 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6661
6679
  onKeydown: x,
6662
6680
  onFocus: E,
6663
6681
  onBlur: B
6664
- }, null, 40, Ri)
6682
+ }, null, 40, Wi)
6665
6683
  ], 2),
6666
6684
  m.value ? (c(), I(mt, {
6667
6685
  key: 1,
6668
6686
  class: "joy-tags-input__error"
6669
6687
  }, {
6670
6688
  default: z(() => [
6671
- h("ul", null, [
6672
- f.value ? (c(), b("li", Ni, J(S.duplicationError), 1)) : _("", !0),
6673
- d.value ? (c(), b("li", qi, J(S.invalidEmailError), 1)) : _("", !0)
6689
+ g("ul", null, [
6690
+ f.value ? (c(), b("li", Ui, J(S.duplicationError), 1)) : _("", !0),
6691
+ d.value ? (c(), b("li", Gi, J(S.invalidEmailError), 1)) : _("", !0)
6674
6692
  ])
6675
6693
  ]),
6676
6694
  _: 1
6677
6695
  })) : _("", !0)
6678
6696
  ]));
6679
6697
  }
6680
- }), Lu = /* @__PURE__ */ A(Hi, [["__scopeId", "data-v-f00760e9"]]), Wi = /* @__PURE__ */ L({
6698
+ }), Mu = /* @__PURE__ */ A(Yi, [["__scopeId", "data-v-f00760e9"]]), Ki = /* @__PURE__ */ L({
6681
6699
  __name: "VJoyTagsList",
6682
6700
  props: {
6683
6701
  align: {
@@ -6733,7 +6751,7 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6733
6751
  return (u, p) => (c(), b("div", {
6734
6752
  class: T(["joy-tags-list", `joy-tags-list--${e.align}`])
6735
6753
  }, [
6736
- (c(!0), b(W, null, U(e.tags, (d) => (c(), I(go, H({
6754
+ (c(!0), b(W, null, U(e.tags, (d) => (c(), I(ho, H({
6737
6755
  key: d.value || d.label,
6738
6756
  ref_for: !0
6739
6757
  }, d, {
@@ -6756,36 +6774,36 @@ const Di = { class: "joy-tags-input__wrapper" }, Ri = ["id", "name", "placeholde
6756
6774
  }, 1040, ["selectable", "removable", "variant", "selected", "onSelected"]))), 128))
6757
6775
  ], 2));
6758
6776
  }
6759
- }), Bu = /* @__PURE__ */ A(Wi, [["__scopeId", "data-v-1d8003ef"]]), Ui = {}, Gi = {
6777
+ }), Pu = /* @__PURE__ */ A(Ki, [["__scopeId", "data-v-1d8003ef"]]), Zi = {}, Xi = {
6760
6778
  class: /* @__PURE__ */ T(["joy-template-shape__shapes"])
6761
6779
  };
6762
- function Yi(e, t) {
6763
- return c(), b("div", Gi, t[0] || (t[0] = [
6780
+ function Qi(e, t) {
6781
+ return c(), b("div", Xi, t[0] || (t[0] = [
6764
6782
  Dt('<div class="shapes__wrapper" data-v-da63aa46><div class="shape_1" data-v-da63aa46></div><div class="shape_2" data-v-da63aa46></div><div class="shape_3" data-v-da63aa46></div><div class="shape_4" data-v-da63aa46></div></div>', 1)
6765
6783
  ]));
6766
6784
  }
6767
- const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46"]]), Zi = { class: "joy-template__wrapper" }, Xi = {
6785
+ const es = /* @__PURE__ */ A(Zi, [["render", Qi], ["__scopeId", "data-v-da63aa46"]]), ts = { class: "joy-template__wrapper" }, os = {
6768
6786
  key: 0,
6769
6787
  class: "joy-template__heading"
6770
- }, Qi = {
6788
+ }, ns = {
6771
6789
  key: 0,
6772
6790
  class: "joy-template-slot-back"
6773
- }, es = { class: "joy-template__heading___headings" }, ts = {
6791
+ }, ls = { class: "joy-template__heading___headings" }, as = {
6774
6792
  key: 0,
6775
6793
  class: "joy-template-slot-title"
6776
- }, os = {
6794
+ }, rs = {
6777
6795
  key: 1,
6778
6796
  class: "joy-template-slot-subtitle"
6779
- }, ns = {
6797
+ }, is = {
6780
6798
  key: 1,
6781
6799
  class: "joy-template-slot-actions"
6782
- }, ls = {
6800
+ }, ss = {
6783
6801
  key: 0,
6784
6802
  class: "joy-template-slot-main"
6785
- }, as = {
6803
+ }, us = {
6786
6804
  key: 1,
6787
6805
  class: "joy-template-slot-sidebar"
6788
- }, rs = /* @__PURE__ */ L({
6806
+ }, ds = /* @__PURE__ */ L({
6789
6807
  __name: "VJoyTemplate",
6790
6808
  props: {
6791
6809
  /** Takes 100% of free space */
@@ -6810,25 +6828,25 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
6810
6828
  return (n, i) => (c(), b("div", {
6811
6829
  class: T(["joy-template", { "joy-template--full": e.full, "joy-template--loading": e.loading }])
6812
6830
  }, [
6813
- e.shapes ? (c(), I(Ki, { key: 0 })) : _("", !0),
6814
- h("div", Zi, [
6815
- o.value ? (c(), b("div", Xi, [
6816
- l["template-back"] ? (c(), b("div", Qi, [
6831
+ e.shapes ? (c(), I(es, { key: 0 })) : _("", !0),
6832
+ g("div", ts, [
6833
+ o.value ? (c(), b("div", os, [
6834
+ l["template-back"] ? (c(), b("div", ns, [
6817
6835
  w(n.$slots, "template-back", {}, void 0, !0)
6818
6836
  ])) : _("", !0),
6819
- h("div", es, [
6820
- l["template-title"] ? (c(), b("div", ts, [
6837
+ g("div", ls, [
6838
+ l["template-title"] ? (c(), b("div", as, [
6821
6839
  w(n.$slots, "template-title", {}, void 0, !0)
6822
6840
  ])) : _("", !0),
6823
- l["template-subtitle"] ? (c(), b("div", os, [
6841
+ l["template-subtitle"] ? (c(), b("div", rs, [
6824
6842
  w(n.$slots, "template-subtitle", {}, void 0, !0)
6825
6843
  ])) : _("", !0)
6826
6844
  ]),
6827
- l["template-actions"] ? (c(), b("div", ns, [
6845
+ l["template-actions"] ? (c(), b("div", is, [
6828
6846
  w(n.$slots, "template-actions", {}, void 0, !0)
6829
6847
  ])) : _("", !0)
6830
6848
  ])) : _("", !0),
6831
- h("div", {
6849
+ g("div", {
6832
6850
  class: T([
6833
6851
  "joy-template__content",
6834
6852
  {
@@ -6836,10 +6854,10 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
6836
6854
  }
6837
6855
  ])
6838
6856
  }, [
6839
- n.$slots["template-main"] ? (c(), b("div", ls, [
6857
+ n.$slots["template-main"] ? (c(), b("div", ss, [
6840
6858
  w(n.$slots, "template-main", {}, void 0, !0)
6841
6859
  ])) : _("", !0),
6842
- n.$slots["template-sidebar"] ? (c(), b("div", as, [
6860
+ n.$slots["template-sidebar"] ? (c(), b("div", us, [
6843
6861
  w(n.$slots, "template-sidebar", {}, void 0, !0)
6844
6862
  ])) : _("", !0)
6845
6863
  ], 2)
@@ -6856,7 +6874,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
6856
6874
  }, 8, ["color"])) : _("", !0)
6857
6875
  ], 2));
6858
6876
  }
6859
- }), Au = /* @__PURE__ */ A(rs, [["__scopeId", "data-v-8e1d59ca"]]), is = /* @__PURE__ */ L({
6877
+ }), Fu = /* @__PURE__ */ A(ds, [["__scopeId", "data-v-8e1d59ca"]]), cs = /* @__PURE__ */ L({
6860
6878
  __name: "VJoyText",
6861
6879
  props: {
6862
6880
  /** Defines the tag name of the Node you want to create. By default it's a simple P tag. Lowercase only */
@@ -6880,13 +6898,13 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
6880
6898
  _: 3
6881
6899
  }, 8, ["class"]));
6882
6900
  }
6883
- }), Eu = /* @__PURE__ */ A(is, [["__scopeId", "data-v-6295f9ec"]]), ss = ["aria-disabled"], us = { class: "joy-textarea_wrapper" }, ds = ["id", "disabled", "name", "required", "minlength", "value"], cs = {
6901
+ }), Ou = /* @__PURE__ */ A(cs, [["__scopeId", "data-v-6295f9ec"]]), fs = ["aria-disabled"], ps = { class: "joy-textarea_wrapper" }, ys = ["id", "disabled", "name", "required", "minlength", "value"], ms = {
6884
6902
  key: 1,
6885
6903
  class: "joy-textarea_helpers"
6886
- }, fs = {
6904
+ }, vs = {
6887
6905
  inheritAttrs: !1
6888
- }, ps = /* @__PURE__ */ L({
6889
- ...fs,
6906
+ }, gs = /* @__PURE__ */ L({
6907
+ ...vs,
6890
6908
  __name: "VJoyTextarea",
6891
6909
  props: {
6892
6910
  autofocus: {
@@ -6944,7 +6962,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
6944
6962
  },
6945
6963
  emits: ["update:modelValue"],
6946
6964
  setup(e, { expose: t, emit: l }) {
6947
- const o = l, n = e, i = G(), a = C(), { triggerResize: r } = Vn({
6965
+ const o = l, n = e, i = G(), a = C(), { triggerResize: r } = In({
6948
6966
  element: n.autogrow ? a : void 0
6949
6967
  }), s = C(!1), u = C(!1);
6950
6968
  vt(a, n.autofocus);
@@ -7005,8 +7023,8 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7005
7023
  ]),
7006
7024
  _: 3
7007
7025
  }, 8, ["for", "required", "optional-label", "size"])) : _("", !0),
7008
- h("div", us, [
7009
- h("textarea", H(y.$attrs, {
7026
+ g("div", ps, [
7027
+ g("textarea", H(y.$attrs, {
7010
7028
  id: e.id,
7011
7029
  ref_key: "textarea",
7012
7030
  ref: a,
@@ -7017,16 +7035,16 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7017
7035
  minlength: e.minlength,
7018
7036
  value: e.modelValue,
7019
7037
  onInput: v[0] || (v[0] = //@ts-ignore
7020
- (...g) => m.onInput && m.onInput(...g)),
7038
+ (...h) => m.onInput && m.onInput(...h)),
7021
7039
  onChange: v[1] || (v[1] = //@ts-ignore
7022
- (...g) => m.onChange && m.onChange(...g)),
7040
+ (...h) => m.onChange && m.onChange(...h)),
7023
7041
  onFocus: v[2] || (v[2] = //@ts-ignore
7024
- (...g) => m.onFocus && m.onFocus(...g)),
7042
+ (...h) => m.onFocus && m.onFocus(...h)),
7025
7043
  onBlur: v[3] || (v[3] = //@ts-ignore
7026
- (...g) => m.onBlur && m.onBlur(...g))
7027
- }), null, 16, ds)
7044
+ (...h) => m.onBlur && m.onBlur(...h))
7045
+ }), null, 16, ys)
7028
7046
  ]),
7029
- e.minlength || e.maxlength ? (c(), b("div", cs, [
7047
+ e.minlength || e.maxlength ? (c(), b("div", ms, [
7030
7048
  e.minlength ? (c(), b("p", {
7031
7049
  key: 0,
7032
7050
  class: T(["joy-textarea-min", { "joy-textarea-min-invalid": e.invalid }])
@@ -7044,9 +7062,9 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7044
7062
  class: T(["joy-textarea-count", { "joy-textarea-count-invalid": p.value }])
7045
7063
  }, J(e.modelValue.length + "/" + e.maxlength), 3)) : _("", !0)
7046
7064
  ])) : _("", !0)
7047
- ], 10, ss));
7065
+ ], 10, fs));
7048
7066
  }
7049
- }), zu = /* @__PURE__ */ A(ps, [["__scopeId", "data-v-52e4553a"]]), ys = /* @__PURE__ */ L({
7067
+ }), Du = /* @__PURE__ */ A(gs, [["__scopeId", "data-v-52e4553a"]]), hs = /* @__PURE__ */ L({
7050
7068
  __name: "VJoyTitleBrand",
7051
7069
  props: {
7052
7070
  tag: { default: "p" }
@@ -7059,7 +7077,10 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7059
7077
  _: 3
7060
7078
  }));
7061
7079
  }
7062
- }), Ju = /* @__PURE__ */ A(ys, [["__scopeId", "data-v-f63a2545"]]), ms = { class: "joy-toggle__wrapper" }, vs = ["name", "disabled", "checked", "required", "aria-checked", "value"], hs = { class: "joy-toggle__content" }, gs = { class: "joy-toggle__content-label" }, bs = /* @__PURE__ */ L({
7080
+ }), Ru = /* @__PURE__ */ A(hs, [["__scopeId", "data-v-f63a2545"]]), bs = { class: "joy-toggle__wrapper" }, ws = ["name", "disabled", "checked", "required", "aria-checked", "value"], _s = { class: "joy-toggle__content" }, js = { class: "joy-toggle__content-label" }, ks = {
7081
+ key: 0,
7082
+ class: "joy-toggle__smile"
7083
+ }, $s = /* @__PURE__ */ L({
7063
7084
  __name: "VJoyToggle",
7064
7085
  props: {
7065
7086
  modelValue: {
@@ -7089,7 +7110,11 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7089
7110
  default: !1
7090
7111
  },
7091
7112
  // ...CHECKBOX_BASED_PROPS,
7092
- label: String
7113
+ label: String,
7114
+ variant: {
7115
+ type: String,
7116
+ default: "default"
7117
+ }
7093
7118
  },
7094
7119
  emits: ["update:modelValue"],
7095
7120
  setup(e, { emit: t }) {
@@ -7107,10 +7132,11 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7107
7132
  o.value = !1;
7108
7133
  }
7109
7134
  };
7110
- return (i, a) => (c(), b("div", ms, [
7111
- h("label", {
7135
+ return (i, a) => (c(), b("div", bs, [
7136
+ g("label", {
7112
7137
  class: T([
7113
7138
  "joy-toggle",
7139
+ "joy-toggle__" + e.variant,
7114
7140
  {
7115
7141
  "joy-toggle__checked": e.modelValue,
7116
7142
  "joy-toggle__disabled": e.disabled,
@@ -7118,7 +7144,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7118
7144
  }
7119
7145
  ])
7120
7146
  }, [
7121
- h("input", {
7147
+ g("input", {
7122
7148
  ref: "input",
7123
7149
  type: "checkbox",
7124
7150
  class: "joy-toggle__input",
@@ -7135,33 +7161,37 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7135
7161
  (...r) => n.onFocus && n.onFocus(...r)),
7136
7162
  onBlur: a[2] || (a[2] = //@ts-ignore
7137
7163
  (...r) => n.onBlur && n.onBlur(...r))
7138
- }, null, 40, vs),
7139
- h("p", hs, [
7140
- a[3] || (a[3] = h("span", { class: "joy-toggle__symbol" }, null, -1)),
7141
- h("span", gs, [
7164
+ }, null, 40, ws),
7165
+ g("p", _s, [
7166
+ a[4] || (a[4] = g("span", { class: "joy-toggle__symbol" }, null, -1)),
7167
+ g("span", js, [
7142
7168
  w(i.$slots, "default", {}, () => [
7143
7169
  D(J(e.label), 1)
7144
7170
  ], !0)
7145
7171
  ]),
7146
- a[4] || (a[4] = h("span", { class: "joy-toggle__smile" }, [
7147
- h("svg", {
7172
+ e.variant === "default" ? (c(), b("span", ks, a[3] || (a[3] = [
7173
+ g("svg", {
7148
7174
  width: "18",
7149
7175
  height: "10",
7150
7176
  viewBox: "0 0 18 10",
7151
7177
  fill: "currentColor",
7152
7178
  xmlns: "http://www.w3.org/2000/svg"
7153
7179
  }, [
7154
- h("path", {
7180
+ g("path", {
7155
7181
  d: "M9.0237 9.14856C15.7144 9.14856 17.8736 2.22231 17.9649 1.91853L17.9345 1.94891C18.1778 1.15908 17.7216 0.308485 16.9309 0.0654591C16.1402 -0.177566 15.2886 0.278108 15.0453 1.06794C14.9845 1.25021 13.5551 6.11073 8.99328 6.11073C4.43147 6.11073 3.03249 1.43248 2.97167 1.21983C2.75878 0.399622 1.90724 -0.0560541 1.11652 0.156593C0.295397 0.369241 -0.160787 1.18945 0.0520982 2.00967C0.721165 4.4703 3.48869 9.14856 9.0237 9.14856Z",
7156
7182
  fill: "currentColor"
7157
7183
  })
7158
- ])
7159
- ], -1))
7184
+ ], -1)
7185
+ ]))) : (c(), I(N, {
7186
+ key: 1,
7187
+ name: "eye",
7188
+ class: "joy-toggle__icon"
7189
+ }))
7160
7190
  ])
7161
7191
  ], 2)
7162
7192
  ]));
7163
7193
  }
7164
- }), Mu = /* @__PURE__ */ A(bs, [["__scopeId", "data-v-99a4c774"]]), ws = /* @__PURE__ */ L({
7194
+ }), Nu = /* @__PURE__ */ A($s, [["__scopeId", "data-v-9f8d9f48"]]), Ss = /* @__PURE__ */ L({
7165
7195
  __name: "VJoyTooltip",
7166
7196
  props: {
7167
7197
  /** If you are 100% sure the content you want to inject does not contain anything that could lead to any XSS, use this */
@@ -7240,7 +7270,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7240
7270
  n.value = $;
7241
7271
  }, o.delay);
7242
7272
  }
7243
- const g = V(() => {
7273
+ const h = V(() => {
7244
7274
  const { middlewareData: $, placement: j } = u.value, x = $.arrow, E = {
7245
7275
  top: "bottom",
7246
7276
  right: "left",
@@ -7271,7 +7301,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7271
7301
  default: z(() => {
7272
7302
  var x;
7273
7303
  return [
7274
- h("div", {
7304
+ g("div", {
7275
7305
  ref_key: "tooltipWrapper",
7276
7306
  ref: i,
7277
7307
  class: "joy-tooltip__wrapper",
@@ -7296,13 +7326,13 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7296
7326
  ]),
7297
7327
  style: ee({ ...(x = u.value) == null ? void 0 : x.floatingStyles, maxWidth: `${e.tooltipWidth}px` })
7298
7328
  }, [
7299
- h("div", {
7329
+ g("div", {
7300
7330
  ref_key: "tooltipArrow",
7301
7331
  ref: s,
7302
7332
  class: "joy-tooltip__arrow",
7303
- style: ee(g.value)
7333
+ style: ee(h.value)
7304
7334
  }, null, 4),
7305
- h("div", {
7335
+ g("div", {
7306
7336
  ref_key: "tooltipContent",
7307
7337
  ref: a,
7308
7338
  class: "joy-tooltip__content__inner"
@@ -7319,7 +7349,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7319
7349
  _: 3
7320
7350
  }, 8, ["options"]));
7321
7351
  }
7322
- }), Pu = /* @__PURE__ */ A(ws, [["__scopeId", "data-v-711b68c7"]]), _s = { class: "joy-user-card__picture" }, js = { class: "joy-user-card__informations" }, ks = { class: "joy-user-card__title" }, $s = { class: "joy-user-card__subtitle" }, Ss = /* @__PURE__ */ L({
7352
+ }), qu = /* @__PURE__ */ A(Ss, [["__scopeId", "data-v-711b68c7"]]), Cs = { class: "joy-user-card__picture" }, Vs = { class: "joy-user-card__informations" }, xs = { class: "joy-user-card__title" }, Ts = { class: "joy-user-card__subtitle" }, Is = /* @__PURE__ */ L({
7323
7353
  __name: "VJoyUserCard",
7324
7354
  props: {
7325
7355
  /**
@@ -7352,32 +7382,32 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7352
7382
  title: e.fullName
7353
7383
  }, t.$attrs), {
7354
7384
  default: z(() => [
7355
- h("div", _s, [
7385
+ g("div", Cs, [
7356
7386
  w(t.$slots, "user-card-avatar", {}, () => [
7357
- O(on, {
7387
+ O(an, {
7358
7388
  "photo-url": e.photoUrl,
7359
7389
  "full-name": e.fullName
7360
7390
  }, null, 8, ["photo-url", "full-name"])
7361
7391
  ], !0)
7362
7392
  ]),
7363
- h("div", js, [
7364
- h("p", ks, [
7393
+ g("div", Vs, [
7394
+ g("p", xs, [
7365
7395
  w(t.$slots, "user-card-title", {}, () => [
7366
7396
  D(J(e.fullName), 1)
7367
7397
  ], !0)
7368
7398
  ]),
7369
- h("p", $s, [
7399
+ g("p", Ts, [
7370
7400
  w(t.$slots, "user-card-subtitle", {}, () => [
7371
7401
  D(J(e.subTitle), 1)
7372
7402
  ], !0)
7373
7403
  ]),
7374
7404
  w(t.$slots, "user-card-rating-stars", {}, () => [
7375
- e.ratingValue ? (c(), I(fi, {
7405
+ e.ratingValue ? (c(), I(vi, {
7376
7406
  key: 0,
7377
7407
  "rating-value": e.ratingValue
7378
7408
  }, null, 8, ["rating-value"])) : _("", !0)
7379
7409
  ], !0),
7380
- h("div", null, [
7410
+ g("div", null, [
7381
7411
  w(t.$slots, "default", {}, void 0, !0)
7382
7412
  ])
7383
7413
  ])
@@ -7385,13 +7415,13 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7385
7415
  _: 3
7386
7416
  }, 16, ["href", "title"]));
7387
7417
  }
7388
- }), Fu = /* @__PURE__ */ A(Ss, [["__scopeId", "data-v-86acec3a"]]), Cs = { class: "joy-walkthrough-trigger__content" }, Vs = {
7418
+ }), Hu = /* @__PURE__ */ A(Is, [["__scopeId", "data-v-86acec3a"]]), Ls = { class: "joy-walkthrough-trigger__content" }, Bs = {
7389
7419
  key: 0,
7390
7420
  class: "joy-pr-3"
7391
- }, xs = {
7421
+ }, As = {
7392
7422
  key: 1,
7393
7423
  class: "joy-pl-3"
7394
- }, Ts = /* @__PURE__ */ L({
7424
+ }, Es = /* @__PURE__ */ L({
7395
7425
  __name: "VJoyWalkthroughTrigger",
7396
7426
  props: {
7397
7427
  icon: {},
@@ -7414,9 +7444,9 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7414
7444
  class: "joy-walkthrough-trigger__icon joy-mr-3",
7415
7445
  name: o.icon
7416
7446
  }, null, 8, ["name"])) : _("", !0),
7417
- h("div", Cs, [
7418
- o.title ? (c(), b("span", Vs, J(o.title), 1)) : _("", !0),
7419
- o.subtitle ? (c(), b("span", xs, J(o.subtitle), 1)) : _("", !0)
7447
+ g("div", Ls, [
7448
+ o.title ? (c(), b("span", Bs, J(o.title), 1)) : _("", !0),
7449
+ o.subtitle ? (c(), b("span", As, J(o.subtitle), 1)) : _("", !0)
7420
7450
  ]),
7421
7451
  O(N, {
7422
7452
  class: "joy-ml-3",
@@ -7428,16 +7458,16 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7428
7458
  ]);
7429
7459
  };
7430
7460
  }
7431
- }), Is = /* @__PURE__ */ A(Ts, [["__scopeId", "data-v-56824d11"]]), Ls = { class: "joy-walkthrough-modal__illustration" }, Bs = { class: "joy-walkthrough-modal__content___titles" }, As = { class: "joy-walkthrough-modal__content___title" }, Es = { class: "joy-walkthrough-modal__content___subtitle" }, zs = {
7461
+ }), zs = /* @__PURE__ */ A(Es, [["__scopeId", "data-v-56824d11"]]), Js = { class: "joy-walkthrough-modal__illustration" }, Ms = { class: "joy-walkthrough-modal__content___titles" }, Ps = { class: "joy-walkthrough-modal__content___title" }, Fs = { class: "joy-walkthrough-modal__content___subtitle" }, Os = {
7432
7462
  key: 0,
7433
7463
  class: "joy-mt-4"
7434
- }, Js = {
7464
+ }, Ds = {
7435
7465
  key: 1,
7436
7466
  class: "joy-mt-4 joy-walkthrough-modal__content-inner"
7437
- }, Ms = {
7467
+ }, Rs = {
7438
7468
  type: "button",
7439
7469
  class: "joy-walkthrough-modal__footer-button joy-color-secondary-50 joy-font-primary-300"
7440
- }, Ps = /* @__PURE__ */ L({
7470
+ }, Ns = /* @__PURE__ */ L({
7441
7471
  __name: "VJoyWalkthrough",
7442
7472
  props: {
7443
7473
  open: { type: Boolean, default: !1 },
@@ -7478,7 +7508,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7478
7508
  to: "body",
7479
7509
  disabled: f.disableTeleport
7480
7510
  }, [
7481
- h("div", {
7511
+ g("div", {
7482
7512
  class: T(["joy-walkthrough joy-core-radius-4", { "joy-walkthrough--collapsed": !a.value }])
7483
7513
  }, [
7484
7514
  a.value ? (c(), b("div", H({ key: 0 }, f.$attrs, {
@@ -7513,7 +7543,7 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7513
7543
  ]),
7514
7544
  _: 1
7515
7545
  }),
7516
- h("div", {
7546
+ g("div", {
7517
7547
  class: T(["joy-walkthrough-modal__content joy-p-6", { "joy-walkthrough-modal__content--with-footer": f.footer }])
7518
7548
  }, [
7519
7549
  O(re, {
@@ -7521,24 +7551,24 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7521
7551
  wrap: "nowrap"
7522
7552
  }, {
7523
7553
  default: z(() => [
7524
- h("div", Ls, [
7554
+ g("div", Js, [
7525
7555
  w(f.$slots, "walkthrough-illustration", {}, void 0, !0)
7526
7556
  ]),
7527
- h("div", Bs, [
7528
- h("div", As, [
7557
+ g("div", Ms, [
7558
+ g("div", Ps, [
7529
7559
  w(f.$slots, "walkthrough-title", {}, void 0, !0)
7530
7560
  ]),
7531
- h("div", Es, [
7561
+ g("div", Fs, [
7532
7562
  w(f.$slots, "walkthrough-subtitle", {}, void 0, !0)
7533
7563
  ])
7534
7564
  ])
7535
7565
  ]),
7536
7566
  _: 3
7537
7567
  }),
7538
- f.$slots["walkthrough-progress"] ? (c(), b("div", zs, [
7568
+ f.$slots["walkthrough-progress"] ? (c(), b("div", Os, [
7539
7569
  w(f.$slots, "walkthrough-progress", {}, void 0, !0)
7540
7570
  ])) : _("", !0),
7541
- f.$slots["walkthrough-content"] ? (c(), b("div", Js, [
7571
+ f.$slots["walkthrough-content"] ? (c(), b("div", Ds, [
7542
7572
  w(f.$slots, "walkthrough-content", {}, void 0, !0)
7543
7573
  ])) : _("", !0)
7544
7574
  ], 2),
@@ -7547,10 +7577,10 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7547
7577
  class: "joy-walkthrough-modal__footer joy-p-6",
7548
7578
  onClick: p
7549
7579
  }, [
7550
- h("button", Ms, J(f.footer), 1)
7580
+ g("button", Rs, J(f.footer), 1)
7551
7581
  ])) : _("", !0)
7552
7582
  ], 16)) : _("", !0),
7553
- a.value ? _("", !0) : (c(), I(Is, H({ key: 1 }, f.triggerAttrs, {
7583
+ a.value ? _("", !0) : (c(), I(zs, H({ key: 1 }, f.triggerAttrs, {
7554
7584
  title: f.triggerTitle,
7555
7585
  subtitle: f.triggerSubtitle,
7556
7586
  icon: f.triggerIcon,
@@ -7560,89 +7590,90 @@ const Ki = /* @__PURE__ */ A(Ui, [["render", Yi], ["__scopeId", "data-v-da63aa46
7560
7590
  ], 2)
7561
7591
  ], 8, ["disabled"]));
7562
7592
  }
7563
- }), Ou = /* @__PURE__ */ A(Ps, [["__scopeId", "data-v-c1a50091"]]), Du = {
7593
+ }), Wu = /* @__PURE__ */ A(Ns, [["__scopeId", "data-v-c1a50091"]]), Uu = {
7564
7594
  install: (e) => {
7565
7595
  typeof window < "u" && Wt(), e.directive("joy-ripple", Rt), e.directive("bind-once", Mo);
7566
7596
  }
7567
7597
  };
7568
7598
  export {
7569
- Du as JoyVueLightPlugin,
7570
- Rs as VJoyAvailability,
7571
- on as VJoyAvatar,
7572
- Ns as VJoyAvatarsList,
7573
- sn as VJoyBadge,
7574
- qs as VJoyBadgeLevel,
7575
- Hs as VJoyBlockSkeleton,
7576
- Ws as VJoyBottomSheet,
7577
- Us as VJoyBottomSheetTrigger,
7599
+ Uu as JoyVueLightPlugin,
7600
+ Us as VJoyAdminBanner,
7601
+ Gs as VJoyAvailability,
7602
+ an as VJoyAvatar,
7603
+ Ys as VJoyAvatarsList,
7604
+ cn as VJoyBadge,
7605
+ Ks as VJoyBadgeLevel,
7606
+ Zs as VJoyBlockSkeleton,
7607
+ Xs as VJoyBottomSheet,
7608
+ Qs as VJoyBottomSheetTrigger,
7578
7609
  ne as VJoyButton,
7579
7610
  Kt as VJoyCheckbox,
7580
- Gs as VJoyCollapse,
7581
- Yn as VJoyCollapseItem,
7582
- Ys as VJoyCompanyAvatar,
7583
- Ks as VJoyCounter,
7584
- Zs as VJoyDialog,
7585
- Xs as VJoyDialogTrigger,
7586
- Qs as VJoyDividerCta,
7611
+ eu as VJoyCollapse,
7612
+ Xn as VJoyCollapseItem,
7613
+ tu as VJoyCompanyAvatar,
7614
+ ou as VJoyCounter,
7615
+ nu as VJoyDialog,
7616
+ lu as VJoyDialogTrigger,
7617
+ au as VJoyDividerCta,
7587
7618
  Ct as VJoyDot,
7588
- eu as VJoyDrawer,
7589
- tu as VJoyDrawerTrigger,
7590
- ou as VJoyDropdown,
7591
- Ol as VJoyDropdownList,
7592
- nu as VJoyDropzone,
7593
- lu as VJoyFilterBar,
7594
- au as VJoyFilterBarButton,
7619
+ ru as VJoyDrawer,
7620
+ iu as VJoyDrawerTrigger,
7621
+ su as VJoyDropdown,
7622
+ Nl as VJoyDropdownList,
7623
+ uu as VJoyDropzone,
7624
+ du as VJoyFilterBar,
7625
+ cu as VJoyFilterBarButton,
7595
7626
  mt as VJoyFormError,
7596
- ru as VJoyFormFieldSkeleton,
7597
- iu as VJoyFunnel,
7598
- su as VJoyFunnelFooter,
7599
- uu as VJoyHeader,
7600
- du as VJoyHighlight,
7627
+ fu as VJoyFormFieldSkeleton,
7628
+ pu as VJoyFunnel,
7629
+ yu as VJoyFunnelFooter,
7630
+ mu as VJoyHeader,
7631
+ vu as VJoyHighlight,
7601
7632
  N as VJoyIcon,
7602
- $a as VJoyIndicator,
7603
- cu as VJoyIndicators,
7604
- fu as VJoyInput,
7633
+ Va as VJoyIndicator,
7634
+ gu as VJoyIndicators,
7635
+ hu as VJoyInput,
7605
7636
  Ve as VJoyLabel,
7606
- pu as VJoyLink,
7607
- yu as VJoyListItem,
7608
- mu as VJoyMenu,
7609
- vu as VJoyMultiCheckbox,
7610
- hu as VJoyPagination,
7611
- gu as VJoyPanel,
7612
- bu as VJoyPanelSection,
7613
- wu as VJoyProductTour,
7614
- _u as VJoyProductTourTrigger,
7615
- ju as VJoyProgressBar,
7616
- ku as VJoyRadio,
7617
- $u as VJoyRadioGroup,
7618
- fi as VJoyRatingStars,
7637
+ bu as VJoyLink,
7638
+ wu as VJoyListItem,
7639
+ _u as VJoyMenu,
7640
+ ju as VJoyMultiCheckbox,
7641
+ ku as VJoyPagination,
7642
+ $u as VJoyPanel,
7643
+ Su as VJoyPanelSection,
7644
+ Cu as VJoyProductTour,
7645
+ Vu as VJoyProductTourTrigger,
7646
+ xu as VJoyProgressBar,
7647
+ Tu as VJoyRadio,
7648
+ Iu as VJoyRadioGroup,
7649
+ vi as VJoyRatingStars,
7619
7650
  Xt as VJoyScreenLoader,
7620
- Su as VJoySelect,
7621
- wi as VJoySelectableItem,
7622
- Cu as VJoySelectableItemGroup,
7623
- Vu as VJoySeparator,
7651
+ Lu as VJoySelect,
7652
+ $i as VJoySelectableItem,
7653
+ Bu as VJoySelectableItemGroup,
7654
+ Au as VJoySeparator,
7624
7655
  Ho as VJoySnackbar,
7625
7656
  Ut as VJoySpinner,
7626
- xi as VJoyStep,
7627
- xu as VJoyStepper,
7628
- Tu as VJoyTab,
7629
- Iu as VJoyTabs,
7630
- go as VJoyTag,
7631
- Lu as VJoyTagsInput,
7632
- Bu as VJoyTagsList,
7633
- Au as VJoyTemplate,
7634
- Ki as VJoyTemplateShape,
7635
- Eu as VJoyText,
7636
- zu as VJoyTextarea,
7637
- Ju as VJoyTitleBrand,
7638
- Mu as VJoyToggle,
7639
- Pu as VJoyTooltip,
7640
- Fu as VJoyUserCard,
7641
- Ou as VJoyWalkthrough,
7642
- Is as VJoyWalkthroughTrigger,
7657
+ Bi as VJoyStep,
7658
+ Eu as VJoyStepper,
7659
+ zu as VJoyTab,
7660
+ Ju as VJoyTabs,
7661
+ ho as VJoyTag,
7662
+ Mu as VJoyTagsInput,
7663
+ Pu as VJoyTagsList,
7664
+ Fu as VJoyTemplate,
7665
+ es as VJoyTemplateShape,
7666
+ Ou as VJoyText,
7667
+ Du as VJoyTextarea,
7668
+ Ru as VJoyTitleBrand,
7669
+ Nu as VJoyToggle,
7670
+ qu as VJoyTooltip,
7671
+ Hu as VJoyUserCard,
7672
+ Wu as VJoyWalkthrough,
7673
+ zs as VJoyWalkthroughTrigger,
7643
7674
  re as VJoyWrapper,
7644
7675
  Wt as createAllSnackbarsContainer,
7645
- Ds as pushVJoySnackbar,
7646
- Os as resetCount,
7676
+ Ws as pushVJoySnackbar,
7677
+ Hs as resetCount,
7647
7678
  Rt as vJoyRipple
7648
7679
  };