@unizap/uniui 1.1.8 → 1.1.9
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/uniui.js +317 -309
- package/dist/uniui.umd.cjs +32 -32
- package/package.json +1 -1
package/dist/uniui.js
CHANGED
|
@@ -507,16 +507,16 @@ const Pe = ({
|
|
|
507
507
|
const [x, S] = q(!1), [b, E] = q(-1), [P, V] = q(""), [oe, X] = q({}), ae = ce(null), ge = ce(null), le = ce(null), F = ce(null), H = Ro(P, 300), K = a !== void 0 ? a : x, G = (h) => {
|
|
508
508
|
a === void 0 && S(h), h || V(""), l == null || l(h);
|
|
509
509
|
}, ie = g ? Array.isArray(e) ? e : [] : e && !Array.isArray(e) ? [e] : [], Z = H ? n.filter((h) => {
|
|
510
|
-
const $ = typeof h.label == "string" ? h.label : String(h.label), Y = h.value ? String(h.value) : "",
|
|
510
|
+
const $ = typeof h.label == "string" ? h.label : String(h.label), Y = h.value ? String(h.value) : "", j = H.toLowerCase(), te = y || "label";
|
|
511
511
|
if (te === "label")
|
|
512
|
-
return $.toLowerCase().includes(
|
|
512
|
+
return $.toLowerCase().includes(j);
|
|
513
513
|
if (te === "value")
|
|
514
|
-
return Y.toLowerCase().includes(
|
|
514
|
+
return Y.toLowerCase().includes(j);
|
|
515
515
|
if (te === "both")
|
|
516
|
-
return $.toLowerCase().includes(
|
|
516
|
+
return $.toLowerCase().includes(j) || Y.toLowerCase().includes(j);
|
|
517
517
|
{
|
|
518
|
-
const
|
|
519
|
-
return typeof
|
|
518
|
+
const O = h[te];
|
|
519
|
+
return typeof O == "string" ? O.toLowerCase().includes(j) : !1;
|
|
520
520
|
}
|
|
521
521
|
}) : n, z = Z.filter(
|
|
522
522
|
(h) => ie.some(
|
|
@@ -528,37 +528,37 @@ const Pe = ({
|
|
|
528
528
|
)
|
|
529
529
|
), k = [...z, ...N], R = z.length > 0 && N.length > 0, L = (h) => ie.some(
|
|
530
530
|
($) => $.label === h.label && $.value === h.value
|
|
531
|
-
),
|
|
531
|
+
), D = (h) => {
|
|
532
532
|
if (g) {
|
|
533
|
-
const $ = Array.isArray(e) ? e : [],
|
|
533
|
+
const $ = Array.isArray(e) ? e : [], j = $.some(
|
|
534
534
|
(te) => te.label === h.label && te.value === h.value
|
|
535
535
|
) ? $.filter(
|
|
536
536
|
(te) => !(te.label === h.label && te.value === h.value)
|
|
537
537
|
) : [...$, h];
|
|
538
|
-
r == null || r(
|
|
538
|
+
r == null || r(j);
|
|
539
539
|
} else
|
|
540
540
|
r == null || r(h), i || (G(!1), V(""));
|
|
541
541
|
}, M = (h, $) => {
|
|
542
542
|
if ($.stopPropagation(), g && Array.isArray(e)) {
|
|
543
543
|
const Y = e.filter(
|
|
544
|
-
(
|
|
544
|
+
(j) => !(j.label === h.label && j.value === h.value)
|
|
545
545
|
);
|
|
546
546
|
r == null || r(Y);
|
|
547
547
|
}
|
|
548
|
-
},
|
|
548
|
+
}, T = (h) => {
|
|
549
549
|
h.stopPropagation(), r == null || r(g ? [] : null);
|
|
550
550
|
};
|
|
551
551
|
se(() => {
|
|
552
552
|
const h = ($) => {
|
|
553
|
-
var
|
|
554
|
-
const Y = $.target,
|
|
555
|
-
!
|
|
553
|
+
var O, J;
|
|
554
|
+
const Y = $.target, j = (O = ae.current) == null ? void 0 : O.contains(Y), te = (J = ge.current) == null ? void 0 : J.contains(Y);
|
|
555
|
+
!j && !te && (G(!1), E(-1));
|
|
556
556
|
};
|
|
557
557
|
return document.addEventListener("mousedown", h), () => document.removeEventListener("mousedown", h);
|
|
558
558
|
}, []);
|
|
559
|
-
const
|
|
559
|
+
const I = ce(!1), B = ne(() => {
|
|
560
560
|
if (ae.current) {
|
|
561
|
-
const h = ae.current.getBoundingClientRect(), $ =
|
|
561
|
+
const h = ae.current.getBoundingClientRect(), $ = I.current;
|
|
562
562
|
X({
|
|
563
563
|
position: "fixed",
|
|
564
564
|
top: $ ? void 0 : h.bottom + 4,
|
|
@@ -571,15 +571,15 @@ const Pe = ({
|
|
|
571
571
|
}, []);
|
|
572
572
|
se(() => {
|
|
573
573
|
if (K && ae.current) {
|
|
574
|
-
const h = ae.current.getBoundingClientRect(), $ = n.length + _.reduce((
|
|
575
|
-
|
|
574
|
+
const h = ae.current.getBoundingClientRect(), $ = n.length + _.reduce((O, J) => O + J.items.length + 1, 0), Y = Math.min($ * 44 + (d ? 48 : 0), c + 16), j = window.innerHeight - h.bottom, te = h.top;
|
|
575
|
+
I.current = u === "top" || u === "auto" && j < Y && te >= Y, B(), d && F.current && F.current.focus(), window.addEventListener("scroll", B, !0), window.addEventListener("resize", B);
|
|
576
576
|
}
|
|
577
577
|
return () => {
|
|
578
578
|
window.removeEventListener("scroll", B, !0), window.removeEventListener("resize", B);
|
|
579
579
|
};
|
|
580
580
|
}, [K, d, B, n.length, _.length, c, u]);
|
|
581
581
|
const W = (h) => {
|
|
582
|
-
h.key === "ArrowDown" ? (h.preventDefault(), K ? E(($) => Math.min($ + 1, k.length - 1)) : (G(!0), E(0))) : h.key === "ArrowUp" ? (h.preventDefault(), E(($) => Math.max($ - 1, 0))) : h.key === "Enter" ? (h.preventDefault(), b >= 0 && k[b] && (
|
|
582
|
+
h.key === "ArrowDown" ? (h.preventDefault(), K ? E(($) => Math.min($ + 1, k.length - 1)) : (G(!0), E(0))) : h.key === "ArrowUp" ? (h.preventDefault(), E(($) => Math.max($ - 1, 0))) : h.key === "Enter" ? (h.preventDefault(), b >= 0 && k[b] && (D(k[b]), k[b].onClick(k[b]))) : h.key === "Escape" && (h.preventDefault(), G(!1), E(-1), V(""));
|
|
583
583
|
}, de = () => {
|
|
584
584
|
if (g) {
|
|
585
585
|
if (ie.length === 0)
|
|
@@ -593,9 +593,9 @@ const Pe = ({
|
|
|
593
593
|
{
|
|
594
594
|
role: "button",
|
|
595
595
|
tabIndex: 0,
|
|
596
|
-
onClick: (
|
|
597
|
-
onKeyDown: (
|
|
598
|
-
(
|
|
596
|
+
onClick: (j) => M($, j),
|
|
597
|
+
onKeyDown: (j) => {
|
|
598
|
+
(j.key === "Enter" || j.key === " ") && M($, j);
|
|
599
599
|
},
|
|
600
600
|
className: "ml-1 text-color-gray-500 hover:text-color-gray-700 cursor-pointer",
|
|
601
601
|
children: /* @__PURE__ */ s("svg", { className: "size-3", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s("path", { d: "M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z" }) })
|
|
@@ -630,7 +630,7 @@ const Pe = ({
|
|
|
630
630
|
"span",
|
|
631
631
|
{
|
|
632
632
|
role: "button",
|
|
633
|
-
onClick:
|
|
633
|
+
onClick: T,
|
|
634
634
|
className: "p-0.5 text-color-gray-400 hover:text-color-gray-600",
|
|
635
635
|
children: /* @__PURE__ */ s("svg", { className: "size-4", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s("path", { d: "M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z" }) })
|
|
636
636
|
}
|
|
@@ -674,7 +674,7 @@ const Pe = ({
|
|
|
674
674
|
"li",
|
|
675
675
|
{
|
|
676
676
|
onClick: () => {
|
|
677
|
-
|
|
677
|
+
D(h), h.onClick(h);
|
|
678
678
|
},
|
|
679
679
|
className: `flex items-center gap-3 cursor-pointer w-full px-4 py-2 text-left text-sm text-color-gray-700 bg-color-gray-200 hover:bg-color-gray-100
|
|
680
680
|
${b === $ ? "bg-color-gray-100" : ""}`,
|
|
@@ -692,7 +692,7 @@ const Pe = ({
|
|
|
692
692
|
"li",
|
|
693
693
|
{
|
|
694
694
|
onClick: () => {
|
|
695
|
-
|
|
695
|
+
D(h), h.onClick(h);
|
|
696
696
|
},
|
|
697
697
|
className: `flex items-center gap-3 cursor-pointer w-full px-4 py-2 text-left text-sm text-color-gray-700 hover:bg-color-gray-100
|
|
698
698
|
${b === Y ? "bg-color-gray-100" : ""}`,
|
|
@@ -706,24 +706,24 @@ const Pe = ({
|
|
|
706
706
|
})
|
|
707
707
|
] }) : _.length === 0 && /* @__PURE__ */ s("li", { className: "px-4 py-2 text-sm text-color-gray-500", children: "No results found" }),
|
|
708
708
|
_.length > 0 && _.map((h, $) => {
|
|
709
|
-
const Y = H ? h.items.filter((
|
|
710
|
-
const te = typeof
|
|
711
|
-
return we === "label" ? te.toLowerCase().includes(J) : we === "value" ?
|
|
709
|
+
const Y = H ? h.items.filter((j) => {
|
|
710
|
+
const te = typeof j.label == "string" ? j.label : String(j.label), O = j.value ? String(j.value) : "", J = H.toLowerCase(), we = y || "label";
|
|
711
|
+
return we === "label" ? te.toLowerCase().includes(J) : we === "value" ? O.toLowerCase().includes(J) : we === "both" ? te.toLowerCase().includes(J) || O.toLowerCase().includes(J) : !1;
|
|
712
712
|
}) : h.items;
|
|
713
713
|
return Y.length === 0 ? null : /* @__PURE__ */ C("li", { children: [
|
|
714
714
|
(k.length > 0 || $ > 0) && /* @__PURE__ */ s("div", { className: "border-t border-color-gray-200 my-1" }),
|
|
715
715
|
/* @__PURE__ */ s("div", { className: "px-4 py-1 text-xs font-semibold text-color-gray-400 uppercase tracking-wide sticky top-0 bg-color-white z-1", children: h.label }),
|
|
716
|
-
/* @__PURE__ */ s("ul", { children: Y.map((
|
|
716
|
+
/* @__PURE__ */ s("ul", { children: Y.map((j, te) => /* @__PURE__ */ C(
|
|
717
717
|
"li",
|
|
718
718
|
{
|
|
719
719
|
onClick: () => {
|
|
720
|
-
|
|
720
|
+
D(j), j.onClick(j);
|
|
721
721
|
},
|
|
722
722
|
className: `flex items-center gap-3 cursor-pointer w-full px-4 py-2 text-left text-sm text-color-gray-700 hover:bg-color-gray-100
|
|
723
|
-
${L(
|
|
723
|
+
${L(j) ? "bg-color-gray-200" : ""}`,
|
|
724
724
|
children: [
|
|
725
|
-
g && (L(
|
|
726
|
-
/* @__PURE__ */ s("span", { className: "flex-1", children:
|
|
725
|
+
g && (L(j) ? /* @__PURE__ */ s("span", { className: "flex items-center justify-center size-4 border rounded bg-color-blue-500 border-color-blue-500", children: /* @__PURE__ */ s("svg", { className: "size-3 text-color-white", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s("path", { d: "M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z" }) }) }) : /* @__PURE__ */ s("span", { className: "flex items-center justify-center size-4 border rounded border-color-gray-300" })),
|
|
726
|
+
/* @__PURE__ */ s("span", { className: "flex-1", children: j.label })
|
|
727
727
|
]
|
|
728
728
|
},
|
|
729
729
|
`group-${$}-item-${te}`
|
|
@@ -850,14 +850,14 @@ function No() {
|
|
|
850
850
|
case f:
|
|
851
851
|
return Y;
|
|
852
852
|
default:
|
|
853
|
-
var
|
|
854
|
-
switch (
|
|
853
|
+
var j = Y && Y.$$typeof;
|
|
854
|
+
switch (j) {
|
|
855
855
|
case l:
|
|
856
856
|
case d:
|
|
857
857
|
case v:
|
|
858
858
|
case g:
|
|
859
859
|
case a:
|
|
860
|
-
return
|
|
860
|
+
return j;
|
|
861
861
|
default:
|
|
862
862
|
return $;
|
|
863
863
|
}
|
|
@@ -886,16 +886,16 @@ function No() {
|
|
|
886
886
|
function L(h) {
|
|
887
887
|
return S(h) === d;
|
|
888
888
|
}
|
|
889
|
-
function
|
|
889
|
+
function D(h) {
|
|
890
890
|
return S(h) === o;
|
|
891
891
|
}
|
|
892
892
|
function M(h) {
|
|
893
893
|
return S(h) === v;
|
|
894
894
|
}
|
|
895
|
-
function
|
|
895
|
+
function T(h) {
|
|
896
896
|
return S(h) === g;
|
|
897
897
|
}
|
|
898
|
-
function
|
|
898
|
+
function I(h) {
|
|
899
899
|
return S(h) === t;
|
|
900
900
|
}
|
|
901
901
|
function B(h) {
|
|
@@ -907,7 +907,7 @@ function No() {
|
|
|
907
907
|
function de(h) {
|
|
908
908
|
return S(h) === f;
|
|
909
909
|
}
|
|
910
|
-
pe.AsyncMode = b, pe.ConcurrentMode = E, pe.ContextConsumer = P, pe.ContextProvider = V, pe.Element = oe, pe.ForwardRef = X, pe.Fragment = ae, pe.Lazy = ge, pe.Memo = le, pe.Portal = F, pe.Profiler = H, pe.StrictMode = K, pe.Suspense = G, pe.isAsyncMode = Z, pe.isConcurrentMode = z, pe.isContextConsumer = N, pe.isContextProvider = k, pe.isElement = R, pe.isForwardRef = L, pe.isFragment =
|
|
910
|
+
pe.AsyncMode = b, pe.ConcurrentMode = E, pe.ContextConsumer = P, pe.ContextProvider = V, pe.Element = oe, pe.ForwardRef = X, pe.Fragment = ae, pe.Lazy = ge, pe.Memo = le, pe.Portal = F, pe.Profiler = H, pe.StrictMode = K, pe.Suspense = G, pe.isAsyncMode = Z, pe.isConcurrentMode = z, pe.isContextConsumer = N, pe.isContextProvider = k, pe.isElement = R, pe.isForwardRef = L, pe.isFragment = D, pe.isLazy = M, pe.isMemo = T, pe.isPortal = I, pe.isProfiler = B, pe.isStrictMode = W, pe.isSuspense = de, pe.isValidElementType = x, pe.typeOf = S;
|
|
911
911
|
}()), pe;
|
|
912
912
|
}
|
|
913
913
|
var cn;
|
|
@@ -919,9 +919,9 @@ object-assign
|
|
|
919
919
|
(c) Sindre Sorhus
|
|
920
920
|
@license MIT
|
|
921
921
|
*/
|
|
922
|
-
var
|
|
922
|
+
var kt, dn;
|
|
923
923
|
function Lo() {
|
|
924
|
-
if (dn) return
|
|
924
|
+
if (dn) return kt;
|
|
925
925
|
dn = 1;
|
|
926
926
|
var e = Object.getOwnPropertySymbols, n = Object.prototype.hasOwnProperty, t = Object.prototype.propertyIsEnumerable;
|
|
927
927
|
function o(r) {
|
|
@@ -951,7 +951,7 @@ function Lo() {
|
|
|
951
951
|
return !1;
|
|
952
952
|
}
|
|
953
953
|
}
|
|
954
|
-
return
|
|
954
|
+
return kt = i() ? Object.assign : function(r, a) {
|
|
955
955
|
for (var l, c = o(r), u, d = 1; d < arguments.length; d++) {
|
|
956
956
|
l = Object(arguments[d]);
|
|
957
957
|
for (var f in l)
|
|
@@ -963,22 +963,22 @@ function Lo() {
|
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
965
|
return c;
|
|
966
|
-
},
|
|
966
|
+
}, kt;
|
|
967
967
|
}
|
|
968
|
-
var
|
|
968
|
+
var Ct, un;
|
|
969
969
|
function Xt() {
|
|
970
|
-
if (un) return
|
|
970
|
+
if (un) return Ct;
|
|
971
971
|
un = 1;
|
|
972
972
|
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
973
|
-
return
|
|
973
|
+
return Ct = e, Ct;
|
|
974
974
|
}
|
|
975
|
-
var
|
|
975
|
+
var St, pn;
|
|
976
976
|
function Gn() {
|
|
977
|
-
return pn || (pn = 1,
|
|
977
|
+
return pn || (pn = 1, St = Function.call.bind(Object.prototype.hasOwnProperty)), St;
|
|
978
978
|
}
|
|
979
|
-
var
|
|
979
|
+
var _t, gn;
|
|
980
980
|
function Ao() {
|
|
981
|
-
if (gn) return
|
|
981
|
+
if (gn) return _t;
|
|
982
982
|
gn = 1;
|
|
983
983
|
var e = function() {
|
|
984
984
|
};
|
|
@@ -1023,11 +1023,11 @@ function Ao() {
|
|
|
1023
1023
|
}
|
|
1024
1024
|
return i.resetWarningCache = function() {
|
|
1025
1025
|
process.env.NODE_ENV !== "production" && (t = {});
|
|
1026
|
-
},
|
|
1026
|
+
}, _t = i, _t;
|
|
1027
1027
|
}
|
|
1028
|
-
var
|
|
1028
|
+
var $t, fn;
|
|
1029
1029
|
function Po() {
|
|
1030
|
-
if (fn) return
|
|
1030
|
+
if (fn) return $t;
|
|
1031
1031
|
fn = 1;
|
|
1032
1032
|
var e = Bn(), n = Lo(), t = /* @__PURE__ */ Xt(), o = /* @__PURE__ */ Gn(), i = /* @__PURE__ */ Ao(), r = function() {
|
|
1033
1033
|
};
|
|
@@ -1042,7 +1042,7 @@ function Po() {
|
|
|
1042
1042
|
function a() {
|
|
1043
1043
|
return null;
|
|
1044
1044
|
}
|
|
1045
|
-
return
|
|
1045
|
+
return $t = function(l, c) {
|
|
1046
1046
|
var u = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
1047
1047
|
function f(z) {
|
|
1048
1048
|
var N = z && (u && z[u] || z[d]);
|
|
@@ -1080,33 +1080,33 @@ function Po() {
|
|
|
1080
1080
|
function w(z) {
|
|
1081
1081
|
if (process.env.NODE_ENV !== "production")
|
|
1082
1082
|
var N = {}, k = 0;
|
|
1083
|
-
function R(
|
|
1084
|
-
if (
|
|
1083
|
+
function R(D, M, T, I, B, W, de) {
|
|
1084
|
+
if (I = I || p, W = W || T, de !== t) {
|
|
1085
1085
|
if (c) {
|
|
1086
1086
|
var h = new Error(
|
|
1087
1087
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
1088
1088
|
);
|
|
1089
1089
|
throw h.name = "Invariant Violation", h;
|
|
1090
1090
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
1091
|
-
var $ =
|
|
1091
|
+
var $ = I + ":" + T;
|
|
1092
1092
|
!N[$] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
1093
1093
|
k < 3 && (r(
|
|
1094
|
-
"You are manually calling a React.PropTypes validation function for the `" + W + "` prop on `" +
|
|
1094
|
+
"You are manually calling a React.PropTypes validation function for the `" + W + "` prop on `" + I + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
1095
1095
|
), N[$] = !0, k++);
|
|
1096
1096
|
}
|
|
1097
1097
|
}
|
|
1098
|
-
return M[
|
|
1098
|
+
return M[T] == null ? D ? M[T] === null ? new m("The " + B + " `" + W + "` is marked as required " + ("in `" + I + "`, but its value is `null`.")) : new m("The " + B + " `" + W + "` is marked as required in " + ("`" + I + "`, but its value is `undefined`.")) : null : z(M, T, I, B, W);
|
|
1099
1099
|
}
|
|
1100
1100
|
var L = R.bind(null, !1);
|
|
1101
1101
|
return L.isRequired = R.bind(null, !0), L;
|
|
1102
1102
|
}
|
|
1103
1103
|
function y(z) {
|
|
1104
|
-
function N(k, R, L,
|
|
1105
|
-
var
|
|
1104
|
+
function N(k, R, L, D, M, T) {
|
|
1105
|
+
var I = k[R], B = K(I);
|
|
1106
1106
|
if (B !== z) {
|
|
1107
|
-
var W = G(
|
|
1107
|
+
var W = G(I);
|
|
1108
1108
|
return new m(
|
|
1109
|
-
"Invalid " +
|
|
1109
|
+
"Invalid " + D + " `" + M + "` of type " + ("`" + W + "` supplied to `" + L + "`, expected ") + ("`" + z + "`."),
|
|
1110
1110
|
{ expectedType: z }
|
|
1111
1111
|
);
|
|
1112
1112
|
}
|
|
@@ -1118,16 +1118,16 @@ function Po() {
|
|
|
1118
1118
|
return w(a);
|
|
1119
1119
|
}
|
|
1120
1120
|
function x(z) {
|
|
1121
|
-
function N(k, R, L,
|
|
1121
|
+
function N(k, R, L, D, M) {
|
|
1122
1122
|
if (typeof z != "function")
|
|
1123
1123
|
return new m("Property `" + M + "` of component `" + L + "` has invalid PropType notation inside arrayOf.");
|
|
1124
|
-
var
|
|
1125
|
-
if (!Array.isArray(
|
|
1126
|
-
var
|
|
1127
|
-
return new m("Invalid " +
|
|
1124
|
+
var T = k[R];
|
|
1125
|
+
if (!Array.isArray(T)) {
|
|
1126
|
+
var I = K(T);
|
|
1127
|
+
return new m("Invalid " + D + " `" + M + "` of type " + ("`" + I + "` supplied to `" + L + "`, expected an array."));
|
|
1128
1128
|
}
|
|
1129
|
-
for (var B = 0; B <
|
|
1130
|
-
var W = z(
|
|
1129
|
+
for (var B = 0; B < T.length; B++) {
|
|
1130
|
+
var W = z(T, B, L, D, M + "[" + B + "]", t);
|
|
1131
1131
|
if (W instanceof Error)
|
|
1132
1132
|
return W;
|
|
1133
1133
|
}
|
|
@@ -1136,32 +1136,32 @@ function Po() {
|
|
|
1136
1136
|
return w(N);
|
|
1137
1137
|
}
|
|
1138
1138
|
function S() {
|
|
1139
|
-
function z(N, k, R, L,
|
|
1139
|
+
function z(N, k, R, L, D) {
|
|
1140
1140
|
var M = N[k];
|
|
1141
1141
|
if (!l(M)) {
|
|
1142
|
-
var
|
|
1143
|
-
return new m("Invalid " + L + " `" +
|
|
1142
|
+
var T = K(M);
|
|
1143
|
+
return new m("Invalid " + L + " `" + D + "` of type " + ("`" + T + "` supplied to `" + R + "`, expected a single ReactElement."));
|
|
1144
1144
|
}
|
|
1145
1145
|
return null;
|
|
1146
1146
|
}
|
|
1147
1147
|
return w(z);
|
|
1148
1148
|
}
|
|
1149
1149
|
function b() {
|
|
1150
|
-
function z(N, k, R, L,
|
|
1150
|
+
function z(N, k, R, L, D) {
|
|
1151
1151
|
var M = N[k];
|
|
1152
1152
|
if (!e.isValidElementType(M)) {
|
|
1153
|
-
var
|
|
1154
|
-
return new m("Invalid " + L + " `" +
|
|
1153
|
+
var T = K(M);
|
|
1154
|
+
return new m("Invalid " + L + " `" + D + "` of type " + ("`" + T + "` supplied to `" + R + "`, expected a single ReactElement type."));
|
|
1155
1155
|
}
|
|
1156
1156
|
return null;
|
|
1157
1157
|
}
|
|
1158
1158
|
return w(z);
|
|
1159
1159
|
}
|
|
1160
1160
|
function E(z) {
|
|
1161
|
-
function N(k, R, L,
|
|
1161
|
+
function N(k, R, L, D, M) {
|
|
1162
1162
|
if (!(k[R] instanceof z)) {
|
|
1163
|
-
var
|
|
1164
|
-
return new m("Invalid " +
|
|
1163
|
+
var T = z.name || p, I = Z(k[R]);
|
|
1164
|
+
return new m("Invalid " + D + " `" + M + "` of type " + ("`" + I + "` supplied to `" + L + "`, expected ") + ("instance of `" + T + "`."));
|
|
1165
1165
|
}
|
|
1166
1166
|
return null;
|
|
1167
1167
|
}
|
|
@@ -1172,28 +1172,28 @@ function Po() {
|
|
|
1172
1172
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? r(
|
|
1173
1173
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
1174
1174
|
) : r("Invalid argument supplied to oneOf, expected an array.")), a;
|
|
1175
|
-
function N(k, R, L,
|
|
1176
|
-
for (var
|
|
1177
|
-
if (v(
|
|
1175
|
+
function N(k, R, L, D, M) {
|
|
1176
|
+
for (var T = k[R], I = 0; I < z.length; I++)
|
|
1177
|
+
if (v(T, z[I]))
|
|
1178
1178
|
return null;
|
|
1179
1179
|
var B = JSON.stringify(z, function(de, h) {
|
|
1180
1180
|
var $ = G(h);
|
|
1181
1181
|
return $ === "symbol" ? String(h) : h;
|
|
1182
1182
|
});
|
|
1183
|
-
return new m("Invalid " +
|
|
1183
|
+
return new m("Invalid " + D + " `" + M + "` of value `" + String(T) + "` " + ("supplied to `" + L + "`, expected one of " + B + "."));
|
|
1184
1184
|
}
|
|
1185
1185
|
return w(N);
|
|
1186
1186
|
}
|
|
1187
1187
|
function V(z) {
|
|
1188
|
-
function N(k, R, L,
|
|
1188
|
+
function N(k, R, L, D, M) {
|
|
1189
1189
|
if (typeof z != "function")
|
|
1190
1190
|
return new m("Property `" + M + "` of component `" + L + "` has invalid PropType notation inside objectOf.");
|
|
1191
|
-
var
|
|
1192
|
-
if (
|
|
1193
|
-
return new m("Invalid " +
|
|
1194
|
-
for (var B in
|
|
1195
|
-
if (o(
|
|
1196
|
-
var W = z(
|
|
1191
|
+
var T = k[R], I = K(T);
|
|
1192
|
+
if (I !== "object")
|
|
1193
|
+
return new m("Invalid " + D + " `" + M + "` of type " + ("`" + I + "` supplied to `" + L + "`, expected an object."));
|
|
1194
|
+
for (var B in T)
|
|
1195
|
+
if (o(T, B)) {
|
|
1196
|
+
var W = z(T, B, L, D, M + "." + B, t);
|
|
1197
1197
|
if (W instanceof Error)
|
|
1198
1198
|
return W;
|
|
1199
1199
|
}
|
|
@@ -1211,21 +1211,21 @@ function Po() {
|
|
|
1211
1211
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ie(k) + " at index " + N + "."
|
|
1212
1212
|
), a;
|
|
1213
1213
|
}
|
|
1214
|
-
function R(L,
|
|
1214
|
+
function R(L, D, M, T, I) {
|
|
1215
1215
|
for (var B = [], W = 0; W < z.length; W++) {
|
|
1216
|
-
var de = z[W], h = de(L,
|
|
1216
|
+
var de = z[W], h = de(L, D, M, T, I, t);
|
|
1217
1217
|
if (h == null)
|
|
1218
1218
|
return null;
|
|
1219
1219
|
h.data && o(h.data, "expectedType") && B.push(h.data.expectedType);
|
|
1220
1220
|
}
|
|
1221
1221
|
var $ = B.length > 0 ? ", expected one of type [" + B.join(", ") + "]" : "";
|
|
1222
|
-
return new m("Invalid " +
|
|
1222
|
+
return new m("Invalid " + T + " `" + I + "` supplied to " + ("`" + M + "`" + $ + "."));
|
|
1223
1223
|
}
|
|
1224
1224
|
return w(R);
|
|
1225
1225
|
}
|
|
1226
1226
|
function X() {
|
|
1227
|
-
function z(N, k, R, L,
|
|
1228
|
-
return F(N[k]) ? null : new m("Invalid " + L + " `" +
|
|
1227
|
+
function z(N, k, R, L, D) {
|
|
1228
|
+
return F(N[k]) ? null : new m("Invalid " + L + " `" + D + "` supplied to " + ("`" + R + "`, expected a ReactNode."));
|
|
1229
1229
|
}
|
|
1230
1230
|
return w(z);
|
|
1231
1231
|
}
|
|
@@ -1235,15 +1235,15 @@ function Po() {
|
|
|
1235
1235
|
);
|
|
1236
1236
|
}
|
|
1237
1237
|
function ge(z) {
|
|
1238
|
-
function N(k, R, L,
|
|
1239
|
-
var
|
|
1240
|
-
if (
|
|
1241
|
-
return new m("Invalid " +
|
|
1238
|
+
function N(k, R, L, D, M) {
|
|
1239
|
+
var T = k[R], I = K(T);
|
|
1240
|
+
if (I !== "object")
|
|
1241
|
+
return new m("Invalid " + D + " `" + M + "` of type `" + I + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
1242
1242
|
for (var B in z) {
|
|
1243
1243
|
var W = z[B];
|
|
1244
1244
|
if (typeof W != "function")
|
|
1245
|
-
return ae(L,
|
|
1246
|
-
var de = W(
|
|
1245
|
+
return ae(L, D, M, B, G(W));
|
|
1246
|
+
var de = W(T, B, L, D, M + "." + B, t);
|
|
1247
1247
|
if (de)
|
|
1248
1248
|
return de;
|
|
1249
1249
|
}
|
|
@@ -1252,21 +1252,21 @@ function Po() {
|
|
|
1252
1252
|
return w(N);
|
|
1253
1253
|
}
|
|
1254
1254
|
function le(z) {
|
|
1255
|
-
function N(k, R, L,
|
|
1256
|
-
var
|
|
1257
|
-
if (
|
|
1258
|
-
return new m("Invalid " +
|
|
1255
|
+
function N(k, R, L, D, M) {
|
|
1256
|
+
var T = k[R], I = K(T);
|
|
1257
|
+
if (I !== "object")
|
|
1258
|
+
return new m("Invalid " + D + " `" + M + "` of type `" + I + "` " + ("supplied to `" + L + "`, expected `object`."));
|
|
1259
1259
|
var B = n({}, k[R], z);
|
|
1260
1260
|
for (var W in B) {
|
|
1261
1261
|
var de = z[W];
|
|
1262
1262
|
if (o(z, W) && typeof de != "function")
|
|
1263
|
-
return ae(L,
|
|
1263
|
+
return ae(L, D, M, W, G(de));
|
|
1264
1264
|
if (!de)
|
|
1265
1265
|
return new m(
|
|
1266
|
-
"Invalid " +
|
|
1266
|
+
"Invalid " + D + " `" + M + "` key `" + W + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(k[R], null, " ") + `
|
|
1267
1267
|
Valid keys: ` + JSON.stringify(Object.keys(z), null, " ")
|
|
1268
1268
|
);
|
|
1269
|
-
var h = de(
|
|
1269
|
+
var h = de(T, W, L, D, M + "." + W, t);
|
|
1270
1270
|
if (h)
|
|
1271
1271
|
return h;
|
|
1272
1272
|
}
|
|
@@ -1344,18 +1344,18 @@ Valid keys: ` + JSON.stringify(Object.keys(z), null, " ")
|
|
|
1344
1344
|
return !z.constructor || !z.constructor.name ? p : z.constructor.name;
|
|
1345
1345
|
}
|
|
1346
1346
|
return g.checkPropTypes = i, g.resetWarningCache = i.resetWarningCache, g.PropTypes = g, g;
|
|
1347
|
-
},
|
|
1347
|
+
}, $t;
|
|
1348
1348
|
}
|
|
1349
|
-
var
|
|
1349
|
+
var zt, mn;
|
|
1350
1350
|
function Eo() {
|
|
1351
|
-
if (mn) return
|
|
1351
|
+
if (mn) return zt;
|
|
1352
1352
|
mn = 1;
|
|
1353
1353
|
var e = /* @__PURE__ */ Xt();
|
|
1354
1354
|
function n() {
|
|
1355
1355
|
}
|
|
1356
1356
|
function t() {
|
|
1357
1357
|
}
|
|
1358
|
-
return t.resetWarningCache = n,
|
|
1358
|
+
return t.resetWarningCache = n, zt = function() {
|
|
1359
1359
|
function o(a, l, c, u, d, f) {
|
|
1360
1360
|
if (f !== e) {
|
|
1361
1361
|
var p = new Error(
|
|
@@ -1392,7 +1392,7 @@ function Eo() {
|
|
|
1392
1392
|
resetWarningCache: n
|
|
1393
1393
|
};
|
|
1394
1394
|
return r.PropTypes = r, r;
|
|
1395
|
-
},
|
|
1395
|
+
}, zt;
|
|
1396
1396
|
}
|
|
1397
1397
|
var vn;
|
|
1398
1398
|
function Fo() {
|
|
@@ -2670,16 +2670,16 @@ const jo = [
|
|
|
2670
2670
|
];
|
|
2671
2671
|
function Oo(e) {
|
|
2672
2672
|
return He(this, void 0, void 0, function* () {
|
|
2673
|
-
return
|
|
2673
|
+
return ft(e) && Vo(e.dataTransfer) ? qo(e.dataTransfer, e.type) : Ho(e) ? Bo(e) : Array.isArray(e) && e.every((n) => "getFile" in n && typeof n.getFile == "function") ? Go(e) : [];
|
|
2674
2674
|
});
|
|
2675
2675
|
}
|
|
2676
2676
|
function Vo(e) {
|
|
2677
|
-
return
|
|
2677
|
+
return ft(e);
|
|
2678
2678
|
}
|
|
2679
2679
|
function Ho(e) {
|
|
2680
|
-
return
|
|
2680
|
+
return ft(e) && ft(e.target);
|
|
2681
2681
|
}
|
|
2682
|
-
function
|
|
2682
|
+
function ft(e) {
|
|
2683
2683
|
return typeof e == "object" && e !== null;
|
|
2684
2684
|
}
|
|
2685
2685
|
function Bo(e) {
|
|
@@ -2802,7 +2802,7 @@ function Uo() {
|
|
|
2802
2802
|
}), lt;
|
|
2803
2803
|
}
|
|
2804
2804
|
var Ko = Uo();
|
|
2805
|
-
const
|
|
2805
|
+
const Rt = /* @__PURE__ */ Hn(Ko);
|
|
2806
2806
|
function wn(e) {
|
|
2807
2807
|
return Qo(e) || Jo(e) || Wn(e) || Xo();
|
|
2808
2808
|
}
|
|
@@ -2883,7 +2883,7 @@ function ti(e, n) {
|
|
|
2883
2883
|
function ni(e) {
|
|
2884
2884
|
if (Array.isArray(e)) return e;
|
|
2885
2885
|
}
|
|
2886
|
-
var oi = typeof
|
|
2886
|
+
var oi = typeof Rt == "function" ? Rt : Rt.default, ii = "file-invalid-type", ri = "file-too-large", ai = "file-too-small", li = "too-many-files", si = function() {
|
|
2887
2887
|
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", t = n.split(","), o = t.length > 1 ? "one of ".concat(t.join(", ")) : t[0];
|
|
2888
2888
|
return {
|
|
2889
2889
|
code: ii,
|
|
@@ -2928,7 +2928,7 @@ function di(e) {
|
|
|
2928
2928
|
return f && v && !m;
|
|
2929
2929
|
});
|
|
2930
2930
|
}
|
|
2931
|
-
function
|
|
2931
|
+
function mt(e) {
|
|
2932
2932
|
return typeof e.isPropagationStopped == "function" ? e.isPropagationStopped() : typeof e.cancelBubble < "u" ? e.cancelBubble : !1;
|
|
2933
2933
|
}
|
|
2934
2934
|
function st(e) {
|
|
@@ -2956,7 +2956,7 @@ function Re() {
|
|
|
2956
2956
|
for (var i = arguments.length, r = new Array(i > 1 ? i - 1 : 0), a = 1; a < i; a++)
|
|
2957
2957
|
r[a - 1] = arguments[a];
|
|
2958
2958
|
return n.some(function(l) {
|
|
2959
|
-
return !
|
|
2959
|
+
return !mt(o) && l && l.apply(void 0, [o].concat(r)), mt(o);
|
|
2960
2960
|
});
|
|
2961
2961
|
};
|
|
2962
2962
|
}
|
|
@@ -3015,7 +3015,7 @@ function _i(e) {
|
|
|
3015
3015
|
function $i(e) {
|
|
3016
3016
|
if (Array.isArray(e)) return Vt(e);
|
|
3017
3017
|
}
|
|
3018
|
-
function
|
|
3018
|
+
function Mt(e, n) {
|
|
3019
3019
|
return Mi(e) || Ri(e, n) || Qn(e, n) || zi();
|
|
3020
3020
|
}
|
|
3021
3021
|
function zi() {
|
|
@@ -3082,7 +3082,7 @@ function ve(e) {
|
|
|
3082
3082
|
function Ht(e, n, t) {
|
|
3083
3083
|
return n in e ? Object.defineProperty(e, n, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[n] = t, e;
|
|
3084
3084
|
}
|
|
3085
|
-
function
|
|
3085
|
+
function vt(e, n) {
|
|
3086
3086
|
if (e == null) return {};
|
|
3087
3087
|
var t = Ni(e, n), o, i;
|
|
3088
3088
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -3100,7 +3100,7 @@ function Ni(e, n) {
|
|
|
3100
3100
|
return t;
|
|
3101
3101
|
}
|
|
3102
3102
|
var Jt = /* @__PURE__ */ Ye(function(e, n) {
|
|
3103
|
-
var t = e.children, o =
|
|
3103
|
+
var t = e.children, o = vt(e, yi), i = to(o), r = i.open, a = vt(i, bi);
|
|
3104
3104
|
return Kt(n, function() {
|
|
3105
3105
|
return {
|
|
3106
3106
|
open: r
|
|
@@ -3313,7 +3313,7 @@ function to() {
|
|
|
3313
3313
|
return typeof w == "function" ? w : Rn;
|
|
3314
3314
|
}, [w]), le = $e(function() {
|
|
3315
3315
|
return typeof m == "function" ? m : Rn;
|
|
3316
|
-
}, [m]), F = ce(null), H = ce(null), K = yo(Li, Bt), G =
|
|
3316
|
+
}, [m]), F = ce(null), H = ce(null), K = yo(Li, Bt), G = Mt(K, 2), ie = G[0], Z = G[1], z = ie.isFocused, N = ie.isFileDialogActive, k = ce(typeof window < "u" && window.isSecureContext && y && fi()), R = function() {
|
|
3317
3317
|
!k.current && N && setTimeout(function() {
|
|
3318
3318
|
if (H.current) {
|
|
3319
3319
|
var U = H.current.files;
|
|
@@ -3328,12 +3328,12 @@ function to() {
|
|
|
3328
3328
|
window.removeEventListener("focus", R, !1);
|
|
3329
3329
|
};
|
|
3330
3330
|
}, [H, N, le, k]);
|
|
3331
|
-
var L = ce([]),
|
|
3331
|
+
var L = ce([]), D = function(U) {
|
|
3332
3332
|
F.current && F.current.contains(U.target) || (U.preventDefault(), L.current = []);
|
|
3333
3333
|
};
|
|
3334
3334
|
se(function() {
|
|
3335
|
-
return x && (document.addEventListener("dragover", $n, !1), document.addEventListener("drop",
|
|
3336
|
-
x && (document.removeEventListener("dragover", $n), document.removeEventListener("drop",
|
|
3335
|
+
return x && (document.addEventListener("dragover", $n, !1), document.addEventListener("drop", D, !1)), function() {
|
|
3336
|
+
x && (document.removeEventListener("dragover", $n), document.removeEventListener("drop", D));
|
|
3337
3337
|
};
|
|
3338
3338
|
}, [F, x]), se(function() {
|
|
3339
3339
|
return !o && _ && F.current && F.current.focus(), function() {
|
|
@@ -3341,9 +3341,9 @@ function to() {
|
|
|
3341
3341
|
}, [F, _, o]);
|
|
3342
3342
|
var M = ne(function(A) {
|
|
3343
3343
|
V ? V(A) : console.error(A);
|
|
3344
|
-
}, [V]),
|
|
3344
|
+
}, [V]), T = ne(function(A) {
|
|
3345
3345
|
A.preventDefault(), A.persist(), Ce(A), L.current = [].concat(Ci(L.current), [A.target]), st(A) && Promise.resolve(i(A)).then(function(U) {
|
|
3346
|
-
if (!(
|
|
3346
|
+
if (!(mt(A) && !P)) {
|
|
3347
3347
|
var me = U.length, he = me > 0 && di({
|
|
3348
3348
|
files: U,
|
|
3349
3349
|
accept: X,
|
|
@@ -3363,7 +3363,7 @@ function to() {
|
|
|
3363
3363
|
}).catch(function(U) {
|
|
3364
3364
|
return M(U);
|
|
3365
3365
|
});
|
|
3366
|
-
}, [i, u, M, P, X, a, r, l, c, oe]),
|
|
3366
|
+
}, [i, u, M, P, X, a, r, l, c, oe]), I = ne(function(A) {
|
|
3367
3367
|
A.preventDefault(), A.persist(), Ce(A);
|
|
3368
3368
|
var U = st(A);
|
|
3369
3369
|
if (U && A.dataTransfer)
|
|
@@ -3386,15 +3386,15 @@ function to() {
|
|
|
3386
3386
|
}, [F, d, P]), W = ne(function(A, U) {
|
|
3387
3387
|
var me = [], he = [];
|
|
3388
3388
|
A.forEach(function(ke) {
|
|
3389
|
-
var je = Un(ke, X), Ee =
|
|
3389
|
+
var je = Un(ke, X), Ee = Mt(je, 2), Ue = Ee[0], Ke = Ee[1], Xe = Kn(ke, a, r), Be = Mt(Xe, 2), Je = Be[0], Qe = Be[1], et = oe ? oe(ke) : null;
|
|
3390
3390
|
if (Ue && Je && !et)
|
|
3391
3391
|
me.push(ke);
|
|
3392
3392
|
else {
|
|
3393
3393
|
var tt = [Ke, Qe];
|
|
3394
3394
|
et && (tt = tt.concat(et)), he.push({
|
|
3395
3395
|
file: ke,
|
|
3396
|
-
errors: tt.filter(function(
|
|
3397
|
-
return
|
|
3396
|
+
errors: tt.filter(function(wt) {
|
|
3397
|
+
return wt;
|
|
3398
3398
|
})
|
|
3399
3399
|
});
|
|
3400
3400
|
}
|
|
@@ -3411,7 +3411,7 @@ function to() {
|
|
|
3411
3411
|
}), p && p(me, he, U), he.length > 0 && v && v(he, U), me.length > 0 && g && g(me, U);
|
|
3412
3412
|
}, [Z, l, X, a, r, c, p, g, v, oe]), de = ne(function(A) {
|
|
3413
3413
|
A.preventDefault(), A.persist(), Ce(A), L.current = [], st(A) && Promise.resolve(i(A)).then(function(U) {
|
|
3414
|
-
|
|
3414
|
+
mt(A) && !P || W(U, A);
|
|
3415
3415
|
}).catch(function(U) {
|
|
3416
3416
|
return M(U);
|
|
3417
3417
|
}), Z({
|
|
@@ -3448,30 +3448,30 @@ function to() {
|
|
|
3448
3448
|
Z({
|
|
3449
3449
|
type: "focus"
|
|
3450
3450
|
});
|
|
3451
|
-
}, []),
|
|
3451
|
+
}, []), j = ne(function() {
|
|
3452
3452
|
Z({
|
|
3453
3453
|
type: "blur"
|
|
3454
3454
|
});
|
|
3455
3455
|
}, []), te = ne(function() {
|
|
3456
3456
|
S || (gi() ? setTimeout(h, 0) : h());
|
|
3457
|
-
}, [S, h]),
|
|
3457
|
+
}, [S, h]), O = function(U) {
|
|
3458
3458
|
return o ? null : U;
|
|
3459
3459
|
}, J = function(U) {
|
|
3460
|
-
return b ? null :
|
|
3460
|
+
return b ? null : O(U);
|
|
3461
3461
|
}, we = function(U) {
|
|
3462
|
-
return E ? null :
|
|
3462
|
+
return E ? null : O(U);
|
|
3463
3463
|
}, Ce = function(U) {
|
|
3464
3464
|
P && U.stopPropagation();
|
|
3465
3465
|
}, Ne = $e(function() {
|
|
3466
3466
|
return function() {
|
|
3467
|
-
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, U = A.refKey, me = U === void 0 ? "ref" : U, he = A.role, ke = A.onKeyDown, je = A.onFocus, Ee = A.onBlur, Ue = A.onClick, Ke = A.onDragEnter, Xe = A.onDragOver, Be = A.onDragLeave, Je = A.onDrop, Qe =
|
|
3467
|
+
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, U = A.refKey, me = U === void 0 ? "ref" : U, he = A.role, ke = A.onKeyDown, je = A.onFocus, Ee = A.onBlur, Ue = A.onClick, Ke = A.onDragEnter, Xe = A.onDragOver, Be = A.onDragLeave, Je = A.onDrop, Qe = vt(A, wi);
|
|
3468
3468
|
return ve(ve(Ht({
|
|
3469
3469
|
onKeyDown: J(Re(ke, $)),
|
|
3470
3470
|
onFocus: J(Re(je, Y)),
|
|
3471
|
-
onBlur: J(Re(Ee,
|
|
3472
|
-
onClick:
|
|
3473
|
-
onDragEnter: we(Re(Ke,
|
|
3474
|
-
onDragOver: we(Re(Xe,
|
|
3471
|
+
onBlur: J(Re(Ee, j)),
|
|
3472
|
+
onClick: O(Re(Ue, te)),
|
|
3473
|
+
onDragEnter: we(Re(Ke, T)),
|
|
3474
|
+
onDragOver: we(Re(Xe, I)),
|
|
3475
3475
|
onDragLeave: we(Re(Be, B)),
|
|
3476
3476
|
onDrop: we(Re(Je, de)),
|
|
3477
3477
|
role: typeof he == "string" && he !== "" ? he : "presentation"
|
|
@@ -3479,11 +3479,11 @@ function to() {
|
|
|
3479
3479
|
tabIndex: 0
|
|
3480
3480
|
} : {}), Qe);
|
|
3481
3481
|
};
|
|
3482
|
-
}, [F, $, Y,
|
|
3482
|
+
}, [F, $, Y, j, te, T, I, B, de, b, E, o]), We = ne(function(A) {
|
|
3483
3483
|
A.stopPropagation();
|
|
3484
3484
|
}, []), _e = $e(function() {
|
|
3485
3485
|
return function() {
|
|
3486
|
-
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, U = A.refKey, me = U === void 0 ? "ref" : U, he = A.onChange, ke = A.onClick, je =
|
|
3486
|
+
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, U = A.refKey, me = U === void 0 ? "ref" : U, he = A.onChange, ke = A.onClick, je = vt(A, ki), Ee = Ht({
|
|
3487
3487
|
accept: X,
|
|
3488
3488
|
multiple: l,
|
|
3489
3489
|
type: "file",
|
|
@@ -3499,8 +3499,8 @@ function to() {
|
|
|
3499
3499
|
width: "1px",
|
|
3500
3500
|
whiteSpace: "nowrap"
|
|
3501
3501
|
},
|
|
3502
|
-
onChange:
|
|
3503
|
-
onClick:
|
|
3502
|
+
onChange: O(Re(he, de)),
|
|
3503
|
+
onClick: O(Re(ke, We)),
|
|
3504
3504
|
tabIndex: -1
|
|
3505
3505
|
}, me, H);
|
|
3506
3506
|
return ve(ve({}, Ee), je);
|
|
@@ -3512,7 +3512,7 @@ function to() {
|
|
|
3512
3512
|
getInputProps: _e,
|
|
3513
3513
|
rootRef: F,
|
|
3514
3514
|
inputRef: H,
|
|
3515
|
-
open:
|
|
3515
|
+
open: O(h)
|
|
3516
3516
|
});
|
|
3517
3517
|
}
|
|
3518
3518
|
function Li(e, n) {
|
|
@@ -4121,7 +4121,7 @@ function Se(e, n) {
|
|
|
4121
4121
|
}));
|
|
4122
4122
|
};
|
|
4123
4123
|
}
|
|
4124
|
-
function
|
|
4124
|
+
function bt(e) {
|
|
4125
4125
|
return e instanceof Function;
|
|
4126
4126
|
}
|
|
4127
4127
|
function Vi(e) {
|
|
@@ -4485,7 +4485,7 @@ const Wi = {
|
|
|
4485
4485
|
return typeof o == "string" ? Le.includesString : typeof o == "number" ? Le.inNumberRange : typeof o == "boolean" || o !== null && typeof o == "object" ? Le.equals : Array.isArray(o) ? Le.arrIncludes : Le.weakEquals;
|
|
4486
4486
|
}, e.getFilterFn = () => {
|
|
4487
4487
|
var t, o;
|
|
4488
|
-
return
|
|
4488
|
+
return bt(e.columnDef.filterFn) ? e.columnDef.filterFn : e.columnDef.filterFn === "auto" ? e.getAutoFilterFn() : (
|
|
4489
4489
|
// @ts-ignore
|
|
4490
4490
|
(t = (o = n.options.filterFns) == null ? void 0 : o[e.columnDef.filterFn]) != null ? t : Le[e.columnDef.filterFn]
|
|
4491
4491
|
);
|
|
@@ -4581,7 +4581,7 @@ const Ui = (e, n, t) => t.reduce((o, i) => {
|
|
|
4581
4581
|
return t[0];
|
|
4582
4582
|
const o = Math.floor(t.length / 2), i = t.sort((r, a) => r - a);
|
|
4583
4583
|
return t.length % 2 !== 0 ? i[o] : (i[o - 1] + i[o]) / 2;
|
|
4584
|
-
}, tr = (e, n) => Array.from(new Set(n.map((t) => t.getValue(e))).values()), nr = (e, n) => new Set(n.map((t) => t.getValue(e))).size, or = (e, n) => n.length,
|
|
4584
|
+
}, tr = (e, n) => Array.from(new Set(n.map((t) => t.getValue(e))).values()), nr = (e, n) => new Set(n.map((t) => t.getValue(e))).size, or = (e, n) => n.length, Nt = {
|
|
4585
4585
|
sum: Ui,
|
|
4586
4586
|
min: Ki,
|
|
4587
4587
|
max: Xi,
|
|
@@ -4627,14 +4627,14 @@ const Ui = (e, n, t) => t.reduce((o, i) => {
|
|
|
4627
4627
|
}, e.getAutoAggregationFn = () => {
|
|
4628
4628
|
const t = n.getCoreRowModel().flatRows[0], o = t == null ? void 0 : t.getValue(e.id);
|
|
4629
4629
|
if (typeof o == "number")
|
|
4630
|
-
return
|
|
4630
|
+
return Nt.sum;
|
|
4631
4631
|
if (Object.prototype.toString.call(o) === "[object Date]")
|
|
4632
|
-
return
|
|
4632
|
+
return Nt.extent;
|
|
4633
4633
|
}, e.getAggregationFn = () => {
|
|
4634
4634
|
var t, o;
|
|
4635
4635
|
if (!e)
|
|
4636
4636
|
throw new Error();
|
|
4637
|
-
return
|
|
4637
|
+
return bt(e.columnDef.aggregationFn) ? e.columnDef.aggregationFn : e.columnDef.aggregationFn === "auto" ? e.getAutoAggregationFn() : (t = (o = n.options.aggregationFns) == null ? void 0 : o[e.columnDef.aggregationFn]) != null ? t : Nt[e.columnDef.aggregationFn];
|
|
4638
4638
|
};
|
|
4639
4639
|
},
|
|
4640
4640
|
createTable: (e) => {
|
|
@@ -4701,12 +4701,12 @@ const ar = {
|
|
|
4701
4701
|
return rr(r, t, o);
|
|
4702
4702
|
}, ee(e.options, "debugTable", "_getOrderColumnsFn"));
|
|
4703
4703
|
}
|
|
4704
|
-
},
|
|
4704
|
+
}, Lt = () => ({
|
|
4705
4705
|
left: [],
|
|
4706
4706
|
right: []
|
|
4707
4707
|
}), lr = {
|
|
4708
4708
|
getInitialState: (e) => ({
|
|
4709
|
-
columnPinning:
|
|
4709
|
+
columnPinning: Lt(),
|
|
4710
4710
|
...e
|
|
4711
4711
|
}),
|
|
4712
4712
|
getDefaultOptions: (e) => ({
|
|
@@ -4766,7 +4766,7 @@ const ar = {
|
|
|
4766
4766
|
createTable: (e) => {
|
|
4767
4767
|
e.setColumnPinning = (n) => e.options.onColumnPinningChange == null ? void 0 : e.options.onColumnPinningChange(n), e.resetColumnPinning = (n) => {
|
|
4768
4768
|
var t, o;
|
|
4769
|
-
return e.setColumnPinning(n ?
|
|
4769
|
+
return e.setColumnPinning(n ? Lt() : (t = (o = e.initialState) == null ? void 0 : o.columnPinning) != null ? t : Lt());
|
|
4770
4770
|
}, e.getIsSomeColumnsPinned = (n) => {
|
|
4771
4771
|
var t;
|
|
4772
4772
|
const o = e.getState().columnPinning;
|
|
@@ -4784,7 +4784,7 @@ const ar = {
|
|
|
4784
4784
|
size: 150,
|
|
4785
4785
|
minSize: 20,
|
|
4786
4786
|
maxSize: Number.MAX_SAFE_INTEGER
|
|
4787
|
-
},
|
|
4787
|
+
}, At = () => ({
|
|
4788
4788
|
startOffset: null,
|
|
4789
4789
|
startSize: null,
|
|
4790
4790
|
deltaOffset: null,
|
|
@@ -4795,7 +4795,7 @@ const ar = {
|
|
|
4795
4795
|
getDefaultColumnDef: () => dt,
|
|
4796
4796
|
getInitialState: (e) => ({
|
|
4797
4797
|
columnSizing: {},
|
|
4798
|
-
columnSizingInfo:
|
|
4798
|
+
columnSizingInfo: At(),
|
|
4799
4799
|
...e
|
|
4800
4800
|
}),
|
|
4801
4801
|
getDefaultOptions: (e) => ({
|
|
@@ -4843,9 +4843,9 @@ const ar = {
|
|
|
4843
4843
|
}, e.getResizeHandler = (t) => {
|
|
4844
4844
|
const o = n.getColumn(e.column.id), i = o == null ? void 0 : o.getCanResize();
|
|
4845
4845
|
return (r) => {
|
|
4846
|
-
if (!o || !i || (r.persist == null || r.persist(),
|
|
4846
|
+
if (!o || !i || (r.persist == null || r.persist(), Pt(r) && r.touches && r.touches.length > 1))
|
|
4847
4847
|
return;
|
|
4848
|
-
const a = e.getSize(), l = e ? e.getLeafHeaders().map((y) => [y.column.id, y.column.getSize()]) : [[o.id, o.getSize()]], c =
|
|
4848
|
+
const a = e.getSize(), l = e ? e.getLeafHeaders().map((y) => [y.column.id, y.column.getSize()]) : [[o.id, o.getSize()]], c = Pt(r) ? Math.round(r.touches[0].clientX) : r.clientX, u = {}, d = (y, _) => {
|
|
4849
4849
|
typeof _ == "number" && (n.setColumnSizingInfo((x) => {
|
|
4850
4850
|
var S, b;
|
|
4851
4851
|
const E = n.options.columnResizeDirection === "rtl" ? -1 : 1, P = (_ - ((S = x == null ? void 0 : x.startOffset) != null ? S : 0)) * E, V = Math.max(P / ((b = x == null ? void 0 : x.startSize) != null ? b : 0), -0.999999);
|
|
@@ -4885,7 +4885,7 @@ const ar = {
|
|
|
4885
4885
|
}, w = cr() ? {
|
|
4886
4886
|
passive: !1
|
|
4887
4887
|
} : !1;
|
|
4888
|
-
|
|
4888
|
+
Pt(r) ? (g == null || g.addEventListener("touchmove", m.moveHandler, w), g == null || g.addEventListener("touchend", m.upHandler, w)) : (g == null || g.addEventListener("mousemove", v.moveHandler, w), g == null || g.addEventListener("mouseup", v.upHandler, w)), n.setColumnSizingInfo((y) => ({
|
|
4889
4889
|
...y,
|
|
4890
4890
|
startOffset: c,
|
|
4891
4891
|
startSize: a,
|
|
@@ -4903,7 +4903,7 @@ const ar = {
|
|
|
4903
4903
|
e.setColumnSizing(n ? {} : (t = e.initialState.columnSizing) != null ? t : {});
|
|
4904
4904
|
}, e.resetHeaderSizeInfo = (n) => {
|
|
4905
4905
|
var t;
|
|
4906
|
-
e.setColumnSizingInfo(n ?
|
|
4906
|
+
e.setColumnSizingInfo(n ? At() : (t = e.initialState.columnSizingInfo) != null ? t : At());
|
|
4907
4907
|
}, e.getTotalSize = () => {
|
|
4908
4908
|
var n, t;
|
|
4909
4909
|
return (n = (t = e.getHeaderGroups()[0]) == null ? void 0 : t.headers.reduce((o, i) => o + i.getSize(), 0)) != null ? n : 0;
|
|
@@ -4936,7 +4936,7 @@ function cr() {
|
|
|
4936
4936
|
}
|
|
4937
4937
|
return ut = e, ut;
|
|
4938
4938
|
}
|
|
4939
|
-
function
|
|
4939
|
+
function Pt(e) {
|
|
4940
4940
|
return e.type === "touchstart";
|
|
4941
4941
|
}
|
|
4942
4942
|
const dr = {
|
|
@@ -5020,7 +5020,7 @@ const ur = {
|
|
|
5020
5020
|
const {
|
|
5021
5021
|
globalFilterFn: o
|
|
5022
5022
|
} = e.options;
|
|
5023
|
-
return
|
|
5023
|
+
return bt(o) ? o : o === "auto" ? e.getGlobalAutoFilterFn() : (n = (t = e.options.filterFns) == null ? void 0 : t[o]) != null ? n : Le[o];
|
|
5024
5024
|
}, e.setGlobalFilter = (n) => {
|
|
5025
5025
|
e.options.onGlobalFilterChange == null || e.options.onGlobalFilterChange(n);
|
|
5026
5026
|
}, e.resetGlobalFilter = (n) => {
|
|
@@ -5114,14 +5114,14 @@ const ur = {
|
|
|
5114
5114
|
};
|
|
5115
5115
|
};
|
|
5116
5116
|
}
|
|
5117
|
-
}, Gt = 0, qt = 10,
|
|
5117
|
+
}, Gt = 0, qt = 10, Et = () => ({
|
|
5118
5118
|
pageIndex: Gt,
|
|
5119
5119
|
pageSize: qt
|
|
5120
5120
|
}), fr = {
|
|
5121
5121
|
getInitialState: (e) => ({
|
|
5122
5122
|
...e,
|
|
5123
5123
|
pagination: {
|
|
5124
|
-
...
|
|
5124
|
+
...Et(),
|
|
5125
5125
|
...e == null ? void 0 : e.pagination
|
|
5126
5126
|
}
|
|
5127
5127
|
}),
|
|
@@ -5149,7 +5149,7 @@ const ur = {
|
|
|
5149
5149
|
return e.options.onPaginationChange == null ? void 0 : e.options.onPaginationChange(i);
|
|
5150
5150
|
}, e.resetPagination = (o) => {
|
|
5151
5151
|
var i;
|
|
5152
|
-
e.setPagination(o ?
|
|
5152
|
+
e.setPagination(o ? Et() : (i = e.initialState.pagination) != null ? i : Et());
|
|
5153
5153
|
}, e.setPageIndex = (o) => {
|
|
5154
5154
|
e.setPagination((i) => {
|
|
5155
5155
|
let r = Fe(o, i.pageIndex);
|
|
@@ -5197,12 +5197,12 @@ const ur = {
|
|
|
5197
5197
|
return (o = e.options.rowCount) != null ? o : e.getPrePaginationRowModel().rows.length;
|
|
5198
5198
|
};
|
|
5199
5199
|
}
|
|
5200
|
-
},
|
|
5200
|
+
}, Ft = () => ({
|
|
5201
5201
|
top: [],
|
|
5202
5202
|
bottom: []
|
|
5203
5203
|
}), mr = {
|
|
5204
5204
|
getInitialState: (e) => ({
|
|
5205
|
-
rowPinning:
|
|
5205
|
+
rowPinning: Ft(),
|
|
5206
5206
|
...e
|
|
5207
5207
|
}),
|
|
5208
5208
|
getDefaultOptions: (e) => ({
|
|
@@ -5271,7 +5271,7 @@ const ur = {
|
|
|
5271
5271
|
createTable: (e) => {
|
|
5272
5272
|
e.setRowPinning = (n) => e.options.onRowPinningChange == null ? void 0 : e.options.onRowPinningChange(n), e.resetRowPinning = (n) => {
|
|
5273
5273
|
var t, o;
|
|
5274
|
-
return e.setRowPinning(n ?
|
|
5274
|
+
return e.setRowPinning(n ? Ft() : (t = (o = e.initialState) == null ? void 0 : o.rowPinning) != null ? t : Ft());
|
|
5275
5275
|
}, e.getIsSomeRowsPinned = (n) => {
|
|
5276
5276
|
var t;
|
|
5277
5277
|
const o = e.getState().rowPinning;
|
|
@@ -5338,15 +5338,15 @@ const ur = {
|
|
|
5338
5338
|
return e.getRowModel().rows.forEach((r) => {
|
|
5339
5339
|
Zt(i, r.id, o, !0, e);
|
|
5340
5340
|
}), i;
|
|
5341
|
-
}), e.getPreSelectedRowModel = () => e.getCoreRowModel(), e.getSelectedRowModel = Q(() => [e.getState().rowSelection, e.getCoreRowModel()], (n, t) => Object.keys(n).length ?
|
|
5341
|
+
}), e.getPreSelectedRowModel = () => e.getCoreRowModel(), e.getSelectedRowModel = Q(() => [e.getState().rowSelection, e.getCoreRowModel()], (n, t) => Object.keys(n).length ? Dt(e, t) : {
|
|
5342
5342
|
rows: [],
|
|
5343
5343
|
flatRows: [],
|
|
5344
5344
|
rowsById: {}
|
|
5345
|
-
}, ee(e.options, "debugTable", "getSelectedRowModel")), e.getFilteredSelectedRowModel = Q(() => [e.getState().rowSelection, e.getFilteredRowModel()], (n, t) => Object.keys(n).length ?
|
|
5345
|
+
}, ee(e.options, "debugTable", "getSelectedRowModel")), e.getFilteredSelectedRowModel = Q(() => [e.getState().rowSelection, e.getFilteredRowModel()], (n, t) => Object.keys(n).length ? Dt(e, t) : {
|
|
5346
5346
|
rows: [],
|
|
5347
5347
|
flatRows: [],
|
|
5348
5348
|
rowsById: {}
|
|
5349
|
-
}, ee(e.options, "debugTable", "getFilteredSelectedRowModel")), e.getGroupedSelectedRowModel = Q(() => [e.getState().rowSelection, e.getSortedRowModel()], (n, t) => Object.keys(n).length ?
|
|
5349
|
+
}, ee(e.options, "debugTable", "getFilteredSelectedRowModel")), e.getGroupedSelectedRowModel = Q(() => [e.getState().rowSelection, e.getSortedRowModel()], (n, t) => Object.keys(n).length ? Dt(e, t) : {
|
|
5350
5350
|
rows: [],
|
|
5351
5351
|
flatRows: [],
|
|
5352
5352
|
rowsById: {}
|
|
@@ -5424,7 +5424,7 @@ const ur = {
|
|
|
5424
5424
|
const a = i.getRow(n, !0);
|
|
5425
5425
|
t ? (a.getCanMultiSelect() || Object.keys(e).forEach((l) => delete e[l]), a.getCanSelect() && (e[n] = !0)) : delete e[n], o && (r = a.subRows) != null && r.length && a.getCanSelectSubRows() && a.subRows.forEach((l) => Zt(e, l.id, t, o, i));
|
|
5426
5426
|
};
|
|
5427
|
-
function
|
|
5427
|
+
function Dt(e, n) {
|
|
5428
5428
|
const t = e.getState().rowSelection, o = [], i = {}, r = function(a, l) {
|
|
5429
5429
|
return a.map((c) => {
|
|
5430
5430
|
var u;
|
|
@@ -5526,7 +5526,7 @@ const nt = {
|
|
|
5526
5526
|
var t, o;
|
|
5527
5527
|
if (!e)
|
|
5528
5528
|
throw new Error();
|
|
5529
|
-
return
|
|
5529
|
+
return bt(e.columnDef.sortingFn) ? e.columnDef.sortingFn : e.columnDef.sortingFn === "auto" ? e.getAutoSortingFn() : (t = (o = n.options.sortingFns) == null ? void 0 : o[e.columnDef.sortingFn]) != null ? t : nt[e.columnDef.sortingFn];
|
|
5530
5530
|
}, e.toggleSorting = (t, o) => {
|
|
5531
5531
|
const i = e.getNextSortingOrder(), r = typeof t < "u" && t !== null;
|
|
5532
5532
|
n.setSorting((a) => {
|
|
@@ -6254,8 +6254,8 @@ const Ya = wo(function({
|
|
|
6254
6254
|
}, [K, i]), Z = ne(
|
|
6255
6255
|
($, Y) => {
|
|
6256
6256
|
if (m && Array.isArray($)) {
|
|
6257
|
-
let [
|
|
6258
|
-
return J -
|
|
6257
|
+
let [j, te] = $, O = H(F(j)), J = H(F(te));
|
|
6258
|
+
return J - O < w && (Y === "min" ? J = F(O + w) : Y === "max" && (O = F(J - w))), O > J && (Y === "min" ? O = J : J = O), [O, J];
|
|
6259
6259
|
} else if (!m && typeof $ == "number")
|
|
6260
6260
|
return H(F($));
|
|
6261
6261
|
return $;
|
|
@@ -6266,27 +6266,27 @@ const Ya = wo(function({
|
|
|
6266
6266
|
var te;
|
|
6267
6267
|
const Y = (te = z.current) == null ? void 0 : te.getBoundingClientRect();
|
|
6268
6268
|
if (!Y) return m ? r : b;
|
|
6269
|
-
const
|
|
6270
|
-
return r +
|
|
6269
|
+
const j = Math.max(0, Math.min(1, ($ - Y.left) / Y.width));
|
|
6270
|
+
return r + j * (a - r);
|
|
6271
6271
|
},
|
|
6272
6272
|
[r, a, m, b]
|
|
6273
6273
|
), k = ne(
|
|
6274
6274
|
($) => {
|
|
6275
|
-
const Y = Math.abs($ - E),
|
|
6276
|
-
return Y <=
|
|
6275
|
+
const Y = Math.abs($ - E), j = Math.abs($ - P);
|
|
6276
|
+
return Y <= j ? "min" : "max";
|
|
6277
6277
|
},
|
|
6278
6278
|
[E, P]
|
|
6279
|
-
), [R, L] = q(null), [
|
|
6279
|
+
), [R, L] = q(null), [D, M] = q(null), [T, I] = q(null), B = ne(
|
|
6280
6280
|
($, Y) => {
|
|
6281
|
-
var te,
|
|
6281
|
+
var te, O;
|
|
6282
6282
|
if (d) return;
|
|
6283
|
-
$.preventDefault(), (
|
|
6284
|
-
const
|
|
6283
|
+
$.preventDefault(), (O = (te = $.currentTarget).setPointerCapture) == null || O.call(te, $.pointerId), I($.pointerId);
|
|
6284
|
+
const j = N($.clientX);
|
|
6285
6285
|
if (m) {
|
|
6286
|
-
const J = Y || k(
|
|
6287
|
-
L(J), G(J === "min" ? Z([
|
|
6286
|
+
const J = Y || k(j);
|
|
6287
|
+
L(J), G(J === "min" ? Z([j, P], "min") : Z([E, j], "max"));
|
|
6288
6288
|
} else
|
|
6289
|
-
L("single"), G(Z(
|
|
6289
|
+
L("single"), G(Z(j, "single"));
|
|
6290
6290
|
},
|
|
6291
6291
|
[
|
|
6292
6292
|
d,
|
|
@@ -6300,13 +6300,13 @@ const Ya = wo(function({
|
|
|
6300
6300
|
]
|
|
6301
6301
|
), W = ne(
|
|
6302
6302
|
($) => {
|
|
6303
|
-
if (d ||
|
|
6303
|
+
if (d || T == null || R == null) return;
|
|
6304
6304
|
const Y = N($.clientX);
|
|
6305
6305
|
m ? R === "min" ? G(Z([Y, P], "min")) : R === "max" && G(Z([E, Y], "max")) : G(Z(Y, "single"));
|
|
6306
6306
|
},
|
|
6307
6307
|
[
|
|
6308
6308
|
d,
|
|
6309
|
-
|
|
6309
|
+
T,
|
|
6310
6310
|
R,
|
|
6311
6311
|
m,
|
|
6312
6312
|
N,
|
|
@@ -6316,27 +6316,27 @@ const Ya = wo(function({
|
|
|
6316
6316
|
G
|
|
6317
6317
|
]
|
|
6318
6318
|
), de = ne(() => {
|
|
6319
|
-
R != null && (L(null),
|
|
6319
|
+
R != null && (L(null), I(null), ie());
|
|
6320
6320
|
}, [R, ie]), h = ne(
|
|
6321
6321
|
($, Y) => {
|
|
6322
6322
|
if (d) return;
|
|
6323
|
-
const
|
|
6324
|
-
let te =
|
|
6325
|
-
const
|
|
6323
|
+
const j = m ? Y === "min" ? E : P : b;
|
|
6324
|
+
let te = j;
|
|
6325
|
+
const O = (a - r) / 10;
|
|
6326
6326
|
switch ($.key) {
|
|
6327
6327
|
case "ArrowLeft":
|
|
6328
6328
|
case "ArrowDown":
|
|
6329
|
-
te =
|
|
6329
|
+
te = j - l;
|
|
6330
6330
|
break;
|
|
6331
6331
|
case "ArrowRight":
|
|
6332
6332
|
case "ArrowUp":
|
|
6333
|
-
te =
|
|
6333
|
+
te = j + l;
|
|
6334
6334
|
break;
|
|
6335
6335
|
case "PageDown":
|
|
6336
|
-
te =
|
|
6336
|
+
te = j - O;
|
|
6337
6337
|
break;
|
|
6338
6338
|
case "PageUp":
|
|
6339
|
-
te =
|
|
6339
|
+
te = j + O;
|
|
6340
6340
|
break;
|
|
6341
6341
|
case "Home":
|
|
6342
6342
|
te = r;
|
|
@@ -6402,12 +6402,12 @@ const Ya = wo(function({
|
|
|
6402
6402
|
}
|
|
6403
6403
|
),
|
|
6404
6404
|
g && v.map(($, Y) => {
|
|
6405
|
-
const
|
|
6405
|
+
const j = X($.value);
|
|
6406
6406
|
return /* @__PURE__ */ s(
|
|
6407
6407
|
"div",
|
|
6408
6408
|
{
|
|
6409
6409
|
className: "absolute top-1/2 transform -translate-y-1/2 w-1 h-1 bg-color-gray-400 rounded-full",
|
|
6410
|
-
style: { left: `${
|
|
6410
|
+
style: { left: `${j}%` }
|
|
6411
6411
|
},
|
|
6412
6412
|
Y
|
|
6413
6413
|
);
|
|
@@ -6420,7 +6420,7 @@ const Ya = wo(function({
|
|
|
6420
6420
|
${oe.thumb} ${V.thumb} ${V.thumbHover} ${V.thumbActive}
|
|
6421
6421
|
rounded-full border-2 ${d ? "opacity-60 cursor-not-allowed" : "cursor-grab"}
|
|
6422
6422
|
${R === "single" ? "cursor-grabbing scale-110" : R ? "" : "transition-all duration-150"}
|
|
6423
|
-
${
|
|
6423
|
+
${D === "single" ? "ring-2 ring-offset-1 ring-blue-300" : ""}
|
|
6424
6424
|
shadow-md hover:shadow-lg focus:outline-none dark:shadow-none
|
|
6425
6425
|
`,
|
|
6426
6426
|
style: { left: `${ae}%` },
|
|
@@ -6446,7 +6446,7 @@ const Ya = wo(function({
|
|
|
6446
6446
|
${oe.thumb} ${V.thumb} ${V.thumbHover} ${V.thumbActive}
|
|
6447
6447
|
rounded-full border-2 ${d ? "opacity-60 cursor-not-allowed" : "cursor-grab"}
|
|
6448
6448
|
${R === "min" ? "cursor-grabbing scale-110 z-20" : R ? "" : "transition-all duration-150"}
|
|
6449
|
-
${
|
|
6449
|
+
${D === "min" ? "ring-2 ring-offset-1 ring-blue-300" : ""}
|
|
6450
6450
|
shadow-md hover:shadow-lg focus:outline-none dark:shadow-none
|
|
6451
6451
|
`,
|
|
6452
6452
|
style: { left: `${ge}%` },
|
|
@@ -6472,7 +6472,7 @@ const Ya = wo(function({
|
|
|
6472
6472
|
${oe.thumb} ${V.thumb} ${V.thumbHover} ${V.thumbActive}
|
|
6473
6473
|
rounded-full border-2 ${d ? "opacity-60 cursor-not-allowed" : "cursor-grab"}
|
|
6474
6474
|
${R === "max" ? "cursor-grabbing scale-110 z-20" : R ? "" : "transition-all duration-150"}
|
|
6475
|
-
${
|
|
6475
|
+
${D === "max" ? "ring-2 ring-offset-1 ring-blue-300" : ""}
|
|
6476
6476
|
shadow-md hover:shadow-lg focus:outline-none dark:shadow-none
|
|
6477
6477
|
`,
|
|
6478
6478
|
style: { left: `${le}%` },
|
|
@@ -6499,12 +6499,12 @@ const Ya = wo(function({
|
|
|
6499
6499
|
{
|
|
6500
6500
|
className: "relative mt-2 text-xs text-color-gray-500 dark:text-color-gray-200",
|
|
6501
6501
|
children: v.map(($, Y) => {
|
|
6502
|
-
const
|
|
6502
|
+
const j = X($.value);
|
|
6503
6503
|
return /* @__PURE__ */ s(
|
|
6504
6504
|
"div",
|
|
6505
6505
|
{
|
|
6506
6506
|
className: "absolute transform -translate-x-1/2 text-xs",
|
|
6507
|
-
style: { left: `${
|
|
6507
|
+
style: { left: `${j}%` },
|
|
6508
6508
|
children: $.label || $.value
|
|
6509
6509
|
},
|
|
6510
6510
|
Y
|
|
@@ -6854,30 +6854,30 @@ const Xa = ({
|
|
|
6854
6854
|
b == null ? void 0 : b.swipeable,
|
|
6855
6855
|
g,
|
|
6856
6856
|
E
|
|
6857
|
-
), le = e.length, F = Math.min(Math.max(P, 0.1), le), [H, K] = q(0), [G, ie] = q(!1), [Z, z] = q(!1), [N, k] = q(0), R = ce(null), L = ce(0),
|
|
6858
|
-
l && M > 0 ? (
|
|
6859
|
-
), B = () =>
|
|
6857
|
+
), le = e.length, F = Math.min(Math.max(P, 0.1), le), [H, K] = q(0), [G, ie] = q(!1), [Z, z] = q(!1), [N, k] = q(0), R = ce(null), L = ce(0), D = ce(0), M = F >= le ? 0 : Math.max(0, le - F), T = (O) => Math.max(0, Math.min(O, M)), I = (O) => K(
|
|
6858
|
+
l && M > 0 ? (O % (M + 1) + (M + 1)) % (M + 1) : T(O)
|
|
6859
|
+
), B = () => I(l && M > 0 && H === 0 ? M : H - 1), W = () => I(l && M > 0 && H >= M ? 0 : H + 1);
|
|
6860
6860
|
se(() => {
|
|
6861
6861
|
if (!r || p && G || Z || M === 0) return;
|
|
6862
|
-
const
|
|
6862
|
+
const O = setInterval(() => {
|
|
6863
6863
|
K((J) => Gr(J, M, l));
|
|
6864
6864
|
}, a);
|
|
6865
|
-
return () => clearInterval(
|
|
6865
|
+
return () => clearInterval(O);
|
|
6866
6866
|
}, [r, a, G, p, Z, M, l]), se(() => {
|
|
6867
6867
|
H > M && K(Math.min(H, M));
|
|
6868
6868
|
}, [M, H]);
|
|
6869
|
-
const de = (
|
|
6870
|
-
!ge || M === 0 || (z(!0), L.current = m === "horizontal" ?
|
|
6871
|
-
}, h = (
|
|
6872
|
-
Z && (
|
|
6869
|
+
const de = (O, J) => {
|
|
6870
|
+
!ge || M === 0 || (z(!0), L.current = m === "horizontal" ? O : J, D.current = L.current);
|
|
6871
|
+
}, h = (O, J) => {
|
|
6872
|
+
Z && (D.current = m === "horizontal" ? O : J, k(D.current - L.current));
|
|
6873
6873
|
}, $ = () => {
|
|
6874
6874
|
if (!Z) return;
|
|
6875
|
-
const
|
|
6876
|
-
|
|
6875
|
+
const O = qr(D.current, L.current);
|
|
6876
|
+
O === "next" && W(), O === "prev" && B(), z(!1), k(0);
|
|
6877
6877
|
}, Y = () => {
|
|
6878
|
-
const
|
|
6879
|
-
return `translate${
|
|
6880
|
-
},
|
|
6878
|
+
const O = m === "horizontal" ? "X" : "Y", J = Hr(Z, R, M, N, m, F, le), Ce = Math.min(H, M) * (100 / le) - J, Ne = Br(H, M, V, P);
|
|
6879
|
+
return `translate${O}(calc(-${Ce}% - ${Ne}px))`;
|
|
6880
|
+
}, j = () => F >= le ? 1 : Math.floor(M) + 1, te = () => M === 0 ? 0 : Math.round(H / M * (j() - 1));
|
|
6881
6881
|
return /* @__PURE__ */ C(
|
|
6882
6882
|
"div",
|
|
6883
6883
|
{
|
|
@@ -6894,14 +6894,14 @@ const Xa = ({
|
|
|
6894
6894
|
style: {
|
|
6895
6895
|
height: ae ? `calc(${t} - ${v + 20}px)` : t
|
|
6896
6896
|
},
|
|
6897
|
-
onMouseDown: (
|
|
6898
|
-
|
|
6897
|
+
onMouseDown: (O) => {
|
|
6898
|
+
O.preventDefault(), de(O.clientX, O.clientY);
|
|
6899
6899
|
},
|
|
6900
|
-
onMouseMove: (
|
|
6900
|
+
onMouseMove: (O) => h(O.clientX, O.clientY),
|
|
6901
6901
|
onMouseUp: $,
|
|
6902
6902
|
onMouseLeave: $,
|
|
6903
|
-
onTouchStart: (
|
|
6904
|
-
onTouchMove: (
|
|
6903
|
+
onTouchStart: (O) => de(O.touches[0].clientX, O.touches[0].clientY),
|
|
6904
|
+
onTouchMove: (O) => h(O.touches[0].clientX, O.touches[0].clientY),
|
|
6905
6905
|
onTouchEnd: $,
|
|
6906
6906
|
children: [
|
|
6907
6907
|
/* @__PURE__ */ s(
|
|
@@ -6915,7 +6915,7 @@ const Xa = ({
|
|
|
6915
6915
|
gap: `${V}px`,
|
|
6916
6916
|
transitionProperty: Z ? "none" : "transform"
|
|
6917
6917
|
},
|
|
6918
|
-
children: e.map((
|
|
6918
|
+
children: e.map((O, J) => /* @__PURE__ */ s(
|
|
6919
6919
|
"div",
|
|
6920
6920
|
{
|
|
6921
6921
|
className: "shrink-0 flex items-center justify-center",
|
|
@@ -6924,7 +6924,7 @@ const Xa = ({
|
|
|
6924
6924
|
height: m === "vertical" ? `calc(${100 / le}% - ${V * (le - 1) / le}px)` : "100%"
|
|
6925
6925
|
},
|
|
6926
6926
|
onClick: () => !Z && (d == null ? void 0 : d(J)),
|
|
6927
|
-
children:
|
|
6927
|
+
children: O
|
|
6928
6928
|
},
|
|
6929
6929
|
J
|
|
6930
6930
|
))
|
|
@@ -6954,18 +6954,18 @@ const Xa = ({
|
|
|
6954
6954
|
}
|
|
6955
6955
|
)
|
|
6956
6956
|
] }),
|
|
6957
|
-
X &&
|
|
6957
|
+
X && j() > 1 && /* @__PURE__ */ s(
|
|
6958
6958
|
"div",
|
|
6959
6959
|
{
|
|
6960
6960
|
className: `uniui-indicator flex gap-1 mt-2 md:mt-3 justify-center absolute bg-color-white/90 py-1 px-[5px] rounded-full ${m === "horizontal" ? "bottom-2 md:bottom-3 left-1/2 -translate-x-1/2" : "top-1/2 right-2 md:right-3 -translate-y-1/2 rotate-90"} z-10`,
|
|
6961
|
-
children: Array.from({ length:
|
|
6962
|
-
(
|
|
6961
|
+
children: Array.from({ length: j() }).map(
|
|
6962
|
+
(O, J) => /* @__PURE__ */ s(
|
|
6963
6963
|
"button",
|
|
6964
6964
|
{
|
|
6965
6965
|
type: "button",
|
|
6966
|
-
onClick: () =>
|
|
6966
|
+
onClick: () => I(
|
|
6967
6967
|
Math.round(
|
|
6968
|
-
J / (
|
|
6968
|
+
J / (j() - 1) * M
|
|
6969
6969
|
)
|
|
6970
6970
|
),
|
|
6971
6971
|
className: `w-2 h-2 md:w-[10px] md:h-[10px] rounded-full transition-color hover:bg-color-gray-600 cursor-pointer ${J === te() ? "bg-color-gray-800" : "bg-color-gray-400"}`
|
|
@@ -6978,7 +6978,7 @@ const Xa = ({
|
|
|
6978
6978
|
]
|
|
6979
6979
|
}
|
|
6980
6980
|
),
|
|
6981
|
-
ae && /* @__PURE__ */ s("div", { className: "uniui-thumb flex gap-1 md:gap-2 mt-2 md:mt-3 justify-center flex-wrap", children: e.map((
|
|
6981
|
+
ae && /* @__PURE__ */ s("div", { className: "uniui-thumb flex gap-1 md:gap-2 mt-2 md:mt-3 justify-center flex-wrap", children: e.map((O, J) => {
|
|
6982
6982
|
const we = J === Math.round(H), Ce = E === "mobile" ? v * 0.8 : v;
|
|
6983
6983
|
return /* @__PURE__ */ s(
|
|
6984
6984
|
"div",
|
|
@@ -6991,14 +6991,14 @@ const Xa = ({
|
|
|
6991
6991
|
J - Math.floor(F / 2)
|
|
6992
6992
|
)
|
|
6993
6993
|
);
|
|
6994
|
-
|
|
6994
|
+
I(Ne);
|
|
6995
6995
|
},
|
|
6996
6996
|
className: `overflow-hidden rounded-md cursor-pointer transition-all hover:opacity-100 ${we ? "border-2 border-color-gray-800 opacity-100 scale-105" : "border-2 border-color-gray-300 opacity-70"}`,
|
|
6997
6997
|
style: {
|
|
6998
6998
|
width: Ce,
|
|
6999
6999
|
height: Ce
|
|
7000
7000
|
},
|
|
7001
|
-
children:
|
|
7001
|
+
children: O
|
|
7002
7002
|
},
|
|
7003
7003
|
J
|
|
7004
7004
|
);
|
|
@@ -7328,25 +7328,25 @@ const Xa = ({
|
|
|
7328
7328
|
"aria-describedby": N,
|
|
7329
7329
|
"aria-required": w,
|
|
7330
7330
|
className: `flex ${l === "row" ? "flex-row gap-4" : "flex-col gap-4"} ${d}`,
|
|
7331
|
-
children: n.map(({ label: k, value: R, disabled: L, id:
|
|
7332
|
-
const
|
|
7331
|
+
children: n.map(({ label: k, value: R, disabled: L, id: D }, M) => {
|
|
7332
|
+
const T = c || L, I = F === R, B = v && I;
|
|
7333
7333
|
return /* @__PURE__ */ s(
|
|
7334
7334
|
"div",
|
|
7335
7335
|
{
|
|
7336
|
-
className: `${
|
|
7336
|
+
className: `${T ? "opacity-50 cursor-not-allowed" : ""}`,
|
|
7337
7337
|
children: /* @__PURE__ */ C(
|
|
7338
7338
|
"div",
|
|
7339
7339
|
{
|
|
7340
7340
|
className: `relative transition-all duration-200 cursor-pointer
|
|
7341
|
-
${
|
|
7342
|
-
${
|
|
7341
|
+
${I ? B ? "border-color-red-500 bg-red-50" : `${b}` : "border-color-gray-300 bg-white hover:border-color-gray-400"}
|
|
7342
|
+
${T ? "" : "hover:shadow-md"}
|
|
7343
7343
|
${S}
|
|
7344
7344
|
`,
|
|
7345
7345
|
onClick: (W) => {
|
|
7346
|
-
W.stopPropagation(), !
|
|
7346
|
+
W.stopPropagation(), !T && G(R, M);
|
|
7347
7347
|
},
|
|
7348
7348
|
children: [
|
|
7349
|
-
|
|
7349
|
+
I && B && /* @__PURE__ */ s("div", { className: "absolute top-2 right-2 w-6 h-6 bg-color-red-500 rounded-full flex items-center justify-center", children: /* @__PURE__ */ s(
|
|
7350
7350
|
"svg",
|
|
7351
7351
|
{
|
|
7352
7352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7365,7 +7365,7 @@ const Xa = ({
|
|
|
7365
7365
|
)
|
|
7366
7366
|
}
|
|
7367
7367
|
) }),
|
|
7368
|
-
!X &&
|
|
7368
|
+
!X && I && !B && E && /* @__PURE__ */ s("div", { className: `absolute rounded-full flex items-center justify-center shadow-sm ${V}`, children: P || /* @__PURE__ */ s(
|
|
7369
7369
|
"svg",
|
|
7370
7370
|
{
|
|
7371
7371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7390,12 +7390,12 @@ const Xa = ({
|
|
|
7390
7390
|
{
|
|
7391
7391
|
type: "button",
|
|
7392
7392
|
onClick: (W) => {
|
|
7393
|
-
W.stopPropagation(),
|
|
7393
|
+
W.stopPropagation(), T || G(R, M);
|
|
7394
7394
|
},
|
|
7395
|
-
disabled:
|
|
7396
|
-
className: `mt-1 flex-shrink-0 rounded-full bg-color-gray-300 transition-all duration-150 ${H(p)} ${
|
|
7397
|
-
"aria-checked":
|
|
7398
|
-
children:
|
|
7395
|
+
disabled: T,
|
|
7396
|
+
className: `mt-1 flex-shrink-0 rounded-full bg-color-gray-300 transition-all duration-150 ${H(p)} ${T ? "opacity-50 cursor-not-allowed" : "cursor-pointer"}`,
|
|
7397
|
+
"aria-checked": I,
|
|
7398
|
+
children: I && !B && /* @__PURE__ */ s("div", { className: "w-full h-full flex items-center justify-center", children: ae || P || /* @__PURE__ */ C(
|
|
7399
7399
|
"svg",
|
|
7400
7400
|
{
|
|
7401
7401
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7456,12 +7456,12 @@ const Xa = ({
|
|
|
7456
7456
|
"aria-describedby": N,
|
|
7457
7457
|
"aria-required": w,
|
|
7458
7458
|
className: `flex ${l === "row" ? "flex-row gap-6" : "flex-col gap-3"} ${d}`,
|
|
7459
|
-
children: n.map(({ label: k, value: R, disabled: L, id:
|
|
7460
|
-
const
|
|
7459
|
+
children: n.map(({ label: k, value: R, disabled: L, id: D }, M) => {
|
|
7460
|
+
const T = c || L, I = F === R, B = v && I;
|
|
7461
7461
|
return /* @__PURE__ */ C(
|
|
7462
7462
|
"label",
|
|
7463
7463
|
{
|
|
7464
|
-
className: `relative flex items-center cursor-pointer select-none transition ${
|
|
7464
|
+
className: `relative flex items-center cursor-pointer select-none transition ${T ? "opacity-50 cursor-not-allowed" : "hover:opacity-90"}`,
|
|
7465
7465
|
children: [
|
|
7466
7466
|
/* @__PURE__ */ s(
|
|
7467
7467
|
"input",
|
|
@@ -7469,14 +7469,14 @@ const Xa = ({
|
|
|
7469
7469
|
type: "radio",
|
|
7470
7470
|
name: e,
|
|
7471
7471
|
value: R,
|
|
7472
|
-
disabled:
|
|
7473
|
-
checked:
|
|
7474
|
-
onChange: () => !
|
|
7472
|
+
disabled: T,
|
|
7473
|
+
checked: I,
|
|
7474
|
+
onChange: () => !T && G(R, M),
|
|
7475
7475
|
onBlur: ie,
|
|
7476
7476
|
onFocus: (W) => Z(W, M),
|
|
7477
7477
|
className: "sr-only peer",
|
|
7478
7478
|
"aria-invalid": v,
|
|
7479
|
-
...
|
|
7479
|
+
...D && { id: D }
|
|
7480
7480
|
}
|
|
7481
7481
|
),
|
|
7482
7482
|
/* @__PURE__ */ s(
|
|
@@ -7692,7 +7692,7 @@ const Ur = {
|
|
|
7692
7692
|
"2xl": "max-w-2xl",
|
|
7693
7693
|
"4xl": "max-w-4xl",
|
|
7694
7694
|
"6xl": "max-w-6xl"
|
|
7695
|
-
},
|
|
7695
|
+
}, ht = Ye(
|
|
7696
7696
|
({
|
|
7697
7697
|
id: e = "dialog",
|
|
7698
7698
|
open: n,
|
|
@@ -7784,20 +7784,20 @@ const Ur = {
|
|
|
7784
7784
|
) : null;
|
|
7785
7785
|
}
|
|
7786
7786
|
);
|
|
7787
|
-
function
|
|
7787
|
+
function xt(e, n, t) {
|
|
7788
7788
|
return Math.min(Math.max(e, n), t);
|
|
7789
7789
|
}
|
|
7790
7790
|
function Kr(e, n) {
|
|
7791
|
-
const { innerWidth: t, innerHeight: o } = window, i =
|
|
7792
|
-
return { left: i, top:
|
|
7791
|
+
const { innerWidth: t, innerHeight: o } = window, i = xt(e.left, 12, t - n.width - 12), r = e.top + n.height > o ? e.top - n.height : e.top;
|
|
7792
|
+
return { left: i, top: xt(r, 12, o - 12) };
|
|
7793
7793
|
}
|
|
7794
7794
|
function Xr(e, n) {
|
|
7795
|
-
const { innerWidth: t, innerHeight: o } = window, { scrollX: i, scrollY: r } = window, a =
|
|
7795
|
+
const { innerWidth: t, innerHeight: o } = window, { scrollX: i, scrollY: r } = window, a = xt(
|
|
7796
7796
|
e.left,
|
|
7797
7797
|
i + 12,
|
|
7798
7798
|
i + t - n.width - 12
|
|
7799
7799
|
), l = e.top - r + n.height > o ? e.top - n.height : e.top;
|
|
7800
|
-
return { left: a, top:
|
|
7800
|
+
return { left: a, top: xt(l, r + 12, 1 / 0) };
|
|
7801
7801
|
}
|
|
7802
7802
|
function al({ items: e, trigger: n, className: t, dropdownItemClass: o, positioning: i = "fixed" }) {
|
|
7803
7803
|
const [r, a] = q(!1), [l, c] = q({ top: 0, left: 0 }), [u, d] = q(!1), f = ce(null), p = ce(null), g = (m) => {
|
|
@@ -8163,9 +8163,9 @@ const Qr = ({
|
|
|
8163
8163
|
t = t % 12 || 12;
|
|
8164
8164
|
const i = e.getMinutes();
|
|
8165
8165
|
return `${String(t).padStart(2, "0")}:${String(i).padStart(2, "0")} ${o}`;
|
|
8166
|
-
},
|
|
8166
|
+
}, yt = (e) => e ? new Date(
|
|
8167
8167
|
typeof e == "string" ? parseInt(e) : e
|
|
8168
|
-
) : /* @__PURE__ */ new Date(), la = (e, n, t) => e || n ? /* @__PURE__ */ new Date() : t ?
|
|
8168
|
+
) : /* @__PURE__ */ new Date(), la = (e, n, t) => e || n ? /* @__PURE__ */ new Date() : t ? yt(t) : /* @__PURE__ */ new Date(), Vn = (e, n) => e ? new Date(e) : n && !e ? yt(n) : null, sa = (e, n, t, o, i, r) => {
|
|
8169
8169
|
const a = e.getTime(), l = (/* @__PURE__ */ new Date()).setHours(23, 59, 59, 999);
|
|
8170
8170
|
return !!(n && a < n || t && a > t || o && a > l || i && a > Te(i).getTime() || r && a < Te(r).getTime());
|
|
8171
8171
|
}, ca = (e, n) => {
|
|
@@ -8483,7 +8483,7 @@ const Qr = ({
|
|
|
8483
8483
|
}
|
|
8484
8484
|
),
|
|
8485
8485
|
/* @__PURE__ */ s(
|
|
8486
|
-
|
|
8486
|
+
ht,
|
|
8487
8487
|
{
|
|
8488
8488
|
open: u,
|
|
8489
8489
|
title: "Select From Time",
|
|
@@ -8501,7 +8501,7 @@ const Qr = ({
|
|
|
8501
8501
|
}
|
|
8502
8502
|
),
|
|
8503
8503
|
/* @__PURE__ */ s(
|
|
8504
|
-
|
|
8504
|
+
ht,
|
|
8505
8505
|
{
|
|
8506
8506
|
open: d,
|
|
8507
8507
|
title: "Select To Time",
|
|
@@ -8531,7 +8531,7 @@ const Qr = ({
|
|
|
8531
8531
|
l.setHours(e.hour + (e.ampm === "PM" ? 12 : 0)), l.setMinutes(e.minute), i(l), r(l), o(!1);
|
|
8532
8532
|
};
|
|
8533
8533
|
return /* @__PURE__ */ s(
|
|
8534
|
-
|
|
8534
|
+
ht,
|
|
8535
8535
|
{
|
|
8536
8536
|
open: t,
|
|
8537
8537
|
onClose: () => o(!1),
|
|
@@ -8627,7 +8627,7 @@ const Qr = ({
|
|
|
8627
8627
|
onClose: i,
|
|
8628
8628
|
calendarContent: r
|
|
8629
8629
|
}) => e === "inline" ? n ? /* @__PURE__ */ s(be, { children: Ie(r, document.body) }) : null : /* @__PURE__ */ s(
|
|
8630
|
-
|
|
8630
|
+
ht,
|
|
8631
8631
|
{
|
|
8632
8632
|
open: n,
|
|
8633
8633
|
title: t ? "Select Time" : o,
|
|
@@ -8668,15 +8668,15 @@ const Qr = ({
|
|
|
8668
8668
|
x ? new Date(x) : null
|
|
8669
8669
|
), [z, N] = q(
|
|
8670
8670
|
S ? new Date(S) : null
|
|
8671
|
-
), [k, R] = q(null), [L,
|
|
8671
|
+
), [k, R] = q(null), [L, D] = q(
|
|
8672
8672
|
w ? qe(new Date(w)) : { hour: 12, minute: 0, ampm: "AM" }
|
|
8673
|
-
), M = ce(null), [
|
|
8673
|
+
), M = ce(null), [T, I] = q(
|
|
8674
8674
|
Vn(w, _)
|
|
8675
8675
|
), [B, W] = q(
|
|
8676
8676
|
x ? new Date(x) : null
|
|
8677
8677
|
), [de, h] = q(
|
|
8678
8678
|
S ? new Date(S) : null
|
|
8679
|
-
), [$, Y] = q(!1), [
|
|
8679
|
+
), [$, Y] = q(!1), [j, te] = q(!1), [O, J] = q(!1), [we, Ce] = q({
|
|
8680
8680
|
hour: 12,
|
|
8681
8681
|
minute: 0,
|
|
8682
8682
|
ampm: "AM"
|
|
@@ -8695,27 +8695,27 @@ const Qr = ({
|
|
|
8695
8695
|
}, [oe]), se(() => {
|
|
8696
8696
|
if (w) {
|
|
8697
8697
|
const re = new Date(w);
|
|
8698
|
-
G(re),
|
|
8698
|
+
G(re), I(re), D(qe(re));
|
|
8699
8699
|
return;
|
|
8700
8700
|
}
|
|
8701
8701
|
if (_) {
|
|
8702
|
-
const re =
|
|
8703
|
-
G(re),
|
|
8702
|
+
const re = yt(_);
|
|
8703
|
+
G(re), I(re);
|
|
8704
8704
|
return;
|
|
8705
8705
|
}
|
|
8706
|
-
G(null),
|
|
8706
|
+
G(null), I(null);
|
|
8707
8707
|
}, [w, _]), se(() => {
|
|
8708
8708
|
if (!x) return;
|
|
8709
8709
|
const re = new Date(x);
|
|
8710
|
-
Z(re), W(re), G(re),
|
|
8710
|
+
Z(re), W(re), G(re), I(re);
|
|
8711
8711
|
}, [x]), se(() => {
|
|
8712
8712
|
if (!S) return;
|
|
8713
8713
|
const re = new Date(S);
|
|
8714
|
-
N(re), h(re), G(re),
|
|
8714
|
+
N(re), h(re), G(re), I(re);
|
|
8715
8715
|
}, [S]), se(() => {
|
|
8716
8716
|
if (!P || w || _) return;
|
|
8717
8717
|
const re = /* @__PURE__ */ new Date();
|
|
8718
|
-
typeof P == "object" && (re.setHours(P.hour + (P.ampm === "PM" ? 12 : 0)), re.setMinutes(P.minute)), G(re),
|
|
8718
|
+
typeof P == "object" && (re.setHours(P.hour + (P.ampm === "PM" ? 12 : 0)), re.setMinutes(P.minute)), G(re), I(re);
|
|
8719
8719
|
}, [P, w, _]), se(() => {
|
|
8720
8720
|
if (!X) return;
|
|
8721
8721
|
const re = (Oe) => va(
|
|
@@ -8741,11 +8741,11 @@ const Qr = ({
|
|
|
8741
8741
|
[e, K, ie, z, k]
|
|
8742
8742
|
), ke = ne((re) => {
|
|
8743
8743
|
re.stopPropagation(), le(re.currentTarget), ae(!0);
|
|
8744
|
-
const Oe =
|
|
8744
|
+
const Oe = T ?? (_ ? yt(_) : null);
|
|
8745
8745
|
Oe && H(new Date(Oe));
|
|
8746
|
-
}, [
|
|
8747
|
-
ae(!1), G(
|
|
8748
|
-
}, [
|
|
8746
|
+
}, [T, _]), je = ne(() => {
|
|
8747
|
+
ae(!1), G(T), Z(B), N(de), H(T ? new Date(T) : /* @__PURE__ */ new Date()), d == null || d();
|
|
8748
|
+
}, [T, B, de, d]), Ee = ne(
|
|
8749
8749
|
(re) => ya(re, e, me, ie, z, G, Z, N),
|
|
8750
8750
|
[e, me, ie, z]
|
|
8751
8751
|
), Ue = ne((re) => {
|
|
@@ -8755,7 +8755,7 @@ const Qr = ({
|
|
|
8755
8755
|
}
|
|
8756
8756
|
e === "range" && ie && !z && R(re);
|
|
8757
8757
|
}, [e, me, ie, z]), Ke = ne(() => R(null), []), Xe = ne(() => {
|
|
8758
|
-
ae(!1), e === "single" ? ha(o, K, L,
|
|
8758
|
+
ae(!1), e === "single" ? ha(o, K, L, I, c, u) : xa(ie, z, W, h, c, u);
|
|
8759
8759
|
}, [e, o, K, L, ie, z, c, u]), Be = ne(() => {
|
|
8760
8760
|
const re = jn(we);
|
|
8761
8761
|
te(!1), c == null || c({ fromTime: re.getTime(), toTime: A ? A.getTime() : null });
|
|
@@ -8779,15 +8779,15 @@ const Qr = ({
|
|
|
8779
8779
|
return;
|
|
8780
8780
|
}
|
|
8781
8781
|
J(!0);
|
|
8782
|
-
}, [_e, f]),
|
|
8782
|
+
}, [_e, f]), wt = $e(
|
|
8783
8783
|
() => ga(F, y),
|
|
8784
8784
|
[F, y]
|
|
8785
8785
|
), nn = ne(
|
|
8786
8786
|
(re, Oe) => ma(re, e, o, t, L, p, Oe),
|
|
8787
8787
|
[e, o, t, L, p]
|
|
8788
8788
|
), on = $e(
|
|
8789
|
-
() => ba(e,
|
|
8790
|
-
[e,
|
|
8789
|
+
() => ba(e, T, w, ie, z, B, de, nn, p),
|
|
8790
|
+
[e, T, w, ie, z, B, de, nn, p]
|
|
8791
8791
|
), mo = _a(n), vo = $a(n, ge), rn = za(e, z, o), ho = Ra(rn);
|
|
8792
8792
|
if (i)
|
|
8793
8793
|
return /* @__PURE__ */ s(
|
|
@@ -8802,8 +8802,8 @@ const Qr = ({
|
|
|
8802
8802
|
internalToTime: Ne,
|
|
8803
8803
|
setInternalFromTime: Ce,
|
|
8804
8804
|
setInternalToTime: We,
|
|
8805
|
-
showFromTimeDialog:
|
|
8806
|
-
showToTimeDialog:
|
|
8805
|
+
showFromTimeDialog: j,
|
|
8806
|
+
showToTimeDialog: O,
|
|
8807
8807
|
setShowFromTimeDialog: te,
|
|
8808
8808
|
onOpenToTimeDialog: tt,
|
|
8809
8809
|
onFromTimeConfirm: Be,
|
|
@@ -8831,7 +8831,7 @@ const Qr = ({
|
|
|
8831
8831
|
/* @__PURE__ */ s(
|
|
8832
8832
|
ka,
|
|
8833
8833
|
{
|
|
8834
|
-
daysArray:
|
|
8834
|
+
daysArray: wt,
|
|
8835
8835
|
hideFutureDates: y,
|
|
8836
8836
|
isDateDisabled: me,
|
|
8837
8837
|
isSelected: he,
|
|
@@ -8841,7 +8841,7 @@ const Qr = ({
|
|
|
8841
8841
|
}
|
|
8842
8842
|
)
|
|
8843
8843
|
] }),
|
|
8844
|
-
(t || o) && /* @__PURE__ */ s(Ut, { timeState: L, setTimeState:
|
|
8844
|
+
(t || o) && /* @__PURE__ */ s(Ut, { timeState: L, setTimeState: D }),
|
|
8845
8845
|
/* @__PURE__ */ s("div", { className: "mt-4 flex justify-end", children: /* @__PURE__ */ s(
|
|
8846
8846
|
Pe,
|
|
8847
8847
|
{
|
|
@@ -8885,11 +8885,11 @@ const Qr = ({
|
|
|
8885
8885
|
Sa,
|
|
8886
8886
|
{
|
|
8887
8887
|
time: L,
|
|
8888
|
-
setTime:
|
|
8888
|
+
setTime: D,
|
|
8889
8889
|
showTimePicker: $,
|
|
8890
8890
|
setShowTimePicker: Y,
|
|
8891
8891
|
setInternalSelectedDate: G,
|
|
8892
|
-
setConfirmedDate:
|
|
8892
|
+
setConfirmedDate: I
|
|
8893
8893
|
}
|
|
8894
8894
|
)
|
|
8895
8895
|
] });
|
|
@@ -9031,7 +9031,7 @@ function ml({
|
|
|
9031
9031
|
}
|
|
9032
9032
|
) });
|
|
9033
9033
|
}
|
|
9034
|
-
const
|
|
9034
|
+
const gt = [
|
|
9035
9035
|
{ code: "AF", name: "Afghanistan", dialCode: "+93", flag: "https://ik.imagekit.io/unizap/country_flag/af.svg" },
|
|
9036
9036
|
{ code: "AL", name: "Albania", dialCode: "+355", flag: "https://ik.imagekit.io/unizap/country_flag/al.svg" },
|
|
9037
9037
|
{ code: "DZ", name: "Algeria", dialCode: "+213", flag: "https://ik.imagekit.io/unizap/country_flag/dz.svg" },
|
|
@@ -9289,16 +9289,16 @@ const Dt = [
|
|
|
9289
9289
|
searchClassName: g = "",
|
|
9290
9290
|
showClearAll: v = !1
|
|
9291
9291
|
}) => {
|
|
9292
|
-
const [m, w] = q(!1), [y, _] = q(""), [x, S] = q(-1), [b, E] = q({}), P = ce(null), V = ce(null), oe = ce(null), X = ce(null), ae = t ? Array.isArray(e) ? e : [] : e && !Array.isArray(e) ? [e] : [], ge = y ?
|
|
9292
|
+
const [m, w] = q(!1), [y, _] = q(""), [x, S] = q(-1), [b, E] = q({}), P = ce(null), V = ce(null), oe = ce(null), X = ce(null), ae = (t ? Array.isArray(e) ? e : [] : e && !Array.isArray(e) ? [e] : []).map((k) => gt.find((R) => R.code === k.code) ?? k), ge = y ? gt.filter(
|
|
9293
9293
|
(k) => k.name.toLowerCase().includes(y.toLowerCase()) || k.code.toLowerCase().includes(y.toLowerCase()) || k.dialCode.includes(y)
|
|
9294
|
-
) :
|
|
9294
|
+
) : gt, le = ge.filter(
|
|
9295
9295
|
(k) => ae.some((R) => R.code === k.code)
|
|
9296
9296
|
), F = ge.filter(
|
|
9297
9297
|
(k) => !ae.some((R) => R.code === k.code)
|
|
9298
9298
|
), H = (k) => {
|
|
9299
9299
|
if (t) {
|
|
9300
|
-
const R = Array.isArray(e) ? e : [],
|
|
9301
|
-
n == null || n(
|
|
9300
|
+
const R = Array.isArray(e) ? e : [], D = R.some((M) => M.code === k.code) ? R.filter((M) => M.code !== k.code) : [...R, k];
|
|
9301
|
+
n == null || n(D);
|
|
9302
9302
|
} else
|
|
9303
9303
|
n == null || n(k), w(!1), _("");
|
|
9304
9304
|
}, K = (k, R) => {
|
|
@@ -9308,9 +9308,9 @@ const Dt = [
|
|
|
9308
9308
|
};
|
|
9309
9309
|
se(() => {
|
|
9310
9310
|
const k = (R) => {
|
|
9311
|
-
var
|
|
9312
|
-
const L = R.target,
|
|
9313
|
-
!
|
|
9311
|
+
var T, I;
|
|
9312
|
+
const L = R.target, D = (T = P.current) == null ? void 0 : T.contains(L), M = (I = V.current) == null ? void 0 : I.contains(L);
|
|
9313
|
+
!D && !M && (w(!1), _(""), S(-1));
|
|
9314
9314
|
};
|
|
9315
9315
|
return document.addEventListener("mousedown", k), () => document.removeEventListener("mousedown", k);
|
|
9316
9316
|
}, []);
|
|
@@ -9329,8 +9329,8 @@ const Dt = [
|
|
|
9329
9329
|
}, []);
|
|
9330
9330
|
se(() => {
|
|
9331
9331
|
if (m && P.current) {
|
|
9332
|
-
const k = P.current.getBoundingClientRect(), R = Math.min(
|
|
9333
|
-
ie.current = u === "top" || u === "auto" && L < R &&
|
|
9332
|
+
const k = P.current.getBoundingClientRect(), R = Math.min(gt.length * 44 + (o ? 48 : 0), c + 16), L = window.innerHeight - k.bottom, D = k.top;
|
|
9333
|
+
ie.current = u === "top" || u === "auto" && L < R && D >= R, Z(), o && oe.current && oe.current.focus(), window.addEventListener("resize", Z), window.addEventListener("scroll", Z, !0);
|
|
9334
9334
|
}
|
|
9335
9335
|
return () => {
|
|
9336
9336
|
window.removeEventListener("resize", Z), window.removeEventListener("scroll", Z, !0);
|
|
@@ -9345,12 +9345,14 @@ const Dt = [
|
|
|
9345
9345
|
const R = ae[0], L = ae.length - 1;
|
|
9346
9346
|
return /* @__PURE__ */ C("div", { className: "flex items-center gap-2", children: [
|
|
9347
9347
|
/* @__PURE__ */ C("span", { className: "inline-flex items-center gap-1 px-2 py-0.5 text-xs bg-color-gray-100 rounded-md", children: [
|
|
9348
|
-
p && /* @__PURE__ */ s("img", { src: R.flag, alt: R.name, className: "size-4 object-contain"
|
|
9348
|
+
p && /* @__PURE__ */ s("img", { src: R.flag, alt: R.name, className: "size-4 object-contain", onError: (D) => {
|
|
9349
|
+
D.target.style.visibility = "hidden";
|
|
9350
|
+
} }),
|
|
9349
9351
|
/* @__PURE__ */ s("span", { children: R.name }),
|
|
9350
9352
|
/* @__PURE__ */ s(
|
|
9351
9353
|
"div",
|
|
9352
9354
|
{
|
|
9353
|
-
onClick: (
|
|
9355
|
+
onClick: (D) => K(R, D),
|
|
9354
9356
|
className: "ml-1 text-color-gray-500 hover:text-color-gray-700",
|
|
9355
9357
|
children: /* @__PURE__ */ s("svg", { className: "size-3", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s("path", { d: "M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95z" }) })
|
|
9356
9358
|
}
|
|
@@ -9365,7 +9367,9 @@ const Dt = [
|
|
|
9365
9367
|
}
|
|
9366
9368
|
const k = ae[0];
|
|
9367
9369
|
return k ? /* @__PURE__ */ C("span", { className: "flex items-center gap-2", children: [
|
|
9368
|
-
p && /* @__PURE__ */ s("img", { src: k.flag, alt: k.name, className: "size-5 object-contain"
|
|
9370
|
+
p && /* @__PURE__ */ s("img", { src: k.flag, alt: k.name, className: "size-5 object-contain", onError: (R) => {
|
|
9371
|
+
R.target.style.visibility = "hidden";
|
|
9372
|
+
} }),
|
|
9369
9373
|
/* @__PURE__ */ s("span", { children: k.name }),
|
|
9370
9374
|
f && /* @__PURE__ */ C("span", { className: "text-color-gray-400", children: [
|
|
9371
9375
|
"(",
|
|
@@ -9439,7 +9443,9 @@ const Dt = [
|
|
|
9439
9443
|
${x === R ? "bg-color-gray-100" : ""}`,
|
|
9440
9444
|
children: [
|
|
9441
9445
|
t && /* @__PURE__ */ s("span", { className: "flex items-center justify-center size-4 border rounded bg-color-blue-500 border-color-blue-500", children: /* @__PURE__ */ s("svg", { className: "size-3 text-color-white", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s("path", { d: "M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z" }) }) }),
|
|
9442
|
-
p && /* @__PURE__ */ s("img", { src: k.flag, alt: k.name, className: "size-5 object-contain"
|
|
9446
|
+
p && /* @__PURE__ */ s("img", { src: k.flag, alt: k.name, className: "size-5 object-contain", onError: (L) => {
|
|
9447
|
+
L.target.style.visibility = "hidden";
|
|
9448
|
+
} }),
|
|
9443
9449
|
/* @__PURE__ */ s("span", { className: "flex-1", children: k.name }),
|
|
9444
9450
|
f && /* @__PURE__ */ s("span", { className: "text-color-gray-400", children: k.dialCode })
|
|
9445
9451
|
]
|
|
@@ -9457,7 +9463,9 @@ const Dt = [
|
|
|
9457
9463
|
${x === L ? "bg-color-gray-100" : ""}`,
|
|
9458
9464
|
children: [
|
|
9459
9465
|
t && /* @__PURE__ */ s("span", { className: "flex items-center justify-center size-4 border rounded border-color-gray-300" }),
|
|
9460
|
-
p && /* @__PURE__ */ s("img", { src: k.flag, alt: k.name, className: "size-5 object-contain"
|
|
9466
|
+
p && /* @__PURE__ */ s("img", { src: k.flag, alt: k.name, className: "size-5 object-contain", onError: (D) => {
|
|
9467
|
+
D.target.style.visibility = "hidden";
|
|
9468
|
+
} }),
|
|
9461
9469
|
/* @__PURE__ */ s("span", { className: "flex-1", children: k.name }),
|
|
9462
9470
|
f && /* @__PURE__ */ s("span", { className: "text-color-gray-400", children: k.dialCode })
|
|
9463
9471
|
]
|
|
@@ -9493,7 +9501,7 @@ export {
|
|
|
9493
9501
|
vl as CountrySelect,
|
|
9494
9502
|
fl as DashboardStatBoxes,
|
|
9495
9503
|
pl as DatePicker,
|
|
9496
|
-
|
|
9504
|
+
ht as Dialog,
|
|
9497
9505
|
tl as Divider,
|
|
9498
9506
|
Qr as Drawer,
|
|
9499
9507
|
Ta as Dropdown,
|