@maltjoy/core-vue 1.0.0-alpha.8 → 1.0.0-beta.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 (29) hide show
  1. package/README.md +1 -0
  2. package/dist/components/JoyButton/{JoyButton.vue.d.ts → VJoyButton.vue.d.ts} +6 -6
  3. package/dist/components/JoyHighlight/JoyHighlight.types.d.ts +1 -1
  4. package/dist/components/JoyHighlight/{JoyHighlight.vue.d.ts → VJoyHighlight.vue.d.ts} +3 -3
  5. package/dist/components/JoySelectableItemGroup/{JoySelectableItemGroup.vue.d.ts → VJoySelectableItemGroup.vue.d.ts} +2 -2
  6. package/dist/components/JoyWrapper/{JoyWrapper.vue.d.ts → VJoyWrapper.vue.d.ts} +9 -9
  7. package/dist/components/index.d.ts +22 -22
  8. package/dist/joy-vue.js +288 -272
  9. package/dist/joy-vue.umd.cjs +1 -1
  10. package/dist/style.css +1 -1
  11. package/joy-components.d.ts +21 -21
  12. package/package.json +1 -1
  13. package/dist/components/JoyCheckbox/{JoyCheckbox.vue.d.ts → VJoyCheckbox.vue.d.ts} +0 -0
  14. package/dist/components/JoyCounter/{JoyCounter.vue.d.ts → VJoyCounter.vue.d.ts} +1 -1
  15. /package/dist/components/JoyFormError/{JoyFormError.vue.d.ts → VJoyFormError.vue.d.ts} +0 -0
  16. /package/dist/components/JoyInput/{JoyInput.vue.d.ts → VJoyInput.vue.d.ts} +0 -0
  17. /package/dist/components/JoyLabel/{JoyLabel.vue.d.ts → VJoyLabel.vue.d.ts} +0 -0
  18. /package/dist/components/JoyLink/{JoyLink.vue.d.ts → VJoyLink.vue.d.ts} +0 -0
  19. /package/dist/components/JoyMultiCheckbox/{JoyMultiCheckbox.vue.d.ts → VJoyMultiCheckbox.vue.d.ts} +0 -0
  20. /package/dist/components/JoyPanel/{JoyPanel.vue.d.ts → VJoyPanel.vue.d.ts} +0 -0
  21. /package/dist/components/JoyPanelSection/{JoyPanelSection.vue.d.ts → VJoyPanelSection.vue.d.ts} +0 -0
  22. /package/dist/components/JoyRadio/{JoyRadio.vue.d.ts → VJoyRadio.vue.d.ts} +0 -0
  23. /package/dist/components/JoyRadioGroup/{JoyRadioGroup.vue.d.ts → VJoyRadioGroup.vue.d.ts} +0 -0
  24. /package/dist/components/JoySelect/{JoySelect.vue.d.ts → VJoySelect.vue.d.ts} +0 -0
  25. /package/dist/components/JoySelectableItem/{JoySelectableItem.vue.d.ts → VJoySelectableItem.vue.d.ts} +0 -0
  26. /package/dist/components/JoySpinner/{JoySpinner.vue.d.ts → VJoySpinner.vue.d.ts} +0 -0
  27. /package/dist/components/JoyTemplate/{JoyTemplate.vue.d.ts → VJoyTemplate.vue.d.ts} +0 -0
  28. /package/dist/components/JoyTextarea/{JoyTextarea.vue.d.ts → VJoyTextarea.vue.d.ts} +0 -0
  29. /package/dist/components/JoyToggle/{JoyToggle.vue.d.ts → VJoyToggle.vue.d.ts} +0 -0
package/dist/joy-vue.js CHANGED
@@ -1,6 +1,6 @@
1
- import { defineComponent as p, openBlock as o, createElementBlock as d, normalizeClass as b, useAttrs as O, computed as V, createBlock as J, resolveDynamicComponent as z, unref as m, withCtx as q, createCommentVNode as y, createElementVNode as u, renderSlot as c, ref as S, createTextVNode as B, toDisplayString as $, mergeProps as L, createVNode as R, pushScopeId as M, popScopeId as E, useSlots as C, onBeforeMount as W, Fragment as A, renderList as F, normalizeStyle as D, onMounted as N, watch as K, createSlots as Z } from "vue";
1
+ import { defineComponent as p, openBlock as o, createElementBlock as d, normalizeClass as b, useAttrs as O, computed as J, createBlock as B, resolveDynamicComponent as E, unref as m, withCtx as I, createCommentVNode as y, createElementVNode as u, renderSlot as c, ref as S, createTextVNode as q, toDisplayString as $, mergeProps as L, createVNode as R, pushScopeId as z, popScopeId as M, useSlots as w, onBeforeMount as W, Fragment as A, renderList as F, normalizeStyle as D, onMounted as N, watch as Z, createSlots as K } from "vue";
2
2
  const Q = ["teal", "white"], X = /* @__PURE__ */ p({
3
- __name: "JoySpinner",
3
+ __name: "VJoySpinner",
4
4
  props: {
5
5
  color: {
6
6
  type: String,
@@ -10,18 +10,18 @@ const Q = ["teal", "white"], X = /* @__PURE__ */ p({
10
10
  }
11
11
  },
12
12
  setup(e) {
13
- return (l, a) => (o(), d("div", {
13
+ return (a, l) => (o(), d("div", {
14
14
  class: b(["joy-spinner", `joy-spinner_${e.color}`])
15
15
  }, null, 2));
16
16
  }
17
17
  });
18
- const _ = (e, l) => {
19
- const a = e.__vccOpts || e;
20
- for (const [t, i] of l)
21
- a[t] = i;
22
- return a;
23
- }, P = /* @__PURE__ */ _(X, [["__scopeId", "data-v-b633f633"]]), Y = ["primary", "secondary"], ee = ["neutral", "success", "info", "warning", "error"], te = ["main", "admin", "ghost"], ae = [...Y, ...te], le = ["large", "medium", "small", "xsmall", "xxsmall"], ne = ["xxsmall", "xsmall", "small"], oe = ["name", "size"], ie = { class: "joy-button--slot" }, de = /* @__PURE__ */ p({
24
- __name: "JoyButton",
18
+ const _ = (e, a) => {
19
+ const l = e.__vccOpts || e;
20
+ for (const [t, i] of a)
21
+ l[t] = i;
22
+ return l;
23
+ }, P = /* @__PURE__ */ _(X, [["__scopeId", "data-v-616a29d0"]]), Y = ["primary", "secondary"], ee = ["neutral", "success", "info", "warning", "error"], te = ["main", "admin", "ghost"], le = [...Y, ...te], ae = ["large", "medium", "small", "xsmall", "xxsmall"], ne = ["xxsmall", "xsmall", "small"], oe = ["name", "size"], ie = { class: "joy-button--slot" }, de = /* @__PURE__ */ p({
24
+ __name: "VJoyButton",
25
25
  props: {
26
26
  /**
27
27
  * If you only need a button with an icon. To keep your component accessible, you can give a text as slot, it will be used as title and aria-label.
@@ -43,7 +43,7 @@ const _ = (e, l) => {
43
43
  type: String,
44
44
  default: "primary",
45
45
  validator(e) {
46
- return ae.includes(e);
46
+ return le.includes(e);
47
47
  }
48
48
  },
49
49
  /** Button or Link size */
@@ -51,7 +51,7 @@ const _ = (e, l) => {
51
51
  type: String,
52
52
  default: "medium",
53
53
  validator(e) {
54
- return le.includes(e);
54
+ return ae.includes(e);
55
55
  }
56
56
  },
57
57
  /** Override the icon size. Default to xsmall */
@@ -64,9 +64,9 @@ const _ = (e, l) => {
64
64
  }
65
65
  },
66
66
  setup(e) {
67
- const l = e, a = O(), t = V(() => ["white", "ghost", "secondary"].includes(l.variant) ? "teal" : "white");
68
- return (i, s) => (o(), J(z(m(a).href ? "a" : "button"), {
69
- disabled: e.loading || m(a).disabled,
67
+ const a = e, l = O(), t = J(() => ["white", "ghost", "secondary"].includes(a.variant) ? "teal" : "white");
68
+ return (i, s) => (o(), B(E(m(l).href ? "a" : "button"), {
69
+ disabled: e.loading || m(l).disabled,
70
70
  class: b([
71
71
  "joy-button",
72
72
  `joy-button_${e.variant}`,
@@ -77,14 +77,14 @@ const _ = (e, l) => {
77
77
  }
78
78
  ])
79
79
  }, {
80
- default: q(() => [
80
+ default: I(() => [
81
81
  e.icon ? (o(), d("joy-icon", {
82
82
  key: 0,
83
83
  name: e.icon,
84
84
  size: e.iconSize,
85
85
  lazy: !1
86
86
  }, null, 8, oe)) : y("", !0),
87
- e.loading ? (o(), J(P, {
87
+ e.loading ? (o(), B(P, {
88
88
  key: 1,
89
89
  color: m(t)
90
90
  }, null, 8, ["color"])) : y("", !0),
@@ -96,8 +96,8 @@ const _ = (e, l) => {
96
96
  }, 8, ["disabled", "class"]));
97
97
  }
98
98
  });
99
- const ue = /* @__PURE__ */ _(de, [["__scopeId", "data-v-958cc680"]]), se = ["aria-checked", "aria-hidden"], re = ["id", "name", "disabled", "checked", "required", "aria-checked", "value", "indeterminate"], ce = { class: "joy-checkbox__content-wrapper" }, ye = { class: "joy-checkbox__content" }, me = /* @__PURE__ */ p({
100
- __name: "JoyCheckbox",
99
+ const ue = /* @__PURE__ */ _(de, [["__scopeId", "data-v-638792d7"]]), se = ["aria-checked", "aria-hidden"], re = ["id", "name", "disabled", "checked", "required", "aria-checked", "value", "indeterminate"], ce = { class: "joy-checkbox__content-wrapper" }, ye = { class: "joy-checkbox__content" }, me = /* @__PURE__ */ p({
100
+ __name: "VJoyCheckbox",
101
101
  props: {
102
102
  /** 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 */
103
103
  indeterminate: {
@@ -135,14 +135,14 @@ const ue = /* @__PURE__ */ _(de, [["__scopeId", "data-v-958cc680"]]), se = ["ari
135
135
  }
136
136
  },
137
137
  emits: ["update:checked"],
138
- setup(e, { expose: l, emit: a }) {
138
+ setup(e, { expose: a, emit: l }) {
139
139
  const t = e, i = S(), s = S(t.indeterminate), f = {
140
140
  onChange: (n) => {
141
141
  const r = n.target.checked;
142
- s.value = !1, a("update:checked", r);
142
+ s.value = !1, l("update:checked", r);
143
143
  }
144
144
  };
145
- return l({
145
+ return a({
146
146
  isIndeterminate: s
147
147
  }), (n, r) => (o(), d("div", {
148
148
  "aria-checked": e.checked,
@@ -176,7 +176,7 @@ const ue = /* @__PURE__ */ _(de, [["__scopeId", "data-v-958cc680"]]), se = ["ari
176
176
  }, null, 40, re),
177
177
  u("div", ce, [
178
178
  c(n.$slots, "default", {}, () => [
179
- B($(e.label), 1)
179
+ q($(e.label), 1)
180
180
  ], !0),
181
181
  u("div", ye, [
182
182
  c(n.$slots, "checkbox-content", {}, void 0, !0)
@@ -186,7 +186,7 @@ const ue = /* @__PURE__ */ _(de, [["__scopeId", "data-v-958cc680"]]), se = ["ari
186
186
  ], 8, se));
187
187
  }
188
188
  });
189
- const T = /* @__PURE__ */ _(me, [["__scopeId", "data-v-7251a11b"]]), H = (e) => (M("data-v-47a76942"), e = e(), E(), e), fe = { class: "joy-counter" }, ve = { class: "joy-counter__wrapper" }, be = ["aria-label", "disabled"], ge = /* @__PURE__ */ H(() => /* @__PURE__ */ u("joy-icon", {
189
+ const T = /* @__PURE__ */ _(me, [["__scopeId", "data-v-d6496829"]]), H = (e) => (z("data-v-01418e7e"), e = e(), M(), e), fe = { class: "joy-counter" }, ve = { class: "joy-counter__wrapper" }, be = ["aria-label", "disabled"], ge = /* @__PURE__ */ H(() => /* @__PURE__ */ u("joy-icon", {
190
190
  name: "minus",
191
191
  color: "teal",
192
192
  lazy: !1
@@ -202,7 +202,7 @@ const T = /* @__PURE__ */ _(me, [["__scopeId", "data-v-7251a11b"]]), H = (e) =>
202
202
  key: 0,
203
203
  class: "joy-counter_error"
204
204
  }, $e = /* @__PURE__ */ p({
205
- __name: "JoyCounter",
205
+ __name: "VJoyCounter",
206
206
  props: {
207
207
  /** Removes any interactivity */
208
208
  disabled: {
@@ -267,53 +267,53 @@ const T = /* @__PURE__ */ _(me, [["__scopeId", "data-v-7251a11b"]]), H = (e) =>
267
267
  }
268
268
  },
269
269
  emits: ["update:modelValue"],
270
- setup(e, { expose: l, emit: a }) {
270
+ setup(e, { expose: a, emit: l }) {
271
271
  const t = e, i = S(!1);
272
272
  function s() {
273
273
  const v = r(!1);
274
- v >= 0 ? a("update:modelValue", v <= t.min ? t.min : v) : a("update:modelValue", 0), n();
274
+ v >= 0 ? l("update:modelValue", v <= t.min ? t.min : v) : l("update:modelValue", 0), n();
275
275
  }
276
276
  function f() {
277
277
  const v = r();
278
- t.max && v <= t.max ? a("update:modelValue", v >= t.max ? t.max : v) : t.max && v > t.max ? a("update:modelValue", t.max) : a("update:modelValue", v), n();
278
+ t.max && v <= t.max ? l("update:modelValue", v >= t.max ? t.max : v) : t.max && v > t.max ? l("update:modelValue", t.max) : l("update:modelValue", v), n();
279
279
  }
280
280
  function n() {
281
281
  i.value = !g();
282
282
  }
283
283
  function r(v = !0) {
284
- const h = t.step.toString().split("."), x = h.length === 2 ? h[1].length : 0;
285
- return parseFloat(v ? (t.modelValue + t.step).toFixed(x) : (t.modelValue - t.step).toFixed(x));
284
+ const h = t.step.toString().split("."), V = h.length === 2 ? h[1].length : 0;
285
+ return parseFloat(v ? (t.modelValue + t.step).toFixed(V) : (t.modelValue - t.step).toFixed(V));
286
286
  }
287
287
  function g() {
288
- return k() && I();
288
+ return k() && x();
289
289
  }
290
290
  function k() {
291
291
  return !t.max || t.modelValue <= t.max;
292
292
  }
293
- function I() {
293
+ function x() {
294
294
  return t.min <= t.modelValue;
295
295
  }
296
296
  const j = {
297
297
  onInput: (v) => {
298
- a("update:modelValue", +v.target.value || 0), i.value = !1;
298
+ l("update:modelValue", +v.target.value || 0), i.value = !1;
299
299
  },
300
300
  onBlur: () => {
301
301
  n();
302
302
  }
303
303
  };
304
- return l({
304
+ return a({
305
305
  props: t
306
306
  }), (v, h) => (o(), d("div", fe, [
307
- e.label ? (o(), J(m(w), {
307
+ e.label ? (o(), B(m(C), {
308
308
  key: 0,
309
309
  for: e.id,
310
310
  required: e.required && e.requiredMark,
311
311
  "optional-label": e.optionalLabel,
312
312
  size: e.labelSize
313
313
  }, {
314
- default: q(() => [
314
+ default: I(() => [
315
315
  c(v.$slots, "default", {}, () => [
316
- B($(e.label), 1)
316
+ q($(e.label), 1)
317
317
  ], !0)
318
318
  ]),
319
319
  _: 3
@@ -340,9 +340,9 @@ const T = /* @__PURE__ */ _(me, [["__scopeId", "data-v-7251a11b"]]), H = (e) =>
340
340
  value: e.modelValue
341
341
  }, v.$attrs, {
342
342
  onInput: h[0] || (h[0] = //@ts-ignore
343
- (...x) => j.onInput && j.onInput(...x)),
343
+ (...V) => j.onInput && j.onInput(...V)),
344
344
  onBlur: h[1] || (h[1] = //@ts-ignore
345
- (...x) => j.onBlur && j.onBlur(...x))
345
+ (...V) => j.onBlur && j.onBlur(...V))
346
346
  }), null, 16, pe),
347
347
  u("button", {
348
348
  class: "joy-counter__increment",
@@ -358,11 +358,11 @@ const T = /* @__PURE__ */ _(me, [["__scopeId", "data-v-7251a11b"]]), H = (e) =>
358
358
  ]));
359
359
  }
360
360
  });
361
- const xe = /* @__PURE__ */ _($e, [["__scopeId", "data-v-47a76942"]]), Ie = (e) => (M("data-v-d693f93c"), e = e(), E(), e), qe = ["aria-hidden"], Be = /* @__PURE__ */ Ie(() => /* @__PURE__ */ u("joy-icon", {
361
+ const Ve = /* @__PURE__ */ _($e, [["__scopeId", "data-v-01418e7e"]]), xe = (e) => (z("data-v-50e209d6"), e = e(), M(), e), Ie = ["aria-hidden"], qe = /* @__PURE__ */ xe(() => /* @__PURE__ */ u("joy-icon", {
362
362
  "custom-class": "joy-icon-error",
363
363
  name: "warning-triangle"
364
- }, null, -1)), Je = /* @__PURE__ */ p({
365
- __name: "JoyFormError",
364
+ }, null, -1)), Be = /* @__PURE__ */ p({
365
+ __name: "VJoyFormError",
366
366
  props: {
367
367
  /** In some cases you'll need to inject the error in the DOM but hide it. Visible by default */
368
368
  visible: {
@@ -373,37 +373,37 @@ const xe = /* @__PURE__ */ _($e, [["__scopeId", "data-v-47a76942"]]), Ie = (e) =
373
373
  noHtmlErrorText: String
374
374
  },
375
375
  setup(e) {
376
- return (l, a) => (o(), d("div", {
376
+ return (a, l) => (o(), d("div", {
377
377
  "aria-hidden": e.visible,
378
378
  class: b(["joy-form-error", { "joy-has-error": e.visible }]),
379
379
  role: "alert"
380
380
  }, [
381
- Be,
381
+ qe,
382
382
  u("div", null, [
383
- c(l.$slots, "default", {}, () => [
384
- B($(e.noHtmlErrorText), 1)
383
+ c(a.$slots, "default", {}, () => [
384
+ q($(e.noHtmlErrorText), 1)
385
385
  ], !0)
386
386
  ])
387
- ], 10, qe));
387
+ ], 10, Ie));
388
388
  }
389
389
  });
390
- const G = /* @__PURE__ */ _(Je, [["__scopeId", "data-v-d693f93c"]]);
391
- function Ve(e) {
392
- let l;
390
+ const G = /* @__PURE__ */ _(Be, [["__scopeId", "data-v-50e209d6"]]);
391
+ function Je(e) {
392
+ let a;
393
393
  switch (e) {
394
394
  case "error":
395
- l = "warning-triangle";
395
+ a = "warning-triangle";
396
396
  break;
397
397
  case "success":
398
- l = "check";
398
+ a = "check";
399
399
  break;
400
400
  default:
401
- l = "info-circle";
401
+ a = "info-circle";
402
402
  }
403
- return l;
403
+ return a;
404
404
  }
405
- const we = [...ee], Ce = ["name"], Le = { class: "joy-highlight--text" }, ze = /* @__PURE__ */ p({
406
- __name: "JoyHighlight",
405
+ const Ce = [...ee], we = ["name"], Le = { class: "joy-highlight--text" }, ze = /* @__PURE__ */ p({
406
+ __name: "VJoyHighlight",
407
407
  props: {
408
408
  accent: {
409
409
  type: Boolean,
@@ -418,13 +418,13 @@ const we = [...ee], Ce = ["name"], Le = { class: "joy-highlight--text" }, ze = /
418
418
  type: String,
419
419
  default: "neutral",
420
420
  validator(e) {
421
- return we.includes(e);
421
+ return Ce.includes(e);
422
422
  }
423
423
  }
424
424
  },
425
- setup(e, { expose: l }) {
426
- const a = e, t = V(() => a.icon ? a.icon : Ve(a.level));
427
- return l({
425
+ setup(e, { expose: a }) {
426
+ const l = e, t = J(() => l.icon ? l.icon : Je(l.level));
427
+ return a({
428
428
  getRelevantIcon: t
429
429
  }), (i, s) => (o(), d("div", {
430
430
  class: b([
@@ -439,7 +439,7 @@ const we = [...ee], Ce = ["name"], Le = { class: "joy-highlight--text" }, ze = /
439
439
  e.displayIcon ? (o(), d("joy-icon", {
440
440
  key: 0,
441
441
  name: m(t)
442
- }, null, 8, Ce)) : y("", !0),
442
+ }, null, 8, we)) : y("", !0),
443
443
  u("div", Le, [
444
444
  u("strong", null, [
445
445
  c(i.$slots, "highlight-title", {}, void 0, !0)
@@ -449,14 +449,14 @@ const we = [...ee], Ce = ["name"], Le = { class: "joy-highlight--text" }, ze = /
449
449
  ], 2));
450
450
  }
451
451
  });
452
- const Me = /* @__PURE__ */ _(ze, [["__scopeId", "data-v-15d3fa11"]]), Ee = ["small", "medium", "large"], Ne = {
452
+ const Me = /* @__PURE__ */ _(ze, [["__scopeId", "data-v-a0ff7a60"]]), Ee = ["small", "medium", "large"], Ne = {
453
453
  key: 0,
454
454
  class: "joy-label-required"
455
455
  }, Te = {
456
456
  key: 1,
457
457
  class: "joy-label-optional"
458
458
  }, Oe = /* @__PURE__ */ p({
459
- __name: "JoyLabel",
459
+ __name: "VJoyLabel",
460
460
  props: {
461
461
  size: {
462
462
  type: String,
@@ -478,11 +478,11 @@ const Me = /* @__PURE__ */ _(ze, [["__scopeId", "data-v-15d3fa11"]]), Ee = ["sma
478
478
  }
479
479
  },
480
480
  setup(e) {
481
- return (l, a) => (o(), J(z(e.tagName), L({
481
+ return (a, l) => (o(), B(E(e.tagName), L({
482
482
  class: ["joy-label", `joy-label--${e.size}`]
483
- }, l.$attrs), {
484
- default: q(() => [
485
- c(l.$slots, "default", {}, void 0, !0),
483
+ }, a.$attrs), {
484
+ default: I(() => [
485
+ c(a.$slots, "default", {}, void 0, !0),
486
486
  e.required ? (o(), d("span", Ne, "*")) : y("", !0),
487
487
  e.optionalLabel ? (o(), d("span", Te, "- " + $(e.optionalLabel), 1)) : y("", !0)
488
488
  ]),
@@ -490,8 +490,8 @@ const Me = /* @__PURE__ */ _(ze, [["__scopeId", "data-v-15d3fa11"]]), Ee = ["sma
490
490
  }, 16, ["class"]));
491
491
  }
492
492
  });
493
- const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["large", "medium", "small"], Ae = ["id", "disabled", "type", "value"], Fe = ["name"], Pe = ["data-unit"], He = /* @__PURE__ */ p({
494
- __name: "JoyInput",
493
+ const C = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-1e682734"]]), Re = ["large", "medium", "small"], Ae = ["id", "disabled", "type", "value"], Fe = ["name"], Pe = ["data-unit"], He = /* @__PURE__ */ p({
494
+ __name: "VJoyInput",
495
495
  props: {
496
496
  disabled: {
497
497
  type: Boolean,
@@ -549,13 +549,13 @@ const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["larg
549
549
  unit: String
550
550
  },
551
551
  emits: ["update:modelValue"],
552
- setup(e, { emit: l }) {
553
- const a = e, t = S(), i = S(), s = O(), f = C(), n = S(!1), r = V(() => a.clearable && a.modelValue.length > 0 && !a.unit), g = V(() => f.default && f.default()), k = V(() => {
552
+ setup(e, { emit: a }) {
553
+ const l = e, t = S(), i = S(), s = O(), f = w(), n = S(!1), r = J(() => l.clearable && l.modelValue.length > 0 && !l.unit), g = J(() => f.default && f.default()), k = J(() => {
554
554
  var v, h;
555
555
  return !!((v = i.value) != null && v.closest("joy-wrapper")) || !!((h = i.value) != null && h.closest(".joy-wrapper"));
556
- }), I = S(a.type);
556
+ }), x = S(l.type);
557
557
  W(() => {
558
- I.value = a.unit ? "number" : a.unit || "text";
558
+ x.value = l.unit ? "number" : l.unit || "text";
559
559
  });
560
560
  const j = {
561
561
  onFocus: () => {
@@ -566,16 +566,16 @@ const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["larg
566
566
  },
567
567
  onInput: (v) => {
568
568
  let h = v.target.value;
569
- l("update:modelValue", h);
569
+ a("update:modelValue", h);
570
570
  },
571
571
  clearValue: () => {
572
- a.disabled || l("update:modelValue", "");
572
+ l.disabled || a("update:modelValue", "");
573
573
  }
574
574
  };
575
575
  return (v, h) => (o(), d("div", {
576
576
  ref_key: "root",
577
577
  ref: i,
578
- class: b([`joy-input--${a.size}`])
578
+ class: b([`joy-input--${l.size}`])
579
579
  }, [
580
580
  u("div", {
581
581
  class: b([
@@ -588,16 +588,16 @@ const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["larg
588
588
  }
589
589
  ])
590
590
  }, [
591
- m(g) || e.label ? (o(), J(w, {
591
+ m(g) || e.label ? (o(), B(C, {
592
592
  key: 0,
593
593
  for: e.name,
594
594
  required: e.required && e.requiredMark,
595
595
  "optional-label": e.optionalLabel,
596
596
  size: e.labelSize
597
597
  }, {
598
- default: q(() => [
598
+ default: I(() => [
599
599
  c(v.$slots, "default", {}, () => [
600
- B($(e.label), 1)
600
+ q($(e.label), 1)
601
601
  ], !0)
602
602
  ]),
603
603
  _: 3
@@ -614,7 +614,7 @@ const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["larg
614
614
  ])
615
615
  }, [
616
616
  u("input", L(v.$attrs, {
617
- id: a.name,
617
+ id: l.name,
618
618
  ref_key: "input",
619
619
  ref: t,
620
620
  disabled: e.disabled,
@@ -624,14 +624,14 @@ const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["larg
624
624
  "joy-input--field-invalid": e.invalid
625
625
  }
626
626
  ],
627
- type: I.value,
627
+ type: x.value,
628
628
  value: e.modelValue,
629
629
  onFocus: h[0] || (h[0] = //@ts-ignore
630
- (...x) => j.onFocus && j.onFocus(...x)),
630
+ (...V) => j.onFocus && j.onFocus(...V)),
631
631
  onBlur: h[1] || (h[1] = //@ts-ignore
632
- (...x) => j.onBlur && j.onBlur(...x)),
632
+ (...V) => j.onBlur && j.onBlur(...V)),
633
633
  onInput: h[2] || (h[2] = //@ts-ignore
634
- (...x) => j.onInput && j.onInput(...x))
634
+ (...V) => j.onInput && j.onInput(...V))
635
635
  }), null, 16, Ae),
636
636
  m(r) ? (o(), d("joy-icon", {
637
637
  key: 0,
@@ -639,7 +639,7 @@ const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["larg
639
639
  name: "cross",
640
640
  class: "joy-input--clear",
641
641
  onClick: h[3] || (h[3] = //@ts-ignore
642
- (...x) => j.clearValue && j.clearValue(...x))
642
+ (...V) => j.clearValue && j.clearValue(...V))
643
643
  })) : y("", !0),
644
644
  e.icon && !e.clearable ? (o(), d("joy-icon", {
645
645
  key: 1,
@@ -657,8 +657,8 @@ const w = /* @__PURE__ */ _(Oe, [["__scopeId", "data-v-e3232407"]]), Re = ["larg
657
657
  ], 2));
658
658
  }
659
659
  });
660
- const Ge = /* @__PURE__ */ _(He, [["__scopeId", "data-v-023262dd"]]), Ue = ["teal", "white"], We = ["href"], De = ["color", "name"], Ke = /* @__PURE__ */ p({
661
- __name: "JoyLink",
660
+ const Ge = /* @__PURE__ */ _(He, [["__scopeId", "data-v-8258d6d7"]]), Ue = ["teal", "white"], We = ["href"], De = ["color", "name"], Ze = /* @__PURE__ */ p({
661
+ __name: "VJoyLink",
662
662
  props: {
663
663
  href: {
664
664
  type: String,
@@ -674,30 +674,30 @@ const Ge = /* @__PURE__ */ _(He, [["__scopeId", "data-v-023262dd"]]), Ue = ["tea
674
674
  icon: String
675
675
  },
676
676
  setup(e) {
677
- const l = e, a = V(() => l.color === "white" ? "white" : "teal");
677
+ const a = e, l = J(() => a.color === "white" ? "white" : "teal");
678
678
  return (t, i) => (o(), d("a", L({ href: e.href }, t.$attrs, {
679
679
  class: ["joy-link", `joy-link_${e.color}`]
680
680
  }), [
681
681
  e.icon ? (o(), d("joy-icon", {
682
682
  key: 0,
683
- color: m(a),
683
+ color: m(l),
684
684
  name: e.icon
685
685
  }, null, 8, De)) : y("", !0),
686
686
  c(t.$slots, "default", {}, void 0, !0)
687
687
  ], 16, We));
688
688
  }
689
689
  });
690
- const Ze = /* @__PURE__ */ _(Ke, [["__scopeId", "data-v-640ee9a6"]]), Qe = ["id"], Xe = {
690
+ const Ke = /* @__PURE__ */ _(Ze, [["__scopeId", "data-v-7ef59bc8"]]), Qe = ["id"], Xe = {
691
691
  class: /* @__PURE__ */ b(["joy-multi-checkbox"])
692
692
  }, Ye = /* @__PURE__ */ p({
693
- __name: "JoyMultiCheckbox",
693
+ __name: "VJoyMultiCheckbox",
694
694
  props: {
695
695
  options: {
696
696
  type: Array,
697
697
  required: !0,
698
698
  validator(e) {
699
- const l = e.every((t) => Object.keys(t).includes("value")), a = e.every((t) => Object.keys(t).includes("label"));
700
- return l && a;
699
+ const a = e.every((t) => Object.keys(t).includes("value")), l = e.every((t) => Object.keys(t).includes("label"));
700
+ return a && l;
701
701
  }
702
702
  },
703
703
  id: String,
@@ -727,33 +727,33 @@ const Ze = /* @__PURE__ */ _(Ke, [["__scopeId", "data-v-640ee9a6"]]), Qe = ["id"
727
727
  }
728
728
  },
729
729
  emits: ["update:value"],
730
- setup(e, { emit: l }) {
731
- const a = e;
730
+ setup(e, { emit: a }) {
731
+ const l = e;
732
732
  function t(s) {
733
- return a.value.includes(s.value);
733
+ return l.value.includes(s.value);
734
734
  }
735
735
  function i(s, f) {
736
- let n = [...a.value || []];
737
- f ? n.push(s) : n.splice(n.indexOf(s), 1), l("update:value", n);
736
+ let n = [...l.value || []];
737
+ f ? n.push(s) : n.splice(n.indexOf(s), 1), a("update:value", n);
738
738
  }
739
739
  return (s, f) => (o(), d("fieldset", {
740
740
  id: e.id,
741
741
  class: "joy-multi-checkbox__wrapper"
742
742
  }, [
743
- e.label ? (o(), J(m(w), {
743
+ e.label ? (o(), B(m(C), {
744
744
  key: 0,
745
745
  "tag-name": "legend",
746
746
  required: e.required && e.requiredMark,
747
747
  "optional-label": e.optionalLabel,
748
748
  size: e.labelSize
749
749
  }, {
750
- default: q(() => [
751
- B($(e.label), 1)
750
+ default: I(() => [
751
+ q($(e.label), 1)
752
752
  ]),
753
753
  _: 1
754
754
  }, 8, ["required", "optional-label", "size"])) : y("", !0),
755
755
  u("div", Xe, [
756
- (o(!0), d(A, null, F(e.options, (n) => (o(), J(m(T), {
756
+ (o(!0), d(A, null, F(e.options, (n) => (o(), B(m(T), {
757
757
  id: n.id,
758
758
  key: n.id,
759
759
  name: n.name,
@@ -761,8 +761,8 @@ const Ze = /* @__PURE__ */ _(Ke, [["__scopeId", "data-v-640ee9a6"]]), Qe = ["id"
761
761
  checked: t(n),
762
762
  "onUpdate:checked": (r) => i(n.value, r)
763
763
  }, {
764
- default: q(() => [
765
- B($(n.label), 1)
764
+ default: I(() => [
765
+ q($(n.label), 1)
766
766
  ]),
767
767
  _: 2
768
768
  }, 1032, ["id", "name", "value", "checked", "onUpdate:checked"]))), 128))
@@ -770,9 +770,9 @@ const Ze = /* @__PURE__ */ _(Ke, [["__scopeId", "data-v-640ee9a6"]]), Qe = ["id"
770
770
  ], 8, Qe));
771
771
  }
772
772
  });
773
- const et = /* @__PURE__ */ _(Ye, [["__scopeId", "data-v-4a9e39e2"]]), tt = ["small", "medium", "large"], at = {
773
+ const et = /* @__PURE__ */ _(Ye, [["__scopeId", "data-v-b2679b58"]]), tt = ["small", "medium", "large"], lt = {
774
774
  class: /* @__PURE__ */ b(["joy-panel__header"])
775
- }, lt = {
775
+ }, at = {
776
776
  key: 0,
777
777
  class: "joy-panel__header-title"
778
778
  }, nt = {
@@ -782,7 +782,7 @@ const et = /* @__PURE__ */ _(Ye, [["__scopeId", "data-v-4a9e39e2"]]), tt = ["sma
782
782
  key: 2,
783
783
  class: "joy-panel__header-subtitle"
784
784
  }, it = { class: "joy-panel__body" }, dt = { class: "joy-panel__footer" }, ut = /* @__PURE__ */ p({
785
- __name: "JoyPanel",
785
+ __name: "VJoyPanel",
786
786
  props: {
787
787
  flex: {
788
788
  type: String
@@ -800,24 +800,24 @@ const et = /* @__PURE__ */ _(Ye, [["__scopeId", "data-v-4a9e39e2"]]), tt = ["sma
800
800
  }
801
801
  },
802
802
  setup(e) {
803
- const l = C(), a = S(), t = V(() => {
803
+ const a = w(), l = S(), t = J(() => {
804
804
  var i;
805
- return (i = a.value) == null ? void 0 : i.closest(".joy-wrapper");
805
+ return (i = l.value) == null ? void 0 : i.closest(".joy-wrapper");
806
806
  });
807
807
  return (i, s) => (o(), d("section", {
808
808
  ref_key: "panel",
809
- ref: a,
809
+ ref: l,
810
810
  style: D({ flex: e.flex }),
811
811
  class: b(["joy-panel", `joy-panel--${e.padding}`, { "joy-panel--no-margin": e.noMargin || m(t) }])
812
812
  }, [
813
- u("header", at, [
814
- m(l)["panel-title"] ? (o(), d("div", lt, [
813
+ u("header", lt, [
814
+ m(a)["panel-title"] ? (o(), d("div", at, [
815
815
  c(i.$slots, "panel-title", {}, void 0, !0)
816
816
  ])) : y("", !0),
817
- m(l)["panel-action"] ? (o(), d("div", nt, [
817
+ m(a)["panel-action"] ? (o(), d("div", nt, [
818
818
  c(i.$slots, "panel-title-action", {}, void 0, !0)
819
819
  ])) : y("", !0),
820
- m(l)["panel-subtitle"] ? (o(), d("div", ot, [
820
+ m(a)["panel-subtitle"] ? (o(), d("div", ot, [
821
821
  c(i.$slots, "panel-subtitle", {}, void 0, !0)
822
822
  ])) : y("", !0)
823
823
  ]),
@@ -830,28 +830,28 @@ const et = /* @__PURE__ */ _(Ye, [["__scopeId", "data-v-4a9e39e2"]]), tt = ["sma
830
830
  ], 6));
831
831
  }
832
832
  });
833
- const st = /* @__PURE__ */ _(ut, [["__scopeId", "data-v-ab3b6d88"]]), rt = { class: "joy-panel-section" }, ct = {
833
+ const st = /* @__PURE__ */ _(ut, [["__scopeId", "data-v-2e2ef043"]]), rt = { class: "joy-panel-section" }, ct = {
834
834
  key: 0,
835
835
  class: "joy-panel-section__title"
836
836
  }, yt = {
837
837
  key: 1,
838
838
  class: "joy-panel-section__content"
839
839
  }, mt = /* @__PURE__ */ p({
840
- __name: "JoyPanelSection",
840
+ __name: "VJoyPanelSection",
841
841
  setup(e) {
842
- const l = C();
843
- return (a, t) => (o(), d("div", rt, [
844
- m(l)["panel-section-title"] ? (o(), d("div", ct, [
845
- c(a.$slots, "panel-section-title", {}, void 0, !0)
842
+ const a = w();
843
+ return (l, t) => (o(), d("div", rt, [
844
+ m(a)["panel-section-title"] ? (o(), d("div", ct, [
845
+ c(l.$slots, "panel-section-title", {}, void 0, !0)
846
846
  ])) : y("", !0),
847
- m(l)["panel-section-content"] ? (o(), d("div", yt, [
848
- c(a.$slots, "panel-section-content", {}, void 0, !0)
847
+ m(a)["panel-section-content"] ? (o(), d("div", yt, [
848
+ c(l.$slots, "panel-section-content", {}, void 0, !0)
849
849
  ])) : y("", !0)
850
850
  ]));
851
851
  }
852
852
  });
853
- const ft = /* @__PURE__ */ _(mt, [["__scopeId", "data-v-3b8a6001"]]), vt = ["id", "value", "checked", "disabled", "required", "name"], bt = { class: "joy-radio-label" }, gt = { class: "joy-radio-content__wrapper" }, ht = { class: "joy-radio-content" }, pt = /* @__PURE__ */ p({
854
- __name: "JoyRadio",
853
+ const ft = /* @__PURE__ */ _(mt, [["__scopeId", "data-v-d88510ab"]]), vt = ["id", "value", "checked", "disabled", "required", "name"], bt = { class: "joy-radio-label" }, gt = { class: "joy-radio-content__wrapper" }, ht = { class: "joy-radio-content" }, pt = /* @__PURE__ */ p({
854
+ __name: "VJoyRadio",
855
855
  props: {
856
856
  disabled: {
857
857
  type: Boolean,
@@ -885,25 +885,25 @@ const ft = /* @__PURE__ */ _(mt, [["__scopeId", "data-v-3b8a6001"]]), vt = ["id"
885
885
  }
886
886
  },
887
887
  emits: ["update:modelValue"],
888
- setup(e, { expose: l, emit: a }) {
889
- const t = e, i = S(!1), s = S(null), f = S(null), n = C(), r = V(() => !t.modelValue || !t.value ? !1 : t.modelValue === t.value);
888
+ setup(e, { expose: a, emit: l }) {
889
+ const t = e, i = S(!1), s = S(null), f = S(null), n = w(), r = J(() => !t.modelValue || !t.value ? !1 : t.modelValue === t.value);
890
890
  function g() {
891
891
  i.value = !!n["expandable-content"] && r.value;
892
892
  }
893
893
  function k() {
894
- a("update:modelValue", t.value), g();
894
+ l("update:modelValue", t.value), g();
895
895
  }
896
896
  return N(() => {
897
897
  t.theme === "outline" && g();
898
- }), K(
898
+ }), Z(
899
899
  () => t.modelValue,
900
900
  () => {
901
901
  g();
902
902
  }
903
- ), l({
903
+ ), a({
904
904
  checked: r,
905
905
  isExpanded: i
906
- }), (I, j) => (o(), d("label", {
906
+ }), (x, j) => (o(), d("label", {
907
907
  ref_key: "root",
908
908
  ref: s,
909
909
  class: b([
@@ -927,25 +927,25 @@ const ft = /* @__PURE__ */ _(mt, [["__scopeId", "data-v-3b8a6001"]]), vt = ["id"
927
927
  onChange: k
928
928
  }, null, 40, vt),
929
929
  u("span", bt, [
930
- c(I.$slots, "default", {}, void 0, !0)
930
+ c(x.$slots, "default", {}, void 0, !0)
931
931
  ]),
932
932
  u("div", gt, [
933
933
  u("div", ht, [
934
- c(I.$slots, "radio-content", {}, void 0, !0)
934
+ c(x.$slots, "radio-content", {}, void 0, !0)
935
935
  ]),
936
936
  u("div", {
937
937
  ref_key: "expandableElement",
938
938
  ref: f,
939
939
  class: b(["joy-radio-expandable", { "joy-radio-expandable--expanded": i.value }])
940
940
  }, [
941
- c(I.$slots, "expandable-content", {}, void 0, !0)
941
+ c(x.$slots, "expandable-content", {}, void 0, !0)
942
942
  ], 2)
943
943
  ])
944
944
  ], 2));
945
945
  }
946
946
  });
947
- const _t = /* @__PURE__ */ _(pt, [["__scopeId", "data-v-5b66be9f"]]), kt = ["form", "name"], jt = /* @__PURE__ */ p({
948
- __name: "JoyRadioGroup",
947
+ const _t = /* @__PURE__ */ _(pt, [["__scopeId", "data-v-d5988486"]]), kt = ["form", "name"], jt = /* @__PURE__ */ p({
948
+ __name: "VJoyRadioGroup",
949
949
  props: {
950
950
  direction: {
951
951
  type: String,
@@ -959,27 +959,27 @@ const _t = /* @__PURE__ */ _(pt, [["__scopeId", "data-v-5b66be9f"]]), kt = ["for
959
959
  }
960
960
  },
961
961
  setup(e) {
962
- return (l, a) => (o(), d("fieldset", {
962
+ return (a, l) => (o(), d("fieldset", {
963
963
  ref: "root",
964
964
  class: "joy-radio-group-fieldset",
965
965
  role: "radiogroup",
966
966
  form: e.form,
967
967
  name: e.name
968
968
  }, [
969
- c(l.$slots, "radio-group-legend", {}, void 0, !0),
969
+ c(a.$slots, "radio-group-legend", {}, void 0, !0),
970
970
  u("div", {
971
971
  class: b(["joy-radio-group-container", `joy-radio-group-${e.direction}`])
972
972
  }, [
973
- c(l.$slots, "default", {}, void 0, !0)
973
+ c(a.$slots, "default", {}, void 0, !0)
974
974
  ], 2)
975
975
  ], 8, kt));
976
976
  }
977
977
  });
978
- const St = /* @__PURE__ */ _(jt, [["__scopeId", "data-v-d75cd96a"]]), $t = (e) => (M("data-v-0d978ea6"), e = e(), E(), e), xt = ["id", "name", "aria-invalid", "required", "disabled", "value"], It = /* @__PURE__ */ $t(() => /* @__PURE__ */ u("joy-icon", {
978
+ const St = /* @__PURE__ */ _(jt, [["__scopeId", "data-v-de56c3c4"]]), $t = (e) => (z("data-v-e856916f"), e = e(), M(), e), Vt = ["id", "name", "aria-invalid", "required", "disabled", "value"], xt = /* @__PURE__ */ $t(() => /* @__PURE__ */ u("joy-icon", {
979
979
  class: "joy-select__chevron",
980
980
  name: "chevron-down"
981
- }, null, -1)), qt = /* @__PURE__ */ p({
982
- __name: "JoySelect",
981
+ }, null, -1)), It = /* @__PURE__ */ p({
982
+ __name: "VJoySelect",
983
983
  props: {
984
984
  disabled: {
985
985
  type: Boolean,
@@ -1018,8 +1018,8 @@ const St = /* @__PURE__ */ _(jt, [["__scopeId", "data-v-d75cd96a"]]), $t = (e) =
1018
1018
  // ...TEXT_BASED_PROPS,
1019
1019
  },
1020
1020
  emits: ["update:modelValue"],
1021
- setup(e, { emit: l }) {
1022
- const a = e, t = S(), i = S(), s = C();
1021
+ setup(e, { emit: a }) {
1022
+ const l = e, t = S(), i = S(), s = w();
1023
1023
  N(() => {
1024
1024
  var g;
1025
1025
  const n = s.label && s.label();
@@ -1032,27 +1032,27 @@ const St = /* @__PURE__ */ _(jt, [["__scopeId", "data-v-d75cd96a"]]), $t = (e) =
1032
1032
  console.warn("JoyLabel for attribute is missing");
1033
1033
  return;
1034
1034
  }
1035
- k !== a.id && console.warn("JoyLabel for attribute does not match with JoySelect id");
1035
+ k !== l.id && console.warn("JoyLabel for attribute does not match with JoySelect id");
1036
1036
  }
1037
1037
  });
1038
1038
  function f(n) {
1039
1039
  const r = n.target.value;
1040
- l("update:modelValue", r);
1040
+ a("update:modelValue", r);
1041
1041
  }
1042
1042
  return (n, r) => (o(), d("div", {
1043
1043
  ref_key: "root",
1044
1044
  ref: t
1045
1045
  }, [
1046
1046
  c(n.$slots, "label", {}, () => [
1047
- e.label ? (o(), J(w, {
1047
+ e.label ? (o(), B(C, {
1048
1048
  key: 0,
1049
1049
  required: e.required && e.requiredMark,
1050
1050
  "optional-label": e.optionalLabel,
1051
1051
  for: e.id || e.name,
1052
1052
  size: e.labelSize
1053
1053
  }, {
1054
- default: q(() => [
1055
- B($(e.label), 1)
1054
+ default: I(() => [
1055
+ q($(e.label), 1)
1056
1056
  ]),
1057
1057
  _: 1
1058
1058
  }, 8, ["required", "optional-label", "for", "size"])) : y("", !0)
@@ -1077,14 +1077,14 @@ const St = /* @__PURE__ */ _(jt, [["__scopeId", "data-v-d75cd96a"]]), $t = (e) =
1077
1077
  onInput: f
1078
1078
  }, [
1079
1079
  c(n.$slots, "default", {}, void 0, !0)
1080
- ], 40, xt),
1081
- It
1080
+ ], 40, Vt),
1081
+ xt
1082
1082
  ], 2)
1083
1083
  ], 512));
1084
1084
  }
1085
1085
  });
1086
- const Bt = /* @__PURE__ */ _(qt, [["__scopeId", "data-v-0d978ea6"]]), Jt = ["aria-disabled"], Vt = ["id", "value", "checked", "disabled", "required", "name"], wt = /* @__PURE__ */ p({
1087
- __name: "JoySelectableItem",
1086
+ const qt = /* @__PURE__ */ _(It, [["__scopeId", "data-v-e856916f"]]), Bt = ["aria-disabled"], Jt = ["id", "value", "checked", "disabled", "required", "name"], Ct = /* @__PURE__ */ p({
1087
+ __name: "VJoySelectableItem",
1088
1088
  props: {
1089
1089
  disabled: {
1090
1090
  type: Boolean,
@@ -1119,20 +1119,20 @@ const Bt = /* @__PURE__ */ _(qt, [["__scopeId", "data-v-0d978ea6"]]), Jt = ["ari
1119
1119
  }
1120
1120
  },
1121
1121
  emits: ["update:checked"],
1122
- setup(e, { emit: l }) {
1123
- const a = e, t = S(a.checked), i = S(), s = a.multiple ? "div" : "label", f = {
1122
+ setup(e, { emit: a }) {
1123
+ const l = e, t = S(l.checked), i = S(), s = l.multiple ? "div" : "label", f = {
1124
1124
  onRadioChange: () => {
1125
- l("update:checked", a.value);
1125
+ a("update:checked", l.value);
1126
1126
  },
1127
1127
  onClick: () => {
1128
- a.checked && !a.multiple && l("update:checked", "");
1128
+ l.checked && !l.multiple && a("update:checked", "");
1129
1129
  },
1130
1130
  onLabelClick: (r) => {
1131
- a.multiple || r.stopPropagation();
1131
+ l.multiple || r.stopPropagation();
1132
1132
  }
1133
1133
  };
1134
1134
  function n(r) {
1135
- l("update:checked", r);
1135
+ a("update:checked", r);
1136
1136
  }
1137
1137
  return (r, g) => (o(), d("div", {
1138
1138
  class: "joy-selectable-item__wrapper",
@@ -1153,8 +1153,8 @@ const Bt = /* @__PURE__ */ _(qt, [["__scopeId", "data-v-0d978ea6"]]), Jt = ["ari
1153
1153
  name: e.name,
1154
1154
  onChange: g[0] || (g[0] = //@ts-ignore
1155
1155
  (...k) => f.onRadioChange && f.onRadioChange(...k))
1156
- }, null, 40, Vt)),
1157
- (o(), J(z(m(s)), {
1156
+ }, null, 40, Jt)),
1157
+ (o(), B(E(m(s)), {
1158
1158
  for: e.id,
1159
1159
  class: b([
1160
1160
  "joy-selectable-item",
@@ -1167,8 +1167,8 @@ const Bt = /* @__PURE__ */ _(qt, [["__scopeId", "data-v-0d978ea6"]]), Jt = ["ari
1167
1167
  ]),
1168
1168
  onClick: f.onLabelClick
1169
1169
  }, {
1170
- default: q(() => [
1171
- e.multiple ? (o(), J(m(T), {
1170
+ default: I(() => [
1171
+ e.multiple ? (o(), B(m(T), {
1172
1172
  key: 0,
1173
1173
  id: e.id,
1174
1174
  checked: t.value,
@@ -1181,7 +1181,7 @@ const Bt = /* @__PURE__ */ _(qt, [["__scopeId", "data-v-0d978ea6"]]), Jt = ["ari
1181
1181
  name: e.name,
1182
1182
  required: e.required
1183
1183
  }, {
1184
- default: q(() => [
1184
+ default: I(() => [
1185
1185
  c(r.$slots, "default", {}, void 0, !0)
1186
1186
  ]),
1187
1187
  _: 3
@@ -1195,18 +1195,18 @@ const Bt = /* @__PURE__ */ _(qt, [["__scopeId", "data-v-0d978ea6"]]), Jt = ["ari
1195
1195
  ]),
1196
1196
  _: 3
1197
1197
  }, 8, ["for", "class", "onClick"]))
1198
- ], 8, Jt));
1198
+ ], 8, Bt));
1199
1199
  }
1200
1200
  });
1201
- const U = /* @__PURE__ */ _(wt, [["__scopeId", "data-v-46f0bc5e"]]), Ct = ["id"], Lt = /* @__PURE__ */ p({
1202
- __name: "JoySelectableItemGroup",
1201
+ const U = /* @__PURE__ */ _(Ct, [["__scopeId", "data-v-c40bf83e"]]), wt = ["id"], Lt = /* @__PURE__ */ p({
1202
+ __name: "VJoySelectableItemGroup",
1203
1203
  props: {
1204
1204
  options: {
1205
1205
  type: Array,
1206
1206
  required: !0,
1207
1207
  validator(e) {
1208
- const l = e.every((t) => Object.keys(t).includes("value")), a = e.every((t) => Object.keys(t).includes("label"));
1209
- return l && a;
1208
+ const a = e.every((t) => Object.keys(t).includes("value")), l = e.every((t) => Object.keys(t).includes("label"));
1209
+ return a && l;
1210
1210
  }
1211
1211
  },
1212
1212
  id: String,
@@ -1238,30 +1238,30 @@ const U = /* @__PURE__ */ _(wt, [["__scopeId", "data-v-46f0bc5e"]]), Ct = ["id"]
1238
1238
  }
1239
1239
  },
1240
1240
  emits: ["update:value"],
1241
- setup(e, { emit: l }) {
1242
- const a = e;
1241
+ setup(e, { emit: a }) {
1242
+ const l = e;
1243
1243
  function t(s) {
1244
- return typeof a.value == "string" ? a.value === s.value : (a.value || []).includes(s.value);
1244
+ return typeof l.value == "string" ? l.value === s.value : (l.value || []).includes(s.value);
1245
1245
  }
1246
1246
  function i(s, f) {
1247
- if (!a.multiple)
1248
- return l("update:value", f);
1249
- let n = [...a.value || []];
1250
- f && typeof f == "boolean" ? n.push(s) : n.splice(n.indexOf(s), 1), l("update:value", n);
1247
+ if (!l.multiple)
1248
+ return a("update:value", f);
1249
+ let n = [...l.value || []];
1250
+ f && typeof f == "boolean" ? n.push(s) : n.splice(n.indexOf(s), 1), a("update:value", n);
1251
1251
  }
1252
1252
  return (s, f) => (o(), d("fieldset", {
1253
1253
  id: e.id,
1254
1254
  class: "joy-selectable-item-group__wrapper"
1255
1255
  }, [
1256
- e.label ? (o(), J(m(w), {
1256
+ e.label ? (o(), B(m(C), {
1257
1257
  key: 0,
1258
1258
  "tag-name": "legend",
1259
1259
  required: e.required && e.requiredMark,
1260
1260
  "optional-label": e.optionalLabel,
1261
1261
  size: e.labelSize
1262
1262
  }, {
1263
- default: q(() => [
1264
- B($(e.label), 1)
1263
+ default: I(() => [
1264
+ q($(e.label), 1)
1265
1265
  ]),
1266
1266
  _: 1
1267
1267
  }, 8, ["required", "optional-label", "size"])) : y("", !0),
@@ -1275,7 +1275,7 @@ const U = /* @__PURE__ */ _(wt, [["__scopeId", "data-v-46f0bc5e"]]), Ct = ["id"]
1275
1275
  }
1276
1276
  ])
1277
1277
  }, [
1278
- (o(!0), d(A, null, F(e.options, (n) => (o(), J(m(U), {
1278
+ (o(!0), d(A, null, F(e.options, (n) => (o(), B(m(U), {
1279
1279
  id: n.id,
1280
1280
  key: n.id,
1281
1281
  name: n.name,
@@ -1283,26 +1283,26 @@ const U = /* @__PURE__ */ _(wt, [["__scopeId", "data-v-46f0bc5e"]]), Ct = ["id"]
1283
1283
  multiple: e.multiple,
1284
1284
  checked: t(n),
1285
1285
  "onUpdate:checked": (r) => i(n.value, r)
1286
- }, Z({
1287
- default: q(() => [
1288
- B($(n.label) + " ", 1)
1286
+ }, K({
1287
+ default: I(() => [
1288
+ q($(n.label) + " ", 1)
1289
1289
  ]),
1290
1290
  _: 2
1291
1291
  }, [
1292
1292
  n.subLabel ? {
1293
1293
  name: "selectable-item-sublabel",
1294
- fn: q(() => [
1295
- B($(n.subLabel), 1)
1294
+ fn: I(() => [
1295
+ q($(n.subLabel), 1)
1296
1296
  ]),
1297
1297
  key: "0"
1298
1298
  } : void 0
1299
1299
  ]), 1032, ["id", "name", "value", "multiple", "checked", "onUpdate:checked"]))), 128))
1300
1300
  ], 2)
1301
- ], 8, Ct));
1301
+ ], 8, wt));
1302
1302
  }
1303
1303
  });
1304
- const zt = /* @__PURE__ */ _(Lt, [["__scopeId", "data-v-cec63fed"]]), Mt = /* @__PURE__ */ p({
1305
- __name: "JoyWrapper",
1304
+ const zt = /* @__PURE__ */ _(Lt, [["__scopeId", "data-v-3ba17434"]]), Mt = /* @__PURE__ */ p({
1305
+ __name: "VJoyWrapper",
1306
1306
  props: {
1307
1307
  justify: {
1308
1308
  type: String,
@@ -1322,14 +1322,14 @@ const zt = /* @__PURE__ */ _(Lt, [["__scopeId", "data-v-cec63fed"]]), Mt = /* @_
1322
1322
  }
1323
1323
  },
1324
1324
  setup(e) {
1325
- return (l, a) => (o(), d("div", {
1325
+ return (a, l) => (o(), d("div", {
1326
1326
  class: b(["joy-wrapper", `joy-wrapper--justify-${e.justify}`, `joy-wrapper--align-${e.align}`, `joy-wrapper--direction-${e.direction}`, `joy-wrapper--wrap-${e.wrap}`])
1327
1327
  }, [
1328
- c(l.$slots, "default", {}, void 0, !0)
1328
+ c(a.$slots, "default", {}, void 0, !0)
1329
1329
  ], 2));
1330
1330
  }
1331
1331
  });
1332
- const Et = /* @__PURE__ */ _(Mt, [["__scopeId", "data-v-ce0e1214"]]), Nt = { class: "joy-template__heading" }, Tt = {
1332
+ const Et = /* @__PURE__ */ _(Mt, [["__scopeId", "data-v-319d995e"]]), Nt = { class: "joy-template__heading" }, Tt = {
1333
1333
  key: 0,
1334
1334
  class: "joy-template-slot-back"
1335
1335
  }, Ot = { class: "joy-template__heading___headings" }, Rt = {
@@ -1345,25 +1345,25 @@ const Et = /* @__PURE__ */ _(Mt, [["__scopeId", "data-v-ce0e1214"]]), Nt = { cla
1345
1345
  key: 1,
1346
1346
  class: "joy-template-slot-sidebar"
1347
1347
  }, Ht = /* @__PURE__ */ p({
1348
- __name: "JoyTemplate",
1348
+ __name: "VJoyTemplate",
1349
1349
  props: {
1350
1350
  full: { type: Boolean, default: !1 },
1351
1351
  sidebar: { type: String, default: "right" }
1352
1352
  },
1353
1353
  setup(e) {
1354
- const l = e, a = C();
1354
+ const a = e, l = w();
1355
1355
  return (t, i) => (o(), d("main", {
1356
- class: b(["joy-template", { "joy-template--full": l.full }])
1356
+ class: b(["joy-template", { "joy-template--full": a.full }])
1357
1357
  }, [
1358
1358
  u("div", Nt, [
1359
- m(a)["template-back"] ? (o(), d("div", Tt, [
1359
+ m(l)["template-back"] ? (o(), d("div", Tt, [
1360
1360
  c(t.$slots, "template-back", {}, void 0, !0)
1361
1361
  ])) : y("", !0),
1362
1362
  u("div", Ot, [
1363
- m(a)["template-title"] ? (o(), d("div", Rt, [
1363
+ m(l)["template-title"] ? (o(), d("div", Rt, [
1364
1364
  c(t.$slots, "template-title", {}, void 0, !0)
1365
1365
  ])) : y("", !0),
1366
- m(a)["template-subtitle"] ? (o(), d("div", At, [
1366
+ m(l)["template-subtitle"] ? (o(), d("div", At, [
1367
1367
  c(t.$slots, "template-subtitle", {}, void 0, !0)
1368
1368
  ])) : y("", !0)
1369
1369
  ])
@@ -1372,7 +1372,7 @@ const Et = /* @__PURE__ */ _(Mt, [["__scopeId", "data-v-ce0e1214"]]), Nt = { cla
1372
1372
  class: b([
1373
1373
  "joy-template__content",
1374
1374
  {
1375
- "joy-template__content--reverse": l.sidebar === "left"
1375
+ "joy-template__content--reverse": a.sidebar === "left"
1376
1376
  }
1377
1377
  ])
1378
1378
  }, [
@@ -1386,16 +1386,16 @@ const Et = /* @__PURE__ */ _(Mt, [["__scopeId", "data-v-ce0e1214"]]), Nt = { cla
1386
1386
  ], 2));
1387
1387
  }
1388
1388
  });
1389
- const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-b332d474"]]), Ut = ["aria-disabled"], Wt = ["id", "disabled", "name", "required", "minlength", "value"], Dt = {
1389
+ const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-a03bc629"]]), Ut = ["aria-disabled"], Wt = ["id", "disabled", "name", "required", "minlength", "value"], Dt = {
1390
1390
  key: 0,
1391
1391
  class: "joy-textarea_helpers"
1392
- }, Kt = {
1392
+ }, Zt = {
1393
1393
  key: 0,
1394
1394
  name: "check",
1395
1395
  color: "grey",
1396
1396
  size: "xxsmall"
1397
- }, Zt = /* @__PURE__ */ p({
1398
- __name: "JoyTextarea",
1397
+ }, Kt = /* @__PURE__ */ p({
1398
+ __name: "VJoyTextarea",
1399
1399
  props: {
1400
1400
  disabled: {
1401
1401
  type: Boolean,
@@ -1442,8 +1442,8 @@ const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-b332d474"]]), Ut = ["ari
1442
1442
  }
1443
1443
  },
1444
1444
  emits: ["update:modelValue"],
1445
- setup(e, { expose: l, emit: a }) {
1446
- const t = e, i = S(), s = S(), f = S(!1), n = V(() => t.maxlength ? t.modelValue.length > t.maxlength : !1), r = V(() => t.minlength ? t.modelValue.length < t.minlength : !1);
1445
+ setup(e, { expose: a, emit: l }) {
1446
+ const t = e, i = S(), s = S(), f = S(!1), n = J(() => t.maxlength ? t.modelValue.length > t.maxlength : !1), r = J(() => t.minlength ? t.modelValue.length < t.minlength : !1);
1447
1447
  function g() {
1448
1448
  i.value && t.autogrow && (i.value.style.height = "auto", i.value.style.height = i.value.scrollHeight + "px", s.value && (s.value.style.height = i.value.scrollHeight + "px"));
1449
1449
  }
@@ -1451,18 +1451,18 @@ const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-b332d474"]]), Ut = ["ari
1451
1451
  g();
1452
1452
  });
1453
1453
  const k = {
1454
- onInput: (I) => {
1455
- a("update:modelValue", I.target.value), g();
1454
+ onInput: (x) => {
1455
+ l("update:modelValue", x.target.value), g();
1456
1456
  },
1457
1457
  onBlur: () => {
1458
1458
  f.value = n.value || r.value;
1459
1459
  }
1460
1460
  };
1461
- return l({
1461
+ return a({
1462
1462
  isInvalid: f,
1463
1463
  valueOverMaxlength: n,
1464
1464
  valueUnderMinlength: r
1465
- }), (I, j) => (o(), d("div", {
1465
+ }), (x, j) => (o(), d("div", {
1466
1466
  "aria-disabled": e.disabled,
1467
1467
  class: b([
1468
1468
  "joy-textarea",
@@ -1473,15 +1473,15 @@ const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-b332d474"]]), Ut = ["ari
1473
1473
  }
1474
1474
  ])
1475
1475
  }, [
1476
- R(m(w), {
1476
+ R(m(C), {
1477
1477
  for: e.id,
1478
1478
  required: e.required && e.requiredMark,
1479
1479
  "optional-label": e.optionalLabel,
1480
1480
  size: e.labelSize
1481
1481
  }, {
1482
- default: q(() => [
1483
- c(I.$slots, "default", {}, () => [
1484
- B($(e.label), 1)
1482
+ default: I(() => [
1483
+ c(x.$slots, "default", {}, () => [
1484
+ q($(e.label), 1)
1485
1485
  ], !0)
1486
1486
  ]),
1487
1487
  _: 3
@@ -1491,7 +1491,7 @@ const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-b332d474"]]), Ut = ["ari
1491
1491
  ref: s,
1492
1492
  class: "joy-textarea_wrapper"
1493
1493
  }, [
1494
- u("textarea", L(I.$attrs, {
1494
+ u("textarea", L(x.$attrs, {
1495
1495
  id: e.id,
1496
1496
  ref_key: "textarea",
1497
1497
  ref: i,
@@ -1512,8 +1512,8 @@ const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-b332d474"]]), Ut = ["ari
1512
1512
  key: 0,
1513
1513
  class: b(["joy-textarea-min", { "joy-textarea-min-invalid": e.invalid }])
1514
1514
  }, [
1515
- m(r) ? y("", !0) : (o(), d("joy-icon", Kt)),
1516
- B(" " + $(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
1515
+ m(r) ? y("", !0) : (o(), d("joy-icon", Zt)),
1516
+ q(" " + $(e.minlengthLabel || `Minimum ${e.minlength} characters`), 1)
1517
1517
  ], 2)) : y("", !0),
1518
1518
  e.maxlength ? (o(), d("p", {
1519
1519
  key: 1,
@@ -1523,8 +1523,21 @@ const Gt = /* @__PURE__ */ _(Ht, [["__scopeId", "data-v-b332d474"]]), Ut = ["ari
1523
1523
  ], 10, Ut));
1524
1524
  }
1525
1525
  });
1526
- const Qt = /* @__PURE__ */ _(Zt, [["__scopeId", "data-v-4505e508"]]), Xt = ["name", "disabled", "checked", "required", "aria-checked", "value"], Yt = { class: "joy-toggle__content" }, ea = /* @__PURE__ */ p({
1527
- __name: "JoyToggle",
1526
+ const Qt = /* @__PURE__ */ _(Kt, [["__scopeId", "data-v-650f33d9"]]), Xt = (e) => (z("data-v-79792513"), e = e(), M(), e), Yt = ["name", "disabled", "checked", "required", "aria-checked", "value"], el = { class: "joy-toggle__content" }, tl = { class: "joy-toggle__content-label" }, ll = /* @__PURE__ */ Xt(() => /* @__PURE__ */ u("span", { class: "joy-toggle__smile" }, [
1527
+ /* @__PURE__ */ u("svg", {
1528
+ width: "18",
1529
+ height: "10",
1530
+ viewBox: "0 0 18 10",
1531
+ fill: "currentColor",
1532
+ xmlns: "http://www.w3.org/2000/svg"
1533
+ }, [
1534
+ /* @__PURE__ */ u("path", {
1535
+ 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",
1536
+ fill: "currentColor"
1537
+ })
1538
+ ])
1539
+ ], -1)), al = /* @__PURE__ */ p({
1540
+ __name: "VJoyToggle",
1528
1541
  props: {
1529
1542
  modelValue: {
1530
1543
  type: Boolean,
@@ -1556,11 +1569,11 @@ const Qt = /* @__PURE__ */ _(Zt, [["__scopeId", "data-v-4505e508"]]), Xt = ["nam
1556
1569
  label: String
1557
1570
  },
1558
1571
  emits: ["update:modelValue"],
1559
- setup(e, { emit: l }) {
1560
- const a = {
1572
+ setup(e, { emit: a }) {
1573
+ const l = {
1561
1574
  onChange: (t) => {
1562
1575
  const i = t.target.checked;
1563
- l("update:modelValue", i);
1576
+ a("update:modelValue", i);
1564
1577
  }
1565
1578
  };
1566
1579
  return (t, i) => (o(), d("div", null, [
@@ -1585,68 +1598,71 @@ const Qt = /* @__PURE__ */ _(Zt, [["__scopeId", "data-v-4505e508"]]), Xt = ["nam
1585
1598
  "aria-checked": e.modelValue,
1586
1599
  value: e.value,
1587
1600
  onChange: i[0] || (i[0] = //@ts-ignore
1588
- (...s) => a.onChange && a.onChange(...s))
1589
- }, null, 40, Xt),
1590
- u("p", Yt, [
1591
- c(t.$slots, "default", {}, () => [
1592
- B($(e.label), 1)
1593
- ], !0)
1601
+ (...s) => l.onChange && l.onChange(...s))
1602
+ }, null, 40, Yt),
1603
+ u("p", el, [
1604
+ u("span", tl, [
1605
+ c(t.$slots, "default", {}, () => [
1606
+ q($(e.label), 1)
1607
+ ], !0)
1608
+ ]),
1609
+ ll
1594
1610
  ])
1595
1611
  ], 2)
1596
1612
  ]));
1597
1613
  }
1598
1614
  });
1599
- const ta = /* @__PURE__ */ _(ea, [["__scopeId", "data-v-e31a6b5e"]]), aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1615
+ const nl = /* @__PURE__ */ _(al, [["__scopeId", "data-v-79792513"]]), ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1600
1616
  __proto__: null,
1601
- JoyButton: ue,
1602
- JoyCheckbox: T,
1603
- JoyCounter: xe,
1604
- JoyFormError: G,
1605
- JoyHighlight: Me,
1606
- JoyInput: Ge,
1607
- JoyLabel: w,
1608
- JoyLink: Ze,
1609
- JoyMultiCheckbox: et,
1610
- JoyPanel: st,
1611
- JoyPanelSection: ft,
1612
- JoyRadio: _t,
1613
- JoyRadioGroup: St,
1614
- JoySelect: Bt,
1615
- JoySelectableItem: U,
1616
- JoySelectableItemGroup: zt,
1617
- JoySpinner: P,
1618
- JoyTemplate: Gt,
1619
- JoyTextarea: Qt,
1620
- JoyToggle: ta,
1621
- JoyWrapper: Et
1622
- }, Symbol.toStringTag, { value: "Module" })), na = {
1617
+ VJoyButton: ue,
1618
+ VJoyCheckbox: T,
1619
+ VJoyCounter: Ve,
1620
+ VJoyFormError: G,
1621
+ VJoyHighlight: Me,
1622
+ VJoyInput: Ge,
1623
+ VJoyLabel: C,
1624
+ VJoyLink: Ke,
1625
+ VJoyMultiCheckbox: et,
1626
+ VJoyPanel: st,
1627
+ VJoyPanelSection: ft,
1628
+ VJoyRadio: _t,
1629
+ VJoyRadioGroup: St,
1630
+ VJoySelect: qt,
1631
+ VJoySelectableItem: U,
1632
+ VJoySelectableItemGroup: zt,
1633
+ VJoySpinner: P,
1634
+ VJoyTemplate: Gt,
1635
+ VJoyTextarea: Qt,
1636
+ VJoyToggle: nl,
1637
+ VJoyWrapper: Et
1638
+ }, Symbol.toStringTag, { value: "Module" })), dl = {
1623
1639
  install: (e) => {
1624
- Object.entries(aa).forEach(([l, a]) => {
1625
- e.component(l, a);
1640
+ Object.entries(ol).forEach(([a, l]) => {
1641
+ e.component(a, l);
1626
1642
  });
1627
1643
  }
1628
1644
  };
1629
1645
  export {
1630
- ue as JoyButton,
1631
- T as JoyCheckbox,
1632
- xe as JoyCounter,
1633
- G as JoyFormError,
1634
- Me as JoyHighlight,
1635
- Ge as JoyInput,
1636
- w as JoyLabel,
1637
- Ze as JoyLink,
1638
- et as JoyMultiCheckbox,
1639
- st as JoyPanel,
1640
- ft as JoyPanelSection,
1641
- _t as JoyRadio,
1642
- St as JoyRadioGroup,
1643
- Bt as JoySelect,
1644
- U as JoySelectableItem,
1645
- zt as JoySelectableItemGroup,
1646
- P as JoySpinner,
1647
- Gt as JoyTemplate,
1648
- Qt as JoyTextarea,
1649
- ta as JoyToggle,
1650
- na as JoyVuePlugin,
1651
- Et as JoyWrapper
1646
+ dl as JoyVuePlugin,
1647
+ ue as VJoyButton,
1648
+ T as VJoyCheckbox,
1649
+ Ve as VJoyCounter,
1650
+ G as VJoyFormError,
1651
+ Me as VJoyHighlight,
1652
+ Ge as VJoyInput,
1653
+ C as VJoyLabel,
1654
+ Ke as VJoyLink,
1655
+ et as VJoyMultiCheckbox,
1656
+ st as VJoyPanel,
1657
+ ft as VJoyPanelSection,
1658
+ _t as VJoyRadio,
1659
+ St as VJoyRadioGroup,
1660
+ qt as VJoySelect,
1661
+ U as VJoySelectableItem,
1662
+ zt as VJoySelectableItemGroup,
1663
+ P as VJoySpinner,
1664
+ Gt as VJoyTemplate,
1665
+ Qt as VJoyTextarea,
1666
+ nl as VJoyToggle,
1667
+ Et as VJoyWrapper
1652
1668
  };