arpeggi-framer-components 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +357 -356
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +15 -15
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2,7 +2,7 @@ var Ka = Object.defineProperty;
|
|
2
2
|
var Ja = (e, t, i) => t in e ? Ka(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
|
3
3
|
var Gt = (e, t, i) => Ja(e, typeof t != "symbol" ? t + "" : t, i);
|
4
4
|
import * as Xa from "react";
|
5
|
-
import de, { useMemo as Ze, useRef as be, useReducer as Za, useEffect as Mt, useCallback as
|
5
|
+
import de, { useMemo as Ze, useRef as be, useReducer as Za, useEffect as Mt, useCallback as Ae, forwardRef as Qa, useImperativeHandle as eo, Fragment as to, useState as si, createContext as Pr, useLayoutEffect as no, useContext as ci, useDebugValue as Ir } from "react";
|
6
6
|
function Br(e) {
|
7
7
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
8
8
|
}
|
@@ -40,9 +40,9 @@ var Pt = {};
|
|
40
40
|
* This source code is licensed under the MIT license found in the
|
41
41
|
* LICENSE file in the root directory of this source tree.
|
42
42
|
*/
|
43
|
-
var
|
43
|
+
var Ai;
|
44
44
|
function ro() {
|
45
|
-
return
|
45
|
+
return Ai || (Ai = 1, process.env.NODE_ENV !== "production" && function() {
|
46
46
|
var e = de, t = Symbol.for("react.element"), i = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), s = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), l = Symbol.for("react.suspense_list"), u = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), m = Symbol.for("react.offscreen"), v = Symbol.iterator, g = "@@iterator";
|
47
47
|
function w(d) {
|
48
48
|
if (d === null || typeof d != "object")
|
@@ -53,16 +53,16 @@ function ro() {
|
|
53
53
|
var x = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
54
54
|
function k(d) {
|
55
55
|
{
|
56
|
-
for (var R = arguments.length,
|
57
|
-
|
58
|
-
_("error", d,
|
56
|
+
for (var R = arguments.length, C = new Array(R > 1 ? R - 1 : 0), Y = 1; Y < R; Y++)
|
57
|
+
C[Y - 1] = arguments[Y];
|
58
|
+
_("error", d, C);
|
59
59
|
}
|
60
60
|
}
|
61
|
-
function _(d, R,
|
61
|
+
function _(d, R, C) {
|
62
62
|
{
|
63
63
|
var Y = x.ReactDebugCurrentFrame, oe = Y.getStackAddendum();
|
64
|
-
oe !== "" && (R += "%s",
|
65
|
-
var ge =
|
64
|
+
oe !== "" && (R += "%s", C = C.concat([oe]));
|
65
|
+
var ge = C.map(function(ie) {
|
66
66
|
return String(ie);
|
67
67
|
});
|
68
68
|
ge.unshift("Warning: " + R), Function.prototype.apply.call(console[d], console, ge);
|
@@ -77,12 +77,12 @@ function ro() {
|
|
77
77
|
// with.
|
78
78
|
d.$$typeof === G || d.getModuleId !== void 0));
|
79
79
|
}
|
80
|
-
function re(d, R,
|
80
|
+
function re(d, R, C) {
|
81
81
|
var Y = d.displayName;
|
82
82
|
if (Y)
|
83
83
|
return Y;
|
84
84
|
var oe = R.displayName || R.name || "";
|
85
|
-
return oe !== "" ?
|
85
|
+
return oe !== "" ? C + "(" + oe + ")" : C;
|
86
86
|
}
|
87
87
|
function xe(d) {
|
88
88
|
return d.displayName || "Context";
|
@@ -114,8 +114,8 @@ function ro() {
|
|
114
114
|
var R = d;
|
115
115
|
return xe(R) + ".Consumer";
|
116
116
|
case o:
|
117
|
-
var
|
118
|
-
return xe(
|
117
|
+
var C = d;
|
118
|
+
return xe(C._context) + ".Provider";
|
119
119
|
case c:
|
120
120
|
return re(d, d.render, "ForwardRef");
|
121
121
|
case u:
|
@@ -132,7 +132,7 @@ function ro() {
|
|
132
132
|
}
|
133
133
|
return null;
|
134
134
|
}
|
135
|
-
var
|
135
|
+
var W = Object.assign, le = 0, Se, Re, pe, we, S, O, I;
|
136
136
|
function q() {
|
137
137
|
}
|
138
138
|
q.__reactDisabledLog = !0;
|
@@ -168,25 +168,25 @@ function ro() {
|
|
168
168
|
writable: !0
|
169
169
|
};
|
170
170
|
Object.defineProperties(console, {
|
171
|
-
log:
|
171
|
+
log: W({}, d, {
|
172
172
|
value: Se
|
173
173
|
}),
|
174
|
-
info:
|
174
|
+
info: W({}, d, {
|
175
175
|
value: Re
|
176
176
|
}),
|
177
|
-
warn:
|
177
|
+
warn: W({}, d, {
|
178
178
|
value: pe
|
179
179
|
}),
|
180
|
-
error:
|
180
|
+
error: W({}, d, {
|
181
181
|
value: we
|
182
182
|
}),
|
183
|
-
group:
|
183
|
+
group: W({}, d, {
|
184
184
|
value: S
|
185
185
|
}),
|
186
|
-
groupCollapsed:
|
186
|
+
groupCollapsed: W({}, d, {
|
187
187
|
value: O
|
188
188
|
}),
|
189
|
-
groupEnd:
|
189
|
+
groupEnd: W({}, d, {
|
190
190
|
value: I
|
191
191
|
})
|
192
192
|
});
|
@@ -194,18 +194,18 @@ function ro() {
|
|
194
194
|
le < 0 && k("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
195
195
|
}
|
196
196
|
}
|
197
|
-
var z = x.ReactCurrentDispatcher,
|
198
|
-
function K(d, R,
|
197
|
+
var z = x.ReactCurrentDispatcher, U;
|
198
|
+
function K(d, R, C) {
|
199
199
|
{
|
200
|
-
if (
|
200
|
+
if (U === void 0)
|
201
201
|
try {
|
202
202
|
throw Error();
|
203
203
|
} catch (oe) {
|
204
204
|
var Y = oe.stack.trim().match(/\n( *(at )?)/);
|
205
|
-
|
205
|
+
U = Y && Y[1] || "";
|
206
206
|
}
|
207
207
|
return `
|
208
|
-
` +
|
208
|
+
` + U + d;
|
209
209
|
}
|
210
210
|
}
|
211
211
|
var ee = !1, L;
|
@@ -217,9 +217,9 @@ function ro() {
|
|
217
217
|
if (!d || ee)
|
218
218
|
return "";
|
219
219
|
{
|
220
|
-
var
|
221
|
-
if (
|
222
|
-
return
|
220
|
+
var C = L.get(d);
|
221
|
+
if (C !== void 0)
|
222
|
+
return C;
|
223
223
|
}
|
224
224
|
var Y;
|
225
225
|
ee = !0;
|
@@ -263,18 +263,18 @@ function ro() {
|
|
263
263
|
if (Xe && Y && typeof Xe.stack == "string") {
|
264
264
|
for (var ne = Xe.stack.split(`
|
265
265
|
`), Pe = Y.stack.split(`
|
266
|
-
`), _e = ne.length - 1,
|
267
|
-
|
268
|
-
for (; _e >= 1 &&
|
269
|
-
if (ne[_e] !== Pe[
|
270
|
-
if (_e !== 1 ||
|
266
|
+
`), _e = ne.length - 1, Ce = Pe.length - 1; _e >= 1 && Ce >= 0 && ne[_e] !== Pe[Ce]; )
|
267
|
+
Ce--;
|
268
|
+
for (; _e >= 1 && Ce >= 0; _e--, Ce--)
|
269
|
+
if (ne[_e] !== Pe[Ce]) {
|
270
|
+
if (_e !== 1 || Ce !== 1)
|
271
271
|
do
|
272
|
-
if (_e--,
|
272
|
+
if (_e--, Ce--, Ce < 0 || ne[_e] !== Pe[Ce]) {
|
273
273
|
var Le = `
|
274
274
|
` + ne[_e].replace(" at new ", " at ");
|
275
275
|
return d.displayName && Le.includes("<anonymous>") && (Le = Le.replace("<anonymous>", d.displayName)), typeof d == "function" && L.set(d, Le), Le;
|
276
276
|
}
|
277
|
-
while (_e >= 1 &&
|
277
|
+
while (_e >= 1 && Ce >= 0);
|
278
278
|
break;
|
279
279
|
}
|
280
280
|
}
|
@@ -284,14 +284,14 @@ function ro() {
|
|
284
284
|
var gt = d ? d.displayName || d.name : "", Oi = gt ? K(gt) : "";
|
285
285
|
return typeof d == "function" && L.set(d, Oi), Oi;
|
286
286
|
}
|
287
|
-
function F(d, R,
|
287
|
+
function F(d, R, C) {
|
288
288
|
return y(d, !1);
|
289
289
|
}
|
290
290
|
function J(d) {
|
291
291
|
var R = d.prototype;
|
292
292
|
return !!(R && R.isReactComponent);
|
293
293
|
}
|
294
|
-
function M(d, R,
|
294
|
+
function M(d, R, C) {
|
295
295
|
if (d == null)
|
296
296
|
return "";
|
297
297
|
if (typeof d == "function")
|
@@ -309,11 +309,11 @@ function ro() {
|
|
309
309
|
case c:
|
310
310
|
return F(d.render);
|
311
311
|
case u:
|
312
|
-
return M(d.type, R,
|
312
|
+
return M(d.type, R, C);
|
313
313
|
case f: {
|
314
314
|
var Y = d, oe = Y._payload, ge = Y._init;
|
315
315
|
try {
|
316
|
-
return M(ge(oe), R,
|
316
|
+
return M(ge(oe), R, C);
|
317
317
|
} catch {
|
318
318
|
}
|
319
319
|
}
|
@@ -323,12 +323,12 @@ function ro() {
|
|
323
323
|
var ue = Object.prototype.hasOwnProperty, Te = {}, X = x.ReactDebugCurrentFrame;
|
324
324
|
function Q(d) {
|
325
325
|
if (d) {
|
326
|
-
var R = d._owner,
|
327
|
-
X.setExtraStackFrame(
|
326
|
+
var R = d._owner, C = M(d.type, d._source, R ? R.type : null);
|
327
|
+
X.setExtraStackFrame(C);
|
328
328
|
} else
|
329
329
|
X.setExtraStackFrame(null);
|
330
330
|
}
|
331
|
-
function Ee(d, R,
|
331
|
+
function Ee(d, R, C, Y, oe) {
|
332
332
|
{
|
333
333
|
var ge = Function.call.bind(ue);
|
334
334
|
for (var ie in d)
|
@@ -336,14 +336,14 @@ function ro() {
|
|
336
336
|
var ne = void 0;
|
337
337
|
try {
|
338
338
|
if (typeof d[ie] != "function") {
|
339
|
-
var Pe = Error((Y || "React class") + ": " +
|
339
|
+
var Pe = Error((Y || "React class") + ": " + C + " type `" + ie + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof d[ie] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
340
340
|
throw Pe.name = "Invariant Violation", Pe;
|
341
341
|
}
|
342
|
-
ne = d[ie](R, ie, Y,
|
342
|
+
ne = d[ie](R, ie, Y, C, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
343
343
|
} catch (_e) {
|
344
344
|
ne = _e;
|
345
345
|
}
|
346
|
-
ne && !(ne instanceof Error) && (Q(oe), k("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Y || "React class",
|
346
|
+
ne && !(ne instanceof Error) && (Q(oe), k("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Y || "React class", C, ie, typeof ne), Q(null)), ne instanceof Error && !(ne.message in Te) && (Te[ne.message] = !0, Q(oe), k("Failed %s type: %s", C, ne.message), Q(null));
|
347
347
|
}
|
348
348
|
}
|
349
349
|
}
|
@@ -353,23 +353,23 @@ function ro() {
|
|
353
353
|
}
|
354
354
|
function Ke(d) {
|
355
355
|
{
|
356
|
-
var R = typeof Symbol == "function" && Symbol.toStringTag,
|
357
|
-
return
|
356
|
+
var R = typeof Symbol == "function" && Symbol.toStringTag, C = R && d[Symbol.toStringTag] || d.constructor.name || "Object";
|
357
|
+
return C;
|
358
358
|
}
|
359
359
|
}
|
360
360
|
function E(d) {
|
361
361
|
try {
|
362
|
-
return
|
362
|
+
return A(d), !1;
|
363
363
|
} catch {
|
364
364
|
return !0;
|
365
365
|
}
|
366
366
|
}
|
367
|
-
function
|
367
|
+
function A(d) {
|
368
368
|
return "" + d;
|
369
369
|
}
|
370
370
|
function ae(d) {
|
371
371
|
if (E(d))
|
372
|
-
return k("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ke(d)),
|
372
|
+
return k("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ke(d)), A(d);
|
373
373
|
}
|
374
374
|
var fe = x.ReactCurrentOwner, ke = {
|
375
375
|
key: !0,
|
@@ -396,40 +396,40 @@ function ro() {
|
|
396
396
|
}
|
397
397
|
function xt(d, R) {
|
398
398
|
if (typeof d.ref == "string" && fe.current && R && fe.current.stateNode !== R) {
|
399
|
-
var
|
400
|
-
it[
|
399
|
+
var C = te(fe.current.type);
|
400
|
+
it[C] || (k('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', te(fe.current.type), d.ref), it[C] = !0);
|
401
401
|
}
|
402
402
|
}
|
403
403
|
function _t(d, R) {
|
404
404
|
{
|
405
|
-
var
|
405
|
+
var C = function() {
|
406
406
|
et || (et = !0, k("%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://reactjs.org/link/special-props)", R));
|
407
407
|
};
|
408
|
-
|
409
|
-
get:
|
408
|
+
C.isReactWarning = !0, Object.defineProperty(d, "key", {
|
409
|
+
get: C,
|
410
410
|
configurable: !0
|
411
411
|
});
|
412
412
|
}
|
413
413
|
}
|
414
|
-
function
|
414
|
+
function At(d, R) {
|
415
415
|
{
|
416
|
-
var
|
416
|
+
var C = function() {
|
417
417
|
Je || (Je = !0, k("%s: `ref` 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://reactjs.org/link/special-props)", R));
|
418
418
|
};
|
419
|
-
|
420
|
-
get:
|
419
|
+
C.isReactWarning = !0, Object.defineProperty(d, "ref", {
|
420
|
+
get: C,
|
421
421
|
configurable: !0
|
422
422
|
});
|
423
423
|
}
|
424
424
|
}
|
425
|
-
var
|
425
|
+
var Ct = function(d, R, C, Y, oe, ge, ie) {
|
426
426
|
var ne = {
|
427
427
|
// This tag allows us to uniquely identify this as a React Element
|
428
428
|
$$typeof: t,
|
429
429
|
// Built-in properties that belong on the element
|
430
430
|
type: d,
|
431
431
|
key: R,
|
432
|
-
ref:
|
432
|
+
ref: C,
|
433
433
|
props: ie,
|
434
434
|
// Record the component responsible for creating this element.
|
435
435
|
_owner: ge
|
@@ -451,10 +451,10 @@ function ro() {
|
|
451
451
|
value: oe
|
452
452
|
}), Object.freeze && (Object.freeze(ne.props), Object.freeze(ne)), ne;
|
453
453
|
};
|
454
|
-
function Dt(d, R,
|
454
|
+
function Dt(d, R, C, Y, oe) {
|
455
455
|
{
|
456
456
|
var ge, ie = {}, ne = null, Pe = null;
|
457
|
-
|
457
|
+
C !== void 0 && (ae(C), ne = "" + C), Ot(R) && (ae(R.key), ne = "" + R.key), kt(R) && (Pe = R.ref, xt(R, oe));
|
458
458
|
for (ge in R)
|
459
459
|
ue.call(R, ge) && !ke.hasOwnProperty(ge) && (ie[ge] = R[ge]);
|
460
460
|
if (d && d.defaultProps) {
|
@@ -463,17 +463,17 @@ function ro() {
|
|
463
463
|
ie[ge] === void 0 && (ie[ge] = _e[ge]);
|
464
464
|
}
|
465
465
|
if (ne || Pe) {
|
466
|
-
var
|
467
|
-
ne && _t(ie,
|
466
|
+
var Ce = typeof d == "function" ? d.displayName || d.name || "Unknown" : d;
|
467
|
+
ne && _t(ie, Ce), Pe && At(ie, Ce);
|
468
468
|
}
|
469
|
-
return
|
469
|
+
return Ct(d, ne, Pe, oe, Y, fe.current, ie);
|
470
470
|
}
|
471
471
|
}
|
472
472
|
var jt = x.ReactCurrentOwner, wi = x.ReactDebugCurrentFrame;
|
473
473
|
function vt(d) {
|
474
474
|
if (d) {
|
475
|
-
var R = d._owner,
|
476
|
-
wi.setExtraStackFrame(
|
475
|
+
var R = d._owner, C = M(d.type, d._source, R ? R.type : null);
|
476
|
+
wi.setExtraStackFrame(C);
|
477
477
|
} else
|
478
478
|
wi.setExtraStackFrame(null);
|
479
479
|
}
|
@@ -502,10 +502,10 @@ Check the render method of \`` + d + "`.";
|
|
502
502
|
{
|
503
503
|
var R = Ei();
|
504
504
|
if (!R) {
|
505
|
-
var
|
506
|
-
|
505
|
+
var C = typeof d == "string" ? d : d.displayName || d.name;
|
506
|
+
C && (R = `
|
507
507
|
|
508
|
-
Check the top-level render call using <` +
|
508
|
+
Check the top-level render call using <` + C + ">.");
|
509
509
|
}
|
510
510
|
return R;
|
511
511
|
}
|
@@ -515,12 +515,12 @@ Check the top-level render call using <` + A + ">.");
|
|
515
515
|
if (!d._store || d._store.validated || d.key != null)
|
516
516
|
return;
|
517
517
|
d._store.validated = !0;
|
518
|
-
var
|
519
|
-
if (Si[
|
518
|
+
var C = qa(R);
|
519
|
+
if (Si[C])
|
520
520
|
return;
|
521
|
-
Si[
|
521
|
+
Si[C] = !0;
|
522
522
|
var Y = "";
|
523
|
-
d && d._owner && d._owner !== jt.current && (Y = " It was passed a child from " + te(d._owner.type) + "."), vt(d), k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',
|
523
|
+
d && d._owner && d._owner !== jt.current && (Y = " It was passed a child from " + te(d._owner.type) + "."), vt(d), k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', C, Y), vt(null);
|
524
524
|
}
|
525
525
|
}
|
526
526
|
function Ti(d, R) {
|
@@ -528,8 +528,8 @@ Check the top-level render call using <` + A + ">.");
|
|
528
528
|
if (typeof d != "object")
|
529
529
|
return;
|
530
530
|
if (Ne(d))
|
531
|
-
for (var
|
532
|
-
var Y = d[
|
531
|
+
for (var C = 0; C < d.length; C++) {
|
532
|
+
var Y = d[C];
|
533
533
|
Sn(Y) && Ri(Y, R);
|
534
534
|
}
|
535
535
|
else if (Sn(d))
|
@@ -542,23 +542,23 @@ Check the top-level render call using <` + A + ">.");
|
|
542
542
|
}
|
543
543
|
}
|
544
544
|
}
|
545
|
-
function
|
545
|
+
function Ua(d) {
|
546
546
|
{
|
547
547
|
var R = d.type;
|
548
548
|
if (R == null || typeof R == "string")
|
549
549
|
return;
|
550
|
-
var
|
550
|
+
var C;
|
551
551
|
if (typeof R == "function")
|
552
|
-
|
552
|
+
C = R.propTypes;
|
553
553
|
else if (typeof R == "object" && (R.$$typeof === c || // Note: Memo only checks outer props here.
|
554
554
|
// Inner props are checked in the reconciler.
|
555
555
|
R.$$typeof === u))
|
556
|
-
|
556
|
+
C = R.propTypes;
|
557
557
|
else
|
558
558
|
return;
|
559
|
-
if (
|
559
|
+
if (C) {
|
560
560
|
var Y = te(R);
|
561
|
-
Ee(
|
561
|
+
Ee(C, d.props, "prop", Y, d);
|
562
562
|
} else if (R.PropTypes !== void 0 && !En) {
|
563
563
|
En = !0;
|
564
564
|
var oe = te(R);
|
@@ -567,10 +567,10 @@ Check the top-level render call using <` + A + ">.");
|
|
567
567
|
typeof R.getDefaultProps == "function" && !R.getDefaultProps.isReactClassApproved && k("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
568
568
|
}
|
569
569
|
}
|
570
|
-
function
|
570
|
+
function Wa(d) {
|
571
571
|
{
|
572
|
-
for (var R = Object.keys(d.props),
|
573
|
-
var Y = R[
|
572
|
+
for (var R = Object.keys(d.props), C = 0; C < R.length; C++) {
|
573
|
+
var Y = R[C];
|
574
574
|
if (Y !== "children" && Y !== "key") {
|
575
575
|
vt(d), k("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Y), vt(null);
|
576
576
|
break;
|
@@ -579,7 +579,7 @@ Check the top-level render call using <` + A + ">.");
|
|
579
579
|
d.ref !== null && (vt(d), k("Invalid attribute `ref` supplied to `React.Fragment`."), vt(null));
|
580
580
|
}
|
581
581
|
}
|
582
|
-
function ki(d, R,
|
582
|
+
function ki(d, R, C, Y, oe, ge) {
|
583
583
|
{
|
584
584
|
var ie = V(d);
|
585
585
|
if (!ie) {
|
@@ -590,9 +590,9 @@ Check the top-level render call using <` + A + ">.");
|
|
590
590
|
var _e;
|
591
591
|
d === null ? _e = "null" : Ne(d) ? _e = "array" : d !== void 0 && d.$$typeof === t ? (_e = "<" + (te(d.type) || "Unknown") + " />", ne = " Did you accidentally export a JSX literal instead of a component?") : _e = typeof d, k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _e, ne);
|
592
592
|
}
|
593
|
-
var
|
594
|
-
if (
|
595
|
-
return
|
593
|
+
var Ce = Dt(d, R, C, oe, ge);
|
594
|
+
if (Ce == null)
|
595
|
+
return Ce;
|
596
596
|
if (ie) {
|
597
597
|
var Le = R.children;
|
598
598
|
if (Le !== void 0)
|
@@ -606,22 +606,22 @@ Check the top-level render call using <` + A + ">.");
|
|
606
606
|
else
|
607
607
|
Ti(Le, d);
|
608
608
|
}
|
609
|
-
return d === n ?
|
609
|
+
return d === n ? Wa(Ce) : Ua(Ce), Ce;
|
610
610
|
}
|
611
611
|
}
|
612
|
-
function Va(d, R,
|
613
|
-
return ki(d, R,
|
612
|
+
function Va(d, R, C) {
|
613
|
+
return ki(d, R, C, !0);
|
614
614
|
}
|
615
|
-
function Ha(d, R,
|
616
|
-
return ki(d, R,
|
615
|
+
function Ha(d, R, C) {
|
616
|
+
return ki(d, R, C, !1);
|
617
617
|
}
|
618
618
|
var Ga = Ha, Ya = Va;
|
619
619
|
Pt.Fragment = n, Pt.jsx = Ga, Pt.jsxs = Ya;
|
620
620
|
}()), Pt;
|
621
621
|
}
|
622
|
-
var
|
622
|
+
var Ci;
|
623
623
|
function ao() {
|
624
|
-
return
|
624
|
+
return Ci || (Ci = 1, process.env.NODE_ENV === "production" ? Yt.exports = io() : Yt.exports = ro()), Yt.exports;
|
625
625
|
}
|
626
626
|
var ye = ao(), me = "colors", Ie = "sizes", P = "space", oo = { gap: P, gridGap: P, columnGap: P, gridColumnGap: P, rowGap: P, gridRowGap: P, inset: P, insetBlock: P, insetBlockEnd: P, insetBlockStart: P, insetInline: P, insetInlineEnd: P, insetInlineStart: P, margin: P, marginTop: P, marginRight: P, marginBottom: P, marginLeft: P, marginBlock: P, marginBlockEnd: P, marginBlockStart: P, marginInline: P, marginInlineEnd: P, marginInlineStart: P, padding: P, paddingTop: P, paddingRight: P, paddingBottom: P, paddingLeft: P, paddingBlock: P, paddingBlockEnd: P, paddingBlockStart: P, paddingInline: P, paddingInlineEnd: P, paddingInlineStart: P, top: P, right: P, bottom: P, left: P, scrollMargin: P, scrollMarginTop: P, scrollMarginRight: P, scrollMarginBottom: P, scrollMarginLeft: P, scrollMarginX: P, scrollMarginY: P, scrollMarginBlock: P, scrollMarginBlockEnd: P, scrollMarginBlockStart: P, scrollMarginInline: P, scrollMarginInlineEnd: P, scrollMarginInlineStart: P, scrollPadding: P, scrollPaddingTop: P, scrollPaddingRight: P, scrollPaddingBottom: P, scrollPaddingLeft: P, scrollPaddingX: P, scrollPaddingY: P, scrollPaddingBlock: P, scrollPaddingBlockEnd: P, scrollPaddingBlockStart: P, scrollPaddingInline: P, scrollPaddingInlineEnd: P, scrollPaddingInlineStart: P, fontSize: "fontSizes", background: me, backgroundColor: me, backgroundImage: me, borderImage: me, border: me, borderBlock: me, borderBlockEnd: me, borderBlockStart: me, borderBottom: me, borderBottomColor: me, borderColor: me, borderInline: me, borderInlineEnd: me, borderInlineStart: me, borderLeft: me, borderLeftColor: me, borderRight: me, borderRightColor: me, borderTop: me, borderTopColor: me, caretColor: me, color: me, columnRuleColor: me, fill: me, outline: me, outlineColor: me, stroke: me, textDecorationColor: me, fontFamily: "fonts", fontWeight: "fontWeights", lineHeight: "lineHeights", letterSpacing: "letterSpacings", blockSize: Ie, minBlockSize: Ie, maxBlockSize: Ie, inlineSize: Ie, minInlineSize: Ie, maxInlineSize: Ie, width: Ie, minWidth: Ie, maxWidth: Ie, height: Ie, minHeight: Ie, maxHeight: Ie, flexBasis: Ie, gridTemplateColumns: Ie, gridTemplateRows: Ie, borderWidth: "borderWidths", borderTopWidth: "borderWidths", borderRightWidth: "borderWidths", borderBottomWidth: "borderWidths", borderLeftWidth: "borderWidths", borderStyle: "borderStyles", borderTopStyle: "borderStyles", borderRightStyle: "borderStyles", borderBottomStyle: "borderStyles", borderLeftStyle: "borderStyles", borderRadius: "radii", borderTopLeftRadius: "radii", borderTopRightRadius: "radii", borderBottomRightRadius: "radii", borderBottomLeftRadius: "radii", boxShadow: "shadows", textShadow: "shadows", transition: "transitions", zIndex: "zIndices" }, so = (e, t) => typeof t == "function" ? { "()": Function.prototype.toString.call(t) } : t, Et = () => {
|
627
627
|
const e = /* @__PURE__ */ Object.create(null);
|
@@ -655,8 +655,8 @@ var ye = ao(), me = "colors", Ie = "sizes", P = "space", oo = { gap: P, gridGap:
|
|
655
655
|
}
|
656
656
|
}
|
657
657
|
if (k && (w = f.slice(1) in n.media ? "@media " + n.media[f.slice(1)] : f, f = w.replace(/\(\s*([\w-]+)\s*(=|<|<=|>|>=)\s*([\w-]+)\s*(?:(<|<=|>|>=)\s*([\w-]+)\s*)?\)/g, (D, N, j, G, V, re) => {
|
658
|
-
const xe = Rn.test(N), te = 0.0625 * (xe ? -1 : 1), [
|
659
|
-
return "(" + (j[0] === "=" ? "" : j[0] === ">" === xe ? "max-" : "min-") +
|
658
|
+
const xe = Rn.test(N), te = 0.0625 * (xe ? -1 : 1), [W, le] = xe ? [G, N] : [N, G];
|
659
|
+
return "(" + (j[0] === "=" ? "" : j[0] === ">" === xe ? "max-" : "min-") + W + ":" + (j[0] !== "=" && j.length === 1 ? le.replace(Rn, (Se, Re, pe) => Number(Re) + te * (j === ">" ? 1 : -1) + pe) : le) + (V ? ") and (" + (V[0] === ">" ? "min-" : "max-") + W + ":" + (V.length === 1 ? re.replace(Rn, (Se, Re, pe) => Number(Re) + te * (V === ">" ? -1 : 1) + pe) : re) : "") + ")";
|
660
660
|
})), b) {
|
661
661
|
const D = k ? u.concat(f) : [...u], N = k ? [...l] : po(l, f.split(mo));
|
662
662
|
a !== void 0 && r(Fi(...a)), a = void 0, c(m, N, D);
|
@@ -806,8 +806,8 @@ var ye = ao(), me = "colors", Ie = "sizes", P = "space", oo = { gap: P, gridGap:
|
|
806
806
|
const re = `${x}-${pt(G)}-${j}`;
|
807
807
|
g.add(re);
|
808
808
|
const xe = (V ? i.rules.resonevar : i.rules.onevar).cache, te = V ? c.resonevar : c.onevar;
|
809
|
-
xe.has(re) || (xe.add(re), yt(G, [`.${re}`], [], e, (
|
810
|
-
te.apply(
|
809
|
+
xe.has(re) || (xe.add(re), yt(G, [`.${re}`], [], e, (W) => {
|
810
|
+
te.apply(W);
|
811
811
|
}));
|
812
812
|
}
|
813
813
|
for (const N of D) if (N !== void 0) for (const [j, G] of N) {
|
@@ -901,7 +901,7 @@ var ye = ao(), me = "colors", Ie = "sizes", P = "space", oo = { gap: P, gridGap:
|
|
901
901
|
return li(r, { get name() {
|
902
902
|
return r();
|
903
903
|
}, toString: r });
|
904
|
-
}),
|
904
|
+
}), Ao = class {
|
905
905
|
constructor(e, t, i, n) {
|
906
906
|
this.token = e == null ? "" : String(e), this.value = t == null ? "" : String(t), this.scale = i == null ? "" : String(i), this.prefix = n == null ? "" : String(n);
|
907
907
|
}
|
@@ -914,14 +914,14 @@ var ye = ao(), me = "colors", Ie = "sizes", P = "space", oo = { gap: P, gridGap:
|
|
914
914
|
toString() {
|
915
915
|
return this.computedValue;
|
916
916
|
}
|
917
|
-
},
|
917
|
+
}, Co = Et(), Do = (e, t) => Co(e, () => (i, n) => {
|
918
918
|
n = typeof i == "object" && i || Object(n);
|
919
919
|
const r = `.${i = (i = typeof i == "string" ? i : "") || `${Qe(e.prefix)}t-${pt(n)}`}`, a = {}, o = [];
|
920
920
|
for (const c in n) {
|
921
921
|
a[c] = {};
|
922
922
|
for (const p in n[c]) {
|
923
923
|
const l = `--${Qe(e.prefix)}${c}-${p}`, u = zr(String(n[c][p]), e.prefix, c);
|
924
|
-
a[c][p] = new
|
924
|
+
a[c][p] = new Ao(p, u, c, e.prefix), o.push(`${l}:${u}`);
|
925
925
|
}
|
926
926
|
}
|
927
927
|
const s = () => {
|
@@ -2415,9 +2415,9 @@ var ce = {};
|
|
2415
2415
|
* This source code is licensed under the MIT license found in the
|
2416
2416
|
* LICENSE file in the root directory of this source tree.
|
2417
2417
|
*/
|
2418
|
-
var
|
2418
|
+
var Ui;
|
2419
2419
|
function No() {
|
2420
|
-
return
|
2420
|
+
return Ui || (Ui = 1, process.env.NODE_ENV !== "production" && function() {
|
2421
2421
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, i = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, s = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, l = e ? Symbol.for("react.forward_ref") : 60112, u = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, m = e ? Symbol.for("react.memo") : 60115, v = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, x = e ? Symbol.for("react.responder") : 60118, k = e ? Symbol.for("react.scope") : 60119;
|
2422
2422
|
function _(y) {
|
2423
2423
|
return typeof y == "string" || typeof y == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
@@ -2455,7 +2455,7 @@ function No() {
|
|
2455
2455
|
}
|
2456
2456
|
}
|
2457
2457
|
}
|
2458
|
-
var b = c, D = p, N = s, j = o, G = t, V = l, re = n, xe = v, te = m,
|
2458
|
+
var b = c, D = p, N = s, j = o, G = t, V = l, re = n, xe = v, te = m, W = i, le = a, Se = r, Re = u, pe = !1;
|
2459
2459
|
function we(y) {
|
2460
2460
|
return pe || (pe = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), S(y) || T(y) === c;
|
2461
2461
|
}
|
@@ -2480,7 +2480,7 @@ function No() {
|
|
2480
2480
|
function z(y) {
|
2481
2481
|
return T(y) === v;
|
2482
2482
|
}
|
2483
|
-
function
|
2483
|
+
function U(y) {
|
2484
2484
|
return T(y) === m;
|
2485
2485
|
}
|
2486
2486
|
function K(y) {
|
@@ -2495,12 +2495,12 @@ function No() {
|
|
2495
2495
|
function ve(y) {
|
2496
2496
|
return T(y) === u;
|
2497
2497
|
}
|
2498
|
-
ce.AsyncMode = b, ce.ConcurrentMode = D, ce.ContextConsumer = N, ce.ContextProvider = j, ce.Element = G, ce.ForwardRef = V, ce.Fragment = re, ce.Lazy = xe, ce.Memo = te, ce.Portal =
|
2498
|
+
ce.AsyncMode = b, ce.ConcurrentMode = D, ce.ContextConsumer = N, ce.ContextProvider = j, ce.Element = G, ce.ForwardRef = V, ce.Fragment = re, ce.Lazy = xe, ce.Memo = te, ce.Portal = W, ce.Profiler = le, ce.StrictMode = Se, ce.Suspense = Re, ce.isAsyncMode = we, ce.isConcurrentMode = S, ce.isContextConsumer = O, ce.isContextProvider = I, ce.isElement = q, ce.isForwardRef = B, ce.isFragment = H, ce.isLazy = z, ce.isMemo = U, ce.isPortal = K, ce.isProfiler = ee, ce.isStrictMode = L, ce.isSuspense = ve, ce.isValidElementType = _, ce.typeOf = T;
|
2499
2499
|
}()), ce;
|
2500
2500
|
}
|
2501
|
-
var
|
2501
|
+
var Wi;
|
2502
2502
|
function $r() {
|
2503
|
-
return
|
2503
|
+
return Wi || (Wi = 1, process.env.NODE_ENV === "production" ? Xt.exports = $o() : Xt.exports = No()), Xt.exports;
|
2504
2504
|
}
|
2505
2505
|
/*
|
2506
2506
|
object-assign
|
@@ -2564,9 +2564,9 @@ var _n, Gi;
|
|
2564
2564
|
function Nr() {
|
2565
2565
|
return Gi || (Gi = 1, _n = Function.call.bind(Object.prototype.hasOwnProperty)), _n;
|
2566
2566
|
}
|
2567
|
-
var
|
2568
|
-
function
|
2569
|
-
if (Yi) return
|
2567
|
+
var An, Yi;
|
2568
|
+
function Uo() {
|
2569
|
+
if (Yi) return An;
|
2570
2570
|
Yi = 1;
|
2571
2571
|
var e = function() {
|
2572
2572
|
};
|
@@ -2611,13 +2611,13 @@ function Wo() {
|
|
2611
2611
|
}
|
2612
2612
|
return r.resetWarningCache = function() {
|
2613
2613
|
process.env.NODE_ENV !== "production" && (i = {});
|
2614
|
-
},
|
2614
|
+
}, An = r, An;
|
2615
2615
|
}
|
2616
|
-
var
|
2617
|
-
function
|
2618
|
-
if (Ki) return
|
2616
|
+
var Cn, Ki;
|
2617
|
+
function Wo() {
|
2618
|
+
if (Ki) return Cn;
|
2619
2619
|
Ki = 1;
|
2620
|
-
var e = $r(), t = qo(), i = /* @__PURE__ */ pi(), n = /* @__PURE__ */ Nr(), r = /* @__PURE__ */
|
2620
|
+
var e = $r(), t = qo(), i = /* @__PURE__ */ pi(), n = /* @__PURE__ */ Nr(), r = /* @__PURE__ */ Uo(), a = function() {
|
2621
2621
|
};
|
2622
2622
|
process.env.NODE_ENV !== "production" && (a = function(s) {
|
2623
2623
|
var c = "Warning: " + s;
|
@@ -2630,7 +2630,7 @@ function Uo() {
|
|
2630
2630
|
function o() {
|
2631
2631
|
return null;
|
2632
2632
|
}
|
2633
|
-
return
|
2633
|
+
return Cn = function(s, c) {
|
2634
2634
|
var p = typeof Symbol == "function" && Symbol.iterator, l = "@@iterator";
|
2635
2635
|
function u(S) {
|
2636
2636
|
var O = S && (p && S[p] || S[l]);
|
@@ -2668,28 +2668,28 @@ function Uo() {
|
|
2668
2668
|
function w(S) {
|
2669
2669
|
if (process.env.NODE_ENV !== "production")
|
2670
2670
|
var O = {}, I = 0;
|
2671
|
-
function q(H, z,
|
2672
|
-
if (K = K || f, L = L ||
|
2671
|
+
function q(H, z, U, K, ee, L, ve) {
|
2672
|
+
if (K = K || f, L = L || U, ve !== i) {
|
2673
2673
|
if (c) {
|
2674
2674
|
var y = new Error(
|
2675
2675
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
2676
2676
|
);
|
2677
2677
|
throw y.name = "Invariant Violation", y;
|
2678
2678
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
2679
|
-
var F = K + ":" +
|
2679
|
+
var F = K + ":" + U;
|
2680
2680
|
!O[F] && // Avoid spamming the console because they are often not actionable except for lib authors
|
2681
2681
|
I < 3 && (a(
|
2682
2682
|
"You are manually calling a React.PropTypes validation function for the `" + L + "` prop on `" + K + "`. 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."
|
2683
2683
|
), O[F] = !0, I++);
|
2684
2684
|
}
|
2685
2685
|
}
|
2686
|
-
return z[
|
2686
|
+
return z[U] == null ? H ? z[U] === null ? new g("The " + ee + " `" + L + "` is marked as required " + ("in `" + K + "`, but its value is `null`.")) : new g("The " + ee + " `" + L + "` is marked as required in " + ("`" + K + "`, but its value is `undefined`.")) : null : S(z, U, K, ee, L);
|
2687
2687
|
}
|
2688
2688
|
var B = q.bind(null, !1);
|
2689
2689
|
return B.isRequired = q.bind(null, !0), B;
|
2690
2690
|
}
|
2691
2691
|
function x(S) {
|
2692
|
-
function O(I, q, B, H, z,
|
2692
|
+
function O(I, q, B, H, z, U) {
|
2693
2693
|
var K = I[q], ee = Se(K);
|
2694
2694
|
if (ee !== S) {
|
2695
2695
|
var L = Re(K);
|
@@ -2709,13 +2709,13 @@ function Uo() {
|
|
2709
2709
|
function O(I, q, B, H, z) {
|
2710
2710
|
if (typeof S != "function")
|
2711
2711
|
return new g("Property `" + z + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
2712
|
-
var
|
2713
|
-
if (!Array.isArray(
|
2714
|
-
var K = Se(
|
2712
|
+
var U = I[q];
|
2713
|
+
if (!Array.isArray(U)) {
|
2714
|
+
var K = Se(U);
|
2715
2715
|
return new g("Invalid " + H + " `" + z + "` of type " + ("`" + K + "` supplied to `" + B + "`, expected an array."));
|
2716
2716
|
}
|
2717
|
-
for (var ee = 0; ee <
|
2718
|
-
var L = S(
|
2717
|
+
for (var ee = 0; ee < U.length; ee++) {
|
2718
|
+
var L = S(U, ee, B, H, z + "[" + ee + "]", i);
|
2719
2719
|
if (L instanceof Error)
|
2720
2720
|
return L;
|
2721
2721
|
}
|
@@ -2727,8 +2727,8 @@ function Uo() {
|
|
2727
2727
|
function S(O, I, q, B, H) {
|
2728
2728
|
var z = O[I];
|
2729
2729
|
if (!s(z)) {
|
2730
|
-
var
|
2731
|
-
return new g("Invalid " + B + " `" + H + "` of type " + ("`" +
|
2730
|
+
var U = Se(z);
|
2731
|
+
return new g("Invalid " + B + " `" + H + "` of type " + ("`" + U + "` supplied to `" + q + "`, expected a single ReactElement."));
|
2732
2732
|
}
|
2733
2733
|
return null;
|
2734
2734
|
}
|
@@ -2738,8 +2738,8 @@ function Uo() {
|
|
2738
2738
|
function S(O, I, q, B, H) {
|
2739
2739
|
var z = O[I];
|
2740
2740
|
if (!e.isValidElementType(z)) {
|
2741
|
-
var
|
2742
|
-
return new g("Invalid " + B + " `" + H + "` of type " + ("`" +
|
2741
|
+
var U = Se(z);
|
2742
|
+
return new g("Invalid " + B + " `" + H + "` of type " + ("`" + U + "` supplied to `" + q + "`, expected a single ReactElement type."));
|
2743
2743
|
}
|
2744
2744
|
return null;
|
2745
2745
|
}
|
@@ -2748,8 +2748,8 @@ function Uo() {
|
|
2748
2748
|
function D(S) {
|
2749
2749
|
function O(I, q, B, H, z) {
|
2750
2750
|
if (!(I[q] instanceof S)) {
|
2751
|
-
var
|
2752
|
-
return new g("Invalid " + H + " `" + z + "` of type " + ("`" + K + "` supplied to `" + B + "`, expected ") + ("instance of `" +
|
2751
|
+
var U = S.name || f, K = we(I[q]);
|
2752
|
+
return new g("Invalid " + H + " `" + z + "` of type " + ("`" + K + "` supplied to `" + B + "`, expected ") + ("instance of `" + U + "`."));
|
2753
2753
|
}
|
2754
2754
|
return null;
|
2755
2755
|
}
|
@@ -2761,14 +2761,14 @@ function Uo() {
|
|
2761
2761
|
"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])."
|
2762
2762
|
) : a("Invalid argument supplied to oneOf, expected an array.")), o;
|
2763
2763
|
function O(I, q, B, H, z) {
|
2764
|
-
for (var
|
2765
|
-
if (v(
|
2764
|
+
for (var U = I[q], K = 0; K < S.length; K++)
|
2765
|
+
if (v(U, S[K]))
|
2766
2766
|
return null;
|
2767
2767
|
var ee = JSON.stringify(S, function(ve, y) {
|
2768
2768
|
var F = Re(y);
|
2769
2769
|
return F === "symbol" ? String(y) : y;
|
2770
2770
|
});
|
2771
|
-
return new g("Invalid " + H + " `" + z + "` of value `" + String(
|
2771
|
+
return new g("Invalid " + H + " `" + z + "` of value `" + String(U) + "` " + ("supplied to `" + B + "`, expected one of " + ee + "."));
|
2772
2772
|
}
|
2773
2773
|
return w(O);
|
2774
2774
|
}
|
@@ -2776,12 +2776,12 @@ function Uo() {
|
|
2776
2776
|
function O(I, q, B, H, z) {
|
2777
2777
|
if (typeof S != "function")
|
2778
2778
|
return new g("Property `" + z + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
2779
|
-
var
|
2779
|
+
var U = I[q], K = Se(U);
|
2780
2780
|
if (K !== "object")
|
2781
2781
|
return new g("Invalid " + H + " `" + z + "` of type " + ("`" + K + "` supplied to `" + B + "`, expected an object."));
|
2782
|
-
for (var ee in
|
2783
|
-
if (n(
|
2784
|
-
var L = S(
|
2782
|
+
for (var ee in U)
|
2783
|
+
if (n(U, ee)) {
|
2784
|
+
var L = S(U, ee, B, H, z + "." + ee, i);
|
2785
2785
|
if (L instanceof Error)
|
2786
2786
|
return L;
|
2787
2787
|
}
|
@@ -2799,21 +2799,21 @@ function Uo() {
|
|
2799
2799
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + pe(I) + " at index " + O + "."
|
2800
2800
|
), o;
|
2801
2801
|
}
|
2802
|
-
function q(B, H, z,
|
2802
|
+
function q(B, H, z, U, K) {
|
2803
2803
|
for (var ee = [], L = 0; L < S.length; L++) {
|
2804
|
-
var ve = S[L], y = ve(B, H, z,
|
2804
|
+
var ve = S[L], y = ve(B, H, z, U, K, i);
|
2805
2805
|
if (y == null)
|
2806
2806
|
return null;
|
2807
2807
|
y.data && n(y.data, "expectedType") && ee.push(y.data.expectedType);
|
2808
2808
|
}
|
2809
2809
|
var F = ee.length > 0 ? ", expected one of type [" + ee.join(", ") + "]" : "";
|
2810
|
-
return new g("Invalid " +
|
2810
|
+
return new g("Invalid " + U + " `" + K + "` supplied to " + ("`" + z + "`" + F + "."));
|
2811
2811
|
}
|
2812
2812
|
return w(q);
|
2813
2813
|
}
|
2814
2814
|
function V() {
|
2815
2815
|
function S(O, I, q, B, H) {
|
2816
|
-
return
|
2816
|
+
return W(O[I]) ? null : new g("Invalid " + B + " `" + H + "` supplied to " + ("`" + q + "`, expected a ReactNode."));
|
2817
2817
|
}
|
2818
2818
|
return w(S);
|
2819
2819
|
}
|
@@ -2824,14 +2824,14 @@ function Uo() {
|
|
2824
2824
|
}
|
2825
2825
|
function xe(S) {
|
2826
2826
|
function O(I, q, B, H, z) {
|
2827
|
-
var
|
2827
|
+
var U = I[q], K = Se(U);
|
2828
2828
|
if (K !== "object")
|
2829
2829
|
return new g("Invalid " + H + " `" + z + "` of type `" + K + "` " + ("supplied to `" + B + "`, expected `object`."));
|
2830
2830
|
for (var ee in S) {
|
2831
2831
|
var L = S[ee];
|
2832
2832
|
if (typeof L != "function")
|
2833
2833
|
return re(B, H, z, ee, Re(L));
|
2834
|
-
var ve = L(
|
2834
|
+
var ve = L(U, ee, B, H, z + "." + ee, i);
|
2835
2835
|
if (ve)
|
2836
2836
|
return ve;
|
2837
2837
|
}
|
@@ -2841,7 +2841,7 @@ function Uo() {
|
|
2841
2841
|
}
|
2842
2842
|
function te(S) {
|
2843
2843
|
function O(I, q, B, H, z) {
|
2844
|
-
var
|
2844
|
+
var U = I[q], K = Se(U);
|
2845
2845
|
if (K !== "object")
|
2846
2846
|
return new g("Invalid " + H + " `" + z + "` of type `" + K + "` " + ("supplied to `" + B + "`, expected `object`."));
|
2847
2847
|
var ee = t({}, I[q], S);
|
@@ -2854,7 +2854,7 @@ function Uo() {
|
|
2854
2854
|
"Invalid " + H + " `" + z + "` key `" + L + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(I[q], null, " ") + `
|
2855
2855
|
Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
2856
2856
|
);
|
2857
|
-
var y = ve(
|
2857
|
+
var y = ve(U, L, B, H, z + "." + L, i);
|
2858
2858
|
if (y)
|
2859
2859
|
return y;
|
2860
2860
|
}
|
@@ -2862,7 +2862,7 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
2862
2862
|
}
|
2863
2863
|
return w(O);
|
2864
2864
|
}
|
2865
|
-
function
|
2865
|
+
function W(S) {
|
2866
2866
|
switch (typeof S) {
|
2867
2867
|
case "number":
|
2868
2868
|
case "string":
|
@@ -2872,7 +2872,7 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
2872
2872
|
return !S;
|
2873
2873
|
case "object":
|
2874
2874
|
if (Array.isArray(S))
|
2875
|
-
return S.every(
|
2875
|
+
return S.every(W);
|
2876
2876
|
if (S === null || s(S))
|
2877
2877
|
return !0;
|
2878
2878
|
var O = u(S);
|
@@ -2880,12 +2880,12 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
2880
2880
|
var I = O.call(S), q;
|
2881
2881
|
if (O !== S.entries) {
|
2882
2882
|
for (; !(q = I.next()).done; )
|
2883
|
-
if (!
|
2883
|
+
if (!W(q.value))
|
2884
2884
|
return !1;
|
2885
2885
|
} else
|
2886
2886
|
for (; !(q = I.next()).done; ) {
|
2887
2887
|
var B = q.value;
|
2888
|
-
if (B && !
|
2888
|
+
if (B && !W(B[1]))
|
2889
2889
|
return !1;
|
2890
2890
|
}
|
2891
2891
|
} else
|
@@ -2932,7 +2932,7 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
2932
2932
|
return !S.constructor || !S.constructor.name ? f : S.constructor.name;
|
2933
2933
|
}
|
2934
2934
|
return m.checkPropTypes = r, m.resetWarningCache = r.resetWarningCache, m.PropTypes = m, m;
|
2935
|
-
},
|
2935
|
+
}, Cn;
|
2936
2936
|
}
|
2937
2937
|
var Dn, Ji;
|
2938
2938
|
function Vo() {
|
@@ -2987,7 +2987,7 @@ function Ho() {
|
|
2987
2987
|
if (Xi) return Jt.exports;
|
2988
2988
|
if (Xi = 1, process.env.NODE_ENV !== "production") {
|
2989
2989
|
var e = $r(), t = !0;
|
2990
|
-
Jt.exports = /* @__PURE__ */
|
2990
|
+
Jt.exports = /* @__PURE__ */ Wo()(e.isElement, t);
|
2991
2991
|
} else
|
2992
2992
|
Jt.exports = /* @__PURE__ */ Vo()();
|
2993
2993
|
return Jt.exports;
|
@@ -4307,7 +4307,7 @@ function is(e) {
|
|
4307
4307
|
if (typeof e.webkitGetAsEntry != "function")
|
4308
4308
|
return er(e);
|
4309
4309
|
const t = e.webkitGetAsEntry();
|
4310
|
-
return t && t.isDirectory ?
|
4310
|
+
return t && t.isDirectory ? Ur(t) : er(e, t);
|
4311
4311
|
}
|
4312
4312
|
function qr(e) {
|
4313
4313
|
return e.reduce((t, i) => [
|
@@ -4335,10 +4335,10 @@ function er(e, t) {
|
|
4335
4335
|
}
|
4336
4336
|
function rs(e) {
|
4337
4337
|
return mt(this, void 0, void 0, function* () {
|
4338
|
-
return e.isDirectory ?
|
4338
|
+
return e.isDirectory ? Ur(e) : as(e);
|
4339
4339
|
});
|
4340
4340
|
}
|
4341
|
-
function
|
4341
|
+
function Ur(e) {
|
4342
4342
|
const t = e.createReader();
|
4343
4343
|
return new Promise((i, n) => {
|
4344
4344
|
const r = [];
|
@@ -4418,14 +4418,14 @@ function rr(e) {
|
|
4418
4418
|
for (var t = 1; t < arguments.length; t++) {
|
4419
4419
|
var i = arguments[t] != null ? arguments[t] : {};
|
4420
4420
|
t % 2 ? ir(Object(i), !0).forEach(function(n) {
|
4421
|
-
|
4421
|
+
Wr(e, n, i[n]);
|
4422
4422
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(i)) : ir(Object(i)).forEach(function(n) {
|
4423
4423
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(i, n));
|
4424
4424
|
});
|
4425
4425
|
}
|
4426
4426
|
return e;
|
4427
4427
|
}
|
4428
|
-
function
|
4428
|
+
function Wr(e, t, i) {
|
4429
4429
|
return t in e ? Object.defineProperty(e, t, { value: i, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = i, e;
|
4430
4430
|
}
|
4431
4431
|
function $t(e, t) {
|
@@ -4537,7 +4537,7 @@ function Rs() {
|
|
4537
4537
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.navigator.userAgent;
|
4538
4538
|
return Es(e) || Ss(e);
|
4539
4539
|
}
|
4540
|
-
function
|
4540
|
+
function We() {
|
4541
4541
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
4542
4542
|
t[i] = arguments[i];
|
4543
4543
|
return function(n) {
|
@@ -4558,7 +4558,7 @@ function ks(e) {
|
|
4558
4558
|
return Yr(r) || (console.warn('Skipped "'.concat(r, '" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')), o = !1), (!Array.isArray(a) || !a.every(Kr)) && (console.warn('Skipped "'.concat(r, '" because an invalid file extension was provided.')), o = !1), o;
|
4559
4559
|
}).reduce(function(i, n) {
|
4560
4560
|
var r = $t(n, 2), a = r[0], o = r[1];
|
4561
|
-
return rr(rr({}, i), {},
|
4561
|
+
return rr(rr({}, i), {}, Wr({}, a, o));
|
4562
4562
|
}, {});
|
4563
4563
|
return [{
|
4564
4564
|
// description is required due to https://crbug.com/1264708
|
@@ -4580,7 +4580,7 @@ function Os(e) {
|
|
4580
4580
|
function _s(e) {
|
4581
4581
|
return e instanceof DOMException && (e.name === "AbortError" || e.code === e.ABORT_ERR);
|
4582
4582
|
}
|
4583
|
-
function
|
4583
|
+
function As(e) {
|
4584
4584
|
return e instanceof DOMException && (e.name === "SecurityError" || e.code === e.SECURITY_ERR);
|
4585
4585
|
}
|
4586
4586
|
function Yr(e) {
|
@@ -4589,7 +4589,7 @@ function Yr(e) {
|
|
4589
4589
|
function Kr(e) {
|
4590
4590
|
return /^.*\.[\w]+$/.test(e);
|
4591
4591
|
}
|
4592
|
-
var
|
4592
|
+
var Cs = ["children"], Ds = ["open"], js = ["refKey", "role", "onKeyDown", "onFocus", "onBlur", "onClick", "onDragEnter", "onDragOver", "onDragLeave", "onDrop"], Fs = ["refKey", "onChange", "onClick"];
|
4593
4593
|
function Ps(e) {
|
4594
4594
|
return zs(e) || Bs(e) || Jr(e) || Is();
|
4595
4595
|
}
|
@@ -4688,7 +4688,7 @@ function Ns(e, t) {
|
|
4688
4688
|
return i;
|
4689
4689
|
}
|
4690
4690
|
var ui = /* @__PURE__ */ Qa(function(e, t) {
|
4691
|
-
var i = e.children, n = dn(e,
|
4691
|
+
var i = e.children, n = dn(e, Cs), r = Zr(n), a = r.open, o = dn(r, Ds);
|
4692
4692
|
return eo(t, function() {
|
4693
4693
|
return {
|
4694
4694
|
open: a
|
@@ -4901,11 +4901,11 @@ function Zr() {
|
|
4901
4901
|
return typeof w == "function" ? w : lr;
|
4902
4902
|
}, [w]), te = Ze(function() {
|
4903
4903
|
return typeof g == "function" ? g : lr;
|
4904
|
-
}, [g]),
|
4904
|
+
}, [g]), W = be(null), le = be(null), Se = Za(qs, Jn), Re = Fn(Se, 2), pe = Re[0], we = Re[1], S = pe.isFocused, O = pe.isFileDialogActive, I = be(typeof window < "u" && window.isSecureContext && x && Ts()), q = function() {
|
4905
4905
|
!I.current && O && setTimeout(function() {
|
4906
4906
|
if (le.current) {
|
4907
|
-
var
|
4908
|
-
|
4907
|
+
var A = le.current.files;
|
4908
|
+
A.length || (we({
|
4909
4909
|
type: "closeDialog"
|
4910
4910
|
}), te());
|
4911
4911
|
}
|
@@ -4916,24 +4916,24 @@ function Zr() {
|
|
4916
4916
|
window.removeEventListener("focus", q, !1);
|
4917
4917
|
};
|
4918
4918
|
}, [le, O, te, I]);
|
4919
|
-
var B = be([]), H = function(
|
4920
|
-
|
4919
|
+
var B = be([]), H = function(A) {
|
4920
|
+
W.current && W.current.contains(A.target) || (A.preventDefault(), B.current = []);
|
4921
4921
|
};
|
4922
4922
|
Mt(function() {
|
4923
4923
|
return _ && (document.addEventListener("dragover", sr, !1), document.addEventListener("drop", H, !1)), function() {
|
4924
4924
|
_ && (document.removeEventListener("dragover", sr), document.removeEventListener("drop", H));
|
4925
4925
|
};
|
4926
|
-
}, [
|
4927
|
-
return !n && k &&
|
4926
|
+
}, [W, _]), Mt(function() {
|
4927
|
+
return !n && k && W.current && W.current.focus(), function() {
|
4928
4928
|
};
|
4929
|
-
}, [
|
4930
|
-
var z =
|
4929
|
+
}, [W, k, n]);
|
4930
|
+
var z = Ae(function(E) {
|
4931
4931
|
j ? j(E) : console.error(E);
|
4932
|
-
}, [j]),
|
4933
|
-
E.preventDefault(), E.persist(), Ee(E), B.current = [].concat(Ps(B.current), [E.target]), Qt(E) && Promise.resolve(r(E)).then(function(
|
4932
|
+
}, [j]), U = Ae(function(E) {
|
4933
|
+
E.preventDefault(), E.persist(), Ee(E), B.current = [].concat(Ps(B.current), [E.target]), Qt(E) && Promise.resolve(r(E)).then(function(A) {
|
4934
4934
|
if (!(un(E) && !N)) {
|
4935
|
-
var ae =
|
4936
|
-
files:
|
4935
|
+
var ae = A.length, fe = ae > 0 && ws({
|
4936
|
+
files: A,
|
4937
4937
|
accept: V,
|
4938
4938
|
minSize: o,
|
4939
4939
|
maxSize: a,
|
@@ -4948,38 +4948,38 @@ function Zr() {
|
|
4948
4948
|
type: "setDraggedFiles"
|
4949
4949
|
}), p && p(E);
|
4950
4950
|
}
|
4951
|
-
}).catch(function(
|
4952
|
-
return z(
|
4951
|
+
}).catch(function(A) {
|
4952
|
+
return z(A);
|
4953
4953
|
});
|
4954
|
-
}, [r, p, z, N, V, o, a, s, c, G]), K =
|
4954
|
+
}, [r, p, z, N, V, o, a, s, c, G]), K = Ae(function(E) {
|
4955
4955
|
E.preventDefault(), E.persist(), Ee(E);
|
4956
|
-
var
|
4957
|
-
if (
|
4956
|
+
var A = Qt(E);
|
4957
|
+
if (A && E.dataTransfer)
|
4958
4958
|
try {
|
4959
4959
|
E.dataTransfer.dropEffect = "copy";
|
4960
4960
|
} catch {
|
4961
4961
|
}
|
4962
|
-
return
|
4963
|
-
}, [u, N]), ee =
|
4962
|
+
return A && u && u(E), !1;
|
4963
|
+
}, [u, N]), ee = Ae(function(E) {
|
4964
4964
|
E.preventDefault(), E.persist(), Ee(E);
|
4965
|
-
var
|
4966
|
-
return
|
4967
|
-
}), ae =
|
4968
|
-
ae !== -1 &&
|
4965
|
+
var A = B.current.filter(function(fe) {
|
4966
|
+
return W.current && W.current.contains(fe);
|
4967
|
+
}), ae = A.indexOf(E.target);
|
4968
|
+
ae !== -1 && A.splice(ae, 1), B.current = A, !(A.length > 0) && (we({
|
4969
4969
|
type: "setDraggedFiles",
|
4970
4970
|
isDragActive: !1,
|
4971
4971
|
isDragAccept: !1,
|
4972
4972
|
isDragReject: !1
|
4973
4973
|
}), Qt(E) && l && l(E));
|
4974
|
-
}, [
|
4974
|
+
}, [W, l, N]), L = Ae(function(E, A) {
|
4975
4975
|
var ae = [], fe = [];
|
4976
4976
|
E.forEach(function(ke) {
|
4977
|
-
var et = Hr(ke, V), Je = Fn(et, 2), it = Je[0], kt = Je[1], Ot = Gr(ke, o, a), xt = Fn(Ot, 2), _t = xt[0],
|
4978
|
-
if (it && _t && !
|
4977
|
+
var et = Hr(ke, V), Je = Fn(et, 2), it = Je[0], kt = Je[1], Ot = Gr(ke, o, a), xt = Fn(Ot, 2), _t = xt[0], At = xt[1], Ct = G ? G(ke) : null;
|
4978
|
+
if (it && _t && !Ct)
|
4979
4979
|
ae.push(ke);
|
4980
4980
|
else {
|
4981
|
-
var Dt = [kt,
|
4982
|
-
|
4981
|
+
var Dt = [kt, At];
|
4982
|
+
Ct && (Dt = Dt.concat(Ct)), fe.push({
|
4983
4983
|
file: ke,
|
4984
4984
|
errors: Dt.filter(function(jt) {
|
4985
4985
|
return jt;
|
@@ -4996,16 +4996,16 @@ function Zr() {
|
|
4996
4996
|
fileRejections: fe,
|
4997
4997
|
isDragReject: fe.length > 0,
|
4998
4998
|
type: "setFiles"
|
4999
|
-
}), f && f(ae, fe,
|
5000
|
-
}, [we, s, V, o, a, c, f, m, v, G]), ve =
|
5001
|
-
E.preventDefault(), E.persist(), Ee(E), B.current = [], Qt(E) && Promise.resolve(r(E)).then(function(
|
5002
|
-
un(E) && !N || L(
|
5003
|
-
}).catch(function(
|
5004
|
-
return z(
|
4999
|
+
}), f && f(ae, fe, A), fe.length > 0 && v && v(fe, A), ae.length > 0 && m && m(ae, A);
|
5000
|
+
}, [we, s, V, o, a, c, f, m, v, G]), ve = Ae(function(E) {
|
5001
|
+
E.preventDefault(), E.persist(), Ee(E), B.current = [], Qt(E) && Promise.resolve(r(E)).then(function(A) {
|
5002
|
+
un(E) && !N || L(A, E);
|
5003
|
+
}).catch(function(A) {
|
5004
|
+
return z(A);
|
5005
5005
|
}), we({
|
5006
5006
|
type: "reset"
|
5007
5007
|
});
|
5008
|
-
}, [r, L, z, N]), y =
|
5008
|
+
}, [r, L, z, N]), y = Ae(function() {
|
5009
5009
|
if (I.current) {
|
5010
5010
|
we({
|
5011
5011
|
type: "openDialog"
|
@@ -5014,64 +5014,64 @@ function Zr() {
|
|
5014
5014
|
multiple: s,
|
5015
5015
|
types: re
|
5016
5016
|
};
|
5017
|
-
window.showOpenFilePicker(E).then(function(
|
5018
|
-
return r(
|
5019
|
-
}).then(function(
|
5020
|
-
L(
|
5017
|
+
window.showOpenFilePicker(E).then(function(A) {
|
5018
|
+
return r(A);
|
5019
|
+
}).then(function(A) {
|
5020
|
+
L(A, null), we({
|
5021
5021
|
type: "closeDialog"
|
5022
5022
|
});
|
5023
|
-
}).catch(function(
|
5024
|
-
_s(
|
5023
|
+
}).catch(function(A) {
|
5024
|
+
_s(A) ? (te(A), we({
|
5025
5025
|
type: "closeDialog"
|
5026
|
-
})) :
|
5026
|
+
})) : As(A) ? (I.current = !1, le.current ? (le.current.value = null, le.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(A);
|
5027
5027
|
});
|
5028
5028
|
return;
|
5029
5029
|
}
|
5030
5030
|
le.current && (we({
|
5031
5031
|
type: "openDialog"
|
5032
5032
|
}), xe(), le.current.value = null, le.current.click());
|
5033
|
-
}, [we, xe, te, x, L, z, re, s]), F =
|
5034
|
-
!
|
5035
|
-
}, [
|
5033
|
+
}, [we, xe, te, x, L, z, re, s]), F = Ae(function(E) {
|
5034
|
+
!W.current || !W.current.isEqualNode(E.target) || (E.key === " " || E.key === "Enter" || E.keyCode === 32 || E.keyCode === 13) && (E.preventDefault(), y());
|
5035
|
+
}, [W, y]), J = Ae(function() {
|
5036
5036
|
we({
|
5037
5037
|
type: "focus"
|
5038
5038
|
});
|
5039
|
-
}, []), M =
|
5039
|
+
}, []), M = Ae(function() {
|
5040
5040
|
we({
|
5041
5041
|
type: "blur"
|
5042
5042
|
});
|
5043
|
-
}, []), ue =
|
5043
|
+
}, []), ue = Ae(function() {
|
5044
5044
|
T || (Rs() ? setTimeout(y, 0) : y());
|
5045
|
-
}, [T, y]), Te = function(
|
5046
|
-
return n ? null :
|
5047
|
-
}, X = function(
|
5048
|
-
return b ? null : Te(
|
5049
|
-
}, Q = function(
|
5050
|
-
return D ? null : Te(
|
5051
|
-
}, Ee = function(
|
5052
|
-
N &&
|
5045
|
+
}, [T, y]), Te = function(A) {
|
5046
|
+
return n ? null : A;
|
5047
|
+
}, X = function(A) {
|
5048
|
+
return b ? null : Te(A);
|
5049
|
+
}, Q = function(A) {
|
5050
|
+
return D ? null : Te(A);
|
5051
|
+
}, Ee = function(A) {
|
5052
|
+
N && A.stopPropagation();
|
5053
5053
|
}, Ye = Ze(function() {
|
5054
5054
|
return function() {
|
5055
|
-
var E = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {},
|
5055
|
+
var E = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, A = E.refKey, ae = A === void 0 ? "ref" : A, fe = E.role, ke = E.onKeyDown, et = E.onFocus, Je = E.onBlur, it = E.onClick, kt = E.onDragEnter, Ot = E.onDragOver, xt = E.onDragLeave, _t = E.onDrop, At = dn(E, js);
|
5056
5056
|
return Oe(Oe(Kn({
|
5057
|
-
onKeyDown: X(
|
5058
|
-
onFocus: X(
|
5059
|
-
onBlur: X(
|
5060
|
-
onClick: Te(
|
5061
|
-
onDragEnter: Q(
|
5062
|
-
onDragOver: Q(
|
5063
|
-
onDragLeave: Q(
|
5064
|
-
onDrop: Q(
|
5057
|
+
onKeyDown: X(We(ke, F)),
|
5058
|
+
onFocus: X(We(et, J)),
|
5059
|
+
onBlur: X(We(Je, M)),
|
5060
|
+
onClick: Te(We(it, ue)),
|
5061
|
+
onDragEnter: Q(We(kt, U)),
|
5062
|
+
onDragOver: Q(We(Ot, K)),
|
5063
|
+
onDragLeave: Q(We(xt, ee)),
|
5064
|
+
onDrop: Q(We(_t, ve)),
|
5065
5065
|
role: typeof fe == "string" && fe !== "" ? fe : "presentation"
|
5066
|
-
}, ae,
|
5066
|
+
}, ae, W), !n && !b ? {
|
5067
5067
|
tabIndex: 0
|
5068
|
-
} : {}),
|
5068
|
+
} : {}), At);
|
5069
5069
|
};
|
5070
|
-
}, [
|
5070
|
+
}, [W, F, J, M, ue, U, K, ee, ve, b, D, n]), Ne = Ae(function(E) {
|
5071
5071
|
E.stopPropagation();
|
5072
5072
|
}, []), Ke = Ze(function() {
|
5073
5073
|
return function() {
|
5074
|
-
var E = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {},
|
5074
|
+
var E = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, A = E.refKey, ae = A === void 0 ? "ref" : A, fe = E.onChange, ke = E.onClick, et = dn(E, Fs), Je = Kn({
|
5075
5075
|
accept: V,
|
5076
5076
|
multiple: s,
|
5077
5077
|
type: "file",
|
@@ -5087,8 +5087,8 @@ function Zr() {
|
|
5087
5087
|
width: "1px",
|
5088
5088
|
whiteSpace: "nowrap"
|
5089
5089
|
},
|
5090
|
-
onChange: Te(
|
5091
|
-
onClick: Te(
|
5090
|
+
onChange: Te(We(fe, ve)),
|
5091
|
+
onClick: Te(We(ke, Ne)),
|
5092
5092
|
tabIndex: -1
|
5093
5093
|
}, ae, le);
|
5094
5094
|
return Oe(Oe({}, Je), et);
|
@@ -5098,7 +5098,7 @@ function Zr() {
|
|
5098
5098
|
isFocused: S && !n,
|
5099
5099
|
getRootProps: Ye,
|
5100
5100
|
getInputProps: Ke,
|
5101
|
-
rootRef:
|
5101
|
+
rootRef: W,
|
5102
5102
|
inputRef: le,
|
5103
5103
|
open: Te(y)
|
5104
5104
|
});
|
@@ -5141,18 +5141,18 @@ function qs(e, t) {
|
|
5141
5141
|
}
|
5142
5142
|
function lr() {
|
5143
5143
|
}
|
5144
|
-
const
|
5144
|
+
const Us = {
|
5145
5145
|
WAV_MIME_TYPES: ["audio/wav", "audio/x-wav", "audio/wave", "audio/x-pn-wav"],
|
5146
5146
|
MP3_MIME_TYPES: ["audio/mpeg", "audio/mp3", "audio/x-mpeg", "audio/x-mp3", "audio/x-mpeg-3"],
|
5147
5147
|
FLAC_MIME_TYPES: ["audio/flac"]
|
5148
|
-
},
|
5148
|
+
}, Ws = 10 * 1e3, pr = "[Audio.getDurationSeconds]", Vs = async (e, { throwError: t } = {}) => new Promise((i, n) => {
|
5149
5149
|
if (typeof window > "u")
|
5150
5150
|
return n(new Error("getDurationSeconds is only usable in the browser"));
|
5151
5151
|
const r = URL.createObjectURL(e), a = new Audio(), o = () => {
|
5152
5152
|
a.src = "", URL.revokeObjectURL(r);
|
5153
5153
|
}, s = setTimeout(() => {
|
5154
5154
|
o(), console.error(pr, "Timeout", e.name, e.size, e.type), i(0);
|
5155
|
-
},
|
5155
|
+
}, Ws);
|
5156
5156
|
a.addEventListener(
|
5157
5157
|
"loadedmetadata",
|
5158
5158
|
() => {
|
@@ -5187,7 +5187,7 @@ const Ws = {
|
|
5187
5187
|
throw new Error(`Failed to get audio duration for ${e.name}`);
|
5188
5188
|
}
|
5189
5189
|
}, Ks = (e) => {
|
5190
|
-
for (const [t, i] of Object.entries(
|
5190
|
+
for (const [t, i] of Object.entries(Us)) {
|
5191
5191
|
const n = t.toLowerCase().split("_")[0];
|
5192
5192
|
if (i.includes(e)) return n;
|
5193
5193
|
}
|
@@ -5277,7 +5277,7 @@ const ec = (e) => ({
|
|
5277
5277
|
}), error: o, ...e };
|
5278
5278
|
}, ea = de.createContext(
|
5279
5279
|
{}
|
5280
|
-
),
|
5280
|
+
), Qp = () => de.useContext(ea), nc = qe(St, {
|
5281
5281
|
position: "relative",
|
5282
5282
|
display: "flex",
|
5283
5283
|
flexDirection: "column",
|
@@ -5339,7 +5339,7 @@ const ec = (e) => ({
|
|
5339
5339
|
flexDirection: "column",
|
5340
5340
|
alignItems: "center",
|
5341
5341
|
justifyContent: "center"
|
5342
|
-
}),
|
5342
|
+
}), eu = {
|
5343
5343
|
Root: rc,
|
5344
5344
|
Header: ac,
|
5345
5345
|
Content: oc,
|
@@ -5354,11 +5354,11 @@ function ta(e, t) {
|
|
5354
5354
|
const { toString: lc } = Object.prototype, { getPrototypeOf: di } = Object, xn = /* @__PURE__ */ ((e) => (t) => {
|
5355
5355
|
const i = lc.call(t);
|
5356
5356
|
return e[i] || (e[i] = i.slice(8, -1).toLowerCase());
|
5357
|
-
})(/* @__PURE__ */ Object.create(null)),
|
5357
|
+
})(/* @__PURE__ */ Object.create(null)), Ue = (e) => (e = e.toLowerCase(), (t) => xn(t) === e), vn = (e) => (t) => typeof t === e, { isArray: Rt } = Array, Nt = vn("undefined");
|
5358
5358
|
function pc(e) {
|
5359
5359
|
return e !== null && !Nt(e) && e.constructor !== null && !Nt(e.constructor) && ze(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
5360
5360
|
}
|
5361
|
-
const na =
|
5361
|
+
const na = Ue("ArrayBuffer");
|
5362
5362
|
function uc(e) {
|
5363
5363
|
let t;
|
5364
5364
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && na(e.buffer), t;
|
@@ -5368,12 +5368,12 @@ const dc = vn("string"), ze = vn("function"), ia = vn("number"), gn = (e) => e !
|
|
5368
5368
|
return !1;
|
5369
5369
|
const t = di(e);
|
5370
5370
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
5371
|
-
}, mc =
|
5371
|
+
}, mc = Ue("Date"), xc = Ue("File"), vc = Ue("Blob"), gc = Ue("FileList"), hc = (e) => gn(e) && ze(e.pipe), yc = (e) => {
|
5372
5372
|
let t;
|
5373
5373
|
return e && (typeof FormData == "function" && e instanceof FormData || ze(e.append) && ((t = xn(e)) === "formdata" || // detect form-data instance
|
5374
5374
|
t === "object" && ze(e.toString) && e.toString() === "[object FormData]"));
|
5375
|
-
}, bc =
|
5376
|
-
function
|
5375
|
+
}, bc = Ue("URLSearchParams"), [wc, Ec, Sc, Rc] = ["ReadableStream", "Request", "Response", "Headers"].map(Ue), Tc = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
5376
|
+
function Wt(e, t, { allOwnKeys: i = !1 } = {}) {
|
5377
5377
|
if (e === null || typeof e > "u")
|
5378
5378
|
return;
|
5379
5379
|
let n, r;
|
@@ -5403,16 +5403,16 @@ function Xn() {
|
|
5403
5403
|
on(t[a]) && on(n) ? t[a] = Xn(t[a], n) : on(n) ? t[a] = Xn({}, n) : Rt(n) ? t[a] = n.slice() : t[a] = n;
|
5404
5404
|
};
|
5405
5405
|
for (let n = 0, r = arguments.length; n < r; n++)
|
5406
|
-
arguments[n] &&
|
5406
|
+
arguments[n] && Wt(arguments[n], i);
|
5407
5407
|
return t;
|
5408
5408
|
}
|
5409
|
-
const kc = (e, t, i, { allOwnKeys: n } = {}) => (
|
5409
|
+
const kc = (e, t, i, { allOwnKeys: n } = {}) => (Wt(t, (r, a) => {
|
5410
5410
|
i && ze(r) ? e[a] = ta(r, i) : e[a] = r;
|
5411
5411
|
}, { allOwnKeys: n }), e), Oc = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), _c = (e, t, i, n) => {
|
5412
5412
|
e.prototype = Object.create(t.prototype, n), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
5413
5413
|
value: t.prototype
|
5414
5414
|
}), i && Object.assign(e.prototype, i);
|
5415
|
-
},
|
5415
|
+
}, Ac = (e, t, i, n) => {
|
5416
5416
|
let r, a, o;
|
5417
5417
|
const s = {};
|
5418
5418
|
if (t = t || {}, e == null) return t;
|
@@ -5422,7 +5422,7 @@ const kc = (e, t, i, { allOwnKeys: n } = {}) => (Ut(t, (r, a) => {
|
|
5422
5422
|
e = i !== !1 && di(e);
|
5423
5423
|
} while (e && (!i || i(e, t)) && e !== Object.prototype);
|
5424
5424
|
return t;
|
5425
|
-
},
|
5425
|
+
}, Cc = (e, t, i) => {
|
5426
5426
|
e = String(e), (i === void 0 || i > e.length) && (i = e.length), i -= t.length;
|
5427
5427
|
const n = e.indexOf(t, i);
|
5428
5428
|
return n !== -1 && n === i;
|
@@ -5448,14 +5448,14 @@ const kc = (e, t, i, { allOwnKeys: n } = {}) => (Ut(t, (r, a) => {
|
|
5448
5448
|
for (; (i = e.exec(t)) !== null; )
|
5449
5449
|
n.push(i);
|
5450
5450
|
return n;
|
5451
|
-
}, Ic =
|
5451
|
+
}, Ic = Ue("HTMLFormElement"), Bc = (e) => e.toLowerCase().replace(
|
5452
5452
|
/[-_\s]([a-z\d])(\w*)/g,
|
5453
5453
|
function(i, n, r) {
|
5454
5454
|
return n.toUpperCase() + r;
|
5455
5455
|
}
|
5456
|
-
), ur = (({ hasOwnProperty: e }) => (t, i) => e.call(t, i))(Object.prototype), zc =
|
5456
|
+
), ur = (({ hasOwnProperty: e }) => (t, i) => e.call(t, i))(Object.prototype), zc = Ue("RegExp"), oa = (e, t) => {
|
5457
5457
|
const i = Object.getOwnPropertyDescriptors(e), n = {};
|
5458
|
-
|
5458
|
+
Wt(i, (r, a) => {
|
5459
5459
|
let o;
|
5460
5460
|
(o = t(r, a, e)) !== !1 && (n[a] = o || r);
|
5461
5461
|
}), Object.defineProperties(e, n);
|
@@ -5493,10 +5493,10 @@ const kc = (e, t, i, { allOwnKeys: n } = {}) => (Ut(t, (r, a) => {
|
|
5493
5493
|
i += t[Math.random() * n | 0];
|
5494
5494
|
return i;
|
5495
5495
|
};
|
5496
|
-
function
|
5496
|
+
function Uc(e) {
|
5497
5497
|
return !!(e && ze(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
5498
5498
|
}
|
5499
|
-
const
|
5499
|
+
const Wc = (e) => {
|
5500
5500
|
const t = new Array(10), i = (n, r) => {
|
5501
5501
|
if (gn(n)) {
|
5502
5502
|
if (t.indexOf(n) >= 0)
|
@@ -5504,7 +5504,7 @@ const Uc = (e) => {
|
|
5504
5504
|
if (!("toJSON" in n)) {
|
5505
5505
|
t[r] = n;
|
5506
5506
|
const a = Rt(n) ? [] : {};
|
5507
|
-
return
|
5507
|
+
return Wt(n, (o, s) => {
|
5508
5508
|
const c = i(o, r + 1);
|
5509
5509
|
!Nt(c) && (a[s] = c);
|
5510
5510
|
}), t[r] = void 0, a;
|
@@ -5513,7 +5513,7 @@ const Uc = (e) => {
|
|
5513
5513
|
return n;
|
5514
5514
|
};
|
5515
5515
|
return i(e, 0);
|
5516
|
-
}, Vc =
|
5516
|
+
}, Vc = Ue("AsyncFunction"), Hc = (e) => e && (gn(e) || ze(e)) && ze(e.then) && ze(e.catch), ca = ((e, t) => e ? setImmediate : t ? ((i, n) => (st.addEventListener("message", ({ source: r, data: a }) => {
|
5517
5517
|
r === st && a === i && n.length && n.shift()();
|
5518
5518
|
}, !1), (r) => {
|
5519
5519
|
n.push(r), st.postMessage(i, "*");
|
@@ -5545,16 +5545,16 @@ const Uc = (e) => {
|
|
5545
5545
|
isURLSearchParams: bc,
|
5546
5546
|
isTypedArray: jc,
|
5547
5547
|
isFileList: gc,
|
5548
|
-
forEach:
|
5548
|
+
forEach: Wt,
|
5549
5549
|
merge: Xn,
|
5550
5550
|
extend: kc,
|
5551
5551
|
trim: Tc,
|
5552
5552
|
stripBOM: Oc,
|
5553
5553
|
inherits: _c,
|
5554
|
-
toFlatObject:
|
5554
|
+
toFlatObject: Ac,
|
5555
5555
|
kindOf: xn,
|
5556
|
-
kindOfTest:
|
5557
|
-
endsWith:
|
5556
|
+
kindOfTest: Ue,
|
5557
|
+
endsWith: Cc,
|
5558
5558
|
toArray: Dc,
|
5559
5559
|
forEachEntry: Fc,
|
5560
5560
|
matchAll: Pc,
|
@@ -5573,8 +5573,8 @@ const Uc = (e) => {
|
|
5573
5573
|
isContextDefined: aa,
|
5574
5574
|
ALPHABET: sa,
|
5575
5575
|
generateString: qc,
|
5576
|
-
isSpecCompliantForm:
|
5577
|
-
toJSONObject:
|
5576
|
+
isSpecCompliantForm: Uc,
|
5577
|
+
toJSONObject: Wc,
|
5578
5578
|
isAsyncFn: Vc,
|
5579
5579
|
isThenable: Hc,
|
5580
5580
|
setImmediate: ca,
|
@@ -6486,13 +6486,13 @@ const ya = (e) => {
|
|
6486
6486
|
}, {
|
6487
6487
|
highWaterMark: 2
|
6488
6488
|
});
|
6489
|
-
}, yn = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", ba = yn && typeof ReadableStream == "function",
|
6489
|
+
}, yn = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", ba = yn && typeof ReadableStream == "function", Al = yn && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), wa = (e, ...t) => {
|
6490
6490
|
try {
|
6491
6491
|
return !!e(...t);
|
6492
6492
|
} catch {
|
6493
6493
|
return !1;
|
6494
6494
|
}
|
6495
|
-
},
|
6495
|
+
}, Cl = ba && wa(() => {
|
6496
6496
|
let e = !1;
|
6497
6497
|
const t = new Request(Fe.origin, {
|
6498
6498
|
body: new ReadableStream(),
|
@@ -6525,7 +6525,7 @@ const Dl = async (e) => {
|
|
6525
6525
|
if (h.isArrayBufferView(e) || h.isArrayBuffer(e))
|
6526
6526
|
return e.byteLength;
|
6527
6527
|
if (h.isURLSearchParams(e) && (e = e + ""), h.isString(e))
|
6528
|
-
return (await
|
6528
|
+
return (await Al(e)).byteLength;
|
6529
6529
|
}, jl = async (e, t) => {
|
6530
6530
|
const i = h.toFiniteNumber(e.getContentLength());
|
6531
6531
|
return i ?? Dl(t);
|
@@ -6551,7 +6551,7 @@ const Dl = async (e) => {
|
|
6551
6551
|
});
|
6552
6552
|
let w;
|
6553
6553
|
try {
|
6554
|
-
if (c &&
|
6554
|
+
if (c && Cl && i !== "get" && i !== "head" && (w = await jl(l, n)) !== 0) {
|
6555
6555
|
let b = new Request(t, {
|
6556
6556
|
method: "POST",
|
6557
6557
|
body: n,
|
@@ -7189,7 +7189,7 @@ const qt = (e) => {
|
|
7189
7189
|
} else
|
7190
7190
|
r = n ? e.toJSON() : t == "symbol" ? e.toString() : t == "string" ? JSON.stringify(e) : "" + e;
|
7191
7191
|
return r;
|
7192
|
-
}, He = /* @__PURE__ */ new WeakMap(), Nn = {}, nn = {}, vi = "undefined", wn = typeof window != vi, ii = typeof document != vi,
|
7192
|
+
}, He = /* @__PURE__ */ new WeakMap(), Nn = {}, nn = {}, vi = "undefined", wn = typeof window != vi, ii = typeof document != vi, Ul = () => wn && typeof window.requestAnimationFrame != vi, gi = (e, t) => {
|
7193
7193
|
const i = He.get(e);
|
7194
7194
|
return [
|
7195
7195
|
// Getter
|
@@ -7208,7 +7208,7 @@ const qt = (e) => {
|
|
7208
7208
|
];
|
7209
7209
|
};
|
7210
7210
|
let ri = !0;
|
7211
|
-
const
|
7211
|
+
const Wl = () => ri, [ai, oi] = wn && window.addEventListener ? [
|
7212
7212
|
window.addEventListener.bind(window),
|
7213
7213
|
window.removeEventListener.bind(window)
|
7214
7214
|
] : [
|
@@ -7229,12 +7229,12 @@ const Ul = () => ri, [ai, oi] = wn && window.addEventListener ? [
|
|
7229
7229
|
oi("online", t), oi("offline", i);
|
7230
7230
|
};
|
7231
7231
|
}, Yl = {
|
7232
|
-
isOnline:
|
7232
|
+
isOnline: Wl,
|
7233
7233
|
isVisible: Vl
|
7234
7234
|
}, Kl = {
|
7235
7235
|
initFocus: Hl,
|
7236
7236
|
initReconnect: Gl
|
7237
|
-
},
|
7237
|
+
}, Ut = !de.useId, ft = !wn || "Deno" in window, ka = (e) => Ul() ? window.requestAnimationFrame(e) : setTimeout(e, 1), nt = ft ? Mt : no, qn = typeof navigator < "u" && navigator.connection, _r = !ft && qn && ([
|
7238
7238
|
"slow-2g",
|
7239
7239
|
"2g"
|
7240
7240
|
].includes(qn.effectiveType) || qn.saveData), Ht = (e) => {
|
@@ -7251,12 +7251,12 @@ const Ul = () => ri, [ai, oi] = wn && window.addEventListener ? [
|
|
7251
7251
|
];
|
7252
7252
|
};
|
7253
7253
|
let Jl = 0;
|
7254
|
-
const wt = () => ++Jl, Oa = 0, _a = 1,
|
7254
|
+
const wt = () => ++Jl, Oa = 0, _a = 1, Aa = 2, Xl = 3;
|
7255
7255
|
var Ge = {
|
7256
7256
|
__proto__: null,
|
7257
7257
|
ERROR_REVALIDATE_EVENT: Xl,
|
7258
7258
|
FOCUS_EVENT: Oa,
|
7259
|
-
MUTATE_EVENT:
|
7259
|
+
MUTATE_EVENT: Aa,
|
7260
7260
|
RECONNECT_EVENT: _a
|
7261
7261
|
};
|
7262
7262
|
async function hi(...e) {
|
@@ -7283,7 +7283,7 @@ async function hi(...e) {
|
|
7283
7283
|
if (!m) return;
|
7284
7284
|
const [v, g] = gi(t, m), [w, x, k, _] = He.get(t), T = () => {
|
7285
7285
|
const te = w[m];
|
7286
|
-
return (Me(a.revalidate) ? a.revalidate(v().data, f) : a.revalidate !== !1) && (delete k[m], delete _[m], te && te[0]) ? te[0](
|
7286
|
+
return (Me(a.revalidate) ? a.revalidate(v().data, f) : a.revalidate !== !1) && (delete k[m], delete _[m], te && te[0]) ? te[0](Aa).then(() => v().data) : v().data;
|
7287
7287
|
};
|
7288
7288
|
if (e.length < 3)
|
7289
7289
|
return T();
|
@@ -7338,7 +7338,7 @@ async function hi(...e) {
|
|
7338
7338
|
return b;
|
7339
7339
|
}
|
7340
7340
|
}
|
7341
|
-
const
|
7341
|
+
const Ar = (e, t) => {
|
7342
7342
|
for (const i in e)
|
7343
7343
|
e[i][0] && e[i][0](t);
|
7344
7344
|
}, Zl = (e, t) => {
|
@@ -7364,7 +7364,7 @@ const Cr = (e, t) => {
|
|
7364
7364
|
c,
|
7365
7365
|
s
|
7366
7366
|
]), !ft)) {
|
7367
|
-
const l = i.initFocus(setTimeout.bind(De,
|
7367
|
+
const l = i.initFocus(setTimeout.bind(De, Ar.bind(De, n, Oa))), u = i.initReconnect(setTimeout.bind(De, Ar.bind(De, n, _a)));
|
7368
7368
|
a = () => {
|
7369
7369
|
l && l(), u && u(), He.delete(e);
|
7370
7370
|
};
|
@@ -7384,7 +7384,7 @@ const Cr = (e, t) => {
|
|
7384
7384
|
}, Ql = (e, t, i, n, r) => {
|
7385
7385
|
const a = i.errorRetryCount, o = r.retryCount, s = ~~((Math.random() + 0.5) * (1 << (o < 8 ? o : 8))) * i.errorRetryInterval;
|
7386
7386
|
!$(a) && o > a || setTimeout(n, s, r);
|
7387
|
-
}, ep = (e, t) => qt(e) == qt(t), [
|
7387
|
+
}, ep = (e, t) => qt(e) == qt(t), [Ca, tp] = Zl(/* @__PURE__ */ new Map()), np = $e(
|
7388
7388
|
{
|
7389
7389
|
// events
|
7390
7390
|
onLoadingSlow: tt,
|
@@ -7405,7 +7405,7 @@ const Cr = (e, t) => {
|
|
7405
7405
|
// providers
|
7406
7406
|
compare: ep,
|
7407
7407
|
isPaused: () => !1,
|
7408
|
-
cache:
|
7408
|
+
cache: Ca,
|
7409
7409
|
mutate: tp,
|
7410
7410
|
fallback: {}
|
7411
7411
|
},
|
@@ -7429,7 +7429,7 @@ const Cr = (e, t) => {
|
|
7429
7429
|
null,
|
7430
7430
|
(e[1] === null ? e[2] : e[1]) || {}
|
7431
7431
|
], Fa = () => $e(np, ci(rp)), cp = (e) => (t, i, n) => e(t, i && ((...a) => {
|
7432
|
-
const [o] = Ht(t), [, , , s] = He.get(
|
7432
|
+
const [o] = Ht(t), [, , , s] = He.get(Ca);
|
7433
7433
|
if (o.startsWith(ap))
|
7434
7434
|
return i(...a);
|
7435
7435
|
const c = s[o];
|
@@ -7455,7 +7455,7 @@ const Cr = (e, t) => {
|
|
7455
7455
|
});
|
7456
7456
|
};
|
7457
7457
|
sp();
|
7458
|
-
const
|
7458
|
+
const Cr = de.use || ((e) => {
|
7459
7459
|
if (e.status === "pending")
|
7460
7460
|
throw e;
|
7461
7461
|
if (e.status === "fulfilled")
|
@@ -7465,11 +7465,11 @@ const Ar = de.use || ((e) => {
|
|
7465
7465
|
}, (t) => {
|
7466
7466
|
e.status = "rejected", e.reason = t;
|
7467
7467
|
}), e);
|
7468
|
-
}),
|
7468
|
+
}), Un = {
|
7469
7469
|
dedupe: !0
|
7470
7470
|
}, up = (e, t, i) => {
|
7471
|
-
const { cache: n, compare: r, suspense: a, fallbackData: o, revalidateOnMount: s, revalidateIfStale: c, refreshInterval: p, refreshWhenHidden: l, refreshWhenOffline: u, keepPreviousData: f } = i, [m, v, g, w] = He.get(n), [x, k] = Ht(e), _ = be(!1), T = be(!1), b = be(x), D = be(t), N = be(i), j = () => N.current, G = () => j().isVisible() && j().isOnline(), [V, re, xe, te] = gi(n, x),
|
7472
|
-
for (const J in
|
7471
|
+
const { cache: n, compare: r, suspense: a, fallbackData: o, revalidateOnMount: s, revalidateIfStale: c, refreshInterval: p, refreshWhenHidden: l, refreshWhenOffline: u, keepPreviousData: f } = i, [m, v, g, w] = He.get(n), [x, k] = Ht(e), _ = be(!1), T = be(!1), b = be(x), D = be(t), N = be(i), j = () => N.current, G = () => j().isVisible() && j().isOnline(), [V, re, xe, te] = gi(n, x), W = be({}).current, le = $(o) ? i.fallback[x] : o, Se = (y, F) => {
|
7472
|
+
for (const J in W) {
|
7473
7473
|
const M = J;
|
7474
7474
|
if (M === "data") {
|
7475
7475
|
if (!r(y[M], F[M]) && (!$(y[M]) || !r(H, F[M])))
|
@@ -7498,7 +7498,7 @@ const Ar = de.use || ((e) => {
|
|
7498
7498
|
}, [
|
7499
7499
|
n,
|
7500
7500
|
x
|
7501
|
-
]), pe = Ta.useSyncExternalStore(
|
7501
|
+
]), pe = Ta.useSyncExternalStore(Ae(
|
7502
7502
|
(y) => xe(x, (F, J) => {
|
7503
7503
|
Se(J, F) || y();
|
7504
7504
|
}),
|
@@ -7507,13 +7507,13 @@ const Ar = de.use || ((e) => {
|
|
7507
7507
|
n,
|
7508
7508
|
x
|
7509
7509
|
]
|
7510
|
-
), Re[0], Re[1]), we = !_.current, S = m[x] && m[x].length > 0, O = pe.data, I = $(O) ? le : O, q = pe.error, B = be(I), H = f ? $(O) ? B.current : O : I, z = S && !$(q) ? !1 : we && !$(s) ? s : j().isPaused() ? !1 : a ? $(I) ? !1 : c : $(I) || c,
|
7510
|
+
), Re[0], Re[1]), we = !_.current, S = m[x] && m[x].length > 0, O = pe.data, I = $(O) ? le : O, q = pe.error, B = be(I), H = f ? $(O) ? B.current : O : I, z = S && !$(q) ? !1 : we && !$(s) ? s : j().isPaused() ? !1 : a ? $(I) ? !1 : c : $(I) || c, U = !!(x && t && we && z), K = $(pe.isValidating) ? U : pe.isValidating, ee = $(pe.isLoading) ? U : pe.isLoading, L = Ae(
|
7511
7511
|
async (y) => {
|
7512
7512
|
const F = D.current;
|
7513
7513
|
if (!x || !F || T.current || j().isPaused())
|
7514
7514
|
return !1;
|
7515
7515
|
let J, M, ue = !0;
|
7516
|
-
const Te = y || {}, X = !g[x] || !Te.dedupe, Q = () =>
|
7516
|
+
const Te = y || {}, X = !g[x] || !Te.dedupe, Q = () => Ut ? !T.current && x === b.current && _.current : x === b.current, Ee = {
|
7517
7517
|
isValidating: !1,
|
7518
7518
|
isLoading: !1
|
7519
7519
|
}, Ye = () => {
|
@@ -7540,12 +7540,12 @@ const Ar = de.use || ((e) => {
|
|
7540
7540
|
M <= E[1] || // case 3
|
7541
7541
|
E[1] === 0))
|
7542
7542
|
return Ye(), X && Q() && j().onDiscarded(x), !1;
|
7543
|
-
const
|
7544
|
-
Ee.data = r(
|
7543
|
+
const A = V().data;
|
7544
|
+
Ee.data = r(A, J) ? A : J, X && Q() && j().onSuccess(J, x, i);
|
7545
7545
|
} catch (E) {
|
7546
7546
|
Ne();
|
7547
|
-
const
|
7548
|
-
|
7547
|
+
const A = j(), { shouldRetryOnError: ae } = A;
|
7548
|
+
A.isPaused() || (Ee.error = E, X && Q() && (A.onError(E, x, A), (ae === !0 || Me(ae) && ae(E)) && (!j().revalidateOnFocus || !j().revalidateOnReconnect || G()) && A.onErrorRetry(E, x, A, (fe) => {
|
7549
7549
|
const ke = m[x];
|
7550
7550
|
ke && ke[0] && ke[0](Ge.ERROR_REVALIDATE_EVENT, fe);
|
7551
7551
|
}, {
|
@@ -7570,7 +7570,7 @@ const Ar = de.use || ((e) => {
|
|
7570
7570
|
x,
|
7571
7571
|
n
|
7572
7572
|
]
|
7573
|
-
), ve =
|
7573
|
+
), ve = Ae(
|
7574
7574
|
// Use callback to make sure `keyRef.current` returns latest result every time
|
7575
7575
|
(...y) => hi(n, b.current, ...y),
|
7576
7576
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
@@ -7580,7 +7580,7 @@ const Ar = de.use || ((e) => {
|
|
7580
7580
|
D.current = t, N.current = i, $(O) || (B.current = O);
|
7581
7581
|
}), nt(() => {
|
7582
7582
|
if (!x) return;
|
7583
|
-
const y = L.bind(De,
|
7583
|
+
const y = L.bind(De, Un);
|
7584
7584
|
let F = 0;
|
7585
7585
|
const M = Ia(x, m, (ue, Te = {}) => {
|
7586
7586
|
if (ue == Ge.FOCUS_EVENT) {
|
@@ -7609,7 +7609,7 @@ const Ar = de.use || ((e) => {
|
|
7609
7609
|
M && y !== -1 && (y = setTimeout(J, M));
|
7610
7610
|
}
|
7611
7611
|
function J() {
|
7612
|
-
!V().error && (l || j().isVisible()) && (u || j().isOnline()) ? L(
|
7612
|
+
!V().error && (l || j().isVisible()) && (u || j().isOnline()) ? L(Un).then(F) : F();
|
7613
7613
|
}
|
7614
7614
|
return F(), () => {
|
7615
7615
|
y && (clearTimeout(y), y = -1);
|
@@ -7620,33 +7620,33 @@ const Ar = de.use || ((e) => {
|
|
7620
7620
|
u,
|
7621
7621
|
x
|
7622
7622
|
]), Ir(H), a && $(I) && x) {
|
7623
|
-
if (!
|
7623
|
+
if (!Ut && ft)
|
7624
7624
|
throw new Error("Fallback data is required when using suspense in SSR.");
|
7625
7625
|
D.current = t, N.current = i, T.current = !1;
|
7626
7626
|
const y = w[x];
|
7627
7627
|
if (!$(y)) {
|
7628
7628
|
const F = ve(y);
|
7629
|
-
|
7629
|
+
Cr(F);
|
7630
7630
|
}
|
7631
7631
|
if ($(q)) {
|
7632
|
-
const F = L(
|
7633
|
-
$(H) || (F.status = "fulfilled", F.value = !0),
|
7632
|
+
const F = L(Un);
|
7633
|
+
$(H) || (F.status = "fulfilled", F.value = !0), Cr(F);
|
7634
7634
|
} else
|
7635
7635
|
throw q;
|
7636
7636
|
}
|
7637
7637
|
return {
|
7638
7638
|
mutate: ve,
|
7639
7639
|
get data() {
|
7640
|
-
return
|
7640
|
+
return W.data = !0, H;
|
7641
7641
|
},
|
7642
7642
|
get error() {
|
7643
|
-
return
|
7643
|
+
return W.error = !0, q;
|
7644
7644
|
},
|
7645
7645
|
get isValidating() {
|
7646
|
-
return
|
7646
|
+
return W.isValidating = !0, K;
|
7647
7647
|
},
|
7648
7648
|
get isLoading() {
|
7649
|
-
return
|
7649
|
+
return W.isLoading = !0, ee;
|
7650
7650
|
}
|
7651
7651
|
};
|
7652
7652
|
}, dp = Pa(up), Dr = de.use || ((e) => {
|
@@ -7659,11 +7659,11 @@ const Ar = de.use || ((e) => {
|
|
7659
7659
|
}, (t) => {
|
7660
7660
|
e.status = "rejected", e.reason = t;
|
7661
7661
|
}), e);
|
7662
|
-
}),
|
7662
|
+
}), Wn = {
|
7663
7663
|
dedupe: !0
|
7664
7664
|
}, fp = (e, t, i) => {
|
7665
|
-
const { cache: n, compare: r, suspense: a, fallbackData: o, revalidateOnMount: s, revalidateIfStale: c, refreshInterval: p, refreshWhenHidden: l, refreshWhenOffline: u, keepPreviousData: f } = i, [m, v, g, w] = He.get(n), [x, k] = Ht(e), _ = be(!1), T = be(!1), b = be(x), D = be(t), N = be(i), j = () => N.current, G = () => j().isVisible() && j().isOnline(), [V, re, xe, te] = gi(n, x),
|
7666
|
-
for (const J in
|
7665
|
+
const { cache: n, compare: r, suspense: a, fallbackData: o, revalidateOnMount: s, revalidateIfStale: c, refreshInterval: p, refreshWhenHidden: l, refreshWhenOffline: u, keepPreviousData: f } = i, [m, v, g, w] = He.get(n), [x, k] = Ht(e), _ = be(!1), T = be(!1), b = be(x), D = be(t), N = be(i), j = () => N.current, G = () => j().isVisible() && j().isOnline(), [V, re, xe, te] = gi(n, x), W = be({}).current, le = $(o) ? i.fallback[x] : o, Se = (y, F) => {
|
7666
|
+
for (const J in W) {
|
7667
7667
|
const M = J;
|
7668
7668
|
if (M === "data") {
|
7669
7669
|
if (!r(y[M], F[M]) && (!$(y[M]) || !r(H, F[M])))
|
@@ -7692,7 +7692,7 @@ const Ar = de.use || ((e) => {
|
|
7692
7692
|
}, [
|
7693
7693
|
n,
|
7694
7694
|
x
|
7695
|
-
]), pe = Ta.useSyncExternalStore(
|
7695
|
+
]), pe = Ta.useSyncExternalStore(Ae(
|
7696
7696
|
(y) => xe(x, (F, J) => {
|
7697
7697
|
Se(J, F) || y();
|
7698
7698
|
}),
|
@@ -7701,13 +7701,13 @@ const Ar = de.use || ((e) => {
|
|
7701
7701
|
n,
|
7702
7702
|
x
|
7703
7703
|
]
|
7704
|
-
), Re[0], Re[1]), we = !_.current, S = m[x] && m[x].length > 0, O = pe.data, I = $(O) ? le : O, q = pe.error, B = be(I), H = f ? $(O) ? B.current : O : I, z = S && !$(q) ? !1 : we && !$(s) ? s : j().isPaused() ? !1 : a ? $(I) ? !1 : c : $(I) || c,
|
7704
|
+
), Re[0], Re[1]), we = !_.current, S = m[x] && m[x].length > 0, O = pe.data, I = $(O) ? le : O, q = pe.error, B = be(I), H = f ? $(O) ? B.current : O : I, z = S && !$(q) ? !1 : we && !$(s) ? s : j().isPaused() ? !1 : a ? $(I) ? !1 : c : $(I) || c, U = !!(x && t && we && z), K = $(pe.isValidating) ? U : pe.isValidating, ee = $(pe.isLoading) ? U : pe.isLoading, L = Ae(
|
7705
7705
|
async (y) => {
|
7706
7706
|
const F = D.current;
|
7707
7707
|
if (!x || !F || T.current || j().isPaused())
|
7708
7708
|
return !1;
|
7709
7709
|
let J, M, ue = !0;
|
7710
|
-
const Te = y || {}, X = !g[x] || !Te.dedupe, Q = () =>
|
7710
|
+
const Te = y || {}, X = !g[x] || !Te.dedupe, Q = () => Ut ? !T.current && x === b.current && _.current : x === b.current, Ee = {
|
7711
7711
|
isValidating: !1,
|
7712
7712
|
isLoading: !1
|
7713
7713
|
}, Ye = () => {
|
@@ -7734,12 +7734,12 @@ const Ar = de.use || ((e) => {
|
|
7734
7734
|
M <= E[1] || // case 3
|
7735
7735
|
E[1] === 0))
|
7736
7736
|
return Ye(), X && Q() && j().onDiscarded(x), !1;
|
7737
|
-
const
|
7738
|
-
Ee.data = r(
|
7737
|
+
const A = V().data;
|
7738
|
+
Ee.data = r(A, J) ? A : J, X && Q() && j().onSuccess(J, x, i);
|
7739
7739
|
} catch (E) {
|
7740
7740
|
Ne();
|
7741
|
-
const
|
7742
|
-
|
7741
|
+
const A = j(), { shouldRetryOnError: ae } = A;
|
7742
|
+
A.isPaused() || (Ee.error = E, X && Q() && (A.onError(E, x, A), (ae === !0 || Me(ae) && ae(E)) && (!j().revalidateOnFocus || !j().revalidateOnReconnect || G()) && A.onErrorRetry(E, x, A, (fe) => {
|
7743
7743
|
const ke = m[x];
|
7744
7744
|
ke && ke[0] && ke[0](Ge.ERROR_REVALIDATE_EVENT, fe);
|
7745
7745
|
}, {
|
@@ -7764,7 +7764,7 @@ const Ar = de.use || ((e) => {
|
|
7764
7764
|
x,
|
7765
7765
|
n
|
7766
7766
|
]
|
7767
|
-
), ve =
|
7767
|
+
), ve = Ae(
|
7768
7768
|
// Use callback to make sure `keyRef.current` returns latest result every time
|
7769
7769
|
(...y) => hi(n, b.current, ...y),
|
7770
7770
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
@@ -7774,7 +7774,7 @@ const Ar = de.use || ((e) => {
|
|
7774
7774
|
D.current = t, N.current = i, $(O) || (B.current = O);
|
7775
7775
|
}), nt(() => {
|
7776
7776
|
if (!x) return;
|
7777
|
-
const y = L.bind(De,
|
7777
|
+
const y = L.bind(De, Wn);
|
7778
7778
|
let F = 0;
|
7779
7779
|
const M = Ia(x, m, (ue, Te = {}) => {
|
7780
7780
|
if (ue == Ge.FOCUS_EVENT) {
|
@@ -7803,7 +7803,7 @@ const Ar = de.use || ((e) => {
|
|
7803
7803
|
M && y !== -1 && (y = setTimeout(J, M));
|
7804
7804
|
}
|
7805
7805
|
function J() {
|
7806
|
-
!V().error && (l || j().isVisible()) && (u || j().isOnline()) ? L(
|
7806
|
+
!V().error && (l || j().isVisible()) && (u || j().isOnline()) ? L(Wn).then(F) : F();
|
7807
7807
|
}
|
7808
7808
|
return F(), () => {
|
7809
7809
|
y && (clearTimeout(y), y = -1);
|
@@ -7814,7 +7814,7 @@ const Ar = de.use || ((e) => {
|
|
7814
7814
|
u,
|
7815
7815
|
x
|
7816
7816
|
]), Ir(H), a && $(I) && x) {
|
7817
|
-
if (!
|
7817
|
+
if (!Ut && ft)
|
7818
7818
|
throw new Error("Fallback data is required when using suspense in SSR.");
|
7819
7819
|
D.current = t, N.current = i, T.current = !1;
|
7820
7820
|
const y = w[x];
|
@@ -7823,7 +7823,7 @@ const Ar = de.use || ((e) => {
|
|
7823
7823
|
Dr(F);
|
7824
7824
|
}
|
7825
7825
|
if ($(q)) {
|
7826
|
-
const F = L(
|
7826
|
+
const F = L(Wn);
|
7827
7827
|
$(H) || (F.status = "fulfilled", F.value = !0), Dr(F);
|
7828
7828
|
} else
|
7829
7829
|
throw q;
|
@@ -7831,26 +7831,26 @@ const Ar = de.use || ((e) => {
|
|
7831
7831
|
return {
|
7832
7832
|
mutate: ve,
|
7833
7833
|
get data() {
|
7834
|
-
return
|
7834
|
+
return W.data = !0, H;
|
7835
7835
|
},
|
7836
7836
|
get error() {
|
7837
|
-
return
|
7837
|
+
return W.error = !0, q;
|
7838
7838
|
},
|
7839
7839
|
get isValidating() {
|
7840
|
-
return
|
7840
|
+
return W.isValidating = !0, K;
|
7841
7841
|
},
|
7842
7842
|
get isLoading() {
|
7843
|
-
return
|
7843
|
+
return W.isLoading = !0, ee;
|
7844
7844
|
}
|
7845
7845
|
};
|
7846
|
-
}, mp = Pa(fp), jr =
|
7846
|
+
}, mp = Pa(fp), jr = Ut ? (e) => {
|
7847
7847
|
e();
|
7848
7848
|
} : de.startTransition, xp = (e) => {
|
7849
7849
|
const [, t] = si({}), i = be(!1), n = be(e), r = be({
|
7850
7850
|
data: !1,
|
7851
7851
|
error: !1,
|
7852
7852
|
isValidating: !1
|
7853
|
-
}), a =
|
7853
|
+
}), a = Ae((o) => {
|
7854
7854
|
let s = !1;
|
7855
7855
|
const c = n.current;
|
7856
7856
|
for (const p in o) {
|
@@ -7871,7 +7871,7 @@ const Ar = de.use || ((e) => {
|
|
7871
7871
|
data: De,
|
7872
7872
|
error: De,
|
7873
7873
|
isMutating: !1
|
7874
|
-
}), u = c.current, f =
|
7874
|
+
}), u = c.current, f = Ae(
|
7875
7875
|
async (v, g) => {
|
7876
7876
|
const [w, x] = Ht(r.current);
|
7877
7877
|
if (!a.current)
|
@@ -7911,7 +7911,7 @@ const Ar = de.use || ((e) => {
|
|
7911
7911
|
},
|
7912
7912
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
7913
7913
|
[]
|
7914
|
-
), m =
|
7914
|
+
), m = Ae(() => {
|
7915
7915
|
s.current = wt(), l({
|
7916
7916
|
data: De,
|
7917
7917
|
error: De,
|
@@ -8058,7 +8058,7 @@ const Ar = de.use || ((e) => {
|
|
8058
8058
|
const s = (c = t.audioRef.current) == null ? void 0 : c.src;
|
8059
8059
|
(!i || Sp(s)) && await t.setAudio(e), t.play();
|
8060
8060
|
} };
|
8061
|
-
},
|
8061
|
+
}, tu = () => ci(yi), Op = ({ children: e }) => {
|
8062
8062
|
const t = Tp();
|
8063
8063
|
return /* @__PURE__ */ ye.jsx(yi.Provider, { value: t, children: e });
|
8064
8064
|
}, _p = (e, t, i) => {
|
@@ -8085,7 +8085,7 @@ Ba.defaultProps = {
|
|
8085
8085
|
isTrue: !0
|
8086
8086
|
};
|
8087
8087
|
ct.Else = Ba;
|
8088
|
-
const
|
8088
|
+
const Ap = (e) => {
|
8089
8089
|
const t = (r) => typeof r == "object" && !(r instanceof Date) && !(r instanceof File) && r !== null, i = (r, a, o) => {
|
8090
8090
|
for (const s in a) {
|
8091
8091
|
const c = a[s];
|
@@ -8097,13 +8097,14 @@ const Cp = (e) => {
|
|
8097
8097
|
a instanceof File ? n.append(r, a, a.name) : a !== void 0 && (t(a) ? i(r, a, n) : n.append(r, a === null ? "" : a));
|
8098
8098
|
}
|
8099
8099
|
return n;
|
8100
|
-
},
|
8100
|
+
}, Cp = qe("div", {
|
8101
8101
|
"--progress": "0%",
|
8102
8102
|
height: "8px",
|
8103
8103
|
width: "100%",
|
8104
8104
|
background: "rgba(255, 255, 255, 0.1)",
|
8105
8105
|
borderRadius: "12px",
|
8106
|
-
position: "relative"
|
8106
|
+
position: "relative",
|
8107
|
+
overflow: "hidden"
|
8107
8108
|
}), Dp = qe("div", {
|
8108
8109
|
height: "100%",
|
8109
8110
|
width: "100%",
|
@@ -8111,7 +8112,7 @@ const Cp = (e) => {
|
|
8111
8112
|
transition: "transform 0.2s ease-in-out",
|
8112
8113
|
transform: "translateX(calc(-100% + var(--progress)))",
|
8113
8114
|
borderRadius: "12px"
|
8114
|
-
}), jp = ({ progress: e }) => /* @__PURE__ */ ye.jsx(
|
8115
|
+
}), jp = ({ progress: e }) => /* @__PURE__ */ ye.jsx(Cp, { style: { "--progress": `${e}%` }, children: /* @__PURE__ */ ye.jsx(Dp, {}) });
|
8115
8116
|
function rn(e, t, i) {
|
8116
8117
|
for (let n = 0; n < e.length; ++n)
|
8117
8118
|
t[i + n] = e.charCodeAt(n);
|
@@ -8207,7 +8208,7 @@ class Mp {
|
|
8207
8208
|
return this.__data ? await zp(this.__data) : null;
|
8208
8209
|
}
|
8209
8210
|
}
|
8210
|
-
const an = new Mp(), za = "Recording.wav", $p = 1500,
|
8211
|
+
const an = new Mp(), za = "Recording.wav", $p = 1500, nu = (e) => {
|
8211
8212
|
const [t, i] = de.useState(!1), [n, r] = de.useState(!1), [a, o] = de.useState(!1);
|
8212
8213
|
return de.useEffect(() => {
|
8213
8214
|
var p;
|
@@ -8244,7 +8245,7 @@ const an = new Mp(), za = "Recording.wav", $p = 1500, tu = (e) => {
|
|
8244
8245
|
baseURL: Np
|
8245
8246
|
}), qp = async (e, { arg: t }) => (await La.post(
|
8246
8247
|
"/ml-inference-jobs",
|
8247
|
-
|
8248
|
+
Ap({
|
8248
8249
|
soundFile: t.file,
|
8249
8250
|
type: "audio",
|
8250
8251
|
voiceModelId: t.voiceModelId,
|
@@ -8258,13 +8259,13 @@ const an = new Mp(), za = "Recording.wav", $p = 1500, tu = (e) => {
|
|
8258
8259
|
type: "audio"
|
8259
8260
|
}
|
8260
8261
|
}
|
8261
|
-
)).data,
|
8262
|
+
)).data, Up = async (e) => e === null ? null : (await La.get(e)).data, Wp = (e) => {
|
8262
8263
|
const t = e > 0;
|
8263
|
-
return dp(t ? `/ml-inference-jobs/${e}` : null,
|
8264
|
+
return dp(t ? `/ml-inference-jobs/${e}` : null, Up, {
|
8264
8265
|
refreshInterval: 1e3
|
8265
8266
|
});
|
8266
8267
|
}, Vp = () => {
|
8267
|
-
const [e, t] = de.useState(null), [i, n] = de.useState(0), [r, a] = de.useState(0), { data: o, isLoading: s } =
|
8268
|
+
const [e, t] = de.useState(null), [i, n] = de.useState(0), [r, a] = de.useState(0), { data: o, isLoading: s } = Wp(i), { trigger: c, isMutating: p } = gp("/ml-inference-jobs", qp);
|
8268
8269
|
return {
|
8269
8270
|
file: e,
|
8270
8271
|
setFile: t,
|
@@ -8292,7 +8293,7 @@ const an = new Mp(), za = "Recording.wav", $p = 1500, tu = (e) => {
|
|
8292
8293
|
},
|
8293
8294
|
isMutating: p
|
8294
8295
|
};
|
8295
|
-
}, Ma = de.createContext({}), bi = () => de.useContext(Ma),
|
8296
|
+
}, Ma = de.createContext({}), bi = () => de.useContext(Ma), iu = ({ children: e }) => {
|
8296
8297
|
const t = Vp();
|
8297
8298
|
return /* @__PURE__ */ ye.jsx(Op, { children: /* @__PURE__ */ ye.jsx(Ma.Provider, { value: t, children: e }) });
|
8298
8299
|
}, Hp = qe("button", {
|
@@ -8324,7 +8325,7 @@ const an = new Mp(), za = "Recording.wav", $p = 1500, tu = (e) => {
|
|
8324
8325
|
transform: "none",
|
8325
8326
|
cursor: "not-allowed"
|
8326
8327
|
}
|
8327
|
-
}),
|
8328
|
+
}), ru = () => {
|
8328
8329
|
var a;
|
8329
8330
|
const { data: e, isMutating: t } = bi(), i = (a = e == null ? void 0 : e.lossyOutputFile) == null ? void 0 : a.url, { player: n, playPause: r } = _p(i);
|
8330
8331
|
return /* @__PURE__ */ ye.jsx(Hp, { onClick: r, disabled: n.isLoading || !i, children: /* @__PURE__ */ ye.jsxs(ct, { children: [
|
@@ -8332,26 +8333,26 @@ const an = new Mp(), za = "Recording.wav", $p = 1500, tu = (e) => {
|
|
8332
8333
|
/* @__PURE__ */ ye.jsx(ct.If, { isTrue: n.isPlaying, children: /* @__PURE__ */ ye.jsx(wp, {}) }),
|
8333
8334
|
/* @__PURE__ */ ye.jsx(ct.Else, { children: /* @__PURE__ */ ye.jsx(Ep, {}) })
|
8334
8335
|
] }) });
|
8335
|
-
}, $a = 30,
|
8336
|
+
}, $a = 30, Gp = 10, au = () => {
|
8336
8337
|
const { data: e } = bi(), [t, i] = de.useState(0);
|
8337
8338
|
return de.useEffect(() => {
|
8338
8339
|
if (!e) return;
|
8339
8340
|
const n = setInterval(() => {
|
8340
|
-
const r = new Date(e == null ? void 0 : e.createdAt).getTime(),
|
8341
|
-
i(
|
8341
|
+
const r = (e == null ? void 0 : e.audioDurationMs) / 1e3 || $a, a = new Date(e == null ? void 0 : e.createdAt).getTime(), s = ((/* @__PURE__ */ new Date()).getTime() - a) / 1e3, c = Math.max(s / (r + Gp) * 100, 100);
|
8342
|
+
i(c);
|
8342
8343
|
}, 100);
|
8343
8344
|
return () => clearInterval(n);
|
8344
8345
|
}, [e]), /* @__PURE__ */ ye.jsx(jp, { progress: t });
|
8345
|
-
},
|
8346
|
+
}, Yp = 1, Kp = 100 * 1024 * 1024, Jp = 1, ou = ({ children: e }) => {
|
8346
8347
|
const { setFile: t } = bi(), i = (n) => t(n[0]);
|
8347
8348
|
return /* @__PURE__ */ ye.jsx(
|
8348
8349
|
ic,
|
8349
8350
|
{
|
8350
8351
|
files: [],
|
8351
8352
|
onFileAccepted: i,
|
8352
|
-
maxFileCount:
|
8353
|
-
maxSizeBytes:
|
8354
|
-
minSizeBytes:
|
8353
|
+
maxFileCount: Yp,
|
8354
|
+
maxSizeBytes: Kp,
|
8355
|
+
minSizeBytes: Jp,
|
8355
8356
|
maxDurationS: $a,
|
8356
8357
|
children: e
|
8357
8358
|
}
|
@@ -8359,19 +8360,19 @@ const an = new Mp(), za = "Recording.wav", $p = 1500, tu = (e) => {
|
|
8359
8360
|
};
|
8360
8361
|
export {
|
8361
8362
|
ic as AudioFilePickerRoot,
|
8362
|
-
|
8363
|
-
|
8364
|
-
|
8365
|
-
|
8363
|
+
eu as ConvertStep,
|
8364
|
+
ou as FilePicker,
|
8365
|
+
iu as GuestConvertProvider,
|
8366
|
+
au as InferenceProgress,
|
8366
8367
|
$p as MIN_RECORDING_LENGTH_MS,
|
8367
|
-
|
8368
|
+
ru as PlayButton,
|
8368
8369
|
Op as PlayerProvider,
|
8369
8370
|
za as RECORDED_AUDIO_NAME,
|
8370
|
-
|
8371
|
+
Qp as useAudioFilePickerContext,
|
8371
8372
|
bi as useGuestConvertContext,
|
8372
8373
|
_p as usePlayback,
|
8373
8374
|
kp as usePlayer,
|
8374
|
-
|
8375
|
-
|
8375
|
+
tu as usePlayerControls,
|
8376
|
+
nu as useRecorder
|
8376
8377
|
};
|
8377
8378
|
//# sourceMappingURL=index.es.js.map
|