@stencitecnologia/front-kit 0.1.40 → 0.1.42

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,27 +1,27 @@
1
- import { computed as z, openBlock as B, createElementBlock as P, normalizeClass as bo, toDisplayString as oo, createCommentVNode as E, createBlock as j, unref as T, mergeProps as Q, renderSlot as _, createElementVNode as io, createVNode as mo, ref as po, onMounted as er, onBeforeUnmount as tr, normalizeStyle as Io, watch as sr, withCtx as G, createTextVNode as Po, createSlots as Ho, Fragment as ur, Teleport as fr, withModifiers as gr } from "vue";
2
- import mr from "primevue/autocomplete";
3
- import pr from "primevue/avatar";
4
- import { FontAwesomeIcon as br } from "@fortawesome/vue-fontawesome";
5
- import hr from "primevue/chart";
6
- import vr from "primevue/checkbox";
7
- import ar from "primevue/inputtext";
8
- import nr from "primevue/datepicker";
9
- import kr from "primevue/inputgroup";
10
- import yr from "primevue/inputgroupaddon";
11
- import $r from "primevue/popover";
12
- import Cr from "primevue/inputmask";
13
- import ir from "primevue/dialog";
14
- import xr from "primevue/drawer";
15
- import wr from "primevue/multiselect";
16
- import Br from "primevue/panel";
17
- import Rr from "primevue/radiobutton";
18
- import { RouterLink as Dr } from "vue-router";
19
- import Sr from "primevue/select";
20
- import zr from "primevue/toggleswitch";
21
- import Mr from "primevue/textarea";
22
- import Yr from "primevue/config";
23
- import { useToast as Vr } from "primevue/usetoast";
24
- const Or = {
1
+ import { computed as u, openBlock as i, createElementBlock as b, normalizeClass as F, toDisplayString as z, createCommentVNode as k, createBlock as p, unref as h, mergeProps as R, renderSlot as B, createElementVNode as S, createVNode as W, ref as I, onMounted as _, onBeforeUnmount as oo, normalizeStyle as L, watch as so, withCtx as C, createTextVNode as Q, createSlots as P, Fragment as uo, Teleport as fo, withModifiers as go } from "vue";
2
+ import mo from "primevue/autocomplete";
3
+ import po from "primevue/avatar";
4
+ import { FontAwesomeIcon as bo } from "@fortawesome/vue-fontawesome";
5
+ import ho from "primevue/chart";
6
+ import vo from "primevue/checkbox";
7
+ import ro from "primevue/inputtext";
8
+ import eo from "primevue/datepicker";
9
+ import ko from "primevue/inputgroup";
10
+ import yo from "primevue/inputgroupaddon";
11
+ import Co from "primevue/popover";
12
+ import Bo from "primevue/inputmask";
13
+ import ao from "primevue/dialog";
14
+ import xo from "primevue/drawer";
15
+ import $o from "primevue/multiselect";
16
+ import wo from "primevue/panel";
17
+ import Ro from "primevue/radiobutton";
18
+ import { RouterLink as zo } from "vue-router";
19
+ import So from "primevue/select";
20
+ import Do from "primevue/toggleswitch";
21
+ import Vo from "primevue/textarea";
22
+ import Wo from "primevue/config";
23
+ import { useToast as Io } from "primevue/usetoast";
24
+ const Fo = {
25
25
  __name: "BaseAlert",
26
26
  props: {
27
27
  message: {
@@ -34,19 +34,19 @@ const Or = {
34
34
  }
35
35
  },
36
36
  setup(o) {
37
- const r = o, e = z(() => ({
37
+ const r = o, e = u(() => ({
38
38
  "ui-alert-success": r.variant === "success",
39
39
  "ui-alert-warning": r.variant === "warning",
40
40
  "ui-alert-error": r.variant === "error",
41
41
  "ui-alert-info": r.variant === "info"
42
42
  }));
43
- return (t, a) => o.message ? (B(), P("div", {
43
+ return (n, a) => o.message ? (i(), b("div", {
44
44
  key: 0,
45
- class: bo(["ui-alert", e.value]),
45
+ class: F(["ui-alert", e.value]),
46
46
  role: "alert"
47
- }, oo(o.message), 3)) : E("", !0);
47
+ }, z(o.message), 3)) : k("", !0);
48
48
  }
49
- }, t0 = {
49
+ }, tu = {
50
50
  __name: "BaseAutoComplete",
51
51
  props: {
52
52
  modelValue: {
@@ -84,13 +84,13 @@ const Or = {
84
84
  "clear"
85
85
  ],
86
86
  setup(o, { emit: r }) {
87
- const e = o, t = r, a = z({
87
+ const e = o, n = r, a = u({
88
88
  get: () => e.modelValue,
89
- set: (d) => t("update:modelValue", d)
90
- }), l = (d) => t("complete", d), n = (d) => t("item-select", d), g = () => t("clear");
91
- return (d, b) => (B(), j(T(mr), Q({
89
+ set: (s) => n("update:modelValue", s)
90
+ }), d = (s) => n("complete", s), l = (s) => n("item-select", s), c = () => n("clear");
91
+ return (s, g) => (i(), p(h(mo), R({
92
92
  modelValue: a.value,
93
- "onUpdate:modelValue": b[0] || (b[0] = ($) => a.value = $),
93
+ "onUpdate:modelValue": g[0] || (g[0] = (y) => a.value = y),
94
94
  suggestions: o.suggestions,
95
95
  disabled: o.disabled,
96
96
  readonly: o.readonly,
@@ -99,30 +99,17 @@ const Or = {
99
99
  { "p-invalid": o.invalid },
100
100
  { "p-sm": o.size === "sm" }
101
101
  ]
102
- }, d.$attrs, {
103
- onComplete: l,
104
- onItemSelect: n,
105
- onClear: g
102
+ }, s.$attrs, {
103
+ onComplete: d,
104
+ onItemSelect: l,
105
+ onClear: c
106
106
  }), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
107
107
  }
108
108
  };
109
- function Lr(o) {
109
+ function Mo(o) {
110
110
  return o ? o.trim().split(/\s+/).slice(0, 2).map((r) => r[0].toUpperCase()).join("") : "";
111
111
  }
112
- function a0(o) {
113
- return o == null ? "" : String(o).toLowerCase().trim().split(/\s+/).map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join(" ");
114
- }
115
- function so(o) {
116
- return o == null ? "" : String(o).replace(/\D/g, "");
117
- }
118
- const n0 = (o) => {
119
- if (!o) return "-";
120
- const r = o.replace(/\D/g, "");
121
- 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;
122
- }, i0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
123
- minimumFractionDigits: r,
124
- maximumFractionDigits: r
125
- }), d0 = {
112
+ const du = {
126
113
  __name: "BaseAvatar",
127
114
  props: {
128
115
  name: {
@@ -141,18 +128,18 @@ const n0 = (o) => {
141
128
  }
142
129
  },
143
130
  setup(o) {
144
- const r = o, e = z(() => Lr(r.name)), t = z(() => [
131
+ const r = o, e = u(() => Mo(r.name)), n = u(() => [
145
132
  "base-avatar",
146
133
  `base-avatar--${r.variant}`,
147
134
  `base-avatar--${r.size}`
148
135
  ]);
149
- return (a, l) => (B(), j(T(pr), {
136
+ return (a, d) => (i(), p(h(po), {
150
137
  label: e.value,
151
138
  shape: "circle",
152
- class: bo(t.value)
139
+ class: F(n.value)
153
140
  }, null, 8, ["label", "class"]));
154
141
  }
155
- }, zo = {
142
+ }, H = {
156
143
  __name: "FaIcon",
157
144
  props: {
158
145
  icon: {
@@ -161,13 +148,13 @@ const n0 = (o) => {
161
148
  }
162
149
  },
163
150
  setup(o) {
164
- return (r, e) => (B(), j(T(br), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
151
+ return (r, e) => (i(), p(h(bo), R({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
165
152
  }
166
- }, Tr = ["disabled", "type"], Wr = {
153
+ }, Oo = ["disabled", "type"], Ao = {
167
154
  key: 0,
168
155
  class: "loading",
169
156
  style: { color: "currentColor" }
170
- }, Fr = { key: 2 }, Fo = {
157
+ }, Ho = { key: 2 }, j = {
171
158
  __name: "BaseButton",
172
159
  props: {
173
160
  label: {
@@ -206,7 +193,7 @@ const n0 = (o) => {
206
193
  }
207
194
  },
208
195
  setup(o) {
209
- const r = o, e = z(() => [
196
+ const r = o, e = u(() => [
210
197
  "ui-btn",
211
198
  {
212
199
  "ui-btn-primary": r.variant === "primary",
@@ -218,33 +205,33 @@ const n0 = (o) => {
218
205
  "ui-btn-danger": r.variant === "danger",
219
206
  "ui-btn-sm": r.size === "sm"
220
207
  }
221
- ]), t = z(() => r.disabled || r.loading);
222
- return (a, l) => (B(), P("button", Q(a.$attrs, {
223
- disabled: t.value,
208
+ ]), n = u(() => r.disabled || r.loading);
209
+ return (a, d) => (i(), b("button", R(a.$attrs, {
210
+ disabled: n.value,
224
211
  class: e.value,
225
212
  type: o.type
226
213
  }), [
227
- o.loading ? (B(), P("span", Wr)) : o.icon && !o.loading ? (B(), j(zo, {
214
+ o.loading ? (i(), b("span", Ao)) : o.icon && !o.loading ? (i(), p(H, {
228
215
  key: 1,
229
216
  icon: o.icon
230
- }, null, 8, ["icon"])) : E("", !0),
231
- o.label ? (B(), P("span", Fr, oo(o.label), 1)) : E("", !0),
232
- _(a.$slots, "default")
233
- ], 16, Tr));
217
+ }, null, 8, ["icon"])) : k("", !0),
218
+ o.label ? (i(), b("span", Ho, z(o.label), 1)) : k("", !0),
219
+ B(a.$slots, "default")
220
+ ], 16, Oo));
234
221
  }
235
- }, jr = {
222
+ }, To = {
236
223
  key: 0,
237
224
  class: "ui-card-header"
238
- }, Ir = {
225
+ }, No = {
239
226
  key: 0,
240
227
  class: "ui-card-title"
241
- }, Hr = {
228
+ }, jo = {
242
229
  key: 1,
243
230
  class: "ui-card-subtitle"
244
- }, Ar = { class: "ui-card-content" }, Nr = {
231
+ }, Lo = { class: "ui-card-content" }, Po = {
245
232
  key: 1,
246
233
  class: "ui-card-footer"
247
- }, Pr = { class: "ui-card-footer-content" }, l0 = {
234
+ }, Yo = { class: "ui-card-footer-content" }, lu = {
248
235
  __name: "BaseCard",
249
236
  props: {
250
237
  title: {
@@ -273,33 +260,33 @@ const n0 = (o) => {
273
260
  }
274
261
  },
275
262
  setup(o) {
276
- const r = o, e = z(() => !!(r.title || r.subtitle)), t = z(() => [
263
+ const r = o, e = u(() => !!(r.title || r.subtitle)), n = u(() => [
277
264
  "ui-card",
278
265
  r.className,
279
266
  { "ui-card-has-footer": r.hasFooter }
280
267
  ]);
281
- return (a, l) => (B(), P("section", {
282
- class: bo(t.value)
268
+ return (a, d) => (i(), b("section", {
269
+ class: F(n.value)
283
270
  }, [
284
- e.value ? (B(), P("header", jr, [
285
- o.title ? (B(), P("div", Ir, oo(o.title), 1)) : E("", !0),
286
- o.subtitle ? (B(), P("div", Hr, oo(o.subtitle), 1)) : E("", !0)
287
- ])) : E("", !0),
288
- io("div", Ar, [
289
- mo(Or, {
271
+ e.value ? (i(), b("header", To, [
272
+ o.title ? (i(), b("div", No, z(o.title), 1)) : k("", !0),
273
+ o.subtitle ? (i(), b("div", jo, z(o.subtitle), 1)) : k("", !0)
274
+ ])) : k("", !0),
275
+ S("div", Lo, [
276
+ W(Fo, {
290
277
  message: o.alertMessage,
291
278
  variant: o.alertVariant
292
279
  }, null, 8, ["message", "variant"]),
293
- _(a.$slots, "default")
280
+ B(a.$slots, "default")
294
281
  ]),
295
- o.hasFooter ? (B(), P("footer", Nr, [
296
- io("div", Pr, [
297
- _(a.$slots, "footer")
282
+ o.hasFooter ? (i(), b("footer", Po, [
283
+ S("div", Yo, [
284
+ B(a.$slots, "footer")
298
285
  ])
299
- ])) : E("", !0)
286
+ ])) : k("", !0)
300
287
  ], 2));
301
288
  }
302
- }, c0 = {
289
+ }, iu = {
303
290
  __name: "BaseChart",
304
291
  props: {
305
292
  type: {
@@ -328,32 +315,32 @@ const n0 = (o) => {
328
315
  { borderColor: "#ef4444", backgroundColor: "rgba(239, 68, 68, 0.60)" },
329
316
  { borderColor: "#38bdf8", backgroundColor: "rgba(56, 189, 248, 0.60)" },
330
317
  { borderColor: "#a855f7", backgroundColor: "rgba(168, 85, 247, 0.60)" }
331
- ]), e = o, t = po(null), a = po(!1);
332
- function l(R, k) {
333
- const M = { ...R };
334
- for (const y of Object.keys(k))
335
- k[y] !== null && typeof k[y] == "object" && !Array.isArray(k[y]) && typeof R[y] == "object" ? M[y] = l(R[y] ?? {}, k[y]) : M[y] = k[y];
336
- return M;
318
+ ]), e = o, n = I(null), a = I(!1);
319
+ function d(x, v) {
320
+ const V = { ...x };
321
+ for (const w of Object.keys(v))
322
+ v[w] !== null && typeof v[w] == "object" && !Array.isArray(v[w]) && typeof x[w] == "object" ? V[w] = d(x[w] ?? {}, v[w]) : V[w] = v[w];
323
+ return V;
337
324
  }
338
- const n = z(() => !["pie", "doughnut"].includes(e.type)), g = z(() => e.height ? e.height : n.value ? "300px" : "400px"), d = z(() => {
325
+ const l = u(() => !["pie", "doughnut"].includes(e.type)), c = u(() => e.height ? e.height : l.value ? "300px" : "400px"), s = u(() => {
339
326
  if (!e.data?.datasets) return e.data;
340
- const R = e.data.datasets.map((k, M) => {
341
- const y = r[M % r.length];
327
+ const x = e.data.datasets.map((v, V) => {
328
+ const w = r[V % r.length];
342
329
  return ["pie", "doughnut"].includes(e.type) ? {
343
- ...k,
344
- backgroundColor: r.map((f) => f.backgroundColor),
345
- borderColor: r.map((f) => f.borderColor),
330
+ ...v,
331
+ backgroundColor: r.map((M) => M.backgroundColor),
332
+ borderColor: r.map((M) => M.borderColor),
346
333
  borderWidth: 1.5
347
334
  } : {
348
- ...k,
349
- backgroundColor: k.backgroundColor ?? y.backgroundColor,
350
- borderColor: k.borderColor ?? y.borderColor,
351
- borderWidth: k.borderWidth ?? 1.5,
335
+ ...v,
336
+ backgroundColor: v.backgroundColor ?? w.backgroundColor,
337
+ borderColor: v.borderColor ?? w.borderColor,
338
+ borderWidth: v.borderWidth ?? 1.5,
352
339
  borderRadius: e.type === "bar" ? 4 : 0
353
340
  };
354
341
  });
355
- return { ...e.data, datasets: R };
356
- }), b = z(() => ({
342
+ return { ...e.data, datasets: x };
343
+ }), g = u(() => ({
357
344
  responsive: !0,
358
345
  maintainAspectRatio: !1,
359
346
  plugins: {
@@ -367,7 +354,7 @@ const n0 = (o) => {
367
354
  }
368
355
  }
369
356
  },
370
- scales: n.value ? {
357
+ scales: l.value ? {
371
358
  x: {
372
359
  ticks: {
373
360
  color: "var(--p-text-muted-color)",
@@ -385,22 +372,22 @@ const n0 = (o) => {
385
372
  border: { display: !1 }
386
373
  }
387
374
  } : void 0
388
- })), $ = z(() => l(b.value, e.options));
389
- return er(() => {
375
+ })), y = u(() => d(g.value, e.options));
376
+ return _(() => {
390
377
  a.value = !0;
391
- }), tr(() => {
392
- a.value = !1, t.value?.chart && t.value.chart.destroy();
393
- }), (R, k) => a.value ? (B(), j(T(hr), {
378
+ }), oo(() => {
379
+ a.value = !1, n.value?.chart && n.value.chart.destroy();
380
+ }), (x, v) => a.value ? (i(), p(h(ho), {
394
381
  key: 0,
395
382
  ref_key: "chartRef",
396
- ref: t,
383
+ ref: n,
397
384
  type: o.type,
398
- data: d.value,
399
- options: $.value,
400
- style: Io({ height: g.value, width: "100%" })
401
- }, null, 8, ["type", "data", "options", "style"])) : E("", !0);
385
+ data: s.value,
386
+ options: y.value,
387
+ style: L({ height: c.value, width: "100%" })
388
+ }, null, 8, ["type", "data", "options", "style"])) : k("", !0);
402
389
  }
403
- }, s0 = {
390
+ }, cu = {
404
391
  __name: "BaseCheckbox",
405
392
  props: {
406
393
  modelValue: {
@@ -430,21 +417,21 @@ const n0 = (o) => {
430
417
  },
431
418
  emits: ["update:modelValue"],
432
419
  setup(o, { emit: r }) {
433
- const e = o, t = r, a = z({
420
+ const e = o, n = r, a = u({
434
421
  get: () => e.modelValue,
435
- set: (l) => t("update:modelValue", l)
422
+ set: (d) => n("update:modelValue", d)
436
423
  });
437
- return (l, n) => (B(), j(T(vr), Q({
424
+ return (d, l) => (i(), p(h(vo), R({
438
425
  modelValue: a.value,
439
- "onUpdate:modelValue": n[0] || (n[0] = (g) => a.value = g),
426
+ "onUpdate:modelValue": l[0] || (l[0] = (c) => a.value = c),
440
427
  value: o.value,
441
428
  "input-id": o.inputId,
442
429
  name: o.name,
443
430
  disabled: o.disabled,
444
431
  class: [{ "p-invalid": o.invalid }]
445
- }, l.$attrs), null, 16, ["modelValue", "value", "input-id", "name", "disabled", "class"]));
432
+ }, d.$attrs), null, 16, ["modelValue", "value", "input-id", "name", "disabled", "class"]));
446
433
  }
447
- }, qr = { class: "ui-currency" }, u0 = {
434
+ }, Xo = { class: "ui-currency" }, su = {
448
435
  __name: "BaseCurrency",
449
436
  props: {
450
437
  modelValue: {
@@ -477,20 +464,20 @@ const n0 = (o) => {
477
464
  },
478
465
  emits: ["update:modelValue"],
479
466
  setup(o, { emit: r }) {
480
- const e = o, t = r, a = (d) => d == null || d === "" ? "" : Number(d).toLocaleString("pt-BR", {
467
+ const e = o, n = r, a = (s) => s == null || s === "" ? "" : Number(s).toLocaleString("pt-BR", {
481
468
  minimumFractionDigits: 2,
482
469
  maximumFractionDigits: 2
483
- }), l = (d) => {
484
- if (!d) return null;
485
- const b = d.replace(/\D/g, "");
486
- return b ? Number(b) / 100 : null;
487
- }, n = z(() => a(e.modelValue)), g = (d) => {
488
- const b = l(d.target.value);
489
- t("update:modelValue", b), d.target.value = a(b);
470
+ }), d = (s) => {
471
+ if (!s) return null;
472
+ const g = s.replace(/\D/g, "");
473
+ return g ? Number(g) / 100 : null;
474
+ }, l = u(() => a(e.modelValue)), c = (s) => {
475
+ const g = d(s.target.value);
476
+ n("update:modelValue", g), s.target.value = a(g);
490
477
  };
491
- return (d, b) => (B(), P("div", qr, [
492
- mo(T(ar), Q({
493
- value: n.value,
478
+ return (s, g) => (i(), b("div", Xo, [
479
+ W(h(ro), R({
480
+ value: l.value,
494
481
  placeholder: o.placeholder,
495
482
  disabled: o.disabled,
496
483
  readonly: o.readonly,
@@ -499,10 +486,10 @@ const n0 = (o) => {
499
486
  { "p-invalid": o.invalid },
500
487
  { "p-sm": o.size === "sm" }
501
488
  ]
502
- }, d.$attrs, { onInput: g }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
489
+ }, s.$attrs, { onInput: c }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
503
490
  ]));
504
491
  }
505
- }, Er = {
492
+ }, qo = {
506
493
  __name: "BaseInputMask",
507
494
  props: {
508
495
  modelValue: {
@@ -543,13 +530,13 @@ const n0 = (o) => {
543
530
  },
544
531
  emits: ["update:modelValue"],
545
532
  setup(o, { emit: r }) {
546
- const e = o, t = r, a = z({
533
+ const e = o, n = r, a = u({
547
534
  get: () => e.modelValue,
548
- set: (l) => t("update:modelValue", l)
535
+ set: (d) => n("update:modelValue", d)
549
536
  });
550
- return (l, n) => (B(), j(T(Cr), Q({
537
+ return (d, l) => (i(), p(h(Bo), R({
551
538
  modelValue: a.value,
552
- "onUpdate:modelValue": n[0] || (n[0] = (g) => a.value = g),
539
+ "onUpdate:modelValue": l[0] || (l[0] = (c) => a.value = c),
553
540
  mask: o.mask,
554
541
  "slot-char": o.slotChar,
555
542
  "auto-clear": o.autoClear,
@@ -560,9 +547,9 @@ const n0 = (o) => {
560
547
  { "p-invalid": o.invalid },
561
548
  { "p-sm": o.size === "sm" }
562
549
  ]
563
- }, l.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
550
+ }, d.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
564
551
  }
565
- }, f0 = {
552
+ }, uu = {
566
553
  __name: "BaseDate",
567
554
  props: {
568
555
  modelValue: {
@@ -619,174 +606,174 @@ const n0 = (o) => {
619
606
  },
620
607
  emits: ["update:modelValue", "update:textValue", "blur"],
621
608
  setup(o, { expose: r, emit: e }) {
622
- const t = o, a = e, l = po(null), n = po(""), g = po(null), d = po(0), b = z(() => t.selectionMode === "range"), $ = (u) => String(u).padStart(2, "0"), R = (u) => {
623
- if (!(u instanceof Date) || Number.isNaN(u.getTime())) return "";
624
- const s = $(u.getDate()), i = $(u.getMonth() + 1), c = String(u.getFullYear());
625
- return `${s}/${i}/${c}`;
626
- }, k = (u) => {
627
- if (!u || typeof u != "string") return null;
628
- const s = u.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
629
- if (!s) return null;
630
- const i = Number(s[1]), c = Number(s[2]), h = Number(s[3]);
631
- if (c < 1 || c > 12 || i < 1 || i > 31 || h < 1e3 || h > 9999) return null;
632
- const m = new Date(h, c - 1, i);
633
- return m.getFullYear() !== h || m.getMonth() !== c - 1 || m.getDate() !== i ? null : m;
634
- }, M = (u) => !(!(u instanceof Date) || Number.isNaN(u.getTime()) || t.minDate && u < t.minDate || t.maxDate && u > t.maxDate), y = (u) => {
635
- const [s, i] = u || [], c = s ? R(s) : "", h = i ? R(i) : "";
636
- return !c && !h ? "" : c && !h ? `${c} - ` : `${c} - ${h}`;
637
- }, p = (u) => {
638
- if (!u || typeof u != "string") return null;
639
- const s = u.match(/^(.+?)\s*-\s*(.+?)$/);
640
- if (!s) return null;
641
- const i = k(s[1].trim()), c = k(s[2].trim());
642
- return !i || !c ? null : [i, c];
643
- }, f = (u) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((u || "").replace(/_/g, "").trim()), v = (u) => {
644
- n.value = u, a("update:textValue", u);
645
- }, C = (u) => {
646
- v(R(u)), g.value = u;
647
- }, x = (u) => {
648
- v(y(u)), g.value = u;
649
- }, L = (u) => {
650
- if (!Array.isArray(u)) return;
651
- const [s, i] = u;
652
- !(s instanceof Date) || !(i instanceof Date) || a("update:modelValue", [s, i]);
653
- }, V = () => {
654
- v(""), g.value = null, d.value += 1, a("update:modelValue", null);
655
- }, W = (u) => {
656
- if (v(u), !u) {
657
- g.value = null, a("update:modelValue", null);
609
+ const n = o, a = e, d = I(null), l = I(""), c = I(null), s = I(0), g = u(() => n.selectionMode === "range"), y = (t) => String(t).padStart(2, "0"), x = (t) => {
610
+ if (!(t instanceof Date) || Number.isNaN(t.getTime())) return "";
611
+ const f = y(t.getDate()), m = y(t.getMonth() + 1), $ = String(t.getFullYear());
612
+ return `${f}/${m}/${$}`;
613
+ }, v = (t) => {
614
+ if (!t || typeof t != "string") return null;
615
+ const f = t.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
616
+ if (!f) return null;
617
+ const m = Number(f[1]), $ = Number(f[2]), D = Number(f[3]);
618
+ if ($ < 1 || $ > 12 || m < 1 || m > 31 || D < 1e3 || D > 9999) return null;
619
+ const A = new Date(D, $ - 1, m);
620
+ return A.getFullYear() !== D || A.getMonth() !== $ - 1 || A.getDate() !== m ? null : A;
621
+ }, V = (t) => !(!(t instanceof Date) || Number.isNaN(t.getTime()) || n.minDate && t < n.minDate || n.maxDate && t > n.maxDate), w = (t) => {
622
+ const [f, m] = t || [], $ = f ? x(f) : "", D = m ? x(m) : "";
623
+ return !$ && !D ? "" : $ && !D ? `${$} - ` : `${$} - ${D}`;
624
+ }, X = (t) => {
625
+ if (!t || typeof t != "string") return null;
626
+ const f = t.match(/^(.+?)\s*-\s*(.+?)$/);
627
+ if (!f) return null;
628
+ const m = v(f[1].trim()), $ = v(f[2].trim());
629
+ return !m || !$ ? null : [m, $];
630
+ }, M = (t) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((t || "").replace(/_/g, "").trim()), O = (t) => {
631
+ l.value = t, a("update:textValue", t);
632
+ }, T = (t) => {
633
+ O(x(t)), c.value = t;
634
+ }, N = (t) => {
635
+ O(w(t)), c.value = t;
636
+ }, q = (t) => {
637
+ if (!Array.isArray(t)) return;
638
+ const [f, m] = t;
639
+ !(f instanceof Date) || !(m instanceof Date) || a("update:modelValue", [f, m]);
640
+ }, E = () => {
641
+ O(""), c.value = null, s.value += 1, a("update:modelValue", null);
642
+ }, no = (t) => {
643
+ if (O(t), !t) {
644
+ c.value = null, a("update:modelValue", null);
658
645
  return;
659
646
  }
660
- if (b.value) {
661
- if (!f(u)) return;
662
- const i = p(u);
663
- if (!i) {
647
+ if (g.value) {
648
+ if (!M(t)) return;
649
+ const m = X(t);
650
+ if (!m) {
664
651
  a("update:modelValue", [null, null]);
665
652
  return;
666
653
  }
667
- g.value = i, L(i);
654
+ c.value = m, q(m);
668
655
  return;
669
656
  }
670
- const s = k(u);
671
- s && (g.value = s, a("update:modelValue", s));
672
- }, F = (u) => {
673
- if (u) {
674
- if (b.value) {
675
- g.value = u;
676
- const [s, i] = u || [];
677
- s instanceof Date && i instanceof Date && (x(u), L(u), l.value && l.value.hide());
657
+ const f = v(t);
658
+ f && (c.value = f, a("update:modelValue", f));
659
+ }, to = (t) => {
660
+ if (t) {
661
+ if (g.value) {
662
+ c.value = t;
663
+ const [f, m] = t || [];
664
+ f instanceof Date && m instanceof Date && (N(t), q(t), d.value && d.value.hide());
678
665
  return;
679
666
  }
680
- C(u), a("update:modelValue", u), l.value && l.value.hide();
667
+ T(t), a("update:modelValue", t), d.value && d.value.hide();
681
668
  }
682
- }, A = () => {
683
- b.value && U.value && V(), a("blur");
684
- }, I = (u) => {
685
- l.value && l.value.toggle(u);
686
- }, O = () => {
687
- const u = /* @__PURE__ */ new Date(), s = new Date(u.getFullYear(), u.getMonth(), u.getDate());
688
- if (M(s)) {
689
- if (b.value) {
690
- const i = [s, s];
691
- x(i), a("update:modelValue", i);
669
+ }, lo = () => {
670
+ g.value && G.value && E(), a("blur");
671
+ }, io = (t) => {
672
+ d.value && d.value.toggle(t);
673
+ }, co = () => {
674
+ const t = /* @__PURE__ */ new Date(), f = new Date(t.getFullYear(), t.getMonth(), t.getDate());
675
+ if (V(f)) {
676
+ if (g.value) {
677
+ const m = [f, f];
678
+ N(m), a("update:modelValue", m);
692
679
  return;
693
680
  }
694
- C(s), a("update:modelValue", s);
681
+ T(f), a("update:modelValue", f);
695
682
  }
696
- }, S = z({
697
- get: () => n.value,
698
- set: (u) => W(u)
699
- }), U = z(
700
- () => b.value && !!n.value && !f(n.value)
683
+ }, U = u({
684
+ get: () => l.value,
685
+ set: (t) => no(t)
686
+ }), G = u(
687
+ () => g.value && !!l.value && !M(l.value)
701
688
  );
702
- return r({ hasPartialInput: U }), sr(
703
- () => t.modelValue,
704
- (u) => {
705
- if (u === null) {
706
- (n.value !== "" || g.value !== null) && (v(""), g.value = null);
689
+ return r({ hasPartialInput: G }), so(
690
+ () => n.modelValue,
691
+ (t) => {
692
+ if (t === null) {
693
+ (l.value !== "" || c.value !== null) && (O(""), c.value = null);
707
694
  return;
708
695
  }
709
- if (b.value) {
710
- Array.isArray(u) && u[0] instanceof Date && u[1] instanceof Date && x(u);
696
+ if (g.value) {
697
+ Array.isArray(t) && t[0] instanceof Date && t[1] instanceof Date && N(t);
711
698
  return;
712
699
  }
713
- u instanceof Date && C(u);
700
+ t instanceof Date && T(t);
714
701
  },
715
702
  { immediate: !0 }
716
- ), (u, s) => (B(), j(T(kr), { class: "ui-inputgroup" }, {
717
- default: G(() => [
718
- (B(), j(Er, Q({
719
- key: d.value,
720
- modelValue: S.value,
721
- "onUpdate:modelValue": s[0] || (s[0] = (i) => S.value = i),
722
- mask: b.value ? "99/99/9999 - 99/99/9999" : o.mask,
703
+ ), (t, f) => (i(), p(h(ko), { class: "ui-inputgroup" }, {
704
+ default: C(() => [
705
+ (i(), p(qo, R({
706
+ key: s.value,
707
+ modelValue: U.value,
708
+ "onUpdate:modelValue": f[0] || (f[0] = (m) => U.value = m),
709
+ mask: g.value ? "99/99/9999 - 99/99/9999" : o.mask,
723
710
  placeholder: o.placeholder,
724
711
  disabled: o.disabled,
725
712
  invalid: o.invalid,
726
713
  size: o.size
727
- }, u.$attrs, { onBlur: A }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid", "size"])),
728
- mo(T(yr), {
729
- class: bo(["ui-inputgroup-addon", { "ui-inputgroup-addon--sm": o.size === "sm" }])
714
+ }, t.$attrs, { onBlur: lo }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid", "size"])),
715
+ W(h(yo), {
716
+ class: F(["ui-inputgroup-addon", { "ui-inputgroup-addon--sm": o.size === "sm" }])
730
717
  }, {
731
- default: G(() => [
732
- o.showClear ? (B(), j(Fo, {
718
+ default: C(() => [
719
+ o.showClear ? (i(), p(j, {
733
720
  key: 0,
734
721
  type: "button",
735
722
  variant: "outline",
736
723
  size: o.size,
737
724
  disabled: o.disabled,
738
725
  "aria-label": "Limpar data",
739
- onClick: V
726
+ onClick: E
740
727
  }, {
741
- default: G(() => [...s[2] || (s[2] = [
742
- Po(" Limpar ", -1)
728
+ default: C(() => [...f[2] || (f[2] = [
729
+ Q(" Limpar ", -1)
743
730
  ])]),
744
731
  _: 1
745
- }, 8, ["size", "disabled"])) : E("", !0),
746
- o.showToday ? (B(), j(Fo, {
732
+ }, 8, ["size", "disabled"])) : k("", !0),
733
+ o.showToday ? (i(), p(j, {
747
734
  key: 1,
748
735
  type: "button",
749
736
  variant: "outline",
750
737
  size: o.size,
751
738
  disabled: o.disabled,
752
739
  "aria-label": "Selecionar hoje",
753
- onClick: O
740
+ onClick: co
754
741
  }, {
755
- default: G(() => [...s[3] || (s[3] = [
756
- Po(" Hoje ", -1)
742
+ default: C(() => [...f[3] || (f[3] = [
743
+ Q(" Hoje ", -1)
757
744
  ])]),
758
745
  _: 1
759
- }, 8, ["size", "disabled"])) : E("", !0),
760
- mo(Fo, {
746
+ }, 8, ["size", "disabled"])) : k("", !0),
747
+ W(j, {
761
748
  type: "button",
762
749
  variant: "ghost",
763
750
  size: o.size,
764
751
  disabled: o.disabled,
765
752
  "aria-label": "Abrir calendário",
766
- onClick: I
753
+ onClick: io
767
754
  }, {
768
- default: G(() => [
769
- o.calendarIcon ? (B(), j(zo, {
755
+ default: C(() => [
756
+ o.calendarIcon ? (i(), p(H, {
770
757
  key: 0,
771
758
  class: "text-lg",
772
759
  icon: o.calendarIcon
773
- }, null, 8, ["icon"])) : E("", !0)
760
+ }, null, 8, ["icon"])) : k("", !0)
774
761
  ]),
775
762
  _: 1
776
763
  }, 8, ["size", "disabled"])
777
764
  ]),
778
765
  _: 1
779
766
  }, 8, ["class"]),
780
- mo(T($r), {
767
+ W(h(Co), {
781
768
  ref_key: "popoverRef",
782
- ref: l
769
+ ref: d
783
770
  }, {
784
- default: G(() => [
785
- mo(T(nr), {
786
- modelValue: g.value,
771
+ default: C(() => [
772
+ W(h(eo), {
773
+ modelValue: c.value,
787
774
  "onUpdate:modelValue": [
788
- s[1] || (s[1] = (i) => g.value = i),
789
- F
775
+ f[1] || (f[1] = (m) => c.value = m),
776
+ to
790
777
  ],
791
778
  inline: "",
792
779
  "selection-mode": o.selectionMode,
@@ -800,7 +787,7 @@ const n0 = (o) => {
800
787
  _: 1
801
788
  }));
802
789
  }
803
- }, g0 = {
790
+ }, fu = {
804
791
  __name: "BaseDatePicker",
805
792
  props: {
806
793
  modelValue: {
@@ -825,33 +812,33 @@ const n0 = (o) => {
825
812
  },
826
813
  emits: ["update:modelValue"],
827
814
  setup(o, { emit: r }) {
828
- const e = o, t = r, a = z({
815
+ const e = o, n = r, a = u({
829
816
  get: () => e.modelValue,
830
- set: (l) => t("update:modelValue", l)
817
+ set: (d) => n("update:modelValue", d)
831
818
  });
832
- return (l, n) => (B(), j(T(nr), Q({
819
+ return (d, l) => (i(), p(h(eo), R({
833
820
  modelValue: a.value,
834
- "onUpdate:modelValue": n[0] || (n[0] = (g) => a.value = g),
821
+ "onUpdate:modelValue": l[0] || (l[0] = (c) => a.value = c),
835
822
  disabled: o.disabled,
836
823
  class: [
837
824
  "w-full",
838
825
  { "p-invalid": o.invalid },
839
826
  { "p-sm": o.size === "sm" }
840
827
  ]
841
- }, l.$attrs), null, 16, ["modelValue", "disabled", "class"]));
828
+ }, d.$attrs), null, 16, ["modelValue", "disabled", "class"]));
842
829
  }
843
- }, Ao = (o, r) => {
830
+ }, Y = (o, r) => {
844
831
  const e = o.__vccOpts || o;
845
- for (const [t, a] of r)
846
- e[t] = a;
832
+ for (const [n, a] of r)
833
+ e[n] = a;
847
834
  return e;
848
- }, Ur = {
835
+ }, Eo = {
849
836
  key: 0,
850
837
  class: "ui-dialog-body"
851
- }, Xr = {
838
+ }, Uo = {
852
839
  key: 1,
853
840
  class: "ui-dialog-content"
854
- }, Zr = {
841
+ }, Go = {
855
842
  __name: "BaseDialog",
856
843
  props: {
857
844
  modelValue: {
@@ -890,60 +877,60 @@ const n0 = (o) => {
890
877
  },
891
878
  emits: ["update:modelValue", "hide", "show"],
892
879
  setup(o, { emit: r }) {
893
- const e = o, t = r, a = z({
880
+ const e = o, n = r, a = u({
894
881
  get: () => e.modelValue,
895
- set: ($) => t("update:modelValue", $)
896
- }), l = {
882
+ set: (y) => n("update:modelValue", y)
883
+ }), d = {
897
884
  sm: "24rem",
898
885
  md: "32rem",
899
886
  lg: "48rem",
900
887
  full: "64rem"
901
- }, n = z(() => ({
902
- width: `min(92vw, ${l[e.size]})`
903
- })), g = z(() => !!(e.icon || e.content)), d = () => t("hide"), b = () => t("show");
904
- return ($, R) => (B(), j(T(ir), {
888
+ }, l = u(() => ({
889
+ width: `min(92vw, ${d[e.size]})`
890
+ })), c = u(() => !!(e.icon || e.content)), s = () => n("hide"), g = () => n("show");
891
+ return (y, x) => (i(), p(h(ao), {
905
892
  visible: a.value,
906
- "onUpdate:visible": R[0] || (R[0] = (k) => a.value = k),
893
+ "onUpdate:visible": x[0] || (x[0] = (v) => a.value = v),
907
894
  modal: "",
908
895
  draggable: !1,
909
896
  header: o.header,
910
897
  closable: o.closable,
911
898
  "dismissable-mask": o.dismissableMask,
912
899
  "close-on-escape": o.closeOnEscape,
913
- style: Io(n.value),
914
- onHide: d,
915
- onShow: b
916
- }, Ho({
917
- default: G(() => [
918
- g.value && !$.$slots.default ? (B(), P("div", Ur, [
919
- o.icon ? (B(), j(zo, {
900
+ style: L(l.value),
901
+ onHide: s,
902
+ onShow: g
903
+ }, P({
904
+ default: C(() => [
905
+ c.value && !y.$slots.default ? (i(), b("div", Eo, [
906
+ o.icon ? (i(), p(H, {
920
907
  key: 0,
921
908
  icon: o.icon,
922
909
  class: "ui-dialog-icon"
923
- }, null, 8, ["icon"])) : E("", !0),
924
- o.content ? (B(), P("p", Xr, oo(o.content), 1)) : E("", !0)
925
- ])) : E("", !0),
926
- _($.$slots, "default", {}, void 0, !0)
910
+ }, null, 8, ["icon"])) : k("", !0),
911
+ o.content ? (i(), b("p", Uo, z(o.content), 1)) : k("", !0)
912
+ ])) : k("", !0),
913
+ B(y.$slots, "default", {}, void 0, !0)
927
914
  ]),
928
915
  _: 2
929
916
  }, [
930
- $.$slots.header ? {
917
+ y.$slots.header ? {
931
918
  name: "header",
932
- fn: G(() => [
933
- _($.$slots, "header", {}, void 0, !0)
919
+ fn: C(() => [
920
+ B(y.$slots, "header", {}, void 0, !0)
934
921
  ]),
935
922
  key: "0"
936
923
  } : void 0,
937
- $.$slots.footer ? {
924
+ y.$slots.footer ? {
938
925
  name: "footer",
939
- fn: G(() => [
940
- _($.$slots, "footer", {}, void 0, !0)
926
+ fn: C(() => [
927
+ B(y.$slots, "footer", {}, void 0, !0)
941
928
  ]),
942
929
  key: "1"
943
930
  } : void 0
944
931
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
945
932
  }
946
- }, m0 = /* @__PURE__ */ Ao(Zr, [["__scopeId", "data-v-d952cadc"]]), Gr = { class: "ui-drawer-content" }, p0 = /* @__PURE__ */ Object.assign({
933
+ }, gu = /* @__PURE__ */ Y(Go, [["__scopeId", "data-v-d952cadc"]]), Qo = { class: "ui-drawer-content" }, mu = /* @__PURE__ */ Object.assign({
947
934
  inheritAttrs: !1
948
935
  }, {
949
936
  __name: "BaseDrawer",
@@ -971,21 +958,21 @@ const n0 = (o) => {
971
958
  },
972
959
  emits: ["update:visible"],
973
960
  setup(o, { emit: r }) {
974
- const e = o, t = r, a = z(() => e.visible), l = () => t("update:visible", !1), n = (d) => {
975
- d.target === d.currentTarget && l();
976
- }, g = (d) => {
977
- t("update:visible", d);
961
+ const e = o, n = r, a = u(() => e.visible), d = () => n("update:visible", !1), l = (s) => {
962
+ s.target === s.currentTarget && d();
963
+ }, c = (s) => {
964
+ n("update:visible", s);
978
965
  };
979
- return (d, b) => (B(), P(ur, null, [
980
- (B(), j(fr, { to: "body" }, [
981
- a.value ? (B(), P("div", {
966
+ return (s, g) => (i(), b(uo, null, [
967
+ (i(), p(fo, { to: "body" }, [
968
+ a.value ? (i(), b("div", {
982
969
  key: 0,
983
970
  class: "ui-drawer-backdrop",
984
971
  role: "presentation",
985
- onClick: n
986
- })) : E("", !0)
972
+ onClick: l
973
+ })) : k("", !0)
987
974
  ])),
988
- mo(T(xr), Q(d.$attrs, {
975
+ W(h(xo), R(s.$attrs, {
989
976
  modal: o.modal,
990
977
  dismissable: o.dismissable,
991
978
  header: o.title,
@@ -993,21 +980,21 @@ const n0 = (o) => {
993
980
  visible: a.value,
994
981
  position: o.position,
995
982
  class: "ui-drawer",
996
- "onUpdate:visible": g
983
+ "onUpdate:visible": c
997
984
  }), {
998
- default: G(() => [
999
- io("div", Gr, [
1000
- _(d.$slots, "default")
985
+ default: C(() => [
986
+ S("div", Qo, [
987
+ B(s.$slots, "default")
1001
988
  ])
1002
989
  ]),
1003
990
  _: 3
1004
991
  }, 16, ["modal", "dismissable", "header", "visible", "position"])
1005
992
  ], 64));
1006
993
  }
1007
- }), _r = { class: "ui-empty" }, Jr = { class: "ui-empty__media" }, Qr = ["src"], Kr = { class: "ui-empty__content" }, oe = { class: "ui-empty__title" }, re = {
994
+ }), Ko = { class: "ui-empty" }, Jo = { class: "ui-empty__media" }, Zo = ["src"], _o = { class: "ui-empty__content" }, or = { class: "ui-empty__title" }, rr = {
1008
995
  key: 0,
1009
996
  class: "ui-empty__description"
1010
- }, ee = { class: "ui-empty__actions" }, te = {
997
+ }, er = { class: "ui-empty__actions" }, ar = {
1011
998
  __name: "BaseEmpty",
1012
999
  props: {
1013
1000
  icon: {
@@ -1028,37 +1015,37 @@ const n0 = (o) => {
1028
1015
  }
1029
1016
  },
1030
1017
  setup(o) {
1031
- const r = o, e = z(() => !!r.image), t = z(() => !!r.description);
1032
- return (a, l) => (B(), P("div", _r, [
1033
- io("div", Jr, [
1034
- e.value ? (B(), P("img", {
1018
+ const r = o, e = u(() => !!r.image), n = u(() => !!r.description);
1019
+ return (a, d) => (i(), b("div", Ko, [
1020
+ S("div", Jo, [
1021
+ e.value ? (i(), b("img", {
1035
1022
  key: 0,
1036
1023
  src: o.image,
1037
1024
  alt: "",
1038
1025
  class: "ui-empty__image"
1039
- }, null, 8, Qr)) : (B(), j(zo, {
1026
+ }, null, 8, Zo)) : (i(), p(H, {
1040
1027
  key: 1,
1041
1028
  icon: o.icon,
1042
1029
  class: "ui-empty__icon"
1043
1030
  }, null, 8, ["icon"]))
1044
1031
  ]),
1045
- io("div", Kr, [
1046
- io("h3", oe, oo(o.title), 1),
1047
- t.value ? (B(), P("p", re, oo(o.description), 1)) : E("", !0),
1048
- io("div", ee, [
1049
- _(a.$slots, "default", {}, void 0, !0)
1032
+ S("div", _o, [
1033
+ S("h3", or, z(o.title), 1),
1034
+ n.value ? (i(), b("p", rr, z(o.description), 1)) : k("", !0),
1035
+ S("div", er, [
1036
+ B(a.$slots, "default", {}, void 0, !0)
1050
1037
  ])
1051
1038
  ])
1052
1039
  ]));
1053
1040
  }
1054
- }, b0 = /* @__PURE__ */ Ao(te, [["__scopeId", "data-v-91327e2b"]]), ae = { class: "ui-field" }, ne = ["for"], ie = { class: "ui-control" }, de = {
1041
+ }, pu = /* @__PURE__ */ Y(ar, [["__scopeId", "data-v-91327e2b"]]), nr = { class: "ui-field" }, tr = ["for"], dr = { class: "ui-control" }, lr = {
1055
1042
  key: 1,
1056
1043
  class: "ui-error",
1057
1044
  role: "alert"
1058
- }, le = {
1045
+ }, ir = {
1059
1046
  key: 2,
1060
1047
  class: "ui-help"
1061
- }, h0 = {
1048
+ }, bu = {
1062
1049
  __name: "BaseField",
1063
1050
  props: {
1064
1051
  label: {
@@ -1079,20 +1066,20 @@ const n0 = (o) => {
1079
1066
  }
1080
1067
  },
1081
1068
  setup(o) {
1082
- const r = o, e = z(() => !!r.label), t = z(() => !!r.error), a = z(() => !!r.help);
1083
- return (l, n) => (B(), P("div", ae, [
1084
- e.value ? (B(), P("label", {
1069
+ const r = o, e = u(() => !!r.label), n = u(() => !!r.error), a = u(() => !!r.help);
1070
+ return (d, l) => (i(), b("div", nr, [
1071
+ e.value ? (i(), b("label", {
1085
1072
  key: 0,
1086
1073
  class: "ui-label",
1087
1074
  for: o.forId
1088
- }, oo(o.label), 9, ne)) : E("", !0),
1089
- io("div", ie, [
1090
- _(l.$slots, "default")
1075
+ }, z(o.label), 9, tr)) : k("", !0),
1076
+ S("div", dr, [
1077
+ B(d.$slots, "default")
1091
1078
  ]),
1092
- t.value ? (B(), P("small", de, oo(o.error), 1)) : a.value ? (B(), P("small", le, oo(o.help), 1)) : E("", !0)
1079
+ n.value ? (i(), b("small", lr, z(o.error), 1)) : a.value ? (i(), b("small", ir, z(o.help), 1)) : k("", !0)
1093
1080
  ]));
1094
1081
  }
1095
- }, v0 = {
1082
+ }, hu = {
1096
1083
  __name: "BaseInputText",
1097
1084
  props: {
1098
1085
  modelValue: {
@@ -1121,17 +1108,17 @@ const n0 = (o) => {
1121
1108
  },
1122
1109
  emits: ["update:modelValue"],
1123
1110
  setup(o, { expose: r, emit: e }) {
1124
- const t = o, a = e, l = z({
1125
- get: () => t.modelValue,
1126
- set: (g) => a("update:modelValue", g)
1127
- }), n = po(null);
1111
+ const n = o, a = e, d = u({
1112
+ get: () => n.modelValue,
1113
+ set: (c) => a("update:modelValue", c)
1114
+ }), l = I(null);
1128
1115
  return r({
1129
- focus: () => n.value?.$el?.focus()
1130
- }), (g, d) => (B(), j(T(ar), Q({
1116
+ focus: () => l.value?.$el?.focus()
1117
+ }), (c, s) => (i(), p(h(ro), R({
1131
1118
  ref_key: "inputRef",
1132
- ref: n,
1133
- modelValue: l.value,
1134
- "onUpdate:modelValue": d[0] || (d[0] = (b) => l.value = b),
1119
+ ref: l,
1120
+ modelValue: d.value,
1121
+ "onUpdate:modelValue": s[0] || (s[0] = (g) => d.value = g),
1135
1122
  disabled: o.disabled,
1136
1123
  readonly: o.readonly,
1137
1124
  class: [
@@ -1139,9 +1126,9 @@ const n0 = (o) => {
1139
1126
  { "p-invalid": o.invalid },
1140
1127
  { "p-sm": o.size === "sm" }
1141
1128
  ]
1142
- }, g.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
1129
+ }, c.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
1143
1130
  }
1144
- }, k0 = {
1131
+ }, vu = {
1145
1132
  __name: "BaseModal",
1146
1133
  props: {
1147
1134
  modelValue: {
@@ -1172,52 +1159,52 @@ const n0 = (o) => {
1172
1159
  },
1173
1160
  emits: ["update:modelValue", "hide", "show"],
1174
1161
  setup(o, { emit: r }) {
1175
- const e = o, t = r, a = z({
1162
+ const e = o, n = r, a = u({
1176
1163
  get: () => e.modelValue,
1177
- set: (b) => t("update:modelValue", b)
1178
- }), l = {
1164
+ set: (g) => n("update:modelValue", g)
1165
+ }), d = {
1179
1166
  sm: "24rem",
1180
1167
  md: "38rem",
1181
1168
  lg: "56rem",
1182
1169
  full: "72rem"
1183
- }, n = z(() => ({
1184
- width: `min(92vw, ${l[e.size]})`
1185
- })), g = () => t("hide"), d = () => t("show");
1186
- return (b, $) => (B(), j(T(ir), {
1170
+ }, l = u(() => ({
1171
+ width: `min(92vw, ${d[e.size]})`
1172
+ })), c = () => n("hide"), s = () => n("show");
1173
+ return (g, y) => (i(), p(h(ao), {
1187
1174
  visible: a.value,
1188
- "onUpdate:visible": $[0] || ($[0] = (R) => a.value = R),
1175
+ "onUpdate:visible": y[0] || (y[0] = (x) => a.value = x),
1189
1176
  modal: "",
1190
1177
  draggable: !1,
1191
1178
  header: o.header,
1192
1179
  closable: o.closable,
1193
1180
  "dismissable-mask": o.dismissableMask,
1194
1181
  "close-on-escape": o.closeOnEscape,
1195
- style: Io(n.value),
1196
- onHide: g,
1197
- onShow: d
1198
- }, Ho({
1199
- default: G(() => [
1200
- _(b.$slots, "default")
1182
+ style: L(l.value),
1183
+ onHide: c,
1184
+ onShow: s
1185
+ }, P({
1186
+ default: C(() => [
1187
+ B(g.$slots, "default")
1201
1188
  ]),
1202
1189
  _: 2
1203
1190
  }, [
1204
- b.$slots.header ? {
1191
+ g.$slots.header ? {
1205
1192
  name: "header",
1206
- fn: G(() => [
1207
- _(b.$slots, "header")
1193
+ fn: C(() => [
1194
+ B(g.$slots, "header")
1208
1195
  ]),
1209
1196
  key: "0"
1210
1197
  } : void 0,
1211
- b.$slots.footer ? {
1198
+ g.$slots.footer ? {
1212
1199
  name: "footer",
1213
- fn: G(() => [
1214
- _(b.$slots, "footer")
1200
+ fn: C(() => [
1201
+ B(g.$slots, "footer")
1215
1202
  ]),
1216
1203
  key: "1"
1217
1204
  } : void 0
1218
1205
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
1219
1206
  }
1220
- }, y0 = {
1207
+ }, ku = {
1221
1208
  __name: "BaseMultiSelect",
1222
1209
  props: {
1223
1210
  modelValue: {
@@ -1266,13 +1253,13 @@ const n0 = (o) => {
1266
1253
  },
1267
1254
  emits: ["update:modelValue"],
1268
1255
  setup(o, { emit: r }) {
1269
- const e = o, t = r, a = z({
1256
+ const e = o, n = r, a = u({
1270
1257
  get: () => e.modelValue,
1271
- set: (l) => t("update:modelValue", l)
1258
+ set: (d) => n("update:modelValue", d)
1272
1259
  });
1273
- return (l, n) => (B(), j(T(wr), Q({
1260
+ return (d, l) => (i(), p(h($o), R({
1274
1261
  modelValue: a.value,
1275
- "onUpdate:modelValue": n[0] || (n[0] = (g) => a.value = g),
1262
+ "onUpdate:modelValue": l[0] || (l[0] = (c) => a.value = c),
1276
1263
  fluid: "",
1277
1264
  options: o.options,
1278
1265
  "option-label": o.optionLabel,
@@ -1285,9 +1272,9 @@ const n0 = (o) => {
1285
1272
  { "p-invalid": o.invalid },
1286
1273
  { "p-sm": o.size === "sm" }
1287
1274
  ]
1288
- }, l.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
1275
+ }, d.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
1289
1276
  }
1290
- }, ce = {
1277
+ }, cr = {
1291
1278
  __name: "BasePanel",
1292
1279
  props: {
1293
1280
  header: {
@@ -1309,38 +1296,38 @@ const n0 = (o) => {
1309
1296
  }
1310
1297
  },
1311
1298
  setup(o) {
1312
- const r = o, e = z(() => ({
1299
+ const r = o, e = u(() => ({
1313
1300
  "ui-panel": !0,
1314
1301
  [`ui-panel--${r.variant}`]: !!r.variant
1315
1302
  }));
1316
- return (t, a) => (B(), j(T(Br), {
1303
+ return (n, a) => (i(), p(h(wo), {
1317
1304
  header: o.header,
1318
1305
  toggleable: o.toggleable,
1319
1306
  collapsed: o.collapsed,
1320
- class: bo(e.value)
1321
- }, Ho({
1322
- default: G(() => [
1323
- _(t.$slots, "default", {}, void 0, !0)
1307
+ class: F(e.value)
1308
+ }, P({
1309
+ default: C(() => [
1310
+ B(n.$slots, "default", {}, void 0, !0)
1324
1311
  ]),
1325
1312
  _: 2
1326
1313
  }, [
1327
- t.$slots.header ? {
1314
+ n.$slots.header ? {
1328
1315
  name: "header",
1329
- fn: G(() => [
1330
- _(t.$slots, "header", {}, void 0, !0)
1316
+ fn: C(() => [
1317
+ B(n.$slots, "header", {}, void 0, !0)
1331
1318
  ]),
1332
1319
  key: "0"
1333
1320
  } : void 0,
1334
- t.$slots.icons ? {
1321
+ n.$slots.icons ? {
1335
1322
  name: "icons",
1336
- fn: G(() => [
1337
- _(t.$slots, "icons", {}, void 0, !0)
1323
+ fn: C(() => [
1324
+ B(n.$slots, "icons", {}, void 0, !0)
1338
1325
  ]),
1339
1326
  key: "1"
1340
1327
  } : void 0
1341
1328
  ]), 1032, ["header", "toggleable", "collapsed", "class"]));
1342
1329
  }
1343
- }, $0 = /* @__PURE__ */ Ao(ce, [["__scopeId", "data-v-cc034b6b"]]), C0 = {
1330
+ }, yu = /* @__PURE__ */ Y(cr, [["__scopeId", "data-v-cc034b6b"]]), Cu = {
1344
1331
  __name: "BaseRadioButton",
1345
1332
  props: {
1346
1333
  modelValue: {
@@ -1370,21 +1357,21 @@ const n0 = (o) => {
1370
1357
  },
1371
1358
  emits: ["update:modelValue"],
1372
1359
  setup(o, { emit: r }) {
1373
- const e = o, t = r, a = z({
1360
+ const e = o, n = r, a = u({
1374
1361
  get: () => e.modelValue,
1375
- set: (l) => t("update:modelValue", l)
1362
+ set: (d) => n("update:modelValue", d)
1376
1363
  });
1377
- return (l, n) => (B(), j(T(Rr), Q({
1364
+ return (d, l) => (i(), p(h(Ro), R({
1378
1365
  modelValue: a.value,
1379
- "onUpdate:modelValue": n[0] || (n[0] = (g) => a.value = g),
1366
+ "onUpdate:modelValue": l[0] || (l[0] = (c) => a.value = c),
1380
1367
  value: o.value,
1381
1368
  name: o.name,
1382
1369
  "input-id": o.inputId,
1383
1370
  disabled: o.disabled,
1384
1371
  class: [{ "p-invalid": o.invalid }]
1385
- }, l.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
1372
+ }, d.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
1386
1373
  }
1387
- }, x0 = {
1374
+ }, Bu = {
1388
1375
  __name: "BaseRouterLink",
1389
1376
  props: {
1390
1377
  to: {
@@ -1402,10 +1389,14 @@ const n0 = (o) => {
1402
1389
  variant: {
1403
1390
  type: String,
1404
1391
  default: "primary"
1392
+ },
1393
+ target: {
1394
+ type: String,
1395
+ default: null
1405
1396
  }
1406
1397
  },
1407
1398
  setup(o) {
1408
- const r = o, e = z(() => r.disabled || r.loading), t = z(() => [
1399
+ const r = o, e = u(() => r.disabled || r.loading), n = u(() => [
1409
1400
  "ui-btn",
1410
1401
  {
1411
1402
  "ui-btn-primary": r.variant === "primary",
@@ -1415,22 +1406,23 @@ const n0 = (o) => {
1415
1406
  "ui-btn-disabled": e.value
1416
1407
  }
1417
1408
  ]);
1418
- return (a, l) => (B(), j(T(Dr), {
1409
+ return (a, d) => (i(), p(h(zo), {
1419
1410
  to: e.value ? void 0 : o.to,
1420
- class: bo(t.value),
1411
+ class: F(n.value),
1421
1412
  "aria-disabled": e.value,
1422
- onClick: l[0] || (l[0] = gr((n) => e.value && n.preventDefault(), ["prevent"]))
1413
+ target: o.target,
1414
+ onClick: d[0] || (d[0] = go((l) => e.value && l.preventDefault(), ["prevent"]))
1423
1415
  }, {
1424
- default: G(() => [
1425
- _(a.$slots, "default")
1416
+ default: C(() => [
1417
+ B(a.$slots, "default")
1426
1418
  ]),
1427
1419
  _: 3
1428
- }, 8, ["to", "class", "aria-disabled"]));
1420
+ }, 8, ["to", "class", "aria-disabled", "target"]));
1429
1421
  }
1430
- }, se = { class: "ui-section-divider" }, ue = {
1422
+ }, sr = { class: "ui-section-divider" }, ur = {
1431
1423
  key: 0,
1432
1424
  class: "ui-section-divider__label"
1433
- }, w0 = {
1425
+ }, xu = {
1434
1426
  __name: "BaseSectionDivider",
1435
1427
  props: {
1436
1428
  label: {
@@ -1439,13 +1431,13 @@ const n0 = (o) => {
1439
1431
  }
1440
1432
  },
1441
1433
  setup(o) {
1442
- const r = o, e = z(() => !!r.label);
1443
- return (t, a) => (B(), P("div", se, [
1444
- e.value ? (B(), P("span", ue, oo(o.label), 1)) : E("", !0),
1445
- a[0] || (a[0] = io("div", { class: "ui-section-divider__line" }, null, -1))
1434
+ const r = o, e = u(() => !!r.label);
1435
+ return (n, a) => (i(), b("div", sr, [
1436
+ e.value ? (i(), b("span", ur, z(o.label), 1)) : k("", !0),
1437
+ a[0] || (a[0] = S("div", { class: "ui-section-divider__line" }, null, -1))
1446
1438
  ]));
1447
1439
  }
1448
- }, B0 = {
1440
+ }, $u = {
1449
1441
  __name: "BaseSelect",
1450
1442
  props: {
1451
1443
  modelValue: {
@@ -1494,17 +1486,17 @@ const n0 = (o) => {
1494
1486
  },
1495
1487
  emits: ["update:modelValue"],
1496
1488
  setup(o, { emit: r }) {
1497
- const e = o, t = r, a = z({
1489
+ const e = o, n = r, a = u({
1498
1490
  get: () => e.modelValue,
1499
- set: (n) => t("update:modelValue", n)
1500
- }), l = z(() => e.optionEmpty ? [
1491
+ set: (l) => n("update:modelValue", l)
1492
+ }), d = u(() => e.optionEmpty ? [
1501
1493
  e.optionEmpty,
1502
1494
  ...e.options
1503
1495
  ] : e.options);
1504
- return (n, g) => (B(), j(T(Sr), Q({
1496
+ return (l, c) => (i(), p(h(So), R({
1505
1497
  modelValue: a.value,
1506
- "onUpdate:modelValue": g[0] || (g[0] = (d) => a.value = d),
1507
- options: l.value,
1498
+ "onUpdate:modelValue": c[0] || (c[0] = (s) => a.value = s),
1499
+ options: d.value,
1508
1500
  "option-label": o.optionLabel,
1509
1501
  "option-value": o.optionValue,
1510
1502
  placeholder: o.placeholder,
@@ -1515,9 +1507,9 @@ const n0 = (o) => {
1515
1507
  { "p-invalid": o.invalid },
1516
1508
  { "p-sm": o.size === "sm" }
1517
1509
  ]
1518
- }, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1510
+ }, l.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1519
1511
  }
1520
- }, R0 = {
1512
+ }, wu = {
1521
1513
  __name: "BaseSwitch",
1522
1514
  props: {
1523
1515
  modelValue: {
@@ -1546,21 +1538,21 @@ const n0 = (o) => {
1546
1538
  },
1547
1539
  emits: ["update:modelValue"],
1548
1540
  setup(o, { emit: r }) {
1549
- const e = o, t = r, a = z({
1541
+ const e = o, n = r, a = u({
1550
1542
  get: () => e.modelValue,
1551
- set: (n) => {
1552
- e.disabled || e.loading || t("update:modelValue", n);
1543
+ set: (l) => {
1544
+ e.disabled || e.loading || n("update:modelValue", l);
1553
1545
  }
1554
- }), l = z(() => e.disabled || e.loading);
1555
- return (n, g) => (B(), j(T(zr), {
1546
+ }), d = u(() => e.disabled || e.loading);
1547
+ return (l, c) => (i(), p(h(Do), {
1556
1548
  modelValue: a.value,
1557
- "onUpdate:modelValue": g[0] || (g[0] = (d) => a.value = d),
1549
+ "onUpdate:modelValue": c[0] || (c[0] = (s) => a.value = s),
1558
1550
  "input-id": o.inputId,
1559
- disabled: l.value,
1560
- class: bo(["base-switch", { "base-switch--sm": o.size === "sm" }])
1551
+ disabled: d.value,
1552
+ class: F(["base-switch", { "base-switch--sm": o.size === "sm" }])
1561
1553
  }, null, 8, ["modelValue", "input-id", "disabled", "class"]));
1562
1554
  }
1563
- }, D0 = {
1555
+ }, Ru = {
1564
1556
  __name: "BaseTextarea",
1565
1557
  props: {
1566
1558
  modelValue: {
@@ -1590,13 +1582,13 @@ const n0 = (o) => {
1590
1582
  },
1591
1583
  emits: ["update:modelValue"],
1592
1584
  setup(o, { emit: r }) {
1593
- const e = o, t = r, a = z({
1585
+ const e = o, n = r, a = u({
1594
1586
  get: () => e.modelValue,
1595
- set: (l) => t("update:modelValue", l)
1587
+ set: (d) => n("update:modelValue", d)
1596
1588
  });
1597
- return (l, n) => (B(), j(T(Mr), Q({
1589
+ return (d, l) => (i(), p(h(Vo), R({
1598
1590
  modelValue: a.value,
1599
- "onUpdate:modelValue": n[0] || (n[0] = (g) => a.value = g),
1591
+ "onUpdate:modelValue": l[0] || (l[0] = (c) => a.value = c),
1600
1592
  rows: o.rows,
1601
1593
  "auto-resize": o.autoResize,
1602
1594
  disabled: o.disabled,
@@ -1605,9 +1597,9 @@ const n0 = (o) => {
1605
1597
  "w-full",
1606
1598
  { "p-invalid": o.invalid }
1607
1599
  ]
1608
- }, l.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
1600
+ }, d.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
1609
1601
  }
1610
- }, S0 = {
1602
+ }, zu = {
1611
1603
  mounted(o) {
1612
1604
  const r = () => {
1613
1605
  typeof o?.focus == "function" && o.focus();
@@ -1619,7 +1611,7 @@ const n0 = (o) => {
1619
1611
  });
1620
1612
  }
1621
1613
  };
1622
- var fe = { transitionDuration: "{transition.duration}" }, ge = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, me = { 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" } }, pe = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, be = { root: fe, panel: ge, header: me, content: pe }, he = { 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}" }, ve = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ke = { padding: "{list.padding}", gap: "{list.gap}" }, ye = { 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}" }, $e = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ce = { 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}" } }, xe = { borderRadius: "{border.radius.sm}" }, we = { padding: "{list.option.padding}" }, Be = { 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}" } } }, Re = { root: he, overlay: ve, list: ke, option: ye, optionGroup: $e, dropdown: Ce, chip: xe, emptyMessage: we, colorScheme: Be }, De = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Se = { size: "1rem" }, ze = { borderColor: "{content.background}", offset: "-0.75rem" }, Me = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Ye = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Ve = { root: De, icon: Se, group: ze, lg: Me, xl: Ye }, Oe = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Le = { size: "0.5rem" }, Te = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, We = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Fe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, je = { 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}" } } }, Ie = { root: Oe, dot: Le, sm: Te, lg: We, xl: Fe, colorScheme: je }, He = { 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" } }, Ae = { 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}" } } } } }, Ne = { primitive: He, semantic: Ae }, Pe = { borderRadius: "{content.border.radius}" }, qe = { root: Pe }, Ee = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ue = { 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}" } }, Xe = { color: "{navigation.item.icon.color}" }, Ze = { root: Ee, item: Ue, separator: Xe }, Ge = { 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}" }, _e = { 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}" } } }, Je = { root: Ge, colorScheme: _e }, Qe = { 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)" }, Ke = { padding: "1.25rem", gap: "0.5rem" }, ot = { gap: "0.5rem" }, rt = { fontSize: "1.25rem", fontWeight: "500" }, et = { color: "{text.muted.color}" }, tt = { root: Qe, body: Ke, caption: ot, title: rt, subtitle: et }, at = { transitionDuration: "{transition.duration}" }, nt = { gap: "0.25rem" }, it = { padding: "1rem", gap: "0.5rem" }, dt = { 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}" } }, lt = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, ct = { root: at, content: nt, indicatorList: it, indicator: dt, colorScheme: lt }, st = { 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}" } }, ut = { width: "2.5rem", color: "{form.field.icon.color}" }, ft = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, gt = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, mt = { 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" } }, pt = { color: "{form.field.icon.color}" }, bt = { root: st, dropdown: ut, overlay: ft, list: gt, option: mt, clearIcon: pt }, ht = { 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" } }, vt = { 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" } }, kt = { root: ht, icon: vt }, yt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, $t = { width: "2rem", height: "2rem" }, Ct = { size: "1rem" }, xt = { 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}" } }, wt = { 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}" } } }, Bt = { root: yt, image: $t, icon: Ct, removeIcon: xt, colorScheme: wt }, Rt = { transitionDuration: "{transition.duration}" }, Dt = { 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}" } }, St = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, zt = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Mt = { root: Rt, preview: Dt, panel: St, colorScheme: zt }, Yt = { size: "2rem", color: "{overlay.modal.color}" }, Vt = { gap: "1rem" }, Ot = { icon: Yt, content: Vt }, Lt = { 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" }, Tt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Wt = { size: "1.5rem", color: "{overlay.popover.color}" }, Ft = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, jt = { root: Lt, content: Tt, icon: Wt, footer: Ft }, It = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ht = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, At = { 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}" } }, Nt = { mobileIndent: "1rem" }, Pt = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qt = { borderColor: "{content.border.color}" }, Et = { root: It, list: Ht, item: At, submenu: Nt, submenuIcon: Pt, separator: qt }, Ut = `
1614
+ var fr = { transitionDuration: "{transition.duration}" }, gr = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, mr = { 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" } }, pr = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, br = { root: fr, panel: gr, header: mr, content: pr }, hr = { 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}" }, vr = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, kr = { padding: "{list.padding}", gap: "{list.gap}" }, yr = { 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}" }, Cr = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Br = { 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}" } }, xr = { borderRadius: "{border.radius.sm}" }, $r = { padding: "{list.option.padding}" }, wr = { 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}" } } }, Rr = { root: hr, overlay: vr, list: kr, option: yr, optionGroup: Cr, dropdown: Br, chip: xr, emptyMessage: $r, colorScheme: wr }, zr = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Sr = { size: "1rem" }, Dr = { borderColor: "{content.background}", offset: "-0.75rem" }, Vr = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Wr = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Ir = { root: zr, icon: Sr, group: Dr, lg: Vr, xl: Wr }, Fr = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Mr = { size: "0.5rem" }, Or = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ar = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Hr = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Tr = { 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}" } } }, Nr = { root: Fr, dot: Mr, sm: Or, lg: Ar, xl: Hr, colorScheme: Tr }, jr = { 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" } }, Lr = { 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}" } } } } }, Pr = { primitive: jr, semantic: Lr }, Yr = { borderRadius: "{content.border.radius}" }, Xr = { root: Yr }, qr = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Er = { 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}" } }, Ur = { color: "{navigation.item.icon.color}" }, Gr = { root: qr, item: Er, separator: Ur }, Qr = { 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}" }, Kr = { 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}" } } }, Jr = { root: Qr, colorScheme: Kr }, Zr = { 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)" }, _r = { padding: "1.25rem", gap: "0.5rem" }, oe = { gap: "0.5rem" }, re = { fontSize: "1.25rem", fontWeight: "500" }, ee = { color: "{text.muted.color}" }, ae = { root: Zr, body: _r, caption: oe, title: re, subtitle: ee }, ne = { transitionDuration: "{transition.duration}" }, te = { gap: "0.25rem" }, de = { padding: "1rem", gap: "0.5rem" }, le = { 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}" } }, ie = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, ce = { root: ne, content: te, indicatorList: de, indicator: le, colorScheme: ie }, se = { 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}" } }, ue = { width: "2.5rem", color: "{form.field.icon.color}" }, fe = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ge = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, me = { 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" } }, pe = { color: "{form.field.icon.color}" }, be = { root: se, dropdown: ue, overlay: fe, list: ge, option: me, clearIcon: pe }, he = { 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" } }, ve = { 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" } }, ke = { root: he, icon: ve }, ye = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ce = { width: "2rem", height: "2rem" }, Be = { size: "1rem" }, xe = { 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}" } }, $e = { 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}" } } }, we = { root: ye, image: Ce, icon: Be, removeIcon: xe, colorScheme: $e }, Re = { transitionDuration: "{transition.duration}" }, ze = { 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}" } }, Se = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, De = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ve = { root: Re, preview: ze, panel: Se, colorScheme: De }, We = { size: "2rem", color: "{overlay.modal.color}" }, Ie = { gap: "1rem" }, Fe = { icon: We, content: Ie }, Me = { 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" }, Oe = { padding: "{overlay.popover.padding}", gap: "1rem" }, Ae = { size: "1.5rem", color: "{overlay.popover.color}" }, He = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Te = { root: Me, content: Oe, icon: Ae, footer: He }, Ne = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, je = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Le = { 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}" } }, Pe = { mobileIndent: "1rem" }, Ye = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Xe = { borderColor: "{content.border.color}" }, qe = { root: Ne, list: je, item: Le, submenu: Pe, submenuIcon: Ye, separator: Xe }, Ee = `
1623
1615
  li.p-autocomplete-option,
1624
1616
  div.p-cascadeselect-option-content,
1625
1617
  li.p-listbox-option,
@@ -1643,24 +1635,24 @@ var fe = { transitionDuration: "{transition.duration}" }, ge = { borderWidth: "0
1643
1635
  .p-treetable thead.p-treetable-thead>tr>th {
1644
1636
  transition: none;
1645
1637
  }
1646
- `, Xt = { transitionDuration: "{transition.duration}" }, Zt = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Gt = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{datatable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, _t = { fontWeight: "600" }, Jt = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Qt = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Kt = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, oa = { fontWeight: "600" }, ra = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, ea = { color: "{primary.color}" }, ta = { width: "0.5rem" }, aa = { width: "1px", color: "{primary.color}" }, na = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, ia = { size: "2rem" }, da = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, la = { inlineGap: "0.5rem", overlaySelect: { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, overlayPopover: { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}", gap: "0.5rem" }, rule: { borderColor: "{content.border.color}" }, constraintList: { padding: "{list.padding}", gap: "{list.gap}" }, constraint: { 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}", separator: { borderColor: "{content.border.color}" }, padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" } }, ca = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, sa = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, ua = { light: { root: { borderColor: "{content.border.color}" }, row: { stripedBackground: "{surface.50}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, row: { stripedBackground: "{surface.950}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, fa = `
1638
+ `, Ue = { transitionDuration: "{transition.duration}" }, Ge = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Qe = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{datatable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Ke = { fontWeight: "600" }, Je = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Ze = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, _e = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, oa = { fontWeight: "600" }, ra = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, ea = { color: "{primary.color}" }, aa = { width: "0.5rem" }, na = { width: "1px", color: "{primary.color}" }, ta = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, da = { size: "2rem" }, la = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ia = { inlineGap: "0.5rem", overlaySelect: { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, overlayPopover: { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}", gap: "0.5rem" }, rule: { borderColor: "{content.border.color}" }, constraintList: { padding: "{list.padding}", gap: "{list.gap}" }, constraint: { 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}", separator: { borderColor: "{content.border.color}" }, padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" } }, ca = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, sa = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, ua = { light: { root: { borderColor: "{content.border.color}" }, row: { stripedBackground: "{surface.50}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, row: { stripedBackground: "{surface.950}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, fa = `
1647
1639
  .p-datatable-mask.p-overlay-mask {
1648
1640
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1649
1641
  }
1650
- `, ga = { root: Xt, header: Zt, headerCell: Gt, columnTitle: _t, row: Jt, bodyCell: Qt, footerCell: Kt, columnFooter: oa, footer: ra, dropPoint: ea, columnResizer: ta, resizeIndicator: aa, sortIcon: na, loadingIcon: ia, rowToggleButton: da, filter: la, paginatorTop: ca, paginatorBottom: sa, colorScheme: ua, css: fa }, ma = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, pa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ba = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ha = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, va = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ka = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ya = { root: ma, header: pa, content: ba, footer: ha, paginatorTop: va, paginatorBottom: ka }, $a = { transitionDuration: "{transition.duration}" }, Ca = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, xa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, wa = { gap: "0.5rem", fontWeight: "500" }, Ba = { 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}" } }, Ra = { color: "{form.field.icon.color}" }, Da = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, za = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ma = { margin: "0.5rem 0 0 0" }, Ya = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Va = { 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}" } }, Oa = { margin: "0.5rem 0 0 0" }, La = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ta = { margin: "0.5rem 0 0 0" }, Wa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Fa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, ja = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ia = { 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}" } } }, Ha = { root: $a, panel: Ca, header: xa, title: wa, dropdown: Ba, inputIcon: Ra, selectMonth: Da, selectYear: Sa, group: za, dayView: Ma, weekDay: Ya, date: Va, monthView: Oa, month: La, yearView: Ta, year: Wa, buttonbar: Fa, timePicker: ja, colorScheme: Ia }, Aa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Na = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Pa = { fontSize: "1.25rem", fontWeight: "600" }, qa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Ea = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Ua = { root: Aa, header: Na, title: Pa, content: qa, footer: Ea }, Xa = { borderColor: "{content.border.color}" }, Za = { background: "{content.background}", color: "{text.color}" }, Ga = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, _a = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ja = { root: Xa, content: Za, horizontal: Ga, vertical: _a }, Qa = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Ka = { 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}" } }, on = { root: Qa, item: Ka }, rn = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, en = { padding: "{overlay.modal.padding}" }, tn = { fontSize: "1.5rem", fontWeight: "600" }, an = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, nn = { padding: "{overlay.modal.padding}" }, dn = { root: rn, header: en, title: tn, content: an, footer: nn }, ln = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, cn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, sn = { 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}" }, un = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, fn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, gn = { toolbar: ln, toolbarItem: cn, overlay: sn, overlayOption: un, content: fn }, mn = { 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}" }, pn = { 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}" } }, bn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, hn = { padding: "0" }, vn = { root: mn, legend: pn, toggleIcon: bn, content: hn }, kn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, yn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, $n = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, Cn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, xn = { gap: "0.5rem" }, wn = { height: "0.25rem" }, Bn = { gap: "0.5rem" }, Rn = { root: kn, header: yn, content: $n, file: Cn, fileList: xn, progressbar: wn, basic: Bn }, Dn = { 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" } }, Sn = { active: { top: "-1.25rem" } }, zn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Mn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Yn = { root: Dn, over: Sn, in: zn, on: Mn }, Vn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, On = { 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}" } }, Ln = { size: "1.5rem" }, Tn = { background: "{content.background}", padding: "1rem 0.25rem" }, Wn = { 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}" } }, Fn = { size: "1rem" }, jn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, In = { gap: "0.5rem", padding: "1rem" }, Hn = { 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}" } }, An = { background: "rgba(0, 0, 0, 0.5)" }, Nn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Pn = { 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}" } }, qn = { size: "1.5rem" }, En = { 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}" } } }, Un = { root: Vn, navButton: On, navIcon: Ln, thumbnailsContent: Tn, thumbnailNavButton: Wn, thumbnailNavButtonIcon: Fn, caption: jn, indicatorList: In, indicatorButton: Hn, insetIndicatorList: An, insetIndicatorButton: Nn, closeButton: Pn, closeButtonIcon: qn, colorScheme: En }, Xn = { color: "{form.field.icon.color}" }, Zn = { icon: Xn }, Gn = { 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" }, _n = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Jn = { root: Gn, input: _n }, Qn = { transitionDuration: "{transition.duration}" }, Kn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, oi = { 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" }, ri = { 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}" } }, ei = { root: Qn, preview: Kn, toolbar: oi, action: ri }, ti = { 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}" } }, ai = { handle: ti }, ni = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ii = { fontWeight: "500" }, di = { size: "1rem" }, li = { 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%)" } } }, ci = { root: ni, text: ii, icon: di, colorScheme: li }, si = { 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}" }, ui = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, fi = { root: si, display: ui }, gi = { 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}" }, mi = { borderRadius: "{border.radius.sm}" }, pi = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, bi = { root: gi, chip: mi, colorScheme: pi }, hi = { 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" }, vi = { addon: hi }, ki = { transitionDuration: "{transition.duration}" }, yi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, $i = { 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}" } } }, Ci = { root: ki, button: yi, colorScheme: $i }, xi = { gap: "0.5rem" }, wi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, Bi = { root: xi, input: wi }, Ri = { 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}" } }, Di = { root: Ri }, Si = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, zi = { background: "{primary.color}" }, Mi = { background: "{content.border.color}" }, Yi = { color: "{text.muted.color}" }, Vi = { root: Si, value: zi, range: Mi, text: Yi }, Oi = { 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}" }, Li = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Ti = { 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}" }, Wi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Fi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, ji = { padding: "{list.option.padding}" }, Ii = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Hi = { root: Oi, list: Li, option: Ti, optionGroup: Wi, checkmark: Fi, emptyMessage: ji, colorScheme: Ii }, Ai = { 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}" }, Ni = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Pi = { 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}" } }, qi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ei = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ui = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Xi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Zi = { borderColor: "{content.border.color}" }, Gi = { 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}" } }, _i = { root: Ai, baseItem: Ni, item: Pi, overlay: qi, submenu: Ei, submenuLabel: Ui, submenuIcon: Xi, separator: Zi, mobileButton: Gi }, Ji = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Qi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ki = { 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}" } }, od = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, rd = { borderColor: "{content.border.color}" }, ed = { root: Ji, list: Qi, item: Ki, submenuLabel: od, separator: rd }, td = { 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}" }, ad = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, nd = { 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}" } }, id = { 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}" } }, dd = { borderColor: "{content.border.color}" }, ld = { 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}" } }, cd = { root: td, baseItem: ad, item: nd, submenu: id, separator: dd, mobileButton: ld }, sd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ud = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, fd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, gd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, md = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, pd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, bd = { root: { borderWidth: "1px" } }, hd = { content: { padding: "0" } }, vd = { 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}" } } } }, kd = { root: sd, content: ud, text: fd, icon: gd, closeButton: md, closeIcon: pd, outlined: bd, simple: hd, colorScheme: vd }, yd = { borderRadius: "{content.border.radius}", gap: "1rem" }, $d = { background: "{content.border.color}", size: "0.5rem" }, Cd = { gap: "0.5rem" }, xd = { size: "0.5rem" }, wd = { size: "1rem" }, Bd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Rd = { root: yd, meters: $d, label: Cd, labelMarker: xd, labelIcon: wd, labelList: Bd }, Dd = { 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}" } }, Sd = { width: "2.5rem", color: "{form.field.icon.color}" }, zd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Md = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yd = { 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" }, Vd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Od = { color: "{form.field.icon.color}" }, Ld = { borderRadius: "{border.radius.sm}" }, Td = { padding: "{list.option.padding}" }, Wd = { root: Dd, dropdown: Sd, overlay: zd, list: Md, option: Yd, optionGroup: Vd, chip: Ld, clearIcon: Od, emptyMessage: Td }, Fd = { gap: "1.125rem" }, jd = { gap: "0.5rem" }, Id = { root: Fd, controls: jd }, Hd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Ad = { 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}" }, Nd = { 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}" } }, Pd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, qd = { root: Hd, node: Ad, nodeToggleButton: Nd, connector: Pd }, Ed = { outline: { width: "2px", color: "{content.background}" } }, Ud = { root: Ed }, Xd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Zd = { 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}" } }, Gd = { color: "{text.muted.color}" }, _d = { maxWidth: "2.5rem" }, Jd = { root: Xd, navButton: Zd, currentPageReport: Gd, jumpToPageInput: _d }, Qd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Kd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, ol = { padding: "0.375rem 1.125rem" }, rl = { fontWeight: "600" }, el = { padding: "0 1.125rem 1.125rem 1.125rem" }, tl = { padding: "0 1.125rem 1.125rem 1.125rem" }, al = { root: Qd, header: Kd, toggleableHeader: ol, title: rl, content: el, footer: tl }, nl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, il = { 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}" } }, dl = { 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}" } }, ll = { indent: "1rem" }, cl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, sl = { root: nl, panel: il, item: dl, submenu: ll, submenuIcon: cl }, ul = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, fl = { color: "{form.field.icon.color}" }, gl = { 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}" }, ml = { gap: "0.5rem" }, pl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, bl = { meter: ul, icon: fl, overlay: gl, content: ml, colorScheme: pl }, hl = { gap: "1.125rem" }, vl = { gap: "0.5rem" }, kl = { root: hl, controls: vl }, yl = { 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" }, $l = { padding: "{overlay.popover.padding}" }, Cl = { root: yl, content: $l }, xl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, wl = { background: "{primary.color}" }, Bl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Rl = { root: xl, value: wl, label: Bl }, Dl = { 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}" } } }, Sl = { colorScheme: Dl }, zl = { 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" } }, Ml = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Yl = { root: zl, icon: Ml }, Vl = { 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}" } }, Ol = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ll = { root: Vl, icon: Ol }, Tl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Wl = { colorScheme: Tl }, Fl = { transitionDuration: "{transition.duration}" }, jl = { 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}" } }, Il = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Hl = { root: Fl, bar: jl, colorScheme: Il }, Al = { 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}" } }, Nl = { width: "2.5rem", color: "{form.field.icon.color}" }, Pl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ql = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, El = { 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}" }, Ul = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Xl = { color: "{form.field.icon.color}" }, Zl = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Gl = { padding: "{list.option.padding}" }, _l = { root: Al, dropdown: Nl, overlay: Pl, list: ql, option: El, optionGroup: Ul, clearIcon: Xl, checkmark: Zl, emptyMessage: Gl }, Jl = { borderRadius: "{form.field.border.radius}" }, Ql = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Kl = { root: Jl, colorScheme: Ql }, oc = { borderRadius: "{content.border.radius}" }, rc = { 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)" } } }, ec = { root: oc, colorScheme: rc }, tc = { transitionDuration: "{transition.duration}" }, ac = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, nc = { background: "{primary.color}" }, ic = { 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}" } }, dc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, lc = { root: tc, track: ac, range: nc, handle: ic, colorScheme: dc }, cc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, sc = { root: cc }, uc = { 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)" }, fc = { root: uc }, gc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, mc = { background: "{content.border.color}" }, pc = { 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}" } }, bc = { root: gc, gutter: mc, handle: pc }, hc = { transitionDuration: "{transition.duration}" }, vc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, kc = { padding: "0.5rem", gap: "1rem" }, yc = { 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" }, $c = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Cc = { 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)" }, xc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, wc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, Bc = { root: hc, separator: vc, step: kc, stepHeader: yc, stepTitle: $c, stepNumber: Cc, steppanels: xc, steppanel: wc }, Rc = { transitionDuration: "{transition.duration}" }, Dc = { background: "{content.border.color}" }, Sc = { 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" }, zc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Mc = { 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)" }, Yc = { root: Rc, separator: Dc, itemLink: Sc, itemLabel: zc, itemNumber: Mc }, Vc = { transitionDuration: "{transition.duration}" }, Oc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Lc = { 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}" } }, Tc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Wc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Fc = { root: Vc, tablist: Oc, item: Lc, itemIcon: Tc, activeBar: Wc }, jc = { transitionDuration: "{transition.duration}" }, Ic = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Hc = { 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}" } }, Ac = { 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}" } }, Nc = { 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}" } }, Pc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, qc = { 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%)" } } }, Ec = { root: jc, tablist: Ic, tab: Hc, tabpanel: Ac, navButton: Nc, activeBar: Pc, colorScheme: qc }, Uc = { transitionDuration: "{transition.duration}" }, Xc = { background: "{content.background}", borderColor: "{content.border.color}" }, Zc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Gc = { background: "{content.background}", color: "{content.color}" }, _c = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Jc = { 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%)" } } }, Qc = { root: Uc, tabList: Xc, tab: Zc, tabPanel: Gc, navButton: _c, colorScheme: Jc }, Kc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, os = { size: "0.75rem" }, rs = { 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}" } } }, es = { root: Kc, icon: os, colorScheme: rs }, ts = { 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}" }, as = { gap: "0.25rem" }, ns = { margin: "2px 0" }, is = { root: ts, prompt: as, commandResponse: ns }, ds = { 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}" } }, ls = { root: ds }, cs = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, ss = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, us = { 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}" } }, fs = { mobileIndent: "1rem" }, gs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ms = { borderColor: "{content.border.color}" }, ps = { root: cs, list: ss, item: us, submenu: fs, submenuIcon: gs, separator: ms }, bs = { minHeight: "5rem" }, hs = { eventContent: { padding: "1rem 0" } }, vs = { eventContent: { padding: "0 1rem" } }, ks = { 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)" } }, ys = { color: "{content.border.color}", size: "2px" }, $s = { event: bs, horizontal: hs, vertical: vs, eventMarker: ks, eventConnector: ys }, Cs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, xs = { size: "1.125rem" }, ws = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, Bs = { gap: "0.5rem" }, Rs = { fontWeight: "500", fontSize: "1rem" }, Ds = { fontWeight: "500", fontSize: "0.875rem" }, Ss = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, zs = { size: "1rem" }, Ms = { 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" } } } } }, Ys = { root: Cs, icon: xs, content: ws, text: Bs, summary: Rs, detail: Ds, closeButton: Ss, closeIcon: zs, colorScheme: Ms }, Vs = { 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" } }, Os = { disabledColor: "{form.field.disabled.color}" }, Ls = { 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" } }, Ts = { 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}" } } }, Ws = { root: Vs, icon: Os, content: Ls, colorScheme: Ts }, Fs = { 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" }, js = { borderRadius: "50%", size: "1rem" }, Is = { 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}" } } }, Hs = { root: Fs, handle: js, colorScheme: Is }, As = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Ns = { root: As }, Ps = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, qs = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Es = { root: Ps, colorScheme: qs }, Us = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Xs = { 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" }, Zs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Gs = { 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}" } }, _s = { size: "2rem" }, Js = { margin: "0 0 0.5rem 0" }, Qs = `
1642
+ `, ga = { root: Ue, header: Ge, headerCell: Qe, columnTitle: Ke, row: Je, bodyCell: Ze, footerCell: _e, columnFooter: oa, footer: ra, dropPoint: ea, columnResizer: aa, resizeIndicator: na, sortIcon: ta, loadingIcon: da, rowToggleButton: la, filter: ia, paginatorTop: ca, paginatorBottom: sa, colorScheme: ua, css: fa }, ma = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, pa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ba = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ha = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, va = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ka = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ya = { root: ma, header: pa, content: ba, footer: ha, paginatorTop: va, paginatorBottom: ka }, Ca = { transitionDuration: "{transition.duration}" }, Ba = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, xa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, $a = { gap: "0.5rem", fontWeight: "500" }, wa = { 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}" } }, Ra = { color: "{form.field.icon.color}" }, za = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Da = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Va = { margin: "0.5rem 0 0 0" }, Wa = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ia = { 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}" } }, Fa = { margin: "0.5rem 0 0 0" }, Ma = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Oa = { margin: "0.5rem 0 0 0" }, Aa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ha = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ta = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Na = { 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}" } } }, ja = { root: Ca, panel: Ba, header: xa, title: $a, dropdown: wa, inputIcon: Ra, selectMonth: za, selectYear: Sa, group: Da, dayView: Va, weekDay: Wa, date: Ia, monthView: Fa, month: Ma, yearView: Oa, year: Aa, buttonbar: Ha, timePicker: Ta, colorScheme: Na }, La = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Pa = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ya = { fontSize: "1.25rem", fontWeight: "600" }, Xa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, qa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Ea = { root: La, header: Pa, title: Ya, content: Xa, footer: qa }, Ua = { borderColor: "{content.border.color}" }, Ga = { background: "{content.background}", color: "{text.color}" }, Qa = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ka = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ja = { root: Ua, content: Ga, horizontal: Qa, vertical: Ka }, Za = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, _a = { 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}" } }, on = { root: Za, item: _a }, rn = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, en = { padding: "{overlay.modal.padding}" }, an = { fontSize: "1.5rem", fontWeight: "600" }, nn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, tn = { padding: "{overlay.modal.padding}" }, dn = { root: rn, header: en, title: an, content: nn, footer: tn }, ln = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, cn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, sn = { 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}" }, un = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, fn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, gn = { toolbar: ln, toolbarItem: cn, overlay: sn, overlayOption: un, content: fn }, mn = { 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}" }, pn = { 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}" } }, bn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, hn = { padding: "0" }, vn = { root: mn, legend: pn, toggleIcon: bn, content: hn }, kn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, yn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, Cn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, Bn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, xn = { gap: "0.5rem" }, $n = { height: "0.25rem" }, wn = { gap: "0.5rem" }, Rn = { root: kn, header: yn, content: Cn, file: Bn, fileList: xn, progressbar: $n, basic: wn }, zn = { 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" } }, Sn = { active: { top: "-1.25rem" } }, Dn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Vn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Wn = { root: zn, over: Sn, in: Dn, on: Vn }, In = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Fn = { 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}" } }, Mn = { size: "1.5rem" }, On = { background: "{content.background}", padding: "1rem 0.25rem" }, An = { 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}" } }, Hn = { size: "1rem" }, Tn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Nn = { gap: "0.5rem", padding: "1rem" }, jn = { 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}" } }, Ln = { background: "rgba(0, 0, 0, 0.5)" }, Pn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Yn = { 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}" } }, Xn = { size: "1.5rem" }, qn = { 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}" } } }, En = { root: In, navButton: Fn, navIcon: Mn, thumbnailsContent: On, thumbnailNavButton: An, thumbnailNavButtonIcon: Hn, caption: Tn, indicatorList: Nn, indicatorButton: jn, insetIndicatorList: Ln, insetIndicatorButton: Pn, closeButton: Yn, closeButtonIcon: Xn, colorScheme: qn }, Un = { color: "{form.field.icon.color}" }, Gn = { icon: Un }, Qn = { 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" }, Kn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Jn = { root: Qn, input: Kn }, Zn = { transitionDuration: "{transition.duration}" }, _n = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, ot = { 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" }, rt = { 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}" } }, et = { root: Zn, preview: _n, toolbar: ot, action: rt }, at = { 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}" } }, nt = { handle: at }, tt = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, dt = { fontWeight: "500" }, lt = { size: "1rem" }, it = { 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%)" } } }, ct = { root: tt, text: dt, icon: lt, colorScheme: it }, st = { 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}" }, ut = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, ft = { root: st, display: ut }, gt = { 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}" }, mt = { borderRadius: "{border.radius.sm}" }, pt = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, bt = { root: gt, chip: mt, colorScheme: pt }, ht = { 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" }, vt = { addon: ht }, kt = { transitionDuration: "{transition.duration}" }, yt = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, Ct = { 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}" } } }, Bt = { root: kt, button: yt, colorScheme: Ct }, xt = { gap: "0.5rem" }, $t = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, wt = { root: xt, input: $t }, Rt = { 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}" } }, zt = { root: Rt }, St = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Dt = { background: "{primary.color}" }, Vt = { background: "{content.border.color}" }, Wt = { color: "{text.muted.color}" }, It = { root: St, value: Dt, range: Vt, text: Wt }, Ft = { 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}" }, Mt = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Ot = { 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}" }, At = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ht = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Tt = { padding: "{list.option.padding}" }, Nt = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, jt = { root: Ft, list: Mt, option: Ot, optionGroup: At, checkmark: Ht, emptyMessage: Tt, colorScheme: Nt }, Lt = { 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}" }, Pt = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Yt = { 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}" } }, Xt = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, qt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Et = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ut = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Gt = { borderColor: "{content.border.color}" }, Qt = { 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}" } }, Kt = { root: Lt, baseItem: Pt, item: Yt, overlay: Xt, submenu: qt, submenuLabel: Et, submenuIcon: Ut, separator: Gt, mobileButton: Qt }, Jt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Zt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, _t = { 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}" } }, od = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, rd = { borderColor: "{content.border.color}" }, ed = { root: Jt, list: Zt, item: _t, submenuLabel: od, separator: rd }, ad = { 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}" }, nd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, td = { 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}" } }, dd = { 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}" } }, ld = { borderColor: "{content.border.color}" }, id = { 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}" } }, cd = { root: ad, baseItem: nd, item: td, submenu: dd, separator: ld, mobileButton: id }, sd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ud = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, fd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, gd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, md = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, pd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, bd = { root: { borderWidth: "1px" } }, hd = { content: { padding: "0" } }, vd = { 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}" } } } }, kd = { root: sd, content: ud, text: fd, icon: gd, closeButton: md, closeIcon: pd, outlined: bd, simple: hd, colorScheme: vd }, yd = { borderRadius: "{content.border.radius}", gap: "1rem" }, Cd = { background: "{content.border.color}", size: "0.5rem" }, Bd = { gap: "0.5rem" }, xd = { size: "0.5rem" }, $d = { size: "1rem" }, wd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Rd = { root: yd, meters: Cd, label: Bd, labelMarker: xd, labelIcon: $d, labelList: wd }, zd = { 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}" } }, Sd = { width: "2.5rem", color: "{form.field.icon.color}" }, Dd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Vd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Wd = { 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" }, Id = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Fd = { color: "{form.field.icon.color}" }, Md = { borderRadius: "{border.radius.sm}" }, Od = { padding: "{list.option.padding}" }, Ad = { root: zd, dropdown: Sd, overlay: Dd, list: Vd, option: Wd, optionGroup: Id, chip: Md, clearIcon: Fd, emptyMessage: Od }, Hd = { gap: "1.125rem" }, Td = { gap: "0.5rem" }, Nd = { root: Hd, controls: Td }, jd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Ld = { 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}" }, Pd = { 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}" } }, Yd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Xd = { root: jd, node: Ld, nodeToggleButton: Pd, connector: Yd }, qd = { outline: { width: "2px", color: "{content.background}" } }, Ed = { root: qd }, Ud = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Gd = { 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}" } }, Qd = { color: "{text.muted.color}" }, Kd = { maxWidth: "2.5rem" }, Jd = { root: Ud, navButton: Gd, currentPageReport: Qd, jumpToPageInput: Kd }, Zd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, _d = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, ol = { padding: "0.375rem 1.125rem" }, rl = { fontWeight: "600" }, el = { padding: "0 1.125rem 1.125rem 1.125rem" }, al = { padding: "0 1.125rem 1.125rem 1.125rem" }, nl = { root: Zd, header: _d, toggleableHeader: ol, title: rl, content: el, footer: al }, tl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, dl = { 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}" } }, ll = { 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}" } }, il = { indent: "1rem" }, cl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, sl = { root: tl, panel: dl, item: ll, submenu: il, submenuIcon: cl }, ul = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, fl = { color: "{form.field.icon.color}" }, gl = { 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}" }, ml = { gap: "0.5rem" }, pl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, bl = { meter: ul, icon: fl, overlay: gl, content: ml, colorScheme: pl }, hl = { gap: "1.125rem" }, vl = { gap: "0.5rem" }, kl = { root: hl, controls: vl }, yl = { 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" }, Cl = { padding: "{overlay.popover.padding}" }, Bl = { root: yl, content: Cl }, xl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, $l = { background: "{primary.color}" }, wl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Rl = { root: xl, value: $l, label: wl }, zl = { 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}" } } }, Sl = { colorScheme: zl }, Dl = { 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" } }, Vl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Wl = { root: Dl, icon: Vl }, Il = { 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}" } }, Fl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ml = { root: Il, icon: Fl }, Ol = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Al = { colorScheme: Ol }, Hl = { transitionDuration: "{transition.duration}" }, Tl = { 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}" } }, Nl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, jl = { root: Hl, bar: Tl, colorScheme: Nl }, Ll = { 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}" } }, Pl = { width: "2.5rem", color: "{form.field.icon.color}" }, Yl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Xl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, ql = { 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}" }, El = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ul = { color: "{form.field.icon.color}" }, Gl = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Ql = { padding: "{list.option.padding}" }, Kl = { root: Ll, dropdown: Pl, overlay: Yl, list: Xl, option: ql, optionGroup: El, clearIcon: Ul, checkmark: Gl, emptyMessage: Ql }, Jl = { borderRadius: "{form.field.border.radius}" }, Zl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, _l = { root: Jl, colorScheme: Zl }, oi = { borderRadius: "{content.border.radius}" }, ri = { 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)" } } }, ei = { root: oi, colorScheme: ri }, ai = { transitionDuration: "{transition.duration}" }, ni = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, ti = { background: "{primary.color}" }, di = { 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}" } }, li = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ii = { root: ai, track: ni, range: ti, handle: di, colorScheme: li }, ci = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, si = { root: ci }, ui = { 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)" }, fi = { root: ui }, gi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, mi = { background: "{content.border.color}" }, pi = { 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}" } }, bi = { root: gi, gutter: mi, handle: pi }, hi = { transitionDuration: "{transition.duration}" }, vi = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, ki = { padding: "0.5rem", gap: "1rem" }, yi = { 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" }, Ci = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Bi = { 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)" }, xi = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, $i = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, wi = { root: hi, separator: vi, step: ki, stepHeader: yi, stepTitle: Ci, stepNumber: Bi, steppanels: xi, steppanel: $i }, Ri = { transitionDuration: "{transition.duration}" }, zi = { background: "{content.border.color}" }, Si = { 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" }, Di = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Vi = { 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)" }, Wi = { root: Ri, separator: zi, itemLink: Si, itemLabel: Di, itemNumber: Vi }, Ii = { transitionDuration: "{transition.duration}" }, Fi = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Mi = { 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}" } }, Oi = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ai = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Hi = { root: Ii, tablist: Fi, item: Mi, itemIcon: Oi, activeBar: Ai }, Ti = { transitionDuration: "{transition.duration}" }, Ni = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, ji = { 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}" } }, Li = { 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}" } }, Pi = { 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}" } }, Yi = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Xi = { 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%)" } } }, qi = { root: Ti, tablist: Ni, tab: ji, tabpanel: Li, navButton: Pi, activeBar: Yi, colorScheme: Xi }, Ei = { transitionDuration: "{transition.duration}" }, Ui = { background: "{content.background}", borderColor: "{content.border.color}" }, Gi = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Qi = { background: "{content.background}", color: "{content.color}" }, Ki = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Ji = { 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%)" } } }, Zi = { root: Ei, tabList: Ui, tab: Gi, tabPanel: Qi, navButton: Ki, colorScheme: Ji }, _i = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, oc = { size: "0.75rem" }, rc = { 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}" } } }, ec = { root: _i, icon: oc, colorScheme: rc }, ac = { 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}" }, nc = { gap: "0.25rem" }, tc = { margin: "2px 0" }, dc = { root: ac, prompt: nc, commandResponse: tc }, lc = { 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}" } }, ic = { root: lc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, sc = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, uc = { 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}" } }, fc = { mobileIndent: "1rem" }, gc = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, mc = { borderColor: "{content.border.color}" }, pc = { root: cc, list: sc, item: uc, submenu: fc, submenuIcon: gc, separator: mc }, bc = { minHeight: "5rem" }, hc = { eventContent: { padding: "1rem 0" } }, vc = { eventContent: { padding: "0 1rem" } }, kc = { 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)" } }, yc = { color: "{content.border.color}", size: "2px" }, Cc = { event: bc, horizontal: hc, vertical: vc, eventMarker: kc, eventConnector: yc }, Bc = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, xc = { size: "1.125rem" }, $c = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, wc = { gap: "0.5rem" }, Rc = { fontWeight: "500", fontSize: "1rem" }, zc = { fontWeight: "500", fontSize: "0.875rem" }, Sc = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Dc = { size: "1rem" }, Vc = { 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" } } } } }, Wc = { root: Bc, icon: xc, content: $c, text: wc, summary: Rc, detail: zc, closeButton: Sc, closeIcon: Dc, colorScheme: Vc }, Ic = { 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" } }, Fc = { disabledColor: "{form.field.disabled.color}" }, Mc = { 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" } }, Oc = { 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}" } } }, Ac = { root: Ic, icon: Fc, content: Mc, colorScheme: Oc }, Hc = { 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" }, Tc = { borderRadius: "50%", size: "1rem" }, Nc = { 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}" } } }, jc = { root: Hc, handle: Tc, colorScheme: Nc }, Lc = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Pc = { root: Lc }, Yc = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Xc = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, qc = { root: Yc, colorScheme: Xc }, Ec = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Uc = { 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" }, Gc = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Qc = { 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}" } }, Kc = { size: "2rem" }, Jc = { margin: "0 0 0.5rem 0" }, Zc = `
1651
1643
  .p-tree-mask.p-overlay-mask {
1652
1644
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1653
1645
  }
1654
- `, Ks = { root: Us, node: Xs, nodeIcon: Zs, nodeToggleButton: Gs, loadingIcon: _s, filter: Js, css: Qs }, ou = { 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}" } }, ru = { width: "2.5rem", color: "{form.field.icon.color}" }, eu = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, tu = { padding: "{list.padding}" }, au = { padding: "{list.option.padding}" }, nu = { borderRadius: "{border.radius.sm}" }, iu = { color: "{form.field.icon.color}" }, du = { root: ou, dropdown: ru, overlay: eu, tree: tu, emptyMessage: au, chip: nu, clearIcon: iu }, lu = { transitionDuration: "{transition.duration}" }, cu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, su = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{treetable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, uu = { fontWeight: "600" }, fu = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, gu = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, mu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, pu = { fontWeight: "600" }, bu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, hu = { width: "0.5rem" }, vu = { width: "1px", color: "{primary.color}" }, ku = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, yu = { size: "2rem" }, $u = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Cu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, xu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, wu = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, Bu = `
1646
+ `, _c = { root: Ec, node: Uc, nodeIcon: Gc, nodeToggleButton: Qc, loadingIcon: Kc, filter: Jc, css: Zc }, os = { 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}" } }, rs = { width: "2.5rem", color: "{form.field.icon.color}" }, es = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, as = { padding: "{list.padding}" }, ns = { padding: "{list.option.padding}" }, ts = { borderRadius: "{border.radius.sm}" }, ds = { color: "{form.field.icon.color}" }, ls = { root: os, dropdown: rs, overlay: es, tree: as, emptyMessage: ns, chip: ts, clearIcon: ds }, is = { transitionDuration: "{transition.duration}" }, cs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, ss = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{treetable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, us = { fontWeight: "600" }, fs = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, gs = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, ms = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, ps = { fontWeight: "600" }, bs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, hs = { width: "0.5rem" }, vs = { width: "1px", color: "{primary.color}" }, ks = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, ys = { size: "2rem" }, Cs = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bs = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, xs = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, $s = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, ws = `
1655
1647
  .p-treetable-mask.p-overlay-mask {
1656
1648
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1657
1649
  }
1658
- `, Ru = { root: lu, header: cu, headerCell: su, columnTitle: uu, row: fu, bodyCell: gu, footerCell: mu, columnFooter: pu, footer: bu, columnResizer: hu, resizeIndicator: vu, sortIcon: ku, loadingIcon: yu, nodeToggleButton: $u, paginatorTop: Cu, paginatorBottom: xu, colorScheme: wu, css: Bu }, Du = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, Su = { loader: Du }, zu = Object.defineProperty, Mu = Object.defineProperties, Yu = Object.getOwnPropertyDescriptors, qo = Object.getOwnPropertySymbols, Vu = Object.prototype.hasOwnProperty, Ou = Object.prototype.propertyIsEnumerable, Eo = (o, r, e) => r in o ? zu(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Uo, Lu = (Uo = ((o, r) => {
1659
- for (var e in r || (r = {})) Vu.call(r, e) && Eo(o, e, r[e]);
1660
- if (qo) for (var e of qo(r)) Ou.call(r, e) && Eo(o, e, r[e]);
1650
+ `, Rs = { root: is, header: cs, headerCell: ss, columnTitle: us, row: fs, bodyCell: gs, footerCell: ms, columnFooter: ps, footer: bs, columnResizer: hs, resizeIndicator: vs, sortIcon: ks, loadingIcon: ys, nodeToggleButton: Cs, paginatorTop: Bs, paginatorBottom: xs, colorScheme: $s, css: ws }, zs = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, Ss = { loader: zs }, Ds = Object.defineProperty, Vs = Object.defineProperties, Ws = Object.getOwnPropertyDescriptors, K = Object.getOwnPropertySymbols, Is = Object.prototype.hasOwnProperty, Fs = Object.prototype.propertyIsEnumerable, J = (o, r, e) => r in o ? Ds(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Z, Ms = (Z = ((o, r) => {
1651
+ for (var e in r || (r = {})) Is.call(r, e) && J(o, e, r[e]);
1652
+ if (K) for (var e of K(r)) Fs.call(r, e) && J(o, e, r[e]);
1661
1653
  return o;
1662
- })({}, Ne), Mu(Uo, Yu({ components: { accordion: be, autocomplete: Re, avatar: Ve, badge: Ie, blockui: qe, breadcrumb: Ze, button: Je, card: tt, carousel: ct, cascadeselect: bt, checkbox: kt, chip: Bt, colorpicker: Mt, confirmdialog: Ot, confirmpopup: jt, contextmenu: Et, datatable: ga, dataview: ya, datepicker: Ha, dialog: Ua, divider: Ja, dock: on, drawer: dn, editor: gn, fieldset: vn, fileupload: Rn, floatlabel: Yn, galleria: Un, iconfield: Zn, iftalabel: Jn, image: ei, imagecompare: ai, inlinemessage: ci, inplace: fi, inputchips: bi, inputgroup: vi, inputnumber: Ci, inputotp: Bi, inputtext: Di, knob: Vi, listbox: Hi, megamenu: _i, menu: ed, menubar: cd, message: kd, metergroup: Rd, multiselect: Wd, orderlist: Id, organizationchart: qd, overlaybadge: Ud, paginator: Jd, panel: al, panelmenu: sl, password: bl, picklist: kl, popover: Cl, progressbar: Rl, progressspinner: Sl, radiobutton: Yl, rating: Ll, ripple: Wl, scrollpanel: Hl, select: _l, selectbutton: Kl, skeleton: ec, slider: lc, speeddial: sc, splitbutton: fc, splitter: bc, stepper: Bc, steps: Yc, tabmenu: Fc, tabs: Ec, tabview: Qc, tag: es, terminal: is, textarea: ls, tieredmenu: ps, timeline: $s, toast: Ys, togglebutton: Ws, toggleswitch: Hs, toolbar: Ns, tooltip: Es, tree: Ks, treeselect: du, treetable: Ru, virtualscroller: Su }, css: Ut })));
1663
- const Tu = {
1654
+ })({}, Pr), Vs(Z, Ws({ components: { accordion: br, autocomplete: Rr, avatar: Ir, badge: Nr, blockui: Xr, breadcrumb: Gr, button: Jr, card: ae, carousel: ce, cascadeselect: be, checkbox: ke, chip: we, colorpicker: Ve, confirmdialog: Fe, confirmpopup: Te, contextmenu: qe, datatable: ga, dataview: ya, datepicker: ja, dialog: Ea, divider: Ja, dock: on, drawer: dn, editor: gn, fieldset: vn, fileupload: Rn, floatlabel: Wn, galleria: En, iconfield: Gn, iftalabel: Jn, image: et, imagecompare: nt, inlinemessage: ct, inplace: ft, inputchips: bt, inputgroup: vt, inputnumber: Bt, inputotp: wt, inputtext: zt, knob: It, listbox: jt, megamenu: Kt, menu: ed, menubar: cd, message: kd, metergroup: Rd, multiselect: Ad, orderlist: Nd, organizationchart: Xd, overlaybadge: Ed, paginator: Jd, panel: nl, panelmenu: sl, password: bl, picklist: kl, popover: Bl, progressbar: Rl, progressspinner: Sl, radiobutton: Wl, rating: Ml, ripple: Al, scrollpanel: jl, select: Kl, selectbutton: _l, skeleton: ei, slider: ii, speeddial: si, splitbutton: fi, splitter: bi, stepper: wi, steps: Wi, tabmenu: Hi, tabs: qi, tabview: Zi, tag: ec, terminal: dc, textarea: ic, tieredmenu: pc, timeline: Cc, toast: Wc, togglebutton: Ac, toggleswitch: jc, toolbar: Pc, tooltip: qc, tree: _c, treeselect: ls, treetable: Rs, virtualscroller: Ss }, css: Ee })));
1655
+ const Os = {
1664
1656
  startsWith: "Começa com",
1665
1657
  contains: "Contém",
1666
1658
  notContains: "Não contém",
@@ -1725,12 +1717,12 @@ const Tu = {
1725
1717
  firstDayOfWeek: 1,
1726
1718
  dateFormat: "dd/mm/yy"
1727
1719
  };
1728
- function z0(o) {
1729
- o.use(Yr, {
1730
- locale: Tu,
1720
+ function Su(o) {
1721
+ o.use(Wo, {
1722
+ locale: Os,
1731
1723
  ripple: !0,
1732
1724
  theme: {
1733
- preset: Lu,
1725
+ preset: Ms,
1734
1726
  options: {
1735
1727
  darkModeSelector: "none",
1736
1728
  cssLayer: {
@@ -1741,1170 +1733,63 @@ function z0(o) {
1741
1733
  }
1742
1734
  });
1743
1735
  }
1744
- function M0() {
1745
- const o = Vr();
1746
- return { success: (t, a = "Sucesso") => {
1736
+ function Du() {
1737
+ const o = Io();
1738
+ return { success: (n, a = "Sucesso") => {
1747
1739
  o.add({
1748
1740
  severity: "success",
1749
1741
  summary: a,
1750
- detail: t || "Registro salvo",
1742
+ detail: n || "Registro salvo",
1751
1743
  life: 4e3
1752
1744
  });
1753
- }, error: (t, a = "Erro") => {
1745
+ }, error: (n, a = "Erro") => {
1754
1746
  o.add({
1755
1747
  severity: "error",
1756
1748
  summary: a,
1757
- detail: t || "Ocorreu um erro",
1749
+ detail: n || "Ocorreu um erro",
1758
1750
  life: 5e3
1759
1751
  });
1760
1752
  } };
1761
1753
  }
1762
- function Y0(o, r) {
1763
- function e(t) {
1764
- o.value && (o.value.contains(t.target) || r(t));
1754
+ function Vu(o, r) {
1755
+ function e(n) {
1756
+ o.value && (o.value.contains(n.target) || r(n));
1765
1757
  }
1766
- er(() => {
1758
+ _(() => {
1767
1759
  document.addEventListener("pointerdown", e);
1768
- }), tr(() => {
1760
+ }), oo(() => {
1769
1761
  document.removeEventListener("pointerdown", e);
1770
1762
  });
1771
1763
  }
1772
- function ko(o) {
1773
- return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
1774
- }
1775
- var Co = { exports: {} }, Wu = Co.exports, Xo;
1776
- function dr() {
1777
- return Xo || (Xo = 1, (function(o, r) {
1778
- (function(e, t) {
1779
- o.exports = t();
1780
- })(Wu, (function() {
1781
- var e = 1e3, t = 6e4, a = 36e5, l = "millisecond", n = "second", g = "minute", d = "hour", b = "day", $ = "week", R = "month", k = "quarter", M = "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) {
1782
- var i = ["th", "st", "nd", "rd"], c = s % 100;
1783
- return "[" + s + (i[(c - 20) % 10] || i[c] || i[0]) + "]";
1784
- } }, x = function(s, i, c) {
1785
- var h = String(s);
1786
- return !h || h.length >= i ? s : "" + Array(i + 1 - h.length).join(c) + s;
1787
- }, L = { s: x, z: function(s) {
1788
- var i = -s.utcOffset(), c = Math.abs(i), h = Math.floor(c / 60), m = c % 60;
1789
- return (i <= 0 ? "+" : "-") + x(h, 2, "0") + ":" + x(m, 2, "0");
1790
- }, m: function s(i, c) {
1791
- if (i.date() < c.date()) return -s(c, i);
1792
- var h = 12 * (c.year() - i.year()) + (c.month() - i.month()), m = i.clone().add(h, R), w = c - m < 0, D = i.clone().add(h + (w ? -1 : 1), R);
1793
- return +(-(h + (c - m) / (w ? m - D : D - m)) || 0);
1794
- }, a: function(s) {
1795
- return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
1796
- }, p: function(s) {
1797
- return { M: R, y: M, w: $, d: b, D: y, h: d, m: g, s: n, ms: l, Q: k }[s] || String(s || "").toLowerCase().replace(/s$/, "");
1798
- }, u: function(s) {
1799
- return s === void 0;
1800
- } }, V = "en", W = {};
1801
- W[V] = C;
1802
- var F = "$isDayjsObject", A = function(s) {
1803
- return s instanceof U || !(!s || !s[F]);
1804
- }, I = function s(i, c, h) {
1805
- var m;
1806
- if (!i) return V;
1807
- if (typeof i == "string") {
1808
- var w = i.toLowerCase();
1809
- W[w] && (m = w), c && (W[w] = c, m = w);
1810
- var D = i.split("-");
1811
- if (!m && D.length > 1) return s(D[0]);
1812
- } else {
1813
- var Y = i.name;
1814
- W[Y] = i, m = Y;
1815
- }
1816
- return !h && m && (V = m), m || !h && V;
1817
- }, O = function(s, i) {
1818
- if (A(s)) return s.clone();
1819
- var c = typeof i == "object" ? i : {};
1820
- return c.date = s, c.args = arguments, new U(c);
1821
- }, S = L;
1822
- S.l = I, S.i = A, S.w = function(s, i) {
1823
- return O(s, { locale: i.$L, utc: i.$u, x: i.$x, $offset: i.$offset });
1824
- };
1825
- var U = (function() {
1826
- function s(c) {
1827
- this.$L = I(c.locale, null, !0), this.parse(c), this.$x = this.$x || c.x || {}, this[F] = !0;
1828
- }
1829
- var i = s.prototype;
1830
- return i.parse = function(c) {
1831
- this.$d = (function(h) {
1832
- var m = h.date, w = h.utc;
1833
- if (m === null) return /* @__PURE__ */ new Date(NaN);
1834
- if (S.u(m)) return /* @__PURE__ */ new Date();
1835
- if (m instanceof Date) return new Date(m);
1836
- if (typeof m == "string" && !/Z$/i.test(m)) {
1837
- var D = m.match(f);
1838
- if (D) {
1839
- var Y = D[2] - 1 || 0, H = (D[7] || "0").substring(0, 3);
1840
- return w ? new Date(Date.UTC(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, H)) : new Date(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, H);
1841
- }
1842
- }
1843
- return new Date(m);
1844
- })(c), this.init();
1845
- }, i.init = function() {
1846
- var c = this.$d;
1847
- this.$y = c.getFullYear(), this.$M = c.getMonth(), this.$D = c.getDate(), this.$W = c.getDay(), this.$H = c.getHours(), this.$m = c.getMinutes(), this.$s = c.getSeconds(), this.$ms = c.getMilliseconds();
1848
- }, i.$utils = function() {
1849
- return S;
1850
- }, i.isValid = function() {
1851
- return this.$d.toString() !== p;
1852
- }, i.isSame = function(c, h) {
1853
- var m = O(c);
1854
- return this.startOf(h) <= m && m <= this.endOf(h);
1855
- }, i.isAfter = function(c, h) {
1856
- return O(c) < this.startOf(h);
1857
- }, i.isBefore = function(c, h) {
1858
- return this.endOf(h) < O(c);
1859
- }, i.$g = function(c, h, m) {
1860
- return S.u(c) ? this[h] : this.set(m, c);
1861
- }, i.unix = function() {
1862
- return Math.floor(this.valueOf() / 1e3);
1863
- }, i.valueOf = function() {
1864
- return this.$d.getTime();
1865
- }, i.startOf = function(c, h) {
1866
- var m = this, w = !!S.u(h) || h, D = S.p(c), Y = function(ro, Z) {
1867
- var K = S.w(m.$u ? Date.UTC(m.$y, Z, ro) : new Date(m.$y, Z, ro), m);
1868
- return w ? K : K.endOf(b);
1869
- }, H = function(ro, Z) {
1870
- return S.w(m.toDate()[ro].apply(m.toDate("s"), (w ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Z)), m);
1871
- }, N = this.$W, X = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
1872
- switch (D) {
1873
- case M:
1874
- return w ? Y(1, 0) : Y(31, 11);
1875
- case R:
1876
- return w ? Y(1, X) : Y(0, X + 1);
1877
- case $:
1878
- var ao = this.$locale().weekStart || 0, go = (N < ao ? N + 7 : N) - ao;
1879
- return Y(w ? J - go : J + (6 - go), X);
1880
- case b:
1881
- case y:
1882
- return H(lo + "Hours", 0);
1883
- case d:
1884
- return H(lo + "Minutes", 1);
1885
- case g:
1886
- return H(lo + "Seconds", 2);
1887
- case n:
1888
- return H(lo + "Milliseconds", 3);
1889
- default:
1890
- return this.clone();
1891
- }
1892
- }, i.endOf = function(c) {
1893
- return this.startOf(c, !1);
1894
- }, i.$set = function(c, h) {
1895
- var m, w = S.p(c), D = "set" + (this.$u ? "UTC" : ""), Y = (m = {}, m[b] = D + "Date", m[y] = D + "Date", m[R] = D + "Month", m[M] = D + "FullYear", m[d] = D + "Hours", m[g] = D + "Minutes", m[n] = D + "Seconds", m[l] = D + "Milliseconds", m)[w], H = w === b ? this.$D + (h - this.$W) : h;
1896
- if (w === R || w === M) {
1897
- var N = this.clone().set(y, 1);
1898
- N.$d[Y](H), N.init(), this.$d = N.set(y, Math.min(this.$D, N.daysInMonth())).$d;
1899
- } else Y && this.$d[Y](H);
1900
- return this.init(), this;
1901
- }, i.set = function(c, h) {
1902
- return this.clone().$set(c, h);
1903
- }, i.get = function(c) {
1904
- return this[S.p(c)]();
1905
- }, i.add = function(c, h) {
1906
- var m, w = this;
1907
- c = Number(c);
1908
- var D = S.p(h), Y = function(X) {
1909
- var J = O(w);
1910
- return S.w(J.date(J.date() + Math.round(X * c)), w);
1911
- };
1912
- if (D === R) return this.set(R, this.$M + c);
1913
- if (D === M) return this.set(M, this.$y + c);
1914
- if (D === b) return Y(1);
1915
- if (D === $) return Y(7);
1916
- var H = (m = {}, m[g] = t, m[d] = a, m[n] = e, m)[D] || 1, N = this.$d.getTime() + c * H;
1917
- return S.w(N, this);
1918
- }, i.subtract = function(c, h) {
1919
- return this.add(-1 * c, h);
1920
- }, i.format = function(c) {
1921
- var h = this, m = this.$locale();
1922
- if (!this.isValid()) return m.invalidDate || p;
1923
- var w = c || "YYYY-MM-DDTHH:mm:ssZ", D = S.z(this), Y = this.$H, H = this.$m, N = this.$M, X = m.weekdays, J = m.months, lo = m.meridiem, ao = function(Z, K, no, co) {
1924
- return Z && (Z[K] || Z(h, w)) || no[K].slice(0, co);
1925
- }, go = function(Z) {
1926
- return S.s(Y % 12 || 12, Z, "0");
1927
- }, ro = lo || function(Z, K, no) {
1928
- var co = Z < 12 ? "AM" : "PM";
1929
- return no ? co.toLowerCase() : co;
1930
- };
1931
- return w.replace(v, (function(Z, K) {
1932
- return K || (function(no) {
1933
- switch (no) {
1934
- case "YY":
1935
- return String(h.$y).slice(-2);
1936
- case "YYYY":
1937
- return S.s(h.$y, 4, "0");
1938
- case "M":
1939
- return N + 1;
1940
- case "MM":
1941
- return S.s(N + 1, 2, "0");
1942
- case "MMM":
1943
- return ao(m.monthsShort, N, J, 3);
1944
- case "MMMM":
1945
- return ao(J, N);
1946
- case "D":
1947
- return h.$D;
1948
- case "DD":
1949
- return S.s(h.$D, 2, "0");
1950
- case "d":
1951
- return String(h.$W);
1952
- case "dd":
1953
- return ao(m.weekdaysMin, h.$W, X, 2);
1954
- case "ddd":
1955
- return ao(m.weekdaysShort, h.$W, X, 3);
1956
- case "dddd":
1957
- return X[h.$W];
1958
- case "H":
1959
- return String(Y);
1960
- case "HH":
1961
- return S.s(Y, 2, "0");
1962
- case "h":
1963
- return go(1);
1964
- case "hh":
1965
- return go(2);
1966
- case "a":
1967
- return ro(Y, H, !0);
1968
- case "A":
1969
- return ro(Y, H, !1);
1970
- case "m":
1971
- return String(H);
1972
- case "mm":
1973
- return S.s(H, 2, "0");
1974
- case "s":
1975
- return String(h.$s);
1976
- case "ss":
1977
- return S.s(h.$s, 2, "0");
1978
- case "SSS":
1979
- return S.s(h.$ms, 3, "0");
1980
- case "Z":
1981
- return D;
1982
- }
1983
- return null;
1984
- })(Z) || D.replace(":", "");
1985
- }));
1986
- }, i.utcOffset = function() {
1987
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
1988
- }, i.diff = function(c, h, m) {
1989
- var w, D = this, Y = S.p(h), H = O(c), N = (H.utcOffset() - this.utcOffset()) * t, X = this - H, J = function() {
1990
- return S.m(D, H);
1991
- };
1992
- switch (Y) {
1993
- case M:
1994
- w = J() / 12;
1995
- break;
1996
- case R:
1997
- w = J();
1998
- break;
1999
- case k:
2000
- w = J() / 3;
2001
- break;
2002
- case $:
2003
- w = (X - N) / 6048e5;
2004
- break;
2005
- case b:
2006
- w = (X - N) / 864e5;
2007
- break;
2008
- case d:
2009
- w = X / a;
2010
- break;
2011
- case g:
2012
- w = X / t;
2013
- break;
2014
- case n:
2015
- w = X / e;
2016
- break;
2017
- default:
2018
- w = X;
2019
- }
2020
- return m ? w : S.a(w);
2021
- }, i.daysInMonth = function() {
2022
- return this.endOf(R).$D;
2023
- }, i.$locale = function() {
2024
- return W[this.$L];
2025
- }, i.locale = function(c, h) {
2026
- if (!c) return this.$L;
2027
- var m = this.clone(), w = I(c, h, !0);
2028
- return w && (m.$L = w), m;
2029
- }, i.clone = function() {
2030
- return S.w(this.$d, this);
2031
- }, i.toDate = function() {
2032
- return new Date(this.valueOf());
2033
- }, i.toJSON = function() {
2034
- return this.isValid() ? this.toISOString() : null;
2035
- }, i.toISOString = function() {
2036
- return this.$d.toISOString();
2037
- }, i.toString = function() {
2038
- return this.$d.toUTCString();
2039
- }, s;
2040
- })(), u = U.prototype;
2041
- return O.prototype = u, [["$ms", l], ["$s", n], ["$m", g], ["$H", d], ["$W", b], ["$M", R], ["$y", M], ["$D", y]].forEach((function(s) {
2042
- u[s[1]] = function(i) {
2043
- return this.$g(i, s[0], s[1]);
2044
- };
2045
- })), O.extend = function(s, i) {
2046
- return s.$i || (s(i, U, O), s.$i = !0), O;
2047
- }, O.locale = I, O.isDayjs = A, O.unix = function(s) {
2048
- return O(1e3 * s);
2049
- }, O.en = W[V], O.Ls = W, O.p = {}, O;
2050
- }));
2051
- })(Co)), Co.exports;
2052
- }
2053
- var Fu = dr();
2054
- const eo = /* @__PURE__ */ ko(Fu);
2055
- var xo = { exports: {} }, ju = xo.exports, Zo;
2056
- function Iu() {
2057
- return Zo || (Zo = 1, (function(o, r) {
2058
- (function(e, t) {
2059
- o.exports = t(dr());
2060
- })(ju, (function(e) {
2061
- function t(n) {
2062
- return n && typeof n == "object" && "default" in n ? n : { default: n };
2063
- }
2064
- var a = t(e), l = { 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) {
2065
- return n + "º";
2066
- }, 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" } };
2067
- return a.default.locale(l, null, !0), l;
2068
- }));
2069
- })(xo)), xo.exports;
2070
- }
2071
- Iu();
2072
- var wo = { exports: {} }, Hu = wo.exports, Go;
2073
- function Au() {
2074
- return Go || (Go = 1, (function(o, r) {
2075
- (function(e, t) {
2076
- o.exports = t();
2077
- })(Hu, (function() {
2078
- 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/, l = /\d\d/, n = /\d\d?/, g = /\d*[^-_:/,()\s\d]+/, d = {}, b = function(f) {
2079
- return (f = +f) + (f > 68 ? 1900 : 2e3);
2080
- }, $ = function(f) {
2081
- return function(v) {
2082
- this[f] = +v;
2083
- };
2084
- }, R = [/[+-]\d\d:?(\d\d)?|Z/, function(f) {
2085
- (this.zone || (this.zone = {})).offset = (function(v) {
2086
- if (!v || v === "Z") return 0;
2087
- var C = v.match(/([+-]|\d\d)/g), x = 60 * C[1] + (+C[2] || 0);
2088
- return x === 0 ? 0 : C[0] === "+" ? -x : x;
2089
- })(f);
2090
- }], k = function(f) {
2091
- var v = d[f];
2092
- return v && (v.indexOf ? v : v.s.concat(v.f));
2093
- }, M = function(f, v) {
2094
- var C, x = d.meridiem;
2095
- if (x) {
2096
- for (var L = 1; L <= 24; L += 1) if (f.indexOf(x(L, 0, v)) > -1) {
2097
- C = L > 12;
2098
- break;
2099
- }
2100
- } else C = f === (v ? "pm" : "PM");
2101
- return C;
2102
- }, y = { A: [g, function(f) {
2103
- this.afternoon = M(f, !1);
2104
- }], a: [g, function(f) {
2105
- this.afternoon = M(f, !0);
2106
- }], Q: [a, function(f) {
2107
- this.month = 3 * (f - 1) + 1;
2108
- }], S: [a, function(f) {
2109
- this.milliseconds = 100 * +f;
2110
- }], SS: [l, function(f) {
2111
- this.milliseconds = 10 * +f;
2112
- }], SSS: [/\d{3}/, function(f) {
2113
- this.milliseconds = +f;
2114
- }], 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: [l, $("day")], Do: [g, function(f) {
2115
- var v = d.ordinal, C = f.match(/\d+/);
2116
- if (this.day = C[0], v) for (var x = 1; x <= 31; x += 1) v(x).replace(/\[|\]/g, "") === f && (this.day = x);
2117
- }], w: [n, $("week")], ww: [l, $("week")], M: [n, $("month")], MM: [l, $("month")], MMM: [g, function(f) {
2118
- var v = k("months"), C = (k("monthsShort") || v.map((function(x) {
2119
- return x.slice(0, 3);
2120
- }))).indexOf(f) + 1;
2121
- if (C < 1) throw new Error();
2122
- this.month = C % 12 || C;
2123
- }], MMMM: [g, function(f) {
2124
- var v = k("months").indexOf(f) + 1;
2125
- if (v < 1) throw new Error();
2126
- this.month = v % 12 || v;
2127
- }], Y: [/[+-]?\d+/, $("year")], YY: [l, function(f) {
2128
- this.year = b(f);
2129
- }], YYYY: [/\d{4}/, $("year")], Z: R, ZZ: R };
2130
- function p(f) {
2131
- var v, C;
2132
- v = f, C = d && d.formats;
2133
- for (var x = (f = v.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(O, S, U) {
2134
- var u = U && U.toUpperCase();
2135
- return S || C[U] || e[U] || C[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, i, c) {
2136
- return i || c.slice(1);
2137
- }));
2138
- }))).match(t), L = x.length, V = 0; V < L; V += 1) {
2139
- var W = x[V], F = y[W], A = F && F[0], I = F && F[1];
2140
- x[V] = I ? { regex: A, parser: I } : W.replace(/^\[|\]$/g, "");
2141
- }
2142
- return function(O) {
2143
- for (var S = {}, U = 0, u = 0; U < L; U += 1) {
2144
- var s = x[U];
2145
- if (typeof s == "string") u += s.length;
2146
- else {
2147
- var i = s.regex, c = s.parser, h = O.slice(u), m = i.exec(h)[0];
2148
- c.call(S, m), O = O.replace(m, "");
2149
- }
2150
- }
2151
- return (function(w) {
2152
- var D = w.afternoon;
2153
- if (D !== void 0) {
2154
- var Y = w.hours;
2155
- D ? Y < 12 && (w.hours += 12) : Y === 12 && (w.hours = 0), delete w.afternoon;
2156
- }
2157
- })(S), S;
2158
- };
2159
- }
2160
- return function(f, v, C) {
2161
- C.p.customParseFormat = !0, f && f.parseTwoDigitYear && (b = f.parseTwoDigitYear);
2162
- var x = v.prototype, L = x.parse;
2163
- x.parse = function(V) {
2164
- var W = V.date, F = V.utc, A = V.args;
2165
- this.$u = F;
2166
- var I = A[1];
2167
- if (typeof I == "string") {
2168
- var O = A[2] === !0, S = A[3] === !0, U = O || S, u = A[2];
2169
- S && (u = A[2]), d = this.$locale(), !O && u && (d = C.Ls[u]), this.$d = (function(h, m, w, D) {
2170
- try {
2171
- if (["x", "X"].indexOf(m) > -1) return new Date((m === "X" ? 1e3 : 1) * h);
2172
- var Y = p(m)(h), H = Y.year, N = Y.month, X = 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 = X || (H || N ? 1 : K.getDate()), co = H || K.getFullYear(), yo = 0;
2173
- H && !N || (yo = N > 0 ? N - 1 : K.getMonth());
2174
- var $o, Oo = J || 0, Lo = lo || 0, To = ao || 0, Wo = go || 0;
2175
- return ro ? new Date(Date.UTC(co, yo, no, Oo, Lo, To, Wo + 60 * ro.offset * 1e3)) : w ? new Date(Date.UTC(co, yo, no, Oo, Lo, To, Wo)) : ($o = new Date(co, yo, no, Oo, Lo, To, Wo), Z && ($o = D($o).week(Z).toDate()), $o);
2176
- } catch {
2177
- return /* @__PURE__ */ new Date("");
2178
- }
2179
- })(W, I, F, C), this.init(), u && u !== !0 && (this.$L = this.locale(u).$L), U && W != this.format(I) && (this.$d = /* @__PURE__ */ new Date("")), d = {};
2180
- } else if (I instanceof Array) for (var s = I.length, i = 1; i <= s; i += 1) {
2181
- A[1] = I[i - 1];
2182
- var c = C.apply(this, A);
2183
- if (c.isValid()) {
2184
- this.$d = c.$d, this.$L = c.$L, this.init();
2185
- break;
2186
- }
2187
- i === s && (this.$d = /* @__PURE__ */ new Date(""));
2188
- }
2189
- else L.call(this, V);
2190
- };
2191
- };
2192
- }));
2193
- })(wo)), wo.exports;
2194
- }
2195
- var Nu = Au();
2196
- const Pu = /* @__PURE__ */ ko(Nu);
2197
- var Bo = { exports: {} }, qu = Bo.exports, _o;
2198
- function Eu() {
2199
- return _o || (_o = 1, (function(o, r) {
2200
- (function(e, t) {
2201
- o.exports = t();
2202
- })(qu, (function() {
2203
- 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" };
2204
- return function(t, a, l) {
2205
- var n = a.prototype, g = n.format;
2206
- l.en.formats = e, n.format = function(d) {
2207
- d === void 0 && (d = "YYYY-MM-DDTHH:mm:ssZ");
2208
- var b = this.$locale().formats, $ = (function(R, k) {
2209
- return R.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(M, y, p) {
2210
- var f = p && p.toUpperCase();
2211
- return y || k[p] || e[p] || k[f].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(v, C, x) {
2212
- return C || x.slice(1);
2213
- }));
2214
- }));
2215
- })(d, b === void 0 ? {} : b);
2216
- return g.call(this, $);
2217
- };
2218
- };
2219
- }));
2220
- })(Bo)), Bo.exports;
2221
- }
2222
- var Uu = Eu();
2223
- const Xu = /* @__PURE__ */ ko(Uu);
2224
- var Ro = { exports: {} }, Zu = Ro.exports, Jo;
2225
- function Gu() {
2226
- return Jo || (Jo = 1, (function(o, r) {
2227
- (function(e, t) {
2228
- o.exports = t();
2229
- })(Zu, (function() {
2230
- var e = "minute", t = /[+-]\d\d(?::?\d\d)?/g, a = /([+-]|\d\d)/g;
2231
- return function(l, n, g) {
2232
- var d = n.prototype;
2233
- g.utc = function(p) {
2234
- var f = { date: p, utc: !0, args: arguments };
2235
- return new n(f);
2236
- }, d.utc = function(p) {
2237
- var f = g(this.toDate(), { locale: this.$L, utc: !0 });
2238
- return p ? f.add(this.utcOffset(), e) : f;
2239
- }, d.local = function() {
2240
- return g(this.toDate(), { locale: this.$L, utc: !1 });
2241
- };
2242
- var b = d.parse;
2243
- d.parse = function(p) {
2244
- p.utc && (this.$u = !0), this.$utils().u(p.$offset) || (this.$offset = p.$offset), b.call(this, p);
2245
- };
2246
- var $ = d.init;
2247
- d.init = function() {
2248
- if (this.$u) {
2249
- var p = this.$d;
2250
- 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();
2251
- } else $.call(this);
2252
- };
2253
- var R = d.utcOffset;
2254
- d.utcOffset = function(p, f) {
2255
- var v = this.$utils().u;
2256
- if (v(p)) return this.$u ? 0 : v(this.$offset) ? R.call(this) : this.$offset;
2257
- if (typeof p == "string" && (p = (function(V) {
2258
- V === void 0 && (V = "");
2259
- var W = V.match(t);
2260
- if (!W) return null;
2261
- var F = ("" + W[0]).match(a) || ["-", 0, 0], A = F[0], I = 60 * +F[1] + +F[2];
2262
- return I === 0 ? 0 : A === "+" ? I : -I;
2263
- })(p), p === null)) return this;
2264
- var C = Math.abs(p) <= 16 ? 60 * p : p;
2265
- if (C === 0) return this.utc(f);
2266
- var x = this.clone();
2267
- if (f) return x.$offset = C, x.$u = !1, x;
2268
- var L = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
2269
- return (x = this.local().add(C + L, e)).$offset = C, x.$x.$localOffset = L, x;
2270
- };
2271
- var k = d.format;
2272
- d.format = function(p) {
2273
- var f = p || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
2274
- return k.call(this, f);
2275
- }, d.valueOf = function() {
2276
- var p = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
2277
- return this.$d.valueOf() - 6e4 * p;
2278
- }, d.isUTC = function() {
2279
- return !!this.$u;
2280
- }, d.toISOString = function() {
2281
- return this.toDate().toISOString();
2282
- }, d.toString = function() {
2283
- return this.toDate().toUTCString();
2284
- };
2285
- var M = d.toDate;
2286
- d.toDate = function(p) {
2287
- return p === "s" && this.$offset ? g(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : M.call(this);
2288
- };
2289
- var y = d.diff;
2290
- d.diff = function(p, f, v) {
2291
- if (p && this.$u === p.$u) return y.call(this, p, f, v);
2292
- var C = this.local(), x = g(p).local();
2293
- return y.call(C, x, f, v);
2294
- };
2295
- };
2296
- }));
2297
- })(Ro)), Ro.exports;
2298
- }
2299
- var _u = Gu();
2300
- const Ju = /* @__PURE__ */ ko(_u);
2301
- var Do = { exports: {} }, Qu = Do.exports, Qo;
2302
- function Ku() {
2303
- return Qo || (Qo = 1, (function(o, r) {
2304
- (function(e, t) {
2305
- o.exports = t();
2306
- })(Qu, (function() {
2307
- var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, t = {};
2308
- return function(a, l, n) {
2309
- var g, d = function(k, M, y) {
2310
- y === void 0 && (y = {});
2311
- var p = new Date(k), f = (function(v, C) {
2312
- C === void 0 && (C = {});
2313
- var x = C.timeZoneName || "short", L = v + "|" + x, V = t[L];
2314
- 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;
2315
- })(M, y);
2316
- return f.formatToParts(p);
2317
- }, b = function(k, M) {
2318
- for (var y = d(k, M), p = [], f = 0; f < y.length; f += 1) {
2319
- var v = y[f], C = v.type, x = v.value, L = e[C];
2320
- L >= 0 && (p[L] = parseInt(x, 10));
2321
- }
2322
- var V = p[3], W = V === 24 ? 0 : V, F = p[0] + "-" + p[1] + "-" + p[2] + " " + W + ":" + p[4] + ":" + p[5] + ":000", A = +k;
2323
- return (n.utc(F).valueOf() - (A -= A % 1e3)) / 6e4;
2324
- }, $ = l.prototype;
2325
- $.tz = function(k, M) {
2326
- k === void 0 && (k = g);
2327
- 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;
2328
- if (!Number(x)) y = this.utcOffset(0, M);
2329
- else if (y = n(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(x, !0), M) {
2330
- var L = y.utcOffset();
2331
- y = y.add(p - L, "minute");
2332
- }
2333
- return y.$x.$timezone = k, y;
2334
- }, $.offsetName = function(k) {
2335
- var M = this.$x.$timezone || n.tz.guess(), y = d(this.valueOf(), M, { timeZoneName: k }).find((function(p) {
2336
- return p.type.toLowerCase() === "timezonename";
2337
- }));
2338
- return y && y.value;
2339
- };
2340
- var R = $.startOf;
2341
- $.startOf = function(k, M) {
2342
- if (!this.$x || !this.$x.$timezone) return R.call(this, k, M);
2343
- var y = n(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
2344
- return R.call(y, k, M).tz(this.$x.$timezone, !0);
2345
- }, n.tz = function(k, M, y) {
2346
- var p = y && M, f = y || M || g, v = b(+n(), f);
2347
- if (typeof k != "string") return n(k).tz(f);
2348
- var C = (function(W, F, A) {
2349
- var I = W - 60 * F * 1e3, O = b(I, A);
2350
- if (F === O) return [I, F];
2351
- var S = b(I -= 60 * (O - F) * 1e3, A);
2352
- return O === S ? [I, O] : [W - 60 * Math.min(O, S) * 1e3, Math.max(O, S)];
2353
- })(n.utc(k, p).valueOf(), v, f), x = C[0], L = C[1], V = n(x).utcOffset(L);
2354
- return V.$x.$timezone = f, V;
2355
- }, n.tz.guess = function() {
2356
- return Intl.DateTimeFormat().resolvedOptions().timeZone;
2357
- }, n.tz.setDefault = function(k) {
2358
- g = k;
2359
- };
2360
- };
2361
- }));
2362
- })(Do)), Do.exports;
2363
- }
2364
- var of = Ku();
2365
- const rf = /* @__PURE__ */ ko(of);
2366
- eo.extend(Pu);
2367
- eo.extend(Xu);
2368
- eo.extend(Ju);
2369
- eo.extend(rf);
2370
- eo.locale("pt-br");
2371
- const ef = [
2372
- "YYYY-MM-DD",
2373
- "YYYY-MM-DDTHH:mm:ss",
2374
- "YYYY-MM-DDTHH:mm:ssZ",
2375
- "YYYY-MM-DDTHH:mm",
2376
- "DD/MM/YYYY",
2377
- "DD/MM/YY"
2378
- ], to = (o) => {
2379
- if (o == null || o === "") return null;
2380
- if (o instanceof Date) {
2381
- const e = eo(o);
2382
- return e.isValid() ? e : null;
2383
- }
2384
- if (typeof o == "string") {
2385
- const e = eo(o.trim(), ef, "pt-br", !0);
2386
- return e.isValid() ? e : null;
2387
- }
2388
- const r = eo(o);
2389
- return r.isValid() ? r : null;
2390
- };
2391
- function Ko(o) {
2392
- const r = to(o);
2393
- return r ? r.startOf("day").toDate() : null;
2394
- }
2395
- function V0() {
2396
- return eo().startOf("day").toDate();
2397
- }
2398
- function O0(o, r = "YYYY-MM-DD") {
2399
- const e = to(o);
2400
- return e ? e.format(r) : "";
2401
- }
2402
- function L0(o, r = "YYYY-MM-DD HH:mm:ss") {
2403
- const e = to(o);
2404
- return e ? e.format(r) : "";
2405
- }
2406
- function T0(o, r = "DD/MM/YYYY") {
2407
- const e = to(o);
2408
- return e ? e.format(r) : "";
2409
- }
2410
- function W0(o, r = "DD/MM/YYYY HH:mm") {
2411
- const e = to(o);
2412
- return e ? e.format(r) : "";
2413
- }
2414
- function F0(o, r = "HH:mm") {
2415
- const e = to(o);
2416
- return e ? e.format(r) : "";
2417
- }
2418
- function j0(o, r = "ddd") {
2419
- const e = to(o);
2420
- return e ? e.format(r).toUpperCase() : "";
2421
- }
2422
- function I0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
2423
- const e = to(o);
2424
- return e ? e.format(r) : "";
2425
- }
2426
- function Mo(o) {
2427
- const r = to(o);
2428
- return r ? r.toDate() : null;
2429
- }
2430
- function Yo(o, r, e = "day") {
2431
- const t = to(o);
2432
- return !t || typeof r != "number" || Number.isNaN(r) ? null : t.add(r, e).toDate();
2433
- }
2434
- function H0(o, r) {
2435
- return Yo(o, r, "day");
2436
- }
2437
- function A0(o, r) {
2438
- return Yo(o, r, "month");
2439
- }
2440
- function N0(o, r) {
2441
- return Yo(o, r, "year");
2442
- }
2443
- function P0(o, r) {
2444
- return Yo(o, r, "minute");
2445
- }
2446
- function tf(o) {
2447
- const r = so(o);
2448
- return r.length !== 8 ? o : r.replace(/(\d{5})(\d{3})/, "$1-$2");
2449
- }
2450
- function q0(o) {
2451
- if (o == null) return "";
2452
- const {
2453
- postalCode: r,
2454
- state: e,
2455
- city: t,
2456
- neighborhood: a,
2457
- addressLine1: l,
2458
- addressLine2: n
2459
- } = o, g = [l, n].filter(Boolean).join(" "), d = [a, " - ", t, e].filter(Boolean).join(" "), b = r ? tf(r) : null;
2460
- return [g, " - ", d, " - ", b].filter(Boolean).join(" ").replace(/\s-\s$/, "");
2461
- }
2462
- function E0(o) {
2463
- if (o == null) return "";
2464
- const { name: r, state: e, record: t } = o;
2465
- return [r, e, t].filter(Boolean).join(" ");
2466
- }
2467
- function U0(o) {
2468
- const r = so(o);
2469
- if (!r) return "";
2470
- const e = r.startsWith("55") && r.length > 11 ? r.slice(2) : r;
2471
- return e.length === 11 ? e.replace(
2472
- /(\d{2})(\d{5})(\d{4})/,
2473
- "($1) $2-$3"
2474
- ) : e.length === 10 ? e.replace(
2475
- /(\d{2})(\d{4})(\d{4})/,
2476
- "($1) $2-$3"
2477
- ) : o;
2478
- }
2479
- function or(o, r) {
2480
- var e = Object.keys(o);
2481
- if (Object.getOwnPropertySymbols) {
2482
- var t = Object.getOwnPropertySymbols(o);
2483
- r && (t = t.filter(function(a) {
2484
- return Object.getOwnPropertyDescriptor(o, a).enumerable;
2485
- })), e.push.apply(e, t);
2486
- }
2487
- return e;
2488
- }
2489
- function vo(o) {
2490
- for (var r = 1; r < arguments.length; r++) {
2491
- var e = arguments[r] != null ? arguments[r] : {};
2492
- r % 2 ? or(Object(e), !0).forEach(function(t) {
2493
- af(o, t, e[t]);
2494
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : or(Object(e)).forEach(function(t) {
2495
- Object.defineProperty(o, t, Object.getOwnPropertyDescriptor(e, t));
2496
- });
2497
- }
2498
- return o;
2499
- }
2500
- function af(o, r, e) {
2501
- return r in o ? Object.defineProperty(o, r, {
2502
- value: e,
2503
- enumerable: !0,
2504
- configurable: !0,
2505
- writable: !0
2506
- }) : o[r] = e, o;
2507
- }
2508
- function So(o) {
2509
- return typeof o == "function";
2510
- }
2511
- function jo(o) {
2512
- return o !== null && typeof o == "object" && !Array.isArray(o);
2513
- }
2514
- function Vo(o) {
2515
- return So(o.$validator) ? vo({}, o) : {
2516
- $validator: o
2517
- };
2518
- }
2519
- function lr(o) {
2520
- return typeof o == "object" ? o.$valid : o;
2521
- }
2522
- function cr(o) {
2523
- return o.$validator || o;
2524
- }
2525
- function nf(o, r) {
2526
- if (!jo(o)) throw new Error(`[@vuelidate/validators]: First parameter to "withParams" should be an object, provided ${typeof o}`);
2527
- if (!jo(r) && !So(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2528
- const e = Vo(r);
2529
- return e.$params = vo(vo({}, e.$params || {}), o), e;
2530
- }
2531
- function df(o, r) {
2532
- if (!So(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}`);
2533
- if (!jo(r) && !So(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2534
- const e = Vo(r);
2535
- return e.$message = o, e;
2536
- }
2537
- function lf(o) {
2538
- let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
2539
- const e = Vo(o);
2540
- return vo(vo({}, e), {}, {
2541
- $async: !0,
2542
- $watchTargets: r
2543
- });
2544
- }
2545
- function cf(o) {
2546
- return {
2547
- $validator(r) {
2548
- for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), a = 1; a < e; a++)
2549
- t[a - 1] = arguments[a];
2550
- return T(r).reduce((l, n, g) => {
2551
- const d = Object.entries(n).reduce((b, $) => {
2552
- let [R, k] = $;
2553
- const M = o[R] || {}, y = Object.entries(M).reduce((p, f) => {
2554
- let [v, C] = f;
2555
- const L = cr(C).call(this, k, n, g, ...t), V = lr(L);
2556
- if (p.$data[v] = L, p.$data.$invalid = !V || !!p.$data.$invalid, p.$data.$error = p.$data.$invalid, !V) {
2557
- let W = C.$message || "";
2558
- const F = C.$params || {};
2559
- typeof W == "function" && (W = W({
2560
- $pending: !1,
2561
- $invalid: !V,
2562
- $params: F,
2563
- $model: k,
2564
- $response: L
2565
- })), p.$errors.push({
2566
- $property: R,
2567
- $message: W,
2568
- $params: F,
2569
- $response: L,
2570
- $model: k,
2571
- $pending: !1,
2572
- $validator: v
2573
- });
2574
- }
2575
- return {
2576
- $valid: p.$valid && V,
2577
- $data: p.$data,
2578
- $errors: p.$errors
2579
- };
2580
- }, {
2581
- $valid: !0,
2582
- $data: {},
2583
- $errors: []
2584
- });
2585
- return b.$data[R] = y.$data, b.$errors[R] = y.$errors, {
2586
- $valid: b.$valid && y.$valid,
2587
- $data: b.$data,
2588
- $errors: b.$errors
2589
- };
2590
- }, {
2591
- $valid: !0,
2592
- $data: {},
2593
- $errors: {}
2594
- });
2595
- return {
2596
- $valid: l.$valid && d.$valid,
2597
- $data: l.$data.concat(d.$data),
2598
- $errors: l.$errors.concat(d.$errors)
2599
- };
2600
- }, {
2601
- $valid: !0,
2602
- $data: [],
2603
- $errors: []
2604
- });
2605
- },
2606
- $message: (r) => {
2607
- let {
2608
- $response: e
2609
- } = r;
2610
- return e ? e.$errors.map((t) => Object.values(t).map((a) => a.map((l) => l.$message)).reduce((a, l) => a.concat(l), [])) : [];
2611
- }
2612
- };
2613
- }
2614
- const ho = (o) => {
2615
- if (o = T(o), Array.isArray(o)) return !!o.length;
2616
- if (o == null)
2617
- return !1;
2618
- if (o === !1)
2619
- return !0;
2620
- if (o instanceof Date)
2621
- return !isNaN(o.getTime());
2622
- if (typeof o == "object") {
2623
- for (let r in o) return !0;
2624
- return !1;
2625
- }
2626
- return !!String(o).length;
2627
- }, No = (o) => (o = T(o), Array.isArray(o) ? o.length : typeof o == "object" ? Object.keys(o).length : String(o).length);
2628
- function uo() {
2629
- for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++)
2630
- r[e] = arguments[e];
2631
- return (t) => (t = T(t), !ho(t) || r.every((a) => (a.lastIndex = 0, a.test(t))));
2632
- }
2633
- var q = /* @__PURE__ */ Object.freeze({
2634
- __proto__: null,
2635
- forEach: cf,
2636
- len: No,
2637
- normalizeValidatorObject: Vo,
2638
- regex: uo,
2639
- req: ho,
2640
- unwrap: T,
2641
- unwrapNormalizedValidator: cr,
2642
- unwrapValidatorResponse: lr,
2643
- withAsync: lf,
2644
- withMessage: df,
2645
- withParams: nf
2646
- });
2647
- uo(/^[a-zA-Z]*$/);
2648
- uo(/^[a-zA-Z0-9]*$/);
2649
- uo(/^\d*(\.\d+)?$/);
2650
- const sf = /^(?:[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;
2651
- var uf = uo(sf), ff = {
2652
- $validator: uf,
2653
- $message: "Value is not a valid email address",
2654
- $params: {
2655
- type: "email"
2656
- }
2657
- };
2658
- function gf(o) {
2659
- return (r) => !ho(r) || No(r) <= T(o);
2660
- }
2661
- function mf(o) {
2662
- return {
2663
- $validator: gf(o),
2664
- $message: (r) => {
2665
- let {
2666
- $params: e
2667
- } = r;
2668
- return `The maximum length allowed is ${e.max}`;
2669
- },
2670
- $params: {
2671
- max: o,
2672
- type: "maxLength"
2673
- }
2674
- };
2675
- }
2676
- function pf(o) {
2677
- return (r) => !ho(r) || No(r) >= T(o);
2678
- }
2679
- function bf(o) {
2680
- return {
2681
- $validator: pf(o),
2682
- $message: (r) => {
2683
- let {
2684
- $params: e
2685
- } = r;
2686
- return `This field should be at least ${e.min} characters long`;
2687
- },
2688
- $params: {
2689
- min: o,
2690
- type: "minLength"
2691
- }
2692
- };
2693
- }
2694
- function hf(o) {
2695
- return typeof o == "string" && (o = o.trim()), ho(o);
2696
- }
2697
- var vf = {
2698
- $validator: hf,
2699
- $message: "Value is required",
2700
- $params: {
2701
- type: "required"
2702
- }
2703
- };
2704
- const kf = /^(?:(?:(?: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;
2705
- uo(kf);
2706
- function yf(o) {
2707
- return (r) => !ho(r) || (!/\s/.test(r) || r instanceof Date) && +r >= +T(o);
2708
- }
2709
- function $f(o) {
2710
- return {
2711
- $validator: yf(o),
2712
- $message: (r) => {
2713
- let {
2714
- $params: e
2715
- } = r;
2716
- return `The minimum value allowed is ${e.min}`;
2717
- },
2718
- $params: {
2719
- min: o,
2720
- type: "minValue"
2721
- }
2722
- };
2723
- }
2724
- uo(/(^[0-9]*$)|(^-[0-9]+$)/);
2725
- uo(/^[-]?\d*(\.\d+)?$/);
2726
- function Cf(o) {
2727
- const r = so(o);
2728
- if (!r || r.length !== 14 || /^(\d)\1+$/.test(r)) return !1;
2729
- const e = (g, d) => {
2730
- let b = 0;
2731
- for (let R = 0; R < g.length; R += 1)
2732
- b += Number(g[R]) * d[R];
2733
- const $ = b % 11;
2734
- return $ < 2 ? 0 : 11 - $;
2735
- }, 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], l = e(r.slice(0, 12), t), n = e(r.slice(0, 13), a);
2736
- return l === Number(r[12]) && n === Number(r[13]);
2737
- }
2738
- function xf(o) {
2739
- const r = so(o);
2740
- if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
2741
- const e = (l, n) => {
2742
- let g = 0;
2743
- for (let b = 0; b < l.length; b += 1)
2744
- g += Number(l[b]) * (n - b);
2745
- const d = g % 11;
2746
- return d < 2 ? 0 : 11 - d;
2747
- }, t = e(r.slice(0, 9), 10), a = e(r.slice(0, 10), 11);
2748
- return t === Number(r[9]) && a === Number(r[10]);
2749
- }
2750
- function wf(o, r = /* @__PURE__ */ new Date()) {
2751
- const e = Mo(o);
2752
- if (!e) return !1;
2753
- const t = Ko(r);
2754
- return Ko(e) > t;
2755
- }
2756
- function rr(o) {
2757
- const r = Mo(o);
2758
- return !!r && eo(r).isValid();
2759
- }
2760
- function Bf(o) {
2761
- if (!Array.isArray(o) || !o[0] || !o[1]) return !1;
2762
- const [r, e] = o;
2763
- return !(r instanceof Date) || !(e instanceof Date) ? !1 : e >= r;
2764
- }
2765
- function Rf(o) {
2766
- const r = so(o || "");
2767
- return r ? r.length === 11 : !0;
2768
- }
2769
- function Df(o) {
2770
- const r = so(o || "");
2771
- return r ? r.length === 10 : !0;
2772
- }
2773
- function Sf(o) {
2774
- return o.replace(/\D/g, "").length === 8;
2775
- }
2776
- function zf(o) {
2777
- if (o == null) return !1;
2778
- const r = String(o).trim();
2779
- return r ? /^\d+$/.test(r) : !1;
2780
- }
2781
- function Mf(o) {
2782
- return /^[A-Za-zÀ-ÖØ-öø-ÿ\s'-]+$/u.test(o);
2783
- }
2784
- function Yf(o) {
2785
- return o.endsWith(".") || o.length < 2;
2786
- }
2787
- function Vf(o) {
2788
- const r = (o || "").trim();
2789
- if (!r || !Mf(r)) return !1;
2790
- const e = r.split(" ").filter(Boolean);
2791
- if (e.length < 2) return !1;
2792
- const t = /^[A-Za-zÀ-ÖØ-öø-ÿ]+(?:[-'][A-Za-zÀ-ÖØ-öø-ÿ]+)*$/u;
2793
- return e.every((a) => {
2794
- const l = a.replace(/^[-']+|[-']+$/g, "");
2795
- return !l || Yf(l) ? !1 : t.test(a);
2796
- });
2797
- }
2798
- const fo = (o) => (r) => !q.req(r) || o(r), X0 = q.withMessage("Campo obrigatório.", vf), Z0 = q.withMessage("E-mail inválido.", (o) => q.req(o) ? ff.$validator(String(o).trim()) : !0), G0 = q.withMessage(
2799
- "Informe nome e sobrenome.",
2800
- fo(Vf)
2801
- ), _0 = q.withMessage(
2802
- "Informe apenas números.",
2803
- fo(zf)
2804
- ), J0 = q.withMessage(
2805
- "CEP inválido.",
2806
- fo(Sf)
2807
- ), Q0 = q.withMessage("CNPJ inválido.", fo(Cf)), K0 = q.withMessage("CPF inválido.", fo(xf)), og = q.withMessage(
2808
- "Nº celular inválido.",
2809
- fo((o) => Rf(so(o)))
2810
- ), rg = q.withMessage(
2811
- "Nº telefone inválido.",
2812
- fo((o) => Df(so(o)))
2813
- ), eg = q.withMessage(
2814
- "Data inválida.",
2815
- (o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(Mo(o))
2816
- ), tg = q.withMessage(
2817
- "Data não pode ser maior que hoje.",
2818
- fo((o) => !wf(Mo(o)))
2819
- ), ag = q.withMessage(
2820
- "Intervalo de datas inválido.",
2821
- (o) => o == null ? !0 : Bf(o)
2822
- );
2823
- function ng(o, r) {
2824
- return q.withMessage(
2825
- r || `Informe no máximo ${o} caracteres.`,
2826
- (e) => q.req(e) ? mf(o).$validator(String(e)) : !0
2827
- );
2828
- }
2829
- function ig(o, r) {
2830
- return q.withMessage(
2831
- r || `Informe no mínimo ${o} caracteres.`,
2832
- (e) => q.req(e) ? bf(o).$validator(String(e)) : !0
2833
- );
2834
- }
2835
- function dg(o, r) {
2836
- return q.withMessage(
2837
- r || `Valor mínimo é ${o}.`,
2838
- (e) => q.req(e) ? $f(o).$validator(Number(e)) : !0
2839
- );
2840
- }
2841
1764
  export {
2842
- Or as BaseAlert,
2843
- t0 as BaseAutoComplete,
2844
- d0 as BaseAvatar,
2845
- Fo as BaseButton,
2846
- l0 as BaseCard,
2847
- c0 as BaseChart,
2848
- s0 as BaseCheckbox,
2849
- u0 as BaseCurrency,
2850
- f0 as BaseDate,
2851
- g0 as BaseDatePicker,
2852
- m0 as BaseDialog,
2853
- p0 as BaseDrawer,
2854
- b0 as BaseEmpty,
2855
- h0 as BaseField,
2856
- Er as BaseInputMask,
2857
- v0 as BaseInputText,
2858
- k0 as BaseModal,
2859
- y0 as BaseMultiSelect,
2860
- $0 as BasePanel,
2861
- C0 as BaseRadioButton,
2862
- x0 as BaseRouterLink,
2863
- w0 as BaseSectionDivider,
2864
- B0 as BaseSelect,
2865
- R0 as BaseSwitch,
2866
- D0 as BaseTextarea,
2867
- zo as FaIcon,
2868
- Yo as add,
2869
- H0 as addDays,
2870
- P0 as addMinutes,
2871
- A0 as addMonths,
2872
- N0 as addYears,
2873
- q0 as formatAddress,
2874
- E0 as formatCouncil,
2875
- T0 as formatDate,
2876
- W0 as formatDateTime,
2877
- L0 as formatDateTimeToApi,
2878
- O0 as formatDateToApi,
2879
- n0 as formatDocument,
2880
- I0 as formatFullDate,
2881
- i0 as formatNumber,
2882
- U0 as formatPhone,
2883
- F0 as formatTime,
2884
- j0 as formatWeekday,
2885
- Lr as getInitials,
2886
- so as onlyNumber,
2887
- z0 as setupPrimeVue,
2888
- Ko as startOfDay,
2889
- a0 as toCamelCaseWords,
2890
- Mo as toDate,
2891
- V0 as today,
2892
- M0 as useAppToast,
2893
- Y0 as useClickOutside,
2894
- S0 as vFocus,
2895
- og as validCellphone,
2896
- Q0 as validCnpj,
2897
- K0 as validCpf,
2898
- eg as validDate,
2899
- ag as validDateRange,
2900
- Z0 as validEmail,
2901
- G0 as validFullName,
2902
- ng as validMaxLength,
2903
- ig as validMinLength,
2904
- dg as validMinValue,
2905
- tg as validNotFutureDate,
2906
- _0 as validOnlyNumbers,
2907
- rg as validPhone,
2908
- J0 as validPostalCode,
2909
- X0 as validRequired
1765
+ Fo as BaseAlert,
1766
+ tu as BaseAutoComplete,
1767
+ du as BaseAvatar,
1768
+ j as BaseButton,
1769
+ lu as BaseCard,
1770
+ iu as BaseChart,
1771
+ cu as BaseCheckbox,
1772
+ su as BaseCurrency,
1773
+ uu as BaseDate,
1774
+ fu as BaseDatePicker,
1775
+ gu as BaseDialog,
1776
+ mu as BaseDrawer,
1777
+ pu as BaseEmpty,
1778
+ bu as BaseField,
1779
+ qo as BaseInputMask,
1780
+ hu as BaseInputText,
1781
+ vu as BaseModal,
1782
+ ku as BaseMultiSelect,
1783
+ yu as BasePanel,
1784
+ Cu as BaseRadioButton,
1785
+ Bu as BaseRouterLink,
1786
+ xu as BaseSectionDivider,
1787
+ $u as BaseSelect,
1788
+ wu as BaseSwitch,
1789
+ Ru as BaseTextarea,
1790
+ H as FaIcon,
1791
+ Su as setupPrimeVue,
1792
+ Du as useAppToast,
1793
+ Vu as useClickOutside,
1794
+ zu as vFocus
2910
1795
  };