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