@maltjoy/core-vue 3.16.0 → 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 (45) hide show
  1. package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +6 -2
  2. package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +1 -1
  3. package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +3 -4
  4. package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +1 -1
  5. package/dist/components/JoyButton/VJoyButton.vue.d.ts +4 -4
  6. package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +2 -4
  7. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +1 -1
  8. package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +2 -2
  9. package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +17 -12
  10. package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +32 -10
  11. package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +1 -1
  12. package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +7 -3
  13. package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +4 -4
  14. package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +1 -1
  15. package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +6 -6
  16. package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +4 -4
  17. package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +4 -5
  18. package/dist/components/JoyInput/VJoyInput.vue.d.ts +7 -3
  19. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +3 -4
  20. package/dist/components/JoyLink/VJoyLink.vue.d.ts +3 -4
  21. package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +22 -6
  22. package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +17 -3
  23. package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +6 -2
  24. package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +2 -2
  25. package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +6 -6
  26. package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +2 -2
  27. package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +3 -3
  28. package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +2 -2
  29. package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +1 -1
  30. package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +2 -2
  31. package/dist/components/JoySelect/VJoySelect.vue.d.ts +2 -2
  32. package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +2 -2
  33. package/dist/components/JoyTab/TabButton.vue.d.ts +1 -1
  34. package/dist/components/JoyTab/VJoyTab.vue.d.ts +10 -3
  35. package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +3 -3
  36. package/dist/components/JoyTag/VJoyTag.vue.d.ts +15 -3
  37. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +8 -2
  38. package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +7 -7
  39. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +1 -1
  40. package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +4 -2
  41. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +1 -1
  42. package/dist/joy-vue.js +1297 -1648
  43. package/dist/joy-vue.umd.cjs +1 -1
  44. package/dist/style.css +1 -1
  45. package/package.json +3 -3
package/dist/joy-vue.js CHANGED
@@ -1,5 +1,5 @@
1
- import { defineComponent as $, computed as V, openBlock as u, createElementBlock as m, normalizeClass as S, createElementVNode as _, Fragment as D, createTextVNode as O, toDisplayString as C, createCommentVNode as h, createBlock as x, resolveDynamicComponent as oe, mergeProps as Q, withCtx as B, pushScopeId as ge, popScopeId as we, renderSlot as b, unref as k, renderList as G, createStaticVNode as Se, useAttrs as $e, resolveDirective as _t, withDirectives as bt, ref as w, createVNode as R, getCurrentScope as ht, onScopeDispose as gt, getCurrentInstance as wt, onMounted as Y, nextTick as at, watch as E, h as St, reactive as ve, onBeforeUnmount as je, normalizeStyle as Z, normalizeProps as se, guardReactiveProps as ue, provide as ke, createSlots as ot, inject as de, useSlots as K, onBeforeMount as $t, withModifiers as jt } from "vue";
2
- const kt = ["title"], Vt = /* @__PURE__ */ $({
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__ */ $({
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, o) => (u(), 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 ? (u(), m(D, { key: 0 }, [
30
- O(C(e.label), 1)
31
- ], 64)) : h("", !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
- const j = (e, l) => {
35
+ const $ = (e, l) => {
36
36
  const t = e.__vccOpts || e;
37
- for (const [a, o] of l)
38
- t[a] = o;
37
+ for (const [a, i] of l)
38
+ t[a] = i;
39
39
  return t;
40
- }, xt = /* @__PURE__ */ j(Vt, [["__scopeId", "data-v-3452c6e7"]]), T = /* @__PURE__ */ $({
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 j = (e, l) => {
54
54
  }
55
55
  },
56
56
  setup(e) {
57
- return (l, t) => (u(), 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) => (ge("data-v-bcb28746"), 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"], Ot = {
69
+ }, at = ["src", "title", "alt"], lt = {
70
70
  key: 0,
71
71
  class: "joy-avatar__strategy"
72
- }, Bt = ["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__ */ $({
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) => (ge("data-v-bcb28746"), e = e(), we(), e), Ct = {
103
103
  },
104
104
  emits: ["click"],
105
105
  setup(e, { expose: l, emit: t }) {
106
- const a = e, o = 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
- "joy-avatar__placeholder": n.value,
111
+ "joy-avatar__placeholder": o.value,
112
112
  [`joy-avatar__${a.size}`]: !0,
113
113
  [`joy-avatar__${a.color}`]: !0
114
- })), n = 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
118
  let d = a.fullName.split(" ");
119
- return d = d.slice(0, 2), d.forEach((c, s) => {
120
- d[s] = f(c);
119
+ return d = d.slice(0, 2), d.forEach((f, r) => {
120
+ d[r] = p(f);
121
121
  }), d.join("").toUpperCase();
122
122
  });
123
- function p() {
123
+ function b() {
124
124
  t("click");
125
125
  }
126
126
  return l({
127
- isAnonymous: n,
128
- initials: y
129
- }), (f, d) => (u(), m("div", Ct, [
130
- (u(), x(oe(e.link ? "button" : "div"), Q(r.value, {
131
- class: [i.value],
132
- onClick: p
127
+ isAnonymous: o,
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
134
  default: B(() => [
135
- n.value ? (u(), x(T, {
135
+ o.value ? (n(), V(J, {
136
136
  key: 0,
137
137
  name: "user-photo",
138
138
  color: "white",
139
- size: o.value
140
- }, null, 8, ["size"])) : h("", !0),
141
- e.photoUrl ? (u(), 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)) : h("", !0),
148
- e.fullName ? (u(), m(D, { key: 2 }, [
149
- O(C(y.value), 1)
150
- ], 64)) : h("", !0),
151
- e.totalNumber ? (u(), m(D, { key: 3 }, [
152
- O(C("+" + e.totalNumber), 1)
153
- ], 64)) : h("", !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" ? (u(), m("span", Ot, [
158
- (u(), 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, Bt))
165
- ])) : h("", !0)
164
+ }, it, 8, nt))
165
+ ])) : g("", !0)
166
166
  ], 512));
167
167
  }
168
168
  });
169
- const Pt = /* @__PURE__ */ j(Et, [["__scopeId", "data-v-bcb28746"]]), At = /* @__PURE__ */ $({
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) => (u(), 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
- b(l.$slots, "default", {}, void 0, !0)
180
+ _(l.$slots, "default", {}, void 0, !0)
181
181
  ], 2));
182
182
  }
183
183
  });
184
- const zt = /* @__PURE__ */ j(At, [["__scopeId", "data-v-46e4547e"]]), Ft = ["info", "gray", "green", "orange", "red", "teal", "pink", "dark-blue", "yellow"], qt = /* @__PURE__ */ $({
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__ */ j(At, [["__scopeId", "data-v-46e4547e"]]), Ft = ["inf
204
204
  variant: {
205
205
  type: String,
206
206
  validator(e) {
207
- return Ft.includes(e);
207
+ return ct.includes(e);
208
208
  }
209
209
  }
210
210
  },
211
211
  setup(e) {
212
- return (l, t) => (u(), 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
- b(l.$slots, "default", {}, () => [
217
- O(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__ */ j(qt, [["__scopeId", "data-v-4512c8c6"]]);
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) => (ge("data-v-008b921b"), 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
- }, ol = /* @__PURE__ */ Se('<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), nl = [
289
- ol
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__ */ $({
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) => (ge("data-v-008b921b"), 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, o) => (u(), m("span", Nt, [
352
- e.type === k(P).SUPER_MALTER ? (u(!0), m(D, { key: 0 }, G(e.superMalterLevel, (r, i) => (u(), 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)) : h("", !0),
359
- e.type === k(P).HIGH_POTENTIAL ? (u(), m("svg", Ut, Zt)) : h("", !0),
360
- e.type === k(P).HIGH_POTENTIAL_AUTO ? (u(), m("svg", Qt, ll)) : h("", !0),
361
- e.type === k(P).MALT_LINKER ? (u(), m("svg", al, nl)) : h("", !0),
362
- e.type === k(re).HIGH_POTENTIAL ? (u(), m("svg", rl, ul)) : h("", !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 ? b(a.$slots, "default", { key: 0 }, () => [
374
- O(C(t.value), 1)
375
- ], !0) : h("", !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__ */ j(dl, [["__scopeId", "data-v-008b921b"]]), fl = ["teal", "white"], yl = /* @__PURE__ */ $({
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) => (u(), 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 Ve = /* @__PURE__ */ j(yl, [["__scopeId", "data-v-127ef073"]]), 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 hl(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 hl(e) {
408
408
  }
409
409
  return l;
410
410
  }
411
- function gl(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 gl(e) {
418
418
  if (t.length)
419
419
  return t[0].focus();
420
420
  }
421
- const xe = function(e = 10) {
421
+ const ue = function(e = 10) {
422
422
  return Math.random().toString(36).substring(2, e + 2);
423
- }, wl = /* @__PURE__ */ $({
423
+ }, Ut = /* @__PURE__ */ S({
424
424
  __name: "VJoyButton",
425
425
  props: {
426
426
  /**
@@ -456,7 +456,7 @@ const xe = 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 xe = 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 = $e(), o = "joy-button--" + xe(), 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 xe = 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: o }), (n, y) => {
485
- const p = _t("joy-ripple");
486
- return bt((u(), x(oe(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 xe = function(e = 10) {
495
495
  "joy-button_loading": e.loading
496
496
  }
497
497
  ]),
498
- "aria-labelledby": (n.$slots.default || e.label) && o
498
+ "aria-labelledby": (o.$slots.default || e.label) && i
499
499
  }, {
500
500
  default: B(() => [
501
- e.icon && e.iconPosition === "left" ? (u(), x(T, {
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"])) : h("", !0),
508
- e.loading ? (u(), x(Ve, {
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"])) : h("", !0),
512
- _("span", {
513
- id: o,
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
- b(n.$slots, "default", {}, () => [
517
- O(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" ? (u(), 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"])) : h("", !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 Ie = /* @__PURE__ */ j(wl, [["__scopeId", "data-v-25ba8bc2"]]), Sl = ["aria-checked", "aria-hidden"], $l = { class: "joy-checkbox__input-wrapper" }, jl = ["id", "name", "disabled", "checked", "required", "aria-checked", "value", "indeterminate"], kl = { class: "joy-checkbox__content-wrapper" }, Vl = { class: "joy-checkbox__content" }, xl = /* @__PURE__ */ $({
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,42 +587,42 @@ const Ie = /* @__PURE__ */ j(wl, [["__scopeId", "data-v-25ba8bc2"]]), Sl = ["ari
587
587
  },
588
588
  emits: ["update:checked", "focus", "blur"],
589
589
  setup(e, { expose: l, emit: t }) {
590
- const a = e, o = w(), r = w(a.indeterminate), i = w(a.invalid), n = 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
- n.value = !0, t("focus");
596
+ o.value = !0, t("focus");
597
597
  },
598
598
  onBlur: () => {
599
- n.value = !1, t("blur");
599
+ o.value = !1, t("blur");
600
600
  }
601
601
  };
602
602
  return l({
603
- isIndeterminate: r
604
- }), (p, f) => (u(), 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,
617
- "joy-checkbox__focusing": n.value && e.displayFocus
616
+ "joy-checkbox__invalid": u.value,
617
+ "joy-checkbox__focusing": o.value && e.displayFocus
618
618
  }
619
619
  ])
620
620
  }, [
621
- _("div", $l, [
622
- _("input", {
621
+ y("div", Kt, [
622
+ y("input", {
623
623
  id: e.id,
624
624
  ref_key: "input",
625
- ref: o,
625
+ ref: i,
626
626
  type: "checkbox",
627
627
  class: "joy-checkbox__input",
628
628
  role: "checkbox",
@@ -632,28 +632,28 @@ const Ie = /* @__PURE__ */ j(wl, [["__scopeId", "data-v-25ba8bc2"]]), 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
- (...d) => y.onChange && y.onChange(...d)),
638
- onFocus: f[1] || (f[1] = //@ts-ignore
639
- (...d) => y.onFocus && y.onFocus(...d)),
640
- onBlur: f[2] || (f[2] = //@ts-ignore
641
- (...d) => y.onBlur && y.onBlur(...d))
642
- }, null, 40, jl)
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
- b(p.$slots, "default", {}, () => [
646
- O(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
- b(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 Ce = /* @__PURE__ */ j(xl, [["__scopeId", "data-v-27cc9d8c"]]), Il = ["src", "alt", "title"], Cl = /* @__PURE__ */ $({
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 Ce = /* @__PURE__ */ j(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 Ce = /* @__PURE__ */ j(xl, [["__scopeId", "data-v-27cc9d8c"]]), Il = ["src
677
677
  return "xsmall";
678
678
  }
679
679
  });
680
- return (a, o) => (u(), 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 ? (u(), 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)) : (u(), 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 Ce = /* @__PURE__ */ j(xl, [["__scopeId", "data-v-27cc9d8c"]]), Il = ["src
693
693
  ], 2));
694
694
  }
695
695
  });
696
- const Ll = /* @__PURE__ */ j(Cl, [["__scopeId", "data-v-0f616ccb"]]), Ol = { class: "joy-counter" }, Bl = ["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__ */ $({
702
- ...Al,
701
+ }, da = /* @__PURE__ */ S({
702
+ ...ua,
703
703
  __name: "VJoyCounter",
704
704
  props: {
705
705
  /** Removes any interactivity */
@@ -766,46 +766,46 @@ const Ll = /* @__PURE__ */ j(Cl, [["__scopeId", "data-v-0f616ccb"]]), Ol = { cla
766
766
  },
767
767
  emits: ["update:modelValue"],
768
768
  setup(e, { expose: l, emit: t }) {
769
- const a = e, o = 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
- function n() {
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();
774
+ function o() {
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
- o.value = !f();
778
+ function m() {
779
+ i.value = !p();
780
780
  }
781
- function p(v = !0) {
782
- const g = a.step.toString().split("."), I = g.length === 2 ? g[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 d() && c();
785
+ function p() {
786
+ return d() && f();
787
787
  }
788
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), o.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, g) => (u(), m("div", Ol, [
808
- e.label ? (u(), 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,
@@ -813,63 +813,63 @@ const Ll = /* @__PURE__ */ j(Cl, [["__scopeId", "data-v-0f616ccb"]]), Ol = { cla
813
813
  size: e.labelSize
814
814
  }, {
815
815
  default: B(() => [
816
- b(v.$slots, "default", {}, () => [
817
- O(C(e.label), 1)
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"])) : h("", !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, Bl),
834
- _("div", Tl, [
835
- _("input", Q({
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 || o.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 || o.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: g[0] || (g[0] = //@ts-ignore
849
- (...I) => s.onInput && s.onInput(...I)),
850
- onBlur: g[1] || (g[1] = //@ts-ignore
851
- (...I) => s.onBlur && s.onBlur(...I)),
852
- onFocus: g[2] || (g[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
- onClick: n
861
+ onClick: o
862
862
  }, [
863
- R(k(T), { name: "add" })
864
- ], 8, El),
865
- e.invalid && e.errorMessage ? (u(), m("div", Pl, [
866
- R(k(ft), { "no-html-error-text": e.errorMessage }, null, 8, ["no-html-error-text"])
867
- ])) : h("", !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 Fl = /* @__PURE__ */ j(zl, [["__scopeId", "data-v-ebcfc48d"]]), ql = ["disabled"], Ml = { class: "joy-divider-cta--icon" }, Nl = { class: "joy-divider-cta--content" }, Rl = { class: "joy-divider-cta--content---title" }, Dl = /* @__PURE__ */ $({
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 Fl = /* @__PURE__ */ j(zl, [["__scopeId", "data-v-ebcfc48d"]]), ql = ["dis
878
878
  }
879
879
  },
880
880
  setup(e) {
881
- return (l, t) => (u(), 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
- b(l.$slots, "default", {}, void 0, !0)
889
+ y("div", va, [
890
+ y("p", pa, [
891
+ _(l.$slots, "default", {}, void 0, !0)
892
892
  ]),
893
- b(l.$slots, "divider-content", {}, void 0, !0)
893
+ _(l.$slots, "divider-content", {}, void 0, !0)
894
894
  ])
895
- ], 10, ql));
895
+ ], 10, ya));
896
896
  }
897
897
  });
898
- const Hl = /* @__PURE__ */ j(Dl, [["__scopeId", "data-v-a3d693c3"]]);
899
- var Te;
900
- const le = typeof window < "u", nt = (e) => typeof e == "string", M = () => {
901
- }, ie = le && ((Te = window == null ? void 0 : window.navigator) == null ? void 0 : Te.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((o, r) => {
908
- Promise.resolve(e(() => l.apply(this, a), { fn: l, thisArg: this, args: a })).then(o).catch(r);
909
- });
910
- }
911
- return t;
912
- }
913
- function Wl(e, l = {}) {
914
- let t, a, o = M;
915
- const r = (n) => {
916
- clearTimeout(n), o(), o = M;
917
- };
918
- return (n) => {
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(n())) : new Promise((f, d) => {
921
- o = l.rejectOnCancel ? d : f, p && !a && (a = setTimeout(() => {
922
- t && r(t), a = null, f(n());
923
- }, p)), t = setTimeout(() => {
924
- a && r(a), a = null, f(n());
925
- }, y);
926
- });
927
- };
928
- }
929
- function Ul(e, l = !0, t = !0, a = !1) {
930
- let o = 0, r, i = !0, n = M, y;
931
- const p = () => {
932
- r && (clearTimeout(r), r = void 0, n(), n = M);
933
- };
934
- return (d) => {
935
- const c = z(e), s = Date.now() - o, v = () => y = d();
936
- return p(), c <= 0 ? (o = Date.now(), v()) : (s > c && (t || !i) ? (o = Date.now(), v()) : l && (y = new Promise((g, I) => {
937
- n = a ? I : g, r = setTimeout(() => {
938
- o = Date.now(), i = !0, g(v()), p();
939
- }, Math.max(0, c - s));
940
- })), !t && !r && (r = setTimeout(() => i = !0, c)), i = !1, y);
941
- };
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);
942
904
  }
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 ht() ? (gt(e), !0) : !1;
953
- }
954
- function Kl(e, l = 200, t = {}) {
955
- return rt(Wl(l, t), e);
908
+ function X(e) {
909
+ return He() ? (De(e), !0) : !1;
956
910
  }
957
- function Zl(e, l = 200, t = !1, a = !0, o = !1) {
958
- return rt(Ul(l, t, a, o), e);
911
+ function ga(e) {
912
+ return typeof e == "function" ? x(e) : k(e);
959
913
  }
960
- function Ql(e) {
961
- return typeof e == "function" ? V(e) : w(e);
914
+ function ha(e, l = !0) {
915
+ We() ? H(e) : l ? e() : Ue(e);
962
916
  }
963
- function it(e, l = !0) {
964
- wt() ? Y(e) : l ? e() : at(e);
965
- }
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 Le = 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, o;
977
- if (nt(e[0]) || Array.isArray(e[0]) ? ([t, a, o] = e, l = Le) : [l, t, a, o] = 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
- }, n = (f, d, c, s) => (f.addEventListener(d, c, s), () => f.removeEventListener(d, c, s)), y = E(() => [te(l), z(o)], ([f, d]) => {
983
- i(), f && r.push(...t.flatMap((c) => a.map((s) => n(f, c, s, d))));
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 Je = !1;
990
- function Yl(e, l, t = {}) {
991
- const { window: a = Le, ignore: o = [], 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 && !Je && (Je = !0, Array.from(a.document.body.children).forEach((c) => c.addEventListener("click", M)));
995
- let n = !0;
996
- const y = (c) => o.some((s) => {
997
- if (typeof s == "string")
998
- return Array.from(a.document.querySelectorAll(s)).some((v) => v === c.target || c.composedPath().includes(v));
942
+ te && !_e && (_e = !0, Array.from(a.document.body.children).forEach((f) => f.addEventListener("click", fe)));
943
+ let o = !0;
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 && (n = !y(c)), !n) {
1008
- n = !0;
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) {
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 && (n = !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 Ee = 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 && Ee)
1038
- for (var a of Ee(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: o = Le } = a, r = la(a, ["window"]);
1044
- let i;
1045
- const n = Xl(() => o && "ResizeObserver" in o), y = () => {
1046
- i && (i.disconnect(), i = void 0);
1047
- }, p = E(() => te(e), (d) => {
1048
- y(), n.value && o && d && (i = new ResizeObserver(l), i.observe(d, 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), {
1053
- isSupported: n,
1054
- stop: f
999
+ return X(p), {
1000
+ isSupported: o,
1001
+ stop: p
1055
1002
  };
1056
1003
  }
1057
- var Pe;
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
- })(Pe || (Pe = {}));
1061
- function oa(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 o, r;
1065
- l.value && (l.value.style.height = "1px", l.value.style.height = `${(o = l.value) == null ? void 0 : o.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 na = Object.defineProperty, Ae = Object.getOwnPropertySymbols, ra = Object.prototype.hasOwnProperty, ia = Object.prototype.propertyIsEnumerable, ze = (e, l, t) => l in e ? na(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) && ze(e, t, l[t]);
1076
- if (Ae)
1077
- for (var t of Ae(l))
1078
- ia.call(l, t) && ze(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__ */ $({
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, (o) => {
1117
- t("trigger", o);
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 F(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, o;
1132
- if (nt(e[0]) || Array.isArray(e[0]) ? ([t, a, o] = e, l = X) : [l, t, a, o] = 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
- }, n = (f, d, c, s) => (f.addEventListener(d, c, s), () => f.removeEventListener(d, c, s)), y = E(() => [F(l), z(o)], ([f, d]) => {
1138
- i(), f && r.push(...t.flatMap((c) => a.map((s) => n(f, c, s, d))));
1139
- }, { immediate: !0, flush: "post" }), p = () => {
1140
- y(), 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();
1141
1088
  };
1142
- return ae(p), p;
1089
+ return X(b), b;
1143
1090
  }
1144
- let Fe = !1;
1145
- function qe(e, l, t = {}) {
1146
- const { window: a = X, ignore: o = [], capture: r = !0, detectIframe: i = !1 } = t;
1147
- if (!a)
1148
- return;
1149
- ie && !Fe && (Fe = !0, Array.from(a.document.body.children).forEach((c) => c.addEventListener("click", M)));
1150
- let n = !0;
1151
- const y = (c) => o.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 = F(s);
1156
- return v && (c.target === v || c.composedPath().includes(v));
1157
- }
1158
- }), f = [
1159
- N(a, "click", (c) => {
1160
- const s = F(e);
1161
- if (!(!s || s === c.target || c.composedPath().includes(s))) {
1162
- if (c.detail === 0 && (n = !y(c)), !n) {
1163
- n = !0;
1164
- return;
1165
- }
1166
- l(c);
1167
- }
1168
- }, { passive: !0, capture: r }),
1169
- N(a, "pointerdown", (c) => {
1170
- const s = F(e);
1171
- s && (n = !c.composedPath().includes(s) && !y(c));
1172
- }, { passive: !0 }),
1173
- i && N(a, "blur", (c) => {
1174
- var s;
1175
- const v = F(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 Me(...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: o = X, eventName: r = "keydown", passive: i = !1 } = a, n = ca(l);
1187
- return N(o, r, (p) => {
1188
- n(p) && t(p);
1189
- }, i);
1190
- }
1191
- var fa = Object.defineProperty, Ne = Object.getOwnPropertySymbols, ya = Object.prototype.hasOwnProperty, va = Object.prototype.propertyIsEnumerable, Re = (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) && Re(e, t, l[t]);
1194
- if (Ne)
1195
- for (var t of Ne(l))
1196
- va.call(l, t) && Re(e, t, l[t]);
1197
- return e;
1198
- };
1199
- W.mounted + "";
1200
- const ma = 500;
1201
- function De(e, l, t) {
1202
- var a, o;
1203
- const r = V(() => F(e));
1204
- let i;
1205
- function n() {
1206
- i && (clearTimeout(i), i = void 0);
1207
- }
1208
- function y(f) {
1209
- var d, c, s, v;
1210
- (d = t == null ? void 0 : t.modifiers) != null && d.self && f.target !== r.value || (n(), (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: (o = t == null ? void 0 : t.modifiers) == null ? void 0 : o.once
1215
- };
1216
- N(r, "pointerdown", y, p), N(r, "pointerup", n, p), N(r, "pointerleave", n, 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, o = w(!1);
1228
- let r;
1229
- const i = (n) => {
1230
- const y = n ? t : a;
1231
- r && (clearTimeout(r), r = void 0), y ? r = setTimeout(() => o.value = n, y) : o.value = n;
1232
- };
1233
- return window && (N(e, "mouseenter", () => i(!0), { passive: !0 }), N(e, "mouseleave", () => i(!1), { passive: !0 })), o;
1234
- }
1235
- W.mounted + "";
1236
- var He = Object.getOwnPropertySymbols, ba = Object.prototype.hasOwnProperty, ha = Object.prototype.propertyIsEnumerable, ga = (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 && He)
1241
- for (var a of He(e))
1242
- l.indexOf(a) < 0 && ha.call(e, a) && (t[a] = e[a]);
1243
- return t;
1244
- };
1245
- function wa(e, l, t = {}) {
1246
- const a = t, { window: o = X } = a, r = ga(a, ["window"]);
1247
- let i;
1248
- const n = st(() => o && "ResizeObserver" in o), y = () => {
1249
- i && (i.disconnect(), i = void 0);
1250
- }, p = E(() => F(e), (d) => {
1251
- y(), n.value && o && d && (i = new ResizeObserver(l), i.observe(d, r));
1252
- }, { immediate: !0, flush: "post" }), f = () => {
1253
- y(), p();
1254
- };
1255
- return ae(f), {
1256
- isSupported: n,
1257
- stop: f
1258
- };
1259
- }
1260
- function Sa(e, l = { width: 0, height: 0 }, t = {}) {
1261
- const { window: a = X, box: o = "content-box" } = t, r = V(() => {
1262
- var y, p;
1263
- return (p = (y = F(e)) == null ? void 0 : y.namespaceURI) == null ? void 0 : p.includes("svg");
1264
- }), i = w(l.width), n = w(l.height);
1265
- return wa(e, ([y]) => {
1266
- const p = o === "border-box" ? y.borderBoxSize : o === "content-box" ? y.contentBoxSize : y.devicePixelContentBoxSize;
1267
- if (a && r.value) {
1268
- const f = F(e);
1269
- if (f) {
1270
- const d = a.getComputedStyle(f);
1271
- i.value = parseFloat(d.width), n.value = parseFloat(d.height);
1272
- }
1273
- } else if (p) {
1274
- const f = Array.isArray(p) ? p : [p];
1275
- i.value = f.reduce((d, { inlineSize: c }) => d + c, 0), n.value = f.reduce((d, { blockSize: c }) => d + c, 0);
1276
- } else
1277
- i.value = y.contentRect.width, n.value = y.contentRect.height;
1278
- }, t), E(() => F(e), (y) => {
1279
- i.value = y ? l.width : 0, n.value = y ? l.height : 0;
1280
- }), {
1281
- width: i,
1282
- height: n
1283
- };
1284
- }
1285
- W.mounted + "";
1286
- function We(e, { window: l = X, scrollTarget: t } = {}) {
1287
- const a = w(!1), o = () => {
1288
- if (!l)
1289
- return;
1290
- const r = l.document, i = F(e);
1291
- if (!i)
1292
- a.value = !1;
1293
- else {
1294
- const n = i.getBoundingClientRect();
1295
- a.value = n.top <= (l.innerHeight || r.documentElement.clientHeight) && n.left <= (l.innerWidth || r.documentElement.clientWidth) && n.bottom >= 0 && n.right >= 0;
1296
- }
1297
- };
1298
- return E(() => F(e), () => o(), { immediate: !0, flush: "post" }), l && N(t || l, "scroll", o, {
1299
- capture: !1,
1300
- passive: !0
1301
- }), a;
1302
- }
1303
- W.mounted + "";
1304
- const Ue = 1;
1305
- function he(e, l = {}) {
1306
- const {
1307
- throttle: t = 0,
1308
- idle: a = 200,
1309
- onStop: o = M,
1310
- onScroll: r = M,
1311
- offset: i = {
1312
- left: 0,
1313
- right: 0,
1314
- top: 0,
1315
- bottom: 0
1316
- },
1317
- eventListenerOptions: n = {
1318
- capture: !1,
1319
- passive: !0
1320
- },
1321
- behavior: y = "auto"
1322
- } = l, p = w(0), f = w(0), d = 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, q, 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: (q = z(A)) != null ? q : d.value,
1343
- behavior: z(y)
1344
- }));
1345
- }
1346
- const v = w(!1), g = 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, o(A));
1358
- }, ce = Kl(J, t + a), ne = (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, g.left = U <= 0 + (i.left || 0), g.right = U + L.clientWidth >= L.scrollWidth - (i.right || 0) - Ue, p.value = U;
1361
- let q = L.scrollTop;
1362
- A.target === document && !q && (q = document.body.scrollTop), I.top = q < f.value, I.bottom = q > f.value, g.top = q <= 0 + (i.top || 0), g.bottom = q + L.clientHeight >= L.scrollHeight - (i.bottom || 0) - Ue, f.value = q, v.value = !0, ce(A), r(A);
1363
- };
1364
- return N(e, "scroll", t ? Zl(ne, t, !0, !1) : ne, n), N(e, "scrollend", J, n), {
1365
- x: d,
1366
- y: c,
1367
- isScrolling: v,
1368
- arrivedState: g,
1369
- directions: I
1370
- };
1371
- }
1372
- var $a = Object.defineProperty, ja = Object.defineProperties, ka = Object.getOwnPropertyDescriptors, Ge = Object.getOwnPropertySymbols, Va = Object.prototype.hasOwnProperty, xa = Object.prototype.propertyIsEnumerable, Ke = (e, l, t) => l in e ? $a(e, l, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[l] = t, Ze = (e, l) => {
1373
- for (var t in l || (l = {}))
1374
- Va.call(l, t) && Ke(e, t, l[t]);
1375
- if (Ge)
1376
- for (var t of Ge(l))
1377
- xa.call(l, t) && Ke(e, t, l[t]);
1378
- return e;
1379
- }, Ia = (e, l) => ja(e, ka(l));
1380
- function Qe(e, l, t = {}) {
1381
- var a, o;
1382
- const r = (a = t.direction) != null ? a : "bottom", i = ve(he(e, Ia(Ze({}, t), {
1383
- offset: Ze({
1384
- [r]: (o = t.distance) != null ? o : 0
1385
- }, t.offset)
1386
- })));
1387
- E(() => i.arrivedState[r], async (n) => {
1388
- var y, p;
1389
- if (n) {
1390
- const f = z(e), d = {
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 - d.height,
1397
- left: f.scrollWidth - d.width
1398
- });
1399
- });
1400
- }
1401
- });
1402
- }
1403
- W.mounted + "";
1404
- function Ye(e, l, t = {}) {
1405
- const {
1406
- root: a,
1407
- rootMargin: o = "0px",
1408
- threshold: r = 0.1,
1409
- window: i = X
1410
- } = t, n = st(() => i && "IntersectionObserver" in i);
1411
- let y = M;
1412
- const p = n.value ? E(() => ({
1413
- el: F(e),
1414
- root: F(a)
1415
- }), ({ el: d, root: c }) => {
1416
- if (y(), !d)
1417
- return;
1418
- const s = new IntersectionObserver(l, {
1419
- root: c,
1420
- rootMargin: o,
1421
- threshold: r
1422
- });
1423
- s.observe(d), y = () => {
1424
- s.disconnect(), y = M;
1425
- };
1426
- }, { immediate: !0, flush: "post" }) : M, f = () => {
1427
- y(), p();
1428
- };
1429
- return ae(f), {
1430
- isSupported: n,
1431
- stop: f
1432
- };
1433
- }
1434
- W.mounted + "";
1435
- var Ca = Object.defineProperty, La = Object.defineProperties, Oa = Object.getOwnPropertyDescriptors, Xe = Object.getOwnPropertySymbols, Ba = Object.prototype.hasOwnProperty, Ta = Object.prototype.propertyIsEnumerable, et = (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
- Ba.call(l, t) && et(e, t, l[t]);
1438
- if (Xe)
1439
- for (var t of Xe(l))
1440
- Ta.call(l, t) && et(e, t, l[t]);
1441
- return e;
1442
- }, Ea = (e, l) => La(e, Oa(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, o;
1460
- E(Ql(e), (n) => {
1461
- if (n) {
1462
- const y = n;
1463
- o = y.style.overflow, t.value && (y.style.overflow = "hidden");
1106
+ function Oa(e, l = !1) {
1107
+ const t = k(l);
1108
+ let a = null, i;
1109
+ F(ga(e), (o) => {
1110
+ if (o) {
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 n = z(e);
1470
- !n || t.value || (ie && (a = N(n, "touchmove", (y) => {
1471
- Pa(y);
1472
- }, { passive: !1 })), n.style.overflow = "hidden", t.value = !0);
1473
- }, i = () => {
1474
- const n = z(e);
1475
- !n || !t.value || (ie && (a == null || a()), n.style.overflow = o, t.value = !1);
1117
+ const s = () => {
1118
+ const o = U(e);
1119
+ !o || t.value || (te && (a = Aa(o, "touchmove", (m) => {
1120
+ qa(m);
1121
+ }, { passive: !1 })), o.style.overflow = "hidden", t.value = !0);
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
- set(n) {
1482
- n ? r() : i();
1130
+ set(o) {
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 o = Aa(t, a.value);
1494
- E(l, (r) => o.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"], Fa = {
1146
+ Fa();
1147
+ const Je = ["medium", "small", "xsmall"], Pa = {
1499
1148
  key: 0,
1500
1149
  class: "joy-dropdown-list__header"
1501
- }, qa = ["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__ */ $({
1153
+ }, Ha = /* @__PURE__ */ S({
1505
1154
  __name: "VJoyDropdownList",
1506
1155
  props: {
1507
1156
  /**
@@ -1521,7 +1170,7 @@ const dt = ["medium", "small", "xsmall"], Fa = {
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"], Fa = {
1551
1200
  },
1552
1201
  emits: ["update:modelValue", "close:dropdownList", "reset"],
1553
1202
  setup(e, { expose: l, emit: t }) {
1554
- const a = e, o = 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
- function n() {
1559
- var s;
1560
- return Array.from(((s = o.value) == null ? void 0 : s.querySelectorAll("li")) || []);
1207
+ function o() {
1208
+ var r;
1209
+ return Array.from(((r = i.value) == null ? void 0 : r.querySelectorAll("li")) || []);
1561
1210
  }
1562
- function y() {
1563
- const s = n().find((v) => v.getAttribute("aria-selected") === "true");
1564
- s && (s.focus(), o.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 n().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 (!(o.value && !o.value.contains(document.activeElement) || !o.value)) {
1574
- if ((s.key === "Escape" || s.key === "Tab") && t("close:dropdownList"), (s.key === "Enter" || s.key === "enter") && (s.preventDefault(), p() && ((v = o.value) != null && v.contains(p())))) {
1575
- const g = p();
1576
- if (!g)
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 (g.querySelector("a"))
1579
- return g.querySelector("a").click();
1580
- t("update:modelValue", g.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 g = n(), I = p();
1584
- let J = g.indexOf(I);
1585
- if (g.length) {
1586
- s.preventDefault(), s.key === "ArrowDown" ? J++ : s.key === "ArrowUp" ? J-- : s.key === "Home" ? J = 0 : s.key === "End" && (J = g.length - 1), J < 0 && (J = g.length - 1), J > g.length - 1 && (J = 0), d(g[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 d(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 Y(() => {
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) => (u(), m("div", {
1252
+ isSelected: s
1253
+ }), (r, v) => (n(), c("div", {
1605
1254
  class: "joy-dropdown-list",
1606
- style: Z({ 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 ? (u(), m("header", Fa, [
1609
- e.reset ? (u(), 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)) : h("", !0),
1615
- b(s.$slots, "dropdown-list-header", {}, void 0, !0)
1616
- ])) : h("", !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: Z({ "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
- b(s.$slots, "dropdown-list-items", {}, void 0, !0),
1623
- e.options.length ? (u(), 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: o,
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
- (u(!0), m(D, null, G(e.options, (g) => (u(), m("li", {
1633
- id: g.id,
1634
- key: g.label,
1635
- style: Z({ "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(g),
1641
- "joy-dropdown-list__item--disabled": g.disabled
1289
+ "joy-dropdown-list__item--selected": s.value(j),
1290
+ "joy-dropdown-list__item--disabled": j.disabled
1642
1291
  }
1643
1292
  ]),
1644
- tabindex: g.disabled ? void 0 : -1,
1645
- "aria-disabled": g.disabled,
1646
- "aria-selected": r.value(g),
1647
- title: g.label,
1648
- "aria-label": g.label,
1649
- ".dataModel": g.value || g.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(g)
1300
+ onClick: (L) => u(j)
1652
1301
  }, [
1653
- b(s.$slots, "label", se(ue(g)), () => [
1654
- _("span", null, C(g.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, qa)) : h("", !0)
1305
+ ], 14, Na))), 128))
1306
+ ], 8, Ma)) : g("", !0)
1658
1307
  ], 6),
1659
- s.$slots["dropdown-list-footer"] ? (u(), m("footer", Na, [
1660
- b(s.$slots, "dropdown-list-footer", {}, void 0, !0)
1661
- ])) : h("", !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__ */ j(Ra, [["__scopeId", "data-v-4e25408f"]]);
1314
+ const Te = /* @__PURE__ */ $(Ha, [["__scopeId", "data-v-4e25408f"]]);
1666
1315
  function Da(e) {
1667
1316
  const l = () => e();
1668
- Y(() => {
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__ */ $({
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__ */ $({
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__ */ $({
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, o = w(!1), r = w(null), i = w(), n = w(null), y = w(null), p = w(!1), f = "joy-dropdown--" + xe();
1769
- ke("VJoyDropdownContext", a);
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);
1770
1419
  const d = {
1771
- ignore: [i, ".joy-dropdown__list"]
1420
+ ignore: [u, ".joy-dropdown__list"]
1772
1421
  };
1773
- let c = null;
1774
- E(
1775
- () => o.value,
1776
- (L) => {
1777
- L && gl(n);
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
- o.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 g(L) {
1793
- p.value = !1, c && clearTimeout(c), y.value = L.target, o.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 ne() {
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), Y(() => {
1811
- A();
1459
+ return Da(v), H(() => {
1460
+ Me();
1812
1461
  }), l({
1813
- showDropdownList: o,
1814
- generatedId: f
1815
- }), (L, U) => (u(), x(k(da), {
1462
+ showDropdownList: i,
1463
+ generatedId: p
1464
+ }), (T, Po) => (n(), V(w(Ta), {
1816
1465
  ref_key: "dropdown",
1817
- ref: r,
1466
+ ref: s,
1818
1467
  options: d,
1819
1468
  class: "joy-dropdown",
1820
1469
  onTrigger: v
1821
1470
  }, {
1822
1471
  default: B(() => [
1823
- _("div", {
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: g
1477
+ onClick: j
1829
1478
  }, [
1830
- b(L.$slots, "dropdown-button", {}, void 0, !0)
1479
+ _(T.$slots, "dropdown-button", {}, void 0, !0)
1831
1480
  ], 512),
1832
- o.value ? (u(), m("div", {
1481
+ i.value ? (n(), c("div", {
1833
1482
  key: 0,
1834
1483
  ref_key: "list",
1835
- ref: n,
1836
- class: S([
1484
+ ref: o,
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: Z(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__ */ $({
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: ne
1859
- }, ot({
1860
- label: B((q) => [
1861
- b(L.$slots, "dropdown-item", se(ue(q)), () => [
1862
- _("span", null, C(q.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
1518
  fn: B(() => [
1870
- b(L.$slots, "dropdown-header", {}, void 0, !0)
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
1525
  fn: B(() => [
1877
- b(L.$slots, "dropdown-items", {}, void 0, !0)
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
1532
  fn: B(() => [
1884
- b(L.$slots, "dropdown-footer", {}, void 0, !0)
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)) : h("", !0)
1538
+ ], 6)) : g("", !0)
1890
1539
  ]),
1891
1540
  _: 3
1892
1541
  }, 512));
1893
1542
  }
1894
1543
  });
1895
- const Wa = /* @__PURE__ */ j(Ha, [["__scopeId", "data-v-97d5db60"]]), Ua = ["aria-label"], Ga = { class: "joy-filter-bar__wrapper" }, Ka = /* @__PURE__ */ $({
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) => (u(), 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
- b(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__ */ j(Ka, [["__scopeId", "data-v-114f8274"]]), Qa = /* @__PURE__ */ $({
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__ */ j(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 o() {
1576
+ const t = e, a = Y("VJoyDropdownContext", null);
1577
+ function i() {
1929
1578
  l("filter", t.value);
1930
1579
  }
1931
- return (r, i) => (u(), 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: o
1582
+ class: h(["joy-filter-bar-button", { "joy-filter-bar-button--active": e.active }]),
1583
+ onClick: i
1935
1584
  }, [
1936
- O(C(e.label) + " ", 1),
1937
- b(r.$slots, "default", {}, void 0, !0),
1938
- k(a) ? (u(), 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
- })) : h("", !0)
1593
+ })) : g("", !0)
1945
1594
  ], 2));
1946
1595
  }
1947
1596
  });
1948
- const Ya = /* @__PURE__ */ j(Qa, [["__scopeId", "data-v-8f87fed1"]]), Xa = ["aria-hidden"], eo = /* @__PURE__ */ $({
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__ */ j(Qa, [["__scopeId", "data-v-8f87fed1"]]), Xa = ["ari
1957
1606
  noHtmlErrorText: String
1958
1607
  },
1959
1608
  setup(e) {
1960
- return (l, t) => (u(), 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
- b(l.$slots, "default", {}, () => [
1971
- O(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__ */ j(eo, [["__scopeId", "data-v-581fd33b"]]), to = /* @__PURE__ */ $({
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,41 +1643,41 @@ const ft = /* @__PURE__ */ j(eo, [["__scopeId", "data-v-581fd33b"]]), to = /* @_
1994
1643
  }
1995
1644
  },
1996
1645
  setup(e, { expose: l }) {
1997
- const t = e, a = de("VJoyWrapperContext", {}), o = 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"], n = t.width || r;
2004
- return n && i.push(n), 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: o }), (r, i) => (u(), 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: Z({
1657
+ class: h(["joy-form-skeleton", `joy-form-skeleton--${e.size}`]),
1658
+ style: N({
2010
1659
  "max-width": e.width,
2011
- flex: o.value
1660
+ flex: i.value
2012
1661
  })
2013
1662
  }, null, 6));
2014
1663
  }
2015
1664
  });
2016
- const lo = /* @__PURE__ */ j(to, [["__scopeId", "data-v-8a4ecbad"]]), ao = { class: "joy-footer" }, oo = { class: "joy-footer__left" }, no = { class: "joy-footer__right" }, ro = /* @__PURE__ */ $({
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({
2017
1666
  __name: "VJoyFooter",
2018
1667
  setup(e) {
2019
- return (l, t) => (u(), m("footer", ao, [
2020
- _("div", oo, [
2021
- b(l.$slots, "footer-left", {}, void 0, !0)
1668
+ return (l, t) => (n(), c("footer", nl, [
1669
+ y("div", ol, [
1670
+ _(l.$slots, "footer-left", {}, void 0, !0)
2022
1671
  ]),
2023
- _("div", no, [
2024
- b(l.$slots, "footer-right", {}, void 0, !0)
1672
+ y("div", il, [
1673
+ _(l.$slots, "footer-right", {}, void 0, !0)
2025
1674
  ])
2026
1675
  ]));
2027
1676
  }
2028
1677
  });
2029
- const io = /* @__PURE__ */ j(ro, [["__scopeId", "data-v-1e11bcdc"]]), so = { class: "joy-funnel__header" }, uo = { class: "funnel__header__inner" }, co = { class: "joy-funnel__stepper" }, fo = /* @__PURE__ */ Se('<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), yo = [
2030
- fo
2031
- ], vo = { class: "joy-funnel__footer" }, po = /* @__PURE__ */ $({
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({
2032
1681
  __name: "VJoyFunnel",
2033
1682
  props: {
2034
1683
  /**
@@ -2048,53 +1697,53 @@ const io = /* @__PURE__ */ j(ro, [["__scopeId", "data-v-1e11bcdc"]]), so = { cla
2048
1697
  }
2049
1698
  },
2050
1699
  setup(e, { expose: l }) {
2051
- const t = w(!0), a = K();
2052
- function o(i) {
2053
- const n = i.currentTarget;
2054
- t.value = n.scrollTop === 0;
1700
+ const t = k(!0), a = M();
1701
+ function i(u) {
1702
+ const o = u.currentTarget;
1703
+ t.value = o.scrollTop === 0;
2055
1704
  }
2056
- const r = V(() => !!a["funnel-stepper"]);
1705
+ const s = x(() => !!a["funnel-stepper"]);
2057
1706
  return l({
2058
1707
  scrollOnTop: t,
2059
- hasStepperSlot: r
2060
- }), (i, n) => (u(), m("div", {
2061
- class: S([
1708
+ hasStepperSlot: s
1709
+ }), (u, o) => (n(), c("div", {
1710
+ class: h([
2062
1711
  "joy-funnel",
2063
1712
  {
2064
1713
  "joy-funnel--no-border": t.value,
2065
- "joy-funnel--no-stepper": !r.value
1714
+ "joy-funnel--no-stepper": !s.value
2066
1715
  }
2067
1716
  ])
2068
1717
  }, [
2069
- _("div", so, [
2070
- _("div", uo, [
2071
- b(i.$slots, "funnel-header", {}, void 0, !0)
1718
+ y("div", ul, [
1719
+ y("div", dl, [
1720
+ _(u.$slots, "funnel-header", {}, void 0, !0)
2072
1721
  ]),
2073
- _("div", co, [
2074
- b(i.$slots, "funnel-stepper", {}, void 0, !0)
1722
+ y("div", cl, [
1723
+ _(u.$slots, "funnel-stepper", {}, void 0, !0)
2075
1724
  ])
2076
1725
  ]),
2077
- e.hideShapes ? h("", !0) : (u(), m("div", {
1726
+ e.hideShapes ? g("", !0) : (n(), c("div", {
2078
1727
  key: 0,
2079
- class: S(["joy-funnel__shapes", { "joy-funnel__shapes--strategy": e.profile === "strategy" }])
2080
- }, yo, 2)),
2081
- _("div", {
1728
+ class: h(["joy-funnel__shapes", { "joy-funnel__shapes--strategy": e.profile === "strategy" }])
1729
+ }, fl, 2)),
1730
+ y("div", {
2082
1731
  class: "joy-funnel__scrollable",
2083
- onScroll: o
1732
+ onScroll: i
2084
1733
  }, [
2085
- _("div", {
2086
- class: S(["joy-funnel__content", { "joy-funnel__content--medium": e.layoutWidth === "medium" }])
1734
+ y("div", {
1735
+ class: h(["joy-funnel__content", { "joy-funnel__content--medium": e.layoutWidth === "medium" }])
2087
1736
  }, [
2088
- b(i.$slots, "default", {}, void 0, !0)
1737
+ _(u.$slots, "default", {}, void 0, !0)
2089
1738
  ], 2)
2090
1739
  ], 32),
2091
- _("div", vo, [
2092
- b(i.$slots, "funnel-footer", {}, void 0, !0)
1740
+ y("div", vl, [
1741
+ _(u.$slots, "funnel-footer", {}, void 0, !0)
2093
1742
  ])
2094
1743
  ], 2));
2095
1744
  }
2096
1745
  });
2097
- const mo = /* @__PURE__ */ j(po, [["__scopeId", "data-v-0abeb951"]]), _o = [...pl], bo = { class: "joy-highlight--text" }, ho = { key: 0 }, go = /* @__PURE__ */ $({
1746
+ const ml = /* @__PURE__ */ $(pl, [["__scopeId", "data-v-0abeb951"]]), bl = [...Mt], _l = { class: "joy-highlight--text" }, gl = { key: 0 }, hl = /* @__PURE__ */ S({
2098
1747
  __name: "VJoyHighlight",
2099
1748
  props: {
2100
1749
  accent: {
@@ -2112,51 +1761,51 @@ const mo = /* @__PURE__ */ j(po, [["__scopeId", "data-v-0abeb951"]]), _o = [...p
2112
1761
  type: String,
2113
1762
  default: "neutral",
2114
1763
  validator(e) {
2115
- return _o.includes(e);
1764
+ return bl.includes(e);
2116
1765
  }
2117
1766
  }
2118
1767
  },
2119
1768
  setup(e, { expose: l }) {
2120
- const t = e, a = V(() => t.icon ? t.icon : hl(t.level));
1769
+ const t = e, a = x(() => t.icon ? t.icon : Dt(t.level));
2121
1770
  return l({
2122
1771
  getRelevantIcon: a
2123
- }), (o, r) => (u(), m("div", {
2124
- class: S([
1772
+ }), (i, s) => (n(), c("div", {
1773
+ class: h([
2125
1774
  "joy-highlight",
2126
1775
  `joy-highlight_${e.level}`,
2127
1776
  {
2128
1777
  "joy-highlight__accent": e.accent,
2129
- "joy-highlight__titled": o.$slots["highlight-title"]
1778
+ "joy-highlight__titled": i.$slots["highlight-title"]
2130
1779
  }
2131
1780
  ])
2132
1781
  }, [
2133
- e.displayIcon ? (u(), x(T, {
1782
+ e.displayIcon ? (n(), V(J, {
2134
1783
  key: 0,
2135
1784
  name: a.value
2136
- }, null, 8, ["name"])) : h("", !0),
2137
- _("div", bo, [
2138
- o.$slots["highlight-title"] ? (u(), m("strong", ho, [
2139
- b(o.$slots, "highlight-title", {}, void 0, !0)
2140
- ])) : h("", !0),
2141
- b(o.$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)
2142
1791
  ])
2143
1792
  ], 2));
2144
1793
  }
2145
1794
  });
2146
- const wo = /* @__PURE__ */ j(go, [["__scopeId", "data-v-45c2fbf4"]]), So = ["small", "medium", "large"], $o = {
1795
+ const jl = /* @__PURE__ */ $(hl, [["__scopeId", "data-v-45c2fbf4"]]), kl = ["small", "medium", "large"], Sl = {
2147
1796
  key: 0,
2148
1797
  class: "joy-label-required"
2149
- }, jo = {
1798
+ }, $l = {
2150
1799
  key: 1,
2151
1800
  class: "joy-label-optional"
2152
- }, ko = /* @__PURE__ */ $({
1801
+ }, wl = /* @__PURE__ */ S({
2153
1802
  __name: "VJoyLabel",
2154
1803
  props: {
2155
1804
  size: {
2156
1805
  type: String,
2157
1806
  default: "medium",
2158
1807
  validator(e) {
2159
- return So.includes(e);
1808
+ return kl.includes(e);
2160
1809
  }
2161
1810
  },
2162
1811
  tagName: {
@@ -2173,21 +1822,21 @@ const wo = /* @__PURE__ */ j(go, [["__scopeId", "data-v-45c2fbf4"]]), So = ["sma
2173
1822
  text: String
2174
1823
  },
2175
1824
  setup(e) {
2176
- return (l, t) => (u(), x(oe(e.tagName), Q({
1825
+ return (l, t) => (n(), V(G(e.tagName), R({
2177
1826
  class: ["joy-label", `joy-label--${e.size}`]
2178
1827
  }, l.$attrs), {
2179
1828
  default: B(() => [
2180
- b(l.$slots, "default", {}, () => [
2181
- O(C(e.text), 1)
1829
+ _(l.$slots, "default", {}, () => [
1830
+ C(I(e.text), 1)
2182
1831
  ], !0),
2183
- e.required ? (u(), m("span", $o, "*")) : h("", !0),
2184
- e.optionalLabel ? (u(), m("span", jo, "- " + C(e.optionalLabel), 1)) : h("", !0)
1832
+ e.required ? (n(), c("span", Sl, "*")) : g("", !0),
1833
+ e.optionalLabel ? (n(), c("span", $l, "- " + I(e.optionalLabel), 1)) : g("", !0)
2185
1834
  ]),
2186
1835
  _: 3
2187
1836
  }, 16, ["class"]));
2188
1837
  }
2189
1838
  });
2190
- const ee = /* @__PURE__ */ j(ko, [["__scopeId", "data-v-388a7c56"]]), Vo = ["large", "medium", "small"], xo = ["id", "required", "disabled", "type", "value"], Io = ["data-unit"], Co = /* @__PURE__ */ $({
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({
2191
1840
  inheritAttrs: !1,
2192
1841
  __name: "VJoyInput",
2193
1842
  props: {
@@ -2245,7 +1894,7 @@ const ee = /* @__PURE__ */ j(ko, [["__scopeId", "data-v-388a7c56"]]), Vo = ["lar
2245
1894
  type: String,
2246
1895
  default: "medium",
2247
1896
  validator(e) {
2248
- return Vo.includes(e);
1897
+ return Vl.includes(e);
2249
1898
  }
2250
1899
  },
2251
1900
  type: {
@@ -2257,49 +1906,49 @@ const ee = /* @__PURE__ */ j(ko, [["__scopeId", "data-v-388a7c56"]]), Vo = ["lar
2257
1906
  },
2258
1907
  emits: ["update:modelValue"],
2259
1908
  setup(e, { emit: l }) {
2260
- const t = e, a = w(), o = w(), r = $e(), i = K(), n = 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(() => {
2261
- var s, v;
2262
- return !!((s = o.value) != null && s.closest("joy-wrapper")) || !!((v = o.value) != null && v.closest(".joy-wrapper"));
2263
- }), d = w(t.type);
2264
- $t(() => {
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(() => {
2265
1914
  d.value = t.unit ? "number" : t.type;
2266
1915
  });
2267
- const c = {
1916
+ const f = {
2268
1917
  onFocus: () => {
2269
- n.value = !0;
1918
+ o.value = !0;
2270
1919
  },
2271
1920
  onBlur: () => {
2272
- n.value = !1;
1921
+ o.value = !1;
2273
1922
  },
2274
- onInput: (s) => {
2275
- let v = s.target.value;
1923
+ onInput: (r) => {
1924
+ let v = r.target.value;
2276
1925
  t.modelModifiers.lazy || l("update:modelValue", v);
2277
1926
  },
2278
- onChange: (s) => {
2279
- let v = s.target.value;
1927
+ onChange: (r) => {
1928
+ let v = r.target.value;
2280
1929
  t.modelModifiers.lazy && l("update:modelValue", v);
2281
1930
  },
2282
1931
  clearValue: () => {
2283
1932
  t.disabled || l("update:modelValue", "");
2284
1933
  }
2285
1934
  };
2286
- return (s, v) => (u(), m("div", {
1935
+ return (r, v) => (n(), c("div", {
2287
1936
  ref_key: "root",
2288
- ref: o,
2289
- class: S([`joy-input--${t.size}`])
1937
+ ref: i,
1938
+ class: h([`joy-input--${t.size}`])
2290
1939
  }, [
2291
- _("div", {
2292
- class: S([
1940
+ y("div", {
1941
+ class: h([
2293
1942
  "joy-input",
2294
1943
  {
2295
- "joy-input--focusing": n.value,
1944
+ "joy-input--focusing": o.value,
2296
1945
  "joy-input--disabled": e.disabled,
2297
1946
  "joy-input--invalid": e.invalid,
2298
- "joy-input--valid": !e.invalid && !k(r).disabled
1947
+ "joy-input--valid": !e.invalid && !w(s).disabled
2299
1948
  }
2300
1949
  ])
2301
1950
  }, [
2302
- p.value || e.label ? (u(), x(ee, {
1951
+ b.value || e.label ? (n(), V(D, {
2303
1952
  key: 0,
2304
1953
  for: e.name,
2305
1954
  required: e.required && e.requiredMark,
@@ -2307,24 +1956,24 @@ const ee = /* @__PURE__ */ j(ko, [["__scopeId", "data-v-388a7c56"]]), Vo = ["lar
2307
1956
  size: e.labelSize
2308
1957
  }, {
2309
1958
  default: B(() => [
2310
- b(s.$slots, "default", {}, () => [
2311
- O(C(e.label), 1)
1959
+ _(r.$slots, "default", {}, () => [
1960
+ C(I(e.label), 1)
2312
1961
  ], !0)
2313
1962
  ]),
2314
1963
  _: 3
2315
- }, 8, ["for", "required", "optional-label", "size"])) : h("", !0),
2316
- _("div", {
2317
- class: S([
1964
+ }, 8, ["for", "required", "optional-label", "size"])) : g("", !0),
1965
+ y("div", {
1966
+ class: h([
2318
1967
  "joy-input--wrapper",
2319
1968
  {
2320
1969
  "joy-input--wrapper-has-icon": !!e.icon,
2321
1970
  "joy-input--wrapper---clearable": e.clearable,
2322
1971
  "joy-input--wrapper-unit": !!e.unit,
2323
- "joy-input--wrapper-margin": !f.value
1972
+ "joy-input--wrapper-margin": !p.value
2324
1973
  }
2325
1974
  ])
2326
1975
  }, [
2327
- _("input", Q(s.$attrs, {
1976
+ y("input", R(r.$attrs, {
2328
1977
  id: t.name,
2329
1978
  ref_key: "input",
2330
1979
  ref: a,
@@ -2339,39 +1988,39 @@ const ee = /* @__PURE__ */ j(ko, [["__scopeId", "data-v-388a7c56"]]), Vo = ["lar
2339
1988
  type: d.value,
2340
1989
  value: e.modelValue,
2341
1990
  onFocus: v[0] || (v[0] = //@ts-ignore
2342
- (...g) => c.onFocus && c.onFocus(...g)),
1991
+ (...j) => f.onFocus && f.onFocus(...j)),
2343
1992
  onBlur: v[1] || (v[1] = //@ts-ignore
2344
- (...g) => c.onBlur && c.onBlur(...g)),
1993
+ (...j) => f.onBlur && f.onBlur(...j)),
2345
1994
  onInput: v[2] || (v[2] = //@ts-ignore
2346
- (...g) => c.onInput && c.onInput(...g)),
1995
+ (...j) => f.onInput && f.onInput(...j)),
2347
1996
  onChange: v[3] || (v[3] = //@ts-ignore
2348
- (...g) => c.onChange && c.onChange(...g))
2349
- }), null, 16, xo),
2350
- y.value ? (u(), x(Ie, {
1997
+ (...j) => f.onChange && f.onChange(...j))
1998
+ }), null, 16, xl),
1999
+ m.value ? (n(), V(de, {
2351
2000
  key: 0,
2352
2001
  class: "joy-input--clear",
2353
2002
  circle: "",
2354
2003
  variant: "ghost",
2355
2004
  size: "xxsmall",
2356
2005
  icon: "cross",
2357
- onClick: c.clearValue
2358
- }, null, 8, ["onClick"])) : h("", !0),
2359
- e.icon ? (u(), x(T, {
2006
+ onClick: f.clearValue
2007
+ }, null, 8, ["onClick"])) : g("", !0),
2008
+ e.icon ? (n(), V(J, {
2360
2009
  key: 1,
2361
2010
  class: "joy-input--decorative-icon",
2362
2011
  name: e.icon
2363
- }, null, 8, ["name"])) : h("", !0),
2364
- e.unit ? (u(), m("div", {
2012
+ }, null, 8, ["name"])) : g("", !0),
2013
+ e.unit ? (n(), c("div", {
2365
2014
  key: 2,
2366
2015
  "data-unit": e.unit,
2367
2016
  class: "joy-input--unit"
2368
- }, null, 8, Io)) : h("", !0)
2017
+ }, null, 8, Il)) : g("", !0)
2369
2018
  ], 2)
2370
2019
  ], 2)
2371
2020
  ], 2));
2372
2021
  }
2373
2022
  });
2374
- const Lo = /* @__PURE__ */ j(Co, [["__scopeId", "data-v-7ef7a9dd"]]), Oo = ["teal", "white"], Bo = ["href"], To = /* @__PURE__ */ $({
2023
+ const Ll = /* @__PURE__ */ $(Cl, [["__scopeId", "data-v-7ef7a9dd"]]), Bl = ["teal", "white"], Jl = ["href"], Tl = /* @__PURE__ */ S({
2375
2024
  __name: "VJoyLink",
2376
2025
  props: {
2377
2026
  href: {
@@ -2382,27 +2031,27 @@ const Lo = /* @__PURE__ */ j(Co, [["__scopeId", "data-v-7ef7a9dd"]]), Oo = ["tea
2382
2031
  type: String,
2383
2032
  default: "teal",
2384
2033
  validator(e) {
2385
- return Oo.includes(e);
2034
+ return Bl.includes(e);
2386
2035
  }
2387
2036
  },
2388
2037
  icon: String,
2389
2038
  text: String
2390
2039
  },
2391
2040
  setup(e) {
2392
- return (l, t) => (u(), m("a", Q({ href: e.href }, l.$attrs, {
2041
+ return (l, t) => (n(), c("a", R({ href: e.href }, l.$attrs, {
2393
2042
  class: ["joy-link", `joy-link_${e.color}`]
2394
2043
  }), [
2395
- e.icon ? (u(), x(T, {
2044
+ e.icon ? (n(), V(J, {
2396
2045
  key: 0,
2397
2046
  name: e.icon
2398
- }, null, 8, ["name"])) : h("", !0),
2399
- b(l.$slots, "default", {}, () => [
2400
- O(C(e.text), 1)
2047
+ }, null, 8, ["name"])) : g("", !0),
2048
+ _(l.$slots, "default", {}, () => [
2049
+ C(I(e.text), 1)
2401
2050
  ], !0)
2402
- ], 16, Bo));
2051
+ ], 16, Jl));
2403
2052
  }
2404
2053
  });
2405
- const Jo = /* @__PURE__ */ j(To, [["__scopeId", "data-v-5540214e"]]), Eo = ["tabindex", "aria-activedescendant", "aria-label"], Po = ["id", "aria-disabled", "aria-current", "title", "aria-label", ".dataModel", "onClick"], Ao = { "aria-hidden": "true" }, zo = /* @__PURE__ */ $({
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({
2406
2055
  __name: "VJoyMenu",
2407
2056
  props: {
2408
2057
  /**
@@ -2423,87 +2072,87 @@ const Jo = /* @__PURE__ */ j(To, [["__scopeId", "data-v-5540214e"]]), Eo = ["tab
2423
2072
  },
2424
2073
  emits: ["selectItem"],
2425
2074
  setup(e, { expose: l, emit: t }) {
2426
- const a = w(), o = w(0), r = w();
2427
- function i(d) {
2075
+ const a = k(), i = k(0), s = k();
2076
+ function u(d) {
2428
2077
  d.disabled || t("selectItem", d);
2429
2078
  }
2430
- function n() {
2079
+ function o() {
2431
2080
  var d;
2432
- return Array.from(((d = a.value) == null ? void 0 : d.querySelectorAll("li")) || []).filter((c) => c.getAttribute("aria-disabled") !== "true");
2081
+ return Array.from(((d = a.value) == null ? void 0 : d.querySelectorAll("li")) || []).filter((f) => f.getAttribute("aria-disabled") !== "true");
2433
2082
  }
2434
- function y(d) {
2435
- return d.id || xe();
2083
+ function m(d) {
2084
+ return d.id || ue();
2436
2085
  }
2437
- function p() {
2438
- return n().find((d) => d === document.activeElement);
2086
+ function b() {
2087
+ return o().find((d) => d === document.activeElement);
2439
2088
  }
2440
- function f(d) {
2441
- if (p() && d.key === " " && d.preventDefault(), d.key === "Tab" && (r.value = void 0), ["ArrowDown", "ArrowUp", "Home", "End"].includes(d.key)) {
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)) {
2442
2091
  d.preventDefault();
2443
- const c = n(), s = p();
2444
- let v = c.indexOf(s);
2445
- if (d.key === "ArrowDown" ? v++ : d.key === "ArrowUp" ? v-- : d.key === "Home" ? v = 0 : d.key === "End" && (v = c.length - 1), v < 0 && (v = 0), v > c.length - 1)
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)
2446
2095
  return;
2447
- r.value = c[v].id, c[v].focus();
2096
+ s.value = f[v].id, f[v].focus();
2448
2097
  }
2449
2098
  if (d.key === "Enter") {
2450
- const c = p();
2451
- if (!c)
2099
+ const f = b();
2100
+ if (!f)
2452
2101
  return;
2453
- const s = c.querySelector("a");
2454
- c && s ? s.click() : c.click();
2102
+ const r = f.querySelector("a");
2103
+ f && r ? r.click() : f.click();
2455
2104
  }
2456
2105
  }
2457
2106
  return l({
2458
- activeMenuItemId: r,
2459
- getItems: n,
2460
- getItemId: y,
2461
- getFocusedItem: p
2462
- }), (d, c) => (u(), m("ul", {
2107
+ activeMenuItemId: s,
2108
+ getItems: o,
2109
+ getItemId: m,
2110
+ getFocusedItem: b
2111
+ }), (d, f) => (n(), c("ul", {
2463
2112
  ref_key: "menu",
2464
2113
  ref: a,
2465
2114
  class: "joy-menu-list joy-menu-list__items",
2466
- tabindex: o.value,
2467
- "aria-activedescendant": r.value,
2115
+ tabindex: i.value,
2116
+ "aria-activedescendant": s.value,
2468
2117
  "aria-label": e.ariaLabel,
2469
2118
  role: "menu",
2470
- onKeydown: f
2119
+ onKeydown: p
2471
2120
  }, [
2472
- (u(!0), m(D, null, G(e.items, (s) => (u(), m("li", {
2473
- id: y(s),
2474
- key: s.label,
2475
- 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([
2476
2125
  "joy-menu-list__item",
2477
2126
  {
2478
- "joy-menu-list__item--current": s.current,
2479
- "joy-menu-list__item--disabled": s.disabled
2127
+ "joy-menu-list__item--current": r.current,
2128
+ "joy-menu-list__item--disabled": r.disabled
2480
2129
  }
2481
2130
  ]),
2482
2131
  tabindex: "-1",
2483
- "aria-disabled": s.disabled,
2484
- "aria-current": s.current,
2485
- title: s.label,
2486
- "aria-label": s.label,
2487
- ".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,
2488
2137
  role: "menuitem",
2489
- onClick: (v) => i(s)
2138
+ onClick: (v) => u(r)
2490
2139
  }, [
2491
- _("div", Ao, [
2492
- b(d.$slots, "menu-item", se(ue(s)), () => [
2493
- s.icon ? (u(), x(T, {
2140
+ y("div", ql, [
2141
+ _(d.$slots, "menu-item", Z(Q(r)), () => [
2142
+ r.icon ? (n(), V(J, {
2494
2143
  key: 0,
2495
- name: s.icon
2496
- }, null, 8, ["name"])) : h("", !0),
2497
- _("span", null, C(s.label), 1)
2144
+ name: r.icon
2145
+ }, null, 8, ["name"])) : g("", !0),
2146
+ y("span", null, I(r.label), 1)
2498
2147
  ], !0)
2499
2148
  ])
2500
- ], 10, Po))), 128))
2501
- ], 40, Eo));
2149
+ ], 10, Al))), 128))
2150
+ ], 40, zl));
2502
2151
  }
2503
2152
  });
2504
- const Fo = /* @__PURE__ */ j(zo, [["__scopeId", "data-v-4391a0bd"]]), qo = ["id"], Mo = {
2505
- class: /* @__PURE__ */ S(["joy-multi-checkbox"])
2506
- }, No = /* @__PURE__ */ $({
2153
+ const Fl = /* @__PURE__ */ $(Ol, [["__scopeId", "data-v-4391a0bd"]]), Pl = ["id"], Ml = {
2154
+ class: /* @__PURE__ */ h(["joy-multi-checkbox"])
2155
+ }, Nl = /* @__PURE__ */ S({
2507
2156
  __name: "VJoyMultiCheckbox",
2508
2157
  props: {
2509
2158
  options: {
@@ -2539,18 +2188,18 @@ const Fo = /* @__PURE__ */ j(zo, [["__scopeId", "data-v-4391a0bd"]]), qo = ["id"
2539
2188
  emits: ["update:value"],
2540
2189
  setup(e, { emit: l }) {
2541
2190
  const t = e;
2542
- function a(r) {
2543
- return t.value.includes(r.value);
2191
+ function a(s) {
2192
+ return t.value.includes(s.value);
2544
2193
  }
2545
- function o(r, i) {
2546
- let n = [...t.value || []];
2547
- i ? n.push(r) : n.splice(n.indexOf(r), 1), l("update:value", n);
2194
+ function i(s, u) {
2195
+ let o = [...t.value || []];
2196
+ u ? o.push(s) : o.splice(o.indexOf(s), 1), l("update:value", o);
2548
2197
  }
2549
- return (r, i) => (u(), m("fieldset", {
2198
+ return (s, u) => (n(), c("fieldset", {
2550
2199
  id: e.id,
2551
2200
  class: "joy-multi-checkbox__wrapper"
2552
2201
  }, [
2553
- e.label ? (u(), x(k(ee), {
2202
+ e.label ? (n(), V(w(D), {
2554
2203
  key: 0,
2555
2204
  "tag-name": "legend",
2556
2205
  required: e.required && e.requiredMark,
@@ -2558,31 +2207,31 @@ const Fo = /* @__PURE__ */ j(zo, [["__scopeId", "data-v-4391a0bd"]]), qo = ["id"
2558
2207
  size: e.labelSize
2559
2208
  }, {
2560
2209
  default: B(() => [
2561
- O(C(e.label), 1)
2210
+ C(I(e.label), 1)
2562
2211
  ]),
2563
2212
  _: 1
2564
- }, 8, ["required", "optional-label", "size"])) : h("", !0),
2565
- _("div", Mo, [
2566
- (u(!0), m(D, null, G(e.options, (n) => (u(), x(k(Ce), {
2567
- id: n.id,
2568
- key: n.id,
2569
- name: n.name,
2570
- value: n.value,
2571
- checked: a(n),
2572
- "onUpdate:checked": (y) => o(n.value, y)
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), {
2216
+ id: o.id,
2217
+ key: o.id,
2218
+ name: o.name,
2219
+ value: o.value,
2220
+ checked: a(o),
2221
+ "onUpdate:checked": (m) => i(o.value, m)
2573
2222
  }, {
2574
2223
  default: B(() => [
2575
- b(r.$slots, "checkbox", se(ue(n)), () => [
2576
- O(C(n.label), 1)
2224
+ _(s.$slots, "checkbox", Z(Q(o)), () => [
2225
+ C(I(o.label), 1)
2577
2226
  ], !0)
2578
2227
  ]),
2579
2228
  _: 2
2580
2229
  }, 1032, ["id", "name", "value", "checked", "onUpdate:checked"]))), 128))
2581
2230
  ])
2582
- ], 8, qo));
2231
+ ], 8, Pl));
2583
2232
  }
2584
2233
  });
2585
- const Ro = /* @__PURE__ */ j(No, [["__scopeId", "data-v-c278b02d"]]), tt = /* @__PURE__ */ $({
2234
+ const Rl = /* @__PURE__ */ $(Nl, [["__scopeId", "data-v-c278b02d"]]), xe = /* @__PURE__ */ S({
2586
2235
  __name: "PaginationIcon",
2587
2236
  props: {
2588
2237
  label: {
@@ -2600,7 +2249,7 @@ const Ro = /* @__PURE__ */ j(No, [["__scopeId", "data-v-c278b02d"]]), tt = /* @_
2600
2249
  },
2601
2250
  emits: ["click"],
2602
2251
  setup(e) {
2603
- return (l, t) => (u(), x(Ie, {
2252
+ return (l, t) => (n(), V(de, {
2604
2253
  class: "joy-pagination__icon",
2605
2254
  "aria-label": e.label,
2606
2255
  title: e.label,
@@ -2610,10 +2259,10 @@ const Ro = /* @__PURE__ */ j(No, [["__scopeId", "data-v-c278b02d"]]), tt = /* @_
2610
2259
  circle: "",
2611
2260
  size: "xsmall",
2612
2261
  disabled: e.disabled,
2613
- onClick: t[0] || (t[0] = (a) => l.$emit("click", a))
2262
+ onClick: t[0] || (t[0] = (a) => l.$emit("click"))
2614
2263
  }, null, 8, ["aria-label", "title", "icon", "disabled"]));
2615
2264
  }
2616
- }), Do = ["aria-label", "data-current"], Ho = { class: "joy-pagination__previous" }, Wo = ["aria-current", "onClick"], Uo = { class: "joy-pagination__next" }, Go = 6, Ko = /* @__PURE__ */ $({
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({
2617
2266
  __name: "VJoyPagination",
2618
2267
  props: {
2619
2268
  /** Current page number */
@@ -2644,83 +2293,83 @@ const Ro = /* @__PURE__ */ j(No, [["__scopeId", "data-v-c278b02d"]]), tt = /* @_
2644
2293
  },
2645
2294
  emits: ["update:current-page"],
2646
2295
  setup(e, { emit: l }) {
2647
- const t = e, a = V(() => {
2648
- const p = r.value.length;
2649
- return r.value[p - 1] !== r.value[p - 2] + 1;
2650
- }), o = V(() => r.value[0] !== r.value[1] - 1), r = V(() => t.totalPages < Go ? n(2, t.totalPages - 1) : y(t.currentPage));
2651
- function i(p) {
2652
- l("update:current-page", p);
2653
- }
2654
- function n(p, f) {
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) {
2655
2304
  const d = [];
2656
2305
  d.push(1);
2657
- for (let c = p; c <= f; c++)
2658
- d.push(c);
2306
+ for (let f = b; f <= p; f++)
2307
+ d.push(f);
2659
2308
  return d.push(t.totalPages), d;
2660
2309
  }
2661
- function y(p) {
2662
- let f = p - 2, d = p + 1;
2663
- return f <= 1 && (f = 2, d = 5), d >= t.totalPages && (d = t.totalPages - 1, f = d - 3), n(f, d);
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);
2664
2313
  }
2665
- return (p, f) => (u(), m("nav", {
2314
+ return (b, p) => (n(), c("nav", {
2666
2315
  role: "navigation",
2667
2316
  "aria-label": e.labelPagination,
2668
2317
  class: "joy-pagination",
2669
2318
  "data-current": e.currentPage
2670
2319
  }, [
2671
- _("ul", null, [
2672
- _("li", Ho, [
2673
- b(p.$slots, "pagination-prev", {}, () => [
2674
- R(tt, {
2320
+ y("ul", null, [
2321
+ y("li", Dl, [
2322
+ _(b.$slots, "pagination-prev", {}, () => [
2323
+ A(xe, {
2675
2324
  label: e.labelPrev,
2676
2325
  disabled: e.currentPage === 1,
2677
- onClick: f[0] || (f[0] = (d) => i(e.currentPage - 1))
2326
+ onClick: p[0] || (p[0] = (d) => u(e.currentPage - 1))
2678
2327
  }, null, 8, ["label", "disabled"])
2679
2328
  ], !0)
2680
2329
  ]),
2681
- _("li", null, [
2682
- _("ul", null, [
2683
- (u(!0), m(D, null, G(r.value, (d) => (u(), m("li", { key: d }, [
2684
- _("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", {
2685
2334
  type: "button",
2686
2335
  "aria-current": d === e.currentPage ? "true" : "false",
2687
- class: S({
2336
+ class: h({
2688
2337
  current: d === e.currentPage,
2689
- "joy-pagination__separator joy-pagination__separator-after": d === 1 && o.value,
2338
+ "joy-pagination__separator joy-pagination__separator-after": d === 1 && i.value,
2690
2339
  "joy-pagination__separator joy-pagination__separator-before": d === e.totalPages && a.value
2691
2340
  }),
2692
- onClick: (c) => i(d)
2693
- }, C(d), 11, Wo)
2341
+ onClick: (f) => u(d)
2342
+ }, I(d), 11, Wl)
2694
2343
  ]))), 128))
2695
2344
  ])
2696
2345
  ]),
2697
- _("li", Uo, [
2698
- b(p.$slots, "pagination-next", {}, () => [
2699
- R(tt, {
2346
+ y("li", Ul, [
2347
+ _(b.$slots, "pagination-next", {}, () => [
2348
+ A(xe, {
2700
2349
  next: "",
2701
2350
  label: e.labelNext,
2702
2351
  disabled: e.currentPage === e.totalPages,
2703
- onClick: f[1] || (f[1] = (d) => i(e.currentPage + 1))
2352
+ onClick: p[1] || (p[1] = (d) => u(e.currentPage + 1))
2704
2353
  }, null, 8, ["label", "disabled"])
2705
2354
  ], !0)
2706
2355
  ])
2707
2356
  ])
2708
- ], 8, Do));
2357
+ ], 8, Hl));
2709
2358
  }
2710
2359
  });
2711
- const Zo = /* @__PURE__ */ j(Ko, [["__scopeId", "data-v-e5b57944"]]), Qo = ["small", "medium", "large"], Yo = ["small", "large"], Xo = {
2360
+ const Zl = /* @__PURE__ */ $(Kl, [["__scopeId", "data-v-e5b57944"]]), Ql = ["small", "medium", "large"], Yl = ["small", "large"], Xl = {
2712
2361
  key: 0,
2713
- class: /* @__PURE__ */ S(["joy-panel__header"])
2362
+ class: /* @__PURE__ */ h(["joy-panel__header"])
2714
2363
  }, en = {
2715
2364
  key: 1,
2716
2365
  class: "joy-panel__header-action"
2717
2366
  }, tn = {
2718
2367
  key: 2,
2719
2368
  class: "joy-panel__header-subtitle"
2720
- }, ln = { class: "joy-panel__body" }, an = {
2369
+ }, an = { class: "joy-panel__body" }, ln = {
2721
2370
  key: 1,
2722
2371
  class: "joy-panel__footer"
2723
- }, on = /* @__PURE__ */ $({
2372
+ }, nn = /* @__PURE__ */ S({
2724
2373
  __name: "VJoyPanel",
2725
2374
  props: {
2726
2375
  flex: {
@@ -2734,14 +2383,14 @@ const Zo = /* @__PURE__ */ j(Ko, [["__scopeId", "data-v-e5b57944"]]), Qo = ["sma
2734
2383
  type: String,
2735
2384
  default: "medium",
2736
2385
  validator(e) {
2737
- return Qo.includes(e);
2386
+ return Ql.includes(e);
2738
2387
  }
2739
2388
  },
2740
2389
  titleSize: {
2741
2390
  type: String,
2742
2391
  default: "large",
2743
2392
  validator(e) {
2744
- return Yo.includes(e);
2393
+ return Yl.includes(e);
2745
2394
  }
2746
2395
  },
2747
2396
  loading: {
@@ -2754,12 +2403,12 @@ const Zo = /* @__PURE__ */ j(Ko, [["__scopeId", "data-v-e5b57944"]]), Qo = ["sma
2754
2403
  }
2755
2404
  },
2756
2405
  setup(e) {
2757
- const l = de("VJoyWrapperContext", {}), t = V(() => Object.keys(l).length > 0), a = K(), o = w(), r = V(() => a["panel-title"] || a["panel-subtitle"] || a["panel-title-action"]);
2758
- return (i, n) => (u(), 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", {
2759
2408
  ref_key: "panel",
2760
- ref: o,
2761
- style: Z({ flex: e.flex }),
2762
- class: S([
2409
+ ref: i,
2410
+ style: N({ flex: e.flex }),
2411
+ class: h([
2763
2412
  "joy-panel",
2764
2413
  `joy-panel--${e.padding}`,
2765
2414
  {
@@ -2768,60 +2417,60 @@ const Zo = /* @__PURE__ */ j(Ko, [["__scopeId", "data-v-e5b57944"]]), Qo = ["sma
2768
2417
  }
2769
2418
  ])
2770
2419
  }, [
2771
- r.value ? (u(), m("header", Xo, [
2772
- k(a)["panel-title"] ? (u(), m("div", {
2420
+ s.value ? (n(), c("header", Xl, [
2421
+ w(a)["panel-title"] ? (n(), c("div", {
2773
2422
  key: 0,
2774
- 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}`])
2775
2424
  }, [
2776
- b(i.$slots, "panel-title", {}, void 0, !0)
2777
- ], 2)) : h("", !0),
2778
- k(a)["panel-title-action"] ? (u(), m("div", en, [
2779
- b(i.$slots, "panel-title-action", {}, void 0, !0)
2780
- ])) : h("", !0),
2781
- k(a)["panel-subtitle"] ? (u(), m("div", tn, [
2782
- b(i.$slots, "panel-subtitle", {}, void 0, !0)
2783
- ])) : h("", !0)
2784
- ])) : h("", !0),
2785
- _("div", ln, [
2786
- b(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)
2787
2436
  ]),
2788
- k(a)["panel-action"] ? (u(), m("footer", an, [
2789
- b(i.$slots, "panel-action", {}, void 0, !0)
2790
- ])) : h("", !0),
2791
- e.loading ? (u(), x(k(Oe), {
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), {
2792
2441
  key: 2,
2793
2442
  overlay: "",
2794
2443
  color: e.loadingColor
2795
2444
  }, {
2796
2445
  content: B(() => [
2797
- b(i.$slots, "panel-loader-content", {}, void 0, !0)
2446
+ _(u.$slots, "panel-loader-content", {}, void 0, !0)
2798
2447
  ]),
2799
2448
  _: 3
2800
- }, 8, ["color"])) : h("", !0)
2449
+ }, 8, ["color"])) : g("", !0)
2801
2450
  ], 6));
2802
2451
  }
2803
2452
  });
2804
- const nn = /* @__PURE__ */ j(on, [["__scopeId", "data-v-4a8b703c"]]), rn = { class: "joy-panel-section" }, sn = {
2453
+ const on = /* @__PURE__ */ $(nn, [["__scopeId", "data-v-4a8b703c"]]), sn = { class: "joy-panel-section" }, rn = {
2805
2454
  key: 0,
2806
2455
  class: "joy-panel-section__title"
2807
2456
  }, un = {
2808
2457
  key: 1,
2809
2458
  class: "joy-panel-section__content"
2810
- }, dn = /* @__PURE__ */ $({
2459
+ }, dn = /* @__PURE__ */ S({
2811
2460
  __name: "VJoyPanelSection",
2812
2461
  setup(e) {
2813
- const l = K();
2814
- return (t, a) => (u(), m("div", rn, [
2815
- k(l)["panel-section-title"] ? (u(), m("div", sn, [
2816
- b(t.$slots, "panel-section-title", {}, void 0, !0)
2817
- ])) : h("", !0),
2818
- k(l)["panel-section-content"] ? (u(), m("div", un, [
2819
- b(t.$slots, "panel-section-content", {}, void 0, !0)
2820
- ])) : h("", !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)
2821
2470
  ]));
2822
2471
  }
2823
2472
  });
2824
- const cn = /* @__PURE__ */ j(dn, [["__scopeId", "data-v-d88510ab"]]), fn = { class: "joy-progress-bar-wrapper" }, yn = /* @__PURE__ */ $({
2473
+ const cn = /* @__PURE__ */ $(dn, [["__scopeId", "data-v-d88510ab"]]), yn = { class: "joy-progress-bar-wrapper" }, fn = /* @__PURE__ */ S({
2825
2474
  __name: "VJoyProgressBar",
2826
2475
  props: {
2827
2476
  color: {
@@ -2848,22 +2497,22 @@ const cn = /* @__PURE__ */ j(dn, [["__scopeId", "data-v-d88510ab"]]), fn = { cla
2848
2497
  }
2849
2498
  },
2850
2499
  setup(e, { expose: l }) {
2851
- const t = e, a = w(0), o = V(() => r());
2852
- function r() {
2500
+ const t = e, a = k(0), i = x(() => s());
2501
+ function s() {
2853
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 + "%";
2854
2503
  }
2855
2504
  return l({
2856
- computeInnerWidth: o,
2505
+ computeInnerWidth: i,
2857
2506
  computedPercentage: a
2858
- }), (i, n) => (u(), m("div", fn, [
2859
- _("div", {
2860
- class: S(["joy-progress-bar-inner", `joy-progress-bar-inner_${e.color}`]),
2861
- style: Z({ width: o.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 })
2862
2511
  }, null, 6)
2863
2512
  ]));
2864
2513
  }
2865
2514
  });
2866
- const vn = /* @__PURE__ */ j(yn, [["__scopeId", "data-v-1b2b3de8"]]), pn = ["id", "value", "checked", "disabled", "required", "name"], mn = { class: "joy-radio-label" }, _n = { class: "joy-radio-content__wrapper" }, bn = { class: "joy-radio-content" }, hn = /* @__PURE__ */ $({
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({
2867
2516
  __name: "VJoyRadio",
2868
2517
  props: {
2869
2518
  disabled: {
@@ -2899,76 +2548,76 @@ const vn = /* @__PURE__ */ j(yn, [["__scopeId", "data-v-1b2b3de8"]]), pn = ["id"
2899
2548
  },
2900
2549
  emits: ["update:modelValue"],
2901
2550
  setup(e, { expose: l, emit: t }) {
2902
- const a = e, o = w(!1), r = w(!1), i = w(null), n = w(null), y = K(), p = V(() => !a.modelValue || !a.value ? !1 : a.modelValue === a.value);
2903
- function f() {
2904
- o.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;
2905
2554
  }
2906
2555
  function d() {
2907
- t("update:modelValue", a.value), f();
2556
+ t("update:modelValue", a.value), p();
2908
2557
  }
2909
- Y(() => {
2910
- a.theme === "outline" && f();
2558
+ H(() => {
2559
+ a.theme === "outline" && p();
2911
2560
  });
2912
- function c() {
2913
- r.value = !0;
2561
+ function f() {
2562
+ s.value = !0;
2914
2563
  }
2915
- function s() {
2916
- r.value = !1;
2564
+ function r() {
2565
+ s.value = !1;
2917
2566
  }
2918
- return E(
2567
+ return F(
2919
2568
  () => a.modelValue,
2920
2569
  () => {
2921
- f();
2570
+ p();
2922
2571
  }
2923
2572
  ), l({
2924
- checked: p,
2925
- isExpanded: o
2926
- }), (v, g) => (u(), m("label", {
2573
+ checked: b,
2574
+ isExpanded: i
2575
+ }), (v, j) => (n(), c("label", {
2927
2576
  ref_key: "root",
2928
- ref: i,
2929
- class: S([
2577
+ ref: u,
2578
+ class: h([
2930
2579
  "joy-radio",
2931
2580
  `joy-radio--${e.theme}`,
2932
2581
  {
2933
- "joy-radio--checked": p.value,
2582
+ "joy-radio--checked": b.value,
2934
2583
  "joy-radio--disabled": e.disabled,
2935
2584
  "joy-radio--invalid": e.invalid,
2936
- "joy-radio--outline-focus": r.value && e.theme === "outline",
2937
- "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"
2938
2587
  }
2939
2588
  ])
2940
2589
  }, [
2941
- _("input", {
2590
+ y("input", {
2942
2591
  id: e.id,
2943
2592
  type: "radio",
2944
2593
  value: e.value,
2945
- checked: p.value,
2594
+ checked: b.value,
2946
2595
  disabled: e.disabled,
2947
2596
  required: e.required,
2948
2597
  name: e.name,
2949
2598
  onChange: d,
2950
- onFocus: c,
2951
- onBlur: s
2599
+ onFocus: f,
2600
+ onBlur: r
2952
2601
  }, null, 40, pn),
2953
- _("span", mn, [
2954
- b(v.$slots, "default", {}, void 0, !0)
2602
+ y("span", mn, [
2603
+ _(v.$slots, "default", {}, void 0, !0)
2955
2604
  ]),
2956
- _("div", _n, [
2957
- _("div", bn, [
2958
- b(v.$slots, "radio-content", {}, void 0, !0)
2605
+ y("div", bn, [
2606
+ y("div", _n, [
2607
+ _(v.$slots, "radio-content", {}, void 0, !0)
2959
2608
  ]),
2960
- _("div", {
2609
+ y("div", {
2961
2610
  ref_key: "expandableElement",
2962
- ref: n,
2963
- class: S(["joy-radio-expandable", { "joy-radio-expandable--expanded": o.value }])
2611
+ ref: o,
2612
+ class: h(["joy-radio-expandable", { "joy-radio-expandable--expanded": i.value }])
2964
2613
  }, [
2965
- b(v.$slots, "expandable-content", {}, void 0, !0)
2614
+ _(v.$slots, "expandable-content", {}, void 0, !0)
2966
2615
  ], 2)
2967
2616
  ])
2968
2617
  ], 2));
2969
2618
  }
2970
2619
  });
2971
- const gn = /* @__PURE__ */ j(hn, [["__scopeId", "data-v-24cea99b"]]), wn = ["form", "name"], Sn = /* @__PURE__ */ $({
2620
+ const hn = /* @__PURE__ */ $(gn, [["__scopeId", "data-v-24cea99b"]]), jn = ["form", "name"], kn = /* @__PURE__ */ S({
2972
2621
  __name: "VJoyRadioGroup",
2973
2622
  props: {
2974
2623
  /**
@@ -2989,23 +2638,23 @@ const gn = /* @__PURE__ */ j(hn, [["__scopeId", "data-v-24cea99b"]]), wn = ["for
2989
2638
  }
2990
2639
  },
2991
2640
  setup(e) {
2992
- return (l, t) => (u(), m("fieldset", {
2641
+ return (l, t) => (n(), c("fieldset", {
2993
2642
  ref: "root",
2994
2643
  class: "joy-radio-group-fieldset",
2995
2644
  role: "radiogroup",
2996
2645
  form: e.form,
2997
2646
  name: e.name
2998
2647
  }, [
2999
- b(l.$slots, "radio-group-legend", {}, void 0, !0),
3000
- _("div", {
3001
- 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}`])
3002
2651
  }, [
3003
- b(l.$slots, "default", {}, void 0, !0)
2652
+ _(l.$slots, "default", {}, void 0, !0)
3004
2653
  ], 2)
3005
- ], 8, wn));
2654
+ ], 8, jn));
3006
2655
  }
3007
2656
  });
3008
- const $n = /* @__PURE__ */ j(Sn, [["__scopeId", "data-v-a77e7f95"]]), jn = ["ariaLabel"], kn = { class: "joy-rating-stars" }, Vn = { class: "joy-rating-stars__content" }, xn = { key: 0 }, In = /* @__PURE__ */ $({
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({
3009
2658
  __name: "VJoyRatingStars",
3010
2659
  props: {
3011
2660
  ratingValue: {
@@ -3022,35 +2671,35 @@ const $n = /* @__PURE__ */ j(Sn, [["__scopeId", "data-v-a77e7f95"]]), jn = ["ari
3022
2671
  }
3023
2672
  },
3024
2673
  setup(e, { expose: l }) {
3025
- const t = e, a = $e(), o = V(() => {
3026
- let r = [], i = 0.24, n = 0.75;
3027
- for (let y = 0; y < 5; y++)
3028
- t.ratingValue > i ? r.push(t.ratingValue < n ? "half" : "full") : r.push("empty"), i += 1, n += 1;
3029
- 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;
3030
2679
  });
3031
2680
  return l({
3032
- setStars: o
3033
- }), (r, i) => (u(), m("div", {
2681
+ setStars: i
2682
+ }), (s, u) => (n(), c("div", {
3034
2683
  role: "img",
3035
2684
  class: "joy-rating-stars__wrapper",
3036
- ariaLabel: k(a).ariaLabel || `Rating: ${e.ratingValue} out of 5`
2685
+ ariaLabel: w(a).ariaLabel || `Rating: ${e.ratingValue} out of 5`
3037
2686
  }, [
3038
- _("ul", kn, [
3039
- (u(!0), m(D, null, G(o.value, (n, y) => (u(), m("li", {
3040
- key: y,
3041
- 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}`])
3042
2691
  }, [
3043
- n === "full" ? (u(), x(T, {
2692
+ o === "full" ? (n(), V(J, {
3044
2693
  key: 0,
3045
2694
  "aria-hidden": "true",
3046
2695
  name: "star-fill",
3047
2696
  color: "quaternary"
3048
- })) : n === "half" ? (u(), x(T, {
2697
+ })) : o === "half" ? (n(), V(J, {
3049
2698
  key: 1,
3050
2699
  "aria-hidden": "true",
3051
2700
  name: "star-half",
3052
2701
  color: "quaternary"
3053
- })) : (u(), x(T, {
2702
+ })) : (n(), V(J, {
3054
2703
  key: 2,
3055
2704
  "aria-hidden": "true",
3056
2705
  name: "star",
@@ -3058,18 +2707,18 @@ const $n = /* @__PURE__ */ j(Sn, [["__scopeId", "data-v-a77e7f95"]]), jn = ["ari
3058
2707
  }))
3059
2708
  ], 2))), 128))
3060
2709
  ]),
3061
- _("div", Vn, [
3062
- b(r.$slots, "rating-stars-content", {}, () => [
3063
- e.reviewCount ? (u(), m("span", xn, "(" + C(e.reviewCount) + ")", 1)) : h("", !0)
2710
+ y("div", Vn, [
2711
+ _(s.$slots, "rating-stars-content", {}, () => [
2712
+ e.reviewCount ? (n(), c("span", xn, "(" + I(e.reviewCount) + ")", 1)) : g("", !0)
3064
2713
  ], !0)
3065
2714
  ])
3066
- ], 8, jn));
2715
+ ], 8, $n));
3067
2716
  }
3068
2717
  });
3069
- const Cn = /* @__PURE__ */ j(In, [["__scopeId", "data-v-c9a5e140"]]), Ln = { class: "joy-screen-loader__content" }, On = {
2718
+ const Cn = /* @__PURE__ */ $(In, [["__scopeId", "data-v-c9a5e140"]]), Ln = { class: "joy-screen-loader__content" }, Bn = {
3070
2719
  key: 0,
3071
2720
  class: "joy-screen-loader__content"
3072
- }, Bn = /* @__PURE__ */ $({
2721
+ }, Jn = /* @__PURE__ */ S({
3073
2722
  __name: "VJoyScreenLoader",
3074
2723
  props: {
3075
2724
  /** Light or dark. Changes the spinner and background color */
@@ -3084,23 +2733,23 @@ const Cn = /* @__PURE__ */ j(In, [["__scopeId", "data-v-c9a5e140"]]), Ln = { cla
3084
2733
  }
3085
2734
  },
3086
2735
  setup(e) {
3087
- return (l, t) => (u(), m("div", {
3088
- 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 }])
3089
2738
  }, [
3090
- _("div", Ln, [
3091
- b(l.$slots, "spinner", {}, () => [
3092
- R(Ve, {
2739
+ y("div", Ln, [
2740
+ _(l.$slots, "spinner", {}, () => [
2741
+ A(re, {
3093
2742
  color: e.color === "dark" ? "white" : "teal"
3094
2743
  }, null, 8, ["color"])
3095
2744
  ], !0),
3096
- l.$slots.content ? (u(), m("div", On, [
3097
- b(l.$slots, "content", {}, void 0, !0)
3098
- ])) : h("", !0)
2745
+ l.$slots.content ? (n(), c("div", Bn, [
2746
+ _(l.$slots, "content", {}, void 0, !0)
2747
+ ])) : g("", !0)
3099
2748
  ])
3100
2749
  ], 2));
3101
2750
  }
3102
2751
  });
3103
- const Oe = /* @__PURE__ */ j(Bn, [["__scopeId", "data-v-1112514f"]]), Tn = ["id", "name", "aria-invalid", "required", "disabled", "value"], Jn = /* @__PURE__ */ $({
2752
+ const pe = /* @__PURE__ */ $(Jn, [["__scopeId", "data-v-1112514f"]]), Tn = ["id", "name", "aria-invalid", "required", "disabled", "value"], En = /* @__PURE__ */ S({
3104
2753
  __name: "VJoySelect",
3105
2754
  props: {
3106
2755
  disabled: {
@@ -3143,15 +2792,15 @@ const Oe = /* @__PURE__ */ j(Bn, [["__scopeId", "data-v-1112514f"]]), Tn = ["id"
3143
2792
  },
3144
2793
  emits: ["update:modelValue"],
3145
2794
  setup(e, { emit: l }) {
3146
- const t = e, a = w(), o = w(), r = K(), i = w(!1), n = V(() => t.labelSize ? t.labelSize : t.size !== "medium" ? "small" : "medium");
3147
- Y(() => {
3148
- var s;
3149
- const d = r.label && r.label();
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();
3150
2799
  if (!d || !d.length)
3151
2800
  return;
3152
- const c = d[0];
3153
- if (c.type === "JoyLabel") {
3154
- 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;
3155
2804
  if (!v) {
3156
2805
  console.warn("JoyLabel for attribute is missing");
3157
2806
  return;
@@ -3159,62 +2808,62 @@ const Oe = /* @__PURE__ */ j(Bn, [["__scopeId", "data-v-1112514f"]]), Tn = ["id"
3159
2808
  v !== t.id && console.warn("JoyLabel for attribute does not match with JoySelect id");
3160
2809
  }
3161
2810
  });
3162
- function y(d) {
3163
- const c = d.target.value;
3164
- l("update:modelValue", c);
2811
+ function m(d) {
2812
+ const f = d.target.value;
2813
+ l("update:modelValue", f);
3165
2814
  }
3166
- function p() {
3167
- i.value = !0;
2815
+ function b() {
2816
+ u.value = !0;
3168
2817
  }
3169
- function f() {
3170
- i.value = !1;
2818
+ function p() {
2819
+ u.value = !1;
3171
2820
  }
3172
- return (d, c) => (u(), m("div", {
2821
+ return (d, f) => (n(), c("div", {
3173
2822
  ref_key: "root",
3174
2823
  ref: a
3175
2824
  }, [
3176
- b(d.$slots, "select-label", {}, () => [
3177
- e.label ? (u(), x(ee, {
2825
+ _(d.$slots, "select-label", {}, () => [
2826
+ e.label ? (n(), V(D, {
3178
2827
  key: 0,
3179
2828
  required: e.required && e.requiredMark,
3180
2829
  "optional-label": e.optionalLabel,
3181
2830
  for: e.id || e.name,
3182
- size: n.value
2831
+ size: o.value
3183
2832
  }, {
3184
2833
  default: B(() => [
3185
- O(C(e.label), 1)
2834
+ C(I(e.label), 1)
3186
2835
  ]),
3187
2836
  _: 1
3188
- }, 8, ["required", "optional-label", "for", "size"])) : h("", !0)
2837
+ }, 8, ["required", "optional-label", "for", "size"])) : g("", !0)
3189
2838
  ], !0),
3190
- _("div", {
3191
- class: S([
2839
+ y("div", {
2840
+ class: h([
3192
2841
  `joy-select--${e.size}`,
3193
2842
  {
3194
2843
  "joy-select__wrapper": !0,
3195
2844
  "joy-select--invalid": e.invalid,
3196
2845
  "joy-select--disabled": e.disabled,
3197
- "joy-select--focusing": i.value
2846
+ "joy-select--focusing": u.value
3198
2847
  }
3199
2848
  ])
3200
2849
  }, [
3201
- _("select", {
2850
+ y("select", {
3202
2851
  id: e.id || e.name,
3203
2852
  ref_key: "select",
3204
- ref: o,
2853
+ ref: i,
3205
2854
  class: "joy-select",
3206
2855
  name: e.name,
3207
2856
  "aria-invalid": e.invalid,
3208
2857
  required: e.required,
3209
2858
  disabled: e.disabled,
3210
2859
  value: e.modelValue,
3211
- onChange: y,
3212
- onFocus: p,
3213
- onBlur: f
2860
+ onChange: m,
2861
+ onFocus: b,
2862
+ onBlur: p
3214
2863
  }, [
3215
- b(d.$slots, "default", {}, void 0, !0)
2864
+ _(d.$slots, "default", {}, void 0, !0)
3216
2865
  ], 40, Tn),
3217
- R(T, {
2866
+ A(J, {
3218
2867
  class: "joy-select__chevron",
3219
2868
  name: "chevron-down"
3220
2869
  })
@@ -3222,7 +2871,7 @@ const Oe = /* @__PURE__ */ j(Bn, [["__scopeId", "data-v-1112514f"]]), Tn = ["id"
3222
2871
  ], 512));
3223
2872
  }
3224
2873
  });
3225
- const En = /* @__PURE__ */ j(Jn, [["__scopeId", "data-v-24a7acca"]]), Pn = ["aria-disabled"], An = ["id", "value", "checked", "disabled", "required", "name"], zn = /* @__PURE__ */ $({
2874
+ const zn = /* @__PURE__ */ $(En, [["__scopeId", "data-v-24a7acca"]]), An = ["aria-disabled"], qn = ["id", "value", "checked", "disabled", "required", "name"], On = /* @__PURE__ */ S({
3226
2875
  __name: "VJoySelectableItem",
3227
2876
  props: {
3228
2877
  disabled: {
@@ -3259,58 +2908,58 @@ const En = /* @__PURE__ */ j(Jn, [["__scopeId", "data-v-24a7acca"]]), Pn = ["ari
3259
2908
  },
3260
2909
  emits: ["update:checked"],
3261
2910
  setup(e, { emit: l }) {
3262
- const t = e, a = w(t.checked), o = w(), r = w(!1), i = t.multiple ? "div" : "label", n = {
2911
+ const t = e, a = k(t.checked), i = k(), s = k(!1), u = t.multiple ? "div" : "label", o = {
3263
2912
  onRadioChange: () => {
3264
2913
  l("update:checked", t.value);
3265
2914
  },
3266
2915
  onClick: () => {
3267
2916
  t.checked && !t.multiple && l("update:checked", "");
3268
2917
  },
3269
- onLabelClick: (p) => {
3270
- t.multiple || p.stopPropagation();
2918
+ onLabelClick: (b) => {
2919
+ t.multiple || b.stopPropagation();
3271
2920
  },
3272
2921
  onFocus: () => {
3273
- r.value = !0;
2922
+ s.value = !0;
3274
2923
  },
3275
2924
  onBlur: () => {
3276
- r.value = !1;
2925
+ s.value = !1;
3277
2926
  }
3278
2927
  };
3279
- function y(p) {
3280
- l("update:checked", p);
2928
+ function m(b) {
2929
+ l("update:checked", b);
3281
2930
  }
3282
- return (p, f) => (u(), m("div", {
3283
- class: S([
2931
+ return (b, p) => (n(), c("div", {
2932
+ class: h([
3284
2933
  "joy-selectable-item__wrapper",
3285
2934
  {
3286
- "joy-selectable-item--focusing": r.value
2935
+ "joy-selectable-item--focusing": s.value
3287
2936
  }
3288
2937
  ]),
3289
2938
  "aria-disabled": e.disabled,
3290
- onClick: f[4] || (f[4] = //@ts-ignore
3291
- (...d) => n.onClick && n.onClick(...d))
2939
+ onClick: p[4] || (p[4] = //@ts-ignore
2940
+ (...d) => o.onClick && o.onClick(...d))
3292
2941
  }, [
3293
- e.multiple ? h("", !0) : (u(), m("input", {
2942
+ e.multiple ? g("", !0) : (n(), c("input", {
3294
2943
  key: 0,
3295
2944
  id: e.id,
3296
2945
  ref_key: "inputRadio",
3297
- ref: o,
2946
+ ref: i,
3298
2947
  type: "radio",
3299
2948
  value: e.value,
3300
2949
  checked: e.checked,
3301
2950
  disabled: e.disabled,
3302
2951
  required: e.required,
3303
2952
  name: e.name,
3304
- onChange: f[0] || (f[0] = //@ts-ignore
3305
- (...d) => n.onRadioChange && n.onRadioChange(...d)),
3306
- onFocus: f[1] || (f[1] = //@ts-ignore
3307
- (...d) => n.onFocus && n.onFocus(...d)),
3308
- onBlur: f[2] || (f[2] = //@ts-ignore
3309
- (...d) => n.onBlur && n.onBlur(...d))
3310
- }, null, 40, An)),
3311
- (u(), x(oe(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)), {
3312
2961
  for: e.id,
3313
- class: S([
2962
+ class: h([
3314
2963
  "joy-selectable-item",
3315
2964
  {
3316
2965
  "joy-selectable-item--disabled": e.disabled,
@@ -3319,43 +2968,43 @@ const En = /* @__PURE__ */ j(Jn, [["__scopeId", "data-v-24a7acca"]]), Pn = ["ari
3319
2968
  "joy-selectable-item--single": !e.multiple
3320
2969
  }
3321
2970
  ]),
3322
- onClick: n.onLabelClick
2971
+ onClick: o.onLabelClick
3323
2972
  }, {
3324
2973
  default: B(() => [
3325
- e.multiple ? (u(), x(k(Ce), {
2974
+ e.multiple ? (n(), V(w(ce), {
3326
2975
  key: 0,
3327
2976
  id: e.id,
3328
2977
  checked: a.value,
3329
2978
  "onUpdate:checked": [
3330
- f[3] || (f[3] = (d) => a.value = d),
3331
- y
2979
+ p[3] || (p[3] = (d) => a.value = d),
2980
+ m
3332
2981
  ],
3333
2982
  disabled: e.disabled,
3334
2983
  value: e.value,
3335
2984
  name: e.name,
3336
2985
  "display-focus": !1,
3337
2986
  required: e.required,
3338
- onFocus: n.onFocus,
3339
- onBlur: n.onBlur
2987
+ onFocus: o.onFocus,
2988
+ onBlur: o.onBlur
3340
2989
  }, {
3341
2990
  default: B(() => [
3342
- b(p.$slots, "default", {}, void 0, !0)
2991
+ _(b.$slots, "default", {}, void 0, !0)
3343
2992
  ]),
3344
2993
  _: 3
3345
- }, 8, ["id", "checked", "disabled", "value", "name", "required", "onFocus", "onBlur"])) : h("", !0),
3346
- e.multiple ? h("", !0) : b(p.$slots, "default", { key: 1 }, void 0, !0),
3347
- _("div", {
3348
- 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"] }])
3349
2998
  }, [
3350
- b(p.$slots, "selectable-item-sublabel", {}, void 0, !0)
2999
+ _(b.$slots, "selectable-item-sublabel", {}, void 0, !0)
3351
3000
  ], 2)
3352
3001
  ]),
3353
3002
  _: 3
3354
3003
  }, 8, ["for", "class", "onClick"]))
3355
- ], 10, Pn));
3004
+ ], 10, An));
3356
3005
  }
3357
3006
  });
3358
- const yt = /* @__PURE__ */ j(zn, [["__scopeId", "data-v-cb2531c0"]]), Fn = ["id"], qn = /* @__PURE__ */ $({
3007
+ const ze = /* @__PURE__ */ $(On, [["__scopeId", "data-v-cb2531c0"]]), Fn = ["id"], Pn = /* @__PURE__ */ S({
3359
3008
  __name: "VJoySelectableItemGroup",
3360
3009
  props: {
3361
3010
  options: {
@@ -3397,20 +3046,20 @@ const yt = /* @__PURE__ */ j(zn, [["__scopeId", "data-v-cb2531c0"]]), Fn = ["id"
3397
3046
  emits: ["update:value"],
3398
3047
  setup(e, { emit: l }) {
3399
3048
  const t = e;
3400
- function a(r) {
3401
- 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);
3402
3051
  }
3403
- function o(r, i) {
3052
+ function i(s, u) {
3404
3053
  if (!t.multiple)
3405
- return l("update:value", i);
3406
- let n = [...t.value || []];
3407
- i && typeof i == "boolean" ? n.push(r) : n.splice(n.indexOf(r), 1), l("update:value", n);
3054
+ return l("update:value", u);
3055
+ let o = [...t.value || []];
3056
+ u && typeof u == "boolean" ? o.push(s) : o.splice(o.indexOf(s), 1), l("update:value", o);
3408
3057
  }
3409
- return (r, i) => (u(), m("fieldset", {
3058
+ return (s, u) => (n(), c("fieldset", {
3410
3059
  id: e.id,
3411
3060
  class: "joy-selectable-item-group__wrapper"
3412
3061
  }, [
3413
- e.label ? (u(), x(k(ee), {
3062
+ e.label ? (n(), V(w(D), {
3414
3063
  key: 0,
3415
3064
  "tag-name": "legend",
3416
3065
  required: e.required && e.requiredMark,
@@ -3418,12 +3067,12 @@ const yt = /* @__PURE__ */ j(zn, [["__scopeId", "data-v-cb2531c0"]]), Fn = ["id"
3418
3067
  size: e.labelSize
3419
3068
  }, {
3420
3069
  default: B(() => [
3421
- O(C(e.label), 1)
3070
+ C(I(e.label), 1)
3422
3071
  ]),
3423
3072
  _: 1
3424
- }, 8, ["required", "optional-label", "size"])) : h("", !0),
3425
- _("div", {
3426
- class: S([
3073
+ }, 8, ["required", "optional-label", "size"])) : g("", !0),
3074
+ y("div", {
3075
+ class: h([
3427
3076
  "joy-selectable-item-group",
3428
3077
  {
3429
3078
  "joy-selectable-item-group--multiple": e.multiple,
@@ -3432,25 +3081,25 @@ const yt = /* @__PURE__ */ j(zn, [["__scopeId", "data-v-cb2531c0"]]), Fn = ["id"
3432
3081
  }
3433
3082
  ])
3434
3083
  }, [
3435
- (u(!0), m(D, null, G(e.options, (n) => (u(), x(k(yt), {
3436
- id: n.id,
3437
- key: n.id,
3438
- name: n.name,
3439
- disabled: n.disabled,
3440
- value: n.value,
3084
+ (n(!0), c(q, null, P(e.options, (o) => (n(), V(w(ze), {
3085
+ id: o.id,
3086
+ key: o.id,
3087
+ name: o.name,
3088
+ disabled: o.disabled,
3089
+ value: o.value,
3441
3090
  multiple: e.multiple,
3442
- checked: a(n),
3443
- "onUpdate:checked": (y) => o(n.value, y)
3444
- }, ot({
3091
+ checked: a(o),
3092
+ "onUpdate:checked": (m) => i(o.value, m)
3093
+ }, Ce({
3445
3094
  default: B(() => [
3446
- O(C(n.label) + " ", 1)
3095
+ C(I(o.label) + " ", 1)
3447
3096
  ]),
3448
3097
  _: 2
3449
3098
  }, [
3450
- n.subLabel ? {
3099
+ o.subLabel ? {
3451
3100
  name: "selectable-item-sublabel",
3452
3101
  fn: B(() => [
3453
- O(C(n.subLabel), 1)
3102
+ C(I(o.subLabel), 1)
3454
3103
  ]),
3455
3104
  key: "0"
3456
3105
  } : void 0
@@ -3459,7 +3108,7 @@ const yt = /* @__PURE__ */ j(zn, [["__scopeId", "data-v-cb2531c0"]]), Fn = ["id"
3459
3108
  ], 8, Fn));
3460
3109
  }
3461
3110
  });
3462
- const Mn = /* @__PURE__ */ j(qn, [["__scopeId", "data-v-b0fd1c74"]]), Nn = /* @__PURE__ */ $({
3111
+ const Mn = /* @__PURE__ */ $(Pn, [["__scopeId", "data-v-b0fd1c74"]]), Nn = /* @__PURE__ */ S({
3463
3112
  __name: "VJoySeparator",
3464
3113
  props: {
3465
3114
  /** Main text to apply in the central area */
@@ -3472,17 +3121,17 @@ const Mn = /* @__PURE__ */ j(qn, [["__scopeId", "data-v-b0fd1c74"]]), Nn = /* @_
3472
3121
  }
3473
3122
  },
3474
3123
  setup(e) {
3475
- return (l, t) => (u(), m("div", {
3476
- 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" }])
3477
3126
  }, [
3478
- _("span", null, C(e.text), 1)
3127
+ y("span", null, I(e.text), 1)
3479
3128
  ], 2));
3480
3129
  }
3481
3130
  });
3482
- const Rn = /* @__PURE__ */ j(Nn, [["__scopeId", "data-v-21db2899"]]), Dn = ["id", "href", "aria-selected", "aria-controls"], Hn = {
3131
+ const Rn = /* @__PURE__ */ $(Nn, [["__scopeId", "data-v-21db2899"]]), Hn = ["id", "href", "aria-selected", "aria-controls"], Dn = {
3483
3132
  type: "button",
3484
3133
  tabindex: "-1"
3485
- }, Wn = /* @__PURE__ */ $({
3134
+ }, Wn = /* @__PURE__ */ S({
3486
3135
  __name: "TabButton",
3487
3136
  props: {
3488
3137
  /**
@@ -3519,10 +3168,10 @@ const Rn = /* @__PURE__ */ j(Nn, [["__scopeId", "data-v-21db2899"]]), Dn = ["id"
3519
3168
  function t() {
3520
3169
  l("changeTab");
3521
3170
  }
3522
- function a(o) {
3523
- (o.code === "Enter" || o.code === "NumpadEnter") && l("changeTab");
3171
+ function a(i) {
3172
+ (i.code === "Enter" || i.code === "NumpadEnter") && l("changeTab");
3524
3173
  }
3525
- return (o, r) => (u(), m("a", {
3174
+ return (i, s) => (n(), c("a", {
3526
3175
  id: `joy-tab-${e.tab}`,
3527
3176
  href: e.href,
3528
3177
  "aria-selected": e.selected ? "true" : "false",
@@ -3530,27 +3179,27 @@ const Rn = /* @__PURE__ */ j(Nn, [["__scopeId", "data-v-21db2899"]]), Dn = ["id"
3530
3179
  tabindex: "0",
3531
3180
  role: "tab",
3532
3181
  onClick: t,
3533
- onKeydown: r[0] || (r[0] = (i) => a(i))
3182
+ onKeydown: s[0] || (s[0] = (u) => a(u))
3534
3183
  }, [
3535
- _("div", {
3184
+ y("div", {
3536
3185
  part: "tab-button",
3537
- class: S({
3186
+ class: h({
3538
3187
  "joy-tab-button": !0,
3539
3188
  "joy-tab-button__selected": e.selected
3540
3189
  })
3541
3190
  }, [
3542
- _("button", Hn, [
3543
- _("div", null, [
3544
- b(o.$slots, "default", {}, () => [
3545
- O(C(e.label), 1)
3191
+ y("button", Dn, [
3192
+ y("div", null, [
3193
+ _(i.$slots, "default", {}, () => [
3194
+ C(I(e.label), 1)
3546
3195
  ], !0)
3547
3196
  ])
3548
3197
  ])
3549
3198
  ], 2)
3550
- ], 40, Dn));
3199
+ ], 40, Hn));
3551
3200
  }
3552
3201
  });
3553
- const Un = /* @__PURE__ */ j(Wn, [["__scopeId", "data-v-b1e62ec8"]]), Gn = { class: "joy-tabs" }, Kn = /* @__PURE__ */ $({
3202
+ const Un = /* @__PURE__ */ $(Wn, [["__scopeId", "data-v-b1e62ec8"]]), Gn = { class: "joy-tabs" }, Kn = /* @__PURE__ */ S({
3554
3203
  __name: "VJoyTabs",
3555
3204
  props: {
3556
3205
  /** Use this prop to activate a specific tab by default by giving its name */
@@ -3560,62 +3209,62 @@ const Un = /* @__PURE__ */ j(Wn, [["__scopeId", "data-v-b1e62ec8"]]), Gn = { cla
3560
3209
  },
3561
3210
  emits: ["update:selected-tab"],
3562
3211
  setup(e, { emit: l }) {
3563
- const t = e, a = K(), o = w(t.selectedTab), r = w(null), i = w(null), n = w(!1), y = w(!1), p = V(() => a.default().filter(f));
3564
- function f(v) {
3565
- var g;
3566
- return ((g = v == null ? void 0 : v.type) == null ? void 0 : g.__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";
3567
3216
  }
3568
3217
  function d(v) {
3569
- return v.props.tab === o.value;
3218
+ return v.props.tab === i.value;
3570
3219
  }
3571
- function c() {
3572
- i.value && r.value && i.value.scrollWidth > r.value.offsetWidth ? (y.value = i.value.scrollLeft > 0, n.value = i.value.scrollLeft + r.value.offsetWidth < i.value.scrollWidth) : (y.value = !1, n.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);
3573
3222
  }
3574
- function s(v, g = !0) {
3575
- v && g && (o.value = v, ke("VJoyTabs", o), 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));
3576
3225
  }
3577
- return E(
3226
+ return F(
3578
3227
  () => t.selectedTab,
3579
3228
  (v) => {
3580
- v && s(v);
3229
+ v && r(v);
3581
3230
  },
3582
3231
  { immediate: !0 }
3583
- ), Y(() => {
3232
+ ), H(() => {
3584
3233
  var v;
3585
- c(), (v = i.value) == null || v.addEventListener("scroll", c);
3586
- }), je(() => {
3234
+ f(), (v = u.value) == null || v.addEventListener("scroll", f);
3235
+ }), ie(() => {
3587
3236
  var v;
3588
- (v = i.value) == null || v.removeEventListener("scroll", c);
3589
- }), (v, g) => (u(), m("div", Gn, [
3590
- _("div", {
3237
+ (v = u.value) == null || v.removeEventListener("scroll", f);
3238
+ }), (v, j) => (n(), c("div", Gn, [
3239
+ y("div", {
3591
3240
  ref_key: "buttonListWrapper",
3592
- ref: r,
3593
- class: S({
3241
+ ref: s,
3242
+ class: h({
3594
3243
  "joy-tabs-buttons__wrapper": !0,
3595
- "joy-tabs-buttons__wrapper--scroll-end": n.value,
3596
- "joy-tabs-buttons__wrapper--scroll-start": y.value
3244
+ "joy-tabs-buttons__wrapper--scroll-end": o.value,
3245
+ "joy-tabs-buttons__wrapper--scroll-start": m.value
3597
3246
  })
3598
3247
  }, [
3599
- _("div", {
3248
+ y("div", {
3600
3249
  ref_key: "buttonList",
3601
- ref: i,
3250
+ ref: u,
3602
3251
  class: "joy-tabs-buttons",
3603
3252
  role: "tablist"
3604
3253
  }, [
3605
- (u(!0), m(D, null, G(p.value, (I) => (u(), m("div", {
3606
- key: I.props.tab
3254
+ (n(!0), c(q, null, P(b.value, (L) => (n(), c("div", {
3255
+ key: L.props.tab
3607
3256
  }, [
3608
- R(Un, {
3609
- tab: I.props.tab,
3610
- label: I.props.label,
3611
- href: I.props.href,
3612
- selected: d(I),
3613
- 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)
3614
3263
  }, {
3615
3264
  default: B(() => {
3616
- var J;
3265
+ var z;
3617
3266
  return [
3618
- (J = I.children) != null && J.header ? (u(), x(oe(I.children.header), { key: 0 })) : h("", !0)
3267
+ (z = L.children) != null && z.header ? (n(), V(G(L.children.header), { key: 0 })) : g("", !0)
3619
3268
  ];
3620
3269
  }),
3621
3270
  _: 2
@@ -3623,13 +3272,13 @@ const Un = /* @__PURE__ */ j(Wn, [["__scopeId", "data-v-b1e62ec8"]]), Gn = { cla
3623
3272
  ]))), 128))
3624
3273
  ], 512)
3625
3274
  ], 2),
3626
- _("div", null, [
3627
- b(v.$slots, "default", {}, void 0, !0)
3275
+ y("div", null, [
3276
+ _(v.$slots, "default", {}, void 0, !0)
3628
3277
  ])
3629
3278
  ]));
3630
3279
  }
3631
3280
  });
3632
- const Zn = /* @__PURE__ */ j(Kn, [["__scopeId", "data-v-e3dffafe"]]), Qn = ["id", "aria-hidden", "aria-labelledby"], Yn = /* @__PURE__ */ $({
3281
+ const Zn = /* @__PURE__ */ $(Kn, [["__scopeId", "data-v-e3dffafe"]]), Qn = ["id", "aria-hidden", "aria-labelledby"], Yn = /* @__PURE__ */ S({
3633
3282
  __name: "VJoyTab",
3634
3283
  props: {
3635
3284
  /**
@@ -3656,22 +3305,22 @@ const Zn = /* @__PURE__ */ j(Kn, [["__scopeId", "data-v-e3dffafe"]]), Qn = ["id"
3656
3305
  }
3657
3306
  },
3658
3307
  setup(e) {
3659
- const l = e, t = de("VJoyTabs", w("")), a = V(() => t.value === l.tab);
3660
- return (o, r) => (u(), m("div", {
3308
+ const l = e, t = Y("VJoyTabs", k("")), a = x(() => t.value === l.tab);
3309
+ return (i, s) => (n(), c("div", {
3661
3310
  id: `joy-tab-${e.tab}`,
3662
3311
  role: "tabpanel",
3663
3312
  "aria-hidden": a.value ? void 0 : "true",
3664
3313
  "aria-labelledby": `joy-tab-${e.tab}`,
3665
- class: S({
3314
+ class: h({
3666
3315
  "joy-tab": !0,
3667
3316
  "joy-tab__selected": a.value
3668
3317
  })
3669
3318
  }, [
3670
- b(o.$slots, "default", {}, void 0, !0)
3319
+ _(i.$slots, "default", {}, void 0, !0)
3671
3320
  ], 10, Qn));
3672
3321
  }
3673
3322
  });
3674
- const Xn = /* @__PURE__ */ j(Yn, [["__scopeId", "data-v-47a75127"]]), er = ["role"], tr = /* @__PURE__ */ $({
3323
+ const Xn = /* @__PURE__ */ $(Yn, [["__scopeId", "data-v-47a75127"]]), eo = ["role"], to = /* @__PURE__ */ S({
3675
3324
  __name: "VJoyTag",
3676
3325
  props: {
3677
3326
  /** Text injected within the tag */
@@ -3710,7 +3359,7 @@ const Xn = /* @__PURE__ */ j(Yn, [["__scopeId", "data-v-47a75127"]]), er = ["rol
3710
3359
  },
3711
3360
  emits: ["selected", "remove", "click"],
3712
3361
  setup(e, { emit: l }) {
3713
- const t = e, a = ["primary", "secondary"], o = V(() => ({
3362
+ const t = e, a = ["primary", "secondary"], i = x(() => ({
3714
3363
  "joy-tag": !0,
3715
3364
  "joy-tag__selected": t.selected,
3716
3365
  "joy-tag__selectable": t.selectable || t.link,
@@ -3718,35 +3367,35 @@ const Xn = /* @__PURE__ */ j(Yn, [["__scopeId", "data-v-47a75127"]]), er = ["rol
3718
3367
  ["joy-tag__" + t.size]: !0,
3719
3368
  ["joy-tag__" + t.variant]: !0
3720
3369
  }));
3721
- function r() {
3370
+ function s() {
3722
3371
  l("remove", { value: t.value });
3723
3372
  }
3724
- function i() {
3373
+ function u() {
3725
3374
  l("click"), t.selectable && a.includes(t.variant) && l("selected", { selected: !t.selected, value: t.value });
3726
3375
  }
3727
- return (n, y) => (u(), m("span", {
3728
- class: S([o.value]),
3376
+ return (o, m) => (n(), c("span", {
3377
+ class: h([i.value]),
3729
3378
  role: e.link || e.selectable ? "button" : void 0,
3730
- onClick: i
3379
+ onClick: u
3731
3380
  }, [
3732
- e.draggable ? (u(), x(T, {
3381
+ e.draggable ? (n(), V(J, {
3733
3382
  key: 0,
3734
3383
  class: "joy-tag__drag",
3735
3384
  name: "drag",
3736
3385
  size: "xxsmall"
3737
- })) : h("", !0),
3738
- O(" " + C(e.label) + " ", 1),
3739
- e.removable ? (u(), x(T, {
3386
+ })) : g("", !0),
3387
+ C(" " + I(e.label) + " ", 1),
3388
+ e.removable ? (n(), V(J, {
3740
3389
  key: 1,
3741
3390
  class: "joy-tag__removable",
3742
3391
  name: "cross",
3743
3392
  size: "xxsmall",
3744
- onClick: jt(r, ["stop"])
3745
- }, null, 8, ["onClick"])) : h("", !0)
3746
- ], 10, er));
3393
+ onClick: Ze(s, ["stop"])
3394
+ }, null, 8, ["onClick"])) : g("", !0)
3395
+ ], 10, eo));
3747
3396
  }
3748
3397
  });
3749
- const vt = /* @__PURE__ */ j(tr, [["__scopeId", "data-v-251410a4"]]), lr = /* @__PURE__ */ $({
3398
+ const Ae = /* @__PURE__ */ $(to, [["__scopeId", "data-v-251410a4"]]), ao = /* @__PURE__ */ S({
3750
3399
  __name: "VJoyTagsList",
3751
3400
  props: {
3752
3401
  align: {
@@ -3772,63 +3421,63 @@ const vt = /* @__PURE__ */ j(tr, [["__scopeId", "data-v-251410a4"]]), lr = /* @_
3772
3421
  emits: ["update:modelValue", "removeTag"],
3773
3422
  setup(e, { emit: l }) {
3774
3423
  const t = e;
3775
- function a(i) {
3776
- var n;
3777
- return t.removable ? !1 : (n = t.modelValue) == null ? void 0 : n.includes(i.value);
3424
+ function a(u) {
3425
+ var o;
3426
+ return t.removable ? !1 : (o = t.modelValue) == null ? void 0 : o.includes(u.value);
3778
3427
  }
3779
- function o(i, n) {
3780
- let y = [];
3781
- i.selected && !a(n) ? y = [...t.modelValue || [], n.value] : y = (t.modelValue || []).filter((p) => p !== n.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);
3782
3431
  }
3783
- function r(i) {
3784
- l("removeTag", i.value);
3432
+ function s(u) {
3433
+ l("removeTag", u.value);
3785
3434
  }
3786
- return (i, n) => (u(), m("div", {
3787
- 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}`])
3788
3437
  }, [
3789
- (u(!0), m(D, null, G(e.tags, (y) => (u(), x(k(vt), Q({
3790
- key: y.value,
3438
+ (n(!0), c(q, null, P(e.tags, (m) => (n(), V(w(Ae), R({
3439
+ key: m.value,
3791
3440
  selectable: !!e.modelValue && !e.removable
3792
- }, y, {
3441
+ }, m, {
3793
3442
  removable: e.removable,
3794
- selected: a(y),
3795
- onRemove: r,
3796
- onSelected: (p) => o(p, y)
3443
+ selected: a(m),
3444
+ onRemove: s,
3445
+ onSelected: (b) => i(b, m)
3797
3446
  }), null, 16, ["selectable", "removable", "selected", "onSelected"]))), 128))
3798
3447
  ], 2));
3799
3448
  }
3800
3449
  });
3801
- const ar = /* @__PURE__ */ j(lr, [["__scopeId", "data-v-0b725ef6"]]);
3802
- const or = {}, nr = {
3803
- class: /* @__PURE__ */ S(["joy-template-shape__shapes"])
3804
- }, rr = /* @__PURE__ */ Se('<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), ir = [
3805
- rr
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
3806
3455
  ];
3807
- function sr(e, l) {
3808
- return u(), m("div", nr, ir);
3456
+ function ro(e, l) {
3457
+ return n(), c("div", oo, so);
3809
3458
  }
3810
- const pt = /* @__PURE__ */ j(or, [["render", sr], ["__scopeId", "data-v-8b258f92"]]), ur = { class: "joy-template__wrapper" }, dr = {
3459
+ const qe = /* @__PURE__ */ $(no, [["render", ro], ["__scopeId", "data-v-8b258f92"]]), uo = { class: "joy-template__wrapper" }, co = {
3811
3460
  key: 0,
3812
3461
  class: "joy-template__heading"
3813
- }, cr = {
3462
+ }, yo = {
3814
3463
  key: 0,
3815
3464
  class: "joy-template-slot-back"
3816
- }, fr = { class: "joy-template__heading___headings" }, yr = {
3465
+ }, fo = { class: "joy-template__heading___headings" }, vo = {
3817
3466
  key: 0,
3818
3467
  class: "joy-template-slot-title"
3819
- }, vr = {
3468
+ }, po = {
3820
3469
  key: 1,
3821
3470
  class: "joy-template-slot-subtitle"
3822
- }, pr = {
3471
+ }, mo = {
3823
3472
  key: 1,
3824
3473
  class: "joy-template-slot-actions"
3825
- }, mr = {
3474
+ }, bo = {
3826
3475
  key: 0,
3827
3476
  class: "joy-template-slot-main"
3828
- }, _r = {
3477
+ }, _o = {
3829
3478
  key: 1,
3830
3479
  class: "joy-template-slot-sidebar"
3831
- }, br = /* @__PURE__ */ $({
3480
+ }, go = /* @__PURE__ */ S({
3832
3481
  __name: "VJoyTemplate",
3833
3482
  props: {
3834
3483
  full: { type: Boolean, default: !1 },
@@ -3847,64 +3496,64 @@ const pt = /* @__PURE__ */ j(or, [["render", sr], ["__scopeId", "data-v-8b258f92
3847
3496
  }
3848
3497
  },
3849
3498
  setup(e) {
3850
- const l = e, t = K(), a = V(() => !!t["template-back"] || !!t["template-title"] || !!t["template-subtitle"] || !!t["template-actions"]);
3851
- return (o, r) => (u(), m("main", {
3852
- 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 }])
3853
3502
  }, [
3854
- e.shapes ? (u(), x(pt, { key: 0 })) : h("", !0),
3855
- _("div", ur, [
3856
- a.value ? (u(), m("div", dr, [
3857
- k(t)["template-back"] ? (u(), m("div", cr, [
3858
- b(o.$slots, "template-back", {}, void 0, !0)
3859
- ])) : h("", !0),
3860
- _("div", fr, [
3861
- k(t)["template-title"] ? (u(), m("div", yr, [
3862
- b(o.$slots, "template-title", {}, void 0, !0)
3863
- ])) : h("", !0),
3864
- k(t)["template-subtitle"] ? (u(), m("div", vr, [
3865
- b(o.$slots, "template-subtitle", {}, void 0, !0)
3866
- ])) : h("", !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)
3867
3516
  ]),
3868
- k(t)["template-actions"] ? (u(), m("div", pr, [
3869
- b(o.$slots, "template-actions", {}, void 0, !0)
3870
- ])) : h("", !0)
3871
- ])) : h("", !0),
3872
- _("div", {
3873
- 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([
3874
3523
  "joy-template__content",
3875
3524
  {
3876
3525
  "joy-template__content--reverse": l.sidebar === "left"
3877
3526
  }
3878
3527
  ])
3879
3528
  }, [
3880
- o.$slots["template-main"] ? (u(), m("div", mr, [
3881
- b(o.$slots, "template-main", {}, void 0, !0)
3882
- ])) : h("", !0),
3883
- o.$slots["template-sidebar"] ? (u(), m("div", _r, [
3884
- b(o.$slots, "template-sidebar", {}, void 0, !0)
3885
- ])) : h("", !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)
3886
3535
  ], 2)
3887
3536
  ]),
3888
- e.loading ? (u(), x(Oe, {
3537
+ e.loading ? (n(), V(pe, {
3889
3538
  key: 1,
3890
3539
  overlay: "",
3891
3540
  color: e.loadingColor
3892
3541
  }, {
3893
3542
  content: B(() => [
3894
- b(o.$slots, "template-loader-content", {}, void 0, !0)
3543
+ _(i.$slots, "template-loader-content", {}, void 0, !0)
3895
3544
  ]),
3896
3545
  _: 3
3897
- }, 8, ["color"])) : h("", !0)
3546
+ }, 8, ["color"])) : g("", !0)
3898
3547
  ], 2));
3899
3548
  }
3900
3549
  });
3901
- const hr = /* @__PURE__ */ j(br, [["__scopeId", "data-v-7c83eb21"]]), gr = ["aria-disabled"], wr = { class: "joy-textarea_wrapper" }, Sr = ["id", "disabled", "name", "required", "minlength", "value"], $r = {
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 = {
3902
3551
  key: 0,
3903
3552
  class: "joy-textarea_helpers"
3904
- }, jr = {
3553
+ }, wo = {
3905
3554
  inheritAttrs: !1
3906
- }, kr = /* @__PURE__ */ $({
3907
- ...jr,
3555
+ }, Vo = /* @__PURE__ */ S({
3556
+ ...wo,
3908
3557
  __name: "VJoyTextarea",
3909
3558
  props: {
3910
3559
  disabled: {
@@ -3958,107 +3607,107 @@ const hr = /* @__PURE__ */ j(br, [["__scopeId", "data-v-7c83eb21"]]), gr = ["ari
3958
3607
  },
3959
3608
  emits: ["update:modelValue"],
3960
3609
  setup(e, { expose: l, emit: t }) {
3961
- const a = e, o = w(), { triggerResize: r } = oa({
3962
- element: a.autogrow ? o : void 0
3963
- }), i = w(!1), n = w(!1), y = V(() => a.maxlength ? a.modelValue.length > a.maxlength : !1), p = V(() => a.minlength ? a.modelValue.length < a.minlength : !1), f = {
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 = {
3964
3613
  onInput: (d) => {
3965
- a.modelModifiers.lazy || t("update:modelValue", d.target.value), r();
3614
+ a.modelModifiers.lazy || t("update:modelValue", d.target.value), s();
3966
3615
  },
3967
3616
  onChange: (d) => {
3968
3617
  a.modelModifiers.lazy && t("update:modelValue", d.target.value);
3969
3618
  },
3970
3619
  onBlur: () => {
3971
- n.value = !1, i.value = y.value || p.value;
3620
+ o.value = !1, u.value = m.value || b.value;
3972
3621
  },
3973
3622
  onFocus: () => {
3974
- n.value = !0;
3623
+ o.value = !0;
3975
3624
  }
3976
3625
  };
3977
3626
  return l({
3978
- isInvalid: i,
3979
- valueOverMaxlength: y,
3980
- valueUnderMinlength: p
3981
- }), (d, c) => (u(), m("div", {
3627
+ isInvalid: u,
3628
+ valueOverMaxlength: m,
3629
+ valueUnderMinlength: b
3630
+ }), (d, f) => (n(), c("div", {
3982
3631
  "aria-disabled": e.disabled,
3983
- class: S([
3632
+ class: h([
3984
3633
  "joy-textarea",
3985
3634
  {
3986
- "joy-textarea_invalid": i.value || e.invalid,
3635
+ "joy-textarea_invalid": u.value || e.invalid,
3987
3636
  "joy-textarea_disabled": e.disabled,
3988
3637
  "joy-textarea_autogrow": e.autogrow,
3989
- "joy-textarea_focusing": n.value
3638
+ "joy-textarea_focusing": o.value
3990
3639
  }
3991
3640
  ])
3992
3641
  }, [
3993
- R(k(ee), {
3642
+ A(w(D), {
3994
3643
  for: e.id,
3995
3644
  required: e.required && e.requiredMark,
3996
3645
  "optional-label": e.optionalLabel,
3997
3646
  size: e.labelSize
3998
3647
  }, {
3999
3648
  default: B(() => [
4000
- b(d.$slots, "default", {}, () => [
4001
- O(C(e.label), 1)
3649
+ _(d.$slots, "default", {}, () => [
3650
+ C(I(e.label), 1)
4002
3651
  ], !0)
4003
3652
  ]),
4004
3653
  _: 3
4005
3654
  }, 8, ["for", "required", "optional-label", "size"]),
4006
- _("div", wr, [
4007
- _("textarea", Q(d.$attrs, {
3655
+ y("div", ko, [
3656
+ y("textarea", R(d.$attrs, {
4008
3657
  id: e.id,
4009
3658
  ref_key: "textarea",
4010
- ref: o,
3659
+ ref: i,
4011
3660
  class: "joy-native-textarea",
4012
3661
  disabled: e.disabled,
4013
3662
  name: e.name,
4014
3663
  required: e.required,
4015
3664
  minlength: e.minlength,
4016
3665
  value: e.modelValue,
4017
- onInput: c[0] || (c[0] = //@ts-ignore
4018
- (...s) => f.onInput && f.onInput(...s)),
4019
- onChange: c[1] || (c[1] = //@ts-ignore
4020
- (...s) => f.onChange && f.onChange(...s)),
4021
- onFocus: c[2] || (c[2] = //@ts-ignore
4022
- (...s) => f.onFocus && f.onFocus(...s)),
4023
- onBlur: c[3] || (c[3] = //@ts-ignore
4024
- (...s) => f.onBlur && f.onBlur(...s))
4025
- }), null, 16, Sr)
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)
4026
3675
  ]),
4027
- e.minlength || e.maxlength ? (u(), m("div", $r, [
4028
- e.minlength ? (u(), m("p", {
3676
+ e.minlength || e.maxlength ? (n(), c("div", $o, [
3677
+ e.minlength ? (n(), c("p", {
4029
3678
  key: 0,
4030
- class: S(["joy-textarea-min", { "joy-textarea-min-invalid": e.invalid }])
3679
+ class: h(["joy-textarea-min", { "joy-textarea-min-invalid": e.invalid }])
4031
3680
  }, [
4032
- p.value ? h("", !0) : (u(), x(T, {
3681
+ b.value ? g("", !0) : (n(), V(J, {
4033
3682
  key: 0,
4034
3683
  name: "check",
4035
3684
  color: "neutral",
4036
3685
  size: "xxsmall"
4037
3686
  })),
4038
- O(" " + C(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
4039
- ], 2)) : h("", !0),
4040
- e.maxlength ? (u(), m("p", {
3687
+ C(" " + I(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
3688
+ ], 2)) : g("", !0),
3689
+ e.maxlength ? (n(), c("p", {
4041
3690
  key: 1,
4042
- class: S(["joy-textarea-count", { "joy-textarea-count-invalid": y.value }])
4043
- }, C(e.modelValue.length + "/" + e.maxlength), 3)) : h("", !0)
4044
- ])) : h("", !0)
4045
- ], 10, gr));
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));
4046
3695
  }
4047
3696
  });
4048
- const Vr = /* @__PURE__ */ j(kr, [["__scopeId", "data-v-de43ee01"]]), mt = (e) => (ge("data-v-cf79d999"), e = e(), we(), e), xr = { class: "joy-toggle__wrapper" }, Ir = ["name", "disabled", "checked", "required", "aria-checked", "value"], Cr = { class: "joy-toggle__content" }, Lr = /* @__PURE__ */ mt(() => /* @__PURE__ */ _("span", { class: "joy-toggle__symbol" }, null, -1)), Or = { class: "joy-toggle__content-label" }, Br = /* @__PURE__ */ mt(() => /* @__PURE__ */ _("span", { class: "joy-toggle__smile" }, [
4049
- /* @__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", {
4050
3699
  width: "18",
4051
3700
  height: "10",
4052
3701
  viewBox: "0 0 18 10",
4053
3702
  fill: "currentColor",
4054
3703
  xmlns: "http://www.w3.org/2000/svg"
4055
3704
  }, [
4056
- /* @__PURE__ */ _("path", {
3705
+ /* @__PURE__ */ y("path", {
4057
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",
4058
3707
  fill: "currentColor"
4059
3708
  })
4060
3709
  ])
4061
- ], -1)), Tr = /* @__PURE__ */ $({
3710
+ ], -1)), Eo = /* @__PURE__ */ S({
4062
3711
  __name: "VJoyToggle",
4063
3712
  props: {
4064
3713
  modelValue: {
@@ -4092,10 +3741,10 @@ const Vr = /* @__PURE__ */ j(kr, [["__scopeId", "data-v-de43ee01"]]), mt = (e) =
4092
3741
  },
4093
3742
  emits: ["update:modelValue"],
4094
3743
  setup(e, { emit: l }) {
4095
- const t = w(!1), a = {
4096
- onChange: (o) => {
4097
- const r = o.target.checked;
4098
- l("update:modelValue", r);
3744
+ const t = k(!1), a = {
3745
+ onChange: (i) => {
3746
+ const s = i.target.checked;
3747
+ l("update:modelValue", s);
4099
3748
  },
4100
3749
  onFocus: () => {
4101
3750
  t.value = !0;
@@ -4104,9 +3753,9 @@ const Vr = /* @__PURE__ */ j(kr, [["__scopeId", "data-v-de43ee01"]]), mt = (e) =
4104
3753
  t.value = !1;
4105
3754
  }
4106
3755
  };
4107
- return (o, r) => (u(), m("div", xr, [
4108
- _("label", {
4109
- class: S([
3756
+ return (i, s) => (n(), c("div", Io, [
3757
+ y("label", {
3758
+ class: h([
4110
3759
  "joy-toggle",
4111
3760
  {
4112
3761
  "joy-toggle__checked": e.modelValue,
@@ -4115,7 +3764,7 @@ const Vr = /* @__PURE__ */ j(kr, [["__scopeId", "data-v-de43ee01"]]), mt = (e) =
4115
3764
  }
4116
3765
  ])
4117
3766
  }, [
4118
- _("input", {
3767
+ y("input", {
4119
3768
  ref: "input",
4120
3769
  type: "checkbox",
4121
3770
  class: "joy-toggle__input",
@@ -4126,27 +3775,27 @@ const Vr = /* @__PURE__ */ j(kr, [["__scopeId", "data-v-de43ee01"]]), mt = (e) =
4126
3775
  required: e.required,
4127
3776
  "aria-checked": e.modelValue,
4128
3777
  value: e.value,
4129
- onChange: r[0] || (r[0] = //@ts-ignore
4130
- (...i) => a.onChange && a.onChange(...i)),
4131
- onFocus: r[1] || (r[1] = //@ts-ignore
4132
- (...i) => a.onFocus && a.onFocus(...i)),
4133
- onBlur: r[2] || (r[2] = //@ts-ignore
4134
- (...i) => a.onBlur && a.onBlur(...i))
4135
- }, null, 40, Ir),
4136
- _("p", Cr, [
4137
- Lr,
4138
- _("span", Or, [
4139
- b(o.$slots, "default", {}, () => [
4140
- O(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)
4141
3790
  ], !0)
4142
3791
  ]),
4143
- Br
3792
+ To
4144
3793
  ])
4145
3794
  ], 2)
4146
3795
  ]));
4147
3796
  }
4148
3797
  });
4149
- const Jr = /* @__PURE__ */ j(Tr, [["__scopeId", "data-v-cf79d999"]]), Er = /* @__PURE__ */ $({
3798
+ const zo = /* @__PURE__ */ $(Eo, [["__scopeId", "data-v-cf79d999"]]), Ao = /* @__PURE__ */ S({
4150
3799
  __name: "VJoyWrapper",
4151
3800
  props: {
4152
3801
  /** Horizontal spread. Refers to CSS flex justify-content. */
@@ -4190,8 +3839,8 @@ const Jr = /* @__PURE__ */ j(Tr, [["__scopeId", "data-v-cf79d999"]]), Er = /* @_
4190
3839
  }
4191
3840
  },
4192
3841
  setup(e) {
4193
- return ke("VJoyWrapperContext", e), (t, a) => (u(), m("div", {
4194
- class: S([
3842
+ return se("VJoyWrapperContext", e), (t, a) => (n(), c("div", {
3843
+ class: h([
4195
3844
  "joy-wrapper",
4196
3845
  `joy-wrapper--justify-${e.justify}`,
4197
3846
  `joy-wrapper--align-${e.align}`,
@@ -4203,135 +3852,135 @@ const Jr = /* @__PURE__ */ j(Tr, [["__scopeId", "data-v-cf79d999"]]), Er = /* @_
4203
3852
  { "joy-wrapper--has-margin": !e.noMargin }
4204
3853
  ])
4205
3854
  }, [
4206
- b(t.$slots, "default", {}, void 0, !0)
3855
+ _(t.$slots, "default", {}, void 0, !0)
4207
3856
  ], 2));
4208
3857
  }
4209
3858
  });
4210
- const Pr = /* @__PURE__ */ j(Er, [["__scopeId", "data-v-68d89412"]]), Ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3859
+ const qo = /* @__PURE__ */ $(Ao, [["__scopeId", "data-v-68d89412"]]), Oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4211
3860
  __proto__: null,
4212
- VJoyAvailability: xt,
4213
- VJoyAvatar: Pt,
4214
- VJoyAvatarsList: zt,
4215
- VJoyBadge: Mt,
4216
- VJoyBadgeLevel: cl,
4217
- VJoyButton: Ie,
4218
- VJoyCheckbox: Ce,
4219
- VJoyCompanyAvatar: Ll,
4220
- VJoyCounter: Fl,
4221
- VJoyDividerCta: Hl,
4222
- VJoyDropdown: Wa,
4223
- VJoyDropdownList: ct,
4224
- VJoyFilterBar: Za,
4225
- VJoyFilterBarButton: Ya,
4226
- VJoyFooter: io,
4227
- VJoyFormError: ft,
4228
- VJoyFormFieldSkeleton: lo,
4229
- VJoyFunnel: mo,
4230
- VJoyHighlight: wo,
4231
- VJoyIcon: T,
4232
- VJoyInput: Lo,
4233
- VJoyLabel: ee,
4234
- VJoyLink: Jo,
4235
- VJoyMenu: Fo,
4236
- VJoyMultiCheckbox: Ro,
4237
- VJoyPagination: Zo,
4238
- VJoyPanel: nn,
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,
4239
3888
  VJoyPanelSection: cn,
4240
3889
  VJoyProgressBar: vn,
4241
- VJoyRadio: gn,
4242
- VJoyRadioGroup: $n,
3890
+ VJoyRadio: hn,
3891
+ VJoyRadioGroup: Sn,
4243
3892
  VJoyRatingStars: Cn,
4244
- VJoyScreenLoader: Oe,
4245
- VJoySelect: En,
4246
- VJoySelectableItem: yt,
3893
+ VJoyScreenLoader: pe,
3894
+ VJoySelect: zn,
3895
+ VJoySelectableItem: ze,
4247
3896
  VJoySelectableItemGroup: Mn,
4248
3897
  VJoySeparator: Rn,
4249
- VJoySpinner: Ve,
3898
+ VJoySpinner: re,
4250
3899
  VJoyTab: Xn,
4251
3900
  VJoyTabs: Zn,
4252
- VJoyTag: vt,
4253
- VJoyTagsList: ar,
4254
- VJoyTemplate: hr,
4255
- VJoyTemplateShape: pt,
4256
- VJoyTextarea: Vr,
4257
- VJoyToggle: Jr,
4258
- VJoyWrapper: Pr
3901
+ VJoyTag: Ae,
3902
+ VJoyTagsList: lo,
3903
+ VJoyTemplate: ho,
3904
+ VJoyTemplateShape: qe,
3905
+ VJoyTextarea: xo,
3906
+ VJoyToggle: zo,
3907
+ VJoyWrapper: qo
4259
3908
  }, Symbol.toStringTag, { value: "Module" }));
4260
- function lt(e) {
3909
+ function Ie(e) {
4261
3910
  const l = e.target;
4262
3911
  if (!l)
4263
3912
  return;
4264
3913
  const t = l.getBoundingClientRect(), a = "joy-ripple-effect";
4265
- let o;
4266
- const r = l.querySelector(`.${a}`);
4267
- r || (o = document.createElement("span"), o.classList.add(a));
4268
- const i = r || o;
4269
- l.prepend(i);
4270
- const n = Math.sqrt(Math.pow(t.width, 2) + Math.pow(t.height, 2)) * 2;
4271
- i.style.width = i.style.height = `${n}px`, i.style.left = `${e.clientX - t.left}px`, i.style.top = `${e.clientY - t.top}px`;
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);
3919
+ const o = Math.sqrt(Math.pow(t.width, 2) + Math.pow(t.height, 2)) * 2;
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`;
4272
3921
  }
4273
- const zr = {
3922
+ const Fo = {
4274
3923
  mounted: (e) => {
4275
- e.addEventListener("click", lt);
3924
+ e.addEventListener("click", Ie);
4276
3925
  },
4277
3926
  beforeUnmount: (e) => {
4278
- e.removeEventListener("click", lt);
3927
+ e.removeEventListener("click", Ie);
4279
3928
  }
4280
3929
  };
4281
- const qr = {
3930
+ const No = {
4282
3931
  install: (e) => {
4283
- Object.entries(Ar).forEach(([l, t]) => {
3932
+ Object.entries(Oo).forEach(([l, t]) => {
4284
3933
  e.component(l, t);
4285
- }), e.directive("joy-ripple", zr);
3934
+ }), e.directive("joy-ripple", Fo);
4286
3935
  }
4287
3936
  };
4288
3937
  export {
4289
- qr as JoyVuePlugin,
4290
- xt as VJoyAvailability,
4291
- Pt as VJoyAvatar,
4292
- zt as VJoyAvatarsList,
4293
- Mt as VJoyBadge,
4294
- cl as VJoyBadgeLevel,
4295
- Ie as VJoyButton,
4296
- Ce as VJoyCheckbox,
4297
- Ll as VJoyCompanyAvatar,
4298
- Fl as VJoyCounter,
4299
- Hl as VJoyDividerCta,
4300
- Wa as VJoyDropdown,
4301
- ct as VJoyDropdownList,
4302
- Za as VJoyFilterBar,
4303
- Ya as VJoyFilterBarButton,
4304
- io as VJoyFooter,
4305
- ft as VJoyFormError,
4306
- lo as VJoyFormFieldSkeleton,
4307
- mo as VJoyFunnel,
4308
- wo as VJoyHighlight,
4309
- T as VJoyIcon,
4310
- Lo as VJoyInput,
4311
- ee as VJoyLabel,
4312
- Jo as VJoyLink,
4313
- Fo as VJoyMenu,
4314
- Ro as VJoyMultiCheckbox,
4315
- Zo as VJoyPagination,
4316
- nn as VJoyPanel,
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,
4317
3966
  cn as VJoyPanelSection,
4318
3967
  vn as VJoyProgressBar,
4319
- gn as VJoyRadio,
4320
- $n as VJoyRadioGroup,
3968
+ hn as VJoyRadio,
3969
+ Sn as VJoyRadioGroup,
4321
3970
  Cn as VJoyRatingStars,
4322
- Oe as VJoyScreenLoader,
4323
- En as VJoySelect,
4324
- yt as VJoySelectableItem,
3971
+ pe as VJoyScreenLoader,
3972
+ zn as VJoySelect,
3973
+ ze as VJoySelectableItem,
4325
3974
  Mn as VJoySelectableItemGroup,
4326
3975
  Rn as VJoySeparator,
4327
- Ve as VJoySpinner,
3976
+ re as VJoySpinner,
4328
3977
  Xn as VJoyTab,
4329
3978
  Zn as VJoyTabs,
4330
- vt as VJoyTag,
4331
- ar as VJoyTagsList,
4332
- hr as VJoyTemplate,
4333
- pt as VJoyTemplateShape,
4334
- Vr as VJoyTextarea,
4335
- Jr as VJoyToggle,
4336
- Pr as VJoyWrapper
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
4337
3986
  };