@rocketui/vue 0.0.16 → 0.0.17

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.
@@ -1,5 +1,5 @@
1
- import { defineComponent as I, computed as $, openBlock as f, createElementBlock as m, normalizeClass as x, unref as w, normalizeStyle as We, toDisplayString as C, reactive as G, Fragment as Q, renderList as q, createElementVNode as v, createVNode as ne, createBlock as L, renderSlot as D, createCommentVNode as R, mergeProps as Pe, withModifiers as V, watch as U, ref as E, withDirectives as Ae, withKeys as ye, vModelText as Fe, vShow as Ue, onMounted as Ze, withCtx as Qe, createTextVNode as Xe, useCssVars as Ke, watchEffect as Ge } from "vue";
2
- const N = /* @__PURE__ */ I({
1
+ import { defineComponent as I, computed as $, openBlock as f, createElementBlock as m, normalizeClass as x, unref as w, normalizeStyle as We, toDisplayString as C, reactive as G, Fragment as Q, renderList as q, createElementVNode as _, createVNode as ne, createBlock as N, renderSlot as A, createCommentVNode as R, mergeProps as Pe, withModifiers as O, watch as U, ref as E, withDirectives as Ae, withKeys as ye, vModelText as Fe, vShow as Ue, onMounted as Ze, withCtx as Qe, createTextVNode as Xe, useCssVars as Ke, watchEffect as Ge } from "vue";
2
+ const B = /* @__PURE__ */ I({
3
3
  __name: "RIcon",
4
4
  props: {
5
5
  name: { default: "" },
@@ -17,58 +17,58 @@ const N = /* @__PURE__ */ I({
17
17
  alignItems: "center",
18
18
  justifyContent: "center"
19
19
  })), a = $(() => n.kind === "filled" ? "material-icons" : `material-icons-${n.kind}`);
20
- return (o, l) => (f(), m("span", {
20
+ return (o, s) => (f(), m("span", {
21
21
  class: x(w(a)),
22
22
  style: We(w(e))
23
23
  }, C(n.name), 7));
24
24
  }
25
- }), Je = ["onClick"], qe = { class: "accordion__title" }, et = { class: "accordion__icon" }, tt = { class: "accordion__content" }, zn = /* @__PURE__ */ I({
25
+ }), Je = ["onClick"], qe = { class: "accordion__title" }, et = { class: "accordion__icon" }, tt = { class: "accordion__content" }, Rn = /* @__PURE__ */ I({
26
26
  __name: "RAccordion",
27
27
  props: {
28
28
  accordions: null
29
29
  },
30
30
  setup(t) {
31
31
  const n = t, e = G(
32
- n.accordions.map(({ title: o, content: l }, s) => ({
32
+ n.accordions.map(({ title: o, content: s }, l) => ({
33
33
  title: o,
34
- content: l,
35
- open: n.accordions[s].open || !1,
36
- disabled: n.accordions[s].disabled || !1
34
+ content: s,
35
+ open: n.accordions[l].open || !1,
36
+ disabled: n.accordions[l].disabled || !1
37
37
  }))
38
38
  );
39
39
  function a(o) {
40
- e[o].disabled || e.forEach((l, s) => {
41
- e[s].open = s === o ? !e[s].open : !1;
40
+ e[o].disabled || e.forEach((s, l) => {
41
+ e[l].open = l === o ? !e[l].open : !1;
42
42
  });
43
43
  }
44
- return (o, l) => (f(!0), m(Q, null, q(e, (s, i) => (f(), m("div", {
44
+ return (o, s) => (f(!0), m(Q, null, q(e, (l, i) => (f(), m("div", {
45
45
  key: i,
46
46
  class: x({
47
47
  accordion: !0,
48
- "accordion--opened": s.open,
49
- "accordion--disabled": s.disabled
48
+ "accordion--opened": l.open,
49
+ "accordion--disabled": l.disabled
50
50
  })
51
51
  }, [
52
- v("div", {
52
+ _("div", {
53
53
  class: "accordion__header",
54
54
  onClick: (r) => a(i)
55
55
  }, [
56
- v("div", qe, C(s.title), 1),
57
- v("div", et, [
58
- ne(N, {
59
- name: s.open ? "expand_less" : "expand_more"
56
+ _("div", qe, C(l.title), 1),
57
+ _("div", et, [
58
+ ne(B, {
59
+ name: l.open ? "expand_less" : "expand_more"
60
60
  }, null, 8, ["name"])
61
61
  ])
62
62
  ], 8, Je),
63
- v("div", tt, [
64
- v("span", null, C(s.content), 1)
63
+ _("div", tt, [
64
+ _("span", null, C(l.content), 1)
65
65
  ])
66
66
  ], 2))), 128));
67
67
  }
68
- }), nt = { class: "icon" }, ot = { class: "texts" }, at = { class: "texts__title" }, lt = { class: "texts__description" }, st = {
68
+ }), nt = { class: "icon" }, ot = { class: "texts" }, at = { class: "texts__title" }, st = { class: "texts__description" }, lt = {
69
69
  key: 0,
70
70
  class: "close"
71
- }, Cn = /* @__PURE__ */ I({
71
+ }, In = /* @__PURE__ */ I({
72
72
  __name: "RAlert",
73
73
  props: {
74
74
  type: { default: "info" },
@@ -88,38 +88,38 @@ const N = /* @__PURE__ */ I({
88
88
  error: "error",
89
89
  warning: "warning",
90
90
  info: "info"
91
- })[e.type]), l = $(() => ({
91
+ })[e.type]), s = $(() => ({
92
92
  small: 12,
93
93
  medium: 16,
94
94
  large: 20
95
- })[e.size]), s = () => {
95
+ })[e.size]), l = () => {
96
96
  n("close");
97
97
  };
98
98
  return (i, r) => (f(), m("div", {
99
99
  class: x(w(a))
100
100
  }, [
101
- v("div", nt, [
102
- ne(N, {
101
+ _("div", nt, [
102
+ ne(B, {
103
103
  name: w(o),
104
- size: w(l)
104
+ size: w(s)
105
105
  }, null, 8, ["name", "size"])
106
106
  ]),
107
- v("div", ot, [
108
- v("p", at, C(e.title), 1),
109
- v("p", lt, C(e.description), 1)
107
+ _("div", ot, [
108
+ _("p", at, C(e.title), 1),
109
+ _("p", st, C(e.description), 1)
110
110
  ]),
111
- e.closable ? (f(), m("div", st, [
112
- i.$slots.close ? D(i.$slots, "close", { key: 1 }) : (f(), L(N, {
111
+ e.closable ? (f(), m("div", lt, [
112
+ i.$slots.close ? A(i.$slots, "close", { key: 1 }) : (f(), N(B, {
113
113
  key: 0,
114
114
  class: "close__button",
115
115
  name: "close",
116
116
  size: "16",
117
- onClick: s
117
+ onClick: l
118
118
  }))
119
119
  ])) : R("", !0)
120
120
  ], 2));
121
121
  }
122
- }), ke = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ5OTMgMTRDMTcuMTgyNyAxNCAyMC4xNjYgMTEuMDE2NyAyMC4xNjYgNy4zMzMzNEMyMC4xNjYgMy42NSAxNy4xODI3IDAuNjY2NjcyIDEzLjQ5OTMgMC42NjY2NzJDOS44MTYwMiAwLjY2NjY3MiA2LjgzMjY4IDMuNjUgNi44MzI2OCA3LjMzMzM0QzYuODMyNjggMTEuMDE2NyA5LjgxNjAyIDE0IDEzLjQ5OTMgMTRaTTEzLjQ5OTMgMTcuMzMzM0M5LjA0OTM1IDE3LjMzMzMgMC4xNjYwMTYgMTkuNTY2NyAwLjE2NjAxNiAyNFYyNS42NjY3QzAuMTY2MDE2IDI2LjU4MzMgMC45MTYwMTYgMjcuMzMzMyAxLjgzMjY4IDI3LjMzMzNIMjUuMTY2QzI2LjA4MjcgMjcuMzMzMyAyNi44MzI3IDI2LjU4MzMgMjYuODMyNyAyNS42NjY3VjI0QzI2LjgzMjcgMTkuNTY2NyAxNy45NDkzIDE3LjMzMzMgMTMuNDk5MyAxNy4zMzMzWiIgZmlsbD0iIzRDNUJFMSIvPgo8L3N2Zz4K", it = { class: "avatar__wrapper" }, rt = ["alt", "src"], Rn = /* @__PURE__ */ I({
122
+ }), ke = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ5OTMgMTRDMTcuMTgyNyAxNCAyMC4xNjYgMTEuMDE2NyAyMC4xNjYgNy4zMzMzNEMyMC4xNjYgMy42NSAxNy4xODI3IDAuNjY2NjcyIDEzLjQ5OTMgMC42NjY2NzJDOS44MTYwMiAwLjY2NjY3MiA2LjgzMjY4IDMuNjUgNi44MzI2OCA3LjMzMzM0QzYuODMyNjggMTEuMDE2NyA5LjgxNjAyIDE0IDEzLjQ5OTMgMTRaTTEzLjQ5OTMgMTcuMzMzM0M5LjA0OTM1IDE3LjMzMzMgMC4xNjYwMTYgMTkuNTY2NyAwLjE2NjAxNiAyNFYyNS42NjY3QzAuMTY2MDE2IDI2LjU4MzMgMC45MTYwMTYgMjcuMzMzMyAxLjgzMjY4IDI3LjMzMzNIMjUuMTY2QzI2LjA4MjcgMjcuMzMzMyAyNi44MzI3IDI2LjU4MzMgMjYuODMyNyAyNS42NjY3VjI0QzI2LjgzMjcgMTkuNTY2NyAxNy45NDkzIDE3LjMzMzMgMTMuNDk5MyAxNy4zMzMzWiIgZmlsbD0iIzRDNUJFMSIvPgo8L3N2Zz4K", it = { class: "avatar__wrapper" }, rt = ["alt", "src"], An = /* @__PURE__ */ I({
123
123
  __name: "RAvatar",
124
124
  props: {
125
125
  type: { default: "image" },
@@ -133,18 +133,18 @@ const N = /* @__PURE__ */ I({
133
133
  const n = t, e = $(() => ({
134
134
  avatar: !0,
135
135
  [`avatar--${n.size}`]: !0
136
- })), a = $(() => n.type === "image" && !n.src), o = $(() => a.value ? ke : n.src), l = (s) => {
137
- const i = s.split(" ");
136
+ })), a = $(() => n.type === "image" && !n.src), o = $(() => a.value ? ke : n.src), s = (l) => {
137
+ const i = l.split(" ");
138
138
  return i.length === 1 ? i[0].substring(0, 2) : `${i[0].charAt(0)}${i[1].charAt(0)}`;
139
139
  };
140
- return (s, i) => (f(), m("div", it, [
141
- v("div", {
140
+ return (l, i) => (f(), m("div", it, [
141
+ _("div", {
142
142
  class: x(w(e))
143
143
  }, [
144
144
  n.type === "text" ? (f(), m("p", {
145
145
  key: 0,
146
146
  class: x({ avatar__text: !0, [`avatar__text--${n.size}`]: !0 })
147
- }, C(l(n.text)), 3)) : (f(), m("img", {
147
+ }, C(s(n.text)), 3)) : (f(), m("img", {
148
148
  key: 1,
149
149
  alt: n.alt,
150
150
  class: x({
@@ -161,7 +161,7 @@ const N = /* @__PURE__ */ I({
161
161
  }, null, 2)) : R("", !0)
162
162
  ]));
163
163
  }
164
- }), ct = { class: "badge-wrapper group" }, In = /* @__PURE__ */ I({
164
+ }), ct = { class: "badge-wrapper group" }, Ln = /* @__PURE__ */ I({
165
165
  __name: "RBadge",
166
166
  props: {
167
167
  variant: { default: "primary" },
@@ -184,11 +184,11 @@ const N = /* @__PURE__ */ I({
184
184
  [`badge--${n.variant}`]: n.variant
185
185
  }));
186
186
  return (a, o) => (f(), m("div", ct, [
187
- v("span", {
187
+ _("span", {
188
188
  class: x(w(e)),
189
- onClick: o[0] || (o[0] = (l) => a.$emit("click"))
189
+ onClick: o[0] || (o[0] = (s) => a.$emit("click"))
190
190
  }, C(n.content), 3),
191
- D(a.$slots, "default")
191
+ A(a.$slots, "default")
192
192
  ]));
193
193
  }
194
194
  }), dt = ["disabled"], ut = /* @__PURE__ */ I({
@@ -215,20 +215,20 @@ const N = /* @__PURE__ */ I({
215
215
  "button--only-icon": n.onlyIcon,
216
216
  "button--block": n.block
217
217
  })), a = $(() => n.size === "large" ? 20 : 16), o = $(() => {
218
- const { backgroundColor: l, height: s } = n;
218
+ const { backgroundColor: s, height: l } = n;
219
219
  return {
220
- backgroundColor: l,
221
- height: s ? `${s}px` : ""
220
+ backgroundColor: s,
221
+ height: l ? `${l}px` : ""
222
222
  };
223
223
  });
224
- return (l, s) => (f(), m("button", Pe(l.$attrs, {
224
+ return (s, l) => (f(), m("button", Pe(s.$attrs, {
225
225
  class: w(e),
226
226
  disabled: t.disabled || t.loading,
227
227
  style: w(o),
228
- onClick: s[0] || (s[0] = V((i) => l.$emit("click"), ["stop"]))
228
+ onClick: l[0] || (l[0] = O((i) => s.$emit("click"), ["stop"]))
229
229
  }), [
230
- D(l.$slots, "custom-icon"),
231
- l.$slots["custom-icon"] ? R("", !0) : (f(), L(N, {
230
+ A(s.$slots, "custom-icon"),
231
+ s.$slots["custom-icon"] ? R("", !0) : (f(), N(B, {
232
232
  key: 0,
233
233
  class: x({
234
234
  "button__prepend-icon": !0,
@@ -237,8 +237,8 @@ const N = /* @__PURE__ */ I({
237
237
  name: n.prependIcon,
238
238
  size: w(a)
239
239
  }, null, 8, ["class", "name", "size"])),
240
- n.onlyIcon ? R("", !0) : D(l.$slots, "default", { key: 1 }),
241
- !l.$slots["custom-icon"] && !n.onlyIcon ? (f(), L(N, {
240
+ n.onlyIcon ? R("", !0) : A(s.$slots, "default", { key: 1 }),
241
+ !s.$slots["custom-icon"] && !n.onlyIcon ? (f(), N(B, {
242
242
  key: 2,
243
243
  class: "button__append-icon",
244
244
  name: n.appendIcon,
@@ -252,7 +252,7 @@ const N = /* @__PURE__ */ I({
252
252
  }, bt = {
253
253
  key: 1,
254
254
  class: "checkbox-texts__hint"
255
- }, An = /* @__PURE__ */ I({
255
+ }, Nn = /* @__PURE__ */ I({
256
256
  __name: "RCheckbox",
257
257
  props: {
258
258
  id: { default: "" },
@@ -272,7 +272,7 @@ const N = /* @__PURE__ */ I({
272
272
  checked: "check",
273
273
  unchecked: "",
274
274
  indeterminate: "remove"
275
- }, l = $(() => a.indeterminate ? o.indeterminate : a.checked ? o.checked : o.unchecked), s = $(() => ({
275
+ }, s = $(() => a.indeterminate ? o.indeterminate : a.checked ? o.checked : o.unchecked), l = $(() => ({
276
276
  checkbox: !0,
277
277
  "checkbox--checked": a.checked,
278
278
  "checkbox--disabled": e.disabled,
@@ -302,8 +302,8 @@ const N = /* @__PURE__ */ I({
302
302
  immediate: !0
303
303
  }
304
304
  ), (r, u) => (f(), m("div", ft, [
305
- v("div", pt, [
306
- v("input", {
305
+ _("div", pt, [
306
+ _("input", {
307
307
  id: e.id,
308
308
  checked: a.checked,
309
309
  class: "checkbox-container__input",
@@ -312,18 +312,18 @@ const N = /* @__PURE__ */ I({
312
312
  type: "checkbox",
313
313
  onChange: i
314
314
  }, null, 40, ht),
315
- v("div", {
316
- class: x(w(s)),
315
+ _("div", {
316
+ class: x(w(l)),
317
317
  "data-disabled": e.disabled
318
318
  }, [
319
- ne(N, {
320
- name: w(l),
319
+ ne(B, {
320
+ name: w(s),
321
321
  size: "16"
322
322
  }, null, 8, ["name"])
323
323
  ], 10, mt)
324
324
  ]),
325
- v("div", _t, [
326
- v("label", {
325
+ _("div", _t, [
326
+ _("label", {
327
327
  class: "checkbox-texts__label",
328
328
  "data-disabled": e.disabled,
329
329
  for: e.id
@@ -351,34 +351,34 @@ const N = /* @__PURE__ */ I({
351
351
  [`chip__${e.variant}`]: e.variant,
352
352
  [`chip--${e.size}`]: e.size,
353
353
  [`chip__${e.variant}--ghost`]: e.ghost
354
- })), o = $(() => e.size === "small" ? "10" : e.size === "large" ? "16" : "12"), l = (i) => {
354
+ })), o = $(() => e.size === "small" ? "10" : e.size === "large" ? "16" : "12"), s = (i) => {
355
355
  e.disabled || n("click:chip", i);
356
- }, s = (i) => {
356
+ }, l = (i) => {
357
357
  e.disabled || n("click:close", i);
358
358
  };
359
359
  return (i, r) => (f(), m("div", {
360
360
  class: x(w(a))
361
361
  }, [
362
- v("div", {
362
+ _("div", {
363
363
  class: "chip__content",
364
- onClick: r[0] || (r[0] = V((u) => l(u), ["stop"]))
364
+ onClick: r[0] || (r[0] = O((u) => s(u), ["stop"]))
365
365
  }, [
366
- e.prependIcon ? (f(), L(N, {
366
+ e.prependIcon ? (f(), N(B, {
367
367
  key: 0,
368
368
  "aria-disabled": e.disabled,
369
369
  class: "chip__prepend-icon",
370
370
  name: e.prependIcon,
371
371
  size: w(o)
372
372
  }, null, 8, ["aria-disabled", "name", "size"])) : R("", !0),
373
- v("span", null, C(e.label), 1)
373
+ _("span", null, C(e.label), 1)
374
374
  ]),
375
- e.appendIcon ? (f(), L(N, {
375
+ e.appendIcon ? (f(), N(B, {
376
376
  key: 0,
377
377
  "aria-disabled": e.disabled,
378
378
  class: "chip__append-icon",
379
379
  name: e.appendIcon,
380
380
  size: w(o),
381
- onClick: r[1] || (r[1] = V((u) => s(u), ["stop"]))
381
+ onClick: r[1] || (r[1] = O((u) => l(u), ["stop"]))
382
382
  }, null, 8, ["aria-disabled", "name", "size"])) : R("", !0)
383
383
  ], 2));
384
384
  }
@@ -388,7 +388,7 @@ const N = /* @__PURE__ */ I({
388
388
  }, wt = {
389
389
  key: 1,
390
390
  class: "dropdown__multiple"
391
- }, $t = ["disabled", "placeholder", "readonly"], Mt = ["aria-disabled", "onClick"], Tt = { style: { display: "flex", "align-items": "center" } }, Ln = /* @__PURE__ */ I({
391
+ }, $t = ["disabled", "placeholder", "readonly"], Mt = ["aria-disabled", "onClick"], Tt = { style: { display: "flex", "align-items": "center" } }, Bn = /* @__PURE__ */ I({
392
392
  __name: "RDropdown",
393
393
  props: {
394
394
  placeholder: { default: "" },
@@ -404,48 +404,48 @@ const N = /* @__PURE__ */ I({
404
404
  },
405
405
  emits: ["update:modelValue"],
406
406
  setup(t, { emit: n }) {
407
- const e = t, a = E(""), o = G([]), l = E(!1), s = E(""), i = E(null), r = E(null), u = (h) => {
408
- var c, p, k, M, B, A;
407
+ const e = t, a = E(""), o = G([]), s = E(!1), l = E(""), i = E(null), r = E(null), u = (h) => {
408
+ var c, p, k, M, D, L;
409
409
  if (!e.disabled) {
410
- if (h.stopPropagation(), l.value = !l.value, l.value) {
410
+ if (h.stopPropagation(), s.value = !s.value, s.value) {
411
411
  (c = i.value) == null || c.classList.add("dropdown--active"), (p = i.value) == null || p.focus(), e.searchable && ((k = r.value) == null || k.focus()), document.addEventListener("click", u);
412
412
  return;
413
413
  }
414
- (M = i.value) == null || M.classList.remove("dropdown--active"), (B = i.value) == null || B.blur(), (A = r.value) == null || A.blur(), document.removeEventListener("click", u);
414
+ (M = i.value) == null || M.classList.remove("dropdown--active"), (D = i.value) == null || D.blur(), (L = r.value) == null || L.blur(), document.removeEventListener("click", u);
415
415
  }
416
- }, _ = (h, c) => {
416
+ }, g = (h, c) => {
417
417
  var p;
418
418
  if (e.multiple || e.taggable) {
419
- h.stopPropagation(), o.includes(c) ? o.splice(o.indexOf(c), 1) : o.push(c), s.value = "", e.searchable && ((p = r.value) == null || p.focus());
419
+ h.stopPropagation(), o.includes(c) ? o.splice(o.indexOf(c), 1) : o.push(c), l.value = "", e.searchable && ((p = r.value) == null || p.focus());
420
420
  return;
421
421
  }
422
422
  d(h, c);
423
423
  }, d = (h, c) => {
424
424
  if (a.value === c.value) {
425
- a.value = "", s.value = "";
425
+ a.value = "", l.value = "";
426
426
  return;
427
427
  }
428
- s.value = c.label, a.value = c.value, u(h), n("update:modelValue", c);
428
+ l.value = c.label, a.value = c.value, u(h), n("update:modelValue", c);
429
429
  }, y = (h, c) => {
430
- if (h instanceof KeyboardEvent && h.key !== "Backspace" || s.value !== "")
430
+ if (h instanceof KeyboardEvent && h.key !== "Backspace" || l.value !== "")
431
431
  return;
432
432
  h.stopPropagation();
433
433
  const p = o.findIndex((k) => k.value === c.value);
434
434
  o.splice(p, 1);
435
- }, g = (h) => {
435
+ }, v = (h) => {
436
436
  var k;
437
437
  if (!e.taggable)
438
438
  return;
439
439
  h.stopPropagation();
440
- const c = s.value;
440
+ const c = l.value;
441
441
  if (c === "")
442
442
  return;
443
- e.options.find((M) => M.label === c) || (o.push({ value: c, label: c }), s.value = "", (k = r.value) == null || k.focus());
444
- }, b = $(() => e.searchable ? e.options.filter((c) => c.label.toLowerCase().includes(s.value.toLowerCase())) : e.options);
443
+ e.options.find((M) => M.label === c) || (o.push({ value: c, label: c }), l.value = "", (k = r.value) == null || k.focus());
444
+ }, b = $(() => e.searchable ? e.options.filter((c) => c.label.toLowerCase().includes(l.value.toLowerCase())) : e.options);
445
445
  return U(o, (h) => {
446
446
  n("update:modelValue", h);
447
447
  }), (h, c) => (f(), m("div", kt, [
448
- v("div", {
448
+ _("div", {
449
449
  ref_key: "dropdown",
450
450
  ref: i,
451
451
  class: x({
@@ -455,19 +455,19 @@ const N = /* @__PURE__ */ I({
455
455
  }),
456
456
  onClick: u
457
457
  }, [
458
- v("div", {
458
+ _("div", {
459
459
  class: x({
460
460
  "dropdown__prepend-icon": !0,
461
- "dropdown__prepend-icon--active": l.value
461
+ "dropdown__prepend-icon--active": s.value
462
462
  })
463
463
  }, [
464
- e.prependIcon ? (f(), L(N, {
464
+ e.prependIcon ? (f(), N(B, {
465
465
  key: 1,
466
466
  name: e.prependIcon
467
- }, null, 8, ["name"])) : D(h.$slots, "prepend-icon", { key: 0 })
467
+ }, null, 8, ["name"])) : A(h.$slots, "prepend-icon", { key: 0 })
468
468
  ], 2),
469
469
  e.taggable ? (f(), m("div", xt, [
470
- (f(!0), m(Q, null, q(o, (p, k) => (f(), L(yt, {
470
+ (f(!0), m(Q, null, q(o, (p, k) => (f(), N(yt, {
471
471
  key: k,
472
472
  label: p.label,
473
473
  appendIcon: "close",
@@ -479,12 +479,12 @@ const N = /* @__PURE__ */ I({
479
479
  e.multiple ? (f(), m("div", wt, [
480
480
  (f(!0), m(Q, null, q(o, (p, k) => (f(), m("p", { key: k }, C(p.label + ","), 1))), 128))
481
481
  ])) : R("", !0),
482
- Ae(v("input", {
482
+ Ae(_("input", {
483
483
  id: "select",
484
484
  ref_key: "input",
485
485
  ref: r,
486
486
  type: "text",
487
- "onUpdate:modelValue": c[0] || (c[0] = (p) => s.value = p),
487
+ "onUpdate:modelValue": c[0] || (c[0] = (p) => l.value = p),
488
488
  class: x({
489
489
  dropdown__input: !0,
490
490
  "dropdown__input--loading": e.loading
@@ -494,25 +494,25 @@ const N = /* @__PURE__ */ I({
494
494
  readonly: !e.searchable,
495
495
  onKeydown: [
496
496
  c[1] || (c[1] = ye((p) => y(p, o[o.length - 1]), ["backspace"])),
497
- c[2] || (c[2] = ye((p) => g(p), ["enter"]))
497
+ c[2] || (c[2] = ye((p) => v(p), ["enter"]))
498
498
  ]
499
499
  }, null, 42, $t), [
500
- [Fe, s.value]
500
+ [Fe, l.value]
501
501
  ]),
502
- v("div", {
502
+ _("div", {
503
503
  class: x({
504
504
  "dropdown__append-icon": !0,
505
- "dropdown__append-icon--active": l.value
505
+ "dropdown__append-icon--active": s.value
506
506
  })
507
507
  }, [
508
- e.appendIcon ? (f(), L(N, {
508
+ e.appendIcon ? (f(), N(B, {
509
509
  key: 1,
510
510
  name: e.appendIcon
511
- }, null, 8, ["name"])) : D(h.$slots, "append-icon", { key: 0 })
511
+ }, null, 8, ["name"])) : A(h.$slots, "append-icon", { key: 0 })
512
512
  ], 2)
513
513
  ], 2),
514
- v("ul", {
515
- class: x({ "dropdown-options": !0, "dropdown-options--active": l.value })
514
+ _("ul", {
515
+ class: x({ "dropdown-options": !0, "dropdown-options--active": s.value })
516
516
  }, [
517
517
  (f(!0), m(Q, null, q(w(b), (p) => (f(), m("li", {
518
518
  key: p.value,
@@ -521,25 +521,25 @@ const N = /* @__PURE__ */ I({
521
521
  "dropdown-options__option--active": p.value === a.value || (o == null ? void 0 : o.includes(p))
522
522
  }),
523
523
  "aria-disabled": p.disabled,
524
- onClick: (k) => _(k, p)
524
+ onClick: (k) => g(k, p)
525
525
  }, [
526
- v("div", Tt, [
527
- p.prependIcon ? (f(), L(N, {
526
+ _("div", Tt, [
527
+ p.prependIcon ? (f(), N(B, {
528
528
  key: 1,
529
529
  class: x({
530
530
  "dropdown-options__option__prepend-icon": !0,
531
531
  "dropdown-options__option__prepend-icon--active": p.value === a.value || (o == null ? void 0 : o.includes(p))
532
532
  }),
533
533
  name: p.prependIcon
534
- }, null, 8, ["class", "name"])) : D(h.$slots, "option-prepend", { key: 0 }),
535
- v("p", {
534
+ }, null, 8, ["class", "name"])) : A(h.$slots, "option-prepend", { key: 0 }),
535
+ _("p", {
536
536
  class: x({
537
537
  "dropdown-options__option__label": !0,
538
538
  "dropdown-options__option__label--active": p.value === a.value || (o == null ? void 0 : o.includes(p))
539
539
  })
540
540
  }, C(p.label), 3)
541
541
  ]),
542
- p.value === a.value || o != null && o.includes(p) ? (f(), L(N, {
542
+ p.value === a.value || o != null && o.includes(p) ? (f(), N(B, {
543
543
  key: 0,
544
544
  class: x({
545
545
  "dropdown-options__option__append-icon": !0,
@@ -574,7 +574,7 @@ const N = /* @__PURE__ */ I({
574
574
  }, Nt = {
575
575
  key: 2,
576
576
  class: "description"
577
- }, Bt = { class: "dialog__body" }, Dt = { class: "dialog__actions" }, Nn = /* @__PURE__ */ I({
577
+ }, Bt = { class: "dialog__body" }, Dt = { class: "dialog__actions" }, Dn = /* @__PURE__ */ I({
578
578
  __name: "RModal",
579
579
  props: {
580
580
  modelValue: { type: Boolean, default: !1 },
@@ -588,23 +588,23 @@ const N = /* @__PURE__ */ I({
588
588
  const e = t, a = $(() => ({
589
589
  dialog: !0,
590
590
  "dialog--block": e.block
591
- })), o = (l) => {
592
- l.target === l.currentTarget && n("update:modelValue", !1);
591
+ })), o = (s) => {
592
+ s.target === s.currentTarget && n("update:modelValue", !1);
593
593
  };
594
- return (l, s) => Ae((f(), m("div", {
594
+ return (s, l) => Ae((f(), m("div", {
595
595
  class: "modal",
596
- onClick: V(o, ["stop"])
596
+ onClick: O(o, ["stop"])
597
597
  }, [
598
- v("div", {
598
+ _("div", {
599
599
  role: "dialog",
600
600
  "aria-modal": "true",
601
601
  class: x(w(a)),
602
602
  open: e.modelValue
603
603
  }, [
604
- v("div", It, [
605
- D(l.$slots, "header"),
604
+ _("div", It, [
605
+ A(s.$slots, "header"),
606
606
  e.icon ? (f(), m("div", At, [
607
- ne(N, {
607
+ ne(B, {
608
608
  name: e.icon,
609
609
  kind: "outlined"
610
610
  }, null, 8, ["name"])
@@ -612,24 +612,45 @@ const N = /* @__PURE__ */ I({
612
612
  e.title ? (f(), m("div", Lt, C(e.title), 1)) : R("", !0),
613
613
  e.description ? (f(), m("div", Nt, C(e.description), 1)) : R("", !0)
614
614
  ]),
615
- v("div", Bt, [
616
- D(l.$slots, "default")
615
+ _("div", Bt, [
616
+ A(s.$slots, "default")
617
617
  ]),
618
- v("div", Dt, [
619
- D(l.$slots, "actions")
618
+ _("div", Dt, [
619
+ A(s.$slots, "actions")
620
620
  ])
621
621
  ], 10, Rt)
622
622
  ], 8, Ct)), [
623
623
  [Ue, t.modelValue]
624
624
  ]);
625
625
  }
626
- }), jt = { class: "snackbar__text" }, Et = {
626
+ }), jt = { class: "nav" }, Et = { class: "actions" }, jn = /* @__PURE__ */ I({
627
+ __name: "RSidebar",
628
+ props: {
629
+ modelValue: { type: Boolean, default: !1 }
630
+ },
631
+ setup(t) {
632
+ const n = t, e = $(() => ({
633
+ sidebar: !0,
634
+ "sidebar--open": n.modelValue
635
+ }));
636
+ return (a, o) => (f(), m("aside", {
637
+ class: x(w(e))
638
+ }, [
639
+ _("nav", jt, [
640
+ A(a.$slots, "default")
641
+ ]),
642
+ _("div", Et, [
643
+ A(a.$slots, "actions")
644
+ ])
645
+ ], 2));
646
+ }
647
+ }), Vt = { class: "snackbar__text" }, Ot = {
627
648
  key: 0,
628
649
  class: "snackbar__action"
629
- }, Ot = {
650
+ }, St = {
630
651
  key: 1,
631
652
  class: "snackbar__close"
632
- }, Bn = /* @__PURE__ */ I({
653
+ }, En = /* @__PURE__ */ I({
633
654
  __name: "RSnackbar",
634
655
  props: {
635
656
  text: { default: "" },
@@ -644,7 +665,7 @@ const N = /* @__PURE__ */ I({
644
665
  setup(t, { emit: n }) {
645
666
  const e = t, a = E(!1), o = () => {
646
667
  n("action");
647
- }, l = () => {
668
+ }, s = () => {
648
669
  a.value = !1, n("close");
649
670
  };
650
671
  return Ze(() => {
@@ -653,21 +674,21 @@ const N = /* @__PURE__ */ I({
653
674
  }, e.timeout);
654
675
  }), U(
655
676
  () => e.show,
656
- (s) => {
657
- a.value = s;
677
+ (l) => {
678
+ a.value = l;
658
679
  },
659
680
  { immediate: !0 }
660
- ), (s, i) => (f(), m("div", {
681
+ ), (l, i) => (f(), m("div", {
661
682
  class: x({
662
683
  snackbar: !0,
663
684
  "snackbar--closed": !a.value,
664
685
  [e.left ? "snackbar--left" : "snackbar--right"]: !0
665
686
  })
666
687
  }, [
667
- v("div", jt, C(e.text), 1),
668
- e.showAction ? (f(), m("div", Et, [
669
- D(s.$slots, "action"),
670
- s.$slots.action ? R("", !0) : (f(), L(ut, {
688
+ _("div", Vt, C(e.text), 1),
689
+ e.showAction ? (f(), m("div", Ot, [
690
+ A(l.$slots, "action"),
691
+ l.$slots.action ? R("", !0) : (f(), N(ut, {
671
692
  key: 0,
672
693
  size: "small",
673
694
  variant: "ghost",
@@ -679,24 +700,24 @@ const N = /* @__PURE__ */ I({
679
700
  _: 1
680
701
  }))
681
702
  ])) : R("", !0),
682
- e.showClose ? (f(), m("div", Ot, [
683
- D(s.$slots, "close"),
684
- s.$slots.close ? R("", !0) : (f(), L(N, {
703
+ e.showClose ? (f(), m("div", St, [
704
+ A(l.$slots, "close"),
705
+ l.$slots.close ? R("", !0) : (f(), N(B, {
685
706
  key: 0,
686
707
  name: "close",
687
708
  size: "14",
688
- onClick: V(l, ["stop"])
709
+ onClick: O(s, ["stop"])
689
710
  }, null, 8, ["onClick"]))
690
711
  ])) : R("", !0)
691
712
  ], 2));
692
713
  }
693
- }), Vt = { class: "switch-container" }, Ht = ["id", "checked"], St = /* @__PURE__ */ v("span", { class: "slider round" }, null, -1), Yt = ["id", "for"], Wt = {
714
+ }), Ht = { class: "switch-container" }, Yt = ["id", "checked"], Wt = /* @__PURE__ */ _("span", { class: "slider round" }, null, -1), Pt = ["id", "for"], Ft = {
694
715
  key: 0,
695
716
  class: "switch-texts__error"
696
- }, Pt = {
717
+ }, Ut = {
697
718
  key: 1,
698
719
  class: "switch-texts__hint"
699
- }, Dn = /* @__PURE__ */ I({
720
+ }, Vn = /* @__PURE__ */ I({
700
721
  __name: "RSwitch",
701
722
  props: {
702
723
  id: { default: "switch" },
@@ -716,57 +737,57 @@ const N = /* @__PURE__ */ I({
716
737
  "switch--disabled": e.disabled,
717
738
  [`switch--${e.size}`]: e.size,
718
739
  "switch--error": e.errorMsg
719
- })), l = (s) => {
720
- e.disabled || (a.checked = s.target.checked, n("update:modelValue", a.checked));
740
+ })), s = (l) => {
741
+ e.disabled || (a.checked = l.target.checked, n("update:modelValue", a.checked));
721
742
  };
722
743
  return U(
723
744
  () => e.modelValue,
724
- (s) => {
725
- a.checked = s;
745
+ (l) => {
746
+ a.checked = l;
726
747
  },
727
748
  {
728
749
  // need immediate to set the state on first render for storybook
729
750
  // TODO: find a better way to do this
730
751
  immediate: !0
731
752
  }
732
- ), (s, i) => (f(), m("div", Vt, [
733
- v("div", {
753
+ ), (l, i) => (f(), m("div", Ht, [
754
+ _("div", {
734
755
  class: x(w(o))
735
756
  }, [
736
- v("input", {
757
+ _("input", {
737
758
  id: e.id,
738
759
  checked: a.checked,
739
760
  class: "switch__input",
740
761
  type: "checkbox",
741
- onChange: l
742
- }, null, 40, Ht),
743
- St
762
+ onChange: s
763
+ }, null, 40, Yt),
764
+ Wt
744
765
  ], 2),
745
- v("div", {
766
+ _("div", {
746
767
  class: x({
747
768
  "switch-texts": !0,
748
769
  [`switch-texts--${e.size}`]: !0
749
770
  })
750
771
  }, [
751
- v("label", {
772
+ _("label", {
752
773
  id: e.id,
753
774
  class: "switch-texts__label",
754
775
  for: e.id
755
- }, C(e.label), 9, Yt),
756
- e.errorMsg ? (f(), m("p", Wt, C(e.errorMsg), 1)) : (f(), m("p", Pt, C(e.hint), 1))
776
+ }, C(e.label), 9, Pt),
777
+ e.errorMsg ? (f(), m("p", Ft, C(e.errorMsg), 1)) : (f(), m("p", Ut, C(e.hint), 1))
757
778
  ], 2)
758
779
  ]));
759
780
  }
760
781
  });
761
- var se = /* @__PURE__ */ ((t) => (t.DEFAULT = "default", t.TEXT_ONLY = "text-only", t.ICON_ONLY = "icon-only", t))(se || {});
762
- const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
782
+ var le = /* @__PURE__ */ ((t) => (t.DEFAULT = "default", t.TEXT_ONLY = "text-only", t.ICON_ONLY = "icon-only", t))(le || {});
783
+ const Zt = ["aria-disabled", "aria-selected", "disabled"], Qt = {
763
784
  key: 2,
764
785
  class: "tab-item__label"
765
- }, Zt = /* @__PURE__ */ I({
786
+ }, Xt = /* @__PURE__ */ I({
766
787
  __name: "RTabItem",
767
788
  props: {
768
789
  id: null,
769
- variant: { default: se.DEFAULT },
790
+ variant: { default: le.DEFAULT },
770
791
  label: { default: "" },
771
792
  icon: { default: "" },
772
793
  disabled: { default: !1 },
@@ -779,26 +800,26 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
779
800
  "tab-item": !0,
780
801
  [`tab-item--${e.variant}`]: !0
781
802
  }));
782
- function o(l) {
783
- n("update:modelValue", l);
803
+ function o(s) {
804
+ n("update:modelValue", s);
784
805
  }
785
- return (l, s) => (f(), m("button", {
806
+ return (s, l) => (f(), m("button", {
786
807
  "aria-disabled": e.disabled,
787
808
  "aria-selected": e.active,
788
809
  class: x(w(a)),
789
810
  disabled: e.disabled,
790
- onClick: s[0] || (s[0] = (i) => o(e.id))
811
+ onClick: l[0] || (l[0] = (i) => o(e.id))
791
812
  }, [
792
- !l.$slots.icon && t.variant !== w(se).TEXT_ONLY ? (f(), L(N, {
813
+ !s.$slots.icon && t.variant !== w(le).TEXT_ONLY ? (f(), N(B, {
793
814
  key: 0,
794
815
  class: "tab-item__icon",
795
816
  name: e.icon,
796
817
  size: "16"
797
- }, null, 8, ["name"])) : D(l.$slots, "custom-icon", { key: 1 }),
798
- t.variant !== w(se).ICON_ONLY ? (f(), m("span", Ut, C(e.label), 1)) : R("", !0)
799
- ], 10, Ft));
818
+ }, null, 8, ["name"])) : A(s.$slots, "custom-icon", { key: 1 }),
819
+ t.variant !== w(le).ICON_ONLY ? (f(), m("span", Qt, C(e.label), 1)) : R("", !0)
820
+ ], 10, Zt));
800
821
  }
801
- }), Qt = { class: "tabs-wrapper" }, Xt = { class: "tab-content" }, jn = /* @__PURE__ */ I({
822
+ }), Kt = { class: "tabs-wrapper" }, Gt = { class: "tab-content" }, On = /* @__PURE__ */ I({
802
823
  __name: "RTabs",
803
824
  props: {
804
825
  tabs: { default: () => [] },
@@ -809,35 +830,35 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
809
830
  tabs: !0,
810
831
  "tabs--scrollable": n.scrollable
811
832
  }));
812
- return (o, l) => (f(), m(Q, null, [
813
- v("div", Qt, [
814
- v("div", {
833
+ return (o, s) => (f(), m(Q, null, [
834
+ _("div", Kt, [
835
+ _("div", {
815
836
  class: x(w(a))
816
837
  }, [
817
- (f(!0), m(Q, null, q(n.tabs, (s, i) => (f(), L(Zt, {
818
- id: s.id,
838
+ (f(!0), m(Q, null, q(n.tabs, (l, i) => (f(), N(Xt, {
839
+ id: l.id,
819
840
  key: i,
820
841
  modelValue: e.value,
821
- "onUpdate:modelValue": l[0] || (l[0] = (r) => e.value = r),
842
+ "onUpdate:modelValue": s[0] || (s[0] = (r) => e.value = r),
822
843
  active: i === e.value,
823
- disabled: s.disabled,
824
- icon: s.icon,
825
- label: s.label
844
+ disabled: l.disabled,
845
+ icon: l.icon,
846
+ label: l.label
826
847
  }, null, 8, ["id", "modelValue", "active", "disabled", "icon", "label"]))), 128))
827
848
  ], 2)
828
849
  ]),
829
- v("div", Xt, [
830
- D(o.$slots, "tab", { activeTab: e.value })
850
+ _("div", Gt, [
851
+ A(o.$slots, "tab", { activeTab: e.value })
831
852
  ])
832
853
  ], 64));
833
854
  }
834
- }), Kt = { class: "container" }, Gt = ["id", "disabled", "placeholder", "value"], Jt = {
855
+ }), Jt = { class: "container" }, qt = ["id", "disabled", "placeholder", "value"], en = {
835
856
  key: 1,
836
857
  class: "textarea__error"
837
- }, qt = {
858
+ }, tn = {
838
859
  key: 2,
839
860
  class: "textarea__hint"
840
- }, En = /* @__PURE__ */ I({
861
+ }, Sn = /* @__PURE__ */ I({
841
862
  __name: "RTextArea",
842
863
  props: {
843
864
  id: { default: "" },
@@ -853,26 +874,26 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
853
874
  const e = t, a = G({
854
875
  value: ""
855
876
  });
856
- function o(l) {
857
- n("update:modelValue", l.target.value);
877
+ function o(s) {
878
+ n("update:modelValue", s.target.value);
858
879
  }
859
880
  return U(
860
881
  () => e.modelValue,
861
- (l) => {
862
- a.value = l;
882
+ (s) => {
883
+ a.value = s;
863
884
  },
864
885
  {
865
886
  immediate: !0
866
887
  }
867
- ), (l, s) => (f(), m("div", Kt, [
868
- e.label ? (f(), L(Le, {
888
+ ), (s, l) => (f(), m("div", Jt, [
889
+ e.label ? (f(), N(Le, {
869
890
  key: 0,
870
891
  id: "textarea",
871
892
  class: "textarea__label",
872
893
  for: "textarea",
873
894
  text: e.label
874
895
  }, null, 8, ["text"])) : R("", !0),
875
- v("textarea", {
896
+ _("textarea", {
876
897
  id: e.id,
877
898
  class: x(["textarea", {
878
899
  "textarea--error": e.errorMsg,
@@ -882,18 +903,18 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
882
903
  placeholder: e.placeholder,
883
904
  value: a.value,
884
905
  onInput: o
885
- }, null, 42, Gt),
886
- e.errorMsg ? (f(), m("p", Jt, C(e.errorMsg), 1)) : (f(), m("p", qt, C(e.hint), 1))
906
+ }, null, 42, qt),
907
+ e.errorMsg ? (f(), m("p", en, C(e.errorMsg), 1)) : (f(), m("p", tn, C(e.hint), 1))
887
908
  ]));
888
909
  }
889
- }), en = {
910
+ }), nn = {
890
911
  class: /* @__PURE__ */ x({
891
912
  textfield__wrapper: !0
892
913
  })
893
- }, tn = { class: "input-wrapper" }, nn = ["id", "disabled", "placeholder", "type", "value"], on = { class: "textfield__error" }, an = {
914
+ }, on = { class: "input-wrapper" }, an = ["id", "disabled", "placeholder", "type", "value"], sn = { class: "textfield__error" }, ln = {
894
915
  key: 0,
895
916
  class: "textfield__hint"
896
- }, On = /* @__PURE__ */ I({
917
+ }, Hn = /* @__PURE__ */ I({
897
918
  __name: "RTextfield",
898
919
  props: {
899
920
  id: { default: "" },
@@ -920,7 +941,7 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
920
941
  setup(t, { emit: n }) {
921
942
  const e = t, a = E(), o = G({
922
943
  value: ""
923
- }), l = E(e.type), s = {
944
+ }), s = E(e.type), l = {
924
945
  password: "lock_outline",
925
946
  email: "mail_outline",
926
947
  tel: "phone",
@@ -928,33 +949,33 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
928
949
  number: "123",
929
950
  text: ""
930
951
  }, i = E(!1), r = $(() => !!o.value), u = $(() => {
931
- const { disabled: T, loading: z, clearable: j, errorMsg: O } = e;
952
+ const { disabled: T, loading: z, clearable: j, errorMsg: V } = e;
932
953
  return {
933
954
  textfield: !0,
934
- "textfield--error": O == null ? void 0 : O.length,
955
+ "textfield--error": V == null ? void 0 : V.length,
935
956
  "textfield--loading": z,
936
957
  "textfield--disabled": T,
937
958
  "textfield--clearable": j,
938
959
  "textfield--focus": i.value,
939
960
  "textfield--filled": r.value
940
961
  };
941
- }), _ = $(() => ({
962
+ }), g = $(() => ({
942
963
  "textfield__prepend-icon": !0,
943
964
  "textfield__prepend-icon--loading": e.loading,
944
- "textfield__prepend-icon--error": g.value && r.value
965
+ "textfield__prepend-icon--error": v.value && r.value
945
966
  })), d = $(() => ({
946
967
  "textfield__append-icon": !0,
947
968
  "textfield__append-icon--clear": b.value,
948
- "textfield__append-icon--error": g.value
949
- })), y = $(() => o.value.length > 0), g = $(() => {
969
+ "textfield__append-icon--error": v.value
970
+ })), y = $(() => o.value.length > 0), v = $(() => {
950
971
  var T;
951
972
  return (T = e.errorMsg) == null ? void 0 : T.length;
952
973
  }), b = $(() => e.clearable && y.value), h = $(() => {
953
974
  const { prependIcon: T, type: z } = e;
954
- return T || s[z];
975
+ return T || l[z];
955
976
  }), c = $(() => {
956
977
  const { appendIcon: T, type: z } = e;
957
- return g.value ? "error_outline" : b.value && ["text", "email"].includes(z) ? "clear" : z === "password" && l.value === "password" ? "visibility" : z === "password" && l.value === "text" ? "visibility_off" : T;
978
+ return v.value ? "error_outline" : b.value && ["text", "email"].includes(z) ? "clear" : z === "password" && s.value === "password" ? "visibility" : z === "password" && s.value === "text" ? "visibility_off" : T;
958
979
  }), p = () => {
959
980
  i.value = !0, n("focus", {
960
981
  value: o.value
@@ -973,10 +994,10 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
973
994
  }
974
995
  n("click:icon", {
975
996
  value: o.value
976
- }), B();
977
- }, B = () => {
978
- l.value = l.value === "password" ? "text" : "password";
979
- }, A = (T) => {
997
+ }), D();
998
+ }, D = () => {
999
+ s.value = s.value === "password" ? "text" : "password";
1000
+ }, L = (T) => {
980
1001
  const z = T.target;
981
1002
  o.value = z.value;
982
1003
  }, W = () => {
@@ -997,7 +1018,7 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
997
1018
  n("update:modelValue", T);
998
1019
  }
999
1020
  ), (T, z) => (f(), m("fieldset", null, [
1000
- v("div", en, [
1021
+ _("div", nn, [
1001
1022
  ne(Le, {
1002
1023
  id: e.id,
1003
1024
  class: x({
@@ -1007,29 +1028,29 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
1007
1028
  text: e.label,
1008
1029
  onClick: W
1009
1030
  }, null, 8, ["id", "for", "text"]),
1010
- v("div", tn, [
1011
- v("div", {
1031
+ _("div", on, [
1032
+ _("div", {
1012
1033
  class: x(w(u))
1013
1034
  }, [
1014
- w(h) ? (f(), L(N, {
1035
+ w(h) ? (f(), N(B, {
1015
1036
  key: 0,
1016
- class: x(w(_)),
1037
+ class: x(w(g)),
1017
1038
  name: w(h),
1018
1039
  size: 16
1019
1040
  }, null, 8, ["class", "name"])) : R("", !0),
1020
- v("input", {
1041
+ _("input", {
1021
1042
  ref_key: "inputRef",
1022
1043
  ref: a,
1023
1044
  id: e.id,
1024
1045
  disabled: e.disabled,
1025
1046
  placeholder: e.placeholder,
1026
- type: l.value,
1047
+ type: s.value,
1027
1048
  value: o.value,
1028
1049
  onBlur: k,
1029
1050
  onFocus: p,
1030
- onInput: A
1031
- }, null, 40, nn),
1032
- w(c) ? (f(), L(N, {
1051
+ onInput: L
1052
+ }, null, 40, an),
1053
+ w(c) ? (f(), N(B, {
1033
1054
  key: 1,
1034
1055
  class: x(w(d)),
1035
1056
  color: e.iconColor,
@@ -1038,8 +1059,8 @@ const Ft = ["aria-disabled", "aria-selected", "disabled"], Ut = {
1038
1059
  onClick: M
1039
1060
  }, null, 8, ["class", "color", "name"])) : R("", !0)
1040
1061
  ], 2),
1041
- v("div", on, C(e.errorMsg), 1),
1042
- e.errorMsg ? R("", !0) : (f(), m("div", an, C(e.hint), 1))
1062
+ _("div", sn, C(e.errorMsg), 1),
1063
+ e.errorMsg ? R("", !0) : (f(), m("div", ln, C(e.hint), 1))
1043
1064
  ])
1044
1065
  ])
1045
1066
  ]));
@@ -1059,41 +1080,41 @@ function ge(t) {
1059
1080
  }
1060
1081
  function xe(t, n, e) {
1061
1082
  let { reference: a, floating: o } = t;
1062
- const l = a.x + a.width / 2 - o.width / 2, s = a.y + a.height / 2 - o.height / 2, i = ae(n), r = ge(i), u = a[r] / 2 - o[r] / 2, _ = i === "x";
1083
+ const s = a.x + a.width / 2 - o.width / 2, l = a.y + a.height / 2 - o.height / 2, i = ae(n), r = ge(i), u = a[r] / 2 - o[r] / 2, g = i === "x";
1063
1084
  let d;
1064
1085
  switch (oe(n)) {
1065
1086
  case "top":
1066
- d = { x: l, y: a.y - o.height };
1087
+ d = { x: s, y: a.y - o.height };
1067
1088
  break;
1068
1089
  case "bottom":
1069
- d = { x: l, y: a.y + a.height };
1090
+ d = { x: s, y: a.y + a.height };
1070
1091
  break;
1071
1092
  case "right":
1072
- d = { x: a.x + a.width, y: s };
1093
+ d = { x: a.x + a.width, y: l };
1073
1094
  break;
1074
1095
  case "left":
1075
- d = { x: a.x - o.width, y: s };
1096
+ d = { x: a.x - o.width, y: l };
1076
1097
  break;
1077
1098
  default:
1078
1099
  d = { x: a.x, y: a.y };
1079
1100
  }
1080
1101
  switch (ue(n)) {
1081
1102
  case "start":
1082
- d[i] -= u * (e && _ ? -1 : 1);
1103
+ d[i] -= u * (e && g ? -1 : 1);
1083
1104
  break;
1084
1105
  case "end":
1085
- d[i] += u * (e && _ ? -1 : 1);
1106
+ d[i] += u * (e && g ? -1 : 1);
1086
1107
  }
1087
1108
  return d;
1088
1109
  }
1089
- const ln = async (t, n, e) => {
1090
- const { placement: a = "bottom", strategy: o = "absolute", middleware: l = [], platform: s } = e, i = l.filter(Boolean), r = await (s.isRTL == null ? void 0 : s.isRTL(n));
1091
- let u = await s.getElementRects({ reference: t, floating: n, strategy: o }), { x: _, y: d } = xe(u, a, r), y = a, g = {}, b = 0;
1110
+ const rn = async (t, n, e) => {
1111
+ const { placement: a = "bottom", strategy: o = "absolute", middleware: s = [], platform: l } = e, i = s.filter(Boolean), r = await (l.isRTL == null ? void 0 : l.isRTL(n));
1112
+ let u = await l.getElementRects({ reference: t, floating: n, strategy: o }), { x: g, y: d } = xe(u, a, r), y = a, v = {}, b = 0;
1092
1113
  for (let h = 0; h < i.length; h++) {
1093
- const { name: c, fn: p } = i[h], { x: k, y: M, data: B, reset: A } = await p({ x: _, y: d, initialPlacement: a, placement: y, strategy: o, middlewareData: g, rects: u, platform: s, elements: { reference: t, floating: n } });
1094
- _ = k ?? _, d = M ?? d, g = { ...g, [c]: { ...g[c], ...B } }, A && b <= 50 && (b++, typeof A == "object" && (A.placement && (y = A.placement), A.rects && (u = A.rects === !0 ? await s.getElementRects({ reference: t, floating: n, strategy: o }) : A.rects), { x: _, y: d } = xe(u, y, r)), h = -1);
1114
+ const { name: c, fn: p } = i[h], { x: k, y: M, data: D, reset: L } = await p({ x: g, y: d, initialPlacement: a, placement: y, strategy: o, middlewareData: v, rects: u, platform: l, elements: { reference: t, floating: n } });
1115
+ g = k ?? g, d = M ?? d, v = { ...v, [c]: { ...v[c], ...D } }, L && b <= 50 && (b++, typeof L == "object" && (L.placement && (y = L.placement), L.rects && (u = L.rects === !0 ? await l.getElementRects({ reference: t, floating: n, strategy: o }) : L.rects), { x: g, y: d } = xe(u, y, r)), h = -1);
1095
1116
  }
1096
- return { x: _, y: d, placement: y, strategy: o, middlewareData: g };
1117
+ return { x: g, y: d, placement: y, strategy: o, middlewareData: v };
1097
1118
  };
1098
1119
  function Ne(t) {
1099
1120
  return typeof t != "number" ? function(n) {
@@ -1106,68 +1127,68 @@ function ie(t) {
1106
1127
  async function re(t, n) {
1107
1128
  var e;
1108
1129
  n === void 0 && (n = {});
1109
- const { x: a, y: o, platform: l, rects: s, elements: i, strategy: r } = t, { boundary: u = "clippingAncestors", rootBoundary: _ = "viewport", elementContext: d = "floating", altBoundary: y = !1, padding: g = 0 } = n, b = Ne(g), h = i[y ? d === "floating" ? "reference" : "floating" : d], c = ie(await l.getClippingRect({ element: (e = await (l.isElement == null ? void 0 : l.isElement(h))) == null || e ? h : h.contextElement || await (l.getDocumentElement == null ? void 0 : l.getDocumentElement(i.floating)), boundary: u, rootBoundary: _, strategy: r })), p = ie(l.convertOffsetParentRelativeRectToViewportRelativeRect ? await l.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: d === "floating" ? { ...s.floating, x: a, y: o } : s.reference, offsetParent: await (l.getOffsetParent == null ? void 0 : l.getOffsetParent(i.floating)), strategy: r }) : s[d]);
1130
+ const { x: a, y: o, platform: s, rects: l, elements: i, strategy: r } = t, { boundary: u = "clippingAncestors", rootBoundary: g = "viewport", elementContext: d = "floating", altBoundary: y = !1, padding: v = 0 } = n, b = Ne(v), h = i[y ? d === "floating" ? "reference" : "floating" : d], c = ie(await s.getClippingRect({ element: (e = await (s.isElement == null ? void 0 : s.isElement(h))) == null || e ? h : h.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(i.floating)), boundary: u, rootBoundary: g, strategy: r })), p = ie(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: d === "floating" ? { ...l.floating, x: a, y: o } : l.reference, offsetParent: await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(i.floating)), strategy: r }) : l[d]);
1110
1131
  return { top: c.top - p.top + b.top, bottom: p.bottom - c.bottom + b.bottom, left: c.left - p.left + b.left, right: p.right - c.right + b.right };
1111
1132
  }
1112
- const sn = Math.min, rn = Math.max;
1133
+ const cn = Math.min, dn = Math.max;
1113
1134
  function me(t, n, e) {
1114
- return rn(t, sn(n, e));
1135
+ return dn(t, cn(n, e));
1115
1136
  }
1116
- const cn = (t) => ({ name: "arrow", options: t, async fn(n) {
1117
- const { element: e, padding: a = 0 } = t ?? {}, { x: o, y: l, placement: s, rects: i, platform: r } = n;
1137
+ const un = (t) => ({ name: "arrow", options: t, async fn(n) {
1138
+ const { element: e, padding: a = 0 } = t ?? {}, { x: o, y: s, placement: l, rects: i, platform: r } = n;
1118
1139
  if (e == null)
1119
1140
  return {};
1120
- const u = Ne(a), _ = { x: o, y: l }, d = ae(s), y = ue(s), g = ge(d), b = await r.getDimensions(e), h = d === "y" ? "top" : "left", c = d === "y" ? "bottom" : "right", p = i.reference[g] + i.reference[d] - _[d] - i.floating[g], k = _[d] - i.reference[d], M = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(e));
1121
- let B = M ? d === "y" ? M.clientHeight || 0 : M.clientWidth || 0 : 0;
1122
- B === 0 && (B = i.floating[g]);
1123
- const A = p / 2 - k / 2, W = u[h], T = B - b[g] - u[c], z = B / 2 - b[g] / 2 + A, j = me(W, z, T), O = (y === "start" ? u[h] : u[c]) > 0 && z !== j && i.reference[g] <= i.floating[g];
1124
- return { [d]: _[d] - (O ? z < W ? W - z : T - z : 0), data: { [d]: j, centerOffset: z - j } };
1125
- } }), dn = { left: "right", right: "left", bottom: "top", top: "bottom" };
1141
+ const u = Ne(a), g = { x: o, y: s }, d = ae(l), y = ue(l), v = ge(d), b = await r.getDimensions(e), h = d === "y" ? "top" : "left", c = d === "y" ? "bottom" : "right", p = i.reference[v] + i.reference[d] - g[d] - i.floating[v], k = g[d] - i.reference[d], M = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(e));
1142
+ let D = M ? d === "y" ? M.clientHeight || 0 : M.clientWidth || 0 : 0;
1143
+ D === 0 && (D = i.floating[v]);
1144
+ const L = p / 2 - k / 2, W = u[h], T = D - b[v] - u[c], z = D / 2 - b[v] / 2 + L, j = me(W, z, T), V = (y === "start" ? u[h] : u[c]) > 0 && z !== j && i.reference[v] <= i.floating[v];
1145
+ return { [d]: g[d] - (V ? z < W ? W - z : T - z : 0), data: { [d]: j, centerOffset: z - j } };
1146
+ } }), fn = { left: "right", right: "left", bottom: "top", top: "bottom" };
1126
1147
  function ce(t) {
1127
- return t.replace(/left|right|bottom|top/g, (n) => dn[n]);
1148
+ return t.replace(/left|right|bottom|top/g, (n) => fn[n]);
1128
1149
  }
1129
- function un(t, n, e) {
1150
+ function pn(t, n, e) {
1130
1151
  e === void 0 && (e = !1);
1131
- const a = ue(t), o = ae(t), l = ge(o);
1132
- let s = o === "x" ? a === (e ? "end" : "start") ? "right" : "left" : a === "start" ? "bottom" : "top";
1133
- return n.reference[l] > n.floating[l] && (s = ce(s)), { main: s, cross: ce(s) };
1152
+ const a = ue(t), o = ae(t), s = ge(o);
1153
+ let l = o === "x" ? a === (e ? "end" : "start") ? "right" : "left" : a === "start" ? "bottom" : "top";
1154
+ return n.reference[s] > n.floating[s] && (l = ce(l)), { main: l, cross: ce(l) };
1134
1155
  }
1135
- const fn = { start: "end", end: "start" };
1156
+ const hn = { start: "end", end: "start" };
1136
1157
  function we(t) {
1137
- return t.replace(/start|end/g, (n) => fn[n]);
1158
+ return t.replace(/start|end/g, (n) => hn[n]);
1138
1159
  }
1139
1160
  const Be = ["top", "right", "bottom", "left"];
1140
1161
  Be.reduce((t, n) => t.concat(n, n + "-start", n + "-end"), []);
1141
- const pn = function(t) {
1162
+ const mn = function(t) {
1142
1163
  return t === void 0 && (t = {}), { name: "flip", options: t, async fn(n) {
1143
1164
  var e;
1144
- const { placement: a, middlewareData: o, rects: l, initialPlacement: s, platform: i, elements: r } = n, { mainAxis: u = !0, crossAxis: _ = !0, fallbackPlacements: d, fallbackStrategy: y = "bestFit", flipAlignment: g = !0, ...b } = t, h = oe(a), c = d || (h === s || !g ? [ce(s)] : function(z) {
1165
+ const { placement: a, middlewareData: o, rects: s, initialPlacement: l, platform: i, elements: r } = n, { mainAxis: u = !0, crossAxis: g = !0, fallbackPlacements: d, fallbackStrategy: y = "bestFit", flipAlignment: v = !0, ...b } = t, h = oe(a), c = d || (h === l || !v ? [ce(l)] : function(z) {
1145
1166
  const j = ce(z);
1146
1167
  return [we(z), j, we(j)];
1147
- }(s)), p = [s, ...c], k = await re(n, b), M = [];
1148
- let B = ((e = o.flip) == null ? void 0 : e.overflows) || [];
1149
- if (u && M.push(k[h]), _) {
1150
- const { main: z, cross: j } = un(a, l, await (i.isRTL == null ? void 0 : i.isRTL(r.floating)));
1168
+ }(l)), p = [l, ...c], k = await re(n, b), M = [];
1169
+ let D = ((e = o.flip) == null ? void 0 : e.overflows) || [];
1170
+ if (u && M.push(k[h]), g) {
1171
+ const { main: z, cross: j } = pn(a, s, await (i.isRTL == null ? void 0 : i.isRTL(r.floating)));
1151
1172
  M.push(k[z], k[j]);
1152
1173
  }
1153
- if (B = [...B, { placement: a, overflows: M }], !M.every((z) => z <= 0)) {
1154
- var A, W;
1155
- const z = ((A = (W = o.flip) == null ? void 0 : W.index) != null ? A : 0) + 1, j = p[z];
1174
+ if (D = [...D, { placement: a, overflows: M }], !M.every((z) => z <= 0)) {
1175
+ var L, W;
1176
+ const z = ((L = (W = o.flip) == null ? void 0 : W.index) != null ? L : 0) + 1, j = p[z];
1156
1177
  if (j)
1157
- return { data: { index: z, overflows: B }, reset: { placement: j } };
1158
- let O = "bottom";
1178
+ return { data: { index: z, overflows: D }, reset: { placement: j } };
1179
+ let V = "bottom";
1159
1180
  switch (y) {
1160
1181
  case "bestFit": {
1161
1182
  var T;
1162
- const be = (T = B.map((le) => [le, le.overflows.filter((J) => J > 0).reduce((J, Ye) => J + Ye, 0)]).sort((le, J) => le[1] - J[1])[0]) == null ? void 0 : T[0].placement;
1163
- be && (O = be);
1183
+ const be = (T = D.map((se) => [se, se.overflows.filter((J) => J > 0).reduce((J, Ye) => J + Ye, 0)]).sort((se, J) => se[1] - J[1])[0]) == null ? void 0 : T[0].placement;
1184
+ be && (V = be);
1164
1185
  break;
1165
1186
  }
1166
1187
  case "initialPlacement":
1167
- O = s;
1188
+ V = l;
1168
1189
  }
1169
- if (a !== O)
1170
- return { reset: { placement: O } };
1190
+ if (a !== V)
1191
+ return { reset: { placement: V } };
1171
1192
  }
1172
1193
  return {};
1173
1194
  } };
@@ -1178,52 +1199,52 @@ function $e(t, n) {
1178
1199
  function Me(t) {
1179
1200
  return Be.some((n) => t[n] >= 0);
1180
1201
  }
1181
- const hn = function(t) {
1202
+ const _n = function(t) {
1182
1203
  let { strategy: n = "referenceHidden", ...e } = t === void 0 ? {} : t;
1183
1204
  return { name: "hide", async fn(a) {
1184
1205
  const { rects: o } = a;
1185
1206
  switch (n) {
1186
1207
  case "referenceHidden": {
1187
- const l = $e(await re(a, { ...e, elementContext: "reference" }), o.reference);
1188
- return { data: { referenceHiddenOffsets: l, referenceHidden: Me(l) } };
1208
+ const s = $e(await re(a, { ...e, elementContext: "reference" }), o.reference);
1209
+ return { data: { referenceHiddenOffsets: s, referenceHidden: Me(s) } };
1189
1210
  }
1190
1211
  case "escaped": {
1191
- const l = $e(await re(a, { ...e, altBoundary: !0 }), o.floating);
1192
- return { data: { escapedOffsets: l, escaped: Me(l) } };
1212
+ const s = $e(await re(a, { ...e, altBoundary: !0 }), o.floating);
1213
+ return { data: { escapedOffsets: s, escaped: Me(s) } };
1193
1214
  }
1194
1215
  default:
1195
1216
  return {};
1196
1217
  }
1197
1218
  } };
1198
- }, mn = function(t) {
1219
+ }, gn = function(t) {
1199
1220
  return t === void 0 && (t = 0), { name: "offset", options: t, async fn(n) {
1200
- const { x: e, y: a } = n, o = await async function(l, s) {
1201
- const { placement: i, platform: r, elements: u } = l, _ = await (r.isRTL == null ? void 0 : r.isRTL(u.floating)), d = oe(i), y = ue(i), g = ae(i) === "x", b = ["left", "top"].includes(d) ? -1 : 1, h = _ && g ? -1 : 1, c = typeof s == "function" ? s(l) : s;
1221
+ const { x: e, y: a } = n, o = await async function(s, l) {
1222
+ const { placement: i, platform: r, elements: u } = s, g = await (r.isRTL == null ? void 0 : r.isRTL(u.floating)), d = oe(i), y = ue(i), v = ae(i) === "x", b = ["left", "top"].includes(d) ? -1 : 1, h = g && v ? -1 : 1, c = typeof l == "function" ? l(s) : l;
1202
1223
  let { mainAxis: p, crossAxis: k, alignmentAxis: M } = typeof c == "number" ? { mainAxis: c, crossAxis: 0, alignmentAxis: null } : { mainAxis: 0, crossAxis: 0, alignmentAxis: null, ...c };
1203
- return y && typeof M == "number" && (k = y === "end" ? -1 * M : M), g ? { x: k * h, y: p * b } : { x: p * b, y: k * h };
1224
+ return y && typeof M == "number" && (k = y === "end" ? -1 * M : M), v ? { x: k * h, y: p * b } : { x: p * b, y: k * h };
1204
1225
  }(n, t);
1205
1226
  return { x: e + o.x, y: a + o.y, data: o };
1206
1227
  } };
1207
1228
  };
1208
- function _n(t) {
1229
+ function vn(t) {
1209
1230
  return t === "x" ? "y" : "x";
1210
1231
  }
1211
- const gn = function(t) {
1232
+ const bn = function(t) {
1212
1233
  return t === void 0 && (t = {}), { name: "shift", options: t, async fn(n) {
1213
- const { x: e, y: a, placement: o } = n, { mainAxis: l = !0, crossAxis: s = !1, limiter: i = { fn: (c) => {
1234
+ const { x: e, y: a, placement: o } = n, { mainAxis: s = !0, crossAxis: l = !1, limiter: i = { fn: (c) => {
1214
1235
  let { x: p, y: k } = c;
1215
1236
  return { x: p, y: k };
1216
- } }, ...r } = t, u = { x: e, y: a }, _ = await re(n, r), d = ae(oe(o)), y = _n(d);
1217
- let g = u[d], b = u[y];
1218
- if (l) {
1237
+ } }, ...r } = t, u = { x: e, y: a }, g = await re(n, r), d = ae(oe(o)), y = vn(d);
1238
+ let v = u[d], b = u[y];
1239
+ if (s) {
1219
1240
  const c = d === "y" ? "bottom" : "right";
1220
- g = me(g + _[d === "y" ? "top" : "left"], g, g - _[c]);
1241
+ v = me(v + g[d === "y" ? "top" : "left"], v, v - g[c]);
1221
1242
  }
1222
- if (s) {
1243
+ if (l) {
1223
1244
  const c = y === "y" ? "bottom" : "right";
1224
- b = me(b + _[y === "y" ? "top" : "left"], b, b - _[c]);
1245
+ b = me(b + g[y === "y" ? "top" : "left"], b, b - g[c]);
1225
1246
  }
1226
- const h = i.fn({ ...n, [d]: g, [y]: b });
1247
+ const h = i.fn({ ...n, [d]: v, [y]: b });
1227
1248
  return { ...h, data: { x: h.x - e, y: h.y - a } };
1228
1249
  } };
1229
1250
  };
@@ -1239,7 +1260,7 @@ function Y(t) {
1239
1260
  }
1240
1261
  return t;
1241
1262
  }
1242
- function H(t) {
1263
+ function S(t) {
1243
1264
  return Y(t).getComputedStyle(t);
1244
1265
  }
1245
1266
  function Z(t) {
@@ -1249,7 +1270,7 @@ function je() {
1249
1270
  const t = navigator.userAgentData;
1250
1271
  return t && Array.isArray(t.brands) ? t.brands.map((n) => n.brand + "/" + n.version).join(" ") : navigator.userAgent;
1251
1272
  }
1252
- function S(t) {
1273
+ function H(t) {
1253
1274
  return t instanceof Y(t).HTMLElement;
1254
1275
  }
1255
1276
  function K(t) {
@@ -1259,17 +1280,17 @@ function Te(t) {
1259
1280
  return typeof ShadowRoot > "u" ? !1 : t instanceof Y(t).ShadowRoot || t instanceof ShadowRoot;
1260
1281
  }
1261
1282
  function fe(t) {
1262
- const { overflow: n, overflowX: e, overflowY: a, display: o } = H(t);
1283
+ const { overflow: n, overflowX: e, overflowY: a, display: o } = S(t);
1263
1284
  return /auto|scroll|overlay|hidden/.test(n + a + e) && !["inline", "contents"].includes(o);
1264
1285
  }
1265
- function vn(t) {
1286
+ function yn(t) {
1266
1287
  return ["table", "td", "th"].includes(Z(t));
1267
1288
  }
1268
1289
  function _e(t) {
1269
- const n = /firefox/i.test(je()), e = H(t), a = e.backdropFilter || e.WebkitBackdropFilter;
1290
+ const n = /firefox/i.test(je()), e = S(t), a = e.backdropFilter || e.WebkitBackdropFilter;
1270
1291
  return e.transform !== "none" || e.perspective !== "none" || !!a && a !== "none" || n && e.willChange === "filter" || n && !!e.filter && e.filter !== "none" || ["transform", "perspective"].some((o) => e.willChange.includes(o)) || ["paint", "layout", "strict", "content"].some((o) => {
1271
- const l = e.contain;
1272
- return l != null && l.includes(o);
1292
+ const s = e.contain;
1293
+ return s != null && s.includes(o);
1273
1294
  });
1274
1295
  }
1275
1296
  function Ee() {
@@ -1280,13 +1301,13 @@ function ve(t) {
1280
1301
  }
1281
1302
  const ze = Math.min, ee = Math.max, de = Math.round;
1282
1303
  function X(t, n, e) {
1283
- var a, o, l, s;
1304
+ var a, o, s, l;
1284
1305
  n === void 0 && (n = !1), e === void 0 && (e = !1);
1285
1306
  const i = t.getBoundingClientRect();
1286
1307
  let r = 1, u = 1;
1287
- n && S(t) && (r = t.offsetWidth > 0 && de(i.width) / t.offsetWidth || 1, u = t.offsetHeight > 0 && de(i.height) / t.offsetHeight || 1);
1288
- const _ = K(t) ? Y(t) : window, d = !Ee() && e, y = (i.left + (d && (a = (o = _.visualViewport) == null ? void 0 : o.offsetLeft) != null ? a : 0)) / r, g = (i.top + (d && (l = (s = _.visualViewport) == null ? void 0 : s.offsetTop) != null ? l : 0)) / u, b = i.width / r, h = i.height / u;
1289
- return { width: b, height: h, top: g, right: y + b, bottom: g + h, left: y, x: y, y: g };
1308
+ n && H(t) && (r = t.offsetWidth > 0 && de(i.width) / t.offsetWidth || 1, u = t.offsetHeight > 0 && de(i.height) / t.offsetHeight || 1);
1309
+ const g = K(t) ? Y(t) : window, d = !Ee() && e, y = (i.left + (d && (a = (o = g.visualViewport) == null ? void 0 : o.offsetLeft) != null ? a : 0)) / r, v = (i.top + (d && (s = (l = g.visualViewport) == null ? void 0 : l.offsetTop) != null ? s : 0)) / u, b = i.width / r, h = i.height / u;
1310
+ return { width: b, height: h, top: v, right: y + b, bottom: v + h, left: y, x: y, y: v };
1290
1311
  }
1291
1312
  function F(t) {
1292
1313
  return (n = t, (n instanceof Y(n).Node ? t.ownerDocument : t.document) || window.document).documentElement;
@@ -1295,23 +1316,23 @@ function F(t) {
1295
1316
  function pe(t) {
1296
1317
  return K(t) ? { scrollLeft: t.scrollLeft, scrollTop: t.scrollTop } : { scrollLeft: t.pageXOffset, scrollTop: t.pageYOffset };
1297
1318
  }
1298
- function Oe(t) {
1319
+ function Ve(t) {
1299
1320
  return X(F(t)).left + pe(t).scrollLeft;
1300
1321
  }
1301
- function bn(t, n, e) {
1302
- const a = S(n), o = F(n), l = X(t, a && function(r) {
1322
+ function kn(t, n, e) {
1323
+ const a = H(n), o = F(n), s = X(t, a && function(r) {
1303
1324
  const u = X(r);
1304
1325
  return de(u.width) !== r.offsetWidth || de(u.height) !== r.offsetHeight;
1305
1326
  }(n), e === "fixed");
1306
- let s = { scrollLeft: 0, scrollTop: 0 };
1327
+ let l = { scrollLeft: 0, scrollTop: 0 };
1307
1328
  const i = { x: 0, y: 0 };
1308
1329
  if (a || !a && e !== "fixed")
1309
- if ((Z(n) !== "body" || fe(o)) && (s = pe(n)), S(n)) {
1330
+ if ((Z(n) !== "body" || fe(o)) && (l = pe(n)), H(n)) {
1310
1331
  const r = X(n, !0);
1311
1332
  i.x = r.x + n.clientLeft, i.y = r.y + n.clientTop;
1312
1333
  } else
1313
- o && (i.x = Oe(o));
1314
- return { x: l.left + s.scrollLeft - i.x, y: l.top + s.scrollTop - i.y, width: l.width, height: l.height };
1334
+ o && (i.x = Ve(o));
1335
+ return { x: s.left + l.scrollLeft - i.x, y: s.top + l.scrollTop - i.y, width: s.width, height: s.height };
1315
1336
  }
1316
1337
  function te(t) {
1317
1338
  if (Z(t) === "html")
@@ -1320,16 +1341,16 @@ function te(t) {
1320
1341
  return Te(n) ? n.host : n;
1321
1342
  }
1322
1343
  function Ce(t) {
1323
- return S(t) && H(t).position !== "fixed" ? t.offsetParent : null;
1344
+ return H(t) && S(t).position !== "fixed" ? t.offsetParent : null;
1324
1345
  }
1325
1346
  function Re(t) {
1326
1347
  const n = Y(t);
1327
1348
  let e = Ce(t);
1328
- for (; e && vn(e) && H(e).position === "static"; )
1349
+ for (; e && yn(e) && S(e).position === "static"; )
1329
1350
  e = Ce(e);
1330
- return e && (Z(e) === "html" || Z(e) === "body" && H(e).position === "static" && !_e(e)) ? n : e || function(a) {
1351
+ return e && (Z(e) === "html" || Z(e) === "body" && S(e).position === "static" && !_e(e)) ? n : e || function(a) {
1331
1352
  let o = te(a);
1332
- for (; S(o) && !ve(o); ) {
1353
+ for (; H(o) && !ve(o); ) {
1333
1354
  if (_e(o))
1334
1355
  return o;
1335
1356
  o = te(o);
@@ -1337,91 +1358,91 @@ function Re(t) {
1337
1358
  return null;
1338
1359
  }(t) || n;
1339
1360
  }
1340
- function Ve(t) {
1361
+ function Oe(t) {
1341
1362
  const n = te(t);
1342
- return ve(n) ? t.ownerDocument.body : S(n) && fe(n) ? n : Ve(n);
1363
+ return ve(n) ? t.ownerDocument.body : H(n) && fe(n) ? n : Oe(n);
1343
1364
  }
1344
- function He(t, n) {
1365
+ function Se(t, n) {
1345
1366
  var e;
1346
1367
  n === void 0 && (n = []);
1347
- const a = Ve(t), o = a === ((e = t.ownerDocument) == null ? void 0 : e.body), l = Y(a), s = o ? [l].concat(l.visualViewport || [], fe(a) ? a : []) : a, i = n.concat(s);
1348
- return o ? i : i.concat(He(s));
1368
+ const a = Oe(t), o = a === ((e = t.ownerDocument) == null ? void 0 : e.body), s = Y(a), l = o ? [s].concat(s.visualViewport || [], fe(a) ? a : []) : a, i = n.concat(l);
1369
+ return o ? i : i.concat(Se(l));
1349
1370
  }
1350
1371
  function Ie(t, n, e) {
1351
1372
  return n === "viewport" ? ie(function(a, o) {
1352
- const l = Y(a), s = F(a), i = l.visualViewport;
1353
- let r = s.clientWidth, u = s.clientHeight, _ = 0, d = 0;
1373
+ const s = Y(a), l = F(a), i = s.visualViewport;
1374
+ let r = l.clientWidth, u = l.clientHeight, g = 0, d = 0;
1354
1375
  if (i) {
1355
1376
  r = i.width, u = i.height;
1356
1377
  const y = Ee();
1357
- (y || !y && o === "fixed") && (_ = i.offsetLeft, d = i.offsetTop);
1378
+ (y || !y && o === "fixed") && (g = i.offsetLeft, d = i.offsetTop);
1358
1379
  }
1359
- return { width: r, height: u, x: _, y: d };
1380
+ return { width: r, height: u, x: g, y: d };
1360
1381
  }(t, e)) : K(n) ? function(a, o) {
1361
- const l = X(a, !1, o === "fixed"), s = l.top + a.clientTop, i = l.left + a.clientLeft;
1362
- return { top: s, left: i, x: i, y: s, right: i + a.clientWidth, bottom: s + a.clientHeight, width: a.clientWidth, height: a.clientHeight };
1382
+ const s = X(a, !1, o === "fixed"), l = s.top + a.clientTop, i = s.left + a.clientLeft;
1383
+ return { top: l, left: i, x: i, y: l, right: i + a.clientWidth, bottom: l + a.clientHeight, width: a.clientWidth, height: a.clientHeight };
1363
1384
  }(n, e) : ie(function(a) {
1364
1385
  var o;
1365
- const l = F(a), s = pe(a), i = (o = a.ownerDocument) == null ? void 0 : o.body, r = ee(l.scrollWidth, l.clientWidth, i ? i.scrollWidth : 0, i ? i.clientWidth : 0), u = ee(l.scrollHeight, l.clientHeight, i ? i.scrollHeight : 0, i ? i.clientHeight : 0);
1366
- let _ = -s.scrollLeft + Oe(a);
1367
- const d = -s.scrollTop;
1368
- return H(i || l).direction === "rtl" && (_ += ee(l.clientWidth, i ? i.clientWidth : 0) - r), { width: r, height: u, x: _, y: d };
1386
+ const s = F(a), l = pe(a), i = (o = a.ownerDocument) == null ? void 0 : o.body, r = ee(s.scrollWidth, s.clientWidth, i ? i.scrollWidth : 0, i ? i.clientWidth : 0), u = ee(s.scrollHeight, s.clientHeight, i ? i.scrollHeight : 0, i ? i.clientHeight : 0);
1387
+ let g = -l.scrollLeft + Ve(a);
1388
+ const d = -l.scrollTop;
1389
+ return S(i || s).direction === "rtl" && (g += ee(s.clientWidth, i ? i.clientWidth : 0) - r), { width: r, height: u, x: g, y: d };
1369
1390
  }(F(t)));
1370
1391
  }
1371
- const yn = { getClippingRect: function(t) {
1392
+ const xn = { getClippingRect: function(t) {
1372
1393
  let { element: n, boundary: e, rootBoundary: a, strategy: o } = t;
1373
- const l = e === "clippingAncestors" ? function(u) {
1374
- let _ = He(u).filter((b) => K(b) && Z(b) !== "body"), d = null;
1375
- const y = H(u).position === "fixed";
1376
- let g = y ? te(u) : u;
1377
- for (; K(g) && !ve(g); ) {
1378
- const b = H(g), h = _e(g);
1379
- (y ? h || d : h || b.position !== "static" || !d || !["absolute", "fixed"].includes(d.position)) ? d = b : _ = _.filter((c) => c !== g), g = te(g);
1394
+ const s = e === "clippingAncestors" ? function(u) {
1395
+ let g = Se(u).filter((b) => K(b) && Z(b) !== "body"), d = null;
1396
+ const y = S(u).position === "fixed";
1397
+ let v = y ? te(u) : u;
1398
+ for (; K(v) && !ve(v); ) {
1399
+ const b = S(v), h = _e(v);
1400
+ (y ? h || d : h || b.position !== "static" || !d || !["absolute", "fixed"].includes(d.position)) ? d = b : g = g.filter((c) => c !== v), v = te(v);
1380
1401
  }
1381
- return _;
1382
- }(n) : [].concat(e), s = [...l, a], i = s[0], r = s.reduce((u, _) => {
1383
- const d = Ie(n, _, o);
1402
+ return g;
1403
+ }(n) : [].concat(e), l = [...s, a], i = l[0], r = l.reduce((u, g) => {
1404
+ const d = Ie(n, g, o);
1384
1405
  return u.top = ee(d.top, u.top), u.right = ze(d.right, u.right), u.bottom = ze(d.bottom, u.bottom), u.left = ee(d.left, u.left), u;
1385
1406
  }, Ie(n, i, o));
1386
1407
  return { width: r.right - r.left, height: r.bottom - r.top, x: r.left, y: r.top };
1387
1408
  }, convertOffsetParentRelativeRectToViewportRelativeRect: function(t) {
1388
1409
  let { rect: n, offsetParent: e, strategy: a } = t;
1389
- const o = S(e), l = F(e);
1390
- if (e === l)
1410
+ const o = H(e), s = F(e);
1411
+ if (e === s)
1391
1412
  return n;
1392
- let s = { scrollLeft: 0, scrollTop: 0 };
1413
+ let l = { scrollLeft: 0, scrollTop: 0 };
1393
1414
  const i = { x: 0, y: 0 };
1394
- if ((o || !o && a !== "fixed") && ((Z(e) !== "body" || fe(l)) && (s = pe(e)), S(e))) {
1415
+ if ((o || !o && a !== "fixed") && ((Z(e) !== "body" || fe(s)) && (l = pe(e)), H(e))) {
1395
1416
  const r = X(e, !0);
1396
1417
  i.x = r.x + e.clientLeft, i.y = r.y + e.clientTop;
1397
1418
  }
1398
- return { ...n, x: n.x - s.scrollLeft + i.x, y: n.y - s.scrollTop + i.y };
1419
+ return { ...n, x: n.x - l.scrollLeft + i.x, y: n.y - l.scrollTop + i.y };
1399
1420
  }, isElement: K, getDimensions: function(t) {
1400
- if (S(t))
1421
+ if (H(t))
1401
1422
  return { width: t.offsetWidth, height: t.offsetHeight };
1402
1423
  const n = X(t);
1403
1424
  return { width: n.width, height: n.height };
1404
1425
  }, getOffsetParent: Re, getDocumentElement: F, async getElementRects(t) {
1405
1426
  let { reference: n, floating: e, strategy: a } = t;
1406
- const o = this.getOffsetParent || Re, l = this.getDimensions;
1407
- return { reference: bn(n, await o(e), a), floating: { x: 0, y: 0, ...await l(e) } };
1408
- }, getClientRects: (t) => Array.from(t.getClientRects()), isRTL: (t) => H(t).direction === "rtl" }, kn = (t, n, e) => ln(t, n, { platform: yn, ...e });
1409
- function he({ value: t }, { value: n }, { value: e }, a, o, l) {
1410
- !t || !n || kn(t, n, {
1427
+ const o = this.getOffsetParent || Re, s = this.getDimensions;
1428
+ return { reference: kn(n, await o(e), a), floating: { x: 0, y: 0, ...await s(e) } };
1429
+ }, getClientRects: (t) => Array.from(t.getClientRects()), isRTL: (t) => S(t).direction === "rtl" }, wn = (t, n, e) => rn(t, n, { platform: xn, ...e });
1430
+ function he({ value: t }, { value: n }, { value: e }, a, o, s) {
1431
+ !t || !n || wn(t, n, {
1411
1432
  placement: a,
1412
1433
  middleware: [
1413
- mn(o),
1414
- gn({ padding: l }),
1415
- cn({ element: e }),
1416
- pn(),
1417
- hn()
1434
+ gn(o),
1435
+ bn({ padding: s }),
1436
+ un({ element: e }),
1437
+ mn(),
1438
+ _n()
1418
1439
  ]
1419
- }).then(({ x: s, y: i, placement: r, middlewareData: u }) => {
1440
+ }).then(({ x: l, y: i, placement: r, middlewareData: u }) => {
1420
1441
  if (Object.assign(n.style, {
1421
- left: `${s}px`,
1442
+ left: `${l}px`,
1422
1443
  top: `${i}px`
1423
1444
  }), e && u.arrow) {
1424
- const { x: _, y: d } = u.arrow, y = {
1445
+ const { x: g, y: d } = u.arrow, y = {
1425
1446
  top: "bottom",
1426
1447
  right: "left",
1427
1448
  bottom: "top",
@@ -1429,7 +1450,7 @@ function he({ value: t }, { value: n }, { value: e }, a, o, l) {
1429
1450
  /* Right */
1430
1451
  }[r.split("-")[0]];
1431
1452
  Object.assign(e.style, {
1432
- left: s != null ? `${_}px` : "",
1453
+ left: l != null ? `${g}px` : "",
1433
1454
  top: i != null ? `${d}px` : "",
1434
1455
  right: "",
1435
1456
  bottom: "",
@@ -1438,11 +1459,11 @@ function he({ value: t }, { value: n }, { value: e }, a, o, l) {
1438
1459
  }
1439
1460
  });
1440
1461
  }
1441
- var Se = /* @__PURE__ */ ((t) => (t.Top = "top", t.Bottom = "bottom", t.Left = "left", t.Right = "right", t.TopStart = "top-start", t.TopEnd = "top-end", t.RightStart = "right-start", t.RightEnd = "right-end", t.BottomStart = "bottom-start", t.BottomEnd = "bottom-end", t.LeftStart = "left-start", t.LeftEnd = "left-end", t))(Se || {}), P = /* @__PURE__ */ ((t) => (t.Click = "click", t.Hover = "hover", t.Manual = "manual", t))(P || {});
1442
- const xn = ["aria-disabled", "onClick", "onMouseenter", "onMouseleave", "onMousemove"], wn = ["innerHTML"], $n = /* @__PURE__ */ I({
1462
+ var He = /* @__PURE__ */ ((t) => (t.Top = "top", t.Bottom = "bottom", t.Left = "left", t.Right = "right", t.TopStart = "top-start", t.TopEnd = "top-end", t.RightStart = "right-start", t.RightEnd = "right-end", t.BottomStart = "bottom-start", t.BottomEnd = "bottom-end", t.LeftStart = "left-start", t.LeftEnd = "left-end", t))(He || {}), P = /* @__PURE__ */ ((t) => (t.Click = "click", t.Hover = "hover", t.Manual = "manual", t))(P || {});
1463
+ const $n = ["aria-disabled", "onClick", "onMouseenter", "onMouseleave", "onMousemove"], Mn = ["innerHTML"], Tn = /* @__PURE__ */ I({
1443
1464
  __name: "RTooltip",
1444
1465
  props: {
1445
- placement: { default: Se.Top },
1466
+ placement: { default: He.Top },
1446
1467
  text: { default: "" },
1447
1468
  dark: { type: Boolean, default: !0 },
1448
1469
  light: { type: Boolean, default: !1 },
@@ -1464,10 +1485,10 @@ const xn = ["aria-disabled", "onClick", "onMouseenter", "onMouseleave", "onMouse
1464
1485
  Ke((c) => ({
1465
1486
  "271323d4": w(h)
1466
1487
  }));
1467
- const a = E(null), o = E(null), l = E(null);
1468
- function s() {
1488
+ const a = E(null), o = E(null), s = E(null);
1489
+ function l() {
1469
1490
  const { placement: c, offset: p, padding: k, disabled: M } = e;
1470
- M || (o.value.style.display = "block", n("show"), he(a, o, l, c, p, k), r(), e.outsideClick && u("add"));
1491
+ M || (o.value.style.display = "block", n("show"), he(a, o, s, c, p, k), r(), e.outsideClick && u("add"));
1471
1492
  }
1472
1493
  function i() {
1473
1494
  o.value.style.display = "", n("hide"), e.outsideClick && u("remove");
@@ -1478,20 +1499,20 @@ const xn = ["aria-disabled", "onClick", "onMouseenter", "onMouseleave", "onMouse
1478
1499
  }, e.hideDelay);
1479
1500
  }, u = (c) => {
1480
1501
  c === "add" && document.addEventListener("click", i), c === "remove" && document.removeEventListener("click", i);
1481
- }, _ = () => {
1482
- e.disabled || e.triggers == P.Click && (o.value.style.display === "block" ? i() : s());
1502
+ }, g = () => {
1503
+ e.disabled || e.triggers == P.Click && (o.value.style.display === "block" ? i() : l());
1483
1504
  }, d = () => {
1484
- e.disabled || e.triggers === P.Hover && s();
1505
+ e.disabled || e.triggers === P.Hover && l();
1485
1506
  }, y = () => {
1486
1507
  if (!e.disabled)
1487
1508
  if (o.value.style.display === "" && e.triggers === P.Hover) {
1488
- s();
1509
+ l();
1489
1510
  return;
1490
1511
  } else
1491
1512
  o.value.style.display !== "" && e.triggers === P.Hover && i();
1492
- }, g = () => {
1513
+ }, v = () => {
1493
1514
  const { placement: c, offset: p, padding: k, disabled: M } = e;
1494
- M || e.triggers === P.Hover && he(a, o, l, c, p, k);
1515
+ M || e.triggers === P.Hover && he(a, o, s, c, p, k);
1495
1516
  }, b = $(() => ({
1496
1517
  tooltip: !0,
1497
1518
  "tooltip--dark": e.dark,
@@ -1499,40 +1520,40 @@ const xn = ["aria-disabled", "onClick", "onMouseenter", "onMouseleave", "onMouse
1499
1520
  }));
1500
1521
  window.onresize = () => {
1501
1522
  const { placement: c, offset: p, padding: k, disabled: M } = e;
1502
- M || e.resizable && he(a, o, l, c, p, k);
1523
+ M || e.resizable && he(a, o, s, c, p, k);
1503
1524
  }, Ge(
1504
1525
  () => {
1505
- e.disabled || e.shown && e.triggers === P.Manual && s();
1526
+ e.disabled || e.shown && e.triggers === P.Manual && l();
1506
1527
  },
1507
1528
  { flush: "post" }
1508
1529
  // this is important to avoid infinite loop & for fire on mounted
1509
1530
  );
1510
1531
  const h = $(() => `${e.showDelay}ms`);
1511
1532
  return (c, p) => (f(), m(Q, null, [
1512
- v("div", {
1533
+ _("div", {
1513
1534
  ref_key: "trigger",
1514
1535
  ref: a,
1515
1536
  "aria-disabled": e.disabled,
1516
1537
  class: "trigger",
1517
- onClick: V(_, ["stop"]),
1518
- onMouseenter: V(d, ["stop"]),
1519
- onMouseleave: V(y, ["stop"]),
1520
- onMousemove: V(g, ["stop"])
1538
+ onClick: O(g, ["stop"]),
1539
+ onMouseenter: O(d, ["stop"]),
1540
+ onMouseleave: O(y, ["stop"]),
1541
+ onMousemove: O(v, ["stop"])
1521
1542
  }, [
1522
- D(c.$slots, "trigger", {}, void 0, !0),
1543
+ A(c.$slots, "trigger", {}, void 0, !0),
1523
1544
  c.$slots.trigger ? R("", !0) : (f(), m("div", {
1524
1545
  key: 0,
1525
1546
  innerHTML: e.triggerContent
1526
- }, null, 8, wn))
1527
- ], 40, xn),
1528
- v("div", {
1547
+ }, null, 8, Mn))
1548
+ ], 40, $n),
1549
+ _("div", {
1529
1550
  id: "tooltip",
1530
1551
  ref_key: "tooltip",
1531
1552
  ref: o,
1532
1553
  class: x(w(b)),
1533
1554
  role: "tooltip"
1534
1555
  }, [
1535
- D(c.$slots, "content", {}, void 0, !0),
1556
+ A(c.$slots, "content", {}, void 0, !0),
1536
1557
  c.$slots.content ? R("", !0) : (f(), m("div", {
1537
1558
  key: 0,
1538
1559
  class: x({
@@ -1545,7 +1566,7 @@ const xn = ["aria-disabled", "onClick", "onMouseenter", "onMouseleave", "onMouse
1545
1566
  key: 1,
1546
1567
  id: "arrow",
1547
1568
  ref_key: "arrowElement",
1548
- ref: l,
1569
+ ref: s,
1549
1570
  class: x({
1550
1571
  tooltip__arrow: !0,
1551
1572
  "tooltip__arrow--dark": e.dark,
@@ -1556,29 +1577,30 @@ const xn = ["aria-disabled", "onClick", "onMouseenter", "onMouseleave", "onMouse
1556
1577
  ], 64));
1557
1578
  }
1558
1579
  });
1559
- const Mn = (t, n) => {
1580
+ const zn = (t, n) => {
1560
1581
  const e = t.__vccOpts || t;
1561
1582
  for (const [a, o] of n)
1562
1583
  e[a] = o;
1563
1584
  return e;
1564
- }, Vn = /* @__PURE__ */ Mn($n, [["__scopeId", "data-v-ee5f5651"]]);
1585
+ }, Yn = /* @__PURE__ */ zn(Tn, [["__scopeId", "data-v-ee5f5651"]]);
1565
1586
  export {
1566
- zn as RAccordion,
1567
- Cn as RAlert,
1568
- Rn as RAvatar,
1569
- In as RBadge,
1587
+ Rn as RAccordion,
1588
+ In as RAlert,
1589
+ An as RAvatar,
1590
+ Ln as RBadge,
1570
1591
  ut as RButton,
1571
- An as RCheckbox,
1592
+ Nn as RCheckbox,
1572
1593
  yt as RChip,
1573
- Ln as RDropdown,
1574
- N as RIcon,
1594
+ Bn as RDropdown,
1595
+ B as RIcon,
1575
1596
  Le as RLabel,
1576
- Nn as RModal,
1577
- Bn as RSnackbar,
1578
- Dn as RSwitch,
1579
- Zt as RTabItem,
1580
- jn as RTabs,
1581
- En as RTextArea,
1582
- On as RTextfield,
1583
- Vn as RTooltip
1597
+ Dn as RModal,
1598
+ jn as RSidebar,
1599
+ En as RSnackbar,
1600
+ Vn as RSwitch,
1601
+ Xt as RTabItem,
1602
+ On as RTabs,
1603
+ Sn as RTextArea,
1604
+ Hn as RTextfield,
1605
+ Yn as RTooltip
1584
1606
  };