@stencitecnologia/front-kit 0.1.33 → 0.1.34
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 +696 -653
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { computed as M, openBlock as
|
|
1
|
+
import { computed as M, openBlock as B, createElementBlock as P, normalizeClass as So, toDisplayString as oo, createCommentVNode as E, createBlock as H, unref as T, mergeProps as Q, normalizeStyle as Mo, renderSlot as G, createElementVNode as io, createVNode as mo, ref as po, onMounted as er, onBeforeUnmount as tr, watch as sr, withCtx as Z, createTextVNode as Po, createSlots as Ho, Fragment as ur, Teleport as fr, withModifiers as gr } from "vue";
|
|
2
2
|
import mr from "primevue/autocomplete";
|
|
3
|
-
import
|
|
4
|
-
import br from "
|
|
3
|
+
import pr from "primevue/avatar";
|
|
4
|
+
import { FontAwesomeIcon as br } from "@fortawesome/vue-fontawesome";
|
|
5
|
+
import hr from "primevue/chart";
|
|
5
6
|
import ar from "primevue/inputtext";
|
|
6
7
|
import nr from "primevue/datepicker";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
8
|
+
import vr from "primevue/inputgroup";
|
|
9
|
+
import kr from "primevue/inputgroupaddon";
|
|
10
|
+
import yr from "primevue/popover";
|
|
11
|
+
import $r from "primevue/inputmask";
|
|
11
12
|
import ir from "primevue/dialog";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import { RouterLink as
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import { useToast as
|
|
22
|
-
const
|
|
13
|
+
import Cr from "primevue/drawer";
|
|
14
|
+
import xr from "primevue/multiselect";
|
|
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 (t, a) => o.message ? (
|
|
42
|
+
return (t, a) => o.message ? (B(), P("div", {
|
|
42
43
|
key: 0,
|
|
43
44
|
class: So(["ui-alert", e.value]),
|
|
44
45
|
role: "alert"
|
|
45
46
|
}, oo(o.message), 3)) : E("", !0);
|
|
46
47
|
}
|
|
47
|
-
},
|
|
48
|
+
}, r0 = {
|
|
48
49
|
__name: "BaseAutoComplete",
|
|
49
50
|
props: {
|
|
50
51
|
modelValue: {
|
|
@@ -77,9 +78,9 @@ const Yr = {
|
|
|
77
78
|
setup(o, { emit: r }) {
|
|
78
79
|
const e = o, t = r, a = M({
|
|
79
80
|
get: () => e.modelValue,
|
|
80
|
-
set: (
|
|
81
|
-
}), c = (
|
|
82
|
-
return (
|
|
81
|
+
set: (d) => t("update:modelValue", d)
|
|
82
|
+
}), c = (d) => t("complete", d), n = (d) => t("item-select", d), m = () => t("clear");
|
|
83
|
+
return (d, b) => (B(), H(T(mr), Q({
|
|
83
84
|
modelValue: a.value,
|
|
84
85
|
"onUpdate:modelValue": b[0] || (b[0] = ($) => a.value = $),
|
|
85
86
|
suggestions: o.suggestions,
|
|
@@ -89,13 +90,71 @@ const Yr = {
|
|
|
89
90
|
"w-full",
|
|
90
91
|
{ "p-invalid": o.invalid }
|
|
91
92
|
]
|
|
92
|
-
},
|
|
93
|
+
}, d.$attrs, {
|
|
93
94
|
onComplete: c,
|
|
94
|
-
onItemSelect:
|
|
95
|
+
onItemSelect: n,
|
|
95
96
|
onClear: m
|
|
96
97
|
}), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
|
|
97
98
|
}
|
|
98
|
-
}
|
|
99
|
+
};
|
|
100
|
+
function Or(o) {
|
|
101
|
+
return o ? o.trim().split(/\s+/).slice(0, 2).map((r) => r[0].toUpperCase()).join("") : "";
|
|
102
|
+
}
|
|
103
|
+
function e0(o) {
|
|
104
|
+
return o == null ? "" : String(o).toLowerCase().trim().split(/\s+/).map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join(" ");
|
|
105
|
+
}
|
|
106
|
+
function so(o) {
|
|
107
|
+
return o == null ? "" : String(o).replace(/\D/g, "");
|
|
108
|
+
}
|
|
109
|
+
const t0 = (o) => {
|
|
110
|
+
if (!o) return "-";
|
|
111
|
+
const r = o.replace(/\D/g, "");
|
|
112
|
+
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;
|
|
113
|
+
}, a0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
|
|
114
|
+
minimumFractionDigits: r,
|
|
115
|
+
maximumFractionDigits: r
|
|
116
|
+
}), n0 = {
|
|
117
|
+
__name: "BaseAvatar",
|
|
118
|
+
props: {
|
|
119
|
+
name: {
|
|
120
|
+
type: String,
|
|
121
|
+
required: !0
|
|
122
|
+
},
|
|
123
|
+
colorId: {
|
|
124
|
+
type: Number,
|
|
125
|
+
default: 0
|
|
126
|
+
},
|
|
127
|
+
size: {
|
|
128
|
+
type: String,
|
|
129
|
+
default: "md",
|
|
130
|
+
validator: (o) => ["sm", "md", "lg"].includes(o)
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
setup(o) {
|
|
134
|
+
const r = [
|
|
135
|
+
"#364bf5",
|
|
136
|
+
"#22c55e",
|
|
137
|
+
"#f59e0b",
|
|
138
|
+
"#38bdf8",
|
|
139
|
+
"#ef4444",
|
|
140
|
+
"#a855f7",
|
|
141
|
+
"#f97316"
|
|
142
|
+
], e = o, t = M(() => Or(e.name)), a = M(() => r[e.colorId % r.length]), c = {
|
|
143
|
+
sm: { width: "1.75rem", height: "1.75rem", fontSize: "0.625rem" },
|
|
144
|
+
md: { width: "2rem", height: "2rem", fontSize: "0.7rem" },
|
|
145
|
+
lg: { width: "2.5rem", height: "2.5rem", fontSize: "0.875rem" }
|
|
146
|
+
}, n = M(() => ({
|
|
147
|
+
backgroundColor: a.value,
|
|
148
|
+
color: "#ffffff",
|
|
149
|
+
...c[e.size]
|
|
150
|
+
}));
|
|
151
|
+
return (m, d) => (B(), H(T(pr), {
|
|
152
|
+
label: t.value,
|
|
153
|
+
shape: "circle",
|
|
154
|
+
style: Mo(n.value)
|
|
155
|
+
}, null, 8, ["label", "style"]));
|
|
156
|
+
}
|
|
157
|
+
}, zo = {
|
|
99
158
|
__name: "FaIcon",
|
|
100
159
|
props: {
|
|
101
160
|
icon: {
|
|
@@ -104,13 +163,13 @@ const Yr = {
|
|
|
104
163
|
}
|
|
105
164
|
},
|
|
106
165
|
setup(o) {
|
|
107
|
-
return (r, e) => (
|
|
166
|
+
return (r, e) => (B(), H(T(br), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
|
|
108
167
|
}
|
|
109
|
-
},
|
|
168
|
+
}, Lr = ["disabled", "type"], Tr = {
|
|
110
169
|
key: 0,
|
|
111
170
|
class: "loading",
|
|
112
171
|
style: { color: "currentColor" }
|
|
113
|
-
},
|
|
172
|
+
}, Wr = { key: 2 }, Io = {
|
|
114
173
|
__name: "BaseButton",
|
|
115
174
|
props: {
|
|
116
175
|
label: {
|
|
@@ -162,32 +221,32 @@ const Yr = {
|
|
|
162
221
|
"ui-btn-sm": r.size === "sm"
|
|
163
222
|
}
|
|
164
223
|
]), t = M(() => r.disabled || r.loading);
|
|
165
|
-
return (a, c) => (
|
|
224
|
+
return (a, c) => (B(), P("button", Q(a.$attrs, {
|
|
166
225
|
disabled: t.value,
|
|
167
226
|
class: e.value,
|
|
168
227
|
type: o.type
|
|
169
228
|
}), [
|
|
170
|
-
o.loading ? (
|
|
229
|
+
o.loading ? (B(), P("span", Tr)) : o.icon && !o.loading ? (B(), H(zo, {
|
|
171
230
|
key: 1,
|
|
172
231
|
icon: o.icon
|
|
173
232
|
}, null, 8, ["icon"])) : E("", !0),
|
|
174
|
-
o.label ? (
|
|
233
|
+
o.label ? (B(), P("span", Wr, oo(o.label), 1)) : E("", !0),
|
|
175
234
|
G(a.$slots, "default")
|
|
176
|
-
], 16,
|
|
235
|
+
], 16, Lr));
|
|
177
236
|
}
|
|
178
|
-
},
|
|
237
|
+
}, Fr = {
|
|
179
238
|
key: 0,
|
|
180
239
|
class: "ui-card-header"
|
|
181
|
-
},
|
|
240
|
+
}, Ir = {
|
|
182
241
|
key: 0,
|
|
183
242
|
class: "ui-card-title"
|
|
184
|
-
},
|
|
243
|
+
}, jr = {
|
|
185
244
|
key: 1,
|
|
186
245
|
class: "ui-card-subtitle"
|
|
187
|
-
},
|
|
246
|
+
}, Hr = { class: "ui-card-content" }, Ar = {
|
|
188
247
|
key: 1,
|
|
189
248
|
class: "ui-card-footer"
|
|
190
|
-
},
|
|
249
|
+
}, Nr = { class: "ui-card-footer-content" }, i0 = {
|
|
191
250
|
__name: "BaseCard",
|
|
192
251
|
props: {
|
|
193
252
|
title: {
|
|
@@ -221,28 +280,28 @@ const Yr = {
|
|
|
221
280
|
r.className,
|
|
222
281
|
{ "ui-card-has-footer": r.hasFooter }
|
|
223
282
|
]);
|
|
224
|
-
return (a, c) => (
|
|
283
|
+
return (a, c) => (B(), P("section", {
|
|
225
284
|
class: So(t.value)
|
|
226
285
|
}, [
|
|
227
|
-
e.value ? (
|
|
228
|
-
o.title ? (
|
|
229
|
-
o.subtitle ? (
|
|
286
|
+
e.value ? (B(), P("header", Fr, [
|
|
287
|
+
o.title ? (B(), P("div", Ir, oo(o.title), 1)) : E("", !0),
|
|
288
|
+
o.subtitle ? (B(), P("div", jr, oo(o.subtitle), 1)) : E("", !0)
|
|
230
289
|
])) : E("", !0),
|
|
231
|
-
io("div",
|
|
232
|
-
mo(
|
|
290
|
+
io("div", Hr, [
|
|
291
|
+
mo(Vr, {
|
|
233
292
|
message: o.alertMessage,
|
|
234
293
|
variant: o.alertVariant
|
|
235
294
|
}, null, 8, ["message", "variant"]),
|
|
236
295
|
G(a.$slots, "default")
|
|
237
296
|
]),
|
|
238
|
-
o.hasFooter ? (
|
|
239
|
-
io("div",
|
|
297
|
+
o.hasFooter ? (B(), P("footer", Ar, [
|
|
298
|
+
io("div", Nr, [
|
|
240
299
|
G(a.$slots, "footer")
|
|
241
300
|
])
|
|
242
301
|
])) : E("", !0)
|
|
243
302
|
], 2));
|
|
244
303
|
}
|
|
245
|
-
},
|
|
304
|
+
}, d0 = {
|
|
246
305
|
__name: "BaseChart",
|
|
247
306
|
props: {
|
|
248
307
|
type: {
|
|
@@ -272,15 +331,15 @@ const Yr = {
|
|
|
272
331
|
{ borderColor: "#38bdf8", backgroundColor: "rgba(56, 189, 248, 0.60)" },
|
|
273
332
|
{ borderColor: "#a855f7", backgroundColor: "rgba(168, 85, 247, 0.60)" }
|
|
274
333
|
]), e = o, t = po(null), a = po(!1);
|
|
275
|
-
function c(
|
|
276
|
-
const z = { ...
|
|
334
|
+
function c(R, k) {
|
|
335
|
+
const z = { ...R };
|
|
277
336
|
for (const y of Object.keys(k))
|
|
278
|
-
k[y] !== null && typeof k[y] == "object" && !Array.isArray(k[y]) && typeof
|
|
337
|
+
k[y] !== null && typeof k[y] == "object" && !Array.isArray(k[y]) && typeof R[y] == "object" ? z[y] = c(R[y] ?? {}, k[y]) : z[y] = k[y];
|
|
279
338
|
return z;
|
|
280
339
|
}
|
|
281
|
-
const
|
|
340
|
+
const n = M(() => !["pie", "doughnut"].includes(e.type)), m = M(() => e.height ? e.height : n.value ? "300px" : "400px"), d = M(() => {
|
|
282
341
|
if (!e.data?.datasets) return e.data;
|
|
283
|
-
const
|
|
342
|
+
const R = e.data.datasets.map((k, z) => {
|
|
284
343
|
const y = r[z % r.length];
|
|
285
344
|
return ["pie", "doughnut"].includes(e.type) ? {
|
|
286
345
|
...k,
|
|
@@ -295,7 +354,7 @@ const Yr = {
|
|
|
295
354
|
borderRadius: e.type === "bar" ? 4 : 0
|
|
296
355
|
};
|
|
297
356
|
});
|
|
298
|
-
return { ...e.data, datasets:
|
|
357
|
+
return { ...e.data, datasets: R };
|
|
299
358
|
}), b = M(() => ({
|
|
300
359
|
responsive: !0,
|
|
301
360
|
maintainAspectRatio: !1,
|
|
@@ -310,7 +369,7 @@ const Yr = {
|
|
|
310
369
|
}
|
|
311
370
|
}
|
|
312
371
|
},
|
|
313
|
-
scales:
|
|
372
|
+
scales: n.value ? {
|
|
314
373
|
x: {
|
|
315
374
|
ticks: {
|
|
316
375
|
color: "var(--p-text-muted-color)",
|
|
@@ -333,17 +392,17 @@ const Yr = {
|
|
|
333
392
|
a.value = !0;
|
|
334
393
|
}), tr(() => {
|
|
335
394
|
a.value = !1, t.value?.chart && t.value.chart.destroy();
|
|
336
|
-
}), (
|
|
395
|
+
}), (R, k) => a.value ? (B(), H(T(hr), {
|
|
337
396
|
key: 0,
|
|
338
397
|
ref_key: "chartRef",
|
|
339
398
|
ref: t,
|
|
340
399
|
type: o.type,
|
|
341
|
-
data:
|
|
400
|
+
data: d.value,
|
|
342
401
|
options: $.value,
|
|
343
|
-
style:
|
|
402
|
+
style: Mo({ height: m.value, width: "100%" })
|
|
344
403
|
}, null, 8, ["type", "data", "options", "style"])) : E("", !0);
|
|
345
404
|
}
|
|
346
|
-
},
|
|
405
|
+
}, Pr = { class: "ui-currency" }, l0 = {
|
|
347
406
|
__name: "BaseCurrency",
|
|
348
407
|
props: {
|
|
349
408
|
modelValue: {
|
|
@@ -369,20 +428,20 @@ const Yr = {
|
|
|
369
428
|
},
|
|
370
429
|
emits: ["update:modelValue"],
|
|
371
430
|
setup(o, { emit: r }) {
|
|
372
|
-
const e = o, t = r, a = (
|
|
431
|
+
const e = o, t = r, a = (d) => d == null || d === "" ? "" : Number(d).toLocaleString("pt-BR", {
|
|
373
432
|
minimumFractionDigits: 2,
|
|
374
433
|
maximumFractionDigits: 2
|
|
375
|
-
}), c = (
|
|
376
|
-
if (!
|
|
377
|
-
const b =
|
|
434
|
+
}), c = (d) => {
|
|
435
|
+
if (!d) return null;
|
|
436
|
+
const b = d.replace(/\D/g, "");
|
|
378
437
|
return b ? Number(b) / 100 : null;
|
|
379
|
-
},
|
|
380
|
-
const b = c(
|
|
381
|
-
t("update:modelValue", b),
|
|
438
|
+
}, n = M(() => a(e.modelValue)), m = (d) => {
|
|
439
|
+
const b = c(d.target.value);
|
|
440
|
+
t("update:modelValue", b), d.target.value = a(b);
|
|
382
441
|
};
|
|
383
|
-
return (
|
|
442
|
+
return (d, b) => (B(), P("div", Pr, [
|
|
384
443
|
mo(T(ar), Q({
|
|
385
|
-
value:
|
|
444
|
+
value: n.value,
|
|
386
445
|
placeholder: o.placeholder,
|
|
387
446
|
disabled: o.disabled,
|
|
388
447
|
readonly: o.readonly,
|
|
@@ -390,10 +449,10 @@ const Yr = {
|
|
|
390
449
|
"w-full",
|
|
391
450
|
{ "p-invalid": o.invalid }
|
|
392
451
|
]
|
|
393
|
-
},
|
|
452
|
+
}, d.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
|
|
394
453
|
]));
|
|
395
454
|
}
|
|
396
|
-
},
|
|
455
|
+
}, qr = {
|
|
397
456
|
__name: "BaseInputMask",
|
|
398
457
|
props: {
|
|
399
458
|
modelValue: {
|
|
@@ -431,9 +490,9 @@ const Yr = {
|
|
|
431
490
|
get: () => e.modelValue,
|
|
432
491
|
set: (c) => t("update:modelValue", c)
|
|
433
492
|
});
|
|
434
|
-
return (c,
|
|
493
|
+
return (c, n) => (B(), H(T($r), Q({
|
|
435
494
|
modelValue: a.value,
|
|
436
|
-
"onUpdate:modelValue":
|
|
495
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
437
496
|
mask: o.mask,
|
|
438
497
|
"slot-char": o.slotChar,
|
|
439
498
|
"auto-clear": o.autoClear,
|
|
@@ -445,7 +504,7 @@ const Yr = {
|
|
|
445
504
|
]
|
|
446
505
|
}, c.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
|
|
447
506
|
}
|
|
448
|
-
},
|
|
507
|
+
}, c0 = {
|
|
449
508
|
__name: "BaseDate",
|
|
450
509
|
props: {
|
|
451
510
|
modelValue: {
|
|
@@ -495,39 +554,39 @@ const Yr = {
|
|
|
495
554
|
},
|
|
496
555
|
emits: ["update:modelValue", "update:textValue", "blur"],
|
|
497
556
|
setup(o, { expose: r, emit: e }) {
|
|
498
|
-
const t = o, a = e, c = po(null),
|
|
557
|
+
const t = o, a = e, c = po(null), n = po(""), m = po(null), d = po(0), b = M(() => t.selectionMode === "range"), $ = (u) => String(u).padStart(2, "0"), R = (u) => {
|
|
499
558
|
if (!(u instanceof Date) || Number.isNaN(u.getTime())) return "";
|
|
500
|
-
const s = $(u.getDate()),
|
|
501
|
-
return `${s}/${
|
|
559
|
+
const s = $(u.getDate()), i = $(u.getMonth() + 1), l = String(u.getFullYear());
|
|
560
|
+
return `${s}/${i}/${l}`;
|
|
502
561
|
}, k = (u) => {
|
|
503
562
|
if (!u || typeof u != "string") return null;
|
|
504
563
|
const s = u.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
|
|
505
564
|
if (!s) return null;
|
|
506
|
-
const
|
|
507
|
-
if (
|
|
508
|
-
const g = new Date(h,
|
|
509
|
-
return g.getFullYear() !== h || g.getMonth() !==
|
|
565
|
+
const i = Number(s[1]), l = Number(s[2]), h = Number(s[3]);
|
|
566
|
+
if (l < 1 || l > 12 || i < 1 || i > 31 || h < 1e3 || h > 9999) return null;
|
|
567
|
+
const g = new Date(h, l - 1, i);
|
|
568
|
+
return g.getFullYear() !== h || g.getMonth() !== l - 1 || g.getDate() !== i ? null : g;
|
|
510
569
|
}, z = (u) => !(!(u instanceof Date) || Number.isNaN(u.getTime()) || t.minDate && u < t.minDate || t.maxDate && u > t.maxDate), y = (u) => {
|
|
511
|
-
const [s,
|
|
512
|
-
return !
|
|
570
|
+
const [s, i] = u || [], l = s ? R(s) : "", h = i ? R(i) : "";
|
|
571
|
+
return !l && !h ? "" : l && !h ? `${l} - ` : `${l} - ${h}`;
|
|
513
572
|
}, p = (u) => {
|
|
514
573
|
if (!u || typeof u != "string") return null;
|
|
515
574
|
const s = u.match(/^(.+?)\s*-\s*(.+?)$/);
|
|
516
575
|
if (!s) return null;
|
|
517
|
-
const
|
|
518
|
-
return !
|
|
576
|
+
const i = k(s[1].trim()), l = k(s[2].trim());
|
|
577
|
+
return !i || !l ? null : [i, l];
|
|
519
578
|
}, f = (u) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((u || "").replace(/_/g, "").trim()), v = (u) => {
|
|
520
|
-
|
|
579
|
+
n.value = u, a("update:textValue", u);
|
|
521
580
|
}, C = (u) => {
|
|
522
|
-
v(
|
|
581
|
+
v(R(u)), m.value = u;
|
|
523
582
|
}, x = (u) => {
|
|
524
583
|
v(y(u)), m.value = u;
|
|
525
584
|
}, L = (u) => {
|
|
526
585
|
if (!Array.isArray(u)) return;
|
|
527
|
-
const [s,
|
|
528
|
-
!(s instanceof Date) || !(
|
|
586
|
+
const [s, i] = u;
|
|
587
|
+
!(s instanceof Date) || !(i instanceof Date) || a("update:modelValue", [s, i]);
|
|
529
588
|
}, V = () => {
|
|
530
|
-
v(""), m.value = null,
|
|
589
|
+
v(""), m.value = null, d.value += 1, a("update:modelValue", null);
|
|
531
590
|
}, W = (u) => {
|
|
532
591
|
if (v(u), !u) {
|
|
533
592
|
m.value = null, a("update:modelValue", null);
|
|
@@ -535,12 +594,12 @@ const Yr = {
|
|
|
535
594
|
}
|
|
536
595
|
if (b.value) {
|
|
537
596
|
if (!f(u)) return;
|
|
538
|
-
const
|
|
539
|
-
if (!
|
|
597
|
+
const i = p(u);
|
|
598
|
+
if (!i) {
|
|
540
599
|
a("update:modelValue", [null, null]);
|
|
541
600
|
return;
|
|
542
601
|
}
|
|
543
|
-
m.value =
|
|
602
|
+
m.value = i, L(i);
|
|
544
603
|
return;
|
|
545
604
|
}
|
|
546
605
|
const s = k(u);
|
|
@@ -549,37 +608,37 @@ const Yr = {
|
|
|
549
608
|
if (u) {
|
|
550
609
|
if (b.value) {
|
|
551
610
|
m.value = u;
|
|
552
|
-
const [s,
|
|
553
|
-
s instanceof Date &&
|
|
611
|
+
const [s, i] = u || [];
|
|
612
|
+
s instanceof Date && i instanceof Date && (x(u), L(u), c.value && c.value.hide());
|
|
554
613
|
return;
|
|
555
614
|
}
|
|
556
615
|
C(u), a("update:modelValue", u), c.value && c.value.hide();
|
|
557
616
|
}
|
|
558
617
|
}, A = () => {
|
|
559
|
-
b.value &&
|
|
560
|
-
},
|
|
618
|
+
b.value && _.value && V(), a("blur");
|
|
619
|
+
}, I = (u) => {
|
|
561
620
|
c.value && c.value.toggle(u);
|
|
562
621
|
}, O = () => {
|
|
563
622
|
const u = /* @__PURE__ */ new Date(), s = new Date(u.getFullYear(), u.getMonth(), u.getDate());
|
|
564
623
|
if (z(s)) {
|
|
565
624
|
if (b.value) {
|
|
566
|
-
const
|
|
567
|
-
x(
|
|
625
|
+
const i = [s, s];
|
|
626
|
+
x(i), a("update:modelValue", i);
|
|
568
627
|
return;
|
|
569
628
|
}
|
|
570
629
|
C(s), a("update:modelValue", s);
|
|
571
630
|
}
|
|
572
631
|
}, S = M({
|
|
573
|
-
get: () =>
|
|
632
|
+
get: () => n.value,
|
|
574
633
|
set: (u) => W(u)
|
|
575
|
-
}),
|
|
576
|
-
() => b.value && !!
|
|
634
|
+
}), _ = M(
|
|
635
|
+
() => b.value && !!n.value && !f(n.value)
|
|
577
636
|
);
|
|
578
|
-
return r({ hasPartialInput:
|
|
637
|
+
return r({ hasPartialInput: _ }), sr(
|
|
579
638
|
() => t.modelValue,
|
|
580
639
|
(u) => {
|
|
581
640
|
if (u === null) {
|
|
582
|
-
(
|
|
641
|
+
(n.value !== "" || m.value !== null) && (v(""), m.value = null);
|
|
583
642
|
return;
|
|
584
643
|
}
|
|
585
644
|
if (b.value) {
|
|
@@ -589,20 +648,20 @@ const Yr = {
|
|
|
589
648
|
u instanceof Date && C(u);
|
|
590
649
|
},
|
|
591
650
|
{ immediate: !0 }
|
|
592
|
-
), (u, s) => (
|
|
651
|
+
), (u, s) => (B(), H(T(vr), { class: "ui-inputgroup" }, {
|
|
593
652
|
default: Z(() => [
|
|
594
|
-
(
|
|
595
|
-
key:
|
|
653
|
+
(B(), H(qr, Q({
|
|
654
|
+
key: d.value,
|
|
596
655
|
modelValue: S.value,
|
|
597
|
-
"onUpdate:modelValue": s[0] || (s[0] = (
|
|
656
|
+
"onUpdate:modelValue": s[0] || (s[0] = (i) => S.value = i),
|
|
598
657
|
mask: b.value ? "99/99/9999 - 99/99/9999" : o.mask,
|
|
599
658
|
placeholder: o.placeholder,
|
|
600
659
|
disabled: o.disabled,
|
|
601
660
|
invalid: o.invalid
|
|
602
661
|
}, u.$attrs, { onBlur: A }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"])),
|
|
603
|
-
mo(T(
|
|
662
|
+
mo(T(kr), { class: "ui-inputgroup-addon" }, {
|
|
604
663
|
default: Z(() => [
|
|
605
|
-
o.showClear ? (
|
|
664
|
+
o.showClear ? (B(), H(Io, {
|
|
606
665
|
key: 0,
|
|
607
666
|
type: "button",
|
|
608
667
|
variant: "outline",
|
|
@@ -615,7 +674,7 @@ const Yr = {
|
|
|
615
674
|
])]),
|
|
616
675
|
_: 1
|
|
617
676
|
}, 8, ["disabled"])) : E("", !0),
|
|
618
|
-
o.showToday ? (
|
|
677
|
+
o.showToday ? (B(), H(Io, {
|
|
619
678
|
key: 1,
|
|
620
679
|
type: "button",
|
|
621
680
|
variant: "outline",
|
|
@@ -628,15 +687,15 @@ const Yr = {
|
|
|
628
687
|
])]),
|
|
629
688
|
_: 1
|
|
630
689
|
}, 8, ["disabled"])) : E("", !0),
|
|
631
|
-
mo(
|
|
690
|
+
mo(Io, {
|
|
632
691
|
type: "button",
|
|
633
692
|
variant: "ghost",
|
|
634
693
|
disabled: o.disabled,
|
|
635
694
|
"aria-label": "Abrir calendário",
|
|
636
|
-
onClick:
|
|
695
|
+
onClick: I
|
|
637
696
|
}, {
|
|
638
697
|
default: Z(() => [
|
|
639
|
-
o.calendarIcon ? (
|
|
698
|
+
o.calendarIcon ? (B(), H(zo, {
|
|
640
699
|
key: 0,
|
|
641
700
|
class: "text-lg",
|
|
642
701
|
icon: o.calendarIcon
|
|
@@ -647,7 +706,7 @@ const Yr = {
|
|
|
647
706
|
]),
|
|
648
707
|
_: 1
|
|
649
708
|
}),
|
|
650
|
-
mo(T(
|
|
709
|
+
mo(T(yr), {
|
|
651
710
|
ref_key: "popoverRef",
|
|
652
711
|
ref: c
|
|
653
712
|
}, {
|
|
@@ -655,7 +714,7 @@ const Yr = {
|
|
|
655
714
|
mo(T(nr), {
|
|
656
715
|
modelValue: m.value,
|
|
657
716
|
"onUpdate:modelValue": [
|
|
658
|
-
s[1] || (s[1] = (
|
|
717
|
+
s[1] || (s[1] = (i) => m.value = i),
|
|
659
718
|
F
|
|
660
719
|
],
|
|
661
720
|
inline: "",
|
|
@@ -670,7 +729,7 @@ const Yr = {
|
|
|
670
729
|
_: 1
|
|
671
730
|
}));
|
|
672
731
|
}
|
|
673
|
-
},
|
|
732
|
+
}, s0 = {
|
|
674
733
|
__name: "BaseDatePicker",
|
|
675
734
|
props: {
|
|
676
735
|
modelValue: {
|
|
@@ -692,9 +751,9 @@ const Yr = {
|
|
|
692
751
|
get: () => e.modelValue,
|
|
693
752
|
set: (c) => t("update:modelValue", c)
|
|
694
753
|
});
|
|
695
|
-
return (c,
|
|
754
|
+
return (c, n) => (B(), H(T(nr), Q({
|
|
696
755
|
modelValue: a.value,
|
|
697
|
-
"onUpdate:modelValue":
|
|
756
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
698
757
|
disabled: o.disabled,
|
|
699
758
|
class: [
|
|
700
759
|
"w-full",
|
|
@@ -707,13 +766,13 @@ const Yr = {
|
|
|
707
766
|
for (const [t, a] of r)
|
|
708
767
|
e[t] = a;
|
|
709
768
|
return e;
|
|
710
|
-
},
|
|
769
|
+
}, Er = {
|
|
711
770
|
key: 0,
|
|
712
771
|
class: "ui-dialog-body"
|
|
713
|
-
},
|
|
772
|
+
}, _r = {
|
|
714
773
|
key: 1,
|
|
715
774
|
class: "ui-dialog-content"
|
|
716
|
-
},
|
|
775
|
+
}, Ur = {
|
|
717
776
|
__name: "BaseDialog",
|
|
718
777
|
props: {
|
|
719
778
|
modelValue: {
|
|
@@ -760,30 +819,30 @@ const Yr = {
|
|
|
760
819
|
md: "32rem",
|
|
761
820
|
lg: "48rem",
|
|
762
821
|
full: "64rem"
|
|
763
|
-
},
|
|
822
|
+
}, n = M(() => ({
|
|
764
823
|
width: `min(92vw, ${c[e.size]})`
|
|
765
|
-
})), m = M(() => !!(e.icon || e.content)),
|
|
766
|
-
return ($,
|
|
824
|
+
})), m = M(() => !!(e.icon || e.content)), d = () => t("hide"), b = () => t("show");
|
|
825
|
+
return ($, R) => (B(), H(T(ir), {
|
|
767
826
|
visible: a.value,
|
|
768
|
-
"onUpdate:visible":
|
|
827
|
+
"onUpdate:visible": R[0] || (R[0] = (k) => a.value = k),
|
|
769
828
|
modal: "",
|
|
770
829
|
draggable: !1,
|
|
771
830
|
header: o.header,
|
|
772
831
|
closable: o.closable,
|
|
773
832
|
"dismissable-mask": o.dismissableMask,
|
|
774
833
|
"close-on-escape": o.closeOnEscape,
|
|
775
|
-
style:
|
|
776
|
-
onHide:
|
|
834
|
+
style: Mo(n.value),
|
|
835
|
+
onHide: d,
|
|
777
836
|
onShow: b
|
|
778
837
|
}, Ho({
|
|
779
838
|
default: Z(() => [
|
|
780
|
-
m.value && !$.$slots.default ? (
|
|
781
|
-
o.icon ? (
|
|
839
|
+
m.value && !$.$slots.default ? (B(), P("div", Er, [
|
|
840
|
+
o.icon ? (B(), H(zo, {
|
|
782
841
|
key: 0,
|
|
783
842
|
icon: o.icon,
|
|
784
843
|
class: "ui-dialog-icon"
|
|
785
844
|
}, null, 8, ["icon"])) : E("", !0),
|
|
786
|
-
o.content ? (
|
|
845
|
+
o.content ? (B(), P("p", _r, oo(o.content), 1)) : E("", !0)
|
|
787
846
|
])) : E("", !0),
|
|
788
847
|
G($.$slots, "default", {}, void 0, !0)
|
|
789
848
|
]),
|
|
@@ -805,7 +864,7 @@ const Yr = {
|
|
|
805
864
|
} : void 0
|
|
806
865
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
807
866
|
}
|
|
808
|
-
},
|
|
867
|
+
}, u0 = /* @__PURE__ */ Ao(Ur, [["__scopeId", "data-v-d952cadc"]]), Xr = { class: "ui-drawer-content" }, f0 = /* @__PURE__ */ Object.assign({
|
|
809
868
|
inheritAttrs: !1
|
|
810
869
|
}, {
|
|
811
870
|
__name: "BaseDrawer",
|
|
@@ -833,21 +892,21 @@ const Yr = {
|
|
|
833
892
|
},
|
|
834
893
|
emits: ["update:visible"],
|
|
835
894
|
setup(o, { emit: r }) {
|
|
836
|
-
const e = o, t = r, a = M(() => e.visible), c = () => t("update:visible", !1),
|
|
837
|
-
|
|
838
|
-
}, m = (
|
|
839
|
-
t("update:visible",
|
|
895
|
+
const e = o, t = r, a = M(() => e.visible), c = () => t("update:visible", !1), n = (d) => {
|
|
896
|
+
d.target === d.currentTarget && c();
|
|
897
|
+
}, m = (d) => {
|
|
898
|
+
t("update:visible", d);
|
|
840
899
|
};
|
|
841
|
-
return (
|
|
842
|
-
(
|
|
843
|
-
a.value ? (
|
|
900
|
+
return (d, b) => (B(), P(ur, null, [
|
|
901
|
+
(B(), H(fr, { to: "body" }, [
|
|
902
|
+
a.value ? (B(), P("div", {
|
|
844
903
|
key: 0,
|
|
845
904
|
class: "ui-drawer-backdrop",
|
|
846
905
|
role: "presentation",
|
|
847
|
-
onClick:
|
|
906
|
+
onClick: n
|
|
848
907
|
})) : E("", !0)
|
|
849
908
|
])),
|
|
850
|
-
mo(T(
|
|
909
|
+
mo(T(Cr), Q(d.$attrs, {
|
|
851
910
|
modal: o.modal,
|
|
852
911
|
dismissable: o.dismissable,
|
|
853
912
|
header: o.title,
|
|
@@ -858,18 +917,18 @@ const Yr = {
|
|
|
858
917
|
"onUpdate:visible": m
|
|
859
918
|
}), {
|
|
860
919
|
default: Z(() => [
|
|
861
|
-
io("div",
|
|
862
|
-
G(
|
|
920
|
+
io("div", Xr, [
|
|
921
|
+
G(d.$slots, "default")
|
|
863
922
|
])
|
|
864
923
|
]),
|
|
865
924
|
_: 3
|
|
866
925
|
}, 16, ["modal", "dismissable", "header", "visible", "position"])
|
|
867
926
|
], 64));
|
|
868
927
|
}
|
|
869
|
-
}),
|
|
928
|
+
}), Zr = { class: "ui-empty" }, Gr = { class: "ui-empty__media" }, Jr = ["src"], Qr = { class: "ui-empty__content" }, Kr = { class: "ui-empty__title" }, oe = {
|
|
870
929
|
key: 0,
|
|
871
930
|
class: "ui-empty__description"
|
|
872
|
-
},
|
|
931
|
+
}, re = { class: "ui-empty__actions" }, ee = {
|
|
873
932
|
__name: "BaseEmpty",
|
|
874
933
|
props: {
|
|
875
934
|
icon: {
|
|
@@ -891,36 +950,36 @@ const Yr = {
|
|
|
891
950
|
},
|
|
892
951
|
setup(o) {
|
|
893
952
|
const r = o, e = M(() => !!r.image), t = M(() => !!r.description);
|
|
894
|
-
return (a, c) => (
|
|
895
|
-
io("div",
|
|
896
|
-
e.value ? (
|
|
953
|
+
return (a, c) => (B(), P("div", Zr, [
|
|
954
|
+
io("div", Gr, [
|
|
955
|
+
e.value ? (B(), P("img", {
|
|
897
956
|
key: 0,
|
|
898
957
|
src: o.image,
|
|
899
958
|
alt: "",
|
|
900
959
|
class: "ui-empty__image"
|
|
901
|
-
}, null, 8,
|
|
960
|
+
}, null, 8, Jr)) : (B(), H(zo, {
|
|
902
961
|
key: 1,
|
|
903
962
|
icon: o.icon,
|
|
904
963
|
class: "ui-empty__icon"
|
|
905
964
|
}, null, 8, ["icon"]))
|
|
906
965
|
]),
|
|
907
|
-
io("div",
|
|
908
|
-
io("h3",
|
|
909
|
-
t.value ? (
|
|
910
|
-
io("div",
|
|
966
|
+
io("div", Qr, [
|
|
967
|
+
io("h3", Kr, oo(o.title), 1),
|
|
968
|
+
t.value ? (B(), P("p", oe, oo(o.description), 1)) : E("", !0),
|
|
969
|
+
io("div", re, [
|
|
911
970
|
G(a.$slots, "default", {}, void 0, !0)
|
|
912
971
|
])
|
|
913
972
|
])
|
|
914
973
|
]));
|
|
915
974
|
}
|
|
916
|
-
},
|
|
975
|
+
}, g0 = /* @__PURE__ */ Ao(ee, [["__scopeId", "data-v-91327e2b"]]), te = { class: "ui-field" }, ae = ["for"], ne = { class: "ui-control" }, ie = {
|
|
917
976
|
key: 1,
|
|
918
977
|
class: "ui-error",
|
|
919
978
|
role: "alert"
|
|
920
|
-
},
|
|
979
|
+
}, de = {
|
|
921
980
|
key: 2,
|
|
922
981
|
class: "ui-help"
|
|
923
|
-
},
|
|
982
|
+
}, m0 = {
|
|
924
983
|
__name: "BaseField",
|
|
925
984
|
props: {
|
|
926
985
|
label: {
|
|
@@ -942,19 +1001,19 @@ const Yr = {
|
|
|
942
1001
|
},
|
|
943
1002
|
setup(o) {
|
|
944
1003
|
const r = o, e = M(() => !!r.label), t = M(() => !!r.error), a = M(() => !!r.help);
|
|
945
|
-
return (c,
|
|
946
|
-
e.value ? (
|
|
1004
|
+
return (c, n) => (B(), P("div", te, [
|
|
1005
|
+
e.value ? (B(), P("label", {
|
|
947
1006
|
key: 0,
|
|
948
1007
|
class: "ui-label",
|
|
949
1008
|
for: o.forId
|
|
950
|
-
}, oo(o.label), 9,
|
|
951
|
-
io("div",
|
|
1009
|
+
}, oo(o.label), 9, ae)) : E("", !0),
|
|
1010
|
+
io("div", ne, [
|
|
952
1011
|
G(c.$slots, "default")
|
|
953
1012
|
]),
|
|
954
|
-
t.value ? (
|
|
1013
|
+
t.value ? (B(), P("small", ie, oo(o.error), 1)) : a.value ? (B(), P("small", de, oo(o.help), 1)) : E("", !0)
|
|
955
1014
|
]));
|
|
956
1015
|
}
|
|
957
|
-
},
|
|
1016
|
+
}, p0 = {
|
|
958
1017
|
__name: "BaseInputText",
|
|
959
1018
|
props: {
|
|
960
1019
|
modelValue: {
|
|
@@ -980,9 +1039,9 @@ const Yr = {
|
|
|
980
1039
|
get: () => e.modelValue,
|
|
981
1040
|
set: (c) => t("update:modelValue", c)
|
|
982
1041
|
});
|
|
983
|
-
return (c,
|
|
1042
|
+
return (c, n) => (B(), H(T(ar), Q({
|
|
984
1043
|
modelValue: a.value,
|
|
985
|
-
"onUpdate:modelValue":
|
|
1044
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
986
1045
|
disabled: o.disabled,
|
|
987
1046
|
readonly: o.readonly,
|
|
988
1047
|
class: [
|
|
@@ -991,7 +1050,7 @@ const Yr = {
|
|
|
991
1050
|
]
|
|
992
1051
|
}, c.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
|
|
993
1052
|
}
|
|
994
|
-
},
|
|
1053
|
+
}, b0 = {
|
|
995
1054
|
__name: "BaseModal",
|
|
996
1055
|
props: {
|
|
997
1056
|
modelValue: {
|
|
@@ -1030,21 +1089,21 @@ const Yr = {
|
|
|
1030
1089
|
md: "38rem",
|
|
1031
1090
|
lg: "56rem",
|
|
1032
1091
|
full: "72rem"
|
|
1033
|
-
},
|
|
1092
|
+
}, n = M(() => ({
|
|
1034
1093
|
width: `min(92vw, ${c[e.size]})`
|
|
1035
|
-
})), m = () => t("hide"),
|
|
1036
|
-
return (b, $) => (
|
|
1094
|
+
})), m = () => t("hide"), d = () => t("show");
|
|
1095
|
+
return (b, $) => (B(), H(T(ir), {
|
|
1037
1096
|
visible: a.value,
|
|
1038
|
-
"onUpdate:visible": $[0] || ($[0] = (
|
|
1097
|
+
"onUpdate:visible": $[0] || ($[0] = (R) => a.value = R),
|
|
1039
1098
|
modal: "",
|
|
1040
1099
|
draggable: !1,
|
|
1041
1100
|
header: o.header,
|
|
1042
1101
|
closable: o.closable,
|
|
1043
1102
|
"dismissable-mask": o.dismissableMask,
|
|
1044
1103
|
"close-on-escape": o.closeOnEscape,
|
|
1045
|
-
style:
|
|
1104
|
+
style: Mo(n.value),
|
|
1046
1105
|
onHide: m,
|
|
1047
|
-
onShow:
|
|
1106
|
+
onShow: d
|
|
1048
1107
|
}, Ho({
|
|
1049
1108
|
default: Z(() => [
|
|
1050
1109
|
G(b.$slots, "default")
|
|
@@ -1067,7 +1126,7 @@ const Yr = {
|
|
|
1067
1126
|
} : void 0
|
|
1068
1127
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
1069
1128
|
}
|
|
1070
|
-
},
|
|
1129
|
+
}, h0 = {
|
|
1071
1130
|
__name: "BaseMultiSelect",
|
|
1072
1131
|
props: {
|
|
1073
1132
|
modelValue: {
|
|
@@ -1113,9 +1172,9 @@ const Yr = {
|
|
|
1113
1172
|
get: () => e.modelValue,
|
|
1114
1173
|
set: (c) => t("update:modelValue", c)
|
|
1115
1174
|
});
|
|
1116
|
-
return (c,
|
|
1175
|
+
return (c, n) => (B(), H(T(xr), Q({
|
|
1117
1176
|
modelValue: a.value,
|
|
1118
|
-
"onUpdate:modelValue":
|
|
1177
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
1119
1178
|
fluid: "",
|
|
1120
1179
|
options: o.options,
|
|
1121
1180
|
"option-label": o.optionLabel,
|
|
@@ -1127,7 +1186,7 @@ const Yr = {
|
|
|
1127
1186
|
class: { "p-invalid": o.invalid }
|
|
1128
1187
|
}, c.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
|
|
1129
1188
|
}
|
|
1130
|
-
},
|
|
1189
|
+
}, le = {
|
|
1131
1190
|
__name: "BasePanel",
|
|
1132
1191
|
props: {
|
|
1133
1192
|
header: {
|
|
@@ -1153,7 +1212,7 @@ const Yr = {
|
|
|
1153
1212
|
"ui-panel": !0,
|
|
1154
1213
|
[`ui-panel--${r.variant}`]: !!r.variant
|
|
1155
1214
|
}));
|
|
1156
|
-
return (t, a) => (
|
|
1215
|
+
return (t, a) => (B(), H(T(wr), {
|
|
1157
1216
|
header: o.header,
|
|
1158
1217
|
toggleable: o.toggleable,
|
|
1159
1218
|
collapsed: o.collapsed,
|
|
@@ -1180,7 +1239,7 @@ const Yr = {
|
|
|
1180
1239
|
} : void 0
|
|
1181
1240
|
]), 1032, ["header", "toggleable", "collapsed", "class"]));
|
|
1182
1241
|
}
|
|
1183
|
-
},
|
|
1242
|
+
}, v0 = /* @__PURE__ */ Ao(le, [["__scopeId", "data-v-cc034b6b"]]), k0 = {
|
|
1184
1243
|
__name: "BaseRadioButton",
|
|
1185
1244
|
props: {
|
|
1186
1245
|
modelValue: {
|
|
@@ -1214,9 +1273,9 @@ const Yr = {
|
|
|
1214
1273
|
get: () => e.modelValue,
|
|
1215
1274
|
set: (c) => t("update:modelValue", c)
|
|
1216
1275
|
});
|
|
1217
|
-
return (c,
|
|
1276
|
+
return (c, n) => (B(), H(T(Br), Q({
|
|
1218
1277
|
modelValue: a.value,
|
|
1219
|
-
"onUpdate:modelValue":
|
|
1278
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
1220
1279
|
value: o.value,
|
|
1221
1280
|
name: o.name,
|
|
1222
1281
|
"input-id": o.inputId,
|
|
@@ -1224,7 +1283,7 @@ const Yr = {
|
|
|
1224
1283
|
class: [{ "p-invalid": o.invalid }]
|
|
1225
1284
|
}, c.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
|
|
1226
1285
|
}
|
|
1227
|
-
},
|
|
1286
|
+
}, y0 = {
|
|
1228
1287
|
__name: "BaseRouterLink",
|
|
1229
1288
|
props: {
|
|
1230
1289
|
to: {
|
|
@@ -1255,11 +1314,11 @@ const Yr = {
|
|
|
1255
1314
|
"ui-btn-disabled": e.value
|
|
1256
1315
|
}
|
|
1257
1316
|
]);
|
|
1258
|
-
return (a, c) => (
|
|
1317
|
+
return (a, c) => (B(), H(T(Rr), {
|
|
1259
1318
|
to: e.value ? void 0 : o.to,
|
|
1260
1319
|
class: So(t.value),
|
|
1261
1320
|
"aria-disabled": e.value,
|
|
1262
|
-
onClick: c[0] || (c[0] = gr((
|
|
1321
|
+
onClick: c[0] || (c[0] = gr((n) => e.value && n.preventDefault(), ["prevent"]))
|
|
1263
1322
|
}, {
|
|
1264
1323
|
default: Z(() => [
|
|
1265
1324
|
G(a.$slots, "default")
|
|
@@ -1267,10 +1326,10 @@ const Yr = {
|
|
|
1267
1326
|
_: 3
|
|
1268
1327
|
}, 8, ["to", "class", "aria-disabled"]));
|
|
1269
1328
|
}
|
|
1270
|
-
},
|
|
1329
|
+
}, ce = { class: "ui-section-divider" }, se = {
|
|
1271
1330
|
key: 0,
|
|
1272
1331
|
class: "ui-section-divider__label"
|
|
1273
|
-
},
|
|
1332
|
+
}, $0 = {
|
|
1274
1333
|
__name: "BaseSectionDivider",
|
|
1275
1334
|
props: {
|
|
1276
1335
|
label: {
|
|
@@ -1280,12 +1339,12 @@ const Yr = {
|
|
|
1280
1339
|
},
|
|
1281
1340
|
setup(o) {
|
|
1282
1341
|
const r = o, e = M(() => !!r.label);
|
|
1283
|
-
return (t, a) => (
|
|
1284
|
-
e.value ? (
|
|
1342
|
+
return (t, a) => (B(), P("div", ce, [
|
|
1343
|
+
e.value ? (B(), P("span", se, oo(o.label), 1)) : E("", !0),
|
|
1285
1344
|
a[0] || (a[0] = io("div", { class: "ui-section-divider__line" }, null, -1))
|
|
1286
1345
|
]));
|
|
1287
1346
|
}
|
|
1288
|
-
},
|
|
1347
|
+
}, C0 = {
|
|
1289
1348
|
__name: "BaseSelect",
|
|
1290
1349
|
props: {
|
|
1291
1350
|
modelValue: {
|
|
@@ -1329,14 +1388,14 @@ const Yr = {
|
|
|
1329
1388
|
setup(o, { emit: r }) {
|
|
1330
1389
|
const e = o, t = r, a = M({
|
|
1331
1390
|
get: () => e.modelValue,
|
|
1332
|
-
set: (
|
|
1391
|
+
set: (n) => t("update:modelValue", n)
|
|
1333
1392
|
}), c = M(() => e.optionEmpty ? [
|
|
1334
1393
|
e.optionEmpty,
|
|
1335
1394
|
...e.options
|
|
1336
1395
|
] : e.options);
|
|
1337
|
-
return (
|
|
1396
|
+
return (n, m) => (B(), H(T(Dr), Q({
|
|
1338
1397
|
modelValue: a.value,
|
|
1339
|
-
"onUpdate:modelValue": m[0] || (m[0] = (
|
|
1398
|
+
"onUpdate:modelValue": m[0] || (m[0] = (d) => a.value = d),
|
|
1340
1399
|
options: c.value,
|
|
1341
1400
|
"option-label": o.optionLabel,
|
|
1342
1401
|
"option-value": o.optionValue,
|
|
@@ -1347,9 +1406,9 @@ const Yr = {
|
|
|
1347
1406
|
"ui-select w-full",
|
|
1348
1407
|
{ "p-invalid": o.invalid }
|
|
1349
1408
|
]
|
|
1350
|
-
},
|
|
1409
|
+
}, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
|
|
1351
1410
|
}
|
|
1352
|
-
},
|
|
1411
|
+
}, x0 = {
|
|
1353
1412
|
__name: "BaseSwitch",
|
|
1354
1413
|
props: {
|
|
1355
1414
|
modelValue: {
|
|
@@ -1373,19 +1432,19 @@ const Yr = {
|
|
|
1373
1432
|
setup(o, { emit: r }) {
|
|
1374
1433
|
const e = o, t = r, a = M({
|
|
1375
1434
|
get: () => e.modelValue,
|
|
1376
|
-
set: (
|
|
1377
|
-
e.disabled || e.loading || t("update:modelValue",
|
|
1435
|
+
set: (n) => {
|
|
1436
|
+
e.disabled || e.loading || t("update:modelValue", n);
|
|
1378
1437
|
}
|
|
1379
1438
|
}), c = M(() => e.disabled || e.loading);
|
|
1380
|
-
return (
|
|
1439
|
+
return (n, m) => (B(), H(T(Sr), {
|
|
1381
1440
|
modelValue: a.value,
|
|
1382
|
-
"onUpdate:modelValue": m[0] || (m[0] = (
|
|
1441
|
+
"onUpdate:modelValue": m[0] || (m[0] = (d) => a.value = d),
|
|
1383
1442
|
"input-id": o.inputId,
|
|
1384
1443
|
disabled: c.value,
|
|
1385
1444
|
class: "base-switch"
|
|
1386
1445
|
}, null, 8, ["modelValue", "input-id", "disabled"]));
|
|
1387
1446
|
}
|
|
1388
|
-
},
|
|
1447
|
+
}, w0 = {
|
|
1389
1448
|
__name: "BaseTextarea",
|
|
1390
1449
|
props: {
|
|
1391
1450
|
modelValue: {
|
|
@@ -1419,9 +1478,9 @@ const Yr = {
|
|
|
1419
1478
|
get: () => e.modelValue,
|
|
1420
1479
|
set: (c) => t("update:modelValue", c)
|
|
1421
1480
|
});
|
|
1422
|
-
return (c,
|
|
1481
|
+
return (c, n) => (B(), H(T(Mr), Q({
|
|
1423
1482
|
modelValue: a.value,
|
|
1424
|
-
"onUpdate:modelValue":
|
|
1483
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
|
|
1425
1484
|
rows: o.rows,
|
|
1426
1485
|
"auto-resize": o.autoResize,
|
|
1427
1486
|
disabled: o.disabled,
|
|
@@ -1432,7 +1491,7 @@ const Yr = {
|
|
|
1432
1491
|
]
|
|
1433
1492
|
}, c.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
|
|
1434
1493
|
}
|
|
1435
|
-
},
|
|
1494
|
+
}, B0 = {
|
|
1436
1495
|
mounted(o) {
|
|
1437
1496
|
const r = () => {
|
|
1438
1497
|
typeof o?.focus == "function" && o.focus();
|
|
@@ -1444,7 +1503,7 @@ const Yr = {
|
|
|
1444
1503
|
});
|
|
1445
1504
|
}
|
|
1446
1505
|
};
|
|
1447
|
-
var ce = { transitionDuration: "{transition.duration}" }, se = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, ue = { 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" } }, fe = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, ge = { root: ce, panel: se, header: ue, content: fe }, me = { 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}" }, pe = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, be = { padding: "{list.padding}", gap: "{list.gap}" }, he = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ve = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ke = { 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}" } }, ye = { borderRadius: "{border.radius.sm}" }, $e = { padding: "{list.option.padding}" }, Ce = { 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}" } } }, xe = { root: me, overlay: pe, list: be, option: he, optionGroup: ve, dropdown: ke, chip: ye, emptyMessage: $e, colorScheme: Ce }, we = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Be = { size: "1rem" }, Re = { borderColor: "{content.background}", offset: "-0.75rem" }, De = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Se = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Me = { root: we, icon: Be, group: Re, lg: De, xl: Se }, ze = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Ye = { size: "0.5rem" }, Ve = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Oe = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Le = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Te = { 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}" } } }, We = { root: ze, dot: Ye, sm: Ve, lg: Oe, xl: Le, colorScheme: Te }, Fe = { 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" } }, je = { 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}" } } } } }, Ie = { primitive: Fe, semantic: je }, He = { borderRadius: "{content.border.radius}" }, Ae = { root: He }, Ne = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Pe = { 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}" } }, qe = { color: "{navigation.item.icon.color}" }, Ee = { root: Ne, item: Pe, separator: qe }, Ue = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, _e = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, Xe = { root: Ue, colorScheme: _e }, Ze = { 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)" }, Ge = { padding: "1.25rem", gap: "0.5rem" }, Je = { gap: "0.5rem" }, Qe = { fontSize: "1.25rem", fontWeight: "500" }, Ke = { color: "{text.muted.color}" }, ot = { root: Ze, body: Ge, caption: Je, title: Qe, subtitle: Ke }, rt = { transitionDuration: "{transition.duration}" }, et = { gap: "0.25rem" }, tt = { padding: "1rem", gap: "0.5rem" }, at = { 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}" } }, nt = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, it = { root: rt, content: et, indicatorList: tt, indicator: at, colorScheme: nt }, dt = { 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}" } }, lt = { width: "2.5rem", color: "{form.field.icon.color}" }, ct = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, st = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, ut = { 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" } }, ft = { color: "{form.field.icon.color}" }, gt = { root: dt, dropdown: lt, overlay: ct, list: st, option: ut, clearIcon: ft }, mt = { 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" } }, pt = { 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" } }, bt = { root: mt, icon: pt }, ht = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, vt = { width: "2rem", height: "2rem" }, kt = { size: "1rem" }, yt = { 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}" } }, $t = { 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}" } } }, Ct = { root: ht, image: vt, icon: kt, removeIcon: yt, colorScheme: $t }, xt = { transitionDuration: "{transition.duration}" }, wt = { 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}" } }, Bt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Rt = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Dt = { root: xt, preview: wt, panel: Bt, colorScheme: Rt }, St = { size: "2rem", color: "{overlay.modal.color}" }, Mt = { gap: "1rem" }, zt = { icon: St, content: Mt }, Yt = { 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" }, Vt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Ot = { size: "1.5rem", color: "{overlay.popover.color}" }, Lt = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Tt = { root: Yt, content: Vt, icon: Ot, footer: Lt }, Wt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ft = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, jt = { 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}" } }, It = { 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}" }, At = { borderColor: "{content.border.color}" }, Nt = { root: Wt, list: Ft, item: jt, submenu: It, submenuIcon: Ht, separator: At }, Pt = `
|
|
1506
|
+
var ue = { transitionDuration: "{transition.duration}" }, fe = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, ge = { 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" } }, me = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, pe = { root: ue, panel: fe, header: ge, content: me }, be = { 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}" }, he = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ve = { padding: "{list.padding}", gap: "{list.gap}" }, ke = { 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}" }, ye = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, $e = { 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}" } }, Ce = { borderRadius: "{border.radius.sm}" }, xe = { padding: "{list.option.padding}" }, we = { 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}" } } }, Be = { root: be, overlay: he, list: ve, option: ke, optionGroup: ye, dropdown: $e, chip: Ce, emptyMessage: xe, colorScheme: we }, Re = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, De = { size: "1rem" }, Se = { borderColor: "{content.background}", offset: "-0.75rem" }, Me = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, ze = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Ye = { root: Re, icon: De, group: Se, lg: Me, xl: ze }, Ve = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Oe = { size: "0.5rem" }, Le = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Te = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, We = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Fe = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Ie = { root: Ve, dot: Oe, sm: Le, lg: Te, xl: We, colorScheme: Fe }, je = { 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" } }, He = { 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}" } } } } }, Ae = { primitive: je, semantic: He }, Ne = { borderRadius: "{content.border.radius}" }, Pe = { root: Ne }, qe = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ee = { 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}" } }, _e = { color: "{navigation.item.icon.color}" }, Ue = { root: qe, item: Ee, separator: _e }, Xe = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, Ze = { 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}" } } }, Ge = { root: Xe, colorScheme: Ze }, Je = { 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)" }, Qe = { padding: "1.25rem", gap: "0.5rem" }, Ke = { gap: "0.5rem" }, ot = { fontSize: "1.25rem", fontWeight: "500" }, rt = { color: "{text.muted.color}" }, et = { root: Je, body: Qe, caption: Ke, title: ot, subtitle: rt }, tt = { transitionDuration: "{transition.duration}" }, at = { gap: "0.25rem" }, nt = { padding: "1rem", gap: "0.5rem" }, it = { 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}" } }, dt = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, lt = { root: tt, content: at, indicatorList: nt, indicator: it, colorScheme: dt }, ct = { 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}" } }, st = { width: "2.5rem", color: "{form.field.icon.color}" }, ut = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ft = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, gt = { 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" } }, mt = { color: "{form.field.icon.color}" }, pt = { root: ct, dropdown: st, overlay: ut, list: ft, option: gt, clearIcon: mt }, bt = { 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" } }, ht = { 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" } }, vt = { root: bt, icon: ht }, kt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, yt = { width: "2rem", height: "2rem" }, $t = { size: "1rem" }, Ct = { 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}" } }, xt = { 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}" } } }, wt = { root: kt, image: yt, icon: $t, removeIcon: Ct, colorScheme: xt }, Bt = { transitionDuration: "{transition.duration}" }, Rt = { 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}" } }, Dt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, St = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Mt = { root: Bt, preview: Rt, panel: Dt, colorScheme: St }, zt = { size: "2rem", color: "{overlay.modal.color}" }, Yt = { gap: "1rem" }, Vt = { icon: zt, content: Yt }, Ot = { 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" }, Lt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Tt = { size: "1.5rem", color: "{overlay.popover.color}" }, Wt = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Ft = { root: Ot, content: Lt, icon: Tt, footer: Wt }, It = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, jt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ht = { 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}" } }, At = { mobileIndent: "1rem" }, Nt = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Pt = { borderColor: "{content.border.color}" }, qt = { root: It, list: jt, item: Ht, submenu: At, submenuIcon: Nt, separator: Pt }, Et = `
|
|
1448
1507
|
li.p-autocomplete-option,
|
|
1449
1508
|
div.p-cascadeselect-option-content,
|
|
1450
1509
|
li.p-listbox-option,
|
|
@@ -1468,24 +1527,24 @@ var ce = { transitionDuration: "{transition.duration}" }, se = { borderWidth: "0
|
|
|
1468
1527
|
.p-treetable thead.p-treetable-thead>tr>th {
|
|
1469
1528
|
transition: none;
|
|
1470
1529
|
}
|
|
1471
|
-
`,
|
|
1530
|
+
`, _t = { transitionDuration: "{transition.duration}" }, Ut = { 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" } }, Xt = { 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" } }, Zt = { fontWeight: "600" }, Gt = { 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}" } }, Jt = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Qt = { 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" } }, Kt = { fontWeight: "600" }, oa = { 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" } }, ra = { color: "{primary.color}" }, ea = { width: "0.5rem" }, ta = { width: "1px", color: "{primary.color}" }, aa = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, na = { size: "2rem" }, ia = { 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}" } }, da = { inlineGap: "0.5rem", overlaySelect: { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, overlayPopover: { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}", gap: "0.5rem" }, rule: { borderColor: "{content.border.color}" }, constraintList: { padding: "{list.padding}", gap: "{list.gap}" }, constraint: { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", separator: { borderColor: "{content.border.color}" }, padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" } }, la = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, ca = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, sa = { 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}" } } }, ua = `
|
|
1472
1531
|
.p-datatable-mask.p-overlay-mask {
|
|
1473
1532
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1474
1533
|
}
|
|
1475
|
-
`, sa = { root: qt, header: Et, headerCell: Ut, columnTitle: _t, row: Xt, bodyCell: Zt, footerCell: Gt, columnFooter: Jt, footer: Qt, dropPoint: Kt, columnResizer: oa, resizeIndicator: ra, sortIcon: ea, loadingIcon: ta, rowToggleButton: aa, filter: na, paginatorTop: ia, paginatorBottom: da, colorScheme: la, css: ca }, ua = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, fa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ga = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ma = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, pa = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ba = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ha = { root: ua, header: fa, content: ga, footer: ma, paginatorTop: pa, paginatorBottom: ba }, va = { transitionDuration: "{transition.duration}" }, ka = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, ya = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, $a = { gap: "0.5rem", fontWeight: "500" }, Ca = { 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}" } }, xa = { color: "{form.field.icon.color}" }, wa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ba = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ra = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Da = { margin: "0.5rem 0 0 0" }, Sa = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ma = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, za = { margin: "0.5rem 0 0 0" }, Ya = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Va = { margin: "0.5rem 0 0 0" }, Oa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, La = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ta = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Wa = { 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}" } } }, Fa = { root: va, panel: ka, header: ya, title: $a, dropdown: Ca, inputIcon: xa, selectMonth: wa, selectYear: Ba, group: Ra, dayView: Da, weekDay: Sa, date: Ma, monthView: za, month: Ya, yearView: Va, year: Oa, buttonbar: La, timePicker: Ta, colorScheme: Wa }, ja = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Ia = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ha = { fontSize: "1.25rem", fontWeight: "600" }, Aa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Na = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Pa = { root: ja, header: Ia, title: Ha, content: Aa, footer: Na }, qa = { borderColor: "{content.border.color}" }, Ea = { background: "{content.background}", color: "{text.color}" }, Ua = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, _a = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Xa = { root: qa, content: Ea, horizontal: Ua, vertical: _a }, Za = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Ga = { 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}" } }, Ja = { root: Za, item: Ga }, Qa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Ka = { padding: "{overlay.modal.padding}" }, on = { fontSize: "1.5rem", fontWeight: "600" }, rn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, en = { padding: "{overlay.modal.padding}" }, tn = { root: Qa, header: Ka, title: on, content: rn, footer: en }, an = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, nn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, dn = { 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}" }, ln = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, cn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, sn = { toolbar: an, toolbarItem: nn, overlay: dn, overlayOption: ln, content: cn }, un = { 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}" }, fn = { 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}" } }, gn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, mn = { padding: "0" }, pn = { root: un, legend: fn, toggleIcon: gn, content: mn }, bn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, hn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, vn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, kn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, yn = { gap: "0.5rem" }, $n = { height: "0.25rem" }, Cn = { gap: "0.5rem" }, xn = { root: bn, header: hn, content: vn, file: kn, fileList: yn, progressbar: $n, basic: Cn }, wn = { 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" } }, Bn = { active: { top: "-1.25rem" } }, Rn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Dn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Sn = { root: wn, over: Bn, in: Rn, on: Dn }, Mn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, zn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Yn = { size: "1.5rem" }, Vn = { background: "{content.background}", padding: "1rem 0.25rem" }, On = { 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}" } }, Ln = { size: "1rem" }, Tn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Wn = { gap: "0.5rem", padding: "1rem" }, Fn = { 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}" } }, jn = { background: "rgba(0, 0, 0, 0.5)" }, In = { 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}" } }, An = { size: "1.5rem" }, Nn = { 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}" } } }, Pn = { root: Mn, navButton: zn, navIcon: Yn, thumbnailsContent: Vn, thumbnailNavButton: On, thumbnailNavButtonIcon: Ln, caption: Tn, indicatorList: Wn, indicatorButton: Fn, insetIndicatorList: jn, insetIndicatorButton: In, closeButton: Hn, closeButtonIcon: An, colorScheme: Nn }, qn = { color: "{form.field.icon.color}" }, En = { icon: qn }, Un = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, _n = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Xn = { root: Un, input: _n }, Zn = { transitionDuration: "{transition.duration}" }, Gn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Jn = { 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" }, Qn = { 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}" } }, Kn = { root: Zn, preview: Gn, toolbar: Jn, action: Qn }, oi = { 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}" } }, ri = { handle: oi }, ei = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ti = { fontWeight: "500" }, ai = { size: "1rem" }, ni = { 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%)" } } }, ii = { root: ei, text: ti, icon: ai, colorScheme: ni }, di = { 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}" }, li = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, ci = { root: di, display: li }, si = { 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}" }, ui = { borderRadius: "{border.radius.sm}" }, fi = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, gi = { root: si, chip: ui, colorScheme: fi }, mi = { 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" }, pi = { addon: mi }, bi = { transitionDuration: "{transition.duration}" }, hi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, vi = { 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}" } } }, ki = { root: bi, button: hi, colorScheme: vi }, yi = { gap: "0.5rem" }, $i = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, Ci = { root: yi, input: $i }, xi = { 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}" } }, wi = { root: xi }, Bi = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ri = { background: "{primary.color}" }, Di = { background: "{content.border.color}" }, Si = { color: "{text.muted.color}" }, Mi = { root: Bi, value: Ri, range: Di, text: Si }, zi = { 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}" }, Yi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Vi = { 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}" }, Oi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Li = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Ti = { padding: "{list.option.padding}" }, Wi = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Fi = { root: zi, list: Yi, option: Vi, optionGroup: Oi, checkmark: Li, emptyMessage: Ti, colorScheme: Wi }, ji = { 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}" }, Ii = { 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}" } }, Ai = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ni = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Pi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, qi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ei = { borderColor: "{content.border.color}" }, Ui = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, _i = { root: ji, baseItem: Ii, item: Hi, overlay: Ai, submenu: Ni, submenuLabel: Pi, submenuIcon: qi, separator: Ei, mobileButton: Ui }, Xi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Zi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Gi = { 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}" } }, Ji = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Qi = { borderColor: "{content.border.color}" }, Ki = { root: Xi, list: Zi, item: Gi, submenuLabel: Ji, separator: Qi }, od = { 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}" }, rd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, ed = { 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}" } }, td = { 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}" } }, ad = { borderColor: "{content.border.color}" }, nd = { 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}" } }, id = { root: od, baseItem: rd, item: ed, submenu: td, separator: ad, mobileButton: nd }, dd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ld = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, cd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, sd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, ud = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, fd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, gd = { root: { borderWidth: "1px" } }, md = { content: { padding: "0" } }, pd = { 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}" } } } }, bd = { root: dd, content: ld, text: cd, icon: sd, closeButton: ud, closeIcon: fd, outlined: gd, simple: md, colorScheme: pd }, hd = { borderRadius: "{content.border.radius}", gap: "1rem" }, vd = { background: "{content.border.color}", size: "0.5rem" }, kd = { gap: "0.5rem" }, yd = { size: "0.5rem" }, $d = { size: "1rem" }, Cd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, xd = { root: hd, meters: vd, label: kd, labelMarker: yd, labelIcon: $d, labelList: Cd }, wd = { 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}" } }, Bd = { width: "2.5rem", color: "{form.field.icon.color}" }, Rd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Dd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Sd = { 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" }, Md = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, zd = { color: "{form.field.icon.color}" }, Yd = { borderRadius: "{border.radius.sm}" }, Vd = { padding: "{list.option.padding}" }, Od = { root: wd, dropdown: Bd, overlay: Rd, list: Dd, option: Sd, optionGroup: Md, chip: Yd, clearIcon: zd, emptyMessage: Vd }, Ld = { gap: "1.125rem" }, Td = { gap: "0.5rem" }, Wd = { root: Ld, controls: Td }, Fd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, jd = { 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}" }, Id = { 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" }, Ad = { root: Fd, node: jd, nodeToggleButton: Id, connector: Hd }, Nd = { outline: { width: "2px", color: "{content.background}" } }, Pd = { root: Nd }, qd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Ed = { 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}" } }, Ud = { color: "{text.muted.color}" }, _d = { maxWidth: "2.5rem" }, Xd = { root: qd, navButton: Ed, currentPageReport: Ud, jumpToPageInput: _d }, Zd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Gd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Jd = { padding: "0.375rem 1.125rem" }, Qd = { fontWeight: "600" }, Kd = { padding: "0 1.125rem 1.125rem 1.125rem" }, ol = { padding: "0 1.125rem 1.125rem 1.125rem" }, rl = { root: Zd, header: Gd, toggleableHeader: Jd, title: Qd, content: Kd, footer: ol }, el = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, tl = { 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}" } }, al = { 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}" } }, nl = { indent: "1rem" }, il = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, dl = { root: el, panel: tl, item: al, submenu: nl, submenuIcon: il }, ll = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, cl = { color: "{form.field.icon.color}" }, sl = { 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}" }, ul = { gap: "0.5rem" }, fl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, gl = { meter: ll, icon: cl, overlay: sl, content: ul, colorScheme: fl }, ml = { gap: "1.125rem" }, pl = { gap: "0.5rem" }, bl = { root: ml, controls: pl }, hl = { 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" }, vl = { padding: "{overlay.popover.padding}" }, kl = { root: hl, content: vl }, yl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, $l = { background: "{primary.color}" }, Cl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, xl = { root: yl, value: $l, label: Cl }, wl = { 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}" } } }, Bl = { colorScheme: wl }, Rl = { 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" } }, Dl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Sl = { root: Rl, icon: Dl }, Ml = { 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}" } }, zl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Yl = { root: Ml, icon: zl }, Vl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Ol = { colorScheme: Vl }, Ll = { transitionDuration: "{transition.duration}" }, Tl = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Wl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Fl = { root: Ll, bar: Tl, colorScheme: Wl }, jl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Il = { 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}" }, Al = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Nl = { 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}" }, Pl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ql = { color: "{form.field.icon.color}" }, El = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Ul = { padding: "{list.option.padding}" }, _l = { root: jl, dropdown: Il, overlay: Hl, list: Al, option: Nl, optionGroup: Pl, clearIcon: ql, checkmark: El, emptyMessage: Ul }, Xl = { borderRadius: "{form.field.border.radius}" }, Zl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Gl = { root: Xl, colorScheme: Zl }, Jl = { borderRadius: "{content.border.radius}" }, Ql = { 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)" } } }, Kl = { root: Jl, colorScheme: Ql }, oc = { transitionDuration: "{transition.duration}" }, rc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, ec = { background: "{primary.color}" }, tc = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ac = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, nc = { root: oc, track: rc, range: ec, handle: tc, colorScheme: ac }, ic = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, dc = { root: ic }, lc = { 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)" }, cc = { root: lc }, sc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, uc = { background: "{content.border.color}" }, fc = { 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}" } }, gc = { root: sc, gutter: uc, handle: fc }, mc = { transitionDuration: "{transition.duration}" }, pc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, bc = { padding: "0.5rem", gap: "1rem" }, hc = { 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" }, vc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, kc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, yc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, $c = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, Cc = { root: mc, separator: pc, step: bc, stepHeader: hc, stepTitle: vc, stepNumber: kc, steppanels: yc, steppanel: $c }, xc = { transitionDuration: "{transition.duration}" }, wc = { background: "{content.border.color}" }, Bc = { 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" }, Rc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Dc = { 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)" }, Sc = { root: xc, separator: wc, itemLink: Bc, itemLabel: Rc, itemNumber: Dc }, Mc = { transitionDuration: "{transition.duration}" }, zc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Yc = { 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}" } }, Vc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Oc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Lc = { root: Mc, tablist: zc, item: Yc, itemIcon: Vc, activeBar: Oc }, Tc = { transitionDuration: "{transition.duration}" }, Wc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Fc = { 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}" } }, jc = { 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}" } }, Ic = { 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}" }, Ac = { 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%)" } } }, Nc = { root: Tc, tablist: Wc, tab: Fc, tabpanel: jc, navButton: Ic, activeBar: Hc, colorScheme: Ac }, Pc = { transitionDuration: "{transition.duration}" }, qc = { background: "{content.background}", borderColor: "{content.border.color}" }, Ec = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Uc = { background: "{content.background}", color: "{content.color}" }, _c = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Xc = { 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%)" } } }, Zc = { root: Pc, tabList: qc, tab: Ec, tabPanel: Uc, navButton: _c, colorScheme: Xc }, Gc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Jc = { size: "0.75rem" }, Qc = { 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}" } } }, Kc = { root: Gc, icon: Jc, colorScheme: Qc }, os = { 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}" }, rs = { gap: "0.25rem" }, es = { margin: "2px 0" }, ts = { root: os, prompt: rs, commandResponse: es }, as = { 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}" } }, ns = { root: as }, is = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, ds = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ls = { 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}" } }, cs = { mobileIndent: "1rem" }, ss = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, us = { borderColor: "{content.border.color}" }, fs = { root: is, list: ds, item: ls, submenu: cs, submenuIcon: ss, separator: us }, gs = { minHeight: "5rem" }, ms = { eventContent: { padding: "1rem 0" } }, ps = { eventContent: { padding: "0 1rem" } }, bs = { 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)" } }, hs = { color: "{content.border.color}", size: "2px" }, vs = { event: gs, horizontal: ms, vertical: ps, eventMarker: bs, eventConnector: hs }, ks = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ys = { size: "1.125rem" }, $s = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, Cs = { gap: "0.5rem" }, xs = { fontWeight: "500", fontSize: "1rem" }, ws = { fontWeight: "500", fontSize: "0.875rem" }, Bs = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Rs = { size: "1rem" }, Ds = { 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" } } } } }, Ss = { root: ks, icon: ys, content: $s, text: Cs, summary: xs, detail: ws, closeButton: Bs, closeIcon: Rs, colorScheme: Ds }, Ms = { 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" } }, zs = { disabledColor: "{form.field.disabled.color}" }, Ys = { 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" } }, Vs = { 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}" } } }, Os = { root: Ms, icon: zs, content: Ys, colorScheme: Vs }, Ls = { 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" }, Ts = { borderRadius: "50%", size: "1rem" }, Ws = { 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}" } } }, Fs = { root: Ls, handle: Ts, colorScheme: Ws }, js = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Is = { root: js }, Hs = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, As = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Ns = { root: Hs, colorScheme: As }, Ps = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, qs = { 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" }, Es = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Us = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, _s = { size: "2rem" }, Xs = { margin: "0 0 0.5rem 0" }, Zs = `
|
|
1534
|
+
`, fa = { root: _t, header: Ut, headerCell: Xt, columnTitle: Zt, row: Gt, bodyCell: Jt, footerCell: Qt, columnFooter: Kt, footer: oa, dropPoint: ra, columnResizer: ea, resizeIndicator: ta, sortIcon: aa, loadingIcon: na, rowToggleButton: ia, filter: da, paginatorTop: la, paginatorBottom: ca, colorScheme: sa, css: ua }, ga = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ma = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, pa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ba = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ha = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, va = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ka = { root: ga, header: ma, content: pa, footer: ba, paginatorTop: ha, paginatorBottom: va }, ya = { transitionDuration: "{transition.duration}" }, $a = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, Ca = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, xa = { gap: "0.5rem", fontWeight: "500" }, wa = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ba = { color: "{form.field.icon.color}" }, Ra = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Da = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sa = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ya = { 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}" } }, Va = { margin: "0.5rem 0 0 0" }, Oa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, La = { margin: "0.5rem 0 0 0" }, Ta = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Wa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Fa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ia = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, ja = { root: ya, panel: $a, header: Ca, title: xa, dropdown: wa, inputIcon: Ba, selectMonth: Ra, selectYear: Da, group: Sa, dayView: Ma, weekDay: za, date: Ya, monthView: Va, month: Oa, yearView: La, year: Ta, buttonbar: Wa, timePicker: Fa, colorScheme: Ia }, Ha = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Aa = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Na = { fontSize: "1.25rem", fontWeight: "600" }, Pa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, qa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Ea = { root: Ha, header: Aa, title: Na, content: Pa, footer: qa }, _a = { borderColor: "{content.border.color}" }, Ua = { background: "{content.background}", color: "{text.color}" }, Xa = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Za = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ga = { root: _a, content: Ua, horizontal: Xa, vertical: Za }, Ja = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Qa = { 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}" } }, Ka = { root: Ja, item: Qa }, on = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, rn = { padding: "{overlay.modal.padding}" }, en = { fontSize: "1.5rem", fontWeight: "600" }, tn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, an = { padding: "{overlay.modal.padding}" }, nn = { root: on, header: rn, title: en, content: tn, footer: an }, dn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, ln = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, cn = { 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}" }, sn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, un = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, fn = { toolbar: dn, toolbarItem: ln, overlay: cn, overlayOption: sn, content: un }, gn = { 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}" }, mn = { 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}" } }, pn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, bn = { padding: "0" }, hn = { root: gn, legend: mn, toggleIcon: pn, content: bn }, vn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, kn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, yn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, $n = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, Cn = { gap: "0.5rem" }, xn = { height: "0.25rem" }, wn = { gap: "0.5rem" }, Bn = { root: vn, header: kn, content: yn, file: $n, fileList: Cn, progressbar: xn, basic: wn }, Rn = { 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" } }, Dn = { active: { top: "-1.25rem" } }, Sn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Mn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, zn = { root: Rn, over: Dn, in: Sn, on: Mn }, Yn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Vn = { 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}" } }, On = { size: "1.5rem" }, Ln = { background: "{content.background}", padding: "1rem 0.25rem" }, Tn = { 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}" } }, Wn = { size: "1rem" }, Fn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, In = { gap: "0.5rem", padding: "1rem" }, jn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Hn = { background: "rgba(0, 0, 0, 0.5)" }, An = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Nn = { 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}" } }, Pn = { size: "1.5rem" }, qn = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, En = { root: Yn, navButton: Vn, navIcon: On, thumbnailsContent: Ln, thumbnailNavButton: Tn, thumbnailNavButtonIcon: Wn, caption: Fn, indicatorList: In, indicatorButton: jn, insetIndicatorList: Hn, insetIndicatorButton: An, closeButton: Nn, closeButtonIcon: Pn, colorScheme: qn }, _n = { color: "{form.field.icon.color}" }, Un = { icon: _n }, Xn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Zn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Gn = { root: Xn, input: Zn }, Jn = { transitionDuration: "{transition.duration}" }, Qn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Kn = { 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" }, oi = { 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}" } }, ri = { root: Jn, preview: Qn, toolbar: Kn, action: oi }, ei = { 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}" } }, ti = { handle: ei }, ai = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ni = { fontWeight: "500" }, ii = { size: "1rem" }, di = { 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%)" } } }, li = { root: ai, text: ni, icon: ii, colorScheme: di }, ci = { 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}" }, si = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, ui = { root: ci, display: si }, fi = { 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}" }, gi = { borderRadius: "{border.radius.sm}" }, mi = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, pi = { root: fi, chip: gi, colorScheme: mi }, bi = { 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" }, hi = { addon: bi }, vi = { transitionDuration: "{transition.duration}" }, ki = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, yi = { 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}" } } }, $i = { root: vi, button: ki, colorScheme: yi }, Ci = { gap: "0.5rem" }, xi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, wi = { root: Ci, input: xi }, Bi = { 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}" } }, Ri = { root: Bi }, Di = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Si = { background: "{primary.color}" }, Mi = { background: "{content.border.color}" }, zi = { color: "{text.muted.color}" }, Yi = { root: Di, value: Si, range: Mi, text: zi }, Vi = { 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}" }, Oi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Li = { 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}" }, Ti = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Wi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Fi = { padding: "{list.option.padding}" }, Ii = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, ji = { root: Vi, list: Oi, option: Li, optionGroup: Ti, checkmark: Wi, emptyMessage: Fi, colorScheme: Ii }, Hi = { 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}" }, Ai = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Ni = { 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}" } }, Pi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, qi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ei = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, _i = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ui = { borderColor: "{content.border.color}" }, Xi = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Zi = { root: Hi, baseItem: Ai, item: Ni, overlay: Pi, submenu: qi, submenuLabel: Ei, submenuIcon: _i, separator: Ui, mobileButton: Xi }, Gi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ji = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Qi = { 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}" } }, Ki = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, od = { borderColor: "{content.border.color}" }, rd = { root: Gi, list: Ji, item: Qi, submenuLabel: Ki, separator: od }, ed = { 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}" }, td = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, ad = { 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}" } }, nd = { 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}" } }, id = { borderColor: "{content.border.color}" }, dd = { 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}" } }, ld = { root: ed, baseItem: td, item: ad, submenu: nd, separator: id, mobileButton: dd }, cd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, sd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ud = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, fd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, gd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, md = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, pd = { root: { borderWidth: "1px" } }, bd = { content: { padding: "0" } }, hd = { 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}" } } } }, vd = { root: cd, content: sd, text: ud, icon: fd, closeButton: gd, closeIcon: md, outlined: pd, simple: bd, colorScheme: hd }, kd = { borderRadius: "{content.border.radius}", gap: "1rem" }, yd = { background: "{content.border.color}", size: "0.5rem" }, $d = { gap: "0.5rem" }, Cd = { size: "0.5rem" }, xd = { size: "1rem" }, wd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Bd = { root: kd, meters: yd, label: $d, labelMarker: Cd, labelIcon: xd, labelList: wd }, Rd = { 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}" } }, Dd = { width: "2.5rem", color: "{form.field.icon.color}" }, Sd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Md = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, zd = { 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" }, Yd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Vd = { color: "{form.field.icon.color}" }, Od = { borderRadius: "{border.radius.sm}" }, Ld = { padding: "{list.option.padding}" }, Td = { root: Rd, dropdown: Dd, overlay: Sd, list: Md, option: zd, optionGroup: Yd, chip: Od, clearIcon: Vd, emptyMessage: Ld }, Wd = { gap: "1.125rem" }, Fd = { gap: "0.5rem" }, Id = { root: Wd, controls: Fd }, jd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Hd = { 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}" }, Ad = { 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}" } }, Nd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Pd = { root: jd, node: Hd, nodeToggleButton: Ad, connector: Nd }, qd = { outline: { width: "2px", color: "{content.background}" } }, Ed = { root: qd }, _d = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Ud = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Xd = { color: "{text.muted.color}" }, Zd = { maxWidth: "2.5rem" }, Gd = { root: _d, navButton: Ud, currentPageReport: Xd, jumpToPageInput: Zd }, Jd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Qd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Kd = { padding: "0.375rem 1.125rem" }, ol = { fontWeight: "600" }, rl = { padding: "0 1.125rem 1.125rem 1.125rem" }, el = { padding: "0 1.125rem 1.125rem 1.125rem" }, tl = { root: Jd, header: Qd, toggleableHeader: Kd, title: ol, content: rl, footer: el }, al = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, nl = { 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}" } }, il = { 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}" } }, dl = { indent: "1rem" }, ll = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, cl = { root: al, panel: nl, item: il, submenu: dl, submenuIcon: ll }, sl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ul = { color: "{form.field.icon.color}" }, fl = { 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}" }, gl = { gap: "0.5rem" }, ml = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, pl = { meter: sl, icon: ul, overlay: fl, content: gl, colorScheme: ml }, bl = { gap: "1.125rem" }, hl = { gap: "0.5rem" }, vl = { root: bl, controls: hl }, kl = { 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" }, yl = { padding: "{overlay.popover.padding}" }, $l = { root: kl, content: yl }, Cl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, xl = { background: "{primary.color}" }, wl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Bl = { root: Cl, value: xl, label: wl }, Rl = { 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}" } } }, Dl = { colorScheme: Rl }, Sl = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Ml = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, zl = { root: Sl, icon: Ml }, Yl = { 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}" } }, Vl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ol = { root: Yl, icon: Vl }, Ll = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Tl = { colorScheme: Ll }, Wl = { transitionDuration: "{transition.duration}" }, Fl = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Il = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, jl = { root: Wl, bar: Fl, colorScheme: Il }, Hl = { 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}" } }, Al = { width: "2.5rem", color: "{form.field.icon.color}" }, Nl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Pl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, ql = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, El = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, _l = { color: "{form.field.icon.color}" }, Ul = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Xl = { padding: "{list.option.padding}" }, Zl = { root: Hl, dropdown: Al, overlay: Nl, list: Pl, option: ql, optionGroup: El, clearIcon: _l, checkmark: Ul, emptyMessage: Xl }, Gl = { borderRadius: "{form.field.border.radius}" }, Jl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { borderRadius: "{content.border.radius}" }, oc = { 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)" } } }, rc = { root: Kl, colorScheme: oc }, ec = { transitionDuration: "{transition.duration}" }, tc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, ac = { background: "{primary.color}" }, nc = { 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}" } }, ic = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, dc = { root: ec, track: tc, range: ac, handle: nc, colorScheme: ic }, lc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, cc = { root: lc }, sc = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, uc = { root: sc }, fc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, gc = { background: "{content.border.color}" }, mc = { 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}" } }, pc = { root: fc, gutter: gc, handle: mc }, bc = { transitionDuration: "{transition.duration}" }, hc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, vc = { padding: "0.5rem", gap: "1rem" }, kc = { 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" }, yc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, $c = { 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)" }, Cc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, xc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, wc = { root: bc, separator: hc, step: vc, stepHeader: kc, stepTitle: yc, stepNumber: $c, steppanels: Cc, steppanel: xc }, Bc = { transitionDuration: "{transition.duration}" }, Rc = { background: "{content.border.color}" }, Dc = { 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" }, Sc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Mc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, zc = { root: Bc, separator: Rc, itemLink: Dc, itemLabel: Sc, itemNumber: Mc }, Yc = { transitionDuration: "{transition.duration}" }, Vc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Oc = { 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}" } }, Lc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Tc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Wc = { root: Yc, tablist: Vc, item: Oc, itemIcon: Lc, activeBar: Tc }, Fc = { transitionDuration: "{transition.duration}" }, Ic = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, jc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Hc = { 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}" } }, Ac = { 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}" } }, Nc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Pc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, qc = { root: Fc, tablist: Ic, tab: jc, tabpanel: Hc, navButton: Ac, activeBar: Nc, colorScheme: Pc }, Ec = { transitionDuration: "{transition.duration}" }, _c = { background: "{content.background}", borderColor: "{content.border.color}" }, Uc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Xc = { background: "{content.background}", color: "{content.color}" }, Zc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Gc = { 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: Ec, tabList: _c, tab: Uc, tabPanel: Xc, navButton: Zc, colorScheme: Gc }, Qc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Kc = { size: "0.75rem" }, os = { 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}" } } }, rs = { root: Qc, icon: Kc, colorScheme: os }, es = { 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}" }, ts = { gap: "0.25rem" }, as = { margin: "2px 0" }, ns = { root: es, prompt: ts, commandResponse: as }, is = { 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}" } }, ds = { root: is }, ls = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, cs = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ss = { 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}" } }, us = { mobileIndent: "1rem" }, fs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, gs = { borderColor: "{content.border.color}" }, ms = { root: ls, list: cs, item: ss, submenu: us, submenuIcon: fs, separator: gs }, ps = { minHeight: "5rem" }, bs = { eventContent: { padding: "1rem 0" } }, hs = { eventContent: { padding: "0 1rem" } }, vs = { 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)" } }, ks = { color: "{content.border.color}", size: "2px" }, ys = { event: ps, horizontal: bs, vertical: hs, eventMarker: vs, eventConnector: ks }, $s = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Cs = { size: "1.125rem" }, xs = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, ws = { gap: "0.5rem" }, Bs = { fontWeight: "500", fontSize: "1rem" }, Rs = { fontWeight: "500", fontSize: "0.875rem" }, Ds = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Ss = { size: "1rem" }, Ms = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, zs = { root: $s, icon: Cs, content: xs, text: ws, summary: Bs, detail: Rs, closeButton: Ds, closeIcon: Ss, colorScheme: Ms }, Ys = { 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" } }, Vs = { disabledColor: "{form.field.disabled.color}" }, Os = { 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" } }, Ls = { 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}" } } }, Ts = { root: Ys, icon: Vs, content: Os, colorScheme: Ls }, Ws = { 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" }, Fs = { borderRadius: "50%", size: "1rem" }, Is = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, js = { root: Ws, handle: Fs, colorScheme: Is }, Hs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, As = { root: Hs }, Ns = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Ps = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, qs = { root: Ns, colorScheme: Ps }, Es = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, _s = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, Us = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Xs = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Zs = { size: "2rem" }, Gs = { margin: "0 0 0.5rem 0" }, Js = `
|
|
1476
1535
|
.p-tree-mask.p-overlay-mask {
|
|
1477
1536
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1478
1537
|
}
|
|
1479
|
-
`,
|
|
1538
|
+
`, Qs = { root: Es, node: _s, nodeIcon: Us, nodeToggleButton: Xs, loadingIcon: Zs, filter: Gs, css: Js }, Ks = { 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}" } }, ou = { width: "2.5rem", color: "{form.field.icon.color}" }, ru = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, eu = { padding: "{list.padding}" }, tu = { padding: "{list.option.padding}" }, au = { borderRadius: "{border.radius.sm}" }, nu = { color: "{form.field.icon.color}" }, iu = { root: Ks, dropdown: ou, overlay: ru, tree: eu, emptyMessage: tu, chip: au, clearIcon: nu }, du = { transitionDuration: "{transition.duration}" }, lu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, cu = { 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}" } }, su = { fontWeight: "600" }, uu = { 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}" } }, fu = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, gu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, mu = { fontWeight: "600" }, pu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, bu = { width: "0.5rem" }, hu = { width: "1px", color: "{primary.color}" }, vu = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, ku = { size: "2rem" }, yu = { 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}" } }, $u = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, Cu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, xu = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, wu = `
|
|
1480
1539
|
.p-treetable-mask.p-overlay-mask {
|
|
1481
1540
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1482
1541
|
}
|
|
1483
|
-
`,
|
|
1484
|
-
for (var e in r || (r = {}))
|
|
1485
|
-
if (qo) for (var e of qo(r))
|
|
1542
|
+
`, Bu = { root: du, header: lu, headerCell: cu, columnTitle: su, row: uu, bodyCell: fu, footerCell: gu, columnFooter: mu, footer: pu, columnResizer: bu, resizeIndicator: hu, sortIcon: vu, loadingIcon: ku, nodeToggleButton: yu, paginatorTop: $u, paginatorBottom: Cu, colorScheme: xu, css: wu }, Ru = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, Du = { loader: Ru }, Su = Object.defineProperty, Mu = Object.defineProperties, zu = Object.getOwnPropertyDescriptors, qo = Object.getOwnPropertySymbols, Yu = Object.prototype.hasOwnProperty, Vu = Object.prototype.propertyIsEnumerable, Eo = (o, r, e) => r in o ? Su(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, _o, Ou = (_o = ((o, r) => {
|
|
1543
|
+
for (var e in r || (r = {})) Yu.call(r, e) && Eo(o, e, r[e]);
|
|
1544
|
+
if (qo) for (var e of qo(r)) Vu.call(r, e) && Eo(o, e, r[e]);
|
|
1486
1545
|
return o;
|
|
1487
|
-
})({},
|
|
1488
|
-
const
|
|
1546
|
+
})({}, Ae), Mu(_o, zu({ components: { accordion: pe, autocomplete: Be, avatar: Ye, badge: Ie, blockui: Pe, breadcrumb: Ue, button: Ge, card: et, carousel: lt, cascadeselect: pt, checkbox: vt, chip: wt, colorpicker: Mt, confirmdialog: Vt, confirmpopup: Ft, contextmenu: qt, datatable: fa, dataview: ka, datepicker: ja, dialog: Ea, divider: Ga, dock: Ka, drawer: nn, editor: fn, fieldset: hn, fileupload: Bn, floatlabel: zn, galleria: En, iconfield: Un, iftalabel: Gn, image: ri, imagecompare: ti, inlinemessage: li, inplace: ui, inputchips: pi, inputgroup: hi, inputnumber: $i, inputotp: wi, inputtext: Ri, knob: Yi, listbox: ji, megamenu: Zi, menu: rd, menubar: ld, message: vd, metergroup: Bd, multiselect: Td, orderlist: Id, organizationchart: Pd, overlaybadge: Ed, paginator: Gd, panel: tl, panelmenu: cl, password: pl, picklist: vl, popover: $l, progressbar: Bl, progressspinner: Dl, radiobutton: zl, rating: Ol, ripple: Tl, scrollpanel: jl, select: Zl, selectbutton: Ql, skeleton: rc, slider: dc, speeddial: cc, splitbutton: uc, splitter: pc, stepper: wc, steps: zc, tabmenu: Wc, tabs: qc, tabview: Jc, tag: rs, terminal: ns, textarea: ds, tieredmenu: ms, timeline: ys, toast: zs, togglebutton: Ts, toggleswitch: js, toolbar: As, tooltip: qs, tree: Qs, treeselect: iu, treetable: Bu, virtualscroller: Du }, css: Et })));
|
|
1547
|
+
const Lu = {
|
|
1489
1548
|
startsWith: "Começa com",
|
|
1490
1549
|
contains: "Contém",
|
|
1491
1550
|
notContains: "Não contém",
|
|
@@ -1550,12 +1609,12 @@ const Vu = {
|
|
|
1550
1609
|
firstDayOfWeek: 1,
|
|
1551
1610
|
dateFormat: "dd/mm/yy"
|
|
1552
1611
|
};
|
|
1553
|
-
function
|
|
1554
|
-
o.use(
|
|
1555
|
-
locale:
|
|
1612
|
+
function R0(o) {
|
|
1613
|
+
o.use(zr, {
|
|
1614
|
+
locale: Lu,
|
|
1556
1615
|
ripple: !0,
|
|
1557
1616
|
theme: {
|
|
1558
|
-
preset:
|
|
1617
|
+
preset: Ou,
|
|
1559
1618
|
options: {
|
|
1560
1619
|
darkModeSelector: "none",
|
|
1561
1620
|
cssLayer: {
|
|
@@ -1566,8 +1625,8 @@ function k0(o) {
|
|
|
1566
1625
|
}
|
|
1567
1626
|
});
|
|
1568
1627
|
}
|
|
1569
|
-
function
|
|
1570
|
-
const o =
|
|
1628
|
+
function D0() {
|
|
1629
|
+
const o = Yr();
|
|
1571
1630
|
return { success: (t, a = "Sucesso") => {
|
|
1572
1631
|
o.add({
|
|
1573
1632
|
severity: "success",
|
|
@@ -1584,7 +1643,7 @@ function y0() {
|
|
|
1584
1643
|
});
|
|
1585
1644
|
} };
|
|
1586
1645
|
}
|
|
1587
|
-
function
|
|
1646
|
+
function S0(o, r) {
|
|
1588
1647
|
function e(t) {
|
|
1589
1648
|
o.value && (o.value.contains(t.target) || r(t));
|
|
1590
1649
|
}
|
|
@@ -1597,62 +1656,62 @@ function $0(o, r) {
|
|
|
1597
1656
|
function vo(o) {
|
|
1598
1657
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
1599
1658
|
}
|
|
1600
|
-
var $o = { exports: {} },
|
|
1659
|
+
var $o = { exports: {} }, Tu = $o.exports, Uo;
|
|
1601
1660
|
function dr() {
|
|
1602
|
-
return
|
|
1661
|
+
return Uo || (Uo = 1, (function(o, r) {
|
|
1603
1662
|
(function(e, t) {
|
|
1604
1663
|
o.exports = t();
|
|
1605
|
-
})(
|
|
1606
|
-
var e = 1e3, t = 6e4, a = 36e5, c = "millisecond",
|
|
1607
|
-
var
|
|
1608
|
-
return "[" + s + (
|
|
1609
|
-
} }, x = function(s,
|
|
1664
|
+
})(Tu, (function() {
|
|
1665
|
+
var e = 1e3, t = 6e4, a = 36e5, c = "millisecond", n = "second", m = "minute", d = "hour", b = "day", $ = "week", R = "month", k = "quarter", z = "year", y = "date", p = "Invalid Date", f = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, C = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(s) {
|
|
1666
|
+
var i = ["th", "st", "nd", "rd"], l = s % 100;
|
|
1667
|
+
return "[" + s + (i[(l - 20) % 10] || i[l] || i[0]) + "]";
|
|
1668
|
+
} }, x = function(s, i, l) {
|
|
1610
1669
|
var h = String(s);
|
|
1611
|
-
return !h || h.length >=
|
|
1670
|
+
return !h || h.length >= i ? s : "" + Array(i + 1 - h.length).join(l) + s;
|
|
1612
1671
|
}, L = { s: x, z: function(s) {
|
|
1613
|
-
var
|
|
1614
|
-
return (
|
|
1615
|
-
}, m: function s(
|
|
1616
|
-
if (
|
|
1617
|
-
var h = 12 * (
|
|
1618
|
-
return +(-(h + (
|
|
1672
|
+
var i = -s.utcOffset(), l = Math.abs(i), h = Math.floor(l / 60), g = l % 60;
|
|
1673
|
+
return (i <= 0 ? "+" : "-") + x(h, 2, "0") + ":" + x(g, 2, "0");
|
|
1674
|
+
}, m: function s(i, l) {
|
|
1675
|
+
if (i.date() < l.date()) return -s(l, i);
|
|
1676
|
+
var h = 12 * (l.year() - i.year()) + (l.month() - i.month()), g = i.clone().add(h, R), w = l - g < 0, D = i.clone().add(h + (w ? -1 : 1), R);
|
|
1677
|
+
return +(-(h + (l - g) / (w ? g - D : D - g)) || 0);
|
|
1619
1678
|
}, a: function(s) {
|
|
1620
1679
|
return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
|
|
1621
1680
|
}, p: function(s) {
|
|
1622
|
-
return { M:
|
|
1681
|
+
return { M: R, y: z, w: $, d: b, D: y, h: d, m, s: n, ms: c, Q: k }[s] || String(s || "").toLowerCase().replace(/s$/, "");
|
|
1623
1682
|
}, u: function(s) {
|
|
1624
1683
|
return s === void 0;
|
|
1625
1684
|
} }, V = "en", W = {};
|
|
1626
1685
|
W[V] = C;
|
|
1627
1686
|
var F = "$isDayjsObject", A = function(s) {
|
|
1628
|
-
return s instanceof
|
|
1629
|
-
},
|
|
1687
|
+
return s instanceof _ || !(!s || !s[F]);
|
|
1688
|
+
}, I = function s(i, l, h) {
|
|
1630
1689
|
var g;
|
|
1631
|
-
if (!
|
|
1632
|
-
if (typeof
|
|
1633
|
-
var w =
|
|
1634
|
-
W[w] && (g = w),
|
|
1635
|
-
var D =
|
|
1690
|
+
if (!i) return V;
|
|
1691
|
+
if (typeof i == "string") {
|
|
1692
|
+
var w = i.toLowerCase();
|
|
1693
|
+
W[w] && (g = w), l && (W[w] = l, g = w);
|
|
1694
|
+
var D = i.split("-");
|
|
1636
1695
|
if (!g && D.length > 1) return s(D[0]);
|
|
1637
1696
|
} else {
|
|
1638
|
-
var Y =
|
|
1639
|
-
W[Y] =
|
|
1697
|
+
var Y = i.name;
|
|
1698
|
+
W[Y] = i, g = Y;
|
|
1640
1699
|
}
|
|
1641
1700
|
return !h && g && (V = g), g || !h && V;
|
|
1642
|
-
}, O = function(s,
|
|
1701
|
+
}, O = function(s, i) {
|
|
1643
1702
|
if (A(s)) return s.clone();
|
|
1644
|
-
var
|
|
1645
|
-
return
|
|
1703
|
+
var l = typeof i == "object" ? i : {};
|
|
1704
|
+
return l.date = s, l.args = arguments, new _(l);
|
|
1646
1705
|
}, S = L;
|
|
1647
|
-
S.l =
|
|
1648
|
-
return O(s, { locale:
|
|
1706
|
+
S.l = I, S.i = A, S.w = function(s, i) {
|
|
1707
|
+
return O(s, { locale: i.$L, utc: i.$u, x: i.$x, $offset: i.$offset });
|
|
1649
1708
|
};
|
|
1650
|
-
var
|
|
1651
|
-
function s(
|
|
1652
|
-
this.$L =
|
|
1709
|
+
var _ = (function() {
|
|
1710
|
+
function s(l) {
|
|
1711
|
+
this.$L = I(l.locale, null, !0), this.parse(l), this.$x = this.$x || l.x || {}, this[F] = !0;
|
|
1653
1712
|
}
|
|
1654
|
-
var
|
|
1655
|
-
return
|
|
1713
|
+
var i = s.prototype;
|
|
1714
|
+
return i.parse = function(l) {
|
|
1656
1715
|
this.$d = (function(h) {
|
|
1657
1716
|
var g = h.date, w = h.utc;
|
|
1658
1717
|
if (g === null) return /* @__PURE__ */ new Date(NaN);
|
|
@@ -1661,91 +1720,91 @@ function dr() {
|
|
|
1661
1720
|
if (typeof g == "string" && !/Z$/i.test(g)) {
|
|
1662
1721
|
var D = g.match(f);
|
|
1663
1722
|
if (D) {
|
|
1664
|
-
var Y = D[2] - 1 || 0,
|
|
1665
|
-
return w ? new Date(Date.UTC(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0,
|
|
1723
|
+
var Y = D[2] - 1 || 0, j = (D[7] || "0").substring(0, 3);
|
|
1724
|
+
return w ? new Date(Date.UTC(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, j)) : new Date(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, j);
|
|
1666
1725
|
}
|
|
1667
1726
|
}
|
|
1668
1727
|
return new Date(g);
|
|
1669
|
-
})(
|
|
1670
|
-
},
|
|
1671
|
-
var
|
|
1672
|
-
this.$y =
|
|
1673
|
-
},
|
|
1728
|
+
})(l), this.init();
|
|
1729
|
+
}, i.init = function() {
|
|
1730
|
+
var l = this.$d;
|
|
1731
|
+
this.$y = l.getFullYear(), this.$M = l.getMonth(), this.$D = l.getDate(), this.$W = l.getDay(), this.$H = l.getHours(), this.$m = l.getMinutes(), this.$s = l.getSeconds(), this.$ms = l.getMilliseconds();
|
|
1732
|
+
}, i.$utils = function() {
|
|
1674
1733
|
return S;
|
|
1675
|
-
},
|
|
1734
|
+
}, i.isValid = function() {
|
|
1676
1735
|
return this.$d.toString() !== p;
|
|
1677
|
-
},
|
|
1678
|
-
var g = O(
|
|
1736
|
+
}, i.isSame = function(l, h) {
|
|
1737
|
+
var g = O(l);
|
|
1679
1738
|
return this.startOf(h) <= g && g <= this.endOf(h);
|
|
1680
|
-
},
|
|
1681
|
-
return O(
|
|
1682
|
-
},
|
|
1683
|
-
return this.endOf(h) < O(
|
|
1684
|
-
},
|
|
1685
|
-
return S.u(
|
|
1686
|
-
},
|
|
1739
|
+
}, i.isAfter = function(l, h) {
|
|
1740
|
+
return O(l) < this.startOf(h);
|
|
1741
|
+
}, i.isBefore = function(l, h) {
|
|
1742
|
+
return this.endOf(h) < O(l);
|
|
1743
|
+
}, i.$g = function(l, h, g) {
|
|
1744
|
+
return S.u(l) ? this[h] : this.set(g, l);
|
|
1745
|
+
}, i.unix = function() {
|
|
1687
1746
|
return Math.floor(this.valueOf() / 1e3);
|
|
1688
|
-
},
|
|
1747
|
+
}, i.valueOf = function() {
|
|
1689
1748
|
return this.$d.getTime();
|
|
1690
|
-
},
|
|
1691
|
-
var g = this, w = !!S.u(h) || h, D = S.p(
|
|
1749
|
+
}, i.startOf = function(l, h) {
|
|
1750
|
+
var g = this, w = !!S.u(h) || h, D = S.p(l), Y = function(ro, X) {
|
|
1692
1751
|
var K = S.w(g.$u ? Date.UTC(g.$y, X, ro) : new Date(g.$y, X, ro), g);
|
|
1693
1752
|
return w ? K : K.endOf(b);
|
|
1694
|
-
},
|
|
1753
|
+
}, j = function(ro, X) {
|
|
1695
1754
|
return S.w(g.toDate()[ro].apply(g.toDate("s"), (w ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(X)), g);
|
|
1696
|
-
}, N = this.$W,
|
|
1755
|
+
}, N = this.$W, U = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
|
|
1697
1756
|
switch (D) {
|
|
1698
1757
|
case z:
|
|
1699
1758
|
return w ? Y(1, 0) : Y(31, 11);
|
|
1700
|
-
case
|
|
1701
|
-
return w ? Y(1,
|
|
1759
|
+
case R:
|
|
1760
|
+
return w ? Y(1, U) : Y(0, U + 1);
|
|
1702
1761
|
case $:
|
|
1703
1762
|
var ao = this.$locale().weekStart || 0, go = (N < ao ? N + 7 : N) - ao;
|
|
1704
|
-
return Y(w ? J - go : J + (6 - go),
|
|
1763
|
+
return Y(w ? J - go : J + (6 - go), U);
|
|
1705
1764
|
case b:
|
|
1706
1765
|
case y:
|
|
1707
|
-
return
|
|
1708
|
-
case
|
|
1709
|
-
return
|
|
1766
|
+
return j(lo + "Hours", 0);
|
|
1767
|
+
case d:
|
|
1768
|
+
return j(lo + "Minutes", 1);
|
|
1710
1769
|
case m:
|
|
1711
|
-
return
|
|
1712
|
-
case
|
|
1713
|
-
return
|
|
1770
|
+
return j(lo + "Seconds", 2);
|
|
1771
|
+
case n:
|
|
1772
|
+
return j(lo + "Milliseconds", 3);
|
|
1714
1773
|
default:
|
|
1715
1774
|
return this.clone();
|
|
1716
1775
|
}
|
|
1717
|
-
},
|
|
1718
|
-
return this.startOf(
|
|
1719
|
-
},
|
|
1720
|
-
var g, w = S.p(
|
|
1721
|
-
if (w ===
|
|
1776
|
+
}, i.endOf = function(l) {
|
|
1777
|
+
return this.startOf(l, !1);
|
|
1778
|
+
}, i.$set = function(l, h) {
|
|
1779
|
+
var g, w = S.p(l), D = "set" + (this.$u ? "UTC" : ""), Y = (g = {}, g[b] = D + "Date", g[y] = D + "Date", g[R] = D + "Month", g[z] = D + "FullYear", g[d] = D + "Hours", g[m] = D + "Minutes", g[n] = D + "Seconds", g[c] = D + "Milliseconds", g)[w], j = w === b ? this.$D + (h - this.$W) : h;
|
|
1780
|
+
if (w === R || w === z) {
|
|
1722
1781
|
var N = this.clone().set(y, 1);
|
|
1723
|
-
N.$d[Y](
|
|
1724
|
-
} else Y && this.$d[Y](
|
|
1782
|
+
N.$d[Y](j), N.init(), this.$d = N.set(y, Math.min(this.$D, N.daysInMonth())).$d;
|
|
1783
|
+
} else Y && this.$d[Y](j);
|
|
1725
1784
|
return this.init(), this;
|
|
1726
|
-
},
|
|
1727
|
-
return this.clone().$set(
|
|
1728
|
-
},
|
|
1729
|
-
return this[S.p(
|
|
1730
|
-
},
|
|
1785
|
+
}, i.set = function(l, h) {
|
|
1786
|
+
return this.clone().$set(l, h);
|
|
1787
|
+
}, i.get = function(l) {
|
|
1788
|
+
return this[S.p(l)]();
|
|
1789
|
+
}, i.add = function(l, h) {
|
|
1731
1790
|
var g, w = this;
|
|
1732
|
-
|
|
1733
|
-
var D = S.p(h), Y = function(
|
|
1791
|
+
l = Number(l);
|
|
1792
|
+
var D = S.p(h), Y = function(U) {
|
|
1734
1793
|
var J = O(w);
|
|
1735
|
-
return S.w(J.date(J.date() + Math.round(
|
|
1794
|
+
return S.w(J.date(J.date() + Math.round(U * l)), w);
|
|
1736
1795
|
};
|
|
1737
|
-
if (D ===
|
|
1738
|
-
if (D === z) return this.set(z, this.$y +
|
|
1796
|
+
if (D === R) return this.set(R, this.$M + l);
|
|
1797
|
+
if (D === z) return this.set(z, this.$y + l);
|
|
1739
1798
|
if (D === b) return Y(1);
|
|
1740
1799
|
if (D === $) return Y(7);
|
|
1741
|
-
var
|
|
1800
|
+
var j = (g = {}, g[m] = t, g[d] = a, g[n] = e, g)[D] || 1, N = this.$d.getTime() + l * j;
|
|
1742
1801
|
return S.w(N, this);
|
|
1743
|
-
},
|
|
1744
|
-
return this.add(-1 *
|
|
1745
|
-
},
|
|
1802
|
+
}, i.subtract = function(l, h) {
|
|
1803
|
+
return this.add(-1 * l, h);
|
|
1804
|
+
}, i.format = function(l) {
|
|
1746
1805
|
var h = this, g = this.$locale();
|
|
1747
1806
|
if (!this.isValid()) return g.invalidDate || p;
|
|
1748
|
-
var w =
|
|
1807
|
+
var w = l || "YYYY-MM-DDTHH:mm:ssZ", D = S.z(this), Y = this.$H, j = this.$m, N = this.$M, U = g.weekdays, J = g.months, lo = g.meridiem, ao = function(X, K, no, co) {
|
|
1749
1808
|
return X && (X[K] || X(h, w)) || no[K].slice(0, co);
|
|
1750
1809
|
}, go = function(X) {
|
|
1751
1810
|
return S.s(Y % 12 || 12, X, "0");
|
|
@@ -1775,11 +1834,11 @@ function dr() {
|
|
|
1775
1834
|
case "d":
|
|
1776
1835
|
return String(h.$W);
|
|
1777
1836
|
case "dd":
|
|
1778
|
-
return ao(g.weekdaysMin, h.$W,
|
|
1837
|
+
return ao(g.weekdaysMin, h.$W, U, 2);
|
|
1779
1838
|
case "ddd":
|
|
1780
|
-
return ao(g.weekdaysShort, h.$W,
|
|
1839
|
+
return ao(g.weekdaysShort, h.$W, U, 3);
|
|
1781
1840
|
case "dddd":
|
|
1782
|
-
return
|
|
1841
|
+
return U[h.$W];
|
|
1783
1842
|
case "H":
|
|
1784
1843
|
return String(Y);
|
|
1785
1844
|
case "HH":
|
|
@@ -1789,13 +1848,13 @@ function dr() {
|
|
|
1789
1848
|
case "hh":
|
|
1790
1849
|
return go(2);
|
|
1791
1850
|
case "a":
|
|
1792
|
-
return ro(Y,
|
|
1851
|
+
return ro(Y, j, !0);
|
|
1793
1852
|
case "A":
|
|
1794
|
-
return ro(Y,
|
|
1853
|
+
return ro(Y, j, !1);
|
|
1795
1854
|
case "m":
|
|
1796
|
-
return String(
|
|
1855
|
+
return String(j);
|
|
1797
1856
|
case "mm":
|
|
1798
|
-
return S.s(
|
|
1857
|
+
return S.s(j, 2, "0");
|
|
1799
1858
|
case "s":
|
|
1800
1859
|
return String(h.$s);
|
|
1801
1860
|
case "ss":
|
|
@@ -1808,115 +1867,115 @@ function dr() {
|
|
|
1808
1867
|
return null;
|
|
1809
1868
|
})(X) || D.replace(":", "");
|
|
1810
1869
|
}));
|
|
1811
|
-
},
|
|
1870
|
+
}, i.utcOffset = function() {
|
|
1812
1871
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1813
|
-
},
|
|
1814
|
-
var w, D = this, Y = S.p(h),
|
|
1815
|
-
return S.m(D,
|
|
1872
|
+
}, i.diff = function(l, h, g) {
|
|
1873
|
+
var w, D = this, Y = S.p(h), j = O(l), N = (j.utcOffset() - this.utcOffset()) * t, U = this - j, J = function() {
|
|
1874
|
+
return S.m(D, j);
|
|
1816
1875
|
};
|
|
1817
1876
|
switch (Y) {
|
|
1818
1877
|
case z:
|
|
1819
1878
|
w = J() / 12;
|
|
1820
1879
|
break;
|
|
1821
|
-
case
|
|
1880
|
+
case R:
|
|
1822
1881
|
w = J();
|
|
1823
1882
|
break;
|
|
1824
1883
|
case k:
|
|
1825
1884
|
w = J() / 3;
|
|
1826
1885
|
break;
|
|
1827
1886
|
case $:
|
|
1828
|
-
w = (
|
|
1887
|
+
w = (U - N) / 6048e5;
|
|
1829
1888
|
break;
|
|
1830
1889
|
case b:
|
|
1831
|
-
w = (
|
|
1890
|
+
w = (U - N) / 864e5;
|
|
1832
1891
|
break;
|
|
1833
|
-
case
|
|
1834
|
-
w =
|
|
1892
|
+
case d:
|
|
1893
|
+
w = U / a;
|
|
1835
1894
|
break;
|
|
1836
1895
|
case m:
|
|
1837
|
-
w =
|
|
1896
|
+
w = U / t;
|
|
1838
1897
|
break;
|
|
1839
|
-
case
|
|
1840
|
-
w =
|
|
1898
|
+
case n:
|
|
1899
|
+
w = U / e;
|
|
1841
1900
|
break;
|
|
1842
1901
|
default:
|
|
1843
|
-
w =
|
|
1902
|
+
w = U;
|
|
1844
1903
|
}
|
|
1845
1904
|
return g ? w : S.a(w);
|
|
1846
|
-
},
|
|
1847
|
-
return this.endOf(
|
|
1848
|
-
},
|
|
1905
|
+
}, i.daysInMonth = function() {
|
|
1906
|
+
return this.endOf(R).$D;
|
|
1907
|
+
}, i.$locale = function() {
|
|
1849
1908
|
return W[this.$L];
|
|
1850
|
-
},
|
|
1851
|
-
if (!
|
|
1852
|
-
var g = this.clone(), w =
|
|
1909
|
+
}, i.locale = function(l, h) {
|
|
1910
|
+
if (!l) return this.$L;
|
|
1911
|
+
var g = this.clone(), w = I(l, h, !0);
|
|
1853
1912
|
return w && (g.$L = w), g;
|
|
1854
|
-
},
|
|
1913
|
+
}, i.clone = function() {
|
|
1855
1914
|
return S.w(this.$d, this);
|
|
1856
|
-
},
|
|
1915
|
+
}, i.toDate = function() {
|
|
1857
1916
|
return new Date(this.valueOf());
|
|
1858
|
-
},
|
|
1917
|
+
}, i.toJSON = function() {
|
|
1859
1918
|
return this.isValid() ? this.toISOString() : null;
|
|
1860
|
-
},
|
|
1919
|
+
}, i.toISOString = function() {
|
|
1861
1920
|
return this.$d.toISOString();
|
|
1862
|
-
},
|
|
1921
|
+
}, i.toString = function() {
|
|
1863
1922
|
return this.$d.toUTCString();
|
|
1864
1923
|
}, s;
|
|
1865
|
-
})(), u =
|
|
1866
|
-
return O.prototype = u, [["$ms", c], ["$s",
|
|
1867
|
-
u[s[1]] = function(
|
|
1868
|
-
return this.$g(
|
|
1924
|
+
})(), u = _.prototype;
|
|
1925
|
+
return O.prototype = u, [["$ms", c], ["$s", n], ["$m", m], ["$H", d], ["$W", b], ["$M", R], ["$y", z], ["$D", y]].forEach((function(s) {
|
|
1926
|
+
u[s[1]] = function(i) {
|
|
1927
|
+
return this.$g(i, s[0], s[1]);
|
|
1869
1928
|
};
|
|
1870
|
-
})), O.extend = function(s,
|
|
1871
|
-
return s.$i || (s(
|
|
1872
|
-
}, O.locale =
|
|
1929
|
+
})), O.extend = function(s, i) {
|
|
1930
|
+
return s.$i || (s(i, _, O), s.$i = !0), O;
|
|
1931
|
+
}, O.locale = I, O.isDayjs = A, O.unix = function(s) {
|
|
1873
1932
|
return O(1e3 * s);
|
|
1874
1933
|
}, O.en = W[V], O.Ls = W, O.p = {}, O;
|
|
1875
1934
|
}));
|
|
1876
1935
|
})($o)), $o.exports;
|
|
1877
1936
|
}
|
|
1878
|
-
var
|
|
1879
|
-
const eo = /* @__PURE__ */ vo(
|
|
1880
|
-
var Co = { exports: {} },
|
|
1881
|
-
function
|
|
1937
|
+
var Wu = dr();
|
|
1938
|
+
const eo = /* @__PURE__ */ vo(Wu);
|
|
1939
|
+
var Co = { exports: {} }, Fu = Co.exports, Xo;
|
|
1940
|
+
function Iu() {
|
|
1882
1941
|
return Xo || (Xo = 1, (function(o, r) {
|
|
1883
1942
|
(function(e, t) {
|
|
1884
1943
|
o.exports = t(dr());
|
|
1885
|
-
})(
|
|
1886
|
-
function t(
|
|
1887
|
-
return
|
|
1944
|
+
})(Fu, (function(e) {
|
|
1945
|
+
function t(n) {
|
|
1946
|
+
return n && typeof n == "object" && "default" in n ? n : { default: n };
|
|
1888
1947
|
}
|
|
1889
|
-
var a = t(e), c = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(
|
|
1890
|
-
return
|
|
1948
|
+
var a = t(e), c = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(n) {
|
|
1949
|
+
return n + "º";
|
|
1891
1950
|
}, 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" } };
|
|
1892
1951
|
return a.default.locale(c, null, !0), c;
|
|
1893
1952
|
}));
|
|
1894
1953
|
})(Co)), Co.exports;
|
|
1895
1954
|
}
|
|
1896
|
-
|
|
1897
|
-
var xo = { exports: {} },
|
|
1898
|
-
function
|
|
1955
|
+
Iu();
|
|
1956
|
+
var xo = { exports: {} }, ju = xo.exports, Zo;
|
|
1957
|
+
function Hu() {
|
|
1899
1958
|
return Zo || (Zo = 1, (function(o, r) {
|
|
1900
1959
|
(function(e, t) {
|
|
1901
1960
|
o.exports = t();
|
|
1902
|
-
})(
|
|
1903
|
-
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, c = /\d\d/,
|
|
1961
|
+
})(ju, (function() {
|
|
1962
|
+
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, c = /\d\d/, n = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, d = {}, b = function(f) {
|
|
1904
1963
|
return (f = +f) + (f > 68 ? 1900 : 2e3);
|
|
1905
1964
|
}, $ = function(f) {
|
|
1906
1965
|
return function(v) {
|
|
1907
1966
|
this[f] = +v;
|
|
1908
1967
|
};
|
|
1909
|
-
},
|
|
1968
|
+
}, R = [/[+-]\d\d:?(\d\d)?|Z/, function(f) {
|
|
1910
1969
|
(this.zone || (this.zone = {})).offset = (function(v) {
|
|
1911
1970
|
if (!v || v === "Z") return 0;
|
|
1912
1971
|
var C = v.match(/([+-]|\d\d)/g), x = 60 * C[1] + (+C[2] || 0);
|
|
1913
1972
|
return x === 0 ? 0 : C[0] === "+" ? -x : x;
|
|
1914
1973
|
})(f);
|
|
1915
1974
|
}], k = function(f) {
|
|
1916
|
-
var v =
|
|
1975
|
+
var v = d[f];
|
|
1917
1976
|
return v && (v.indexOf ? v : v.s.concat(v.f));
|
|
1918
1977
|
}, z = function(f, v) {
|
|
1919
|
-
var C, x =
|
|
1978
|
+
var C, x = d.meridiem;
|
|
1920
1979
|
if (x) {
|
|
1921
1980
|
for (var L = 1; L <= 24; L += 1) if (f.indexOf(x(L, 0, v)) > -1) {
|
|
1922
1981
|
C = L > 12;
|
|
@@ -1936,10 +1995,10 @@ function ju() {
|
|
|
1936
1995
|
this.milliseconds = 10 * +f;
|
|
1937
1996
|
}], SSS: [/\d{3}/, function(f) {
|
|
1938
1997
|
this.milliseconds = +f;
|
|
1939
|
-
}], s: [
|
|
1940
|
-
var v =
|
|
1998
|
+
}], 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: [c, $("day")], Do: [m, function(f) {
|
|
1999
|
+
var v = d.ordinal, C = f.match(/\d+/);
|
|
1941
2000
|
if (this.day = C[0], v) for (var x = 1; x <= 31; x += 1) v(x).replace(/\[|\]/g, "") === f && (this.day = x);
|
|
1942
|
-
}], w: [
|
|
2001
|
+
}], w: [n, $("week")], ww: [c, $("week")], M: [n, $("month")], MM: [c, $("month")], MMM: [m, function(f) {
|
|
1943
2002
|
var v = k("months"), C = (k("monthsShort") || v.map((function(x) {
|
|
1944
2003
|
return x.slice(0, 3);
|
|
1945
2004
|
}))).indexOf(f) + 1;
|
|
@@ -1951,26 +2010,26 @@ function ju() {
|
|
|
1951
2010
|
this.month = v % 12 || v;
|
|
1952
2011
|
}], Y: [/[+-]?\d+/, $("year")], YY: [c, function(f) {
|
|
1953
2012
|
this.year = b(f);
|
|
1954
|
-
}], YYYY: [/\d{4}/, $("year")], Z:
|
|
2013
|
+
}], YYYY: [/\d{4}/, $("year")], Z: R, ZZ: R };
|
|
1955
2014
|
function p(f) {
|
|
1956
2015
|
var v, C;
|
|
1957
|
-
v = f, C =
|
|
1958
|
-
for (var x = (f = v.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(O, S,
|
|
1959
|
-
var u =
|
|
1960
|
-
return S || C[
|
|
1961
|
-
return
|
|
2016
|
+
v = f, C = d && d.formats;
|
|
2017
|
+
for (var x = (f = v.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(O, S, _) {
|
|
2018
|
+
var u = _ && _.toUpperCase();
|
|
2019
|
+
return S || C[_] || e[_] || C[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, i, l) {
|
|
2020
|
+
return i || l.slice(1);
|
|
1962
2021
|
}));
|
|
1963
2022
|
}))).match(t), L = x.length, V = 0; V < L; V += 1) {
|
|
1964
|
-
var W = x[V], F = y[W], A = F && F[0],
|
|
1965
|
-
x[V] =
|
|
2023
|
+
var W = x[V], F = y[W], A = F && F[0], I = F && F[1];
|
|
2024
|
+
x[V] = I ? { regex: A, parser: I } : W.replace(/^\[|\]$/g, "");
|
|
1966
2025
|
}
|
|
1967
2026
|
return function(O) {
|
|
1968
|
-
for (var S = {},
|
|
1969
|
-
var s = x[
|
|
2027
|
+
for (var S = {}, _ = 0, u = 0; _ < L; _ += 1) {
|
|
2028
|
+
var s = x[_];
|
|
1970
2029
|
if (typeof s == "string") u += s.length;
|
|
1971
2030
|
else {
|
|
1972
|
-
var
|
|
1973
|
-
|
|
2031
|
+
var i = s.regex, l = s.parser, h = O.slice(u), g = i.exec(h)[0];
|
|
2032
|
+
l.call(S, g), O = O.replace(g, "");
|
|
1974
2033
|
}
|
|
1975
2034
|
}
|
|
1976
2035
|
return (function(w) {
|
|
@@ -1988,28 +2047,28 @@ function ju() {
|
|
|
1988
2047
|
x.parse = function(V) {
|
|
1989
2048
|
var W = V.date, F = V.utc, A = V.args;
|
|
1990
2049
|
this.$u = F;
|
|
1991
|
-
var
|
|
1992
|
-
if (typeof
|
|
1993
|
-
var O = A[2] === !0, S = A[3] === !0,
|
|
1994
|
-
S && (u = A[2]),
|
|
2050
|
+
var I = A[1];
|
|
2051
|
+
if (typeof I == "string") {
|
|
2052
|
+
var O = A[2] === !0, S = A[3] === !0, _ = O || S, u = A[2];
|
|
2053
|
+
S && (u = A[2]), d = this.$locale(), !O && u && (d = C.Ls[u]), this.$d = (function(h, g, w, D) {
|
|
1995
2054
|
try {
|
|
1996
2055
|
if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) * h);
|
|
1997
|
-
var Y = p(g)(h),
|
|
1998
|
-
|
|
1999
|
-
var yo,
|
|
2000
|
-
return ro ? new Date(Date.UTC(co, ko, no,
|
|
2056
|
+
var Y = p(g)(h), j = Y.year, N = Y.month, U = Y.day, J = Y.hours, lo = Y.minutes, ao = Y.seconds, go = Y.milliseconds, ro = Y.zone, X = Y.week, K = /* @__PURE__ */ new Date(), no = U || (j || N ? 1 : K.getDate()), co = j || K.getFullYear(), ko = 0;
|
|
2057
|
+
j && !N || (ko = N > 0 ? N - 1 : K.getMonth());
|
|
2058
|
+
var yo, Lo = J || 0, To = lo || 0, Wo = ao || 0, Fo = go || 0;
|
|
2059
|
+
return ro ? new Date(Date.UTC(co, ko, no, Lo, To, Wo, Fo + 60 * ro.offset * 1e3)) : w ? new Date(Date.UTC(co, ko, no, Lo, To, Wo, Fo)) : (yo = new Date(co, ko, no, Lo, To, Wo, Fo), X && (yo = D(yo).week(X).toDate()), yo);
|
|
2001
2060
|
} catch {
|
|
2002
2061
|
return /* @__PURE__ */ new Date("");
|
|
2003
2062
|
}
|
|
2004
|
-
})(W,
|
|
2005
|
-
} else if (
|
|
2006
|
-
A[1] =
|
|
2007
|
-
var
|
|
2008
|
-
if (
|
|
2009
|
-
this.$d =
|
|
2063
|
+
})(W, I, F, C), this.init(), u && u !== !0 && (this.$L = this.locale(u).$L), _ && W != this.format(I) && (this.$d = /* @__PURE__ */ new Date("")), d = {};
|
|
2064
|
+
} else if (I instanceof Array) for (var s = I.length, i = 1; i <= s; i += 1) {
|
|
2065
|
+
A[1] = I[i - 1];
|
|
2066
|
+
var l = C.apply(this, A);
|
|
2067
|
+
if (l.isValid()) {
|
|
2068
|
+
this.$d = l.$d, this.$L = l.$L, this.init();
|
|
2010
2069
|
break;
|
|
2011
2070
|
}
|
|
2012
|
-
|
|
2071
|
+
i === s && (this.$d = /* @__PURE__ */ new Date(""));
|
|
2013
2072
|
}
|
|
2014
2073
|
else L.call(this, V);
|
|
2015
2074
|
};
|
|
@@ -2017,74 +2076,74 @@ function ju() {
|
|
|
2017
2076
|
}));
|
|
2018
2077
|
})(xo)), xo.exports;
|
|
2019
2078
|
}
|
|
2020
|
-
var
|
|
2021
|
-
const
|
|
2022
|
-
var wo = { exports: {} },
|
|
2023
|
-
function
|
|
2079
|
+
var Au = Hu();
|
|
2080
|
+
const Nu = /* @__PURE__ */ vo(Au);
|
|
2081
|
+
var wo = { exports: {} }, Pu = wo.exports, Go;
|
|
2082
|
+
function qu() {
|
|
2024
2083
|
return Go || (Go = 1, (function(o, r) {
|
|
2025
2084
|
(function(e, t) {
|
|
2026
2085
|
o.exports = t();
|
|
2027
|
-
})(
|
|
2086
|
+
})(Pu, (function() {
|
|
2028
2087
|
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" };
|
|
2029
2088
|
return function(t, a, c) {
|
|
2030
|
-
var
|
|
2031
|
-
c.en.formats = e,
|
|
2032
|
-
|
|
2033
|
-
var b = this.$locale().formats, $ = (function(
|
|
2034
|
-
return
|
|
2089
|
+
var n = a.prototype, m = n.format;
|
|
2090
|
+
c.en.formats = e, n.format = function(d) {
|
|
2091
|
+
d === void 0 && (d = "YYYY-MM-DDTHH:mm:ssZ");
|
|
2092
|
+
var b = this.$locale().formats, $ = (function(R, k) {
|
|
2093
|
+
return R.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(z, y, p) {
|
|
2035
2094
|
var f = p && p.toUpperCase();
|
|
2036
2095
|
return y || k[p] || e[p] || k[f].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(v, C, x) {
|
|
2037
2096
|
return C || x.slice(1);
|
|
2038
2097
|
}));
|
|
2039
2098
|
}));
|
|
2040
|
-
})(
|
|
2099
|
+
})(d, b === void 0 ? {} : b);
|
|
2041
2100
|
return m.call(this, $);
|
|
2042
2101
|
};
|
|
2043
2102
|
};
|
|
2044
2103
|
}));
|
|
2045
2104
|
})(wo)), wo.exports;
|
|
2046
2105
|
}
|
|
2047
|
-
var
|
|
2048
|
-
const
|
|
2049
|
-
var Bo = { exports: {} },
|
|
2050
|
-
function
|
|
2106
|
+
var Eu = qu();
|
|
2107
|
+
const _u = /* @__PURE__ */ vo(Eu);
|
|
2108
|
+
var Bo = { exports: {} }, Uu = Bo.exports, Jo;
|
|
2109
|
+
function Xu() {
|
|
2051
2110
|
return Jo || (Jo = 1, (function(o, r) {
|
|
2052
2111
|
(function(e, t) {
|
|
2053
2112
|
o.exports = t();
|
|
2054
|
-
})(
|
|
2113
|
+
})(Uu, (function() {
|
|
2055
2114
|
var e = "minute", t = /[+-]\d\d(?::?\d\d)?/g, a = /([+-]|\d\d)/g;
|
|
2056
|
-
return function(c,
|
|
2057
|
-
var
|
|
2115
|
+
return function(c, n, m) {
|
|
2116
|
+
var d = n.prototype;
|
|
2058
2117
|
m.utc = function(p) {
|
|
2059
2118
|
var f = { date: p, utc: !0, args: arguments };
|
|
2060
|
-
return new
|
|
2061
|
-
},
|
|
2119
|
+
return new n(f);
|
|
2120
|
+
}, d.utc = function(p) {
|
|
2062
2121
|
var f = m(this.toDate(), { locale: this.$L, utc: !0 });
|
|
2063
2122
|
return p ? f.add(this.utcOffset(), e) : f;
|
|
2064
|
-
},
|
|
2123
|
+
}, d.local = function() {
|
|
2065
2124
|
return m(this.toDate(), { locale: this.$L, utc: !1 });
|
|
2066
2125
|
};
|
|
2067
|
-
var b =
|
|
2068
|
-
|
|
2126
|
+
var b = d.parse;
|
|
2127
|
+
d.parse = function(p) {
|
|
2069
2128
|
p.utc && (this.$u = !0), this.$utils().u(p.$offset) || (this.$offset = p.$offset), b.call(this, p);
|
|
2070
2129
|
};
|
|
2071
|
-
var $ =
|
|
2072
|
-
|
|
2130
|
+
var $ = d.init;
|
|
2131
|
+
d.init = function() {
|
|
2073
2132
|
if (this.$u) {
|
|
2074
2133
|
var p = this.$d;
|
|
2075
2134
|
this.$y = p.getUTCFullYear(), this.$M = p.getUTCMonth(), this.$D = p.getUTCDate(), this.$W = p.getUTCDay(), this.$H = p.getUTCHours(), this.$m = p.getUTCMinutes(), this.$s = p.getUTCSeconds(), this.$ms = p.getUTCMilliseconds();
|
|
2076
2135
|
} else $.call(this);
|
|
2077
2136
|
};
|
|
2078
|
-
var
|
|
2079
|
-
|
|
2137
|
+
var R = d.utcOffset;
|
|
2138
|
+
d.utcOffset = function(p, f) {
|
|
2080
2139
|
var v = this.$utils().u;
|
|
2081
|
-
if (v(p)) return this.$u ? 0 : v(this.$offset) ?
|
|
2140
|
+
if (v(p)) return this.$u ? 0 : v(this.$offset) ? R.call(this) : this.$offset;
|
|
2082
2141
|
if (typeof p == "string" && (p = (function(V) {
|
|
2083
2142
|
V === void 0 && (V = "");
|
|
2084
2143
|
var W = V.match(t);
|
|
2085
2144
|
if (!W) return null;
|
|
2086
|
-
var F = ("" + W[0]).match(a) || ["-", 0, 0], A = F[0],
|
|
2087
|
-
return
|
|
2145
|
+
var F = ("" + W[0]).match(a) || ["-", 0, 0], A = F[0], I = 60 * +F[1] + +F[2];
|
|
2146
|
+
return I === 0 ? 0 : A === "+" ? I : -I;
|
|
2088
2147
|
})(p), p === null)) return this;
|
|
2089
2148
|
var C = Math.abs(p) <= 16 ? 60 * p : p;
|
|
2090
2149
|
if (C === 0) return this.utc(f);
|
|
@@ -2093,26 +2152,26 @@ function Uu() {
|
|
|
2093
2152
|
var L = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
2094
2153
|
return (x = this.local().add(C + L, e)).$offset = C, x.$x.$localOffset = L, x;
|
|
2095
2154
|
};
|
|
2096
|
-
var k =
|
|
2097
|
-
|
|
2155
|
+
var k = d.format;
|
|
2156
|
+
d.format = function(p) {
|
|
2098
2157
|
var f = p || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
2099
2158
|
return k.call(this, f);
|
|
2100
|
-
},
|
|
2159
|
+
}, d.valueOf = function() {
|
|
2101
2160
|
var p = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
2102
2161
|
return this.$d.valueOf() - 6e4 * p;
|
|
2103
|
-
},
|
|
2162
|
+
}, d.isUTC = function() {
|
|
2104
2163
|
return !!this.$u;
|
|
2105
|
-
},
|
|
2164
|
+
}, d.toISOString = function() {
|
|
2106
2165
|
return this.toDate().toISOString();
|
|
2107
|
-
},
|
|
2166
|
+
}, d.toString = function() {
|
|
2108
2167
|
return this.toDate().toUTCString();
|
|
2109
2168
|
};
|
|
2110
|
-
var z =
|
|
2111
|
-
|
|
2169
|
+
var z = d.toDate;
|
|
2170
|
+
d.toDate = function(p) {
|
|
2112
2171
|
return p === "s" && this.$offset ? m(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : z.call(this);
|
|
2113
2172
|
};
|
|
2114
|
-
var y =
|
|
2115
|
-
|
|
2173
|
+
var y = d.diff;
|
|
2174
|
+
d.diff = function(p, f, v) {
|
|
2116
2175
|
if (p && this.$u === p.$u) return y.call(this, p, f, v);
|
|
2117
2176
|
var C = this.local(), x = m(p).local();
|
|
2118
2177
|
return y.call(C, x, f, v);
|
|
@@ -2121,17 +2180,17 @@ function Uu() {
|
|
|
2121
2180
|
}));
|
|
2122
2181
|
})(Bo)), Bo.exports;
|
|
2123
2182
|
}
|
|
2124
|
-
var
|
|
2125
|
-
const
|
|
2126
|
-
var Ro = { exports: {} },
|
|
2127
|
-
function
|
|
2183
|
+
var Zu = Xu();
|
|
2184
|
+
const Gu = /* @__PURE__ */ vo(Zu);
|
|
2185
|
+
var Ro = { exports: {} }, Ju = Ro.exports, Qo;
|
|
2186
|
+
function Qu() {
|
|
2128
2187
|
return Qo || (Qo = 1, (function(o, r) {
|
|
2129
2188
|
(function(e, t) {
|
|
2130
2189
|
o.exports = t();
|
|
2131
|
-
})(
|
|
2190
|
+
})(Ju, (function() {
|
|
2132
2191
|
var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, t = {};
|
|
2133
|
-
return function(a, c,
|
|
2134
|
-
var m,
|
|
2192
|
+
return function(a, c, n) {
|
|
2193
|
+
var m, d = function(k, z, y) {
|
|
2135
2194
|
y === void 0 && (y = {});
|
|
2136
2195
|
var p = new Date(k), f = (function(v, C) {
|
|
2137
2196
|
C === void 0 && (C = {});
|
|
@@ -2140,60 +2199,60 @@ function Gu() {
|
|
|
2140
2199
|
})(z, y);
|
|
2141
2200
|
return f.formatToParts(p);
|
|
2142
2201
|
}, b = function(k, z) {
|
|
2143
|
-
for (var y =
|
|
2202
|
+
for (var y = d(k, z), p = [], f = 0; f < y.length; f += 1) {
|
|
2144
2203
|
var v = y[f], C = v.type, x = v.value, L = e[C];
|
|
2145
2204
|
L >= 0 && (p[L] = parseInt(x, 10));
|
|
2146
2205
|
}
|
|
2147
2206
|
var V = p[3], W = V === 24 ? 0 : V, F = p[0] + "-" + p[1] + "-" + p[2] + " " + W + ":" + p[4] + ":" + p[5] + ":000", A = +k;
|
|
2148
|
-
return (
|
|
2207
|
+
return (n.utc(F).valueOf() - (A -= A % 1e3)) / 6e4;
|
|
2149
2208
|
}, $ = c.prototype;
|
|
2150
2209
|
$.tz = function(k, z) {
|
|
2151
2210
|
k === void 0 && (k = m);
|
|
2152
2211
|
var y, p = this.utcOffset(), f = this.toDate(), v = f.toLocaleString("en-US", { timeZone: k }), C = Math.round((f - new Date(v)) / 1e3 / 60), x = 15 * -Math.round(f.getTimezoneOffset() / 15) - C;
|
|
2153
2212
|
if (!Number(x)) y = this.utcOffset(0, z);
|
|
2154
|
-
else if (y =
|
|
2213
|
+
else if (y = n(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(x, !0), z) {
|
|
2155
2214
|
var L = y.utcOffset();
|
|
2156
2215
|
y = y.add(p - L, "minute");
|
|
2157
2216
|
}
|
|
2158
2217
|
return y.$x.$timezone = k, y;
|
|
2159
2218
|
}, $.offsetName = function(k) {
|
|
2160
|
-
var z = this.$x.$timezone ||
|
|
2219
|
+
var z = this.$x.$timezone || n.tz.guess(), y = d(this.valueOf(), z, { timeZoneName: k }).find((function(p) {
|
|
2161
2220
|
return p.type.toLowerCase() === "timezonename";
|
|
2162
2221
|
}));
|
|
2163
2222
|
return y && y.value;
|
|
2164
2223
|
};
|
|
2165
|
-
var
|
|
2224
|
+
var R = $.startOf;
|
|
2166
2225
|
$.startOf = function(k, z) {
|
|
2167
|
-
if (!this.$x || !this.$x.$timezone) return
|
|
2168
|
-
var y =
|
|
2169
|
-
return
|
|
2170
|
-
},
|
|
2171
|
-
var p = y && z, f = y || z || m, v = b(+
|
|
2172
|
-
if (typeof k != "string") return
|
|
2226
|
+
if (!this.$x || !this.$x.$timezone) return R.call(this, k, z);
|
|
2227
|
+
var y = n(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
2228
|
+
return R.call(y, k, z).tz(this.$x.$timezone, !0);
|
|
2229
|
+
}, n.tz = function(k, z, y) {
|
|
2230
|
+
var p = y && z, f = y || z || m, v = b(+n(), f);
|
|
2231
|
+
if (typeof k != "string") return n(k).tz(f);
|
|
2173
2232
|
var C = (function(W, F, A) {
|
|
2174
|
-
var
|
|
2175
|
-
if (F === O) return [
|
|
2176
|
-
var S = b(
|
|
2177
|
-
return O === S ? [
|
|
2178
|
-
})(
|
|
2233
|
+
var I = W - 60 * F * 1e3, O = b(I, A);
|
|
2234
|
+
if (F === O) return [I, F];
|
|
2235
|
+
var S = b(I -= 60 * (O - F) * 1e3, A);
|
|
2236
|
+
return O === S ? [I, O] : [W - 60 * Math.min(O, S) * 1e3, Math.max(O, S)];
|
|
2237
|
+
})(n.utc(k, p).valueOf(), v, f), x = C[0], L = C[1], V = n(x).utcOffset(L);
|
|
2179
2238
|
return V.$x.$timezone = f, V;
|
|
2180
|
-
},
|
|
2239
|
+
}, n.tz.guess = function() {
|
|
2181
2240
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
2182
|
-
},
|
|
2241
|
+
}, n.tz.setDefault = function(k) {
|
|
2183
2242
|
m = k;
|
|
2184
2243
|
};
|
|
2185
2244
|
};
|
|
2186
2245
|
}));
|
|
2187
2246
|
})(Ro)), Ro.exports;
|
|
2188
2247
|
}
|
|
2189
|
-
var
|
|
2190
|
-
const
|
|
2191
|
-
eo.extend(
|
|
2192
|
-
eo.extend(
|
|
2193
|
-
eo.extend(
|
|
2194
|
-
eo.extend(
|
|
2248
|
+
var Ku = Qu();
|
|
2249
|
+
const of = /* @__PURE__ */ vo(Ku);
|
|
2250
|
+
eo.extend(Nu);
|
|
2251
|
+
eo.extend(_u);
|
|
2252
|
+
eo.extend(Gu);
|
|
2253
|
+
eo.extend(of);
|
|
2195
2254
|
eo.locale("pt-br");
|
|
2196
|
-
const
|
|
2255
|
+
const rf = [
|
|
2197
2256
|
"YYYY-MM-DD",
|
|
2198
2257
|
"YYYY-MM-DDTHH:mm:ss",
|
|
2199
2258
|
"YYYY-MM-DDTHH:mm:ssZ",
|
|
@@ -2207,7 +2266,7 @@ const Ku = [
|
|
|
2207
2266
|
return e.isValid() ? e : null;
|
|
2208
2267
|
}
|
|
2209
2268
|
if (typeof o == "string") {
|
|
2210
|
-
const e = eo(o.trim(),
|
|
2269
|
+
const e = eo(o.trim(), rf, "pt-br", !0);
|
|
2211
2270
|
return e.isValid() ? e : null;
|
|
2212
2271
|
}
|
|
2213
2272
|
const r = eo(o);
|
|
@@ -2217,79 +2276,62 @@ function Ko(o) {
|
|
|
2217
2276
|
const r = to(o);
|
|
2218
2277
|
return r ? r.startOf("day").toDate() : null;
|
|
2219
2278
|
}
|
|
2220
|
-
function
|
|
2279
|
+
function M0() {
|
|
2221
2280
|
return eo().startOf("day").toDate();
|
|
2222
2281
|
}
|
|
2223
|
-
function
|
|
2282
|
+
function z0(o, r = "YYYY-MM-DD") {
|
|
2224
2283
|
const e = to(o);
|
|
2225
2284
|
return e ? e.format(r) : "";
|
|
2226
2285
|
}
|
|
2227
|
-
function
|
|
2286
|
+
function Y0(o, r = "YYYY-MM-DD HH:mm:ss") {
|
|
2228
2287
|
const e = to(o);
|
|
2229
2288
|
return e ? e.format(r) : "";
|
|
2230
2289
|
}
|
|
2231
|
-
function
|
|
2290
|
+
function V0(o, r = "DD/MM/YYYY") {
|
|
2232
2291
|
const e = to(o);
|
|
2233
2292
|
return e ? e.format(r) : "";
|
|
2234
2293
|
}
|
|
2235
|
-
function
|
|
2294
|
+
function O0(o, r = "DD/MM/YYYY HH:mm") {
|
|
2236
2295
|
const e = to(o);
|
|
2237
2296
|
return e ? e.format(r) : "";
|
|
2238
2297
|
}
|
|
2239
|
-
function
|
|
2298
|
+
function L0(o, r = "HH:mm") {
|
|
2240
2299
|
const e = to(o);
|
|
2241
2300
|
return e ? e.format(r) : "";
|
|
2242
2301
|
}
|
|
2243
|
-
function
|
|
2302
|
+
function T0(o, r = "ddd") {
|
|
2244
2303
|
const e = to(o);
|
|
2245
2304
|
return e ? e.format(r).toUpperCase() : "";
|
|
2246
2305
|
}
|
|
2247
|
-
function
|
|
2306
|
+
function W0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
|
|
2248
2307
|
const e = to(o);
|
|
2249
2308
|
return e ? e.format(r) : "";
|
|
2250
2309
|
}
|
|
2251
|
-
function
|
|
2310
|
+
function Yo(o) {
|
|
2252
2311
|
const r = to(o);
|
|
2253
2312
|
return r ? r.toDate() : null;
|
|
2254
2313
|
}
|
|
2255
|
-
function
|
|
2314
|
+
function Vo(o, r, e = "day") {
|
|
2256
2315
|
const t = to(o);
|
|
2257
2316
|
return !t || typeof r != "number" || Number.isNaN(r) ? null : t.add(r, e).toDate();
|
|
2258
2317
|
}
|
|
2259
|
-
function
|
|
2260
|
-
return
|
|
2261
|
-
}
|
|
2262
|
-
function Y0(o, r) {
|
|
2263
|
-
return Yo(o, r, "month");
|
|
2264
|
-
}
|
|
2265
|
-
function V0(o, r) {
|
|
2266
|
-
return Yo(o, r, "year");
|
|
2267
|
-
}
|
|
2268
|
-
function O0(o, r) {
|
|
2269
|
-
return Yo(o, r, "minute");
|
|
2318
|
+
function F0(o, r) {
|
|
2319
|
+
return Vo(o, r, "day");
|
|
2270
2320
|
}
|
|
2271
|
-
function
|
|
2272
|
-
return o
|
|
2321
|
+
function I0(o, r) {
|
|
2322
|
+
return Vo(o, r, "month");
|
|
2273
2323
|
}
|
|
2274
|
-
function
|
|
2275
|
-
return
|
|
2324
|
+
function j0(o, r) {
|
|
2325
|
+
return Vo(o, r, "year");
|
|
2276
2326
|
}
|
|
2277
|
-
function
|
|
2278
|
-
return
|
|
2327
|
+
function H0(o, r) {
|
|
2328
|
+
return Vo(o, r, "minute");
|
|
2279
2329
|
}
|
|
2280
|
-
|
|
2281
|
-
if (!o) return "-";
|
|
2282
|
-
const r = o.replace(/\D/g, "");
|
|
2283
|
-
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;
|
|
2284
|
-
}, F0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
|
|
2285
|
-
minimumFractionDigits: r,
|
|
2286
|
-
maximumFractionDigits: r
|
|
2287
|
-
});
|
|
2288
|
-
function of(o) {
|
|
2330
|
+
function ef(o) {
|
|
2289
2331
|
const r = so(o);
|
|
2290
2332
|
return r.length !== 8 ? o : r.replace(/(\d{5})(\d{3})/, "$1-$2");
|
|
2291
2333
|
}
|
|
2292
|
-
function
|
|
2334
|
+
function A0(o) {
|
|
2293
2335
|
if (o == null) return "";
|
|
2294
2336
|
const {
|
|
2295
2337
|
postalCode: r,
|
|
@@ -2297,16 +2339,16 @@ function j0(o) {
|
|
|
2297
2339
|
city: t,
|
|
2298
2340
|
neighborhood: a,
|
|
2299
2341
|
addressLine1: c,
|
|
2300
|
-
addressLine2:
|
|
2301
|
-
} = o, m = [c,
|
|
2302
|
-
return [m, " - ",
|
|
2342
|
+
addressLine2: n
|
|
2343
|
+
} = o, m = [c, n].filter(Boolean).join(" "), d = [a, " - ", t, e].filter(Boolean).join(" "), b = r ? ef(r) : null;
|
|
2344
|
+
return [m, " - ", d, " - ", b].filter(Boolean).join(" ").replace(/\s-\s$/, "");
|
|
2303
2345
|
}
|
|
2304
|
-
function
|
|
2346
|
+
function N0(o) {
|
|
2305
2347
|
if (o == null) return "";
|
|
2306
2348
|
const { name: r, state: e, record: t } = o;
|
|
2307
2349
|
return [r, e, t].filter(Boolean).join(" ");
|
|
2308
2350
|
}
|
|
2309
|
-
function
|
|
2351
|
+
function P0(o) {
|
|
2310
2352
|
const r = so(o);
|
|
2311
2353
|
if (!r) return "";
|
|
2312
2354
|
const e = r.startsWith("55") && r.length > 11 ? r.slice(2) : r;
|
|
@@ -2332,14 +2374,14 @@ function ho(o) {
|
|
|
2332
2374
|
for (var r = 1; r < arguments.length; r++) {
|
|
2333
2375
|
var e = arguments[r] != null ? arguments[r] : {};
|
|
2334
2376
|
r % 2 ? or(Object(e), !0).forEach(function(t) {
|
|
2335
|
-
|
|
2377
|
+
tf(o, t, e[t]);
|
|
2336
2378
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : or(Object(e)).forEach(function(t) {
|
|
2337
2379
|
Object.defineProperty(o, t, Object.getOwnPropertyDescriptor(e, t));
|
|
2338
2380
|
});
|
|
2339
2381
|
}
|
|
2340
2382
|
return o;
|
|
2341
2383
|
}
|
|
2342
|
-
function
|
|
2384
|
+
function tf(o, r, e) {
|
|
2343
2385
|
return r in o ? Object.defineProperty(o, r, {
|
|
2344
2386
|
value: e,
|
|
2345
2387
|
enumerable: !0,
|
|
@@ -2353,7 +2395,7 @@ function Do(o) {
|
|
|
2353
2395
|
function jo(o) {
|
|
2354
2396
|
return o !== null && typeof o == "object" && !Array.isArray(o);
|
|
2355
2397
|
}
|
|
2356
|
-
function
|
|
2398
|
+
function Oo(o) {
|
|
2357
2399
|
return Do(o.$validator) ? ho({}, o) : {
|
|
2358
2400
|
$validator: o
|
|
2359
2401
|
};
|
|
@@ -2364,37 +2406,37 @@ function lr(o) {
|
|
|
2364
2406
|
function cr(o) {
|
|
2365
2407
|
return o.$validator || o;
|
|
2366
2408
|
}
|
|
2367
|
-
function
|
|
2409
|
+
function af(o, r) {
|
|
2368
2410
|
if (!jo(o)) throw new Error(`[@vuelidate/validators]: First parameter to "withParams" should be an object, provided ${typeof o}`);
|
|
2369
2411
|
if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
2370
|
-
const e =
|
|
2412
|
+
const e = Oo(r);
|
|
2371
2413
|
return e.$params = ho(ho({}, e.$params || {}), o), e;
|
|
2372
2414
|
}
|
|
2373
|
-
function
|
|
2415
|
+
function nf(o, r) {
|
|
2374
2416
|
if (!Do(o) && typeof T(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
|
|
2375
2417
|
if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
|
|
2376
|
-
const e =
|
|
2418
|
+
const e = Oo(r);
|
|
2377
2419
|
return e.$message = o, e;
|
|
2378
2420
|
}
|
|
2379
|
-
function
|
|
2421
|
+
function df(o) {
|
|
2380
2422
|
let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
2381
|
-
const e =
|
|
2423
|
+
const e = Oo(o);
|
|
2382
2424
|
return ho(ho({}, e), {}, {
|
|
2383
2425
|
$async: !0,
|
|
2384
2426
|
$watchTargets: r
|
|
2385
2427
|
});
|
|
2386
2428
|
}
|
|
2387
|
-
function
|
|
2429
|
+
function lf(o) {
|
|
2388
2430
|
return {
|
|
2389
2431
|
$validator(r) {
|
|
2390
2432
|
for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), a = 1; a < e; a++)
|
|
2391
2433
|
t[a - 1] = arguments[a];
|
|
2392
|
-
return T(r).reduce((c,
|
|
2393
|
-
const
|
|
2394
|
-
let [
|
|
2395
|
-
const z = o[
|
|
2434
|
+
return T(r).reduce((c, n, m) => {
|
|
2435
|
+
const d = Object.entries(n).reduce((b, $) => {
|
|
2436
|
+
let [R, k] = $;
|
|
2437
|
+
const z = o[R] || {}, y = Object.entries(z).reduce((p, f) => {
|
|
2396
2438
|
let [v, C] = f;
|
|
2397
|
-
const L = cr(C).call(this, k,
|
|
2439
|
+
const L = cr(C).call(this, k, n, m, ...t), V = lr(L);
|
|
2398
2440
|
if (p.$data[v] = L, p.$data.$invalid = !V || !!p.$data.$invalid, p.$data.$error = p.$data.$invalid, !V) {
|
|
2399
2441
|
let W = C.$message || "";
|
|
2400
2442
|
const F = C.$params || {};
|
|
@@ -2405,7 +2447,7 @@ function nf(o) {
|
|
|
2405
2447
|
$model: k,
|
|
2406
2448
|
$response: L
|
|
2407
2449
|
})), p.$errors.push({
|
|
2408
|
-
$property:
|
|
2450
|
+
$property: R,
|
|
2409
2451
|
$message: W,
|
|
2410
2452
|
$params: F,
|
|
2411
2453
|
$response: L,
|
|
@@ -2424,7 +2466,7 @@ function nf(o) {
|
|
|
2424
2466
|
$data: {},
|
|
2425
2467
|
$errors: []
|
|
2426
2468
|
});
|
|
2427
|
-
return b.$data[
|
|
2469
|
+
return b.$data[R] = y.$data, b.$errors[R] = y.$errors, {
|
|
2428
2470
|
$valid: b.$valid && y.$valid,
|
|
2429
2471
|
$data: b.$data,
|
|
2430
2472
|
$errors: b.$errors
|
|
@@ -2435,9 +2477,9 @@ function nf(o) {
|
|
|
2435
2477
|
$errors: {}
|
|
2436
2478
|
});
|
|
2437
2479
|
return {
|
|
2438
|
-
$valid: c.$valid &&
|
|
2439
|
-
$data: c.$data.concat(
|
|
2440
|
-
$errors: c.$errors.concat(
|
|
2480
|
+
$valid: c.$valid && d.$valid,
|
|
2481
|
+
$data: c.$data.concat(d.$data),
|
|
2482
|
+
$errors: c.$errors.concat(d.$errors)
|
|
2441
2483
|
};
|
|
2442
2484
|
}, {
|
|
2443
2485
|
$valid: !0,
|
|
@@ -2474,35 +2516,35 @@ function uo() {
|
|
|
2474
2516
|
}
|
|
2475
2517
|
var q = /* @__PURE__ */ Object.freeze({
|
|
2476
2518
|
__proto__: null,
|
|
2477
|
-
forEach:
|
|
2519
|
+
forEach: lf,
|
|
2478
2520
|
len: No,
|
|
2479
|
-
normalizeValidatorObject:
|
|
2521
|
+
normalizeValidatorObject: Oo,
|
|
2480
2522
|
regex: uo,
|
|
2481
2523
|
req: bo,
|
|
2482
2524
|
unwrap: T,
|
|
2483
2525
|
unwrapNormalizedValidator: cr,
|
|
2484
2526
|
unwrapValidatorResponse: lr,
|
|
2485
|
-
withAsync:
|
|
2486
|
-
withMessage:
|
|
2487
|
-
withParams:
|
|
2527
|
+
withAsync: df,
|
|
2528
|
+
withMessage: nf,
|
|
2529
|
+
withParams: af
|
|
2488
2530
|
});
|
|
2489
2531
|
uo(/^[a-zA-Z]*$/);
|
|
2490
2532
|
uo(/^[a-zA-Z0-9]*$/);
|
|
2491
2533
|
uo(/^\d*(\.\d+)?$/);
|
|
2492
|
-
const
|
|
2493
|
-
var
|
|
2494
|
-
$validator:
|
|
2534
|
+
const cf = /^(?:[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;
|
|
2535
|
+
var sf = uo(cf), uf = {
|
|
2536
|
+
$validator: sf,
|
|
2495
2537
|
$message: "Value is not a valid email address",
|
|
2496
2538
|
$params: {
|
|
2497
2539
|
type: "email"
|
|
2498
2540
|
}
|
|
2499
2541
|
};
|
|
2500
|
-
function
|
|
2542
|
+
function ff(o) {
|
|
2501
2543
|
return (r) => !bo(r) || No(r) <= T(o);
|
|
2502
2544
|
}
|
|
2503
|
-
function
|
|
2545
|
+
function gf(o) {
|
|
2504
2546
|
return {
|
|
2505
|
-
$validator:
|
|
2547
|
+
$validator: ff(o),
|
|
2506
2548
|
$message: (r) => {
|
|
2507
2549
|
let {
|
|
2508
2550
|
$params: e
|
|
@@ -2515,12 +2557,12 @@ function uf(o) {
|
|
|
2515
2557
|
}
|
|
2516
2558
|
};
|
|
2517
2559
|
}
|
|
2518
|
-
function
|
|
2560
|
+
function mf(o) {
|
|
2519
2561
|
return (r) => !bo(r) || No(r) >= T(o);
|
|
2520
2562
|
}
|
|
2521
|
-
function
|
|
2563
|
+
function pf(o) {
|
|
2522
2564
|
return {
|
|
2523
|
-
$validator:
|
|
2565
|
+
$validator: mf(o),
|
|
2524
2566
|
$message: (r) => {
|
|
2525
2567
|
let {
|
|
2526
2568
|
$params: e
|
|
@@ -2533,24 +2575,24 @@ function gf(o) {
|
|
|
2533
2575
|
}
|
|
2534
2576
|
};
|
|
2535
2577
|
}
|
|
2536
|
-
function
|
|
2578
|
+
function bf(o) {
|
|
2537
2579
|
return typeof o == "string" && (o = o.trim()), bo(o);
|
|
2538
2580
|
}
|
|
2539
|
-
var
|
|
2540
|
-
$validator:
|
|
2581
|
+
var hf = {
|
|
2582
|
+
$validator: bf,
|
|
2541
2583
|
$message: "Value is required",
|
|
2542
2584
|
$params: {
|
|
2543
2585
|
type: "required"
|
|
2544
2586
|
}
|
|
2545
2587
|
};
|
|
2546
|
-
const
|
|
2547
|
-
uo(
|
|
2548
|
-
function
|
|
2588
|
+
const vf = /^(?:(?:(?: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;
|
|
2589
|
+
uo(vf);
|
|
2590
|
+
function kf(o) {
|
|
2549
2591
|
return (r) => !bo(r) || (!/\s/.test(r) || r instanceof Date) && +r >= +T(o);
|
|
2550
2592
|
}
|
|
2551
|
-
function
|
|
2593
|
+
function yf(o) {
|
|
2552
2594
|
return {
|
|
2553
|
-
$validator:
|
|
2595
|
+
$validator: kf(o),
|
|
2554
2596
|
$message: (r) => {
|
|
2555
2597
|
let {
|
|
2556
2598
|
$params: e
|
|
@@ -2565,186 +2607,187 @@ function vf(o) {
|
|
|
2565
2607
|
}
|
|
2566
2608
|
uo(/(^[0-9]*$)|(^-[0-9]+$)/);
|
|
2567
2609
|
uo(/^[-]?\d*(\.\d+)?$/);
|
|
2568
|
-
function
|
|
2610
|
+
function $f(o) {
|
|
2569
2611
|
const r = so(o);
|
|
2570
2612
|
if (!r || r.length !== 14 || /^(\d)\1+$/.test(r)) return !1;
|
|
2571
|
-
const e = (m,
|
|
2613
|
+
const e = (m, d) => {
|
|
2572
2614
|
let b = 0;
|
|
2573
|
-
for (let
|
|
2574
|
-
b += Number(m[
|
|
2615
|
+
for (let R = 0; R < m.length; R += 1)
|
|
2616
|
+
b += Number(m[R]) * d[R];
|
|
2575
2617
|
const $ = b % 11;
|
|
2576
2618
|
return $ < 2 ? 0 : 11 - $;
|
|
2577
|
-
}, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], c = e(r.slice(0, 12), t),
|
|
2578
|
-
return c === Number(r[12]) &&
|
|
2619
|
+
}, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], c = e(r.slice(0, 12), t), n = e(r.slice(0, 13), a);
|
|
2620
|
+
return c === Number(r[12]) && n === Number(r[13]);
|
|
2579
2621
|
}
|
|
2580
|
-
function
|
|
2622
|
+
function Cf(o) {
|
|
2581
2623
|
const r = so(o);
|
|
2582
2624
|
if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
|
|
2583
|
-
const e = (c,
|
|
2625
|
+
const e = (c, n) => {
|
|
2584
2626
|
let m = 0;
|
|
2585
2627
|
for (let b = 0; b < c.length; b += 1)
|
|
2586
|
-
m += Number(c[b]) * (
|
|
2587
|
-
const
|
|
2588
|
-
return
|
|
2628
|
+
m += Number(c[b]) * (n - b);
|
|
2629
|
+
const d = m % 11;
|
|
2630
|
+
return d < 2 ? 0 : 11 - d;
|
|
2589
2631
|
}, t = e(r.slice(0, 9), 10), a = e(r.slice(0, 10), 11);
|
|
2590
2632
|
return t === Number(r[9]) && a === Number(r[10]);
|
|
2591
2633
|
}
|
|
2592
|
-
function
|
|
2593
|
-
const e =
|
|
2634
|
+
function xf(o, r = /* @__PURE__ */ new Date()) {
|
|
2635
|
+
const e = Yo(o);
|
|
2594
2636
|
if (!e) return !1;
|
|
2595
2637
|
const t = Ko(r);
|
|
2596
2638
|
return Ko(e) > t;
|
|
2597
2639
|
}
|
|
2598
2640
|
function rr(o) {
|
|
2599
|
-
const r =
|
|
2641
|
+
const r = Yo(o);
|
|
2600
2642
|
return !!r && eo(r).isValid();
|
|
2601
2643
|
}
|
|
2602
|
-
function
|
|
2644
|
+
function wf(o) {
|
|
2603
2645
|
if (!Array.isArray(o) || !o[0] || !o[1]) return !1;
|
|
2604
2646
|
const [r, e] = o;
|
|
2605
2647
|
return !(r instanceof Date) || !(e instanceof Date) ? !1 : e >= r;
|
|
2606
2648
|
}
|
|
2607
|
-
function
|
|
2649
|
+
function Bf(o) {
|
|
2608
2650
|
const r = so(o || "");
|
|
2609
2651
|
return r ? r.length === 11 : !0;
|
|
2610
2652
|
}
|
|
2611
|
-
function
|
|
2653
|
+
function Rf(o) {
|
|
2612
2654
|
const r = so(o || "");
|
|
2613
2655
|
return r ? r.length === 10 : !0;
|
|
2614
2656
|
}
|
|
2615
|
-
function
|
|
2657
|
+
function Df(o) {
|
|
2616
2658
|
return o.replace(/\D/g, "").length === 8;
|
|
2617
2659
|
}
|
|
2618
|
-
function
|
|
2660
|
+
function Sf(o) {
|
|
2619
2661
|
if (o == null) return !1;
|
|
2620
2662
|
const r = String(o).trim();
|
|
2621
2663
|
return r ? /^\d+$/.test(r) : !1;
|
|
2622
2664
|
}
|
|
2623
|
-
function
|
|
2665
|
+
function Mf(o) {
|
|
2624
2666
|
return /^[A-Za-zÀ-ÖØ-öø-ÿ\s'-]+$/u.test(o);
|
|
2625
2667
|
}
|
|
2626
|
-
function
|
|
2668
|
+
function zf(o) {
|
|
2627
2669
|
return o.endsWith(".") || o.length < 2;
|
|
2628
2670
|
}
|
|
2629
|
-
function
|
|
2671
|
+
function Yf(o) {
|
|
2630
2672
|
const r = (o || "").trim();
|
|
2631
|
-
if (!r || !
|
|
2673
|
+
if (!r || !Mf(r)) return !1;
|
|
2632
2674
|
const e = r.split(" ").filter(Boolean);
|
|
2633
2675
|
if (e.length < 2) return !1;
|
|
2634
2676
|
const t = /^[A-Za-zÀ-ÖØ-öø-ÿ]+(?:[-'][A-Za-zÀ-ÖØ-öø-ÿ]+)*$/u;
|
|
2635
2677
|
return e.every((a) => {
|
|
2636
2678
|
const c = a.replace(/^[-']+|[-']+$/g, "");
|
|
2637
|
-
return !c ||
|
|
2679
|
+
return !c || zf(c) ? !1 : t.test(a);
|
|
2638
2680
|
});
|
|
2639
2681
|
}
|
|
2640
|
-
const fo = (o) => (r) => !q.req(r) || o(r),
|
|
2682
|
+
const fo = (o) => (r) => !q.req(r) || o(r), q0 = q.withMessage("Campo obrigatório.", hf), E0 = q.withMessage("E-mail inválido.", (o) => q.req(o) ? uf.$validator(String(o).trim()) : !0), _0 = q.withMessage(
|
|
2641
2683
|
"Informe nome e sobrenome.",
|
|
2642
|
-
fo(
|
|
2643
|
-
),
|
|
2684
|
+
fo(Yf)
|
|
2685
|
+
), U0 = q.withMessage(
|
|
2644
2686
|
"Informe apenas números.",
|
|
2645
|
-
fo(
|
|
2646
|
-
),
|
|
2687
|
+
fo(Sf)
|
|
2688
|
+
), X0 = q.withMessage(
|
|
2647
2689
|
"CEP inválido.",
|
|
2648
|
-
fo(
|
|
2649
|
-
),
|
|
2690
|
+
fo(Df)
|
|
2691
|
+
), Z0 = q.withMessage("CNPJ inválido.", fo($f)), G0 = q.withMessage("CPF inválido.", fo(Cf)), J0 = q.withMessage(
|
|
2650
2692
|
"Nº celular inválido.",
|
|
2651
|
-
fo((o) =>
|
|
2652
|
-
),
|
|
2693
|
+
fo((o) => Bf(so(o)))
|
|
2694
|
+
), Q0 = q.withMessage(
|
|
2653
2695
|
"Nº telefone inválido.",
|
|
2654
|
-
fo((o) =>
|
|
2655
|
-
),
|
|
2696
|
+
fo((o) => Rf(so(o)))
|
|
2697
|
+
), K0 = q.withMessage(
|
|
2656
2698
|
"Data inválida.",
|
|
2657
|
-
(o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(
|
|
2658
|
-
),
|
|
2699
|
+
(o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(Yo(o))
|
|
2700
|
+
), og = q.withMessage(
|
|
2659
2701
|
"Data não pode ser maior que hoje.",
|
|
2660
|
-
fo((o) =>
|
|
2661
|
-
),
|
|
2702
|
+
fo((o) => !xf(Yo(o)))
|
|
2703
|
+
), rg = q.withMessage(
|
|
2662
2704
|
"Intervalo de datas inválido.",
|
|
2663
|
-
(o) => o == null ? !0 :
|
|
2705
|
+
(o) => o == null ? !0 : wf(o)
|
|
2664
2706
|
);
|
|
2665
|
-
function
|
|
2707
|
+
function eg(o, r) {
|
|
2666
2708
|
return q.withMessage(
|
|
2667
2709
|
r || `Informe no máximo ${o} caracteres.`,
|
|
2668
|
-
(e) => q.req(e) ?
|
|
2710
|
+
(e) => q.req(e) ? gf(o).$validator(String(e)) : !0
|
|
2669
2711
|
);
|
|
2670
2712
|
}
|
|
2671
|
-
function
|
|
2713
|
+
function tg(o, r) {
|
|
2672
2714
|
return q.withMessage(
|
|
2673
2715
|
r || `Informe no mínimo ${o} caracteres.`,
|
|
2674
|
-
(e) => q.req(e) ?
|
|
2716
|
+
(e) => q.req(e) ? pf(o).$validator(String(e)) : !0
|
|
2675
2717
|
);
|
|
2676
2718
|
}
|
|
2677
|
-
function
|
|
2719
|
+
function ag(o, r) {
|
|
2678
2720
|
return q.withMessage(
|
|
2679
2721
|
r || `Valor mínimo é ${o}.`,
|
|
2680
|
-
(e) => q.req(e) ?
|
|
2722
|
+
(e) => q.req(e) ? yf(o).$validator(Number(e)) : !0
|
|
2681
2723
|
);
|
|
2682
2724
|
}
|
|
2683
2725
|
export {
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
j0 as
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
+
Vr as BaseAlert,
|
|
2727
|
+
r0 as BaseAutoComplete,
|
|
2728
|
+
n0 as BaseAvatar,
|
|
2729
|
+
Io as BaseButton,
|
|
2730
|
+
i0 as BaseCard,
|
|
2731
|
+
d0 as BaseChart,
|
|
2732
|
+
l0 as BaseCurrency,
|
|
2733
|
+
c0 as BaseDate,
|
|
2734
|
+
s0 as BaseDatePicker,
|
|
2735
|
+
u0 as BaseDialog,
|
|
2736
|
+
f0 as BaseDrawer,
|
|
2737
|
+
g0 as BaseEmpty,
|
|
2738
|
+
m0 as BaseField,
|
|
2739
|
+
qr as BaseInputMask,
|
|
2740
|
+
p0 as BaseInputText,
|
|
2741
|
+
b0 as BaseModal,
|
|
2742
|
+
h0 as BaseMultiSelect,
|
|
2743
|
+
v0 as BasePanel,
|
|
2744
|
+
k0 as BaseRadioButton,
|
|
2745
|
+
y0 as BaseRouterLink,
|
|
2746
|
+
$0 as BaseSectionDivider,
|
|
2747
|
+
C0 as BaseSelect,
|
|
2748
|
+
x0 as BaseSwitch,
|
|
2749
|
+
w0 as BaseTextarea,
|
|
2750
|
+
zo as FaIcon,
|
|
2751
|
+
Vo as add,
|
|
2752
|
+
F0 as addDays,
|
|
2753
|
+
H0 as addMinutes,
|
|
2754
|
+
I0 as addMonths,
|
|
2755
|
+
j0 as addYears,
|
|
2756
|
+
A0 as formatAddress,
|
|
2757
|
+
N0 as formatCouncil,
|
|
2758
|
+
V0 as formatDate,
|
|
2759
|
+
O0 as formatDateTime,
|
|
2760
|
+
Y0 as formatDateTimeToApi,
|
|
2761
|
+
z0 as formatDateToApi,
|
|
2762
|
+
t0 as formatDocument,
|
|
2763
|
+
W0 as formatFullDate,
|
|
2764
|
+
a0 as formatNumber,
|
|
2765
|
+
P0 as formatPhone,
|
|
2766
|
+
L0 as formatTime,
|
|
2767
|
+
T0 as formatWeekday,
|
|
2768
|
+
Or as getInitials,
|
|
2726
2769
|
so as onlyNumber,
|
|
2727
|
-
|
|
2770
|
+
R0 as setupPrimeVue,
|
|
2728
2771
|
Ko as startOfDay,
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2772
|
+
e0 as toCamelCaseWords,
|
|
2773
|
+
Yo as toDate,
|
|
2774
|
+
M0 as today,
|
|
2775
|
+
D0 as useAppToast,
|
|
2776
|
+
S0 as useClickOutside,
|
|
2777
|
+
B0 as vFocus,
|
|
2778
|
+
J0 as validCellphone,
|
|
2779
|
+
Z0 as validCnpj,
|
|
2780
|
+
G0 as validCpf,
|
|
2781
|
+
K0 as validDate,
|
|
2782
|
+
rg as validDateRange,
|
|
2783
|
+
E0 as validEmail,
|
|
2784
|
+
_0 as validFullName,
|
|
2785
|
+
eg as validMaxLength,
|
|
2786
|
+
tg as validMinLength,
|
|
2787
|
+
ag as validMinValue,
|
|
2788
|
+
og as validNotFutureDate,
|
|
2789
|
+
U0 as validOnlyNumbers,
|
|
2790
|
+
Q0 as validPhone,
|
|
2791
|
+
X0 as validPostalCode,
|
|
2792
|
+
q0 as validRequired
|
|
2750
2793
|
};
|