@maltjoy/core-vue 3.15.5 → 3.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist/components/JoyAvailability/JoyAvailability.types.d.ts +1 -1
  2. package/dist/components/JoyAvatar/JoyAvatar.types.d.ts +4 -4
  3. package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +13 -9
  4. package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +1 -1
  5. package/dist/components/JoyBadge/JoyBadge.types.d.ts +1 -1
  6. package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +3 -4
  7. package/dist/components/JoyBadgeLevel/JoyBadgeLevel.types.d.ts +1 -1
  8. package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +1 -1
  9. package/dist/components/JoyButton/JoyButton.types.d.ts +14 -4
  10. package/dist/components/JoyButton/VJoyButton.vue.d.ts +12 -12
  11. package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +4 -6
  12. package/dist/components/JoyCompanyAvatar/JoyCompanyAvatar.types.d.ts +3 -3
  13. package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +4 -4
  14. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +4 -4
  15. package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +2 -2
  16. package/dist/components/JoyDropdown/JoyDropdown.types.d.ts +2 -2
  17. package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +23 -18
  18. package/dist/components/JoyDropdownList/JoyDropdownList.types.d.ts +3 -3
  19. package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +38 -16
  20. package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +1 -1
  21. package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +7 -3
  22. package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +10 -0
  23. package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +1 -1
  24. package/dist/components/JoyFunnel/JoyFunnel.types.d.ts +5 -0
  25. package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +53 -0
  26. package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +10 -0
  27. package/dist/components/JoyHighlight/JoyHighlight.types.d.ts +3 -3
  28. package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +7 -8
  29. package/dist/components/JoyIcon/JoyIcon.types.d.ts +4 -4
  30. package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +3 -3
  31. package/dist/components/JoyInput/JoyInput.types.d.ts +3 -3
  32. package/dist/components/JoyInput/VJoyInput.vue.d.ts +14 -10
  33. package/dist/components/JoyLabel/JoyLabel.types.d.ts +1 -1
  34. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +3 -4
  35. package/dist/components/JoyLink/VJoyLink.vue.d.ts +6 -7
  36. package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +22 -6
  37. package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +17 -3
  38. package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +6 -2
  39. package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +2 -2
  40. package/dist/components/JoyPanel/JoyPanel.types.d.ts +5 -5
  41. package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +17 -17
  42. package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +2 -2
  43. package/dist/components/JoyProgressBar/JoyProgressBar.types.d.ts +2 -2
  44. package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +4 -4
  45. package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +2 -2
  46. package/dist/components/JoyRatingStars/JoyRatingStars.types.d.ts +3 -3
  47. package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +5 -5
  48. package/dist/components/JoyScreenLoader/VJoyScreenLoader.types.d.ts +1 -1
  49. package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +2 -2
  50. package/dist/components/JoySelect/JoySelect.types.d.ts +3 -3
  51. package/dist/components/JoySelect/VJoySelect.vue.d.ts +7 -7
  52. package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +3 -3
  53. package/dist/components/JoySeparator/JoySeparator.types.d.ts +3 -3
  54. package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +4 -4
  55. package/dist/components/JoySpinner/JoySpinner.types.d.ts +1 -1
  56. package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +5 -5
  57. package/dist/components/JoyTab/TabButton.vue.d.ts +1 -1
  58. package/dist/components/JoyTab/VJoyTab.vue.d.ts +10 -3
  59. package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +3 -3
  60. package/dist/components/JoyTag/JoyTag.types.d.ts +4 -4
  61. package/dist/components/JoyTag/VJoyTag.vue.d.ts +18 -6
  62. package/dist/components/JoyTagsList/JoyTagsList.types.d.ts +1 -1
  63. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +9 -3
  64. package/dist/components/JoyTemplate/JoyTemplate.types.d.ts +1 -1
  65. package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +7 -7
  66. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +2 -2
  67. package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +6 -4
  68. package/dist/components/JoyWrapper/JoyWrapper.types.d.ts +5 -5
  69. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +8 -8
  70. package/dist/components/components.types.d.ts +1 -0
  71. package/dist/components/index.d.ts +3 -1
  72. package/dist/helpers/index.d.ts +2 -2
  73. package/dist/joy-vue.js +1368 -1634
  74. package/dist/joy-vue.umd.cjs +1 -1
  75. package/dist/style.css +1 -1
  76. package/dist/tests/composables/test-components/CheckboxFormProps.vue.d.ts +2 -2
  77. package/dist/tests/composables/test-components/GenericFormProps.vue.d.ts +1 -1
  78. package/dist/tests/composables/test-components/GenericFormPropsWithLabel.vue.d.ts +1 -1
  79. package/dist/types/index.d.ts +4 -0
  80. package/joy-components.d.ts +3 -0
  81. package/package.json +3 -3
package/dist/joy-vue.js CHANGED
@@ -1,5 +1,5 @@
1
- import { defineComponent as j, computed as V, openBlock as d, createElementBlock as m, normalizeClass as S, createElementVNode as _, Fragment as D, createTextVNode as B, toDisplayString as C, createCommentVNode as b, createBlock as x, resolveDynamicComponent as ne, mergeProps as Z, withCtx as O, pushScopeId as he, popScopeId as we, renderSlot as g, unref as k, renderList as G, createStaticVNode as lt, useAttrs as Se, resolveDirective as _t, withDirectives as bt, ref as w, createVNode as R, getCurrentScope as gt, onScopeDispose as ht, getCurrentInstance as wt, onMounted as Q, nextTick as at, watch as E, h as St, reactive as ve, onBeforeUnmount as je, normalizeStyle as K, normalizeProps as se, guardReactiveProps as ue, provide as $e, createSlots as nt, inject as de, useSlots as Y, onBeforeMount as jt, withModifiers as $t } from "vue";
2
- const kt = ["title"], Vt = /* @__PURE__ */ j({
1
+ import { defineComponent as S, computed as x, openBlock as n, createElementBlock as c, normalizeClass as h, createElementVNode as y, Fragment as q, createTextVNode as C, toDisplayString as I, createCommentVNode as g, createBlock as V, resolveDynamicComponent as G, mergeProps as R, withCtx as B, pushScopeId as ae, popScopeId as le, renderSlot as _, unref as w, renderList as P, createStaticVNode as ne, useAttrs as oe, resolveDirective as Ne, withDirectives as Re, ref as k, createVNode as A, getCurrentScope as He, onScopeDispose as De, getCurrentInstance as We, onMounted as H, nextTick as Ue, watch as F, h as Ge, onBeforeUnmount as ie, normalizeStyle as N, normalizeProps as Z, guardReactiveProps as Q, provide as se, createSlots as Ce, inject as Y, useSlots as M, onBeforeMount as Ke, withModifiers as Ze } from "vue";
2
+ const Qe = ["title"], Ye = /* @__PURE__ */ S({
3
3
  __name: "VJoyAvailability",
4
4
  props: {
5
5
  /** Don't fill it and you'll only have the colored dot */
@@ -14,30 +14,30 @@ const kt = ["title"], Vt = /* @__PURE__ */ j({
14
14
  isPartial: Boolean
15
15
  },
16
16
  setup(e) {
17
- const l = e, t = V(() => ({
17
+ const l = e, t = x(() => ({
18
18
  "joy-availability__dot": !0,
19
19
  "joy-availability--partial": l.isPartial,
20
20
  [l.status]: !0
21
21
  }));
22
- return (a, n) => (d(), m("div", {
23
- class: S(["joy-availability", { "joy-availability-has-label": !!e.label }]),
22
+ return (a, i) => (n(), c("div", {
23
+ class: h(["joy-availability", { "joy-availability-has-label": !!e.label }]),
24
24
  title: e.label || void 0
25
25
  }, [
26
- _("span", {
27
- class: S(t.value)
26
+ y("span", {
27
+ class: h(t.value)
28
28
  }, null, 2),
29
- e.label ? (d(), m(D, { key: 0 }, [
30
- B(C(e.label), 1)
31
- ], 64)) : b("", !0)
32
- ], 10, kt));
29
+ e.label ? (n(), c(q, { key: 0 }, [
30
+ C(I(e.label), 1)
31
+ ], 64)) : g("", !0)
32
+ ], 10, Qe));
33
33
  }
34
34
  });
35
35
  const $ = (e, l) => {
36
36
  const t = e.__vccOpts || e;
37
- for (const [a, n] of l)
38
- t[a] = n;
37
+ for (const [a, i] of l)
38
+ t[a] = i;
39
39
  return t;
40
- }, xt = /* @__PURE__ */ $(Vt, [["__scopeId", "data-v-34b760ee"]]), T = /* @__PURE__ */ j({
40
+ }, Xe = /* @__PURE__ */ $(Ye, [["__scopeId", "data-v-3452c6e7"]]), J = /* @__PURE__ */ S({
41
41
  __name: "VJoyIcon",
42
42
  props: {
43
43
  name: {
@@ -54,27 +54,27 @@ const $ = (e, l) => {
54
54
  }
55
55
  },
56
56
  setup(e) {
57
- return (l, t) => (d(), m("span", {
58
- class: S(["joy-icon", `joy-icon--${e.color}`, `joy-icon--${e.size}`])
57
+ return (l, t) => (n(), c("span", {
58
+ class: h(["joy-icon", `joy-icon--${e.color}`, `joy-icon--${e.size}`])
59
59
  }, [
60
- _("i", {
61
- class: S(["icon", `icon-${e.name}`])
60
+ y("i", {
61
+ class: h(["icon", `icon-${e.name}`])
62
62
  }, null, 2)
63
63
  ], 2));
64
64
  }
65
65
  });
66
- const It = (e) => (he("data-v-b3dcdecc"), e = e(), we(), e), Ct = {
66
+ const et = (e) => (ae("data-v-bcb28746"), e = e(), le(), e), tt = {
67
67
  ref: "avatarEl",
68
68
  class: "joy-avatar__wrapper"
69
- }, Lt = ["src", "title", "alt"], Bt = {
69
+ }, at = ["src", "title", "alt"], lt = {
70
70
  key: 0,
71
71
  class: "joy-avatar__strategy"
72
- }, Ot = ["height"], Tt = /* @__PURE__ */ It(() => /* @__PURE__ */ _("path", {
72
+ }, nt = ["height"], ot = /* @__PURE__ */ et(() => /* @__PURE__ */ y("path", {
73
73
  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",
74
74
  fill: "#F7F7F5"
75
- }, null, -1)), Jt = [
76
- Tt
77
- ], Et = /* @__PURE__ */ j({
75
+ }, null, -1)), it = [
76
+ ot
77
+ ], st = /* @__PURE__ */ S({
78
78
  __name: "VJoyAvatar",
79
79
  props: {
80
80
  /** 3 different sizes of avatar */
@@ -103,85 +103,85 @@ const It = (e) => (he("data-v-b3dcdecc"), e = e(), we(), e), Ct = {
103
103
  },
104
104
  emits: ["click"],
105
105
  setup(e, { expose: l, emit: t }) {
106
- const a = e, n = V(() => a.size === "large" ? "medium" : a.size === "medium" ? "small" : a.size === "small" ? "xsmall" : "small"), r = V(() => a.link ? {
106
+ const a = e, i = x(() => a.size === "large" ? "medium" : a.size === "medium" ? "small" : a.size === "small" ? "xsmall" : "small"), s = x(() => a.link ? {
107
107
  type: "button"
108
- } : null), i = V(() => ({
108
+ } : null), u = x(() => ({
109
109
  "joy-avatar": !0,
110
110
  "joy-avatar__link": a.link,
111
111
  "joy-avatar__placeholder": o.value,
112
112
  [`joy-avatar__${a.size}`]: !0,
113
113
  [`joy-avatar__${a.color}`]: !0
114
- })), o = V(() => !a.fullName && !a.photoUrl && !a.totalNumber), y = V(() => {
115
- function f(c) {
116
- return c.replace(/[';,:()]/g, "").charAt(0);
114
+ })), o = x(() => !a.fullName && !a.photoUrl && !a.totalNumber), m = x(() => {
115
+ function p(f) {
116
+ return f.replace(/[';,:()]/g, "").charAt(0);
117
117
  }
118
- let u = a.fullName.split(" ");
119
- return u = u.slice(0, 2), u.forEach((c, s) => {
120
- u[s] = f(c);
121
- }), u.join("").toUpperCase();
118
+ let d = a.fullName.split(" ");
119
+ return d = d.slice(0, 2), d.forEach((f, r) => {
120
+ d[r] = p(f);
121
+ }), d.join("").toUpperCase();
122
122
  });
123
- function p() {
123
+ function b() {
124
124
  t("click");
125
125
  }
126
126
  return l({
127
127
  isAnonymous: o,
128
- initials: y
129
- }), (f, u) => (d(), m("div", Ct, [
130
- (d(), x(ne(e.link ? "button" : "div"), Z(r.value, {
131
- class: [i.value],
132
- onClick: p
128
+ initials: m
129
+ }), (p, d) => (n(), c("div", tt, [
130
+ (n(), V(G(e.link ? "button" : "div"), R(s.value, {
131
+ class: [u.value],
132
+ onClick: b
133
133
  }), {
134
- default: O(() => [
135
- o.value ? (d(), x(T, {
134
+ default: B(() => [
135
+ o.value ? (n(), V(J, {
136
136
  key: 0,
137
137
  name: "user-photo",
138
138
  color: "white",
139
- size: n.value
140
- }, null, 8, ["size"])) : b("", !0),
141
- e.photoUrl ? (d(), m("img", {
139
+ size: i.value
140
+ }, null, 8, ["size"])) : g("", !0),
141
+ e.photoUrl ? (n(), c("img", {
142
142
  key: 1,
143
143
  src: e.photoUrl,
144
144
  title: e.fullName,
145
145
  alt: e.fullName || "",
146
146
  loading: "lazy"
147
- }, null, 8, Lt)) : b("", !0),
148
- e.fullName ? (d(), m(D, { key: 2 }, [
149
- B(C(y.value), 1)
150
- ], 64)) : b("", !0),
151
- e.totalNumber ? (d(), m(D, { key: 3 }, [
152
- B(C("+" + e.totalNumber), 1)
153
- ], 64)) : b("", !0)
147
+ }, null, 8, at)) : g("", !0),
148
+ e.fullName ? (n(), c(q, { key: 2 }, [
149
+ C(I(m.value), 1)
150
+ ], 64)) : g("", !0),
151
+ e.totalNumber ? (n(), c(q, { key: 3 }, [
152
+ C(I("+" + e.totalNumber), 1)
153
+ ], 64)) : g("", !0)
154
154
  ]),
155
155
  _: 1
156
156
  }, 16, ["class"])),
157
- e.profile === "strategy" ? (d(), m("span", Bt, [
158
- (d(), m("svg", {
157
+ e.profile === "strategy" ? (n(), c("span", lt, [
158
+ (n(), c("svg", {
159
159
  width: "12",
160
160
  height: e.size === "small" ? "10" : "16",
161
161
  viewBox: "0 0 12 16",
162
162
  fill: "none",
163
163
  xmlns: "http://www.w3.org/2000/svg"
164
- }, Jt, 8, Ot))
165
- ])) : b("", !0)
164
+ }, it, 8, nt))
165
+ ])) : g("", !0)
166
166
  ], 512));
167
167
  }
168
168
  });
169
- const Pt = /* @__PURE__ */ $(Et, [["__scopeId", "data-v-b3dcdecc"]]), At = /* @__PURE__ */ j({
169
+ const rt = /* @__PURE__ */ $(st, [["__scopeId", "data-v-bcb28746"]]), ut = /* @__PURE__ */ S({
170
170
  __name: "VJoyAvatarsList",
171
171
  props: {
172
172
  /** Renders a compact list of avatars */
173
173
  compress: Boolean
174
174
  },
175
175
  setup(e) {
176
- return (l, t) => (d(), m("div", {
176
+ return (l, t) => (n(), c("div", {
177
177
  ref: "avatarsList",
178
- class: S(["joy-avatars-list", { "joy-avatars-list--compressed": e.compress }])
178
+ class: h(["joy-avatars-list", { "joy-avatars-list--compressed": e.compress }])
179
179
  }, [
180
- g(l.$slots, "default", {}, void 0, !0)
180
+ _(l.$slots, "default", {}, void 0, !0)
181
181
  ], 2));
182
182
  }
183
183
  });
184
- const zt = /* @__PURE__ */ $(At, [["__scopeId", "data-v-46e4547e"]]), qt = ["info", "gray", "green", "orange", "red", "teal", "pink", "dark-blue", "yellow"], Ft = /* @__PURE__ */ j({
184
+ const dt = /* @__PURE__ */ $(ut, [["__scopeId", "data-v-46e4547e"]]), ct = ["info", "gray", "green", "orange", "red", "teal", "pink", "dark-blue", "yellow"], yt = /* @__PURE__ */ S({
185
185
  __name: "VJoyBadge",
186
186
  props: {
187
187
  /**
@@ -204,112 +204,112 @@ const zt = /* @__PURE__ */ $(At, [["__scopeId", "data-v-46e4547e"]]), qt = ["inf
204
204
  variant: {
205
205
  type: String,
206
206
  validator(e) {
207
- return qt.includes(e);
207
+ return ct.includes(e);
208
208
  }
209
209
  }
210
210
  },
211
211
  setup(e) {
212
- return (l, t) => (d(), m("span", {
213
- class: S(["joy-badge", `joy-badge__${e.variant}`, { "joy-badge--with-bulletpoint": e.bulletpoint }]),
212
+ return (l, t) => (n(), c("span", {
213
+ class: h(["joy-badge", `joy-badge__${e.variant}`, { "joy-badge--with-bulletpoint": e.bulletpoint }]),
214
214
  role: "status"
215
215
  }, [
216
- g(l.$slots, "default", {}, () => [
217
- B(C(e.label), 1)
216
+ _(l.$slots, "default", {}, () => [
217
+ C(I(e.label), 1)
218
218
  ], !0)
219
219
  ], 2));
220
220
  }
221
221
  });
222
- const Mt = /* @__PURE__ */ $(Ft, [["__scopeId", "data-v-1ed08e27"]]);
223
- var P = /* @__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))(P || {}), re = /* @__PURE__ */ ((e) => (e.HIGH_POTENTIAL = "program_high-potential", e))(re || {});
224
- const H = (e) => (he("data-v-f258a344"), e = e(), we(), e), Nt = { class: "joy-badge-level" }, Rt = /* @__PURE__ */ H(() => /* @__PURE__ */ _("path", {
222
+ const ft = /* @__PURE__ */ $(yt, [["__scopeId", "data-v-4512c8c6"]]);
223
+ var E = /* @__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))(E || {}), K = /* @__PURE__ */ ((e) => (e.HIGH_POTENTIAL = "program_high-potential", e))(K || {});
224
+ const O = (e) => (ae("data-v-008b921b"), e = e(), le(), e), vt = { class: "joy-badge-level" }, pt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("path", {
225
225
  fill: "#264FFA",
226
226
  d: "M5.71533 12.2962 11.4243 18l.0049-11.45716-5.71387 5.75336Z"
227
- }, null, -1)), Dt = /* @__PURE__ */ H(() => /* @__PURE__ */ _("path", {
227
+ }, null, -1)), mt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("path", {
228
228
  fill: "#FC5757",
229
229
  d: "M.00195312 6.54284.00671145 18 5.7158 12.2962.00195312 6.54284Z"
230
- }, null, -1)), Ht = /* @__PURE__ */ H(() => /* @__PURE__ */ _("path", {
230
+ }, null, -1)), bt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("path", {
231
231
  fill: "#FFC200",
232
232
  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"
233
- }, null, -1)), Wt = [
234
- Rt,
235
- Dt,
236
- Ht
237
- ], Ut = {
233
+ }, null, -1)), _t = [
234
+ pt,
235
+ mt,
236
+ bt
237
+ ], gt = {
238
238
  key: 1,
239
239
  class: "joy-badge-level__highpotential",
240
240
  xmlns: "http://www.w3.org/2000/svg",
241
241
  fill: "none",
242
242
  viewBox: "0 0 12 14"
243
- }, Gt = /* @__PURE__ */ H(() => /* @__PURE__ */ _("g", { "clip-path": "url(#a)" }, [
244
- /* @__PURE__ */ _("path", {
243
+ }, ht = /* @__PURE__ */ O(() => /* @__PURE__ */ y("g", { "clip-path": "url(#a)" }, [
244
+ /* @__PURE__ */ y("path", {
245
245
  fill: "#FFC200",
246
246
  d: "M.00241952 6.50818C.00887156 4.89669.639559 3.38347 1.77754 2.24877c.8186-.8155 1.82835-1.366202 2.926-1.608251h.00081c.04516-.009747.09113-.019494.1371-.028429.00565-.001625.0121-.002437.01775-.004061.04032-.008123.08065-.015433.12097-.021931.0113-.001624.02259-.004061.03388-.005686.03548-.005685.07097-.011371.10726-.016245.01613-.002436.03146-.004873.04759-.006498.03064-.004873.0629-.008934.09436-.012995.01935-.002437.03871-.004874.05887-.006498.02823-.003249.05646-.006498.08549-.008935.02178-.002437.04436-.004874.06694-.006498.02581-.002437.05242-.004061.07823-.006498.0242-.001625.0492-.003249.07339-.004874.0242-.001624.0492-.003249.0742-.004061.02581-.001624.05081-.002437.07662-.003249.0242-.000812.04839-.001624.07259-.002437C5.87539.500812 5.9004.500812 5.92621.5h.07419c.0242 0 .0492 0 .0734.000812.0258 0 .05161.000812.07661.001625.0242.000812.04839.001624.07259.002436.02581 0 .05162.001625.07742.002437.02501.000812.0492.002437.0742.004061.0242.001625.0492.003249.07339.004874.02581.001624.05243.004061.07824.006498.02177.001624.04435.004061.06694.006498.02822.002437.05645.005686.08549.008935.01935.002436.03871.004061.05887.006498.03145.004061.06291.008122.09436.012183.01613.002437.03145.004874.04758.00731.03549.004874.07098.01056.10646.017058.01129.001624.02259.003249.03388.004873.04032.00731.08065.014621.12097.021931.00565.000812.0121.002436.01775.003249.04597.009747.09194.018681.1371.029241h.00081c1.09846.242861 2.1082.792751 2.92604 1.608251 1.1379 1.1347 1.7686 2.64792 1.7751 4.25941L12 7.00284l-.0016.41506L6.0004 13.5.00161301 7.4179 0 7.00284l.00241952-.49466Z"
247
247
  })
248
- ], -1)), Kt = /* @__PURE__ */ H(() => /* @__PURE__ */ _("defs", null, [
249
- /* @__PURE__ */ _("clipPath", { id: "a" }, [
250
- /* @__PURE__ */ _("path", {
248
+ ], -1)), jt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("defs", null, [
249
+ /* @__PURE__ */ y("clipPath", { id: "a" }, [
250
+ /* @__PURE__ */ y("path", {
251
251
  fill: "#fff",
252
252
  d: "M0 0h12v13H0z",
253
253
  transform: "translate(0 .5)"
254
254
  })
255
255
  ])
256
- ], -1)), Zt = [
257
- Gt,
258
- Kt
259
- ], Qt = {
256
+ ], -1)), kt = [
257
+ ht,
258
+ jt
259
+ ], St = {
260
260
  key: 2,
261
261
  class: "joy-badge-level__high-potential-auto",
262
262
  xmlns: "http://www.w3.org/2000/svg",
263
263
  viewBox: "0 0 64 64",
264
264
  "enable-background": "new 0 0 64 64"
265
- }, Yt = /* @__PURE__ */ H(() => /* @__PURE__ */ _("path", {
265
+ }, $t = /* @__PURE__ */ O(() => /* @__PURE__ */ y("path", {
266
266
  fill: "#EF4E16",
267
267
  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"
268
- }, null, -1)), Xt = /* @__PURE__ */ H(() => /* @__PURE__ */ _("path", {
268
+ }, null, -1)), wt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("path", {
269
269
  fill: "#F9B700",
270
270
  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"
271
- }, null, -1)), el = /* @__PURE__ */ H(() => /* @__PURE__ */ _("path", {
271
+ }, null, -1)), Vt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("path", {
272
272
  fill: "#FFE463",
273
273
  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"
274
- }, null, -1)), tl = /* @__PURE__ */ H(() => /* @__PURE__ */ _("path", {
274
+ }, null, -1)), xt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("path", {
275
275
  fill: "#FFF7D1",
276
276
  d: "M37.182 54.939c0 2.188-12.427 2.188-12.427 0 0-5.849 12.427-5.849 12.427 0z"
277
- }, null, -1)), ll = [
278
- Yt,
279
- Xt,
280
- el,
281
- tl
282
- ], al = {
277
+ }, null, -1)), It = [
278
+ $t,
279
+ wt,
280
+ Vt,
281
+ xt
282
+ ], Ct = {
283
283
  key: 3,
284
284
  class: "joy-badge-level__maltlinker",
285
285
  xmlns: "http://www.w3.org/2000/svg",
286
286
  fill: "none",
287
287
  viewBox: "0 0 22 10"
288
- }, nl = /* @__PURE__ */ lt('<g clip-path="url(#a)" data-v-f258a344><path fill="var(--joy-color-tertiary-10)" d="M4.919 9.893c-1.32-.005-2.558-.526-3.487-1.464C.764 7.754.313 6.922.115 6.016v-.001c-.008-.037-.016-.074-.024-.112 0-.005-.001-.01-.002-.015-.006-.033-.012-.066-.018-.1C.069 5.779.068 5.77.066 5.76c-.005-.029-.009-.058-.014-.088-.002-.013-.003-.026-.005-.039-.004-.026-.007-.052-.01-.078l-.006-.048C.028 5.483.026 5.46.024 5.436.022 5.418.02 5.399.019 5.381c-.002-.022-.004-.043-.006-.065-.001-.02-.003-.04-.004-.061-.001-.02-.002-.041-.003-.061-.001-.02-.002-.041-.003-.062-.001-.02-.001-.04-.002-.06 0-.021 0-.043-.001-.064v-.122c0-.021.001-.042.001-.063 0-.02.001-.04.002-.06L.006 4.7c.001-.02.002-.041.003-.061.001-.02.002-.04.004-.061.002-.021.003-.043.005-.064.002-.019.004-.037.006-.056.002-.024.005-.047.007-.07l.006-.048c.003-.026.007-.052.01-.078.002-.014.003-.027.005-.04.004-.029.009-.059.014-.088.002-.009.003-.019.005-.028.006-.033.012-.067.018-.1l.003-.015c.007-.038.015-.075.023-.113v-.001c.198-.904.649-1.737 1.317-2.412C2.361.527 3.6.007 4.919.002L5.324 0l.34.001 4.98 4.946-4.98 4.946-.34.002-.405-.002Z" data-v-f258a344></path><path fill="var(--joy-color-brand-primary-50)" d="M16.3651.002c1.319.005 2.558.525 3.487 1.463.668.675 1.118 1.507 1.317 2.413v.001c.008.038.016.075.023.113l.003.015c.006.033.012.066.018.1.002.009.003.019.005.028.005.029.009.059.014.088.002.013.004.026.005.039.004.026.007.052.01.078l.006.048c.003.023.005.047.007.07.002.019.003.037.005.056.002.021.004.043.005.064.001.02.003.04.004.061.001.02.002.041.003.061l.003.063c.001.02.001.04.002.06.001.021.001.042.001.063v.122c0 .021-.001.042-.001.063 0 .02-.001.04-.002.06l-.003.063c-.001.02-.002.041-.003.061-.001.02-.002.04-.004.061-.002.021-.003.043-.005.064-.002.019-.003.037-.005.056-.002.024-.005.047-.007.07l-.006.048c-.003.026-.007.052-.01.078-.002.013-.004.026-.005.039-.004.029-.009.059-.014.088-.002.009-.003.019-.005.028-.006.033-.012.067-.018.1l-.003.015c-.007.038-.015.075-.023.113v.001c-.199.906-.649 1.738-1.317 2.413-.929.938-2.168 1.458-3.487 1.463l-.405.002-.34-.001-4.98-4.946 4.98-4.946.339-.001.406.002Z" data-v-f258a344></path></g><defs data-v-f258a344><clipPath id="a" data-v-f258a344><path fill="#fff" d="M0 0h21.283v9.895H0z" data-v-f258a344></path></clipPath></defs>', 2), ol = [
289
- nl
290
- ], rl = {
288
+ }, Lt = /* @__PURE__ */ ne('<g clip-path="url(#a)" data-v-008b921b><path fill="var(--joy-color-tertiary-10)" d="M4.919 9.893c-1.32-.005-2.558-.526-3.487-1.464C.764 7.754.313 6.922.115 6.016v-.001c-.008-.037-.016-.074-.024-.112 0-.005-.001-.01-.002-.015-.006-.033-.012-.066-.018-.1C.069 5.779.068 5.77.066 5.76c-.005-.029-.009-.058-.014-.088-.002-.013-.003-.026-.005-.039-.004-.026-.007-.052-.01-.078l-.006-.048C.028 5.483.026 5.46.024 5.436.022 5.418.02 5.399.019 5.381c-.002-.022-.004-.043-.006-.065-.001-.02-.003-.04-.004-.061-.001-.02-.002-.041-.003-.061-.001-.02-.002-.041-.003-.062-.001-.02-.001-.04-.002-.06 0-.021 0-.043-.001-.064v-.122c0-.021.001-.042.001-.063 0-.02.001-.04.002-.06L.006 4.7c.001-.02.002-.041.003-.061.001-.02.002-.04.004-.061.002-.021.003-.043.005-.064.002-.019.004-.037.006-.056.002-.024.005-.047.007-.07l.006-.048c.003-.026.007-.052.01-.078.002-.014.003-.027.005-.04.004-.029.009-.059.014-.088.002-.009.003-.019.005-.028.006-.033.012-.067.018-.1l.003-.015c.007-.038.015-.075.023-.113v-.001c.198-.904.649-1.737 1.317-2.412C2.361.527 3.6.007 4.919.002L5.324 0l.34.001 4.98 4.946-4.98 4.946-.34.002-.405-.002Z" data-v-008b921b></path><path fill="var(--joy-color-brand-primary-50)" d="M16.3651.002c1.319.005 2.558.525 3.487 1.463.668.675 1.118 1.507 1.317 2.413v.001c.008.038.016.075.023.113l.003.015c.006.033.012.066.018.1.002.009.003.019.005.028.005.029.009.059.014.088.002.013.004.026.005.039.004.026.007.052.01.078l.006.048c.003.023.005.047.007.07.002.019.003.037.005.056.002.021.004.043.005.064.001.02.003.04.004.061.001.02.002.041.003.061l.003.063c.001.02.001.04.002.06.001.021.001.042.001.063v.122c0 .021-.001.042-.001.063 0 .02-.001.04-.002.06l-.003.063c-.001.02-.002.041-.003.061-.001.02-.002.04-.004.061-.002.021-.003.043-.005.064-.002.019-.003.037-.005.056-.002.024-.005.047-.007.07l-.006.048c-.003.026-.007.052-.01.078-.002.013-.004.026-.005.039-.004.029-.009.059-.014.088-.002.009-.003.019-.005.028-.006.033-.012.067-.018.1l-.003.015c-.007.038-.015.075-.023.113v.001c-.199.906-.649 1.738-1.317 2.413-.929.938-2.168 1.458-3.487 1.463l-.405.002-.34-.001-4.98-4.946 4.98-4.946.339-.001.406.002Z" data-v-008b921b></path></g><defs data-v-008b921b><clipPath id="a" data-v-008b921b><path fill="#fff" d="M0 0h21.283v9.895H0z" data-v-008b921b></path></clipPath></defs>', 2), Bt = [
289
+ Lt
290
+ ], Jt = {
291
291
  key: 4,
292
292
  class: "joy-badge-level__highpotential-program",
293
293
  xmlns: "http://www.w3.org/2000/svg",
294
294
  fill: "none",
295
295
  viewBox: "0 0 12 14"
296
- }, il = /* @__PURE__ */ H(() => /* @__PURE__ */ _("g", { "clip-path": "url(#a)" }, [
297
- /* @__PURE__ */ _("path", {
296
+ }, Tt = /* @__PURE__ */ O(() => /* @__PURE__ */ y("g", { "clip-path": "url(#a)" }, [
297
+ /* @__PURE__ */ y("path", {
298
298
  fill: "#FFC200",
299
299
  d: "M.00241952 6.50818C.00887156 4.89669.639559 3.38347 1.77754 2.24877c.8186-.8155 1.82835-1.366202 2.926-1.608251h.00081c.04516-.009747.09113-.019494.1371-.028429.00565-.001625.0121-.002437.01775-.004061.04032-.008123.08065-.015433.12097-.021931.0113-.001624.02259-.004061.03388-.005686.03548-.005685.07097-.011371.10726-.016245.01613-.002436.03146-.004873.04759-.006498.03064-.004873.0629-.008934.09436-.012995.01935-.002437.03871-.004874.05887-.006498.02823-.003249.05646-.006498.08549-.008935.02178-.002437.04436-.004874.06694-.006498.02581-.002437.05242-.004061.07823-.006498.0242-.001625.0492-.003249.07339-.004874.0242-.001624.0492-.003249.0742-.004061.02581-.001624.05081-.002437.07662-.003249.0242-.000812.04839-.001624.07259-.002437C5.87539.500812 5.9004.500812 5.92621.5h.07419c.0242 0 .0492 0 .0734.000812.0258 0 .05161.000812.07661.001625.0242.000812.04839.001624.07259.002436.02581 0 .05162.001625.07742.002437.02501.000812.0492.002437.0742.004061.0242.001625.0492.003249.07339.004874.02581.001624.05243.004061.07824.006498.02177.001624.04435.004061.06694.006498.02822.002437.05645.005686.08549.008935.01935.002436.03871.004061.05887.006498.03145.004061.06291.008122.09436.012183.01613.002437.03145.004874.04758.00731.03549.004874.07098.01056.10646.017058.01129.001624.02259.003249.03388.004873.04032.00731.08065.014621.12097.021931.00565.000812.0121.002436.01775.003249.04597.009747.09194.018681.1371.029241h.00081c1.09846.242861 2.1082.792751 2.92604 1.608251 1.1379 1.1347 1.7686 2.64792 1.7751 4.25941L12 7.00284l-.0016.41506L6.0004 13.5.00161301 7.4179 0 7.00284l.00241952-.49466Z"
300
300
  })
301
- ], -1)), sl = /* @__PURE__ */ H(() => /* @__PURE__ */ _("defs", null, [
302
- /* @__PURE__ */ _("clipPath", { id: "a" }, [
303
- /* @__PURE__ */ _("path", {
301
+ ], -1)), Et = /* @__PURE__ */ O(() => /* @__PURE__ */ y("defs", null, [
302
+ /* @__PURE__ */ y("clipPath", { id: "a" }, [
303
+ /* @__PURE__ */ y("path", {
304
304
  fill: "#fff",
305
305
  d: "M0 0h12v13H0z",
306
306
  transform: "translate(0 .5)"
307
307
  })
308
308
  ])
309
- ], -1)), ul = [
310
- il,
311
- sl
312
- ], dl = /* @__PURE__ */ j({
309
+ ], -1)), zt = [
310
+ Tt,
311
+ Et
312
+ ], At = /* @__PURE__ */ S({
313
313
  __name: "VJoyBadgeLevel",
314
314
  props: {
315
315
  /** Badge type. HIGH_POTENTIAL, SUPERMALTER, etc... */
@@ -329,72 +329,72 @@ const H = (e) => (he("data-v-f258a344"), e = e(), we(), e), Nt = { class: "joy-b
329
329
  }
330
330
  },
331
331
  setup(e) {
332
- const l = e, t = V(() => {
332
+ const l = e, t = x(() => {
333
333
  switch (l.type) {
334
- case re.HIGH_POTENTIAL:
335
- case P.HIGH_POTENTIAL:
334
+ case K.HIGH_POTENTIAL:
335
+ case E.HIGH_POTENTIAL:
336
336
  return "High Potential";
337
- case P.HIGH_POTENTIAL_AUTO:
337
+ case E.HIGH_POTENTIAL_AUTO:
338
338
  return "High Potential Auto";
339
- case P.MALT_LINKER:
339
+ case E.MALT_LINKER:
340
340
  return "Malt Linker";
341
- case P.NEW:
341
+ case E.NEW:
342
342
  return "New";
343
- case P.SUPER_MALTER:
343
+ case E.SUPER_MALTER:
344
344
  return "Supermalter";
345
- case P.VERIFIED:
345
+ case E.VERIFIED:
346
346
  return "Verified";
347
347
  default:
348
348
  return "Supermalter";
349
349
  }
350
350
  });
351
- return (a, n) => (d(), m("span", Nt, [
352
- e.type === k(P).SUPER_MALTER ? (d(!0), m(D, { key: 0 }, G(e.superMalterLevel, (r, i) => (d(), m("svg", {
353
- key: i,
351
+ return (a, i) => (n(), c("span", vt, [
352
+ e.type === w(E).SUPER_MALTER ? (n(!0), c(q, { key: 0 }, P(e.superMalterLevel, (s, u) => (n(), c("svg", {
353
+ key: u,
354
354
  class: "joy-badge-level__supermalter",
355
355
  xmlns: "http://www.w3.org/2000/svg",
356
356
  fill: "none",
357
357
  viewBox: "0 0 12 18"
358
- }, Wt))), 128)) : b("", !0),
359
- e.type === k(P).HIGH_POTENTIAL ? (d(), m("svg", Ut, Zt)) : b("", !0),
360
- e.type === k(P).HIGH_POTENTIAL_AUTO ? (d(), m("svg", Qt, ll)) : b("", !0),
361
- e.type === k(P).MALT_LINKER ? (d(), m("svg", al, ol)) : b("", !0),
362
- e.type === k(re).HIGH_POTENTIAL ? (d(), m("svg", rl, ul)) : b("", !0),
363
- _("span", {
364
- class: S([
358
+ }, _t))), 128)) : g("", !0),
359
+ e.type === w(E).HIGH_POTENTIAL ? (n(), c("svg", gt, kt)) : g("", !0),
360
+ e.type === w(E).HIGH_POTENTIAL_AUTO ? (n(), c("svg", St, It)) : g("", !0),
361
+ e.type === w(E).MALT_LINKER ? (n(), c("svg", Ct, Bt)) : g("", !0),
362
+ e.type === w(K).HIGH_POTENTIAL ? (n(), c("svg", Jt, zt)) : g("", !0),
363
+ y("span", {
364
+ class: h([
365
365
  {
366
366
  "joy-badge-level__tag": e.visibleText,
367
- red: e.type === k(P).NEW || e.type === k(P).MALT_LINKER || e.type === k(P).HIGH_POTENTIAL_AUTO,
368
- blue: e.type === k(re).HIGH_POTENTIAL || e.type === k(P).HIGH_POTENTIAL || e.type === k(P).SUPER_MALTER,
369
- turquoise: e.type === k(P).VERIFIED
367
+ red: e.type === w(E).NEW || e.type === w(E).MALT_LINKER || e.type === w(E).HIGH_POTENTIAL_AUTO,
368
+ blue: e.type === w(K).HIGH_POTENTIAL || e.type === w(E).HIGH_POTENTIAL || e.type === w(E).SUPER_MALTER,
369
+ turquoise: e.type === w(E).VERIFIED
370
370
  }
371
371
  ])
372
372
  }, [
373
- e.visibleText ? g(a.$slots, "default", { key: 0 }, () => [
374
- B(C(t.value), 1)
375
- ], !0) : b("", !0)
373
+ e.visibleText ? _(a.$slots, "default", { key: 0 }, () => [
374
+ C(I(t.value), 1)
375
+ ], !0) : g("", !0)
376
376
  ], 2)
377
377
  ]));
378
378
  }
379
379
  });
380
- const cl = /* @__PURE__ */ $(dl, [["__scopeId", "data-v-f258a344"]]), fl = ["teal", "white"], yl = /* @__PURE__ */ j({
380
+ const qt = /* @__PURE__ */ $(At, [["__scopeId", "data-v-008b921b"]]), Ot = ["teal", "white"], Ft = /* @__PURE__ */ S({
381
381
  __name: "VJoySpinner",
382
382
  props: {
383
383
  color: {
384
384
  type: String,
385
385
  validator(e) {
386
- return fl.includes(e);
386
+ return Ot.includes(e);
387
387
  }
388
388
  }
389
389
  },
390
390
  setup(e) {
391
- return (l, t) => (d(), m("div", {
392
- class: S(["joy-spinner", `joy-spinner_${e.color}`])
391
+ return (l, t) => (n(), c("div", {
392
+ class: h(["joy-spinner", `joy-spinner_${e.color}`])
393
393
  }, null, 2));
394
394
  }
395
395
  });
396
- const ke = /* @__PURE__ */ $(yl, [["__scopeId", "data-v-616a29d0"]]), vl = ["primary", "secondary"], pl = ["neutral", "success", "info", "warning", "error"], ml = ["main", "admin", "ghost", "white"], _l = [...vl, ...ml], bl = ["large", "medium", "small", "xsmall", "xxsmall"];
397
- function gl(e) {
396
+ const re = /* @__PURE__ */ $(Ft, [["__scopeId", "data-v-127ef073"]]), Pt = ["primary", "secondary"], Mt = ["neutral", "success", "info", "warning", "error"], Nt = ["main", "admin", "ghost", "white"], Rt = [...Pt, ...Nt], Ht = ["large", "medium", "small", "xsmall", "xxsmall"];
397
+ function Dt(e) {
398
398
  let l;
399
399
  switch (e) {
400
400
  case "error":
@@ -408,7 +408,7 @@ function gl(e) {
408
408
  }
409
409
  return l;
410
410
  }
411
- function hl(e) {
411
+ function Wt(e) {
412
412
  if (!e) {
413
413
  console.warn("Missing ref element for focusOnFirstFocusableFormField use");
414
414
  return;
@@ -418,9 +418,9 @@ function hl(e) {
418
418
  if (t.length)
419
419
  return t[0].focus();
420
420
  }
421
- const Ve = function(e = 10) {
421
+ const ue = function(e = 10) {
422
422
  return Math.random().toString(36).substring(2, e + 2);
423
- }, wl = /* @__PURE__ */ j({
423
+ }, Ut = /* @__PURE__ */ S({
424
424
  __name: "VJoyButton",
425
425
  props: {
426
426
  /**
@@ -456,7 +456,7 @@ const Ve = function(e = 10) {
456
456
  type: String,
457
457
  default: "primary",
458
458
  validator(e) {
459
- return _l.includes(e);
459
+ return Rt.includes(e);
460
460
  }
461
461
  },
462
462
  /** Button or Link size */
@@ -464,12 +464,12 @@ const Ve = function(e = 10) {
464
464
  type: String,
465
465
  default: "medium",
466
466
  validator(e) {
467
- return bl.includes(e);
467
+ return Ht.includes(e);
468
468
  }
469
469
  }
470
470
  },
471
471
  setup(e, { expose: l }) {
472
- const t = e, a = Se(), n = "joy-button--" + Ve(), r = V(() => {
472
+ const t = e, a = oe(), i = "joy-button--" + ue(), s = x(() => {
473
473
  switch (t.size) {
474
474
  case "xxsmall":
475
475
  return "xxsmall";
@@ -480,13 +480,13 @@ const Ve = function(e = 10) {
480
480
  default:
481
481
  return "small";
482
482
  }
483
- }), i = V(() => ["white", "ghost", "secondary"].includes(t.variant) ? "teal" : "white");
484
- return l({ randomId: n }), (o, y) => {
485
- const p = _t("joy-ripple");
486
- return bt((d(), x(ne(k(a).href ? "a" : "button"), {
487
- disabled: e.loading || k(a).disabled,
488
- type: k(a).type || "button",
489
- class: S([
483
+ }), u = x(() => ["white", "ghost", "secondary"].includes(t.variant) ? "teal" : "white");
484
+ return l({ randomId: i }), (o, m) => {
485
+ const b = Ne("joy-ripple");
486
+ return Re((n(), V(G(w(a).href ? "a" : "button"), {
487
+ disabled: e.loading || w(a).disabled,
488
+ type: w(a).type || "button",
489
+ class: h([
490
490
  "joy-button",
491
491
  `joy-button_${e.variant}`,
492
492
  `joy-button_${e.size}`,
@@ -495,44 +495,44 @@ const Ve = function(e = 10) {
495
495
  "joy-button_loading": e.loading
496
496
  }
497
497
  ]),
498
- "aria-labelledby": (o.$slots.default || e.label) && n
498
+ "aria-labelledby": (o.$slots.default || e.label) && i
499
499
  }, {
500
- default: O(() => [
501
- e.icon && e.iconPosition === "left" ? (d(), x(T, {
500
+ default: B(() => [
501
+ e.icon && e.iconPosition === "left" ? (n(), V(J, {
502
502
  key: 0,
503
503
  class: "joy-button_icon joy-button_icon--left",
504
504
  name: e.icon,
505
- size: r.value,
505
+ size: s.value,
506
506
  "aria-hidden": "true"
507
- }, null, 8, ["name", "size"])) : b("", !0),
508
- e.loading ? (d(), x(ke, {
507
+ }, null, 8, ["name", "size"])) : g("", !0),
508
+ e.loading ? (n(), V(re, {
509
509
  key: 1,
510
- color: i.value
511
- }, null, 8, ["color"])) : b("", !0),
512
- _("span", {
513
- id: n,
510
+ color: u.value
511
+ }, null, 8, ["color"])) : g("", !0),
512
+ y("span", {
513
+ id: i,
514
514
  class: "joy-button--slot"
515
515
  }, [
516
- g(o.$slots, "default", {}, () => [
517
- B(C(e.label), 1)
516
+ _(o.$slots, "default", {}, () => [
517
+ C(I(e.label), 1)
518
518
  ], !0)
519
519
  ]),
520
- e.icon && e.iconPosition === "right" ? (d(), x(T, {
520
+ e.icon && e.iconPosition === "right" ? (n(), V(J, {
521
521
  key: 2,
522
522
  class: "joy-button_icon joy-button_icon--right",
523
523
  name: e.icon,
524
- size: r.value,
524
+ size: s.value,
525
525
  "aria-hidden": "true"
526
- }, null, 8, ["name", "size"])) : b("", !0)
526
+ }, null, 8, ["name", "size"])) : g("", !0)
527
527
  ]),
528
528
  _: 3
529
529
  }, 8, ["disabled", "type", "class", "aria-labelledby"])), [
530
- [p]
530
+ [b]
531
531
  ]);
532
532
  };
533
533
  }
534
534
  });
535
- const xe = /* @__PURE__ */ $(wl, [["__scopeId", "data-v-a31d0dc4"]]), Sl = ["aria-checked", "aria-hidden"], jl = { class: "joy-checkbox__input-wrapper" }, $l = ["id", "name", "disabled", "checked", "required", "aria-checked", "value", "indeterminate"], kl = { class: "joy-checkbox__content-wrapper" }, Vl = { class: "joy-checkbox__content" }, xl = /* @__PURE__ */ j({
535
+ const de = /* @__PURE__ */ $(Ut, [["__scopeId", "data-v-25ba8bc2"]]), Gt = ["aria-checked", "aria-hidden"], Kt = { class: "joy-checkbox__input-wrapper" }, Zt = ["id", "name", "disabled", "checked", "required", "aria-checked", "value", "indeterminate"], Qt = { class: "joy-checkbox__content-wrapper" }, Yt = { class: "joy-checkbox__content" }, Xt = /* @__PURE__ */ S({
536
536
  __name: "VJoyCheckbox",
537
537
  props: {
538
538
  /** 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 */
@@ -587,10 +587,10 @@ const xe = /* @__PURE__ */ $(wl, [["__scopeId", "data-v-a31d0dc4"]]), Sl = ["ari
587
587
  },
588
588
  emits: ["update:checked", "focus", "blur"],
589
589
  setup(e, { expose: l, emit: t }) {
590
- const a = e, n = w(), r = w(a.indeterminate), i = w(a.invalid), o = w(!1), y = {
591
- onChange: (p) => {
592
- const f = p.target.checked;
593
- r.value = !1, i.value = !1, t("update:checked", f);
590
+ const a = e, i = k(), s = k(a.indeterminate), u = k(a.invalid), o = k(!1), m = {
591
+ onChange: (b) => {
592
+ const p = b.target.checked;
593
+ s.value = !1, u.value = !1, t("update:checked", p);
594
594
  },
595
595
  onFocus: () => {
596
596
  o.value = !0, t("focus");
@@ -600,29 +600,29 @@ const xe = /* @__PURE__ */ $(wl, [["__scopeId", "data-v-a31d0dc4"]]), Sl = ["ari
600
600
  }
601
601
  };
602
602
  return l({
603
- isIndeterminate: r
604
- }), (p, f) => (d(), m("div", {
603
+ isIndeterminate: s
604
+ }), (b, p) => (n(), c("div", {
605
605
  class: "joy-checkbox__wrapper",
606
606
  "aria-checked": e.checked,
607
607
  "aria-hidden": e.disabled
608
608
  }, [
609
- _("label", {
610
- class: S([
609
+ y("label", {
610
+ class: h([
611
611
  "joy-checkbox",
612
612
  {
613
613
  "joy-checkbox__checked": e.checked,
614
- "joy-checkbox__indeterminate": r.value,
614
+ "joy-checkbox__indeterminate": s.value,
615
615
  "joy-checkbox__disabled": e.disabled,
616
- "joy-checkbox__invalid": i.value,
616
+ "joy-checkbox__invalid": u.value,
617
617
  "joy-checkbox__focusing": o.value && e.displayFocus
618
618
  }
619
619
  ])
620
620
  }, [
621
- _("div", jl, [
622
- _("input", {
621
+ y("div", Kt, [
622
+ y("input", {
623
623
  id: e.id,
624
624
  ref_key: "input",
625
- ref: n,
625
+ ref: i,
626
626
  type: "checkbox",
627
627
  class: "joy-checkbox__input",
628
628
  role: "checkbox",
@@ -632,28 +632,28 @@ const xe = /* @__PURE__ */ $(wl, [["__scopeId", "data-v-a31d0dc4"]]), Sl = ["ari
632
632
  required: e.required,
633
633
  "aria-checked": e.checked,
634
634
  value: e.value,
635
- indeterminate: r.value,
636
- onChange: f[0] || (f[0] = //@ts-ignore
637
- (...u) => y.onChange && y.onChange(...u)),
638
- onFocus: f[1] || (f[1] = //@ts-ignore
639
- (...u) => y.onFocus && y.onFocus(...u)),
640
- onBlur: f[2] || (f[2] = //@ts-ignore
641
- (...u) => y.onBlur && y.onBlur(...u))
642
- }, null, 40, $l)
635
+ indeterminate: s.value,
636
+ onChange: p[0] || (p[0] = //@ts-ignore
637
+ (...d) => m.onChange && m.onChange(...d)),
638
+ onFocus: p[1] || (p[1] = //@ts-ignore
639
+ (...d) => m.onFocus && m.onFocus(...d)),
640
+ onBlur: p[2] || (p[2] = //@ts-ignore
641
+ (...d) => m.onBlur && m.onBlur(...d))
642
+ }, null, 40, Zt)
643
643
  ]),
644
- _("div", kl, [
645
- g(p.$slots, "default", {}, () => [
646
- B(C(e.label), 1)
644
+ y("div", Qt, [
645
+ _(b.$slots, "default", {}, () => [
646
+ C(I(e.label), 1)
647
647
  ], !0),
648
- _("div", Vl, [
649
- g(p.$slots, "checkbox-content", {}, void 0, !0)
648
+ y("div", Yt, [
649
+ _(b.$slots, "checkbox-content", {}, void 0, !0)
650
650
  ])
651
651
  ])
652
652
  ], 2)
653
- ], 8, Sl));
653
+ ], 8, Gt));
654
654
  }
655
655
  });
656
- const Ie = /* @__PURE__ */ $(xl, [["__scopeId", "data-v-27cc9d8c"]]), Il = ["src", "alt", "title"], Cl = /* @__PURE__ */ j({
656
+ const ce = /* @__PURE__ */ $(Xt, [["__scopeId", "data-v-27cc9d8c"]]), ea = ["src", "alt", "title"], ta = /* @__PURE__ */ S({
657
657
  __name: "VJoyCompanyAvatar",
658
658
  props: {
659
659
  imgSrc: String,
@@ -665,7 +665,7 @@ const Ie = /* @__PURE__ */ $(xl, [["__scopeId", "data-v-27cc9d8c"]]), Il = ["src
665
665
  }
666
666
  },
667
667
  setup(e) {
668
- const l = e, t = V(() => {
668
+ const l = e, t = x(() => {
669
669
  switch (l.size) {
670
670
  case "large":
671
671
  return "small";
@@ -677,15 +677,15 @@ const Ie = /* @__PURE__ */ $(xl, [["__scopeId", "data-v-27cc9d8c"]]), Il = ["src
677
677
  return "xsmall";
678
678
  }
679
679
  });
680
- return (a, n) => (d(), m("div", {
681
- class: S(["joy-company-avatar", `joy-company-avatar--${e.size}`])
680
+ return (a, i) => (n(), c("div", {
681
+ class: h(["joy-company-avatar", `joy-company-avatar--${e.size}`])
682
682
  }, [
683
- e.imgSrc ? (d(), m("img", {
683
+ e.imgSrc ? (n(), c("img", {
684
684
  key: 0,
685
685
  src: e.imgSrc,
686
686
  alt: e.imgAlt || e.companyName,
687
687
  title: e.companyName
688
- }, null, 8, Il)) : (d(), x(k(T), {
688
+ }, null, 8, ea)) : (n(), V(w(J), {
689
689
  key: 1,
690
690
  name: "company-placeholder",
691
691
  size: t.value
@@ -693,13 +693,13 @@ const Ie = /* @__PURE__ */ $(xl, [["__scopeId", "data-v-27cc9d8c"]]), Il = ["src
693
693
  ], 2));
694
694
  }
695
695
  });
696
- const Ll = /* @__PURE__ */ $(Cl, [["__scopeId", "data-v-7ab52b19"]]), Bl = { class: "joy-counter" }, Ol = ["aria-label", "disabled"], Tl = { class: "joy-counter__input-wrapper" }, Jl = ["id", "min", "max", "aria-invalid", "name", "required", "value"], El = ["aria-label", "disabled"], Pl = {
696
+ const aa = /* @__PURE__ */ $(ta, [["__scopeId", "data-v-0f616ccb"]]), la = { class: "joy-counter" }, na = ["aria-label", "disabled"], oa = { class: "joy-counter__input-wrapper" }, ia = ["id", "min", "max", "aria-invalid", "name", "required", "value"], sa = ["aria-label", "disabled"], ra = {
697
697
  key: 0,
698
698
  class: "joy-counter_error"
699
- }, Al = {
699
+ }, ua = {
700
700
  inheritAttrs: !1
701
- }, zl = /* @__PURE__ */ j({
702
- ...Al,
701
+ }, da = /* @__PURE__ */ S({
702
+ ...ua,
703
703
  __name: "VJoyCounter",
704
704
  props: {
705
705
  /** Removes any interactivity */
@@ -766,110 +766,110 @@ const Ll = /* @__PURE__ */ $(Cl, [["__scopeId", "data-v-7ab52b19"]]), Bl = { cla
766
766
  },
767
767
  emits: ["update:modelValue"],
768
768
  setup(e, { expose: l, emit: t }) {
769
- const a = e, n = w(!1), r = w(!1);
770
- function i() {
771
- const v = p(!1);
772
- v >= 0 ? t("update:modelValue", v <= a.min ? a.min : v) : t("update:modelValue", 0), y();
769
+ const a = e, i = k(!1), s = k(!1);
770
+ function u() {
771
+ const v = b(!1);
772
+ v >= 0 ? t("update:modelValue", v <= a.min ? a.min : v) : t("update:modelValue", 0), m();
773
773
  }
774
774
  function o() {
775
- const v = p();
776
- a.max && v <= a.max ? t("update:modelValue", v >= a.max ? a.max : v) : a.max && v > a.max ? t("update:modelValue", a.max) : t("update:modelValue", v), y();
775
+ const v = b();
776
+ a.max && v <= a.max ? t("update:modelValue", v >= a.max ? a.max : v) : a.max && v > a.max ? t("update:modelValue", a.max) : t("update:modelValue", v), m();
777
777
  }
778
- function y() {
779
- n.value = !f();
778
+ function m() {
779
+ i.value = !p();
780
780
  }
781
- function p(v = !0) {
782
- const h = a.step.toString().split("."), I = h.length === 2 ? h[1].length : 0;
783
- return parseFloat(v ? (a.modelValue + a.step).toFixed(I) : (a.modelValue - a.step).toFixed(I));
781
+ function b(v = !0) {
782
+ const j = a.step.toString().split("."), L = j.length === 2 ? j[1].length : 0;
783
+ return parseFloat(v ? (a.modelValue + a.step).toFixed(L) : (a.modelValue - a.step).toFixed(L));
784
784
  }
785
- function f() {
786
- return u() && c();
785
+ function p() {
786
+ return d() && f();
787
787
  }
788
- function u() {
788
+ function d() {
789
789
  return !a.max || a.modelValue <= a.max;
790
790
  }
791
- function c() {
791
+ function f() {
792
792
  return a.min <= a.modelValue;
793
793
  }
794
- const s = {
794
+ const r = {
795
795
  onInput: (v) => {
796
- t("update:modelValue", +v.target.value || 0), n.value = !1;
796
+ t("update:modelValue", +v.target.value || 0), i.value = !1;
797
797
  },
798
798
  onFocus: () => {
799
- r.value = !0;
799
+ s.value = !0;
800
800
  },
801
801
  onBlur: () => {
802
- r.value = !1, y();
802
+ s.value = !1, m();
803
803
  }
804
804
  };
805
805
  return l({
806
806
  props: a
807
- }), (v, h) => (d(), m("div", Bl, [
808
- e.label ? (d(), x(k(ee), {
807
+ }), (v, j) => (n(), c("div", la, [
808
+ e.label ? (n(), V(w(D), {
809
809
  key: 0,
810
810
  for: e.id,
811
811
  required: e.required && e.requiredMark,
812
812
  "optional-label": e.optionalLabel,
813
813
  size: e.labelSize
814
814
  }, {
815
- default: O(() => [
816
- g(v.$slots, "default", {}, () => [
817
- B(C(e.label), 1)
815
+ default: B(() => [
816
+ _(v.$slots, "default", {}, () => [
817
+ C(I(e.label), 1)
818
818
  ], !0)
819
819
  ]),
820
820
  _: 3
821
- }, 8, ["for", "required", "optional-label", "size"])) : b("", !0),
822
- _("div", {
823
- class: S(["joy-counter__wrapper", { "joy-counter--focusing": r.value }])
821
+ }, 8, ["for", "required", "optional-label", "size"])) : g("", !0),
822
+ y("div", {
823
+ class: h(["joy-counter__wrapper", { "joy-counter--focusing": s.value }])
824
824
  }, [
825
- _("button", {
825
+ y("button", {
826
826
  class: "joy-counter__decrement",
827
827
  type: "button",
828
828
  "aria-label": e.labelDecrement,
829
829
  disabled: e.modelValue <= e.min,
830
- onClick: i
830
+ onClick: u
831
831
  }, [
832
- R(k(T), { name: "minus" })
833
- ], 8, Ol),
834
- _("div", Tl, [
835
- _("input", Z({
832
+ A(w(J), { name: "minus" })
833
+ ], 8, na),
834
+ y("div", oa, [
835
+ y("input", R({
836
836
  id: e.id,
837
837
  ref: "input",
838
838
  type: "number",
839
- class: { "joy-counter__invalid": e.invalid || n.value },
839
+ class: { "joy-counter__invalid": e.invalid || i.value },
840
840
  min: e.min,
841
841
  max: e.max,
842
- "aria-invalid": e.invalid || n.value,
842
+ "aria-invalid": e.invalid || i.value,
843
843
  name: e.name,
844
844
  required: e.required,
845
845
  step: "any",
846
846
  value: e.modelValue
847
847
  }, v.$attrs, {
848
- onInput: h[0] || (h[0] = //@ts-ignore
849
- (...I) => s.onInput && s.onInput(...I)),
850
- onBlur: h[1] || (h[1] = //@ts-ignore
851
- (...I) => s.onBlur && s.onBlur(...I)),
852
- onFocus: h[2] || (h[2] = //@ts-ignore
853
- (...I) => s.onFocus && s.onFocus(...I))
854
- }), null, 16, Jl)
848
+ onInput: j[0] || (j[0] = //@ts-ignore
849
+ (...L) => r.onInput && r.onInput(...L)),
850
+ onBlur: j[1] || (j[1] = //@ts-ignore
851
+ (...L) => r.onBlur && r.onBlur(...L)),
852
+ onFocus: j[2] || (j[2] = //@ts-ignore
853
+ (...L) => r.onFocus && r.onFocus(...L))
854
+ }), null, 16, ia)
855
855
  ]),
856
- _("button", {
856
+ y("button", {
857
857
  class: "joy-counter__increment",
858
858
  type: "button",
859
859
  "aria-label": e.labelIncrement,
860
860
  disabled: e.max ? e.modelValue >= e.max : !1,
861
861
  onClick: o
862
862
  }, [
863
- R(k(T), { name: "add" })
864
- ], 8, El),
865
- e.invalid && e.errorMessage ? (d(), m("div", Pl, [
866
- R(k(ft), { "no-html-error-text": e.errorMessage }, null, 8, ["no-html-error-text"])
867
- ])) : b("", !0)
863
+ A(w(J), { name: "add" })
864
+ ], 8, sa),
865
+ e.invalid && e.errorMessage ? (n(), c("div", ra, [
866
+ A(w(Ee), { "no-html-error-text": e.errorMessage }, null, 8, ["no-html-error-text"])
867
+ ])) : g("", !0)
868
868
  ], 2)
869
869
  ]));
870
870
  }
871
871
  });
872
- const ql = /* @__PURE__ */ $(zl, [["__scopeId", "data-v-a59ac0ad"]]), Fl = ["disabled"], Ml = { class: "joy-divider-cta--icon" }, Nl = { class: "joy-divider-cta--content" }, Rl = { class: "joy-divider-cta--content---title" }, Dl = /* @__PURE__ */ j({
872
+ const ca = /* @__PURE__ */ $(da, [["__scopeId", "data-v-ebcfc48d"]]), ya = ["disabled"], fa = { class: "joy-divider-cta--icon" }, va = { class: "joy-divider-cta--content" }, pa = { class: "joy-divider-cta--content---title" }, ma = /* @__PURE__ */ S({
873
873
  __name: "VJoyDividerCta",
874
874
  props: {
875
875
  disabled: {
@@ -878,207 +878,154 @@ const ql = /* @__PURE__ */ $(zl, [["__scopeId", "data-v-a59ac0ad"]]), Fl = ["dis
878
878
  }
879
879
  },
880
880
  setup(e) {
881
- return (l, t) => (d(), m("button", {
881
+ return (l, t) => (n(), c("button", {
882
882
  type: "button",
883
- class: S(["joy-divider-cta", { "joy-divider-cta__disabled": e.disabled }]),
883
+ class: h(["joy-divider-cta", { "joy-divider-cta__disabled": e.disabled }]),
884
884
  disabled: e.disabled
885
885
  }, [
886
- _("div", Ml, [
887
- R(T, { name: "add" })
886
+ y("div", fa, [
887
+ A(J, { name: "add" })
888
888
  ]),
889
- _("div", Nl, [
890
- _("p", Rl, [
891
- g(l.$slots, "default", {}, void 0, !0)
889
+ y("div", va, [
890
+ y("p", pa, [
891
+ _(l.$slots, "default", {}, void 0, !0)
892
892
  ]),
893
- g(l.$slots, "divider-content", {}, void 0, !0)
893
+ _(l.$slots, "divider-content", {}, void 0, !0)
894
894
  ])
895
- ], 10, Fl));
895
+ ], 10, ya));
896
896
  }
897
897
  });
898
- const Hl = /* @__PURE__ */ $(Dl, [["__scopeId", "data-v-a3d693c3"]]);
899
- var Oe;
900
- const le = typeof window < "u", ot = (e) => typeof e == "string", M = () => {
901
- }, ie = le && ((Oe = window == null ? void 0 : window.navigator) == null ? void 0 : Oe.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
902
- function z(e) {
903
- return typeof e == "function" ? e() : k(e);
904
- }
905
- function rt(e, l) {
906
- function t(...a) {
907
- return new Promise((n, r) => {
908
- Promise.resolve(e(() => l.apply(this, a), { fn: l, thisArg: this, args: a })).then(n).catch(r);
909
- });
910
- }
911
- return t;
912
- }
913
- function Wl(e, l = {}) {
914
- let t, a, n = M;
915
- const r = (o) => {
916
- clearTimeout(o), n(), n = M;
917
- };
918
- return (o) => {
919
- const y = z(e), p = z(l.maxWait);
920
- return t && r(t), y <= 0 || p !== void 0 && p <= 0 ? (a && (r(a), a = null), Promise.resolve(o())) : new Promise((f, u) => {
921
- n = l.rejectOnCancel ? u : f, p && !a && (a = setTimeout(() => {
922
- t && r(t), a = null, f(o());
923
- }, p)), t = setTimeout(() => {
924
- a && r(a), a = null, f(o());
925
- }, y);
926
- });
927
- };
898
+ const ba = /* @__PURE__ */ $(ma, [["__scopeId", "data-v-a3d693c3"]]);
899
+ var be;
900
+ const ye = typeof window < "u", Le = (e) => typeof e == "string", fe = () => {
901
+ }, te = ye && ((be = window == null ? void 0 : window.navigator) == null ? void 0 : be.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
902
+ function U(e) {
903
+ return typeof e == "function" ? e() : w(e);
928
904
  }
929
- function Ul(e, l = !0, t = !0, a = !1) {
930
- let n = 0, r, i = !0, o = M, y;
931
- const p = () => {
932
- r && (clearTimeout(r), r = void 0, o(), o = M);
933
- };
934
- return (u) => {
935
- const c = z(e), s = Date.now() - n, v = () => y = u();
936
- return p(), c <= 0 ? (n = Date.now(), v()) : (s > c && (t || !i) ? (n = Date.now(), v()) : l && (y = new Promise((h, I) => {
937
- o = a ? I : h, r = setTimeout(() => {
938
- n = Date.now(), i = !0, h(v()), p();
939
- }, Math.max(0, c - s));
940
- })), !t && !r && (r = setTimeout(() => i = !0, c)), i = !1, y);
941
- };
942
- }
943
- const W = {
944
- mounted: "mounted",
945
- updated: "updated",
946
- unmounted: "unmounted"
947
- };
948
- function Gl(e) {
905
+ function _a(e) {
949
906
  return e;
950
907
  }
951
- function ae(e) {
952
- return gt() ? (ht(e), !0) : !1;
953
- }
954
- function Kl(e, l = 200, t = {}) {
955
- return rt(Wl(l, t), e);
956
- }
957
- function Zl(e, l = 200, t = !1, a = !0, n = !1) {
958
- return rt(Ul(l, t, a, n), e);
908
+ function X(e) {
909
+ return He() ? (De(e), !0) : !1;
959
910
  }
960
- function Ql(e) {
961
- return typeof e == "function" ? V(e) : w(e);
911
+ function ga(e) {
912
+ return typeof e == "function" ? x(e) : k(e);
962
913
  }
963
- function it(e, l = !0) {
964
- wt() ? Q(e) : l ? e() : at(e);
914
+ function ha(e, l = !0) {
915
+ We() ? H(e) : l ? e() : Ue(e);
965
916
  }
966
- function te(e) {
917
+ function W(e) {
967
918
  var l;
968
- const t = z(e);
919
+ const t = U(e);
969
920
  return (l = t == null ? void 0 : t.$el) != null ? l : t;
970
921
  }
971
- const Ce = le ? window : void 0;
972
- le && window.document;
973
- le && window.navigator;
974
- le && window.location;
975
- function ye(...e) {
976
- let l, t, a, n;
977
- if (ot(e[0]) || Array.isArray(e[0]) ? ([t, a, n] = e, l = Ce) : [l, t, a, n] = e, !l)
978
- return M;
922
+ const ve = ye ? window : void 0;
923
+ function ee(...e) {
924
+ let l, t, a, i;
925
+ if (Le(e[0]) || Array.isArray(e[0]) ? ([t, a, i] = e, l = ve) : [l, t, a, i] = e, !l)
926
+ return fe;
979
927
  Array.isArray(t) || (t = [t]), Array.isArray(a) || (a = [a]);
980
- const r = [], i = () => {
981
- r.forEach((f) => f()), r.length = 0;
982
- }, o = (f, u, c, s) => (f.addEventListener(u, c, s), () => f.removeEventListener(u, c, s)), y = E(() => [te(l), z(n)], ([f, u]) => {
983
- i(), f && r.push(...t.flatMap((c) => a.map((s) => o(f, c, s, u))));
984
- }, { immediate: !0, flush: "post" }), p = () => {
985
- y(), i();
928
+ const s = [], u = () => {
929
+ s.forEach((p) => p()), s.length = 0;
930
+ }, o = (p, d, f, r) => (p.addEventListener(d, f, r), () => p.removeEventListener(d, f, r)), m = F(() => [W(l), U(i)], ([p, d]) => {
931
+ u(), p && s.push(...t.flatMap((f) => a.map((r) => o(p, f, r, d))));
932
+ }, { immediate: !0, flush: "post" }), b = () => {
933
+ m(), u();
986
934
  };
987
- return ae(p), p;
935
+ return X(b), b;
988
936
  }
989
- let Te = !1;
990
- function Yl(e, l, t = {}) {
991
- const { window: a = Ce, ignore: n = [], capture: r = !0, detectIframe: i = !1 } = t;
937
+ let _e = !1;
938
+ function ja(e, l, t = {}) {
939
+ const { window: a = ve, ignore: i = [], capture: s = !0, detectIframe: u = !1 } = t;
992
940
  if (!a)
993
941
  return;
994
- ie && !Te && (Te = !0, Array.from(a.document.body.children).forEach((c) => c.addEventListener("click", M)));
942
+ te && !_e && (_e = !0, Array.from(a.document.body.children).forEach((f) => f.addEventListener("click", fe)));
995
943
  let o = !0;
996
- const y = (c) => n.some((s) => {
997
- if (typeof s == "string")
998
- return Array.from(a.document.querySelectorAll(s)).some((v) => v === c.target || c.composedPath().includes(v));
944
+ const m = (f) => i.some((r) => {
945
+ if (typeof r == "string")
946
+ return Array.from(a.document.querySelectorAll(r)).some((v) => v === f.target || f.composedPath().includes(v));
999
947
  {
1000
- const v = te(s);
1001
- return v && (c.target === v || c.composedPath().includes(v));
1002
- }
1003
- }), f = [
1004
- ye(a, "click", (c) => {
1005
- const s = te(e);
1006
- if (!(!s || s === c.target || c.composedPath().includes(s))) {
1007
- if (c.detail === 0 && (o = !y(c)), !o) {
948
+ const v = W(r);
949
+ return v && (f.target === v || f.composedPath().includes(v));
950
+ }
951
+ }), p = [
952
+ ee(a, "click", (f) => {
953
+ const r = W(e);
954
+ if (!(!r || r === f.target || f.composedPath().includes(r))) {
955
+ if (f.detail === 0 && (o = !m(f)), !o) {
1008
956
  o = !0;
1009
957
  return;
1010
958
  }
1011
- l(c);
959
+ l(f);
1012
960
  }
1013
- }, { passive: !0, capture: r }),
1014
- ye(a, "pointerdown", (c) => {
1015
- const s = te(e);
1016
- s && (o = !c.composedPath().includes(s) && !y(c));
961
+ }, { passive: !0, capture: s }),
962
+ ee(a, "pointerdown", (f) => {
963
+ const r = W(e);
964
+ r && (o = !f.composedPath().includes(r) && !m(f));
1017
965
  }, { passive: !0 }),
1018
- i && ye(a, "blur", (c) => {
1019
- var s;
1020
- const v = te(e);
1021
- ((s = a.document.activeElement) == null ? void 0 : s.tagName) === "IFRAME" && !(v != null && v.contains(a.document.activeElement)) && l(c);
966
+ u && ee(a, "blur", (f) => {
967
+ var r;
968
+ const v = W(e);
969
+ ((r = a.document.activeElement) == null ? void 0 : r.tagName) === "IFRAME" && !(v != null && v.contains(a.document.activeElement)) && l(f);
1022
970
  })
1023
971
  ].filter(Boolean);
1024
- return () => f.forEach((c) => c());
972
+ return () => p.forEach((f) => f());
1025
973
  }
1026
- function Xl(e, l = !1) {
1027
- const t = w(), a = () => t.value = Boolean(e());
1028
- return a(), it(a, l), t;
974
+ function ka(e, l = !1) {
975
+ const t = k(), a = () => t.value = !!e();
976
+ return a(), ha(a, l), t;
1029
977
  }
1030
- const pe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, me = "__vueuse_ssr_handlers__";
1031
- pe[me] = pe[me] || {};
1032
- pe[me];
1033
- var Je = Object.getOwnPropertySymbols, ea = Object.prototype.hasOwnProperty, ta = Object.prototype.propertyIsEnumerable, la = (e, l) => {
978
+ const ge = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, he = "__vueuse_ssr_handlers__";
979
+ ge[he] = ge[he] || {};
980
+ var je = Object.getOwnPropertySymbols, Sa = Object.prototype.hasOwnProperty, $a = Object.prototype.propertyIsEnumerable, wa = (e, l) => {
1034
981
  var t = {};
1035
982
  for (var a in e)
1036
- ea.call(e, a) && l.indexOf(a) < 0 && (t[a] = e[a]);
1037
- if (e != null && Je)
1038
- for (var a of Je(e))
1039
- l.indexOf(a) < 0 && ta.call(e, a) && (t[a] = e[a]);
983
+ Sa.call(e, a) && l.indexOf(a) < 0 && (t[a] = e[a]);
984
+ if (e != null && je)
985
+ for (var a of je(e))
986
+ l.indexOf(a) < 0 && $a.call(e, a) && (t[a] = e[a]);
1040
987
  return t;
1041
988
  };
1042
- function aa(e, l, t = {}) {
1043
- const a = t, { window: n = Ce } = a, r = la(a, ["window"]);
1044
- let i;
1045
- const o = Xl(() => n && "ResizeObserver" in n), y = () => {
1046
- i && (i.disconnect(), i = void 0);
1047
- }, p = E(() => te(e), (u) => {
1048
- y(), o.value && n && u && (i = new ResizeObserver(l), i.observe(u, r));
1049
- }, { immediate: !0, flush: "post" }), f = () => {
1050
- y(), p();
989
+ function Va(e, l, t = {}) {
990
+ const a = t, { window: i = ve } = a, s = wa(a, ["window"]);
991
+ let u;
992
+ const o = ka(() => i && "ResizeObserver" in i), m = () => {
993
+ u && (u.disconnect(), u = void 0);
994
+ }, b = F(() => W(e), (d) => {
995
+ m(), o.value && i && d && (u = new ResizeObserver(l), u.observe(d, s));
996
+ }, { immediate: !0, flush: "post" }), p = () => {
997
+ m(), b();
1051
998
  };
1052
- return ae(f), {
999
+ return X(p), {
1053
1000
  isSupported: o,
1054
- stop: f
1001
+ stop: p
1055
1002
  };
1056
1003
  }
1057
- var Ee;
1004
+ var ke;
1058
1005
  (function(e) {
1059
1006
  e.UP = "UP", e.RIGHT = "RIGHT", e.DOWN = "DOWN", e.LEFT = "LEFT", e.NONE = "NONE";
1060
- })(Ee || (Ee = {}));
1061
- function na(e) {
1062
- const l = w(e == null ? void 0 : e.element), t = w(e == null ? void 0 : e.input);
1007
+ })(ke || (ke = {}));
1008
+ function xa(e) {
1009
+ const l = k(e == null ? void 0 : e.element), t = k(e == null ? void 0 : e.input);
1063
1010
  function a() {
1064
- var n, r;
1065
- l.value && (l.value.style.height = "1px", l.value.style.height = `${(n = l.value) == null ? void 0 : n.scrollHeight}px`, (r = e == null ? void 0 : e.onResize) == null || r.call(e));
1011
+ var i, s;
1012
+ l.value && (l.value.style.height = "1px", l.value.style.height = `${(i = l.value) == null ? void 0 : i.scrollHeight}px`, (s = e == null ? void 0 : e.onResize) == null || s.call(e));
1066
1013
  }
1067
- return E([t, l], a, { immediate: !0 }), aa(l, () => a()), e != null && e.watch && E(e.watch, a, { immediate: !0, deep: !0 }), {
1014
+ return F([t, l], a, { immediate: !0 }), Va(l, () => a()), e != null && e.watch && F(e.watch, a, { immediate: !0, deep: !0 }), {
1068
1015
  textarea: l,
1069
1016
  input: t,
1070
1017
  triggerResize: a
1071
1018
  };
1072
1019
  }
1073
- var oa = Object.defineProperty, Pe = Object.getOwnPropertySymbols, ra = Object.prototype.hasOwnProperty, ia = Object.prototype.propertyIsEnumerable, Ae = (e, l, t) => l in e ? oa(e, l, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[l] = t, sa = (e, l) => {
1020
+ var Ia = Object.defineProperty, Se = Object.getOwnPropertySymbols, Ca = Object.prototype.hasOwnProperty, La = Object.prototype.propertyIsEnumerable, $e = (e, l, t) => l in e ? Ia(e, l, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[l] = t, Ba = (e, l) => {
1074
1021
  for (var t in l || (l = {}))
1075
- ra.call(l, t) && Ae(e, t, l[t]);
1076
- if (Pe)
1077
- for (var t of Pe(l))
1078
- ia.call(l, t) && Ae(e, t, l[t]);
1022
+ Ca.call(l, t) && $e(e, t, l[t]);
1023
+ if (Se)
1024
+ for (var t of Se(l))
1025
+ La.call(l, t) && $e(e, t, l[t]);
1079
1026
  return e;
1080
1027
  };
1081
- const ua = {
1028
+ const Ja = {
1082
1029
  easeInSine: [0.12, 0, 0.39, 0],
1083
1030
  easeOutSine: [0.61, 1, 0.88, 1],
1084
1031
  easeInOutSine: [0.37, 0, 0.63, 1],
@@ -1104,404 +1051,106 @@ const ua = {
1104
1051
  easeOutBack: [0.34, 1.56, 0.64, 1],
1105
1052
  easeInOutBack: [0.68, -0.6, 0.32, 1.6]
1106
1053
  };
1107
- sa({
1108
- linear: Gl
1109
- }, ua);
1110
- const da = /* @__PURE__ */ j({
1054
+ Ba({
1055
+ linear: _a
1056
+ }, Ja);
1057
+ const Ta = /* @__PURE__ */ S({
1111
1058
  name: "OnClickOutside",
1112
1059
  props: ["as", "options"],
1113
1060
  emits: ["trigger"],
1114
1061
  setup(e, { slots: l, emit: t }) {
1115
- const a = w();
1116
- return Yl(a, (n) => {
1117
- t("trigger", n);
1062
+ const a = k();
1063
+ return ja(a, (i) => {
1064
+ t("trigger", i);
1118
1065
  }, e.options), () => {
1119
1066
  if (l.default)
1120
- return St(e.as || "div", { ref: a }, l.default());
1067
+ return Ge(e.as || "div", { ref: a }, l.default());
1121
1068
  };
1122
1069
  }
1123
1070
  });
1124
- function q(e) {
1071
+ function Ea(e) {
1125
1072
  var l;
1126
- const t = z(e);
1073
+ const t = U(e);
1127
1074
  return (l = t == null ? void 0 : t.$el) != null ? l : t;
1128
1075
  }
1129
- const X = le ? window : void 0;
1130
- function N(...e) {
1131
- let l, t, a, n;
1132
- if (ot(e[0]) || Array.isArray(e[0]) ? ([t, a, n] = e, l = X) : [l, t, a, n] = e, !l)
1133
- return M;
1076
+ const za = ye ? window : void 0;
1077
+ function Aa(...e) {
1078
+ let l, t, a, i;
1079
+ if (Le(e[0]) || Array.isArray(e[0]) ? ([t, a, i] = e, l = za) : [l, t, a, i] = e, !l)
1080
+ return fe;
1134
1081
  Array.isArray(t) || (t = [t]), Array.isArray(a) || (a = [a]);
1135
- const r = [], i = () => {
1136
- r.forEach((f) => f()), r.length = 0;
1137
- }, o = (f, u, c, s) => (f.addEventListener(u, c, s), () => f.removeEventListener(u, c, s)), y = E(() => [q(l), z(n)], ([f, u]) => {
1138
- i(), f && r.push(...t.flatMap((c) => a.map((s) => o(f, c, s, u))));
1139
- }, { immediate: !0, flush: "post" }), p = () => {
1140
- y(), i();
1141
- };
1142
- return ae(p), p;
1143
- }
1144
- let ze = !1;
1145
- function qe(e, l, t = {}) {
1146
- const { window: a = X, ignore: n = [], capture: r = !0, detectIframe: i = !1 } = t;
1147
- if (!a)
1148
- return;
1149
- ie && !ze && (ze = !0, Array.from(a.document.body.children).forEach((c) => c.addEventListener("click", M)));
1150
- let o = !0;
1151
- const y = (c) => n.some((s) => {
1152
- if (typeof s == "string")
1153
- return Array.from(a.document.querySelectorAll(s)).some((v) => v === c.target || c.composedPath().includes(v));
1154
- {
1155
- const v = q(s);
1156
- return v && (c.target === v || c.composedPath().includes(v));
1157
- }
1158
- }), f = [
1159
- N(a, "click", (c) => {
1160
- const s = q(e);
1161
- if (!(!s || s === c.target || c.composedPath().includes(s))) {
1162
- if (c.detail === 0 && (o = !y(c)), !o) {
1163
- o = !0;
1164
- return;
1165
- }
1166
- l(c);
1167
- }
1168
- }, { passive: !0, capture: r }),
1169
- N(a, "pointerdown", (c) => {
1170
- const s = q(e);
1171
- s && (o = !c.composedPath().includes(s) && !y(c));
1172
- }, { passive: !0 }),
1173
- i && N(a, "blur", (c) => {
1174
- var s;
1175
- const v = q(e);
1176
- ((s = a.document.activeElement) == null ? void 0 : s.tagName) === "IFRAME" && !(v != null && v.contains(a.document.activeElement)) && l(c);
1177
- })
1178
- ].filter(Boolean);
1179
- return () => f.forEach((c) => c());
1180
- }
1181
- W.mounted + "", W.unmounted + "";
1182
- const ca = (e) => typeof e == "function" ? e : typeof e == "string" ? (l) => l.key === e : Array.isArray(e) ? (l) => e.includes(l.key) : () => !0;
1183
- function Fe(...e) {
1184
- let l, t, a = {};
1185
- e.length === 3 ? (l = e[0], t = e[1], a = e[2]) : e.length === 2 ? typeof e[1] == "object" ? (l = !0, t = e[0], a = e[1]) : (l = e[0], t = e[1]) : (l = !0, t = e[0]);
1186
- const { target: n = X, eventName: r = "keydown", passive: i = !1 } = a, o = ca(l);
1187
- return N(n, r, (p) => {
1188
- o(p) && t(p);
1189
- }, i);
1190
- }
1191
- var fa = Object.defineProperty, Me = Object.getOwnPropertySymbols, ya = Object.prototype.hasOwnProperty, va = Object.prototype.propertyIsEnumerable, Ne = (e, l, t) => l in e ? fa(e, l, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[l] = t, pa = (e, l) => {
1192
- for (var t in l || (l = {}))
1193
- ya.call(l, t) && Ne(e, t, l[t]);
1194
- if (Me)
1195
- for (var t of Me(l))
1196
- va.call(l, t) && Ne(e, t, l[t]);
1197
- return e;
1198
- };
1199
- W.mounted + "";
1200
- const ma = 500;
1201
- function Re(e, l, t) {
1202
- var a, n;
1203
- const r = V(() => q(e));
1204
- let i;
1205
- function o() {
1206
- i && (clearTimeout(i), i = void 0);
1207
- }
1208
- function y(f) {
1209
- var u, c, s, v;
1210
- (u = t == null ? void 0 : t.modifiers) != null && u.self && f.target !== r.value || (o(), (c = t == null ? void 0 : t.modifiers) != null && c.prevent && f.preventDefault(), (s = t == null ? void 0 : t.modifiers) != null && s.stop && f.stopPropagation(), i = setTimeout(() => l(f), (v = t == null ? void 0 : t.delay) != null ? v : ma));
1211
- }
1212
- const p = {
1213
- capture: (a = t == null ? void 0 : t.modifiers) == null ? void 0 : a.capture,
1214
- once: (n = t == null ? void 0 : t.modifiers) == null ? void 0 : n.once
1215
- };
1216
- N(r, "pointerdown", y, p), N(r, "pointerup", o, p), N(r, "pointerleave", o, p);
1217
- }
1218
- W.mounted + "";
1219
- const _e = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, be = "__vueuse_ssr_handlers__";
1220
- _e[be] = _e[be] || {};
1221
- _e[be];
1222
- function st(e, l = !1) {
1223
- const t = w(), a = () => t.value = Boolean(e());
1224
- return a(), it(a, l), t;
1225
- }
1226
- function _a(e, l = {}) {
1227
- const t = l ? l.delayEnter : 0, a = l ? l.delayLeave : 0, n = w(!1);
1228
- let r;
1229
- const i = (o) => {
1230
- const y = o ? t : a;
1231
- r && (clearTimeout(r), r = void 0), y ? r = setTimeout(() => n.value = o, y) : n.value = o;
1232
- };
1233
- return window && (N(e, "mouseenter", () => i(!0), { passive: !0 }), N(e, "mouseleave", () => i(!1), { passive: !0 })), n;
1234
- }
1235
- W.mounted + "";
1236
- var De = Object.getOwnPropertySymbols, ba = Object.prototype.hasOwnProperty, ga = Object.prototype.propertyIsEnumerable, ha = (e, l) => {
1237
- var t = {};
1238
- for (var a in e)
1239
- ba.call(e, a) && l.indexOf(a) < 0 && (t[a] = e[a]);
1240
- if (e != null && De)
1241
- for (var a of De(e))
1242
- l.indexOf(a) < 0 && ga.call(e, a) && (t[a] = e[a]);
1243
- return t;
1244
- };
1245
- function wa(e, l, t = {}) {
1246
- const a = t, { window: n = X } = a, r = ha(a, ["window"]);
1247
- let i;
1248
- const o = st(() => n && "ResizeObserver" in n), y = () => {
1249
- i && (i.disconnect(), i = void 0);
1250
- }, p = E(() => q(e), (u) => {
1251
- y(), o.value && n && u && (i = new ResizeObserver(l), i.observe(u, r));
1252
- }, { immediate: !0, flush: "post" }), f = () => {
1253
- y(), p();
1254
- };
1255
- return ae(f), {
1256
- isSupported: o,
1257
- stop: f
1258
- };
1259
- }
1260
- function Sa(e, l = { width: 0, height: 0 }, t = {}) {
1261
- const { window: a = X, box: n = "content-box" } = t, r = V(() => {
1262
- var y, p;
1263
- return (p = (y = q(e)) == null ? void 0 : y.namespaceURI) == null ? void 0 : p.includes("svg");
1264
- }), i = w(l.width), o = w(l.height);
1265
- return wa(e, ([y]) => {
1266
- const p = n === "border-box" ? y.borderBoxSize : n === "content-box" ? y.contentBoxSize : y.devicePixelContentBoxSize;
1267
- if (a && r.value) {
1268
- const f = q(e);
1269
- if (f) {
1270
- const u = a.getComputedStyle(f);
1271
- i.value = parseFloat(u.width), o.value = parseFloat(u.height);
1272
- }
1273
- } else if (p) {
1274
- const f = Array.isArray(p) ? p : [p];
1275
- i.value = f.reduce((u, { inlineSize: c }) => u + c, 0), o.value = f.reduce((u, { blockSize: c }) => u + c, 0);
1276
- } else
1277
- i.value = y.contentRect.width, o.value = y.contentRect.height;
1278
- }, t), E(() => q(e), (y) => {
1279
- i.value = y ? l.width : 0, o.value = y ? l.height : 0;
1280
- }), {
1281
- width: i,
1282
- height: o
1283
- };
1284
- }
1285
- W.mounted + "";
1286
- function He(e, { window: l = X, scrollTarget: t } = {}) {
1287
- const a = w(!1), n = () => {
1288
- if (!l)
1289
- return;
1290
- const r = l.document, i = q(e);
1291
- if (!i)
1292
- a.value = !1;
1293
- else {
1294
- const o = i.getBoundingClientRect();
1295
- a.value = o.top <= (l.innerHeight || r.documentElement.clientHeight) && o.left <= (l.innerWidth || r.documentElement.clientWidth) && o.bottom >= 0 && o.right >= 0;
1296
- }
1297
- };
1298
- return E(() => q(e), () => n(), { immediate: !0, flush: "post" }), l && N(t || l, "scroll", n, {
1299
- capture: !1,
1300
- passive: !0
1301
- }), a;
1302
- }
1303
- W.mounted + "";
1304
- const We = 1;
1305
- function ge(e, l = {}) {
1306
- const {
1307
- throttle: t = 0,
1308
- idle: a = 200,
1309
- onStop: n = M,
1310
- onScroll: r = M,
1311
- offset: i = {
1312
- left: 0,
1313
- right: 0,
1314
- top: 0,
1315
- bottom: 0
1316
- },
1317
- eventListenerOptions: o = {
1318
- capture: !1,
1319
- passive: !0
1320
- },
1321
- behavior: y = "auto"
1322
- } = l, p = w(0), f = w(0), u = V({
1323
- get() {
1324
- return p.value;
1325
- },
1326
- set(A) {
1327
- s(A, void 0);
1328
- }
1329
- }), c = V({
1330
- get() {
1331
- return f.value;
1332
- },
1333
- set(A) {
1334
- s(void 0, A);
1335
- }
1336
- });
1337
- function s(A, L) {
1338
- var U, F, Be;
1339
- const fe = z(e);
1340
- fe && ((Be = fe instanceof Document ? document.body : fe) == null || Be.scrollTo({
1341
- top: (U = z(L)) != null ? U : c.value,
1342
- left: (F = z(A)) != null ? F : u.value,
1343
- behavior: z(y)
1344
- }));
1345
- }
1346
- const v = w(!1), h = ve({
1347
- left: !0,
1348
- right: !1,
1349
- top: !0,
1350
- bottom: !1
1351
- }), I = ve({
1352
- left: !1,
1353
- right: !1,
1354
- top: !1,
1355
- bottom: !1
1356
- }), J = (A) => {
1357
- v.value && (v.value = !1, I.left = !1, I.right = !1, I.top = !1, I.bottom = !1, n(A));
1358
- }, ce = Kl(J, t + a), oe = (A) => {
1359
- const L = A.target === document ? A.target.documentElement : A.target, U = L.scrollLeft;
1360
- I.left = U < p.value, I.right = U > f.value, h.left = U <= 0 + (i.left || 0), h.right = U + L.clientWidth >= L.scrollWidth - (i.right || 0) - We, p.value = U;
1361
- let F = L.scrollTop;
1362
- A.target === document && !F && (F = document.body.scrollTop), I.top = F < f.value, I.bottom = F > f.value, h.top = F <= 0 + (i.top || 0), h.bottom = F + L.clientHeight >= L.scrollHeight - (i.bottom || 0) - We, f.value = F, v.value = !0, ce(A), r(A);
1363
- };
1364
- return N(e, "scroll", t ? Zl(oe, t, !0, !1) : oe, o), N(e, "scrollend", J, o), {
1365
- x: u,
1366
- y: c,
1367
- isScrolling: v,
1368
- arrivedState: h,
1369
- directions: I
1082
+ const s = [], u = () => {
1083
+ s.forEach((p) => p()), s.length = 0;
1084
+ }, o = (p, d, f, r) => (p.addEventListener(d, f, r), () => p.removeEventListener(d, f, r)), m = F(() => [Ea(l), U(i)], ([p, d]) => {
1085
+ u(), p && s.push(...t.flatMap((f) => a.map((r) => o(p, f, r, d))));
1086
+ }, { immediate: !0, flush: "post" }), b = () => {
1087
+ m(), u();
1370
1088
  };
1089
+ return X(b), b;
1371
1090
  }
1372
- var ja = Object.defineProperty, $a = Object.defineProperties, ka = Object.getOwnPropertyDescriptors, Ue = Object.getOwnPropertySymbols, Va = Object.prototype.hasOwnProperty, xa = Object.prototype.propertyIsEnumerable, Ge = (e, l, t) => l in e ? ja(e, l, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[l] = t, Ke = (e, l) => {
1373
- for (var t in l || (l = {}))
1374
- Va.call(l, t) && Ge(e, t, l[t]);
1375
- if (Ue)
1376
- for (var t of Ue(l))
1377
- xa.call(l, t) && Ge(e, t, l[t]);
1378
- return e;
1379
- }, Ia = (e, l) => $a(e, ka(l));
1380
- function Ze(e, l, t = {}) {
1381
- var a, n;
1382
- const r = (a = t.direction) != null ? a : "bottom", i = ve(ge(e, Ia(Ke({}, t), {
1383
- offset: Ke({
1384
- [r]: (n = t.distance) != null ? n : 0
1385
- }, t.offset)
1386
- })));
1387
- E(() => i.arrivedState[r], async (o) => {
1388
- var y, p;
1389
- if (o) {
1390
- const f = z(e), u = {
1391
- height: (y = f == null ? void 0 : f.scrollHeight) != null ? y : 0,
1392
- width: (p = f == null ? void 0 : f.scrollWidth) != null ? p : 0
1393
- };
1394
- await l(i), t.preserveScrollPosition && f && at(() => {
1395
- f.scrollTo({
1396
- top: f.scrollHeight - u.height,
1397
- left: f.scrollWidth - u.width
1398
- });
1399
- });
1400
- }
1401
- });
1402
- }
1403
- W.mounted + "";
1404
- function Qe(e, l, t = {}) {
1405
- const {
1406
- root: a,
1407
- rootMargin: n = "0px",
1408
- threshold: r = 0.1,
1409
- window: i = X
1410
- } = t, o = st(() => i && "IntersectionObserver" in i);
1411
- let y = M;
1412
- const p = o.value ? E(() => ({
1413
- el: q(e),
1414
- root: q(a)
1415
- }), ({ el: u, root: c }) => {
1416
- if (y(), !u)
1417
- return;
1418
- const s = new IntersectionObserver(l, {
1419
- root: c,
1420
- rootMargin: n,
1421
- threshold: r
1422
- });
1423
- s.observe(u), y = () => {
1424
- s.disconnect(), y = M;
1425
- };
1426
- }, { immediate: !0, flush: "post" }) : M, f = () => {
1427
- y(), p();
1428
- };
1429
- return ae(f), {
1430
- isSupported: o,
1431
- stop: f
1432
- };
1433
- }
1434
- W.mounted + "";
1435
- var Ca = Object.defineProperty, La = Object.defineProperties, Ba = Object.getOwnPropertyDescriptors, Ye = Object.getOwnPropertySymbols, Oa = Object.prototype.hasOwnProperty, Ta = Object.prototype.propertyIsEnumerable, Xe = (e, l, t) => l in e ? Ca(e, l, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[l] = t, Ja = (e, l) => {
1436
- for (var t in l || (l = {}))
1437
- Oa.call(l, t) && Xe(e, t, l[t]);
1438
- if (Ye)
1439
- for (var t of Ye(l))
1440
- Ta.call(l, t) && Xe(e, t, l[t]);
1441
- return e;
1442
- }, Ea = (e, l) => La(e, Ba(l));
1443
- W.mounted + "";
1444
- function ut(e) {
1091
+ const we = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ve = "__vueuse_ssr_handlers__";
1092
+ we[Ve] = we[Ve] || {};
1093
+ function Be(e) {
1445
1094
  const l = window.getComputedStyle(e);
1446
1095
  if (l.overflowX === "scroll" || l.overflowY === "scroll" || l.overflowX === "auto" && e.clientHeight < e.scrollHeight || l.overflowY === "auto" && e.clientWidth < e.scrollWidth)
1447
1096
  return !0;
1448
1097
  {
1449
1098
  const t = e.parentNode;
1450
- return !t || t.tagName === "BODY" ? !1 : ut(t);
1099
+ return !t || t.tagName === "BODY" ? !1 : Be(t);
1451
1100
  }
1452
1101
  }
1453
- function Pa(e) {
1102
+ function qa(e) {
1454
1103
  const l = e || window.event, t = l.target;
1455
- return ut(t) ? !1 : l.touches.length > 1 ? !0 : (l.preventDefault && l.preventDefault(), !1);
1104
+ return Be(t) ? !1 : l.touches.length > 1 ? !0 : (l.preventDefault && l.preventDefault(), !1);
1456
1105
  }
1457
- function Aa(e, l = !1) {
1458
- const t = w(l);
1459
- let a = null, n;
1460
- E(Ql(e), (o) => {
1106
+ function Oa(e, l = !1) {
1107
+ const t = k(l);
1108
+ let a = null, i;
1109
+ F(ga(e), (o) => {
1461
1110
  if (o) {
1462
- const y = o;
1463
- n = y.style.overflow, t.value && (y.style.overflow = "hidden");
1111
+ const m = o;
1112
+ i = m.style.overflow, t.value && (m.style.overflow = "hidden");
1464
1113
  }
1465
1114
  }, {
1466
1115
  immediate: !0
1467
1116
  });
1468
- const r = () => {
1469
- const o = z(e);
1470
- !o || t.value || (ie && (a = N(o, "touchmove", (y) => {
1471
- Pa(y);
1117
+ const s = () => {
1118
+ const o = U(e);
1119
+ !o || t.value || (te && (a = Aa(o, "touchmove", (m) => {
1120
+ qa(m);
1472
1121
  }, { passive: !1 })), o.style.overflow = "hidden", t.value = !0);
1473
- }, i = () => {
1474
- const o = z(e);
1475
- !o || !t.value || (ie && (a == null || a()), o.style.overflow = n, t.value = !1);
1122
+ }, u = () => {
1123
+ const o = U(e);
1124
+ !o || !t.value || (te && (a == null || a()), o.style.overflow = i, t.value = !1);
1476
1125
  };
1477
- return ae(i), V({
1126
+ return X(u), x({
1478
1127
  get() {
1479
1128
  return t.value;
1480
1129
  },
1481
1130
  set(o) {
1482
- o ? r() : i();
1131
+ o ? s() : u();
1483
1132
  }
1484
1133
  });
1485
1134
  }
1486
- const za = () => {
1135
+ const Fa = () => {
1487
1136
  let e = !1;
1488
- const l = w(!1);
1137
+ const l = k(!1);
1489
1138
  return (t, a) => {
1490
1139
  if (l.value = a.value, e)
1491
1140
  return;
1492
1141
  e = !0;
1493
- const n = Aa(t, a.value);
1494
- E(l, (r) => n.value = r);
1142
+ const i = Oa(t, a.value);
1143
+ F(l, (s) => i.value = s);
1495
1144
  };
1496
1145
  };
1497
- za();
1498
- const dt = ["medium", "small", "xsmall"], qa = {
1146
+ Fa();
1147
+ const Je = ["medium", "small", "xsmall"], Pa = {
1499
1148
  key: 0,
1500
1149
  class: "joy-dropdown-list__header"
1501
- }, Fa = ["aria-label", "aria-labelledby"], Ma = ["id", "tabindex", "aria-disabled", "aria-selected", "title", "aria-label", ".dataModel", "onClick"], Na = {
1150
+ }, Ma = ["aria-label", "aria-labelledby"], Na = ["id", "tabindex", "aria-disabled", "aria-selected", "title", "aria-label", ".dataModel", "onClick"], Ra = {
1502
1151
  key: 1,
1503
1152
  class: "joy-dropdown-list__footer"
1504
- }, Ra = /* @__PURE__ */ j({
1153
+ }, Ha = /* @__PURE__ */ S({
1505
1154
  __name: "VJoyDropdownList",
1506
1155
  props: {
1507
1156
  /**
@@ -1521,7 +1170,7 @@ const dt = ["medium", "small", "xsmall"], qa = {
1521
1170
  type: String,
1522
1171
  default: "medium",
1523
1172
  validator(e) {
1524
- return dt.includes(e);
1173
+ return Je.includes(e);
1525
1174
  }
1526
1175
  },
1527
1176
  modelValue: {
@@ -1551,127 +1200,127 @@ const dt = ["medium", "small", "xsmall"], qa = {
1551
1200
  },
1552
1201
  emits: ["update:modelValue", "close:dropdownList", "reset"],
1553
1202
  setup(e, { expose: l, emit: t }) {
1554
- const a = e, n = w(), r = V(() => (s) => !a.modelValue || !s.value && !s.id ? !1 : a.modelValue === s.value || a.modelValue === s.id);
1555
- function i(s) {
1556
- s.disabled || t("update:modelValue", s.value || s.id);
1203
+ const a = e, i = k(), s = x(() => (r) => !a.modelValue || !r.value && !r.id ? !1 : a.modelValue === r.value || a.modelValue === r.id);
1204
+ function u(r) {
1205
+ r.disabled || t("update:modelValue", r.value || r.id);
1557
1206
  }
1558
1207
  function o() {
1559
- var s;
1560
- return Array.from(((s = n.value) == null ? void 0 : s.querySelectorAll("li")) || []);
1208
+ var r;
1209
+ return Array.from(((r = i.value) == null ? void 0 : r.querySelectorAll("li")) || []);
1561
1210
  }
1562
- function y() {
1563
- const s = o().find((v) => v.getAttribute("aria-selected") === "true");
1564
- s && (s.focus(), n.value.scrollTo({
1565
- top: s.offsetTop
1211
+ function m() {
1212
+ const r = o().find((v) => v.getAttribute("aria-selected") === "true");
1213
+ r && (r.focus(), i.value.scrollTo({
1214
+ top: r.offsetTop
1566
1215
  }));
1567
1216
  }
1568
- function p() {
1569
- return o().find((s) => s === document.activeElement);
1217
+ function b() {
1218
+ return o().find((r) => r === document.activeElement);
1570
1219
  }
1571
- function f(s) {
1220
+ function p(r) {
1572
1221
  var v;
1573
- if (!(n.value && !n.value.contains(document.activeElement) || !n.value)) {
1574
- if ((s.key === "Escape" || s.key === "Tab") && t("close:dropdownList"), (s.key === "Enter" || s.key === "enter") && (s.preventDefault(), p() && ((v = n.value) != null && v.contains(p())))) {
1575
- const h = p();
1576
- if (!h)
1222
+ if (!(i.value && !i.value.contains(document.activeElement) || !i.value)) {
1223
+ if ((r.key === "Escape" || r.key === "Tab") && t("close:dropdownList"), (r.key === "Enter" || r.key === "enter") && (r.preventDefault(), b() && ((v = i.value) != null && v.contains(b())))) {
1224
+ const j = b();
1225
+ if (!j)
1577
1226
  return;
1578
- if (h.querySelector("a"))
1579
- return h.querySelector("a").click();
1580
- t("update:modelValue", h.dataModel);
1227
+ if (j.querySelector("a"))
1228
+ return j.querySelector("a").click();
1229
+ t("update:modelValue", j.dataModel);
1581
1230
  }
1582
- if (p() && s.key === " " && s.preventDefault(), ["ArrowDown", "ArrowUp", "Home", "End"].includes(s.key)) {
1583
- const h = o(), I = p();
1584
- let J = h.indexOf(I);
1585
- if (h.length) {
1586
- s.preventDefault(), s.key === "ArrowDown" ? J++ : s.key === "ArrowUp" ? J-- : s.key === "Home" ? J = 0 : s.key === "End" && (J = h.length - 1), J < 0 && (J = h.length - 1), J > h.length - 1 && (J = 0), u(h[J]);
1231
+ if (b() && r.key === " " && r.preventDefault(), ["ArrowDown", "ArrowUp", "Home", "End"].includes(r.key)) {
1232
+ const j = o(), L = b();
1233
+ let z = j.indexOf(L);
1234
+ if (j.length) {
1235
+ r.preventDefault(), r.key === "ArrowDown" ? z++ : r.key === "ArrowUp" ? z-- : r.key === "Home" ? z = 0 : r.key === "End" && (z = j.length - 1), z < 0 && (z = j.length - 1), z > j.length - 1 && (z = 0), d(j[z]);
1587
1236
  return;
1588
1237
  }
1589
1238
  }
1590
1239
  }
1591
1240
  }
1592
- function u(s) {
1593
- s.focus();
1241
+ function d(r) {
1242
+ r.focus();
1594
1243
  }
1595
- function c() {
1244
+ function f() {
1596
1245
  t("reset");
1597
1246
  }
1598
- return Q(() => {
1599
- window.addEventListener("keydown", f), y();
1600
- }), je(() => {
1601
- window.removeEventListener("keydown", f);
1247
+ return H(() => {
1248
+ window.addEventListener("keydown", p), m();
1249
+ }), ie(() => {
1250
+ window.removeEventListener("keydown", p);
1602
1251
  }), l({
1603
- isSelected: r
1604
- }), (s, v) => (d(), m("div", {
1252
+ isSelected: s
1253
+ }), (r, v) => (n(), c("div", {
1605
1254
  class: "joy-dropdown-list",
1606
- style: K({ width: `${e.width}px`, "max-width": `${e.width}px` })
1255
+ style: N({ width: `${e.width}px`, "max-width": `${e.width}px` })
1607
1256
  }, [
1608
- s.$slots["dropdown-list-header"] || e.reset ? (d(), m("header", qa, [
1609
- e.reset ? (d(), m("button", {
1257
+ r.$slots["dropdown-list-header"] || e.reset ? (n(), c("header", Pa, [
1258
+ e.reset ? (n(), c("button", {
1610
1259
  key: 0,
1611
1260
  type: "button",
1612
1261
  class: "joy-dropdown-list__reset",
1613
- onClick: c
1614
- }, C(e.resetLabel || "Reset"), 1)) : b("", !0),
1615
- g(s.$slots, "dropdown-list-header", {}, void 0, !0)
1616
- ])) : b("", !0),
1617
- _("div", {
1262
+ onClick: f
1263
+ }, I(e.resetLabel || "Reset"), 1)) : g("", !0),
1264
+ _(r.$slots, "dropdown-list-header", {}, void 0, !0)
1265
+ ])) : g("", !0),
1266
+ y("div", {
1618
1267
  tabindex: "0",
1619
- class: S(["joy-dropdown-list__items", { "joy-dropdown-list__items-slotted": s.$slots["dropdown-list-items"] }]),
1620
- style: K({ "max-height": `${e.height}px` })
1268
+ class: h(["joy-dropdown-list__items", { "joy-dropdown-list__items-slotted": r.$slots["dropdown-list-items"] }]),
1269
+ style: N({ "max-height": `${e.height}px` })
1621
1270
  }, [
1622
- g(s.$slots, "dropdown-list-items", {}, void 0, !0),
1623
- e.options.length ? (d(), m("ul", {
1271
+ _(r.$slots, "dropdown-list-items", {}, void 0, !0),
1272
+ e.options.length ? (n(), c("ul", {
1624
1273
  key: 0,
1625
1274
  ref_key: "listbox",
1626
- ref: n,
1275
+ ref: i,
1627
1276
  role: "listbox",
1628
1277
  "aria-expanded": "true",
1629
1278
  "aria-label": e.ariaLabel,
1630
1279
  "aria-labelledby": e.ariaLabelledBy
1631
1280
  }, [
1632
- (d(!0), m(D, null, G(e.options, (h) => (d(), m("li", {
1633
- id: h.id,
1634
- key: h.label,
1635
- style: K({ "max-width": `${e.width}px` }),
1636
- class: S([
1281
+ (n(!0), c(q, null, P(e.options, (j) => (n(), c("li", {
1282
+ id: j.id,
1283
+ key: j.label,
1284
+ style: N({ "max-width": `${e.width}px` }),
1285
+ class: h([
1637
1286
  "joy-dropdown-list__item",
1638
1287
  `joy-dropdown-list__item--${e.size}`,
1639
1288
  {
1640
- "joy-dropdown-list__item--selected": r.value(h),
1641
- "joy-dropdown-list__item--disabled": h.disabled
1289
+ "joy-dropdown-list__item--selected": s.value(j),
1290
+ "joy-dropdown-list__item--disabled": j.disabled
1642
1291
  }
1643
1292
  ]),
1644
- tabindex: h.disabled ? void 0 : -1,
1645
- "aria-disabled": h.disabled,
1646
- "aria-selected": r.value(h),
1647
- title: h.label,
1648
- "aria-label": h.label,
1649
- ".dataModel": h.value || h.id,
1293
+ tabindex: j.disabled ? void 0 : -1,
1294
+ "aria-disabled": j.disabled,
1295
+ "aria-selected": s.value(j),
1296
+ title: j.label,
1297
+ "aria-label": j.label,
1298
+ ".dataModel": j.value || j.id,
1650
1299
  role: "option",
1651
- onClick: (I) => i(h)
1300
+ onClick: (L) => u(j)
1652
1301
  }, [
1653
- g(s.$slots, "label", se(ue(h)), () => [
1654
- _("span", null, C(h.label), 1)
1302
+ _(r.$slots, "label", Z(Q(j)), () => [
1303
+ y("span", null, I(j.label), 1)
1655
1304
  ], !0)
1656
- ], 14, Ma))), 128))
1657
- ], 8, Fa)) : b("", !0)
1305
+ ], 14, Na))), 128))
1306
+ ], 8, Ma)) : g("", !0)
1658
1307
  ], 6),
1659
- s.$slots["dropdown-list-footer"] ? (d(), m("footer", Na, [
1660
- g(s.$slots, "dropdown-list-footer", {}, void 0, !0)
1661
- ])) : b("", !0)
1308
+ r.$slots["dropdown-list-footer"] ? (n(), c("footer", Ra, [
1309
+ _(r.$slots, "dropdown-list-footer", {}, void 0, !0)
1310
+ ])) : g("", !0)
1662
1311
  ], 4));
1663
1312
  }
1664
1313
  });
1665
- const ct = /* @__PURE__ */ $(Ra, [["__scopeId", "data-v-f46e79bc"]]);
1314
+ const Te = /* @__PURE__ */ $(Ha, [["__scopeId", "data-v-4e25408f"]]);
1666
1315
  function Da(e) {
1667
1316
  const l = () => e();
1668
- Q(() => {
1317
+ H(() => {
1669
1318
  window.addEventListener("resize", l);
1670
- }), je(() => {
1319
+ }), ie(() => {
1671
1320
  window.removeEventListener("resize", l);
1672
1321
  });
1673
1322
  }
1674
- const Ha = /* @__PURE__ */ j({
1323
+ const Wa = /* @__PURE__ */ S({
1675
1324
  __name: "VJoyDropdown",
1676
1325
  props: {
1677
1326
  /** DOM valid selector to give to Vue3 Teleport "to" property */
@@ -1721,7 +1370,7 @@ const Ha = /* @__PURE__ */ j({
1721
1370
  type: String,
1722
1371
  default: "medium",
1723
1372
  validator(e) {
1724
- return dt.includes(e);
1373
+ return Je.includes(e);
1725
1374
  }
1726
1375
  },
1727
1376
  /** Use v-model */
@@ -1765,86 +1414,86 @@ const Ha = /* @__PURE__ */ j({
1765
1414
  },
1766
1415
  emits: ["update:modelValue", "dropdown:open", "dropdown:hide", "dropdown:reset"],
1767
1416
  setup(e, { expose: l, emit: t }) {
1768
- const a = e, n = w(!1), r = w(null), i = w(), o = w(null), y = w(null), p = w(!1), f = "joy-dropdown--" + Ve();
1769
- $e("VJoyDropdownContext", a);
1770
- const u = {
1771
- ignore: [i, ".joy-dropdown__list"]
1417
+ const a = e, i = k(!1), s = k(null), u = k(), o = k(null), m = k(null), b = k(!1), p = "joy-dropdown--" + ue();
1418
+ se("VJoyDropdownContext", a);
1419
+ const d = {
1420
+ ignore: [u, ".joy-dropdown__list"]
1772
1421
  };
1773
- let c = null;
1774
- E(
1775
- () => n.value,
1776
- (L) => {
1777
- L && hl(o);
1422
+ let f = null;
1423
+ F(
1424
+ () => i.value,
1425
+ (T) => {
1426
+ T && Wt(o);
1778
1427
  },
1779
1428
  { flush: "post" }
1780
1429
  );
1781
- const s = V(() => {
1782
- let L = `${a.dropdownGap}px`;
1783
- return a.direction === "up" && (L = "-" + L), {
1784
- marginTop: L
1430
+ const r = x(() => {
1431
+ let T = `${a.dropdownGap}px`;
1432
+ return a.direction === "up" && (T = "-" + T), {
1433
+ marginTop: T
1785
1434
  };
1786
1435
  });
1787
1436
  function v() {
1788
- c && clearTimeout(c), p.value = !0, c = setTimeout(() => {
1789
- n.value = !1, p.value = !1, t("dropdown:hide");
1437
+ f && clearTimeout(f), b.value = !0, f = setTimeout(() => {
1438
+ i.value = !1, b.value = !1, t("dropdown:hide");
1790
1439
  }, 300);
1791
1440
  }
1792
- function h(L) {
1793
- p.value = !1, c && clearTimeout(c), y.value = L.target, n.value = !0, t("dropdown:open");
1441
+ function j(T) {
1442
+ b.value = !1, f && clearTimeout(f), m.value = T.target, i.value = !0, t("dropdown:open");
1794
1443
  }
1795
- function I() {
1796
- v(), J();
1444
+ function L() {
1445
+ v(), z();
1797
1446
  }
1798
- function J() {
1799
- y.value && y.value.focus();
1447
+ function z() {
1448
+ m.value && m.value.focus();
1800
1449
  }
1801
- function ce(L) {
1802
- t("update:modelValue", L), a.closeOnSelect && (v(), J());
1450
+ function Fe(T) {
1451
+ t("update:modelValue", T), a.closeOnSelect && (v(), z());
1803
1452
  }
1804
- function oe() {
1453
+ function Pe() {
1805
1454
  t("dropdown:reset");
1806
1455
  }
1807
- function A() {
1808
- !i.value || !i.value.children.length || (i.value.children[0].id = f);
1456
+ function Me() {
1457
+ !u.value || !u.value.children.length || (u.value.children[0].id = p);
1809
1458
  }
1810
- return Da(v), Q(() => {
1811
- A();
1459
+ return Da(v), H(() => {
1460
+ Me();
1812
1461
  }), l({
1813
- showDropdownList: n,
1814
- generatedId: f
1815
- }), (L, U) => (d(), x(k(da), {
1462
+ showDropdownList: i,
1463
+ generatedId: p
1464
+ }), (T, Po) => (n(), V(w(Ta), {
1816
1465
  ref_key: "dropdown",
1817
- ref: r,
1818
- options: u,
1466
+ ref: s,
1467
+ options: d,
1819
1468
  class: "joy-dropdown",
1820
1469
  onTrigger: v
1821
1470
  }, {
1822
- default: O(() => [
1823
- _("div", {
1471
+ default: B(() => [
1472
+ y("div", {
1824
1473
  ref_key: "button",
1825
- ref: i,
1474
+ ref: u,
1826
1475
  class: "joy-dropdown__button",
1827
1476
  "data-testid": "dropdown-trigger",
1828
- onClick: h
1477
+ onClick: j
1829
1478
  }, [
1830
- g(L.$slots, "dropdown-button", {}, void 0, !0)
1479
+ _(T.$slots, "dropdown-button", {}, void 0, !0)
1831
1480
  ], 512),
1832
- n.value ? (d(), m("div", {
1481
+ i.value ? (n(), c("div", {
1833
1482
  key: 0,
1834
1483
  ref_key: "list",
1835
1484
  ref: o,
1836
- class: S([
1485
+ class: h([
1837
1486
  "joy-dropdown__list",
1838
1487
  `joy-dropdown__list--${e.justify}`,
1839
1488
  `joy-dropdown__list--${e.direction}`,
1840
1489
  {
1841
- "joy-dropdown__list--visible": !p.value,
1842
- "joy-dropdown__list--hiding": p.value
1490
+ "joy-dropdown__list--visible": !b.value,
1491
+ "joy-dropdown__list--hiding": b.value
1843
1492
  }
1844
1493
  ]),
1845
- style: K(s.value)
1494
+ style: N(r.value)
1846
1495
  }, [
1847
- R(ct, {
1496
+ A(Te, {
1848
1497
  "model-value": e.modelValue,
1849
1498
  options: e.options,
1850
1499
  size: e.size,
@@ -1852,64 +1501,64 @@ const Ha = /* @__PURE__ */ j({
1852
1501
  height: e.height,
1853
1502
  reset: e.reset,
1854
1503
  "reset-label": e.resetLabel,
1855
- "aria-labelled-by": f,
1856
- "onUpdate:modelValue": ce,
1857
- "onClose:dropdownList": I,
1858
- onReset: oe
1859
- }, nt({
1860
- label: O((F) => [
1861
- g(L.$slots, "dropdown-item", se(ue(F)), () => [
1862
- _("span", null, C(F.label), 1)
1504
+ "aria-labelled-by": p,
1505
+ "onUpdate:modelValue": Fe,
1506
+ "onClose:dropdownList": L,
1507
+ onReset: Pe
1508
+ }, Ce({
1509
+ label: B((me) => [
1510
+ _(T.$slots, "dropdown-item", Z(Q(me)), () => [
1511
+ y("span", null, I(me.label), 1)
1863
1512
  ], !0)
1864
1513
  ]),
1865
1514
  _: 2
1866
1515
  }, [
1867
- L.$slots["dropdown-header"] ? {
1516
+ T.$slots["dropdown-header"] ? {
1868
1517
  name: "dropdown-list-header",
1869
- fn: O(() => [
1870
- g(L.$slots, "dropdown-header", {}, void 0, !0)
1518
+ fn: B(() => [
1519
+ _(T.$slots, "dropdown-header", {}, void 0, !0)
1871
1520
  ]),
1872
1521
  key: "0"
1873
1522
  } : void 0,
1874
- L.$slots["dropdown-items"] ? {
1523
+ T.$slots["dropdown-items"] ? {
1875
1524
  name: "dropdown-list-items",
1876
- fn: O(() => [
1877
- g(L.$slots, "dropdown-items", {}, void 0, !0)
1525
+ fn: B(() => [
1526
+ _(T.$slots, "dropdown-items", {}, void 0, !0)
1878
1527
  ]),
1879
1528
  key: "1"
1880
1529
  } : void 0,
1881
- L.$slots["dropdown-footer"] ? {
1530
+ T.$slots["dropdown-footer"] ? {
1882
1531
  name: "dropdown-list-footer",
1883
- fn: O(() => [
1884
- g(L.$slots, "dropdown-footer", {}, void 0, !0)
1532
+ fn: B(() => [
1533
+ _(T.$slots, "dropdown-footer", {}, void 0, !0)
1885
1534
  ]),
1886
1535
  key: "2"
1887
1536
  } : void 0
1888
1537
  ]), 1032, ["model-value", "options", "size", "width", "height", "reset", "reset-label"])
1889
- ], 6)) : b("", !0)
1538
+ ], 6)) : g("", !0)
1890
1539
  ]),
1891
1540
  _: 3
1892
1541
  }, 512));
1893
1542
  }
1894
1543
  });
1895
- const Wa = /* @__PURE__ */ $(Ha, [["__scopeId", "data-v-df017105"]]), Ua = ["aria-label"], Ga = { class: "joy-filter-bar__wrapper" }, Ka = /* @__PURE__ */ j({
1544
+ const Ua = /* @__PURE__ */ $(Wa, [["__scopeId", "data-v-97d5db60"]]), Ga = ["aria-label"], Ka = { class: "joy-filter-bar__wrapper" }, Za = /* @__PURE__ */ S({
1896
1545
  __name: "VJoyFilterBar",
1897
1546
  props: {
1898
1547
  ariaLabel: String
1899
1548
  },
1900
1549
  setup(e) {
1901
- return (l, t) => (d(), m("div", {
1550
+ return (l, t) => (n(), c("div", {
1902
1551
  class: "joy-filter-bar",
1903
1552
  role: "group",
1904
1553
  "aria-label": e.ariaLabel || "Filter bar"
1905
1554
  }, [
1906
- _("div", Ga, [
1907
- g(l.$slots, "default", {}, void 0, !0)
1555
+ y("div", Ka, [
1556
+ _(l.$slots, "default", {}, void 0, !0)
1908
1557
  ])
1909
- ], 8, Ua));
1558
+ ], 8, Ga));
1910
1559
  }
1911
1560
  });
1912
- const Za = /* @__PURE__ */ $(Ka, [["__scopeId", "data-v-114f8274"]]), Qa = /* @__PURE__ */ j({
1561
+ const Qa = /* @__PURE__ */ $(Za, [["__scopeId", "data-v-114f8274"]]), Ya = /* @__PURE__ */ S({
1913
1562
  __name: "VJoyFilterBarButton",
1914
1563
  props: {
1915
1564
  label: String,
@@ -1924,28 +1573,28 @@ const Za = /* @__PURE__ */ $(Ka, [["__scopeId", "data-v-114f8274"]]), Qa = /* @_
1924
1573
  },
1925
1574
  emits: ["filter"],
1926
1575
  setup(e, { emit: l }) {
1927
- const t = e, a = de("VJoyDropdownContext", null);
1928
- function n() {
1576
+ const t = e, a = Y("VJoyDropdownContext", null);
1577
+ function i() {
1929
1578
  l("filter", t.value);
1930
1579
  }
1931
- return (r, i) => (d(), m("button", {
1580
+ return (s, u) => (n(), c("button", {
1932
1581
  type: "button",
1933
- class: S(["joy-filter-bar-button", { "joy-filter-bar-button--active": e.active }]),
1934
- onClick: n
1582
+ class: h(["joy-filter-bar-button", { "joy-filter-bar-button--active": e.active }]),
1583
+ onClick: i
1935
1584
  }, [
1936
- B(C(e.label) + " ", 1),
1937
- g(r.$slots, "default", {}, void 0, !0),
1938
- k(a) ? (d(), x(T, {
1585
+ C(I(e.label) + " ", 1),
1586
+ _(s.$slots, "default", {}, void 0, !0),
1587
+ w(a) ? (n(), V(J, {
1939
1588
  key: 0,
1940
1589
  class: "joy-filter-bar-button__icon",
1941
1590
  name: "chevron-down",
1942
1591
  size: "xxsmall",
1943
1592
  color: "neutral"
1944
- })) : b("", !0)
1593
+ })) : g("", !0)
1945
1594
  ], 2));
1946
1595
  }
1947
1596
  });
1948
- const Ya = /* @__PURE__ */ $(Qa, [["__scopeId", "data-v-8f87fed1"]]), Xa = ["aria-hidden"], en = /* @__PURE__ */ j({
1597
+ const Xa = /* @__PURE__ */ $(Ya, [["__scopeId", "data-v-8f87fed1"]]), el = ["aria-hidden"], tl = /* @__PURE__ */ S({
1949
1598
  __name: "VJoyFormError",
1950
1599
  props: {
1951
1600
  /** In some cases you'll need to inject the error in the DOM but hide it. Visible by default */
@@ -1957,24 +1606,24 @@ const Ya = /* @__PURE__ */ $(Qa, [["__scopeId", "data-v-8f87fed1"]]), Xa = ["ari
1957
1606
  noHtmlErrorText: String
1958
1607
  },
1959
1608
  setup(e) {
1960
- return (l, t) => (d(), m("div", {
1609
+ return (l, t) => (n(), c("div", {
1961
1610
  "aria-hidden": e.visible,
1962
- class: S(["joy-form-error", { "joy-has-error": e.visible }]),
1611
+ class: h(["joy-form-error", { "joy-has-error": e.visible }]),
1963
1612
  role: "alert"
1964
1613
  }, [
1965
- R(T, {
1614
+ A(J, {
1966
1615
  class: "joy-icon-error",
1967
1616
  name: "warning-triangle"
1968
1617
  }),
1969
- _("div", null, [
1970
- g(l.$slots, "default", {}, () => [
1971
- B(C(e.noHtmlErrorText), 1)
1618
+ y("div", null, [
1619
+ _(l.$slots, "default", {}, () => [
1620
+ C(I(e.noHtmlErrorText), 1)
1972
1621
  ], !0)
1973
1622
  ])
1974
- ], 10, Xa));
1623
+ ], 10, el));
1975
1624
  }
1976
1625
  });
1977
- const ft = /* @__PURE__ */ $(en, [["__scopeId", "data-v-581fd33b"]]), tn = /* @__PURE__ */ j({
1626
+ const Ee = /* @__PURE__ */ $(tl, [["__scopeId", "data-v-581fd33b"]]), al = /* @__PURE__ */ S({
1978
1627
  __name: "VJoyFormFieldSkeleton",
1979
1628
  props: {
1980
1629
  /** In some cases you'll need to inject the error in the DOM but hide it. Visible by default */
@@ -1994,26 +1643,107 @@ const ft = /* @__PURE__ */ $(en, [["__scopeId", "data-v-581fd33b"]]), tn = /* @_
1994
1643
  }
1995
1644
  },
1996
1645
  setup(e, { expose: l }) {
1997
- const t = e, a = de("VJoyWrapperContext", {}), n = V(() => {
1998
- const r = a.direction === "column" ? "auto" : null;
1646
+ const t = e, a = Y("VJoyWrapperContext", {}), i = x(() => {
1647
+ const s = a.direction === "column" ? "auto" : null;
1999
1648
  if (!t.width && t.flex === "1") {
2000
- const y = ["1", "0"];
2001
- return r && y.push(r), y.join(" ");
1649
+ const m = ["1", "0"];
1650
+ return s && m.push(s), m.join(" ");
2002
1651
  }
2003
- const i = [t.flex || "1", "0"], o = t.width || r;
2004
- return o && i.push(o), i.join(" ");
1652
+ const u = [t.flex || "1", "0"], o = t.width || s;
1653
+ return o && u.push(o), u.join(" ");
2005
1654
  });
2006
- return l({ flexStyle: n }), (r, i) => (d(), m("div", {
1655
+ return l({ flexStyle: i }), (s, u) => (n(), c("div", {
2007
1656
  "aria-hidden": "true",
2008
- class: S(["joy-form-skeleton", `joy-form-skeleton--${e.size}`]),
2009
- style: K({
1657
+ class: h(["joy-form-skeleton", `joy-form-skeleton--${e.size}`]),
1658
+ style: N({
2010
1659
  "max-width": e.width,
2011
- flex: n.value
1660
+ flex: i.value
2012
1661
  })
2013
1662
  }, null, 6));
2014
1663
  }
2015
1664
  });
2016
- const ln = /* @__PURE__ */ $(tn, [["__scopeId", "data-v-8a4ecbad"]]), an = [...pl], nn = { class: "joy-highlight--text" }, on = { key: 0 }, rn = /* @__PURE__ */ j({
1665
+ const ll = /* @__PURE__ */ $(al, [["__scopeId", "data-v-8a4ecbad"]]), nl = { class: "joy-footer" }, ol = { class: "joy-footer__left" }, il = { class: "joy-footer__right" }, sl = /* @__PURE__ */ S({
1666
+ __name: "VJoyFooter",
1667
+ setup(e) {
1668
+ return (l, t) => (n(), c("footer", nl, [
1669
+ y("div", ol, [
1670
+ _(l.$slots, "footer-left", {}, void 0, !0)
1671
+ ]),
1672
+ y("div", il, [
1673
+ _(l.$slots, "footer-right", {}, void 0, !0)
1674
+ ])
1675
+ ]));
1676
+ }
1677
+ });
1678
+ const rl = /* @__PURE__ */ $(sl, [["__scopeId", "data-v-1e11bcdc"]]), ul = { class: "joy-funnel__header" }, dl = { class: "funnel__header__inner" }, cl = { class: "joy-funnel__stepper" }, yl = /* @__PURE__ */ ne('<div class="shapes__wrapper" data-v-0abeb951><div class="shape_1" data-v-0abeb951></div><div class="shape_2" data-v-0abeb951></div><div class="shape_3" data-v-0abeb951></div><div class="shape_4" data-v-0abeb951></div></div>', 1), fl = [
1679
+ yl
1680
+ ], vl = { class: "joy-funnel__footer" }, pl = /* @__PURE__ */ S({
1681
+ __name: "VJoyFunnel",
1682
+ props: {
1683
+ /**
1684
+ * Remove decorative shapes placed at the bottom right corner
1685
+ */
1686
+ hideShapes: {
1687
+ type: Boolean,
1688
+ default: !1
1689
+ },
1690
+ layoutWidth: {
1691
+ type: String,
1692
+ default: "large"
1693
+ },
1694
+ profile: {
1695
+ type: String,
1696
+ default: "default"
1697
+ }
1698
+ },
1699
+ setup(e, { expose: l }) {
1700
+ const t = k(!0), a = M();
1701
+ function i(u) {
1702
+ const o = u.currentTarget;
1703
+ t.value = o.scrollTop === 0;
1704
+ }
1705
+ const s = x(() => !!a["funnel-stepper"]);
1706
+ return l({
1707
+ scrollOnTop: t,
1708
+ hasStepperSlot: s
1709
+ }), (u, o) => (n(), c("div", {
1710
+ class: h([
1711
+ "joy-funnel",
1712
+ {
1713
+ "joy-funnel--no-border": t.value,
1714
+ "joy-funnel--no-stepper": !s.value
1715
+ }
1716
+ ])
1717
+ }, [
1718
+ y("div", ul, [
1719
+ y("div", dl, [
1720
+ _(u.$slots, "funnel-header", {}, void 0, !0)
1721
+ ]),
1722
+ y("div", cl, [
1723
+ _(u.$slots, "funnel-stepper", {}, void 0, !0)
1724
+ ])
1725
+ ]),
1726
+ e.hideShapes ? g("", !0) : (n(), c("div", {
1727
+ key: 0,
1728
+ class: h(["joy-funnel__shapes", { "joy-funnel__shapes--strategy": e.profile === "strategy" }])
1729
+ }, fl, 2)),
1730
+ y("div", {
1731
+ class: "joy-funnel__scrollable",
1732
+ onScroll: i
1733
+ }, [
1734
+ y("div", {
1735
+ class: h(["joy-funnel__content", { "joy-funnel__content--medium": e.layoutWidth === "medium" }])
1736
+ }, [
1737
+ _(u.$slots, "default", {}, void 0, !0)
1738
+ ], 2)
1739
+ ], 32),
1740
+ y("div", vl, [
1741
+ _(u.$slots, "funnel-footer", {}, void 0, !0)
1742
+ ])
1743
+ ], 2));
1744
+ }
1745
+ });
1746
+ const ml = /* @__PURE__ */ $(pl, [["__scopeId", "data-v-0abeb951"]]), bl = [...Mt], _l = { class: "joy-highlight--text" }, gl = { key: 0 }, hl = /* @__PURE__ */ S({
2017
1747
  __name: "VJoyHighlight",
2018
1748
  props: {
2019
1749
  accent: {
@@ -2031,51 +1761,51 @@ const ln = /* @__PURE__ */ $(tn, [["__scopeId", "data-v-8a4ecbad"]]), an = [...p
2031
1761
  type: String,
2032
1762
  default: "neutral",
2033
1763
  validator(e) {
2034
- return an.includes(e);
1764
+ return bl.includes(e);
2035
1765
  }
2036
1766
  }
2037
1767
  },
2038
1768
  setup(e, { expose: l }) {
2039
- const t = e, a = V(() => t.icon ? t.icon : gl(t.level));
1769
+ const t = e, a = x(() => t.icon ? t.icon : Dt(t.level));
2040
1770
  return l({
2041
1771
  getRelevantIcon: a
2042
- }), (n, r) => (d(), m("div", {
2043
- class: S([
1772
+ }), (i, s) => (n(), c("div", {
1773
+ class: h([
2044
1774
  "joy-highlight",
2045
1775
  `joy-highlight_${e.level}`,
2046
1776
  {
2047
1777
  "joy-highlight__accent": e.accent,
2048
- "joy-highlight__titled": n.$slots["highlight-title"]
1778
+ "joy-highlight__titled": i.$slots["highlight-title"]
2049
1779
  }
2050
1780
  ])
2051
1781
  }, [
2052
- e.displayIcon ? (d(), x(T, {
1782
+ e.displayIcon ? (n(), V(J, {
2053
1783
  key: 0,
2054
1784
  name: a.value
2055
- }, null, 8, ["name"])) : b("", !0),
2056
- _("div", nn, [
2057
- n.$slots["highlight-title"] ? (d(), m("strong", on, [
2058
- g(n.$slots, "highlight-title", {}, void 0, !0)
2059
- ])) : b("", !0),
2060
- g(n.$slots, "default", {}, void 0, !0)
1785
+ }, null, 8, ["name"])) : g("", !0),
1786
+ y("div", _l, [
1787
+ i.$slots["highlight-title"] ? (n(), c("strong", gl, [
1788
+ _(i.$slots, "highlight-title", {}, void 0, !0)
1789
+ ])) : g("", !0),
1790
+ _(i.$slots, "default", {}, void 0, !0)
2061
1791
  ])
2062
1792
  ], 2));
2063
1793
  }
2064
1794
  });
2065
- const sn = /* @__PURE__ */ $(rn, [["__scopeId", "data-v-ba5e6101"]]), un = ["small", "medium", "large"], dn = {
1795
+ const jl = /* @__PURE__ */ $(hl, [["__scopeId", "data-v-45c2fbf4"]]), kl = ["small", "medium", "large"], Sl = {
2066
1796
  key: 0,
2067
1797
  class: "joy-label-required"
2068
- }, cn = {
1798
+ }, $l = {
2069
1799
  key: 1,
2070
1800
  class: "joy-label-optional"
2071
- }, fn = /* @__PURE__ */ j({
1801
+ }, wl = /* @__PURE__ */ S({
2072
1802
  __name: "VJoyLabel",
2073
1803
  props: {
2074
1804
  size: {
2075
1805
  type: String,
2076
1806
  default: "medium",
2077
1807
  validator(e) {
2078
- return un.includes(e);
1808
+ return kl.includes(e);
2079
1809
  }
2080
1810
  },
2081
1811
  tagName: {
@@ -2092,21 +1822,21 @@ const sn = /* @__PURE__ */ $(rn, [["__scopeId", "data-v-ba5e6101"]]), un = ["sma
2092
1822
  text: String
2093
1823
  },
2094
1824
  setup(e) {
2095
- return (l, t) => (d(), x(ne(e.tagName), Z({
1825
+ return (l, t) => (n(), V(G(e.tagName), R({
2096
1826
  class: ["joy-label", `joy-label--${e.size}`]
2097
1827
  }, l.$attrs), {
2098
- default: O(() => [
2099
- g(l.$slots, "default", {}, () => [
2100
- B(C(e.text), 1)
1828
+ default: B(() => [
1829
+ _(l.$slots, "default", {}, () => [
1830
+ C(I(e.text), 1)
2101
1831
  ], !0),
2102
- e.required ? (d(), m("span", dn, "*")) : b("", !0),
2103
- e.optionalLabel ? (d(), m("span", cn, "- " + C(e.optionalLabel), 1)) : b("", !0)
1832
+ e.required ? (n(), c("span", Sl, "*")) : g("", !0),
1833
+ e.optionalLabel ? (n(), c("span", $l, "- " + I(e.optionalLabel), 1)) : g("", !0)
2104
1834
  ]),
2105
1835
  _: 3
2106
1836
  }, 16, ["class"]));
2107
1837
  }
2108
1838
  });
2109
- const ee = /* @__PURE__ */ $(fn, [["__scopeId", "data-v-1265214a"]]), yn = ["large", "medium", "small"], vn = ["id", "required", "disabled", "type", "value"], pn = ["data-unit"], mn = /* @__PURE__ */ j({
1839
+ const D = /* @__PURE__ */ $(wl, [["__scopeId", "data-v-388a7c56"]]), Vl = ["large", "medium", "small"], xl = ["id", "required", "disabled", "type", "value"], Il = ["data-unit"], Cl = /* @__PURE__ */ S({
2110
1840
  inheritAttrs: !1,
2111
1841
  __name: "VJoyInput",
2112
1842
  props: {
@@ -2164,7 +1894,7 @@ const ee = /* @__PURE__ */ $(fn, [["__scopeId", "data-v-1265214a"]]), yn = ["lar
2164
1894
  type: String,
2165
1895
  default: "medium",
2166
1896
  validator(e) {
2167
- return yn.includes(e);
1897
+ return Vl.includes(e);
2168
1898
  }
2169
1899
  },
2170
1900
  type: {
@@ -2176,74 +1906,74 @@ const ee = /* @__PURE__ */ $(fn, [["__scopeId", "data-v-1265214a"]]), yn = ["lar
2176
1906
  },
2177
1907
  emits: ["update:modelValue"],
2178
1908
  setup(e, { emit: l }) {
2179
- const t = e, a = w(), n = w(), r = Se(), i = Y(), o = w(!1), y = V(() => typeof t.modelValue == "number" || !t.clearable || t.unit || !t.modelValue ? !1 : t.modelValue.length > 0 && !t.unit), p = V(() => i.default && i.default()), f = V(() => {
2180
- var s, v;
2181
- return !!((s = n.value) != null && s.closest("joy-wrapper")) || !!((v = n.value) != null && v.closest(".joy-wrapper"));
2182
- }), u = w(t.type);
2183
- jt(() => {
2184
- u.value = t.unit ? "number" : t.type;
1909
+ const t = e, a = k(), i = k(), s = oe(), u = M(), o = k(!1), m = x(() => typeof t.modelValue == "number" || !t.clearable || t.unit || !t.modelValue ? !1 : t.modelValue.length > 0 && !t.unit), b = x(() => u.default && u.default()), p = x(() => {
1910
+ var r, v;
1911
+ return !!((r = i.value) != null && r.closest("joy-wrapper")) || !!((v = i.value) != null && v.closest(".joy-wrapper"));
1912
+ }), d = k(t.type);
1913
+ Ke(() => {
1914
+ d.value = t.unit ? "number" : t.type;
2185
1915
  });
2186
- const c = {
1916
+ const f = {
2187
1917
  onFocus: () => {
2188
1918
  o.value = !0;
2189
1919
  },
2190
1920
  onBlur: () => {
2191
1921
  o.value = !1;
2192
1922
  },
2193
- onInput: (s) => {
2194
- let v = s.target.value;
1923
+ onInput: (r) => {
1924
+ let v = r.target.value;
2195
1925
  t.modelModifiers.lazy || l("update:modelValue", v);
2196
1926
  },
2197
- onChange: (s) => {
2198
- let v = s.target.value;
1927
+ onChange: (r) => {
1928
+ let v = r.target.value;
2199
1929
  t.modelModifiers.lazy && l("update:modelValue", v);
2200
1930
  },
2201
1931
  clearValue: () => {
2202
1932
  t.disabled || l("update:modelValue", "");
2203
1933
  }
2204
1934
  };
2205
- return (s, v) => (d(), m("div", {
1935
+ return (r, v) => (n(), c("div", {
2206
1936
  ref_key: "root",
2207
- ref: n,
2208
- class: S([`joy-input--${t.size}`])
1937
+ ref: i,
1938
+ class: h([`joy-input--${t.size}`])
2209
1939
  }, [
2210
- _("div", {
2211
- class: S([
1940
+ y("div", {
1941
+ class: h([
2212
1942
  "joy-input",
2213
1943
  {
2214
1944
  "joy-input--focusing": o.value,
2215
1945
  "joy-input--disabled": e.disabled,
2216
1946
  "joy-input--invalid": e.invalid,
2217
- "joy-input--valid": !e.invalid && !k(r).disabled
1947
+ "joy-input--valid": !e.invalid && !w(s).disabled
2218
1948
  }
2219
1949
  ])
2220
1950
  }, [
2221
- p.value || e.label ? (d(), x(ee, {
1951
+ b.value || e.label ? (n(), V(D, {
2222
1952
  key: 0,
2223
1953
  for: e.name,
2224
1954
  required: e.required && e.requiredMark,
2225
1955
  "optional-label": e.optionalLabel,
2226
1956
  size: e.labelSize
2227
1957
  }, {
2228
- default: O(() => [
2229
- g(s.$slots, "default", {}, () => [
2230
- B(C(e.label), 1)
1958
+ default: B(() => [
1959
+ _(r.$slots, "default", {}, () => [
1960
+ C(I(e.label), 1)
2231
1961
  ], !0)
2232
1962
  ]),
2233
1963
  _: 3
2234
- }, 8, ["for", "required", "optional-label", "size"])) : b("", !0),
2235
- _("div", {
2236
- class: S([
1964
+ }, 8, ["for", "required", "optional-label", "size"])) : g("", !0),
1965
+ y("div", {
1966
+ class: h([
2237
1967
  "joy-input--wrapper",
2238
1968
  {
2239
1969
  "joy-input--wrapper-has-icon": !!e.icon,
2240
1970
  "joy-input--wrapper---clearable": e.clearable,
2241
1971
  "joy-input--wrapper-unit": !!e.unit,
2242
- "joy-input--wrapper-margin": !f.value
1972
+ "joy-input--wrapper-margin": !p.value
2243
1973
  }
2244
1974
  ])
2245
1975
  }, [
2246
- _("input", Z(s.$attrs, {
1976
+ y("input", R(r.$attrs, {
2247
1977
  id: t.name,
2248
1978
  ref_key: "input",
2249
1979
  ref: a,
@@ -2255,42 +1985,42 @@ const ee = /* @__PURE__ */ $(fn, [["__scopeId", "data-v-1265214a"]]), yn = ["lar
2255
1985
  "joy-input--field-invalid": e.invalid
2256
1986
  }
2257
1987
  ],
2258
- type: u.value,
1988
+ type: d.value,
2259
1989
  value: e.modelValue,
2260
1990
  onFocus: v[0] || (v[0] = //@ts-ignore
2261
- (...h) => c.onFocus && c.onFocus(...h)),
1991
+ (...j) => f.onFocus && f.onFocus(...j)),
2262
1992
  onBlur: v[1] || (v[1] = //@ts-ignore
2263
- (...h) => c.onBlur && c.onBlur(...h)),
1993
+ (...j) => f.onBlur && f.onBlur(...j)),
2264
1994
  onInput: v[2] || (v[2] = //@ts-ignore
2265
- (...h) => c.onInput && c.onInput(...h)),
1995
+ (...j) => f.onInput && f.onInput(...j)),
2266
1996
  onChange: v[3] || (v[3] = //@ts-ignore
2267
- (...h) => c.onChange && c.onChange(...h))
2268
- }), null, 16, vn),
2269
- y.value ? (d(), x(xe, {
1997
+ (...j) => f.onChange && f.onChange(...j))
1998
+ }), null, 16, xl),
1999
+ m.value ? (n(), V(de, {
2270
2000
  key: 0,
2271
2001
  class: "joy-input--clear",
2272
2002
  circle: "",
2273
2003
  variant: "ghost",
2274
2004
  size: "xxsmall",
2275
2005
  icon: "cross",
2276
- onClick: c.clearValue
2277
- }, null, 8, ["onClick"])) : b("", !0),
2278
- e.icon ? (d(), x(T, {
2006
+ onClick: f.clearValue
2007
+ }, null, 8, ["onClick"])) : g("", !0),
2008
+ e.icon ? (n(), V(J, {
2279
2009
  key: 1,
2280
2010
  class: "joy-input--decorative-icon",
2281
2011
  name: e.icon
2282
- }, null, 8, ["name"])) : b("", !0),
2283
- e.unit ? (d(), m("div", {
2012
+ }, null, 8, ["name"])) : g("", !0),
2013
+ e.unit ? (n(), c("div", {
2284
2014
  key: 2,
2285
2015
  "data-unit": e.unit,
2286
2016
  class: "joy-input--unit"
2287
- }, null, 8, pn)) : b("", !0)
2017
+ }, null, 8, Il)) : g("", !0)
2288
2018
  ], 2)
2289
2019
  ], 2)
2290
2020
  ], 2));
2291
2021
  }
2292
2022
  });
2293
- const _n = /* @__PURE__ */ $(mn, [["__scopeId", "data-v-9f3d7271"]]), bn = ["teal", "white"], gn = ["href"], hn = /* @__PURE__ */ j({
2023
+ const Ll = /* @__PURE__ */ $(Cl, [["__scopeId", "data-v-7ef7a9dd"]]), Bl = ["teal", "white"], Jl = ["href"], Tl = /* @__PURE__ */ S({
2294
2024
  __name: "VJoyLink",
2295
2025
  props: {
2296
2026
  href: {
@@ -2301,27 +2031,27 @@ const _n = /* @__PURE__ */ $(mn, [["__scopeId", "data-v-9f3d7271"]]), bn = ["tea
2301
2031
  type: String,
2302
2032
  default: "teal",
2303
2033
  validator(e) {
2304
- return bn.includes(e);
2034
+ return Bl.includes(e);
2305
2035
  }
2306
2036
  },
2307
2037
  icon: String,
2308
2038
  text: String
2309
2039
  },
2310
2040
  setup(e) {
2311
- return (l, t) => (d(), m("a", Z({ href: e.href }, l.$attrs, {
2041
+ return (l, t) => (n(), c("a", R({ href: e.href }, l.$attrs, {
2312
2042
  class: ["joy-link", `joy-link_${e.color}`]
2313
2043
  }), [
2314
- e.icon ? (d(), x(T, {
2044
+ e.icon ? (n(), V(J, {
2315
2045
  key: 0,
2316
2046
  name: e.icon
2317
- }, null, 8, ["name"])) : b("", !0),
2318
- g(l.$slots, "default", {}, () => [
2319
- B(C(e.text), 1)
2047
+ }, null, 8, ["name"])) : g("", !0),
2048
+ _(l.$slots, "default", {}, () => [
2049
+ C(I(e.text), 1)
2320
2050
  ], !0)
2321
- ], 16, gn));
2051
+ ], 16, Jl));
2322
2052
  }
2323
2053
  });
2324
- const wn = /* @__PURE__ */ $(hn, [["__scopeId", "data-v-76f0342e"]]), Sn = ["tabindex", "aria-activedescendant", "aria-label"], jn = ["id", "aria-disabled", "aria-current", "title", "aria-label", ".dataModel", "onClick"], $n = { "aria-hidden": "true" }, kn = /* @__PURE__ */ j({
2054
+ const El = /* @__PURE__ */ $(Tl, [["__scopeId", "data-v-5540214e"]]), zl = ["tabindex", "aria-activedescendant", "aria-label"], Al = ["id", "aria-disabled", "aria-current", "title", "aria-label", ".dataModel", "onClick"], ql = { "aria-hidden": "true" }, Ol = /* @__PURE__ */ S({
2325
2055
  __name: "VJoyMenu",
2326
2056
  props: {
2327
2057
  /**
@@ -2342,87 +2072,87 @@ const wn = /* @__PURE__ */ $(hn, [["__scopeId", "data-v-76f0342e"]]), Sn = ["tab
2342
2072
  },
2343
2073
  emits: ["selectItem"],
2344
2074
  setup(e, { expose: l, emit: t }) {
2345
- const a = w(), n = w(0), r = w();
2346
- function i(u) {
2347
- u.disabled || t("selectItem", u);
2075
+ const a = k(), i = k(0), s = k();
2076
+ function u(d) {
2077
+ d.disabled || t("selectItem", d);
2348
2078
  }
2349
2079
  function o() {
2350
- var u;
2351
- return Array.from(((u = a.value) == null ? void 0 : u.querySelectorAll("li")) || []).filter((c) => c.getAttribute("aria-disabled") !== "true");
2080
+ var d;
2081
+ return Array.from(((d = a.value) == null ? void 0 : d.querySelectorAll("li")) || []).filter((f) => f.getAttribute("aria-disabled") !== "true");
2352
2082
  }
2353
- function y(u) {
2354
- return u.id || Ve();
2083
+ function m(d) {
2084
+ return d.id || ue();
2355
2085
  }
2356
- function p() {
2357
- return o().find((u) => u === document.activeElement);
2086
+ function b() {
2087
+ return o().find((d) => d === document.activeElement);
2358
2088
  }
2359
- function f(u) {
2360
- if (p() && u.key === " " && u.preventDefault(), u.key === "Tab" && (r.value = void 0), ["ArrowDown", "ArrowUp", "Home", "End"].includes(u.key)) {
2361
- u.preventDefault();
2362
- const c = o(), s = p();
2363
- let v = c.indexOf(s);
2364
- if (u.key === "ArrowDown" ? v++ : u.key === "ArrowUp" ? v-- : u.key === "Home" ? v = 0 : u.key === "End" && (v = c.length - 1), v < 0 && (v = 0), v > c.length - 1)
2089
+ function p(d) {
2090
+ if (b() && d.key === " " && d.preventDefault(), d.key === "Tab" && (s.value = void 0), ["ArrowDown", "ArrowUp", "Home", "End"].includes(d.key)) {
2091
+ d.preventDefault();
2092
+ const f = o(), r = b();
2093
+ let v = f.indexOf(r);
2094
+ if (d.key === "ArrowDown" ? v++ : d.key === "ArrowUp" ? v-- : d.key === "Home" ? v = 0 : d.key === "End" && (v = f.length - 1), v < 0 && (v = 0), v > f.length - 1)
2365
2095
  return;
2366
- r.value = c[v].id, c[v].focus();
2096
+ s.value = f[v].id, f[v].focus();
2367
2097
  }
2368
- if (u.key === "Enter") {
2369
- const c = p();
2370
- if (!c)
2098
+ if (d.key === "Enter") {
2099
+ const f = b();
2100
+ if (!f)
2371
2101
  return;
2372
- const s = c.querySelector("a");
2373
- c && s ? s.click() : c.click();
2102
+ const r = f.querySelector("a");
2103
+ f && r ? r.click() : f.click();
2374
2104
  }
2375
2105
  }
2376
2106
  return l({
2377
- activeMenuItemId: r,
2107
+ activeMenuItemId: s,
2378
2108
  getItems: o,
2379
- getItemId: y,
2380
- getFocusedItem: p
2381
- }), (u, c) => (d(), m("ul", {
2109
+ getItemId: m,
2110
+ getFocusedItem: b
2111
+ }), (d, f) => (n(), c("ul", {
2382
2112
  ref_key: "menu",
2383
2113
  ref: a,
2384
2114
  class: "joy-menu-list joy-menu-list__items",
2385
- tabindex: n.value,
2386
- "aria-activedescendant": r.value,
2115
+ tabindex: i.value,
2116
+ "aria-activedescendant": s.value,
2387
2117
  "aria-label": e.ariaLabel,
2388
2118
  role: "menu",
2389
- onKeydown: f
2119
+ onKeydown: p
2390
2120
  }, [
2391
- (d(!0), m(D, null, G(e.items, (s) => (d(), m("li", {
2392
- id: y(s),
2393
- key: s.label,
2394
- class: S([
2121
+ (n(!0), c(q, null, P(e.items, (r) => (n(), c("li", {
2122
+ id: m(r),
2123
+ key: r.label,
2124
+ class: h([
2395
2125
  "joy-menu-list__item",
2396
2126
  {
2397
- "joy-menu-list__item--current": s.current,
2398
- "joy-menu-list__item--disabled": s.disabled
2127
+ "joy-menu-list__item--current": r.current,
2128
+ "joy-menu-list__item--disabled": r.disabled
2399
2129
  }
2400
2130
  ]),
2401
2131
  tabindex: "-1",
2402
- "aria-disabled": s.disabled,
2403
- "aria-current": s.current,
2404
- title: s.label,
2405
- "aria-label": s.label,
2406
- ".dataModel": s.value || s.id,
2132
+ "aria-disabled": r.disabled,
2133
+ "aria-current": r.current,
2134
+ title: r.label,
2135
+ "aria-label": r.label,
2136
+ ".dataModel": r.value || r.id,
2407
2137
  role: "menuitem",
2408
- onClick: (v) => i(s)
2138
+ onClick: (v) => u(r)
2409
2139
  }, [
2410
- _("div", $n, [
2411
- g(u.$slots, "menu-item", se(ue(s)), () => [
2412
- s.icon ? (d(), x(T, {
2140
+ y("div", ql, [
2141
+ _(d.$slots, "menu-item", Z(Q(r)), () => [
2142
+ r.icon ? (n(), V(J, {
2413
2143
  key: 0,
2414
- name: s.icon
2415
- }, null, 8, ["name"])) : b("", !0),
2416
- _("span", null, C(s.label), 1)
2144
+ name: r.icon
2145
+ }, null, 8, ["name"])) : g("", !0),
2146
+ y("span", null, I(r.label), 1)
2417
2147
  ], !0)
2418
2148
  ])
2419
- ], 10, jn))), 128))
2420
- ], 40, Sn));
2149
+ ], 10, Al))), 128))
2150
+ ], 40, zl));
2421
2151
  }
2422
2152
  });
2423
- const Vn = /* @__PURE__ */ $(kn, [["__scopeId", "data-v-4391a0bd"]]), xn = ["id"], In = {
2424
- class: /* @__PURE__ */ S(["joy-multi-checkbox"])
2425
- }, Cn = /* @__PURE__ */ j({
2153
+ const Fl = /* @__PURE__ */ $(Ol, [["__scopeId", "data-v-4391a0bd"]]), Pl = ["id"], Ml = {
2154
+ class: /* @__PURE__ */ h(["joy-multi-checkbox"])
2155
+ }, Nl = /* @__PURE__ */ S({
2426
2156
  __name: "VJoyMultiCheckbox",
2427
2157
  props: {
2428
2158
  options: {
@@ -2458,50 +2188,50 @@ const Vn = /* @__PURE__ */ $(kn, [["__scopeId", "data-v-4391a0bd"]]), xn = ["id"
2458
2188
  emits: ["update:value"],
2459
2189
  setup(e, { emit: l }) {
2460
2190
  const t = e;
2461
- function a(r) {
2462
- return t.value.includes(r.value);
2191
+ function a(s) {
2192
+ return t.value.includes(s.value);
2463
2193
  }
2464
- function n(r, i) {
2194
+ function i(s, u) {
2465
2195
  let o = [...t.value || []];
2466
- i ? o.push(r) : o.splice(o.indexOf(r), 1), l("update:value", o);
2196
+ u ? o.push(s) : o.splice(o.indexOf(s), 1), l("update:value", o);
2467
2197
  }
2468
- return (r, i) => (d(), m("fieldset", {
2198
+ return (s, u) => (n(), c("fieldset", {
2469
2199
  id: e.id,
2470
2200
  class: "joy-multi-checkbox__wrapper"
2471
2201
  }, [
2472
- e.label ? (d(), x(k(ee), {
2202
+ e.label ? (n(), V(w(D), {
2473
2203
  key: 0,
2474
2204
  "tag-name": "legend",
2475
2205
  required: e.required && e.requiredMark,
2476
2206
  "optional-label": e.optionalLabel,
2477
2207
  size: e.labelSize
2478
2208
  }, {
2479
- default: O(() => [
2480
- B(C(e.label), 1)
2209
+ default: B(() => [
2210
+ C(I(e.label), 1)
2481
2211
  ]),
2482
2212
  _: 1
2483
- }, 8, ["required", "optional-label", "size"])) : b("", !0),
2484
- _("div", In, [
2485
- (d(!0), m(D, null, G(e.options, (o) => (d(), x(k(Ie), {
2213
+ }, 8, ["required", "optional-label", "size"])) : g("", !0),
2214
+ y("div", Ml, [
2215
+ (n(!0), c(q, null, P(e.options, (o) => (n(), V(w(ce), {
2486
2216
  id: o.id,
2487
2217
  key: o.id,
2488
2218
  name: o.name,
2489
2219
  value: o.value,
2490
2220
  checked: a(o),
2491
- "onUpdate:checked": (y) => n(o.value, y)
2221
+ "onUpdate:checked": (m) => i(o.value, m)
2492
2222
  }, {
2493
- default: O(() => [
2494
- g(r.$slots, "checkbox", se(ue(o)), () => [
2495
- B(C(o.label), 1)
2223
+ default: B(() => [
2224
+ _(s.$slots, "checkbox", Z(Q(o)), () => [
2225
+ C(I(o.label), 1)
2496
2226
  ], !0)
2497
2227
  ]),
2498
2228
  _: 2
2499
2229
  }, 1032, ["id", "name", "value", "checked", "onUpdate:checked"]))), 128))
2500
2230
  ])
2501
- ], 8, xn));
2231
+ ], 8, Pl));
2502
2232
  }
2503
2233
  });
2504
- const Ln = /* @__PURE__ */ $(Cn, [["__scopeId", "data-v-47574ced"]]), et = /* @__PURE__ */ j({
2234
+ const Rl = /* @__PURE__ */ $(Nl, [["__scopeId", "data-v-c278b02d"]]), xe = /* @__PURE__ */ S({
2505
2235
  __name: "PaginationIcon",
2506
2236
  props: {
2507
2237
  label: {
@@ -2519,7 +2249,7 @@ const Ln = /* @__PURE__ */ $(Cn, [["__scopeId", "data-v-47574ced"]]), et = /* @_
2519
2249
  },
2520
2250
  emits: ["click"],
2521
2251
  setup(e) {
2522
- return (l, t) => (d(), x(xe, {
2252
+ return (l, t) => (n(), V(de, {
2523
2253
  class: "joy-pagination__icon",
2524
2254
  "aria-label": e.label,
2525
2255
  title: e.label,
@@ -2529,10 +2259,10 @@ const Ln = /* @__PURE__ */ $(Cn, [["__scopeId", "data-v-47574ced"]]), et = /* @_
2529
2259
  circle: "",
2530
2260
  size: "xsmall",
2531
2261
  disabled: e.disabled,
2532
- onClick: t[0] || (t[0] = (a) => l.$emit("click", a))
2262
+ onClick: t[0] || (t[0] = (a) => l.$emit("click"))
2533
2263
  }, null, 8, ["aria-label", "title", "icon", "disabled"]));
2534
2264
  }
2535
- }), Bn = ["aria-label", "data-current"], On = { class: "joy-pagination__previous" }, Tn = ["aria-current", "onClick"], Jn = { class: "joy-pagination__next" }, En = 6, Pn = /* @__PURE__ */ j({
2265
+ }), Hl = ["aria-label", "data-current"], Dl = { class: "joy-pagination__previous" }, Wl = ["aria-current", "onClick"], Ul = { class: "joy-pagination__next" }, Gl = 6, Kl = /* @__PURE__ */ S({
2536
2266
  __name: "VJoyPagination",
2537
2267
  props: {
2538
2268
  /** Current page number */
@@ -2563,83 +2293,83 @@ const Ln = /* @__PURE__ */ $(Cn, [["__scopeId", "data-v-47574ced"]]), et = /* @_
2563
2293
  },
2564
2294
  emits: ["update:current-page"],
2565
2295
  setup(e, { emit: l }) {
2566
- const t = e, a = V(() => {
2567
- const p = r.value.length;
2568
- return r.value[p - 1] !== r.value[p - 2] + 1;
2569
- }), n = V(() => r.value[0] !== r.value[1] - 1), r = V(() => t.totalPages < En ? o(2, t.totalPages - 1) : y(t.currentPage));
2570
- function i(p) {
2571
- l("update:current-page", p);
2572
- }
2573
- function o(p, f) {
2574
- const u = [];
2575
- u.push(1);
2576
- for (let c = p; c <= f; c++)
2577
- u.push(c);
2578
- return u.push(t.totalPages), u;
2579
- }
2580
- function y(p) {
2581
- let f = p - 2, u = p + 1;
2582
- return f <= 1 && (f = 2, u = 5), u >= t.totalPages && (u = t.totalPages - 1, f = u - 3), o(f, u);
2583
- }
2584
- return (p, f) => (d(), m("nav", {
2296
+ const t = e, a = x(() => {
2297
+ const b = s.value.length;
2298
+ return s.value[b - 1] !== s.value[b - 2] + 1;
2299
+ }), i = x(() => s.value[0] !== s.value[1] - 1), s = x(() => t.totalPages < Gl ? o(2, t.totalPages - 1) : m(t.currentPage));
2300
+ function u(b) {
2301
+ l("update:current-page", b);
2302
+ }
2303
+ function o(b, p) {
2304
+ const d = [];
2305
+ d.push(1);
2306
+ for (let f = b; f <= p; f++)
2307
+ d.push(f);
2308
+ return d.push(t.totalPages), d;
2309
+ }
2310
+ function m(b) {
2311
+ let p = b - 2, d = b + 1;
2312
+ return p <= 1 && (p = 2, d = 5), d >= t.totalPages && (d = t.totalPages - 1, p = d - 3), o(p, d);
2313
+ }
2314
+ return (b, p) => (n(), c("nav", {
2585
2315
  role: "navigation",
2586
2316
  "aria-label": e.labelPagination,
2587
2317
  class: "joy-pagination",
2588
2318
  "data-current": e.currentPage
2589
2319
  }, [
2590
- _("ul", null, [
2591
- _("li", On, [
2592
- g(p.$slots, "pagination-prev", {}, () => [
2593
- R(et, {
2320
+ y("ul", null, [
2321
+ y("li", Dl, [
2322
+ _(b.$slots, "pagination-prev", {}, () => [
2323
+ A(xe, {
2594
2324
  label: e.labelPrev,
2595
2325
  disabled: e.currentPage === 1,
2596
- onClick: f[0] || (f[0] = (u) => i(e.currentPage - 1))
2326
+ onClick: p[0] || (p[0] = (d) => u(e.currentPage - 1))
2597
2327
  }, null, 8, ["label", "disabled"])
2598
2328
  ], !0)
2599
2329
  ]),
2600
- _("li", null, [
2601
- _("ul", null, [
2602
- (d(!0), m(D, null, G(r.value, (u) => (d(), m("li", { key: u }, [
2603
- _("button", {
2330
+ y("li", null, [
2331
+ y("ul", null, [
2332
+ (n(!0), c(q, null, P(s.value, (d) => (n(), c("li", { key: d }, [
2333
+ y("button", {
2604
2334
  type: "button",
2605
- "aria-current": u === e.currentPage ? "true" : "false",
2606
- class: S({
2607
- current: u === e.currentPage,
2608
- "joy-pagination__separator joy-pagination__separator-after": u === 1 && n.value,
2609
- "joy-pagination__separator joy-pagination__separator-before": u === e.totalPages && a.value
2335
+ "aria-current": d === e.currentPage ? "true" : "false",
2336
+ class: h({
2337
+ current: d === e.currentPage,
2338
+ "joy-pagination__separator joy-pagination__separator-after": d === 1 && i.value,
2339
+ "joy-pagination__separator joy-pagination__separator-before": d === e.totalPages && a.value
2610
2340
  }),
2611
- onClick: (c) => i(u)
2612
- }, C(u), 11, Tn)
2341
+ onClick: (f) => u(d)
2342
+ }, I(d), 11, Wl)
2613
2343
  ]))), 128))
2614
2344
  ])
2615
2345
  ]),
2616
- _("li", Jn, [
2617
- g(p.$slots, "pagination-next", {}, () => [
2618
- R(et, {
2346
+ y("li", Ul, [
2347
+ _(b.$slots, "pagination-next", {}, () => [
2348
+ A(xe, {
2619
2349
  next: "",
2620
2350
  label: e.labelNext,
2621
2351
  disabled: e.currentPage === e.totalPages,
2622
- onClick: f[1] || (f[1] = (u) => i(e.currentPage + 1))
2352
+ onClick: p[1] || (p[1] = (d) => u(e.currentPage + 1))
2623
2353
  }, null, 8, ["label", "disabled"])
2624
2354
  ], !0)
2625
2355
  ])
2626
2356
  ])
2627
- ], 8, Bn));
2357
+ ], 8, Hl));
2628
2358
  }
2629
2359
  });
2630
- const An = /* @__PURE__ */ $(Pn, [["__scopeId", "data-v-e5b57944"]]), zn = ["small", "medium", "large"], qn = ["small", "large"], Fn = {
2360
+ const Zl = /* @__PURE__ */ $(Kl, [["__scopeId", "data-v-e5b57944"]]), Ql = ["small", "medium", "large"], Yl = ["small", "large"], Xl = {
2631
2361
  key: 0,
2632
- class: /* @__PURE__ */ S(["joy-panel__header"])
2633
- }, Mn = {
2362
+ class: /* @__PURE__ */ h(["joy-panel__header"])
2363
+ }, en = {
2634
2364
  key: 1,
2635
2365
  class: "joy-panel__header-action"
2636
- }, Nn = {
2366
+ }, tn = {
2637
2367
  key: 2,
2638
2368
  class: "joy-panel__header-subtitle"
2639
- }, Rn = { class: "joy-panel__body" }, Dn = {
2369
+ }, an = { class: "joy-panel__body" }, ln = {
2640
2370
  key: 1,
2641
2371
  class: "joy-panel__footer"
2642
- }, Hn = /* @__PURE__ */ j({
2372
+ }, nn = /* @__PURE__ */ S({
2643
2373
  __name: "VJoyPanel",
2644
2374
  props: {
2645
2375
  flex: {
@@ -2653,14 +2383,14 @@ const An = /* @__PURE__ */ $(Pn, [["__scopeId", "data-v-e5b57944"]]), zn = ["sma
2653
2383
  type: String,
2654
2384
  default: "medium",
2655
2385
  validator(e) {
2656
- return zn.includes(e);
2386
+ return Ql.includes(e);
2657
2387
  }
2658
2388
  },
2659
2389
  titleSize: {
2660
2390
  type: String,
2661
2391
  default: "large",
2662
2392
  validator(e) {
2663
- return qn.includes(e);
2393
+ return Yl.includes(e);
2664
2394
  }
2665
2395
  },
2666
2396
  loading: {
@@ -2673,12 +2403,12 @@ const An = /* @__PURE__ */ $(Pn, [["__scopeId", "data-v-e5b57944"]]), zn = ["sma
2673
2403
  }
2674
2404
  },
2675
2405
  setup(e) {
2676
- const l = de("VJoyWrapperContext", {}), t = V(() => Object.keys(l).length > 0), a = Y(), n = w(), r = V(() => a["panel-title"] || a["panel-subtitle"] || a["panel-title-action"]);
2677
- return (i, o) => (d(), m("section", {
2406
+ const l = Y("VJoyWrapperContext", {}), t = x(() => Object.keys(l).length > 0), a = M(), i = k(), s = x(() => a["panel-title"] || a["panel-subtitle"] || a["panel-title-action"]);
2407
+ return (u, o) => (n(), c("section", {
2678
2408
  ref_key: "panel",
2679
- ref: n,
2680
- style: K({ flex: e.flex }),
2681
- class: S([
2409
+ ref: i,
2410
+ style: N({ flex: e.flex }),
2411
+ class: h([
2682
2412
  "joy-panel",
2683
2413
  `joy-panel--${e.padding}`,
2684
2414
  {
@@ -2687,60 +2417,60 @@ const An = /* @__PURE__ */ $(Pn, [["__scopeId", "data-v-e5b57944"]]), zn = ["sma
2687
2417
  }
2688
2418
  ])
2689
2419
  }, [
2690
- r.value ? (d(), m("header", Fn, [
2691
- k(a)["panel-title"] ? (d(), m("div", {
2420
+ s.value ? (n(), c("header", Xl, [
2421
+ w(a)["panel-title"] ? (n(), c("div", {
2692
2422
  key: 0,
2693
- class: S(["joy-panel__header-title", `joy-panel__header-title--${e.titleSize}`])
2423
+ class: h(["joy-panel__header-title", `joy-panel__header-title--${e.titleSize}`])
2694
2424
  }, [
2695
- g(i.$slots, "panel-title", {}, void 0, !0)
2696
- ], 2)) : b("", !0),
2697
- k(a)["panel-title-action"] ? (d(), m("div", Mn, [
2698
- g(i.$slots, "panel-title-action", {}, void 0, !0)
2699
- ])) : b("", !0),
2700
- k(a)["panel-subtitle"] ? (d(), m("div", Nn, [
2701
- g(i.$slots, "panel-subtitle", {}, void 0, !0)
2702
- ])) : b("", !0)
2703
- ])) : b("", !0),
2704
- _("div", Rn, [
2705
- g(i.$slots, "panel-body", {}, void 0, !0)
2425
+ _(u.$slots, "panel-title", {}, void 0, !0)
2426
+ ], 2)) : g("", !0),
2427
+ w(a)["panel-title-action"] ? (n(), c("div", en, [
2428
+ _(u.$slots, "panel-title-action", {}, void 0, !0)
2429
+ ])) : g("", !0),
2430
+ w(a)["panel-subtitle"] ? (n(), c("div", tn, [
2431
+ _(u.$slots, "panel-subtitle", {}, void 0, !0)
2432
+ ])) : g("", !0)
2433
+ ])) : g("", !0),
2434
+ y("div", an, [
2435
+ _(u.$slots, "panel-body", {}, void 0, !0)
2706
2436
  ]),
2707
- k(a)["panel-action"] ? (d(), m("footer", Dn, [
2708
- g(i.$slots, "panel-action", {}, void 0, !0)
2709
- ])) : b("", !0),
2710
- e.loading ? (d(), x(k(Le), {
2437
+ w(a)["panel-action"] ? (n(), c("footer", ln, [
2438
+ _(u.$slots, "panel-action", {}, void 0, !0)
2439
+ ])) : g("", !0),
2440
+ e.loading ? (n(), V(w(pe), {
2711
2441
  key: 2,
2712
2442
  overlay: "",
2713
2443
  color: e.loadingColor
2714
2444
  }, {
2715
- content: O(() => [
2716
- g(i.$slots, "panel-loader-content", {}, void 0, !0)
2445
+ content: B(() => [
2446
+ _(u.$slots, "panel-loader-content", {}, void 0, !0)
2717
2447
  ]),
2718
2448
  _: 3
2719
- }, 8, ["color"])) : b("", !0)
2449
+ }, 8, ["color"])) : g("", !0)
2720
2450
  ], 6));
2721
2451
  }
2722
2452
  });
2723
- const Wn = /* @__PURE__ */ $(Hn, [["__scopeId", "data-v-2e3a2baa"]]), Un = { class: "joy-panel-section" }, Gn = {
2453
+ const on = /* @__PURE__ */ $(nn, [["__scopeId", "data-v-4a8b703c"]]), sn = { class: "joy-panel-section" }, rn = {
2724
2454
  key: 0,
2725
2455
  class: "joy-panel-section__title"
2726
- }, Kn = {
2456
+ }, un = {
2727
2457
  key: 1,
2728
2458
  class: "joy-panel-section__content"
2729
- }, Zn = /* @__PURE__ */ j({
2459
+ }, dn = /* @__PURE__ */ S({
2730
2460
  __name: "VJoyPanelSection",
2731
2461
  setup(e) {
2732
- const l = Y();
2733
- return (t, a) => (d(), m("div", Un, [
2734
- k(l)["panel-section-title"] ? (d(), m("div", Gn, [
2735
- g(t.$slots, "panel-section-title", {}, void 0, !0)
2736
- ])) : b("", !0),
2737
- k(l)["panel-section-content"] ? (d(), m("div", Kn, [
2738
- g(t.$slots, "panel-section-content", {}, void 0, !0)
2739
- ])) : b("", !0)
2462
+ const l = M();
2463
+ return (t, a) => (n(), c("div", sn, [
2464
+ w(l)["panel-section-title"] ? (n(), c("div", rn, [
2465
+ _(t.$slots, "panel-section-title", {}, void 0, !0)
2466
+ ])) : g("", !0),
2467
+ w(l)["panel-section-content"] ? (n(), c("div", un, [
2468
+ _(t.$slots, "panel-section-content", {}, void 0, !0)
2469
+ ])) : g("", !0)
2740
2470
  ]));
2741
2471
  }
2742
2472
  });
2743
- const Qn = /* @__PURE__ */ $(Zn, [["__scopeId", "data-v-d88510ab"]]), Yn = { class: "joy-progress-bar-wrapper" }, Xn = /* @__PURE__ */ j({
2473
+ const cn = /* @__PURE__ */ $(dn, [["__scopeId", "data-v-d88510ab"]]), yn = { class: "joy-progress-bar-wrapper" }, fn = /* @__PURE__ */ S({
2744
2474
  __name: "VJoyProgressBar",
2745
2475
  props: {
2746
2476
  color: {
@@ -2767,22 +2497,22 @@ const Qn = /* @__PURE__ */ $(Zn, [["__scopeId", "data-v-d88510ab"]]), Yn = { cla
2767
2497
  }
2768
2498
  },
2769
2499
  setup(e, { expose: l }) {
2770
- const t = e, a = w(0), n = V(() => r());
2771
- function r() {
2500
+ const t = e, a = k(0), i = x(() => s());
2501
+ function s() {
2772
2502
  return t.percentage ? a.value = t.percentage : t.currentStep && t.steps ? a.value = Math.round(t.currentStep / t.steps * 100) : a.value = 0, a.value < 0 && (a.value = 0), a.value > 100 && (a.value = 100), a.value + "%";
2773
2503
  }
2774
2504
  return l({
2775
- computeInnerWidth: n,
2505
+ computeInnerWidth: i,
2776
2506
  computedPercentage: a
2777
- }), (i, o) => (d(), m("div", Yn, [
2778
- _("div", {
2779
- class: S(["joy-progress-bar-inner", `joy-progress-bar-inner_${e.color}`]),
2780
- style: K({ width: n.value })
2507
+ }), (u, o) => (n(), c("div", yn, [
2508
+ y("div", {
2509
+ class: h(["joy-progress-bar-inner", `joy-progress-bar-inner_${e.color}`]),
2510
+ style: N({ width: i.value })
2781
2511
  }, null, 6)
2782
2512
  ]));
2783
2513
  }
2784
2514
  });
2785
- const eo = /* @__PURE__ */ $(Xn, [["__scopeId", "data-v-a28eae43"]]), to = ["id", "value", "checked", "disabled", "required", "name"], lo = { class: "joy-radio-label" }, ao = { class: "joy-radio-content__wrapper" }, no = { class: "joy-radio-content" }, oo = /* @__PURE__ */ j({
2515
+ const vn = /* @__PURE__ */ $(fn, [["__scopeId", "data-v-1b2b3de8"]]), pn = ["id", "value", "checked", "disabled", "required", "name"], mn = { class: "joy-radio-label" }, bn = { class: "joy-radio-content__wrapper" }, _n = { class: "joy-radio-content" }, gn = /* @__PURE__ */ S({
2786
2516
  __name: "VJoyRadio",
2787
2517
  props: {
2788
2518
  disabled: {
@@ -2818,76 +2548,76 @@ const eo = /* @__PURE__ */ $(Xn, [["__scopeId", "data-v-a28eae43"]]), to = ["id"
2818
2548
  },
2819
2549
  emits: ["update:modelValue"],
2820
2550
  setup(e, { expose: l, emit: t }) {
2821
- const a = e, n = w(!1), r = w(!1), i = w(null), o = w(null), y = Y(), p = V(() => !a.modelValue || !a.value ? !1 : a.modelValue === a.value);
2822
- function f() {
2823
- n.value = !!y["expandable-content"] && p.value;
2551
+ const a = e, i = k(!1), s = k(!1), u = k(null), o = k(null), m = M(), b = x(() => !a.modelValue || !a.value ? !1 : a.modelValue === a.value);
2552
+ function p() {
2553
+ i.value = !!m["expandable-content"] && b.value;
2824
2554
  }
2825
- function u() {
2826
- t("update:modelValue", a.value), f();
2555
+ function d() {
2556
+ t("update:modelValue", a.value), p();
2827
2557
  }
2828
- Q(() => {
2829
- a.theme === "outline" && f();
2558
+ H(() => {
2559
+ a.theme === "outline" && p();
2830
2560
  });
2831
- function c() {
2832
- r.value = !0;
2561
+ function f() {
2562
+ s.value = !0;
2833
2563
  }
2834
- function s() {
2835
- r.value = !1;
2564
+ function r() {
2565
+ s.value = !1;
2836
2566
  }
2837
- return E(
2567
+ return F(
2838
2568
  () => a.modelValue,
2839
2569
  () => {
2840
- f();
2570
+ p();
2841
2571
  }
2842
2572
  ), l({
2843
- checked: p,
2844
- isExpanded: n
2845
- }), (v, h) => (d(), m("label", {
2573
+ checked: b,
2574
+ isExpanded: i
2575
+ }), (v, j) => (n(), c("label", {
2846
2576
  ref_key: "root",
2847
- ref: i,
2848
- class: S([
2577
+ ref: u,
2578
+ class: h([
2849
2579
  "joy-radio",
2850
2580
  `joy-radio--${e.theme}`,
2851
2581
  {
2852
- "joy-radio--checked": p.value,
2582
+ "joy-radio--checked": b.value,
2853
2583
  "joy-radio--disabled": e.disabled,
2854
2584
  "joy-radio--invalid": e.invalid,
2855
- "joy-radio--outline-focus": r.value && e.theme === "outline",
2856
- "joy-radio--focus": r.value && e.theme === "default"
2585
+ "joy-radio--outline-focus": s.value && e.theme === "outline",
2586
+ "joy-radio--focus": s.value && e.theme === "default"
2857
2587
  }
2858
2588
  ])
2859
2589
  }, [
2860
- _("input", {
2590
+ y("input", {
2861
2591
  id: e.id,
2862
2592
  type: "radio",
2863
2593
  value: e.value,
2864
- checked: p.value,
2594
+ checked: b.value,
2865
2595
  disabled: e.disabled,
2866
2596
  required: e.required,
2867
2597
  name: e.name,
2868
- onChange: u,
2869
- onFocus: c,
2870
- onBlur: s
2871
- }, null, 40, to),
2872
- _("span", lo, [
2873
- g(v.$slots, "default", {}, void 0, !0)
2598
+ onChange: d,
2599
+ onFocus: f,
2600
+ onBlur: r
2601
+ }, null, 40, pn),
2602
+ y("span", mn, [
2603
+ _(v.$slots, "default", {}, void 0, !0)
2874
2604
  ]),
2875
- _("div", ao, [
2876
- _("div", no, [
2877
- g(v.$slots, "radio-content", {}, void 0, !0)
2605
+ y("div", bn, [
2606
+ y("div", _n, [
2607
+ _(v.$slots, "radio-content", {}, void 0, !0)
2878
2608
  ]),
2879
- _("div", {
2609
+ y("div", {
2880
2610
  ref_key: "expandableElement",
2881
2611
  ref: o,
2882
- class: S(["joy-radio-expandable", { "joy-radio-expandable--expanded": n.value }])
2612
+ class: h(["joy-radio-expandable", { "joy-radio-expandable--expanded": i.value }])
2883
2613
  }, [
2884
- g(v.$slots, "expandable-content", {}, void 0, !0)
2614
+ _(v.$slots, "expandable-content", {}, void 0, !0)
2885
2615
  ], 2)
2886
2616
  ])
2887
2617
  ], 2));
2888
2618
  }
2889
2619
  });
2890
- const ro = /* @__PURE__ */ $(oo, [["__scopeId", "data-v-24cea99b"]]), io = ["form", "name"], so = /* @__PURE__ */ j({
2620
+ const hn = /* @__PURE__ */ $(gn, [["__scopeId", "data-v-24cea99b"]]), jn = ["form", "name"], kn = /* @__PURE__ */ S({
2891
2621
  __name: "VJoyRadioGroup",
2892
2622
  props: {
2893
2623
  /**
@@ -2908,23 +2638,23 @@ const ro = /* @__PURE__ */ $(oo, [["__scopeId", "data-v-24cea99b"]]), io = ["for
2908
2638
  }
2909
2639
  },
2910
2640
  setup(e) {
2911
- return (l, t) => (d(), m("fieldset", {
2641
+ return (l, t) => (n(), c("fieldset", {
2912
2642
  ref: "root",
2913
2643
  class: "joy-radio-group-fieldset",
2914
2644
  role: "radiogroup",
2915
2645
  form: e.form,
2916
2646
  name: e.name
2917
2647
  }, [
2918
- g(l.$slots, "radio-group-legend", {}, void 0, !0),
2919
- _("div", {
2920
- class: S(["joy-radio-group-container", `joy-radio-group-${e.direction}`])
2648
+ _(l.$slots, "radio-group-legend", {}, void 0, !0),
2649
+ y("div", {
2650
+ class: h(["joy-radio-group-container", `joy-radio-group-${e.direction}`])
2921
2651
  }, [
2922
- g(l.$slots, "default", {}, void 0, !0)
2652
+ _(l.$slots, "default", {}, void 0, !0)
2923
2653
  ], 2)
2924
- ], 8, io));
2654
+ ], 8, jn));
2925
2655
  }
2926
2656
  });
2927
- const uo = /* @__PURE__ */ $(so, [["__scopeId", "data-v-a77e7f95"]]), co = ["ariaLabel"], fo = { class: "joy-rating-stars" }, yo = { class: "joy-rating-stars__content" }, vo = { key: 0 }, po = /* @__PURE__ */ j({
2657
+ const Sn = /* @__PURE__ */ $(kn, [["__scopeId", "data-v-a77e7f95"]]), $n = ["ariaLabel"], wn = { class: "joy-rating-stars" }, Vn = { class: "joy-rating-stars__content" }, xn = { key: 0 }, In = /* @__PURE__ */ S({
2928
2658
  __name: "VJoyRatingStars",
2929
2659
  props: {
2930
2660
  ratingValue: {
@@ -2941,35 +2671,35 @@ const uo = /* @__PURE__ */ $(so, [["__scopeId", "data-v-a77e7f95"]]), co = ["ari
2941
2671
  }
2942
2672
  },
2943
2673
  setup(e, { expose: l }) {
2944
- const t = e, a = Se(), n = V(() => {
2945
- let r = [], i = 0.24, o = 0.75;
2946
- for (let y = 0; y < 5; y++)
2947
- t.ratingValue > i ? r.push(t.ratingValue < o ? "half" : "full") : r.push("empty"), i += 1, o += 1;
2948
- return r;
2674
+ const t = e, a = oe(), i = x(() => {
2675
+ let s = [], u = 0.24, o = 0.75;
2676
+ for (let m = 0; m < 5; m++)
2677
+ t.ratingValue > u ? s.push(t.ratingValue < o ? "half" : "full") : s.push("empty"), u += 1, o += 1;
2678
+ return s;
2949
2679
  });
2950
2680
  return l({
2951
- setStars: n
2952
- }), (r, i) => (d(), m("div", {
2681
+ setStars: i
2682
+ }), (s, u) => (n(), c("div", {
2953
2683
  role: "img",
2954
2684
  class: "joy-rating-stars__wrapper",
2955
- ariaLabel: k(a).ariaLabel || `Rating: ${e.ratingValue} out of 5`
2685
+ ariaLabel: w(a).ariaLabel || `Rating: ${e.ratingValue} out of 5`
2956
2686
  }, [
2957
- _("ul", fo, [
2958
- (d(!0), m(D, null, G(n.value, (o, y) => (d(), m("li", {
2959
- key: y,
2960
- class: S([`joy-rating-stars--${e.size}`])
2687
+ y("ul", wn, [
2688
+ (n(!0), c(q, null, P(i.value, (o, m) => (n(), c("li", {
2689
+ key: m,
2690
+ class: h([`joy-rating-stars--${e.size}`])
2961
2691
  }, [
2962
- o === "full" ? (d(), x(T, {
2692
+ o === "full" ? (n(), V(J, {
2963
2693
  key: 0,
2964
2694
  "aria-hidden": "true",
2965
2695
  name: "star-fill",
2966
2696
  color: "quaternary"
2967
- })) : o === "half" ? (d(), x(T, {
2697
+ })) : o === "half" ? (n(), V(J, {
2968
2698
  key: 1,
2969
2699
  "aria-hidden": "true",
2970
2700
  name: "star-half",
2971
2701
  color: "quaternary"
2972
- })) : (d(), x(T, {
2702
+ })) : (n(), V(J, {
2973
2703
  key: 2,
2974
2704
  "aria-hidden": "true",
2975
2705
  name: "star",
@@ -2977,18 +2707,18 @@ const uo = /* @__PURE__ */ $(so, [["__scopeId", "data-v-a77e7f95"]]), co = ["ari
2977
2707
  }))
2978
2708
  ], 2))), 128))
2979
2709
  ]),
2980
- _("div", yo, [
2981
- g(r.$slots, "rating-stars-content", {}, () => [
2982
- e.reviewCount ? (d(), m("span", vo, "(" + C(e.reviewCount) + ")", 1)) : b("", !0)
2710
+ y("div", Vn, [
2711
+ _(s.$slots, "rating-stars-content", {}, () => [
2712
+ e.reviewCount ? (n(), c("span", xn, "(" + I(e.reviewCount) + ")", 1)) : g("", !0)
2983
2713
  ], !0)
2984
2714
  ])
2985
- ], 8, co));
2715
+ ], 8, $n));
2986
2716
  }
2987
2717
  });
2988
- const mo = /* @__PURE__ */ $(po, [["__scopeId", "data-v-23927e1e"]]), _o = { class: "joy-screen-loader__content" }, bo = {
2718
+ const Cn = /* @__PURE__ */ $(In, [["__scopeId", "data-v-c9a5e140"]]), Ln = { class: "joy-screen-loader__content" }, Bn = {
2989
2719
  key: 0,
2990
2720
  class: "joy-screen-loader__content"
2991
- }, go = /* @__PURE__ */ j({
2721
+ }, Jn = /* @__PURE__ */ S({
2992
2722
  __name: "VJoyScreenLoader",
2993
2723
  props: {
2994
2724
  /** Light or dark. Changes the spinner and background color */
@@ -3003,23 +2733,23 @@ const mo = /* @__PURE__ */ $(po, [["__scopeId", "data-v-23927e1e"]]), _o = { cla
3003
2733
  }
3004
2734
  },
3005
2735
  setup(e) {
3006
- return (l, t) => (d(), m("div", {
3007
- class: S(["joy-screen-loader", `joy-screen-loader--${e.color}`, { "joy-screen-loader--overlay": e.overlay }])
2736
+ return (l, t) => (n(), c("div", {
2737
+ class: h(["joy-screen-loader", `joy-screen-loader--${e.color}`, { "joy-screen-loader--overlay": e.overlay }])
3008
2738
  }, [
3009
- _("div", _o, [
3010
- g(l.$slots, "spinner", {}, () => [
3011
- R(ke, {
2739
+ y("div", Ln, [
2740
+ _(l.$slots, "spinner", {}, () => [
2741
+ A(re, {
3012
2742
  color: e.color === "dark" ? "white" : "teal"
3013
2743
  }, null, 8, ["color"])
3014
2744
  ], !0),
3015
- l.$slots.content ? (d(), m("div", bo, [
3016
- g(l.$slots, "content", {}, void 0, !0)
3017
- ])) : b("", !0)
2745
+ l.$slots.content ? (n(), c("div", Bn, [
2746
+ _(l.$slots, "content", {}, void 0, !0)
2747
+ ])) : g("", !0)
3018
2748
  ])
3019
2749
  ], 2));
3020
2750
  }
3021
2751
  });
3022
- const Le = /* @__PURE__ */ $(go, [["__scopeId", "data-v-5c4f6d7f"]]), ho = ["id", "name", "aria-invalid", "required", "disabled", "value"], wo = /* @__PURE__ */ j({
2752
+ const pe = /* @__PURE__ */ $(Jn, [["__scopeId", "data-v-1112514f"]]), Tn = ["id", "name", "aria-invalid", "required", "disabled", "value"], En = /* @__PURE__ */ S({
3023
2753
  __name: "VJoySelect",
3024
2754
  props: {
3025
2755
  disabled: {
@@ -3062,15 +2792,15 @@ const Le = /* @__PURE__ */ $(go, [["__scopeId", "data-v-5c4f6d7f"]]), ho = ["id"
3062
2792
  },
3063
2793
  emits: ["update:modelValue"],
3064
2794
  setup(e, { emit: l }) {
3065
- const t = e, a = w(), n = w(), r = Y(), i = w(!1), o = V(() => t.labelSize ? t.labelSize : t.size !== "medium" ? "small" : "medium");
3066
- Q(() => {
3067
- var s;
3068
- const u = r.label && r.label();
3069
- if (!u || !u.length)
2795
+ const t = e, a = k(), i = k(), s = M(), u = k(!1), o = x(() => t.labelSize ? t.labelSize : t.size !== "medium" ? "small" : "medium");
2796
+ H(() => {
2797
+ var r;
2798
+ const d = s.label && s.label();
2799
+ if (!d || !d.length)
3070
2800
  return;
3071
- const c = u[0];
3072
- if (c.type === "JoyLabel") {
3073
- const v = (s = c.props) == null ? void 0 : s.for;
2801
+ const f = d[0];
2802
+ if (f.type === "JoyLabel") {
2803
+ const v = (r = f.props) == null ? void 0 : r.for;
3074
2804
  if (!v) {
3075
2805
  console.warn("JoyLabel for attribute is missing");
3076
2806
  return;
@@ -3078,62 +2808,62 @@ const Le = /* @__PURE__ */ $(go, [["__scopeId", "data-v-5c4f6d7f"]]), ho = ["id"
3078
2808
  v !== t.id && console.warn("JoyLabel for attribute does not match with JoySelect id");
3079
2809
  }
3080
2810
  });
3081
- function y(u) {
3082
- const c = u.target.value;
3083
- l("update:modelValue", c);
2811
+ function m(d) {
2812
+ const f = d.target.value;
2813
+ l("update:modelValue", f);
3084
2814
  }
3085
- function p() {
3086
- i.value = !0;
2815
+ function b() {
2816
+ u.value = !0;
3087
2817
  }
3088
- function f() {
3089
- i.value = !1;
2818
+ function p() {
2819
+ u.value = !1;
3090
2820
  }
3091
- return (u, c) => (d(), m("div", {
2821
+ return (d, f) => (n(), c("div", {
3092
2822
  ref_key: "root",
3093
2823
  ref: a
3094
2824
  }, [
3095
- g(u.$slots, "select-label", {}, () => [
3096
- e.label ? (d(), x(ee, {
2825
+ _(d.$slots, "select-label", {}, () => [
2826
+ e.label ? (n(), V(D, {
3097
2827
  key: 0,
3098
2828
  required: e.required && e.requiredMark,
3099
2829
  "optional-label": e.optionalLabel,
3100
2830
  for: e.id || e.name,
3101
2831
  size: o.value
3102
2832
  }, {
3103
- default: O(() => [
3104
- B(C(e.label), 1)
2833
+ default: B(() => [
2834
+ C(I(e.label), 1)
3105
2835
  ]),
3106
2836
  _: 1
3107
- }, 8, ["required", "optional-label", "for", "size"])) : b("", !0)
2837
+ }, 8, ["required", "optional-label", "for", "size"])) : g("", !0)
3108
2838
  ], !0),
3109
- _("div", {
3110
- class: S([
2839
+ y("div", {
2840
+ class: h([
3111
2841
  `joy-select--${e.size}`,
3112
2842
  {
3113
2843
  "joy-select__wrapper": !0,
3114
2844
  "joy-select--invalid": e.invalid,
3115
2845
  "joy-select--disabled": e.disabled,
3116
- "joy-select--focusing": i.value
2846
+ "joy-select--focusing": u.value
3117
2847
  }
3118
2848
  ])
3119
2849
  }, [
3120
- _("select", {
2850
+ y("select", {
3121
2851
  id: e.id || e.name,
3122
2852
  ref_key: "select",
3123
- ref: n,
2853
+ ref: i,
3124
2854
  class: "joy-select",
3125
2855
  name: e.name,
3126
2856
  "aria-invalid": e.invalid,
3127
2857
  required: e.required,
3128
2858
  disabled: e.disabled,
3129
2859
  value: e.modelValue,
3130
- onChange: y,
3131
- onFocus: p,
3132
- onBlur: f
2860
+ onChange: m,
2861
+ onFocus: b,
2862
+ onBlur: p
3133
2863
  }, [
3134
- g(u.$slots, "default", {}, void 0, !0)
3135
- ], 40, ho),
3136
- R(T, {
2864
+ _(d.$slots, "default", {}, void 0, !0)
2865
+ ], 40, Tn),
2866
+ A(J, {
3137
2867
  class: "joy-select__chevron",
3138
2868
  name: "chevron-down"
3139
2869
  })
@@ -3141,7 +2871,7 @@ const Le = /* @__PURE__ */ $(go, [["__scopeId", "data-v-5c4f6d7f"]]), ho = ["id"
3141
2871
  ], 512));
3142
2872
  }
3143
2873
  });
3144
- const So = /* @__PURE__ */ $(wo, [["__scopeId", "data-v-3e9d2dae"]]), jo = ["aria-disabled"], $o = ["id", "value", "checked", "disabled", "required", "name"], ko = /* @__PURE__ */ j({
2874
+ const zn = /* @__PURE__ */ $(En, [["__scopeId", "data-v-24a7acca"]]), An = ["aria-disabled"], qn = ["id", "value", "checked", "disabled", "required", "name"], On = /* @__PURE__ */ S({
3145
2875
  __name: "VJoySelectableItem",
3146
2876
  props: {
3147
2877
  disabled: {
@@ -3178,58 +2908,58 @@ const So = /* @__PURE__ */ $(wo, [["__scopeId", "data-v-3e9d2dae"]]), jo = ["ari
3178
2908
  },
3179
2909
  emits: ["update:checked"],
3180
2910
  setup(e, { emit: l }) {
3181
- const t = e, a = w(t.checked), n = w(), r = w(!1), i = t.multiple ? "div" : "label", o = {
2911
+ const t = e, a = k(t.checked), i = k(), s = k(!1), u = t.multiple ? "div" : "label", o = {
3182
2912
  onRadioChange: () => {
3183
2913
  l("update:checked", t.value);
3184
2914
  },
3185
2915
  onClick: () => {
3186
2916
  t.checked && !t.multiple && l("update:checked", "");
3187
2917
  },
3188
- onLabelClick: (p) => {
3189
- t.multiple || p.stopPropagation();
2918
+ onLabelClick: (b) => {
2919
+ t.multiple || b.stopPropagation();
3190
2920
  },
3191
2921
  onFocus: () => {
3192
- r.value = !0;
2922
+ s.value = !0;
3193
2923
  },
3194
2924
  onBlur: () => {
3195
- r.value = !1;
2925
+ s.value = !1;
3196
2926
  }
3197
2927
  };
3198
- function y(p) {
3199
- l("update:checked", p);
2928
+ function m(b) {
2929
+ l("update:checked", b);
3200
2930
  }
3201
- return (p, f) => (d(), m("div", {
3202
- class: S([
2931
+ return (b, p) => (n(), c("div", {
2932
+ class: h([
3203
2933
  "joy-selectable-item__wrapper",
3204
2934
  {
3205
- "joy-selectable-item--focusing": r.value
2935
+ "joy-selectable-item--focusing": s.value
3206
2936
  }
3207
2937
  ]),
3208
2938
  "aria-disabled": e.disabled,
3209
- onClick: f[4] || (f[4] = //@ts-ignore
3210
- (...u) => o.onClick && o.onClick(...u))
2939
+ onClick: p[4] || (p[4] = //@ts-ignore
2940
+ (...d) => o.onClick && o.onClick(...d))
3211
2941
  }, [
3212
- e.multiple ? b("", !0) : (d(), m("input", {
2942
+ e.multiple ? g("", !0) : (n(), c("input", {
3213
2943
  key: 0,
3214
2944
  id: e.id,
3215
2945
  ref_key: "inputRadio",
3216
- ref: n,
2946
+ ref: i,
3217
2947
  type: "radio",
3218
2948
  value: e.value,
3219
2949
  checked: e.checked,
3220
2950
  disabled: e.disabled,
3221
2951
  required: e.required,
3222
2952
  name: e.name,
3223
- onChange: f[0] || (f[0] = //@ts-ignore
3224
- (...u) => o.onRadioChange && o.onRadioChange(...u)),
3225
- onFocus: f[1] || (f[1] = //@ts-ignore
3226
- (...u) => o.onFocus && o.onFocus(...u)),
3227
- onBlur: f[2] || (f[2] = //@ts-ignore
3228
- (...u) => o.onBlur && o.onBlur(...u))
3229
- }, null, 40, $o)),
3230
- (d(), x(ne(k(i)), {
2953
+ onChange: p[0] || (p[0] = //@ts-ignore
2954
+ (...d) => o.onRadioChange && o.onRadioChange(...d)),
2955
+ onFocus: p[1] || (p[1] = //@ts-ignore
2956
+ (...d) => o.onFocus && o.onFocus(...d)),
2957
+ onBlur: p[2] || (p[2] = //@ts-ignore
2958
+ (...d) => o.onBlur && o.onBlur(...d))
2959
+ }, null, 40, qn)),
2960
+ (n(), V(G(w(u)), {
3231
2961
  for: e.id,
3232
- class: S([
2962
+ class: h([
3233
2963
  "joy-selectable-item",
3234
2964
  {
3235
2965
  "joy-selectable-item--disabled": e.disabled,
@@ -3240,14 +2970,14 @@ const So = /* @__PURE__ */ $(wo, [["__scopeId", "data-v-3e9d2dae"]]), jo = ["ari
3240
2970
  ]),
3241
2971
  onClick: o.onLabelClick
3242
2972
  }, {
3243
- default: O(() => [
3244
- e.multiple ? (d(), x(k(Ie), {
2973
+ default: B(() => [
2974
+ e.multiple ? (n(), V(w(ce), {
3245
2975
  key: 0,
3246
2976
  id: e.id,
3247
2977
  checked: a.value,
3248
2978
  "onUpdate:checked": [
3249
- f[3] || (f[3] = (u) => a.value = u),
3250
- y
2979
+ p[3] || (p[3] = (d) => a.value = d),
2980
+ m
3251
2981
  ],
3252
2982
  disabled: e.disabled,
3253
2983
  value: e.value,
@@ -3257,24 +2987,24 @@ const So = /* @__PURE__ */ $(wo, [["__scopeId", "data-v-3e9d2dae"]]), jo = ["ari
3257
2987
  onFocus: o.onFocus,
3258
2988
  onBlur: o.onBlur
3259
2989
  }, {
3260
- default: O(() => [
3261
- g(p.$slots, "default", {}, void 0, !0)
2990
+ default: B(() => [
2991
+ _(b.$slots, "default", {}, void 0, !0)
3262
2992
  ]),
3263
2993
  _: 3
3264
- }, 8, ["id", "checked", "disabled", "value", "name", "required", "onFocus", "onBlur"])) : b("", !0),
3265
- e.multiple ? b("", !0) : g(p.$slots, "default", { key: 1 }, void 0, !0),
3266
- _("div", {
3267
- class: S([{ "joy-selectable-item__sublabel": p.$slots["selectable-item-sublabel"] }])
2994
+ }, 8, ["id", "checked", "disabled", "value", "name", "required", "onFocus", "onBlur"])) : g("", !0),
2995
+ e.multiple ? g("", !0) : _(b.$slots, "default", { key: 1 }, void 0, !0),
2996
+ y("div", {
2997
+ class: h([{ "joy-selectable-item__sublabel": b.$slots["selectable-item-sublabel"] }])
3268
2998
  }, [
3269
- g(p.$slots, "selectable-item-sublabel", {}, void 0, !0)
2999
+ _(b.$slots, "selectable-item-sublabel", {}, void 0, !0)
3270
3000
  ], 2)
3271
3001
  ]),
3272
3002
  _: 3
3273
3003
  }, 8, ["for", "class", "onClick"]))
3274
- ], 10, jo));
3004
+ ], 10, An));
3275
3005
  }
3276
3006
  });
3277
- const yt = /* @__PURE__ */ $(ko, [["__scopeId", "data-v-cb2531c0"]]), Vo = ["id"], xo = /* @__PURE__ */ j({
3007
+ const ze = /* @__PURE__ */ $(On, [["__scopeId", "data-v-cb2531c0"]]), Fn = ["id"], Pn = /* @__PURE__ */ S({
3278
3008
  __name: "VJoySelectableItemGroup",
3279
3009
  props: {
3280
3010
  options: {
@@ -3316,33 +3046,33 @@ const yt = /* @__PURE__ */ $(ko, [["__scopeId", "data-v-cb2531c0"]]), Vo = ["id"
3316
3046
  emits: ["update:value"],
3317
3047
  setup(e, { emit: l }) {
3318
3048
  const t = e;
3319
- function a(r) {
3320
- return typeof t.value == "string" ? t.value === r.value : (t.value || []).includes(r.value);
3049
+ function a(s) {
3050
+ return typeof t.value == "string" ? t.value === s.value : (t.value || []).includes(s.value);
3321
3051
  }
3322
- function n(r, i) {
3052
+ function i(s, u) {
3323
3053
  if (!t.multiple)
3324
- return l("update:value", i);
3054
+ return l("update:value", u);
3325
3055
  let o = [...t.value || []];
3326
- i && typeof i == "boolean" ? o.push(r) : o.splice(o.indexOf(r), 1), l("update:value", o);
3056
+ u && typeof u == "boolean" ? o.push(s) : o.splice(o.indexOf(s), 1), l("update:value", o);
3327
3057
  }
3328
- return (r, i) => (d(), m("fieldset", {
3058
+ return (s, u) => (n(), c("fieldset", {
3329
3059
  id: e.id,
3330
3060
  class: "joy-selectable-item-group__wrapper"
3331
3061
  }, [
3332
- e.label ? (d(), x(k(ee), {
3062
+ e.label ? (n(), V(w(D), {
3333
3063
  key: 0,
3334
3064
  "tag-name": "legend",
3335
3065
  required: e.required && e.requiredMark,
3336
3066
  "optional-label": e.optionalLabel,
3337
3067
  size: e.labelSize
3338
3068
  }, {
3339
- default: O(() => [
3340
- B(C(e.label), 1)
3069
+ default: B(() => [
3070
+ C(I(e.label), 1)
3341
3071
  ]),
3342
3072
  _: 1
3343
- }, 8, ["required", "optional-label", "size"])) : b("", !0),
3344
- _("div", {
3345
- class: S([
3073
+ }, 8, ["required", "optional-label", "size"])) : g("", !0),
3074
+ y("div", {
3075
+ class: h([
3346
3076
  "joy-selectable-item-group",
3347
3077
  {
3348
3078
  "joy-selectable-item-group--multiple": e.multiple,
@@ -3351,7 +3081,7 @@ const yt = /* @__PURE__ */ $(ko, [["__scopeId", "data-v-cb2531c0"]]), Vo = ["id"
3351
3081
  }
3352
3082
  ])
3353
3083
  }, [
3354
- (d(!0), m(D, null, G(e.options, (o) => (d(), x(k(yt), {
3084
+ (n(!0), c(q, null, P(e.options, (o) => (n(), V(w(ze), {
3355
3085
  id: o.id,
3356
3086
  key: o.id,
3357
3087
  name: o.name,
@@ -3359,26 +3089,26 @@ const yt = /* @__PURE__ */ $(ko, [["__scopeId", "data-v-cb2531c0"]]), Vo = ["id"
3359
3089
  value: o.value,
3360
3090
  multiple: e.multiple,
3361
3091
  checked: a(o),
3362
- "onUpdate:checked": (y) => n(o.value, y)
3363
- }, nt({
3364
- default: O(() => [
3365
- B(C(o.label) + " ", 1)
3092
+ "onUpdate:checked": (m) => i(o.value, m)
3093
+ }, Ce({
3094
+ default: B(() => [
3095
+ C(I(o.label) + " ", 1)
3366
3096
  ]),
3367
3097
  _: 2
3368
3098
  }, [
3369
3099
  o.subLabel ? {
3370
3100
  name: "selectable-item-sublabel",
3371
- fn: O(() => [
3372
- B(C(o.subLabel), 1)
3101
+ fn: B(() => [
3102
+ C(I(o.subLabel), 1)
3373
3103
  ]),
3374
3104
  key: "0"
3375
3105
  } : void 0
3376
3106
  ]), 1032, ["id", "name", "disabled", "value", "multiple", "checked", "onUpdate:checked"]))), 128))
3377
3107
  ], 2)
3378
- ], 8, Vo));
3108
+ ], 8, Fn));
3379
3109
  }
3380
3110
  });
3381
- const Io = /* @__PURE__ */ $(xo, [["__scopeId", "data-v-0730aed0"]]), Co = /* @__PURE__ */ j({
3111
+ const Mn = /* @__PURE__ */ $(Pn, [["__scopeId", "data-v-b0fd1c74"]]), Nn = /* @__PURE__ */ S({
3382
3112
  __name: "VJoySeparator",
3383
3113
  props: {
3384
3114
  /** Main text to apply in the central area */
@@ -3391,17 +3121,17 @@ const Io = /* @__PURE__ */ $(xo, [["__scopeId", "data-v-0730aed0"]]), Co = /* @_
3391
3121
  }
3392
3122
  },
3393
3123
  setup(e) {
3394
- return (l, t) => (d(), m("div", {
3395
- class: S(["joy-separator", { "joy-separator__small": e.size === "small" }])
3124
+ return (l, t) => (n(), c("div", {
3125
+ class: h(["joy-separator", { "joy-separator__small": e.size === "small" }])
3396
3126
  }, [
3397
- _("span", null, C(e.text), 1)
3127
+ y("span", null, I(e.text), 1)
3398
3128
  ], 2));
3399
3129
  }
3400
3130
  });
3401
- const Lo = /* @__PURE__ */ $(Co, [["__scopeId", "data-v-d83b1859"]]), Bo = ["id", "href", "aria-selected", "aria-controls"], Oo = {
3131
+ const Rn = /* @__PURE__ */ $(Nn, [["__scopeId", "data-v-21db2899"]]), Hn = ["id", "href", "aria-selected", "aria-controls"], Dn = {
3402
3132
  type: "button",
3403
3133
  tabindex: "-1"
3404
- }, To = /* @__PURE__ */ j({
3134
+ }, Wn = /* @__PURE__ */ S({
3405
3135
  __name: "TabButton",
3406
3136
  props: {
3407
3137
  /**
@@ -3438,10 +3168,10 @@ const Lo = /* @__PURE__ */ $(Co, [["__scopeId", "data-v-d83b1859"]]), Bo = ["id"
3438
3168
  function t() {
3439
3169
  l("changeTab");
3440
3170
  }
3441
- function a(n) {
3442
- (n.code === "Enter" || n.code === "NumpadEnter") && l("changeTab");
3171
+ function a(i) {
3172
+ (i.code === "Enter" || i.code === "NumpadEnter") && l("changeTab");
3443
3173
  }
3444
- return (n, r) => (d(), m("a", {
3174
+ return (i, s) => (n(), c("a", {
3445
3175
  id: `joy-tab-${e.tab}`,
3446
3176
  href: e.href,
3447
3177
  "aria-selected": e.selected ? "true" : "false",
@@ -3449,27 +3179,27 @@ const Lo = /* @__PURE__ */ $(Co, [["__scopeId", "data-v-d83b1859"]]), Bo = ["id"
3449
3179
  tabindex: "0",
3450
3180
  role: "tab",
3451
3181
  onClick: t,
3452
- onKeydown: r[0] || (r[0] = (i) => a(i))
3182
+ onKeydown: s[0] || (s[0] = (u) => a(u))
3453
3183
  }, [
3454
- _("div", {
3184
+ y("div", {
3455
3185
  part: "tab-button",
3456
- class: S({
3186
+ class: h({
3457
3187
  "joy-tab-button": !0,
3458
3188
  "joy-tab-button__selected": e.selected
3459
3189
  })
3460
3190
  }, [
3461
- _("button", Oo, [
3462
- _("div", null, [
3463
- g(n.$slots, "default", {}, () => [
3464
- B(C(e.label), 1)
3191
+ y("button", Dn, [
3192
+ y("div", null, [
3193
+ _(i.$slots, "default", {}, () => [
3194
+ C(I(e.label), 1)
3465
3195
  ], !0)
3466
3196
  ])
3467
3197
  ])
3468
3198
  ], 2)
3469
- ], 40, Bo));
3199
+ ], 40, Hn));
3470
3200
  }
3471
3201
  });
3472
- const Jo = /* @__PURE__ */ $(To, [["__scopeId", "data-v-b1e62ec8"]]), Eo = { class: "joy-tabs" }, Po = /* @__PURE__ */ j({
3202
+ const Un = /* @__PURE__ */ $(Wn, [["__scopeId", "data-v-b1e62ec8"]]), Gn = { class: "joy-tabs" }, Kn = /* @__PURE__ */ S({
3473
3203
  __name: "VJoyTabs",
3474
3204
  props: {
3475
3205
  /** Use this prop to activate a specific tab by default by giving its name */
@@ -3479,62 +3209,62 @@ const Jo = /* @__PURE__ */ $(To, [["__scopeId", "data-v-b1e62ec8"]]), Eo = { cla
3479
3209
  },
3480
3210
  emits: ["update:selected-tab"],
3481
3211
  setup(e, { emit: l }) {
3482
- const t = e, a = Y(), n = w(t.selectedTab), r = w(null), i = w(null), o = w(!1), y = w(!1), p = V(() => a.default().filter(f));
3483
- function f(v) {
3484
- var h;
3485
- return ((h = v == null ? void 0 : v.type) == null ? void 0 : h.__name) === "VJoyTab";
3212
+ const t = e, a = M(), i = k(t.selectedTab), s = k(null), u = k(null), o = k(!1), m = k(!1), b = x(() => a.default().filter(p));
3213
+ function p(v) {
3214
+ var j;
3215
+ return ((j = v == null ? void 0 : v.type) == null ? void 0 : j.__name) === "VJoyTab";
3486
3216
  }
3487
- function u(v) {
3488
- return v.props.tab === n.value;
3217
+ function d(v) {
3218
+ return v.props.tab === i.value;
3489
3219
  }
3490
- function c() {
3491
- i.value && r.value && i.value.scrollWidth > r.value.offsetWidth ? (y.value = i.value.scrollLeft > 0, o.value = i.value.scrollLeft + r.value.offsetWidth < i.value.scrollWidth) : (y.value = !1, o.value = !1);
3220
+ function f() {
3221
+ u.value && s.value && u.value.scrollWidth > s.value.offsetWidth ? (m.value = u.value.scrollLeft > 0, o.value = u.value.scrollLeft + s.value.offsetWidth < u.value.scrollWidth) : (m.value = !1, o.value = !1);
3492
3222
  }
3493
- function s(v, h = !0) {
3494
- v && h && (n.value = v, $e("VJoyTabs", n), l("update:selected-tab", v));
3223
+ function r(v, j = !0) {
3224
+ v && j && (i.value = v, se("VJoyTabs", i), l("update:selected-tab", v));
3495
3225
  }
3496
- return E(
3226
+ return F(
3497
3227
  () => t.selectedTab,
3498
3228
  (v) => {
3499
- v && s(v);
3229
+ v && r(v);
3500
3230
  },
3501
3231
  { immediate: !0 }
3502
- ), Q(() => {
3232
+ ), H(() => {
3503
3233
  var v;
3504
- c(), (v = i.value) == null || v.addEventListener("scroll", c);
3505
- }), je(() => {
3234
+ f(), (v = u.value) == null || v.addEventListener("scroll", f);
3235
+ }), ie(() => {
3506
3236
  var v;
3507
- (v = i.value) == null || v.removeEventListener("scroll", c);
3508
- }), (v, h) => (d(), m("div", Eo, [
3509
- _("div", {
3237
+ (v = u.value) == null || v.removeEventListener("scroll", f);
3238
+ }), (v, j) => (n(), c("div", Gn, [
3239
+ y("div", {
3510
3240
  ref_key: "buttonListWrapper",
3511
- ref: r,
3512
- class: S({
3241
+ ref: s,
3242
+ class: h({
3513
3243
  "joy-tabs-buttons__wrapper": !0,
3514
3244
  "joy-tabs-buttons__wrapper--scroll-end": o.value,
3515
- "joy-tabs-buttons__wrapper--scroll-start": y.value
3245
+ "joy-tabs-buttons__wrapper--scroll-start": m.value
3516
3246
  })
3517
3247
  }, [
3518
- _("div", {
3248
+ y("div", {
3519
3249
  ref_key: "buttonList",
3520
- ref: i,
3250
+ ref: u,
3521
3251
  class: "joy-tabs-buttons",
3522
3252
  role: "tablist"
3523
3253
  }, [
3524
- (d(!0), m(D, null, G(p.value, (I) => (d(), m("div", {
3525
- key: I.props.tab
3254
+ (n(!0), c(q, null, P(b.value, (L) => (n(), c("div", {
3255
+ key: L.props.tab
3526
3256
  }, [
3527
- R(Jo, {
3528
- tab: I.props.tab,
3529
- label: I.props.label,
3530
- href: I.props.href,
3531
- selected: u(I),
3532
- onChangeTab: (J) => s(I.props.tab, !I.props.href)
3257
+ A(Un, {
3258
+ tab: L.props.tab,
3259
+ label: L.props.label,
3260
+ href: L.props.href,
3261
+ selected: d(L),
3262
+ onChangeTab: (z) => r(L.props.tab, !L.props.href)
3533
3263
  }, {
3534
- default: O(() => {
3535
- var J;
3264
+ default: B(() => {
3265
+ var z;
3536
3266
  return [
3537
- (J = I.children) != null && J.header ? (d(), x(ne(I.children.header), { key: 0 })) : b("", !0)
3267
+ (z = L.children) != null && z.header ? (n(), V(G(L.children.header), { key: 0 })) : g("", !0)
3538
3268
  ];
3539
3269
  }),
3540
3270
  _: 2
@@ -3542,13 +3272,13 @@ const Jo = /* @__PURE__ */ $(To, [["__scopeId", "data-v-b1e62ec8"]]), Eo = { cla
3542
3272
  ]))), 128))
3543
3273
  ], 512)
3544
3274
  ], 2),
3545
- _("div", null, [
3546
- g(v.$slots, "default", {}, void 0, !0)
3275
+ y("div", null, [
3276
+ _(v.$slots, "default", {}, void 0, !0)
3547
3277
  ])
3548
3278
  ]));
3549
3279
  }
3550
3280
  });
3551
- const Ao = /* @__PURE__ */ $(Po, [["__scopeId", "data-v-e3dffafe"]]), zo = ["id", "aria-hidden", "aria-labelledby"], qo = /* @__PURE__ */ j({
3281
+ const Zn = /* @__PURE__ */ $(Kn, [["__scopeId", "data-v-e3dffafe"]]), Qn = ["id", "aria-hidden", "aria-labelledby"], Yn = /* @__PURE__ */ S({
3552
3282
  __name: "VJoyTab",
3553
3283
  props: {
3554
3284
  /**
@@ -3575,22 +3305,22 @@ const Ao = /* @__PURE__ */ $(Po, [["__scopeId", "data-v-e3dffafe"]]), zo = ["id"
3575
3305
  }
3576
3306
  },
3577
3307
  setup(e) {
3578
- const l = e, t = de("VJoyTabs", w("")), a = V(() => t.value === l.tab);
3579
- return (n, r) => (d(), m("div", {
3308
+ const l = e, t = Y("VJoyTabs", k("")), a = x(() => t.value === l.tab);
3309
+ return (i, s) => (n(), c("div", {
3580
3310
  id: `joy-tab-${e.tab}`,
3581
3311
  role: "tabpanel",
3582
3312
  "aria-hidden": a.value ? void 0 : "true",
3583
3313
  "aria-labelledby": `joy-tab-${e.tab}`,
3584
- class: S({
3314
+ class: h({
3585
3315
  "joy-tab": !0,
3586
3316
  "joy-tab__selected": a.value
3587
3317
  })
3588
3318
  }, [
3589
- g(n.$slots, "default", {}, void 0, !0)
3590
- ], 10, zo));
3319
+ _(i.$slots, "default", {}, void 0, !0)
3320
+ ], 10, Qn));
3591
3321
  }
3592
3322
  });
3593
- const Fo = /* @__PURE__ */ $(qo, [["__scopeId", "data-v-47a75127"]]), Mo = ["role"], No = /* @__PURE__ */ j({
3323
+ const Xn = /* @__PURE__ */ $(Yn, [["__scopeId", "data-v-47a75127"]]), eo = ["role"], to = /* @__PURE__ */ S({
3594
3324
  __name: "VJoyTag",
3595
3325
  props: {
3596
3326
  /** Text injected within the tag */
@@ -3629,7 +3359,7 @@ const Fo = /* @__PURE__ */ $(qo, [["__scopeId", "data-v-47a75127"]]), Mo = ["rol
3629
3359
  },
3630
3360
  emits: ["selected", "remove", "click"],
3631
3361
  setup(e, { emit: l }) {
3632
- const t = e, a = ["primary", "secondary"], n = V(() => ({
3362
+ const t = e, a = ["primary", "secondary"], i = x(() => ({
3633
3363
  "joy-tag": !0,
3634
3364
  "joy-tag__selected": t.selected,
3635
3365
  "joy-tag__selectable": t.selectable || t.link,
@@ -3637,35 +3367,35 @@ const Fo = /* @__PURE__ */ $(qo, [["__scopeId", "data-v-47a75127"]]), Mo = ["rol
3637
3367
  ["joy-tag__" + t.size]: !0,
3638
3368
  ["joy-tag__" + t.variant]: !0
3639
3369
  }));
3640
- function r() {
3370
+ function s() {
3641
3371
  l("remove", { value: t.value });
3642
3372
  }
3643
- function i() {
3373
+ function u() {
3644
3374
  l("click"), t.selectable && a.includes(t.variant) && l("selected", { selected: !t.selected, value: t.value });
3645
3375
  }
3646
- return (o, y) => (d(), m("span", {
3647
- class: S([n.value]),
3376
+ return (o, m) => (n(), c("span", {
3377
+ class: h([i.value]),
3648
3378
  role: e.link || e.selectable ? "button" : void 0,
3649
- onClick: i
3379
+ onClick: u
3650
3380
  }, [
3651
- e.draggable ? (d(), x(T, {
3381
+ e.draggable ? (n(), V(J, {
3652
3382
  key: 0,
3653
3383
  class: "joy-tag__drag",
3654
3384
  name: "drag",
3655
3385
  size: "xxsmall"
3656
- })) : b("", !0),
3657
- B(" " + C(e.label) + " ", 1),
3658
- e.removable ? (d(), x(T, {
3386
+ })) : g("", !0),
3387
+ C(" " + I(e.label) + " ", 1),
3388
+ e.removable ? (n(), V(J, {
3659
3389
  key: 1,
3660
3390
  class: "joy-tag__removable",
3661
3391
  name: "cross",
3662
3392
  size: "xxsmall",
3663
- onClick: $t(r, ["stop"])
3664
- }, null, 8, ["onClick"])) : b("", !0)
3665
- ], 10, Mo));
3393
+ onClick: Ze(s, ["stop"])
3394
+ }, null, 8, ["onClick"])) : g("", !0)
3395
+ ], 10, eo));
3666
3396
  }
3667
3397
  });
3668
- const vt = /* @__PURE__ */ $(No, [["__scopeId", "data-v-01b9f7cc"]]), Ro = /* @__PURE__ */ j({
3398
+ const Ae = /* @__PURE__ */ $(to, [["__scopeId", "data-v-251410a4"]]), ao = /* @__PURE__ */ S({
3669
3399
  __name: "VJoyTagsList",
3670
3400
  props: {
3671
3401
  align: {
@@ -3691,63 +3421,63 @@ const vt = /* @__PURE__ */ $(No, [["__scopeId", "data-v-01b9f7cc"]]), Ro = /* @_
3691
3421
  emits: ["update:modelValue", "removeTag"],
3692
3422
  setup(e, { emit: l }) {
3693
3423
  const t = e;
3694
- function a(i) {
3424
+ function a(u) {
3695
3425
  var o;
3696
- return t.removable ? !1 : (o = t.modelValue) == null ? void 0 : o.includes(i.value);
3426
+ return t.removable ? !1 : (o = t.modelValue) == null ? void 0 : o.includes(u.value);
3697
3427
  }
3698
- function n(i, o) {
3699
- let y = [];
3700
- i.selected && !a(o) ? y = [...t.modelValue || [], o.value] : y = (t.modelValue || []).filter((p) => p !== o.value), l("update:modelValue", y);
3428
+ function i(u, o) {
3429
+ let m = [];
3430
+ u.selected && !a(o) ? m = [...t.modelValue || [], o.value] : m = (t.modelValue || []).filter((b) => b !== o.value), l("update:modelValue", m);
3701
3431
  }
3702
- function r(i) {
3703
- l("removeTag", i.value);
3432
+ function s(u) {
3433
+ l("removeTag", u.value);
3704
3434
  }
3705
- return (i, o) => (d(), m("div", {
3706
- class: S(["joy-tags-list", `joy-tags-list--${e.align}`])
3435
+ return (u, o) => (n(), c("div", {
3436
+ class: h(["joy-tags-list", `joy-tags-list--${e.align}`])
3707
3437
  }, [
3708
- (d(!0), m(D, null, G(e.tags, (y) => (d(), x(k(vt), Z({
3709
- key: y.value,
3438
+ (n(!0), c(q, null, P(e.tags, (m) => (n(), V(w(Ae), R({
3439
+ key: m.value,
3710
3440
  selectable: !!e.modelValue && !e.removable
3711
- }, y, {
3441
+ }, m, {
3712
3442
  removable: e.removable,
3713
- selected: a(y),
3714
- onRemove: r,
3715
- onSelected: (p) => n(p, y)
3443
+ selected: a(m),
3444
+ onRemove: s,
3445
+ onSelected: (b) => i(b, m)
3716
3446
  }), null, 16, ["selectable", "removable", "selected", "onSelected"]))), 128))
3717
3447
  ], 2));
3718
3448
  }
3719
3449
  });
3720
- const Do = /* @__PURE__ */ $(Ro, [["__scopeId", "data-v-510c6367"]]);
3721
- const Ho = {}, Wo = {
3722
- class: /* @__PURE__ */ S(["joy-template-shape__shapes"])
3723
- }, Uo = /* @__PURE__ */ lt('<div class="shapes__wrapper" data-v-8b258f92><div class="shape_1" data-v-8b258f92></div><div class="shape_2" data-v-8b258f92></div><div class="shape_3" data-v-8b258f92></div><div class="shape_4" data-v-8b258f92></div></div>', 1), Go = [
3724
- Uo
3450
+ const lo = /* @__PURE__ */ $(ao, [["__scopeId", "data-v-0b725ef6"]]);
3451
+ const no = {}, oo = {
3452
+ class: /* @__PURE__ */ h(["joy-template-shape__shapes"])
3453
+ }, io = /* @__PURE__ */ ne('<div class="shapes__wrapper" data-v-8b258f92><div class="shape_1" data-v-8b258f92></div><div class="shape_2" data-v-8b258f92></div><div class="shape_3" data-v-8b258f92></div><div class="shape_4" data-v-8b258f92></div></div>', 1), so = [
3454
+ io
3725
3455
  ];
3726
- function Ko(e, l) {
3727
- return d(), m("div", Wo, Go);
3456
+ function ro(e, l) {
3457
+ return n(), c("div", oo, so);
3728
3458
  }
3729
- const pt = /* @__PURE__ */ $(Ho, [["render", Ko], ["__scopeId", "data-v-8b258f92"]]), Zo = { class: "joy-template__wrapper" }, Qo = {
3459
+ const qe = /* @__PURE__ */ $(no, [["render", ro], ["__scopeId", "data-v-8b258f92"]]), uo = { class: "joy-template__wrapper" }, co = {
3730
3460
  key: 0,
3731
3461
  class: "joy-template__heading"
3732
- }, Yo = {
3462
+ }, yo = {
3733
3463
  key: 0,
3734
3464
  class: "joy-template-slot-back"
3735
- }, Xo = { class: "joy-template__heading___headings" }, er = {
3465
+ }, fo = { class: "joy-template__heading___headings" }, vo = {
3736
3466
  key: 0,
3737
3467
  class: "joy-template-slot-title"
3738
- }, tr = {
3468
+ }, po = {
3739
3469
  key: 1,
3740
3470
  class: "joy-template-slot-subtitle"
3741
- }, lr = {
3471
+ }, mo = {
3742
3472
  key: 1,
3743
3473
  class: "joy-template-slot-actions"
3744
- }, ar = {
3474
+ }, bo = {
3745
3475
  key: 0,
3746
3476
  class: "joy-template-slot-main"
3747
- }, nr = {
3477
+ }, _o = {
3748
3478
  key: 1,
3749
3479
  class: "joy-template-slot-sidebar"
3750
- }, or = /* @__PURE__ */ j({
3480
+ }, go = /* @__PURE__ */ S({
3751
3481
  __name: "VJoyTemplate",
3752
3482
  props: {
3753
3483
  full: { type: Boolean, default: !1 },
@@ -3766,64 +3496,64 @@ const pt = /* @__PURE__ */ $(Ho, [["render", Ko], ["__scopeId", "data-v-8b258f92
3766
3496
  }
3767
3497
  },
3768
3498
  setup(e) {
3769
- const l = e, t = Y(), a = V(() => !!t["template-back"] || !!t["template-title"] || !!t["template-subtitle"] || !!t["template-actions"]);
3770
- return (n, r) => (d(), m("main", {
3771
- class: S(["joy-template", { "joy-template--full": e.full, "joy-template--loading": e.loading }])
3499
+ const l = e, t = M(), a = x(() => !!t["template-back"] || !!t["template-title"] || !!t["template-subtitle"] || !!t["template-actions"]);
3500
+ return (i, s) => (n(), c("main", {
3501
+ class: h(["joy-template", { "joy-template--full": e.full, "joy-template--loading": e.loading }])
3772
3502
  }, [
3773
- e.shapes ? (d(), x(pt, { key: 0 })) : b("", !0),
3774
- _("div", Zo, [
3775
- a.value ? (d(), m("div", Qo, [
3776
- k(t)["template-back"] ? (d(), m("div", Yo, [
3777
- g(n.$slots, "template-back", {}, void 0, !0)
3778
- ])) : b("", !0),
3779
- _("div", Xo, [
3780
- k(t)["template-title"] ? (d(), m("div", er, [
3781
- g(n.$slots, "template-title", {}, void 0, !0)
3782
- ])) : b("", !0),
3783
- k(t)["template-subtitle"] ? (d(), m("div", tr, [
3784
- g(n.$slots, "template-subtitle", {}, void 0, !0)
3785
- ])) : b("", !0)
3503
+ e.shapes ? (n(), V(qe, { key: 0 })) : g("", !0),
3504
+ y("div", uo, [
3505
+ a.value ? (n(), c("div", co, [
3506
+ w(t)["template-back"] ? (n(), c("div", yo, [
3507
+ _(i.$slots, "template-back", {}, void 0, !0)
3508
+ ])) : g("", !0),
3509
+ y("div", fo, [
3510
+ w(t)["template-title"] ? (n(), c("div", vo, [
3511
+ _(i.$slots, "template-title", {}, void 0, !0)
3512
+ ])) : g("", !0),
3513
+ w(t)["template-subtitle"] ? (n(), c("div", po, [
3514
+ _(i.$slots, "template-subtitle", {}, void 0, !0)
3515
+ ])) : g("", !0)
3786
3516
  ]),
3787
- k(t)["template-actions"] ? (d(), m("div", lr, [
3788
- g(n.$slots, "template-actions", {}, void 0, !0)
3789
- ])) : b("", !0)
3790
- ])) : b("", !0),
3791
- _("div", {
3792
- class: S([
3517
+ w(t)["template-actions"] ? (n(), c("div", mo, [
3518
+ _(i.$slots, "template-actions", {}, void 0, !0)
3519
+ ])) : g("", !0)
3520
+ ])) : g("", !0),
3521
+ y("div", {
3522
+ class: h([
3793
3523
  "joy-template__content",
3794
3524
  {
3795
3525
  "joy-template__content--reverse": l.sidebar === "left"
3796
3526
  }
3797
3527
  ])
3798
3528
  }, [
3799
- n.$slots["template-main"] ? (d(), m("div", ar, [
3800
- g(n.$slots, "template-main", {}, void 0, !0)
3801
- ])) : b("", !0),
3802
- n.$slots["template-sidebar"] ? (d(), m("div", nr, [
3803
- g(n.$slots, "template-sidebar", {}, void 0, !0)
3804
- ])) : b("", !0)
3529
+ i.$slots["template-main"] ? (n(), c("div", bo, [
3530
+ _(i.$slots, "template-main", {}, void 0, !0)
3531
+ ])) : g("", !0),
3532
+ i.$slots["template-sidebar"] ? (n(), c("div", _o, [
3533
+ _(i.$slots, "template-sidebar", {}, void 0, !0)
3534
+ ])) : g("", !0)
3805
3535
  ], 2)
3806
3536
  ]),
3807
- e.loading ? (d(), x(Le, {
3537
+ e.loading ? (n(), V(pe, {
3808
3538
  key: 1,
3809
3539
  overlay: "",
3810
3540
  color: e.loadingColor
3811
3541
  }, {
3812
- content: O(() => [
3813
- g(n.$slots, "template-loader-content", {}, void 0, !0)
3542
+ content: B(() => [
3543
+ _(i.$slots, "template-loader-content", {}, void 0, !0)
3814
3544
  ]),
3815
3545
  _: 3
3816
- }, 8, ["color"])) : b("", !0)
3546
+ }, 8, ["color"])) : g("", !0)
3817
3547
  ], 2));
3818
3548
  }
3819
3549
  });
3820
- const rr = /* @__PURE__ */ $(or, [["__scopeId", "data-v-750153b6"]]), ir = ["aria-disabled"], sr = { class: "joy-textarea_wrapper" }, ur = ["id", "disabled", "name", "required", "minlength", "value"], dr = {
3550
+ const ho = /* @__PURE__ */ $(go, [["__scopeId", "data-v-7c83eb21"]]), jo = ["aria-disabled"], ko = { class: "joy-textarea_wrapper" }, So = ["id", "disabled", "name", "required", "minlength", "value"], $o = {
3821
3551
  key: 0,
3822
3552
  class: "joy-textarea_helpers"
3823
- }, cr = {
3553
+ }, wo = {
3824
3554
  inheritAttrs: !1
3825
- }, fr = /* @__PURE__ */ j({
3826
- ...cr,
3555
+ }, Vo = /* @__PURE__ */ S({
3556
+ ...wo,
3827
3557
  __name: "VJoyTextarea",
3828
3558
  props: {
3829
3559
  disabled: {
@@ -3877,107 +3607,107 @@ const rr = /* @__PURE__ */ $(or, [["__scopeId", "data-v-750153b6"]]), ir = ["ari
3877
3607
  },
3878
3608
  emits: ["update:modelValue"],
3879
3609
  setup(e, { expose: l, emit: t }) {
3880
- const a = e, n = w(), { triggerResize: r } = na({
3881
- element: a.autogrow ? n : void 0
3882
- }), i = w(!1), o = w(!1), y = V(() => a.maxlength ? a.modelValue.length > a.maxlength : !1), p = V(() => a.minlength ? a.modelValue.length < a.minlength : !1), f = {
3883
- onInput: (u) => {
3884
- a.modelModifiers.lazy || t("update:modelValue", u.target.value), r();
3610
+ const a = e, i = k(), { triggerResize: s } = xa({
3611
+ element: a.autogrow ? i : void 0
3612
+ }), u = k(!1), o = k(!1), m = x(() => a.maxlength ? a.modelValue.length > a.maxlength : !1), b = x(() => a.minlength ? a.modelValue.length < a.minlength : !1), p = {
3613
+ onInput: (d) => {
3614
+ a.modelModifiers.lazy || t("update:modelValue", d.target.value), s();
3885
3615
  },
3886
- onChange: (u) => {
3887
- a.modelModifiers.lazy && t("update:modelValue", u.target.value);
3616
+ onChange: (d) => {
3617
+ a.modelModifiers.lazy && t("update:modelValue", d.target.value);
3888
3618
  },
3889
3619
  onBlur: () => {
3890
- o.value = !1, i.value = y.value || p.value;
3620
+ o.value = !1, u.value = m.value || b.value;
3891
3621
  },
3892
3622
  onFocus: () => {
3893
3623
  o.value = !0;
3894
3624
  }
3895
3625
  };
3896
3626
  return l({
3897
- isInvalid: i,
3898
- valueOverMaxlength: y,
3899
- valueUnderMinlength: p
3900
- }), (u, c) => (d(), m("div", {
3627
+ isInvalid: u,
3628
+ valueOverMaxlength: m,
3629
+ valueUnderMinlength: b
3630
+ }), (d, f) => (n(), c("div", {
3901
3631
  "aria-disabled": e.disabled,
3902
- class: S([
3632
+ class: h([
3903
3633
  "joy-textarea",
3904
3634
  {
3905
- "joy-textarea_invalid": i.value || e.invalid,
3635
+ "joy-textarea_invalid": u.value || e.invalid,
3906
3636
  "joy-textarea_disabled": e.disabled,
3907
3637
  "joy-textarea_autogrow": e.autogrow,
3908
3638
  "joy-textarea_focusing": o.value
3909
3639
  }
3910
3640
  ])
3911
3641
  }, [
3912
- R(k(ee), {
3642
+ A(w(D), {
3913
3643
  for: e.id,
3914
3644
  required: e.required && e.requiredMark,
3915
3645
  "optional-label": e.optionalLabel,
3916
3646
  size: e.labelSize
3917
3647
  }, {
3918
- default: O(() => [
3919
- g(u.$slots, "default", {}, () => [
3920
- B(C(e.label), 1)
3648
+ default: B(() => [
3649
+ _(d.$slots, "default", {}, () => [
3650
+ C(I(e.label), 1)
3921
3651
  ], !0)
3922
3652
  ]),
3923
3653
  _: 3
3924
3654
  }, 8, ["for", "required", "optional-label", "size"]),
3925
- _("div", sr, [
3926
- _("textarea", Z(u.$attrs, {
3655
+ y("div", ko, [
3656
+ y("textarea", R(d.$attrs, {
3927
3657
  id: e.id,
3928
3658
  ref_key: "textarea",
3929
- ref: n,
3659
+ ref: i,
3930
3660
  class: "joy-native-textarea",
3931
3661
  disabled: e.disabled,
3932
3662
  name: e.name,
3933
3663
  required: e.required,
3934
3664
  minlength: e.minlength,
3935
3665
  value: e.modelValue,
3936
- onInput: c[0] || (c[0] = //@ts-ignore
3937
- (...s) => f.onInput && f.onInput(...s)),
3938
- onChange: c[1] || (c[1] = //@ts-ignore
3939
- (...s) => f.onChange && f.onChange(...s)),
3940
- onFocus: c[2] || (c[2] = //@ts-ignore
3941
- (...s) => f.onFocus && f.onFocus(...s)),
3942
- onBlur: c[3] || (c[3] = //@ts-ignore
3943
- (...s) => f.onBlur && f.onBlur(...s))
3944
- }), null, 16, ur)
3666
+ onInput: f[0] || (f[0] = //@ts-ignore
3667
+ (...r) => p.onInput && p.onInput(...r)),
3668
+ onChange: f[1] || (f[1] = //@ts-ignore
3669
+ (...r) => p.onChange && p.onChange(...r)),
3670
+ onFocus: f[2] || (f[2] = //@ts-ignore
3671
+ (...r) => p.onFocus && p.onFocus(...r)),
3672
+ onBlur: f[3] || (f[3] = //@ts-ignore
3673
+ (...r) => p.onBlur && p.onBlur(...r))
3674
+ }), null, 16, So)
3945
3675
  ]),
3946
- e.minlength || e.maxlength ? (d(), m("div", dr, [
3947
- e.minlength ? (d(), m("p", {
3676
+ e.minlength || e.maxlength ? (n(), c("div", $o, [
3677
+ e.minlength ? (n(), c("p", {
3948
3678
  key: 0,
3949
- class: S(["joy-textarea-min", { "joy-textarea-min-invalid": e.invalid }])
3679
+ class: h(["joy-textarea-min", { "joy-textarea-min-invalid": e.invalid }])
3950
3680
  }, [
3951
- p.value ? b("", !0) : (d(), x(T, {
3681
+ b.value ? g("", !0) : (n(), V(J, {
3952
3682
  key: 0,
3953
3683
  name: "check",
3954
3684
  color: "neutral",
3955
3685
  size: "xxsmall"
3956
3686
  })),
3957
- B(" " + C(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
3958
- ], 2)) : b("", !0),
3959
- e.maxlength ? (d(), m("p", {
3687
+ C(" " + I(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
3688
+ ], 2)) : g("", !0),
3689
+ e.maxlength ? (n(), c("p", {
3960
3690
  key: 1,
3961
- class: S(["joy-textarea-count", { "joy-textarea-count-invalid": y.value }])
3962
- }, C(e.modelValue.length + "/" + e.maxlength), 3)) : b("", !0)
3963
- ])) : b("", !0)
3964
- ], 10, ir));
3691
+ class: h(["joy-textarea-count", { "joy-textarea-count-invalid": m.value }])
3692
+ }, I(e.modelValue.length + "/" + e.maxlength), 3)) : g("", !0)
3693
+ ])) : g("", !0)
3694
+ ], 10, jo));
3965
3695
  }
3966
3696
  });
3967
- const yr = /* @__PURE__ */ $(fr, [["__scopeId", "data-v-1d2165ca"]]), mt = (e) => (he("data-v-cf79d999"), e = e(), we(), e), vr = { class: "joy-toggle__wrapper" }, pr = ["name", "disabled", "checked", "required", "aria-checked", "value"], mr = { class: "joy-toggle__content" }, _r = /* @__PURE__ */ mt(() => /* @__PURE__ */ _("span", { class: "joy-toggle__symbol" }, null, -1)), br = { class: "joy-toggle__content-label" }, gr = /* @__PURE__ */ mt(() => /* @__PURE__ */ _("span", { class: "joy-toggle__smile" }, [
3968
- /* @__PURE__ */ _("svg", {
3697
+ const xo = /* @__PURE__ */ $(Vo, [["__scopeId", "data-v-de43ee01"]]), Oe = (e) => (ae("data-v-cf79d999"), e = e(), le(), e), Io = { class: "joy-toggle__wrapper" }, Co = ["name", "disabled", "checked", "required", "aria-checked", "value"], Lo = { class: "joy-toggle__content" }, Bo = /* @__PURE__ */ Oe(() => /* @__PURE__ */ y("span", { class: "joy-toggle__symbol" }, null, -1)), Jo = { class: "joy-toggle__content-label" }, To = /* @__PURE__ */ Oe(() => /* @__PURE__ */ y("span", { class: "joy-toggle__smile" }, [
3698
+ /* @__PURE__ */ y("svg", {
3969
3699
  width: "18",
3970
3700
  height: "10",
3971
3701
  viewBox: "0 0 18 10",
3972
3702
  fill: "currentColor",
3973
3703
  xmlns: "http://www.w3.org/2000/svg"
3974
3704
  }, [
3975
- /* @__PURE__ */ _("path", {
3705
+ /* @__PURE__ */ y("path", {
3976
3706
  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",
3977
3707
  fill: "currentColor"
3978
3708
  })
3979
3709
  ])
3980
- ], -1)), hr = /* @__PURE__ */ j({
3710
+ ], -1)), Eo = /* @__PURE__ */ S({
3981
3711
  __name: "VJoyToggle",
3982
3712
  props: {
3983
3713
  modelValue: {
@@ -4011,10 +3741,10 @@ const yr = /* @__PURE__ */ $(fr, [["__scopeId", "data-v-1d2165ca"]]), mt = (e) =
4011
3741
  },
4012
3742
  emits: ["update:modelValue"],
4013
3743
  setup(e, { emit: l }) {
4014
- const t = w(!1), a = {
4015
- onChange: (n) => {
4016
- const r = n.target.checked;
4017
- l("update:modelValue", r);
3744
+ const t = k(!1), a = {
3745
+ onChange: (i) => {
3746
+ const s = i.target.checked;
3747
+ l("update:modelValue", s);
4018
3748
  },
4019
3749
  onFocus: () => {
4020
3750
  t.value = !0;
@@ -4023,9 +3753,9 @@ const yr = /* @__PURE__ */ $(fr, [["__scopeId", "data-v-1d2165ca"]]), mt = (e) =
4023
3753
  t.value = !1;
4024
3754
  }
4025
3755
  };
4026
- return (n, r) => (d(), m("div", vr, [
4027
- _("label", {
4028
- class: S([
3756
+ return (i, s) => (n(), c("div", Io, [
3757
+ y("label", {
3758
+ class: h([
4029
3759
  "joy-toggle",
4030
3760
  {
4031
3761
  "joy-toggle__checked": e.modelValue,
@@ -4034,7 +3764,7 @@ const yr = /* @__PURE__ */ $(fr, [["__scopeId", "data-v-1d2165ca"]]), mt = (e) =
4034
3764
  }
4035
3765
  ])
4036
3766
  }, [
4037
- _("input", {
3767
+ y("input", {
4038
3768
  ref: "input",
4039
3769
  type: "checkbox",
4040
3770
  class: "joy-toggle__input",
@@ -4045,27 +3775,27 @@ const yr = /* @__PURE__ */ $(fr, [["__scopeId", "data-v-1d2165ca"]]), mt = (e) =
4045
3775
  required: e.required,
4046
3776
  "aria-checked": e.modelValue,
4047
3777
  value: e.value,
4048
- onChange: r[0] || (r[0] = //@ts-ignore
4049
- (...i) => a.onChange && a.onChange(...i)),
4050
- onFocus: r[1] || (r[1] = //@ts-ignore
4051
- (...i) => a.onFocus && a.onFocus(...i)),
4052
- onBlur: r[2] || (r[2] = //@ts-ignore
4053
- (...i) => a.onBlur && a.onBlur(...i))
4054
- }, null, 40, pr),
4055
- _("p", mr, [
4056
- _r,
4057
- _("span", br, [
4058
- g(n.$slots, "default", {}, () => [
4059
- B(C(e.label), 1)
3778
+ onChange: s[0] || (s[0] = //@ts-ignore
3779
+ (...u) => a.onChange && a.onChange(...u)),
3780
+ onFocus: s[1] || (s[1] = //@ts-ignore
3781
+ (...u) => a.onFocus && a.onFocus(...u)),
3782
+ onBlur: s[2] || (s[2] = //@ts-ignore
3783
+ (...u) => a.onBlur && a.onBlur(...u))
3784
+ }, null, 40, Co),
3785
+ y("p", Lo, [
3786
+ Bo,
3787
+ y("span", Jo, [
3788
+ _(i.$slots, "default", {}, () => [
3789
+ C(I(e.label), 1)
4060
3790
  ], !0)
4061
3791
  ]),
4062
- gr
3792
+ To
4063
3793
  ])
4064
3794
  ], 2)
4065
3795
  ]));
4066
3796
  }
4067
3797
  });
4068
- const wr = /* @__PURE__ */ $(hr, [["__scopeId", "data-v-cf79d999"]]), Sr = /* @__PURE__ */ j({
3798
+ const zo = /* @__PURE__ */ $(Eo, [["__scopeId", "data-v-cf79d999"]]), Ao = /* @__PURE__ */ S({
4069
3799
  __name: "VJoyWrapper",
4070
3800
  props: {
4071
3801
  /** Horizontal spread. Refers to CSS flex justify-content. */
@@ -4109,8 +3839,8 @@ const wr = /* @__PURE__ */ $(hr, [["__scopeId", "data-v-cf79d999"]]), Sr = /* @_
4109
3839
  }
4110
3840
  },
4111
3841
  setup(e) {
4112
- return $e("VJoyWrapperContext", e), (t, a) => (d(), m("div", {
4113
- class: S([
3842
+ return se("VJoyWrapperContext", e), (t, a) => (n(), c("div", {
3843
+ class: h([
4114
3844
  "joy-wrapper",
4115
3845
  `joy-wrapper--justify-${e.justify}`,
4116
3846
  `joy-wrapper--align-${e.align}`,
@@ -4122,131 +3852,135 @@ const wr = /* @__PURE__ */ $(hr, [["__scopeId", "data-v-cf79d999"]]), Sr = /* @_
4122
3852
  { "joy-wrapper--has-margin": !e.noMargin }
4123
3853
  ])
4124
3854
  }, [
4125
- g(t.$slots, "default", {}, void 0, !0)
3855
+ _(t.$slots, "default", {}, void 0, !0)
4126
3856
  ], 2));
4127
3857
  }
4128
3858
  });
4129
- const jr = /* @__PURE__ */ $(Sr, [["__scopeId", "data-v-8a6c4326"]]), $r = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3859
+ const qo = /* @__PURE__ */ $(Ao, [["__scopeId", "data-v-68d89412"]]), Oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4130
3860
  __proto__: null,
4131
- VJoyAvailability: xt,
4132
- VJoyAvatar: Pt,
4133
- VJoyAvatarsList: zt,
4134
- VJoyBadge: Mt,
4135
- VJoyBadgeLevel: cl,
4136
- VJoyButton: xe,
4137
- VJoyCheckbox: Ie,
4138
- VJoyCompanyAvatar: Ll,
4139
- VJoyCounter: ql,
4140
- VJoyDividerCta: Hl,
4141
- VJoyDropdown: Wa,
4142
- VJoyDropdownList: ct,
4143
- VJoyFilterBar: Za,
4144
- VJoyFilterBarButton: Ya,
4145
- VJoyFormError: ft,
4146
- VJoyFormFieldSkeleton: ln,
4147
- VJoyHighlight: sn,
4148
- VJoyIcon: T,
4149
- VJoyInput: _n,
4150
- VJoyLabel: ee,
4151
- VJoyLink: wn,
4152
- VJoyMenu: Vn,
4153
- VJoyMultiCheckbox: Ln,
4154
- VJoyPagination: An,
4155
- VJoyPanel: Wn,
4156
- VJoyPanelSection: Qn,
4157
- VJoyProgressBar: eo,
4158
- VJoyRadio: ro,
4159
- VJoyRadioGroup: uo,
4160
- VJoyRatingStars: mo,
4161
- VJoyScreenLoader: Le,
4162
- VJoySelect: So,
4163
- VJoySelectableItem: yt,
4164
- VJoySelectableItemGroup: Io,
4165
- VJoySeparator: Lo,
4166
- VJoySpinner: ke,
4167
- VJoyTab: Fo,
4168
- VJoyTabs: Ao,
4169
- VJoyTag: vt,
4170
- VJoyTagsList: Do,
4171
- VJoyTemplate: rr,
4172
- VJoyTemplateShape: pt,
4173
- VJoyTextarea: yr,
4174
- VJoyToggle: wr,
4175
- VJoyWrapper: jr
3861
+ VJoyAvailability: Xe,
3862
+ VJoyAvatar: rt,
3863
+ VJoyAvatarsList: dt,
3864
+ VJoyBadge: ft,
3865
+ VJoyBadgeLevel: qt,
3866
+ VJoyButton: de,
3867
+ VJoyCheckbox: ce,
3868
+ VJoyCompanyAvatar: aa,
3869
+ VJoyCounter: ca,
3870
+ VJoyDividerCta: ba,
3871
+ VJoyDropdown: Ua,
3872
+ VJoyDropdownList: Te,
3873
+ VJoyFilterBar: Qa,
3874
+ VJoyFilterBarButton: Xa,
3875
+ VJoyFooter: rl,
3876
+ VJoyFormError: Ee,
3877
+ VJoyFormFieldSkeleton: ll,
3878
+ VJoyFunnel: ml,
3879
+ VJoyHighlight: jl,
3880
+ VJoyIcon: J,
3881
+ VJoyInput: Ll,
3882
+ VJoyLabel: D,
3883
+ VJoyLink: El,
3884
+ VJoyMenu: Fl,
3885
+ VJoyMultiCheckbox: Rl,
3886
+ VJoyPagination: Zl,
3887
+ VJoyPanel: on,
3888
+ VJoyPanelSection: cn,
3889
+ VJoyProgressBar: vn,
3890
+ VJoyRadio: hn,
3891
+ VJoyRadioGroup: Sn,
3892
+ VJoyRatingStars: Cn,
3893
+ VJoyScreenLoader: pe,
3894
+ VJoySelect: zn,
3895
+ VJoySelectableItem: ze,
3896
+ VJoySelectableItemGroup: Mn,
3897
+ VJoySeparator: Rn,
3898
+ VJoySpinner: re,
3899
+ VJoyTab: Xn,
3900
+ VJoyTabs: Zn,
3901
+ VJoyTag: Ae,
3902
+ VJoyTagsList: lo,
3903
+ VJoyTemplate: ho,
3904
+ VJoyTemplateShape: qe,
3905
+ VJoyTextarea: xo,
3906
+ VJoyToggle: zo,
3907
+ VJoyWrapper: qo
4176
3908
  }, Symbol.toStringTag, { value: "Module" }));
4177
- function tt(e) {
3909
+ function Ie(e) {
4178
3910
  const l = e.target;
4179
3911
  if (!l)
4180
3912
  return;
4181
3913
  const t = l.getBoundingClientRect(), a = "joy-ripple-effect";
4182
- let n;
4183
- const r = l.querySelector(`.${a}`);
4184
- r || (n = document.createElement("span"), n.classList.add(a));
4185
- const i = r || n;
4186
- l.prepend(i);
3914
+ let i;
3915
+ const s = l.querySelector(`.${a}`);
3916
+ s || (i = document.createElement("span"), i.classList.add(a));
3917
+ const u = s || i;
3918
+ l.prepend(u);
4187
3919
  const o = Math.sqrt(Math.pow(t.width, 2) + Math.pow(t.height, 2)) * 2;
4188
- i.style.width = i.style.height = `${o}px`, i.style.left = `${e.clientX - t.left}px`, i.style.top = `${e.clientY - t.top}px`;
3920
+ u.style.width = u.style.height = `${o}px`, u.style.left = `${e.clientX - t.left}px`, u.style.top = `${e.clientY - t.top}px`;
4189
3921
  }
4190
- const kr = {
3922
+ const Fo = {
4191
3923
  mounted: (e) => {
4192
- e.addEventListener("click", tt);
3924
+ e.addEventListener("click", Ie);
4193
3925
  },
4194
3926
  beforeUnmount: (e) => {
4195
- e.removeEventListener("click", tt);
3927
+ e.removeEventListener("click", Ie);
4196
3928
  }
4197
3929
  };
4198
- const xr = {
3930
+ const No = {
4199
3931
  install: (e) => {
4200
- Object.entries($r).forEach(([l, t]) => {
3932
+ Object.entries(Oo).forEach(([l, t]) => {
4201
3933
  e.component(l, t);
4202
- }), e.directive("joy-ripple", kr);
3934
+ }), e.directive("joy-ripple", Fo);
4203
3935
  }
4204
3936
  };
4205
3937
  export {
4206
- xr as JoyVuePlugin,
4207
- xt as VJoyAvailability,
4208
- Pt as VJoyAvatar,
4209
- zt as VJoyAvatarsList,
4210
- Mt as VJoyBadge,
4211
- cl as VJoyBadgeLevel,
4212
- xe as VJoyButton,
4213
- Ie as VJoyCheckbox,
4214
- Ll as VJoyCompanyAvatar,
4215
- ql as VJoyCounter,
4216
- Hl as VJoyDividerCta,
4217
- Wa as VJoyDropdown,
4218
- ct as VJoyDropdownList,
4219
- Za as VJoyFilterBar,
4220
- Ya as VJoyFilterBarButton,
4221
- ft as VJoyFormError,
4222
- ln as VJoyFormFieldSkeleton,
4223
- sn as VJoyHighlight,
4224
- T as VJoyIcon,
4225
- _n as VJoyInput,
4226
- ee as VJoyLabel,
4227
- wn as VJoyLink,
4228
- Vn as VJoyMenu,
4229
- Ln as VJoyMultiCheckbox,
4230
- An as VJoyPagination,
4231
- Wn as VJoyPanel,
4232
- Qn as VJoyPanelSection,
4233
- eo as VJoyProgressBar,
4234
- ro as VJoyRadio,
4235
- uo as VJoyRadioGroup,
4236
- mo as VJoyRatingStars,
4237
- Le as VJoyScreenLoader,
4238
- So as VJoySelect,
4239
- yt as VJoySelectableItem,
4240
- Io as VJoySelectableItemGroup,
4241
- Lo as VJoySeparator,
4242
- ke as VJoySpinner,
4243
- Fo as VJoyTab,
4244
- Ao as VJoyTabs,
4245
- vt as VJoyTag,
4246
- Do as VJoyTagsList,
4247
- rr as VJoyTemplate,
4248
- pt as VJoyTemplateShape,
4249
- yr as VJoyTextarea,
4250
- wr as VJoyToggle,
4251
- jr as VJoyWrapper
3938
+ No as JoyVuePlugin,
3939
+ Xe as VJoyAvailability,
3940
+ rt as VJoyAvatar,
3941
+ dt as VJoyAvatarsList,
3942
+ ft as VJoyBadge,
3943
+ qt as VJoyBadgeLevel,
3944
+ de as VJoyButton,
3945
+ ce as VJoyCheckbox,
3946
+ aa as VJoyCompanyAvatar,
3947
+ ca as VJoyCounter,
3948
+ ba as VJoyDividerCta,
3949
+ Ua as VJoyDropdown,
3950
+ Te as VJoyDropdownList,
3951
+ Qa as VJoyFilterBar,
3952
+ Xa as VJoyFilterBarButton,
3953
+ rl as VJoyFooter,
3954
+ Ee as VJoyFormError,
3955
+ ll as VJoyFormFieldSkeleton,
3956
+ ml as VJoyFunnel,
3957
+ jl as VJoyHighlight,
3958
+ J as VJoyIcon,
3959
+ Ll as VJoyInput,
3960
+ D as VJoyLabel,
3961
+ El as VJoyLink,
3962
+ Fl as VJoyMenu,
3963
+ Rl as VJoyMultiCheckbox,
3964
+ Zl as VJoyPagination,
3965
+ on as VJoyPanel,
3966
+ cn as VJoyPanelSection,
3967
+ vn as VJoyProgressBar,
3968
+ hn as VJoyRadio,
3969
+ Sn as VJoyRadioGroup,
3970
+ Cn as VJoyRatingStars,
3971
+ pe as VJoyScreenLoader,
3972
+ zn as VJoySelect,
3973
+ ze as VJoySelectableItem,
3974
+ Mn as VJoySelectableItemGroup,
3975
+ Rn as VJoySeparator,
3976
+ re as VJoySpinner,
3977
+ Xn as VJoyTab,
3978
+ Zn as VJoyTabs,
3979
+ Ae as VJoyTag,
3980
+ lo as VJoyTagsList,
3981
+ ho as VJoyTemplate,
3982
+ qe as VJoyTemplateShape,
3983
+ xo as VJoyTextarea,
3984
+ zo as VJoyToggle,
3985
+ qo as VJoyWrapper
4252
3986
  };