@stencitecnologia/front-kit 0.1.18 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -4
- package/dist/index.es.js +884 -864
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as
|
|
1
|
+
import { computed as M, openBlock as R, createElementBlock as P, normalizeClass as So, toDisplayString as oo, createCommentVNode as q, createBlock as H, unref as T, mergeProps as Q, withCtx as X, Fragment as er, renderSlot as G, createElementVNode as io, createVNode as mo, ref as po, onMounted as tr, onBeforeUnmount as ar, normalizeStyle as Io, watch as ur, createTextVNode as Po, createSlots as Ho, Teleport as fr, withModifiers as gr } from "vue";
|
|
2
2
|
import mr from "primevue/autocomplete";
|
|
3
3
|
import pr from "primevue/button";
|
|
4
4
|
import { FontAwesomeIcon as br } from "@fortawesome/vue-fontawesome";
|
|
@@ -33,19 +33,19 @@ const Vr = {
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
setup(o) {
|
|
36
|
-
const r = o, e =
|
|
36
|
+
const r = o, e = M(() => ({
|
|
37
37
|
"ui-alert-success": r.variant === "success",
|
|
38
38
|
"ui-alert-warning": r.variant === "warning",
|
|
39
39
|
"ui-alert-error": r.variant === "error",
|
|
40
40
|
"ui-alert-info": r.variant === "info"
|
|
41
41
|
}));
|
|
42
|
-
return (t, a) => o.message ? (
|
|
42
|
+
return (t, a) => o.message ? (R(), P("div", {
|
|
43
43
|
key: 0,
|
|
44
44
|
class: So(["ui-alert", e.value]),
|
|
45
45
|
role: "alert"
|
|
46
46
|
}, oo(o.message), 3)) : q("", !0);
|
|
47
47
|
}
|
|
48
|
-
},
|
|
48
|
+
}, Qf = {
|
|
49
49
|
__name: "BaseAutoComplete",
|
|
50
50
|
props: {
|
|
51
51
|
modelValue: {
|
|
@@ -76,13 +76,13 @@ const Vr = {
|
|
|
76
76
|
"clear"
|
|
77
77
|
],
|
|
78
78
|
setup(o, { emit: r }) {
|
|
79
|
-
const e = o, t = r, a =
|
|
79
|
+
const e = o, t = r, a = M({
|
|
80
80
|
get: () => e.modelValue,
|
|
81
|
-
set: (
|
|
82
|
-
}),
|
|
83
|
-
return (
|
|
81
|
+
set: (l) => t("update:modelValue", l)
|
|
82
|
+
}), c = (l) => t("complete", l), i = (l) => t("item-select", l), m = () => t("clear");
|
|
83
|
+
return (l, b) => (R(), H(T(mr), Q({
|
|
84
84
|
modelValue: a.value,
|
|
85
|
-
"onUpdate:modelValue":
|
|
85
|
+
"onUpdate:modelValue": b[0] || (b[0] = ($) => a.value = $),
|
|
86
86
|
suggestions: o.suggestions,
|
|
87
87
|
disabled: o.disabled,
|
|
88
88
|
readonly: o.readonly,
|
|
@@ -90,9 +90,9 @@ const Vr = {
|
|
|
90
90
|
"w-full",
|
|
91
91
|
{ "p-invalid": o.invalid }
|
|
92
92
|
]
|
|
93
|
-
},
|
|
94
|
-
onComplete:
|
|
95
|
-
onItemSelect:
|
|
93
|
+
}, l.$attrs, {
|
|
94
|
+
onComplete: c,
|
|
95
|
+
onItemSelect: i,
|
|
96
96
|
onClear: m
|
|
97
97
|
}), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
|
|
98
98
|
}
|
|
@@ -105,7 +105,7 @@ const Vr = {
|
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
setup(o) {
|
|
108
|
-
return (r, e) => (
|
|
108
|
+
return (r, e) => (R(), H(T(br), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
|
|
109
109
|
}
|
|
110
110
|
}, Or = { key: 1 }, Fo = {
|
|
111
111
|
__name: "BaseButton",
|
|
@@ -146,7 +146,7 @@ const Vr = {
|
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
setup(o) {
|
|
149
|
-
const r = o, e =
|
|
149
|
+
const r = o, e = M(() => [
|
|
150
150
|
"ui-btn",
|
|
151
151
|
{
|
|
152
152
|
"ui-btn-primary": r.variant === "primary",
|
|
@@ -156,20 +156,20 @@ const Vr = {
|
|
|
156
156
|
"ui-btn-error": r.variant === "error",
|
|
157
157
|
"ui-btn-sm": r.size === "sm"
|
|
158
158
|
}
|
|
159
|
-
]), t =
|
|
160
|
-
return (a,
|
|
159
|
+
]), t = M(() => r.disabled || r.loading);
|
|
160
|
+
return (a, c) => (R(), H(T(pr), Q(a.$attrs, {
|
|
161
161
|
loading: o.loading,
|
|
162
162
|
disabled: t.value,
|
|
163
163
|
class: e.value,
|
|
164
164
|
type: o.type
|
|
165
165
|
}), {
|
|
166
166
|
default: X(() => [
|
|
167
|
-
o.loading ? q("", !0) : (
|
|
168
|
-
o.icon ? (
|
|
167
|
+
o.loading ? q("", !0) : (R(), P(er, { key: 0 }, [
|
|
168
|
+
o.icon ? (R(), H(Mo, {
|
|
169
169
|
key: 0,
|
|
170
170
|
icon: o.icon
|
|
171
171
|
}, null, 8, ["icon"])) : q("", !0),
|
|
172
|
-
o.label ? (
|
|
172
|
+
o.label ? (R(), P("span", Or, oo(o.label), 1)) : q("", !0),
|
|
173
173
|
G(a.$slots, "default")
|
|
174
174
|
], 64))
|
|
175
175
|
]),
|
|
@@ -188,7 +188,7 @@ const Vr = {
|
|
|
188
188
|
}, Fr = { class: "ui-card-content" }, jr = {
|
|
189
189
|
key: 1,
|
|
190
190
|
class: "ui-card-footer"
|
|
191
|
-
},
|
|
191
|
+
}, Ir = { class: "ui-card-footer-content" }, Kf = {
|
|
192
192
|
__name: "BaseCard",
|
|
193
193
|
props: {
|
|
194
194
|
title: {
|
|
@@ -217,33 +217,33 @@ const Vr = {
|
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
setup(o) {
|
|
220
|
-
const r = o, e =
|
|
220
|
+
const r = o, e = M(() => !!(r.title || r.subtitle)), t = M(() => [
|
|
221
221
|
"ui-card",
|
|
222
222
|
r.className,
|
|
223
223
|
{ "ui-card-has-footer": r.hasFooter }
|
|
224
224
|
]);
|
|
225
|
-
return (a,
|
|
225
|
+
return (a, c) => (R(), P("section", {
|
|
226
226
|
class: So(t.value)
|
|
227
227
|
}, [
|
|
228
|
-
e.value ? (
|
|
229
|
-
o.title ? (
|
|
230
|
-
o.subtitle ? (
|
|
228
|
+
e.value ? (R(), P("header", Lr, [
|
|
229
|
+
o.title ? (R(), P("div", Tr, oo(o.title), 1)) : q("", !0),
|
|
230
|
+
o.subtitle ? (R(), P("div", Wr, oo(o.subtitle), 1)) : q("", !0)
|
|
231
231
|
])) : q("", !0),
|
|
232
232
|
io("div", Fr, [
|
|
233
|
-
|
|
233
|
+
mo(Vr, {
|
|
234
234
|
message: o.alertMessage,
|
|
235
235
|
variant: o.alertVariant
|
|
236
236
|
}, null, 8, ["message", "variant"]),
|
|
237
237
|
G(a.$slots, "default")
|
|
238
238
|
]),
|
|
239
|
-
o.hasFooter ? (
|
|
240
|
-
io("div",
|
|
239
|
+
o.hasFooter ? (R(), P("footer", jr, [
|
|
240
|
+
io("div", Ir, [
|
|
241
241
|
G(a.$slots, "footer")
|
|
242
242
|
])
|
|
243
243
|
])) : q("", !0)
|
|
244
244
|
], 2));
|
|
245
245
|
}
|
|
246
|
-
},
|
|
246
|
+
}, o0 = {
|
|
247
247
|
__name: "BaseChart",
|
|
248
248
|
props: {
|
|
249
249
|
type: {
|
|
@@ -272,32 +272,32 @@ const Vr = {
|
|
|
272
272
|
{ borderColor: "#ef4444", backgroundColor: "rgba(239, 68, 68, 0.60)" },
|
|
273
273
|
{ borderColor: "#38bdf8", backgroundColor: "rgba(56, 189, 248, 0.60)" },
|
|
274
274
|
{ borderColor: "#a855f7", backgroundColor: "rgba(168, 85, 247, 0.60)" }
|
|
275
|
-
]), e = o, t =
|
|
276
|
-
function
|
|
277
|
-
const
|
|
278
|
-
for (const
|
|
279
|
-
|
|
280
|
-
return
|
|
275
|
+
]), e = o, t = po(null), a = po(!1);
|
|
276
|
+
function c(B, k) {
|
|
277
|
+
const z = { ...B };
|
|
278
|
+
for (const y of Object.keys(k))
|
|
279
|
+
k[y] !== null && typeof k[y] == "object" && !Array.isArray(k[y]) && typeof B[y] == "object" ? z[y] = c(B[y] ?? {}, k[y]) : z[y] = k[y];
|
|
280
|
+
return z;
|
|
281
281
|
}
|
|
282
|
-
const
|
|
282
|
+
const i = M(() => !["pie", "doughnut"].includes(e.type)), m = M(() => e.height ? e.height : i.value ? "300px" : "400px"), l = M(() => {
|
|
283
283
|
if (!e.data?.datasets) return e.data;
|
|
284
|
-
const
|
|
285
|
-
const
|
|
284
|
+
const B = e.data.datasets.map((k, z) => {
|
|
285
|
+
const y = r[z % r.length];
|
|
286
286
|
return ["pie", "doughnut"].includes(e.type) ? {
|
|
287
|
-
...
|
|
288
|
-
backgroundColor: r.map((
|
|
289
|
-
borderColor: r.map((
|
|
287
|
+
...k,
|
|
288
|
+
backgroundColor: r.map((f) => f.backgroundColor),
|
|
289
|
+
borderColor: r.map((f) => f.borderColor),
|
|
290
290
|
borderWidth: 1.5
|
|
291
291
|
} : {
|
|
292
|
-
...
|
|
293
|
-
backgroundColor:
|
|
294
|
-
borderColor:
|
|
295
|
-
borderWidth:
|
|
292
|
+
...k,
|
|
293
|
+
backgroundColor: k.backgroundColor ?? y.backgroundColor,
|
|
294
|
+
borderColor: k.borderColor ?? y.borderColor,
|
|
295
|
+
borderWidth: k.borderWidth ?? 1.5,
|
|
296
296
|
borderRadius: e.type === "bar" ? 4 : 0
|
|
297
297
|
};
|
|
298
298
|
});
|
|
299
|
-
return { ...e.data, datasets:
|
|
300
|
-
}),
|
|
299
|
+
return { ...e.data, datasets: B };
|
|
300
|
+
}), b = M(() => ({
|
|
301
301
|
responsive: !0,
|
|
302
302
|
maintainAspectRatio: !1,
|
|
303
303
|
plugins: {
|
|
@@ -311,7 +311,7 @@ const Vr = {
|
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
|
-
scales:
|
|
314
|
+
scales: i.value ? {
|
|
315
315
|
x: {
|
|
316
316
|
ticks: {
|
|
317
317
|
color: "var(--p-text-muted-color)",
|
|
@@ -329,22 +329,22 @@ const Vr = {
|
|
|
329
329
|
border: { display: !1 }
|
|
330
330
|
}
|
|
331
331
|
} : void 0
|
|
332
|
-
})), $ =
|
|
332
|
+
})), $ = M(() => c(b.value, e.options));
|
|
333
333
|
return tr(() => {
|
|
334
334
|
a.value = !0;
|
|
335
335
|
}), ar(() => {
|
|
336
336
|
a.value = !1, t.value?.chart && t.value.chart.destroy();
|
|
337
|
-
}), (
|
|
337
|
+
}), (B, k) => a.value ? (R(), H(T(hr), {
|
|
338
338
|
key: 0,
|
|
339
339
|
ref_key: "chartRef",
|
|
340
340
|
ref: t,
|
|
341
341
|
type: o.type,
|
|
342
|
-
data:
|
|
342
|
+
data: l.value,
|
|
343
343
|
options: $.value,
|
|
344
|
-
style:
|
|
344
|
+
style: Io({ height: m.value, width: "100%" })
|
|
345
345
|
}, null, 8, ["type", "data", "options", "style"])) : q("", !0);
|
|
346
346
|
}
|
|
347
|
-
},
|
|
347
|
+
}, Hr = { class: "ui-currency" }, r0 = {
|
|
348
348
|
__name: "BaseCurrency",
|
|
349
349
|
props: {
|
|
350
350
|
modelValue: {
|
|
@@ -370,20 +370,20 @@ const Vr = {
|
|
|
370
370
|
},
|
|
371
371
|
emits: ["update:modelValue"],
|
|
372
372
|
setup(o, { emit: r }) {
|
|
373
|
-
const e = o, t = r, a = (
|
|
373
|
+
const e = o, t = r, a = (l) => l == null || l === "" ? "" : Number(l).toLocaleString("pt-BR", {
|
|
374
374
|
minimumFractionDigits: 2,
|
|
375
375
|
maximumFractionDigits: 2
|
|
376
|
-
}),
|
|
377
|
-
if (!
|
|
378
|
-
const
|
|
379
|
-
return
|
|
380
|
-
},
|
|
381
|
-
const
|
|
382
|
-
t("update:modelValue",
|
|
376
|
+
}), c = (l) => {
|
|
377
|
+
if (!l) return null;
|
|
378
|
+
const b = l.replace(/\D/g, "");
|
|
379
|
+
return b ? Number(b) / 100 : null;
|
|
380
|
+
}, i = M(() => a(e.modelValue)), m = (l) => {
|
|
381
|
+
const b = c(l.target.value);
|
|
382
|
+
t("update:modelValue", b), l.target.value = a(b);
|
|
383
383
|
};
|
|
384
|
-
return (
|
|
385
|
-
|
|
386
|
-
value:
|
|
384
|
+
return (l, b) => (R(), P("div", Hr, [
|
|
385
|
+
mo(T(nr), Q({
|
|
386
|
+
value: i.value,
|
|
387
387
|
placeholder: o.placeholder,
|
|
388
388
|
disabled: o.disabled,
|
|
389
389
|
readonly: o.readonly,
|
|
@@ -391,7 +391,7 @@ const Vr = {
|
|
|
391
391
|
"w-full",
|
|
392
392
|
{ "p-invalid": o.invalid }
|
|
393
393
|
]
|
|
394
|
-
},
|
|
394
|
+
}, l.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
|
|
395
395
|
]));
|
|
396
396
|
}
|
|
397
397
|
}, Ar = {
|
|
@@ -428,13 +428,13 @@ const Vr = {
|
|
|
428
428
|
},
|
|
429
429
|
emits: ["update:modelValue"],
|
|
430
430
|
setup(o, { emit: r }) {
|
|
431
|
-
const e = o, t = r, a =
|
|
431
|
+
const e = o, t = r, a = M({
|
|
432
432
|
get: () => e.modelValue,
|
|
433
|
-
set: (
|
|
433
|
+
set: (c) => t("update:modelValue", c)
|
|
434
434
|
});
|
|
435
|
-
return (
|
|
435
|
+
return (c, i) => (R(), H(T($r), Q({
|
|
436
436
|
modelValue: a.value,
|
|
437
|
-
"onUpdate:modelValue":
|
|
437
|
+
"onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
|
|
438
438
|
mask: o.mask,
|
|
439
439
|
"slot-char": o.slotChar,
|
|
440
440
|
"auto-clear": o.autoClear,
|
|
@@ -444,9 +444,9 @@ const Vr = {
|
|
|
444
444
|
"w-full",
|
|
445
445
|
{ "p-invalid": o.invalid }
|
|
446
446
|
]
|
|
447
|
-
},
|
|
447
|
+
}, c.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
|
|
448
448
|
}
|
|
449
|
-
},
|
|
449
|
+
}, e0 = {
|
|
450
450
|
__name: "BaseDate",
|
|
451
451
|
props: {
|
|
452
452
|
modelValue: {
|
|
@@ -494,139 +494,150 @@ const Vr = {
|
|
|
494
494
|
default: null
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
|
-
emits: ["update:modelValue", "update:textValue"],
|
|
498
|
-
setup(o, {
|
|
499
|
-
const
|
|
500
|
-
if (!(
|
|
501
|
-
const
|
|
502
|
-
return `${
|
|
503
|
-
},
|
|
504
|
-
if (!
|
|
505
|
-
const
|
|
506
|
-
if (!
|
|
507
|
-
const
|
|
508
|
-
if (
|
|
509
|
-
const
|
|
510
|
-
return
|
|
511
|
-
}, z = (
|
|
512
|
-
const [
|
|
513
|
-
return !
|
|
514
|
-
},
|
|
515
|
-
if (!
|
|
516
|
-
const
|
|
517
|
-
if (!
|
|
518
|
-
const
|
|
519
|
-
return !
|
|
520
|
-
},
|
|
521
|
-
|
|
522
|
-
},
|
|
523
|
-
|
|
524
|
-
},
|
|
525
|
-
|
|
526
|
-
},
|
|
527
|
-
if (!Array.isArray(
|
|
528
|
-
const [
|
|
529
|
-
!(
|
|
530
|
-
},
|
|
531
|
-
|
|
532
|
-
},
|
|
533
|
-
if (
|
|
534
|
-
|
|
497
|
+
emits: ["update:modelValue", "update:textValue", "blur"],
|
|
498
|
+
setup(o, { expose: r, emit: e }) {
|
|
499
|
+
const t = o, a = e, c = po(null), i = po(""), m = po(null), l = po(0), b = M(() => t.selectionMode === "range"), $ = (u) => String(u).padStart(2, "0"), B = (u) => {
|
|
500
|
+
if (!(u instanceof Date) || Number.isNaN(u.getTime())) return "";
|
|
501
|
+
const s = $(u.getDate()), n = $(u.getMonth() + 1), d = String(u.getFullYear());
|
|
502
|
+
return `${s}/${n}/${d}`;
|
|
503
|
+
}, k = (u) => {
|
|
504
|
+
if (!u || typeof u != "string") return null;
|
|
505
|
+
const s = u.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
|
|
506
|
+
if (!s) return null;
|
|
507
|
+
const n = Number(s[1]), d = Number(s[2]), h = Number(s[3]);
|
|
508
|
+
if (d < 1 || d > 12 || n < 1 || n > 31 || h < 1e3 || h > 9999) return null;
|
|
509
|
+
const g = new Date(h, d - 1, n);
|
|
510
|
+
return g.getFullYear() !== h || g.getMonth() !== d - 1 || g.getDate() !== n ? null : g;
|
|
511
|
+
}, z = (u) => !(!(u instanceof Date) || Number.isNaN(u.getTime()) || t.minDate && u < t.minDate || t.maxDate && u > t.maxDate), y = (u) => {
|
|
512
|
+
const [s, n] = u || [], d = s ? B(s) : "", h = n ? B(n) : "";
|
|
513
|
+
return !d && !h ? "" : d && !h ? `${d} - ` : `${d} - ${h}`;
|
|
514
|
+
}, p = (u) => {
|
|
515
|
+
if (!u || typeof u != "string") return null;
|
|
516
|
+
const s = u.match(/^(.+?)\s*-\s*(.+?)$/);
|
|
517
|
+
if (!s) return null;
|
|
518
|
+
const n = k(s[1].trim()), d = k(s[2].trim());
|
|
519
|
+
return !n || !d ? null : [n, d];
|
|
520
|
+
}, f = (u) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((u || "").replace(/_/g, "").trim()), v = (u) => {
|
|
521
|
+
i.value = u, a("update:textValue", u);
|
|
522
|
+
}, C = (u) => {
|
|
523
|
+
v(B(u)), m.value = u;
|
|
524
|
+
}, x = (u) => {
|
|
525
|
+
v(y(u)), m.value = u;
|
|
526
|
+
}, L = (u) => {
|
|
527
|
+
if (!Array.isArray(u)) return;
|
|
528
|
+
const [s, n] = u;
|
|
529
|
+
!(s instanceof Date) || !(n instanceof Date) || a("update:modelValue", [s, n]);
|
|
530
|
+
}, V = () => {
|
|
531
|
+
v(""), m.value = null, l.value += 1, a("update:modelValue", null);
|
|
532
|
+
}, W = (u) => {
|
|
533
|
+
if (v(u), !u) {
|
|
534
|
+
m.value = null, a("update:modelValue", null);
|
|
535
535
|
return;
|
|
536
536
|
}
|
|
537
|
-
if (
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
537
|
+
if (b.value) {
|
|
538
|
+
if (!f(u)) return;
|
|
539
|
+
const n = p(u);
|
|
540
|
+
if (!n) {
|
|
541
|
+
a("update:modelValue", [null, null]);
|
|
542
|
+
return;
|
|
543
|
+
}
|
|
544
|
+
m.value = n, L(n);
|
|
541
545
|
return;
|
|
542
546
|
}
|
|
543
|
-
const
|
|
544
|
-
|
|
545
|
-
},
|
|
546
|
-
if (
|
|
547
|
-
if (
|
|
548
|
-
|
|
547
|
+
const s = k(u);
|
|
548
|
+
s && (m.value = s, a("update:modelValue", s));
|
|
549
|
+
}, F = (u) => {
|
|
550
|
+
if (u) {
|
|
551
|
+
if (b.value) {
|
|
552
|
+
m.value = u;
|
|
553
|
+
const [s, n] = u || [];
|
|
554
|
+
s instanceof Date && n instanceof Date && (x(u), L(u), c.value && c.value.hide());
|
|
549
555
|
return;
|
|
550
556
|
}
|
|
551
|
-
u
|
|
557
|
+
C(u), a("update:modelValue", u), c.value && c.value.hide();
|
|
552
558
|
}
|
|
553
|
-
},
|
|
554
|
-
|
|
555
|
-
},
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
559
|
+
}, A = () => {
|
|
560
|
+
b.value && U.value && V(), a("blur");
|
|
561
|
+
}, j = (u) => {
|
|
562
|
+
c.value && c.value.toggle(u);
|
|
563
|
+
}, O = () => {
|
|
564
|
+
const u = /* @__PURE__ */ new Date(), s = new Date(u.getFullYear(), u.getMonth(), u.getDate());
|
|
565
|
+
if (z(s)) {
|
|
566
|
+
if (b.value) {
|
|
567
|
+
const n = [s, s];
|
|
568
|
+
x(n), a("update:modelValue", n);
|
|
561
569
|
return;
|
|
562
570
|
}
|
|
563
|
-
|
|
571
|
+
C(s), a("update:modelValue", s);
|
|
564
572
|
}
|
|
565
|
-
},
|
|
566
|
-
get: () =>
|
|
567
|
-
set: (
|
|
568
|
-
})
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
573
|
+
}, S = M({
|
|
574
|
+
get: () => i.value,
|
|
575
|
+
set: (u) => W(u)
|
|
576
|
+
}), U = M(
|
|
577
|
+
() => b.value && !!i.value && !f(i.value)
|
|
578
|
+
);
|
|
579
|
+
return r({ hasPartialInput: U }), ur(
|
|
580
|
+
() => t.modelValue,
|
|
581
|
+
(u) => {
|
|
582
|
+
if (u === null) {
|
|
583
|
+
(i.value !== "" || m.value !== null) && (v(""), m.value = null);
|
|
574
584
|
return;
|
|
575
585
|
}
|
|
576
|
-
if (
|
|
577
|
-
Array.isArray(
|
|
586
|
+
if (b.value) {
|
|
587
|
+
Array.isArray(u) && u[0] instanceof Date && u[1] instanceof Date && x(u);
|
|
578
588
|
return;
|
|
579
589
|
}
|
|
580
|
-
|
|
590
|
+
u instanceof Date && C(u);
|
|
581
591
|
},
|
|
582
592
|
{ immediate: !0 }
|
|
583
|
-
), (
|
|
593
|
+
), (u, s) => (R(), H(T(vr), { class: "ui-inputgroup" }, {
|
|
584
594
|
default: X(() => [
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
595
|
+
(R(), H(Ar, Q({
|
|
596
|
+
key: l.value,
|
|
597
|
+
modelValue: S.value,
|
|
598
|
+
"onUpdate:modelValue": s[0] || (s[0] = (n) => S.value = n),
|
|
599
|
+
mask: b.value ? "99/99/9999 - 99/99/9999" : o.mask,
|
|
589
600
|
placeholder: o.placeholder,
|
|
590
601
|
disabled: o.disabled,
|
|
591
602
|
invalid: o.invalid
|
|
592
|
-
},
|
|
593
|
-
|
|
603
|
+
}, u.$attrs, { onBlur: A }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"])),
|
|
604
|
+
mo(T(kr), { class: "ui-inputgroup-addon" }, {
|
|
594
605
|
default: X(() => [
|
|
595
|
-
o.showClear ? (
|
|
606
|
+
o.showClear ? (R(), H(Fo, {
|
|
596
607
|
key: 0,
|
|
597
608
|
type: "button",
|
|
598
609
|
variant: "outline",
|
|
599
610
|
disabled: o.disabled,
|
|
600
611
|
"aria-label": "Limpar data",
|
|
601
|
-
onClick:
|
|
612
|
+
onClick: V
|
|
602
613
|
}, {
|
|
603
|
-
default: X(() => [...
|
|
614
|
+
default: X(() => [...s[2] || (s[2] = [
|
|
604
615
|
Po(" Limpar ", -1)
|
|
605
616
|
])]),
|
|
606
617
|
_: 1
|
|
607
618
|
}, 8, ["disabled"])) : q("", !0),
|
|
608
|
-
o.showToday ? (
|
|
619
|
+
o.showToday ? (R(), H(Fo, {
|
|
609
620
|
key: 1,
|
|
610
621
|
type: "button",
|
|
611
622
|
variant: "outline",
|
|
612
623
|
disabled: o.disabled,
|
|
613
624
|
"aria-label": "Selecionar hoje",
|
|
614
|
-
onClick:
|
|
625
|
+
onClick: O
|
|
615
626
|
}, {
|
|
616
|
-
default: X(() => [...
|
|
627
|
+
default: X(() => [...s[3] || (s[3] = [
|
|
617
628
|
Po(" Hoje ", -1)
|
|
618
629
|
])]),
|
|
619
630
|
_: 1
|
|
620
631
|
}, 8, ["disabled"])) : q("", !0),
|
|
621
|
-
|
|
632
|
+
mo(Fo, {
|
|
622
633
|
type: "button",
|
|
623
634
|
variant: "ghost",
|
|
624
635
|
disabled: o.disabled,
|
|
625
636
|
"aria-label": "Abrir calendário",
|
|
626
|
-
onClick:
|
|
637
|
+
onClick: j
|
|
627
638
|
}, {
|
|
628
639
|
default: X(() => [
|
|
629
|
-
o.calendarIcon ? (
|
|
640
|
+
o.calendarIcon ? (R(), H(Mo, {
|
|
630
641
|
key: 0,
|
|
631
642
|
class: "text-lg",
|
|
632
643
|
icon: o.calendarIcon
|
|
@@ -637,16 +648,16 @@ const Vr = {
|
|
|
637
648
|
]),
|
|
638
649
|
_: 1
|
|
639
650
|
}),
|
|
640
|
-
|
|
651
|
+
mo(T(yr), {
|
|
641
652
|
ref_key: "popoverRef",
|
|
642
|
-
ref:
|
|
653
|
+
ref: c
|
|
643
654
|
}, {
|
|
644
655
|
default: X(() => [
|
|
645
|
-
|
|
646
|
-
modelValue:
|
|
656
|
+
mo(T(ir), {
|
|
657
|
+
modelValue: m.value,
|
|
647
658
|
"onUpdate:modelValue": [
|
|
648
|
-
|
|
649
|
-
|
|
659
|
+
s[1] || (s[1] = (n) => m.value = n),
|
|
660
|
+
F
|
|
650
661
|
],
|
|
651
662
|
inline: "",
|
|
652
663
|
"selection-mode": o.selectionMode,
|
|
@@ -660,7 +671,7 @@ const Vr = {
|
|
|
660
671
|
_: 1
|
|
661
672
|
}));
|
|
662
673
|
}
|
|
663
|
-
},
|
|
674
|
+
}, t0 = {
|
|
664
675
|
__name: "BaseDatePicker",
|
|
665
676
|
props: {
|
|
666
677
|
modelValue: {
|
|
@@ -678,19 +689,19 @@ const Vr = {
|
|
|
678
689
|
},
|
|
679
690
|
emits: ["update:modelValue"],
|
|
680
691
|
setup(o, { emit: r }) {
|
|
681
|
-
const e = o, t = r, a =
|
|
692
|
+
const e = o, t = r, a = M({
|
|
682
693
|
get: () => e.modelValue,
|
|
683
|
-
set: (
|
|
694
|
+
set: (c) => t("update:modelValue", c)
|
|
684
695
|
});
|
|
685
|
-
return (
|
|
696
|
+
return (c, i) => (R(), H(T(ir), Q({
|
|
686
697
|
modelValue: a.value,
|
|
687
|
-
"onUpdate:modelValue":
|
|
698
|
+
"onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
|
|
688
699
|
disabled: o.disabled,
|
|
689
700
|
class: [
|
|
690
701
|
"w-full",
|
|
691
702
|
{ "p-invalid": o.invalid }
|
|
692
703
|
]
|
|
693
|
-
},
|
|
704
|
+
}, c.$attrs), null, 16, ["modelValue", "disabled", "class"]));
|
|
694
705
|
}
|
|
695
706
|
}, Ao = (o, r) => {
|
|
696
707
|
const e = o.__vccOpts || o;
|
|
@@ -742,38 +753,38 @@ const Vr = {
|
|
|
742
753
|
},
|
|
743
754
|
emits: ["update:modelValue", "hide", "show"],
|
|
744
755
|
setup(o, { emit: r }) {
|
|
745
|
-
const e = o, t = r, a =
|
|
756
|
+
const e = o, t = r, a = M({
|
|
746
757
|
get: () => e.modelValue,
|
|
747
758
|
set: ($) => t("update:modelValue", $)
|
|
748
|
-
}),
|
|
759
|
+
}), c = {
|
|
749
760
|
sm: "24rem",
|
|
750
761
|
md: "32rem",
|
|
751
762
|
lg: "48rem",
|
|
752
763
|
full: "64rem"
|
|
753
|
-
},
|
|
754
|
-
width: `min(92vw, ${
|
|
755
|
-
})), m =
|
|
756
|
-
return ($,
|
|
764
|
+
}, i = M(() => ({
|
|
765
|
+
width: `min(92vw, ${c[e.size]})`
|
|
766
|
+
})), m = M(() => !!(e.icon || e.content)), l = () => t("hide"), b = () => t("show");
|
|
767
|
+
return ($, B) => (R(), H(T(dr), {
|
|
757
768
|
visible: a.value,
|
|
758
|
-
"onUpdate:visible":
|
|
769
|
+
"onUpdate:visible": B[0] || (B[0] = (k) => a.value = k),
|
|
759
770
|
modal: "",
|
|
760
771
|
draggable: !1,
|
|
761
772
|
header: o.header,
|
|
762
773
|
closable: o.closable,
|
|
763
774
|
"dismissable-mask": o.dismissableMask,
|
|
764
775
|
"close-on-escape": o.closeOnEscape,
|
|
765
|
-
style:
|
|
766
|
-
onHide:
|
|
767
|
-
onShow:
|
|
768
|
-
},
|
|
776
|
+
style: Io(i.value),
|
|
777
|
+
onHide: l,
|
|
778
|
+
onShow: b
|
|
779
|
+
}, Ho({
|
|
769
780
|
default: X(() => [
|
|
770
|
-
m.value && !$.$slots.default ? (
|
|
771
|
-
o.icon ? (
|
|
781
|
+
m.value && !$.$slots.default ? (R(), P("div", Nr, [
|
|
782
|
+
o.icon ? (R(), H(Mo, {
|
|
772
783
|
key: 0,
|
|
773
784
|
icon: o.icon,
|
|
774
785
|
class: "ui-dialog-icon"
|
|
775
786
|
}, null, 8, ["icon"])) : q("", !0),
|
|
776
|
-
o.content ? (
|
|
787
|
+
o.content ? (R(), P("p", Pr, oo(o.content), 1)) : q("", !0)
|
|
777
788
|
])) : q("", !0),
|
|
778
789
|
G($.$slots, "default", {}, void 0, !0)
|
|
779
790
|
]),
|
|
@@ -795,7 +806,7 @@ const Vr = {
|
|
|
795
806
|
} : void 0
|
|
796
807
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
797
808
|
}
|
|
798
|
-
},
|
|
809
|
+
}, a0 = /* @__PURE__ */ Ao(qr, [["__scopeId", "data-v-d952cadc"]]), Er = { class: "ui-drawer-content" }, n0 = /* @__PURE__ */ Object.assign({
|
|
799
810
|
inheritAttrs: !1
|
|
800
811
|
}, {
|
|
801
812
|
__name: "BaseDrawer",
|
|
@@ -823,21 +834,21 @@ const Vr = {
|
|
|
823
834
|
},
|
|
824
835
|
emits: ["update:visible"],
|
|
825
836
|
setup(o, { emit: r }) {
|
|
826
|
-
const e = o, t = r, a =
|
|
827
|
-
|
|
828
|
-
}, m = (
|
|
829
|
-
t("update:visible",
|
|
837
|
+
const e = o, t = r, a = M(() => e.visible), c = () => t("update:visible", !1), i = (l) => {
|
|
838
|
+
l.target === l.currentTarget && c();
|
|
839
|
+
}, m = (l) => {
|
|
840
|
+
t("update:visible", l);
|
|
830
841
|
};
|
|
831
|
-
return (
|
|
832
|
-
(
|
|
833
|
-
a.value ? (
|
|
842
|
+
return (l, b) => (R(), P(er, null, [
|
|
843
|
+
(R(), H(fr, { to: "body" }, [
|
|
844
|
+
a.value ? (R(), P("div", {
|
|
834
845
|
key: 0,
|
|
835
846
|
class: "ui-drawer-backdrop",
|
|
836
847
|
role: "presentation",
|
|
837
|
-
onClick:
|
|
848
|
+
onClick: i
|
|
838
849
|
})) : q("", !0)
|
|
839
850
|
])),
|
|
840
|
-
|
|
851
|
+
mo(T(Cr), Q(l.$attrs, {
|
|
841
852
|
modal: o.modal,
|
|
842
853
|
dismissable: o.dismissable,
|
|
843
854
|
header: o.title,
|
|
@@ -849,7 +860,7 @@ const Vr = {
|
|
|
849
860
|
}), {
|
|
850
861
|
default: X(() => [
|
|
851
862
|
io("div", Er, [
|
|
852
|
-
G(
|
|
863
|
+
G(l.$slots, "default")
|
|
853
864
|
])
|
|
854
865
|
]),
|
|
855
866
|
_: 3
|
|
@@ -880,15 +891,15 @@ const Vr = {
|
|
|
880
891
|
}
|
|
881
892
|
},
|
|
882
893
|
setup(o) {
|
|
883
|
-
const r = o, e =
|
|
884
|
-
return (a,
|
|
894
|
+
const r = o, e = M(() => !!r.image), t = M(() => !!r.description);
|
|
895
|
+
return (a, c) => (R(), P("div", Ur, [
|
|
885
896
|
io("div", _r, [
|
|
886
|
-
e.value ? (
|
|
897
|
+
e.value ? (R(), P("img", {
|
|
887
898
|
key: 0,
|
|
888
899
|
src: o.image,
|
|
889
900
|
alt: "",
|
|
890
901
|
class: "ui-empty__image"
|
|
891
|
-
}, null, 8, Xr)) : (
|
|
902
|
+
}, null, 8, Xr)) : (R(), H(Mo, {
|
|
892
903
|
key: 1,
|
|
893
904
|
icon: o.icon,
|
|
894
905
|
class: "ui-empty__icon"
|
|
@@ -896,21 +907,21 @@ const Vr = {
|
|
|
896
907
|
]),
|
|
897
908
|
io("div", Zr, [
|
|
898
909
|
io("h3", Gr, oo(o.title), 1),
|
|
899
|
-
t.value ? (
|
|
910
|
+
t.value ? (R(), P("p", Jr, oo(o.description), 1)) : q("", !0),
|
|
900
911
|
io("div", Qr, [
|
|
901
912
|
G(a.$slots, "default", {}, void 0, !0)
|
|
902
913
|
])
|
|
903
914
|
])
|
|
904
915
|
]));
|
|
905
916
|
}
|
|
906
|
-
},
|
|
917
|
+
}, i0 = /* @__PURE__ */ Ao(Kr, [["__scopeId", "data-v-91327e2b"]]), oe = { class: "ui-field" }, re = ["for"], ee = { class: "ui-control" }, te = {
|
|
907
918
|
key: 1,
|
|
908
919
|
class: "ui-error",
|
|
909
920
|
role: "alert"
|
|
910
921
|
}, ae = {
|
|
911
922
|
key: 2,
|
|
912
923
|
class: "ui-help"
|
|
913
|
-
},
|
|
924
|
+
}, d0 = {
|
|
914
925
|
__name: "BaseField",
|
|
915
926
|
props: {
|
|
916
927
|
label: {
|
|
@@ -931,20 +942,20 @@ const Vr = {
|
|
|
931
942
|
}
|
|
932
943
|
},
|
|
933
944
|
setup(o) {
|
|
934
|
-
const r = o, e =
|
|
935
|
-
return (
|
|
936
|
-
e.value ? (
|
|
945
|
+
const r = o, e = M(() => !!r.label), t = M(() => !!r.error), a = M(() => !!r.help);
|
|
946
|
+
return (c, i) => (R(), P("div", oe, [
|
|
947
|
+
e.value ? (R(), P("label", {
|
|
937
948
|
key: 0,
|
|
938
949
|
class: "ui-label",
|
|
939
950
|
for: o.forId
|
|
940
951
|
}, oo(o.label), 9, re)) : q("", !0),
|
|
941
952
|
io("div", ee, [
|
|
942
|
-
G(
|
|
953
|
+
G(c.$slots, "default")
|
|
943
954
|
]),
|
|
944
|
-
t.value ? (
|
|
955
|
+
t.value ? (R(), P("small", te, oo(o.error), 1)) : a.value ? (R(), P("small", ae, oo(o.help), 1)) : q("", !0)
|
|
945
956
|
]));
|
|
946
957
|
}
|
|
947
|
-
},
|
|
958
|
+
}, l0 = {
|
|
948
959
|
__name: "BaseInputText",
|
|
949
960
|
props: {
|
|
950
961
|
modelValue: {
|
|
@@ -966,22 +977,22 @@ const Vr = {
|
|
|
966
977
|
},
|
|
967
978
|
emits: ["update:modelValue"],
|
|
968
979
|
setup(o, { emit: r }) {
|
|
969
|
-
const e = o, t = r, a =
|
|
980
|
+
const e = o, t = r, a = M({
|
|
970
981
|
get: () => e.modelValue,
|
|
971
|
-
set: (
|
|
982
|
+
set: (c) => t("update:modelValue", c)
|
|
972
983
|
});
|
|
973
|
-
return (
|
|
984
|
+
return (c, i) => (R(), H(T(nr), Q({
|
|
974
985
|
modelValue: a.value,
|
|
975
|
-
"onUpdate:modelValue":
|
|
986
|
+
"onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
|
|
976
987
|
disabled: o.disabled,
|
|
977
988
|
readonly: o.readonly,
|
|
978
989
|
class: [
|
|
979
990
|
"w-full",
|
|
980
991
|
{ "p-invalid": o.invalid }
|
|
981
992
|
]
|
|
982
|
-
},
|
|
993
|
+
}, c.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
|
|
983
994
|
}
|
|
984
|
-
},
|
|
995
|
+
}, c0 = {
|
|
985
996
|
__name: "BaseModal",
|
|
986
997
|
props: {
|
|
987
998
|
modelValue: {
|
|
@@ -1012,52 +1023,52 @@ const Vr = {
|
|
|
1012
1023
|
},
|
|
1013
1024
|
emits: ["update:modelValue", "hide", "show"],
|
|
1014
1025
|
setup(o, { emit: r }) {
|
|
1015
|
-
const e = o, t = r, a =
|
|
1026
|
+
const e = o, t = r, a = M({
|
|
1016
1027
|
get: () => e.modelValue,
|
|
1017
|
-
set: (
|
|
1018
|
-
}),
|
|
1028
|
+
set: (b) => t("update:modelValue", b)
|
|
1029
|
+
}), c = {
|
|
1019
1030
|
sm: "24rem",
|
|
1020
1031
|
md: "38rem",
|
|
1021
1032
|
lg: "56rem",
|
|
1022
1033
|
full: "72rem"
|
|
1023
|
-
},
|
|
1024
|
-
width: `min(92vw, ${
|
|
1025
|
-
})), m = () => t("hide"),
|
|
1026
|
-
return (
|
|
1034
|
+
}, i = M(() => ({
|
|
1035
|
+
width: `min(92vw, ${c[e.size]})`
|
|
1036
|
+
})), m = () => t("hide"), l = () => t("show");
|
|
1037
|
+
return (b, $) => (R(), H(T(dr), {
|
|
1027
1038
|
visible: a.value,
|
|
1028
|
-
"onUpdate:visible": $[0] || ($[0] = (
|
|
1039
|
+
"onUpdate:visible": $[0] || ($[0] = (B) => a.value = B),
|
|
1029
1040
|
modal: "",
|
|
1030
1041
|
draggable: !1,
|
|
1031
1042
|
header: o.header,
|
|
1032
1043
|
closable: o.closable,
|
|
1033
1044
|
"dismissable-mask": o.dismissableMask,
|
|
1034
1045
|
"close-on-escape": o.closeOnEscape,
|
|
1035
|
-
style:
|
|
1046
|
+
style: Io(i.value),
|
|
1036
1047
|
onHide: m,
|
|
1037
|
-
onShow:
|
|
1038
|
-
},
|
|
1048
|
+
onShow: l
|
|
1049
|
+
}, Ho({
|
|
1039
1050
|
default: X(() => [
|
|
1040
|
-
G(
|
|
1051
|
+
G(b.$slots, "default")
|
|
1041
1052
|
]),
|
|
1042
1053
|
_: 2
|
|
1043
1054
|
}, [
|
|
1044
|
-
|
|
1055
|
+
b.$slots.header ? {
|
|
1045
1056
|
name: "header",
|
|
1046
1057
|
fn: X(() => [
|
|
1047
|
-
G(
|
|
1058
|
+
G(b.$slots, "header")
|
|
1048
1059
|
]),
|
|
1049
1060
|
key: "0"
|
|
1050
1061
|
} : void 0,
|
|
1051
|
-
|
|
1062
|
+
b.$slots.footer ? {
|
|
1052
1063
|
name: "footer",
|
|
1053
1064
|
fn: X(() => [
|
|
1054
|
-
G(
|
|
1065
|
+
G(b.$slots, "footer")
|
|
1055
1066
|
]),
|
|
1056
1067
|
key: "1"
|
|
1057
1068
|
} : void 0
|
|
1058
1069
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
1059
1070
|
}
|
|
1060
|
-
},
|
|
1071
|
+
}, s0 = {
|
|
1061
1072
|
__name: "BaseMultiSelect",
|
|
1062
1073
|
props: {
|
|
1063
1074
|
modelValue: {
|
|
@@ -1099,13 +1110,13 @@ const Vr = {
|
|
|
1099
1110
|
},
|
|
1100
1111
|
emits: ["update:modelValue"],
|
|
1101
1112
|
setup(o, { emit: r }) {
|
|
1102
|
-
const e = o, t = r, a =
|
|
1113
|
+
const e = o, t = r, a = M({
|
|
1103
1114
|
get: () => e.modelValue,
|
|
1104
|
-
set: (
|
|
1115
|
+
set: (c) => t("update:modelValue", c)
|
|
1105
1116
|
});
|
|
1106
|
-
return (
|
|
1117
|
+
return (c, i) => (R(), H(T(xr), Q({
|
|
1107
1118
|
modelValue: a.value,
|
|
1108
|
-
"onUpdate:modelValue":
|
|
1119
|
+
"onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
|
|
1109
1120
|
fluid: "",
|
|
1110
1121
|
options: o.options,
|
|
1111
1122
|
"option-label": o.optionLabel,
|
|
@@ -1115,7 +1126,7 @@ const Vr = {
|
|
|
1115
1126
|
loading: o.loading,
|
|
1116
1127
|
filter: o.filter,
|
|
1117
1128
|
class: { "p-invalid": o.invalid }
|
|
1118
|
-
},
|
|
1129
|
+
}, c.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
|
|
1119
1130
|
}
|
|
1120
1131
|
}, ne = {
|
|
1121
1132
|
__name: "BasePanel",
|
|
@@ -1139,16 +1150,16 @@ const Vr = {
|
|
|
1139
1150
|
}
|
|
1140
1151
|
},
|
|
1141
1152
|
setup(o) {
|
|
1142
|
-
const r = o, e =
|
|
1153
|
+
const r = o, e = M(() => ({
|
|
1143
1154
|
"ui-panel": !0,
|
|
1144
1155
|
[`ui-panel--${r.variant}`]: !!r.variant
|
|
1145
1156
|
}));
|
|
1146
|
-
return (t, a) => (
|
|
1157
|
+
return (t, a) => (R(), H(T(wr), {
|
|
1147
1158
|
header: o.header,
|
|
1148
1159
|
toggleable: o.toggleable,
|
|
1149
1160
|
collapsed: o.collapsed,
|
|
1150
1161
|
class: So(e.value)
|
|
1151
|
-
},
|
|
1162
|
+
}, Ho({
|
|
1152
1163
|
default: X(() => [
|
|
1153
1164
|
G(t.$slots, "default", {}, void 0, !0)
|
|
1154
1165
|
]),
|
|
@@ -1170,7 +1181,7 @@ const Vr = {
|
|
|
1170
1181
|
} : void 0
|
|
1171
1182
|
]), 1032, ["header", "toggleable", "collapsed", "class"]));
|
|
1172
1183
|
}
|
|
1173
|
-
},
|
|
1184
|
+
}, u0 = /* @__PURE__ */ Ao(ne, [["__scopeId", "data-v-cc034b6b"]]), f0 = {
|
|
1174
1185
|
__name: "BaseRadioButton",
|
|
1175
1186
|
props: {
|
|
1176
1187
|
modelValue: {
|
|
@@ -1200,21 +1211,21 @@ const Vr = {
|
|
|
1200
1211
|
},
|
|
1201
1212
|
emits: ["update:modelValue"],
|
|
1202
1213
|
setup(o, { emit: r }) {
|
|
1203
|
-
const e = o, t = r, a =
|
|
1214
|
+
const e = o, t = r, a = M({
|
|
1204
1215
|
get: () => e.modelValue,
|
|
1205
|
-
set: (
|
|
1216
|
+
set: (c) => t("update:modelValue", c)
|
|
1206
1217
|
});
|
|
1207
|
-
return (
|
|
1218
|
+
return (c, i) => (R(), H(T(Br), Q({
|
|
1208
1219
|
modelValue: a.value,
|
|
1209
|
-
"onUpdate:modelValue":
|
|
1220
|
+
"onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
|
|
1210
1221
|
value: o.value,
|
|
1211
1222
|
name: o.name,
|
|
1212
1223
|
"input-id": o.inputId,
|
|
1213
1224
|
disabled: o.disabled,
|
|
1214
1225
|
class: [{ "p-invalid": o.invalid }]
|
|
1215
|
-
},
|
|
1226
|
+
}, c.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
|
|
1216
1227
|
}
|
|
1217
|
-
},
|
|
1228
|
+
}, g0 = {
|
|
1218
1229
|
__name: "BaseRouterLink",
|
|
1219
1230
|
props: {
|
|
1220
1231
|
to: {
|
|
@@ -1235,7 +1246,7 @@ const Vr = {
|
|
|
1235
1246
|
}
|
|
1236
1247
|
},
|
|
1237
1248
|
setup(o) {
|
|
1238
|
-
const r = o, e =
|
|
1249
|
+
const r = o, e = M(() => r.disabled || r.loading), t = M(() => [
|
|
1239
1250
|
"ui-btn",
|
|
1240
1251
|
{
|
|
1241
1252
|
"ui-btn-primary": r.variant === "primary",
|
|
@@ -1245,11 +1256,11 @@ const Vr = {
|
|
|
1245
1256
|
"ui-btn-disabled": e.value
|
|
1246
1257
|
}
|
|
1247
1258
|
]);
|
|
1248
|
-
return (a,
|
|
1259
|
+
return (a, c) => (R(), H(T(Rr), {
|
|
1249
1260
|
to: e.value ? void 0 : o.to,
|
|
1250
1261
|
class: So(t.value),
|
|
1251
1262
|
"aria-disabled": e.value,
|
|
1252
|
-
onClick:
|
|
1263
|
+
onClick: c[0] || (c[0] = gr((i) => e.value && i.preventDefault(), ["prevent"]))
|
|
1253
1264
|
}, {
|
|
1254
1265
|
default: X(() => [
|
|
1255
1266
|
G(a.$slots, "default")
|
|
@@ -1260,7 +1271,7 @@ const Vr = {
|
|
|
1260
1271
|
}, ie = { class: "ui-section-divider" }, de = {
|
|
1261
1272
|
key: 0,
|
|
1262
1273
|
class: "ui-section-divider__label"
|
|
1263
|
-
},
|
|
1274
|
+
}, m0 = {
|
|
1264
1275
|
__name: "BaseSectionDivider",
|
|
1265
1276
|
props: {
|
|
1266
1277
|
label: {
|
|
@@ -1269,13 +1280,13 @@ const Vr = {
|
|
|
1269
1280
|
}
|
|
1270
1281
|
},
|
|
1271
1282
|
setup(o) {
|
|
1272
|
-
const r = o, e =
|
|
1273
|
-
return (t, a) => (
|
|
1274
|
-
e.value ? (
|
|
1283
|
+
const r = o, e = M(() => !!r.label);
|
|
1284
|
+
return (t, a) => (R(), P("div", ie, [
|
|
1285
|
+
e.value ? (R(), P("span", de, oo(o.label), 1)) : q("", !0),
|
|
1275
1286
|
a[0] || (a[0] = io("div", { class: "ui-section-divider__line" }, null, -1))
|
|
1276
1287
|
]));
|
|
1277
1288
|
}
|
|
1278
|
-
},
|
|
1289
|
+
}, p0 = {
|
|
1279
1290
|
__name: "BaseSelect",
|
|
1280
1291
|
props: {
|
|
1281
1292
|
modelValue: {
|
|
@@ -1317,17 +1328,17 @@ const Vr = {
|
|
|
1317
1328
|
},
|
|
1318
1329
|
emits: ["update:modelValue"],
|
|
1319
1330
|
setup(o, { emit: r }) {
|
|
1320
|
-
const e = o, t = r, a =
|
|
1331
|
+
const e = o, t = r, a = M({
|
|
1321
1332
|
get: () => e.modelValue,
|
|
1322
|
-
set: (
|
|
1323
|
-
}),
|
|
1333
|
+
set: (i) => t("update:modelValue", i)
|
|
1334
|
+
}), c = M(() => e.optionEmpty ? [
|
|
1324
1335
|
e.optionEmpty,
|
|
1325
1336
|
...e.options
|
|
1326
1337
|
] : e.options);
|
|
1327
|
-
return (
|
|
1338
|
+
return (i, m) => (R(), H(T(Dr), Q({
|
|
1328
1339
|
modelValue: a.value,
|
|
1329
|
-
"onUpdate:modelValue": m[0] || (m[0] = (
|
|
1330
|
-
options:
|
|
1340
|
+
"onUpdate:modelValue": m[0] || (m[0] = (l) => a.value = l),
|
|
1341
|
+
options: c.value,
|
|
1331
1342
|
"option-label": o.optionLabel,
|
|
1332
1343
|
"option-value": o.optionValue,
|
|
1333
1344
|
placeholder: o.placeholder,
|
|
@@ -1337,9 +1348,9 @@ const Vr = {
|
|
|
1337
1348
|
"ui-select w-full",
|
|
1338
1349
|
{ "p-invalid": o.invalid }
|
|
1339
1350
|
]
|
|
1340
|
-
},
|
|
1351
|
+
}, i.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
|
|
1341
1352
|
}
|
|
1342
|
-
},
|
|
1353
|
+
}, b0 = {
|
|
1343
1354
|
__name: "BaseSwitch",
|
|
1344
1355
|
props: {
|
|
1345
1356
|
modelValue: {
|
|
@@ -1361,21 +1372,21 @@ const Vr = {
|
|
|
1361
1372
|
},
|
|
1362
1373
|
emits: ["update:modelValue"],
|
|
1363
1374
|
setup(o, { emit: r }) {
|
|
1364
|
-
const e = o, t = r, a =
|
|
1375
|
+
const e = o, t = r, a = M({
|
|
1365
1376
|
get: () => e.modelValue,
|
|
1366
|
-
set: (
|
|
1367
|
-
e.disabled || e.loading || t("update:modelValue",
|
|
1377
|
+
set: (i) => {
|
|
1378
|
+
e.disabled || e.loading || t("update:modelValue", i);
|
|
1368
1379
|
}
|
|
1369
|
-
}),
|
|
1370
|
-
return (
|
|
1380
|
+
}), c = M(() => e.disabled || e.loading);
|
|
1381
|
+
return (i, m) => (R(), H(T(Sr), {
|
|
1371
1382
|
modelValue: a.value,
|
|
1372
|
-
"onUpdate:modelValue": m[0] || (m[0] = (
|
|
1383
|
+
"onUpdate:modelValue": m[0] || (m[0] = (l) => a.value = l),
|
|
1373
1384
|
"input-id": o.inputId,
|
|
1374
|
-
disabled:
|
|
1385
|
+
disabled: c.value,
|
|
1375
1386
|
class: "base-switch"
|
|
1376
1387
|
}, null, 8, ["modelValue", "input-id", "disabled"]));
|
|
1377
1388
|
}
|
|
1378
|
-
},
|
|
1389
|
+
}, h0 = {
|
|
1379
1390
|
__name: "BaseTextarea",
|
|
1380
1391
|
props: {
|
|
1381
1392
|
modelValue: {
|
|
@@ -1405,13 +1416,13 @@ const Vr = {
|
|
|
1405
1416
|
},
|
|
1406
1417
|
emits: ["update:modelValue"],
|
|
1407
1418
|
setup(o, { emit: r }) {
|
|
1408
|
-
const e = o, t = r, a =
|
|
1419
|
+
const e = o, t = r, a = M({
|
|
1409
1420
|
get: () => e.modelValue,
|
|
1410
|
-
set: (
|
|
1421
|
+
set: (c) => t("update:modelValue", c)
|
|
1411
1422
|
});
|
|
1412
|
-
return (
|
|
1423
|
+
return (c, i) => (R(), H(T(Mr), Q({
|
|
1413
1424
|
modelValue: a.value,
|
|
1414
|
-
"onUpdate:modelValue":
|
|
1425
|
+
"onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
|
|
1415
1426
|
rows: o.rows,
|
|
1416
1427
|
"auto-resize": o.autoResize,
|
|
1417
1428
|
disabled: o.disabled,
|
|
@@ -1420,9 +1431,9 @@ const Vr = {
|
|
|
1420
1431
|
"w-full",
|
|
1421
1432
|
{ "p-invalid": o.invalid }
|
|
1422
1433
|
]
|
|
1423
|
-
},
|
|
1434
|
+
}, c.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
|
|
1424
1435
|
}
|
|
1425
|
-
},
|
|
1436
|
+
}, v0 = {
|
|
1426
1437
|
mounted(o) {
|
|
1427
1438
|
const r = () => {
|
|
1428
1439
|
typeof o?.focus == "function" && o.focus();
|
|
@@ -1434,7 +1445,7 @@ const Vr = {
|
|
|
1434
1445
|
});
|
|
1435
1446
|
}
|
|
1436
1447
|
};
|
|
1437
|
-
var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, se = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, ue = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, fe = { root: le, panel: ce, header: se, content: ue }, ge = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, me = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pe = { padding: "{list.padding}", gap: "{list.gap}" }, be = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, he = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ve = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ke = { borderRadius: "{border.radius.sm}" }, ye = { padding: "{list.option.padding}" }, $e = { light: { chip: { focusBackground: "{surface.200}", focusColor: "{surface.800}" }, dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", focusColor: "{surface.0}" }, dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" } } }, Ce = { root: ge, overlay: me, list: pe, option: be, optionGroup: he, dropdown: ve, chip: ke, emptyMessage: ye, colorScheme: $e }, xe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, we = { size: "1rem" }, Be = { borderColor: "{content.background}", offset: "-0.75rem" }, Re = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, De = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Se = { root: xe, icon: we, group: Be, lg: Re, xl: De }, Me = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, ze = { size: "0.5rem" }, Ye = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ve = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Oe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Le = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Te = { root: Me, dot: ze, sm: Ye, lg: Ve, xl: Oe, colorScheme: Le }, We = { borderRadius: { none: "0", xs: "2px", sm: "4px", md: "6px", lg: "8px", xl: "12px" }, emerald: { 50: "#ecfdf5", 100: "#d1fae5", 200: "#a7f3d0", 300: "#6ee7b7", 400: "#34d399", 500: "#10b981", 600: "#059669", 700: "#047857", 800: "#065f46", 900: "#064e3b", 950: "#022c22" }, green: { 50: "#f0fdf4", 100: "#dcfce7", 200: "#bbf7d0", 300: "#86efac", 400: "#4ade80", 500: "#22c55e", 600: "#16a34a", 700: "#15803d", 800: "#166534", 900: "#14532d", 950: "#052e16" }, lime: { 50: "#f7fee7", 100: "#ecfccb", 200: "#d9f99d", 300: "#bef264", 400: "#a3e635", 500: "#84cc16", 600: "#65a30d", 700: "#4d7c0f", 800: "#3f6212", 900: "#365314", 950: "#1a2e05" }, red: { 50: "#fef2f2", 100: "#fee2e2", 200: "#fecaca", 300: "#fca5a5", 400: "#f87171", 500: "#ef4444", 600: "#dc2626", 700: "#b91c1c", 800: "#991b1b", 900: "#7f1d1d", 950: "#450a0a" }, orange: { 50: "#fff7ed", 100: "#ffedd5", 200: "#fed7aa", 300: "#fdba74", 400: "#fb923c", 500: "#f97316", 600: "#ea580c", 700: "#c2410c", 800: "#9a3412", 900: "#7c2d12", 950: "#431407" }, amber: { 50: "#fffbeb", 100: "#fef3c7", 200: "#fde68a", 300: "#fcd34d", 400: "#fbbf24", 500: "#f59e0b", 600: "#d97706", 700: "#b45309", 800: "#92400e", 900: "#78350f", 950: "#451a03" }, yellow: { 50: "#fefce8", 100: "#fef9c3", 200: "#fef08a", 300: "#fde047", 400: "#facc15", 500: "#eab308", 600: "#ca8a04", 700: "#a16207", 800: "#854d0e", 900: "#713f12", 950: "#422006" }, teal: { 50: "#f0fdfa", 100: "#ccfbf1", 200: "#99f6e4", 300: "#5eead4", 400: "#2dd4bf", 500: "#14b8a6", 600: "#0d9488", 700: "#0f766e", 800: "#115e59", 900: "#134e4a", 950: "#042f2e" }, cyan: { 50: "#ecfeff", 100: "#cffafe", 200: "#a5f3fc", 300: "#67e8f9", 400: "#22d3ee", 500: "#06b6d4", 600: "#0891b2", 700: "#0e7490", 800: "#155e75", 900: "#164e63", 950: "#083344" }, sky: { 50: "#f0f9ff", 100: "#e0f2fe", 200: "#bae6fd", 300: "#7dd3fc", 400: "#38bdf8", 500: "#0ea5e9", 600: "#0284c7", 700: "#0369a1", 800: "#075985", 900: "#0c4a6e", 950: "#082f49" }, blue: { 50: "#eff6ff", 100: "#dbeafe", 200: "#bfdbfe", 300: "#93c5fd", 400: "#60a5fa", 500: "#3b82f6", 600: "#2563eb", 700: "#1d4ed8", 800: "#1e40af", 900: "#1e3a8a", 950: "#172554" }, indigo: { 50: "#eef2ff", 100: "#e0e7ff", 200: "#c7d2fe", 300: "#a5b4fc", 400: "#818cf8", 500: "#6366f1", 600: "#4f46e5", 700: "#4338ca", 800: "#3730a3", 900: "#312e81", 950: "#1e1b4b" }, violet: { 50: "#f5f3ff", 100: "#ede9fe", 200: "#ddd6fe", 300: "#c4b5fd", 400: "#a78bfa", 500: "#8b5cf6", 600: "#7c3aed", 700: "#6d28d9", 800: "#5b21b6", 900: "#4c1d95", 950: "#2e1065" }, purple: { 50: "#faf5ff", 100: "#f3e8ff", 200: "#e9d5ff", 300: "#d8b4fe", 400: "#c084fc", 500: "#a855f7", 600: "#9333ea", 700: "#7e22ce", 800: "#6b21a8", 900: "#581c87", 950: "#3b0764" }, fuchsia: { 50: "#fdf4ff", 100: "#fae8ff", 200: "#f5d0fe", 300: "#f0abfc", 400: "#e879f9", 500: "#d946ef", 600: "#c026d3", 700: "#a21caf", 800: "#86198f", 900: "#701a75", 950: "#4a044e" }, pink: { 50: "#fdf2f8", 100: "#fce7f3", 200: "#fbcfe8", 300: "#f9a8d4", 400: "#f472b6", 500: "#ec4899", 600: "#db2777", 700: "#be185d", 800: "#9d174d", 900: "#831843", 950: "#500724" }, rose: { 50: "#fff1f2", 100: "#ffe4e6", 200: "#fecdd3", 300: "#fda4af", 400: "#fb7185", 500: "#f43f5e", 600: "#e11d48", 700: "#be123c", 800: "#9f1239", 900: "#881337", 950: "#4c0519" }, slate: { 50: "#f8fafc", 100: "#f1f5f9", 200: "#e2e8f0", 300: "#cbd5e1", 400: "#94a3b8", 500: "#64748b", 600: "#475569", 700: "#334155", 800: "#1e293b", 900: "#0f172a", 950: "#020617" }, gray: { 50: "#f9fafb", 100: "#f3f4f6", 200: "#e5e7eb", 300: "#d1d5db", 400: "#9ca3af", 500: "#6b7280", 600: "#4b5563", 700: "#374151", 800: "#1f2937", 900: "#111827", 950: "#030712" }, zinc: { 50: "#fafafa", 100: "#f4f4f5", 200: "#e4e4e7", 300: "#d4d4d8", 400: "#a1a1aa", 500: "#71717a", 600: "#52525b", 700: "#3f3f46", 800: "#27272a", 900: "#18181b", 950: "#09090b" }, neutral: { 50: "#fafafa", 100: "#f5f5f5", 200: "#e5e5e5", 300: "#d4d4d4", 400: "#a3a3a3", 500: "#737373", 600: "#525252", 700: "#404040", 800: "#262626", 900: "#171717", 950: "#0a0a0a" }, stone: { 50: "#fafaf9", 100: "#f5f5f4", 200: "#e7e5e4", 300: "#d6d3d1", 400: "#a8a29e", 500: "#78716c", 600: "#57534e", 700: "#44403c", 800: "#292524", 900: "#1c1917", 950: "#0c0a09" } }, Fe = { transitionDuration: "0.2s", focusRing: { width: "1px", style: "solid", color: "{primary.color}", offset: "2px", shadow: "none" }, disabledOpacity: "0.6", iconSize: "1rem", anchorGutter: "2px", primary: { 50: "{emerald.50}", 100: "{emerald.100}", 200: "{emerald.200}", 300: "{emerald.300}", 400: "{emerald.400}", 500: "{emerald.500}", 600: "{emerald.600}", 700: "{emerald.700}", 800: "{emerald.800}", 900: "{emerald.900}", 950: "{emerald.950}" }, formField: { paddingX: "0.75rem", paddingY: "0.5rem", sm: { fontSize: "0.875rem", paddingX: "0.625rem", paddingY: "0.375rem" }, lg: { fontSize: "1.125rem", paddingX: "0.875rem", paddingY: "0.625rem" }, borderRadius: "{border.radius.md}", focusRing: { width: "0", style: "none", color: "transparent", offset: "0", shadow: "none" }, transitionDuration: "{transition.duration}" }, list: { padding: "0.25rem 0.25rem", gap: "2px", header: { padding: "0.5rem 1rem 0.25rem 1rem" }, option: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}" }, optionGroup: { padding: "0.5rem 0.75rem", fontWeight: "600" } }, content: { borderRadius: "{border.radius.md}" }, mask: { transitionDuration: "0.3s" }, navigation: { list: { padding: "0.25rem 0.25rem", gap: "2px" }, item: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}", gap: "0.5rem" }, submenuLabel: { padding: "0.5rem 0.75rem", fontWeight: "600" }, submenuIcon: { size: "0.875rem" } }, overlay: { select: { borderRadius: "{border.radius.md}", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, popover: { borderRadius: "{border.radius.md}", padding: "0.75rem", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, modal: { borderRadius: "{border.radius.xl}", padding: "1.25rem", shadow: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" }, navigation: { shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" } }, colorScheme: { light: { surface: { 0: "#ffffff", 50: "{slate.50}", 100: "{slate.100}", 200: "{slate.200}", 300: "{slate.300}", 400: "{slate.400}", 500: "{slate.500}", 600: "{slate.600}", 700: "{slate.700}", 800: "{slate.800}", 900: "{slate.900}", 950: "{slate.950}" }, primary: { color: "{primary.500}", contrastColor: "#ffffff", hoverColor: "{primary.600}", activeColor: "{primary.700}" }, highlight: { background: "{primary.50}", focusBackground: "{primary.100}", color: "{primary.700}", focusColor: "{primary.800}" }, mask: { background: "rgba(0,0,0,0.4)", color: "{surface.200}" }, formField: { background: "{surface.0}", disabledBackground: "{surface.200}", filledBackground: "{surface.50}", filledHoverBackground: "{surface.50}", filledFocusBackground: "{surface.50}", borderColor: "{surface.300}", hoverBorderColor: "{surface.400}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.400}", color: "{surface.700}", disabledColor: "{surface.500}", placeholderColor: "{surface.500}", invalidPlaceholderColor: "{red.600}", floatLabelColor: "{surface.500}", floatLabelFocusColor: "{primary.600}", floatLabelActiveColor: "{surface.500}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.700}", hoverColor: "{surface.800}", mutedColor: "{surface.500}", hoverMutedColor: "{surface.600}" }, content: { background: "{surface.0}", hoverBackground: "{surface.100}", borderColor: "{surface.200}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, popover: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, modal: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.100}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.100}", activeBackground: "{surface.100}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } } }, dark: { surface: { 0: "#ffffff", 50: "{zinc.50}", 100: "{zinc.100}", 200: "{zinc.200}", 300: "{zinc.300}", 400: "{zinc.400}", 500: "{zinc.500}", 600: "{zinc.600}", 700: "{zinc.700}", 800: "{zinc.800}", 900: "{zinc.900}", 950: "{zinc.950}" }, primary: { color: "{primary.400}", contrastColor: "{surface.900}", hoverColor: "{primary.300}", activeColor: "{primary.200}" }, highlight: { background: "color-mix(in srgb, {primary.400}, transparent 84%)", focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)", color: "rgba(255,255,255,.87)", focusColor: "rgba(255,255,255,.87)" }, mask: { background: "rgba(0,0,0,0.6)", color: "{surface.200}" }, formField: { background: "{surface.950}", disabledBackground: "{surface.700}", filledBackground: "{surface.800}", filledHoverBackground: "{surface.800}", filledFocusBackground: "{surface.800}", borderColor: "{surface.600}", hoverBorderColor: "{surface.500}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.300}", color: "{surface.0}", disabledColor: "{surface.400}", placeholderColor: "{surface.400}", invalidPlaceholderColor: "{red.400}", floatLabelColor: "{surface.400}", floatLabelFocusColor: "{primary.color}", floatLabelActiveColor: "{surface.400}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.0}", hoverColor: "{surface.0}", mutedColor: "{surface.400}", hoverMutedColor: "{surface.300}" }, content: { background: "{surface.900}", hoverBackground: "{surface.800}", borderColor: "{surface.700}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, popover: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, modal: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.800}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.800}", activeBackground: "{surface.800}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } } } } }, je = { primitive: We, semantic: Fe }, He = { borderRadius: "{content.border.radius}" }, Ie = { root: He }, Ae = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ne = { color: "{text.muted.color}", hoverColor: "{text.color}", borderRadius: "{content.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", hoverColor: "{navigation.item.icon.focus.color}" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Pe = { color: "{navigation.item.icon.color}" }, qe = { root: Ae, item: Ne, separator: Pe }, Ee = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, Ue = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, _e = { root: Ee, colorScheme: Ue }, Xe = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, Ze = { padding: "1.25rem", gap: "0.5rem" }, Ge = { gap: "0.5rem" }, Je = { fontSize: "1.25rem", fontWeight: "500" }, Qe = { color: "{text.muted.color}" }, Ke = { root: Xe, body: Ze, caption: Ge, title: Je, subtitle: Qe }, ot = { transitionDuration: "{transition.duration}" }, rt = { gap: "0.25rem" }, et = { padding: "1rem", gap: "0.5rem" }, tt = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, at = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, nt = { root: ot, content: rt, indicatorList: et, indicator: tt, colorScheme: at }, it = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, dt = { width: "2.5rem", color: "{form.field.icon.color}" }, lt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ct = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, st = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, ut = { color: "{form.field.icon.color}" }, ft = { root: it, dropdown: dt, overlay: lt, list: ct, option: st, clearIcon: ut }, gt = { borderRadius: "{border.radius.sm}", width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, mt = { size: "0.875rem", color: "{form.field.color}", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.75rem" }, lg: { size: "1rem" } }, pt = { root: gt, icon: mt }, bt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ht = { width: "2rem", height: "2rem" }, vt = { size: "1rem" }, kt = { size: "1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" } }, yt = { light: { root: { background: "{surface.100}", color: "{surface.800}" }, icon: { color: "{surface.800}" }, removeIcon: { color: "{surface.800}" } }, dark: { root: { background: "{surface.800}", color: "{surface.0}" }, icon: { color: "{surface.0}" }, removeIcon: { color: "{surface.0}" } } }, $t = { root: bt, image: ht, icon: vt, removeIcon: kt, colorScheme: yt }, Ct = { transitionDuration: "{transition.duration}" }, xt = { width: "1.5rem", height: "1.5rem", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Bt = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Rt = { root: Ct, preview: xt, panel: wt, colorScheme: Bt }, Dt = { size: "2rem", color: "{overlay.modal.color}" }, St = { gap: "1rem" }, Mt = { icon: Dt, content: St }, zt = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Yt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Vt = { size: "1.5rem", color: "{overlay.popover.color}" }, Ot = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Lt = { root: zt, content: Yt, icon: Vt, footer: Ot }, Tt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Wt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ft = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, jt = { mobileIndent: "1rem" }, Ht = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, It = { borderColor: "{content.border.color}" }, At = { root: Tt, list: Wt, item: Ft, submenu: jt, submenuIcon: Ht, separator: It }, Nt = `
|
|
1448
|
+
var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, se = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, ue = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, fe = { root: le, panel: ce, header: se, content: ue }, ge = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, me = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pe = { padding: "{list.padding}", gap: "{list.gap}" }, be = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, he = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ve = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ke = { borderRadius: "{border.radius.sm}" }, ye = { padding: "{list.option.padding}" }, $e = { light: { chip: { focusBackground: "{surface.200}", focusColor: "{surface.800}" }, dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", focusColor: "{surface.0}" }, dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" } } }, Ce = { root: ge, overlay: me, list: pe, option: be, optionGroup: he, dropdown: ve, chip: ke, emptyMessage: ye, colorScheme: $e }, xe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, we = { size: "1rem" }, Be = { borderColor: "{content.background}", offset: "-0.75rem" }, Re = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, De = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Se = { root: xe, icon: we, group: Be, lg: Re, xl: De }, Me = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, ze = { size: "0.5rem" }, Ye = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ve = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Oe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Le = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Te = { root: Me, dot: ze, sm: Ye, lg: Ve, xl: Oe, colorScheme: Le }, We = { borderRadius: { none: "0", xs: "2px", sm: "4px", md: "6px", lg: "8px", xl: "12px" }, emerald: { 50: "#ecfdf5", 100: "#d1fae5", 200: "#a7f3d0", 300: "#6ee7b7", 400: "#34d399", 500: "#10b981", 600: "#059669", 700: "#047857", 800: "#065f46", 900: "#064e3b", 950: "#022c22" }, green: { 50: "#f0fdf4", 100: "#dcfce7", 200: "#bbf7d0", 300: "#86efac", 400: "#4ade80", 500: "#22c55e", 600: "#16a34a", 700: "#15803d", 800: "#166534", 900: "#14532d", 950: "#052e16" }, lime: { 50: "#f7fee7", 100: "#ecfccb", 200: "#d9f99d", 300: "#bef264", 400: "#a3e635", 500: "#84cc16", 600: "#65a30d", 700: "#4d7c0f", 800: "#3f6212", 900: "#365314", 950: "#1a2e05" }, red: { 50: "#fef2f2", 100: "#fee2e2", 200: "#fecaca", 300: "#fca5a5", 400: "#f87171", 500: "#ef4444", 600: "#dc2626", 700: "#b91c1c", 800: "#991b1b", 900: "#7f1d1d", 950: "#450a0a" }, orange: { 50: "#fff7ed", 100: "#ffedd5", 200: "#fed7aa", 300: "#fdba74", 400: "#fb923c", 500: "#f97316", 600: "#ea580c", 700: "#c2410c", 800: "#9a3412", 900: "#7c2d12", 950: "#431407" }, amber: { 50: "#fffbeb", 100: "#fef3c7", 200: "#fde68a", 300: "#fcd34d", 400: "#fbbf24", 500: "#f59e0b", 600: "#d97706", 700: "#b45309", 800: "#92400e", 900: "#78350f", 950: "#451a03" }, yellow: { 50: "#fefce8", 100: "#fef9c3", 200: "#fef08a", 300: "#fde047", 400: "#facc15", 500: "#eab308", 600: "#ca8a04", 700: "#a16207", 800: "#854d0e", 900: "#713f12", 950: "#422006" }, teal: { 50: "#f0fdfa", 100: "#ccfbf1", 200: "#99f6e4", 300: "#5eead4", 400: "#2dd4bf", 500: "#14b8a6", 600: "#0d9488", 700: "#0f766e", 800: "#115e59", 900: "#134e4a", 950: "#042f2e" }, cyan: { 50: "#ecfeff", 100: "#cffafe", 200: "#a5f3fc", 300: "#67e8f9", 400: "#22d3ee", 500: "#06b6d4", 600: "#0891b2", 700: "#0e7490", 800: "#155e75", 900: "#164e63", 950: "#083344" }, sky: { 50: "#f0f9ff", 100: "#e0f2fe", 200: "#bae6fd", 300: "#7dd3fc", 400: "#38bdf8", 500: "#0ea5e9", 600: "#0284c7", 700: "#0369a1", 800: "#075985", 900: "#0c4a6e", 950: "#082f49" }, blue: { 50: "#eff6ff", 100: "#dbeafe", 200: "#bfdbfe", 300: "#93c5fd", 400: "#60a5fa", 500: "#3b82f6", 600: "#2563eb", 700: "#1d4ed8", 800: "#1e40af", 900: "#1e3a8a", 950: "#172554" }, indigo: { 50: "#eef2ff", 100: "#e0e7ff", 200: "#c7d2fe", 300: "#a5b4fc", 400: "#818cf8", 500: "#6366f1", 600: "#4f46e5", 700: "#4338ca", 800: "#3730a3", 900: "#312e81", 950: "#1e1b4b" }, violet: { 50: "#f5f3ff", 100: "#ede9fe", 200: "#ddd6fe", 300: "#c4b5fd", 400: "#a78bfa", 500: "#8b5cf6", 600: "#7c3aed", 700: "#6d28d9", 800: "#5b21b6", 900: "#4c1d95", 950: "#2e1065" }, purple: { 50: "#faf5ff", 100: "#f3e8ff", 200: "#e9d5ff", 300: "#d8b4fe", 400: "#c084fc", 500: "#a855f7", 600: "#9333ea", 700: "#7e22ce", 800: "#6b21a8", 900: "#581c87", 950: "#3b0764" }, fuchsia: { 50: "#fdf4ff", 100: "#fae8ff", 200: "#f5d0fe", 300: "#f0abfc", 400: "#e879f9", 500: "#d946ef", 600: "#c026d3", 700: "#a21caf", 800: "#86198f", 900: "#701a75", 950: "#4a044e" }, pink: { 50: "#fdf2f8", 100: "#fce7f3", 200: "#fbcfe8", 300: "#f9a8d4", 400: "#f472b6", 500: "#ec4899", 600: "#db2777", 700: "#be185d", 800: "#9d174d", 900: "#831843", 950: "#500724" }, rose: { 50: "#fff1f2", 100: "#ffe4e6", 200: "#fecdd3", 300: "#fda4af", 400: "#fb7185", 500: "#f43f5e", 600: "#e11d48", 700: "#be123c", 800: "#9f1239", 900: "#881337", 950: "#4c0519" }, slate: { 50: "#f8fafc", 100: "#f1f5f9", 200: "#e2e8f0", 300: "#cbd5e1", 400: "#94a3b8", 500: "#64748b", 600: "#475569", 700: "#334155", 800: "#1e293b", 900: "#0f172a", 950: "#020617" }, gray: { 50: "#f9fafb", 100: "#f3f4f6", 200: "#e5e7eb", 300: "#d1d5db", 400: "#9ca3af", 500: "#6b7280", 600: "#4b5563", 700: "#374151", 800: "#1f2937", 900: "#111827", 950: "#030712" }, zinc: { 50: "#fafafa", 100: "#f4f4f5", 200: "#e4e4e7", 300: "#d4d4d8", 400: "#a1a1aa", 500: "#71717a", 600: "#52525b", 700: "#3f3f46", 800: "#27272a", 900: "#18181b", 950: "#09090b" }, neutral: { 50: "#fafafa", 100: "#f5f5f5", 200: "#e5e5e5", 300: "#d4d4d4", 400: "#a3a3a3", 500: "#737373", 600: "#525252", 700: "#404040", 800: "#262626", 900: "#171717", 950: "#0a0a0a" }, stone: { 50: "#fafaf9", 100: "#f5f5f4", 200: "#e7e5e4", 300: "#d6d3d1", 400: "#a8a29e", 500: "#78716c", 600: "#57534e", 700: "#44403c", 800: "#292524", 900: "#1c1917", 950: "#0c0a09" } }, Fe = { transitionDuration: "0.2s", focusRing: { width: "1px", style: "solid", color: "{primary.color}", offset: "2px", shadow: "none" }, disabledOpacity: "0.6", iconSize: "1rem", anchorGutter: "2px", primary: { 50: "{emerald.50}", 100: "{emerald.100}", 200: "{emerald.200}", 300: "{emerald.300}", 400: "{emerald.400}", 500: "{emerald.500}", 600: "{emerald.600}", 700: "{emerald.700}", 800: "{emerald.800}", 900: "{emerald.900}", 950: "{emerald.950}" }, formField: { paddingX: "0.75rem", paddingY: "0.5rem", sm: { fontSize: "0.875rem", paddingX: "0.625rem", paddingY: "0.375rem" }, lg: { fontSize: "1.125rem", paddingX: "0.875rem", paddingY: "0.625rem" }, borderRadius: "{border.radius.md}", focusRing: { width: "0", style: "none", color: "transparent", offset: "0", shadow: "none" }, transitionDuration: "{transition.duration}" }, list: { padding: "0.25rem 0.25rem", gap: "2px", header: { padding: "0.5rem 1rem 0.25rem 1rem" }, option: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}" }, optionGroup: { padding: "0.5rem 0.75rem", fontWeight: "600" } }, content: { borderRadius: "{border.radius.md}" }, mask: { transitionDuration: "0.3s" }, navigation: { list: { padding: "0.25rem 0.25rem", gap: "2px" }, item: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}", gap: "0.5rem" }, submenuLabel: { padding: "0.5rem 0.75rem", fontWeight: "600" }, submenuIcon: { size: "0.875rem" } }, overlay: { select: { borderRadius: "{border.radius.md}", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, popover: { borderRadius: "{border.radius.md}", padding: "0.75rem", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, modal: { borderRadius: "{border.radius.xl}", padding: "1.25rem", shadow: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" }, navigation: { shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" } }, colorScheme: { light: { surface: { 0: "#ffffff", 50: "{slate.50}", 100: "{slate.100}", 200: "{slate.200}", 300: "{slate.300}", 400: "{slate.400}", 500: "{slate.500}", 600: "{slate.600}", 700: "{slate.700}", 800: "{slate.800}", 900: "{slate.900}", 950: "{slate.950}" }, primary: { color: "{primary.500}", contrastColor: "#ffffff", hoverColor: "{primary.600}", activeColor: "{primary.700}" }, highlight: { background: "{primary.50}", focusBackground: "{primary.100}", color: "{primary.700}", focusColor: "{primary.800}" }, mask: { background: "rgba(0,0,0,0.4)", color: "{surface.200}" }, formField: { background: "{surface.0}", disabledBackground: "{surface.200}", filledBackground: "{surface.50}", filledHoverBackground: "{surface.50}", filledFocusBackground: "{surface.50}", borderColor: "{surface.300}", hoverBorderColor: "{surface.400}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.400}", color: "{surface.700}", disabledColor: "{surface.500}", placeholderColor: "{surface.500}", invalidPlaceholderColor: "{red.600}", floatLabelColor: "{surface.500}", floatLabelFocusColor: "{primary.600}", floatLabelActiveColor: "{surface.500}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.700}", hoverColor: "{surface.800}", mutedColor: "{surface.500}", hoverMutedColor: "{surface.600}" }, content: { background: "{surface.0}", hoverBackground: "{surface.100}", borderColor: "{surface.200}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, popover: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, modal: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.100}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.100}", activeBackground: "{surface.100}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } } }, dark: { surface: { 0: "#ffffff", 50: "{zinc.50}", 100: "{zinc.100}", 200: "{zinc.200}", 300: "{zinc.300}", 400: "{zinc.400}", 500: "{zinc.500}", 600: "{zinc.600}", 700: "{zinc.700}", 800: "{zinc.800}", 900: "{zinc.900}", 950: "{zinc.950}" }, primary: { color: "{primary.400}", contrastColor: "{surface.900}", hoverColor: "{primary.300}", activeColor: "{primary.200}" }, highlight: { background: "color-mix(in srgb, {primary.400}, transparent 84%)", focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)", color: "rgba(255,255,255,.87)", focusColor: "rgba(255,255,255,.87)" }, mask: { background: "rgba(0,0,0,0.6)", color: "{surface.200}" }, formField: { background: "{surface.950}", disabledBackground: "{surface.700}", filledBackground: "{surface.800}", filledHoverBackground: "{surface.800}", filledFocusBackground: "{surface.800}", borderColor: "{surface.600}", hoverBorderColor: "{surface.500}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.300}", color: "{surface.0}", disabledColor: "{surface.400}", placeholderColor: "{surface.400}", invalidPlaceholderColor: "{red.400}", floatLabelColor: "{surface.400}", floatLabelFocusColor: "{primary.color}", floatLabelActiveColor: "{surface.400}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.0}", hoverColor: "{surface.0}", mutedColor: "{surface.400}", hoverMutedColor: "{surface.300}" }, content: { background: "{surface.900}", hoverBackground: "{surface.800}", borderColor: "{surface.700}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, popover: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, modal: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.800}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.800}", activeBackground: "{surface.800}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } } } } }, je = { primitive: We, semantic: Fe }, Ie = { borderRadius: "{content.border.radius}" }, He = { root: Ie }, Ae = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ne = { color: "{text.muted.color}", hoverColor: "{text.color}", borderRadius: "{content.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", hoverColor: "{navigation.item.icon.focus.color}" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Pe = { color: "{navigation.item.icon.color}" }, qe = { root: Ae, item: Ne, separator: Pe }, Ee = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, Ue = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, _e = { root: Ee, colorScheme: Ue }, Xe = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, Ze = { padding: "1.25rem", gap: "0.5rem" }, Ge = { gap: "0.5rem" }, Je = { fontSize: "1.25rem", fontWeight: "500" }, Qe = { color: "{text.muted.color}" }, Ke = { root: Xe, body: Ze, caption: Ge, title: Je, subtitle: Qe }, ot = { transitionDuration: "{transition.duration}" }, rt = { gap: "0.25rem" }, et = { padding: "1rem", gap: "0.5rem" }, tt = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, at = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, nt = { root: ot, content: rt, indicatorList: et, indicator: tt, colorScheme: at }, it = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, dt = { width: "2.5rem", color: "{form.field.icon.color}" }, lt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ct = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, st = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, ut = { color: "{form.field.icon.color}" }, ft = { root: it, dropdown: dt, overlay: lt, list: ct, option: st, clearIcon: ut }, gt = { borderRadius: "{border.radius.sm}", width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, mt = { size: "0.875rem", color: "{form.field.color}", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.75rem" }, lg: { size: "1rem" } }, pt = { root: gt, icon: mt }, bt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ht = { width: "2rem", height: "2rem" }, vt = { size: "1rem" }, kt = { size: "1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" } }, yt = { light: { root: { background: "{surface.100}", color: "{surface.800}" }, icon: { color: "{surface.800}" }, removeIcon: { color: "{surface.800}" } }, dark: { root: { background: "{surface.800}", color: "{surface.0}" }, icon: { color: "{surface.0}" }, removeIcon: { color: "{surface.0}" } } }, $t = { root: bt, image: ht, icon: vt, removeIcon: kt, colorScheme: yt }, Ct = { transitionDuration: "{transition.duration}" }, xt = { width: "1.5rem", height: "1.5rem", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Bt = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Rt = { root: Ct, preview: xt, panel: wt, colorScheme: Bt }, Dt = { size: "2rem", color: "{overlay.modal.color}" }, St = { gap: "1rem" }, Mt = { icon: Dt, content: St }, zt = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Yt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Vt = { size: "1.5rem", color: "{overlay.popover.color}" }, Ot = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Lt = { root: zt, content: Yt, icon: Vt, footer: Ot }, Tt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Wt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ft = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, jt = { mobileIndent: "1rem" }, It = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ht = { borderColor: "{content.border.color}" }, At = { root: Tt, list: Wt, item: Ft, submenu: jt, submenuIcon: It, separator: Ht }, Nt = `
|
|
1438
1449
|
li.p-autocomplete-option,
|
|
1439
1450
|
div.p-cascadeselect-option-content,
|
|
1440
1451
|
li.p-listbox-option,
|
|
@@ -1462,7 +1473,7 @@ var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0
|
|
|
1462
1473
|
.p-datatable-mask.p-overlay-mask {
|
|
1463
1474
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1464
1475
|
}
|
|
1465
|
-
`, ca = { root: Pt, header: qt, headerCell: Et, columnTitle: Ut, row: _t, bodyCell: Xt, footerCell: Zt, columnFooter: Gt, footer: Jt, dropPoint: Qt, columnResizer: Kt, resizeIndicator: oa, sortIcon: ra, loadingIcon: ea, rowToggleButton: ta, filter: aa, paginatorTop: na, paginatorBottom: ia, colorScheme: da, css: la }, sa = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ua = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, fa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ga = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ma = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, pa = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ba = { root: sa, header: ua, content: fa, footer: ga, paginatorTop: ma, paginatorBottom: pa }, ha = { transitionDuration: "{transition.duration}" }, va = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, ka = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ya = { gap: "0.5rem", fontWeight: "500" }, $a = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ca = { color: "{form.field.icon.color}" }, xa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ba = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ra = { margin: "0.5rem 0 0 0" }, Da = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Sa = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ya = { margin: "0.5rem 0 0 0" }, Va = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Oa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, La = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ta = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, Wa = { root: ha, panel: va, header: ka, title: ya, dropdown: $a, inputIcon: Ca, selectMonth: xa, selectYear: wa, group: Ba, dayView: Ra, weekDay: Da, date: Sa, monthView: Ma, month: za, yearView: Ya, year: Va, buttonbar: Oa, timePicker: La, colorScheme: Ta }, Fa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, ja = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ha = { fontSize: "1.25rem", fontWeight: "600" }, Ia = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Aa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Na = { root: Fa, header: ja, title: Ha, content: Ia, footer: Aa }, Pa = { borderColor: "{content.border.color}" }, qa = { background: "{content.background}", color: "{text.color}" }, Ea = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ua = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, _a = { root: Pa, content: qa, horizontal: Ea, vertical: Ua }, Xa = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Za = { borderRadius: "{content.border.radius}", padding: "0.5rem", size: "3rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ga = { root: Xa, item: Za }, Ja = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Qa = { padding: "{overlay.modal.padding}" }, Ka = { fontSize: "1.5rem", fontWeight: "600" }, on = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, rn = { padding: "{overlay.modal.padding}" }, en = { root: Ja, header: Qa, title: Ka, content: on, footer: rn }, tn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, an = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, nn = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, dn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ln = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, cn = { toolbar: tn, toolbarItem: an, overlay: nn, overlayOption: dn, content: ln }, sn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", padding: "0 1.125rem 1.125rem 1.125rem", transitionDuration: "{transition.duration}" }, un = { background: "{content.background}", hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", borderRadius: "{content.border.radius}", borderWidth: "1px", borderColor: "transparent", padding: "0.5rem 0.75rem", gap: "0.5rem", fontWeight: "600", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, gn = { padding: "0" }, mn = { root: sn, legend: un, toggleIcon: fn, content: gn }, pn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, bn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, hn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, vn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, kn = { gap: "0.5rem" }, yn = { height: "0.25rem" }, $n = { gap: "0.5rem" }, Cn = { root: pn, header: bn, content: hn, file: vn, fileList: kn, progressbar: yn, basic: $n }, xn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, wn = { active: { top: "-1.25rem" } }, Bn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Rn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Dn = { root: xn, over: wn, in: Bn, on: Rn }, Sn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Mn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, zn = { size: "1.5rem" }, Yn = { background: "{content.background}", padding: "1rem 0.25rem" }, Vn = { size: "2rem", borderRadius: "{content.border.radius}", gutter: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, On = { size: "1rem" }, Ln = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Tn = { gap: "0.5rem", padding: "1rem" }, Wn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Fn = { background: "rgba(0, 0, 0, 0.5)" }, jn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Hn = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, In = { size: "1.5rem" }, An = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, Nn = { root: Sn, navButton: Mn, navIcon: zn, thumbnailsContent: Yn, thumbnailNavButton: Vn, thumbnailNavButtonIcon: On, caption: Ln, indicatorList: Tn, indicatorButton: Wn, insetIndicatorList: Fn, insetIndicatorButton: jn, closeButton: Hn, closeButtonIcon: In, colorScheme: An }, Pn = { color: "{form.field.icon.color}" }, qn = { icon: Pn }, En = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Un = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, _n = { root: En, input: Un }, Xn = { transitionDuration: "{transition.duration}" }, Zn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Gn = { position: { left: "auto", right: "1rem", top: "1rem", bottom: "auto" }, blur: "8px", background: "rgba(255,255,255,0.1)", borderColor: "rgba(255,255,255,0.2)", borderWidth: "1px", borderRadius: "30px", padding: ".5rem", gap: "0.5rem" }, Jn = { hoverBackground: "rgba(255,255,255,0.1)", color: "{surface.50}", hoverColor: "{surface.0}", size: "3rem", iconSize: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Qn = { root: Xn, preview: Zn, toolbar: Gn, action: Jn }, Kn = { size: "15px", hoverSize: "30px", background: "rgba(255,255,255,0.3)", hoverBackground: "rgba(255,255,255,0.3)", borderColor: "unset", hoverBorderColor: "unset", borderWidth: "0", borderRadius: "50%", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "rgba(255,255,255,0.3)", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, oi = { handle: Kn }, ri = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ei = { fontWeight: "500" }, ti = { size: "1rem" }, ai = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, ni = { root: ri, text: ei, icon: ti, colorScheme: ai }, ii = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, di = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, li = { root: ii, display: di }, ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, si = { borderRadius: "{border.radius.sm}" }, ui = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, fi = { root: ci, chip: si, colorScheme: ui }, gi = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.icon.color}", borderRadius: "{form.field.border.radius}", padding: "0.5rem", minWidth: "2.5rem" }, mi = { addon: gi }, pi = { transitionDuration: "{transition.duration}" }, bi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, hi = { light: { button: { background: "transparent", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.500}", activeColor: "{surface.600}" } }, dark: { button: { background: "transparent", hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.300}", activeColor: "{surface.200}" } } }, vi = { root: pi, button: bi, colorScheme: hi }, ki = { gap: "0.5rem" }, yi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, $i = { root: ki, input: yi }, Ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, xi = { root: Ci }, wi = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bi = { background: "{primary.color}" }, Ri = { background: "{content.border.color}" }, Di = { color: "{text.muted.color}" }, Si = { root: wi, value: Bi, range: Ri, text: Di }, Mi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", borderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", shadow: "{form.field.shadow}", borderRadius: "{form.field.border.radius}", transitionDuration: "{form.field.transition.duration}" }, zi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yi = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Vi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Oi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Li = { padding: "{list.option.padding}" }, Ti = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Wi = { root: Mi, list: zi, option: Yi, optionGroup: Vi, checkmark: Oi, emptyMessage: Li, colorScheme: Ti }, Fi = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", verticalOrientation: { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, horizontalOrientation: { padding: "0.5rem 0.75rem", gap: "0.5rem" }, transitionDuration: "{transition.duration}" }, ji = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Hi = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Ii = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ai = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ni = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Pi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qi = { borderColor: "{content.border.color}" }, Ei = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ui = { root: Fi, baseItem: ji, item: Hi, overlay: Ii, submenu: Ai, submenuLabel: Ni, submenuIcon: Pi, separator: qi, mobileButton: Ei }, _i = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Zi = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, Gi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ji = { borderColor: "{content.border.color}" }, Qi = { root: _i, list: Xi, item: Zi, submenuLabel: Gi, separator: Ji }, Ki = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.5rem 0.75rem", transitionDuration: "{transition.duration}" }, od = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, rd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ed = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", mobileIndent: "1rem", icon: { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" } }, td = { borderColor: "{content.border.color}" }, ad = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, nd = { root: Ki, baseItem: od, item: rd, submenu: ed, separator: td, mobileButton: ad }, id = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, dd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ld = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, cd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ud = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, fd = { root: { borderWidth: "1px" } }, gd = { content: { padding: "0" } }, md = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } }, outlined: { color: "{blue.600}", borderColor: "{blue.600}" }, simple: { color: "{blue.600}" } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } }, outlined: { color: "{green.600}", borderColor: "{green.600}" }, simple: { color: "{green.600}" } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } }, outlined: { color: "{yellow.600}", borderColor: "{yellow.600}" }, simple: { color: "{yellow.600}" } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } }, outlined: { color: "{red.600}", borderColor: "{red.600}" }, simple: { color: "{red.600}" } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } }, outlined: { color: "{surface.500}", borderColor: "{surface.500}" }, simple: { color: "{surface.500}" } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } }, outlined: { color: "{surface.950}", borderColor: "{surface.950}" }, simple: { color: "{surface.950}" } } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } }, outlined: { color: "{blue.500}", borderColor: "{blue.500}" }, simple: { color: "{blue.500}" } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } }, outlined: { color: "{green.500}", borderColor: "{green.500}" }, simple: { color: "{green.500}" } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } }, outlined: { color: "{yellow.500}", borderColor: "{yellow.500}" }, simple: { color: "{yellow.500}" } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } }, outlined: { color: "{red.500}", borderColor: "{red.500}" }, simple: { color: "{red.500}" } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } }, outlined: { color: "{surface.400}", borderColor: "{surface.400}" }, simple: { color: "{surface.400}" } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } }, outlined: { color: "{surface.0}", borderColor: "{surface.0}" }, simple: { color: "{surface.0}" } } } }, pd = { root: id, content: dd, text: ld, icon: cd, closeButton: sd, closeIcon: ud, outlined: fd, simple: gd, colorScheme: md }, bd = { borderRadius: "{content.border.radius}", gap: "1rem" }, hd = { background: "{content.border.color}", size: "0.5rem" }, vd = { gap: "0.5rem" }, kd = { size: "0.5rem" }, yd = { size: "1rem" }, $d = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Cd = { root: bd, meters: hd, label: vd, labelMarker: kd, labelIcon: yd, labelList: $d }, xd = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, wd = { width: "2.5rem", color: "{form.field.icon.color}" }, Bd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Rd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Dd = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", gap: "0.5rem" }, Sd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Md = { color: "{form.field.icon.color}" }, zd = { borderRadius: "{border.radius.sm}" }, Yd = { padding: "{list.option.padding}" }, Vd = { root: xd, dropdown: wd, overlay: Bd, list: Rd, option: Dd, optionGroup: Sd, chip: zd, clearIcon: Md, emptyMessage: Yd }, Od = { gap: "1.125rem" }, Ld = { gap: "0.5rem" }, Td = { root: Od, controls: Ld }, Wd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Fd = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, jd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Hd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Id = { root: Wd, node: Fd, nodeToggleButton: jd, connector: Hd }, Ad = { outline: { width: "2px", color: "{content.background}" } }, Nd = { root: Ad }, Pd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, qd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ed = { color: "{text.muted.color}" }, Ud = { maxWidth: "2.5rem" }, _d = { root: Pd, navButton: qd, currentPageReport: Ed, jumpToPageInput: Ud }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Zd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Gd = { padding: "0.375rem 1.125rem" }, Jd = { fontWeight: "600" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { padding: "0 1.125rem 1.125rem 1.125rem" }, ol = { root: Xd, header: Zd, toggleableHeader: Gd, title: Jd, content: Qd, footer: Kd }, rl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, el = { background: "{content.background}", borderColor: "{content.border.color}", borderWidth: "1px", color: "{content.color}", padding: "0.25rem 0.25rem", borderRadius: "{content.border.radius}", first: { borderWidth: "1px", topBorderRadius: "{content.border.radius}" }, last: { borderWidth: "1px", bottomBorderRadius: "{content.border.radius}" } }, tl = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, al = { indent: "1rem" }, nl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, il = { root: rl, panel: el, item: tl, submenu: al, submenuIcon: nl }, dl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ll = { color: "{form.field.icon.color}" }, cl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", padding: "{overlay.popover.padding}", shadow: "{overlay.popover.shadow}" }, sl = { gap: "0.5rem" }, ul = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, fl = { meter: dl, icon: ll, overlay: cl, content: sl, colorScheme: ul }, gl = { gap: "1.125rem" }, ml = { gap: "0.5rem" }, pl = { root: gl, controls: ml }, bl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, hl = { padding: "{overlay.popover.padding}" }, vl = { root: bl, content: hl }, kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, yl = { background: "{primary.color}" }, $l = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Cl = { root: kl, value: yl, label: $l }, xl = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, wl = { colorScheme: xl }, Bl = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Rl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Dl = { root: Bl, icon: Rl }, Sl = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ml = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, zl = { root: Sl, icon: Ml }, Yl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Vl = { colorScheme: Yl }, Ol = { transitionDuration: "{transition.duration}" }, Ll = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Tl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Wl = { root: Ol, bar: Ll, colorScheme: Tl }, Fl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, jl = { width: "2.5rem", color: "{form.field.icon.color}" }, Hl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Il = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Al = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Nl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pl = { color: "{form.field.icon.color}" }, ql = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, El = { padding: "{list.option.padding}" }, Ul = { root: Fl, dropdown: jl, overlay: Hl, list: Il, option: Al, optionGroup: Nl, clearIcon: Pl, checkmark: ql, emptyMessage: El }, _l = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Zl = { root: _l, colorScheme: Xl }, Gl = { borderRadius: "{content.border.radius}" }, Jl = { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { transitionDuration: "{transition.duration}" }, oc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, rc = { background: "{primary.color}" }, ec = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, tc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ac = { root: Kl, track: oc, range: rc, handle: ec, colorScheme: tc }, nc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ic = { root: nc }, dc = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, lc = { root: dc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sc = { background: "{content.border.color}" }, uc = { size: "24px", background: "transparent", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fc = { root: cc, gutter: sc, handle: uc }, gc = { transitionDuration: "{transition.duration}" }, mc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, pc = { padding: "0.5rem", gap: "1rem" }, bc = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, hc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, vc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, kc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, yc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, $c = { root: gc, separator: mc, step: pc, stepHeader: bc, stepTitle: hc, stepNumber: vc, steppanels: kc, steppanel: yc }, Cc = { transitionDuration: "{transition.duration}" }, xc = { background: "{content.border.color}" }, wc = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Rc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Dc = { root: Cc, separator: xc, itemLink: wc, itemLabel: Bc, itemNumber: Rc }, Sc = { transitionDuration: "{transition.duration}" }, Mc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, zc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Yc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Vc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oc = { root: Sc, tablist: Mc, item: zc, itemIcon: Yc, activeBar: Vc }, Lc = { transitionDuration: "{transition.duration}" }, Tc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Wc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Fc = { background: "{content.background}", color: "{content.color}", padding: "0.875rem 1.125rem 1.125rem 1.125rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "inset {focus.ring.shadow}" } }, jc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Hc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Ic = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Ac = { root: Lc, tablist: Tc, tab: Wc, tabpanel: Fc, navButton: jc, activeBar: Hc, colorScheme: Ic }, Nc = { transitionDuration: "{transition.duration}" }, Pc = { background: "{content.background}", borderColor: "{content.border.color}" }, qc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ec = { background: "{content.background}", color: "{content.color}" }, Uc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, _c = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Xc = { root: Nc, tabList: Pc, tab: qc, tabPanel: Ec, navButton: Uc, colorScheme: _c }, Zc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Gc = { size: "0.75rem" }, Jc = { light: { primary: { background: "{primary.100}", color: "{primary.700}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.100}", color: "{green.700}" }, info: { background: "{sky.100}", color: "{sky.700}" }, warn: { background: "{orange.100}", color: "{orange.700}" }, danger: { background: "{red.100}", color: "{red.700}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "color-mix(in srgb, {primary.500}, transparent 84%)", color: "{primary.300}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", color: "{green.300}" }, info: { background: "color-mix(in srgb, {sky.500}, transparent 84%)", color: "{sky.300}" }, warn: { background: "color-mix(in srgb, {orange.500}, transparent 84%)", color: "{orange.300}" }, danger: { background: "color-mix(in srgb, {red.500}, transparent 84%)", color: "{red.300}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Qc = { root: Zc, icon: Gc, colorScheme: Jc }, Kc = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, os = { gap: "0.25rem" }, rs = { margin: "2px 0" }, es = { root: Kc, prompt: os, commandResponse: rs }, ts = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, as = { root: ts }, ns = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, is = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ds = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ls = { mobileIndent: "1rem" }, cs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ss = { borderColor: "{content.border.color}" }, us = { root: ns, list: is, item: ds, submenu: ls, submenuIcon: cs, separator: ss }, fs = { minHeight: "5rem" }, gs = { eventContent: { padding: "1rem 0" } }, ms = { eventContent: { padding: "0 1rem" } }, ps = { size: "1.125rem", borderRadius: "50%", borderWidth: "2px", background: "{content.background}", borderColor: "{content.border.color}", content: { borderRadius: "50%", size: "0.375rem", background: "{primary.color}", insetShadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" } }, bs = { color: "{content.border.color}", size: "2px" }, hs = { event: fs, horizontal: gs, vertical: ms, eventMarker: ps, eventConnector: bs }, vs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ks = { size: "1.125rem" }, ys = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, $s = { gap: "0.5rem" }, Cs = { fontWeight: "500", fontSize: "1rem" }, xs = { fontWeight: "500", fontSize: "0.875rem" }, ws = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Bs = { size: "1rem" }, Rs = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, Ds = { root: vs, icon: ks, content: ys, text: $s, summary: Cs, detail: xs, closeButton: ws, closeIcon: Bs, colorScheme: Rs }, Ss = { padding: "0.25rem", borderRadius: "{content.border.radius}", gap: "0.5rem", fontWeight: "500", disabledBackground: "{form.field.disabled.background}", disabledBorderColor: "{form.field.disabled.background}", disabledColor: "{form.field.disabled.color}", invalidBorderColor: "{form.field.invalid.border.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", padding: "0.25rem" }, lg: { fontSize: "{form.field.lg.font.size}", padding: "0.25rem" } }, Ms = { disabledColor: "{form.field.disabled.color}" }, zs = { padding: "0.25rem 0.75rem", borderRadius: "{content.border.radius}", checkedShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)", sm: { padding: "0.25rem 0.75rem" }, lg: { padding: "0.25rem 0.75rem" } }, Ys = { light: { root: { background: "{surface.100}", checkedBackground: "{surface.100}", hoverBackground: "{surface.100}", borderColor: "{surface.100}", color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}", checkedBorderColor: "{surface.100}" }, content: { checkedBackground: "{surface.0}" }, icon: { color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}" } }, dark: { root: { background: "{surface.950}", checkedBackground: "{surface.950}", hoverBackground: "{surface.950}", borderColor: "{surface.950}", color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}", checkedBorderColor: "{surface.950}" }, content: { checkedBackground: "{surface.800}" }, icon: { color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}" } } }, Vs = { root: Ss, icon: Ms, content: zs, colorScheme: Ys }, Os = { width: "2.5rem", height: "1.5rem", borderRadius: "30px", gap: "0.25rem", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, borderWidth: "1px", borderColor: "transparent", hoverBorderColor: "transparent", checkedBorderColor: "transparent", checkedHoverBorderColor: "transparent", invalidBorderColor: "{form.field.invalid.border.color}", transitionDuration: "{form.field.transition.duration}", slideDuration: "0.2s" }, Ls = { borderRadius: "50%", size: "1rem" }, Ts = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, Ws = { root: Os, handle: Ls, colorScheme: Ts }, Fs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, js = { root: Fs }, Hs = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Is = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, As = { root: Hs, colorScheme: Is }, Ns = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ps = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, qs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Es = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Us = { size: "2rem" }, _s = { margin: "0 0 0.5rem 0" }, Xs = `
|
|
1476
|
+
`, ca = { root: Pt, header: qt, headerCell: Et, columnTitle: Ut, row: _t, bodyCell: Xt, footerCell: Zt, columnFooter: Gt, footer: Jt, dropPoint: Qt, columnResizer: Kt, resizeIndicator: oa, sortIcon: ra, loadingIcon: ea, rowToggleButton: ta, filter: aa, paginatorTop: na, paginatorBottom: ia, colorScheme: da, css: la }, sa = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ua = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, fa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ga = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ma = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, pa = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ba = { root: sa, header: ua, content: fa, footer: ga, paginatorTop: ma, paginatorBottom: pa }, ha = { transitionDuration: "{transition.duration}" }, va = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, ka = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ya = { gap: "0.5rem", fontWeight: "500" }, $a = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ca = { color: "{form.field.icon.color}" }, xa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ba = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ra = { margin: "0.5rem 0 0 0" }, Da = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Sa = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ya = { margin: "0.5rem 0 0 0" }, Va = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Oa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, La = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ta = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, Wa = { root: ha, panel: va, header: ka, title: ya, dropdown: $a, inputIcon: Ca, selectMonth: xa, selectYear: wa, group: Ba, dayView: Ra, weekDay: Da, date: Sa, monthView: Ma, month: za, yearView: Ya, year: Va, buttonbar: Oa, timePicker: La, colorScheme: Ta }, Fa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, ja = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ia = { fontSize: "1.25rem", fontWeight: "600" }, Ha = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Aa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Na = { root: Fa, header: ja, title: Ia, content: Ha, footer: Aa }, Pa = { borderColor: "{content.border.color}" }, qa = { background: "{content.background}", color: "{text.color}" }, Ea = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ua = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, _a = { root: Pa, content: qa, horizontal: Ea, vertical: Ua }, Xa = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Za = { borderRadius: "{content.border.radius}", padding: "0.5rem", size: "3rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ga = { root: Xa, item: Za }, Ja = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Qa = { padding: "{overlay.modal.padding}" }, Ka = { fontSize: "1.5rem", fontWeight: "600" }, on = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, rn = { padding: "{overlay.modal.padding}" }, en = { root: Ja, header: Qa, title: Ka, content: on, footer: rn }, tn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, an = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, nn = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, dn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ln = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, cn = { toolbar: tn, toolbarItem: an, overlay: nn, overlayOption: dn, content: ln }, sn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", padding: "0 1.125rem 1.125rem 1.125rem", transitionDuration: "{transition.duration}" }, un = { background: "{content.background}", hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", borderRadius: "{content.border.radius}", borderWidth: "1px", borderColor: "transparent", padding: "0.5rem 0.75rem", gap: "0.5rem", fontWeight: "600", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, gn = { padding: "0" }, mn = { root: sn, legend: un, toggleIcon: fn, content: gn }, pn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, bn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, hn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, vn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, kn = { gap: "0.5rem" }, yn = { height: "0.25rem" }, $n = { gap: "0.5rem" }, Cn = { root: pn, header: bn, content: hn, file: vn, fileList: kn, progressbar: yn, basic: $n }, xn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, wn = { active: { top: "-1.25rem" } }, Bn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Rn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Dn = { root: xn, over: wn, in: Bn, on: Rn }, Sn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Mn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, zn = { size: "1.5rem" }, Yn = { background: "{content.background}", padding: "1rem 0.25rem" }, Vn = { size: "2rem", borderRadius: "{content.border.radius}", gutter: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, On = { size: "1rem" }, Ln = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Tn = { gap: "0.5rem", padding: "1rem" }, Wn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Fn = { background: "rgba(0, 0, 0, 0.5)" }, jn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, In = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Hn = { size: "1.5rem" }, An = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, Nn = { root: Sn, navButton: Mn, navIcon: zn, thumbnailsContent: Yn, thumbnailNavButton: Vn, thumbnailNavButtonIcon: On, caption: Ln, indicatorList: Tn, indicatorButton: Wn, insetIndicatorList: Fn, insetIndicatorButton: jn, closeButton: In, closeButtonIcon: Hn, colorScheme: An }, Pn = { color: "{form.field.icon.color}" }, qn = { icon: Pn }, En = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Un = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, _n = { root: En, input: Un }, Xn = { transitionDuration: "{transition.duration}" }, Zn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Gn = { position: { left: "auto", right: "1rem", top: "1rem", bottom: "auto" }, blur: "8px", background: "rgba(255,255,255,0.1)", borderColor: "rgba(255,255,255,0.2)", borderWidth: "1px", borderRadius: "30px", padding: ".5rem", gap: "0.5rem" }, Jn = { hoverBackground: "rgba(255,255,255,0.1)", color: "{surface.50}", hoverColor: "{surface.0}", size: "3rem", iconSize: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Qn = { root: Xn, preview: Zn, toolbar: Gn, action: Jn }, Kn = { size: "15px", hoverSize: "30px", background: "rgba(255,255,255,0.3)", hoverBackground: "rgba(255,255,255,0.3)", borderColor: "unset", hoverBorderColor: "unset", borderWidth: "0", borderRadius: "50%", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "rgba(255,255,255,0.3)", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, oi = { handle: Kn }, ri = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ei = { fontWeight: "500" }, ti = { size: "1rem" }, ai = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, ni = { root: ri, text: ei, icon: ti, colorScheme: ai }, ii = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, di = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, li = { root: ii, display: di }, ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, si = { borderRadius: "{border.radius.sm}" }, ui = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, fi = { root: ci, chip: si, colorScheme: ui }, gi = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.icon.color}", borderRadius: "{form.field.border.radius}", padding: "0.5rem", minWidth: "2.5rem" }, mi = { addon: gi }, pi = { transitionDuration: "{transition.duration}" }, bi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, hi = { light: { button: { background: "transparent", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.500}", activeColor: "{surface.600}" } }, dark: { button: { background: "transparent", hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.300}", activeColor: "{surface.200}" } } }, vi = { root: pi, button: bi, colorScheme: hi }, ki = { gap: "0.5rem" }, yi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, $i = { root: ki, input: yi }, Ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, xi = { root: Ci }, wi = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bi = { background: "{primary.color}" }, Ri = { background: "{content.border.color}" }, Di = { color: "{text.muted.color}" }, Si = { root: wi, value: Bi, range: Ri, text: Di }, Mi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", borderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", shadow: "{form.field.shadow}", borderRadius: "{form.field.border.radius}", transitionDuration: "{form.field.transition.duration}" }, zi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yi = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Vi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Oi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Li = { padding: "{list.option.padding}" }, Ti = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Wi = { root: Mi, list: zi, option: Yi, optionGroup: Vi, checkmark: Oi, emptyMessage: Li, colorScheme: Ti }, Fi = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", verticalOrientation: { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, horizontalOrientation: { padding: "0.5rem 0.75rem", gap: "0.5rem" }, transitionDuration: "{transition.duration}" }, ji = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Ii = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Hi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ai = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ni = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Pi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qi = { borderColor: "{content.border.color}" }, Ei = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ui = { root: Fi, baseItem: ji, item: Ii, overlay: Hi, submenu: Ai, submenuLabel: Ni, submenuIcon: Pi, separator: qi, mobileButton: Ei }, _i = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Zi = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, Gi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ji = { borderColor: "{content.border.color}" }, Qi = { root: _i, list: Xi, item: Zi, submenuLabel: Gi, separator: Ji }, Ki = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.5rem 0.75rem", transitionDuration: "{transition.duration}" }, od = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, rd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ed = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", mobileIndent: "1rem", icon: { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" } }, td = { borderColor: "{content.border.color}" }, ad = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, nd = { root: Ki, baseItem: od, item: rd, submenu: ed, separator: td, mobileButton: ad }, id = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, dd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ld = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, cd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ud = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, fd = { root: { borderWidth: "1px" } }, gd = { content: { padding: "0" } }, md = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } }, outlined: { color: "{blue.600}", borderColor: "{blue.600}" }, simple: { color: "{blue.600}" } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } }, outlined: { color: "{green.600}", borderColor: "{green.600}" }, simple: { color: "{green.600}" } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } }, outlined: { color: "{yellow.600}", borderColor: "{yellow.600}" }, simple: { color: "{yellow.600}" } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } }, outlined: { color: "{red.600}", borderColor: "{red.600}" }, simple: { color: "{red.600}" } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } }, outlined: { color: "{surface.500}", borderColor: "{surface.500}" }, simple: { color: "{surface.500}" } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } }, outlined: { color: "{surface.950}", borderColor: "{surface.950}" }, simple: { color: "{surface.950}" } } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } }, outlined: { color: "{blue.500}", borderColor: "{blue.500}" }, simple: { color: "{blue.500}" } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } }, outlined: { color: "{green.500}", borderColor: "{green.500}" }, simple: { color: "{green.500}" } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } }, outlined: { color: "{yellow.500}", borderColor: "{yellow.500}" }, simple: { color: "{yellow.500}" } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } }, outlined: { color: "{red.500}", borderColor: "{red.500}" }, simple: { color: "{red.500}" } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } }, outlined: { color: "{surface.400}", borderColor: "{surface.400}" }, simple: { color: "{surface.400}" } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } }, outlined: { color: "{surface.0}", borderColor: "{surface.0}" }, simple: { color: "{surface.0}" } } } }, pd = { root: id, content: dd, text: ld, icon: cd, closeButton: sd, closeIcon: ud, outlined: fd, simple: gd, colorScheme: md }, bd = { borderRadius: "{content.border.radius}", gap: "1rem" }, hd = { background: "{content.border.color}", size: "0.5rem" }, vd = { gap: "0.5rem" }, kd = { size: "0.5rem" }, yd = { size: "1rem" }, $d = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Cd = { root: bd, meters: hd, label: vd, labelMarker: kd, labelIcon: yd, labelList: $d }, xd = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, wd = { width: "2.5rem", color: "{form.field.icon.color}" }, Bd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Rd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Dd = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", gap: "0.5rem" }, Sd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Md = { color: "{form.field.icon.color}" }, zd = { borderRadius: "{border.radius.sm}" }, Yd = { padding: "{list.option.padding}" }, Vd = { root: xd, dropdown: wd, overlay: Bd, list: Rd, option: Dd, optionGroup: Sd, chip: zd, clearIcon: Md, emptyMessage: Yd }, Od = { gap: "1.125rem" }, Ld = { gap: "0.5rem" }, Td = { root: Od, controls: Ld }, Wd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Fd = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, jd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Id = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Hd = { root: Wd, node: Fd, nodeToggleButton: jd, connector: Id }, Ad = { outline: { width: "2px", color: "{content.background}" } }, Nd = { root: Ad }, Pd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, qd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ed = { color: "{text.muted.color}" }, Ud = { maxWidth: "2.5rem" }, _d = { root: Pd, navButton: qd, currentPageReport: Ed, jumpToPageInput: Ud }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Zd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Gd = { padding: "0.375rem 1.125rem" }, Jd = { fontWeight: "600" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { padding: "0 1.125rem 1.125rem 1.125rem" }, ol = { root: Xd, header: Zd, toggleableHeader: Gd, title: Jd, content: Qd, footer: Kd }, rl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, el = { background: "{content.background}", borderColor: "{content.border.color}", borderWidth: "1px", color: "{content.color}", padding: "0.25rem 0.25rem", borderRadius: "{content.border.radius}", first: { borderWidth: "1px", topBorderRadius: "{content.border.radius}" }, last: { borderWidth: "1px", bottomBorderRadius: "{content.border.radius}" } }, tl = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, al = { indent: "1rem" }, nl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, il = { root: rl, panel: el, item: tl, submenu: al, submenuIcon: nl }, dl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ll = { color: "{form.field.icon.color}" }, cl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", padding: "{overlay.popover.padding}", shadow: "{overlay.popover.shadow}" }, sl = { gap: "0.5rem" }, ul = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, fl = { meter: dl, icon: ll, overlay: cl, content: sl, colorScheme: ul }, gl = { gap: "1.125rem" }, ml = { gap: "0.5rem" }, pl = { root: gl, controls: ml }, bl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, hl = { padding: "{overlay.popover.padding}" }, vl = { root: bl, content: hl }, kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, yl = { background: "{primary.color}" }, $l = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Cl = { root: kl, value: yl, label: $l }, xl = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, wl = { colorScheme: xl }, Bl = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Rl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Dl = { root: Bl, icon: Rl }, Sl = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ml = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, zl = { root: Sl, icon: Ml }, Yl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Vl = { colorScheme: Yl }, Ol = { transitionDuration: "{transition.duration}" }, Ll = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Tl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Wl = { root: Ol, bar: Ll, colorScheme: Tl }, Fl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, jl = { width: "2.5rem", color: "{form.field.icon.color}" }, Il = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Hl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Al = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Nl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pl = { color: "{form.field.icon.color}" }, ql = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, El = { padding: "{list.option.padding}" }, Ul = { root: Fl, dropdown: jl, overlay: Il, list: Hl, option: Al, optionGroup: Nl, clearIcon: Pl, checkmark: ql, emptyMessage: El }, _l = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Zl = { root: _l, colorScheme: Xl }, Gl = { borderRadius: "{content.border.radius}" }, Jl = { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { transitionDuration: "{transition.duration}" }, oc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, rc = { background: "{primary.color}" }, ec = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, tc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ac = { root: Kl, track: oc, range: rc, handle: ec, colorScheme: tc }, nc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ic = { root: nc }, dc = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, lc = { root: dc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sc = { background: "{content.border.color}" }, uc = { size: "24px", background: "transparent", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fc = { root: cc, gutter: sc, handle: uc }, gc = { transitionDuration: "{transition.duration}" }, mc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, pc = { padding: "0.5rem", gap: "1rem" }, bc = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, hc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, vc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, kc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, yc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, $c = { root: gc, separator: mc, step: pc, stepHeader: bc, stepTitle: hc, stepNumber: vc, steppanels: kc, steppanel: yc }, Cc = { transitionDuration: "{transition.duration}" }, xc = { background: "{content.border.color}" }, wc = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Rc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Dc = { root: Cc, separator: xc, itemLink: wc, itemLabel: Bc, itemNumber: Rc }, Sc = { transitionDuration: "{transition.duration}" }, Mc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, zc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Yc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Vc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oc = { root: Sc, tablist: Mc, item: zc, itemIcon: Yc, activeBar: Vc }, Lc = { transitionDuration: "{transition.duration}" }, Tc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Wc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Fc = { background: "{content.background}", color: "{content.color}", padding: "0.875rem 1.125rem 1.125rem 1.125rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "inset {focus.ring.shadow}" } }, jc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Ic = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Hc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Ac = { root: Lc, tablist: Tc, tab: Wc, tabpanel: Fc, navButton: jc, activeBar: Ic, colorScheme: Hc }, Nc = { transitionDuration: "{transition.duration}" }, Pc = { background: "{content.background}", borderColor: "{content.border.color}" }, qc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ec = { background: "{content.background}", color: "{content.color}" }, Uc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, _c = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Xc = { root: Nc, tabList: Pc, tab: qc, tabPanel: Ec, navButton: Uc, colorScheme: _c }, Zc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Gc = { size: "0.75rem" }, Jc = { light: { primary: { background: "{primary.100}", color: "{primary.700}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.100}", color: "{green.700}" }, info: { background: "{sky.100}", color: "{sky.700}" }, warn: { background: "{orange.100}", color: "{orange.700}" }, danger: { background: "{red.100}", color: "{red.700}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "color-mix(in srgb, {primary.500}, transparent 84%)", color: "{primary.300}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", color: "{green.300}" }, info: { background: "color-mix(in srgb, {sky.500}, transparent 84%)", color: "{sky.300}" }, warn: { background: "color-mix(in srgb, {orange.500}, transparent 84%)", color: "{orange.300}" }, danger: { background: "color-mix(in srgb, {red.500}, transparent 84%)", color: "{red.300}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Qc = { root: Zc, icon: Gc, colorScheme: Jc }, Kc = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, os = { gap: "0.25rem" }, rs = { margin: "2px 0" }, es = { root: Kc, prompt: os, commandResponse: rs }, ts = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, as = { root: ts }, ns = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, is = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ds = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ls = { mobileIndent: "1rem" }, cs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ss = { borderColor: "{content.border.color}" }, us = { root: ns, list: is, item: ds, submenu: ls, submenuIcon: cs, separator: ss }, fs = { minHeight: "5rem" }, gs = { eventContent: { padding: "1rem 0" } }, ms = { eventContent: { padding: "0 1rem" } }, ps = { size: "1.125rem", borderRadius: "50%", borderWidth: "2px", background: "{content.background}", borderColor: "{content.border.color}", content: { borderRadius: "50%", size: "0.375rem", background: "{primary.color}", insetShadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" } }, bs = { color: "{content.border.color}", size: "2px" }, hs = { event: fs, horizontal: gs, vertical: ms, eventMarker: ps, eventConnector: bs }, vs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ks = { size: "1.125rem" }, ys = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, $s = { gap: "0.5rem" }, Cs = { fontWeight: "500", fontSize: "1rem" }, xs = { fontWeight: "500", fontSize: "0.875rem" }, ws = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Bs = { size: "1rem" }, Rs = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, Ds = { root: vs, icon: ks, content: ys, text: $s, summary: Cs, detail: xs, closeButton: ws, closeIcon: Bs, colorScheme: Rs }, Ss = { padding: "0.25rem", borderRadius: "{content.border.radius}", gap: "0.5rem", fontWeight: "500", disabledBackground: "{form.field.disabled.background}", disabledBorderColor: "{form.field.disabled.background}", disabledColor: "{form.field.disabled.color}", invalidBorderColor: "{form.field.invalid.border.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", padding: "0.25rem" }, lg: { fontSize: "{form.field.lg.font.size}", padding: "0.25rem" } }, Ms = { disabledColor: "{form.field.disabled.color}" }, zs = { padding: "0.25rem 0.75rem", borderRadius: "{content.border.radius}", checkedShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)", sm: { padding: "0.25rem 0.75rem" }, lg: { padding: "0.25rem 0.75rem" } }, Ys = { light: { root: { background: "{surface.100}", checkedBackground: "{surface.100}", hoverBackground: "{surface.100}", borderColor: "{surface.100}", color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}", checkedBorderColor: "{surface.100}" }, content: { checkedBackground: "{surface.0}" }, icon: { color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}" } }, dark: { root: { background: "{surface.950}", checkedBackground: "{surface.950}", hoverBackground: "{surface.950}", borderColor: "{surface.950}", color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}", checkedBorderColor: "{surface.950}" }, content: { checkedBackground: "{surface.800}" }, icon: { color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}" } } }, Vs = { root: Ss, icon: Ms, content: zs, colorScheme: Ys }, Os = { width: "2.5rem", height: "1.5rem", borderRadius: "30px", gap: "0.25rem", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, borderWidth: "1px", borderColor: "transparent", hoverBorderColor: "transparent", checkedBorderColor: "transparent", checkedHoverBorderColor: "transparent", invalidBorderColor: "{form.field.invalid.border.color}", transitionDuration: "{form.field.transition.duration}", slideDuration: "0.2s" }, Ls = { borderRadius: "50%", size: "1rem" }, Ts = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, Ws = { root: Os, handle: Ls, colorScheme: Ts }, Fs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, js = { root: Fs }, Is = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Hs = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, As = { root: Is, colorScheme: Hs }, Ns = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ps = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, qs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Es = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Us = { size: "2rem" }, _s = { margin: "0 0 0.5rem 0" }, Xs = `
|
|
1466
1477
|
.p-tree-mask.p-overlay-mask {
|
|
1467
1478
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1468
1479
|
}
|
|
@@ -1474,7 +1485,7 @@ var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0
|
|
|
1474
1485
|
for (var e in r || (r = {})) Su.call(r, e) && Eo(o, e, r[e]);
|
|
1475
1486
|
if (qo) for (var e of qo(r)) Mu.call(r, e) && Eo(o, e, r[e]);
|
|
1476
1487
|
return o;
|
|
1477
|
-
})({}, je), Ru(Uo, Du({ components: { accordion: fe, autocomplete: Ce, avatar: Se, badge: Te, blockui:
|
|
1488
|
+
})({}, je), Ru(Uo, Du({ components: { accordion: fe, autocomplete: Ce, avatar: Se, badge: Te, blockui: He, breadcrumb: qe, button: _e, card: Ke, carousel: nt, cascadeselect: ft, checkbox: pt, chip: $t, colorpicker: Rt, confirmdialog: Mt, confirmpopup: Lt, contextmenu: At, datatable: ca, dataview: ba, datepicker: Wa, dialog: Na, divider: _a, dock: Ga, drawer: en, editor: cn, fieldset: mn, fileupload: Cn, floatlabel: Dn, galleria: Nn, iconfield: qn, iftalabel: _n, image: Qn, imagecompare: oi, inlinemessage: ni, inplace: li, inputchips: fi, inputgroup: mi, inputnumber: vi, inputotp: $i, inputtext: xi, knob: Si, listbox: Wi, megamenu: Ui, menu: Qi, menubar: nd, message: pd, metergroup: Cd, multiselect: Vd, orderlist: Td, organizationchart: Hd, overlaybadge: Nd, paginator: _d, panel: ol, panelmenu: il, password: fl, picklist: pl, popover: vl, progressbar: Cl, progressspinner: wl, radiobutton: Dl, rating: zl, ripple: Vl, scrollpanel: Wl, select: Ul, selectbutton: Zl, skeleton: Ql, slider: ac, speeddial: ic, splitbutton: lc, splitter: fc, stepper: $c, steps: Dc, tabmenu: Oc, tabs: Ac, tabview: Xc, tag: Qc, terminal: es, textarea: as, tieredmenu: us, timeline: hs, toast: Ds, togglebutton: Vs, toggleswitch: Ws, toolbar: js, tooltip: As, tree: Zs, treeselect: tu, treetable: Cu, virtualscroller: wu }, css: Nt })));
|
|
1478
1489
|
const Yu = {
|
|
1479
1490
|
startsWith: "Começa com",
|
|
1480
1491
|
contains: "Contém",
|
|
@@ -1540,7 +1551,7 @@ const Yu = {
|
|
|
1540
1551
|
firstDayOfWeek: 1,
|
|
1541
1552
|
dateFormat: "dd/mm/yy"
|
|
1542
1553
|
};
|
|
1543
|
-
function
|
|
1554
|
+
function k0(o) {
|
|
1544
1555
|
o.use(zr, {
|
|
1545
1556
|
locale: Yu,
|
|
1546
1557
|
ripple: !0,
|
|
@@ -1556,7 +1567,7 @@ function v0(o) {
|
|
|
1556
1567
|
}
|
|
1557
1568
|
});
|
|
1558
1569
|
}
|
|
1559
|
-
function
|
|
1570
|
+
function y0() {
|
|
1560
1571
|
const o = Yr();
|
|
1561
1572
|
return { success: (t, a = "Sucesso") => {
|
|
1562
1573
|
o.add({
|
|
@@ -1574,7 +1585,7 @@ function k0() {
|
|
|
1574
1585
|
});
|
|
1575
1586
|
} };
|
|
1576
1587
|
}
|
|
1577
|
-
function
|
|
1588
|
+
function $0(o, r) {
|
|
1578
1589
|
function e(t) {
|
|
1579
1590
|
o.value && (o.value.contains(t.target) || r(t));
|
|
1580
1591
|
}
|
|
@@ -1593,275 +1604,275 @@ function lr() {
|
|
|
1593
1604
|
(function(e, t) {
|
|
1594
1605
|
o.exports = t();
|
|
1595
1606
|
})(Vu, (function() {
|
|
1596
|
-
var e = 1e3, t = 6e4, a = 36e5,
|
|
1597
|
-
var
|
|
1598
|
-
return "[" +
|
|
1599
|
-
} },
|
|
1600
|
-
var
|
|
1601
|
-
return !
|
|
1602
|
-
},
|
|
1603
|
-
var
|
|
1604
|
-
return (
|
|
1605
|
-
}, m: function
|
|
1606
|
-
if (
|
|
1607
|
-
var
|
|
1608
|
-
return +(-(
|
|
1609
|
-
}, a: function(
|
|
1610
|
-
return
|
|
1611
|
-
}, p: function(
|
|
1612
|
-
return { M:
|
|
1613
|
-
}, u: function(
|
|
1614
|
-
return
|
|
1615
|
-
} },
|
|
1616
|
-
|
|
1617
|
-
var
|
|
1618
|
-
return
|
|
1619
|
-
},
|
|
1607
|
+
var e = 1e3, t = 6e4, a = 36e5, c = "millisecond", i = "second", m = "minute", l = "hour", b = "day", $ = "week", B = "month", k = "quarter", z = "year", y = "date", p = "Invalid Date", f = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, C = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(s) {
|
|
1608
|
+
var n = ["th", "st", "nd", "rd"], d = s % 100;
|
|
1609
|
+
return "[" + s + (n[(d - 20) % 10] || n[d] || n[0]) + "]";
|
|
1610
|
+
} }, x = function(s, n, d) {
|
|
1611
|
+
var h = String(s);
|
|
1612
|
+
return !h || h.length >= n ? s : "" + Array(n + 1 - h.length).join(d) + s;
|
|
1613
|
+
}, L = { s: x, z: function(s) {
|
|
1614
|
+
var n = -s.utcOffset(), d = Math.abs(n), h = Math.floor(d / 60), g = d % 60;
|
|
1615
|
+
return (n <= 0 ? "+" : "-") + x(h, 2, "0") + ":" + x(g, 2, "0");
|
|
1616
|
+
}, m: function s(n, d) {
|
|
1617
|
+
if (n.date() < d.date()) return -s(d, n);
|
|
1618
|
+
var h = 12 * (d.year() - n.year()) + (d.month() - n.month()), g = n.clone().add(h, B), w = d - g < 0, D = n.clone().add(h + (w ? -1 : 1), B);
|
|
1619
|
+
return +(-(h + (d - g) / (w ? g - D : D - g)) || 0);
|
|
1620
|
+
}, a: function(s) {
|
|
1621
|
+
return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
|
|
1622
|
+
}, p: function(s) {
|
|
1623
|
+
return { M: B, y: z, w: $, d: b, D: y, h: l, m, s: i, ms: c, Q: k }[s] || String(s || "").toLowerCase().replace(/s$/, "");
|
|
1624
|
+
}, u: function(s) {
|
|
1625
|
+
return s === void 0;
|
|
1626
|
+
} }, V = "en", W = {};
|
|
1627
|
+
W[V] = C;
|
|
1628
|
+
var F = "$isDayjsObject", A = function(s) {
|
|
1629
|
+
return s instanceof U || !(!s || !s[F]);
|
|
1630
|
+
}, j = function s(n, d, h) {
|
|
1620
1631
|
var g;
|
|
1621
|
-
if (!
|
|
1622
|
-
if (typeof
|
|
1623
|
-
var
|
|
1624
|
-
|
|
1625
|
-
var
|
|
1626
|
-
if (!g &&
|
|
1632
|
+
if (!n) return V;
|
|
1633
|
+
if (typeof n == "string") {
|
|
1634
|
+
var w = n.toLowerCase();
|
|
1635
|
+
W[w] && (g = w), d && (W[w] = d, g = w);
|
|
1636
|
+
var D = n.split("-");
|
|
1637
|
+
if (!g && D.length > 1) return s(D[0]);
|
|
1627
1638
|
} else {
|
|
1628
|
-
var
|
|
1629
|
-
|
|
1639
|
+
var Y = n.name;
|
|
1640
|
+
W[Y] = n, g = Y;
|
|
1630
1641
|
}
|
|
1631
|
-
return !
|
|
1632
|
-
},
|
|
1633
|
-
if (
|
|
1634
|
-
var
|
|
1635
|
-
return
|
|
1636
|
-
},
|
|
1637
|
-
|
|
1638
|
-
return
|
|
1642
|
+
return !h && g && (V = g), g || !h && V;
|
|
1643
|
+
}, O = function(s, n) {
|
|
1644
|
+
if (A(s)) return s.clone();
|
|
1645
|
+
var d = typeof n == "object" ? n : {};
|
|
1646
|
+
return d.date = s, d.args = arguments, new U(d);
|
|
1647
|
+
}, S = L;
|
|
1648
|
+
S.l = j, S.i = A, S.w = function(s, n) {
|
|
1649
|
+
return O(s, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
|
|
1639
1650
|
};
|
|
1640
|
-
var
|
|
1641
|
-
function
|
|
1642
|
-
this.$L =
|
|
1651
|
+
var U = (function() {
|
|
1652
|
+
function s(d) {
|
|
1653
|
+
this.$L = j(d.locale, null, !0), this.parse(d), this.$x = this.$x || d.x || {}, this[F] = !0;
|
|
1643
1654
|
}
|
|
1644
|
-
var
|
|
1645
|
-
return
|
|
1646
|
-
this.$d = (function(
|
|
1647
|
-
var g =
|
|
1655
|
+
var n = s.prototype;
|
|
1656
|
+
return n.parse = function(d) {
|
|
1657
|
+
this.$d = (function(h) {
|
|
1658
|
+
var g = h.date, w = h.utc;
|
|
1648
1659
|
if (g === null) return /* @__PURE__ */ new Date(NaN);
|
|
1649
|
-
if (
|
|
1660
|
+
if (S.u(g)) return /* @__PURE__ */ new Date();
|
|
1650
1661
|
if (g instanceof Date) return new Date(g);
|
|
1651
1662
|
if (typeof g == "string" && !/Z$/i.test(g)) {
|
|
1652
|
-
var
|
|
1653
|
-
if (
|
|
1654
|
-
var
|
|
1655
|
-
return
|
|
1663
|
+
var D = g.match(f);
|
|
1664
|
+
if (D) {
|
|
1665
|
+
var Y = D[2] - 1 || 0, I = (D[7] || "0").substring(0, 3);
|
|
1666
|
+
return w ? new Date(Date.UTC(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, I)) : new Date(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, I);
|
|
1656
1667
|
}
|
|
1657
1668
|
}
|
|
1658
1669
|
return new Date(g);
|
|
1659
|
-
})(
|
|
1660
|
-
},
|
|
1661
|
-
var
|
|
1662
|
-
this.$y =
|
|
1663
|
-
},
|
|
1664
|
-
return
|
|
1665
|
-
},
|
|
1666
|
-
return this.$d.toString() !==
|
|
1667
|
-
},
|
|
1668
|
-
var g =
|
|
1669
|
-
return this.startOf(
|
|
1670
|
-
},
|
|
1671
|
-
return
|
|
1672
|
-
},
|
|
1673
|
-
return this.endOf(
|
|
1674
|
-
},
|
|
1675
|
-
return
|
|
1676
|
-
},
|
|
1670
|
+
})(d), this.init();
|
|
1671
|
+
}, n.init = function() {
|
|
1672
|
+
var d = this.$d;
|
|
1673
|
+
this.$y = d.getFullYear(), this.$M = d.getMonth(), this.$D = d.getDate(), this.$W = d.getDay(), this.$H = d.getHours(), this.$m = d.getMinutes(), this.$s = d.getSeconds(), this.$ms = d.getMilliseconds();
|
|
1674
|
+
}, n.$utils = function() {
|
|
1675
|
+
return S;
|
|
1676
|
+
}, n.isValid = function() {
|
|
1677
|
+
return this.$d.toString() !== p;
|
|
1678
|
+
}, n.isSame = function(d, h) {
|
|
1679
|
+
var g = O(d);
|
|
1680
|
+
return this.startOf(h) <= g && g <= this.endOf(h);
|
|
1681
|
+
}, n.isAfter = function(d, h) {
|
|
1682
|
+
return O(d) < this.startOf(h);
|
|
1683
|
+
}, n.isBefore = function(d, h) {
|
|
1684
|
+
return this.endOf(h) < O(d);
|
|
1685
|
+
}, n.$g = function(d, h, g) {
|
|
1686
|
+
return S.u(d) ? this[h] : this.set(g, d);
|
|
1687
|
+
}, n.unix = function() {
|
|
1677
1688
|
return Math.floor(this.valueOf() / 1e3);
|
|
1678
|
-
},
|
|
1689
|
+
}, n.valueOf = function() {
|
|
1679
1690
|
return this.$d.getTime();
|
|
1680
|
-
},
|
|
1681
|
-
var g = this,
|
|
1682
|
-
var K =
|
|
1683
|
-
return
|
|
1684
|
-
},
|
|
1685
|
-
return
|
|
1691
|
+
}, n.startOf = function(d, h) {
|
|
1692
|
+
var g = this, w = !!S.u(h) || h, D = S.p(d), Y = function(ro, Z) {
|
|
1693
|
+
var K = S.w(g.$u ? Date.UTC(g.$y, Z, ro) : new Date(g.$y, Z, ro), g);
|
|
1694
|
+
return w ? K : K.endOf(b);
|
|
1695
|
+
}, I = function(ro, Z) {
|
|
1696
|
+
return S.w(g.toDate()[ro].apply(g.toDate("s"), (w ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Z)), g);
|
|
1686
1697
|
}, N = this.$W, _ = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
|
|
1687
|
-
switch (
|
|
1688
|
-
case Y:
|
|
1689
|
-
return D ? V(1, 0) : V(31, 11);
|
|
1698
|
+
switch (D) {
|
|
1690
1699
|
case z:
|
|
1691
|
-
return
|
|
1700
|
+
return w ? Y(1, 0) : Y(31, 11);
|
|
1701
|
+
case B:
|
|
1702
|
+
return w ? Y(1, _) : Y(0, _ + 1);
|
|
1692
1703
|
case $:
|
|
1693
|
-
var ao = this.$locale().weekStart || 0,
|
|
1694
|
-
return
|
|
1695
|
-
case
|
|
1696
|
-
case
|
|
1697
|
-
return
|
|
1698
|
-
case
|
|
1699
|
-
return
|
|
1704
|
+
var ao = this.$locale().weekStart || 0, go = (N < ao ? N + 7 : N) - ao;
|
|
1705
|
+
return Y(w ? J - go : J + (6 - go), _);
|
|
1706
|
+
case b:
|
|
1707
|
+
case y:
|
|
1708
|
+
return I(lo + "Hours", 0);
|
|
1709
|
+
case l:
|
|
1710
|
+
return I(lo + "Minutes", 1);
|
|
1700
1711
|
case m:
|
|
1701
|
-
return
|
|
1702
|
-
case
|
|
1703
|
-
return
|
|
1712
|
+
return I(lo + "Seconds", 2);
|
|
1713
|
+
case i:
|
|
1714
|
+
return I(lo + "Milliseconds", 3);
|
|
1704
1715
|
default:
|
|
1705
1716
|
return this.clone();
|
|
1706
1717
|
}
|
|
1707
|
-
},
|
|
1708
|
-
return this.startOf(
|
|
1709
|
-
},
|
|
1710
|
-
var g,
|
|
1711
|
-
if (
|
|
1712
|
-
var N = this.clone().set(
|
|
1713
|
-
N.$d[
|
|
1714
|
-
} else
|
|
1718
|
+
}, n.endOf = function(d) {
|
|
1719
|
+
return this.startOf(d, !1);
|
|
1720
|
+
}, n.$set = function(d, h) {
|
|
1721
|
+
var g, w = S.p(d), D = "set" + (this.$u ? "UTC" : ""), Y = (g = {}, g[b] = D + "Date", g[y] = D + "Date", g[B] = D + "Month", g[z] = D + "FullYear", g[l] = D + "Hours", g[m] = D + "Minutes", g[i] = D + "Seconds", g[c] = D + "Milliseconds", g)[w], I = w === b ? this.$D + (h - this.$W) : h;
|
|
1722
|
+
if (w === B || w === z) {
|
|
1723
|
+
var N = this.clone().set(y, 1);
|
|
1724
|
+
N.$d[Y](I), N.init(), this.$d = N.set(y, Math.min(this.$D, N.daysInMonth())).$d;
|
|
1725
|
+
} else Y && this.$d[Y](I);
|
|
1715
1726
|
return this.init(), this;
|
|
1716
|
-
},
|
|
1717
|
-
return this.clone().$set(
|
|
1718
|
-
},
|
|
1719
|
-
return this[
|
|
1720
|
-
},
|
|
1721
|
-
var g,
|
|
1722
|
-
|
|
1723
|
-
var
|
|
1724
|
-
var J =
|
|
1725
|
-
return
|
|
1727
|
+
}, n.set = function(d, h) {
|
|
1728
|
+
return this.clone().$set(d, h);
|
|
1729
|
+
}, n.get = function(d) {
|
|
1730
|
+
return this[S.p(d)]();
|
|
1731
|
+
}, n.add = function(d, h) {
|
|
1732
|
+
var g, w = this;
|
|
1733
|
+
d = Number(d);
|
|
1734
|
+
var D = S.p(h), Y = function(_) {
|
|
1735
|
+
var J = O(w);
|
|
1736
|
+
return S.w(J.date(J.date() + Math.round(_ * d)), w);
|
|
1726
1737
|
};
|
|
1727
|
-
if (
|
|
1728
|
-
if (
|
|
1729
|
-
if (
|
|
1730
|
-
if (
|
|
1731
|
-
var
|
|
1732
|
-
return
|
|
1733
|
-
},
|
|
1734
|
-
return this.add(-1 *
|
|
1735
|
-
},
|
|
1736
|
-
var
|
|
1737
|
-
if (!this.isValid()) return g.invalidDate ||
|
|
1738
|
-
var
|
|
1739
|
-
return Z && (Z[K] || Z(
|
|
1740
|
-
},
|
|
1741
|
-
return
|
|
1738
|
+
if (D === B) return this.set(B, this.$M + d);
|
|
1739
|
+
if (D === z) return this.set(z, this.$y + d);
|
|
1740
|
+
if (D === b) return Y(1);
|
|
1741
|
+
if (D === $) return Y(7);
|
|
1742
|
+
var I = (g = {}, g[m] = t, g[l] = a, g[i] = e, g)[D] || 1, N = this.$d.getTime() + d * I;
|
|
1743
|
+
return S.w(N, this);
|
|
1744
|
+
}, n.subtract = function(d, h) {
|
|
1745
|
+
return this.add(-1 * d, h);
|
|
1746
|
+
}, n.format = function(d) {
|
|
1747
|
+
var h = this, g = this.$locale();
|
|
1748
|
+
if (!this.isValid()) return g.invalidDate || p;
|
|
1749
|
+
var w = d || "YYYY-MM-DDTHH:mm:ssZ", D = S.z(this), Y = this.$H, I = this.$m, N = this.$M, _ = g.weekdays, J = g.months, lo = g.meridiem, ao = function(Z, K, no, co) {
|
|
1750
|
+
return Z && (Z[K] || Z(h, w)) || no[K].slice(0, co);
|
|
1751
|
+
}, go = function(Z) {
|
|
1752
|
+
return S.s(Y % 12 || 12, Z, "0");
|
|
1742
1753
|
}, ro = lo || function(Z, K, no) {
|
|
1743
1754
|
var co = Z < 12 ? "AM" : "PM";
|
|
1744
1755
|
return no ? co.toLowerCase() : co;
|
|
1745
1756
|
};
|
|
1746
|
-
return
|
|
1757
|
+
return w.replace(v, (function(Z, K) {
|
|
1747
1758
|
return K || (function(no) {
|
|
1748
1759
|
switch (no) {
|
|
1749
1760
|
case "YY":
|
|
1750
|
-
return String(
|
|
1761
|
+
return String(h.$y).slice(-2);
|
|
1751
1762
|
case "YYYY":
|
|
1752
|
-
return
|
|
1763
|
+
return S.s(h.$y, 4, "0");
|
|
1753
1764
|
case "M":
|
|
1754
1765
|
return N + 1;
|
|
1755
1766
|
case "MM":
|
|
1756
|
-
return
|
|
1767
|
+
return S.s(N + 1, 2, "0");
|
|
1757
1768
|
case "MMM":
|
|
1758
1769
|
return ao(g.monthsShort, N, J, 3);
|
|
1759
1770
|
case "MMMM":
|
|
1760
1771
|
return ao(J, N);
|
|
1761
1772
|
case "D":
|
|
1762
|
-
return
|
|
1773
|
+
return h.$D;
|
|
1763
1774
|
case "DD":
|
|
1764
|
-
return
|
|
1775
|
+
return S.s(h.$D, 2, "0");
|
|
1765
1776
|
case "d":
|
|
1766
|
-
return String(
|
|
1777
|
+
return String(h.$W);
|
|
1767
1778
|
case "dd":
|
|
1768
|
-
return ao(g.weekdaysMin,
|
|
1779
|
+
return ao(g.weekdaysMin, h.$W, _, 2);
|
|
1769
1780
|
case "ddd":
|
|
1770
|
-
return ao(g.weekdaysShort,
|
|
1781
|
+
return ao(g.weekdaysShort, h.$W, _, 3);
|
|
1771
1782
|
case "dddd":
|
|
1772
|
-
return _[
|
|
1783
|
+
return _[h.$W];
|
|
1773
1784
|
case "H":
|
|
1774
|
-
return String(
|
|
1785
|
+
return String(Y);
|
|
1775
1786
|
case "HH":
|
|
1776
|
-
return
|
|
1787
|
+
return S.s(Y, 2, "0");
|
|
1777
1788
|
case "h":
|
|
1778
|
-
return
|
|
1789
|
+
return go(1);
|
|
1779
1790
|
case "hh":
|
|
1780
|
-
return
|
|
1791
|
+
return go(2);
|
|
1781
1792
|
case "a":
|
|
1782
|
-
return ro(
|
|
1793
|
+
return ro(Y, I, !0);
|
|
1783
1794
|
case "A":
|
|
1784
|
-
return ro(
|
|
1795
|
+
return ro(Y, I, !1);
|
|
1785
1796
|
case "m":
|
|
1786
|
-
return String(
|
|
1797
|
+
return String(I);
|
|
1787
1798
|
case "mm":
|
|
1788
|
-
return
|
|
1799
|
+
return S.s(I, 2, "0");
|
|
1789
1800
|
case "s":
|
|
1790
|
-
return String(
|
|
1801
|
+
return String(h.$s);
|
|
1791
1802
|
case "ss":
|
|
1792
|
-
return
|
|
1803
|
+
return S.s(h.$s, 2, "0");
|
|
1793
1804
|
case "SSS":
|
|
1794
|
-
return
|
|
1805
|
+
return S.s(h.$ms, 3, "0");
|
|
1795
1806
|
case "Z":
|
|
1796
|
-
return
|
|
1807
|
+
return D;
|
|
1797
1808
|
}
|
|
1798
1809
|
return null;
|
|
1799
|
-
})(Z) ||
|
|
1810
|
+
})(Z) || D.replace(":", "");
|
|
1800
1811
|
}));
|
|
1801
|
-
},
|
|
1812
|
+
}, n.utcOffset = function() {
|
|
1802
1813
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1803
|
-
},
|
|
1804
|
-
var
|
|
1805
|
-
return
|
|
1814
|
+
}, n.diff = function(d, h, g) {
|
|
1815
|
+
var w, D = this, Y = S.p(h), I = O(d), N = (I.utcOffset() - this.utcOffset()) * t, _ = this - I, J = function() {
|
|
1816
|
+
return S.m(D, I);
|
|
1806
1817
|
};
|
|
1807
|
-
switch (
|
|
1808
|
-
case Y:
|
|
1809
|
-
D = J() / 12;
|
|
1810
|
-
break;
|
|
1818
|
+
switch (Y) {
|
|
1811
1819
|
case z:
|
|
1812
|
-
|
|
1820
|
+
w = J() / 12;
|
|
1821
|
+
break;
|
|
1822
|
+
case B:
|
|
1823
|
+
w = J();
|
|
1813
1824
|
break;
|
|
1814
|
-
case
|
|
1815
|
-
|
|
1825
|
+
case k:
|
|
1826
|
+
w = J() / 3;
|
|
1816
1827
|
break;
|
|
1817
1828
|
case $:
|
|
1818
|
-
|
|
1829
|
+
w = (_ - N) / 6048e5;
|
|
1819
1830
|
break;
|
|
1820
|
-
case
|
|
1821
|
-
|
|
1831
|
+
case b:
|
|
1832
|
+
w = (_ - N) / 864e5;
|
|
1822
1833
|
break;
|
|
1823
|
-
case
|
|
1824
|
-
|
|
1834
|
+
case l:
|
|
1835
|
+
w = _ / a;
|
|
1825
1836
|
break;
|
|
1826
1837
|
case m:
|
|
1827
|
-
|
|
1838
|
+
w = _ / t;
|
|
1828
1839
|
break;
|
|
1829
|
-
case
|
|
1830
|
-
|
|
1840
|
+
case i:
|
|
1841
|
+
w = _ / e;
|
|
1831
1842
|
break;
|
|
1832
1843
|
default:
|
|
1833
|
-
|
|
1844
|
+
w = _;
|
|
1834
1845
|
}
|
|
1835
|
-
return g ?
|
|
1836
|
-
},
|
|
1837
|
-
return this.endOf(
|
|
1838
|
-
},
|
|
1839
|
-
return
|
|
1840
|
-
},
|
|
1841
|
-
if (!
|
|
1842
|
-
var g = this.clone(),
|
|
1843
|
-
return
|
|
1844
|
-
},
|
|
1845
|
-
return
|
|
1846
|
-
},
|
|
1846
|
+
return g ? w : S.a(w);
|
|
1847
|
+
}, n.daysInMonth = function() {
|
|
1848
|
+
return this.endOf(B).$D;
|
|
1849
|
+
}, n.$locale = function() {
|
|
1850
|
+
return W[this.$L];
|
|
1851
|
+
}, n.locale = function(d, h) {
|
|
1852
|
+
if (!d) return this.$L;
|
|
1853
|
+
var g = this.clone(), w = j(d, h, !0);
|
|
1854
|
+
return w && (g.$L = w), g;
|
|
1855
|
+
}, n.clone = function() {
|
|
1856
|
+
return S.w(this.$d, this);
|
|
1857
|
+
}, n.toDate = function() {
|
|
1847
1858
|
return new Date(this.valueOf());
|
|
1848
|
-
},
|
|
1859
|
+
}, n.toJSON = function() {
|
|
1849
1860
|
return this.isValid() ? this.toISOString() : null;
|
|
1850
|
-
},
|
|
1861
|
+
}, n.toISOString = function() {
|
|
1851
1862
|
return this.$d.toISOString();
|
|
1852
|
-
},
|
|
1863
|
+
}, n.toString = function() {
|
|
1853
1864
|
return this.$d.toUTCString();
|
|
1854
|
-
},
|
|
1855
|
-
})(),
|
|
1856
|
-
return
|
|
1857
|
-
|
|
1858
|
-
return this.$g(
|
|
1865
|
+
}, s;
|
|
1866
|
+
})(), u = U.prototype;
|
|
1867
|
+
return O.prototype = u, [["$ms", c], ["$s", i], ["$m", m], ["$H", l], ["$W", b], ["$M", B], ["$y", z], ["$D", y]].forEach((function(s) {
|
|
1868
|
+
u[s[1]] = function(n) {
|
|
1869
|
+
return this.$g(n, s[0], s[1]);
|
|
1859
1870
|
};
|
|
1860
|
-
})),
|
|
1861
|
-
return
|
|
1862
|
-
},
|
|
1863
|
-
return
|
|
1864
|
-
},
|
|
1871
|
+
})), O.extend = function(s, n) {
|
|
1872
|
+
return s.$i || (s(n, U, O), s.$i = !0), O;
|
|
1873
|
+
}, O.locale = j, O.isDayjs = A, O.unix = function(s) {
|
|
1874
|
+
return O(1e3 * s);
|
|
1875
|
+
}, O.en = W[V], O.Ls = W, O.p = {}, O;
|
|
1865
1876
|
}));
|
|
1866
1877
|
})($o)), $o.exports;
|
|
1867
1878
|
}
|
|
@@ -1873,13 +1884,13 @@ function Tu() {
|
|
|
1873
1884
|
(function(e, t) {
|
|
1874
1885
|
o.exports = t(lr());
|
|
1875
1886
|
})(Lu, (function(e) {
|
|
1876
|
-
function t(
|
|
1877
|
-
return
|
|
1887
|
+
function t(i) {
|
|
1888
|
+
return i && typeof i == "object" && "default" in i ? i : { default: i };
|
|
1878
1889
|
}
|
|
1879
|
-
var a = t(e),
|
|
1880
|
-
return
|
|
1890
|
+
var a = t(e), c = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(i) {
|
|
1891
|
+
return i + "º";
|
|
1881
1892
|
}, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY [às] HH:mm", LLLL: "dddd, D [de] MMMM [de] YYYY [às] HH:mm" }, relativeTime: { future: "em %s", past: "há %s", s: "poucos segundos", m: "um minuto", mm: "%d minutos", h: "uma hora", hh: "%d horas", d: "um dia", dd: "%d dias", M: "um mês", MM: "%d meses", y: "um ano", yy: "%d anos" } };
|
|
1882
|
-
return a.default.locale(
|
|
1893
|
+
return a.default.locale(c, null, !0), c;
|
|
1883
1894
|
}));
|
|
1884
1895
|
})(Co)), Co.exports;
|
|
1885
1896
|
}
|
|
@@ -1890,144 +1901,144 @@ function Fu() {
|
|
|
1890
1901
|
(function(e, t) {
|
|
1891
1902
|
o.exports = t();
|
|
1892
1903
|
})(Wu, (function() {
|
|
1893
|
-
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/,
|
|
1894
|
-
return (
|
|
1895
|
-
}, $ = function(
|
|
1896
|
-
return function(
|
|
1897
|
-
this[
|
|
1904
|
+
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, c = /\d\d/, i = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, l = {}, b = function(f) {
|
|
1905
|
+
return (f = +f) + (f > 68 ? 1900 : 2e3);
|
|
1906
|
+
}, $ = function(f) {
|
|
1907
|
+
return function(v) {
|
|
1908
|
+
this[f] = +v;
|
|
1898
1909
|
};
|
|
1899
|
-
},
|
|
1900
|
-
(this.zone || (this.zone = {})).offset = (function(
|
|
1901
|
-
if (!
|
|
1902
|
-
var
|
|
1903
|
-
return
|
|
1904
|
-
})(
|
|
1905
|
-
}],
|
|
1906
|
-
var
|
|
1907
|
-
return
|
|
1908
|
-
},
|
|
1909
|
-
var
|
|
1910
|
-
if (
|
|
1911
|
-
for (var
|
|
1912
|
-
|
|
1910
|
+
}, B = [/[+-]\d\d:?(\d\d)?|Z/, function(f) {
|
|
1911
|
+
(this.zone || (this.zone = {})).offset = (function(v) {
|
|
1912
|
+
if (!v || v === "Z") return 0;
|
|
1913
|
+
var C = v.match(/([+-]|\d\d)/g), x = 60 * C[1] + (+C[2] || 0);
|
|
1914
|
+
return x === 0 ? 0 : C[0] === "+" ? -x : x;
|
|
1915
|
+
})(f);
|
|
1916
|
+
}], k = function(f) {
|
|
1917
|
+
var v = l[f];
|
|
1918
|
+
return v && (v.indexOf ? v : v.s.concat(v.f));
|
|
1919
|
+
}, z = function(f, v) {
|
|
1920
|
+
var C, x = l.meridiem;
|
|
1921
|
+
if (x) {
|
|
1922
|
+
for (var L = 1; L <= 24; L += 1) if (f.indexOf(x(L, 0, v)) > -1) {
|
|
1923
|
+
C = L > 12;
|
|
1913
1924
|
break;
|
|
1914
1925
|
}
|
|
1915
|
-
} else
|
|
1916
|
-
return
|
|
1917
|
-
},
|
|
1918
|
-
this.afternoon =
|
|
1919
|
-
}], a: [m, function(
|
|
1920
|
-
this.afternoon =
|
|
1921
|
-
}], Q: [a, function(
|
|
1922
|
-
this.month = 3 * (
|
|
1923
|
-
}], S: [a, function(
|
|
1924
|
-
this.milliseconds = 100 * +
|
|
1925
|
-
}], SS: [
|
|
1926
|
-
this.milliseconds = 10 * +
|
|
1927
|
-
}], SSS: [/\d{3}/, function(
|
|
1928
|
-
this.milliseconds = +
|
|
1929
|
-
}], s: [
|
|
1930
|
-
var
|
|
1931
|
-
if (this.day =
|
|
1932
|
-
}], w: [
|
|
1933
|
-
var
|
|
1934
|
-
return
|
|
1935
|
-
}))).indexOf(
|
|
1936
|
-
if (
|
|
1937
|
-
this.month =
|
|
1938
|
-
}], MMMM: [m, function(
|
|
1939
|
-
var
|
|
1940
|
-
if (
|
|
1941
|
-
this.month =
|
|
1942
|
-
}], Y: [/[+-]?\d+/, $("year")], YY: [
|
|
1943
|
-
this.year =
|
|
1944
|
-
}], YYYY: [/\d{4}/, $("year")], Z:
|
|
1945
|
-
function
|
|
1946
|
-
var
|
|
1947
|
-
|
|
1948
|
-
for (var
|
|
1949
|
-
var
|
|
1950
|
-
return
|
|
1951
|
-
return
|
|
1926
|
+
} else C = f === (v ? "pm" : "PM");
|
|
1927
|
+
return C;
|
|
1928
|
+
}, y = { A: [m, function(f) {
|
|
1929
|
+
this.afternoon = z(f, !1);
|
|
1930
|
+
}], a: [m, function(f) {
|
|
1931
|
+
this.afternoon = z(f, !0);
|
|
1932
|
+
}], Q: [a, function(f) {
|
|
1933
|
+
this.month = 3 * (f - 1) + 1;
|
|
1934
|
+
}], S: [a, function(f) {
|
|
1935
|
+
this.milliseconds = 100 * +f;
|
|
1936
|
+
}], SS: [c, function(f) {
|
|
1937
|
+
this.milliseconds = 10 * +f;
|
|
1938
|
+
}], SSS: [/\d{3}/, function(f) {
|
|
1939
|
+
this.milliseconds = +f;
|
|
1940
|
+
}], s: [i, $("seconds")], ss: [i, $("seconds")], m: [i, $("minutes")], mm: [i, $("minutes")], H: [i, $("hours")], h: [i, $("hours")], HH: [i, $("hours")], hh: [i, $("hours")], D: [i, $("day")], DD: [c, $("day")], Do: [m, function(f) {
|
|
1941
|
+
var v = l.ordinal, C = f.match(/\d+/);
|
|
1942
|
+
if (this.day = C[0], v) for (var x = 1; x <= 31; x += 1) v(x).replace(/\[|\]/g, "") === f && (this.day = x);
|
|
1943
|
+
}], w: [i, $("week")], ww: [c, $("week")], M: [i, $("month")], MM: [c, $("month")], MMM: [m, function(f) {
|
|
1944
|
+
var v = k("months"), C = (k("monthsShort") || v.map((function(x) {
|
|
1945
|
+
return x.slice(0, 3);
|
|
1946
|
+
}))).indexOf(f) + 1;
|
|
1947
|
+
if (C < 1) throw new Error();
|
|
1948
|
+
this.month = C % 12 || C;
|
|
1949
|
+
}], MMMM: [m, function(f) {
|
|
1950
|
+
var v = k("months").indexOf(f) + 1;
|
|
1951
|
+
if (v < 1) throw new Error();
|
|
1952
|
+
this.month = v % 12 || v;
|
|
1953
|
+
}], Y: [/[+-]?\d+/, $("year")], YY: [c, function(f) {
|
|
1954
|
+
this.year = b(f);
|
|
1955
|
+
}], YYYY: [/\d{4}/, $("year")], Z: B, ZZ: B };
|
|
1956
|
+
function p(f) {
|
|
1957
|
+
var v, C;
|
|
1958
|
+
v = f, C = l && l.formats;
|
|
1959
|
+
for (var x = (f = v.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(O, S, U) {
|
|
1960
|
+
var u = U && U.toUpperCase();
|
|
1961
|
+
return S || C[U] || e[U] || C[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, n, d) {
|
|
1962
|
+
return n || d.slice(1);
|
|
1952
1963
|
}));
|
|
1953
|
-
}))).match(t),
|
|
1954
|
-
var
|
|
1955
|
-
|
|
1964
|
+
}))).match(t), L = x.length, V = 0; V < L; V += 1) {
|
|
1965
|
+
var W = x[V], F = y[W], A = F && F[0], j = F && F[1];
|
|
1966
|
+
x[V] = j ? { regex: A, parser: j } : W.replace(/^\[|\]$/g, "");
|
|
1956
1967
|
}
|
|
1957
|
-
return function(
|
|
1958
|
-
for (var
|
|
1959
|
-
var
|
|
1960
|
-
if (typeof
|
|
1968
|
+
return function(O) {
|
|
1969
|
+
for (var S = {}, U = 0, u = 0; U < L; U += 1) {
|
|
1970
|
+
var s = x[U];
|
|
1971
|
+
if (typeof s == "string") u += s.length;
|
|
1961
1972
|
else {
|
|
1962
|
-
var
|
|
1963
|
-
|
|
1973
|
+
var n = s.regex, d = s.parser, h = O.slice(u), g = n.exec(h)[0];
|
|
1974
|
+
d.call(S, g), O = O.replace(g, "");
|
|
1964
1975
|
}
|
|
1965
1976
|
}
|
|
1966
|
-
return (function(
|
|
1967
|
-
var
|
|
1968
|
-
if (
|
|
1969
|
-
var
|
|
1970
|
-
|
|
1977
|
+
return (function(w) {
|
|
1978
|
+
var D = w.afternoon;
|
|
1979
|
+
if (D !== void 0) {
|
|
1980
|
+
var Y = w.hours;
|
|
1981
|
+
D ? Y < 12 && (w.hours += 12) : Y === 12 && (w.hours = 0), delete w.afternoon;
|
|
1971
1982
|
}
|
|
1972
|
-
})(
|
|
1983
|
+
})(S), S;
|
|
1973
1984
|
};
|
|
1974
1985
|
}
|
|
1975
|
-
return function(
|
|
1976
|
-
|
|
1977
|
-
var
|
|
1978
|
-
|
|
1979
|
-
var
|
|
1980
|
-
this.$u =
|
|
1981
|
-
var
|
|
1982
|
-
if (typeof
|
|
1983
|
-
var
|
|
1984
|
-
|
|
1986
|
+
return function(f, v, C) {
|
|
1987
|
+
C.p.customParseFormat = !0, f && f.parseTwoDigitYear && (b = f.parseTwoDigitYear);
|
|
1988
|
+
var x = v.prototype, L = x.parse;
|
|
1989
|
+
x.parse = function(V) {
|
|
1990
|
+
var W = V.date, F = V.utc, A = V.args;
|
|
1991
|
+
this.$u = F;
|
|
1992
|
+
var j = A[1];
|
|
1993
|
+
if (typeof j == "string") {
|
|
1994
|
+
var O = A[2] === !0, S = A[3] === !0, U = O || S, u = A[2];
|
|
1995
|
+
S && (u = A[2]), l = this.$locale(), !O && u && (l = C.Ls[u]), this.$d = (function(h, g, w, D) {
|
|
1985
1996
|
try {
|
|
1986
|
-
if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) *
|
|
1987
|
-
var
|
|
1988
|
-
|
|
1989
|
-
var yo, Oo = J || 0, Lo = lo || 0, To = ao || 0, Wo =
|
|
1990
|
-
return ro ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo + 60 * ro.offset * 1e3)) :
|
|
1997
|
+
if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) * h);
|
|
1998
|
+
var Y = p(g)(h), I = Y.year, N = Y.month, _ = Y.day, J = Y.hours, lo = Y.minutes, ao = Y.seconds, go = Y.milliseconds, ro = Y.zone, Z = Y.week, K = /* @__PURE__ */ new Date(), no = _ || (I || N ? 1 : K.getDate()), co = I || K.getFullYear(), ko = 0;
|
|
1999
|
+
I && !N || (ko = N > 0 ? N - 1 : K.getMonth());
|
|
2000
|
+
var yo, Oo = J || 0, Lo = lo || 0, To = ao || 0, Wo = go || 0;
|
|
2001
|
+
return ro ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo + 60 * ro.offset * 1e3)) : w ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo)) : (yo = new Date(co, ko, no, Oo, Lo, To, Wo), Z && (yo = D(yo).week(Z).toDate()), yo);
|
|
1991
2002
|
} catch {
|
|
1992
2003
|
return /* @__PURE__ */ new Date("");
|
|
1993
2004
|
}
|
|
1994
|
-
})(
|
|
1995
|
-
} else if (
|
|
1996
|
-
|
|
1997
|
-
var
|
|
1998
|
-
if (
|
|
1999
|
-
this.$d =
|
|
2005
|
+
})(W, j, F, C), this.init(), u && u !== !0 && (this.$L = this.locale(u).$L), U && W != this.format(j) && (this.$d = /* @__PURE__ */ new Date("")), l = {};
|
|
2006
|
+
} else if (j instanceof Array) for (var s = j.length, n = 1; n <= s; n += 1) {
|
|
2007
|
+
A[1] = j[n - 1];
|
|
2008
|
+
var d = C.apply(this, A);
|
|
2009
|
+
if (d.isValid()) {
|
|
2010
|
+
this.$d = d.$d, this.$L = d.$L, this.init();
|
|
2000
2011
|
break;
|
|
2001
2012
|
}
|
|
2002
|
-
|
|
2013
|
+
n === s && (this.$d = /* @__PURE__ */ new Date(""));
|
|
2003
2014
|
}
|
|
2004
|
-
else
|
|
2015
|
+
else L.call(this, V);
|
|
2005
2016
|
};
|
|
2006
2017
|
};
|
|
2007
2018
|
}));
|
|
2008
2019
|
})(xo)), xo.exports;
|
|
2009
2020
|
}
|
|
2010
2021
|
var ju = Fu();
|
|
2011
|
-
const
|
|
2012
|
-
var wo = { exports: {} },
|
|
2022
|
+
const Iu = /* @__PURE__ */ vo(ju);
|
|
2023
|
+
var wo = { exports: {} }, Hu = wo.exports, Go;
|
|
2013
2024
|
function Au() {
|
|
2014
2025
|
return Go || (Go = 1, (function(o, r) {
|
|
2015
2026
|
(function(e, t) {
|
|
2016
2027
|
o.exports = t();
|
|
2017
|
-
})(
|
|
2028
|
+
})(Hu, (function() {
|
|
2018
2029
|
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
|
|
2019
|
-
return function(t, a,
|
|
2020
|
-
var
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
var
|
|
2024
|
-
return
|
|
2025
|
-
var
|
|
2026
|
-
return
|
|
2027
|
-
return
|
|
2030
|
+
return function(t, a, c) {
|
|
2031
|
+
var i = a.prototype, m = i.format;
|
|
2032
|
+
c.en.formats = e, i.format = function(l) {
|
|
2033
|
+
l === void 0 && (l = "YYYY-MM-DDTHH:mm:ssZ");
|
|
2034
|
+
var b = this.$locale().formats, $ = (function(B, k) {
|
|
2035
|
+
return B.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(z, y, p) {
|
|
2036
|
+
var f = p && p.toUpperCase();
|
|
2037
|
+
return y || k[p] || e[p] || k[f].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(v, C, x) {
|
|
2038
|
+
return C || x.slice(1);
|
|
2028
2039
|
}));
|
|
2029
2040
|
}));
|
|
2030
|
-
})(
|
|
2041
|
+
})(l, b === void 0 ? {} : b);
|
|
2031
2042
|
return m.call(this, $);
|
|
2032
2043
|
};
|
|
2033
2044
|
};
|
|
@@ -2043,69 +2054,69 @@ function Eu() {
|
|
|
2043
2054
|
o.exports = t();
|
|
2044
2055
|
})(qu, (function() {
|
|
2045
2056
|
var e = "minute", t = /[+-]\d\d(?::?\d\d)?/g, a = /([+-]|\d\d)/g;
|
|
2046
|
-
return function(
|
|
2047
|
-
var
|
|
2048
|
-
m.utc = function(
|
|
2049
|
-
var
|
|
2050
|
-
return new
|
|
2051
|
-
},
|
|
2052
|
-
var
|
|
2053
|
-
return
|
|
2054
|
-
},
|
|
2057
|
+
return function(c, i, m) {
|
|
2058
|
+
var l = i.prototype;
|
|
2059
|
+
m.utc = function(p) {
|
|
2060
|
+
var f = { date: p, utc: !0, args: arguments };
|
|
2061
|
+
return new i(f);
|
|
2062
|
+
}, l.utc = function(p) {
|
|
2063
|
+
var f = m(this.toDate(), { locale: this.$L, utc: !0 });
|
|
2064
|
+
return p ? f.add(this.utcOffset(), e) : f;
|
|
2065
|
+
}, l.local = function() {
|
|
2055
2066
|
return m(this.toDate(), { locale: this.$L, utc: !1 });
|
|
2056
2067
|
};
|
|
2057
|
-
var
|
|
2058
|
-
|
|
2059
|
-
|
|
2068
|
+
var b = l.parse;
|
|
2069
|
+
l.parse = function(p) {
|
|
2070
|
+
p.utc && (this.$u = !0), this.$utils().u(p.$offset) || (this.$offset = p.$offset), b.call(this, p);
|
|
2060
2071
|
};
|
|
2061
|
-
var $ =
|
|
2062
|
-
|
|
2072
|
+
var $ = l.init;
|
|
2073
|
+
l.init = function() {
|
|
2063
2074
|
if (this.$u) {
|
|
2064
|
-
var
|
|
2065
|
-
this.$y =
|
|
2075
|
+
var p = this.$d;
|
|
2076
|
+
this.$y = p.getUTCFullYear(), this.$M = p.getUTCMonth(), this.$D = p.getUTCDate(), this.$W = p.getUTCDay(), this.$H = p.getUTCHours(), this.$m = p.getUTCMinutes(), this.$s = p.getUTCSeconds(), this.$ms = p.getUTCMilliseconds();
|
|
2066
2077
|
} else $.call(this);
|
|
2067
2078
|
};
|
|
2068
|
-
var
|
|
2069
|
-
|
|
2070
|
-
var
|
|
2071
|
-
if (
|
|
2072
|
-
if (typeof
|
|
2073
|
-
|
|
2074
|
-
var
|
|
2075
|
-
if (!
|
|
2076
|
-
var
|
|
2077
|
-
return
|
|
2078
|
-
})(
|
|
2079
|
-
var
|
|
2080
|
-
if (
|
|
2081
|
-
var
|
|
2082
|
-
if (
|
|
2083
|
-
var
|
|
2084
|
-
return (
|
|
2079
|
+
var B = l.utcOffset;
|
|
2080
|
+
l.utcOffset = function(p, f) {
|
|
2081
|
+
var v = this.$utils().u;
|
|
2082
|
+
if (v(p)) return this.$u ? 0 : v(this.$offset) ? B.call(this) : this.$offset;
|
|
2083
|
+
if (typeof p == "string" && (p = (function(V) {
|
|
2084
|
+
V === void 0 && (V = "");
|
|
2085
|
+
var W = V.match(t);
|
|
2086
|
+
if (!W) return null;
|
|
2087
|
+
var F = ("" + W[0]).match(a) || ["-", 0, 0], A = F[0], j = 60 * +F[1] + +F[2];
|
|
2088
|
+
return j === 0 ? 0 : A === "+" ? j : -j;
|
|
2089
|
+
})(p), p === null)) return this;
|
|
2090
|
+
var C = Math.abs(p) <= 16 ? 60 * p : p;
|
|
2091
|
+
if (C === 0) return this.utc(f);
|
|
2092
|
+
var x = this.clone();
|
|
2093
|
+
if (f) return x.$offset = C, x.$u = !1, x;
|
|
2094
|
+
var L = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
2095
|
+
return (x = this.local().add(C + L, e)).$offset = C, x.$x.$localOffset = L, x;
|
|
2085
2096
|
};
|
|
2086
|
-
var
|
|
2087
|
-
|
|
2088
|
-
var
|
|
2089
|
-
return
|
|
2090
|
-
},
|
|
2091
|
-
var
|
|
2092
|
-
return this.$d.valueOf() - 6e4 *
|
|
2093
|
-
},
|
|
2097
|
+
var k = l.format;
|
|
2098
|
+
l.format = function(p) {
|
|
2099
|
+
var f = p || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
2100
|
+
return k.call(this, f);
|
|
2101
|
+
}, l.valueOf = function() {
|
|
2102
|
+
var p = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
2103
|
+
return this.$d.valueOf() - 6e4 * p;
|
|
2104
|
+
}, l.isUTC = function() {
|
|
2094
2105
|
return !!this.$u;
|
|
2095
|
-
},
|
|
2106
|
+
}, l.toISOString = function() {
|
|
2096
2107
|
return this.toDate().toISOString();
|
|
2097
|
-
},
|
|
2108
|
+
}, l.toString = function() {
|
|
2098
2109
|
return this.toDate().toUTCString();
|
|
2099
2110
|
};
|
|
2100
|
-
var
|
|
2101
|
-
|
|
2102
|
-
return
|
|
2111
|
+
var z = l.toDate;
|
|
2112
|
+
l.toDate = function(p) {
|
|
2113
|
+
return p === "s" && this.$offset ? m(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : z.call(this);
|
|
2103
2114
|
};
|
|
2104
|
-
var
|
|
2105
|
-
|
|
2106
|
-
if (
|
|
2107
|
-
var
|
|
2108
|
-
return
|
|
2115
|
+
var y = l.diff;
|
|
2116
|
+
l.diff = function(p, f, v) {
|
|
2117
|
+
if (p && this.$u === p.$u) return y.call(this, p, f, v);
|
|
2118
|
+
var C = this.local(), x = m(p).local();
|
|
2119
|
+
return y.call(C, x, f, v);
|
|
2109
2120
|
};
|
|
2110
2121
|
};
|
|
2111
2122
|
}));
|
|
@@ -2120,57 +2131,57 @@ function Zu() {
|
|
|
2120
2131
|
o.exports = t();
|
|
2121
2132
|
})(Xu, (function() {
|
|
2122
2133
|
var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, t = {};
|
|
2123
|
-
return function(a,
|
|
2124
|
-
var m,
|
|
2125
|
-
|
|
2126
|
-
var
|
|
2127
|
-
|
|
2128
|
-
var
|
|
2129
|
-
return
|
|
2130
|
-
})(
|
|
2131
|
-
return
|
|
2132
|
-
},
|
|
2133
|
-
for (var
|
|
2134
|
-
var
|
|
2135
|
-
|
|
2134
|
+
return function(a, c, i) {
|
|
2135
|
+
var m, l = function(k, z, y) {
|
|
2136
|
+
y === void 0 && (y = {});
|
|
2137
|
+
var p = new Date(k), f = (function(v, C) {
|
|
2138
|
+
C === void 0 && (C = {});
|
|
2139
|
+
var x = C.timeZoneName || "short", L = v + "|" + x, V = t[L];
|
|
2140
|
+
return V || (V = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: v, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: x }), t[L] = V), V;
|
|
2141
|
+
})(z, y);
|
|
2142
|
+
return f.formatToParts(p);
|
|
2143
|
+
}, b = function(k, z) {
|
|
2144
|
+
for (var y = l(k, z), p = [], f = 0; f < y.length; f += 1) {
|
|
2145
|
+
var v = y[f], C = v.type, x = v.value, L = e[C];
|
|
2146
|
+
L >= 0 && (p[L] = parseInt(x, 10));
|
|
2136
2147
|
}
|
|
2137
|
-
var
|
|
2138
|
-
return (
|
|
2139
|
-
}, $ =
|
|
2140
|
-
$.tz = function(
|
|
2141
|
-
|
|
2142
|
-
var
|
|
2143
|
-
if (!Number(
|
|
2144
|
-
else if (
|
|
2145
|
-
var
|
|
2146
|
-
|
|
2148
|
+
var V = p[3], W = V === 24 ? 0 : V, F = p[0] + "-" + p[1] + "-" + p[2] + " " + W + ":" + p[4] + ":" + p[5] + ":000", A = +k;
|
|
2149
|
+
return (i.utc(F).valueOf() - (A -= A % 1e3)) / 6e4;
|
|
2150
|
+
}, $ = c.prototype;
|
|
2151
|
+
$.tz = function(k, z) {
|
|
2152
|
+
k === void 0 && (k = m);
|
|
2153
|
+
var y, p = this.utcOffset(), f = this.toDate(), v = f.toLocaleString("en-US", { timeZone: k }), C = Math.round((f - new Date(v)) / 1e3 / 60), x = 15 * -Math.round(f.getTimezoneOffset() / 15) - C;
|
|
2154
|
+
if (!Number(x)) y = this.utcOffset(0, z);
|
|
2155
|
+
else if (y = i(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(x, !0), z) {
|
|
2156
|
+
var L = y.utcOffset();
|
|
2157
|
+
y = y.add(p - L, "minute");
|
|
2147
2158
|
}
|
|
2148
|
-
return
|
|
2149
|
-
}, $.offsetName = function(
|
|
2150
|
-
var
|
|
2151
|
-
return
|
|
2159
|
+
return y.$x.$timezone = k, y;
|
|
2160
|
+
}, $.offsetName = function(k) {
|
|
2161
|
+
var z = this.$x.$timezone || i.tz.guess(), y = l(this.valueOf(), z, { timeZoneName: k }).find((function(p) {
|
|
2162
|
+
return p.type.toLowerCase() === "timezonename";
|
|
2152
2163
|
}));
|
|
2153
|
-
return
|
|
2164
|
+
return y && y.value;
|
|
2154
2165
|
};
|
|
2155
|
-
var
|
|
2156
|
-
$.startOf = function(
|
|
2157
|
-
if (!this.$x || !this.$x.$timezone) return
|
|
2158
|
-
var
|
|
2159
|
-
return
|
|
2160
|
-
},
|
|
2161
|
-
var
|
|
2162
|
-
if (typeof
|
|
2163
|
-
var
|
|
2164
|
-
var
|
|
2165
|
-
if (
|
|
2166
|
-
var
|
|
2167
|
-
return
|
|
2168
|
-
})(
|
|
2169
|
-
return
|
|
2170
|
-
},
|
|
2166
|
+
var B = $.startOf;
|
|
2167
|
+
$.startOf = function(k, z) {
|
|
2168
|
+
if (!this.$x || !this.$x.$timezone) return B.call(this, k, z);
|
|
2169
|
+
var y = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
2170
|
+
return B.call(y, k, z).tz(this.$x.$timezone, !0);
|
|
2171
|
+
}, i.tz = function(k, z, y) {
|
|
2172
|
+
var p = y && z, f = y || z || m, v = b(+i(), f);
|
|
2173
|
+
if (typeof k != "string") return i(k).tz(f);
|
|
2174
|
+
var C = (function(W, F, A) {
|
|
2175
|
+
var j = W - 60 * F * 1e3, O = b(j, A);
|
|
2176
|
+
if (F === O) return [j, F];
|
|
2177
|
+
var S = b(j -= 60 * (O - F) * 1e3, A);
|
|
2178
|
+
return O === S ? [j, O] : [W - 60 * Math.min(O, S) * 1e3, Math.max(O, S)];
|
|
2179
|
+
})(i.utc(k, p).valueOf(), v, f), x = C[0], L = C[1], V = i(x).utcOffset(L);
|
|
2180
|
+
return V.$x.$timezone = f, V;
|
|
2181
|
+
}, i.tz.guess = function() {
|
|
2171
2182
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
2172
|
-
},
|
|
2173
|
-
m =
|
|
2183
|
+
}, i.tz.setDefault = function(k) {
|
|
2184
|
+
m = k;
|
|
2174
2185
|
};
|
|
2175
2186
|
};
|
|
2176
2187
|
}));
|
|
@@ -2178,7 +2189,7 @@ function Zu() {
|
|
|
2178
2189
|
}
|
|
2179
2190
|
var Gu = Zu();
|
|
2180
2191
|
const Ju = /* @__PURE__ */ vo(Gu);
|
|
2181
|
-
eo.extend(
|
|
2192
|
+
eo.extend(Iu);
|
|
2182
2193
|
eo.extend(Pu);
|
|
2183
2194
|
eo.extend(_u);
|
|
2184
2195
|
eo.extend(Ju);
|
|
@@ -2207,34 +2218,34 @@ function Ko(o) {
|
|
|
2207
2218
|
const r = to(o);
|
|
2208
2219
|
return r ? r.startOf("day").toDate() : null;
|
|
2209
2220
|
}
|
|
2210
|
-
function
|
|
2221
|
+
function C0() {
|
|
2211
2222
|
return eo().startOf("day").toDate();
|
|
2212
2223
|
}
|
|
2213
|
-
function
|
|
2224
|
+
function x0(o, r = "YYYY-MM-DD") {
|
|
2214
2225
|
const e = to(o);
|
|
2215
2226
|
return e ? e.format(r) : "";
|
|
2216
2227
|
}
|
|
2217
|
-
function
|
|
2228
|
+
function w0(o, r = "YYYY-MM-DD HH:mm:ss") {
|
|
2218
2229
|
const e = to(o);
|
|
2219
2230
|
return e ? e.format(r) : "";
|
|
2220
2231
|
}
|
|
2221
|
-
function
|
|
2232
|
+
function B0(o, r = "DD/MM/YYYY") {
|
|
2222
2233
|
const e = to(o);
|
|
2223
2234
|
return e ? e.format(r) : "";
|
|
2224
2235
|
}
|
|
2225
|
-
function
|
|
2236
|
+
function R0(o, r = "DD/MM/YYYY HH:mm") {
|
|
2226
2237
|
const e = to(o);
|
|
2227
2238
|
return e ? e.format(r) : "";
|
|
2228
2239
|
}
|
|
2229
|
-
function
|
|
2240
|
+
function D0(o, r = "HH:mm") {
|
|
2230
2241
|
const e = to(o);
|
|
2231
2242
|
return e ? e.format(r) : "";
|
|
2232
2243
|
}
|
|
2233
|
-
function
|
|
2244
|
+
function S0(o, r = "ddd") {
|
|
2234
2245
|
const e = to(o);
|
|
2235
2246
|
return e ? e.format(r).toUpperCase() : "";
|
|
2236
2247
|
}
|
|
2237
|
-
function
|
|
2248
|
+
function M0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
|
|
2238
2249
|
const e = to(o);
|
|
2239
2250
|
return e ? e.format(r) : "";
|
|
2240
2251
|
}
|
|
@@ -2246,55 +2257,55 @@ function Yo(o, r, e = "day") {
|
|
|
2246
2257
|
const t = to(o);
|
|
2247
2258
|
return !t || typeof r != "number" || Number.isNaN(r) ? null : t.add(r, e).toDate();
|
|
2248
2259
|
}
|
|
2249
|
-
function
|
|
2260
|
+
function z0(o, r) {
|
|
2250
2261
|
return Yo(o, r, "day");
|
|
2251
2262
|
}
|
|
2252
|
-
function
|
|
2263
|
+
function Y0(o, r) {
|
|
2253
2264
|
return Yo(o, r, "month");
|
|
2254
2265
|
}
|
|
2255
|
-
function
|
|
2266
|
+
function V0(o, r) {
|
|
2256
2267
|
return Yo(o, r, "year");
|
|
2257
2268
|
}
|
|
2258
|
-
function
|
|
2269
|
+
function O0(o, r) {
|
|
2259
2270
|
return Yo(o, r, "minute");
|
|
2260
2271
|
}
|
|
2261
|
-
function
|
|
2272
|
+
function L0(o) {
|
|
2262
2273
|
return o == null ? "" : String(o).toLowerCase().trim().split(/\s+/).map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join(" ");
|
|
2263
2274
|
}
|
|
2264
|
-
function
|
|
2275
|
+
function so(o) {
|
|
2265
2276
|
return o == null ? "" : String(o).replace(/\D/g, "");
|
|
2266
2277
|
}
|
|
2267
|
-
const
|
|
2278
|
+
const T0 = (o) => {
|
|
2268
2279
|
if (!o) return "-";
|
|
2269
2280
|
const r = o.replace(/\D/g, "");
|
|
2270
2281
|
return r.length === 11 ? r.replace(/(\d{3})(\d{3})(\d{3})(\d{2})/, "$1.$2.$3-$4") : r.length === 14 ? r.replace(/(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})/, "$1.$2.$3/$4-$5") : o;
|
|
2271
|
-
},
|
|
2282
|
+
}, W0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
|
|
2272
2283
|
minimumFractionDigits: r,
|
|
2273
2284
|
maximumFractionDigits: r
|
|
2274
2285
|
});
|
|
2275
2286
|
function Ku(o) {
|
|
2276
|
-
const r =
|
|
2287
|
+
const r = so(o);
|
|
2277
2288
|
return r.length !== 8 ? o : r.replace(/(\d{5})(\d{3})/, "$1-$2");
|
|
2278
2289
|
}
|
|
2279
|
-
function
|
|
2290
|
+
function F0(o) {
|
|
2280
2291
|
if (o == null) return "";
|
|
2281
2292
|
const {
|
|
2282
2293
|
postalCode: r,
|
|
2283
2294
|
state: e,
|
|
2284
2295
|
city: t,
|
|
2285
2296
|
neighborhood: a,
|
|
2286
|
-
addressLine1:
|
|
2287
|
-
addressLine2:
|
|
2288
|
-
} = o, m = [
|
|
2289
|
-
return [m, " - ",
|
|
2297
|
+
addressLine1: c,
|
|
2298
|
+
addressLine2: i
|
|
2299
|
+
} = o, m = [c, i].filter(Boolean).join(" "), l = [a, " - ", t, e].filter(Boolean).join(" "), b = r ? Ku(r) : null;
|
|
2300
|
+
return [m, " - ", l, " - ", b].filter(Boolean).join(" ").replace(/\s-\s$/, "");
|
|
2290
2301
|
}
|
|
2291
|
-
function
|
|
2302
|
+
function j0(o) {
|
|
2292
2303
|
if (o == null) return "";
|
|
2293
2304
|
const { name: r, state: e, record: t } = o;
|
|
2294
2305
|
return [r, e, t].filter(Boolean).join(" ");
|
|
2295
2306
|
}
|
|
2296
|
-
function
|
|
2297
|
-
const r =
|
|
2307
|
+
function I0(o) {
|
|
2308
|
+
const r = so(o);
|
|
2298
2309
|
if (!r) return "";
|
|
2299
2310
|
const e = r.startsWith("55") && r.length > 11 ? r.slice(2) : r;
|
|
2300
2311
|
return e.length === 11 ? e.replace(
|
|
@@ -2358,7 +2369,7 @@ function rf(o, r) {
|
|
|
2358
2369
|
return e.$params = ho(ho({}, e.$params || {}), o), e;
|
|
2359
2370
|
}
|
|
2360
2371
|
function ef(o, r) {
|
|
2361
|
-
if (!Do(o) && typeof
|
|
2372
|
+
if (!Do(o) && typeof T(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
|
|
2362
2373
|
if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
2363
2374
|
const e = Vo(r);
|
|
2364
2375
|
return e.$message = o, e;
|
|
@@ -2376,45 +2387,45 @@ function af(o) {
|
|
|
2376
2387
|
$validator(r) {
|
|
2377
2388
|
for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), a = 1; a < e; a++)
|
|
2378
2389
|
t[a - 1] = arguments[a];
|
|
2379
|
-
return
|
|
2380
|
-
const
|
|
2381
|
-
let [
|
|
2382
|
-
const
|
|
2383
|
-
let [
|
|
2384
|
-
const
|
|
2385
|
-
if (
|
|
2386
|
-
let
|
|
2387
|
-
const
|
|
2388
|
-
typeof
|
|
2390
|
+
return T(r).reduce((c, i, m) => {
|
|
2391
|
+
const l = Object.entries(i).reduce((b, $) => {
|
|
2392
|
+
let [B, k] = $;
|
|
2393
|
+
const z = o[B] || {}, y = Object.entries(z).reduce((p, f) => {
|
|
2394
|
+
let [v, C] = f;
|
|
2395
|
+
const L = sr(C).call(this, k, i, m, ...t), V = cr(L);
|
|
2396
|
+
if (p.$data[v] = L, p.$data.$invalid = !V || !!p.$data.$invalid, p.$data.$error = p.$data.$invalid, !V) {
|
|
2397
|
+
let W = C.$message || "";
|
|
2398
|
+
const F = C.$params || {};
|
|
2399
|
+
typeof W == "function" && (W = W({
|
|
2389
2400
|
$pending: !1,
|
|
2390
|
-
$invalid: !
|
|
2391
|
-
$params:
|
|
2392
|
-
$model:
|
|
2393
|
-
$response:
|
|
2394
|
-
})),
|
|
2395
|
-
$property:
|
|
2396
|
-
$message:
|
|
2397
|
-
$params:
|
|
2398
|
-
$response:
|
|
2399
|
-
$model:
|
|
2401
|
+
$invalid: !V,
|
|
2402
|
+
$params: F,
|
|
2403
|
+
$model: k,
|
|
2404
|
+
$response: L
|
|
2405
|
+
})), p.$errors.push({
|
|
2406
|
+
$property: B,
|
|
2407
|
+
$message: W,
|
|
2408
|
+
$params: F,
|
|
2409
|
+
$response: L,
|
|
2410
|
+
$model: k,
|
|
2400
2411
|
$pending: !1,
|
|
2401
|
-
$validator:
|
|
2412
|
+
$validator: v
|
|
2402
2413
|
});
|
|
2403
2414
|
}
|
|
2404
2415
|
return {
|
|
2405
|
-
$valid:
|
|
2406
|
-
$data:
|
|
2407
|
-
$errors:
|
|
2416
|
+
$valid: p.$valid && V,
|
|
2417
|
+
$data: p.$data,
|
|
2418
|
+
$errors: p.$errors
|
|
2408
2419
|
};
|
|
2409
2420
|
}, {
|
|
2410
2421
|
$valid: !0,
|
|
2411
2422
|
$data: {},
|
|
2412
2423
|
$errors: []
|
|
2413
2424
|
});
|
|
2414
|
-
return
|
|
2415
|
-
$valid:
|
|
2416
|
-
$data:
|
|
2417
|
-
$errors:
|
|
2425
|
+
return b.$data[B] = y.$data, b.$errors[B] = y.$errors, {
|
|
2426
|
+
$valid: b.$valid && y.$valid,
|
|
2427
|
+
$data: b.$data,
|
|
2428
|
+
$errors: b.$errors
|
|
2418
2429
|
};
|
|
2419
2430
|
}, {
|
|
2420
2431
|
$valid: !0,
|
|
@@ -2422,9 +2433,9 @@ function af(o) {
|
|
|
2422
2433
|
$errors: {}
|
|
2423
2434
|
});
|
|
2424
2435
|
return {
|
|
2425
|
-
$valid:
|
|
2426
|
-
$data:
|
|
2427
|
-
$errors:
|
|
2436
|
+
$valid: c.$valid && l.$valid,
|
|
2437
|
+
$data: c.$data.concat(l.$data),
|
|
2438
|
+
$errors: c.$errors.concat(l.$errors)
|
|
2428
2439
|
};
|
|
2429
2440
|
}, {
|
|
2430
2441
|
$valid: !0,
|
|
@@ -2436,12 +2447,12 @@ function af(o) {
|
|
|
2436
2447
|
let {
|
|
2437
2448
|
$response: e
|
|
2438
2449
|
} = r;
|
|
2439
|
-
return e ? e.$errors.map((t) => Object.values(t).map((a) => a.map((
|
|
2450
|
+
return e ? e.$errors.map((t) => Object.values(t).map((a) => a.map((c) => c.$message)).reduce((a, c) => a.concat(c), [])) : [];
|
|
2440
2451
|
}
|
|
2441
2452
|
};
|
|
2442
2453
|
}
|
|
2443
|
-
const
|
|
2444
|
-
if (o =
|
|
2454
|
+
const bo = (o) => {
|
|
2455
|
+
if (o = T(o), Array.isArray(o)) return !!o.length;
|
|
2445
2456
|
if (o == null)
|
|
2446
2457
|
return !1;
|
|
2447
2458
|
if (o === !1)
|
|
@@ -2453,31 +2464,31 @@ const po = (o) => {
|
|
|
2453
2464
|
return !1;
|
|
2454
2465
|
}
|
|
2455
2466
|
return !!String(o).length;
|
|
2456
|
-
}, No = (o) => (o =
|
|
2457
|
-
function
|
|
2467
|
+
}, No = (o) => (o = T(o), Array.isArray(o) ? o.length : typeof o == "object" ? Object.keys(o).length : String(o).length);
|
|
2468
|
+
function uo() {
|
|
2458
2469
|
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++)
|
|
2459
2470
|
r[e] = arguments[e];
|
|
2460
|
-
return (t) => (t =
|
|
2471
|
+
return (t) => (t = T(t), !bo(t) || r.every((a) => (a.lastIndex = 0, a.test(t))));
|
|
2461
2472
|
}
|
|
2462
|
-
var
|
|
2473
|
+
var E = /* @__PURE__ */ Object.freeze({
|
|
2463
2474
|
__proto__: null,
|
|
2464
2475
|
forEach: af,
|
|
2465
2476
|
len: No,
|
|
2466
2477
|
normalizeValidatorObject: Vo,
|
|
2467
|
-
regex:
|
|
2468
|
-
req:
|
|
2469
|
-
unwrap:
|
|
2478
|
+
regex: uo,
|
|
2479
|
+
req: bo,
|
|
2480
|
+
unwrap: T,
|
|
2470
2481
|
unwrapNormalizedValidator: sr,
|
|
2471
2482
|
unwrapValidatorResponse: cr,
|
|
2472
2483
|
withAsync: tf,
|
|
2473
2484
|
withMessage: ef,
|
|
2474
2485
|
withParams: rf
|
|
2475
2486
|
});
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2487
|
+
uo(/^[a-zA-Z]*$/);
|
|
2488
|
+
uo(/^[a-zA-Z0-9]*$/);
|
|
2489
|
+
uo(/^\d*(\.\d+)?$/);
|
|
2479
2490
|
const nf = /^(?:[A-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9]{2,}(?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/i;
|
|
2480
|
-
var df =
|
|
2491
|
+
var df = uo(nf), lf = {
|
|
2481
2492
|
$validator: df,
|
|
2482
2493
|
$message: "Value is not a valid email address",
|
|
2483
2494
|
$params: {
|
|
@@ -2485,7 +2496,7 @@ var df = fo(nf), lf = {
|
|
|
2485
2496
|
}
|
|
2486
2497
|
};
|
|
2487
2498
|
function cf(o) {
|
|
2488
|
-
return (r) => !
|
|
2499
|
+
return (r) => !bo(r) || No(r) <= T(o);
|
|
2489
2500
|
}
|
|
2490
2501
|
function sf(o) {
|
|
2491
2502
|
return {
|
|
@@ -2503,7 +2514,7 @@ function sf(o) {
|
|
|
2503
2514
|
};
|
|
2504
2515
|
}
|
|
2505
2516
|
function uf(o) {
|
|
2506
|
-
return (r) => !
|
|
2517
|
+
return (r) => !bo(r) || No(r) >= T(o);
|
|
2507
2518
|
}
|
|
2508
2519
|
function ff(o) {
|
|
2509
2520
|
return {
|
|
@@ -2521,7 +2532,7 @@ function ff(o) {
|
|
|
2521
2532
|
};
|
|
2522
2533
|
}
|
|
2523
2534
|
function gf(o) {
|
|
2524
|
-
return typeof o == "string" && (o = o.trim()),
|
|
2535
|
+
return typeof o == "string" && (o = o.trim()), bo(o);
|
|
2525
2536
|
}
|
|
2526
2537
|
var mf = {
|
|
2527
2538
|
$validator: gf,
|
|
@@ -2531,9 +2542,9 @@ var mf = {
|
|
|
2531
2542
|
}
|
|
2532
2543
|
};
|
|
2533
2544
|
const pf = /^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i;
|
|
2534
|
-
|
|
2545
|
+
uo(pf);
|
|
2535
2546
|
function bf(o) {
|
|
2536
|
-
return (r) => !
|
|
2547
|
+
return (r) => !bo(r) || (!/\s/.test(r) || r instanceof Date) && +r >= +T(o);
|
|
2537
2548
|
}
|
|
2538
2549
|
function hf(o) {
|
|
2539
2550
|
return {
|
|
@@ -2550,29 +2561,29 @@ function hf(o) {
|
|
|
2550
2561
|
}
|
|
2551
2562
|
};
|
|
2552
2563
|
}
|
|
2553
|
-
|
|
2554
|
-
|
|
2564
|
+
uo(/(^[0-9]*$)|(^-[0-9]+$)/);
|
|
2565
|
+
uo(/^[-]?\d*(\.\d+)?$/);
|
|
2555
2566
|
function vf(o) {
|
|
2556
|
-
const r =
|
|
2567
|
+
const r = so(o);
|
|
2557
2568
|
if (!r || r.length !== 14 || /^(\d)\1+$/.test(r)) return !1;
|
|
2558
|
-
const e = (m,
|
|
2559
|
-
let
|
|
2560
|
-
for (let
|
|
2561
|
-
|
|
2562
|
-
const $ =
|
|
2569
|
+
const e = (m, l) => {
|
|
2570
|
+
let b = 0;
|
|
2571
|
+
for (let B = 0; B < m.length; B += 1)
|
|
2572
|
+
b += Number(m[B]) * l[B];
|
|
2573
|
+
const $ = b % 11;
|
|
2563
2574
|
return $ < 2 ? 0 : 11 - $;
|
|
2564
|
-
}, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2],
|
|
2565
|
-
return
|
|
2575
|
+
}, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], c = e(r.slice(0, 12), t), i = e(r.slice(0, 13), a);
|
|
2576
|
+
return c === Number(r[12]) && i === Number(r[13]);
|
|
2566
2577
|
}
|
|
2567
2578
|
function kf(o) {
|
|
2568
|
-
const r =
|
|
2579
|
+
const r = so(o);
|
|
2569
2580
|
if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
|
|
2570
|
-
const e = (
|
|
2581
|
+
const e = (c, i) => {
|
|
2571
2582
|
let m = 0;
|
|
2572
|
-
for (let
|
|
2573
|
-
m += Number(
|
|
2574
|
-
const
|
|
2575
|
-
return
|
|
2583
|
+
for (let b = 0; b < c.length; b += 1)
|
|
2584
|
+
m += Number(c[b]) * (i - b);
|
|
2585
|
+
const l = m % 11;
|
|
2586
|
+
return l < 2 ? 0 : 11 - l;
|
|
2576
2587
|
}, t = e(r.slice(0, 9), 10), a = e(r.slice(0, 10), 11);
|
|
2577
2588
|
return t === Number(r[9]) && a === Number(r[10]);
|
|
2578
2589
|
}
|
|
@@ -2587,141 +2598,150 @@ function rr(o) {
|
|
|
2587
2598
|
return !!r && eo(r).isValid();
|
|
2588
2599
|
}
|
|
2589
2600
|
function $f(o) {
|
|
2590
|
-
|
|
2591
|
-
|
|
2601
|
+
if (!Array.isArray(o) || !o[0] || !o[1]) return !1;
|
|
2602
|
+
const [r, e] = o;
|
|
2603
|
+
return !(r instanceof Date) || !(e instanceof Date) ? !1 : e >= r;
|
|
2592
2604
|
}
|
|
2593
2605
|
function Cf(o) {
|
|
2594
|
-
const r =
|
|
2595
|
-
return r ? r.length ===
|
|
2606
|
+
const r = so(o || "");
|
|
2607
|
+
return r ? r.length === 11 : !0;
|
|
2596
2608
|
}
|
|
2597
2609
|
function xf(o) {
|
|
2598
|
-
|
|
2610
|
+
const r = so(o || "");
|
|
2611
|
+
return r ? r.length === 10 : !0;
|
|
2599
2612
|
}
|
|
2600
2613
|
function wf(o) {
|
|
2614
|
+
return o.replace(/\D/g, "").length === 8;
|
|
2615
|
+
}
|
|
2616
|
+
function Bf(o) {
|
|
2601
2617
|
if (o == null) return !1;
|
|
2602
2618
|
const r = String(o).trim();
|
|
2603
2619
|
return r ? /^\d+$/.test(r) : !1;
|
|
2604
2620
|
}
|
|
2605
|
-
function
|
|
2621
|
+
function Rf(o) {
|
|
2606
2622
|
return /^[A-Za-zÀ-ÖØ-öø-ÿ\s'-]+$/u.test(o);
|
|
2607
2623
|
}
|
|
2608
|
-
function
|
|
2624
|
+
function Df(o) {
|
|
2609
2625
|
return o.endsWith(".") || o.length < 2;
|
|
2610
2626
|
}
|
|
2611
|
-
function
|
|
2627
|
+
function Sf(o) {
|
|
2612
2628
|
const r = (o || "").trim();
|
|
2613
|
-
if (!r || !
|
|
2629
|
+
if (!r || !Rf(r)) return !1;
|
|
2614
2630
|
const e = r.split(" ").filter(Boolean);
|
|
2615
2631
|
if (e.length < 2) return !1;
|
|
2616
2632
|
const t = /^[A-Za-zÀ-ÖØ-öø-ÿ]+(?:[-'][A-Za-zÀ-ÖØ-öø-ÿ]+)*$/u;
|
|
2617
2633
|
return e.every((a) => {
|
|
2618
|
-
const
|
|
2619
|
-
return !
|
|
2634
|
+
const c = a.replace(/^[-']+|[-']+$/g, "");
|
|
2635
|
+
return !c || Df(c) ? !1 : t.test(a);
|
|
2620
2636
|
});
|
|
2621
2637
|
}
|
|
2622
|
-
const
|
|
2638
|
+
const fo = (o) => (r) => !E.req(r) || o(r), H0 = E.withMessage("Campo obrigatório.", mf), A0 = E.withMessage("E-mail inválido.", (o) => E.req(o) ? lf.$validator(String(o).trim()) : !0), N0 = E.withMessage(
|
|
2623
2639
|
"Informe nome e sobrenome.",
|
|
2624
|
-
|
|
2625
|
-
),
|
|
2640
|
+
fo(Sf)
|
|
2641
|
+
), P0 = E.withMessage(
|
|
2626
2642
|
"Informe apenas números.",
|
|
2627
|
-
|
|
2628
|
-
),
|
|
2643
|
+
fo(Bf)
|
|
2644
|
+
), q0 = E.withMessage(
|
|
2629
2645
|
"CEP inválido.",
|
|
2630
|
-
|
|
2631
|
-
),
|
|
2646
|
+
fo(wf)
|
|
2647
|
+
), E0 = E.withMessage("CNPJ inválido.", fo(vf)), U0 = E.withMessage("CPF inválido.", fo(kf)), _0 = E.withMessage(
|
|
2632
2648
|
"Nº celular inválido.",
|
|
2633
|
-
|
|
2634
|
-
),
|
|
2649
|
+
fo((o) => Cf(so(o)))
|
|
2650
|
+
), X0 = E.withMessage(
|
|
2635
2651
|
"Nº telefone inválido.",
|
|
2636
|
-
|
|
2637
|
-
),
|
|
2652
|
+
fo((o) => xf(so(o)))
|
|
2653
|
+
), Z0 = E.withMessage(
|
|
2638
2654
|
"Data inválida.",
|
|
2639
2655
|
(o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(zo(o))
|
|
2640
|
-
),
|
|
2656
|
+
), G0 = E.withMessage(
|
|
2641
2657
|
"Data não pode ser maior que hoje.",
|
|
2642
|
-
|
|
2658
|
+
fo((o) => !yf(zo(o)))
|
|
2659
|
+
), J0 = E.withMessage(
|
|
2660
|
+
"Intervalo de datas inválido.",
|
|
2661
|
+
(o) => o == null ? !0 : $f(o)
|
|
2643
2662
|
);
|
|
2644
|
-
function
|
|
2645
|
-
return
|
|
2663
|
+
function Q0(o, r) {
|
|
2664
|
+
return E.withMessage(
|
|
2646
2665
|
r || `Informe no máximo ${o} caracteres.`,
|
|
2647
|
-
(e) =>
|
|
2666
|
+
(e) => E.req(e) ? sf(o).$validator(String(e)) : !0
|
|
2648
2667
|
);
|
|
2649
2668
|
}
|
|
2650
|
-
function
|
|
2651
|
-
return
|
|
2669
|
+
function K0(o, r) {
|
|
2670
|
+
return E.withMessage(
|
|
2652
2671
|
r || `Informe no mínimo ${o} caracteres.`,
|
|
2653
|
-
(e) =>
|
|
2672
|
+
(e) => E.req(e) ? ff(o).$validator(String(e)) : !0
|
|
2654
2673
|
);
|
|
2655
2674
|
}
|
|
2656
|
-
function
|
|
2657
|
-
return
|
|
2675
|
+
function og(o, r) {
|
|
2676
|
+
return E.withMessage(
|
|
2658
2677
|
r || `Valor mínimo é ${o}.`,
|
|
2659
|
-
(e) =>
|
|
2678
|
+
(e) => E.req(e) ? hf(o).$validator(Number(e)) : !0
|
|
2660
2679
|
);
|
|
2661
2680
|
}
|
|
2662
2681
|
export {
|
|
2663
2682
|
Vr as BaseAlert,
|
|
2664
|
-
|
|
2683
|
+
Qf as BaseAutoComplete,
|
|
2665
2684
|
Fo as BaseButton,
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2685
|
+
Kf as BaseCard,
|
|
2686
|
+
o0 as BaseChart,
|
|
2687
|
+
r0 as BaseCurrency,
|
|
2688
|
+
e0 as BaseDate,
|
|
2689
|
+
t0 as BaseDatePicker,
|
|
2690
|
+
a0 as BaseDialog,
|
|
2691
|
+
n0 as BaseDrawer,
|
|
2692
|
+
i0 as BaseEmpty,
|
|
2693
|
+
d0 as BaseField,
|
|
2675
2694
|
Ar as BaseInputMask,
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2695
|
+
l0 as BaseInputText,
|
|
2696
|
+
c0 as BaseModal,
|
|
2697
|
+
s0 as BaseMultiSelect,
|
|
2698
|
+
u0 as BasePanel,
|
|
2699
|
+
f0 as BaseRadioButton,
|
|
2700
|
+
g0 as BaseRouterLink,
|
|
2701
|
+
m0 as BaseSectionDivider,
|
|
2702
|
+
p0 as BaseSelect,
|
|
2703
|
+
b0 as BaseSwitch,
|
|
2704
|
+
h0 as BaseTextarea,
|
|
2686
2705
|
Mo as FaIcon,
|
|
2687
2706
|
Yo as add,
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2707
|
+
z0 as addDays,
|
|
2708
|
+
O0 as addMinutes,
|
|
2709
|
+
Y0 as addMonths,
|
|
2710
|
+
V0 as addYears,
|
|
2711
|
+
F0 as formatAddress,
|
|
2712
|
+
j0 as formatCouncil,
|
|
2713
|
+
B0 as formatDate,
|
|
2714
|
+
R0 as formatDateTime,
|
|
2715
|
+
w0 as formatDateTimeToApi,
|
|
2716
|
+
x0 as formatDateToApi,
|
|
2717
|
+
T0 as formatDocument,
|
|
2718
|
+
M0 as formatFullDate,
|
|
2719
|
+
W0 as formatNumber,
|
|
2720
|
+
I0 as formatPhone,
|
|
2721
|
+
D0 as formatTime,
|
|
2722
|
+
S0 as formatWeekday,
|
|
2723
|
+
so as onlyNumber,
|
|
2724
|
+
k0 as setupPrimeVue,
|
|
2706
2725
|
Ko as startOfDay,
|
|
2707
|
-
|
|
2726
|
+
L0 as toCamelCaseWords,
|
|
2708
2727
|
zo as toDate,
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
A0 as
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2728
|
+
C0 as today,
|
|
2729
|
+
y0 as useAppToast,
|
|
2730
|
+
$0 as useClickOutside,
|
|
2731
|
+
v0 as vFocus,
|
|
2732
|
+
_0 as validCellphone,
|
|
2733
|
+
E0 as validCnpj,
|
|
2734
|
+
U0 as validCpf,
|
|
2735
|
+
Z0 as validDate,
|
|
2736
|
+
J0 as validDateRange,
|
|
2737
|
+
A0 as validEmail,
|
|
2738
|
+
N0 as validFullName,
|
|
2739
|
+
Q0 as validMaxLength,
|
|
2740
|
+
K0 as validMinLength,
|
|
2741
|
+
og as validMinValue,
|
|
2742
|
+
G0 as validNotFutureDate,
|
|
2743
|
+
P0 as validOnlyNumbers,
|
|
2744
|
+
X0 as validPhone,
|
|
2745
|
+
q0 as validPostalCode,
|
|
2726
2746
|
H0 as validRequired
|
|
2727
2747
|
};
|