@unizap/uniui 1.0.29 → 1.0.31
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.css +1 -1
- package/dist/uniui.js +553 -552
- package/dist/uniui.umd.cjs +40 -40
- package/package.json +2 -2
package/dist/uniui.js
CHANGED
|
@@ -59,7 +59,7 @@ function Jr() {
|
|
|
59
59
|
return "Fragment";
|
|
60
60
|
case h:
|
|
61
61
|
return "Profiler";
|
|
62
|
-
case
|
|
62
|
+
case w:
|
|
63
63
|
return "StrictMode";
|
|
64
64
|
case y:
|
|
65
65
|
return "Suspense";
|
|
@@ -74,7 +74,7 @@ function Jr() {
|
|
|
74
74
|
), x.$$typeof) {
|
|
75
75
|
case v:
|
|
76
76
|
return "Portal";
|
|
77
|
-
case
|
|
77
|
+
case b:
|
|
78
78
|
return (x.displayName || "Context") + ".Provider";
|
|
79
79
|
case k:
|
|
80
80
|
return (x._context.displayName || "Context") + ".Consumer";
|
|
@@ -104,11 +104,11 @@ function Jr() {
|
|
|
104
104
|
}
|
|
105
105
|
if (C) {
|
|
106
106
|
C = console;
|
|
107
|
-
var
|
|
108
|
-
return
|
|
107
|
+
var M = C.error, L = typeof Symbol == "function" && Symbol.toStringTag && x[Symbol.toStringTag] || x.constructor.name || "Object";
|
|
108
|
+
return M.call(
|
|
109
109
|
C,
|
|
110
110
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
111
|
-
|
|
111
|
+
L
|
|
112
112
|
), n(x);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
@@ -138,14 +138,14 @@ function Jr() {
|
|
|
138
138
|
return x.key !== void 0;
|
|
139
139
|
}
|
|
140
140
|
function l(x, C) {
|
|
141
|
-
function
|
|
141
|
+
function M() {
|
|
142
142
|
Y || (Y = !0, console.error(
|
|
143
143
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
144
144
|
C
|
|
145
145
|
));
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
get:
|
|
147
|
+
M.isReactWarning = !0, Object.defineProperty(x, "key", {
|
|
148
|
+
get: M,
|
|
149
149
|
configurable: !0
|
|
150
150
|
});
|
|
151
151
|
}
|
|
@@ -155,14 +155,14 @@ function Jr() {
|
|
|
155
155
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
156
156
|
)), x = this.props.ref, x !== void 0 ? x : null;
|
|
157
157
|
}
|
|
158
|
-
function u(x, C,
|
|
159
|
-
return
|
|
158
|
+
function u(x, C, M, L, N, I, z, E) {
|
|
159
|
+
return M = I.ref, x = {
|
|
160
160
|
$$typeof: f,
|
|
161
161
|
type: x,
|
|
162
162
|
key: C,
|
|
163
163
|
props: I,
|
|
164
164
|
_owner: N
|
|
165
|
-
}, (
|
|
165
|
+
}, (M !== void 0 ? M : null) !== null ? Object.defineProperty(x, "ref", {
|
|
166
166
|
enumerable: !1,
|
|
167
167
|
get: c
|
|
168
168
|
}) : Object.defineProperty(x, "ref", { enumerable: !1, value: null }), x._store = {}, Object.defineProperty(x._store, "validated", {
|
|
@@ -187,13 +187,13 @@ function Jr() {
|
|
|
187
187
|
value: E
|
|
188
188
|
}), Object.freeze && (Object.freeze(x.props), Object.freeze(x)), x;
|
|
189
189
|
}
|
|
190
|
-
function d(x, C,
|
|
190
|
+
function d(x, C, M, L, N, I, z, E) {
|
|
191
191
|
var P = C.children;
|
|
192
192
|
if (P !== void 0)
|
|
193
|
-
if (
|
|
193
|
+
if (L)
|
|
194
194
|
if (Q(P)) {
|
|
195
|
-
for (
|
|
196
|
-
g(P[
|
|
195
|
+
for (L = 0; L < P.length; L++)
|
|
196
|
+
g(P[L]);
|
|
197
197
|
Object.freeze && Object.freeze(P);
|
|
198
198
|
} else
|
|
199
199
|
console.error(
|
|
@@ -205,26 +205,26 @@ function Jr() {
|
|
|
205
205
|
var B = Object.keys(C).filter(function(S) {
|
|
206
206
|
return S !== "key";
|
|
207
207
|
});
|
|
208
|
-
|
|
208
|
+
L = 0 < B.length ? "{key: someKey, " + B.join(": ..., ") + ": ...}" : "{key: someKey}", X[P + L] || (B = 0 < B.length ? "{" + B.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
209
209
|
`A props object containing a "key" prop is being spread into JSX:
|
|
210
210
|
let props = %s;
|
|
211
211
|
<%s {...props} />
|
|
212
212
|
React keys must be passed directly to JSX without using spread:
|
|
213
213
|
let props = %s;
|
|
214
214
|
<%s key={someKey} {...props} />`,
|
|
215
|
-
|
|
215
|
+
L,
|
|
216
216
|
P,
|
|
217
217
|
B,
|
|
218
218
|
P
|
|
219
|
-
), X[P +
|
|
219
|
+
), X[P + L] = !0);
|
|
220
220
|
}
|
|
221
|
-
if (P = null,
|
|
222
|
-
|
|
221
|
+
if (P = null, M !== void 0 && (t(M), P = "" + M), i(C) && (t(C.key), P = "" + C.key), "key" in C) {
|
|
222
|
+
M = {};
|
|
223
223
|
for (var q in C)
|
|
224
|
-
q !== "key" && (
|
|
225
|
-
} else
|
|
224
|
+
q !== "key" && (M[q] = C[q]);
|
|
225
|
+
} else M = C;
|
|
226
226
|
return P && l(
|
|
227
|
-
|
|
227
|
+
M,
|
|
228
228
|
typeof x == "function" ? x.displayName || x.name || "Unknown" : x
|
|
229
229
|
), u(
|
|
230
230
|
x,
|
|
@@ -232,7 +232,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
232
232
|
I,
|
|
233
233
|
N,
|
|
234
234
|
o(),
|
|
235
|
-
|
|
235
|
+
M,
|
|
236
236
|
z,
|
|
237
237
|
E
|
|
238
238
|
);
|
|
@@ -240,7 +240,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
240
240
|
function g(x) {
|
|
241
241
|
typeof x == "object" && x !== null && x.$$typeof === f && x._store && (x._store.validated = 1);
|
|
242
242
|
}
|
|
243
|
-
var p = je, f = Symbol.for("react.transitional.element"), v = Symbol.for("react.portal"), m = Symbol.for("react.fragment"),
|
|
243
|
+
var p = je, f = Symbol.for("react.transitional.element"), v = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), w = Symbol.for("react.strict_mode"), h = Symbol.for("react.profiler"), k = Symbol.for("react.consumer"), b = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), O = Symbol.for("react.suspense_list"), D = Symbol.for("react.memo"), V = Symbol.for("react.lazy"), F = Symbol.for("react.activity"), Z = Symbol.for("react.client.reference"), ae = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ue = Object.prototype.hasOwnProperty, Q = Array.isArray, H = console.createTask ? console.createTask : function() {
|
|
244
244
|
return null;
|
|
245
245
|
};
|
|
246
246
|
p = {
|
|
@@ -252,26 +252,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
252
252
|
p,
|
|
253
253
|
a
|
|
254
254
|
)(), pe = H(r(a)), X = {};
|
|
255
|
-
Be.Fragment = m, Be.jsx = function(x, C,
|
|
255
|
+
Be.Fragment = m, Be.jsx = function(x, C, M, L, N) {
|
|
256
256
|
var I = 1e4 > ae.recentlyCreatedOwnerStacks++;
|
|
257
257
|
return d(
|
|
258
258
|
x,
|
|
259
259
|
C,
|
|
260
|
-
L,
|
|
261
|
-
!1,
|
|
262
260
|
M,
|
|
261
|
+
!1,
|
|
262
|
+
L,
|
|
263
263
|
N,
|
|
264
264
|
I ? Error("react-stack-top-frame") : te,
|
|
265
265
|
I ? H(r(x)) : pe
|
|
266
266
|
);
|
|
267
|
-
}, Be.jsxs = function(x, C,
|
|
267
|
+
}, Be.jsxs = function(x, C, M, L, N) {
|
|
268
268
|
var I = 1e4 > ae.recentlyCreatedOwnerStacks++;
|
|
269
269
|
return d(
|
|
270
270
|
x,
|
|
271
271
|
C,
|
|
272
|
-
L,
|
|
273
|
-
!0,
|
|
274
272
|
M,
|
|
273
|
+
!0,
|
|
274
|
+
L,
|
|
275
275
|
N,
|
|
276
276
|
I ? Error("react-stack-top-frame") : te,
|
|
277
277
|
I ? H(r(x)) : pe
|
|
@@ -279,9 +279,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
279
279
|
};
|
|
280
280
|
}()), Be;
|
|
281
281
|
}
|
|
282
|
-
var
|
|
282
|
+
var wn;
|
|
283
283
|
function Qr() {
|
|
284
|
-
return
|
|
284
|
+
return wn || (wn = 1, process.env.NODE_ENV === "production" ? et.exports = Xr() : et.exports = Jr()), et.exports;
|
|
285
285
|
}
|
|
286
286
|
var s = Qr();
|
|
287
287
|
const ve = {
|
|
@@ -453,7 +453,7 @@ const ve = {
|
|
|
453
453
|
peer: "peer-checked:border-color-rose-500 peer-checked:text-color-rose-500",
|
|
454
454
|
text: "text-color-rose-500"
|
|
455
455
|
}
|
|
456
|
-
},
|
|
456
|
+
}, Fl = (e) => {
|
|
457
457
|
Object.assign(ve, e);
|
|
458
458
|
}, qt = {
|
|
459
459
|
dark: {
|
|
@@ -603,7 +603,7 @@ const ve = {
|
|
|
603
603
|
thumbHover: "hover:bg-color-rose-600",
|
|
604
604
|
thumbActive: "active:bg-color-rose-700"
|
|
605
605
|
}
|
|
606
|
-
},
|
|
606
|
+
}, Al = (e) => {
|
|
607
607
|
Object.assign(qt, e);
|
|
608
608
|
}, Gt = ({
|
|
609
609
|
title: e,
|
|
@@ -622,10 +622,10 @@ const ve = {
|
|
|
622
622
|
autoFocus: f = !1,
|
|
623
623
|
href: v,
|
|
624
624
|
target: m,
|
|
625
|
-
...
|
|
625
|
+
...w
|
|
626
626
|
}) => {
|
|
627
627
|
var y;
|
|
628
|
-
const h = se(null), k = se(null),
|
|
628
|
+
const h = se(null), k = se(null), b = (O) => {
|
|
629
629
|
const D = h.current;
|
|
630
630
|
if (!D) return;
|
|
631
631
|
const V = document.createElement("span"), F = D.getBoundingClientRect(), Z = Math.max(F.width, F.height);
|
|
@@ -658,7 +658,7 @@ const ve = {
|
|
|
658
658
|
ref: h,
|
|
659
659
|
type: p,
|
|
660
660
|
disabled: u,
|
|
661
|
-
onClick:
|
|
661
|
+
onClick: b,
|
|
662
662
|
className: `relative leading-none font-medium overflow-hidden flex items-center justify-center gap-1 transition-all focus:outline-0
|
|
663
663
|
${t === "outlined" && "border"}
|
|
664
664
|
${$}
|
|
@@ -669,7 +669,7 @@ const ve = {
|
|
|
669
669
|
${u ? `${t === "filled" && "!bg-color-gray-300 !text-color-white"} ${t === "outlined" && "!border-color-gray-200 !text-color-gray-300"} cursor-not-allowed hover:bg-color-transparent !text-color-gray-300` : "cursor-pointer"}
|
|
670
670
|
`,
|
|
671
671
|
autoFocus: f,
|
|
672
|
-
...
|
|
672
|
+
...w,
|
|
673
673
|
children: [
|
|
674
674
|
o && /* @__PURE__ */ s.jsx("span", { className: "mr-1", children: o }),
|
|
675
675
|
n || e,
|
|
@@ -677,7 +677,7 @@ const ve = {
|
|
|
677
677
|
]
|
|
678
678
|
}
|
|
679
679
|
) });
|
|
680
|
-
},
|
|
680
|
+
}, Nl = ({
|
|
681
681
|
children: e,
|
|
682
682
|
className: n = "",
|
|
683
683
|
border: t = !0
|
|
@@ -691,7 +691,7 @@ const ve = {
|
|
|
691
691
|
`,
|
|
692
692
|
children: e
|
|
693
693
|
}
|
|
694
|
-
),
|
|
694
|
+
), Dl = ({
|
|
695
695
|
label: e,
|
|
696
696
|
checked: n = !1,
|
|
697
697
|
disabled: t = !1,
|
|
@@ -735,7 +735,7 @@ const ve = {
|
|
|
735
735
|
e && /* @__PURE__ */ s.jsx("span", { className: `text-sm text-color-gray-700 ${a}`, children: e })
|
|
736
736
|
]
|
|
737
737
|
}
|
|
738
|
-
),
|
|
738
|
+
), zl = ({
|
|
739
739
|
selected: e,
|
|
740
740
|
items: n = [],
|
|
741
741
|
className: t = "",
|
|
@@ -797,12 +797,12 @@ var tt = { exports: {} }, nt = { exports: {} }, ne = {};
|
|
|
797
797
|
* This source code is licensed under the MIT license found in the
|
|
798
798
|
* LICENSE file in the root directory of this source tree.
|
|
799
799
|
*/
|
|
800
|
-
var
|
|
800
|
+
var bn;
|
|
801
801
|
function eo() {
|
|
802
|
-
if (
|
|
803
|
-
|
|
804
|
-
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, f = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121,
|
|
805
|
-
function
|
|
802
|
+
if (bn) return ne;
|
|
803
|
+
bn = 1;
|
|
804
|
+
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, f = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, h = e ? Symbol.for("react.responder") : 60118, k = e ? Symbol.for("react.scope") : 60119;
|
|
805
|
+
function b(y) {
|
|
806
806
|
if (typeof y == "object" && y !== null) {
|
|
807
807
|
var O = y.$$typeof;
|
|
808
808
|
switch (O) {
|
|
@@ -833,35 +833,35 @@ function eo() {
|
|
|
833
833
|
}
|
|
834
834
|
}
|
|
835
835
|
function $(y) {
|
|
836
|
-
return
|
|
836
|
+
return b(y) === u;
|
|
837
837
|
}
|
|
838
838
|
return ne.AsyncMode = c, ne.ConcurrentMode = u, ne.ContextConsumer = l, ne.ContextProvider = i, ne.Element = n, ne.ForwardRef = d, ne.Fragment = r, ne.Lazy = v, ne.Memo = f, ne.Portal = t, ne.Profiler = a, ne.StrictMode = o, ne.Suspense = g, ne.isAsyncMode = function(y) {
|
|
839
|
-
return $(y) ||
|
|
839
|
+
return $(y) || b(y) === c;
|
|
840
840
|
}, ne.isConcurrentMode = $, ne.isContextConsumer = function(y) {
|
|
841
|
-
return
|
|
841
|
+
return b(y) === l;
|
|
842
842
|
}, ne.isContextProvider = function(y) {
|
|
843
|
-
return
|
|
843
|
+
return b(y) === i;
|
|
844
844
|
}, ne.isElement = function(y) {
|
|
845
845
|
return typeof y == "object" && y !== null && y.$$typeof === n;
|
|
846
846
|
}, ne.isForwardRef = function(y) {
|
|
847
|
-
return
|
|
847
|
+
return b(y) === d;
|
|
848
848
|
}, ne.isFragment = function(y) {
|
|
849
|
-
return
|
|
849
|
+
return b(y) === r;
|
|
850
850
|
}, ne.isLazy = function(y) {
|
|
851
|
-
return
|
|
851
|
+
return b(y) === v;
|
|
852
852
|
}, ne.isMemo = function(y) {
|
|
853
|
-
return
|
|
853
|
+
return b(y) === f;
|
|
854
854
|
}, ne.isPortal = function(y) {
|
|
855
|
-
return
|
|
855
|
+
return b(y) === t;
|
|
856
856
|
}, ne.isProfiler = function(y) {
|
|
857
|
-
return
|
|
857
|
+
return b(y) === a;
|
|
858
858
|
}, ne.isStrictMode = function(y) {
|
|
859
|
-
return
|
|
859
|
+
return b(y) === o;
|
|
860
860
|
}, ne.isSuspense = function(y) {
|
|
861
|
-
return
|
|
861
|
+
return b(y) === g;
|
|
862
862
|
}, ne.isValidElementType = function(y) {
|
|
863
|
-
return typeof y == "string" || typeof y == "function" || y === r || y === u || y === a || y === o || y === g || y === p || typeof y == "object" && y !== null && (y.$$typeof === v || y.$$typeof === f || y.$$typeof === i || y.$$typeof === l || y.$$typeof === d || y.$$typeof ===
|
|
864
|
-
}, ne.typeOf =
|
|
863
|
+
return typeof y == "string" || typeof y == "function" || y === r || y === u || y === a || y === o || y === g || y === p || typeof y == "object" && y !== null && (y.$$typeof === v || y.$$typeof === f || y.$$typeof === i || y.$$typeof === l || y.$$typeof === d || y.$$typeof === w || y.$$typeof === h || y.$$typeof === k || y.$$typeof === m);
|
|
864
|
+
}, ne.typeOf = b, ne;
|
|
865
865
|
}
|
|
866
866
|
var re = {};
|
|
867
867
|
/** @license React v16.13.1
|
|
@@ -875,10 +875,10 @@ var re = {};
|
|
|
875
875
|
var yn;
|
|
876
876
|
function to() {
|
|
877
877
|
return yn || (yn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
878
|
-
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, f = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121,
|
|
879
|
-
function
|
|
878
|
+
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, l = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, u = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, p = e ? Symbol.for("react.suspense_list") : 60120, f = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, m = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, h = e ? Symbol.for("react.responder") : 60118, k = e ? Symbol.for("react.scope") : 60119;
|
|
879
|
+
function b(j) {
|
|
880
880
|
return typeof j == "string" || typeof j == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
881
|
-
j === r || j === u || j === a || j === o || j === g || j === p || typeof j == "object" && j !== null && (j.$$typeof === v || j.$$typeof === f || j.$$typeof === i || j.$$typeof === l || j.$$typeof === d || j.$$typeof ===
|
|
881
|
+
j === r || j === u || j === a || j === o || j === g || j === p || typeof j == "object" && j !== null && (j.$$typeof === v || j.$$typeof === f || j.$$typeof === i || j.$$typeof === l || j.$$typeof === d || j.$$typeof === w || j.$$typeof === h || j.$$typeof === k || j.$$typeof === m);
|
|
882
882
|
}
|
|
883
883
|
function $(j) {
|
|
884
884
|
if (typeof j == "object" && j !== null) {
|
|
@@ -922,10 +922,10 @@ function to() {
|
|
|
922
922
|
function C(j) {
|
|
923
923
|
return $(j) === l;
|
|
924
924
|
}
|
|
925
|
-
function
|
|
925
|
+
function M(j) {
|
|
926
926
|
return $(j) === i;
|
|
927
927
|
}
|
|
928
|
-
function
|
|
928
|
+
function L(j) {
|
|
929
929
|
return typeof j == "object" && j !== null && j.$$typeof === n;
|
|
930
930
|
}
|
|
931
931
|
function N(j) {
|
|
@@ -952,7 +952,7 @@ function to() {
|
|
|
952
952
|
function S(j) {
|
|
953
953
|
return $(j) === g;
|
|
954
954
|
}
|
|
955
|
-
re.AsyncMode = y, re.ConcurrentMode = O, re.ContextConsumer = D, re.ContextProvider = V, re.Element = F, re.ForwardRef = Z, re.Fragment = ae, re.Lazy = ue, re.Memo = Q, re.Portal = H, re.Profiler = Y, re.StrictMode = T, re.Suspense = te, re.isAsyncMode = X, re.isConcurrentMode = x, re.isContextConsumer = C, re.isContextProvider =
|
|
955
|
+
re.AsyncMode = y, re.ConcurrentMode = O, re.ContextConsumer = D, re.ContextProvider = V, re.Element = F, re.ForwardRef = Z, re.Fragment = ae, re.Lazy = ue, re.Memo = Q, re.Portal = H, re.Profiler = Y, re.StrictMode = T, re.Suspense = te, re.isAsyncMode = X, re.isConcurrentMode = x, re.isContextConsumer = C, re.isContextProvider = M, re.isElement = L, re.isForwardRef = N, re.isFragment = I, re.isLazy = z, re.isMemo = E, re.isPortal = P, re.isProfiler = B, re.isStrictMode = q, re.isSuspense = S, re.isValidElementType = b, re.typeOf = $;
|
|
956
956
|
}()), re;
|
|
957
957
|
}
|
|
958
958
|
var Cn;
|
|
@@ -1070,9 +1070,9 @@ function ro() {
|
|
|
1070
1070
|
process.env.NODE_ENV !== "production" && (t = {});
|
|
1071
1071
|
}, Pt = o, Pt;
|
|
1072
1072
|
}
|
|
1073
|
-
var
|
|
1073
|
+
var Lt, $n;
|
|
1074
1074
|
function oo() {
|
|
1075
|
-
if ($n) return
|
|
1075
|
+
if ($n) return Lt;
|
|
1076
1076
|
$n = 1;
|
|
1077
1077
|
var e = rr(), n = no(), t = /* @__PURE__ */ rn(), r = /* @__PURE__ */ or(), o = /* @__PURE__ */ ro(), a = function() {
|
|
1078
1078
|
};
|
|
@@ -1087,7 +1087,7 @@ function oo() {
|
|
|
1087
1087
|
function i() {
|
|
1088
1088
|
return null;
|
|
1089
1089
|
}
|
|
1090
|
-
return
|
|
1090
|
+
return Lt = function(l, c) {
|
|
1091
1091
|
var u = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
1092
1092
|
function g(x) {
|
|
1093
1093
|
var C = x && (u && x[u] || x[d]);
|
|
@@ -1104,7 +1104,7 @@ function oo() {
|
|
|
1104
1104
|
string: h("string"),
|
|
1105
1105
|
symbol: h("symbol"),
|
|
1106
1106
|
any: k(),
|
|
1107
|
-
arrayOf:
|
|
1107
|
+
arrayOf: b,
|
|
1108
1108
|
element: $(),
|
|
1109
1109
|
elementType: y(),
|
|
1110
1110
|
instanceOf: O,
|
|
@@ -1122,10 +1122,10 @@ function oo() {
|
|
|
1122
1122
|
this.message = x, this.data = C && typeof C == "object" ? C : {}, this.stack = "";
|
|
1123
1123
|
}
|
|
1124
1124
|
m.prototype = Error.prototype;
|
|
1125
|
-
function
|
|
1125
|
+
function w(x) {
|
|
1126
1126
|
if (process.env.NODE_ENV !== "production")
|
|
1127
|
-
var C = {},
|
|
1128
|
-
function
|
|
1127
|
+
var C = {}, M = 0;
|
|
1128
|
+
function L(I, z, E, P, B, q, S) {
|
|
1129
1129
|
if (P = P || p, q = q || E, S !== t) {
|
|
1130
1130
|
if (c) {
|
|
1131
1131
|
var j = new Error(
|
|
@@ -1135,19 +1135,19 @@ function oo() {
|
|
|
1135
1135
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
1136
1136
|
var _ = P + ":" + E;
|
|
1137
1137
|
!C[_] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
1138
|
-
|
|
1138
|
+
M < 3 && (a(
|
|
1139
1139
|
"You are manually calling a React.PropTypes validation function for the `" + q + "` prop on `" + P + "`. 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."
|
|
1140
|
-
), C[_] = !0,
|
|
1140
|
+
), C[_] = !0, M++);
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
1143
|
return z[E] == null ? I ? z[E] === null ? new m("The " + B + " `" + q + "` is marked as required " + ("in `" + P + "`, but its value is `null`.")) : new m("The " + B + " `" + q + "` is marked as required in " + ("`" + P + "`, but its value is `undefined`.")) : null : x(z, E, P, B, q);
|
|
1144
1144
|
}
|
|
1145
|
-
var N =
|
|
1146
|
-
return N.isRequired =
|
|
1145
|
+
var N = L.bind(null, !1);
|
|
1146
|
+
return N.isRequired = L.bind(null, !0), N;
|
|
1147
1147
|
}
|
|
1148
1148
|
function h(x) {
|
|
1149
|
-
function C(
|
|
1150
|
-
var P = L
|
|
1149
|
+
function C(M, L, N, I, z, E) {
|
|
1150
|
+
var P = M[L], B = T(P);
|
|
1151
1151
|
if (B !== x) {
|
|
1152
1152
|
var q = te(P);
|
|
1153
1153
|
return new m(
|
|
@@ -1157,16 +1157,16 @@ function oo() {
|
|
|
1157
1157
|
}
|
|
1158
1158
|
return null;
|
|
1159
1159
|
}
|
|
1160
|
-
return
|
|
1160
|
+
return w(C);
|
|
1161
1161
|
}
|
|
1162
1162
|
function k() {
|
|
1163
|
-
return
|
|
1163
|
+
return w(i);
|
|
1164
1164
|
}
|
|
1165
|
-
function
|
|
1166
|
-
function C(
|
|
1165
|
+
function b(x) {
|
|
1166
|
+
function C(M, L, N, I, z) {
|
|
1167
1167
|
if (typeof x != "function")
|
|
1168
1168
|
return new m("Property `" + z + "` of component `" + N + "` has invalid PropType notation inside arrayOf.");
|
|
1169
|
-
var E = L
|
|
1169
|
+
var E = M[L];
|
|
1170
1170
|
if (!Array.isArray(E)) {
|
|
1171
1171
|
var P = T(E);
|
|
1172
1172
|
return new m("Invalid " + I + " `" + z + "` of type " + ("`" + P + "` supplied to `" + N + "`, expected an array."));
|
|
@@ -1178,47 +1178,47 @@ function oo() {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
return null;
|
|
1180
1180
|
}
|
|
1181
|
-
return
|
|
1181
|
+
return w(C);
|
|
1182
1182
|
}
|
|
1183
1183
|
function $() {
|
|
1184
|
-
function x(C,
|
|
1185
|
-
var z = C[
|
|
1184
|
+
function x(C, M, L, N, I) {
|
|
1185
|
+
var z = C[M];
|
|
1186
1186
|
if (!l(z)) {
|
|
1187
1187
|
var E = T(z);
|
|
1188
|
-
return new m("Invalid " + N + " `" + I + "` of type " + ("`" + E + "` supplied to `" +
|
|
1188
|
+
return new m("Invalid " + N + " `" + I + "` of type " + ("`" + E + "` supplied to `" + L + "`, expected a single ReactElement."));
|
|
1189
1189
|
}
|
|
1190
1190
|
return null;
|
|
1191
1191
|
}
|
|
1192
|
-
return
|
|
1192
|
+
return w(x);
|
|
1193
1193
|
}
|
|
1194
1194
|
function y() {
|
|
1195
|
-
function x(C,
|
|
1196
|
-
var z = C[
|
|
1195
|
+
function x(C, M, L, N, I) {
|
|
1196
|
+
var z = C[M];
|
|
1197
1197
|
if (!e.isValidElementType(z)) {
|
|
1198
1198
|
var E = T(z);
|
|
1199
|
-
return new m("Invalid " + N + " `" + I + "` of type " + ("`" + E + "` supplied to `" +
|
|
1199
|
+
return new m("Invalid " + N + " `" + I + "` of type " + ("`" + E + "` supplied to `" + L + "`, expected a single ReactElement type."));
|
|
1200
1200
|
}
|
|
1201
1201
|
return null;
|
|
1202
1202
|
}
|
|
1203
|
-
return
|
|
1203
|
+
return w(x);
|
|
1204
1204
|
}
|
|
1205
1205
|
function O(x) {
|
|
1206
|
-
function C(
|
|
1207
|
-
if (!(L
|
|
1208
|
-
var E = x.name || p, P = X(L
|
|
1206
|
+
function C(M, L, N, I, z) {
|
|
1207
|
+
if (!(M[L] instanceof x)) {
|
|
1208
|
+
var E = x.name || p, P = X(M[L]);
|
|
1209
1209
|
return new m("Invalid " + I + " `" + z + "` of type " + ("`" + P + "` supplied to `" + N + "`, expected ") + ("instance of `" + E + "`."));
|
|
1210
1210
|
}
|
|
1211
1211
|
return null;
|
|
1212
1212
|
}
|
|
1213
|
-
return
|
|
1213
|
+
return w(C);
|
|
1214
1214
|
}
|
|
1215
1215
|
function D(x) {
|
|
1216
1216
|
if (!Array.isArray(x))
|
|
1217
1217
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
|
|
1218
1218
|
"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])."
|
|
1219
1219
|
) : a("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
1220
|
-
function C(
|
|
1221
|
-
for (var E = L
|
|
1220
|
+
function C(M, L, N, I, z) {
|
|
1221
|
+
for (var E = M[L], P = 0; P < x.length; P++)
|
|
1222
1222
|
if (v(E, x[P]))
|
|
1223
1223
|
return null;
|
|
1224
1224
|
var B = JSON.stringify(x, function(S, j) {
|
|
@@ -1227,13 +1227,13 @@ function oo() {
|
|
|
1227
1227
|
});
|
|
1228
1228
|
return new m("Invalid " + I + " `" + z + "` of value `" + String(E) + "` " + ("supplied to `" + N + "`, expected one of " + B + "."));
|
|
1229
1229
|
}
|
|
1230
|
-
return
|
|
1230
|
+
return w(C);
|
|
1231
1231
|
}
|
|
1232
1232
|
function V(x) {
|
|
1233
|
-
function C(
|
|
1233
|
+
function C(M, L, N, I, z) {
|
|
1234
1234
|
if (typeof x != "function")
|
|
1235
1235
|
return new m("Property `" + z + "` of component `" + N + "` has invalid PropType notation inside objectOf.");
|
|
1236
|
-
var E = L
|
|
1236
|
+
var E = M[L], P = T(E);
|
|
1237
1237
|
if (P !== "object")
|
|
1238
1238
|
return new m("Invalid " + I + " `" + z + "` of type " + ("`" + P + "` supplied to `" + N + "`, expected an object."));
|
|
1239
1239
|
for (var B in E)
|
|
@@ -1244,19 +1244,19 @@ function oo() {
|
|
|
1244
1244
|
}
|
|
1245
1245
|
return null;
|
|
1246
1246
|
}
|
|
1247
|
-
return
|
|
1247
|
+
return w(C);
|
|
1248
1248
|
}
|
|
1249
1249
|
function F(x) {
|
|
1250
1250
|
if (!Array.isArray(x))
|
|
1251
1251
|
return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
1252
1252
|
for (var C = 0; C < x.length; C++) {
|
|
1253
|
-
var
|
|
1254
|
-
if (typeof
|
|
1253
|
+
var M = x[C];
|
|
1254
|
+
if (typeof M != "function")
|
|
1255
1255
|
return a(
|
|
1256
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + pe(
|
|
1256
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + pe(M) + " at index " + C + "."
|
|
1257
1257
|
), i;
|
|
1258
1258
|
}
|
|
1259
|
-
function
|
|
1259
|
+
function L(N, I, z, E, P) {
|
|
1260
1260
|
for (var B = [], q = 0; q < x.length; q++) {
|
|
1261
1261
|
var S = x[q], j = S(N, I, z, E, P, t);
|
|
1262
1262
|
if (j == null)
|
|
@@ -1266,22 +1266,22 @@ function oo() {
|
|
|
1266
1266
|
var _ = B.length > 0 ? ", expected one of type [" + B.join(", ") + "]" : "";
|
|
1267
1267
|
return new m("Invalid " + E + " `" + P + "` supplied to " + ("`" + z + "`" + _ + "."));
|
|
1268
1268
|
}
|
|
1269
|
-
return
|
|
1269
|
+
return w(L);
|
|
1270
1270
|
}
|
|
1271
1271
|
function Z() {
|
|
1272
|
-
function x(C,
|
|
1273
|
-
return H(C[
|
|
1272
|
+
function x(C, M, L, N, I) {
|
|
1273
|
+
return H(C[M]) ? null : new m("Invalid " + N + " `" + I + "` supplied to " + ("`" + L + "`, expected a ReactNode."));
|
|
1274
1274
|
}
|
|
1275
|
-
return
|
|
1275
|
+
return w(x);
|
|
1276
1276
|
}
|
|
1277
|
-
function ae(x, C,
|
|
1277
|
+
function ae(x, C, M, L, N) {
|
|
1278
1278
|
return new m(
|
|
1279
|
-
(x || "React class") + ": " + C + " type `" +
|
|
1279
|
+
(x || "React class") + ": " + C + " type `" + M + "." + L + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + N + "`."
|
|
1280
1280
|
);
|
|
1281
1281
|
}
|
|
1282
1282
|
function ue(x) {
|
|
1283
|
-
function C(
|
|
1284
|
-
var E = L
|
|
1283
|
+
function C(M, L, N, I, z) {
|
|
1284
|
+
var E = M[L], P = T(E);
|
|
1285
1285
|
if (P !== "object")
|
|
1286
1286
|
return new m("Invalid " + I + " `" + z + "` of type `" + P + "` " + ("supplied to `" + N + "`, expected `object`."));
|
|
1287
1287
|
for (var B in x) {
|
|
@@ -1294,21 +1294,21 @@ function oo() {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
return null;
|
|
1296
1296
|
}
|
|
1297
|
-
return
|
|
1297
|
+
return w(C);
|
|
1298
1298
|
}
|
|
1299
1299
|
function Q(x) {
|
|
1300
|
-
function C(
|
|
1301
|
-
var E = L
|
|
1300
|
+
function C(M, L, N, I, z) {
|
|
1301
|
+
var E = M[L], P = T(E);
|
|
1302
1302
|
if (P !== "object")
|
|
1303
1303
|
return new m("Invalid " + I + " `" + z + "` of type `" + P + "` " + ("supplied to `" + N + "`, expected `object`."));
|
|
1304
|
-
var B = n({}, L
|
|
1304
|
+
var B = n({}, M[L], x);
|
|
1305
1305
|
for (var q in B) {
|
|
1306
1306
|
var S = x[q];
|
|
1307
1307
|
if (r(x, q) && typeof S != "function")
|
|
1308
1308
|
return ae(N, I, z, q, te(S));
|
|
1309
1309
|
if (!S)
|
|
1310
1310
|
return new m(
|
|
1311
|
-
"Invalid " + I + " `" + z + "` key `" + q + "` supplied to `" + N + "`.\nBad object: " + JSON.stringify(L
|
|
1311
|
+
"Invalid " + I + " `" + z + "` key `" + q + "` supplied to `" + N + "`.\nBad object: " + JSON.stringify(M[L], null, " ") + `
|
|
1312
1312
|
Valid keys: ` + JSON.stringify(Object.keys(x), null, " ")
|
|
1313
1313
|
);
|
|
1314
1314
|
var j = S(E, q, N, I, z + "." + q, t);
|
|
@@ -1317,7 +1317,7 @@ Valid keys: ` + JSON.stringify(Object.keys(x), null, " ")
|
|
|
1317
1317
|
}
|
|
1318
1318
|
return null;
|
|
1319
1319
|
}
|
|
1320
|
-
return
|
|
1320
|
+
return w(C);
|
|
1321
1321
|
}
|
|
1322
1322
|
function H(x) {
|
|
1323
1323
|
switch (typeof x) {
|
|
@@ -1334,14 +1334,14 @@ Valid keys: ` + JSON.stringify(Object.keys(x), null, " ")
|
|
|
1334
1334
|
return !0;
|
|
1335
1335
|
var C = g(x);
|
|
1336
1336
|
if (C) {
|
|
1337
|
-
var
|
|
1337
|
+
var M = C.call(x), L;
|
|
1338
1338
|
if (C !== x.entries) {
|
|
1339
|
-
for (; !(
|
|
1340
|
-
if (!H(
|
|
1339
|
+
for (; !(L = M.next()).done; )
|
|
1340
|
+
if (!H(L.value))
|
|
1341
1341
|
return !1;
|
|
1342
1342
|
} else
|
|
1343
|
-
for (; !(
|
|
1344
|
-
var N =
|
|
1343
|
+
for (; !(L = M.next()).done; ) {
|
|
1344
|
+
var N = L.value;
|
|
1345
1345
|
if (N && !H(N[1]))
|
|
1346
1346
|
return !1;
|
|
1347
1347
|
}
|
|
@@ -1389,18 +1389,18 @@ Valid keys: ` + JSON.stringify(Object.keys(x), null, " ")
|
|
|
1389
1389
|
return !x.constructor || !x.constructor.name ? p : x.constructor.name;
|
|
1390
1390
|
}
|
|
1391
1391
|
return f.checkPropTypes = o, f.resetWarningCache = o.resetWarningCache, f.PropTypes = f, f;
|
|
1392
|
-
},
|
|
1392
|
+
}, Lt;
|
|
1393
1393
|
}
|
|
1394
|
-
var
|
|
1394
|
+
var Mt, _n;
|
|
1395
1395
|
function ao() {
|
|
1396
|
-
if (_n) return
|
|
1396
|
+
if (_n) return Mt;
|
|
1397
1397
|
_n = 1;
|
|
1398
1398
|
var e = /* @__PURE__ */ rn();
|
|
1399
1399
|
function n() {
|
|
1400
1400
|
}
|
|
1401
1401
|
function t() {
|
|
1402
1402
|
}
|
|
1403
|
-
return t.resetWarningCache = n,
|
|
1403
|
+
return t.resetWarningCache = n, Mt = function() {
|
|
1404
1404
|
function r(i, l, c, u, d, g) {
|
|
1405
1405
|
if (g !== e) {
|
|
1406
1406
|
var p = new Error(
|
|
@@ -1437,7 +1437,7 @@ function ao() {
|
|
|
1437
1437
|
resetWarningCache: n
|
|
1438
1438
|
};
|
|
1439
1439
|
return a.PropTypes = a, a;
|
|
1440
|
-
},
|
|
1440
|
+
}, Mt;
|
|
1441
1441
|
}
|
|
1442
1442
|
var En;
|
|
1443
1443
|
function io() {
|
|
@@ -2742,12 +2742,12 @@ function xo(e, n) {
|
|
|
2742
2742
|
if (n !== "drop")
|
|
2743
2743
|
return t;
|
|
2744
2744
|
const r = yield Promise.all(t.map(ho));
|
|
2745
|
-
return
|
|
2745
|
+
return Ln(ar(r));
|
|
2746
2746
|
}
|
|
2747
|
-
return
|
|
2747
|
+
return Ln(Wt(e.files).map((t) => Oe(t)));
|
|
2748
2748
|
});
|
|
2749
2749
|
}
|
|
2750
|
-
function
|
|
2750
|
+
function Ln(e) {
|
|
2751
2751
|
return e.filter((n) => uo.indexOf(n.name) === -1);
|
|
2752
2752
|
}
|
|
2753
2753
|
function Wt(e) {
|
|
@@ -2762,9 +2762,9 @@ function Wt(e) {
|
|
|
2762
2762
|
}
|
|
2763
2763
|
function ho(e) {
|
|
2764
2764
|
if (typeof e.webkitGetAsEntry != "function")
|
|
2765
|
-
return
|
|
2765
|
+
return Mn(e);
|
|
2766
2766
|
const n = e.webkitGetAsEntry();
|
|
2767
|
-
return n && n.isDirectory ? ir(n) :
|
|
2767
|
+
return n && n.isDirectory ? ir(n) : Mn(e, n);
|
|
2768
2768
|
}
|
|
2769
2769
|
function ar(e) {
|
|
2770
2770
|
return e.reduce((n, t) => [
|
|
@@ -2772,7 +2772,7 @@ function ar(e) {
|
|
|
2772
2772
|
...Array.isArray(t) ? ar(t) : [t]
|
|
2773
2773
|
], []);
|
|
2774
2774
|
}
|
|
2775
|
-
function
|
|
2775
|
+
function Mn(e, n) {
|
|
2776
2776
|
return Ne(this, void 0, void 0, function* () {
|
|
2777
2777
|
var t;
|
|
2778
2778
|
if (globalThis.isSecureContext && typeof e.getAsFileSystemHandle == "function") {
|
|
@@ -2790,9 +2790,9 @@ function Ln(e, n) {
|
|
|
2790
2790
|
return Oe(r, (t = n == null ? void 0 : n.fullPath) !== null && t !== void 0 ? t : void 0);
|
|
2791
2791
|
});
|
|
2792
2792
|
}
|
|
2793
|
-
function
|
|
2793
|
+
function wo(e) {
|
|
2794
2794
|
return Ne(this, void 0, void 0, function* () {
|
|
2795
|
-
return e.isDirectory ? ir(e) :
|
|
2795
|
+
return e.isDirectory ? ir(e) : bo(e);
|
|
2796
2796
|
});
|
|
2797
2797
|
}
|
|
2798
2798
|
function ir(e) {
|
|
@@ -2802,7 +2802,7 @@ function ir(e) {
|
|
|
2802
2802
|
function a() {
|
|
2803
2803
|
n.readEntries((i) => Ne(this, void 0, void 0, function* () {
|
|
2804
2804
|
if (i.length) {
|
|
2805
|
-
const l = Promise.all(i.map(
|
|
2805
|
+
const l = Promise.all(i.map(wo));
|
|
2806
2806
|
o.push(l), a();
|
|
2807
2807
|
} else
|
|
2808
2808
|
try {
|
|
@@ -2818,7 +2818,7 @@ function ir(e) {
|
|
|
2818
2818
|
a();
|
|
2819
2819
|
});
|
|
2820
2820
|
}
|
|
2821
|
-
function
|
|
2821
|
+
function bo(e) {
|
|
2822
2822
|
return Ne(this, void 0, void 0, function* () {
|
|
2823
2823
|
return new Promise((n, t) => {
|
|
2824
2824
|
e.file((r) => {
|
|
@@ -2928,7 +2928,7 @@ function $o(e, n) {
|
|
|
2928
2928
|
function _o(e) {
|
|
2929
2929
|
if (Array.isArray(e)) return e;
|
|
2930
2930
|
}
|
|
2931
|
-
var Eo = typeof Ft == "function" ? Ft : Ft.default, Po = "file-invalid-type",
|
|
2931
|
+
var Eo = typeof Ft == "function" ? Ft : Ft.default, Po = "file-invalid-type", Lo = "file-too-large", Mo = "file-too-small", Fo = "too-many-files", Ao = function() {
|
|
2932
2932
|
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", t = n.split(","), r = t.length > 1 ? "one of ".concat(t.join(", ")) : t[0];
|
|
2933
2933
|
return {
|
|
2934
2934
|
code: Po,
|
|
@@ -2936,12 +2936,12 @@ var Eo = typeof Ft == "function" ? Ft : Ft.default, Po = "file-invalid-type", Mo
|
|
|
2936
2936
|
};
|
|
2937
2937
|
}, zn = function(n) {
|
|
2938
2938
|
return {
|
|
2939
|
-
code:
|
|
2939
|
+
code: Lo,
|
|
2940
2940
|
message: "File is larger than ".concat(n, " ").concat(n === 1 ? "byte" : "bytes")
|
|
2941
2941
|
};
|
|
2942
2942
|
}, Tn = function(n) {
|
|
2943
2943
|
return {
|
|
2944
|
-
code:
|
|
2944
|
+
code: Mo,
|
|
2945
2945
|
message: "File is smaller than ".concat(n, " ").concat(n === 1 ? "byte" : "bytes")
|
|
2946
2946
|
};
|
|
2947
2947
|
}, No = {
|
|
@@ -3350,16 +3350,16 @@ var Kt = {
|
|
|
3350
3350
|
fileRejections: []
|
|
3351
3351
|
};
|
|
3352
3352
|
function gr() {
|
|
3353
|
-
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = le(le({}, mr), e), t = n.accept, r = n.disabled, o = n.getFilesFromEvent, a = n.maxSize, i = n.minSize, l = n.multiple, c = n.maxFiles, u = n.onDragEnter, d = n.onDragLeave, g = n.onDragOver, p = n.onDrop, f = n.onDropAccepted, v = n.onDropRejected, m = n.onFileDialogCancel,
|
|
3353
|
+
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = le(le({}, mr), e), t = n.accept, r = n.disabled, o = n.getFilesFromEvent, a = n.maxSize, i = n.minSize, l = n.multiple, c = n.maxFiles, u = n.onDragEnter, d = n.onDragLeave, g = n.onDragOver, p = n.onDrop, f = n.onDropAccepted, v = n.onDropRejected, m = n.onFileDialogCancel, w = n.onFileDialogOpen, h = n.useFsAccessApi, k = n.autoFocus, b = n.preventDropOnDocument, $ = n.noClick, y = n.noKeyboard, O = n.noDrag, D = n.noDragEventsBubbling, V = n.onError, F = n.validator, Z = Te(function() {
|
|
3354
3354
|
return Ho(t);
|
|
3355
3355
|
}, [t]), ae = Te(function() {
|
|
3356
3356
|
return Vo(t);
|
|
3357
3357
|
}, [t]), ue = Te(function() {
|
|
3358
|
-
return typeof
|
|
3359
|
-
}, [
|
|
3358
|
+
return typeof w == "function" ? w : Vn;
|
|
3359
|
+
}, [w]), Q = Te(function() {
|
|
3360
3360
|
return typeof m == "function" ? m : Vn;
|
|
3361
|
-
}, [m]), H = se(null), Y = se(null), T = Ur(ra, Kt), te = At(T, 2), pe = te[0], X = te[1], x = pe.isFocused, C = pe.isFileDialogActive,
|
|
3362
|
-
!
|
|
3361
|
+
}, [m]), H = se(null), Y = se(null), T = Ur(ra, Kt), te = At(T, 2), pe = te[0], X = te[1], x = pe.isFocused, C = pe.isFileDialogActive, M = se(typeof window < "u" && window.isSecureContext && h && Io()), L = function() {
|
|
3362
|
+
!M.current && C && setTimeout(function() {
|
|
3363
3363
|
if (Y.current) {
|
|
3364
3364
|
var G = Y.current.files;
|
|
3365
3365
|
G.length || (X({
|
|
@@ -3369,18 +3369,18 @@ function gr() {
|
|
|
3369
3369
|
}, 300);
|
|
3370
3370
|
};
|
|
3371
3371
|
ce(function() {
|
|
3372
|
-
return window.addEventListener("focus",
|
|
3373
|
-
window.removeEventListener("focus",
|
|
3372
|
+
return window.addEventListener("focus", L, !1), function() {
|
|
3373
|
+
window.removeEventListener("focus", L, !1);
|
|
3374
3374
|
};
|
|
3375
|
-
}, [Y, C, Q,
|
|
3375
|
+
}, [Y, C, Q, M]);
|
|
3376
3376
|
var N = se([]), I = function(G) {
|
|
3377
3377
|
H.current && H.current.contains(G.target) || (G.preventDefault(), N.current = []);
|
|
3378
3378
|
};
|
|
3379
3379
|
ce(function() {
|
|
3380
|
-
return
|
|
3381
|
-
|
|
3380
|
+
return b && (document.addEventListener("dragover", On, !1), document.addEventListener("drop", I, !1)), function() {
|
|
3381
|
+
b && (document.removeEventListener("dragover", On), document.removeEventListener("drop", I));
|
|
3382
3382
|
};
|
|
3383
|
-
}, [H,
|
|
3383
|
+
}, [H, b]), ce(function() {
|
|
3384
3384
|
return !r && k && H.current && H.current.focus(), function() {
|
|
3385
3385
|
};
|
|
3386
3386
|
}, [H, k, r]);
|
|
@@ -3397,10 +3397,10 @@ function gr() {
|
|
|
3397
3397
|
multiple: l,
|
|
3398
3398
|
maxFiles: c,
|
|
3399
3399
|
validator: F
|
|
3400
|
-
}),
|
|
3400
|
+
}), be = me > 0 && !ge;
|
|
3401
3401
|
X({
|
|
3402
3402
|
isDragAccept: ge,
|
|
3403
|
-
isDragReject:
|
|
3403
|
+
isDragReject: be,
|
|
3404
3404
|
isDragActive: !0,
|
|
3405
3405
|
type: "setDraggedFiles"
|
|
3406
3406
|
}), u && u(A);
|
|
@@ -3430,22 +3430,22 @@ function gr() {
|
|
|
3430
3430
|
}), ot(A) && d && d(A));
|
|
3431
3431
|
}, [H, d, D]), q = oe(function(A, G) {
|
|
3432
3432
|
var me = [], ge = [];
|
|
3433
|
-
A.forEach(function(
|
|
3434
|
-
var Ve = cr(
|
|
3435
|
-
if (
|
|
3436
|
-
me.push(
|
|
3433
|
+
A.forEach(function(be) {
|
|
3434
|
+
var Ve = cr(be, Z), ze = At(Ve, 2), bt = ze[0], yt = ze[1], Ct = ur(be, i, a), Qe = At(Ct, 2), St = Qe[0], jt = Qe[1], Rt = F ? F(be) : null;
|
|
3435
|
+
if (bt && St && !Rt)
|
|
3436
|
+
me.push(be);
|
|
3437
3437
|
else {
|
|
3438
3438
|
var kt = [yt, jt];
|
|
3439
3439
|
Rt && (kt = kt.concat(Rt)), ge.push({
|
|
3440
|
-
file:
|
|
3440
|
+
file: be,
|
|
3441
3441
|
errors: kt.filter(function(Wr) {
|
|
3442
3442
|
return Wr;
|
|
3443
3443
|
})
|
|
3444
3444
|
});
|
|
3445
3445
|
}
|
|
3446
|
-
}), (!l && me.length > 1 || l && c >= 1 && me.length > c) && (me.forEach(function(
|
|
3446
|
+
}), (!l && me.length > 1 || l && c >= 1 && me.length > c) && (me.forEach(function(be) {
|
|
3447
3447
|
ge.push({
|
|
3448
|
-
file:
|
|
3448
|
+
file: be,
|
|
3449
3449
|
errors: [No]
|
|
3450
3450
|
});
|
|
3451
3451
|
}), me.splice(0)), X({
|
|
@@ -3463,7 +3463,7 @@ function gr() {
|
|
|
3463
3463
|
type: "reset"
|
|
3464
3464
|
});
|
|
3465
3465
|
}, [o, q, z, D]), j = oe(function() {
|
|
3466
|
-
if (
|
|
3466
|
+
if (M.current) {
|
|
3467
3467
|
X({
|
|
3468
3468
|
type: "openDialog"
|
|
3469
3469
|
}), ue();
|
|
@@ -3480,7 +3480,7 @@ function gr() {
|
|
|
3480
3480
|
}).catch(function(G) {
|
|
3481
3481
|
Bo(G) ? (Q(G), X({
|
|
3482
3482
|
type: "closeDialog"
|
|
3483
|
-
})) : qo(G) ? (
|
|
3483
|
+
})) : qo(G) ? (M.current = !1, Y.current ? (Y.current.value = null, Y.current.click()) : z(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))) : z(G);
|
|
3484
3484
|
});
|
|
3485
3485
|
return;
|
|
3486
3486
|
}
|
|
@@ -3501,7 +3501,7 @@ function gr() {
|
|
|
3501
3501
|
$ || (Oo() ? setTimeout(j, 0) : j());
|
|
3502
3502
|
}, [$, j]), fe = function(G) {
|
|
3503
3503
|
return r ? null : G;
|
|
3504
|
-
},
|
|
3504
|
+
}, we = function(G) {
|
|
3505
3505
|
return y ? null : fe(G);
|
|
3506
3506
|
}, Xe = function(G) {
|
|
3507
3507
|
return O ? null : fe(G);
|
|
@@ -3509,12 +3509,12 @@ function gr() {
|
|
|
3509
3509
|
D && G.stopPropagation();
|
|
3510
3510
|
}, Br = Te(function() {
|
|
3511
3511
|
return function() {
|
|
3512
|
-
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, G = A.refKey, me = G === void 0 ? "ref" : G, ge = A.role,
|
|
3512
|
+
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, G = A.refKey, me = G === void 0 ? "ref" : G, ge = A.role, be = A.onKeyDown, Ve = A.onFocus, ze = A.onBlur, bt = A.onClick, yt = A.onDragEnter, Ct = A.onDragOver, Qe = A.onDragLeave, St = A.onDrop, jt = mt(A, Uo);
|
|
3513
3513
|
return le(le(Zt({
|
|
3514
|
-
onKeyDown:
|
|
3515
|
-
onFocus:
|
|
3516
|
-
onBlur:
|
|
3517
|
-
onClick: fe(Se(
|
|
3514
|
+
onKeyDown: we(Se(be, _)),
|
|
3515
|
+
onFocus: we(Se(Ve, J)),
|
|
3516
|
+
onBlur: we(Se(ze, ee)),
|
|
3517
|
+
onClick: fe(Se(bt, de)),
|
|
3518
3518
|
onDragEnter: Xe(Se(yt, E)),
|
|
3519
3519
|
onDragOver: Xe(Se(Ct, P)),
|
|
3520
3520
|
onDragLeave: Xe(Se(Qe, B)),
|
|
@@ -3528,7 +3528,7 @@ function gr() {
|
|
|
3528
3528
|
A.stopPropagation();
|
|
3529
3529
|
}, []), Gr = Te(function() {
|
|
3530
3530
|
return function() {
|
|
3531
|
-
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, G = A.refKey, me = G === void 0 ? "ref" : G, ge = A.onChange,
|
|
3531
|
+
var A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, G = A.refKey, me = G === void 0 ? "ref" : G, ge = A.onChange, be = A.onClick, Ve = mt(A, Yo), ze = Zt({
|
|
3532
3532
|
accept: Z,
|
|
3533
3533
|
multiple: l,
|
|
3534
3534
|
type: "file",
|
|
@@ -3545,7 +3545,7 @@ function gr() {
|
|
|
3545
3545
|
whiteSpace: "nowrap"
|
|
3546
3546
|
},
|
|
3547
3547
|
onChange: fe(Se(ge, S)),
|
|
3548
|
-
onClick: fe(Se(
|
|
3548
|
+
onClick: fe(Se(be, qr)),
|
|
3549
3549
|
tabIndex: -1
|
|
3550
3550
|
}, me, Y);
|
|
3551
3551
|
return le(le({}, ze), Ve);
|
|
@@ -3598,7 +3598,7 @@ function ra(e, n) {
|
|
|
3598
3598
|
}
|
|
3599
3599
|
function Vn() {
|
|
3600
3600
|
}
|
|
3601
|
-
const
|
|
3601
|
+
const Tl = ({
|
|
3602
3602
|
onFilesAccepted: e,
|
|
3603
3603
|
onError: n,
|
|
3604
3604
|
accept: t = {
|
|
@@ -3620,14 +3620,14 @@ const zl = ({
|
|
|
3620
3620
|
subLabelClass: f = "",
|
|
3621
3621
|
showList: v = !0,
|
|
3622
3622
|
listView: m = !0,
|
|
3623
|
-
showListImage:
|
|
3623
|
+
showListImage: w = !1,
|
|
3624
3624
|
uploadedFiles: h = [],
|
|
3625
3625
|
// New prop for pre-uploaded files
|
|
3626
3626
|
onDeleteCallback: k = () => {
|
|
3627
3627
|
}
|
|
3628
3628
|
//
|
|
3629
3629
|
}) => {
|
|
3630
|
-
const [
|
|
3630
|
+
const [b, $] = K(h), [y, O] = K([]);
|
|
3631
3631
|
ce(() => {
|
|
3632
3632
|
$(h);
|
|
3633
3633
|
}, [h]);
|
|
@@ -3642,7 +3642,7 @@ const zl = ({
|
|
|
3642
3642
|
`${T.file.name} has an invalid file type`
|
|
3643
3643
|
);
|
|
3644
3644
|
});
|
|
3645
|
-
}), a !== void 0 && (r ?
|
|
3645
|
+
}), a !== void 0 && (r ? b.length : 0) + Q.length > a && Y.push(
|
|
3646
3646
|
`You can only upload up to ${a} file${a > 1 ? "s" : ""}.`
|
|
3647
3647
|
), Y.length > 0) {
|
|
3648
3648
|
O(Y), n == null || n(Y);
|
|
@@ -3658,11 +3658,11 @@ const zl = ({
|
|
|
3658
3658
|
n,
|
|
3659
3659
|
o,
|
|
3660
3660
|
a,
|
|
3661
|
-
|
|
3661
|
+
b,
|
|
3662
3662
|
r
|
|
3663
3663
|
]
|
|
3664
3664
|
), V = (Q) => {
|
|
3665
|
-
$((H) => H.filter((Y, T) => T !== Q)), k(
|
|
3665
|
+
$((H) => H.filter((Y, T) => T !== Q)), k(b);
|
|
3666
3666
|
}, { getRootProps: F, getInputProps: Z, isDragActive: ae, isDragReject: ue } = gr({
|
|
3667
3667
|
onDrop: D,
|
|
3668
3668
|
accept: t,
|
|
@@ -3698,17 +3698,17 @@ const zl = ({
|
|
|
3698
3698
|
"• ",
|
|
3699
3699
|
Q
|
|
3700
3700
|
] }, H)) }),
|
|
3701
|
-
v &&
|
|
3701
|
+
v && b.length > 0 && /* @__PURE__ */ s.jsx(
|
|
3702
3702
|
"ul",
|
|
3703
3703
|
{
|
|
3704
3704
|
className: `w-full ${m ? "space-y-2" : "grid grid-columns-2 gap-2"} px-4 pb-4`,
|
|
3705
|
-
children:
|
|
3705
|
+
children: b.map((Q, H) => /* @__PURE__ */ s.jsxs(
|
|
3706
3706
|
"li",
|
|
3707
3707
|
{
|
|
3708
3708
|
className: "flex items-center justify-between bg-color-white rounded-md px-4 py-2 shadow-sm",
|
|
3709
3709
|
children: [
|
|
3710
3710
|
/* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-3", children: [
|
|
3711
|
-
|
|
3711
|
+
w && /* @__PURE__ */ s.jsx("div", { className: "w-10 h-10 rounded bg-color-gray-100 overflow-hidden flex-shrink-0", children: /* @__PURE__ */ s.jsx(
|
|
3712
3712
|
"img",
|
|
3713
3713
|
{
|
|
3714
3714
|
src: Q.type.startsWith("image/") ? URL.createObjectURL(Q) : "https://img.icons8.com/ios-filled/50/pdf-2.png",
|
|
@@ -3815,23 +3815,23 @@ const aa = {
|
|
|
3815
3815
|
rounded: u = "medium",
|
|
3816
3816
|
...d
|
|
3817
3817
|
}, g) => {
|
|
3818
|
-
const p = se([]), f = (m,
|
|
3819
|
-
var
|
|
3818
|
+
const p = se([]), f = (m, w) => {
|
|
3819
|
+
var b;
|
|
3820
3820
|
const h = m.target.value.replace(/[^0-9]/g, "").slice(0, 1);
|
|
3821
|
-
if (!h && t[
|
|
3822
|
-
const k = t.substring(0,
|
|
3823
|
-
r == null || r(k), h &&
|
|
3824
|
-
}, v = (m,
|
|
3825
|
-
var h, k,
|
|
3826
|
-
m.key === "Backspace" && !t[
|
|
3827
|
-
t.substring(0,
|
|
3828
|
-
), (h = p.current[
|
|
3821
|
+
if (!h && t[w] === void 0) return;
|
|
3822
|
+
const k = t.substring(0, w) + h + t.substring(w + 1, a);
|
|
3823
|
+
r == null || r(k), h && w < a - 1 && ((b = p.current[w + 1]) == null || b.focus()), o && k.length === a && !k.split("").some(($) => !$) && o(k);
|
|
3824
|
+
}, v = (m, w) => {
|
|
3825
|
+
var h, k, b;
|
|
3826
|
+
m.key === "Backspace" && !t[w] && w > 0 ? (r == null || r(
|
|
3827
|
+
t.substring(0, w - 1) + "" + t.substring(w, a)
|
|
3828
|
+
), (h = p.current[w - 1]) == null || h.focus(), m.preventDefault()) : m.key === "ArrowLeft" && w > 0 ? ((k = p.current[w - 1]) == null || k.focus(), m.preventDefault()) : m.key === "ArrowRight" && w < a - 1 && ((b = p.current[w + 1]) == null || b.focus(), m.preventDefault());
|
|
3829
3829
|
};
|
|
3830
|
-
return /* @__PURE__ */ s.jsx("div", { className: `flex justify-center gap-2 ${e}`, children: Array.from({ length: a }).map((m,
|
|
3830
|
+
return /* @__PURE__ */ s.jsx("div", { className: `flex justify-center gap-2 ${e}`, children: Array.from({ length: a }).map((m, w) => /* @__PURE__ */ s.jsx(
|
|
3831
3831
|
"input",
|
|
3832
3832
|
{
|
|
3833
3833
|
ref: (h) => {
|
|
3834
|
-
p.current[
|
|
3834
|
+
p.current[w] = h;
|
|
3835
3835
|
},
|
|
3836
3836
|
type: "text",
|
|
3837
3837
|
inputMode: "numeric",
|
|
@@ -3845,12 +3845,12 @@ const aa = {
|
|
|
3845
3845
|
${ia[u]}
|
|
3846
3846
|
${n}
|
|
3847
3847
|
`,
|
|
3848
|
-
value: t[
|
|
3849
|
-
onChange: (h) => f(h,
|
|
3850
|
-
onKeyDown: (h) => v(h,
|
|
3848
|
+
value: t[w] || "",
|
|
3849
|
+
onChange: (h) => f(h, w),
|
|
3850
|
+
onKeyDown: (h) => v(h, w),
|
|
3851
3851
|
...d
|
|
3852
3852
|
},
|
|
3853
|
-
|
|
3853
|
+
w
|
|
3854
3854
|
)) });
|
|
3855
3855
|
}
|
|
3856
3856
|
);
|
|
@@ -3880,7 +3880,7 @@ const ca = {
|
|
|
3880
3880
|
variant: f = "outlined",
|
|
3881
3881
|
size: v = "medium",
|
|
3882
3882
|
...m
|
|
3883
|
-
},
|
|
3883
|
+
}, w) => {
|
|
3884
3884
|
const h = u ? "border-color-red-500 focus-within:ring-color-red-500" : "border-color-gray-200", k = u ? "text-color-red-500" : i;
|
|
3885
3885
|
return /* @__PURE__ */ s.jsxs("div", { className: "w-full", children: [
|
|
3886
3886
|
g && /* @__PURE__ */ s.jsx("label", { className: `text-sm text-color-gray-500 mb-2 block ${p}`, children: g }),
|
|
@@ -3890,7 +3890,7 @@ const ca = {
|
|
|
3890
3890
|
"input",
|
|
3891
3891
|
{
|
|
3892
3892
|
...m,
|
|
3893
|
-
ref:
|
|
3893
|
+
ref: w,
|
|
3894
3894
|
type: r,
|
|
3895
3895
|
placeholder: e,
|
|
3896
3896
|
defaultValue: n,
|
|
@@ -3978,8 +3978,8 @@ const xr = ({
|
|
|
3978
3978
|
const d = se(null), g = (v) => {
|
|
3979
3979
|
const m = d.current;
|
|
3980
3980
|
if (!m) return;
|
|
3981
|
-
const
|
|
3982
|
-
|
|
3981
|
+
const w = document.createElement("span"), h = m.getBoundingClientRect(), k = Math.max(h.width, h.height);
|
|
3982
|
+
w.style.width = w.style.height = `${k}px`, w.style.left = `${v.clientX - h.left - k / 2}px`, w.style.top = `${v.clientY - h.top - k / 2}px`, w.className = "ripple_small", m.appendChild(w), setTimeout(() => w.remove(), 600), r == null || r(v);
|
|
3983
3983
|
}, p = ((f = ve[n]) == null ? void 0 : f[e === "filled" ? "filled" : e === "outlined" ? "outline" : "transparent"]) || "";
|
|
3984
3984
|
return /* @__PURE__ */ s.jsx(
|
|
3985
3985
|
"button",
|
|
@@ -4009,7 +4009,7 @@ const xr = ({
|
|
|
4009
4009
|
small: "!w-4 !h-4 text-xs",
|
|
4010
4010
|
medium: "!w-5 !h-5 text-sm",
|
|
4011
4011
|
large: "!w-6 !h-6 text-base"
|
|
4012
|
-
},
|
|
4012
|
+
}, Ol = ({
|
|
4013
4013
|
label: e,
|
|
4014
4014
|
color: n = "blue",
|
|
4015
4015
|
variant: t = "filled",
|
|
@@ -4024,7 +4024,7 @@ const xr = ({
|
|
|
4024
4024
|
icon: g
|
|
4025
4025
|
}) => {
|
|
4026
4026
|
var h, k;
|
|
4027
|
-
const p = (h = ve[n]) == null ? void 0 : h.filled, f = (k = ve[n]) == null ? void 0 : k.outline, v = pa[r], m = `inline-flex items-center rounded-full font-medium leading-none ${t === "outlined" ? `border ${f}` : p} ${v} ${a ? "cursor-pointer transition hover:opacity-80" : ""}`.trim(),
|
|
4027
|
+
const p = (h = ve[n]) == null ? void 0 : h.filled, f = (k = ve[n]) == null ? void 0 : k.outline, v = pa[r], m = `inline-flex items-center rounded-full font-medium leading-none ${t === "outlined" ? `border ${f}` : p} ${v} ${a ? "cursor-pointer transition hover:opacity-80" : ""}`.trim(), w = /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
4028
4028
|
d && /* @__PURE__ */ s.jsx(xr, { ...typeof d == "object" ? d : {}, className: `-ml-1 mr-1 ${Hn[r]}` }),
|
|
4029
4029
|
g && /* @__PURE__ */ s.jsx("span", { className: "mr-1 -ml-1", children: g }),
|
|
4030
4030
|
/* @__PURE__ */ s.jsx("span", { children: e }),
|
|
@@ -4034,8 +4034,8 @@ const xr = ({
|
|
|
4034
4034
|
type: "button",
|
|
4035
4035
|
className: `ml-1 -mr-1 ${Hn[r]}`,
|
|
4036
4036
|
tabIndex: -1,
|
|
4037
|
-
onClick: (
|
|
4038
|
-
|
|
4037
|
+
onClick: (b) => {
|
|
4038
|
+
b.stopPropagation(), i(b);
|
|
4039
4039
|
},
|
|
4040
4040
|
color: "pearl",
|
|
4041
4041
|
roundedFull: !0,
|
|
@@ -4050,17 +4050,17 @@ const xr = ({
|
|
|
4050
4050
|
target: u,
|
|
4051
4051
|
className: `no-underline ${m} ${o}`,
|
|
4052
4052
|
onClick: a,
|
|
4053
|
-
children:
|
|
4053
|
+
children: w
|
|
4054
4054
|
}
|
|
4055
4055
|
) : /* @__PURE__ */ s.jsx(
|
|
4056
4056
|
"span",
|
|
4057
4057
|
{
|
|
4058
4058
|
className: `${m} ${o}`,
|
|
4059
4059
|
onClick: a,
|
|
4060
|
-
children:
|
|
4060
|
+
children: w
|
|
4061
4061
|
}
|
|
4062
4062
|
);
|
|
4063
|
-
},
|
|
4063
|
+
}, Il = ({
|
|
4064
4064
|
size: e,
|
|
4065
4065
|
imageUrl: n,
|
|
4066
4066
|
name: t = "User",
|
|
@@ -4072,7 +4072,7 @@ const xr = ({
|
|
|
4072
4072
|
/* @__PURE__ */ s.jsx("span", { className: "text-sm font-medium text-color-gray-800", children: t }),
|
|
4073
4073
|
/* @__PURE__ */ s.jsx("span", { className: "text-xs text-color-gray-600", children: r })
|
|
4074
4074
|
] })
|
|
4075
|
-
] }),
|
|
4075
|
+
] }), Vl = ({ steps: e, currentStep: n, className: t = "", onChange: r }) => /* @__PURE__ */ s.jsx("div", { className: `flex items-center ${t}`, children: e.map((o, a) => {
|
|
4076
4076
|
const i = a === n, l = a < n;
|
|
4077
4077
|
return /* @__PURE__ */ s.jsxs(je.Fragment, { children: [
|
|
4078
4078
|
/* @__PURE__ */ s.jsxs(
|
|
@@ -4106,14 +4106,14 @@ const xr = ({
|
|
|
4106
4106
|
*
|
|
4107
4107
|
* @license MIT
|
|
4108
4108
|
*/
|
|
4109
|
-
function
|
|
4109
|
+
function Le(e, n) {
|
|
4110
4110
|
return typeof e == "function" ? e(n) : e;
|
|
4111
4111
|
}
|
|
4112
4112
|
function ye(e, n) {
|
|
4113
4113
|
return (t) => {
|
|
4114
4114
|
n.setState((r) => ({
|
|
4115
4115
|
...r,
|
|
4116
|
-
[e]:
|
|
4116
|
+
[e]: Le(t, r[e])
|
|
4117
4117
|
}));
|
|
4118
4118
|
};
|
|
4119
4119
|
}
|
|
@@ -4306,22 +4306,22 @@ function at(e, n, t, r) {
|
|
|
4306
4306
|
id: [r, `${f}`].filter(Boolean).join("_"),
|
|
4307
4307
|
headers: []
|
|
4308
4308
|
}, m = [];
|
|
4309
|
-
p.forEach((
|
|
4310
|
-
const h = [...m].reverse()[0], k =
|
|
4311
|
-
let
|
|
4312
|
-
if (k &&
|
|
4313
|
-
h.subHeaders.push(
|
|
4309
|
+
p.forEach((w) => {
|
|
4310
|
+
const h = [...m].reverse()[0], k = w.column.depth === v.depth;
|
|
4311
|
+
let b, $ = !1;
|
|
4312
|
+
if (k && w.column.parent ? b = w.column.parent : (b = w.column, $ = !0), h && (h == null ? void 0 : h.column) === b)
|
|
4313
|
+
h.subHeaders.push(w);
|
|
4314
4314
|
else {
|
|
4315
|
-
const y = Bn(t,
|
|
4316
|
-
id: [r, f,
|
|
4315
|
+
const y = Bn(t, b, {
|
|
4316
|
+
id: [r, f, b.id, w == null ? void 0 : w.id].filter(Boolean).join("_"),
|
|
4317
4317
|
isPlaceholder: $,
|
|
4318
|
-
placeholderId: $ ? `${m.filter((O) => O.column ===
|
|
4318
|
+
placeholderId: $ ? `${m.filter((O) => O.column === b).length}` : void 0,
|
|
4319
4319
|
depth: f,
|
|
4320
4320
|
index: m.length
|
|
4321
4321
|
});
|
|
4322
|
-
y.subHeaders.push(
|
|
4322
|
+
y.subHeaders.push(w), m.push(y);
|
|
4323
4323
|
}
|
|
4324
|
-
v.headers.push(
|
|
4324
|
+
v.headers.push(w), w.headerGroup = v;
|
|
4325
4325
|
}), c.push(v), f > 0 && u(m, f - 1);
|
|
4326
4326
|
}, d = n.map((p, f) => Bn(t, p, {
|
|
4327
4327
|
depth: i,
|
|
@@ -4329,18 +4329,18 @@ function at(e, n, t, r) {
|
|
|
4329
4329
|
}));
|
|
4330
4330
|
u(d, i - 1), c.reverse();
|
|
4331
4331
|
const g = (p) => p.filter((v) => v.column.getIsVisible()).map((v) => {
|
|
4332
|
-
let m = 0,
|
|
4333
|
-
v.subHeaders && v.subHeaders.length ? (h = [], g(v.subHeaders).forEach((
|
|
4332
|
+
let m = 0, w = 0, h = [0];
|
|
4333
|
+
v.subHeaders && v.subHeaders.length ? (h = [], g(v.subHeaders).forEach((b) => {
|
|
4334
4334
|
let {
|
|
4335
4335
|
colSpan: $,
|
|
4336
4336
|
rowSpan: y
|
|
4337
|
-
} =
|
|
4337
|
+
} = b;
|
|
4338
4338
|
m += $, h.push(y);
|
|
4339
4339
|
})) : m = 1;
|
|
4340
4340
|
const k = Math.min(...h);
|
|
4341
|
-
return
|
|
4341
|
+
return w = w + k, v.colSpan = m, v.rowSpan = w, {
|
|
4342
4342
|
colSpan: m,
|
|
4343
|
-
rowSpan:
|
|
4343
|
+
rowSpan: w
|
|
4344
4344
|
};
|
|
4345
4345
|
});
|
|
4346
4346
|
return g((o = (a = c[0]) == null ? void 0 : a.headers) != null ? o : []), c;
|
|
@@ -4392,7 +4392,7 @@ const ha = (e, n, t, r, o, a, i) => {
|
|
|
4392
4392
|
u == null || u.createRow == null || u.createRow(l, e);
|
|
4393
4393
|
}
|
|
4394
4394
|
return l;
|
|
4395
|
-
},
|
|
4395
|
+
}, wa = {
|
|
4396
4396
|
createColumn: (e, n) => {
|
|
4397
4397
|
e._getFacetedRowModel = n.options.getFacetedRowModel && n.options.getFacetedRowModel(n, e.id), e.getFacetedRowModel = () => e._getFacetedRowModel ? e._getFacetedRowModel() : n.getPreFilteredRowModel(), e._getFacetedUniqueValues = n.options.getFacetedUniqueValues && n.options.getFacetedUniqueValues(n, e.id), e.getFacetedUniqueValues = () => e._getFacetedUniqueValues ? e._getFacetedUniqueValues() : /* @__PURE__ */ new Map(), e._getFacetedMinMaxValues = n.options.getFacetedMinMaxValues && n.options.getFacetedMinMaxValues(n, e.id), e.getFacetedMinMaxValues = () => {
|
|
4398
4398
|
if (e._getFacetedMinMaxValues)
|
|
@@ -4405,16 +4405,16 @@ const ha = (e, n, t, r, o, a, i) => {
|
|
|
4405
4405
|
return !!(!((o = e.getValue(n)) == null || (o = o.toString()) == null || (o = o.toLowerCase()) == null) && o.includes(a));
|
|
4406
4406
|
};
|
|
4407
4407
|
hr.autoRemove = (e) => Ce(e);
|
|
4408
|
-
const
|
|
4408
|
+
const wr = (e, n, t) => {
|
|
4409
4409
|
var r;
|
|
4410
4410
|
return !!(!((r = e.getValue(n)) == null || (r = r.toString()) == null) && r.includes(t));
|
|
4411
4411
|
};
|
|
4412
|
-
|
|
4413
|
-
const
|
|
4412
|
+
wr.autoRemove = (e) => Ce(e);
|
|
4413
|
+
const br = (e, n, t) => {
|
|
4414
4414
|
var r;
|
|
4415
4415
|
return ((r = e.getValue(n)) == null || (r = r.toString()) == null ? void 0 : r.toLowerCase()) === (t == null ? void 0 : t.toLowerCase());
|
|
4416
4416
|
};
|
|
4417
|
-
|
|
4417
|
+
br.autoRemove = (e) => Ce(e);
|
|
4418
4418
|
const yr = (e, n, t) => {
|
|
4419
4419
|
var r;
|
|
4420
4420
|
return (r = e.getValue(n)) == null ? void 0 : r.includes(t);
|
|
@@ -4450,8 +4450,8 @@ an.resolveFilterValue = (e) => {
|
|
|
4450
4450
|
an.autoRemove = (e) => Ce(e) || Ce(e[0]) && Ce(e[1]);
|
|
4451
4451
|
const ke = {
|
|
4452
4452
|
includesString: hr,
|
|
4453
|
-
includesStringSensitive:
|
|
4454
|
-
equalsString:
|
|
4453
|
+
includesStringSensitive: wr,
|
|
4454
|
+
equalsString: br,
|
|
4455
4455
|
arrIncludes: yr,
|
|
4456
4456
|
arrIncludesAll: Cr,
|
|
4457
4457
|
arrIncludesSome: Sr,
|
|
@@ -4462,7 +4462,7 @@ const ke = {
|
|
|
4462
4462
|
function Ce(e) {
|
|
4463
4463
|
return e == null || e === "";
|
|
4464
4464
|
}
|
|
4465
|
-
const
|
|
4465
|
+
const ba = {
|
|
4466
4466
|
getDefaultColumnDef: () => ({
|
|
4467
4467
|
filterFn: "auto"
|
|
4468
4468
|
}),
|
|
@@ -4496,7 +4496,7 @@ const wa = {
|
|
|
4496
4496
|
return (t = (r = n.getState().columnFilters) == null ? void 0 : r.findIndex((o) => o.id === e.id)) != null ? t : -1;
|
|
4497
4497
|
}, e.setFilterValue = (t) => {
|
|
4498
4498
|
n.setColumnFilters((r) => {
|
|
4499
|
-
const o = e.getFilterFn(), a = r == null ? void 0 : r.find((d) => d.id === e.id), i =
|
|
4499
|
+
const o = e.getFilterFn(), a = r == null ? void 0 : r.find((d) => d.id === e.id), i = Le(t, a ? a.value : void 0);
|
|
4500
4500
|
if (qn(o, i, e)) {
|
|
4501
4501
|
var l;
|
|
4502
4502
|
return (l = r == null ? void 0 : r.filter((d) => d.id !== e.id)) != null ? l : [];
|
|
@@ -4520,7 +4520,7 @@ const wa = {
|
|
|
4520
4520
|
e.setColumnFilters = (n) => {
|
|
4521
4521
|
const t = e.getAllLeafColumns(), r = (o) => {
|
|
4522
4522
|
var a;
|
|
4523
|
-
return (a =
|
|
4523
|
+
return (a = Le(n, o)) == null ? void 0 : a.filter((i) => {
|
|
4524
4524
|
const l = t.find((c) => c.id === i.id);
|
|
4525
4525
|
if (l) {
|
|
4526
4526
|
const c = l.getFilterFn();
|
|
@@ -4654,13 +4654,13 @@ const ya = (e, n, t) => t.reduce((r, o) => {
|
|
|
4654
4654
|
};
|
|
4655
4655
|
}
|
|
4656
4656
|
};
|
|
4657
|
-
function
|
|
4657
|
+
function La(e, n, t) {
|
|
4658
4658
|
if (!(n != null && n.length) || !t)
|
|
4659
4659
|
return e;
|
|
4660
4660
|
const r = e.filter((a) => !n.includes(a.id));
|
|
4661
4661
|
return t === "remove" ? r : [...n.map((a) => e.find((i) => i.id === a)).filter(Boolean), ...r];
|
|
4662
4662
|
}
|
|
4663
|
-
const
|
|
4663
|
+
const Ma = {
|
|
4664
4664
|
getInitialState: (e) => ({
|
|
4665
4665
|
columnOrder: [],
|
|
4666
4666
|
...e
|
|
@@ -4694,7 +4694,7 @@ const La = {
|
|
|
4694
4694
|
}
|
|
4695
4695
|
a = [...a, ...l];
|
|
4696
4696
|
}
|
|
4697
|
-
return
|
|
4697
|
+
return La(a, t, r);
|
|
4698
4698
|
}, U(e.options, "debugTable", "_getOrderColumnsFn"));
|
|
4699
4699
|
}
|
|
4700
4700
|
}, Dt = () => ({
|
|
@@ -4842,19 +4842,19 @@ const La = {
|
|
|
4842
4842
|
if (!r || !o || (a.persist == null || a.persist(), Tt(a) && a.touches && a.touches.length > 1))
|
|
4843
4843
|
return;
|
|
4844
4844
|
const i = e.getSize(), l = e ? e.getLeafHeaders().map((h) => [h.column.id, h.column.getSize()]) : [[r.id, r.getSize()]], c = Tt(a) ? Math.round(a.touches[0].clientX) : a.clientX, u = {}, d = (h, k) => {
|
|
4845
|
-
typeof k == "number" && (n.setColumnSizingInfo((
|
|
4845
|
+
typeof k == "number" && (n.setColumnSizingInfo((b) => {
|
|
4846
4846
|
var $, y;
|
|
4847
|
-
const O = n.options.columnResizeDirection === "rtl" ? -1 : 1, D = (k - (($ =
|
|
4848
|
-
return
|
|
4847
|
+
const O = n.options.columnResizeDirection === "rtl" ? -1 : 1, D = (k - (($ = b == null ? void 0 : b.startOffset) != null ? $ : 0)) * O, V = Math.max(D / ((y = b == null ? void 0 : b.startSize) != null ? y : 0), -0.999999);
|
|
4848
|
+
return b.columnSizingStart.forEach((F) => {
|
|
4849
4849
|
let [Z, ae] = F;
|
|
4850
4850
|
u[Z] = Math.round(Math.max(ae + ae * V, 0) * 100) / 100;
|
|
4851
4851
|
}), {
|
|
4852
|
-
...
|
|
4852
|
+
...b,
|
|
4853
4853
|
deltaOffset: D,
|
|
4854
4854
|
deltaPercentage: V
|
|
4855
4855
|
};
|
|
4856
|
-
}), (n.options.columnResizeMode === "onChange" || h === "end") && n.setColumnSizing((
|
|
4857
|
-
...
|
|
4856
|
+
}), (n.options.columnResizeMode === "onChange" || h === "end") && n.setColumnSizing((b) => ({
|
|
4857
|
+
...b,
|
|
4858
4858
|
...u
|
|
4859
4859
|
})));
|
|
4860
4860
|
}, g = (h) => d("move", h), p = (h) => {
|
|
@@ -4878,10 +4878,10 @@ const La = {
|
|
|
4878
4878
|
var k;
|
|
4879
4879
|
f == null || f.removeEventListener("touchmove", m.moveHandler), f == null || f.removeEventListener("touchend", m.upHandler), h.cancelable && (h.preventDefault(), h.stopPropagation()), p((k = h.touches[0]) == null ? void 0 : k.clientX);
|
|
4880
4880
|
}
|
|
4881
|
-
},
|
|
4881
|
+
}, w = Na() ? {
|
|
4882
4882
|
passive: !1
|
|
4883
4883
|
} : !1;
|
|
4884
|
-
Tt(a) ? (f == null || f.addEventListener("touchmove", m.moveHandler,
|
|
4884
|
+
Tt(a) ? (f == null || f.addEventListener("touchmove", m.moveHandler, w), f == null || f.addEventListener("touchend", m.upHandler, w)) : (f == null || f.addEventListener("mousemove", v.moveHandler, w), f == null || f.addEventListener("mouseup", v.upHandler, w)), n.setColumnSizingInfo((h) => ({
|
|
4885
4885
|
...h,
|
|
4886
4886
|
startOffset: c,
|
|
4887
4887
|
startSize: i,
|
|
@@ -5141,14 +5141,14 @@ const za = {
|
|
|
5141
5141
|
});
|
|
5142
5142
|
}
|
|
5143
5143
|
}, e.setPagination = (r) => {
|
|
5144
|
-
const o = (a) =>
|
|
5144
|
+
const o = (a) => Le(r, a);
|
|
5145
5145
|
return e.options.onPaginationChange == null ? void 0 : e.options.onPaginationChange(o);
|
|
5146
5146
|
}, e.resetPagination = (r) => {
|
|
5147
5147
|
var o;
|
|
5148
5148
|
e.setPagination(r ? Ot() : (o = e.initialState.pagination) != null ? o : Ot());
|
|
5149
5149
|
}, e.setPageIndex = (r) => {
|
|
5150
5150
|
e.setPagination((o) => {
|
|
5151
|
-
let a =
|
|
5151
|
+
let a = Le(r, o.pageIndex);
|
|
5152
5152
|
const i = typeof e.options.pageCount > "u" || e.options.pageCount === -1 ? Number.MAX_SAFE_INTEGER : e.options.pageCount - 1;
|
|
5153
5153
|
return a = Math.max(0, Math.min(a, i)), {
|
|
5154
5154
|
...o,
|
|
@@ -5163,7 +5163,7 @@ const za = {
|
|
|
5163
5163
|
e.setPageSize(r ? Jt : (o = (a = e.initialState) == null || (a = a.pagination) == null ? void 0 : a.pageSize) != null ? o : Jt);
|
|
5164
5164
|
}, e.setPageSize = (r) => {
|
|
5165
5165
|
e.setPagination((o) => {
|
|
5166
|
-
const a = Math.max(1,
|
|
5166
|
+
const a = Math.max(1, Le(r, o.pageSize)), i = o.pageSize * o.pageIndex, l = Math.floor(i / a);
|
|
5167
5167
|
return {
|
|
5168
5168
|
...o,
|
|
5169
5169
|
pageIndex: l,
|
|
@@ -5172,7 +5172,7 @@ const za = {
|
|
|
5172
5172
|
});
|
|
5173
5173
|
}, e.setPageCount = (r) => e.setPagination((o) => {
|
|
5174
5174
|
var a;
|
|
5175
|
-
let i =
|
|
5175
|
+
let i = Le(r, (a = e.options.pageCount) != null ? a : -1);
|
|
5176
5176
|
return typeof i == "number" && (i = Math.max(-1, i)), {
|
|
5177
5177
|
...o,
|
|
5178
5178
|
pageCount: i
|
|
@@ -5453,14 +5453,14 @@ function en(e, n, t) {
|
|
|
5453
5453
|
}
|
|
5454
5454
|
}), o ? "all" : a ? "some" : !1;
|
|
5455
5455
|
}
|
|
5456
|
-
const tn = /([0-9]+)/gm, Ba = (e, n, t) => kr(
|
|
5456
|
+
const tn = /([0-9]+)/gm, Ba = (e, n, t) => kr(Me(e.getValue(t)).toLowerCase(), Me(n.getValue(t)).toLowerCase()), qa = (e, n, t) => kr(Me(e.getValue(t)), Me(n.getValue(t))), Ga = (e, n, t) => sn(Me(e.getValue(t)).toLowerCase(), Me(n.getValue(t)).toLowerCase()), Wa = (e, n, t) => sn(Me(e.getValue(t)), Me(n.getValue(t))), Ua = (e, n, t) => {
|
|
5457
5457
|
const r = e.getValue(t), o = n.getValue(t);
|
|
5458
5458
|
return r > o ? 1 : r < o ? -1 : 0;
|
|
5459
5459
|
}, Ya = (e, n, t) => sn(e.getValue(t), n.getValue(t));
|
|
5460
5460
|
function sn(e, n) {
|
|
5461
5461
|
return e === n ? 0 : e > n ? 1 : -1;
|
|
5462
5462
|
}
|
|
5463
|
-
function
|
|
5463
|
+
function Me(e) {
|
|
5464
5464
|
return typeof e == "number" ? isNaN(e) || e === 1 / 0 || e === -1 / 0 ? "" : String(e) : typeof e == "string" ? e : "";
|
|
5465
5465
|
}
|
|
5466
5466
|
function kr(e, n) {
|
|
@@ -5582,10 +5582,10 @@ const qe = {
|
|
|
5582
5582
|
}, Ka = [
|
|
5583
5583
|
xa,
|
|
5584
5584
|
Da,
|
|
5585
|
-
|
|
5585
|
+
Ma,
|
|
5586
5586
|
Fa,
|
|
5587
|
-
ba,
|
|
5588
5587
|
wa,
|
|
5588
|
+
ba,
|
|
5589
5589
|
za,
|
|
5590
5590
|
//depends on ColumnFaceting
|
|
5591
5591
|
Ta,
|
|
@@ -5640,7 +5640,7 @@ function Xa(e) {
|
|
|
5640
5640
|
o.setState(o.initialState);
|
|
5641
5641
|
},
|
|
5642
5642
|
setOptions: (p) => {
|
|
5643
|
-
const f =
|
|
5643
|
+
const f = Le(p, o.options);
|
|
5644
5644
|
o.options = i(f);
|
|
5645
5645
|
},
|
|
5646
5646
|
getState: () => o.options.state,
|
|
@@ -5671,8 +5671,8 @@ function Xa(e) {
|
|
|
5671
5671
|
},
|
|
5672
5672
|
// footer: props => props.header.column.id,
|
|
5673
5673
|
cell: (v) => {
|
|
5674
|
-
var m,
|
|
5675
|
-
return (m = (
|
|
5674
|
+
var m, w;
|
|
5675
|
+
return (m = (w = v.renderValue()) == null || w.toString == null ? void 0 : w.toString()) != null ? m : null;
|
|
5676
5676
|
},
|
|
5677
5677
|
...o._features.reduce((v, m) => Object.assign(v, m.getDefaultColumnDef == null ? void 0 : m.getDefaultColumnDef()), {}),
|
|
5678
5678
|
...p
|
|
@@ -5680,10 +5680,10 @@ function Xa(e) {
|
|
|
5680
5680
|
}, U(e, "debugColumns", "_getDefaultColumnDef")),
|
|
5681
5681
|
_getColumnDefs: () => o.options.columns,
|
|
5682
5682
|
getAllColumns: W(() => [o._getColumnDefs()], (p) => {
|
|
5683
|
-
const f = function(v, m,
|
|
5684
|
-
return
|
|
5685
|
-
const k = va(o, h,
|
|
5686
|
-
return k.columns =
|
|
5683
|
+
const f = function(v, m, w) {
|
|
5684
|
+
return w === void 0 && (w = 0), v.map((h) => {
|
|
5685
|
+
const k = va(o, h, w, m), b = h;
|
|
5686
|
+
return k.columns = b.columns ? f(b.columns, k, w + 1) : [], k;
|
|
5687
5687
|
});
|
|
5688
5688
|
};
|
|
5689
5689
|
return f(p);
|
|
@@ -5864,7 +5864,7 @@ const ei = {
|
|
|
5864
5864
|
}
|
|
5865
5865
|
)
|
|
5866
5866
|
] });
|
|
5867
|
-
},
|
|
5867
|
+
}, Hl = ({
|
|
5868
5868
|
data: e,
|
|
5869
5869
|
columns: n = [],
|
|
5870
5870
|
pageSize: t,
|
|
@@ -5933,10 +5933,10 @@ const ei = {
|
|
|
5933
5933
|
)
|
|
5934
5934
|
] })
|
|
5935
5935
|
] }) });
|
|
5936
|
-
},
|
|
5936
|
+
}, Bl = ({ children: e, className: n = "" }) => /* @__PURE__ */ s.jsx("ul", { className: `divide-y divide-color-gray-200 rounded-md bg-color-white shadow-sm border border-color-gray-200 ${n}`, children: e }), ql = ({ children: e, secondaryAction: n, className: t = "" }) => /* @__PURE__ */ s.jsxs("li", { className: `flex items-center justify-between overflow-hidden px-4 py-3 hover:bg-color-gray-50 transition ${t}`, children: [
|
|
5937
5937
|
/* @__PURE__ */ s.jsx("div", { className: "flex-1", children: e }),
|
|
5938
5938
|
n && /* @__PURE__ */ s.jsx("div", { className: "ml-4", children: n })
|
|
5939
|
-
] }),
|
|
5939
|
+
] }), Gl = ({
|
|
5940
5940
|
open: e,
|
|
5941
5941
|
onClick: n,
|
|
5942
5942
|
className: t = "",
|
|
@@ -5957,7 +5957,7 @@ const ei = {
|
|
|
5957
5957
|
children: r
|
|
5958
5958
|
}
|
|
5959
5959
|
);
|
|
5960
|
-
},
|
|
5960
|
+
}, ri = ({
|
|
5961
5961
|
animation: e = "pulse",
|
|
5962
5962
|
variant: n = "rectangular",
|
|
5963
5963
|
width: t,
|
|
@@ -6049,7 +6049,7 @@ const ei = {
|
|
|
6049
6049
|
medium: { track: "h-2", thumb: "w-4 h-4" },
|
|
6050
6050
|
large: { track: "h-3", thumb: "w-5 h-5" }
|
|
6051
6051
|
};
|
|
6052
|
-
function
|
|
6052
|
+
function oi(e) {
|
|
6053
6053
|
const n = se(null), t = se(null), r = se(null), o = (c, u) => {
|
|
6054
6054
|
if (c === u) return !0;
|
|
6055
6055
|
if (Array.isArray(c) && Array.isArray(u)) {
|
|
@@ -6094,14 +6094,14 @@ const Ul = Zr(function({
|
|
|
6094
6094
|
showMarks: f = !1,
|
|
6095
6095
|
marks: v = [],
|
|
6096
6096
|
range: m = !1,
|
|
6097
|
-
minDistance:
|
|
6097
|
+
minDistance: w = 0
|
|
6098
6098
|
}) {
|
|
6099
|
-
const h = n !== void 0, [k,
|
|
6099
|
+
const h = n !== void 0, [k, b] = K(() => t !== void 0 ? t : m ? [a, i] : a), $ = h ? n : k, y = Array.isArray($) ? $[0] : $, [O, D] = Array.isArray($) ? $ : [$, $], V = qt[c] || qt.blue, F = Gn[u] ?? Gn.medium, Z = oe(
|
|
6100
6100
|
(_) => (_ - a) / (i - a) * 100,
|
|
6101
6101
|
[a, i]
|
|
6102
|
-
), ae = Z(y), ue = Z(O), Q = Z(D), H = oe((_) => Math.max(a, Math.min(i, _)), [a, i]), Y = oe((_) => Math.round(_ / l) * l, [l]), T =
|
|
6102
|
+
), ae = Z(y), ue = Z(O), Q = Z(D), H = oe((_) => Math.max(a, Math.min(i, _)), [a, i]), Y = oe((_) => Math.round(_ / l) * l, [l]), T = oi(r), te = oe(
|
|
6103
6103
|
(_, J = !0) => {
|
|
6104
|
-
h ||
|
|
6104
|
+
h || b(_), J ? T.schedule(_) : T.flush(_);
|
|
6105
6105
|
},
|
|
6106
6106
|
[h, T]
|
|
6107
6107
|
), pe = oe(() => {
|
|
@@ -6110,13 +6110,13 @@ const Ul = Zr(function({
|
|
|
6110
6110
|
}, [T, o]), X = oe(
|
|
6111
6111
|
(_, J) => {
|
|
6112
6112
|
if (m && Array.isArray(_)) {
|
|
6113
|
-
let [ee, de] = _, fe = Y(H(ee)),
|
|
6114
|
-
return
|
|
6113
|
+
let [ee, de] = _, fe = Y(H(ee)), we = Y(H(de));
|
|
6114
|
+
return we - fe < w && (J === "min" ? we = H(fe + w) : J === "max" && (fe = H(we - w))), fe > we && (J === "min" ? fe = we : we = fe), [fe, we];
|
|
6115
6115
|
} else if (!m && typeof _ == "number")
|
|
6116
6116
|
return Y(H(_));
|
|
6117
6117
|
return _;
|
|
6118
6118
|
},
|
|
6119
|
-
[m, H, Y,
|
|
6119
|
+
[m, H, Y, w]
|
|
6120
6120
|
), x = se(null), C = oe(
|
|
6121
6121
|
(_) => {
|
|
6122
6122
|
var de;
|
|
@@ -6126,21 +6126,21 @@ const Ul = Zr(function({
|
|
|
6126
6126
|
return a + ee * (i - a);
|
|
6127
6127
|
},
|
|
6128
6128
|
[a, i, m, y]
|
|
6129
|
-
),
|
|
6129
|
+
), M = oe(
|
|
6130
6130
|
(_) => {
|
|
6131
6131
|
const J = Math.abs(_ - O), ee = Math.abs(_ - D);
|
|
6132
6132
|
return J <= ee ? "min" : "max";
|
|
6133
6133
|
},
|
|
6134
6134
|
[O, D]
|
|
6135
|
-
), [
|
|
6135
|
+
), [L, N] = K(null), [I, z] = K(null), [E, P] = K(null), B = oe(
|
|
6136
6136
|
(_, J) => {
|
|
6137
6137
|
var de, fe;
|
|
6138
6138
|
if (d) return;
|
|
6139
6139
|
_.preventDefault(), (fe = (de = _.currentTarget).setPointerCapture) == null || fe.call(de, _.pointerId), P(_.pointerId);
|
|
6140
6140
|
const ee = C(_.clientX);
|
|
6141
6141
|
if (m) {
|
|
6142
|
-
const
|
|
6143
|
-
N(
|
|
6142
|
+
const we = J || M(ee);
|
|
6143
|
+
N(we), te(we === "min" ? X([ee, D], "min") : X([O, ee], "max"));
|
|
6144
6144
|
} else
|
|
6145
6145
|
N("single"), te(X(ee, "single"));
|
|
6146
6146
|
},
|
|
@@ -6148,7 +6148,7 @@ const Ul = Zr(function({
|
|
|
6148
6148
|
d,
|
|
6149
6149
|
m,
|
|
6150
6150
|
C,
|
|
6151
|
-
|
|
6151
|
+
M,
|
|
6152
6152
|
X,
|
|
6153
6153
|
O,
|
|
6154
6154
|
D,
|
|
@@ -6156,14 +6156,14 @@ const Ul = Zr(function({
|
|
|
6156
6156
|
]
|
|
6157
6157
|
), q = oe(
|
|
6158
6158
|
(_) => {
|
|
6159
|
-
if (d || E == null ||
|
|
6159
|
+
if (d || E == null || L == null) return;
|
|
6160
6160
|
const J = C(_.clientX);
|
|
6161
|
-
m ?
|
|
6161
|
+
m ? L === "min" ? te(X([J, D], "min")) : L === "max" && te(X([O, J], "max")) : te(X(J, "single"));
|
|
6162
6162
|
},
|
|
6163
6163
|
[
|
|
6164
6164
|
d,
|
|
6165
6165
|
E,
|
|
6166
|
-
|
|
6166
|
+
L,
|
|
6167
6167
|
m,
|
|
6168
6168
|
C,
|
|
6169
6169
|
X,
|
|
@@ -6172,8 +6172,8 @@ const Ul = Zr(function({
|
|
|
6172
6172
|
te
|
|
6173
6173
|
]
|
|
6174
6174
|
), S = oe(() => {
|
|
6175
|
-
|
|
6176
|
-
}, [
|
|
6175
|
+
L != null && (N(null), P(null), pe());
|
|
6176
|
+
}, [L, pe]), j = oe(
|
|
6177
6177
|
(_, J) => {
|
|
6178
6178
|
if (d) return;
|
|
6179
6179
|
const ee = m ? J === "min" ? O : D : y;
|
|
@@ -6223,12 +6223,12 @@ const Ul = Zr(function({
|
|
|
6223
6223
|
]
|
|
6224
6224
|
);
|
|
6225
6225
|
return ce(() => {
|
|
6226
|
-
if (!
|
|
6226
|
+
if (!L) return;
|
|
6227
6227
|
const _ = document.body.style.userSelect;
|
|
6228
6228
|
return document.body.style.userSelect = "none", () => {
|
|
6229
6229
|
document.body.style.userSelect = _;
|
|
6230
6230
|
};
|
|
6231
|
-
}, [
|
|
6231
|
+
}, [L]), /* @__PURE__ */ s.jsx("div", { className: `w-full ${g}`, children: /* @__PURE__ */ s.jsxs("div", { className: "relative flex items-center", children: [
|
|
6232
6232
|
m && /* @__PURE__ */ s.jsx("div", { className: "mr-3 text-sm font-medium text-color-gray-700 dark:text-color-gray-200 min-w-[2rem]", children: /* @__PURE__ */ s.jsx("div", { className: "range-min", children: /* @__PURE__ */ s.jsx("div", { children: O }) }) }),
|
|
6233
6233
|
/* @__PURE__ */ s.jsxs("div", { className: "w-full", children: [
|
|
6234
6234
|
/* @__PURE__ */ s.jsxs(
|
|
@@ -6247,13 +6247,13 @@ const Ul = Zr(function({
|
|
|
6247
6247
|
m ? /* @__PURE__ */ s.jsx(
|
|
6248
6248
|
"div",
|
|
6249
6249
|
{
|
|
6250
|
-
className: `absolute top-0 ${F.track} ${V.progress} rounded-full ${
|
|
6250
|
+
className: `absolute top-0 ${F.track} ${V.progress} rounded-full ${L ? "" : "transition-all duration-150"}`,
|
|
6251
6251
|
style: { left: `${ue}%`, width: `${Q - ue}%` }
|
|
6252
6252
|
}
|
|
6253
6253
|
) : /* @__PURE__ */ s.jsx(
|
|
6254
6254
|
"div",
|
|
6255
6255
|
{
|
|
6256
|
-
className: `absolute top-0 left-0 ${F.track} ${V.progress} rounded-full ${
|
|
6256
|
+
className: `absolute top-0 left-0 ${F.track} ${V.progress} rounded-full ${L ? "" : "transition-all duration-150"}`,
|
|
6257
6257
|
style: { width: `${ae}%` }
|
|
6258
6258
|
}
|
|
6259
6259
|
),
|
|
@@ -6275,7 +6275,7 @@ const Ul = Zr(function({
|
|
|
6275
6275
|
absolute top-1/2 transform -translate-y-1/2 -translate-x-1/2
|
|
6276
6276
|
${F.thumb} ${V.thumb} ${V.thumbHover} ${V.thumbActive}
|
|
6277
6277
|
rounded-full border-2 ${d ? "opacity-60 cursor-not-allowed" : "cursor-grab"}
|
|
6278
|
-
${
|
|
6278
|
+
${L === "single" ? "cursor-grabbing scale-110" : L ? "" : "transition-all duration-150"}
|
|
6279
6279
|
${I === "single" ? "ring-2 ring-offset-1 ring-blue-300" : ""}
|
|
6280
6280
|
shadow-md hover:shadow-lg focus:outline-none dark:shadow-none
|
|
6281
6281
|
`,
|
|
@@ -6301,7 +6301,7 @@ const Ul = Zr(function({
|
|
|
6301
6301
|
absolute top-1/2 transform -translate-y-1/2 -translate-x-1/2 z-10
|
|
6302
6302
|
${F.thumb} ${V.thumb} ${V.thumbHover} ${V.thumbActive}
|
|
6303
6303
|
rounded-full border-2 ${d ? "opacity-60 cursor-not-allowed" : "cursor-grab"}
|
|
6304
|
-
${
|
|
6304
|
+
${L === "min" ? "cursor-grabbing scale-110 z-20" : L ? "" : "transition-all duration-150"}
|
|
6305
6305
|
${I === "min" ? "ring-2 ring-offset-1 ring-blue-300" : ""}
|
|
6306
6306
|
shadow-md hover:shadow-lg focus:outline-none dark:shadow-none
|
|
6307
6307
|
`,
|
|
@@ -6327,7 +6327,7 @@ const Ul = Zr(function({
|
|
|
6327
6327
|
absolute top-1/2 transform -translate-y-1/2 -translate-x-1/2 z-10
|
|
6328
6328
|
${F.thumb} ${V.thumb} ${V.thumbHover} ${V.thumbActive}
|
|
6329
6329
|
rounded-full border-2 ${d ? "opacity-60 cursor-not-allowed" : "cursor-grab"}
|
|
6330
|
-
${
|
|
6330
|
+
${L === "max" ? "cursor-grabbing scale-110 z-20" : L ? "" : "transition-all duration-150"}
|
|
6331
6331
|
${I === "max" ? "ring-2 ring-offset-1 ring-blue-300" : ""}
|
|
6332
6332
|
shadow-md hover:shadow-lg focus:outline-none dark:shadow-none
|
|
6333
6333
|
`,
|
|
@@ -6464,7 +6464,7 @@ const Ul = Zr(function({
|
|
|
6464
6464
|
var g, p;
|
|
6465
6465
|
const i = "inline-block", l = (g = ve[t]) == null ? void 0 : g.transparent, c = (p = ve[t]) == null ? void 0 : p.filled, u = Math.min(Math.max(n, 0), 100);
|
|
6466
6466
|
if (e === "circular") {
|
|
6467
|
-
const { size: f = 40, thickness: v = 3.6 } = a, m = (f - v) / 2,
|
|
6467
|
+
const { size: f = 40, thickness: v = 3.6 } = a, m = (f - v) / 2, w = 2 * Math.PI * m, h = `${w} ${w}`, k = w - u / 100 * w;
|
|
6468
6468
|
return /* @__PURE__ */ s.jsx(
|
|
6469
6469
|
"div",
|
|
6470
6470
|
{
|
|
@@ -6507,7 +6507,7 @@ const Ul = Zr(function({
|
|
|
6507
6507
|
className: `${l} ${r ? "" : "animate-circular"}`,
|
|
6508
6508
|
style: {
|
|
6509
6509
|
strokeDasharray: h,
|
|
6510
|
-
strokeDashoffset: r ? k :
|
|
6510
|
+
strokeDashoffset: r ? k : w * 0.75,
|
|
6511
6511
|
transformOrigin: "center"
|
|
6512
6512
|
}
|
|
6513
6513
|
}
|
|
@@ -6569,21 +6569,21 @@ const Ul = Zr(function({
|
|
|
6569
6569
|
labels: p = {}
|
|
6570
6570
|
// <-- Add this
|
|
6571
6571
|
}) => {
|
|
6572
|
-
const [f, v] = je.useState(null), m = (
|
|
6572
|
+
const [f, v] = je.useState(null), m = (b, $) => {
|
|
6573
6573
|
if (t || r || !n) return;
|
|
6574
|
-
const { left: y, width: O } =
|
|
6574
|
+
const { left: y, width: O } = b.target.getBoundingClientRect(), D = (b.clientX - y) / O;
|
|
6575
6575
|
let V = $ - 1 + Math.ceil(D / o) * o;
|
|
6576
6576
|
V = Math.min(a, Math.max(o, Math.round(V / o) * o)), n(V);
|
|
6577
|
-
},
|
|
6577
|
+
}, w = (b, $) => {
|
|
6578
6578
|
if (t || r) return;
|
|
6579
|
-
const { left: y, width: O } =
|
|
6579
|
+
const { left: y, width: O } = b.target.getBoundingClientRect(), D = (b.clientX - y) / O;
|
|
6580
6580
|
let V = $ - 1 + Math.ceil(D / o) * o;
|
|
6581
6581
|
V = Math.min(a, Math.max(o, Math.round(V / o) * o)), v(V);
|
|
6582
6582
|
}, h = () => v(null), k = [];
|
|
6583
|
-
for (let
|
|
6584
|
-
let $ = (f !== null ? f : e) >=
|
|
6583
|
+
for (let b = 1; b <= a; b++) {
|
|
6584
|
+
let $ = (f !== null ? f : e) >= b, y = !$ && (f !== null ? f : e) > b - 1, O = $ ? l || je.cloneElement(Wn, { className: `fill-color-yellow-500 ${st[i]}` }) : c || je.cloneElement(Un, { className: `stroke-color-gray-300 ${st[i]}` });
|
|
6585
6585
|
if (y) {
|
|
6586
|
-
const D = ((f !== null ? f : e) - (
|
|
6586
|
+
const D = ((f !== null ? f : e) - (b - 1)) * 100;
|
|
6587
6587
|
O = /* @__PURE__ */ s.jsxs("span", { className: "relative block", children: [
|
|
6588
6588
|
/* @__PURE__ */ s.jsx(
|
|
6589
6589
|
"span",
|
|
@@ -6605,16 +6605,16 @@ const Ul = Zr(function({
|
|
|
6605
6605
|
"span",
|
|
6606
6606
|
{
|
|
6607
6607
|
className: `inline-block ${r ? "opacity-50 cursor-not-allowed" : "cursor-pointer"}`,
|
|
6608
|
-
onClick: (D) => m(D,
|
|
6609
|
-
onMouseMove: (D) =>
|
|
6608
|
+
onClick: (D) => m(D, b),
|
|
6609
|
+
onMouseMove: (D) => w(D, b),
|
|
6610
6610
|
onMouseLeave: h,
|
|
6611
6611
|
tabIndex: t || r ? -1 : 0,
|
|
6612
|
-
"aria-label": `Rate ${
|
|
6612
|
+
"aria-label": `Rate ${b}`,
|
|
6613
6613
|
role: "radio",
|
|
6614
|
-
"aria-checked": e ===
|
|
6614
|
+
"aria-checked": e === b,
|
|
6615
6615
|
children: O
|
|
6616
6616
|
},
|
|
6617
|
-
|
|
6617
|
+
b
|
|
6618
6618
|
)
|
|
6619
6619
|
);
|
|
6620
6620
|
}
|
|
@@ -6639,11 +6639,11 @@ const Ul = Zr(function({
|
|
|
6639
6639
|
swipeable: f = !0,
|
|
6640
6640
|
thumbWidth: v = 60,
|
|
6641
6641
|
orientation: m = "horizontal",
|
|
6642
|
-
nextIcon:
|
|
6642
|
+
nextIcon: w,
|
|
6643
6643
|
prevIcon: h,
|
|
6644
6644
|
className: k
|
|
6645
6645
|
}) => {
|
|
6646
|
-
const
|
|
6646
|
+
const b = e.length, $ = Math.min(Math.max(c, 0.1), b), [y, O] = K(0), [D, V] = K(!1), [F, Z] = K(!1), [ae, ue] = K(0), Q = se(null), H = se(0), Y = se(0), T = $ >= b ? 0 : Math.max(0, b - $), te = (E) => Math.max(0, Math.min(E, T)), pe = (E) => O(
|
|
6647
6647
|
l && T > 0 ? (E % (T + 1) + (T + 1)) % (T + 1) : te(E)
|
|
6648
6648
|
), X = () => {
|
|
6649
6649
|
l && T > 0 ? O(y === 0 ? T : y - 1) : pe(y - 1);
|
|
@@ -6671,9 +6671,9 @@ const Ul = Zr(function({
|
|
|
6671
6671
|
]);
|
|
6672
6672
|
const C = (E, P) => {
|
|
6673
6673
|
!f || T === 0 || (Z(!0), H.current = m === "horizontal" ? E : P, Y.current = H.current);
|
|
6674
|
-
},
|
|
6674
|
+
}, M = (E, P) => {
|
|
6675
6675
|
F && (Y.current = m === "horizontal" ? E : P, ue(Y.current - H.current));
|
|
6676
|
-
},
|
|
6676
|
+
}, L = () => {
|
|
6677
6677
|
if (!F) return;
|
|
6678
6678
|
Math.abs(Y.current - H.current) > 50 && (Y.current < H.current ? x() : X()), Z(!1), ue(0);
|
|
6679
6679
|
}, N = () => {
|
|
@@ -6681,11 +6681,11 @@ const Ul = Zr(function({
|
|
|
6681
6681
|
let P = 0;
|
|
6682
6682
|
if (F && Q.current && T > 0) {
|
|
6683
6683
|
const J = m === "horizontal" ? Q.current.offsetWidth : Q.current.offsetHeight;
|
|
6684
|
-
P = ae / J * 100 * ($ /
|
|
6684
|
+
P = ae / J * 100 * ($ / b);
|
|
6685
6685
|
}
|
|
6686
|
-
const q = Math.min(y, T) * (100 /
|
|
6686
|
+
const q = Math.min(y, T) * (100 / b) - P, S = y >= T, _ = y <= 0 ? 0 : S ? u / (c / 2) : u / c;
|
|
6687
6687
|
return `translate${E}(calc(-${q}% - ${_}px))`;
|
|
6688
|
-
}, I = () => $ >=
|
|
6688
|
+
}, I = () => $ >= b ? 1 : Math.floor(T) + 1, z = () => T === 0 ? 0 : Math.round(y / T * (I() - 1));
|
|
6689
6689
|
return /* @__PURE__ */ s.jsxs(
|
|
6690
6690
|
"div",
|
|
6691
6691
|
{
|
|
@@ -6705,20 +6705,20 @@ const Ul = Zr(function({
|
|
|
6705
6705
|
onMouseDown: (E) => {
|
|
6706
6706
|
E.preventDefault(), C(E.clientX, E.clientY);
|
|
6707
6707
|
},
|
|
6708
|
-
onMouseMove: (E) =>
|
|
6709
|
-
onMouseUp:
|
|
6710
|
-
onMouseLeave:
|
|
6708
|
+
onMouseMove: (E) => M(E.clientX, E.clientY),
|
|
6709
|
+
onMouseUp: L,
|
|
6710
|
+
onMouseLeave: L,
|
|
6711
6711
|
onTouchStart: (E) => C(E.touches[0].clientX, E.touches[0].clientY),
|
|
6712
|
-
onTouchMove: (E) =>
|
|
6713
|
-
onTouchEnd:
|
|
6712
|
+
onTouchMove: (E) => M(E.touches[0].clientX, E.touches[0].clientY),
|
|
6713
|
+
onTouchEnd: L,
|
|
6714
6714
|
children: [
|
|
6715
6715
|
/* @__PURE__ */ s.jsx(
|
|
6716
6716
|
"div",
|
|
6717
6717
|
{
|
|
6718
6718
|
className: `flex ${m === "horizontal" ? "flex-row" : "flex-col"} transition-transform duration-300 ease-in-out`,
|
|
6719
6719
|
style: {
|
|
6720
|
-
width: m === "horizontal" ? `${
|
|
6721
|
-
height: m === "vertical" ? `${
|
|
6720
|
+
width: m === "horizontal" ? `${b * 100 / $}%` : "100%",
|
|
6721
|
+
height: m === "vertical" ? `${b * 100 / $}%` : "100%",
|
|
6722
6722
|
transform: N(),
|
|
6723
6723
|
gap: `${u}px`,
|
|
6724
6724
|
transitionProperty: F ? "none" : "transform"
|
|
@@ -6728,8 +6728,8 @@ const Ul = Zr(function({
|
|
|
6728
6728
|
{
|
|
6729
6729
|
className: "shrink-0 flex items-center justify-center",
|
|
6730
6730
|
style: {
|
|
6731
|
-
width: m === "horizontal" ? `calc(${100 /
|
|
6732
|
-
height: m === "vertical" ? `calc(${100 /
|
|
6731
|
+
width: m === "horizontal" ? `calc(${100 / b}% - ${u / c}px)` : "100%",
|
|
6732
|
+
height: m === "vertical" ? `calc(${100 / b}% - ${u * (b - 1) / b}px)` : "100%"
|
|
6733
6733
|
},
|
|
6734
6734
|
onClick: () => !F && (d == null ? void 0 : d(P)),
|
|
6735
6735
|
children: E
|
|
@@ -6756,7 +6756,7 @@ const Ul = Zr(function({
|
|
|
6756
6756
|
onClick: x,
|
|
6757
6757
|
className: `absolute z-20 bg-color-white/80 border border-color-gray-300 rounded-full w-10 h-10 flex items-center justify-center text-lg font-bold text-color-gray-800 hover:bg-color-white transition-colo cursor-pointer
|
|
6758
6758
|
${m === "horizontal" ? "right-2 top-1/2 -translate-y-1/2" : "left-1/2 bottom-2 -translate-x-1/2"}`,
|
|
6759
|
-
children:
|
|
6759
|
+
children: w || (m === "horizontal" ? "›" : "↓")
|
|
6760
6760
|
}
|
|
6761
6761
|
)
|
|
6762
6762
|
] }),
|
|
@@ -6903,7 +6903,7 @@ const Ul = Zr(function({
|
|
|
6903
6903
|
)
|
|
6904
6904
|
}
|
|
6905
6905
|
);
|
|
6906
|
-
},
|
|
6906
|
+
}, ai = {
|
|
6907
6907
|
small: "px-2 py-1 text-sm",
|
|
6908
6908
|
medium: "px-4 py-2 text-base",
|
|
6909
6909
|
large: "px-6 py-3 text-lg"
|
|
@@ -6942,7 +6942,7 @@ const Ul = Zr(function({
|
|
|
6942
6942
|
disabled: u || p.disabled,
|
|
6943
6943
|
className: `
|
|
6944
6944
|
flex items-center justify-center gap-2 border-0 ${i === "vertical" ? "not-last:border-b-1" : "not-last:border-r-1"} border-color-gray-200
|
|
6945
|
-
${
|
|
6945
|
+
${ai[o]}
|
|
6946
6946
|
${d(p.value) ? ((v = ve[a]) == null ? void 0 : v.filled) || a : "bg-color-transparent text-color-gray-700"}
|
|
6947
6947
|
${u || p.disabled ? "opacity-50 cursor-not-allowed" : "cursor-pointer"}
|
|
6948
6948
|
${c}
|
|
@@ -6973,7 +6973,7 @@ const Ul = Zr(function({
|
|
|
6973
6973
|
small: "rounded-md",
|
|
6974
6974
|
medium: "rounded-xl",
|
|
6975
6975
|
large: "rounded-2xl"
|
|
6976
|
-
},
|
|
6976
|
+
}, ii = ({
|
|
6977
6977
|
title: e,
|
|
6978
6978
|
subtitle: n,
|
|
6979
6979
|
space: t = "medium",
|
|
@@ -6993,6 +6993,7 @@ const Ul = Zr(function({
|
|
|
6993
6993
|
"relative",
|
|
6994
6994
|
"bg-white",
|
|
6995
6995
|
"overflow-hidden",
|
|
6996
|
+
"w-full",
|
|
6996
6997
|
Yn[t] || Yn.medium,
|
|
6997
6998
|
Zn[r] || Zn.small,
|
|
6998
6999
|
Kn[o] || Kn.medium,
|
|
@@ -7013,7 +7014,7 @@ const Ul = Zr(function({
|
|
|
7013
7014
|
l && /* @__PURE__ */ s.jsx("hr", { className: "h-px my-5 bg-color-gray-200 border-0" })
|
|
7014
7015
|
] }),
|
|
7015
7016
|
/* @__PURE__ */ s.jsx("div", { children: c }),
|
|
7016
|
-
f && /* @__PURE__ */ s.jsx("div", { className: "absolute w-full h-full top-0 left-0 flex items-center justify-center bg-color-white bg-opacity-50", children:
|
|
7017
|
+
f && /* @__PURE__ */ s.jsx("div", { className: "absolute w-full h-full top-0 left-0 flex items-center justify-center bg-color-white bg-opacity-50", children: /* @__PURE__ */ s.jsx(ri, { animation: "wave", className: "!w-full !h-full" }) })
|
|
7017
7018
|
] });
|
|
7018
7019
|
}, ts = ({
|
|
7019
7020
|
orientation: e = "horizontal",
|
|
@@ -7185,10 +7186,10 @@ const Ul = Zr(function({
|
|
|
7185
7186
|
)
|
|
7186
7187
|
] });
|
|
7187
7188
|
};
|
|
7188
|
-
function
|
|
7189
|
+
function li(...e) {
|
|
7189
7190
|
return e.filter(Boolean).join(" ");
|
|
7190
7191
|
}
|
|
7191
|
-
const
|
|
7192
|
+
const si = {
|
|
7192
7193
|
sm: "max-w-sm",
|
|
7193
7194
|
md: "max-w-md",
|
|
7194
7195
|
lg: "max-w-lg",
|
|
@@ -7196,7 +7197,7 @@ const li = {
|
|
|
7196
7197
|
"2xl": "max-w-2xl",
|
|
7197
7198
|
"4xl": "max-w-4xl",
|
|
7198
7199
|
"6xl": "max-w-6xl"
|
|
7199
|
-
},
|
|
7200
|
+
}, ci = Ye(
|
|
7200
7201
|
({
|
|
7201
7202
|
open: e,
|
|
7202
7203
|
onClose: n,
|
|
@@ -7209,24 +7210,24 @@ const li = {
|
|
|
7209
7210
|
fullWidth: c = !1,
|
|
7210
7211
|
maxWidth: u
|
|
7211
7212
|
}, d) => {
|
|
7212
|
-
const [g, p] = K(e || !1), [f, v] = K(!1), [m,
|
|
7213
|
+
const [g, p] = K(e || !1), [f, v] = K(!1), [m, w] = K(!1);
|
|
7213
7214
|
ce(() => {
|
|
7214
7215
|
e !== void 0 && p(e);
|
|
7215
7216
|
}, [e]), tr(d, () => ({
|
|
7216
7217
|
open: () => p(!0),
|
|
7217
7218
|
close: () => {
|
|
7218
|
-
|
|
7219
|
+
w(!1), setTimeout(() => p(!1), 300);
|
|
7219
7220
|
}
|
|
7220
7221
|
})), ce(() => {
|
|
7221
7222
|
let k;
|
|
7222
|
-
return g ? (v(!0), k = setTimeout(() =>
|
|
7223
|
+
return g ? (v(!0), k = setTimeout(() => w(!0), 10)) : w(!1), () => clearTimeout(k);
|
|
7223
7224
|
}, [g]);
|
|
7224
7225
|
const h = () => {
|
|
7225
7226
|
g || v(!1);
|
|
7226
7227
|
};
|
|
7227
7228
|
return ce(() => {
|
|
7228
|
-
const k = (
|
|
7229
|
-
|
|
7229
|
+
const k = (b) => {
|
|
7230
|
+
b.key === "Escape" && (n == null || n());
|
|
7230
7231
|
};
|
|
7231
7232
|
return g && document.addEventListener("keydown", k), () => document.removeEventListener("keydown", k);
|
|
7232
7233
|
}, [g, n]), ce(() => (g ? document.body.style.overflow = "hidden" : document.body.style.overflow = "", () => {
|
|
@@ -7235,7 +7236,7 @@ const li = {
|
|
|
7235
7236
|
/* @__PURE__ */ s.jsxs(
|
|
7236
7237
|
"div",
|
|
7237
7238
|
{
|
|
7238
|
-
className:
|
|
7239
|
+
className: li(
|
|
7239
7240
|
"fixed inset-0 z-50 flex items-center justify-center transition-opacity duration-300",
|
|
7240
7241
|
m ? "opacity-100" : "opacity-0 pointer-events-none"
|
|
7241
7242
|
),
|
|
@@ -7252,7 +7253,7 @@ const li = {
|
|
|
7252
7253
|
/* @__PURE__ */ s.jsxs(
|
|
7253
7254
|
"div",
|
|
7254
7255
|
{
|
|
7255
|
-
className: `relative flex flex-col z-50 bg-color-white rounded-xl shadow-lg transition-all duration-300 transform p-6 ${m ? "opacity-100 scale-100" : "opacity-0 scale-95"} ${l ? "w-full h-[calc(100%_-_40px)] m-5" : `${c ? "w-full" : "w-auto"} ${u ?
|
|
7256
|
+
className: `relative flex flex-col z-50 bg-color-white rounded-xl shadow-lg transition-all duration-300 transform p-6 ${m ? "opacity-100 scale-100" : "opacity-0 scale-95"} ${l ? "w-full h-[calc(100%_-_40px)] m-5" : `${c ? "w-full" : "w-auto"} ${u ? si[u] : ""} mx-5`} ${t}`,
|
|
7256
7257
|
onTransitionEnd: h,
|
|
7257
7258
|
children: [
|
|
7258
7259
|
/* @__PURE__ */ s.jsxs("div", { className: "flex items-center justify-between mb-4", children: [
|
|
@@ -7289,16 +7290,16 @@ function as({ items: e, trigger: n, className: t, dropdownItemClass: r }) {
|
|
|
7289
7290
|
};
|
|
7290
7291
|
Kr(() => {
|
|
7291
7292
|
if (o && d.current && g.current) {
|
|
7292
|
-
const v = d.current.getBoundingClientRect(), m = g.current.getBoundingClientRect(),
|
|
7293
|
-
let k = v.left + window.scrollX,
|
|
7294
|
-
v.right + m.width >
|
|
7293
|
+
const v = d.current.getBoundingClientRect(), m = g.current.getBoundingClientRect(), w = window.innerWidth, h = window.innerHeight;
|
|
7294
|
+
let k = v.left + window.scrollX, b = v.bottom + window.scrollY;
|
|
7295
|
+
v.right + m.width > w && (k = v.right + window.scrollX - m.width), k + m.width > w && (k = w - m.width - 12), b + m.height > h && (b = v.top + window.scrollY - m.height), l({ top: b, left: k }), setTimeout(() => {
|
|
7295
7296
|
u(!0);
|
|
7296
7297
|
}, 150);
|
|
7297
7298
|
}
|
|
7298
7299
|
}, [o]), ce(() => {
|
|
7299
7300
|
const v = (m) => {
|
|
7300
|
-
var
|
|
7301
|
-
g.current && !g.current.contains(m.target) && !((
|
|
7301
|
+
var w;
|
|
7302
|
+
g.current && !g.current.contains(m.target) && !((w = d.current) != null && w.contains(m.target)) && a(!1);
|
|
7302
7303
|
};
|
|
7303
7304
|
return o && document.addEventListener("mousedown", v), () => {
|
|
7304
7305
|
document.removeEventListener("mousedown", v);
|
|
@@ -7318,8 +7319,8 @@ function as({ items: e, trigger: n, className: t, dropdownItemClass: r }) {
|
|
|
7318
7319
|
{
|
|
7319
7320
|
disabled: v.disabled,
|
|
7320
7321
|
onClick: () => {
|
|
7321
|
-
var
|
|
7322
|
-
(
|
|
7322
|
+
var w;
|
|
7323
|
+
(w = v.onClick) == null || w.call(v), a(!1);
|
|
7323
7324
|
},
|
|
7324
7325
|
className: `flex items-center gap-3 w-full text-left px-3 py-2 bg-color-transparent hover:bg-color-gray-100 transition-all cursor-pointer rounded-md text-md text-color-gray-700 ${v.disabled ? "opacity-50 hover:bg-color-transparent !cursor-not-allowed" : ""} ${r} ${v.itemClass}`,
|
|
7325
7326
|
children: [
|
|
@@ -7336,10 +7337,10 @@ function as({ items: e, trigger: n, className: t, dropdownItemClass: r }) {
|
|
|
7336
7337
|
o && Ze(f, document.body)
|
|
7337
7338
|
] });
|
|
7338
7339
|
}
|
|
7339
|
-
function
|
|
7340
|
+
function ui(...e) {
|
|
7340
7341
|
return e.filter(Boolean).join(" ");
|
|
7341
7342
|
}
|
|
7342
|
-
const
|
|
7343
|
+
const di = ({
|
|
7343
7344
|
open: e,
|
|
7344
7345
|
onClose: n,
|
|
7345
7346
|
className: t,
|
|
@@ -7352,19 +7353,19 @@ const ui = ({
|
|
|
7352
7353
|
}) => {
|
|
7353
7354
|
const [u, d] = K(!1), [g, p] = K(!1);
|
|
7354
7355
|
ce(() => {
|
|
7355
|
-
let
|
|
7356
|
-
return e ? (d(!0),
|
|
7356
|
+
let w;
|
|
7357
|
+
return e ? (d(!0), w = setTimeout(() => {
|
|
7357
7358
|
p(!0);
|
|
7358
|
-
}, 10)) : p(!1), () => clearTimeout(
|
|
7359
|
+
}, 10)) : p(!1), () => clearTimeout(w);
|
|
7359
7360
|
}, [e]);
|
|
7360
7361
|
const f = () => {
|
|
7361
7362
|
e || d(!1);
|
|
7362
7363
|
};
|
|
7363
7364
|
if (ce(() => {
|
|
7364
|
-
const
|
|
7365
|
+
const w = (h) => {
|
|
7365
7366
|
h.key === "Escape" && (n == null || n());
|
|
7366
7367
|
};
|
|
7367
|
-
return e && document.addEventListener("keydown",
|
|
7368
|
+
return e && document.addEventListener("keydown", w), () => document.removeEventListener("keydown", w);
|
|
7368
7369
|
}, [e, n]), ce(() => (e ? (document.body.style.overflow = "hidden", document.documentElement.style.overflow = "hidden") : (document.body.style.overflow = "", document.documentElement.style.overflow = ""), () => {
|
|
7369
7370
|
document.body.style.overflow = "", document.documentElement.style.overflow = "";
|
|
7370
7371
|
}), [e]), !u) return null;
|
|
@@ -7383,7 +7384,7 @@ const ui = ({
|
|
|
7383
7384
|
/* @__PURE__ */ s.jsxs(
|
|
7384
7385
|
"div",
|
|
7385
7386
|
{
|
|
7386
|
-
className:
|
|
7387
|
+
className: ui(
|
|
7387
7388
|
"fixed inset-0 z-50 transition-opacity duration-300",
|
|
7388
7389
|
g ? "opacity-100" : "opacity-0 pointer-events-none"
|
|
7389
7390
|
),
|
|
@@ -7426,8 +7427,8 @@ const ui = ({
|
|
|
7426
7427
|
}, is = ({
|
|
7427
7428
|
title: e,
|
|
7428
7429
|
content: n,
|
|
7429
|
-
expandIcon: t,
|
|
7430
|
-
collapseIcon: r,
|
|
7430
|
+
expandIcon: t = /* @__PURE__ */ s.jsx("svg", { className: "size-4", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z" }) }),
|
|
7431
|
+
collapseIcon: r = /* @__PURE__ */ s.jsx("svg", { className: "size-4", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M11.9999 10.8284L7.0502 15.7782L5.63599 14.364L11.9999 8L18.3639 14.364L16.9497 15.7782L11.9999 10.8284Z" }) }),
|
|
7431
7432
|
isOpen: o,
|
|
7432
7433
|
defaultExpanded: a = !1,
|
|
7433
7434
|
onToggle: i,
|
|
@@ -7441,7 +7442,7 @@ const ui = ({
|
|
|
7441
7442
|
};
|
|
7442
7443
|
return ce(() => {
|
|
7443
7444
|
p && g(o);
|
|
7444
|
-
}, [o]), /* @__PURE__ */ s.jsxs("div", { className: `overflow-hidden ${l}`, children: [
|
|
7445
|
+
}, [o]), /* @__PURE__ */ s.jsxs("div", { className: `overflow-hidden w-full border border-color-gray-100 ${l}`, children: [
|
|
7445
7446
|
/* @__PURE__ */ s.jsxs(
|
|
7446
7447
|
"button",
|
|
7447
7448
|
{
|
|
@@ -7461,19 +7462,19 @@ const ui = ({
|
|
|
7461
7462
|
),
|
|
7462
7463
|
/* @__PURE__ */ s.jsx("div", { className: `grid overflow-hidden transition-all duration-300 ease-in-out grid-rows-[0fr] ${f ? "grid-rows-[1fr] opacity-100" : "grid-rows-[0fr] opacity-0"}`, children: /* @__PURE__ */ s.jsx("div", { className: "overflow-hidden", children: /* @__PURE__ */ s.jsx("div", { className: `p-4 text-sm text-color-gray-700 ${u}`, children: n }) }) })
|
|
7463
7464
|
] });
|
|
7464
|
-
},
|
|
7465
|
+
}, pi = {
|
|
7465
7466
|
info: "bg-color-blue-50 border-color-blue-300 text-color-blue-800",
|
|
7466
7467
|
success: "bg-color-green-50 border-color-green-300 text-color-green-800",
|
|
7467
7468
|
danger: "bg-color-red-50 border-color-red-300 text-color-red-800",
|
|
7468
7469
|
warning: "bg-color-yellow-50 border-color-yellow-300 text-color-yellow-800",
|
|
7469
7470
|
dark: "bg-color-gray-100 border-color-gray-300 text-color-gray-800"
|
|
7470
|
-
},
|
|
7471
|
+
}, fi = {
|
|
7471
7472
|
info: /* @__PURE__ */ s.jsx("svg", { className: "text-color-blue-800 shrink-0 size-7", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 7H13V9H11V7ZM11 11H13V17H11V11Z" }) }),
|
|
7472
7473
|
success: /* @__PURE__ */ s.jsx("svg", { className: "text-color-green-800 shrink-0 size-7", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM17.4571 9.45711L16.0429 8.04289L11 13.0858L8.20711 10.2929L6.79289 11.7071L11 15.9142L17.4571 9.45711Z" }) }),
|
|
7473
7474
|
danger: /* @__PURE__ */ s.jsx("svg", { className: "text-color-red-800 shrink-0 size-7", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 10.5858L14.8284 7.75736L16.2426 9.17157L13.4142 12L16.2426 14.8284L14.8284 16.2426L12 13.4142L9.17157 16.2426L7.75736 14.8284L10.5858 12L7.75736 9.17157L9.17157 7.75736L12 10.5858Z" }) }),
|
|
7474
7475
|
warning: /* @__PURE__ */ s.jsx("svg", { className: "text-color-yellow-800 shrink-0 size-7", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z" }) }),
|
|
7475
7476
|
dark: /* @__PURE__ */ s.jsx("svg", { className: "text-color-gray-800 shrink-0 size-7", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 7H13V9H11V7ZM11 11H13V17H11V11Z" }) })
|
|
7476
|
-
},
|
|
7477
|
+
}, mi = {
|
|
7477
7478
|
info: "bg-color-blue-500",
|
|
7478
7479
|
success: "bg-color-green-500",
|
|
7479
7480
|
danger: "bg-color-red-500",
|
|
@@ -7498,10 +7499,10 @@ const ui = ({
|
|
|
7498
7499
|
}, [r, a, t]), i ? /* @__PURE__ */ s.jsxs(
|
|
7499
7500
|
"div",
|
|
7500
7501
|
{
|
|
7501
|
-
className: `relative border-t-4 p-4 flex items-start justify-between ${
|
|
7502
|
+
className: `relative border-t-4 p-4 flex items-start justify-between ${pi[n]} ${o}`,
|
|
7502
7503
|
children: [
|
|
7503
7504
|
/* @__PURE__ */ s.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
7504
|
-
|
|
7505
|
+
fi[n],
|
|
7505
7506
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: e } })
|
|
7506
7507
|
] }),
|
|
7507
7508
|
/* @__PURE__ */ s.jsx(
|
|
@@ -7519,7 +7520,7 @@ const ui = ({
|
|
|
7519
7520
|
"div",
|
|
7520
7521
|
{
|
|
7521
7522
|
ref: c,
|
|
7522
|
-
className: `${
|
|
7523
|
+
className: `${mi[n]} h-1`,
|
|
7523
7524
|
style: { width: "100%" }
|
|
7524
7525
|
}
|
|
7525
7526
|
) })
|
|
@@ -7612,18 +7613,18 @@ function cn(e) {
|
|
|
7612
7613
|
return n;
|
|
7613
7614
|
}
|
|
7614
7615
|
function $r(e, n, t = "/") {
|
|
7615
|
-
return
|
|
7616
|
+
return gi(e, n, t, !1);
|
|
7616
7617
|
}
|
|
7617
|
-
function
|
|
7618
|
+
function gi(e, n, t, r) {
|
|
7618
7619
|
let o = typeof n == "string" ? cn(n) : n, a = Fe(o.pathname || "/", t);
|
|
7619
7620
|
if (a == null)
|
|
7620
7621
|
return null;
|
|
7621
7622
|
let i = _r(e);
|
|
7622
|
-
|
|
7623
|
+
vi(i);
|
|
7623
7624
|
let l = null;
|
|
7624
7625
|
for (let c = 0; l == null && c < i.length; ++c) {
|
|
7625
|
-
let u =
|
|
7626
|
-
l =
|
|
7626
|
+
let u = $i(a);
|
|
7627
|
+
l = Ri(
|
|
7627
7628
|
i[c],
|
|
7628
7629
|
u,
|
|
7629
7630
|
r
|
|
@@ -7651,7 +7652,7 @@ function _r(e, n = [], t = [], r = "") {
|
|
|
7651
7652
|
`Index routes must not have child routes. Please remove all child routes from route path "${u}".`
|
|
7652
7653
|
), _r(a.children, n, d, u)), !(a.path == null && !a.index) && n.push({
|
|
7653
7654
|
path: u,
|
|
7654
|
-
score:
|
|
7655
|
+
score: Si(u, a.index),
|
|
7655
7656
|
routesMeta: d
|
|
7656
7657
|
});
|
|
7657
7658
|
};
|
|
@@ -7679,23 +7680,23 @@ function Er(e) {
|
|
|
7679
7680
|
(c) => e.startsWith("/") && c === "" ? "/" : c
|
|
7680
7681
|
);
|
|
7681
7682
|
}
|
|
7682
|
-
function
|
|
7683
|
+
function vi(e) {
|
|
7683
7684
|
e.sort(
|
|
7684
|
-
(n, t) => n.score !== t.score ? t.score - n.score :
|
|
7685
|
+
(n, t) => n.score !== t.score ? t.score - n.score : ji(
|
|
7685
7686
|
n.routesMeta.map((r) => r.childrenIndex),
|
|
7686
7687
|
t.routesMeta.map((r) => r.childrenIndex)
|
|
7687
7688
|
)
|
|
7688
7689
|
);
|
|
7689
7690
|
}
|
|
7690
|
-
var
|
|
7691
|
-
function
|
|
7691
|
+
var xi = /^:[\w-]+$/, hi = 3, wi = 2, bi = 1, yi = 10, Ci = -2, Xn = (e) => e === "*";
|
|
7692
|
+
function Si(e, n) {
|
|
7692
7693
|
let t = e.split("/"), r = t.length;
|
|
7693
|
-
return t.some(Xn) && (r +=
|
|
7694
|
-
(o, a) => o + (
|
|
7694
|
+
return t.some(Xn) && (r += Ci), n && (r += wi), t.filter((o) => !Xn(o)).reduce(
|
|
7695
|
+
(o, a) => o + (xi.test(a) ? hi : a === "" ? bi : yi),
|
|
7695
7696
|
r
|
|
7696
7697
|
);
|
|
7697
7698
|
}
|
|
7698
|
-
function
|
|
7699
|
+
function ji(e, n) {
|
|
7699
7700
|
return e.length === n.length && e.slice(0, -1).every((r, o) => r === n[o]) ? (
|
|
7700
7701
|
// If two routes are siblings, we should try to match the earlier sibling
|
|
7701
7702
|
// first. This allows people to have fine-grained control over the matching
|
|
@@ -7708,7 +7709,7 @@ function Si(e, n) {
|
|
|
7708
7709
|
0
|
|
7709
7710
|
);
|
|
7710
7711
|
}
|
|
7711
|
-
function
|
|
7712
|
+
function Ri(e, n, t = !1) {
|
|
7712
7713
|
let { routesMeta: r } = e, o = {}, a = "/", i = [];
|
|
7713
7714
|
for (let l = 0; l < r.length; ++l) {
|
|
7714
7715
|
let c = r[l], u = l === r.length - 1, d = a === "/" ? n : n.slice(a.length) || "/", g = gt(
|
|
@@ -7728,7 +7729,7 @@ function ji(e, n, t = !1) {
|
|
|
7728
7729
|
// TODO: Can this as be avoided?
|
|
7729
7730
|
params: o,
|
|
7730
7731
|
pathname: $e([a, g.pathname]),
|
|
7731
|
-
pathnameBase:
|
|
7732
|
+
pathnameBase: Li(
|
|
7732
7733
|
$e([a, g.pathnameBase])
|
|
7733
7734
|
),
|
|
7734
7735
|
route: p
|
|
@@ -7738,7 +7739,7 @@ function ji(e, n, t = !1) {
|
|
|
7738
7739
|
}
|
|
7739
7740
|
function gt(e, n) {
|
|
7740
7741
|
typeof e == "string" && (e = { path: e, caseSensitive: !1, end: !0 });
|
|
7741
|
-
let [t, r] =
|
|
7742
|
+
let [t, r] = ki(
|
|
7742
7743
|
e.path,
|
|
7743
7744
|
e.caseSensitive,
|
|
7744
7745
|
e.end
|
|
@@ -7762,7 +7763,7 @@ function gt(e, n) {
|
|
|
7762
7763
|
pattern: e
|
|
7763
7764
|
};
|
|
7764
7765
|
}
|
|
7765
|
-
function
|
|
7766
|
+
function ki(e, n = !1, t = !0) {
|
|
7766
7767
|
_e(
|
|
7767
7768
|
e === "*" || !e.endsWith("*") || e.endsWith("/*"),
|
|
7768
7769
|
`Route path "${e}" will be treated as if it were "${e.replace(/\*$/, "/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/, "/*")}".`
|
|
@@ -7773,7 +7774,7 @@ function Ri(e, n = !1, t = !0) {
|
|
|
7773
7774
|
);
|
|
7774
7775
|
return e.endsWith("*") ? (r.push({ paramName: "*" }), o += e === "*" || e === "/*" ? "(.*)$" : "(?:\\/(.+)|\\/*)$") : t ? o += "\\/*$" : e !== "" && e !== "/" && (o += "(?:(?=\\/|$))"), [new RegExp(o, n ? void 0 : "i"), r];
|
|
7775
7776
|
}
|
|
7776
|
-
function
|
|
7777
|
+
function $i(e) {
|
|
7777
7778
|
try {
|
|
7778
7779
|
return e.split("/").map((n) => decodeURIComponent(n).replace(/\//g, "%2F")).join("/");
|
|
7779
7780
|
} catch (n) {
|
|
@@ -7790,19 +7791,19 @@ function Fe(e, n) {
|
|
|
7790
7791
|
let t = n.endsWith("/") ? n.length - 1 : n.length, r = e.charAt(t);
|
|
7791
7792
|
return r && r !== "/" ? null : e.slice(t) || "/";
|
|
7792
7793
|
}
|
|
7793
|
-
function
|
|
7794
|
+
function _i(e, n = "/") {
|
|
7794
7795
|
let {
|
|
7795
7796
|
pathname: t,
|
|
7796
7797
|
search: r = "",
|
|
7797
7798
|
hash: o = ""
|
|
7798
7799
|
} = typeof e == "string" ? cn(e) : e;
|
|
7799
7800
|
return {
|
|
7800
|
-
pathname: t ? t.startsWith("/") ? t :
|
|
7801
|
+
pathname: t ? t.startsWith("/") ? t : Ei(t, n) : n,
|
|
7801
7802
|
search: Mi(r),
|
|
7802
|
-
hash:
|
|
7803
|
+
hash: Fi(o)
|
|
7803
7804
|
};
|
|
7804
7805
|
}
|
|
7805
|
-
function
|
|
7806
|
+
function Ei(e, n) {
|
|
7806
7807
|
let t = n.replace(/\/+$/, "").split("/");
|
|
7807
7808
|
return e.split("/").forEach((o) => {
|
|
7808
7809
|
o === ".." ? t.length > 1 && t.pop() : o !== "." && t.push(o);
|
|
@@ -7813,18 +7814,18 @@ function Ht(e, n, t, r) {
|
|
|
7813
7814
|
r
|
|
7814
7815
|
)}]. Please separate it out to the \`to.${t}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`;
|
|
7815
7816
|
}
|
|
7816
|
-
function
|
|
7817
|
+
function Pi(e) {
|
|
7817
7818
|
return e.filter(
|
|
7818
7819
|
(n, t) => t === 0 || n.route.path && n.route.path.length > 0
|
|
7819
7820
|
);
|
|
7820
7821
|
}
|
|
7821
7822
|
function Pr(e) {
|
|
7822
|
-
let n =
|
|
7823
|
+
let n = Pi(e);
|
|
7823
7824
|
return n.map(
|
|
7824
7825
|
(t, r) => r === n.length - 1 ? t.pathname : t.pathnameBase
|
|
7825
7826
|
);
|
|
7826
7827
|
}
|
|
7827
|
-
function
|
|
7828
|
+
function Lr(e, n, t, r = !1) {
|
|
7828
7829
|
let o;
|
|
7829
7830
|
typeof e == "string" ? o = cn(e) : (o = { ...e }, xe(
|
|
7830
7831
|
!o.pathname || !o.pathname.includes("?"),
|
|
@@ -7849,27 +7850,27 @@ function Mr(e, n, t, r = !1) {
|
|
|
7849
7850
|
}
|
|
7850
7851
|
l = g >= 0 ? n[g] : "/";
|
|
7851
7852
|
}
|
|
7852
|
-
let c =
|
|
7853
|
+
let c = _i(o, l), u = i && i !== "/" && i.endsWith("/"), d = (a || i === ".") && t.endsWith("/");
|
|
7853
7854
|
return !c.pathname.endsWith("/") && (u || d) && (c.pathname += "/"), c;
|
|
7854
7855
|
}
|
|
7855
|
-
var $e = (e) => e.join("/").replace(/\/\/+/g, "/"),
|
|
7856
|
-
function
|
|
7856
|
+
var $e = (e) => e.join("/").replace(/\/\/+/g, "/"), Li = (e) => e.replace(/\/+$/, "").replace(/^\/*/, "/"), Mi = (e) => !e || e === "?" ? "" : e.startsWith("?") ? e : "?" + e, Fi = (e) => !e || e === "#" ? "" : e.startsWith("#") ? e : "#" + e;
|
|
7857
|
+
function Ai(e) {
|
|
7857
7858
|
return e != null && typeof e.status == "number" && typeof e.statusText == "string" && typeof e.internal == "boolean" && "data" in e;
|
|
7858
7859
|
}
|
|
7859
|
-
var
|
|
7860
|
+
var Mr = [
|
|
7860
7861
|
"POST",
|
|
7861
7862
|
"PUT",
|
|
7862
7863
|
"PATCH",
|
|
7863
7864
|
"DELETE"
|
|
7864
7865
|
];
|
|
7865
7866
|
new Set(
|
|
7866
|
-
|
|
7867
|
+
Mr
|
|
7867
7868
|
);
|
|
7868
|
-
var
|
|
7869
|
+
var Ni = [
|
|
7869
7870
|
"GET",
|
|
7870
|
-
...
|
|
7871
|
+
...Mr
|
|
7871
7872
|
];
|
|
7872
|
-
new Set(
|
|
7873
|
+
new Set(Ni);
|
|
7873
7874
|
var Ie = R.createContext(null);
|
|
7874
7875
|
Ie.displayName = "DataRouter";
|
|
7875
7876
|
var xt = R.createContext(null);
|
|
@@ -7879,12 +7880,12 @@ var Fr = R.createContext({
|
|
|
7879
7880
|
isTransitioning: !1
|
|
7880
7881
|
});
|
|
7881
7882
|
Fr.displayName = "ViewTransition";
|
|
7882
|
-
var
|
|
7883
|
+
var Di = R.createContext(
|
|
7883
7884
|
/* @__PURE__ */ new Map()
|
|
7884
7885
|
);
|
|
7885
|
-
|
|
7886
|
-
var
|
|
7887
|
-
|
|
7886
|
+
Di.displayName = "Fetchers";
|
|
7887
|
+
var zi = R.createContext(null);
|
|
7888
|
+
zi.displayName = "Await";
|
|
7888
7889
|
var Ee = R.createContext(
|
|
7889
7890
|
null
|
|
7890
7891
|
);
|
|
@@ -7901,7 +7902,7 @@ var Pe = R.createContext({
|
|
|
7901
7902
|
Pe.displayName = "Route";
|
|
7902
7903
|
var dn = R.createContext(null);
|
|
7903
7904
|
dn.displayName = "RouteError";
|
|
7904
|
-
function
|
|
7905
|
+
function Ti(e, { relative: n } = {}) {
|
|
7905
7906
|
xe(
|
|
7906
7907
|
ht(),
|
|
7907
7908
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
@@ -7926,11 +7927,11 @@ var Ar = "You should call navigate() in a React.useEffect(), not when your compo
|
|
|
7926
7927
|
function Nr(e) {
|
|
7927
7928
|
R.useContext(Ee).static || R.useLayoutEffect(e);
|
|
7928
7929
|
}
|
|
7929
|
-
function
|
|
7930
|
+
function Oi() {
|
|
7930
7931
|
let { isDataRoute: e } = R.useContext(Pe);
|
|
7931
|
-
return e ?
|
|
7932
|
+
return e ? Ji() : Ii();
|
|
7932
7933
|
}
|
|
7933
|
-
function
|
|
7934
|
+
function Ii() {
|
|
7934
7935
|
xe(
|
|
7935
7936
|
ht(),
|
|
7936
7937
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
@@ -7947,7 +7948,7 @@ function Oi() {
|
|
|
7947
7948
|
t.go(c);
|
|
7948
7949
|
return;
|
|
7949
7950
|
}
|
|
7950
|
-
let d =
|
|
7951
|
+
let d = Lr(
|
|
7951
7952
|
c,
|
|
7952
7953
|
JSON.parse(a),
|
|
7953
7954
|
o,
|
|
@@ -7972,7 +7973,7 @@ R.createContext(null);
|
|
|
7972
7973
|
function Ke(e, { relative: n } = {}) {
|
|
7973
7974
|
let { matches: t } = R.useContext(Pe), { pathname: r } = De(), o = JSON.stringify(Pr(t));
|
|
7974
7975
|
return R.useMemo(
|
|
7975
|
-
() =>
|
|
7976
|
+
() => Lr(
|
|
7976
7977
|
e,
|
|
7977
7978
|
JSON.parse(o),
|
|
7978
7979
|
r,
|
|
@@ -7981,7 +7982,7 @@ function Ke(e, { relative: n } = {}) {
|
|
|
7981
7982
|
[e, o, r, n]
|
|
7982
7983
|
);
|
|
7983
7984
|
}
|
|
7984
|
-
function
|
|
7985
|
+
function Vi(e, n, t, r) {
|
|
7985
7986
|
xe(
|
|
7986
7987
|
ht(),
|
|
7987
7988
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
@@ -8013,7 +8014,7 @@ Please change the parent <Route path="${h}"> to <Route path="${h === "/" ? "*" :
|
|
|
8013
8014
|
), _e(
|
|
8014
8015
|
m == null || m[m.length - 1].route.element !== void 0 || m[m.length - 1].route.Component !== void 0 || m[m.length - 1].route.lazy !== void 0,
|
|
8015
8016
|
`Matched leaf route at location "${p.pathname}${p.search}${p.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`
|
|
8016
|
-
),
|
|
8017
|
+
), Wi(
|
|
8017
8018
|
m && m.map(
|
|
8018
8019
|
(h) => Object.assign({}, h, {
|
|
8019
8020
|
params: Object.assign({}, l, h.params),
|
|
@@ -8034,14 +8035,14 @@ Please change the parent <Route path="${h}"> to <Route path="${h === "/" ? "*" :
|
|
|
8034
8035
|
r
|
|
8035
8036
|
);
|
|
8036
8037
|
}
|
|
8037
|
-
function
|
|
8038
|
-
let e =
|
|
8038
|
+
function Hi() {
|
|
8039
|
+
let e = Xi(), n = Ai(e) ? `${e.status} ${e.statusText}` : e instanceof Error ? e.message : JSON.stringify(e), t = e instanceof Error ? e.stack : null, r = "rgba(200,200,200, 0.5)", o = { padding: "0.5rem", backgroundColor: r }, a = { padding: "2px 4px", backgroundColor: r }, i = null;
|
|
8039
8040
|
return console.error(
|
|
8040
8041
|
"Error handled by React Router default ErrorBoundary:",
|
|
8041
8042
|
e
|
|
8042
8043
|
), i = /* @__PURE__ */ R.createElement(R.Fragment, null, /* @__PURE__ */ R.createElement("p", null, "💿 Hey developer 👋"), /* @__PURE__ */ R.createElement("p", null, "You can provide a way better UX than this when your app throws errors by providing your own ", /* @__PURE__ */ R.createElement("code", { style: a }, "ErrorBoundary"), " or", " ", /* @__PURE__ */ R.createElement("code", { style: a }, "errorElement"), " prop on your route.")), /* @__PURE__ */ R.createElement(R.Fragment, null, /* @__PURE__ */ R.createElement("h2", null, "Unexpected Application Error!"), /* @__PURE__ */ R.createElement("h3", { style: { fontStyle: "italic" } }, n), t ? /* @__PURE__ */ R.createElement("pre", { style: o }, t) : null, i);
|
|
8043
8044
|
}
|
|
8044
|
-
var
|
|
8045
|
+
var Bi = /* @__PURE__ */ R.createElement(Hi, null), qi = class extends R.Component {
|
|
8045
8046
|
constructor(e) {
|
|
8046
8047
|
super(e), this.state = {
|
|
8047
8048
|
location: e.location,
|
|
@@ -8080,11 +8081,11 @@ var Hi = /* @__PURE__ */ R.createElement(Vi, null), Bi = class extends R.Compone
|
|
|
8080
8081
|
)) : this.props.children;
|
|
8081
8082
|
}
|
|
8082
8083
|
};
|
|
8083
|
-
function
|
|
8084
|
+
function Gi({ routeContext: e, match: n, children: t }) {
|
|
8084
8085
|
let r = R.useContext(Ie);
|
|
8085
8086
|
return r && r.static && r.staticContext && (n.route.errorElement || n.route.ErrorBoundary) && (r.staticContext._deepestRenderedBoundaryId = n.route.id), /* @__PURE__ */ R.createElement(Pe.Provider, { value: e }, t);
|
|
8086
8087
|
}
|
|
8087
|
-
function
|
|
8088
|
+
function Wi(e, n = [], t = null, r = null) {
|
|
8088
8089
|
if (e == null) {
|
|
8089
8090
|
if (!t)
|
|
8090
8091
|
return null;
|
|
@@ -8125,15 +8126,15 @@ function Gi(e, n = [], t = null, r = null) {
|
|
|
8125
8126
|
return o.reduceRight(
|
|
8126
8127
|
(c, u, d) => {
|
|
8127
8128
|
let g, p = !1, f = null, v = null;
|
|
8128
|
-
t && (g = a && u.route.id ? a[u.route.id] : void 0, f = u.route.errorElement ||
|
|
8129
|
+
t && (g = a && u.route.id ? a[u.route.id] : void 0, f = u.route.errorElement || Bi, i && (l < 0 && d === 0 ? (Dr(
|
|
8129
8130
|
"route-fallback",
|
|
8130
8131
|
!1,
|
|
8131
8132
|
"No `HydrateFallback` element provided to render during initial hydration"
|
|
8132
8133
|
), p = !0, v = null) : l === d && (p = !0, v = u.route.hydrateFallbackElement || null)));
|
|
8133
|
-
let m = n.concat(o.slice(0, d + 1)),
|
|
8134
|
+
let m = n.concat(o.slice(0, d + 1)), w = () => {
|
|
8134
8135
|
let h;
|
|
8135
8136
|
return g ? h = f : p ? h = v : u.route.Component ? h = /* @__PURE__ */ R.createElement(u.route.Component, null) : u.route.element ? h = u.route.element : h = c, /* @__PURE__ */ R.createElement(
|
|
8136
|
-
|
|
8137
|
+
Gi,
|
|
8137
8138
|
{
|
|
8138
8139
|
match: u,
|
|
8139
8140
|
routeContext: {
|
|
@@ -8146,16 +8147,16 @@ function Gi(e, n = [], t = null, r = null) {
|
|
|
8146
8147
|
);
|
|
8147
8148
|
};
|
|
8148
8149
|
return t && (u.route.ErrorBoundary || u.route.errorElement || d === 0) ? /* @__PURE__ */ R.createElement(
|
|
8149
|
-
|
|
8150
|
+
qi,
|
|
8150
8151
|
{
|
|
8151
8152
|
location: t.location,
|
|
8152
8153
|
revalidation: t.revalidation,
|
|
8153
8154
|
component: f,
|
|
8154
8155
|
error: g,
|
|
8155
|
-
children:
|
|
8156
|
+
children: w(),
|
|
8156
8157
|
routeContext: { outlet: null, matches: m, isDataRoute: !0 }
|
|
8157
8158
|
}
|
|
8158
|
-
) :
|
|
8159
|
+
) : w();
|
|
8159
8160
|
},
|
|
8160
8161
|
null
|
|
8161
8162
|
);
|
|
@@ -8163,34 +8164,34 @@ function Gi(e, n = [], t = null, r = null) {
|
|
|
8163
8164
|
function pn(e) {
|
|
8164
8165
|
return `${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
|
|
8165
8166
|
}
|
|
8166
|
-
function
|
|
8167
|
+
function Ui(e) {
|
|
8167
8168
|
let n = R.useContext(Ie);
|
|
8168
8169
|
return xe(n, pn(e)), n;
|
|
8169
8170
|
}
|
|
8170
|
-
function
|
|
8171
|
+
function Yi(e) {
|
|
8171
8172
|
let n = R.useContext(xt);
|
|
8172
8173
|
return xe(n, pn(e)), n;
|
|
8173
8174
|
}
|
|
8174
|
-
function
|
|
8175
|
+
function Zi(e) {
|
|
8175
8176
|
let n = R.useContext(Pe);
|
|
8176
8177
|
return xe(n, pn(e)), n;
|
|
8177
8178
|
}
|
|
8178
8179
|
function fn(e) {
|
|
8179
|
-
let n =
|
|
8180
|
+
let n = Zi(e), t = n.matches[n.matches.length - 1];
|
|
8180
8181
|
return xe(
|
|
8181
8182
|
t.route.id,
|
|
8182
8183
|
`${e} can only be used on routes that contain a unique "id"`
|
|
8183
8184
|
), t.route.id;
|
|
8184
8185
|
}
|
|
8185
|
-
function
|
|
8186
|
+
function Ki() {
|
|
8186
8187
|
return fn(
|
|
8187
8188
|
"useRouteId"
|
|
8188
8189
|
/* UseRouteId */
|
|
8189
8190
|
);
|
|
8190
8191
|
}
|
|
8191
|
-
function
|
|
8192
|
+
function Xi() {
|
|
8192
8193
|
var r;
|
|
8193
|
-
let e = R.useContext(dn), n =
|
|
8194
|
+
let e = R.useContext(dn), n = Yi(
|
|
8194
8195
|
"useRouteError"
|
|
8195
8196
|
/* UseRouteError */
|
|
8196
8197
|
), t = fn(
|
|
@@ -8199,8 +8200,8 @@ function Ki() {
|
|
|
8199
8200
|
);
|
|
8200
8201
|
return e !== void 0 ? e : (r = n.errors) == null ? void 0 : r[t];
|
|
8201
8202
|
}
|
|
8202
|
-
function
|
|
8203
|
-
let { router: e } =
|
|
8203
|
+
function Ji() {
|
|
8204
|
+
let { router: e } = Ui(
|
|
8204
8205
|
"useNavigate"
|
|
8205
8206
|
/* UseNavigateStable */
|
|
8206
8207
|
), n = fn(
|
|
@@ -8220,37 +8221,37 @@ var Jn = {};
|
|
|
8220
8221
|
function Dr(e, n, t) {
|
|
8221
8222
|
!n && !Jn[e] && (Jn[e] = !0, _e(!1, t));
|
|
8222
8223
|
}
|
|
8223
|
-
R.memo(
|
|
8224
|
-
function
|
|
8224
|
+
R.memo(Qi);
|
|
8225
|
+
function Qi({
|
|
8225
8226
|
routes: e,
|
|
8226
8227
|
future: n,
|
|
8227
8228
|
state: t
|
|
8228
8229
|
}) {
|
|
8229
|
-
return
|
|
8230
|
+
return Vi(e, void 0, t, n);
|
|
8230
8231
|
}
|
|
8231
8232
|
var ut = "get", dt = "application/x-www-form-urlencoded";
|
|
8232
|
-
function
|
|
8233
|
+
function wt(e) {
|
|
8233
8234
|
return e != null && typeof e.tagName == "string";
|
|
8234
8235
|
}
|
|
8235
|
-
function Qi(e) {
|
|
8236
|
-
return bt(e) && e.tagName.toLowerCase() === "button";
|
|
8237
|
-
}
|
|
8238
8236
|
function el(e) {
|
|
8239
|
-
return
|
|
8237
|
+
return wt(e) && e.tagName.toLowerCase() === "button";
|
|
8240
8238
|
}
|
|
8241
8239
|
function tl(e) {
|
|
8242
|
-
return
|
|
8240
|
+
return wt(e) && e.tagName.toLowerCase() === "form";
|
|
8243
8241
|
}
|
|
8244
8242
|
function nl(e) {
|
|
8243
|
+
return wt(e) && e.tagName.toLowerCase() === "input";
|
|
8244
|
+
}
|
|
8245
|
+
function rl(e) {
|
|
8245
8246
|
return !!(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey);
|
|
8246
8247
|
}
|
|
8247
|
-
function
|
|
8248
|
+
function ol(e, n) {
|
|
8248
8249
|
return e.button === 0 && // Ignore everything but left clicks
|
|
8249
8250
|
(!n || n === "_self") && // Let browser handle "target=_blank" etc.
|
|
8250
|
-
!
|
|
8251
|
+
!rl(e);
|
|
8251
8252
|
}
|
|
8252
8253
|
var ct = null;
|
|
8253
|
-
function
|
|
8254
|
+
function al() {
|
|
8254
8255
|
if (ct === null)
|
|
8255
8256
|
try {
|
|
8256
8257
|
new FormData(
|
|
@@ -8263,30 +8264,30 @@ function ol() {
|
|
|
8263
8264
|
}
|
|
8264
8265
|
return ct;
|
|
8265
8266
|
}
|
|
8266
|
-
var
|
|
8267
|
+
var il = /* @__PURE__ */ new Set([
|
|
8267
8268
|
"application/x-www-form-urlencoded",
|
|
8268
8269
|
"multipart/form-data",
|
|
8269
8270
|
"text/plain"
|
|
8270
8271
|
]);
|
|
8271
8272
|
function Bt(e) {
|
|
8272
|
-
return e != null && !
|
|
8273
|
+
return e != null && !il.has(e) ? (_e(
|
|
8273
8274
|
!1,
|
|
8274
8275
|
`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${dt}"`
|
|
8275
8276
|
), null) : e;
|
|
8276
8277
|
}
|
|
8277
|
-
function
|
|
8278
|
+
function ll(e, n) {
|
|
8278
8279
|
let t, r, o, a, i;
|
|
8279
|
-
if (
|
|
8280
|
+
if (tl(e)) {
|
|
8280
8281
|
let l = e.getAttribute("action");
|
|
8281
8282
|
r = l ? Fe(l, n) : null, t = e.getAttribute("method") || ut, o = Bt(e.getAttribute("enctype")) || dt, a = new FormData(e);
|
|
8282
|
-
} else if (
|
|
8283
|
+
} else if (el(e) || nl(e) && (e.type === "submit" || e.type === "image")) {
|
|
8283
8284
|
let l = e.form;
|
|
8284
8285
|
if (l == null)
|
|
8285
8286
|
throw new Error(
|
|
8286
8287
|
'Cannot submit a <button> or <input type="submit"> without a <form>'
|
|
8287
8288
|
);
|
|
8288
8289
|
let c = e.getAttribute("formaction") || l.getAttribute("action");
|
|
8289
|
-
if (r = c ? Fe(c, n) : null, t = e.getAttribute("formmethod") || l.getAttribute("method") || ut, o = Bt(e.getAttribute("formenctype")) || Bt(l.getAttribute("enctype")) || dt, a = new FormData(l, e), !
|
|
8290
|
+
if (r = c ? Fe(c, n) : null, t = e.getAttribute("formmethod") || l.getAttribute("method") || ut, o = Bt(e.getAttribute("formenctype")) || Bt(l.getAttribute("enctype")) || dt, a = new FormData(l, e), !al()) {
|
|
8290
8291
|
let { name: u, type: d, value: g } = e;
|
|
8291
8292
|
if (d === "image") {
|
|
8292
8293
|
let p = u ? `${u}.` : "";
|
|
@@ -8294,7 +8295,7 @@ function il(e, n) {
|
|
|
8294
8295
|
} else u && a.append(u, g);
|
|
8295
8296
|
}
|
|
8296
8297
|
} else {
|
|
8297
|
-
if (
|
|
8298
|
+
if (wt(e))
|
|
8298
8299
|
throw new Error(
|
|
8299
8300
|
'Cannot submit element that is not <form>, <button>, or <input type="submit|image">'
|
|
8300
8301
|
);
|
|
@@ -8307,7 +8308,7 @@ function mn(e, n) {
|
|
|
8307
8308
|
if (e === !1 || e === null || typeof e > "u")
|
|
8308
8309
|
throw new Error(n);
|
|
8309
8310
|
}
|
|
8310
|
-
function
|
|
8311
|
+
function sl(e, n, t) {
|
|
8311
8312
|
let r = typeof e == "string" ? new URL(
|
|
8312
8313
|
e,
|
|
8313
8314
|
// This can be called during the SSR flow via PrefetchPageLinksImpl so
|
|
@@ -8316,7 +8317,7 @@ function ll(e, n, t) {
|
|
|
8316
8317
|
) : e;
|
|
8317
8318
|
return r.pathname === "/" ? r.pathname = `_root.${t}` : n && Fe(r.pathname, n) === "/" ? r.pathname = `${n.replace(/\/$/, "")}/_root.${t}` : r.pathname = `${r.pathname.replace(/\/$/, "")}.${t}`, r;
|
|
8318
8319
|
}
|
|
8319
|
-
async function
|
|
8320
|
+
async function cl(e, n) {
|
|
8320
8321
|
if (e.id in n)
|
|
8321
8322
|
return n[e.id];
|
|
8322
8323
|
try {
|
|
@@ -8333,22 +8334,22 @@ async function sl(e, n) {
|
|
|
8333
8334
|
});
|
|
8334
8335
|
}
|
|
8335
8336
|
}
|
|
8336
|
-
function
|
|
8337
|
+
function ul(e) {
|
|
8337
8338
|
return e == null ? !1 : e.href == null ? e.rel === "preload" && typeof e.imageSrcSet == "string" && typeof e.imageSizes == "string" : typeof e.rel == "string" && typeof e.href == "string";
|
|
8338
8339
|
}
|
|
8339
|
-
async function
|
|
8340
|
+
async function dl(e, n, t) {
|
|
8340
8341
|
let r = await Promise.all(
|
|
8341
8342
|
e.map(async (o) => {
|
|
8342
8343
|
let a = n.routes[o.route.id];
|
|
8343
8344
|
if (a) {
|
|
8344
|
-
let i = await
|
|
8345
|
+
let i = await cl(a, t);
|
|
8345
8346
|
return i.links ? i.links() : [];
|
|
8346
8347
|
}
|
|
8347
8348
|
return [];
|
|
8348
8349
|
})
|
|
8349
8350
|
);
|
|
8350
|
-
return
|
|
8351
|
-
r.flat(1).filter(
|
|
8351
|
+
return gl(
|
|
8352
|
+
r.flat(1).filter(ul).filter((o) => o.rel === "stylesheet" || o.rel === "preload").map(
|
|
8352
8353
|
(o) => o.rel === "stylesheet" ? { ...o, rel: "prefetch", as: "style" } : { ...o, rel: "prefetch" }
|
|
8353
8354
|
)
|
|
8354
8355
|
);
|
|
@@ -8389,8 +8390,8 @@ function Qn(e, n, t, r, o, a) {
|
|
|
8389
8390
|
return !0;
|
|
8390
8391
|
}) : [];
|
|
8391
8392
|
}
|
|
8392
|
-
function
|
|
8393
|
-
return
|
|
8393
|
+
function pl(e, n, { includeHydrateFallback: t } = {}) {
|
|
8394
|
+
return fl(
|
|
8394
8395
|
e.map((r) => {
|
|
8395
8396
|
let o = n.routes[r.route.id];
|
|
8396
8397
|
if (!o) return [];
|
|
@@ -8399,19 +8400,19 @@ function dl(e, n, { includeHydrateFallback: t } = {}) {
|
|
|
8399
8400
|
}).flat(1)
|
|
8400
8401
|
);
|
|
8401
8402
|
}
|
|
8402
|
-
function
|
|
8403
|
+
function fl(e) {
|
|
8403
8404
|
return [...new Set(e)];
|
|
8404
8405
|
}
|
|
8405
|
-
function
|
|
8406
|
+
function ml(e) {
|
|
8406
8407
|
let n = {}, t = Object.keys(e).sort();
|
|
8407
8408
|
for (let r of t)
|
|
8408
8409
|
n[r] = e[r];
|
|
8409
8410
|
return n;
|
|
8410
8411
|
}
|
|
8411
|
-
function
|
|
8412
|
+
function gl(e, n) {
|
|
8412
8413
|
let t = /* @__PURE__ */ new Set();
|
|
8413
8414
|
return new Set(n), e.reduce((r, o) => {
|
|
8414
|
-
let a = JSON.stringify(
|
|
8415
|
+
let a = JSON.stringify(ml(o));
|
|
8415
8416
|
return t.has(a) || (t.add(a), r.push({ key: a, link: o })), r;
|
|
8416
8417
|
}, []);
|
|
8417
8418
|
}
|
|
@@ -8422,7 +8423,7 @@ function zr() {
|
|
|
8422
8423
|
"You must render this element inside a <DataRouterContext.Provider> element"
|
|
8423
8424
|
), e;
|
|
8424
8425
|
}
|
|
8425
|
-
function
|
|
8426
|
+
function vl() {
|
|
8426
8427
|
let e = R.useContext(xt);
|
|
8427
8428
|
return mn(
|
|
8428
8429
|
e,
|
|
@@ -8438,7 +8439,7 @@ function Tr() {
|
|
|
8438
8439
|
"You must render this element inside a <HydratedRouter> element"
|
|
8439
8440
|
), e;
|
|
8440
8441
|
}
|
|
8441
|
-
function
|
|
8442
|
+
function xl(e, n) {
|
|
8442
8443
|
let t = R.useContext(gn), [r, o] = R.useState(!1), [a, i] = R.useState(!1), { onFocus: l, onBlur: c, onMouseEnter: u, onMouseLeave: d, onTouchStart: g } = n, p = R.useRef(null);
|
|
8443
8444
|
R.useEffect(() => {
|
|
8444
8445
|
if (e === "render" && i(!0), e === "viewport") {
|
|
@@ -8446,9 +8447,9 @@ function vl(e, n) {
|
|
|
8446
8447
|
h.forEach((k) => {
|
|
8447
8448
|
i(k.isIntersecting);
|
|
8448
8449
|
});
|
|
8449
|
-
},
|
|
8450
|
-
return p.current &&
|
|
8451
|
-
|
|
8450
|
+
}, w = new IntersectionObserver(m, { threshold: 0.5 });
|
|
8451
|
+
return p.current && w.observe(p.current), () => {
|
|
8452
|
+
w.disconnect();
|
|
8452
8453
|
};
|
|
8453
8454
|
}
|
|
8454
8455
|
}, [e]), R.useEffect(() => {
|
|
@@ -8483,18 +8484,18 @@ function Ge(e, n) {
|
|
|
8483
8484
|
e && e(t), t.defaultPrevented || n(t);
|
|
8484
8485
|
};
|
|
8485
8486
|
}
|
|
8486
|
-
function
|
|
8487
|
+
function hl({ page: e, ...n }) {
|
|
8487
8488
|
let { router: t } = zr(), r = R.useMemo(
|
|
8488
8489
|
() => $r(t.routes, e, t.basename),
|
|
8489
8490
|
[t.routes, e, t.basename]
|
|
8490
8491
|
);
|
|
8491
8492
|
return r ? /* @__PURE__ */ R.createElement(bl, { page: e, matches: r, ...n }) : null;
|
|
8492
8493
|
}
|
|
8493
|
-
function
|
|
8494
|
+
function wl(e) {
|
|
8494
8495
|
let { manifest: n, routeModules: t } = Tr(), [r, o] = R.useState([]);
|
|
8495
8496
|
return R.useEffect(() => {
|
|
8496
8497
|
let a = !1;
|
|
8497
|
-
return
|
|
8498
|
+
return dl(e, n, t).then(
|
|
8498
8499
|
(i) => {
|
|
8499
8500
|
a || o(i);
|
|
8500
8501
|
}
|
|
@@ -8508,7 +8509,7 @@ function bl({
|
|
|
8508
8509
|
matches: n,
|
|
8509
8510
|
...t
|
|
8510
8511
|
}) {
|
|
8511
|
-
let r = De(), { manifest: o, routeModules: a } = Tr(), { basename: i } = zr(), { loaderData: l, matches: c } =
|
|
8512
|
+
let r = De(), { manifest: o, routeModules: a } = Tr(), { basename: i } = zr(), { loaderData: l, matches: c } = vl(), u = R.useMemo(
|
|
8512
8513
|
() => Qn(
|
|
8513
8514
|
e,
|
|
8514
8515
|
n,
|
|
@@ -8533,16 +8534,16 @@ function bl({
|
|
|
8533
8534
|
return [];
|
|
8534
8535
|
let v = /* @__PURE__ */ new Set(), m = !1;
|
|
8535
8536
|
if (n.forEach((h) => {
|
|
8536
|
-
var
|
|
8537
|
+
var b;
|
|
8537
8538
|
let k = o.routes[h.route.id];
|
|
8538
|
-
!k || !k.hasLoader || (!u.some(($) => $.route.id === h.route.id) && h.route.id in l && ((
|
|
8539
|
+
!k || !k.hasLoader || (!u.some(($) => $.route.id === h.route.id) && h.route.id in l && ((b = a[h.route.id]) != null && b.shouldRevalidate) || k.hasClientLoader ? m = !0 : v.add(h.route.id));
|
|
8539
8540
|
}), v.size === 0)
|
|
8540
8541
|
return [];
|
|
8541
|
-
let
|
|
8542
|
-
return m && v.size > 0 &&
|
|
8542
|
+
let w = sl(e, i, "data");
|
|
8543
|
+
return m && v.size > 0 && w.searchParams.set(
|
|
8543
8544
|
"_routes",
|
|
8544
8545
|
n.filter((h) => v.has(h.route.id)).map((h) => h.route.id).join(",")
|
|
8545
|
-
), [
|
|
8546
|
+
), [w.pathname + w.search];
|
|
8546
8547
|
}, [
|
|
8547
8548
|
i,
|
|
8548
8549
|
l,
|
|
@@ -8553,16 +8554,16 @@ function bl({
|
|
|
8553
8554
|
e,
|
|
8554
8555
|
a
|
|
8555
8556
|
]), p = R.useMemo(
|
|
8556
|
-
() =>
|
|
8557
|
+
() => pl(d, o),
|
|
8557
8558
|
[d, o]
|
|
8558
|
-
), f =
|
|
8559
|
+
), f = wl(d);
|
|
8559
8560
|
return /* @__PURE__ */ R.createElement(R.Fragment, null, g.map((v) => /* @__PURE__ */ R.createElement("link", { key: v, rel: "prefetch", as: "fetch", href: v, ...t })), p.map((v) => /* @__PURE__ */ R.createElement("link", { key: v, rel: "modulepreload", href: v, ...t })), f.map(({ key: v, link: m }) => (
|
|
8560
8561
|
// these don't spread `linkProps` because they are full link descriptors
|
|
8561
8562
|
// already with their own props
|
|
8562
8563
|
/* @__PURE__ */ R.createElement("link", { key: v, ...m })
|
|
8563
8564
|
)));
|
|
8564
8565
|
}
|
|
8565
|
-
function
|
|
8566
|
+
function yl(...e) {
|
|
8566
8567
|
return (n) => {
|
|
8567
8568
|
e.forEach((t) => {
|
|
8568
8569
|
typeof t == "function" ? t(n) : t != null && (t.current = n);
|
|
@@ -8590,8 +8591,8 @@ var Ir = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, vn = R.forwardRef(
|
|
|
8590
8591
|
viewTransition: g,
|
|
8591
8592
|
...p
|
|
8592
8593
|
}, f) {
|
|
8593
|
-
let { basename: v } = R.useContext(Ee), m = typeof u == "string" && Ir.test(u),
|
|
8594
|
-
if (typeof u == "string" && m && (
|
|
8594
|
+
let { basename: v } = R.useContext(Ee), m = typeof u == "string" && Ir.test(u), w, h = !1;
|
|
8595
|
+
if (typeof u == "string" && m && (w = u, Or))
|
|
8595
8596
|
try {
|
|
8596
8597
|
let F = new URL(window.location.href), Z = u.startsWith("//") ? new URL(F.protocol + u) : new URL(u), ae = Fe(Z.pathname, v);
|
|
8597
8598
|
Z.origin === F.origin && ae != null ? u = ae + Z.search + Z.hash : h = !0;
|
|
@@ -8601,10 +8602,10 @@ var Ir = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, vn = R.forwardRef(
|
|
|
8601
8602
|
`<Link to="${u}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`
|
|
8602
8603
|
);
|
|
8603
8604
|
}
|
|
8604
|
-
let k =
|
|
8605
|
+
let k = Ti(u, { relative: o }), [b, $, y] = xl(
|
|
8605
8606
|
r,
|
|
8606
8607
|
p
|
|
8607
|
-
), O =
|
|
8608
|
+
), O = jl(u, {
|
|
8608
8609
|
replace: i,
|
|
8609
8610
|
state: l,
|
|
8610
8611
|
target: c,
|
|
@@ -8622,15 +8623,15 @@ var Ir = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, vn = R.forwardRef(
|
|
|
8622
8623
|
{
|
|
8623
8624
|
...p,
|
|
8624
8625
|
...y,
|
|
8625
|
-
href:
|
|
8626
|
+
href: w || k,
|
|
8626
8627
|
onClick: h || a ? n : D,
|
|
8627
|
-
ref:
|
|
8628
|
+
ref: yl(f, $),
|
|
8628
8629
|
target: c,
|
|
8629
8630
|
"data-discover": !m && t === "render" ? "true" : void 0
|
|
8630
8631
|
}
|
|
8631
8632
|
)
|
|
8632
8633
|
);
|
|
8633
|
-
return
|
|
8634
|
+
return b && !m ? /* @__PURE__ */ R.createElement(R.Fragment, null, V, /* @__PURE__ */ R.createElement(hl, { page: k })) : V;
|
|
8634
8635
|
}
|
|
8635
8636
|
);
|
|
8636
8637
|
vn.displayName = "Link";
|
|
@@ -8646,21 +8647,21 @@ var Vr = R.forwardRef(
|
|
|
8646
8647
|
children: c,
|
|
8647
8648
|
...u
|
|
8648
8649
|
}, d) {
|
|
8649
|
-
let g = Ke(i, { relative: u.relative }), p = De(), f = R.useContext(xt), { navigator: v, basename: m } = R.useContext(Ee),
|
|
8650
|
+
let g = Ke(i, { relative: u.relative }), p = De(), f = R.useContext(xt), { navigator: v, basename: m } = R.useContext(Ee), w = f != null && // Conditional usage is OK here because the usage of a data router is static
|
|
8650
8651
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
8651
|
-
|
|
8652
|
-
t || (k = k.toLowerCase(),
|
|
8652
|
+
El(g) && l === !0, h = v.encodeLocation ? v.encodeLocation(g).pathname : g.pathname, k = p.pathname, b = f && f.navigation && f.navigation.location ? f.navigation.location.pathname : null;
|
|
8653
|
+
t || (k = k.toLowerCase(), b = b ? b.toLowerCase() : null, h = h.toLowerCase()), b && m && (b = Fe(b, m) || b);
|
|
8653
8654
|
const $ = h !== "/" && h.endsWith("/") ? h.length - 1 : h.length;
|
|
8654
|
-
let y = k === h || !o && k.startsWith(h) && k.charAt($) === "/", O =
|
|
8655
|
+
let y = k === h || !o && k.startsWith(h) && k.charAt($) === "/", O = b != null && (b === h || !o && b.startsWith(h) && b.charAt(h.length) === "/"), D = {
|
|
8655
8656
|
isActive: y,
|
|
8656
8657
|
isPending: O,
|
|
8657
|
-
isTransitioning:
|
|
8658
|
+
isTransitioning: w
|
|
8658
8659
|
}, V = y ? n : void 0, F;
|
|
8659
8660
|
typeof r == "function" ? F = r(D) : F = [
|
|
8660
8661
|
r,
|
|
8661
8662
|
y ? "active" : null,
|
|
8662
8663
|
O ? "pending" : null,
|
|
8663
|
-
|
|
8664
|
+
w ? "transitioning" : null
|
|
8664
8665
|
].filter(Boolean).join(" ");
|
|
8665
8666
|
let Z = typeof a == "function" ? a(D) : a;
|
|
8666
8667
|
return /* @__PURE__ */ R.createElement(
|
|
@@ -8679,7 +8680,7 @@ var Vr = R.forwardRef(
|
|
|
8679
8680
|
}
|
|
8680
8681
|
);
|
|
8681
8682
|
Vr.displayName = "NavLink";
|
|
8682
|
-
var
|
|
8683
|
+
var Cl = R.forwardRef(
|
|
8683
8684
|
({
|
|
8684
8685
|
discover: e = "render",
|
|
8685
8686
|
fetcherKey: n,
|
|
@@ -8695,11 +8696,11 @@ var yl = R.forwardRef(
|
|
|
8695
8696
|
viewTransition: g,
|
|
8696
8697
|
...p
|
|
8697
8698
|
}, f) => {
|
|
8698
|
-
let v =
|
|
8699
|
-
if (c && c(
|
|
8700
|
-
|
|
8701
|
-
let $ =
|
|
8702
|
-
v($ ||
|
|
8699
|
+
let v = $l(), m = _l(l, { relative: u }), w = i.toLowerCase() === "get" ? "get" : "post", h = typeof l == "string" && Ir.test(l), k = (b) => {
|
|
8700
|
+
if (c && c(b), b.defaultPrevented) return;
|
|
8701
|
+
b.preventDefault();
|
|
8702
|
+
let $ = b.nativeEvent.submitter, y = ($ == null ? void 0 : $.getAttribute("formmethod")) || i;
|
|
8703
|
+
v($ || b.currentTarget, {
|
|
8703
8704
|
fetcherKey: n,
|
|
8704
8705
|
method: y,
|
|
8705
8706
|
navigate: t,
|
|
@@ -8714,7 +8715,7 @@ var yl = R.forwardRef(
|
|
|
8714
8715
|
"form",
|
|
8715
8716
|
{
|
|
8716
8717
|
ref: f,
|
|
8717
|
-
method:
|
|
8718
|
+
method: w,
|
|
8718
8719
|
action: m,
|
|
8719
8720
|
onSubmit: r ? c : k,
|
|
8720
8721
|
...p,
|
|
@@ -8723,15 +8724,15 @@ var yl = R.forwardRef(
|
|
|
8723
8724
|
);
|
|
8724
8725
|
}
|
|
8725
8726
|
);
|
|
8726
|
-
|
|
8727
|
-
function
|
|
8727
|
+
Cl.displayName = "Form";
|
|
8728
|
+
function Sl(e) {
|
|
8728
8729
|
return `${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
|
|
8729
8730
|
}
|
|
8730
8731
|
function Hr(e) {
|
|
8731
8732
|
let n = R.useContext(Ie);
|
|
8732
|
-
return xe(n,
|
|
8733
|
+
return xe(n, Sl(e)), n;
|
|
8733
8734
|
}
|
|
8734
|
-
function
|
|
8735
|
+
function jl(e, {
|
|
8735
8736
|
target: n,
|
|
8736
8737
|
replace: t,
|
|
8737
8738
|
state: r,
|
|
@@ -8739,10 +8740,10 @@ function Sl(e, {
|
|
|
8739
8740
|
relative: a,
|
|
8740
8741
|
viewTransition: i
|
|
8741
8742
|
} = {}) {
|
|
8742
|
-
let l =
|
|
8743
|
+
let l = Oi(), c = De(), u = Ke(e, { relative: a });
|
|
8743
8744
|
return R.useCallback(
|
|
8744
8745
|
(d) => {
|
|
8745
|
-
if (
|
|
8746
|
+
if (ol(d, n)) {
|
|
8746
8747
|
d.preventDefault();
|
|
8747
8748
|
let g = t !== void 0 ? t : nn(c) === nn(u);
|
|
8748
8749
|
l(e, {
|
|
@@ -8768,20 +8769,20 @@ function Sl(e, {
|
|
|
8768
8769
|
]
|
|
8769
8770
|
);
|
|
8770
8771
|
}
|
|
8771
|
-
var
|
|
8772
|
-
function
|
|
8772
|
+
var Rl = 0, kl = () => `__${String(++Rl)}__`;
|
|
8773
|
+
function $l() {
|
|
8773
8774
|
let { router: e } = Hr(
|
|
8774
8775
|
"useSubmit"
|
|
8775
8776
|
/* UseSubmit */
|
|
8776
|
-
), { basename: n } = R.useContext(Ee), t =
|
|
8777
|
+
), { basename: n } = R.useContext(Ee), t = Ki();
|
|
8777
8778
|
return R.useCallback(
|
|
8778
8779
|
async (r, o = {}) => {
|
|
8779
|
-
let { action: a, method: i, encType: l, formData: c, body: u } =
|
|
8780
|
+
let { action: a, method: i, encType: l, formData: c, body: u } = ll(
|
|
8780
8781
|
r,
|
|
8781
8782
|
n
|
|
8782
8783
|
);
|
|
8783
8784
|
if (o.navigate === !1) {
|
|
8784
|
-
let d = o.fetcherKey ||
|
|
8785
|
+
let d = o.fetcherKey || kl();
|
|
8785
8786
|
await e.fetch(d, t, o.action || a, {
|
|
8786
8787
|
preventScrollReset: o.preventScrollReset,
|
|
8787
8788
|
formData: c,
|
|
@@ -8807,7 +8808,7 @@ function kl() {
|
|
|
8807
8808
|
[e, n, t]
|
|
8808
8809
|
);
|
|
8809
8810
|
}
|
|
8810
|
-
function
|
|
8811
|
+
function _l(e, { relative: n } = {}) {
|
|
8811
8812
|
let { basename: t } = R.useContext(Ee), r = R.useContext(Pe);
|
|
8812
8813
|
xe(r, "useFormAction must be used inside a RouteContext");
|
|
8813
8814
|
let [o] = r.matches.slice(-1), a = { ...Ke(e || ".", { relative: n }) }, i = De();
|
|
@@ -8822,7 +8823,7 @@ function $l(e, { relative: n } = {}) {
|
|
|
8822
8823
|
}
|
|
8823
8824
|
return (!e || e === ".") && o.route.index && (a.search = a.search ? a.search.replace(/^\?/, "?index&") : "?index"), t !== "/" && (a.pathname = a.pathname === "/" ? t : $e([t, a.pathname])), nn(a);
|
|
8824
8825
|
}
|
|
8825
|
-
function
|
|
8826
|
+
function El(e, { relative: n } = {}) {
|
|
8826
8827
|
let t = R.useContext(Fr);
|
|
8827
8828
|
xe(
|
|
8828
8829
|
t != null,
|
|
@@ -8873,7 +8874,7 @@ const cs = ({
|
|
|
8873
8874
|
}
|
|
8874
8875
|
) : /* @__PURE__ */ s.jsx("span", { className: "text-color-gray-500 font-medium", children: r.label }),
|
|
8875
8876
|
o < e.length - 1 && /* @__PURE__ */ s.jsx("span", { className: "mx-2 text-color-gray-400", children: n })
|
|
8876
|
-
] }, o)) }) }), er = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
|
8877
|
+
] }, o)) }) }), er = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], Pl = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], ds = ({
|
|
8877
8878
|
mode: e = "single",
|
|
8878
8879
|
type: n = "inline",
|
|
8879
8880
|
showTime: t = !1,
|
|
@@ -8886,9 +8887,9 @@ const cs = ({
|
|
|
8886
8887
|
disableAfter: u,
|
|
8887
8888
|
selectedDate: d
|
|
8888
8889
|
}) => {
|
|
8889
|
-
const [g, p] = K(!1), [f, v] = K(null), [m,
|
|
8890
|
+
const [g, p] = K(!1), [f, v] = K(null), [m, w] = K(/* @__PURE__ */ new Date()), [h, k] = K(
|
|
8890
8891
|
d ? new Date(d) : null
|
|
8891
|
-
), [
|
|
8892
|
+
), [b, $] = K(null), [y, O] = K(null), [D, V] = K(null), [F, Z] = K({ hour: 12, minute: 0, ampm: "AM" }), ae = se(null), [ue, Q] = K(
|
|
8892
8893
|
d ? new Date(d) : null
|
|
8893
8894
|
), [H, Y] = K(null), [T, te] = K(null);
|
|
8894
8895
|
ce(() => {
|
|
@@ -8899,19 +8900,19 @@ const cs = ({
|
|
|
8899
8900
|
}, X = () => {
|
|
8900
8901
|
p(!1);
|
|
8901
8902
|
}, x = (S) => !!(c && S.getTime() < c || u && S.getTime() > u), C = (S) => {
|
|
8902
|
-
n === "inline" && ae.current && !ae.current.contains(S.target) && (e === "single" ? h || k(null) : e === "range" && (!
|
|
8903
|
+
n === "inline" && ae.current && !ae.current.contains(S.target) && (e === "single" ? h || k(null) : e === "range" && (!b || !y) && ($(null), O(null)), p(!1));
|
|
8903
8904
|
};
|
|
8904
8905
|
ce(() => (g ? document.addEventListener("mousedown", C) : document.removeEventListener("mousedown", C), () => {
|
|
8905
8906
|
document.removeEventListener("mousedown", C);
|
|
8906
8907
|
}), [g]);
|
|
8907
|
-
const
|
|
8908
|
-
!S || x(S) || (e === "single" ? k(S) : e === "range" && (!
|
|
8909
|
-
},
|
|
8908
|
+
const M = (S) => {
|
|
8909
|
+
!S || x(S) || (e === "single" ? k(S) : e === "range" && (!b || b && y ? ($(S), O(null)) : S >= b ? O(S) : $(S)));
|
|
8910
|
+
}, L = (S) => {
|
|
8910
8911
|
if (!S || x(S)) {
|
|
8911
8912
|
V(null);
|
|
8912
8913
|
return;
|
|
8913
8914
|
}
|
|
8914
|
-
e === "range" &&
|
|
8915
|
+
e === "range" && b && !y && V(S);
|
|
8915
8916
|
}, N = () => {
|
|
8916
8917
|
V(null);
|
|
8917
8918
|
}, I = () => {
|
|
@@ -8924,8 +8925,8 @@ const cs = ({
|
|
|
8924
8925
|
F.minute
|
|
8925
8926
|
) : null;
|
|
8926
8927
|
Q(j), a == null || a(j ? j.getTime() : null);
|
|
8927
|
-
} else e === "range" && (Y(
|
|
8928
|
-
startDate:
|
|
8928
|
+
} else e === "range" && (Y(b), te(y), a == null || a({
|
|
8929
|
+
startDate: b ? b.getTime() : null,
|
|
8929
8930
|
endDate: y ? y.getTime() : null
|
|
8930
8931
|
}));
|
|
8931
8932
|
}, z = () => {
|
|
@@ -8940,11 +8941,11 @@ const cs = ({
|
|
|
8940
8941
|
if (e === "single")
|
|
8941
8942
|
return (h == null ? void 0 : h.toDateString()) === S.toDateString();
|
|
8942
8943
|
if (e === "range") {
|
|
8943
|
-
if (
|
|
8944
|
-
const j =
|
|
8944
|
+
if (b && !y && D) {
|
|
8945
|
+
const j = b < D ? b : D, _ = b < D ? D : b;
|
|
8945
8946
|
return S >= j && S <= _;
|
|
8946
8947
|
}
|
|
8947
|
-
return
|
|
8948
|
+
return b && y && S >= b && S <= y;
|
|
8948
8949
|
}
|
|
8949
8950
|
return !1;
|
|
8950
8951
|
}, P = (S, j) => {
|
|
@@ -9005,7 +9006,7 @@ const cs = ({
|
|
|
9005
9006
|
size: "small",
|
|
9006
9007
|
color: "gray",
|
|
9007
9008
|
roundedFull: !0,
|
|
9008
|
-
onClick: () =>
|
|
9009
|
+
onClick: () => w(new Date(m.getFullYear(), m.getMonth() - 1, 1)),
|
|
9009
9010
|
icon: /* @__PURE__ */ s.jsx("svg", { className: "size-5", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z" }) })
|
|
9010
9011
|
}
|
|
9011
9012
|
),
|
|
@@ -9015,7 +9016,7 @@ const cs = ({
|
|
|
9015
9016
|
{
|
|
9016
9017
|
className: "text-sm outline-none",
|
|
9017
9018
|
value: m.getMonth(),
|
|
9018
|
-
onChange: (S) =>
|
|
9019
|
+
onChange: (S) => w(new Date(m.getFullYear(), parseInt(S.target.value), 1)),
|
|
9019
9020
|
children: er.map((S, j) => /* @__PURE__ */ s.jsx("option", { value: j, children: S }, S))
|
|
9020
9021
|
}
|
|
9021
9022
|
),
|
|
@@ -9024,7 +9025,7 @@ const cs = ({
|
|
|
9024
9025
|
{
|
|
9025
9026
|
className: "text-sm outline-none",
|
|
9026
9027
|
value: m.getFullYear(),
|
|
9027
|
-
onChange: (S) =>
|
|
9028
|
+
onChange: (S) => w(new Date(parseInt(S.target.value), m.getMonth(), 1)),
|
|
9028
9029
|
children: Array.from({ length: 150 }, (S, j) => (/* @__PURE__ */ new Date()).getFullYear() - 100 + j).map((S) => /* @__PURE__ */ s.jsx("option", { value: S, children: S }, S))
|
|
9029
9030
|
}
|
|
9030
9031
|
)
|
|
@@ -9036,13 +9037,13 @@ const cs = ({
|
|
|
9036
9037
|
size: "small",
|
|
9037
9038
|
color: "gray",
|
|
9038
9039
|
roundedFull: !0,
|
|
9039
|
-
onClick: () =>
|
|
9040
|
+
onClick: () => w(new Date(m.getFullYear(), m.getMonth() + 1, 1)),
|
|
9040
9041
|
icon: /* @__PURE__ */ s.jsx("svg", { className: "size-5", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ s.jsx("path", { d: "M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z" }) })
|
|
9041
9042
|
}
|
|
9042
9043
|
)
|
|
9043
9044
|
] }),
|
|
9044
9045
|
/* @__PURE__ */ s.jsxs("div", { className: "grid grid-columns-7 gap-1 text-center text-sm mb-2", children: [
|
|
9045
|
-
|
|
9046
|
+
Pl.map((S) => /* @__PURE__ */ s.jsx("div", { className: "font-semibold", children: S }, S)),
|
|
9046
9047
|
z().map((S, j) => /* @__PURE__ */ s.jsx(
|
|
9047
9048
|
"div",
|
|
9048
9049
|
{
|
|
@@ -9050,8 +9051,8 @@ const cs = ({
|
|
|
9050
9051
|
${S ? "hover:bg-color-blue-100 cursor-pointer" : ""}
|
|
9051
9052
|
${S && E(S) ? "bg-color-blue-500 hover:bg-color-blue-500 text-color-white" : ""}
|
|
9052
9053
|
${S && x(S) ? "bg-color-gray-100 text-color-gray-400 !cursor-not-allowed hover:bg-color-gray-100" : ""}`,
|
|
9053
|
-
onClick: () => S &&
|
|
9054
|
-
onMouseEnter: () => S &&
|
|
9054
|
+
onClick: () => S && M(S),
|
|
9055
|
+
onMouseEnter: () => S && L(S),
|
|
9055
9056
|
onMouseLeave: N,
|
|
9056
9057
|
children: S ? S.getDate() : ""
|
|
9057
9058
|
},
|
|
@@ -9085,8 +9086,8 @@ const cs = ({
|
|
|
9085
9086
|
children: [
|
|
9086
9087
|
e === "single" ? ue ? P(ue) : i : (
|
|
9087
9088
|
// Display rangeStart immediately if set, even if rangeEnd is null
|
|
9088
|
-
|
|
9089
|
-
P(
|
|
9089
|
+
b || H || T ? /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
9090
|
+
P(b || H, "start"),
|
|
9090
9091
|
" -",
|
|
9091
9092
|
" ",
|
|
9092
9093
|
P(y || T, "end")
|
|
@@ -9096,7 +9097,7 @@ const cs = ({
|
|
|
9096
9097
|
]
|
|
9097
9098
|
}
|
|
9098
9099
|
),
|
|
9099
|
-
n === "inline" ? /* @__PURE__ */ s.jsx(s.Fragment, { children: g && Ze(q, document.body) }) : /* @__PURE__ */ s.jsx(
|
|
9100
|
+
n === "inline" ? /* @__PURE__ */ s.jsx(s.Fragment, { children: g && Ze(q, document.body) }) : /* @__PURE__ */ s.jsx(ci, { open: g, title: r ? "Select Time" : i, onClose: X, children: /* @__PURE__ */ s.jsx("div", { className: "w-72", children: q }) })
|
|
9100
9101
|
] });
|
|
9101
9102
|
}, ps = ({
|
|
9102
9103
|
tabs: e,
|
|
@@ -9148,7 +9149,7 @@ const cs = ({
|
|
|
9148
9149
|
}, fs = ({
|
|
9149
9150
|
stats: e = [],
|
|
9150
9151
|
className: n = ""
|
|
9151
|
-
}) => /* @__PURE__ */ s.jsx(
|
|
9152
|
+
}) => /* @__PURE__ */ s.jsx(ii, { className: `w-full ${n}`, children: /* @__PURE__ */ s.jsx("div", { className: "grid grid-columns-1 sm:grid-columns-1 md:grid-columns-2 lg:grid-columns-4 gap-4 justify-items-center", children: e.map((t, r) => /* @__PURE__ */ s.jsxs(
|
|
9152
9153
|
"div",
|
|
9153
9154
|
{
|
|
9154
9155
|
className: `flex items-center justify-center gap-4 lg:not-last:border-r md:not-last:border-r md:nth-2:border-r-0 md:not-last:border-b-0 not-last:border-b border-color-gray-200
|
|
@@ -9183,7 +9184,7 @@ function ms({
|
|
|
9183
9184
|
c(d), d.onClick && d.onClick(), i && i(d);
|
|
9184
9185
|
};
|
|
9185
9186
|
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsx(
|
|
9186
|
-
|
|
9187
|
+
di,
|
|
9187
9188
|
{
|
|
9188
9189
|
open: o,
|
|
9189
9190
|
onClose: a,
|
|
@@ -9235,44 +9236,44 @@ export {
|
|
|
9235
9236
|
as as ActionMenu,
|
|
9236
9237
|
ls as Alert,
|
|
9237
9238
|
xr as Avatar,
|
|
9238
|
-
|
|
9239
|
+
Gl as Backdrop,
|
|
9239
9240
|
ss as Badge,
|
|
9240
9241
|
cs as BottomNavigation,
|
|
9241
9242
|
us as Breadcrumbs,
|
|
9242
9243
|
Gt as Button,
|
|
9243
9244
|
ve as COLOR_MAP,
|
|
9244
|
-
|
|
9245
|
-
|
|
9245
|
+
ii as Card,
|
|
9246
|
+
Nl as CardWrapper,
|
|
9246
9247
|
Xl as Carousel,
|
|
9247
|
-
|
|
9248
|
+
Dl as Checkbox,
|
|
9248
9249
|
fs as DashboardStatBoxes,
|
|
9249
9250
|
ds as DatePicker,
|
|
9250
|
-
|
|
9251
|
+
ci as Dialog,
|
|
9251
9252
|
ts as Divider,
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9253
|
+
di as Drawer,
|
|
9254
|
+
zl as Dropdown,
|
|
9255
|
+
Tl as DropzoneUploader,
|
|
9255
9256
|
Jl as EmptyState,
|
|
9256
9257
|
Re as IconButton,
|
|
9257
|
-
|
|
9258
|
-
|
|
9258
|
+
Bl as List,
|
|
9259
|
+
ql as ListItem,
|
|
9259
9260
|
oa as Menu,
|
|
9260
9261
|
sa as OtpInput,
|
|
9261
9262
|
ni as Pagination,
|
|
9262
9263
|
da as PasswordInput,
|
|
9263
|
-
|
|
9264
|
-
|
|
9264
|
+
Ol as Pill,
|
|
9265
|
+
Il as ProfileImageShowcase,
|
|
9265
9266
|
Zl as Progress,
|
|
9266
9267
|
qt as RANGE_COLOR_MAP,
|
|
9267
9268
|
ns as RadioGroup,
|
|
9268
9269
|
Kl as Rating,
|
|
9269
9270
|
rs as Select,
|
|
9270
9271
|
ms as Sidebar,
|
|
9271
|
-
|
|
9272
|
+
ri as Skeleton,
|
|
9272
9273
|
Ul as Slider,
|
|
9273
9274
|
Yl as Snackbar,
|
|
9274
|
-
|
|
9275
|
-
|
|
9275
|
+
Vl as Stepper,
|
|
9276
|
+
Hl as Table,
|
|
9276
9277
|
ps as Tabs,
|
|
9277
9278
|
Wl as TextArea,
|
|
9278
9279
|
vr as TextInput,
|
|
@@ -9280,6 +9281,6 @@ export {
|
|
|
9280
9281
|
Ql as ToggleSwitch,
|
|
9281
9282
|
os as Tooltip,
|
|
9282
9283
|
ti as Typography,
|
|
9283
|
-
|
|
9284
|
-
|
|
9284
|
+
Fl as extendColorMap,
|
|
9285
|
+
Al as extendRangeColorMap
|
|
9285
9286
|
};
|