@mci-ui/mci-ui 0.0.75 → 0.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +234 -233
- package/dist/index.umd.js +1 -1
- package/dist/types/shared/ui/mciLoader/MciLoader.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as c, Fragment as he } from "react/jsx-runtime";
|
|
2
2
|
import { AltArrowRight as be, Star2 as We, AltArrowDown as Fe, EyeClosed as Qe, Eye as Oe, Calendar as et, AltArrowLeft as ke, DoubleAltArrowLeft as tt, DoubleAltArrowRight as rt, ConfoundedSquare as nt, SortVertical as lt, SortFromTopToBottom as at, SortFromBottomToTop as st, Upload as ot, File as Te, FileText as Se, MusicNote as it, VideoFramePlayHorizontal as ct, Gallery as dt, MenuDots as ut, Refresh as mt, InfoCircle as ht, DangerCircle as ft, CloseCircle as pt, CheckCircle as gt, Phone as bt, TransferVertical as xt } from "@solar-icons/react";
|
|
3
3
|
import { clsx as wt } from "clsx";
|
|
4
4
|
import { twMerge as vt } from "tailwind-merge";
|
|
@@ -23,14 +23,14 @@ function qt({
|
|
|
23
23
|
variant: a = "blue",
|
|
24
24
|
className: r
|
|
25
25
|
}) {
|
|
26
|
-
const l = a === "blue", p = l ? "hover:text-blue-600" : "hover:text-yellow-500",
|
|
27
|
-
return /* @__PURE__ */ e("nav", { className: n("flex items-center", r), "aria-label": "Breadcrumb", children: t.map((s,
|
|
28
|
-
const C =
|
|
29
|
-
return /* @__PURE__ */
|
|
30
|
-
C ? /* @__PURE__ */
|
|
26
|
+
const l = a === "blue", p = l ? "hover:text-blue-600" : "hover:text-yellow-500", i = l ? "text-blue-600" : "text-yellow-500";
|
|
27
|
+
return /* @__PURE__ */ e("nav", { className: n("flex items-center", r), "aria-label": "Breadcrumb", children: t.map((s, d) => {
|
|
28
|
+
const C = d === t.length - 1;
|
|
29
|
+
return /* @__PURE__ */ c("div", { className: "flex items-center", children: [
|
|
30
|
+
C ? /* @__PURE__ */ c("span", { className: n("flex items-center gap-x-2 font-medium", i), children: [
|
|
31
31
|
s.icon,
|
|
32
32
|
/* @__PURE__ */ e("span", { children: s.label })
|
|
33
|
-
] }) : /* @__PURE__ */
|
|
33
|
+
] }) : /* @__PURE__ */ c(
|
|
34
34
|
"a",
|
|
35
35
|
{
|
|
36
36
|
href: s.href ?? "#",
|
|
@@ -48,7 +48,7 @@ function qt({
|
|
|
48
48
|
}
|
|
49
49
|
),
|
|
50
50
|
!C && /* @__PURE__ */ e("span", { className: "mx-2 flex items-center", children: /* @__PURE__ */ e(be, { weight: "Linear", size: 20, className: "text-slate-500" }) })
|
|
51
|
-
] },
|
|
51
|
+
] }, d);
|
|
52
52
|
}) });
|
|
53
53
|
}
|
|
54
54
|
function Kt({
|
|
@@ -57,9 +57,9 @@ function Kt({
|
|
|
57
57
|
icon: r,
|
|
58
58
|
iconPosition: l = "left",
|
|
59
59
|
size: p = "base",
|
|
60
|
-
variant:
|
|
60
|
+
variant: i = "primary",
|
|
61
61
|
color: s = "yellow",
|
|
62
|
-
loading:
|
|
62
|
+
loading: d = !1,
|
|
63
63
|
disabled: C = !1,
|
|
64
64
|
onClick: k,
|
|
65
65
|
className: M,
|
|
@@ -69,7 +69,7 @@ function Kt({
|
|
|
69
69
|
sm: "h-9 px-2 text-sm gap-1.5 rounded-lg leading-9 min-w-9",
|
|
70
70
|
md: "h-10 px-2 text-base gap-2 rounded-lg leading-10 min-w-10",
|
|
71
71
|
base: "h-12 px-4 text-base gap-2 rounded-xl leading-12 min-w-12"
|
|
72
|
-
}, m =
|
|
72
|
+
}, m = i === "primary" || i === "secondary" || i === "outline" ? {
|
|
73
73
|
blue: {
|
|
74
74
|
primary: "bg-blue-600 text-white hover:bg-blue-700 active:bg-blue-800 focus:ring-2 focus:ring-[rgba(21,93,252,0.25)]",
|
|
75
75
|
secondary: "bg-blue-100 text-blue-600 hover:bg-blue-200 active:bg-blue-200 active:border active:border-blue-600 focus:ring-2 focus:ring-[rgba(21,93,252,0.25)]",
|
|
@@ -80,11 +80,11 @@ function Kt({
|
|
|
80
80
|
secondary: "bg-yellow-50 text-yellow-500 hover:bg-yellow-100 active:bg-yellow-100 active:border active:border-yellow-500 focus:ring-2 focus:ring-yellow-200",
|
|
81
81
|
outline: "border border-yellow-500 text-yellow-500 hover:border-yellow-600 hover:text-yellow-600 active:border-yellow-700 active:text-yellow-700 focus:ring-2 focus:ring-yellow-200"
|
|
82
82
|
}
|
|
83
|
-
}[s][
|
|
83
|
+
}[s][i] : {
|
|
84
84
|
danger: "bg-red-600 text-white hover:bg-red-700 active:bg-red-800 focus:ring-2 focus:shadow-red",
|
|
85
85
|
tertiary: "bg-slate-100 text-black hover:bg-slate-200 active:bg-slate-300 focus:ring-2 focus:shadow-slate"
|
|
86
|
-
}[
|
|
87
|
-
return /* @__PURE__ */
|
|
86
|
+
}[i], b = C || d, w = b ? i === "outline" ? "border-slate-200 bg-white text-slate-400 cursor-not-allowed hover:bg-transparent hover:border-slate-200 hover:text-slate-400 active:border-slate-200 active:text-slate-400 active:bg-transparent focus:bg-transparent focus:ring-0" : "bg-slate-200 text-slate-400 cursor-not-allowed hover:bg-slate-200 active:bg-slate-200 focus:ring-0" : "";
|
|
87
|
+
return /* @__PURE__ */ c(
|
|
88
88
|
"button",
|
|
89
89
|
{
|
|
90
90
|
type: D,
|
|
@@ -99,10 +99,10 @@ function Kt({
|
|
|
99
99
|
M
|
|
100
100
|
),
|
|
101
101
|
children: [
|
|
102
|
-
r && l === "left" && !
|
|
102
|
+
r && l === "left" && !d && /* @__PURE__ */ e("span", { className: "flex items-center", children: r }),
|
|
103
103
|
A && /* @__PURE__ */ e("span", { children: A }),
|
|
104
|
-
r && l === "right" && !
|
|
105
|
-
|
|
104
|
+
r && l === "right" && !d && /* @__PURE__ */ e("span", { className: "flex items-center", children: r }),
|
|
105
|
+
d && /* @__PURE__ */ e(We, { weight: "Linear", size: 20, className: "animate-spin" })
|
|
106
106
|
]
|
|
107
107
|
}
|
|
108
108
|
);
|
|
@@ -125,9 +125,9 @@ const kt = (t) => /* @__PURE__ */ re.createElement("svg", { xmlns: "http://www.w
|
|
|
125
125
|
label: r,
|
|
126
126
|
supportText: l,
|
|
127
127
|
checked: p,
|
|
128
|
-
onChange:
|
|
128
|
+
onChange: i,
|
|
129
129
|
error: s,
|
|
130
|
-
disabled:
|
|
130
|
+
disabled: d = !1,
|
|
131
131
|
required: C = !1,
|
|
132
132
|
className: k,
|
|
133
133
|
variant: M = "yellow",
|
|
@@ -139,11 +139,11 @@ const kt = (t) => /* @__PURE__ */ re.createElement("svg", { xmlns: "http://www.w
|
|
|
139
139
|
[p, E]
|
|
140
140
|
), b = R(
|
|
141
141
|
(y) => {
|
|
142
|
-
|
|
142
|
+
d || (p === void 0 && v(y.target.checked), i?.(y));
|
|
143
143
|
},
|
|
144
|
-
[p,
|
|
144
|
+
[p, i, d]
|
|
145
145
|
), w = Z(() => {
|
|
146
|
-
if (
|
|
146
|
+
if (d) {
|
|
147
147
|
const L = "border-slate-200 bg-slate-100";
|
|
148
148
|
return u ? {
|
|
149
149
|
container: L,
|
|
@@ -183,14 +183,14 @@ const kt = (t) => /* @__PURE__ */ re.createElement("svg", { xmlns: "http://www.w
|
|
|
183
183
|
dot: "",
|
|
184
184
|
check: m ? "text-white" : "text-transparent"
|
|
185
185
|
};
|
|
186
|
-
}, [u, m,
|
|
187
|
-
r && /* @__PURE__ */
|
|
186
|
+
}, [u, m, d, M]), h = Z(() => !r && !l ? null : /* @__PURE__ */ c("div", { className: "flex flex-col", children: [
|
|
187
|
+
r && /* @__PURE__ */ c(
|
|
188
188
|
"span",
|
|
189
189
|
{
|
|
190
190
|
className: n(
|
|
191
191
|
"text-base font-medium text-slate-700",
|
|
192
192
|
s && "text-red-600",
|
|
193
|
-
|
|
193
|
+
d && "text-slate-400"
|
|
194
194
|
),
|
|
195
195
|
children: [
|
|
196
196
|
r,
|
|
@@ -203,19 +203,19 @@ const kt = (t) => /* @__PURE__ */ re.createElement("svg", { xmlns: "http://www.w
|
|
|
203
203
|
{
|
|
204
204
|
className: n(
|
|
205
205
|
"text-slate-500 text-base font-normal",
|
|
206
|
-
|
|
206
|
+
d && "text-slate-400"
|
|
207
207
|
),
|
|
208
208
|
children: l
|
|
209
209
|
}
|
|
210
210
|
)
|
|
211
|
-
] }), [r, l, s,
|
|
212
|
-
return /* @__PURE__ */
|
|
213
|
-
/* @__PURE__ */
|
|
211
|
+
] }), [r, l, s, d, C]);
|
|
212
|
+
return /* @__PURE__ */ c("div", { className: n("flex items-start", k), children: [
|
|
213
|
+
/* @__PURE__ */ c(
|
|
214
214
|
"label",
|
|
215
215
|
{
|
|
216
216
|
className: n(
|
|
217
217
|
"flex items-start gap-2 select-none",
|
|
218
|
-
|
|
218
|
+
d ? "cursor-not-allowed" : "cursor-pointer"
|
|
219
219
|
),
|
|
220
220
|
children: [
|
|
221
221
|
/* @__PURE__ */ e(
|
|
@@ -224,7 +224,7 @@ const kt = (t) => /* @__PURE__ */ re.createElement("svg", { xmlns: "http://www.w
|
|
|
224
224
|
type: a,
|
|
225
225
|
checked: m,
|
|
226
226
|
onChange: b,
|
|
227
|
-
disabled:
|
|
227
|
+
disabled: d,
|
|
228
228
|
required: C,
|
|
229
229
|
className: "sr-only",
|
|
230
230
|
"aria-invalid": !!s,
|
|
@@ -276,22 +276,22 @@ function Jt({
|
|
|
276
276
|
defaultOpen: r = !1,
|
|
277
277
|
icon: l,
|
|
278
278
|
className: p,
|
|
279
|
-
contentClassName:
|
|
279
|
+
contentClassName: i
|
|
280
280
|
}) {
|
|
281
|
-
const [s,
|
|
281
|
+
const [s, d] = _(r), [C, k] = _(0), M = le(null);
|
|
282
282
|
return J(() => {
|
|
283
283
|
M.current && k(s ? M.current.scrollHeight : 0);
|
|
284
|
-
}, [s]), /* @__PURE__ */
|
|
285
|
-
/* @__PURE__ */
|
|
284
|
+
}, [s]), /* @__PURE__ */ c("div", { className: n("overflow-hidden rounded-xl border border-slate-200", p), children: [
|
|
285
|
+
/* @__PURE__ */ c(
|
|
286
286
|
"button",
|
|
287
287
|
{
|
|
288
|
-
onClick: () =>
|
|
288
|
+
onClick: () => d(!s),
|
|
289
289
|
className: n(
|
|
290
290
|
"flex w-full items-center justify-between p-5 transition-all duration-300 hover:cursor-pointer",
|
|
291
291
|
s ? "border-b border-slate-200" : "border-b border-transparent"
|
|
292
292
|
),
|
|
293
293
|
children: [
|
|
294
|
-
/* @__PURE__ */
|
|
294
|
+
/* @__PURE__ */ c("div", { className: "flex items-center gap-2", children: [
|
|
295
295
|
l && /* @__PURE__ */ e("span", { className: "shrink-0", children: l }),
|
|
296
296
|
/* @__PURE__ */ e("div", { className: n("text-base font-medium text-black"), children: t })
|
|
297
297
|
] }),
|
|
@@ -318,7 +318,7 @@ function Jt({
|
|
|
318
318
|
style: {
|
|
319
319
|
height: `${C}px`
|
|
320
320
|
},
|
|
321
|
-
children: /* @__PURE__ */ e("div", { ref: M, className: n("p-5",
|
|
321
|
+
children: /* @__PURE__ */ e("div", { ref: M, className: n("p-5", i), children: a })
|
|
322
322
|
}
|
|
323
323
|
)
|
|
324
324
|
] });
|
|
@@ -330,9 +330,9 @@ function Gt({
|
|
|
330
330
|
position: r = "right",
|
|
331
331
|
children: l,
|
|
332
332
|
footer: p,
|
|
333
|
-
title:
|
|
333
|
+
title: i,
|
|
334
334
|
description: s,
|
|
335
|
-
showCloseButton:
|
|
335
|
+
showCloseButton: d = !0,
|
|
336
336
|
drawerClassName: C,
|
|
337
337
|
contentClassName: k,
|
|
338
338
|
closeOnOverlayClick: M = !0,
|
|
@@ -351,8 +351,8 @@ function Gt({
|
|
|
351
351
|
transform: t ? "translateX(0)" : r === "right" ? "translateX(calc(100% + 48px))" : "translateX(calc(-100% - 48px))"
|
|
352
352
|
}),
|
|
353
353
|
[t, A, r]
|
|
354
|
-
), b = !!(
|
|
355
|
-
return /* @__PURE__ */
|
|
354
|
+
), b = !!(i || s || d), w = r === "right" ? "top-0 bottom-0 right-0 left-3 rounded-l-3xl rounded-r-none" : "top-0 bottom-0 left-0 right-3 rounded-r-3xl rounded-l-none", h = r === "right" ? "sm:top-6 sm:bottom-6 sm:right-6 sm:left-auto" : "sm:top-6 sm:bottom-6 sm:left-6 sm:right-auto";
|
|
355
|
+
return /* @__PURE__ */ c(he, { children: [
|
|
356
356
|
/* @__PURE__ */ e(
|
|
357
357
|
"div",
|
|
358
358
|
{
|
|
@@ -364,7 +364,7 @@ function Gt({
|
|
|
364
364
|
"aria-hidden": "true"
|
|
365
365
|
}
|
|
366
366
|
),
|
|
367
|
-
/* @__PURE__ */
|
|
367
|
+
/* @__PURE__ */ c(
|
|
368
368
|
"div",
|
|
369
369
|
{
|
|
370
370
|
ref: E,
|
|
@@ -384,21 +384,21 @@ function Gt({
|
|
|
384
384
|
),
|
|
385
385
|
role: "dialog",
|
|
386
386
|
"aria-modal": "true",
|
|
387
|
-
"aria-labelledby":
|
|
387
|
+
"aria-labelledby": i ? "drawer-title" : void 0,
|
|
388
388
|
children: [
|
|
389
|
-
b && /* @__PURE__ */
|
|
390
|
-
(
|
|
391
|
-
|
|
389
|
+
b && /* @__PURE__ */ c("div", { className: "flex items-start justify-between border-b border-slate-200 shrink-0 px-4 py-4 sm:p-6", children: [
|
|
390
|
+
(i || s) && /* @__PURE__ */ c("div", { className: "block pr-3", children: [
|
|
391
|
+
i && /* @__PURE__ */ e(
|
|
392
392
|
"h2",
|
|
393
393
|
{
|
|
394
394
|
id: "drawer-title",
|
|
395
395
|
className: "font-semibold text-black text-xl leading-tight sm:text-h3",
|
|
396
|
-
children:
|
|
396
|
+
children: i
|
|
397
397
|
}
|
|
398
398
|
),
|
|
399
399
|
s && /* @__PURE__ */ e("p", { className: "text-sm sm:text-base text-slate-base font-normal mt-2", children: s })
|
|
400
400
|
] }),
|
|
401
|
-
|
|
401
|
+
d && /* @__PURE__ */ e(
|
|
402
402
|
"button",
|
|
403
403
|
{
|
|
404
404
|
type: "button",
|
|
@@ -431,9 +431,9 @@ const Le = fe(
|
|
|
431
431
|
type: r = "text",
|
|
432
432
|
icon: l,
|
|
433
433
|
rightIcon: p,
|
|
434
|
-
iconPosition:
|
|
434
|
+
iconPosition: i = "left",
|
|
435
435
|
size: s = "base",
|
|
436
|
-
error:
|
|
436
|
+
error: d,
|
|
437
437
|
disabled: C = !1,
|
|
438
438
|
required: k = !1,
|
|
439
439
|
value: M,
|
|
@@ -448,7 +448,7 @@ const Le = fe(
|
|
|
448
448
|
step: h,
|
|
449
449
|
autoComplete: y = "off"
|
|
450
450
|
}, $) => {
|
|
451
|
-
const [L, j] = _(!1), [o, N] = _(""), [T, Y] = _(!1), q = M ?? o, B = r === "password", P = w && !!q && !C, W = l &&
|
|
451
|
+
const [L, j] = _(!1), [o, N] = _(""), [T, Y] = _(!1), q = M ?? o, B = r === "password", P = w && !!q && !C, W = l && i === "left", Q = l && i === "right" || p || B, ne = Q || P, K = () => {
|
|
452
452
|
j(!0), A?.();
|
|
453
453
|
}, ae = () => {
|
|
454
454
|
j(!1), E?.();
|
|
@@ -488,15 +488,15 @@ const Le = fe(
|
|
|
488
488
|
}
|
|
489
489
|
}),
|
|
490
490
|
[W, Q]
|
|
491
|
-
), G = Z(() =>
|
|
492
|
-
return /* @__PURE__ */
|
|
493
|
-
t && /* @__PURE__ */
|
|
491
|
+
), G = Z(() => d ? "border-red-600 focus:border-red-600 shadow-red" : "border-slate-200 hover:border-slate-400 focus:shadow-blue focus:border-blue-600", [d]), oe = Z(() => C ? "text-slate-400" : d ? "text-red-600" : L ? "text-black" : "text-slate-400", [d, L, C]);
|
|
492
|
+
return /* @__PURE__ */ c("div", { className: n("w-full", v), children: [
|
|
493
|
+
t && /* @__PURE__ */ c(
|
|
494
494
|
"label",
|
|
495
495
|
{
|
|
496
496
|
htmlFor: u,
|
|
497
497
|
className: n(
|
|
498
498
|
"mb-2 block text-base font-medium",
|
|
499
|
-
|
|
499
|
+
d ? "text-red-600" : "text-slate-700",
|
|
500
500
|
z[s].labelFont
|
|
501
501
|
),
|
|
502
502
|
children: [
|
|
@@ -505,7 +505,7 @@ const Le = fe(
|
|
|
505
505
|
]
|
|
506
506
|
}
|
|
507
507
|
),
|
|
508
|
-
/* @__PURE__ */
|
|
508
|
+
/* @__PURE__ */ c("div", { className: "relative flex items-center", children: [
|
|
509
509
|
/* @__PURE__ */ e(
|
|
510
510
|
"input",
|
|
511
511
|
{
|
|
@@ -551,7 +551,7 @@ const Le = fe(
|
|
|
551
551
|
)
|
|
552
552
|
}
|
|
553
553
|
),
|
|
554
|
-
ne && /* @__PURE__ */
|
|
554
|
+
ne && /* @__PURE__ */ c(
|
|
555
555
|
"div",
|
|
556
556
|
{
|
|
557
557
|
className: n(
|
|
@@ -591,7 +591,7 @@ const Le = fe(
|
|
|
591
591
|
)
|
|
592
592
|
}
|
|
593
593
|
),
|
|
594
|
-
B && /* @__PURE__ */
|
|
594
|
+
B && /* @__PURE__ */ c(he, { children: [
|
|
595
595
|
p && /* @__PURE__ */ e(
|
|
596
596
|
"div",
|
|
597
597
|
{
|
|
@@ -632,7 +632,7 @@ const Le = fe(
|
|
|
632
632
|
}
|
|
633
633
|
)
|
|
634
634
|
] }),
|
|
635
|
-
l &&
|
|
635
|
+
l && i === "right" && !B && /* @__PURE__ */ e(
|
|
636
636
|
"div",
|
|
637
637
|
{
|
|
638
638
|
className: n("flex items-center justify-center", z[s].iconWrapper),
|
|
@@ -653,7 +653,7 @@ const Le = fe(
|
|
|
653
653
|
}
|
|
654
654
|
)
|
|
655
655
|
] }),
|
|
656
|
-
|
|
656
|
+
d && /* @__PURE__ */ e("p", { className: "mt-2 animate-[slideDown_0.3s_ease-out] text-sm font-normal text-red-600", children: d })
|
|
657
657
|
] });
|
|
658
658
|
}
|
|
659
659
|
);
|
|
@@ -762,9 +762,9 @@ const Mt = {
|
|
|
762
762
|
onChange: r,
|
|
763
763
|
placeholder: l,
|
|
764
764
|
label: p,
|
|
765
|
-
disabled:
|
|
765
|
+
disabled: i = !1,
|
|
766
766
|
required: s = !1,
|
|
767
|
-
className:
|
|
767
|
+
className: d,
|
|
768
768
|
format: C = "DD.MM.YYYY",
|
|
769
769
|
minDate: k,
|
|
770
770
|
maxDate: M,
|
|
@@ -833,8 +833,8 @@ const Mt = {
|
|
|
833
833
|
const O = R(() => {
|
|
834
834
|
y(!1), B(u), W(0), ne(I);
|
|
835
835
|
}, [u, I]), U = R((f) => {
|
|
836
|
-
|
|
837
|
-
}, [
|
|
836
|
+
i || (f.preventDefault(), f.stopPropagation(), y((x) => !x));
|
|
837
|
+
}, [i]), { handleClick: F } = De(ce, O), { handleEscape: X } = Ee(O);
|
|
838
838
|
J(() => {
|
|
839
839
|
if (h)
|
|
840
840
|
return document.addEventListener("mousedown", F), document.addEventListener("keydown", X), () => {
|
|
@@ -842,7 +842,7 @@ const Mt = {
|
|
|
842
842
|
};
|
|
843
843
|
}, [h, F, X]);
|
|
844
844
|
const me = () => {
|
|
845
|
-
|
|
845
|
+
i || h || (t === "range" || !E) && (y(!0), B(u));
|
|
846
846
|
}, xe = (f) => {
|
|
847
847
|
if (t !== "date") return;
|
|
848
848
|
let S = f.target.value.replace(/\D/g, "");
|
|
@@ -906,17 +906,17 @@ const Mt = {
|
|
|
906
906
|
return V && !te ? !1 : V && te && x > z(V) && x < z(te);
|
|
907
907
|
}, Ie = (f, x, S) => {
|
|
908
908
|
const H = Ve(f);
|
|
909
|
-
return /* @__PURE__ */
|
|
910
|
-
/* @__PURE__ */
|
|
911
|
-
/* @__PURE__ */ e("div", { className: "flex gap-2 w-16", children: x && /* @__PURE__ */
|
|
909
|
+
return /* @__PURE__ */ c("div", { className: "w-[300px] p-2 select-none", children: [
|
|
910
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between mb-4 py-1", children: [
|
|
911
|
+
/* @__PURE__ */ e("div", { className: "flex gap-2 w-16", children: x && /* @__PURE__ */ c(he, { children: [
|
|
912
912
|
/* @__PURE__ */ e("button", { onClick: () => we(-1), type: "button", className: "hover:bg-slate-100 p-1 rounded transition-colors text-slate-500", children: /* @__PURE__ */ e(tt, { size: 18 }) }),
|
|
913
913
|
/* @__PURE__ */ e("button", { onClick: () => je(-1), type: "button", className: "hover:bg-slate-100 p-1 rounded transition-colors text-slate-500", children: /* @__PURE__ */ e(ke, { size: 18 }) })
|
|
914
914
|
] }) }),
|
|
915
|
-
/* @__PURE__ */
|
|
915
|
+
/* @__PURE__ */ c("div", { className: "flex gap-1 font-semibold text-slate-700 text-sm whitespace-nowrap", children: [
|
|
916
916
|
/* @__PURE__ */ e("span", { className: "cursor-pointer hover:text-blue-600 transition-colors p-1 rounded hover:bg-slate-50", onClick: () => B("month"), children: de.months[f.getMonth()] }),
|
|
917
917
|
/* @__PURE__ */ e("span", { className: "cursor-pointer hover:text-blue-600 transition-colors p-1 rounded hover:bg-slate-50", onClick: () => B("year"), children: f.getFullYear() })
|
|
918
918
|
] }),
|
|
919
|
-
/* @__PURE__ */ e("div", { className: "flex gap-2 w-16 justify-end", children: S && /* @__PURE__ */
|
|
919
|
+
/* @__PURE__ */ e("div", { className: "flex gap-2 w-16 justify-end", children: S && /* @__PURE__ */ c(he, { children: [
|
|
920
920
|
/* @__PURE__ */ e("button", { onClick: () => je(1), type: "button", className: "hover:bg-slate-100 p-1 rounded transition-colors text-slate-500", children: /* @__PURE__ */ e(be, { size: 18 }) }),
|
|
921
921
|
/* @__PURE__ */ e("button", { onClick: () => we(1), type: "button", className: "hover:bg-slate-100 p-1 rounded transition-colors text-slate-500", children: /* @__PURE__ */ e(rt, { size: 18 }) })
|
|
922
922
|
] }) })
|
|
@@ -927,8 +927,8 @@ const Mt = {
|
|
|
927
927
|
return /* @__PURE__ */ e("div", { className: n("h-10 flex items-center justify-center relative", Xe && "bg-blue-50", ye && t === "range" && Ne ? "bg-blue-50 rounded-full" : ye && t === "range" ? "bg-gradient-to-r from-transparent to-blue-50 rounded-l-full" : "", Ne && t === "range" ? "bg-gradient-to-l from-transparent to-blue-50 rounded-r-full" : ""), children: /* @__PURE__ */ e("button", { type: "button", onClick: () => Ue(ue), disabled: se, className: n("w-9 h-9 cursor-pointer rounded-full flex items-center justify-center text-sm font-medium transition-all z-10", V.isCurrentMonth ? "text-slate-700" : "text-slate-300", se && "opacity-20 cursor-not-allowed", ye || Ne ? "bg-blue-600 text-white shadow-md shadow-blue-200 hover:bg-blue-700" : "hover:bg-blue-50", ve(ue, /* @__PURE__ */ new Date()) && !ye && !Ne && "text-blue-600 border border-blue-600"), children: ue.getDate() }) }, te);
|
|
928
928
|
}) })
|
|
929
929
|
] });
|
|
930
|
-
}, Je = () => /* @__PURE__ */
|
|
931
|
-
/* @__PURE__ */
|
|
930
|
+
}, Je = () => /* @__PURE__ */ c("div", { className: "w-[300px] p-3", children: [
|
|
931
|
+
/* @__PURE__ */ c("div", { className: "flex justify-between items-center mb-4 px-2", children: [
|
|
932
932
|
/* @__PURE__ */ e("button", { type: "button", onClick: () => we(-1), className: "p-1 hover:bg-slate-100 rounded text-slate-500", children: /* @__PURE__ */ e(ke, { size: 20 }) }),
|
|
933
933
|
/* @__PURE__ */ e("span", { className: "font-bold text-slate-800", children: T.getFullYear() }),
|
|
934
934
|
/* @__PURE__ */ e("button", { type: "button", onClick: () => we(1), className: "p-1 hover:bg-slate-100 rounded text-slate-500", children: /* @__PURE__ */ e(be, { size: 20 }) })
|
|
@@ -936,10 +936,10 @@ const Mt = {
|
|
|
936
936
|
/* @__PURE__ */ e("div", { className: "grid grid-cols-3 gap-2", children: de.monthsShort.map((f, x) => /* @__PURE__ */ e("button", { type: "button", onClick: () => _e(x), className: n("hover:cursor-pointer py-3 rounded-lg text-sm font-semibold transition-colors", T.getMonth() === x ? "bg-blue-600 text-white" : "hover:bg-blue-50 text-slate-600"), children: f }, f)) })
|
|
937
937
|
] }), Ge = () => {
|
|
938
938
|
const f = Math.floor(T.getFullYear() / 12) * 12 + P * 12, x = Array.from({ length: 12 }, (S, H) => f + H);
|
|
939
|
-
return /* @__PURE__ */
|
|
940
|
-
/* @__PURE__ */
|
|
939
|
+
return /* @__PURE__ */ c("div", { className: "w-[300px] p-3", children: [
|
|
940
|
+
/* @__PURE__ */ c("div", { className: "flex justify-between items-center mb-4 px-2", children: [
|
|
941
941
|
/* @__PURE__ */ e("button", { type: "button", onClick: () => W((S) => S - 1), className: "p-1 hover:bg-slate-100 rounded text-slate-500", children: /* @__PURE__ */ e(ke, { size: 20 }) }),
|
|
942
|
-
/* @__PURE__ */
|
|
942
|
+
/* @__PURE__ */ c("span", { className: "font-bold text-slate-800", children: [
|
|
943
943
|
x[0],
|
|
944
944
|
" - ",
|
|
945
945
|
x[11]
|
|
@@ -954,12 +954,12 @@ const Mt = {
|
|
|
954
954
|
onClick: U,
|
|
955
955
|
className: n(
|
|
956
956
|
"cursor-pointer flex items-center justify-center p-1 rounded-md transition-colors",
|
|
957
|
-
|
|
957
|
+
i ? "pointer-events-none opacity-50" : "hover:bg-slate-100 active:bg-slate-200"
|
|
958
958
|
),
|
|
959
959
|
children: /* @__PURE__ */ e(et, { weight: "Linear", size: 20, className: "text-slate-400" })
|
|
960
960
|
}
|
|
961
961
|
);
|
|
962
|
-
return /* @__PURE__ */
|
|
962
|
+
return /* @__PURE__ */ c("div", { ref: ce, className: n("relative w-full group", d), children: [
|
|
963
963
|
/* @__PURE__ */ e("div", { ref: w, children: /* @__PURE__ */ e(
|
|
964
964
|
Le,
|
|
965
965
|
{
|
|
@@ -969,7 +969,7 @@ const Mt = {
|
|
|
969
969
|
onChange: xe,
|
|
970
970
|
icon: m === "left" ? Re : void 0,
|
|
971
971
|
rightIcon: m === "right" ? Re : void 0,
|
|
972
|
-
disabled:
|
|
972
|
+
disabled: i,
|
|
973
973
|
required: s,
|
|
974
974
|
error: D,
|
|
975
975
|
maxLength: t === "date" ? 10 : void 0,
|
|
@@ -991,7 +991,7 @@ const Mt = {
|
|
|
991
991
|
),
|
|
992
992
|
style: { width: "max-content" },
|
|
993
993
|
onMouseDown: (f) => f.stopPropagation(),
|
|
994
|
-
children: q === "day" ? /* @__PURE__ */
|
|
994
|
+
children: q === "day" ? /* @__PURE__ */ c(he, { children: [
|
|
995
995
|
Ie(T, !0, t !== "range"),
|
|
996
996
|
t === "range" && /* @__PURE__ */ e("div", { className: "hidden md:block border-l border-slate-100", children: Ie(new Date(T.getFullYear(), T.getMonth() + 1, 1), !1, !0) })
|
|
997
997
|
] }) : q === "month" ? Je() : Ge()
|
|
@@ -1042,9 +1042,9 @@ const St = {
|
|
|
1042
1042
|
options: r = [],
|
|
1043
1043
|
icon: l,
|
|
1044
1044
|
iconPosition: p = "left",
|
|
1045
|
-
size:
|
|
1045
|
+
size: i = "base",
|
|
1046
1046
|
error: s,
|
|
1047
|
-
disabled:
|
|
1047
|
+
disabled: d = !1,
|
|
1048
1048
|
required: C = !1,
|
|
1049
1049
|
value: k,
|
|
1050
1050
|
onChange: M,
|
|
@@ -1056,7 +1056,7 @@ const St = {
|
|
|
1056
1056
|
onSearch: m,
|
|
1057
1057
|
name: b
|
|
1058
1058
|
}, w) => {
|
|
1059
|
-
const [h, y] = _(!1), [$, L] = _(!1), [j, o] = _(""), [N, T] = _(""), [Y, q] = _(-1), B = le(null), P = le(null), W = k !== void 0 ? k : j, Q = r.find((F) => F.value === W), ne = W !== "" && W !== void 0, K = St[
|
|
1059
|
+
const [h, y] = _(!1), [$, L] = _(!1), [j, o] = _(""), [N, T] = _(""), [Y, q] = _(-1), B = le(null), P = le(null), W = k !== void 0 ? k : j, Q = r.find((F) => F.value === W), ne = W !== "" && W !== void 0, K = St[i], ae = Z(() => {
|
|
1060
1060
|
if (!u || m) return r;
|
|
1061
1061
|
const F = N.toLowerCase();
|
|
1062
1062
|
return r.filter(
|
|
@@ -1075,7 +1075,7 @@ const St = {
|
|
|
1075
1075
|
}, [h, u]);
|
|
1076
1076
|
const z = R(
|
|
1077
1077
|
(F) => {
|
|
1078
|
-
if (!
|
|
1078
|
+
if (!d) {
|
|
1079
1079
|
if (!h && (F.key === "ArrowDown" || F.key === "ArrowUp" || F.key === "Enter")) {
|
|
1080
1080
|
F.preventDefault(), y(!0);
|
|
1081
1081
|
return;
|
|
@@ -1098,27 +1098,27 @@ const St = {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
},
|
|
1101
|
-
[h, ae, Y,
|
|
1101
|
+
[h, ae, Y, d]
|
|
1102
1102
|
), G = R(() => {
|
|
1103
|
-
|
|
1104
|
-
}, [
|
|
1103
|
+
d || (y((F) => !F), h ? (T(""), q(-1)) : (L(!0), D?.()));
|
|
1104
|
+
}, [d, h, D]), oe = R(
|
|
1105
1105
|
(F) => {
|
|
1106
1106
|
k === void 0 && o(F), M?.(F), y(!1), L(!1), T(""), q(-1), A?.();
|
|
1107
1107
|
},
|
|
1108
1108
|
[k, M, A]
|
|
1109
1109
|
), g = R(
|
|
1110
1110
|
(F) => {
|
|
1111
|
-
F.stopPropagation(), !
|
|
1111
|
+
F.stopPropagation(), !d && (k === void 0 && o(""), M?.(""), T(""), q(-1));
|
|
1112
1112
|
},
|
|
1113
|
-
[k, M,
|
|
1113
|
+
[k, M, d]
|
|
1114
1114
|
), I = R(
|
|
1115
1115
|
(F) => {
|
|
1116
1116
|
T(F), m?.(F), q(0);
|
|
1117
1117
|
},
|
|
1118
1118
|
[m]
|
|
1119
|
-
), O = Z(() =>
|
|
1120
|
-
return /* @__PURE__ */
|
|
1121
|
-
t && /* @__PURE__ */
|
|
1119
|
+
), O = Z(() => d ? "border-slate-200 bg-slate-100 text-slate-400 cursor-not-allowed" : s ? "border-red-600 focus:border-red-600 shadow-red bg-white" : "border-slate-200 hover:border-slate-400 focus:shadow-blue focus:border-blue-600 bg-white", [s, d]), U = Z(() => d ? "text-slate-400" : s ? "text-red-600" : h || $ ? "text-black" : "text-slate-400", [d, s, h, $]);
|
|
1120
|
+
return /* @__PURE__ */ c("div", { className: n("w-full", E), ref: w, children: [
|
|
1121
|
+
t && /* @__PURE__ */ c(
|
|
1122
1122
|
"label",
|
|
1123
1123
|
{
|
|
1124
1124
|
htmlFor: b,
|
|
@@ -1133,30 +1133,30 @@ const St = {
|
|
|
1133
1133
|
]
|
|
1134
1134
|
}
|
|
1135
1135
|
),
|
|
1136
|
-
/* @__PURE__ */
|
|
1136
|
+
/* @__PURE__ */ c(
|
|
1137
1137
|
"div",
|
|
1138
1138
|
{
|
|
1139
1139
|
ref: B,
|
|
1140
1140
|
className: "relative",
|
|
1141
1141
|
onKeyDown: z,
|
|
1142
1142
|
children: [
|
|
1143
|
-
/* @__PURE__ */
|
|
1143
|
+
/* @__PURE__ */ c(
|
|
1144
1144
|
"div",
|
|
1145
1145
|
{
|
|
1146
1146
|
role: "combobox",
|
|
1147
1147
|
"aria-expanded": h,
|
|
1148
1148
|
"aria-haspopup": "listbox",
|
|
1149
1149
|
"aria-controls": `${b}-listbox`,
|
|
1150
|
-
"aria-disabled":
|
|
1151
|
-
tabIndex:
|
|
1150
|
+
"aria-disabled": d,
|
|
1151
|
+
tabIndex: d ? -1 : 0,
|
|
1152
1152
|
onClick: G,
|
|
1153
1153
|
className: n(
|
|
1154
1154
|
"flex w-full items-center border font-normal transition-all duration-300 ease-in-out",
|
|
1155
|
-
|
|
1155
|
+
i === "base" ? "rounded-xl" : "rounded-lg",
|
|
1156
1156
|
K.container,
|
|
1157
1157
|
l ? p === "left" ? K.iconPaddingLeft : K.iconPaddingRight : K.padding,
|
|
1158
1158
|
O,
|
|
1159
|
-
!
|
|
1159
|
+
!d && $ && "shadow-blue border-blue-600"
|
|
1160
1160
|
),
|
|
1161
1161
|
children: [
|
|
1162
1162
|
l && /* @__PURE__ */ e(
|
|
@@ -1186,12 +1186,12 @@ const St = {
|
|
|
1186
1186
|
{
|
|
1187
1187
|
className: n(
|
|
1188
1188
|
"block truncate select-none",
|
|
1189
|
-
!ne && !
|
|
1189
|
+
!ne && !d && "text-slate-400"
|
|
1190
1190
|
),
|
|
1191
1191
|
children: Q?.label || a
|
|
1192
1192
|
}
|
|
1193
1193
|
),
|
|
1194
|
-
v && ne && !
|
|
1194
|
+
v && ne && !d && /* @__PURE__ */ e(
|
|
1195
1195
|
"button",
|
|
1196
1196
|
{
|
|
1197
1197
|
type: "button",
|
|
@@ -1218,7 +1218,7 @@ const St = {
|
|
|
1218
1218
|
]
|
|
1219
1219
|
}
|
|
1220
1220
|
),
|
|
1221
|
-
h && !
|
|
1221
|
+
h && !d && /* @__PURE__ */ e(
|
|
1222
1222
|
"div",
|
|
1223
1223
|
{
|
|
1224
1224
|
id: `${b}-listbox`,
|
|
@@ -1264,9 +1264,9 @@ function Xt({
|
|
|
1264
1264
|
loading: r = !1,
|
|
1265
1265
|
skeletonRows: l = 5,
|
|
1266
1266
|
noDataText: p = "",
|
|
1267
|
-
sort:
|
|
1267
|
+
sort: i,
|
|
1268
1268
|
onSortChange: s,
|
|
1269
|
-
className:
|
|
1269
|
+
className: d,
|
|
1270
1270
|
headerClassName: C,
|
|
1271
1271
|
bodyClassName: k,
|
|
1272
1272
|
rowKey: M = "id",
|
|
@@ -1274,20 +1274,20 @@ function Xt({
|
|
|
1274
1274
|
}) {
|
|
1275
1275
|
const [A, E] = _(
|
|
1276
1276
|
null
|
|
1277
|
-
), v =
|
|
1277
|
+
), v = i ?? A, u = Z(() => Array.isArray(a) ? a : [], [a]), m = Z(() => !v || i ? u : [...u].sort((o, N) => {
|
|
1278
1278
|
const T = o[v.key], Y = N[v.key];
|
|
1279
1279
|
return T == null ? 1 : Y == null ? -1 : T < Y ? v.direction === "asc" ? -1 : 1 : T > Y ? v.direction === "asc" ? 1 : -1 : 0;
|
|
1280
|
-
}), [u, v,
|
|
1280
|
+
}), [u, v, i]);
|
|
1281
1281
|
J(() => {
|
|
1282
|
-
|
|
1283
|
-
}, [
|
|
1284
|
-
const b = r ? [] :
|
|
1282
|
+
i !== void 0 && E(null);
|
|
1283
|
+
}, [i]);
|
|
1284
|
+
const b = r ? [] : i ? u : m, w = R(
|
|
1285
1285
|
(o) => {
|
|
1286
1286
|
if (!o.sortable) return;
|
|
1287
1287
|
let N = null;
|
|
1288
|
-
v?.key !== o.key ? N = { key: o.key, direction: "asc" } : v.direction === "asc" && (N = { key: o.key, direction: "desc" }),
|
|
1288
|
+
v?.key !== o.key ? N = { key: o.key, direction: "asc" } : v.direction === "asc" && (N = { key: o.key, direction: "desc" }), i !== void 0 ? s?.(N) : E(N);
|
|
1289
1289
|
},
|
|
1290
|
-
[v,
|
|
1290
|
+
[v, i, s]
|
|
1291
1291
|
), h = (o) => {
|
|
1292
1292
|
if (!D) return;
|
|
1293
1293
|
const { onChange: N, getCheckboxProps: T } = D;
|
|
@@ -1306,7 +1306,7 @@ function Xt({
|
|
|
1306
1306
|
return o.length === 0 ? !1 : o.every(
|
|
1307
1307
|
(N) => D.selectedRowKeys.includes(N[M])
|
|
1308
1308
|
);
|
|
1309
|
-
}, [D, b, M]), L = (o) => o.sortable ? !v || v.key !== o.key ? /* @__PURE__ */ e(lt, { weight: "Linear", size: 20, className: "text-slate-base shrink-0" }) : v.direction === "asc" ? /* @__PURE__ */ e(at, { weight: "Linear", size: 20, className: "text-slate-base shrink-0" }) : /* @__PURE__ */ e(st, { weight: "Linear", size: 20, className: "text-slate-base shrink-0" }) : null, j = () => /* @__PURE__ */
|
|
1309
|
+
}, [D, b, M]), L = (o) => o.sortable ? !v || v.key !== o.key ? /* @__PURE__ */ e(lt, { weight: "Linear", size: 20, className: "text-slate-base shrink-0" }) : v.direction === "asc" ? /* @__PURE__ */ e(at, { weight: "Linear", size: 20, className: "text-slate-base shrink-0" }) : /* @__PURE__ */ e(st, { weight: "Linear", size: 20, className: "text-slate-base shrink-0" }) : null, j = () => /* @__PURE__ */ c("colgroup", { children: [
|
|
1310
1310
|
D && /* @__PURE__ */ e("col", { style: { width: 48 } }),
|
|
1311
1311
|
t.map((o) => /* @__PURE__ */ e("col", { style: { width: Ft(o.width) ?? "auto" } }, o.key))
|
|
1312
1312
|
] });
|
|
@@ -1320,12 +1320,12 @@ function Xt({
|
|
|
1320
1320
|
"[&::-webkit-scrollbar-thumb]:bg-slate-200",
|
|
1321
1321
|
"[&::-webkit-scrollbar-thumb]:rounded-full",
|
|
1322
1322
|
"hover:[&::-webkit-scrollbar-thumb]:bg-slate-300",
|
|
1323
|
-
|
|
1323
|
+
d
|
|
1324
1324
|
),
|
|
1325
|
-
children: /* @__PURE__ */
|
|
1326
|
-
/* @__PURE__ */ e("div", { className: "overflow-hidden rounded-xl border border-slate-200 bg-slate-100", children: /* @__PURE__ */
|
|
1325
|
+
children: /* @__PURE__ */ c("div", { className: "inline-block min-w-full align-middle", children: [
|
|
1326
|
+
/* @__PURE__ */ e("div", { className: "overflow-hidden rounded-xl border border-slate-200 bg-slate-100", children: /* @__PURE__ */ c("table", { className: "w-full table-fixed", children: [
|
|
1327
1327
|
j(),
|
|
1328
|
-
/* @__PURE__ */ e("thead", { children: /* @__PURE__ */
|
|
1328
|
+
/* @__PURE__ */ e("thead", { children: /* @__PURE__ */ c("tr", { children: [
|
|
1329
1329
|
D && /* @__PURE__ */ e("th", { className: n("w-12 px-4 py-3", C), children: /* @__PURE__ */ e("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ e(
|
|
1330
1330
|
Me,
|
|
1331
1331
|
{
|
|
@@ -1347,7 +1347,7 @@ function Xt({
|
|
|
1347
1347
|
o.sortable && "cursor-pointer hover:bg-slate-200",
|
|
1348
1348
|
C
|
|
1349
1349
|
),
|
|
1350
|
-
children: /* @__PURE__ */
|
|
1350
|
+
children: /* @__PURE__ */ c("div", { className: n("flex items-center gap-2 min-w-0", o.align === "right" && "justify-end"), children: [
|
|
1351
1351
|
/* @__PURE__ */ e("span", { className: "min-w-0 flex-1 truncate", title: o.title, children: o.title }),
|
|
1352
1352
|
L(o)
|
|
1353
1353
|
] })
|
|
@@ -1356,17 +1356,17 @@ function Xt({
|
|
|
1356
1356
|
))
|
|
1357
1357
|
] }) })
|
|
1358
1358
|
] }) }),
|
|
1359
|
-
/* @__PURE__ */ e("div", { className: "rounded-xl border border-t-0 border-slate-200 bg-white overflow-hidden", children: /* @__PURE__ */
|
|
1359
|
+
/* @__PURE__ */ e("div", { className: "rounded-xl border border-t-0 border-slate-200 bg-white overflow-hidden", children: /* @__PURE__ */ c("table", { className: "w-full table-fixed", children: [
|
|
1360
1360
|
j(),
|
|
1361
|
-
/* @__PURE__ */ e("tbody", { className: "divide-y divide-slate-200", children: r ? Array.from({ length: l }).map((o, N) => /* @__PURE__ */
|
|
1361
|
+
/* @__PURE__ */ e("tbody", { className: "divide-y divide-slate-200", children: r ? Array.from({ length: l }).map((o, N) => /* @__PURE__ */ c("tr", { children: [
|
|
1362
1362
|
D && /* @__PURE__ */ e("td", { className: "w-12 px-4 py-3", children: /* @__PURE__ */ e($e, { height: 20, width: 20, variant: "rounded" }) }),
|
|
1363
1363
|
t.map((T) => /* @__PURE__ */ e("td", { className: "px-4 py-3", children: /* @__PURE__ */ e($e, { height: 30, variant: "rounded" }) }, T.key))
|
|
1364
|
-
] }, N)) : b.length === 0 ? /* @__PURE__ */ e("tr", { children: /* @__PURE__ */ e("td", { colSpan: t.length + (D ? 1 : 0), className: "py-20", children: /* @__PURE__ */
|
|
1364
|
+
] }, N)) : b.length === 0 ? /* @__PURE__ */ e("tr", { children: /* @__PURE__ */ e("td", { colSpan: t.length + (D ? 1 : 0), className: "py-20", children: /* @__PURE__ */ c("div", { className: "flex flex-col items-center justify-center", children: [
|
|
1365
1365
|
/* @__PURE__ */ e("div", { className: "relative mb-4", children: /* @__PURE__ */ e(nt, { weight: "Bold", size: 64, className: "animate-float text-slate-400" }) }),
|
|
1366
1366
|
/* @__PURE__ */ e("p", { className: "text-sm font-medium text-slate-400", children: p })
|
|
1367
1367
|
] }) }) }) : b.map((o, N) => {
|
|
1368
1368
|
const T = o[M], Y = D?.selectedRowKeys.includes(T), q = D?.getCheckboxProps?.(o)?.disabled;
|
|
1369
|
-
return /* @__PURE__ */
|
|
1369
|
+
return /* @__PURE__ */ c("tr", { className: "group transition-colors hover:bg-slate-50", children: [
|
|
1370
1370
|
D && /* @__PURE__ */ e("td", { className: n("w-12 px-4 py-3 align-top", k), children: /* @__PURE__ */ e("div", { className: "flex items-center justify-center pt-1", children: /* @__PURE__ */ e(
|
|
1371
1371
|
Me,
|
|
1372
1372
|
{
|
|
@@ -1480,9 +1480,9 @@ const Lt = {
|
|
|
1480
1480
|
maxSize: r = 10,
|
|
1481
1481
|
maxFiles: l = 5,
|
|
1482
1482
|
disabled: p = !1,
|
|
1483
|
-
label:
|
|
1483
|
+
label: i,
|
|
1484
1484
|
required: s = !1,
|
|
1485
|
-
error:
|
|
1485
|
+
error: d,
|
|
1486
1486
|
className: C,
|
|
1487
1487
|
onFilesChange: k,
|
|
1488
1488
|
onUpload: M,
|
|
@@ -1663,21 +1663,21 @@ const Lt = {
|
|
|
1663
1663
|
}, [k, Q]), oe = R(() => {
|
|
1664
1664
|
L.current?.click();
|
|
1665
1665
|
}, []);
|
|
1666
|
-
return /* @__PURE__ */
|
|
1667
|
-
|
|
1666
|
+
return /* @__PURE__ */ c("div", { className: n("w-full", C), children: [
|
|
1667
|
+
i && /* @__PURE__ */ c(
|
|
1668
1668
|
"label",
|
|
1669
1669
|
{
|
|
1670
1670
|
className: n(
|
|
1671
1671
|
"mb-2 block text-base font-medium",
|
|
1672
|
-
|
|
1672
|
+
d ? "text-red-600" : "text-slate-700"
|
|
1673
1673
|
),
|
|
1674
1674
|
children: [
|
|
1675
|
-
|
|
1675
|
+
i,
|
|
1676
1676
|
s && /* @__PURE__ */ e("span", { className: "ml-1 text-extra-small text-red-600", children: "*" })
|
|
1677
1677
|
]
|
|
1678
1678
|
}
|
|
1679
1679
|
),
|
|
1680
|
-
/* @__PURE__ */
|
|
1680
|
+
/* @__PURE__ */ c(
|
|
1681
1681
|
"div",
|
|
1682
1682
|
{
|
|
1683
1683
|
className: n(
|
|
@@ -1686,7 +1686,7 @@ const Lt = {
|
|
|
1686
1686
|
o.dropBg,
|
|
1687
1687
|
w && o.dropActive,
|
|
1688
1688
|
p && "cursor-not-allowed opacity-60",
|
|
1689
|
-
|
|
1689
|
+
d && "border-red-600 bg-red-50/30"
|
|
1690
1690
|
),
|
|
1691
1691
|
onDragOver: ae,
|
|
1692
1692
|
onDragLeave: ce,
|
|
@@ -1705,7 +1705,7 @@ const Lt = {
|
|
|
1705
1705
|
className: "hidden"
|
|
1706
1706
|
}
|
|
1707
1707
|
),
|
|
1708
|
-
/* @__PURE__ */
|
|
1708
|
+
/* @__PURE__ */ c("div", { className: "flex flex-col items-center gap-3", children: [
|
|
1709
1709
|
/* @__PURE__ */ e("div", { className: n("flex h-12 w-12 items-center justify-center rounded-xl", o.iconWrap), children: /* @__PURE__ */ e(ot, { size: 20 }) }),
|
|
1710
1710
|
/* @__PURE__ */ e("p", { className: n("text-base font-medium", o.title), children: j.dropHereTitle }),
|
|
1711
1711
|
/* @__PURE__ */ e("p", { className: n("text-sm font-normal", o.hint), children: j.fileRequirements(t, l, r, a) })
|
|
@@ -1713,9 +1713,9 @@ const Lt = {
|
|
|
1713
1713
|
]
|
|
1714
1714
|
}
|
|
1715
1715
|
),
|
|
1716
|
-
m.length > 0 && /* @__PURE__ */
|
|
1717
|
-
/* @__PURE__ */
|
|
1718
|
-
/* @__PURE__ */
|
|
1716
|
+
m.length > 0 && /* @__PURE__ */ c("div", { className: "mt-4 space-y-3", children: [
|
|
1717
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between", children: [
|
|
1718
|
+
/* @__PURE__ */ c("span", { className: "text-sm font-medium text-slate-700", children: [
|
|
1719
1719
|
j.selectedFiles,
|
|
1720
1720
|
" (",
|
|
1721
1721
|
m.length,
|
|
@@ -1734,7 +1734,7 @@ const Lt = {
|
|
|
1734
1734
|
] }),
|
|
1735
1735
|
/* @__PURE__ */ e("div", { className: "space-y-3", children: m.map((g) => {
|
|
1736
1736
|
const O = !!g.preview ? o.fileIconImg : o.fileIconDoc, U = p || y || g.status === "uploading";
|
|
1737
|
-
return /* @__PURE__ */
|
|
1737
|
+
return /* @__PURE__ */ c(
|
|
1738
1738
|
"div",
|
|
1739
1739
|
{
|
|
1740
1740
|
className: n(
|
|
@@ -1742,7 +1742,7 @@ const Lt = {
|
|
|
1742
1742
|
g.status === "error" && "border-red-600"
|
|
1743
1743
|
),
|
|
1744
1744
|
children: [
|
|
1745
|
-
/* @__PURE__ */
|
|
1745
|
+
/* @__PURE__ */ c("div", { className: "flex min-w-0 items-center gap-4", children: [
|
|
1746
1746
|
/* @__PURE__ */ e(
|
|
1747
1747
|
"div",
|
|
1748
1748
|
{
|
|
@@ -1760,18 +1760,18 @@ const Lt = {
|
|
|
1760
1760
|
) : E ? N(g.file) : /* @__PURE__ */ e(Te, { className: "h-6 w-6 text-slate-500" })
|
|
1761
1761
|
}
|
|
1762
1762
|
),
|
|
1763
|
-
/* @__PURE__ */
|
|
1763
|
+
/* @__PURE__ */ c("div", { className: "min-w-0", children: [
|
|
1764
1764
|
/* @__PURE__ */ e("p", { className: "truncate text-lg font-semibold text-primary", children: g.file.name }),
|
|
1765
|
-
/* @__PURE__ */
|
|
1765
|
+
/* @__PURE__ */ c("div", { className: "mt-1 flex flex-wrap items-center gap-2 text-sm text-slate-500", children: [
|
|
1766
1766
|
/* @__PURE__ */ e("span", { children: T(g.file.size) }),
|
|
1767
|
-
g.status === "uploading" && /* @__PURE__ */
|
|
1767
|
+
g.status === "uploading" && /* @__PURE__ */ c(he, { children: [
|
|
1768
1768
|
/* @__PURE__ */ e("span", { children: "•" }),
|
|
1769
|
-
/* @__PURE__ */
|
|
1769
|
+
/* @__PURE__ */ c("span", { className: "inline-flex items-center", children: [
|
|
1770
1770
|
/* @__PURE__ */ e(We, { className: "mr-1 h-5 w-5 animate-spin" }),
|
|
1771
1771
|
j.uploading
|
|
1772
1772
|
] })
|
|
1773
1773
|
] }),
|
|
1774
|
-
g.status === "success" && /* @__PURE__ */
|
|
1774
|
+
g.status === "success" && /* @__PURE__ */ c(he, { children: [
|
|
1775
1775
|
/* @__PURE__ */ e("span", { children: "•" }),
|
|
1776
1776
|
/* @__PURE__ */ e("span", { className: "font-normal text-green-600", children: j.success })
|
|
1777
1777
|
] })
|
|
@@ -1789,7 +1789,7 @@ const Lt = {
|
|
|
1789
1789
|
g.status === "error" && g.error && /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-normal text-red-600", children: g.error })
|
|
1790
1790
|
] })
|
|
1791
1791
|
] }),
|
|
1792
|
-
/* @__PURE__ */
|
|
1792
|
+
/* @__PURE__ */ c("div", { className: "flex items-center gap-2", children: [
|
|
1793
1793
|
/* @__PURE__ */ e(
|
|
1794
1794
|
"button",
|
|
1795
1795
|
{
|
|
@@ -1823,7 +1823,7 @@ const Lt = {
|
|
|
1823
1823
|
);
|
|
1824
1824
|
}) })
|
|
1825
1825
|
] }),
|
|
1826
|
-
|
|
1826
|
+
d && /* @__PURE__ */ e("p", { className: "mt-2 text-sm font-normal text-red-600", children: d })
|
|
1827
1827
|
] });
|
|
1828
1828
|
};
|
|
1829
1829
|
function er({
|
|
@@ -1832,9 +1832,9 @@ function er({
|
|
|
1832
1832
|
title: r,
|
|
1833
1833
|
description: l,
|
|
1834
1834
|
Header: p,
|
|
1835
|
-
Body:
|
|
1835
|
+
Body: i,
|
|
1836
1836
|
footer: s,
|
|
1837
|
-
handleClickOutside:
|
|
1837
|
+
handleClickOutside: d = !1,
|
|
1838
1838
|
showCloseIcon: C = !0,
|
|
1839
1839
|
showHeader: k = !0,
|
|
1840
1840
|
overlayClassName: M,
|
|
@@ -1845,9 +1845,9 @@ function er({
|
|
|
1845
1845
|
const v = le(null), { handleEscape: u } = Ee(() => a(!1));
|
|
1846
1846
|
J(() => (t ? (document.addEventListener("keydown", u), document.body.style.overflow = "hidden") : document.body.style.overflow = "unset", () => document.removeEventListener("keydown", u)), [t, u]);
|
|
1847
1847
|
const { handleClick: m } = De(v, () => {
|
|
1848
|
-
|
|
1848
|
+
d && a(!1);
|
|
1849
1849
|
});
|
|
1850
|
-
J(() => (t &&
|
|
1850
|
+
J(() => (t && d && document.addEventListener("mousedown", m), () => document.removeEventListener("mousedown", m)), [t, m, d]);
|
|
1851
1851
|
const w = k && !!(p || r || l);
|
|
1852
1852
|
return /* @__PURE__ */ e(
|
|
1853
1853
|
"div",
|
|
@@ -1858,7 +1858,7 @@ function er({
|
|
|
1858
1858
|
t ? "opacity-100" : "pointer-events-none opacity-0",
|
|
1859
1859
|
M
|
|
1860
1860
|
),
|
|
1861
|
-
children: /* @__PURE__ */
|
|
1861
|
+
children: /* @__PURE__ */ c(
|
|
1862
1862
|
"div",
|
|
1863
1863
|
{
|
|
1864
1864
|
ref: v,
|
|
@@ -1871,8 +1871,8 @@ function er({
|
|
|
1871
1871
|
D
|
|
1872
1872
|
),
|
|
1873
1873
|
children: [
|
|
1874
|
-
w && /* @__PURE__ */
|
|
1875
|
-
p || /* @__PURE__ */
|
|
1874
|
+
w && /* @__PURE__ */ c("div", { className: "border-b border-slate-200 flex items-start justify-between p-4 sm:p-6 mb-4", children: [
|
|
1875
|
+
p || /* @__PURE__ */ c("div", { className: "block", children: [
|
|
1876
1876
|
/* @__PURE__ */ e("h2", { className: "text-h3 font-semibold text-black", children: r }),
|
|
1877
1877
|
l && /* @__PURE__ */ e("p", { className: "text-base text-slate-base font-normal mt-2", children: l })
|
|
1878
1878
|
] }),
|
|
@@ -1887,7 +1887,7 @@ function er({
|
|
|
1887
1887
|
}
|
|
1888
1888
|
)
|
|
1889
1889
|
] }),
|
|
1890
|
-
|
|
1890
|
+
i && /* @__PURE__ */ e(
|
|
1891
1891
|
"div",
|
|
1892
1892
|
{
|
|
1893
1893
|
className: n(
|
|
@@ -1896,7 +1896,7 @@ function er({
|
|
|
1896
1896
|
"px-4 sm:px-6 mb-2",
|
|
1897
1897
|
A
|
|
1898
1898
|
),
|
|
1899
|
-
children:
|
|
1899
|
+
children: i
|
|
1900
1900
|
}
|
|
1901
1901
|
),
|
|
1902
1902
|
s && /* @__PURE__ */ e(
|
|
@@ -1922,9 +1922,9 @@ function tr({
|
|
|
1922
1922
|
perPage: r,
|
|
1923
1923
|
onPageChange: l,
|
|
1924
1924
|
onPerPageChange: p,
|
|
1925
|
-
siblingCount:
|
|
1925
|
+
siblingCount: i = 1,
|
|
1926
1926
|
perPageOptions: s = [10, 30, 50, 100],
|
|
1927
|
-
showPerPage:
|
|
1927
|
+
showPerPage: d = !0,
|
|
1928
1928
|
variant: C = "yellow",
|
|
1929
1929
|
size: k = "large",
|
|
1930
1930
|
paginationClassName: M
|
|
@@ -1932,10 +1932,10 @@ function tr({
|
|
|
1932
1932
|
const D = Number.isFinite(t) && t > 0 ? t : 0, A = Number.isFinite(r) && r > 0 ? r : 10, E = Math.max(1, Number.isFinite(a) ? a : 1), v = Math.ceil(D / A);
|
|
1933
1933
|
if (v <= 1 || D === 0) return null;
|
|
1934
1934
|
const m = (() => {
|
|
1935
|
-
const h = [], y =
|
|
1935
|
+
const h = [], y = i * 2 + 5;
|
|
1936
1936
|
if (v <= y)
|
|
1937
1937
|
return Array.from({ length: v }, (j, o) => o + 1);
|
|
1938
|
-
const $ = Math.max(E -
|
|
1938
|
+
const $ = Math.max(E - i, 2), L = Math.min(E + i, v - 1);
|
|
1939
1939
|
h.push(1), $ > 2 && h.push("...");
|
|
1940
1940
|
for (let j = $; j <= L; j++) h.push(j);
|
|
1941
1941
|
return L < v - 1 && h.push("..."), v > 1 && h.push(v), h;
|
|
@@ -1956,11 +1956,11 @@ function tr({
|
|
|
1956
1956
|
arrow: "text-black"
|
|
1957
1957
|
}
|
|
1958
1958
|
}[C ?? "yellow"];
|
|
1959
|
-
return /* @__PURE__ */
|
|
1959
|
+
return /* @__PURE__ */ c("div", { className: n(
|
|
1960
1960
|
"flex items-center justify-between gap-4 w-full",
|
|
1961
1961
|
M
|
|
1962
1962
|
), children: [
|
|
1963
|
-
|
|
1963
|
+
d && p && /* @__PURE__ */ c("div", { className: "flex items-center gap-2", children: [
|
|
1964
1964
|
/* @__PURE__ */ e(
|
|
1965
1965
|
"span",
|
|
1966
1966
|
{
|
|
@@ -1968,7 +1968,7 @@ function tr({
|
|
|
1968
1968
|
children: "Строк на странице:"
|
|
1969
1969
|
}
|
|
1970
1970
|
),
|
|
1971
|
-
/* @__PURE__ */
|
|
1971
|
+
/* @__PURE__ */ c("div", { className: "relative", children: [
|
|
1972
1972
|
/* @__PURE__ */ e(
|
|
1973
1973
|
"select",
|
|
1974
1974
|
{
|
|
@@ -1992,7 +1992,7 @@ function tr({
|
|
|
1992
1992
|
)
|
|
1993
1993
|
] })
|
|
1994
1994
|
] }),
|
|
1995
|
-
/* @__PURE__ */
|
|
1995
|
+
/* @__PURE__ */ c("nav", { "aria-label": "Пагинация", className: "flex items-center gap-1 shrink-0 whitespace-nowrap", children: [
|
|
1996
1996
|
/* @__PURE__ */ e(
|
|
1997
1997
|
"button",
|
|
1998
1998
|
{
|
|
@@ -2082,9 +2082,9 @@ function rr({
|
|
|
2082
2082
|
position: r = "top",
|
|
2083
2083
|
className: l,
|
|
2084
2084
|
tabListClassName: p,
|
|
2085
|
-
contentClassName:
|
|
2085
|
+
contentClassName: i,
|
|
2086
2086
|
extra: s,
|
|
2087
|
-
onChange:
|
|
2087
|
+
onChange: d
|
|
2088
2088
|
}) {
|
|
2089
2089
|
const [C, k] = _(a || t[0]?.id), [M, D] = _({}), A = le([]), E = () => {
|
|
2090
2090
|
requestAnimationFrame(() => {
|
|
@@ -2120,8 +2120,8 @@ function rr({
|
|
|
2120
2120
|
left: "ml-4",
|
|
2121
2121
|
right: "mr-4"
|
|
2122
2122
|
};
|
|
2123
|
-
return /* @__PURE__ */
|
|
2124
|
-
/* @__PURE__ */
|
|
2123
|
+
return /* @__PURE__ */ c("div", { className: n("flex w-full", u[r], l), children: [
|
|
2124
|
+
/* @__PURE__ */ c(
|
|
2125
2125
|
"div",
|
|
2126
2126
|
{
|
|
2127
2127
|
className: n(
|
|
@@ -2136,7 +2136,7 @@ function rr({
|
|
|
2136
2136
|
"flex-1",
|
|
2137
2137
|
v ? "w-full" : "min-w-[520px]"
|
|
2138
2138
|
),
|
|
2139
|
-
children: /* @__PURE__ */
|
|
2139
|
+
children: /* @__PURE__ */ c(
|
|
2140
2140
|
"div",
|
|
2141
2141
|
{
|
|
2142
2142
|
className: n(
|
|
@@ -2156,14 +2156,14 @@ function rr({
|
|
|
2156
2156
|
),
|
|
2157
2157
|
t?.map((w, h) => {
|
|
2158
2158
|
const y = C === w.id;
|
|
2159
|
-
return /* @__PURE__ */
|
|
2159
|
+
return /* @__PURE__ */ c(
|
|
2160
2160
|
"button",
|
|
2161
2161
|
{
|
|
2162
2162
|
ref: ($) => {
|
|
2163
2163
|
A.current[h] = $;
|
|
2164
2164
|
},
|
|
2165
2165
|
onClick: () => {
|
|
2166
|
-
w?.disabled || (k(w?.id),
|
|
2166
|
+
w?.disabled || (k(w?.id), d?.(w?.id));
|
|
2167
2167
|
},
|
|
2168
2168
|
disabled: w?.disabled,
|
|
2169
2169
|
className: n(
|
|
@@ -2197,7 +2197,7 @@ function rr({
|
|
|
2197
2197
|
]
|
|
2198
2198
|
}
|
|
2199
2199
|
),
|
|
2200
|
-
/* @__PURE__ */ e("div", { className: n("w-full flex-1 overflow-hidden", b[r],
|
|
2200
|
+
/* @__PURE__ */ e("div", { className: n("w-full flex-1 overflow-hidden", b[r], i), children: /* @__PURE__ */ e("div", { className: "animate-fade-in w-full", style: { animationDuration: "0.35s" }, children: t?.find((w) => w.id === C)?.content }, C) })
|
|
2201
2201
|
] });
|
|
2202
2202
|
}
|
|
2203
2203
|
const jt = {
|
|
@@ -2221,9 +2221,9 @@ function nr({
|
|
|
2221
2221
|
size: r = "lg",
|
|
2222
2222
|
icon: l,
|
|
2223
2223
|
iconPosition: p = "left",
|
|
2224
|
-
className:
|
|
2224
|
+
className: i
|
|
2225
2225
|
}) {
|
|
2226
|
-
return /* @__PURE__ */
|
|
2226
|
+
return /* @__PURE__ */ c(
|
|
2227
2227
|
"span",
|
|
2228
2228
|
{
|
|
2229
2229
|
className: n(
|
|
@@ -2231,7 +2231,7 @@ function nr({
|
|
|
2231
2231
|
jt[r],
|
|
2232
2232
|
It[a],
|
|
2233
2233
|
l && "gap-[2px]",
|
|
2234
|
-
|
|
2234
|
+
i
|
|
2235
2235
|
),
|
|
2236
2236
|
children: [
|
|
2237
2237
|
l && p === "left" && /* @__PURE__ */ e("span", { className: `flex items-center ${n(Be[r])}`, children: l }),
|
|
@@ -2248,15 +2248,15 @@ const Rt = fe(
|
|
|
2248
2248
|
value: r = "",
|
|
2249
2249
|
onChange: l,
|
|
2250
2250
|
required: p = !1,
|
|
2251
|
-
disabled:
|
|
2251
|
+
disabled: i = !1,
|
|
2252
2252
|
error: s,
|
|
2253
|
-
className:
|
|
2253
|
+
className: d,
|
|
2254
2254
|
rows: C = 4,
|
|
2255
2255
|
name: k
|
|
2256
2256
|
}, M) => {
|
|
2257
2257
|
const D = Z(() => s ? "border-red-600 focus:border-red-600 shadow-red" : "border-slate-200 hover:border-slate-400 focus:shadow-blue focus:border-blue-600", [s]);
|
|
2258
|
-
return /* @__PURE__ */
|
|
2259
|
-
t && /* @__PURE__ */
|
|
2258
|
+
return /* @__PURE__ */ c("div", { className: n("relative w-full", d), children: [
|
|
2259
|
+
t && /* @__PURE__ */ c(
|
|
2260
2260
|
"label",
|
|
2261
2261
|
{
|
|
2262
2262
|
className: n(
|
|
@@ -2277,7 +2277,7 @@ const Rt = fe(
|
|
|
2277
2277
|
rows: C,
|
|
2278
2278
|
value: r,
|
|
2279
2279
|
onChange: (A) => l?.(A.target.value),
|
|
2280
|
-
disabled:
|
|
2280
|
+
disabled: i,
|
|
2281
2281
|
placeholder: a,
|
|
2282
2282
|
className: n(
|
|
2283
2283
|
"w-full resize-none rounded-xl border bg-white text-base font-normal transition-all duration-300 ease-in-out outline-none",
|
|
@@ -2307,22 +2307,22 @@ function Bt({
|
|
|
2307
2307
|
type: r = "info",
|
|
2308
2308
|
duration: l = 3e3,
|
|
2309
2309
|
action: p,
|
|
2310
|
-
onClose:
|
|
2310
|
+
onClose: i
|
|
2311
2311
|
}) {
|
|
2312
|
-
const [s,
|
|
2312
|
+
const [s, d] = _(100);
|
|
2313
2313
|
J(() => {
|
|
2314
2314
|
if (l === 1 / 0) {
|
|
2315
|
-
|
|
2315
|
+
d(100);
|
|
2316
2316
|
return;
|
|
2317
2317
|
}
|
|
2318
2318
|
let M = null;
|
|
2319
2319
|
const D = (E) => {
|
|
2320
2320
|
M || (M = E);
|
|
2321
2321
|
const v = E - M, u = Math.max(0, (l - v) / l * 100);
|
|
2322
|
-
|
|
2322
|
+
d(u), u > 0 ? requestAnimationFrame(D) : i?.();
|
|
2323
2323
|
}, A = requestAnimationFrame(D);
|
|
2324
2324
|
return () => cancelAnimationFrame(A);
|
|
2325
|
-
}, [l,
|
|
2325
|
+
}, [l, i]);
|
|
2326
2326
|
const C = {
|
|
2327
2327
|
success: /* @__PURE__ */ e(gt, { weight: "Bold", className: "w-5 h-5" }),
|
|
2328
2328
|
error: /* @__PURE__ */ e(pt, { weight: "Bold", className: "w-5 h-5" }),
|
|
@@ -2359,7 +2359,7 @@ function Bt({
|
|
|
2359
2359
|
loading: "text-slate-600"
|
|
2360
2360
|
}
|
|
2361
2361
|
};
|
|
2362
|
-
return /* @__PURE__ */
|
|
2362
|
+
return /* @__PURE__ */ c(
|
|
2363
2363
|
"div",
|
|
2364
2364
|
{
|
|
2365
2365
|
className: n(
|
|
@@ -2378,9 +2378,9 @@ function Bt({
|
|
|
2378
2378
|
}
|
|
2379
2379
|
}
|
|
2380
2380
|
),
|
|
2381
|
-
/* @__PURE__ */ e("div", { className: "p-4", children: /* @__PURE__ */
|
|
2381
|
+
/* @__PURE__ */ e("div", { className: "p-4", children: /* @__PURE__ */ c("div", { className: "flex items-start gap-2", children: [
|
|
2382
2382
|
/* @__PURE__ */ e("div", { className: n("flex-shrink-0", k.text[r]), children: C[r] }),
|
|
2383
|
-
/* @__PURE__ */
|
|
2383
|
+
/* @__PURE__ */ c("div", { className: "flex-1 min-w-0", children: [
|
|
2384
2384
|
/* @__PURE__ */ e("h4", { className: "text-base font-medium mb-1", children: t }),
|
|
2385
2385
|
a && /* @__PURE__ */ e("p", { className: "text-sm text-[#82828C]", children: a }),
|
|
2386
2386
|
p && /* @__PURE__ */ e("div", { className: "mt-3", children: /* @__PURE__ */ e("div", { className: n("underline font-medium text-sm", k.action[r]), children: p }) })
|
|
@@ -2388,7 +2388,7 @@ function Bt({
|
|
|
2388
2388
|
/* @__PURE__ */ e(
|
|
2389
2389
|
"button",
|
|
2390
2390
|
{
|
|
2391
|
-
onClick:
|
|
2391
|
+
onClick: i,
|
|
2392
2392
|
className: "flex-shrink-0 rounded-full transition cursor-pointer active:animate-spin",
|
|
2393
2393
|
children: /* @__PURE__ */ e(pe, { className: "w-6 h-6 text-slate-base" })
|
|
2394
2394
|
}
|
|
@@ -2400,7 +2400,7 @@ function Bt({
|
|
|
2400
2400
|
}
|
|
2401
2401
|
const ge = (t) => {
|
|
2402
2402
|
const a = $t++, r = () => {
|
|
2403
|
-
const p = Ce.findIndex((
|
|
2403
|
+
const p = Ce.findIndex((i) => i?.id === a);
|
|
2404
2404
|
p !== -1 && (Ce.splice(p, 1), ze());
|
|
2405
2405
|
}, l = /* @__PURE__ */ e(Bt, { ...t, onClose: r });
|
|
2406
2406
|
return Ce.push({ id: a, element: l }), ze(), t.duration !== 1 / 0 && setTimeout(r, (t.duration || 3e3) + 300), { close: r };
|
|
@@ -2435,7 +2435,7 @@ function ar({
|
|
|
2435
2435
|
delay: l = 200,
|
|
2436
2436
|
className: p
|
|
2437
2437
|
}) {
|
|
2438
|
-
const
|
|
2438
|
+
const i = {
|
|
2439
2439
|
top: "bottom-full left-1/2 -translate-x-1/2 mb-2",
|
|
2440
2440
|
bottom: "top-full left-1/2 -translate-x-1/2 mt-2",
|
|
2441
2441
|
left: "right-full top-1/2 -translate-y-1/2 mr-2",
|
|
@@ -2446,16 +2446,16 @@ function ar({
|
|
|
2446
2446
|
left: "top-1/2 -translate-y-1/2 left-full",
|
|
2447
2447
|
right: "top-1/2 -translate-y-1/2 right-full"
|
|
2448
2448
|
};
|
|
2449
|
-
return /* @__PURE__ */
|
|
2449
|
+
return /* @__PURE__ */ c("div", { className: "group relative inline-block", children: [
|
|
2450
2450
|
a,
|
|
2451
|
-
/* @__PURE__ */
|
|
2451
|
+
/* @__PURE__ */ c(
|
|
2452
2452
|
"div",
|
|
2453
2453
|
{
|
|
2454
2454
|
className: n(
|
|
2455
2455
|
"absolute z-50 rounded-md bg-slate-400 px-2 py-1 text-xs whitespace-nowrap text-white shadow-md",
|
|
2456
2456
|
"scale-95 opacity-0 transition-all group-hover:scale-100 group-hover:opacity-100",
|
|
2457
2457
|
"duration-200 ease-out group-hover:delay-200",
|
|
2458
|
-
|
|
2458
|
+
i[r],
|
|
2459
2459
|
p
|
|
2460
2460
|
),
|
|
2461
2461
|
style: { transitionDelay: `${l}ms` },
|
|
@@ -2481,10 +2481,10 @@ function sr({
|
|
|
2481
2481
|
disabled: r = !1,
|
|
2482
2482
|
variant: l = "yellow",
|
|
2483
2483
|
label: p,
|
|
2484
|
-
supportText:
|
|
2484
|
+
supportText: i,
|
|
2485
2485
|
className: s
|
|
2486
2486
|
}) {
|
|
2487
|
-
const
|
|
2487
|
+
const d = () => {
|
|
2488
2488
|
r || a?.(!t);
|
|
2489
2489
|
}, C = {
|
|
2490
2490
|
blue: {
|
|
@@ -2498,7 +2498,7 @@ function sr({
|
|
|
2498
2498
|
focus: "focus:ring-2 focus:ring-yellow-200"
|
|
2499
2499
|
}
|
|
2500
2500
|
};
|
|
2501
|
-
return /* @__PURE__ */
|
|
2501
|
+
return /* @__PURE__ */ c(
|
|
2502
2502
|
"div",
|
|
2503
2503
|
{
|
|
2504
2504
|
className: n(
|
|
@@ -2518,7 +2518,7 @@ function sr({
|
|
|
2518
2518
|
!r && C[l].focus,
|
|
2519
2519
|
r && "bg-slate-100 cursor-not-allowed"
|
|
2520
2520
|
),
|
|
2521
|
-
onClick:
|
|
2521
|
+
onClick: d,
|
|
2522
2522
|
children: /* @__PURE__ */ e(
|
|
2523
2523
|
"span",
|
|
2524
2524
|
{
|
|
@@ -2530,7 +2530,7 @@ function sr({
|
|
|
2530
2530
|
)
|
|
2531
2531
|
}
|
|
2532
2532
|
),
|
|
2533
|
-
(p ||
|
|
2533
|
+
(p || i) && /* @__PURE__ */ c("div", { className: "flex flex-col leading-tight", children: [
|
|
2534
2534
|
p && /* @__PURE__ */ e(
|
|
2535
2535
|
"span",
|
|
2536
2536
|
{
|
|
@@ -2540,7 +2540,7 @@ function sr({
|
|
|
2540
2540
|
children: p
|
|
2541
2541
|
}
|
|
2542
2542
|
),
|
|
2543
|
-
|
|
2543
|
+
i && /* @__PURE__ */ e("span", { className: "text-sm font-normal text-slate-500", children: i })
|
|
2544
2544
|
] })
|
|
2545
2545
|
]
|
|
2546
2546
|
}
|
|
@@ -2552,7 +2552,8 @@ function or({
|
|
|
2552
2552
|
size: a = 150,
|
|
2553
2553
|
iconClassName: r,
|
|
2554
2554
|
isLoading: l = !1,
|
|
2555
|
-
isFullPage: p = !0
|
|
2555
|
+
isFullPage: p = !0,
|
|
2556
|
+
variant: i = "yellow"
|
|
2556
2557
|
}) {
|
|
2557
2558
|
return l ? /* @__PURE__ */ e(
|
|
2558
2559
|
"div",
|
|
@@ -2569,7 +2570,7 @@ function or({
|
|
|
2569
2570
|
height: a,
|
|
2570
2571
|
className: n(
|
|
2571
2572
|
"animate-spin",
|
|
2572
|
-
!r && "text-yellow-500",
|
|
2573
|
+
!r && (i === "blue" ? "text-blue-600" : "text-yellow-500"),
|
|
2573
2574
|
r
|
|
2574
2575
|
),
|
|
2575
2576
|
style: { fill: "currentColor", stroke: "currentColor" }
|
|
@@ -2585,9 +2586,9 @@ const Pt = fe(
|
|
|
2585
2586
|
size: r = "base",
|
|
2586
2587
|
error: l,
|
|
2587
2588
|
disabled: p = !1,
|
|
2588
|
-
required:
|
|
2589
|
+
required: i = !1,
|
|
2589
2590
|
value: s = "",
|
|
2590
|
-
onChange:
|
|
2591
|
+
onChange: d,
|
|
2591
2592
|
onFocus: C,
|
|
2592
2593
|
onBlur: k,
|
|
2593
2594
|
className: M,
|
|
@@ -2602,13 +2603,13 @@ const Pt = fe(
|
|
|
2602
2603
|
}, []), b = (j) => {
|
|
2603
2604
|
const o = j.target.value;
|
|
2604
2605
|
if (o.length < 5) {
|
|
2605
|
-
|
|
2606
|
+
d?.("+998");
|
|
2606
2607
|
return;
|
|
2607
2608
|
}
|
|
2608
2609
|
const N = m(o);
|
|
2609
|
-
|
|
2610
|
+
d?.(N);
|
|
2610
2611
|
}, w = () => {
|
|
2611
|
-
u(!0), (!s || s === "") &&
|
|
2612
|
+
u(!0), (!s || s === "") && d?.("+998"), C?.();
|
|
2612
2613
|
}, h = () => {
|
|
2613
2614
|
u(!1), k?.();
|
|
2614
2615
|
}, y = Z(() => ({
|
|
@@ -2637,16 +2638,16 @@ const Pt = fe(
|
|
|
2637
2638
|
iconWrapper: "h-5"
|
|
2638
2639
|
}
|
|
2639
2640
|
}), [A]), $ = Z(() => l ? "border-red-600 focus:border-red-600 shadow-red" : "border-slate-200 hover:border-slate-400 focus:shadow-blue focus:border-blue-600", [l]), L = Z(() => p ? "text-slate-400" : l ? "text-red-600" : v ? "text-black" : "text-slate-400", [l, v, p]);
|
|
2640
|
-
return /* @__PURE__ */
|
|
2641
|
-
t && /* @__PURE__ */
|
|
2641
|
+
return /* @__PURE__ */ c("div", { className: n("w-full", M), children: [
|
|
2642
|
+
t && /* @__PURE__ */ c("label", { className: n(
|
|
2642
2643
|
"mb-2 block font-medium transition-colors duration-200",
|
|
2643
2644
|
l ? "text-red-600" : v ? "text-blue-600" : "text-slate-700",
|
|
2644
2645
|
y[r].labelFont
|
|
2645
2646
|
), children: [
|
|
2646
2647
|
t,
|
|
2647
|
-
|
|
2648
|
+
i && /* @__PURE__ */ e("span", { className: "text-red-600 ml-1", children: "*" })
|
|
2648
2649
|
] }),
|
|
2649
|
-
/* @__PURE__ */
|
|
2650
|
+
/* @__PURE__ */ c("div", { className: "relative flex items-center", children: [
|
|
2650
2651
|
A && /* @__PURE__ */ e("div", { className: n(
|
|
2651
2652
|
"absolute top-1/2 flex -translate-y-1/2 items-center justify-center transition-all duration-300",
|
|
2652
2653
|
y[r].iconLeft,
|
|
@@ -2682,7 +2683,7 @@ const Pt = fe(
|
|
|
2682
2683
|
Pt.displayName = "MciPhone";
|
|
2683
2684
|
const Wt = fe(
|
|
2684
2685
|
({ mode: t, onChange: a, value: r, ...l }, p) => {
|
|
2685
|
-
const [
|
|
2686
|
+
const [i, s] = _(""), d = r !== void 0 ? r : i, C = (v) => {
|
|
2686
2687
|
const u = v.replace(/\s/g, "").toUpperCase();
|
|
2687
2688
|
let m = "";
|
|
2688
2689
|
for (let b = 0; b < u.length; b++) {
|
|
@@ -2715,7 +2716,7 @@ const Wt = fe(
|
|
|
2715
2716
|
{
|
|
2716
2717
|
ref: p,
|
|
2717
2718
|
...l,
|
|
2718
|
-
value:
|
|
2719
|
+
value: d,
|
|
2719
2720
|
onChange: D,
|
|
2720
2721
|
maxLength: (() => {
|
|
2721
2722
|
if (l.maxLength) return l.maxLength;
|
|
@@ -2742,10 +2743,10 @@ function ir({
|
|
|
2742
2743
|
columns: r,
|
|
2743
2744
|
hidden: l,
|
|
2744
2745
|
onToggle: p,
|
|
2745
|
-
onMove:
|
|
2746
|
+
onMove: i,
|
|
2746
2747
|
minVisible: s = 5
|
|
2747
2748
|
}) {
|
|
2748
|
-
const
|
|
2749
|
+
const d = le(null), { handleClick: C } = De(d, a);
|
|
2749
2750
|
J(() => {
|
|
2750
2751
|
if (t)
|
|
2751
2752
|
return document.addEventListener("mousedown", C), () => document.removeEventListener("mousedown", C);
|
|
@@ -2782,17 +2783,17 @@ function ir({
|
|
|
2782
2783
|
},
|
|
2783
2784
|
[p]
|
|
2784
2785
|
);
|
|
2785
|
-
return t ? /* @__PURE__ */
|
|
2786
|
+
return t ? /* @__PURE__ */ c(
|
|
2786
2787
|
"div",
|
|
2787
2788
|
{
|
|
2788
|
-
ref:
|
|
2789
|
+
ref: d,
|
|
2789
2790
|
className: n(
|
|
2790
2791
|
"absolute right-0 top-full z-50 mt-2 w-[320px]",
|
|
2791
2792
|
"rounded-2xl p-4 bg-white",
|
|
2792
2793
|
"border border-slate-200"
|
|
2793
2794
|
),
|
|
2794
2795
|
children: [
|
|
2795
|
-
/* @__PURE__ */
|
|
2796
|
+
/* @__PURE__ */ c("div", { className: "flex items-center justify-between gap-4", children: [
|
|
2796
2797
|
/* @__PURE__ */ e("h4", { className: "text-slate-600 text-large font-normal", children: "Settings" }),
|
|
2797
2798
|
/* @__PURE__ */ e(
|
|
2798
2799
|
"button",
|
|
@@ -2819,8 +2820,8 @@ function ir({
|
|
|
2819
2820
|
),
|
|
2820
2821
|
children: r.map((o, N) => {
|
|
2821
2822
|
const T = !k.has(o.key), Y = T && M <= s, q = v === N, B = m === o.key;
|
|
2822
|
-
return /* @__PURE__ */
|
|
2823
|
-
/* @__PURE__ */
|
|
2823
|
+
return /* @__PURE__ */ c("div", { children: [
|
|
2824
|
+
/* @__PURE__ */ c(
|
|
2824
2825
|
"div",
|
|
2825
2826
|
{
|
|
2826
2827
|
draggable: !0,
|
|
@@ -2842,7 +2843,7 @@ function ir({
|
|
|
2842
2843
|
onDrop: (P) => {
|
|
2843
2844
|
P.preventDefault();
|
|
2844
2845
|
const W = D.current ?? Number(P.dataTransfer.getData("text/plain"));
|
|
2845
|
-
Number.isFinite(W) && W !== N &&
|
|
2846
|
+
Number.isFinite(W) && W !== N && i(W, N), L();
|
|
2846
2847
|
},
|
|
2847
2848
|
onDragEnd: L,
|
|
2848
2849
|
className: n(
|
|
@@ -2878,9 +2879,9 @@ function ir({
|
|
|
2878
2879
|
variant: "blue"
|
|
2879
2880
|
}
|
|
2880
2881
|
) }),
|
|
2881
|
-
/* @__PURE__ */
|
|
2882
|
+
/* @__PURE__ */ c("div", { className: "min-w-0 flex-1", children: [
|
|
2882
2883
|
/* @__PURE__ */ e("h4", { className: "truncate text-slate-700 text-base font-medium", title: o.title, children: o.title }),
|
|
2883
|
-
Y && /* @__PURE__ */
|
|
2884
|
+
Y && /* @__PURE__ */ c("p", { className: "text-xs text-slate-400 mt-0.5", children: [
|
|
2884
2885
|
"Минимум ",
|
|
2885
2886
|
s,
|
|
2886
2887
|
" колонок"
|
|
@@ -2915,42 +2916,42 @@ const Pe = (t) => Array.isArray(t) && t.every((a) => typeof a == "string"), Ot =
|
|
|
2915
2916
|
return r;
|
|
2916
2917
|
};
|
|
2917
2918
|
function cr(t) {
|
|
2918
|
-
const { storageKey: a, columns: r, defaultVisibleKeys: l, defaultOrder: p } = t,
|
|
2919
|
+
const { storageKey: a, columns: r, defaultVisibleKeys: l, defaultOrder: p } = t, i = Z(() => r.map((u) => String(u.key)), [r]), s = Z(() => new Set(i), [i]), [d, C] = _(() => {
|
|
2919
2920
|
if (typeof window > "u") {
|
|
2920
|
-
const L = p?.map(String) ??
|
|
2921
|
+
const L = p?.map(String) ?? i, j = l && l.length ? i.filter((o) => !new Set(l.map(String)).has(o)) : [];
|
|
2921
2922
|
return { order: ie(L), hidden: ie(j) };
|
|
2922
2923
|
}
|
|
2923
|
-
const u = Ot(window.localStorage.getItem(a)), m = p?.map(String) ??
|
|
2924
|
+
const u = Ot(window.localStorage.getItem(a)), m = p?.map(String) ?? i, b = ie(m), w = ie((u?.order ?? []).filter((L) => s.has(L))), h = ie([
|
|
2924
2925
|
...w,
|
|
2925
2926
|
...b.filter((L) => !w.includes(L)),
|
|
2926
|
-
...
|
|
2927
|
-
]), y = ie((u?.hidden ?? []).filter((L) => s.has(L))), $ = y.length === 0 && l && l.length ?
|
|
2927
|
+
...i.filter((L) => !w.includes(L) && !b.includes(L))
|
|
2928
|
+
]), y = ie((u?.hidden ?? []).filter((L) => s.has(L))), $ = y.length === 0 && l && l.length ? i.filter((L) => !new Set(l.map(String)).has(L)) : y;
|
|
2928
2929
|
return { order: h, hidden: ie($) };
|
|
2929
2930
|
});
|
|
2930
2931
|
J(() => {
|
|
2931
2932
|
if (!(typeof window > "u"))
|
|
2932
2933
|
try {
|
|
2933
|
-
window.localStorage.setItem(a, JSON.stringify(
|
|
2934
|
+
window.localStorage.setItem(a, JSON.stringify(d));
|
|
2934
2935
|
} catch {
|
|
2935
2936
|
}
|
|
2936
|
-
}, [a,
|
|
2937
|
+
}, [a, d]), J(() => {
|
|
2937
2938
|
C((u) => {
|
|
2938
2939
|
const m = ie([
|
|
2939
2940
|
...u.order.filter((y) => s.has(y)),
|
|
2940
|
-
...
|
|
2941
|
+
...i.filter((y) => !u.order.includes(y))
|
|
2941
2942
|
]), b = ie(u.hidden.filter((y) => s.has(y))), w = m.length === u.order.length && m.every((y, $) => y === u.order[$]), h = b.length === u.hidden.length && b.every((y, $) => y === u.hidden[$]);
|
|
2942
2943
|
return w && h ? u : { order: m, hidden: b };
|
|
2943
2944
|
});
|
|
2944
|
-
}, [
|
|
2945
|
-
const k = Z(() => new Set(
|
|
2945
|
+
}, [i, s]);
|
|
2946
|
+
const k = Z(() => new Set(d.hidden), [d.hidden]), M = Z(() => {
|
|
2946
2947
|
const u = /* @__PURE__ */ new Map();
|
|
2947
|
-
return
|
|
2948
|
+
return d.order.forEach((b, w) => u.set(b, w)), [...r.filter((b) => !k.has(String(b.key)))].sort((b, w) => {
|
|
2948
2949
|
const h = u.get(String(b.key)) ?? Number.MAX_SAFE_INTEGER, y = u.get(String(w.key)) ?? Number.MAX_SAFE_INTEGER;
|
|
2949
2950
|
return h - y;
|
|
2950
2951
|
});
|
|
2951
|
-
}, [r, k,
|
|
2952
|
-
() =>
|
|
2953
|
-
[
|
|
2952
|
+
}, [r, k, d.order]), D = Z(
|
|
2953
|
+
() => d.hidden.filter((u) => s.has(u)),
|
|
2954
|
+
[d.hidden, s]
|
|
2954
2955
|
), A = R((u) => {
|
|
2955
2956
|
const m = String(u);
|
|
2956
2957
|
C((b) => {
|
|
@@ -2966,10 +2967,10 @@ function cr(t) {
|
|
|
2966
2967
|
});
|
|
2967
2968
|
}, []), v = R(() => {
|
|
2968
2969
|
C(() => {
|
|
2969
|
-
const u = ie(p?.map(String) ??
|
|
2970
|
+
const u = ie(p?.map(String) ?? i), m = l && l.length ? ie(i.filter((b) => !new Set(l.map(String)).has(b))) : [];
|
|
2970
2971
|
return { order: u, hidden: m };
|
|
2971
2972
|
});
|
|
2972
|
-
}, [p, l,
|
|
2973
|
+
}, [p, l, i]);
|
|
2973
2974
|
return {
|
|
2974
2975
|
orderedColumns: M,
|
|
2975
2976
|
hiddenKeys: D,
|