@stencitecnologia/front-kit 0.1.18 → 0.1.20

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.
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { computed as O, openBlock as M, createElementBlock as P, normalizeClass as So, toDisplayString as oo, createCommentVNode as q, createBlock as A, unref as W, mergeProps as Q, withCtx as X, Fragment as er, renderSlot as G, createElementVNode as io, createVNode as so, ref as bo, onMounted as tr, onBeforeUnmount as ar, normalizeStyle as Ho, watch as ur, createTextVNode as Po, createSlots as Io, Teleport as fr, withModifiers as gr } from "vue";
1
+ import { computed as M, openBlock as R, createElementBlock as P, normalizeClass as So, toDisplayString as oo, createCommentVNode as q, createBlock as H, unref as T, mergeProps as Q, withCtx as X, Fragment as er, renderSlot as G, createElementVNode as io, createVNode as mo, ref as po, onMounted as tr, onBeforeUnmount as ar, normalizeStyle as Io, watch as ur, createTextVNode as Po, createSlots as Ho, Teleport as fr, withModifiers as gr } from "vue";
2
2
  import mr from "primevue/autocomplete";
3
3
  import pr from "primevue/button";
4
4
  import { FontAwesomeIcon as br } from "@fortawesome/vue-fontawesome";
@@ -33,19 +33,19 @@ const Vr = {
33
33
  }
34
34
  },
35
35
  setup(o) {
36
- const r = o, e = O(() => ({
36
+ const r = o, e = M(() => ({
37
37
  "ui-alert-success": r.variant === "success",
38
38
  "ui-alert-warning": r.variant === "warning",
39
39
  "ui-alert-error": r.variant === "error",
40
40
  "ui-alert-info": r.variant === "info"
41
41
  }));
42
- return (t, a) => o.message ? (M(), P("div", {
42
+ return (t, a) => o.message ? (R(), P("div", {
43
43
  key: 0,
44
44
  class: So(["ui-alert", e.value]),
45
45
  role: "alert"
46
46
  }, oo(o.message), 3)) : q("", !0);
47
47
  }
48
- }, Jf = {
48
+ }, Qf = {
49
49
  __name: "BaseAutoComplete",
50
50
  props: {
51
51
  modelValue: {
@@ -76,13 +76,13 @@ const Vr = {
76
76
  "clear"
77
77
  ],
78
78
  setup(o, { emit: r }) {
79
- const e = o, t = r, a = O({
79
+ const e = o, t = r, a = M({
80
80
  get: () => e.modelValue,
81
- set: (i) => t("update:modelValue", i)
82
- }), d = (i) => t("complete", i), n = (i) => t("item-select", i), m = () => t("clear");
83
- return (i, p) => (M(), A(W(mr), Q({
81
+ set: (l) => t("update:modelValue", l)
82
+ }), c = (l) => t("complete", l), i = (l) => t("item-select", l), m = () => t("clear");
83
+ return (l, b) => (R(), H(T(mr), Q({
84
84
  modelValue: a.value,
85
- "onUpdate:modelValue": p[0] || (p[0] = ($) => a.value = $),
85
+ "onUpdate:modelValue": b[0] || (b[0] = ($) => a.value = $),
86
86
  suggestions: o.suggestions,
87
87
  disabled: o.disabled,
88
88
  readonly: o.readonly,
@@ -90,9 +90,9 @@ const Vr = {
90
90
  "w-full",
91
91
  { "p-invalid": o.invalid }
92
92
  ]
93
- }, i.$attrs, {
94
- onComplete: d,
95
- onItemSelect: n,
93
+ }, l.$attrs, {
94
+ onComplete: c,
95
+ onItemSelect: i,
96
96
  onClear: m
97
97
  }), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
98
98
  }
@@ -105,7 +105,7 @@ const Vr = {
105
105
  }
106
106
  },
107
107
  setup(o) {
108
- return (r, e) => (M(), A(W(br), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
108
+ return (r, e) => (R(), H(T(br), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
109
109
  }
110
110
  }, Or = { key: 1 }, Fo = {
111
111
  __name: "BaseButton",
@@ -146,7 +146,7 @@ const Vr = {
146
146
  }
147
147
  },
148
148
  setup(o) {
149
- const r = o, e = O(() => [
149
+ const r = o, e = M(() => [
150
150
  "ui-btn",
151
151
  {
152
152
  "ui-btn-primary": r.variant === "primary",
@@ -156,20 +156,20 @@ const Vr = {
156
156
  "ui-btn-error": r.variant === "error",
157
157
  "ui-btn-sm": r.size === "sm"
158
158
  }
159
- ]), t = O(() => r.disabled || r.loading);
160
- return (a, d) => (M(), A(W(pr), Q(a.$attrs, {
159
+ ]), t = M(() => r.disabled || r.loading);
160
+ return (a, c) => (R(), H(T(pr), Q(a.$attrs, {
161
161
  loading: o.loading,
162
162
  disabled: t.value,
163
163
  class: e.value,
164
164
  type: o.type
165
165
  }), {
166
166
  default: X(() => [
167
- o.loading ? q("", !0) : (M(), P(er, { key: 0 }, [
168
- o.icon ? (M(), A(Mo, {
167
+ o.loading ? q("", !0) : (R(), P(er, { key: 0 }, [
168
+ o.icon ? (R(), H(Mo, {
169
169
  key: 0,
170
170
  icon: o.icon
171
171
  }, null, 8, ["icon"])) : q("", !0),
172
- o.label ? (M(), P("span", Or, oo(o.label), 1)) : q("", !0),
172
+ o.label ? (R(), P("span", Or, oo(o.label), 1)) : q("", !0),
173
173
  G(a.$slots, "default")
174
174
  ], 64))
175
175
  ]),
@@ -188,7 +188,7 @@ const Vr = {
188
188
  }, Fr = { class: "ui-card-content" }, jr = {
189
189
  key: 1,
190
190
  class: "ui-card-footer"
191
- }, Hr = { class: "ui-card-footer-content" }, Qf = {
191
+ }, Ir = { class: "ui-card-footer-content" }, Kf = {
192
192
  __name: "BaseCard",
193
193
  props: {
194
194
  title: {
@@ -217,33 +217,33 @@ const Vr = {
217
217
  }
218
218
  },
219
219
  setup(o) {
220
- const r = o, e = O(() => !!(r.title || r.subtitle)), t = O(() => [
220
+ const r = o, e = M(() => !!(r.title || r.subtitle)), t = M(() => [
221
221
  "ui-card",
222
222
  r.className,
223
223
  { "ui-card-has-footer": r.hasFooter }
224
224
  ]);
225
- return (a, d) => (M(), P("section", {
225
+ return (a, c) => (R(), P("section", {
226
226
  class: So(t.value)
227
227
  }, [
228
- e.value ? (M(), P("header", Lr, [
229
- o.title ? (M(), P("div", Tr, oo(o.title), 1)) : q("", !0),
230
- o.subtitle ? (M(), P("div", Wr, oo(o.subtitle), 1)) : q("", !0)
228
+ e.value ? (R(), P("header", Lr, [
229
+ o.title ? (R(), P("div", Tr, oo(o.title), 1)) : q("", !0),
230
+ o.subtitle ? (R(), P("div", Wr, oo(o.subtitle), 1)) : q("", !0)
231
231
  ])) : q("", !0),
232
232
  io("div", Fr, [
233
- so(Vr, {
233
+ mo(Vr, {
234
234
  message: o.alertMessage,
235
235
  variant: o.alertVariant
236
236
  }, null, 8, ["message", "variant"]),
237
237
  G(a.$slots, "default")
238
238
  ]),
239
- o.hasFooter ? (M(), P("footer", jr, [
240
- io("div", Hr, [
239
+ o.hasFooter ? (R(), P("footer", jr, [
240
+ io("div", Ir, [
241
241
  G(a.$slots, "footer")
242
242
  ])
243
243
  ])) : q("", !0)
244
244
  ], 2));
245
245
  }
246
- }, Kf = {
246
+ }, o0 = {
247
247
  __name: "BaseChart",
248
248
  props: {
249
249
  type: {
@@ -272,32 +272,32 @@ const Vr = {
272
272
  { borderColor: "#ef4444", backgroundColor: "rgba(239, 68, 68, 0.60)" },
273
273
  { borderColor: "#38bdf8", backgroundColor: "rgba(56, 189, 248, 0.60)" },
274
274
  { borderColor: "#a855f7", backgroundColor: "rgba(168, 85, 247, 0.60)" }
275
- ]), e = o, t = bo(null), a = bo(!1);
276
- function d(z, C) {
277
- const Y = { ...z };
278
- for (const h of Object.keys(C))
279
- C[h] !== null && typeof C[h] == "object" && !Array.isArray(C[h]) && typeof z[h] == "object" ? Y[h] = d(z[h] ?? {}, C[h]) : Y[h] = C[h];
280
- return Y;
275
+ ]), e = o, t = po(null), a = po(!1);
276
+ function c(B, k) {
277
+ const z = { ...B };
278
+ for (const y of Object.keys(k))
279
+ k[y] !== null && typeof k[y] == "object" && !Array.isArray(k[y]) && typeof B[y] == "object" ? z[y] = c(B[y] ?? {}, k[y]) : z[y] = k[y];
280
+ return z;
281
281
  }
282
- const n = O(() => !["pie", "doughnut"].includes(e.type)), m = O(() => e.height ? e.height : n.value ? "300px" : "400px"), i = O(() => {
282
+ const i = M(() => !["pie", "doughnut"].includes(e.type)), m = M(() => e.height ? e.height : i.value ? "300px" : "400px"), l = M(() => {
283
283
  if (!e.data?.datasets) return e.data;
284
- const z = e.data.datasets.map((C, Y) => {
285
- const h = r[Y % r.length];
284
+ const B = e.data.datasets.map((k, z) => {
285
+ const y = r[z % r.length];
286
286
  return ["pie", "doughnut"].includes(e.type) ? {
287
- ...C,
288
- backgroundColor: r.map((c) => c.backgroundColor),
289
- borderColor: r.map((c) => c.borderColor),
287
+ ...k,
288
+ backgroundColor: r.map((f) => f.backgroundColor),
289
+ borderColor: r.map((f) => f.borderColor),
290
290
  borderWidth: 1.5
291
291
  } : {
292
- ...C,
293
- backgroundColor: C.backgroundColor ?? h.backgroundColor,
294
- borderColor: C.borderColor ?? h.borderColor,
295
- borderWidth: C.borderWidth ?? 1.5,
292
+ ...k,
293
+ backgroundColor: k.backgroundColor ?? y.backgroundColor,
294
+ borderColor: k.borderColor ?? y.borderColor,
295
+ borderWidth: k.borderWidth ?? 1.5,
296
296
  borderRadius: e.type === "bar" ? 4 : 0
297
297
  };
298
298
  });
299
- return { ...e.data, datasets: z };
300
- }), p = O(() => ({
299
+ return { ...e.data, datasets: B };
300
+ }), b = M(() => ({
301
301
  responsive: !0,
302
302
  maintainAspectRatio: !1,
303
303
  plugins: {
@@ -311,7 +311,7 @@ const Vr = {
311
311
  }
312
312
  }
313
313
  },
314
- scales: n.value ? {
314
+ scales: i.value ? {
315
315
  x: {
316
316
  ticks: {
317
317
  color: "var(--p-text-muted-color)",
@@ -329,22 +329,22 @@ const Vr = {
329
329
  border: { display: !1 }
330
330
  }
331
331
  } : void 0
332
- })), $ = O(() => d(p.value, e.options));
332
+ })), $ = M(() => c(b.value, e.options));
333
333
  return tr(() => {
334
334
  a.value = !0;
335
335
  }), ar(() => {
336
336
  a.value = !1, t.value?.chart && t.value.chart.destroy();
337
- }), (z, C) => a.value ? (M(), A(W(hr), {
337
+ }), (B, k) => a.value ? (R(), H(T(hr), {
338
338
  key: 0,
339
339
  ref_key: "chartRef",
340
340
  ref: t,
341
341
  type: o.type,
342
- data: i.value,
342
+ data: l.value,
343
343
  options: $.value,
344
- style: Ho({ height: m.value, width: "100%" })
344
+ style: Io({ height: m.value, width: "100%" })
345
345
  }, null, 8, ["type", "data", "options", "style"])) : q("", !0);
346
346
  }
347
- }, Ir = { class: "ui-currency" }, o0 = {
347
+ }, Hr = { class: "ui-currency" }, r0 = {
348
348
  __name: "BaseCurrency",
349
349
  props: {
350
350
  modelValue: {
@@ -370,20 +370,20 @@ const Vr = {
370
370
  },
371
371
  emits: ["update:modelValue"],
372
372
  setup(o, { emit: r }) {
373
- const e = o, t = r, a = (i) => i == null || i === "" ? "" : Number(i).toLocaleString("pt-BR", {
373
+ const e = o, t = r, a = (l) => l == null || l === "" ? "" : Number(l).toLocaleString("pt-BR", {
374
374
  minimumFractionDigits: 2,
375
375
  maximumFractionDigits: 2
376
- }), d = (i) => {
377
- if (!i) return null;
378
- const p = i.replace(/\D/g, "");
379
- return p ? Number(p) / 100 : null;
380
- }, n = O(() => a(e.modelValue)), m = (i) => {
381
- const p = d(i.target.value);
382
- t("update:modelValue", p), i.target.value = a(p);
376
+ }), c = (l) => {
377
+ if (!l) return null;
378
+ const b = l.replace(/\D/g, "");
379
+ return b ? Number(b) / 100 : null;
380
+ }, i = M(() => a(e.modelValue)), m = (l) => {
381
+ const b = c(l.target.value);
382
+ t("update:modelValue", b), l.target.value = a(b);
383
383
  };
384
- return (i, p) => (M(), P("div", Ir, [
385
- so(W(nr), Q({
386
- value: n.value,
384
+ return (l, b) => (R(), P("div", Hr, [
385
+ mo(T(nr), Q({
386
+ value: i.value,
387
387
  placeholder: o.placeholder,
388
388
  disabled: o.disabled,
389
389
  readonly: o.readonly,
@@ -391,7 +391,7 @@ const Vr = {
391
391
  "w-full",
392
392
  { "p-invalid": o.invalid }
393
393
  ]
394
- }, i.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
394
+ }, l.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
395
395
  ]));
396
396
  }
397
397
  }, Ar = {
@@ -428,13 +428,13 @@ const Vr = {
428
428
  },
429
429
  emits: ["update:modelValue"],
430
430
  setup(o, { emit: r }) {
431
- const e = o, t = r, a = O({
431
+ const e = o, t = r, a = M({
432
432
  get: () => e.modelValue,
433
- set: (d) => t("update:modelValue", d)
433
+ set: (c) => t("update:modelValue", c)
434
434
  });
435
- return (d, n) => (M(), A(W($r), Q({
435
+ return (c, i) => (R(), H(T($r), Q({
436
436
  modelValue: a.value,
437
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
437
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
438
438
  mask: o.mask,
439
439
  "slot-char": o.slotChar,
440
440
  "auto-clear": o.autoClear,
@@ -444,9 +444,9 @@ const Vr = {
444
444
  "w-full",
445
445
  { "p-invalid": o.invalid }
446
446
  ]
447
- }, d.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
447
+ }, c.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
448
448
  }
449
- }, r0 = {
449
+ }, e0 = {
450
450
  __name: "BaseDate",
451
451
  props: {
452
452
  modelValue: {
@@ -494,139 +494,150 @@ const Vr = {
494
494
  default: null
495
495
  }
496
496
  },
497
- emits: ["update:modelValue", "update:textValue"],
498
- setup(o, { emit: r }) {
499
- const e = o, t = r, a = bo(null), d = bo(""), n = bo(null), m = O(() => e.selectionMode === "range"), i = (l) => String(l).padStart(2, "0"), p = (l) => {
500
- if (!(l instanceof Date) || Number.isNaN(l.getTime())) return "";
501
- const v = i(l.getDate()), b = i(l.getMonth() + 1), y = String(l.getFullYear());
502
- return `${v}/${b}/${y}`;
503
- }, $ = (l) => {
504
- if (!l || typeof l != "string") return null;
505
- const v = l.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
506
- if (!v) return null;
507
- const b = Number(v[1]), y = Number(v[2]), I = Number(v[3]);
508
- if (y < 1 || y > 12 || b < 1 || b > 31 || I < 1e3 || I > 9999) return null;
509
- const E = new Date(I, y - 1, b);
510
- return E.getFullYear() !== I || E.getMonth() !== y - 1 || E.getDate() !== b ? null : E;
511
- }, z = (l) => !(!(l instanceof Date) || Number.isNaN(l.getTime()) || e.minDate && l < e.minDate || e.maxDate && l > e.maxDate), C = (l) => {
512
- const [v, b] = l || [], y = v ? p(v) : "", I = b ? p(b) : "";
513
- return !y && !I ? "" : y && !I ? `${y} - ` : `${y} - ${I}`;
514
- }, Y = (l) => {
515
- if (!l || typeof l != "string") return null;
516
- const v = l.match(/^(.+?)\s*-\s*(.+?)$/);
517
- if (!v) return null;
518
- const b = $(v[1].trim()), y = $(v[2].trim());
519
- return !b || !y ? null : [b, y];
520
- }, h = (l) => {
521
- d.value = l, t("update:textValue", l);
522
- }, u = (l) => {
523
- h(p(l)), n.value = l;
524
- }, c = (l) => {
525
- h(C(l)), n.value = l;
526
- }, x = (l) => {
527
- if (!Array.isArray(l)) return;
528
- const [v, b] = l;
529
- !(v instanceof Date) || !(b instanceof Date) || t("update:modelValue", [v, b]);
530
- }, B = () => {
531
- h(""), n.value = null, t("update:modelValue", null);
532
- }, R = (l) => {
533
- if (h(l), !l) {
534
- n.value = null, t("update:modelValue", null);
497
+ emits: ["update:modelValue", "update:textValue", "blur"],
498
+ setup(o, { expose: r, emit: e }) {
499
+ const t = o, a = e, c = po(null), i = po(""), m = po(null), l = po(0), b = M(() => t.selectionMode === "range"), $ = (u) => String(u).padStart(2, "0"), B = (u) => {
500
+ if (!(u instanceof Date) || Number.isNaN(u.getTime())) return "";
501
+ const s = $(u.getDate()), n = $(u.getMonth() + 1), d = String(u.getFullYear());
502
+ return `${s}/${n}/${d}`;
503
+ }, k = (u) => {
504
+ if (!u || typeof u != "string") return null;
505
+ const s = u.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
506
+ if (!s) return null;
507
+ const n = Number(s[1]), d = Number(s[2]), h = Number(s[3]);
508
+ if (d < 1 || d > 12 || n < 1 || n > 31 || h < 1e3 || h > 9999) return null;
509
+ const g = new Date(h, d - 1, n);
510
+ return g.getFullYear() !== h || g.getMonth() !== d - 1 || g.getDate() !== n ? null : g;
511
+ }, z = (u) => !(!(u instanceof Date) || Number.isNaN(u.getTime()) || t.minDate && u < t.minDate || t.maxDate && u > t.maxDate), y = (u) => {
512
+ const [s, n] = u || [], d = s ? B(s) : "", h = n ? B(n) : "";
513
+ return !d && !h ? "" : d && !h ? `${d} - ` : `${d} - ${h}`;
514
+ }, p = (u) => {
515
+ if (!u || typeof u != "string") return null;
516
+ const s = u.match(/^(.+?)\s*-\s*(.+?)$/);
517
+ if (!s) return null;
518
+ const n = k(s[1].trim()), d = k(s[2].trim());
519
+ return !n || !d ? null : [n, d];
520
+ }, f = (u) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((u || "").replace(/_/g, "").trim()), v = (u) => {
521
+ i.value = u, a("update:textValue", u);
522
+ }, C = (u) => {
523
+ v(B(u)), m.value = u;
524
+ }, x = (u) => {
525
+ v(y(u)), m.value = u;
526
+ }, L = (u) => {
527
+ if (!Array.isArray(u)) return;
528
+ const [s, n] = u;
529
+ !(s instanceof Date) || !(n instanceof Date) || a("update:modelValue", [s, n]);
530
+ }, V = () => {
531
+ v(""), m.value = null, l.value += 1, a("update:modelValue", null);
532
+ }, W = (u) => {
533
+ if (v(u), !u) {
534
+ m.value = null, a("update:modelValue", null);
535
535
  return;
536
536
  }
537
- if (m.value) {
538
- const b = Y(l);
539
- if (!b) return;
540
- n.value = b, x(b);
537
+ if (b.value) {
538
+ if (!f(u)) return;
539
+ const n = p(u);
540
+ if (!n) {
541
+ a("update:modelValue", [null, null]);
542
+ return;
543
+ }
544
+ m.value = n, L(n);
541
545
  return;
542
546
  }
543
- const v = $(l);
544
- v && (n.value = v, t("update:modelValue", v));
545
- }, T = (l) => {
546
- if (l) {
547
- if (m.value) {
548
- n.value = l, c(l), x(l);
547
+ const s = k(u);
548
+ s && (m.value = s, a("update:modelValue", s));
549
+ }, F = (u) => {
550
+ if (u) {
551
+ if (b.value) {
552
+ m.value = u;
553
+ const [s, n] = u || [];
554
+ s instanceof Date && n instanceof Date && (x(u), L(u), c.value && c.value.hide());
549
555
  return;
550
556
  }
551
- u(l), t("update:modelValue", l), a.value && a.value.hide();
557
+ C(u), a("update:modelValue", u), c.value && c.value.hide();
552
558
  }
553
- }, L = (l) => {
554
- a.value && a.value.toggle(l);
555
- }, F = () => {
556
- const l = /* @__PURE__ */ new Date(), v = new Date(l.getFullYear(), l.getMonth(), l.getDate());
557
- if (z(v)) {
558
- if (m.value) {
559
- const b = [v, v];
560
- c(b), t("update:modelValue", b);
559
+ }, A = () => {
560
+ b.value && U.value && V(), a("blur");
561
+ }, j = (u) => {
562
+ c.value && c.value.toggle(u);
563
+ }, O = () => {
564
+ const u = /* @__PURE__ */ new Date(), s = new Date(u.getFullYear(), u.getMonth(), u.getDate());
565
+ if (z(s)) {
566
+ if (b.value) {
567
+ const n = [s, s];
568
+ x(n), a("update:modelValue", n);
561
569
  return;
562
570
  }
563
- u(v), t("update:modelValue", v);
571
+ C(s), a("update:modelValue", s);
564
572
  }
565
- }, j = O({
566
- get: () => d.value,
567
- set: (l) => R(l)
568
- });
569
- return ur(
570
- () => e.modelValue,
571
- (l) => {
572
- if (l === null) {
573
- (d.value !== "" || n.value !== null) && (h(""), n.value = null);
573
+ }, S = M({
574
+ get: () => i.value,
575
+ set: (u) => W(u)
576
+ }), U = M(
577
+ () => b.value && !!i.value && !f(i.value)
578
+ );
579
+ return r({ hasPartialInput: U }), ur(
580
+ () => t.modelValue,
581
+ (u) => {
582
+ if (u === null) {
583
+ (i.value !== "" || m.value !== null) && (v(""), m.value = null);
574
584
  return;
575
585
  }
576
- if (m.value) {
577
- Array.isArray(l) && c(l);
586
+ if (b.value) {
587
+ Array.isArray(u) && u[0] instanceof Date && u[1] instanceof Date && x(u);
578
588
  return;
579
589
  }
580
- l instanceof Date && u(l);
590
+ u instanceof Date && C(u);
581
591
  },
582
592
  { immediate: !0 }
583
- ), (l, v) => (M(), A(W(vr), { class: "ui-inputgroup" }, {
593
+ ), (u, s) => (R(), H(T(vr), { class: "ui-inputgroup" }, {
584
594
  default: X(() => [
585
- so(Ar, Q({
586
- modelValue: j.value,
587
- "onUpdate:modelValue": v[0] || (v[0] = (b) => j.value = b),
588
- mask: m.value ? "" : o.mask,
595
+ (R(), H(Ar, Q({
596
+ key: l.value,
597
+ modelValue: S.value,
598
+ "onUpdate:modelValue": s[0] || (s[0] = (n) => S.value = n),
599
+ mask: b.value ? "99/99/9999 - 99/99/9999" : o.mask,
589
600
  placeholder: o.placeholder,
590
601
  disabled: o.disabled,
591
602
  invalid: o.invalid
592
- }, l.$attrs), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"]),
593
- so(W(kr), { class: "ui-inputgroup-addon" }, {
603
+ }, u.$attrs, { onBlur: A }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"])),
604
+ mo(T(kr), { class: "ui-inputgroup-addon" }, {
594
605
  default: X(() => [
595
- o.showClear ? (M(), A(Fo, {
606
+ o.showClear ? (R(), H(Fo, {
596
607
  key: 0,
597
608
  type: "button",
598
609
  variant: "outline",
599
610
  disabled: o.disabled,
600
611
  "aria-label": "Limpar data",
601
- onClick: B
612
+ onClick: V
602
613
  }, {
603
- default: X(() => [...v[2] || (v[2] = [
614
+ default: X(() => [...s[2] || (s[2] = [
604
615
  Po(" Limpar ", -1)
605
616
  ])]),
606
617
  _: 1
607
618
  }, 8, ["disabled"])) : q("", !0),
608
- o.showToday ? (M(), A(Fo, {
619
+ o.showToday ? (R(), H(Fo, {
609
620
  key: 1,
610
621
  type: "button",
611
622
  variant: "outline",
612
623
  disabled: o.disabled,
613
624
  "aria-label": "Selecionar hoje",
614
- onClick: F
625
+ onClick: O
615
626
  }, {
616
- default: X(() => [...v[3] || (v[3] = [
627
+ default: X(() => [...s[3] || (s[3] = [
617
628
  Po(" Hoje ", -1)
618
629
  ])]),
619
630
  _: 1
620
631
  }, 8, ["disabled"])) : q("", !0),
621
- so(Fo, {
632
+ mo(Fo, {
622
633
  type: "button",
623
634
  variant: "ghost",
624
635
  disabled: o.disabled,
625
636
  "aria-label": "Abrir calendário",
626
- onClick: L
637
+ onClick: j
627
638
  }, {
628
639
  default: X(() => [
629
- o.calendarIcon ? (M(), A(Mo, {
640
+ o.calendarIcon ? (R(), H(Mo, {
630
641
  key: 0,
631
642
  class: "text-lg",
632
643
  icon: o.calendarIcon
@@ -637,16 +648,16 @@ const Vr = {
637
648
  ]),
638
649
  _: 1
639
650
  }),
640
- so(W(yr), {
651
+ mo(T(yr), {
641
652
  ref_key: "popoverRef",
642
- ref: a
653
+ ref: c
643
654
  }, {
644
655
  default: X(() => [
645
- so(W(ir), {
646
- modelValue: n.value,
656
+ mo(T(ir), {
657
+ modelValue: m.value,
647
658
  "onUpdate:modelValue": [
648
- v[1] || (v[1] = (b) => n.value = b),
649
- T
659
+ s[1] || (s[1] = (n) => m.value = n),
660
+ F
650
661
  ],
651
662
  inline: "",
652
663
  "selection-mode": o.selectionMode,
@@ -660,7 +671,7 @@ const Vr = {
660
671
  _: 1
661
672
  }));
662
673
  }
663
- }, e0 = {
674
+ }, t0 = {
664
675
  __name: "BaseDatePicker",
665
676
  props: {
666
677
  modelValue: {
@@ -678,19 +689,19 @@ const Vr = {
678
689
  },
679
690
  emits: ["update:modelValue"],
680
691
  setup(o, { emit: r }) {
681
- const e = o, t = r, a = O({
692
+ const e = o, t = r, a = M({
682
693
  get: () => e.modelValue,
683
- set: (d) => t("update:modelValue", d)
694
+ set: (c) => t("update:modelValue", c)
684
695
  });
685
- return (d, n) => (M(), A(W(ir), Q({
696
+ return (c, i) => (R(), H(T(ir), Q({
686
697
  modelValue: a.value,
687
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
698
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
688
699
  disabled: o.disabled,
689
700
  class: [
690
701
  "w-full",
691
702
  { "p-invalid": o.invalid }
692
703
  ]
693
- }, d.$attrs), null, 16, ["modelValue", "disabled", "class"]));
704
+ }, c.$attrs), null, 16, ["modelValue", "disabled", "class"]));
694
705
  }
695
706
  }, Ao = (o, r) => {
696
707
  const e = o.__vccOpts || o;
@@ -742,38 +753,38 @@ const Vr = {
742
753
  },
743
754
  emits: ["update:modelValue", "hide", "show"],
744
755
  setup(o, { emit: r }) {
745
- const e = o, t = r, a = O({
756
+ const e = o, t = r, a = M({
746
757
  get: () => e.modelValue,
747
758
  set: ($) => t("update:modelValue", $)
748
- }), d = {
759
+ }), c = {
749
760
  sm: "24rem",
750
761
  md: "32rem",
751
762
  lg: "48rem",
752
763
  full: "64rem"
753
- }, n = O(() => ({
754
- width: `min(92vw, ${d[e.size]})`
755
- })), m = O(() => !!(e.icon || e.content)), i = () => t("hide"), p = () => t("show");
756
- return ($, z) => (M(), A(W(dr), {
764
+ }, i = M(() => ({
765
+ width: `min(92vw, ${c[e.size]})`
766
+ })), m = M(() => !!(e.icon || e.content)), l = () => t("hide"), b = () => t("show");
767
+ return ($, B) => (R(), H(T(dr), {
757
768
  visible: a.value,
758
- "onUpdate:visible": z[0] || (z[0] = (C) => a.value = C),
769
+ "onUpdate:visible": B[0] || (B[0] = (k) => a.value = k),
759
770
  modal: "",
760
771
  draggable: !1,
761
772
  header: o.header,
762
773
  closable: o.closable,
763
774
  "dismissable-mask": o.dismissableMask,
764
775
  "close-on-escape": o.closeOnEscape,
765
- style: Ho(n.value),
766
- onHide: i,
767
- onShow: p
768
- }, Io({
776
+ style: Io(i.value),
777
+ onHide: l,
778
+ onShow: b
779
+ }, Ho({
769
780
  default: X(() => [
770
- m.value && !$.$slots.default ? (M(), P("div", Nr, [
771
- o.icon ? (M(), A(Mo, {
781
+ m.value && !$.$slots.default ? (R(), P("div", Nr, [
782
+ o.icon ? (R(), H(Mo, {
772
783
  key: 0,
773
784
  icon: o.icon,
774
785
  class: "ui-dialog-icon"
775
786
  }, null, 8, ["icon"])) : q("", !0),
776
- o.content ? (M(), P("p", Pr, oo(o.content), 1)) : q("", !0)
787
+ o.content ? (R(), P("p", Pr, oo(o.content), 1)) : q("", !0)
777
788
  ])) : q("", !0),
778
789
  G($.$slots, "default", {}, void 0, !0)
779
790
  ]),
@@ -795,7 +806,7 @@ const Vr = {
795
806
  } : void 0
796
807
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
797
808
  }
798
- }, t0 = /* @__PURE__ */ Ao(qr, [["__scopeId", "data-v-d952cadc"]]), Er = { class: "ui-drawer-content" }, a0 = /* @__PURE__ */ Object.assign({
809
+ }, a0 = /* @__PURE__ */ Ao(qr, [["__scopeId", "data-v-d952cadc"]]), Er = { class: "ui-drawer-content" }, n0 = /* @__PURE__ */ Object.assign({
799
810
  inheritAttrs: !1
800
811
  }, {
801
812
  __name: "BaseDrawer",
@@ -823,21 +834,21 @@ const Vr = {
823
834
  },
824
835
  emits: ["update:visible"],
825
836
  setup(o, { emit: r }) {
826
- const e = o, t = r, a = O(() => e.visible), d = () => t("update:visible", !1), n = (i) => {
827
- i.target === i.currentTarget && d();
828
- }, m = (i) => {
829
- t("update:visible", i);
837
+ const e = o, t = r, a = M(() => e.visible), c = () => t("update:visible", !1), i = (l) => {
838
+ l.target === l.currentTarget && c();
839
+ }, m = (l) => {
840
+ t("update:visible", l);
830
841
  };
831
- return (i, p) => (M(), P(er, null, [
832
- (M(), A(fr, { to: "body" }, [
833
- a.value ? (M(), P("div", {
842
+ return (l, b) => (R(), P(er, null, [
843
+ (R(), H(fr, { to: "body" }, [
844
+ a.value ? (R(), P("div", {
834
845
  key: 0,
835
846
  class: "ui-drawer-backdrop",
836
847
  role: "presentation",
837
- onClick: n
848
+ onClick: i
838
849
  })) : q("", !0)
839
850
  ])),
840
- so(W(Cr), Q(i.$attrs, {
851
+ mo(T(Cr), Q(l.$attrs, {
841
852
  modal: o.modal,
842
853
  dismissable: o.dismissable,
843
854
  header: o.title,
@@ -849,7 +860,7 @@ const Vr = {
849
860
  }), {
850
861
  default: X(() => [
851
862
  io("div", Er, [
852
- G(i.$slots, "default")
863
+ G(l.$slots, "default")
853
864
  ])
854
865
  ]),
855
866
  _: 3
@@ -880,15 +891,15 @@ const Vr = {
880
891
  }
881
892
  },
882
893
  setup(o) {
883
- const r = o, e = O(() => !!r.image), t = O(() => !!r.description);
884
- return (a, d) => (M(), P("div", Ur, [
894
+ const r = o, e = M(() => !!r.image), t = M(() => !!r.description);
895
+ return (a, c) => (R(), P("div", Ur, [
885
896
  io("div", _r, [
886
- e.value ? (M(), P("img", {
897
+ e.value ? (R(), P("img", {
887
898
  key: 0,
888
899
  src: o.image,
889
900
  alt: "",
890
901
  class: "ui-empty__image"
891
- }, null, 8, Xr)) : (M(), A(Mo, {
902
+ }, null, 8, Xr)) : (R(), H(Mo, {
892
903
  key: 1,
893
904
  icon: o.icon,
894
905
  class: "ui-empty__icon"
@@ -896,21 +907,21 @@ const Vr = {
896
907
  ]),
897
908
  io("div", Zr, [
898
909
  io("h3", Gr, oo(o.title), 1),
899
- t.value ? (M(), P("p", Jr, oo(o.description), 1)) : q("", !0),
910
+ t.value ? (R(), P("p", Jr, oo(o.description), 1)) : q("", !0),
900
911
  io("div", Qr, [
901
912
  G(a.$slots, "default", {}, void 0, !0)
902
913
  ])
903
914
  ])
904
915
  ]));
905
916
  }
906
- }, n0 = /* @__PURE__ */ Ao(Kr, [["__scopeId", "data-v-91327e2b"]]), oe = { class: "ui-field" }, re = ["for"], ee = { class: "ui-control" }, te = {
917
+ }, i0 = /* @__PURE__ */ Ao(Kr, [["__scopeId", "data-v-91327e2b"]]), oe = { class: "ui-field" }, re = ["for"], ee = { class: "ui-control" }, te = {
907
918
  key: 1,
908
919
  class: "ui-error",
909
920
  role: "alert"
910
921
  }, ae = {
911
922
  key: 2,
912
923
  class: "ui-help"
913
- }, i0 = {
924
+ }, d0 = {
914
925
  __name: "BaseField",
915
926
  props: {
916
927
  label: {
@@ -931,20 +942,20 @@ const Vr = {
931
942
  }
932
943
  },
933
944
  setup(o) {
934
- const r = o, e = O(() => !!r.label), t = O(() => !!r.error), a = O(() => !!r.help);
935
- return (d, n) => (M(), P("div", oe, [
936
- e.value ? (M(), P("label", {
945
+ const r = o, e = M(() => !!r.label), t = M(() => !!r.error), a = M(() => !!r.help);
946
+ return (c, i) => (R(), P("div", oe, [
947
+ e.value ? (R(), P("label", {
937
948
  key: 0,
938
949
  class: "ui-label",
939
950
  for: o.forId
940
951
  }, oo(o.label), 9, re)) : q("", !0),
941
952
  io("div", ee, [
942
- G(d.$slots, "default")
953
+ G(c.$slots, "default")
943
954
  ]),
944
- t.value ? (M(), P("small", te, oo(o.error), 1)) : a.value ? (M(), P("small", ae, oo(o.help), 1)) : q("", !0)
955
+ t.value ? (R(), P("small", te, oo(o.error), 1)) : a.value ? (R(), P("small", ae, oo(o.help), 1)) : q("", !0)
945
956
  ]));
946
957
  }
947
- }, d0 = {
958
+ }, l0 = {
948
959
  __name: "BaseInputText",
949
960
  props: {
950
961
  modelValue: {
@@ -966,22 +977,22 @@ const Vr = {
966
977
  },
967
978
  emits: ["update:modelValue"],
968
979
  setup(o, { emit: r }) {
969
- const e = o, t = r, a = O({
980
+ const e = o, t = r, a = M({
970
981
  get: () => e.modelValue,
971
- set: (d) => t("update:modelValue", d)
982
+ set: (c) => t("update:modelValue", c)
972
983
  });
973
- return (d, n) => (M(), A(W(nr), Q({
984
+ return (c, i) => (R(), H(T(nr), Q({
974
985
  modelValue: a.value,
975
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
986
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
976
987
  disabled: o.disabled,
977
988
  readonly: o.readonly,
978
989
  class: [
979
990
  "w-full",
980
991
  { "p-invalid": o.invalid }
981
992
  ]
982
- }, d.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
993
+ }, c.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
983
994
  }
984
- }, l0 = {
995
+ }, c0 = {
985
996
  __name: "BaseModal",
986
997
  props: {
987
998
  modelValue: {
@@ -1012,52 +1023,52 @@ const Vr = {
1012
1023
  },
1013
1024
  emits: ["update:modelValue", "hide", "show"],
1014
1025
  setup(o, { emit: r }) {
1015
- const e = o, t = r, a = O({
1026
+ const e = o, t = r, a = M({
1016
1027
  get: () => e.modelValue,
1017
- set: (p) => t("update:modelValue", p)
1018
- }), d = {
1028
+ set: (b) => t("update:modelValue", b)
1029
+ }), c = {
1019
1030
  sm: "24rem",
1020
1031
  md: "38rem",
1021
1032
  lg: "56rem",
1022
1033
  full: "72rem"
1023
- }, n = O(() => ({
1024
- width: `min(92vw, ${d[e.size]})`
1025
- })), m = () => t("hide"), i = () => t("show");
1026
- return (p, $) => (M(), A(W(dr), {
1034
+ }, i = M(() => ({
1035
+ width: `min(92vw, ${c[e.size]})`
1036
+ })), m = () => t("hide"), l = () => t("show");
1037
+ return (b, $) => (R(), H(T(dr), {
1027
1038
  visible: a.value,
1028
- "onUpdate:visible": $[0] || ($[0] = (z) => a.value = z),
1039
+ "onUpdate:visible": $[0] || ($[0] = (B) => a.value = B),
1029
1040
  modal: "",
1030
1041
  draggable: !1,
1031
1042
  header: o.header,
1032
1043
  closable: o.closable,
1033
1044
  "dismissable-mask": o.dismissableMask,
1034
1045
  "close-on-escape": o.closeOnEscape,
1035
- style: Ho(n.value),
1046
+ style: Io(i.value),
1036
1047
  onHide: m,
1037
- onShow: i
1038
- }, Io({
1048
+ onShow: l
1049
+ }, Ho({
1039
1050
  default: X(() => [
1040
- G(p.$slots, "default")
1051
+ G(b.$slots, "default")
1041
1052
  ]),
1042
1053
  _: 2
1043
1054
  }, [
1044
- p.$slots.header ? {
1055
+ b.$slots.header ? {
1045
1056
  name: "header",
1046
1057
  fn: X(() => [
1047
- G(p.$slots, "header")
1058
+ G(b.$slots, "header")
1048
1059
  ]),
1049
1060
  key: "0"
1050
1061
  } : void 0,
1051
- p.$slots.footer ? {
1062
+ b.$slots.footer ? {
1052
1063
  name: "footer",
1053
1064
  fn: X(() => [
1054
- G(p.$slots, "footer")
1065
+ G(b.$slots, "footer")
1055
1066
  ]),
1056
1067
  key: "1"
1057
1068
  } : void 0
1058
1069
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
1059
1070
  }
1060
- }, c0 = {
1071
+ }, s0 = {
1061
1072
  __name: "BaseMultiSelect",
1062
1073
  props: {
1063
1074
  modelValue: {
@@ -1099,13 +1110,13 @@ const Vr = {
1099
1110
  },
1100
1111
  emits: ["update:modelValue"],
1101
1112
  setup(o, { emit: r }) {
1102
- const e = o, t = r, a = O({
1113
+ const e = o, t = r, a = M({
1103
1114
  get: () => e.modelValue,
1104
- set: (d) => t("update:modelValue", d)
1115
+ set: (c) => t("update:modelValue", c)
1105
1116
  });
1106
- return (d, n) => (M(), A(W(xr), Q({
1117
+ return (c, i) => (R(), H(T(xr), Q({
1107
1118
  modelValue: a.value,
1108
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
1119
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
1109
1120
  fluid: "",
1110
1121
  options: o.options,
1111
1122
  "option-label": o.optionLabel,
@@ -1115,7 +1126,7 @@ const Vr = {
1115
1126
  loading: o.loading,
1116
1127
  filter: o.filter,
1117
1128
  class: { "p-invalid": o.invalid }
1118
- }, d.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
1129
+ }, c.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
1119
1130
  }
1120
1131
  }, ne = {
1121
1132
  __name: "BasePanel",
@@ -1139,16 +1150,16 @@ const Vr = {
1139
1150
  }
1140
1151
  },
1141
1152
  setup(o) {
1142
- const r = o, e = O(() => ({
1153
+ const r = o, e = M(() => ({
1143
1154
  "ui-panel": !0,
1144
1155
  [`ui-panel--${r.variant}`]: !!r.variant
1145
1156
  }));
1146
- return (t, a) => (M(), A(W(wr), {
1157
+ return (t, a) => (R(), H(T(wr), {
1147
1158
  header: o.header,
1148
1159
  toggleable: o.toggleable,
1149
1160
  collapsed: o.collapsed,
1150
1161
  class: So(e.value)
1151
- }, Io({
1162
+ }, Ho({
1152
1163
  default: X(() => [
1153
1164
  G(t.$slots, "default", {}, void 0, !0)
1154
1165
  ]),
@@ -1170,7 +1181,7 @@ const Vr = {
1170
1181
  } : void 0
1171
1182
  ]), 1032, ["header", "toggleable", "collapsed", "class"]));
1172
1183
  }
1173
- }, s0 = /* @__PURE__ */ Ao(ne, [["__scopeId", "data-v-cc034b6b"]]), u0 = {
1184
+ }, u0 = /* @__PURE__ */ Ao(ne, [["__scopeId", "data-v-cc034b6b"]]), f0 = {
1174
1185
  __name: "BaseRadioButton",
1175
1186
  props: {
1176
1187
  modelValue: {
@@ -1200,21 +1211,21 @@ const Vr = {
1200
1211
  },
1201
1212
  emits: ["update:modelValue"],
1202
1213
  setup(o, { emit: r }) {
1203
- const e = o, t = r, a = O({
1214
+ const e = o, t = r, a = M({
1204
1215
  get: () => e.modelValue,
1205
- set: (d) => t("update:modelValue", d)
1216
+ set: (c) => t("update:modelValue", c)
1206
1217
  });
1207
- return (d, n) => (M(), A(W(Br), Q({
1218
+ return (c, i) => (R(), H(T(Br), Q({
1208
1219
  modelValue: a.value,
1209
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
1220
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
1210
1221
  value: o.value,
1211
1222
  name: o.name,
1212
1223
  "input-id": o.inputId,
1213
1224
  disabled: o.disabled,
1214
1225
  class: [{ "p-invalid": o.invalid }]
1215
- }, d.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
1226
+ }, c.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
1216
1227
  }
1217
- }, f0 = {
1228
+ }, g0 = {
1218
1229
  __name: "BaseRouterLink",
1219
1230
  props: {
1220
1231
  to: {
@@ -1235,7 +1246,7 @@ const Vr = {
1235
1246
  }
1236
1247
  },
1237
1248
  setup(o) {
1238
- const r = o, e = O(() => r.disabled || r.loading), t = O(() => [
1249
+ const r = o, e = M(() => r.disabled || r.loading), t = M(() => [
1239
1250
  "ui-btn",
1240
1251
  {
1241
1252
  "ui-btn-primary": r.variant === "primary",
@@ -1245,11 +1256,11 @@ const Vr = {
1245
1256
  "ui-btn-disabled": e.value
1246
1257
  }
1247
1258
  ]);
1248
- return (a, d) => (M(), A(W(Rr), {
1259
+ return (a, c) => (R(), H(T(Rr), {
1249
1260
  to: e.value ? void 0 : o.to,
1250
1261
  class: So(t.value),
1251
1262
  "aria-disabled": e.value,
1252
- onClick: d[0] || (d[0] = gr((n) => e.value && n.preventDefault(), ["prevent"]))
1263
+ onClick: c[0] || (c[0] = gr((i) => e.value && i.preventDefault(), ["prevent"]))
1253
1264
  }, {
1254
1265
  default: X(() => [
1255
1266
  G(a.$slots, "default")
@@ -1260,7 +1271,7 @@ const Vr = {
1260
1271
  }, ie = { class: "ui-section-divider" }, de = {
1261
1272
  key: 0,
1262
1273
  class: "ui-section-divider__label"
1263
- }, g0 = {
1274
+ }, m0 = {
1264
1275
  __name: "BaseSectionDivider",
1265
1276
  props: {
1266
1277
  label: {
@@ -1269,13 +1280,13 @@ const Vr = {
1269
1280
  }
1270
1281
  },
1271
1282
  setup(o) {
1272
- const r = o, e = O(() => !!r.label);
1273
- return (t, a) => (M(), P("div", ie, [
1274
- e.value ? (M(), P("span", de, oo(o.label), 1)) : q("", !0),
1283
+ const r = o, e = M(() => !!r.label);
1284
+ return (t, a) => (R(), P("div", ie, [
1285
+ e.value ? (R(), P("span", de, oo(o.label), 1)) : q("", !0),
1275
1286
  a[0] || (a[0] = io("div", { class: "ui-section-divider__line" }, null, -1))
1276
1287
  ]));
1277
1288
  }
1278
- }, m0 = {
1289
+ }, p0 = {
1279
1290
  __name: "BaseSelect",
1280
1291
  props: {
1281
1292
  modelValue: {
@@ -1317,17 +1328,17 @@ const Vr = {
1317
1328
  },
1318
1329
  emits: ["update:modelValue"],
1319
1330
  setup(o, { emit: r }) {
1320
- const e = o, t = r, a = O({
1331
+ const e = o, t = r, a = M({
1321
1332
  get: () => e.modelValue,
1322
- set: (n) => t("update:modelValue", n)
1323
- }), d = O(() => e.optionEmpty ? [
1333
+ set: (i) => t("update:modelValue", i)
1334
+ }), c = M(() => e.optionEmpty ? [
1324
1335
  e.optionEmpty,
1325
1336
  ...e.options
1326
1337
  ] : e.options);
1327
- return (n, m) => (M(), A(W(Dr), Q({
1338
+ return (i, m) => (R(), H(T(Dr), Q({
1328
1339
  modelValue: a.value,
1329
- "onUpdate:modelValue": m[0] || (m[0] = (i) => a.value = i),
1330
- options: d.value,
1340
+ "onUpdate:modelValue": m[0] || (m[0] = (l) => a.value = l),
1341
+ options: c.value,
1331
1342
  "option-label": o.optionLabel,
1332
1343
  "option-value": o.optionValue,
1333
1344
  placeholder: o.placeholder,
@@ -1337,9 +1348,9 @@ const Vr = {
1337
1348
  "ui-select w-full",
1338
1349
  { "p-invalid": o.invalid }
1339
1350
  ]
1340
- }, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1351
+ }, i.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1341
1352
  }
1342
- }, p0 = {
1353
+ }, b0 = {
1343
1354
  __name: "BaseSwitch",
1344
1355
  props: {
1345
1356
  modelValue: {
@@ -1361,21 +1372,21 @@ const Vr = {
1361
1372
  },
1362
1373
  emits: ["update:modelValue"],
1363
1374
  setup(o, { emit: r }) {
1364
- const e = o, t = r, a = O({
1375
+ const e = o, t = r, a = M({
1365
1376
  get: () => e.modelValue,
1366
- set: (n) => {
1367
- e.disabled || e.loading || t("update:modelValue", n);
1377
+ set: (i) => {
1378
+ e.disabled || e.loading || t("update:modelValue", i);
1368
1379
  }
1369
- }), d = O(() => e.disabled || e.loading);
1370
- return (n, m) => (M(), A(W(Sr), {
1380
+ }), c = M(() => e.disabled || e.loading);
1381
+ return (i, m) => (R(), H(T(Sr), {
1371
1382
  modelValue: a.value,
1372
- "onUpdate:modelValue": m[0] || (m[0] = (i) => a.value = i),
1383
+ "onUpdate:modelValue": m[0] || (m[0] = (l) => a.value = l),
1373
1384
  "input-id": o.inputId,
1374
- disabled: d.value,
1385
+ disabled: c.value,
1375
1386
  class: "base-switch"
1376
1387
  }, null, 8, ["modelValue", "input-id", "disabled"]));
1377
1388
  }
1378
- }, b0 = {
1389
+ }, h0 = {
1379
1390
  __name: "BaseTextarea",
1380
1391
  props: {
1381
1392
  modelValue: {
@@ -1405,13 +1416,13 @@ const Vr = {
1405
1416
  },
1406
1417
  emits: ["update:modelValue"],
1407
1418
  setup(o, { emit: r }) {
1408
- const e = o, t = r, a = O({
1419
+ const e = o, t = r, a = M({
1409
1420
  get: () => e.modelValue,
1410
- set: (d) => t("update:modelValue", d)
1421
+ set: (c) => t("update:modelValue", c)
1411
1422
  });
1412
- return (d, n) => (M(), A(W(Mr), Q({
1423
+ return (c, i) => (R(), H(T(Mr), Q({
1413
1424
  modelValue: a.value,
1414
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
1425
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
1415
1426
  rows: o.rows,
1416
1427
  "auto-resize": o.autoResize,
1417
1428
  disabled: o.disabled,
@@ -1420,9 +1431,9 @@ const Vr = {
1420
1431
  "w-full",
1421
1432
  { "p-invalid": o.invalid }
1422
1433
  ]
1423
- }, d.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
1434
+ }, c.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
1424
1435
  }
1425
- }, h0 = {
1436
+ }, v0 = {
1426
1437
  mounted(o) {
1427
1438
  const r = () => {
1428
1439
  typeof o?.focus == "function" && o.focus();
@@ -1434,7 +1445,7 @@ const Vr = {
1434
1445
  });
1435
1446
  }
1436
1447
  };
1437
- var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, se = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, ue = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, fe = { root: le, panel: ce, header: se, content: ue }, ge = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, me = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pe = { padding: "{list.padding}", gap: "{list.gap}" }, be = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, he = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ve = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ke = { borderRadius: "{border.radius.sm}" }, ye = { padding: "{list.option.padding}" }, $e = { light: { chip: { focusBackground: "{surface.200}", focusColor: "{surface.800}" }, dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", focusColor: "{surface.0}" }, dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" } } }, Ce = { root: ge, overlay: me, list: pe, option: be, optionGroup: he, dropdown: ve, chip: ke, emptyMessage: ye, colorScheme: $e }, xe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, we = { size: "1rem" }, Be = { borderColor: "{content.background}", offset: "-0.75rem" }, Re = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, De = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Se = { root: xe, icon: we, group: Be, lg: Re, xl: De }, Me = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, ze = { size: "0.5rem" }, Ye = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ve = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Oe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Le = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Te = { root: Me, dot: ze, sm: Ye, lg: Ve, xl: Oe, colorScheme: Le }, We = { borderRadius: { none: "0", xs: "2px", sm: "4px", md: "6px", lg: "8px", xl: "12px" }, emerald: { 50: "#ecfdf5", 100: "#d1fae5", 200: "#a7f3d0", 300: "#6ee7b7", 400: "#34d399", 500: "#10b981", 600: "#059669", 700: "#047857", 800: "#065f46", 900: "#064e3b", 950: "#022c22" }, green: { 50: "#f0fdf4", 100: "#dcfce7", 200: "#bbf7d0", 300: "#86efac", 400: "#4ade80", 500: "#22c55e", 600: "#16a34a", 700: "#15803d", 800: "#166534", 900: "#14532d", 950: "#052e16" }, lime: { 50: "#f7fee7", 100: "#ecfccb", 200: "#d9f99d", 300: "#bef264", 400: "#a3e635", 500: "#84cc16", 600: "#65a30d", 700: "#4d7c0f", 800: "#3f6212", 900: "#365314", 950: "#1a2e05" }, red: { 50: "#fef2f2", 100: "#fee2e2", 200: "#fecaca", 300: "#fca5a5", 400: "#f87171", 500: "#ef4444", 600: "#dc2626", 700: "#b91c1c", 800: "#991b1b", 900: "#7f1d1d", 950: "#450a0a" }, orange: { 50: "#fff7ed", 100: "#ffedd5", 200: "#fed7aa", 300: "#fdba74", 400: "#fb923c", 500: "#f97316", 600: "#ea580c", 700: "#c2410c", 800: "#9a3412", 900: "#7c2d12", 950: "#431407" }, amber: { 50: "#fffbeb", 100: "#fef3c7", 200: "#fde68a", 300: "#fcd34d", 400: "#fbbf24", 500: "#f59e0b", 600: "#d97706", 700: "#b45309", 800: "#92400e", 900: "#78350f", 950: "#451a03" }, yellow: { 50: "#fefce8", 100: "#fef9c3", 200: "#fef08a", 300: "#fde047", 400: "#facc15", 500: "#eab308", 600: "#ca8a04", 700: "#a16207", 800: "#854d0e", 900: "#713f12", 950: "#422006" }, teal: { 50: "#f0fdfa", 100: "#ccfbf1", 200: "#99f6e4", 300: "#5eead4", 400: "#2dd4bf", 500: "#14b8a6", 600: "#0d9488", 700: "#0f766e", 800: "#115e59", 900: "#134e4a", 950: "#042f2e" }, cyan: { 50: "#ecfeff", 100: "#cffafe", 200: "#a5f3fc", 300: "#67e8f9", 400: "#22d3ee", 500: "#06b6d4", 600: "#0891b2", 700: "#0e7490", 800: "#155e75", 900: "#164e63", 950: "#083344" }, sky: { 50: "#f0f9ff", 100: "#e0f2fe", 200: "#bae6fd", 300: "#7dd3fc", 400: "#38bdf8", 500: "#0ea5e9", 600: "#0284c7", 700: "#0369a1", 800: "#075985", 900: "#0c4a6e", 950: "#082f49" }, blue: { 50: "#eff6ff", 100: "#dbeafe", 200: "#bfdbfe", 300: "#93c5fd", 400: "#60a5fa", 500: "#3b82f6", 600: "#2563eb", 700: "#1d4ed8", 800: "#1e40af", 900: "#1e3a8a", 950: "#172554" }, indigo: { 50: "#eef2ff", 100: "#e0e7ff", 200: "#c7d2fe", 300: "#a5b4fc", 400: "#818cf8", 500: "#6366f1", 600: "#4f46e5", 700: "#4338ca", 800: "#3730a3", 900: "#312e81", 950: "#1e1b4b" }, violet: { 50: "#f5f3ff", 100: "#ede9fe", 200: "#ddd6fe", 300: "#c4b5fd", 400: "#a78bfa", 500: "#8b5cf6", 600: "#7c3aed", 700: "#6d28d9", 800: "#5b21b6", 900: "#4c1d95", 950: "#2e1065" }, purple: { 50: "#faf5ff", 100: "#f3e8ff", 200: "#e9d5ff", 300: "#d8b4fe", 400: "#c084fc", 500: "#a855f7", 600: "#9333ea", 700: "#7e22ce", 800: "#6b21a8", 900: "#581c87", 950: "#3b0764" }, fuchsia: { 50: "#fdf4ff", 100: "#fae8ff", 200: "#f5d0fe", 300: "#f0abfc", 400: "#e879f9", 500: "#d946ef", 600: "#c026d3", 700: "#a21caf", 800: "#86198f", 900: "#701a75", 950: "#4a044e" }, pink: { 50: "#fdf2f8", 100: "#fce7f3", 200: "#fbcfe8", 300: "#f9a8d4", 400: "#f472b6", 500: "#ec4899", 600: "#db2777", 700: "#be185d", 800: "#9d174d", 900: "#831843", 950: "#500724" }, rose: { 50: "#fff1f2", 100: "#ffe4e6", 200: "#fecdd3", 300: "#fda4af", 400: "#fb7185", 500: "#f43f5e", 600: "#e11d48", 700: "#be123c", 800: "#9f1239", 900: "#881337", 950: "#4c0519" }, slate: { 50: "#f8fafc", 100: "#f1f5f9", 200: "#e2e8f0", 300: "#cbd5e1", 400: "#94a3b8", 500: "#64748b", 600: "#475569", 700: "#334155", 800: "#1e293b", 900: "#0f172a", 950: "#020617" }, gray: { 50: "#f9fafb", 100: "#f3f4f6", 200: "#e5e7eb", 300: "#d1d5db", 400: "#9ca3af", 500: "#6b7280", 600: "#4b5563", 700: "#374151", 800: "#1f2937", 900: "#111827", 950: "#030712" }, zinc: { 50: "#fafafa", 100: "#f4f4f5", 200: "#e4e4e7", 300: "#d4d4d8", 400: "#a1a1aa", 500: "#71717a", 600: "#52525b", 700: "#3f3f46", 800: "#27272a", 900: "#18181b", 950: "#09090b" }, neutral: { 50: "#fafafa", 100: "#f5f5f5", 200: "#e5e5e5", 300: "#d4d4d4", 400: "#a3a3a3", 500: "#737373", 600: "#525252", 700: "#404040", 800: "#262626", 900: "#171717", 950: "#0a0a0a" }, stone: { 50: "#fafaf9", 100: "#f5f5f4", 200: "#e7e5e4", 300: "#d6d3d1", 400: "#a8a29e", 500: "#78716c", 600: "#57534e", 700: "#44403c", 800: "#292524", 900: "#1c1917", 950: "#0c0a09" } }, Fe = { transitionDuration: "0.2s", focusRing: { width: "1px", style: "solid", color: "{primary.color}", offset: "2px", shadow: "none" }, disabledOpacity: "0.6", iconSize: "1rem", anchorGutter: "2px", primary: { 50: "{emerald.50}", 100: "{emerald.100}", 200: "{emerald.200}", 300: "{emerald.300}", 400: "{emerald.400}", 500: "{emerald.500}", 600: "{emerald.600}", 700: "{emerald.700}", 800: "{emerald.800}", 900: "{emerald.900}", 950: "{emerald.950}" }, formField: { paddingX: "0.75rem", paddingY: "0.5rem", sm: { fontSize: "0.875rem", paddingX: "0.625rem", paddingY: "0.375rem" }, lg: { fontSize: "1.125rem", paddingX: "0.875rem", paddingY: "0.625rem" }, borderRadius: "{border.radius.md}", focusRing: { width: "0", style: "none", color: "transparent", offset: "0", shadow: "none" }, transitionDuration: "{transition.duration}" }, list: { padding: "0.25rem 0.25rem", gap: "2px", header: { padding: "0.5rem 1rem 0.25rem 1rem" }, option: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}" }, optionGroup: { padding: "0.5rem 0.75rem", fontWeight: "600" } }, content: { borderRadius: "{border.radius.md}" }, mask: { transitionDuration: "0.3s" }, navigation: { list: { padding: "0.25rem 0.25rem", gap: "2px" }, item: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}", gap: "0.5rem" }, submenuLabel: { padding: "0.5rem 0.75rem", fontWeight: "600" }, submenuIcon: { size: "0.875rem" } }, overlay: { select: { borderRadius: "{border.radius.md}", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, popover: { borderRadius: "{border.radius.md}", padding: "0.75rem", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, modal: { borderRadius: "{border.radius.xl}", padding: "1.25rem", shadow: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" }, navigation: { shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" } }, colorScheme: { light: { surface: { 0: "#ffffff", 50: "{slate.50}", 100: "{slate.100}", 200: "{slate.200}", 300: "{slate.300}", 400: "{slate.400}", 500: "{slate.500}", 600: "{slate.600}", 700: "{slate.700}", 800: "{slate.800}", 900: "{slate.900}", 950: "{slate.950}" }, primary: { color: "{primary.500}", contrastColor: "#ffffff", hoverColor: "{primary.600}", activeColor: "{primary.700}" }, highlight: { background: "{primary.50}", focusBackground: "{primary.100}", color: "{primary.700}", focusColor: "{primary.800}" }, mask: { background: "rgba(0,0,0,0.4)", color: "{surface.200}" }, formField: { background: "{surface.0}", disabledBackground: "{surface.200}", filledBackground: "{surface.50}", filledHoverBackground: "{surface.50}", filledFocusBackground: "{surface.50}", borderColor: "{surface.300}", hoverBorderColor: "{surface.400}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.400}", color: "{surface.700}", disabledColor: "{surface.500}", placeholderColor: "{surface.500}", invalidPlaceholderColor: "{red.600}", floatLabelColor: "{surface.500}", floatLabelFocusColor: "{primary.600}", floatLabelActiveColor: "{surface.500}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.700}", hoverColor: "{surface.800}", mutedColor: "{surface.500}", hoverMutedColor: "{surface.600}" }, content: { background: "{surface.0}", hoverBackground: "{surface.100}", borderColor: "{surface.200}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, popover: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, modal: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.100}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.100}", activeBackground: "{surface.100}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } } }, dark: { surface: { 0: "#ffffff", 50: "{zinc.50}", 100: "{zinc.100}", 200: "{zinc.200}", 300: "{zinc.300}", 400: "{zinc.400}", 500: "{zinc.500}", 600: "{zinc.600}", 700: "{zinc.700}", 800: "{zinc.800}", 900: "{zinc.900}", 950: "{zinc.950}" }, primary: { color: "{primary.400}", contrastColor: "{surface.900}", hoverColor: "{primary.300}", activeColor: "{primary.200}" }, highlight: { background: "color-mix(in srgb, {primary.400}, transparent 84%)", focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)", color: "rgba(255,255,255,.87)", focusColor: "rgba(255,255,255,.87)" }, mask: { background: "rgba(0,0,0,0.6)", color: "{surface.200}" }, formField: { background: "{surface.950}", disabledBackground: "{surface.700}", filledBackground: "{surface.800}", filledHoverBackground: "{surface.800}", filledFocusBackground: "{surface.800}", borderColor: "{surface.600}", hoverBorderColor: "{surface.500}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.300}", color: "{surface.0}", disabledColor: "{surface.400}", placeholderColor: "{surface.400}", invalidPlaceholderColor: "{red.400}", floatLabelColor: "{surface.400}", floatLabelFocusColor: "{primary.color}", floatLabelActiveColor: "{surface.400}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.0}", hoverColor: "{surface.0}", mutedColor: "{surface.400}", hoverMutedColor: "{surface.300}" }, content: { background: "{surface.900}", hoverBackground: "{surface.800}", borderColor: "{surface.700}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, popover: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, modal: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.800}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.800}", activeBackground: "{surface.800}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } } } } }, je = { primitive: We, semantic: Fe }, He = { borderRadius: "{content.border.radius}" }, Ie = { root: He }, Ae = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ne = { color: "{text.muted.color}", hoverColor: "{text.color}", borderRadius: "{content.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", hoverColor: "{navigation.item.icon.focus.color}" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Pe = { color: "{navigation.item.icon.color}" }, qe = { root: Ae, item: Ne, separator: Pe }, Ee = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, Ue = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, _e = { root: Ee, colorScheme: Ue }, Xe = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, Ze = { padding: "1.25rem", gap: "0.5rem" }, Ge = { gap: "0.5rem" }, Je = { fontSize: "1.25rem", fontWeight: "500" }, Qe = { color: "{text.muted.color}" }, Ke = { root: Xe, body: Ze, caption: Ge, title: Je, subtitle: Qe }, ot = { transitionDuration: "{transition.duration}" }, rt = { gap: "0.25rem" }, et = { padding: "1rem", gap: "0.5rem" }, tt = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, at = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, nt = { root: ot, content: rt, indicatorList: et, indicator: tt, colorScheme: at }, it = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, dt = { width: "2.5rem", color: "{form.field.icon.color}" }, lt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ct = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, st = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, ut = { color: "{form.field.icon.color}" }, ft = { root: it, dropdown: dt, overlay: lt, list: ct, option: st, clearIcon: ut }, gt = { borderRadius: "{border.radius.sm}", width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, mt = { size: "0.875rem", color: "{form.field.color}", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.75rem" }, lg: { size: "1rem" } }, pt = { root: gt, icon: mt }, bt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ht = { width: "2rem", height: "2rem" }, vt = { size: "1rem" }, kt = { size: "1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" } }, yt = { light: { root: { background: "{surface.100}", color: "{surface.800}" }, icon: { color: "{surface.800}" }, removeIcon: { color: "{surface.800}" } }, dark: { root: { background: "{surface.800}", color: "{surface.0}" }, icon: { color: "{surface.0}" }, removeIcon: { color: "{surface.0}" } } }, $t = { root: bt, image: ht, icon: vt, removeIcon: kt, colorScheme: yt }, Ct = { transitionDuration: "{transition.duration}" }, xt = { width: "1.5rem", height: "1.5rem", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Bt = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Rt = { root: Ct, preview: xt, panel: wt, colorScheme: Bt }, Dt = { size: "2rem", color: "{overlay.modal.color}" }, St = { gap: "1rem" }, Mt = { icon: Dt, content: St }, zt = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Yt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Vt = { size: "1.5rem", color: "{overlay.popover.color}" }, Ot = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Lt = { root: zt, content: Yt, icon: Vt, footer: Ot }, Tt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Wt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ft = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, jt = { mobileIndent: "1rem" }, Ht = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, It = { borderColor: "{content.border.color}" }, At = { root: Tt, list: Wt, item: Ft, submenu: jt, submenuIcon: Ht, separator: It }, Nt = `
1448
+ var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, se = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, ue = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, fe = { root: le, panel: ce, header: se, content: ue }, ge = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, me = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pe = { padding: "{list.padding}", gap: "{list.gap}" }, be = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, he = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ve = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ke = { borderRadius: "{border.radius.sm}" }, ye = { padding: "{list.option.padding}" }, $e = { light: { chip: { focusBackground: "{surface.200}", focusColor: "{surface.800}" }, dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", focusColor: "{surface.0}" }, dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" } } }, Ce = { root: ge, overlay: me, list: pe, option: be, optionGroup: he, dropdown: ve, chip: ke, emptyMessage: ye, colorScheme: $e }, xe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, we = { size: "1rem" }, Be = { borderColor: "{content.background}", offset: "-0.75rem" }, Re = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, De = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Se = { root: xe, icon: we, group: Be, lg: Re, xl: De }, Me = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, ze = { size: "0.5rem" }, Ye = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ve = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Oe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Le = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Te = { root: Me, dot: ze, sm: Ye, lg: Ve, xl: Oe, colorScheme: Le }, We = { borderRadius: { none: "0", xs: "2px", sm: "4px", md: "6px", lg: "8px", xl: "12px" }, emerald: { 50: "#ecfdf5", 100: "#d1fae5", 200: "#a7f3d0", 300: "#6ee7b7", 400: "#34d399", 500: "#10b981", 600: "#059669", 700: "#047857", 800: "#065f46", 900: "#064e3b", 950: "#022c22" }, green: { 50: "#f0fdf4", 100: "#dcfce7", 200: "#bbf7d0", 300: "#86efac", 400: "#4ade80", 500: "#22c55e", 600: "#16a34a", 700: "#15803d", 800: "#166534", 900: "#14532d", 950: "#052e16" }, lime: { 50: "#f7fee7", 100: "#ecfccb", 200: "#d9f99d", 300: "#bef264", 400: "#a3e635", 500: "#84cc16", 600: "#65a30d", 700: "#4d7c0f", 800: "#3f6212", 900: "#365314", 950: "#1a2e05" }, red: { 50: "#fef2f2", 100: "#fee2e2", 200: "#fecaca", 300: "#fca5a5", 400: "#f87171", 500: "#ef4444", 600: "#dc2626", 700: "#b91c1c", 800: "#991b1b", 900: "#7f1d1d", 950: "#450a0a" }, orange: { 50: "#fff7ed", 100: "#ffedd5", 200: "#fed7aa", 300: "#fdba74", 400: "#fb923c", 500: "#f97316", 600: "#ea580c", 700: "#c2410c", 800: "#9a3412", 900: "#7c2d12", 950: "#431407" }, amber: { 50: "#fffbeb", 100: "#fef3c7", 200: "#fde68a", 300: "#fcd34d", 400: "#fbbf24", 500: "#f59e0b", 600: "#d97706", 700: "#b45309", 800: "#92400e", 900: "#78350f", 950: "#451a03" }, yellow: { 50: "#fefce8", 100: "#fef9c3", 200: "#fef08a", 300: "#fde047", 400: "#facc15", 500: "#eab308", 600: "#ca8a04", 700: "#a16207", 800: "#854d0e", 900: "#713f12", 950: "#422006" }, teal: { 50: "#f0fdfa", 100: "#ccfbf1", 200: "#99f6e4", 300: "#5eead4", 400: "#2dd4bf", 500: "#14b8a6", 600: "#0d9488", 700: "#0f766e", 800: "#115e59", 900: "#134e4a", 950: "#042f2e" }, cyan: { 50: "#ecfeff", 100: "#cffafe", 200: "#a5f3fc", 300: "#67e8f9", 400: "#22d3ee", 500: "#06b6d4", 600: "#0891b2", 700: "#0e7490", 800: "#155e75", 900: "#164e63", 950: "#083344" }, sky: { 50: "#f0f9ff", 100: "#e0f2fe", 200: "#bae6fd", 300: "#7dd3fc", 400: "#38bdf8", 500: "#0ea5e9", 600: "#0284c7", 700: "#0369a1", 800: "#075985", 900: "#0c4a6e", 950: "#082f49" }, blue: { 50: "#eff6ff", 100: "#dbeafe", 200: "#bfdbfe", 300: "#93c5fd", 400: "#60a5fa", 500: "#3b82f6", 600: "#2563eb", 700: "#1d4ed8", 800: "#1e40af", 900: "#1e3a8a", 950: "#172554" }, indigo: { 50: "#eef2ff", 100: "#e0e7ff", 200: "#c7d2fe", 300: "#a5b4fc", 400: "#818cf8", 500: "#6366f1", 600: "#4f46e5", 700: "#4338ca", 800: "#3730a3", 900: "#312e81", 950: "#1e1b4b" }, violet: { 50: "#f5f3ff", 100: "#ede9fe", 200: "#ddd6fe", 300: "#c4b5fd", 400: "#a78bfa", 500: "#8b5cf6", 600: "#7c3aed", 700: "#6d28d9", 800: "#5b21b6", 900: "#4c1d95", 950: "#2e1065" }, purple: { 50: "#faf5ff", 100: "#f3e8ff", 200: "#e9d5ff", 300: "#d8b4fe", 400: "#c084fc", 500: "#a855f7", 600: "#9333ea", 700: "#7e22ce", 800: "#6b21a8", 900: "#581c87", 950: "#3b0764" }, fuchsia: { 50: "#fdf4ff", 100: "#fae8ff", 200: "#f5d0fe", 300: "#f0abfc", 400: "#e879f9", 500: "#d946ef", 600: "#c026d3", 700: "#a21caf", 800: "#86198f", 900: "#701a75", 950: "#4a044e" }, pink: { 50: "#fdf2f8", 100: "#fce7f3", 200: "#fbcfe8", 300: "#f9a8d4", 400: "#f472b6", 500: "#ec4899", 600: "#db2777", 700: "#be185d", 800: "#9d174d", 900: "#831843", 950: "#500724" }, rose: { 50: "#fff1f2", 100: "#ffe4e6", 200: "#fecdd3", 300: "#fda4af", 400: "#fb7185", 500: "#f43f5e", 600: "#e11d48", 700: "#be123c", 800: "#9f1239", 900: "#881337", 950: "#4c0519" }, slate: { 50: "#f8fafc", 100: "#f1f5f9", 200: "#e2e8f0", 300: "#cbd5e1", 400: "#94a3b8", 500: "#64748b", 600: "#475569", 700: "#334155", 800: "#1e293b", 900: "#0f172a", 950: "#020617" }, gray: { 50: "#f9fafb", 100: "#f3f4f6", 200: "#e5e7eb", 300: "#d1d5db", 400: "#9ca3af", 500: "#6b7280", 600: "#4b5563", 700: "#374151", 800: "#1f2937", 900: "#111827", 950: "#030712" }, zinc: { 50: "#fafafa", 100: "#f4f4f5", 200: "#e4e4e7", 300: "#d4d4d8", 400: "#a1a1aa", 500: "#71717a", 600: "#52525b", 700: "#3f3f46", 800: "#27272a", 900: "#18181b", 950: "#09090b" }, neutral: { 50: "#fafafa", 100: "#f5f5f5", 200: "#e5e5e5", 300: "#d4d4d4", 400: "#a3a3a3", 500: "#737373", 600: "#525252", 700: "#404040", 800: "#262626", 900: "#171717", 950: "#0a0a0a" }, stone: { 50: "#fafaf9", 100: "#f5f5f4", 200: "#e7e5e4", 300: "#d6d3d1", 400: "#a8a29e", 500: "#78716c", 600: "#57534e", 700: "#44403c", 800: "#292524", 900: "#1c1917", 950: "#0c0a09" } }, Fe = { transitionDuration: "0.2s", focusRing: { width: "1px", style: "solid", color: "{primary.color}", offset: "2px", shadow: "none" }, disabledOpacity: "0.6", iconSize: "1rem", anchorGutter: "2px", primary: { 50: "{emerald.50}", 100: "{emerald.100}", 200: "{emerald.200}", 300: "{emerald.300}", 400: "{emerald.400}", 500: "{emerald.500}", 600: "{emerald.600}", 700: "{emerald.700}", 800: "{emerald.800}", 900: "{emerald.900}", 950: "{emerald.950}" }, formField: { paddingX: "0.75rem", paddingY: "0.5rem", sm: { fontSize: "0.875rem", paddingX: "0.625rem", paddingY: "0.375rem" }, lg: { fontSize: "1.125rem", paddingX: "0.875rem", paddingY: "0.625rem" }, borderRadius: "{border.radius.md}", focusRing: { width: "0", style: "none", color: "transparent", offset: "0", shadow: "none" }, transitionDuration: "{transition.duration}" }, list: { padding: "0.25rem 0.25rem", gap: "2px", header: { padding: "0.5rem 1rem 0.25rem 1rem" }, option: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}" }, optionGroup: { padding: "0.5rem 0.75rem", fontWeight: "600" } }, content: { borderRadius: "{border.radius.md}" }, mask: { transitionDuration: "0.3s" }, navigation: { list: { padding: "0.25rem 0.25rem", gap: "2px" }, item: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}", gap: "0.5rem" }, submenuLabel: { padding: "0.5rem 0.75rem", fontWeight: "600" }, submenuIcon: { size: "0.875rem" } }, overlay: { select: { borderRadius: "{border.radius.md}", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, popover: { borderRadius: "{border.radius.md}", padding: "0.75rem", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, modal: { borderRadius: "{border.radius.xl}", padding: "1.25rem", shadow: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" }, navigation: { shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" } }, colorScheme: { light: { surface: { 0: "#ffffff", 50: "{slate.50}", 100: "{slate.100}", 200: "{slate.200}", 300: "{slate.300}", 400: "{slate.400}", 500: "{slate.500}", 600: "{slate.600}", 700: "{slate.700}", 800: "{slate.800}", 900: "{slate.900}", 950: "{slate.950}" }, primary: { color: "{primary.500}", contrastColor: "#ffffff", hoverColor: "{primary.600}", activeColor: "{primary.700}" }, highlight: { background: "{primary.50}", focusBackground: "{primary.100}", color: "{primary.700}", focusColor: "{primary.800}" }, mask: { background: "rgba(0,0,0,0.4)", color: "{surface.200}" }, formField: { background: "{surface.0}", disabledBackground: "{surface.200}", filledBackground: "{surface.50}", filledHoverBackground: "{surface.50}", filledFocusBackground: "{surface.50}", borderColor: "{surface.300}", hoverBorderColor: "{surface.400}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.400}", color: "{surface.700}", disabledColor: "{surface.500}", placeholderColor: "{surface.500}", invalidPlaceholderColor: "{red.600}", floatLabelColor: "{surface.500}", floatLabelFocusColor: "{primary.600}", floatLabelActiveColor: "{surface.500}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.700}", hoverColor: "{surface.800}", mutedColor: "{surface.500}", hoverMutedColor: "{surface.600}" }, content: { background: "{surface.0}", hoverBackground: "{surface.100}", borderColor: "{surface.200}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, popover: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, modal: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.100}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.100}", activeBackground: "{surface.100}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } } }, dark: { surface: { 0: "#ffffff", 50: "{zinc.50}", 100: "{zinc.100}", 200: "{zinc.200}", 300: "{zinc.300}", 400: "{zinc.400}", 500: "{zinc.500}", 600: "{zinc.600}", 700: "{zinc.700}", 800: "{zinc.800}", 900: "{zinc.900}", 950: "{zinc.950}" }, primary: { color: "{primary.400}", contrastColor: "{surface.900}", hoverColor: "{primary.300}", activeColor: "{primary.200}" }, highlight: { background: "color-mix(in srgb, {primary.400}, transparent 84%)", focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)", color: "rgba(255,255,255,.87)", focusColor: "rgba(255,255,255,.87)" }, mask: { background: "rgba(0,0,0,0.6)", color: "{surface.200}" }, formField: { background: "{surface.950}", disabledBackground: "{surface.700}", filledBackground: "{surface.800}", filledHoverBackground: "{surface.800}", filledFocusBackground: "{surface.800}", borderColor: "{surface.600}", hoverBorderColor: "{surface.500}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.300}", color: "{surface.0}", disabledColor: "{surface.400}", placeholderColor: "{surface.400}", invalidPlaceholderColor: "{red.400}", floatLabelColor: "{surface.400}", floatLabelFocusColor: "{primary.color}", floatLabelActiveColor: "{surface.400}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.0}", hoverColor: "{surface.0}", mutedColor: "{surface.400}", hoverMutedColor: "{surface.300}" }, content: { background: "{surface.900}", hoverBackground: "{surface.800}", borderColor: "{surface.700}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, popover: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, modal: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.800}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.800}", activeBackground: "{surface.800}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } } } } }, je = { primitive: We, semantic: Fe }, Ie = { borderRadius: "{content.border.radius}" }, He = { root: Ie }, Ae = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ne = { color: "{text.muted.color}", hoverColor: "{text.color}", borderRadius: "{content.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", hoverColor: "{navigation.item.icon.focus.color}" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Pe = { color: "{navigation.item.icon.color}" }, qe = { root: Ae, item: Ne, separator: Pe }, Ee = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, Ue = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, _e = { root: Ee, colorScheme: Ue }, Xe = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, Ze = { padding: "1.25rem", gap: "0.5rem" }, Ge = { gap: "0.5rem" }, Je = { fontSize: "1.25rem", fontWeight: "500" }, Qe = { color: "{text.muted.color}" }, Ke = { root: Xe, body: Ze, caption: Ge, title: Je, subtitle: Qe }, ot = { transitionDuration: "{transition.duration}" }, rt = { gap: "0.25rem" }, et = { padding: "1rem", gap: "0.5rem" }, tt = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, at = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, nt = { root: ot, content: rt, indicatorList: et, indicator: tt, colorScheme: at }, it = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, dt = { width: "2.5rem", color: "{form.field.icon.color}" }, lt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ct = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, st = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, ut = { color: "{form.field.icon.color}" }, ft = { root: it, dropdown: dt, overlay: lt, list: ct, option: st, clearIcon: ut }, gt = { borderRadius: "{border.radius.sm}", width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, mt = { size: "0.875rem", color: "{form.field.color}", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.75rem" }, lg: { size: "1rem" } }, pt = { root: gt, icon: mt }, bt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ht = { width: "2rem", height: "2rem" }, vt = { size: "1rem" }, kt = { size: "1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" } }, yt = { light: { root: { background: "{surface.100}", color: "{surface.800}" }, icon: { color: "{surface.800}" }, removeIcon: { color: "{surface.800}" } }, dark: { root: { background: "{surface.800}", color: "{surface.0}" }, icon: { color: "{surface.0}" }, removeIcon: { color: "{surface.0}" } } }, $t = { root: bt, image: ht, icon: vt, removeIcon: kt, colorScheme: yt }, Ct = { transitionDuration: "{transition.duration}" }, xt = { width: "1.5rem", height: "1.5rem", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Bt = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Rt = { root: Ct, preview: xt, panel: wt, colorScheme: Bt }, Dt = { size: "2rem", color: "{overlay.modal.color}" }, St = { gap: "1rem" }, Mt = { icon: Dt, content: St }, zt = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Yt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Vt = { size: "1.5rem", color: "{overlay.popover.color}" }, Ot = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Lt = { root: zt, content: Yt, icon: Vt, footer: Ot }, Tt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Wt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ft = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, jt = { mobileIndent: "1rem" }, It = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ht = { borderColor: "{content.border.color}" }, At = { root: Tt, list: Wt, item: Ft, submenu: jt, submenuIcon: It, separator: Ht }, Nt = `
1438
1449
  li.p-autocomplete-option,
1439
1450
  div.p-cascadeselect-option-content,
1440
1451
  li.p-listbox-option,
@@ -1462,7 +1473,7 @@ var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0
1462
1473
  .p-datatable-mask.p-overlay-mask {
1463
1474
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1464
1475
  }
1465
- `, ca = { root: Pt, header: qt, headerCell: Et, columnTitle: Ut, row: _t, bodyCell: Xt, footerCell: Zt, columnFooter: Gt, footer: Jt, dropPoint: Qt, columnResizer: Kt, resizeIndicator: oa, sortIcon: ra, loadingIcon: ea, rowToggleButton: ta, filter: aa, paginatorTop: na, paginatorBottom: ia, colorScheme: da, css: la }, sa = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ua = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, fa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ga = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ma = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, pa = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ba = { root: sa, header: ua, content: fa, footer: ga, paginatorTop: ma, paginatorBottom: pa }, ha = { transitionDuration: "{transition.duration}" }, va = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, ka = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ya = { gap: "0.5rem", fontWeight: "500" }, $a = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ca = { color: "{form.field.icon.color}" }, xa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ba = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ra = { margin: "0.5rem 0 0 0" }, Da = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Sa = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ya = { margin: "0.5rem 0 0 0" }, Va = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Oa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, La = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ta = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, Wa = { root: ha, panel: va, header: ka, title: ya, dropdown: $a, inputIcon: Ca, selectMonth: xa, selectYear: wa, group: Ba, dayView: Ra, weekDay: Da, date: Sa, monthView: Ma, month: za, yearView: Ya, year: Va, buttonbar: Oa, timePicker: La, colorScheme: Ta }, Fa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, ja = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ha = { fontSize: "1.25rem", fontWeight: "600" }, Ia = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Aa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Na = { root: Fa, header: ja, title: Ha, content: Ia, footer: Aa }, Pa = { borderColor: "{content.border.color}" }, qa = { background: "{content.background}", color: "{text.color}" }, Ea = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ua = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, _a = { root: Pa, content: qa, horizontal: Ea, vertical: Ua }, Xa = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Za = { borderRadius: "{content.border.radius}", padding: "0.5rem", size: "3rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ga = { root: Xa, item: Za }, Ja = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Qa = { padding: "{overlay.modal.padding}" }, Ka = { fontSize: "1.5rem", fontWeight: "600" }, on = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, rn = { padding: "{overlay.modal.padding}" }, en = { root: Ja, header: Qa, title: Ka, content: on, footer: rn }, tn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, an = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, nn = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, dn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ln = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, cn = { toolbar: tn, toolbarItem: an, overlay: nn, overlayOption: dn, content: ln }, sn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", padding: "0 1.125rem 1.125rem 1.125rem", transitionDuration: "{transition.duration}" }, un = { background: "{content.background}", hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", borderRadius: "{content.border.radius}", borderWidth: "1px", borderColor: "transparent", padding: "0.5rem 0.75rem", gap: "0.5rem", fontWeight: "600", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, gn = { padding: "0" }, mn = { root: sn, legend: un, toggleIcon: fn, content: gn }, pn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, bn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, hn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, vn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, kn = { gap: "0.5rem" }, yn = { height: "0.25rem" }, $n = { gap: "0.5rem" }, Cn = { root: pn, header: bn, content: hn, file: vn, fileList: kn, progressbar: yn, basic: $n }, xn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, wn = { active: { top: "-1.25rem" } }, Bn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Rn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Dn = { root: xn, over: wn, in: Bn, on: Rn }, Sn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Mn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, zn = { size: "1.5rem" }, Yn = { background: "{content.background}", padding: "1rem 0.25rem" }, Vn = { size: "2rem", borderRadius: "{content.border.radius}", gutter: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, On = { size: "1rem" }, Ln = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Tn = { gap: "0.5rem", padding: "1rem" }, Wn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Fn = { background: "rgba(0, 0, 0, 0.5)" }, jn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Hn = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, In = { size: "1.5rem" }, An = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, Nn = { root: Sn, navButton: Mn, navIcon: zn, thumbnailsContent: Yn, thumbnailNavButton: Vn, thumbnailNavButtonIcon: On, caption: Ln, indicatorList: Tn, indicatorButton: Wn, insetIndicatorList: Fn, insetIndicatorButton: jn, closeButton: Hn, closeButtonIcon: In, colorScheme: An }, Pn = { color: "{form.field.icon.color}" }, qn = { icon: Pn }, En = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Un = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, _n = { root: En, input: Un }, Xn = { transitionDuration: "{transition.duration}" }, Zn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Gn = { position: { left: "auto", right: "1rem", top: "1rem", bottom: "auto" }, blur: "8px", background: "rgba(255,255,255,0.1)", borderColor: "rgba(255,255,255,0.2)", borderWidth: "1px", borderRadius: "30px", padding: ".5rem", gap: "0.5rem" }, Jn = { hoverBackground: "rgba(255,255,255,0.1)", color: "{surface.50}", hoverColor: "{surface.0}", size: "3rem", iconSize: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Qn = { root: Xn, preview: Zn, toolbar: Gn, action: Jn }, Kn = { size: "15px", hoverSize: "30px", background: "rgba(255,255,255,0.3)", hoverBackground: "rgba(255,255,255,0.3)", borderColor: "unset", hoverBorderColor: "unset", borderWidth: "0", borderRadius: "50%", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "rgba(255,255,255,0.3)", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, oi = { handle: Kn }, ri = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ei = { fontWeight: "500" }, ti = { size: "1rem" }, ai = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, ni = { root: ri, text: ei, icon: ti, colorScheme: ai }, ii = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, di = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, li = { root: ii, display: di }, ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, si = { borderRadius: "{border.radius.sm}" }, ui = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, fi = { root: ci, chip: si, colorScheme: ui }, gi = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.icon.color}", borderRadius: "{form.field.border.radius}", padding: "0.5rem", minWidth: "2.5rem" }, mi = { addon: gi }, pi = { transitionDuration: "{transition.duration}" }, bi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, hi = { light: { button: { background: "transparent", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.500}", activeColor: "{surface.600}" } }, dark: { button: { background: "transparent", hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.300}", activeColor: "{surface.200}" } } }, vi = { root: pi, button: bi, colorScheme: hi }, ki = { gap: "0.5rem" }, yi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, $i = { root: ki, input: yi }, Ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, xi = { root: Ci }, wi = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bi = { background: "{primary.color}" }, Ri = { background: "{content.border.color}" }, Di = { color: "{text.muted.color}" }, Si = { root: wi, value: Bi, range: Ri, text: Di }, Mi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", borderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", shadow: "{form.field.shadow}", borderRadius: "{form.field.border.radius}", transitionDuration: "{form.field.transition.duration}" }, zi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yi = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Vi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Oi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Li = { padding: "{list.option.padding}" }, Ti = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Wi = { root: Mi, list: zi, option: Yi, optionGroup: Vi, checkmark: Oi, emptyMessage: Li, colorScheme: Ti }, Fi = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", verticalOrientation: { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, horizontalOrientation: { padding: "0.5rem 0.75rem", gap: "0.5rem" }, transitionDuration: "{transition.duration}" }, ji = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Hi = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Ii = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ai = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ni = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Pi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qi = { borderColor: "{content.border.color}" }, Ei = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ui = { root: Fi, baseItem: ji, item: Hi, overlay: Ii, submenu: Ai, submenuLabel: Ni, submenuIcon: Pi, separator: qi, mobileButton: Ei }, _i = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Zi = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, Gi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ji = { borderColor: "{content.border.color}" }, Qi = { root: _i, list: Xi, item: Zi, submenuLabel: Gi, separator: Ji }, Ki = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.5rem 0.75rem", transitionDuration: "{transition.duration}" }, od = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, rd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ed = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", mobileIndent: "1rem", icon: { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" } }, td = { borderColor: "{content.border.color}" }, ad = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, nd = { root: Ki, baseItem: od, item: rd, submenu: ed, separator: td, mobileButton: ad }, id = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, dd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ld = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, cd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ud = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, fd = { root: { borderWidth: "1px" } }, gd = { content: { padding: "0" } }, md = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } }, outlined: { color: "{blue.600}", borderColor: "{blue.600}" }, simple: { color: "{blue.600}" } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } }, outlined: { color: "{green.600}", borderColor: "{green.600}" }, simple: { color: "{green.600}" } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } }, outlined: { color: "{yellow.600}", borderColor: "{yellow.600}" }, simple: { color: "{yellow.600}" } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } }, outlined: { color: "{red.600}", borderColor: "{red.600}" }, simple: { color: "{red.600}" } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } }, outlined: { color: "{surface.500}", borderColor: "{surface.500}" }, simple: { color: "{surface.500}" } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } }, outlined: { color: "{surface.950}", borderColor: "{surface.950}" }, simple: { color: "{surface.950}" } } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } }, outlined: { color: "{blue.500}", borderColor: "{blue.500}" }, simple: { color: "{blue.500}" } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } }, outlined: { color: "{green.500}", borderColor: "{green.500}" }, simple: { color: "{green.500}" } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } }, outlined: { color: "{yellow.500}", borderColor: "{yellow.500}" }, simple: { color: "{yellow.500}" } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } }, outlined: { color: "{red.500}", borderColor: "{red.500}" }, simple: { color: "{red.500}" } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } }, outlined: { color: "{surface.400}", borderColor: "{surface.400}" }, simple: { color: "{surface.400}" } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } }, outlined: { color: "{surface.0}", borderColor: "{surface.0}" }, simple: { color: "{surface.0}" } } } }, pd = { root: id, content: dd, text: ld, icon: cd, closeButton: sd, closeIcon: ud, outlined: fd, simple: gd, colorScheme: md }, bd = { borderRadius: "{content.border.radius}", gap: "1rem" }, hd = { background: "{content.border.color}", size: "0.5rem" }, vd = { gap: "0.5rem" }, kd = { size: "0.5rem" }, yd = { size: "1rem" }, $d = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Cd = { root: bd, meters: hd, label: vd, labelMarker: kd, labelIcon: yd, labelList: $d }, xd = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, wd = { width: "2.5rem", color: "{form.field.icon.color}" }, Bd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Rd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Dd = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", gap: "0.5rem" }, Sd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Md = { color: "{form.field.icon.color}" }, zd = { borderRadius: "{border.radius.sm}" }, Yd = { padding: "{list.option.padding}" }, Vd = { root: xd, dropdown: wd, overlay: Bd, list: Rd, option: Dd, optionGroup: Sd, chip: zd, clearIcon: Md, emptyMessage: Yd }, Od = { gap: "1.125rem" }, Ld = { gap: "0.5rem" }, Td = { root: Od, controls: Ld }, Wd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Fd = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, jd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Hd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Id = { root: Wd, node: Fd, nodeToggleButton: jd, connector: Hd }, Ad = { outline: { width: "2px", color: "{content.background}" } }, Nd = { root: Ad }, Pd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, qd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ed = { color: "{text.muted.color}" }, Ud = { maxWidth: "2.5rem" }, _d = { root: Pd, navButton: qd, currentPageReport: Ed, jumpToPageInput: Ud }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Zd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Gd = { padding: "0.375rem 1.125rem" }, Jd = { fontWeight: "600" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { padding: "0 1.125rem 1.125rem 1.125rem" }, ol = { root: Xd, header: Zd, toggleableHeader: Gd, title: Jd, content: Qd, footer: Kd }, rl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, el = { background: "{content.background}", borderColor: "{content.border.color}", borderWidth: "1px", color: "{content.color}", padding: "0.25rem 0.25rem", borderRadius: "{content.border.radius}", first: { borderWidth: "1px", topBorderRadius: "{content.border.radius}" }, last: { borderWidth: "1px", bottomBorderRadius: "{content.border.radius}" } }, tl = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, al = { indent: "1rem" }, nl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, il = { root: rl, panel: el, item: tl, submenu: al, submenuIcon: nl }, dl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ll = { color: "{form.field.icon.color}" }, cl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", padding: "{overlay.popover.padding}", shadow: "{overlay.popover.shadow}" }, sl = { gap: "0.5rem" }, ul = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, fl = { meter: dl, icon: ll, overlay: cl, content: sl, colorScheme: ul }, gl = { gap: "1.125rem" }, ml = { gap: "0.5rem" }, pl = { root: gl, controls: ml }, bl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, hl = { padding: "{overlay.popover.padding}" }, vl = { root: bl, content: hl }, kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, yl = { background: "{primary.color}" }, $l = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Cl = { root: kl, value: yl, label: $l }, xl = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, wl = { colorScheme: xl }, Bl = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Rl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Dl = { root: Bl, icon: Rl }, Sl = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ml = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, zl = { root: Sl, icon: Ml }, Yl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Vl = { colorScheme: Yl }, Ol = { transitionDuration: "{transition.duration}" }, Ll = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Tl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Wl = { root: Ol, bar: Ll, colorScheme: Tl }, Fl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, jl = { width: "2.5rem", color: "{form.field.icon.color}" }, Hl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Il = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Al = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Nl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pl = { color: "{form.field.icon.color}" }, ql = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, El = { padding: "{list.option.padding}" }, Ul = { root: Fl, dropdown: jl, overlay: Hl, list: Il, option: Al, optionGroup: Nl, clearIcon: Pl, checkmark: ql, emptyMessage: El }, _l = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Zl = { root: _l, colorScheme: Xl }, Gl = { borderRadius: "{content.border.radius}" }, Jl = { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { transitionDuration: "{transition.duration}" }, oc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, rc = { background: "{primary.color}" }, ec = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, tc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ac = { root: Kl, track: oc, range: rc, handle: ec, colorScheme: tc }, nc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ic = { root: nc }, dc = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, lc = { root: dc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sc = { background: "{content.border.color}" }, uc = { size: "24px", background: "transparent", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fc = { root: cc, gutter: sc, handle: uc }, gc = { transitionDuration: "{transition.duration}" }, mc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, pc = { padding: "0.5rem", gap: "1rem" }, bc = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, hc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, vc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, kc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, yc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, $c = { root: gc, separator: mc, step: pc, stepHeader: bc, stepTitle: hc, stepNumber: vc, steppanels: kc, steppanel: yc }, Cc = { transitionDuration: "{transition.duration}" }, xc = { background: "{content.border.color}" }, wc = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Rc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Dc = { root: Cc, separator: xc, itemLink: wc, itemLabel: Bc, itemNumber: Rc }, Sc = { transitionDuration: "{transition.duration}" }, Mc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, zc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Yc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Vc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oc = { root: Sc, tablist: Mc, item: zc, itemIcon: Yc, activeBar: Vc }, Lc = { transitionDuration: "{transition.duration}" }, Tc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Wc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Fc = { background: "{content.background}", color: "{content.color}", padding: "0.875rem 1.125rem 1.125rem 1.125rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "inset {focus.ring.shadow}" } }, jc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Hc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Ic = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Ac = { root: Lc, tablist: Tc, tab: Wc, tabpanel: Fc, navButton: jc, activeBar: Hc, colorScheme: Ic }, Nc = { transitionDuration: "{transition.duration}" }, Pc = { background: "{content.background}", borderColor: "{content.border.color}" }, qc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ec = { background: "{content.background}", color: "{content.color}" }, Uc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, _c = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Xc = { root: Nc, tabList: Pc, tab: qc, tabPanel: Ec, navButton: Uc, colorScheme: _c }, Zc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Gc = { size: "0.75rem" }, Jc = { light: { primary: { background: "{primary.100}", color: "{primary.700}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.100}", color: "{green.700}" }, info: { background: "{sky.100}", color: "{sky.700}" }, warn: { background: "{orange.100}", color: "{orange.700}" }, danger: { background: "{red.100}", color: "{red.700}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "color-mix(in srgb, {primary.500}, transparent 84%)", color: "{primary.300}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", color: "{green.300}" }, info: { background: "color-mix(in srgb, {sky.500}, transparent 84%)", color: "{sky.300}" }, warn: { background: "color-mix(in srgb, {orange.500}, transparent 84%)", color: "{orange.300}" }, danger: { background: "color-mix(in srgb, {red.500}, transparent 84%)", color: "{red.300}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Qc = { root: Zc, icon: Gc, colorScheme: Jc }, Kc = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, os = { gap: "0.25rem" }, rs = { margin: "2px 0" }, es = { root: Kc, prompt: os, commandResponse: rs }, ts = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, as = { root: ts }, ns = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, is = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ds = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ls = { mobileIndent: "1rem" }, cs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ss = { borderColor: "{content.border.color}" }, us = { root: ns, list: is, item: ds, submenu: ls, submenuIcon: cs, separator: ss }, fs = { minHeight: "5rem" }, gs = { eventContent: { padding: "1rem 0" } }, ms = { eventContent: { padding: "0 1rem" } }, ps = { size: "1.125rem", borderRadius: "50%", borderWidth: "2px", background: "{content.background}", borderColor: "{content.border.color}", content: { borderRadius: "50%", size: "0.375rem", background: "{primary.color}", insetShadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" } }, bs = { color: "{content.border.color}", size: "2px" }, hs = { event: fs, horizontal: gs, vertical: ms, eventMarker: ps, eventConnector: bs }, vs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ks = { size: "1.125rem" }, ys = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, $s = { gap: "0.5rem" }, Cs = { fontWeight: "500", fontSize: "1rem" }, xs = { fontWeight: "500", fontSize: "0.875rem" }, ws = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Bs = { size: "1rem" }, Rs = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, Ds = { root: vs, icon: ks, content: ys, text: $s, summary: Cs, detail: xs, closeButton: ws, closeIcon: Bs, colorScheme: Rs }, Ss = { padding: "0.25rem", borderRadius: "{content.border.radius}", gap: "0.5rem", fontWeight: "500", disabledBackground: "{form.field.disabled.background}", disabledBorderColor: "{form.field.disabled.background}", disabledColor: "{form.field.disabled.color}", invalidBorderColor: "{form.field.invalid.border.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", padding: "0.25rem" }, lg: { fontSize: "{form.field.lg.font.size}", padding: "0.25rem" } }, Ms = { disabledColor: "{form.field.disabled.color}" }, zs = { padding: "0.25rem 0.75rem", borderRadius: "{content.border.radius}", checkedShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)", sm: { padding: "0.25rem 0.75rem" }, lg: { padding: "0.25rem 0.75rem" } }, Ys = { light: { root: { background: "{surface.100}", checkedBackground: "{surface.100}", hoverBackground: "{surface.100}", borderColor: "{surface.100}", color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}", checkedBorderColor: "{surface.100}" }, content: { checkedBackground: "{surface.0}" }, icon: { color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}" } }, dark: { root: { background: "{surface.950}", checkedBackground: "{surface.950}", hoverBackground: "{surface.950}", borderColor: "{surface.950}", color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}", checkedBorderColor: "{surface.950}" }, content: { checkedBackground: "{surface.800}" }, icon: { color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}" } } }, Vs = { root: Ss, icon: Ms, content: zs, colorScheme: Ys }, Os = { width: "2.5rem", height: "1.5rem", borderRadius: "30px", gap: "0.25rem", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, borderWidth: "1px", borderColor: "transparent", hoverBorderColor: "transparent", checkedBorderColor: "transparent", checkedHoverBorderColor: "transparent", invalidBorderColor: "{form.field.invalid.border.color}", transitionDuration: "{form.field.transition.duration}", slideDuration: "0.2s" }, Ls = { borderRadius: "50%", size: "1rem" }, Ts = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, Ws = { root: Os, handle: Ls, colorScheme: Ts }, Fs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, js = { root: Fs }, Hs = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Is = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, As = { root: Hs, colorScheme: Is }, Ns = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ps = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, qs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Es = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Us = { size: "2rem" }, _s = { margin: "0 0 0.5rem 0" }, Xs = `
1476
+ `, ca = { root: Pt, header: qt, headerCell: Et, columnTitle: Ut, row: _t, bodyCell: Xt, footerCell: Zt, columnFooter: Gt, footer: Jt, dropPoint: Qt, columnResizer: Kt, resizeIndicator: oa, sortIcon: ra, loadingIcon: ea, rowToggleButton: ta, filter: aa, paginatorTop: na, paginatorBottom: ia, colorScheme: da, css: la }, sa = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ua = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, fa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ga = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ma = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, pa = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ba = { root: sa, header: ua, content: fa, footer: ga, paginatorTop: ma, paginatorBottom: pa }, ha = { transitionDuration: "{transition.duration}" }, va = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, ka = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ya = { gap: "0.5rem", fontWeight: "500" }, $a = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ca = { color: "{form.field.icon.color}" }, xa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ba = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ra = { margin: "0.5rem 0 0 0" }, Da = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Sa = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ya = { margin: "0.5rem 0 0 0" }, Va = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Oa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, La = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ta = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, Wa = { root: ha, panel: va, header: ka, title: ya, dropdown: $a, inputIcon: Ca, selectMonth: xa, selectYear: wa, group: Ba, dayView: Ra, weekDay: Da, date: Sa, monthView: Ma, month: za, yearView: Ya, year: Va, buttonbar: Oa, timePicker: La, colorScheme: Ta }, Fa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, ja = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ia = { fontSize: "1.25rem", fontWeight: "600" }, Ha = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Aa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Na = { root: Fa, header: ja, title: Ia, content: Ha, footer: Aa }, Pa = { borderColor: "{content.border.color}" }, qa = { background: "{content.background}", color: "{text.color}" }, Ea = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ua = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, _a = { root: Pa, content: qa, horizontal: Ea, vertical: Ua }, Xa = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Za = { borderRadius: "{content.border.radius}", padding: "0.5rem", size: "3rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ga = { root: Xa, item: Za }, Ja = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Qa = { padding: "{overlay.modal.padding}" }, Ka = { fontSize: "1.5rem", fontWeight: "600" }, on = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, rn = { padding: "{overlay.modal.padding}" }, en = { root: Ja, header: Qa, title: Ka, content: on, footer: rn }, tn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, an = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, nn = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, dn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ln = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, cn = { toolbar: tn, toolbarItem: an, overlay: nn, overlayOption: dn, content: ln }, sn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", padding: "0 1.125rem 1.125rem 1.125rem", transitionDuration: "{transition.duration}" }, un = { background: "{content.background}", hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", borderRadius: "{content.border.radius}", borderWidth: "1px", borderColor: "transparent", padding: "0.5rem 0.75rem", gap: "0.5rem", fontWeight: "600", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, gn = { padding: "0" }, mn = { root: sn, legend: un, toggleIcon: fn, content: gn }, pn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, bn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, hn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, vn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, kn = { gap: "0.5rem" }, yn = { height: "0.25rem" }, $n = { gap: "0.5rem" }, Cn = { root: pn, header: bn, content: hn, file: vn, fileList: kn, progressbar: yn, basic: $n }, xn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, wn = { active: { top: "-1.25rem" } }, Bn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Rn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Dn = { root: xn, over: wn, in: Bn, on: Rn }, Sn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Mn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, zn = { size: "1.5rem" }, Yn = { background: "{content.background}", padding: "1rem 0.25rem" }, Vn = { size: "2rem", borderRadius: "{content.border.radius}", gutter: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, On = { size: "1rem" }, Ln = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Tn = { gap: "0.5rem", padding: "1rem" }, Wn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Fn = { background: "rgba(0, 0, 0, 0.5)" }, jn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, In = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Hn = { size: "1.5rem" }, An = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, Nn = { root: Sn, navButton: Mn, navIcon: zn, thumbnailsContent: Yn, thumbnailNavButton: Vn, thumbnailNavButtonIcon: On, caption: Ln, indicatorList: Tn, indicatorButton: Wn, insetIndicatorList: Fn, insetIndicatorButton: jn, closeButton: In, closeButtonIcon: Hn, colorScheme: An }, Pn = { color: "{form.field.icon.color}" }, qn = { icon: Pn }, En = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Un = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, _n = { root: En, input: Un }, Xn = { transitionDuration: "{transition.duration}" }, Zn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Gn = { position: { left: "auto", right: "1rem", top: "1rem", bottom: "auto" }, blur: "8px", background: "rgba(255,255,255,0.1)", borderColor: "rgba(255,255,255,0.2)", borderWidth: "1px", borderRadius: "30px", padding: ".5rem", gap: "0.5rem" }, Jn = { hoverBackground: "rgba(255,255,255,0.1)", color: "{surface.50}", hoverColor: "{surface.0}", size: "3rem", iconSize: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Qn = { root: Xn, preview: Zn, toolbar: Gn, action: Jn }, Kn = { size: "15px", hoverSize: "30px", background: "rgba(255,255,255,0.3)", hoverBackground: "rgba(255,255,255,0.3)", borderColor: "unset", hoverBorderColor: "unset", borderWidth: "0", borderRadius: "50%", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "rgba(255,255,255,0.3)", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, oi = { handle: Kn }, ri = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ei = { fontWeight: "500" }, ti = { size: "1rem" }, ai = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, ni = { root: ri, text: ei, icon: ti, colorScheme: ai }, ii = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, di = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, li = { root: ii, display: di }, ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, si = { borderRadius: "{border.radius.sm}" }, ui = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, fi = { root: ci, chip: si, colorScheme: ui }, gi = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.icon.color}", borderRadius: "{form.field.border.radius}", padding: "0.5rem", minWidth: "2.5rem" }, mi = { addon: gi }, pi = { transitionDuration: "{transition.duration}" }, bi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, hi = { light: { button: { background: "transparent", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.500}", activeColor: "{surface.600}" } }, dark: { button: { background: "transparent", hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.300}", activeColor: "{surface.200}" } } }, vi = { root: pi, button: bi, colorScheme: hi }, ki = { gap: "0.5rem" }, yi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, $i = { root: ki, input: yi }, Ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, xi = { root: Ci }, wi = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bi = { background: "{primary.color}" }, Ri = { background: "{content.border.color}" }, Di = { color: "{text.muted.color}" }, Si = { root: wi, value: Bi, range: Ri, text: Di }, Mi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", borderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", shadow: "{form.field.shadow}", borderRadius: "{form.field.border.radius}", transitionDuration: "{form.field.transition.duration}" }, zi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yi = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Vi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Oi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Li = { padding: "{list.option.padding}" }, Ti = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Wi = { root: Mi, list: zi, option: Yi, optionGroup: Vi, checkmark: Oi, emptyMessage: Li, colorScheme: Ti }, Fi = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", verticalOrientation: { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, horizontalOrientation: { padding: "0.5rem 0.75rem", gap: "0.5rem" }, transitionDuration: "{transition.duration}" }, ji = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Ii = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Hi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ai = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ni = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Pi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qi = { borderColor: "{content.border.color}" }, Ei = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ui = { root: Fi, baseItem: ji, item: Ii, overlay: Hi, submenu: Ai, submenuLabel: Ni, submenuIcon: Pi, separator: qi, mobileButton: Ei }, _i = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Zi = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, Gi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ji = { borderColor: "{content.border.color}" }, Qi = { root: _i, list: Xi, item: Zi, submenuLabel: Gi, separator: Ji }, Ki = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.5rem 0.75rem", transitionDuration: "{transition.duration}" }, od = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, rd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ed = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", mobileIndent: "1rem", icon: { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" } }, td = { borderColor: "{content.border.color}" }, ad = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, nd = { root: Ki, baseItem: od, item: rd, submenu: ed, separator: td, mobileButton: ad }, id = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, dd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ld = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, cd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ud = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, fd = { root: { borderWidth: "1px" } }, gd = { content: { padding: "0" } }, md = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } }, outlined: { color: "{blue.600}", borderColor: "{blue.600}" }, simple: { color: "{blue.600}" } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } }, outlined: { color: "{green.600}", borderColor: "{green.600}" }, simple: { color: "{green.600}" } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } }, outlined: { color: "{yellow.600}", borderColor: "{yellow.600}" }, simple: { color: "{yellow.600}" } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } }, outlined: { color: "{red.600}", borderColor: "{red.600}" }, simple: { color: "{red.600}" } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } }, outlined: { color: "{surface.500}", borderColor: "{surface.500}" }, simple: { color: "{surface.500}" } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } }, outlined: { color: "{surface.950}", borderColor: "{surface.950}" }, simple: { color: "{surface.950}" } } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } }, outlined: { color: "{blue.500}", borderColor: "{blue.500}" }, simple: { color: "{blue.500}" } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } }, outlined: { color: "{green.500}", borderColor: "{green.500}" }, simple: { color: "{green.500}" } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } }, outlined: { color: "{yellow.500}", borderColor: "{yellow.500}" }, simple: { color: "{yellow.500}" } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } }, outlined: { color: "{red.500}", borderColor: "{red.500}" }, simple: { color: "{red.500}" } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } }, outlined: { color: "{surface.400}", borderColor: "{surface.400}" }, simple: { color: "{surface.400}" } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } }, outlined: { color: "{surface.0}", borderColor: "{surface.0}" }, simple: { color: "{surface.0}" } } } }, pd = { root: id, content: dd, text: ld, icon: cd, closeButton: sd, closeIcon: ud, outlined: fd, simple: gd, colorScheme: md }, bd = { borderRadius: "{content.border.radius}", gap: "1rem" }, hd = { background: "{content.border.color}", size: "0.5rem" }, vd = { gap: "0.5rem" }, kd = { size: "0.5rem" }, yd = { size: "1rem" }, $d = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Cd = { root: bd, meters: hd, label: vd, labelMarker: kd, labelIcon: yd, labelList: $d }, xd = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, wd = { width: "2.5rem", color: "{form.field.icon.color}" }, Bd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Rd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Dd = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", gap: "0.5rem" }, Sd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Md = { color: "{form.field.icon.color}" }, zd = { borderRadius: "{border.radius.sm}" }, Yd = { padding: "{list.option.padding}" }, Vd = { root: xd, dropdown: wd, overlay: Bd, list: Rd, option: Dd, optionGroup: Sd, chip: zd, clearIcon: Md, emptyMessage: Yd }, Od = { gap: "1.125rem" }, Ld = { gap: "0.5rem" }, Td = { root: Od, controls: Ld }, Wd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Fd = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, jd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Id = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Hd = { root: Wd, node: Fd, nodeToggleButton: jd, connector: Id }, Ad = { outline: { width: "2px", color: "{content.background}" } }, Nd = { root: Ad }, Pd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, qd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ed = { color: "{text.muted.color}" }, Ud = { maxWidth: "2.5rem" }, _d = { root: Pd, navButton: qd, currentPageReport: Ed, jumpToPageInput: Ud }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Zd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Gd = { padding: "0.375rem 1.125rem" }, Jd = { fontWeight: "600" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { padding: "0 1.125rem 1.125rem 1.125rem" }, ol = { root: Xd, header: Zd, toggleableHeader: Gd, title: Jd, content: Qd, footer: Kd }, rl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, el = { background: "{content.background}", borderColor: "{content.border.color}", borderWidth: "1px", color: "{content.color}", padding: "0.25rem 0.25rem", borderRadius: "{content.border.radius}", first: { borderWidth: "1px", topBorderRadius: "{content.border.radius}" }, last: { borderWidth: "1px", bottomBorderRadius: "{content.border.radius}" } }, tl = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, al = { indent: "1rem" }, nl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, il = { root: rl, panel: el, item: tl, submenu: al, submenuIcon: nl }, dl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ll = { color: "{form.field.icon.color}" }, cl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", padding: "{overlay.popover.padding}", shadow: "{overlay.popover.shadow}" }, sl = { gap: "0.5rem" }, ul = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, fl = { meter: dl, icon: ll, overlay: cl, content: sl, colorScheme: ul }, gl = { gap: "1.125rem" }, ml = { gap: "0.5rem" }, pl = { root: gl, controls: ml }, bl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, hl = { padding: "{overlay.popover.padding}" }, vl = { root: bl, content: hl }, kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, yl = { background: "{primary.color}" }, $l = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Cl = { root: kl, value: yl, label: $l }, xl = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, wl = { colorScheme: xl }, Bl = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Rl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Dl = { root: Bl, icon: Rl }, Sl = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ml = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, zl = { root: Sl, icon: Ml }, Yl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Vl = { colorScheme: Yl }, Ol = { transitionDuration: "{transition.duration}" }, Ll = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Tl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Wl = { root: Ol, bar: Ll, colorScheme: Tl }, Fl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, jl = { width: "2.5rem", color: "{form.field.icon.color}" }, Il = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Hl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Al = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Nl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pl = { color: "{form.field.icon.color}" }, ql = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, El = { padding: "{list.option.padding}" }, Ul = { root: Fl, dropdown: jl, overlay: Il, list: Hl, option: Al, optionGroup: Nl, clearIcon: Pl, checkmark: ql, emptyMessage: El }, _l = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Zl = { root: _l, colorScheme: Xl }, Gl = { borderRadius: "{content.border.radius}" }, Jl = { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { transitionDuration: "{transition.duration}" }, oc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, rc = { background: "{primary.color}" }, ec = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, tc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ac = { root: Kl, track: oc, range: rc, handle: ec, colorScheme: tc }, nc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ic = { root: nc }, dc = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, lc = { root: dc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sc = { background: "{content.border.color}" }, uc = { size: "24px", background: "transparent", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fc = { root: cc, gutter: sc, handle: uc }, gc = { transitionDuration: "{transition.duration}" }, mc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, pc = { padding: "0.5rem", gap: "1rem" }, bc = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, hc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, vc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, kc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, yc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, $c = { root: gc, separator: mc, step: pc, stepHeader: bc, stepTitle: hc, stepNumber: vc, steppanels: kc, steppanel: yc }, Cc = { transitionDuration: "{transition.duration}" }, xc = { background: "{content.border.color}" }, wc = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Rc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Dc = { root: Cc, separator: xc, itemLink: wc, itemLabel: Bc, itemNumber: Rc }, Sc = { transitionDuration: "{transition.duration}" }, Mc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, zc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Yc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Vc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oc = { root: Sc, tablist: Mc, item: zc, itemIcon: Yc, activeBar: Vc }, Lc = { transitionDuration: "{transition.duration}" }, Tc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Wc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Fc = { background: "{content.background}", color: "{content.color}", padding: "0.875rem 1.125rem 1.125rem 1.125rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "inset {focus.ring.shadow}" } }, jc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Ic = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Hc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Ac = { root: Lc, tablist: Tc, tab: Wc, tabpanel: Fc, navButton: jc, activeBar: Ic, colorScheme: Hc }, Nc = { transitionDuration: "{transition.duration}" }, Pc = { background: "{content.background}", borderColor: "{content.border.color}" }, qc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ec = { background: "{content.background}", color: "{content.color}" }, Uc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, _c = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Xc = { root: Nc, tabList: Pc, tab: qc, tabPanel: Ec, navButton: Uc, colorScheme: _c }, Zc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Gc = { size: "0.75rem" }, Jc = { light: { primary: { background: "{primary.100}", color: "{primary.700}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.100}", color: "{green.700}" }, info: { background: "{sky.100}", color: "{sky.700}" }, warn: { background: "{orange.100}", color: "{orange.700}" }, danger: { background: "{red.100}", color: "{red.700}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "color-mix(in srgb, {primary.500}, transparent 84%)", color: "{primary.300}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", color: "{green.300}" }, info: { background: "color-mix(in srgb, {sky.500}, transparent 84%)", color: "{sky.300}" }, warn: { background: "color-mix(in srgb, {orange.500}, transparent 84%)", color: "{orange.300}" }, danger: { background: "color-mix(in srgb, {red.500}, transparent 84%)", color: "{red.300}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Qc = { root: Zc, icon: Gc, colorScheme: Jc }, Kc = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, os = { gap: "0.25rem" }, rs = { margin: "2px 0" }, es = { root: Kc, prompt: os, commandResponse: rs }, ts = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, as = { root: ts }, ns = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, is = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ds = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ls = { mobileIndent: "1rem" }, cs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ss = { borderColor: "{content.border.color}" }, us = { root: ns, list: is, item: ds, submenu: ls, submenuIcon: cs, separator: ss }, fs = { minHeight: "5rem" }, gs = { eventContent: { padding: "1rem 0" } }, ms = { eventContent: { padding: "0 1rem" } }, ps = { size: "1.125rem", borderRadius: "50%", borderWidth: "2px", background: "{content.background}", borderColor: "{content.border.color}", content: { borderRadius: "50%", size: "0.375rem", background: "{primary.color}", insetShadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" } }, bs = { color: "{content.border.color}", size: "2px" }, hs = { event: fs, horizontal: gs, vertical: ms, eventMarker: ps, eventConnector: bs }, vs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ks = { size: "1.125rem" }, ys = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, $s = { gap: "0.5rem" }, Cs = { fontWeight: "500", fontSize: "1rem" }, xs = { fontWeight: "500", fontSize: "0.875rem" }, ws = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Bs = { size: "1rem" }, Rs = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, Ds = { root: vs, icon: ks, content: ys, text: $s, summary: Cs, detail: xs, closeButton: ws, closeIcon: Bs, colorScheme: Rs }, Ss = { padding: "0.25rem", borderRadius: "{content.border.radius}", gap: "0.5rem", fontWeight: "500", disabledBackground: "{form.field.disabled.background}", disabledBorderColor: "{form.field.disabled.background}", disabledColor: "{form.field.disabled.color}", invalidBorderColor: "{form.field.invalid.border.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", padding: "0.25rem" }, lg: { fontSize: "{form.field.lg.font.size}", padding: "0.25rem" } }, Ms = { disabledColor: "{form.field.disabled.color}" }, zs = { padding: "0.25rem 0.75rem", borderRadius: "{content.border.radius}", checkedShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)", sm: { padding: "0.25rem 0.75rem" }, lg: { padding: "0.25rem 0.75rem" } }, Ys = { light: { root: { background: "{surface.100}", checkedBackground: "{surface.100}", hoverBackground: "{surface.100}", borderColor: "{surface.100}", color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}", checkedBorderColor: "{surface.100}" }, content: { checkedBackground: "{surface.0}" }, icon: { color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}" } }, dark: { root: { background: "{surface.950}", checkedBackground: "{surface.950}", hoverBackground: "{surface.950}", borderColor: "{surface.950}", color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}", checkedBorderColor: "{surface.950}" }, content: { checkedBackground: "{surface.800}" }, icon: { color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}" } } }, Vs = { root: Ss, icon: Ms, content: zs, colorScheme: Ys }, Os = { width: "2.5rem", height: "1.5rem", borderRadius: "30px", gap: "0.25rem", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, borderWidth: "1px", borderColor: "transparent", hoverBorderColor: "transparent", checkedBorderColor: "transparent", checkedHoverBorderColor: "transparent", invalidBorderColor: "{form.field.invalid.border.color}", transitionDuration: "{form.field.transition.duration}", slideDuration: "0.2s" }, Ls = { borderRadius: "50%", size: "1rem" }, Ts = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, Ws = { root: Os, handle: Ls, colorScheme: Ts }, Fs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, js = { root: Fs }, Is = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Hs = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, As = { root: Is, colorScheme: Hs }, Ns = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ps = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, qs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Es = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Us = { size: "2rem" }, _s = { margin: "0 0 0.5rem 0" }, Xs = `
1466
1477
  .p-tree-mask.p-overlay-mask {
1467
1478
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1468
1479
  }
@@ -1474,7 +1485,7 @@ var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0
1474
1485
  for (var e in r || (r = {})) Su.call(r, e) && Eo(o, e, r[e]);
1475
1486
  if (qo) for (var e of qo(r)) Mu.call(r, e) && Eo(o, e, r[e]);
1476
1487
  return o;
1477
- })({}, je), Ru(Uo, Du({ components: { accordion: fe, autocomplete: Ce, avatar: Se, badge: Te, blockui: Ie, breadcrumb: qe, button: _e, card: Ke, carousel: nt, cascadeselect: ft, checkbox: pt, chip: $t, colorpicker: Rt, confirmdialog: Mt, confirmpopup: Lt, contextmenu: At, datatable: ca, dataview: ba, datepicker: Wa, dialog: Na, divider: _a, dock: Ga, drawer: en, editor: cn, fieldset: mn, fileupload: Cn, floatlabel: Dn, galleria: Nn, iconfield: qn, iftalabel: _n, image: Qn, imagecompare: oi, inlinemessage: ni, inplace: li, inputchips: fi, inputgroup: mi, inputnumber: vi, inputotp: $i, inputtext: xi, knob: Si, listbox: Wi, megamenu: Ui, menu: Qi, menubar: nd, message: pd, metergroup: Cd, multiselect: Vd, orderlist: Td, organizationchart: Id, overlaybadge: Nd, paginator: _d, panel: ol, panelmenu: il, password: fl, picklist: pl, popover: vl, progressbar: Cl, progressspinner: wl, radiobutton: Dl, rating: zl, ripple: Vl, scrollpanel: Wl, select: Ul, selectbutton: Zl, skeleton: Ql, slider: ac, speeddial: ic, splitbutton: lc, splitter: fc, stepper: $c, steps: Dc, tabmenu: Oc, tabs: Ac, tabview: Xc, tag: Qc, terminal: es, textarea: as, tieredmenu: us, timeline: hs, toast: Ds, togglebutton: Vs, toggleswitch: Ws, toolbar: js, tooltip: As, tree: Zs, treeselect: tu, treetable: Cu, virtualscroller: wu }, css: Nt })));
1488
+ })({}, je), Ru(Uo, Du({ components: { accordion: fe, autocomplete: Ce, avatar: Se, badge: Te, blockui: He, breadcrumb: qe, button: _e, card: Ke, carousel: nt, cascadeselect: ft, checkbox: pt, chip: $t, colorpicker: Rt, confirmdialog: Mt, confirmpopup: Lt, contextmenu: At, datatable: ca, dataview: ba, datepicker: Wa, dialog: Na, divider: _a, dock: Ga, drawer: en, editor: cn, fieldset: mn, fileupload: Cn, floatlabel: Dn, galleria: Nn, iconfield: qn, iftalabel: _n, image: Qn, imagecompare: oi, inlinemessage: ni, inplace: li, inputchips: fi, inputgroup: mi, inputnumber: vi, inputotp: $i, inputtext: xi, knob: Si, listbox: Wi, megamenu: Ui, menu: Qi, menubar: nd, message: pd, metergroup: Cd, multiselect: Vd, orderlist: Td, organizationchart: Hd, overlaybadge: Nd, paginator: _d, panel: ol, panelmenu: il, password: fl, picklist: pl, popover: vl, progressbar: Cl, progressspinner: wl, radiobutton: Dl, rating: zl, ripple: Vl, scrollpanel: Wl, select: Ul, selectbutton: Zl, skeleton: Ql, slider: ac, speeddial: ic, splitbutton: lc, splitter: fc, stepper: $c, steps: Dc, tabmenu: Oc, tabs: Ac, tabview: Xc, tag: Qc, terminal: es, textarea: as, tieredmenu: us, timeline: hs, toast: Ds, togglebutton: Vs, toggleswitch: Ws, toolbar: js, tooltip: As, tree: Zs, treeselect: tu, treetable: Cu, virtualscroller: wu }, css: Nt })));
1478
1489
  const Yu = {
1479
1490
  startsWith: "Começa com",
1480
1491
  contains: "Contém",
@@ -1540,7 +1551,7 @@ const Yu = {
1540
1551
  firstDayOfWeek: 1,
1541
1552
  dateFormat: "dd/mm/yy"
1542
1553
  };
1543
- function v0(o) {
1554
+ function k0(o) {
1544
1555
  o.use(zr, {
1545
1556
  locale: Yu,
1546
1557
  ripple: !0,
@@ -1556,7 +1567,7 @@ function v0(o) {
1556
1567
  }
1557
1568
  });
1558
1569
  }
1559
- function k0() {
1570
+ function y0() {
1560
1571
  const o = Yr();
1561
1572
  return { success: (t, a = "Sucesso") => {
1562
1573
  o.add({
@@ -1574,7 +1585,7 @@ function k0() {
1574
1585
  });
1575
1586
  } };
1576
1587
  }
1577
- function y0(o, r) {
1588
+ function $0(o, r) {
1578
1589
  function e(t) {
1579
1590
  o.value && (o.value.contains(t.target) || r(t));
1580
1591
  }
@@ -1593,275 +1604,275 @@ function lr() {
1593
1604
  (function(e, t) {
1594
1605
  o.exports = t();
1595
1606
  })(Vu, (function() {
1596
- var e = 1e3, t = 6e4, a = 36e5, d = "millisecond", n = "second", m = "minute", i = "hour", p = "day", $ = "week", z = "month", C = "quarter", Y = "year", h = "date", u = "Invalid Date", c = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, x = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, B = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(w) {
1597
- var f = ["th", "st", "nd", "rd"], s = w % 100;
1598
- return "[" + w + (f[(s - 20) % 10] || f[s] || f[0]) + "]";
1599
- } }, R = function(w, f, s) {
1600
- var k = String(w);
1601
- return !k || k.length >= f ? w : "" + Array(f + 1 - k.length).join(s) + w;
1602
- }, T = { s: R, z: function(w) {
1603
- var f = -w.utcOffset(), s = Math.abs(f), k = Math.floor(s / 60), g = s % 60;
1604
- return (f <= 0 ? "+" : "-") + R(k, 2, "0") + ":" + R(g, 2, "0");
1605
- }, m: function w(f, s) {
1606
- if (f.date() < s.date()) return -w(s, f);
1607
- var k = 12 * (s.year() - f.year()) + (s.month() - f.month()), g = f.clone().add(k, z), D = s - g < 0, S = f.clone().add(k + (D ? -1 : 1), z);
1608
- return +(-(k + (s - g) / (D ? g - S : S - g)) || 0);
1609
- }, a: function(w) {
1610
- return w < 0 ? Math.ceil(w) || 0 : Math.floor(w);
1611
- }, p: function(w) {
1612
- return { M: z, y: Y, w: $, d: p, D: h, h: i, m, s: n, ms: d, Q: C }[w] || String(w || "").toLowerCase().replace(/s$/, "");
1613
- }, u: function(w) {
1614
- return w === void 0;
1615
- } }, L = "en", F = {};
1616
- F[L] = B;
1617
- var j = "$isDayjsObject", l = function(w) {
1618
- return w instanceof I || !(!w || !w[j]);
1619
- }, v = function w(f, s, k) {
1607
+ var e = 1e3, t = 6e4, a = 36e5, c = "millisecond", i = "second", m = "minute", l = "hour", b = "day", $ = "week", B = "month", k = "quarter", z = "year", y = "date", p = "Invalid Date", f = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, C = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(s) {
1608
+ var n = ["th", "st", "nd", "rd"], d = s % 100;
1609
+ return "[" + s + (n[(d - 20) % 10] || n[d] || n[0]) + "]";
1610
+ } }, x = function(s, n, d) {
1611
+ var h = String(s);
1612
+ return !h || h.length >= n ? s : "" + Array(n + 1 - h.length).join(d) + s;
1613
+ }, L = { s: x, z: function(s) {
1614
+ var n = -s.utcOffset(), d = Math.abs(n), h = Math.floor(d / 60), g = d % 60;
1615
+ return (n <= 0 ? "+" : "-") + x(h, 2, "0") + ":" + x(g, 2, "0");
1616
+ }, m: function s(n, d) {
1617
+ if (n.date() < d.date()) return -s(d, n);
1618
+ var h = 12 * (d.year() - n.year()) + (d.month() - n.month()), g = n.clone().add(h, B), w = d - g < 0, D = n.clone().add(h + (w ? -1 : 1), B);
1619
+ return +(-(h + (d - g) / (w ? g - D : D - g)) || 0);
1620
+ }, a: function(s) {
1621
+ return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
1622
+ }, p: function(s) {
1623
+ return { M: B, y: z, w: $, d: b, D: y, h: l, m, s: i, ms: c, Q: k }[s] || String(s || "").toLowerCase().replace(/s$/, "");
1624
+ }, u: function(s) {
1625
+ return s === void 0;
1626
+ } }, V = "en", W = {};
1627
+ W[V] = C;
1628
+ var F = "$isDayjsObject", A = function(s) {
1629
+ return s instanceof U || !(!s || !s[F]);
1630
+ }, j = function s(n, d, h) {
1620
1631
  var g;
1621
- if (!f) return L;
1622
- if (typeof f == "string") {
1623
- var D = f.toLowerCase();
1624
- F[D] && (g = D), s && (F[D] = s, g = D);
1625
- var S = f.split("-");
1626
- if (!g && S.length > 1) return w(S[0]);
1632
+ if (!n) return V;
1633
+ if (typeof n == "string") {
1634
+ var w = n.toLowerCase();
1635
+ W[w] && (g = w), d && (W[w] = d, g = w);
1636
+ var D = n.split("-");
1637
+ if (!g && D.length > 1) return s(D[0]);
1627
1638
  } else {
1628
- var V = f.name;
1629
- F[V] = f, g = V;
1639
+ var Y = n.name;
1640
+ W[Y] = n, g = Y;
1630
1641
  }
1631
- return !k && g && (L = g), g || !k && L;
1632
- }, b = function(w, f) {
1633
- if (l(w)) return w.clone();
1634
- var s = typeof f == "object" ? f : {};
1635
- return s.date = w, s.args = arguments, new I(s);
1636
- }, y = T;
1637
- y.l = v, y.i = l, y.w = function(w, f) {
1638
- return b(w, { locale: f.$L, utc: f.$u, x: f.$x, $offset: f.$offset });
1642
+ return !h && g && (V = g), g || !h && V;
1643
+ }, O = function(s, n) {
1644
+ if (A(s)) return s.clone();
1645
+ var d = typeof n == "object" ? n : {};
1646
+ return d.date = s, d.args = arguments, new U(d);
1647
+ }, S = L;
1648
+ S.l = j, S.i = A, S.w = function(s, n) {
1649
+ return O(s, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
1639
1650
  };
1640
- var I = (function() {
1641
- function w(s) {
1642
- this.$L = v(s.locale, null, !0), this.parse(s), this.$x = this.$x || s.x || {}, this[j] = !0;
1651
+ var U = (function() {
1652
+ function s(d) {
1653
+ this.$L = j(d.locale, null, !0), this.parse(d), this.$x = this.$x || d.x || {}, this[F] = !0;
1643
1654
  }
1644
- var f = w.prototype;
1645
- return f.parse = function(s) {
1646
- this.$d = (function(k) {
1647
- var g = k.date, D = k.utc;
1655
+ var n = s.prototype;
1656
+ return n.parse = function(d) {
1657
+ this.$d = (function(h) {
1658
+ var g = h.date, w = h.utc;
1648
1659
  if (g === null) return /* @__PURE__ */ new Date(NaN);
1649
- if (y.u(g)) return /* @__PURE__ */ new Date();
1660
+ if (S.u(g)) return /* @__PURE__ */ new Date();
1650
1661
  if (g instanceof Date) return new Date(g);
1651
1662
  if (typeof g == "string" && !/Z$/i.test(g)) {
1652
- var S = g.match(c);
1653
- if (S) {
1654
- var V = S[2] - 1 || 0, H = (S[7] || "0").substring(0, 3);
1655
- return D ? new Date(Date.UTC(S[1], V, S[3] || 1, S[4] || 0, S[5] || 0, S[6] || 0, H)) : new Date(S[1], V, S[3] || 1, S[4] || 0, S[5] || 0, S[6] || 0, H);
1663
+ var D = g.match(f);
1664
+ if (D) {
1665
+ var Y = D[2] - 1 || 0, I = (D[7] || "0").substring(0, 3);
1666
+ return w ? new Date(Date.UTC(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, I)) : new Date(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, I);
1656
1667
  }
1657
1668
  }
1658
1669
  return new Date(g);
1659
- })(s), this.init();
1660
- }, f.init = function() {
1661
- var s = this.$d;
1662
- this.$y = s.getFullYear(), this.$M = s.getMonth(), this.$D = s.getDate(), this.$W = s.getDay(), this.$H = s.getHours(), this.$m = s.getMinutes(), this.$s = s.getSeconds(), this.$ms = s.getMilliseconds();
1663
- }, f.$utils = function() {
1664
- return y;
1665
- }, f.isValid = function() {
1666
- return this.$d.toString() !== u;
1667
- }, f.isSame = function(s, k) {
1668
- var g = b(s);
1669
- return this.startOf(k) <= g && g <= this.endOf(k);
1670
- }, f.isAfter = function(s, k) {
1671
- return b(s) < this.startOf(k);
1672
- }, f.isBefore = function(s, k) {
1673
- return this.endOf(k) < b(s);
1674
- }, f.$g = function(s, k, g) {
1675
- return y.u(s) ? this[k] : this.set(g, s);
1676
- }, f.unix = function() {
1670
+ })(d), this.init();
1671
+ }, n.init = function() {
1672
+ var d = this.$d;
1673
+ this.$y = d.getFullYear(), this.$M = d.getMonth(), this.$D = d.getDate(), this.$W = d.getDay(), this.$H = d.getHours(), this.$m = d.getMinutes(), this.$s = d.getSeconds(), this.$ms = d.getMilliseconds();
1674
+ }, n.$utils = function() {
1675
+ return S;
1676
+ }, n.isValid = function() {
1677
+ return this.$d.toString() !== p;
1678
+ }, n.isSame = function(d, h) {
1679
+ var g = O(d);
1680
+ return this.startOf(h) <= g && g <= this.endOf(h);
1681
+ }, n.isAfter = function(d, h) {
1682
+ return O(d) < this.startOf(h);
1683
+ }, n.isBefore = function(d, h) {
1684
+ return this.endOf(h) < O(d);
1685
+ }, n.$g = function(d, h, g) {
1686
+ return S.u(d) ? this[h] : this.set(g, d);
1687
+ }, n.unix = function() {
1677
1688
  return Math.floor(this.valueOf() / 1e3);
1678
- }, f.valueOf = function() {
1689
+ }, n.valueOf = function() {
1679
1690
  return this.$d.getTime();
1680
- }, f.startOf = function(s, k) {
1681
- var g = this, D = !!y.u(k) || k, S = y.p(s), V = function(ro, Z) {
1682
- var K = y.w(g.$u ? Date.UTC(g.$y, Z, ro) : new Date(g.$y, Z, ro), g);
1683
- return D ? K : K.endOf(p);
1684
- }, H = function(ro, Z) {
1685
- return y.w(g.toDate()[ro].apply(g.toDate("s"), (D ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Z)), g);
1691
+ }, n.startOf = function(d, h) {
1692
+ var g = this, w = !!S.u(h) || h, D = S.p(d), Y = function(ro, Z) {
1693
+ var K = S.w(g.$u ? Date.UTC(g.$y, Z, ro) : new Date(g.$y, Z, ro), g);
1694
+ return w ? K : K.endOf(b);
1695
+ }, I = function(ro, Z) {
1696
+ return S.w(g.toDate()[ro].apply(g.toDate("s"), (w ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Z)), g);
1686
1697
  }, N = this.$W, _ = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
1687
- switch (S) {
1688
- case Y:
1689
- return D ? V(1, 0) : V(31, 11);
1698
+ switch (D) {
1690
1699
  case z:
1691
- return D ? V(1, _) : V(0, _ + 1);
1700
+ return w ? Y(1, 0) : Y(31, 11);
1701
+ case B:
1702
+ return w ? Y(1, _) : Y(0, _ + 1);
1692
1703
  case $:
1693
- var ao = this.$locale().weekStart || 0, mo = (N < ao ? N + 7 : N) - ao;
1694
- return V(D ? J - mo : J + (6 - mo), _);
1695
- case p:
1696
- case h:
1697
- return H(lo + "Hours", 0);
1698
- case i:
1699
- return H(lo + "Minutes", 1);
1704
+ var ao = this.$locale().weekStart || 0, go = (N < ao ? N + 7 : N) - ao;
1705
+ return Y(w ? J - go : J + (6 - go), _);
1706
+ case b:
1707
+ case y:
1708
+ return I(lo + "Hours", 0);
1709
+ case l:
1710
+ return I(lo + "Minutes", 1);
1700
1711
  case m:
1701
- return H(lo + "Seconds", 2);
1702
- case n:
1703
- return H(lo + "Milliseconds", 3);
1712
+ return I(lo + "Seconds", 2);
1713
+ case i:
1714
+ return I(lo + "Milliseconds", 3);
1704
1715
  default:
1705
1716
  return this.clone();
1706
1717
  }
1707
- }, f.endOf = function(s) {
1708
- return this.startOf(s, !1);
1709
- }, f.$set = function(s, k) {
1710
- var g, D = y.p(s), S = "set" + (this.$u ? "UTC" : ""), V = (g = {}, g[p] = S + "Date", g[h] = S + "Date", g[z] = S + "Month", g[Y] = S + "FullYear", g[i] = S + "Hours", g[m] = S + "Minutes", g[n] = S + "Seconds", g[d] = S + "Milliseconds", g)[D], H = D === p ? this.$D + (k - this.$W) : k;
1711
- if (D === z || D === Y) {
1712
- var N = this.clone().set(h, 1);
1713
- N.$d[V](H), N.init(), this.$d = N.set(h, Math.min(this.$D, N.daysInMonth())).$d;
1714
- } else V && this.$d[V](H);
1718
+ }, n.endOf = function(d) {
1719
+ return this.startOf(d, !1);
1720
+ }, n.$set = function(d, h) {
1721
+ var g, w = S.p(d), D = "set" + (this.$u ? "UTC" : ""), Y = (g = {}, g[b] = D + "Date", g[y] = D + "Date", g[B] = D + "Month", g[z] = D + "FullYear", g[l] = D + "Hours", g[m] = D + "Minutes", g[i] = D + "Seconds", g[c] = D + "Milliseconds", g)[w], I = w === b ? this.$D + (h - this.$W) : h;
1722
+ if (w === B || w === z) {
1723
+ var N = this.clone().set(y, 1);
1724
+ N.$d[Y](I), N.init(), this.$d = N.set(y, Math.min(this.$D, N.daysInMonth())).$d;
1725
+ } else Y && this.$d[Y](I);
1715
1726
  return this.init(), this;
1716
- }, f.set = function(s, k) {
1717
- return this.clone().$set(s, k);
1718
- }, f.get = function(s) {
1719
- return this[y.p(s)]();
1720
- }, f.add = function(s, k) {
1721
- var g, D = this;
1722
- s = Number(s);
1723
- var S = y.p(k), V = function(_) {
1724
- var J = b(D);
1725
- return y.w(J.date(J.date() + Math.round(_ * s)), D);
1727
+ }, n.set = function(d, h) {
1728
+ return this.clone().$set(d, h);
1729
+ }, n.get = function(d) {
1730
+ return this[S.p(d)]();
1731
+ }, n.add = function(d, h) {
1732
+ var g, w = this;
1733
+ d = Number(d);
1734
+ var D = S.p(h), Y = function(_) {
1735
+ var J = O(w);
1736
+ return S.w(J.date(J.date() + Math.round(_ * d)), w);
1726
1737
  };
1727
- if (S === z) return this.set(z, this.$M + s);
1728
- if (S === Y) return this.set(Y, this.$y + s);
1729
- if (S === p) return V(1);
1730
- if (S === $) return V(7);
1731
- var H = (g = {}, g[m] = t, g[i] = a, g[n] = e, g)[S] || 1, N = this.$d.getTime() + s * H;
1732
- return y.w(N, this);
1733
- }, f.subtract = function(s, k) {
1734
- return this.add(-1 * s, k);
1735
- }, f.format = function(s) {
1736
- var k = this, g = this.$locale();
1737
- if (!this.isValid()) return g.invalidDate || u;
1738
- var D = s || "YYYY-MM-DDTHH:mm:ssZ", S = y.z(this), V = this.$H, H = this.$m, N = this.$M, _ = g.weekdays, J = g.months, lo = g.meridiem, ao = function(Z, K, no, co) {
1739
- return Z && (Z[K] || Z(k, D)) || no[K].slice(0, co);
1740
- }, mo = function(Z) {
1741
- return y.s(V % 12 || 12, Z, "0");
1738
+ if (D === B) return this.set(B, this.$M + d);
1739
+ if (D === z) return this.set(z, this.$y + d);
1740
+ if (D === b) return Y(1);
1741
+ if (D === $) return Y(7);
1742
+ var I = (g = {}, g[m] = t, g[l] = a, g[i] = e, g)[D] || 1, N = this.$d.getTime() + d * I;
1743
+ return S.w(N, this);
1744
+ }, n.subtract = function(d, h) {
1745
+ return this.add(-1 * d, h);
1746
+ }, n.format = function(d) {
1747
+ var h = this, g = this.$locale();
1748
+ if (!this.isValid()) return g.invalidDate || p;
1749
+ var w = d || "YYYY-MM-DDTHH:mm:ssZ", D = S.z(this), Y = this.$H, I = this.$m, N = this.$M, _ = g.weekdays, J = g.months, lo = g.meridiem, ao = function(Z, K, no, co) {
1750
+ return Z && (Z[K] || Z(h, w)) || no[K].slice(0, co);
1751
+ }, go = function(Z) {
1752
+ return S.s(Y % 12 || 12, Z, "0");
1742
1753
  }, ro = lo || function(Z, K, no) {
1743
1754
  var co = Z < 12 ? "AM" : "PM";
1744
1755
  return no ? co.toLowerCase() : co;
1745
1756
  };
1746
- return D.replace(x, (function(Z, K) {
1757
+ return w.replace(v, (function(Z, K) {
1747
1758
  return K || (function(no) {
1748
1759
  switch (no) {
1749
1760
  case "YY":
1750
- return String(k.$y).slice(-2);
1761
+ return String(h.$y).slice(-2);
1751
1762
  case "YYYY":
1752
- return y.s(k.$y, 4, "0");
1763
+ return S.s(h.$y, 4, "0");
1753
1764
  case "M":
1754
1765
  return N + 1;
1755
1766
  case "MM":
1756
- return y.s(N + 1, 2, "0");
1767
+ return S.s(N + 1, 2, "0");
1757
1768
  case "MMM":
1758
1769
  return ao(g.monthsShort, N, J, 3);
1759
1770
  case "MMMM":
1760
1771
  return ao(J, N);
1761
1772
  case "D":
1762
- return k.$D;
1773
+ return h.$D;
1763
1774
  case "DD":
1764
- return y.s(k.$D, 2, "0");
1775
+ return S.s(h.$D, 2, "0");
1765
1776
  case "d":
1766
- return String(k.$W);
1777
+ return String(h.$W);
1767
1778
  case "dd":
1768
- return ao(g.weekdaysMin, k.$W, _, 2);
1779
+ return ao(g.weekdaysMin, h.$W, _, 2);
1769
1780
  case "ddd":
1770
- return ao(g.weekdaysShort, k.$W, _, 3);
1781
+ return ao(g.weekdaysShort, h.$W, _, 3);
1771
1782
  case "dddd":
1772
- return _[k.$W];
1783
+ return _[h.$W];
1773
1784
  case "H":
1774
- return String(V);
1785
+ return String(Y);
1775
1786
  case "HH":
1776
- return y.s(V, 2, "0");
1787
+ return S.s(Y, 2, "0");
1777
1788
  case "h":
1778
- return mo(1);
1789
+ return go(1);
1779
1790
  case "hh":
1780
- return mo(2);
1791
+ return go(2);
1781
1792
  case "a":
1782
- return ro(V, H, !0);
1793
+ return ro(Y, I, !0);
1783
1794
  case "A":
1784
- return ro(V, H, !1);
1795
+ return ro(Y, I, !1);
1785
1796
  case "m":
1786
- return String(H);
1797
+ return String(I);
1787
1798
  case "mm":
1788
- return y.s(H, 2, "0");
1799
+ return S.s(I, 2, "0");
1789
1800
  case "s":
1790
- return String(k.$s);
1801
+ return String(h.$s);
1791
1802
  case "ss":
1792
- return y.s(k.$s, 2, "0");
1803
+ return S.s(h.$s, 2, "0");
1793
1804
  case "SSS":
1794
- return y.s(k.$ms, 3, "0");
1805
+ return S.s(h.$ms, 3, "0");
1795
1806
  case "Z":
1796
- return S;
1807
+ return D;
1797
1808
  }
1798
1809
  return null;
1799
- })(Z) || S.replace(":", "");
1810
+ })(Z) || D.replace(":", "");
1800
1811
  }));
1801
- }, f.utcOffset = function() {
1812
+ }, n.utcOffset = function() {
1802
1813
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
1803
- }, f.diff = function(s, k, g) {
1804
- var D, S = this, V = y.p(k), H = b(s), N = (H.utcOffset() - this.utcOffset()) * t, _ = this - H, J = function() {
1805
- return y.m(S, H);
1814
+ }, n.diff = function(d, h, g) {
1815
+ var w, D = this, Y = S.p(h), I = O(d), N = (I.utcOffset() - this.utcOffset()) * t, _ = this - I, J = function() {
1816
+ return S.m(D, I);
1806
1817
  };
1807
- switch (V) {
1808
- case Y:
1809
- D = J() / 12;
1810
- break;
1818
+ switch (Y) {
1811
1819
  case z:
1812
- D = J();
1820
+ w = J() / 12;
1821
+ break;
1822
+ case B:
1823
+ w = J();
1813
1824
  break;
1814
- case C:
1815
- D = J() / 3;
1825
+ case k:
1826
+ w = J() / 3;
1816
1827
  break;
1817
1828
  case $:
1818
- D = (_ - N) / 6048e5;
1829
+ w = (_ - N) / 6048e5;
1819
1830
  break;
1820
- case p:
1821
- D = (_ - N) / 864e5;
1831
+ case b:
1832
+ w = (_ - N) / 864e5;
1822
1833
  break;
1823
- case i:
1824
- D = _ / a;
1834
+ case l:
1835
+ w = _ / a;
1825
1836
  break;
1826
1837
  case m:
1827
- D = _ / t;
1838
+ w = _ / t;
1828
1839
  break;
1829
- case n:
1830
- D = _ / e;
1840
+ case i:
1841
+ w = _ / e;
1831
1842
  break;
1832
1843
  default:
1833
- D = _;
1844
+ w = _;
1834
1845
  }
1835
- return g ? D : y.a(D);
1836
- }, f.daysInMonth = function() {
1837
- return this.endOf(z).$D;
1838
- }, f.$locale = function() {
1839
- return F[this.$L];
1840
- }, f.locale = function(s, k) {
1841
- if (!s) return this.$L;
1842
- var g = this.clone(), D = v(s, k, !0);
1843
- return D && (g.$L = D), g;
1844
- }, f.clone = function() {
1845
- return y.w(this.$d, this);
1846
- }, f.toDate = function() {
1846
+ return g ? w : S.a(w);
1847
+ }, n.daysInMonth = function() {
1848
+ return this.endOf(B).$D;
1849
+ }, n.$locale = function() {
1850
+ return W[this.$L];
1851
+ }, n.locale = function(d, h) {
1852
+ if (!d) return this.$L;
1853
+ var g = this.clone(), w = j(d, h, !0);
1854
+ return w && (g.$L = w), g;
1855
+ }, n.clone = function() {
1856
+ return S.w(this.$d, this);
1857
+ }, n.toDate = function() {
1847
1858
  return new Date(this.valueOf());
1848
- }, f.toJSON = function() {
1859
+ }, n.toJSON = function() {
1849
1860
  return this.isValid() ? this.toISOString() : null;
1850
- }, f.toISOString = function() {
1861
+ }, n.toISOString = function() {
1851
1862
  return this.$d.toISOString();
1852
- }, f.toString = function() {
1863
+ }, n.toString = function() {
1853
1864
  return this.$d.toUTCString();
1854
- }, w;
1855
- })(), E = I.prototype;
1856
- return b.prototype = E, [["$ms", d], ["$s", n], ["$m", m], ["$H", i], ["$W", p], ["$M", z], ["$y", Y], ["$D", h]].forEach((function(w) {
1857
- E[w[1]] = function(f) {
1858
- return this.$g(f, w[0], w[1]);
1865
+ }, s;
1866
+ })(), u = U.prototype;
1867
+ return O.prototype = u, [["$ms", c], ["$s", i], ["$m", m], ["$H", l], ["$W", b], ["$M", B], ["$y", z], ["$D", y]].forEach((function(s) {
1868
+ u[s[1]] = function(n) {
1869
+ return this.$g(n, s[0], s[1]);
1859
1870
  };
1860
- })), b.extend = function(w, f) {
1861
- return w.$i || (w(f, I, b), w.$i = !0), b;
1862
- }, b.locale = v, b.isDayjs = l, b.unix = function(w) {
1863
- return b(1e3 * w);
1864
- }, b.en = F[L], b.Ls = F, b.p = {}, b;
1871
+ })), O.extend = function(s, n) {
1872
+ return s.$i || (s(n, U, O), s.$i = !0), O;
1873
+ }, O.locale = j, O.isDayjs = A, O.unix = function(s) {
1874
+ return O(1e3 * s);
1875
+ }, O.en = W[V], O.Ls = W, O.p = {}, O;
1865
1876
  }));
1866
1877
  })($o)), $o.exports;
1867
1878
  }
@@ -1873,13 +1884,13 @@ function Tu() {
1873
1884
  (function(e, t) {
1874
1885
  o.exports = t(lr());
1875
1886
  })(Lu, (function(e) {
1876
- function t(n) {
1877
- return n && typeof n == "object" && "default" in n ? n : { default: n };
1887
+ function t(i) {
1888
+ return i && typeof i == "object" && "default" in i ? i : { default: i };
1878
1889
  }
1879
- var a = t(e), d = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(n) {
1880
- return n + "º";
1890
+ var a = t(e), c = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(i) {
1891
+ return i + "º";
1881
1892
  }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY [às] HH:mm", LLLL: "dddd, D [de] MMMM [de] YYYY [às] HH:mm" }, relativeTime: { future: "em %s", past: "há %s", s: "poucos segundos", m: "um minuto", mm: "%d minutos", h: "uma hora", hh: "%d horas", d: "um dia", dd: "%d dias", M: "um mês", MM: "%d meses", y: "um ano", yy: "%d anos" } };
1882
- return a.default.locale(d, null, !0), d;
1893
+ return a.default.locale(c, null, !0), c;
1883
1894
  }));
1884
1895
  })(Co)), Co.exports;
1885
1896
  }
@@ -1890,144 +1901,144 @@ function Fu() {
1890
1901
  (function(e, t) {
1891
1902
  o.exports = t();
1892
1903
  })(Wu, (function() {
1893
- var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, d = /\d\d/, n = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, i = {}, p = function(c) {
1894
- return (c = +c) + (c > 68 ? 1900 : 2e3);
1895
- }, $ = function(c) {
1896
- return function(x) {
1897
- this[c] = +x;
1904
+ var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, c = /\d\d/, i = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, l = {}, b = function(f) {
1905
+ return (f = +f) + (f > 68 ? 1900 : 2e3);
1906
+ }, $ = function(f) {
1907
+ return function(v) {
1908
+ this[f] = +v;
1898
1909
  };
1899
- }, z = [/[+-]\d\d:?(\d\d)?|Z/, function(c) {
1900
- (this.zone || (this.zone = {})).offset = (function(x) {
1901
- if (!x || x === "Z") return 0;
1902
- var B = x.match(/([+-]|\d\d)/g), R = 60 * B[1] + (+B[2] || 0);
1903
- return R === 0 ? 0 : B[0] === "+" ? -R : R;
1904
- })(c);
1905
- }], C = function(c) {
1906
- var x = i[c];
1907
- return x && (x.indexOf ? x : x.s.concat(x.f));
1908
- }, Y = function(c, x) {
1909
- var B, R = i.meridiem;
1910
- if (R) {
1911
- for (var T = 1; T <= 24; T += 1) if (c.indexOf(R(T, 0, x)) > -1) {
1912
- B = T > 12;
1910
+ }, B = [/[+-]\d\d:?(\d\d)?|Z/, function(f) {
1911
+ (this.zone || (this.zone = {})).offset = (function(v) {
1912
+ if (!v || v === "Z") return 0;
1913
+ var C = v.match(/([+-]|\d\d)/g), x = 60 * C[1] + (+C[2] || 0);
1914
+ return x === 0 ? 0 : C[0] === "+" ? -x : x;
1915
+ })(f);
1916
+ }], k = function(f) {
1917
+ var v = l[f];
1918
+ return v && (v.indexOf ? v : v.s.concat(v.f));
1919
+ }, z = function(f, v) {
1920
+ var C, x = l.meridiem;
1921
+ if (x) {
1922
+ for (var L = 1; L <= 24; L += 1) if (f.indexOf(x(L, 0, v)) > -1) {
1923
+ C = L > 12;
1913
1924
  break;
1914
1925
  }
1915
- } else B = c === (x ? "pm" : "PM");
1916
- return B;
1917
- }, h = { A: [m, function(c) {
1918
- this.afternoon = Y(c, !1);
1919
- }], a: [m, function(c) {
1920
- this.afternoon = Y(c, !0);
1921
- }], Q: [a, function(c) {
1922
- this.month = 3 * (c - 1) + 1;
1923
- }], S: [a, function(c) {
1924
- this.milliseconds = 100 * +c;
1925
- }], SS: [d, function(c) {
1926
- this.milliseconds = 10 * +c;
1927
- }], SSS: [/\d{3}/, function(c) {
1928
- this.milliseconds = +c;
1929
- }], s: [n, $("seconds")], ss: [n, $("seconds")], m: [n, $("minutes")], mm: [n, $("minutes")], H: [n, $("hours")], h: [n, $("hours")], HH: [n, $("hours")], hh: [n, $("hours")], D: [n, $("day")], DD: [d, $("day")], Do: [m, function(c) {
1930
- var x = i.ordinal, B = c.match(/\d+/);
1931
- if (this.day = B[0], x) for (var R = 1; R <= 31; R += 1) x(R).replace(/\[|\]/g, "") === c && (this.day = R);
1932
- }], w: [n, $("week")], ww: [d, $("week")], M: [n, $("month")], MM: [d, $("month")], MMM: [m, function(c) {
1933
- var x = C("months"), B = (C("monthsShort") || x.map((function(R) {
1934
- return R.slice(0, 3);
1935
- }))).indexOf(c) + 1;
1936
- if (B < 1) throw new Error();
1937
- this.month = B % 12 || B;
1938
- }], MMMM: [m, function(c) {
1939
- var x = C("months").indexOf(c) + 1;
1940
- if (x < 1) throw new Error();
1941
- this.month = x % 12 || x;
1942
- }], Y: [/[+-]?\d+/, $("year")], YY: [d, function(c) {
1943
- this.year = p(c);
1944
- }], YYYY: [/\d{4}/, $("year")], Z: z, ZZ: z };
1945
- function u(c) {
1946
- var x, B;
1947
- x = c, B = i && i.formats;
1948
- for (var R = (c = x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(b, y, I) {
1949
- var E = I && I.toUpperCase();
1950
- return y || B[I] || e[I] || B[E].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(w, f, s) {
1951
- return f || s.slice(1);
1926
+ } else C = f === (v ? "pm" : "PM");
1927
+ return C;
1928
+ }, y = { A: [m, function(f) {
1929
+ this.afternoon = z(f, !1);
1930
+ }], a: [m, function(f) {
1931
+ this.afternoon = z(f, !0);
1932
+ }], Q: [a, function(f) {
1933
+ this.month = 3 * (f - 1) + 1;
1934
+ }], S: [a, function(f) {
1935
+ this.milliseconds = 100 * +f;
1936
+ }], SS: [c, function(f) {
1937
+ this.milliseconds = 10 * +f;
1938
+ }], SSS: [/\d{3}/, function(f) {
1939
+ this.milliseconds = +f;
1940
+ }], s: [i, $("seconds")], ss: [i, $("seconds")], m: [i, $("minutes")], mm: [i, $("minutes")], H: [i, $("hours")], h: [i, $("hours")], HH: [i, $("hours")], hh: [i, $("hours")], D: [i, $("day")], DD: [c, $("day")], Do: [m, function(f) {
1941
+ var v = l.ordinal, C = f.match(/\d+/);
1942
+ if (this.day = C[0], v) for (var x = 1; x <= 31; x += 1) v(x).replace(/\[|\]/g, "") === f && (this.day = x);
1943
+ }], w: [i, $("week")], ww: [c, $("week")], M: [i, $("month")], MM: [c, $("month")], MMM: [m, function(f) {
1944
+ var v = k("months"), C = (k("monthsShort") || v.map((function(x) {
1945
+ return x.slice(0, 3);
1946
+ }))).indexOf(f) + 1;
1947
+ if (C < 1) throw new Error();
1948
+ this.month = C % 12 || C;
1949
+ }], MMMM: [m, function(f) {
1950
+ var v = k("months").indexOf(f) + 1;
1951
+ if (v < 1) throw new Error();
1952
+ this.month = v % 12 || v;
1953
+ }], Y: [/[+-]?\d+/, $("year")], YY: [c, function(f) {
1954
+ this.year = b(f);
1955
+ }], YYYY: [/\d{4}/, $("year")], Z: B, ZZ: B };
1956
+ function p(f) {
1957
+ var v, C;
1958
+ v = f, C = l && l.formats;
1959
+ for (var x = (f = v.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(O, S, U) {
1960
+ var u = U && U.toUpperCase();
1961
+ return S || C[U] || e[U] || C[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, n, d) {
1962
+ return n || d.slice(1);
1952
1963
  }));
1953
- }))).match(t), T = R.length, L = 0; L < T; L += 1) {
1954
- var F = R[L], j = h[F], l = j && j[0], v = j && j[1];
1955
- R[L] = v ? { regex: l, parser: v } : F.replace(/^\[|\]$/g, "");
1964
+ }))).match(t), L = x.length, V = 0; V < L; V += 1) {
1965
+ var W = x[V], F = y[W], A = F && F[0], j = F && F[1];
1966
+ x[V] = j ? { regex: A, parser: j } : W.replace(/^\[|\]$/g, "");
1956
1967
  }
1957
- return function(b) {
1958
- for (var y = {}, I = 0, E = 0; I < T; I += 1) {
1959
- var w = R[I];
1960
- if (typeof w == "string") E += w.length;
1968
+ return function(O) {
1969
+ for (var S = {}, U = 0, u = 0; U < L; U += 1) {
1970
+ var s = x[U];
1971
+ if (typeof s == "string") u += s.length;
1961
1972
  else {
1962
- var f = w.regex, s = w.parser, k = b.slice(E), g = f.exec(k)[0];
1963
- s.call(y, g), b = b.replace(g, "");
1973
+ var n = s.regex, d = s.parser, h = O.slice(u), g = n.exec(h)[0];
1974
+ d.call(S, g), O = O.replace(g, "");
1964
1975
  }
1965
1976
  }
1966
- return (function(D) {
1967
- var S = D.afternoon;
1968
- if (S !== void 0) {
1969
- var V = D.hours;
1970
- S ? V < 12 && (D.hours += 12) : V === 12 && (D.hours = 0), delete D.afternoon;
1977
+ return (function(w) {
1978
+ var D = w.afternoon;
1979
+ if (D !== void 0) {
1980
+ var Y = w.hours;
1981
+ D ? Y < 12 && (w.hours += 12) : Y === 12 && (w.hours = 0), delete w.afternoon;
1971
1982
  }
1972
- })(y), y;
1983
+ })(S), S;
1973
1984
  };
1974
1985
  }
1975
- return function(c, x, B) {
1976
- B.p.customParseFormat = !0, c && c.parseTwoDigitYear && (p = c.parseTwoDigitYear);
1977
- var R = x.prototype, T = R.parse;
1978
- R.parse = function(L) {
1979
- var F = L.date, j = L.utc, l = L.args;
1980
- this.$u = j;
1981
- var v = l[1];
1982
- if (typeof v == "string") {
1983
- var b = l[2] === !0, y = l[3] === !0, I = b || y, E = l[2];
1984
- y && (E = l[2]), i = this.$locale(), !b && E && (i = B.Ls[E]), this.$d = (function(k, g, D, S) {
1986
+ return function(f, v, C) {
1987
+ C.p.customParseFormat = !0, f && f.parseTwoDigitYear && (b = f.parseTwoDigitYear);
1988
+ var x = v.prototype, L = x.parse;
1989
+ x.parse = function(V) {
1990
+ var W = V.date, F = V.utc, A = V.args;
1991
+ this.$u = F;
1992
+ var j = A[1];
1993
+ if (typeof j == "string") {
1994
+ var O = A[2] === !0, S = A[3] === !0, U = O || S, u = A[2];
1995
+ S && (u = A[2]), l = this.$locale(), !O && u && (l = C.Ls[u]), this.$d = (function(h, g, w, D) {
1985
1996
  try {
1986
- if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) * k);
1987
- var V = u(g)(k), H = V.year, N = V.month, _ = V.day, J = V.hours, lo = V.minutes, ao = V.seconds, mo = V.milliseconds, ro = V.zone, Z = V.week, K = /* @__PURE__ */ new Date(), no = _ || (H || N ? 1 : K.getDate()), co = H || K.getFullYear(), ko = 0;
1988
- H && !N || (ko = N > 0 ? N - 1 : K.getMonth());
1989
- var yo, Oo = J || 0, Lo = lo || 0, To = ao || 0, Wo = mo || 0;
1990
- return ro ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo + 60 * ro.offset * 1e3)) : D ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo)) : (yo = new Date(co, ko, no, Oo, Lo, To, Wo), Z && (yo = S(yo).week(Z).toDate()), yo);
1997
+ if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) * h);
1998
+ var Y = p(g)(h), I = Y.year, N = Y.month, _ = Y.day, J = Y.hours, lo = Y.minutes, ao = Y.seconds, go = Y.milliseconds, ro = Y.zone, Z = Y.week, K = /* @__PURE__ */ new Date(), no = _ || (I || N ? 1 : K.getDate()), co = I || K.getFullYear(), ko = 0;
1999
+ I && !N || (ko = N > 0 ? N - 1 : K.getMonth());
2000
+ var yo, Oo = J || 0, Lo = lo || 0, To = ao || 0, Wo = go || 0;
2001
+ return ro ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo + 60 * ro.offset * 1e3)) : w ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo)) : (yo = new Date(co, ko, no, Oo, Lo, To, Wo), Z && (yo = D(yo).week(Z).toDate()), yo);
1991
2002
  } catch {
1992
2003
  return /* @__PURE__ */ new Date("");
1993
2004
  }
1994
- })(F, v, j, B), this.init(), E && E !== !0 && (this.$L = this.locale(E).$L), I && F != this.format(v) && (this.$d = /* @__PURE__ */ new Date("")), i = {};
1995
- } else if (v instanceof Array) for (var w = v.length, f = 1; f <= w; f += 1) {
1996
- l[1] = v[f - 1];
1997
- var s = B.apply(this, l);
1998
- if (s.isValid()) {
1999
- this.$d = s.$d, this.$L = s.$L, this.init();
2005
+ })(W, j, F, C), this.init(), u && u !== !0 && (this.$L = this.locale(u).$L), U && W != this.format(j) && (this.$d = /* @__PURE__ */ new Date("")), l = {};
2006
+ } else if (j instanceof Array) for (var s = j.length, n = 1; n <= s; n += 1) {
2007
+ A[1] = j[n - 1];
2008
+ var d = C.apply(this, A);
2009
+ if (d.isValid()) {
2010
+ this.$d = d.$d, this.$L = d.$L, this.init();
2000
2011
  break;
2001
2012
  }
2002
- f === w && (this.$d = /* @__PURE__ */ new Date(""));
2013
+ n === s && (this.$d = /* @__PURE__ */ new Date(""));
2003
2014
  }
2004
- else T.call(this, L);
2015
+ else L.call(this, V);
2005
2016
  };
2006
2017
  };
2007
2018
  }));
2008
2019
  })(xo)), xo.exports;
2009
2020
  }
2010
2021
  var ju = Fu();
2011
- const Hu = /* @__PURE__ */ vo(ju);
2012
- var wo = { exports: {} }, Iu = wo.exports, Go;
2022
+ const Iu = /* @__PURE__ */ vo(ju);
2023
+ var wo = { exports: {} }, Hu = wo.exports, Go;
2013
2024
  function Au() {
2014
2025
  return Go || (Go = 1, (function(o, r) {
2015
2026
  (function(e, t) {
2016
2027
  o.exports = t();
2017
- })(Iu, (function() {
2028
+ })(Hu, (function() {
2018
2029
  var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
2019
- return function(t, a, d) {
2020
- var n = a.prototype, m = n.format;
2021
- d.en.formats = e, n.format = function(i) {
2022
- i === void 0 && (i = "YYYY-MM-DDTHH:mm:ssZ");
2023
- var p = this.$locale().formats, $ = (function(z, C) {
2024
- return z.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(Y, h, u) {
2025
- var c = u && u.toUpperCase();
2026
- return h || C[u] || e[u] || C[c].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(x, B, R) {
2027
- return B || R.slice(1);
2030
+ return function(t, a, c) {
2031
+ var i = a.prototype, m = i.format;
2032
+ c.en.formats = e, i.format = function(l) {
2033
+ l === void 0 && (l = "YYYY-MM-DDTHH:mm:ssZ");
2034
+ var b = this.$locale().formats, $ = (function(B, k) {
2035
+ return B.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(z, y, p) {
2036
+ var f = p && p.toUpperCase();
2037
+ return y || k[p] || e[p] || k[f].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(v, C, x) {
2038
+ return C || x.slice(1);
2028
2039
  }));
2029
2040
  }));
2030
- })(i, p === void 0 ? {} : p);
2041
+ })(l, b === void 0 ? {} : b);
2031
2042
  return m.call(this, $);
2032
2043
  };
2033
2044
  };
@@ -2043,69 +2054,69 @@ function Eu() {
2043
2054
  o.exports = t();
2044
2055
  })(qu, (function() {
2045
2056
  var e = "minute", t = /[+-]\d\d(?::?\d\d)?/g, a = /([+-]|\d\d)/g;
2046
- return function(d, n, m) {
2047
- var i = n.prototype;
2048
- m.utc = function(u) {
2049
- var c = { date: u, utc: !0, args: arguments };
2050
- return new n(c);
2051
- }, i.utc = function(u) {
2052
- var c = m(this.toDate(), { locale: this.$L, utc: !0 });
2053
- return u ? c.add(this.utcOffset(), e) : c;
2054
- }, i.local = function() {
2057
+ return function(c, i, m) {
2058
+ var l = i.prototype;
2059
+ m.utc = function(p) {
2060
+ var f = { date: p, utc: !0, args: arguments };
2061
+ return new i(f);
2062
+ }, l.utc = function(p) {
2063
+ var f = m(this.toDate(), { locale: this.$L, utc: !0 });
2064
+ return p ? f.add(this.utcOffset(), e) : f;
2065
+ }, l.local = function() {
2055
2066
  return m(this.toDate(), { locale: this.$L, utc: !1 });
2056
2067
  };
2057
- var p = i.parse;
2058
- i.parse = function(u) {
2059
- u.utc && (this.$u = !0), this.$utils().u(u.$offset) || (this.$offset = u.$offset), p.call(this, u);
2068
+ var b = l.parse;
2069
+ l.parse = function(p) {
2070
+ p.utc && (this.$u = !0), this.$utils().u(p.$offset) || (this.$offset = p.$offset), b.call(this, p);
2060
2071
  };
2061
- var $ = i.init;
2062
- i.init = function() {
2072
+ var $ = l.init;
2073
+ l.init = function() {
2063
2074
  if (this.$u) {
2064
- var u = this.$d;
2065
- this.$y = u.getUTCFullYear(), this.$M = u.getUTCMonth(), this.$D = u.getUTCDate(), this.$W = u.getUTCDay(), this.$H = u.getUTCHours(), this.$m = u.getUTCMinutes(), this.$s = u.getUTCSeconds(), this.$ms = u.getUTCMilliseconds();
2075
+ var p = this.$d;
2076
+ this.$y = p.getUTCFullYear(), this.$M = p.getUTCMonth(), this.$D = p.getUTCDate(), this.$W = p.getUTCDay(), this.$H = p.getUTCHours(), this.$m = p.getUTCMinutes(), this.$s = p.getUTCSeconds(), this.$ms = p.getUTCMilliseconds();
2066
2077
  } else $.call(this);
2067
2078
  };
2068
- var z = i.utcOffset;
2069
- i.utcOffset = function(u, c) {
2070
- var x = this.$utils().u;
2071
- if (x(u)) return this.$u ? 0 : x(this.$offset) ? z.call(this) : this.$offset;
2072
- if (typeof u == "string" && (u = (function(L) {
2073
- L === void 0 && (L = "");
2074
- var F = L.match(t);
2075
- if (!F) return null;
2076
- var j = ("" + F[0]).match(a) || ["-", 0, 0], l = j[0], v = 60 * +j[1] + +j[2];
2077
- return v === 0 ? 0 : l === "+" ? v : -v;
2078
- })(u), u === null)) return this;
2079
- var B = Math.abs(u) <= 16 ? 60 * u : u;
2080
- if (B === 0) return this.utc(c);
2081
- var R = this.clone();
2082
- if (c) return R.$offset = B, R.$u = !1, R;
2083
- var T = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
2084
- return (R = this.local().add(B + T, e)).$offset = B, R.$x.$localOffset = T, R;
2079
+ var B = l.utcOffset;
2080
+ l.utcOffset = function(p, f) {
2081
+ var v = this.$utils().u;
2082
+ if (v(p)) return this.$u ? 0 : v(this.$offset) ? B.call(this) : this.$offset;
2083
+ if (typeof p == "string" && (p = (function(V) {
2084
+ V === void 0 && (V = "");
2085
+ var W = V.match(t);
2086
+ if (!W) return null;
2087
+ var F = ("" + W[0]).match(a) || ["-", 0, 0], A = F[0], j = 60 * +F[1] + +F[2];
2088
+ return j === 0 ? 0 : A === "+" ? j : -j;
2089
+ })(p), p === null)) return this;
2090
+ var C = Math.abs(p) <= 16 ? 60 * p : p;
2091
+ if (C === 0) return this.utc(f);
2092
+ var x = this.clone();
2093
+ if (f) return x.$offset = C, x.$u = !1, x;
2094
+ var L = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
2095
+ return (x = this.local().add(C + L, e)).$offset = C, x.$x.$localOffset = L, x;
2085
2096
  };
2086
- var C = i.format;
2087
- i.format = function(u) {
2088
- var c = u || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
2089
- return C.call(this, c);
2090
- }, i.valueOf = function() {
2091
- var u = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
2092
- return this.$d.valueOf() - 6e4 * u;
2093
- }, i.isUTC = function() {
2097
+ var k = l.format;
2098
+ l.format = function(p) {
2099
+ var f = p || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
2100
+ return k.call(this, f);
2101
+ }, l.valueOf = function() {
2102
+ var p = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
2103
+ return this.$d.valueOf() - 6e4 * p;
2104
+ }, l.isUTC = function() {
2094
2105
  return !!this.$u;
2095
- }, i.toISOString = function() {
2106
+ }, l.toISOString = function() {
2096
2107
  return this.toDate().toISOString();
2097
- }, i.toString = function() {
2108
+ }, l.toString = function() {
2098
2109
  return this.toDate().toUTCString();
2099
2110
  };
2100
- var Y = i.toDate;
2101
- i.toDate = function(u) {
2102
- return u === "s" && this.$offset ? m(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : Y.call(this);
2111
+ var z = l.toDate;
2112
+ l.toDate = function(p) {
2113
+ return p === "s" && this.$offset ? m(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : z.call(this);
2103
2114
  };
2104
- var h = i.diff;
2105
- i.diff = function(u, c, x) {
2106
- if (u && this.$u === u.$u) return h.call(this, u, c, x);
2107
- var B = this.local(), R = m(u).local();
2108
- return h.call(B, R, c, x);
2115
+ var y = l.diff;
2116
+ l.diff = function(p, f, v) {
2117
+ if (p && this.$u === p.$u) return y.call(this, p, f, v);
2118
+ var C = this.local(), x = m(p).local();
2119
+ return y.call(C, x, f, v);
2109
2120
  };
2110
2121
  };
2111
2122
  }));
@@ -2120,57 +2131,57 @@ function Zu() {
2120
2131
  o.exports = t();
2121
2132
  })(Xu, (function() {
2122
2133
  var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, t = {};
2123
- return function(a, d, n) {
2124
- var m, i = function(C, Y, h) {
2125
- h === void 0 && (h = {});
2126
- var u = new Date(C), c = (function(x, B) {
2127
- B === void 0 && (B = {});
2128
- var R = B.timeZoneName || "short", T = x + "|" + R, L = t[T];
2129
- return L || (L = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: x, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: R }), t[T] = L), L;
2130
- })(Y, h);
2131
- return c.formatToParts(u);
2132
- }, p = function(C, Y) {
2133
- for (var h = i(C, Y), u = [], c = 0; c < h.length; c += 1) {
2134
- var x = h[c], B = x.type, R = x.value, T = e[B];
2135
- T >= 0 && (u[T] = parseInt(R, 10));
2134
+ return function(a, c, i) {
2135
+ var m, l = function(k, z, y) {
2136
+ y === void 0 && (y = {});
2137
+ var p = new Date(k), f = (function(v, C) {
2138
+ C === void 0 && (C = {});
2139
+ var x = C.timeZoneName || "short", L = v + "|" + x, V = t[L];
2140
+ return V || (V = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: v, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: x }), t[L] = V), V;
2141
+ })(z, y);
2142
+ return f.formatToParts(p);
2143
+ }, b = function(k, z) {
2144
+ for (var y = l(k, z), p = [], f = 0; f < y.length; f += 1) {
2145
+ var v = y[f], C = v.type, x = v.value, L = e[C];
2146
+ L >= 0 && (p[L] = parseInt(x, 10));
2136
2147
  }
2137
- var L = u[3], F = L === 24 ? 0 : L, j = u[0] + "-" + u[1] + "-" + u[2] + " " + F + ":" + u[4] + ":" + u[5] + ":000", l = +C;
2138
- return (n.utc(j).valueOf() - (l -= l % 1e3)) / 6e4;
2139
- }, $ = d.prototype;
2140
- $.tz = function(C, Y) {
2141
- C === void 0 && (C = m);
2142
- var h, u = this.utcOffset(), c = this.toDate(), x = c.toLocaleString("en-US", { timeZone: C }), B = Math.round((c - new Date(x)) / 1e3 / 60), R = 15 * -Math.round(c.getTimezoneOffset() / 15) - B;
2143
- if (!Number(R)) h = this.utcOffset(0, Y);
2144
- else if (h = n(x, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(R, !0), Y) {
2145
- var T = h.utcOffset();
2146
- h = h.add(u - T, "minute");
2148
+ var V = p[3], W = V === 24 ? 0 : V, F = p[0] + "-" + p[1] + "-" + p[2] + " " + W + ":" + p[4] + ":" + p[5] + ":000", A = +k;
2149
+ return (i.utc(F).valueOf() - (A -= A % 1e3)) / 6e4;
2150
+ }, $ = c.prototype;
2151
+ $.tz = function(k, z) {
2152
+ k === void 0 && (k = m);
2153
+ var y, p = this.utcOffset(), f = this.toDate(), v = f.toLocaleString("en-US", { timeZone: k }), C = Math.round((f - new Date(v)) / 1e3 / 60), x = 15 * -Math.round(f.getTimezoneOffset() / 15) - C;
2154
+ if (!Number(x)) y = this.utcOffset(0, z);
2155
+ else if (y = i(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(x, !0), z) {
2156
+ var L = y.utcOffset();
2157
+ y = y.add(p - L, "minute");
2147
2158
  }
2148
- return h.$x.$timezone = C, h;
2149
- }, $.offsetName = function(C) {
2150
- var Y = this.$x.$timezone || n.tz.guess(), h = i(this.valueOf(), Y, { timeZoneName: C }).find((function(u) {
2151
- return u.type.toLowerCase() === "timezonename";
2159
+ return y.$x.$timezone = k, y;
2160
+ }, $.offsetName = function(k) {
2161
+ var z = this.$x.$timezone || i.tz.guess(), y = l(this.valueOf(), z, { timeZoneName: k }).find((function(p) {
2162
+ return p.type.toLowerCase() === "timezonename";
2152
2163
  }));
2153
- return h && h.value;
2164
+ return y && y.value;
2154
2165
  };
2155
- var z = $.startOf;
2156
- $.startOf = function(C, Y) {
2157
- if (!this.$x || !this.$x.$timezone) return z.call(this, C, Y);
2158
- var h = n(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
2159
- return z.call(h, C, Y).tz(this.$x.$timezone, !0);
2160
- }, n.tz = function(C, Y, h) {
2161
- var u = h && Y, c = h || Y || m, x = p(+n(), c);
2162
- if (typeof C != "string") return n(C).tz(c);
2163
- var B = (function(F, j, l) {
2164
- var v = F - 60 * j * 1e3, b = p(v, l);
2165
- if (j === b) return [v, j];
2166
- var y = p(v -= 60 * (b - j) * 1e3, l);
2167
- return b === y ? [v, b] : [F - 60 * Math.min(b, y) * 1e3, Math.max(b, y)];
2168
- })(n.utc(C, u).valueOf(), x, c), R = B[0], T = B[1], L = n(R).utcOffset(T);
2169
- return L.$x.$timezone = c, L;
2170
- }, n.tz.guess = function() {
2166
+ var B = $.startOf;
2167
+ $.startOf = function(k, z) {
2168
+ if (!this.$x || !this.$x.$timezone) return B.call(this, k, z);
2169
+ var y = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
2170
+ return B.call(y, k, z).tz(this.$x.$timezone, !0);
2171
+ }, i.tz = function(k, z, y) {
2172
+ var p = y && z, f = y || z || m, v = b(+i(), f);
2173
+ if (typeof k != "string") return i(k).tz(f);
2174
+ var C = (function(W, F, A) {
2175
+ var j = W - 60 * F * 1e3, O = b(j, A);
2176
+ if (F === O) return [j, F];
2177
+ var S = b(j -= 60 * (O - F) * 1e3, A);
2178
+ return O === S ? [j, O] : [W - 60 * Math.min(O, S) * 1e3, Math.max(O, S)];
2179
+ })(i.utc(k, p).valueOf(), v, f), x = C[0], L = C[1], V = i(x).utcOffset(L);
2180
+ return V.$x.$timezone = f, V;
2181
+ }, i.tz.guess = function() {
2171
2182
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
2172
- }, n.tz.setDefault = function(C) {
2173
- m = C;
2183
+ }, i.tz.setDefault = function(k) {
2184
+ m = k;
2174
2185
  };
2175
2186
  };
2176
2187
  }));
@@ -2178,7 +2189,7 @@ function Zu() {
2178
2189
  }
2179
2190
  var Gu = Zu();
2180
2191
  const Ju = /* @__PURE__ */ vo(Gu);
2181
- eo.extend(Hu);
2192
+ eo.extend(Iu);
2182
2193
  eo.extend(Pu);
2183
2194
  eo.extend(_u);
2184
2195
  eo.extend(Ju);
@@ -2207,34 +2218,34 @@ function Ko(o) {
2207
2218
  const r = to(o);
2208
2219
  return r ? r.startOf("day").toDate() : null;
2209
2220
  }
2210
- function $0() {
2221
+ function C0() {
2211
2222
  return eo().startOf("day").toDate();
2212
2223
  }
2213
- function C0(o, r = "YYYY-MM-DD") {
2224
+ function x0(o, r = "YYYY-MM-DD") {
2214
2225
  const e = to(o);
2215
2226
  return e ? e.format(r) : "";
2216
2227
  }
2217
- function x0(o, r = "YYYY-MM-DD HH:mm:ss") {
2228
+ function w0(o, r = "YYYY-MM-DD HH:mm:ss") {
2218
2229
  const e = to(o);
2219
2230
  return e ? e.format(r) : "";
2220
2231
  }
2221
- function w0(o, r = "DD/MM/YYYY") {
2232
+ function B0(o, r = "DD/MM/YYYY") {
2222
2233
  const e = to(o);
2223
2234
  return e ? e.format(r) : "";
2224
2235
  }
2225
- function B0(o, r = "DD/MM/YYYY HH:mm") {
2236
+ function R0(o, r = "DD/MM/YYYY HH:mm") {
2226
2237
  const e = to(o);
2227
2238
  return e ? e.format(r) : "";
2228
2239
  }
2229
- function R0(o, r = "HH:mm") {
2240
+ function D0(o, r = "HH:mm") {
2230
2241
  const e = to(o);
2231
2242
  return e ? e.format(r) : "";
2232
2243
  }
2233
- function D0(o, r = "ddd") {
2244
+ function S0(o, r = "ddd") {
2234
2245
  const e = to(o);
2235
2246
  return e ? e.format(r).toUpperCase() : "";
2236
2247
  }
2237
- function S0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
2248
+ function M0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
2238
2249
  const e = to(o);
2239
2250
  return e ? e.format(r) : "";
2240
2251
  }
@@ -2246,55 +2257,55 @@ function Yo(o, r, e = "day") {
2246
2257
  const t = to(o);
2247
2258
  return !t || typeof r != "number" || Number.isNaN(r) ? null : t.add(r, e).toDate();
2248
2259
  }
2249
- function M0(o, r) {
2260
+ function z0(o, r) {
2250
2261
  return Yo(o, r, "day");
2251
2262
  }
2252
- function z0(o, r) {
2263
+ function Y0(o, r) {
2253
2264
  return Yo(o, r, "month");
2254
2265
  }
2255
- function Y0(o, r) {
2266
+ function V0(o, r) {
2256
2267
  return Yo(o, r, "year");
2257
2268
  }
2258
- function V0(o, r) {
2269
+ function O0(o, r) {
2259
2270
  return Yo(o, r, "minute");
2260
2271
  }
2261
- function O0(o) {
2272
+ function L0(o) {
2262
2273
  return o == null ? "" : String(o).toLowerCase().trim().split(/\s+/).map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join(" ");
2263
2274
  }
2264
- function uo(o) {
2275
+ function so(o) {
2265
2276
  return o == null ? "" : String(o).replace(/\D/g, "");
2266
2277
  }
2267
- const L0 = (o) => {
2278
+ const T0 = (o) => {
2268
2279
  if (!o) return "-";
2269
2280
  const r = o.replace(/\D/g, "");
2270
2281
  return r.length === 11 ? r.replace(/(\d{3})(\d{3})(\d{3})(\d{2})/, "$1.$2.$3-$4") : r.length === 14 ? r.replace(/(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})/, "$1.$2.$3/$4-$5") : o;
2271
- }, T0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
2282
+ }, W0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
2272
2283
  minimumFractionDigits: r,
2273
2284
  maximumFractionDigits: r
2274
2285
  });
2275
2286
  function Ku(o) {
2276
- const r = uo(o);
2287
+ const r = so(o);
2277
2288
  return r.length !== 8 ? o : r.replace(/(\d{5})(\d{3})/, "$1-$2");
2278
2289
  }
2279
- function W0(o) {
2290
+ function F0(o) {
2280
2291
  if (o == null) return "";
2281
2292
  const {
2282
2293
  postalCode: r,
2283
2294
  state: e,
2284
2295
  city: t,
2285
2296
  neighborhood: a,
2286
- addressLine1: d,
2287
- addressLine2: n
2288
- } = o, m = [d, n].filter(Boolean).join(" "), i = [a, " - ", t, e].filter(Boolean).join(" "), p = r ? Ku(r) : null;
2289
- return [m, " - ", i, " - ", p].filter(Boolean).join(" ").replace(/\s-\s$/, "");
2297
+ addressLine1: c,
2298
+ addressLine2: i
2299
+ } = o, m = [c, i].filter(Boolean).join(" "), l = [a, " - ", t, e].filter(Boolean).join(" "), b = r ? Ku(r) : null;
2300
+ return [m, " - ", l, " - ", b].filter(Boolean).join(" ").replace(/\s-\s$/, "");
2290
2301
  }
2291
- function F0(o) {
2302
+ function j0(o) {
2292
2303
  if (o == null) return "";
2293
2304
  const { name: r, state: e, record: t } = o;
2294
2305
  return [r, e, t].filter(Boolean).join(" ");
2295
2306
  }
2296
- function j0(o) {
2297
- const r = uo(o);
2307
+ function I0(o) {
2308
+ const r = so(o);
2298
2309
  if (!r) return "";
2299
2310
  const e = r.startsWith("55") && r.length > 11 ? r.slice(2) : r;
2300
2311
  return e.length === 11 ? e.replace(
@@ -2358,7 +2369,7 @@ function rf(o, r) {
2358
2369
  return e.$params = ho(ho({}, e.$params || {}), o), e;
2359
2370
  }
2360
2371
  function ef(o, r) {
2361
- if (!Do(o) && typeof W(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
2372
+ if (!Do(o) && typeof T(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
2362
2373
  if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2363
2374
  const e = Vo(r);
2364
2375
  return e.$message = o, e;
@@ -2376,45 +2387,45 @@ function af(o) {
2376
2387
  $validator(r) {
2377
2388
  for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), a = 1; a < e; a++)
2378
2389
  t[a - 1] = arguments[a];
2379
- return W(r).reduce((d, n, m) => {
2380
- const i = Object.entries(n).reduce((p, $) => {
2381
- let [z, C] = $;
2382
- const Y = o[z] || {}, h = Object.entries(Y).reduce((u, c) => {
2383
- let [x, B] = c;
2384
- const T = sr(B).call(this, C, n, m, ...t), L = cr(T);
2385
- if (u.$data[x] = T, u.$data.$invalid = !L || !!u.$data.$invalid, u.$data.$error = u.$data.$invalid, !L) {
2386
- let F = B.$message || "";
2387
- const j = B.$params || {};
2388
- typeof F == "function" && (F = F({
2390
+ return T(r).reduce((c, i, m) => {
2391
+ const l = Object.entries(i).reduce((b, $) => {
2392
+ let [B, k] = $;
2393
+ const z = o[B] || {}, y = Object.entries(z).reduce((p, f) => {
2394
+ let [v, C] = f;
2395
+ const L = sr(C).call(this, k, i, m, ...t), V = cr(L);
2396
+ if (p.$data[v] = L, p.$data.$invalid = !V || !!p.$data.$invalid, p.$data.$error = p.$data.$invalid, !V) {
2397
+ let W = C.$message || "";
2398
+ const F = C.$params || {};
2399
+ typeof W == "function" && (W = W({
2389
2400
  $pending: !1,
2390
- $invalid: !L,
2391
- $params: j,
2392
- $model: C,
2393
- $response: T
2394
- })), u.$errors.push({
2395
- $property: z,
2396
- $message: F,
2397
- $params: j,
2398
- $response: T,
2399
- $model: C,
2401
+ $invalid: !V,
2402
+ $params: F,
2403
+ $model: k,
2404
+ $response: L
2405
+ })), p.$errors.push({
2406
+ $property: B,
2407
+ $message: W,
2408
+ $params: F,
2409
+ $response: L,
2410
+ $model: k,
2400
2411
  $pending: !1,
2401
- $validator: x
2412
+ $validator: v
2402
2413
  });
2403
2414
  }
2404
2415
  return {
2405
- $valid: u.$valid && L,
2406
- $data: u.$data,
2407
- $errors: u.$errors
2416
+ $valid: p.$valid && V,
2417
+ $data: p.$data,
2418
+ $errors: p.$errors
2408
2419
  };
2409
2420
  }, {
2410
2421
  $valid: !0,
2411
2422
  $data: {},
2412
2423
  $errors: []
2413
2424
  });
2414
- return p.$data[z] = h.$data, p.$errors[z] = h.$errors, {
2415
- $valid: p.$valid && h.$valid,
2416
- $data: p.$data,
2417
- $errors: p.$errors
2425
+ return b.$data[B] = y.$data, b.$errors[B] = y.$errors, {
2426
+ $valid: b.$valid && y.$valid,
2427
+ $data: b.$data,
2428
+ $errors: b.$errors
2418
2429
  };
2419
2430
  }, {
2420
2431
  $valid: !0,
@@ -2422,9 +2433,9 @@ function af(o) {
2422
2433
  $errors: {}
2423
2434
  });
2424
2435
  return {
2425
- $valid: d.$valid && i.$valid,
2426
- $data: d.$data.concat(i.$data),
2427
- $errors: d.$errors.concat(i.$errors)
2436
+ $valid: c.$valid && l.$valid,
2437
+ $data: c.$data.concat(l.$data),
2438
+ $errors: c.$errors.concat(l.$errors)
2428
2439
  };
2429
2440
  }, {
2430
2441
  $valid: !0,
@@ -2436,12 +2447,12 @@ function af(o) {
2436
2447
  let {
2437
2448
  $response: e
2438
2449
  } = r;
2439
- return e ? e.$errors.map((t) => Object.values(t).map((a) => a.map((d) => d.$message)).reduce((a, d) => a.concat(d), [])) : [];
2450
+ return e ? e.$errors.map((t) => Object.values(t).map((a) => a.map((c) => c.$message)).reduce((a, c) => a.concat(c), [])) : [];
2440
2451
  }
2441
2452
  };
2442
2453
  }
2443
- const po = (o) => {
2444
- if (o = W(o), Array.isArray(o)) return !!o.length;
2454
+ const bo = (o) => {
2455
+ if (o = T(o), Array.isArray(o)) return !!o.length;
2445
2456
  if (o == null)
2446
2457
  return !1;
2447
2458
  if (o === !1)
@@ -2453,31 +2464,31 @@ const po = (o) => {
2453
2464
  return !1;
2454
2465
  }
2455
2466
  return !!String(o).length;
2456
- }, No = (o) => (o = W(o), Array.isArray(o) ? o.length : typeof o == "object" ? Object.keys(o).length : String(o).length);
2457
- function fo() {
2467
+ }, No = (o) => (o = T(o), Array.isArray(o) ? o.length : typeof o == "object" ? Object.keys(o).length : String(o).length);
2468
+ function uo() {
2458
2469
  for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++)
2459
2470
  r[e] = arguments[e];
2460
- return (t) => (t = W(t), !po(t) || r.every((a) => (a.lastIndex = 0, a.test(t))));
2471
+ return (t) => (t = T(t), !bo(t) || r.every((a) => (a.lastIndex = 0, a.test(t))));
2461
2472
  }
2462
- var U = /* @__PURE__ */ Object.freeze({
2473
+ var E = /* @__PURE__ */ Object.freeze({
2463
2474
  __proto__: null,
2464
2475
  forEach: af,
2465
2476
  len: No,
2466
2477
  normalizeValidatorObject: Vo,
2467
- regex: fo,
2468
- req: po,
2469
- unwrap: W,
2478
+ regex: uo,
2479
+ req: bo,
2480
+ unwrap: T,
2470
2481
  unwrapNormalizedValidator: sr,
2471
2482
  unwrapValidatorResponse: cr,
2472
2483
  withAsync: tf,
2473
2484
  withMessage: ef,
2474
2485
  withParams: rf
2475
2486
  });
2476
- fo(/^[a-zA-Z]*$/);
2477
- fo(/^[a-zA-Z0-9]*$/);
2478
- fo(/^\d*(\.\d+)?$/);
2487
+ uo(/^[a-zA-Z]*$/);
2488
+ uo(/^[a-zA-Z0-9]*$/);
2489
+ uo(/^\d*(\.\d+)?$/);
2479
2490
  const nf = /^(?:[A-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9]{2,}(?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/i;
2480
- var df = fo(nf), lf = {
2491
+ var df = uo(nf), lf = {
2481
2492
  $validator: df,
2482
2493
  $message: "Value is not a valid email address",
2483
2494
  $params: {
@@ -2485,7 +2496,7 @@ var df = fo(nf), lf = {
2485
2496
  }
2486
2497
  };
2487
2498
  function cf(o) {
2488
- return (r) => !po(r) || No(r) <= W(o);
2499
+ return (r) => !bo(r) || No(r) <= T(o);
2489
2500
  }
2490
2501
  function sf(o) {
2491
2502
  return {
@@ -2503,7 +2514,7 @@ function sf(o) {
2503
2514
  };
2504
2515
  }
2505
2516
  function uf(o) {
2506
- return (r) => !po(r) || No(r) >= W(o);
2517
+ return (r) => !bo(r) || No(r) >= T(o);
2507
2518
  }
2508
2519
  function ff(o) {
2509
2520
  return {
@@ -2521,7 +2532,7 @@ function ff(o) {
2521
2532
  };
2522
2533
  }
2523
2534
  function gf(o) {
2524
- return typeof o == "string" && (o = o.trim()), po(o);
2535
+ return typeof o == "string" && (o = o.trim()), bo(o);
2525
2536
  }
2526
2537
  var mf = {
2527
2538
  $validator: gf,
@@ -2531,9 +2542,9 @@ var mf = {
2531
2542
  }
2532
2543
  };
2533
2544
  const pf = /^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i;
2534
- fo(pf);
2545
+ uo(pf);
2535
2546
  function bf(o) {
2536
- return (r) => !po(r) || (!/\s/.test(r) || r instanceof Date) && +r >= +W(o);
2547
+ return (r) => !bo(r) || (!/\s/.test(r) || r instanceof Date) && +r >= +T(o);
2537
2548
  }
2538
2549
  function hf(o) {
2539
2550
  return {
@@ -2550,29 +2561,29 @@ function hf(o) {
2550
2561
  }
2551
2562
  };
2552
2563
  }
2553
- fo(/(^[0-9]*$)|(^-[0-9]+$)/);
2554
- fo(/^[-]?\d*(\.\d+)?$/);
2564
+ uo(/(^[0-9]*$)|(^-[0-9]+$)/);
2565
+ uo(/^[-]?\d*(\.\d+)?$/);
2555
2566
  function vf(o) {
2556
- const r = uo(o);
2567
+ const r = so(o);
2557
2568
  if (!r || r.length !== 14 || /^(\d)\1+$/.test(r)) return !1;
2558
- const e = (m, i) => {
2559
- let p = 0;
2560
- for (let z = 0; z < m.length; z += 1)
2561
- p += Number(m[z]) * i[z];
2562
- const $ = p % 11;
2569
+ const e = (m, l) => {
2570
+ let b = 0;
2571
+ for (let B = 0; B < m.length; B += 1)
2572
+ b += Number(m[B]) * l[B];
2573
+ const $ = b % 11;
2563
2574
  return $ < 2 ? 0 : 11 - $;
2564
- }, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], d = e(r.slice(0, 12), t), n = e(r.slice(0, 13), a);
2565
- return d === Number(r[12]) && n === Number(r[13]);
2575
+ }, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], c = e(r.slice(0, 12), t), i = e(r.slice(0, 13), a);
2576
+ return c === Number(r[12]) && i === Number(r[13]);
2566
2577
  }
2567
2578
  function kf(o) {
2568
- const r = uo(o);
2579
+ const r = so(o);
2569
2580
  if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
2570
- const e = (d, n) => {
2581
+ const e = (c, i) => {
2571
2582
  let m = 0;
2572
- for (let p = 0; p < d.length; p += 1)
2573
- m += Number(d[p]) * (n - p);
2574
- const i = m % 11;
2575
- return i < 2 ? 0 : 11 - i;
2583
+ for (let b = 0; b < c.length; b += 1)
2584
+ m += Number(c[b]) * (i - b);
2585
+ const l = m % 11;
2586
+ return l < 2 ? 0 : 11 - l;
2576
2587
  }, t = e(r.slice(0, 9), 10), a = e(r.slice(0, 10), 11);
2577
2588
  return t === Number(r[9]) && a === Number(r[10]);
2578
2589
  }
@@ -2587,141 +2598,150 @@ function rr(o) {
2587
2598
  return !!r && eo(r).isValid();
2588
2599
  }
2589
2600
  function $f(o) {
2590
- const r = uo(o || "");
2591
- return r ? r.length === 11 : !0;
2601
+ if (!Array.isArray(o) || !o[0] || !o[1]) return !1;
2602
+ const [r, e] = o;
2603
+ return !(r instanceof Date) || !(e instanceof Date) ? !1 : e >= r;
2592
2604
  }
2593
2605
  function Cf(o) {
2594
- const r = uo(o || "");
2595
- return r ? r.length === 10 : !0;
2606
+ const r = so(o || "");
2607
+ return r ? r.length === 11 : !0;
2596
2608
  }
2597
2609
  function xf(o) {
2598
- return o.replace(/\D/g, "").length === 8;
2610
+ const r = so(o || "");
2611
+ return r ? r.length === 10 : !0;
2599
2612
  }
2600
2613
  function wf(o) {
2614
+ return o.replace(/\D/g, "").length === 8;
2615
+ }
2616
+ function Bf(o) {
2601
2617
  if (o == null) return !1;
2602
2618
  const r = String(o).trim();
2603
2619
  return r ? /^\d+$/.test(r) : !1;
2604
2620
  }
2605
- function Bf(o) {
2621
+ function Rf(o) {
2606
2622
  return /^[A-Za-zÀ-ÖØ-öø-ÿ\s'-]+$/u.test(o);
2607
2623
  }
2608
- function Rf(o) {
2624
+ function Df(o) {
2609
2625
  return o.endsWith(".") || o.length < 2;
2610
2626
  }
2611
- function Df(o) {
2627
+ function Sf(o) {
2612
2628
  const r = (o || "").trim();
2613
- if (!r || !Bf(r)) return !1;
2629
+ if (!r || !Rf(r)) return !1;
2614
2630
  const e = r.split(" ").filter(Boolean);
2615
2631
  if (e.length < 2) return !1;
2616
2632
  const t = /^[A-Za-zÀ-ÖØ-öø-ÿ]+(?:[-'][A-Za-zÀ-ÖØ-öø-ÿ]+)*$/u;
2617
2633
  return e.every((a) => {
2618
- const d = a.replace(/^[-']+|[-']+$/g, "");
2619
- return !d || Rf(d) ? !1 : t.test(a);
2634
+ const c = a.replace(/^[-']+|[-']+$/g, "");
2635
+ return !c || Df(c) ? !1 : t.test(a);
2620
2636
  });
2621
2637
  }
2622
- const go = (o) => (r) => !U.req(r) || o(r), H0 = U.withMessage("Campo obrigatório.", mf), I0 = U.withMessage("E-mail inválido.", (o) => U.req(o) ? lf.$validator(String(o).trim()) : !0), A0 = U.withMessage(
2638
+ const fo = (o) => (r) => !E.req(r) || o(r), H0 = E.withMessage("Campo obrigatório.", mf), A0 = E.withMessage("E-mail inválido.", (o) => E.req(o) ? lf.$validator(String(o).trim()) : !0), N0 = E.withMessage(
2623
2639
  "Informe nome e sobrenome.",
2624
- go(Df)
2625
- ), N0 = U.withMessage(
2640
+ fo(Sf)
2641
+ ), P0 = E.withMessage(
2626
2642
  "Informe apenas números.",
2627
- go(wf)
2628
- ), P0 = U.withMessage(
2643
+ fo(Bf)
2644
+ ), q0 = E.withMessage(
2629
2645
  "CEP inválido.",
2630
- go(xf)
2631
- ), q0 = U.withMessage("CNPJ inválido.", go(vf)), E0 = U.withMessage("CPF inválido.", go(kf)), U0 = U.withMessage(
2646
+ fo(wf)
2647
+ ), E0 = E.withMessage("CNPJ inválido.", fo(vf)), U0 = E.withMessage("CPF inválido.", fo(kf)), _0 = E.withMessage(
2632
2648
  "Nº celular inválido.",
2633
- go((o) => $f(uo(o)))
2634
- ), _0 = U.withMessage(
2649
+ fo((o) => Cf(so(o)))
2650
+ ), X0 = E.withMessage(
2635
2651
  "Nº telefone inválido.",
2636
- go((o) => Cf(uo(o)))
2637
- ), X0 = U.withMessage(
2652
+ fo((o) => xf(so(o)))
2653
+ ), Z0 = E.withMessage(
2638
2654
  "Data inválida.",
2639
2655
  (o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(zo(o))
2640
- ), Z0 = U.withMessage(
2656
+ ), G0 = E.withMessage(
2641
2657
  "Data não pode ser maior que hoje.",
2642
- go((o) => !yf(zo(o)))
2658
+ fo((o) => !yf(zo(o)))
2659
+ ), J0 = E.withMessage(
2660
+ "Intervalo de datas inválido.",
2661
+ (o) => o == null ? !0 : $f(o)
2643
2662
  );
2644
- function G0(o, r) {
2645
- return U.withMessage(
2663
+ function Q0(o, r) {
2664
+ return E.withMessage(
2646
2665
  r || `Informe no máximo ${o} caracteres.`,
2647
- (e) => U.req(e) ? sf(o).$validator(String(e)) : !0
2666
+ (e) => E.req(e) ? sf(o).$validator(String(e)) : !0
2648
2667
  );
2649
2668
  }
2650
- function J0(o, r) {
2651
- return U.withMessage(
2669
+ function K0(o, r) {
2670
+ return E.withMessage(
2652
2671
  r || `Informe no mínimo ${o} caracteres.`,
2653
- (e) => U.req(e) ? ff(o).$validator(String(e)) : !0
2672
+ (e) => E.req(e) ? ff(o).$validator(String(e)) : !0
2654
2673
  );
2655
2674
  }
2656
- function Q0(o, r) {
2657
- return U.withMessage(
2675
+ function og(o, r) {
2676
+ return E.withMessage(
2658
2677
  r || `Valor mínimo é ${o}.`,
2659
- (e) => U.req(e) ? hf(o).$validator(Number(e)) : !0
2678
+ (e) => E.req(e) ? hf(o).$validator(Number(e)) : !0
2660
2679
  );
2661
2680
  }
2662
2681
  export {
2663
2682
  Vr as BaseAlert,
2664
- Jf as BaseAutoComplete,
2683
+ Qf as BaseAutoComplete,
2665
2684
  Fo as BaseButton,
2666
- Qf as BaseCard,
2667
- Kf as BaseChart,
2668
- o0 as BaseCurrency,
2669
- r0 as BaseDate,
2670
- e0 as BaseDatePicker,
2671
- t0 as BaseDialog,
2672
- a0 as BaseDrawer,
2673
- n0 as BaseEmpty,
2674
- i0 as BaseField,
2685
+ Kf as BaseCard,
2686
+ o0 as BaseChart,
2687
+ r0 as BaseCurrency,
2688
+ e0 as BaseDate,
2689
+ t0 as BaseDatePicker,
2690
+ a0 as BaseDialog,
2691
+ n0 as BaseDrawer,
2692
+ i0 as BaseEmpty,
2693
+ d0 as BaseField,
2675
2694
  Ar as BaseInputMask,
2676
- d0 as BaseInputText,
2677
- l0 as BaseModal,
2678
- c0 as BaseMultiSelect,
2679
- s0 as BasePanel,
2680
- u0 as BaseRadioButton,
2681
- f0 as BaseRouterLink,
2682
- g0 as BaseSectionDivider,
2683
- m0 as BaseSelect,
2684
- p0 as BaseSwitch,
2685
- b0 as BaseTextarea,
2695
+ l0 as BaseInputText,
2696
+ c0 as BaseModal,
2697
+ s0 as BaseMultiSelect,
2698
+ u0 as BasePanel,
2699
+ f0 as BaseRadioButton,
2700
+ g0 as BaseRouterLink,
2701
+ m0 as BaseSectionDivider,
2702
+ p0 as BaseSelect,
2703
+ b0 as BaseSwitch,
2704
+ h0 as BaseTextarea,
2686
2705
  Mo as FaIcon,
2687
2706
  Yo as add,
2688
- M0 as addDays,
2689
- V0 as addMinutes,
2690
- z0 as addMonths,
2691
- Y0 as addYears,
2692
- W0 as formatAddress,
2693
- F0 as formatCouncil,
2694
- w0 as formatDate,
2695
- B0 as formatDateTime,
2696
- x0 as formatDateTimeToApi,
2697
- C0 as formatDateToApi,
2698
- L0 as formatDocument,
2699
- S0 as formatFullDate,
2700
- T0 as formatNumber,
2701
- j0 as formatPhone,
2702
- R0 as formatTime,
2703
- D0 as formatWeekday,
2704
- uo as onlyNumber,
2705
- v0 as setupPrimeVue,
2707
+ z0 as addDays,
2708
+ O0 as addMinutes,
2709
+ Y0 as addMonths,
2710
+ V0 as addYears,
2711
+ F0 as formatAddress,
2712
+ j0 as formatCouncil,
2713
+ B0 as formatDate,
2714
+ R0 as formatDateTime,
2715
+ w0 as formatDateTimeToApi,
2716
+ x0 as formatDateToApi,
2717
+ T0 as formatDocument,
2718
+ M0 as formatFullDate,
2719
+ W0 as formatNumber,
2720
+ I0 as formatPhone,
2721
+ D0 as formatTime,
2722
+ S0 as formatWeekday,
2723
+ so as onlyNumber,
2724
+ k0 as setupPrimeVue,
2706
2725
  Ko as startOfDay,
2707
- O0 as toCamelCaseWords,
2726
+ L0 as toCamelCaseWords,
2708
2727
  zo as toDate,
2709
- $0 as today,
2710
- k0 as useAppToast,
2711
- y0 as useClickOutside,
2712
- h0 as vFocus,
2713
- U0 as validCellphone,
2714
- q0 as validCnpj,
2715
- E0 as validCpf,
2716
- X0 as validDate,
2717
- I0 as validEmail,
2718
- A0 as validFullName,
2719
- G0 as validMaxLength,
2720
- J0 as validMinLength,
2721
- Q0 as validMinValue,
2722
- Z0 as validNotFutureDate,
2723
- N0 as validOnlyNumbers,
2724
- _0 as validPhone,
2725
- P0 as validPostalCode,
2728
+ C0 as today,
2729
+ y0 as useAppToast,
2730
+ $0 as useClickOutside,
2731
+ v0 as vFocus,
2732
+ _0 as validCellphone,
2733
+ E0 as validCnpj,
2734
+ U0 as validCpf,
2735
+ Z0 as validDate,
2736
+ J0 as validDateRange,
2737
+ A0 as validEmail,
2738
+ N0 as validFullName,
2739
+ Q0 as validMaxLength,
2740
+ K0 as validMinLength,
2741
+ og as validMinValue,
2742
+ G0 as validNotFutureDate,
2743
+ P0 as validOnlyNumbers,
2744
+ X0 as validPhone,
2745
+ q0 as validPostalCode,
2726
2746
  H0 as validRequired
2727
2747
  };