@boxcustodia/library 2.0.0-alpha.15 → 2.0.0-alpha.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.es.js +513 -511
- package/package.json +1 -1
- package/src/components/menu/menu.tsx +4 -4
- package/src/components/tag/tag.stories.tsx +8 -7
- package/src/components/tag/tag.tsx +4 -0
package/dist/index.es.js
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
import { findIndex as xt, isFunction as $e, isObject as it, range as Ne } from "lodash";
|
|
2
2
|
import * as K from "react";
|
|
3
|
-
import st, { isValidElement as lt, createContext as j, useId as Be, useContext as O, useState as z, useRef as R, useEffect as L, useCallback as
|
|
3
|
+
import st, { isValidElement as lt, createContext as j, useId as Be, useContext as O, useState as z, useRef as R, useEffect as L, useCallback as T, useMemo as re } from "react";
|
|
4
4
|
import { useControllableState as W } from "@radix-ui/react-use-controllable-state";
|
|
5
|
-
import { useControllableState as
|
|
5
|
+
import { useControllableState as bc } from "@radix-ui/react-use-controllable-state";
|
|
6
6
|
import { createPortal as tr } from "react-dom";
|
|
7
7
|
import { jsx as a, jsxs as f, Fragment as ne } from "react/jsx-runtime";
|
|
8
8
|
import { Accordion as me } from "@base-ui/react/accordion";
|
|
9
|
-
import { Accordion as
|
|
10
|
-
import { ChevronDownIcon as He, ChevronUpIcon as Xe, LoaderCircle as yt, ChevronsUpDownIcon as oe, XIcon as Ke, ChevronLeftIcon as rr, ChevronRightIcon as Ue, Info as wt, CalendarIcon as Nt, X as We, UploadCloud as ar, Inbox as nr, CheckIcon as Ct, MinusIcon as or, PlusIcon as ir, ChevronsLeft as sr, ChevronLeft as lr, ChevronRight as
|
|
9
|
+
import { Accordion as xc } from "@base-ui/react/accordion";
|
|
10
|
+
import { ChevronDownIcon as He, ChevronUpIcon as Xe, LoaderCircle as yt, ChevronsUpDownIcon as oe, XIcon as Ke, ChevronLeftIcon as rr, ChevronRightIcon as Ue, Info as wt, CalendarIcon as Nt, X as We, UploadCloud as ar, Inbox as nr, CheckIcon as Ct, MinusIcon as or, PlusIcon as ir, ChevronsLeft as sr, ChevronLeft as lr, ChevronRight as cr, ChevronsRight as dr, MoreHorizontal as ur, Eye as pr, EyeOff as mr, TriangleAlert as fr, CircleX as gr, CircleCheck as hr } from "lucide-react";
|
|
11
11
|
import { clsx as br } from "clsx";
|
|
12
12
|
import { extendTailwindMerge as vr } from "tailwind-merge";
|
|
13
13
|
import { AlertDialog as U } from "@base-ui/react/alert-dialog";
|
|
14
|
-
import { AlertDialog as
|
|
14
|
+
import { AlertDialog as wc } from "@base-ui/react/alert-dialog";
|
|
15
15
|
import { cva as ee } from "class-variance-authority";
|
|
16
16
|
import { Button as xr } from "@base-ui/react/button";
|
|
17
17
|
import { Autocomplete as S } from "@base-ui/react/autocomplete";
|
|
18
|
-
import { Autocomplete as
|
|
18
|
+
import { Autocomplete as Cc } from "@base-ui/react/autocomplete";
|
|
19
19
|
import { Input as zt } from "@base-ui/react/input";
|
|
20
|
-
import { Input as
|
|
20
|
+
import { Input as kc } from "@base-ui/react/input";
|
|
21
21
|
import { ScrollArea as pe } from "@base-ui/react/scroll-area";
|
|
22
|
-
import { ScrollArea as
|
|
22
|
+
import { ScrollArea as Sc } from "@base-ui/react/scroll-area";
|
|
23
23
|
import { Avatar as Ye } from "@base-ui/react/avatar";
|
|
24
|
-
import { Avatar as
|
|
24
|
+
import { Avatar as Ic } from "@base-ui/react/avatar";
|
|
25
25
|
import { es as yr } from "date-fns/locale";
|
|
26
26
|
import { DayPicker as wr } from "react-day-picker";
|
|
27
|
-
import { mergeProps as
|
|
27
|
+
import { mergeProps as k } from "@base-ui/react/merge-props";
|
|
28
28
|
import { Select as _ } from "@base-ui/react/select";
|
|
29
|
-
import { Select as
|
|
29
|
+
import { Select as Dc } from "@base-ui/react/select";
|
|
30
30
|
import { useRender as C } from "@base-ui/react/use-render";
|
|
31
|
-
import { Checkbox as
|
|
32
|
-
import { Checkbox as
|
|
31
|
+
import { Checkbox as kt } from "@base-ui/react/checkbox";
|
|
32
|
+
import { Checkbox as Lc } from "@base-ui/react/checkbox";
|
|
33
33
|
import { CheckboxGroup as qe } from "@base-ui/react/checkbox-group";
|
|
34
34
|
import { Field as H } from "@base-ui/react/field";
|
|
35
|
-
import { Field as
|
|
36
|
-
import { Fieldset as
|
|
37
|
-
import { Fieldset as
|
|
35
|
+
import { Field as Rc } from "@base-ui/react/field";
|
|
36
|
+
import { Fieldset as ke } from "@base-ui/react/fieldset";
|
|
37
|
+
import { Fieldset as Mc } from "@base-ui/react/fieldset";
|
|
38
38
|
import { Tooltip as Z } from "@base-ui/react/tooltip";
|
|
39
|
-
import { Tooltip as
|
|
39
|
+
import { Tooltip as jc } from "@base-ui/react/tooltip";
|
|
40
40
|
import { Combobox as w } from "@base-ui/react/combobox";
|
|
41
|
-
import { Combobox as
|
|
41
|
+
import { Combobox as Gc } from "@base-ui/react/combobox";
|
|
42
42
|
import { isDate as ae, format as fe } from "date-fns";
|
|
43
43
|
import { Popover as $ } from "@base-ui/react/popover";
|
|
44
|
-
import { Popover as
|
|
44
|
+
import { Popover as Bc } from "@base-ui/react/popover";
|
|
45
45
|
import { Dialog as B } from "@base-ui/react/dialog";
|
|
46
|
-
import { Dialog as
|
|
46
|
+
import { Dialog as Xc } from "@base-ui/react/dialog";
|
|
47
47
|
import { Separator as Nr } from "@base-ui/react/separator";
|
|
48
|
-
import { Separator as
|
|
48
|
+
import { Separator as Uc } from "@base-ui/react/separator";
|
|
49
49
|
import { cn as Cr } from "tailwind-variants";
|
|
50
50
|
import { useDropzone as zr } from "react-dropzone";
|
|
51
|
-
import { Form as
|
|
52
|
-
import { Form as
|
|
51
|
+
import { Form as kr } from "@base-ui/react/form";
|
|
52
|
+
import { Form as Yc } from "@base-ui/react/form";
|
|
53
53
|
import { Menu as D } from "@base-ui/react/menu";
|
|
54
54
|
import { NumberField as te } from "@base-ui/react/number-field";
|
|
55
|
-
import { NumberField as
|
|
55
|
+
import { NumberField as Jc } from "@base-ui/react/number-field";
|
|
56
56
|
import { Progress as be } from "@base-ui/react/progress";
|
|
57
|
-
import { Switch as
|
|
57
|
+
import { Switch as Tt } from "@base-ui/react/switch";
|
|
58
58
|
import { Tabs as ge } from "@base-ui/react/tabs";
|
|
59
|
-
import { Tabs as
|
|
59
|
+
import { Tabs as Qc } from "@base-ui/react/tabs";
|
|
60
60
|
import { Toast as V } from "@base-ui/react/toast";
|
|
61
|
-
import { Toast as
|
|
62
|
-
import { zodResolver as
|
|
61
|
+
import { Toast as td } from "@base-ui/react/toast";
|
|
62
|
+
import { zodResolver as Tr } from "@hookform/resolvers/zod";
|
|
63
63
|
import { useForm as Sr, FormProvider as Pr, useFormContext as Ir, Controller as _r } from "react-hook-form";
|
|
64
64
|
import { z as Dr } from "zod";
|
|
65
65
|
const Ar = vr({});
|
|
@@ -156,11 +156,11 @@ function ls({
|
|
|
156
156
|
classNames: r,
|
|
157
157
|
...o
|
|
158
158
|
}) {
|
|
159
|
-
return /* @__PURE__ */ a(Lr, { className: t, ...o, children: e.map(({ value: n, trigger: i, content: s, disabled:
|
|
159
|
+
return /* @__PURE__ */ a(Lr, { className: t, ...o, children: e.map(({ value: n, trigger: i, content: s, disabled: c }) => /* @__PURE__ */ f(
|
|
160
160
|
Er,
|
|
161
161
|
{
|
|
162
162
|
value: n,
|
|
163
|
-
disabled:
|
|
163
|
+
disabled: c,
|
|
164
164
|
className: r?.item,
|
|
165
165
|
children: [
|
|
166
166
|
/* @__PURE__ */ a(Rr, { className: r?.trigger, children: i }),
|
|
@@ -188,9 +188,9 @@ const Mr = ({
|
|
|
188
188
|
"data-loading": i || void 0,
|
|
189
189
|
"aria-busy": i || void 0,
|
|
190
190
|
...n,
|
|
191
|
-
onClick: async (
|
|
191
|
+
onClick: async (d) => {
|
|
192
192
|
if (!e || i) return;
|
|
193
|
-
const u = e(
|
|
193
|
+
const u = e(d);
|
|
194
194
|
u instanceof Promise && (s(!0), await u.finally(() => s(!1)));
|
|
195
195
|
},
|
|
196
196
|
style: r,
|
|
@@ -330,7 +330,7 @@ function Br({
|
|
|
330
330
|
) })
|
|
331
331
|
] });
|
|
332
332
|
}
|
|
333
|
-
function
|
|
333
|
+
function ct({
|
|
334
334
|
className: e,
|
|
335
335
|
...t
|
|
336
336
|
}) {
|
|
@@ -401,7 +401,7 @@ function Ur({
|
|
|
401
401
|
}
|
|
402
402
|
);
|
|
403
403
|
}
|
|
404
|
-
function
|
|
404
|
+
function cs({
|
|
405
405
|
trigger: e,
|
|
406
406
|
title: t,
|
|
407
407
|
description: r,
|
|
@@ -409,8 +409,8 @@ function ds({
|
|
|
409
409
|
onClose: n,
|
|
410
410
|
onAction: i,
|
|
411
411
|
variant: s = "default",
|
|
412
|
-
closeText:
|
|
413
|
-
actionText:
|
|
412
|
+
closeText: c = "Cancel",
|
|
413
|
+
actionText: d = "Confirm",
|
|
414
414
|
className: u,
|
|
415
415
|
classNames: p,
|
|
416
416
|
...h
|
|
@@ -430,21 +430,21 @@ function ds({
|
|
|
430
430
|
o,
|
|
431
431
|
/* @__PURE__ */ f(Ur, { className: p?.footer, children: [
|
|
432
432
|
/* @__PURE__ */ a(
|
|
433
|
-
|
|
433
|
+
ct,
|
|
434
434
|
{
|
|
435
|
-
render: /* @__PURE__ */ a(Q, { variant: "secondary", className: p?.closeButton, children:
|
|
435
|
+
render: /* @__PURE__ */ a(Q, { variant: "secondary", className: p?.closeButton, children: c }),
|
|
436
436
|
onClick: n
|
|
437
437
|
}
|
|
438
438
|
),
|
|
439
439
|
/* @__PURE__ */ a(
|
|
440
|
-
|
|
440
|
+
ct,
|
|
441
441
|
{
|
|
442
442
|
render: /* @__PURE__ */ a(
|
|
443
443
|
Q,
|
|
444
444
|
{
|
|
445
445
|
variant: s ?? "default",
|
|
446
446
|
className: p?.actionButton,
|
|
447
|
-
children:
|
|
447
|
+
children: d
|
|
448
448
|
}
|
|
449
449
|
),
|
|
450
450
|
onClick: i
|
|
@@ -531,14 +531,14 @@ function St({
|
|
|
531
531
|
children: t
|
|
532
532
|
}
|
|
533
533
|
),
|
|
534
|
-
/* @__PURE__ */ a(
|
|
535
|
-
/* @__PURE__ */ a(
|
|
534
|
+
/* @__PURE__ */ a(dt, { orientation: "vertical" }),
|
|
535
|
+
/* @__PURE__ */ a(dt, { orientation: "horizontal" }),
|
|
536
536
|
/* @__PURE__ */ a(pe.Corner, { "data-slot": "scroll-area-corner" })
|
|
537
537
|
]
|
|
538
538
|
}
|
|
539
539
|
);
|
|
540
540
|
}
|
|
541
|
-
function
|
|
541
|
+
function dt({
|
|
542
542
|
className: e,
|
|
543
543
|
orientation: t = "vertical",
|
|
544
544
|
...r
|
|
@@ -617,10 +617,10 @@ function Jr({
|
|
|
617
617
|
alignOffset: n,
|
|
618
618
|
align: i = "start",
|
|
619
619
|
anchor: s,
|
|
620
|
-
portalProps:
|
|
621
|
-
...
|
|
620
|
+
portalProps: c,
|
|
621
|
+
...d
|
|
622
622
|
}) {
|
|
623
|
-
return /* @__PURE__ */ a(S.Portal, { ...
|
|
623
|
+
return /* @__PURE__ */ a(S.Portal, { ...c, children: /* @__PURE__ */ a(
|
|
624
624
|
S.Positioner,
|
|
625
625
|
{
|
|
626
626
|
align: i,
|
|
@@ -642,7 +642,7 @@ function Jr({
|
|
|
642
642
|
{
|
|
643
643
|
className: "flex max-h-[min(var(--available-height),23rem)] flex-1 flex-col text-foreground",
|
|
644
644
|
"data-slot": "autocomplete-popup",
|
|
645
|
-
...
|
|
645
|
+
...d,
|
|
646
646
|
children: t
|
|
647
647
|
}
|
|
648
648
|
)
|
|
@@ -685,7 +685,7 @@ function Qr({
|
|
|
685
685
|
}
|
|
686
686
|
);
|
|
687
687
|
}
|
|
688
|
-
function
|
|
688
|
+
function ds({
|
|
689
689
|
className: e,
|
|
690
690
|
...t
|
|
691
691
|
}) {
|
|
@@ -833,8 +833,8 @@ function bs({
|
|
|
833
833
|
disabled: n,
|
|
834
834
|
readOnly: i,
|
|
835
835
|
isLoading: s = !1,
|
|
836
|
-
filter:
|
|
837
|
-
autoHighlight:
|
|
836
|
+
filter: c,
|
|
837
|
+
autoHighlight: d,
|
|
838
838
|
placeholder: u = "Buscar...",
|
|
839
839
|
emptyMessage: p = "Sin resultados",
|
|
840
840
|
loadingMessage: h = "Cargando...",
|
|
@@ -853,8 +853,8 @@ function bs({
|
|
|
853
853
|
onValueChange: (v) => o?.(v ?? null),
|
|
854
854
|
disabled: n,
|
|
855
855
|
readOnly: i,
|
|
856
|
-
filter:
|
|
857
|
-
autoHighlight:
|
|
856
|
+
filter: c,
|
|
857
|
+
autoHighlight: d,
|
|
858
858
|
itemToStringValue: (v) => v.label,
|
|
859
859
|
children: [
|
|
860
860
|
/* @__PURE__ */ a(
|
|
@@ -894,7 +894,7 @@ function xs(e, t) {
|
|
|
894
894
|
return Sr({
|
|
895
895
|
...t,
|
|
896
896
|
// @ts-expect-error zodResolver returns Resolver<any, any, any>; incompatible with Resolver<T, any, T>.
|
|
897
|
-
resolver:
|
|
897
|
+
resolver: Tr(e)
|
|
898
898
|
});
|
|
899
899
|
}
|
|
900
900
|
function ys({
|
|
@@ -957,7 +957,7 @@ const Ns = () => {
|
|
|
957
957
|
n.name && (r[n.name] = n.value);
|
|
958
958
|
}), r;
|
|
959
959
|
};
|
|
960
|
-
function
|
|
960
|
+
function ks(e) {
|
|
961
961
|
return (t) => {
|
|
962
962
|
e.forEach((r) => {
|
|
963
963
|
typeof r == "function" ? r(t) : r != null && (r.current = t);
|
|
@@ -1046,7 +1046,7 @@ function la({ className: e, ...t }) {
|
|
|
1046
1046
|
}
|
|
1047
1047
|
);
|
|
1048
1048
|
}
|
|
1049
|
-
function
|
|
1049
|
+
function Ts({ className: e, ...t }) {
|
|
1050
1050
|
return /* @__PURE__ */ a(
|
|
1051
1051
|
"div",
|
|
1052
1052
|
{
|
|
@@ -1085,13 +1085,13 @@ function Ps({
|
|
|
1085
1085
|
delay: n,
|
|
1086
1086
|
size: i,
|
|
1087
1087
|
className: s,
|
|
1088
|
-
classNames:
|
|
1089
|
-
...
|
|
1088
|
+
classNames: c,
|
|
1089
|
+
...d
|
|
1090
1090
|
}) {
|
|
1091
|
-
return /* @__PURE__ */ f(oa, { size: i, className: s, ...
|
|
1092
|
-
/* @__PURE__ */ a(ia, { src: e, alt: t, className:
|
|
1093
|
-
/* @__PURE__ */ a(sa, { delay: n, className:
|
|
1094
|
-
o ? /* @__PURE__ */ a(la, { className:
|
|
1091
|
+
return /* @__PURE__ */ f(oa, { size: i, className: s, ...d, children: [
|
|
1092
|
+
/* @__PURE__ */ a(ia, { src: e, alt: t, className: c?.image }),
|
|
1093
|
+
/* @__PURE__ */ a(sa, { delay: n, className: c?.fallback, children: r ?? na(t) }),
|
|
1094
|
+
o ? /* @__PURE__ */ a(la, { className: c?.badge, children: o }) : null
|
|
1095
1095
|
] });
|
|
1096
1096
|
}
|
|
1097
1097
|
const It = l(
|
|
@@ -1103,12 +1103,12 @@ const It = l(
|
|
|
1103
1103
|
"data-disabled:cursor-not-allowed data-disabled:opacity-50",
|
|
1104
1104
|
"[&_svg]:pointer-events-none [&_svg]:shrink-0"
|
|
1105
1105
|
), _t = "-me-1 size-4.5 opacity-80 sm:size-4";
|
|
1106
|
-
function
|
|
1106
|
+
function ca({
|
|
1107
1107
|
...e
|
|
1108
1108
|
}) {
|
|
1109
1109
|
return /* @__PURE__ */ a(_.Root, { ...e });
|
|
1110
1110
|
}
|
|
1111
|
-
function
|
|
1111
|
+
function da({
|
|
1112
1112
|
className: e,
|
|
1113
1113
|
children: t,
|
|
1114
1114
|
...r
|
|
@@ -1150,7 +1150,7 @@ function Is({
|
|
|
1150
1150
|
};
|
|
1151
1151
|
return C({
|
|
1152
1152
|
defaultTagName: "button",
|
|
1153
|
-
props:
|
|
1153
|
+
props: k(i, o),
|
|
1154
1154
|
render: t
|
|
1155
1155
|
});
|
|
1156
1156
|
}
|
|
@@ -1178,17 +1178,17 @@ function pa({
|
|
|
1178
1178
|
align: n = "start",
|
|
1179
1179
|
alignOffset: i = 0,
|
|
1180
1180
|
alignItemWithTrigger: s = !1,
|
|
1181
|
-
anchor:
|
|
1182
|
-
portalProps:
|
|
1181
|
+
anchor: c,
|
|
1182
|
+
portalProps: d,
|
|
1183
1183
|
...u
|
|
1184
1184
|
}) {
|
|
1185
|
-
return /* @__PURE__ */ a(_.Portal, { ...
|
|
1185
|
+
return /* @__PURE__ */ a(_.Portal, { ...d, children: /* @__PURE__ */ a(
|
|
1186
1186
|
_.Positioner,
|
|
1187
1187
|
{
|
|
1188
1188
|
align: n,
|
|
1189
1189
|
alignItemWithTrigger: s,
|
|
1190
1190
|
alignOffset: i,
|
|
1191
|
-
anchor:
|
|
1191
|
+
anchor: c,
|
|
1192
1192
|
className: "z-50 select-none",
|
|
1193
1193
|
"data-slot": "select-positioner",
|
|
1194
1194
|
side: r,
|
|
@@ -1343,16 +1343,16 @@ function ba(e) {
|
|
|
1343
1343
|
getDisabled: n,
|
|
1344
1344
|
renderItem: i,
|
|
1345
1345
|
placeholder: s,
|
|
1346
|
-
onValueChange:
|
|
1347
|
-
value:
|
|
1346
|
+
onValueChange: c,
|
|
1347
|
+
value: d,
|
|
1348
1348
|
defaultValue: u,
|
|
1349
1349
|
multiple: p,
|
|
1350
1350
|
className: h,
|
|
1351
1351
|
classNames: m,
|
|
1352
1352
|
...y
|
|
1353
|
-
} = e, b = r ?? fa, g = o ?? ga, x = n ?? ha, v = p ?
|
|
1353
|
+
} = e, b = r ?? fa, g = o ?? ga, x = n ?? ha, v = p ? d?.map(g) : d != null ? g(d) : void 0, A = p ? u?.map(g) : u != null ? g(u) : void 0;
|
|
1354
1354
|
return /* @__PURE__ */ f(
|
|
1355
|
-
|
|
1355
|
+
ca,
|
|
1356
1356
|
{
|
|
1357
1357
|
itemToStringLabel: (I) => {
|
|
1358
1358
|
const X = t.find((G) => g(G) === I);
|
|
@@ -1364,19 +1364,19 @@ function ba(e) {
|
|
|
1364
1364
|
onValueChange: (I) => {
|
|
1365
1365
|
if (p) {
|
|
1366
1366
|
const G = (I ?? []).map((le) => t.find((we) => g(we) === le) ?? null).filter(Boolean);
|
|
1367
|
-
|
|
1367
|
+
c?.(G);
|
|
1368
1368
|
} else {
|
|
1369
1369
|
if (I == null) {
|
|
1370
|
-
|
|
1370
|
+
c?.(null);
|
|
1371
1371
|
return;
|
|
1372
1372
|
}
|
|
1373
1373
|
const X = t.find((G) => g(G) === I) ?? null;
|
|
1374
|
-
|
|
1374
|
+
c?.(X);
|
|
1375
1375
|
}
|
|
1376
1376
|
},
|
|
1377
1377
|
...y,
|
|
1378
1378
|
children: [
|
|
1379
|
-
/* @__PURE__ */ a(
|
|
1379
|
+
/* @__PURE__ */ a(da, { className: h, children: /* @__PURE__ */ a(ua, { placeholder: s }) }),
|
|
1380
1380
|
/* @__PURE__ */ a(pa, { className: m?.popup, children: t.map((I) => /* @__PURE__ */ a(
|
|
1381
1381
|
ma,
|
|
1382
1382
|
{
|
|
@@ -1418,7 +1418,7 @@ function ya({
|
|
|
1418
1418
|
);
|
|
1419
1419
|
}
|
|
1420
1420
|
const _e = "relative flex size-(--cell-size) text-base sm:text-sm items-center justify-center rounded-lg text-foreground not-in-data-selected:hover:bg-accent disabled:pointer-events-none disabled:opacity-64 [&_svg:not([class*='opacity-'])]:opacity-80 [&_svg:not([class*='size-'])]:size-4.5 sm:[&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0";
|
|
1421
|
-
function
|
|
1421
|
+
function Te({
|
|
1422
1422
|
className: e,
|
|
1423
1423
|
classNames: t,
|
|
1424
1424
|
showOutsideDays: r = !0,
|
|
@@ -1426,8 +1426,8 @@ function ke({
|
|
|
1426
1426
|
mode: n = "single",
|
|
1427
1427
|
captionLayout: i = "dropdown",
|
|
1428
1428
|
startMonth: s = va,
|
|
1429
|
-
endMonth:
|
|
1430
|
-
...
|
|
1429
|
+
endMonth: c = xa,
|
|
1430
|
+
...d
|
|
1431
1431
|
}) {
|
|
1432
1432
|
const u = {
|
|
1433
1433
|
button_next: _e,
|
|
@@ -1507,10 +1507,10 @@ function ke({
|
|
|
1507
1507
|
weekStartsOn: 1,
|
|
1508
1508
|
captionLayout: i,
|
|
1509
1509
|
startMonth: s,
|
|
1510
|
-
endMonth:
|
|
1510
|
+
endMonth: c,
|
|
1511
1511
|
mode: n,
|
|
1512
1512
|
showOutsideDays: r,
|
|
1513
|
-
...
|
|
1513
|
+
...d
|
|
1514
1514
|
};
|
|
1515
1515
|
return /* @__PURE__ */ a(
|
|
1516
1516
|
wr,
|
|
@@ -1582,7 +1582,7 @@ function za({
|
|
|
1582
1582
|
}
|
|
1583
1583
|
);
|
|
1584
1584
|
}
|
|
1585
|
-
function
|
|
1585
|
+
function ka({
|
|
1586
1586
|
className: e,
|
|
1587
1587
|
...t
|
|
1588
1588
|
}) {
|
|
@@ -1598,7 +1598,7 @@ function Ta({
|
|
|
1598
1598
|
}
|
|
1599
1599
|
);
|
|
1600
1600
|
}
|
|
1601
|
-
function
|
|
1601
|
+
function Ta({
|
|
1602
1602
|
className: e,
|
|
1603
1603
|
...t
|
|
1604
1604
|
}) {
|
|
@@ -1635,17 +1635,17 @@ function Es({
|
|
|
1635
1635
|
children: n,
|
|
1636
1636
|
size: i,
|
|
1637
1637
|
className: s,
|
|
1638
|
-
classNames:
|
|
1639
|
-
...
|
|
1638
|
+
classNames: c,
|
|
1639
|
+
...d
|
|
1640
1640
|
}) {
|
|
1641
|
-
return /* @__PURE__ */ f(wa, { size: i, className: s, ...
|
|
1642
|
-
(e || t || r) && /* @__PURE__ */ f(Na, { className:
|
|
1643
|
-
e && /* @__PURE__ */ a(Ca, { className:
|
|
1644
|
-
t && /* @__PURE__ */ a(za, { className:
|
|
1645
|
-
r && /* @__PURE__ */ a(
|
|
1641
|
+
return /* @__PURE__ */ f(wa, { size: i, className: s, ...d, children: [
|
|
1642
|
+
(e || t || r) && /* @__PURE__ */ f(Na, { className: c?.header, children: [
|
|
1643
|
+
e && /* @__PURE__ */ a(Ca, { className: c?.title, children: e }),
|
|
1644
|
+
t && /* @__PURE__ */ a(za, { className: c?.description, children: t }),
|
|
1645
|
+
r && /* @__PURE__ */ a(ka, { className: c?.action, children: r })
|
|
1646
1646
|
] }),
|
|
1647
|
-
n && /* @__PURE__ */ a(
|
|
1648
|
-
o && /* @__PURE__ */ a(Sa, { className:
|
|
1647
|
+
n && /* @__PURE__ */ a(Ta, { className: c?.content, children: n }),
|
|
1648
|
+
o && /* @__PURE__ */ a(Sa, { className: c?.footer, children: o })
|
|
1649
1649
|
] });
|
|
1650
1650
|
}
|
|
1651
1651
|
const Rs = ({
|
|
@@ -1733,8 +1733,8 @@ function Ea({
|
|
|
1733
1733
|
onOpenChange: n,
|
|
1734
1734
|
side: i = "top",
|
|
1735
1735
|
align: s,
|
|
1736
|
-
offset:
|
|
1737
|
-
delay:
|
|
1736
|
+
offset: c = 10,
|
|
1737
|
+
delay: d,
|
|
1738
1738
|
closeDelay: u,
|
|
1739
1739
|
className: p,
|
|
1740
1740
|
classNames: h,
|
|
@@ -1750,7 +1750,7 @@ function Ea({
|
|
|
1750
1750
|
/* @__PURE__ */ a(
|
|
1751
1751
|
Da,
|
|
1752
1752
|
{
|
|
1753
|
-
delay:
|
|
1753
|
+
delay: d,
|
|
1754
1754
|
closeDelay: u,
|
|
1755
1755
|
render: t,
|
|
1756
1756
|
...m
|
|
@@ -1761,7 +1761,7 @@ function Ea({
|
|
|
1761
1761
|
{
|
|
1762
1762
|
side: i,
|
|
1763
1763
|
align: s,
|
|
1764
|
-
sideOffset:
|
|
1764
|
+
sideOffset: c,
|
|
1765
1765
|
className: "z-float",
|
|
1766
1766
|
children: /* @__PURE__ */ f(Aa, { className: p, children: [
|
|
1767
1767
|
/* @__PURE__ */ a(La, { className: h?.arrow }),
|
|
@@ -1782,7 +1782,7 @@ function Se({
|
|
|
1782
1782
|
children: i,
|
|
1783
1783
|
...s
|
|
1784
1784
|
}) {
|
|
1785
|
-
const
|
|
1785
|
+
const c = r || o ? /* @__PURE__ */ f(ne, { children: [
|
|
1786
1786
|
i,
|
|
1787
1787
|
r && /* @__PURE__ */ a("span", { "aria-hidden": !0, className: l("text-error", n?.asterisk), children: "*" }),
|
|
1788
1788
|
o && /* @__PURE__ */ a(Ea, { content: o, children: /* @__PURE__ */ a(
|
|
@@ -1797,18 +1797,18 @@ function Se({
|
|
|
1797
1797
|
children: /* @__PURE__ */ a(wt, { className: "size-3.5" })
|
|
1798
1798
|
}
|
|
1799
1799
|
) })
|
|
1800
|
-
] }) : i,
|
|
1800
|
+
] }) : i, d = {
|
|
1801
1801
|
className: l(
|
|
1802
1802
|
"inline-flex items-center font-medium text-sm leading-none",
|
|
1803
1803
|
"peer-data-disabled:cursor-not-allowed peer-data-disabled:opacity-70",
|
|
1804
1804
|
e
|
|
1805
1805
|
),
|
|
1806
1806
|
"data-slot": "label",
|
|
1807
|
-
children:
|
|
1807
|
+
children: c
|
|
1808
1808
|
};
|
|
1809
1809
|
return C({
|
|
1810
1810
|
defaultTagName: "label",
|
|
1811
|
-
props:
|
|
1811
|
+
props: k(d, s),
|
|
1812
1812
|
render: t
|
|
1813
1813
|
});
|
|
1814
1814
|
}
|
|
@@ -1817,7 +1817,7 @@ function At({
|
|
|
1817
1817
|
...t
|
|
1818
1818
|
}) {
|
|
1819
1819
|
return /* @__PURE__ */ a(
|
|
1820
|
-
|
|
1820
|
+
kt.Root,
|
|
1821
1821
|
{
|
|
1822
1822
|
className: l(
|
|
1823
1823
|
"peer relative inline-flex size-4.5 shrink-0 items-center justify-center rounded-[.25rem] border border-input bg-background not-dark:bg-clip-padding shadow-xs/5 outline-none ring-ring transition-shadow",
|
|
@@ -1841,7 +1841,7 @@ function Lt({
|
|
|
1841
1841
|
...t
|
|
1842
1842
|
}) {
|
|
1843
1843
|
return /* @__PURE__ */ a(
|
|
1844
|
-
|
|
1844
|
+
kt.Indicator,
|
|
1845
1845
|
{
|
|
1846
1846
|
className: l(
|
|
1847
1847
|
"absolute -inset-px flex items-center justify-center rounded-[.25rem] text-primary-foreground",
|
|
@@ -1898,16 +1898,16 @@ function Ra({
|
|
|
1898
1898
|
tooltip: n,
|
|
1899
1899
|
controlFirst: i = !0,
|
|
1900
1900
|
required: s,
|
|
1901
|
-
id:
|
|
1902
|
-
...
|
|
1901
|
+
id: c,
|
|
1902
|
+
...d
|
|
1903
1903
|
}) {
|
|
1904
|
-
const u = Be(), p =
|
|
1904
|
+
const u = Be(), p = c ?? u, h = r ?? o, m = /* @__PURE__ */ a(
|
|
1905
1905
|
At,
|
|
1906
1906
|
{
|
|
1907
1907
|
id: p,
|
|
1908
1908
|
className: e,
|
|
1909
1909
|
required: s,
|
|
1910
|
-
...
|
|
1910
|
+
...d,
|
|
1911
1911
|
children: /* @__PURE__ */ a(Lt, { className: t?.indicator })
|
|
1912
1912
|
}
|
|
1913
1913
|
);
|
|
@@ -1942,7 +1942,7 @@ function Fa({
|
|
|
1942
1942
|
id: o,
|
|
1943
1943
|
...n
|
|
1944
1944
|
}) {
|
|
1945
|
-
const { controlFirst: i, invalid: s } = O(Je),
|
|
1945
|
+
const { controlFirst: i, invalid: s } = O(Je), c = Be(), d = o ?? c;
|
|
1946
1946
|
return /* @__PURE__ */ a(H.Root, { invalid: s, children: /* @__PURE__ */ f(
|
|
1947
1947
|
"div",
|
|
1948
1948
|
{
|
|
@@ -1952,8 +1952,8 @@ function Fa({
|
|
|
1952
1952
|
t?.wrapper
|
|
1953
1953
|
),
|
|
1954
1954
|
children: [
|
|
1955
|
-
/* @__PURE__ */ a(At, { id:
|
|
1956
|
-
/* @__PURE__ */ a(Se, { htmlFor:
|
|
1955
|
+
/* @__PURE__ */ a(At, { id: d, className: e, ...n, children: /* @__PURE__ */ a(Lt, { className: t?.indicator }) }),
|
|
1956
|
+
/* @__PURE__ */ a(Se, { htmlFor: d, className: t?.label, children: r })
|
|
1957
1957
|
]
|
|
1958
1958
|
}
|
|
1959
1959
|
) });
|
|
@@ -1963,7 +1963,7 @@ function Et({
|
|
|
1963
1963
|
className: t
|
|
1964
1964
|
}) {
|
|
1965
1965
|
return /* @__PURE__ */ a(
|
|
1966
|
-
|
|
1966
|
+
ke.Legend,
|
|
1967
1967
|
{
|
|
1968
1968
|
className: l("text-sm font-medium leading-none", t),
|
|
1969
1969
|
children: e
|
|
@@ -1978,8 +1978,8 @@ function Ma({
|
|
|
1978
1978
|
defaultValue: n,
|
|
1979
1979
|
value: i,
|
|
1980
1980
|
onValueChange: s,
|
|
1981
|
-
allValues:
|
|
1982
|
-
disabled:
|
|
1981
|
+
allValues: c,
|
|
1982
|
+
disabled: d,
|
|
1983
1983
|
controlFirst: u = !0,
|
|
1984
1984
|
className: p,
|
|
1985
1985
|
classNames: h
|
|
@@ -1990,9 +1990,9 @@ function Ma({
|
|
|
1990
1990
|
defaultValue: n,
|
|
1991
1991
|
value: i,
|
|
1992
1992
|
onValueChange: s,
|
|
1993
|
-
allValues:
|
|
1994
|
-
disabled:
|
|
1995
|
-
children: /* @__PURE__ */ f(
|
|
1993
|
+
allValues: c,
|
|
1994
|
+
disabled: d,
|
|
1995
|
+
children: /* @__PURE__ */ f(ke.Root, { className: l("flex flex-col gap-3", p), children: [
|
|
1996
1996
|
e && /* @__PURE__ */ a(Et, { className: h?.legend, children: e }),
|
|
1997
1997
|
/* @__PURE__ */ a("div", { className: l("flex flex-col gap-2", h?.items), children: t }),
|
|
1998
1998
|
r && /* @__PURE__ */ a(
|
|
@@ -2109,7 +2109,7 @@ function $a({
|
|
|
2109
2109
|
...t
|
|
2110
2110
|
}) {
|
|
2111
2111
|
return /* @__PURE__ */ a(
|
|
2112
|
-
|
|
2112
|
+
ke.Root,
|
|
2113
2113
|
{
|
|
2114
2114
|
className: l("flex flex-col gap-3", e),
|
|
2115
2115
|
"data-slot": "fieldset",
|
|
@@ -2122,7 +2122,7 @@ function Ba({
|
|
|
2122
2122
|
...t
|
|
2123
2123
|
}) {
|
|
2124
2124
|
return /* @__PURE__ */ a(
|
|
2125
|
-
|
|
2125
|
+
ke.Legend,
|
|
2126
2126
|
{
|
|
2127
2127
|
className: l("text-sm font-medium leading-none", e),
|
|
2128
2128
|
"data-slot": "fieldset-legend",
|
|
@@ -2141,8 +2141,8 @@ function Xa({
|
|
|
2141
2141
|
tooltip: n,
|
|
2142
2142
|
inline: i = !1,
|
|
2143
2143
|
children: s,
|
|
2144
|
-
className:
|
|
2145
|
-
classNames:
|
|
2144
|
+
className: c,
|
|
2145
|
+
classNames: d,
|
|
2146
2146
|
invalid: u,
|
|
2147
2147
|
...p
|
|
2148
2148
|
}) {
|
|
@@ -2150,14 +2150,14 @@ function Xa({
|
|
|
2150
2150
|
Oa,
|
|
2151
2151
|
{
|
|
2152
2152
|
render: n ? /* @__PURE__ */ a(Se, { tooltip: n }) : void 0,
|
|
2153
|
-
className:
|
|
2153
|
+
className: d?.label,
|
|
2154
2154
|
children: /* @__PURE__ */ a("span", { className: "after:text-error group-has-[*:required]:after:content-['*'] group-data-[required]:after:content-['*']", children: e })
|
|
2155
2155
|
}
|
|
2156
2156
|
);
|
|
2157
2157
|
return /* @__PURE__ */ f(
|
|
2158
2158
|
ja,
|
|
2159
2159
|
{
|
|
2160
|
-
className:
|
|
2160
|
+
className: c,
|
|
2161
2161
|
required: o,
|
|
2162
2162
|
invalid: m,
|
|
2163
2163
|
...p,
|
|
@@ -2169,9 +2169,9 @@ function Xa({
|
|
|
2169
2169
|
y,
|
|
2170
2170
|
s
|
|
2171
2171
|
] }),
|
|
2172
|
-
t && /* @__PURE__ */ a(Ga, { className:
|
|
2173
|
-
h.map((b, g) => /* @__PURE__ */ a(De, { match: b.match, className:
|
|
2174
|
-
!h.some((b) => b.match === void 0) && (h.length === 0 ? /* @__PURE__ */ a(De, { className:
|
|
2172
|
+
t && /* @__PURE__ */ a(Ga, { className: d?.description, children: t }),
|
|
2173
|
+
h.map((b, g) => /* @__PURE__ */ a(De, { match: b.match, className: d?.error, children: b.message }, g)),
|
|
2174
|
+
!h.some((b) => b.match === void 0) && (h.length === 0 ? /* @__PURE__ */ a(De, { className: d?.error }) : /* @__PURE__ */ a(jt, { children: ({ validity: b, error: g }) => !b.valid && (g === "" || b.customError) ? /* @__PURE__ */ a(De, { className: d?.error }) : null }))
|
|
2175
2175
|
]
|
|
2176
2176
|
}
|
|
2177
2177
|
);
|
|
@@ -2197,18 +2197,18 @@ function js({
|
|
|
2197
2197
|
value: n,
|
|
2198
2198
|
onValueChange: i,
|
|
2199
2199
|
allValues: s,
|
|
2200
|
-
disabled:
|
|
2201
|
-
controlFirst:
|
|
2200
|
+
disabled: c,
|
|
2201
|
+
controlFirst: d = !0,
|
|
2202
2202
|
className: u
|
|
2203
2203
|
}) {
|
|
2204
|
-
const p = Mt(), h = (m) => /* @__PURE__ */ a(Je.Provider, { value: { controlFirst:
|
|
2204
|
+
const p = Mt(), h = (m) => /* @__PURE__ */ a(Je.Provider, { value: { controlFirst: d, invalid: m }, children: /* @__PURE__ */ a(
|
|
2205
2205
|
qe,
|
|
2206
2206
|
{
|
|
2207
2207
|
defaultValue: o,
|
|
2208
2208
|
value: n,
|
|
2209
2209
|
onValueChange: i,
|
|
2210
2210
|
allValues: s,
|
|
2211
|
-
disabled:
|
|
2211
|
+
disabled: c,
|
|
2212
2212
|
children: /* @__PURE__ */ f($a, { className: u, children: [
|
|
2213
2213
|
e && /* @__PURE__ */ a(Ba, { children: e }),
|
|
2214
2214
|
/* @__PURE__ */ a("div", { className: "flex flex-col gap-2", children: r ? r.map((y) => /* @__PURE__ */ a(
|
|
@@ -2284,7 +2284,7 @@ function Wa({
|
|
|
2284
2284
|
e
|
|
2285
2285
|
),
|
|
2286
2286
|
"data-slot": "combobox-input",
|
|
2287
|
-
render: (
|
|
2287
|
+
render: (c) => /* @__PURE__ */ a(Wr, { className: "has-disabled:opacity-100", nativeInput: !0, ...c }),
|
|
2288
2288
|
...s
|
|
2289
2289
|
}
|
|
2290
2290
|
),
|
|
@@ -2402,11 +2402,11 @@ function qa({
|
|
|
2402
2402
|
alignOffset: n,
|
|
2403
2403
|
align: i = "start",
|
|
2404
2404
|
anchor: s,
|
|
2405
|
-
portalProps:
|
|
2406
|
-
...
|
|
2405
|
+
portalProps: c,
|
|
2406
|
+
...d
|
|
2407
2407
|
}) {
|
|
2408
2408
|
const { chipsRef: u } = K.useContext(Pe), p = s ?? u;
|
|
2409
|
-
return /* @__PURE__ */ a(w.Portal, { ...
|
|
2409
|
+
return /* @__PURE__ */ a(w.Portal, { ...c, children: /* @__PURE__ */ a(
|
|
2410
2410
|
w.Positioner,
|
|
2411
2411
|
{
|
|
2412
2412
|
align: i,
|
|
@@ -2428,7 +2428,7 @@ function qa({
|
|
|
2428
2428
|
{
|
|
2429
2429
|
className: "flex max-h-[min(var(--available-height),23rem)] flex-1 flex-col text-foreground",
|
|
2430
2430
|
"data-slot": "combobox-popup",
|
|
2431
|
-
...
|
|
2431
|
+
...d,
|
|
2432
2432
|
children: t
|
|
2433
2433
|
}
|
|
2434
2434
|
)
|
|
@@ -2625,10 +2625,10 @@ function rn({
|
|
|
2625
2625
|
startAddon: r,
|
|
2626
2626
|
...o
|
|
2627
2627
|
}) {
|
|
2628
|
-
const { chipsRef: n } = K.useContext(Pe), i = Mt(), s = (
|
|
2628
|
+
const { chipsRef: n } = K.useContext(Pe), i = Mt(), s = (c) => /* @__PURE__ */ f(
|
|
2629
2629
|
w.Chips,
|
|
2630
2630
|
{
|
|
2631
|
-
"aria-invalid":
|
|
2631
|
+
"aria-invalid": c,
|
|
2632
2632
|
className: l(
|
|
2633
2633
|
ie,
|
|
2634
2634
|
"relative inline-flex pr-6 w-full flex-wrap gap-1",
|
|
@@ -2655,7 +2655,7 @@ function rn({
|
|
|
2655
2655
|
]
|
|
2656
2656
|
}
|
|
2657
2657
|
);
|
|
2658
|
-
return i ? /* @__PURE__ */ a(H.Validity, { children: ({ validity:
|
|
2658
|
+
return i ? /* @__PURE__ */ a(H.Validity, { children: ({ validity: c }) => s(c.valid === !1 ? !0 : void 0) }) : s(void 0);
|
|
2659
2659
|
}
|
|
2660
2660
|
function an({
|
|
2661
2661
|
children: e,
|
|
@@ -2692,52 +2692,52 @@ function pt(e, t) {
|
|
|
2692
2692
|
const r = e - on - sn;
|
|
2693
2693
|
let o = 0, n = 0;
|
|
2694
2694
|
for (let i = 0; i < t.length; i++) {
|
|
2695
|
-
const s = t[i],
|
|
2696
|
-
if (o + (i > 0 ? Ae : 0) + s + (
|
|
2695
|
+
const s = t[i], c = i < t.length - 1;
|
|
2696
|
+
if (o + (i > 0 ? Ae : 0) + s + (c ? Ae + ln : 0) > r) break;
|
|
2697
2697
|
o += (i > 0 ? Ae : 0) + s, n++;
|
|
2698
2698
|
}
|
|
2699
2699
|
return n;
|
|
2700
2700
|
}
|
|
2701
|
-
function
|
|
2701
|
+
function cn(e, t) {
|
|
2702
2702
|
const [r, o] = K.useState(null), n = K.useRef([]), i = r === null || r.items !== e;
|
|
2703
2703
|
return K.useLayoutEffect(() => {
|
|
2704
2704
|
if (!i) return;
|
|
2705
2705
|
const s = t?.current;
|
|
2706
2706
|
if (!s) return;
|
|
2707
|
-
const
|
|
2708
|
-
n.current = Array.from(
|
|
2707
|
+
const c = s.querySelectorAll('[data-slot="combobox-chip"]');
|
|
2708
|
+
n.current = Array.from(c).map(
|
|
2709
2709
|
(u) => u.offsetWidth
|
|
2710
2710
|
);
|
|
2711
|
-
const
|
|
2711
|
+
const d = pt(
|
|
2712
2712
|
s.clientWidth,
|
|
2713
2713
|
n.current
|
|
2714
2714
|
);
|
|
2715
|
-
o({ items: e, visible:
|
|
2715
|
+
o({ items: e, visible: d });
|
|
2716
2716
|
}, [i, e, t]), K.useEffect(() => {
|
|
2717
2717
|
const s = t?.current;
|
|
2718
2718
|
if (!s) return;
|
|
2719
|
-
const
|
|
2719
|
+
const c = new ResizeObserver(() => {
|
|
2720
2720
|
if (!n.current.length) return;
|
|
2721
|
-
const
|
|
2721
|
+
const d = pt(
|
|
2722
2722
|
s.clientWidth,
|
|
2723
2723
|
n.current
|
|
2724
2724
|
);
|
|
2725
|
-
o((u) => u ? { ...u, visible:
|
|
2725
|
+
o((u) => u ? { ...u, visible: d } : null);
|
|
2726
2726
|
});
|
|
2727
|
-
return
|
|
2727
|
+
return c.observe(s), () => c.disconnect();
|
|
2728
2728
|
}, [t]), { visibleCount: r?.visible ?? e, isMeasuring: i };
|
|
2729
2729
|
}
|
|
2730
|
-
function
|
|
2730
|
+
function dn({
|
|
2731
2731
|
value: e,
|
|
2732
2732
|
getLabel: t,
|
|
2733
2733
|
getId: r
|
|
2734
2734
|
}) {
|
|
2735
|
-
const { chipsRef: o } = K.useContext(Pe), { visibleCount: n, isMeasuring: i } =
|
|
2735
|
+
const { chipsRef: o } = K.useContext(Pe), { visibleCount: n, isMeasuring: i } = cn(e.length, o), s = i ? e : e.slice(0, n), c = i ? 0 : e.length - n;
|
|
2736
2736
|
return /* @__PURE__ */ f(ne, { children: [
|
|
2737
|
-
s.map((
|
|
2738
|
-
|
|
2737
|
+
s.map((d) => /* @__PURE__ */ a(an, { "aria-label": t(d), children: t(d) }, r(d))),
|
|
2738
|
+
c > 0 && /* @__PURE__ */ f("span", { className: "flex items-center whitespace-nowrap px-1 text-sm text-muted-foreground", children: [
|
|
2739
2739
|
"+",
|
|
2740
|
-
|
|
2740
|
+
c,
|
|
2741
2741
|
" más"
|
|
2742
2742
|
] })
|
|
2743
2743
|
] });
|
|
@@ -2788,7 +2788,7 @@ function fn({
|
|
|
2788
2788
|
}) {
|
|
2789
2789
|
return /* @__PURE__ */ f(rn, { className: n, startAddon: o, children: [
|
|
2790
2790
|
/* @__PURE__ */ a(Qa, { children: (i) => /* @__PURE__ */ a(
|
|
2791
|
-
|
|
2791
|
+
dn,
|
|
2792
2792
|
{
|
|
2793
2793
|
value: i,
|
|
2794
2794
|
getLabel: e,
|
|
@@ -2806,8 +2806,8 @@ function Ws(e) {
|
|
|
2806
2806
|
renderItem: n,
|
|
2807
2807
|
placeholder: i,
|
|
2808
2808
|
emptyText: s = "Sin resultados.",
|
|
2809
|
-
multiple:
|
|
2810
|
-
onValueChange:
|
|
2809
|
+
multiple: c,
|
|
2810
|
+
onValueChange: d,
|
|
2811
2811
|
value: u,
|
|
2812
2812
|
defaultValue: p,
|
|
2813
2813
|
startAddon: h,
|
|
@@ -2821,15 +2821,15 @@ function Ws(e) {
|
|
|
2821
2821
|
items: t,
|
|
2822
2822
|
itemToStringLabel: g,
|
|
2823
2823
|
itemToStringValue: x,
|
|
2824
|
-
multiple:
|
|
2825
|
-
onValueChange:
|
|
2824
|
+
multiple: c,
|
|
2825
|
+
onValueChange: d,
|
|
2826
2826
|
value: u,
|
|
2827
2827
|
defaultValue: p,
|
|
2828
2828
|
autoHighlight: !0,
|
|
2829
2829
|
loopFocus: !0,
|
|
2830
2830
|
...b,
|
|
2831
2831
|
children: [
|
|
2832
|
-
|
|
2832
|
+
c ? /* @__PURE__ */ a(
|
|
2833
2833
|
fn,
|
|
2834
2834
|
{
|
|
2835
2835
|
getLabel: g,
|
|
@@ -2848,7 +2848,7 @@ function Ws(e) {
|
|
|
2848
2848
|
}
|
|
2849
2849
|
),
|
|
2850
2850
|
/* @__PURE__ */ f(qa, { className: m?.popup, children: [
|
|
2851
|
-
|
|
2851
|
+
c && /* @__PURE__ */ a(
|
|
2852
2852
|
"div",
|
|
2853
2853
|
{
|
|
2854
2854
|
className: "border-b p-2",
|
|
@@ -2883,17 +2883,17 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
2883
2883
|
if (!r && !o) return t;
|
|
2884
2884
|
const n = r && ae(r) ? fe(r, he) : "...", i = o && ae(o) ? fe(o, he) : "...";
|
|
2885
2885
|
return `${n} → ${i}`;
|
|
2886
|
-
}, gt = (e, t) => !e || e.length === 0 ? t : e.length === 1 ? fe(e[0], he) : `${e.length} fechas seleccionadas`,
|
|
2886
|
+
}, gt = (e, t) => !e || e.length === 0 ? t : e.length === 1 ? fe(e[0], he) : `${e.length} fechas seleccionadas`, ce = (e) => ae(e) ? fe(e, he) : "", gn = (e) => {
|
|
2887
2887
|
const t = e.trim();
|
|
2888
2888
|
if (!t) return null;
|
|
2889
2889
|
const r = /^(\d{1,2})\/(\d{1,2})\/(\d{1,4})$/.exec(t);
|
|
2890
2890
|
if (!r) return null;
|
|
2891
|
-
const [, o, n, i] = r, s = Number(o),
|
|
2892
|
-
let u = Number(
|
|
2893
|
-
if (Number.isNaN(s) || Number.isNaN(
|
|
2891
|
+
const [, o, n, i] = r, s = Number(o), c = Number(n), d = i;
|
|
2892
|
+
let u = Number(d);
|
|
2893
|
+
if (Number.isNaN(s) || Number.isNaN(c) || Number.isNaN(u) || (d.length <= 2 && (u = 2e3 + u), s < 1 || s > 31 || c < 1 || c > 12))
|
|
2894
2894
|
return null;
|
|
2895
|
-
const p = new Date(u,
|
|
2896
|
-
return p.getFullYear() !== u || p.getMonth() !==
|
|
2895
|
+
const p = new Date(u, c - 1, s);
|
|
2896
|
+
return p.getFullYear() !== u || p.getMonth() !== c - 1 || p.getDate() !== s ? null : p;
|
|
2897
2897
|
}, hn = (e, t) => {
|
|
2898
2898
|
const r = (t.lastKey === "Backspace" || t.lastKey === "Delete") && e.length < t.previousValue.length, o = e.includes("/"), n = e.trim().endsWith("/");
|
|
2899
2899
|
if ((e.match(/\//g) ?? []).length >= 2) {
|
|
@@ -2914,10 +2914,10 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
2914
2914
|
}
|
|
2915
2915
|
return x;
|
|
2916
2916
|
}
|
|
2917
|
-
const
|
|
2918
|
-
let
|
|
2919
|
-
Number.isNaN(
|
|
2920
|
-
const u =
|
|
2917
|
+
const c = s.slice(0, 2);
|
|
2918
|
+
let d = Number(c);
|
|
2919
|
+
Number.isNaN(d) && (d = 1), d < 1 && (d = 1), d > 31 && (d = 31);
|
|
2920
|
+
const u = d.toString().padStart(2, "0"), p = s.slice(2, 4), h = s.slice(4);
|
|
2921
2921
|
let m = "";
|
|
2922
2922
|
if (p.length === 0)
|
|
2923
2923
|
m = "";
|
|
@@ -2940,65 +2940,65 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
2940
2940
|
const y = `${u}/${m}`, b = !h && m.length === 2 && !r;
|
|
2941
2941
|
return h ? `${y}/${h}` : b ? `${y}/` : y;
|
|
2942
2942
|
}, bn = (e) => {
|
|
2943
|
-
const { date: t, onDateChange: r, disabledDate: o } = e, [n, i] = z(""), s = R(null),
|
|
2943
|
+
const { date: t, onDateChange: r, disabledDate: o } = e, [n, i] = z(""), s = R(null), c = R("");
|
|
2944
2944
|
L(() => {
|
|
2945
|
-
const b =
|
|
2946
|
-
i(b),
|
|
2945
|
+
const b = ce(t ?? null);
|
|
2946
|
+
i(b), c.current = b;
|
|
2947
2947
|
}, [t]);
|
|
2948
|
-
const
|
|
2948
|
+
const d = () => {
|
|
2949
2949
|
const b = n.trim();
|
|
2950
2950
|
if (!b) {
|
|
2951
|
-
r(null), i(""),
|
|
2951
|
+
r(null), i(""), c.current = "";
|
|
2952
2952
|
return;
|
|
2953
2953
|
}
|
|
2954
2954
|
const g = gn(b);
|
|
2955
2955
|
if (!g) {
|
|
2956
|
-
r(null), i(""),
|
|
2956
|
+
r(null), i(""), c.current = "";
|
|
2957
2957
|
return;
|
|
2958
2958
|
}
|
|
2959
2959
|
if (o?.(g)) {
|
|
2960
|
-
const v =
|
|
2961
|
-
i(v),
|
|
2960
|
+
const v = ce(t ?? null);
|
|
2961
|
+
i(v), c.current = v;
|
|
2962
2962
|
return;
|
|
2963
2963
|
}
|
|
2964
2964
|
r(g);
|
|
2965
|
-
const x =
|
|
2966
|
-
i(x),
|
|
2965
|
+
const x = ce(g);
|
|
2966
|
+
i(x), c.current = x;
|
|
2967
2967
|
};
|
|
2968
2968
|
return {
|
|
2969
2969
|
inputValue: n,
|
|
2970
2970
|
handleChange: (b) => {
|
|
2971
2971
|
const g = b.target.value, x = {
|
|
2972
2972
|
lastKey: s.current,
|
|
2973
|
-
previousValue:
|
|
2973
|
+
previousValue: c.current
|
|
2974
2974
|
}, v = hn(g, x);
|
|
2975
|
-
i(v),
|
|
2975
|
+
i(v), c.current = v;
|
|
2976
2976
|
},
|
|
2977
2977
|
handleBlur: () => {
|
|
2978
|
-
|
|
2978
|
+
d();
|
|
2979
2979
|
},
|
|
2980
2980
|
handleKeyDown: (b) => {
|
|
2981
2981
|
if (s.current = b.key, b.key === "Enter") {
|
|
2982
|
-
b.preventDefault(),
|
|
2982
|
+
b.preventDefault(), d();
|
|
2983
2983
|
return;
|
|
2984
2984
|
}
|
|
2985
2985
|
if (b.key === "Escape") {
|
|
2986
2986
|
b.preventDefault();
|
|
2987
|
-
const g =
|
|
2988
|
-
i(g),
|
|
2987
|
+
const g = ce(t ?? null);
|
|
2988
|
+
i(g), c.current = g;
|
|
2989
2989
|
}
|
|
2990
2990
|
},
|
|
2991
2991
|
clear: () => {
|
|
2992
|
-
r(null), i(""),
|
|
2992
|
+
r(null), i(""), c.current = "";
|
|
2993
2993
|
},
|
|
2994
2994
|
setFromExternalDate: (b) => {
|
|
2995
2995
|
r(b);
|
|
2996
|
-
const g =
|
|
2997
|
-
i(g),
|
|
2996
|
+
const g = ce(b ?? null);
|
|
2997
|
+
i(g), c.current = g;
|
|
2998
2998
|
}
|
|
2999
2999
|
};
|
|
3000
3000
|
}, vn = (e = {}) => {
|
|
3001
|
-
const { disabled: t } = e, [r, o] = z(!1), n = R(null), i =
|
|
3001
|
+
const { disabled: t } = e, [r, o] = z(!1), n = R(null), i = T(
|
|
3002
3002
|
(s) => {
|
|
3003
3003
|
if (!t) {
|
|
3004
3004
|
if (s.key === " " || s.key === "Spacebar") {
|
|
@@ -3026,8 +3026,8 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
3026
3026
|
defaultValue: n,
|
|
3027
3027
|
autoComplete: i,
|
|
3028
3028
|
className: s,
|
|
3029
|
-
disabledDate:
|
|
3030
|
-
renderFooter:
|
|
3029
|
+
disabledDate: c,
|
|
3030
|
+
renderFooter: d,
|
|
3031
3031
|
disabled: u,
|
|
3032
3032
|
onBlur: p,
|
|
3033
3033
|
...h
|
|
@@ -3045,7 +3045,7 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
3045
3045
|
} = bn({
|
|
3046
3046
|
date: m ?? null,
|
|
3047
3047
|
onDateChange: (N) => y(N),
|
|
3048
|
-
disabledDate:
|
|
3048
|
+
disabledDate: c
|
|
3049
3049
|
}), {
|
|
3050
3050
|
open: ye,
|
|
3051
3051
|
setOpen: I,
|
|
@@ -3053,14 +3053,14 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
3053
3053
|
inputRef: G
|
|
3054
3054
|
} = vn({ disabled: u }), le = (N) => {
|
|
3055
3055
|
v(N), X(N);
|
|
3056
|
-
}, q =
|
|
3056
|
+
}, q = d?.({
|
|
3057
3057
|
value: m ?? null,
|
|
3058
3058
|
clear: () => {
|
|
3059
3059
|
M(null), A();
|
|
3060
3060
|
},
|
|
3061
3061
|
selectToday: () => {
|
|
3062
3062
|
const N = /* @__PURE__ */ new Date();
|
|
3063
|
-
|
|
3063
|
+
c?.(N) || M(N);
|
|
3064
3064
|
},
|
|
3065
3065
|
setValue: (N) => {
|
|
3066
3066
|
const J = N && ae(N) ? N : null;
|
|
@@ -3134,7 +3134,7 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
3134
3134
|
"data-slot": "date-input-content",
|
|
3135
3135
|
children: [
|
|
3136
3136
|
/* @__PURE__ */ a(
|
|
3137
|
-
|
|
3137
|
+
Te,
|
|
3138
3138
|
{
|
|
3139
3139
|
className: "border-none",
|
|
3140
3140
|
mode: "single",
|
|
@@ -3144,9 +3144,9 @@ const Ys = w.useFilter, he = "dd/MM/yyyy", mt = (e, t) => !e || !ae(e) ? t : fe(
|
|
|
3144
3144
|
M(null);
|
|
3145
3145
|
return;
|
|
3146
3146
|
}
|
|
3147
|
-
|
|
3147
|
+
c?.(N) || (M(N), I(!1));
|
|
3148
3148
|
},
|
|
3149
|
-
disabled:
|
|
3149
|
+
disabled: c
|
|
3150
3150
|
}
|
|
3151
3151
|
),
|
|
3152
3152
|
q && /* @__PURE__ */ a("div", { className: "p-2", "data-slot": "date-input-footer", children: q })
|
|
@@ -3166,8 +3166,8 @@ const Qe = ({
|
|
|
3166
3166
|
disabled: n,
|
|
3167
3167
|
className: i,
|
|
3168
3168
|
classNames: s,
|
|
3169
|
-
children:
|
|
3170
|
-
footer:
|
|
3169
|
+
children: c,
|
|
3170
|
+
footer: d,
|
|
3171
3171
|
slot: u,
|
|
3172
3172
|
formValue: p,
|
|
3173
3173
|
required: h
|
|
@@ -3226,13 +3226,13 @@ const Qe = ({
|
|
|
3226
3226
|
align: "start",
|
|
3227
3227
|
"data-slot": `${u}-content`,
|
|
3228
3228
|
children: [
|
|
3229
|
-
|
|
3230
|
-
|
|
3229
|
+
c,
|
|
3230
|
+
d && /* @__PURE__ */ a(
|
|
3231
3231
|
"div",
|
|
3232
3232
|
{
|
|
3233
3233
|
className: l("p-2", s?.footer),
|
|
3234
3234
|
"data-slot": `${u}-footer`,
|
|
3235
|
-
children:
|
|
3235
|
+
children: d
|
|
3236
3236
|
}
|
|
3237
3237
|
)
|
|
3238
3238
|
]
|
|
@@ -3247,8 +3247,8 @@ const Qe = ({
|
|
|
3247
3247
|
disabled: n,
|
|
3248
3248
|
disabledDate: i,
|
|
3249
3249
|
renderFooter: s,
|
|
3250
|
-
className:
|
|
3251
|
-
classNames:
|
|
3250
|
+
className: c,
|
|
3251
|
+
classNames: d,
|
|
3252
3252
|
required: u
|
|
3253
3253
|
}) => {
|
|
3254
3254
|
const [p, h] = z(!1), [m, y] = W({
|
|
@@ -3274,15 +3274,15 @@ const Qe = ({
|
|
|
3274
3274
|
displayText: mt(m, o),
|
|
3275
3275
|
hasValue: !!m,
|
|
3276
3276
|
disabled: n,
|
|
3277
|
-
className:
|
|
3278
|
-
classNames:
|
|
3277
|
+
className: c,
|
|
3278
|
+
classNames: d,
|
|
3279
3279
|
footer: s?.(b),
|
|
3280
3280
|
formValue: mt(m, ""),
|
|
3281
3281
|
required: u,
|
|
3282
3282
|
children: /* @__PURE__ */ a(
|
|
3283
|
-
|
|
3283
|
+
Te,
|
|
3284
3284
|
{
|
|
3285
|
-
className: l("border-none",
|
|
3285
|
+
className: l("border-none", d?.calendar),
|
|
3286
3286
|
mode: "single",
|
|
3287
3287
|
selected: m ?? void 0,
|
|
3288
3288
|
onSelect: (g) => {
|
|
@@ -3301,8 +3301,8 @@ const Qe = ({
|
|
|
3301
3301
|
disabled: n,
|
|
3302
3302
|
disabledDate: i,
|
|
3303
3303
|
renderFooter: s,
|
|
3304
|
-
className:
|
|
3305
|
-
classNames:
|
|
3304
|
+
className: c,
|
|
3305
|
+
classNames: d,
|
|
3306
3306
|
required: u
|
|
3307
3307
|
}) => {
|
|
3308
3308
|
const [p, h] = z(!1), [m, y] = W({
|
|
@@ -3327,8 +3327,8 @@ const Qe = ({
|
|
|
3327
3327
|
),
|
|
3328
3328
|
hasValue: !!(b.start || b.end),
|
|
3329
3329
|
disabled: n,
|
|
3330
|
-
className:
|
|
3331
|
-
classNames:
|
|
3330
|
+
className: c,
|
|
3331
|
+
classNames: d,
|
|
3332
3332
|
footer: s?.(g),
|
|
3333
3333
|
formValue: ft(
|
|
3334
3334
|
b.start || b.end ? b : void 0,
|
|
@@ -3336,9 +3336,9 @@ const Qe = ({
|
|
|
3336
3336
|
),
|
|
3337
3337
|
required: u,
|
|
3338
3338
|
children: /* @__PURE__ */ a(
|
|
3339
|
-
|
|
3339
|
+
Te,
|
|
3340
3340
|
{
|
|
3341
|
-
className: l("border-none",
|
|
3341
|
+
className: l("border-none", d?.calendar),
|
|
3342
3342
|
mode: "range",
|
|
3343
3343
|
selected: {
|
|
3344
3344
|
from: b.start ?? void 0,
|
|
@@ -3360,8 +3360,8 @@ const Qe = ({
|
|
|
3360
3360
|
disabled: n,
|
|
3361
3361
|
disabledDate: i,
|
|
3362
3362
|
renderFooter: s,
|
|
3363
|
-
className:
|
|
3364
|
-
classNames:
|
|
3363
|
+
className: c,
|
|
3364
|
+
classNames: d,
|
|
3365
3365
|
required: u
|
|
3366
3366
|
}) => {
|
|
3367
3367
|
const [p, h] = z(!1), [m, y] = W({
|
|
@@ -3383,15 +3383,15 @@ const Qe = ({
|
|
|
3383
3383
|
displayText: gt(m, o),
|
|
3384
3384
|
hasValue: (m?.length ?? 0) > 0,
|
|
3385
3385
|
disabled: n,
|
|
3386
|
-
className:
|
|
3387
|
-
classNames:
|
|
3386
|
+
className: c,
|
|
3387
|
+
classNames: d,
|
|
3388
3388
|
footer: s?.(b),
|
|
3389
3389
|
formValue: gt(m, ""),
|
|
3390
3390
|
required: u,
|
|
3391
3391
|
children: /* @__PURE__ */ a(
|
|
3392
|
-
|
|
3392
|
+
Te,
|
|
3393
3393
|
{
|
|
3394
|
-
className: l("border-none",
|
|
3394
|
+
className: l("border-none", d?.calendar),
|
|
3395
3395
|
mode: "multiple",
|
|
3396
3396
|
selected: m ?? [],
|
|
3397
3397
|
onSelect: (g) => {
|
|
@@ -3438,7 +3438,7 @@ function zn({
|
|
|
3438
3438
|
}
|
|
3439
3439
|
);
|
|
3440
3440
|
}
|
|
3441
|
-
function
|
|
3441
|
+
function kn({
|
|
3442
3442
|
className: e,
|
|
3443
3443
|
...t
|
|
3444
3444
|
}) {
|
|
@@ -3454,7 +3454,7 @@ function Tn({
|
|
|
3454
3454
|
}
|
|
3455
3455
|
);
|
|
3456
3456
|
}
|
|
3457
|
-
function
|
|
3457
|
+
function Tn({
|
|
3458
3458
|
className: e,
|
|
3459
3459
|
classNames: t,
|
|
3460
3460
|
children: r,
|
|
@@ -3464,7 +3464,7 @@ function kn({
|
|
|
3464
3464
|
}) {
|
|
3465
3465
|
return /* @__PURE__ */ f(B.Portal, { ...n, children: [
|
|
3466
3466
|
/* @__PURE__ */ a(zn, { className: t?.backdrop }),
|
|
3467
|
-
/* @__PURE__ */ a(
|
|
3467
|
+
/* @__PURE__ */ a(kn, { className: t?.viewport, children: /* @__PURE__ */ f(
|
|
3468
3468
|
B.Popup,
|
|
3469
3469
|
{
|
|
3470
3470
|
"data-slot": "dialog-popup",
|
|
@@ -3565,8 +3565,8 @@ function Qs({
|
|
|
3565
3565
|
footer: n,
|
|
3566
3566
|
onClose: i,
|
|
3567
3567
|
hideClose: s,
|
|
3568
|
-
className:
|
|
3569
|
-
classNames:
|
|
3568
|
+
className: c,
|
|
3569
|
+
classNames: d,
|
|
3570
3570
|
onOpenChange: u,
|
|
3571
3571
|
...p
|
|
3572
3572
|
}) {
|
|
@@ -3580,22 +3580,22 @@ function Qs({
|
|
|
3580
3580
|
children: [
|
|
3581
3581
|
e && /* @__PURE__ */ a(Cn, { render: e }),
|
|
3582
3582
|
/* @__PURE__ */ f(
|
|
3583
|
-
|
|
3583
|
+
Tn,
|
|
3584
3584
|
{
|
|
3585
|
-
className:
|
|
3585
|
+
className: c,
|
|
3586
3586
|
hideClose: s,
|
|
3587
3587
|
classNames: {
|
|
3588
|
-
backdrop:
|
|
3589
|
-
viewport:
|
|
3590
|
-
closeButton:
|
|
3588
|
+
backdrop: d?.backdrop,
|
|
3589
|
+
viewport: d?.viewport,
|
|
3590
|
+
closeButton: d?.closeButton
|
|
3591
3591
|
},
|
|
3592
3592
|
children: [
|
|
3593
|
-
(t || r) && /* @__PURE__ */ f(In, { className:
|
|
3594
|
-
t && /* @__PURE__ */ a(Sn, { className:
|
|
3595
|
-
r && /* @__PURE__ */ a(Pn, { className:
|
|
3593
|
+
(t || r) && /* @__PURE__ */ f(In, { className: d?.header, children: [
|
|
3594
|
+
t && /* @__PURE__ */ a(Sn, { className: d?.title, children: t }),
|
|
3595
|
+
r && /* @__PURE__ */ a(Pn, { className: d?.description, children: r })
|
|
3596
3596
|
] }),
|
|
3597
3597
|
o,
|
|
3598
|
-
n && /* @__PURE__ */ a(_n, { className:
|
|
3598
|
+
n && /* @__PURE__ */ a(_n, { className: d?.footer, children: n })
|
|
3599
3599
|
]
|
|
3600
3600
|
}
|
|
3601
3601
|
)
|
|
@@ -3657,8 +3657,8 @@ function En({
|
|
|
3657
3657
|
maxFiles: n = 1,
|
|
3658
3658
|
allowedExtensions: i = [],
|
|
3659
3659
|
maxFileSize: s = 5 * 1024 * 1024,
|
|
3660
|
-
multiple:
|
|
3661
|
-
onError:
|
|
3660
|
+
multiple: c,
|
|
3661
|
+
onError: d,
|
|
3662
3662
|
children: u,
|
|
3663
3663
|
className: p,
|
|
3664
3664
|
...h
|
|
@@ -3668,12 +3668,12 @@ function En({
|
|
|
3668
3668
|
}, M = i.length > 0 ? Object.fromEntries(i.map((E) => [E, []])) : void 0, { getRootProps: ye, getInputProps: I, isDragActive: X, open: G } = zr({
|
|
3669
3669
|
onDrop(E, q) {
|
|
3670
3670
|
const [N, J] = An(q);
|
|
3671
|
-
A([...v, ...E]), x((er) => [...er, ...N]), e?.(E), J.length > 0 &&
|
|
3671
|
+
A([...v, ...E]), x((er) => [...er, ...N]), e?.(E), J.length > 0 && d?.(J);
|
|
3672
3672
|
},
|
|
3673
3673
|
accept: M,
|
|
3674
3674
|
maxFiles: n,
|
|
3675
3675
|
maxSize: s,
|
|
3676
|
-
multiple:
|
|
3676
|
+
multiple: c ?? n > 1,
|
|
3677
3677
|
noClick: !0
|
|
3678
3678
|
}), le = (E) => {
|
|
3679
3679
|
A(v.filter((q, N) => N !== E)), t?.(E, "accepted");
|
|
@@ -3704,7 +3704,7 @@ function Rn({
|
|
|
3704
3704
|
children: o,
|
|
3705
3705
|
...n
|
|
3706
3706
|
}) {
|
|
3707
|
-
const { getRootProps: i, getInputProps: s, isDragActive:
|
|
3707
|
+
const { getRootProps: i, getInputProps: s, isDragActive: c, open: d } = et(), u = C({
|
|
3708
3708
|
defaultTagName: "div",
|
|
3709
3709
|
render: e,
|
|
3710
3710
|
props: {
|
|
@@ -3712,9 +3712,9 @@ function Rn({
|
|
|
3712
3712
|
...n,
|
|
3713
3713
|
className: t,
|
|
3714
3714
|
"data-slot": "dropzone-trigger",
|
|
3715
|
-
"data-drag-active":
|
|
3715
|
+
"data-drag-active": c || void 0,
|
|
3716
3716
|
onClick: (p) => {
|
|
3717
|
-
|
|
3717
|
+
d(), r?.(p);
|
|
3718
3718
|
},
|
|
3719
3719
|
children: e ? void 0 : o
|
|
3720
3720
|
}
|
|
@@ -3825,8 +3825,8 @@ function tl({
|
|
|
3825
3825
|
maxFiles: n = 1,
|
|
3826
3826
|
allowedExtensions: i = [],
|
|
3827
3827
|
maxFileSize: s = 5 * 1024 * 1024,
|
|
3828
|
-
multiple:
|
|
3829
|
-
renderAcceptedFile:
|
|
3828
|
+
multiple: c,
|
|
3829
|
+
renderAcceptedFile: d,
|
|
3830
3830
|
renderRejectedFile: u,
|
|
3831
3831
|
showRejected: p = !1,
|
|
3832
3832
|
className: h,
|
|
@@ -3848,7 +3848,7 @@ function tl({
|
|
|
3848
3848
|
maxFiles: n,
|
|
3849
3849
|
allowedExtensions: i,
|
|
3850
3850
|
maxFileSize: s,
|
|
3851
|
-
multiple:
|
|
3851
|
+
multiple: c,
|
|
3852
3852
|
className: l("w-full", h),
|
|
3853
3853
|
onError: g,
|
|
3854
3854
|
...v,
|
|
@@ -3900,7 +3900,7 @@ function tl({
|
|
|
3900
3900
|
}
|
|
3901
3901
|
),
|
|
3902
3902
|
/* @__PURE__ */ f(Fn, { className: m?.content, children: [
|
|
3903
|
-
/* @__PURE__ */ a(Vn, { renderFile:
|
|
3903
|
+
/* @__PURE__ */ a(Vn, { renderFile: d }),
|
|
3904
3904
|
p && /* @__PURE__ */ a(jn, { renderFile: u })
|
|
3905
3905
|
] })
|
|
3906
3906
|
]
|
|
@@ -4061,9 +4061,9 @@ function al({
|
|
|
4061
4061
|
action: n,
|
|
4062
4062
|
children: i,
|
|
4063
4063
|
classNames: s,
|
|
4064
|
-
...
|
|
4064
|
+
...c
|
|
4065
4065
|
}) {
|
|
4066
|
-
return /* @__PURE__ */ f(Gn, { ...
|
|
4066
|
+
return /* @__PURE__ */ f(Gn, { ...c, children: [
|
|
4067
4067
|
/* @__PURE__ */ f($n, { className: s?.header, children: [
|
|
4068
4068
|
e && /* @__PURE__ */ a(Bn, { variant: t, className: s?.media, children: e }),
|
|
4069
4069
|
r && /* @__PURE__ */ a(Hn, { className: s?.title, children: r }),
|
|
@@ -4074,7 +4074,7 @@ function al({
|
|
|
4074
4074
|
] });
|
|
4075
4075
|
}
|
|
4076
4076
|
function Un(e) {
|
|
4077
|
-
return /* @__PURE__ */ a(
|
|
4077
|
+
return /* @__PURE__ */ a(kr, { "data-slot": "form", ...e });
|
|
4078
4078
|
}
|
|
4079
4079
|
function nl({
|
|
4080
4080
|
className: e,
|
|
@@ -4400,7 +4400,7 @@ function ze(e, t) {
|
|
|
4400
4400
|
{
|
|
4401
4401
|
value: o,
|
|
4402
4402
|
onValueChange: n,
|
|
4403
|
-
children: i.map((s,
|
|
4403
|
+
children: i.map((s, c) => ze(s, c))
|
|
4404
4404
|
},
|
|
4405
4405
|
t
|
|
4406
4406
|
);
|
|
@@ -4424,7 +4424,7 @@ function ze(e, t) {
|
|
|
4424
4424
|
const { type: r, label: o, items: n, ...i } = e;
|
|
4425
4425
|
return /* @__PURE__ */ f(Zn, { children: [
|
|
4426
4426
|
/* @__PURE__ */ a(Qn, { ...i, children: o }),
|
|
4427
|
-
/* @__PURE__ */ a(eo, { children: n.map((s,
|
|
4427
|
+
/* @__PURE__ */ a(eo, { children: n.map((s, c) => ze(s, c)) })
|
|
4428
4428
|
] }, t);
|
|
4429
4429
|
}
|
|
4430
4430
|
}
|
|
@@ -4437,18 +4437,18 @@ const ll = ({
|
|
|
4437
4437
|
align: n = "start",
|
|
4438
4438
|
offset: i,
|
|
4439
4439
|
alignOffset: s,
|
|
4440
|
-
classNames:
|
|
4440
|
+
classNames: c
|
|
4441
4441
|
}) => /* @__PURE__ */ f(Yn, { children: [
|
|
4442
4442
|
/* @__PURE__ */ a(qn, { render: e }),
|
|
4443
4443
|
/* @__PURE__ */ a(
|
|
4444
4444
|
$t,
|
|
4445
4445
|
{
|
|
4446
|
-
className: l(
|
|
4446
|
+
className: l(c?.popup, r),
|
|
4447
4447
|
side: o,
|
|
4448
4448
|
align: n,
|
|
4449
4449
|
sideOffset: i,
|
|
4450
4450
|
alignOffset: s,
|
|
4451
|
-
children: t.map((
|
|
4451
|
+
children: t.map((d, u) => ze(d, u))
|
|
4452
4452
|
}
|
|
4453
4453
|
)
|
|
4454
4454
|
] });
|
|
@@ -4545,7 +4545,7 @@ function co({
|
|
|
4545
4545
|
}
|
|
4546
4546
|
);
|
|
4547
4547
|
}
|
|
4548
|
-
function
|
|
4548
|
+
function cl({
|
|
4549
4549
|
className: e,
|
|
4550
4550
|
...t
|
|
4551
4551
|
}) {
|
|
@@ -4558,7 +4558,7 @@ function dl({
|
|
|
4558
4558
|
}
|
|
4559
4559
|
);
|
|
4560
4560
|
}
|
|
4561
|
-
function
|
|
4561
|
+
function dl({
|
|
4562
4562
|
className: e,
|
|
4563
4563
|
...t
|
|
4564
4564
|
}) {
|
|
@@ -4695,18 +4695,18 @@ function fl({
|
|
|
4695
4695
|
onSuccess: o,
|
|
4696
4696
|
onFinish: n
|
|
4697
4697
|
}) {
|
|
4698
|
-
const [i, s] = z(!0), [
|
|
4699
|
-
s(!0),
|
|
4698
|
+
const [i, s] = z(!0), [c, d] = z(null), [u, p] = z(null), h = T(() => {
|
|
4699
|
+
s(!0), d(null), p(null), e().then((m) => {
|
|
4700
4700
|
o?.(m), p(m);
|
|
4701
4701
|
}).catch((m) => {
|
|
4702
|
-
r?.(m),
|
|
4702
|
+
r?.(m), d(m);
|
|
4703
4703
|
}).finally(() => {
|
|
4704
4704
|
n?.(), s(!1);
|
|
4705
4705
|
});
|
|
4706
4706
|
}, t);
|
|
4707
4707
|
return L(() => {
|
|
4708
4708
|
h();
|
|
4709
|
-
}, [h]), { loading: i, error:
|
|
4709
|
+
}, [h]), { loading: i, error: c, data: u, refetch: h };
|
|
4710
4710
|
}
|
|
4711
4711
|
const gl = (e, t = !0) => {
|
|
4712
4712
|
const r = R(null), o = (n) => {
|
|
@@ -4720,7 +4720,7 @@ const gl = (e, t = !0) => {
|
|
|
4720
4720
|
}, [t]), r;
|
|
4721
4721
|
};
|
|
4722
4722
|
function hl() {
|
|
4723
|
-
const [e, t] = z(null), r =
|
|
4723
|
+
const [e, t] = z(null), r = T(async (o) => {
|
|
4724
4724
|
if (!navigator?.clipboard)
|
|
4725
4725
|
return !1;
|
|
4726
4726
|
try {
|
|
@@ -4733,7 +4733,7 @@ function hl() {
|
|
|
4733
4733
|
}
|
|
4734
4734
|
function bl(e, t) {
|
|
4735
4735
|
const r = R(null);
|
|
4736
|
-
return
|
|
4736
|
+
return T(
|
|
4737
4737
|
(...o) => {
|
|
4738
4738
|
r.current && clearTimeout(r.current), r.current = setTimeout(() => {
|
|
4739
4739
|
e(...o);
|
|
@@ -4752,14 +4752,14 @@ function vl(e, t) {
|
|
|
4752
4752
|
}, [e, t]), r;
|
|
4753
4753
|
}
|
|
4754
4754
|
function xl(e = !1, t) {
|
|
4755
|
-
const { onOpen: r, onClose: o } = t || {}, [n, i] = z(e), s =
|
|
4755
|
+
const { onOpen: r, onClose: o } = t || {}, [n, i] = z(e), s = T(() => {
|
|
4756
4756
|
i((u) => u || (r?.(), !0));
|
|
4757
|
-
}, [r]),
|
|
4757
|
+
}, [r]), c = T(() => {
|
|
4758
4758
|
i((u) => u && (o?.(), !1));
|
|
4759
|
-
}, [o]),
|
|
4760
|
-
n ?
|
|
4761
|
-
}, [
|
|
4762
|
-
return [n, { open: s, close:
|
|
4759
|
+
}, [o]), d = T(() => {
|
|
4760
|
+
n ? c() : s();
|
|
4761
|
+
}, [c, s, n]);
|
|
4762
|
+
return [n, { open: s, close: c, toggle: d }];
|
|
4763
4763
|
}
|
|
4764
4764
|
function yl(e) {
|
|
4765
4765
|
L(() => {
|
|
@@ -4821,8 +4821,8 @@ function ho(e, t) {
|
|
|
4821
4821
|
).includes(o)), !i)
|
|
4822
4822
|
return;
|
|
4823
4823
|
t.preventDefault();
|
|
4824
|
-
const
|
|
4825
|
-
|
|
4824
|
+
const d = r[t.shiftKey ? r.length - 1 : 0];
|
|
4825
|
+
d && d.focus();
|
|
4826
4826
|
}
|
|
4827
4827
|
function wl(e = !0) {
|
|
4828
4828
|
const t = R(null), r = (n) => {
|
|
@@ -4834,7 +4834,7 @@ function wl(e = !0) {
|
|
|
4834
4834
|
i = s.find(Xt) || s.find(Ge) || null, !i && Ge(n) && (i = n);
|
|
4835
4835
|
}
|
|
4836
4836
|
i && i.focus({ preventScroll: !0 });
|
|
4837
|
-
}, o =
|
|
4837
|
+
}, o = T(
|
|
4838
4838
|
(n) => {
|
|
4839
4839
|
e && n !== null && t.current !== n && (n ? (setTimeout(() => {
|
|
4840
4840
|
n.getRootNode() && r(n);
|
|
@@ -4867,7 +4867,7 @@ const bo = (e) => e.tagName === "INPUT" || e.tagName === "TEXTAREA" || e.isConte
|
|
|
4867
4867
|
}, wo = (e, t, r, o, n) => (i) => {
|
|
4868
4868
|
if (!n || vo(i, o))
|
|
4869
4869
|
return;
|
|
4870
|
-
(Array.isArray(e) ? e : [e]).some((
|
|
4870
|
+
(Array.isArray(e) ? e : [e]).some((d) => yo(i, d)) && (r && i.preventDefault(), t(i));
|
|
4871
4871
|
};
|
|
4872
4872
|
function Nl(e, t, r = {}) {
|
|
4873
4873
|
const {
|
|
@@ -4875,19 +4875,19 @@ function Nl(e, t, r = {}) {
|
|
|
4875
4875
|
preventDefault: n = !0,
|
|
4876
4876
|
ignoreInputFields: i = !0,
|
|
4877
4877
|
watch: s = !0
|
|
4878
|
-
} = r,
|
|
4878
|
+
} = r, c = T(
|
|
4879
4879
|
wo(e, t, n, i, s),
|
|
4880
4880
|
[e, t, n, i, s]
|
|
4881
4881
|
);
|
|
4882
|
-
return uo(o,
|
|
4882
|
+
return uo(o, c);
|
|
4883
4883
|
}
|
|
4884
4884
|
function Cl(e) {
|
|
4885
4885
|
const [t, r] = z(!1), o = R(null);
|
|
4886
4886
|
return L(() => {
|
|
4887
|
-
const n = (
|
|
4888
|
-
r(!0), e?.onHoverStart?.(
|
|
4889
|
-
}, i = (
|
|
4890
|
-
r(!1), e?.onHoverEnd?.(
|
|
4887
|
+
const n = (c) => {
|
|
4888
|
+
r(!0), e?.onHoverStart?.(c);
|
|
4889
|
+
}, i = (c) => {
|
|
4890
|
+
r(!1), e?.onHoverEnd?.(c);
|
|
4891
4891
|
}, s = o.current;
|
|
4892
4892
|
if (s)
|
|
4893
4893
|
return s.addEventListener("mouseover", n), s.addEventListener("mouseout", i), () => {
|
|
@@ -4901,53 +4901,53 @@ function zl({
|
|
|
4901
4901
|
rootMargin: r = "0px",
|
|
4902
4902
|
threshold: o = 0
|
|
4903
4903
|
} = {}) {
|
|
4904
|
-
const [n, i] = z(!1), s = R(null),
|
|
4905
|
-
([
|
|
4906
|
-
const u =
|
|
4904
|
+
const [n, i] = z(!1), s = R(null), c = T(
|
|
4905
|
+
([d]) => {
|
|
4906
|
+
const u = d.isIntersecting;
|
|
4907
4907
|
i(u);
|
|
4908
4908
|
},
|
|
4909
4909
|
[e]
|
|
4910
4910
|
);
|
|
4911
4911
|
return L(() => {
|
|
4912
4912
|
if (s.current == null) return;
|
|
4913
|
-
const
|
|
4913
|
+
const d = new IntersectionObserver(c, {
|
|
4914
4914
|
root: t,
|
|
4915
4915
|
rootMargin: r,
|
|
4916
4916
|
threshold: o
|
|
4917
4917
|
});
|
|
4918
|
-
return
|
|
4919
|
-
s.current != null &&
|
|
4918
|
+
return d.observe(s.current), () => {
|
|
4919
|
+
s.current != null && d.unobserve(s.current);
|
|
4920
4920
|
};
|
|
4921
|
-
}, [s, t, r, o,
|
|
4921
|
+
}, [s, t, r, o, c]), L(() => {
|
|
4922
4922
|
n && e?.();
|
|
4923
4923
|
}, [n]), { ref: s, isVisible: n };
|
|
4924
4924
|
}
|
|
4925
|
-
function
|
|
4925
|
+
function kl(e, t) {
|
|
4926
4926
|
const r = () => {
|
|
4927
4927
|
try {
|
|
4928
|
-
const
|
|
4929
|
-
return
|
|
4930
|
-
} catch (
|
|
4931
|
-
return console.error(`Error parsing localStorage key "${e}":`,
|
|
4928
|
+
const c = localStorage.getItem(e);
|
|
4929
|
+
return c ? JSON.parse(c) : t !== void 0 ? t : void 0;
|
|
4930
|
+
} catch (c) {
|
|
4931
|
+
return console.error(`Error parsing localStorage key "${e}":`, c), t !== void 0 ? t : void 0;
|
|
4932
4932
|
}
|
|
4933
4933
|
}, [o, n] = z(r);
|
|
4934
4934
|
return L(() => {
|
|
4935
4935
|
try {
|
|
4936
4936
|
o !== void 0 ? localStorage.setItem(e, JSON.stringify(o)) : localStorage.removeItem(e);
|
|
4937
|
-
} catch (
|
|
4938
|
-
console.error(`Error setting localStorage key "${e}":`,
|
|
4937
|
+
} catch (c) {
|
|
4938
|
+
console.error(`Error setting localStorage key "${e}":`, c);
|
|
4939
4939
|
}
|
|
4940
|
-
}, [e, o]), [o, (
|
|
4941
|
-
n(
|
|
4940
|
+
}, [e, o]), [o, (c) => {
|
|
4941
|
+
n(c);
|
|
4942
4942
|
}, () => {
|
|
4943
4943
|
try {
|
|
4944
4944
|
localStorage.removeItem(e), n(t !== void 0 ? t : void 0);
|
|
4945
|
-
} catch (
|
|
4946
|
-
console.error(`Error removing localStorage key "${e}":`,
|
|
4945
|
+
} catch (c) {
|
|
4946
|
+
console.error(`Error removing localStorage key "${e}":`, c);
|
|
4947
4947
|
}
|
|
4948
4948
|
}];
|
|
4949
4949
|
}
|
|
4950
|
-
const
|
|
4950
|
+
const Tl = (e) => {
|
|
4951
4951
|
const [t, r] = z(!1);
|
|
4952
4952
|
return L(() => {
|
|
4953
4953
|
const o = window.matchMedia(e), n = () => r(o.matches);
|
|
@@ -4970,11 +4970,11 @@ function Sl(e) {
|
|
|
4970
4970
|
const Pl = (e) => {
|
|
4971
4971
|
const [t, r] = z(!1), [o, n] = z(null), [i, s] = z(null);
|
|
4972
4972
|
return {
|
|
4973
|
-
mutate:
|
|
4974
|
-
async (...
|
|
4973
|
+
mutate: T(
|
|
4974
|
+
async (...d) => {
|
|
4975
4975
|
r(!0), n(null), s(null);
|
|
4976
4976
|
try {
|
|
4977
|
-
const u = await e.fn(...
|
|
4977
|
+
const u = await e.fn(...d);
|
|
4978
4978
|
return e.onSuccess?.(u), s(u), u;
|
|
4979
4979
|
} catch (u) {
|
|
4980
4980
|
const p = u;
|
|
@@ -4991,14 +4991,14 @@ const Pl = (e) => {
|
|
|
4991
4991
|
};
|
|
4992
4992
|
};
|
|
4993
4993
|
function Il(e) {
|
|
4994
|
-
const [t, r] = z(e), o =
|
|
4994
|
+
const [t, r] = z(e), o = T(() => r(e), [e]), n = T(
|
|
4995
4995
|
(i) => {
|
|
4996
4996
|
r((s) => {
|
|
4997
4997
|
if ($e(i)) {
|
|
4998
|
-
const
|
|
4999
|
-
return it(
|
|
4998
|
+
const c = i(s);
|
|
4999
|
+
return it(c) ? {
|
|
5000
5000
|
...s,
|
|
5001
|
-
...
|
|
5001
|
+
...c
|
|
5002
5002
|
} : s;
|
|
5003
5003
|
} else if (it(i))
|
|
5004
5004
|
return {
|
|
@@ -5021,25 +5021,25 @@ function No({
|
|
|
5021
5021
|
initialCurrentPage: i,
|
|
5022
5022
|
onChange: s
|
|
5023
5023
|
}) {
|
|
5024
|
-
const [
|
|
5024
|
+
const [c = 1, d] = W({
|
|
5025
5025
|
prop: r,
|
|
5026
5026
|
defaultProp: o ?? i ?? 1,
|
|
5027
5027
|
onChange: (v) => {
|
|
5028
5028
|
n?.(v), s?.({ currentPage: v, pageSize: t });
|
|
5029
5029
|
}
|
|
5030
|
-
}), u = Math.max(1, Math.ceil(e / t)), p =
|
|
5030
|
+
}), u = Math.max(1, Math.ceil(e / t)), p = c >= u, h = c <= 1, m = (c - 1) * t + 1, y = Math.min(c * t, e);
|
|
5031
5031
|
return {
|
|
5032
5032
|
next: () => {
|
|
5033
|
-
p ||
|
|
5033
|
+
p || d(Math.min(c + 1, u));
|
|
5034
5034
|
},
|
|
5035
5035
|
prev: () => {
|
|
5036
|
-
h ||
|
|
5036
|
+
h || d(Math.max(c - 1, 1));
|
|
5037
5037
|
},
|
|
5038
5038
|
goTo: (v) => {
|
|
5039
5039
|
const A = Math.min(Math.max(1, v), u);
|
|
5040
|
-
A !==
|
|
5040
|
+
A !== c && d(A);
|
|
5041
5041
|
},
|
|
5042
|
-
currentPage:
|
|
5042
|
+
currentPage: c,
|
|
5043
5043
|
maxPage: u,
|
|
5044
5044
|
isFirstPage: h,
|
|
5045
5045
|
isLastPage: p,
|
|
@@ -5075,7 +5075,7 @@ const ue = "...", Co = ({
|
|
|
5075
5075
|
siblingCount: e = 1,
|
|
5076
5076
|
...t
|
|
5077
5077
|
}) => {
|
|
5078
|
-
const r = No(t), { currentPage: o, maxPage: n } = r, { totalItems: i, pageSize: s } = t,
|
|
5078
|
+
const r = No(t), { currentPage: o, maxPage: n } = r, { totalItems: i, pageSize: s } = t, d = re(() => {
|
|
5079
5079
|
const h = 2 + 3 * e, m = 1;
|
|
5080
5080
|
if (h >= n)
|
|
5081
5081
|
return Ne(m, n + 1);
|
|
@@ -5098,40 +5098,40 @@ const ue = "...", Co = ({
|
|
|
5098
5098
|
]);
|
|
5099
5099
|
return {
|
|
5100
5100
|
...r,
|
|
5101
|
-
paginationRange:
|
|
5101
|
+
paginationRange: d ?? []
|
|
5102
5102
|
};
|
|
5103
5103
|
};
|
|
5104
5104
|
function Al(e) {
|
|
5105
|
-
const [t, r] = z(/* @__PURE__ */ new Set()), o =
|
|
5105
|
+
const [t, r] = z(/* @__PURE__ */ new Set()), o = T((p) => t.has(p), [t]), n = T((p) => {
|
|
5106
5106
|
r((h) => /* @__PURE__ */ new Set([...h, p]));
|
|
5107
|
-
}, []), i =
|
|
5107
|
+
}, []), i = T((p) => {
|
|
5108
5108
|
r((h) => {
|
|
5109
5109
|
const m = new Set(h);
|
|
5110
5110
|
return m.delete(p), m;
|
|
5111
5111
|
});
|
|
5112
|
-
}, []), s =
|
|
5112
|
+
}, []), s = T((p) => {
|
|
5113
5113
|
r((h) => {
|
|
5114
5114
|
const m = new Set(h);
|
|
5115
5115
|
return m.has(p) ? m.delete(p) : m.add(p), m;
|
|
5116
5116
|
});
|
|
5117
|
-
}, []),
|
|
5117
|
+
}, []), c = T((p) => {
|
|
5118
5118
|
r(new Set(p));
|
|
5119
|
-
}, []),
|
|
5119
|
+
}, []), d = T(() => {
|
|
5120
5120
|
r(
|
|
5121
5121
|
(p) => p.size === e.length ? /* @__PURE__ */ new Set() : new Set(e)
|
|
5122
5122
|
);
|
|
5123
|
-
}, [e]), u =
|
|
5123
|
+
}, [e]), u = T(() => r(/* @__PURE__ */ new Set()), []);
|
|
5124
5124
|
return {
|
|
5125
5125
|
isAllSelected: t.size === e.length,
|
|
5126
5126
|
isSomeSelected: t.size > 0 && t.size < e.length,
|
|
5127
5127
|
isNoneSelected: t.size === 0,
|
|
5128
5128
|
isSelected: o,
|
|
5129
5129
|
selected: [...t],
|
|
5130
|
-
setSelected:
|
|
5130
|
+
setSelected: c,
|
|
5131
5131
|
select: n,
|
|
5132
5132
|
unselect: i,
|
|
5133
5133
|
toggle: s,
|
|
5134
|
-
toggleAll:
|
|
5134
|
+
toggleAll: d,
|
|
5135
5135
|
clear: u
|
|
5136
5136
|
};
|
|
5137
5137
|
}
|
|
@@ -5140,11 +5140,11 @@ function Ll(e, t) {
|
|
|
5140
5140
|
o((u) => u >= n - 1 ? u : u + 1);
|
|
5141
5141
|
}, s = () => {
|
|
5142
5142
|
o((u) => u <= 0 ? u : u - 1);
|
|
5143
|
-
}, d = (u) => {
|
|
5144
|
-
o(u);
|
|
5145
5143
|
}, c = (u) => {
|
|
5144
|
+
o(u);
|
|
5145
|
+
}, d = (u) => {
|
|
5146
5146
|
const p = xt(e, u);
|
|
5147
|
-
p !== -1 &&
|
|
5147
|
+
p !== -1 && c(p);
|
|
5148
5148
|
};
|
|
5149
5149
|
return {
|
|
5150
5150
|
currentStepIndex: r,
|
|
@@ -5152,10 +5152,10 @@ function Ll(e, t) {
|
|
|
5152
5152
|
steps: e,
|
|
5153
5153
|
isFirstStep: r === 0,
|
|
5154
5154
|
isLastStep: r === n - 1,
|
|
5155
|
-
goTo:
|
|
5155
|
+
goTo: c,
|
|
5156
5156
|
next: i,
|
|
5157
5157
|
back: s,
|
|
5158
|
-
findAndGo:
|
|
5158
|
+
findAndGo: d
|
|
5159
5159
|
};
|
|
5160
5160
|
}
|
|
5161
5161
|
function zo(e = !1) {
|
|
@@ -5164,7 +5164,7 @@ function zo(e = !1) {
|
|
|
5164
5164
|
r(n === void 0 ? !t : n);
|
|
5165
5165
|
}];
|
|
5166
5166
|
}
|
|
5167
|
-
const tt = [10, 25, 50],
|
|
5167
|
+
const tt = [10, 25, 50], ko = {
|
|
5168
5168
|
goToFirst: "Ir a primera página",
|
|
5169
5169
|
goToPrevious: "Ir a página anterior",
|
|
5170
5170
|
goToNext: "Ir a próxima página",
|
|
@@ -5183,7 +5183,7 @@ function F() {
|
|
|
5183
5183
|
);
|
|
5184
5184
|
return e;
|
|
5185
5185
|
}
|
|
5186
|
-
function
|
|
5186
|
+
function To({
|
|
5187
5187
|
totalItems: e,
|
|
5188
5188
|
pageSize: t,
|
|
5189
5189
|
defaultPageSize: r = tt[0],
|
|
@@ -5191,8 +5191,8 @@ function ko({
|
|
|
5191
5191
|
currentPage: n,
|
|
5192
5192
|
defaultCurrentPage: i = 1,
|
|
5193
5193
|
onCurrentPageChange: s,
|
|
5194
|
-
siblingCount:
|
|
5195
|
-
getPageHref:
|
|
5194
|
+
siblingCount: c = 1,
|
|
5195
|
+
getPageHref: d,
|
|
5196
5196
|
linkComponent: u = "a",
|
|
5197
5197
|
texts: p,
|
|
5198
5198
|
className: h,
|
|
@@ -5209,9 +5209,9 @@ function ko({
|
|
|
5209
5209
|
currentPage: n,
|
|
5210
5210
|
defaultCurrentPage: i,
|
|
5211
5211
|
onCurrentPageChange: s,
|
|
5212
|
-
siblingCount:
|
|
5212
|
+
siblingCount: c
|
|
5213
5213
|
}), v = re(
|
|
5214
|
-
() => ({ ...
|
|
5214
|
+
() => ({ ...ko, ...p }),
|
|
5215
5215
|
[p]
|
|
5216
5216
|
), A = re(
|
|
5217
5217
|
() => ({
|
|
@@ -5219,7 +5219,7 @@ function ko({
|
|
|
5219
5219
|
pageSize: b,
|
|
5220
5220
|
totalItems: e,
|
|
5221
5221
|
setPageSize: g,
|
|
5222
|
-
getPageHref:
|
|
5222
|
+
getPageHref: d,
|
|
5223
5223
|
linkComponent: u,
|
|
5224
5224
|
texts: v
|
|
5225
5225
|
}),
|
|
@@ -5228,7 +5228,7 @@ function ko({
|
|
|
5228
5228
|
b,
|
|
5229
5229
|
e,
|
|
5230
5230
|
g,
|
|
5231
|
-
|
|
5231
|
+
d,
|
|
5232
5232
|
u,
|
|
5233
5233
|
v
|
|
5234
5234
|
]
|
|
@@ -5253,10 +5253,10 @@ function ve({
|
|
|
5253
5253
|
dataSlot: n,
|
|
5254
5254
|
children: i,
|
|
5255
5255
|
className: s,
|
|
5256
|
-
buttonProps:
|
|
5256
|
+
buttonProps: c
|
|
5257
5257
|
}) {
|
|
5258
|
-
const { goTo:
|
|
5259
|
-
r ||
|
|
5258
|
+
const { goTo: d, getPageHref: u, pageSize: p, linkComponent: h } = F(), m = h, y = u?.({ page: e, pageSize: Number(p) }), b = !!y && !r, g = () => {
|
|
5259
|
+
r || d(e);
|
|
5260
5260
|
}, x = {
|
|
5261
5261
|
"data-slot": n,
|
|
5262
5262
|
"data-active": t ? "true" : "false",
|
|
@@ -5272,7 +5272,7 @@ function ve({
|
|
|
5272
5272
|
nativeButton: !1,
|
|
5273
5273
|
render: /* @__PURE__ */ a(m, { href: y, onClick: g, children: i }),
|
|
5274
5274
|
...x,
|
|
5275
|
-
...
|
|
5275
|
+
...c
|
|
5276
5276
|
}
|
|
5277
5277
|
) : /* @__PURE__ */ a(
|
|
5278
5278
|
Q,
|
|
@@ -5282,7 +5282,7 @@ function ve({
|
|
|
5282
5282
|
disabled: r,
|
|
5283
5283
|
onClick: g,
|
|
5284
5284
|
...x,
|
|
5285
|
-
...
|
|
5285
|
+
...c,
|
|
5286
5286
|
children: i
|
|
5287
5287
|
}
|
|
5288
5288
|
);
|
|
@@ -5361,7 +5361,7 @@ function Io({
|
|
|
5361
5361
|
dataSlot: "pagination-next",
|
|
5362
5362
|
className: e,
|
|
5363
5363
|
buttonProps: t,
|
|
5364
|
-
children: r ?? /* @__PURE__ */ a(
|
|
5364
|
+
children: r ?? /* @__PURE__ */ a(cr, { "data-slot": "pagination-icon" })
|
|
5365
5365
|
}
|
|
5366
5366
|
);
|
|
5367
5367
|
}
|
|
@@ -5380,7 +5380,7 @@ function Rl({
|
|
|
5380
5380
|
dataSlot: "pagination-last",
|
|
5381
5381
|
className: e,
|
|
5382
5382
|
buttonProps: t,
|
|
5383
|
-
children: r ?? /* @__PURE__ */ a(
|
|
5383
|
+
children: r ?? /* @__PURE__ */ a(dr, { "data-slot": "pagination-icon" })
|
|
5384
5384
|
}
|
|
5385
5385
|
);
|
|
5386
5386
|
}
|
|
@@ -5497,9 +5497,9 @@ function Ao({
|
|
|
5497
5497
|
{
|
|
5498
5498
|
"data-slot": "pagination-size-select",
|
|
5499
5499
|
value: o,
|
|
5500
|
-
onChange: (
|
|
5501
|
-
const
|
|
5502
|
-
n(
|
|
5500
|
+
onChange: (c) => {
|
|
5501
|
+
const d = Number(c.target.value);
|
|
5502
|
+
n(d), i(1);
|
|
5503
5503
|
},
|
|
5504
5504
|
className: l(
|
|
5505
5505
|
"border border-input rounded-md w-fit min-w-[3rem] bg-background p-2 ring-offset-background",
|
|
@@ -5507,7 +5507,7 @@ function Ao({
|
|
|
5507
5507
|
t
|
|
5508
5508
|
),
|
|
5509
5509
|
...r,
|
|
5510
|
-
children: e.map((
|
|
5510
|
+
children: e.map((c) => /* @__PURE__ */ a("option", { value: c, "data-slot": "pagination-size-option", children: c }, c))
|
|
5511
5511
|
}
|
|
5512
5512
|
);
|
|
5513
5513
|
}
|
|
@@ -5520,7 +5520,7 @@ function jl({
|
|
|
5520
5520
|
className: i,
|
|
5521
5521
|
...s
|
|
5522
5522
|
}) {
|
|
5523
|
-
return /* @__PURE__ */ f(
|
|
5523
|
+
return /* @__PURE__ */ f(To, { className: i, ...s, children: [
|
|
5524
5524
|
e && /* @__PURE__ */ a(
|
|
5525
5525
|
Ao,
|
|
5526
5526
|
{
|
|
@@ -5541,8 +5541,8 @@ function Ol({
|
|
|
5541
5541
|
onHide: n,
|
|
5542
5542
|
toggleable: i = !0,
|
|
5543
5543
|
onValueChange: s,
|
|
5544
|
-
classNames:
|
|
5545
|
-
...
|
|
5544
|
+
classNames: c,
|
|
5545
|
+
...d
|
|
5546
5546
|
}) {
|
|
5547
5547
|
const [u, p] = zo(!1), h = () => {
|
|
5548
5548
|
p(), u ? n?.() : o?.();
|
|
@@ -5565,14 +5565,14 @@ function Ol({
|
|
|
5565
5565
|
/* @__PURE__ */ a(
|
|
5566
5566
|
zt,
|
|
5567
5567
|
{
|
|
5568
|
-
...
|
|
5568
|
+
...d,
|
|
5569
5569
|
onChange: m,
|
|
5570
5570
|
type: u ? "text" : "password",
|
|
5571
5571
|
className: l(
|
|
5572
5572
|
"min-w-0 flex-1 bg-transparent pl-3 outline-none",
|
|
5573
5573
|
"placeholder:text-muted-foreground",
|
|
5574
5574
|
"disabled:cursor-not-allowed",
|
|
5575
|
-
|
|
5575
|
+
c?.input
|
|
5576
5576
|
)
|
|
5577
5577
|
}
|
|
5578
5578
|
),
|
|
@@ -5587,7 +5587,7 @@ function Ol({
|
|
|
5587
5587
|
"flex shrink-0 items-center px-2 text-muted-foreground transition-colors",
|
|
5588
5588
|
"hover:text-foreground",
|
|
5589
5589
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
5590
|
-
|
|
5590
|
+
c?.toggle
|
|
5591
5591
|
),
|
|
5592
5592
|
children: u ? r : t
|
|
5593
5593
|
}
|
|
@@ -5620,8 +5620,8 @@ function nt({
|
|
|
5620
5620
|
sideOffset: n = 4,
|
|
5621
5621
|
alignOffset: i = 0,
|
|
5622
5622
|
tooltipStyle: s = !1,
|
|
5623
|
-
matchTriggerWidth:
|
|
5624
|
-
anchor:
|
|
5623
|
+
matchTriggerWidth: c = !1,
|
|
5624
|
+
anchor: d,
|
|
5625
5625
|
portalProps: u,
|
|
5626
5626
|
viewportClassName: p,
|
|
5627
5627
|
...h
|
|
@@ -5631,18 +5631,18 @@ function nt({
|
|
|
5631
5631
|
{
|
|
5632
5632
|
align: o,
|
|
5633
5633
|
alignOffset: i,
|
|
5634
|
-
anchor:
|
|
5634
|
+
anchor: d,
|
|
5635
5635
|
className: "z-50 h-(--positioner-height) w-(--positioner-width) max-w-(--available-width) transition-[top,left,right,bottom,transform] data-instant:transition-none",
|
|
5636
5636
|
"data-slot": "popover-positioner",
|
|
5637
5637
|
side: r,
|
|
5638
5638
|
sideOffset: n,
|
|
5639
|
-
style:
|
|
5639
|
+
style: c ? { width: "var(--anchor-width)" } : void 0,
|
|
5640
5640
|
children: /* @__PURE__ */ a(
|
|
5641
5641
|
$.Popup,
|
|
5642
5642
|
{
|
|
5643
5643
|
className: l(
|
|
5644
5644
|
"relative flex h-(--popup-height,auto) origin-(--transform-origin) rounded-lg border bg-popover not-dark:bg-clip-padding text-popover-foreground shadow-lg/5 outline-none transition-[width,height,scale,opacity] before:pointer-events-none before:absolute before:inset-0 before:rounded-[calc(var(--radius-lg)-1px)] before:shadow-[0_1px_--theme(--color-black/4%)] has-data-[slot=calendar]:rounded-xl has-data-[slot=calendar]:before:rounded-[calc(var(--radius-xl)-1px)] data-starting-style:scale-98 data-starting-style:opacity-0 dark:before:shadow-[0_-1px_--theme(--color-white/6%)]",
|
|
5645
|
-
|
|
5645
|
+
c ? "w-full" : "w-(--popup-width,auto) max-w-72",
|
|
5646
5646
|
s && "w-fit text-balance rounded-md text-xs shadow-md/5 before:rounded-[calc(var(--radius-md)-1px)]",
|
|
5647
5647
|
t
|
|
5648
5648
|
),
|
|
@@ -5704,8 +5704,8 @@ function Bl({
|
|
|
5704
5704
|
side: n,
|
|
5705
5705
|
align: i,
|
|
5706
5706
|
sideOffset: s,
|
|
5707
|
-
alignOffset:
|
|
5708
|
-
tooltipStyle:
|
|
5707
|
+
alignOffset: c,
|
|
5708
|
+
tooltipStyle: d,
|
|
5709
5709
|
matchTriggerWidth: u,
|
|
5710
5710
|
anchor: p,
|
|
5711
5711
|
className: h,
|
|
@@ -5720,8 +5720,8 @@ function Bl({
|
|
|
5720
5720
|
side: n,
|
|
5721
5721
|
align: i,
|
|
5722
5722
|
sideOffset: s,
|
|
5723
|
-
alignOffset:
|
|
5724
|
-
tooltipStyle:
|
|
5723
|
+
alignOffset: c,
|
|
5724
|
+
tooltipStyle: d,
|
|
5725
5725
|
matchTriggerWidth: u,
|
|
5726
5726
|
anchor: p,
|
|
5727
5727
|
className: h,
|
|
@@ -5859,8 +5859,8 @@ const Wl = ({
|
|
|
5859
5859
|
justify: n,
|
|
5860
5860
|
align: i,
|
|
5861
5861
|
gap: s = 8,
|
|
5862
|
-
wrap:
|
|
5863
|
-
grow:
|
|
5862
|
+
wrap: c,
|
|
5863
|
+
grow: d = !1,
|
|
5864
5864
|
className: u,
|
|
5865
5865
|
style: p,
|
|
5866
5866
|
...h
|
|
@@ -5871,7 +5871,7 @@ const Wl = ({
|
|
|
5871
5871
|
{
|
|
5872
5872
|
className: l(
|
|
5873
5873
|
t ? "inline-flex" : "flex",
|
|
5874
|
-
|
|
5874
|
+
d && "flex-1",
|
|
5875
5875
|
u
|
|
5876
5876
|
),
|
|
5877
5877
|
style: {
|
|
@@ -5879,7 +5879,7 @@ const Wl = ({
|
|
|
5879
5879
|
justifyContent: n,
|
|
5880
5880
|
alignItems: i,
|
|
5881
5881
|
gap: s,
|
|
5882
|
-
flexWrap:
|
|
5882
|
+
flexWrap: c === !0 ? "wrap" : c === !1 ? void 0 : c,
|
|
5883
5883
|
...p
|
|
5884
5884
|
},
|
|
5885
5885
|
"data-slot": "stack",
|
|
@@ -5916,8 +5916,8 @@ function Go({
|
|
|
5916
5916
|
indicators: n = {},
|
|
5917
5917
|
triggerMode: i = "both",
|
|
5918
5918
|
className: s,
|
|
5919
|
-
render:
|
|
5920
|
-
children:
|
|
5919
|
+
render: c,
|
|
5920
|
+
children: d,
|
|
5921
5921
|
...u
|
|
5922
5922
|
}) {
|
|
5923
5923
|
const [p = 1, h] = W({
|
|
@@ -5931,7 +5931,7 @@ function Go({
|
|
|
5931
5931
|
),
|
|
5932
5932
|
"data-orientation": o,
|
|
5933
5933
|
"data-slot": "stepper",
|
|
5934
|
-
children:
|
|
5934
|
+
children: d
|
|
5935
5935
|
};
|
|
5936
5936
|
return /* @__PURE__ */ a(
|
|
5937
5937
|
Ut.Provider,
|
|
@@ -5945,8 +5945,8 @@ function Go({
|
|
|
5945
5945
|
},
|
|
5946
5946
|
children: C({
|
|
5947
5947
|
defaultTagName: "div",
|
|
5948
|
-
render:
|
|
5949
|
-
props:
|
|
5948
|
+
render: c,
|
|
5949
|
+
props: k(m, u)
|
|
5950
5950
|
})
|
|
5951
5951
|
}
|
|
5952
5952
|
);
|
|
@@ -5971,7 +5971,7 @@ function $o({
|
|
|
5971
5971
|
return C({
|
|
5972
5972
|
defaultTagName: "nav",
|
|
5973
5973
|
render: t,
|
|
5974
|
-
props:
|
|
5974
|
+
props: k(i, o)
|
|
5975
5975
|
});
|
|
5976
5976
|
}
|
|
5977
5977
|
function Bo({
|
|
@@ -5983,8 +5983,8 @@ function Bo({
|
|
|
5983
5983
|
children: i,
|
|
5984
5984
|
...s
|
|
5985
5985
|
}) {
|
|
5986
|
-
const { activeStep:
|
|
5987
|
-
"data-state":
|
|
5986
|
+
const { activeStep: c } = se(), d = e < c ? "completed" : e === c ? "active" : "inactive", u = r && e === c, p = {
|
|
5987
|
+
"data-state": d,
|
|
5988
5988
|
"data-loading": u || void 0,
|
|
5989
5989
|
"data-slot": "stepper-item",
|
|
5990
5990
|
className: l(
|
|
@@ -5997,11 +5997,11 @@ function Bo({
|
|
|
5997
5997
|
return /* @__PURE__ */ a(
|
|
5998
5998
|
Wt.Provider,
|
|
5999
5999
|
{
|
|
6000
|
-
value: { step: e, state:
|
|
6000
|
+
value: { step: e, state: d, isDisabled: t, isLoading: u },
|
|
6001
6001
|
children: C({
|
|
6002
6002
|
defaultTagName: "div",
|
|
6003
6003
|
render: n,
|
|
6004
|
-
props:
|
|
6004
|
+
props: k(p, s)
|
|
6005
6005
|
})
|
|
6006
6006
|
}
|
|
6007
6007
|
);
|
|
@@ -6012,7 +6012,7 @@ function Ho({
|
|
|
6012
6012
|
children: r,
|
|
6013
6013
|
...o
|
|
6014
6014
|
}) {
|
|
6015
|
-
const { activeStep: n, setActiveStep: i, triggerMode: s } = se(), { step:
|
|
6015
|
+
const { activeStep: n, setActiveStep: i, triggerMode: s } = se(), { step: c, state: d, isDisabled: u, isLoading: p } = xe(), h = n === c, m = Oo(c, n, s), y = (g) => {
|
|
6016
6016
|
const x = Array.from(
|
|
6017
6017
|
g.currentTarget.closest('[data-slot="stepper-nav"]')?.querySelectorAll(
|
|
6018
6018
|
'[data-slot="stepper-trigger"]:not([disabled]):not([aria-disabled="true"])'
|
|
@@ -6038,13 +6038,13 @@ function Ho({
|
|
|
6038
6038
|
}, b = {
|
|
6039
6039
|
type: "button",
|
|
6040
6040
|
role: "tab",
|
|
6041
|
-
id: `stepper-tab-${
|
|
6041
|
+
id: `stepper-tab-${c}`,
|
|
6042
6042
|
"aria-selected": h,
|
|
6043
|
-
"aria-controls": `stepper-panel-${
|
|
6043
|
+
"aria-controls": `stepper-panel-${c}`,
|
|
6044
6044
|
"aria-disabled": !m || void 0,
|
|
6045
6045
|
tabIndex: h ? 0 : -1,
|
|
6046
6046
|
disabled: u,
|
|
6047
|
-
"data-state":
|
|
6047
|
+
"data-state": d,
|
|
6048
6048
|
"data-loading": p || void 0,
|
|
6049
6049
|
"data-slot": "stepper-trigger",
|
|
6050
6050
|
className: l(
|
|
@@ -6055,7 +6055,7 @@ function Ho({
|
|
|
6055
6055
|
e
|
|
6056
6056
|
),
|
|
6057
6057
|
onClick: () => {
|
|
6058
|
-
m && i(
|
|
6058
|
+
m && i(c);
|
|
6059
6059
|
},
|
|
6060
6060
|
onKeyDown: y,
|
|
6061
6061
|
children: r
|
|
@@ -6063,7 +6063,7 @@ function Ho({
|
|
|
6063
6063
|
return C({
|
|
6064
6064
|
defaultTagName: "button",
|
|
6065
6065
|
render: t,
|
|
6066
|
-
props:
|
|
6066
|
+
props: k(b, o)
|
|
6067
6067
|
});
|
|
6068
6068
|
}
|
|
6069
6069
|
function Xo({
|
|
@@ -6072,7 +6072,7 @@ function Xo({
|
|
|
6072
6072
|
children: r,
|
|
6073
6073
|
...o
|
|
6074
6074
|
}) {
|
|
6075
|
-
const { state: n, isLoading: i } = xe(), { indicators: s } = se(),
|
|
6075
|
+
const { state: n, isLoading: i } = xe(), { indicators: s } = se(), c = i && s.loading || n === "completed" && s.completed || n === "active" && s.active || n === "inactive" && s.inactive, d = {
|
|
6076
6076
|
"data-state": n,
|
|
6077
6077
|
"data-loading": i || void 0,
|
|
6078
6078
|
"data-slot": "stepper-indicator",
|
|
@@ -6082,12 +6082,12 @@ function Xo({
|
|
|
6082
6082
|
"data-[state=completed]:bg-primary data-[state=completed]:text-primary-foreground",
|
|
6083
6083
|
e
|
|
6084
6084
|
),
|
|
6085
|
-
children: /* @__PURE__ */ a("div", { className: "absolute", children:
|
|
6085
|
+
children: /* @__PURE__ */ a("div", { className: "absolute", children: c || r })
|
|
6086
6086
|
};
|
|
6087
6087
|
return C({
|
|
6088
6088
|
defaultTagName: "div",
|
|
6089
6089
|
render: t,
|
|
6090
|
-
props:
|
|
6090
|
+
props: k(d, o)
|
|
6091
6091
|
});
|
|
6092
6092
|
}
|
|
6093
6093
|
function Ko({
|
|
@@ -6111,7 +6111,7 @@ function Ko({
|
|
|
6111
6111
|
return C({
|
|
6112
6112
|
defaultTagName: "div",
|
|
6113
6113
|
render: t,
|
|
6114
|
-
props:
|
|
6114
|
+
props: k(i, o)
|
|
6115
6115
|
});
|
|
6116
6116
|
}
|
|
6117
6117
|
function Uo({
|
|
@@ -6129,7 +6129,7 @@ function Uo({
|
|
|
6129
6129
|
return C({
|
|
6130
6130
|
defaultTagName: "h3",
|
|
6131
6131
|
render: t,
|
|
6132
|
-
props:
|
|
6132
|
+
props: k(i, o)
|
|
6133
6133
|
});
|
|
6134
6134
|
}
|
|
6135
6135
|
function Wo({
|
|
@@ -6147,7 +6147,7 @@ function Wo({
|
|
|
6147
6147
|
return C({
|
|
6148
6148
|
defaultTagName: "p",
|
|
6149
6149
|
render: t,
|
|
6150
|
-
props:
|
|
6150
|
+
props: k(i, o)
|
|
6151
6151
|
});
|
|
6152
6152
|
}
|
|
6153
6153
|
function Yo({
|
|
@@ -6165,7 +6165,7 @@ function Yo({
|
|
|
6165
6165
|
return C({
|
|
6166
6166
|
defaultTagName: "div",
|
|
6167
6167
|
render: t,
|
|
6168
|
-
props:
|
|
6168
|
+
props: k(i, o)
|
|
6169
6169
|
});
|
|
6170
6170
|
}
|
|
6171
6171
|
function qo({
|
|
@@ -6176,22 +6176,22 @@ function qo({
|
|
|
6176
6176
|
children: n,
|
|
6177
6177
|
...i
|
|
6178
6178
|
}) {
|
|
6179
|
-
const { activeStep: s } = se(),
|
|
6180
|
-
if (!t && !
|
|
6181
|
-
const
|
|
6179
|
+
const { activeStep: s } = se(), c = e === s;
|
|
6180
|
+
if (!t && !c) return null;
|
|
6181
|
+
const d = {
|
|
6182
6182
|
role: "tabpanel",
|
|
6183
6183
|
id: `stepper-panel-${e}`,
|
|
6184
6184
|
"aria-labelledby": `stepper-tab-${e}`,
|
|
6185
|
-
hidden: !
|
|
6186
|
-
"data-state":
|
|
6185
|
+
hidden: !c,
|
|
6186
|
+
"data-state": c ? "active" : "inactive",
|
|
6187
6187
|
"data-slot": "stepper-content",
|
|
6188
|
-
className: l("w-full", r, !
|
|
6188
|
+
className: l("w-full", r, !c && "hidden"),
|
|
6189
6189
|
children: n
|
|
6190
6190
|
};
|
|
6191
6191
|
return C({
|
|
6192
6192
|
defaultTagName: "div",
|
|
6193
6193
|
render: o,
|
|
6194
|
-
props:
|
|
6194
|
+
props: k(d, i)
|
|
6195
6195
|
});
|
|
6196
6196
|
}
|
|
6197
6197
|
function Yl({ items: e, classNames: t, ...r }) {
|
|
@@ -6238,7 +6238,7 @@ function Jo({
|
|
|
6238
6238
|
...t
|
|
6239
6239
|
}) {
|
|
6240
6240
|
return /* @__PURE__ */ a(
|
|
6241
|
-
|
|
6241
|
+
Tt.Root,
|
|
6242
6242
|
{
|
|
6243
6243
|
className: l(
|
|
6244
6244
|
"peer inline-flex h-[calc(var(--thumb-size)+2px)] w-[calc(var(--thumb-size)*2-2px)] shrink-0 items-center rounded-full p-px outline-none transition-[background-color,box-shadow] duration-200",
|
|
@@ -6258,7 +6258,7 @@ function Zo({
|
|
|
6258
6258
|
...t
|
|
6259
6259
|
}) {
|
|
6260
6260
|
return /* @__PURE__ */ a(
|
|
6261
|
-
|
|
6261
|
+
Tt.Thumb,
|
|
6262
6262
|
{
|
|
6263
6263
|
className: l(
|
|
6264
6264
|
"pointer-events-none block aspect-square h-full rounded-(--thumb-size) bg-background shadow-sm/5 will-change-transform",
|
|
@@ -6281,9 +6281,9 @@ function ql({
|
|
|
6281
6281
|
controlFirst: n = !0,
|
|
6282
6282
|
tooltip: i,
|
|
6283
6283
|
classNames: s,
|
|
6284
|
-
...
|
|
6284
|
+
...c
|
|
6285
6285
|
}) {
|
|
6286
|
-
const
|
|
6286
|
+
const d = Be(), u = o ?? d, p = t ?? e;
|
|
6287
6287
|
return /* @__PURE__ */ f(
|
|
6288
6288
|
"div",
|
|
6289
6289
|
{
|
|
@@ -6293,7 +6293,7 @@ function ql({
|
|
|
6293
6293
|
s?.wrapper
|
|
6294
6294
|
),
|
|
6295
6295
|
children: [
|
|
6296
|
-
/* @__PURE__ */ a(Jo, { id: u, className: r, ...
|
|
6296
|
+
/* @__PURE__ */ a(Jo, { id: u, className: r, ...c, children: /* @__PURE__ */ a(Zo, { className: s?.thumb }) }),
|
|
6297
6297
|
p && /* @__PURE__ */ a(
|
|
6298
6298
|
Se,
|
|
6299
6299
|
{
|
|
@@ -6429,39 +6429,39 @@ function Ql({
|
|
|
6429
6429
|
onRowDoubleClick: n,
|
|
6430
6430
|
selected: i,
|
|
6431
6431
|
classNames: s,
|
|
6432
|
-
...
|
|
6432
|
+
...c
|
|
6433
6433
|
}) {
|
|
6434
6434
|
return /* @__PURE__ */ f(
|
|
6435
6435
|
Qo,
|
|
6436
6436
|
{
|
|
6437
|
-
...
|
|
6437
|
+
...c,
|
|
6438
6438
|
classNames: { container: s?.container },
|
|
6439
6439
|
children: [
|
|
6440
|
-
/* @__PURE__ */ a(ei, { className: s?.thead, children: /* @__PURE__ */ a(vt, { className: s?.headerRow, children: t.map((
|
|
6440
|
+
/* @__PURE__ */ a(ei, { className: s?.thead, children: /* @__PURE__ */ a(vt, { className: s?.headerRow, children: t.map((d, u) => /* @__PURE__ */ a(
|
|
6441
6441
|
ri,
|
|
6442
6442
|
{
|
|
6443
6443
|
className: s?.th,
|
|
6444
|
-
style: { width:
|
|
6445
|
-
children: typeof
|
|
6444
|
+
style: { width: d.width },
|
|
6445
|
+
children: typeof d.header == "function" ? d.header() : d.header
|
|
6446
6446
|
},
|
|
6447
6447
|
u
|
|
6448
6448
|
)) }) }),
|
|
6449
|
-
/* @__PURE__ */ a(ti, { className: s?.tbody, children: e.map((
|
|
6449
|
+
/* @__PURE__ */ a(ti, { className: s?.tbody, children: e.map((d, u) => /* @__PURE__ */ a(
|
|
6450
6450
|
vt,
|
|
6451
6451
|
{
|
|
6452
6452
|
className: s?.tr,
|
|
6453
|
-
"data-selected": i?.(
|
|
6454
|
-
onClick: () => o?.(
|
|
6455
|
-
onDoubleClick: () => n?.(
|
|
6456
|
-
children: t.map((p, h) => /* @__PURE__ */ a(ai, { className: s?.td, children: p.cell ? p.cell(
|
|
6453
|
+
"data-selected": i?.(d),
|
|
6454
|
+
onClick: () => o?.(d),
|
|
6455
|
+
onDoubleClick: () => n?.(d),
|
|
6456
|
+
children: t.map((p, h) => /* @__PURE__ */ a(ai, { className: s?.td, children: p.cell ? p.cell(d, u) : d[p.key] }, h))
|
|
6457
6457
|
},
|
|
6458
|
-
r ? r(
|
|
6458
|
+
r ? r(d, u) : u
|
|
6459
6459
|
)) })
|
|
6460
6460
|
]
|
|
6461
6461
|
}
|
|
6462
6462
|
);
|
|
6463
6463
|
}
|
|
6464
|
-
function
|
|
6464
|
+
function ec({
|
|
6465
6465
|
className: e,
|
|
6466
6466
|
...t
|
|
6467
6467
|
}) {
|
|
@@ -6477,7 +6477,7 @@ function ed({
|
|
|
6477
6477
|
}
|
|
6478
6478
|
);
|
|
6479
6479
|
}
|
|
6480
|
-
function
|
|
6480
|
+
function tc({
|
|
6481
6481
|
variant: e = "underline",
|
|
6482
6482
|
centered: t = !1,
|
|
6483
6483
|
className: r,
|
|
@@ -6513,7 +6513,7 @@ function td({
|
|
|
6513
6513
|
}
|
|
6514
6514
|
);
|
|
6515
6515
|
}
|
|
6516
|
-
function
|
|
6516
|
+
function rc({
|
|
6517
6517
|
className: e,
|
|
6518
6518
|
...t
|
|
6519
6519
|
}) {
|
|
@@ -6529,7 +6529,7 @@ function rd({
|
|
|
6529
6529
|
}
|
|
6530
6530
|
);
|
|
6531
6531
|
}
|
|
6532
|
-
function
|
|
6532
|
+
function ac({
|
|
6533
6533
|
className: e,
|
|
6534
6534
|
...t
|
|
6535
6535
|
}) {
|
|
@@ -6550,6 +6550,8 @@ const ni = ee(
|
|
|
6550
6550
|
default: "bg-primary text-primary-foreground [a]:hover:bg-primary/80",
|
|
6551
6551
|
secondary: "bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",
|
|
6552
6552
|
error: "bg-error/10 text-error focus-visible:ring-error/20 dark:bg-error/20 dark:focus-visible:ring-error/40 [a]:hover:bg-error/20",
|
|
6553
|
+
success: "bg-success/10 text-success focus-visible:ring-success/20 dark:bg-success/20 dark:focus-visible:ring-success/40 [a]:hover:bg-success/20",
|
|
6554
|
+
warning: "bg-warning/10 text-warning focus-visible:ring-warning/20 dark:bg-warning/20 dark:focus-visible:ring-warning/40 [a]:hover:bg-warning/20",
|
|
6553
6555
|
outline: "border-border text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",
|
|
6554
6556
|
ghost: "hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",
|
|
6555
6557
|
link: "text-primary underline-offset-4 hover:underline"
|
|
@@ -6560,7 +6562,7 @@ const ni = ee(
|
|
|
6560
6562
|
}
|
|
6561
6563
|
}
|
|
6562
6564
|
);
|
|
6563
|
-
function
|
|
6565
|
+
function nc({
|
|
6564
6566
|
className: e,
|
|
6565
6567
|
variant: t = "default",
|
|
6566
6568
|
render: r,
|
|
@@ -6568,7 +6570,7 @@ function nd({
|
|
|
6568
6570
|
}) {
|
|
6569
6571
|
return C({
|
|
6570
6572
|
defaultTagName: "span",
|
|
6571
|
-
props:
|
|
6573
|
+
props: k(
|
|
6572
6574
|
{
|
|
6573
6575
|
className: l(ni({ variant: t }), e)
|
|
6574
6576
|
},
|
|
@@ -6581,7 +6583,7 @@ function nd({
|
|
|
6581
6583
|
}
|
|
6582
6584
|
});
|
|
6583
6585
|
}
|
|
6584
|
-
function
|
|
6586
|
+
function oc({
|
|
6585
6587
|
className: e,
|
|
6586
6588
|
onValueChange: t,
|
|
6587
6589
|
...r
|
|
@@ -6622,9 +6624,9 @@ function ii({
|
|
|
6622
6624
|
className: n,
|
|
6623
6625
|
render: i,
|
|
6624
6626
|
children: s,
|
|
6625
|
-
...
|
|
6627
|
+
...c
|
|
6626
6628
|
}) {
|
|
6627
|
-
const [
|
|
6629
|
+
const [d = 1, u] = W({
|
|
6628
6630
|
prop: t,
|
|
6629
6631
|
defaultProp: e,
|
|
6630
6632
|
onChange: r
|
|
@@ -6637,10 +6639,10 @@ function ii({
|
|
|
6637
6639
|
"data-slot": "timeline",
|
|
6638
6640
|
children: s
|
|
6639
6641
|
};
|
|
6640
|
-
return /* @__PURE__ */ a(Yt.Provider, { value: { activeStep:
|
|
6642
|
+
return /* @__PURE__ */ a(Yt.Provider, { value: { activeStep: d, setActiveStep: u }, children: C({
|
|
6641
6643
|
defaultTagName: "div",
|
|
6642
6644
|
render: i,
|
|
6643
|
-
props:
|
|
6645
|
+
props: k(p, c)
|
|
6644
6646
|
}) });
|
|
6645
6647
|
}
|
|
6646
6648
|
function Ee({
|
|
@@ -6662,7 +6664,7 @@ function Ee({
|
|
|
6662
6664
|
return C({
|
|
6663
6665
|
defaultTagName: "div",
|
|
6664
6666
|
render: r,
|
|
6665
|
-
props:
|
|
6667
|
+
props: k(s, n)
|
|
6666
6668
|
});
|
|
6667
6669
|
}
|
|
6668
6670
|
function Re({
|
|
@@ -6679,7 +6681,7 @@ function Re({
|
|
|
6679
6681
|
return C({
|
|
6680
6682
|
defaultTagName: "div",
|
|
6681
6683
|
render: t,
|
|
6682
|
-
props:
|
|
6684
|
+
props: k(n, o)
|
|
6683
6685
|
});
|
|
6684
6686
|
}
|
|
6685
6687
|
function Fe({
|
|
@@ -6696,7 +6698,7 @@ function Fe({
|
|
|
6696
6698
|
return C({
|
|
6697
6699
|
defaultTagName: "h3",
|
|
6698
6700
|
render: t,
|
|
6699
|
-
props:
|
|
6701
|
+
props: k(n, o)
|
|
6700
6702
|
});
|
|
6701
6703
|
}
|
|
6702
6704
|
function Me({
|
|
@@ -6716,7 +6718,7 @@ function Me({
|
|
|
6716
6718
|
return C({
|
|
6717
6719
|
defaultTagName: "time",
|
|
6718
6720
|
render: t,
|
|
6719
|
-
props:
|
|
6721
|
+
props: k(n, o)
|
|
6720
6722
|
});
|
|
6721
6723
|
}
|
|
6722
6724
|
function Ve({
|
|
@@ -6733,7 +6735,7 @@ function Ve({
|
|
|
6733
6735
|
return C({
|
|
6734
6736
|
defaultTagName: "div",
|
|
6735
6737
|
render: t,
|
|
6736
|
-
props:
|
|
6738
|
+
props: k(n, o)
|
|
6737
6739
|
});
|
|
6738
6740
|
}
|
|
6739
6741
|
function je({
|
|
@@ -6754,7 +6756,7 @@ function je({
|
|
|
6754
6756
|
return C({
|
|
6755
6757
|
defaultTagName: "div",
|
|
6756
6758
|
render: t,
|
|
6757
|
-
props:
|
|
6759
|
+
props: k(n, o)
|
|
6758
6760
|
});
|
|
6759
6761
|
}
|
|
6760
6762
|
function Oe({
|
|
@@ -6775,10 +6777,10 @@ function Oe({
|
|
|
6775
6777
|
return C({
|
|
6776
6778
|
defaultTagName: "div",
|
|
6777
6779
|
render: t,
|
|
6778
|
-
props:
|
|
6780
|
+
props: k(n, o)
|
|
6779
6781
|
});
|
|
6780
6782
|
}
|
|
6781
|
-
function
|
|
6783
|
+
function ic({
|
|
6782
6784
|
items: e,
|
|
6783
6785
|
variant: t = "default",
|
|
6784
6786
|
classNames: r,
|
|
@@ -6937,24 +6939,24 @@ function li() {
|
|
|
6937
6939
|
toasts: e.toasts
|
|
6938
6940
|
};
|
|
6939
6941
|
}
|
|
6940
|
-
function
|
|
6942
|
+
function sc() {
|
|
6941
6943
|
return ot(V.createToastManager());
|
|
6942
6944
|
}
|
|
6943
6945
|
let Y = null;
|
|
6944
|
-
function
|
|
6946
|
+
function de(e) {
|
|
6945
6947
|
return typeof e == "string" ? { title: e } : e;
|
|
6946
6948
|
}
|
|
6947
|
-
const
|
|
6948
|
-
(e) => Y?.add({ ...
|
|
6949
|
+
const lc = Object.assign(
|
|
6950
|
+
(e) => Y?.add({ ...de(e) }),
|
|
6949
6951
|
{
|
|
6950
|
-
success: (e) => Y?.add({ variant: "success", ...
|
|
6951
|
-
error: (e) => Y?.add({ variant: "error", ...
|
|
6952
|
-
warning: (e) => Y?.add({ variant: "warning", ...
|
|
6953
|
-
info: (e) => Y?.add({ variant: "info", ...
|
|
6952
|
+
success: (e) => Y?.add({ variant: "success", ...de(e) }),
|
|
6953
|
+
error: (e) => Y?.add({ variant: "error", ...de(e) }),
|
|
6954
|
+
warning: (e) => Y?.add({ variant: "warning", ...de(e) }),
|
|
6955
|
+
info: (e) => Y?.add({ variant: "info", ...de(e) }),
|
|
6954
6956
|
promise: (e, t) => Y?.promise(e, t)
|
|
6955
6957
|
}
|
|
6956
6958
|
);
|
|
6957
|
-
function
|
|
6959
|
+
function ci() {
|
|
6958
6960
|
const e = V.useToastManager();
|
|
6959
6961
|
return Y = re(() => ot(e), [e]), L(
|
|
6960
6962
|
() => () => {
|
|
@@ -6963,13 +6965,13 @@ function di() {
|
|
|
6963
6965
|
[]
|
|
6964
6966
|
), null;
|
|
6965
6967
|
}
|
|
6966
|
-
function
|
|
6968
|
+
function di({
|
|
6967
6969
|
children: e,
|
|
6968
6970
|
toastManager: t,
|
|
6969
6971
|
container: r
|
|
6970
6972
|
}) {
|
|
6971
6973
|
return /* @__PURE__ */ f(V.Provider, { toastManager: t, children: [
|
|
6972
|
-
/* @__PURE__ */ a(
|
|
6974
|
+
/* @__PURE__ */ a(ci, {}),
|
|
6973
6975
|
e,
|
|
6974
6976
|
/* @__PURE__ */ a(V.Portal, { container: r, children: /* @__PURE__ */ a(V.Viewport, { className: "fixed top-auto right-4 bottom-4 mx-auto flex w-[calc(100%-2rem)] sm:right-8 sm:bottom-8 sm:w-[340px]", children: /* @__PURE__ */ a(ui, {}) }) })
|
|
6975
6977
|
] });
|
|
@@ -7080,7 +7082,7 @@ function hi() {
|
|
|
7080
7082
|
throw new Error("TreeItemLabel must be used within a TreeItem");
|
|
7081
7083
|
return e;
|
|
7082
7084
|
}
|
|
7083
|
-
function
|
|
7085
|
+
function cc({
|
|
7084
7086
|
tree: e,
|
|
7085
7087
|
indent: t = 20,
|
|
7086
7088
|
className: r,
|
|
@@ -7088,9 +7090,9 @@ function dd({
|
|
|
7088
7090
|
style: n,
|
|
7089
7091
|
...i
|
|
7090
7092
|
}) {
|
|
7091
|
-
const { style: s, ...
|
|
7093
|
+
const { style: s, ...c } = e.getContainerProps(), d = {
|
|
7092
7094
|
"data-slot": "tree",
|
|
7093
|
-
...
|
|
7095
|
+
...c,
|
|
7094
7096
|
className: l("flex flex-col outline-none", r),
|
|
7095
7097
|
style: {
|
|
7096
7098
|
...s,
|
|
@@ -7101,10 +7103,10 @@ function dd({
|
|
|
7101
7103
|
return /* @__PURE__ */ a(qt.Provider, { value: { tree: e }, children: C({
|
|
7102
7104
|
defaultTagName: "div",
|
|
7103
7105
|
render: o,
|
|
7104
|
-
props:
|
|
7106
|
+
props: k(d, i)
|
|
7105
7107
|
}) });
|
|
7106
7108
|
}
|
|
7107
|
-
function
|
|
7109
|
+
function dc({
|
|
7108
7110
|
item: e,
|
|
7109
7111
|
leafIcon: t,
|
|
7110
7112
|
parentIcon: r = fi,
|
|
@@ -7112,9 +7114,9 @@ function cd({
|
|
|
7112
7114
|
render: n,
|
|
7113
7115
|
children: i,
|
|
7114
7116
|
style: s,
|
|
7115
|
-
...
|
|
7117
|
+
...c
|
|
7116
7118
|
}) {
|
|
7117
|
-
const { style:
|
|
7119
|
+
const { style: d, ...u } = e.getProps(), p = e.getItemMeta().level, h = e.isFolder(), m = e.isExpanded(), y = h ? typeof r == "function" ? r(m) : r : t, b = /* @__PURE__ */ f(bi, { children: [
|
|
7118
7120
|
y,
|
|
7119
7121
|
e.getItemName()
|
|
7120
7122
|
] }), g = {
|
|
@@ -7128,7 +7130,7 @@ function cd({
|
|
|
7128
7130
|
"aria-expanded": h ? m : void 0,
|
|
7129
7131
|
...u,
|
|
7130
7132
|
style: {
|
|
7131
|
-
...
|
|
7133
|
+
...d,
|
|
7132
7134
|
...s,
|
|
7133
7135
|
paddingInlineStart: `calc(var(--tree-indent) * ${p})`
|
|
7134
7136
|
},
|
|
@@ -7142,7 +7144,7 @@ function cd({
|
|
|
7142
7144
|
return /* @__PURE__ */ a(Jt.Provider, { value: { item: e }, children: C({
|
|
7143
7145
|
defaultTagName: "button",
|
|
7144
7146
|
render: n,
|
|
7145
|
-
props:
|
|
7147
|
+
props: k(g, c)
|
|
7146
7148
|
}) });
|
|
7147
7149
|
}
|
|
7148
7150
|
function bi({
|
|
@@ -7168,10 +7170,10 @@ function bi({
|
|
|
7168
7170
|
return C({
|
|
7169
7171
|
defaultTagName: "span",
|
|
7170
7172
|
render: t,
|
|
7171
|
-
props:
|
|
7173
|
+
props: k(i, o)
|
|
7172
7174
|
});
|
|
7173
7175
|
}
|
|
7174
|
-
function
|
|
7176
|
+
function uc({
|
|
7175
7177
|
className: e,
|
|
7176
7178
|
render: t,
|
|
7177
7179
|
style: r,
|
|
@@ -7192,20 +7194,20 @@ function ud({
|
|
|
7192
7194
|
return C({
|
|
7193
7195
|
defaultTagName: "div",
|
|
7194
7196
|
render: t,
|
|
7195
|
-
props:
|
|
7197
|
+
props: k(s, o)
|
|
7196
7198
|
});
|
|
7197
7199
|
}
|
|
7198
|
-
function
|
|
7200
|
+
function pc({
|
|
7199
7201
|
children: e,
|
|
7200
7202
|
tooltipDelay: t,
|
|
7201
7203
|
...r
|
|
7202
7204
|
}) {
|
|
7203
|
-
return /* @__PURE__ */ a(Ia, { delay: t, children: /* @__PURE__ */ a(
|
|
7205
|
+
return /* @__PURE__ */ a(Ia, { delay: t, children: /* @__PURE__ */ a(di, { ...r, children: e }) });
|
|
7204
7206
|
}
|
|
7205
|
-
const Zt = {}, Qt = j({ theme: Zt }), vi = () => O(Qt),
|
|
7207
|
+
const Zt = {}, Qt = j({ theme: Zt }), vi = () => O(Qt), mc = ({
|
|
7206
7208
|
children: e,
|
|
7207
7209
|
theme: t = Zt
|
|
7208
|
-
}) => /* @__PURE__ */ a(Qt.Provider, { value: { theme: t }, children: e }),
|
|
7210
|
+
}) => /* @__PURE__ */ a(Qt.Provider, { value: { theme: t }, children: e }), fc = (e, t, r = {}) => {
|
|
7209
7211
|
const { theme: o } = vi(), n = o[e] || {};
|
|
7210
7212
|
return {
|
|
7211
7213
|
...r,
|
|
@@ -7217,17 +7219,17 @@ export {
|
|
|
7217
7219
|
ls as Accordion,
|
|
7218
7220
|
Fr as AccordionContent,
|
|
7219
7221
|
Er as AccordionItem,
|
|
7220
|
-
|
|
7222
|
+
xc as AccordionPrimitive,
|
|
7221
7223
|
Lr as AccordionRoot,
|
|
7222
7224
|
Rr as AccordionTrigger,
|
|
7223
|
-
|
|
7225
|
+
cs as AlertDialog,
|
|
7224
7226
|
Gr as AlertDialogBackdrop,
|
|
7225
|
-
|
|
7227
|
+
ct as AlertDialogClose,
|
|
7226
7228
|
Xr as AlertDialogDescription,
|
|
7227
7229
|
Ur as AlertDialogFooter,
|
|
7228
7230
|
Kr as AlertDialogHeader,
|
|
7229
7231
|
Br as AlertDialogPopup,
|
|
7230
|
-
|
|
7232
|
+
wc as AlertDialogPrimitive,
|
|
7231
7233
|
jr as AlertDialogRoot,
|
|
7232
7234
|
Hr as AlertDialogTitle,
|
|
7233
7235
|
Or as AlertDialogTrigger,
|
|
@@ -7242,27 +7244,27 @@ export {
|
|
|
7242
7244
|
Qr as AutocompleteItem,
|
|
7243
7245
|
Zr as AutocompleteList,
|
|
7244
7246
|
Jr as AutocompletePopup,
|
|
7245
|
-
|
|
7247
|
+
Cc as AutocompletePrimitive,
|
|
7246
7248
|
Yr as AutocompleteRoot,
|
|
7247
7249
|
ms as AutocompleteRow,
|
|
7248
|
-
|
|
7250
|
+
ds as AutocompleteSeparator,
|
|
7249
7251
|
aa as AutocompleteStatus,
|
|
7250
7252
|
ta as AutocompleteTrigger,
|
|
7251
7253
|
fs as AutocompleteValue,
|
|
7252
7254
|
Ps as Avatar,
|
|
7253
7255
|
la as AvatarBadge,
|
|
7254
7256
|
sa as AvatarFallback,
|
|
7255
|
-
|
|
7257
|
+
Ts as AvatarGroup,
|
|
7256
7258
|
Ss as AvatarGroupCount,
|
|
7257
7259
|
ia as AvatarImage,
|
|
7258
|
-
|
|
7260
|
+
Ic as AvatarPrimitive,
|
|
7259
7261
|
oa as AvatarRoot,
|
|
7260
7262
|
Mr as BaseButton,
|
|
7261
7263
|
Q as Button,
|
|
7262
|
-
|
|
7264
|
+
Te as Calendar,
|
|
7263
7265
|
Es as Card,
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
+
ka as CardAction,
|
|
7267
|
+
Ta as CardContent,
|
|
7266
7268
|
za as CardDescription,
|
|
7267
7269
|
Sa as CardFooter,
|
|
7268
7270
|
Na as CardHeader,
|
|
@@ -7274,7 +7276,7 @@ export {
|
|
|
7274
7276
|
Je as CheckboxGroupContext,
|
|
7275
7277
|
Vs as CheckboxGroupRoot,
|
|
7276
7278
|
Lt as CheckboxIndicator,
|
|
7277
|
-
|
|
7279
|
+
Lc as CheckboxPrimitive,
|
|
7278
7280
|
At as CheckboxRoot,
|
|
7279
7281
|
Ws as Combobox,
|
|
7280
7282
|
an as ComboboxChip,
|
|
@@ -7291,7 +7293,7 @@ export {
|
|
|
7291
7293
|
Ja as ComboboxItem,
|
|
7292
7294
|
en as ComboboxList,
|
|
7293
7295
|
qa as ComboboxPopup,
|
|
7294
|
-
|
|
7296
|
+
Gc as ComboboxPrimitive,
|
|
7295
7297
|
Ka as ComboboxRoot,
|
|
7296
7298
|
Xs as ComboboxRow,
|
|
7297
7299
|
Gs as ComboboxSearchInput,
|
|
@@ -7309,12 +7311,12 @@ export {
|
|
|
7309
7311
|
Pn as DialogDescription,
|
|
7310
7312
|
_n as DialogFooter,
|
|
7311
7313
|
In as DialogHeader,
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
+
Tn as DialogPopup,
|
|
7315
|
+
Xc as DialogPrimitive,
|
|
7314
7316
|
Nn as DialogRoot,
|
|
7315
7317
|
Sn as DialogTitle,
|
|
7316
7318
|
Cn as DialogTrigger,
|
|
7317
|
-
|
|
7319
|
+
kn as DialogViewport,
|
|
7318
7320
|
el as Divider,
|
|
7319
7321
|
tl as Dropzone,
|
|
7320
7322
|
Vn as DropzoneAcceptedFiles,
|
|
@@ -7337,23 +7339,23 @@ export {
|
|
|
7337
7339
|
Ms as FieldItem,
|
|
7338
7340
|
Oa as FieldLabel,
|
|
7339
7341
|
Ba as FieldLegend,
|
|
7340
|
-
|
|
7342
|
+
Rc as FieldPrimitive,
|
|
7341
7343
|
ja as FieldRoot,
|
|
7342
7344
|
$a as FieldSet,
|
|
7343
7345
|
jt as FieldValidity,
|
|
7344
|
-
|
|
7346
|
+
Mc as FieldsetPrimitive,
|
|
7345
7347
|
P as FileType,
|
|
7346
7348
|
rl as FileTypeGroups,
|
|
7347
7349
|
Un as Form,
|
|
7348
|
-
|
|
7350
|
+
Yc as FormPrimitive,
|
|
7349
7351
|
ws as HookField,
|
|
7350
7352
|
ys as HookForm,
|
|
7351
7353
|
Wr as Input,
|
|
7352
|
-
|
|
7354
|
+
kc as InputPrimitive,
|
|
7353
7355
|
nl as Kbd,
|
|
7354
7356
|
ol as KbdGroup,
|
|
7355
7357
|
Se as Label,
|
|
7356
|
-
|
|
7358
|
+
pc as LibraryProvider,
|
|
7357
7359
|
il as Loader,
|
|
7358
7360
|
ll as Menu,
|
|
7359
7361
|
to as MenuCheckboxItem,
|
|
@@ -7377,10 +7379,10 @@ export {
|
|
|
7377
7379
|
io as NumberInputGroup,
|
|
7378
7380
|
co as NumberInputIncrement,
|
|
7379
7381
|
so as NumberInputInput,
|
|
7380
|
-
|
|
7382
|
+
Jc as NumberInputPrimitive,
|
|
7381
7383
|
oo as NumberInputRoot,
|
|
7382
|
-
|
|
7383
|
-
|
|
7384
|
+
cl as NumberInputScrubArea,
|
|
7385
|
+
dl as NumberInputScrubAreaCursor,
|
|
7384
7386
|
tt as PAGINATION_SIZES,
|
|
7385
7387
|
jl as Pagination,
|
|
7386
7388
|
_o as PaginationEllipsis,
|
|
@@ -7392,7 +7394,7 @@ export {
|
|
|
7392
7394
|
Fl as PaginationPages,
|
|
7393
7395
|
Po as PaginationPrevious,
|
|
7394
7396
|
Do as PaginationRange,
|
|
7395
|
-
|
|
7397
|
+
To as PaginationRoot,
|
|
7396
7398
|
Ao as PaginationSizeSelect,
|
|
7397
7399
|
Ml as PaginationTotal,
|
|
7398
7400
|
Ol as Password,
|
|
@@ -7403,7 +7405,7 @@ export {
|
|
|
7403
7405
|
Gl as PopoverCreateHandle,
|
|
7404
7406
|
Eo as PopoverDescription,
|
|
7405
7407
|
nt as PopoverPopup,
|
|
7406
|
-
|
|
7408
|
+
Bc as PopoverPrimitive,
|
|
7407
7409
|
rt as PopoverRoot,
|
|
7408
7410
|
Lo as PopoverTitle,
|
|
7409
7411
|
at as PopoverTrigger,
|
|
@@ -7414,8 +7416,8 @@ export {
|
|
|
7414
7416
|
Vo as ProgressTrack,
|
|
7415
7417
|
Xl as ProgressValue,
|
|
7416
7418
|
St as ScrollArea,
|
|
7417
|
-
|
|
7418
|
-
|
|
7419
|
+
Sc as ScrollAreaPrimitive,
|
|
7420
|
+
dt as ScrollBar,
|
|
7419
7421
|
ba as Select,
|
|
7420
7422
|
Is as SelectButton,
|
|
7421
7423
|
pa as SelectContent,
|
|
@@ -7424,12 +7426,12 @@ export {
|
|
|
7424
7426
|
ma as SelectItem,
|
|
7425
7427
|
Ls as SelectLabel,
|
|
7426
7428
|
pa as SelectPopup,
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
+
Dc as SelectPrimitive,
|
|
7430
|
+
ca as SelectRoot,
|
|
7429
7431
|
_s as SelectSeparator,
|
|
7430
|
-
|
|
7432
|
+
da as SelectTrigger,
|
|
7431
7433
|
ua as SelectValue,
|
|
7432
|
-
|
|
7434
|
+
Uc as SeparatorPrimitive,
|
|
7433
7435
|
Ul as Skeleton,
|
|
7434
7436
|
Wl as Stack,
|
|
7435
7437
|
Yl as Stepper,
|
|
@@ -7446,7 +7448,7 @@ export {
|
|
|
7446
7448
|
ql as Switch,
|
|
7447
7449
|
Jo as SwitchRoot,
|
|
7448
7450
|
Zo as SwitchThumb,
|
|
7449
|
-
|
|
7451
|
+
tc as TabList,
|
|
7450
7452
|
Ql as Table,
|
|
7451
7453
|
ti as TableBody,
|
|
7452
7454
|
Zl as TableCaption,
|
|
@@ -7456,17 +7458,17 @@ export {
|
|
|
7456
7458
|
ei as TableHeader,
|
|
7457
7459
|
Qo as TableRoot,
|
|
7458
7460
|
vt as TableRow,
|
|
7459
|
-
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7463
|
-
|
|
7464
|
-
|
|
7465
|
-
|
|
7466
|
-
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
|
-
|
|
7461
|
+
ec as Tabs,
|
|
7462
|
+
ac as TabsContent,
|
|
7463
|
+
tc as TabsList,
|
|
7464
|
+
ac as TabsPanel,
|
|
7465
|
+
Qc as TabsPrimitive,
|
|
7466
|
+
rc as TabsTab,
|
|
7467
|
+
rc as TabsTrigger,
|
|
7468
|
+
nc as Tag,
|
|
7469
|
+
oc as Textarea,
|
|
7470
|
+
mc as ThemeProvider,
|
|
7471
|
+
ic as Timeline,
|
|
7470
7472
|
Ve as TimelineContent,
|
|
7471
7473
|
Me as TimelineDate,
|
|
7472
7474
|
Re as TimelineHeader,
|
|
@@ -7475,34 +7477,34 @@ export {
|
|
|
7475
7477
|
ii as TimelineRoot,
|
|
7476
7478
|
Oe as TimelineSeparator,
|
|
7477
7479
|
Fe as TimelineTitle,
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
+
td as ToastPrimitive,
|
|
7481
|
+
di as ToastProvider,
|
|
7480
7482
|
Ea as Tooltip,
|
|
7481
7483
|
La as TooltipArrow,
|
|
7482
7484
|
Aa as TooltipPopup,
|
|
7483
|
-
|
|
7485
|
+
jc as TooltipPrimitive,
|
|
7484
7486
|
Ia as TooltipProvider,
|
|
7485
7487
|
_a as TooltipRoot,
|
|
7486
7488
|
Da as TooltipTrigger,
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
+
uc as TreeDragLine,
|
|
7490
|
+
dc as TreeItem,
|
|
7489
7491
|
bi as TreeItemLabel,
|
|
7490
|
-
|
|
7492
|
+
cc as TreeRoot,
|
|
7491
7493
|
Vr as buttonVariants,
|
|
7492
7494
|
l as cn,
|
|
7493
7495
|
Ns as createSafeContext,
|
|
7494
|
-
|
|
7496
|
+
sc as createToastManager,
|
|
7495
7497
|
Cs as ensureReactElement,
|
|
7496
7498
|
na as extractInitials,
|
|
7497
7499
|
zs as getFormData,
|
|
7498
7500
|
ie as inputBaseClasses,
|
|
7499
|
-
|
|
7501
|
+
ks as mergeRefs,
|
|
7500
7502
|
Ha as normalizeError,
|
|
7501
7503
|
vs as parseFormValues,
|
|
7502
7504
|
It as selectTriggerClasses,
|
|
7503
7505
|
_t as selectTriggerIconClassName,
|
|
7504
7506
|
ni as tagVariants,
|
|
7505
|
-
|
|
7507
|
+
lc as toast,
|
|
7506
7508
|
si as toastVariants,
|
|
7507
7509
|
Ar as twMerge,
|
|
7508
7510
|
ml as useArray,
|
|
@@ -7511,7 +7513,7 @@ export {
|
|
|
7511
7513
|
gl as useClickOutside,
|
|
7512
7514
|
hl as useClipboard,
|
|
7513
7515
|
Ys as useComboboxFilter,
|
|
7514
|
-
|
|
7516
|
+
bc as useControllableState,
|
|
7515
7517
|
bl as useDebouncedCallback,
|
|
7516
7518
|
vl as useDebouncedValue,
|
|
7517
7519
|
xl as useDisclosure,
|
|
@@ -7524,8 +7526,8 @@ export {
|
|
|
7524
7526
|
Cl as useHover,
|
|
7525
7527
|
Mt as useIsInsideFieldRoot,
|
|
7526
7528
|
zl as useIsVisible,
|
|
7527
|
-
|
|
7528
|
-
|
|
7529
|
+
kl as useLocalStorage,
|
|
7530
|
+
Tl as useMediaQuery,
|
|
7529
7531
|
Sl as useMemoizedFn,
|
|
7530
7532
|
Pl as useMutation,
|
|
7531
7533
|
Il as useObject,
|
|
@@ -7538,7 +7540,7 @@ export {
|
|
|
7538
7540
|
xe as useStepItem,
|
|
7539
7541
|
se as useStepper,
|
|
7540
7542
|
vi as useTheme,
|
|
7541
|
-
|
|
7543
|
+
fc as useThemeProps,
|
|
7542
7544
|
li as useToastManager,
|
|
7543
7545
|
zo as useToggle
|
|
7544
7546
|
};
|