shekel-fe-shared-lib 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +14 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +577 -573
- package/dist/index.mjs.map +1 -1
- package/dist/types/components/Input/RadioCardGroup.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as I2, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import s2, { useState as
|
|
2
|
+
import s2, { useState as P, useRef as C2, useEffect as b2, useCallback as A0, useMemo as O2, useLayoutEffect as Q0, createContext as e1 } from "react";
|
|
3
3
|
import { useController as Z2 } from "react-hook-form";
|
|
4
4
|
import { createPortal as c0 } from "react-dom";
|
|
5
5
|
const t1 = {
|
|
@@ -143,28 +143,28 @@ const t1 = {
|
|
|
143
143
|
hoverBorderColor: S,
|
|
144
144
|
disabledBgColor: Z,
|
|
145
145
|
disabledTextColor: M,
|
|
146
|
-
focusRingColor:
|
|
146
|
+
focusRingColor: E,
|
|
147
147
|
...p
|
|
148
148
|
}, L) => {
|
|
149
|
-
const [k, y] =
|
|
149
|
+
const [k, y] = P(!1), [x, $] = P(!1), [R, r2] = P(!1), [A, J] = P([]), O = C2(null), z = c1(C)[t], q = t1[r], n2 = r1[r], c2 = s1[r], e2 = s === "circle" || s === "square", i2 = e2 ? 0 : o1[r], d2 = o !== void 0 ? n1[o] : s === "circle" ? 9999 : 8, N = f || d, o2 = Math.max(12, Math.round(n2 * 1.2)), l2 = N ? Z ?? z.disabledBg : k ? g ?? z.hoverBg : m ?? z.bg, Y = N ? Z ?? z.disabledBg : k ? S ?? z.hoverBorder ?? z.border : H ?? z.border, X = N ? M ?? z.disabledColor ?? z.color : k ? B ?? z.hoverColor ?? z.color : w ?? z.color, a2 = (j) => {
|
|
150
150
|
var K;
|
|
151
|
-
if (
|
|
152
|
-
const
|
|
153
|
-
J((V2) => [...V2, { id: D2, x:
|
|
151
|
+
if ($(!0), _ && !N && O.current) {
|
|
152
|
+
const f2 = O.current.getBoundingClientRect(), p2 = j.clientX - f2.left, R2 = j.clientY - f2.top, B2 = Math.max(f2.width, f2.height) * 2, D2 = Date.now() + Math.random();
|
|
153
|
+
J((V2) => [...V2, { id: D2, x: p2, y: R2, size: B2 }]), setTimeout(() => J((V2) => V2.filter((S2) => S2.id !== D2)), 600);
|
|
154
154
|
}
|
|
155
155
|
(K = p.onMouseDown) == null || K.call(p, j);
|
|
156
|
-
},
|
|
156
|
+
}, w2 = (j) => {
|
|
157
157
|
var K;
|
|
158
|
-
|
|
158
|
+
$(!1), (K = p.onMouseUp) == null || K.call(p, j);
|
|
159
159
|
}, G = (j) => {
|
|
160
160
|
var K;
|
|
161
161
|
y(!0), (K = p.onMouseEnter) == null || K.call(p, j);
|
|
162
162
|
}, U = (j) => {
|
|
163
163
|
var K;
|
|
164
|
-
y(!1),
|
|
165
|
-
},
|
|
166
|
-
v && k && !N &&
|
|
167
|
-
const
|
|
164
|
+
y(!1), $(!1), (K = p.onMouseLeave) == null || K.call(p, j);
|
|
165
|
+
}, h2 = [];
|
|
166
|
+
v && k && !N && h2.push("translateY(-1px)"), u && x && !N && h2.push("scale(0.97)");
|
|
167
|
+
const k2 = h2.length ? h2.join(" ") : "none", F2 = R ? `0 0 0 3px ${E ?? z.focusRing}` : v && k && !N ? "0 4px 12px rgba(0,0,0,0.08)" : "none";
|
|
168
168
|
return /* @__PURE__ */ i(I2, { children: [
|
|
169
169
|
/* @__PURE__ */ e("style", { children: `
|
|
170
170
|
@keyframes shekel-btn-spin { to { transform: rotate(360deg); } }
|
|
@@ -174,19 +174,19 @@ const t1 = {
|
|
|
174
174
|
"button",
|
|
175
175
|
{
|
|
176
176
|
ref: (j) => {
|
|
177
|
-
|
|
177
|
+
O.current = j, typeof L == "function" ? L(j) : L && (L.current = j);
|
|
178
178
|
},
|
|
179
179
|
type: n,
|
|
180
180
|
disabled: N,
|
|
181
181
|
"aria-busy": d,
|
|
182
182
|
onMouseEnter: G,
|
|
183
183
|
onMouseLeave: U,
|
|
184
|
-
onMouseDown:
|
|
185
|
-
onMouseUp:
|
|
184
|
+
onMouseDown: a2,
|
|
185
|
+
onMouseUp: w2,
|
|
186
186
|
onFocus: (j) => {
|
|
187
|
-
var
|
|
187
|
+
var f2, p2;
|
|
188
188
|
const K = j.target;
|
|
189
|
-
(
|
|
189
|
+
(f2 = K.matches) != null && f2.call(K, ":focus-visible") && r2(!0), (p2 = p.onFocus) == null || p2.call(p, j);
|
|
190
190
|
},
|
|
191
191
|
onBlur: (j) => {
|
|
192
192
|
var K;
|
|
@@ -197,14 +197,14 @@ const t1 = {
|
|
|
197
197
|
height: q,
|
|
198
198
|
width: e2 ? q : a ? "100%" : void 0,
|
|
199
199
|
padding: e2 ? 0 : `0 ${i2}px`,
|
|
200
|
-
borderRadius:
|
|
201
|
-
border: t === "link" || t === "text" ? "none" : `1px solid ${
|
|
202
|
-
backgroundColor:
|
|
200
|
+
borderRadius: d2,
|
|
201
|
+
border: t === "link" || t === "text" ? "none" : `1px solid ${Y}`,
|
|
202
|
+
backgroundColor: l2,
|
|
203
203
|
color: X,
|
|
204
204
|
fontSize: n2,
|
|
205
205
|
gap: c2,
|
|
206
|
-
transform:
|
|
207
|
-
boxShadow:
|
|
206
|
+
transform: k2,
|
|
207
|
+
boxShadow: F2,
|
|
208
208
|
opacity: t === "outline" && N ? 0.55 : 1,
|
|
209
209
|
transition: "background-color 180ms cubic-bezier(0.23, 1, 0.32, 1), color 150ms ease-out, border-color 180ms cubic-bezier(0.23, 1, 0.32, 1), transform 120ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms ease-out",
|
|
210
210
|
textDecoration: t === "link" && k && !N ? "underline" : void 0,
|
|
@@ -212,13 +212,13 @@ const t1 = {
|
|
|
212
212
|
},
|
|
213
213
|
...p,
|
|
214
214
|
children: [
|
|
215
|
-
d && h === "left" && /* @__PURE__ */ e(H0, { size:
|
|
216
|
-
!d && c && h === "left" && /* @__PURE__ */ e("span", { className: "inline-flex items-center", style: { width:
|
|
215
|
+
d && h === "left" && /* @__PURE__ */ e(H0, { size: o2 }),
|
|
216
|
+
!d && c && h === "left" && /* @__PURE__ */ e("span", { className: "inline-flex items-center", style: { width: o2, height: o2 }, children: c }),
|
|
217
217
|
!e2 && (d && l ? l : D),
|
|
218
218
|
e2 && !d && (c ?? D),
|
|
219
|
-
!d && c && h === "right" && /* @__PURE__ */ e("span", { className: "inline-flex items-center", style: { width:
|
|
220
|
-
d && h === "right" && /* @__PURE__ */ e(H0, { size:
|
|
221
|
-
_ &&
|
|
219
|
+
!d && c && h === "right" && /* @__PURE__ */ e("span", { className: "inline-flex items-center", style: { width: o2, height: o2 }, children: c }),
|
|
220
|
+
d && h === "right" && /* @__PURE__ */ e(H0, { size: o2 }),
|
|
221
|
+
_ && A.map((j) => /* @__PURE__ */ e(
|
|
222
222
|
"span",
|
|
223
223
|
{
|
|
224
224
|
"aria-hidden": !0,
|
|
@@ -322,7 +322,7 @@ const Se = ({
|
|
|
322
322
|
] })
|
|
323
323
|
}
|
|
324
324
|
);
|
|
325
|
-
},
|
|
325
|
+
}, $e = ({
|
|
326
326
|
icon: t,
|
|
327
327
|
iconPosition: r = "left",
|
|
328
328
|
size: s = "md",
|
|
@@ -363,7 +363,7 @@ const Se = ({
|
|
|
363
363
|
borderColor: l || "#D1D5DB",
|
|
364
364
|
color: C,
|
|
365
365
|
...u
|
|
366
|
-
}, S = _ ? "" : "placeholder:text-gray-400", Z = l ? "" : "border-gray-300", M = C ? "" : "text-gray-900",
|
|
366
|
+
}, S = _ ? "" : "placeholder:text-gray-400", Z = l ? "" : "border-gray-300", M = C ? "" : "text-gray-900", E = c ? "" : "focus:ring-[#EC615B] focus:border-[#EC615B]", p = `${b} ${!n.includes("px-") && !n.includes("py-") ? D[s] : ""} ${t ? H : ""} ${g} ${n.includes("rounded") ? "" : w[v]} ${n.includes("border-") ? "" : Z} ${M} ${E} ${S} ${n}`, L = r === "left" ? "left-3" : "right-3", k = h || "text-gray-400", y = h ? "" : "hover:text-gray-600", x = /* @__PURE__ */ e(
|
|
367
367
|
"svg",
|
|
368
368
|
{
|
|
369
369
|
className: `${m[s]} ${k}`,
|
|
@@ -415,7 +415,7 @@ const Se = ({
|
|
|
415
415
|
md: "0 2px 8px rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.04)",
|
|
416
416
|
lg: "0 6px 16px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.04)",
|
|
417
417
|
xl: "0 12px 32px rgba(0,0,0,0.1), 0 6px 12px rgba(0,0,0,0.06)"
|
|
418
|
-
},
|
|
418
|
+
}, Ee = ({
|
|
419
419
|
title: t,
|
|
420
420
|
extra: r,
|
|
421
421
|
cover: s,
|
|
@@ -481,13 +481,13 @@ const Se = ({
|
|
|
481
481
|
borderColor: _,
|
|
482
482
|
style: v
|
|
483
483
|
}) => {
|
|
484
|
-
const [u, f] =
|
|
485
|
-
|
|
486
|
-
const
|
|
484
|
+
const [u, f] = P(!1), F = C2(null);
|
|
485
|
+
b2(() => {
|
|
486
|
+
const $ = (R) => {
|
|
487
487
|
F.current && !F.current.contains(R.target) && f(!1);
|
|
488
488
|
};
|
|
489
|
-
return u && document.addEventListener("mousedown",
|
|
490
|
-
document.removeEventListener("mousedown",
|
|
489
|
+
return u && document.addEventListener("mousedown", $), () => {
|
|
490
|
+
document.removeEventListener("mousedown", $);
|
|
491
491
|
};
|
|
492
492
|
}, [u]);
|
|
493
493
|
const b = () => {
|
|
@@ -496,8 +496,8 @@ const Se = ({
|
|
|
496
496
|
!d && r === "hover" && f(!0);
|
|
497
497
|
}, m = () => {
|
|
498
498
|
!d && r === "hover" && f(!1);
|
|
499
|
-
}, w = (
|
|
500
|
-
|
|
499
|
+
}, w = ($) => {
|
|
500
|
+
!$.disabled && $.onClick && $.onClick(), f(!1);
|
|
501
501
|
}, H = {
|
|
502
502
|
bottomLeft: "top-full left-0 mt-1",
|
|
503
503
|
bottomRight: "top-full right-0 mt-1",
|
|
@@ -513,7 +513,7 @@ const Se = ({
|
|
|
513
513
|
md: "px-4 py-2 text-sm gap-2",
|
|
514
514
|
lg: "px-5 py-3 text-base gap-2.5",
|
|
515
515
|
responsive: "px-3 sm:px-4 md:px-5 py-1.5 sm:py-2 md:py-3 text-xs sm:text-sm md:text-base gap-1.5 sm:gap-2 md:gap-2.5"
|
|
516
|
-
}, Z = "hover:bg-gray-50", M = "border-gray-200",
|
|
516
|
+
}, Z = "hover:bg-gray-50", M = "border-gray-200", E = "text-red-600", p = h ? { backgroundColor: h } : {}, L = h ? "" : Z, k = C ? { color: C } : {}, y = C ? { backgroundColor: C + "15" } : {}, x = _ || M;
|
|
517
517
|
return /* @__PURE__ */ i(
|
|
518
518
|
"div",
|
|
519
519
|
{
|
|
@@ -541,29 +541,29 @@ const Se = ({
|
|
|
541
541
|
{
|
|
542
542
|
className: `dropdown-menu rounded-lg shadow-lg border py-1 overflow-hidden ${x}`,
|
|
543
543
|
style: { backgroundColor: c || "#ffffff" },
|
|
544
|
-
children: t.map((
|
|
544
|
+
children: t.map(($) => {
|
|
545
545
|
let R = {};
|
|
546
|
-
return
|
|
546
|
+
return $.disabled || ($.danger ? R = {
|
|
547
547
|
...k,
|
|
548
548
|
...y
|
|
549
549
|
} : h && (R = p)), /* @__PURE__ */ i(
|
|
550
550
|
"div",
|
|
551
551
|
{
|
|
552
|
-
onClick: () => w(
|
|
552
|
+
onClick: () => w($),
|
|
553
553
|
className: `
|
|
554
554
|
dropdown-menu-item
|
|
555
555
|
flex items-center cursor-pointer transition-all duration-200 ease-out
|
|
556
556
|
${!a.includes("px-") && !a.includes("py-") ? S[l] : ""}
|
|
557
|
-
${
|
|
558
|
-
${
|
|
557
|
+
${$.disabled ? "opacity-50 cursor-not-allowed" : L}
|
|
558
|
+
${$.danger ? C ? "" : E : "text-gray-700"}
|
|
559
559
|
`,
|
|
560
560
|
style: R,
|
|
561
561
|
children: [
|
|
562
|
-
|
|
563
|
-
/* @__PURE__ */ e("span", { children:
|
|
562
|
+
$.icon && /* @__PURE__ */ e("span", { className: "flex-shrink-0", children: $.icon }),
|
|
563
|
+
/* @__PURE__ */ e("span", { children: $.label })
|
|
564
564
|
]
|
|
565
565
|
},
|
|
566
|
-
|
|
566
|
+
$.key
|
|
567
567
|
);
|
|
568
568
|
})
|
|
569
569
|
}
|
|
@@ -600,20 +600,20 @@ const Se = ({
|
|
|
600
600
|
error: S,
|
|
601
601
|
helperText: Z
|
|
602
602
|
}) => {
|
|
603
|
-
const [M,
|
|
604
|
-
|
|
605
|
-
const N = (
|
|
606
|
-
x.current && !x.current.contains(
|
|
603
|
+
const [M, E] = P(!1), [p, L] = P(s), [k, y] = P(""), x = C2(null), $ = C2(null), R = r !== void 0 ? r : p;
|
|
604
|
+
b2(() => {
|
|
605
|
+
const N = (o2) => {
|
|
606
|
+
x.current && !x.current.contains(o2.target) && (E(!1), y(""), M && (a == null || a()));
|
|
607
607
|
};
|
|
608
|
-
return M && (document.addEventListener("mousedown", N), v &&
|
|
608
|
+
return M && (document.addEventListener("mousedown", N), v && $.current && $.current.focus()), () => {
|
|
609
609
|
document.removeEventListener("mousedown", N);
|
|
610
610
|
};
|
|
611
611
|
}, [M, v]);
|
|
612
612
|
const r2 = (N) => {
|
|
613
|
-
r === void 0 && L(N), n == null || n(N),
|
|
614
|
-
},
|
|
613
|
+
r === void 0 && L(N), n == null || n(N), E(!1), y("");
|
|
614
|
+
}, A = (N) => {
|
|
615
615
|
N.stopPropagation(), r === void 0 && L(void 0), n == null || n("");
|
|
616
|
-
}, J = t.find((N) => N.value === R),
|
|
616
|
+
}, J = t.find((N) => N.value === R), O = v ? t.filter(
|
|
617
617
|
(N) => N.label.toLowerCase().includes(k.toLowerCase())
|
|
618
618
|
) : t, z = {
|
|
619
619
|
sm: "px-3 py-1.5 text-sm",
|
|
@@ -641,7 +641,7 @@ const Se = ({
|
|
|
641
641
|
viewBox: "0 0 24 24",
|
|
642
642
|
children: /* @__PURE__ */ e("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M19 9l-7 7-7-7" })
|
|
643
643
|
}
|
|
644
|
-
),
|
|
644
|
+
), d2 = /* @__PURE__ */ e("svg", { className: "w-4 h-4", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ e("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 18L18 6M6 6l12 12" }) });
|
|
645
645
|
return /* @__PURE__ */ i("div", { className: `relative inline-block ${n2}`, style: g, children: [
|
|
646
646
|
B && /* @__PURE__ */ e("label", { className: "block text-sm font-medium mb-2", style: { color: S ? "#C21919" : "#181918" }, children: B }),
|
|
647
647
|
/* @__PURE__ */ i("div", { ref: x, className: "relative", children: [
|
|
@@ -649,7 +649,7 @@ const Se = ({
|
|
|
649
649
|
/* @__PURE__ */ i(
|
|
650
650
|
"div",
|
|
651
651
|
{
|
|
652
|
-
onClick: () => !l &&
|
|
652
|
+
onClick: () => !l && E(!M),
|
|
653
653
|
className: `
|
|
654
654
|
select-trigger
|
|
655
655
|
flex items-center justify-between gap-2
|
|
@@ -684,9 +684,9 @@ const Se = ({
|
|
|
684
684
|
_ && R && !l && /* @__PURE__ */ e(
|
|
685
685
|
"span",
|
|
686
686
|
{
|
|
687
|
-
onClick:
|
|
687
|
+
onClick: A,
|
|
688
688
|
className: "text-gray-400 hover:text-gray-600 transition-colors duration-200 ease-out",
|
|
689
|
-
children:
|
|
689
|
+
children: d2
|
|
690
690
|
}
|
|
691
691
|
),
|
|
692
692
|
/* @__PURE__ */ e("span", { className: "text-gray-400", children: i2 })
|
|
@@ -698,7 +698,7 @@ const Se = ({
|
|
|
698
698
|
v && /* @__PURE__ */ e("div", { className: "px-2 py-2 border-b border-gray-200", children: /* @__PURE__ */ e(
|
|
699
699
|
"input",
|
|
700
700
|
{
|
|
701
|
-
ref:
|
|
701
|
+
ref: $,
|
|
702
702
|
type: "text",
|
|
703
703
|
value: k,
|
|
704
704
|
onChange: (N) => y(N.target.value),
|
|
@@ -711,7 +711,7 @@ const Se = ({
|
|
|
711
711
|
onClick: (N) => N.stopPropagation()
|
|
712
712
|
}
|
|
713
713
|
) }),
|
|
714
|
-
|
|
714
|
+
O.length === 0 ? /* @__PURE__ */ e("div", { className: "px-4 py-3 text-sm text-gray-500 text-center", children: "No results found" }) : O.map((N) => /* @__PURE__ */ e(
|
|
715
715
|
"div",
|
|
716
716
|
{
|
|
717
717
|
onClick: () => !N.disabled && r2(N.value),
|
|
@@ -726,11 +726,11 @@ const Se = ({
|
|
|
726
726
|
color: N.value === R ? m || "#EC615B" : "#181918",
|
|
727
727
|
fontWeight: N.value === R ? "medium" : void 0
|
|
728
728
|
},
|
|
729
|
-
onMouseEnter: (
|
|
730
|
-
!N.disabled && N.value !== R && (
|
|
729
|
+
onMouseEnter: (o2) => {
|
|
730
|
+
!N.disabled && N.value !== R && (o2.currentTarget.style.backgroundColor = w || "#F3F4F6");
|
|
731
731
|
},
|
|
732
|
-
onMouseLeave: (
|
|
733
|
-
N.value !== R && (
|
|
732
|
+
onMouseLeave: (o2) => {
|
|
733
|
+
N.value !== R && (o2.currentTarget.style.backgroundColor = "transparent");
|
|
734
734
|
},
|
|
735
735
|
children: N.label
|
|
736
736
|
},
|
|
@@ -789,9 +789,9 @@ const Se = ({
|
|
|
789
789
|
rounded: F = "md",
|
|
790
790
|
style: b
|
|
791
791
|
}) => {
|
|
792
|
-
const [D, m] =
|
|
792
|
+
const [D, m] = P(
|
|
793
793
|
o && typeof o == "object" && o.current || 1
|
|
794
|
-
), [w, H] =
|
|
794
|
+
), [w, H] = P(
|
|
795
795
|
o && typeof o == "object" && o.pageSize || 10
|
|
796
796
|
), g = {
|
|
797
797
|
sm: {
|
|
@@ -829,7 +829,7 @@ const Se = ({
|
|
|
829
829
|
lg: "rounded-lg",
|
|
830
830
|
xl: "rounded-xl",
|
|
831
831
|
"2xl": "rounded-2xl"
|
|
832
|
-
}, S = g[h], Z = B[F], M = (y, x) => typeof s == "function" ? s(y) : y[s] || String(x),
|
|
832
|
+
}, S = g[h], Z = B[F], M = (y, x) => typeof s == "function" ? s(y) : y[s] || String(x), E = (y, x) => x ? x.split(".").reduce(($, R) => $ == null ? void 0 : $[R], y) : y, p = o === !1 ? r : r.slice((D - 1) * w, D * w), L = (y) => {
|
|
833
833
|
m(y), o && typeof o == "object" && o.onChange && o.onChange(y, w);
|
|
834
834
|
}, k = (y) => {
|
|
835
835
|
H(y), m(1), o && typeof o == "object" && o.onChange && o.onChange(1, y);
|
|
@@ -917,7 +917,7 @@ const Se = ({
|
|
|
917
917
|
children: "No data"
|
|
918
918
|
}
|
|
919
919
|
) }) : p.map((y, x) => {
|
|
920
|
-
const
|
|
920
|
+
const $ = a ? a(y, x) : {}, R = c && x % 2 === 1 ? f || "#F5F6F7" : "transparent", r2 = v || "#f3f4f6";
|
|
921
921
|
return /* @__PURE__ */ e(
|
|
922
922
|
"tr",
|
|
923
923
|
{
|
|
@@ -925,25 +925,25 @@ const Se = ({
|
|
|
925
925
|
style: {
|
|
926
926
|
backgroundColor: R
|
|
927
927
|
},
|
|
928
|
-
onMouseEnter: (
|
|
929
|
-
(v || !c || x % 2 === 0) && (
|
|
928
|
+
onMouseEnter: (A) => {
|
|
929
|
+
(v || !c || x % 2 === 0) && (A.currentTarget.style.backgroundColor = r2);
|
|
930
930
|
},
|
|
931
|
-
onMouseLeave: (
|
|
932
|
-
|
|
931
|
+
onMouseLeave: (A) => {
|
|
932
|
+
A.currentTarget.style.backgroundColor = R;
|
|
933
933
|
},
|
|
934
|
-
|
|
935
|
-
children: t.map((
|
|
936
|
-
const
|
|
934
|
+
...$,
|
|
935
|
+
children: t.map((A, J) => {
|
|
936
|
+
const O = E(y, A.dataIndex), z = A.render ? A.render(O, y, x) : O;
|
|
937
937
|
return /* @__PURE__ */ e(
|
|
938
938
|
"td",
|
|
939
939
|
{
|
|
940
|
-
className: `${S.rowPadding} ${S.rowFontSize} text-gray-900 ${l && J !== t.length - 1 ? "border-r" : ""} ${
|
|
940
|
+
className: `${S.rowPadding} ${S.rowFontSize} text-gray-900 ${l && J !== t.length - 1 ? "border-r" : ""} ${A.align === "center" ? "text-center" : A.align === "right" ? "text-right" : ""}`,
|
|
941
941
|
style: {
|
|
942
942
|
borderColor: u || "#EEEEEE"
|
|
943
943
|
},
|
|
944
944
|
children: z
|
|
945
945
|
},
|
|
946
|
-
|
|
946
|
+
A.key
|
|
947
947
|
);
|
|
948
948
|
})
|
|
949
949
|
},
|
|
@@ -1250,7 +1250,7 @@ const Se = ({
|
|
|
1250
1250
|
xl: "640px",
|
|
1251
1251
|
"2xl": "768px",
|
|
1252
1252
|
full: "100vw"
|
|
1253
|
-
},
|
|
1253
|
+
}, $0 = 'a[href], area[href], button:not([disabled]), input:not([disabled]):not([type="hidden"]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"]), [contenteditable="true"]', E0 = ({ size: t = 20, color: r = "#181918" }) => /* @__PURE__ */ e("svg", { width: t, height: t, viewBox: "0 0 24 24", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e("path", { d: "M6 6l12 12M18 6L6 18", stroke: r, strokeWidth: "1.8", strokeLinecap: "round" }) }), B0 = ({ variant: t = "outline", loading: r, children: s, className: o = "", style: n, ...a }) => {
|
|
1254
1254
|
const d = {
|
|
1255
1255
|
primary: {
|
|
1256
1256
|
backgroundColor: a.disabled ? "#F9CECC" : "#EC615B",
|
|
@@ -1322,94 +1322,94 @@ const Se = ({
|
|
|
1322
1322
|
submitOnEnter: S = !1,
|
|
1323
1323
|
bare: Z = !1,
|
|
1324
1324
|
noPadding: M = !1,
|
|
1325
|
-
closable:
|
|
1325
|
+
closable: E = !0,
|
|
1326
1326
|
maskClosable: p = !0,
|
|
1327
1327
|
closeOnEsc: L = !0,
|
|
1328
1328
|
destroyOnClose: k = !1,
|
|
1329
1329
|
lockScroll: y = !0,
|
|
1330
1330
|
bgColor: x = "#FFFFFF",
|
|
1331
|
-
overlayColor:
|
|
1331
|
+
overlayColor: $ = "rgba(0, 0, 0, 0.45)",
|
|
1332
1332
|
borderRadius: R = 16,
|
|
1333
1333
|
shadow: r2 = "0 6px 16px rgba(0,0,0,0.08), 0 9px 28px 8px rgba(0,0,0,0.05)",
|
|
1334
|
-
animationDuration:
|
|
1334
|
+
animationDuration: A = 200,
|
|
1335
1335
|
zIndex: J = 1e3,
|
|
1336
|
-
className:
|
|
1336
|
+
className: O = "",
|
|
1337
1337
|
style: z,
|
|
1338
1338
|
headerClassName: q = "",
|
|
1339
1339
|
headerStyle: n2,
|
|
1340
1340
|
bodyClassName: c2 = "",
|
|
1341
1341
|
bodyStyle: e2,
|
|
1342
1342
|
footerClassName: i2 = "",
|
|
1343
|
-
footerStyle:
|
|
1343
|
+
footerStyle: d2,
|
|
1344
1344
|
ariaLabel: N,
|
|
1345
|
-
ariaLabelledBy:
|
|
1346
|
-
afterOpen:
|
|
1347
|
-
afterClose:
|
|
1345
|
+
ariaLabelledBy: o2,
|
|
1346
|
+
afterOpen: l2,
|
|
1347
|
+
afterClose: Y,
|
|
1348
1348
|
getContainer: X
|
|
1349
1349
|
}) => {
|
|
1350
|
-
const [
|
|
1350
|
+
const [a2, w2] = P(t), [G, U] = P(!1), [h2, k2] = P(!1), F2 = C2(null), j = C2(null), K = C2(`shekel-modal-title-${Math.random().toString(36).slice(2, 8)}`), f2 = C2(null), p2 = A0(() => {
|
|
1351
1351
|
h == null || h(), r == null || r();
|
|
1352
1352
|
}, [h, r]);
|
|
1353
|
-
|
|
1353
|
+
b2(() => {
|
|
1354
1354
|
if (t) {
|
|
1355
|
-
|
|
1355
|
+
f2.current = typeof document < "u" ? document.activeElement : null, w2(!0);
|
|
1356
1356
|
let Q;
|
|
1357
|
-
const
|
|
1357
|
+
const N2 = requestAnimationFrame(() => {
|
|
1358
1358
|
Q = requestAnimationFrame(() => {
|
|
1359
|
-
U(!0),
|
|
1359
|
+
U(!0), l2 == null || l2();
|
|
1360
1360
|
});
|
|
1361
1361
|
});
|
|
1362
1362
|
return () => {
|
|
1363
|
-
cancelAnimationFrame(
|
|
1363
|
+
cancelAnimationFrame(N2), Q && cancelAnimationFrame(Q);
|
|
1364
1364
|
};
|
|
1365
1365
|
} else {
|
|
1366
|
-
if (!
|
|
1366
|
+
if (!a2) return;
|
|
1367
1367
|
U(!1);
|
|
1368
1368
|
const Q = setTimeout(() => {
|
|
1369
|
-
|
|
1370
|
-
},
|
|
1369
|
+
w2(!1), Y == null || Y(), f2.current && typeof f2.current.focus == "function" && f2.current.focus();
|
|
1370
|
+
}, A);
|
|
1371
1371
|
return () => clearTimeout(Q);
|
|
1372
1372
|
}
|
|
1373
|
-
}, [t,
|
|
1374
|
-
if (!y || !
|
|
1375
|
-
const Q = document.body,
|
|
1376
|
-
return
|
|
1377
|
-
Q.style.overflow =
|
|
1373
|
+
}, [t, A]), b2(() => {
|
|
1374
|
+
if (!y || !a2) return;
|
|
1375
|
+
const Q = document.body, N2 = Q.style.overflow, Y2 = Q.style.paddingRight, W = window.innerWidth - document.documentElement.clientWidth;
|
|
1376
|
+
return W > 0 && (Q.style.paddingRight = `${W}px`), Q.style.overflow = "hidden", () => {
|
|
1377
|
+
Q.style.overflow = N2, Q.style.paddingRight = Y2;
|
|
1378
1378
|
};
|
|
1379
|
-
}, [
|
|
1380
|
-
if (!
|
|
1381
|
-
const Q = (
|
|
1382
|
-
if (L &&
|
|
1383
|
-
|
|
1379
|
+
}, [a2, y]), b2(() => {
|
|
1380
|
+
if (!a2) return;
|
|
1381
|
+
const Q = (N2) => {
|
|
1382
|
+
if (L && N2.key === "Escape") {
|
|
1383
|
+
N2.stopPropagation(), p2();
|
|
1384
1384
|
return;
|
|
1385
1385
|
}
|
|
1386
|
-
if (
|
|
1387
|
-
const Y2 = j.current.querySelectorAll(
|
|
1386
|
+
if (N2.key !== "Tab" || !j.current) return;
|
|
1387
|
+
const Y2 = j.current.querySelectorAll($0);
|
|
1388
1388
|
if (Y2.length === 0) {
|
|
1389
|
-
|
|
1389
|
+
N2.preventDefault();
|
|
1390
1390
|
return;
|
|
1391
1391
|
}
|
|
1392
|
-
const
|
|
1393
|
-
|
|
1392
|
+
const W = Y2[0], x2 = Y2[Y2.length - 1], G2 = document.activeElement;
|
|
1393
|
+
N2.shiftKey && G2 === W ? (N2.preventDefault(), x2.focus()) : !N2.shiftKey && G2 === x2 && (N2.preventDefault(), W.focus());
|
|
1394
1394
|
};
|
|
1395
1395
|
return document.addEventListener("keydown", Q), () => document.removeEventListener("keydown", Q);
|
|
1396
|
-
}, [
|
|
1396
|
+
}, [a2, L, p2]), b2(() => {
|
|
1397
1397
|
if (!G || !j.current) return;
|
|
1398
|
-
const
|
|
1399
|
-
|
|
1398
|
+
const N2 = j.current.querySelectorAll($0)[0];
|
|
1399
|
+
N2 ? N2.focus() : j.current.focus();
|
|
1400
1400
|
}, [G]);
|
|
1401
1401
|
const R2 = (Q) => {
|
|
1402
|
-
p && Q.target ===
|
|
1402
|
+
p && Q.target === F2.current && p2();
|
|
1403
1403
|
}, B2 = async () => {
|
|
1404
1404
|
if (c)
|
|
1405
1405
|
try {
|
|
1406
1406
|
const Q = c();
|
|
1407
|
-
Q && typeof Q.then == "function" && (
|
|
1407
|
+
Q && typeof Q.then == "function" && (k2(!0), await Q);
|
|
1408
1408
|
} finally {
|
|
1409
|
-
|
|
1409
|
+
k2(!1);
|
|
1410
1410
|
}
|
|
1411
1411
|
};
|
|
1412
|
-
if (!
|
|
1412
|
+
if (!a2) return null;
|
|
1413
1413
|
const D2 = D ?? (m ? "center" : "top"), V2 = {
|
|
1414
1414
|
"top-left": { justify: "flex-start", align: "flex-start" },
|
|
1415
1415
|
top: { justify: "center", align: "flex-start" },
|
|
@@ -1420,7 +1420,7 @@ const Se = ({
|
|
|
1420
1420
|
"bottom-left": { justify: "flex-start", align: "flex-end" },
|
|
1421
1421
|
bottom: { justify: "center", align: "flex-end" },
|
|
1422
1422
|
"bottom-right": { justify: "flex-end", align: "flex-end" }
|
|
1423
|
-
}, { justify: S2, align:
|
|
1423
|
+
}, { justify: S2, align: $2 } = V2[D2], j2 = H === "auto" ? {
|
|
1424
1424
|
"top-left": "slide-down",
|
|
1425
1425
|
top: "slide-down",
|
|
1426
1426
|
"top-right": "slide-down",
|
|
@@ -1437,28 +1437,28 @@ const Se = ({
|
|
|
1437
1437
|
"slide-down": { closed: "translateY(-20px)", open: "translateY(0)" },
|
|
1438
1438
|
"slide-left": { closed: "translateX(20px)", open: "translateX(0)" },
|
|
1439
1439
|
"slide-right": { closed: "translateX(-20px)", open: "translateX(0)" }
|
|
1440
|
-
}, T = j2 === "auto" ? "scale" : j2, { closed:
|
|
1441
|
-
backgroundColor:
|
|
1440
|
+
}, T = j2 === "auto" ? "scale" : j2, { closed: y2, open: M2 } = P2[T], H2 = typeof w == "number" ? `${w}px` : w, V = g === "none" ? { backgroundColor: "transparent" } : g === "blur" ? {
|
|
1441
|
+
backgroundColor: $,
|
|
1442
1442
|
backdropFilter: "blur(6px)",
|
|
1443
1443
|
WebkitBackdropFilter: "blur(6px)"
|
|
1444
|
-
} : { backgroundColor:
|
|
1445
|
-
!u && /* @__PURE__ */ e(B0, { variant: "outline", onClick: () =>
|
|
1444
|
+
} : { backgroundColor: $ }, t2 = F ?? h1[f], m2 = typeof R == "number" ? `${R}px` : R, g2 = b !== void 0 ? typeof b == "number" ? `${b}px` : b : f === "full" ? "100vh" : "calc(100vh - 40px)", v2 = a === null || a === !1 ? null : a === void 0 ? a === void 0 && (c || h) ? /* @__PURE__ */ i(I2, { children: [
|
|
1445
|
+
!u && /* @__PURE__ */ e(B0, { variant: "outline", onClick: () => p2(), children: l }),
|
|
1446
1446
|
c && /* @__PURE__ */ e(
|
|
1447
1447
|
B0,
|
|
1448
1448
|
{
|
|
1449
1449
|
variant: _ ? "danger" : "primary",
|
|
1450
1450
|
onClick: B2,
|
|
1451
1451
|
disabled: v,
|
|
1452
|
-
loading: C ??
|
|
1452
|
+
loading: C ?? h2,
|
|
1453
1453
|
children: d
|
|
1454
1454
|
}
|
|
1455
1455
|
)
|
|
1456
|
-
] }) : null : a,
|
|
1457
|
-
if (
|
|
1456
|
+
] }) : null : a, L2 = o2 ?? (typeof s == "string" ? K.current : void 0), E2 = X ? X() : typeof document < "u" ? document.body : null;
|
|
1457
|
+
if (!E2) return null;
|
|
1458
1458
|
const T2 = /* @__PURE__ */ i(
|
|
1459
1459
|
"div",
|
|
1460
1460
|
{
|
|
1461
|
-
ref:
|
|
1461
|
+
ref: F2,
|
|
1462
1462
|
onMouseDown: R2,
|
|
1463
1463
|
role: "presentation",
|
|
1464
1464
|
"aria-hidden": !G,
|
|
@@ -1468,11 +1468,11 @@ const Se = ({
|
|
|
1468
1468
|
inset: 0,
|
|
1469
1469
|
zIndex: J,
|
|
1470
1470
|
display: "flex",
|
|
1471
|
-
alignItems:
|
|
1471
|
+
alignItems: $2,
|
|
1472
1472
|
justifyContent: S2,
|
|
1473
1473
|
padding: f === "full" ? 0 : H2,
|
|
1474
1474
|
opacity: G ? 1 : 0,
|
|
1475
|
-
transition: `opacity ${
|
|
1475
|
+
transition: `opacity ${A}ms ease-out, backdrop-filter ${A}ms ease-out`,
|
|
1476
1476
|
overflowY: "auto",
|
|
1477
1477
|
willChange: "opacity",
|
|
1478
1478
|
...V
|
|
@@ -1496,38 +1496,38 @@ const Se = ({
|
|
|
1496
1496
|
role: "dialog",
|
|
1497
1497
|
"aria-modal": "true",
|
|
1498
1498
|
"aria-label": N,
|
|
1499
|
-
"aria-labelledby":
|
|
1499
|
+
"aria-labelledby": L2,
|
|
1500
1500
|
tabIndex: -1,
|
|
1501
1501
|
onMouseDown: (Q) => Q.stopPropagation(),
|
|
1502
1502
|
onKeyDown: (Q) => {
|
|
1503
1503
|
S && Q.key === "Enter" && !Q.shiftKey && Q.target.tagName !== "TEXTAREA" && c && (Q.preventDefault(), B2());
|
|
1504
1504
|
},
|
|
1505
|
-
className: `shekel-modal-panel ${
|
|
1505
|
+
className: `shekel-modal-panel ${O}`,
|
|
1506
1506
|
style: {
|
|
1507
1507
|
position: "relative",
|
|
1508
1508
|
width: "100%",
|
|
1509
1509
|
maxWidth: t2,
|
|
1510
|
-
maxHeight:
|
|
1510
|
+
maxHeight: g2,
|
|
1511
1511
|
backgroundColor: x,
|
|
1512
|
-
borderRadius: f === "full" ? 0 :
|
|
1512
|
+
borderRadius: f === "full" ? 0 : m2,
|
|
1513
1513
|
boxShadow: r2,
|
|
1514
1514
|
display: "flex",
|
|
1515
1515
|
flexDirection: "column",
|
|
1516
1516
|
opacity: G ? 1 : 0,
|
|
1517
|
-
transform: G ?
|
|
1518
|
-
transition: `opacity ${
|
|
1517
|
+
transform: G ? M2 : y2,
|
|
1518
|
+
transition: `opacity ${A}ms cubic-bezier(0.23, 1, 0.32, 1), transform ${A}ms cubic-bezier(0.23, 1, 0.32, 1)`,
|
|
1519
1519
|
outline: "none",
|
|
1520
1520
|
...z
|
|
1521
1521
|
},
|
|
1522
1522
|
children: Z ? /* @__PURE__ */ i(I2, { children: [
|
|
1523
|
-
|
|
1523
|
+
E && /* @__PURE__ */ e(
|
|
1524
1524
|
"button",
|
|
1525
1525
|
{
|
|
1526
1526
|
type: "button",
|
|
1527
1527
|
"aria-label": "Close",
|
|
1528
|
-
onClick:
|
|
1528
|
+
onClick: p2,
|
|
1529
1529
|
className: "absolute top-3 right-3 z-10 flex items-center justify-center w-8 h-8 rounded-md bg-white/80 hover:bg-white shadow-sm transition-colors",
|
|
1530
|
-
children: B ?? /* @__PURE__ */ e(
|
|
1530
|
+
children: B ?? /* @__PURE__ */ e(E0, {})
|
|
1531
1531
|
}
|
|
1532
1532
|
),
|
|
1533
1533
|
/* @__PURE__ */ e(
|
|
@@ -1539,24 +1539,24 @@ const Se = ({
|
|
|
1539
1539
|
}
|
|
1540
1540
|
)
|
|
1541
1541
|
] }) : /* @__PURE__ */ i(I2, { children: [
|
|
1542
|
-
(s ||
|
|
1542
|
+
(s || E) && /* @__PURE__ */ i(
|
|
1543
1543
|
"div",
|
|
1544
1544
|
{
|
|
1545
1545
|
className: `shekel-modal-header flex items-start justify-between gap-4 px-6 pt-5 pb-3 ${q}`,
|
|
1546
1546
|
style: n2,
|
|
1547
1547
|
children: [
|
|
1548
1548
|
/* @__PURE__ */ i("div", { className: "min-w-0 flex-1", children: [
|
|
1549
|
-
s && /* @__PURE__ */ e("div", { id:
|
|
1549
|
+
s && /* @__PURE__ */ e("div", { id: L2, className: "text-lg font-semibold text-[#181918]", children: s }),
|
|
1550
1550
|
o && /* @__PURE__ */ e("div", { className: "text-sm text-[#595959] mt-1", children: o })
|
|
1551
1551
|
] }),
|
|
1552
|
-
|
|
1552
|
+
E && /* @__PURE__ */ e(
|
|
1553
1553
|
"button",
|
|
1554
1554
|
{
|
|
1555
1555
|
type: "button",
|
|
1556
1556
|
"aria-label": "Close",
|
|
1557
|
-
onClick:
|
|
1557
|
+
onClick: p2,
|
|
1558
1558
|
className: "shrink-0 flex items-center justify-center w-8 h-8 rounded-md hover:bg-[#F5F5F5] transition-colors",
|
|
1559
|
-
children: B ?? /* @__PURE__ */ e(
|
|
1559
|
+
children: B ?? /* @__PURE__ */ e(E0, {})
|
|
1560
1560
|
}
|
|
1561
1561
|
)
|
|
1562
1562
|
]
|
|
@@ -1565,17 +1565,17 @@ const Se = ({
|
|
|
1565
1565
|
/* @__PURE__ */ e(
|
|
1566
1566
|
"div",
|
|
1567
1567
|
{
|
|
1568
|
-
className: `shekel-modal-body flex-1 overflow-auto ${M ? "" : "px-6"} ${s ||
|
|
1568
|
+
className: `shekel-modal-body flex-1 overflow-auto ${M ? "" : "px-6"} ${s || E || M ? "" : "pt-5"} ${v2 || M ? "" : "pb-5"} ${c2}`,
|
|
1569
1569
|
style: e2,
|
|
1570
1570
|
children: n
|
|
1571
1571
|
}
|
|
1572
1572
|
),
|
|
1573
|
-
|
|
1573
|
+
v2 && /* @__PURE__ */ e(
|
|
1574
1574
|
"div",
|
|
1575
1575
|
{
|
|
1576
1576
|
className: `shekel-modal-footer flex items-center justify-end gap-2 px-6 py-4 ${i2}`,
|
|
1577
|
-
style:
|
|
1578
|
-
children:
|
|
1577
|
+
style: d2,
|
|
1578
|
+
children: v2
|
|
1579
1579
|
}
|
|
1580
1580
|
)
|
|
1581
1581
|
] })
|
|
@@ -1584,7 +1584,7 @@ const Se = ({
|
|
|
1584
1584
|
]
|
|
1585
1585
|
}
|
|
1586
1586
|
);
|
|
1587
|
-
return c0(T2,
|
|
1587
|
+
return c0(T2, E2);
|
|
1588
1588
|
}, Ie = ({
|
|
1589
1589
|
children: t,
|
|
1590
1590
|
variant: r = "default",
|
|
@@ -1703,14 +1703,14 @@ const Se = ({
|
|
|
1703
1703
|
checkStrokeWidth: D,
|
|
1704
1704
|
onStepClick: m
|
|
1705
1705
|
}) => {
|
|
1706
|
-
const w = f ?? (o === "sm" ? 28 : o === "lg" ? 44 : 36), H = F ?? (o === "sm" ? 18 : o === "lg" ? 30 : 24), g = b ?? 2, B = D ?? 2, S = o === "sm" ? 14 : o === "lg" ? 20 : 18, Z = o === "sm" ? 12 : o === "lg" ? 14 : 13, M = u !== void 0 ? typeof u == "number" ? `${u}px` : u : s === "vertical" ? "28px" : "16px",
|
|
1707
|
-
const R =
|
|
1706
|
+
const w = f ?? (o === "sm" ? 28 : o === "lg" ? 44 : 36), H = F ?? (o === "sm" ? 18 : o === "lg" ? 30 : 24), g = b ?? 2, B = D ?? 2, S = o === "sm" ? 14 : o === "lg" ? 20 : 18, Z = o === "sm" ? 12 : o === "lg" ? 14 : 13, M = u !== void 0 ? typeof u == "number" ? `${u}px` : u : s === "vertical" ? "28px" : "16px", E = (x, $) => $.status ? $.status : x < r ? "finish" : x === r ? "process" : "wait", p = (x) => x === "error" ? c : x === "finish" ? d : l, L = (x, $) => $ || (x === "error" ? /* @__PURE__ */ e(f1, { size: H, color: c, strokeWidth: B }) : x === "finish" ? /* @__PURE__ */ e(D0, { size: H, color: d, strokeWidth: B }) : x === "process" ? /* @__PURE__ */ e(D0, { size: H, color: l, strokeWidth: B }) : null), k = s === "vertical", y = (x, $) => {
|
|
1707
|
+
const R = E($, x), r2 = p(R), A = $ === t.length - 1, J = !!m;
|
|
1708
1708
|
return /* @__PURE__ */ i(
|
|
1709
1709
|
"div",
|
|
1710
1710
|
{
|
|
1711
1711
|
className: `flex ${k ? "flex-row" : "flex-col items-center"} ${J ? "cursor-pointer" : ""}`,
|
|
1712
|
-
onClick: J ? () => m(
|
|
1713
|
-
style:
|
|
1712
|
+
onClick: J ? () => m($) : void 0,
|
|
1713
|
+
style: A ? void 0 : { marginBottom: k ? M : 0, marginRight: k ? 0 : M },
|
|
1714
1714
|
children: [
|
|
1715
1715
|
/* @__PURE__ */ i("div", { className: `flex ${k ? "flex-col items-center" : "flex-row items-center"} shrink-0`, children: [
|
|
1716
1716
|
/* @__PURE__ */ e(
|
|
@@ -1726,7 +1726,7 @@ const Se = ({
|
|
|
1726
1726
|
children: L(R, x.icon)
|
|
1727
1727
|
}
|
|
1728
1728
|
),
|
|
1729
|
-
_ && !
|
|
1729
|
+
_ && !A && /* @__PURE__ */ e(
|
|
1730
1730
|
"div",
|
|
1731
1731
|
{
|
|
1732
1732
|
className: k ? "w-px" : "h-px",
|
|
@@ -1744,7 +1744,7 @@ const Se = ({
|
|
|
1744
1744
|
"div",
|
|
1745
1745
|
{
|
|
1746
1746
|
className: k ? "flex-1 pl-4" : "pt-2 text-center",
|
|
1747
|
-
style: { paddingBottom: k && !
|
|
1747
|
+
style: { paddingBottom: k && !A ? 2 : 0 },
|
|
1748
1748
|
children: [
|
|
1749
1749
|
/* @__PURE__ */ e(
|
|
1750
1750
|
"div",
|
|
@@ -1775,7 +1775,7 @@ const Se = ({
|
|
|
1775
1775
|
)
|
|
1776
1776
|
]
|
|
1777
1777
|
},
|
|
1778
|
-
|
|
1778
|
+
$
|
|
1779
1779
|
);
|
|
1780
1780
|
};
|
|
1781
1781
|
return /* @__PURE__ */ e(
|
|
@@ -1893,16 +1893,16 @@ const Se = ({
|
|
|
1893
1893
|
autoFocus: g,
|
|
1894
1894
|
tabIndex: B
|
|
1895
1895
|
}) => {
|
|
1896
|
-
const [S, Z] =
|
|
1896
|
+
const [S, Z] = P(r), M = t !== void 0, E = M ? !!t : S, p = s2.useId(), L = v ?? p, k = E || n, y = (n2) => {
|
|
1897
1897
|
o || (M || Z(n2.target.checked), s == null || s(n2.target.checked, n2));
|
|
1898
|
-
}, x = m1[a],
|
|
1898
|
+
}, x = m1[a], $ = typeof m == "number" ? `${m}px` : m, R = d === "filled", r2 = R ? F : D, A = F, J = {
|
|
1899
1899
|
width: x.box,
|
|
1900
1900
|
height: x.box,
|
|
1901
|
-
borderRadius:
|
|
1902
|
-
border: `1.5px solid ${k ?
|
|
1901
|
+
borderRadius: $,
|
|
1902
|
+
border: `1.5px solid ${k ? A : b}`,
|
|
1903
1903
|
backgroundColor: o ? "#F5F5F5" : k ? r2 : D,
|
|
1904
1904
|
transition: "all 0.15s ease-out"
|
|
1905
|
-
},
|
|
1905
|
+
}, O = R ? "#FFFFFF" : F, z = /* @__PURE__ */ i(
|
|
1906
1906
|
"span",
|
|
1907
1907
|
{
|
|
1908
1908
|
"aria-hidden": !0,
|
|
@@ -1916,7 +1916,7 @@ const Se = ({
|
|
|
1916
1916
|
id: L,
|
|
1917
1917
|
name: u,
|
|
1918
1918
|
value: f,
|
|
1919
|
-
checked:
|
|
1919
|
+
checked: E,
|
|
1920
1920
|
onChange: y,
|
|
1921
1921
|
disabled: o,
|
|
1922
1922
|
required: H,
|
|
@@ -1931,15 +1931,15 @@ const Se = ({
|
|
|
1931
1931
|
{
|
|
1932
1932
|
className: "absolute inset-0 flex items-center justify-center pointer-events-none transition-opacity duration-150 ease-out",
|
|
1933
1933
|
style: {
|
|
1934
|
-
opacity: n ||
|
|
1935
|
-
transform: n ||
|
|
1934
|
+
opacity: n || E ? 1 : 0,
|
|
1935
|
+
transform: n || E ? "scale(1)" : "scale(0.6)",
|
|
1936
1936
|
transition: "opacity 150ms ease-out, transform 150ms ease-out"
|
|
1937
1937
|
},
|
|
1938
|
-
children: n ? /* @__PURE__ */ e("svg", { width: x.icon, height: x.icon, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ e("path", { d: "M3 8h10", stroke:
|
|
1938
|
+
children: n ? /* @__PURE__ */ e("svg", { width: x.icon, height: x.icon, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ e("path", { d: "M3 8h10", stroke: O, strokeWidth: "2.2", strokeLinecap: "round" }) }) : /* @__PURE__ */ e("svg", { width: x.icon, height: x.icon, viewBox: "0 0 16 16", fill: "none", children: /* @__PURE__ */ e(
|
|
1939
1939
|
"path",
|
|
1940
1940
|
{
|
|
1941
1941
|
d: "M3 8.5l3.2 3.2L13 5",
|
|
1942
|
-
stroke:
|
|
1942
|
+
stroke: O,
|
|
1943
1943
|
strokeWidth: "2",
|
|
1944
1944
|
strokeLinecap: "round",
|
|
1945
1945
|
strokeLinejoin: "round"
|
|
@@ -2022,13 +2022,13 @@ const Se = ({
|
|
|
2022
2022
|
rounded: u = "md",
|
|
2023
2023
|
style: f
|
|
2024
2024
|
}) => {
|
|
2025
|
-
const F = g1(d), b = x1(u), D = "#F4F4F4", m = "#EBEBEB", w = "#181918", H = "#999999", g = "#9CA3AF", B = "#EC615B", S = l || D, Z = c || m, M = h || w,
|
|
2025
|
+
const F = g1(d), b = x1(u), D = "#F4F4F4", m = "#EBEBEB", w = "#181918", H = "#999999", g = "#9CA3AF", B = "#EC615B", S = l || D, Z = c || m, M = h || w, E = C || H, p = _ || g, L = v || B;
|
|
2026
2026
|
return t.length === 0 ? /* @__PURE__ */ e(
|
|
2027
2027
|
"div",
|
|
2028
2028
|
{
|
|
2029
2029
|
className: `text-center py-8 text-gray-500 text-sm ${o}`,
|
|
2030
2030
|
style: {
|
|
2031
|
-
color:
|
|
2031
|
+
color: E,
|
|
2032
2032
|
...f
|
|
2033
2033
|
},
|
|
2034
2034
|
children: s
|
|
@@ -2065,7 +2065,7 @@ const Se = ({
|
|
|
2065
2065
|
"div",
|
|
2066
2066
|
{
|
|
2067
2067
|
className: `font-normal mb-0.5 ${F.sublabel}`,
|
|
2068
|
-
style: { color:
|
|
2068
|
+
style: { color: E },
|
|
2069
2069
|
children: k.sublabel
|
|
2070
2070
|
}
|
|
2071
2071
|
),
|
|
@@ -2179,34 +2179,34 @@ const Se = ({
|
|
|
2179
2179
|
id: S,
|
|
2180
2180
|
value: Z,
|
|
2181
2181
|
defaultValue: M,
|
|
2182
|
-
onChange:
|
|
2182
|
+
onChange: E,
|
|
2183
2183
|
accentColor: p = "#EC615B",
|
|
2184
2184
|
errorColor: L = "#C21919",
|
|
2185
2185
|
borderColor: k = "#D9D9D9",
|
|
2186
2186
|
filledBorderColor: y = "#181918",
|
|
2187
2187
|
addonBackgroundColor: x = "#FAFAFA",
|
|
2188
|
-
|
|
2188
|
+
...$
|
|
2189
2189
|
} = t, [R, r2] = s2.useState(
|
|
2190
2190
|
M
|
|
2191
|
-
),
|
|
2192
|
-
|
|
2191
|
+
), A = Z !== void 0, J = A ? Z : R, O = s2.useId(), z = S ?? O, q = !!l || f === "error", n2 = f === "warning", c2 = d === void 0 ? /* @__PURE__ */ e("span", { style: { color: "#C21919" }, children: "*" }) : d, e2 = (h2) => {
|
|
2192
|
+
A || r2(h2.target.value), E == null || E(h2);
|
|
2193
2193
|
}, i2 = () => {
|
|
2194
|
-
|
|
2195
|
-
const
|
|
2194
|
+
A || r2("");
|
|
2195
|
+
const h2 = {
|
|
2196
2196
|
target: { value: "" },
|
|
2197
2197
|
currentTarget: { value: "" }
|
|
2198
2198
|
};
|
|
2199
|
-
|
|
2200
|
-
},
|
|
2199
|
+
E == null || E(h2), w == null || w();
|
|
2200
|
+
}, d2 = J !== void 0 && J !== "" && J !== null, N = q ? L : n2 ? "#FAAD14" : d2 ? y : k, o2 = q ? U0(L, 0.1) : n2 ? "rgba(250,173,20,0.1)" : U0(p, 0.2), l2 = {
|
|
2201
2201
|
"--shekel-accent": p,
|
|
2202
2202
|
"--shekel-border": N,
|
|
2203
|
-
"--shekel-focus-shadow":
|
|
2204
|
-
},
|
|
2203
|
+
"--shekel-focus-shadow": o2
|
|
2204
|
+
}, Y = "border-[color:var(--shekel-border)] hover:border-[color:var(--shekel-accent)] focus-within:border-[color:var(--shekel-accent)]", X = "focus-within:shadow-[0_0_0_2px_var(--shekel-focus-shadow)]", a2 = g ? "opacity-60 cursor-not-allowed bg-[#F5F5F5]" : "bg-white", w2 = "flex items-center px-3 text-sm border border-[color:var(--shekel-border)]", G = {
|
|
2205
2205
|
backgroundColor: x,
|
|
2206
2206
|
color: "#181918",
|
|
2207
2207
|
whiteSpace: "nowrap"
|
|
2208
|
-
}, U = u &&
|
|
2209
|
-
return /* @__PURE__ */ i("div", { className: "w-full", style:
|
|
2208
|
+
}, U = u && d2 && !g && !B;
|
|
2209
|
+
return /* @__PURE__ */ i("div", { className: "w-full", style: l2, children: [
|
|
2210
2210
|
s && /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-2 gap-2", children: [
|
|
2211
2211
|
/* @__PURE__ */ i(
|
|
2212
2212
|
"label",
|
|
@@ -2226,7 +2226,7 @@ const Se = ({
|
|
|
2226
2226
|
_ && /* @__PURE__ */ e(
|
|
2227
2227
|
"div",
|
|
2228
2228
|
{
|
|
2229
|
-
className: `${
|
|
2229
|
+
className: `${w2} border-r-0 rounded-l-[12px]`,
|
|
2230
2230
|
style: G,
|
|
2231
2231
|
children: _
|
|
2232
2232
|
}
|
|
@@ -2234,7 +2234,7 @@ const Se = ({
|
|
|
2234
2234
|
/* @__PURE__ */ i(
|
|
2235
2235
|
"div",
|
|
2236
2236
|
{
|
|
2237
|
-
className: `flex items-center flex-1 min-w-0 border transition-all duration-200 ${
|
|
2237
|
+
className: `flex items-center flex-1 min-w-0 border transition-all duration-200 ${Y} ${X} ${a2} ${_ ? "rounded-l-none" : "rounded-l-[12px]"} ${v ? "rounded-r-none" : "rounded-r-[12px]"}`,
|
|
2238
2238
|
style: { height: 44 },
|
|
2239
2239
|
children: [
|
|
2240
2240
|
h && /* @__PURE__ */ e("span", { className: "pl-3 flex items-center text-[#181918] shrink-0", children: h }),
|
|
@@ -2255,7 +2255,7 @@ const Se = ({
|
|
|
2255
2255
|
paddingRight: C || U ? 8 : 11,
|
|
2256
2256
|
...b
|
|
2257
2257
|
},
|
|
2258
|
-
|
|
2258
|
+
...$
|
|
2259
2259
|
}
|
|
2260
2260
|
),
|
|
2261
2261
|
U && /* @__PURE__ */ e(
|
|
@@ -2286,7 +2286,7 @@ const Se = ({
|
|
|
2286
2286
|
v && /* @__PURE__ */ e(
|
|
2287
2287
|
"div",
|
|
2288
2288
|
{
|
|
2289
|
-
className: `${
|
|
2289
|
+
className: `${w2} border-l-0 rounded-r-[12px]`,
|
|
2290
2290
|
style: G,
|
|
2291
2291
|
children: v
|
|
2292
2292
|
}
|
|
@@ -2442,8 +2442,8 @@ const P0 = ({
|
|
|
2442
2442
|
boxWidth: F = 63,
|
|
2443
2443
|
boxHeight: b = 44
|
|
2444
2444
|
}) => {
|
|
2445
|
-
const [D, m] =
|
|
2446
|
-
|
|
2445
|
+
const [D, m] = P(Array(t).fill("")), w = C2([]);
|
|
2446
|
+
b2(() => {
|
|
2447
2447
|
if (r) {
|
|
2448
2448
|
const p = r.split("").slice(0, t), L = [...p, ...Array(t - p.length).fill("")];
|
|
2449
2449
|
m(L);
|
|
@@ -2456,7 +2456,7 @@ const P0 = ({
|
|
|
2456
2456
|
const k = [...D];
|
|
2457
2457
|
k[p] = L.slice(-1), m(k);
|
|
2458
2458
|
const y = k.join("");
|
|
2459
|
-
s == null || s(y), L && p < t - 1 && ((x = w.current[p + 1]) == null || x.focus()), k.every((
|
|
2459
|
+
s == null || s(y), L && p < t - 1 && ((x = w.current[p + 1]) == null || x.focus()), k.every(($) => $ !== "") && (n == null || n(y));
|
|
2460
2460
|
}, g = (p, L) => {
|
|
2461
2461
|
var k, y, x;
|
|
2462
2462
|
L.key === "Backspace" && !D[p] && p > 0 ? (k = w.current[p - 1]) == null || k.focus() : L.key === "ArrowLeft" && p > 0 ? (y = w.current[p - 1]) == null || y.focus() : L.key === "ArrowRight" && p < t - 1 && ((x = w.current[p + 1]) == null || x.focus());
|
|
@@ -2469,9 +2469,9 @@ const P0 = ({
|
|
|
2469
2469
|
m(y);
|
|
2470
2470
|
const x = y.join("");
|
|
2471
2471
|
s == null || s(x);
|
|
2472
|
-
const
|
|
2473
|
-
(R = w.current[
|
|
2474
|
-
}, S = (p) => a ? v : p ? f : u, Z = a ? U2(v, 0.1) : U2(_, 0.2), M = "border-[color:var(--shekel-box-border)] hover:border-[color:var(--shekel-accent)] focus-within:border-[color:var(--shekel-accent)]",
|
|
2472
|
+
const $ = Math.min(k.length, t - 1);
|
|
2473
|
+
(R = w.current[$]) == null || R.focus(), y.every((r2) => r2 !== "") && (n == null || n(x));
|
|
2474
|
+
}, S = (p) => a ? v : p ? f : u, Z = a ? U2(v, 0.1) : U2(_, 0.2), M = "border-[color:var(--shekel-box-border)] hover:border-[color:var(--shekel-accent)] focus-within:border-[color:var(--shekel-accent)]", E = "focus-within:shadow-[0_0_0_2px_var(--shekel-focus-shadow)]";
|
|
2475
2475
|
return /* @__PURE__ */ i("div", { className: "w-full", children: [
|
|
2476
2476
|
/* @__PURE__ */ e(
|
|
2477
2477
|
"div",
|
|
@@ -2482,7 +2482,7 @@ const P0 = ({
|
|
|
2482
2482
|
/* @__PURE__ */ e(
|
|
2483
2483
|
"div",
|
|
2484
2484
|
{
|
|
2485
|
-
className: `flex-1 min-w-0 border rounded-[12px] transition-all duration-200 ${M} ${
|
|
2485
|
+
className: `flex-1 min-w-0 border rounded-[12px] transition-all duration-200 ${M} ${E} ${l ? "opacity-60 cursor-not-allowed bg-[#F5F5F5]" : "bg-white"} ${h}`,
|
|
2486
2486
|
style: {
|
|
2487
2487
|
maxWidth: typeof F == "number" ? `${F}px` : F,
|
|
2488
2488
|
height: typeof b == "number" ? `${b}px` : b,
|
|
@@ -2542,13 +2542,13 @@ const P0 = ({
|
|
|
2542
2542
|
accentColor: a,
|
|
2543
2543
|
errorColor: d
|
|
2544
2544
|
}) => {
|
|
2545
|
-
const [l, c] =
|
|
2546
|
-
|
|
2545
|
+
const [l, c] = P(!1), [h, C] = P(-1), _ = C2(null);
|
|
2546
|
+
b2(() => {
|
|
2547
2547
|
const m = (w) => {
|
|
2548
2548
|
_.current && !_.current.contains(w.target) && (c(!1), C(-1));
|
|
2549
2549
|
};
|
|
2550
2550
|
return l && document.addEventListener("mousedown", m), () => document.removeEventListener("mousedown", m);
|
|
2551
|
-
}, [l]),
|
|
2551
|
+
}, [l]), b2(() => {
|
|
2552
2552
|
l && C(s.findIndex((m) => m.value === t));
|
|
2553
2553
|
}, [l, t, s]);
|
|
2554
2554
|
const v = (m) => {
|
|
@@ -2707,14 +2707,14 @@ const P0 = ({
|
|
|
2707
2707
|
onPaste: S,
|
|
2708
2708
|
accentColor: Z = "#EC615B",
|
|
2709
2709
|
errorColor: M = "#C21919",
|
|
2710
|
-
borderColor:
|
|
2710
|
+
borderColor: E = "#D9D9D9",
|
|
2711
2711
|
filledBorderColor: p = "#181918",
|
|
2712
2712
|
...L
|
|
2713
2713
|
}, k) => {
|
|
2714
|
-
const y = s2.useId(), x = w ?? y, [
|
|
2715
|
-
|
|
2714
|
+
const y = s2.useId(), x = w ?? y, [$, R] = P(""), r2 = C2(null), A = c !== void 0, [J, O] = P(h), z = A ? c : J, q = (G) => {
|
|
2715
|
+
A || O(G), C == null || C(G);
|
|
2716
2716
|
};
|
|
2717
|
-
|
|
2717
|
+
b2(() => {
|
|
2718
2718
|
if (F !== void 0) {
|
|
2719
2719
|
const G = String(F).replace(/\D/g, "");
|
|
2720
2720
|
R(n2(G));
|
|
@@ -2726,27 +2726,27 @@ const P0 = ({
|
|
|
2726
2726
|
}, c2 = (G) => {
|
|
2727
2727
|
!/^\d$/.test(G.key) && !["Backspace", "Delete", "Tab", "ArrowLeft", "ArrowRight", "Home", "End"].includes(G.key) && !(G.metaKey || G.ctrlKey) && G.preventDefault(), B == null || B(G);
|
|
2728
2728
|
}, e2 = (G) => {
|
|
2729
|
-
const U = G.target,
|
|
2730
|
-
if (R(
|
|
2731
|
-
const
|
|
2732
|
-
U.setSelectionRange(
|
|
2729
|
+
const U = G.target, h2 = U.selectionStart || 0, k2 = U.value.replace(/\D/g, ""), F2 = n2(k2), j = $.length, f2 = F2.length - j;
|
|
2730
|
+
if (R(F2), requestAnimationFrame(() => {
|
|
2731
|
+
const p2 = Math.max(0, Math.min(h2 + f2, F2.length));
|
|
2732
|
+
U.setSelectionRange(p2, p2);
|
|
2733
2733
|
}), b) {
|
|
2734
|
-
const
|
|
2735
|
-
b(
|
|
2734
|
+
const p2 = { ...G, target: { ...G.target, value: k2 } };
|
|
2735
|
+
b(p2);
|
|
2736
2736
|
}
|
|
2737
2737
|
}, i2 = (G) => {
|
|
2738
2738
|
G.preventDefault();
|
|
2739
|
-
const U = G.clipboardData.getData("text/plain").replace(/\D/g, ""),
|
|
2739
|
+
const U = G.clipboardData.getData("text/plain").replace(/\D/g, ""), k2 = G.target.selectionStart || 0, j = $.replace(/\D/g, "").slice(0, k2) + U, K = n2(j);
|
|
2740
2740
|
if (R(K), b) {
|
|
2741
|
-
const
|
|
2742
|
-
b(
|
|
2741
|
+
const f2 = { ...G, target: { ...G.target, value: j } };
|
|
2742
|
+
b(f2);
|
|
2743
2743
|
}
|
|
2744
2744
|
S == null || S(G);
|
|
2745
|
-
},
|
|
2745
|
+
}, d2 = !!a, N = n === void 0 ? /* @__PURE__ */ e("span", { style: { color: "#C21919" }, children: "*" }) : n, l2 = d2 ? M : $ !== "" ? p : E, Y = d2 ? U2(M, 0.1) : U2(Z, 0.2);
|
|
2746
2746
|
return /* @__PURE__ */ i("div", { className: "w-full", style: {
|
|
2747
2747
|
"--shekel-accent": Z,
|
|
2748
|
-
"--shekel-border":
|
|
2749
|
-
"--shekel-focus-shadow":
|
|
2748
|
+
"--shekel-border": l2,
|
|
2749
|
+
"--shekel-focus-shadow": Y
|
|
2750
2750
|
}, children: [
|
|
2751
2751
|
t && /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-2 gap-2", children: [
|
|
2752
2752
|
/* @__PURE__ */ i(
|
|
@@ -2754,7 +2754,7 @@ const P0 = ({
|
|
|
2754
2754
|
{
|
|
2755
2755
|
htmlFor: x,
|
|
2756
2756
|
className: `block text-sm font-medium ${r}`,
|
|
2757
|
-
style: { color:
|
|
2757
|
+
style: { color: d2 ? M : "#181918", ...s },
|
|
2758
2758
|
children: [
|
|
2759
2759
|
t,
|
|
2760
2760
|
D && N
|
|
@@ -2771,7 +2771,7 @@ const P0 = ({
|
|
|
2771
2771
|
onChange: q,
|
|
2772
2772
|
options: _,
|
|
2773
2773
|
disabled: m,
|
|
2774
|
-
error:
|
|
2774
|
+
error: d2,
|
|
2775
2775
|
accentColor: Z,
|
|
2776
2776
|
errorColor: M
|
|
2777
2777
|
}
|
|
@@ -2782,7 +2782,7 @@ const P0 = ({
|
|
|
2782
2782
|
style: {
|
|
2783
2783
|
width: 61,
|
|
2784
2784
|
height: 44,
|
|
2785
|
-
borderColor:
|
|
2785
|
+
borderColor: d2 ? M : E,
|
|
2786
2786
|
backgroundColor: m ? "#F5F5F5" : "#FAFAFA",
|
|
2787
2787
|
color: m ? "#00000040" : "#000000"
|
|
2788
2788
|
},
|
|
@@ -2805,7 +2805,7 @@ const P0 = ({
|
|
|
2805
2805
|
inputMode: "tel",
|
|
2806
2806
|
required: D,
|
|
2807
2807
|
disabled: m,
|
|
2808
|
-
value:
|
|
2808
|
+
value: $,
|
|
2809
2809
|
onChange: e2,
|
|
2810
2810
|
onKeyDown: c2,
|
|
2811
2811
|
onPaste: i2,
|
|
@@ -2874,8 +2874,8 @@ const z0 = (t) => {
|
|
|
2874
2874
|
hideCurrencyPill: g = !1,
|
|
2875
2875
|
...B
|
|
2876
2876
|
}, S) => {
|
|
2877
|
-
const [Z, M] =
|
|
2878
|
-
|
|
2877
|
+
const [Z, M] = P(""), E = s2.useId(), p = u ?? E;
|
|
2878
|
+
b2(() => {
|
|
2879
2879
|
if (h !== void 0) {
|
|
2880
2880
|
const R = String(h);
|
|
2881
2881
|
M(c ? z0(R) : R);
|
|
@@ -2884,11 +2884,11 @@ const z0 = (t) => {
|
|
|
2884
2884
|
const L = (R) => {
|
|
2885
2885
|
const r2 = R.target.value;
|
|
2886
2886
|
if (c) {
|
|
2887
|
-
const
|
|
2888
|
-
M(J), C == null || C(
|
|
2887
|
+
const A = _1(r2), J = z0(A);
|
|
2888
|
+
M(J), C == null || C(A, R);
|
|
2889
2889
|
} else
|
|
2890
2890
|
M(r2), C == null || C(r2, R);
|
|
2891
|
-
}, k = !!a, y = Z !== "" && Z !== void 0, x = n === void 0 ? /* @__PURE__ */ e("span", { style: { color: "#C21919" }, children: "*" }) : n,
|
|
2891
|
+
}, k = !!a, y = Z !== "" && Z !== void 0, x = n === void 0 ? /* @__PURE__ */ e("span", { style: { color: "#C21919" }, children: "*" }) : n, $ = k ? "border-[#C21919] focus-within:shadow-[0_0_0_2px_rgba(194,25,25,0.1)]" : y ? "border-[#181918] hover:border-[#EC615B] focus-within:border-[#EC615B] focus-within:shadow-[0_0_0_2px_rgba(236,97,91,0.2)]" : "border-[#D9D9D9] hover:border-[#EC615B] focus-within:border-[#EC615B] focus-within:shadow-[0_0_0_2px_rgba(236,97,91,0.2)]";
|
|
2892
2892
|
return /* @__PURE__ */ i("div", { className: "w-full", children: [
|
|
2893
2893
|
t && /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-2 gap-2", children: [
|
|
2894
2894
|
/* @__PURE__ */ i(
|
|
@@ -2908,7 +2908,7 @@ const z0 = (t) => {
|
|
|
2908
2908
|
/* @__PURE__ */ i(
|
|
2909
2909
|
"div",
|
|
2910
2910
|
{
|
|
2911
|
-
className: `flex items-stretch w-full border rounded-[12px] transition-all duration-200 overflow-hidden ${
|
|
2911
|
+
className: `flex items-stretch w-full border rounded-[12px] transition-all duration-200 overflow-hidden ${$} ${v ? "opacity-60 cursor-not-allowed bg-[#F5F5F5]" : "bg-white"} ${b}`,
|
|
2912
2912
|
style: { height: 44 },
|
|
2913
2913
|
children: [
|
|
2914
2914
|
m && /* @__PURE__ */ e(
|
|
@@ -3004,10 +3004,10 @@ const H1 = (t, r, s = "label") => {
|
|
|
3004
3004
|
}
|
|
3005
3005
|
) })
|
|
3006
3006
|
}
|
|
3007
|
-
),
|
|
3007
|
+
), $1 = () => /* @__PURE__ */ i("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", children: [
|
|
3008
3008
|
/* @__PURE__ */ e("circle", { cx: "6", cy: "6", r: "6", fill: "currentColor" }),
|
|
3009
3009
|
/* @__PURE__ */ e("path", { d: "M4 4l4 4M8 4l-4 4", stroke: "#FFFFFF", strokeWidth: "1.2", strokeLinecap: "round" })
|
|
3010
|
-
] }),
|
|
3010
|
+
] }), E1 = ({ color: t = "#EC615B" }) => /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", className: "shrink-0 ml-2", children: /* @__PURE__ */ e(
|
|
3011
3011
|
"path",
|
|
3012
3012
|
{
|
|
3013
3013
|
d: "M3 8l3.5 3.5L13 5",
|
|
@@ -3043,30 +3043,30 @@ const H1 = (t, r, s = "label") => {
|
|
|
3043
3043
|
height: S = 44,
|
|
3044
3044
|
borderRadius: Z = 12,
|
|
3045
3045
|
className: M = "",
|
|
3046
|
-
style:
|
|
3046
|
+
style: E,
|
|
3047
3047
|
popupClassName: p = "",
|
|
3048
3048
|
popupStyle: L,
|
|
3049
3049
|
onBlur: k,
|
|
3050
3050
|
onFocus: y,
|
|
3051
3051
|
onDropdownVisibleChange: x,
|
|
3052
|
-
id:
|
|
3052
|
+
id: $,
|
|
3053
3053
|
notFoundContent: R = "No results found",
|
|
3054
3054
|
status: r2,
|
|
3055
|
-
optionRender:
|
|
3055
|
+
optionRender: A,
|
|
3056
3056
|
suffixIcon: J,
|
|
3057
|
-
prefixIcon:
|
|
3057
|
+
prefixIcon: O,
|
|
3058
3058
|
accentColor: z = "#EC615B",
|
|
3059
3059
|
errorColor: q = "#C21919",
|
|
3060
3060
|
borderColor: n2 = "#D9D9D9",
|
|
3061
3061
|
filledBorderColor: c2 = "#181918",
|
|
3062
3062
|
selectedBgColor: e2,
|
|
3063
3063
|
selectedTextColor: i2,
|
|
3064
|
-
optionHoverColor:
|
|
3064
|
+
optionHoverColor: d2 = "rgba(0, 0, 0, 0.04)",
|
|
3065
3065
|
tagBgColor: N = "#F5F5F5",
|
|
3066
|
-
tagBorderColor:
|
|
3067
|
-
} = t,
|
|
3066
|
+
tagBorderColor: o2 = "#E8E8E8"
|
|
3067
|
+
} = t, l2 = e2 ?? U2(z, 0.08), Y = i2 ?? z, X = _ !== void 0, [a2, w2] = P(
|
|
3068
3068
|
v ?? (g === "multiple" ? [] : void 0)
|
|
3069
|
-
), G = X ? _ :
|
|
3069
|
+
), G = X ? _ : a2, [U, h2] = P(!1), [k2, F2] = P(""), [j, K] = P(-1), [f2, p2] = P(!1), R2 = s2.useId(), B2 = $ ?? R2, D2 = C2(null), V2 = C2(null), S2 = C2(null), [$2, K2] = P({
|
|
3070
3070
|
top: 0,
|
|
3071
3071
|
left: 0,
|
|
3072
3072
|
width: 0
|
|
@@ -3075,7 +3075,7 @@ const H1 = (t, r, s = "label") => {
|
|
|
3075
3075
|
const I = V2.current.getBoundingClientRect();
|
|
3076
3076
|
K2({ top: I.bottom + 4, left: I.left, width: I.width });
|
|
3077
3077
|
};
|
|
3078
|
-
|
|
3078
|
+
b2(() => {
|
|
3079
3079
|
if (!U) return;
|
|
3080
3080
|
j2();
|
|
3081
3081
|
const I = () => j2();
|
|
@@ -3083,66 +3083,66 @@ const H1 = (t, r, s = "label") => {
|
|
|
3083
3083
|
window.removeEventListener("resize", I), window.removeEventListener("scroll", I, !0);
|
|
3084
3084
|
};
|
|
3085
3085
|
}, [U]);
|
|
3086
|
-
const P2 =
|
|
3087
|
-
(I,
|
|
3086
|
+
const P2 = C2(null), T = C2(null), y2 = !!l || r2 === "error", M2 = d === void 0 ? /* @__PURE__ */ e("span", { style: { color: "#C21919" }, children: "*" }) : d, H2 = typeof S == "number" ? `${S}px` : S, V = typeof Z == "number" ? `${Z}px` : Z, t2 = A0(
|
|
3087
|
+
(I, u2) => w === !1 ? !0 : typeof w == "function" ? w(I, u2) : H1(I, u2, m),
|
|
3088
3088
|
[w, m]
|
|
3089
|
-
),
|
|
3090
|
-
C || (
|
|
3089
|
+
), m2 = O2(() => !b || !k2 ? f : f.filter((I) => t2(k2, I)), [f, k2, b, t2]), g2 = g === "multiple", _2 = g2 ? Array.isArray(G) ? G : [] : G != null && G !== "" ? [G] : [], v2 = _2.map((I) => f.find((u2) => u2.value === I)).filter(Boolean), L2 = _2.length > 0, E2 = () => {
|
|
3090
|
+
C || (h2(!0), x == null || x(!0), y == null || y());
|
|
3091
3091
|
}, T2 = () => {
|
|
3092
|
-
|
|
3092
|
+
h2(!1), F2(""), K(-1), x == null || x(!1), k == null || k();
|
|
3093
3093
|
};
|
|
3094
|
-
|
|
3095
|
-
const I = (
|
|
3094
|
+
b2(() => {
|
|
3095
|
+
const I = (u2) => {
|
|
3096
3096
|
var z2, V0;
|
|
3097
|
-
const A2 =
|
|
3097
|
+
const A2 = u2.target, W2 = (z2 = D2.current) == null ? void 0 : z2.contains(A2), X2 = (V0 = S2.current) == null ? void 0 : V0.contains(A2);
|
|
3098
3098
|
!W2 && !X2 && U && T2();
|
|
3099
3099
|
};
|
|
3100
3100
|
return U && document.addEventListener("mousedown", I), () => document.removeEventListener("mousedown", I);
|
|
3101
|
-
}, [U]),
|
|
3101
|
+
}, [U]), b2(() => {
|
|
3102
3102
|
if (U && b && (T.current ? T.current.focus() : P2.current && P2.current.focus()), U) {
|
|
3103
|
-
const I =
|
|
3104
|
-
(
|
|
3103
|
+
const I = m2.findIndex(
|
|
3104
|
+
(u2) => _2.includes(u2.value)
|
|
3105
3105
|
);
|
|
3106
3106
|
K(I >= 0 ? I : 0);
|
|
3107
3107
|
}
|
|
3108
3108
|
}, [U]);
|
|
3109
|
-
const Q = (I,
|
|
3110
|
-
X ||
|
|
3111
|
-
},
|
|
3109
|
+
const Q = (I, u2) => {
|
|
3110
|
+
X || w2(I), u == null || u(I, u2);
|
|
3111
|
+
}, N2 = (I) => {
|
|
3112
3112
|
if (!I.disabled)
|
|
3113
|
-
if (
|
|
3114
|
-
const
|
|
3113
|
+
if (g2) {
|
|
3114
|
+
const u2 = Array.isArray(G) ? G : [], W2 = u2.includes(I.value) ? u2.filter((z2) => z2 !== I.value) : [...u2, I.value], X2 = f.filter((z2) => W2.includes(z2.value));
|
|
3115
3115
|
Q(W2, X2);
|
|
3116
3116
|
} else
|
|
3117
3117
|
Q(I.value, I), T2();
|
|
3118
3118
|
}, Y2 = (I) => {
|
|
3119
|
-
I.stopPropagation(), Q(
|
|
3120
|
-
},
|
|
3121
|
-
if (I.stopPropagation(), !
|
|
3122
|
-
const W2 = (Array.isArray(G) ? G : []).filter((z2) => z2 !==
|
|
3119
|
+
I.stopPropagation(), Q(g2 ? [] : void 0, g2 ? [] : void 0);
|
|
3120
|
+
}, W = (I, u2) => {
|
|
3121
|
+
if (I.stopPropagation(), !g2) return;
|
|
3122
|
+
const W2 = (Array.isArray(G) ? G : []).filter((z2) => z2 !== u2), X2 = f.filter((z2) => W2.includes(z2.value));
|
|
3123
3123
|
Q(W2, X2);
|
|
3124
|
-
},
|
|
3124
|
+
}, x2 = (I) => {
|
|
3125
3125
|
if (!U) {
|
|
3126
|
-
["Enter", " ", "ArrowDown"].includes(I.key) && (I.preventDefault(),
|
|
3126
|
+
["Enter", " ", "ArrowDown"].includes(I.key) && (I.preventDefault(), E2());
|
|
3127
3127
|
return;
|
|
3128
3128
|
}
|
|
3129
3129
|
if (I.key === "Escape")
|
|
3130
3130
|
I.preventDefault(), T2();
|
|
3131
3131
|
else if (I.key === "ArrowDown")
|
|
3132
|
-
I.preventDefault(), K((
|
|
3132
|
+
I.preventDefault(), K((u2) => Math.min(m2.length - 1, u2 + 1));
|
|
3133
3133
|
else if (I.key === "ArrowUp")
|
|
3134
|
-
I.preventDefault(), K((
|
|
3134
|
+
I.preventDefault(), K((u2) => Math.max(0, u2 - 1));
|
|
3135
3135
|
else if (I.key === "Enter")
|
|
3136
|
-
I.preventDefault(), j >= 0 &&
|
|
3137
|
-
else if (I.key === "Backspace" &&
|
|
3138
|
-
const
|
|
3136
|
+
I.preventDefault(), j >= 0 && m2[j] && N2(m2[j]);
|
|
3137
|
+
else if (I.key === "Backspace" && g2 && !k2 && _2.length > 0) {
|
|
3138
|
+
const u2 = _2[_2.length - 1], W2 = (Array.isArray(G) ? G : []).filter((z2) => z2 !== u2), X2 = f.filter((z2) => W2.includes(z2.value));
|
|
3139
3139
|
Q(W2, X2);
|
|
3140
3140
|
}
|
|
3141
3141
|
}, G2 = (I) => {
|
|
3142
|
-
|
|
3143
|
-
}, q2 =
|
|
3142
|
+
F2(I.target.value), H == null || H(I.target.value), K(0);
|
|
3143
|
+
}, q2 = y2 ? q : U ? z : L2 ? c2 : n2, d0 = U ? `0 0 0 2px ${U2(z, 0.2)}` : void 0, r0 = {
|
|
3144
3144
|
"--shekel-accent": z
|
|
3145
|
-
}, o0 = B &&
|
|
3145
|
+
}, o0 = B && L2 && !C;
|
|
3146
3146
|
return /* @__PURE__ */ i("div", { className: "w-full", ref: r, style: r0, children: [
|
|
3147
3147
|
s && /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-2 gap-2", children: [
|
|
3148
3148
|
/* @__PURE__ */ i(
|
|
@@ -3150,10 +3150,10 @@ const H1 = (t, r, s = "label") => {
|
|
|
3150
3150
|
{
|
|
3151
3151
|
htmlFor: B2,
|
|
3152
3152
|
className: `block text-sm font-medium ${o}`,
|
|
3153
|
-
style: { color:
|
|
3153
|
+
style: { color: y2 ? q : "#181918", ...n },
|
|
3154
3154
|
children: [
|
|
3155
3155
|
s,
|
|
3156
|
-
h &&
|
|
3156
|
+
h && M2
|
|
3157
3157
|
]
|
|
3158
3158
|
}
|
|
3159
3159
|
),
|
|
@@ -3170,23 +3170,23 @@ const H1 = (t, r, s = "label") => {
|
|
|
3170
3170
|
"aria-expanded": U,
|
|
3171
3171
|
"aria-disabled": C,
|
|
3172
3172
|
tabIndex: C ? -1 : 0,
|
|
3173
|
-
onClick: () => U ? T2() :
|
|
3174
|
-
onKeyDown:
|
|
3175
|
-
onMouseEnter: () =>
|
|
3176
|
-
onMouseLeave: () =>
|
|
3173
|
+
onClick: () => U ? T2() : E2(),
|
|
3174
|
+
onKeyDown: x2,
|
|
3175
|
+
onMouseEnter: () => p2(!0),
|
|
3176
|
+
onMouseLeave: () => p2(!1),
|
|
3177
3177
|
className: `flex items-center w-full bg-white border transition-colors duration-200 hover:border-[color:var(--shekel-accent)] ${C ? "opacity-60 cursor-not-allowed bg-[#F5F5F5]" : "cursor-pointer"} ${M}`,
|
|
3178
3178
|
style: {
|
|
3179
3179
|
minHeight: H2,
|
|
3180
3180
|
borderRadius: V,
|
|
3181
|
-
padding:
|
|
3181
|
+
padding: g2 && _2.length > 0 ? "4px 8px 4px 8px" : "4px 11px",
|
|
3182
3182
|
borderColor: q2,
|
|
3183
3183
|
boxShadow: d0,
|
|
3184
|
-
|
|
3184
|
+
...E
|
|
3185
3185
|
},
|
|
3186
3186
|
children: [
|
|
3187
|
-
|
|
3187
|
+
O && /* @__PURE__ */ e("span", { className: "shrink-0 mr-2 flex items-center text-[#8C8C8C]", children: O }),
|
|
3188
3188
|
/* @__PURE__ */ i("div", { className: "flex-1 min-w-0 flex flex-wrap items-center gap-1 relative", children: [
|
|
3189
|
-
|
|
3189
|
+
g2 && v2.map((I) => /* @__PURE__ */ i(
|
|
3190
3190
|
"span",
|
|
3191
3191
|
{
|
|
3192
3192
|
className: "inline-flex items-center gap-1 rounded px-2 text-xs text-[#181918] border",
|
|
@@ -3194,7 +3194,7 @@ const H1 = (t, r, s = "label") => {
|
|
|
3194
3194
|
height: 24,
|
|
3195
3195
|
lineHeight: "22px",
|
|
3196
3196
|
backgroundColor: N,
|
|
3197
|
-
borderColor:
|
|
3197
|
+
borderColor: o2
|
|
3198
3198
|
},
|
|
3199
3199
|
children: [
|
|
3200
3200
|
/* @__PURE__ */ e("span", { className: "truncate max-w-[140px]", children: I.label }),
|
|
@@ -3202,7 +3202,7 @@ const H1 = (t, r, s = "label") => {
|
|
|
3202
3202
|
"button",
|
|
3203
3203
|
{
|
|
3204
3204
|
type: "button",
|
|
3205
|
-
onClick: (
|
|
3205
|
+
onClick: (u2) => W(u2, I.value),
|
|
3206
3206
|
className: "flex items-center justify-center text-[#8C8C8C] hover:text-[#181918]",
|
|
3207
3207
|
"aria-label": "Remove",
|
|
3208
3208
|
children: /* @__PURE__ */ e("svg", { width: "10", height: "10", viewBox: "0 0 10 10", fill: "none", children: /* @__PURE__ */ e(
|
|
@@ -3224,23 +3224,23 @@ const H1 = (t, r, s = "label") => {
|
|
|
3224
3224
|
"input",
|
|
3225
3225
|
{
|
|
3226
3226
|
ref: T,
|
|
3227
|
-
value:
|
|
3227
|
+
value: k2,
|
|
3228
3228
|
onChange: G2,
|
|
3229
|
-
onKeyDown:
|
|
3229
|
+
onKeyDown: x2,
|
|
3230
3230
|
onClick: (I) => I.stopPropagation(),
|
|
3231
|
-
placeholder: !
|
|
3231
|
+
placeholder: !g2 && v2[0] && typeof v2[0].label == "string" ? v2[0].label : F,
|
|
3232
3232
|
className: "flex-1 min-w-[40px] outline-none bg-transparent text-sm text-[#181918] placeholder:text-[#8C8C8C]"
|
|
3233
3233
|
}
|
|
3234
|
-
) : !
|
|
3234
|
+
) : !g2 && v2[0] ? /* @__PURE__ */ e("span", { className: "truncate text-sm text-[#181918]", children: v2[0].label }) : v2.length === 0 ? /* @__PURE__ */ e("span", { className: "truncate text-sm text-[#8C8C8C]", children: F }) : null
|
|
3235
3235
|
] }),
|
|
3236
|
-
/* @__PURE__ */ e("div", { className: "flex items-center shrink-0 ml-2", children: o0 &&
|
|
3236
|
+
/* @__PURE__ */ e("div", { className: "flex items-center shrink-0 ml-2", children: o0 && f2 ? /* @__PURE__ */ e(
|
|
3237
3237
|
"button",
|
|
3238
3238
|
{
|
|
3239
3239
|
type: "button",
|
|
3240
3240
|
onClick: Y2,
|
|
3241
3241
|
"aria-label": "Clear",
|
|
3242
3242
|
className: "flex items-center justify-center w-4 h-4 text-[#BFBFBF] hover:text-[#595959] transition-colors",
|
|
3243
|
-
children: /* @__PURE__ */ e(
|
|
3243
|
+
children: /* @__PURE__ */ e($1, {})
|
|
3244
3244
|
}
|
|
3245
3245
|
) : J !== void 0 ? /* @__PURE__ */ e("span", { className: "flex items-center text-[#8C8C8C]", children: J }) : /* @__PURE__ */ e(S1, { open: U }) })
|
|
3246
3246
|
]
|
|
@@ -3264,9 +3264,9 @@ const H1 = (t, r, s = "label") => {
|
|
|
3264
3264
|
ref: S2,
|
|
3265
3265
|
className: `fixed z-[1000] bg-white overflow-hidden shekel-dropdown-anim ${p}`,
|
|
3266
3266
|
style: {
|
|
3267
|
-
top:
|
|
3268
|
-
left:
|
|
3269
|
-
width:
|
|
3267
|
+
top: $2.top,
|
|
3268
|
+
left: $2.left,
|
|
3269
|
+
width: $2.width,
|
|
3270
3270
|
borderRadius: 8,
|
|
3271
3271
|
boxShadow: "0 6px 16px 0 rgba(0,0,0,0.08), 0 3px 6px -4px rgba(0,0,0,0.12), 0 9px 28px 8px rgba(0,0,0,0.05)",
|
|
3272
3272
|
...L
|
|
@@ -3277,16 +3277,16 @@ const H1 = (t, r, s = "label") => {
|
|
|
3277
3277
|
{
|
|
3278
3278
|
ref: P2,
|
|
3279
3279
|
type: "text",
|
|
3280
|
-
value:
|
|
3280
|
+
value: k2,
|
|
3281
3281
|
onChange: G2,
|
|
3282
|
-
onKeyDown:
|
|
3282
|
+
onKeyDown: x2,
|
|
3283
3283
|
placeholder: D,
|
|
3284
3284
|
className: "w-full outline-none text-sm bg-transparent px-2 py-1 text-[#181918] placeholder:text-[#8C8C8C]",
|
|
3285
3285
|
onClick: (I) => I.stopPropagation()
|
|
3286
3286
|
}
|
|
3287
3287
|
) }),
|
|
3288
|
-
/* @__PURE__ */ e("div", { role: "listbox", className: "overflow-auto flex flex-col gap-0.5", style: { maxHeight: 256, padding: 4 }, children:
|
|
3289
|
-
const A2 =
|
|
3288
|
+
/* @__PURE__ */ e("div", { role: "listbox", className: "overflow-auto flex flex-col gap-0.5", style: { maxHeight: 256, padding: 4 }, children: m2.length === 0 ? /* @__PURE__ */ e("div", { className: "px-3 py-3 text-sm text-[#8C8C8C] text-center", children: R }) : m2.map((I, u2) => {
|
|
3289
|
+
const A2 = _2.includes(I.value), W2 = u2 === j;
|
|
3290
3290
|
return /* @__PURE__ */ i(
|
|
3291
3291
|
"div",
|
|
3292
3292
|
{
|
|
@@ -3294,9 +3294,9 @@ const H1 = (t, r, s = "label") => {
|
|
|
3294
3294
|
"aria-selected": A2,
|
|
3295
3295
|
"aria-disabled": I.disabled,
|
|
3296
3296
|
onClick: (X2) => {
|
|
3297
|
-
X2.stopPropagation(),
|
|
3297
|
+
X2.stopPropagation(), N2(I);
|
|
3298
3298
|
},
|
|
3299
|
-
onMouseEnter: () => !I.disabled && K(
|
|
3299
|
+
onMouseEnter: () => !I.disabled && K(u2),
|
|
3300
3300
|
className: `flex items-center justify-between transition-colors duration-150 ${I.disabled ? "opacity-40 cursor-not-allowed" : "cursor-pointer"}`,
|
|
3301
3301
|
style: {
|
|
3302
3302
|
padding: "10px 16px",
|
|
@@ -3304,16 +3304,16 @@ const H1 = (t, r, s = "label") => {
|
|
|
3304
3304
|
borderRadius: 6,
|
|
3305
3305
|
fontSize: 14,
|
|
3306
3306
|
lineHeight: "22px",
|
|
3307
|
-
backgroundColor: A2 ?
|
|
3308
|
-
color: A2 ?
|
|
3307
|
+
backgroundColor: A2 ? l2 : W2 && !I.disabled ? d2 : "transparent",
|
|
3308
|
+
color: A2 ? Y : "#181918",
|
|
3309
3309
|
fontWeight: A2 ? 600 : 400
|
|
3310
3310
|
},
|
|
3311
3311
|
children: [
|
|
3312
|
-
/* @__PURE__ */ e("div", { className: "min-w-0 flex-1", children:
|
|
3312
|
+
/* @__PURE__ */ e("div", { className: "min-w-0 flex-1", children: A ? A(I, { selected: A2 }) : I.description ? /* @__PURE__ */ i(I2, { children: [
|
|
3313
3313
|
/* @__PURE__ */ e("div", { className: "truncate font-semibold", children: I.label }),
|
|
3314
3314
|
/* @__PURE__ */ e("div", { className: "truncate text-xs text-[#8C8C8C] font-normal mt-0.5", children: I.description })
|
|
3315
3315
|
] }) : /* @__PURE__ */ e("span", { className: "truncate", children: I.label }) }),
|
|
3316
|
-
A2 && /* @__PURE__ */ e(
|
|
3316
|
+
A2 && /* @__PURE__ */ e(E1, { color: Y })
|
|
3317
3317
|
]
|
|
3318
3318
|
},
|
|
3319
3319
|
I.value
|
|
@@ -3421,75 +3421,75 @@ const u0 = [
|
|
|
3421
3421
|
borderRadius: S = 12,
|
|
3422
3422
|
className: Z = "",
|
|
3423
3423
|
style: M,
|
|
3424
|
-
popupClassName:
|
|
3424
|
+
popupClassName: E = "",
|
|
3425
3425
|
onOpenChange: p,
|
|
3426
3426
|
id: L,
|
|
3427
3427
|
status: k,
|
|
3428
3428
|
accentColor: y = "#EC615B",
|
|
3429
3429
|
errorColor: x = "#C21919",
|
|
3430
|
-
borderColor:
|
|
3430
|
+
borderColor: $ = "#D9D9D9",
|
|
3431
3431
|
filledBorderColor: R = "#181918"
|
|
3432
|
-
} = t, r2 = _ !== void 0, [
|
|
3432
|
+
} = t, r2 = _ !== void 0, [A, J] = P(s0(v)), O = r2 ? s0(_) : A, [z, q] = P(!1), [n2, c2] = P(!1), [e2, i2] = P(O ?? /* @__PURE__ */ new Date()), d2 = s2.useId(), N = L ?? d2, o2 = C2(null), l2 = C2(null), Y = C2(null), [X, a2] = P({
|
|
3433
3433
|
top: 0,
|
|
3434
3434
|
left: 0,
|
|
3435
3435
|
width: 280
|
|
3436
|
-
}),
|
|
3437
|
-
if (!
|
|
3438
|
-
const V =
|
|
3439
|
-
let
|
|
3440
|
-
|
|
3441
|
-
const
|
|
3442
|
-
let
|
|
3443
|
-
|
|
3436
|
+
}), w2 = () => {
|
|
3437
|
+
if (!l2.current) return;
|
|
3438
|
+
const V = l2.current.getBoundingClientRect(), t2 = 280, m2 = typeof window < "u" ? window.innerWidth : 0, g2 = typeof window < "u" ? window.innerHeight : 0;
|
|
3439
|
+
let _2 = V.left;
|
|
3440
|
+
_2 + t2 + 8 > m2 && (_2 = Math.max(8, m2 - t2 - 8));
|
|
3441
|
+
const v2 = 340;
|
|
3442
|
+
let L2 = V.bottom + 4;
|
|
3443
|
+
L2 + v2 + 8 > g2 && V.top > v2 + 8 && (L2 = V.top - v2 - 4), a2({ top: L2, left: _2, width: t2 });
|
|
3444
3444
|
};
|
|
3445
|
-
|
|
3445
|
+
b2(() => {
|
|
3446
3446
|
if (!z) return;
|
|
3447
|
-
|
|
3448
|
-
const V = () =>
|
|
3447
|
+
w2();
|
|
3448
|
+
const V = () => w2();
|
|
3449
3449
|
return window.addEventListener("resize", V), window.addEventListener("scroll", V, !0), () => {
|
|
3450
3450
|
window.removeEventListener("resize", V), window.removeEventListener("scroll", V, !0);
|
|
3451
3451
|
};
|
|
3452
3452
|
}, [z]);
|
|
3453
|
-
const G = !!l || k === "error", U =
|
|
3453
|
+
const G = !!l || k === "error", U = O !== null, h2 = d === void 0 ? /* @__PURE__ */ e("span", { style: { color: "#C21919" }, children: "*" }) : d, k2 = typeof B == "number" ? `${B}px` : B, F2 = typeof S == "number" ? `${S}px` : S, j = O2(() => b ? n0(s0(b)) : null, [b]), K = O2(() => D ? n0(s0(D)) : null, [D]), f2 = (V) => {
|
|
3454
3454
|
const t2 = n0(V);
|
|
3455
3455
|
return !!(j && t2 < j || K && t2 > K || m && m(t2));
|
|
3456
3456
|
};
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
}, [
|
|
3457
|
+
b2(() => {
|
|
3458
|
+
O && i2(O);
|
|
3459
|
+
}, [O == null ? void 0 : O.getTime()]), b2(() => {
|
|
3460
3460
|
const V = (t2) => {
|
|
3461
|
-
var
|
|
3462
|
-
const
|
|
3463
|
-
!
|
|
3461
|
+
var v2, L2;
|
|
3462
|
+
const m2 = t2.target, g2 = (v2 = o2.current) == null ? void 0 : v2.contains(m2), _2 = (L2 = Y.current) == null ? void 0 : L2.contains(m2);
|
|
3463
|
+
!g2 && !_2 && z && (q(!1), p == null || p(!1));
|
|
3464
3464
|
};
|
|
3465
3465
|
return z && document.addEventListener("mousedown", V), () => document.removeEventListener("mousedown", V);
|
|
3466
3466
|
}, [z, p]);
|
|
3467
|
-
const
|
|
3467
|
+
const p2 = (V) => {
|
|
3468
3468
|
r2 || J(V), u == null || u(V, V ? R0(V, F) : "");
|
|
3469
3469
|
}, R2 = () => {
|
|
3470
3470
|
if (C) return;
|
|
3471
3471
|
const V = !z;
|
|
3472
|
-
q(V), p == null || p(V), V &&
|
|
3472
|
+
q(V), p == null || p(V), V && O && i2(O);
|
|
3473
3473
|
}, B2 = (V) => {
|
|
3474
|
-
|
|
3474
|
+
f2(V) || (p2(V), q(!1), p == null || p(!1));
|
|
3475
3475
|
}, D2 = (V) => {
|
|
3476
|
-
V.stopPropagation(),
|
|
3477
|
-
}, V2 = O2(() => n0(/* @__PURE__ */ new Date()), []), S2 = G ? x : z ? y : U ? R :
|
|
3478
|
-
const V = e2.getFullYear(), t2 = e2.getMonth(),
|
|
3479
|
-
for (let
|
|
3480
|
-
|
|
3481
|
-
for (let
|
|
3482
|
-
|
|
3483
|
-
for (;
|
|
3484
|
-
const
|
|
3485
|
-
T2.setDate(T2.getDate() + 1),
|
|
3476
|
+
V.stopPropagation(), p2(null);
|
|
3477
|
+
}, V2 = O2(() => n0(/* @__PURE__ */ new Date()), []), S2 = G ? x : z ? y : U ? R : $, $2 = z ? `0 0 0 2px ${U2(y, 0.2)}` : void 0, K2 = { "--shekel-accent": y }, j2 = H && U && !C && n2, P2 = g === 1 ? U1 : D1, T = O2(() => {
|
|
3478
|
+
const V = e2.getFullYear(), t2 = e2.getMonth(), m2 = new Date(V, t2, 1).getDay(), g2 = g === 1 ? m2 === 0 ? 6 : m2 - 1 : m2, _2 = new Date(V, t2 + 1, 0).getDate(), v2 = new Date(V, t2, 0).getDate(), L2 = [];
|
|
3479
|
+
for (let E2 = g2 - 1; E2 >= 0; E2--)
|
|
3480
|
+
L2.push({ date: new Date(V, t2 - 1, v2 - E2), outside: !0 });
|
|
3481
|
+
for (let E2 = 1; E2 <= _2; E2++)
|
|
3482
|
+
L2.push({ date: new Date(V, t2, E2), outside: !1 });
|
|
3483
|
+
for (; L2.length < 42; ) {
|
|
3484
|
+
const E2 = L2[L2.length - 1].date, T2 = new Date(E2);
|
|
3485
|
+
T2.setDate(T2.getDate() + 1), L2.push({ date: T2, outside: !0 });
|
|
3486
3486
|
}
|
|
3487
|
-
return
|
|
3488
|
-
}, [e2, g]),
|
|
3487
|
+
return L2;
|
|
3488
|
+
}, [e2, g]), y2 = (V) => {
|
|
3489
3489
|
i2(new Date(e2.getFullYear(), e2.getMonth() + V, 1));
|
|
3490
|
-
},
|
|
3490
|
+
}, M2 = (V) => {
|
|
3491
3491
|
i2(new Date(e2.getFullYear() + V, e2.getMonth(), 1));
|
|
3492
|
-
}, H2 =
|
|
3492
|
+
}, H2 = O ? R0(O, F) : "";
|
|
3493
3493
|
return /* @__PURE__ */ i("div", { className: "w-full", ref: r, style: K2, children: [
|
|
3494
3494
|
s && /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-2 gap-2", children: [
|
|
3495
3495
|
/* @__PURE__ */ i(
|
|
@@ -3500,17 +3500,17 @@ const u0 = [
|
|
|
3500
3500
|
style: { color: G ? x : "#181918", ...n },
|
|
3501
3501
|
children: [
|
|
3502
3502
|
s,
|
|
3503
|
-
h &&
|
|
3503
|
+
h && h2
|
|
3504
3504
|
]
|
|
3505
3505
|
}
|
|
3506
3506
|
),
|
|
3507
3507
|
a && /* @__PURE__ */ e("div", { className: "shrink-0", children: a })
|
|
3508
3508
|
] }),
|
|
3509
|
-
/* @__PURE__ */ i("div", { className: "relative", ref:
|
|
3509
|
+
/* @__PURE__ */ i("div", { className: "relative", ref: o2, children: [
|
|
3510
3510
|
/* @__PURE__ */ i(
|
|
3511
3511
|
"div",
|
|
3512
3512
|
{
|
|
3513
|
-
ref:
|
|
3513
|
+
ref: l2,
|
|
3514
3514
|
id: N,
|
|
3515
3515
|
role: "combobox",
|
|
3516
3516
|
"aria-haspopup": "dialog",
|
|
@@ -3525,18 +3525,18 @@ const u0 = [
|
|
|
3525
3525
|
},
|
|
3526
3526
|
className: `flex items-center w-full bg-white border transition-colors duration-200 hover:border-[color:var(--shekel-accent)] ${C ? "opacity-60 cursor-not-allowed bg-[#F5F5F5]" : "cursor-pointer"} ${Z}`,
|
|
3527
3527
|
style: {
|
|
3528
|
-
height:
|
|
3529
|
-
borderRadius:
|
|
3528
|
+
height: k2,
|
|
3529
|
+
borderRadius: F2,
|
|
3530
3530
|
padding: "4px 11px",
|
|
3531
3531
|
borderColor: S2,
|
|
3532
|
-
boxShadow:
|
|
3532
|
+
boxShadow: $2,
|
|
3533
3533
|
...M
|
|
3534
3534
|
},
|
|
3535
3535
|
children: [
|
|
3536
3536
|
/* @__PURE__ */ e(
|
|
3537
3537
|
"span",
|
|
3538
3538
|
{
|
|
3539
|
-
className: `flex-1 min-w-0 truncate text-sm ${
|
|
3539
|
+
className: `flex-1 min-w-0 truncate text-sm ${O ? "text-[#181918]" : "text-[#8C8C8C]"}`,
|
|
3540
3540
|
children: H2 || f
|
|
3541
3541
|
}
|
|
3542
3542
|
),
|
|
@@ -3562,8 +3562,8 @@ const u0 = [
|
|
|
3562
3562
|
/* @__PURE__ */ i(
|
|
3563
3563
|
"div",
|
|
3564
3564
|
{
|
|
3565
|
-
ref:
|
|
3566
|
-
className: `fixed z-[1000] bg-white shekel-picker-anim ${
|
|
3565
|
+
ref: Y,
|
|
3566
|
+
className: `fixed z-[1000] bg-white shekel-picker-anim ${E}`,
|
|
3567
3567
|
style: {
|
|
3568
3568
|
top: X.top,
|
|
3569
3569
|
left: X.left,
|
|
@@ -3580,7 +3580,7 @@ const u0 = [
|
|
|
3580
3580
|
"button",
|
|
3581
3581
|
{
|
|
3582
3582
|
type: "button",
|
|
3583
|
-
onClick: () =>
|
|
3583
|
+
onClick: () => M2(-1),
|
|
3584
3584
|
"aria-label": "Previous year",
|
|
3585
3585
|
className: "w-7 h-7 flex items-center justify-center text-[#595959] hover:text-[color:var(--shekel-accent)] rounded transition-colors",
|
|
3586
3586
|
children: /* @__PURE__ */ e(G1, {})
|
|
@@ -3590,7 +3590,7 @@ const u0 = [
|
|
|
3590
3590
|
"button",
|
|
3591
3591
|
{
|
|
3592
3592
|
type: "button",
|
|
3593
|
-
onClick: () =>
|
|
3593
|
+
onClick: () => y2(-1),
|
|
3594
3594
|
"aria-label": "Previous month",
|
|
3595
3595
|
className: "w-7 h-7 flex items-center justify-center text-[#595959] hover:text-[color:var(--shekel-accent)] rounded transition-colors",
|
|
3596
3596
|
children: /* @__PURE__ */ e(I1, {})
|
|
@@ -3607,7 +3607,7 @@ const u0 = [
|
|
|
3607
3607
|
"button",
|
|
3608
3608
|
{
|
|
3609
3609
|
type: "button",
|
|
3610
|
-
onClick: () =>
|
|
3610
|
+
onClick: () => y2(1),
|
|
3611
3611
|
"aria-label": "Next month",
|
|
3612
3612
|
className: "w-7 h-7 flex items-center justify-center text-[#595959] hover:text-[color:var(--shekel-accent)] rounded transition-colors",
|
|
3613
3613
|
children: /* @__PURE__ */ e(R1, {})
|
|
@@ -3617,7 +3617,7 @@ const u0 = [
|
|
|
3617
3617
|
"button",
|
|
3618
3618
|
{
|
|
3619
3619
|
type: "button",
|
|
3620
|
-
onClick: () =>
|
|
3620
|
+
onClick: () => M2(1),
|
|
3621
3621
|
"aria-label": "Next year",
|
|
3622
3622
|
className: "w-7 h-7 flex items-center justify-center text-[#595959] hover:text-[color:var(--shekel-accent)] rounded transition-colors",
|
|
3623
3623
|
children: /* @__PURE__ */ e(Z1, {})
|
|
@@ -3634,13 +3634,13 @@ const u0 = [
|
|
|
3634
3634
|
},
|
|
3635
3635
|
V
|
|
3636
3636
|
)) }),
|
|
3637
|
-
/* @__PURE__ */ e("div", { className: "grid grid-cols-7 gap-0 px-1", children: T.map(({ date: V, outside: t2 },
|
|
3638
|
-
const
|
|
3637
|
+
/* @__PURE__ */ e("div", { className: "grid grid-cols-7 gap-0 px-1", children: T.map(({ date: V, outside: t2 }, m2) => {
|
|
3638
|
+
const g2 = O && G0(V, O), _2 = G0(V, V2), v2 = f2(V);
|
|
3639
3639
|
return /* @__PURE__ */ e(
|
|
3640
3640
|
"button",
|
|
3641
3641
|
{
|
|
3642
3642
|
type: "button",
|
|
3643
|
-
disabled:
|
|
3643
|
+
disabled: v2,
|
|
3644
3644
|
onClick: () => B2(V),
|
|
3645
3645
|
className: "flex items-center justify-center text-sm transition-colors",
|
|
3646
3646
|
style: {
|
|
@@ -3650,20 +3650,20 @@ const u0 = [
|
|
|
3650
3650
|
children: /* @__PURE__ */ e(
|
|
3651
3651
|
"span",
|
|
3652
3652
|
{
|
|
3653
|
-
className: `flex items-center justify-center rounded-full transition-colors ${
|
|
3653
|
+
className: `flex items-center justify-center rounded-full transition-colors ${v2 ? "text-[#D9D9D9] cursor-not-allowed" : t2 ? "text-[#BFBFBF] hover:bg-[#F5F5F5]" : "text-[#181918] hover:bg-[#F5F5F5]"}`,
|
|
3654
3654
|
style: {
|
|
3655
3655
|
width: 28,
|
|
3656
3656
|
height: 28,
|
|
3657
|
-
backgroundColor:
|
|
3658
|
-
color:
|
|
3659
|
-
fontWeight:
|
|
3660
|
-
border:
|
|
3657
|
+
backgroundColor: g2 ? y : void 0,
|
|
3658
|
+
color: g2 ? "#FFFFFF" : void 0,
|
|
3659
|
+
fontWeight: g2 ? 600 : 400,
|
|
3660
|
+
border: _2 && !g2 ? `1px solid ${y}` : void 0
|
|
3661
3661
|
},
|
|
3662
3662
|
children: V.getDate()
|
|
3663
3663
|
}
|
|
3664
3664
|
)
|
|
3665
3665
|
},
|
|
3666
|
-
|
|
3666
|
+
m2
|
|
3667
3667
|
);
|
|
3668
3668
|
}) }),
|
|
3669
3669
|
w && /* @__PURE__ */ e("div", { className: "border-t border-[#F0F0F0] mt-2 pt-2 text-center", children: /* @__PURE__ */ e(
|
|
@@ -3671,9 +3671,9 @@ const u0 = [
|
|
|
3671
3671
|
{
|
|
3672
3672
|
type: "button",
|
|
3673
3673
|
onClick: () => {
|
|
3674
|
-
|
|
3674
|
+
f2(V2) || B2(V2);
|
|
3675
3675
|
},
|
|
3676
|
-
disabled:
|
|
3676
|
+
disabled: f2(V2),
|
|
3677
3677
|
className: "text-sm hover:underline disabled:text-[#D9D9D9] disabled:no-underline",
|
|
3678
3678
|
style: { color: y },
|
|
3679
3679
|
children: "Today"
|
|
@@ -3771,9 +3771,9 @@ const C0 = [
|
|
|
3771
3771
|
rangeTextColor: f
|
|
3772
3772
|
}) => {
|
|
3773
3773
|
const F = l === 1 ? P1 : W1, b = O2(() => t0(/* @__PURE__ */ new Date()), []), D = O2(() => {
|
|
3774
|
-
const g = t.getFullYear(), B = t.getMonth(), S = new Date(g, B, 1).getDay(), Z = l === 1 ? S === 0 ? 6 : S - 1 : S, M = new Date(g, B + 1, 0).getDate(),
|
|
3774
|
+
const g = t.getFullYear(), B = t.getMonth(), S = new Date(g, B, 1).getDay(), Z = l === 1 ? S === 0 ? 6 : S - 1 : S, M = new Date(g, B + 1, 0).getDate(), E = new Date(g, B, 0).getDate(), p = [];
|
|
3775
3775
|
for (let L = Z - 1; L >= 0; L--)
|
|
3776
|
-
p.push({ date: new Date(g, B - 1,
|
|
3776
|
+
p.push({ date: new Date(g, B - 1, E - L), outside: !0 });
|
|
3777
3777
|
for (let L = 1; L <= M; L++)
|
|
3778
3778
|
p.push({ date: new Date(g, B, L), outside: !1 });
|
|
3779
3779
|
for (; p.length < 42; ) {
|
|
@@ -3848,7 +3848,7 @@ const C0 = [
|
|
|
3848
3848
|
] }),
|
|
3849
3849
|
/* @__PURE__ */ e("div", { className: "grid grid-cols-7 px-1 pt-2 pb-1", children: F.map((g) => /* @__PURE__ */ e("div", { className: "text-xs text-[#8C8C8C] text-center py-1", style: { height: 28 }, children: g }, g)) }),
|
|
3850
3850
|
/* @__PURE__ */ e("div", { className: "grid grid-cols-7 px-1", onMouseLeave: () => n(null), children: D.map(({ date: g, outside: B }, S) => {
|
|
3851
|
-
const Z = !!(r && e0(g, r)), M = !!(s && e0(g, s)),
|
|
3851
|
+
const Z = !!(r && e0(g, r)), M = !!(s && e0(g, s)), E = w && H && !e0(w, H) ? O1(g, w, H) : !1, p = w && e0(g, w), L = H && e0(g, H), k = Z || M, y = e0(g, b), x = d(g);
|
|
3852
3852
|
return /* @__PURE__ */ e(
|
|
3853
3853
|
"button",
|
|
3854
3854
|
{
|
|
@@ -3859,11 +3859,11 @@ const C0 = [
|
|
|
3859
3859
|
className: "flex items-center justify-center text-sm",
|
|
3860
3860
|
style: {
|
|
3861
3861
|
height: 32,
|
|
3862
|
-
backgroundColor:
|
|
3863
|
-
borderTopLeftRadius: p ? 999 :
|
|
3864
|
-
borderBottomLeftRadius: p ? 999 :
|
|
3865
|
-
borderTopRightRadius: L ? 999 :
|
|
3866
|
-
borderBottomRightRadius: L ? 999 :
|
|
3862
|
+
backgroundColor: E ? u : void 0,
|
|
3863
|
+
borderTopLeftRadius: p ? 999 : E ? 0 : 999,
|
|
3864
|
+
borderBottomLeftRadius: p ? 999 : E ? 0 : 999,
|
|
3865
|
+
borderTopRightRadius: L ? 999 : E ? 0 : 999,
|
|
3866
|
+
borderBottomRightRadius: L ? 999 : E ? 0 : 999
|
|
3867
3867
|
},
|
|
3868
3868
|
children: /* @__PURE__ */ e(
|
|
3869
3869
|
"span",
|
|
@@ -3873,7 +3873,7 @@ const C0 = [
|
|
|
3873
3873
|
width: 28,
|
|
3874
3874
|
height: 28,
|
|
3875
3875
|
backgroundColor: k ? v : void 0,
|
|
3876
|
-
color: k ? "#FFFFFF" : x ? "#D9D9D9" : B ? "#BFBFBF" :
|
|
3876
|
+
color: k ? "#FFFFFF" : x ? "#D9D9D9" : B ? "#BFBFBF" : E ? f : "#181918",
|
|
3877
3877
|
fontWeight: k ? 600 : 400,
|
|
3878
3878
|
border: y && !k ? `1px solid ${v}` : void 0
|
|
3879
3879
|
},
|
|
@@ -3912,73 +3912,73 @@ const C0 = [
|
|
|
3912
3912
|
borderRadius: S = 12,
|
|
3913
3913
|
className: Z = "",
|
|
3914
3914
|
style: M,
|
|
3915
|
-
popupClassName:
|
|
3915
|
+
popupClassName: E = "",
|
|
3916
3916
|
onOpenChange: p,
|
|
3917
3917
|
id: L,
|
|
3918
3918
|
status: k,
|
|
3919
3919
|
accentColor: y = "#EC615B",
|
|
3920
3920
|
errorColor: x = "#C21919",
|
|
3921
|
-
borderColor:
|
|
3921
|
+
borderColor: $ = "#D9D9D9",
|
|
3922
3922
|
filledBorderColor: R = "#181918",
|
|
3923
3923
|
rangeBgColor: r2,
|
|
3924
|
-
rangeTextColor:
|
|
3924
|
+
rangeTextColor: A,
|
|
3925
3925
|
singlePanel: J = !1,
|
|
3926
|
-
presets:
|
|
3927
|
-
} = t, z = r2 ?? U2(y, 0.12), q =
|
|
3926
|
+
presets: O
|
|
3927
|
+
} = t, z = r2 ?? U2(y, 0.12), q = A ?? y, [n2, c2] = P(
|
|
3928
3928
|
typeof window < "u" ? window.innerWidth < 640 : !1
|
|
3929
3929
|
);
|
|
3930
|
-
|
|
3931
|
-
const
|
|
3932
|
-
return window.addEventListener("resize",
|
|
3930
|
+
b2(() => {
|
|
3931
|
+
const W = () => c2(window.innerWidth < 640);
|
|
3932
|
+
return window.addEventListener("resize", W), () => window.removeEventListener("resize", W);
|
|
3933
3933
|
}, []);
|
|
3934
|
-
const e2 = J || n2, i2 = _ !== void 0, [
|
|
3934
|
+
const e2 = J || n2, i2 = _ !== void 0, [d2, N] = P(() => [
|
|
3935
3935
|
Q2(v == null ? void 0 : v[0]),
|
|
3936
3936
|
Q2(v == null ? void 0 : v[1])
|
|
3937
|
-
]),
|
|
3937
|
+
]), o2 = i2 ? [Q2(_[0]), Q2(_[1])] : d2, [l2, Y] = o2, [X, a2] = P(!1), [w2, G] = P(!1), [U, h2] = P("from"), [k2, F2] = P(null), [j, K] = P(l2 ?? /* @__PURE__ */ new Date()), f2 = s2.useId(), p2 = L ?? f2, R2 = C2(null), B2 = C2(null), D2 = C2(null), [V2, S2] = P({ top: 0, left: 0 }), $2 = () => {
|
|
3938
3938
|
if (!B2.current) return;
|
|
3939
|
-
const
|
|
3940
|
-
let q2 =
|
|
3941
|
-
q2 + G2 + 8 >
|
|
3942
|
-
}, K2 = !!l || k === "error", j2 = !!
|
|
3943
|
-
const
|
|
3944
|
-
return !!(
|
|
3939
|
+
const W = B2.current.getBoundingClientRect(), x2 = typeof window < "u" ? window.innerWidth : 0, G2 = e2 ? 296 : 580;
|
|
3940
|
+
let q2 = W.left;
|
|
3941
|
+
q2 + G2 + 8 > x2 && (q2 = Math.max(8, x2 - G2 - 8)), S2({ top: W.bottom + 4, left: q2 });
|
|
3942
|
+
}, K2 = !!l || k === "error", j2 = !!l2 || !!Y, P2 = d === void 0 ? /* @__PURE__ */ e("span", { style: { color: "#C21919" }, children: "*" }) : d, T = typeof B == "number" ? `${B}px` : B, y2 = typeof S == "number" ? `${S}px` : S, M2 = O2(() => D ? t0(Q2(D)) : null, [D]), H2 = O2(() => m ? t0(Q2(m)) : null, [m]), V = (W) => {
|
|
3943
|
+
const x2 = t0(W);
|
|
3944
|
+
return !!(M2 && x2 < M2 || H2 && x2 > H2 || w && w(x2));
|
|
3945
3945
|
};
|
|
3946
|
-
|
|
3947
|
-
const
|
|
3946
|
+
b2(() => {
|
|
3947
|
+
const W = (x2) => {
|
|
3948
3948
|
var r0, o0;
|
|
3949
|
-
const G2 =
|
|
3950
|
-
!q2 && !d0 && X && (
|
|
3949
|
+
const G2 = x2.target, q2 = (r0 = R2.current) == null ? void 0 : r0.contains(G2), d0 = (o0 = D2.current) == null ? void 0 : o0.contains(G2);
|
|
3950
|
+
!q2 && !d0 && X && (a2(!1), p == null || p(!1), F2(null));
|
|
3951
3951
|
};
|
|
3952
|
-
return X && document.addEventListener("mousedown",
|
|
3953
|
-
}, [X, p]),
|
|
3952
|
+
return X && document.addEventListener("mousedown", W), () => document.removeEventListener("mousedown", W);
|
|
3953
|
+
}, [X, p]), b2(() => {
|
|
3954
3954
|
if (!X) return;
|
|
3955
|
-
|
|
3956
|
-
const
|
|
3957
|
-
return window.addEventListener("resize",
|
|
3958
|
-
window.removeEventListener("resize",
|
|
3955
|
+
$2();
|
|
3956
|
+
const W = () => $2();
|
|
3957
|
+
return window.addEventListener("resize", W), window.addEventListener("scroll", W, !0), () => {
|
|
3958
|
+
window.removeEventListener("resize", W), window.removeEventListener("scroll", W, !0);
|
|
3959
3959
|
};
|
|
3960
3960
|
}, [X, e2]);
|
|
3961
|
-
const t2 = (
|
|
3962
|
-
i2 || N([
|
|
3963
|
-
[
|
|
3964
|
-
[
|
|
3961
|
+
const t2 = (W, x2) => {
|
|
3962
|
+
i2 || N([W, x2]), u == null || u(
|
|
3963
|
+
[W, x2],
|
|
3964
|
+
[W ? l0(W, F) : "", x2 ? l0(x2, F) : ""]
|
|
3965
3965
|
);
|
|
3966
|
-
},
|
|
3967
|
-
V(
|
|
3968
|
-
},
|
|
3966
|
+
}, m2 = (W) => {
|
|
3967
|
+
V(W) || (U === "from" || !l2 ? (t2(W, null), h2("to"), F2(null)) : (W.getTime() < l2.getTime() ? t2(W, l2) : t2(l2, W), h2("from"), a2(!1), p == null || p(!1), F2(null)));
|
|
3968
|
+
}, g2 = (W) => {
|
|
3969
3969
|
if (C) return;
|
|
3970
|
-
|
|
3971
|
-
const
|
|
3972
|
-
|
|
3973
|
-
},
|
|
3974
|
-
|
|
3975
|
-
},
|
|
3976
|
-
return /* @__PURE__ */ i("div", { className: "w-full", ref: r, style:
|
|
3970
|
+
W && h2(W);
|
|
3971
|
+
const x2 = !X;
|
|
3972
|
+
a2(x2), p == null || p(x2), x2 && (l2 || Y) && K(l2 ?? Y ?? /* @__PURE__ */ new Date());
|
|
3973
|
+
}, _2 = (W) => {
|
|
3974
|
+
W.stopPropagation(), t2(null, null), h2("from");
|
|
3975
|
+
}, v2 = K2 ? x : X ? y : j2 ? R : $, L2 = X ? `0 0 0 2px ${U2(y, 0.2)}` : void 0, E2 = { "--shekel-accent": y }, T2 = H && j2 && !C && w2, Q = l2 ? l0(l2, F) : "", N2 = Y ? l0(Y, F) : "", Y2 = /* @__PURE__ */ e("span", { className: "mx-2 text-[#8C8C8C] flex items-center", children: /* @__PURE__ */ e("svg", { width: "14", height: "10", viewBox: "0 0 14 10", fill: "none", children: /* @__PURE__ */ e("path", { d: "M1 5h12M9 1l4 4-4 4", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }) });
|
|
3976
|
+
return /* @__PURE__ */ i("div", { className: "w-full", ref: r, style: E2, children: [
|
|
3977
3977
|
s && /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-2 gap-2", children: [
|
|
3978
3978
|
/* @__PURE__ */ i(
|
|
3979
3979
|
"label",
|
|
3980
3980
|
{
|
|
3981
|
-
htmlFor:
|
|
3981
|
+
htmlFor: p2,
|
|
3982
3982
|
className: `block text-sm font-medium ${o}`,
|
|
3983
3983
|
style: { color: K2 ? x : "#181918", ...n },
|
|
3984
3984
|
children: [
|
|
@@ -3994,7 +3994,7 @@ const C0 = [
|
|
|
3994
3994
|
"div",
|
|
3995
3995
|
{
|
|
3996
3996
|
ref: B2,
|
|
3997
|
-
id:
|
|
3997
|
+
id: p2,
|
|
3998
3998
|
role: "combobox",
|
|
3999
3999
|
"aria-haspopup": "dialog",
|
|
4000
4000
|
"aria-expanded": X,
|
|
@@ -4004,10 +4004,10 @@ const C0 = [
|
|
|
4004
4004
|
className: `flex items-center w-full bg-white border transition-colors duration-200 hover:border-[color:var(--shekel-accent)] ${C ? "opacity-60 cursor-not-allowed bg-[#F5F5F5]" : "cursor-pointer"} ${Z}`,
|
|
4005
4005
|
style: {
|
|
4006
4006
|
height: T,
|
|
4007
|
-
borderRadius:
|
|
4007
|
+
borderRadius: y2,
|
|
4008
4008
|
padding: "4px 11px",
|
|
4009
|
-
borderColor:
|
|
4010
|
-
boxShadow:
|
|
4009
|
+
borderColor: v2,
|
|
4010
|
+
boxShadow: L2,
|
|
4011
4011
|
...M
|
|
4012
4012
|
},
|
|
4013
4013
|
children: [
|
|
@@ -4017,7 +4017,7 @@ const C0 = [
|
|
|
4017
4017
|
{
|
|
4018
4018
|
type: "button",
|
|
4019
4019
|
disabled: C,
|
|
4020
|
-
onClick: () =>
|
|
4020
|
+
onClick: () => g2("from"),
|
|
4021
4021
|
className: `w-full text-left text-sm truncate ${Q ? "text-[#181918]" : "text-[#8C8C8C]"}`,
|
|
4022
4022
|
children: Q || f[0]
|
|
4023
4023
|
}
|
|
@@ -4031,9 +4031,9 @@ const C0 = [
|
|
|
4031
4031
|
{
|
|
4032
4032
|
type: "button",
|
|
4033
4033
|
disabled: C,
|
|
4034
|
-
onClick: () =>
|
|
4035
|
-
className: `w-full text-left text-sm truncate ${
|
|
4036
|
-
children:
|
|
4034
|
+
onClick: () => g2("to"),
|
|
4035
|
+
className: `w-full text-left text-sm truncate ${N2 ? "text-[#181918]" : "text-[#8C8C8C]"}`,
|
|
4036
|
+
children: N2 || f[1]
|
|
4037
4037
|
}
|
|
4038
4038
|
),
|
|
4039
4039
|
X && U === "to" && /* @__PURE__ */ e("div", { className: "absolute left-0 right-2 bottom-[-6px] h-[2px] transition-all", style: { backgroundColor: y } })
|
|
@@ -4042,7 +4042,7 @@ const C0 = [
|
|
|
4042
4042
|
"button",
|
|
4043
4043
|
{
|
|
4044
4044
|
type: "button",
|
|
4045
|
-
onClick:
|
|
4045
|
+
onClick: _2,
|
|
4046
4046
|
"aria-label": "Clear",
|
|
4047
4047
|
className: "flex items-center justify-center w-4 h-4 text-[#BFBFBF] hover:text-[#595959] transition-colors",
|
|
4048
4048
|
children: /* @__PURE__ */ e(K1, {})
|
|
@@ -4061,7 +4061,7 @@ const C0 = [
|
|
|
4061
4061
|
"div",
|
|
4062
4062
|
{
|
|
4063
4063
|
ref: D2,
|
|
4064
|
-
className: `fixed z-[1000] bg-white flex shekel-range-anim ${
|
|
4064
|
+
className: `fixed z-[1000] bg-white flex shekel-range-anim ${E}`,
|
|
4065
4065
|
style: {
|
|
4066
4066
|
top: V2.top,
|
|
4067
4067
|
left: V2.left,
|
|
@@ -4071,23 +4071,23 @@ const C0 = [
|
|
|
4071
4071
|
padding: 8
|
|
4072
4072
|
},
|
|
4073
4073
|
children: [
|
|
4074
|
-
|
|
4074
|
+
O && O.length > 0 && /* @__PURE__ */ e(
|
|
4075
4075
|
"div",
|
|
4076
4076
|
{
|
|
4077
4077
|
className: "flex flex-col py-1 pr-2 mr-2 border-r border-[#F0F0F0]",
|
|
4078
4078
|
style: { minWidth: 120 },
|
|
4079
|
-
children:
|
|
4079
|
+
children: O.map((W, x2) => /* @__PURE__ */ e(
|
|
4080
4080
|
"button",
|
|
4081
4081
|
{
|
|
4082
4082
|
type: "button",
|
|
4083
4083
|
onClick: () => {
|
|
4084
|
-
const G2 = Q2(
|
|
4085
|
-
t2(G2, q2),
|
|
4084
|
+
const G2 = Q2(W.value[0]), q2 = Q2(W.value[1]);
|
|
4085
|
+
t2(G2, q2), a2(!1), p == null || p(!1);
|
|
4086
4086
|
},
|
|
4087
4087
|
className: "text-left px-3 py-1.5 text-sm text-[#181918] rounded hover:bg-[rgba(0,0,0,0.04)] transition-colors",
|
|
4088
|
-
children:
|
|
4088
|
+
children: W.label
|
|
4089
4089
|
},
|
|
4090
|
-
|
|
4090
|
+
x2
|
|
4091
4091
|
))
|
|
4092
4092
|
}
|
|
4093
4093
|
),
|
|
@@ -4095,17 +4095,17 @@ const C0 = [
|
|
|
4095
4095
|
j0,
|
|
4096
4096
|
{
|
|
4097
4097
|
viewDate: j,
|
|
4098
|
-
from:
|
|
4099
|
-
to:
|
|
4100
|
-
hoverDate:
|
|
4101
|
-
onHoverDate:
|
|
4102
|
-
onDayClick:
|
|
4098
|
+
from: l2,
|
|
4099
|
+
to: Y,
|
|
4100
|
+
hoverDate: k2,
|
|
4101
|
+
onHoverDate: F2,
|
|
4102
|
+
onDayClick: m2,
|
|
4103
4103
|
isDisabledDate: V,
|
|
4104
4104
|
firstDayOfWeek: g,
|
|
4105
4105
|
showLeftArrows: !0,
|
|
4106
4106
|
showRightArrows: e2,
|
|
4107
|
-
onShiftMonth: (
|
|
4108
|
-
onShiftYear: (
|
|
4107
|
+
onShiftMonth: (W) => K(new Date(j.getFullYear(), j.getMonth() + W, 1)),
|
|
4108
|
+
onShiftYear: (W) => K(new Date(j.getFullYear() + W, j.getMonth(), 1)),
|
|
4109
4109
|
accentColor: y,
|
|
4110
4110
|
rangeBgColor: z,
|
|
4111
4111
|
rangeTextColor: q
|
|
@@ -4117,17 +4117,17 @@ const C0 = [
|
|
|
4117
4117
|
j0,
|
|
4118
4118
|
{
|
|
4119
4119
|
viewDate: new Date(j.getFullYear(), j.getMonth() + 1, 1),
|
|
4120
|
-
from:
|
|
4121
|
-
to:
|
|
4122
|
-
hoverDate:
|
|
4123
|
-
onHoverDate:
|
|
4124
|
-
onDayClick:
|
|
4120
|
+
from: l2,
|
|
4121
|
+
to: Y,
|
|
4122
|
+
hoverDate: k2,
|
|
4123
|
+
onHoverDate: F2,
|
|
4124
|
+
onDayClick: m2,
|
|
4125
4125
|
isDisabledDate: V,
|
|
4126
4126
|
firstDayOfWeek: g,
|
|
4127
4127
|
showLeftArrows: !1,
|
|
4128
4128
|
showRightArrows: !0,
|
|
4129
|
-
onShiftMonth: (
|
|
4130
|
-
onShiftYear: (
|
|
4129
|
+
onShiftMonth: (W) => K(new Date(j.getFullYear(), j.getMonth() + W, 1)),
|
|
4130
|
+
onShiftYear: (W) => K(new Date(j.getFullYear() + W, j.getMonth(), 1)),
|
|
4131
4131
|
accentColor: y,
|
|
4132
4132
|
rangeBgColor: z,
|
|
4133
4133
|
rangeTextColor: q
|
|
@@ -4202,14 +4202,14 @@ const J1 = (t) => t.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), a0 = (t, r) => {
|
|
|
4202
4202
|
allowDecimals: n,
|
|
4203
4203
|
thousandSep: a,
|
|
4204
4204
|
decimalSep: d
|
|
4205
|
-
}, u = { thousandSep: a, decimalSep: d }, [f, F] =
|
|
4205
|
+
}, u = { thousandSep: a, decimalSep: d }, [f, F] = P(() => {
|
|
4206
4206
|
if (t == null || t === "") return "";
|
|
4207
4207
|
const H = String(t), g = o && n ? p0(H, s) : H;
|
|
4208
4208
|
return a0(g, v);
|
|
4209
|
-
}), b =
|
|
4209
|
+
}), b = C2(null), D = (H) => {
|
|
4210
4210
|
b.current = H, typeof _ == "function" ? _(H) : _ && (_.current = H);
|
|
4211
4211
|
};
|
|
4212
|
-
return
|
|
4212
|
+
return b2(() => {
|
|
4213
4213
|
if (t === void 0) return;
|
|
4214
4214
|
const H = t === null || t === "" ? "" : String(t), g = o && n && H ? p0(H, s) : H;
|
|
4215
4215
|
F(a0(g, v));
|
|
@@ -4226,12 +4226,12 @@ const J1 = (t) => t.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), a0 = (t, r) => {
|
|
|
4226
4226
|
if (k.length === 0) return y;
|
|
4227
4227
|
const x = k.join("").replace(/\D/g, "").slice(0, s);
|
|
4228
4228
|
return `${y}.${x}`;
|
|
4229
|
-
})(),
|
|
4230
|
-
F(
|
|
4231
|
-
const p =
|
|
4229
|
+
})(), E = a0(M, v);
|
|
4230
|
+
F(E);
|
|
4231
|
+
const p = E.length - S.length;
|
|
4232
4232
|
requestAnimationFrame(() => {
|
|
4233
4233
|
if (!b.current) return;
|
|
4234
|
-
const L = Math.max(0, Math.min(
|
|
4234
|
+
const L = Math.max(0, Math.min(E.length, B + p));
|
|
4235
4235
|
b.current.setSelectionRange(L, L);
|
|
4236
4236
|
}), r == null || r(M, H);
|
|
4237
4237
|
},
|
|
@@ -4401,73 +4401,73 @@ const h0 = (t) => {
|
|
|
4401
4401
|
maxSize: S,
|
|
4402
4402
|
maxFiles: Z,
|
|
4403
4403
|
fileTypesLabel: M,
|
|
4404
|
-
uploadText:
|
|
4404
|
+
uploadText: E = "Drag and drop your document here or",
|
|
4405
4405
|
browseText: p = "Browse",
|
|
4406
4406
|
hintText: L,
|
|
4407
4407
|
dropZoneIcon: k,
|
|
4408
4408
|
onUpload: y,
|
|
4409
4409
|
showPreview: x = !0,
|
|
4410
|
-
previewLayout:
|
|
4410
|
+
previewLayout: $ = "list",
|
|
4411
4411
|
keepInputOnUpload: R = !0,
|
|
4412
4412
|
className: r2 = "",
|
|
4413
|
-
style:
|
|
4413
|
+
style: A,
|
|
4414
4414
|
dropzoneClassName: J = "",
|
|
4415
|
-
dropzoneStyle:
|
|
4415
|
+
dropzoneStyle: O,
|
|
4416
4416
|
accentColor: z = "#EC615B",
|
|
4417
4417
|
errorColor: q = "#C21919",
|
|
4418
4418
|
borderColor: n2 = "#D9D9D9",
|
|
4419
4419
|
dropzoneBgColor: c2 = "#FFFFFF",
|
|
4420
4420
|
id: e2
|
|
4421
|
-
} = t, i2 = s2.useId(),
|
|
4422
|
-
|
|
4423
|
-
}, K = (T,
|
|
4424
|
-
if (
|
|
4425
|
-
const H2 =
|
|
4426
|
-
return
|
|
4427
|
-
}),
|
|
4428
|
-
const
|
|
4429
|
-
f == null || f(
|
|
4421
|
+
} = t, i2 = s2.useId(), d2 = e2 ?? i2, N = C2(null), o2 = v !== void 0, [l2, Y] = P(u ?? []), X = o2 ? v : l2, [a2, w2] = P(!1), [G, U] = P(""), h2 = !!C || !!G, k2 = a === void 0 ? /* @__PURE__ */ e("span", { style: { color: q }, children: "*" }) : a, F2 = L ?? (M ? `Supported file types: ${M}${S ? `. Max file size, ${h0(S)}` : ""}` : null), j = (T) => {
|
|
4422
|
+
o2 || Y(T), f == null || f(T);
|
|
4423
|
+
}, K = (T, y2) => {
|
|
4424
|
+
if (Y((M2) => {
|
|
4425
|
+
const H2 = M2.map((V) => V.id === T ? { ...V, ...y2 } : V);
|
|
4426
|
+
return o2 ? M2 : H2;
|
|
4427
|
+
}), o2 && v) {
|
|
4428
|
+
const M2 = v.map((H2) => H2.id === T ? { ...H2, ...y2 } : H2);
|
|
4429
|
+
f == null || f(M2);
|
|
4430
4430
|
}
|
|
4431
|
-
},
|
|
4431
|
+
}, f2 = (T) => {
|
|
4432
4432
|
if (S && T.size > S)
|
|
4433
4433
|
return `"${T.name}" exceeds max size of ${h0(S)}`;
|
|
4434
4434
|
if (g) {
|
|
4435
|
-
const
|
|
4436
|
-
if (!
|
|
4435
|
+
const y2 = g.split(",").map((V) => V.trim().toLowerCase()), M2 = "." + F0(T.name);
|
|
4436
|
+
if (!y2.some((V) => V.startsWith(".") ? V === M2 : V.endsWith("/*") ? T.type.startsWith(V.replace("/*", "/")) : T.type === V)) return `"${T.name}" is not an allowed file type`;
|
|
4437
4437
|
}
|
|
4438
4438
|
return null;
|
|
4439
|
-
},
|
|
4439
|
+
}, p2 = async (T) => {
|
|
4440
4440
|
if (U(""), T.length === 0) return;
|
|
4441
4441
|
if (B || (T = T.slice(0, 1)), Z && X.length + T.length > Z) {
|
|
4442
4442
|
U(`Max ${Z} files allowed`);
|
|
4443
4443
|
return;
|
|
4444
4444
|
}
|
|
4445
|
-
const
|
|
4445
|
+
const y2 = [], M2 = [];
|
|
4446
4446
|
for (const V of T) {
|
|
4447
|
-
const t2 =
|
|
4447
|
+
const t2 = f2(V);
|
|
4448
4448
|
if (t2) {
|
|
4449
|
-
|
|
4449
|
+
y2.push(t2);
|
|
4450
4450
|
continue;
|
|
4451
4451
|
}
|
|
4452
|
-
const
|
|
4453
|
-
|
|
4452
|
+
const m2 = M0(V) ? URL.createObjectURL(V) : void 0;
|
|
4453
|
+
M2.push({
|
|
4454
4454
|
id: te(),
|
|
4455
4455
|
file: V,
|
|
4456
4456
|
name: V.name,
|
|
4457
4457
|
size: V.size,
|
|
4458
4458
|
type: V.type,
|
|
4459
|
-
thumbnailUrl:
|
|
4459
|
+
thumbnailUrl: m2,
|
|
4460
4460
|
status: y ? "uploading" : "done",
|
|
4461
4461
|
progress: y ? 0 : 100
|
|
4462
4462
|
});
|
|
4463
4463
|
}
|
|
4464
|
-
|
|
4465
|
-
let H2 = B ? [...X, ...
|
|
4464
|
+
y2.length > 0 && U(y2[0]);
|
|
4465
|
+
let H2 = B ? [...X, ...M2] : M2;
|
|
4466
4466
|
if (Z && (H2 = H2.slice(0, Z)), j(H2), y)
|
|
4467
|
-
for (const V of
|
|
4467
|
+
for (const V of M2)
|
|
4468
4468
|
try {
|
|
4469
4469
|
const t2 = await y(V.file, {
|
|
4470
|
-
onProgress: (
|
|
4470
|
+
onProgress: (m2) => K(V.id, { progress: m2 })
|
|
4471
4471
|
});
|
|
4472
4472
|
K(V.id, { status: "done", progress: 100, ...t2 ?? {} });
|
|
4473
4473
|
} catch (t2) {
|
|
@@ -4478,23 +4478,23 @@ const h0 = (t) => {
|
|
|
4478
4478
|
});
|
|
4479
4479
|
}
|
|
4480
4480
|
}, R2 = (T) => {
|
|
4481
|
-
T.target.files && (
|
|
4481
|
+
T.target.files && (p2(Array.from(T.target.files)), !R && N.current && (N.current.value = ""));
|
|
4482
4482
|
}, B2 = (T) => {
|
|
4483
|
-
if (T.preventDefault(),
|
|
4484
|
-
const
|
|
4485
|
-
|
|
4483
|
+
if (T.preventDefault(), w2(!1), l) return;
|
|
4484
|
+
const y2 = T.dataTransfer;
|
|
4485
|
+
p2(Array.from(y2.files));
|
|
4486
4486
|
}, D2 = (T) => {
|
|
4487
4487
|
T.thumbnailUrl && URL.revokeObjectURL(T.thumbnailUrl);
|
|
4488
|
-
const
|
|
4489
|
-
j(
|
|
4488
|
+
const y2 = X.filter((M2) => M2.id !== T.id);
|
|
4489
|
+
j(y2), F == null || F(T);
|
|
4490
4490
|
};
|
|
4491
|
-
|
|
4491
|
+
b2(() => () => {
|
|
4492
4492
|
X.forEach((T) => {
|
|
4493
4493
|
T.thumbnailUrl && URL.revokeObjectURL(T.thumbnailUrl);
|
|
4494
4494
|
});
|
|
4495
4495
|
}, []);
|
|
4496
|
-
const V2 = X.some((T) => T.status === "uploading"), S2 = !!c || V2,
|
|
4497
|
-
return /* @__PURE__ */ i("div", { className: `w-full ${r2}`, style:
|
|
4496
|
+
const V2 = X.some((T) => T.status === "uploading"), S2 = !!c || V2, $2 = l || S2, K2 = h2 ? q : a2 || S2 ? z : n2, j2 = a2 ? U2(z, 0.04) : S2 ? U2(z, 0.02) : c2, P2 = !B && X.length > 0 && x && $ === "list";
|
|
4497
|
+
return /* @__PURE__ */ i("div", { className: `w-full ${r2}`, style: A, children: [
|
|
4498
4498
|
/* @__PURE__ */ e("style", { children: `
|
|
4499
4499
|
@keyframes shekel-spin { to { transform: rotate(360deg); } }
|
|
4500
4500
|
.shekel-spin { animation: shekel-spin 0.8s linear infinite; transform-origin: center; }
|
|
@@ -4503,12 +4503,12 @@ const h0 = (t) => {
|
|
|
4503
4503
|
/* @__PURE__ */ i(
|
|
4504
4504
|
"label",
|
|
4505
4505
|
{
|
|
4506
|
-
htmlFor:
|
|
4506
|
+
htmlFor: d2,
|
|
4507
4507
|
className: `block text-sm font-medium ${s}`,
|
|
4508
|
-
style: { color:
|
|
4508
|
+
style: { color: h2 ? q : "#181918", ...o },
|
|
4509
4509
|
children: [
|
|
4510
4510
|
r,
|
|
4511
|
-
d &&
|
|
4511
|
+
d && k2
|
|
4512
4512
|
]
|
|
4513
4513
|
}
|
|
4514
4514
|
),
|
|
@@ -4519,54 +4519,54 @@ const h0 = (t) => {
|
|
|
4519
4519
|
{
|
|
4520
4520
|
onClick: () => {
|
|
4521
4521
|
var T;
|
|
4522
|
-
return
|
|
4522
|
+
return !$2 && ((T = N.current) == null ? void 0 : T.click());
|
|
4523
4523
|
},
|
|
4524
4524
|
onDragOver: (T) => {
|
|
4525
|
-
T.preventDefault(),
|
|
4525
|
+
T.preventDefault(), $2 || w2(!0);
|
|
4526
4526
|
},
|
|
4527
|
-
onDragLeave: () =>
|
|
4527
|
+
onDragLeave: () => w2(!1),
|
|
4528
4528
|
onDrop: B2,
|
|
4529
4529
|
"aria-busy": S2,
|
|
4530
|
-
className: `flex flex-col sm:flex-row items-center gap-4 sm:gap-6 px-4 sm:px-6 py-5 sm:py-6 rounded-[12px] transition-all duration-200 ${
|
|
4530
|
+
className: `flex flex-col sm:flex-row items-center gap-4 sm:gap-6 px-4 sm:px-6 py-5 sm:py-6 rounded-[12px] transition-all duration-200 ${$2 ? "cursor-not-allowed" : "cursor-pointer"} ${l ? "opacity-60" : ""} ${J}`,
|
|
4531
4531
|
style: {
|
|
4532
4532
|
border: `1.5px dashed ${K2}`,
|
|
4533
4533
|
backgroundColor: j2,
|
|
4534
|
-
...
|
|
4534
|
+
...O
|
|
4535
4535
|
},
|
|
4536
4536
|
children: [
|
|
4537
|
-
/* @__PURE__ */ e("div", { className: "shrink-0", children: S2 ? /* @__PURE__ */ e(oe, { size: 40, color: z }) : k ?? /* @__PURE__ */ e(re, { color:
|
|
4537
|
+
/* @__PURE__ */ e("div", { className: "shrink-0", children: S2 ? /* @__PURE__ */ e(oe, { size: 40, color: z }) : k ?? /* @__PURE__ */ e(re, { color: a2 ? z : "#181918", size: 20 }) }),
|
|
4538
4538
|
/* @__PURE__ */ i("div", { className: "flex-1 min-w-0 text-center", children: [
|
|
4539
4539
|
S2 ? /* @__PURE__ */ e("div", { className: "text-[#181918] text-sm", style: { color: z }, children: h }) : /* @__PURE__ */ i("div", { className: "text-[#181918] text-sm", children: [
|
|
4540
|
-
|
|
4540
|
+
E,
|
|
4541
4541
|
" ",
|
|
4542
4542
|
/* @__PURE__ */ e(
|
|
4543
4543
|
"button",
|
|
4544
4544
|
{
|
|
4545
4545
|
type: "button",
|
|
4546
4546
|
onClick: (T) => {
|
|
4547
|
-
var
|
|
4548
|
-
T.stopPropagation(),
|
|
4547
|
+
var y2;
|
|
4548
|
+
T.stopPropagation(), $2 || (y2 = N.current) == null || y2.click();
|
|
4549
4549
|
},
|
|
4550
4550
|
className: "underline font-medium",
|
|
4551
4551
|
style: { color: z },
|
|
4552
|
-
disabled:
|
|
4552
|
+
disabled: $2,
|
|
4553
4553
|
children: p
|
|
4554
4554
|
}
|
|
4555
4555
|
),
|
|
4556
4556
|
" ",
|
|
4557
4557
|
"to upload"
|
|
4558
4558
|
] }),
|
|
4559
|
-
|
|
4559
|
+
F2 && !S2 && /* @__PURE__ */ e("div", { className: "text-xs text-[#616161] mt-1", children: F2 })
|
|
4560
4560
|
] }),
|
|
4561
4561
|
/* @__PURE__ */ e(
|
|
4562
4562
|
"input",
|
|
4563
4563
|
{
|
|
4564
4564
|
ref: N,
|
|
4565
|
-
id:
|
|
4565
|
+
id: d2,
|
|
4566
4566
|
type: "file",
|
|
4567
4567
|
accept: g,
|
|
4568
4568
|
multiple: B,
|
|
4569
|
-
disabled:
|
|
4569
|
+
disabled: $2,
|
|
4570
4570
|
onChange: R2,
|
|
4571
4571
|
className: "hidden"
|
|
4572
4572
|
}
|
|
@@ -4577,9 +4577,9 @@ const h0 = (t) => {
|
|
|
4577
4577
|
x && X.length > 0 && /* @__PURE__ */ e(
|
|
4578
4578
|
"div",
|
|
4579
4579
|
{
|
|
4580
|
-
className:
|
|
4580
|
+
className: $ === "grid" ? "grid grid-cols-2 md:grid-cols-3 gap-3 mt-3" : "flex flex-col gap-2 mt-3",
|
|
4581
4581
|
children: X.map(
|
|
4582
|
-
(T) =>
|
|
4582
|
+
(T) => $ === "grid" ? /* @__PURE__ */ e(
|
|
4583
4583
|
ne,
|
|
4584
4584
|
{
|
|
4585
4585
|
file: T,
|
|
@@ -4786,14 +4786,14 @@ const h0 = (t) => {
|
|
|
4786
4786
|
error: s ?? ((d = a.error) == null ? void 0 : d.message)
|
|
4787
4787
|
}
|
|
4788
4788
|
);
|
|
4789
|
-
}, Ae = ({ control: t, name: r, ...s }) => t && r ? /* @__PURE__ */ e(le, { control: t, name: r, ...s }) : /* @__PURE__ */ e(q0, { name: r, ...s }), ie = ({ selected: t, disabled: r, accentColor: s, size: o = 24 }) => t ? /* @__PURE__ */ e(
|
|
4789
|
+
}, Ae = ({ control: t, name: r, ...s }) => t && r ? /* @__PURE__ */ e(le, { control: t, name: r, ...s }) : /* @__PURE__ */ e(q0, { name: r, ...s }), ie = ({ selected: t, disabled: r, accentColor: s, size: o = 24, borderWidth: n = 1.5 }) => t ? /* @__PURE__ */ e(
|
|
4790
4790
|
"span",
|
|
4791
4791
|
{
|
|
4792
4792
|
className: "shrink-0 inline-flex items-center justify-center rounded-full",
|
|
4793
4793
|
style: {
|
|
4794
4794
|
width: o,
|
|
4795
4795
|
height: o,
|
|
4796
|
-
border:
|
|
4796
|
+
border: `${n}px solid ${s}`
|
|
4797
4797
|
},
|
|
4798
4798
|
children: /* @__PURE__ */ e(
|
|
4799
4799
|
"span",
|
|
@@ -4814,7 +4814,7 @@ const h0 = (t) => {
|
|
|
4814
4814
|
style: {
|
|
4815
4815
|
width: o,
|
|
4816
4816
|
height: o,
|
|
4817
|
-
border:
|
|
4817
|
+
border: `${n}px solid ${r ? "#D9D9D9" : "#D1D1D1"}`,
|
|
4818
4818
|
backgroundColor: "transparent"
|
|
4819
4819
|
}
|
|
4820
4820
|
}
|
|
@@ -4846,73 +4846,76 @@ function J0({
|
|
|
4846
4846
|
style: S,
|
|
4847
4847
|
cardClassName: Z = "",
|
|
4848
4848
|
cardStyle: M,
|
|
4849
|
-
accentColor:
|
|
4849
|
+
accentColor: E = "#EC615B",
|
|
4850
4850
|
errorColor: p = "#C21919",
|
|
4851
4851
|
borderColor: L = "#EEEEEE",
|
|
4852
4852
|
selectedBorderColor: k,
|
|
4853
4853
|
selectedGlowColor: y,
|
|
4854
|
-
|
|
4855
|
-
|
|
4854
|
+
textColor: x = "#131413",
|
|
4855
|
+
radioBorderWidth: $ = 1.5,
|
|
4856
|
+
name: R,
|
|
4857
|
+
id: r2
|
|
4856
4858
|
}) {
|
|
4857
|
-
const
|
|
4858
|
-
v ||
|
|
4859
|
-
},
|
|
4859
|
+
const A = r !== void 0, [J, O] = s2.useState(s), z = A ? r : J, q = s2.useId(), n2 = r2 ?? q, c2 = !!C, e2 = c === void 0 ? /* @__PURE__ */ e("span", { style: { color: p }, children: "*" }) : c, i2 = typeof F == "number" ? `${F}px` : F, d2 = k ?? E, N = y ?? U2(E, 0.2), o2 = (Y) => {
|
|
4860
|
+
v || Y.disabled || (A || O(Y.value), o == null || o(Y.value, Y));
|
|
4861
|
+
}, l2 = {
|
|
4860
4862
|
display: "grid",
|
|
4861
|
-
gap:
|
|
4863
|
+
gap: i2,
|
|
4862
4864
|
gridTemplateColumns: f ? `repeat(${f}, minmax(0, 1fr))` : u === "row" ? b ? "repeat(auto-fit, minmax(180px, 1fr))" : `repeat(${t.length}, auto)` : "1fr",
|
|
4863
4865
|
...S
|
|
4864
4866
|
};
|
|
4865
|
-
return /* @__PURE__ */ i("div", { className: "w-full", id:
|
|
4867
|
+
return /* @__PURE__ */ i("div", { className: "w-full", id: n2, children: [
|
|
4866
4868
|
n && /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-2 gap-2", children: [
|
|
4867
4869
|
/* @__PURE__ */ i(
|
|
4868
4870
|
"span",
|
|
4869
4871
|
{
|
|
4870
4872
|
className: `block text-sm font-medium ${a}`,
|
|
4871
|
-
style: { color:
|
|
4873
|
+
style: { color: c2 ? p : "#181918", ...d },
|
|
4872
4874
|
children: [
|
|
4873
4875
|
n,
|
|
4874
|
-
h &&
|
|
4876
|
+
h && e2
|
|
4875
4877
|
]
|
|
4876
4878
|
}
|
|
4877
4879
|
),
|
|
4878
4880
|
l && /* @__PURE__ */ e("div", { className: "shrink-0", children: l })
|
|
4879
4881
|
] }),
|
|
4880
|
-
/* @__PURE__ */ e("div", { role: "radiogroup", "aria-labelledby": n ?
|
|
4881
|
-
const
|
|
4882
|
+
/* @__PURE__ */ e("div", { role: "radiogroup", "aria-labelledby": n ? n2 : void 0, className: B, style: l2, children: t.map((Y) => {
|
|
4883
|
+
const X = z === Y.value, a2 = !!v || !!Y.disabled;
|
|
4882
4884
|
return /* @__PURE__ */ i(
|
|
4883
4885
|
"div",
|
|
4884
4886
|
{
|
|
4885
4887
|
role: "radio",
|
|
4886
|
-
"aria-checked":
|
|
4887
|
-
"aria-disabled":
|
|
4888
|
-
tabIndex:
|
|
4889
|
-
onClick: () =>
|
|
4890
|
-
onKeyDown: (
|
|
4891
|
-
(
|
|
4888
|
+
"aria-checked": X,
|
|
4889
|
+
"aria-disabled": a2,
|
|
4890
|
+
tabIndex: a2 ? -1 : 0,
|
|
4891
|
+
onClick: () => o2(Y),
|
|
4892
|
+
onKeyDown: (w2) => {
|
|
4893
|
+
(w2.key === "Enter" || w2.key === " ") && (w2.preventDefault(), o2(Y));
|
|
4892
4894
|
},
|
|
4893
|
-
className: `relative bg-white transition-all duration-200 ${
|
|
4895
|
+
className: `relative bg-white transition-all duration-200 ${a2 ? "opacity-60 cursor-not-allowed" : "cursor-pointer"} ${Z}`,
|
|
4894
4896
|
style: {
|
|
4895
4897
|
height: typeof D == "number" ? `${D}px` : D,
|
|
4896
4898
|
padding: "14px 16px",
|
|
4897
4899
|
borderRadius: 16,
|
|
4898
|
-
border: `1.5px solid ${
|
|
4899
|
-
boxShadow:
|
|
4900
|
+
border: `1.5px solid ${X ? d2 : L}`,
|
|
4901
|
+
boxShadow: X ? `0 0 0 4px ${N}` : "none",
|
|
4900
4902
|
...M
|
|
4901
4903
|
},
|
|
4902
4904
|
children: [
|
|
4903
4905
|
/* @__PURE__ */ i("div", { className: "flex items-center gap-3 h-full", children: [
|
|
4904
4906
|
/* @__PURE__ */ i("div", { className: "flex-1 min-w-0 flex flex-col justify-center", children: [
|
|
4905
|
-
|
|
4907
|
+
Y.icon && /* @__PURE__ */ e(
|
|
4906
4908
|
"div",
|
|
4907
4909
|
{
|
|
4908
|
-
className: "shrink-0
|
|
4910
|
+
className: "shrink-0 flex items-center",
|
|
4911
|
+
style: { color: x },
|
|
4909
4912
|
style: { height: m },
|
|
4910
4913
|
children: /* @__PURE__ */ e(
|
|
4911
4914
|
"span",
|
|
4912
4915
|
{
|
|
4913
4916
|
className: "inline-flex items-center justify-center",
|
|
4914
4917
|
style: { width: m, height: m },
|
|
4915
|
-
children:
|
|
4918
|
+
children: Y.icon
|
|
4916
4919
|
}
|
|
4917
4920
|
)
|
|
4918
4921
|
}
|
|
@@ -4920,34 +4923,35 @@ function J0({
|
|
|
4920
4923
|
/* @__PURE__ */ e(
|
|
4921
4924
|
"div",
|
|
4922
4925
|
{
|
|
4923
|
-
className: "font-semibold
|
|
4924
|
-
style: { fontSize: w, marginTop:
|
|
4925
|
-
children:
|
|
4926
|
+
className: "font-semibold truncate",
|
|
4927
|
+
style: { color: x, fontSize: w, marginTop: Y.icon ? 6 : 0, lineHeight: 1.3 },
|
|
4928
|
+
children: Y.label
|
|
4926
4929
|
}
|
|
4927
4930
|
),
|
|
4928
|
-
|
|
4931
|
+
Y.description && /* @__PURE__ */ e(
|
|
4929
4932
|
"div",
|
|
4930
4933
|
{
|
|
4931
4934
|
className: "text-[#8C8C8C] truncate",
|
|
4932
4935
|
style: { fontSize: H, marginTop: 2, lineHeight: 1.3 },
|
|
4933
|
-
children:
|
|
4936
|
+
children: Y.description
|
|
4934
4937
|
}
|
|
4935
4938
|
)
|
|
4936
4939
|
] }),
|
|
4937
4940
|
/* @__PURE__ */ e("div", { className: "shrink-0 flex items-center", children: /* @__PURE__ */ e(
|
|
4938
4941
|
ie,
|
|
4939
4942
|
{
|
|
4940
|
-
selected:
|
|
4941
|
-
disabled:
|
|
4942
|
-
accentColor:
|
|
4943
|
-
size: g
|
|
4943
|
+
selected: X,
|
|
4944
|
+
disabled: a2,
|
|
4945
|
+
accentColor: E,
|
|
4946
|
+
size: g,
|
|
4947
|
+
borderWidth: $
|
|
4944
4948
|
}
|
|
4945
4949
|
) })
|
|
4946
4950
|
] }),
|
|
4947
|
-
|
|
4951
|
+
R && /* @__PURE__ */ e("input", { type: "hidden", name: R, value: X ? String(Y.value) : "", readOnly: !0 })
|
|
4948
4952
|
]
|
|
4949
4953
|
},
|
|
4950
|
-
|
|
4954
|
+
Y.value
|
|
4951
4955
|
);
|
|
4952
4956
|
}) }),
|
|
4953
4957
|
C && /* @__PURE__ */ i("div", { className: "flex items-center mt-2 text-xs gap-1", style: { color: p }, children: [
|
|
@@ -5017,31 +5021,31 @@ const ce = {
|
|
|
5017
5021
|
className: S = "",
|
|
5018
5022
|
style: Z,
|
|
5019
5023
|
autoFocus: M,
|
|
5020
|
-
tabIndex:
|
|
5021
|
-
} = t, p = s !== void 0, [L, k] = s2.useState(o ?? !1), y = p ? !!s : L, x = s2.useId(),
|
|
5024
|
+
tabIndex: E
|
|
5025
|
+
} = t, p = s !== void 0, [L, k] = s2.useState(o ?? !1), y = p ? !!s : L, x = s2.useId(), $ = B ?? x, { trackWidth: R, trackHeight: r2, knobSize: A } = ce[_], J = v ?? R, O = u ?? r2, z = f ?? A, q = (O - z) / 2, n2 = y ? J - z - q : q, c2 = (N) => {
|
|
5022
5026
|
if (h || C) return;
|
|
5023
|
-
const
|
|
5024
|
-
p || k(
|
|
5027
|
+
const o2 = !y;
|
|
5028
|
+
p || k(o2), n == null || n(o2, N);
|
|
5025
5029
|
}, e2 = (N) => {
|
|
5026
5030
|
(N.key === " " || N.key === "Enter" || N.key === "ArrowRight" && !y || N.key === "ArrowLeft" && y) && (N.preventDefault(), c2(N));
|
|
5027
|
-
}, i2 = y ? F : b,
|
|
5031
|
+
}, i2 = y ? F : b, d2 = /* @__PURE__ */ i(
|
|
5028
5032
|
"button",
|
|
5029
5033
|
{
|
|
5030
5034
|
ref: r,
|
|
5031
|
-
id:
|
|
5035
|
+
id: $,
|
|
5032
5036
|
type: "button",
|
|
5033
5037
|
role: "switch",
|
|
5034
5038
|
"aria-checked": y,
|
|
5035
5039
|
"aria-disabled": h || C,
|
|
5036
5040
|
disabled: h || C,
|
|
5037
5041
|
autoFocus: M,
|
|
5038
|
-
tabIndex:
|
|
5042
|
+
tabIndex: E,
|
|
5039
5043
|
onClick: c2,
|
|
5040
5044
|
onKeyDown: e2,
|
|
5041
5045
|
className: `relative inline-flex items-center shrink-0 rounded-full transition-colors duration-200 ${h || C ? "opacity-60 cursor-not-allowed" : "cursor-pointer"} ${S}`,
|
|
5042
5046
|
style: {
|
|
5043
5047
|
width: J,
|
|
5044
|
-
height:
|
|
5048
|
+
height: O,
|
|
5045
5049
|
backgroundColor: C ? m ?? i2 : i2,
|
|
5046
5050
|
...Z
|
|
5047
5051
|
},
|
|
@@ -5088,17 +5092,17 @@ const ce = {
|
|
|
5088
5092
|
/* @__PURE__ */ i(
|
|
5089
5093
|
"label",
|
|
5090
5094
|
{
|
|
5091
|
-
htmlFor:
|
|
5095
|
+
htmlFor: $,
|
|
5092
5096
|
className: `inline-flex items-center gap-3 ${h || C ? "cursor-not-allowed" : "cursor-pointer"} ${d}`,
|
|
5093
5097
|
style: l,
|
|
5094
5098
|
children: [
|
|
5095
5099
|
c === "left" && /* @__PURE__ */ e("span", { className: "text-base text-[#181918] select-none", children: a }),
|
|
5096
|
-
|
|
5100
|
+
d2,
|
|
5097
5101
|
c === "right" && /* @__PURE__ */ e("span", { className: "text-base text-[#181918] select-none", children: a })
|
|
5098
5102
|
]
|
|
5099
5103
|
}
|
|
5100
5104
|
)
|
|
5101
|
-
] }) :
|
|
5105
|
+
] }) : d2;
|
|
5102
5106
|
}
|
|
5103
5107
|
);
|
|
5104
5108
|
L0.displayName = "ToggleBase";
|
|
@@ -5337,8 +5341,8 @@ const ue = {
|
|
|
5337
5341
|
bgColor: l = "#EEEEEE",
|
|
5338
5342
|
hoverBgColor: c = "#E5E5E5"
|
|
5339
5343
|
}) => {
|
|
5340
|
-
const [h, C] =
|
|
5341
|
-
|
|
5344
|
+
const [h, C] = P(!1), _ = C2(null);
|
|
5345
|
+
b2(() => {
|
|
5342
5346
|
const u = (f) => {
|
|
5343
5347
|
_.current && !_.current.contains(f.target) && C(!1);
|
|
5344
5348
|
};
|
|
@@ -5524,16 +5528,16 @@ const ue = {
|
|
|
5524
5528
|
width: H = 348,
|
|
5525
5529
|
className: g = ""
|
|
5526
5530
|
}) => {
|
|
5527
|
-
const [B, S] =
|
|
5531
|
+
const [B, S] = P(!0), [Z, M] = P(!1), E = () => {
|
|
5528
5532
|
S(!B), n && n();
|
|
5529
5533
|
}, p = c ?? d, L = p != null && p !== "", k = typeof b == "number" ? `clamp(${Math.max(18, Math.round(b * 0.7))}px, 6vw, ${b}px)` : b, y = async () => {
|
|
5530
5534
|
var R;
|
|
5531
|
-
const
|
|
5532
|
-
if (
|
|
5535
|
+
const $ = v ?? (p !== void 0 ? String(p) : "");
|
|
5536
|
+
if ($)
|
|
5533
5537
|
try {
|
|
5534
|
-
typeof navigator < "u" && ((R = navigator.clipboard) != null && R.writeText) && await navigator.clipboard.writeText(
|
|
5538
|
+
typeof navigator < "u" && ((R = navigator.clipboard) != null && R.writeText) && await navigator.clipboard.writeText($), M(!0), setTimeout(() => M(!1), 1500), u == null || u($);
|
|
5535
5539
|
} catch {
|
|
5536
|
-
u == null || u(
|
|
5540
|
+
u == null || u($);
|
|
5537
5541
|
}
|
|
5538
5542
|
}, x = /* @__PURE__ */ i("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: [
|
|
5539
5543
|
/* @__PURE__ */ e("rect", { x: "3", y: "6", width: "18", height: "12", rx: "2", stroke: "currentColor", strokeWidth: "2" }),
|
|
@@ -5550,11 +5554,11 @@ const ue = {
|
|
|
5550
5554
|
boxShadow: "0 0 0 0 rgba(0, 0, 0, 0)",
|
|
5551
5555
|
transition: "all 0.3s ease-in-out"
|
|
5552
5556
|
},
|
|
5553
|
-
onMouseEnter: (
|
|
5554
|
-
|
|
5557
|
+
onMouseEnter: ($) => {
|
|
5558
|
+
$.currentTarget.style.boxShadow = "0 0 24px 0 rgba(0, 0, 0, 0.15)";
|
|
5555
5559
|
},
|
|
5556
|
-
onMouseLeave: (
|
|
5557
|
-
|
|
5560
|
+
onMouseLeave: ($) => {
|
|
5561
|
+
$.currentTarget.style.boxShadow = "0 0 0 0 rgba(0, 0, 0, 0)";
|
|
5558
5562
|
},
|
|
5559
5563
|
children: [
|
|
5560
5564
|
D !== "none" && /* @__PURE__ */ e(
|
|
@@ -5580,7 +5584,7 @@ const ue = {
|
|
|
5580
5584
|
"button",
|
|
5581
5585
|
{
|
|
5582
5586
|
className: "bg-transparent border-none cursor-pointer p-1 flex items-center justify-center text-white hover:text-white/80 transition-colors duration-200",
|
|
5583
|
-
onClick:
|
|
5587
|
+
onClick: E,
|
|
5584
5588
|
"aria-label": B ? "Hide value" : "Show value",
|
|
5585
5589
|
children: B ? /* @__PURE__ */ i(
|
|
5586
5590
|
"svg",
|
|
@@ -5803,14 +5807,14 @@ const ue = {
|
|
|
5803
5807
|
animated: h = !0
|
|
5804
5808
|
}) => {
|
|
5805
5809
|
var Z;
|
|
5806
|
-
const C = (Z = t[0]) == null ? void 0 : Z.key, [_, v] =
|
|
5810
|
+
const C = (Z = t[0]) == null ? void 0 : Z.key, [_, v] = P(r ?? C ?? ""), u = s ?? _, f = C2(u), F = C2(null), b = C2({}), [D, m] = P({
|
|
5807
5811
|
left: 0,
|
|
5808
5812
|
width: 0,
|
|
5809
5813
|
ready: !1
|
|
5810
|
-
}), [w, H] =
|
|
5811
|
-
const M = b.current[u],
|
|
5812
|
-
if (!M ||
|
|
5813
|
-
const p =
|
|
5814
|
+
}), [w, H] = P(null), g = () => {
|
|
5815
|
+
const M = b.current[u], E = F.current;
|
|
5816
|
+
if (!M || !E) return;
|
|
5817
|
+
const p = E.getBoundingClientRect(), L = M.getBoundingClientRect();
|
|
5814
5818
|
m({
|
|
5815
5819
|
left: L.left - p.left,
|
|
5816
5820
|
width: L.width,
|
|
@@ -5819,17 +5823,17 @@ const ue = {
|
|
|
5819
5823
|
};
|
|
5820
5824
|
Q0(() => {
|
|
5821
5825
|
g();
|
|
5822
|
-
}, [u, t.length]),
|
|
5826
|
+
}, [u, t.length]), b2(() => {
|
|
5823
5827
|
const M = () => g();
|
|
5824
5828
|
return window.addEventListener("resize", M), () => window.removeEventListener("resize", M);
|
|
5825
|
-
}, [u]),
|
|
5829
|
+
}, [u]), b2(() => {
|
|
5826
5830
|
const M = f.current;
|
|
5827
5831
|
if (M === u) return;
|
|
5828
|
-
const
|
|
5829
|
-
H(p >
|
|
5832
|
+
const E = t.findIndex((L) => L.key === M), p = t.findIndex((L) => L.key === u);
|
|
5833
|
+
H(p > E ? "right" : "left"), f.current = u;
|
|
5830
5834
|
}, [u]);
|
|
5831
|
-
const B = (M,
|
|
5832
|
-
|
|
5835
|
+
const B = (M, E) => {
|
|
5836
|
+
E || (s === void 0 && v(M), o == null || o(M));
|
|
5833
5837
|
}, S = t.find((M) => M.key === u);
|
|
5834
5838
|
return /* @__PURE__ */ i("div", { className: n, children: [
|
|
5835
5839
|
/* @__PURE__ */ e("style", { children: `
|
|
@@ -5853,7 +5857,7 @@ const ue = {
|
|
|
5853
5857
|
style: { borderBottom: `1px solid ${c}` },
|
|
5854
5858
|
children: [
|
|
5855
5859
|
t.map((M) => {
|
|
5856
|
-
const
|
|
5860
|
+
const E = M.key === u;
|
|
5857
5861
|
return /* @__PURE__ */ e(
|
|
5858
5862
|
"button",
|
|
5859
5863
|
{
|
|
@@ -5862,20 +5866,20 @@ const ue = {
|
|
|
5862
5866
|
},
|
|
5863
5867
|
type: "button",
|
|
5864
5868
|
role: "tab",
|
|
5865
|
-
"aria-selected":
|
|
5869
|
+
"aria-selected": E,
|
|
5866
5870
|
disabled: M.disabled,
|
|
5867
5871
|
onClick: () => B(M.key, M.disabled),
|
|
5868
5872
|
className: "shrink-0 whitespace-nowrap relative text-sm font-medium transition-colors duration-200 bg-transparent outline-none",
|
|
5869
5873
|
style: {
|
|
5870
5874
|
padding: "10px 0",
|
|
5871
|
-
color: M.disabled ? "#BFBFBF" :
|
|
5875
|
+
color: M.disabled ? "#BFBFBF" : E ? l : "#181918",
|
|
5872
5876
|
cursor: M.disabled ? "not-allowed" : "pointer"
|
|
5873
5877
|
},
|
|
5874
5878
|
onMouseEnter: (p) => {
|
|
5875
|
-
!M.disabled &&
|
|
5879
|
+
!M.disabled && !E && (p.currentTarget.style.color = l);
|
|
5876
5880
|
},
|
|
5877
5881
|
onMouseLeave: (p) => {
|
|
5878
|
-
!M.disabled &&
|
|
5882
|
+
!M.disabled && !E && (p.currentTarget.style.color = "#181918");
|
|
5879
5883
|
},
|
|
5880
5884
|
children: M.label
|
|
5881
5885
|
},
|
|
@@ -5943,7 +5947,7 @@ export {
|
|
|
5943
5947
|
ee as AmountInput,
|
|
5944
5948
|
Ie as Badge,
|
|
5945
5949
|
d1 as Button,
|
|
5946
|
-
|
|
5950
|
+
Ee as Card,
|
|
5947
5951
|
Ze as Checkbox,
|
|
5948
5952
|
Ye as CountrySelector,
|
|
5949
5953
|
V1 as CurrencyInput,
|
|
@@ -5960,7 +5964,7 @@ export {
|
|
|
5960
5964
|
L1 as PhoneInput,
|
|
5961
5965
|
Ge as Progress,
|
|
5962
5966
|
We as RadioCardGroup,
|
|
5963
|
-
|
|
5967
|
+
$e as SearchInput,
|
|
5964
5968
|
u1 as Select,
|
|
5965
5969
|
O0 as SelectInput,
|
|
5966
5970
|
je as SelectedItemsList,
|