@opens/ui 1.0.21 → 1.0.23

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 (36) hide show
  1. package/dist/dropdowns/simple-dropdown-item.vue.d.ts +4 -0
  2. package/dist/dropdowns/simple-dropdown-item.vue.d.ts.map +1 -0
  3. package/dist/layouts/app-container.vue.d.ts +3 -2
  4. package/dist/layouts/app-container.vue.d.ts.map +1 -1
  5. package/dist/list-card.vue.d.ts.map +1 -0
  6. package/dist/src/components/buttons/button-primary.vue.d.ts +9 -0
  7. package/dist/src/components/buttons/button-secondary.vue.d.ts +9 -0
  8. package/dist/src/components/dropdowns/app-dropdown.vue.d.ts +9 -0
  9. package/dist/src/components/dropdowns/simple-dropdown-item.vue.d.ts +21 -2
  10. package/dist/src/components/dropdowns/simple-dropdown.vue.d.ts +8 -0
  11. package/dist/src/components/layouts/app-container.vue.d.ts +85 -2
  12. package/dist/src/components/typography/text.vue.d.ts +8 -0
  13. package/dist/src/components/typography/types.d.ts +1 -0
  14. package/dist/src/components/typography/use-typography-classes.d.ts +1 -0
  15. package/dist/src/components/ui/app-group.vue.d.ts +96 -0
  16. package/dist/src/components/ui/app-join.vue.d.ts +32 -0
  17. package/dist/src/components/ui/app-loading-ring.vue.d.ts +2 -0
  18. package/dist/src/main.d.ts +3 -2
  19. package/dist/typography/text.vue.d.ts +1 -1
  20. package/dist/typography/title.vue.d.ts +1 -1
  21. package/dist/ui/app-join.vue.d.ts +4 -0
  22. package/dist/ui/app-join.vue.d.ts.map +1 -0
  23. package/dist/ui/app-loading-ring.vue.d.ts +3 -0
  24. package/dist/ui/app-loading-ring.vue.d.ts.map +1 -0
  25. package/dist/yunique_ui.cjs.js +1 -1
  26. package/dist/yunique_ui.css +1 -1
  27. package/dist/yunique_ui.es.js +781 -693
  28. package/dist/yunique_ui.umd.js +2 -2
  29. package/package.json +1 -1
  30. package/dist/cards/list-card.vue.d.ts.map +0 -1
  31. package/dist/icons/app-tooltip-icon.vue.d.ts +0 -4
  32. package/dist/icons/app-tooltip-icon.vue.d.ts.map +0 -1
  33. package/dist/simple-dropdown-item.vue.d.ts +0 -3
  34. package/dist/simple-dropdown-item.vue.d.ts.map +0 -1
  35. package/dist/src/components/icons/app-tooltip-icon.vue.d.ts +0 -23
  36. /package/dist/{cards/list-card.vue.d.ts → list-card.vue.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
- import { defineComponent as A, ref as M, watch as Ze, openBlock as m, createElementBlock as b, createElementVNode as d, toDisplayString as S, normalizeClass as B, withDirectives as X, withKeys as Me, vModelDynamic as kt, renderSlot as w, vShow as We, pushScopeId as co, popScopeId as po, nextTick as ho, createBlock as re, normalizeProps as yo, guardReactiveProps as fo, withScopeId as mo, resolveComponent as ve, normalizeStyle as Ie, Fragment as Ot, createCommentVNode as K, mergeProps as zt, withCtx as E, createVNode as pe, createApp as go, h as vo, unref as H, createTextVNode as Ce, computed as C, resolveDirective as Nt, useSlots as wo, mergeModels as bo, useModel as it, renderList as xo, Teleport as _o, withModifiers as $o } from "vue";
2
- const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2" }, Bo = { class: "material-icons yu-text-gray-700 yu-my-auto" }, Po = ["placeholder", "type", "maxlength"], st = /* @__PURE__ */ A({
1
+ import { defineComponent as A, ref as N, watch as Ze, openBlock as m, createElementBlock as b, createElementVNode as p, toDisplayString as S, normalizeClass as C, withDirectives as X, withKeys as Ne, vModelDynamic as kt, renderSlot as w, computed as $, vShow as We, pushScopeId as co, popScopeId as po, nextTick as yo, createBlock as re, normalizeProps as ho, guardReactiveProps as fo, withScopeId as mo, resolveComponent as ve, normalizeStyle as Ie, Fragment as Ot, createCommentVNode as Y, mergeProps as zt, withCtx as V, createVNode as pe, createApp as go, h as vo, unref as R, createTextVNode as Pe, resolveDirective as Mt, mergeModels as wo, useModel as it, renderList as bo, Teleport as xo, withModifiers as _o } from "vue";
2
+ const $o = { class: "simple-input" }, Bo = { class: "yu-flex yu-h-full yu-pl-2" }, Co = { class: "material-icons yu-text-gray-700 yu-my-auto" }, To = ["placeholder", "type", "maxlength"], st = /* @__PURE__ */ A({
3
3
  __name: "icon-text-input",
4
4
  props: {
5
5
  value: {},
@@ -14,10 +14,10 @@ const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2"
14
14
  emits: ["blur", "focus", "input"],
15
15
  setup(e, { emit: t }) {
16
16
  const o = t, n = e;
17
- M(!1);
18
- const i = M(n.value);
19
- M(!1);
20
- const s = M(n.type), r = M(!1);
17
+ N(!1);
18
+ const i = N(n.value);
19
+ N(!1);
20
+ const s = N(n.type), r = N(!1);
21
21
  Ze(r, (u) => {
22
22
  if (!u) {
23
23
  o("blur");
@@ -31,29 +31,29 @@ const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2"
31
31
  function a(u) {
32
32
  o("input", u.target.value);
33
33
  }
34
- return (u, c) => (m(), b("div", To, [
35
- d("div", So, [
36
- d("i", Bo, S(u.icon), 1),
37
- d("p", {
38
- class: B(["yu-text-gray-500 yu-font-plus yu-font-medium yu-p-1 yu-px-2 yu-transition", { "yu-translate-y-2 yu-text-sm": l(), "yu-translate-y-0 yu-text-xs": !l() }])
34
+ return (u, d) => (m(), b("div", $o, [
35
+ p("div", Bo, [
36
+ p("i", Co, S(u.icon), 1),
37
+ p("p", {
38
+ class: C(["yu-text-gray-500 yu-font-plus yu-font-medium yu-p-1 yu-px-2 yu-transition", { "yu-translate-y-2 yu-text-sm": l(), "yu-translate-y-0 yu-text-xs": !l() }])
39
39
  }, S(u.label), 3)
40
40
  ]),
41
- X(d("input", {
41
+ X(p("input", {
42
42
  class: "yu-pl-8 yu-absolute yu-w-full yu-h-full yu-outline-none yu-bg-transparent yu-appearence-none yu-indent-2 yu-pt-3 yu-font-plus yu-font-semibold yu-text-gray-800",
43
43
  placeholder: u.placeholder,
44
44
  onInput: a,
45
- onFocus: c[0] || (c[0] = (p) => r.value = !0),
46
- onBlur: c[1] || (c[1] = (p) => r.value = !1),
47
- "onUpdate:modelValue": c[2] || (c[2] = (p) => i.value = p),
45
+ onFocus: d[0] || (d[0] = (c) => r.value = !0),
46
+ onBlur: d[1] || (d[1] = (c) => r.value = !1),
47
+ "onUpdate:modelValue": d[2] || (d[2] = (c) => i.value = c),
48
48
  type: s.value || u.type,
49
- onKeyup: c[3] || (c[3] = Me((p) => u.$emit("keyup-enter"), ["enter"])),
49
+ onKeyup: d[3] || (d[3] = Ne((c) => u.$emit("keyup-enter"), ["enter"])),
50
50
  maxlength: u.caract
51
- }, null, 40, Po), [
51
+ }, null, 40, To), [
52
52
  [kt, i.value]
53
53
  ])
54
54
  ]));
55
55
  }
56
- }), Co = ["type", "disabled"], qe = /* @__PURE__ */ A({
56
+ }), So = ["type", "disabled"], qe = /* @__PURE__ */ A({
57
57
  __name: "text-input",
58
58
  props: {
59
59
  modelValue: {},
@@ -64,7 +64,7 @@ const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2"
64
64
  },
65
65
  emits: ["update:model-value", "blur", "press-enter"],
66
66
  setup(e, { emit: t }) {
67
- const o = e, n = t, i = M(o.modelValue), s = M(!1);
67
+ const o = e, n = t, i = N(o.modelValue), s = N(!1);
68
68
  function r() {
69
69
  return !(s.value || i.value);
70
70
  }
@@ -72,30 +72,30 @@ const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2"
72
72
  n(u);
73
73
  }
74
74
  function a(u) {
75
- const c = u.target;
76
- n("update:model-value", c.value);
75
+ const d = u.target;
76
+ n("update:model-value", d.value);
77
77
  }
78
- return (u, c) => (m(), b("div", {
79
- class: B(["simple-input", { "yu-border-red-500": u.invalid }])
78
+ return (u, d) => (m(), b("div", {
79
+ class: C(["simple-input", { "yu-border-red-500": u.invalid }])
80
80
  }, [
81
- d("p", {
82
- class: B(["yu-text-gray-500 yu-font-plus yu-font-medium yu-p-1 yu-px-2 yu-transition", { "yu-translate-y-1/4 yu-text-sm": r(), "yu-translate-x-0 yu-text-xs": !r() }])
81
+ p("p", {
82
+ class: C(["yu-text-gray-500 yu-font-plus yu-font-medium yu-p-1 yu-px-2 yu-transition", { "yu-translate-y-1/4 yu-text-sm": r(), "yu-translate-x-0 yu-text-xs": !r() }])
83
83
  }, S(u.label), 3),
84
- X(d("input", {
84
+ X(p("input", {
85
85
  class: "yu-absolute yu-w-full yu-h-full yu-outline-none yu-bg-transparent yu-appearence-none yu-indent-2 yu-pt-3 yu-font-plus yu-font-semibold yu-text-gray-800 dark:yu-text-gray-200",
86
- "onUpdate:modelValue": c[0] || (c[0] = (p) => i.value = p),
87
- onKeyup: c[1] || (c[1] = Me((p) => l("press-enter"), ["enter"])),
86
+ "onUpdate:modelValue": d[0] || (d[0] = (c) => i.value = c),
87
+ onKeyup: d[1] || (d[1] = Ne((c) => l("press-enter"), ["enter"])),
88
88
  type: u.type,
89
89
  disabled: u.disabled,
90
90
  onInput: a,
91
- onFocus: c[2] || (c[2] = (p) => s.value = !0),
92
- onBlur: c[3] || (c[3] = (p) => s.value = !1)
93
- }, null, 40, Co), [
91
+ onFocus: d[2] || (d[2] = (c) => s.value = !0),
92
+ onBlur: d[3] || (d[3] = (c) => s.value = !1)
93
+ }, null, 40, So), [
94
94
  [kt, i.value]
95
95
  ])
96
96
  ], 2));
97
97
  }
98
- }), Ao = ["checked"], rt = /* @__PURE__ */ A({
98
+ }), Po = ["checked"], rt = /* @__PURE__ */ A({
99
99
  __name: "switch-checkbox",
100
100
  props: {
101
101
  modelValue: { type: Boolean },
@@ -104,20 +104,20 @@ const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2"
104
104
  },
105
105
  emits: ["update:modelValue", "change", "input"],
106
106
  setup(e, { emit: t }) {
107
- const o = e, n = t, i = M(o.modelValue);
108
- return M(!1), Ze(i, (s) => {
107
+ const o = e, n = t, i = N(o.modelValue);
108
+ return N(!1), Ze(i, (s) => {
109
109
  n("update:modelValue", s);
110
110
  }), (s, r) => (m(), b("div", {
111
111
  class: "yu-relative yu-inline-block yu-w-10 yu-align-middle yu-select-none yu-transition yu-duration-200 yu-ease-in",
112
112
  onClick: r[0] || (r[0] = (l) => i.value = !i.value)
113
113
  }, [
114
- d("input", {
114
+ p("input", {
115
115
  class: "yu-absolute yu-block yu-w-6 yu-h-6 yu-bg-white yu-border-4 yu-rounded-full yu-appearance-none yu-cursor-pointer toggle-checkbox checked:yu-right-0 checked:yu-border-primary-500",
116
116
  type: "checkbox",
117
117
  checked: i.value
118
- }, null, 8, Ao),
119
- d("label", {
120
- class: B(["yu-block yu-h-6 yu-overflow-hidden yu-bg-gray-300 yu-rounded-full yu-cursor-pointer yu-toggle-label", { "yu-bg-primary-500": i.value }]),
118
+ }, null, 8, Po),
119
+ p("label", {
120
+ class: C(["yu-block yu-h-6 yu-overflow-hidden yu-bg-gray-300 yu-rounded-full yu-cursor-pointer yu-toggle-label", { "yu-bg-primary-500": i.value }]),
121
121
  for: "toggle"
122
122
  }, null, 2)
123
123
  ]));
@@ -144,11 +144,15 @@ const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2"
144
144
  success: {
145
145
  type: Boolean,
146
146
  default: !1
147
+ },
148
+ disabled: {
149
+ type: Boolean,
150
+ default: !1
147
151
  }
148
152
  },
149
153
  setup(e) {
150
154
  return (t, o) => (m(), b("button", {
151
- class: B(["yu-bg-primary yu-px-5 yu-p-2 yu-w-fit yu-text-base yu-text-white yu-rounded-md yu-transition-all yu-font-plus yu-font-bold yu-truncate hover:yu-brightness-90 active:yu-scale-95", { "!yu-px-7 !yu-p-4": e.large, "!yu-px-3 !yu-p-1": e.small, "!yu-bg-red-500": e.warning, "!yu-bg-yellow-400": e.alert, "!yu-bg-green-400": e.success }])
155
+ class: C(["yu-bg-primary yu-px-5 yu-p-2 yu-w-fit yu-text-base yu-text-white yu-rounded-md yu-transition-all yu-font-plus yu-font-bold yu-truncate hover:yu-brightness-90 active:yu-scale-95", { "!yu-px-7 !yu-p-4": e.large, "!yu-px-3 !yu-p-1": e.small, "!yu-bg-red-500": e.warning, "!yu-bg-yellow-400": e.alert, "!yu-bg-green-400": e.success, "yu-opacity-50 yu-pointer-events-none": e.disabled }])
152
156
  }, [
153
157
  w(t.$slots, "default")
154
158
  ], 2));
@@ -175,34 +179,40 @@ const To = { class: "simple-input" }, So = { class: "yu-flex yu-h-full yu-pl-2"
175
179
  success: {
176
180
  type: Boolean,
177
181
  default: !1
182
+ },
183
+ disabled: {
184
+ type: Boolean,
185
+ default: !1
178
186
  }
179
187
  },
180
188
  setup(e) {
181
189
  return (t, o) => (m(), b("button", {
182
- class: B(["yu-text-primary yu-bg-primary yu-text-base yu-w-fit yu-px-5 yu-p-2 yu-rounded-md yu-transition-all yu-font-plus yu-font-bold yu-truncate !yu-bg-opacity-5 group hover:!yu-bg-opacity-10 active:yu-scale-95 active:!yu-bg-opacity-20", { "!yu-text-lg": e.large, "!yu-text-sm": e.small, "!yu-text-red-500 !yu-bg-red-500": e.warning, "!yu-text-yellow-400 !yu-bg-yellow-400": e.alert, "!yu-text-green-400 !yu-bg-green-400": e.success }])
190
+ class: C(["yu-text-primary yu-bg-primary yu-text-base yu-w-fit yu-px-5 yu-p-2 yu-rounded-md yu-transition-all yu-font-plus yu-font-bold yu-truncate !yu-bg-opacity-5 group hover:!yu-bg-opacity-10 active:yu-scale-95 active:!yu-bg-opacity-20", { "!yu-text-lg": e.large, "!yu-text-sm": e.small, "!yu-text-red-500 !yu-bg-red-500": e.warning, "!yu-text-yellow-400 !yu-bg-yellow-400": e.alert, "!yu-text-green-400 !yu-bg-green-400": e.success, "yu-opacity-50 yu-pointer-events-none": e.disabled }])
183
191
  }, [
184
192
  w(t.$slots, "default")
185
193
  ], 2));
186
194
  }
187
- }), ko = { class: "yu-transition yu-text-gray-900 yu-font-plus yu-text-sm yu-p-2 yu-font-semibold yu-rounded-md yu-cursor-pointer yu-flex yu-items-center active:yu-scale-95 hover:yu-bg-primary-500 hover:!yu-bg-opacity-10 hover:yu-text-primary-400" };
188
- function Oo(e, t) {
189
- return m(), b("div", ko, [
190
- w(e.$slots, "default")
191
- ]);
192
- }
193
- const G = (e, t) => {
194
- const o = e.__vccOpts || e;
195
- for (const [n, i] of t)
196
- o[n] = i;
197
- return o;
198
- };
199
- var zo = {};
200
- const Qe = /* @__PURE__ */ G(zo, [["render", Oo]]), No = { class: "yu-relative yu-w-full" }, Mo = { class: "yu-text-gray-700 yu-font-plus yu-font-medium yu-text-base yu-mr-2" }, Lo = { class: "yu-mt-2 yu-w-full yu-bg-white yu-rounded-md yu-flex yu-flex-col yu-gap-1 yu-shadow-md yu-absolute yu-z-10" }, Ho = { class: "yu-w-full yu-rounded-md yu-p-2" }, Ro = /* @__PURE__ */ A({
195
+ }), Je = /* @__PURE__ */ A({
196
+ __name: "simple-dropdown-item",
197
+ props: {
198
+ selected: { type: Boolean },
199
+ center: { type: Boolean }
200
+ },
201
+ setup(e) {
202
+ const t = e, o = $(() => t.selected ? "yu-bg-primary-500 yu-bg-opacity-10 yu-text-primary-400" : ""), n = $(() => t.center ? "yu-items-center yu-justify-center" : "");
203
+ return (i, s) => (m(), b("div", {
204
+ class: C(["yu-transition yu-text-gray-900 yu-font-plus yu-text-sm yu-p-2 yu-font-semibold yu-rounded-md yu-cursor-pointer yu-flex active:yu-scale-95 hover:yu-bg-primary-500 hover:!yu-bg-opacity-10 hover:yu-text-primary-400", [n.value, o.value]])
205
+ }, [
206
+ w(i.$slots, "default")
207
+ ], 2));
208
+ }
209
+ }), Ao = { class: "yu-text-gray-700 yu-font-plus yu-font-medium yu-text-base yu-mr-2" }, ko = { class: "yu-mt-2 yu-w-full yu-bg-white yu-rounded-md yu-flex yu-flex-col yu-gap-1 yu-shadow-md yu-absolute yu-z-10" }, Oo = { class: "yu-w-full yu-rounded-md yu-p-2" }, zo = /* @__PURE__ */ A({
201
210
  __name: "simple-dropdown",
202
211
  props: {
203
212
  label: {},
204
213
  icon: {},
205
- isOpen: { type: Boolean }
214
+ isOpen: { type: Boolean },
215
+ disabled: { type: Boolean }
206
216
  },
207
217
  setup(e) {
208
218
  const t = e;
@@ -212,39 +222,41 @@ const Qe = /* @__PURE__ */ G(zo, [["render", Oo]]), No = { class: "yu-relative y
212
222
  o.value = n;
213
223
  }
214
224
  );
215
- const o = M(!1);
225
+ const o = N(!1);
216
226
  return (n, i) => (m(), b("div", null, [
217
- d("div", No, [
218
- d("button", {
219
- class: B(["yu-w-full yu-bg-gray-700 yu-bg-opacity-0 yu-px-3 yu-p-2 yu-rounded-md yu-flex yu-gap-1 yu-transition yu-border yu-border-gray-200 hover:yu-bg-opacity-10 yu-group active:yu-bg-primary-500 active:!yu-bg-opacity-10 active:yu-scale-95", { "!yu-bg-primary-500 !yu-bg-opacity-10": o.value }]),
227
+ p("div", {
228
+ class: C(["yu-relative yu-w-full", { "yu-opacity-50 yu-pointer-events-none": n.disabled }])
229
+ }, [
230
+ p("button", {
231
+ class: C(["yu-w-full yu-bg-gray-700 yu-bg-opacity-0 yu-px-3 yu-p-2 yu-rounded-md yu-flex yu-gap-1 yu-transition yu-border yu-border-gray-200 hover:yu-bg-opacity-10 yu-group active:yu-bg-primary-500 active:!yu-bg-opacity-10 active:yu-scale-95", { "!yu-bg-primary-500 !yu-bg-opacity-10": o.value }]),
220
232
  onClick: i[0] || (i[0] = (s) => o.value = !o.value)
221
233
  }, [
222
- X(d("i", {
223
- class: B(["material-icons yu-text-gray-700 yu-h-fit", { "yu-text-primary-500": o.value }])
234
+ X(p("i", {
235
+ class: C(["material-icons yu-text-gray-700 yu-h-fit", { "yu-text-primary-500": o.value }])
224
236
  }, S(n.icon), 3), [
225
237
  [We, n.icon]
226
238
  ]),
227
- d("div", Mo, S(n.label), 1),
228
- d("i", {
229
- class: B(["material-icons yu-text-gray-700 yu-h-fit yu-ml-auto", { "yu-text-primary-500 yu-rotate-180": o.value }])
239
+ p("div", Ao, S(n.label), 1),
240
+ p("i", {
241
+ class: C(["material-icons yu-text-gray-700 yu-h-fit yu-ml-auto", { "yu-text-primary-500 yu-rotate-180": o.value }])
230
242
  }, " keyboard_arrow_down", 2)
231
243
  ], 2),
232
- X(d("div", Lo, [
233
- d("div", Ho, [
244
+ X(p("div", ko, [
245
+ p("div", Oo, [
234
246
  w(n.$slots, "default")
235
247
  ])
236
248
  ], 512), [
237
249
  [We, o.value]
238
250
  ])
239
- ])
251
+ ], 2)
240
252
  ]));
241
253
  }
242
- }), Do = ["top", "right", "bottom", "left"], ut = ["start", "end"], dt = /* @__PURE__ */ Do.reduce((e, t) => e.concat(t, t + "-" + ut[0], t + "-" + ut[1]), []), we = Math.min, ue = Math.max, Eo = {
254
+ }), Mo = ["top", "right", "bottom", "left"], ut = ["start", "end"], dt = /* @__PURE__ */ Mo.reduce((e, t) => e.concat(t, t + "-" + ut[0], t + "-" + ut[1]), []), we = Math.min, ue = Math.max, No = {
243
255
  left: "right",
244
256
  right: "left",
245
257
  bottom: "top",
246
258
  top: "bottom"
247
- }, Io = {
259
+ }, Lo = {
248
260
  start: "end",
249
261
  end: "start"
250
262
  };
@@ -260,32 +272,32 @@ function J(e) {
260
272
  function W(e) {
261
273
  return e.split("-")[1];
262
274
  }
263
- function Mt(e) {
275
+ function Nt(e) {
264
276
  return e === "x" ? "y" : "x";
265
277
  }
266
- function Je(e) {
278
+ function Qe(e) {
267
279
  return e === "y" ? "height" : "width";
268
280
  }
269
- function Te(e) {
281
+ function Be(e) {
270
282
  return ["top", "bottom"].includes(J(e)) ? "y" : "x";
271
283
  }
272
284
  function et(e) {
273
- return Mt(Te(e));
285
+ return Nt(Be(e));
274
286
  }
275
287
  function Lt(e, t, o) {
276
288
  o === void 0 && (o = !1);
277
- const n = W(e), i = et(e), s = Je(i);
289
+ const n = W(e), i = et(e), s = Qe(i);
278
290
  let r = i === "x" ? n === (o ? "end" : "start") ? "right" : "left" : n === "start" ? "bottom" : "top";
279
291
  return t.reference[s] > t.floating[s] && (r = ke(r)), [r, ke(r)];
280
292
  }
281
- function Fo(e) {
293
+ function Ho(e) {
282
294
  const t = ke(e);
283
295
  return [Ae(e), t, Ae(t)];
284
296
  }
285
297
  function Ae(e) {
286
- return e.replace(/start|end/g, (t) => Io[t]);
298
+ return e.replace(/start|end/g, (t) => Lo[t]);
287
299
  }
288
- function Vo(e, t, o) {
300
+ function Ro(e, t, o) {
289
301
  const n = ["left", "right"], i = ["right", "left"], s = ["top", "bottom"], r = ["bottom", "top"];
290
302
  switch (e) {
291
303
  case "top":
@@ -298,15 +310,15 @@ function Vo(e, t, o) {
298
310
  return [];
299
311
  }
300
312
  }
301
- function jo(e, t, o, n) {
313
+ function Do(e, t, o, n) {
302
314
  const i = W(e);
303
- let s = Vo(J(e), o === "start", n);
315
+ let s = Ro(J(e), o === "start", n);
304
316
  return i && (s = s.map((r) => r + "-" + i), t && (s = s.concat(s.map(Ae)))), s;
305
317
  }
306
318
  function ke(e) {
307
- return e.replace(/left|right|bottom|top/g, (t) => Eo[t]);
319
+ return e.replace(/left|right|bottom|top/g, (t) => No[t]);
308
320
  }
309
- function Wo(e) {
321
+ function Eo(e) {
310
322
  return {
311
323
  top: 0,
312
324
  right: 0,
@@ -316,14 +328,14 @@ function Wo(e) {
316
328
  };
317
329
  }
318
330
  function Ht(e) {
319
- return typeof e != "number" ? Wo(e) : {
331
+ return typeof e != "number" ? Eo(e) : {
320
332
  top: e,
321
333
  right: e,
322
334
  bottom: e,
323
335
  left: e
324
336
  };
325
337
  }
326
- function ye(e) {
338
+ function he(e) {
327
339
  return {
328
340
  ...e,
329
341
  top: e.y,
@@ -337,50 +349,50 @@ function ct(e, t, o) {
337
349
  reference: n,
338
350
  floating: i
339
351
  } = e;
340
- const s = Te(t), r = et(t), l = Je(r), a = J(t), u = s === "y", c = n.x + n.width / 2 - i.width / 2, p = n.y + n.height / 2 - i.height / 2, y = n[l] / 2 - i[l] / 2;
341
- let h;
352
+ const s = Be(t), r = et(t), l = Qe(r), a = J(t), u = s === "y", d = n.x + n.width / 2 - i.width / 2, c = n.y + n.height / 2 - i.height / 2, h = n[l] / 2 - i[l] / 2;
353
+ let y;
342
354
  switch (a) {
343
355
  case "top":
344
- h = {
345
- x: c,
356
+ y = {
357
+ x: d,
346
358
  y: n.y - i.height
347
359
  };
348
360
  break;
349
361
  case "bottom":
350
- h = {
351
- x: c,
362
+ y = {
363
+ x: d,
352
364
  y: n.y + n.height
353
365
  };
354
366
  break;
355
367
  case "right":
356
- h = {
368
+ y = {
357
369
  x: n.x + n.width,
358
- y: p
370
+ y: c
359
371
  };
360
372
  break;
361
373
  case "left":
362
- h = {
374
+ y = {
363
375
  x: n.x - i.width,
364
- y: p
376
+ y: c
365
377
  };
366
378
  break;
367
379
  default:
368
- h = {
380
+ y = {
369
381
  x: n.x,
370
382
  y: n.y
371
383
  };
372
384
  }
373
385
  switch (W(t)) {
374
386
  case "start":
375
- h[r] -= y * (o && u ? -1 : 1);
387
+ y[r] -= h * (o && u ? -1 : 1);
376
388
  break;
377
389
  case "end":
378
- h[r] += y * (o && u ? -1 : 1);
390
+ y[r] += h * (o && u ? -1 : 1);
379
391
  break;
380
392
  }
381
- return h;
393
+ return y;
382
394
  }
383
- const qo = async (e, t, o) => {
395
+ const Io = async (e, t, o) => {
384
396
  const {
385
397
  placement: n = "bottom",
386
398
  strategy: i = "absolute",
@@ -392,9 +404,9 @@ const qo = async (e, t, o) => {
392
404
  floating: t,
393
405
  strategy: i
394
406
  }), {
395
- x: c,
396
- y: p
397
- } = ct(u, n, a), y = n, h = {}, f = 0;
407
+ x: d,
408
+ y: c
409
+ } = ct(u, n, a), h = n, y = {}, f = 0;
398
410
  for (let g = 0; g < l.length; g++) {
399
411
  const {
400
412
  name: x,
@@ -405,12 +417,12 @@ const qo = async (e, t, o) => {
405
417
  data: k,
406
418
  reset: P
407
419
  } = await v({
408
- x: c,
409
- y: p,
420
+ x: d,
421
+ y: c,
410
422
  initialPlacement: n,
411
- placement: y,
423
+ placement: h,
412
424
  strategy: i,
413
- middlewareData: h,
425
+ middlewareData: y,
414
426
  rects: u,
415
427
  platform: r,
416
428
  elements: {
@@ -418,30 +430,30 @@ const qo = async (e, t, o) => {
418
430
  floating: t
419
431
  }
420
432
  });
421
- if (c = _ ?? c, p = T ?? p, h = {
422
- ...h,
433
+ if (d = _ ?? d, c = T ?? c, y = {
434
+ ...y,
423
435
  [x]: {
424
- ...h[x],
436
+ ...y[x],
425
437
  ...k
426
438
  }
427
439
  }, P && f <= 50) {
428
- f++, typeof P == "object" && (P.placement && (y = P.placement), P.rects && (u = P.rects === !0 ? await r.getElementRects({
440
+ f++, typeof P == "object" && (P.placement && (h = P.placement), P.rects && (u = P.rects === !0 ? await r.getElementRects({
429
441
  reference: e,
430
442
  floating: t,
431
443
  strategy: i
432
444
  }) : P.rects), {
433
- x: c,
434
- y: p
435
- } = ct(u, y, a)), g = -1;
445
+ x: d,
446
+ y: c
447
+ } = ct(u, h, a)), g = -1;
436
448
  continue;
437
449
  }
438
450
  }
439
451
  return {
440
- x: c,
441
- y: p,
442
- placement: y,
452
+ x: d,
453
+ y: c,
454
+ placement: h,
443
455
  strategy: i,
444
- middlewareData: h
456
+ middlewareData: y
445
457
  };
446
458
  };
447
459
  async function Le(e, t) {
@@ -456,16 +468,16 @@ async function Le(e, t) {
456
468
  strategy: a
457
469
  } = e, {
458
470
  boundary: u = "clippingAncestors",
459
- rootBoundary: c = "viewport",
460
- elementContext: p = "floating",
461
- altBoundary: y = !1,
462
- padding: h = 0
463
- } = de(t, e), f = Ht(h), x = l[y ? p === "floating" ? "reference" : "floating" : p], v = ye(await s.getClippingRect({
471
+ rootBoundary: d = "viewport",
472
+ elementContext: c = "floating",
473
+ altBoundary: h = !1,
474
+ padding: y = 0
475
+ } = de(t, e), f = Ht(y), x = l[h ? c === "floating" ? "reference" : "floating" : c], v = he(await s.getClippingRect({
464
476
  element: (o = await (s.isElement == null ? void 0 : s.isElement(x))) == null || o ? x : x.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(l.floating)),
465
477
  boundary: u,
466
- rootBoundary: c,
478
+ rootBoundary: d,
467
479
  strategy: a
468
- })), _ = p === "floating" ? {
480
+ })), _ = c === "floating" ? {
469
481
  ...r.floating,
470
482
  x: n,
471
483
  y: i
@@ -475,7 +487,7 @@ async function Le(e, t) {
475
487
  } : {
476
488
  x: 1,
477
489
  y: 1
478
- }, P = ye(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
490
+ }, P = he(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
479
491
  rect: _,
480
492
  offsetParent: T,
481
493
  strategy: a
@@ -487,7 +499,7 @@ async function Le(e, t) {
487
499
  right: (P.right - v.right + f.right) / k.x
488
500
  };
489
501
  }
490
- const Go = (e) => ({
502
+ const Fo = (e) => ({
491
503
  name: "arrow",
492
504
  options: e,
493
505
  async fn(t) {
@@ -501,34 +513,34 @@ const Go = (e) => ({
501
513
  middlewareData: a
502
514
  } = t, {
503
515
  element: u,
504
- padding: c = 0
516
+ padding: d = 0
505
517
  } = de(e, t) || {};
506
518
  if (u == null)
507
519
  return {};
508
- const p = Ht(c), y = {
520
+ const c = Ht(d), h = {
509
521
  x: o,
510
522
  y: n
511
- }, h = et(i), f = Je(h), g = await r.getDimensions(u), x = h === "y", v = x ? "top" : "left", _ = x ? "bottom" : "right", T = x ? "clientHeight" : "clientWidth", k = s.reference[f] + s.reference[h] - y[h] - s.floating[f], P = y[h] - s.reference[h], O = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(u));
523
+ }, y = et(i), f = Qe(y), g = await r.getDimensions(u), x = y === "y", v = x ? "top" : "left", _ = x ? "bottom" : "right", T = x ? "clientHeight" : "clientWidth", k = s.reference[f] + s.reference[y] - h[y] - s.floating[f], P = h[y] - s.reference[y], O = await (r.getOffsetParent == null ? void 0 : r.getOffsetParent(u));
512
524
  let z = O ? O[T] : 0;
513
525
  (!z || !await (r.isElement == null ? void 0 : r.isElement(O))) && (z = l.floating[T] || s.floating[f]);
514
- const I = k / 2 - P / 2, F = z / 2 - g[f] / 2 - 1, N = we(p[v], F), V = we(p[_], F), L = N, le = z - g[f] - V, R = z / 2 - g[f] / 2 + I, U = Ge(L, R, le), Y = !a.arrow && W(i) != null && R != U && s.reference[f] / 2 - (R < L ? N : V) - g[f] / 2 < 0, ee = Y ? R < L ? R - L : R - le : 0;
526
+ const E = k / 2 - P / 2, I = z / 2 - g[f] / 2 - 1, M = we(c[v], I), F = we(c[_], I), L = M, le = z - g[f] - F, H = z / 2 - g[f] / 2 + E, G = Ge(L, H, le), U = !a.arrow && W(i) != null && H != G && s.reference[f] / 2 - (H < L ? M : F) - g[f] / 2 < 0, ee = U ? H < L ? H - L : H - le : 0;
515
527
  return {
516
- [h]: y[h] + ee,
528
+ [y]: h[y] + ee,
517
529
  data: {
518
- [h]: U,
519
- centerOffset: R - U - ee,
520
- ...Y && {
530
+ [y]: G,
531
+ centerOffset: H - G - ee,
532
+ ...U && {
521
533
  alignmentOffset: ee
522
534
  }
523
535
  },
524
- reset: Y
536
+ reset: U
525
537
  };
526
538
  }
527
539
  });
528
- function Uo(e, t, o) {
540
+ function jo(e, t, o) {
529
541
  return (e ? [...o.filter((i) => W(i) === e), ...o.filter((i) => W(i) !== e)] : o.filter((i) => J(i) === i)).filter((i) => e ? W(i) === e || (t ? Ae(i) !== i : !1) : !0);
530
542
  }
531
- const Yo = function(e) {
543
+ const Vo = function(e) {
532
544
  return e === void 0 && (e = {}), {
533
545
  name: "autoPlacement",
534
546
  options: e,
@@ -541,12 +553,12 @@ const Yo = function(e) {
541
553
  platform: a,
542
554
  elements: u
543
555
  } = t, {
544
- crossAxis: c = !1,
545
- alignment: p,
546
- allowedPlacements: y = dt,
547
- autoAlignment: h = !0,
556
+ crossAxis: d = !1,
557
+ alignment: c,
558
+ allowedPlacements: h = dt,
559
+ autoAlignment: y = !0,
548
560
  ...f
549
- } = de(e, t), g = p !== void 0 || y === dt ? Uo(p || null, h, y) : y, x = await Le(t, f), v = ((o = r.autoPlacement) == null ? void 0 : o.index) || 0, _ = g[v];
561
+ } = de(e, t), g = c !== void 0 || h === dt ? jo(c || null, y, h) : h, x = await Le(t, f), v = ((o = r.autoPlacement) == null ? void 0 : o.index) || 0, _ = g[v];
550
562
  if (_ == null)
551
563
  return {};
552
564
  const T = Lt(_, s, await (a.isRTL == null ? void 0 : a.isRTL(u.floating)));
@@ -570,33 +582,33 @@ const Yo = function(e) {
570
582
  placement: O
571
583
  }
572
584
  };
573
- const z = P.map((N) => {
574
- const V = W(N.placement);
575
- return [N.placement, V && c ? (
585
+ const z = P.map((M) => {
586
+ const F = W(M.placement);
587
+ return [M.placement, F && d ? (
576
588
  // Check along the mainAxis and main crossAxis side.
577
- N.overflows.slice(0, 2).reduce((L, le) => L + le, 0)
589
+ M.overflows.slice(0, 2).reduce((L, le) => L + le, 0)
578
590
  ) : (
579
591
  // Check only the mainAxis.
580
- N.overflows[0]
581
- ), N.overflows];
582
- }).sort((N, V) => N[1] - V[1]), F = ((i = z.filter((N) => N[2].slice(
592
+ M.overflows[0]
593
+ ), M.overflows];
594
+ }).sort((M, F) => M[1] - F[1]), I = ((i = z.filter((M) => M[2].slice(
583
595
  0,
584
596
  // Aligned placements should not check their opposite crossAxis
585
597
  // side.
586
- W(N[0]) ? 2 : 3
587
- ).every((V) => V <= 0))[0]) == null ? void 0 : i[0]) || z[0][0];
588
- return F !== l ? {
598
+ W(M[0]) ? 2 : 3
599
+ ).every((F) => F <= 0))[0]) == null ? void 0 : i[0]) || z[0][0];
600
+ return I !== l ? {
589
601
  data: {
590
602
  index: v + 1,
591
603
  overflows: P
592
604
  },
593
605
  reset: {
594
- placement: F
606
+ placement: I
595
607
  }
596
608
  } : {};
597
609
  }
598
610
  };
599
- }, Xo = function(e) {
611
+ }, Wo = function(e) {
600
612
  return e === void 0 && (e = {}), {
601
613
  name: "flip",
602
614
  options: e,
@@ -610,57 +622,57 @@ const Yo = function(e) {
610
622
  platform: a,
611
623
  elements: u
612
624
  } = t, {
613
- mainAxis: c = !0,
614
- crossAxis: p = !0,
615
- fallbackPlacements: y,
616
- fallbackStrategy: h = "bestFit",
625
+ mainAxis: d = !0,
626
+ crossAxis: c = !0,
627
+ fallbackPlacements: h,
628
+ fallbackStrategy: y = "bestFit",
617
629
  fallbackAxisSideDirection: f = "none",
618
630
  flipAlignment: g = !0,
619
631
  ...x
620
632
  } = de(e, t);
621
633
  if ((o = s.arrow) != null && o.alignmentOffset)
622
634
  return {};
623
- const v = J(i), _ = J(l) === l, T = await (a.isRTL == null ? void 0 : a.isRTL(u.floating)), k = y || (_ || !g ? [ke(l)] : Fo(l));
624
- !y && f !== "none" && k.push(...jo(l, g, f, T));
635
+ const v = J(i), _ = J(l) === l, T = await (a.isRTL == null ? void 0 : a.isRTL(u.floating)), k = h || (_ || !g ? [ke(l)] : Ho(l));
636
+ !h && f !== "none" && k.push(...Do(l, g, f, T));
625
637
  const P = [l, ...k], O = await Le(t, x), z = [];
626
- let I = ((n = s.flip) == null ? void 0 : n.overflows) || [];
627
- if (c && z.push(O[v]), p) {
638
+ let E = ((n = s.flip) == null ? void 0 : n.overflows) || [];
639
+ if (d && z.push(O[v]), c) {
628
640
  const L = Lt(i, r, T);
629
641
  z.push(O[L[0]], O[L[1]]);
630
642
  }
631
- if (I = [...I, {
643
+ if (E = [...E, {
632
644
  placement: i,
633
645
  overflows: z
634
646
  }], !z.every((L) => L <= 0)) {
635
- var F, N;
636
- const L = (((F = s.flip) == null ? void 0 : F.index) || 0) + 1, le = P[L];
647
+ var I, M;
648
+ const L = (((I = s.flip) == null ? void 0 : I.index) || 0) + 1, le = P[L];
637
649
  if (le)
638
650
  return {
639
651
  data: {
640
652
  index: L,
641
- overflows: I
653
+ overflows: E
642
654
  },
643
655
  reset: {
644
656
  placement: le
645
657
  }
646
658
  };
647
- let R = (N = I.filter((U) => U.overflows[0] <= 0).sort((U, Y) => U.overflows[1] - Y.overflows[1])[0]) == null ? void 0 : N.placement;
648
- if (!R)
649
- switch (h) {
659
+ let H = (M = E.filter((G) => G.overflows[0] <= 0).sort((G, U) => G.overflows[1] - U.overflows[1])[0]) == null ? void 0 : M.placement;
660
+ if (!H)
661
+ switch (y) {
650
662
  case "bestFit": {
651
- var V;
652
- const U = (V = I.map((Y) => [Y.placement, Y.overflows.filter((ee) => ee > 0).reduce((ee, uo) => ee + uo, 0)]).sort((Y, ee) => Y[1] - ee[1])[0]) == null ? void 0 : V[0];
653
- U && (R = U);
663
+ var F;
664
+ const G = (F = E.map((U) => [U.placement, U.overflows.filter((ee) => ee > 0).reduce((ee, uo) => ee + uo, 0)]).sort((U, ee) => U[1] - ee[1])[0]) == null ? void 0 : F[0];
665
+ G && (H = G);
654
666
  break;
655
667
  }
656
668
  case "initialPlacement":
657
- R = l;
669
+ H = l;
658
670
  break;
659
671
  }
660
- if (i !== R)
672
+ if (i !== H)
661
673
  return {
662
674
  reset: {
663
- placement: R
675
+ placement: H
664
676
  }
665
677
  };
666
678
  }
@@ -668,35 +680,35 @@ const Yo = function(e) {
668
680
  }
669
681
  };
670
682
  };
671
- async function Ko(e, t) {
683
+ async function qo(e, t) {
672
684
  const {
673
685
  placement: o,
674
686
  platform: n,
675
687
  elements: i
676
- } = e, s = await (n.isRTL == null ? void 0 : n.isRTL(i.floating)), r = J(o), l = W(o), a = Te(o) === "y", u = ["left", "top"].includes(r) ? -1 : 1, c = s && a ? -1 : 1, p = de(t, e);
688
+ } = e, s = await (n.isRTL == null ? void 0 : n.isRTL(i.floating)), r = J(o), l = W(o), a = Be(o) === "y", u = ["left", "top"].includes(r) ? -1 : 1, d = s && a ? -1 : 1, c = de(t, e);
677
689
  let {
678
- mainAxis: y,
679
- crossAxis: h,
690
+ mainAxis: h,
691
+ crossAxis: y,
680
692
  alignmentAxis: f
681
- } = typeof p == "number" ? {
682
- mainAxis: p,
693
+ } = typeof c == "number" ? {
694
+ mainAxis: c,
683
695
  crossAxis: 0,
684
696
  alignmentAxis: null
685
697
  } : {
686
698
  mainAxis: 0,
687
699
  crossAxis: 0,
688
700
  alignmentAxis: null,
689
- ...p
701
+ ...c
690
702
  };
691
- return l && typeof f == "number" && (h = l === "end" ? f * -1 : f), a ? {
692
- x: h * c,
693
- y: y * u
703
+ return l && typeof f == "number" && (y = l === "end" ? f * -1 : f), a ? {
704
+ x: y * d,
705
+ y: h * u
694
706
  } : {
695
- x: y * u,
696
- y: h * c
707
+ x: h * u,
708
+ y: y * d
697
709
  };
698
710
  }
699
- const Zo = function(e) {
711
+ const Go = function(e) {
700
712
  return e === void 0 && (e = 0), {
701
713
  name: "offset",
702
714
  options: e,
@@ -707,7 +719,7 @@ const Zo = function(e) {
707
719
  y: s,
708
720
  placement: r,
709
721
  middlewareData: l
710
- } = t, a = await Ko(t, e);
722
+ } = t, a = await qo(t, e);
711
723
  return r === ((o = l.offset) == null ? void 0 : o.placement) && (n = l.arrow) != null && n.alignmentOffset ? {} : {
712
724
  x: i + a.x,
713
725
  y: s + a.y,
@@ -718,7 +730,7 @@ const Zo = function(e) {
718
730
  };
719
731
  }
720
732
  };
721
- }, Qo = function(e) {
733
+ }, Uo = function(e) {
722
734
  return e === void 0 && (e = {}), {
723
735
  name: "shift",
724
736
  options: e,
@@ -746,20 +758,20 @@ const Zo = function(e) {
746
758
  } = de(e, t), u = {
747
759
  x: o,
748
760
  y: n
749
- }, c = await Le(t, a), p = Te(J(i)), y = Mt(p);
750
- let h = u[y], f = u[p];
761
+ }, d = await Le(t, a), c = Be(J(i)), h = Nt(c);
762
+ let y = u[h], f = u[c];
751
763
  if (s) {
752
- const x = y === "y" ? "top" : "left", v = y === "y" ? "bottom" : "right", _ = h + c[x], T = h - c[v];
753
- h = Ge(_, h, T);
764
+ const x = h === "y" ? "top" : "left", v = h === "y" ? "bottom" : "right", _ = y + d[x], T = y - d[v];
765
+ y = Ge(_, y, T);
754
766
  }
755
767
  if (r) {
756
- const x = p === "y" ? "top" : "left", v = p === "y" ? "bottom" : "right", _ = f + c[x], T = f - c[v];
768
+ const x = c === "y" ? "top" : "left", v = c === "y" ? "bottom" : "right", _ = f + d[x], T = f - d[v];
757
769
  f = Ge(_, f, T);
758
770
  }
759
771
  const g = l.fn({
760
772
  ...t,
761
- [y]: h,
762
- [p]: f
773
+ [h]: y,
774
+ [c]: f
763
775
  });
764
776
  return {
765
777
  ...g,
@@ -770,7 +782,7 @@ const Zo = function(e) {
770
782
  };
771
783
  }
772
784
  };
773
- }, Jo = function(e) {
785
+ }, Xo = function(e) {
774
786
  return e === void 0 && (e = {}), {
775
787
  name: "size",
776
788
  options: e,
@@ -784,24 +796,24 @@ const Zo = function(e) {
784
796
  apply: r = () => {
785
797
  },
786
798
  ...l
787
- } = de(e, t), a = await Le(t, l), u = J(o), c = W(o), p = Te(o) === "y", {
788
- width: y,
789
- height: h
799
+ } = de(e, t), a = await Le(t, l), u = J(o), d = W(o), c = Be(o) === "y", {
800
+ width: h,
801
+ height: y
790
802
  } = n.floating;
791
803
  let f, g;
792
- u === "top" || u === "bottom" ? (f = u, g = c === (await (i.isRTL == null ? void 0 : i.isRTL(s.floating)) ? "start" : "end") ? "left" : "right") : (g = u, f = c === "end" ? "top" : "bottom");
793
- const x = h - a[f], v = y - a[g], _ = !t.middlewareData.shift;
804
+ u === "top" || u === "bottom" ? (f = u, g = d === (await (i.isRTL == null ? void 0 : i.isRTL(s.floating)) ? "start" : "end") ? "left" : "right") : (g = u, f = d === "end" ? "top" : "bottom");
805
+ const x = y - a[f], v = h - a[g], _ = !t.middlewareData.shift;
794
806
  let T = x, k = v;
795
- if (p) {
796
- const O = y - a.left - a.right;
797
- k = c || _ ? we(v, O) : O;
807
+ if (c) {
808
+ const O = h - a.left - a.right;
809
+ k = d || _ ? we(v, O) : O;
798
810
  } else {
799
- const O = h - a.top - a.bottom;
800
- T = c || _ ? we(x, O) : O;
811
+ const O = y - a.top - a.bottom;
812
+ T = d || _ ? we(x, O) : O;
801
813
  }
802
- if (_ && !c) {
803
- const O = ue(a.left, 0), z = ue(a.right, 0), I = ue(a.top, 0), F = ue(a.bottom, 0);
804
- p ? k = y - 2 * (O !== 0 || z !== 0 ? O + z : ue(a.left, a.right)) : T = h - 2 * (I !== 0 || F !== 0 ? I + F : ue(a.top, a.bottom));
814
+ if (_ && !d) {
815
+ const O = ue(a.left, 0), z = ue(a.right, 0), E = ue(a.top, 0), I = ue(a.bottom, 0);
816
+ c ? k = h - 2 * (O !== 0 || z !== 0 ? O + z : ue(a.left, a.right)) : T = y - 2 * (E !== 0 || I !== 0 ? E + I : ue(a.top, a.bottom));
805
817
  }
806
818
  await r({
807
819
  ...t,
@@ -809,7 +821,7 @@ const Zo = function(e) {
809
821
  availableHeight: T
810
822
  });
811
823
  const P = await i.getDimensions(s.floating);
812
- return y !== P.width || h !== P.height ? {
824
+ return h !== P.width || y !== P.height ? {
813
825
  reset: {
814
826
  rects: !0
815
827
  }
@@ -821,12 +833,12 @@ function D(e) {
821
833
  var t;
822
834
  return ((t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
823
835
  }
824
- function Z(e) {
836
+ function K(e) {
825
837
  return D(e).getComputedStyle(e);
826
838
  }
827
839
  const pt = Math.min, fe = Math.max, Oe = Math.round;
828
840
  function Rt(e) {
829
- const t = Z(e);
841
+ const t = K(e);
830
842
  let o = parseFloat(t.width), n = parseFloat(t.height);
831
843
  const i = e.offsetWidth, s = e.offsetHeight, r = Oe(o) !== i || Oe(n) !== s;
832
844
  return r && (o = i, n = s), { width: o, height: n, fallback: r };
@@ -834,14 +846,14 @@ function Rt(e) {
834
846
  function se(e) {
835
847
  return Et(e) ? (e.nodeName || "").toLowerCase() : "";
836
848
  }
837
- let Se;
849
+ let Ce;
838
850
  function Dt() {
839
- if (Se)
840
- return Se;
851
+ if (Ce)
852
+ return Ce;
841
853
  const e = navigator.userAgentData;
842
- return e && Array.isArray(e.brands) ? (Se = e.brands.map((t) => t.brand + "/" + t.version).join(" "), Se) : navigator.userAgent;
854
+ return e && Array.isArray(e.brands) ? (Ce = e.brands.map((t) => t.brand + "/" + t.version).join(" "), Ce) : navigator.userAgent;
843
855
  }
844
- function Q(e) {
856
+ function Z(e) {
845
857
  return e instanceof D(e).HTMLElement;
846
858
  }
847
859
  function ne(e) {
@@ -850,18 +862,18 @@ function ne(e) {
850
862
  function Et(e) {
851
863
  return e instanceof D(e).Node;
852
864
  }
853
- function ht(e) {
865
+ function yt(e) {
854
866
  return typeof ShadowRoot > "u" ? !1 : e instanceof D(e).ShadowRoot || e instanceof ShadowRoot;
855
867
  }
856
868
  function He(e) {
857
- const { overflow: t, overflowX: o, overflowY: n, display: i } = Z(e);
869
+ const { overflow: t, overflowX: o, overflowY: n, display: i } = K(e);
858
870
  return /auto|scroll|overlay|hidden|clip/.test(t + n + o) && !["inline", "contents"].includes(i);
859
871
  }
860
- function en(e) {
872
+ function Yo(e) {
861
873
  return ["table", "td", "th"].includes(se(e));
862
874
  }
863
875
  function Ue(e) {
864
- const t = /firefox/i.test(Dt()), o = Z(e), n = o.backdropFilter || o.WebkitBackdropFilter;
876
+ const t = /firefox/i.test(Dt()), o = K(e), n = o.backdropFilter || o.WebkitBackdropFilter;
865
877
  return o.transform !== "none" || o.perspective !== "none" || !!n && n !== "none" || t && o.willChange === "filter" || t && !!o.filter && o.filter !== "none" || ["transform", "perspective"].some((i) => o.willChange.includes(i)) || ["paint", "layout", "strict", "content"].some((i) => {
866
878
  const s = o.contain;
867
879
  return s != null && s.includes(i);
@@ -876,11 +888,11 @@ function tt(e) {
876
888
  function Ft(e) {
877
889
  return ne(e) ? e : e.contextElement;
878
890
  }
879
- const Vt = { x: 1, y: 1 };
891
+ const jt = { x: 1, y: 1 };
880
892
  function ce(e) {
881
893
  const t = Ft(e);
882
- if (!Q(t))
883
- return Vt;
894
+ if (!Z(t))
895
+ return jt;
884
896
  const o = t.getBoundingClientRect(), { width: n, height: i, fallback: s } = Rt(t);
885
897
  let r = (s ? Oe(o.width) : o.width) / n, l = (s ? Oe(o.height) : o.height) / i;
886
898
  return r && Number.isFinite(r) || (r = 1), l && Number.isFinite(l) || (l = 1), { x: r, y: l };
@@ -889,19 +901,19 @@ function be(e, t, o, n) {
889
901
  var i, s;
890
902
  t === void 0 && (t = !1), o === void 0 && (o = !1);
891
903
  const r = e.getBoundingClientRect(), l = Ft(e);
892
- let a = Vt;
904
+ let a = jt;
893
905
  t && (n ? ne(n) && (a = ce(n)) : a = ce(e));
894
- const u = l ? D(l) : window, c = !It() && o;
895
- let p = (r.left + (c && ((i = u.visualViewport) == null ? void 0 : i.offsetLeft) || 0)) / a.x, y = (r.top + (c && ((s = u.visualViewport) == null ? void 0 : s.offsetTop) || 0)) / a.y, h = r.width / a.x, f = r.height / a.y;
906
+ const u = l ? D(l) : window, d = !It() && o;
907
+ let c = (r.left + (d && ((i = u.visualViewport) == null ? void 0 : i.offsetLeft) || 0)) / a.x, h = (r.top + (d && ((s = u.visualViewport) == null ? void 0 : s.offsetTop) || 0)) / a.y, y = r.width / a.x, f = r.height / a.y;
896
908
  if (l) {
897
909
  const g = D(l), x = n && ne(n) ? D(n) : n;
898
910
  let v = g.frameElement;
899
911
  for (; v && n && x !== g; ) {
900
912
  const _ = ce(v), T = v.getBoundingClientRect(), k = getComputedStyle(v);
901
- T.x += (v.clientLeft + parseFloat(k.paddingLeft)) * _.x, T.y += (v.clientTop + parseFloat(k.paddingTop)) * _.y, p *= _.x, y *= _.y, h *= _.x, f *= _.y, p += T.x, y += T.y, v = D(v).frameElement;
913
+ T.x += (v.clientLeft + parseFloat(k.paddingLeft)) * _.x, T.y += (v.clientTop + parseFloat(k.paddingTop)) * _.y, c *= _.x, h *= _.y, y *= _.x, f *= _.y, c += T.x, h += T.y, v = D(v).frameElement;
902
914
  }
903
915
  }
904
- return { width: h, height: f, top: y, right: p + h, bottom: y + f, left: p, x: p, y };
916
+ return { width: y, height: f, top: h, right: c + y, bottom: h + f, left: c, x: c, y: h };
905
917
  }
906
918
  function ie(e) {
907
919
  return ((Et(e) ? e.ownerDocument : e.document) || window.document).documentElement;
@@ -909,18 +921,18 @@ function ie(e) {
909
921
  function Re(e) {
910
922
  return ne(e) ? { scrollLeft: e.scrollLeft, scrollTop: e.scrollTop } : { scrollLeft: e.pageXOffset, scrollTop: e.pageYOffset };
911
923
  }
912
- function jt(e) {
924
+ function Vt(e) {
913
925
  return be(ie(e)).left + Re(e).scrollLeft;
914
926
  }
915
927
  function xe(e) {
916
928
  if (se(e) === "html")
917
929
  return e;
918
- const t = e.assignedSlot || e.parentNode || ht(e) && e.host || ie(e);
919
- return ht(t) ? t.host : t;
930
+ const t = e.assignedSlot || e.parentNode || yt(e) && e.host || ie(e);
931
+ return yt(t) ? t.host : t;
920
932
  }
921
933
  function Wt(e) {
922
934
  const t = xe(e);
923
- return tt(t) ? t.ownerDocument.body : Q(t) && He(t) ? t : Wt(t);
935
+ return tt(t) ? t.ownerDocument.body : Z(t) && He(t) ? t : Wt(t);
924
936
  }
925
937
  function ze(e, t) {
926
938
  var o;
@@ -928,37 +940,37 @@ function ze(e, t) {
928
940
  const n = Wt(e), i = n === ((o = e.ownerDocument) == null ? void 0 : o.body), s = D(n);
929
941
  return i ? t.concat(s, s.visualViewport || [], He(n) ? n : []) : t.concat(n, ze(n));
930
942
  }
931
- function yt(e, t, o) {
932
- return t === "viewport" ? ye(function(n, i) {
943
+ function ht(e, t, o) {
944
+ return t === "viewport" ? he(function(n, i) {
933
945
  const s = D(n), r = ie(n), l = s.visualViewport;
934
- let a = r.clientWidth, u = r.clientHeight, c = 0, p = 0;
946
+ let a = r.clientWidth, u = r.clientHeight, d = 0, c = 0;
935
947
  if (l) {
936
948
  a = l.width, u = l.height;
937
- const y = It();
938
- (y || !y && i === "fixed") && (c = l.offsetLeft, p = l.offsetTop);
949
+ const h = It();
950
+ (h || !h && i === "fixed") && (d = l.offsetLeft, c = l.offsetTop);
939
951
  }
940
- return { width: a, height: u, x: c, y: p };
941
- }(e, o)) : ne(t) ? ye(function(n, i) {
942
- const s = be(n, !0, i === "fixed"), r = s.top + n.clientTop, l = s.left + n.clientLeft, a = Q(n) ? ce(n) : { x: 1, y: 1 };
952
+ return { width: a, height: u, x: d, y: c };
953
+ }(e, o)) : ne(t) ? he(function(n, i) {
954
+ const s = be(n, !0, i === "fixed"), r = s.top + n.clientTop, l = s.left + n.clientLeft, a = Z(n) ? ce(n) : { x: 1, y: 1 };
943
955
  return { width: n.clientWidth * a.x, height: n.clientHeight * a.y, x: l * a.x, y: r * a.y };
944
- }(t, o)) : ye(function(n) {
956
+ }(t, o)) : he(function(n) {
945
957
  const i = ie(n), s = Re(n), r = n.ownerDocument.body, l = fe(i.scrollWidth, i.clientWidth, r.scrollWidth, r.clientWidth), a = fe(i.scrollHeight, i.clientHeight, r.scrollHeight, r.clientHeight);
946
- let u = -s.scrollLeft + jt(n);
947
- const c = -s.scrollTop;
948
- return Z(r).direction === "rtl" && (u += fe(i.clientWidth, r.clientWidth) - l), { width: l, height: a, x: u, y: c };
958
+ let u = -s.scrollLeft + Vt(n);
959
+ const d = -s.scrollTop;
960
+ return K(r).direction === "rtl" && (u += fe(i.clientWidth, r.clientWidth) - l), { width: l, height: a, x: u, y: d };
949
961
  }(ie(e)));
950
962
  }
951
963
  function ft(e) {
952
- return Q(e) && Z(e).position !== "fixed" ? e.offsetParent : null;
964
+ return Z(e) && K(e).position !== "fixed" ? e.offsetParent : null;
953
965
  }
954
966
  function mt(e) {
955
967
  const t = D(e);
956
968
  let o = ft(e);
957
- for (; o && en(o) && Z(o).position === "static"; )
969
+ for (; o && Yo(o) && K(o).position === "static"; )
958
970
  o = ft(o);
959
- return o && (se(o) === "html" || se(o) === "body" && Z(o).position === "static" && !Ue(o)) ? t : o || function(n) {
971
+ return o && (se(o) === "html" || se(o) === "body" && K(o).position === "static" && !Ue(o)) ? t : o || function(n) {
960
972
  let i = xe(n);
961
- for (; Q(i) && !tt(i); ) {
973
+ for (; Z(i) && !tt(i); ) {
962
974
  if (Ue(i))
963
975
  return i;
964
976
  i = xe(i);
@@ -966,58 +978,58 @@ function mt(e) {
966
978
  return null;
967
979
  }(e) || t;
968
980
  }
969
- function tn(e, t, o) {
970
- const n = Q(t), i = ie(t), s = be(e, !0, o === "fixed", t);
981
+ function Ko(e, t, o) {
982
+ const n = Z(t), i = ie(t), s = be(e, !0, o === "fixed", t);
971
983
  let r = { scrollLeft: 0, scrollTop: 0 };
972
984
  const l = { x: 0, y: 0 };
973
985
  if (n || !n && o !== "fixed")
974
- if ((se(t) !== "body" || He(i)) && (r = Re(t)), Q(t)) {
986
+ if ((se(t) !== "body" || He(i)) && (r = Re(t)), Z(t)) {
975
987
  const a = be(t, !0);
976
988
  l.x = a.x + t.clientLeft, l.y = a.y + t.clientTop;
977
989
  } else
978
- i && (l.x = jt(i));
990
+ i && (l.x = Vt(i));
979
991
  return { x: s.left + r.scrollLeft - l.x, y: s.top + r.scrollTop - l.y, width: s.width, height: s.height };
980
992
  }
981
- const on = { getClippingRect: function(e) {
993
+ const Zo = { getClippingRect: function(e) {
982
994
  let { element: t, boundary: o, rootBoundary: n, strategy: i } = e;
983
- const s = o === "clippingAncestors" ? function(u, c) {
984
- const p = c.get(u);
985
- if (p)
986
- return p;
987
- let y = ze(u).filter((x) => ne(x) && se(x) !== "body"), h = null;
988
- const f = Z(u).position === "fixed";
995
+ const s = o === "clippingAncestors" ? function(u, d) {
996
+ const c = d.get(u);
997
+ if (c)
998
+ return c;
999
+ let h = ze(u).filter((x) => ne(x) && se(x) !== "body"), y = null;
1000
+ const f = K(u).position === "fixed";
989
1001
  let g = f ? xe(u) : u;
990
1002
  for (; ne(g) && !tt(g); ) {
991
- const x = Z(g), v = Ue(g);
992
- (f ? v || h : v || x.position !== "static" || !h || !["absolute", "fixed"].includes(h.position)) ? h = x : y = y.filter((_) => _ !== g), g = xe(g);
1003
+ const x = K(g), v = Ue(g);
1004
+ (f ? v || y : v || x.position !== "static" || !y || !["absolute", "fixed"].includes(y.position)) ? y = x : h = h.filter((_) => _ !== g), g = xe(g);
993
1005
  }
994
- return c.set(u, y), y;
995
- }(t, this._c) : [].concat(o), r = [...s, n], l = r[0], a = r.reduce((u, c) => {
996
- const p = yt(t, c, i);
997
- return u.top = fe(p.top, u.top), u.right = pt(p.right, u.right), u.bottom = pt(p.bottom, u.bottom), u.left = fe(p.left, u.left), u;
998
- }, yt(t, l, i));
1006
+ return d.set(u, h), h;
1007
+ }(t, this._c) : [].concat(o), r = [...s, n], l = r[0], a = r.reduce((u, d) => {
1008
+ const c = ht(t, d, i);
1009
+ return u.top = fe(c.top, u.top), u.right = pt(c.right, u.right), u.bottom = pt(c.bottom, u.bottom), u.left = fe(c.left, u.left), u;
1010
+ }, ht(t, l, i));
999
1011
  return { width: a.right - a.left, height: a.bottom - a.top, x: a.left, y: a.top };
1000
1012
  }, convertOffsetParentRelativeRectToViewportRelativeRect: function(e) {
1001
1013
  let { rect: t, offsetParent: o, strategy: n } = e;
1002
- const i = Q(o), s = ie(o);
1014
+ const i = Z(o), s = ie(o);
1003
1015
  if (o === s)
1004
1016
  return t;
1005
1017
  let r = { scrollLeft: 0, scrollTop: 0 }, l = { x: 1, y: 1 };
1006
1018
  const a = { x: 0, y: 0 };
1007
- if ((i || !i && n !== "fixed") && ((se(o) !== "body" || He(s)) && (r = Re(o)), Q(o))) {
1019
+ if ((i || !i && n !== "fixed") && ((se(o) !== "body" || He(s)) && (r = Re(o)), Z(o))) {
1008
1020
  const u = be(o);
1009
1021
  l = ce(o), a.x = u.x + o.clientLeft, a.y = u.y + o.clientTop;
1010
1022
  }
1011
1023
  return { width: t.width * l.x, height: t.height * l.y, x: t.x * l.x - r.scrollLeft * l.x + a.x, y: t.y * l.y - r.scrollTop * l.y + a.y };
1012
1024
  }, isElement: ne, getDimensions: function(e) {
1013
- return Q(e) ? Rt(e) : e.getBoundingClientRect();
1025
+ return Z(e) ? Rt(e) : e.getBoundingClientRect();
1014
1026
  }, getOffsetParent: mt, getDocumentElement: ie, getScale: ce, async getElementRects(e) {
1015
1027
  let { reference: t, floating: o, strategy: n } = e;
1016
1028
  const i = this.getOffsetParent || mt, s = this.getDimensions;
1017
- return { reference: tn(t, await i(o), n), floating: { x: 0, y: 0, ...await s(o) } };
1018
- }, getClientRects: (e) => Array.from(e.getClientRects()), isRTL: (e) => Z(e).direction === "rtl" }, nn = (e, t, o) => {
1019
- const n = /* @__PURE__ */ new Map(), i = { platform: on, ...o }, s = { ...i.platform, _c: n };
1020
- return qo(e, t, { ...i, platform: s });
1029
+ return { reference: Ko(t, await i(o), n), floating: { x: 0, y: 0, ...await s(o) } };
1030
+ }, getClientRects: (e) => Array.from(e.getClientRects()), isRTL: (e) => K(e).direction === "rtl" }, Jo = (e, t, o) => {
1031
+ const n = /* @__PURE__ */ new Map(), i = { platform: Zo, ...o }, s = { ...i.platform, _c: n };
1032
+ return Io(e, t, { ...i, platform: s });
1021
1033
  };
1022
1034
  function qt(e, t) {
1023
1035
  for (const o in t)
@@ -1109,7 +1121,7 @@ function _e(e, t) {
1109
1121
  while (o);
1110
1122
  return n;
1111
1123
  }
1112
- function sn(e) {
1124
+ function Qo(e) {
1113
1125
  const t = [e];
1114
1126
  let o = q.themes[e] || {};
1115
1127
  do
@@ -1125,13 +1137,13 @@ function gt(e) {
1125
1137
  while (o);
1126
1138
  return t;
1127
1139
  }
1128
- let he = !1;
1140
+ let ye = !1;
1129
1141
  if (typeof window < "u") {
1130
- he = !1;
1142
+ ye = !1;
1131
1143
  try {
1132
1144
  const e = Object.defineProperty({}, "passive", {
1133
1145
  get() {
1134
- he = !0;
1146
+ ye = !0;
1135
1147
  }
1136
1148
  });
1137
1149
  window.addEventListener("test", null, e);
@@ -1173,25 +1185,25 @@ function _t(e) {
1173
1185
  let t = xt[e];
1174
1186
  return t || (t = xt[e] = []), t;
1175
1187
  }
1176
- let Ye = function() {
1188
+ let Xe = function() {
1177
1189
  };
1178
- typeof window < "u" && (Ye = window.Element);
1179
- function $(e) {
1190
+ typeof window < "u" && (Xe = window.Element);
1191
+ function B(e) {
1180
1192
  return function(t) {
1181
1193
  return _e(t.theme, e);
1182
1194
  };
1183
1195
  }
1184
- const Ve = "__floating-vue__popper", Yt = () => A({
1196
+ const je = "__floating-vue__popper", Xt = () => A({
1185
1197
  name: "VPopper",
1186
1198
  provide() {
1187
1199
  return {
1188
- [Ve]: {
1200
+ [je]: {
1189
1201
  parentPopper: this
1190
1202
  }
1191
1203
  };
1192
1204
  },
1193
1205
  inject: {
1194
- [Ve]: { default: null }
1206
+ [je]: { default: null }
1195
1207
  },
1196
1208
  props: {
1197
1209
  theme: {
@@ -1224,147 +1236,147 @@ const Ve = "__floating-vue__popper", Yt = () => A({
1224
1236
  },
1225
1237
  disabled: {
1226
1238
  type: Boolean,
1227
- default: $("disabled")
1239
+ default: B("disabled")
1228
1240
  },
1229
1241
  positioningDisabled: {
1230
1242
  type: Boolean,
1231
- default: $("positioningDisabled")
1243
+ default: B("positioningDisabled")
1232
1244
  },
1233
1245
  placement: {
1234
1246
  type: String,
1235
- default: $("placement"),
1247
+ default: B("placement"),
1236
1248
  validator: (e) => Ut.includes(e)
1237
1249
  },
1238
1250
  delay: {
1239
1251
  type: [String, Number, Object],
1240
- default: $("delay")
1252
+ default: B("delay")
1241
1253
  },
1242
1254
  distance: {
1243
1255
  type: [Number, String],
1244
- default: $("distance")
1256
+ default: B("distance")
1245
1257
  },
1246
1258
  skidding: {
1247
1259
  type: [Number, String],
1248
- default: $("skidding")
1260
+ default: B("skidding")
1249
1261
  },
1250
1262
  triggers: {
1251
1263
  type: Array,
1252
- default: $("triggers")
1264
+ default: B("triggers")
1253
1265
  },
1254
1266
  showTriggers: {
1255
1267
  type: [Array, Function],
1256
- default: $("showTriggers")
1268
+ default: B("showTriggers")
1257
1269
  },
1258
1270
  hideTriggers: {
1259
1271
  type: [Array, Function],
1260
- default: $("hideTriggers")
1272
+ default: B("hideTriggers")
1261
1273
  },
1262
1274
  popperTriggers: {
1263
1275
  type: Array,
1264
- default: $("popperTriggers")
1276
+ default: B("popperTriggers")
1265
1277
  },
1266
1278
  popperShowTriggers: {
1267
1279
  type: [Array, Function],
1268
- default: $("popperShowTriggers")
1280
+ default: B("popperShowTriggers")
1269
1281
  },
1270
1282
  popperHideTriggers: {
1271
1283
  type: [Array, Function],
1272
- default: $("popperHideTriggers")
1284
+ default: B("popperHideTriggers")
1273
1285
  },
1274
1286
  container: {
1275
- type: [String, Object, Ye, Boolean],
1276
- default: $("container")
1287
+ type: [String, Object, Xe, Boolean],
1288
+ default: B("container")
1277
1289
  },
1278
1290
  boundary: {
1279
- type: [String, Ye],
1280
- default: $("boundary")
1291
+ type: [String, Xe],
1292
+ default: B("boundary")
1281
1293
  },
1282
1294
  strategy: {
1283
1295
  type: String,
1284
1296
  validator: (e) => ["absolute", "fixed"].includes(e),
1285
- default: $("strategy")
1297
+ default: B("strategy")
1286
1298
  },
1287
1299
  autoHide: {
1288
1300
  type: [Boolean, Function],
1289
- default: $("autoHide")
1301
+ default: B("autoHide")
1290
1302
  },
1291
1303
  handleResize: {
1292
1304
  type: Boolean,
1293
- default: $("handleResize")
1305
+ default: B("handleResize")
1294
1306
  },
1295
1307
  instantMove: {
1296
1308
  type: Boolean,
1297
- default: $("instantMove")
1309
+ default: B("instantMove")
1298
1310
  },
1299
1311
  eagerMount: {
1300
1312
  type: Boolean,
1301
- default: $("eagerMount")
1313
+ default: B("eagerMount")
1302
1314
  },
1303
1315
  popperClass: {
1304
1316
  type: [String, Array, Object],
1305
- default: $("popperClass")
1317
+ default: B("popperClass")
1306
1318
  },
1307
1319
  computeTransformOrigin: {
1308
1320
  type: Boolean,
1309
- default: $("computeTransformOrigin")
1321
+ default: B("computeTransformOrigin")
1310
1322
  },
1311
1323
  /**
1312
1324
  * @deprecated
1313
1325
  */
1314
1326
  autoMinSize: {
1315
1327
  type: Boolean,
1316
- default: $("autoMinSize")
1328
+ default: B("autoMinSize")
1317
1329
  },
1318
1330
  autoSize: {
1319
1331
  type: [Boolean, String],
1320
- default: $("autoSize")
1332
+ default: B("autoSize")
1321
1333
  },
1322
1334
  /**
1323
1335
  * @deprecated
1324
1336
  */
1325
1337
  autoMaxSize: {
1326
1338
  type: Boolean,
1327
- default: $("autoMaxSize")
1339
+ default: B("autoMaxSize")
1328
1340
  },
1329
1341
  autoBoundaryMaxSize: {
1330
1342
  type: Boolean,
1331
- default: $("autoBoundaryMaxSize")
1343
+ default: B("autoBoundaryMaxSize")
1332
1344
  },
1333
1345
  preventOverflow: {
1334
1346
  type: Boolean,
1335
- default: $("preventOverflow")
1347
+ default: B("preventOverflow")
1336
1348
  },
1337
1349
  overflowPadding: {
1338
1350
  type: [Number, String],
1339
- default: $("overflowPadding")
1351
+ default: B("overflowPadding")
1340
1352
  },
1341
1353
  arrowPadding: {
1342
1354
  type: [Number, String],
1343
- default: $("arrowPadding")
1355
+ default: B("arrowPadding")
1344
1356
  },
1345
1357
  arrowOverflow: {
1346
1358
  type: Boolean,
1347
- default: $("arrowOverflow")
1359
+ default: B("arrowOverflow")
1348
1360
  },
1349
1361
  flip: {
1350
1362
  type: Boolean,
1351
- default: $("flip")
1363
+ default: B("flip")
1352
1364
  },
1353
1365
  shift: {
1354
1366
  type: Boolean,
1355
- default: $("shift")
1367
+ default: B("shift")
1356
1368
  },
1357
1369
  shiftCrossAxis: {
1358
1370
  type: Boolean,
1359
- default: $("shiftCrossAxis")
1371
+ default: B("shiftCrossAxis")
1360
1372
  },
1361
1373
  noAutoFocus: {
1362
1374
  type: Boolean,
1363
- default: $("noAutoFocus")
1375
+ default: B("noAutoFocus")
1364
1376
  },
1365
1377
  disposeTimeout: {
1366
1378
  type: Number,
1367
- default: $("disposeTimeout")
1379
+ default: B("disposeTimeout")
1368
1380
  }
1369
1381
  },
1370
1382
  emits: {
@@ -1438,7 +1450,7 @@ const Ve = "__floating-vue__popper", Yt = () => A({
1438
1450
  },
1439
1451
  parentPopper() {
1440
1452
  var e;
1441
- return (e = this[Ve]) == null ? void 0 : e.parentPopper;
1453
+ return (e = this[je]) == null ? void 0 : e.parentPopper;
1442
1454
  },
1443
1455
  hasPopperShowTriggerHover() {
1444
1456
  var e, t;
@@ -1527,21 +1539,21 @@ const Ve = "__floating-vue__popper", Yt = () => A({
1527
1539
  strategy: this.strategy,
1528
1540
  middleware: []
1529
1541
  };
1530
- (this.distance || this.skidding) && e.middleware.push(Zo({
1542
+ (this.distance || this.skidding) && e.middleware.push(Go({
1531
1543
  mainAxis: this.distance,
1532
1544
  crossAxis: this.skidding
1533
1545
  }));
1534
1546
  const t = this.placement.startsWith("auto");
1535
- if (t ? e.middleware.push(Yo({
1547
+ if (t ? e.middleware.push(Vo({
1536
1548
  alignment: this.placement.split("-")[1] ?? ""
1537
- })) : e.placement = this.placement, this.preventOverflow && (this.shift && e.middleware.push(Qo({
1549
+ })) : e.placement = this.placement, this.preventOverflow && (this.shift && e.middleware.push(Uo({
1538
1550
  padding: this.overflowPadding,
1539
1551
  boundary: this.boundary,
1540
1552
  crossAxis: this.shiftCrossAxis
1541
- })), !t && this.flip && e.middleware.push(Xo({
1553
+ })), !t && this.flip && e.middleware.push(Wo({
1542
1554
  padding: this.overflowPadding,
1543
1555
  boundary: this.boundary
1544
- }))), e.middleware.push(Go({
1556
+ }))), e.middleware.push(Fo({
1545
1557
  element: this.$_arrowNode,
1546
1558
  padding: this.arrowPadding
1547
1559
  })), this.arrowOverflow && e.middleware.push({
@@ -1575,14 +1587,14 @@ const Ve = "__floating-vue__popper", Yt = () => A({
1575
1587
  }
1576
1588
  });
1577
1589
  }
1578
- (this.autoMaxSize || this.autoBoundaryMaxSize) && (this.$_innerNode.style.maxWidth = null, this.$_innerNode.style.maxHeight = null, e.middleware.push(Jo({
1590
+ (this.autoMaxSize || this.autoBoundaryMaxSize) && (this.$_innerNode.style.maxWidth = null, this.$_innerNode.style.maxHeight = null, e.middleware.push(Xo({
1579
1591
  boundary: this.boundary,
1580
1592
  padding: this.overflowPadding,
1581
1593
  apply: ({ availableWidth: n, availableHeight: i }) => {
1582
1594
  this.$_innerNode.style.maxWidth = n != null ? `${n}px` : null, this.$_innerNode.style.maxHeight = i != null ? `${i}px` : null;
1583
1595
  }
1584
1596
  })));
1585
- const o = await nn(this.$_referenceNode, this.$_popperNode, e);
1597
+ const o = await Jo(this.$_referenceNode, this.$_popperNode, e);
1586
1598
  Object.assign(this.result, {
1587
1599
  x: o.x,
1588
1600
  y: o.y,
@@ -1685,7 +1697,7 @@ const Ve = "__floating-vue__popper", Yt = () => A({
1685
1697
  this.$_registerTriggerListeners(this.$_targetNodes, wt, this.triggers, this.hideTriggers, t), this.$_registerTriggerListeners([this.$_popperNode], wt, this.popperTriggers, this.popperHideTriggers, t);
1686
1698
  },
1687
1699
  $_registerEventListeners(e, t, o) {
1688
- this.$_events.push({ targetNodes: e, eventType: t, handler: o }), e.forEach((n) => n.addEventListener(t, o, he ? {
1700
+ this.$_events.push({ targetNodes: e, eventType: t, handler: o }), e.forEach((n) => n.addEventListener(t, o, ye ? {
1689
1701
  passive: !0
1690
1702
  } : void 0));
1691
1703
  },
@@ -1736,10 +1748,10 @@ const Ve = "__floating-vue__popper", Yt = () => A({
1736
1748
  const e = this.$_referenceNode.getBoundingClientRect();
1737
1749
  if (me >= e.left && me <= e.right && ge >= e.top && ge <= e.bottom) {
1738
1750
  const t = this.$_popperNode.getBoundingClientRect(), o = me - te, n = ge - oe, i = t.left + t.width / 2 - te + (t.top + t.height / 2) - oe + t.width + t.height, s = te + o * i, r = oe + n * i;
1739
- return Be(te, oe, s, r, t.left, t.top, t.left, t.bottom) || // Left edge
1740
- Be(te, oe, s, r, t.left, t.top, t.right, t.top) || // Top edge
1741
- Be(te, oe, s, r, t.right, t.top, t.right, t.bottom) || // Right edge
1742
- Be(te, oe, s, r, t.left, t.bottom, t.right, t.bottom);
1751
+ return Te(te, oe, s, r, t.left, t.top, t.left, t.bottom) || // Left edge
1752
+ Te(te, oe, s, r, t.left, t.top, t.right, t.top) || // Top edge
1753
+ Te(te, oe, s, r, t.right, t.top, t.right, t.bottom) || // Right edge
1754
+ Te(te, oe, s, r, t.left, t.bottom, t.right, t.bottom);
1743
1755
  }
1744
1756
  return !1;
1745
1757
  }
@@ -1750,18 +1762,18 @@ const Ve = "__floating-vue__popper", Yt = () => A({
1750
1762
  });
1751
1763
  if (typeof document < "u" && typeof window < "u") {
1752
1764
  if (Gt) {
1753
- const e = he ? {
1765
+ const e = ye ? {
1754
1766
  passive: !0,
1755
1767
  capture: !0
1756
1768
  } : !0;
1757
- document.addEventListener("touchstart", (t) => $t(t, !0), e), document.addEventListener("touchend", (t) => Tt(t, !0), e);
1769
+ document.addEventListener("touchstart", (t) => $t(t, !0), e), document.addEventListener("touchend", (t) => Bt(t, !0), e);
1758
1770
  } else
1759
- window.addEventListener("mousedown", (e) => $t(e, !1), !0), window.addEventListener("click", (e) => Tt(e, !1), !0);
1760
- window.addEventListener("resize", ln);
1771
+ window.addEventListener("mousedown", (e) => $t(e, !1), !0), window.addEventListener("click", (e) => Bt(e, !1), !0);
1772
+ window.addEventListener("resize", tn);
1761
1773
  }
1762
1774
  function $t(e, t) {
1763
1775
  if (q.autoHideOnMousedown)
1764
- Xt(e, t);
1776
+ Yt(e, t);
1765
1777
  else
1766
1778
  for (let o = 0; o < j.length; o++) {
1767
1779
  const n = j[o];
@@ -1771,17 +1783,17 @@ function $t(e, t) {
1771
1783
  }
1772
1784
  }
1773
1785
  }
1774
- function Tt(e, t) {
1775
- q.autoHideOnMousedown || Xt(e, t);
1786
+ function Bt(e, t) {
1787
+ q.autoHideOnMousedown || Yt(e, t);
1776
1788
  }
1777
- function Xt(e, t) {
1789
+ function Yt(e, t) {
1778
1790
  const o = {};
1779
1791
  for (let n = j.length - 1; n >= 0; n--) {
1780
1792
  const i = j[n];
1781
1793
  try {
1782
1794
  const s = i.containsGlobalTarget = i.mouseDownContains || i.popperNode().contains(e.target);
1783
1795
  i.pendingHide = !1, requestAnimationFrame(() => {
1784
- if (i.pendingHide = !1, !o[i.randomId] && St(i, s, e)) {
1796
+ if (i.pendingHide = !1, !o[i.randomId] && Ct(i, s, e)) {
1785
1797
  if (i.$_handleGlobalClose(e, t), !e.closeAllPopover && e.closePopover && s) {
1786
1798
  let l = i.parentPopper;
1787
1799
  for (; l; )
@@ -1789,7 +1801,7 @@ function Xt(e, t) {
1789
1801
  return;
1790
1802
  }
1791
1803
  let r = i.parentPopper;
1792
- for (; r && St(r, r.containsGlobalTarget, e); )
1804
+ for (; r && Ct(r, r.containsGlobalTarget, e); )
1793
1805
  r.$_handleGlobalClose(e, t), r = r.parentPopper;
1794
1806
  }
1795
1807
  });
@@ -1797,50 +1809,50 @@ function Xt(e, t) {
1797
1809
  }
1798
1810
  }
1799
1811
  }
1800
- function St(e, t, o) {
1801
- return o.closeAllPopover || o.closePopover && t || rn(e, o) && !t;
1812
+ function Ct(e, t, o) {
1813
+ return o.closeAllPopover || o.closePopover && t || en(e, o) && !t;
1802
1814
  }
1803
- function rn(e, t) {
1815
+ function en(e, t) {
1804
1816
  if (typeof e.autoHide == "function") {
1805
1817
  const o = e.autoHide(t);
1806
1818
  return e.lastAutoHide = o, o;
1807
1819
  }
1808
1820
  return e.autoHide;
1809
1821
  }
1810
- function ln() {
1822
+ function tn() {
1811
1823
  for (let e = 0; e < j.length; e++)
1812
1824
  j[e].$_computePosition();
1813
1825
  }
1814
1826
  let te = 0, oe = 0, me = 0, ge = 0;
1815
1827
  typeof window < "u" && window.addEventListener("mousemove", (e) => {
1816
1828
  te = me, oe = ge, me = e.clientX, ge = e.clientY;
1817
- }, he ? {
1829
+ }, ye ? {
1818
1830
  passive: !0
1819
1831
  } : void 0);
1820
- function Be(e, t, o, n, i, s, r, l) {
1832
+ function Te(e, t, o, n, i, s, r, l) {
1821
1833
  const a = ((r - i) * (t - s) - (l - s) * (e - i)) / ((l - s) * (o - e) - (r - i) * (n - t)), u = ((o - e) * (t - s) - (n - t) * (e - i)) / ((l - s) * (o - e) - (r - i) * (n - t));
1822
1834
  return a >= 0 && a <= 1 && u >= 0 && u <= 1;
1823
1835
  }
1824
- const an = {
1825
- extends: Yt()
1836
+ const on = {
1837
+ extends: Xt()
1826
1838
  }, De = (e, t) => {
1827
1839
  const o = e.__vccOpts || e;
1828
1840
  for (const [n, i] of t)
1829
1841
  o[n] = i;
1830
1842
  return o;
1831
1843
  };
1832
- function un(e, t, o, n, i, s) {
1844
+ function nn(e, t, o, n, i, s) {
1833
1845
  return m(), b("div", {
1834
1846
  ref: "reference",
1835
- class: B(["v-popper", {
1847
+ class: C(["v-popper", {
1836
1848
  "v-popper--shown": e.slotData.isShown
1837
1849
  }])
1838
1850
  }, [
1839
- w(e.$slots, "default", yo(fo(e.slotData)))
1851
+ w(e.$slots, "default", ho(fo(e.slotData)))
1840
1852
  ], 2);
1841
1853
  }
1842
- const dn = /* @__PURE__ */ De(an, [["render", un]]);
1843
- function cn() {
1854
+ const sn = /* @__PURE__ */ De(on, [["render", nn]]);
1855
+ function rn() {
1844
1856
  var e = window.navigator.userAgent, t = e.indexOf("MSIE ");
1845
1857
  if (t > 0)
1846
1858
  return parseInt(e.substring(t + 5, e.indexOf(".", t)), 10);
@@ -1852,9 +1864,9 @@ function cn() {
1852
1864
  var i = e.indexOf("Edge/");
1853
1865
  return i > 0 ? parseInt(e.substring(i + 5, e.indexOf(".", i)), 10) : -1;
1854
1866
  }
1855
- let Pe;
1856
- function Xe() {
1857
- Xe.init || (Xe.init = !0, Pe = cn() !== -1);
1867
+ let Se;
1868
+ function Ye() {
1869
+ Ye.init || (Ye.init = !0, Se = rn() !== -1);
1858
1870
  }
1859
1871
  var Ee = {
1860
1872
  name: "ResizeObserver",
@@ -1876,11 +1888,11 @@ var Ee = {
1876
1888
  "notify"
1877
1889
  ],
1878
1890
  mounted() {
1879
- Xe(), ho(() => {
1891
+ Ye(), yo(() => {
1880
1892
  this._w = this.$el.offsetWidth, this._h = this.$el.offsetHeight, this.emitOnMount && this.emitSize();
1881
1893
  });
1882
1894
  const e = document.createElement("object");
1883
- this._resizeObject = e, e.setAttribute("aria-hidden", "true"), e.setAttribute("tabindex", -1), e.onload = this.addResizeHandlers, e.type = "text/html", Pe && this.$el.appendChild(e), e.data = "about:blank", Pe || this.$el.appendChild(e);
1895
+ this._resizeObject = e, e.setAttribute("aria-hidden", "true"), e.setAttribute("tabindex", -1), e.onload = this.addResizeHandlers, e.type = "text/html", Se && this.$el.appendChild(e), e.data = "about:blank", Se || this.$el.appendChild(e);
1884
1896
  },
1885
1897
  beforeUnmount() {
1886
1898
  this.removeResizeHandlers();
@@ -1899,28 +1911,28 @@ var Ee = {
1899
1911
  this._resizeObject.contentDocument.defaultView.addEventListener("resize", this.compareAndNotify), this.compareAndNotify();
1900
1912
  },
1901
1913
  removeResizeHandlers() {
1902
- this._resizeObject && this._resizeObject.onload && (!Pe && this._resizeObject.contentDocument && this._resizeObject.contentDocument.defaultView.removeEventListener("resize", this.compareAndNotify), this.$el.removeChild(this._resizeObject), this._resizeObject.onload = null, this._resizeObject = null);
1914
+ this._resizeObject && this._resizeObject.onload && (!Se && this._resizeObject.contentDocument && this._resizeObject.contentDocument.defaultView.removeEventListener("resize", this.compareAndNotify), this.$el.removeChild(this._resizeObject), this._resizeObject.onload = null, this._resizeObject = null);
1903
1915
  }
1904
1916
  }
1905
1917
  };
1906
- const pn = /* @__PURE__ */ mo("data-v-b329ee4c");
1918
+ const ln = /* @__PURE__ */ mo("data-v-b329ee4c");
1907
1919
  co("data-v-b329ee4c");
1908
- const hn = {
1920
+ const an = {
1909
1921
  class: "resize-observer",
1910
1922
  tabindex: "-1"
1911
1923
  };
1912
1924
  po();
1913
- const yn = /* @__PURE__ */ pn((e, t, o, n, i, s) => (m(), re("div", hn)));
1914
- Ee.render = yn;
1925
+ const un = /* @__PURE__ */ ln((e, t, o, n, i, s) => (m(), re("div", an)));
1926
+ Ee.render = un;
1915
1927
  Ee.__scopeId = "data-v-b329ee4c";
1916
1928
  Ee.__file = "src/components/ResizeObserver.vue";
1917
1929
  const Kt = (e = "theme") => ({
1918
1930
  computed: {
1919
1931
  themeClass() {
1920
- return sn(this[e]);
1932
+ return Qo(this[e]);
1921
1933
  }
1922
1934
  }
1923
- }), fn = A({
1935
+ }), dn = A({
1924
1936
  name: "VPopperContent",
1925
1937
  components: {
1926
1938
  ResizeObserver: Ee
@@ -1948,19 +1960,19 @@ const Kt = (e = "theme") => ({
1948
1960
  return e != null && !isNaN(e) ? `${e}px` : null;
1949
1961
  }
1950
1962
  }
1951
- }), mn = ["id", "aria-hidden", "tabindex", "data-popper-placement"], gn = {
1963
+ }), cn = ["id", "aria-hidden", "tabindex", "data-popper-placement"], pn = {
1952
1964
  ref: "inner",
1953
1965
  class: "v-popper__inner"
1954
- }, vn = /* @__PURE__ */ d("div", { class: "v-popper__arrow-outer" }, null, -1), wn = /* @__PURE__ */ d("div", { class: "v-popper__arrow-inner" }, null, -1), bn = [
1955
- vn,
1956
- wn
1966
+ }, yn = /* @__PURE__ */ p("div", { class: "v-popper__arrow-outer" }, null, -1), hn = /* @__PURE__ */ p("div", { class: "v-popper__arrow-inner" }, null, -1), fn = [
1967
+ yn,
1968
+ hn
1957
1969
  ];
1958
- function xn(e, t, o, n, i, s) {
1970
+ function mn(e, t, o, n, i, s) {
1959
1971
  const r = ve("ResizeObserver");
1960
1972
  return m(), b("div", {
1961
1973
  id: e.popperId,
1962
1974
  ref: "popover",
1963
- class: B(["v-popper__popper", [
1975
+ class: C(["v-popper__popper", [
1964
1976
  e.themeClass,
1965
1977
  e.classes.popperClass,
1966
1978
  {
@@ -1982,41 +1994,41 @@ function xn(e, t, o, n, i, s) {
1982
1994
  "aria-hidden": e.shown ? "false" : "true",
1983
1995
  tabindex: e.autoHide ? 0 : void 0,
1984
1996
  "data-popper-placement": e.result ? e.result.placement : void 0,
1985
- onKeyup: t[2] || (t[2] = Me((l) => e.autoHide && e.$emit("hide"), ["esc"]))
1997
+ onKeyup: t[2] || (t[2] = Ne((l) => e.autoHide && e.$emit("hide"), ["esc"]))
1986
1998
  }, [
1987
- d("div", {
1999
+ p("div", {
1988
2000
  class: "v-popper__backdrop",
1989
2001
  onClick: t[0] || (t[0] = (l) => e.autoHide && e.$emit("hide"))
1990
2002
  }),
1991
- d("div", {
2003
+ p("div", {
1992
2004
  class: "v-popper__wrapper",
1993
2005
  style: Ie(e.result ? {
1994
2006
  transformOrigin: e.result.transformOrigin
1995
2007
  } : void 0)
1996
2008
  }, [
1997
- d("div", gn, [
2009
+ p("div", pn, [
1998
2010
  e.mounted ? (m(), b(Ot, { key: 0 }, [
1999
- d("div", null, [
2011
+ p("div", null, [
2000
2012
  w(e.$slots, "default")
2001
2013
  ]),
2002
2014
  e.handleResize ? (m(), re(r, {
2003
2015
  key: 0,
2004
2016
  onNotify: t[1] || (t[1] = (l) => e.$emit("resize", l))
2005
- })) : K("", !0)
2006
- ], 64)) : K("", !0)
2017
+ })) : Y("", !0)
2018
+ ], 64)) : Y("", !0)
2007
2019
  ], 512),
2008
- d("div", {
2020
+ p("div", {
2009
2021
  ref: "arrow",
2010
2022
  class: "v-popper__arrow-container",
2011
2023
  style: Ie(e.result ? {
2012
2024
  left: e.toPx(e.result.arrow.x),
2013
2025
  top: e.toPx(e.result.arrow.y)
2014
2026
  } : void 0)
2015
- }, bn, 4)
2027
+ }, fn, 4)
2016
2028
  ], 4)
2017
- ], 46, mn);
2029
+ ], 46, cn);
2018
2030
  }
2019
- const Zt = /* @__PURE__ */ De(fn, [["render", xn]]), Qt = {
2031
+ const Zt = /* @__PURE__ */ De(dn, [["render", mn]]), Jt = {
2020
2032
  methods: {
2021
2033
  show(...e) {
2022
2034
  return this.$refs.popper.show(...e);
@@ -2035,14 +2047,14 @@ const Zt = /* @__PURE__ */ De(fn, [["render", xn]]), Qt = {
2035
2047
  let Ke = function() {
2036
2048
  };
2037
2049
  typeof window < "u" && (Ke = window.Element);
2038
- const _n = A({
2050
+ const gn = A({
2039
2051
  name: "VPopperWrapper",
2040
2052
  components: {
2041
- Popper: dn,
2053
+ Popper: sn,
2042
2054
  PopperContent: Zt
2043
2055
  },
2044
2056
  mixins: [
2045
- Qt,
2057
+ Jt,
2046
2058
  Kt("finalTheme")
2047
2059
  ],
2048
2060
  props: {
@@ -2231,7 +2243,7 @@ const _n = A({
2231
2243
  }
2232
2244
  }
2233
2245
  });
2234
- function $n(e, t, o, n, i, s) {
2246
+ function vn(e, t, o, n, i, s) {
2235
2247
  const r = ve("PopperContent"), l = ve("Popper");
2236
2248
  return m(), re(l, zt({ ref: "popper" }, e.$props, {
2237
2249
  theme: e.finalTheme,
@@ -2250,13 +2262,13 @@ function $n(e, t, o, n, i, s) {
2250
2262
  onAutoHide: t[7] || (t[7] = () => e.$emit("auto-hide")),
2251
2263
  onResize: t[8] || (t[8] = () => e.$emit("resize"))
2252
2264
  }), {
2253
- default: E(({
2265
+ default: V(({
2254
2266
  popperId: a,
2255
2267
  isShown: u,
2256
- shouldMountContent: c,
2257
- skipTransition: p,
2258
- autoHide: y,
2259
- show: h,
2268
+ shouldMountContent: d,
2269
+ skipTransition: c,
2270
+ autoHide: h,
2271
+ show: y,
2260
2272
  hide: f,
2261
2273
  handleResize: g,
2262
2274
  onResize: x,
@@ -2265,7 +2277,7 @@ function $n(e, t, o, n, i, s) {
2265
2277
  }) => [
2266
2278
  w(e.$slots, "default", {
2267
2279
  shown: u,
2268
- show: h,
2280
+ show: y,
2269
2281
  hide: f
2270
2282
  }),
2271
2283
  pe(r, {
@@ -2273,16 +2285,16 @@ function $n(e, t, o, n, i, s) {
2273
2285
  "popper-id": a,
2274
2286
  theme: e.finalTheme,
2275
2287
  shown: u,
2276
- mounted: c,
2277
- "skip-transition": p,
2278
- "auto-hide": y,
2288
+ mounted: d,
2289
+ "skip-transition": c,
2290
+ "auto-hide": h,
2279
2291
  "handle-resize": g,
2280
2292
  classes: v,
2281
2293
  result: _,
2282
2294
  onHide: f,
2283
2295
  onResize: x
2284
2296
  }, {
2285
- default: E(() => [
2297
+ default: V(() => [
2286
2298
  w(e.$slots, "popper", {
2287
2299
  shown: u,
2288
2300
  hide: f
@@ -2294,26 +2306,26 @@ function $n(e, t, o, n, i, s) {
2294
2306
  _: 3
2295
2307
  }, 16, ["theme", "target-nodes", "popper-node", "class"]);
2296
2308
  }
2297
- const ot = /* @__PURE__ */ De(_n, [["render", $n]]), Jt = {
2309
+ const ot = /* @__PURE__ */ De(gn, [["render", vn]]), Qt = {
2298
2310
  ...ot,
2299
2311
  name: "VDropdown",
2300
2312
  vPopperTheme: "dropdown"
2301
- }, Tn = {
2313
+ }, wn = {
2302
2314
  ...ot,
2303
2315
  name: "VMenu",
2304
2316
  vPopperTheme: "menu"
2305
- }, eo = {
2317
+ }, bn = {
2306
2318
  ...ot,
2307
2319
  name: "VTooltip",
2308
2320
  vPopperTheme: "tooltip"
2309
- }, Sn = A({
2321
+ }, xn = A({
2310
2322
  name: "VTooltipDirective",
2311
2323
  components: {
2312
- Popper: Yt(),
2324
+ Popper: Xt(),
2313
2325
  PopperContent: Zt
2314
2326
  },
2315
2327
  mixins: [
2316
- Qt
2328
+ Jt
2317
2329
  ],
2318
2330
  inheritAttrs: !1,
2319
2331
  props: {
@@ -2386,8 +2398,8 @@ const ot = /* @__PURE__ */ De(_n, [["render", $n]]), Jt = {
2386
2398
  this.$_isShown = !1;
2387
2399
  }
2388
2400
  }
2389
- }), Bn = ["innerHTML"], Pn = ["textContent"];
2390
- function Cn(e, t, o, n, i, s) {
2401
+ }), _n = ["innerHTML"], $n = ["textContent"];
2402
+ function Bn(e, t, o, n, i, s) {
2391
2403
  const r = ve("PopperContent"), l = ve("Popper");
2392
2404
  return m(), re(l, zt({ ref: "popper" }, e.$attrs, {
2393
2405
  theme: e.theme,
@@ -2396,13 +2408,13 @@ function Cn(e, t, o, n, i, s) {
2396
2408
  onApplyShow: e.onShow,
2397
2409
  onApplyHide: e.onHide
2398
2410
  }), {
2399
- default: E(({
2411
+ default: V(({
2400
2412
  popperId: a,
2401
2413
  isShown: u,
2402
- shouldMountContent: c,
2403
- skipTransition: p,
2404
- autoHide: y,
2405
- hide: h,
2414
+ shouldMountContent: d,
2415
+ skipTransition: c,
2416
+ autoHide: h,
2417
+ hide: y,
2406
2418
  handleResize: f,
2407
2419
  onResize: g,
2408
2420
  classes: x,
@@ -2410,29 +2422,29 @@ function Cn(e, t, o, n, i, s) {
2410
2422
  }) => [
2411
2423
  pe(r, {
2412
2424
  ref: "popperContent",
2413
- class: B({
2425
+ class: C({
2414
2426
  "v-popper--tooltip-loading": e.loading
2415
2427
  }),
2416
2428
  "popper-id": a,
2417
2429
  theme: e.theme,
2418
2430
  shown: u,
2419
- mounted: c,
2420
- "skip-transition": p,
2421
- "auto-hide": y,
2431
+ mounted: d,
2432
+ "skip-transition": c,
2433
+ "auto-hide": h,
2422
2434
  "handle-resize": f,
2423
2435
  classes: x,
2424
2436
  result: v,
2425
- onHide: h,
2437
+ onHide: y,
2426
2438
  onResize: g
2427
2439
  }, {
2428
- default: E(() => [
2440
+ default: V(() => [
2429
2441
  e.html ? (m(), b("div", {
2430
2442
  key: 0,
2431
2443
  innerHTML: e.finalContent
2432
- }, null, 8, Bn)) : (m(), b("div", {
2444
+ }, null, 8, _n)) : (m(), b("div", {
2433
2445
  key: 1,
2434
2446
  textContent: S(e.finalContent)
2435
- }, null, 8, Pn))
2447
+ }, null, 8, $n))
2436
2448
  ]),
2437
2449
  _: 2
2438
2450
  }, 1032, ["class", "popper-id", "theme", "shown", "mounted", "skip-transition", "auto-hide", "handle-resize", "classes", "result", "onHide", "onResize"])
@@ -2440,24 +2452,24 @@ function Cn(e, t, o, n, i, s) {
2440
2452
  _: 1
2441
2453
  }, 16, ["theme", "target-nodes", "popper-node", "onApplyShow", "onApplyHide"]);
2442
2454
  }
2443
- const An = /* @__PURE__ */ De(Sn, [["render", Cn]]), to = "v-popper--has-tooltip";
2444
- function kn(e, t) {
2455
+ const Cn = /* @__PURE__ */ De(xn, [["render", Bn]]), eo = "v-popper--has-tooltip";
2456
+ function Tn(e, t) {
2445
2457
  let o = e.placement;
2446
2458
  if (!o && t)
2447
2459
  for (const n of Ut)
2448
2460
  t[n] && (o = n);
2449
2461
  return o || (o = _e(e.theme || "tooltip", "placement")), o;
2450
2462
  }
2451
- function oo(e, t, o) {
2463
+ function to(e, t, o) {
2452
2464
  let n;
2453
2465
  const i = typeof t;
2454
- return i === "string" ? n = { content: t } : t && i === "object" ? n = t : n = { content: !1 }, n.placement = kn(n, o), n.targetNodes = () => [e], n.referenceNode = () => e, n;
2466
+ return i === "string" ? n = { content: t } : t && i === "object" ? n = t : n = { content: !1 }, n.placement = Tn(n, o), n.targetNodes = () => [e], n.referenceNode = () => e, n;
2455
2467
  }
2456
- let je, $e, On = 0;
2457
- function zn() {
2458
- if (je)
2468
+ let Ve, $e, Sn = 0;
2469
+ function Pn() {
2470
+ if (Ve)
2459
2471
  return;
2460
- $e = M([]), je = go({
2472
+ $e = N([]), Ve = go({
2461
2473
  name: "VTooltipDirectiveApp",
2462
2474
  setup() {
2463
2475
  return {
@@ -2465,7 +2477,7 @@ function zn() {
2465
2477
  };
2466
2478
  },
2467
2479
  render() {
2468
- return this.directives.map((t) => vo(An, {
2480
+ return this.directives.map((t) => vo(Cn, {
2469
2481
  ...t.options,
2470
2482
  shown: t.shown || t.options.shown,
2471
2483
  key: t.id
@@ -2476,16 +2488,16 @@ function zn() {
2476
2488
  }
2477
2489
  });
2478
2490
  const e = document.createElement("div");
2479
- document.body.appendChild(e), je.mount(e);
2491
+ document.body.appendChild(e), Ve.mount(e);
2480
2492
  }
2481
- function Nn(e, t, o) {
2482
- zn();
2483
- const n = M(oo(e, t, o)), i = M(!1), s = {
2484
- id: On++,
2493
+ function An(e, t, o) {
2494
+ Pn();
2495
+ const n = N(to(e, t, o)), i = N(!1), s = {
2496
+ id: Sn++,
2485
2497
  options: n,
2486
2498
  shown: i
2487
2499
  };
2488
- return $e.value.push(s), e.classList && e.classList.add(to), e.$_popper = {
2500
+ return $e.value.push(s), e.classList && e.classList.add(eo), e.$_popper = {
2489
2501
  options: n,
2490
2502
  item: s,
2491
2503
  show() {
@@ -2496,80 +2508,80 @@ function Nn(e, t, o) {
2496
2508
  }
2497
2509
  };
2498
2510
  }
2499
- function no(e) {
2511
+ function oo(e) {
2500
2512
  if (e.$_popper) {
2501
2513
  const t = $e.value.indexOf(e.$_popper.item);
2502
2514
  t !== -1 && $e.value.splice(t, 1), delete e.$_popper, delete e.$_popperOldShown, delete e.$_popperMountTarget;
2503
2515
  }
2504
- e.classList && e.classList.remove(to);
2516
+ e.classList && e.classList.remove(eo);
2505
2517
  }
2506
- function Bt(e, { value: t, modifiers: o }) {
2507
- const n = oo(e, t, o);
2518
+ function Tt(e, { value: t, modifiers: o }) {
2519
+ const n = to(e, t, o);
2508
2520
  if (!n.content || _e(n.theme || "tooltip", "disabled"))
2509
- no(e);
2521
+ oo(e);
2510
2522
  else {
2511
2523
  let i;
2512
- e.$_popper ? (i = e.$_popper, i.options.value = n) : i = Nn(e, t, o), typeof t.shown < "u" && t.shown !== e.$_popperOldShown && (e.$_popperOldShown = t.shown, t.shown ? i.show() : i.hide());
2524
+ e.$_popper ? (i = e.$_popper, i.options.value = n) : i = An(e, t, o), typeof t.shown < "u" && t.shown !== e.$_popperOldShown && (e.$_popperOldShown = t.shown, t.shown ? i.show() : i.hide());
2513
2525
  }
2514
2526
  }
2515
- const Mn = {
2516
- beforeMount: Bt,
2517
- updated: Bt,
2527
+ const kn = {
2528
+ beforeMount: Tt,
2529
+ updated: Tt,
2518
2530
  beforeUnmount(e) {
2519
- no(e);
2531
+ oo(e);
2520
2532
  }
2521
2533
  };
2522
- function Pt(e) {
2523
- e.addEventListener("mousedown", Ne), e.addEventListener("click", Ne), e.addEventListener("touchstart", io, he ? {
2534
+ function St(e) {
2535
+ e.addEventListener("mousedown", Me), e.addEventListener("click", Me), e.addEventListener("touchstart", no, ye ? {
2524
2536
  passive: !0
2525
2537
  } : !1);
2526
2538
  }
2527
- function Ct(e) {
2528
- e.removeEventListener("mousedown", Ne), e.removeEventListener("click", Ne), e.removeEventListener("touchstart", io), e.removeEventListener("touchend", so), e.removeEventListener("touchcancel", ro);
2539
+ function Pt(e) {
2540
+ e.removeEventListener("mousedown", Me), e.removeEventListener("click", Me), e.removeEventListener("touchstart", no), e.removeEventListener("touchend", io), e.removeEventListener("touchcancel", so);
2529
2541
  }
2530
- function Ne(e) {
2542
+ function Me(e) {
2531
2543
  const t = e.currentTarget;
2532
2544
  e.closePopover = !t.$_vclosepopover_touch, e.closeAllPopover = t.$_closePopoverModifiers && !!t.$_closePopoverModifiers.all;
2533
2545
  }
2534
- function io(e) {
2546
+ function no(e) {
2535
2547
  if (e.changedTouches.length === 1) {
2536
2548
  const t = e.currentTarget;
2537
2549
  t.$_vclosepopover_touch = !0;
2538
2550
  const o = e.changedTouches[0];
2539
- t.$_vclosepopover_touchPoint = o, t.addEventListener("touchend", so), t.addEventListener("touchcancel", ro);
2551
+ t.$_vclosepopover_touchPoint = o, t.addEventListener("touchend", io), t.addEventListener("touchcancel", so);
2540
2552
  }
2541
2553
  }
2542
- function so(e) {
2554
+ function io(e) {
2543
2555
  const t = e.currentTarget;
2544
2556
  if (t.$_vclosepopover_touch = !1, e.changedTouches.length === 1) {
2545
2557
  const o = e.changedTouches[0], n = t.$_vclosepopover_touchPoint;
2546
2558
  e.closePopover = Math.abs(o.screenY - n.screenY) < 20 && Math.abs(o.screenX - n.screenX) < 20, e.closeAllPopover = t.$_closePopoverModifiers && !!t.$_closePopoverModifiers.all;
2547
2559
  }
2548
2560
  }
2549
- function ro(e) {
2561
+ function so(e) {
2550
2562
  const t = e.currentTarget;
2551
2563
  t.$_vclosepopover_touch = !1;
2552
2564
  }
2553
- const Ln = {
2565
+ const On = {
2554
2566
  beforeMount(e, { value: t, modifiers: o }) {
2555
- e.$_closePopoverModifiers = o, (typeof t > "u" || t) && Pt(e);
2567
+ e.$_closePopoverModifiers = o, (typeof t > "u" || t) && St(e);
2556
2568
  },
2557
2569
  updated(e, { value: t, oldValue: o, modifiers: n }) {
2558
- e.$_closePopoverModifiers = n, t !== o && (typeof t > "u" || t ? Pt(e) : Ct(e));
2570
+ e.$_closePopoverModifiers = n, t !== o && (typeof t > "u" || t ? St(e) : Pt(e));
2559
2571
  },
2560
2572
  beforeUnmount(e) {
2561
- Ct(e);
2573
+ Pt(e);
2562
2574
  }
2563
- }, Hn = Jt, Rn = eo;
2564
- function Dn(e, t = {}) {
2565
- e.$_vTooltipInstalled || (e.$_vTooltipInstalled = !0, qt(q, t), e.directive("tooltip", Mn), e.directive("close-popper", Ln), e.component("VTooltip", eo), e.component("VDropdown", Jt), e.component("VMenu", Tn));
2575
+ }, zn = Qt;
2576
+ function Mn(e, t = {}) {
2577
+ e.$_vTooltipInstalled || (e.$_vTooltipInstalled = !0, qt(q, t), e.directive("tooltip", kn), e.directive("close-popper", On), e.component("VTooltip", bn), e.component("VDropdown", Qt), e.component("VMenu", wn));
2566
2578
  }
2567
- const En = {
2579
+ const Nn = {
2568
2580
  // eslint-disable-next-line no-undef
2569
2581
  version: "5.2.2",
2570
- install: Dn,
2582
+ install: Mn,
2571
2583
  options: q
2572
- }, In = { class: "yu-text-gray-700 yu-font-plus yu-font-medium yu-text-base yu-mr-2" }, Fn = { class: "yu-w-full yu-rounded-md yu-p-2 yu-flex yu-flex-col yu-gap-1" }, Vn = { class: "yu-px-2 yu-w-full" }, jn = /* @__PURE__ */ d("div", { class: "yu-text-gray-700 yu-text-xs yu-mr-2" }, "Selecionar todos", -1), Wn = ["checked"], qn = { class: "yu-w-full yu-p-2 yu-overflow-y-auto yu-max-h-60" }, lo = /* @__PURE__ */ A({
2584
+ }, Ln = { class: "yu-text-gray-700 yu-font-plus yu-font-medium yu-text-base yu-mr-2" }, Hn = { class: "yu-w-full yu-rounded-md yu-p-2 yu-flex yu-flex-col yu-gap-1" }, Rn = { class: "yu-px-2 yu-w-full" }, Dn = /* @__PURE__ */ p("div", { class: "yu-text-gray-700 yu-text-xs yu-mr-2" }, "Selecionar todos", -1), En = ["checked"], In = { class: "yu-w-full yu-p-2 yu-overflow-y-auto yu-max-h-60" }, ro = /* @__PURE__ */ A({
2573
2585
  __name: "app-dropdown",
2574
2586
  props: {
2575
2587
  label: {
@@ -2603,74 +2615,79 @@ const En = {
2603
2615
  bordered: {
2604
2616
  type: Boolean,
2605
2617
  default: !1
2618
+ },
2619
+ disabled: {
2620
+ type: Boolean,
2621
+ default: !1
2606
2622
  }
2607
2623
  },
2608
2624
  emits: ["filter-value", "update:allSelected", "update:opened"],
2609
2625
  setup(e, { expose: t, emit: o }) {
2610
- const n = o, i = M(!1), s = (r) => {
2626
+ const n = o, i = N(!1), s = (r) => {
2611
2627
  i.value = r, n("update:opened", r);
2612
2628
  };
2613
- return t({ opened: i }), (r, l) => (m(), re(H(Hn), {
2629
+ return t({ opened: i }), (r, l) => (m(), re(R(zn), {
2614
2630
  placement: "bottom-start",
2615
2631
  skidding: 6,
2632
+ disabled: e.disabled,
2616
2633
  "onUpdate:shown": s
2617
2634
  }, {
2618
- popper: E(() => [
2635
+ popper: V(() => [
2619
2636
  e.showSearchInput ? w(r.$slots, "searchInput", { key: 0 }, () => [
2620
- d("div", Fn, [
2637
+ p("div", Hn, [
2621
2638
  pe(qe, {
2622
2639
  label: e.inputLabel || "Procurar",
2623
2640
  "onUpdate:modelValue": l[0] || (l[0] = (a) => n("filter-value", a))
2624
2641
  }, null, 8, ["label"])
2625
2642
  ])
2626
- ]) : K("", !0),
2643
+ ]) : Y("", !0),
2627
2644
  e.showSelectAll ? w(r.$slots, "selectAll", { key: 1 }, () => [
2628
- d("div", Vn, [
2629
- pe(Qe, {
2645
+ p("div", Rn, [
2646
+ pe(Je, {
2630
2647
  onClick: l[1] || (l[1] = (a) => n("update:allSelected"))
2631
2648
  }, {
2632
- default: E(() => [
2633
- jn,
2634
- d("input", {
2649
+ default: V(() => [
2650
+ Dn,
2651
+ p("input", {
2635
2652
  class: "yu-ml-auto yu-accent-primary-500 yu-border-2 yu-cursor-pointer",
2636
2653
  type: "checkbox",
2637
2654
  checked: e.allSelected
2638
- }, null, 8, Wn)
2655
+ }, null, 8, En)
2639
2656
  ]),
2640
2657
  _: 1
2641
2658
  })
2642
2659
  ])
2643
- ]) : K("", !0),
2644
- d("div", qn, [
2660
+ ]) : Y("", !0),
2661
+ p("div", In, [
2645
2662
  w(r.$slots, "default")
2646
2663
  ])
2647
2664
  ]),
2648
- default: E(() => [
2649
- d("button", {
2650
- class: B(["yu-bg-gray-700 yu-bg-opacity-0 yu-px-3 yu-p-2 yu-rounded-md yu-flex yu-gap-1 yu-transition hover:yu-bg-opacity-10 yu-group active:yu-bg-primary-500 active:!yu-bg-opacity-10 active:yu-scale-95", { "!yu-bg-primary-500 !yu-bg-opacity-10": i.value, "yu-border": e.bordered }])
2665
+ default: V(() => [
2666
+ p("button", {
2667
+ class: C(["yu-bg-gray-700 yu-bg-opacity-0 yu-px-3 yu-p-2 yu-rounded-md yu-flex yu-gap-1 yu-transition hover:yu-bg-opacity-10 yu-group active:yu-bg-primary-500 active:!yu-bg-opacity-10 active:yu-scale-95", { "!yu-bg-primary-500 !yu-bg-opacity-10": i.value, "yu-border": e.bordered, "yu-opacity-50 yu-pointer-events-none": e.disabled }])
2651
2668
  }, [
2652
2669
  w(r.$slots, "icon", {}, () => [
2653
- d("i", {
2654
- class: B(["material-icons yu-text-gray-700 yu-h-fit", { "yu-text-primary-500": i.value }])
2670
+ p("i", {
2671
+ class: C(["material-icons yu-text-gray-700 yu-h-fit", { "yu-text-primary-500": i.value }])
2655
2672
  }, S(e.icon), 3)
2656
2673
  ]),
2657
2674
  w(r.$slots, "label", {}, () => [
2658
- d("div", In, S(e.label), 1)
2675
+ p("div", Ln, S(e.label), 1)
2659
2676
  ]),
2660
2677
  w(r.$slots, "open-icon", {}, () => [
2661
- d("i", {
2662
- class: B(["material-icons yu-text-gray-700 yu-h-fit yu-ml-auto yu-transition-all", { "yu-text-primary-500 yu-rotate-180": i.value }])
2678
+ p("i", {
2679
+ class: C(["material-icons yu-text-gray-700 yu-h-fit yu-ml-auto yu-transition-all", { "yu-text-primary-500 yu-rotate-180": i.value }])
2663
2680
  }, S(e.openIcon), 3)
2664
2681
  ])
2665
2682
  ], 2)
2666
2683
  ]),
2667
2684
  _: 3
2668
- }));
2685
+ }, 8, ["disabled"]));
2669
2686
  }
2670
- }), Gn = { class: "yu-border yu-border-gray-100 yu-rounded-md yu-py-4 yu-px-3 yu-bg-white yu-flex yu-flex-col yu-justify-center yu-shadow-2xl yu-shadow-gray-100" }, Un = { class: "yu-flex yu-gap-5 yu-px-2" }, Yn = { class: "yu-flex yu-flex-col" }, Xn = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, Kn = {
2687
+ }), Fn = { class: "yu-border yu-border-gray-100 yu-rounded-md yu-py-4 yu-px-3 yu-bg-white yu-flex yu-flex-col yu-justify-center yu-shadow-2xl yu-shadow-gray-100" }, jn = { class: "yu-flex yu-gap-5 yu-px-2" }, Vn = { class: "yu-flex yu-flex-col" }, Wn = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, qn = {
2671
2688
  key: 0,
2672
2689
  class: "yu-font-plus yu-text-xs yu-text-gray-400"
2673
- }, Zn = { class: "yu-font-plus yu-text-gray-400 yu-font-medium yu-text-sm" }, At = /* @__PURE__ */ A({
2690
+ }, Gn = { class: "yu-font-plus yu-text-gray-400 yu-font-medium yu-text-sm" }, At = /* @__PURE__ */ A({
2674
2691
  __name: "stat-card",
2675
2692
  props: {
2676
2693
  icon: {
@@ -2699,19 +2716,19 @@ const En = {
2699
2716
  }
2700
2717
  },
2701
2718
  setup(e) {
2702
- return (t, o) => (m(), b("div", Gn, [
2703
- d("div", Un, [
2719
+ return (t, o) => (m(), b("div", Fn, [
2720
+ p("div", jn, [
2704
2721
  w(t.$slots, "icon", {}, () => [
2705
- d("i", {
2706
- class: B(["yu-aspect-square material-icons yu-bg-yellow-100 yu-text-yellow-500 yu-h-14 yu-w-14 yu-place-items-center yu-rounded-full !yu-text-1xl !yu-grid", { "!yu-text-red-500 !yu-bg-red-100": e.bad, "!yu-text-green-500 !yu-bg-green-100": e.good }])
2722
+ p("i", {
2723
+ class: C(["yu-aspect-square material-icons yu-bg-yellow-100 yu-text-yellow-500 yu-h-14 yu-w-14 yu-place-items-center yu-rounded-full !yu-text-1xl !yu-grid", { "!yu-text-red-500 !yu-bg-red-100": e.bad, "!yu-text-green-500 !yu-bg-green-100": e.good }])
2707
2724
  }, S(e.icon), 3)
2708
2725
  ]),
2709
- d("div", Yn, [
2710
- d("div", Xn, [
2711
- Ce(S(e.comparison), 1),
2712
- e.hideTotal ? K("", !0) : (m(), b("span", Kn, "/" + S(e.total), 1))
2726
+ p("div", Vn, [
2727
+ p("div", Wn, [
2728
+ Pe(S(e.comparison), 1),
2729
+ e.hideTotal ? Y("", !0) : (m(), b("span", qn, "/" + S(e.total), 1))
2713
2730
  ]),
2714
- d("p", Zn, [
2731
+ p("p", Gn, [
2715
2732
  w(t.$slots, "default")
2716
2733
  ])
2717
2734
  ])
@@ -2720,16 +2737,17 @@ const En = {
2720
2737
  }
2721
2738
  });
2722
2739
  function nt(e, t) {
2723
- const o = C(() => ({
2740
+ const o = $(() => ({
2724
2741
  "!yu-font-plus": t.plus,
2725
2742
  "!yu-font-inter": t.inter,
2726
2743
  "!yu-font-titillium": t.titillium
2727
- })), n = C(() => ({
2744
+ })), n = $(() => ({
2745
+ "!yu-text-white": t.white,
2728
2746
  "!yu-text-primary": t.primary,
2729
2747
  "!yu-text-secondary": t.secondary,
2730
2748
  "!yu-text-base": t.neutral,
2731
2749
  "!yu-text-neutral": t.gray
2732
- })), i = C(() => ({
2750
+ })), i = $(() => ({
2733
2751
  "!yu-font-thin": t.thin,
2734
2752
  "!yu-font-extralight": t.extralight,
2735
2753
  "!yu-font-light": t.light,
@@ -2739,7 +2757,7 @@ function nt(e, t) {
2739
2757
  "!yu-font-bold": t.bold,
2740
2758
  "!yu-font-extrabold": t.extrabold,
2741
2759
  "!yu-font-black": t.black
2742
- })), s = C(() => ({
2760
+ })), s = $(() => ({
2743
2761
  ...{
2744
2762
  title: {
2745
2763
  "!yu-text-xl": t.small,
@@ -2762,7 +2780,7 @@ function nt(e, t) {
2762
2780
  }));
2763
2781
  return { fontClass: o, colorClass: n, weightClass: i, sizeClass: s };
2764
2782
  }
2765
- const Qn = /* @__PURE__ */ A({
2783
+ const Un = /* @__PURE__ */ A({
2766
2784
  __name: "title",
2767
2785
  props: {
2768
2786
  inter: { type: Boolean },
@@ -2789,12 +2807,17 @@ const Qn = /* @__PURE__ */ A({
2789
2807
  setup(e) {
2790
2808
  const t = e, { fontClass: o, colorClass: n, weightClass: i, sizeClass: s } = nt("title", t);
2791
2809
  return (r, l) => (m(), b("h1", {
2792
- class: B(["yu-font-inter yu-text-2xl yu-font-normal yu-text-black", [H(o), H(n), H(i), H(s)]])
2810
+ class: C(["yu-font-plus yu-text-2xl yu-font-normal yu-text-gray-700", [R(o), R(n), R(i), R(s)]])
2793
2811
  }, [
2794
2812
  w(r.$slots, "default", {}, void 0, !0)
2795
2813
  ], 2));
2796
2814
  }
2797
- }), ao = /* @__PURE__ */ G(Qn, [["__scopeId", "data-v-c6abe2e9"]]), Jn = { class: "yu-border yu-border-gray-100 yu-rounded-md yu-py-4 yu-px-5 yu-bg-white yu-shadow-2xl yu-shadow-gray-100 yu-flex yu-flex-col" }, ei = { class: "yu-flex gap-3 yu-flex-col yu-h-full yu-w-full yu-justify-between" }, ti = { class: "yu-text-base" }, oi = { class: "yu-flex yu-justify-between" }, ni = { class: "yu-flex yu-gap-2" }, ii = { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid !yu-bg-green-100 !yu-text-green-500" }, si = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, ri = { class: "yu-flex yu-gap-2" }, li = { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid !yu-bg-red-100 !yu-text-red-500" }, ai = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, ui = { class: "yu-flex yu-gap-1" }, di = /* @__PURE__ */ d("i", { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid" }, "call_received", -1), ci = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, pi = { class: "yu-flex yu-gap-1" }, hi = /* @__PURE__ */ d("i", { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid" }, "call_made", -1), yi = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, fi = /* @__PURE__ */ A({
2815
+ }), Q = (e, t) => {
2816
+ const o = e.__vccOpts || e;
2817
+ for (const [n, i] of t)
2818
+ o[n] = i;
2819
+ return o;
2820
+ }, lo = /* @__PURE__ */ Q(Un, [["__scopeId", "data-v-0d8233f2"]]), Xn = { class: "yu-border yu-border-gray-100 yu-rounded-md yu-py-4 yu-px-5 yu-bg-white yu-shadow-2xl yu-shadow-gray-100 yu-flex yu-flex-col" }, Yn = { class: "yu-flex gap-3 yu-flex-col yu-h-full yu-w-full yu-justify-between" }, Kn = { class: "yu-text-base" }, Zn = { class: "yu-flex yu-justify-between" }, Jn = { class: "yu-flex yu-gap-2" }, Qn = { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid !yu-bg-green-100 !yu-text-green-500" }, ei = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, ti = { class: "yu-flex yu-gap-2" }, oi = { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid !yu-bg-red-100 !yu-text-red-500" }, ni = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, ii = { class: "yu-flex yu-gap-1" }, si = /* @__PURE__ */ p("i", { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid" }, "call_received", -1), ri = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, li = { class: "yu-flex yu-gap-1" }, ai = /* @__PURE__ */ p("i", { class: "yu-aspect-square material-icons yu-h-12 yu-w-12 yu-place-items-center yu-rounded-full cursor-default !yu-text-1xl !yu-grid" }, "call_made", -1), ui = { class: "yu-font-plus yu-flex yu-text-xl yu-text-gray-800 yu-font-bold yu-items-center" }, di = /* @__PURE__ */ A({
2798
2821
  __name: "app-advanced-stat-card",
2799
2822
  props: {
2800
2823
  totalGood: {
@@ -2832,74 +2855,74 @@ const Qn = /* @__PURE__ */ A({
2832
2855
  },
2833
2856
  setup(e) {
2834
2857
  return (t, o) => {
2835
- const n = Nt("tooltip");
2836
- return m(), b("div", Jn, [
2837
- d("div", ei, [
2838
- pe(ao, {
2858
+ const n = Mt("tooltip");
2859
+ return m(), b("div", Xn, [
2860
+ p("div", Yn, [
2861
+ pe(lo, {
2839
2862
  plus: "",
2840
2863
  semibold: ""
2841
2864
  }, {
2842
- default: E(() => [
2843
- d("div", ti, [
2865
+ default: V(() => [
2866
+ p("div", Kn, [
2844
2867
  w(t.$slots, "title")
2845
2868
  ])
2846
2869
  ]),
2847
2870
  _: 3
2848
2871
  }),
2849
- d("div", oi, [
2850
- X((m(), b("div", ni, [
2851
- d("i", ii, [
2872
+ p("div", Zn, [
2873
+ X((m(), b("div", Jn, [
2874
+ p("i", Qn, [
2852
2875
  w(t.$slots, "icon-good", {}, () => [
2853
- Ce("assignment")
2876
+ Pe("assignment")
2854
2877
  ])
2855
2878
  ]),
2856
- d("p", si, S(e.totalGood), 1)
2879
+ p("p", ei, S(e.totalGood), 1)
2857
2880
  ])), [
2858
2881
  [n, e.goodTooltip]
2859
2882
  ]),
2860
- X((m(), b("div", ri, [
2861
- d("i", li, [
2883
+ X((m(), b("div", ti, [
2884
+ p("i", oi, [
2862
2885
  w(t.$slots, "icon-bad", {}, () => [
2863
- Ce("assignment")
2886
+ Pe("assignment")
2864
2887
  ])
2865
2888
  ]),
2866
- d("p", ai, S(e.totalBad), 1)
2889
+ p("p", ni, S(e.totalBad), 1)
2867
2890
  ])), [
2868
2891
  [n, e.badTooltip]
2869
2892
  ]),
2870
- X((m(), b("div", ui, [
2871
- di,
2872
- d("p", ci, S(e.totalReceived), 1)
2893
+ X((m(), b("div", ii, [
2894
+ si,
2895
+ p("p", ri, S(e.totalReceived), 1)
2873
2896
  ])), [
2874
2897
  [n, e.receivedTooltip]
2875
2898
  ]),
2876
- X((m(), b("div", pi, [
2877
- hi,
2878
- d("p", yi, S(e.totalSent), 1)
2899
+ X((m(), b("div", li, [
2900
+ ai,
2901
+ p("p", ui, S(e.totalSent), 1)
2879
2902
  ])), [
2880
2903
  [n, e.sentTooltip]
2881
2904
  ])
2882
2905
  ]),
2883
- d("div", null, [
2906
+ p("div", null, [
2884
2907
  w(t.$slots, "footer")
2885
2908
  ])
2886
2909
  ])
2887
2910
  ]);
2888
2911
  };
2889
2912
  }
2890
- }), mi = { class: "yu-border yu-border-gray-100 yu-rounded-md yu-py-5 yu-px-5 yu-bg-white yu-shadow-md yu-shadow-gray-100" }, gi = { class: "yu-font-plus yu-text-gray-800 yu-font-semibold yu-text-lg" }, vi = { class: "yu-mt-2 yu-flex yu-flex-col" };
2891
- function wi(e, t) {
2892
- return m(), b("div", mi, [
2893
- d("div", gi, [
2913
+ }), ci = { class: "yu-border yu-border-gray-100 yu-rounded-md yu-py-5 yu-px-5 yu-bg-white yu-shadow-md yu-shadow-gray-100" }, pi = { class: "yu-font-plus yu-text-gray-800 yu-font-semibold yu-text-lg" }, yi = { class: "yu-mt-2 yu-flex yu-flex-col" };
2914
+ function hi(e, t) {
2915
+ return m(), b("div", ci, [
2916
+ p("div", pi, [
2894
2917
  w(e.$slots, "heading")
2895
2918
  ]),
2896
- d("div", vi, [
2919
+ p("div", yi, [
2897
2920
  w(e.$slots, "list")
2898
2921
  ])
2899
2922
  ]);
2900
2923
  }
2901
- var bi = {};
2902
- const xi = /* @__PURE__ */ G(bi, [["render", wi]]), _i = /* @__PURE__ */ A({
2924
+ var fi = {};
2925
+ const mi = /* @__PURE__ */ Q(fi, [["render", hi]]), gi = /* @__PURE__ */ A({
2903
2926
  __name: "subtitle",
2904
2927
  props: {
2905
2928
  inter: { type: Boolean },
@@ -2925,12 +2948,12 @@ const xi = /* @__PURE__ */ G(bi, [["render", wi]]), _i = /* @__PURE__ */ A({
2925
2948
  setup(e) {
2926
2949
  const t = e, { fontClass: o, colorClass: n, weightClass: i, sizeClass: s } = nt("subtitle", t);
2927
2950
  return (r, l) => (m(), b("h3", {
2928
- class: B(["yu-font-inter yu-text-md yu-font-normal yu-text-black", [H(o), H(n), H(i), H(s)]])
2951
+ class: C(["yu-font-inter yu-text-md yu-font-normal yu-text-black", [R(o), R(n), R(i), R(s)]])
2929
2952
  }, [
2930
2953
  w(r.$slots, "default", {}, void 0, !0)
2931
2954
  ], 2));
2932
2955
  }
2933
- }), $i = /* @__PURE__ */ G(_i, [["__scopeId", "data-v-11d0ee28"]]), Ti = /* @__PURE__ */ A({
2956
+ }), vi = /* @__PURE__ */ Q(gi, [["__scopeId", "data-v-11d0ee28"]]), wi = /* @__PURE__ */ A({
2934
2957
  __name: "text",
2935
2958
  props: {
2936
2959
  inter: { type: Boolean },
@@ -2952,105 +2975,65 @@ const xi = /* @__PURE__ */ G(bi, [["render", wi]]), _i = /* @__PURE__ */ A({
2952
2975
  primary: { type: Boolean },
2953
2976
  secondary: { type: Boolean },
2954
2977
  gray: { type: Boolean },
2978
+ white: { type: Boolean },
2955
2979
  neutral: { type: Boolean }
2956
2980
  },
2957
2981
  setup(e) {
2958
2982
  const t = e, { fontClass: o, colorClass: n, weightClass: i, sizeClass: s } = nt("text", t);
2959
2983
  return (r, l) => (m(), b("p", {
2960
- class: B(["yu-font-inter yu-text-sm yu-font-normal yu-text-black", [H(o), H(n), H(i), H(s)]])
2984
+ class: C(["yu-font-plus yu-text-sm yu-font-normal yu-gray-700", [R(o), R(n), R(i), R(s)]])
2961
2985
  }, [
2962
2986
  w(r.$slots, "default", {}, void 0, !0)
2963
2987
  ], 2));
2964
2988
  }
2965
- }), Si = /* @__PURE__ */ G(Ti, [["__scopeId", "data-v-5c9c77c5"]]), Bi = {
2966
- key: 0,
2967
- class: "yu-relative yu-cursor-help"
2968
- }, Pi = { class: "yu-relative yu-cursor-help" }, Ci = { class: "yu-text-sm yu-max-w-44" }, Ai = /* @__PURE__ */ A({
2969
- __name: "app-tooltip-icon",
2970
- props: {
2971
- error: Boolean,
2972
- warning: Boolean,
2973
- info: Boolean,
2974
- success: Boolean,
2975
- ping: Boolean,
2976
- small: Boolean
2977
- },
2978
- setup(e) {
2979
- const t = C(() => wo()), o = e, n = C(() => !!t.value["yu-default"]), i = C(() => o.ping ? "yu-animate-ping" : ""), s = C(() => o.error ? "error" : o.warning ? "warning" : o.info ? "info" : o.success ? "check_circle" : "info"), r = C(() => o.error ? "yu-text-red-500" : o.warning ? "yu-text-amber-500" : o.info ? "yu-text-zinc-300" : o.success ? "yu-text-green-500" : "yu-text-zinc-400"), l = C(() => o.small ? "yu-text-sm" : "yu-text-lg");
2980
- return (a, u) => n.value ? (m(), re(H(Rn), { key: 1 }, {
2981
- popper: E(() => [
2982
- d("div", Ci, [
2983
- w(a.$slots, "default")
2984
- ])
2985
- ]),
2986
- default: E(() => [
2987
- d("div", Pi, [
2988
- d("div", {
2989
- class: B(["material-icons yu-select-none yu-notranslate yu-cursor-help yu-absolute", [r.value, l.value]])
2990
- }, S(s.value), 3),
2991
- d("div", {
2992
- class: B(["material-icons yu-select-none yu-notranslate yu-cursor-help", [i.value, r.value, l.value]])
2993
- }, S(s.value), 3)
2994
- ])
2995
- ]),
2996
- _: 3
2997
- })) : (m(), b("div", Bi, [
2998
- d("div", {
2999
- class: B(["material-icons yu-select-none yu-notranslate yu-absolute", [r.value, l.value]])
3000
- }, S(s.value), 3),
3001
- d("div", {
3002
- class: B(["material-icons yu-select-none yu-notranslate", [i.value, r.value, l.value]])
3003
- }, S(s.value), 3)
3004
- ]));
3005
- }
3006
- }), ki = { class: "yu-w-full yu-bg-white yu-rounded-lg yu-p-6 yu-gap-2.5" }, Oi = { class: "yu-w-full yu-table-auto yu-border-separate yu-border-spacing-0 yu-rounded-lg" }, zi = { class: "yu-bg-gray-100 yu-rounded-lg yu-border" };
3007
- function Ni(e, t) {
3008
- return m(), b("div", ki, [
3009
- d("table", Oi, [
3010
- d("thead", zi, [
2989
+ }), bi = /* @__PURE__ */ Q(wi, [["__scopeId", "data-v-0959e13f"]]), xi = { class: "yu-w-full yu-bg-white yu-rounded-lg yu-p-6 yu-gap-2.5" }, _i = { class: "yu-w-full yu-table-auto yu-border-separate yu-border-spacing-0 yu-rounded-lg" }, $i = { class: "yu-bg-gray-100 yu-rounded-lg yu-border" };
2990
+ function Bi(e, t) {
2991
+ return m(), b("div", xi, [
2992
+ p("table", _i, [
2993
+ p("thead", $i, [
3011
2994
  w(e.$slots, "header")
3012
2995
  ]),
3013
- d("tbody", null, [
2996
+ p("tbody", null, [
3014
2997
  w(e.$slots, "body")
3015
2998
  ])
3016
2999
  ])
3017
3000
  ]);
3018
3001
  }
3019
- var Mi = {};
3020
- const Li = /* @__PURE__ */ G(Mi, [["render", Ni]]);
3021
- function Hi(e, t) {
3002
+ var Ci = {};
3003
+ const Ti = /* @__PURE__ */ Q(Ci, [["render", Bi]]);
3004
+ function Si(e, t) {
3022
3005
  return m(), b("tr", null, [
3023
3006
  w(e.$slots, "default")
3024
3007
  ]);
3025
3008
  }
3026
- var Ri = {};
3027
- const Di = /* @__PURE__ */ G(Ri, [["render", Hi]]), Ei = { class: "yu-p-3" };
3028
- function Ii(e, t) {
3029
- return m(), b("tr", Ei, [
3009
+ var Pi = {};
3010
+ const Ai = /* @__PURE__ */ Q(Pi, [["render", Si]]), ki = { class: "yu-p-3" };
3011
+ function Oi(e, t) {
3012
+ return m(), b("tr", ki, [
3030
3013
  w(e.$slots, "default")
3031
3014
  ]);
3032
3015
  }
3033
- var Fi = {};
3034
- const Vi = /* @__PURE__ */ G(Fi, [["render", Ii]]), ji = { class: "yu-font-plus yu-text-sm yu-py-2 yu-px-3 yu-border-b" };
3035
- function Wi(e, t) {
3036
- return m(), b("td", ji, [
3016
+ var zi = {};
3017
+ const Mi = /* @__PURE__ */ Q(zi, [["render", Oi]]), Ni = { class: "yu-font-plus yu-text-sm yu-py-2 yu-px-3 yu-border-b" };
3018
+ function Li(e, t) {
3019
+ return m(), b("td", Ni, [
3037
3020
  w(e.$slots, "default")
3038
3021
  ]);
3039
3022
  }
3040
- var qi = {};
3041
- const Gi = /* @__PURE__ */ G(qi, [["render", Wi]]), Ui = {
3023
+ var Hi = {};
3024
+ const Ri = /* @__PURE__ */ Q(Hi, [["render", Li]]), Di = {
3042
3025
  class: "yu-text-gray-500 yu-font-medium yu-py-2 yu-px-3 yu-text-sm",
3043
3026
  align: "left"
3044
3027
  };
3045
- function Yi(e, t) {
3046
- return m(), b("th", Ui, [
3028
+ function Ei(e, t) {
3029
+ return m(), b("th", Di, [
3047
3030
  w(e.$slots, "default")
3048
3031
  ]);
3049
3032
  }
3050
- var Xi = {};
3051
- const Ki = /* @__PURE__ */ G(Xi, [["render", Yi]]), Zi = { class: "yu-flex yu-font-plus yu-gap-1 yu-items-center" }, Qi = /* @__PURE__ */ d("p", null, "Items por página", -1), Ji = { class: "material-icons yu-ml-4" }, es = { class: "yu-flex" }, ts = ["disabled"], os = ["disabled"], ns = /* @__PURE__ */ A({
3033
+ var Ii = {};
3034
+ const Fi = /* @__PURE__ */ Q(Ii, [["render", Ei]]), ji = { class: "yu-flex yu-font-plus yu-gap-1 yu-items-center" }, Vi = /* @__PURE__ */ p("p", null, "Items por página", -1), Wi = { class: "material-icons yu-ml-4" }, qi = { class: "yu-flex" }, Gi = ["disabled"], Ui = ["disabled"], Xi = /* @__PURE__ */ A({
3052
3035
  __name: "app-pagination",
3053
- props: /* @__PURE__ */ bo({
3036
+ props: /* @__PURE__ */ wo({
3054
3037
  totalItems: {
3055
3038
  type: Number,
3056
3039
  required: !0
@@ -3067,115 +3050,141 @@ const Ki = /* @__PURE__ */ G(Xi, [["render", Yi]]), Zi = { class: "yu-flex yu-fo
3067
3050
  }),
3068
3051
  emits: ["update:itemsPerPage", "update:currentPage"],
3069
3052
  setup(e) {
3070
- const t = e, o = it(e, "itemsPerPage"), n = it(e, "currentPage"), i = C(() => Math.ceil(t.totalItems / o.value)), s = C(() => (n.value - 1) * o.value + 1), r = C(() => Math.min(n.value * o.value, t.totalItems)), l = (c) => {
3071
- const p = c;
3072
- if (p == o.value)
3053
+ const t = e, o = it(e, "itemsPerPage"), n = it(e, "currentPage"), i = $(() => Math.ceil(t.totalItems / o.value)), s = $(() => (n.value - 1) * o.value + 1), r = $(() => Math.min(n.value * o.value, t.totalItems)), l = (d) => {
3054
+ const c = d;
3055
+ if (c == o.value)
3073
3056
  return;
3074
- const y = (n.value - 1) * o.value + 1;
3075
- n.value = Math.ceil(y / p), o.value = p;
3057
+ const h = (n.value - 1) * o.value + 1;
3058
+ n.value = Math.ceil(h / c), o.value = c;
3076
3059
  }, a = () => {
3077
3060
  n.value < i.value && (n.value += 1);
3078
3061
  }, u = () => {
3079
3062
  n.value > 1 && (n.value -= 1);
3080
3063
  };
3081
- return (c, p) => {
3082
- const y = Nt("close-popper");
3083
- return m(), b("div", Zi, [
3084
- Qi,
3085
- pe(lo, {
3064
+ return (d, c) => {
3065
+ const h = Mt("close-popper");
3066
+ return m(), b("div", ji, [
3067
+ Vi,
3068
+ pe(ro, {
3086
3069
  icon: "",
3087
3070
  label: String(o.value),
3088
3071
  autoSize: "",
3089
3072
  "data-testid": "app-dropdown",
3090
3073
  ref: "dropdown"
3091
3074
  }, {
3092
- default: E(() => [
3093
- (m(!0), b(Ot, null, xo(e.initialPerPageOptions, (h) => X((m(), re(Qe, {
3075
+ default: V(() => [
3076
+ (m(!0), b(Ot, null, bo(e.initialPerPageOptions, (y) => X((m(), re(Je, {
3094
3077
  class: "yu-justify-between",
3095
- key: h,
3096
- label: String(h),
3078
+ key: y,
3079
+ label: String(y),
3097
3080
  icon: "",
3098
- onClick: (f) => l(h),
3099
- "data-testid": `simple-dropdown-item-${h}`
3081
+ onClick: (f) => l(y),
3082
+ "data-testid": `simple-dropdown-item-${y}`
3100
3083
  }, {
3101
- default: E(() => [
3102
- Ce(S(h), 1),
3103
- X(d("i", Ji, "check_circle", 512), [
3104
- [We, o.value == h]
3084
+ default: V(() => [
3085
+ Pe(S(y), 1),
3086
+ X(p("i", Wi, "check_circle", 512), [
3087
+ [We, o.value == y]
3105
3088
  ])
3106
3089
  ]),
3107
3090
  _: 2
3108
3091
  }, 1032, ["label", "onClick", "data-testid"])), [
3109
- [y]
3092
+ [h]
3110
3093
  ])), 128))
3111
3094
  ]),
3112
3095
  _: 1
3113
3096
  }, 8, ["label"]),
3114
- d("p", null, S(s.value) + " - " + S(r.value) + " de " + S(t.totalItems), 1),
3115
- d("div", es, [
3116
- d("i", {
3097
+ p("p", null, S(s.value) + " - " + S(r.value) + " de " + S(t.totalItems), 1),
3098
+ p("div", qi, [
3099
+ p("i", {
3117
3100
  class: "material-icons yu-cursor-pointer",
3118
3101
  onClick: u,
3119
3102
  disabled: n.value === 1,
3120
3103
  "data-testid": "prev"
3121
- }, "chevron_left", 8, ts),
3122
- d("p", null, "Página " + S(n.value) + " de " + S(i.value), 1),
3123
- d("i", {
3104
+ }, "chevron_left", 8, Gi),
3105
+ p("p", null, "Página " + S(n.value) + " de " + S(i.value), 1),
3106
+ p("i", {
3124
3107
  class: "material-icons yu-cursor-pointer",
3125
3108
  onClick: a,
3126
3109
  disabled: n.value === i.value.value,
3127
3110
  "data-testid": "next"
3128
- }, "chevron_right", 8, os)
3111
+ }, "chevron_right", 8, Ui)
3129
3112
  ])
3130
3113
  ]);
3131
3114
  };
3132
3115
  }
3133
- }), is = /* @__PURE__ */ A({
3116
+ }), Yi = /* @__PURE__ */ A({
3134
3117
  __name: "app-popup",
3135
3118
  emits: ["closed"],
3136
3119
  setup(e, { emit: t }) {
3137
- const o = t, n = M(!1);
3120
+ const o = t, n = N(!1);
3138
3121
  function i() {
3139
3122
  o("closed"), n.value = !1;
3140
3123
  }
3141
3124
  return (s, r) => (m(), b("div", null, [
3142
- d("div", {
3125
+ p("div", {
3143
3126
  onClick: r[0] || (r[0] = (l) => n.value = !n.value)
3144
3127
  }, [
3145
3128
  w(s.$slots, "default")
3146
3129
  ]),
3147
- n.value ? (m(), re(_o, {
3130
+ n.value ? (m(), re(xo, {
3148
3131
  key: 0,
3149
3132
  to: "body"
3150
3133
  }, [
3151
- d("div", {
3134
+ p("div", {
3152
3135
  class: "yu-z-10 yu-absolute yu-top-0 yu-bg-zinc-900 yu-bg-opacity-50 yu-w-full yu-h-full yu-flex yu-flex-col yu-justify-center yu-items-center yu-p-4",
3153
- onClick: $o(i, ["self"]),
3154
- onKeydown: Me(i, ["esc"])
3136
+ onClick: _o(i, ["self"]),
3137
+ onKeydown: Ne(i, ["esc"])
3155
3138
  }, [
3156
3139
  w(s.$slots, "content", { closePopup: i })
3157
3140
  ], 32)
3158
- ])) : K("", !0)
3141
+ ])) : Y("", !0)
3159
3142
  ]));
3160
3143
  }
3161
- }), ss = { key: 0 }, rs = { key: 1 }, ls = { key: 2 };
3162
- function as(e, t) {
3163
- return m(), b("div", null, [
3164
- e.$slots.header ? (m(), b("header", ss, [
3165
- w(e.$slots, "header")
3166
- ])) : K("", !0),
3167
- e.$slots.body ? (m(), b("main", rs, [
3168
- w(e.$slots, "body")
3169
- ])) : K("", !0),
3170
- e.$slots.footer ? (m(), b("footer", ls, [
3171
- w(e.$slots, "footer")
3172
- ])) : K("", !0)
3173
- ]);
3174
- }
3175
- var us = {};
3176
- const ds = /* @__PURE__ */ G(us, [["render", as]]), cs = /* @__PURE__ */ A({
3144
+ }), Ki = /* @__PURE__ */ A({
3145
+ __name: "app-container",
3146
+ props: {
3147
+ page: { type: Boolean },
3148
+ gapSm: { type: Boolean },
3149
+ gapMd: { type: Boolean },
3150
+ divisor: { type: Boolean },
3151
+ center: { type: Boolean },
3152
+ paddingSm: { type: Boolean },
3153
+ paddingMd: { type: Boolean },
3154
+ border: { type: Boolean },
3155
+ rounded: { type: Boolean },
3156
+ bgWhite: { type: Boolean }
3157
+ },
3158
+ setup(e) {
3159
+ const t = e, o = $(() => t.page ? "yu-bg-gray-50 yu-p-8 yu-flex yu-flex-col yu-min-h-screen yu-w-screen yu-gap-4" : ""), n = $(() => t.center ? "yu-flex yu-items-center yu-justify-center" : ""), i = $(() => t.paddingSm ? "yu-p-2" : t.paddingMd ? "yu-p-4" : ""), s = $(() => t.divisor ? "yu-divide-y" : ""), r = $(() => t.border ? "yu-border" : ""), l = $(() => t.rounded ? "yu-rounded-md" : ""), a = $(() => t.gapSm ? "yu-flex yu-flex-col yu-gap-2" : t.gapMd ? "yu-flex yu-flex-col yu-gap-4" : ""), u = $(() => t.bgWhite ? "yu-bg-white" : "");
3160
+ return (d, c) => (m(), b("div", {
3161
+ class: C([o.value, a.value, s.value, r.value, l.value, u.value])
3162
+ }, [
3163
+ d.$slots.header ? (m(), b("header", {
3164
+ key: 0,
3165
+ class: C([n.value, i.value])
3166
+ }, [
3167
+ w(d.$slots, "header")
3168
+ ], 2)) : Y("", !0),
3169
+ d.$slots.body ? (m(), b("main", {
3170
+ key: 1,
3171
+ class: C([n.value, i.value])
3172
+ }, [
3173
+ w(d.$slots, "body")
3174
+ ], 2)) : Y("", !0),
3175
+ d.$slots.footer ? (m(), b("footer", {
3176
+ key: 2,
3177
+ class: C([n.value, i.value])
3178
+ }, [
3179
+ w(d.$slots, "footer")
3180
+ ], 2)) : Y("", !0)
3181
+ ], 2));
3182
+ }
3183
+ }), ao = /* @__PURE__ */ A({
3177
3184
  __name: "app-group",
3178
3185
  props: {
3186
+ fit: { type: Boolean },
3187
+ full: { type: Boolean },
3179
3188
  row: { type: Boolean },
3180
3189
  col: { type: Boolean },
3181
3190
  gapNone: { type: Boolean },
@@ -3185,21 +3194,41 @@ const ds = /* @__PURE__ */ G(us, [["render", as]]), cs = /* @__PURE__ */ A({
3185
3194
  gapLg: { type: Boolean },
3186
3195
  paddingNone: { type: Boolean },
3187
3196
  paddingBase: { type: Boolean },
3197
+ paddingXs: { type: Boolean },
3188
3198
  paddingSm: { type: Boolean },
3189
3199
  paddingMd: { type: Boolean },
3190
3200
  paddingLg: { type: Boolean },
3191
3201
  center: { type: Boolean },
3192
- centerBetween: { type: Boolean }
3202
+ justifyEnd: { type: Boolean },
3203
+ centerBetween: { type: Boolean },
3204
+ border: { type: Boolean },
3205
+ borderPrimary: { type: Boolean },
3206
+ rounded: { type: Boolean },
3207
+ roundedTop: { type: Boolean },
3208
+ roundedBottom: { type: Boolean },
3209
+ bgPrimary: { type: Boolean },
3210
+ bgWhite: { type: Boolean },
3211
+ divisor: { type: Boolean }
3193
3212
  },
3194
3213
  setup(e) {
3195
- const t = e, o = C(() => t.center ? "yu-items-center yu-justify-center" : t.centerBetween ? "yu-items-center yu-justify-between" : ""), n = C(() => t.row ? "yu-flex-row" : t.col ? "yu-flex-col" : "yu-flex-row"), i = C(() => t.gapBase ? "yu-gap-4" : t.gapSm ? "yu-gap-2" : t.gapMd ? "yu-gap-6" : t.gapLg ? "yu-gap-8" : t.gapNone ? "yu-gap-0" : "yu-gap-4"), s = C(() => t.paddingSm ? "yu-p-2" : t.paddingBase ? "yu-p-4" : t.paddingMd ? "yu-p-6" : t.paddingLg ? "yu-p-8" : ""), r = C(() => [n.value, i.value, s.value, o.value]);
3196
- return (l, a) => (m(), b("div", {
3197
- class: B(["yu-flex", r.value])
3214
+ const t = e, o = $(() => t.fit ? "yu-w-fit yu-h-fit" : t.full ? "yu-w-full yu-h-full" : ""), n = $(() => t.justifyEnd ? "yu-items-end yu-justify-end" : t.center ? "yu-items-center yu-justify-center" : t.centerBetween ? "yu-items-center yu-justify-between" : ""), i = $(() => t.row ? "yu-flex-row" : t.col ? "yu-flex-col" : "yu-flex-row"), s = $(() => t.gapBase ? "yu-gap-4" : t.gapSm ? "yu-gap-2" : t.gapMd ? "yu-gap-6" : t.gapLg ? "yu-gap-8" : t.gapNone ? "yu-gap-0" : "yu-gap-4"), r = $(() => t.paddingXs ? "yu-p-1" : t.paddingSm ? "yu-p-2" : t.paddingBase ? "yu-p-4" : t.paddingMd ? "yu-p-6" : t.paddingLg ? "yu-p-8" : ""), l = $(() => t.border ? "yu-border" : t.borderPrimary ? "yu-border yu-border-primary" : ""), a = $(() => t.rounded ? "yu-rounded-md" : t.roundedTop ? "yu-rounded-t-md" : t.roundedBottom ? "yu-rounded-b-md" : ""), u = $(() => t.bgPrimary ? "yu-bg-primary" : t.bgWhite ? "yu-bg-white" : ""), d = $(() => t.divisor && t.col ? "yu-divide-y" : t.divisor && t.row ? "yu-divide-x" : ""), c = $(() => [
3215
+ i.value,
3216
+ s.value,
3217
+ r.value,
3218
+ n.value,
3219
+ l.value,
3220
+ a.value,
3221
+ u.value,
3222
+ o.value,
3223
+ d.value
3224
+ ]);
3225
+ return (h, y) => (m(), b("div", {
3226
+ class: C(["yu-flex", c.value])
3198
3227
  }, [
3199
- w(l.$slots, "default")
3228
+ w(h.$slots, "default")
3200
3229
  ], 2));
3201
3230
  }
3202
- }), ps = { class: "yu-flex yu-gap-1 yu-items-center yu-w-full" }, hs = { class: "material-icons yu-text-base" }, ys = { class: "yu-w-full yu-font-semibold hover:underline" }, fs = { class: "material-icons yu-text-gray-600" }, ms = /* @__PURE__ */ A({
3231
+ }), Zi = { class: "yu-flex yu-gap-1 yu-items-center yu-w-full" }, Ji = { class: "material-icons yu-text-base" }, Qi = { class: "yu-w-full yu-font-semibold hover:underline" }, es = { class: "material-icons yu-text-gray-600" }, ts = /* @__PURE__ */ A({
3203
3232
  __name: "app-accordion",
3204
3233
  props: {
3205
3234
  error: { type: Boolean },
@@ -3208,60 +3237,119 @@ const ds = /* @__PURE__ */ G(us, [["render", as]]), cs = /* @__PURE__ */ A({
3208
3237
  success: { type: Boolean }
3209
3238
  },
3210
3239
  setup(e) {
3211
- const t = e, o = M(!1), n = C(() => t.error ? "yu-bg-red-500 yu-bg-opacity-5" : t.success ? "yu-bg-green-500 yu-bg-opacity-5" : t.warning ? "yu-bg-yellow-500 yu-bg-opacity-5" : !1), i = C(() => t.error ? "yu-border yu-p-2 yu-border-red-500 yu-rounded-lg" : t.success ? "yu-border yu-p-2 yu-border-green-500 yu-rounded-lg" : t.warning ? "yu-border yu-p-2 yu-border-yellow-500 yu-rounded-lg" : !1), s = C(() => t.error ? "yu-text-red-500" : t.success ? "yu-text-green-500" : t.warning ? "yu-text-yellow-500" : "yu-text-gray-600"), r = C(() => t.error ? "error" : t.success ? "check_circle" : t.warning ? "warning" : "info"), l = C(() => !t.error && !t.warning && !t.success);
3240
+ const t = e, o = N(!1), n = $(() => t.error ? "yu-bg-red-500 yu-bg-opacity-5" : t.success ? "yu-bg-green-500 yu-bg-opacity-5" : t.warning ? "yu-bg-yellow-500 yu-bg-opacity-5" : !1), i = $(() => t.error ? "yu-border yu-p-2 yu-border-red-500 yu-rounded-lg" : t.success ? "yu-border yu-p-2 yu-border-green-500 yu-rounded-lg" : t.warning ? "yu-border yu-p-2 yu-border-yellow-500 yu-rounded-lg" : !1), s = $(() => t.error ? "yu-text-red-500" : t.success ? "yu-text-green-500" : t.warning ? "yu-text-yellow-500" : "yu-text-gray-600"), r = $(() => t.error ? "error" : t.success ? "check_circle" : t.warning ? "warning" : "info"), l = $(() => !t.error && !t.warning && !t.success);
3212
3241
  return (a, u) => (m(), b("div", {
3213
- class: B(["yu-flex yu-w-full yu-flex-col yu-gap-2", [i.value, n.value]])
3242
+ class: C(["yu-flex yu-w-full yu-flex-col yu-gap-2", [i.value, n.value]])
3214
3243
  }, [
3215
- d("div", {
3216
- class: B(["yu-flex yu-font-plus yu-w-full yu-justify-between yu-items-center yu-cursor-pointer", [s.value]]),
3217
- onClick: u[0] || (u[0] = (c) => o.value = !o.value)
3244
+ p("div", {
3245
+ class: C(["yu-flex yu-font-plus yu-w-full yu-justify-between yu-items-center yu-cursor-pointer", [s.value]]),
3246
+ onClick: u[0] || (u[0] = (d) => o.value = !o.value)
3218
3247
  }, [
3219
- d("div", ps, [
3220
- d("i", hs, S(r.value), 1),
3221
- d("p", ys, [
3248
+ p("div", Zi, [
3249
+ p("i", Ji, S(r.value), 1),
3250
+ p("p", Qi, [
3222
3251
  w(a.$slots, "title")
3223
3252
  ])
3224
3253
  ]),
3225
- d("i", fs, S(o.value ? "keyboard_arrow_up" : "keyboard_arrow_down"), 1)
3254
+ p("i", es, S(o.value ? "keyboard_arrow_up" : "keyboard_arrow_down"), 1)
3226
3255
  ], 2),
3227
3256
  o.value ? (m(), b("div", {
3228
3257
  key: 0,
3229
- class: B(["yu-flex yu-w-full yu-font-plus yu-text-sm yu-pb-2", { "yu-border-b": l.value }])
3258
+ class: C(["yu-flex yu-w-full yu-font-plus yu-text-sm yu-pb-2", { "yu-border-b": l.value }])
3230
3259
  }, [
3231
3260
  w(a.$slots, "description")
3232
- ], 2)) : K("", !0)
3261
+ ], 2)) : Y("", !0)
3233
3262
  ], 2));
3234
3263
  }
3235
- }), vs = {
3264
+ }), os = { role: "status" }, ns = /* @__PURE__ */ p("svg", {
3265
+ class: "yu-w-8 yu-h-8 yu-mr-2 yu-text-gray-200 yu-animate-spin yu-fill-primary",
3266
+ "aria-hidden": "true",
3267
+ viewBox: "0 0 100 101",
3268
+ xmlns: "http://www.w3.org/2000/svg"
3269
+ }, [
3270
+ /* @__PURE__ */ p("path", {
3271
+ fill: "currentColor",
3272
+ d: "M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
3273
+ }),
3274
+ /* @__PURE__ */ p("path", {
3275
+ fill: "currentFill",
3276
+ d: "M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
3277
+ })
3278
+ ], -1), is = [
3279
+ ns
3280
+ ];
3281
+ function ss(e, t) {
3282
+ return m(), b("div", os, is);
3283
+ }
3284
+ var rs = {};
3285
+ const ls = /* @__PURE__ */ Q(rs, [["render", ss]]), as = /* @__PURE__ */ A({
3286
+ __name: "app-join",
3287
+ props: {
3288
+ vertical: {
3289
+ type: Boolean,
3290
+ default: !1
3291
+ },
3292
+ border: {
3293
+ type: Boolean,
3294
+ default: !1
3295
+ },
3296
+ rounded: {
3297
+ type: Boolean,
3298
+ default: !1
3299
+ }
3300
+ },
3301
+ setup(e) {
3302
+ const t = e, o = $(() => {
3303
+ if (t.border)
3304
+ return "[&>*]:!yu-border";
3305
+ }), n = $(() => {
3306
+ if (t.rounded && t.vertical)
3307
+ return "[&>*]:!yu-rounded-none [&>*:first-child]:!yu-rounded-t-lg [&>*:first-child]:!yu-rounded-b-none [&>*:last-child]:!yu-rounded-b-lg [&>*:last-child]:!yu-rounded-t-none";
3308
+ if (t.rounded && !t.vertical)
3309
+ return "[&>*]:!yu-rounded-none [&>*:first-child]:!yu-rounded-l-lg [&>*:first-child]:!yu-rounded-r-none [&>*:last-child]:!yu-rounded-r-lg [&>*:last-child]:!yu-rounded-l-none";
3310
+ }), i = $(() => [o.value, n.value]);
3311
+ return (s, r) => (m(), re(ao, {
3312
+ "gap-none": "",
3313
+ col: e.vertical,
3314
+ class: C(i.value)
3315
+ }, {
3316
+ default: V(() => [
3317
+ w(s.$slots, "default")
3318
+ ]),
3319
+ _: 3
3320
+ }, 8, ["col", "class"]));
3321
+ }
3322
+ }), ds = {
3236
3323
  install: (e) => {
3237
- e.use(En), e.component("TextInput", qe), e.component("AppTextInput", qe), e.component("IconTextInput", st), e.component("AppIconTextInput", st), e.component("SwitchCheckbox", rt), e.component("AppSwitchCheckbox", rt), e.component("ButtonPrimary", lt), e.component("AppButtonPrimary", lt), e.component("ButtonSecondary", at), e.component("AppButtonSecondary", at), e.component("SimpleDropdown", Ro), e.component("AppDropdown", lo), e.component("SimpleDropdownItem", Qe), e.component("StatCard", At), e.component("AppStatCard", At), e.component("AppAdvancedStatCard", fi), e.component("ListCard", xi), e.component("AppTitle", ao), e.component("AppSubtitle", $i), e.component("AppText", Si), e.component("AppTooltipIcon", Ai), e.component("AppTable", Li), e.component("AppTableHeader", Di), e.component("AppTableRow", Vi), e.component("AppTableCell", Gi), e.component("AppTableHeaderCell", Ki), e.component("AppPagination", ns), e.component("AppPopup", is), e.component("AppContainer", ds), e.component("AppGroup", cs), e.component("AppAccordion", ms);
3324
+ e.use(Nn), e.component("TextInput", qe), e.component("AppTextInput", qe), e.component("IconTextInput", st), e.component("AppIconTextInput", st), e.component("SwitchCheckbox", rt), e.component("AppSwitchCheckbox", rt), e.component("ButtonPrimary", lt), e.component("AppButtonPrimary", lt), e.component("ButtonSecondary", at), e.component("AppButtonSecondary", at), e.component("SimpleDropdown", zo), e.component("AppDropdown", ro), e.component("SimpleDropdownItem", Je), e.component("StatCard", At), e.component("AppStatCard", At), e.component("AppAdvancedStatCard", di), e.component("ListCard", mi), e.component("AppTitle", lo), e.component("AppSubtitle", vi), e.component("AppText", bi), e.component("AppTable", Ti), e.component("AppTableHeader", Ai), e.component("AppTableRow", Mi), e.component("AppTableCell", Ri), e.component("AppTableHeaderCell", Fi), e.component("AppPagination", Xi), e.component("AppPopup", Yi), e.component("AppContainer", Ki), e.component("AppGroup", ao), e.component("AppAccordion", ts), e.component("AppLoadingRing", ls), e.component("AppJoin", as);
3238
3325
  }
3239
3326
  };
3240
3327
  export {
3241
- ms as AppAccordion,
3242
- fi as AppAdvancedStatCard,
3243
- ds as AppContainer,
3244
- lo as AppDropdown,
3245
- cs as AppGroup,
3246
- ns as AppPagination,
3247
- is as AppPopup,
3248
- $i as AppSubtitle,
3249
- Li as AppTable,
3250
- Gi as AppTableCell,
3251
- Di as AppTableHeader,
3252
- Ki as AppTableHeaderCell,
3253
- Vi as AppTableRow,
3254
- Si as AppText,
3255
- ao as AppTitle,
3256
- Ai as AppTooltipIcon,
3328
+ ts as AppAccordion,
3329
+ di as AppAdvancedStatCard,
3330
+ Ki as AppContainer,
3331
+ ro as AppDropdown,
3332
+ ao as AppGroup,
3333
+ as as AppJoin,
3334
+ ls as AppLoadingRing,
3335
+ Xi as AppPagination,
3336
+ Yi as AppPopup,
3337
+ vi as AppSubtitle,
3338
+ Ti as AppTable,
3339
+ Ri as AppTableCell,
3340
+ Ai as AppTableHeader,
3341
+ Fi as AppTableHeaderCell,
3342
+ Mi as AppTableRow,
3343
+ bi as AppText,
3344
+ lo as AppTitle,
3257
3345
  lt as ButtonPrimary,
3258
3346
  at as ButtonSecondary,
3259
3347
  st as IconTextInput,
3260
- xi as ListCard,
3261
- Ro as SimpleDropdown,
3262
- Qe as SimpleDropdownItem,
3348
+ mi as ListCard,
3349
+ zo as SimpleDropdown,
3350
+ Je as SimpleDropdownItem,
3263
3351
  At as StatCard,
3264
3352
  rt as SwitchCheckbox,
3265
3353
  qe as TextInput,
3266
- vs as default
3354
+ ds as default
3267
3355
  };