@npm-questionpro/wick-ui-lib 1.0.4 → 1.1.0
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.
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { jsx as a, Fragment as
|
|
1
|
+
import { jsx as a, Fragment as F, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import * as ye from "@radix-ui/react-avatar";
|
|
3
3
|
import * as x from "react";
|
|
4
|
-
import
|
|
5
|
-
import { clsx as
|
|
6
|
-
import { extendTailwindMerge as
|
|
4
|
+
import C, { useState as R, useRef as Y, forwardRef as ve, useEffect as P, useMemo as U, useCallback as J, createElement as Bt, memo as du } from "react";
|
|
5
|
+
import { clsx as cu } from "clsx";
|
|
6
|
+
import { extendTailwindMerge as mu } from "tailwind-merge";
|
|
7
7
|
import { Slot as Ne } from "@radix-ui/react-slot";
|
|
8
|
-
import { cva as
|
|
9
|
-
import * as
|
|
8
|
+
import { cva as Z } from "class-variance-authority";
|
|
9
|
+
import * as Ft from "@radix-ui/react-label";
|
|
10
10
|
import * as We from "@radix-ui/react-tooltip";
|
|
11
|
-
import { Portal as
|
|
12
|
-
import { format as we, add as ct, sub as Ue, isBefore as
|
|
11
|
+
import { Portal as pu, Arrow as fu } from "@radix-ui/react-tooltip";
|
|
12
|
+
import { format as we, add as ct, sub as Ue, isBefore as bu, isSameDay as Tt, isValid as Dt, differenceInCalendarDays as hu, isToday as gu } from "date-fns";
|
|
13
13
|
import * as Me from "@radix-ui/react-popover";
|
|
14
|
-
import { PopoverClose as mt, PopoverTrigger as
|
|
15
|
-
import { getDefaultClassNames as
|
|
14
|
+
import { PopoverClose as mt, PopoverTrigger as xu } from "@radix-ui/react-popover";
|
|
15
|
+
import { getDefaultClassNames as yu, DayPicker as vu } from "react-day-picker";
|
|
16
16
|
import * as nt from "@radix-ui/react-checkbox";
|
|
17
|
-
import { Command as
|
|
17
|
+
import { Command as V } from "cmdk";
|
|
18
18
|
import * as ce from "@radix-ui/react-scroll-area";
|
|
19
|
-
import { Virtuoso as
|
|
19
|
+
import { Virtuoso as Nu } from "react-virtuoso";
|
|
20
20
|
import * as L from "@radix-ui/react-dropdown-menu";
|
|
21
21
|
import * as z from "@radix-ui/react-dialog";
|
|
22
22
|
import * as _e from "@radix-ui/react-radio-group";
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
25
|
-
import * as
|
|
26
|
-
import { flexRender as
|
|
27
|
-
import * as
|
|
23
|
+
import * as qt from "@radix-ui/react-separator";
|
|
24
|
+
import * as Ve from "@radix-ui/react-toggle-group";
|
|
25
|
+
import * as $t from "@radix-ui/react-toggle";
|
|
26
|
+
import { flexRender as Ut, useReactTable as Vt, getPaginationRowModel as Gt, getCoreRowModel as Yt, getFilteredRowModel as Cu, getSortedRowModel as ku } from "@tanstack/react-table";
|
|
27
|
+
import * as K from "@radix-ui/react-toast";
|
|
28
28
|
import * as ot from "@radix-ui/react-switch";
|
|
29
|
-
const
|
|
29
|
+
const Su = mu({ prefix: "wu-" });
|
|
30
30
|
function n(...e) {
|
|
31
|
-
return
|
|
31
|
+
return Su(cu(e));
|
|
32
32
|
}
|
|
33
33
|
const lt = (e) => {
|
|
34
34
|
window.open(
|
|
@@ -37,7 +37,7 @@ const lt = (e) => {
|
|
|
37
37
|
"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600"
|
|
38
38
|
);
|
|
39
39
|
};
|
|
40
|
-
function
|
|
40
|
+
function Ge() {
|
|
41
41
|
return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
|
|
42
42
|
}
|
|
43
43
|
function Ee(e) {
|
|
@@ -52,7 +52,7 @@ function Ee(e) {
|
|
|
52
52
|
return "";
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
const
|
|
55
|
+
const Ru = (e) => e ? /\S+@questionpro\.com/.test(e) : !1, Jt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
56
56
|
ye.Root,
|
|
57
57
|
{
|
|
58
58
|
ref: u,
|
|
@@ -63,8 +63,8 @@ const Kt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
63
63
|
...t
|
|
64
64
|
}
|
|
65
65
|
));
|
|
66
|
-
|
|
67
|
-
const
|
|
66
|
+
Jt.displayName = ye.Root.displayName;
|
|
67
|
+
const Kt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
68
68
|
ye.Image,
|
|
69
69
|
{
|
|
70
70
|
ref: u,
|
|
@@ -72,8 +72,8 @@ const Xt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
72
72
|
...t
|
|
73
73
|
}
|
|
74
74
|
));
|
|
75
|
-
|
|
76
|
-
const
|
|
75
|
+
Kt.displayName = ye.Image.displayName;
|
|
76
|
+
const Xt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
77
77
|
ye.Fallback,
|
|
78
78
|
{
|
|
79
79
|
ref: u,
|
|
@@ -84,9 +84,9 @@ const Qt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
84
84
|
...t
|
|
85
85
|
}
|
|
86
86
|
));
|
|
87
|
-
|
|
87
|
+
Xt.displayName = ye.Fallback.displayName;
|
|
88
88
|
function it(e, t) {
|
|
89
|
-
|
|
89
|
+
C.useEffect(() => {
|
|
90
90
|
const u = (r) => {
|
|
91
91
|
Array.isArray(e) && e.some((s) => !s.current || s.current.contains(r.target)) || !Array.isArray(e) && (!e.current || e.current.contains(r.target)) || t(r);
|
|
92
92
|
};
|
|
@@ -99,18 +99,18 @@ const Tu = "_dropdownContainer_vvlo9_1", Du = "_open_vvlo9_1", Iu = "_dropdownMe
|
|
|
99
99
|
dropdownContainer: Tu,
|
|
100
100
|
open: Du,
|
|
101
101
|
dropdownMenu: Iu
|
|
102
|
-
},
|
|
102
|
+
}, Qt = ({
|
|
103
103
|
dir: e,
|
|
104
104
|
Trigger: t,
|
|
105
105
|
triggerClassName: u,
|
|
106
106
|
DropdownContent: r
|
|
107
107
|
}) => {
|
|
108
|
-
const [s, o] = R(!1), l =
|
|
108
|
+
const [s, o] = R(!1), l = Y(null), w = Y(null);
|
|
109
109
|
it([l, w], () => o(!1));
|
|
110
110
|
const i = () => {
|
|
111
111
|
o(!s);
|
|
112
112
|
};
|
|
113
|
-
return /* @__PURE__ */ a(
|
|
113
|
+
return /* @__PURE__ */ a(F, { children: /* @__PURE__ */ a("div", { className: et.dropdownContainer, children: /* @__PURE__ */ a("ul", { children: /* @__PURE__ */ m("li", { className: n("wu-flex wu-relative", s && et.open), children: [
|
|
114
114
|
/* @__PURE__ */ a(
|
|
115
115
|
"button",
|
|
116
116
|
{
|
|
@@ -141,7 +141,7 @@ const Tu = "_dropdownContainer_vvlo9_1", Du = "_open_vvlo9_1", Iu = "_dropdownMe
|
|
|
141
141
|
}
|
|
142
142
|
)
|
|
143
143
|
] }) }) }) });
|
|
144
|
-
}, wt =
|
|
144
|
+
}, wt = Z(
|
|
145
145
|
"wu-inline-flex wu-items-center wu-justify-center wu-whitespace-nowrap wu-rounded-sm wu-text-sm wu-font-normal wu-ring-offset-background wu-transition-colors focus-visible:wu-outline-none focus-visible:wu-ring-2 focus-visible:wu-ring-blue-focus focus-visible:wu-ring-offset-2 disabled:wu-cursor-not-allowed wu-leading-4 disabled:wu-bg-gray-20 disabled:wu-text-gray-subtle disabled:wu-opacity-80 disabled:wu-ring-gray-subtle wu-leading-[1px]",
|
|
146
146
|
{
|
|
147
147
|
variants: {
|
|
@@ -181,7 +181,7 @@ const Tu = "_dropdownContainer_vvlo9_1", Du = "_open_vvlo9_1", Iu = "_dropdownMe
|
|
|
181
181
|
)
|
|
182
182
|
);
|
|
183
183
|
Ce.displayName = "Button";
|
|
184
|
-
const Pe =
|
|
184
|
+
const Pe = C.forwardRef(
|
|
185
185
|
(e, t) => Mu(e, t)
|
|
186
186
|
), Mu = (e, t) => {
|
|
187
187
|
const { size: u = "md", color: r = "#1B87E6", variant: s = "dots", ...o } = e, l = n(
|
|
@@ -249,10 +249,10 @@ const Pe = N.forwardRef(
|
|
|
249
249
|
]
|
|
250
250
|
}
|
|
251
251
|
);
|
|
252
|
-
return /* @__PURE__ */ a(
|
|
252
|
+
return /* @__PURE__ */ a(F, { children: s === "spinner" ? d : c });
|
|
253
253
|
};
|
|
254
254
|
Pe.displayName = "WuLoader";
|
|
255
|
-
const
|
|
255
|
+
const Q = ve(
|
|
256
256
|
({
|
|
257
257
|
disabled: e,
|
|
258
258
|
loading: t,
|
|
@@ -292,7 +292,7 @@ const Z = ve(
|
|
|
292
292
|
},
|
|
293
293
|
ref: f,
|
|
294
294
|
children: [
|
|
295
|
-
!t && s && /* @__PURE__ */ a(
|
|
295
|
+
!t && s && /* @__PURE__ */ a(F, { children: s }),
|
|
296
296
|
t && /* @__PURE__ */ a(Pe, { color: "#fff", size: "sm" }),
|
|
297
297
|
!t && l
|
|
298
298
|
]
|
|
@@ -300,11 +300,11 @@ const Z = ve(
|
|
|
300
300
|
);
|
|
301
301
|
}
|
|
302
302
|
);
|
|
303
|
-
|
|
303
|
+
Q.displayName = "WuButton";
|
|
304
304
|
const _u = ({ onLogout: e, DataCenter: t }) => /* @__PURE__ */ m("section", { className: "wu-flex wu-justify-between wu-px-4 wu-py-4 wu-text-white wu-bg-gray-lead", children: [
|
|
305
305
|
/* @__PURE__ */ a("div", { className: "wu-flex-1 wu-flex wu-items-start", children: t }),
|
|
306
306
|
/* @__PURE__ */ a(
|
|
307
|
-
|
|
307
|
+
Q,
|
|
308
308
|
{
|
|
309
309
|
variant: "outline",
|
|
310
310
|
size: "sm",
|
|
@@ -333,7 +333,7 @@ const _u = ({ onLogout: e, DataCenter: t }) => /* @__PURE__ */ m("section", { cl
|
|
|
333
333
|
node: /* @__PURE__ */ a("div", { className: "wu-flex wu-justify-center wu-items-center wu-w-20", children: /* @__PURE__ */ a("code", { children: e.invoice.size }) })
|
|
334
334
|
} : null
|
|
335
335
|
].filter(Boolean);
|
|
336
|
-
return /* @__PURE__ */ m(
|
|
336
|
+
return /* @__PURE__ */ m(F, { children: [
|
|
337
337
|
/* @__PURE__ */ a("ul", { children: u.map(({ title: r, url: s, icon: o, node: l }, w) => /* @__PURE__ */ a(
|
|
338
338
|
"li",
|
|
339
339
|
{
|
|
@@ -360,7 +360,7 @@ const _u = ({ onLogout: e, DataCenter: t }) => /* @__PURE__ */ m("section", { cl
|
|
|
360
360
|
)) }),
|
|
361
361
|
/* @__PURE__ */ a("hr", { className: "wu-border-gray-subtle" })
|
|
362
362
|
] });
|
|
363
|
-
}, Wu = ({ settings: e, dir: t }) => /* @__PURE__ */ m(
|
|
363
|
+
}, Wu = ({ settings: e, dir: t }) => /* @__PURE__ */ m(F, { children: [
|
|
364
364
|
/* @__PURE__ */ a("hr", { className: "wu-border-gray-subtle" }),
|
|
365
365
|
/* @__PURE__ */ m("section", { className: "wu-relative wu-flex wu-items-center wu-justify-start wu-gap-2", children: [
|
|
366
366
|
/* @__PURE__ */ a(
|
|
@@ -420,7 +420,7 @@ const _u = ({ onLogout: e, DataCenter: t }) => /* @__PURE__ */ m("section", { cl
|
|
|
420
420
|
(e == null ? void 0 : e.license) && Object.keys(e.license).length > 0 && /* @__PURE__ */ m(
|
|
421
421
|
"div",
|
|
422
422
|
{
|
|
423
|
-
className: "wu-flex wu-items-center wu-justify-between wu-gap-6 wu-mt-
|
|
423
|
+
className: "wu-flex wu-items-center wu-justify-between wu-gap-6 wu-mt-3",
|
|
424
424
|
dir: t,
|
|
425
425
|
children: [
|
|
426
426
|
/* @__PURE__ */ a(
|
|
@@ -469,24 +469,24 @@ const _u = ({ onLogout: e, DataCenter: t }) => /* @__PURE__ */ m("section", { cl
|
|
|
469
469
|
}) => {
|
|
470
470
|
var s, o;
|
|
471
471
|
return e ? /* @__PURE__ */ a(
|
|
472
|
-
|
|
472
|
+
Qt,
|
|
473
473
|
{
|
|
474
474
|
Trigger: /* @__PURE__ */ m(
|
|
475
|
-
|
|
475
|
+
Jt,
|
|
476
476
|
{
|
|
477
477
|
className: n(
|
|
478
478
|
"wu-group wu-border wu-border-white wu-text-sm wu-font-medium wu-bg-transparent wu-w-8 wu-h-8 wu-ring-white wu-leading-[33px] wu-text-white wu-transition-colors hover:wu-bg-white hover:wu-text-gray-switcher wu-header-user-avatar"
|
|
479
479
|
),
|
|
480
480
|
children: [
|
|
481
481
|
/* @__PURE__ */ a(
|
|
482
|
-
|
|
482
|
+
Kt,
|
|
483
483
|
{
|
|
484
484
|
className: "hover:wu-opacity-80",
|
|
485
485
|
src: (s = e == null ? void 0 : e.profile) == null ? void 0 : s.profilePicture,
|
|
486
486
|
alt: "User"
|
|
487
487
|
}
|
|
488
488
|
),
|
|
489
|
-
/* @__PURE__ */ a(
|
|
489
|
+
/* @__PURE__ */ a(Xt, { children: (o = e == null ? void 0 : e.profile) == null ? void 0 : o.initials })
|
|
490
490
|
]
|
|
491
491
|
}
|
|
492
492
|
),
|
|
@@ -513,7 +513,7 @@ const _u = ({ onLogout: e, DataCenter: t }) => /* @__PURE__ */ m("section", { cl
|
|
|
513
513
|
menuList: e,
|
|
514
514
|
dir: t
|
|
515
515
|
}) => /* @__PURE__ */ a(
|
|
516
|
-
|
|
516
|
+
Qt,
|
|
517
517
|
{
|
|
518
518
|
dir: t,
|
|
519
519
|
Trigger: /* @__PURE__ */ a("span", { className: "wm-question-mark wu-text-base" }),
|
|
@@ -645,14 +645,14 @@ function Au({
|
|
|
645
645
|
}
|
|
646
646
|
};
|
|
647
647
|
}
|
|
648
|
-
const
|
|
648
|
+
const on = (e) => {
|
|
649
649
|
const { size: t = "lg", className: u, children: r, ...s } = e, o = {
|
|
650
650
|
sm: "wu-text-body-3",
|
|
651
651
|
md: "wu-text-body-2",
|
|
652
652
|
lg: "wu-text-body-1"
|
|
653
653
|
}, l = e.as || "div";
|
|
654
654
|
return /* @__PURE__ */ a(l, { ...s, className: n(o[t], u), children: r });
|
|
655
|
-
},
|
|
655
|
+
}, ln = (e) => {
|
|
656
656
|
const { size: t = "xl", className: u, children: r, ...s } = e, o = {
|
|
657
657
|
sm: "h4",
|
|
658
658
|
md: "h3",
|
|
@@ -665,14 +665,14 @@ const nn = (e) => {
|
|
|
665
665
|
xl: "wu-text-heading-1"
|
|
666
666
|
}, w = o[t];
|
|
667
667
|
return /* @__PURE__ */ a(w, { ...s, className: n(l[t], u), children: r });
|
|
668
|
-
},
|
|
668
|
+
}, wn = (e) => {
|
|
669
669
|
const { size: t = "lg", className: u, children: r, ...s } = e, o = {
|
|
670
670
|
sm: "wu-text-sub-3",
|
|
671
671
|
md: "wu-text-sub-2",
|
|
672
672
|
lg: "wu-text-sub-1"
|
|
673
673
|
}, l = e.as || "div";
|
|
674
674
|
return /* @__PURE__ */ a(l, { ...s, className: n(o[t], u), children: r });
|
|
675
|
-
},
|
|
675
|
+
}, dn = (e) => {
|
|
676
676
|
const { size: t = "lg", className: u, children: r, ...s } = e, o = {
|
|
677
677
|
md: "wu-text-display-2",
|
|
678
678
|
lg: "wu-text-display-1"
|
|
@@ -739,15 +739,15 @@ const nn = (e) => {
|
|
|
739
739
|
)
|
|
740
740
|
]
|
|
741
741
|
}
|
|
742
|
-
), Hu = "_productDropdownMenu_amyba_1", Bu = "_productDropdownMenuOpen_amyba_38", Fu = "_rtlDropdownMenu_amyba_51", qu = "_productCategory_amyba_55", $u = "_open_amyba_61", Uu = "_productCategoryBorderTop_amyba_66",
|
|
742
|
+
), Hu = "_productDropdownMenu_amyba_1", Bu = "_productDropdownMenuOpen_amyba_38", Fu = "_rtlDropdownMenu_amyba_51", qu = "_productCategory_amyba_55", $u = "_open_amyba_61", Uu = "_productCategoryBorderTop_amyba_66", Vu = "_productList_amyba_93", Gu = "_rtlProductList_amyba_114", Yu = "_productListItem_amyba_137", Ju = "_productLink_amyba_162", Ku = "_activeProduct_amyba_164", Xu = "_topBorder_amyba_169", Qu = "_topBorderRtl_amyba_190", A = {
|
|
743
743
|
productDropdownMenu: Hu,
|
|
744
744
|
productDropdownMenuOpen: Bu,
|
|
745
745
|
rtlDropdownMenu: Fu,
|
|
746
746
|
productCategory: qu,
|
|
747
747
|
open: $u,
|
|
748
748
|
productCategoryBorderTop: Uu,
|
|
749
|
-
productList:
|
|
750
|
-
rtlProductList:
|
|
749
|
+
productList: Vu,
|
|
750
|
+
rtlProductList: Gu,
|
|
751
751
|
productListItem: Yu,
|
|
752
752
|
productLink: Ju,
|
|
753
753
|
activeProduct: Ku,
|
|
@@ -836,7 +836,7 @@ const nn = (e) => {
|
|
|
836
836
|
d && "wu-text-blue-q",
|
|
837
837
|
!e.active && "wu-text-gray-subtle",
|
|
838
838
|
e.active && l && "wu-text-blue-q"
|
|
839
|
-
),
|
|
839
|
+
), N = l || s === e.name || i ? f : g;
|
|
840
840
|
return /* @__PURE__ */ m(
|
|
841
841
|
"li",
|
|
842
842
|
{
|
|
@@ -870,7 +870,7 @@ const nn = (e) => {
|
|
|
870
870
|
{
|
|
871
871
|
className: n(A.topBorder, r === "rtl" && A.topBorderRtl),
|
|
872
872
|
style: {
|
|
873
|
-
backgroundColor: c ? y :
|
|
873
|
+
backgroundColor: c ? y : N
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
),
|
|
@@ -908,13 +908,13 @@ const nn = (e) => {
|
|
|
908
908
|
setFocusItem: o,
|
|
909
909
|
borderColorLocked: l = "#f5a300"
|
|
910
910
|
}) => {
|
|
911
|
-
const { products: w = [], active: i } = e, d =
|
|
911
|
+
const { products: w = [], active: i } = e, d = U(
|
|
912
912
|
() => w.filter((h) => h.active).sort((h, p) => (h.order || 100) - (p.order || 100)),
|
|
913
913
|
[w]
|
|
914
|
-
), c =
|
|
914
|
+
), c = U(
|
|
915
915
|
() => w.filter((h) => !h.active),
|
|
916
916
|
[w]
|
|
917
|
-
), [f, g] = R(l), y = (h) => h.map((p,
|
|
917
|
+
), [f, g] = R(l), y = (h) => h.map((p, N) => /* @__PURE__ */ a(
|
|
918
918
|
tr,
|
|
919
919
|
{
|
|
920
920
|
product: p,
|
|
@@ -924,9 +924,9 @@ const nn = (e) => {
|
|
|
924
924
|
focusItem: s,
|
|
925
925
|
setFocusItem: o
|
|
926
926
|
},
|
|
927
|
-
|
|
927
|
+
N
|
|
928
928
|
));
|
|
929
|
-
return i ? /* @__PURE__ */ m(
|
|
929
|
+
return i ? /* @__PURE__ */ m(F, { children: [
|
|
930
930
|
y(d),
|
|
931
931
|
c.length > 0 && /* @__PURE__ */ m(
|
|
932
932
|
"li",
|
|
@@ -1050,7 +1050,7 @@ const nn = (e) => {
|
|
|
1050
1050
|
onMouseLeave: () => g && o(null),
|
|
1051
1051
|
"aria-label": h.name,
|
|
1052
1052
|
dir: t,
|
|
1053
|
-
onKeyDown: (
|
|
1053
|
+
onKeyDown: (N) => l(N, p),
|
|
1054
1054
|
tabIndex: 0,
|
|
1055
1055
|
"data-product-category": !0,
|
|
1056
1056
|
children: [
|
|
@@ -1189,11 +1189,11 @@ const nn = (e) => {
|
|
|
1189
1189
|
homeLink: s,
|
|
1190
1190
|
expandAll: o
|
|
1191
1191
|
}) => {
|
|
1192
|
-
const l =
|
|
1192
|
+
const l = Y(null), w = Y(null), i = Y(null), d = Y(null), [c, f] = R(!1), [g, y] = R(
|
|
1193
1193
|
null
|
|
1194
1194
|
), [h, p] = R(
|
|
1195
1195
|
u.base
|
|
1196
|
-
), [
|
|
1196
|
+
), [N, k] = R(""), [b, v] = R(!1), S = zu(768);
|
|
1197
1197
|
it([w, l], () => {
|
|
1198
1198
|
f(!1), y(null);
|
|
1199
1199
|
}), it(
|
|
@@ -1202,27 +1202,27 @@ const nn = (e) => {
|
|
|
1202
1202
|
v(!1), f(!1), y(null);
|
|
1203
1203
|
}
|
|
1204
1204
|
), P(() => {
|
|
1205
|
-
const
|
|
1205
|
+
const O = (D) => {
|
|
1206
1206
|
D.key === "Escape" && f(!1);
|
|
1207
1207
|
};
|
|
1208
|
-
return document.addEventListener("keydown",
|
|
1209
|
-
document.removeEventListener("keydown",
|
|
1208
|
+
return document.addEventListener("keydown", O), () => {
|
|
1209
|
+
document.removeEventListener("keydown", O);
|
|
1210
1210
|
};
|
|
1211
1211
|
}, [c]), P(
|
|
1212
1212
|
() => p(u.base),
|
|
1213
1213
|
[u.base]
|
|
1214
1214
|
);
|
|
1215
|
-
const T = (
|
|
1216
|
-
|
|
1217
|
-
const
|
|
1218
|
-
return
|
|
1215
|
+
const T = (O) => {
|
|
1216
|
+
O.preventDefault(), O.stopPropagation(), f((D) => {
|
|
1217
|
+
const M = !D;
|
|
1218
|
+
return M || y(null), M;
|
|
1219
1219
|
});
|
|
1220
|
-
}, I = (
|
|
1221
|
-
console.log(
|
|
1220
|
+
}, I = (O, D) => {
|
|
1221
|
+
console.log(O), Au({
|
|
1222
1222
|
productCategories: e,
|
|
1223
1223
|
openCategory: g,
|
|
1224
1224
|
setOpenCategory: y
|
|
1225
|
-
})(
|
|
1225
|
+
})(O, D, N);
|
|
1226
1226
|
};
|
|
1227
1227
|
return /* @__PURE__ */ a(
|
|
1228
1228
|
"div",
|
|
@@ -1266,7 +1266,7 @@ const nn = (e) => {
|
|
|
1266
1266
|
Mt,
|
|
1267
1267
|
{
|
|
1268
1268
|
activeProductName: t,
|
|
1269
|
-
focusItem:
|
|
1269
|
+
focusItem: N,
|
|
1270
1270
|
setFocusItem: k,
|
|
1271
1271
|
handleKeyDown: I,
|
|
1272
1272
|
isDropdownOpen: c,
|
|
@@ -1307,7 +1307,7 @@ const nn = (e) => {
|
|
|
1307
1307
|
Mt,
|
|
1308
1308
|
{
|
|
1309
1309
|
activeProductName: t,
|
|
1310
|
-
focusItem:
|
|
1310
|
+
focusItem: N,
|
|
1311
1311
|
setFocusItem: k,
|
|
1312
1312
|
handleKeyDown: I,
|
|
1313
1313
|
isDropdownOpen: c,
|
|
@@ -1356,7 +1356,7 @@ const nn = (e) => {
|
|
|
1356
1356
|
}
|
|
1357
1357
|
));
|
|
1358
1358
|
Ye.displayName = "Input";
|
|
1359
|
-
const
|
|
1359
|
+
const cn = (e) => {
|
|
1360
1360
|
const { message: t, className: u, ...r } = e;
|
|
1361
1361
|
return /* @__PURE__ */ a(
|
|
1362
1362
|
"p",
|
|
@@ -1367,7 +1367,7 @@ const dn = (e) => {
|
|
|
1367
1367
|
children: t
|
|
1368
1368
|
}
|
|
1369
1369
|
);
|
|
1370
|
-
},
|
|
1370
|
+
}, mn = (e) => {
|
|
1371
1371
|
var w, i;
|
|
1372
1372
|
const { inputRef: t, maxLength: u = 50, className: r, ...s } = e, [o, l] = R(!1);
|
|
1373
1373
|
return P(() => {
|
|
@@ -1382,24 +1382,24 @@ const dn = (e) => {
|
|
|
1382
1382
|
children: o && `${(i = t == null ? void 0 : t.current) == null ? void 0 : i.value.length}/${u}`
|
|
1383
1383
|
}
|
|
1384
1384
|
);
|
|
1385
|
-
}, or =
|
|
1385
|
+
}, or = Z(
|
|
1386
1386
|
"wu-text-xs wu-font-normal wu-leading-none peer-disabled:wu-cursor-not-allowed peer-disabled:wu-text-gray-subtle peer-readonly:wu-text-gray-subtle peer-required:after:wu-content-['*'] peer-required:after:wu-ml-[2px] peer-required:after:wu-text-red-deep peer-aria-[required]:after:wu-content-['*'] peer-aria-[required]:after:wu-ml-[2px] peer-aria-[required]:after:wu-text-red-deep"
|
|
1387
1387
|
), xe = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
1388
|
-
|
|
1388
|
+
Ft.Root,
|
|
1389
1389
|
{
|
|
1390
1390
|
ref: u,
|
|
1391
1391
|
className: n(or(), e),
|
|
1392
1392
|
...t
|
|
1393
1393
|
}
|
|
1394
1394
|
));
|
|
1395
|
-
xe.displayName =
|
|
1396
|
-
const
|
|
1395
|
+
xe.displayName = Ft.Root.displayName;
|
|
1396
|
+
const ne = (e) => /* @__PURE__ */ a(
|
|
1397
1397
|
xe,
|
|
1398
1398
|
{
|
|
1399
1399
|
...e,
|
|
1400
1400
|
className: n("wu-text-gray-lead wu-leading-6", e.className)
|
|
1401
1401
|
}
|
|
1402
|
-
),
|
|
1402
|
+
), pn = ({
|
|
1403
1403
|
Label: e,
|
|
1404
1404
|
Error: t,
|
|
1405
1405
|
Hint: u,
|
|
@@ -1443,14 +1443,14 @@ const le = (e) => /* @__PURE__ */ a(
|
|
|
1443
1443
|
value: w,
|
|
1444
1444
|
variant: i = "flat",
|
|
1445
1445
|
readonly: d,
|
|
1446
|
-
id: c =
|
|
1446
|
+
id: c = Ge(),
|
|
1447
1447
|
...f
|
|
1448
|
-
} = e, g = Ee(r), y = s ? o !== "right" ? "wu-pl-8" : "wu-pr-8" : "", [h, p] = R(!1),
|
|
1448
|
+
} = e, g = Ee(r), y = s ? o !== "right" ? "wu-pl-8" : "wu-pr-8" : "", [h, p] = R(!1), N = () => {
|
|
1449
1449
|
p((b) => !b);
|
|
1450
1450
|
}, k = (b) => {
|
|
1451
1451
|
f.onChange && f.onChange(b);
|
|
1452
1452
|
};
|
|
1453
|
-
return /* @__PURE__ */ a(
|
|
1453
|
+
return /* @__PURE__ */ a(F, { children: l === "submit" ? /* @__PURE__ */ a(Q, { type: "submit", className: f.className, id: c, children: u || "Submit" }) : /* @__PURE__ */ a(
|
|
1454
1454
|
"div",
|
|
1455
1455
|
{
|
|
1456
1456
|
className: n("wu-flex wu-flex-col wu-gap-2 wu-input-container"),
|
|
@@ -1489,7 +1489,7 @@ const le = (e) => /* @__PURE__ */ a(
|
|
|
1489
1489
|
"div",
|
|
1490
1490
|
{
|
|
1491
1491
|
className: "wu-absolute wu-right-0 wu-flex wu-items-center wu-justify-center wu-w-8 wu-h-8 wu-cursor-pointer",
|
|
1492
|
-
onClick:
|
|
1492
|
+
onClick: N,
|
|
1493
1493
|
children: /* @__PURE__ */ a(
|
|
1494
1494
|
"button",
|
|
1495
1495
|
{
|
|
@@ -1501,7 +1501,7 @@ const le = (e) => /* @__PURE__ */ a(
|
|
|
1501
1501
|
)
|
|
1502
1502
|
}
|
|
1503
1503
|
),
|
|
1504
|
-
u && /* @__PURE__ */ a(
|
|
1504
|
+
u && /* @__PURE__ */ a(ne, { htmlFor: c, className: "wu-input-label", children: u })
|
|
1505
1505
|
]
|
|
1506
1506
|
}
|
|
1507
1507
|
)
|
|
@@ -1510,7 +1510,7 @@ const le = (e) => /* @__PURE__ */ a(
|
|
|
1510
1510
|
}
|
|
1511
1511
|
);
|
|
1512
1512
|
Oe.displayName = "WuInput";
|
|
1513
|
-
const
|
|
1513
|
+
const fn = ({
|
|
1514
1514
|
className: e,
|
|
1515
1515
|
placeholder: t = "Search surveys, folders or tools",
|
|
1516
1516
|
defaultCollapsed: u = !0,
|
|
@@ -1547,7 +1547,7 @@ const pn = ({
|
|
|
1547
1547
|
)
|
|
1548
1548
|
}
|
|
1549
1549
|
);
|
|
1550
|
-
},
|
|
1550
|
+
}, Zt = We.Provider, ea = We.Root, ta = We.Trigger, pt = x.forwardRef(({ className: e, sideOffset: t = 4, ...u }, r) => /* @__PURE__ */ a(
|
|
1551
1551
|
We.Content,
|
|
1552
1552
|
{
|
|
1553
1553
|
ref: r,
|
|
@@ -1560,7 +1560,7 @@ const pn = ({
|
|
|
1560
1560
|
}
|
|
1561
1561
|
));
|
|
1562
1562
|
pt.displayName = We.Content.displayName;
|
|
1563
|
-
const ft =
|
|
1563
|
+
const ft = C.forwardRef(
|
|
1564
1564
|
({
|
|
1565
1565
|
content: e,
|
|
1566
1566
|
position: t,
|
|
@@ -1570,9 +1570,9 @@ const ft = N.forwardRef(
|
|
|
1570
1570
|
className: o,
|
|
1571
1571
|
showArrow: l = !1,
|
|
1572
1572
|
...w
|
|
1573
|
-
}, i) => /* @__PURE__ */ a(
|
|
1574
|
-
/* @__PURE__ */ a(
|
|
1575
|
-
/* @__PURE__ */ a(
|
|
1573
|
+
}, i) => /* @__PURE__ */ a(Zt, { delayDuration: r || 200, children: /* @__PURE__ */ m(ea, { children: [
|
|
1574
|
+
/* @__PURE__ */ a(ta, { asChild: !0, children: /* @__PURE__ */ a("span", { ref: i, children: s }) }),
|
|
1575
|
+
/* @__PURE__ */ a(pu, { children: e && /* @__PURE__ */ m(
|
|
1576
1576
|
pt,
|
|
1577
1577
|
{
|
|
1578
1578
|
...w,
|
|
@@ -1584,15 +1584,15 @@ const ft = N.forwardRef(
|
|
|
1584
1584
|
),
|
|
1585
1585
|
children: [
|
|
1586
1586
|
e,
|
|
1587
|
-
l && /* @__PURE__ */ a(
|
|
1587
|
+
l && /* @__PURE__ */ a(fu, { className: "wu-fill-gray-notification wu-tooltip-arrow" })
|
|
1588
1588
|
]
|
|
1589
1589
|
}
|
|
1590
1590
|
) })
|
|
1591
1591
|
] }) })
|
|
1592
1592
|
);
|
|
1593
1593
|
ft.displayName = "WuTooltip";
|
|
1594
|
-
const
|
|
1595
|
-
const u =
|
|
1594
|
+
const bn = ({ label: e, className: t }) => {
|
|
1595
|
+
const u = Y(null), [r, s] = R(!1);
|
|
1596
1596
|
return P(() => {
|
|
1597
1597
|
const o = u.current;
|
|
1598
1598
|
if (o) {
|
|
@@ -1602,7 +1602,8 @@ const fn = ({ label: e, className: t }) => {
|
|
|
1602
1602
|
);
|
|
1603
1603
|
}
|
|
1604
1604
|
}, [e]), /* @__PURE__ */ a("p", { ref: u, className: n("wu-w-full wu-truncate", t), children: r ? /* @__PURE__ */ a(ft, { content: e, positionOffset: 8, children: e }) : e });
|
|
1605
|
-
},
|
|
1605
|
+
}, hn = (e) => {
|
|
1606
|
+
var f;
|
|
1606
1607
|
const {
|
|
1607
1608
|
productName: t,
|
|
1608
1609
|
categories: u = [],
|
|
@@ -1625,6 +1626,17 @@ const fn = ({ label: e, className: t }) => {
|
|
|
1625
1626
|
),
|
|
1626
1627
|
style: e.style,
|
|
1627
1628
|
children: [
|
|
1629
|
+
Ru((f = r == null ? void 0 : r.profile) == null ? void 0 : f.subtitle) && window.wickUiVersion && /* @__PURE__ */ m(
|
|
1630
|
+
"p",
|
|
1631
|
+
{
|
|
1632
|
+
className: "wu-text-[10px] wu-text-gray-subtle wu-font-normal wu-absolute wu-top-11 wu-right-1 wu-z-[-1]",
|
|
1633
|
+
"aria-label": "wickUiVersion",
|
|
1634
|
+
children: [
|
|
1635
|
+
"Wick UI: v",
|
|
1636
|
+
window.wickUiVersion
|
|
1637
|
+
]
|
|
1638
|
+
}
|
|
1639
|
+
),
|
|
1628
1640
|
/* @__PURE__ */ a("section", { className: "wu-flex wu-items-center wu-gap-2 wu-shrink-0", children: /* @__PURE__ */ a(
|
|
1629
1641
|
sr,
|
|
1630
1642
|
{
|
|
@@ -1661,7 +1673,7 @@ const fn = ({ label: e, className: t }) => {
|
|
|
1661
1673
|
]
|
|
1662
1674
|
}
|
|
1663
1675
|
) });
|
|
1664
|
-
},
|
|
1676
|
+
}, re = Me.Root, me = Me.Trigger, ee = x.forwardRef(({ className: e, align: t = "center", sideOffset: u = 4, ...r }, s) => /* @__PURE__ */ a(Me.Portal, { children: /* @__PURE__ */ a(
|
|
1665
1677
|
Me.Content,
|
|
1666
1678
|
{
|
|
1667
1679
|
ref: s,
|
|
@@ -1674,16 +1686,16 @@ const fn = ({ label: e, className: t }) => {
|
|
|
1674
1686
|
...r
|
|
1675
1687
|
}
|
|
1676
1688
|
) }));
|
|
1677
|
-
|
|
1678
|
-
function
|
|
1689
|
+
ee.displayName = Me.Content.displayName;
|
|
1690
|
+
function aa({
|
|
1679
1691
|
className: e,
|
|
1680
1692
|
classNames: t,
|
|
1681
1693
|
dir: u = "ltr",
|
|
1682
1694
|
...r
|
|
1683
1695
|
}) {
|
|
1684
|
-
const s =
|
|
1696
|
+
const s = yu();
|
|
1685
1697
|
return /* @__PURE__ */ a(
|
|
1686
|
-
|
|
1698
|
+
vu,
|
|
1687
1699
|
{
|
|
1688
1700
|
showOutsideDays: r.showOutsideDays || !1,
|
|
1689
1701
|
className: n("wu-p-3", e),
|
|
@@ -1764,12 +1776,12 @@ function ua({
|
|
|
1764
1776
|
}
|
|
1765
1777
|
);
|
|
1766
1778
|
}
|
|
1767
|
-
|
|
1768
|
-
const
|
|
1779
|
+
aa.displayName = "Calendar";
|
|
1780
|
+
const ua = (e) => /* @__PURE__ */ a(aa, { ...e }), ra = (e) => {
|
|
1769
1781
|
const { handleDateChange: t, disabled: u, onReset: r, showResetButton: s } = e;
|
|
1770
1782
|
return /* @__PURE__ */ m("div", { className: "wu-flex wu-items-center wu-justify-end wu-gap-2 wu-mt-2 wu-date-picker-footer", children: [
|
|
1771
1783
|
s && /* @__PURE__ */ a(
|
|
1772
|
-
|
|
1784
|
+
Q,
|
|
1773
1785
|
{
|
|
1774
1786
|
variant: "secondary",
|
|
1775
1787
|
onClick: r,
|
|
@@ -1779,7 +1791,7 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1779
1791
|
}
|
|
1780
1792
|
),
|
|
1781
1793
|
/* @__PURE__ */ a(mt, { asChild: !0, children: /* @__PURE__ */ a(
|
|
1782
|
-
|
|
1794
|
+
Q,
|
|
1783
1795
|
{
|
|
1784
1796
|
onClick: t,
|
|
1785
1797
|
disabled: u,
|
|
@@ -1794,8 +1806,8 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1794
1806
|
placeholder: u = "Select Date",
|
|
1795
1807
|
className: r,
|
|
1796
1808
|
...s
|
|
1797
|
-
}) => /* @__PURE__ */ a(
|
|
1798
|
-
|
|
1809
|
+
}) => /* @__PURE__ */ a(xu, { asChild: !0, dir: t, children: /* @__PURE__ */ a(
|
|
1810
|
+
Q,
|
|
1799
1811
|
{
|
|
1800
1812
|
...s,
|
|
1801
1813
|
className: n(
|
|
@@ -1807,12 +1819,12 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1807
1819
|
iconPosition: "right",
|
|
1808
1820
|
children: e || u
|
|
1809
1821
|
}
|
|
1810
|
-
) }),
|
|
1822
|
+
) }), sa = (e, t, u, r) => !!(t || u && e < u || r && e > r), Fe = (e) => e ? typeof e == "string" ? new Date(e) : e : /* @__PURE__ */ new Date(), tt = "\\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])", lr = [
|
|
1811
1823
|
{ label: "Last 7 days", value: 7 },
|
|
1812
1824
|
{ label: "Last 30 days", value: 30 },
|
|
1813
1825
|
{ label: "Last 90 days", value: 90 },
|
|
1814
1826
|
{ label: "Last 365 days", value: 365 }
|
|
1815
|
-
],
|
|
1827
|
+
], gn = ({
|
|
1816
1828
|
formatString: e = "yyyy-MM-dd",
|
|
1817
1829
|
value: t,
|
|
1818
1830
|
onChange: u,
|
|
@@ -1828,17 +1840,17 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1828
1840
|
placeholder: g = "Select Date",
|
|
1829
1841
|
...y
|
|
1830
1842
|
}) => {
|
|
1831
|
-
const [h, p] = R(), [
|
|
1843
|
+
const [h, p] = R(), [N, k] = R(""), b = J(() => {
|
|
1832
1844
|
const S = Fe(h);
|
|
1833
1845
|
k(we(S, e)), u && u(h);
|
|
1834
|
-
}, [h, e, u]), v =
|
|
1846
|
+
}, [h, e, u]), v = J(() => {
|
|
1835
1847
|
c ? c() : (p(void 0), k(""), u && u(void 0));
|
|
1836
1848
|
}, [u, c]);
|
|
1837
1849
|
return P(() => {
|
|
1838
1850
|
const S = Fe(t);
|
|
1839
1851
|
p(S), k(we(S, e));
|
|
1840
1852
|
}, [t, e]), /* @__PURE__ */ m(
|
|
1841
|
-
|
|
1853
|
+
ne,
|
|
1842
1854
|
{
|
|
1843
1855
|
className: n(
|
|
1844
1856
|
"wu-flex wu-gap-1",
|
|
@@ -1848,32 +1860,32 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1848
1860
|
dir: w,
|
|
1849
1861
|
children: [
|
|
1850
1862
|
i,
|
|
1851
|
-
/* @__PURE__ */ m(
|
|
1863
|
+
/* @__PURE__ */ m(re, { children: [
|
|
1852
1864
|
/* @__PURE__ */ a(
|
|
1853
1865
|
bt,
|
|
1854
1866
|
{
|
|
1855
1867
|
...y,
|
|
1856
|
-
formattedString:
|
|
1868
|
+
formattedString: N,
|
|
1857
1869
|
dir: w,
|
|
1858
1870
|
placeholder: g
|
|
1859
1871
|
}
|
|
1860
1872
|
),
|
|
1861
1873
|
/* @__PURE__ */ a(
|
|
1862
|
-
|
|
1874
|
+
ee,
|
|
1863
1875
|
{
|
|
1864
1876
|
className: "wu-p-0 wu-w-fit wu-date-picker-content",
|
|
1865
1877
|
align: "start",
|
|
1866
1878
|
sideOffset: -0.5,
|
|
1867
1879
|
dir: w,
|
|
1868
1880
|
children: /* @__PURE__ */ a(
|
|
1869
|
-
|
|
1881
|
+
ua,
|
|
1870
1882
|
{
|
|
1871
1883
|
dir: w,
|
|
1872
1884
|
mode: "single",
|
|
1873
1885
|
captionLayout: "dropdown",
|
|
1874
1886
|
selected: h,
|
|
1875
1887
|
onSelect: p,
|
|
1876
|
-
disabled: (S) =>
|
|
1888
|
+
disabled: (S) => sa(S, r, s, o),
|
|
1877
1889
|
startMonth: s,
|
|
1878
1890
|
endMonth: o,
|
|
1879
1891
|
required: !0,
|
|
@@ -1881,7 +1893,7 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1881
1893
|
defaultMonth: h,
|
|
1882
1894
|
className: n("wu-border wu-border-blue-p", l),
|
|
1883
1895
|
footer: /* @__PURE__ */ a(
|
|
1884
|
-
|
|
1896
|
+
ra,
|
|
1885
1897
|
{
|
|
1886
1898
|
handleDateChange: b,
|
|
1887
1899
|
disabled: r,
|
|
@@ -1908,14 +1920,14 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1908
1920
|
onSelect: t,
|
|
1909
1921
|
presetRanges: u = lr
|
|
1910
1922
|
}) => {
|
|
1911
|
-
const [r, s] = R(), [o, l] = R(!1), [w, i] = R(""), [d, c] = R(""), [f, g] = R(!1), y =
|
|
1923
|
+
const [r, s] = R(), [o, l] = R(!1), [w, i] = R(""), [d, c] = R(""), [f, g] = R(!1), y = U(
|
|
1912
1924
|
() => u.map((b) => b.value),
|
|
1913
1925
|
[u]
|
|
1914
1926
|
), h = n(
|
|
1915
1927
|
"wu-flex wu-w-full wu-gap-2 wu-px-4 wu-py-2 wu-text-sm wu-text-gray-lead wu-transition-colors",
|
|
1916
1928
|
"wu-rounded-none hover:wu-bg-gray-10 focus:wu-outline-none focus-visible:wu-ring-2",
|
|
1917
1929
|
"focus-visible:wu-ring-blue-pHover focus-visible:wu-ring-offset-1 wu-text-start"
|
|
1918
|
-
), p =
|
|
1930
|
+
), p = J(
|
|
1919
1931
|
(b) => {
|
|
1920
1932
|
if (b === void 0) {
|
|
1921
1933
|
s(void 0), l(!0);
|
|
@@ -1925,27 +1937,27 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
1925
1937
|
s(v), l(!1), t({ from: Ue(/* @__PURE__ */ new Date(), { days: v }), to: /* @__PURE__ */ new Date() });
|
|
1926
1938
|
},
|
|
1927
1939
|
[t]
|
|
1928
|
-
),
|
|
1940
|
+
), N = J(
|
|
1929
1941
|
(b, v) => {
|
|
1930
1942
|
if (!b || !(e != null && e.to) || !(e != null && e.from) || !new RegExp(tt).test(b)) return !1;
|
|
1931
1943
|
const T = new Date(v === "start" ? b : e.from), I = new Date(v === "end" ? b : e.to);
|
|
1932
|
-
return
|
|
1944
|
+
return bu(I, T) ? (g(!0), !1) : (g(!1), !(Tt(T, e.from) && Tt(I, e.to)));
|
|
1933
1945
|
},
|
|
1934
1946
|
[e]
|
|
1935
|
-
), k =
|
|
1947
|
+
), k = J(
|
|
1936
1948
|
(b, v) => {
|
|
1937
|
-
if ((v === "start" ? i : c)(b),
|
|
1949
|
+
if ((v === "start" ? i : c)(b), N(b, v)) {
|
|
1938
1950
|
const T = { from: e == null ? void 0 : e.from, to: e == null ? void 0 : e.to };
|
|
1939
1951
|
v === "start" && (T.from = new Date(b)), v === "end" && (T.to = new Date(b)), t(T);
|
|
1940
1952
|
}
|
|
1941
1953
|
},
|
|
1942
|
-
[e, t,
|
|
1954
|
+
[e, t, N]
|
|
1943
1955
|
);
|
|
1944
1956
|
return P(() => {
|
|
1945
1957
|
if (e != null && e.to && (e != null && e.from) && Dt(e.to) && Dt(e.from)) {
|
|
1946
1958
|
i(we(e.from, _t)), c(we(e.to, _t));
|
|
1947
|
-
const b =
|
|
1948
|
-
|
|
1959
|
+
const b = hu(e.to, e.from);
|
|
1960
|
+
gu(e.to) && y.includes(b + 1) ? (s(b), l(!1)) : (s(void 0), l(!0));
|
|
1949
1961
|
}
|
|
1950
1962
|
}, [e, y]), /* @__PURE__ */ m("div", { className: "wu-flex wu-flex-col wu-gap-1 wu-p-2 wu-bg-white wu-w-60 wu-date-picker-sidebar", children: [
|
|
1951
1963
|
/* @__PURE__ */ a("ul", { className: "wu-flex wu-gap-1 wu-py-2 wu-date-picker-batch-list", children: ir.map(({ label: b, value: v }) => /* @__PURE__ */ a(
|
|
@@ -2000,7 +2012,7 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2000
2012
|
f ? /* @__PURE__ */ a("small", { className: "wu-absolute wu-text-[10px] wu-leading-[14px] wu-text-red-deep wu-left-0 -wu-bottom-4 wu-text-start", children: "End date must be after start date" }) : /* @__PURE__ */ a("small", { className: "wu-absolute wu-right-0 wu-leading-[14px] -wu-bottom-4 wu-text-gray-subtle wu-text-end", children: "yyyy-mm-dd" })
|
|
2001
2013
|
] })
|
|
2002
2014
|
] });
|
|
2003
|
-
},
|
|
2015
|
+
}, xn = ({
|
|
2004
2016
|
formatString: e = "yyyy/MM/dd",
|
|
2005
2017
|
value: t,
|
|
2006
2018
|
onChange: u,
|
|
@@ -2018,23 +2030,23 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2018
2030
|
showResetButton: h = !0,
|
|
2019
2031
|
placeholder: p = "Select Date Range"
|
|
2020
2032
|
}) => {
|
|
2021
|
-
const [
|
|
2033
|
+
const [N, k] = C.useState(t), [b, v] = C.useState(t), [S, T] = C.useState(""), I = C.useCallback(() => {
|
|
2022
2034
|
if (b) {
|
|
2023
|
-
const
|
|
2024
|
-
k({ from:
|
|
2025
|
-
`${we(
|
|
2026
|
-
), u && u({ from:
|
|
2035
|
+
const M = b.from, H = b.to;
|
|
2036
|
+
k({ from: M, to: H }), T(
|
|
2037
|
+
`${we(M, e)} - ${we(H, e)}`
|
|
2038
|
+
), u && u({ from: M, to: H });
|
|
2027
2039
|
}
|
|
2028
|
-
}, [b, e, u]),
|
|
2029
|
-
v(
|
|
2030
|
-
}, [
|
|
2040
|
+
}, [b, e, u]), O = C.useCallback(() => {
|
|
2041
|
+
v(N);
|
|
2042
|
+
}, [N]), D = C.useCallback(() => {
|
|
2031
2043
|
y ? y() : (k(void 0), v(void 0), T(""), u && u(void 0));
|
|
2032
2044
|
}, [y, u]);
|
|
2033
|
-
return
|
|
2045
|
+
return C.useEffect(() => {
|
|
2034
2046
|
if (t != null && t.from && (t != null && t.to)) {
|
|
2035
|
-
const
|
|
2047
|
+
const M = Fe(t.from), H = Fe(t.to);
|
|
2036
2048
|
k(t), v(t), T(
|
|
2037
|
-
`${we(
|
|
2049
|
+
`${we(M, e)} - ${we(H, e)}`
|
|
2038
2050
|
);
|
|
2039
2051
|
} else
|
|
2040
2052
|
k(void 0), v({ to: /* @__PURE__ */ new Date(), from: /* @__PURE__ */ new Date() });
|
|
@@ -2049,7 +2061,7 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2049
2061
|
dir: w,
|
|
2050
2062
|
children: [
|
|
2051
2063
|
f,
|
|
2052
|
-
/* @__PURE__ */ m(
|
|
2064
|
+
/* @__PURE__ */ m(re, { onOpenChange: (M) => !M && O(), children: [
|
|
2053
2065
|
/* @__PURE__ */ a(
|
|
2054
2066
|
bt,
|
|
2055
2067
|
{
|
|
@@ -2059,7 +2071,7 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2059
2071
|
}
|
|
2060
2072
|
),
|
|
2061
2073
|
/* @__PURE__ */ m(
|
|
2062
|
-
|
|
2074
|
+
ee,
|
|
2063
2075
|
{
|
|
2064
2076
|
className: "wu-flex wu-p-0 wu-border wu-w-fit wu-border-blue-p",
|
|
2065
2077
|
align: "start",
|
|
@@ -2075,7 +2087,7 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2075
2087
|
}
|
|
2076
2088
|
),
|
|
2077
2089
|
/* @__PURE__ */ a(
|
|
2078
|
-
|
|
2090
|
+
ua,
|
|
2079
2091
|
{
|
|
2080
2092
|
dir: w,
|
|
2081
2093
|
numberOfMonths: 2,
|
|
@@ -2083,17 +2095,17 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2083
2095
|
captionLayout: "dropdown",
|
|
2084
2096
|
selected: b,
|
|
2085
2097
|
onSelect: v,
|
|
2086
|
-
disabled: (
|
|
2098
|
+
disabled: (M) => sa(M, r, s, o),
|
|
2087
2099
|
startMonth: s,
|
|
2088
2100
|
endMonth: o,
|
|
2089
2101
|
required: !0,
|
|
2090
2102
|
autoFocus: !0,
|
|
2091
|
-
defaultMonth:
|
|
2103
|
+
defaultMonth: N == null ? void 0 : N.from,
|
|
2092
2104
|
className: n("wu-shadow-none", l),
|
|
2093
2105
|
min: i,
|
|
2094
2106
|
max: d,
|
|
2095
2107
|
footer: /* @__PURE__ */ a(
|
|
2096
|
-
|
|
2108
|
+
ra,
|
|
2097
2109
|
{
|
|
2098
2110
|
handleDateChange: I,
|
|
2099
2111
|
disabled: r,
|
|
@@ -2110,7 +2122,55 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2110
2122
|
]
|
|
2111
2123
|
}
|
|
2112
2124
|
);
|
|
2113
|
-
},
|
|
2125
|
+
}, dr = C.forwardRef(
|
|
2126
|
+
(e, t) => {
|
|
2127
|
+
const { className: u, rounded: r, ...s } = e;
|
|
2128
|
+
return /* @__PURE__ */ a(
|
|
2129
|
+
"div",
|
|
2130
|
+
{
|
|
2131
|
+
className: n(
|
|
2132
|
+
"wu-card wu-p-2 wu-pt-1 hover:wu-shadow-card wu-border wu-border-black/20 hover:wu-border-black/30 wu-transition-colors wu-duration-300",
|
|
2133
|
+
r ? "wu-rounded-lg" : "wu-rounded-sm",
|
|
2134
|
+
u
|
|
2135
|
+
),
|
|
2136
|
+
ref: t,
|
|
2137
|
+
...s
|
|
2138
|
+
}
|
|
2139
|
+
);
|
|
2140
|
+
}
|
|
2141
|
+
);
|
|
2142
|
+
dr.displayName = "WuCard";
|
|
2143
|
+
const cr = C.forwardRef((e, t) => {
|
|
2144
|
+
const { className: u, ...r } = e;
|
|
2145
|
+
return /* @__PURE__ */ a(
|
|
2146
|
+
"div",
|
|
2147
|
+
{
|
|
2148
|
+
ref: t,
|
|
2149
|
+
...r,
|
|
2150
|
+
className: n(
|
|
2151
|
+
"wu-p-2 wu-mb-2 wu-border-b wu-border-gray-40 min-h-12 wu-card-header",
|
|
2152
|
+
u
|
|
2153
|
+
)
|
|
2154
|
+
}
|
|
2155
|
+
);
|
|
2156
|
+
});
|
|
2157
|
+
cr.displayName = "WuCardHeader";
|
|
2158
|
+
const mr = C.forwardRef((e, t) => {
|
|
2159
|
+
const { className: u, ...r } = e;
|
|
2160
|
+
return /* @__PURE__ */ a(
|
|
2161
|
+
"div",
|
|
2162
|
+
{
|
|
2163
|
+
ref: t,
|
|
2164
|
+
...r,
|
|
2165
|
+
className: n(
|
|
2166
|
+
"wu-p-2 wu-mt-2 wu-border-t wu-border-gray-40 min-h-12 wu-card-footer",
|
|
2167
|
+
u
|
|
2168
|
+
)
|
|
2169
|
+
}
|
|
2170
|
+
);
|
|
2171
|
+
});
|
|
2172
|
+
mr.displayName = "WuCardHeader";
|
|
2173
|
+
const na = x.forwardRef(({ className: e, partial: t, ...u }, r) => /* @__PURE__ */ a(
|
|
2114
2174
|
nt.Root,
|
|
2115
2175
|
{
|
|
2116
2176
|
ref: r,
|
|
@@ -2134,8 +2194,8 @@ const ra = (e) => /* @__PURE__ */ a(ua, { ...e }), sa = (e) => {
|
|
|
2134
2194
|
)
|
|
2135
2195
|
}
|
|
2136
2196
|
));
|
|
2137
|
-
|
|
2138
|
-
const
|
|
2197
|
+
na.displayName = nt.Root.displayName;
|
|
2198
|
+
const se = C.forwardRef(
|
|
2139
2199
|
(e, t) => {
|
|
2140
2200
|
const {
|
|
2141
2201
|
disabled: u,
|
|
@@ -2143,28 +2203,28 @@ const oe = N.forwardRef(
|
|
|
2143
2203
|
Label: s,
|
|
2144
2204
|
labelPosition: o = "right",
|
|
2145
2205
|
className: l,
|
|
2146
|
-
id: w =
|
|
2206
|
+
id: w = Ge(),
|
|
2147
2207
|
partial: i,
|
|
2148
2208
|
onChange: d,
|
|
2149
2209
|
required: c,
|
|
2150
2210
|
readonly: f,
|
|
2151
2211
|
...g
|
|
2152
2212
|
} = e;
|
|
2153
|
-
return
|
|
2213
|
+
return C.useEffect(() => {
|
|
2154
2214
|
g.defaultChecked !== void 0 && r !== void 0 && console.error(
|
|
2155
2215
|
"WuCheckbox: Both `checked` and `defaultChecked` cannot be used together. Use only one of them."
|
|
2156
2216
|
);
|
|
2157
2217
|
}, [g.defaultChecked, r]), /* @__PURE__ */ m(
|
|
2158
2218
|
"div",
|
|
2159
2219
|
{
|
|
2160
|
-
className:
|
|
2220
|
+
className: pr({
|
|
2161
2221
|
labelPosition: o,
|
|
2162
2222
|
className: "wu-checkbox-container"
|
|
2163
2223
|
}),
|
|
2164
2224
|
dir: g.dir,
|
|
2165
2225
|
children: [
|
|
2166
2226
|
/* @__PURE__ */ a(
|
|
2167
|
-
|
|
2227
|
+
na,
|
|
2168
2228
|
{
|
|
2169
2229
|
id: w,
|
|
2170
2230
|
...g,
|
|
@@ -2177,12 +2237,12 @@ const oe = N.forwardRef(
|
|
|
2177
2237
|
ref: t
|
|
2178
2238
|
}
|
|
2179
2239
|
),
|
|
2180
|
-
s && /* @__PURE__ */ a(
|
|
2240
|
+
s && /* @__PURE__ */ a(ne, { htmlFor: w, className: "wu-w-full wu-checkbox-label", children: s })
|
|
2181
2241
|
]
|
|
2182
2242
|
}
|
|
2183
2243
|
);
|
|
2184
2244
|
}
|
|
2185
|
-
),
|
|
2245
|
+
), pr = Z("wu-flex wu-items-center wu-gap-2 wu-w-fit", {
|
|
2186
2246
|
variants: {
|
|
2187
2247
|
labelPosition: {
|
|
2188
2248
|
left: "wu-flex-row-reverse wu-text-right",
|
|
@@ -2190,9 +2250,9 @@ const oe = N.forwardRef(
|
|
|
2190
2250
|
}
|
|
2191
2251
|
}
|
|
2192
2252
|
});
|
|
2193
|
-
|
|
2253
|
+
se.displayName = "WuCheckbox";
|
|
2194
2254
|
const ht = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
2195
|
-
|
|
2255
|
+
V,
|
|
2196
2256
|
{
|
|
2197
2257
|
ref: u,
|
|
2198
2258
|
className: n(
|
|
@@ -2202,9 +2262,9 @@ const ht = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
2202
2262
|
...t
|
|
2203
2263
|
}
|
|
2204
2264
|
));
|
|
2205
|
-
ht.displayName =
|
|
2206
|
-
const
|
|
2207
|
-
|
|
2265
|
+
ht.displayName = V.displayName;
|
|
2266
|
+
const oa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a("div", { className: "wu-flex wu-items-center wu-border-b wu-px-3", children: /* @__PURE__ */ a(
|
|
2267
|
+
V.Input,
|
|
2208
2268
|
{
|
|
2209
2269
|
ref: u,
|
|
2210
2270
|
className: n(
|
|
@@ -2214,31 +2274,31 @@ const la = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a("div",
|
|
|
2214
2274
|
...t
|
|
2215
2275
|
}
|
|
2216
2276
|
) }));
|
|
2217
|
-
|
|
2218
|
-
const gt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
2219
|
-
gt.displayName =
|
|
2277
|
+
oa.displayName = V.Input.displayName;
|
|
2278
|
+
const gt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(V.List, { ref: u, className: n("", e), ...t }));
|
|
2279
|
+
gt.displayName = V.List.displayName;
|
|
2220
2280
|
const xt = x.forwardRef((e, t) => /* @__PURE__ */ a(
|
|
2221
|
-
|
|
2281
|
+
V.Empty,
|
|
2222
2282
|
{
|
|
2223
2283
|
ref: t,
|
|
2224
2284
|
className: "wu-text-center wu-p-2 wu-pb-2.5 wu-text-xs",
|
|
2225
2285
|
...e
|
|
2226
2286
|
}
|
|
2227
2287
|
));
|
|
2228
|
-
xt.displayName =
|
|
2229
|
-
const qe = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
2230
|
-
qe.displayName =
|
|
2231
|
-
const
|
|
2232
|
-
|
|
2288
|
+
xt.displayName = V.Empty.displayName;
|
|
2289
|
+
const qe = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(V.Group, { ref: u, className: n("", e), ...t }));
|
|
2290
|
+
qe.displayName = V.Group.displayName;
|
|
2291
|
+
const la = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
2292
|
+
V.Separator,
|
|
2233
2293
|
{
|
|
2234
2294
|
ref: u,
|
|
2235
2295
|
className: n("wu-mx-1 wu-my-1 wu-h-px wu-bg-gray-20", e),
|
|
2236
2296
|
...t
|
|
2237
2297
|
}
|
|
2238
2298
|
));
|
|
2239
|
-
|
|
2299
|
+
la.displayName = V.Separator.displayName;
|
|
2240
2300
|
const Le = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
2241
|
-
|
|
2301
|
+
V.Item,
|
|
2242
2302
|
{
|
|
2243
2303
|
ref: u,
|
|
2244
2304
|
className: n(
|
|
@@ -2248,7 +2308,7 @@ const Le = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
2248
2308
|
...t
|
|
2249
2309
|
}
|
|
2250
2310
|
));
|
|
2251
|
-
Le.displayName =
|
|
2311
|
+
Le.displayName = V.Item.displayName;
|
|
2252
2312
|
const fe = x.forwardRef(({ className: e, children: t, thumbColor: u, railColor: r, ...s }, o) => /* @__PURE__ */ m(
|
|
2253
2313
|
ce.Root,
|
|
2254
2314
|
{
|
|
@@ -2263,13 +2323,13 @@ const fe = x.forwardRef(({ className: e, children: t, thumbColor: u, railColor:
|
|
|
2263
2323
|
children: t
|
|
2264
2324
|
}
|
|
2265
2325
|
),
|
|
2266
|
-
/* @__PURE__ */ a(
|
|
2326
|
+
/* @__PURE__ */ a(ia, { thumbColor: u, railColor: r }),
|
|
2267
2327
|
/* @__PURE__ */ a(ce.Corner, {})
|
|
2268
2328
|
]
|
|
2269
2329
|
}
|
|
2270
2330
|
));
|
|
2271
2331
|
fe.displayName = ce.Root.displayName;
|
|
2272
|
-
const
|
|
2332
|
+
const ia = x.forwardRef(
|
|
2273
2333
|
({
|
|
2274
2334
|
className: e,
|
|
2275
2335
|
orientation: t = "vertical",
|
|
@@ -2299,9 +2359,9 @@ const wa = x.forwardRef(
|
|
|
2299
2359
|
}
|
|
2300
2360
|
)
|
|
2301
2361
|
);
|
|
2302
|
-
|
|
2303
|
-
const ze =
|
|
2304
|
-
|
|
2362
|
+
ia.displayName = ce.ScrollAreaScrollbar.displayName;
|
|
2363
|
+
const ze = C.forwardRef(({ containerHeight: e = 400, list: t, callback: u, dir: r, className: s, style: o }, l) => /* @__PURE__ */ a(
|
|
2364
|
+
Nu,
|
|
2305
2365
|
{
|
|
2306
2366
|
ref: l,
|
|
2307
2367
|
dir: r,
|
|
@@ -2318,8 +2378,8 @@ const ze = N.forwardRef(({ containerHeight: e = 400, list: t, callback: u, dir:
|
|
|
2318
2378
|
}
|
|
2319
2379
|
));
|
|
2320
2380
|
ze.displayName = "WuVirtualScroll";
|
|
2321
|
-
const
|
|
2322
|
-
const [u, r] = R([]), [s, o] = R([]), l =
|
|
2381
|
+
const fr = ({ tags: e, triggerRef: t }) => {
|
|
2382
|
+
const [u, r] = R([]), [s, o] = R([]), l = U(
|
|
2323
2383
|
() => /* @__PURE__ */ a("ul", { className: "wu-flex wu-flex-col wu-items-start wu-justify-center wu-list-none", children: s.map((i, d) => /* @__PURE__ */ a("li", { className: "wu-py-1 wu-text-xs wu-text-left", children: i }, d)) }),
|
|
2324
2384
|
[s]
|
|
2325
2385
|
), w = (i) => {
|
|
@@ -2339,9 +2399,9 @@ const cr = ({ tags: e, triggerRef: t }) => {
|
|
|
2339
2399
|
const g = t.current.offsetWidth - 20 - 36;
|
|
2340
2400
|
let y = 0;
|
|
2341
2401
|
const h = [], p = [];
|
|
2342
|
-
e.forEach((
|
|
2343
|
-
const k = w(
|
|
2344
|
-
y + k + 8 < g ? (h.push(
|
|
2402
|
+
e.forEach((N) => {
|
|
2403
|
+
const k = w(N);
|
|
2404
|
+
y + k + 8 < g ? (h.push(N), y += k + 8) : p.push(N);
|
|
2345
2405
|
}), r(h), o(p);
|
|
2346
2406
|
}
|
|
2347
2407
|
};
|
|
@@ -2369,7 +2429,7 @@ const cr = ({ tags: e, triggerRef: t }) => {
|
|
|
2369
2429
|
}
|
|
2370
2430
|
)
|
|
2371
2431
|
] });
|
|
2372
|
-
},
|
|
2432
|
+
}, br = ({
|
|
2373
2433
|
placeholder: e = "Select...",
|
|
2374
2434
|
isEllipse: t = !1,
|
|
2375
2435
|
selectedOptions: u,
|
|
@@ -2384,7 +2444,7 @@ const cr = ({ tags: e, triggerRef: t }) => {
|
|
|
2384
2444
|
className: f,
|
|
2385
2445
|
...g
|
|
2386
2446
|
}) => {
|
|
2387
|
-
const [y, h] = R([]), p =
|
|
2447
|
+
const [y, h] = R([]), p = Y(null);
|
|
2388
2448
|
P(() => {
|
|
2389
2449
|
if (!u || Array.isArray(u) && u.length === 0) {
|
|
2390
2450
|
h([]);
|
|
@@ -2399,7 +2459,7 @@ const cr = ({ tags: e, triggerRef: t }) => {
|
|
|
2399
2459
|
} else
|
|
2400
2460
|
h([u[o.label]]);
|
|
2401
2461
|
}, [u]);
|
|
2402
|
-
const
|
|
2462
|
+
const N = () => {
|
|
2403
2463
|
var k;
|
|
2404
2464
|
return y.length ? c && (d != null && d.enable) && (d != null && d.triggerText) ? /* @__PURE__ */ a("span", { className: "wu-overflow-hidden wu-text-xs wu-text-start wu-text-ellipsis wu-whitespace-nowrap", children: d.triggerText }) : t ? /* @__PURE__ */ a(
|
|
2405
2465
|
"span",
|
|
@@ -2408,7 +2468,7 @@ const cr = ({ tags: e, triggerRef: t }) => {
|
|
|
2408
2468
|
style: { width: `${(((k = p.current) == null ? void 0 : k.offsetWidth) || 0) - 32}px` },
|
|
2409
2469
|
children: y.join(", ")
|
|
2410
2470
|
}
|
|
2411
|
-
) : /* @__PURE__ */ a(
|
|
2471
|
+
) : /* @__PURE__ */ a(fr, { tags: y, triggerRef: p }) : /* @__PURE__ */ a("p", { className: "wu-text-xs wu-opacity-70", children: e });
|
|
2412
2472
|
};
|
|
2413
2473
|
return /* @__PURE__ */ a(me, { dir: s, asChild: !0, id: w, disabled: i, children: /* @__PURE__ */ m(
|
|
2414
2474
|
"button",
|
|
@@ -2423,12 +2483,12 @@ const cr = ({ tags: e, triggerRef: t }) => {
|
|
|
2423
2483
|
f
|
|
2424
2484
|
),
|
|
2425
2485
|
children: [
|
|
2426
|
-
|
|
2486
|
+
N(),
|
|
2427
2487
|
/* @__PURE__ */ a("span", { className: "wm-arrow-drop-down group-data-[state=open]:wu-rotate-180 wu-transition-transform wu-duration-300 wu-text-base" })
|
|
2428
2488
|
]
|
|
2429
2489
|
}
|
|
2430
2490
|
) });
|
|
2431
|
-
},
|
|
2491
|
+
}, wa = L.Root, da = L.Trigger, ca = L.Group, hr = L.Portal, gr = L.Sub, xr = L.RadioGroup, ma = x.forwardRef(({ className: e, inset: t, children: u, position: r, ...s }, o) => /* @__PURE__ */ m(
|
|
2432
2492
|
L.SubTrigger,
|
|
2433
2493
|
{
|
|
2434
2494
|
ref: o,
|
|
@@ -2454,8 +2514,8 @@ const cr = ({ tags: e, triggerRef: t }) => {
|
|
|
2454
2514
|
]
|
|
2455
2515
|
}
|
|
2456
2516
|
));
|
|
2457
|
-
|
|
2458
|
-
const
|
|
2517
|
+
ma.displayName = L.SubTrigger.displayName;
|
|
2518
|
+
const pa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
2459
2519
|
L.SubContent,
|
|
2460
2520
|
{
|
|
2461
2521
|
ref: u,
|
|
@@ -2466,7 +2526,7 @@ const fa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
2466
2526
|
...t
|
|
2467
2527
|
}
|
|
2468
2528
|
));
|
|
2469
|
-
|
|
2529
|
+
pa.displayName = L.SubContent.displayName;
|
|
2470
2530
|
const yt = x.forwardRef(({ className: e, sideOffset: t = 4, ...u }, r) => /* @__PURE__ */ a(L.Portal, { children: /* @__PURE__ */ a(
|
|
2471
2531
|
L.Content,
|
|
2472
2532
|
{
|
|
@@ -2493,7 +2553,7 @@ const Je = x.forwardRef(({ className: e, inset: t, ...u }, r) => /* @__PURE__ */
|
|
|
2493
2553
|
}
|
|
2494
2554
|
));
|
|
2495
2555
|
Je.displayName = L.Item.displayName;
|
|
2496
|
-
const
|
|
2556
|
+
const fa = x.forwardRef(({ className: e, children: t, checked: u, dir: r, ...s }, o) => /* @__PURE__ */ m(
|
|
2497
2557
|
L.CheckboxItem,
|
|
2498
2558
|
{
|
|
2499
2559
|
ref: o,
|
|
@@ -2521,8 +2581,8 @@ const ba = x.forwardRef(({ className: e, children: t, checked: u, dir: r, ...s }
|
|
|
2521
2581
|
]
|
|
2522
2582
|
}
|
|
2523
2583
|
));
|
|
2524
|
-
|
|
2525
|
-
const
|
|
2584
|
+
fa.displayName = L.CheckboxItem.displayName;
|
|
2585
|
+
const ba = x.forwardRef(({ className: e, children: t, ...u }, r) => /* @__PURE__ */ m(
|
|
2526
2586
|
L.RadioItem,
|
|
2527
2587
|
{
|
|
2528
2588
|
ref: r,
|
|
@@ -2537,7 +2597,7 @@ const ha = x.forwardRef(({ className: e, children: t, ...u }, r) => /* @__PURE__
|
|
|
2537
2597
|
]
|
|
2538
2598
|
}
|
|
2539
2599
|
));
|
|
2540
|
-
|
|
2600
|
+
ba.displayName = L.RadioItem.displayName;
|
|
2541
2601
|
const Ae = x.forwardRef(({ className: e, inset: t, ...u }, r) => /* @__PURE__ */ a(
|
|
2542
2602
|
L.Label,
|
|
2543
2603
|
{
|
|
@@ -2594,12 +2654,12 @@ const Ot = ({
|
|
|
2594
2654
|
),
|
|
2595
2655
|
dir: o,
|
|
2596
2656
|
children: [
|
|
2597
|
-
u && /* @__PURE__ */ a(
|
|
2598
|
-
/* @__PURE__ */ a(
|
|
2657
|
+
u && /* @__PURE__ */ a(se, { checked: i }),
|
|
2658
|
+
/* @__PURE__ */ a(yr, { option: e, accessorKey: s })
|
|
2599
2659
|
]
|
|
2600
2660
|
}
|
|
2601
2661
|
);
|
|
2602
|
-
},
|
|
2662
|
+
}, yr = ({
|
|
2603
2663
|
option: e,
|
|
2604
2664
|
accessorKey: t
|
|
2605
2665
|
}) => {
|
|
@@ -2629,7 +2689,7 @@ const Ot = ({
|
|
|
2629
2689
|
),
|
|
2630
2690
|
dir: l.dir,
|
|
2631
2691
|
children: /* @__PURE__ */ a(
|
|
2632
|
-
|
|
2692
|
+
se,
|
|
2633
2693
|
{
|
|
2634
2694
|
checked: s || o,
|
|
2635
2695
|
partial: o,
|
|
@@ -2642,7 +2702,7 @@ const Ot = ({
|
|
|
2642
2702
|
case "group":
|
|
2643
2703
|
return /* @__PURE__ */ m(qe, { children: [
|
|
2644
2704
|
/* @__PURE__ */ a(Ae, { children: t.label }),
|
|
2645
|
-
t.options.map((i, d) => /* @__PURE__ */
|
|
2705
|
+
t.options.map((i, d) => /* @__PURE__ */ Bt(
|
|
2646
2706
|
Ot,
|
|
2647
2707
|
{
|
|
2648
2708
|
...l,
|
|
@@ -2652,11 +2712,11 @@ const Ot = ({
|
|
|
2652
2712
|
))
|
|
2653
2713
|
] });
|
|
2654
2714
|
case "divider":
|
|
2655
|
-
return /* @__PURE__ */ a(
|
|
2715
|
+
return /* @__PURE__ */ a(la, { className: "wu-mx-4" });
|
|
2656
2716
|
default:
|
|
2657
2717
|
return /* @__PURE__ */ a(Ot, { ...l, option: t });
|
|
2658
2718
|
}
|
|
2659
|
-
},
|
|
2719
|
+
}, vr = (e) => {
|
|
2660
2720
|
const t = [], u = [], r = [], s = [];
|
|
2661
2721
|
return e.forEach((o) => {
|
|
2662
2722
|
o.type === "group" ? (t.push(o), r.push(...o.options), s.push(
|
|
@@ -2665,7 +2725,7 @@ const Ot = ({
|
|
|
2665
2725
|
)
|
|
2666
2726
|
)) : o.type === "divider" ? u.push(o) : r.push(o), o != null && o.disabled || s.push(o);
|
|
2667
2727
|
}), { groups: t, dividers: u, allOptions: r, enabledOptions: s };
|
|
2668
|
-
},
|
|
2728
|
+
}, Nr = du(Oe), yn = ({
|
|
2669
2729
|
data: e,
|
|
2670
2730
|
accessorKey: t,
|
|
2671
2731
|
value: u,
|
|
@@ -2682,75 +2742,75 @@ const Ot = ({
|
|
|
2682
2742
|
multiple: y = !1,
|
|
2683
2743
|
hasGroup: h = !1,
|
|
2684
2744
|
selectAll: p,
|
|
2685
|
-
id:
|
|
2745
|
+
id: N,
|
|
2686
2746
|
disabled: k,
|
|
2687
2747
|
labelPosition: b = "top",
|
|
2688
2748
|
className: v,
|
|
2689
2749
|
onScroll: S,
|
|
2690
2750
|
...T
|
|
2691
2751
|
}) => {
|
|
2692
|
-
const [I,
|
|
2693
|
-
() => h || p && !p.includeDisabled ?
|
|
2752
|
+
const [I, O] = R(""), [D, M] = R(), [H, te] = R(!1), [_, q] = R(!1), [X, G] = R(!1), oe = Y(null), { allOptions: ae, groups: be, dividers: he, enabledOptions: E } = U(
|
|
2753
|
+
() => h || p && !p.includeDisabled ? vr(e) : { allOptions: e, groups: [], dividers: [], enabledOptions: [] },
|
|
2694
2754
|
[e, h]
|
|
2695
|
-
),
|
|
2755
|
+
), B = U(() => {
|
|
2696
2756
|
if (!I) return e;
|
|
2697
2757
|
const j = I.toLowerCase();
|
|
2698
|
-
return
|
|
2699
|
-
(
|
|
2758
|
+
return ae.filter(
|
|
2759
|
+
(ue) => ue[t.label].toLowerCase().includes(j)
|
|
2700
2760
|
);
|
|
2701
|
-
}, [I,
|
|
2702
|
-
const j = 32 *
|
|
2761
|
+
}, [I, ae, e, t.label]), W = U(() => y && p != null && p.enable && !I && B.length > 0 ? [{ type: "all" }, ...B] : B, [B, I, y]), $ = U(() => {
|
|
2762
|
+
const j = 32 * W.length + he.length * 9 + be.length * 48;
|
|
2703
2763
|
return Math.min(g, j);
|
|
2704
|
-
}, [g,
|
|
2764
|
+
}, [g, W, he, be]), le = J(
|
|
2705
2765
|
(j) => {
|
|
2706
|
-
const
|
|
2707
|
-
y ?
|
|
2708
|
-
const Qe =
|
|
2709
|
-
(Ze) => Ze[t.value] ===
|
|
2766
|
+
const ue = j[t.value];
|
|
2767
|
+
y ? M((wu) => {
|
|
2768
|
+
const Qe = wu || [], Rt = Qe.some(
|
|
2769
|
+
(Ze) => Ze[t.value] === ue
|
|
2710
2770
|
) ? Qe.filter(
|
|
2711
|
-
(Ze) => Ze[t.value] !==
|
|
2771
|
+
(Ze) => Ze[t.value] !== ue
|
|
2712
2772
|
) : [...Qe, j];
|
|
2713
2773
|
return c == null || c(Rt), Rt;
|
|
2714
|
-
}) : (
|
|
2774
|
+
}) : (te(!1), M(j), c == null || c(j));
|
|
2715
2775
|
},
|
|
2716
2776
|
[y, t.value, c]
|
|
2717
|
-
),
|
|
2718
|
-
(j) =>
|
|
2777
|
+
), ie = J(
|
|
2778
|
+
(j) => O(j.target.value),
|
|
2719
2779
|
[]
|
|
2720
|
-
),
|
|
2780
|
+
), ge = J(() => O(""), []);
|
|
2721
2781
|
P(() => {
|
|
2722
2782
|
if (u !== void 0 && r !== void 0) {
|
|
2723
2783
|
console.error("defaultValue and value cannot be used simultaneously");
|
|
2724
2784
|
return;
|
|
2725
|
-
} else u !== void 0 ?
|
|
2785
|
+
} else u !== void 0 ? M(u) : r !== void 0 && M(r);
|
|
2726
2786
|
}, [u, r]), P(() => {
|
|
2727
2787
|
if (!y) return;
|
|
2728
|
-
const j = p != null && p.includeDisabled ? (D == null ? void 0 : D.length) ===
|
|
2729
|
-
|
|
2730
|
-
const
|
|
2731
|
-
|
|
2788
|
+
const j = p != null && p.includeDisabled ? (D == null ? void 0 : D.length) === ae.length : (D == null ? void 0 : D.length) === E.length;
|
|
2789
|
+
q(j);
|
|
2790
|
+
const ue = (D == null ? void 0 : D.length) > 0 && !j;
|
|
2791
|
+
G(ue);
|
|
2732
2792
|
}, [D, p]);
|
|
2733
|
-
const
|
|
2734
|
-
const j =
|
|
2735
|
-
|
|
2736
|
-
}, [
|
|
2793
|
+
const Re = J(() => {
|
|
2794
|
+
const j = _ ? [] : p != null && p.includeDisabled ? ae : E;
|
|
2795
|
+
M(j), c == null || c(j);
|
|
2796
|
+
}, [_, y, ae, E, c, p]), Te = Ee(b);
|
|
2737
2797
|
return /* @__PURE__ */ m(
|
|
2738
2798
|
"div",
|
|
2739
2799
|
{
|
|
2740
2800
|
className: n(Te, "wu-flex wu-combobox-container"),
|
|
2741
|
-
ref:
|
|
2801
|
+
ref: oe,
|
|
2742
2802
|
children: [
|
|
2743
2803
|
/* @__PURE__ */ m(
|
|
2744
|
-
|
|
2804
|
+
re,
|
|
2745
2805
|
{
|
|
2746
2806
|
onOpenChange: (j) => {
|
|
2747
|
-
j &&
|
|
2807
|
+
j && ge(), te(j);
|
|
2748
2808
|
},
|
|
2749
|
-
open:
|
|
2809
|
+
open: H,
|
|
2750
2810
|
modal: !0,
|
|
2751
2811
|
children: [
|
|
2752
2812
|
/* @__PURE__ */ a(
|
|
2753
|
-
|
|
2813
|
+
br,
|
|
2754
2814
|
{
|
|
2755
2815
|
...T,
|
|
2756
2816
|
selectedOptions: D,
|
|
@@ -2762,25 +2822,25 @@ const Ot = ({
|
|
|
2762
2822
|
multiple: y,
|
|
2763
2823
|
disabled: k,
|
|
2764
2824
|
selectAll: p,
|
|
2765
|
-
isCheckedAll:
|
|
2825
|
+
isCheckedAll: _,
|
|
2766
2826
|
className: v,
|
|
2767
|
-
id:
|
|
2827
|
+
id: N
|
|
2768
2828
|
}
|
|
2769
2829
|
),
|
|
2770
2830
|
/* @__PURE__ */ a(
|
|
2771
|
-
|
|
2831
|
+
ee,
|
|
2772
2832
|
{
|
|
2773
2833
|
className: "wu-w-[--radix-popover-trigger-width] wu-p-0 wu-bg-white wu-border wu-border-blue-p wu-combobox-content",
|
|
2774
2834
|
align: "start",
|
|
2775
2835
|
sideOffset: -1,
|
|
2776
|
-
children: /* @__PURE__ */ m(ht, { id:
|
|
2836
|
+
children: /* @__PURE__ */ m(ht, { id: N, children: [
|
|
2777
2837
|
/* @__PURE__ */ a("div", { className: "wu-m-2", children: /* @__PURE__ */ a(
|
|
2778
|
-
|
|
2838
|
+
Nr,
|
|
2779
2839
|
{
|
|
2780
2840
|
placeholder: "Search...",
|
|
2781
2841
|
Icon: /* @__PURE__ */ a("span", { className: "wm-search" }),
|
|
2782
2842
|
className: "wu-text-xs wu-combobox-search",
|
|
2783
|
-
onChange:
|
|
2843
|
+
onChange: ie,
|
|
2784
2844
|
name: "Search",
|
|
2785
2845
|
"aria-label": "Search",
|
|
2786
2846
|
dir: d,
|
|
@@ -2790,25 +2850,25 @@ const Ot = ({
|
|
|
2790
2850
|
s,
|
|
2791
2851
|
/* @__PURE__ */ m(gt, { children: [
|
|
2792
2852
|
/* @__PURE__ */ a(xt, { children: "No results found." }),
|
|
2793
|
-
|
|
2853
|
+
W.length >= o ? /* @__PURE__ */ a(
|
|
2794
2854
|
ze,
|
|
2795
2855
|
{
|
|
2796
2856
|
className: "wu-combobox-list",
|
|
2797
2857
|
containerHeight: g,
|
|
2798
|
-
list:
|
|
2799
|
-
callback: (j,
|
|
2858
|
+
list: W,
|
|
2859
|
+
callback: (j, ue) => /* @__PURE__ */ a(
|
|
2800
2860
|
Wt,
|
|
2801
2861
|
{
|
|
2802
|
-
option:
|
|
2862
|
+
option: ue,
|
|
2803
2863
|
value: D,
|
|
2804
|
-
onSelect:
|
|
2864
|
+
onSelect: le,
|
|
2805
2865
|
multiple: y,
|
|
2806
2866
|
accessorKey: t,
|
|
2807
2867
|
dir: d,
|
|
2808
2868
|
selectAll: p,
|
|
2809
|
-
handleSelectAll:
|
|
2810
|
-
isCheckedAll:
|
|
2811
|
-
isPartialSelected:
|
|
2869
|
+
handleSelectAll: Re,
|
|
2870
|
+
isCheckedAll: _,
|
|
2871
|
+
isPartialSelected: X
|
|
2812
2872
|
},
|
|
2813
2873
|
j
|
|
2814
2874
|
),
|
|
@@ -2817,24 +2877,24 @@ const Ot = ({
|
|
|
2817
2877
|
) : /* @__PURE__ */ a(
|
|
2818
2878
|
fe,
|
|
2819
2879
|
{
|
|
2820
|
-
style: { maxHeight:
|
|
2880
|
+
style: { maxHeight: $, height: "fit-content" },
|
|
2821
2881
|
className: "wu-combobox-list",
|
|
2822
2882
|
onScroll: S,
|
|
2823
|
-
children:
|
|
2883
|
+
children: W.map((j, ue) => /* @__PURE__ */ a(
|
|
2824
2884
|
Wt,
|
|
2825
2885
|
{
|
|
2826
2886
|
option: j,
|
|
2827
2887
|
value: D,
|
|
2828
|
-
onSelect:
|
|
2888
|
+
onSelect: le,
|
|
2829
2889
|
multiple: y,
|
|
2830
2890
|
accessorKey: t,
|
|
2831
2891
|
dir: d,
|
|
2832
2892
|
selectAll: p,
|
|
2833
|
-
handleSelectAll:
|
|
2834
|
-
isCheckedAll:
|
|
2835
|
-
isPartialSelected:
|
|
2893
|
+
handleSelectAll: Re,
|
|
2894
|
+
isCheckedAll: _,
|
|
2895
|
+
isPartialSelected: X
|
|
2836
2896
|
},
|
|
2837
|
-
|
|
2897
|
+
ue
|
|
2838
2898
|
))
|
|
2839
2899
|
}
|
|
2840
2900
|
)
|
|
@@ -2845,14 +2905,14 @@ const Ot = ({
|
|
|
2845
2905
|
]
|
|
2846
2906
|
}
|
|
2847
2907
|
),
|
|
2848
|
-
f && /* @__PURE__ */ a(
|
|
2908
|
+
f && /* @__PURE__ */ a(ne, { htmlFor: N, className: "wu-combobox-label", children: f })
|
|
2849
2909
|
]
|
|
2850
2910
|
}
|
|
2851
2911
|
);
|
|
2852
|
-
},
|
|
2853
|
-
const { textToCopy: t, notificationText: u, ...r } = e, [s, o] =
|
|
2912
|
+
}, vn = (e) => {
|
|
2913
|
+
const { textToCopy: t, notificationText: u, ...r } = e, [s, o] = C.useState(!1);
|
|
2854
2914
|
return /* @__PURE__ */ m(
|
|
2855
|
-
|
|
2915
|
+
Q,
|
|
2856
2916
|
{
|
|
2857
2917
|
...r,
|
|
2858
2918
|
onClick: async () => {
|
|
@@ -2881,7 +2941,109 @@ const Ot = ({
|
|
|
2881
2941
|
]
|
|
2882
2942
|
}
|
|
2883
2943
|
);
|
|
2884
|
-
},
|
|
2944
|
+
}, ha = z.Root, Cr = z.Trigger, kr = z.Portal, ga = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
2945
|
+
z.Overlay,
|
|
2946
|
+
{
|
|
2947
|
+
className: n(
|
|
2948
|
+
"wu-fixed wu-inset-0 wu-z-50 wu-bg-black/30 data-[state=open]:wu-animate-in data-[state=closed]:wu-animate-out data-[state=closed]:wu-fade-out-0 data-[state=open]:wu-fade-in-0",
|
|
2949
|
+
e,
|
|
2950
|
+
"wu-drawer-overlay"
|
|
2951
|
+
),
|
|
2952
|
+
...t,
|
|
2953
|
+
ref: u
|
|
2954
|
+
}
|
|
2955
|
+
));
|
|
2956
|
+
ga.displayName = z.Overlay.displayName;
|
|
2957
|
+
const Sr = Z(
|
|
2958
|
+
"wu-fixed wu-z-50 wu-gap-4 wu-p-6 wu-shadow-lg wu-transition wu-ease-in-out data-[state=open]:wu-animate-in data-[state=closed]:wu-animate-out data-[state=closed]:wu-duration-500 data-[state=open]:wu-duration-500",
|
|
2959
|
+
{
|
|
2960
|
+
variants: {
|
|
2961
|
+
side: {
|
|
2962
|
+
top: "wu-inset-x-0 wu-top-0 wu-border-b data-[state=closed]:wu-slide-out-to-top data-[state=open]:wu-slide-in-from-top",
|
|
2963
|
+
bottom: "wu-inset-x-0 wu-bottom-0 wu-border-t data-[state=closed]:wu-slide-out-to-bottom data-[state=open]:wu-slide-in-from-bottom",
|
|
2964
|
+
left: "wu-inset-y-0 wu-left-0 wu-h-full wu-w-3/4 wu-border-r data-[state=closed]:wu-slide-out-to-left data-[state=open]:wu-slide-in-from-left sm:wu-max-w-sm",
|
|
2965
|
+
right: "wu-inset-y-0 wu-right-0 wu-h-full wu-w-3/4 wu-border-l data-[state=closed]:wu-slide-out-to-right data-[state=open]:wu-slide-in-from-right sm:wu-max-w-sm"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
defaultVariants: {
|
|
2969
|
+
side: "right"
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
), vt = x.forwardRef(({ side: e = "right", className: t, children: u, hideCloseButton: r, ...s }, o) => /* @__PURE__ */ m(kr, { children: [
|
|
2973
|
+
/* @__PURE__ */ a(ga, {}),
|
|
2974
|
+
/* @__PURE__ */ m(
|
|
2975
|
+
z.Content,
|
|
2976
|
+
{
|
|
2977
|
+
ref: o,
|
|
2978
|
+
className: n(Sr({ side: e }), t),
|
|
2979
|
+
...s,
|
|
2980
|
+
children: [
|
|
2981
|
+
u,
|
|
2982
|
+
!r && /* @__PURE__ */ a(z.Close, { "aria-label": "close", asChild: !0, children: /* @__PURE__ */ m(
|
|
2983
|
+
Ce,
|
|
2984
|
+
{
|
|
2985
|
+
variant: "iconOnly",
|
|
2986
|
+
className: "wu-absolute wu-right-4 wu-top-4",
|
|
2987
|
+
children: [
|
|
2988
|
+
/* @__PURE__ */ a("span", { className: "wm-close" }),
|
|
2989
|
+
/* @__PURE__ */ a("span", { className: "wu-sr-only", children: "Close" })
|
|
2990
|
+
]
|
|
2991
|
+
}
|
|
2992
|
+
) })
|
|
2993
|
+
]
|
|
2994
|
+
}
|
|
2995
|
+
)
|
|
2996
|
+
] }));
|
|
2997
|
+
vt.displayName = z.Content.displayName;
|
|
2998
|
+
const xa = ({
|
|
2999
|
+
className: e,
|
|
3000
|
+
...t
|
|
3001
|
+
}) => /* @__PURE__ */ a("div", { className: n("", e), ...t });
|
|
3002
|
+
xa.displayName = "SheetHeader";
|
|
3003
|
+
const Nt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
3004
|
+
z.Title,
|
|
3005
|
+
{
|
|
3006
|
+
ref: u,
|
|
3007
|
+
className: n("wu-text-lg wu-font-semibold", e),
|
|
3008
|
+
...t
|
|
3009
|
+
}
|
|
3010
|
+
));
|
|
3011
|
+
Nt.displayName = z.Title.displayName;
|
|
3012
|
+
const ya = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
3013
|
+
z.Description,
|
|
3014
|
+
{
|
|
3015
|
+
ref: u,
|
|
3016
|
+
className: n("wu-text-sm", e),
|
|
3017
|
+
...t
|
|
3018
|
+
}
|
|
3019
|
+
));
|
|
3020
|
+
ya.displayName = z.Description.displayName;
|
|
3021
|
+
const Nn = (e) => {
|
|
3022
|
+
const {
|
|
3023
|
+
Trigger: t,
|
|
3024
|
+
children: u,
|
|
3025
|
+
hideCloseButton: r,
|
|
3026
|
+
className: s,
|
|
3027
|
+
side: o = "left",
|
|
3028
|
+
...l
|
|
3029
|
+
} = e;
|
|
3030
|
+
return /* @__PURE__ */ m(ha, { children: [
|
|
3031
|
+
/* @__PURE__ */ a(Cr, { asChild: !0, children: t }),
|
|
3032
|
+
/* @__PURE__ */ m(
|
|
3033
|
+
vt,
|
|
3034
|
+
{
|
|
3035
|
+
...l,
|
|
3036
|
+
side: o,
|
|
3037
|
+
className: n("wu-bg-white wu-text-gray-lead wu-px-0", s),
|
|
3038
|
+
hideCloseButton: r,
|
|
3039
|
+
children: [
|
|
3040
|
+
/* @__PURE__ */ a("div", { className: "wu-hidden", children: /* @__PURE__ */ a(Nt, {}) }),
|
|
3041
|
+
u
|
|
3042
|
+
]
|
|
3043
|
+
}
|
|
3044
|
+
)
|
|
3045
|
+
] });
|
|
3046
|
+
}, Rr = ({
|
|
2885
3047
|
className: e,
|
|
2886
3048
|
isLoading: t,
|
|
2887
3049
|
loadingText: u,
|
|
@@ -2909,8 +3071,8 @@ const Ot = ({
|
|
|
2909
3071
|
]
|
|
2910
3072
|
}
|
|
2911
3073
|
);
|
|
2912
|
-
|
|
2913
|
-
const
|
|
3074
|
+
Rr.displayName = "WuFooter";
|
|
3075
|
+
const Tr = C.forwardRef((e, t) => {
|
|
2914
3076
|
const { size: u = "sm", idOrSlugOrUrl: r, variant: s = "primary", ...o } = e, l = u === "sm" ? 16 : 18, w = r.includes("http") ? r : `/help/${r}.html`, i = s === "primary" ? "wu-text-blue-p" : "wu-text-gray-lead";
|
|
2915
3077
|
return /* @__PURE__ */ a("button", { ...o, ref: t, onClick: () => lt(w), children: /* @__PURE__ */ a(
|
|
2916
3078
|
"span",
|
|
@@ -2925,81 +3087,378 @@ const vr = N.forwardRef((e, t) => {
|
|
|
2925
3087
|
}
|
|
2926
3088
|
) });
|
|
2927
3089
|
});
|
|
2928
|
-
|
|
2929
|
-
const
|
|
2930
|
-
const { checked: t, onSelect: u, children: r, disabled: s, preventCloseOnSelect: o } = e;
|
|
2931
|
-
return /* @__PURE__ */ a(
|
|
2932
|
-
ba,
|
|
2933
|
-
{
|
|
2934
|
-
disabled: s,
|
|
2935
|
-
checked: t,
|
|
2936
|
-
onCheckedChange: u,
|
|
2937
|
-
onSelect: (l) => o && l.preventDefault(),
|
|
2938
|
-
children: r
|
|
2939
|
-
}
|
|
2940
|
-
);
|
|
2941
|
-
}, Et = (e) => {
|
|
3090
|
+
Tr.displayName = "WuHelpButton";
|
|
3091
|
+
const de = (e, t) => `wu-listbox-${e}`, Dr = (e) => {
|
|
2942
3092
|
const {
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
)
|
|
2955
|
-
|
|
2956
|
-
|
|
3093
|
+
CustomTrigger: t,
|
|
3094
|
+
disabled: u,
|
|
3095
|
+
value: r,
|
|
3096
|
+
placeholder: s,
|
|
3097
|
+
accessorKey: o,
|
|
3098
|
+
Chip: l,
|
|
3099
|
+
handleUnselect: w,
|
|
3100
|
+
variant: i,
|
|
3101
|
+
dir: d,
|
|
3102
|
+
...c
|
|
3103
|
+
} = e, [f, g] = C.useState(), y = C.useRef(null);
|
|
3104
|
+
return C.useEffect(() => {
|
|
3105
|
+
if (!r) {
|
|
3106
|
+
g(null);
|
|
3107
|
+
return;
|
|
3108
|
+
}
|
|
3109
|
+
g(Array.isArray(r) ? l ? r.map(
|
|
3110
|
+
(p, N) => l({ value: p, unselect: w, key: N })
|
|
3111
|
+
) : r.map((p) => p[o.label]).join(", ") : l ? l({ value: r, unselect: w }) : r[o.label]);
|
|
3112
|
+
}, [r, l, o.label, g]), /* @__PURE__ */ a(me, { asChild: !0, id: e.id, disabled: u, ref: y, children: (t == null ? void 0 : t(r)) || /* @__PURE__ */ m(
|
|
3113
|
+
"button",
|
|
2957
3114
|
{
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
3115
|
+
...c,
|
|
3116
|
+
className: n(
|
|
3117
|
+
"wu-group wu-relative wu-min-h-8 wu-text-xs wu-border-gray-subtle wu-bg-gray-10 wu-p-1 wu-pl-2 rtl:wu-pr-2 wu-border-b wu-w-full wu-text-left wu-pr-5 rtl:wu-pl-5",
|
|
3118
|
+
"hover:wu-border-blue-p",
|
|
3119
|
+
"disabled:wu-cursor-not-allowed disabled:wu-bg-gray-20 disabled:wu-border-gray-40 disabled:wu-text-gray-subtle",
|
|
3120
|
+
"rtl:wu-text-right",
|
|
3121
|
+
i === "outlined" && "wu-border wu-border-gray-subtle wu-bg-white",
|
|
3122
|
+
c.className,
|
|
3123
|
+
de("trigger")
|
|
3124
|
+
),
|
|
2963
3125
|
children: [
|
|
2964
|
-
|
|
2965
|
-
|
|
3126
|
+
/* @__PURE__ */ a(
|
|
3127
|
+
"div",
|
|
3128
|
+
{
|
|
3129
|
+
className: n(
|
|
3130
|
+
"wu-truncate",
|
|
3131
|
+
l && "wu-flex wu-items-center wu-gap-1 wu-flex-wrap",
|
|
3132
|
+
!f && "wu-font-light"
|
|
3133
|
+
),
|
|
3134
|
+
children: f || s
|
|
3135
|
+
}
|
|
3136
|
+
),
|
|
3137
|
+
/* @__PURE__ */ a(
|
|
3138
|
+
ke,
|
|
3139
|
+
{
|
|
3140
|
+
icon: "wm-arrow-drop-down",
|
|
3141
|
+
className: n(
|
|
3142
|
+
"wu-absolute wu-top-1 wm-arrow-drop-down group-data-[state=open]:wu-rotate-180 wu-transition-transform wu-duration-300 wu-text-base",
|
|
3143
|
+
d === "rtl" ? "wu-left-1" : "wu-right-1",
|
|
3144
|
+
de("drop-icon")
|
|
3145
|
+
)
|
|
3146
|
+
}
|
|
3147
|
+
)
|
|
2966
3148
|
]
|
|
2967
3149
|
}
|
|
2968
|
-
);
|
|
2969
|
-
},
|
|
2970
|
-
const { children: t, ...u } = e;
|
|
2971
|
-
return /* @__PURE__ */ m(ma, { ...u, children: [
|
|
2972
|
-
/* @__PURE__ */ a(Ae, { children: e.label }),
|
|
2973
|
-
t
|
|
2974
|
-
] });
|
|
2975
|
-
}, Cn = (e) => {
|
|
2976
|
-
const { options: t, value: u, onSelect: r } = e;
|
|
2977
|
-
return /* @__PURE__ */ a(br, { value: u, onValueChange: r, children: t.map((s) => /* @__PURE__ */ a(
|
|
2978
|
-
ha,
|
|
2979
|
-
{
|
|
2980
|
-
value: s.value,
|
|
2981
|
-
disabled: s.disabled,
|
|
2982
|
-
children: s.label
|
|
2983
|
-
},
|
|
2984
|
-
s.value
|
|
2985
|
-
)) });
|
|
2986
|
-
}, kn = (e) => {
|
|
2987
|
-
const { className: t, ...u } = e, r = n("wu-w-11/12 wu-mx-auto wu-border-gray-40", t);
|
|
2988
|
-
return /* @__PURE__ */ a(Ke, { ...u, className: r });
|
|
2989
|
-
}, Sn = (e) => {
|
|
2990
|
-
const { children: t, label: u, open: r, onOpenChange: s, height: o, dir: l, ...w } = e;
|
|
2991
|
-
return /* @__PURE__ */ m(fr, { ...w, open: r, onOpenChange: s, children: [
|
|
2992
|
-
/* @__PURE__ */ a(pa, { dir: l, children: u }),
|
|
2993
|
-
/* @__PURE__ */ a(pr, { children: /* @__PURE__ */ a(fa, { onInteractOutside: (i) => i.preventDefault(), children: /* @__PURE__ */ a(fe, { className: "wu-h-fit", style: { height: o }, dir: l, children: t }) }) })
|
|
2994
|
-
] });
|
|
2995
|
-
}, Nr = "wu-p-1.5 wu-cursor-pointer hover:wu-bg-gray-20 wu-border-gray-40 wu-transition wu-duration-300 focus:wu-outline-2 focus:wu-outline-offset focus:wu-outline-blue-p/80 focus:wu-bg-gray-20 hover:wu-bg-gray-20 wu-rounded-t-sm", Cr = (e) => {
|
|
3150
|
+
) });
|
|
3151
|
+
}, Ir = (e) => {
|
|
2996
3152
|
const {
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3153
|
+
option: t,
|
|
3154
|
+
accessorKey: u,
|
|
3155
|
+
onSelect: r,
|
|
3156
|
+
multiple: s,
|
|
3157
|
+
children: o,
|
|
3158
|
+
value: l,
|
|
3159
|
+
dir: w,
|
|
3160
|
+
...i
|
|
3161
|
+
} = e;
|
|
3162
|
+
return /* @__PURE__ */ m(
|
|
3163
|
+
Le,
|
|
3164
|
+
{
|
|
3165
|
+
...i,
|
|
3166
|
+
onSelect: () => r == null ? void 0 : r(t),
|
|
3167
|
+
value: JSON.stringify(t),
|
|
3168
|
+
className: n(
|
|
3169
|
+
"data-[selected='true']:wu-bg-gray-100 wu-cursor-pointer wu-text-xs wu-min-h-8 wu-py-0 hover:wu-bg-gray-100",
|
|
3170
|
+
w === "rtl" && "wu-justify-end",
|
|
3171
|
+
de("item")
|
|
3172
|
+
),
|
|
3173
|
+
disabled: t.disabled,
|
|
3174
|
+
children: [
|
|
3175
|
+
/* @__PURE__ */ a("span", { className: "wu-hidden", children: crypto.randomUUID() }),
|
|
3176
|
+
s && /* @__PURE__ */ a(
|
|
3177
|
+
se,
|
|
3178
|
+
{
|
|
3179
|
+
checked: Array.isArray(l) && !!l.find(
|
|
3180
|
+
(d) => d[u.value] === t[u.value]
|
|
3181
|
+
)
|
|
3182
|
+
}
|
|
3183
|
+
),
|
|
3184
|
+
o
|
|
3185
|
+
]
|
|
3186
|
+
}
|
|
3187
|
+
);
|
|
3188
|
+
}, Mr = C.memo(Ir), _r = (e) => {
|
|
3189
|
+
const { label: t, onSelectAll: u, data: r, value: s } = e, [o, l] = C.useState(!1), [w, i] = C.useState(!1);
|
|
3190
|
+
return C.useEffect(() => {
|
|
3191
|
+
!s || !r || (l(s.length > 0), i(s.length > 0 && s.length < r.length));
|
|
3192
|
+
}, [r, s]), /* @__PURE__ */ m(
|
|
3193
|
+
Le,
|
|
3194
|
+
{
|
|
3195
|
+
className: "data-[selected='true']:wu-bg-gray-100 wu-cursor-pointer wu-text-xs wu-min-h-8 wu-py-0 hover:wu-bg-gray-100",
|
|
3196
|
+
onSelect: () => u == null ? void 0 : u(!o),
|
|
3197
|
+
children: [
|
|
3198
|
+
/* @__PURE__ */ a(se, { checked: o, partial: w }),
|
|
3199
|
+
t || "Select All"
|
|
3200
|
+
]
|
|
3201
|
+
}
|
|
3202
|
+
);
|
|
3203
|
+
}, Or = (e) => {
|
|
3204
|
+
const { className: t, ...u } = e;
|
|
3205
|
+
return /* @__PURE__ */ m("div", { className: "wu-relative", children: [
|
|
3206
|
+
/* @__PURE__ */ a(
|
|
3207
|
+
ke,
|
|
3208
|
+
{
|
|
3209
|
+
icon: "wm-search",
|
|
3210
|
+
className: "wu-absolute wu-top-[14px] wu-left-5"
|
|
3211
|
+
}
|
|
3212
|
+
),
|
|
3213
|
+
/* @__PURE__ */ a(
|
|
3214
|
+
oa,
|
|
3215
|
+
{
|
|
3216
|
+
...u,
|
|
3217
|
+
"aria-label": "Search",
|
|
3218
|
+
className: n(
|
|
3219
|
+
"wu-bg-gray-10 wu-border-b wu-border-gray-subtle wu-rounded-none wu-rounded-t-sm wu-h-8 wu-my-2 wu-pl-8",
|
|
3220
|
+
"focus:wu-border-blue-p focus-visible:wu-outline-none;",
|
|
3221
|
+
de("input"),
|
|
3222
|
+
t
|
|
3223
|
+
)
|
|
3224
|
+
}
|
|
3225
|
+
)
|
|
3226
|
+
] });
|
|
3227
|
+
}, Cn = (e) => {
|
|
3228
|
+
const {
|
|
3229
|
+
data: t,
|
|
3230
|
+
accessorKey: u,
|
|
3231
|
+
value: r,
|
|
3232
|
+
Item: s,
|
|
3233
|
+
Label: o,
|
|
3234
|
+
CustomHeader: l,
|
|
3235
|
+
CustomTrigger: w,
|
|
3236
|
+
NoDataContent: i,
|
|
3237
|
+
Chip: d,
|
|
3238
|
+
onSelect: c,
|
|
3239
|
+
onScroll: f,
|
|
3240
|
+
disabled: g,
|
|
3241
|
+
multiple: y,
|
|
3242
|
+
searchable: h,
|
|
3243
|
+
selectAll: p,
|
|
3244
|
+
virtualizedThreshold: N = 100,
|
|
3245
|
+
id: k,
|
|
3246
|
+
dir: b,
|
|
3247
|
+
className: v,
|
|
3248
|
+
listClass: S,
|
|
3249
|
+
placeholder: T = "Select items...",
|
|
3250
|
+
variant: I,
|
|
3251
|
+
labelPosition: O = "top"
|
|
3252
|
+
} = e, [D, M] = C.useState(!1), [H, te] = C.useState(""), [_, q] = C.useState(r), X = C.useMemo(() => u, [u]), G = C.useMemo(() => {
|
|
3253
|
+
if (!h || !H)
|
|
3254
|
+
return t;
|
|
3255
|
+
const E = H.toLowerCase().trim();
|
|
3256
|
+
return t.filter(
|
|
3257
|
+
(B) => B[u.label].toLowerCase().trim().includes(E)
|
|
3258
|
+
);
|
|
3259
|
+
}, [t, H, u.label, h]), oe = (E) => {
|
|
3260
|
+
y ? q((B) => {
|
|
3261
|
+
const W = E[u.value], $ = Array.isArray(B) ? B : [], ie = $.some(
|
|
3262
|
+
(ge) => ge[u.value] === W
|
|
3263
|
+
) ? $.filter((ge) => ge[u.value] !== W) : [...$, E];
|
|
3264
|
+
return c && c(ie), ie;
|
|
3265
|
+
}) : (q(E), c && c(E), M(!1));
|
|
3266
|
+
}, ae = C.useCallback(
|
|
3267
|
+
(E) => {
|
|
3268
|
+
const B = E ? t : [];
|
|
3269
|
+
q(B), p != null && p.onSelectAll && p.onSelectAll(E), c && c(B);
|
|
3270
|
+
},
|
|
3271
|
+
[t, p, c]
|
|
3272
|
+
), be = C.useCallback(
|
|
3273
|
+
(E) => Array.isArray(_) ? _.some(
|
|
3274
|
+
(B) => B[u.value] === E[u.value]
|
|
3275
|
+
) : (_ == null ? void 0 : _[u.value]) === E[u.value],
|
|
3276
|
+
[_, u.value]
|
|
3277
|
+
);
|
|
3278
|
+
C.useEffect(() => {
|
|
3279
|
+
q(r);
|
|
3280
|
+
}, [r]);
|
|
3281
|
+
const he = (E) => {
|
|
3282
|
+
const B = (W) => /* @__PURE__ */ a(
|
|
3283
|
+
Mr,
|
|
3284
|
+
{
|
|
3285
|
+
option: W,
|
|
3286
|
+
accessorKey: X,
|
|
3287
|
+
multiple: y,
|
|
3288
|
+
onSelect: () => oe(W),
|
|
3289
|
+
value: r,
|
|
3290
|
+
dir: b,
|
|
3291
|
+
children: s ? s({ value: W, isSelected: be(W) }) : /* @__PURE__ */ a(F, { children: W[u.label] })
|
|
3292
|
+
},
|
|
3293
|
+
String(W[u.value])
|
|
3294
|
+
);
|
|
3295
|
+
return E.length > N ? /* @__PURE__ */ a(
|
|
3296
|
+
ze,
|
|
3297
|
+
{
|
|
3298
|
+
list: E,
|
|
3299
|
+
callback: (W, $) => B($),
|
|
3300
|
+
dir: b
|
|
3301
|
+
}
|
|
3302
|
+
) : E.map(B);
|
|
3303
|
+
};
|
|
3304
|
+
return /* @__PURE__ */ m(
|
|
3305
|
+
"div",
|
|
3306
|
+
{
|
|
3307
|
+
className: n(
|
|
3308
|
+
"wu-flex wu-text-sm wu-gap-2",
|
|
3309
|
+
O === "top" && "wu-flex-col wu-gap-1",
|
|
3310
|
+
O === "left" && "wu-flex-row",
|
|
3311
|
+
O === "right" && "wu-flex-row-reverse",
|
|
3312
|
+
de("container")
|
|
3313
|
+
),
|
|
3314
|
+
dir: b,
|
|
3315
|
+
children: [
|
|
3316
|
+
o && /* @__PURE__ */ a(ne, { htmlFor: k, className: de("label"), children: o }),
|
|
3317
|
+
/* @__PURE__ */ m(
|
|
3318
|
+
re,
|
|
3319
|
+
{
|
|
3320
|
+
open: D,
|
|
3321
|
+
onOpenChange: (E) => {
|
|
3322
|
+
M(E), E || setTimeout(() => {
|
|
3323
|
+
te("");
|
|
3324
|
+
}, 100);
|
|
3325
|
+
},
|
|
3326
|
+
children: [
|
|
3327
|
+
/* @__PURE__ */ a(
|
|
3328
|
+
Dr,
|
|
3329
|
+
{
|
|
3330
|
+
CustomTrigger: w,
|
|
3331
|
+
disabled: g,
|
|
3332
|
+
value: _,
|
|
3333
|
+
accessorKey: u,
|
|
3334
|
+
placeholder: T,
|
|
3335
|
+
Chip: d,
|
|
3336
|
+
className: v,
|
|
3337
|
+
handleUnselect: oe,
|
|
3338
|
+
variant: I,
|
|
3339
|
+
id: k,
|
|
3340
|
+
dir: b
|
|
3341
|
+
}
|
|
3342
|
+
),
|
|
3343
|
+
/* @__PURE__ */ a(
|
|
3344
|
+
ee,
|
|
3345
|
+
{
|
|
3346
|
+
className: n(
|
|
3347
|
+
"wu-w-[--radix-popover-trigger-width] wu-p-0 wu-bg-white wu-border wu-border-blue-p",
|
|
3348
|
+
de("content")
|
|
3349
|
+
),
|
|
3350
|
+
align: "start",
|
|
3351
|
+
sideOffset: -1,
|
|
3352
|
+
children: /* @__PURE__ */ m(ht, { id: e.id, shouldFilter: !1, children: [
|
|
3353
|
+
h && /* @__PURE__ */ a(Or, { value: H, onValueChange: te }),
|
|
3354
|
+
l,
|
|
3355
|
+
/* @__PURE__ */ m(
|
|
3356
|
+
gt,
|
|
3357
|
+
{
|
|
3358
|
+
className: n(
|
|
3359
|
+
"wu-max-h-96 wu-overflow-y-auto",
|
|
3360
|
+
de("list"),
|
|
3361
|
+
S
|
|
3362
|
+
),
|
|
3363
|
+
onScroll: f,
|
|
3364
|
+
children: [
|
|
3365
|
+
/* @__PURE__ */ a(xt, { children: i || "No results found." }),
|
|
3366
|
+
/* @__PURE__ */ a(qe, { children: y && (p == null ? void 0 : p.enabled) && !H && /* @__PURE__ */ a(
|
|
3367
|
+
_r,
|
|
3368
|
+
{
|
|
3369
|
+
data: t,
|
|
3370
|
+
value: _,
|
|
3371
|
+
onSelectAll: ae,
|
|
3372
|
+
label: p.label
|
|
3373
|
+
}
|
|
3374
|
+
) }),
|
|
3375
|
+
/* @__PURE__ */ a(qe, { children: he(G) })
|
|
3376
|
+
]
|
|
3377
|
+
}
|
|
3378
|
+
)
|
|
3379
|
+
] })
|
|
3380
|
+
}
|
|
3381
|
+
)
|
|
3382
|
+
]
|
|
3383
|
+
}
|
|
3384
|
+
)
|
|
3385
|
+
]
|
|
3386
|
+
}
|
|
3387
|
+
);
|
|
3388
|
+
}, kn = (e) => {
|
|
3389
|
+
const { checked: t, onSelect: u, children: r, disabled: s, preventCloseOnSelect: o } = e;
|
|
3390
|
+
return /* @__PURE__ */ a(
|
|
3391
|
+
fa,
|
|
3392
|
+
{
|
|
3393
|
+
disabled: s,
|
|
3394
|
+
checked: t,
|
|
3395
|
+
onCheckedChange: u,
|
|
3396
|
+
onSelect: (l) => o && l.preventDefault(),
|
|
3397
|
+
children: r
|
|
3398
|
+
}
|
|
3399
|
+
);
|
|
3400
|
+
}, Et = (e) => {
|
|
3401
|
+
const {
|
|
3402
|
+
children: t,
|
|
3403
|
+
className: u,
|
|
3404
|
+
Icon: r,
|
|
3405
|
+
iconPosition: s = "left",
|
|
3406
|
+
disabled: o,
|
|
3407
|
+
onSelect: l,
|
|
3408
|
+
preventCloseOnSelect: w
|
|
3409
|
+
} = e, i = n(
|
|
3410
|
+
"wu-flex wu-items-center wu-gap-2",
|
|
3411
|
+
r && (s === "left" ? "" : "wu-justify-between wu-flex-row-reverse"),
|
|
3412
|
+
u
|
|
3413
|
+
);
|
|
3414
|
+
return /* @__PURE__ */ m(
|
|
3415
|
+
Je,
|
|
3416
|
+
{
|
|
3417
|
+
onSelect: (c) => {
|
|
3418
|
+
l && l(c), w && c.preventDefault();
|
|
3419
|
+
},
|
|
3420
|
+
disabled: o,
|
|
3421
|
+
className: i,
|
|
3422
|
+
children: [
|
|
3423
|
+
r && /* @__PURE__ */ a("div", { className: "wu-text-base", children: r }),
|
|
3424
|
+
t
|
|
3425
|
+
]
|
|
3426
|
+
}
|
|
3427
|
+
);
|
|
3428
|
+
}, Sn = (e) => {
|
|
3429
|
+
const { children: t, ...u } = e;
|
|
3430
|
+
return /* @__PURE__ */ m(ca, { ...u, children: [
|
|
3431
|
+
/* @__PURE__ */ a(Ae, { children: e.label }),
|
|
3432
|
+
t
|
|
3433
|
+
] });
|
|
3434
|
+
}, Rn = (e) => {
|
|
3435
|
+
const { options: t, value: u, onSelect: r } = e;
|
|
3436
|
+
return /* @__PURE__ */ a(xr, { value: u, onValueChange: r, children: t.map((s) => /* @__PURE__ */ a(
|
|
3437
|
+
ba,
|
|
3438
|
+
{
|
|
3439
|
+
value: s.value,
|
|
3440
|
+
disabled: s.disabled,
|
|
3441
|
+
children: s.label
|
|
3442
|
+
},
|
|
3443
|
+
s.value
|
|
3444
|
+
)) });
|
|
3445
|
+
}, Tn = (e) => {
|
|
3446
|
+
const { className: t, ...u } = e, r = n("wu-w-11/12 wu-mx-auto wu-border-gray-40", t);
|
|
3447
|
+
return /* @__PURE__ */ a(Ke, { ...u, className: r });
|
|
3448
|
+
}, Dn = (e) => {
|
|
3449
|
+
const { children: t, label: u, open: r, onOpenChange: s, height: o, dir: l, ...w } = e;
|
|
3450
|
+
return /* @__PURE__ */ m(gr, { ...w, open: r, onOpenChange: s, children: [
|
|
3451
|
+
/* @__PURE__ */ a(ma, { dir: l, children: u }),
|
|
3452
|
+
/* @__PURE__ */ a(hr, { children: /* @__PURE__ */ a(pa, { onInteractOutside: (i) => i.preventDefault(), children: /* @__PURE__ */ a(fe, { className: "wu-h-fit", style: { height: o }, dir: l, children: t }) }) })
|
|
3453
|
+
] });
|
|
3454
|
+
}, Wr = "wu-p-1.5 wu-cursor-pointer hover:wu-bg-gray-20 wu-border-gray-40 wu-transition wu-duration-300 focus:wu-outline-2 focus:wu-outline-offset focus:wu-outline-blue-p/80 focus:wu-bg-gray-20 hover:wu-bg-gray-20 wu-rounded-t-sm", Er = (e) => {
|
|
3455
|
+
const {
|
|
3456
|
+
children: t,
|
|
3457
|
+
menuTitle: u,
|
|
3458
|
+
variant: r = "flat",
|
|
3459
|
+
name: s,
|
|
3460
|
+
open: o,
|
|
3461
|
+
onOpenChange: l,
|
|
3003
3462
|
height: w,
|
|
3004
3463
|
preventCloseOnClickOutside: i,
|
|
3005
3464
|
dir: d,
|
|
@@ -3009,20 +3468,20 @@ const vn = (e) => {
|
|
|
3009
3468
|
side: y = "bottom",
|
|
3010
3469
|
alignOffset: h,
|
|
3011
3470
|
className: p,
|
|
3012
|
-
disabled:
|
|
3471
|
+
disabled: N,
|
|
3013
3472
|
...k
|
|
3014
3473
|
} = e;
|
|
3015
|
-
return /* @__PURE__ */ m(
|
|
3474
|
+
return /* @__PURE__ */ m(wa, { ...k, open: o, onOpenChange: l, dir: d, children: [
|
|
3016
3475
|
/* @__PURE__ */ a(
|
|
3017
|
-
|
|
3476
|
+
da,
|
|
3018
3477
|
{
|
|
3019
3478
|
asChild: !0,
|
|
3020
3479
|
dir: d,
|
|
3021
|
-
disabled:
|
|
3480
|
+
disabled: N,
|
|
3022
3481
|
className: n(
|
|
3023
3482
|
"disabled:wu-text-zinc-300 disabled:wu-bg-white disabled:wu-cursor-not-allowed disabled:hover:wu-bg-transparent"
|
|
3024
3483
|
),
|
|
3025
|
-
children: c ??
|
|
3484
|
+
children: c ?? Pr(r, s, N)
|
|
3026
3485
|
}
|
|
3027
3486
|
),
|
|
3028
3487
|
/* @__PURE__ */ a(
|
|
@@ -3039,7 +3498,7 @@ const vn = (e) => {
|
|
|
3039
3498
|
alignOffset: h,
|
|
3040
3499
|
onInteractOutside: (b) => i && b.preventDefault(),
|
|
3041
3500
|
children: /* @__PURE__ */ m(fe, { className: "h-fit", style: { height: w }, dir: d, children: [
|
|
3042
|
-
u && /* @__PURE__ */ m(
|
|
3501
|
+
u && /* @__PURE__ */ m(F, { children: [
|
|
3043
3502
|
/* @__PURE__ */ a(Ae, { dir: d, className: "wu-menu-title", children: u }),
|
|
3044
3503
|
/* @__PURE__ */ a(
|
|
3045
3504
|
Ke,
|
|
@@ -3054,9 +3513,9 @@ const vn = (e) => {
|
|
|
3054
3513
|
}
|
|
3055
3514
|
)
|
|
3056
3515
|
] });
|
|
3057
|
-
},
|
|
3516
|
+
}, Pr = (e, t, u) => {
|
|
3058
3517
|
const r = n(
|
|
3059
|
-
|
|
3518
|
+
Wr,
|
|
3060
3519
|
"wu-flex wu-items-center wu-justify-between wu-gap-2 wu-h-8 wu-text-xs wu-group",
|
|
3061
3520
|
e === "outlined" ? "wu-border" : "wu-border-b",
|
|
3062
3521
|
"wu-trigger-btn"
|
|
@@ -3073,7 +3532,7 @@ const vn = (e) => {
|
|
|
3073
3532
|
}
|
|
3074
3533
|
)
|
|
3075
3534
|
] });
|
|
3076
|
-
},
|
|
3535
|
+
}, va = C.forwardRef(
|
|
3077
3536
|
({ showMenu: e = !1, className: t, color: u = "#1B3380", ...r }, s) => {
|
|
3078
3537
|
const o = n(
|
|
3079
3538
|
"wu-w-full wu-border wu-transition-all wu-duration-300"
|
|
@@ -3115,32 +3574,32 @@ const vn = (e) => {
|
|
|
3115
3574
|
);
|
|
3116
3575
|
}
|
|
3117
3576
|
);
|
|
3118
|
-
|
|
3119
|
-
const
|
|
3577
|
+
va.displayName = "WuMenuIcon";
|
|
3578
|
+
const Na = {
|
|
3120
3579
|
overlay: "data-[state=open]:wu-animate-in data-[state=closed]:wu-animate-out data-[state=closed]:wu-fade-out-0 data-[state=open]:wu-fade-in-0",
|
|
3121
3580
|
content: "data-[state=open]:wu-animate-in data-[state=closed]:wu-animate-out data-[state=closed]:wu-fade-out-0 data-[state=open]:wu-fade-in-0 data-[state=closed]:wu-zoom-out-95 data-[state=open]:wu-zoom-in-95 data-[state=closed]:wu-slide-out-to-left-1/2 data-[state=closed]:wu-slide-out-to-top-[48%] data-[state=open]:wu-slide-in-from-left-1/2 data-[state=open]:wu-slide-in-from-top-[48%]"
|
|
3122
|
-
},
|
|
3581
|
+
}, Lr = z.Root, zr = z.Trigger, Ar = z.Portal, jr = z.Close, Ca = ve(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
3123
3582
|
z.Overlay,
|
|
3124
3583
|
{
|
|
3125
3584
|
ref: u,
|
|
3126
3585
|
className: n(
|
|
3127
3586
|
"wu-fixed wu-inset-0 wu-z-50 wu-bg-black/30",
|
|
3128
|
-
|
|
3587
|
+
Na.overlay,
|
|
3129
3588
|
e
|
|
3130
3589
|
),
|
|
3131
3590
|
...t
|
|
3132
3591
|
}
|
|
3133
3592
|
));
|
|
3134
|
-
|
|
3135
|
-
const
|
|
3136
|
-
/* @__PURE__ */ a(
|
|
3593
|
+
Ca.displayName = z.Overlay.displayName;
|
|
3594
|
+
const ka = ve(({ className: e, children: t, hideCloseButton: u, ...r }, s) => /* @__PURE__ */ m(Ar, { children: [
|
|
3595
|
+
/* @__PURE__ */ a(Ca, {}),
|
|
3137
3596
|
/* @__PURE__ */ m(
|
|
3138
3597
|
z.Content,
|
|
3139
3598
|
{
|
|
3140
3599
|
ref: s,
|
|
3141
3600
|
className: n(
|
|
3142
3601
|
"wu-fixed wu-left-[50%] wu-top-[50%] wu-z-50 wu-flex wu-flex-col wu-w-full wu-max-w-lg wu-translate-x-[-50%] wu-translate-y-[-50%] wu-bg-white wu-shadow-lg wu-duration-200",
|
|
3143
|
-
|
|
3602
|
+
Na.content,
|
|
3144
3603
|
e
|
|
3145
3604
|
),
|
|
3146
3605
|
...r,
|
|
@@ -3161,8 +3620,8 @@ const va = ve(({ className: e, children: t, hideCloseButton: u, ...r }, s) => /*
|
|
|
3161
3620
|
}
|
|
3162
3621
|
)
|
|
3163
3622
|
] }));
|
|
3164
|
-
|
|
3165
|
-
const
|
|
3623
|
+
ka.displayName = z.Content.displayName;
|
|
3624
|
+
const Sa = ({
|
|
3166
3625
|
className: e,
|
|
3167
3626
|
...t
|
|
3168
3627
|
}) => /* @__PURE__ */ a(
|
|
@@ -3172,8 +3631,8 @@ const Na = ({
|
|
|
3172
3631
|
...t
|
|
3173
3632
|
}
|
|
3174
3633
|
);
|
|
3175
|
-
|
|
3176
|
-
const
|
|
3634
|
+
Sa.displayName = "DialogHeader";
|
|
3635
|
+
const Ra = ({
|
|
3177
3636
|
className: e,
|
|
3178
3637
|
...t
|
|
3179
3638
|
}) => /* @__PURE__ */ a(
|
|
@@ -3186,8 +3645,8 @@ const Ca = ({
|
|
|
3186
3645
|
...t
|
|
3187
3646
|
}
|
|
3188
3647
|
);
|
|
3189
|
-
|
|
3190
|
-
const
|
|
3648
|
+
Ra.displayName = "DialogFooter";
|
|
3649
|
+
const Ta = ve(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
3191
3650
|
z.Title,
|
|
3192
3651
|
{
|
|
3193
3652
|
ref: u,
|
|
@@ -3198,8 +3657,8 @@ const ka = ve(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
3198
3657
|
...t
|
|
3199
3658
|
}
|
|
3200
3659
|
));
|
|
3201
|
-
|
|
3202
|
-
const
|
|
3660
|
+
Ta.displayName = z.Title.displayName;
|
|
3661
|
+
const Hr = ve(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
3203
3662
|
z.Description,
|
|
3204
3663
|
{
|
|
3205
3664
|
ref: u,
|
|
@@ -3207,16 +3666,16 @@ const Ir = ve(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
3207
3666
|
...t
|
|
3208
3667
|
}
|
|
3209
3668
|
));
|
|
3210
|
-
|
|
3211
|
-
const
|
|
3669
|
+
Hr.displayName = z.Description.displayName;
|
|
3670
|
+
const Br = "600px", Fr = {
|
|
3212
3671
|
sm: "400px",
|
|
3213
3672
|
md: "600px",
|
|
3214
3673
|
lg: "1200px"
|
|
3215
|
-
},
|
|
3674
|
+
}, qr = {
|
|
3216
3675
|
primary: "wu-bg-blue-p wu-text-white hover:wu-bg-opacity-70",
|
|
3217
3676
|
secondary: "hover:wu-bg-blue-p hover:wu-bg-gray-100 wu-text-blue-p",
|
|
3218
3677
|
iconOnly: "wu-p-2 hover:wu-bg-gray-40 wu-min-w-[auto] disabled:wu-grayscale disabled:wu-opacity-80 focus-visible:wu-ring-offset-0 focus:wu-bg-blue-soft"
|
|
3219
|
-
},
|
|
3678
|
+
}, In = ({
|
|
3220
3679
|
Trigger: e,
|
|
3221
3680
|
children: t,
|
|
3222
3681
|
size: u = "md",
|
|
@@ -3228,15 +3687,15 @@ const Mr = "600px", _r = {
|
|
|
3228
3687
|
maxWidth: i,
|
|
3229
3688
|
maxHeight: d,
|
|
3230
3689
|
...c
|
|
3231
|
-
}) => /* @__PURE__ */ m(
|
|
3232
|
-
e && /* @__PURE__ */ a(
|
|
3690
|
+
}) => /* @__PURE__ */ m(Lr, { ...c, modal: !0, onOpenChange: o, open: l, children: [
|
|
3691
|
+
e && /* @__PURE__ */ a(zr, { asChild: !0, children: e }),
|
|
3233
3692
|
/* @__PURE__ */ a(
|
|
3234
|
-
|
|
3693
|
+
ka,
|
|
3235
3694
|
{
|
|
3236
3695
|
style: {
|
|
3237
3696
|
width: "calc(100% - 64px)",
|
|
3238
|
-
maxWidth: i ||
|
|
3239
|
-
maxHeight: d ||
|
|
3697
|
+
maxWidth: i || Fr[u],
|
|
3698
|
+
maxHeight: d || Br
|
|
3240
3699
|
},
|
|
3241
3700
|
hideCloseButton: r,
|
|
3242
3701
|
onInteractOutside: (f) => s && f.preventDefault(),
|
|
@@ -3245,7 +3704,7 @@ const Mr = "600px", _r = {
|
|
|
3245
3704
|
children: t
|
|
3246
3705
|
}
|
|
3247
3706
|
)
|
|
3248
|
-
] }),
|
|
3707
|
+
] }), Mn = ({
|
|
3249
3708
|
children: e,
|
|
3250
3709
|
style: t = {},
|
|
3251
3710
|
...u
|
|
@@ -3260,23 +3719,23 @@ const Mr = "600px", _r = {
|
|
|
3260
3719
|
},
|
|
3261
3720
|
children: e
|
|
3262
3721
|
}
|
|
3263
|
-
) }),
|
|
3722
|
+
) }), _n = ({
|
|
3264
3723
|
children: e,
|
|
3265
3724
|
className: t,
|
|
3266
3725
|
...u
|
|
3267
3726
|
}) => /* @__PURE__ */ a(
|
|
3268
|
-
|
|
3727
|
+
Sa,
|
|
3269
3728
|
{
|
|
3270
3729
|
...u,
|
|
3271
3730
|
className: n("wu-text-lg wu-text-gray-lead wu-font-medium", t),
|
|
3272
|
-
children: /* @__PURE__ */ a(
|
|
3731
|
+
children: /* @__PURE__ */ a(Ta, { children: e })
|
|
3273
3732
|
}
|
|
3274
|
-
),
|
|
3733
|
+
), On = ({
|
|
3275
3734
|
children: e,
|
|
3276
3735
|
className: t,
|
|
3277
3736
|
...u
|
|
3278
3737
|
}) => /* @__PURE__ */ a(
|
|
3279
|
-
|
|
3738
|
+
Ra,
|
|
3280
3739
|
{
|
|
3281
3740
|
...u,
|
|
3282
3741
|
className: n(
|
|
@@ -3285,23 +3744,23 @@ const Mr = "600px", _r = {
|
|
|
3285
3744
|
),
|
|
3286
3745
|
children: e
|
|
3287
3746
|
}
|
|
3288
|
-
),
|
|
3747
|
+
), Wn = ({
|
|
3289
3748
|
children: e,
|
|
3290
3749
|
variant: t = "primary",
|
|
3291
3750
|
className: u,
|
|
3292
3751
|
...r
|
|
3293
3752
|
}) => /* @__PURE__ */ a(
|
|
3294
|
-
|
|
3753
|
+
jr,
|
|
3295
3754
|
{
|
|
3296
3755
|
...r,
|
|
3297
3756
|
className: n(
|
|
3298
3757
|
"wu-inline-flex wu-items-center wu-justify-center wu-whitespace-nowrap wu-rounded-sm wu-text-sm wu-font-normal wu-ring-offset-background wu-transition-colors focus-visible:wu-outline-none focus-visible:wu-ring-2 focus-visible:wu-ring-blue-soft focus-visible:wu-ring-offset-2 disabled:wu-cursor-not-allowed wu-leading-4 disabled:wu-bg-gray-20 disabled:wu-text-gray-subtle disabled:wu-opacity-80 disabled:wu-ring-gray-subtle wu-px-6 wu-py-2 wu-min-w-[104px] wu-h-8",
|
|
3299
|
-
|
|
3758
|
+
qr[t],
|
|
3300
3759
|
u
|
|
3301
3760
|
),
|
|
3302
3761
|
children: e
|
|
3303
3762
|
}
|
|
3304
|
-
),
|
|
3763
|
+
), $r = ({
|
|
3305
3764
|
placeholder: e = "Select...",
|
|
3306
3765
|
value: t,
|
|
3307
3766
|
multiple: u = !1,
|
|
@@ -3316,10 +3775,10 @@ const Mr = "600px", _r = {
|
|
|
3316
3775
|
width: f,
|
|
3317
3776
|
...g
|
|
3318
3777
|
}) => {
|
|
3319
|
-
const [y, h] = R(""), [p,
|
|
3778
|
+
const [y, h] = R(""), [p, N] = R(e);
|
|
3320
3779
|
P(() => {
|
|
3321
3780
|
if (!t || Array.isArray(t) && t.length === 0) {
|
|
3322
|
-
|
|
3781
|
+
N(e), h("");
|
|
3323
3782
|
return;
|
|
3324
3783
|
}
|
|
3325
3784
|
const b = r.label;
|
|
@@ -3338,7 +3797,7 @@ const Mr = "600px", _r = {
|
|
|
3338
3797
|
children: c ? (d == null ? void 0 : d.triggerText) ?? y : y
|
|
3339
3798
|
}
|
|
3340
3799
|
);
|
|
3341
|
-
return /* @__PURE__ */ a(
|
|
3800
|
+
return /* @__PURE__ */ a(da, { asChild: !0, dir: o, id: w, disabled: i, children: /* @__PURE__ */ m(
|
|
3342
3801
|
"button",
|
|
3343
3802
|
{
|
|
3344
3803
|
...g,
|
|
@@ -3396,12 +3855,12 @@ const Mr = "600px", _r = {
|
|
|
3396
3855
|
),
|
|
3397
3856
|
dir: o,
|
|
3398
3857
|
children: [
|
|
3399
|
-
u && /* @__PURE__ */ a(
|
|
3400
|
-
/* @__PURE__ */ a(
|
|
3858
|
+
u && /* @__PURE__ */ a(se, { checked: i }),
|
|
3859
|
+
/* @__PURE__ */ a(Da, { option: e, accessorKey: s })
|
|
3401
3860
|
]
|
|
3402
3861
|
}
|
|
3403
3862
|
);
|
|
3404
|
-
},
|
|
3863
|
+
}, Da = ({
|
|
3405
3864
|
option: e,
|
|
3406
3865
|
accessorKey: t
|
|
3407
3866
|
}) => {
|
|
@@ -3427,7 +3886,7 @@ const Mr = "600px", _r = {
|
|
|
3427
3886
|
dir: o.dir,
|
|
3428
3887
|
children: [
|
|
3429
3888
|
/* @__PURE__ */ a(
|
|
3430
|
-
|
|
3889
|
+
se,
|
|
3431
3890
|
{
|
|
3432
3891
|
"data-partial": s,
|
|
3433
3892
|
checked: r || s,
|
|
@@ -3435,7 +3894,7 @@ const Mr = "600px", _r = {
|
|
|
3435
3894
|
}
|
|
3436
3895
|
),
|
|
3437
3896
|
/* @__PURE__ */ a(
|
|
3438
|
-
|
|
3897
|
+
Da,
|
|
3439
3898
|
{
|
|
3440
3899
|
option: t,
|
|
3441
3900
|
accessorKey: o.accessorKey
|
|
@@ -3445,16 +3904,16 @@ const Mr = "600px", _r = {
|
|
|
3445
3904
|
}
|
|
3446
3905
|
);
|
|
3447
3906
|
case "group":
|
|
3448
|
-
return /* @__PURE__ */ m(
|
|
3907
|
+
return /* @__PURE__ */ m(ca, { dir: o.dir, children: [
|
|
3449
3908
|
/* @__PURE__ */ a(Ae, { className: "wu-text-xs", children: t.label }),
|
|
3450
|
-
t.options.map((w, i) => /* @__PURE__ */
|
|
3909
|
+
t.options.map((w, i) => /* @__PURE__ */ Bt(Pt, { ...o, option: w, key: i }))
|
|
3451
3910
|
] });
|
|
3452
3911
|
case "divider":
|
|
3453
3912
|
return /* @__PURE__ */ a(Ke, { className: "wu-mx-4" });
|
|
3454
3913
|
default:
|
|
3455
3914
|
return /* @__PURE__ */ a(Pt, { ...o, option: t });
|
|
3456
3915
|
}
|
|
3457
|
-
},
|
|
3916
|
+
}, Ur = (e) => {
|
|
3458
3917
|
let t = 0, u = 0;
|
|
3459
3918
|
const r = [], s = [], o = (l) => {
|
|
3460
3919
|
l.type === "divider" ? t++ : l.type === "group" ? (u++, l.options.forEach((w) => {
|
|
@@ -3470,7 +3929,7 @@ const Mr = "600px", _r = {
|
|
|
3470
3929
|
totalData: r.length,
|
|
3471
3930
|
cleanData: r
|
|
3472
3931
|
};
|
|
3473
|
-
},
|
|
3932
|
+
}, Vr = 100, Gr = 400, Yr = 32, Jr = 9, Kr = 32, Xr = ({
|
|
3474
3933
|
data: e,
|
|
3475
3934
|
onSelect: t,
|
|
3476
3935
|
multiple: u = !1,
|
|
@@ -3481,44 +3940,44 @@ const Mr = "600px", _r = {
|
|
|
3481
3940
|
dir: w = "ltr",
|
|
3482
3941
|
placeholder: i,
|
|
3483
3942
|
Label: d,
|
|
3484
|
-
virtualizedThreshold: c =
|
|
3485
|
-
maxHeight: f =
|
|
3943
|
+
virtualizedThreshold: c = Vr,
|
|
3944
|
+
maxHeight: f = Gr,
|
|
3486
3945
|
hasGroup: g = !1,
|
|
3487
3946
|
Header: y,
|
|
3488
3947
|
CustomTrigger: h,
|
|
3489
3948
|
selectAll: p,
|
|
3490
|
-
disabled:
|
|
3949
|
+
disabled: N,
|
|
3491
3950
|
labelPosition: k = "top",
|
|
3492
3951
|
onScroll: b,
|
|
3493
3952
|
...v
|
|
3494
3953
|
}) => {
|
|
3495
|
-
const [S, T] = R(), I =
|
|
3954
|
+
const [S, T] = R(), I = Y(null), [O, D] = R(!1), [M, H] = R(!1), { cleanData: te, totalData: _, separators: q, groups: X, enabledOptions: G } = g || p != null && p.enable ? Ur(e) : {
|
|
3496
3955
|
cleanData: e,
|
|
3497
3956
|
totalData: e.length,
|
|
3498
3957
|
separators: 0,
|
|
3499
3958
|
groups: 0,
|
|
3500
3959
|
enabledOptions: []
|
|
3501
|
-
},
|
|
3960
|
+
}, oe = U(() => u && p != null && p.enable && e.length > 0 ? [
|
|
3502
3961
|
{
|
|
3503
3962
|
type: "all",
|
|
3504
|
-
label: p.label || "Select All"
|
|
3963
|
+
[o.label]: p.label || "Select All"
|
|
3505
3964
|
},
|
|
3506
3965
|
...e
|
|
3507
|
-
] : e, [e, p, u]),
|
|
3508
|
-
(
|
|
3509
|
-
const
|
|
3966
|
+
] : e, [e, p, u]), ae = J(
|
|
3967
|
+
(W) => {
|
|
3968
|
+
const $ = W[o.value];
|
|
3510
3969
|
if (u)
|
|
3511
|
-
T((
|
|
3512
|
-
const
|
|
3513
|
-
(Te) => Te[o.value] ===
|
|
3514
|
-
) ?
|
|
3515
|
-
(Te) => Te[o.value] !==
|
|
3516
|
-
) : [...
|
|
3517
|
-
return t == null || t(
|
|
3970
|
+
T((le = []) => {
|
|
3971
|
+
const ie = le, Re = ie.some(
|
|
3972
|
+
(Te) => Te[o.value] === $
|
|
3973
|
+
) ? ie.filter(
|
|
3974
|
+
(Te) => Te[o.value] !== $
|
|
3975
|
+
) : [...ie, W];
|
|
3976
|
+
return t == null || t(Re), Re;
|
|
3518
3977
|
});
|
|
3519
3978
|
else {
|
|
3520
|
-
const
|
|
3521
|
-
T(
|
|
3979
|
+
const le = W;
|
|
3980
|
+
T(le), t == null || t(le);
|
|
3522
3981
|
}
|
|
3523
3982
|
},
|
|
3524
3983
|
[u, o.value, t]
|
|
@@ -3530,34 +3989,34 @@ const Mr = "600px", _r = {
|
|
|
3530
3989
|
}
|
|
3531
3990
|
!r && !s && T(void 0), r !== void 0 && T(r), s !== void 0 && T(s);
|
|
3532
3991
|
}, [r, s]);
|
|
3533
|
-
const be =
|
|
3992
|
+
const be = U(
|
|
3534
3993
|
() => Math.min(
|
|
3535
3994
|
f,
|
|
3536
|
-
|
|
3995
|
+
_ * Yr + q * Jr + X * Kr
|
|
3537
3996
|
),
|
|
3538
|
-
[f,
|
|
3539
|
-
), he =
|
|
3997
|
+
[f, _, q, X]
|
|
3998
|
+
), he = oe.length > c;
|
|
3540
3999
|
P(() => {
|
|
3541
4000
|
if (!u) return;
|
|
3542
|
-
const
|
|
3543
|
-
D(
|
|
3544
|
-
const
|
|
3545
|
-
|
|
4001
|
+
const W = p != null && p.includeDisabled ? (S == null ? void 0 : S.length) === e.length : (S == null ? void 0 : S.length) === G.length;
|
|
4002
|
+
D(W);
|
|
4003
|
+
const $ = (S == null ? void 0 : S.length) > 0 && !W;
|
|
4004
|
+
H($);
|
|
3546
4005
|
}, [S, p]);
|
|
3547
|
-
const
|
|
3548
|
-
const
|
|
3549
|
-
T(
|
|
3550
|
-
}, [
|
|
4006
|
+
const E = J(() => {
|
|
4007
|
+
const W = O ? [] : p != null && p.includeDisabled ? g ? te : e : G;
|
|
4008
|
+
T(W), t == null || t(W);
|
|
4009
|
+
}, [O, u, e, G, t, p]), B = Ee(k);
|
|
3551
4010
|
return /* @__PURE__ */ m(
|
|
3552
4011
|
"div",
|
|
3553
4012
|
{
|
|
3554
|
-
className: n(
|
|
4013
|
+
className: n(B, "wu-flex wu-select-container"),
|
|
3555
4014
|
ref: I,
|
|
3556
4015
|
dir: w,
|
|
3557
4016
|
children: [
|
|
3558
|
-
/* @__PURE__ */ m(
|
|
4017
|
+
/* @__PURE__ */ m(wa, { children: [
|
|
3559
4018
|
/* @__PURE__ */ a(
|
|
3560
|
-
|
|
4019
|
+
$r,
|
|
3561
4020
|
{
|
|
3562
4021
|
...v,
|
|
3563
4022
|
value: S,
|
|
@@ -3568,9 +4027,9 @@ const Mr = "600px", _r = {
|
|
|
3568
4027
|
accessorKey: o,
|
|
3569
4028
|
customTriggerChildren: h,
|
|
3570
4029
|
id: v.id,
|
|
3571
|
-
disabled:
|
|
4030
|
+
disabled: N,
|
|
3572
4031
|
selectAll: p,
|
|
3573
|
-
isCheckedAll:
|
|
4032
|
+
isCheckedAll: O
|
|
3574
4033
|
}
|
|
3575
4034
|
),
|
|
3576
4035
|
/* @__PURE__ */ m(
|
|
@@ -3585,20 +4044,20 @@ const Mr = "600px", _r = {
|
|
|
3585
4044
|
he ? /* @__PURE__ */ a(
|
|
3586
4045
|
ze,
|
|
3587
4046
|
{
|
|
3588
|
-
list:
|
|
4047
|
+
list: oe,
|
|
3589
4048
|
containerHeight: f,
|
|
3590
|
-
callback: (
|
|
4049
|
+
callback: (W, $) => /* @__PURE__ */ a(
|
|
3591
4050
|
Lt,
|
|
3592
4051
|
{
|
|
3593
|
-
option:
|
|
4052
|
+
option: $,
|
|
3594
4053
|
accessorKey: o,
|
|
3595
4054
|
multiple: u,
|
|
3596
|
-
onSelect:
|
|
4055
|
+
onSelect: ae,
|
|
3597
4056
|
value: S,
|
|
3598
4057
|
dir: w,
|
|
3599
|
-
handleSelectAll:
|
|
3600
|
-
isCheckedAll:
|
|
3601
|
-
isPartialSelected:
|
|
4058
|
+
handleSelectAll: E,
|
|
4059
|
+
isCheckedAll: O,
|
|
4060
|
+
isPartialSelected: M
|
|
3602
4061
|
}
|
|
3603
4062
|
),
|
|
3604
4063
|
dir: w
|
|
@@ -3608,20 +4067,20 @@ const Mr = "600px", _r = {
|
|
|
3608
4067
|
{
|
|
3609
4068
|
style: { maxHeight: be, height: "fit-content" },
|
|
3610
4069
|
onScroll: b,
|
|
3611
|
-
children:
|
|
4070
|
+
children: oe.map((W, $) => /* @__PURE__ */ a(
|
|
3612
4071
|
Lt,
|
|
3613
4072
|
{
|
|
3614
|
-
option:
|
|
4073
|
+
option: W,
|
|
3615
4074
|
accessorKey: o,
|
|
3616
4075
|
multiple: u,
|
|
3617
|
-
onSelect:
|
|
4076
|
+
onSelect: ae,
|
|
3618
4077
|
value: S,
|
|
3619
|
-
handleSelectAll:
|
|
3620
|
-
isCheckedAll:
|
|
4078
|
+
handleSelectAll: E,
|
|
4079
|
+
isCheckedAll: O,
|
|
3621
4080
|
dir: w,
|
|
3622
|
-
isPartialSelected:
|
|
4081
|
+
isPartialSelected: M
|
|
3623
4082
|
},
|
|
3624
|
-
`${
|
|
4083
|
+
`${$}`
|
|
3625
4084
|
))
|
|
3626
4085
|
}
|
|
3627
4086
|
)
|
|
@@ -3629,7 +4088,7 @@ const Mr = "600px", _r = {
|
|
|
3629
4088
|
}
|
|
3630
4089
|
)
|
|
3631
4090
|
] }),
|
|
3632
|
-
d && /* @__PURE__ */ a(
|
|
4091
|
+
d && /* @__PURE__ */ a(ne, { htmlFor: v.id, className: "wu-select-label", children: d })
|
|
3633
4092
|
]
|
|
3634
4093
|
}
|
|
3635
4094
|
);
|
|
@@ -3646,7 +4105,7 @@ const Mr = "600px", _r = {
|
|
|
3646
4105
|
"Oct",
|
|
3647
4106
|
"Nov",
|
|
3648
4107
|
"Dec"
|
|
3649
|
-
],
|
|
4108
|
+
], En = ({
|
|
3650
4109
|
value: e,
|
|
3651
4110
|
onChange: t,
|
|
3652
4111
|
min: u = Ue(/* @__PURE__ */ new Date(), { years: 5 }),
|
|
@@ -3660,14 +4119,14 @@ const Mr = "600px", _r = {
|
|
|
3660
4119
|
disabledMonths: c = [],
|
|
3661
4120
|
...f
|
|
3662
4121
|
}) => {
|
|
3663
|
-
const [g, y] = R(null), [h, p] = R(""), [
|
|
4122
|
+
const [g, y] = R(null), [h, p] = R(""), [N, k] = R({
|
|
3664
4123
|
value: Math.min((/* @__PURE__ */ new Date()).getFullYear(), new Date(r).getFullYear()),
|
|
3665
4124
|
label: Math.min((/* @__PURE__ */ new Date()).getFullYear(), new Date(r).getFullYear())
|
|
3666
|
-
}), b =
|
|
4125
|
+
}), b = U(() => {
|
|
3667
4126
|
const S = new Date(u).getFullYear(), T = new Date(r).getFullYear();
|
|
3668
|
-
return Array.from({ length: T - S + 1 }, (I,
|
|
3669
|
-
value: T -
|
|
3670
|
-
label: T -
|
|
4127
|
+
return Array.from({ length: T - S + 1 }, (I, O) => ({
|
|
4128
|
+
value: T - O,
|
|
4129
|
+
label: T - O
|
|
3671
4130
|
}));
|
|
3672
4131
|
}, [u, r]);
|
|
3673
4132
|
P(() => {
|
|
@@ -3690,7 +4149,7 @@ const Mr = "600px", _r = {
|
|
|
3690
4149
|
l === "top" && "wu-items-start"
|
|
3691
4150
|
),
|
|
3692
4151
|
children: [
|
|
3693
|
-
/* @__PURE__ */ m(
|
|
4152
|
+
/* @__PURE__ */ m(re, { children: [
|
|
3694
4153
|
/* @__PURE__ */ a(
|
|
3695
4154
|
bt,
|
|
3696
4155
|
{
|
|
@@ -3703,50 +4162,50 @@ const Mr = "600px", _r = {
|
|
|
3703
4162
|
}
|
|
3704
4163
|
),
|
|
3705
4164
|
/* @__PURE__ */ m(
|
|
3706
|
-
|
|
4165
|
+
ee,
|
|
3707
4166
|
{
|
|
3708
4167
|
className: "wu-flex wu-flex-col wu-gap-4 wu-p-4 wu-bg-white wu-border-blue-p wu-month-picker-content",
|
|
3709
4168
|
align: "start",
|
|
3710
4169
|
sideOffset: -1,
|
|
3711
4170
|
children: [
|
|
3712
4171
|
/* @__PURE__ */ a("div", { className: "wu-px-1 wu-mx-auto wu-w-full", children: /* @__PURE__ */ a(
|
|
3713
|
-
|
|
4172
|
+
Xr,
|
|
3714
4173
|
{
|
|
3715
4174
|
data: b,
|
|
3716
4175
|
accessorKey: { value: "value", label: "label" },
|
|
3717
|
-
value:
|
|
4176
|
+
value: N,
|
|
3718
4177
|
onSelect: (S) => k(S),
|
|
3719
4178
|
multiple: !1,
|
|
3720
4179
|
maxHeight: 7 * 32
|
|
3721
4180
|
}
|
|
3722
4181
|
) }),
|
|
3723
4182
|
/* @__PURE__ */ a(
|
|
3724
|
-
|
|
4183
|
+
Qr,
|
|
3725
4184
|
{
|
|
3726
|
-
year:
|
|
4185
|
+
year: N == null ? void 0 : N.value,
|
|
3727
4186
|
selectedMonth: g == null ? void 0 : g.month,
|
|
3728
4187
|
selectedYear: g == null ? void 0 : g.year,
|
|
3729
4188
|
onClick: (S, T) => y({ year: T, month: S }),
|
|
3730
4189
|
disabledMonths: c
|
|
3731
4190
|
}
|
|
3732
4191
|
),
|
|
3733
|
-
/* @__PURE__ */ a("div", { className: "wu-flex wu-justify-end wu-px-0.5", children: /* @__PURE__ */ a(mt, { asChild: !0, children: /* @__PURE__ */ a(
|
|
4192
|
+
/* @__PURE__ */ a("div", { className: "wu-flex wu-justify-end wu-px-0.5", children: /* @__PURE__ */ a(mt, { asChild: !0, children: /* @__PURE__ */ a(Q, { onClick: v, children: "Apply" }) }) })
|
|
3734
4193
|
]
|
|
3735
4194
|
}
|
|
3736
4195
|
)
|
|
3737
4196
|
] }),
|
|
3738
|
-
o && /* @__PURE__ */ a(
|
|
4197
|
+
o && /* @__PURE__ */ a(ne, { className: "wu-truncate wu-max-w-[120px] wu-min-w-fit wu-select-label", children: o })
|
|
3739
4198
|
]
|
|
3740
4199
|
}
|
|
3741
4200
|
);
|
|
3742
|
-
},
|
|
4201
|
+
}, Qr = ({
|
|
3743
4202
|
year: e,
|
|
3744
4203
|
selectedMonth: t,
|
|
3745
4204
|
selectedYear: u,
|
|
3746
4205
|
onClick: r,
|
|
3747
4206
|
disabledMonths: s = []
|
|
3748
4207
|
}) => {
|
|
3749
|
-
const o = /* @__PURE__ */ new Date(), l = o.getFullYear(), w = o.getMonth(), i =
|
|
4208
|
+
const o = /* @__PURE__ */ new Date(), l = o.getFullYear(), w = o.getMonth(), i = C.useMemo(() => {
|
|
3750
4209
|
const d = /* @__PURE__ */ new Set();
|
|
3751
4210
|
return s.forEach((c) => {
|
|
3752
4211
|
const f = typeof c == "string" ? new Date(c) : c;
|
|
@@ -3777,12 +4236,12 @@ const Mr = "600px", _r = {
|
|
|
3777
4236
|
d
|
|
3778
4237
|
);
|
|
3779
4238
|
}) });
|
|
3780
|
-
},
|
|
4239
|
+
}, Ia = (e, t, u, r = 96) => {
|
|
3781
4240
|
if (e.length === 0 || r <= 0) return [[], []];
|
|
3782
|
-
const [o, l] =
|
|
4241
|
+
const [o, l] = C.useState([]), [w, i] = C.useState(
|
|
3783
4242
|
[]
|
|
3784
4243
|
);
|
|
3785
|
-
return
|
|
4244
|
+
return C.useEffect(() => {
|
|
3786
4245
|
const d = () => {
|
|
3787
4246
|
var h, p;
|
|
3788
4247
|
const c = ((h = t.current) == null ? void 0 : h.clientWidth) || 0, f = ((p = u.current) == null ? void 0 : p.clientWidth) || 0, g = c - f, y = Math.floor(g / r);
|
|
@@ -3792,12 +4251,12 @@ const Mr = "600px", _r = {
|
|
|
3792
4251
|
window.removeEventListener("resize", d);
|
|
3793
4252
|
};
|
|
3794
4253
|
}, [e, r]), [o, w];
|
|
3795
|
-
},
|
|
3796
|
-
wuPrimaryLink:
|
|
3797
|
-
wuPrimaryPopoverContent:
|
|
3798
|
-
},
|
|
3799
|
-
const { Links: t, children: u, className: r, ...s } = e, o =
|
|
3800
|
-
() => t.map((c, f) =>
|
|
4254
|
+
}, Zr = "_wuPrimaryLink_1sy3v_1", es = "_wuPrimaryPopoverContent_1sy3v_8", zt = {
|
|
4255
|
+
wuPrimaryLink: Zr,
|
|
4256
|
+
wuPrimaryPopoverContent: es
|
|
4257
|
+
}, Pn = (e) => {
|
|
4258
|
+
const { Links: t, children: u, className: r, ...s } = e, o = C.useMemo(
|
|
4259
|
+
() => t.map((c, f) => C.cloneElement(c, {
|
|
3801
4260
|
className: n(
|
|
3802
4261
|
zt.wuPrimaryLink,
|
|
3803
4262
|
c.props.className,
|
|
@@ -3806,12 +4265,12 @@ const Mr = "600px", _r = {
|
|
|
3806
4265
|
key: f
|
|
3807
4266
|
})),
|
|
3808
4267
|
[t]
|
|
3809
|
-
), l =
|
|
4268
|
+
), l = C.useRef(null), w = C.useRef(null), [i, d] = Ia(
|
|
3810
4269
|
o,
|
|
3811
4270
|
l,
|
|
3812
4271
|
w
|
|
3813
4272
|
);
|
|
3814
|
-
return /* @__PURE__ */ a(
|
|
4273
|
+
return /* @__PURE__ */ a(F, { children: /* @__PURE__ */ m(
|
|
3815
4274
|
"header",
|
|
3816
4275
|
{
|
|
3817
4276
|
className: n(
|
|
@@ -3823,7 +4282,7 @@ const Mr = "600px", _r = {
|
|
|
3823
4282
|
children: [
|
|
3824
4283
|
/* @__PURE__ */ m("div", { className: "wu-flex wu-items-center wu-gap-2", children: [
|
|
3825
4284
|
/* @__PURE__ */ a("nav", { className: "wu-flex wu-items-center wu-justify-start wu-gap-4 wu-primary-nav-left", children: i }),
|
|
3826
|
-
d.length > 0 && /* @__PURE__ */ m(
|
|
4285
|
+
d.length > 0 && /* @__PURE__ */ m(re, { children: [
|
|
3827
4286
|
/* @__PURE__ */ a(
|
|
3828
4287
|
me,
|
|
3829
4288
|
{
|
|
@@ -3833,7 +4292,7 @@ const Mr = "600px", _r = {
|
|
|
3833
4292
|
}
|
|
3834
4293
|
),
|
|
3835
4294
|
/* @__PURE__ */ a(
|
|
3836
|
-
|
|
4295
|
+
ee,
|
|
3837
4296
|
{
|
|
3838
4297
|
className: n(
|
|
3839
4298
|
zt.wuPrimaryPopoverContent,
|
|
@@ -3846,7 +4305,7 @@ const Mr = "600px", _r = {
|
|
|
3846
4305
|
)
|
|
3847
4306
|
] })
|
|
3848
4307
|
] }),
|
|
3849
|
-
u && /* @__PURE__ */ m(
|
|
4308
|
+
u && /* @__PURE__ */ m(F, { children: [
|
|
3850
4309
|
/* @__PURE__ */ a(
|
|
3851
4310
|
"section",
|
|
3852
4311
|
{
|
|
@@ -3855,10 +4314,10 @@ const Mr = "600px", _r = {
|
|
|
3855
4314
|
children: u
|
|
3856
4315
|
}
|
|
3857
4316
|
),
|
|
3858
|
-
/* @__PURE__ */ m(
|
|
4317
|
+
/* @__PURE__ */ m(re, { children: [
|
|
3859
4318
|
/* @__PURE__ */ a(me, { className: "sm:wu-hidden", children: /* @__PURE__ */ a("span", { className: "wu-text-lg wm-menu" }) }),
|
|
3860
4319
|
/* @__PURE__ */ a(
|
|
3861
|
-
|
|
4320
|
+
ee,
|
|
3862
4321
|
{
|
|
3863
4322
|
className: "wu-bg-white wu-border wu-border-blue-p wu-w-fit wu-primary-nav-popover-right",
|
|
3864
4323
|
align: "end",
|
|
@@ -3871,19 +4330,19 @@ const Mr = "600px", _r = {
|
|
|
3871
4330
|
]
|
|
3872
4331
|
}
|
|
3873
4332
|
) });
|
|
3874
|
-
},
|
|
3875
|
-
wuSecondaryLink:
|
|
3876
|
-
wuSecondaryNav:
|
|
3877
|
-
},
|
|
3878
|
-
const { Links: t, children: u, className: r, ...s } = e, o =
|
|
4333
|
+
}, ts = "_wuSecondaryLink_1edl1_1", as = "_wuSecondaryNav_1edl1_6", at = {
|
|
4334
|
+
wuSecondaryLink: ts,
|
|
4335
|
+
wuSecondaryNav: as
|
|
4336
|
+
}, Ln = (e) => {
|
|
4337
|
+
const { Links: t, children: u, className: r, ...s } = e, o = U(() => t.map((f, g) => C.cloneElement(f.link, {
|
|
3879
4338
|
key: g,
|
|
3880
4339
|
className: n(
|
|
3881
4340
|
at.wuSecondaryLink,
|
|
3882
4341
|
f.link.props.className,
|
|
3883
4342
|
"wu-secondary-nav-link-container"
|
|
3884
4343
|
),
|
|
3885
|
-
children: /* @__PURE__ */ m(
|
|
3886
|
-
|
|
4344
|
+
children: /* @__PURE__ */ m(F, { children: [
|
|
4345
|
+
C.cloneElement(f.imgOrIcon, {
|
|
3887
4346
|
className: n(
|
|
3888
4347
|
"wu-w-5 wu-h-5 wu-flex wu-items-center wu-justify-center wu-text-lg wu-leading-5",
|
|
3889
4348
|
f.imgOrIcon.props.className
|
|
@@ -3891,8 +4350,8 @@ const Mr = "600px", _r = {
|
|
|
3891
4350
|
}),
|
|
3892
4351
|
/* @__PURE__ */ a("div", { className: "wu-secondary-nav-link", children: f.link.props.children })
|
|
3893
4352
|
] })
|
|
3894
|
-
})), [t]), l =
|
|
3895
|
-
return /* @__PURE__ */ a(
|
|
4353
|
+
})), [t]), l = C.useRef(null), w = C.useRef(null), i = C.useRef(null), [d, c] = Ia(o, l, i);
|
|
4354
|
+
return /* @__PURE__ */ a(F, { children: /* @__PURE__ */ m(
|
|
3896
4355
|
"header",
|
|
3897
4356
|
{
|
|
3898
4357
|
className: n(
|
|
@@ -3914,7 +4373,7 @@ const Mr = "600px", _r = {
|
|
|
3914
4373
|
children: d
|
|
3915
4374
|
}
|
|
3916
4375
|
),
|
|
3917
|
-
c.length > 0 && /* @__PURE__ */ m(
|
|
4376
|
+
c.length > 0 && /* @__PURE__ */ m(re, { children: [
|
|
3918
4377
|
/* @__PURE__ */ a(
|
|
3919
4378
|
me,
|
|
3920
4379
|
{
|
|
@@ -3924,7 +4383,7 @@ const Mr = "600px", _r = {
|
|
|
3924
4383
|
}
|
|
3925
4384
|
),
|
|
3926
4385
|
/* @__PURE__ */ a(
|
|
3927
|
-
|
|
4386
|
+
ee,
|
|
3928
4387
|
{
|
|
3929
4388
|
className: n(
|
|
3930
4389
|
at.wuSecondaryNavPopover,
|
|
@@ -3937,7 +4396,7 @@ const Mr = "600px", _r = {
|
|
|
3937
4396
|
)
|
|
3938
4397
|
] })
|
|
3939
4398
|
] }),
|
|
3940
|
-
u && /* @__PURE__ */ m(
|
|
4399
|
+
u && /* @__PURE__ */ m(F, { children: [
|
|
3941
4400
|
/* @__PURE__ */ a(
|
|
3942
4401
|
"div",
|
|
3943
4402
|
{
|
|
@@ -3946,10 +4405,10 @@ const Mr = "600px", _r = {
|
|
|
3946
4405
|
children: u
|
|
3947
4406
|
}
|
|
3948
4407
|
),
|
|
3949
|
-
/* @__PURE__ */ m(
|
|
4408
|
+
/* @__PURE__ */ m(re, { children: [
|
|
3950
4409
|
/* @__PURE__ */ a(me, { className: "sm:wu-hidden", children: /* @__PURE__ */ a("span", { className: "wu-text-lg wm-menu" }) }),
|
|
3951
4410
|
/* @__PURE__ */ a(
|
|
3952
|
-
|
|
4411
|
+
ee,
|
|
3953
4412
|
{
|
|
3954
4413
|
className: "wu-bg-white wu-border wu-border-blue-p wu-w-fit wu-secondary-nav-popover-right",
|
|
3955
4414
|
align: "end",
|
|
@@ -3962,7 +4421,7 @@ const Mr = "600px", _r = {
|
|
|
3962
4421
|
]
|
|
3963
4422
|
}
|
|
3964
4423
|
) });
|
|
3965
|
-
},
|
|
4424
|
+
}, us = C.forwardRef(
|
|
3966
4425
|
({
|
|
3967
4426
|
totalRows: e,
|
|
3968
4427
|
initialPage: t,
|
|
@@ -3976,7 +4435,7 @@ const Mr = "600px", _r = {
|
|
|
3976
4435
|
P(() => {
|
|
3977
4436
|
d(t), f(u);
|
|
3978
4437
|
}, [t, u]);
|
|
3979
|
-
const g = Math.ceil(e / c), y = i * c + 1, h = Math.min((i + 1) * c, e), p = Array.from({ length: g }, (b, v) => v),
|
|
4438
|
+
const g = Math.ceil(e / c), y = i * c + 1, h = Math.min((i + 1) * c, e), p = Array.from({ length: g }, (b, v) => v), N = J(
|
|
3980
4439
|
(b) => {
|
|
3981
4440
|
b >= 0 && b < g && (d(b), r == null || r(b));
|
|
3982
4441
|
},
|
|
@@ -3997,14 +4456,14 @@ const Mr = "600px", _r = {
|
|
|
3997
4456
|
At,
|
|
3998
4457
|
{
|
|
3999
4458
|
label: "Previous page",
|
|
4000
|
-
onClick: () =>
|
|
4459
|
+
onClick: () => N(i - 1),
|
|
4001
4460
|
disabled: i === 0 || o,
|
|
4002
4461
|
icon: "wm-arrow-back-ios-new",
|
|
4003
4462
|
className: "hover:wu-bg-gray-20 rtl:wu-rotate-180 wu-prev-btn"
|
|
4004
4463
|
}
|
|
4005
4464
|
),
|
|
4006
4465
|
/* @__PURE__ */ a(
|
|
4007
|
-
|
|
4466
|
+
Er,
|
|
4008
4467
|
{
|
|
4009
4468
|
name: `${y} - ${h}`,
|
|
4010
4469
|
className: "wu-w-[96px] wu-min-w-[96px] wu-pagination-menu",
|
|
@@ -4019,7 +4478,7 @@ const Mr = "600px", _r = {
|
|
|
4019
4478
|
callback: (b, v) => /* @__PURE__ */ m(
|
|
4020
4479
|
Et,
|
|
4021
4480
|
{
|
|
4022
|
-
onSelect: () =>
|
|
4481
|
+
onSelect: () => N(v),
|
|
4023
4482
|
className: n(
|
|
4024
4483
|
"wu-py-2",
|
|
4025
4484
|
v === i && "wu-bg-gray-20",
|
|
@@ -4038,7 +4497,7 @@ const Mr = "600px", _r = {
|
|
|
4038
4497
|
) : p.map((b) => /* @__PURE__ */ m(
|
|
4039
4498
|
Et,
|
|
4040
4499
|
{
|
|
4041
|
-
onSelect: () =>
|
|
4500
|
+
onSelect: () => N(b),
|
|
4042
4501
|
className: n(
|
|
4043
4502
|
b === i && "wu-bg-gray-20",
|
|
4044
4503
|
"wu-py-2 hover:wu-bg-gray-20",
|
|
@@ -4059,7 +4518,7 @@ const Mr = "600px", _r = {
|
|
|
4059
4518
|
At,
|
|
4060
4519
|
{
|
|
4061
4520
|
label: "Next page",
|
|
4062
|
-
onClick: () =>
|
|
4521
|
+
onClick: () => N(i + 1),
|
|
4063
4522
|
disabled: i === g - 1 || o,
|
|
4064
4523
|
icon: "wm-arrow-forward-ios",
|
|
4065
4524
|
className: "hover:wu-bg-gray-20 rtl:wu-rotate-180 wu-next-btn"
|
|
@@ -4070,7 +4529,7 @@ const Mr = "600px", _r = {
|
|
|
4070
4529
|
);
|
|
4071
4530
|
}
|
|
4072
4531
|
);
|
|
4073
|
-
|
|
4532
|
+
us.displayName = "WuPagination";
|
|
4074
4533
|
const At = ({
|
|
4075
4534
|
label: e,
|
|
4076
4535
|
onClick: t,
|
|
@@ -4078,7 +4537,7 @@ const At = ({
|
|
|
4078
4537
|
icon: r,
|
|
4079
4538
|
className: s
|
|
4080
4539
|
}) => /* @__PURE__ */ a(
|
|
4081
|
-
|
|
4540
|
+
Q,
|
|
4082
4541
|
{
|
|
4083
4542
|
variant: "iconOnly",
|
|
4084
4543
|
onClick: t,
|
|
@@ -4090,7 +4549,7 @@ const At = ({
|
|
|
4090
4549
|
"aria-label": e,
|
|
4091
4550
|
children: /* @__PURE__ */ a("span", { className: n("wu-text-sm", r) })
|
|
4092
4551
|
}
|
|
4093
|
-
),
|
|
4552
|
+
), zn = ({
|
|
4094
4553
|
Trigger: e,
|
|
4095
4554
|
children: t,
|
|
4096
4555
|
className: u,
|
|
@@ -4099,10 +4558,10 @@ const At = ({
|
|
|
4099
4558
|
onOpenChange: o,
|
|
4100
4559
|
modal: l,
|
|
4101
4560
|
...w
|
|
4102
|
-
}) => /* @__PURE__ */ m(
|
|
4561
|
+
}) => /* @__PURE__ */ m(re, { open: s, onOpenChange: o, modal: l, children: [
|
|
4103
4562
|
/* @__PURE__ */ a(me, { asChild: !0, dir: r, children: e }),
|
|
4104
4563
|
/* @__PURE__ */ a(
|
|
4105
|
-
|
|
4564
|
+
ee,
|
|
4106
4565
|
{
|
|
4107
4566
|
className: n(
|
|
4108
4567
|
"wu-w-80 wu-p-0 wu-border-blue-p wu-bg-white wu-dark:border-gray-switcher",
|
|
@@ -4113,7 +4572,7 @@ const At = ({
|
|
|
4113
4572
|
children: t
|
|
4114
4573
|
}
|
|
4115
4574
|
)
|
|
4116
|
-
] }),
|
|
4575
|
+
] }), An = (e) => /* @__PURE__ */ a(mt, { asChild: !0, children: /* @__PURE__ */ a(Q, { ...e }) }), Ma = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4117
4576
|
_e.Root,
|
|
4118
4577
|
{
|
|
4119
4578
|
className: n("wu-grid wu-gap-2", e),
|
|
@@ -4121,8 +4580,8 @@ const At = ({
|
|
|
4121
4580
|
ref: u
|
|
4122
4581
|
}
|
|
4123
4582
|
));
|
|
4124
|
-
|
|
4125
|
-
const
|
|
4583
|
+
Ma.displayName = _e.Root.displayName;
|
|
4584
|
+
const _a = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4126
4585
|
_e.Item,
|
|
4127
4586
|
{
|
|
4128
4587
|
ref: u,
|
|
@@ -4134,11 +4593,11 @@ const Da = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4134
4593
|
children: /* @__PURE__ */ a(_e.Indicator, { className: "wu-flex wu-items-center wu-justify-center", children: /* @__PURE__ */ a("div", { className: "wu-w-2 wu-h-2 wu-rounded-full wu-bg-blue-p group-hover:group-data-[state=checked]:wu-bg-blue-q" }) })
|
|
4135
4594
|
}
|
|
4136
4595
|
));
|
|
4137
|
-
|
|
4138
|
-
const
|
|
4596
|
+
_a.displayName = _e.Item.displayName;
|
|
4597
|
+
const rs = C.forwardRef((e, t) => {
|
|
4139
4598
|
const { options: u, defaultValue: r, onChange: s, label: o, dir: l, ...w } = e;
|
|
4140
4599
|
return /* @__PURE__ */ m(
|
|
4141
|
-
|
|
4600
|
+
Ma,
|
|
4142
4601
|
{
|
|
4143
4602
|
defaultValue: r,
|
|
4144
4603
|
required: w.required,
|
|
@@ -4165,7 +4624,7 @@ const Vr = N.forwardRef((e, t) => {
|
|
|
4165
4624
|
className: "wu-flex wu-items-center wu-gap-2 wu-radio-item-container",
|
|
4166
4625
|
children: [
|
|
4167
4626
|
/* @__PURE__ */ a(
|
|
4168
|
-
|
|
4627
|
+
_a,
|
|
4169
4628
|
{
|
|
4170
4629
|
value: i.value,
|
|
4171
4630
|
id: i.value,
|
|
@@ -4194,10 +4653,10 @@ const Vr = N.forwardRef((e, t) => {
|
|
|
4194
4653
|
}
|
|
4195
4654
|
);
|
|
4196
4655
|
});
|
|
4197
|
-
|
|
4198
|
-
const
|
|
4656
|
+
rs.displayName = "WuRadioGroup";
|
|
4657
|
+
const Oa = x.forwardRef(
|
|
4199
4658
|
({ className: e, orientation: t = "horizontal", decorative: u = !0, ...r }, s) => /* @__PURE__ */ a(
|
|
4200
|
-
|
|
4659
|
+
qt.Root,
|
|
4201
4660
|
{
|
|
4202
4661
|
ref: s,
|
|
4203
4662
|
decorative: u,
|
|
@@ -4211,85 +4670,8 @@ const Ia = x.forwardRef(
|
|
|
4211
4670
|
}
|
|
4212
4671
|
)
|
|
4213
4672
|
);
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
z.Overlay,
|
|
4217
|
-
{
|
|
4218
|
-
className: n(
|
|
4219
|
-
"wu-fixed wu-inset-0 wu-z-50 wu-bg-black/30 data-[state=open]:wu-animate-in data-[state=closed]:wu-animate-out data-[state=closed]:wu-fade-out-0 data-[state=open]:wu-fade-in-0",
|
|
4220
|
-
e,
|
|
4221
|
-
"wu-drawer-overlay"
|
|
4222
|
-
),
|
|
4223
|
-
...t,
|
|
4224
|
-
ref: u
|
|
4225
|
-
}
|
|
4226
|
-
));
|
|
4227
|
-
_a.displayName = z.Overlay.displayName;
|
|
4228
|
-
const Kr = ee(
|
|
4229
|
-
"wu-fixed wu-z-50 wu-gap-4 wu-p-6 wu-shadow-lg wu-transition wu-ease-in-out data-[state=open]:wu-animate-in data-[state=closed]:wu-animate-out data-[state=closed]:wu-duration-500 data-[state=open]:wu-duration-500",
|
|
4230
|
-
{
|
|
4231
|
-
variants: {
|
|
4232
|
-
side: {
|
|
4233
|
-
top: "wu-inset-x-0 wu-top-0 wu-border-b data-[state=closed]:wu-slide-out-to-top data-[state=open]:wu-slide-in-from-top",
|
|
4234
|
-
bottom: "wu-inset-x-0 wu-bottom-0 wu-border-t data-[state=closed]:wu-slide-out-to-bottom data-[state=open]:wu-slide-in-from-bottom",
|
|
4235
|
-
left: "wu-inset-y-0 wu-left-0 wu-h-full wu-w-3/4 wu-border-r data-[state=closed]:wu-slide-out-to-left data-[state=open]:wu-slide-in-from-left sm:wu-max-w-sm",
|
|
4236
|
-
right: "wu-inset-y-0 wu-right-0 wu-h-full wu-w-3/4 wu-border-l data-[state=closed]:wu-slide-out-to-right data-[state=open]:wu-slide-in-from-right sm:wu-max-w-sm"
|
|
4237
|
-
}
|
|
4238
|
-
},
|
|
4239
|
-
defaultVariants: {
|
|
4240
|
-
side: "right"
|
|
4241
|
-
}
|
|
4242
|
-
}
|
|
4243
|
-
), vt = x.forwardRef(({ side: e = "right", className: t, children: u, hideCloseButton: r, ...s }, o) => /* @__PURE__ */ m(Jr, { children: [
|
|
4244
|
-
/* @__PURE__ */ a(_a, {}),
|
|
4245
|
-
/* @__PURE__ */ m(
|
|
4246
|
-
z.Content,
|
|
4247
|
-
{
|
|
4248
|
-
ref: o,
|
|
4249
|
-
className: n(Kr({ side: e }), t),
|
|
4250
|
-
...s,
|
|
4251
|
-
children: [
|
|
4252
|
-
u,
|
|
4253
|
-
!r && /* @__PURE__ */ a(z.Close, { "aria-label": "close", asChild: !0, children: /* @__PURE__ */ m(
|
|
4254
|
-
Ce,
|
|
4255
|
-
{
|
|
4256
|
-
variant: "iconOnly",
|
|
4257
|
-
className: "wu-absolute wu-right-4 wu-top-4",
|
|
4258
|
-
children: [
|
|
4259
|
-
/* @__PURE__ */ a("span", { className: "wm-close" }),
|
|
4260
|
-
/* @__PURE__ */ a("span", { className: "wu-sr-only", children: "Close" })
|
|
4261
|
-
]
|
|
4262
|
-
}
|
|
4263
|
-
) })
|
|
4264
|
-
]
|
|
4265
|
-
}
|
|
4266
|
-
)
|
|
4267
|
-
] }));
|
|
4268
|
-
vt.displayName = z.Content.displayName;
|
|
4269
|
-
const Oa = ({
|
|
4270
|
-
className: e,
|
|
4271
|
-
...t
|
|
4272
|
-
}) => /* @__PURE__ */ a("div", { className: n("", e), ...t });
|
|
4273
|
-
Oa.displayName = "SheetHeader";
|
|
4274
|
-
const Nt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4275
|
-
z.Title,
|
|
4276
|
-
{
|
|
4277
|
-
ref: u,
|
|
4278
|
-
className: n("wu-text-lg wu-font-semibold", e),
|
|
4279
|
-
...t
|
|
4280
|
-
}
|
|
4281
|
-
));
|
|
4282
|
-
Nt.displayName = z.Title.displayName;
|
|
4283
|
-
const Wa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4284
|
-
z.Description,
|
|
4285
|
-
{
|
|
4286
|
-
ref: u,
|
|
4287
|
-
className: n("wu-text-sm", e),
|
|
4288
|
-
...t
|
|
4289
|
-
}
|
|
4290
|
-
));
|
|
4291
|
-
Wa.displayName = z.Description.displayName;
|
|
4292
|
-
function jt({
|
|
4673
|
+
Oa.displayName = qt.Root.displayName;
|
|
4674
|
+
function jt({
|
|
4293
4675
|
className: e,
|
|
4294
4676
|
...t
|
|
4295
4677
|
}) {
|
|
@@ -4302,7 +4684,7 @@ function jt({
|
|
|
4302
4684
|
);
|
|
4303
4685
|
}
|
|
4304
4686
|
const ut = 768;
|
|
4305
|
-
function
|
|
4687
|
+
function ss() {
|
|
4306
4688
|
const [e, t] = x.useState(void 0);
|
|
4307
4689
|
return x.useEffect(() => {
|
|
4308
4690
|
const u = window.matchMedia(`(max-width: ${ut - 1}px)`), r = () => {
|
|
@@ -4311,14 +4693,14 @@ function Xr() {
|
|
|
4311
4693
|
return u.addEventListener("change", r), t(window.innerWidth < ut), () => u.removeEventListener("change", r);
|
|
4312
4694
|
}, []), !!e;
|
|
4313
4695
|
}
|
|
4314
|
-
const
|
|
4696
|
+
const ns = "sidebar_state", os = 60 * 60 * 24 * 7, ls = "256px", is = "256px", ws = "3rem", ds = "b", Wa = x.createContext(null);
|
|
4315
4697
|
function Se() {
|
|
4316
|
-
const e = x.useContext(
|
|
4698
|
+
const e = x.useContext(Wa);
|
|
4317
4699
|
if (!e)
|
|
4318
4700
|
throw new Error("useSidebar must be used within a SidebarProvider.");
|
|
4319
4701
|
return e;
|
|
4320
4702
|
}
|
|
4321
|
-
const
|
|
4703
|
+
const Ea = x.forwardRef(
|
|
4322
4704
|
({
|
|
4323
4705
|
defaultOpen: e = !0,
|
|
4324
4706
|
open: t,
|
|
@@ -4328,22 +4710,22 @@ const Pa = x.forwardRef(
|
|
|
4328
4710
|
children: o,
|
|
4329
4711
|
...l
|
|
4330
4712
|
}, w) => {
|
|
4331
|
-
const i =
|
|
4713
|
+
const i = ss(), [d, c] = x.useState(!1), [f, g] = x.useState(e), y = t ?? f, h = x.useCallback(
|
|
4332
4714
|
(b) => {
|
|
4333
4715
|
const v = typeof b == "function" ? b(y) : b;
|
|
4334
|
-
u ? u(v) : g(v), document.cookie = `${
|
|
4716
|
+
u ? u(v) : g(v), document.cookie = `${ns}=${v}; path=/; max-age=${os}`;
|
|
4335
4717
|
},
|
|
4336
4718
|
[u, y]
|
|
4337
4719
|
), p = x.useCallback(() => i ? c((b) => !b) : h((b) => !b), [i, h, c]);
|
|
4338
4720
|
x.useEffect(() => {
|
|
4339
4721
|
const b = (v) => {
|
|
4340
|
-
v.key ===
|
|
4722
|
+
v.key === ds && (v.metaKey || v.ctrlKey) && (v.preventDefault(), p());
|
|
4341
4723
|
};
|
|
4342
4724
|
return window.addEventListener("keydown", b), () => window.removeEventListener("keydown", b);
|
|
4343
4725
|
}, [p]);
|
|
4344
|
-
const
|
|
4726
|
+
const N = y ? "expanded" : "collapsed", k = x.useMemo(
|
|
4345
4727
|
() => ({
|
|
4346
|
-
state:
|
|
4728
|
+
state: N,
|
|
4347
4729
|
open: y,
|
|
4348
4730
|
setOpen: h,
|
|
4349
4731
|
isMobile: i,
|
|
@@ -4352,7 +4734,7 @@ const Pa = x.forwardRef(
|
|
|
4352
4734
|
toggleSidebar: p
|
|
4353
4735
|
}),
|
|
4354
4736
|
[
|
|
4355
|
-
|
|
4737
|
+
N,
|
|
4356
4738
|
y,
|
|
4357
4739
|
h,
|
|
4358
4740
|
i,
|
|
@@ -4361,12 +4743,12 @@ const Pa = x.forwardRef(
|
|
|
4361
4743
|
p
|
|
4362
4744
|
]
|
|
4363
4745
|
);
|
|
4364
|
-
return /* @__PURE__ */ a(
|
|
4746
|
+
return /* @__PURE__ */ a(Wa.Provider, { value: k, children: /* @__PURE__ */ a(Zt, { delayDuration: 0, children: /* @__PURE__ */ a(
|
|
4365
4747
|
"div",
|
|
4366
4748
|
{
|
|
4367
4749
|
style: {
|
|
4368
|
-
"--sidebar-width":
|
|
4369
|
-
"--sidebar-width-icon":
|
|
4750
|
+
"--sidebar-width": ls,
|
|
4751
|
+
"--sidebar-width-icon": ws,
|
|
4370
4752
|
...s
|
|
4371
4753
|
},
|
|
4372
4754
|
className: n(
|
|
@@ -4380,8 +4762,8 @@ const Pa = x.forwardRef(
|
|
|
4380
4762
|
) }) });
|
|
4381
4763
|
}
|
|
4382
4764
|
);
|
|
4383
|
-
|
|
4384
|
-
const
|
|
4765
|
+
Ea.displayName = "SidebarProvider";
|
|
4766
|
+
const Pa = x.forwardRef(
|
|
4385
4767
|
({
|
|
4386
4768
|
side: e = "left",
|
|
4387
4769
|
variant: t = "sidebar",
|
|
@@ -4402,20 +4784,20 @@ const La = x.forwardRef(
|
|
|
4402
4784
|
...o,
|
|
4403
4785
|
children: s
|
|
4404
4786
|
}
|
|
4405
|
-
) : w ? /* @__PURE__ */ a(
|
|
4787
|
+
) : w ? /* @__PURE__ */ a(ha, { open: d, onOpenChange: c, ...o, children: /* @__PURE__ */ m(
|
|
4406
4788
|
vt,
|
|
4407
4789
|
{
|
|
4408
4790
|
"data-sidebar": "sidebar",
|
|
4409
4791
|
"data-mobile": "true",
|
|
4410
4792
|
className: "wu-w-[--sidebar-width] wu-bg-blue-sidebar wu-p-0 [&>button]:wu-hidden",
|
|
4411
4793
|
style: {
|
|
4412
|
-
"--sidebar-width":
|
|
4794
|
+
"--sidebar-width": is
|
|
4413
4795
|
},
|
|
4414
4796
|
side: e,
|
|
4415
4797
|
children: [
|
|
4416
|
-
/* @__PURE__ */ m(
|
|
4798
|
+
/* @__PURE__ */ m(xa, { className: "sr-only", children: [
|
|
4417
4799
|
/* @__PURE__ */ a(Nt, { children: "Sidebar" }),
|
|
4418
|
-
/* @__PURE__ */ a(
|
|
4800
|
+
/* @__PURE__ */ a(ya, { children: "Displays the mobile sidebar." })
|
|
4419
4801
|
] }),
|
|
4420
4802
|
/* @__PURE__ */ a("div", { className: "wu-flex wu-flex-col wu-w-full wu-h-full", children: s })
|
|
4421
4803
|
]
|
|
@@ -4467,8 +4849,8 @@ const La = x.forwardRef(
|
|
|
4467
4849
|
);
|
|
4468
4850
|
}
|
|
4469
4851
|
);
|
|
4470
|
-
|
|
4471
|
-
const
|
|
4852
|
+
Pa.displayName = "Sidebar";
|
|
4853
|
+
const La = x.forwardRef(({ className: e, onClick: t, children: u, ...r }, s) => {
|
|
4472
4854
|
const { toggleSidebar: o } = Se();
|
|
4473
4855
|
return /* @__PURE__ */ m(
|
|
4474
4856
|
Ce,
|
|
@@ -4491,8 +4873,8 @@ const za = x.forwardRef(({ className: e, onClick: t, children: u, ...r }, s) =>
|
|
|
4491
4873
|
}
|
|
4492
4874
|
);
|
|
4493
4875
|
});
|
|
4494
|
-
|
|
4495
|
-
const
|
|
4876
|
+
La.displayName = "SidebarTrigger";
|
|
4877
|
+
const cs = x.forwardRef(({ className: e, ...t }, u) => {
|
|
4496
4878
|
const { toggleSidebar: r } = Se();
|
|
4497
4879
|
return /* @__PURE__ */ a(
|
|
4498
4880
|
"button",
|
|
@@ -4516,8 +4898,8 @@ const rs = x.forwardRef(({ className: e, ...t }, u) => {
|
|
|
4516
4898
|
}
|
|
4517
4899
|
);
|
|
4518
4900
|
});
|
|
4519
|
-
|
|
4520
|
-
const
|
|
4901
|
+
cs.displayName = "SidebarRail";
|
|
4902
|
+
const za = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4521
4903
|
"main",
|
|
4522
4904
|
{
|
|
4523
4905
|
ref: u,
|
|
@@ -4529,8 +4911,8 @@ const Aa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4529
4911
|
...t
|
|
4530
4912
|
}
|
|
4531
4913
|
));
|
|
4532
|
-
|
|
4533
|
-
const
|
|
4914
|
+
za.displayName = "SidebarInset";
|
|
4915
|
+
const ms = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4534
4916
|
Ye,
|
|
4535
4917
|
{
|
|
4536
4918
|
ref: u,
|
|
@@ -4542,8 +4924,8 @@ const ss = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4542
4924
|
...t
|
|
4543
4925
|
}
|
|
4544
4926
|
));
|
|
4545
|
-
|
|
4546
|
-
const
|
|
4927
|
+
ms.displayName = "SidebarInput";
|
|
4928
|
+
const Aa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4547
4929
|
"div",
|
|
4548
4930
|
{
|
|
4549
4931
|
ref: u,
|
|
@@ -4552,8 +4934,8 @@ const ja = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4552
4934
|
...t
|
|
4553
4935
|
}
|
|
4554
4936
|
));
|
|
4555
|
-
|
|
4556
|
-
const
|
|
4937
|
+
Aa.displayName = "SidebarHeader";
|
|
4938
|
+
const ja = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4557
4939
|
"div",
|
|
4558
4940
|
{
|
|
4559
4941
|
ref: u,
|
|
@@ -4562,9 +4944,9 @@ const Ha = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4562
4944
|
...t
|
|
4563
4945
|
}
|
|
4564
4946
|
));
|
|
4565
|
-
|
|
4566
|
-
const
|
|
4567
|
-
|
|
4947
|
+
ja.displayName = "SidebarFooter";
|
|
4948
|
+
const ps = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4949
|
+
Oa,
|
|
4568
4950
|
{
|
|
4569
4951
|
ref: u,
|
|
4570
4952
|
"data-sidebar": "separator",
|
|
@@ -4572,8 +4954,8 @@ const ns = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4572
4954
|
...t
|
|
4573
4955
|
}
|
|
4574
4956
|
));
|
|
4575
|
-
|
|
4576
|
-
const
|
|
4957
|
+
ps.displayName = "SidebarSeparator";
|
|
4958
|
+
const Ha = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4577
4959
|
"div",
|
|
4578
4960
|
{
|
|
4579
4961
|
ref: u,
|
|
@@ -4585,8 +4967,8 @@ const Ba = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4585
4967
|
...t
|
|
4586
4968
|
}
|
|
4587
4969
|
));
|
|
4588
|
-
|
|
4589
|
-
const
|
|
4970
|
+
Ha.displayName = "SidebarContent";
|
|
4971
|
+
const Ba = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4590
4972
|
"div",
|
|
4591
4973
|
{
|
|
4592
4974
|
ref: u,
|
|
@@ -4598,8 +4980,8 @@ const Fa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4598
4980
|
...t
|
|
4599
4981
|
}
|
|
4600
4982
|
));
|
|
4601
|
-
|
|
4602
|
-
const
|
|
4983
|
+
Ba.displayName = "SidebarGroup";
|
|
4984
|
+
const Fa = x.forwardRef(({ className: e, asChild: t = !1, ...u }, r) => /* @__PURE__ */ a(
|
|
4603
4985
|
t ? Ne : "div",
|
|
4604
4986
|
{
|
|
4605
4987
|
ref: r,
|
|
@@ -4612,8 +4994,8 @@ const qa = x.forwardRef(({ className: e, asChild: t = !1, ...u }, r) => /* @__PU
|
|
|
4612
4994
|
...u
|
|
4613
4995
|
}
|
|
4614
4996
|
));
|
|
4615
|
-
|
|
4616
|
-
const
|
|
4997
|
+
Fa.displayName = "SidebarGroupLabel";
|
|
4998
|
+
const fs = x.forwardRef(({ className: e, asChild: t = !1, ...u }, r) => /* @__PURE__ */ a(
|
|
4617
4999
|
t ? Ne : "button",
|
|
4618
5000
|
{
|
|
4619
5001
|
ref: r,
|
|
@@ -4628,8 +5010,8 @@ const os = x.forwardRef(({ className: e, asChild: t = !1, ...u }, r) => /* @__PU
|
|
|
4628
5010
|
...u
|
|
4629
5011
|
}
|
|
4630
5012
|
));
|
|
4631
|
-
|
|
4632
|
-
const
|
|
5013
|
+
fs.displayName = "SidebarGroupAction";
|
|
5014
|
+
const qa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4633
5015
|
"div",
|
|
4634
5016
|
{
|
|
4635
5017
|
ref: u,
|
|
@@ -4638,7 +5020,7 @@ const $a = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4638
5020
|
...t
|
|
4639
5021
|
}
|
|
4640
5022
|
));
|
|
4641
|
-
|
|
5023
|
+
qa.displayName = "SidebarGroupContent";
|
|
4642
5024
|
const Ct = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4643
5025
|
"ul",
|
|
4644
5026
|
{
|
|
@@ -4652,7 +5034,7 @@ const Ct = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4652
5034
|
}
|
|
4653
5035
|
));
|
|
4654
5036
|
Ct.displayName = "SidebarMenu";
|
|
4655
|
-
const
|
|
5037
|
+
const $a = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4656
5038
|
"li",
|
|
4657
5039
|
{
|
|
4658
5040
|
ref: u,
|
|
@@ -4661,8 +5043,8 @@ const Ua = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4661
5043
|
...t
|
|
4662
5044
|
}
|
|
4663
5045
|
));
|
|
4664
|
-
|
|
4665
|
-
const
|
|
5046
|
+
$a.displayName = "SidebarMenuItem";
|
|
5047
|
+
const bs = Z(
|
|
4666
5048
|
"wu-peer/menu-button wu-flex wu-w-full wu-items-center wu-gap-2 wu-overflow-hidden wu-rounded-md wu-p-2 wu-text-left wu-text-sm wu-outline-none wu-transition-[width,height,padding] focus-visible:wu-ring-2 disabled:wu-pointer-events-none disabled:wu-opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:wu-pr-8 aria-disabled:wu-pointer-events-none aria-disabled:wu-opacity-50 data-[active=true]:wu-font-medium group-data-[collapsible=icon]:!wu-size-8 group-data-[collapsible=icon]:!wu-p-2 [&>span:last-child]:wu-truncate [&>svg]:wu-size-4 [&>svg]:wu-shrink-0",
|
|
4667
5049
|
{
|
|
4668
5050
|
variants: {
|
|
@@ -4681,7 +5063,7 @@ const ls = ee(
|
|
|
4681
5063
|
size: "default"
|
|
4682
5064
|
}
|
|
4683
5065
|
}
|
|
4684
|
-
),
|
|
5066
|
+
), Ua = x.forwardRef(
|
|
4685
5067
|
({
|
|
4686
5068
|
asChild: e = !1,
|
|
4687
5069
|
isActive: t = !1,
|
|
@@ -4698,14 +5080,14 @@ const ls = ee(
|
|
|
4698
5080
|
"data-sidebar": "menu-button",
|
|
4699
5081
|
"data-size": r,
|
|
4700
5082
|
"data-active": t,
|
|
4701
|
-
className: n(
|
|
5083
|
+
className: n(bs({ variant: u, size: r }), o),
|
|
4702
5084
|
...l
|
|
4703
5085
|
}
|
|
4704
5086
|
);
|
|
4705
5087
|
return s ? (typeof s == "string" && (s = {
|
|
4706
5088
|
children: s
|
|
4707
|
-
}), /* @__PURE__ */ m(
|
|
4708
|
-
/* @__PURE__ */ a(
|
|
5089
|
+
}), /* @__PURE__ */ m(ea, { children: [
|
|
5090
|
+
/* @__PURE__ */ a(ta, { asChild: !0, children: f }),
|
|
4709
5091
|
/* @__PURE__ */ a(
|
|
4710
5092
|
pt,
|
|
4711
5093
|
{
|
|
@@ -4718,8 +5100,8 @@ const ls = ee(
|
|
|
4718
5100
|
] })) : f;
|
|
4719
5101
|
}
|
|
4720
5102
|
);
|
|
4721
|
-
|
|
4722
|
-
const
|
|
5103
|
+
Ua.displayName = "SidebarMenuButton";
|
|
5104
|
+
const hs = x.forwardRef(({ className: e, asChild: t = !1, showOnHover: u = !1, ...r }, s) => /* @__PURE__ */ a(
|
|
4723
5105
|
t ? Ne : "button",
|
|
4724
5106
|
{
|
|
4725
5107
|
ref: s,
|
|
@@ -4738,8 +5120,8 @@ const is = x.forwardRef(({ className: e, asChild: t = !1, showOnHover: u = !1, .
|
|
|
4738
5120
|
...r
|
|
4739
5121
|
}
|
|
4740
5122
|
));
|
|
4741
|
-
|
|
4742
|
-
const
|
|
5123
|
+
hs.displayName = "SidebarMenuAction";
|
|
5124
|
+
const gs = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4743
5125
|
"div",
|
|
4744
5126
|
{
|
|
4745
5127
|
ref: u,
|
|
@@ -4756,8 +5138,8 @@ const ws = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4756
5138
|
...t
|
|
4757
5139
|
}
|
|
4758
5140
|
));
|
|
4759
|
-
|
|
4760
|
-
const
|
|
5141
|
+
gs.displayName = "SidebarMenuBadge";
|
|
5142
|
+
const xs = x.forwardRef(({ className: e, showIcon: t = !1, ...u }, r) => {
|
|
4761
5143
|
const s = x.useMemo(() => `${Math.floor(Math.random() * 40) + 50}%`, []);
|
|
4762
5144
|
return /* @__PURE__ */ m(
|
|
4763
5145
|
"div",
|
|
@@ -4791,8 +5173,8 @@ const ds = x.forwardRef(({ className: e, showIcon: t = !1, ...u }, r) => {
|
|
|
4791
5173
|
}
|
|
4792
5174
|
);
|
|
4793
5175
|
});
|
|
4794
|
-
|
|
4795
|
-
const
|
|
5176
|
+
xs.displayName = "SidebarMenuSkeleton";
|
|
5177
|
+
const ys = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
4796
5178
|
"ul",
|
|
4797
5179
|
{
|
|
4798
5180
|
ref: u,
|
|
@@ -4805,10 +5187,10 @@ const cs = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
4805
5187
|
...t
|
|
4806
5188
|
}
|
|
4807
5189
|
));
|
|
4808
|
-
|
|
4809
|
-
const
|
|
4810
|
-
|
|
4811
|
-
const
|
|
5190
|
+
ys.displayName = "SidebarMenuSub";
|
|
5191
|
+
const vs = x.forwardRef(({ ...e }, t) => /* @__PURE__ */ a("li", { ref: t, ...e }));
|
|
5192
|
+
vs.displayName = "SidebarMenuSubItem";
|
|
5193
|
+
const Ns = x.forwardRef(({ asChild: e = !1, size: t = "md", isActive: u, className: r, ...s }, o) => /* @__PURE__ */ a(
|
|
4812
5194
|
e ? Ne : "a",
|
|
4813
5195
|
{
|
|
4814
5196
|
ref: o,
|
|
@@ -4826,8 +5208,8 @@ const ps = x.forwardRef(({ asChild: e = !1, size: t = "md", isActive: u, classNa
|
|
|
4826
5208
|
...s
|
|
4827
5209
|
}
|
|
4828
5210
|
));
|
|
4829
|
-
|
|
4830
|
-
const
|
|
5211
|
+
Ns.displayName = "SidebarMenuSubButton";
|
|
5212
|
+
const jn = ({
|
|
4831
5213
|
children: e,
|
|
4832
5214
|
Sidebar: t,
|
|
4833
5215
|
className: u,
|
|
@@ -4836,14 +5218,14 @@ const Ln = ({
|
|
|
4836
5218
|
onOpenChange: o,
|
|
4837
5219
|
style: l
|
|
4838
5220
|
}) => /* @__PURE__ */ m(
|
|
4839
|
-
|
|
5221
|
+
Ea,
|
|
4840
5222
|
{
|
|
4841
5223
|
defaultOpen: r,
|
|
4842
5224
|
open: s,
|
|
4843
5225
|
onOpenChange: o,
|
|
4844
5226
|
children: [
|
|
4845
5227
|
/* @__PURE__ */ m(
|
|
4846
|
-
|
|
5228
|
+
Pa,
|
|
4847
5229
|
{
|
|
4848
5230
|
variant: "sidebar",
|
|
4849
5231
|
collapsible: "icon",
|
|
@@ -4854,19 +5236,19 @@ const Ln = ({
|
|
|
4854
5236
|
style: l,
|
|
4855
5237
|
role: "complementary",
|
|
4856
5238
|
children: [
|
|
4857
|
-
/* @__PURE__ */ a(
|
|
5239
|
+
/* @__PURE__ */ a(Aa, { className: "wu-py-2", children: /* @__PURE__ */ a(Cs, {}) }),
|
|
4858
5240
|
t
|
|
4859
5241
|
]
|
|
4860
5242
|
}
|
|
4861
5243
|
),
|
|
4862
|
-
/* @__PURE__ */ a(
|
|
5244
|
+
/* @__PURE__ */ a(za, { children: e })
|
|
4863
5245
|
]
|
|
4864
5246
|
}
|
|
4865
|
-
),
|
|
5247
|
+
), Cs = (e) => {
|
|
4866
5248
|
const { state: t, isMobile: u, openMobile: r } = Se();
|
|
4867
|
-
return /* @__PURE__ */ a(
|
|
4868
|
-
},
|
|
4869
|
-
const r =
|
|
5249
|
+
return /* @__PURE__ */ a(La, { ...e, children: /* @__PURE__ */ a(va, { showMenu: u ? r : t === "expanded" }) });
|
|
5250
|
+
}, Hn = ({ className: e, children: t, ...u }) => {
|
|
5251
|
+
const r = Y(null), s = Y(null), o = ({
|
|
4870
5252
|
currentTarget: w
|
|
4871
5253
|
}) => {
|
|
4872
5254
|
const { scrollTop: i, clientHeight: d, scrollHeight: c } = w;
|
|
@@ -4879,7 +5261,7 @@ const Ln = ({
|
|
|
4879
5261
|
);
|
|
4880
5262
|
}, l = "wu-w-[calc(100%-16px)] wu-mx-auto wu-border-transparent";
|
|
4881
5263
|
return /* @__PURE__ */ m(
|
|
4882
|
-
|
|
5264
|
+
Ha,
|
|
4883
5265
|
{
|
|
4884
5266
|
...u,
|
|
4885
5267
|
className: n("wu-overflow-hidden wu-gap-0", e),
|
|
@@ -4900,21 +5282,21 @@ const Ln = ({
|
|
|
4900
5282
|
]
|
|
4901
5283
|
}
|
|
4902
5284
|
);
|
|
4903
|
-
},
|
|
5285
|
+
}, Bn = (e) => /* @__PURE__ */ a(ja, { ...e, children: e.children }), Fn = ({
|
|
4904
5286
|
label: e,
|
|
4905
5287
|
children: t,
|
|
4906
5288
|
...u
|
|
4907
|
-
}) => /* @__PURE__ */ m(
|
|
4908
|
-
/* @__PURE__ */ a("div", { className: "wu-h-8", children: /* @__PURE__ */ a(
|
|
4909
|
-
/* @__PURE__ */ a(
|
|
4910
|
-
] }),
|
|
5289
|
+
}) => /* @__PURE__ */ m(Ba, { ...u, className: "wu-p-0", children: [
|
|
5290
|
+
/* @__PURE__ */ a("div", { className: "wu-h-8", children: /* @__PURE__ */ a(Fa, { className: "wu-items-end wu-px-4 wu-text-xs wu-font-normal wu-leading-4 wu-text-blue-q", children: e }) }),
|
|
5291
|
+
/* @__PURE__ */ a(qa, { children: /* @__PURE__ */ a(Ct, { children: t }) })
|
|
5292
|
+
] }), qn = (e) => /* @__PURE__ */ a(Ct, { ...e }), $n = ({
|
|
4911
5293
|
Icon: e,
|
|
4912
5294
|
children: t,
|
|
4913
5295
|
className: u,
|
|
4914
5296
|
isActive: r,
|
|
4915
5297
|
...s
|
|
4916
5298
|
}) => {
|
|
4917
|
-
const { state: o } = Se(), [l, w] =
|
|
5299
|
+
const { state: o } = Se(), [l, w] = C.useState(), i = t && C.cloneElement(t, {
|
|
4918
5300
|
children: /* @__PURE__ */ m("div", { className: "wu-flex wu-items-center wu-gap-2 wu-overflow-hidden wu-text-base wu-truncate wu-text-ellipsis", children: [
|
|
4919
5301
|
e,
|
|
4920
5302
|
/* @__PURE__ */ a(
|
|
@@ -4928,17 +5310,17 @@ const Ln = ({
|
|
|
4928
5310
|
}
|
|
4929
5311
|
)
|
|
4930
5312
|
] })
|
|
4931
|
-
}), d =
|
|
4932
|
-
return
|
|
5313
|
+
}), d = Y(null);
|
|
5314
|
+
return C.useEffect(() => {
|
|
4933
5315
|
var c;
|
|
4934
5316
|
w(((c = d.current) == null ? void 0 : c.textContent) || "");
|
|
4935
5317
|
}, []), /* @__PURE__ */ a(
|
|
4936
|
-
|
|
5318
|
+
$a,
|
|
4937
5319
|
{
|
|
4938
5320
|
...s,
|
|
4939
5321
|
className: "wu-flex wu-items-center wu-gap-2 wu-px-2",
|
|
4940
5322
|
children: /* @__PURE__ */ a(
|
|
4941
|
-
|
|
5323
|
+
Ua,
|
|
4942
5324
|
{
|
|
4943
5325
|
className: n(
|
|
4944
5326
|
"wu-flex wu-items-center wu-text-blue-q hover:wu-bg-blue-sidebarHover wu-cursor-pointer wu-h-8 wu-rounded-sm",
|
|
@@ -4954,9 +5336,9 @@ const Ln = ({
|
|
|
4954
5336
|
)
|
|
4955
5337
|
}
|
|
4956
5338
|
);
|
|
4957
|
-
},
|
|
4958
|
-
wuStepper:
|
|
4959
|
-
},
|
|
5339
|
+
}, ks = "_wuStepper_apbnq_1", Ss = {
|
|
5340
|
+
wuStepper: ks
|
|
5341
|
+
}, Rs = C.forwardRef(
|
|
4960
5342
|
(e, t) => {
|
|
4961
5343
|
const {
|
|
4962
5344
|
onChange: u,
|
|
@@ -4972,26 +5354,26 @@ const Ln = ({
|
|
|
4972
5354
|
className: g,
|
|
4973
5355
|
style: y,
|
|
4974
5356
|
...h
|
|
4975
|
-
} = e, [p,
|
|
5357
|
+
} = e, [p, N] = R(d || r), k = (D) => !!(e.disabled || e.readOnly || D === "inc" && Number(p || 0) >= Number(o) || D === "dec" && Number(p || 0) <= Number(s)), b = C.useCallback(
|
|
4976
5358
|
(D) => {
|
|
4977
|
-
D.preventDefault(),
|
|
5359
|
+
D.preventDefault(), N((M) => Number(M || s || 0) + Number(l || 1));
|
|
4978
5360
|
},
|
|
4979
5361
|
[s, l]
|
|
4980
|
-
), v =
|
|
5362
|
+
), v = C.useCallback(
|
|
4981
5363
|
(D) => {
|
|
4982
|
-
D.preventDefault(),
|
|
5364
|
+
D.preventDefault(), N((M) => M ? Number(M) - Number(l || 1) : 0);
|
|
4983
5365
|
},
|
|
4984
5366
|
[s, l]
|
|
4985
|
-
), S =
|
|
5367
|
+
), S = C.useCallback(
|
|
4986
5368
|
(D) => D >= Number(s) && D <= Number(o),
|
|
4987
5369
|
[s, o]
|
|
4988
5370
|
), T = (D) => {
|
|
4989
|
-
const
|
|
4990
|
-
|
|
4991
|
-
}, I =
|
|
5371
|
+
const M = D.currentTarget.value;
|
|
5372
|
+
N(M);
|
|
5373
|
+
}, I = C.useCallback(() => {
|
|
4992
5374
|
if (i && !S(Number(p))) {
|
|
4993
5375
|
const D = Number(s) || 0;
|
|
4994
|
-
|
|
5376
|
+
N(D);
|
|
4995
5377
|
}
|
|
4996
5378
|
}, [s, i, S, p]);
|
|
4997
5379
|
P(() => {
|
|
@@ -5001,7 +5383,7 @@ const Ln = ({
|
|
|
5001
5383
|
"As both value and defaultValue are passed, value will be used"
|
|
5002
5384
|
);
|
|
5003
5385
|
}, [d, r]);
|
|
5004
|
-
const
|
|
5386
|
+
const O = n(
|
|
5005
5387
|
"wu-px-10 wu-h-[33px] wu-text-center wu-text-blue-q wu-text-xs wu-rounded-t-sm",
|
|
5006
5388
|
"wu-stepper-input"
|
|
5007
5389
|
);
|
|
@@ -5009,8 +5391,8 @@ const Ln = ({
|
|
|
5009
5391
|
"div",
|
|
5010
5392
|
{
|
|
5011
5393
|
className: n(
|
|
5012
|
-
|
|
5013
|
-
|
|
5394
|
+
Ss.wuStepper,
|
|
5395
|
+
Ts({
|
|
5014
5396
|
labelPosition: f
|
|
5015
5397
|
}),
|
|
5016
5398
|
g,
|
|
@@ -5038,7 +5420,7 @@ const Ln = ({
|
|
|
5038
5420
|
dir: h.dir,
|
|
5039
5421
|
children: [
|
|
5040
5422
|
/* @__PURE__ */ a(
|
|
5041
|
-
|
|
5423
|
+
Q,
|
|
5042
5424
|
{
|
|
5043
5425
|
variant: "iconOnly",
|
|
5044
5426
|
Icon: /* @__PURE__ */ a("span", { className: "wu-text-base wm-add" }),
|
|
@@ -5058,7 +5440,7 @@ const Ln = ({
|
|
|
5058
5440
|
...h,
|
|
5059
5441
|
ref: t,
|
|
5060
5442
|
type: "number",
|
|
5061
|
-
className:
|
|
5443
|
+
className: O,
|
|
5062
5444
|
onChange: T,
|
|
5063
5445
|
min: s,
|
|
5064
5446
|
max: o,
|
|
@@ -5069,7 +5451,7 @@ const Ln = ({
|
|
|
5069
5451
|
}
|
|
5070
5452
|
),
|
|
5071
5453
|
/* @__PURE__ */ a(
|
|
5072
|
-
|
|
5454
|
+
Q,
|
|
5073
5455
|
{
|
|
5074
5456
|
variant: "iconOnly",
|
|
5075
5457
|
Icon: /* @__PURE__ */ a("span", { className: "wu-text-base wm-minimize" }),
|
|
@@ -5090,7 +5472,7 @@ const Ln = ({
|
|
|
5090
5472
|
}
|
|
5091
5473
|
);
|
|
5092
5474
|
}
|
|
5093
|
-
),
|
|
5475
|
+
), Ts = Z("wu-flex wu-w-fit", {
|
|
5094
5476
|
variants: {
|
|
5095
5477
|
labelPosition: {
|
|
5096
5478
|
left: "wu-flex-row wu-text-right wu-gap-2 wu-items-center",
|
|
@@ -5098,8 +5480,8 @@ const Ln = ({
|
|
|
5098
5480
|
}
|
|
5099
5481
|
}
|
|
5100
5482
|
});
|
|
5101
|
-
|
|
5102
|
-
const Va =
|
|
5483
|
+
Rs.displayName = "WuStepper";
|
|
5484
|
+
const Va = Z(
|
|
5103
5485
|
"wu-inline-flex wu-items-center wu-justify-center wu-text-sm wu-font-medium wu-ring-offset-background wu-transition-colors hover:wu-bg-muted hover:wu-text-muted-foreground focus-visible:wu-outline-none focus-visible:wu-ring-2 focus-visible:wu-ring-ring focus-visible:wu-ring-offset-2 disabled:wu-cursor-not-allowed disabled:wu-opacity-80",
|
|
5104
5486
|
{
|
|
5105
5487
|
variants: {
|
|
@@ -5118,20 +5500,20 @@ const Va = ee(
|
|
|
5118
5500
|
size: "default"
|
|
5119
5501
|
}
|
|
5120
5502
|
}
|
|
5121
|
-
),
|
|
5122
|
-
|
|
5503
|
+
), Ds = x.forwardRef(({ className: e, variant: t, size: u, ...r }, s) => /* @__PURE__ */ a(
|
|
5504
|
+
$t.Root,
|
|
5123
5505
|
{
|
|
5124
5506
|
ref: s,
|
|
5125
5507
|
className: n(Va({ variant: t, size: u, className: e })),
|
|
5126
5508
|
...r
|
|
5127
5509
|
}
|
|
5128
5510
|
));
|
|
5129
|
-
|
|
5130
|
-
const
|
|
5511
|
+
Ds.displayName = $t.Root.displayName;
|
|
5512
|
+
const Ga = x.createContext({
|
|
5131
5513
|
size: "default",
|
|
5132
5514
|
variant: "default"
|
|
5133
5515
|
}), Xe = x.forwardRef(({ className: e, variant: t, size: u, children: r, ...s }, o) => /* @__PURE__ */ a(
|
|
5134
|
-
|
|
5516
|
+
Ve.Root,
|
|
5135
5517
|
{
|
|
5136
5518
|
ref: o,
|
|
5137
5519
|
className: n(
|
|
@@ -5139,14 +5521,14 @@ const Ya = x.createContext({
|
|
|
5139
5521
|
e
|
|
5140
5522
|
),
|
|
5141
5523
|
...s,
|
|
5142
|
-
children: /* @__PURE__ */ a(
|
|
5524
|
+
children: /* @__PURE__ */ a(Ga.Provider, { value: { variant: t, size: u }, children: r })
|
|
5143
5525
|
}
|
|
5144
5526
|
));
|
|
5145
|
-
Xe.displayName =
|
|
5527
|
+
Xe.displayName = Ve.Root.displayName;
|
|
5146
5528
|
const pe = x.forwardRef(({ className: e, children: t, variant: u, size: r, ...s }, o) => {
|
|
5147
|
-
const l = x.useContext(
|
|
5529
|
+
const l = x.useContext(Ga);
|
|
5148
5530
|
return /* @__PURE__ */ a(
|
|
5149
|
-
|
|
5531
|
+
Ve.Item,
|
|
5150
5532
|
{
|
|
5151
5533
|
ref: o,
|
|
5152
5534
|
className: n(
|
|
@@ -5161,8 +5543,8 @@ const pe = x.forwardRef(({ className: e, children: t, variant: u, size: r, ...s
|
|
|
5161
5543
|
}
|
|
5162
5544
|
);
|
|
5163
5545
|
});
|
|
5164
|
-
pe.displayName =
|
|
5165
|
-
const
|
|
5546
|
+
pe.displayName = Ve.Item.displayName;
|
|
5547
|
+
const Ya = C.forwardRef(
|
|
5166
5548
|
(e, t) => {
|
|
5167
5549
|
const { options: u, value: r, disabled: s, dir: o, onChange: l } = e, w = (i) => n(
|
|
5168
5550
|
"wu-w-8 wu-h-8 wu-text-xl wu-leading-5 wu-rounded-full wu-text-gray-lead wu-relative wu-z-10 wu-p-0 wu-flex wu-items-center wu-justify-center",
|
|
@@ -5171,7 +5553,7 @@ const Ja = N.forwardRef(
|
|
|
5171
5553
|
s && r === i && "wu-text-gray-lead",
|
|
5172
5554
|
"wu-switcher-icon-tab-item"
|
|
5173
5555
|
);
|
|
5174
|
-
return /* @__PURE__ */ a(
|
|
5556
|
+
return /* @__PURE__ */ a(F, { children: /* @__PURE__ */ m(
|
|
5175
5557
|
Xe,
|
|
5176
5558
|
{
|
|
5177
5559
|
ref: t,
|
|
@@ -5207,8 +5589,8 @@ const Ja = N.forwardRef(
|
|
|
5207
5589
|
) });
|
|
5208
5590
|
}
|
|
5209
5591
|
);
|
|
5210
|
-
|
|
5211
|
-
const
|
|
5592
|
+
Ya.displayName = "_IconTab";
|
|
5593
|
+
const Ja = C.forwardRef(
|
|
5212
5594
|
(e, t) => {
|
|
5213
5595
|
const { options: u, value: r, disabled: s, dir: o, size: l = "md", onChange: w } = e, i = (d) => n(
|
|
5214
5596
|
"wu-w-1/2 wu-text-xs wu-rounded-full wu-text-gray-lead wu-relative wu-z-10 wu-font-normal",
|
|
@@ -5220,7 +5602,7 @@ const Ka = N.forwardRef(
|
|
|
5220
5602
|
s && r === d && "wu-text-gray-lead",
|
|
5221
5603
|
"wu-switcher-tab-item"
|
|
5222
5604
|
);
|
|
5223
|
-
return /* @__PURE__ */ a(
|
|
5605
|
+
return /* @__PURE__ */ a(F, { children: /* @__PURE__ */ m(
|
|
5224
5606
|
Xe,
|
|
5225
5607
|
{
|
|
5226
5608
|
ref: t,
|
|
@@ -5259,8 +5641,8 @@ const Ka = N.forwardRef(
|
|
|
5259
5641
|
) });
|
|
5260
5642
|
}
|
|
5261
5643
|
);
|
|
5262
|
-
|
|
5263
|
-
const
|
|
5644
|
+
Ja.displayName = "_Tab";
|
|
5645
|
+
const Ka = C.forwardRef(
|
|
5264
5646
|
(e, t) => {
|
|
5265
5647
|
const { options: u, value: r, disabled: s, dir: o, onChange: l } = e, w = (f) => n(
|
|
5266
5648
|
"wu-p-0 wu-w-fit wu-text-xs wu-text-gray-lead wu-h-fit wu-font-normal",
|
|
@@ -5285,7 +5667,7 @@ const Xa = N.forwardRef(
|
|
|
5285
5667
|
s && "wu-hidden",
|
|
5286
5668
|
"wu-switcher-toggle-knob"
|
|
5287
5669
|
);
|
|
5288
|
-
return /* @__PURE__ */ a(
|
|
5670
|
+
return /* @__PURE__ */ a(F, { children: /* @__PURE__ */ m(
|
|
5289
5671
|
Xe,
|
|
5290
5672
|
{
|
|
5291
5673
|
ref: t,
|
|
@@ -5314,8 +5696,8 @@ const Xa = N.forwardRef(
|
|
|
5314
5696
|
) });
|
|
5315
5697
|
}
|
|
5316
5698
|
);
|
|
5317
|
-
|
|
5318
|
-
const
|
|
5699
|
+
Ka.displayName = "_Toggle";
|
|
5700
|
+
const Is = C.forwardRef(
|
|
5319
5701
|
(e, t) => {
|
|
5320
5702
|
const {
|
|
5321
5703
|
type: u,
|
|
@@ -5327,22 +5709,22 @@ const vs = N.forwardRef(
|
|
|
5327
5709
|
onChange: i,
|
|
5328
5710
|
toggle: d = !0,
|
|
5329
5711
|
...c
|
|
5330
|
-
} = e, [f, g] =
|
|
5712
|
+
} = e, [f, g] = C.useState(), y = (h) => {
|
|
5331
5713
|
let p = f;
|
|
5332
5714
|
h !== "" ? p = h : d && (p = f === "opt1" ? "opt2" : "opt1");
|
|
5333
|
-
const
|
|
5334
|
-
i && i(
|
|
5715
|
+
const N = p === "opt1" ? r[0].value : r[1].value;
|
|
5716
|
+
i && i(N), g(p);
|
|
5335
5717
|
};
|
|
5336
|
-
if (
|
|
5718
|
+
if (C.useEffect(() => {
|
|
5337
5719
|
if (!Array.isArray(r) || r.length < 2)
|
|
5338
5720
|
throw new Error("Options are not sufficient");
|
|
5339
5721
|
g(s === r[0].value ? "opt1" : "opt2");
|
|
5340
5722
|
}, [r, s]), !Array.isArray(r) || r.length < 2)
|
|
5341
|
-
return /* @__PURE__ */ a(
|
|
5723
|
+
return /* @__PURE__ */ a(F, {});
|
|
5342
5724
|
switch (u) {
|
|
5343
5725
|
case "toggle":
|
|
5344
5726
|
return /* @__PURE__ */ a(
|
|
5345
|
-
|
|
5727
|
+
Ka,
|
|
5346
5728
|
{
|
|
5347
5729
|
...c,
|
|
5348
5730
|
ref: t,
|
|
@@ -5355,7 +5737,7 @@ const vs = N.forwardRef(
|
|
|
5355
5737
|
);
|
|
5356
5738
|
case "iconTab":
|
|
5357
5739
|
return /* @__PURE__ */ a(
|
|
5358
|
-
|
|
5740
|
+
Ya,
|
|
5359
5741
|
{
|
|
5360
5742
|
ref: t,
|
|
5361
5743
|
options: r,
|
|
@@ -5367,7 +5749,7 @@ const vs = N.forwardRef(
|
|
|
5367
5749
|
);
|
|
5368
5750
|
default:
|
|
5369
5751
|
return /* @__PURE__ */ a(
|
|
5370
|
-
|
|
5752
|
+
Ja,
|
|
5371
5753
|
{
|
|
5372
5754
|
ref: t,
|
|
5373
5755
|
options: r,
|
|
@@ -5381,7 +5763,7 @@ const vs = N.forwardRef(
|
|
|
5381
5763
|
}
|
|
5382
5764
|
}
|
|
5383
5765
|
);
|
|
5384
|
-
|
|
5766
|
+
Is.displayName = "WuSwitcher";
|
|
5385
5767
|
const kt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
5386
5768
|
"table",
|
|
5387
5769
|
{
|
|
@@ -5391,11 +5773,11 @@ const kt = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
5391
5773
|
}
|
|
5392
5774
|
));
|
|
5393
5775
|
kt.displayName = "Table";
|
|
5394
|
-
const
|
|
5395
|
-
|
|
5396
|
-
const
|
|
5397
|
-
|
|
5398
|
-
const
|
|
5776
|
+
const Xa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a("thead", { ref: u, className: n("[&_tr]:wu-border-b", e), ...t }));
|
|
5777
|
+
Xa.displayName = "TableHeader";
|
|
5778
|
+
const Qa = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a("tbody", { ref: u, className: n("", e), ...t }));
|
|
5779
|
+
Qa.displayName = "TableBody";
|
|
5780
|
+
const Ms = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
5399
5781
|
"tfoot",
|
|
5400
5782
|
{
|
|
5401
5783
|
ref: u,
|
|
@@ -5406,7 +5788,7 @@ const Ns = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
5406
5788
|
...t
|
|
5407
5789
|
}
|
|
5408
5790
|
));
|
|
5409
|
-
|
|
5791
|
+
Ms.displayName = "TableFooter";
|
|
5410
5792
|
const De = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
5411
5793
|
"tr",
|
|
5412
5794
|
{
|
|
@@ -5455,24 +5837,24 @@ const St = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
5455
5837
|
}
|
|
5456
5838
|
));
|
|
5457
5839
|
St.displayName = "TableCaption";
|
|
5458
|
-
const
|
|
5840
|
+
const Za = ({
|
|
5459
5841
|
columns: e,
|
|
5460
5842
|
rowSelection: t
|
|
5461
5843
|
}) => {
|
|
5462
|
-
const u = (t == null ? void 0 : t.isEnabled) ?? !1, { onRowSelect: r, rowUniqueKey: s } = t || {}, o =
|
|
5844
|
+
const u = (t == null ? void 0 : t.isEnabled) ?? !1, { onRowSelect: r, rowUniqueKey: s } = t || {}, o = J(
|
|
5463
5845
|
(w) => (i) => {
|
|
5464
5846
|
r(() => i ? w : []);
|
|
5465
5847
|
},
|
|
5466
5848
|
[r]
|
|
5467
5849
|
);
|
|
5468
5850
|
return {
|
|
5469
|
-
finalColumns:
|
|
5851
|
+
finalColumns: U(() => u ? [
|
|
5470
5852
|
{
|
|
5471
5853
|
id: "select",
|
|
5472
5854
|
header: ({ table: w }) => {
|
|
5473
5855
|
const i = w.getRowModel().rows.map((c) => c.original), d = o(i);
|
|
5474
5856
|
return /* @__PURE__ */ a(
|
|
5475
|
-
|
|
5857
|
+
se,
|
|
5476
5858
|
{
|
|
5477
5859
|
checked: w.getIsSomeRowsSelected() || w.getIsAllRowsSelected(),
|
|
5478
5860
|
partial: w.getIsSomeRowsSelected() && !w.getIsAllRowsSelected(),
|
|
@@ -5485,7 +5867,7 @@ const eu = ({
|
|
|
5485
5867
|
);
|
|
5486
5868
|
},
|
|
5487
5869
|
cell: ({ row: w }) => /* @__PURE__ */ a(
|
|
5488
|
-
|
|
5870
|
+
se,
|
|
5489
5871
|
{
|
|
5490
5872
|
checked: w.getIsSelected(),
|
|
5491
5873
|
onChange: (i) => {
|
|
@@ -5501,7 +5883,7 @@ const eu = ({
|
|
|
5501
5883
|
...e
|
|
5502
5884
|
] : e, [e, u, o])
|
|
5503
5885
|
};
|
|
5504
|
-
},
|
|
5886
|
+
}, eu = ({
|
|
5505
5887
|
table: e,
|
|
5506
5888
|
size: t,
|
|
5507
5889
|
NoDataContent: u,
|
|
@@ -5510,7 +5892,7 @@ const eu = ({
|
|
|
5510
5892
|
}) => {
|
|
5511
5893
|
var w;
|
|
5512
5894
|
const [o, l] = R(null);
|
|
5513
|
-
return /* @__PURE__ */ a(
|
|
5895
|
+
return /* @__PURE__ */ a(Qa, { children: r ? /* @__PURE__ */ a(De, { children: /* @__PURE__ */ a(
|
|
5514
5896
|
je,
|
|
5515
5897
|
{
|
|
5516
5898
|
colSpan: e.getAllColumns().length,
|
|
@@ -5536,14 +5918,14 @@ const eu = ({
|
|
|
5536
5918
|
d.column.id === "actions" ? "wu-opacity-0 wu-transition-opacity wu-duration-100" : "",
|
|
5537
5919
|
o === i.id && d.column.id === "actions" ? "wu-opacity-100 wu-visible" : ""
|
|
5538
5920
|
),
|
|
5539
|
-
children:
|
|
5921
|
+
children: Ut(d.column.columnDef.cell, d.getContext())
|
|
5540
5922
|
},
|
|
5541
5923
|
d.id
|
|
5542
5924
|
))
|
|
5543
5925
|
},
|
|
5544
5926
|
i.id
|
|
5545
5927
|
)) : /* @__PURE__ */ a(De, { children: /* @__PURE__ */ a(je, { colSpan: e.getAllColumns().length, children: u }) }) });
|
|
5546
|
-
},
|
|
5928
|
+
}, tu = ({
|
|
5547
5929
|
table: e,
|
|
5548
5930
|
sortableColumns: t,
|
|
5549
5931
|
manual: u = !1,
|
|
@@ -5557,7 +5939,7 @@ const eu = ({
|
|
|
5557
5939
|
const { id: c, columnDef: f, getIsSorted: g, toggleSorting: y } = d, { header: h } = f;
|
|
5558
5940
|
if (!t.includes(c))
|
|
5559
5941
|
return h;
|
|
5560
|
-
const p = g(),
|
|
5942
|
+
const p = g(), N = p === "asc", k = p === "desc";
|
|
5561
5943
|
return /* @__PURE__ */ m(
|
|
5562
5944
|
"button",
|
|
5563
5945
|
{
|
|
@@ -5574,7 +5956,7 @@ const eu = ({
|
|
|
5574
5956
|
{
|
|
5575
5957
|
className: n(
|
|
5576
5958
|
"wu-absolute -wu-top-[15px] wm-arrow-drop-down wu-text-xl",
|
|
5577
|
-
|
|
5959
|
+
N && "wu-hidden",
|
|
5578
5960
|
!p && "-wu-top-[11px]"
|
|
5579
5961
|
)
|
|
5580
5962
|
}
|
|
@@ -5594,9 +5976,9 @@ const eu = ({
|
|
|
5594
5976
|
}
|
|
5595
5977
|
);
|
|
5596
5978
|
};
|
|
5597
|
-
return /* @__PURE__ */ m(
|
|
5979
|
+
return /* @__PURE__ */ m(F, { children: [
|
|
5598
5980
|
/* @__PURE__ */ a(
|
|
5599
|
-
|
|
5981
|
+
Xa,
|
|
5600
5982
|
{
|
|
5601
5983
|
className: n(
|
|
5602
5984
|
"wu-border-t wu-border-black/[12%] wu-bg-gray-20 wu-relative",
|
|
@@ -5620,7 +6002,7 @@ const eu = ({
|
|
|
5620
6002
|
"wu-relative wu-z-0"
|
|
5621
6003
|
),
|
|
5622
6004
|
style: { width: `${c.getSize()}px` },
|
|
5623
|
-
children:
|
|
6005
|
+
children: Ut(
|
|
5624
6006
|
i(c.column),
|
|
5625
6007
|
c.getContext()
|
|
5626
6008
|
)
|
|
@@ -5644,7 +6026,7 @@ const eu = ({
|
|
|
5644
6026
|
}
|
|
5645
6027
|
)
|
|
5646
6028
|
] });
|
|
5647
|
-
},
|
|
6029
|
+
}, Un = ({
|
|
5648
6030
|
data: e,
|
|
5649
6031
|
columns: t,
|
|
5650
6032
|
isLoading: u = !1,
|
|
@@ -5660,13 +6042,13 @@ const eu = ({
|
|
|
5660
6042
|
...g
|
|
5661
6043
|
}) => {
|
|
5662
6044
|
var b;
|
|
5663
|
-
const y = ((b = l == null ? void 0 : l.selectedRows) == null ? void 0 : b.length) ?? 0, { finalColumns: h } =
|
|
6045
|
+
const y = ((b = l == null ? void 0 : l.selectedRows) == null ? void 0 : b.length) ?? 0, { finalColumns: h } = Za({
|
|
5664
6046
|
columns: t,
|
|
5665
6047
|
rowSelection: l
|
|
5666
|
-
}), p =
|
|
6048
|
+
}), p = U(
|
|
5667
6049
|
() => t.filter((v) => v.enableSorting).map((v) => v.accessorKey),
|
|
5668
6050
|
[h]
|
|
5669
|
-
),
|
|
6051
|
+
), N = C.useMemo(() => {
|
|
5670
6052
|
if (!(l != null && l.isEnabled)) return {};
|
|
5671
6053
|
const v = {};
|
|
5672
6054
|
for (const S of l.selectedRows) {
|
|
@@ -5684,18 +6066,18 @@ const eu = ({
|
|
|
5684
6066
|
]), k = Vt({
|
|
5685
6067
|
data: e,
|
|
5686
6068
|
columns: h,
|
|
5687
|
-
getCoreRowModel:
|
|
5688
|
-
getPaginationRowModel:
|
|
6069
|
+
getCoreRowModel: Yt(),
|
|
6070
|
+
getPaginationRowModel: Gt(),
|
|
5689
6071
|
manualPagination: !0,
|
|
5690
6072
|
manualSorting: !0,
|
|
5691
6073
|
manualFiltering: !0,
|
|
5692
6074
|
enableRowSelection: l == null ? void 0 : l.isEnabled,
|
|
5693
6075
|
state: {
|
|
5694
|
-
...l != null && l.isEnabled ? { rowSelection:
|
|
6076
|
+
...l != null && l.isEnabled ? { rowSelection: N } : {}
|
|
5695
6077
|
},
|
|
5696
6078
|
onRowSelectionChange: (v) => {
|
|
5697
6079
|
if (typeof v == "function") {
|
|
5698
|
-
const S = v(
|
|
6080
|
+
const S = v(N), T = Object.keys(S).filter((I) => S[I]).map((I) => e[Number(I)]);
|
|
5699
6081
|
l == null || l.onRowSelect(T);
|
|
5700
6082
|
}
|
|
5701
6083
|
}
|
|
@@ -5706,10 +6088,10 @@ const eu = ({
|
|
|
5706
6088
|
kt,
|
|
5707
6089
|
{
|
|
5708
6090
|
...g,
|
|
5709
|
-
className: n(
|
|
6091
|
+
className: n(_s({ variant: r }), g.className),
|
|
5710
6092
|
children: [
|
|
5711
6093
|
/* @__PURE__ */ a(
|
|
5712
|
-
|
|
6094
|
+
tu,
|
|
5713
6095
|
{
|
|
5714
6096
|
table: k,
|
|
5715
6097
|
sortableColumns: p,
|
|
@@ -5722,7 +6104,7 @@ const eu = ({
|
|
|
5722
6104
|
}
|
|
5723
6105
|
),
|
|
5724
6106
|
!u && /* @__PURE__ */ a(
|
|
5725
|
-
|
|
6107
|
+
eu,
|
|
5726
6108
|
{
|
|
5727
6109
|
table: k,
|
|
5728
6110
|
size: o,
|
|
@@ -5735,7 +6117,7 @@ const eu = ({
|
|
|
5735
6117
|
),
|
|
5736
6118
|
u && /* @__PURE__ */ a("div", { className: "wu-flex wu-items-center wu-justify-center wu-h-96", children: /* @__PURE__ */ a(Pe, {}) })
|
|
5737
6119
|
] });
|
|
5738
|
-
},
|
|
6120
|
+
}, _s = Z("", {
|
|
5739
6121
|
variants: {
|
|
5740
6122
|
variant: {
|
|
5741
6123
|
striped: "[&_tr:nth-child(even)]:wu-bg-zinc-50",
|
|
@@ -5743,7 +6125,7 @@ const eu = ({
|
|
|
5743
6125
|
bordered: "wu-border-collapse wu-border [&_th]:wu-border [&_td]:wu-border"
|
|
5744
6126
|
}
|
|
5745
6127
|
}
|
|
5746
|
-
}),
|
|
6128
|
+
}), Os = ({
|
|
5747
6129
|
data: e,
|
|
5748
6130
|
columns: t,
|
|
5749
6131
|
caption: u,
|
|
@@ -5760,41 +6142,41 @@ const eu = ({
|
|
|
5760
6142
|
stickyHeader: y,
|
|
5761
6143
|
...h
|
|
5762
6144
|
}) => {
|
|
5763
|
-
var
|
|
5764
|
-
const [p,
|
|
6145
|
+
var te;
|
|
6146
|
+
const [p, N] = R((s == null ? void 0 : s.initial) || []), [k, b] = R([]), v = ((te = i == null ? void 0 : i.selectedRows) == null ? void 0 : te.length) ?? 0, [S, T] = C.useState(
|
|
5765
6147
|
(w == null ? void 0 : w.pageIndex) ?? 0
|
|
5766
|
-
), { finalColumns: I } =
|
|
6148
|
+
), { finalColumns: I } = Za({
|
|
5767
6149
|
columns: t,
|
|
5768
6150
|
rowSelection: i
|
|
5769
|
-
}),
|
|
5770
|
-
() => I.filter((
|
|
6151
|
+
}), O = U(
|
|
6152
|
+
() => I.filter((_) => _.enableSorting).map((_) => _.accessorKey),
|
|
5771
6153
|
[I]
|
|
5772
|
-
), D =
|
|
5773
|
-
() => I.filter((
|
|
6154
|
+
), D = U(
|
|
6155
|
+
() => I.filter((_) => _.filterable).map((_) => _.accessorKey),
|
|
5774
6156
|
[I]
|
|
5775
|
-
),
|
|
6157
|
+
), M = C.useMemo(() => {
|
|
5776
6158
|
if (!(i != null && i.isEnabled)) return {};
|
|
5777
|
-
const
|
|
5778
|
-
for (const
|
|
5779
|
-
const
|
|
5780
|
-
(
|
|
6159
|
+
const _ = {};
|
|
6160
|
+
for (const q of i.selectedRows) {
|
|
6161
|
+
const X = e.findIndex(
|
|
6162
|
+
(G) => G[i.rowUniqueKey] === q[i.rowUniqueKey]
|
|
5781
6163
|
);
|
|
5782
|
-
|
|
6164
|
+
X !== -1 && (_[X] = !0);
|
|
5783
6165
|
}
|
|
5784
|
-
return
|
|
6166
|
+
return _;
|
|
5785
6167
|
}, [
|
|
5786
6168
|
i == null ? void 0 : i.selectedRows,
|
|
5787
6169
|
e,
|
|
5788
6170
|
i == null ? void 0 : i.rowUniqueKey,
|
|
5789
6171
|
i == null ? void 0 : i.isEnabled
|
|
5790
|
-
]),
|
|
6172
|
+
]), H = Vt({
|
|
5791
6173
|
data: e,
|
|
5792
6174
|
columns: I,
|
|
5793
|
-
getCoreRowModel:
|
|
6175
|
+
getCoreRowModel: Yt(),
|
|
5794
6176
|
enableRowSelection: i == null ? void 0 : i.isEnabled,
|
|
5795
|
-
getPaginationRowModel:
|
|
5796
|
-
getSortedRowModel:
|
|
5797
|
-
getFilteredRowModel:
|
|
6177
|
+
getPaginationRowModel: Gt(),
|
|
6178
|
+
getSortedRowModel: ku(),
|
|
6179
|
+
getFilteredRowModel: Cu(),
|
|
5798
6180
|
initialState: {
|
|
5799
6181
|
pagination: {
|
|
5800
6182
|
pageSize: (w == null ? void 0 : w.pageSize) ?? 100,
|
|
@@ -5805,38 +6187,38 @@ const eu = ({
|
|
|
5805
6187
|
sorting: p,
|
|
5806
6188
|
columnFilters: k,
|
|
5807
6189
|
...w ? { pagination: w } : {},
|
|
5808
|
-
...i != null && i.isEnabled ? { rowSelection:
|
|
6190
|
+
...i != null && i.isEnabled ? { rowSelection: M } : {}
|
|
5809
6191
|
},
|
|
5810
|
-
onSortingChange:
|
|
6192
|
+
onSortingChange: N,
|
|
5811
6193
|
onColumnFiltersChange: b,
|
|
5812
|
-
onRowSelectionChange: (
|
|
5813
|
-
const
|
|
5814
|
-
i == null || i.onRowSelect(
|
|
6194
|
+
onRowSelectionChange: (_) => {
|
|
6195
|
+
const q = typeof _ == "function" ? _(M) : _, X = Object.keys(q).filter((G) => q[G]).map((G) => e[Number(G)]);
|
|
6196
|
+
i == null || i.onRowSelect(X);
|
|
5815
6197
|
}
|
|
5816
6198
|
});
|
|
5817
6199
|
return P(() => {
|
|
5818
|
-
D.forEach((
|
|
5819
|
-
var
|
|
5820
|
-
(
|
|
6200
|
+
D.forEach((_) => {
|
|
6201
|
+
var q;
|
|
6202
|
+
(q = H.getColumn(_)) == null || q.setFilterValue(o);
|
|
5821
6203
|
});
|
|
5822
|
-
}, [o, D,
|
|
5823
|
-
w && (w == null ? void 0 : w.pageIndex) !== S && (i == null || i.onRowSelect(() => []),
|
|
6204
|
+
}, [o, D, H]), P(() => {
|
|
6205
|
+
w && (w == null ? void 0 : w.pageIndex) !== S && (i == null || i.onRowSelect(() => []), H.resetRowSelection(), T(w.pageIndex));
|
|
5824
6206
|
}, [w == null ? void 0 : w.pageIndex]), /* @__PURE__ */ a("div", { className: "wu-table-container wu-relative", children: /* @__PURE__ */ m(
|
|
5825
6207
|
kt,
|
|
5826
6208
|
{
|
|
5827
6209
|
...h,
|
|
5828
6210
|
className: n(
|
|
5829
|
-
|
|
6211
|
+
Ws({ variant: r }),
|
|
5830
6212
|
"wu-table-fixed",
|
|
5831
6213
|
h.className
|
|
5832
6214
|
),
|
|
5833
6215
|
children: [
|
|
5834
6216
|
u && /* @__PURE__ */ a(St, { className: "wu-font-light", children: u }),
|
|
5835
6217
|
/* @__PURE__ */ a(
|
|
5836
|
-
|
|
6218
|
+
tu,
|
|
5837
6219
|
{
|
|
5838
|
-
table:
|
|
5839
|
-
sortableColumns:
|
|
6220
|
+
table: H,
|
|
6221
|
+
sortableColumns: O,
|
|
5840
6222
|
size: l,
|
|
5841
6223
|
HeaderAction: d,
|
|
5842
6224
|
isRowSelected: v > 0,
|
|
@@ -5844,9 +6226,9 @@ const eu = ({
|
|
|
5844
6226
|
}
|
|
5845
6227
|
),
|
|
5846
6228
|
/* @__PURE__ */ a(
|
|
5847
|
-
|
|
6229
|
+
eu,
|
|
5848
6230
|
{
|
|
5849
|
-
table:
|
|
6231
|
+
table: H,
|
|
5850
6232
|
size: l,
|
|
5851
6233
|
NoDataContent: c,
|
|
5852
6234
|
CustomLoader: f,
|
|
@@ -5856,7 +6238,7 @@ const eu = ({
|
|
|
5856
6238
|
]
|
|
5857
6239
|
}
|
|
5858
6240
|
) });
|
|
5859
|
-
},
|
|
6241
|
+
}, Ws = Z("", {
|
|
5860
6242
|
variants: {
|
|
5861
6243
|
variant: {
|
|
5862
6244
|
striped: "[&_tr:nth-child(even)]:wu-bg-zinc-50",
|
|
@@ -5865,8 +6247,8 @@ const eu = ({
|
|
|
5865
6247
|
}
|
|
5866
6248
|
}
|
|
5867
6249
|
});
|
|
5868
|
-
|
|
5869
|
-
const
|
|
6250
|
+
Os.displayName = "WuTable";
|
|
6251
|
+
const au = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
5870
6252
|
"textarea",
|
|
5871
6253
|
{
|
|
5872
6254
|
className: n(
|
|
@@ -5877,11 +6259,11 @@ const uu = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
5877
6259
|
...t
|
|
5878
6260
|
}
|
|
5879
6261
|
));
|
|
5880
|
-
|
|
5881
|
-
const
|
|
6262
|
+
au.displayName = "Textarea";
|
|
6263
|
+
const Es = C.forwardRef((e, t) => {
|
|
5882
6264
|
const {
|
|
5883
6265
|
Label: u,
|
|
5884
|
-
id: r =
|
|
6266
|
+
id: r = Ge(),
|
|
5885
6267
|
variant: s = "flat",
|
|
5886
6268
|
readonly: o,
|
|
5887
6269
|
maxLength: l,
|
|
@@ -5897,7 +6279,7 @@ const Rs = N.forwardRef((e, t) => {
|
|
|
5897
6279
|
dir: i.dir,
|
|
5898
6280
|
children: [
|
|
5899
6281
|
/* @__PURE__ */ a(
|
|
5900
|
-
|
|
6282
|
+
au,
|
|
5901
6283
|
{
|
|
5902
6284
|
...i,
|
|
5903
6285
|
ref: t,
|
|
@@ -5912,15 +6294,15 @@ const Rs = N.forwardRef((e, t) => {
|
|
|
5912
6294
|
maxLength: l
|
|
5913
6295
|
}
|
|
5914
6296
|
),
|
|
5915
|
-
u && /* @__PURE__ */ a(
|
|
6297
|
+
u && /* @__PURE__ */ a(ne, { htmlFor: r, className: "wu-textarea-label", children: u })
|
|
5916
6298
|
]
|
|
5917
6299
|
}
|
|
5918
6300
|
);
|
|
5919
6301
|
});
|
|
5920
|
-
|
|
5921
|
-
const
|
|
6302
|
+
Es.displayName = "WuTextarea";
|
|
6303
|
+
const Ps = 1, Ls = 1e6;
|
|
5922
6304
|
let rt = 0;
|
|
5923
|
-
function
|
|
6305
|
+
function zs() {
|
|
5924
6306
|
return rt = (rt + 1) % Number.MAX_SAFE_INTEGER, rt.toString();
|
|
5925
6307
|
}
|
|
5926
6308
|
const st = /* @__PURE__ */ new Map(), Ht = (e) => {
|
|
@@ -5931,14 +6313,14 @@ const st = /* @__PURE__ */ new Map(), Ht = (e) => {
|
|
|
5931
6313
|
type: "REMOVE_TOAST",
|
|
5932
6314
|
toastId: e
|
|
5933
6315
|
});
|
|
5934
|
-
},
|
|
6316
|
+
}, Ls);
|
|
5935
6317
|
st.set(e, t);
|
|
5936
|
-
},
|
|
6318
|
+
}, As = (e, t) => {
|
|
5937
6319
|
switch (t.type) {
|
|
5938
6320
|
case "ADD_TOAST":
|
|
5939
6321
|
return {
|
|
5940
6322
|
...e,
|
|
5941
|
-
toasts: [t.toast, ...e.toasts].slice(0,
|
|
6323
|
+
toasts: [t.toast, ...e.toasts].slice(0, Ps)
|
|
5942
6324
|
};
|
|
5943
6325
|
case "UPDATE_TOAST":
|
|
5944
6326
|
return {
|
|
@@ -5973,12 +6355,12 @@ const st = /* @__PURE__ */ new Map(), Ht = (e) => {
|
|
|
5973
6355
|
}, He = [];
|
|
5974
6356
|
let Be = { toasts: [] };
|
|
5975
6357
|
function Ie(e) {
|
|
5976
|
-
Be =
|
|
6358
|
+
Be = As(Be, e), He.forEach((t) => {
|
|
5977
6359
|
t(Be);
|
|
5978
6360
|
});
|
|
5979
6361
|
}
|
|
5980
|
-
function
|
|
5981
|
-
const t =
|
|
6362
|
+
function js({ ...e }) {
|
|
6363
|
+
const t = zs(), u = (s) => Ie({
|
|
5982
6364
|
type: "UPDATE_TOAST",
|
|
5983
6365
|
toast: { ...s, id: t }
|
|
5984
6366
|
}), r = () => Ie({ type: "DISMISS_TOAST", toastId: t });
|
|
@@ -5998,19 +6380,19 @@ function _s({ ...e }) {
|
|
|
5998
6380
|
update: u
|
|
5999
6381
|
};
|
|
6000
6382
|
}
|
|
6001
|
-
function
|
|
6383
|
+
function uu() {
|
|
6002
6384
|
const [e, t] = R(Be);
|
|
6003
6385
|
return P(() => (He.push(t), () => {
|
|
6004
6386
|
const u = He.indexOf(t);
|
|
6005
6387
|
u > -1 && He.splice(u, 1);
|
|
6006
6388
|
}), [e]), {
|
|
6007
6389
|
...e,
|
|
6008
|
-
toast:
|
|
6390
|
+
toast: js,
|
|
6009
6391
|
dismiss: (u) => Ie({ type: "DISMISS_TOAST", toastId: u })
|
|
6010
6392
|
};
|
|
6011
6393
|
}
|
|
6012
|
-
const
|
|
6013
|
-
const { toast: e } =
|
|
6394
|
+
const Vn = () => {
|
|
6395
|
+
const { toast: e } = uu();
|
|
6014
6396
|
if (!e)
|
|
6015
6397
|
throw new Error(
|
|
6016
6398
|
"Toast not initialized. Please render <WuToast /> at the root of your app."
|
|
@@ -6024,7 +6406,7 @@ const qn = () => {
|
|
|
6024
6406
|
e ? e({ description: u, variant: t, duration: r }) : console.error("Toast instance not initialized");
|
|
6025
6407
|
}
|
|
6026
6408
|
};
|
|
6027
|
-
},
|
|
6409
|
+
}, Hs = K.Provider, Bs = Z(
|
|
6028
6410
|
"wu-fixed wu-z-[100] wu-flex wu-max-h-screen wu-w-full wu-flex-col-reverse wu-px-4 wu-py-2 sm:wu-flex-col md:wu-max-w-[720px] wu-w-fit wu-toast-container",
|
|
6029
6411
|
{
|
|
6030
6412
|
variants: {
|
|
@@ -6041,16 +6423,16 @@ const qn = () => {
|
|
|
6041
6423
|
position: "top"
|
|
6042
6424
|
}
|
|
6043
6425
|
}
|
|
6044
|
-
),
|
|
6045
|
-
|
|
6426
|
+
), ru = x.forwardRef(({ className: e, position: t, ...u }, r) => /* @__PURE__ */ a(
|
|
6427
|
+
K.Viewport,
|
|
6046
6428
|
{
|
|
6047
6429
|
ref: r,
|
|
6048
|
-
className: n(
|
|
6430
|
+
className: n(Bs({ position: t }), e),
|
|
6049
6431
|
...u
|
|
6050
6432
|
}
|
|
6051
6433
|
));
|
|
6052
|
-
|
|
6053
|
-
const
|
|
6434
|
+
ru.displayName = K.Viewport.displayName;
|
|
6435
|
+
const Fs = Z(
|
|
6054
6436
|
"group wu-pointer-events-auto wu-text-xs wu-font-normal wu-relative wu-flex wu-w-full wu-min-h-12 wu-items-center wu-justify-between wu-overflow-hidden wu-px-4 wu-pr-0 wu-py-2 wu-shadow-sm wu-transition-all data-[swipe=cancel]:wu-translate-y-0 data-[swipe=end]:wu-translate-y-[var(--radix-toast-swipe-end-y)] data-[swipe=move]:wu-translate-y-[var(--radix-toast-swipe-move-y)] data-[swipe=move]:wu-transition-none data-[state=open]:wu-animate-in data-[state=closed]:wu-animate-out data-[swipe=end]:wu-animate-out data-[state=closed]:wu-fade-out-80 data-[state=closed]:wu-slide-out-to-top-full data-[state=open]:wu-slide-in-from-top-full",
|
|
6055
6437
|
{
|
|
6056
6438
|
variants: {
|
|
@@ -6066,17 +6448,17 @@ const Es = ee(
|
|
|
6066
6448
|
variant: "default"
|
|
6067
6449
|
}
|
|
6068
6450
|
}
|
|
6069
|
-
),
|
|
6070
|
-
|
|
6451
|
+
), su = x.forwardRef(({ className: e, variant: t, ...u }, r) => /* @__PURE__ */ a(
|
|
6452
|
+
K.Root,
|
|
6071
6453
|
{
|
|
6072
6454
|
ref: r,
|
|
6073
|
-
className: n(
|
|
6455
|
+
className: n(Fs({ variant: t }), e),
|
|
6074
6456
|
...u
|
|
6075
6457
|
}
|
|
6076
6458
|
));
|
|
6077
|
-
|
|
6078
|
-
const
|
|
6079
|
-
|
|
6459
|
+
su.displayName = K.Root.displayName;
|
|
6460
|
+
const qs = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
6461
|
+
K.Action,
|
|
6080
6462
|
{
|
|
6081
6463
|
ref: u,
|
|
6082
6464
|
className: n(
|
|
@@ -6086,9 +6468,9 @@ const Ps = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
6086
6468
|
...t
|
|
6087
6469
|
}
|
|
6088
6470
|
));
|
|
6089
|
-
|
|
6090
|
-
const
|
|
6091
|
-
|
|
6471
|
+
qs.displayName = K.Action.displayName;
|
|
6472
|
+
const nu = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
6473
|
+
K.Close,
|
|
6092
6474
|
{
|
|
6093
6475
|
ref: u,
|
|
6094
6476
|
className: n(
|
|
@@ -6101,28 +6483,28 @@ const ou = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
|
6101
6483
|
children: /* @__PURE__ */ a("span", { className: "wm-close wu-text-base" })
|
|
6102
6484
|
}
|
|
6103
6485
|
));
|
|
6104
|
-
|
|
6105
|
-
const
|
|
6106
|
-
|
|
6486
|
+
nu.displayName = K.Close.displayName;
|
|
6487
|
+
const ou = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
6488
|
+
K.Title,
|
|
6107
6489
|
{
|
|
6108
6490
|
ref: u,
|
|
6109
6491
|
className: n("wu-text-sm wu-font-semibold", e),
|
|
6110
6492
|
...t
|
|
6111
6493
|
}
|
|
6112
6494
|
));
|
|
6113
|
-
|
|
6114
|
-
const
|
|
6115
|
-
|
|
6495
|
+
ou.displayName = K.Title.displayName;
|
|
6496
|
+
const lu = x.forwardRef(({ className: e, ...t }, u) => /* @__PURE__ */ a(
|
|
6497
|
+
K.Description,
|
|
6116
6498
|
{
|
|
6117
6499
|
ref: u,
|
|
6118
6500
|
className: n("wu-text-sm wu-opacity-90", e),
|
|
6119
6501
|
...t
|
|
6120
6502
|
}
|
|
6121
6503
|
));
|
|
6122
|
-
|
|
6123
|
-
function
|
|
6124
|
-
const { toasts: e } =
|
|
6125
|
-
return /* @__PURE__ */ m(
|
|
6504
|
+
lu.displayName = K.Description.displayName;
|
|
6505
|
+
function $s() {
|
|
6506
|
+
const { toasts: e } = uu();
|
|
6507
|
+
return /* @__PURE__ */ m(Hs, { children: [
|
|
6126
6508
|
e.map(function({
|
|
6127
6509
|
id: t,
|
|
6128
6510
|
title: u,
|
|
@@ -6131,10 +6513,10 @@ function Ls() {
|
|
|
6131
6513
|
variant: o,
|
|
6132
6514
|
...l
|
|
6133
6515
|
}) {
|
|
6134
|
-
return /* @__PURE__ */ m(
|
|
6516
|
+
return /* @__PURE__ */ m(su, { variant: o, ...l, children: [
|
|
6135
6517
|
/* @__PURE__ */ m("div", { className: "wu-grid wu-gap-1", children: [
|
|
6136
|
-
u && /* @__PURE__ */ a(
|
|
6137
|
-
r && /* @__PURE__ */ m(
|
|
6518
|
+
u && /* @__PURE__ */ a(ou, { children: u }),
|
|
6519
|
+
r && /* @__PURE__ */ m(lu, { className: "wu-flex wu-items-center wu-gap-3 wu-pr-6", children: [
|
|
6138
6520
|
/* @__PURE__ */ a(
|
|
6139
6521
|
ke,
|
|
6140
6522
|
{
|
|
@@ -6151,13 +6533,13 @@ function Ls() {
|
|
|
6151
6533
|
] })
|
|
6152
6534
|
] }),
|
|
6153
6535
|
s,
|
|
6154
|
-
/* @__PURE__ */ a(
|
|
6536
|
+
/* @__PURE__ */ a(nu, {})
|
|
6155
6537
|
] }, t);
|
|
6156
6538
|
}),
|
|
6157
|
-
/* @__PURE__ */ a(
|
|
6539
|
+
/* @__PURE__ */ a(ru, {})
|
|
6158
6540
|
] });
|
|
6159
6541
|
}
|
|
6160
|
-
const
|
|
6542
|
+
const Gn = () => /* @__PURE__ */ a($s, {}), iu = x.forwardRef(({ className: e, dir: t, ...u }, r) => /* @__PURE__ */ a(
|
|
6161
6543
|
ot.Root,
|
|
6162
6544
|
{
|
|
6163
6545
|
className: n(
|
|
@@ -6181,8 +6563,8 @@ const $n = () => /* @__PURE__ */ a(Ls, {}), wu = x.forwardRef(({ className: e, d
|
|
|
6181
6563
|
)
|
|
6182
6564
|
}
|
|
6183
6565
|
));
|
|
6184
|
-
|
|
6185
|
-
const
|
|
6566
|
+
iu.displayName = ot.Root.displayName;
|
|
6567
|
+
const Us = C.forwardRef(
|
|
6186
6568
|
(e, t) => {
|
|
6187
6569
|
const {
|
|
6188
6570
|
Label: u,
|
|
@@ -6191,10 +6573,10 @@ const zs = N.forwardRef(
|
|
|
6191
6573
|
className: o,
|
|
6192
6574
|
dir: l,
|
|
6193
6575
|
disabled: w,
|
|
6194
|
-
id: i =
|
|
6576
|
+
id: i = Ge(),
|
|
6195
6577
|
...d
|
|
6196
6578
|
} = e;
|
|
6197
|
-
return
|
|
6579
|
+
return C.useEffect(() => {
|
|
6198
6580
|
const { checked: c, defaultChecked: f } = d;
|
|
6199
6581
|
c !== void 0 && f !== void 0 && console.error(
|
|
6200
6582
|
"WuToggle: Both `checked` and `defaultChecked` props are set. Use only one of them."
|
|
@@ -6203,13 +6585,13 @@ const zs = N.forwardRef(
|
|
|
6203
6585
|
"div",
|
|
6204
6586
|
{
|
|
6205
6587
|
className: n(
|
|
6206
|
-
|
|
6588
|
+
Vs({ labelPosition: r }),
|
|
6207
6589
|
"wu-toggle-container"
|
|
6208
6590
|
),
|
|
6209
6591
|
dir: l,
|
|
6210
6592
|
children: [
|
|
6211
6593
|
/* @__PURE__ */ a(
|
|
6212
|
-
|
|
6594
|
+
iu,
|
|
6213
6595
|
{
|
|
6214
6596
|
...d,
|
|
6215
6597
|
id: i,
|
|
@@ -6220,14 +6602,14 @@ const zs = N.forwardRef(
|
|
|
6220
6602
|
dir: l
|
|
6221
6603
|
}
|
|
6222
6604
|
),
|
|
6223
|
-
/* @__PURE__ */ a(
|
|
6605
|
+
/* @__PURE__ */ a(ne, { htmlFor: i, className: "wu-toggle-label", children: u })
|
|
6224
6606
|
]
|
|
6225
6607
|
}
|
|
6226
6608
|
);
|
|
6227
6609
|
}
|
|
6228
6610
|
);
|
|
6229
|
-
|
|
6230
|
-
const
|
|
6611
|
+
Us.displayName = "WuToggle";
|
|
6612
|
+
const Vs = Z("wu-flex wu-items-center wu-gap-3 wu-w-fit", {
|
|
6231
6613
|
variants: {
|
|
6232
6614
|
labelPosition: {
|
|
6233
6615
|
right: "wu-flex-row",
|
|
@@ -6235,455 +6617,77 @@ const As = ee("wu-flex wu-items-center wu-gap-3 wu-w-fit", {
|
|
|
6235
6617
|
top: "wu-flex-col-reverse wu-items-baseline"
|
|
6236
6618
|
}
|
|
6237
6619
|
}
|
|
6238
|
-
}), js = N.forwardRef(
|
|
6239
|
-
(e, t) => {
|
|
6240
|
-
const { className: u, rounded: r, ...s } = e;
|
|
6241
|
-
return /* @__PURE__ */ a(
|
|
6242
|
-
"div",
|
|
6243
|
-
{
|
|
6244
|
-
className: n(
|
|
6245
|
-
"wu-card wu-p-2 wu-pt-1 hover:wu-shadow-card wu-border wu-border-black/20 hover:wu-border-black/30 wu-transition-colors wu-duration-300",
|
|
6246
|
-
r ? "wu-rounded-lg" : "wu-rounded-sm",
|
|
6247
|
-
u
|
|
6248
|
-
),
|
|
6249
|
-
ref: t,
|
|
6250
|
-
...s
|
|
6251
|
-
}
|
|
6252
|
-
);
|
|
6253
|
-
}
|
|
6254
|
-
);
|
|
6255
|
-
js.displayName = "WuCard";
|
|
6256
|
-
const Hs = N.forwardRef((e, t) => {
|
|
6257
|
-
const { className: u, ...r } = e;
|
|
6258
|
-
return /* @__PURE__ */ a(
|
|
6259
|
-
"div",
|
|
6260
|
-
{
|
|
6261
|
-
ref: t,
|
|
6262
|
-
...r,
|
|
6263
|
-
className: n(
|
|
6264
|
-
"wu-p-2 wu-mb-2 wu-border-b wu-border-gray-40 min-h-12 wu-card-header",
|
|
6265
|
-
u
|
|
6266
|
-
)
|
|
6267
|
-
}
|
|
6268
|
-
);
|
|
6269
6620
|
});
|
|
6270
|
-
|
|
6271
|
-
const Bs = N.forwardRef((e, t) => {
|
|
6272
|
-
const { className: u, ...r } = e;
|
|
6273
|
-
return /* @__PURE__ */ a(
|
|
6274
|
-
"div",
|
|
6275
|
-
{
|
|
6276
|
-
ref: t,
|
|
6277
|
-
...r,
|
|
6278
|
-
className: n(
|
|
6279
|
-
"wu-p-2 wu-mt-2 wu-border-t wu-border-gray-40 min-h-12 wu-card-footer",
|
|
6280
|
-
u
|
|
6281
|
-
)
|
|
6282
|
-
}
|
|
6283
|
-
);
|
|
6284
|
-
});
|
|
6285
|
-
Bs.displayName = "WuCardHeader";
|
|
6286
|
-
const Un = (e) => {
|
|
6287
|
-
const {
|
|
6288
|
-
Trigger: t,
|
|
6289
|
-
children: u,
|
|
6290
|
-
hideCloseButton: r,
|
|
6291
|
-
className: s,
|
|
6292
|
-
side: o = "left",
|
|
6293
|
-
...l
|
|
6294
|
-
} = e;
|
|
6295
|
-
return /* @__PURE__ */ m(Ma, { children: [
|
|
6296
|
-
/* @__PURE__ */ a(Yr, { asChild: !0, children: t }),
|
|
6297
|
-
/* @__PURE__ */ m(
|
|
6298
|
-
vt,
|
|
6299
|
-
{
|
|
6300
|
-
...l,
|
|
6301
|
-
side: o,
|
|
6302
|
-
className: n("wu-bg-white wu-text-gray-lead wu-px-0", s),
|
|
6303
|
-
hideCloseButton: r,
|
|
6304
|
-
children: [
|
|
6305
|
-
/* @__PURE__ */ a("div", { className: "wu-hidden", children: /* @__PURE__ */ a(Nt, {}) }),
|
|
6306
|
-
u
|
|
6307
|
-
]
|
|
6308
|
-
}
|
|
6309
|
-
)
|
|
6310
|
-
] });
|
|
6311
|
-
}, de = (e, t) => `wu-listbox-${e}`, Fs = (e) => {
|
|
6312
|
-
const {
|
|
6313
|
-
CustomTrigger: t,
|
|
6314
|
-
disabled: u,
|
|
6315
|
-
value: r,
|
|
6316
|
-
placeholder: s,
|
|
6317
|
-
accessorKey: o,
|
|
6318
|
-
Chip: l,
|
|
6319
|
-
handleUnselect: w,
|
|
6320
|
-
variant: i,
|
|
6321
|
-
dir: d,
|
|
6322
|
-
...c
|
|
6323
|
-
} = e, [f, g] = N.useState(), y = N.useRef(null);
|
|
6324
|
-
return N.useEffect(() => {
|
|
6325
|
-
if (!r) {
|
|
6326
|
-
g(null);
|
|
6327
|
-
return;
|
|
6328
|
-
}
|
|
6329
|
-
g(Array.isArray(r) ? l ? r.map(
|
|
6330
|
-
(p, C) => l({ value: p, unselect: w, key: C })
|
|
6331
|
-
) : r.map((p) => p[o.label]).join(", ") : l ? l({ value: r, unselect: w }) : r[o.label]);
|
|
6332
|
-
}, [r, l, o.label, g]), /* @__PURE__ */ a(me, { asChild: !0, id: e.id, disabled: u, ref: y, children: (t == null ? void 0 : t(r)) || /* @__PURE__ */ m(
|
|
6333
|
-
"button",
|
|
6334
|
-
{
|
|
6335
|
-
...c,
|
|
6336
|
-
className: n(
|
|
6337
|
-
"wu-group wu-relative wu-min-h-8 wu-text-xs wu-border-gray-subtle wu-bg-gray-10 wu-p-1 wu-pl-2 rtl:wu-pr-2 wu-border-b wu-w-full wu-text-left wu-pr-5 rtl:wu-pl-5",
|
|
6338
|
-
"hover:wu-border-blue-p",
|
|
6339
|
-
"disabled:wu-cursor-not-allowed disabled:wu-bg-gray-20 disabled:wu-border-gray-40 disabled:wu-text-gray-subtle",
|
|
6340
|
-
"rtl:wu-text-right",
|
|
6341
|
-
i === "outlined" && "wu-border wu-border-gray-subtle wu-bg-white",
|
|
6342
|
-
c.className,
|
|
6343
|
-
de("trigger")
|
|
6344
|
-
),
|
|
6345
|
-
children: [
|
|
6346
|
-
/* @__PURE__ */ a(
|
|
6347
|
-
"div",
|
|
6348
|
-
{
|
|
6349
|
-
className: n(
|
|
6350
|
-
"wu-truncate",
|
|
6351
|
-
l && "wu-flex wu-items-center wu-gap-1 wu-flex-wrap",
|
|
6352
|
-
!f && "wu-font-light"
|
|
6353
|
-
),
|
|
6354
|
-
children: f || s
|
|
6355
|
-
}
|
|
6356
|
-
),
|
|
6357
|
-
/* @__PURE__ */ a(
|
|
6358
|
-
ke,
|
|
6359
|
-
{
|
|
6360
|
-
icon: "wm-arrow-drop-down",
|
|
6361
|
-
className: n(
|
|
6362
|
-
"wu-absolute wu-top-1 wm-arrow-drop-down group-data-[state=open]:wu-rotate-180 wu-transition-transform wu-duration-300 wu-text-base",
|
|
6363
|
-
d === "rtl" ? "wu-left-1" : "wu-right-1",
|
|
6364
|
-
de("drop-icon")
|
|
6365
|
-
)
|
|
6366
|
-
}
|
|
6367
|
-
)
|
|
6368
|
-
]
|
|
6369
|
-
}
|
|
6370
|
-
) });
|
|
6371
|
-
}, qs = (e) => {
|
|
6372
|
-
const {
|
|
6373
|
-
option: t,
|
|
6374
|
-
accessorKey: u,
|
|
6375
|
-
onSelect: r,
|
|
6376
|
-
multiple: s,
|
|
6377
|
-
children: o,
|
|
6378
|
-
value: l,
|
|
6379
|
-
dir: w,
|
|
6380
|
-
...i
|
|
6381
|
-
} = e;
|
|
6382
|
-
return /* @__PURE__ */ m(
|
|
6383
|
-
Le,
|
|
6384
|
-
{
|
|
6385
|
-
...i,
|
|
6386
|
-
onSelect: () => r == null ? void 0 : r(t),
|
|
6387
|
-
value: JSON.stringify(t),
|
|
6388
|
-
className: n(
|
|
6389
|
-
"data-[selected='true']:wu-bg-gray-100 wu-cursor-pointer wu-text-xs wu-min-h-8 wu-py-0 hover:wu-bg-gray-100",
|
|
6390
|
-
w === "rtl" && "wu-justify-end",
|
|
6391
|
-
de("item")
|
|
6392
|
-
),
|
|
6393
|
-
disabled: t.disabled,
|
|
6394
|
-
children: [
|
|
6395
|
-
/* @__PURE__ */ a("span", { className: "wu-hidden", children: crypto.randomUUID() }),
|
|
6396
|
-
s && /* @__PURE__ */ a(
|
|
6397
|
-
oe,
|
|
6398
|
-
{
|
|
6399
|
-
checked: Array.isArray(l) && !!l.find(
|
|
6400
|
-
(d) => d[u.value] === t[u.value]
|
|
6401
|
-
)
|
|
6402
|
-
}
|
|
6403
|
-
),
|
|
6404
|
-
o
|
|
6405
|
-
]
|
|
6406
|
-
}
|
|
6407
|
-
);
|
|
6408
|
-
}, Bt = N.memo(qs), $s = (e) => {
|
|
6409
|
-
const { label: t, onSelectAll: u, data: r, value: s } = e, [o, l] = N.useState(!1), [w, i] = N.useState(!1);
|
|
6410
|
-
return N.useEffect(() => {
|
|
6411
|
-
!s || !r || (l(s.length > 0), i(s.length > 0 && s.length < r.length));
|
|
6412
|
-
}, [r, s]), /* @__PURE__ */ m(
|
|
6413
|
-
Le,
|
|
6414
|
-
{
|
|
6415
|
-
className: "data-[selected='true']:wu-bg-gray-100 wu-cursor-pointer wu-text-xs wu-min-h-8 wu-py-0 hover:wu-bg-gray-100",
|
|
6416
|
-
onSelect: () => u == null ? void 0 : u(!o),
|
|
6417
|
-
children: [
|
|
6418
|
-
/* @__PURE__ */ a(oe, { checked: o, partial: w }),
|
|
6419
|
-
t || "Select All"
|
|
6420
|
-
]
|
|
6421
|
-
}
|
|
6422
|
-
);
|
|
6423
|
-
}, Us = (e) => {
|
|
6424
|
-
const { className: t, ...u } = e;
|
|
6425
|
-
return /* @__PURE__ */ m("div", { className: "wu-relative", children: [
|
|
6426
|
-
/* @__PURE__ */ a(
|
|
6427
|
-
ke,
|
|
6428
|
-
{
|
|
6429
|
-
icon: "wm-search",
|
|
6430
|
-
className: "wu-absolute wu-top-[14px] wu-left-5"
|
|
6431
|
-
}
|
|
6432
|
-
),
|
|
6433
|
-
/* @__PURE__ */ a(
|
|
6434
|
-
la,
|
|
6435
|
-
{
|
|
6436
|
-
...u,
|
|
6437
|
-
"aria-label": "Search",
|
|
6438
|
-
className: n(
|
|
6439
|
-
"wu-bg-gray-10 wu-border-b wu-border-gray-subtle wu-rounded-none wu-rounded-t-sm wu-h-8 wu-my-2 wu-pl-8",
|
|
6440
|
-
"focus:wu-border-blue-p focus-visible:wu-outline-none;",
|
|
6441
|
-
de("input"),
|
|
6442
|
-
t
|
|
6443
|
-
)
|
|
6444
|
-
}
|
|
6445
|
-
)
|
|
6446
|
-
] });
|
|
6447
|
-
}, Gn = (e) => {
|
|
6448
|
-
const {
|
|
6449
|
-
data: t,
|
|
6450
|
-
accessorKey: u,
|
|
6451
|
-
value: r,
|
|
6452
|
-
Item: s,
|
|
6453
|
-
Label: o,
|
|
6454
|
-
CustomHeader: l,
|
|
6455
|
-
CustomTrigger: w,
|
|
6456
|
-
NoDataContent: i,
|
|
6457
|
-
Chip: d,
|
|
6458
|
-
onSelect: c,
|
|
6459
|
-
onScroll: f,
|
|
6460
|
-
disabled: g,
|
|
6461
|
-
multiple: y,
|
|
6462
|
-
searchable: h,
|
|
6463
|
-
selectAll: p,
|
|
6464
|
-
virtualizedThreshold: C = 100,
|
|
6465
|
-
id: k,
|
|
6466
|
-
dir: b,
|
|
6467
|
-
className: v,
|
|
6468
|
-
listClass: S,
|
|
6469
|
-
placeholder: T = "Select items...",
|
|
6470
|
-
variant: I,
|
|
6471
|
-
labelPosition: W = "top"
|
|
6472
|
-
} = e, [D, _] = N.useState(!1), [B, re] = N.useState(""), [M, F] = N.useState(r), [V, U] = N.useState(t), ie = N.useMemo(() => u, [u]), Q = (E) => {
|
|
6473
|
-
y ? F((O) => {
|
|
6474
|
-
const q = E[u.value], Y = Array.isArray(O) ? O : [], Re = Y.some(
|
|
6475
|
-
(ne) => ne[u.value] === q
|
|
6476
|
-
) ? Y.filter((ne) => ne[u.value] !== q) : [...Y, E];
|
|
6477
|
-
return c && c(Re), Re;
|
|
6478
|
-
}) : (F(E), c && c(E), _(!1));
|
|
6479
|
-
}, be = N.useCallback(
|
|
6480
|
-
(E) => {
|
|
6481
|
-
const O = E ? t : [];
|
|
6482
|
-
F(O), p != null && p.onSelectAll && p.onSelectAll(E), c && c(O);
|
|
6483
|
-
},
|
|
6484
|
-
[t, p, c]
|
|
6485
|
-
), he = N.useCallback(
|
|
6486
|
-
(E) => {
|
|
6487
|
-
re(E);
|
|
6488
|
-
const O = E.toLowerCase().trim(), q = t.filter(
|
|
6489
|
-
(Y) => Y[u.label].toLowerCase().trim().includes(O)
|
|
6490
|
-
);
|
|
6491
|
-
U(q);
|
|
6492
|
-
},
|
|
6493
|
-
[t, u.label]
|
|
6494
|
-
), se = N.useCallback(
|
|
6495
|
-
(E) => Array.isArray(M) ? M.some(
|
|
6496
|
-
(O) => O[u.value] === E[u.value]
|
|
6497
|
-
) : (M == null ? void 0 : M[u.value]) === E[u.value],
|
|
6498
|
-
[M, u.value]
|
|
6499
|
-
);
|
|
6500
|
-
return N.useEffect(() => {
|
|
6501
|
-
F(r);
|
|
6502
|
-
}, [r]), N.useEffect(() => {
|
|
6503
|
-
U(t);
|
|
6504
|
-
}, [t]), /* @__PURE__ */ m(
|
|
6505
|
-
"div",
|
|
6506
|
-
{
|
|
6507
|
-
className: n(
|
|
6508
|
-
"wu-flex wu-text-sm wu-gap-2",
|
|
6509
|
-
W === "top" && "wu-flex-col wu-gap-1",
|
|
6510
|
-
W === "left" && "wu-flex-row",
|
|
6511
|
-
W === "right" && "wu-flex-row-reverse",
|
|
6512
|
-
de("container")
|
|
6513
|
-
),
|
|
6514
|
-
dir: b,
|
|
6515
|
-
children: [
|
|
6516
|
-
o && /* @__PURE__ */ a(le, { htmlFor: k, className: de("label"), children: o }),
|
|
6517
|
-
/* @__PURE__ */ m(ue, { open: D, onOpenChange: _, children: [
|
|
6518
|
-
/* @__PURE__ */ a(
|
|
6519
|
-
Fs,
|
|
6520
|
-
{
|
|
6521
|
-
CustomTrigger: w,
|
|
6522
|
-
disabled: g,
|
|
6523
|
-
value: M,
|
|
6524
|
-
accessorKey: u,
|
|
6525
|
-
placeholder: T,
|
|
6526
|
-
Chip: d,
|
|
6527
|
-
className: v,
|
|
6528
|
-
handleUnselect: Q,
|
|
6529
|
-
variant: I,
|
|
6530
|
-
id: k,
|
|
6531
|
-
dir: b
|
|
6532
|
-
}
|
|
6533
|
-
),
|
|
6534
|
-
/* @__PURE__ */ a(
|
|
6535
|
-
te,
|
|
6536
|
-
{
|
|
6537
|
-
className: n(
|
|
6538
|
-
"wu-w-[--radix-popover-trigger-width] wu-p-0 wu-bg-white wu-border wu-border-blue-p",
|
|
6539
|
-
de("content")
|
|
6540
|
-
),
|
|
6541
|
-
align: "start",
|
|
6542
|
-
sideOffset: -1,
|
|
6543
|
-
children: /* @__PURE__ */ m(ht, { id: e.id, shouldFilter: !1, children: [
|
|
6544
|
-
h && /* @__PURE__ */ a(Us, { value: B, onValueChange: he }),
|
|
6545
|
-
l,
|
|
6546
|
-
/* @__PURE__ */ m(
|
|
6547
|
-
gt,
|
|
6548
|
-
{
|
|
6549
|
-
className: n(
|
|
6550
|
-
"wu-max-h-96 wu-overflow-y-auto",
|
|
6551
|
-
de("list"),
|
|
6552
|
-
S
|
|
6553
|
-
),
|
|
6554
|
-
onScroll: f,
|
|
6555
|
-
children: [
|
|
6556
|
-
/* @__PURE__ */ a(xt, { children: i || "No results found." }),
|
|
6557
|
-
/* @__PURE__ */ a(qe, { children: y && (p == null ? void 0 : p.enabled) && !B && /* @__PURE__ */ a(
|
|
6558
|
-
$s,
|
|
6559
|
-
{
|
|
6560
|
-
data: t,
|
|
6561
|
-
value: M,
|
|
6562
|
-
onSelectAll: be,
|
|
6563
|
-
label: p.label
|
|
6564
|
-
}
|
|
6565
|
-
) }),
|
|
6566
|
-
/* @__PURE__ */ a(qe, { children: t.length > C ? /* @__PURE__ */ a(
|
|
6567
|
-
ze,
|
|
6568
|
-
{
|
|
6569
|
-
list: V,
|
|
6570
|
-
callback: (E, O) => /* @__PURE__ */ m(
|
|
6571
|
-
Bt,
|
|
6572
|
-
{
|
|
6573
|
-
option: O,
|
|
6574
|
-
accessorKey: ie,
|
|
6575
|
-
multiple: y,
|
|
6576
|
-
onSelect: (q) => Q(q),
|
|
6577
|
-
value: M,
|
|
6578
|
-
dir: b,
|
|
6579
|
-
children: [
|
|
6580
|
-
s && s({
|
|
6581
|
-
value: O,
|
|
6582
|
-
isSelected: se(O)
|
|
6583
|
-
}),
|
|
6584
|
-
!s && O && /* @__PURE__ */ a(H, { children: O[u.label] })
|
|
6585
|
-
]
|
|
6586
|
-
},
|
|
6587
|
-
JSON.stringify(O)
|
|
6588
|
-
),
|
|
6589
|
-
dir: b
|
|
6590
|
-
}
|
|
6591
|
-
) : V.map((E) => /* @__PURE__ */ m(
|
|
6592
|
-
Bt,
|
|
6593
|
-
{
|
|
6594
|
-
option: E,
|
|
6595
|
-
accessorKey: ie,
|
|
6596
|
-
multiple: y,
|
|
6597
|
-
onSelect: () => Q(E),
|
|
6598
|
-
value: M,
|
|
6599
|
-
dir: b,
|
|
6600
|
-
children: [
|
|
6601
|
-
s && s({ value: E, isSelected: se(E) }),
|
|
6602
|
-
!s && /* @__PURE__ */ a(H, { children: E[u.label] })
|
|
6603
|
-
]
|
|
6604
|
-
},
|
|
6605
|
-
JSON.stringify(E)
|
|
6606
|
-
)) })
|
|
6607
|
-
]
|
|
6608
|
-
}
|
|
6609
|
-
)
|
|
6610
|
-
] })
|
|
6611
|
-
}
|
|
6612
|
-
)
|
|
6613
|
-
] })
|
|
6614
|
-
]
|
|
6615
|
-
}
|
|
6616
|
-
);
|
|
6617
|
-
};
|
|
6621
|
+
window.wickUiVersion = "1.1.0";
|
|
6618
6622
|
export {
|
|
6619
|
-
|
|
6623
|
+
hn as WuAppHeader,
|
|
6620
6624
|
Pu as WuAppHeaderAccount,
|
|
6621
6625
|
nr as WuAppHeaderBar,
|
|
6622
6626
|
Lu as WuAppHeaderHelp,
|
|
6623
6627
|
sr as WuAppHeaderMenu,
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
6631
|
-
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
|
|
6639
|
-
|
|
6628
|
+
fn as WuAppHeaderSearch,
|
|
6629
|
+
Q as WuButton,
|
|
6630
|
+
ua as WuCalender,
|
|
6631
|
+
dr as WuCard,
|
|
6632
|
+
se as WuCheckbox,
|
|
6633
|
+
yn as WuCombobox,
|
|
6634
|
+
vn as WuCopyToClipboard,
|
|
6635
|
+
Un as WuDataTable,
|
|
6636
|
+
gn as WuDatePicker,
|
|
6637
|
+
xn as WuDateRangePicker,
|
|
6638
|
+
dn as WuDisplay,
|
|
6639
|
+
Nn as WuDrawer,
|
|
6640
|
+
Rr as WuFooter,
|
|
6641
|
+
pn as WuFormGroup,
|
|
6642
|
+
ln as WuHeading,
|
|
6643
|
+
Tr as WuHelpButton,
|
|
6640
6644
|
ke as WuIcon,
|
|
6641
6645
|
Oe as WuInput,
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
+
cn as WuInputError,
|
|
6647
|
+
mn as WuInputHint,
|
|
6648
|
+
ne as WuLabel,
|
|
6649
|
+
Cn as WuListbox,
|
|
6646
6650
|
Pe as WuLoader,
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
6651
|
+
Er as WuMenu,
|
|
6652
|
+
kn as WuMenuCheckboxItem,
|
|
6653
|
+
va as WuMenuIcon,
|
|
6650
6654
|
Et as WuMenuItem,
|
|
6651
|
-
|
|
6652
|
-
|
|
6653
|
-
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
|
|
6659
|
-
|
|
6660
|
-
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6655
|
+
Sn as WuMenuItemGroup,
|
|
6656
|
+
Rn as WuMenuRadioItem,
|
|
6657
|
+
Tn as WuMenuSeparatorItem,
|
|
6658
|
+
In as WuModal,
|
|
6659
|
+
Wn as WuModalClose,
|
|
6660
|
+
Mn as WuModalContent,
|
|
6661
|
+
On as WuModalFooter,
|
|
6662
|
+
_n as WuModalHeader,
|
|
6663
|
+
En as WuMonthPicker,
|
|
6664
|
+
us as WuPagination,
|
|
6665
|
+
zn as WuPopover,
|
|
6666
|
+
An as WuPopoverClose,
|
|
6667
|
+
Pn as WuPrimaryNavbar,
|
|
6668
|
+
rs as WuRadioGroup,
|
|
6669
|
+
Ln as WuSecondaryNavbar,
|
|
6670
|
+
Xr as WuSelect,
|
|
6671
|
+
jn as WuSidebar,
|
|
6672
|
+
Hn as WuSidebarContent,
|
|
6673
|
+
Bn as WuSidebarFooter,
|
|
6674
|
+
Fn as WuSidebarGroup,
|
|
6675
|
+
$n as WuSidebarItem,
|
|
6676
|
+
qn as WuSidebarMenu,
|
|
6677
|
+
Cs as WuSidebarTrigger,
|
|
6678
|
+
Rs as WuStepper,
|
|
6679
|
+
Dn as WuSubMenu,
|
|
6680
|
+
wn as WuSubtext,
|
|
6681
|
+
Is as WuSwitcher,
|
|
6682
|
+
Os as WuTable,
|
|
6683
|
+
on as WuText,
|
|
6684
|
+
Es as WuTextarea,
|
|
6685
|
+
Gn as WuToast,
|
|
6686
|
+
Us as WuToggle,
|
|
6683
6687
|
ft as WuTooltip,
|
|
6684
|
-
|
|
6688
|
+
bn as WuTruncatedLabel,
|
|
6685
6689
|
ze as WuVirtualScroll,
|
|
6686
|
-
|
|
6690
|
+
Vn as useWuShowToast,
|
|
6687
6691
|
Se as useWuSidebar
|
|
6688
6692
|
};
|
|
6689
6693
|
//# sourceMappingURL=index.js.map
|