@stencitecnologia/front-kit 0.1.14 → 0.1.16
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 +1029 -926
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/dist/index.es.js
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { computed as O, openBlock as
|
|
1
|
+
import { computed as O, openBlock as M, createElementBlock as P, normalizeClass as So, toDisplayString as oo, createCommentVNode as q, createBlock as A, unref as W, mergeProps as Q, withCtx as X, Fragment as er, renderSlot as G, createElementVNode as io, createVNode as so, ref as bo, onMounted as tr, onBeforeUnmount as ar, normalizeStyle as Ho, watch as ur, createTextVNode as Po, createSlots as Io, Teleport as fr, withModifiers as gr } from "vue";
|
|
2
2
|
import mr from "primevue/autocomplete";
|
|
3
3
|
import pr from "primevue/button";
|
|
4
4
|
import { FontAwesomeIcon as br } from "@fortawesome/vue-fontawesome";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import vr from "primevue/
|
|
9
|
-
import kr from "primevue/
|
|
10
|
-
import yr from "primevue/
|
|
11
|
-
import
|
|
12
|
-
import
|
|
5
|
+
import hr from "primevue/chart";
|
|
6
|
+
import nr from "primevue/inputtext";
|
|
7
|
+
import ir from "primevue/datepicker";
|
|
8
|
+
import vr from "primevue/inputgroup";
|
|
9
|
+
import kr from "primevue/inputgroupaddon";
|
|
10
|
+
import yr from "primevue/popover";
|
|
11
|
+
import $r from "primevue/inputmask";
|
|
12
|
+
import dr from "primevue/dialog";
|
|
13
|
+
import Cr from "primevue/drawer";
|
|
13
14
|
import xr from "primevue/multiselect";
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import { RouterLink as
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import { useToast as
|
|
22
|
-
const
|
|
15
|
+
import wr from "primevue/panel";
|
|
16
|
+
import Br from "primevue/radiobutton";
|
|
17
|
+
import { RouterLink as Rr } from "vue-router";
|
|
18
|
+
import Dr from "primevue/select";
|
|
19
|
+
import Sr from "primevue/toggleswitch";
|
|
20
|
+
import Mr from "primevue/textarea";
|
|
21
|
+
import zr from "primevue/config";
|
|
22
|
+
import { useToast as Yr } from "primevue/usetoast";
|
|
23
|
+
const Vr = {
|
|
23
24
|
__name: "BaseAlert",
|
|
24
25
|
props: {
|
|
25
26
|
message: {
|
|
@@ -38,13 +39,13 @@ const Yr = {
|
|
|
38
39
|
"ui-alert-error": r.variant === "error",
|
|
39
40
|
"ui-alert-info": r.variant === "info"
|
|
40
41
|
}));
|
|
41
|
-
return (
|
|
42
|
+
return (t, a) => o.message ? (M(), P("div", {
|
|
42
43
|
key: 0,
|
|
43
|
-
class:
|
|
44
|
+
class: So(["ui-alert", e.value]),
|
|
44
45
|
role: "alert"
|
|
45
|
-
}, oo(o.message), 3)) :
|
|
46
|
+
}, oo(o.message), 3)) : q("", !0);
|
|
46
47
|
}
|
|
47
|
-
},
|
|
48
|
+
}, Jf = {
|
|
48
49
|
__name: "BaseAutoComplete",
|
|
49
50
|
props: {
|
|
50
51
|
modelValue: {
|
|
@@ -75,13 +76,13 @@ const Yr = {
|
|
|
75
76
|
"clear"
|
|
76
77
|
],
|
|
77
78
|
setup(o, { emit: r }) {
|
|
78
|
-
const e = o,
|
|
79
|
+
const e = o, t = r, a = O({
|
|
79
80
|
get: () => e.modelValue,
|
|
80
|
-
set: (i) =>
|
|
81
|
-
}), d = (i) =>
|
|
82
|
-
return (i, p) => (
|
|
83
|
-
modelValue:
|
|
84
|
-
"onUpdate:modelValue": p[0] || (p[0] = ($) =>
|
|
81
|
+
set: (i) => t("update:modelValue", i)
|
|
82
|
+
}), d = (i) => t("complete", i), n = (i) => t("item-select", i), m = () => t("clear");
|
|
83
|
+
return (i, p) => (M(), A(W(mr), Q({
|
|
84
|
+
modelValue: a.value,
|
|
85
|
+
"onUpdate:modelValue": p[0] || (p[0] = ($) => a.value = $),
|
|
85
86
|
suggestions: o.suggestions,
|
|
86
87
|
disabled: o.disabled,
|
|
87
88
|
readonly: o.readonly,
|
|
@@ -95,7 +96,7 @@ const Yr = {
|
|
|
95
96
|
onClear: m
|
|
96
97
|
}), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
|
|
97
98
|
}
|
|
98
|
-
},
|
|
99
|
+
}, Mo = {
|
|
99
100
|
__name: "FaIcon",
|
|
100
101
|
props: {
|
|
101
102
|
icon: {
|
|
@@ -104,9 +105,9 @@ const Yr = {
|
|
|
104
105
|
}
|
|
105
106
|
},
|
|
106
107
|
setup(o) {
|
|
107
|
-
return (r, e) => (
|
|
108
|
+
return (r, e) => (M(), A(W(br), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
|
|
108
109
|
}
|
|
109
|
-
},
|
|
110
|
+
}, Or = { key: 1 }, Fo = {
|
|
110
111
|
__name: "BaseButton",
|
|
111
112
|
props: {
|
|
112
113
|
label: {
|
|
@@ -155,39 +156,39 @@ const Yr = {
|
|
|
155
156
|
"ui-btn-error": r.variant === "error",
|
|
156
157
|
"ui-btn-sm": r.size === "sm"
|
|
157
158
|
}
|
|
158
|
-
]),
|
|
159
|
-
return (
|
|
159
|
+
]), t = O(() => r.disabled || r.loading);
|
|
160
|
+
return (a, d) => (M(), A(W(pr), Q(a.$attrs, {
|
|
160
161
|
loading: o.loading,
|
|
161
|
-
disabled:
|
|
162
|
+
disabled: t.value,
|
|
162
163
|
class: e.value,
|
|
163
164
|
type: o.type
|
|
164
165
|
}), {
|
|
165
|
-
default:
|
|
166
|
-
o.loading ?
|
|
167
|
-
o.icon ? (
|
|
166
|
+
default: X(() => [
|
|
167
|
+
o.loading ? q("", !0) : (M(), P(er, { key: 0 }, [
|
|
168
|
+
o.icon ? (M(), A(Mo, {
|
|
168
169
|
key: 0,
|
|
169
170
|
icon: o.icon
|
|
170
|
-
}, null, 8, ["icon"])) :
|
|
171
|
-
o.label ? (
|
|
172
|
-
G(
|
|
171
|
+
}, null, 8, ["icon"])) : q("", !0),
|
|
172
|
+
o.label ? (M(), P("span", Or, oo(o.label), 1)) : q("", !0),
|
|
173
|
+
G(a.$slots, "default")
|
|
173
174
|
], 64))
|
|
174
175
|
]),
|
|
175
176
|
_: 3
|
|
176
177
|
}, 16, ["loading", "disabled", "class", "type"]));
|
|
177
178
|
}
|
|
178
|
-
},
|
|
179
|
+
}, Lr = {
|
|
179
180
|
key: 0,
|
|
180
181
|
class: "ui-card-header"
|
|
181
|
-
},
|
|
182
|
+
}, Tr = {
|
|
182
183
|
key: 0,
|
|
183
184
|
class: "ui-card-title"
|
|
184
|
-
},
|
|
185
|
+
}, Wr = {
|
|
185
186
|
key: 1,
|
|
186
187
|
class: "ui-card-subtitle"
|
|
187
|
-
},
|
|
188
|
+
}, Fr = { class: "ui-card-content" }, jr = {
|
|
188
189
|
key: 1,
|
|
189
190
|
class: "ui-card-footer"
|
|
190
|
-
},
|
|
191
|
+
}, Hr = { class: "ui-card-footer-content" }, Qf = {
|
|
191
192
|
__name: "BaseCard",
|
|
192
193
|
props: {
|
|
193
194
|
title: {
|
|
@@ -216,33 +217,134 @@ const Yr = {
|
|
|
216
217
|
}
|
|
217
218
|
},
|
|
218
219
|
setup(o) {
|
|
219
|
-
const r = o, e = O(() => !!(r.title || r.subtitle)),
|
|
220
|
+
const r = o, e = O(() => !!(r.title || r.subtitle)), t = O(() => [
|
|
220
221
|
"ui-card",
|
|
221
222
|
r.className,
|
|
222
223
|
{ "ui-card-has-footer": r.hasFooter }
|
|
223
224
|
]);
|
|
224
|
-
return (
|
|
225
|
-
class:
|
|
225
|
+
return (a, d) => (M(), P("section", {
|
|
226
|
+
class: So(t.value)
|
|
226
227
|
}, [
|
|
227
|
-
e.value ? (
|
|
228
|
-
o.title ? (
|
|
229
|
-
o.subtitle ? (
|
|
230
|
-
])) :
|
|
231
|
-
io("div",
|
|
232
|
-
so(
|
|
228
|
+
e.value ? (M(), P("header", Lr, [
|
|
229
|
+
o.title ? (M(), P("div", Tr, oo(o.title), 1)) : q("", !0),
|
|
230
|
+
o.subtitle ? (M(), P("div", Wr, oo(o.subtitle), 1)) : q("", !0)
|
|
231
|
+
])) : q("", !0),
|
|
232
|
+
io("div", Fr, [
|
|
233
|
+
so(Vr, {
|
|
233
234
|
message: o.alertMessage,
|
|
234
235
|
variant: o.alertVariant
|
|
235
236
|
}, null, 8, ["message", "variant"]),
|
|
236
|
-
G(
|
|
237
|
+
G(a.$slots, "default")
|
|
237
238
|
]),
|
|
238
|
-
o.hasFooter ? (
|
|
239
|
-
io("div",
|
|
240
|
-
G(
|
|
239
|
+
o.hasFooter ? (M(), P("footer", jr, [
|
|
240
|
+
io("div", Hr, [
|
|
241
|
+
G(a.$slots, "footer")
|
|
241
242
|
])
|
|
242
|
-
])) :
|
|
243
|
+
])) : q("", !0)
|
|
243
244
|
], 2));
|
|
244
245
|
}
|
|
245
|
-
},
|
|
246
|
+
}, Kf = {
|
|
247
|
+
__name: "BaseChart",
|
|
248
|
+
props: {
|
|
249
|
+
type: {
|
|
250
|
+
type: String,
|
|
251
|
+
required: !0,
|
|
252
|
+
validator: (o) => ["bar", "line", "pie", "doughnut"].includes(o)
|
|
253
|
+
},
|
|
254
|
+
data: {
|
|
255
|
+
type: Object,
|
|
256
|
+
required: !0
|
|
257
|
+
},
|
|
258
|
+
options: {
|
|
259
|
+
type: Object,
|
|
260
|
+
default: () => ({})
|
|
261
|
+
},
|
|
262
|
+
height: {
|
|
263
|
+
type: String,
|
|
264
|
+
default: null
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
setup(o) {
|
|
268
|
+
const r = Object.freeze([
|
|
269
|
+
{ borderColor: "#364bf5", backgroundColor: "rgba(54, 75, 245, 0.60)" },
|
|
270
|
+
{ borderColor: "#22c55e", backgroundColor: "rgba(34, 197, 94, 0.60)" },
|
|
271
|
+
{ borderColor: "#f59e0b", backgroundColor: "rgba(245, 158, 11, 0.60)" },
|
|
272
|
+
{ borderColor: "#ef4444", backgroundColor: "rgba(239, 68, 68, 0.60)" },
|
|
273
|
+
{ borderColor: "#38bdf8", backgroundColor: "rgba(56, 189, 248, 0.60)" },
|
|
274
|
+
{ borderColor: "#a855f7", backgroundColor: "rgba(168, 85, 247, 0.60)" }
|
|
275
|
+
]), e = o, t = bo(null), a = bo(!1);
|
|
276
|
+
function d(z, C) {
|
|
277
|
+
const Y = { ...z };
|
|
278
|
+
for (const h of Object.keys(C))
|
|
279
|
+
C[h] !== null && typeof C[h] == "object" && !Array.isArray(C[h]) && typeof z[h] == "object" ? Y[h] = d(z[h] ?? {}, C[h]) : Y[h] = C[h];
|
|
280
|
+
return Y;
|
|
281
|
+
}
|
|
282
|
+
const n = O(() => !["pie", "doughnut"].includes(e.type)), m = O(() => e.height ? e.height : n.value ? "300px" : "400px"), i = O(() => {
|
|
283
|
+
if (!e.data?.datasets) return e.data;
|
|
284
|
+
const z = e.data.datasets.map((C, Y) => {
|
|
285
|
+
const h = r[Y % r.length];
|
|
286
|
+
return ["pie", "doughnut"].includes(e.type) ? {
|
|
287
|
+
...C,
|
|
288
|
+
backgroundColor: r.map((c) => c.backgroundColor),
|
|
289
|
+
borderColor: r.map((c) => c.borderColor),
|
|
290
|
+
borderWidth: 1.5
|
|
291
|
+
} : {
|
|
292
|
+
...C,
|
|
293
|
+
backgroundColor: C.backgroundColor ?? h.backgroundColor,
|
|
294
|
+
borderColor: C.borderColor ?? h.borderColor,
|
|
295
|
+
borderWidth: C.borderWidth ?? 1.5,
|
|
296
|
+
borderRadius: e.type === "bar" ? 4 : 0
|
|
297
|
+
};
|
|
298
|
+
});
|
|
299
|
+
return { ...e.data, datasets: z };
|
|
300
|
+
}), p = O(() => ({
|
|
301
|
+
responsive: !0,
|
|
302
|
+
maintainAspectRatio: !1,
|
|
303
|
+
plugins: {
|
|
304
|
+
legend: {
|
|
305
|
+
labels: {
|
|
306
|
+
color: "var(--p-text-color)",
|
|
307
|
+
font: { family: "Nunito Sans" },
|
|
308
|
+
boxWidth: 12,
|
|
309
|
+
boxHeight: 12,
|
|
310
|
+
borderRadius: 3
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
scales: n.value ? {
|
|
315
|
+
x: {
|
|
316
|
+
ticks: {
|
|
317
|
+
color: "var(--p-text-muted-color)",
|
|
318
|
+
font: { family: "Nunito Sans" }
|
|
319
|
+
},
|
|
320
|
+
grid: { color: "rgba(0, 0, 0, 0.06)" },
|
|
321
|
+
border: { display: !1 }
|
|
322
|
+
},
|
|
323
|
+
y: {
|
|
324
|
+
ticks: {
|
|
325
|
+
color: "var(--p-text-muted-color)",
|
|
326
|
+
font: { family: "Nunito Sans" }
|
|
327
|
+
},
|
|
328
|
+
grid: { color: "rgba(0, 0, 0, 0.06)" },
|
|
329
|
+
border: { display: !1 }
|
|
330
|
+
}
|
|
331
|
+
} : void 0
|
|
332
|
+
})), $ = O(() => d(p.value, e.options));
|
|
333
|
+
return tr(() => {
|
|
334
|
+
a.value = !0;
|
|
335
|
+
}), ar(() => {
|
|
336
|
+
a.value = !1, t.value?.chart && t.value.chart.destroy();
|
|
337
|
+
}), (z, C) => a.value ? (M(), A(W(hr), {
|
|
338
|
+
key: 0,
|
|
339
|
+
ref_key: "chartRef",
|
|
340
|
+
ref: t,
|
|
341
|
+
type: o.type,
|
|
342
|
+
data: i.value,
|
|
343
|
+
options: $.value,
|
|
344
|
+
style: Ho({ height: m.value, width: "100%" })
|
|
345
|
+
}, null, 8, ["type", "data", "options", "style"])) : q("", !0);
|
|
346
|
+
}
|
|
347
|
+
}, Ir = { class: "ui-currency" }, o0 = {
|
|
246
348
|
__name: "BaseCurrency",
|
|
247
349
|
props: {
|
|
248
350
|
modelValue: {
|
|
@@ -268,19 +370,19 @@ const Yr = {
|
|
|
268
370
|
},
|
|
269
371
|
emits: ["update:modelValue"],
|
|
270
372
|
setup(o, { emit: r }) {
|
|
271
|
-
const e = o,
|
|
373
|
+
const e = o, t = r, a = (i) => i == null || i === "" ? "" : Number(i).toLocaleString("pt-BR", {
|
|
272
374
|
minimumFractionDigits: 2,
|
|
273
375
|
maximumFractionDigits: 2
|
|
274
376
|
}), d = (i) => {
|
|
275
377
|
if (!i) return null;
|
|
276
378
|
const p = i.replace(/\D/g, "");
|
|
277
379
|
return p ? Number(p) / 100 : null;
|
|
278
|
-
}, n = O(() =>
|
|
380
|
+
}, n = O(() => a(e.modelValue)), m = (i) => {
|
|
279
381
|
const p = d(i.target.value);
|
|
280
|
-
|
|
382
|
+
t("update:modelValue", p), i.target.value = a(p);
|
|
281
383
|
};
|
|
282
|
-
return (i, p) => (
|
|
283
|
-
so(W(
|
|
384
|
+
return (i, p) => (M(), P("div", Ir, [
|
|
385
|
+
so(W(nr), Q({
|
|
284
386
|
value: n.value,
|
|
285
387
|
placeholder: o.placeholder,
|
|
286
388
|
disabled: o.disabled,
|
|
@@ -292,7 +394,7 @@ const Yr = {
|
|
|
292
394
|
}, i.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
|
|
293
395
|
]));
|
|
294
396
|
}
|
|
295
|
-
},
|
|
397
|
+
}, Ar = {
|
|
296
398
|
__name: "BaseInputMask",
|
|
297
399
|
props: {
|
|
298
400
|
modelValue: {
|
|
@@ -326,13 +428,13 @@ const Yr = {
|
|
|
326
428
|
},
|
|
327
429
|
emits: ["update:modelValue"],
|
|
328
430
|
setup(o, { emit: r }) {
|
|
329
|
-
const e = o,
|
|
431
|
+
const e = o, t = r, a = O({
|
|
330
432
|
get: () => e.modelValue,
|
|
331
|
-
set: (d) =>
|
|
433
|
+
set: (d) => t("update:modelValue", d)
|
|
332
434
|
});
|
|
333
|
-
return (d, n) => (
|
|
334
|
-
modelValue:
|
|
335
|
-
"onUpdate:modelValue": n[0] || (n[0] = (m) =>
|
|
435
|
+
return (d, n) => (M(), A(W($r), Q({
|
|
436
|
+
modelValue: a.value,
|
|
437
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
336
438
|
mask: o.mask,
|
|
337
439
|
"slot-char": o.slotChar,
|
|
338
440
|
"auto-clear": o.autoClear,
|
|
@@ -344,7 +446,7 @@ const Yr = {
|
|
|
344
446
|
]
|
|
345
447
|
}, d.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
|
|
346
448
|
}
|
|
347
|
-
},
|
|
449
|
+
}, r0 = {
|
|
348
450
|
__name: "BaseDate",
|
|
349
451
|
props: {
|
|
350
452
|
modelValue: {
|
|
@@ -394,116 +496,116 @@ const Yr = {
|
|
|
394
496
|
},
|
|
395
497
|
emits: ["update:modelValue", "update:textValue"],
|
|
396
498
|
setup(o, { emit: r }) {
|
|
397
|
-
const e = o,
|
|
499
|
+
const e = o, t = r, a = bo(null), d = bo(""), n = bo(null), m = O(() => e.selectionMode === "range"), i = (l) => String(l).padStart(2, "0"), p = (l) => {
|
|
398
500
|
if (!(l instanceof Date) || Number.isNaN(l.getTime())) return "";
|
|
399
|
-
const
|
|
400
|
-
return `${
|
|
501
|
+
const v = i(l.getDate()), b = i(l.getMonth() + 1), y = String(l.getFullYear());
|
|
502
|
+
return `${v}/${b}/${y}`;
|
|
401
503
|
}, $ = (l) => {
|
|
402
504
|
if (!l || typeof l != "string") return null;
|
|
403
|
-
const
|
|
404
|
-
if (!
|
|
405
|
-
const b = Number(
|
|
406
|
-
if (
|
|
407
|
-
const
|
|
408
|
-
return
|
|
409
|
-
},
|
|
410
|
-
const [
|
|
411
|
-
return !
|
|
412
|
-
},
|
|
505
|
+
const v = l.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
|
|
506
|
+
if (!v) return null;
|
|
507
|
+
const b = Number(v[1]), y = Number(v[2]), I = Number(v[3]);
|
|
508
|
+
if (y < 1 || y > 12 || b < 1 || b > 31 || I < 1e3 || I > 9999) return null;
|
|
509
|
+
const E = new Date(I, y - 1, b);
|
|
510
|
+
return E.getFullYear() !== I || E.getMonth() !== y - 1 || E.getDate() !== b ? null : E;
|
|
511
|
+
}, z = (l) => !(!(l instanceof Date) || Number.isNaN(l.getTime()) || e.minDate && l < e.minDate || e.maxDate && l > e.maxDate), C = (l) => {
|
|
512
|
+
const [v, b] = l || [], y = v ? p(v) : "", I = b ? p(b) : "";
|
|
513
|
+
return !y && !I ? "" : y && !I ? `${y} - ` : `${y} - ${I}`;
|
|
514
|
+
}, Y = (l) => {
|
|
413
515
|
if (!l || typeof l != "string") return null;
|
|
414
|
-
const
|
|
415
|
-
if (!
|
|
416
|
-
const b = $(
|
|
417
|
-
return !b || !
|
|
418
|
-
},
|
|
419
|
-
d.value = l,
|
|
516
|
+
const v = l.match(/^(.+?)\s*-\s*(.+?)$/);
|
|
517
|
+
if (!v) return null;
|
|
518
|
+
const b = $(v[1].trim()), y = $(v[2].trim());
|
|
519
|
+
return !b || !y ? null : [b, y];
|
|
520
|
+
}, h = (l) => {
|
|
521
|
+
d.value = l, t("update:textValue", l);
|
|
420
522
|
}, u = (l) => {
|
|
421
|
-
|
|
422
|
-
},
|
|
423
|
-
|
|
424
|
-
},
|
|
523
|
+
h(p(l)), n.value = l;
|
|
524
|
+
}, c = (l) => {
|
|
525
|
+
h(C(l)), n.value = l;
|
|
526
|
+
}, x = (l) => {
|
|
425
527
|
if (!Array.isArray(l)) return;
|
|
426
|
-
const [
|
|
427
|
-
!(
|
|
428
|
-
},
|
|
429
|
-
|
|
430
|
-
},
|
|
431
|
-
if (
|
|
432
|
-
n.value = null,
|
|
528
|
+
const [v, b] = l;
|
|
529
|
+
!(v instanceof Date) || !(b instanceof Date) || t("update:modelValue", [v, b]);
|
|
530
|
+
}, B = () => {
|
|
531
|
+
h(""), n.value = null, t("update:modelValue", null);
|
|
532
|
+
}, R = (l) => {
|
|
533
|
+
if (h(l), !l) {
|
|
534
|
+
n.value = null, t("update:modelValue", null);
|
|
433
535
|
return;
|
|
434
536
|
}
|
|
435
537
|
if (m.value) {
|
|
436
|
-
const b =
|
|
538
|
+
const b = Y(l);
|
|
437
539
|
if (!b) return;
|
|
438
|
-
n.value = b,
|
|
540
|
+
n.value = b, x(b);
|
|
439
541
|
return;
|
|
440
542
|
}
|
|
441
|
-
const
|
|
442
|
-
|
|
543
|
+
const v = $(l);
|
|
544
|
+
v && (n.value = v, t("update:modelValue", v));
|
|
443
545
|
}, T = (l) => {
|
|
444
546
|
if (l) {
|
|
445
547
|
if (m.value) {
|
|
446
|
-
n.value = l,
|
|
548
|
+
n.value = l, c(l), x(l);
|
|
447
549
|
return;
|
|
448
550
|
}
|
|
449
|
-
u(l),
|
|
551
|
+
u(l), t("update:modelValue", l), a.value && a.value.hide();
|
|
450
552
|
}
|
|
451
|
-
},
|
|
452
|
-
|
|
553
|
+
}, L = (l) => {
|
|
554
|
+
a.value && a.value.toggle(l);
|
|
453
555
|
}, F = () => {
|
|
454
|
-
const l = /* @__PURE__ */ new Date(),
|
|
455
|
-
if (
|
|
556
|
+
const l = /* @__PURE__ */ new Date(), v = new Date(l.getFullYear(), l.getMonth(), l.getDate());
|
|
557
|
+
if (z(v)) {
|
|
456
558
|
if (m.value) {
|
|
457
|
-
const b = [
|
|
458
|
-
|
|
559
|
+
const b = [v, v];
|
|
560
|
+
c(b), t("update:modelValue", b);
|
|
459
561
|
return;
|
|
460
562
|
}
|
|
461
|
-
u(
|
|
563
|
+
u(v), t("update:modelValue", v);
|
|
462
564
|
}
|
|
463
|
-
},
|
|
565
|
+
}, j = O({
|
|
464
566
|
get: () => d.value,
|
|
465
|
-
set: (l) =>
|
|
567
|
+
set: (l) => R(l)
|
|
466
568
|
});
|
|
467
|
-
return
|
|
569
|
+
return ur(
|
|
468
570
|
() => e.modelValue,
|
|
469
571
|
(l) => {
|
|
470
572
|
if (l === null) {
|
|
471
|
-
(d.value !== "" || n.value !== null) && (
|
|
573
|
+
(d.value !== "" || n.value !== null) && (h(""), n.value = null);
|
|
472
574
|
return;
|
|
473
575
|
}
|
|
474
576
|
if (m.value) {
|
|
475
|
-
Array.isArray(l) &&
|
|
577
|
+
Array.isArray(l) && c(l);
|
|
476
578
|
return;
|
|
477
579
|
}
|
|
478
580
|
l instanceof Date && u(l);
|
|
479
581
|
},
|
|
480
582
|
{ immediate: !0 }
|
|
481
|
-
), (l,
|
|
482
|
-
default:
|
|
483
|
-
so(
|
|
484
|
-
modelValue:
|
|
485
|
-
"onUpdate:modelValue":
|
|
583
|
+
), (l, v) => (M(), A(W(vr), { class: "ui-inputgroup" }, {
|
|
584
|
+
default: X(() => [
|
|
585
|
+
so(Ar, Q({
|
|
586
|
+
modelValue: j.value,
|
|
587
|
+
"onUpdate:modelValue": v[0] || (v[0] = (b) => j.value = b),
|
|
486
588
|
mask: m.value ? "" : o.mask,
|
|
487
589
|
placeholder: o.placeholder,
|
|
488
590
|
disabled: o.disabled,
|
|
489
591
|
invalid: o.invalid
|
|
490
592
|
}, l.$attrs), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"]),
|
|
491
|
-
so(W(
|
|
492
|
-
default:
|
|
493
|
-
o.showClear ? (
|
|
593
|
+
so(W(kr), { class: "ui-inputgroup-addon" }, {
|
|
594
|
+
default: X(() => [
|
|
595
|
+
o.showClear ? (M(), A(Fo, {
|
|
494
596
|
key: 0,
|
|
495
597
|
type: "button",
|
|
496
598
|
variant: "outline",
|
|
497
599
|
disabled: o.disabled,
|
|
498
600
|
"aria-label": "Limpar data",
|
|
499
|
-
onClick:
|
|
601
|
+
onClick: B
|
|
500
602
|
}, {
|
|
501
|
-
default:
|
|
502
|
-
|
|
603
|
+
default: X(() => [...v[2] || (v[2] = [
|
|
604
|
+
Po(" Limpar ", -1)
|
|
503
605
|
])]),
|
|
504
606
|
_: 1
|
|
505
|
-
}, 8, ["disabled"])) :
|
|
506
|
-
o.showToday ? (
|
|
607
|
+
}, 8, ["disabled"])) : q("", !0),
|
|
608
|
+
o.showToday ? (M(), A(Fo, {
|
|
507
609
|
key: 1,
|
|
508
610
|
type: "button",
|
|
509
611
|
variant: "outline",
|
|
@@ -511,39 +613,39 @@ const Yr = {
|
|
|
511
613
|
"aria-label": "Selecionar hoje",
|
|
512
614
|
onClick: F
|
|
513
615
|
}, {
|
|
514
|
-
default:
|
|
515
|
-
|
|
616
|
+
default: X(() => [...v[3] || (v[3] = [
|
|
617
|
+
Po(" Hoje ", -1)
|
|
516
618
|
])]),
|
|
517
619
|
_: 1
|
|
518
|
-
}, 8, ["disabled"])) :
|
|
620
|
+
}, 8, ["disabled"])) : q("", !0),
|
|
519
621
|
so(Fo, {
|
|
520
622
|
type: "button",
|
|
521
623
|
variant: "ghost",
|
|
522
624
|
disabled: o.disabled,
|
|
523
625
|
"aria-label": "Abrir calendário",
|
|
524
|
-
onClick:
|
|
626
|
+
onClick: L
|
|
525
627
|
}, {
|
|
526
|
-
default:
|
|
527
|
-
o.calendarIcon ? (
|
|
628
|
+
default: X(() => [
|
|
629
|
+
o.calendarIcon ? (M(), A(Mo, {
|
|
528
630
|
key: 0,
|
|
529
631
|
class: "text-lg",
|
|
530
632
|
icon: o.calendarIcon
|
|
531
|
-
}, null, 8, ["icon"])) :
|
|
633
|
+
}, null, 8, ["icon"])) : q("", !0)
|
|
532
634
|
]),
|
|
533
635
|
_: 1
|
|
534
636
|
}, 8, ["disabled"])
|
|
535
637
|
]),
|
|
536
638
|
_: 1
|
|
537
639
|
}),
|
|
538
|
-
so(W(
|
|
640
|
+
so(W(yr), {
|
|
539
641
|
ref_key: "popoverRef",
|
|
540
|
-
ref:
|
|
642
|
+
ref: a
|
|
541
643
|
}, {
|
|
542
|
-
default:
|
|
543
|
-
so(W(
|
|
644
|
+
default: X(() => [
|
|
645
|
+
so(W(ir), {
|
|
544
646
|
modelValue: n.value,
|
|
545
647
|
"onUpdate:modelValue": [
|
|
546
|
-
|
|
648
|
+
v[1] || (v[1] = (b) => n.value = b),
|
|
547
649
|
T
|
|
548
650
|
],
|
|
549
651
|
inline: "",
|
|
@@ -558,7 +660,7 @@ const Yr = {
|
|
|
558
660
|
_: 1
|
|
559
661
|
}));
|
|
560
662
|
}
|
|
561
|
-
},
|
|
663
|
+
}, e0 = {
|
|
562
664
|
__name: "BaseDatePicker",
|
|
563
665
|
props: {
|
|
564
666
|
modelValue: {
|
|
@@ -576,13 +678,13 @@ const Yr = {
|
|
|
576
678
|
},
|
|
577
679
|
emits: ["update:modelValue"],
|
|
578
680
|
setup(o, { emit: r }) {
|
|
579
|
-
const e = o,
|
|
681
|
+
const e = o, t = r, a = O({
|
|
580
682
|
get: () => e.modelValue,
|
|
581
|
-
set: (d) =>
|
|
683
|
+
set: (d) => t("update:modelValue", d)
|
|
582
684
|
});
|
|
583
|
-
return (d, n) => (
|
|
584
|
-
modelValue:
|
|
585
|
-
"onUpdate:modelValue": n[0] || (n[0] = (m) =>
|
|
685
|
+
return (d, n) => (M(), A(W(ir), Q({
|
|
686
|
+
modelValue: a.value,
|
|
687
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
586
688
|
disabled: o.disabled,
|
|
587
689
|
class: [
|
|
588
690
|
"w-full",
|
|
@@ -590,18 +692,18 @@ const Yr = {
|
|
|
590
692
|
]
|
|
591
693
|
}, d.$attrs), null, 16, ["modelValue", "disabled", "class"]));
|
|
592
694
|
}
|
|
593
|
-
},
|
|
695
|
+
}, Ao = (o, r) => {
|
|
594
696
|
const e = o.__vccOpts || o;
|
|
595
|
-
for (const [
|
|
596
|
-
e[
|
|
697
|
+
for (const [t, a] of r)
|
|
698
|
+
e[t] = a;
|
|
597
699
|
return e;
|
|
598
|
-
},
|
|
700
|
+
}, Nr = {
|
|
599
701
|
key: 0,
|
|
600
702
|
class: "ui-dialog-body"
|
|
601
|
-
},
|
|
703
|
+
}, Pr = {
|
|
602
704
|
key: 1,
|
|
603
705
|
class: "ui-dialog-content"
|
|
604
|
-
},
|
|
706
|
+
}, qr = {
|
|
605
707
|
__name: "BaseDialog",
|
|
606
708
|
props: {
|
|
607
709
|
modelValue: {
|
|
@@ -640,9 +742,9 @@ const Yr = {
|
|
|
640
742
|
},
|
|
641
743
|
emits: ["update:modelValue", "hide", "show"],
|
|
642
744
|
setup(o, { emit: r }) {
|
|
643
|
-
const e = o,
|
|
745
|
+
const e = o, t = r, a = O({
|
|
644
746
|
get: () => e.modelValue,
|
|
645
|
-
set: ($) =>
|
|
747
|
+
set: ($) => t("update:modelValue", $)
|
|
646
748
|
}), d = {
|
|
647
749
|
sm: "24rem",
|
|
648
750
|
md: "32rem",
|
|
@@ -650,50 +752,50 @@ const Yr = {
|
|
|
650
752
|
full: "64rem"
|
|
651
753
|
}, n = O(() => ({
|
|
652
754
|
width: `min(92vw, ${d[e.size]})`
|
|
653
|
-
})), m = O(() => !!(e.icon || e.content)), i = () =>
|
|
654
|
-
return ($,
|
|
655
|
-
visible:
|
|
656
|
-
"onUpdate:visible":
|
|
755
|
+
})), m = O(() => !!(e.icon || e.content)), i = () => t("hide"), p = () => t("show");
|
|
756
|
+
return ($, z) => (M(), A(W(dr), {
|
|
757
|
+
visible: a.value,
|
|
758
|
+
"onUpdate:visible": z[0] || (z[0] = (C) => a.value = C),
|
|
657
759
|
modal: "",
|
|
658
760
|
draggable: !1,
|
|
659
761
|
header: o.header,
|
|
660
762
|
closable: o.closable,
|
|
661
763
|
"dismissable-mask": o.dismissableMask,
|
|
662
764
|
"close-on-escape": o.closeOnEscape,
|
|
663
|
-
style:
|
|
765
|
+
style: Ho(n.value),
|
|
664
766
|
onHide: i,
|
|
665
767
|
onShow: p
|
|
666
|
-
},
|
|
667
|
-
default:
|
|
668
|
-
m.value && !$.$slots.default ? (
|
|
669
|
-
o.icon ? (
|
|
768
|
+
}, Io({
|
|
769
|
+
default: X(() => [
|
|
770
|
+
m.value && !$.$slots.default ? (M(), P("div", Nr, [
|
|
771
|
+
o.icon ? (M(), A(Mo, {
|
|
670
772
|
key: 0,
|
|
671
773
|
icon: o.icon,
|
|
672
774
|
class: "ui-dialog-icon"
|
|
673
|
-
}, null, 8, ["icon"])) :
|
|
674
|
-
o.content ? (
|
|
675
|
-
])) :
|
|
775
|
+
}, null, 8, ["icon"])) : q("", !0),
|
|
776
|
+
o.content ? (M(), P("p", Pr, oo(o.content), 1)) : q("", !0)
|
|
777
|
+
])) : q("", !0),
|
|
676
778
|
G($.$slots, "default", {}, void 0, !0)
|
|
677
779
|
]),
|
|
678
780
|
_: 2
|
|
679
781
|
}, [
|
|
680
782
|
$.$slots.header ? {
|
|
681
783
|
name: "header",
|
|
682
|
-
fn:
|
|
784
|
+
fn: X(() => [
|
|
683
785
|
G($.$slots, "header", {}, void 0, !0)
|
|
684
786
|
]),
|
|
685
787
|
key: "0"
|
|
686
788
|
} : void 0,
|
|
687
789
|
$.$slots.footer ? {
|
|
688
790
|
name: "footer",
|
|
689
|
-
fn:
|
|
791
|
+
fn: X(() => [
|
|
690
792
|
G($.$slots, "footer", {}, void 0, !0)
|
|
691
793
|
]),
|
|
692
794
|
key: "1"
|
|
693
795
|
} : void 0
|
|
694
796
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
695
797
|
}
|
|
696
|
-
},
|
|
798
|
+
}, t0 = /* @__PURE__ */ Ao(qr, [["__scopeId", "data-v-d952cadc"]]), Er = { class: "ui-drawer-content" }, a0 = /* @__PURE__ */ Object.assign({
|
|
697
799
|
inheritAttrs: !1
|
|
698
800
|
}, {
|
|
699
801
|
__name: "BaseDrawer",
|
|
@@ -721,32 +823,32 @@ const Yr = {
|
|
|
721
823
|
},
|
|
722
824
|
emits: ["update:visible"],
|
|
723
825
|
setup(o, { emit: r }) {
|
|
724
|
-
const e = o,
|
|
826
|
+
const e = o, t = r, a = O(() => e.visible), d = () => t("update:visible", !1), n = (i) => {
|
|
725
827
|
i.target === i.currentTarget && d();
|
|
726
828
|
}, m = (i) => {
|
|
727
|
-
|
|
829
|
+
t("update:visible", i);
|
|
728
830
|
};
|
|
729
|
-
return (i, p) => (
|
|
730
|
-
(
|
|
731
|
-
|
|
831
|
+
return (i, p) => (M(), P(er, null, [
|
|
832
|
+
(M(), A(fr, { to: "body" }, [
|
|
833
|
+
a.value ? (M(), P("div", {
|
|
732
834
|
key: 0,
|
|
733
835
|
class: "ui-drawer-backdrop",
|
|
734
836
|
role: "presentation",
|
|
735
837
|
onClick: n
|
|
736
|
-
})) :
|
|
838
|
+
})) : q("", !0)
|
|
737
839
|
])),
|
|
738
|
-
so(W(
|
|
840
|
+
so(W(Cr), Q(i.$attrs, {
|
|
739
841
|
modal: o.modal,
|
|
740
842
|
dismissable: o.dismissable,
|
|
741
843
|
header: o.title,
|
|
742
844
|
"show-close-icon": !1,
|
|
743
|
-
visible:
|
|
845
|
+
visible: a.value,
|
|
744
846
|
position: o.position,
|
|
745
847
|
class: "ui-drawer",
|
|
746
848
|
"onUpdate:visible": m
|
|
747
849
|
}), {
|
|
748
|
-
default:
|
|
749
|
-
io("div",
|
|
850
|
+
default: X(() => [
|
|
851
|
+
io("div", Er, [
|
|
750
852
|
G(i.$slots, "default")
|
|
751
853
|
])
|
|
752
854
|
]),
|
|
@@ -754,10 +856,10 @@ const Yr = {
|
|
|
754
856
|
}, 16, ["modal", "dismissable", "header", "visible", "position"])
|
|
755
857
|
], 64));
|
|
756
858
|
}
|
|
757
|
-
}),
|
|
859
|
+
}), Ur = { class: "ui-empty" }, _r = { class: "ui-empty__media" }, Xr = ["src"], Zr = { class: "ui-empty__content" }, Gr = { class: "ui-empty__title" }, Jr = {
|
|
758
860
|
key: 0,
|
|
759
861
|
class: "ui-empty__description"
|
|
760
|
-
},
|
|
862
|
+
}, Qr = { class: "ui-empty__actions" }, Kr = {
|
|
761
863
|
__name: "BaseEmpty",
|
|
762
864
|
props: {
|
|
763
865
|
icon: {
|
|
@@ -778,37 +880,37 @@ const Yr = {
|
|
|
778
880
|
}
|
|
779
881
|
},
|
|
780
882
|
setup(o) {
|
|
781
|
-
const r = o, e = O(() => !!r.image),
|
|
782
|
-
return (
|
|
783
|
-
io("div",
|
|
784
|
-
e.value ? (
|
|
883
|
+
const r = o, e = O(() => !!r.image), t = O(() => !!r.description);
|
|
884
|
+
return (a, d) => (M(), P("div", Ur, [
|
|
885
|
+
io("div", _r, [
|
|
886
|
+
e.value ? (M(), P("img", {
|
|
785
887
|
key: 0,
|
|
786
888
|
src: o.image,
|
|
787
889
|
alt: "",
|
|
788
890
|
class: "ui-empty__image"
|
|
789
|
-
}, null, 8, Xr)) : (
|
|
891
|
+
}, null, 8, Xr)) : (M(), A(Mo, {
|
|
790
892
|
key: 1,
|
|
791
893
|
icon: o.icon,
|
|
792
894
|
class: "ui-empty__icon"
|
|
793
895
|
}, null, 8, ["icon"]))
|
|
794
896
|
]),
|
|
795
|
-
io("div",
|
|
796
|
-
io("h3",
|
|
797
|
-
|
|
798
|
-
io("div",
|
|
799
|
-
G(
|
|
897
|
+
io("div", Zr, [
|
|
898
|
+
io("h3", Gr, oo(o.title), 1),
|
|
899
|
+
t.value ? (M(), P("p", Jr, oo(o.description), 1)) : q("", !0),
|
|
900
|
+
io("div", Qr, [
|
|
901
|
+
G(a.$slots, "default", {}, void 0, !0)
|
|
800
902
|
])
|
|
801
903
|
])
|
|
802
904
|
]));
|
|
803
905
|
}
|
|
804
|
-
},
|
|
906
|
+
}, n0 = /* @__PURE__ */ Ao(Kr, [["__scopeId", "data-v-91327e2b"]]), oe = { class: "ui-field" }, re = ["for"], ee = { class: "ui-control" }, te = {
|
|
805
907
|
key: 1,
|
|
806
908
|
class: "ui-error",
|
|
807
909
|
role: "alert"
|
|
808
910
|
}, ae = {
|
|
809
911
|
key: 2,
|
|
810
912
|
class: "ui-help"
|
|
811
|
-
},
|
|
913
|
+
}, i0 = {
|
|
812
914
|
__name: "BaseField",
|
|
813
915
|
props: {
|
|
814
916
|
label: {
|
|
@@ -829,20 +931,20 @@ const Yr = {
|
|
|
829
931
|
}
|
|
830
932
|
},
|
|
831
933
|
setup(o) {
|
|
832
|
-
const r = o, e = O(() => !!r.label),
|
|
833
|
-
return (d, n) => (
|
|
834
|
-
e.value ? (
|
|
934
|
+
const r = o, e = O(() => !!r.label), t = O(() => !!r.error), a = O(() => !!r.help);
|
|
935
|
+
return (d, n) => (M(), P("div", oe, [
|
|
936
|
+
e.value ? (M(), P("label", {
|
|
835
937
|
key: 0,
|
|
836
938
|
class: "ui-label",
|
|
837
939
|
for: o.forId
|
|
838
|
-
}, oo(o.label), 9,
|
|
839
|
-
io("div",
|
|
940
|
+
}, oo(o.label), 9, re)) : q("", !0),
|
|
941
|
+
io("div", ee, [
|
|
840
942
|
G(d.$slots, "default")
|
|
841
943
|
]),
|
|
842
|
-
|
|
944
|
+
t.value ? (M(), P("small", te, oo(o.error), 1)) : a.value ? (M(), P("small", ae, oo(o.help), 1)) : q("", !0)
|
|
843
945
|
]));
|
|
844
946
|
}
|
|
845
|
-
},
|
|
947
|
+
}, d0 = {
|
|
846
948
|
__name: "BaseInputText",
|
|
847
949
|
props: {
|
|
848
950
|
modelValue: {
|
|
@@ -864,13 +966,13 @@ const Yr = {
|
|
|
864
966
|
},
|
|
865
967
|
emits: ["update:modelValue"],
|
|
866
968
|
setup(o, { emit: r }) {
|
|
867
|
-
const e = o,
|
|
969
|
+
const e = o, t = r, a = O({
|
|
868
970
|
get: () => e.modelValue,
|
|
869
|
-
set: (d) =>
|
|
971
|
+
set: (d) => t("update:modelValue", d)
|
|
870
972
|
});
|
|
871
|
-
return (d, n) => (
|
|
872
|
-
modelValue:
|
|
873
|
-
"onUpdate:modelValue": n[0] || (n[0] = (m) =>
|
|
973
|
+
return (d, n) => (M(), A(W(nr), Q({
|
|
974
|
+
modelValue: a.value,
|
|
975
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
874
976
|
disabled: o.disabled,
|
|
875
977
|
readonly: o.readonly,
|
|
876
978
|
class: [
|
|
@@ -879,7 +981,7 @@ const Yr = {
|
|
|
879
981
|
]
|
|
880
982
|
}, d.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
|
|
881
983
|
}
|
|
882
|
-
},
|
|
984
|
+
}, l0 = {
|
|
883
985
|
__name: "BaseModal",
|
|
884
986
|
props: {
|
|
885
987
|
modelValue: {
|
|
@@ -910,9 +1012,9 @@ const Yr = {
|
|
|
910
1012
|
},
|
|
911
1013
|
emits: ["update:modelValue", "hide", "show"],
|
|
912
1014
|
setup(o, { emit: r }) {
|
|
913
|
-
const e = o,
|
|
1015
|
+
const e = o, t = r, a = O({
|
|
914
1016
|
get: () => e.modelValue,
|
|
915
|
-
set: (p) =>
|
|
1017
|
+
set: (p) => t("update:modelValue", p)
|
|
916
1018
|
}), d = {
|
|
917
1019
|
sm: "24rem",
|
|
918
1020
|
md: "38rem",
|
|
@@ -920,42 +1022,42 @@ const Yr = {
|
|
|
920
1022
|
full: "72rem"
|
|
921
1023
|
}, n = O(() => ({
|
|
922
1024
|
width: `min(92vw, ${d[e.size]})`
|
|
923
|
-
})), m = () =>
|
|
924
|
-
return (p, $) => (
|
|
925
|
-
visible:
|
|
926
|
-
"onUpdate:visible": $[0] || ($[0] = (
|
|
1025
|
+
})), m = () => t("hide"), i = () => t("show");
|
|
1026
|
+
return (p, $) => (M(), A(W(dr), {
|
|
1027
|
+
visible: a.value,
|
|
1028
|
+
"onUpdate:visible": $[0] || ($[0] = (z) => a.value = z),
|
|
927
1029
|
modal: "",
|
|
928
1030
|
draggable: !1,
|
|
929
1031
|
header: o.header,
|
|
930
1032
|
closable: o.closable,
|
|
931
1033
|
"dismissable-mask": o.dismissableMask,
|
|
932
1034
|
"close-on-escape": o.closeOnEscape,
|
|
933
|
-
style:
|
|
1035
|
+
style: Ho(n.value),
|
|
934
1036
|
onHide: m,
|
|
935
1037
|
onShow: i
|
|
936
|
-
},
|
|
937
|
-
default:
|
|
1038
|
+
}, Io({
|
|
1039
|
+
default: X(() => [
|
|
938
1040
|
G(p.$slots, "default")
|
|
939
1041
|
]),
|
|
940
1042
|
_: 2
|
|
941
1043
|
}, [
|
|
942
1044
|
p.$slots.header ? {
|
|
943
1045
|
name: "header",
|
|
944
|
-
fn:
|
|
1046
|
+
fn: X(() => [
|
|
945
1047
|
G(p.$slots, "header")
|
|
946
1048
|
]),
|
|
947
1049
|
key: "0"
|
|
948
1050
|
} : void 0,
|
|
949
1051
|
p.$slots.footer ? {
|
|
950
1052
|
name: "footer",
|
|
951
|
-
fn:
|
|
1053
|
+
fn: X(() => [
|
|
952
1054
|
G(p.$slots, "footer")
|
|
953
1055
|
]),
|
|
954
1056
|
key: "1"
|
|
955
1057
|
} : void 0
|
|
956
1058
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
957
1059
|
}
|
|
958
|
-
},
|
|
1060
|
+
}, c0 = {
|
|
959
1061
|
__name: "BaseMultiSelect",
|
|
960
1062
|
props: {
|
|
961
1063
|
modelValue: {
|
|
@@ -997,13 +1099,13 @@ const Yr = {
|
|
|
997
1099
|
},
|
|
998
1100
|
emits: ["update:modelValue"],
|
|
999
1101
|
setup(o, { emit: r }) {
|
|
1000
|
-
const e = o,
|
|
1102
|
+
const e = o, t = r, a = O({
|
|
1001
1103
|
get: () => e.modelValue,
|
|
1002
|
-
set: (d) =>
|
|
1104
|
+
set: (d) => t("update:modelValue", d)
|
|
1003
1105
|
});
|
|
1004
|
-
return (d, n) => (
|
|
1005
|
-
modelValue:
|
|
1006
|
-
"onUpdate:modelValue": n[0] || (n[0] = (m) =>
|
|
1106
|
+
return (d, n) => (M(), A(W(xr), Q({
|
|
1107
|
+
modelValue: a.value,
|
|
1108
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
1007
1109
|
fluid: "",
|
|
1008
1110
|
options: o.options,
|
|
1009
1111
|
"option-label": o.optionLabel,
|
|
@@ -1015,7 +1117,7 @@ const Yr = {
|
|
|
1015
1117
|
class: { "p-invalid": o.invalid }
|
|
1016
1118
|
}, d.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
|
|
1017
1119
|
}
|
|
1018
|
-
},
|
|
1120
|
+
}, ne = {
|
|
1019
1121
|
__name: "BasePanel",
|
|
1020
1122
|
props: {
|
|
1021
1123
|
header: {
|
|
@@ -1025,7 +1127,7 @@ const Yr = {
|
|
|
1025
1127
|
variant: {
|
|
1026
1128
|
type: String,
|
|
1027
1129
|
default: null,
|
|
1028
|
-
validator: (o) => ["success", "warning", "danger", "info"].includes(o)
|
|
1130
|
+
validator: (o) => ["success", "warning", "danger", "info", "gray"].includes(o)
|
|
1029
1131
|
},
|
|
1030
1132
|
toggleable: {
|
|
1031
1133
|
type: Boolean,
|
|
@@ -1041,34 +1143,34 @@ const Yr = {
|
|
|
1041
1143
|
"ui-panel": !0,
|
|
1042
1144
|
[`ui-panel--${r.variant}`]: !!r.variant
|
|
1043
1145
|
}));
|
|
1044
|
-
return (
|
|
1146
|
+
return (t, a) => (M(), A(W(wr), {
|
|
1045
1147
|
header: o.header,
|
|
1046
1148
|
toggleable: o.toggleable,
|
|
1047
1149
|
collapsed: o.collapsed,
|
|
1048
|
-
class:
|
|
1049
|
-
},
|
|
1050
|
-
default:
|
|
1051
|
-
G(
|
|
1150
|
+
class: So(e.value)
|
|
1151
|
+
}, Io({
|
|
1152
|
+
default: X(() => [
|
|
1153
|
+
G(t.$slots, "default", {}, void 0, !0)
|
|
1052
1154
|
]),
|
|
1053
1155
|
_: 2
|
|
1054
1156
|
}, [
|
|
1055
|
-
|
|
1157
|
+
t.$slots.header ? {
|
|
1056
1158
|
name: "header",
|
|
1057
|
-
fn:
|
|
1058
|
-
G(
|
|
1159
|
+
fn: X(() => [
|
|
1160
|
+
G(t.$slots, "header", {}, void 0, !0)
|
|
1059
1161
|
]),
|
|
1060
1162
|
key: "0"
|
|
1061
1163
|
} : void 0,
|
|
1062
|
-
|
|
1164
|
+
t.$slots.icons ? {
|
|
1063
1165
|
name: "icons",
|
|
1064
|
-
fn:
|
|
1065
|
-
G(
|
|
1166
|
+
fn: X(() => [
|
|
1167
|
+
G(t.$slots, "icons", {}, void 0, !0)
|
|
1066
1168
|
]),
|
|
1067
1169
|
key: "1"
|
|
1068
1170
|
} : void 0
|
|
1069
1171
|
]), 1032, ["header", "toggleable", "collapsed", "class"]));
|
|
1070
1172
|
}
|
|
1071
|
-
},
|
|
1173
|
+
}, s0 = /* @__PURE__ */ Ao(ne, [["__scopeId", "data-v-06e5a2fd"]]), u0 = {
|
|
1072
1174
|
__name: "BaseRadioButton",
|
|
1073
1175
|
props: {
|
|
1074
1176
|
modelValue: {
|
|
@@ -1098,13 +1200,13 @@ const Yr = {
|
|
|
1098
1200
|
},
|
|
1099
1201
|
emits: ["update:modelValue"],
|
|
1100
1202
|
setup(o, { emit: r }) {
|
|
1101
|
-
const e = o,
|
|
1203
|
+
const e = o, t = r, a = O({
|
|
1102
1204
|
get: () => e.modelValue,
|
|
1103
|
-
set: (d) =>
|
|
1205
|
+
set: (d) => t("update:modelValue", d)
|
|
1104
1206
|
});
|
|
1105
|
-
return (d, n) => (
|
|
1106
|
-
modelValue:
|
|
1107
|
-
"onUpdate:modelValue": n[0] || (n[0] = (m) =>
|
|
1207
|
+
return (d, n) => (M(), A(W(Br), Q({
|
|
1208
|
+
modelValue: a.value,
|
|
1209
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
1108
1210
|
value: o.value,
|
|
1109
1211
|
name: o.name,
|
|
1110
1212
|
"input-id": o.inputId,
|
|
@@ -1112,7 +1214,7 @@ const Yr = {
|
|
|
1112
1214
|
class: [{ "p-invalid": o.invalid }]
|
|
1113
1215
|
}, d.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
|
|
1114
1216
|
}
|
|
1115
|
-
},
|
|
1217
|
+
}, f0 = {
|
|
1116
1218
|
__name: "BaseRouterLink",
|
|
1117
1219
|
props: {
|
|
1118
1220
|
to: {
|
|
@@ -1133,7 +1235,7 @@ const Yr = {
|
|
|
1133
1235
|
}
|
|
1134
1236
|
},
|
|
1135
1237
|
setup(o) {
|
|
1136
|
-
const r = o, e = O(() => r.disabled || r.loading),
|
|
1238
|
+
const r = o, e = O(() => r.disabled || r.loading), t = O(() => [
|
|
1137
1239
|
"ui-btn",
|
|
1138
1240
|
{
|
|
1139
1241
|
"ui-btn-primary": r.variant === "primary",
|
|
@@ -1143,22 +1245,22 @@ const Yr = {
|
|
|
1143
1245
|
"ui-btn-disabled": e.value
|
|
1144
1246
|
}
|
|
1145
1247
|
]);
|
|
1146
|
-
return (
|
|
1248
|
+
return (a, d) => (M(), A(W(Rr), {
|
|
1147
1249
|
to: e.value ? void 0 : o.to,
|
|
1148
|
-
class:
|
|
1250
|
+
class: So(t.value),
|
|
1149
1251
|
"aria-disabled": e.value,
|
|
1150
|
-
onClick: d[0] || (d[0] =
|
|
1252
|
+
onClick: d[0] || (d[0] = gr((n) => e.value && n.preventDefault(), ["prevent"]))
|
|
1151
1253
|
}, {
|
|
1152
|
-
default:
|
|
1153
|
-
G(
|
|
1254
|
+
default: X(() => [
|
|
1255
|
+
G(a.$slots, "default")
|
|
1154
1256
|
]),
|
|
1155
1257
|
_: 3
|
|
1156
1258
|
}, 8, ["to", "class", "aria-disabled"]));
|
|
1157
1259
|
}
|
|
1158
|
-
},
|
|
1260
|
+
}, ie = { class: "ui-section-divider" }, de = {
|
|
1159
1261
|
key: 0,
|
|
1160
1262
|
class: "ui-section-divider__label"
|
|
1161
|
-
},
|
|
1263
|
+
}, g0 = {
|
|
1162
1264
|
__name: "BaseSectionDivider",
|
|
1163
1265
|
props: {
|
|
1164
1266
|
label: {
|
|
@@ -1168,12 +1270,12 @@ const Yr = {
|
|
|
1168
1270
|
},
|
|
1169
1271
|
setup(o) {
|
|
1170
1272
|
const r = o, e = O(() => !!r.label);
|
|
1171
|
-
return (
|
|
1172
|
-
e.value ? (
|
|
1173
|
-
|
|
1273
|
+
return (t, a) => (M(), P("div", ie, [
|
|
1274
|
+
e.value ? (M(), P("span", de, oo(o.label), 1)) : q("", !0),
|
|
1275
|
+
a[0] || (a[0] = io("div", { class: "ui-section-divider__line" }, null, -1))
|
|
1174
1276
|
]));
|
|
1175
1277
|
}
|
|
1176
|
-
},
|
|
1278
|
+
}, m0 = {
|
|
1177
1279
|
__name: "BaseSelect",
|
|
1178
1280
|
props: {
|
|
1179
1281
|
modelValue: {
|
|
@@ -1215,16 +1317,16 @@ const Yr = {
|
|
|
1215
1317
|
},
|
|
1216
1318
|
emits: ["update:modelValue"],
|
|
1217
1319
|
setup(o, { emit: r }) {
|
|
1218
|
-
const e = o,
|
|
1320
|
+
const e = o, t = r, a = O({
|
|
1219
1321
|
get: () => e.modelValue,
|
|
1220
|
-
set: (n) =>
|
|
1322
|
+
set: (n) => t("update:modelValue", n)
|
|
1221
1323
|
}), d = O(() => e.optionEmpty ? [
|
|
1222
1324
|
e.optionEmpty,
|
|
1223
1325
|
...e.options
|
|
1224
1326
|
] : e.options);
|
|
1225
|
-
return (n, m) => (
|
|
1226
|
-
modelValue:
|
|
1227
|
-
"onUpdate:modelValue": m[0] || (m[0] = (i) =>
|
|
1327
|
+
return (n, m) => (M(), A(W(Dr), Q({
|
|
1328
|
+
modelValue: a.value,
|
|
1329
|
+
"onUpdate:modelValue": m[0] || (m[0] = (i) => a.value = i),
|
|
1228
1330
|
options: d.value,
|
|
1229
1331
|
"option-label": o.optionLabel,
|
|
1230
1332
|
"option-value": o.optionValue,
|
|
@@ -1237,7 +1339,7 @@ const Yr = {
|
|
|
1237
1339
|
]
|
|
1238
1340
|
}, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
|
|
1239
1341
|
}
|
|
1240
|
-
},
|
|
1342
|
+
}, p0 = {
|
|
1241
1343
|
__name: "BaseSwitch",
|
|
1242
1344
|
props: {
|
|
1243
1345
|
modelValue: {
|
|
@@ -1259,21 +1361,21 @@ const Yr = {
|
|
|
1259
1361
|
},
|
|
1260
1362
|
emits: ["update:modelValue"],
|
|
1261
1363
|
setup(o, { emit: r }) {
|
|
1262
|
-
const e = o,
|
|
1364
|
+
const e = o, t = r, a = O({
|
|
1263
1365
|
get: () => e.modelValue,
|
|
1264
1366
|
set: (n) => {
|
|
1265
|
-
e.disabled || e.loading ||
|
|
1367
|
+
e.disabled || e.loading || t("update:modelValue", n);
|
|
1266
1368
|
}
|
|
1267
1369
|
}), d = O(() => e.disabled || e.loading);
|
|
1268
|
-
return (n, m) => (
|
|
1269
|
-
modelValue:
|
|
1270
|
-
"onUpdate:modelValue": m[0] || (m[0] = (i) =>
|
|
1370
|
+
return (n, m) => (M(), A(W(Sr), {
|
|
1371
|
+
modelValue: a.value,
|
|
1372
|
+
"onUpdate:modelValue": m[0] || (m[0] = (i) => a.value = i),
|
|
1271
1373
|
"input-id": o.inputId,
|
|
1272
1374
|
disabled: d.value,
|
|
1273
1375
|
class: "base-switch"
|
|
1274
1376
|
}, null, 8, ["modelValue", "input-id", "disabled"]));
|
|
1275
1377
|
}
|
|
1276
|
-
},
|
|
1378
|
+
}, b0 = {
|
|
1277
1379
|
__name: "BaseTextarea",
|
|
1278
1380
|
props: {
|
|
1279
1381
|
modelValue: {
|
|
@@ -1303,13 +1405,13 @@ const Yr = {
|
|
|
1303
1405
|
},
|
|
1304
1406
|
emits: ["update:modelValue"],
|
|
1305
1407
|
setup(o, { emit: r }) {
|
|
1306
|
-
const e = o,
|
|
1408
|
+
const e = o, t = r, a = O({
|
|
1307
1409
|
get: () => e.modelValue,
|
|
1308
|
-
set: (d) =>
|
|
1410
|
+
set: (d) => t("update:modelValue", d)
|
|
1309
1411
|
});
|
|
1310
|
-
return (d, n) => (
|
|
1311
|
-
modelValue:
|
|
1312
|
-
"onUpdate:modelValue": n[0] || (n[0] = (m) =>
|
|
1412
|
+
return (d, n) => (M(), A(W(Mr), Q({
|
|
1413
|
+
modelValue: a.value,
|
|
1414
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
1313
1415
|
rows: o.rows,
|
|
1314
1416
|
"auto-resize": o.autoResize,
|
|
1315
1417
|
disabled: o.disabled,
|
|
@@ -1320,7 +1422,7 @@ const Yr = {
|
|
|
1320
1422
|
]
|
|
1321
1423
|
}, d.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
|
|
1322
1424
|
}
|
|
1323
|
-
},
|
|
1425
|
+
}, h0 = {
|
|
1324
1426
|
mounted(o) {
|
|
1325
1427
|
const r = () => {
|
|
1326
1428
|
typeof o?.focus == "function" && o.focus();
|
|
@@ -1332,7 +1434,7 @@ const Yr = {
|
|
|
1332
1434
|
});
|
|
1333
1435
|
}
|
|
1334
1436
|
};
|
|
1335
|
-
var de = { transitionDuration: "{transition.duration}" }, le = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, ce = { 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" } }, se = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, ue = { root: de, panel: le, header: ce, content: se }, fe = { 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}" }, ge = { 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}" }, pe = { 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}" }, be = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, he = { 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}" } }, ve = { borderRadius: "{border.radius.sm}" }, ke = { padding: "{list.option.padding}" }, ye = { 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}" } } }, $e = { root: fe, overlay: ge, list: me, option: pe, optionGroup: be, dropdown: he, chip: ve, emptyMessage: ke, colorScheme: ye }, xe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ce = { size: "1rem" }, we = { borderColor: "{content.background}", offset: "-0.75rem" }, Be = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Re = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, De = { root: xe, icon: Ce, group: we, lg: Be, xl: Re }, Se = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Me = { size: "0.5rem" }, ze = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ye = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Ve = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Oe = { 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}" } } }, Le = { root: Se, dot: Me, sm: ze, lg: Ye, xl: Ve, colorScheme: Oe }, Te = { 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" } }, We = { 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}" } } } } }, Fe = { primitive: Te, semantic: We }, Ie = { borderRadius: "{content.border.radius}" }, He = { root: Ie }, je = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ae = { 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}" } }, Ne = { color: "{navigation.item.icon.color}" }, Pe = { root: je, item: Ae, separator: Ne }, qe = { 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}" }, Ee = { 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}" } } }, Ue = { root: qe, colorScheme: Ee }, Xe = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, _e = { padding: "1.25rem", gap: "0.5rem" }, Ze = { gap: "0.5rem" }, Ge = { fontSize: "1.25rem", fontWeight: "500" }, Je = { color: "{text.muted.color}" }, Qe = { root: Xe, body: _e, caption: Ze, title: Ge, subtitle: Je }, Ke = { transitionDuration: "{transition.duration}" }, oa = { gap: "0.25rem" }, ra = { padding: "1rem", gap: "0.5rem" }, ea = { 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}" } }, aa = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, ta = { root: Ke, content: oa, indicatorList: ra, indicator: ea, colorScheme: aa }, na = { 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}" } }, ia = { width: "2.5rem", color: "{form.field.icon.color}" }, da = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, la = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, ca = { 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" } }, sa = { color: "{form.field.icon.color}" }, ua = { root: na, dropdown: ia, overlay: da, list: la, option: ca, clearIcon: sa }, fa = { 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" } }, ga = { 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" } }, ma = { root: fa, icon: ga }, pa = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ba = { width: "2rem", height: "2rem" }, ha = { size: "1rem" }, va = { 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}" } }, ka = { 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}" } } }, ya = { root: pa, image: ba, icon: ha, removeIcon: va, colorScheme: ka }, $a = { transitionDuration: "{transition.duration}" }, xa = { 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}" } }, Ca = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, wa = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ba = { root: $a, preview: xa, panel: Ca, colorScheme: wa }, Ra = { size: "2rem", color: "{overlay.modal.color}" }, Da = { gap: "1rem" }, Sa = { icon: Ra, content: Da }, Ma = { 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" }, za = { padding: "{overlay.popover.padding}", gap: "1rem" }, Ya = { size: "1.5rem", color: "{overlay.popover.color}" }, Va = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Oa = { root: Ma, content: za, icon: Ya, footer: Va }, La = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ta = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Wa = { 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}" } }, Fa = { mobileIndent: "1rem" }, Ia = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ha = { borderColor: "{content.border.color}" }, ja = { root: La, list: Ta, item: Wa, submenu: Fa, submenuIcon: Ia, separator: Ha }, Aa = `
|
|
1437
|
+
var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, se = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, ue = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, fe = { root: le, panel: ce, header: se, content: ue }, ge = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, me = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pe = { padding: "{list.padding}", gap: "{list.gap}" }, be = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, he = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ve = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ke = { borderRadius: "{border.radius.sm}" }, ye = { padding: "{list.option.padding}" }, $e = { light: { chip: { focusBackground: "{surface.200}", focusColor: "{surface.800}" }, dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", focusColor: "{surface.0}" }, dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" } } }, Ce = { root: ge, overlay: me, list: pe, option: be, optionGroup: he, dropdown: ve, chip: ke, emptyMessage: ye, colorScheme: $e }, xe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, we = { size: "1rem" }, Be = { borderColor: "{content.background}", offset: "-0.75rem" }, Re = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, De = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Se = { root: xe, icon: we, group: Be, lg: Re, xl: De }, Me = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, ze = { size: "0.5rem" }, Ye = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ve = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Oe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Le = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Te = { root: Me, dot: ze, sm: Ye, lg: Ve, xl: Oe, colorScheme: Le }, We = { borderRadius: { none: "0", xs: "2px", sm: "4px", md: "6px", lg: "8px", xl: "12px" }, emerald: { 50: "#ecfdf5", 100: "#d1fae5", 200: "#a7f3d0", 300: "#6ee7b7", 400: "#34d399", 500: "#10b981", 600: "#059669", 700: "#047857", 800: "#065f46", 900: "#064e3b", 950: "#022c22" }, green: { 50: "#f0fdf4", 100: "#dcfce7", 200: "#bbf7d0", 300: "#86efac", 400: "#4ade80", 500: "#22c55e", 600: "#16a34a", 700: "#15803d", 800: "#166534", 900: "#14532d", 950: "#052e16" }, lime: { 50: "#f7fee7", 100: "#ecfccb", 200: "#d9f99d", 300: "#bef264", 400: "#a3e635", 500: "#84cc16", 600: "#65a30d", 700: "#4d7c0f", 800: "#3f6212", 900: "#365314", 950: "#1a2e05" }, red: { 50: "#fef2f2", 100: "#fee2e2", 200: "#fecaca", 300: "#fca5a5", 400: "#f87171", 500: "#ef4444", 600: "#dc2626", 700: "#b91c1c", 800: "#991b1b", 900: "#7f1d1d", 950: "#450a0a" }, orange: { 50: "#fff7ed", 100: "#ffedd5", 200: "#fed7aa", 300: "#fdba74", 400: "#fb923c", 500: "#f97316", 600: "#ea580c", 700: "#c2410c", 800: "#9a3412", 900: "#7c2d12", 950: "#431407" }, amber: { 50: "#fffbeb", 100: "#fef3c7", 200: "#fde68a", 300: "#fcd34d", 400: "#fbbf24", 500: "#f59e0b", 600: "#d97706", 700: "#b45309", 800: "#92400e", 900: "#78350f", 950: "#451a03" }, yellow: { 50: "#fefce8", 100: "#fef9c3", 200: "#fef08a", 300: "#fde047", 400: "#facc15", 500: "#eab308", 600: "#ca8a04", 700: "#a16207", 800: "#854d0e", 900: "#713f12", 950: "#422006" }, teal: { 50: "#f0fdfa", 100: "#ccfbf1", 200: "#99f6e4", 300: "#5eead4", 400: "#2dd4bf", 500: "#14b8a6", 600: "#0d9488", 700: "#0f766e", 800: "#115e59", 900: "#134e4a", 950: "#042f2e" }, cyan: { 50: "#ecfeff", 100: "#cffafe", 200: "#a5f3fc", 300: "#67e8f9", 400: "#22d3ee", 500: "#06b6d4", 600: "#0891b2", 700: "#0e7490", 800: "#155e75", 900: "#164e63", 950: "#083344" }, sky: { 50: "#f0f9ff", 100: "#e0f2fe", 200: "#bae6fd", 300: "#7dd3fc", 400: "#38bdf8", 500: "#0ea5e9", 600: "#0284c7", 700: "#0369a1", 800: "#075985", 900: "#0c4a6e", 950: "#082f49" }, blue: { 50: "#eff6ff", 100: "#dbeafe", 200: "#bfdbfe", 300: "#93c5fd", 400: "#60a5fa", 500: "#3b82f6", 600: "#2563eb", 700: "#1d4ed8", 800: "#1e40af", 900: "#1e3a8a", 950: "#172554" }, indigo: { 50: "#eef2ff", 100: "#e0e7ff", 200: "#c7d2fe", 300: "#a5b4fc", 400: "#818cf8", 500: "#6366f1", 600: "#4f46e5", 700: "#4338ca", 800: "#3730a3", 900: "#312e81", 950: "#1e1b4b" }, violet: { 50: "#f5f3ff", 100: "#ede9fe", 200: "#ddd6fe", 300: "#c4b5fd", 400: "#a78bfa", 500: "#8b5cf6", 600: "#7c3aed", 700: "#6d28d9", 800: "#5b21b6", 900: "#4c1d95", 950: "#2e1065" }, purple: { 50: "#faf5ff", 100: "#f3e8ff", 200: "#e9d5ff", 300: "#d8b4fe", 400: "#c084fc", 500: "#a855f7", 600: "#9333ea", 700: "#7e22ce", 800: "#6b21a8", 900: "#581c87", 950: "#3b0764" }, fuchsia: { 50: "#fdf4ff", 100: "#fae8ff", 200: "#f5d0fe", 300: "#f0abfc", 400: "#e879f9", 500: "#d946ef", 600: "#c026d3", 700: "#a21caf", 800: "#86198f", 900: "#701a75", 950: "#4a044e" }, pink: { 50: "#fdf2f8", 100: "#fce7f3", 200: "#fbcfe8", 300: "#f9a8d4", 400: "#f472b6", 500: "#ec4899", 600: "#db2777", 700: "#be185d", 800: "#9d174d", 900: "#831843", 950: "#500724" }, rose: { 50: "#fff1f2", 100: "#ffe4e6", 200: "#fecdd3", 300: "#fda4af", 400: "#fb7185", 500: "#f43f5e", 600: "#e11d48", 700: "#be123c", 800: "#9f1239", 900: "#881337", 950: "#4c0519" }, slate: { 50: "#f8fafc", 100: "#f1f5f9", 200: "#e2e8f0", 300: "#cbd5e1", 400: "#94a3b8", 500: "#64748b", 600: "#475569", 700: "#334155", 800: "#1e293b", 900: "#0f172a", 950: "#020617" }, gray: { 50: "#f9fafb", 100: "#f3f4f6", 200: "#e5e7eb", 300: "#d1d5db", 400: "#9ca3af", 500: "#6b7280", 600: "#4b5563", 700: "#374151", 800: "#1f2937", 900: "#111827", 950: "#030712" }, zinc: { 50: "#fafafa", 100: "#f4f4f5", 200: "#e4e4e7", 300: "#d4d4d8", 400: "#a1a1aa", 500: "#71717a", 600: "#52525b", 700: "#3f3f46", 800: "#27272a", 900: "#18181b", 950: "#09090b" }, neutral: { 50: "#fafafa", 100: "#f5f5f5", 200: "#e5e5e5", 300: "#d4d4d4", 400: "#a3a3a3", 500: "#737373", 600: "#525252", 700: "#404040", 800: "#262626", 900: "#171717", 950: "#0a0a0a" }, stone: { 50: "#fafaf9", 100: "#f5f5f4", 200: "#e7e5e4", 300: "#d6d3d1", 400: "#a8a29e", 500: "#78716c", 600: "#57534e", 700: "#44403c", 800: "#292524", 900: "#1c1917", 950: "#0c0a09" } }, Fe = { transitionDuration: "0.2s", focusRing: { width: "1px", style: "solid", color: "{primary.color}", offset: "2px", shadow: "none" }, disabledOpacity: "0.6", iconSize: "1rem", anchorGutter: "2px", primary: { 50: "{emerald.50}", 100: "{emerald.100}", 200: "{emerald.200}", 300: "{emerald.300}", 400: "{emerald.400}", 500: "{emerald.500}", 600: "{emerald.600}", 700: "{emerald.700}", 800: "{emerald.800}", 900: "{emerald.900}", 950: "{emerald.950}" }, formField: { paddingX: "0.75rem", paddingY: "0.5rem", sm: { fontSize: "0.875rem", paddingX: "0.625rem", paddingY: "0.375rem" }, lg: { fontSize: "1.125rem", paddingX: "0.875rem", paddingY: "0.625rem" }, borderRadius: "{border.radius.md}", focusRing: { width: "0", style: "none", color: "transparent", offset: "0", shadow: "none" }, transitionDuration: "{transition.duration}" }, list: { padding: "0.25rem 0.25rem", gap: "2px", header: { padding: "0.5rem 1rem 0.25rem 1rem" }, option: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}" }, optionGroup: { padding: "0.5rem 0.75rem", fontWeight: "600" } }, content: { borderRadius: "{border.radius.md}" }, mask: { transitionDuration: "0.3s" }, navigation: { list: { padding: "0.25rem 0.25rem", gap: "2px" }, item: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}", gap: "0.5rem" }, submenuLabel: { padding: "0.5rem 0.75rem", fontWeight: "600" }, submenuIcon: { size: "0.875rem" } }, overlay: { select: { borderRadius: "{border.radius.md}", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, popover: { borderRadius: "{border.radius.md}", padding: "0.75rem", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, modal: { borderRadius: "{border.radius.xl}", padding: "1.25rem", shadow: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" }, navigation: { shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" } }, colorScheme: { light: { surface: { 0: "#ffffff", 50: "{slate.50}", 100: "{slate.100}", 200: "{slate.200}", 300: "{slate.300}", 400: "{slate.400}", 500: "{slate.500}", 600: "{slate.600}", 700: "{slate.700}", 800: "{slate.800}", 900: "{slate.900}", 950: "{slate.950}" }, primary: { color: "{primary.500}", contrastColor: "#ffffff", hoverColor: "{primary.600}", activeColor: "{primary.700}" }, highlight: { background: "{primary.50}", focusBackground: "{primary.100}", color: "{primary.700}", focusColor: "{primary.800}" }, mask: { background: "rgba(0,0,0,0.4)", color: "{surface.200}" }, formField: { background: "{surface.0}", disabledBackground: "{surface.200}", filledBackground: "{surface.50}", filledHoverBackground: "{surface.50}", filledFocusBackground: "{surface.50}", borderColor: "{surface.300}", hoverBorderColor: "{surface.400}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.400}", color: "{surface.700}", disabledColor: "{surface.500}", placeholderColor: "{surface.500}", invalidPlaceholderColor: "{red.600}", floatLabelColor: "{surface.500}", floatLabelFocusColor: "{primary.600}", floatLabelActiveColor: "{surface.500}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.700}", hoverColor: "{surface.800}", mutedColor: "{surface.500}", hoverMutedColor: "{surface.600}" }, content: { background: "{surface.0}", hoverBackground: "{surface.100}", borderColor: "{surface.200}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, popover: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, modal: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.100}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.100}", activeBackground: "{surface.100}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } } }, dark: { surface: { 0: "#ffffff", 50: "{zinc.50}", 100: "{zinc.100}", 200: "{zinc.200}", 300: "{zinc.300}", 400: "{zinc.400}", 500: "{zinc.500}", 600: "{zinc.600}", 700: "{zinc.700}", 800: "{zinc.800}", 900: "{zinc.900}", 950: "{zinc.950}" }, primary: { color: "{primary.400}", contrastColor: "{surface.900}", hoverColor: "{primary.300}", activeColor: "{primary.200}" }, highlight: { background: "color-mix(in srgb, {primary.400}, transparent 84%)", focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)", color: "rgba(255,255,255,.87)", focusColor: "rgba(255,255,255,.87)" }, mask: { background: "rgba(0,0,0,0.6)", color: "{surface.200}" }, formField: { background: "{surface.950}", disabledBackground: "{surface.700}", filledBackground: "{surface.800}", filledHoverBackground: "{surface.800}", filledFocusBackground: "{surface.800}", borderColor: "{surface.600}", hoverBorderColor: "{surface.500}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.300}", color: "{surface.0}", disabledColor: "{surface.400}", placeholderColor: "{surface.400}", invalidPlaceholderColor: "{red.400}", floatLabelColor: "{surface.400}", floatLabelFocusColor: "{primary.color}", floatLabelActiveColor: "{surface.400}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.0}", hoverColor: "{surface.0}", mutedColor: "{surface.400}", hoverMutedColor: "{surface.300}" }, content: { background: "{surface.900}", hoverBackground: "{surface.800}", borderColor: "{surface.700}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, popover: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, modal: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.800}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.800}", activeBackground: "{surface.800}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } } } } }, je = { primitive: We, semantic: Fe }, He = { borderRadius: "{content.border.radius}" }, Ie = { root: He }, Ae = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ne = { color: "{text.muted.color}", hoverColor: "{text.color}", borderRadius: "{content.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", hoverColor: "{navigation.item.icon.focus.color}" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Pe = { color: "{navigation.item.icon.color}" }, qe = { root: Ae, item: Ne, separator: Pe }, Ee = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, Ue = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, _e = { root: Ee, colorScheme: Ue }, Xe = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, Ze = { padding: "1.25rem", gap: "0.5rem" }, Ge = { gap: "0.5rem" }, Je = { fontSize: "1.25rem", fontWeight: "500" }, Qe = { color: "{text.muted.color}" }, Ke = { root: Xe, body: Ze, caption: Ge, title: Je, subtitle: Qe }, ot = { transitionDuration: "{transition.duration}" }, rt = { gap: "0.25rem" }, et = { padding: "1rem", gap: "0.5rem" }, tt = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, at = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, nt = { root: ot, content: rt, indicatorList: et, indicator: tt, colorScheme: at }, it = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, dt = { width: "2.5rem", color: "{form.field.icon.color}" }, lt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ct = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, st = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, ut = { color: "{form.field.icon.color}" }, ft = { root: it, dropdown: dt, overlay: lt, list: ct, option: st, clearIcon: ut }, gt = { borderRadius: "{border.radius.sm}", width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, mt = { size: "0.875rem", color: "{form.field.color}", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.75rem" }, lg: { size: "1rem" } }, pt = { root: gt, icon: mt }, bt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ht = { width: "2rem", height: "2rem" }, vt = { size: "1rem" }, kt = { size: "1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" } }, yt = { light: { root: { background: "{surface.100}", color: "{surface.800}" }, icon: { color: "{surface.800}" }, removeIcon: { color: "{surface.800}" } }, dark: { root: { background: "{surface.800}", color: "{surface.0}" }, icon: { color: "{surface.0}" }, removeIcon: { color: "{surface.0}" } } }, $t = { root: bt, image: ht, icon: vt, removeIcon: kt, colorScheme: yt }, Ct = { transitionDuration: "{transition.duration}" }, xt = { width: "1.5rem", height: "1.5rem", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Bt = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Rt = { root: Ct, preview: xt, panel: wt, colorScheme: Bt }, Dt = { size: "2rem", color: "{overlay.modal.color}" }, St = { gap: "1rem" }, Mt = { icon: Dt, content: St }, zt = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Yt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Vt = { size: "1.5rem", color: "{overlay.popover.color}" }, Ot = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Lt = { root: zt, content: Yt, icon: Vt, footer: Ot }, Tt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Wt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ft = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, jt = { mobileIndent: "1rem" }, Ht = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, It = { borderColor: "{content.border.color}" }, At = { root: Tt, list: Wt, item: Ft, submenu: jt, submenuIcon: Ht, separator: It }, Nt = `
|
|
1336
1438
|
li.p-autocomplete-option,
|
|
1337
1439
|
div.p-cascadeselect-option-content,
|
|
1338
1440
|
li.p-listbox-option,
|
|
@@ -1356,24 +1458,24 @@ var de = { transitionDuration: "{transition.duration}" }, le = { borderWidth: "0
|
|
|
1356
1458
|
.p-treetable thead.p-treetable-thead>tr>th {
|
|
1357
1459
|
transition: none;
|
|
1358
1460
|
}
|
|
1359
|
-
`,
|
|
1461
|
+
`, Pt = { transitionDuration: "{transition.duration}" }, qt = { 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" } }, Et = { 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" } }, Ut = { fontWeight: "600" }, _t = { 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}" } }, Xt = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Zt = { 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" } }, Gt = { fontWeight: "600" }, Jt = { 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" } }, Qt = { color: "{primary.color}" }, Kt = { width: "0.5rem" }, oa = { width: "1px", color: "{primary.color}" }, ra = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, ea = { size: "2rem" }, ta = { 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}" } }, aa = { 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}" } }, na = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, ia = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, da = { 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}" } } }, la = `
|
|
1360
1462
|
.p-datatable-mask.p-overlay-mask {
|
|
1361
1463
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1362
1464
|
}
|
|
1363
|
-
`, lt = { root: Na, header: Pa, headerCell: qa, columnTitle: Ea, row: Ua, bodyCell: Xa, footerCell: _a, columnFooter: Za, footer: Ga, dropPoint: Ja, columnResizer: Qa, resizeIndicator: Ka, sortIcon: ot, loadingIcon: rt, rowToggleButton: et, filter: at, paginatorTop: tt, paginatorBottom: nt, colorScheme: it, css: dt }, ct = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, st = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ut = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ft = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, gt = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, mt = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, pt = { root: ct, header: st, content: ut, footer: ft, paginatorTop: gt, paginatorBottom: mt }, bt = { transitionDuration: "{transition.duration}" }, ht = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, vt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, kt = { gap: "0.5rem", fontWeight: "500" }, yt = { 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}" } }, $t = { color: "{form.field.icon.color}" }, xt = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ct = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wt = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Bt = { margin: "0.5rem 0 0 0" }, Rt = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Dt = { 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}" } }, St = { margin: "0.5rem 0 0 0" }, Mt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, zt = { margin: "0.5rem 0 0 0" }, Yt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Vt = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ot = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Lt = { 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}" } } }, Tt = { root: bt, panel: ht, header: vt, title: kt, dropdown: yt, inputIcon: $t, selectMonth: xt, selectYear: Ct, group: wt, dayView: Bt, weekDay: Rt, date: Dt, monthView: St, month: Mt, yearView: zt, year: Yt, buttonbar: Vt, timePicker: Ot, colorScheme: Lt }, Wt = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Ft = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, It = { fontSize: "1.25rem", fontWeight: "600" }, Ht = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, jt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, At = { root: Wt, header: Ft, title: It, content: Ht, footer: jt }, Nt = { borderColor: "{content.border.color}" }, Pt = { background: "{content.background}", color: "{text.color}" }, qt = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Et = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ut = { root: Nt, content: Pt, horizontal: qt, vertical: Et }, Xt = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, _t = { 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}" } }, Zt = { root: Xt, item: _t }, Gt = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Jt = { padding: "{overlay.modal.padding}" }, Qt = { fontSize: "1.5rem", fontWeight: "600" }, Kt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, on = { padding: "{overlay.modal.padding}" }, rn = { root: Gt, header: Jt, title: Qt, content: Kt, footer: on }, en = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, an = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, tn = { 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}" }, nn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, dn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, ln = { toolbar: en, toolbarItem: an, overlay: tn, overlayOption: nn, content: dn }, cn = { 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}" }, sn = { 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}" } }, un = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, fn = { padding: "0" }, gn = { root: cn, legend: sn, toggleIcon: un, content: fn }, mn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, pn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, bn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, hn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, vn = { gap: "0.5rem" }, kn = { height: "0.25rem" }, yn = { gap: "0.5rem" }, $n = { root: mn, header: pn, content: bn, file: hn, fileList: vn, progressbar: kn, basic: yn }, xn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, Cn = { active: { top: "-1.25rem" } }, wn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Bn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Rn = { root: xn, over: Cn, in: wn, on: Bn }, Dn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Sn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Mn = { size: "1.5rem" }, zn = { background: "{content.background}", padding: "1rem 0.25rem" }, Yn = { 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" }, On = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Ln = { gap: "0.5rem", padding: "1rem" }, Tn = { 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}" } }, Wn = { background: "rgba(0, 0, 0, 0.5)" }, Fn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, In = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Hn = { size: "1.5rem" }, jn = { 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}" } } }, An = { root: Dn, navButton: Sn, navIcon: Mn, thumbnailsContent: zn, thumbnailNavButton: Yn, thumbnailNavButtonIcon: Vn, caption: On, indicatorList: Ln, indicatorButton: Tn, insetIndicatorList: Wn, insetIndicatorButton: Fn, closeButton: In, closeButtonIcon: Hn, colorScheme: jn }, Nn = { color: "{form.field.icon.color}" }, Pn = { icon: Nn }, qn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, En = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Un = { root: qn, input: En }, Xn = { transitionDuration: "{transition.duration}" }, _n = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Zn = { 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" }, Gn = { 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}" } }, Jn = { root: Xn, preview: _n, toolbar: Zn, action: Gn }, Qn = { 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}" } }, Kn = { handle: Qn }, oi = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ri = { fontWeight: "500" }, ei = { size: "1rem" }, ai = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, ti = { root: oi, text: ri, icon: ei, colorScheme: ai }, ni = { 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}" }, ii = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, di = { root: ni, display: ii }, li = { 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}" }, ci = { borderRadius: "{border.radius.sm}" }, si = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, ui = { root: li, chip: ci, colorScheme: si }, fi = { 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" }, gi = { addon: fi }, mi = { transitionDuration: "{transition.duration}" }, pi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, bi = { 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}" } } }, hi = { root: mi, button: pi, colorScheme: bi }, vi = { gap: "0.5rem" }, ki = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, yi = { root: vi, input: ki }, $i = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, xi = { root: $i }, Ci = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wi = { background: "{primary.color}" }, Bi = { background: "{content.border.color}" }, Ri = { color: "{text.muted.color}" }, Di = { root: Ci, value: wi, range: Bi, text: Ri }, Si = { 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}" }, Mi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, zi = { 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}" }, Yi = { 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" }, Oi = { padding: "{list.option.padding}" }, Li = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Ti = { root: Si, list: Mi, option: zi, optionGroup: Yi, checkmark: Vi, emptyMessage: Oi, colorScheme: Li }, Wi = { 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}" }, Fi = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Ii = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Hi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, ji = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ai = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ni = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Pi = { borderColor: "{content.border.color}" }, qi = { 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}" } }, Ei = { root: Wi, baseItem: Fi, item: Ii, overlay: Hi, submenu: ji, submenuLabel: Ai, submenuIcon: Ni, separator: Pi, mobileButton: qi }, Ui = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, _i = { 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}" } }, Zi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Gi = { borderColor: "{content.border.color}" }, Ji = { root: Ui, list: Xi, item: _i, submenuLabel: Zi, separator: Gi }, Qi = { 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}" }, Ki = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, od = { 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}" } }, rd = { 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}" } }, ed = { borderColor: "{content.border.color}" }, ad = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, td = { root: Qi, baseItem: Ki, item: od, submenu: rd, separator: ed, mobileButton: ad }, nd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, id = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, dd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, ld = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, cd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, sd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, ud = { root: { borderWidth: "1px" } }, fd = { content: { padding: "0" } }, gd = { 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}" } } } }, md = { root: nd, content: id, text: dd, icon: ld, closeButton: cd, closeIcon: sd, outlined: ud, simple: fd, colorScheme: gd }, pd = { borderRadius: "{content.border.radius}", gap: "1rem" }, bd = { background: "{content.border.color}", size: "0.5rem" }, hd = { gap: "0.5rem" }, vd = { size: "0.5rem" }, kd = { size: "1rem" }, yd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, $d = { root: pd, meters: bd, label: hd, labelMarker: vd, labelIcon: kd, labelList: yd }, xd = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Cd = { width: "2.5rem", color: "{form.field.icon.color}" }, wd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Bd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Rd = { 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" }, Dd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Sd = { color: "{form.field.icon.color}" }, Md = { borderRadius: "{border.radius.sm}" }, zd = { padding: "{list.option.padding}" }, Yd = { root: xd, dropdown: Cd, overlay: wd, list: Bd, option: Rd, optionGroup: Dd, chip: Md, clearIcon: Sd, emptyMessage: zd }, Vd = { gap: "1.125rem" }, Od = { gap: "0.5rem" }, Ld = { root: Vd, controls: Od }, Td = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Wd = { 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}" }, Fd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Id = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Hd = { root: Td, node: Wd, nodeToggleButton: Fd, connector: Id }, jd = { outline: { width: "2px", color: "{content.background}" } }, Ad = { root: jd }, Nd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Pd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, qd = { color: "{text.muted.color}" }, Ed = { maxWidth: "2.5rem" }, Ud = { root: Nd, navButton: Pd, currentPageReport: qd, jumpToPageInput: Ed }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, _d = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Zd = { padding: "0.375rem 1.125rem" }, Gd = { fontWeight: "600" }, Jd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { root: Xd, header: _d, toggleableHeader: Zd, title: Gd, content: Jd, footer: Qd }, ol = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, rl = { 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}" } }, el = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, al = { indent: "1rem" }, tl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, nl = { root: ol, panel: rl, item: el, submenu: al, submenuIcon: tl }, il = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, dl = { color: "{form.field.icon.color}" }, ll = { 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}" }, cl = { gap: "0.5rem" }, sl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, ul = { meter: il, icon: dl, overlay: ll, content: cl, colorScheme: sl }, fl = { gap: "1.125rem" }, gl = { gap: "0.5rem" }, ml = { root: fl, controls: gl }, pl = { 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" }, bl = { padding: "{overlay.popover.padding}" }, hl = { root: pl, content: bl }, vl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, kl = { background: "{primary.color}" }, yl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, $l = { root: vl, value: kl, label: yl }, xl = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, Cl = { colorScheme: xl }, wl = { 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" } }, Bl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Rl = { root: wl, icon: Bl }, Dl = { 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}" } }, Sl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ml = { root: Dl, icon: Sl }, zl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Yl = { colorScheme: zl }, Vl = { transitionDuration: "{transition.duration}" }, Ol = { 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}" } }, Ll = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Tl = { root: Vl, bar: Ol, colorScheme: Ll }, 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}" } }, Fl = { width: "2.5rem", color: "{form.field.icon.color}" }, Il = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Hl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, jl = { 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}" }, Al = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Nl = { color: "{form.field.icon.color}" }, Pl = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, ql = { padding: "{list.option.padding}" }, El = { root: Wl, dropdown: Fl, overlay: Il, list: Hl, option: jl, optionGroup: Al, clearIcon: Nl, checkmark: Pl, emptyMessage: ql }, Ul = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, _l = { root: Ul, colorScheme: Xl }, Zl = { borderRadius: "{content.border.radius}" }, Gl = { 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)" } } }, Jl = { root: Zl, colorScheme: Gl }, Ql = { transitionDuration: "{transition.duration}" }, Kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, oc = { background: "{primary.color}" }, rc = { 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}" } }, ec = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ac = { root: Ql, track: Kl, range: oc, handle: rc, colorScheme: ec }, tc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, nc = { root: tc }, ic = { 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)" }, dc = { root: ic }, lc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, cc = { background: "{content.border.color}" }, sc = { 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}" } }, uc = { root: lc, gutter: cc, handle: sc }, fc = { transitionDuration: "{transition.duration}" }, gc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, mc = { padding: "0.5rem", gap: "1rem" }, pc = { 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" }, bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, hc = { 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)" }, vc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, kc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, yc = { root: fc, separator: gc, step: mc, stepHeader: pc, stepTitle: bc, stepNumber: hc, steppanels: vc, steppanel: kc }, $c = { transitionDuration: "{transition.duration}" }, xc = { background: "{content.border.color}" }, Cc = { 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" }, wc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Bc = { 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)" }, Rc = { root: $c, separator: xc, itemLink: Cc, itemLabel: wc, itemNumber: Bc }, Dc = { transitionDuration: "{transition.duration}" }, Sc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Mc = { 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}" } }, zc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Yc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Vc = { root: Dc, tablist: Sc, item: Mc, itemIcon: zc, activeBar: Yc }, Oc = { transitionDuration: "{transition.duration}" }, Lc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Tc = { 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}" } }, Wc = { 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}" } }, Fc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Ic = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Hc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, jc = { root: Oc, tablist: Lc, tab: Tc, tabpanel: Wc, navButton: Fc, activeBar: Ic, colorScheme: Hc }, Ac = { transitionDuration: "{transition.duration}" }, Nc = { background: "{content.background}", borderColor: "{content.border.color}" }, Pc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, qc = { background: "{content.background}", color: "{content.color}" }, Ec = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Uc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Xc = { root: Ac, tabList: Nc, tab: Pc, tabPanel: qc, navButton: Ec, colorScheme: Uc }, _c = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Zc = { size: "0.75rem" }, Gc = { 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}" } } }, Jc = { root: _c, icon: Zc, colorScheme: Gc }, Qc = { 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}" }, Kc = { gap: "0.25rem" }, os = { margin: "2px 0" }, rs = { root: Qc, prompt: Kc, commandResponse: os }, es = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, as = { root: es }, ts = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, ns = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, is = { 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}" } }, ds = { mobileIndent: "1rem" }, ls = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, cs = { borderColor: "{content.border.color}" }, ss = { root: ts, list: ns, item: is, submenu: ds, submenuIcon: ls, separator: cs }, us = { minHeight: "5rem" }, fs = { eventContent: { padding: "1rem 0" } }, gs = { eventContent: { padding: "0 1rem" } }, ms = { 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)" } }, ps = { color: "{content.border.color}", size: "2px" }, bs = { event: us, horizontal: fs, vertical: gs, eventMarker: ms, eventConnector: ps }, hs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, vs = { size: "1.125rem" }, ks = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, ys = { gap: "0.5rem" }, $s = { fontWeight: "500", fontSize: "1rem" }, xs = { fontWeight: "500", fontSize: "0.875rem" }, Cs = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ws = { size: "1rem" }, Bs = { 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" } } } } }, Rs = { root: hs, icon: vs, content: ks, text: ys, summary: $s, detail: xs, closeButton: Cs, closeIcon: ws, colorScheme: Bs }, Ds = { 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" } }, Ss = { disabledColor: "{form.field.disabled.color}" }, Ms = { 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" } }, zs = { 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}" } } }, Ys = { root: Ds, icon: Ss, content: Ms, colorScheme: zs }, 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" }, Os = { borderRadius: "50%", size: "1rem" }, Ls = { 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}" } } }, Ts = { root: Vs, handle: Os, colorScheme: Ls }, Ws = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Fs = { root: Ws }, Is = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Hs = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, js = { root: Is, colorScheme: Hs }, As = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ns = { 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" }, Ps = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, qs = { 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}" } }, Es = { size: "2rem" }, Us = { margin: "0 0 0.5rem 0" }, Xs = `
|
|
1465
|
+
`, ca = { root: Pt, header: qt, headerCell: Et, columnTitle: Ut, row: _t, bodyCell: Xt, footerCell: Zt, columnFooter: Gt, footer: Jt, dropPoint: Qt, columnResizer: Kt, resizeIndicator: oa, sortIcon: ra, loadingIcon: ea, rowToggleButton: ta, filter: aa, paginatorTop: na, paginatorBottom: ia, colorScheme: da, css: la }, sa = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ua = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, fa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ga = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ma = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, pa = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ba = { root: sa, header: ua, content: fa, footer: ga, paginatorTop: ma, paginatorBottom: pa }, ha = { transitionDuration: "{transition.duration}" }, va = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, ka = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ya = { gap: "0.5rem", fontWeight: "500" }, $a = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ca = { color: "{form.field.icon.color}" }, xa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ba = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ra = { margin: "0.5rem 0 0 0" }, Da = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Sa = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ya = { margin: "0.5rem 0 0 0" }, Va = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Oa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, La = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ta = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, Wa = { root: ha, panel: va, header: ka, title: ya, dropdown: $a, inputIcon: Ca, selectMonth: xa, selectYear: wa, group: Ba, dayView: Ra, weekDay: Da, date: Sa, monthView: Ma, month: za, yearView: Ya, year: Va, buttonbar: Oa, timePicker: La, colorScheme: Ta }, Fa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, ja = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ha = { fontSize: "1.25rem", fontWeight: "600" }, Ia = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Aa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Na = { root: Fa, header: ja, title: Ha, content: Ia, footer: Aa }, Pa = { borderColor: "{content.border.color}" }, qa = { background: "{content.background}", color: "{text.color}" }, Ea = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ua = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, _a = { root: Pa, content: qa, horizontal: Ea, vertical: Ua }, Xa = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Za = { borderRadius: "{content.border.radius}", padding: "0.5rem", size: "3rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ga = { root: Xa, item: Za }, Ja = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Qa = { padding: "{overlay.modal.padding}" }, Ka = { fontSize: "1.5rem", fontWeight: "600" }, on = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, rn = { padding: "{overlay.modal.padding}" }, en = { root: Ja, header: Qa, title: Ka, content: on, footer: rn }, tn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, an = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, nn = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, dn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ln = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, cn = { toolbar: tn, toolbarItem: an, overlay: nn, overlayOption: dn, content: ln }, sn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", padding: "0 1.125rem 1.125rem 1.125rem", transitionDuration: "{transition.duration}" }, un = { background: "{content.background}", hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", borderRadius: "{content.border.radius}", borderWidth: "1px", borderColor: "transparent", padding: "0.5rem 0.75rem", gap: "0.5rem", fontWeight: "600", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, gn = { padding: "0" }, mn = { root: sn, legend: un, toggleIcon: fn, content: gn }, pn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, bn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, hn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, vn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, kn = { gap: "0.5rem" }, yn = { height: "0.25rem" }, $n = { gap: "0.5rem" }, Cn = { root: pn, header: bn, content: hn, file: vn, fileList: kn, progressbar: yn, basic: $n }, xn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, wn = { active: { top: "-1.25rem" } }, Bn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Rn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Dn = { root: xn, over: wn, in: Bn, on: Rn }, Sn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Mn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, zn = { size: "1.5rem" }, Yn = { background: "{content.background}", padding: "1rem 0.25rem" }, Vn = { size: "2rem", borderRadius: "{content.border.radius}", gutter: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, On = { size: "1rem" }, Ln = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Tn = { gap: "0.5rem", padding: "1rem" }, Wn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Fn = { background: "rgba(0, 0, 0, 0.5)" }, jn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Hn = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, In = { size: "1.5rem" }, An = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, Nn = { root: Sn, navButton: Mn, navIcon: zn, thumbnailsContent: Yn, thumbnailNavButton: Vn, thumbnailNavButtonIcon: On, caption: Ln, indicatorList: Tn, indicatorButton: Wn, insetIndicatorList: Fn, insetIndicatorButton: jn, closeButton: Hn, closeButtonIcon: In, colorScheme: An }, Pn = { color: "{form.field.icon.color}" }, qn = { icon: Pn }, En = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Un = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, _n = { root: En, input: Un }, Xn = { transitionDuration: "{transition.duration}" }, Zn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Gn = { position: { left: "auto", right: "1rem", top: "1rem", bottom: "auto" }, blur: "8px", background: "rgba(255,255,255,0.1)", borderColor: "rgba(255,255,255,0.2)", borderWidth: "1px", borderRadius: "30px", padding: ".5rem", gap: "0.5rem" }, Jn = { hoverBackground: "rgba(255,255,255,0.1)", color: "{surface.50}", hoverColor: "{surface.0}", size: "3rem", iconSize: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Qn = { root: Xn, preview: Zn, toolbar: Gn, action: Jn }, Kn = { size: "15px", hoverSize: "30px", background: "rgba(255,255,255,0.3)", hoverBackground: "rgba(255,255,255,0.3)", borderColor: "unset", hoverBorderColor: "unset", borderWidth: "0", borderRadius: "50%", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "rgba(255,255,255,0.3)", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, oi = { handle: Kn }, ri = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ei = { fontWeight: "500" }, ti = { size: "1rem" }, ai = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, ni = { root: ri, text: ei, icon: ti, colorScheme: ai }, ii = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, di = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, li = { root: ii, display: di }, ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, si = { borderRadius: "{border.radius.sm}" }, ui = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, fi = { root: ci, chip: si, colorScheme: ui }, gi = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.icon.color}", borderRadius: "{form.field.border.radius}", padding: "0.5rem", minWidth: "2.5rem" }, mi = { addon: gi }, pi = { transitionDuration: "{transition.duration}" }, bi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, hi = { light: { button: { background: "transparent", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.500}", activeColor: "{surface.600}" } }, dark: { button: { background: "transparent", hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.300}", activeColor: "{surface.200}" } } }, vi = { root: pi, button: bi, colorScheme: hi }, ki = { gap: "0.5rem" }, yi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, $i = { root: ki, input: yi }, Ci = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, xi = { root: Ci }, wi = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bi = { background: "{primary.color}" }, Ri = { background: "{content.border.color}" }, Di = { color: "{text.muted.color}" }, Si = { root: wi, value: Bi, range: Ri, text: Di }, Mi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", borderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", shadow: "{form.field.shadow}", borderRadius: "{form.field.border.radius}", transitionDuration: "{form.field.transition.duration}" }, zi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yi = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Vi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Oi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Li = { padding: "{list.option.padding}" }, Ti = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Wi = { root: Mi, list: zi, option: Yi, optionGroup: Vi, checkmark: Oi, emptyMessage: Li, colorScheme: Ti }, Fi = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", verticalOrientation: { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, horizontalOrientation: { padding: "0.5rem 0.75rem", gap: "0.5rem" }, transitionDuration: "{transition.duration}" }, ji = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Hi = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Ii = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ai = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ni = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Pi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qi = { borderColor: "{content.border.color}" }, Ei = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ui = { root: Fi, baseItem: ji, item: Hi, overlay: Ii, submenu: Ai, submenuLabel: Ni, submenuIcon: Pi, separator: qi, mobileButton: Ei }, _i = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Zi = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, Gi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ji = { borderColor: "{content.border.color}" }, Qi = { root: _i, list: Xi, item: Zi, submenuLabel: Gi, separator: Ji }, Ki = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.5rem 0.75rem", transitionDuration: "{transition.duration}" }, od = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, rd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ed = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", mobileIndent: "1rem", icon: { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" } }, td = { borderColor: "{content.border.color}" }, ad = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, nd = { root: Ki, baseItem: od, item: rd, submenu: ed, separator: td, mobileButton: ad }, id = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, dd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ld = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, cd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ud = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, fd = { root: { borderWidth: "1px" } }, gd = { content: { padding: "0" } }, md = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } }, outlined: { color: "{blue.600}", borderColor: "{blue.600}" }, simple: { color: "{blue.600}" } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } }, outlined: { color: "{green.600}", borderColor: "{green.600}" }, simple: { color: "{green.600}" } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } }, outlined: { color: "{yellow.600}", borderColor: "{yellow.600}" }, simple: { color: "{yellow.600}" } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } }, outlined: { color: "{red.600}", borderColor: "{red.600}" }, simple: { color: "{red.600}" } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } }, outlined: { color: "{surface.500}", borderColor: "{surface.500}" }, simple: { color: "{surface.500}" } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } }, outlined: { color: "{surface.950}", borderColor: "{surface.950}" }, simple: { color: "{surface.950}" } } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } }, outlined: { color: "{blue.500}", borderColor: "{blue.500}" }, simple: { color: "{blue.500}" } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } }, outlined: { color: "{green.500}", borderColor: "{green.500}" }, simple: { color: "{green.500}" } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } }, outlined: { color: "{yellow.500}", borderColor: "{yellow.500}" }, simple: { color: "{yellow.500}" } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } }, outlined: { color: "{red.500}", borderColor: "{red.500}" }, simple: { color: "{red.500}" } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } }, outlined: { color: "{surface.400}", borderColor: "{surface.400}" }, simple: { color: "{surface.400}" } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } }, outlined: { color: "{surface.0}", borderColor: "{surface.0}" }, simple: { color: "{surface.0}" } } } }, pd = { root: id, content: dd, text: ld, icon: cd, closeButton: sd, closeIcon: ud, outlined: fd, simple: gd, colorScheme: md }, bd = { borderRadius: "{content.border.radius}", gap: "1rem" }, hd = { background: "{content.border.color}", size: "0.5rem" }, vd = { gap: "0.5rem" }, kd = { size: "0.5rem" }, yd = { size: "1rem" }, $d = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Cd = { root: bd, meters: hd, label: vd, labelMarker: kd, labelIcon: yd, labelList: $d }, xd = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, wd = { width: "2.5rem", color: "{form.field.icon.color}" }, Bd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Rd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Dd = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", gap: "0.5rem" }, Sd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Md = { color: "{form.field.icon.color}" }, zd = { borderRadius: "{border.radius.sm}" }, Yd = { padding: "{list.option.padding}" }, Vd = { root: xd, dropdown: wd, overlay: Bd, list: Rd, option: Dd, optionGroup: Sd, chip: zd, clearIcon: Md, emptyMessage: Yd }, Od = { gap: "1.125rem" }, Ld = { gap: "0.5rem" }, Td = { root: Od, controls: Ld }, Wd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Fd = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, jd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Hd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Id = { root: Wd, node: Fd, nodeToggleButton: jd, connector: Hd }, Ad = { outline: { width: "2px", color: "{content.background}" } }, Nd = { root: Ad }, Pd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, qd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ed = { color: "{text.muted.color}" }, Ud = { maxWidth: "2.5rem" }, _d = { root: Pd, navButton: qd, currentPageReport: Ed, jumpToPageInput: Ud }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Zd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Gd = { padding: "0.375rem 1.125rem" }, Jd = { fontWeight: "600" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { padding: "0 1.125rem 1.125rem 1.125rem" }, ol = { root: Xd, header: Zd, toggleableHeader: Gd, title: Jd, content: Qd, footer: Kd }, rl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, el = { background: "{content.background}", borderColor: "{content.border.color}", borderWidth: "1px", color: "{content.color}", padding: "0.25rem 0.25rem", borderRadius: "{content.border.radius}", first: { borderWidth: "1px", topBorderRadius: "{content.border.radius}" }, last: { borderWidth: "1px", bottomBorderRadius: "{content.border.radius}" } }, tl = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, al = { indent: "1rem" }, nl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, il = { root: rl, panel: el, item: tl, submenu: al, submenuIcon: nl }, dl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ll = { color: "{form.field.icon.color}" }, cl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", padding: "{overlay.popover.padding}", shadow: "{overlay.popover.shadow}" }, sl = { gap: "0.5rem" }, ul = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, fl = { meter: dl, icon: ll, overlay: cl, content: sl, colorScheme: ul }, gl = { gap: "1.125rem" }, ml = { gap: "0.5rem" }, pl = { root: gl, controls: ml }, bl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, hl = { padding: "{overlay.popover.padding}" }, vl = { root: bl, content: hl }, kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, yl = { background: "{primary.color}" }, $l = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Cl = { root: kl, value: yl, label: $l }, xl = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, wl = { colorScheme: xl }, Bl = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Rl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Dl = { root: Bl, icon: Rl }, Sl = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ml = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, zl = { root: Sl, icon: Ml }, Yl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Vl = { colorScheme: Yl }, Ol = { transitionDuration: "{transition.duration}" }, Ll = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Tl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Wl = { root: Ol, bar: Ll, colorScheme: Tl }, Fl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, jl = { width: "2.5rem", color: "{form.field.icon.color}" }, Hl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Il = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Al = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Nl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pl = { color: "{form.field.icon.color}" }, ql = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, El = { padding: "{list.option.padding}" }, Ul = { root: Fl, dropdown: jl, overlay: Hl, list: Il, option: Al, optionGroup: Nl, clearIcon: Pl, checkmark: ql, emptyMessage: El }, _l = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Zl = { root: _l, colorScheme: Xl }, Gl = { borderRadius: "{content.border.radius}" }, Jl = { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { transitionDuration: "{transition.duration}" }, oc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, rc = { background: "{primary.color}" }, ec = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, tc = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ac = { root: Kl, track: oc, range: rc, handle: ec, colorScheme: tc }, nc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ic = { root: nc }, dc = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, lc = { root: dc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sc = { background: "{content.border.color}" }, uc = { size: "24px", background: "transparent", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fc = { root: cc, gutter: sc, handle: uc }, gc = { transitionDuration: "{transition.duration}" }, mc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, pc = { padding: "0.5rem", gap: "1rem" }, bc = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, hc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, vc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, kc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, yc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, $c = { root: gc, separator: mc, step: pc, stepHeader: bc, stepTitle: hc, stepNumber: vc, steppanels: kc, steppanel: yc }, Cc = { transitionDuration: "{transition.duration}" }, xc = { background: "{content.border.color}" }, wc = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Rc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Dc = { root: Cc, separator: xc, itemLink: wc, itemLabel: Bc, itemNumber: Rc }, Sc = { transitionDuration: "{transition.duration}" }, Mc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, zc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Yc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Vc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oc = { root: Sc, tablist: Mc, item: zc, itemIcon: Yc, activeBar: Vc }, Lc = { transitionDuration: "{transition.duration}" }, Tc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Wc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Fc = { background: "{content.background}", color: "{content.color}", padding: "0.875rem 1.125rem 1.125rem 1.125rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "inset {focus.ring.shadow}" } }, jc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Hc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Ic = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Ac = { root: Lc, tablist: Tc, tab: Wc, tabpanel: Fc, navButton: jc, activeBar: Hc, colorScheme: Ic }, Nc = { transitionDuration: "{transition.duration}" }, Pc = { background: "{content.background}", borderColor: "{content.border.color}" }, qc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ec = { background: "{content.background}", color: "{content.color}" }, Uc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, _c = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Xc = { root: Nc, tabList: Pc, tab: qc, tabPanel: Ec, navButton: Uc, colorScheme: _c }, Zc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Gc = { size: "0.75rem" }, Jc = { light: { primary: { background: "{primary.100}", color: "{primary.700}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.100}", color: "{green.700}" }, info: { background: "{sky.100}", color: "{sky.700}" }, warn: { background: "{orange.100}", color: "{orange.700}" }, danger: { background: "{red.100}", color: "{red.700}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "color-mix(in srgb, {primary.500}, transparent 84%)", color: "{primary.300}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", color: "{green.300}" }, info: { background: "color-mix(in srgb, {sky.500}, transparent 84%)", color: "{sky.300}" }, warn: { background: "color-mix(in srgb, {orange.500}, transparent 84%)", color: "{orange.300}" }, danger: { background: "color-mix(in srgb, {red.500}, transparent 84%)", color: "{red.300}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Qc = { root: Zc, icon: Gc, colorScheme: Jc }, Kc = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, os = { gap: "0.25rem" }, rs = { margin: "2px 0" }, es = { root: Kc, prompt: os, commandResponse: rs }, ts = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, as = { root: ts }, ns = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, is = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ds = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, ls = { mobileIndent: "1rem" }, cs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ss = { borderColor: "{content.border.color}" }, us = { root: ns, list: is, item: ds, submenu: ls, submenuIcon: cs, separator: ss }, fs = { minHeight: "5rem" }, gs = { eventContent: { padding: "1rem 0" } }, ms = { eventContent: { padding: "0 1rem" } }, ps = { size: "1.125rem", borderRadius: "50%", borderWidth: "2px", background: "{content.background}", borderColor: "{content.border.color}", content: { borderRadius: "50%", size: "0.375rem", background: "{primary.color}", insetShadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" } }, bs = { color: "{content.border.color}", size: "2px" }, hs = { event: fs, horizontal: gs, vertical: ms, eventMarker: ps, eventConnector: bs }, vs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ks = { size: "1.125rem" }, ys = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, $s = { gap: "0.5rem" }, Cs = { fontWeight: "500", fontSize: "1rem" }, xs = { fontWeight: "500", fontSize: "0.875rem" }, ws = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Bs = { size: "1rem" }, Rs = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, Ds = { root: vs, icon: ks, content: ys, text: $s, summary: Cs, detail: xs, closeButton: ws, closeIcon: Bs, colorScheme: Rs }, Ss = { padding: "0.25rem", borderRadius: "{content.border.radius}", gap: "0.5rem", fontWeight: "500", disabledBackground: "{form.field.disabled.background}", disabledBorderColor: "{form.field.disabled.background}", disabledColor: "{form.field.disabled.color}", invalidBorderColor: "{form.field.invalid.border.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", padding: "0.25rem" }, lg: { fontSize: "{form.field.lg.font.size}", padding: "0.25rem" } }, Ms = { disabledColor: "{form.field.disabled.color}" }, zs = { padding: "0.25rem 0.75rem", borderRadius: "{content.border.radius}", checkedShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)", sm: { padding: "0.25rem 0.75rem" }, lg: { padding: "0.25rem 0.75rem" } }, Ys = { light: { root: { background: "{surface.100}", checkedBackground: "{surface.100}", hoverBackground: "{surface.100}", borderColor: "{surface.100}", color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}", checkedBorderColor: "{surface.100}" }, content: { checkedBackground: "{surface.0}" }, icon: { color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}" } }, dark: { root: { background: "{surface.950}", checkedBackground: "{surface.950}", hoverBackground: "{surface.950}", borderColor: "{surface.950}", color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}", checkedBorderColor: "{surface.950}" }, content: { checkedBackground: "{surface.800}" }, icon: { color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}" } } }, Vs = { root: Ss, icon: Ms, content: zs, colorScheme: Ys }, Os = { width: "2.5rem", height: "1.5rem", borderRadius: "30px", gap: "0.25rem", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, borderWidth: "1px", borderColor: "transparent", hoverBorderColor: "transparent", checkedBorderColor: "transparent", checkedHoverBorderColor: "transparent", invalidBorderColor: "{form.field.invalid.border.color}", transitionDuration: "{form.field.transition.duration}", slideDuration: "0.2s" }, Ls = { borderRadius: "50%", size: "1rem" }, Ts = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, Ws = { root: Os, handle: Ls, colorScheme: Ts }, Fs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, js = { root: Fs }, Hs = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Is = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, As = { root: Hs, colorScheme: Is }, Ns = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ps = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, qs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Es = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Us = { size: "2rem" }, _s = { margin: "0 0 0.5rem 0" }, Xs = `
|
|
1364
1466
|
.p-tree-mask.p-overlay-mask {
|
|
1365
1467
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1366
1468
|
}
|
|
1367
|
-
`,
|
|
1469
|
+
`, Zs = { root: Ns, node: Ps, nodeIcon: qs, nodeToggleButton: Es, loadingIcon: Us, filter: _s, css: Xs }, Gs = { 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}" } }, Js = { width: "2.5rem", color: "{form.field.icon.color}" }, Qs = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Ks = { padding: "{list.padding}" }, ou = { padding: "{list.option.padding}" }, ru = { borderRadius: "{border.radius.sm}" }, eu = { color: "{form.field.icon.color}" }, tu = { root: Gs, dropdown: Js, overlay: Qs, tree: Ks, emptyMessage: ou, chip: ru, clearIcon: eu }, au = { transitionDuration: "{transition.duration}" }, nu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, iu = { 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}" } }, du = { fontWeight: "600" }, lu = { 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}" } }, cu = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, su = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, uu = { fontWeight: "600" }, fu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, gu = { width: "0.5rem" }, mu = { width: "1px", color: "{primary.color}" }, pu = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, bu = { size: "2rem" }, hu = { 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}" } }, vu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ku = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, yu = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, $u = `
|
|
1368
1470
|
.p-treetable-mask.p-overlay-mask {
|
|
1369
1471
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1370
1472
|
}
|
|
1371
|
-
`,
|
|
1372
|
-
for (var e in r || (r = {}))
|
|
1373
|
-
if (
|
|
1473
|
+
`, Cu = { root: au, header: nu, headerCell: iu, columnTitle: du, row: lu, bodyCell: cu, footerCell: su, columnFooter: uu, footer: fu, columnResizer: gu, resizeIndicator: mu, sortIcon: pu, loadingIcon: bu, nodeToggleButton: hu, paginatorTop: vu, paginatorBottom: ku, colorScheme: yu, css: $u }, xu = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, wu = { loader: xu }, Bu = Object.defineProperty, Ru = Object.defineProperties, Du = Object.getOwnPropertyDescriptors, qo = Object.getOwnPropertySymbols, Su = Object.prototype.hasOwnProperty, Mu = Object.prototype.propertyIsEnumerable, Eo = (o, r, e) => r in o ? Bu(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Uo, zu = (Uo = ((o, r) => {
|
|
1474
|
+
for (var e in r || (r = {})) Su.call(r, e) && Eo(o, e, r[e]);
|
|
1475
|
+
if (qo) for (var e of qo(r)) Mu.call(r, e) && Eo(o, e, r[e]);
|
|
1374
1476
|
return o;
|
|
1375
|
-
})({},
|
|
1376
|
-
const
|
|
1477
|
+
})({}, je), Ru(Uo, Du({ components: { accordion: fe, autocomplete: Ce, avatar: Se, badge: Te, blockui: Ie, breadcrumb: qe, button: _e, card: Ke, carousel: nt, cascadeselect: ft, checkbox: pt, chip: $t, colorpicker: Rt, confirmdialog: Mt, confirmpopup: Lt, contextmenu: At, datatable: ca, dataview: ba, datepicker: Wa, dialog: Na, divider: _a, dock: Ga, drawer: en, editor: cn, fieldset: mn, fileupload: Cn, floatlabel: Dn, galleria: Nn, iconfield: qn, iftalabel: _n, image: Qn, imagecompare: oi, inlinemessage: ni, inplace: li, inputchips: fi, inputgroup: mi, inputnumber: vi, inputotp: $i, inputtext: xi, knob: Si, listbox: Wi, megamenu: Ui, menu: Qi, menubar: nd, message: pd, metergroup: Cd, multiselect: Vd, orderlist: Td, organizationchart: Id, overlaybadge: Nd, paginator: _d, panel: ol, panelmenu: il, password: fl, picklist: pl, popover: vl, progressbar: Cl, progressspinner: wl, radiobutton: Dl, rating: zl, ripple: Vl, scrollpanel: Wl, select: Ul, selectbutton: Zl, skeleton: Ql, slider: ac, speeddial: ic, splitbutton: lc, splitter: fc, stepper: $c, steps: Dc, tabmenu: Oc, tabs: Ac, tabview: Xc, tag: Qc, terminal: es, textarea: as, tieredmenu: us, timeline: hs, toast: Ds, togglebutton: Vs, toggleswitch: Ws, toolbar: js, tooltip: As, tree: Zs, treeselect: tu, treetable: Cu, virtualscroller: wu }, css: Nt })));
|
|
1478
|
+
const Yu = {
|
|
1377
1479
|
startsWith: "Começa com",
|
|
1378
1480
|
contains: "Contém",
|
|
1379
1481
|
notContains: "Não contém",
|
|
@@ -1438,12 +1540,12 @@ const zu = {
|
|
|
1438
1540
|
firstDayOfWeek: 1,
|
|
1439
1541
|
dateFormat: "dd/mm/yy"
|
|
1440
1542
|
};
|
|
1441
|
-
function
|
|
1442
|
-
o.use(
|
|
1443
|
-
locale:
|
|
1543
|
+
function v0(o) {
|
|
1544
|
+
o.use(zr, {
|
|
1545
|
+
locale: Yu,
|
|
1444
1546
|
ripple: !0,
|
|
1445
1547
|
theme: {
|
|
1446
|
-
preset:
|
|
1548
|
+
preset: zu,
|
|
1447
1549
|
options: {
|
|
1448
1550
|
darkModeSelector: "none",
|
|
1449
1551
|
cssLayer: {
|
|
@@ -1454,144 +1556,144 @@ function p0(o) {
|
|
|
1454
1556
|
}
|
|
1455
1557
|
});
|
|
1456
1558
|
}
|
|
1457
|
-
function
|
|
1458
|
-
const o =
|
|
1459
|
-
return { success: (
|
|
1559
|
+
function k0() {
|
|
1560
|
+
const o = Yr();
|
|
1561
|
+
return { success: (t, a = "Sucesso") => {
|
|
1460
1562
|
o.add({
|
|
1461
1563
|
severity: "success",
|
|
1462
|
-
summary:
|
|
1463
|
-
detail:
|
|
1564
|
+
summary: a,
|
|
1565
|
+
detail: t || "Registro salvo",
|
|
1464
1566
|
life: 4e3
|
|
1465
1567
|
});
|
|
1466
|
-
}, error: (
|
|
1568
|
+
}, error: (t, a = "Erro") => {
|
|
1467
1569
|
o.add({
|
|
1468
1570
|
severity: "error",
|
|
1469
|
-
summary:
|
|
1470
|
-
detail:
|
|
1571
|
+
summary: a,
|
|
1572
|
+
detail: t || "Ocorreu um erro",
|
|
1471
1573
|
life: 5e3
|
|
1472
1574
|
});
|
|
1473
1575
|
} };
|
|
1474
1576
|
}
|
|
1475
|
-
function
|
|
1476
|
-
function e(
|
|
1477
|
-
o.value && (o.value.contains(
|
|
1577
|
+
function y0(o, r) {
|
|
1578
|
+
function e(t) {
|
|
1579
|
+
o.value && (o.value.contains(t.target) || r(t));
|
|
1478
1580
|
}
|
|
1479
|
-
|
|
1581
|
+
tr(() => {
|
|
1480
1582
|
document.addEventListener("pointerdown", e);
|
|
1481
|
-
}),
|
|
1583
|
+
}), ar(() => {
|
|
1482
1584
|
document.removeEventListener("pointerdown", e);
|
|
1483
1585
|
});
|
|
1484
1586
|
}
|
|
1485
|
-
function
|
|
1587
|
+
function vo(o) {
|
|
1486
1588
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
1487
1589
|
}
|
|
1488
|
-
var
|
|
1489
|
-
function
|
|
1490
|
-
return
|
|
1491
|
-
(function(e,
|
|
1492
|
-
o.exports =
|
|
1493
|
-
})(
|
|
1494
|
-
var e = 1e3,
|
|
1495
|
-
var f = ["th", "st", "nd", "rd"],
|
|
1496
|
-
return "[" +
|
|
1497
|
-
} },
|
|
1498
|
-
var
|
|
1499
|
-
return !
|
|
1500
|
-
}, T = { s:
|
|
1501
|
-
var f = -
|
|
1502
|
-
return (f <= 0 ? "+" : "-") +
|
|
1503
|
-
}, m: function
|
|
1504
|
-
if (f.date() <
|
|
1505
|
-
var
|
|
1506
|
-
return +(-(
|
|
1507
|
-
}, a: function(
|
|
1508
|
-
return
|
|
1509
|
-
}, p: function(
|
|
1510
|
-
return { M:
|
|
1511
|
-
}, u: function(
|
|
1512
|
-
return
|
|
1513
|
-
} },
|
|
1514
|
-
F[
|
|
1515
|
-
var
|
|
1516
|
-
return
|
|
1517
|
-
},
|
|
1590
|
+
var $o = { exports: {} }, Vu = $o.exports, _o;
|
|
1591
|
+
function lr() {
|
|
1592
|
+
return _o || (_o = 1, (function(o, r) {
|
|
1593
|
+
(function(e, t) {
|
|
1594
|
+
o.exports = t();
|
|
1595
|
+
})(Vu, (function() {
|
|
1596
|
+
var e = 1e3, t = 6e4, a = 36e5, d = "millisecond", n = "second", m = "minute", i = "hour", p = "day", $ = "week", z = "month", C = "quarter", Y = "year", h = "date", u = "Invalid Date", c = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, x = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, B = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(w) {
|
|
1597
|
+
var f = ["th", "st", "nd", "rd"], s = w % 100;
|
|
1598
|
+
return "[" + w + (f[(s - 20) % 10] || f[s] || f[0]) + "]";
|
|
1599
|
+
} }, R = function(w, f, s) {
|
|
1600
|
+
var k = String(w);
|
|
1601
|
+
return !k || k.length >= f ? w : "" + Array(f + 1 - k.length).join(s) + w;
|
|
1602
|
+
}, T = { s: R, z: function(w) {
|
|
1603
|
+
var f = -w.utcOffset(), s = Math.abs(f), k = Math.floor(s / 60), g = s % 60;
|
|
1604
|
+
return (f <= 0 ? "+" : "-") + R(k, 2, "0") + ":" + R(g, 2, "0");
|
|
1605
|
+
}, m: function w(f, s) {
|
|
1606
|
+
if (f.date() < s.date()) return -w(s, f);
|
|
1607
|
+
var k = 12 * (s.year() - f.year()) + (s.month() - f.month()), g = f.clone().add(k, z), D = s - g < 0, S = f.clone().add(k + (D ? -1 : 1), z);
|
|
1608
|
+
return +(-(k + (s - g) / (D ? g - S : S - g)) || 0);
|
|
1609
|
+
}, a: function(w) {
|
|
1610
|
+
return w < 0 ? Math.ceil(w) || 0 : Math.floor(w);
|
|
1611
|
+
}, p: function(w) {
|
|
1612
|
+
return { M: z, y: Y, w: $, d: p, D: h, h: i, m, s: n, ms: d, Q: C }[w] || String(w || "").toLowerCase().replace(/s$/, "");
|
|
1613
|
+
}, u: function(w) {
|
|
1614
|
+
return w === void 0;
|
|
1615
|
+
} }, L = "en", F = {};
|
|
1616
|
+
F[L] = B;
|
|
1617
|
+
var j = "$isDayjsObject", l = function(w) {
|
|
1618
|
+
return w instanceof I || !(!w || !w[j]);
|
|
1619
|
+
}, v = function w(f, s, k) {
|
|
1518
1620
|
var g;
|
|
1519
|
-
if (!f) return
|
|
1621
|
+
if (!f) return L;
|
|
1520
1622
|
if (typeof f == "string") {
|
|
1521
|
-
var
|
|
1522
|
-
F[
|
|
1523
|
-
var
|
|
1524
|
-
if (!g &&
|
|
1623
|
+
var D = f.toLowerCase();
|
|
1624
|
+
F[D] && (g = D), s && (F[D] = s, g = D);
|
|
1625
|
+
var S = f.split("-");
|
|
1626
|
+
if (!g && S.length > 1) return w(S[0]);
|
|
1525
1627
|
} else {
|
|
1526
|
-
var
|
|
1527
|
-
F[
|
|
1628
|
+
var V = f.name;
|
|
1629
|
+
F[V] = f, g = V;
|
|
1528
1630
|
}
|
|
1529
|
-
return !
|
|
1530
|
-
}, b = function(
|
|
1531
|
-
if (l(
|
|
1532
|
-
var
|
|
1533
|
-
return
|
|
1534
|
-
},
|
|
1535
|
-
|
|
1536
|
-
return b(
|
|
1631
|
+
return !k && g && (L = g), g || !k && L;
|
|
1632
|
+
}, b = function(w, f) {
|
|
1633
|
+
if (l(w)) return w.clone();
|
|
1634
|
+
var s = typeof f == "object" ? f : {};
|
|
1635
|
+
return s.date = w, s.args = arguments, new I(s);
|
|
1636
|
+
}, y = T;
|
|
1637
|
+
y.l = v, y.i = l, y.w = function(w, f) {
|
|
1638
|
+
return b(w, { locale: f.$L, utc: f.$u, x: f.$x, $offset: f.$offset });
|
|
1537
1639
|
};
|
|
1538
|
-
var
|
|
1539
|
-
function
|
|
1540
|
-
this.$L =
|
|
1640
|
+
var I = (function() {
|
|
1641
|
+
function w(s) {
|
|
1642
|
+
this.$L = v(s.locale, null, !0), this.parse(s), this.$x = this.$x || s.x || {}, this[j] = !0;
|
|
1541
1643
|
}
|
|
1542
|
-
var f =
|
|
1543
|
-
return f.parse = function(
|
|
1544
|
-
this.$d = (function(
|
|
1545
|
-
var g =
|
|
1644
|
+
var f = w.prototype;
|
|
1645
|
+
return f.parse = function(s) {
|
|
1646
|
+
this.$d = (function(k) {
|
|
1647
|
+
var g = k.date, D = k.utc;
|
|
1546
1648
|
if (g === null) return /* @__PURE__ */ new Date(NaN);
|
|
1547
|
-
if (
|
|
1649
|
+
if (y.u(g)) return /* @__PURE__ */ new Date();
|
|
1548
1650
|
if (g instanceof Date) return new Date(g);
|
|
1549
1651
|
if (typeof g == "string" && !/Z$/i.test(g)) {
|
|
1550
|
-
var
|
|
1551
|
-
if (
|
|
1552
|
-
var
|
|
1553
|
-
return
|
|
1652
|
+
var S = g.match(c);
|
|
1653
|
+
if (S) {
|
|
1654
|
+
var V = S[2] - 1 || 0, H = (S[7] || "0").substring(0, 3);
|
|
1655
|
+
return D ? new Date(Date.UTC(S[1], V, S[3] || 1, S[4] || 0, S[5] || 0, S[6] || 0, H)) : new Date(S[1], V, S[3] || 1, S[4] || 0, S[5] || 0, S[6] || 0, H);
|
|
1554
1656
|
}
|
|
1555
1657
|
}
|
|
1556
1658
|
return new Date(g);
|
|
1557
|
-
})(
|
|
1659
|
+
})(s), this.init();
|
|
1558
1660
|
}, f.init = function() {
|
|
1559
|
-
var
|
|
1560
|
-
this.$y =
|
|
1661
|
+
var s = this.$d;
|
|
1662
|
+
this.$y = s.getFullYear(), this.$M = s.getMonth(), this.$D = s.getDate(), this.$W = s.getDay(), this.$H = s.getHours(), this.$m = s.getMinutes(), this.$s = s.getSeconds(), this.$ms = s.getMilliseconds();
|
|
1561
1663
|
}, f.$utils = function() {
|
|
1562
|
-
return
|
|
1664
|
+
return y;
|
|
1563
1665
|
}, f.isValid = function() {
|
|
1564
1666
|
return this.$d.toString() !== u;
|
|
1565
|
-
}, f.isSame = function(
|
|
1566
|
-
var g = b(
|
|
1567
|
-
return this.startOf(
|
|
1568
|
-
}, f.isAfter = function(
|
|
1569
|
-
return b(
|
|
1570
|
-
}, f.isBefore = function(
|
|
1571
|
-
return this.endOf(
|
|
1572
|
-
}, f.$g = function(
|
|
1573
|
-
return
|
|
1667
|
+
}, f.isSame = function(s, k) {
|
|
1668
|
+
var g = b(s);
|
|
1669
|
+
return this.startOf(k) <= g && g <= this.endOf(k);
|
|
1670
|
+
}, f.isAfter = function(s, k) {
|
|
1671
|
+
return b(s) < this.startOf(k);
|
|
1672
|
+
}, f.isBefore = function(s, k) {
|
|
1673
|
+
return this.endOf(k) < b(s);
|
|
1674
|
+
}, f.$g = function(s, k, g) {
|
|
1675
|
+
return y.u(s) ? this[k] : this.set(g, s);
|
|
1574
1676
|
}, f.unix = function() {
|
|
1575
1677
|
return Math.floor(this.valueOf() / 1e3);
|
|
1576
1678
|
}, f.valueOf = function() {
|
|
1577
1679
|
return this.$d.getTime();
|
|
1578
|
-
}, f.startOf = function(
|
|
1579
|
-
var g = this,
|
|
1580
|
-
var K =
|
|
1581
|
-
return
|
|
1680
|
+
}, f.startOf = function(s, k) {
|
|
1681
|
+
var g = this, D = !!y.u(k) || k, S = y.p(s), V = function(ro, Z) {
|
|
1682
|
+
var K = y.w(g.$u ? Date.UTC(g.$y, Z, ro) : new Date(g.$y, Z, ro), g);
|
|
1683
|
+
return D ? K : K.endOf(p);
|
|
1582
1684
|
}, H = function(ro, Z) {
|
|
1583
|
-
return
|
|
1584
|
-
},
|
|
1585
|
-
switch (
|
|
1586
|
-
case L:
|
|
1587
|
-
return B ? z(1, 0) : z(31, 11);
|
|
1685
|
+
return y.w(g.toDate()[ro].apply(g.toDate("s"), (D ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Z)), g);
|
|
1686
|
+
}, N = this.$W, _ = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
|
|
1687
|
+
switch (S) {
|
|
1588
1688
|
case Y:
|
|
1589
|
-
return
|
|
1689
|
+
return D ? V(1, 0) : V(31, 11);
|
|
1690
|
+
case z:
|
|
1691
|
+
return D ? V(1, _) : V(0, _ + 1);
|
|
1590
1692
|
case $:
|
|
1591
|
-
var
|
|
1592
|
-
return
|
|
1693
|
+
var ao = this.$locale().weekStart || 0, mo = (N < ao ? N + 7 : N) - ao;
|
|
1694
|
+
return V(D ? J - mo : J + (6 - mo), _);
|
|
1593
1695
|
case p:
|
|
1594
|
-
case
|
|
1696
|
+
case h:
|
|
1595
1697
|
return H(lo + "Hours", 0);
|
|
1596
1698
|
case i:
|
|
1597
1699
|
return H(lo + "Minutes", 1);
|
|
@@ -1602,145 +1704,145 @@ function ir() {
|
|
|
1602
1704
|
default:
|
|
1603
1705
|
return this.clone();
|
|
1604
1706
|
}
|
|
1605
|
-
}, f.endOf = function(
|
|
1606
|
-
return this.startOf(
|
|
1607
|
-
}, f.$set = function(
|
|
1608
|
-
var g,
|
|
1609
|
-
if (
|
|
1610
|
-
var
|
|
1611
|
-
|
|
1612
|
-
} else
|
|
1707
|
+
}, f.endOf = function(s) {
|
|
1708
|
+
return this.startOf(s, !1);
|
|
1709
|
+
}, f.$set = function(s, k) {
|
|
1710
|
+
var g, D = y.p(s), S = "set" + (this.$u ? "UTC" : ""), V = (g = {}, g[p] = S + "Date", g[h] = S + "Date", g[z] = S + "Month", g[Y] = S + "FullYear", g[i] = S + "Hours", g[m] = S + "Minutes", g[n] = S + "Seconds", g[d] = S + "Milliseconds", g)[D], H = D === p ? this.$D + (k - this.$W) : k;
|
|
1711
|
+
if (D === z || D === Y) {
|
|
1712
|
+
var N = this.clone().set(h, 1);
|
|
1713
|
+
N.$d[V](H), N.init(), this.$d = N.set(h, Math.min(this.$D, N.daysInMonth())).$d;
|
|
1714
|
+
} else V && this.$d[V](H);
|
|
1613
1715
|
return this.init(), this;
|
|
1614
|
-
}, f.set = function(
|
|
1615
|
-
return this.clone().$set(
|
|
1616
|
-
}, f.get = function(
|
|
1617
|
-
return this[
|
|
1618
|
-
}, f.add = function(
|
|
1619
|
-
var g,
|
|
1620
|
-
|
|
1621
|
-
var
|
|
1622
|
-
var J = b(
|
|
1623
|
-
return
|
|
1716
|
+
}, f.set = function(s, k) {
|
|
1717
|
+
return this.clone().$set(s, k);
|
|
1718
|
+
}, f.get = function(s) {
|
|
1719
|
+
return this[y.p(s)]();
|
|
1720
|
+
}, f.add = function(s, k) {
|
|
1721
|
+
var g, D = this;
|
|
1722
|
+
s = Number(s);
|
|
1723
|
+
var S = y.p(k), V = function(_) {
|
|
1724
|
+
var J = b(D);
|
|
1725
|
+
return y.w(J.date(J.date() + Math.round(_ * s)), D);
|
|
1624
1726
|
};
|
|
1625
|
-
if (
|
|
1626
|
-
if (
|
|
1627
|
-
if (
|
|
1628
|
-
if (
|
|
1629
|
-
var H = (g = {}, g[m] =
|
|
1630
|
-
return
|
|
1631
|
-
}, f.subtract = function(
|
|
1632
|
-
return this.add(-1 *
|
|
1633
|
-
}, f.format = function(
|
|
1634
|
-
var
|
|
1727
|
+
if (S === z) return this.set(z, this.$M + s);
|
|
1728
|
+
if (S === Y) return this.set(Y, this.$y + s);
|
|
1729
|
+
if (S === p) return V(1);
|
|
1730
|
+
if (S === $) return V(7);
|
|
1731
|
+
var H = (g = {}, g[m] = t, g[i] = a, g[n] = e, g)[S] || 1, N = this.$d.getTime() + s * H;
|
|
1732
|
+
return y.w(N, this);
|
|
1733
|
+
}, f.subtract = function(s, k) {
|
|
1734
|
+
return this.add(-1 * s, k);
|
|
1735
|
+
}, f.format = function(s) {
|
|
1736
|
+
var k = this, g = this.$locale();
|
|
1635
1737
|
if (!this.isValid()) return g.invalidDate || u;
|
|
1636
|
-
var
|
|
1637
|
-
return Z && (Z[K] || Z(
|
|
1738
|
+
var D = s || "YYYY-MM-DDTHH:mm:ssZ", S = y.z(this), V = this.$H, H = this.$m, N = this.$M, _ = g.weekdays, J = g.months, lo = g.meridiem, ao = function(Z, K, no, co) {
|
|
1739
|
+
return Z && (Z[K] || Z(k, D)) || no[K].slice(0, co);
|
|
1638
1740
|
}, mo = function(Z) {
|
|
1639
|
-
return
|
|
1741
|
+
return y.s(V % 12 || 12, Z, "0");
|
|
1640
1742
|
}, ro = lo || function(Z, K, no) {
|
|
1641
1743
|
var co = Z < 12 ? "AM" : "PM";
|
|
1642
1744
|
return no ? co.toLowerCase() : co;
|
|
1643
1745
|
};
|
|
1644
|
-
return
|
|
1746
|
+
return D.replace(x, (function(Z, K) {
|
|
1645
1747
|
return K || (function(no) {
|
|
1646
1748
|
switch (no) {
|
|
1647
1749
|
case "YY":
|
|
1648
|
-
return String(
|
|
1750
|
+
return String(k.$y).slice(-2);
|
|
1649
1751
|
case "YYYY":
|
|
1650
|
-
return
|
|
1752
|
+
return y.s(k.$y, 4, "0");
|
|
1651
1753
|
case "M":
|
|
1652
|
-
return
|
|
1754
|
+
return N + 1;
|
|
1653
1755
|
case "MM":
|
|
1654
|
-
return
|
|
1756
|
+
return y.s(N + 1, 2, "0");
|
|
1655
1757
|
case "MMM":
|
|
1656
|
-
return
|
|
1758
|
+
return ao(g.monthsShort, N, J, 3);
|
|
1657
1759
|
case "MMMM":
|
|
1658
|
-
return
|
|
1760
|
+
return ao(J, N);
|
|
1659
1761
|
case "D":
|
|
1660
|
-
return
|
|
1762
|
+
return k.$D;
|
|
1661
1763
|
case "DD":
|
|
1662
|
-
return
|
|
1764
|
+
return y.s(k.$D, 2, "0");
|
|
1663
1765
|
case "d":
|
|
1664
|
-
return String(
|
|
1766
|
+
return String(k.$W);
|
|
1665
1767
|
case "dd":
|
|
1666
|
-
return
|
|
1768
|
+
return ao(g.weekdaysMin, k.$W, _, 2);
|
|
1667
1769
|
case "ddd":
|
|
1668
|
-
return
|
|
1770
|
+
return ao(g.weekdaysShort, k.$W, _, 3);
|
|
1669
1771
|
case "dddd":
|
|
1670
|
-
return
|
|
1772
|
+
return _[k.$W];
|
|
1671
1773
|
case "H":
|
|
1672
|
-
return String(
|
|
1774
|
+
return String(V);
|
|
1673
1775
|
case "HH":
|
|
1674
|
-
return
|
|
1776
|
+
return y.s(V, 2, "0");
|
|
1675
1777
|
case "h":
|
|
1676
1778
|
return mo(1);
|
|
1677
1779
|
case "hh":
|
|
1678
1780
|
return mo(2);
|
|
1679
1781
|
case "a":
|
|
1680
|
-
return ro(
|
|
1782
|
+
return ro(V, H, !0);
|
|
1681
1783
|
case "A":
|
|
1682
|
-
return ro(
|
|
1784
|
+
return ro(V, H, !1);
|
|
1683
1785
|
case "m":
|
|
1684
1786
|
return String(H);
|
|
1685
1787
|
case "mm":
|
|
1686
|
-
return
|
|
1788
|
+
return y.s(H, 2, "0");
|
|
1687
1789
|
case "s":
|
|
1688
|
-
return String(
|
|
1790
|
+
return String(k.$s);
|
|
1689
1791
|
case "ss":
|
|
1690
|
-
return
|
|
1792
|
+
return y.s(k.$s, 2, "0");
|
|
1691
1793
|
case "SSS":
|
|
1692
|
-
return
|
|
1794
|
+
return y.s(k.$ms, 3, "0");
|
|
1693
1795
|
case "Z":
|
|
1694
|
-
return
|
|
1796
|
+
return S;
|
|
1695
1797
|
}
|
|
1696
1798
|
return null;
|
|
1697
|
-
})(Z) ||
|
|
1799
|
+
})(Z) || S.replace(":", "");
|
|
1698
1800
|
}));
|
|
1699
1801
|
}, f.utcOffset = function() {
|
|
1700
1802
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1701
|
-
}, f.diff = function(
|
|
1702
|
-
var
|
|
1703
|
-
return
|
|
1803
|
+
}, f.diff = function(s, k, g) {
|
|
1804
|
+
var D, S = this, V = y.p(k), H = b(s), N = (H.utcOffset() - this.utcOffset()) * t, _ = this - H, J = function() {
|
|
1805
|
+
return y.m(S, H);
|
|
1704
1806
|
};
|
|
1705
|
-
switch (
|
|
1706
|
-
case L:
|
|
1707
|
-
B = J() / 12;
|
|
1708
|
-
break;
|
|
1807
|
+
switch (V) {
|
|
1709
1808
|
case Y:
|
|
1710
|
-
|
|
1809
|
+
D = J() / 12;
|
|
1810
|
+
break;
|
|
1811
|
+
case z:
|
|
1812
|
+
D = J();
|
|
1711
1813
|
break;
|
|
1712
|
-
case
|
|
1713
|
-
|
|
1814
|
+
case C:
|
|
1815
|
+
D = J() / 3;
|
|
1714
1816
|
break;
|
|
1715
1817
|
case $:
|
|
1716
|
-
|
|
1818
|
+
D = (_ - N) / 6048e5;
|
|
1717
1819
|
break;
|
|
1718
1820
|
case p:
|
|
1719
|
-
|
|
1821
|
+
D = (_ - N) / 864e5;
|
|
1720
1822
|
break;
|
|
1721
1823
|
case i:
|
|
1722
|
-
|
|
1824
|
+
D = _ / a;
|
|
1723
1825
|
break;
|
|
1724
1826
|
case m:
|
|
1725
|
-
|
|
1827
|
+
D = _ / t;
|
|
1726
1828
|
break;
|
|
1727
1829
|
case n:
|
|
1728
|
-
|
|
1830
|
+
D = _ / e;
|
|
1729
1831
|
break;
|
|
1730
1832
|
default:
|
|
1731
|
-
|
|
1833
|
+
D = _;
|
|
1732
1834
|
}
|
|
1733
|
-
return g ?
|
|
1835
|
+
return g ? D : y.a(D);
|
|
1734
1836
|
}, f.daysInMonth = function() {
|
|
1735
|
-
return this.endOf(
|
|
1837
|
+
return this.endOf(z).$D;
|
|
1736
1838
|
}, f.$locale = function() {
|
|
1737
1839
|
return F[this.$L];
|
|
1738
|
-
}, f.locale = function(
|
|
1739
|
-
if (!
|
|
1740
|
-
var g = this.clone(),
|
|
1741
|
-
return
|
|
1840
|
+
}, f.locale = function(s, k) {
|
|
1841
|
+
if (!s) return this.$L;
|
|
1842
|
+
var g = this.clone(), D = v(s, k, !0);
|
|
1843
|
+
return D && (g.$L = D), g;
|
|
1742
1844
|
}, f.clone = function() {
|
|
1743
|
-
return
|
|
1845
|
+
return y.w(this.$d, this);
|
|
1744
1846
|
}, f.toDate = function() {
|
|
1745
1847
|
return new Date(this.valueOf());
|
|
1746
1848
|
}, f.toJSON = function() {
|
|
@@ -1749,180 +1851,180 @@ function ir() {
|
|
|
1749
1851
|
return this.$d.toISOString();
|
|
1750
1852
|
}, f.toString = function() {
|
|
1751
1853
|
return this.$d.toUTCString();
|
|
1752
|
-
},
|
|
1753
|
-
})(),
|
|
1754
|
-
return b.prototype =
|
|
1755
|
-
|
|
1756
|
-
return this.$g(f,
|
|
1854
|
+
}, w;
|
|
1855
|
+
})(), E = I.prototype;
|
|
1856
|
+
return b.prototype = E, [["$ms", d], ["$s", n], ["$m", m], ["$H", i], ["$W", p], ["$M", z], ["$y", Y], ["$D", h]].forEach((function(w) {
|
|
1857
|
+
E[w[1]] = function(f) {
|
|
1858
|
+
return this.$g(f, w[0], w[1]);
|
|
1757
1859
|
};
|
|
1758
|
-
})), b.extend = function(
|
|
1759
|
-
return
|
|
1760
|
-
}, b.locale =
|
|
1761
|
-
return b(1e3 *
|
|
1762
|
-
}, b.en = F[
|
|
1860
|
+
})), b.extend = function(w, f) {
|
|
1861
|
+
return w.$i || (w(f, I, b), w.$i = !0), b;
|
|
1862
|
+
}, b.locale = v, b.isDayjs = l, b.unix = function(w) {
|
|
1863
|
+
return b(1e3 * w);
|
|
1864
|
+
}, b.en = F[L], b.Ls = F, b.p = {}, b;
|
|
1763
1865
|
}));
|
|
1764
|
-
})(
|
|
1866
|
+
})($o)), $o.exports;
|
|
1765
1867
|
}
|
|
1766
|
-
var
|
|
1767
|
-
const eo = /* @__PURE__ */
|
|
1768
|
-
var
|
|
1769
|
-
function
|
|
1868
|
+
var Ou = lr();
|
|
1869
|
+
const eo = /* @__PURE__ */ vo(Ou);
|
|
1870
|
+
var Co = { exports: {} }, Lu = Co.exports, Xo;
|
|
1871
|
+
function Tu() {
|
|
1770
1872
|
return Xo || (Xo = 1, (function(o, r) {
|
|
1771
|
-
(function(e,
|
|
1772
|
-
o.exports =
|
|
1773
|
-
})(
|
|
1774
|
-
function
|
|
1873
|
+
(function(e, t) {
|
|
1874
|
+
o.exports = t(lr());
|
|
1875
|
+
})(Lu, (function(e) {
|
|
1876
|
+
function t(n) {
|
|
1775
1877
|
return n && typeof n == "object" && "default" in n ? n : { default: n };
|
|
1776
1878
|
}
|
|
1777
|
-
var
|
|
1879
|
+
var a = t(e), d = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(n) {
|
|
1778
1880
|
return n + "º";
|
|
1779
1881
|
}, 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" } };
|
|
1780
|
-
return
|
|
1882
|
+
return a.default.locale(d, null, !0), d;
|
|
1781
1883
|
}));
|
|
1782
|
-
})(
|
|
1884
|
+
})(Co)), Co.exports;
|
|
1783
1885
|
}
|
|
1784
|
-
|
|
1785
|
-
var xo = { exports: {} },
|
|
1786
|
-
function
|
|
1787
|
-
return
|
|
1788
|
-
(function(e,
|
|
1789
|
-
o.exports =
|
|
1790
|
-
})(
|
|
1791
|
-
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" },
|
|
1792
|
-
return (
|
|
1793
|
-
}, $ = function(
|
|
1794
|
-
return function(
|
|
1795
|
-
this[
|
|
1886
|
+
Tu();
|
|
1887
|
+
var xo = { exports: {} }, Wu = xo.exports, Zo;
|
|
1888
|
+
function Fu() {
|
|
1889
|
+
return Zo || (Zo = 1, (function(o, r) {
|
|
1890
|
+
(function(e, t) {
|
|
1891
|
+
o.exports = t();
|
|
1892
|
+
})(Wu, (function() {
|
|
1893
|
+
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, d = /\d\d/, n = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, i = {}, p = function(c) {
|
|
1894
|
+
return (c = +c) + (c > 68 ? 1900 : 2e3);
|
|
1895
|
+
}, $ = function(c) {
|
|
1896
|
+
return function(x) {
|
|
1897
|
+
this[c] = +x;
|
|
1796
1898
|
};
|
|
1797
|
-
},
|
|
1798
|
-
(this.zone || (this.zone = {})).offset = (function(
|
|
1799
|
-
if (!
|
|
1800
|
-
var
|
|
1801
|
-
return
|
|
1802
|
-
})(
|
|
1803
|
-
}],
|
|
1804
|
-
var
|
|
1805
|
-
return
|
|
1806
|
-
},
|
|
1807
|
-
var
|
|
1808
|
-
if (
|
|
1809
|
-
for (var T = 1; T <= 24; T += 1) if (
|
|
1810
|
-
|
|
1899
|
+
}, z = [/[+-]\d\d:?(\d\d)?|Z/, function(c) {
|
|
1900
|
+
(this.zone || (this.zone = {})).offset = (function(x) {
|
|
1901
|
+
if (!x || x === "Z") return 0;
|
|
1902
|
+
var B = x.match(/([+-]|\d\d)/g), R = 60 * B[1] + (+B[2] || 0);
|
|
1903
|
+
return R === 0 ? 0 : B[0] === "+" ? -R : R;
|
|
1904
|
+
})(c);
|
|
1905
|
+
}], C = function(c) {
|
|
1906
|
+
var x = i[c];
|
|
1907
|
+
return x && (x.indexOf ? x : x.s.concat(x.f));
|
|
1908
|
+
}, Y = function(c, x) {
|
|
1909
|
+
var B, R = i.meridiem;
|
|
1910
|
+
if (R) {
|
|
1911
|
+
for (var T = 1; T <= 24; T += 1) if (c.indexOf(R(T, 0, x)) > -1) {
|
|
1912
|
+
B = T > 12;
|
|
1811
1913
|
break;
|
|
1812
1914
|
}
|
|
1813
|
-
} else
|
|
1814
|
-
return
|
|
1815
|
-
},
|
|
1816
|
-
this.afternoon =
|
|
1817
|
-
}], a: [m, function(
|
|
1818
|
-
this.afternoon =
|
|
1819
|
-
}], Q: [
|
|
1820
|
-
this.month = 3 * (
|
|
1821
|
-
}], S: [
|
|
1822
|
-
this.milliseconds = 100 * +
|
|
1823
|
-
}], SS: [d, function(
|
|
1824
|
-
this.milliseconds = 10 * +
|
|
1825
|
-
}], SSS: [/\d{3}/, function(
|
|
1826
|
-
this.milliseconds = +
|
|
1827
|
-
}], s: [n, $("seconds")], ss: [n, $("seconds")], m: [n, $("minutes")], mm: [n, $("minutes")], H: [n, $("hours")], h: [n, $("hours")], HH: [n, $("hours")], hh: [n, $("hours")], D: [n, $("day")], DD: [d, $("day")], Do: [m, function(
|
|
1828
|
-
var
|
|
1829
|
-
if (this.day =
|
|
1830
|
-
}], w: [n, $("week")], ww: [d, $("week")], M: [n, $("month")], MM: [d, $("month")], MMM: [m, function(
|
|
1831
|
-
var
|
|
1832
|
-
return
|
|
1833
|
-
}))).indexOf(
|
|
1834
|
-
if (
|
|
1835
|
-
this.month =
|
|
1836
|
-
}], MMMM: [m, function(
|
|
1837
|
-
var
|
|
1838
|
-
if (
|
|
1839
|
-
this.month =
|
|
1840
|
-
}], Y: [/[+-]?\d+/, $("year")], YY: [d, function(
|
|
1841
|
-
this.year = p(
|
|
1842
|
-
}], YYYY: [/\d{4}/, $("year")], Z:
|
|
1843
|
-
function u(
|
|
1844
|
-
var
|
|
1845
|
-
|
|
1846
|
-
for (var
|
|
1847
|
-
var
|
|
1848
|
-
return
|
|
1849
|
-
return f ||
|
|
1915
|
+
} else B = c === (x ? "pm" : "PM");
|
|
1916
|
+
return B;
|
|
1917
|
+
}, h = { A: [m, function(c) {
|
|
1918
|
+
this.afternoon = Y(c, !1);
|
|
1919
|
+
}], a: [m, function(c) {
|
|
1920
|
+
this.afternoon = Y(c, !0);
|
|
1921
|
+
}], Q: [a, function(c) {
|
|
1922
|
+
this.month = 3 * (c - 1) + 1;
|
|
1923
|
+
}], S: [a, function(c) {
|
|
1924
|
+
this.milliseconds = 100 * +c;
|
|
1925
|
+
}], SS: [d, function(c) {
|
|
1926
|
+
this.milliseconds = 10 * +c;
|
|
1927
|
+
}], SSS: [/\d{3}/, function(c) {
|
|
1928
|
+
this.milliseconds = +c;
|
|
1929
|
+
}], s: [n, $("seconds")], ss: [n, $("seconds")], m: [n, $("minutes")], mm: [n, $("minutes")], H: [n, $("hours")], h: [n, $("hours")], HH: [n, $("hours")], hh: [n, $("hours")], D: [n, $("day")], DD: [d, $("day")], Do: [m, function(c) {
|
|
1930
|
+
var x = i.ordinal, B = c.match(/\d+/);
|
|
1931
|
+
if (this.day = B[0], x) for (var R = 1; R <= 31; R += 1) x(R).replace(/\[|\]/g, "") === c && (this.day = R);
|
|
1932
|
+
}], w: [n, $("week")], ww: [d, $("week")], M: [n, $("month")], MM: [d, $("month")], MMM: [m, function(c) {
|
|
1933
|
+
var x = C("months"), B = (C("monthsShort") || x.map((function(R) {
|
|
1934
|
+
return R.slice(0, 3);
|
|
1935
|
+
}))).indexOf(c) + 1;
|
|
1936
|
+
if (B < 1) throw new Error();
|
|
1937
|
+
this.month = B % 12 || B;
|
|
1938
|
+
}], MMMM: [m, function(c) {
|
|
1939
|
+
var x = C("months").indexOf(c) + 1;
|
|
1940
|
+
if (x < 1) throw new Error();
|
|
1941
|
+
this.month = x % 12 || x;
|
|
1942
|
+
}], Y: [/[+-]?\d+/, $("year")], YY: [d, function(c) {
|
|
1943
|
+
this.year = p(c);
|
|
1944
|
+
}], YYYY: [/\d{4}/, $("year")], Z: z, ZZ: z };
|
|
1945
|
+
function u(c) {
|
|
1946
|
+
var x, B;
|
|
1947
|
+
x = c, B = i && i.formats;
|
|
1948
|
+
for (var R = (c = x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(b, y, I) {
|
|
1949
|
+
var E = I && I.toUpperCase();
|
|
1950
|
+
return y || B[I] || e[I] || B[E].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(w, f, s) {
|
|
1951
|
+
return f || s.slice(1);
|
|
1850
1952
|
}));
|
|
1851
|
-
}))).match(
|
|
1852
|
-
var F =
|
|
1853
|
-
|
|
1953
|
+
}))).match(t), T = R.length, L = 0; L < T; L += 1) {
|
|
1954
|
+
var F = R[L], j = h[F], l = j && j[0], v = j && j[1];
|
|
1955
|
+
R[L] = v ? { regex: l, parser: v } : F.replace(/^\[|\]$/g, "");
|
|
1854
1956
|
}
|
|
1855
1957
|
return function(b) {
|
|
1856
|
-
for (var
|
|
1857
|
-
var
|
|
1858
|
-
if (typeof
|
|
1958
|
+
for (var y = {}, I = 0, E = 0; I < T; I += 1) {
|
|
1959
|
+
var w = R[I];
|
|
1960
|
+
if (typeof w == "string") E += w.length;
|
|
1859
1961
|
else {
|
|
1860
|
-
var f =
|
|
1861
|
-
|
|
1962
|
+
var f = w.regex, s = w.parser, k = b.slice(E), g = f.exec(k)[0];
|
|
1963
|
+
s.call(y, g), b = b.replace(g, "");
|
|
1862
1964
|
}
|
|
1863
1965
|
}
|
|
1864
|
-
return (function(
|
|
1865
|
-
var
|
|
1866
|
-
if (
|
|
1867
|
-
var
|
|
1868
|
-
|
|
1966
|
+
return (function(D) {
|
|
1967
|
+
var S = D.afternoon;
|
|
1968
|
+
if (S !== void 0) {
|
|
1969
|
+
var V = D.hours;
|
|
1970
|
+
S ? V < 12 && (D.hours += 12) : V === 12 && (D.hours = 0), delete D.afternoon;
|
|
1869
1971
|
}
|
|
1870
|
-
})(
|
|
1972
|
+
})(y), y;
|
|
1871
1973
|
};
|
|
1872
1974
|
}
|
|
1873
|
-
return function(
|
|
1874
|
-
|
|
1875
|
-
var
|
|
1876
|
-
|
|
1877
|
-
var F =
|
|
1878
|
-
this.$u =
|
|
1879
|
-
var
|
|
1880
|
-
if (typeof
|
|
1881
|
-
var b = l[2] === !0,
|
|
1882
|
-
|
|
1975
|
+
return function(c, x, B) {
|
|
1976
|
+
B.p.customParseFormat = !0, c && c.parseTwoDigitYear && (p = c.parseTwoDigitYear);
|
|
1977
|
+
var R = x.prototype, T = R.parse;
|
|
1978
|
+
R.parse = function(L) {
|
|
1979
|
+
var F = L.date, j = L.utc, l = L.args;
|
|
1980
|
+
this.$u = j;
|
|
1981
|
+
var v = l[1];
|
|
1982
|
+
if (typeof v == "string") {
|
|
1983
|
+
var b = l[2] === !0, y = l[3] === !0, I = b || y, E = l[2];
|
|
1984
|
+
y && (E = l[2]), i = this.$locale(), !b && E && (i = B.Ls[E]), this.$d = (function(k, g, D, S) {
|
|
1883
1985
|
try {
|
|
1884
|
-
if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) *
|
|
1885
|
-
var
|
|
1886
|
-
H && !
|
|
1887
|
-
var
|
|
1888
|
-
return ro ? new Date(Date.UTC(co,
|
|
1986
|
+
if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) * k);
|
|
1987
|
+
var V = u(g)(k), H = V.year, N = V.month, _ = V.day, J = V.hours, lo = V.minutes, ao = V.seconds, mo = V.milliseconds, ro = V.zone, Z = V.week, K = /* @__PURE__ */ new Date(), no = _ || (H || N ? 1 : K.getDate()), co = H || K.getFullYear(), ko = 0;
|
|
1988
|
+
H && !N || (ko = N > 0 ? N - 1 : K.getMonth());
|
|
1989
|
+
var yo, Oo = J || 0, Lo = lo || 0, To = ao || 0, Wo = mo || 0;
|
|
1990
|
+
return ro ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo + 60 * ro.offset * 1e3)) : D ? new Date(Date.UTC(co, ko, no, Oo, Lo, To, Wo)) : (yo = new Date(co, ko, no, Oo, Lo, To, Wo), Z && (yo = S(yo).week(Z).toDate()), yo);
|
|
1889
1991
|
} catch {
|
|
1890
1992
|
return /* @__PURE__ */ new Date("");
|
|
1891
1993
|
}
|
|
1892
|
-
})(F,
|
|
1893
|
-
} else if (
|
|
1894
|
-
l[1] =
|
|
1895
|
-
var
|
|
1896
|
-
if (
|
|
1897
|
-
this.$d =
|
|
1994
|
+
})(F, v, j, B), this.init(), E && E !== !0 && (this.$L = this.locale(E).$L), I && F != this.format(v) && (this.$d = /* @__PURE__ */ new Date("")), i = {};
|
|
1995
|
+
} else if (v instanceof Array) for (var w = v.length, f = 1; f <= w; f += 1) {
|
|
1996
|
+
l[1] = v[f - 1];
|
|
1997
|
+
var s = B.apply(this, l);
|
|
1998
|
+
if (s.isValid()) {
|
|
1999
|
+
this.$d = s.$d, this.$L = s.$L, this.init();
|
|
1898
2000
|
break;
|
|
1899
2001
|
}
|
|
1900
|
-
f ===
|
|
2002
|
+
f === w && (this.$d = /* @__PURE__ */ new Date(""));
|
|
1901
2003
|
}
|
|
1902
|
-
else T.call(this,
|
|
2004
|
+
else T.call(this, L);
|
|
1903
2005
|
};
|
|
1904
2006
|
};
|
|
1905
2007
|
}));
|
|
1906
2008
|
})(xo)), xo.exports;
|
|
1907
2009
|
}
|
|
1908
|
-
var
|
|
1909
|
-
const
|
|
1910
|
-
var
|
|
1911
|
-
function
|
|
1912
|
-
return
|
|
1913
|
-
(function(e,
|
|
1914
|
-
o.exports =
|
|
1915
|
-
})(
|
|
2010
|
+
var ju = Fu();
|
|
2011
|
+
const Hu = /* @__PURE__ */ vo(ju);
|
|
2012
|
+
var wo = { exports: {} }, Iu = wo.exports, Go;
|
|
2013
|
+
function Au() {
|
|
2014
|
+
return Go || (Go = 1, (function(o, r) {
|
|
2015
|
+
(function(e, t) {
|
|
2016
|
+
o.exports = t();
|
|
2017
|
+
})(Iu, (function() {
|
|
1916
2018
|
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" };
|
|
1917
|
-
return function(
|
|
1918
|
-
var n =
|
|
2019
|
+
return function(t, a, d) {
|
|
2020
|
+
var n = a.prototype, m = n.format;
|
|
1919
2021
|
d.en.formats = e, n.format = function(i) {
|
|
1920
2022
|
i === void 0 && (i = "YYYY-MM-DDTHH:mm:ssZ");
|
|
1921
|
-
var p = this.$locale().formats, $ = (function(
|
|
1922
|
-
return
|
|
1923
|
-
var
|
|
1924
|
-
return
|
|
1925
|
-
return
|
|
2023
|
+
var p = this.$locale().formats, $ = (function(z, C) {
|
|
2024
|
+
return z.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(Y, h, u) {
|
|
2025
|
+
var c = u && u.toUpperCase();
|
|
2026
|
+
return h || C[u] || e[u] || C[c].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(x, B, R) {
|
|
2027
|
+
return B || R.slice(1);
|
|
1926
2028
|
}));
|
|
1927
2029
|
}));
|
|
1928
2030
|
})(i, p === void 0 ? {} : p);
|
|
@@ -1930,25 +2032,25 @@ function ju() {
|
|
|
1930
2032
|
};
|
|
1931
2033
|
};
|
|
1932
2034
|
}));
|
|
1933
|
-
})(
|
|
2035
|
+
})(wo)), wo.exports;
|
|
1934
2036
|
}
|
|
1935
|
-
var
|
|
1936
|
-
const
|
|
1937
|
-
var
|
|
1938
|
-
function
|
|
1939
|
-
return
|
|
1940
|
-
(function(e,
|
|
1941
|
-
o.exports =
|
|
1942
|
-
})(
|
|
1943
|
-
var e = "minute",
|
|
2037
|
+
var Nu = Au();
|
|
2038
|
+
const Pu = /* @__PURE__ */ vo(Nu);
|
|
2039
|
+
var Bo = { exports: {} }, qu = Bo.exports, Jo;
|
|
2040
|
+
function Eu() {
|
|
2041
|
+
return Jo || (Jo = 1, (function(o, r) {
|
|
2042
|
+
(function(e, t) {
|
|
2043
|
+
o.exports = t();
|
|
2044
|
+
})(qu, (function() {
|
|
2045
|
+
var e = "minute", t = /[+-]\d\d(?::?\d\d)?/g, a = /([+-]|\d\d)/g;
|
|
1944
2046
|
return function(d, n, m) {
|
|
1945
2047
|
var i = n.prototype;
|
|
1946
2048
|
m.utc = function(u) {
|
|
1947
|
-
var
|
|
1948
|
-
return new n(
|
|
2049
|
+
var c = { date: u, utc: !0, args: arguments };
|
|
2050
|
+
return new n(c);
|
|
1949
2051
|
}, i.utc = function(u) {
|
|
1950
|
-
var
|
|
1951
|
-
return u ?
|
|
2052
|
+
var c = m(this.toDate(), { locale: this.$L, utc: !0 });
|
|
2053
|
+
return u ? c.add(this.utcOffset(), e) : c;
|
|
1952
2054
|
}, i.local = function() {
|
|
1953
2055
|
return m(this.toDate(), { locale: this.$L, utc: !1 });
|
|
1954
2056
|
};
|
|
@@ -1963,28 +2065,28 @@ function qu() {
|
|
|
1963
2065
|
this.$y = u.getUTCFullYear(), this.$M = u.getUTCMonth(), this.$D = u.getUTCDate(), this.$W = u.getUTCDay(), this.$H = u.getUTCHours(), this.$m = u.getUTCMinutes(), this.$s = u.getUTCSeconds(), this.$ms = u.getUTCMilliseconds();
|
|
1964
2066
|
} else $.call(this);
|
|
1965
2067
|
};
|
|
1966
|
-
var
|
|
1967
|
-
i.utcOffset = function(u,
|
|
1968
|
-
var
|
|
1969
|
-
if (
|
|
1970
|
-
if (typeof u == "string" && (u = (function(
|
|
1971
|
-
|
|
1972
|
-
var F =
|
|
2068
|
+
var z = i.utcOffset;
|
|
2069
|
+
i.utcOffset = function(u, c) {
|
|
2070
|
+
var x = this.$utils().u;
|
|
2071
|
+
if (x(u)) return this.$u ? 0 : x(this.$offset) ? z.call(this) : this.$offset;
|
|
2072
|
+
if (typeof u == "string" && (u = (function(L) {
|
|
2073
|
+
L === void 0 && (L = "");
|
|
2074
|
+
var F = L.match(t);
|
|
1973
2075
|
if (!F) return null;
|
|
1974
|
-
var
|
|
1975
|
-
return
|
|
2076
|
+
var j = ("" + F[0]).match(a) || ["-", 0, 0], l = j[0], v = 60 * +j[1] + +j[2];
|
|
2077
|
+
return v === 0 ? 0 : l === "+" ? v : -v;
|
|
1976
2078
|
})(u), u === null)) return this;
|
|
1977
|
-
var
|
|
1978
|
-
if (
|
|
1979
|
-
var
|
|
1980
|
-
if (
|
|
2079
|
+
var B = Math.abs(u) <= 16 ? 60 * u : u;
|
|
2080
|
+
if (B === 0) return this.utc(c);
|
|
2081
|
+
var R = this.clone();
|
|
2082
|
+
if (c) return R.$offset = B, R.$u = !1, R;
|
|
1981
2083
|
var T = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
1982
|
-
return (
|
|
2084
|
+
return (R = this.local().add(B + T, e)).$offset = B, R.$x.$localOffset = T, R;
|
|
1983
2085
|
};
|
|
1984
|
-
var
|
|
2086
|
+
var C = i.format;
|
|
1985
2087
|
i.format = function(u) {
|
|
1986
|
-
var
|
|
1987
|
-
return
|
|
2088
|
+
var c = u || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
2089
|
+
return C.call(this, c);
|
|
1988
2090
|
}, i.valueOf = function() {
|
|
1989
2091
|
var u = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
1990
2092
|
return this.$d.valueOf() - 6e4 * u;
|
|
@@ -1995,203 +2097,203 @@ function qu() {
|
|
|
1995
2097
|
}, i.toString = function() {
|
|
1996
2098
|
return this.toDate().toUTCString();
|
|
1997
2099
|
};
|
|
1998
|
-
var
|
|
2100
|
+
var Y = i.toDate;
|
|
1999
2101
|
i.toDate = function(u) {
|
|
2000
|
-
return u === "s" && this.$offset ? m(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() :
|
|
2102
|
+
return u === "s" && this.$offset ? m(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : Y.call(this);
|
|
2001
2103
|
};
|
|
2002
|
-
var
|
|
2003
|
-
i.diff = function(u,
|
|
2004
|
-
if (u && this.$u === u.$u) return
|
|
2005
|
-
var
|
|
2006
|
-
return
|
|
2104
|
+
var h = i.diff;
|
|
2105
|
+
i.diff = function(u, c, x) {
|
|
2106
|
+
if (u && this.$u === u.$u) return h.call(this, u, c, x);
|
|
2107
|
+
var B = this.local(), R = m(u).local();
|
|
2108
|
+
return h.call(B, R, c, x);
|
|
2007
2109
|
};
|
|
2008
2110
|
};
|
|
2009
2111
|
}));
|
|
2010
|
-
})(
|
|
2112
|
+
})(Bo)), Bo.exports;
|
|
2011
2113
|
}
|
|
2012
|
-
var
|
|
2013
|
-
const
|
|
2014
|
-
var
|
|
2015
|
-
function
|
|
2016
|
-
return
|
|
2017
|
-
(function(e,
|
|
2018
|
-
o.exports =
|
|
2114
|
+
var Uu = Eu();
|
|
2115
|
+
const _u = /* @__PURE__ */ vo(Uu);
|
|
2116
|
+
var Ro = { exports: {} }, Xu = Ro.exports, Qo;
|
|
2117
|
+
function Zu() {
|
|
2118
|
+
return Qo || (Qo = 1, (function(o, r) {
|
|
2119
|
+
(function(e, t) {
|
|
2120
|
+
o.exports = t();
|
|
2019
2121
|
})(Xu, (function() {
|
|
2020
|
-
var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 },
|
|
2021
|
-
return function(
|
|
2022
|
-
var m, i = function(
|
|
2023
|
-
|
|
2024
|
-
var u = new Date(
|
|
2025
|
-
|
|
2026
|
-
var
|
|
2027
|
-
return
|
|
2028
|
-
})(
|
|
2029
|
-
return
|
|
2030
|
-
}, p = function(
|
|
2031
|
-
for (var
|
|
2032
|
-
var
|
|
2033
|
-
T >= 0 && (u[T] = parseInt(
|
|
2122
|
+
var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, t = {};
|
|
2123
|
+
return function(a, d, n) {
|
|
2124
|
+
var m, i = function(C, Y, h) {
|
|
2125
|
+
h === void 0 && (h = {});
|
|
2126
|
+
var u = new Date(C), c = (function(x, B) {
|
|
2127
|
+
B === void 0 && (B = {});
|
|
2128
|
+
var R = B.timeZoneName || "short", T = x + "|" + R, L = t[T];
|
|
2129
|
+
return L || (L = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: x, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: R }), t[T] = L), L;
|
|
2130
|
+
})(Y, h);
|
|
2131
|
+
return c.formatToParts(u);
|
|
2132
|
+
}, p = function(C, Y) {
|
|
2133
|
+
for (var h = i(C, Y), u = [], c = 0; c < h.length; c += 1) {
|
|
2134
|
+
var x = h[c], B = x.type, R = x.value, T = e[B];
|
|
2135
|
+
T >= 0 && (u[T] = parseInt(R, 10));
|
|
2034
2136
|
}
|
|
2035
|
-
var
|
|
2036
|
-
return (n.utc(
|
|
2137
|
+
var L = u[3], F = L === 24 ? 0 : L, j = u[0] + "-" + u[1] + "-" + u[2] + " " + F + ":" + u[4] + ":" + u[5] + ":000", l = +C;
|
|
2138
|
+
return (n.utc(j).valueOf() - (l -= l % 1e3)) / 6e4;
|
|
2037
2139
|
}, $ = d.prototype;
|
|
2038
|
-
$.tz = function(
|
|
2039
|
-
|
|
2040
|
-
var
|
|
2041
|
-
if (!Number(
|
|
2042
|
-
else if (
|
|
2043
|
-
var T =
|
|
2044
|
-
|
|
2140
|
+
$.tz = function(C, Y) {
|
|
2141
|
+
C === void 0 && (C = m);
|
|
2142
|
+
var h, u = this.utcOffset(), c = this.toDate(), x = c.toLocaleString("en-US", { timeZone: C }), B = Math.round((c - new Date(x)) / 1e3 / 60), R = 15 * -Math.round(c.getTimezoneOffset() / 15) - B;
|
|
2143
|
+
if (!Number(R)) h = this.utcOffset(0, Y);
|
|
2144
|
+
else if (h = n(x, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(R, !0), Y) {
|
|
2145
|
+
var T = h.utcOffset();
|
|
2146
|
+
h = h.add(u - T, "minute");
|
|
2045
2147
|
}
|
|
2046
|
-
return
|
|
2047
|
-
}, $.offsetName = function(
|
|
2048
|
-
var
|
|
2148
|
+
return h.$x.$timezone = C, h;
|
|
2149
|
+
}, $.offsetName = function(C) {
|
|
2150
|
+
var Y = this.$x.$timezone || n.tz.guess(), h = i(this.valueOf(), Y, { timeZoneName: C }).find((function(u) {
|
|
2049
2151
|
return u.type.toLowerCase() === "timezonename";
|
|
2050
2152
|
}));
|
|
2051
|
-
return
|
|
2153
|
+
return h && h.value;
|
|
2052
2154
|
};
|
|
2053
|
-
var
|
|
2054
|
-
$.startOf = function(
|
|
2055
|
-
if (!this.$x || !this.$x.$timezone) return
|
|
2056
|
-
var
|
|
2057
|
-
return
|
|
2058
|
-
}, n.tz = function(
|
|
2059
|
-
var u =
|
|
2060
|
-
if (typeof
|
|
2061
|
-
var
|
|
2062
|
-
var
|
|
2063
|
-
if (
|
|
2064
|
-
var
|
|
2065
|
-
return b ===
|
|
2066
|
-
})(n.utc(
|
|
2067
|
-
return
|
|
2155
|
+
var z = $.startOf;
|
|
2156
|
+
$.startOf = function(C, Y) {
|
|
2157
|
+
if (!this.$x || !this.$x.$timezone) return z.call(this, C, Y);
|
|
2158
|
+
var h = n(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
2159
|
+
return z.call(h, C, Y).tz(this.$x.$timezone, !0);
|
|
2160
|
+
}, n.tz = function(C, Y, h) {
|
|
2161
|
+
var u = h && Y, c = h || Y || m, x = p(+n(), c);
|
|
2162
|
+
if (typeof C != "string") return n(C).tz(c);
|
|
2163
|
+
var B = (function(F, j, l) {
|
|
2164
|
+
var v = F - 60 * j * 1e3, b = p(v, l);
|
|
2165
|
+
if (j === b) return [v, j];
|
|
2166
|
+
var y = p(v -= 60 * (b - j) * 1e3, l);
|
|
2167
|
+
return b === y ? [v, b] : [F - 60 * Math.min(b, y) * 1e3, Math.max(b, y)];
|
|
2168
|
+
})(n.utc(C, u).valueOf(), x, c), R = B[0], T = B[1], L = n(R).utcOffset(T);
|
|
2169
|
+
return L.$x.$timezone = c, L;
|
|
2068
2170
|
}, n.tz.guess = function() {
|
|
2069
2171
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
2070
|
-
}, n.tz.setDefault = function(
|
|
2071
|
-
m =
|
|
2172
|
+
}, n.tz.setDefault = function(C) {
|
|
2173
|
+
m = C;
|
|
2072
2174
|
};
|
|
2073
2175
|
};
|
|
2074
2176
|
}));
|
|
2075
|
-
})(
|
|
2076
|
-
}
|
|
2077
|
-
var
|
|
2078
|
-
const
|
|
2079
|
-
eo.extend(
|
|
2080
|
-
eo.extend(
|
|
2081
|
-
eo.extend(
|
|
2082
|
-
eo.extend(
|
|
2177
|
+
})(Ro)), Ro.exports;
|
|
2178
|
+
}
|
|
2179
|
+
var Gu = Zu();
|
|
2180
|
+
const Ju = /* @__PURE__ */ vo(Gu);
|
|
2181
|
+
eo.extend(Hu);
|
|
2182
|
+
eo.extend(Pu);
|
|
2183
|
+
eo.extend(_u);
|
|
2184
|
+
eo.extend(Ju);
|
|
2083
2185
|
eo.locale("pt-br");
|
|
2084
|
-
const
|
|
2186
|
+
const Qu = [
|
|
2085
2187
|
"YYYY-MM-DD",
|
|
2086
2188
|
"YYYY-MM-DDTHH:mm:ss",
|
|
2087
2189
|
"YYYY-MM-DDTHH:mm:ssZ",
|
|
2088
2190
|
"YYYY-MM-DDTHH:mm",
|
|
2089
2191
|
"DD/MM/YYYY",
|
|
2090
2192
|
"DD/MM/YY"
|
|
2091
|
-
],
|
|
2193
|
+
], to = (o) => {
|
|
2092
2194
|
if (o == null || o === "") return null;
|
|
2093
2195
|
if (o instanceof Date) {
|
|
2094
2196
|
const e = eo(o);
|
|
2095
2197
|
return e.isValid() ? e : null;
|
|
2096
2198
|
}
|
|
2097
2199
|
if (typeof o == "string") {
|
|
2098
|
-
const e = eo(o.trim(),
|
|
2200
|
+
const e = eo(o.trim(), Qu, "pt-br", !0);
|
|
2099
2201
|
return e.isValid() ? e : null;
|
|
2100
2202
|
}
|
|
2101
2203
|
const r = eo(o);
|
|
2102
2204
|
return r.isValid() ? r : null;
|
|
2103
2205
|
};
|
|
2104
|
-
function
|
|
2105
|
-
const r =
|
|
2206
|
+
function Ko(o) {
|
|
2207
|
+
const r = to(o);
|
|
2106
2208
|
return r ? r.startOf("day").toDate() : null;
|
|
2107
2209
|
}
|
|
2108
|
-
function
|
|
2210
|
+
function $0() {
|
|
2109
2211
|
return eo().startOf("day").toDate();
|
|
2110
2212
|
}
|
|
2111
|
-
function
|
|
2112
|
-
const e =
|
|
2213
|
+
function C0(o, r = "YYYY-MM-DD") {
|
|
2214
|
+
const e = to(o);
|
|
2113
2215
|
return e ? e.format(r) : "";
|
|
2114
2216
|
}
|
|
2115
|
-
function
|
|
2116
|
-
const e =
|
|
2217
|
+
function x0(o, r = "YYYY-MM-DD HH:mm:ss") {
|
|
2218
|
+
const e = to(o);
|
|
2117
2219
|
return e ? e.format(r) : "";
|
|
2118
2220
|
}
|
|
2119
|
-
function
|
|
2120
|
-
const e =
|
|
2221
|
+
function w0(o, r = "DD/MM/YYYY") {
|
|
2222
|
+
const e = to(o);
|
|
2121
2223
|
return e ? e.format(r) : "";
|
|
2122
2224
|
}
|
|
2123
|
-
function
|
|
2124
|
-
const e =
|
|
2225
|
+
function B0(o, r = "DD/MM/YYYY HH:mm") {
|
|
2226
|
+
const e = to(o);
|
|
2125
2227
|
return e ? e.format(r) : "";
|
|
2126
2228
|
}
|
|
2127
|
-
function
|
|
2128
|
-
const e =
|
|
2229
|
+
function R0(o, r = "HH:mm") {
|
|
2230
|
+
const e = to(o);
|
|
2129
2231
|
return e ? e.format(r) : "";
|
|
2130
2232
|
}
|
|
2131
|
-
function
|
|
2132
|
-
const e =
|
|
2233
|
+
function D0(o, r = "ddd") {
|
|
2234
|
+
const e = to(o);
|
|
2133
2235
|
return e ? e.format(r).toUpperCase() : "";
|
|
2134
2236
|
}
|
|
2135
|
-
function
|
|
2136
|
-
const e =
|
|
2237
|
+
function S0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
|
|
2238
|
+
const e = to(o);
|
|
2137
2239
|
return e ? e.format(r) : "";
|
|
2138
2240
|
}
|
|
2139
|
-
function
|
|
2140
|
-
const r =
|
|
2241
|
+
function zo(o) {
|
|
2242
|
+
const r = to(o);
|
|
2141
2243
|
return r ? r.toDate() : null;
|
|
2142
2244
|
}
|
|
2143
|
-
function
|
|
2144
|
-
const
|
|
2145
|
-
return !
|
|
2245
|
+
function Yo(o, r, e = "day") {
|
|
2246
|
+
const t = to(o);
|
|
2247
|
+
return !t || typeof r != "number" || Number.isNaN(r) ? null : t.add(r, e).toDate();
|
|
2146
2248
|
}
|
|
2147
|
-
function
|
|
2148
|
-
return
|
|
2249
|
+
function M0(o, r) {
|
|
2250
|
+
return Yo(o, r, "day");
|
|
2149
2251
|
}
|
|
2150
|
-
function
|
|
2151
|
-
return
|
|
2252
|
+
function z0(o, r) {
|
|
2253
|
+
return Yo(o, r, "month");
|
|
2152
2254
|
}
|
|
2153
|
-
function
|
|
2154
|
-
return
|
|
2255
|
+
function Y0(o, r) {
|
|
2256
|
+
return Yo(o, r, "year");
|
|
2155
2257
|
}
|
|
2156
|
-
function
|
|
2157
|
-
return
|
|
2258
|
+
function V0(o, r) {
|
|
2259
|
+
return Yo(o, r, "minute");
|
|
2158
2260
|
}
|
|
2159
|
-
function
|
|
2261
|
+
function O0(o) {
|
|
2160
2262
|
return o == null ? "" : String(o).toLowerCase().trim().split(/\s+/).map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join(" ");
|
|
2161
2263
|
}
|
|
2162
2264
|
function uo(o) {
|
|
2163
2265
|
return o == null ? "" : String(o).replace(/\D/g, "");
|
|
2164
2266
|
}
|
|
2165
|
-
const
|
|
2267
|
+
const L0 = (o) => {
|
|
2166
2268
|
if (!o) return "-";
|
|
2167
2269
|
const r = o.replace(/\D/g, "");
|
|
2168
2270
|
return r.length === 11 ? r.replace(/(\d{3})(\d{3})(\d{3})(\d{2})/, "$1.$2.$3-$4") : r.length === 14 ? r.replace(/(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})/, "$1.$2.$3/$4-$5") : o;
|
|
2169
|
-
},
|
|
2271
|
+
}, T0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
|
|
2170
2272
|
minimumFractionDigits: r,
|
|
2171
2273
|
maximumFractionDigits: r
|
|
2172
2274
|
});
|
|
2173
|
-
function
|
|
2275
|
+
function Ku(o) {
|
|
2174
2276
|
const r = uo(o);
|
|
2175
2277
|
return r.length !== 8 ? o : r.replace(/(\d{5})(\d{3})/, "$1-$2");
|
|
2176
2278
|
}
|
|
2177
|
-
function
|
|
2279
|
+
function W0(o) {
|
|
2178
2280
|
if (o == null) return "";
|
|
2179
2281
|
const {
|
|
2180
2282
|
postalCode: r,
|
|
2181
2283
|
state: e,
|
|
2182
|
-
city:
|
|
2183
|
-
neighborhood:
|
|
2284
|
+
city: t,
|
|
2285
|
+
neighborhood: a,
|
|
2184
2286
|
addressLine1: d,
|
|
2185
2287
|
addressLine2: n
|
|
2186
|
-
} = o, m = [d, n].filter(Boolean).join(" "), i = [
|
|
2288
|
+
} = o, m = [d, n].filter(Boolean).join(" "), i = [a, " - ", t, e].filter(Boolean).join(" "), p = r ? Ku(r) : null;
|
|
2187
2289
|
return [m, " - ", i, " - ", p].filter(Boolean).join(" ").replace(/\s-\s$/, "");
|
|
2188
2290
|
}
|
|
2189
|
-
function
|
|
2291
|
+
function F0(o) {
|
|
2190
2292
|
if (o == null) return "";
|
|
2191
|
-
const { name: r, state: e, record:
|
|
2192
|
-
return [r, e,
|
|
2293
|
+
const { name: r, state: e, record: t } = o;
|
|
2294
|
+
return [r, e, t].filter(Boolean).join(" ");
|
|
2193
2295
|
}
|
|
2194
|
-
function
|
|
2296
|
+
function j0(o) {
|
|
2195
2297
|
const r = uo(o);
|
|
2196
2298
|
if (!r) return "";
|
|
2197
2299
|
const e = r.startsWith("55") && r.length > 11 ? r.slice(2) : r;
|
|
@@ -2203,28 +2305,28 @@ function T0(o) {
|
|
|
2203
2305
|
"($1) $2-$3"
|
|
2204
2306
|
) : o;
|
|
2205
2307
|
}
|
|
2206
|
-
function
|
|
2308
|
+
function or(o, r) {
|
|
2207
2309
|
var e = Object.keys(o);
|
|
2208
2310
|
if (Object.getOwnPropertySymbols) {
|
|
2209
|
-
var
|
|
2210
|
-
r && (
|
|
2211
|
-
return Object.getOwnPropertyDescriptor(o,
|
|
2212
|
-
})), e.push.apply(e,
|
|
2311
|
+
var t = Object.getOwnPropertySymbols(o);
|
|
2312
|
+
r && (t = t.filter(function(a) {
|
|
2313
|
+
return Object.getOwnPropertyDescriptor(o, a).enumerable;
|
|
2314
|
+
})), e.push.apply(e, t);
|
|
2213
2315
|
}
|
|
2214
2316
|
return e;
|
|
2215
2317
|
}
|
|
2216
|
-
function
|
|
2318
|
+
function ho(o) {
|
|
2217
2319
|
for (var r = 1; r < arguments.length; r++) {
|
|
2218
2320
|
var e = arguments[r] != null ? arguments[r] : {};
|
|
2219
|
-
r % 2 ?
|
|
2220
|
-
|
|
2221
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) :
|
|
2222
|
-
Object.defineProperty(o,
|
|
2321
|
+
r % 2 ? or(Object(e), !0).forEach(function(t) {
|
|
2322
|
+
of(o, t, e[t]);
|
|
2323
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : or(Object(e)).forEach(function(t) {
|
|
2324
|
+
Object.defineProperty(o, t, Object.getOwnPropertyDescriptor(e, t));
|
|
2223
2325
|
});
|
|
2224
2326
|
}
|
|
2225
2327
|
return o;
|
|
2226
2328
|
}
|
|
2227
|
-
function
|
|
2329
|
+
function of(o, r, e) {
|
|
2228
2330
|
return r in o ? Object.defineProperty(o, r, {
|
|
2229
2331
|
value: e,
|
|
2230
2332
|
enumerable: !0,
|
|
@@ -2232,39 +2334,39 @@ function Ku(o, r, e) {
|
|
|
2232
2334
|
writable: !0
|
|
2233
2335
|
}) : o[r] = e, o;
|
|
2234
2336
|
}
|
|
2235
|
-
function
|
|
2337
|
+
function Do(o) {
|
|
2236
2338
|
return typeof o == "function";
|
|
2237
2339
|
}
|
|
2238
|
-
function
|
|
2340
|
+
function jo(o) {
|
|
2239
2341
|
return o !== null && typeof o == "object" && !Array.isArray(o);
|
|
2240
2342
|
}
|
|
2241
|
-
function
|
|
2242
|
-
return
|
|
2343
|
+
function Vo(o) {
|
|
2344
|
+
return Do(o.$validator) ? ho({}, o) : {
|
|
2243
2345
|
$validator: o
|
|
2244
2346
|
};
|
|
2245
2347
|
}
|
|
2246
|
-
function
|
|
2348
|
+
function cr(o) {
|
|
2247
2349
|
return typeof o == "object" ? o.$valid : o;
|
|
2248
2350
|
}
|
|
2249
|
-
function
|
|
2351
|
+
function sr(o) {
|
|
2250
2352
|
return o.$validator || o;
|
|
2251
2353
|
}
|
|
2252
|
-
function of(o, r) {
|
|
2253
|
-
if (!Io(o)) throw new Error(`[@vuelidate/validators]: First parameter to "withParams" should be an object, provided ${typeof o}`);
|
|
2254
|
-
if (!Io(r) && !Ro(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
2255
|
-
const e = Yo(r);
|
|
2256
|
-
return e.$params = bo(bo({}, e.$params || {}), o), e;
|
|
2257
|
-
}
|
|
2258
2354
|
function rf(o, r) {
|
|
2259
|
-
if (!
|
|
2260
|
-
if (!
|
|
2261
|
-
const e =
|
|
2355
|
+
if (!jo(o)) throw new Error(`[@vuelidate/validators]: First parameter to "withParams" should be an object, provided ${typeof o}`);
|
|
2356
|
+
if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
2357
|
+
const e = Vo(r);
|
|
2358
|
+
return e.$params = ho(ho({}, e.$params || {}), o), e;
|
|
2359
|
+
}
|
|
2360
|
+
function ef(o, r) {
|
|
2361
|
+
if (!Do(o) && typeof W(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
|
|
2362
|
+
if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
2363
|
+
const e = Vo(r);
|
|
2262
2364
|
return e.$message = o, e;
|
|
2263
2365
|
}
|
|
2264
|
-
function
|
|
2366
|
+
function tf(o) {
|
|
2265
2367
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
2266
|
-
const e =
|
|
2267
|
-
return
|
|
2368
|
+
const e = Vo(o);
|
|
2369
|
+
return ho(ho({}, e), {}, {
|
|
2268
2370
|
$async: !0,
|
|
2269
2371
|
$watchTargets: r
|
|
2270
2372
|
});
|
|
@@ -2272,35 +2374,35 @@ function ef(o) {
|
|
|
2272
2374
|
function af(o) {
|
|
2273
2375
|
return {
|
|
2274
2376
|
$validator(r) {
|
|
2275
|
-
for (var e = arguments.length,
|
|
2276
|
-
a
|
|
2377
|
+
for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), a = 1; a < e; a++)
|
|
2378
|
+
t[a - 1] = arguments[a];
|
|
2277
2379
|
return W(r).reduce((d, n, m) => {
|
|
2278
2380
|
const i = Object.entries(n).reduce((p, $) => {
|
|
2279
|
-
let [
|
|
2280
|
-
const
|
|
2281
|
-
let [
|
|
2282
|
-
const T =
|
|
2283
|
-
if (u.$data[
|
|
2284
|
-
let F =
|
|
2285
|
-
const
|
|
2381
|
+
let [z, C] = $;
|
|
2382
|
+
const Y = o[z] || {}, h = Object.entries(Y).reduce((u, c) => {
|
|
2383
|
+
let [x, B] = c;
|
|
2384
|
+
const T = sr(B).call(this, C, n, m, ...t), L = cr(T);
|
|
2385
|
+
if (u.$data[x] = T, u.$data.$invalid = !L || !!u.$data.$invalid, u.$data.$error = u.$data.$invalid, !L) {
|
|
2386
|
+
let F = B.$message || "";
|
|
2387
|
+
const j = B.$params || {};
|
|
2286
2388
|
typeof F == "function" && (F = F({
|
|
2287
2389
|
$pending: !1,
|
|
2288
|
-
$invalid: !
|
|
2289
|
-
$params:
|
|
2290
|
-
$model:
|
|
2390
|
+
$invalid: !L,
|
|
2391
|
+
$params: j,
|
|
2392
|
+
$model: C,
|
|
2291
2393
|
$response: T
|
|
2292
2394
|
})), u.$errors.push({
|
|
2293
|
-
$property:
|
|
2395
|
+
$property: z,
|
|
2294
2396
|
$message: F,
|
|
2295
|
-
$params:
|
|
2397
|
+
$params: j,
|
|
2296
2398
|
$response: T,
|
|
2297
|
-
$model:
|
|
2399
|
+
$model: C,
|
|
2298
2400
|
$pending: !1,
|
|
2299
|
-
$validator:
|
|
2401
|
+
$validator: x
|
|
2300
2402
|
});
|
|
2301
2403
|
}
|
|
2302
2404
|
return {
|
|
2303
|
-
$valid: u.$valid &&
|
|
2405
|
+
$valid: u.$valid && L,
|
|
2304
2406
|
$data: u.$data,
|
|
2305
2407
|
$errors: u.$errors
|
|
2306
2408
|
};
|
|
@@ -2309,8 +2411,8 @@ function af(o) {
|
|
|
2309
2411
|
$data: {},
|
|
2310
2412
|
$errors: []
|
|
2311
2413
|
});
|
|
2312
|
-
return p.$data[
|
|
2313
|
-
$valid: p.$valid &&
|
|
2414
|
+
return p.$data[z] = h.$data, p.$errors[z] = h.$errors, {
|
|
2415
|
+
$valid: p.$valid && h.$valid,
|
|
2314
2416
|
$data: p.$data,
|
|
2315
2417
|
$errors: p.$errors
|
|
2316
2418
|
};
|
|
@@ -2334,7 +2436,7 @@ function af(o) {
|
|
|
2334
2436
|
let {
|
|
2335
2437
|
$response: e
|
|
2336
2438
|
} = r;
|
|
2337
|
-
return e ? e.$errors.map((
|
|
2439
|
+
return e ? e.$errors.map((t) => Object.values(t).map((a) => a.map((d) => d.$message)).reduce((a, d) => a.concat(d), [])) : [];
|
|
2338
2440
|
}
|
|
2339
2441
|
};
|
|
2340
2442
|
}
|
|
@@ -2351,43 +2453,43 @@ const po = (o) => {
|
|
|
2351
2453
|
return !1;
|
|
2352
2454
|
}
|
|
2353
2455
|
return !!String(o).length;
|
|
2354
|
-
},
|
|
2456
|
+
}, No = (o) => (o = W(o), Array.isArray(o) ? o.length : typeof o == "object" ? Object.keys(o).length : String(o).length);
|
|
2355
2457
|
function fo() {
|
|
2356
2458
|
for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++)
|
|
2357
2459
|
r[e] = arguments[e];
|
|
2358
|
-
return (
|
|
2460
|
+
return (t) => (t = W(t), !po(t) || r.every((a) => (a.lastIndex = 0, a.test(t))));
|
|
2359
2461
|
}
|
|
2360
2462
|
var U = /* @__PURE__ */ Object.freeze({
|
|
2361
2463
|
__proto__: null,
|
|
2362
2464
|
forEach: af,
|
|
2363
|
-
len:
|
|
2364
|
-
normalizeValidatorObject:
|
|
2465
|
+
len: No,
|
|
2466
|
+
normalizeValidatorObject: Vo,
|
|
2365
2467
|
regex: fo,
|
|
2366
2468
|
req: po,
|
|
2367
2469
|
unwrap: W,
|
|
2368
|
-
unwrapNormalizedValidator:
|
|
2369
|
-
unwrapValidatorResponse:
|
|
2370
|
-
withAsync:
|
|
2371
|
-
withMessage:
|
|
2372
|
-
withParams:
|
|
2470
|
+
unwrapNormalizedValidator: sr,
|
|
2471
|
+
unwrapValidatorResponse: cr,
|
|
2472
|
+
withAsync: tf,
|
|
2473
|
+
withMessage: ef,
|
|
2474
|
+
withParams: rf
|
|
2373
2475
|
});
|
|
2374
2476
|
fo(/^[a-zA-Z]*$/);
|
|
2375
2477
|
fo(/^[a-zA-Z0-9]*$/);
|
|
2376
2478
|
fo(/^\d*(\.\d+)?$/);
|
|
2377
|
-
const
|
|
2378
|
-
var
|
|
2379
|
-
$validator:
|
|
2479
|
+
const nf = /^(?:[A-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9]{2,}(?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/i;
|
|
2480
|
+
var df = fo(nf), lf = {
|
|
2481
|
+
$validator: df,
|
|
2380
2482
|
$message: "Value is not a valid email address",
|
|
2381
2483
|
$params: {
|
|
2382
2484
|
type: "email"
|
|
2383
2485
|
}
|
|
2384
2486
|
};
|
|
2385
|
-
function lf(o) {
|
|
2386
|
-
return (r) => !po(r) || Ao(r) <= W(o);
|
|
2387
|
-
}
|
|
2388
2487
|
function cf(o) {
|
|
2488
|
+
return (r) => !po(r) || No(r) <= W(o);
|
|
2489
|
+
}
|
|
2490
|
+
function sf(o) {
|
|
2389
2491
|
return {
|
|
2390
|
-
$validator:
|
|
2492
|
+
$validator: cf(o),
|
|
2391
2493
|
$message: (r) => {
|
|
2392
2494
|
let {
|
|
2393
2495
|
$params: e
|
|
@@ -2400,12 +2502,12 @@ function cf(o) {
|
|
|
2400
2502
|
}
|
|
2401
2503
|
};
|
|
2402
2504
|
}
|
|
2403
|
-
function sf(o) {
|
|
2404
|
-
return (r) => !po(r) || Ao(r) >= W(o);
|
|
2405
|
-
}
|
|
2406
2505
|
function uf(o) {
|
|
2506
|
+
return (r) => !po(r) || No(r) >= W(o);
|
|
2507
|
+
}
|
|
2508
|
+
function ff(o) {
|
|
2407
2509
|
return {
|
|
2408
|
-
$validator:
|
|
2510
|
+
$validator: uf(o),
|
|
2409
2511
|
$message: (r) => {
|
|
2410
2512
|
let {
|
|
2411
2513
|
$params: e
|
|
@@ -2418,24 +2520,24 @@ function uf(o) {
|
|
|
2418
2520
|
}
|
|
2419
2521
|
};
|
|
2420
2522
|
}
|
|
2421
|
-
function
|
|
2523
|
+
function gf(o) {
|
|
2422
2524
|
return typeof o == "string" && (o = o.trim()), po(o);
|
|
2423
2525
|
}
|
|
2424
|
-
var
|
|
2425
|
-
$validator:
|
|
2526
|
+
var mf = {
|
|
2527
|
+
$validator: gf,
|
|
2426
2528
|
$message: "Value is required",
|
|
2427
2529
|
$params: {
|
|
2428
2530
|
type: "required"
|
|
2429
2531
|
}
|
|
2430
2532
|
};
|
|
2431
|
-
const
|
|
2432
|
-
fo(
|
|
2433
|
-
function
|
|
2533
|
+
const pf = /^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i;
|
|
2534
|
+
fo(pf);
|
|
2535
|
+
function bf(o) {
|
|
2434
2536
|
return (r) => !po(r) || (!/\s/.test(r) || r instanceof Date) && +r >= +W(o);
|
|
2435
2537
|
}
|
|
2436
|
-
function
|
|
2538
|
+
function hf(o) {
|
|
2437
2539
|
return {
|
|
2438
|
-
$validator:
|
|
2540
|
+
$validator: bf(o),
|
|
2439
2541
|
$message: (r) => {
|
|
2440
2542
|
let {
|
|
2441
2543
|
$params: e
|
|
@@ -2450,19 +2552,19 @@ function bf(o) {
|
|
|
2450
2552
|
}
|
|
2451
2553
|
fo(/(^[0-9]*$)|(^-[0-9]+$)/);
|
|
2452
2554
|
fo(/^[-]?\d*(\.\d+)?$/);
|
|
2453
|
-
function
|
|
2555
|
+
function vf(o) {
|
|
2454
2556
|
const r = uo(o);
|
|
2455
2557
|
if (!r || r.length !== 14 || /^(\d)\1+$/.test(r)) return !1;
|
|
2456
2558
|
const e = (m, i) => {
|
|
2457
2559
|
let p = 0;
|
|
2458
|
-
for (let
|
|
2459
|
-
p += Number(m[
|
|
2560
|
+
for (let z = 0; z < m.length; z += 1)
|
|
2561
|
+
p += Number(m[z]) * i[z];
|
|
2460
2562
|
const $ = p % 11;
|
|
2461
2563
|
return $ < 2 ? 0 : 11 - $;
|
|
2462
|
-
},
|
|
2564
|
+
}, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], d = e(r.slice(0, 12), t), n = e(r.slice(0, 13), a);
|
|
2463
2565
|
return d === Number(r[12]) && n === Number(r[13]);
|
|
2464
2566
|
}
|
|
2465
|
-
function
|
|
2567
|
+
function kf(o) {
|
|
2466
2568
|
const r = uo(o);
|
|
2467
2569
|
if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
|
|
2468
2570
|
const e = (d, n) => {
|
|
@@ -2471,154 +2573,155 @@ function vf(o) {
|
|
|
2471
2573
|
m += Number(d[p]) * (n - p);
|
|
2472
2574
|
const i = m % 11;
|
|
2473
2575
|
return i < 2 ? 0 : 11 - i;
|
|
2474
|
-
},
|
|
2475
|
-
return
|
|
2576
|
+
}, t = e(r.slice(0, 9), 10), a = e(r.slice(0, 10), 11);
|
|
2577
|
+
return t === Number(r[9]) && a === Number(r[10]);
|
|
2476
2578
|
}
|
|
2477
|
-
function
|
|
2478
|
-
const e =
|
|
2579
|
+
function yf(o, r = /* @__PURE__ */ new Date()) {
|
|
2580
|
+
const e = zo(o);
|
|
2479
2581
|
if (!e) return !1;
|
|
2480
|
-
const
|
|
2481
|
-
return
|
|
2582
|
+
const t = Ko(r);
|
|
2583
|
+
return Ko(e) > t;
|
|
2482
2584
|
}
|
|
2483
|
-
function
|
|
2484
|
-
const r =
|
|
2585
|
+
function rr(o) {
|
|
2586
|
+
const r = zo(o);
|
|
2485
2587
|
return !!r && eo(r).isValid();
|
|
2486
2588
|
}
|
|
2487
|
-
function
|
|
2589
|
+
function $f(o) {
|
|
2488
2590
|
const r = uo(o || "");
|
|
2489
2591
|
return r ? r.length === 11 : !0;
|
|
2490
2592
|
}
|
|
2491
|
-
function
|
|
2593
|
+
function Cf(o) {
|
|
2492
2594
|
const r = uo(o || "");
|
|
2493
2595
|
return r ? r.length === 10 : !0;
|
|
2494
2596
|
}
|
|
2495
2597
|
function xf(o) {
|
|
2496
2598
|
return o.replace(/\D/g, "").length === 8;
|
|
2497
2599
|
}
|
|
2498
|
-
function
|
|
2600
|
+
function wf(o) {
|
|
2499
2601
|
if (o == null) return !1;
|
|
2500
2602
|
const r = String(o).trim();
|
|
2501
2603
|
return r ? /^\d+$/.test(r) : !1;
|
|
2502
2604
|
}
|
|
2503
|
-
function
|
|
2605
|
+
function Bf(o) {
|
|
2504
2606
|
return /^[A-Za-zÀ-ÖØ-öø-ÿ\s'-]+$/u.test(o);
|
|
2505
2607
|
}
|
|
2506
|
-
function
|
|
2608
|
+
function Rf(o) {
|
|
2507
2609
|
return o.endsWith(".") || o.length < 2;
|
|
2508
2610
|
}
|
|
2509
|
-
function
|
|
2611
|
+
function Df(o) {
|
|
2510
2612
|
const r = (o || "").trim();
|
|
2511
|
-
if (!r || !
|
|
2613
|
+
if (!r || !Bf(r)) return !1;
|
|
2512
2614
|
const e = r.split(" ").filter(Boolean);
|
|
2513
2615
|
if (e.length < 2) return !1;
|
|
2514
|
-
const
|
|
2515
|
-
return e.every((
|
|
2516
|
-
const d =
|
|
2517
|
-
return !d ||
|
|
2616
|
+
const t = /^[A-Za-zÀ-ÖØ-öø-ÿ]+(?:[-'][A-Za-zÀ-ÖØ-öø-ÿ]+)*$/u;
|
|
2617
|
+
return e.every((a) => {
|
|
2618
|
+
const d = a.replace(/^[-']+|[-']+$/g, "");
|
|
2619
|
+
return !d || Rf(d) ? !1 : t.test(a);
|
|
2518
2620
|
});
|
|
2519
2621
|
}
|
|
2520
|
-
const go = (o) => (r) => !U.req(r) || o(r),
|
|
2622
|
+
const go = (o) => (r) => !U.req(r) || o(r), H0 = U.withMessage("Campo obrigatório.", mf), I0 = U.withMessage("E-mail inválido.", (o) => U.req(o) ? lf.$validator(String(o).trim()) : !0), A0 = U.withMessage(
|
|
2521
2623
|
"Informe nome e sobrenome.",
|
|
2522
|
-
go(
|
|
2523
|
-
),
|
|
2624
|
+
go(Df)
|
|
2625
|
+
), N0 = U.withMessage(
|
|
2524
2626
|
"Informe apenas números.",
|
|
2525
|
-
go(
|
|
2526
|
-
),
|
|
2627
|
+
go(wf)
|
|
2628
|
+
), P0 = U.withMessage(
|
|
2527
2629
|
"CEP inválido.",
|
|
2528
2630
|
go(xf)
|
|
2529
|
-
),
|
|
2631
|
+
), q0 = U.withMessage("CNPJ inválido.", go(vf)), E0 = U.withMessage("CPF inválido.", go(kf)), U0 = U.withMessage(
|
|
2530
2632
|
"Nº celular inválido.",
|
|
2531
|
-
go((o) => yf(uo(o)))
|
|
2532
|
-
), q0 = U.withMessage(
|
|
2533
|
-
"Nº telefone inválido.",
|
|
2534
2633
|
go((o) => $f(uo(o)))
|
|
2535
|
-
),
|
|
2634
|
+
), _0 = U.withMessage(
|
|
2635
|
+
"Nº telefone inválido.",
|
|
2636
|
+
go((o) => Cf(uo(o)))
|
|
2637
|
+
), X0 = U.withMessage(
|
|
2536
2638
|
"Data inválida.",
|
|
2537
|
-
(o) => o == null || o === "" ? !0 : o instanceof Date ?
|
|
2538
|
-
),
|
|
2639
|
+
(o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(zo(o))
|
|
2640
|
+
), Z0 = U.withMessage(
|
|
2539
2641
|
"Data não pode ser maior que hoje.",
|
|
2540
|
-
go((o) => !
|
|
2642
|
+
go((o) => !yf(zo(o)))
|
|
2541
2643
|
);
|
|
2542
|
-
function
|
|
2644
|
+
function G0(o, r) {
|
|
2543
2645
|
return U.withMessage(
|
|
2544
2646
|
r || `Informe no máximo ${o} caracteres.`,
|
|
2545
|
-
(e) => U.req(e) ?
|
|
2647
|
+
(e) => U.req(e) ? sf(o).$validator(String(e)) : !0
|
|
2546
2648
|
);
|
|
2547
2649
|
}
|
|
2548
|
-
function
|
|
2650
|
+
function J0(o, r) {
|
|
2549
2651
|
return U.withMessage(
|
|
2550
2652
|
r || `Informe no mínimo ${o} caracteres.`,
|
|
2551
|
-
(e) => U.req(e) ?
|
|
2653
|
+
(e) => U.req(e) ? ff(o).$validator(String(e)) : !0
|
|
2552
2654
|
);
|
|
2553
2655
|
}
|
|
2554
|
-
function
|
|
2656
|
+
function Q0(o, r) {
|
|
2555
2657
|
return U.withMessage(
|
|
2556
2658
|
r || `Valor mínimo é ${o}.`,
|
|
2557
|
-
(e) => U.req(e) ?
|
|
2659
|
+
(e) => U.req(e) ? hf(o).$validator(Number(e)) : !0
|
|
2558
2660
|
);
|
|
2559
2661
|
}
|
|
2560
2662
|
export {
|
|
2561
|
-
|
|
2562
|
-
|
|
2663
|
+
Vr as BaseAlert,
|
|
2664
|
+
Jf as BaseAutoComplete,
|
|
2563
2665
|
Fo as BaseButton,
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
M0 as
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
T0 as
|
|
2599
|
-
|
|
2600
|
-
|
|
2666
|
+
Qf as BaseCard,
|
|
2667
|
+
Kf as BaseChart,
|
|
2668
|
+
o0 as BaseCurrency,
|
|
2669
|
+
r0 as BaseDate,
|
|
2670
|
+
e0 as BaseDatePicker,
|
|
2671
|
+
t0 as BaseDialog,
|
|
2672
|
+
a0 as BaseDrawer,
|
|
2673
|
+
n0 as BaseEmpty,
|
|
2674
|
+
i0 as BaseField,
|
|
2675
|
+
Ar as BaseInputMask,
|
|
2676
|
+
d0 as BaseInputText,
|
|
2677
|
+
l0 as BaseModal,
|
|
2678
|
+
c0 as BaseMultiSelect,
|
|
2679
|
+
s0 as BasePanel,
|
|
2680
|
+
u0 as BaseRadioButton,
|
|
2681
|
+
f0 as BaseRouterLink,
|
|
2682
|
+
g0 as BaseSectionDivider,
|
|
2683
|
+
m0 as BaseSelect,
|
|
2684
|
+
p0 as BaseSwitch,
|
|
2685
|
+
b0 as BaseTextarea,
|
|
2686
|
+
Mo as FaIcon,
|
|
2687
|
+
Yo as add,
|
|
2688
|
+
M0 as addDays,
|
|
2689
|
+
V0 as addMinutes,
|
|
2690
|
+
z0 as addMonths,
|
|
2691
|
+
Y0 as addYears,
|
|
2692
|
+
W0 as formatAddress,
|
|
2693
|
+
F0 as formatCouncil,
|
|
2694
|
+
w0 as formatDate,
|
|
2695
|
+
B0 as formatDateTime,
|
|
2696
|
+
x0 as formatDateTimeToApi,
|
|
2697
|
+
C0 as formatDateToApi,
|
|
2698
|
+
L0 as formatDocument,
|
|
2699
|
+
S0 as formatFullDate,
|
|
2700
|
+
T0 as formatNumber,
|
|
2701
|
+
j0 as formatPhone,
|
|
2702
|
+
R0 as formatTime,
|
|
2703
|
+
D0 as formatWeekday,
|
|
2601
2704
|
uo as onlyNumber,
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2705
|
+
v0 as setupPrimeVue,
|
|
2706
|
+
Ko as startOfDay,
|
|
2707
|
+
O0 as toCamelCaseWords,
|
|
2708
|
+
zo as toDate,
|
|
2709
|
+
$0 as today,
|
|
2710
|
+
k0 as useAppToast,
|
|
2711
|
+
y0 as useClickOutside,
|
|
2712
|
+
h0 as vFocus,
|
|
2713
|
+
U0 as validCellphone,
|
|
2714
|
+
q0 as validCnpj,
|
|
2715
|
+
E0 as validCpf,
|
|
2716
|
+
X0 as validDate,
|
|
2717
|
+
I0 as validEmail,
|
|
2718
|
+
A0 as validFullName,
|
|
2719
|
+
G0 as validMaxLength,
|
|
2720
|
+
J0 as validMinLength,
|
|
2721
|
+
Q0 as validMinValue,
|
|
2722
|
+
Z0 as validNotFutureDate,
|
|
2723
|
+
N0 as validOnlyNumbers,
|
|
2724
|
+
_0 as validPhone,
|
|
2725
|
+
P0 as validPostalCode,
|
|
2726
|
+
H0 as validRequired
|
|
2624
2727
|
};
|