@stencitecnologia/front-kit 0.1.4 → 0.1.6
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 +5 -5
- package/dist/index.es.js +907 -716
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { computed as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { FontAwesomeIcon as
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import { RouterLink as
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { useToast as
|
|
16
|
-
const
|
|
1
|
+
import { computed as O, openBlock as B, createElementBlock as H, normalizeClass as Mo, toDisplayString as Q, createCommentVNode as q, createBlock as E, unref as T, mergeProps as oo, withCtx as G, renderSlot as io, useSlots as Xo, createElementVNode as J, createVNode as no, ref as Do, watch as Zo, createTextVNode as Yo, Fragment as Go, Teleport as Jo, withModifiers as Qo, onMounted as Ko, onBeforeUnmount as or } from "vue";
|
|
2
|
+
import rr from "primevue/button";
|
|
3
|
+
import No from "primevue/datepicker";
|
|
4
|
+
import er from "primevue/inputgroup";
|
|
5
|
+
import ar from "primevue/inputgroupaddon";
|
|
6
|
+
import tr from "primevue/popover";
|
|
7
|
+
import nr from "primevue/inputmask";
|
|
8
|
+
import { FontAwesomeIcon as ir } from "@fortawesome/vue-fontawesome";
|
|
9
|
+
import dr from "primevue/drawer";
|
|
10
|
+
import cr from "primevue/inputtext";
|
|
11
|
+
import { RouterLink as lr } from "vue-router";
|
|
12
|
+
import sr from "primevue/select";
|
|
13
|
+
import ur from "primevue/toggleswitch";
|
|
14
|
+
import fr from "primevue/config";
|
|
15
|
+
import { useToast as gr } from "primevue/usetoast";
|
|
16
|
+
const mr = {
|
|
17
17
|
__name: "BaseAlert",
|
|
18
18
|
props: {
|
|
19
19
|
message: {
|
|
@@ -26,14 +26,14 @@ const nr = {
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
setup(o) {
|
|
29
|
-
const r = o, e =
|
|
30
|
-
return (a,
|
|
29
|
+
const r = o, e = O(() => r.variant === "success" ? "ui-alert-success" : "ui-alert-error");
|
|
30
|
+
return (a, t) => o.message ? (B(), H("div", {
|
|
31
31
|
key: 0,
|
|
32
|
-
class:
|
|
32
|
+
class: Mo(["ui-alert", e.value]),
|
|
33
33
|
role: "alert"
|
|
34
|
-
},
|
|
34
|
+
}, Q(o.message), 3)) : q("", !0);
|
|
35
35
|
}
|
|
36
|
-
},
|
|
36
|
+
}, So = {
|
|
37
37
|
__name: "BaseButton",
|
|
38
38
|
props: {
|
|
39
39
|
label: {
|
|
@@ -61,7 +61,7 @@ const nr = {
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
setup(o) {
|
|
64
|
-
const r = o, e =
|
|
64
|
+
const r = o, e = O(() => [
|
|
65
65
|
"ui-btn",
|
|
66
66
|
{
|
|
67
67
|
"ui-btn-primary": r.variant === "primary",
|
|
@@ -69,33 +69,33 @@ const nr = {
|
|
|
69
69
|
"ui-btn-ghost": r.variant === "ghost",
|
|
70
70
|
"ui-btn-outline": r.variant === "outline"
|
|
71
71
|
}
|
|
72
|
-
]), a =
|
|
73
|
-
return (
|
|
72
|
+
]), a = O(() => r.disabled || r.loading);
|
|
73
|
+
return (t, u) => (B(), E(T(rr), oo(t.$attrs, {
|
|
74
74
|
label: o.label,
|
|
75
75
|
loading: o.loading,
|
|
76
76
|
disabled: a.value,
|
|
77
77
|
class: e.value,
|
|
78
78
|
type: o.type
|
|
79
79
|
}), {
|
|
80
|
-
default:
|
|
81
|
-
o.loading ?
|
|
80
|
+
default: G(() => [
|
|
81
|
+
o.loading ? q("", !0) : io(t.$slots, "default", { key: 0 })
|
|
82
82
|
]),
|
|
83
83
|
_: 3
|
|
84
84
|
}, 16, ["label", "loading", "disabled", "class", "type"]));
|
|
85
85
|
}
|
|
86
|
-
},
|
|
86
|
+
}, pr = {
|
|
87
87
|
key: 0,
|
|
88
88
|
class: "ui-card-header"
|
|
89
|
-
},
|
|
89
|
+
}, br = {
|
|
90
90
|
key: 0,
|
|
91
91
|
class: "ui-card-title"
|
|
92
|
-
},
|
|
92
|
+
}, hr = {
|
|
93
93
|
key: 1,
|
|
94
94
|
class: "ui-card-subtitle"
|
|
95
|
-
},
|
|
95
|
+
}, vr = { class: "ui-card-content" }, kr = {
|
|
96
96
|
key: 1,
|
|
97
97
|
class: "ui-card-footer"
|
|
98
|
-
},
|
|
98
|
+
}, yr = { class: "ui-card-footer-content" }, ff = {
|
|
99
99
|
__name: "BaseCard",
|
|
100
100
|
props: {
|
|
101
101
|
title: {
|
|
@@ -124,33 +124,33 @@ const nr = {
|
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
setup(o) {
|
|
127
|
-
const r = o, e =
|
|
127
|
+
const r = o, e = Xo(), a = O(() => !!(r.title || r.subtitle)), t = O(() => !!e.footer), u = O(() => [
|
|
128
128
|
"ui-card",
|
|
129
129
|
r.className,
|
|
130
|
-
{ "ui-card-has-footer":
|
|
130
|
+
{ "ui-card-has-footer": t.value }
|
|
131
131
|
]);
|
|
132
|
-
return (
|
|
133
|
-
class:
|
|
132
|
+
return (n, h) => (B(), H("section", {
|
|
133
|
+
class: Mo(u.value)
|
|
134
134
|
}, [
|
|
135
|
-
a.value ? (
|
|
136
|
-
o.title ? (
|
|
137
|
-
o.subtitle ? (
|
|
138
|
-
])) :
|
|
139
|
-
|
|
140
|
-
no(
|
|
135
|
+
a.value ? (B(), H("header", pr, [
|
|
136
|
+
o.title ? (B(), H("div", br, Q(o.title), 1)) : q("", !0),
|
|
137
|
+
o.subtitle ? (B(), H("div", hr, Q(o.subtitle), 1)) : q("", !0)
|
|
138
|
+
])) : q("", !0),
|
|
139
|
+
J("div", vr, [
|
|
140
|
+
no(mr, {
|
|
141
141
|
message: o.alertMessage,
|
|
142
142
|
variant: o.alertVariant
|
|
143
143
|
}, null, 8, ["message", "variant"]),
|
|
144
|
-
|
|
144
|
+
io(n.$slots, "default")
|
|
145
145
|
]),
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
146
|
+
t.value ? (B(), H("footer", kr, [
|
|
147
|
+
J("div", yr, [
|
|
148
|
+
io(n.$slots, "footer")
|
|
149
149
|
])
|
|
150
|
-
])) :
|
|
150
|
+
])) : q("", !0)
|
|
151
151
|
], 2));
|
|
152
152
|
}
|
|
153
|
-
},
|
|
153
|
+
}, $r = {
|
|
154
154
|
__name: "BaseInputMask",
|
|
155
155
|
props: {
|
|
156
156
|
modelValue: {
|
|
@@ -184,13 +184,13 @@ const nr = {
|
|
|
184
184
|
},
|
|
185
185
|
emits: ["update:modelValue"],
|
|
186
186
|
setup(o, { emit: r }) {
|
|
187
|
-
const e = o, a = r,
|
|
187
|
+
const e = o, a = r, t = O({
|
|
188
188
|
get: () => e.modelValue,
|
|
189
|
-
set: (
|
|
189
|
+
set: (u) => a("update:modelValue", u)
|
|
190
190
|
});
|
|
191
|
-
return (
|
|
192
|
-
modelValue:
|
|
193
|
-
"onUpdate:modelValue":
|
|
191
|
+
return (u, n) => (B(), E(T(nr), oo({
|
|
192
|
+
modelValue: t.value,
|
|
193
|
+
"onUpdate:modelValue": n[0] || (n[0] = (h) => t.value = h),
|
|
194
194
|
mask: o.mask,
|
|
195
195
|
"slot-char": o.slotChar,
|
|
196
196
|
"auto-clear": o.autoClear,
|
|
@@ -199,9 +199,9 @@ const nr = {
|
|
|
199
199
|
class: [
|
|
200
200
|
{ "p-invalid": o.invalid }
|
|
201
201
|
]
|
|
202
|
-
},
|
|
202
|
+
}, u.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
|
|
203
203
|
}
|
|
204
|
-
},
|
|
204
|
+
}, Po = {
|
|
205
205
|
__name: "FaIcon",
|
|
206
206
|
props: {
|
|
207
207
|
icon: {
|
|
@@ -210,10 +210,10 @@ const nr = {
|
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
212
|
setup(o) {
|
|
213
|
-
const r = o, e =
|
|
214
|
-
return (a,
|
|
213
|
+
const r = o, e = O(() => r.icon);
|
|
214
|
+
return (a, t) => (B(), E(T(ir), oo({ icon: e.value }, a.$attrs), null, 16, ["icon"]));
|
|
215
215
|
}
|
|
216
|
-
},
|
|
216
|
+
}, gf = {
|
|
217
217
|
__name: "BaseDate",
|
|
218
218
|
props: {
|
|
219
219
|
modelValue: {
|
|
@@ -263,119 +263,119 @@ const nr = {
|
|
|
263
263
|
},
|
|
264
264
|
emits: ["update:modelValue", "update:textValue"],
|
|
265
265
|
setup(o, { emit: r }) {
|
|
266
|
-
const e = o, a = r,
|
|
267
|
-
|
|
268
|
-
const
|
|
266
|
+
const e = o, a = r, t = Do(null), u = Do(""), n = Do(null), h = O(() => e.selectionMode === "range");
|
|
267
|
+
O(() => e.calendarIcon ?? ["fas", "calendar"]);
|
|
268
|
+
const f = (d) => String(d).padStart(2, "0"), C = (d) => {
|
|
269
269
|
if (!(d instanceof Date) || Number.isNaN(d.getTime())) return "";
|
|
270
|
-
const
|
|
271
|
-
return `${
|
|
272
|
-
},
|
|
270
|
+
const p = f(d.getDate()), m = f(d.getMonth() + 1), b = String(d.getFullYear());
|
|
271
|
+
return `${p}/${m}/${b}`;
|
|
272
|
+
}, _ = (d) => {
|
|
273
273
|
if (!d || typeof d != "string") return null;
|
|
274
|
-
const
|
|
275
|
-
if (!
|
|
276
|
-
const
|
|
277
|
-
if (
|
|
278
|
-
const
|
|
279
|
-
return
|
|
280
|
-
},
|
|
281
|
-
const [
|
|
282
|
-
return !
|
|
283
|
-
},
|
|
274
|
+
const p = d.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
|
|
275
|
+
if (!p) return null;
|
|
276
|
+
const m = Number(p[1]), b = Number(p[2]), U = Number(p[3]);
|
|
277
|
+
if (b < 1 || b > 12 || m < 1 || m > 31 || U < 1e3 || U > 9999) return null;
|
|
278
|
+
const eo = new Date(U, b - 1, m);
|
|
279
|
+
return eo.getFullYear() !== U || eo.getMonth() !== b - 1 || eo.getDate() !== m ? null : eo;
|
|
280
|
+
}, Y = (d) => !(!(d instanceof Date) || Number.isNaN(d.getTime()) || e.minDate && d < e.minDate || e.maxDate && d > e.maxDate), w = (d) => {
|
|
281
|
+
const [p, m] = d || [], b = p ? C(p) : "", U = m ? C(m) : "";
|
|
282
|
+
return !b && !U ? "" : b && !U ? `${b} - ` : `${b} - ${U}`;
|
|
283
|
+
}, R = (d) => {
|
|
284
284
|
if (!d || typeof d != "string") return null;
|
|
285
|
-
const
|
|
286
|
-
if (!
|
|
287
|
-
const
|
|
288
|
-
return !
|
|
289
|
-
},
|
|
290
|
-
|
|
291
|
-
},
|
|
292
|
-
|
|
293
|
-
},
|
|
294
|
-
|
|
295
|
-
},
|
|
285
|
+
const p = d.match(/^(.+?)\s*-\s*(.+?)$/);
|
|
286
|
+
if (!p) return null;
|
|
287
|
+
const m = _(p[1].trim()), b = _(p[2].trim());
|
|
288
|
+
return !m || !b ? null : [m, b];
|
|
289
|
+
}, v = (d) => {
|
|
290
|
+
u.value = d, a("update:textValue", d);
|
|
291
|
+
}, i = (d) => {
|
|
292
|
+
v(C(d)), n.value = d;
|
|
293
|
+
}, x = (d) => {
|
|
294
|
+
v(w(d)), n.value = d;
|
|
295
|
+
}, W = (d) => {
|
|
296
296
|
if (!Array.isArray(d)) return;
|
|
297
|
-
const [
|
|
298
|
-
!(
|
|
299
|
-
},
|
|
300
|
-
|
|
301
|
-
},
|
|
302
|
-
if (
|
|
303
|
-
|
|
297
|
+
const [p, m] = d;
|
|
298
|
+
!(p instanceof Date) || !(m instanceof Date) || a("update:modelValue", [p, m]);
|
|
299
|
+
}, D = () => {
|
|
300
|
+
v(""), n.value = null, a("update:modelValue", null);
|
|
301
|
+
}, S = (d) => {
|
|
302
|
+
if (v(d), !d) {
|
|
303
|
+
n.value = null, a("update:modelValue", null);
|
|
304
304
|
return;
|
|
305
305
|
}
|
|
306
|
-
if (
|
|
307
|
-
const
|
|
308
|
-
if (!
|
|
309
|
-
|
|
306
|
+
if (h.value) {
|
|
307
|
+
const m = R(d);
|
|
308
|
+
if (!m) return;
|
|
309
|
+
n.value = m, W(m);
|
|
310
310
|
return;
|
|
311
311
|
}
|
|
312
|
-
const
|
|
313
|
-
|
|
314
|
-
},
|
|
312
|
+
const p = _(d);
|
|
313
|
+
p && (n.value = p, a("update:modelValue", p));
|
|
314
|
+
}, I = (d) => {
|
|
315
315
|
if (d) {
|
|
316
|
-
if (
|
|
317
|
-
|
|
316
|
+
if (h.value) {
|
|
317
|
+
n.value = d, x(d), W(d);
|
|
318
318
|
return;
|
|
319
319
|
}
|
|
320
|
-
|
|
320
|
+
i(d), a("update:modelValue", d), t.value && t.value.hide();
|
|
321
321
|
}
|
|
322
|
-
},
|
|
323
|
-
|
|
322
|
+
}, z = (d) => {
|
|
323
|
+
t.value && t.value.toggle(d);
|
|
324
324
|
}, V = () => {
|
|
325
|
-
const d = /* @__PURE__ */ new Date(),
|
|
326
|
-
if (
|
|
327
|
-
if (
|
|
328
|
-
const
|
|
329
|
-
|
|
325
|
+
const d = /* @__PURE__ */ new Date(), p = new Date(d.getFullYear(), d.getMonth(), d.getDate());
|
|
326
|
+
if (Y(p)) {
|
|
327
|
+
if (h.value) {
|
|
328
|
+
const m = [p, p];
|
|
329
|
+
x(m), a("update:modelValue", m);
|
|
330
330
|
return;
|
|
331
331
|
}
|
|
332
|
-
|
|
332
|
+
i(p), a("update:modelValue", p);
|
|
333
333
|
}
|
|
334
|
-
},
|
|
335
|
-
get: () =>
|
|
336
|
-
set: (d) =>
|
|
334
|
+
}, j = O({
|
|
335
|
+
get: () => u.value,
|
|
336
|
+
set: (d) => S(d)
|
|
337
337
|
});
|
|
338
|
-
return
|
|
338
|
+
return Zo(
|
|
339
339
|
() => e.modelValue,
|
|
340
340
|
(d) => {
|
|
341
341
|
if (d === null) {
|
|
342
|
-
(
|
|
342
|
+
(u.value !== "" || n.value !== null) && (v(""), n.value = null);
|
|
343
343
|
return;
|
|
344
344
|
}
|
|
345
|
-
if (
|
|
346
|
-
Array.isArray(d) &&
|
|
345
|
+
if (h.value) {
|
|
346
|
+
Array.isArray(d) && x(d);
|
|
347
347
|
return;
|
|
348
348
|
}
|
|
349
|
-
d instanceof Date &&
|
|
349
|
+
d instanceof Date && i(d);
|
|
350
350
|
},
|
|
351
351
|
{ immediate: !0 }
|
|
352
|
-
), (d,
|
|
353
|
-
default:
|
|
354
|
-
no(
|
|
355
|
-
modelValue:
|
|
356
|
-
"onUpdate:modelValue":
|
|
357
|
-
mask:
|
|
352
|
+
), (d, p) => (B(), E(T(er), { class: "ui-inputgroup" }, {
|
|
353
|
+
default: G(() => [
|
|
354
|
+
no($r, oo({
|
|
355
|
+
modelValue: j.value,
|
|
356
|
+
"onUpdate:modelValue": p[0] || (p[0] = (m) => j.value = m),
|
|
357
|
+
mask: h.value ? "" : o.mask,
|
|
358
358
|
placeholder: o.placeholder,
|
|
359
359
|
disabled: o.disabled,
|
|
360
360
|
invalid: o.invalid,
|
|
361
361
|
class: "ui-control"
|
|
362
362
|
}, d.$attrs), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"]),
|
|
363
|
-
no(
|
|
364
|
-
default:
|
|
365
|
-
o.showClear ? (
|
|
363
|
+
no(T(ar), { class: "ui-inputgroup-addon" }, {
|
|
364
|
+
default: G(() => [
|
|
365
|
+
o.showClear ? (B(), E(So, {
|
|
366
366
|
key: 0,
|
|
367
367
|
type: "button",
|
|
368
368
|
variant: "outline",
|
|
369
369
|
disabled: o.disabled,
|
|
370
370
|
"aria-label": "Limpar data",
|
|
371
|
-
onClick:
|
|
371
|
+
onClick: D
|
|
372
372
|
}, {
|
|
373
|
-
default:
|
|
374
|
-
|
|
373
|
+
default: G(() => [...p[2] || (p[2] = [
|
|
374
|
+
Yo(" Limpar ", -1)
|
|
375
375
|
])]),
|
|
376
376
|
_: 1
|
|
377
|
-
}, 8, ["disabled"])) :
|
|
378
|
-
o.showToday ? (
|
|
377
|
+
}, 8, ["disabled"])) : q("", !0),
|
|
378
|
+
o.showToday ? (B(), E(So, {
|
|
379
379
|
key: 1,
|
|
380
380
|
type: "button",
|
|
381
381
|
variant: "outline",
|
|
@@ -383,40 +383,40 @@ const nr = {
|
|
|
383
383
|
"aria-label": "Selecionar hoje",
|
|
384
384
|
onClick: V
|
|
385
385
|
}, {
|
|
386
|
-
default:
|
|
387
|
-
|
|
386
|
+
default: G(() => [...p[3] || (p[3] = [
|
|
387
|
+
Yo(" Hoje ", -1)
|
|
388
388
|
])]),
|
|
389
389
|
_: 1
|
|
390
|
-
}, 8, ["disabled"])) :
|
|
391
|
-
no(
|
|
390
|
+
}, 8, ["disabled"])) : q("", !0),
|
|
391
|
+
no(So, {
|
|
392
392
|
type: "button",
|
|
393
393
|
variant: "ghost",
|
|
394
394
|
disabled: o.disabled,
|
|
395
395
|
"aria-label": "Abrir calendário",
|
|
396
|
-
onClick:
|
|
396
|
+
onClick: z
|
|
397
397
|
}, {
|
|
398
|
-
default:
|
|
399
|
-
o.calendarIcon ? (
|
|
398
|
+
default: G(() => [
|
|
399
|
+
o.calendarIcon ? (B(), E(Po, {
|
|
400
400
|
key: 0,
|
|
401
401
|
class: "text-lg",
|
|
402
402
|
icon: o.calendarIcon
|
|
403
|
-
}, null, 8, ["icon"])) :
|
|
403
|
+
}, null, 8, ["icon"])) : q("", !0)
|
|
404
404
|
]),
|
|
405
405
|
_: 1
|
|
406
406
|
}, 8, ["disabled"])
|
|
407
407
|
]),
|
|
408
408
|
_: 1
|
|
409
409
|
}),
|
|
410
|
-
no(
|
|
410
|
+
no(T(tr), {
|
|
411
411
|
ref_key: "popoverRef",
|
|
412
|
-
ref:
|
|
412
|
+
ref: t
|
|
413
413
|
}, {
|
|
414
|
-
default:
|
|
415
|
-
no(
|
|
416
|
-
modelValue:
|
|
414
|
+
default: G(() => [
|
|
415
|
+
no(T(No), {
|
|
416
|
+
modelValue: n.value,
|
|
417
417
|
"onUpdate:modelValue": [
|
|
418
|
-
|
|
419
|
-
|
|
418
|
+
p[1] || (p[1] = (m) => n.value = m),
|
|
419
|
+
I
|
|
420
420
|
],
|
|
421
421
|
inline: "",
|
|
422
422
|
"selection-mode": o.selectionMode,
|
|
@@ -430,7 +430,7 @@ const nr = {
|
|
|
430
430
|
_: 1
|
|
431
431
|
}));
|
|
432
432
|
}
|
|
433
|
-
},
|
|
433
|
+
}, mf = {
|
|
434
434
|
__name: "BaseDatePicker",
|
|
435
435
|
props: {
|
|
436
436
|
modelValue: {
|
|
@@ -448,21 +448,21 @@ const nr = {
|
|
|
448
448
|
},
|
|
449
449
|
emits: ["update:modelValue"],
|
|
450
450
|
setup(o, { emit: r }) {
|
|
451
|
-
const e = o, a = r,
|
|
451
|
+
const e = o, a = r, t = O({
|
|
452
452
|
get: () => e.modelValue,
|
|
453
|
-
set: (
|
|
453
|
+
set: (u) => a("update:modelValue", u)
|
|
454
454
|
});
|
|
455
|
-
return (
|
|
456
|
-
modelValue:
|
|
457
|
-
"onUpdate:modelValue":
|
|
455
|
+
return (u, n) => (B(), E(T(No), oo({
|
|
456
|
+
modelValue: t.value,
|
|
457
|
+
"onUpdate:modelValue": n[0] || (n[0] = (h) => t.value = h),
|
|
458
458
|
disabled: o.disabled,
|
|
459
459
|
class: [
|
|
460
460
|
"w-full",
|
|
461
461
|
{ "p-invalid": o.invalid }
|
|
462
462
|
]
|
|
463
|
-
},
|
|
463
|
+
}, u.$attrs), null, 16, ["modelValue", "disabled", "class"]));
|
|
464
464
|
}
|
|
465
|
-
},
|
|
465
|
+
}, xr = { class: "ui-drawer-content" }, pf = /* @__PURE__ */ Object.assign({
|
|
466
466
|
inheritAttrs: !1
|
|
467
467
|
}, {
|
|
468
468
|
__name: "BaseDrawer",
|
|
@@ -490,48 +490,48 @@ const nr = {
|
|
|
490
490
|
},
|
|
491
491
|
emits: ["update:visible"],
|
|
492
492
|
setup(o, { emit: r }) {
|
|
493
|
-
const e = o, a = r,
|
|
494
|
-
|
|
495
|
-
},
|
|
496
|
-
a("update:visible",
|
|
493
|
+
const e = o, a = r, t = O(() => e.visible), u = () => a("update:visible", !1), n = (f) => {
|
|
494
|
+
f.target === f.currentTarget && u();
|
|
495
|
+
}, h = (f) => {
|
|
496
|
+
a("update:visible", f);
|
|
497
497
|
};
|
|
498
|
-
return (
|
|
499
|
-
(
|
|
500
|
-
|
|
498
|
+
return (f, C) => (B(), H(Go, null, [
|
|
499
|
+
(B(), E(Jo, { to: "body" }, [
|
|
500
|
+
t.value ? (B(), H("div", {
|
|
501
501
|
key: 0,
|
|
502
502
|
class: "ui-drawer-backdrop",
|
|
503
503
|
role: "presentation",
|
|
504
|
-
onClick:
|
|
505
|
-
})) :
|
|
504
|
+
onClick: n
|
|
505
|
+
})) : q("", !0)
|
|
506
506
|
])),
|
|
507
|
-
no(
|
|
507
|
+
no(T(dr), oo(f.$attrs, {
|
|
508
508
|
modal: o.modal,
|
|
509
509
|
dismissable: o.dismissable,
|
|
510
510
|
header: o.title,
|
|
511
511
|
"show-close-icon": !1,
|
|
512
|
-
visible:
|
|
512
|
+
visible: t.value,
|
|
513
513
|
position: o.position,
|
|
514
514
|
class: "ui-drawer",
|
|
515
|
-
"onUpdate:visible":
|
|
515
|
+
"onUpdate:visible": h
|
|
516
516
|
}), {
|
|
517
|
-
default:
|
|
518
|
-
|
|
519
|
-
|
|
517
|
+
default: G(() => [
|
|
518
|
+
J("div", xr, [
|
|
519
|
+
io(f.$slots, "default")
|
|
520
520
|
])
|
|
521
521
|
]),
|
|
522
522
|
_: 3
|
|
523
523
|
}, 16, ["modal", "dismissable", "header", "visible", "position"])
|
|
524
524
|
], 64));
|
|
525
525
|
}
|
|
526
|
-
}),
|
|
526
|
+
}), Cr = (o, r) => {
|
|
527
527
|
const e = o.__vccOpts || o;
|
|
528
|
-
for (const [a,
|
|
529
|
-
e[a] =
|
|
528
|
+
for (const [a, t] of r)
|
|
529
|
+
e[a] = t;
|
|
530
530
|
return e;
|
|
531
|
-
},
|
|
531
|
+
}, wr = { class: "ui-empty" }, Br = { class: "ui-empty__media" }, Rr = ["src"], Dr = { class: "ui-empty__content" }, Sr = { class: "ui-empty__title" }, zr = {
|
|
532
532
|
key: 0,
|
|
533
533
|
class: "ui-empty__description"
|
|
534
|
-
},
|
|
534
|
+
}, Mr = { class: "ui-empty__actions" }, Or = {
|
|
535
535
|
__name: "BaseEmpty",
|
|
536
536
|
props: {
|
|
537
537
|
icon: {
|
|
@@ -552,37 +552,37 @@ const nr = {
|
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
554
|
setup(o) {
|
|
555
|
-
const r = o, e =
|
|
556
|
-
return (
|
|
557
|
-
|
|
558
|
-
e.value ? (
|
|
555
|
+
const r = o, e = O(() => !!r.image), a = O(() => !!r.description);
|
|
556
|
+
return (t, u) => (B(), H("div", wr, [
|
|
557
|
+
J("div", Br, [
|
|
558
|
+
e.value ? (B(), H("img", {
|
|
559
559
|
key: 0,
|
|
560
560
|
src: o.image,
|
|
561
561
|
alt: "",
|
|
562
562
|
class: "ui-empty__image"
|
|
563
|
-
}, null, 8,
|
|
563
|
+
}, null, 8, Rr)) : (B(), E(Po, {
|
|
564
564
|
key: 1,
|
|
565
565
|
icon: o.icon,
|
|
566
566
|
class: "ui-empty__icon"
|
|
567
567
|
}, null, 8, ["icon"]))
|
|
568
568
|
]),
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
a.value ? (
|
|
572
|
-
|
|
573
|
-
|
|
569
|
+
J("div", Dr, [
|
|
570
|
+
J("h3", Sr, Q(o.title), 1),
|
|
571
|
+
a.value ? (B(), H("p", zr, Q(o.description), 1)) : q("", !0),
|
|
572
|
+
J("div", Mr, [
|
|
573
|
+
io(t.$slots, "default", {}, void 0, !0)
|
|
574
574
|
])
|
|
575
575
|
])
|
|
576
576
|
]));
|
|
577
577
|
}
|
|
578
|
-
},
|
|
578
|
+
}, bf = /* @__PURE__ */ Cr(Or, [["__scopeId", "data-v-91327e2b"]]), Yr = { class: "ui-field" }, Wr = ["for"], Vr = { class: "ui-control" }, Ir = {
|
|
579
579
|
key: 1,
|
|
580
580
|
class: "ui-error",
|
|
581
581
|
role: "alert"
|
|
582
|
-
},
|
|
582
|
+
}, Lr = {
|
|
583
583
|
key: 2,
|
|
584
584
|
class: "ui-help"
|
|
585
|
-
},
|
|
585
|
+
}, hf = {
|
|
586
586
|
__name: "BaseField",
|
|
587
587
|
props: {
|
|
588
588
|
label: {
|
|
@@ -603,20 +603,20 @@ const nr = {
|
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
605
|
setup(o) {
|
|
606
|
-
const r = o, e =
|
|
607
|
-
return (
|
|
608
|
-
e.value ? (
|
|
606
|
+
const r = o, e = O(() => !!r.label), a = O(() => !!r.error), t = O(() => !!r.help);
|
|
607
|
+
return (u, n) => (B(), H("div", Yr, [
|
|
608
|
+
e.value ? (B(), H("label", {
|
|
609
609
|
key: 0,
|
|
610
610
|
class: "ui-label",
|
|
611
611
|
for: o.forId
|
|
612
|
-
},
|
|
613
|
-
|
|
614
|
-
|
|
612
|
+
}, Q(o.label), 9, Wr)) : q("", !0),
|
|
613
|
+
J("div", Vr, [
|
|
614
|
+
io(u.$slots, "default")
|
|
615
615
|
]),
|
|
616
|
-
a.value ? (
|
|
616
|
+
a.value ? (B(), H("small", Ir, Q(o.error), 1)) : t.value ? (B(), H("small", Lr, Q(o.help), 1)) : q("", !0)
|
|
617
617
|
]));
|
|
618
618
|
}
|
|
619
|
-
},
|
|
619
|
+
}, vf = {
|
|
620
620
|
__name: "BaseInputText",
|
|
621
621
|
props: {
|
|
622
622
|
modelValue: {
|
|
@@ -638,22 +638,22 @@ const nr = {
|
|
|
638
638
|
},
|
|
639
639
|
emits: ["update:modelValue"],
|
|
640
640
|
setup(o, { emit: r }) {
|
|
641
|
-
const e = o, a = r,
|
|
641
|
+
const e = o, a = r, t = O({
|
|
642
642
|
get: () => e.modelValue,
|
|
643
|
-
set: (
|
|
643
|
+
set: (u) => a("update:modelValue", u)
|
|
644
644
|
});
|
|
645
|
-
return (
|
|
646
|
-
modelValue:
|
|
647
|
-
"onUpdate:modelValue":
|
|
645
|
+
return (u, n) => (B(), E(T(cr), oo({
|
|
646
|
+
modelValue: t.value,
|
|
647
|
+
"onUpdate:modelValue": n[0] || (n[0] = (h) => t.value = h),
|
|
648
648
|
disabled: o.disabled,
|
|
649
649
|
readonly: o.readonly,
|
|
650
650
|
class: [
|
|
651
651
|
"w-full",
|
|
652
652
|
{ "p-invalid": o.invalid }
|
|
653
653
|
]
|
|
654
|
-
},
|
|
654
|
+
}, u.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
|
|
655
655
|
}
|
|
656
|
-
},
|
|
656
|
+
}, kf = {
|
|
657
657
|
__name: "BaseRouterLink",
|
|
658
658
|
props: {
|
|
659
659
|
to: {
|
|
@@ -674,7 +674,7 @@ const nr = {
|
|
|
674
674
|
}
|
|
675
675
|
},
|
|
676
676
|
setup(o) {
|
|
677
|
-
const r = o, e =
|
|
677
|
+
const r = o, e = O(() => r.disabled || r.loading), a = O(() => [
|
|
678
678
|
"ui-btn",
|
|
679
679
|
{
|
|
680
680
|
"ui-btn-primary": r.variant === "primary",
|
|
@@ -684,22 +684,22 @@ const nr = {
|
|
|
684
684
|
"ui-btn-disabled": e.value
|
|
685
685
|
}
|
|
686
686
|
]);
|
|
687
|
-
return (
|
|
687
|
+
return (t, u) => (B(), E(T(lr), {
|
|
688
688
|
to: e.value ? void 0 : o.to,
|
|
689
|
-
class:
|
|
689
|
+
class: Mo(a.value),
|
|
690
690
|
"aria-disabled": e.value,
|
|
691
|
-
onClick:
|
|
691
|
+
onClick: u[0] || (u[0] = Qo((n) => e.value && n.preventDefault(), ["prevent"]))
|
|
692
692
|
}, {
|
|
693
|
-
default:
|
|
694
|
-
|
|
693
|
+
default: G(() => [
|
|
694
|
+
io(t.$slots, "default")
|
|
695
695
|
]),
|
|
696
696
|
_: 3
|
|
697
697
|
}, 8, ["to", "class", "aria-disabled"]));
|
|
698
698
|
}
|
|
699
|
-
},
|
|
699
|
+
}, Tr = { class: "ui-section-divider" }, _r = {
|
|
700
700
|
key: 0,
|
|
701
701
|
class: "ui-section-divider__label"
|
|
702
|
-
},
|
|
702
|
+
}, yf = {
|
|
703
703
|
__name: "BaseSectionDivider",
|
|
704
704
|
props: {
|
|
705
705
|
label: {
|
|
@@ -708,13 +708,13 @@ const nr = {
|
|
|
708
708
|
}
|
|
709
709
|
},
|
|
710
710
|
setup(o) {
|
|
711
|
-
const r = o, e =
|
|
712
|
-
return (a,
|
|
713
|
-
e.value ? (
|
|
714
|
-
|
|
711
|
+
const r = o, e = O(() => !!r.label);
|
|
712
|
+
return (a, t) => (B(), H("div", Tr, [
|
|
713
|
+
e.value ? (B(), H("span", _r, Q(o.label), 1)) : q("", !0),
|
|
714
|
+
t[0] || (t[0] = J("div", { class: "ui-section-divider__line" }, null, -1))
|
|
715
715
|
]));
|
|
716
716
|
}
|
|
717
|
-
},
|
|
717
|
+
}, $f = {
|
|
718
718
|
__name: "BaseSelect",
|
|
719
719
|
props: {
|
|
720
720
|
modelValue: {
|
|
@@ -756,17 +756,17 @@ const nr = {
|
|
|
756
756
|
},
|
|
757
757
|
emits: ["update:modelValue"],
|
|
758
758
|
setup(o, { emit: r }) {
|
|
759
|
-
const e = o, a = r,
|
|
759
|
+
const e = o, a = r, t = O({
|
|
760
760
|
get: () => e.modelValue,
|
|
761
|
-
set: (
|
|
762
|
-
}),
|
|
761
|
+
set: (n) => a("update:modelValue", n)
|
|
762
|
+
}), u = O(() => e.optionEmpty ? [
|
|
763
763
|
e.optionEmpty,
|
|
764
764
|
...e.options
|
|
765
765
|
] : e.options);
|
|
766
|
-
return (
|
|
767
|
-
modelValue:
|
|
768
|
-
"onUpdate:modelValue":
|
|
769
|
-
options:
|
|
766
|
+
return (n, h) => (B(), E(T(sr), oo({
|
|
767
|
+
modelValue: t.value,
|
|
768
|
+
"onUpdate:modelValue": h[0] || (h[0] = (f) => t.value = f),
|
|
769
|
+
options: u.value,
|
|
770
770
|
"option-label": o.optionLabel,
|
|
771
771
|
"option-value": o.optionValue,
|
|
772
772
|
placeholder: o.placeholder,
|
|
@@ -776,9 +776,9 @@ const nr = {
|
|
|
776
776
|
"ui-select w-full",
|
|
777
777
|
{ "p-invalid": o.invalid }
|
|
778
778
|
]
|
|
779
|
-
},
|
|
779
|
+
}, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
|
|
780
780
|
}
|
|
781
|
-
},
|
|
781
|
+
}, xf = {
|
|
782
782
|
__name: "BaseSwitch",
|
|
783
783
|
props: {
|
|
784
784
|
modelValue: {
|
|
@@ -800,21 +800,21 @@ const nr = {
|
|
|
800
800
|
},
|
|
801
801
|
emits: ["update:modelValue"],
|
|
802
802
|
setup(o, { emit: r }) {
|
|
803
|
-
const e = o, a = r,
|
|
803
|
+
const e = o, a = r, t = O({
|
|
804
804
|
get: () => e.modelValue,
|
|
805
|
-
set: (
|
|
806
|
-
e.disabled || e.loading || a("update:modelValue",
|
|
805
|
+
set: (n) => {
|
|
806
|
+
e.disabled || e.loading || a("update:modelValue", n);
|
|
807
807
|
}
|
|
808
|
-
}),
|
|
809
|
-
return (
|
|
810
|
-
modelValue:
|
|
811
|
-
"onUpdate:modelValue":
|
|
808
|
+
}), u = O(() => e.disabled || e.loading);
|
|
809
|
+
return (n, h) => (B(), E(T(ur), {
|
|
810
|
+
modelValue: t.value,
|
|
811
|
+
"onUpdate:modelValue": h[0] || (h[0] = (f) => t.value = f),
|
|
812
812
|
"input-id": o.inputId,
|
|
813
|
-
disabled:
|
|
813
|
+
disabled: u.value,
|
|
814
814
|
class: "base-switch"
|
|
815
815
|
}, null, 8, ["modelValue", "input-id", "disabled"]));
|
|
816
816
|
}
|
|
817
|
-
},
|
|
817
|
+
}, Cf = {
|
|
818
818
|
mounted(o) {
|
|
819
819
|
const r = () => {
|
|
820
820
|
typeof o?.focus == "function" && o.focus();
|
|
@@ -826,7 +826,7 @@ const nr = {
|
|
|
826
826
|
});
|
|
827
827
|
}
|
|
828
828
|
};
|
|
829
|
-
var zr = { transitionDuration: "{transition.duration}" }, Mr = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, Wr = { 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" } }, Or = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, Vr = { root: zr, panel: Mr, header: Wr, content: Or }, Ir = { 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}" }, jr = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Fr = { padding: "{list.padding}", gap: "{list.gap}" }, Yr = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Tr = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ar = { 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}" } }, Nr = { borderRadius: "{border.radius.sm}" }, Hr = { padding: "{list.option.padding}" }, Lr = { 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}" } } }, Pr = { root: Ir, overlay: jr, list: Fr, option: Yr, optionGroup: Tr, dropdown: Ar, chip: Nr, emptyMessage: Hr, colorScheme: Lr }, _r = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, qr = { size: "1rem" }, Er = { borderColor: "{content.background}", offset: "-0.75rem" }, Xr = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Ur = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Gr = { root: _r, icon: qr, group: Er, lg: Xr, xl: Ur }, Zr = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Jr = { size: "0.5rem" }, Qr = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Kr = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, oe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, re = { 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}" } } }, ee = { root: Zr, dot: Jr, sm: Qr, lg: Kr, xl: oe, colorScheme: re }, ae = { 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" } }, ne = { 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}" } } } } }, te = { primitive: ae, semantic: ne }, de = { borderRadius: "{content.border.radius}" }, ie = { root: de }, ce = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, le = { 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}" } }, se = { color: "{navigation.item.icon.color}" }, ue = { root: ce, item: le, separator: se }, fe = { 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}" }, ge = { 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}" } } }, me = { root: fe, colorScheme: ge }, pe = { 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)" }, be = { padding: "1.25rem", gap: "0.5rem" }, he = { gap: "0.5rem" }, ve = { fontSize: "1.25rem", fontWeight: "500" }, ke = { color: "{text.muted.color}" }, ye = { root: pe, body: be, caption: he, title: ve, subtitle: ke }, $e = { transitionDuration: "{transition.duration}" }, Ce = { gap: "0.25rem" }, xe = { padding: "1rem", gap: "0.5rem" }, we = { 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}" } }, Be = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, Re = { root: $e, content: Ce, indicatorList: xe, indicator: we, colorScheme: Be }, Se = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, De = { width: "2.5rem", color: "{form.field.icon.color}" }, ze = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Me = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, We = { 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" } }, Oe = { color: "{form.field.icon.color}" }, Ve = { root: Se, dropdown: De, overlay: ze, list: Me, option: We, clearIcon: Oe }, Ie = { 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" } }, je = { 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" } }, Fe = { root: Ie, icon: je }, Ye = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Te = { width: "2rem", height: "2rem" }, Ae = { size: "1rem" }, Ne = { 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}" } }, He = { 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}" } } }, Le = { root: Ye, image: Te, icon: Ae, removeIcon: Ne, colorScheme: He }, Pe = { transitionDuration: "{transition.duration}" }, _e = { 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}" } }, qe = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Ee = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Xe = { root: Pe, preview: _e, panel: qe, colorScheme: Ee }, Ue = { size: "2rem", color: "{overlay.modal.color}" }, Ge = { gap: "1rem" }, Ze = { icon: Ue, content: Ge }, Je = { 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" }, Qe = { padding: "{overlay.popover.padding}", gap: "1rem" }, Ke = { size: "1.5rem", color: "{overlay.popover.color}" }, oa = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, ra = { root: Je, content: Qe, icon: Ke, footer: oa }, ea = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, aa = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, na = { 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}" } }, ta = { mobileIndent: "1rem" }, da = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ia = { borderColor: "{content.border.color}" }, ca = { root: ea, list: aa, item: na, submenu: ta, submenuIcon: da, separator: ia }, la = `
|
|
829
|
+
var jr = { transitionDuration: "{transition.duration}" }, Fr = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, Hr = { 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" } }, Ar = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, Nr = { root: jr, panel: Fr, header: Hr, content: Ar }, Pr = { 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}" }, qr = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Er = { padding: "{list.padding}", gap: "{list.gap}" }, Ur = { 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}" }, Xr = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Zr = { 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}" } }, Gr = { borderRadius: "{border.radius.sm}" }, Jr = { padding: "{list.option.padding}" }, Qr = { 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}" } } }, Kr = { root: Pr, overlay: qr, list: Er, option: Ur, optionGroup: Xr, dropdown: Zr, chip: Gr, emptyMessage: Jr, colorScheme: Qr }, oe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, re = { size: "1rem" }, ee = { borderColor: "{content.background}", offset: "-0.75rem" }, ae = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, te = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, ne = { root: oe, icon: re, group: ee, lg: ae, xl: te }, ie = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, de = { size: "0.5rem" }, ce = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, le = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, se = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, ue = { 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}" } } }, fe = { root: ie, dot: de, sm: ce, lg: le, xl: se, colorScheme: ue }, ge = { 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" } }, me = { 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}" } } } } }, pe = { primitive: ge, semantic: me }, be = { borderRadius: "{content.border.radius}" }, he = { root: be }, ve = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ke = { 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}" } }, ye = { color: "{navigation.item.icon.color}" }, $e = { root: ve, item: ke, separator: ye }, xe = { 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}" }, Ce = { 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}" } } }, we = { root: xe, colorScheme: Ce }, Be = { 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)" }, Re = { padding: "1.25rem", gap: "0.5rem" }, De = { gap: "0.5rem" }, Se = { fontSize: "1.25rem", fontWeight: "500" }, ze = { color: "{text.muted.color}" }, Me = { root: Be, body: Re, caption: De, title: Se, subtitle: ze }, Oe = { transitionDuration: "{transition.duration}" }, Ye = { gap: "0.25rem" }, We = { padding: "1rem", gap: "0.5rem" }, Ve = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ie = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, Le = { root: Oe, content: Ye, indicatorList: We, indicator: Ve, colorScheme: Ie }, Te = { 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}" } }, _e = { width: "2.5rem", color: "{form.field.icon.color}" }, je = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Fe = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, He = { 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" } }, Ae = { color: "{form.field.icon.color}" }, Ne = { root: Te, dropdown: _e, overlay: je, list: Fe, option: He, clearIcon: Ae }, Pe = { 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" } }, qe = { 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" } }, Ee = { root: Pe, icon: qe }, Ue = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Xe = { width: "2rem", height: "2rem" }, Ze = { size: "1rem" }, Ge = { 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}" } }, Je = { 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}" } } }, Qe = { root: Ue, image: Xe, icon: Ze, removeIcon: Ge, colorScheme: Je }, Ke = { transitionDuration: "{transition.duration}" }, oa = { 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}" } }, ra = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, ea = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, aa = { root: Ke, preview: oa, panel: ra, colorScheme: ea }, ta = { size: "2rem", color: "{overlay.modal.color}" }, na = { gap: "1rem" }, ia = { icon: ta, content: na }, da = { 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" }, ca = { padding: "{overlay.popover.padding}", gap: "1rem" }, la = { size: "1.5rem", color: "{overlay.popover.color}" }, sa = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, ua = { root: da, content: ca, icon: la, footer: sa }, fa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, ga = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ma = { 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}" } }, pa = { mobileIndent: "1rem" }, ba = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ha = { borderColor: "{content.border.color}" }, va = { root: fa, list: ga, item: ma, submenu: pa, submenuIcon: ba, separator: ha }, ka = `
|
|
830
830
|
li.p-autocomplete-option,
|
|
831
831
|
div.p-cascadeselect-option-content,
|
|
832
832
|
li.p-listbox-option,
|
|
@@ -850,24 +850,24 @@ var zr = { transitionDuration: "{transition.duration}" }, Mr = { borderWidth: "0
|
|
|
850
850
|
.p-treetable thead.p-treetable-thead>tr>th {
|
|
851
851
|
transition: none;
|
|
852
852
|
}
|
|
853
|
-
`,
|
|
853
|
+
`, ya = { transitionDuration: "{transition.duration}" }, $a = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, xa = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{datatable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Ca = { fontWeight: "600" }, wa = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Ba = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Ra = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Da = { fontWeight: "600" }, Sa = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, za = { color: "{primary.color}" }, Ma = { width: "0.5rem" }, Oa = { width: "1px", color: "{primary.color}" }, Ya = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, Wa = { size: "2rem" }, Va = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ia = { inlineGap: "0.5rem", overlaySelect: { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, overlayPopover: { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}", gap: "0.5rem" }, rule: { borderColor: "{content.border.color}" }, constraintList: { padding: "{list.padding}", gap: "{list.gap}" }, constraint: { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", separator: { borderColor: "{content.border.color}" }, padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" } }, La = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, Ta = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, _a = { light: { root: { borderColor: "{content.border.color}" }, row: { stripedBackground: "{surface.50}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, row: { stripedBackground: "{surface.950}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, ja = `
|
|
854
854
|
.p-datatable-mask.p-overlay-mask {
|
|
855
855
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
856
856
|
}
|
|
857
|
-
`, Ma = { root: sa, header: ua, headerCell: fa, columnTitle: ga, row: ma, bodyCell: pa, footerCell: ba, columnFooter: ha, footer: va, dropPoint: ka, columnResizer: ya, resizeIndicator: $a, sortIcon: Ca, loadingIcon: xa, rowToggleButton: wa, filter: Ba, paginatorTop: Ra, paginatorBottom: Sa, colorScheme: Da, css: za }, Wa = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, Oa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, Va = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, Ia = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ja = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, Fa = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, Ya = { root: Wa, header: Oa, content: Va, footer: Ia, paginatorTop: ja, paginatorBottom: Fa }, Ta = { transitionDuration: "{transition.duration}" }, Aa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, Na = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, Ha = { gap: "0.5rem", fontWeight: "500" }, La = { 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}" } }, Pa = { color: "{form.field.icon.color}" }, _a = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, qa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ea = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Xa = { margin: "0.5rem 0 0 0" }, Ua = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ga = { 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}" } }, Za = { margin: "0.5rem 0 0 0" }, Ja = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Qa = { margin: "0.5rem 0 0 0" }, Ka = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, on = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, rn = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, en = { 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}" } } }, an = { root: Ta, panel: Aa, header: Na, title: Ha, dropdown: La, inputIcon: Pa, selectMonth: _a, selectYear: qa, group: Ea, dayView: Xa, weekDay: Ua, date: Ga, monthView: Za, month: Ja, yearView: Qa, year: Ka, buttonbar: on, timePicker: rn, colorScheme: en }, nn = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, tn = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, dn = { fontSize: "1.25rem", fontWeight: "600" }, cn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, ln = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, sn = { root: nn, header: tn, title: dn, content: cn, footer: ln }, un = { borderColor: "{content.border.color}" }, fn = { background: "{content.background}", color: "{text.color}" }, gn = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, mn = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, pn = { root: un, content: fn, horizontal: gn, vertical: mn }, bn = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, hn = { 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}" } }, vn = { root: bn, item: hn }, kn = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, yn = { padding: "{overlay.modal.padding}" }, $n = { fontSize: "1.5rem", fontWeight: "600" }, Cn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, xn = { padding: "{overlay.modal.padding}" }, wn = { root: kn, header: yn, title: $n, content: Cn, footer: xn }, Bn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, Rn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Sn = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, Dn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, zn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Mn = { toolbar: Bn, toolbarItem: Rn, overlay: Sn, overlayOption: Dn, content: zn }, Wn = { 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}" }, On = { 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}" } }, Vn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, In = { padding: "0" }, jn = { root: Wn, legend: On, toggleIcon: Vn, content: In }, Fn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Yn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, Tn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, An = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, Nn = { gap: "0.5rem" }, Hn = { height: "0.25rem" }, Ln = { gap: "0.5rem" }, Pn = { root: Fn, header: Yn, content: Tn, file: An, fileList: Nn, progressbar: Hn, basic: Ln }, _n = { 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" } }, qn = { active: { top: "-1.25rem" } }, En = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Xn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Un = { root: _n, over: qn, in: En, on: Xn }, Gn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Zn = { 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}" } }, Jn = { size: "1.5rem" }, Qn = { background: "{content.background}", padding: "1rem 0.25rem" }, Kn = { 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}" } }, ot = { size: "1rem" }, rt = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, et = { gap: "0.5rem", padding: "1rem" }, at = { 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}" } }, nt = { background: "rgba(0, 0, 0, 0.5)" }, tt = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, dt = { 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}" } }, it = { size: "1.5rem" }, ct = { 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}" } } }, lt = { root: Gn, navButton: Zn, navIcon: Jn, thumbnailsContent: Qn, thumbnailNavButton: Kn, thumbnailNavButtonIcon: ot, caption: rt, indicatorList: et, indicatorButton: at, insetIndicatorList: nt, insetIndicatorButton: tt, closeButton: dt, closeButtonIcon: it, colorScheme: ct }, st = { color: "{form.field.icon.color}" }, ut = { icon: st }, ft = { 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" }, gt = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, mt = { root: ft, input: gt }, pt = { transitionDuration: "{transition.duration}" }, bt = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, ht = { 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" }, vt = { 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}" } }, kt = { root: pt, preview: bt, toolbar: ht, action: vt }, yt = { 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}" } }, $t = { handle: yt }, Ct = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, xt = { fontWeight: "500" }, wt = { size: "1rem" }, Bt = { 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%)" } } }, Rt = { root: Ct, text: xt, icon: wt, colorScheme: Bt }, St = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, Dt = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, zt = { root: St, display: Dt }, Mt = { 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}" }, Wt = { borderRadius: "{border.radius.sm}" }, Ot = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, Vt = { root: Mt, chip: Wt, colorScheme: Ot }, It = { 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" }, jt = { addon: It }, Ft = { transitionDuration: "{transition.duration}" }, Yt = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, Tt = { 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}" } } }, At = { root: Ft, button: Yt, colorScheme: Tt }, Nt = { gap: "0.5rem" }, Ht = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, Lt = { root: Nt, input: Ht }, Pt = { 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}" } }, _t = { root: Pt }, qt = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Et = { background: "{primary.color}" }, Xt = { background: "{content.border.color}" }, Ut = { color: "{text.muted.color}" }, Gt = { root: qt, value: Et, range: Xt, text: Ut }, Zt = { 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}" }, Jt = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Qt = { 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}" }, Kt = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, od = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, rd = { padding: "{list.option.padding}" }, ed = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, ad = { root: Zt, list: Jt, option: Qt, optionGroup: Kt, checkmark: od, emptyMessage: rd, colorScheme: ed }, nd = { 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}" }, td = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, dd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, id = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, cd = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ld = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, sd = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ud = { borderColor: "{content.border.color}" }, fd = { 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}" } }, gd = { root: nd, baseItem: td, item: dd, overlay: id, submenu: cd, submenuLabel: ld, submenuIcon: sd, separator: ud, mobileButton: fd }, md = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, pd = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, bd = { 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}" } }, hd = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, vd = { borderColor: "{content.border.color}" }, kd = { root: md, list: pd, item: bd, submenuLabel: hd, separator: vd }, yd = { 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}" }, $d = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Cd = { 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}" } }, xd = { 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}" } }, wd = { borderColor: "{content.border.color}" }, Bd = { 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}" } }, Rd = { root: yd, baseItem: $d, item: Cd, submenu: xd, separator: wd, mobileButton: Bd }, Sd = { 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" } }, zd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, Md = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, Wd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Od = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, Vd = { root: { borderWidth: "1px" } }, Id = { content: { padding: "0" } }, jd = { 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}" } } } }, Fd = { root: Sd, content: Dd, text: zd, icon: Md, closeButton: Wd, closeIcon: Od, outlined: Vd, simple: Id, colorScheme: jd }, Yd = { borderRadius: "{content.border.radius}", gap: "1rem" }, Td = { background: "{content.border.color}", size: "0.5rem" }, Ad = { gap: "0.5rem" }, Nd = { size: "0.5rem" }, Hd = { size: "1rem" }, Ld = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Pd = { root: Yd, meters: Td, label: Ad, labelMarker: Nd, labelIcon: Hd, labelList: Ld }, _d = { 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}" } }, qd = { width: "2.5rem", color: "{form.field.icon.color}" }, Ed = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Xd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Ud = { 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" }, Gd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Zd = { color: "{form.field.icon.color}" }, Jd = { borderRadius: "{border.radius.sm}" }, Qd = { padding: "{list.option.padding}" }, Kd = { root: _d, dropdown: qd, overlay: Ed, list: Xd, option: Ud, optionGroup: Gd, chip: Jd, clearIcon: Zd, emptyMessage: Qd }, oi = { gap: "1.125rem" }, ri = { gap: "0.5rem" }, ei = { root: oi, controls: ri }, ai = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, ni = { 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}" }, ti = { 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}" } }, di = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, ii = { root: ai, node: ni, nodeToggleButton: ti, connector: di }, ci = { outline: { width: "2px", color: "{content.background}" } }, li = { root: ci }, si = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, ui = { 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}" } }, fi = { color: "{text.muted.color}" }, gi = { maxWidth: "2.5rem" }, mi = { root: si, navButton: ui, currentPageReport: fi, jumpToPageInput: gi }, pi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, bi = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, hi = { padding: "0.375rem 1.125rem" }, vi = { fontWeight: "600" }, ki = { padding: "0 1.125rem 1.125rem 1.125rem" }, yi = { padding: "0 1.125rem 1.125rem 1.125rem" }, $i = { root: pi, header: bi, toggleableHeader: hi, title: vi, content: ki, footer: yi }, Ci = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, xi = { 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}" } }, wi = { 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}" } }, Bi = { indent: "1rem" }, Ri = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, Si = { root: Ci, panel: xi, item: wi, submenu: Bi, submenuIcon: Ri }, Di = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, zi = { color: "{form.field.icon.color}" }, Mi = { 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}" }, Wi = { gap: "0.5rem" }, Oi = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, Vi = { meter: Di, icon: zi, overlay: Mi, content: Wi, colorScheme: Oi }, Ii = { gap: "1.125rem" }, ji = { gap: "0.5rem" }, Fi = { root: Ii, controls: ji }, Yi = { 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" }, Ti = { padding: "{overlay.popover.padding}" }, Ai = { root: Yi, content: Ti }, Ni = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, Hi = { background: "{primary.color}" }, Li = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Pi = { root: Ni, value: Hi, label: Li }, _i = { 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}" } } }, qi = { colorScheme: _i }, Ei = { 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" } }, Xi = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Ui = { root: Ei, icon: Xi }, Gi = { 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}" } }, Zi = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ji = { root: Gi, icon: Zi }, Qi = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Ki = { colorScheme: Qi }, oc = { transitionDuration: "{transition.duration}" }, rc = { 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}" } }, ec = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, ac = { root: oc, bar: rc, colorScheme: ec }, nc = { 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}" } }, tc = { width: "2.5rem", color: "{form.field.icon.color}" }, dc = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ic = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, cc = { 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}" }, lc = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, sc = { color: "{form.field.icon.color}" }, uc = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, fc = { padding: "{list.option.padding}" }, gc = { root: nc, dropdown: tc, overlay: dc, list: ic, option: cc, optionGroup: lc, clearIcon: sc, checkmark: uc, emptyMessage: fc }, mc = { borderRadius: "{form.field.border.radius}" }, pc = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, bc = { root: mc, colorScheme: pc }, hc = { borderRadius: "{content.border.radius}" }, vc = { 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)" } } }, kc = { root: hc, colorScheme: vc }, yc = { transitionDuration: "{transition.duration}" }, $c = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, Cc = { background: "{primary.color}" }, xc = { 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}" } }, wc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, Bc = { root: yc, track: $c, range: Cc, handle: xc, colorScheme: wc }, Rc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Sc = { root: Rc }, 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)" }, zc = { root: Dc }, Mc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Wc = { background: "{content.border.color}" }, Oc = { 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}" } }, Vc = { root: Mc, gutter: Wc, handle: Oc }, Ic = { transitionDuration: "{transition.duration}" }, jc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, Fc = { padding: "0.5rem", gap: "1rem" }, Yc = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Tc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Ac = { 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)" }, Nc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, Hc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, Lc = { root: Ic, separator: jc, step: Fc, stepHeader: Yc, stepTitle: Tc, stepNumber: Ac, steppanels: Nc, steppanel: Hc }, Pc = { transitionDuration: "{transition.duration}" }, _c = { background: "{content.border.color}" }, qc = { 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" }, Ec = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Xc = { 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)" }, Uc = { root: Pc, separator: _c, itemLink: qc, itemLabel: Ec, itemNumber: Xc }, Gc = { transitionDuration: "{transition.duration}" }, Zc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Jc = { 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}" } }, Qc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Kc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, ol = { root: Gc, tablist: Zc, item: Jc, itemIcon: Qc, activeBar: Kc }, rl = { transitionDuration: "{transition.duration}" }, el = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, al = { 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}" } }, nl = { 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}" } }, tl = { 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}" } }, dl = { height: "1px", bottom: "-1px", background: "{primary.color}" }, il = { 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%)" } } }, cl = { root: rl, tablist: el, tab: al, tabpanel: nl, navButton: tl, activeBar: dl, colorScheme: il }, ll = { transitionDuration: "{transition.duration}" }, sl = { background: "{content.background}", borderColor: "{content.border.color}" }, ul = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, fl = { background: "{content.background}", color: "{content.color}" }, gl = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, ml = { 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%)" } } }, pl = { root: ll, tabList: sl, tab: ul, tabPanel: fl, navButton: gl, colorScheme: ml }, bl = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, hl = { size: "0.75rem" }, vl = { 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}" } } }, kl = { root: bl, icon: hl, colorScheme: vl }, yl = { 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}" }, $l = { gap: "0.25rem" }, Cl = { margin: "2px 0" }, xl = { root: yl, prompt: $l, commandResponse: Cl }, wl = { 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}" } }, Bl = { root: wl }, Rl = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Sl = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Dl = { 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}" } }, zl = { mobileIndent: "1rem" }, Ml = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Wl = { borderColor: "{content.border.color}" }, Ol = { root: Rl, list: Sl, item: Dl, submenu: zl, submenuIcon: Ml, separator: Wl }, Vl = { minHeight: "5rem" }, Il = { eventContent: { padding: "1rem 0" } }, jl = { eventContent: { padding: "0 1rem" } }, Fl = { 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)" } }, Yl = { color: "{content.border.color}", size: "2px" }, Tl = { event: Vl, horizontal: Il, vertical: jl, eventMarker: Fl, eventConnector: Yl }, Al = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Nl = { size: "1.125rem" }, Hl = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, Ll = { gap: "0.5rem" }, Pl = { fontWeight: "500", fontSize: "1rem" }, _l = { fontWeight: "500", fontSize: "0.875rem" }, ql = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, El = { size: "1rem" }, Xl = { 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" } } } } }, Ul = { root: Al, icon: Nl, content: Hl, text: Ll, summary: Pl, detail: _l, closeButton: ql, closeIcon: El, colorScheme: Xl }, Gl = { 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" } }, Zl = { disabledColor: "{form.field.disabled.color}" }, Jl = { 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" } }, Ql = { 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}" } } }, Kl = { root: Gl, icon: Zl, content: Jl, colorScheme: Ql }, 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" }, rs = { borderRadius: "50%", size: "1rem" }, es = { 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}" } } }, as = { root: os, handle: rs, colorScheme: es }, ns = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, ts = { root: ns }, ds = { 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}" } } }, cs = { root: ds, colorScheme: is }, ls = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, ss = { 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" }, us = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, fs = { 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}" } }, gs = { size: "2rem" }, ms = { margin: "0 0 0.5rem 0" }, ps = `
|
|
857
|
+
`, Fa = { root: ya, header: $a, headerCell: xa, columnTitle: Ca, row: wa, bodyCell: Ba, footerCell: Ra, columnFooter: Da, footer: Sa, dropPoint: za, columnResizer: Ma, resizeIndicator: Oa, sortIcon: Ya, loadingIcon: Wa, rowToggleButton: Va, filter: Ia, paginatorTop: La, paginatorBottom: Ta, colorScheme: _a, css: ja }, Ha = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, Aa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, Na = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, Pa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, qa = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, Ea = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, Ua = { root: Ha, header: Aa, content: Na, footer: Pa, paginatorTop: qa, paginatorBottom: Ea }, Xa = { transitionDuration: "{transition.duration}" }, Za = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, Ga = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, Ja = { gap: "0.5rem", fontWeight: "500" }, Qa = { 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}" } }, Ka = { color: "{form.field.icon.color}" }, ot = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, rt = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, et = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, at = { margin: "0.5rem 0 0 0" }, tt = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, nt = { 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}" } }, it = { margin: "0.5rem 0 0 0" }, dt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, ct = { margin: "0.5rem 0 0 0" }, lt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, st = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, ut = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, ft = { 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}" } } }, gt = { root: Xa, panel: Za, header: Ga, title: Ja, dropdown: Qa, inputIcon: Ka, selectMonth: ot, selectYear: rt, group: et, dayView: at, weekDay: tt, date: nt, monthView: it, month: dt, yearView: ct, year: lt, buttonbar: st, timePicker: ut, colorScheme: ft }, mt = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, pt = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, bt = { fontSize: "1.25rem", fontWeight: "600" }, ht = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, vt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, kt = { root: mt, header: pt, title: bt, content: ht, footer: vt }, yt = { borderColor: "{content.border.color}" }, $t = { background: "{content.background}", color: "{text.color}" }, xt = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ct = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, wt = { root: yt, content: $t, horizontal: xt, vertical: Ct }, Bt = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Rt = { 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}" } }, Dt = { root: Bt, item: Rt }, St = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, zt = { padding: "{overlay.modal.padding}" }, Mt = { fontSize: "1.5rem", fontWeight: "600" }, Ot = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Yt = { padding: "{overlay.modal.padding}" }, Wt = { root: St, header: zt, title: Mt, content: Ot, footer: Yt }, Vt = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, It = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Lt = { 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}" }, Tt = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, _t = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, jt = { toolbar: Vt, toolbarItem: It, overlay: Lt, overlayOption: Tt, content: _t }, Ft = { 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}" }, Ht = { 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}" } }, At = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, Nt = { padding: "0" }, Pt = { root: Ft, legend: Ht, toggleIcon: At, content: Nt }, qt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Et = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, Ut = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, Xt = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, Zt = { gap: "0.5rem" }, Gt = { height: "0.25rem" }, Jt = { gap: "0.5rem" }, Qt = { root: qt, header: Et, content: Ut, file: Xt, fileList: Zt, progressbar: Gt, basic: Jt }, Kt = { 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" } }, on = { active: { top: "-1.25rem" } }, rn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, en = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, an = { root: Kt, over: on, in: rn, on: en }, tn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, nn = { 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}" } }, dn = { size: "1.5rem" }, cn = { background: "{content.background}", padding: "1rem 0.25rem" }, ln = { 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}" } }, sn = { size: "1rem" }, un = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, fn = { gap: "0.5rem", padding: "1rem" }, gn = { 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}" } }, mn = { background: "rgba(0, 0, 0, 0.5)" }, pn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, bn = { 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" }, vn = { 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}" } } }, kn = { root: tn, navButton: nn, navIcon: dn, thumbnailsContent: cn, thumbnailNavButton: ln, thumbnailNavButtonIcon: sn, caption: un, indicatorList: fn, indicatorButton: gn, insetIndicatorList: mn, insetIndicatorButton: pn, closeButton: bn, closeButtonIcon: hn, colorScheme: vn }, yn = { color: "{form.field.icon.color}" }, $n = { icon: yn }, xn = { 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" }, Cn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, wn = { root: xn, input: Cn }, Bn = { transitionDuration: "{transition.duration}" }, Rn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Dn = { 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" }, Sn = { 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}" } }, zn = { root: Bn, preview: Rn, toolbar: Dn, action: Sn }, Mn = { 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}" } }, On = { handle: Mn }, Yn = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, Wn = { fontWeight: "500" }, Vn = { size: "1rem" }, In = { 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%)" } } }, Ln = { root: Yn, text: Wn, icon: Vn, colorScheme: In }, Tn = { 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}" }, _n = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, jn = { root: Tn, display: _n }, Fn = { 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}" }, Hn = { borderRadius: "{border.radius.sm}" }, An = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, Nn = { root: Fn, chip: Hn, colorScheme: An }, Pn = { 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" }, qn = { addon: Pn }, En = { transitionDuration: "{transition.duration}" }, Un = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, Xn = { 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}" } } }, Zn = { root: En, button: Un, colorScheme: Xn }, Gn = { gap: "0.5rem" }, Jn = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, Qn = { root: Gn, input: Jn }, Kn = { 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}" } }, oi = { root: Kn }, ri = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ei = { background: "{primary.color}" }, ai = { background: "{content.border.color}" }, ti = { color: "{text.muted.color}" }, ni = { root: ri, value: ei, range: ai, text: ti }, ii = { 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}" }, di = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, ci = { 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}" }, li = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, si = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, ui = { padding: "{list.option.padding}" }, fi = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, gi = { root: ii, list: di, option: ci, optionGroup: li, checkmark: si, emptyMessage: ui, colorScheme: fi }, mi = { 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}" }, pi = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, bi = { 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" }, vi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ki = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, yi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, $i = { borderColor: "{content.border.color}" }, xi = { 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}" } }, Ci = { root: mi, baseItem: pi, item: bi, overlay: hi, submenu: vi, submenuLabel: ki, submenuIcon: yi, separator: $i, mobileButton: xi }, wi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Bi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ri = { 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}" } }, Di = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Si = { borderColor: "{content.border.color}" }, zi = { root: wi, list: Bi, item: Ri, submenuLabel: Di, separator: Si }, Mi = { 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}" }, Oi = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Yi = { 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}" } }, Wi = { 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}" } }, Vi = { borderColor: "{content.border.color}" }, Ii = { 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}" } }, Li = { root: Mi, baseItem: Oi, item: Yi, submenu: Wi, separator: Vi, mobileButton: Ii }, Ti = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, _i = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ji = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, Fi = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, Hi = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Ai = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, Ni = { root: { borderWidth: "1px" } }, Pi = { content: { padding: "0" } }, qi = { 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}" } } } }, Ei = { root: Ti, content: _i, text: ji, icon: Fi, closeButton: Hi, closeIcon: Ai, outlined: Ni, simple: Pi, colorScheme: qi }, Ui = { borderRadius: "{content.border.radius}", gap: "1rem" }, Xi = { background: "{content.border.color}", size: "0.5rem" }, Zi = { gap: "0.5rem" }, Gi = { size: "0.5rem" }, Ji = { size: "1rem" }, Qi = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Ki = { root: Ui, meters: Xi, label: Zi, labelMarker: Gi, labelIcon: Ji, labelList: Qi }, od = { 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}" } }, rd = { width: "2.5rem", color: "{form.field.icon.color}" }, ed = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ad = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, td = { 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" }, nd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, id = { color: "{form.field.icon.color}" }, dd = { borderRadius: "{border.radius.sm}" }, cd = { padding: "{list.option.padding}" }, ld = { root: od, dropdown: rd, overlay: ed, list: ad, option: td, optionGroup: nd, chip: dd, clearIcon: id, emptyMessage: cd }, sd = { gap: "1.125rem" }, ud = { gap: "0.5rem" }, fd = { root: sd, controls: ud }, gd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, md = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, pd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, bd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, hd = { root: gd, node: md, nodeToggleButton: pd, connector: bd }, vd = { outline: { width: "2px", color: "{content.background}" } }, kd = { root: vd }, yd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, $d = { 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}" } }, xd = { color: "{text.muted.color}" }, Cd = { maxWidth: "2.5rem" }, wd = { root: yd, navButton: $d, currentPageReport: xd, jumpToPageInput: Cd }, Bd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Rd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Dd = { padding: "0.375rem 1.125rem" }, Sd = { fontWeight: "600" }, zd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Md = { padding: "0 1.125rem 1.125rem 1.125rem" }, Od = { root: Bd, header: Rd, toggleableHeader: Dd, title: Sd, content: zd, footer: Md }, Yd = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Wd = { 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}" } }, Vd = { 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}" } }, Id = { indent: "1rem" }, Ld = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, Td = { root: Yd, panel: Wd, item: Vd, submenu: Id, submenuIcon: Ld }, _d = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, jd = { color: "{form.field.icon.color}" }, Fd = { 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}" }, Hd = { gap: "0.5rem" }, Ad = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, Nd = { meter: _d, icon: jd, overlay: Fd, content: Hd, colorScheme: Ad }, Pd = { gap: "1.125rem" }, qd = { gap: "0.5rem" }, Ed = { root: Pd, controls: qd }, Ud = { 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" }, Xd = { padding: "{overlay.popover.padding}" }, Zd = { root: Ud, content: Xd }, Gd = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, Jd = { background: "{primary.color}" }, Qd = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Kd = { root: Gd, value: Jd, label: Qd }, oc = { 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}" } } }, rc = { colorScheme: oc }, ec = { 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" } }, ac = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, tc = { root: ec, icon: ac }, nc = { 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}" } }, ic = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, dc = { root: nc, icon: ic }, cc = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, lc = { colorScheme: cc }, sc = { transitionDuration: "{transition.duration}" }, uc = { 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}" } }, fc = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, gc = { root: sc, bar: uc, colorScheme: fc }, mc = { 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}" } }, pc = { width: "2.5rem", color: "{form.field.icon.color}" }, bc = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, hc = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, vc = { 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}" }, kc = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, yc = { color: "{form.field.icon.color}" }, $c = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, xc = { padding: "{list.option.padding}" }, Cc = { root: mc, dropdown: pc, overlay: bc, list: hc, option: vc, optionGroup: kc, clearIcon: yc, checkmark: $c, emptyMessage: xc }, wc = { borderRadius: "{form.field.border.radius}" }, Bc = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Rc = { root: wc, colorScheme: Bc }, Dc = { borderRadius: "{content.border.radius}" }, Sc = { 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)" } } }, zc = { root: Dc, colorScheme: Sc }, Mc = { transitionDuration: "{transition.duration}" }, Oc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, Yc = { background: "{primary.color}" }, Wc = { 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}" } }, Vc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, Ic = { root: Mc, track: Oc, range: Yc, handle: Wc, colorScheme: Vc }, Lc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Tc = { root: Lc }, _c = { 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)" }, jc = { root: _c }, Fc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Hc = { background: "{content.border.color}" }, Ac = { 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}" } }, Nc = { root: Fc, gutter: Hc, handle: Ac }, Pc = { transitionDuration: "{transition.duration}" }, qc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, Ec = { padding: "0.5rem", gap: "1rem" }, Uc = { 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" }, Xc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Zc = { 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)" }, Gc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, Jc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, Qc = { root: Pc, separator: qc, step: Ec, stepHeader: Uc, stepTitle: Xc, stepNumber: Zc, steppanels: Gc, steppanel: Jc }, Kc = { transitionDuration: "{transition.duration}" }, ol = { background: "{content.border.color}" }, rl = { 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" }, el = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, al = { 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)" }, tl = { root: Kc, separator: ol, itemLink: rl, itemLabel: el, itemNumber: al }, nl = { transitionDuration: "{transition.duration}" }, il = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, dl = { 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}" } }, cl = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, ll = { height: "1px", bottom: "-1px", background: "{primary.color}" }, sl = { root: nl, tablist: il, item: dl, itemIcon: cl, activeBar: ll }, ul = { transitionDuration: "{transition.duration}" }, fl = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, gl = { 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}" } }, ml = { 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}" } }, pl = { 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}" } }, bl = { height: "1px", bottom: "-1px", background: "{primary.color}" }, hl = { 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%)" } } }, vl = { root: ul, tablist: fl, tab: gl, tabpanel: ml, navButton: pl, activeBar: bl, colorScheme: hl }, kl = { transitionDuration: "{transition.duration}" }, yl = { background: "{content.background}", borderColor: "{content.border.color}" }, $l = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, xl = { background: "{content.background}", color: "{content.color}" }, Cl = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, wl = { 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%)" } } }, Bl = { root: kl, tabList: yl, tab: $l, tabPanel: xl, navButton: Cl, colorScheme: wl }, Rl = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Dl = { size: "0.75rem" }, Sl = { 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}" } } }, zl = { root: Rl, icon: Dl, colorScheme: Sl }, Ml = { 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}" }, Ol = { gap: "0.25rem" }, Yl = { margin: "2px 0" }, Wl = { root: Ml, prompt: Ol, commandResponse: Yl }, Vl = { 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}" } }, Il = { root: Vl }, Ll = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Tl = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, _l = { 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}" } }, jl = { mobileIndent: "1rem" }, Fl = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Hl = { borderColor: "{content.border.color}" }, Al = { root: Ll, list: Tl, item: _l, submenu: jl, submenuIcon: Fl, separator: Hl }, Nl = { minHeight: "5rem" }, Pl = { eventContent: { padding: "1rem 0" } }, ql = { eventContent: { padding: "0 1rem" } }, El = { 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)" } }, Ul = { color: "{content.border.color}", size: "2px" }, Xl = { event: Nl, horizontal: Pl, vertical: ql, eventMarker: El, eventConnector: Ul }, Zl = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Gl = { size: "1.125rem" }, Jl = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, Ql = { gap: "0.5rem" }, Kl = { fontWeight: "500", fontSize: "1rem" }, os = { fontWeight: "500", fontSize: "0.875rem" }, rs = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, es = { size: "1rem" }, as = { 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" } } } } }, ts = { root: Zl, icon: Gl, content: Jl, text: Ql, summary: Kl, detail: os, closeButton: rs, closeIcon: es, colorScheme: as }, ns = { 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" } }, is = { disabledColor: "{form.field.disabled.color}" }, ds = { 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" } }, cs = { 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}" } } }, ls = { root: ns, icon: is, content: ds, colorScheme: cs }, ss = { 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" }, us = { borderRadius: "50%", size: "1rem" }, fs = { 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}" } } }, gs = { root: ss, handle: us, colorScheme: fs }, ms = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, ps = { root: ms }, bs = { 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}" } } }, vs = { root: bs, colorScheme: hs }, ks = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, ys = { 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" }, $s = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, xs = { 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}" } }, Cs = { size: "2rem" }, ws = { margin: "0 0 0.5rem 0" }, Bs = `
|
|
858
858
|
.p-tree-mask.p-overlay-mask {
|
|
859
859
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
860
860
|
}
|
|
861
|
-
`,
|
|
861
|
+
`, Rs = { root: ks, node: ys, nodeIcon: $s, nodeToggleButton: xs, loadingIcon: Cs, filter: ws, css: Bs }, Ds = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Ss = { width: "2.5rem", color: "{form.field.icon.color}" }, zs = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Ms = { padding: "{list.padding}" }, Os = { padding: "{list.option.padding}" }, Ys = { borderRadius: "{border.radius.sm}" }, Ws = { color: "{form.field.icon.color}" }, Vs = { root: Ds, dropdown: Ss, overlay: zs, tree: Ms, emptyMessage: Os, chip: Ys, clearIcon: Ws }, Is = { transitionDuration: "{transition.duration}" }, Ls = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, Ts = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{treetable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, _s = { fontWeight: "600" }, js = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Fs = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, Hs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, As = { fontWeight: "600" }, Ns = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, Ps = { width: "0.5rem" }, qs = { width: "1px", color: "{primary.color}" }, Es = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, Us = { size: "2rem" }, Xs = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Zs = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, Gs = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, Js = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, Qs = `
|
|
862
862
|
.p-treetable-mask.p-overlay-mask {
|
|
863
863
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
864
864
|
}
|
|
865
|
-
`,
|
|
866
|
-
for (var e in r || (r = {}))
|
|
867
|
-
if (
|
|
865
|
+
`, Ks = { root: Is, header: Ls, headerCell: Ts, columnTitle: _s, row: js, bodyCell: Fs, footerCell: Hs, columnFooter: As, footer: Ns, columnResizer: Ps, resizeIndicator: qs, sortIcon: Es, loadingIcon: Us, nodeToggleButton: Xs, paginatorTop: Zs, paginatorBottom: Gs, colorScheme: Js, css: Qs }, ou = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, ru = { loader: ou }, eu = Object.defineProperty, au = Object.defineProperties, tu = Object.getOwnPropertyDescriptors, Wo = Object.getOwnPropertySymbols, nu = Object.prototype.hasOwnProperty, iu = Object.prototype.propertyIsEnumerable, Vo = (o, r, e) => r in o ? eu(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Io, du = (Io = ((o, r) => {
|
|
866
|
+
for (var e in r || (r = {})) nu.call(r, e) && Vo(o, e, r[e]);
|
|
867
|
+
if (Wo) for (var e of Wo(r)) iu.call(r, e) && Vo(o, e, r[e]);
|
|
868
868
|
return o;
|
|
869
|
-
})({},
|
|
870
|
-
const
|
|
869
|
+
})({}, pe), au(Io, tu({ components: { accordion: Nr, autocomplete: Kr, avatar: ne, badge: fe, blockui: he, breadcrumb: $e, button: we, card: Me, carousel: Le, cascadeselect: Ne, checkbox: Ee, chip: Qe, colorpicker: aa, confirmdialog: ia, confirmpopup: ua, contextmenu: va, datatable: Fa, dataview: Ua, datepicker: gt, dialog: kt, divider: wt, dock: Dt, drawer: Wt, editor: jt, fieldset: Pt, fileupload: Qt, floatlabel: an, galleria: kn, iconfield: $n, iftalabel: wn, image: zn, imagecompare: On, inlinemessage: Ln, inplace: jn, inputchips: Nn, inputgroup: qn, inputnumber: Zn, inputotp: Qn, inputtext: oi, knob: ni, listbox: gi, megamenu: Ci, menu: zi, menubar: Li, message: Ei, metergroup: Ki, multiselect: ld, orderlist: fd, organizationchart: hd, overlaybadge: kd, paginator: wd, panel: Od, panelmenu: Td, password: Nd, picklist: Ed, popover: Zd, progressbar: Kd, progressspinner: rc, radiobutton: tc, rating: dc, ripple: lc, scrollpanel: gc, select: Cc, selectbutton: Rc, skeleton: zc, slider: Ic, speeddial: Tc, splitbutton: jc, splitter: Nc, stepper: Qc, steps: tl, tabmenu: sl, tabs: vl, tabview: Bl, tag: zl, terminal: Wl, textarea: Il, tieredmenu: Al, timeline: Xl, toast: ts, togglebutton: ls, toggleswitch: gs, toolbar: ps, tooltip: vs, tree: Rs, treeselect: Vs, treetable: Ks, virtualscroller: ru }, css: ka })));
|
|
870
|
+
const cu = {
|
|
871
871
|
startsWith: "Começa com",
|
|
872
872
|
contains: "Contém",
|
|
873
873
|
notContains: "Não contém",
|
|
@@ -932,12 +932,12 @@ const Qs = {
|
|
|
932
932
|
firstDayOfWeek: 1,
|
|
933
933
|
dateFormat: "dd/mm/yy"
|
|
934
934
|
};
|
|
935
|
-
function
|
|
936
|
-
o.use(
|
|
937
|
-
locale:
|
|
935
|
+
function wf(o) {
|
|
936
|
+
o.use(fr, {
|
|
937
|
+
locale: cu,
|
|
938
938
|
ripple: !0,
|
|
939
939
|
theme: {
|
|
940
|
-
preset:
|
|
940
|
+
preset: du,
|
|
941
941
|
options: {
|
|
942
942
|
darkModeSelector: "none",
|
|
943
943
|
cssLayer: {
|
|
@@ -948,405 +948,596 @@ function r0(o) {
|
|
|
948
948
|
}
|
|
949
949
|
});
|
|
950
950
|
}
|
|
951
|
-
function
|
|
952
|
-
const o =
|
|
953
|
-
return { success: (a,
|
|
951
|
+
function Bf() {
|
|
952
|
+
const o = gr();
|
|
953
|
+
return { success: (a, t = "Sucesso") => {
|
|
954
954
|
o.add({
|
|
955
955
|
severity: "success",
|
|
956
|
-
summary:
|
|
956
|
+
summary: t,
|
|
957
957
|
detail: a || "Registro salvo",
|
|
958
958
|
life: 4e3
|
|
959
959
|
});
|
|
960
|
-
}, error: (a,
|
|
960
|
+
}, error: (a, t = "Erro") => {
|
|
961
961
|
o.add({
|
|
962
962
|
severity: "error",
|
|
963
|
-
summary:
|
|
963
|
+
summary: t,
|
|
964
964
|
detail: a || "Ocorreu um erro",
|
|
965
965
|
life: 5e3
|
|
966
966
|
});
|
|
967
967
|
} };
|
|
968
968
|
}
|
|
969
|
-
function
|
|
969
|
+
function Rf(o, r) {
|
|
970
970
|
function e(a) {
|
|
971
971
|
o.value && (o.value.contains(a.target) || r(a));
|
|
972
972
|
}
|
|
973
|
-
|
|
973
|
+
Ko(() => {
|
|
974
974
|
document.addEventListener("pointerdown", e);
|
|
975
|
-
}),
|
|
975
|
+
}), or(() => {
|
|
976
976
|
document.removeEventListener("pointerdown", e);
|
|
977
977
|
});
|
|
978
978
|
}
|
|
979
|
-
function
|
|
979
|
+
function Co(o) {
|
|
980
980
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
981
981
|
}
|
|
982
|
-
var
|
|
983
|
-
function
|
|
984
|
-
return
|
|
982
|
+
var ho = { exports: {} }, lu = ho.exports, Lo;
|
|
983
|
+
function qo() {
|
|
984
|
+
return Lo || (Lo = 1, (function(o, r) {
|
|
985
985
|
(function(e, a) {
|
|
986
986
|
o.exports = a();
|
|
987
|
-
})(
|
|
988
|
-
var e = 1e3, a = 6e4,
|
|
989
|
-
var
|
|
990
|
-
return "[" +
|
|
991
|
-
} },
|
|
992
|
-
var
|
|
993
|
-
return !
|
|
994
|
-
},
|
|
995
|
-
var
|
|
996
|
-
return (
|
|
997
|
-
}, m: function
|
|
998
|
-
if (
|
|
999
|
-
var
|
|
1000
|
-
return +(-(
|
|
1001
|
-
}, a: function(
|
|
1002
|
-
return
|
|
1003
|
-
}, p: function(
|
|
1004
|
-
return { M:
|
|
1005
|
-
}, u: function(
|
|
1006
|
-
return
|
|
1007
|
-
} },
|
|
1008
|
-
V[
|
|
1009
|
-
var
|
|
1010
|
-
return
|
|
1011
|
-
},
|
|
1012
|
-
var
|
|
1013
|
-
if (!
|
|
1014
|
-
if (typeof
|
|
1015
|
-
var
|
|
1016
|
-
V[
|
|
1017
|
-
var
|
|
1018
|
-
if (!
|
|
987
|
+
})(lu, (function() {
|
|
988
|
+
var e = 1e3, a = 6e4, t = 36e5, u = "millisecond", n = "second", h = "minute", f = "hour", C = "day", _ = "week", Y = "month", w = "quarter", R = "year", v = "date", i = "Invalid Date", x = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, W = /\[([^\]]+)]|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, D = { 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(k) {
|
|
989
|
+
var s = ["th", "st", "nd", "rd"], c = k % 100;
|
|
990
|
+
return "[" + k + (s[(c - 20) % 10] || s[c] || s[0]) + "]";
|
|
991
|
+
} }, S = function(k, s, c) {
|
|
992
|
+
var g = String(k);
|
|
993
|
+
return !g || g.length >= s ? k : "" + Array(s + 1 - g.length).join(c) + k;
|
|
994
|
+
}, I = { s: S, z: function(k) {
|
|
995
|
+
var s = -k.utcOffset(), c = Math.abs(s), g = Math.floor(c / 60), l = c % 60;
|
|
996
|
+
return (s <= 0 ? "+" : "-") + S(g, 2, "0") + ":" + S(l, 2, "0");
|
|
997
|
+
}, m: function k(s, c) {
|
|
998
|
+
if (s.date() < c.date()) return -k(c, s);
|
|
999
|
+
var g = 12 * (c.year() - s.year()) + (c.month() - s.month()), l = s.clone().add(g, Y), y = c - l < 0, $ = s.clone().add(g + (y ? -1 : 1), Y);
|
|
1000
|
+
return +(-(g + (c - l) / (y ? l - $ : $ - l)) || 0);
|
|
1001
|
+
}, a: function(k) {
|
|
1002
|
+
return k < 0 ? Math.ceil(k) || 0 : Math.floor(k);
|
|
1003
|
+
}, p: function(k) {
|
|
1004
|
+
return { M: Y, y: R, w: _, d: C, D: v, h: f, m: h, s: n, ms: u, Q: w }[k] || String(k || "").toLowerCase().replace(/s$/, "");
|
|
1005
|
+
}, u: function(k) {
|
|
1006
|
+
return k === void 0;
|
|
1007
|
+
} }, z = "en", V = {};
|
|
1008
|
+
V[z] = D;
|
|
1009
|
+
var j = "$isDayjsObject", d = function(k) {
|
|
1010
|
+
return k instanceof U || !(!k || !k[j]);
|
|
1011
|
+
}, p = function k(s, c, g) {
|
|
1012
|
+
var l;
|
|
1013
|
+
if (!s) return z;
|
|
1014
|
+
if (typeof s == "string") {
|
|
1015
|
+
var y = s.toLowerCase();
|
|
1016
|
+
V[y] && (l = y), c && (V[y] = c, l = y);
|
|
1017
|
+
var $ = s.split("-");
|
|
1018
|
+
if (!l && $.length > 1) return k($[0]);
|
|
1019
1019
|
} else {
|
|
1020
|
-
var
|
|
1021
|
-
V[
|
|
1020
|
+
var M = s.name;
|
|
1021
|
+
V[M] = s, l = M;
|
|
1022
1022
|
}
|
|
1023
|
-
return !
|
|
1024
|
-
},
|
|
1025
|
-
if (d(
|
|
1026
|
-
var
|
|
1027
|
-
return
|
|
1028
|
-
},
|
|
1029
|
-
|
|
1030
|
-
return
|
|
1023
|
+
return !g && l && (z = l), l || !g && z;
|
|
1024
|
+
}, m = function(k, s) {
|
|
1025
|
+
if (d(k)) return k.clone();
|
|
1026
|
+
var c = typeof s == "object" ? s : {};
|
|
1027
|
+
return c.date = k, c.args = arguments, new U(c);
|
|
1028
|
+
}, b = I;
|
|
1029
|
+
b.l = p, b.i = d, b.w = function(k, s) {
|
|
1030
|
+
return m(k, { locale: s.$L, utc: s.$u, x: s.$x, $offset: s.$offset });
|
|
1031
1031
|
};
|
|
1032
|
-
var
|
|
1033
|
-
function
|
|
1034
|
-
this.$L =
|
|
1032
|
+
var U = (function() {
|
|
1033
|
+
function k(c) {
|
|
1034
|
+
this.$L = p(c.locale, null, !0), this.parse(c), this.$x = this.$x || c.x || {}, this[j] = !0;
|
|
1035
1035
|
}
|
|
1036
|
-
var
|
|
1037
|
-
return
|
|
1038
|
-
this.$d = (function(
|
|
1039
|
-
var
|
|
1040
|
-
if (
|
|
1041
|
-
if (
|
|
1042
|
-
if (
|
|
1043
|
-
if (typeof
|
|
1044
|
-
var
|
|
1045
|
-
if (
|
|
1046
|
-
var
|
|
1047
|
-
return
|
|
1036
|
+
var s = k.prototype;
|
|
1037
|
+
return s.parse = function(c) {
|
|
1038
|
+
this.$d = (function(g) {
|
|
1039
|
+
var l = g.date, y = g.utc;
|
|
1040
|
+
if (l === null) return /* @__PURE__ */ new Date(NaN);
|
|
1041
|
+
if (b.u(l)) return /* @__PURE__ */ new Date();
|
|
1042
|
+
if (l instanceof Date) return new Date(l);
|
|
1043
|
+
if (typeof l == "string" && !/Z$/i.test(l)) {
|
|
1044
|
+
var $ = l.match(x);
|
|
1045
|
+
if ($) {
|
|
1046
|
+
var M = $[2] - 1 || 0, L = ($[7] || "0").substring(0, 3);
|
|
1047
|
+
return y ? new Date(Date.UTC($[1], M, $[3] || 1, $[4] || 0, $[5] || 0, $[6] || 0, L)) : new Date($[1], M, $[3] || 1, $[4] || 0, $[5] || 0, $[6] || 0, L);
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
1050
|
-
return new Date(
|
|
1051
|
-
})(
|
|
1052
|
-
},
|
|
1053
|
-
var
|
|
1054
|
-
this.$y =
|
|
1055
|
-
},
|
|
1056
|
-
return
|
|
1057
|
-
},
|
|
1058
|
-
return this.$d.toString() !==
|
|
1059
|
-
},
|
|
1060
|
-
var
|
|
1061
|
-
return this.startOf(
|
|
1062
|
-
},
|
|
1063
|
-
return
|
|
1064
|
-
},
|
|
1065
|
-
return this.endOf(
|
|
1066
|
-
},
|
|
1067
|
-
return
|
|
1068
|
-
},
|
|
1050
|
+
return new Date(l);
|
|
1051
|
+
})(c), this.init();
|
|
1052
|
+
}, s.init = function() {
|
|
1053
|
+
var c = this.$d;
|
|
1054
|
+
this.$y = c.getFullYear(), this.$M = c.getMonth(), this.$D = c.getDate(), this.$W = c.getDay(), this.$H = c.getHours(), this.$m = c.getMinutes(), this.$s = c.getSeconds(), this.$ms = c.getMilliseconds();
|
|
1055
|
+
}, s.$utils = function() {
|
|
1056
|
+
return b;
|
|
1057
|
+
}, s.isValid = function() {
|
|
1058
|
+
return this.$d.toString() !== i;
|
|
1059
|
+
}, s.isSame = function(c, g) {
|
|
1060
|
+
var l = m(c);
|
|
1061
|
+
return this.startOf(g) <= l && l <= this.endOf(g);
|
|
1062
|
+
}, s.isAfter = function(c, g) {
|
|
1063
|
+
return m(c) < this.startOf(g);
|
|
1064
|
+
}, s.isBefore = function(c, g) {
|
|
1065
|
+
return this.endOf(g) < m(c);
|
|
1066
|
+
}, s.$g = function(c, g, l) {
|
|
1067
|
+
return b.u(c) ? this[g] : this.set(l, c);
|
|
1068
|
+
}, s.unix = function() {
|
|
1069
1069
|
return Math.floor(this.valueOf() / 1e3);
|
|
1070
|
-
},
|
|
1070
|
+
}, s.valueOf = function() {
|
|
1071
1071
|
return this.$d.getTime();
|
|
1072
|
-
},
|
|
1073
|
-
var
|
|
1074
|
-
var
|
|
1075
|
-
return
|
|
1076
|
-
},
|
|
1077
|
-
return
|
|
1078
|
-
},
|
|
1079
|
-
switch (
|
|
1080
|
-
case T:
|
|
1081
|
-
return p ? C(1, 0) : C(31, 11);
|
|
1072
|
+
}, s.startOf = function(c, g) {
|
|
1073
|
+
var l = this, y = !!b.u(g) || g, $ = b.p(c), M = function(to, P) {
|
|
1074
|
+
var K = b.w(l.$u ? Date.UTC(l.$y, P, to) : new Date(l.$y, P, to), l);
|
|
1075
|
+
return y ? K : K.endOf(C);
|
|
1076
|
+
}, L = function(to, P) {
|
|
1077
|
+
return b.w(l.toDate()[to].apply(l.toDate("s"), (y ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(P)), l);
|
|
1078
|
+
}, F = this.$W, A = this.$M, X = this.$D, uo = "set" + (this.$u ? "UTC" : "");
|
|
1079
|
+
switch ($) {
|
|
1082
1080
|
case R:
|
|
1083
|
-
return
|
|
1084
|
-
case
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
case y:
|
|
1091
|
-
return w(so + "Minutes", 1);
|
|
1081
|
+
return y ? M(1, 0) : M(31, 11);
|
|
1082
|
+
case Y:
|
|
1083
|
+
return y ? M(1, A) : M(0, A + 1);
|
|
1084
|
+
case _:
|
|
1085
|
+
var ao = this.$locale().weekStart || 0, fo = (F < ao ? F + 7 : F) - ao;
|
|
1086
|
+
return M(y ? X - fo : X + (6 - fo), A);
|
|
1087
|
+
case C:
|
|
1092
1088
|
case v:
|
|
1093
|
-
return
|
|
1094
|
-
case
|
|
1095
|
-
return
|
|
1089
|
+
return L(uo + "Hours", 0);
|
|
1090
|
+
case f:
|
|
1091
|
+
return L(uo + "Minutes", 1);
|
|
1092
|
+
case h:
|
|
1093
|
+
return L(uo + "Seconds", 2);
|
|
1094
|
+
case n:
|
|
1095
|
+
return L(uo + "Milliseconds", 3);
|
|
1096
1096
|
default:
|
|
1097
1097
|
return this.clone();
|
|
1098
1098
|
}
|
|
1099
|
-
},
|
|
1100
|
-
return this.startOf(
|
|
1101
|
-
},
|
|
1102
|
-
var
|
|
1103
|
-
if (
|
|
1104
|
-
var
|
|
1105
|
-
|
|
1106
|
-
} else
|
|
1099
|
+
}, s.endOf = function(c) {
|
|
1100
|
+
return this.startOf(c, !1);
|
|
1101
|
+
}, s.$set = function(c, g) {
|
|
1102
|
+
var l, y = b.p(c), $ = "set" + (this.$u ? "UTC" : ""), M = (l = {}, l[C] = $ + "Date", l[v] = $ + "Date", l[Y] = $ + "Month", l[R] = $ + "FullYear", l[f] = $ + "Hours", l[h] = $ + "Minutes", l[n] = $ + "Seconds", l[u] = $ + "Milliseconds", l)[y], L = y === C ? this.$D + (g - this.$W) : g;
|
|
1103
|
+
if (y === Y || y === R) {
|
|
1104
|
+
var F = this.clone().set(v, 1);
|
|
1105
|
+
F.$d[M](L), F.init(), this.$d = F.set(v, Math.min(this.$D, F.daysInMonth())).$d;
|
|
1106
|
+
} else M && this.$d[M](L);
|
|
1107
1107
|
return this.init(), this;
|
|
1108
|
-
},
|
|
1109
|
-
return this.clone().$set(
|
|
1110
|
-
},
|
|
1111
|
-
return this[
|
|
1112
|
-
},
|
|
1113
|
-
var
|
|
1114
|
-
|
|
1115
|
-
var
|
|
1116
|
-
var
|
|
1117
|
-
return
|
|
1108
|
+
}, s.set = function(c, g) {
|
|
1109
|
+
return this.clone().$set(c, g);
|
|
1110
|
+
}, s.get = function(c) {
|
|
1111
|
+
return this[b.p(c)]();
|
|
1112
|
+
}, s.add = function(c, g) {
|
|
1113
|
+
var l, y = this;
|
|
1114
|
+
c = Number(c);
|
|
1115
|
+
var $ = b.p(g), M = function(A) {
|
|
1116
|
+
var X = m(y);
|
|
1117
|
+
return b.w(X.date(X.date() + Math.round(A * c)), y);
|
|
1118
1118
|
};
|
|
1119
|
-
if (
|
|
1120
|
-
if (
|
|
1121
|
-
if (
|
|
1122
|
-
if (
|
|
1123
|
-
var
|
|
1124
|
-
return
|
|
1125
|
-
},
|
|
1126
|
-
return this.add(-1 *
|
|
1127
|
-
},
|
|
1128
|
-
var
|
|
1129
|
-
if (!this.isValid()) return
|
|
1130
|
-
var
|
|
1131
|
-
return
|
|
1132
|
-
},
|
|
1133
|
-
return
|
|
1134
|
-
},
|
|
1135
|
-
var
|
|
1136
|
-
return
|
|
1119
|
+
if ($ === Y) return this.set(Y, this.$M + c);
|
|
1120
|
+
if ($ === R) return this.set(R, this.$y + c);
|
|
1121
|
+
if ($ === C) return M(1);
|
|
1122
|
+
if ($ === _) return M(7);
|
|
1123
|
+
var L = (l = {}, l[h] = a, l[f] = t, l[n] = e, l)[$] || 1, F = this.$d.getTime() + c * L;
|
|
1124
|
+
return b.w(F, this);
|
|
1125
|
+
}, s.subtract = function(c, g) {
|
|
1126
|
+
return this.add(-1 * c, g);
|
|
1127
|
+
}, s.format = function(c) {
|
|
1128
|
+
var g = this, l = this.$locale();
|
|
1129
|
+
if (!this.isValid()) return l.invalidDate || i;
|
|
1130
|
+
var y = c || "YYYY-MM-DDTHH:mm:ssZ", $ = b.z(this), M = this.$H, L = this.$m, F = this.$M, A = l.weekdays, X = l.months, uo = l.meridiem, ao = function(P, K, go, bo) {
|
|
1131
|
+
return P && (P[K] || P(g, y)) || go[K].slice(0, bo);
|
|
1132
|
+
}, fo = function(P) {
|
|
1133
|
+
return b.s(M % 12 || 12, P, "0");
|
|
1134
|
+
}, to = uo || function(P, K, go) {
|
|
1135
|
+
var bo = P < 12 ? "AM" : "PM";
|
|
1136
|
+
return go ? bo.toLowerCase() : bo;
|
|
1137
1137
|
};
|
|
1138
|
-
return
|
|
1139
|
-
return
|
|
1140
|
-
switch (
|
|
1138
|
+
return y.replace(W, (function(P, K) {
|
|
1139
|
+
return K || (function(go) {
|
|
1140
|
+
switch (go) {
|
|
1141
1141
|
case "YY":
|
|
1142
|
-
return String(
|
|
1142
|
+
return String(g.$y).slice(-2);
|
|
1143
1143
|
case "YYYY":
|
|
1144
|
-
return
|
|
1144
|
+
return b.s(g.$y, 4, "0");
|
|
1145
1145
|
case "M":
|
|
1146
|
-
return
|
|
1146
|
+
return F + 1;
|
|
1147
1147
|
case "MM":
|
|
1148
|
-
return
|
|
1148
|
+
return b.s(F + 1, 2, "0");
|
|
1149
1149
|
case "MMM":
|
|
1150
|
-
return
|
|
1150
|
+
return ao(l.monthsShort, F, X, 3);
|
|
1151
1151
|
case "MMMM":
|
|
1152
|
-
return
|
|
1152
|
+
return ao(X, F);
|
|
1153
1153
|
case "D":
|
|
1154
|
-
return
|
|
1154
|
+
return g.$D;
|
|
1155
1155
|
case "DD":
|
|
1156
|
-
return
|
|
1156
|
+
return b.s(g.$D, 2, "0");
|
|
1157
1157
|
case "d":
|
|
1158
|
-
return String(
|
|
1158
|
+
return String(g.$W);
|
|
1159
1159
|
case "dd":
|
|
1160
|
-
return
|
|
1160
|
+
return ao(l.weekdaysMin, g.$W, A, 2);
|
|
1161
1161
|
case "ddd":
|
|
1162
|
-
return
|
|
1162
|
+
return ao(l.weekdaysShort, g.$W, A, 3);
|
|
1163
1163
|
case "dddd":
|
|
1164
|
-
return
|
|
1164
|
+
return A[g.$W];
|
|
1165
1165
|
case "H":
|
|
1166
|
-
return String(
|
|
1166
|
+
return String(M);
|
|
1167
1167
|
case "HH":
|
|
1168
|
-
return
|
|
1168
|
+
return b.s(M, 2, "0");
|
|
1169
1169
|
case "h":
|
|
1170
|
-
return
|
|
1170
|
+
return fo(1);
|
|
1171
1171
|
case "hh":
|
|
1172
|
-
return
|
|
1172
|
+
return fo(2);
|
|
1173
1173
|
case "a":
|
|
1174
|
-
return
|
|
1174
|
+
return to(M, L, !0);
|
|
1175
1175
|
case "A":
|
|
1176
|
-
return
|
|
1176
|
+
return to(M, L, !1);
|
|
1177
1177
|
case "m":
|
|
1178
|
-
return String(
|
|
1178
|
+
return String(L);
|
|
1179
1179
|
case "mm":
|
|
1180
|
-
return
|
|
1180
|
+
return b.s(L, 2, "0");
|
|
1181
1181
|
case "s":
|
|
1182
|
-
return String(
|
|
1182
|
+
return String(g.$s);
|
|
1183
1183
|
case "ss":
|
|
1184
|
-
return
|
|
1184
|
+
return b.s(g.$s, 2, "0");
|
|
1185
1185
|
case "SSS":
|
|
1186
|
-
return
|
|
1186
|
+
return b.s(g.$ms, 3, "0");
|
|
1187
1187
|
case "Z":
|
|
1188
|
-
return
|
|
1188
|
+
return $;
|
|
1189
1189
|
}
|
|
1190
1190
|
return null;
|
|
1191
|
-
})(
|
|
1191
|
+
})(P) || $.replace(":", "");
|
|
1192
1192
|
}));
|
|
1193
|
-
},
|
|
1193
|
+
}, s.utcOffset = function() {
|
|
1194
1194
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1195
|
-
},
|
|
1196
|
-
var
|
|
1197
|
-
return
|
|
1195
|
+
}, s.diff = function(c, g, l) {
|
|
1196
|
+
var y, $ = this, M = b.p(g), L = m(c), F = (L.utcOffset() - this.utcOffset()) * a, A = this - L, X = function() {
|
|
1197
|
+
return b.m($, L);
|
|
1198
1198
|
};
|
|
1199
|
-
switch (
|
|
1200
|
-
case T:
|
|
1201
|
-
p = N() / 12;
|
|
1202
|
-
break;
|
|
1199
|
+
switch (M) {
|
|
1203
1200
|
case R:
|
|
1204
|
-
|
|
1201
|
+
y = X() / 12;
|
|
1205
1202
|
break;
|
|
1206
|
-
case
|
|
1207
|
-
|
|
1203
|
+
case Y:
|
|
1204
|
+
y = X();
|
|
1208
1205
|
break;
|
|
1209
|
-
case
|
|
1210
|
-
|
|
1206
|
+
case w:
|
|
1207
|
+
y = X() / 3;
|
|
1211
1208
|
break;
|
|
1212
|
-
case
|
|
1213
|
-
|
|
1209
|
+
case _:
|
|
1210
|
+
y = (A - F) / 6048e5;
|
|
1214
1211
|
break;
|
|
1215
|
-
case
|
|
1216
|
-
|
|
1212
|
+
case C:
|
|
1213
|
+
y = (A - F) / 864e5;
|
|
1217
1214
|
break;
|
|
1218
|
-
case
|
|
1219
|
-
|
|
1215
|
+
case f:
|
|
1216
|
+
y = A / t;
|
|
1217
|
+
break;
|
|
1218
|
+
case h:
|
|
1219
|
+
y = A / a;
|
|
1220
1220
|
break;
|
|
1221
|
-
case
|
|
1222
|
-
|
|
1221
|
+
case n:
|
|
1222
|
+
y = A / e;
|
|
1223
1223
|
break;
|
|
1224
1224
|
default:
|
|
1225
|
-
|
|
1225
|
+
y = A;
|
|
1226
1226
|
}
|
|
1227
|
-
return
|
|
1228
|
-
},
|
|
1229
|
-
return this.endOf(
|
|
1230
|
-
},
|
|
1227
|
+
return l ? y : b.a(y);
|
|
1228
|
+
}, s.daysInMonth = function() {
|
|
1229
|
+
return this.endOf(Y).$D;
|
|
1230
|
+
}, s.$locale = function() {
|
|
1231
1231
|
return V[this.$L];
|
|
1232
|
-
},
|
|
1233
|
-
if (!
|
|
1234
|
-
var
|
|
1235
|
-
return
|
|
1236
|
-
},
|
|
1237
|
-
return
|
|
1238
|
-
},
|
|
1232
|
+
}, s.locale = function(c, g) {
|
|
1233
|
+
if (!c) return this.$L;
|
|
1234
|
+
var l = this.clone(), y = p(c, g, !0);
|
|
1235
|
+
return y && (l.$L = y), l;
|
|
1236
|
+
}, s.clone = function() {
|
|
1237
|
+
return b.w(this.$d, this);
|
|
1238
|
+
}, s.toDate = function() {
|
|
1239
1239
|
return new Date(this.valueOf());
|
|
1240
|
-
},
|
|
1240
|
+
}, s.toJSON = function() {
|
|
1241
1241
|
return this.isValid() ? this.toISOString() : null;
|
|
1242
|
-
},
|
|
1242
|
+
}, s.toISOString = function() {
|
|
1243
1243
|
return this.$d.toISOString();
|
|
1244
|
-
},
|
|
1244
|
+
}, s.toString = function() {
|
|
1245
1245
|
return this.$d.toUTCString();
|
|
1246
|
-
},
|
|
1247
|
-
})(),
|
|
1248
|
-
return
|
|
1249
|
-
|
|
1250
|
-
return this.$g(
|
|
1246
|
+
}, k;
|
|
1247
|
+
})(), eo = U.prototype;
|
|
1248
|
+
return m.prototype = eo, [["$ms", u], ["$s", n], ["$m", h], ["$H", f], ["$W", C], ["$M", Y], ["$y", R], ["$D", v]].forEach((function(k) {
|
|
1249
|
+
eo[k[1]] = function(s) {
|
|
1250
|
+
return this.$g(s, k[0], k[1]);
|
|
1251
1251
|
};
|
|
1252
|
-
})),
|
|
1253
|
-
return
|
|
1254
|
-
},
|
|
1255
|
-
return
|
|
1256
|
-
},
|
|
1252
|
+
})), m.extend = function(k, s) {
|
|
1253
|
+
return k.$i || (k(s, U, m), k.$i = !0), m;
|
|
1254
|
+
}, m.locale = p, m.isDayjs = d, m.unix = function(k) {
|
|
1255
|
+
return m(1e3 * k);
|
|
1256
|
+
}, m.en = V[z], m.Ls = V, m.p = {}, m;
|
|
1257
1257
|
}));
|
|
1258
|
-
})(
|
|
1258
|
+
})(ho)), ho.exports;
|
|
1259
1259
|
}
|
|
1260
|
-
var
|
|
1261
|
-
const
|
|
1260
|
+
var su = qo();
|
|
1261
|
+
const co = /* @__PURE__ */ Co(su);
|
|
1262
|
+
var vo = { exports: {} }, uu = vo.exports, To;
|
|
1263
|
+
function fu() {
|
|
1264
|
+
return To || (To = 1, (function(o, r) {
|
|
1265
|
+
(function(e, a) {
|
|
1266
|
+
o.exports = a(qo());
|
|
1267
|
+
})(uu, (function(e) {
|
|
1268
|
+
function a(n) {
|
|
1269
|
+
return n && typeof n == "object" && "default" in n ? n : { default: n };
|
|
1270
|
+
}
|
|
1271
|
+
var t = a(e), u = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(n) {
|
|
1272
|
+
return n + "º";
|
|
1273
|
+
}, 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" } };
|
|
1274
|
+
return t.default.locale(u, null, !0), u;
|
|
1275
|
+
}));
|
|
1276
|
+
})(vo)), vo.exports;
|
|
1277
|
+
}
|
|
1278
|
+
fu();
|
|
1279
|
+
var ko = { exports: {} }, gu = ko.exports, _o;
|
|
1280
|
+
function mu() {
|
|
1281
|
+
return _o || (_o = 1, (function(o, r) {
|
|
1282
|
+
(function(e, a) {
|
|
1283
|
+
o.exports = a();
|
|
1284
|
+
})(gu, (function() {
|
|
1285
|
+
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" };
|
|
1286
|
+
return function(a, t, u) {
|
|
1287
|
+
var n = t.prototype, h = n.format;
|
|
1288
|
+
u.en.formats = e, n.format = function(f) {
|
|
1289
|
+
f === void 0 && (f = "YYYY-MM-DDTHH:mm:ssZ");
|
|
1290
|
+
var C = this.$locale().formats, _ = (function(Y, w) {
|
|
1291
|
+
return Y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(R, v, i) {
|
|
1292
|
+
var x = i && i.toUpperCase();
|
|
1293
|
+
return v || w[i] || e[i] || w[x].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(W, D, S) {
|
|
1294
|
+
return D || S.slice(1);
|
|
1295
|
+
}));
|
|
1296
|
+
}));
|
|
1297
|
+
})(f, C === void 0 ? {} : C);
|
|
1298
|
+
return h.call(this, _);
|
|
1299
|
+
};
|
|
1300
|
+
};
|
|
1301
|
+
}));
|
|
1302
|
+
})(ko)), ko.exports;
|
|
1303
|
+
}
|
|
1304
|
+
var pu = mu();
|
|
1305
|
+
const bu = /* @__PURE__ */ Co(pu);
|
|
1306
|
+
var yo = { exports: {} }, hu = yo.exports, jo;
|
|
1307
|
+
function vu() {
|
|
1308
|
+
return jo || (jo = 1, (function(o, r) {
|
|
1309
|
+
(function(e, a) {
|
|
1310
|
+
o.exports = a();
|
|
1311
|
+
})(hu, (function() {
|
|
1312
|
+
var e = "minute", a = /[+-]\d\d(?::?\d\d)?/g, t = /([+-]|\d\d)/g;
|
|
1313
|
+
return function(u, n, h) {
|
|
1314
|
+
var f = n.prototype;
|
|
1315
|
+
h.utc = function(i) {
|
|
1316
|
+
var x = { date: i, utc: !0, args: arguments };
|
|
1317
|
+
return new n(x);
|
|
1318
|
+
}, f.utc = function(i) {
|
|
1319
|
+
var x = h(this.toDate(), { locale: this.$L, utc: !0 });
|
|
1320
|
+
return i ? x.add(this.utcOffset(), e) : x;
|
|
1321
|
+
}, f.local = function() {
|
|
1322
|
+
return h(this.toDate(), { locale: this.$L, utc: !1 });
|
|
1323
|
+
};
|
|
1324
|
+
var C = f.parse;
|
|
1325
|
+
f.parse = function(i) {
|
|
1326
|
+
i.utc && (this.$u = !0), this.$utils().u(i.$offset) || (this.$offset = i.$offset), C.call(this, i);
|
|
1327
|
+
};
|
|
1328
|
+
var _ = f.init;
|
|
1329
|
+
f.init = function() {
|
|
1330
|
+
if (this.$u) {
|
|
1331
|
+
var i = this.$d;
|
|
1332
|
+
this.$y = i.getUTCFullYear(), this.$M = i.getUTCMonth(), this.$D = i.getUTCDate(), this.$W = i.getUTCDay(), this.$H = i.getUTCHours(), this.$m = i.getUTCMinutes(), this.$s = i.getUTCSeconds(), this.$ms = i.getUTCMilliseconds();
|
|
1333
|
+
} else _.call(this);
|
|
1334
|
+
};
|
|
1335
|
+
var Y = f.utcOffset;
|
|
1336
|
+
f.utcOffset = function(i, x) {
|
|
1337
|
+
var W = this.$utils().u;
|
|
1338
|
+
if (W(i)) return this.$u ? 0 : W(this.$offset) ? Y.call(this) : this.$offset;
|
|
1339
|
+
if (typeof i == "string" && (i = (function(z) {
|
|
1340
|
+
z === void 0 && (z = "");
|
|
1341
|
+
var V = z.match(a);
|
|
1342
|
+
if (!V) return null;
|
|
1343
|
+
var j = ("" + V[0]).match(t) || ["-", 0, 0], d = j[0], p = 60 * +j[1] + +j[2];
|
|
1344
|
+
return p === 0 ? 0 : d === "+" ? p : -p;
|
|
1345
|
+
})(i), i === null)) return this;
|
|
1346
|
+
var D = Math.abs(i) <= 16 ? 60 * i : i;
|
|
1347
|
+
if (D === 0) return this.utc(x);
|
|
1348
|
+
var S = this.clone();
|
|
1349
|
+
if (x) return S.$offset = D, S.$u = !1, S;
|
|
1350
|
+
var I = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
1351
|
+
return (S = this.local().add(D + I, e)).$offset = D, S.$x.$localOffset = I, S;
|
|
1352
|
+
};
|
|
1353
|
+
var w = f.format;
|
|
1354
|
+
f.format = function(i) {
|
|
1355
|
+
var x = i || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
1356
|
+
return w.call(this, x);
|
|
1357
|
+
}, f.valueOf = function() {
|
|
1358
|
+
var i = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
1359
|
+
return this.$d.valueOf() - 6e4 * i;
|
|
1360
|
+
}, f.isUTC = function() {
|
|
1361
|
+
return !!this.$u;
|
|
1362
|
+
}, f.toISOString = function() {
|
|
1363
|
+
return this.toDate().toISOString();
|
|
1364
|
+
}, f.toString = function() {
|
|
1365
|
+
return this.toDate().toUTCString();
|
|
1366
|
+
};
|
|
1367
|
+
var R = f.toDate;
|
|
1368
|
+
f.toDate = function(i) {
|
|
1369
|
+
return i === "s" && this.$offset ? h(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : R.call(this);
|
|
1370
|
+
};
|
|
1371
|
+
var v = f.diff;
|
|
1372
|
+
f.diff = function(i, x, W) {
|
|
1373
|
+
if (i && this.$u === i.$u) return v.call(this, i, x, W);
|
|
1374
|
+
var D = this.local(), S = h(i).local();
|
|
1375
|
+
return v.call(D, S, x, W);
|
|
1376
|
+
};
|
|
1377
|
+
};
|
|
1378
|
+
}));
|
|
1379
|
+
})(yo)), yo.exports;
|
|
1380
|
+
}
|
|
1381
|
+
var ku = vu();
|
|
1382
|
+
const yu = /* @__PURE__ */ Co(ku);
|
|
1383
|
+
var $o = { exports: {} }, $u = $o.exports, Fo;
|
|
1384
|
+
function xu() {
|
|
1385
|
+
return Fo || (Fo = 1, (function(o, r) {
|
|
1386
|
+
(function(e, a) {
|
|
1387
|
+
o.exports = a();
|
|
1388
|
+
})($u, (function() {
|
|
1389
|
+
var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, a = {};
|
|
1390
|
+
return function(t, u, n) {
|
|
1391
|
+
var h, f = function(w, R, v) {
|
|
1392
|
+
v === void 0 && (v = {});
|
|
1393
|
+
var i = new Date(w), x = (function(W, D) {
|
|
1394
|
+
D === void 0 && (D = {});
|
|
1395
|
+
var S = D.timeZoneName || "short", I = W + "|" + S, z = a[I];
|
|
1396
|
+
return z || (z = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: W, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: S }), a[I] = z), z;
|
|
1397
|
+
})(R, v);
|
|
1398
|
+
return x.formatToParts(i);
|
|
1399
|
+
}, C = function(w, R) {
|
|
1400
|
+
for (var v = f(w, R), i = [], x = 0; x < v.length; x += 1) {
|
|
1401
|
+
var W = v[x], D = W.type, S = W.value, I = e[D];
|
|
1402
|
+
I >= 0 && (i[I] = parseInt(S, 10));
|
|
1403
|
+
}
|
|
1404
|
+
var z = i[3], V = z === 24 ? 0 : z, j = i[0] + "-" + i[1] + "-" + i[2] + " " + V + ":" + i[4] + ":" + i[5] + ":000", d = +w;
|
|
1405
|
+
return (n.utc(j).valueOf() - (d -= d % 1e3)) / 6e4;
|
|
1406
|
+
}, _ = u.prototype;
|
|
1407
|
+
_.tz = function(w, R) {
|
|
1408
|
+
w === void 0 && (w = h);
|
|
1409
|
+
var v, i = this.utcOffset(), x = this.toDate(), W = x.toLocaleString("en-US", { timeZone: w }), D = Math.round((x - new Date(W)) / 1e3 / 60), S = 15 * -Math.round(x.getTimezoneOffset() / 15) - D;
|
|
1410
|
+
if (!Number(S)) v = this.utcOffset(0, R);
|
|
1411
|
+
else if (v = n(W, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(S, !0), R) {
|
|
1412
|
+
var I = v.utcOffset();
|
|
1413
|
+
v = v.add(i - I, "minute");
|
|
1414
|
+
}
|
|
1415
|
+
return v.$x.$timezone = w, v;
|
|
1416
|
+
}, _.offsetName = function(w) {
|
|
1417
|
+
var R = this.$x.$timezone || n.tz.guess(), v = f(this.valueOf(), R, { timeZoneName: w }).find((function(i) {
|
|
1418
|
+
return i.type.toLowerCase() === "timezonename";
|
|
1419
|
+
}));
|
|
1420
|
+
return v && v.value;
|
|
1421
|
+
};
|
|
1422
|
+
var Y = _.startOf;
|
|
1423
|
+
_.startOf = function(w, R) {
|
|
1424
|
+
if (!this.$x || !this.$x.$timezone) return Y.call(this, w, R);
|
|
1425
|
+
var v = n(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
1426
|
+
return Y.call(v, w, R).tz(this.$x.$timezone, !0);
|
|
1427
|
+
}, n.tz = function(w, R, v) {
|
|
1428
|
+
var i = v && R, x = v || R || h, W = C(+n(), x);
|
|
1429
|
+
if (typeof w != "string") return n(w).tz(x);
|
|
1430
|
+
var D = (function(V, j, d) {
|
|
1431
|
+
var p = V - 60 * j * 1e3, m = C(p, d);
|
|
1432
|
+
if (j === m) return [p, j];
|
|
1433
|
+
var b = C(p -= 60 * (m - j) * 1e3, d);
|
|
1434
|
+
return m === b ? [p, m] : [V - 60 * Math.min(m, b) * 1e3, Math.max(m, b)];
|
|
1435
|
+
})(n.utc(w, i).valueOf(), W, x), S = D[0], I = D[1], z = n(S).utcOffset(I);
|
|
1436
|
+
return z.$x.$timezone = x, z;
|
|
1437
|
+
}, n.tz.guess = function() {
|
|
1438
|
+
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
1439
|
+
}, n.tz.setDefault = function(w) {
|
|
1440
|
+
h = w;
|
|
1441
|
+
};
|
|
1442
|
+
};
|
|
1443
|
+
}));
|
|
1444
|
+
})($o)), $o.exports;
|
|
1445
|
+
}
|
|
1446
|
+
var Cu = xu();
|
|
1447
|
+
const wu = /* @__PURE__ */ Co(Cu);
|
|
1448
|
+
co.extend(bu);
|
|
1449
|
+
co.extend(yu);
|
|
1450
|
+
co.extend(wu);
|
|
1451
|
+
co.locale("pt-br");
|
|
1452
|
+
const Z = (o) => {
|
|
1262
1453
|
if (!o) return null;
|
|
1263
|
-
const r =
|
|
1454
|
+
const r = co(o);
|
|
1264
1455
|
return r.isValid() ? r : null;
|
|
1265
1456
|
};
|
|
1266
|
-
function
|
|
1267
|
-
const r =
|
|
1457
|
+
function Ho(o) {
|
|
1458
|
+
const r = Z(o);
|
|
1268
1459
|
return r ? r.startOf("day").toDate() : null;
|
|
1269
1460
|
}
|
|
1270
|
-
function
|
|
1271
|
-
return
|
|
1461
|
+
function Df() {
|
|
1462
|
+
return co().startOf("day").toDate();
|
|
1272
1463
|
}
|
|
1273
|
-
function
|
|
1274
|
-
const e =
|
|
1464
|
+
function Sf(o, r = "YYYY-MM-DD") {
|
|
1465
|
+
const e = Z(o);
|
|
1275
1466
|
return e ? e.format(r) : "";
|
|
1276
1467
|
}
|
|
1277
|
-
function
|
|
1278
|
-
const e =
|
|
1468
|
+
function zf(o, r = "YYYY-MM-DD HH:mm:ss") {
|
|
1469
|
+
const e = Z(o);
|
|
1279
1470
|
return e ? e.format(r) : "";
|
|
1280
1471
|
}
|
|
1281
|
-
function
|
|
1282
|
-
const e =
|
|
1472
|
+
function Mf(o, r = "DD/MM/YYYY") {
|
|
1473
|
+
const e = Z(o);
|
|
1283
1474
|
return e ? e.format(r) : "";
|
|
1284
1475
|
}
|
|
1285
|
-
function
|
|
1286
|
-
const e =
|
|
1476
|
+
function Of(o, r = "DD/MM/YYYY HH:mm") {
|
|
1477
|
+
const e = Z(o);
|
|
1287
1478
|
return e ? e.format(r) : "";
|
|
1288
1479
|
}
|
|
1289
|
-
function
|
|
1290
|
-
const e =
|
|
1480
|
+
function Yf(o, r = "HH:mm") {
|
|
1481
|
+
const e = Z(o);
|
|
1291
1482
|
return e ? e.format(r) : "";
|
|
1292
1483
|
}
|
|
1293
|
-
function
|
|
1294
|
-
const e =
|
|
1484
|
+
function Wf(o, r = "ddd") {
|
|
1485
|
+
const e = Z(o);
|
|
1295
1486
|
return e ? e.format(r).toUpperCase() : "";
|
|
1296
1487
|
}
|
|
1297
|
-
function
|
|
1298
|
-
const e =
|
|
1488
|
+
function Vf(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
|
|
1489
|
+
const e = Z(o);
|
|
1299
1490
|
return e ? e.format(r) : "";
|
|
1300
1491
|
}
|
|
1301
|
-
function
|
|
1302
|
-
const r =
|
|
1492
|
+
function wo(o) {
|
|
1493
|
+
const r = Z(o);
|
|
1303
1494
|
return r ? r.toDate() : null;
|
|
1304
1495
|
}
|
|
1305
|
-
function
|
|
1306
|
-
const a =
|
|
1496
|
+
function Bo(o, r, e = "day") {
|
|
1497
|
+
const a = Z(o);
|
|
1307
1498
|
return !a || typeof r != "number" || Number.isNaN(r) ? null : a.add(r, e).toDate();
|
|
1308
1499
|
}
|
|
1309
|
-
function
|
|
1310
|
-
return
|
|
1500
|
+
function If(o, r) {
|
|
1501
|
+
return Bo(o, r, "day");
|
|
1311
1502
|
}
|
|
1312
|
-
function
|
|
1313
|
-
return
|
|
1503
|
+
function Lf(o, r) {
|
|
1504
|
+
return Bo(o, r, "month");
|
|
1314
1505
|
}
|
|
1315
|
-
function
|
|
1316
|
-
return
|
|
1506
|
+
function Tf(o, r) {
|
|
1507
|
+
return Bo(o, r, "year");
|
|
1317
1508
|
}
|
|
1318
|
-
function
|
|
1319
|
-
return
|
|
1509
|
+
function _f(o, r) {
|
|
1510
|
+
return Bo(o, r, "minute");
|
|
1320
1511
|
}
|
|
1321
|
-
function
|
|
1512
|
+
function jf(o) {
|
|
1322
1513
|
return o == null ? "" : String(o).toLowerCase().trim().split(/\s+/).map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join(" ");
|
|
1323
1514
|
}
|
|
1324
|
-
function
|
|
1515
|
+
function lo(o) {
|
|
1325
1516
|
return o == null ? "" : String(o).replace(/\D/g, "");
|
|
1326
1517
|
}
|
|
1327
|
-
function
|
|
1328
|
-
const r =
|
|
1518
|
+
function Bu(o) {
|
|
1519
|
+
const r = lo(o);
|
|
1329
1520
|
return r.length !== 8 ? o : r.replace(/(\d{5})(\d{3})/, "$1-$2");
|
|
1330
1521
|
}
|
|
1331
|
-
function
|
|
1522
|
+
function Ff(o) {
|
|
1332
1523
|
if (o == null) return "";
|
|
1333
1524
|
const {
|
|
1334
1525
|
postalCode: r,
|
|
1335
1526
|
state: e,
|
|
1336
1527
|
city: a,
|
|
1337
|
-
neighborhood:
|
|
1338
|
-
addressLine1:
|
|
1339
|
-
addressLine2:
|
|
1340
|
-
} = o,
|
|
1341
|
-
return [
|
|
1528
|
+
neighborhood: t,
|
|
1529
|
+
addressLine1: u,
|
|
1530
|
+
addressLine2: n
|
|
1531
|
+
} = o, h = [u, n].filter(Boolean).join(" "), f = [t, " - ", a, e].filter(Boolean).join(" "), C = r ? Bu(r) : null;
|
|
1532
|
+
return [h, " - ", f, " - ", C].filter(Boolean).join(" ").replace(/\s-\s$/, "");
|
|
1342
1533
|
}
|
|
1343
|
-
function
|
|
1534
|
+
function Hf(o) {
|
|
1344
1535
|
if (o == null) return "";
|
|
1345
1536
|
const { name: r, state: e, record: a } = o;
|
|
1346
1537
|
return [r, e, a].filter(Boolean).join(" ");
|
|
1347
1538
|
}
|
|
1348
|
-
function
|
|
1349
|
-
const r =
|
|
1539
|
+
function Af(o) {
|
|
1540
|
+
const r = lo(o);
|
|
1350
1541
|
if (!r) return "";
|
|
1351
1542
|
const e = r.startsWith("55") && r.length > 11 ? r.slice(2) : r;
|
|
1352
1543
|
return e.length === 11 ? e.replace(
|
|
@@ -1357,47 +1548,47 @@ function k0(o) {
|
|
|
1357
1548
|
"($1) $2-$3"
|
|
1358
1549
|
) : o;
|
|
1359
1550
|
}
|
|
1360
|
-
const
|
|
1551
|
+
const Nf = (o) => {
|
|
1361
1552
|
try {
|
|
1362
1553
|
return localStorage.getItem(o);
|
|
1363
1554
|
} catch {
|
|
1364
1555
|
return null;
|
|
1365
1556
|
}
|
|
1366
|
-
},
|
|
1557
|
+
}, Pf = (o, r) => {
|
|
1367
1558
|
try {
|
|
1368
1559
|
return localStorage.setItem(o, r), !0;
|
|
1369
1560
|
} catch {
|
|
1370
1561
|
return !1;
|
|
1371
1562
|
}
|
|
1372
|
-
},
|
|
1563
|
+
}, qf = (o) => {
|
|
1373
1564
|
try {
|
|
1374
1565
|
return localStorage.removeItem(o), !0;
|
|
1375
1566
|
} catch {
|
|
1376
1567
|
return !1;
|
|
1377
1568
|
}
|
|
1378
1569
|
};
|
|
1379
|
-
function
|
|
1570
|
+
function Ao(o, r) {
|
|
1380
1571
|
var e = Object.keys(o);
|
|
1381
1572
|
if (Object.getOwnPropertySymbols) {
|
|
1382
1573
|
var a = Object.getOwnPropertySymbols(o);
|
|
1383
|
-
r && (a = a.filter(function(
|
|
1384
|
-
return Object.getOwnPropertyDescriptor(o,
|
|
1574
|
+
r && (a = a.filter(function(t) {
|
|
1575
|
+
return Object.getOwnPropertyDescriptor(o, t).enumerable;
|
|
1385
1576
|
})), e.push.apply(e, a);
|
|
1386
1577
|
}
|
|
1387
1578
|
return e;
|
|
1388
1579
|
}
|
|
1389
|
-
function
|
|
1580
|
+
function mo(o) {
|
|
1390
1581
|
for (var r = 1; r < arguments.length; r++) {
|
|
1391
1582
|
var e = arguments[r] != null ? arguments[r] : {};
|
|
1392
|
-
r % 2 ?
|
|
1393
|
-
|
|
1394
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) :
|
|
1583
|
+
r % 2 ? Ao(Object(e), !0).forEach(function(a) {
|
|
1584
|
+
Ru(o, a, e[a]);
|
|
1585
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : Ao(Object(e)).forEach(function(a) {
|
|
1395
1586
|
Object.defineProperty(o, a, Object.getOwnPropertyDescriptor(e, a));
|
|
1396
1587
|
});
|
|
1397
1588
|
}
|
|
1398
1589
|
return o;
|
|
1399
1590
|
}
|
|
1400
|
-
function
|
|
1591
|
+
function Ru(o, r, e) {
|
|
1401
1592
|
return r in o ? Object.defineProperty(o, r, {
|
|
1402
1593
|
value: e,
|
|
1403
1594
|
enumerable: !0,
|
|
@@ -1405,87 +1596,87 @@ function nu(o, r, e) {
|
|
|
1405
1596
|
writable: !0
|
|
1406
1597
|
}) : o[r] = e, o;
|
|
1407
1598
|
}
|
|
1408
|
-
function
|
|
1599
|
+
function xo(o) {
|
|
1409
1600
|
return typeof o == "function";
|
|
1410
1601
|
}
|
|
1411
|
-
function
|
|
1602
|
+
function zo(o) {
|
|
1412
1603
|
return o !== null && typeof o == "object" && !Array.isArray(o);
|
|
1413
1604
|
}
|
|
1414
|
-
function
|
|
1415
|
-
return
|
|
1605
|
+
function Ro(o) {
|
|
1606
|
+
return xo(o.$validator) ? mo({}, o) : {
|
|
1416
1607
|
$validator: o
|
|
1417
1608
|
};
|
|
1418
1609
|
}
|
|
1419
|
-
function
|
|
1610
|
+
function Eo(o) {
|
|
1420
1611
|
return typeof o == "object" ? o.$valid : o;
|
|
1421
1612
|
}
|
|
1422
|
-
function
|
|
1613
|
+
function Uo(o) {
|
|
1423
1614
|
return o.$validator || o;
|
|
1424
1615
|
}
|
|
1425
|
-
function
|
|
1426
|
-
if (!
|
|
1427
|
-
if (!
|
|
1428
|
-
const e =
|
|
1429
|
-
return e.$params =
|
|
1616
|
+
function Du(o, r) {
|
|
1617
|
+
if (!zo(o)) throw new Error(`[@vuelidate/validators]: First parameter to "withParams" should be an object, provided ${typeof o}`);
|
|
1618
|
+
if (!zo(r) && !xo(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
1619
|
+
const e = Ro(r);
|
|
1620
|
+
return e.$params = mo(mo({}, e.$params || {}), o), e;
|
|
1430
1621
|
}
|
|
1431
|
-
function
|
|
1432
|
-
if (!
|
|
1433
|
-
if (!
|
|
1434
|
-
const e =
|
|
1622
|
+
function Su(o, r) {
|
|
1623
|
+
if (!xo(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}`);
|
|
1624
|
+
if (!zo(r) && !xo(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
1625
|
+
const e = Ro(r);
|
|
1435
1626
|
return e.$message = o, e;
|
|
1436
1627
|
}
|
|
1437
|
-
function
|
|
1628
|
+
function zu(o) {
|
|
1438
1629
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
1439
|
-
const e =
|
|
1440
|
-
return
|
|
1630
|
+
const e = Ro(o);
|
|
1631
|
+
return mo(mo({}, e), {}, {
|
|
1441
1632
|
$async: !0,
|
|
1442
1633
|
$watchTargets: r
|
|
1443
1634
|
});
|
|
1444
1635
|
}
|
|
1445
|
-
function
|
|
1636
|
+
function Mu(o) {
|
|
1446
1637
|
return {
|
|
1447
1638
|
$validator(r) {
|
|
1448
|
-
for (var e = arguments.length, a = new Array(e > 1 ? e - 1 : 0),
|
|
1449
|
-
a[
|
|
1450
|
-
return
|
|
1451
|
-
const
|
|
1452
|
-
let [
|
|
1453
|
-
const
|
|
1454
|
-
let [
|
|
1455
|
-
const
|
|
1456
|
-
if (
|
|
1457
|
-
let V =
|
|
1458
|
-
const
|
|
1639
|
+
for (var e = arguments.length, a = new Array(e > 1 ? e - 1 : 0), t = 1; t < e; t++)
|
|
1640
|
+
a[t - 1] = arguments[t];
|
|
1641
|
+
return T(r).reduce((u, n, h) => {
|
|
1642
|
+
const f = Object.entries(n).reduce((C, _) => {
|
|
1643
|
+
let [Y, w] = _;
|
|
1644
|
+
const R = o[Y] || {}, v = Object.entries(R).reduce((i, x) => {
|
|
1645
|
+
let [W, D] = x;
|
|
1646
|
+
const I = Uo(D).call(this, w, n, h, ...a), z = Eo(I);
|
|
1647
|
+
if (i.$data[W] = I, i.$data.$invalid = !z || !!i.$data.$invalid, i.$data.$error = i.$data.$invalid, !z) {
|
|
1648
|
+
let V = D.$message || "";
|
|
1649
|
+
const j = D.$params || {};
|
|
1459
1650
|
typeof V == "function" && (V = V({
|
|
1460
1651
|
$pending: !1,
|
|
1461
|
-
$invalid: !
|
|
1462
|
-
$params:
|
|
1463
|
-
$model:
|
|
1464
|
-
$response:
|
|
1465
|
-
})),
|
|
1466
|
-
$property:
|
|
1652
|
+
$invalid: !z,
|
|
1653
|
+
$params: j,
|
|
1654
|
+
$model: w,
|
|
1655
|
+
$response: I
|
|
1656
|
+
})), i.$errors.push({
|
|
1657
|
+
$property: Y,
|
|
1467
1658
|
$message: V,
|
|
1468
|
-
$params:
|
|
1469
|
-
$response:
|
|
1470
|
-
$model:
|
|
1659
|
+
$params: j,
|
|
1660
|
+
$response: I,
|
|
1661
|
+
$model: w,
|
|
1471
1662
|
$pending: !1,
|
|
1472
|
-
$validator:
|
|
1663
|
+
$validator: W
|
|
1473
1664
|
});
|
|
1474
1665
|
}
|
|
1475
1666
|
return {
|
|
1476
|
-
$valid:
|
|
1477
|
-
$data:
|
|
1478
|
-
$errors:
|
|
1667
|
+
$valid: i.$valid && z,
|
|
1668
|
+
$data: i.$data,
|
|
1669
|
+
$errors: i.$errors
|
|
1479
1670
|
};
|
|
1480
1671
|
}, {
|
|
1481
1672
|
$valid: !0,
|
|
1482
1673
|
$data: {},
|
|
1483
1674
|
$errors: []
|
|
1484
1675
|
});
|
|
1485
|
-
return
|
|
1486
|
-
$valid:
|
|
1487
|
-
$data:
|
|
1488
|
-
$errors:
|
|
1676
|
+
return C.$data[Y] = v.$data, C.$errors[Y] = v.$errors, {
|
|
1677
|
+
$valid: C.$valid && v.$valid,
|
|
1678
|
+
$data: C.$data,
|
|
1679
|
+
$errors: C.$errors
|
|
1489
1680
|
};
|
|
1490
1681
|
}, {
|
|
1491
1682
|
$valid: !0,
|
|
@@ -1493,9 +1684,9 @@ function cu(o) {
|
|
|
1493
1684
|
$errors: {}
|
|
1494
1685
|
});
|
|
1495
1686
|
return {
|
|
1496
|
-
$valid:
|
|
1497
|
-
$data:
|
|
1498
|
-
$errors:
|
|
1687
|
+
$valid: u.$valid && f.$valid,
|
|
1688
|
+
$data: u.$data.concat(f.$data),
|
|
1689
|
+
$errors: u.$errors.concat(f.$errors)
|
|
1499
1690
|
};
|
|
1500
1691
|
}, {
|
|
1501
1692
|
$valid: !0,
|
|
@@ -1507,12 +1698,12 @@ function cu(o) {
|
|
|
1507
1698
|
let {
|
|
1508
1699
|
$response: e
|
|
1509
1700
|
} = r;
|
|
1510
|
-
return e ? e.$errors.map((a) => Object.values(a).map((
|
|
1701
|
+
return e ? e.$errors.map((a) => Object.values(a).map((t) => t.map((u) => u.$message)).reduce((t, u) => t.concat(u), [])) : [];
|
|
1511
1702
|
}
|
|
1512
1703
|
};
|
|
1513
1704
|
}
|
|
1514
|
-
const
|
|
1515
|
-
if (o =
|
|
1705
|
+
const po = (o) => {
|
|
1706
|
+
if (o = T(o), Array.isArray(o)) return !!o.length;
|
|
1516
1707
|
if (o == null)
|
|
1517
1708
|
return !1;
|
|
1518
1709
|
if (o === !1)
|
|
@@ -1524,43 +1715,43 @@ const mo = (o) => {
|
|
|
1524
1715
|
return !1;
|
|
1525
1716
|
}
|
|
1526
1717
|
return !!String(o).length;
|
|
1527
|
-
},
|
|
1528
|
-
function
|
|
1718
|
+
}, Oo = (o) => (o = T(o), Array.isArray(o) ? o.length : typeof o == "object" ? Object.keys(o).length : String(o).length);
|
|
1719
|
+
function ro() {
|
|
1529
1720
|
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++)
|
|
1530
1721
|
r[e] = arguments[e];
|
|
1531
|
-
return (a) => (a =
|
|
1722
|
+
return (a) => (a = T(a), !po(a) || r.every((t) => (t.lastIndex = 0, t.test(a))));
|
|
1532
1723
|
}
|
|
1533
|
-
var
|
|
1724
|
+
var N = /* @__PURE__ */ Object.freeze({
|
|
1534
1725
|
__proto__: null,
|
|
1535
|
-
forEach:
|
|
1536
|
-
len:
|
|
1537
|
-
normalizeValidatorObject:
|
|
1538
|
-
regex:
|
|
1539
|
-
req:
|
|
1540
|
-
unwrap:
|
|
1541
|
-
unwrapNormalizedValidator:
|
|
1542
|
-
unwrapValidatorResponse:
|
|
1543
|
-
withAsync:
|
|
1544
|
-
withMessage:
|
|
1545
|
-
withParams:
|
|
1726
|
+
forEach: Mu,
|
|
1727
|
+
len: Oo,
|
|
1728
|
+
normalizeValidatorObject: Ro,
|
|
1729
|
+
regex: ro,
|
|
1730
|
+
req: po,
|
|
1731
|
+
unwrap: T,
|
|
1732
|
+
unwrapNormalizedValidator: Uo,
|
|
1733
|
+
unwrapValidatorResponse: Eo,
|
|
1734
|
+
withAsync: zu,
|
|
1735
|
+
withMessage: Su,
|
|
1736
|
+
withParams: Du
|
|
1546
1737
|
});
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
const
|
|
1551
|
-
var
|
|
1552
|
-
$validator:
|
|
1738
|
+
ro(/^[a-zA-Z]*$/);
|
|
1739
|
+
ro(/^[a-zA-Z0-9]*$/);
|
|
1740
|
+
ro(/^\d*(\.\d+)?$/);
|
|
1741
|
+
const Ou = /^(?:[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;
|
|
1742
|
+
var Yu = ro(Ou), Wu = {
|
|
1743
|
+
$validator: Yu,
|
|
1553
1744
|
$message: "Value is not a valid email address",
|
|
1554
1745
|
$params: {
|
|
1555
1746
|
type: "email"
|
|
1556
1747
|
}
|
|
1557
1748
|
};
|
|
1558
|
-
function
|
|
1559
|
-
return (r) => !
|
|
1749
|
+
function Vu(o) {
|
|
1750
|
+
return (r) => !po(r) || Oo(r) <= T(o);
|
|
1560
1751
|
}
|
|
1561
|
-
function
|
|
1752
|
+
function Iu(o) {
|
|
1562
1753
|
return {
|
|
1563
|
-
$validator:
|
|
1754
|
+
$validator: Vu(o),
|
|
1564
1755
|
$message: (r) => {
|
|
1565
1756
|
let {
|
|
1566
1757
|
$params: e
|
|
@@ -1573,12 +1764,12 @@ function gu(o) {
|
|
|
1573
1764
|
}
|
|
1574
1765
|
};
|
|
1575
1766
|
}
|
|
1576
|
-
function
|
|
1577
|
-
return (r) => !
|
|
1767
|
+
function Lu(o) {
|
|
1768
|
+
return (r) => !po(r) || Oo(r) >= T(o);
|
|
1578
1769
|
}
|
|
1579
|
-
function
|
|
1770
|
+
function Tu(o) {
|
|
1580
1771
|
return {
|
|
1581
|
-
$validator:
|
|
1772
|
+
$validator: Lu(o),
|
|
1582
1773
|
$message: (r) => {
|
|
1583
1774
|
let {
|
|
1584
1775
|
$params: e
|
|
@@ -1591,157 +1782,157 @@ function pu(o) {
|
|
|
1591
1782
|
}
|
|
1592
1783
|
};
|
|
1593
1784
|
}
|
|
1594
|
-
function
|
|
1595
|
-
return typeof o == "string" && (o = o.trim()),
|
|
1785
|
+
function _u(o) {
|
|
1786
|
+
return typeof o == "string" && (o = o.trim()), po(o);
|
|
1596
1787
|
}
|
|
1597
|
-
var
|
|
1598
|
-
$validator:
|
|
1788
|
+
var ju = {
|
|
1789
|
+
$validator: _u,
|
|
1599
1790
|
$message: "Value is required",
|
|
1600
1791
|
$params: {
|
|
1601
1792
|
type: "required"
|
|
1602
1793
|
}
|
|
1603
1794
|
};
|
|
1604
|
-
const
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
function
|
|
1609
|
-
const e =
|
|
1795
|
+
const Fu = /^(?:(?:(?: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;
|
|
1796
|
+
ro(Fu);
|
|
1797
|
+
ro(/(^[0-9]*$)|(^-[0-9]+$)/);
|
|
1798
|
+
ro(/^[-]?\d*(\.\d+)?$/);
|
|
1799
|
+
function Hu(o, r = /* @__PURE__ */ new Date()) {
|
|
1800
|
+
const e = wo(o);
|
|
1610
1801
|
if (!e) return !1;
|
|
1611
|
-
const a =
|
|
1612
|
-
return
|
|
1802
|
+
const a = Ho(r);
|
|
1803
|
+
return Ho(e) > a;
|
|
1613
1804
|
}
|
|
1614
|
-
function
|
|
1615
|
-
const r =
|
|
1616
|
-
return !!r &&
|
|
1805
|
+
function Au(o) {
|
|
1806
|
+
const r = wo(o);
|
|
1807
|
+
return !!r && co(r).isValid();
|
|
1617
1808
|
}
|
|
1618
|
-
function
|
|
1619
|
-
const r =
|
|
1809
|
+
function Nu(o) {
|
|
1810
|
+
const r = lo(o);
|
|
1620
1811
|
if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
|
|
1621
|
-
const e = (
|
|
1622
|
-
let
|
|
1623
|
-
for (let
|
|
1624
|
-
|
|
1625
|
-
const
|
|
1626
|
-
return
|
|
1627
|
-
}, a = e(r.slice(0, 9), 10),
|
|
1628
|
-
return a === Number(r[9]) &&
|
|
1812
|
+
const e = (u, n) => {
|
|
1813
|
+
let h = 0;
|
|
1814
|
+
for (let C = 0; C < u.length; C += 1)
|
|
1815
|
+
h += Number(u[C]) * (n - C);
|
|
1816
|
+
const f = h % 11;
|
|
1817
|
+
return f < 2 ? 0 : 11 - f;
|
|
1818
|
+
}, a = e(r.slice(0, 9), 10), t = e(r.slice(0, 10), 11);
|
|
1819
|
+
return a === Number(r[9]) && t === Number(r[10]);
|
|
1629
1820
|
}
|
|
1630
|
-
function
|
|
1631
|
-
const r =
|
|
1821
|
+
function Pu(o) {
|
|
1822
|
+
const r = lo(o || "");
|
|
1632
1823
|
return r ? r.length === 11 : !0;
|
|
1633
1824
|
}
|
|
1634
|
-
function
|
|
1635
|
-
const r =
|
|
1825
|
+
function qu(o) {
|
|
1826
|
+
const r = lo(o || "");
|
|
1636
1827
|
return r ? r.length === 10 : !0;
|
|
1637
1828
|
}
|
|
1638
|
-
function
|
|
1829
|
+
function Eu(o) {
|
|
1639
1830
|
if (o == null) return !1;
|
|
1640
1831
|
const r = String(o).trim();
|
|
1641
1832
|
return r ? /^\d+$/.test(r) : !1;
|
|
1642
1833
|
}
|
|
1643
|
-
function
|
|
1834
|
+
function Uu(o) {
|
|
1644
1835
|
return /^[A-Za-zÀ-ÖØ-öø-ÿ\s'-]+$/u.test(o);
|
|
1645
1836
|
}
|
|
1646
|
-
function
|
|
1837
|
+
function Xu(o) {
|
|
1647
1838
|
return o.endsWith(".") || o.length < 2;
|
|
1648
1839
|
}
|
|
1649
|
-
function
|
|
1840
|
+
function Zu(o) {
|
|
1650
1841
|
const r = (o || "").trim();
|
|
1651
|
-
if (!r || !
|
|
1842
|
+
if (!r || !Uu(r)) return !1;
|
|
1652
1843
|
const e = r.split(" ").filter(Boolean);
|
|
1653
1844
|
if (e.length < 2) return !1;
|
|
1654
1845
|
const a = /^[A-Za-zÀ-ÖØ-öø-ÿ]+(?:[-'][A-Za-zÀ-ÖØ-öø-ÿ]+)*$/u;
|
|
1655
|
-
return e.every((
|
|
1656
|
-
const
|
|
1657
|
-
return !
|
|
1846
|
+
return e.every((t) => {
|
|
1847
|
+
const u = t.replace(/^[-']+|[-']+$/g, "");
|
|
1848
|
+
return !u || Xu(u) ? !1 : a.test(t);
|
|
1658
1849
|
});
|
|
1659
1850
|
}
|
|
1660
|
-
const
|
|
1851
|
+
const so = (o) => (r) => !N.req(r) || o(r), Ef = N.withMessage("Campo obrigatório.", ju), Uf = N.withMessage(
|
|
1661
1852
|
"Informe nome e sobrenome.",
|
|
1662
|
-
|
|
1663
|
-
),
|
|
1853
|
+
so(Zu)
|
|
1854
|
+
), Xf = N.withMessage(
|
|
1664
1855
|
"Informe apenas números.",
|
|
1665
|
-
|
|
1666
|
-
),
|
|
1856
|
+
so(Eu)
|
|
1857
|
+
), Zf = N.withMessage("E-mail inválido.", (o) => N.req(o) ? Wu.$validator(String(o).trim()) : !0), Gf = N.withMessage("CPF inválido.", so(Nu)), Jf = N.withMessage(
|
|
1667
1858
|
"Nº telefone inválido.",
|
|
1668
|
-
|
|
1669
|
-
),
|
|
1859
|
+
so((o) => qu(lo(o)))
|
|
1860
|
+
), Qf = N.withMessage(
|
|
1670
1861
|
"Nº celular inválido.",
|
|
1671
|
-
|
|
1672
|
-
),
|
|
1862
|
+
so((o) => Pu(lo(o)))
|
|
1863
|
+
), Kf = N.withMessage(
|
|
1673
1864
|
"Data inválida.",
|
|
1674
|
-
|
|
1675
|
-
),
|
|
1865
|
+
so((o) => Au(wo(o)))
|
|
1866
|
+
), o0 = N.withMessage(
|
|
1676
1867
|
"Data não pode ser maior que hoje.",
|
|
1677
|
-
|
|
1868
|
+
so((o) => !Hu(wo(o)))
|
|
1678
1869
|
);
|
|
1679
|
-
function
|
|
1870
|
+
function r0(o, r) {
|
|
1680
1871
|
const e = `Informe no mínimo ${o} caracteres.`;
|
|
1681
|
-
return
|
|
1872
|
+
return N.withMessage(
|
|
1682
1873
|
r || e,
|
|
1683
|
-
(a) =>
|
|
1874
|
+
(a) => N.req(a) ? Tu(o).$validator(String(a)) : !0
|
|
1684
1875
|
);
|
|
1685
1876
|
}
|
|
1686
|
-
function
|
|
1877
|
+
function e0(o, r) {
|
|
1687
1878
|
const e = `Informe no máximo ${o} caracteres.`;
|
|
1688
|
-
return
|
|
1879
|
+
return N.withMessage(
|
|
1689
1880
|
r || e,
|
|
1690
|
-
(a) =>
|
|
1881
|
+
(a) => N.req(a) ? Iu(o).$validator(String(a)) : !0
|
|
1691
1882
|
);
|
|
1692
1883
|
}
|
|
1693
1884
|
export {
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1885
|
+
mr as BaseAlert,
|
|
1886
|
+
So as BaseButton,
|
|
1887
|
+
ff as BaseCard,
|
|
1888
|
+
gf as BaseDate,
|
|
1889
|
+
mf as BaseDatePicker,
|
|
1890
|
+
pf as BaseDrawer,
|
|
1891
|
+
bf as BaseEmpty,
|
|
1892
|
+
hf as BaseField,
|
|
1893
|
+
$r as BaseInputMask,
|
|
1894
|
+
vf as BaseInputText,
|
|
1895
|
+
kf as BaseRouterLink,
|
|
1896
|
+
yf as BaseSectionDivider,
|
|
1897
|
+
$f as BaseSelect,
|
|
1898
|
+
xf as BaseSwitch,
|
|
1899
|
+
Po as FaIcon,
|
|
1900
|
+
Bo as add,
|
|
1901
|
+
If as addDays,
|
|
1902
|
+
_f as addMinutes,
|
|
1903
|
+
Lf as addMonths,
|
|
1904
|
+
Tf as addYears,
|
|
1905
|
+
Ff as formatAddress,
|
|
1906
|
+
Hf as formatCouncil,
|
|
1907
|
+
Mf as formatDate,
|
|
1908
|
+
Of as formatDateTime,
|
|
1909
|
+
zf as formatDateTimeToApi,
|
|
1910
|
+
Sf as formatDateToApi,
|
|
1911
|
+
Vf as formatFullDate,
|
|
1912
|
+
Af as formatPhone,
|
|
1913
|
+
Yf as formatTime,
|
|
1914
|
+
Wf as formatWeekday,
|
|
1915
|
+
lo as onlyNumber,
|
|
1916
|
+
wf as setupPrimeVue,
|
|
1917
|
+
Ho as startOfDay,
|
|
1918
|
+
Nf as storageGet,
|
|
1919
|
+
qf as storageRemove,
|
|
1920
|
+
Pf as storageSet,
|
|
1921
|
+
jf as toCamelCaseWords,
|
|
1922
|
+
wo as toDate,
|
|
1923
|
+
Df as today,
|
|
1924
|
+
Bf as useAppToast,
|
|
1925
|
+
Rf as useClickOutside,
|
|
1926
|
+
Cf as vFocus,
|
|
1927
|
+
Qf as validCellphone,
|
|
1928
|
+
Gf as validCpf,
|
|
1929
|
+
Kf as validDate,
|
|
1930
|
+
Zf as validEmail,
|
|
1931
|
+
Uf as validFullName,
|
|
1932
|
+
e0 as validMaxLength,
|
|
1933
|
+
r0 as validMinLength,
|
|
1934
|
+
o0 as validNotFutureDate,
|
|
1935
|
+
Xf as validOnlyNumbers,
|
|
1936
|
+
Jf as validPhone,
|
|
1937
|
+
Ef as validRequired
|
|
1747
1938
|
};
|