@applica-software-guru/react-admin 1.3.157 → 1.3.159
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/ApplicaAdmin.d.ts +7 -1
- package/dist/ApplicaAdmin.d.ts.map +1 -1
- package/dist/hooks/useMenu.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +23 -23
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +498 -495
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +23 -23
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/ApplicaAdmin.tsx +11 -3
- package/src/hooks/useMenu.jsx +2 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -142,16 +142,16 @@ var dE;
|
|
|
142
142
|
function GM() {
|
|
143
143
|
return dE || (dE = 1, process.env.NODE_ENV !== "production" && function() {
|
|
144
144
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = 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, l = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, A = e ? Symbol.for("react.async_mode") : 60111, g = e ? Symbol.for("react.concurrent_mode") : 60111, f = e ? Symbol.for("react.forward_ref") : 60112, C = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, m = e ? Symbol.for("react.memo") : 60115, I = e ? Symbol.for("react.lazy") : 60116, B = e ? Symbol.for("react.block") : 60121, v = e ? Symbol.for("react.fundamental") : 60117, P = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
145
|
-
function Q(
|
|
146
|
-
return typeof
|
|
147
|
-
|
|
145
|
+
function Q(ae) {
|
|
146
|
+
return typeof ae == "string" || typeof ae == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
147
|
+
ae === r || ae === g || ae === a || ae === o || ae === C || ae === h || typeof ae == "object" && ae !== null && (ae.$$typeof === I || ae.$$typeof === m || ae.$$typeof === l || ae.$$typeof === u || ae.$$typeof === f || ae.$$typeof === v || ae.$$typeof === P || ae.$$typeof === S || ae.$$typeof === B);
|
|
148
148
|
}
|
|
149
|
-
function T(
|
|
150
|
-
if (typeof
|
|
151
|
-
var He =
|
|
149
|
+
function T(ae) {
|
|
150
|
+
if (typeof ae == "object" && ae !== null) {
|
|
151
|
+
var He = ae.$$typeof;
|
|
152
152
|
switch (He) {
|
|
153
153
|
case t:
|
|
154
|
-
var _ =
|
|
154
|
+
var _ = ae.type;
|
|
155
155
|
switch (_) {
|
|
156
156
|
case A:
|
|
157
157
|
case g:
|
|
@@ -178,47 +178,47 @@ function GM() {
|
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
var w = A, k = g, M = u, U = l,
|
|
182
|
-
function X(
|
|
183
|
-
return D || (D = !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.")), N(
|
|
181
|
+
var w = A, k = g, M = u, U = l, K = t, H = f, J = r, ie = I, re = m, G = n, Y = a, L = o, z = C, D = !1;
|
|
182
|
+
function X(ae) {
|
|
183
|
+
return D || (D = !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.")), N(ae) || T(ae) === A;
|
|
184
184
|
}
|
|
185
|
-
function N(
|
|
186
|
-
return T(
|
|
185
|
+
function N(ae) {
|
|
186
|
+
return T(ae) === g;
|
|
187
187
|
}
|
|
188
|
-
function
|
|
189
|
-
return T(
|
|
188
|
+
function q(ae) {
|
|
189
|
+
return T(ae) === u;
|
|
190
190
|
}
|
|
191
|
-
function ue(
|
|
192
|
-
return T(
|
|
191
|
+
function ue(ae) {
|
|
192
|
+
return T(ae) === l;
|
|
193
193
|
}
|
|
194
|
-
function de(
|
|
195
|
-
return typeof
|
|
194
|
+
function de(ae) {
|
|
195
|
+
return typeof ae == "object" && ae !== null && ae.$$typeof === t;
|
|
196
196
|
}
|
|
197
|
-
function se(
|
|
198
|
-
return T(
|
|
197
|
+
function se(ae) {
|
|
198
|
+
return T(ae) === f;
|
|
199
199
|
}
|
|
200
|
-
function Ae(
|
|
201
|
-
return T(
|
|
200
|
+
function Ae(ae) {
|
|
201
|
+
return T(ae) === r;
|
|
202
202
|
}
|
|
203
|
-
function ge(
|
|
204
|
-
return T(
|
|
203
|
+
function ge(ae) {
|
|
204
|
+
return T(ae) === I;
|
|
205
205
|
}
|
|
206
|
-
function me(
|
|
207
|
-
return T(
|
|
206
|
+
function me(ae) {
|
|
207
|
+
return T(ae) === m;
|
|
208
208
|
}
|
|
209
|
-
function pe(
|
|
210
|
-
return T(
|
|
209
|
+
function pe(ae) {
|
|
210
|
+
return T(ae) === n;
|
|
211
211
|
}
|
|
212
|
-
function fe(
|
|
213
|
-
return T(
|
|
212
|
+
function fe(ae) {
|
|
213
|
+
return T(ae) === a;
|
|
214
214
|
}
|
|
215
|
-
function Ce(
|
|
216
|
-
return T(
|
|
215
|
+
function Ce(ae) {
|
|
216
|
+
return T(ae) === o;
|
|
217
217
|
}
|
|
218
|
-
function be(
|
|
219
|
-
return T(
|
|
218
|
+
function be(ae) {
|
|
219
|
+
return T(ae) === C;
|
|
220
220
|
}
|
|
221
|
-
lt.AsyncMode = w, lt.ConcurrentMode = k, lt.ContextConsumer = M, lt.ContextProvider = U, lt.Element =
|
|
221
|
+
lt.AsyncMode = w, lt.ConcurrentMode = k, lt.ContextConsumer = M, lt.ContextProvider = U, lt.Element = K, lt.ForwardRef = H, lt.Fragment = J, lt.Lazy = ie, lt.Memo = re, lt.Portal = G, lt.Profiler = Y, lt.StrictMode = L, lt.Suspense = z, lt.isAsyncMode = X, lt.isConcurrentMode = N, lt.isContextConsumer = q, lt.isContextProvider = ue, lt.isElement = de, lt.isForwardRef = se, lt.isFragment = Ae, lt.isLazy = ge, lt.isMemo = me, lt.isPortal = pe, lt.isProfiler = fe, lt.isStrictMode = Ce, lt.isSuspense = be, lt.isValidElementType = Q, lt.typeOf = T;
|
|
222
222
|
}()), lt;
|
|
223
223
|
}
|
|
224
224
|
var gE;
|
|
@@ -360,9 +360,9 @@ function JM() {
|
|
|
360
360
|
return Xd = function(u, A) {
|
|
361
361
|
var g = typeof Symbol == "function" && Symbol.iterator, f = "@@iterator";
|
|
362
362
|
function C(N) {
|
|
363
|
-
var
|
|
364
|
-
if (typeof
|
|
365
|
-
return
|
|
363
|
+
var q = N && (g && N[g] || N[f]);
|
|
364
|
+
if (typeof q == "function")
|
|
365
|
+
return q;
|
|
366
366
|
}
|
|
367
367
|
var h = "<<anonymous>>", m = {
|
|
368
368
|
array: P("array"),
|
|
@@ -381,33 +381,33 @@ function JM() {
|
|
|
381
381
|
node: H(),
|
|
382
382
|
objectOf: U,
|
|
383
383
|
oneOf: M,
|
|
384
|
-
oneOfType:
|
|
385
|
-
shape:
|
|
384
|
+
oneOfType: K,
|
|
385
|
+
shape: ie,
|
|
386
386
|
exact: re
|
|
387
387
|
};
|
|
388
|
-
function I(N,
|
|
389
|
-
return N ===
|
|
388
|
+
function I(N, q) {
|
|
389
|
+
return N === q ? N !== 0 || 1 / N === 1 / q : N !== N && q !== q;
|
|
390
390
|
}
|
|
391
|
-
function B(N,
|
|
392
|
-
this.message = N, this.data =
|
|
391
|
+
function B(N, q) {
|
|
392
|
+
this.message = N, this.data = q && typeof q == "object" ? q : {}, this.stack = "";
|
|
393
393
|
}
|
|
394
394
|
B.prototype = Error.prototype;
|
|
395
395
|
function v(N) {
|
|
396
396
|
if (process.env.NODE_ENV !== "production")
|
|
397
|
-
var
|
|
397
|
+
var q = {}, ue = 0;
|
|
398
398
|
function de(Ae, ge, me, pe, fe, Ce, be) {
|
|
399
399
|
if (pe = pe || h, Ce = Ce || me, be !== n) {
|
|
400
400
|
if (A) {
|
|
401
|
-
var
|
|
401
|
+
var ae = new Error(
|
|
402
402
|
"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"
|
|
403
403
|
);
|
|
404
|
-
throw
|
|
404
|
+
throw ae.name = "Invariant Violation", ae;
|
|
405
405
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
406
406
|
var He = pe + ":" + me;
|
|
407
|
-
!
|
|
407
|
+
!q[He] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
408
408
|
ue < 3 && (a(
|
|
409
409
|
"You are manually calling a React.PropTypes validation function for the `" + Ce + "` prop on `" + pe + "`. 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."
|
|
410
|
-
),
|
|
410
|
+
), q[He] = !0, ue++);
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
return ge[me] == null ? Ae ? ge[me] === null ? new B("The " + fe + " `" + Ce + "` is marked as required " + ("in `" + pe + "`, but its value is `null`.")) : new B("The " + fe + " `" + Ce + "` is marked as required in " + ("`" + pe + "`, but its value is `undefined`.")) : null : N(ge, me, pe, fe, Ce);
|
|
@@ -416,7 +416,7 @@ function JM() {
|
|
|
416
416
|
return se.isRequired = de.bind(null, !0), se;
|
|
417
417
|
}
|
|
418
418
|
function P(N) {
|
|
419
|
-
function
|
|
419
|
+
function q(ue, de, se, Ae, ge, me) {
|
|
420
420
|
var pe = ue[de], fe = L(pe);
|
|
421
421
|
if (fe !== N) {
|
|
422
422
|
var Ce = z(pe);
|
|
@@ -427,13 +427,13 @@ function JM() {
|
|
|
427
427
|
}
|
|
428
428
|
return null;
|
|
429
429
|
}
|
|
430
|
-
return v(
|
|
430
|
+
return v(q);
|
|
431
431
|
}
|
|
432
432
|
function S() {
|
|
433
433
|
return v(l);
|
|
434
434
|
}
|
|
435
435
|
function Q(N) {
|
|
436
|
-
function
|
|
436
|
+
function q(ue, de, se, Ae, ge) {
|
|
437
437
|
if (typeof N != "function")
|
|
438
438
|
return new B("Property `" + ge + "` of component `" + se + "` has invalid PropType notation inside arrayOf.");
|
|
439
439
|
var me = ue[de];
|
|
@@ -448,11 +448,11 @@ function JM() {
|
|
|
448
448
|
}
|
|
449
449
|
return null;
|
|
450
450
|
}
|
|
451
|
-
return v(
|
|
451
|
+
return v(q);
|
|
452
452
|
}
|
|
453
453
|
function T() {
|
|
454
|
-
function N(
|
|
455
|
-
var ge =
|
|
454
|
+
function N(q, ue, de, se, Ae) {
|
|
455
|
+
var ge = q[ue];
|
|
456
456
|
if (!u(ge)) {
|
|
457
457
|
var me = L(ge);
|
|
458
458
|
return new B("Invalid " + se + " `" + Ae + "` of type " + ("`" + me + "` supplied to `" + de + "`, expected a single ReactElement."));
|
|
@@ -462,8 +462,8 @@ function JM() {
|
|
|
462
462
|
return v(N);
|
|
463
463
|
}
|
|
464
464
|
function w() {
|
|
465
|
-
function N(
|
|
466
|
-
var ge =
|
|
465
|
+
function N(q, ue, de, se, Ae) {
|
|
466
|
+
var ge = q[ue];
|
|
467
467
|
if (!e.isValidElementType(ge)) {
|
|
468
468
|
var me = L(ge);
|
|
469
469
|
return new B("Invalid " + se + " `" + Ae + "` of type " + ("`" + me + "` supplied to `" + de + "`, expected a single ReactElement type."));
|
|
@@ -473,34 +473,34 @@ function JM() {
|
|
|
473
473
|
return v(N);
|
|
474
474
|
}
|
|
475
475
|
function k(N) {
|
|
476
|
-
function
|
|
476
|
+
function q(ue, de, se, Ae, ge) {
|
|
477
477
|
if (!(ue[de] instanceof N)) {
|
|
478
478
|
var me = N.name || h, pe = X(ue[de]);
|
|
479
479
|
return new B("Invalid " + Ae + " `" + ge + "` of type " + ("`" + pe + "` supplied to `" + se + "`, expected ") + ("instance of `" + me + "`."));
|
|
480
480
|
}
|
|
481
481
|
return null;
|
|
482
482
|
}
|
|
483
|
-
return v(
|
|
483
|
+
return v(q);
|
|
484
484
|
}
|
|
485
485
|
function M(N) {
|
|
486
486
|
if (!Array.isArray(N))
|
|
487
487
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
|
|
488
488
|
"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])."
|
|
489
489
|
) : a("Invalid argument supplied to oneOf, expected an array.")), l;
|
|
490
|
-
function
|
|
490
|
+
function q(ue, de, se, Ae, ge) {
|
|
491
491
|
for (var me = ue[de], pe = 0; pe < N.length; pe++)
|
|
492
492
|
if (I(me, N[pe]))
|
|
493
493
|
return null;
|
|
494
|
-
var fe = JSON.stringify(N, function(be,
|
|
495
|
-
var He = z(
|
|
496
|
-
return He === "symbol" ? String(
|
|
494
|
+
var fe = JSON.stringify(N, function(be, ae) {
|
|
495
|
+
var He = z(ae);
|
|
496
|
+
return He === "symbol" ? String(ae) : ae;
|
|
497
497
|
});
|
|
498
498
|
return new B("Invalid " + Ae + " `" + ge + "` of value `" + String(me) + "` " + ("supplied to `" + se + "`, expected one of " + fe + "."));
|
|
499
499
|
}
|
|
500
|
-
return v(
|
|
500
|
+
return v(q);
|
|
501
501
|
}
|
|
502
502
|
function U(N) {
|
|
503
|
-
function
|
|
503
|
+
function q(ue, de, se, Ae, ge) {
|
|
504
504
|
if (typeof N != "function")
|
|
505
505
|
return new B("Property `" + ge + "` of component `" + se + "` has invalid PropType notation inside objectOf.");
|
|
506
506
|
var me = ue[de], pe = L(me);
|
|
@@ -514,24 +514,24 @@ function JM() {
|
|
|
514
514
|
}
|
|
515
515
|
return null;
|
|
516
516
|
}
|
|
517
|
-
return v(
|
|
517
|
+
return v(q);
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function K(N) {
|
|
520
520
|
if (!Array.isArray(N))
|
|
521
521
|
return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), l;
|
|
522
|
-
for (var
|
|
523
|
-
var ue = N[
|
|
522
|
+
for (var q = 0; q < N.length; q++) {
|
|
523
|
+
var ue = N[q];
|
|
524
524
|
if (typeof ue != "function")
|
|
525
525
|
return a(
|
|
526
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + D(ue) + " at index " +
|
|
526
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + D(ue) + " at index " + q + "."
|
|
527
527
|
), l;
|
|
528
528
|
}
|
|
529
529
|
function de(se, Ae, ge, me, pe) {
|
|
530
530
|
for (var fe = [], Ce = 0; Ce < N.length; Ce++) {
|
|
531
|
-
var be = N[Ce],
|
|
532
|
-
if (
|
|
531
|
+
var be = N[Ce], ae = be(se, Ae, ge, me, pe, n);
|
|
532
|
+
if (ae == null)
|
|
533
533
|
return null;
|
|
534
|
-
|
|
534
|
+
ae.data && r(ae.data, "expectedType") && fe.push(ae.data.expectedType);
|
|
535
535
|
}
|
|
536
536
|
var He = fe.length > 0 ? ", expected one of type [" + fe.join(", ") + "]" : "";
|
|
537
537
|
return new B("Invalid " + me + " `" + pe + "` supplied to " + ("`" + ge + "`" + He + "."));
|
|
@@ -539,18 +539,18 @@ function JM() {
|
|
|
539
539
|
return v(de);
|
|
540
540
|
}
|
|
541
541
|
function H() {
|
|
542
|
-
function N(
|
|
543
|
-
return q
|
|
542
|
+
function N(q, ue, de, se, Ae) {
|
|
543
|
+
return G(q[ue]) ? null : new B("Invalid " + se + " `" + Ae + "` supplied to " + ("`" + de + "`, expected a ReactNode."));
|
|
544
544
|
}
|
|
545
545
|
return v(N);
|
|
546
546
|
}
|
|
547
|
-
function J(N,
|
|
547
|
+
function J(N, q, ue, de, se) {
|
|
548
548
|
return new B(
|
|
549
|
-
(N || "React class") + ": " +
|
|
549
|
+
(N || "React class") + ": " + q + " type `" + ue + "." + de + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + se + "`."
|
|
550
550
|
);
|
|
551
551
|
}
|
|
552
|
-
function
|
|
553
|
-
function
|
|
552
|
+
function ie(N) {
|
|
553
|
+
function q(ue, de, se, Ae, ge) {
|
|
554
554
|
var me = ue[de], pe = L(me);
|
|
555
555
|
if (pe !== "object")
|
|
556
556
|
return new B("Invalid " + Ae + " `" + ge + "` of type `" + pe + "` " + ("supplied to `" + se + "`, expected `object`."));
|
|
@@ -564,10 +564,10 @@ function JM() {
|
|
|
564
564
|
}
|
|
565
565
|
return null;
|
|
566
566
|
}
|
|
567
|
-
return v(
|
|
567
|
+
return v(q);
|
|
568
568
|
}
|
|
569
569
|
function re(N) {
|
|
570
|
-
function
|
|
570
|
+
function q(ue, de, se, Ae, ge) {
|
|
571
571
|
var me = ue[de], pe = L(me);
|
|
572
572
|
if (pe !== "object")
|
|
573
573
|
return new B("Invalid " + Ae + " `" + ge + "` of type `" + pe + "` " + ("supplied to `" + se + "`, expected `object`."));
|
|
@@ -581,15 +581,15 @@ function JM() {
|
|
|
581
581
|
"Invalid " + Ae + " `" + ge + "` key `" + Ce + "` supplied to `" + se + "`.\nBad object: " + JSON.stringify(ue[de], null, " ") + `
|
|
582
582
|
Valid keys: ` + JSON.stringify(Object.keys(N), null, " ")
|
|
583
583
|
);
|
|
584
|
-
var
|
|
585
|
-
if (
|
|
586
|
-
return
|
|
584
|
+
var ae = be(me, Ce, se, Ae, ge + "." + Ce, n);
|
|
585
|
+
if (ae)
|
|
586
|
+
return ae;
|
|
587
587
|
}
|
|
588
588
|
return null;
|
|
589
589
|
}
|
|
590
|
-
return v(
|
|
590
|
+
return v(q);
|
|
591
591
|
}
|
|
592
|
-
function
|
|
592
|
+
function G(N) {
|
|
593
593
|
switch (typeof N) {
|
|
594
594
|
case "number":
|
|
595
595
|
case "string":
|
|
@@ -599,20 +599,20 @@ Valid keys: ` + JSON.stringify(Object.keys(N), null, " ")
|
|
|
599
599
|
return !N;
|
|
600
600
|
case "object":
|
|
601
601
|
if (Array.isArray(N))
|
|
602
|
-
return N.every(
|
|
602
|
+
return N.every(G);
|
|
603
603
|
if (N === null || u(N))
|
|
604
604
|
return !0;
|
|
605
|
-
var
|
|
606
|
-
if (
|
|
607
|
-
var ue =
|
|
608
|
-
if (
|
|
605
|
+
var q = C(N);
|
|
606
|
+
if (q) {
|
|
607
|
+
var ue = q.call(N), de;
|
|
608
|
+
if (q !== N.entries) {
|
|
609
609
|
for (; !(de = ue.next()).done; )
|
|
610
|
-
if (!
|
|
610
|
+
if (!G(de.value))
|
|
611
611
|
return !1;
|
|
612
612
|
} else
|
|
613
613
|
for (; !(de = ue.next()).done; ) {
|
|
614
614
|
var se = de.value;
|
|
615
|
-
if (se && !
|
|
615
|
+
if (se && !G(se[1]))
|
|
616
616
|
return !1;
|
|
617
617
|
}
|
|
618
618
|
} else
|
|
@@ -622,37 +622,37 @@ Valid keys: ` + JSON.stringify(Object.keys(N), null, " ")
|
|
|
622
622
|
return !1;
|
|
623
623
|
}
|
|
624
624
|
}
|
|
625
|
-
function Y(N,
|
|
626
|
-
return N === "symbol" ? !0 :
|
|
625
|
+
function Y(N, q) {
|
|
626
|
+
return N === "symbol" ? !0 : q ? q["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && q instanceof Symbol : !1;
|
|
627
627
|
}
|
|
628
628
|
function L(N) {
|
|
629
|
-
var
|
|
630
|
-
return Array.isArray(N) ? "array" : N instanceof RegExp ? "object" : Y(
|
|
629
|
+
var q = typeof N;
|
|
630
|
+
return Array.isArray(N) ? "array" : N instanceof RegExp ? "object" : Y(q, N) ? "symbol" : q;
|
|
631
631
|
}
|
|
632
632
|
function z(N) {
|
|
633
633
|
if (typeof N > "u" || N === null)
|
|
634
634
|
return "" + N;
|
|
635
|
-
var
|
|
636
|
-
if (
|
|
635
|
+
var q = L(N);
|
|
636
|
+
if (q === "object") {
|
|
637
637
|
if (N instanceof Date)
|
|
638
638
|
return "date";
|
|
639
639
|
if (N instanceof RegExp)
|
|
640
640
|
return "regexp";
|
|
641
641
|
}
|
|
642
|
-
return
|
|
642
|
+
return q;
|
|
643
643
|
}
|
|
644
644
|
function D(N) {
|
|
645
|
-
var
|
|
646
|
-
switch (
|
|
645
|
+
var q = z(N);
|
|
646
|
+
switch (q) {
|
|
647
647
|
case "array":
|
|
648
648
|
case "object":
|
|
649
|
-
return "an " +
|
|
649
|
+
return "an " + q;
|
|
650
650
|
case "boolean":
|
|
651
651
|
case "date":
|
|
652
652
|
case "regexp":
|
|
653
|
-
return "a " +
|
|
653
|
+
return "a " + q;
|
|
654
654
|
default:
|
|
655
|
-
return
|
|
655
|
+
return q;
|
|
656
656
|
}
|
|
657
657
|
}
|
|
658
658
|
function X(N) {
|
|
@@ -937,11 +937,11 @@ function aD() {
|
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
-
var k = l, M = a, U = e,
|
|
940
|
+
var k = l, M = a, U = e, K = A, H = n, J = h, ie = C, re = t, G = o, Y = r, L = g, z = f, D = !1, X = !1;
|
|
941
941
|
function N(_) {
|
|
942
942
|
return D || (D = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
943
943
|
}
|
|
944
|
-
function
|
|
944
|
+
function q(_) {
|
|
945
945
|
return X || (X = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
946
946
|
}
|
|
947
947
|
function ue(_) {
|
|
@@ -974,13 +974,13 @@ function aD() {
|
|
|
974
974
|
function be(_) {
|
|
975
975
|
return w(_) === r;
|
|
976
976
|
}
|
|
977
|
-
function
|
|
977
|
+
function ae(_) {
|
|
978
978
|
return w(_) === g;
|
|
979
979
|
}
|
|
980
980
|
function He(_) {
|
|
981
981
|
return w(_) === f;
|
|
982
982
|
}
|
|
983
|
-
ut.ContextConsumer = k, ut.ContextProvider = M, ut.Element = U, ut.ForwardRef =
|
|
983
|
+
ut.ContextConsumer = k, ut.ContextProvider = M, ut.Element = U, ut.ForwardRef = K, ut.Fragment = H, ut.Lazy = J, ut.Memo = ie, ut.Portal = re, ut.Profiler = G, ut.StrictMode = Y, ut.Suspense = L, ut.SuspenseList = z, ut.isAsyncMode = N, ut.isConcurrentMode = q, ut.isContextConsumer = ue, ut.isContextProvider = de, ut.isElement = se, ut.isForwardRef = Ae, ut.isFragment = ge, ut.isLazy = me, ut.isMemo = pe, ut.isPortal = fe, ut.isProfiler = Ce, ut.isStrictMode = be, ut.isSuspense = ae, ut.isSuspenseList = He, ut.isValidElementType = T, ut.typeOf = w;
|
|
984
984
|
}()), ut;
|
|
985
985
|
}
|
|
986
986
|
process.env.NODE_ENV === "production" ? Ng.exports = iD() : Ng.exports = aD();
|
|
@@ -2324,12 +2324,12 @@ function bv(e = {}) {
|
|
|
2324
2324
|
themeId: t
|
|
2325
2325
|
});
|
|
2326
2326
|
if (ao(H)) {
|
|
2327
|
-
let J = H,
|
|
2328
|
-
return H && H.variants && (
|
|
2329
|
-
let
|
|
2330
|
-
return eu(re, $c(
|
|
2331
|
-
|
|
2332
|
-
}),
|
|
2327
|
+
let J = H, ie;
|
|
2328
|
+
return H && H.variants && (ie = H.variants, delete J.variants, J = (re) => {
|
|
2329
|
+
let G = H;
|
|
2330
|
+
return eu(re, $c(ie), ie).forEach((L) => {
|
|
2331
|
+
G = Qr(G, L);
|
|
2332
|
+
}), G;
|
|
2333
2333
|
}), J;
|
|
2334
2334
|
}
|
|
2335
2335
|
return H;
|
|
@@ -2338,10 +2338,10 @@ function bv(e = {}) {
|
|
|
2338
2338
|
if (ao(T)) {
|
|
2339
2339
|
let H;
|
|
2340
2340
|
T && T.variants && (H = T.variants, delete M.variants, M = (J) => {
|
|
2341
|
-
let
|
|
2342
|
-
return eu(J, $c(H), H).forEach((
|
|
2343
|
-
|
|
2344
|
-
}),
|
|
2341
|
+
let ie = T;
|
|
2342
|
+
return eu(J, $c(H), H).forEach((G) => {
|
|
2343
|
+
ie = Qr(ie, G);
|
|
2344
|
+
}), ie;
|
|
2345
2345
|
});
|
|
2346
2346
|
} else
|
|
2347
2347
|
typeof T == "function" && // On the server Emotion doesn't use React.forwardRef for creating components, so the created
|
|
@@ -2357,11 +2357,11 @@ function bv(e = {}) {
|
|
|
2357
2357
|
const J = jc(j({}, H, {
|
|
2358
2358
|
defaultTheme: n,
|
|
2359
2359
|
themeId: t
|
|
2360
|
-
})),
|
|
2361
|
-
if (
|
|
2360
|
+
})), ie = F5(A, J);
|
|
2361
|
+
if (ie) {
|
|
2362
2362
|
const re = {};
|
|
2363
|
-
return Object.entries(
|
|
2364
|
-
re[
|
|
2363
|
+
return Object.entries(ie).forEach(([G, Y]) => {
|
|
2364
|
+
re[G] = typeof Y == "function" ? Y(j({}, H, {
|
|
2365
2365
|
theme: J
|
|
2366
2366
|
})) : Y;
|
|
2367
2367
|
}), h(H, re);
|
|
@@ -2379,12 +2379,12 @@ function bv(e = {}) {
|
|
|
2379
2379
|
const H = new Array(U).fill("");
|
|
2380
2380
|
M = [...T, ...H], M.raw = [...T.raw, ...H];
|
|
2381
2381
|
}
|
|
2382
|
-
const
|
|
2382
|
+
const K = S(M, ...k);
|
|
2383
2383
|
if (process.env.NODE_ENV !== "production") {
|
|
2384
2384
|
let H;
|
|
2385
|
-
A && (H = `${A}${Te(g || "")}`), H === void 0 && (H = `Styled(${cD(l)})`),
|
|
2385
|
+
A && (H = `${A}${Te(g || "")}`), H === void 0 && (H = `Styled(${cD(l)})`), K.displayName = H;
|
|
2386
2386
|
}
|
|
2387
|
-
return l.muiName && (
|
|
2387
|
+
return l.muiName && (K.muiName = l.muiName), K;
|
|
2388
2388
|
};
|
|
2389
2389
|
return S.withConfig && (Q.withConfig = S.withConfig), Q;
|
|
2390
2390
|
};
|
|
@@ -3762,17 +3762,17 @@ var ru = { exports: {} };
|
|
|
3762
3762
|
ru.exports;
|
|
3763
3763
|
(function(e, t) {
|
|
3764
3764
|
(function() {
|
|
3765
|
-
var n, r = "4.17.21", o = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", u = "Invalid `variable` option passed into `_.template`", A = "__lodash_hash_undefined__", g = 500, f = "__lodash_placeholder__", C = 1, h = 2, m = 4, I = 1, B = 2, v = 1, P = 2, S = 4, Q = 8, T = 16, w = 32, k = 64, M = 128, U = 256,
|
|
3765
|
+
var n, r = "4.17.21", o = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", u = "Invalid `variable` option passed into `_.template`", A = "__lodash_hash_undefined__", g = 500, f = "__lodash_placeholder__", C = 1, h = 2, m = 4, I = 1, B = 2, v = 1, P = 2, S = 4, Q = 8, T = 16, w = 32, k = 64, M = 128, U = 256, K = 512, H = 30, J = "...", ie = 800, re = 16, G = 1, Y = 2, L = 3, z = 1 / 0, D = 9007199254740991, X = 17976931348623157e292, N = 0 / 0, q = 4294967295, ue = q - 1, de = q >>> 1, se = [
|
|
3766
3766
|
["ary", M],
|
|
3767
3767
|
["bind", v],
|
|
3768
3768
|
["bindKey", P],
|
|
3769
3769
|
["curry", Q],
|
|
3770
3770
|
["curryRight", T],
|
|
3771
|
-
["flip",
|
|
3771
|
+
["flip", K],
|
|
3772
3772
|
["partial", w],
|
|
3773
3773
|
["partialRight", k],
|
|
3774
3774
|
["rearg", U]
|
|
3775
|
-
], Ae = "[object Arguments]", ge = "[object Array]", me = "[object AsyncFunction]", pe = "[object Boolean]", fe = "[object Date]", Ce = "[object DOMException]", be = "[object Error]",
|
|
3775
|
+
], Ae = "[object Arguments]", ge = "[object Array]", me = "[object AsyncFunction]", pe = "[object Boolean]", fe = "[object Date]", Ce = "[object DOMException]", be = "[object Error]", ae = "[object Function]", He = "[object GeneratorFunction]", _ = "[object Map]", rt = "[object Number]", xt = "[object Null]", Ct = "[object Object]", Rt = "[object Promise]", Or = "[object Proxy]", wt = "[object RegExp]", yt = "[object Set]", mt = "[object String]", Ut = "[object Symbol]", Gt = "[object Undefined]", Pe = "[object WeakMap]", Ne = "[object WeakSet]", xe = "[object ArrayBuffer]", Ge = "[object DataView]", we = "[object Float32Array]", Et = "[object Float64Array]", Ke = "[object Int8Array]", Qe = "[object Int16Array]", Kt = "[object Int32Array]", Mr = "[object Uint8Array]", hr = "[object Uint8ClampedArray]", Zo = "[object Uint16Array]", Fi = "[object Uint32Array]", Bl = /\b__p \+= '';/g, BA = /\b(__p \+=) '' \+/g, vA = /(__e\(.*?\)|\b__t\)) \+\n'';/g, vl = /&(?:amp|lt|gt|quot|#39);/g, Ga = /[&<>"']/g, yl = RegExp(vl.source), bl = RegExp(Ga.source), Ql = /<%-([\s\S]+?)%>/g, xl = /<%([\s\S]+?)%>/g, Ka = /<%=([\s\S]+?)%>/g, yA = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, bA = /^\w*$/, QA = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, _o = /[\\^$.*+?()[\]{}|]/g, xA = RegExp(_o.source), Kr = /^\s+/, qa = /\s/, Bn = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, $o = /\{\n\/\* \[wrapped with (.+)\] \*/, wA = /,? & /, ei = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, Ja = /[()=,{}\[\]\/\s]/, wl = /\\(\\)?/g, Tl = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Xa = /\w*$/, Pl = /^[-+]0x[0-9a-f]+$/i, TA = /^0b[01]+$/i, PA = /^\[object .+?Constructor\]$/, SA = /^0o[0-7]+$/i, RA = /^(?:0|[1-9]\d*)$/, ze = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, en = /($^)/, vw = /['\n\r\u2028\u2029\\]/g, Sl = "\\ud800-\\udfff", yw = "\\u0300-\\u036f", bw = "\\ufe20-\\ufe2f", Qw = "\\u20d0-\\u20ff", kh = yw + bw + Qw, Fh = "\\u2700-\\u27bf", Lh = "a-z\\xdf-\\xf6\\xf8-\\xff", xw = "\\xac\\xb1\\xd7\\xf7", ww = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Tw = "\\u2000-\\u206f", Pw = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Nh = "A-Z\\xc0-\\xd6\\xd8-\\xde", jh = "\\ufe0e\\ufe0f", Vh = xw + ww + Tw + Pw, OA = "['’]", Sw = "[" + Sl + "]", Hh = "[" + Vh + "]", Rl = "[" + kh + "]", Wh = "\\d+", Rw = "[" + Fh + "]", zh = "[" + Lh + "]", Yh = "[^" + Sl + Vh + Wh + Fh + Lh + Nh + "]", MA = "\\ud83c[\\udffb-\\udfff]", Ow = "(?:" + Rl + "|" + MA + ")", Uh = "[^" + Sl + "]", DA = "(?:\\ud83c[\\udde6-\\uddff]){2}", kA = "[\\ud800-\\udbff][\\udc00-\\udfff]", Li = "[" + Nh + "]", Gh = "\\u200d", Kh = "(?:" + zh + "|" + Yh + ")", Mw = "(?:" + Li + "|" + Yh + ")", qh = "(?:" + OA + "(?:d|ll|m|re|s|t|ve))?", Jh = "(?:" + OA + "(?:D|LL|M|RE|S|T|VE))?", Xh = Ow + "?", Zh = "[" + jh + "]?", Dw = "(?:" + Gh + "(?:" + [Uh, DA, kA].join("|") + ")" + Zh + Xh + ")*", kw = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", Fw = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", _h = Zh + Xh + Dw, Lw = "(?:" + [Rw, DA, kA].join("|") + ")" + _h, Nw = "(?:" + [Uh + Rl + "?", Rl, DA, kA, Sw].join("|") + ")", jw = RegExp(OA, "g"), Vw = RegExp(Rl, "g"), FA = RegExp(MA + "(?=" + MA + ")|" + Nw + _h, "g"), Hw = RegExp([
|
|
3776
3776
|
Li + "?" + zh + "+" + qh + "(?=" + [Hh, Li, "$"].join("|") + ")",
|
|
3777
3777
|
Mw + "+" + Jh + "(?=" + [Hh, Li + Kh, "$"].join("|") + ")",
|
|
3778
3778
|
Li + "?" + Kh + "+" + qh,
|
|
@@ -3813,9 +3813,9 @@ ru.exports;
|
|
|
3813
3813
|
"parseInt",
|
|
3814
3814
|
"setTimeout"
|
|
3815
3815
|
], Uw = -1, bt = {};
|
|
3816
|
-
bt[we] = bt[Et] = bt[Ke] = bt[Qe] = bt[Kt] = bt[Mr] = bt[hr] = bt[Zo] = bt[Fi] = !0, bt[Ae] = bt[ge] = bt[xe] = bt[pe] = bt[Ge] = bt[fe] = bt[be] = bt[
|
|
3816
|
+
bt[we] = bt[Et] = bt[Ke] = bt[Qe] = bt[Kt] = bt[Mr] = bt[hr] = bt[Zo] = bt[Fi] = !0, bt[Ae] = bt[ge] = bt[xe] = bt[pe] = bt[Ge] = bt[fe] = bt[be] = bt[ae] = bt[_] = bt[rt] = bt[Ct] = bt[wt] = bt[yt] = bt[mt] = bt[Pe] = !1;
|
|
3817
3817
|
var Bt = {};
|
|
3818
|
-
Bt[Ae] = Bt[ge] = Bt[xe] = Bt[Ge] = Bt[pe] = Bt[fe] = Bt[we] = Bt[Et] = Bt[Ke] = Bt[Qe] = Bt[Kt] = Bt[_] = Bt[rt] = Bt[Ct] = Bt[wt] = Bt[yt] = Bt[mt] = Bt[Ut] = Bt[Mr] = Bt[hr] = Bt[Zo] = Bt[Fi] = !0, Bt[be] = Bt[
|
|
3818
|
+
Bt[Ae] = Bt[ge] = Bt[xe] = Bt[Ge] = Bt[pe] = Bt[fe] = Bt[we] = Bt[Et] = Bt[Ke] = Bt[Qe] = Bt[Kt] = Bt[_] = Bt[rt] = Bt[Ct] = Bt[wt] = Bt[yt] = Bt[mt] = Bt[Ut] = Bt[Mr] = Bt[hr] = Bt[Zo] = Bt[Fi] = !0, Bt[be] = Bt[ae] = Bt[Pe] = !1;
|
|
3819
3819
|
var Gw = {
|
|
3820
3820
|
// Latin-1 Supplement block.
|
|
3821
3821
|
À: "A",
|
|
@@ -4391,7 +4391,7 @@ ru.exports;
|
|
|
4391
4391
|
}
|
|
4392
4392
|
}, b.prototype = ql.prototype, b.prototype.constructor = b, $n.prototype = Ui(ql.prototype), $n.prototype.constructor = $n;
|
|
4393
4393
|
function tt(i) {
|
|
4394
|
-
this.__wrapped__ = i, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ =
|
|
4394
|
+
this.__wrapped__ = i, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ = q, this.__views__ = [];
|
|
4395
4395
|
}
|
|
4396
4396
|
function zT() {
|
|
4397
4397
|
var i = new tt(this.__wrapped__);
|
|
@@ -4418,7 +4418,7 @@ ru.exports;
|
|
|
4418
4418
|
if (Fn == Y)
|
|
4419
4419
|
Oe = mn;
|
|
4420
4420
|
else if (!mn) {
|
|
4421
|
-
if (Fn ==
|
|
4421
|
+
if (Fn == G)
|
|
4422
4422
|
continue e;
|
|
4423
4423
|
break e;
|
|
4424
4424
|
}
|
|
@@ -4628,7 +4628,7 @@ ru.exports;
|
|
|
4628
4628
|
if (R = iP(i), !F)
|
|
4629
4629
|
return vn(i, R);
|
|
4630
4630
|
} else {
|
|
4631
|
-
var oe = cn(i), he = oe ==
|
|
4631
|
+
var oe = cn(i), he = oe == ae || oe == He;
|
|
4632
4632
|
if (wo(i))
|
|
4633
4633
|
return ZC(i, F);
|
|
4634
4634
|
if (oe == Ct || oe == Ae || he && !y) {
|
|
@@ -5417,7 +5417,7 @@ ru.exports;
|
|
|
5417
5417
|
});
|
|
5418
5418
|
}
|
|
5419
5419
|
function nc(i, s, d, E, y, x, R, F, W, te) {
|
|
5420
|
-
var ne = s & M, oe = s & v, he = s & P, ve = s & (Q | T), Re = s &
|
|
5420
|
+
var ne = s & M, oe = s & v, he = s & P, ve = s & (Q | T), Re = s & K, qe = he ? n : ls(i);
|
|
5421
5421
|
function Oe() {
|
|
5422
5422
|
for (var et = arguments.length, nt = Z(et), Fn = et; Fn--; )
|
|
5423
5423
|
nt[Fn] = arguments[Fn];
|
|
@@ -5946,7 +5946,7 @@ ru.exports;
|
|
|
5946
5946
|
return function() {
|
|
5947
5947
|
var E = kT(), y = re - (E - d);
|
|
5948
5948
|
if (d = E, y > 0) {
|
|
5949
|
-
if (++s >=
|
|
5949
|
+
if (++s >= ie)
|
|
5950
5950
|
return arguments[0];
|
|
5951
5951
|
} else
|
|
5952
5952
|
s = 0;
|
|
@@ -6527,7 +6527,7 @@ ru.exports;
|
|
|
6527
6527
|
return PC(i, rr(s) || 0, d);
|
|
6528
6528
|
});
|
|
6529
6529
|
function eR(i) {
|
|
6530
|
-
return Zr(i,
|
|
6530
|
+
return Zr(i, K);
|
|
6531
6531
|
}
|
|
6532
6532
|
function dc(i, s) {
|
|
6533
6533
|
if (typeof i != "function" || s != null && typeof s != "function")
|
|
@@ -6689,7 +6689,7 @@ ru.exports;
|
|
|
6689
6689
|
if (!Ot(i))
|
|
6690
6690
|
return !1;
|
|
6691
6691
|
var s = hn(i);
|
|
6692
|
-
return s ==
|
|
6692
|
+
return s == ae || s == He || s == me || s == Or;
|
|
6693
6693
|
}
|
|
6694
6694
|
function Wm(i) {
|
|
6695
6695
|
return typeof i == "number" && i == Ye(i);
|
|
@@ -6785,7 +6785,7 @@ ru.exports;
|
|
|
6785
6785
|
return s === s ? d ? s - d : s : 0;
|
|
6786
6786
|
}
|
|
6787
6787
|
function Km(i) {
|
|
6788
|
-
return i ? ii(Ye(i), 0,
|
|
6788
|
+
return i ? ii(Ye(i), 0, q) : 0;
|
|
6789
6789
|
}
|
|
6790
6790
|
function rr(i) {
|
|
6791
6791
|
if (typeof i == "number")
|
|
@@ -7047,7 +7047,7 @@ ru.exports;
|
|
|
7047
7047
|
return i + (d ? "_" : "") + s.toLowerCase();
|
|
7048
7048
|
});
|
|
7049
7049
|
function M4(i, s, d) {
|
|
7050
|
-
return d && typeof d != "number" && Cn(i, s, d) && (s = d = n), d = d === n ?
|
|
7050
|
+
return d && typeof d != "number" && Cn(i, s, d) && (s = d = n), d = d === n ? q : d >>> 0, d ? (i = at(i), i && (typeof s == "string" || s != null && !Od(s)) && (s = Dn(s), !s && ji(i)) ? xo(Cr(i), 0, d) : i.split(s, d)) : [];
|
|
7051
7051
|
}
|
|
7052
7052
|
var D4 = Ki(function(i, s, d) {
|
|
7053
7053
|
return i + (d ? " " : "") + kd(s);
|
|
@@ -7279,8 +7279,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
7279
7279
|
function dO(i, s) {
|
|
7280
7280
|
if (i = Ye(i), i < 1 || i > D)
|
|
7281
7281
|
return [];
|
|
7282
|
-
var d =
|
|
7283
|
-
s = Se(s), i -=
|
|
7282
|
+
var d = q, E = ln(i, q);
|
|
7283
|
+
s = Se(s), i -= q;
|
|
7284
7284
|
for (var y = UA(E, s); ++d < i; )
|
|
7285
7285
|
s(d);
|
|
7286
7286
|
return y;
|
|
@@ -7338,14 +7338,14 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
7338
7338
|
d = d === n ? 1 : _t(Ye(d), 0);
|
|
7339
7339
|
var E = this.__filtered__ && !s ? new tt(this) : this.clone();
|
|
7340
7340
|
return E.__filtered__ ? E.__takeCount__ = ln(d, E.__takeCount__) : E.__views__.push({
|
|
7341
|
-
size: ln(d,
|
|
7341
|
+
size: ln(d, q),
|
|
7342
7342
|
type: i + (E.__dir__ < 0 ? "Right" : "")
|
|
7343
7343
|
}), E;
|
|
7344
7344
|
}, tt.prototype[i + "Right"] = function(d) {
|
|
7345
7345
|
return this.reverse()[i](d).reverse();
|
|
7346
7346
|
};
|
|
7347
7347
|
}), Zn(["filter", "map", "takeWhile"], function(i, s) {
|
|
7348
|
-
var d = s + 1, E = d ==
|
|
7348
|
+
var d = s + 1, E = d == G || d == L;
|
|
7349
7349
|
tt.prototype[i] = function(y) {
|
|
7350
7350
|
var x = this.clone();
|
|
7351
7351
|
return x.__iteratees__.push({
|
|
@@ -7382,7 +7382,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
7382
7382
|
}, tt.prototype.takeRightWhile = function(i) {
|
|
7383
7383
|
return this.reverse().takeWhile(i).reverse();
|
|
7384
7384
|
}, tt.prototype.toArray = function() {
|
|
7385
|
-
return this.take(
|
|
7385
|
+
return this.take(q);
|
|
7386
7386
|
}, Dr(tt.prototype, function(i, s) {
|
|
7387
7387
|
var d = /^(?:filter|find|map|reject)|While$/.test(s), E = /^(?:head|last)$/.test(s), y = b[E ? "take" + (s == "last" ? "Right" : "") : s], x = E || /^find/.test(s);
|
|
7388
7388
|
y && (b.prototype[s] = function() {
|
|
@@ -7553,7 +7553,7 @@ const jv = In(void 0), Vv = In(void 0), Pi = () => Vt(Lv), q6 = ["e-", "entities
|
|
|
7553
7553
|
return ((n = t.options) == null ? void 0 : n.group) === e.id || !((r = t.options) != null && r.group) && e.id === "admin";
|
|
7554
7554
|
}, Z6 = (e, t) => {
|
|
7555
7555
|
const n = J6(e.name);
|
|
7556
|
-
return t == null ? void 0 : t.includes(`${n}:list`);
|
|
7556
|
+
return (t == null ? void 0 : t.includes(`${n}:list`)) || (t == null ? void 0 : t.includes(`${n}:find`));
|
|
7557
7557
|
}, Yg = (e, t) => {
|
|
7558
7558
|
let n = e.find((r) => r.id === t);
|
|
7559
7559
|
if (!n)
|
|
@@ -7681,31 +7681,31 @@ var Gv = { exports: {} };
|
|
|
7681
7681
|
(function(n, r) {
|
|
7682
7682
|
e.exports = r();
|
|
7683
7683
|
})(ar, function() {
|
|
7684
|
-
var n = 1e3, r = 6e4, o = 36e5, a = "millisecond", l = "second", u = "minute", A = "hour", g = "day", f = "week", C = "month", h = "quarter", m = "year", I = "date", B = "Invalid Date", v = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(
|
|
7685
|
-
var Y = ["th", "st", "nd", "rd"], L =
|
|
7686
|
-
return "[" +
|
|
7687
|
-
} }, Q = function(
|
|
7688
|
-
var z = String(
|
|
7689
|
-
return !z || z.length >= Y ?
|
|
7690
|
-
}, T = { s: Q, z: function(
|
|
7691
|
-
var Y = -
|
|
7684
|
+
var n = 1e3, r = 6e4, o = 36e5, a = "millisecond", l = "second", u = "minute", A = "hour", g = "day", f = "week", C = "month", h = "quarter", m = "year", I = "date", B = "Invalid Date", v = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, S = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(G) {
|
|
7685
|
+
var Y = ["th", "st", "nd", "rd"], L = G % 100;
|
|
7686
|
+
return "[" + G + (Y[(L - 20) % 10] || Y[L] || Y[0]) + "]";
|
|
7687
|
+
} }, Q = function(G, Y, L) {
|
|
7688
|
+
var z = String(G);
|
|
7689
|
+
return !z || z.length >= Y ? G : "" + Array(Y + 1 - z.length).join(L) + G;
|
|
7690
|
+
}, T = { s: Q, z: function(G) {
|
|
7691
|
+
var Y = -G.utcOffset(), L = Math.abs(Y), z = Math.floor(L / 60), D = L % 60;
|
|
7692
7692
|
return (Y <= 0 ? "+" : "-") + Q(z, 2, "0") + ":" + Q(D, 2, "0");
|
|
7693
|
-
}, m: function
|
|
7693
|
+
}, m: function G(Y, L) {
|
|
7694
7694
|
if (Y.date() < L.date())
|
|
7695
|
-
return -
|
|
7695
|
+
return -G(L, Y);
|
|
7696
7696
|
var z = 12 * (L.year() - Y.year()) + (L.month() - Y.month()), D = Y.clone().add(z, C), X = L - D < 0, N = Y.clone().add(z + (X ? -1 : 1), C);
|
|
7697
7697
|
return +(-(z + (L - D) / (X ? D - N : N - D)) || 0);
|
|
7698
|
-
}, a: function(
|
|
7699
|
-
return
|
|
7700
|
-
}, p: function(
|
|
7701
|
-
return { M: C, y: m, w: f, d: g, D: I, h: A, m: u, s: l, ms: a, Q: h }[
|
|
7702
|
-
}, u: function(
|
|
7703
|
-
return
|
|
7698
|
+
}, a: function(G) {
|
|
7699
|
+
return G < 0 ? Math.ceil(G) || 0 : Math.floor(G);
|
|
7700
|
+
}, p: function(G) {
|
|
7701
|
+
return { M: C, y: m, w: f, d: g, D: I, h: A, m: u, s: l, ms: a, Q: h }[G] || String(G || "").toLowerCase().replace(/s$/, "");
|
|
7702
|
+
}, u: function(G) {
|
|
7703
|
+
return G === void 0;
|
|
7704
7704
|
} }, w = "en", k = {};
|
|
7705
7705
|
k[w] = S;
|
|
7706
|
-
var M = "$isDayjsObject", U = function(
|
|
7707
|
-
return
|
|
7708
|
-
},
|
|
7706
|
+
var M = "$isDayjsObject", U = function(G) {
|
|
7707
|
+
return G instanceof ie || !(!G || !G[M]);
|
|
7708
|
+
}, K = function G(Y, L, z) {
|
|
7709
7709
|
var D;
|
|
7710
7710
|
if (!Y)
|
|
7711
7711
|
return w;
|
|
@@ -7714,26 +7714,26 @@ var Gv = { exports: {} };
|
|
|
7714
7714
|
k[X] && (D = X), L && (k[X] = L, D = X);
|
|
7715
7715
|
var N = Y.split("-");
|
|
7716
7716
|
if (!D && N.length > 1)
|
|
7717
|
-
return
|
|
7717
|
+
return G(N[0]);
|
|
7718
7718
|
} else {
|
|
7719
|
-
var
|
|
7720
|
-
k[
|
|
7719
|
+
var q = Y.name;
|
|
7720
|
+
k[q] = Y, D = q;
|
|
7721
7721
|
}
|
|
7722
7722
|
return !z && D && (w = D), D || !z && w;
|
|
7723
|
-
}, H = function(
|
|
7724
|
-
if (U(
|
|
7725
|
-
return
|
|
7723
|
+
}, H = function(G, Y) {
|
|
7724
|
+
if (U(G))
|
|
7725
|
+
return G.clone();
|
|
7726
7726
|
var L = typeof Y == "object" ? Y : {};
|
|
7727
|
-
return L.date =
|
|
7727
|
+
return L.date = G, L.args = arguments, new ie(L);
|
|
7728
7728
|
}, J = T;
|
|
7729
|
-
J.l =
|
|
7730
|
-
return H(
|
|
7729
|
+
J.l = K, J.i = U, J.w = function(G, Y) {
|
|
7730
|
+
return H(G, { locale: Y.$L, utc: Y.$u, x: Y.$x, $offset: Y.$offset });
|
|
7731
7731
|
};
|
|
7732
|
-
var
|
|
7733
|
-
function
|
|
7734
|
-
this.$L =
|
|
7732
|
+
var ie = function() {
|
|
7733
|
+
function G(L) {
|
|
7734
|
+
this.$L = K(L.locale, null, !0), this.parse(L), this.$x = this.$x || L.x || {}, this[M] = !0;
|
|
7735
7735
|
}
|
|
7736
|
-
var Y =
|
|
7736
|
+
var Y = G.prototype;
|
|
7737
7737
|
return Y.parse = function(L) {
|
|
7738
7738
|
this.$d = function(z) {
|
|
7739
7739
|
var D = z.date, X = z.utc;
|
|
@@ -7746,8 +7746,8 @@ var Gv = { exports: {} };
|
|
|
7746
7746
|
if (typeof D == "string" && !/Z$/i.test(D)) {
|
|
7747
7747
|
var N = D.match(v);
|
|
7748
7748
|
if (N) {
|
|
7749
|
-
var
|
|
7750
|
-
return X ? new Date(Date.UTC(N[1],
|
|
7749
|
+
var q = N[2] - 1 || 0, ue = (N[7] || "0").substring(0, 3);
|
|
7750
|
+
return X ? new Date(Date.UTC(N[1], q, N[3] || 1, N[4] || 0, N[5] || 0, N[6] || 0, ue)) : new Date(N[1], q, N[3] || 1, N[4] || 0, N[5] || 0, N[6] || 0, ue);
|
|
7751
7751
|
}
|
|
7752
7752
|
}
|
|
7753
7753
|
return new Date(D);
|
|
@@ -7773,7 +7773,7 @@ var Gv = { exports: {} };
|
|
|
7773
7773
|
}, Y.valueOf = function() {
|
|
7774
7774
|
return this.$d.getTime();
|
|
7775
7775
|
}, Y.startOf = function(L, z) {
|
|
7776
|
-
var D = this, X = !!J.u(z) || z, N = J.p(L),
|
|
7776
|
+
var D = this, X = !!J.u(z) || z, N = J.p(L), q = function(fe, Ce) {
|
|
7777
7777
|
var be = J.w(D.$u ? Date.UTC(D.$y, Ce, fe) : new Date(D.$y, Ce, fe), D);
|
|
7778
7778
|
return X ? be : be.endOf(g);
|
|
7779
7779
|
}, ue = function(fe, Ce) {
|
|
@@ -7781,12 +7781,12 @@ var Gv = { exports: {} };
|
|
|
7781
7781
|
}, de = this.$W, se = this.$M, Ae = this.$D, ge = "set" + (this.$u ? "UTC" : "");
|
|
7782
7782
|
switch (N) {
|
|
7783
7783
|
case m:
|
|
7784
|
-
return X ?
|
|
7784
|
+
return X ? q(1, 0) : q(31, 11);
|
|
7785
7785
|
case C:
|
|
7786
|
-
return X ?
|
|
7786
|
+
return X ? q(1, se) : q(0, se + 1);
|
|
7787
7787
|
case f:
|
|
7788
7788
|
var me = this.$locale().weekStart || 0, pe = (de < me ? de + 7 : de) - me;
|
|
7789
|
-
return
|
|
7789
|
+
return q(X ? Ae - pe : Ae + (6 - pe), se);
|
|
7790
7790
|
case g:
|
|
7791
7791
|
case I:
|
|
7792
7792
|
return ue(ge + "Hours", 0);
|
|
@@ -7802,12 +7802,12 @@ var Gv = { exports: {} };
|
|
|
7802
7802
|
}, Y.endOf = function(L) {
|
|
7803
7803
|
return this.startOf(L, !1);
|
|
7804
7804
|
}, Y.$set = function(L, z) {
|
|
7805
|
-
var D, X = J.p(L), N = "set" + (this.$u ? "UTC" : ""),
|
|
7805
|
+
var D, X = J.p(L), N = "set" + (this.$u ? "UTC" : ""), q = (D = {}, D[g] = N + "Date", D[I] = N + "Date", D[C] = N + "Month", D[m] = N + "FullYear", D[A] = N + "Hours", D[u] = N + "Minutes", D[l] = N + "Seconds", D[a] = N + "Milliseconds", D)[X], ue = X === g ? this.$D + (z - this.$W) : z;
|
|
7806
7806
|
if (X === C || X === m) {
|
|
7807
7807
|
var de = this.clone().set(I, 1);
|
|
7808
|
-
de.$d[
|
|
7808
|
+
de.$d[q](ue), de.init(), this.$d = de.set(I, Math.min(this.$D, de.daysInMonth())).$d;
|
|
7809
7809
|
} else
|
|
7810
|
-
|
|
7810
|
+
q && this.$d[q](ue);
|
|
7811
7811
|
return this.init(), this;
|
|
7812
7812
|
}, Y.set = function(L, z) {
|
|
7813
7813
|
return this.clone().$set(L, z);
|
|
@@ -7816,7 +7816,7 @@ var Gv = { exports: {} };
|
|
|
7816
7816
|
}, Y.add = function(L, z) {
|
|
7817
7817
|
var D, X = this;
|
|
7818
7818
|
L = Number(L);
|
|
7819
|
-
var N = J.p(z),
|
|
7819
|
+
var N = J.p(z), q = function(se) {
|
|
7820
7820
|
var Ae = H(X);
|
|
7821
7821
|
return J.w(Ae.date(Ae.date() + Math.round(se * L)), X);
|
|
7822
7822
|
};
|
|
@@ -7825,9 +7825,9 @@ var Gv = { exports: {} };
|
|
|
7825
7825
|
if (N === m)
|
|
7826
7826
|
return this.set(m, this.$y + L);
|
|
7827
7827
|
if (N === g)
|
|
7828
|
-
return
|
|
7828
|
+
return q(1);
|
|
7829
7829
|
if (N === f)
|
|
7830
|
-
return
|
|
7830
|
+
return q(7);
|
|
7831
7831
|
var ue = (D = {}, D[u] = r, D[A] = o, D[l] = n, D)[N] || 1, de = this.$d.getTime() + L * ue;
|
|
7832
7832
|
return J.w(de, this);
|
|
7833
7833
|
}, Y.subtract = function(L, z) {
|
|
@@ -7836,17 +7836,17 @@ var Gv = { exports: {} };
|
|
|
7836
7836
|
var z = this, D = this.$locale();
|
|
7837
7837
|
if (!this.isValid())
|
|
7838
7838
|
return D.invalidDate || B;
|
|
7839
|
-
var X = L || "YYYY-MM-DDTHH:mm:ssZ", N = J.z(this),
|
|
7840
|
-
return Ce && (Ce[be] || Ce(z, X)) ||
|
|
7839
|
+
var X = L || "YYYY-MM-DDTHH:mm:ssZ", N = J.z(this), q = this.$H, ue = this.$m, de = this.$M, se = D.weekdays, Ae = D.months, ge = D.meridiem, me = function(Ce, be, ae, He) {
|
|
7840
|
+
return Ce && (Ce[be] || Ce(z, X)) || ae[be].slice(0, He);
|
|
7841
7841
|
}, pe = function(Ce) {
|
|
7842
|
-
return J.s(
|
|
7843
|
-
}, fe = ge || function(Ce, be,
|
|
7842
|
+
return J.s(q % 12 || 12, Ce, "0");
|
|
7843
|
+
}, fe = ge || function(Ce, be, ae) {
|
|
7844
7844
|
var He = Ce < 12 ? "AM" : "PM";
|
|
7845
|
-
return
|
|
7845
|
+
return ae ? He.toLowerCase() : He;
|
|
7846
7846
|
};
|
|
7847
7847
|
return X.replace(P, function(Ce, be) {
|
|
7848
|
-
return be || function(
|
|
7849
|
-
switch (
|
|
7848
|
+
return be || function(ae) {
|
|
7849
|
+
switch (ae) {
|
|
7850
7850
|
case "YY":
|
|
7851
7851
|
return String(z.$y).slice(-2);
|
|
7852
7852
|
case "YYYY":
|
|
@@ -7872,17 +7872,17 @@ var Gv = { exports: {} };
|
|
|
7872
7872
|
case "dddd":
|
|
7873
7873
|
return se[z.$W];
|
|
7874
7874
|
case "H":
|
|
7875
|
-
return String(
|
|
7875
|
+
return String(q);
|
|
7876
7876
|
case "HH":
|
|
7877
|
-
return J.s(
|
|
7877
|
+
return J.s(q, 2, "0");
|
|
7878
7878
|
case "h":
|
|
7879
7879
|
return pe(1);
|
|
7880
7880
|
case "hh":
|
|
7881
7881
|
return pe(2);
|
|
7882
7882
|
case "a":
|
|
7883
|
-
return fe(
|
|
7883
|
+
return fe(q, ue, !0);
|
|
7884
7884
|
case "A":
|
|
7885
|
-
return fe(
|
|
7885
|
+
return fe(q, ue, !1);
|
|
7886
7886
|
case "m":
|
|
7887
7887
|
return String(ue);
|
|
7888
7888
|
case "mm":
|
|
@@ -7902,10 +7902,10 @@ var Gv = { exports: {} };
|
|
|
7902
7902
|
}, Y.utcOffset = function() {
|
|
7903
7903
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
7904
7904
|
}, Y.diff = function(L, z, D) {
|
|
7905
|
-
var X, N = this,
|
|
7905
|
+
var X, N = this, q = J.p(z), ue = H(L), de = (ue.utcOffset() - this.utcOffset()) * r, se = this - ue, Ae = function() {
|
|
7906
7906
|
return J.m(N, ue);
|
|
7907
7907
|
};
|
|
7908
|
-
switch (
|
|
7908
|
+
switch (q) {
|
|
7909
7909
|
case m:
|
|
7910
7910
|
X = Ae() / 12;
|
|
7911
7911
|
break;
|
|
@@ -7941,7 +7941,7 @@ var Gv = { exports: {} };
|
|
|
7941
7941
|
}, Y.locale = function(L, z) {
|
|
7942
7942
|
if (!L)
|
|
7943
7943
|
return this.$L;
|
|
7944
|
-
var D = this.clone(), X =
|
|
7944
|
+
var D = this.clone(), X = K(L, z, !0);
|
|
7945
7945
|
return X && (D.$L = X), D;
|
|
7946
7946
|
}, Y.clone = function() {
|
|
7947
7947
|
return J.w(this.$d, this);
|
|
@@ -7953,16 +7953,16 @@ var Gv = { exports: {} };
|
|
|
7953
7953
|
return this.$d.toISOString();
|
|
7954
7954
|
}, Y.toString = function() {
|
|
7955
7955
|
return this.$d.toUTCString();
|
|
7956
|
-
},
|
|
7957
|
-
}(), re =
|
|
7958
|
-
return H.prototype = re, [["$ms", a], ["$s", l], ["$m", u], ["$H", A], ["$W", g], ["$M", C], ["$y", m], ["$D", I]].forEach(function(
|
|
7959
|
-
re[
|
|
7960
|
-
return this.$g(Y,
|
|
7956
|
+
}, G;
|
|
7957
|
+
}(), re = ie.prototype;
|
|
7958
|
+
return H.prototype = re, [["$ms", a], ["$s", l], ["$m", u], ["$H", A], ["$W", g], ["$M", C], ["$y", m], ["$D", I]].forEach(function(G) {
|
|
7959
|
+
re[G[1]] = function(Y) {
|
|
7960
|
+
return this.$g(Y, G[0], G[1]);
|
|
7961
7961
|
};
|
|
7962
|
-
}), H.extend = function(
|
|
7963
|
-
return
|
|
7964
|
-
}, H.locale =
|
|
7965
|
-
return H(1e3 *
|
|
7962
|
+
}), H.extend = function(G, Y) {
|
|
7963
|
+
return G.$i || (G(Y, ie, H), G.$i = !0), H;
|
|
7964
|
+
}, H.locale = K, H.isDayjs = U, H.unix = function(G) {
|
|
7965
|
+
return H(1e3 * G);
|
|
7966
7966
|
}, H.en = k[w], H.Ls = k, H.p = {}, H;
|
|
7967
7967
|
});
|
|
7968
7968
|
})(Gv);
|
|
@@ -9529,8 +9529,8 @@ function iI({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
9529
9529
|
const v = C + B, P = l === void 0 ? v : l(v);
|
|
9530
9530
|
P !== v && (B = P - C);
|
|
9531
9531
|
const S = (U) => -B * Math.exp(-U / r), Q = (U) => P + S(U), T = (U) => {
|
|
9532
|
-
const
|
|
9533
|
-
h.done = Math.abs(
|
|
9532
|
+
const K = S(U), H = Q(U);
|
|
9533
|
+
h.done = Math.abs(K) <= g, h.value = h.done ? P : H;
|
|
9534
9534
|
};
|
|
9535
9535
|
let w, k;
|
|
9536
9536
|
const M = (U) => {
|
|
@@ -9546,8 +9546,8 @@ function iI({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
9546
9546
|
return M(0), {
|
|
9547
9547
|
calculatedDuration: null,
|
|
9548
9548
|
next: (U) => {
|
|
9549
|
-
let
|
|
9550
|
-
return !k && w === void 0 && (
|
|
9549
|
+
let K = !1;
|
|
9550
|
+
return !k && w === void 0 && (K = !0, T(U), M(U)), w !== void 0 && U > w ? k.next(U - w) : (!K && T(U), h);
|
|
9551
9551
|
}
|
|
9552
9552
|
};
|
|
9553
9553
|
}
|
|
@@ -9581,8 +9581,8 @@ const qk = {
|
|
|
9581
9581
|
function cu({ autoplay: e = !0, delay: t = 0, driver: n = Kk, keyframes: r, type: o = "keyframes", repeat: a = 0, repeatDelay: l = 0, repeatType: u = "loop", onPlay: A, onStop: g, onComplete: f, onUpdate: C, ...h }) {
|
|
9582
9582
|
let m = 1, I = !1, B, v;
|
|
9583
9583
|
const P = () => {
|
|
9584
|
-
v = new Promise((
|
|
9585
|
-
B =
|
|
9584
|
+
v = new Promise((q) => {
|
|
9585
|
+
B = q;
|
|
9586
9586
|
});
|
|
9587
9587
|
};
|
|
9588
9588
|
P();
|
|
@@ -9599,74 +9599,74 @@ function cu({ autoplay: e = !0, delay: t = 0, driver: n = Kk, keyframes: r, type
|
|
|
9599
9599
|
keyframes: [...r].reverse(),
|
|
9600
9600
|
velocity: -(h.velocity || 0)
|
|
9601
9601
|
}));
|
|
9602
|
-
let M = "idle", U = null,
|
|
9602
|
+
let M = "idle", U = null, K = null, H = null;
|
|
9603
9603
|
w.calculatedDuration === null && a && (w.calculatedDuration = sI(w));
|
|
9604
9604
|
const { calculatedDuration: J } = w;
|
|
9605
|
-
let
|
|
9606
|
-
J !== null && (
|
|
9607
|
-
let
|
|
9608
|
-
const Y = (
|
|
9609
|
-
if (
|
|
9605
|
+
let ie = 1 / 0, re = 1 / 0;
|
|
9606
|
+
J !== null && (ie = J + l, re = ie * (a + 1) - l);
|
|
9607
|
+
let G = 0;
|
|
9608
|
+
const Y = (q) => {
|
|
9609
|
+
if (K === null)
|
|
9610
9610
|
return;
|
|
9611
|
-
m > 0 && (
|
|
9612
|
-
const ue =
|
|
9613
|
-
|
|
9614
|
-
let se =
|
|
9611
|
+
m > 0 && (K = Math.min(K, q)), m < 0 && (K = Math.min(q - re / m, K)), U !== null ? G = U : G = Math.round(q - K) * m;
|
|
9612
|
+
const ue = G - t * (m >= 0 ? 1 : -1), de = m >= 0 ? ue < 0 : ue > re;
|
|
9613
|
+
G = Math.max(ue, 0), M === "finished" && U === null && (G = re);
|
|
9614
|
+
let se = G, Ae = w;
|
|
9615
9615
|
if (a) {
|
|
9616
|
-
const fe =
|
|
9616
|
+
const fe = G / ie;
|
|
9617
9617
|
let Ce = Math.floor(fe), be = fe % 1;
|
|
9618
9618
|
!be && fe >= 1 && (be = 1), be === 1 && Ce--, Ce = Math.min(Ce, a + 1);
|
|
9619
|
-
const
|
|
9620
|
-
|
|
9619
|
+
const ae = !!(Ce % 2);
|
|
9620
|
+
ae && (u === "reverse" ? (be = 1 - be, l && (be -= l / ie)) : u === "mirror" && (Ae = k));
|
|
9621
9621
|
let He = Wo(0, 1, be);
|
|
9622
|
-
|
|
9622
|
+
G > re && (He = u === "reverse" && ae ? 1 : 0), se = He * ie;
|
|
9623
9623
|
}
|
|
9624
9624
|
const ge = de ? { done: !1, value: r[0] } : Ae.next(se);
|
|
9625
9625
|
T && (ge.value = T(ge.value));
|
|
9626
9626
|
let { done: me } = ge;
|
|
9627
|
-
!de && J !== null && (me = m >= 0 ?
|
|
9627
|
+
!de && J !== null && (me = m >= 0 ? G >= re : G <= 0);
|
|
9628
9628
|
const pe = U === null && (M === "finished" || M === "running" && me);
|
|
9629
9629
|
return C && C(ge.value), pe && D(), ge;
|
|
9630
9630
|
}, L = () => {
|
|
9631
9631
|
S && S.stop(), S = void 0;
|
|
9632
9632
|
}, z = () => {
|
|
9633
|
-
M = "idle", L(), B(), P(),
|
|
9633
|
+
M = "idle", L(), B(), P(), K = H = null;
|
|
9634
9634
|
}, D = () => {
|
|
9635
9635
|
M = "finished", f && f(), L(), B();
|
|
9636
9636
|
}, X = () => {
|
|
9637
9637
|
if (I)
|
|
9638
9638
|
return;
|
|
9639
9639
|
S || (S = n(Y));
|
|
9640
|
-
const
|
|
9641
|
-
A && A(), U !== null ?
|
|
9640
|
+
const q = S.now();
|
|
9641
|
+
A && A(), U !== null ? K = q - U : (!K || M === "finished") && (K = q), M === "finished" && P(), H = K, U = null, M = "running", S.start();
|
|
9642
9642
|
};
|
|
9643
9643
|
e && X();
|
|
9644
9644
|
const N = {
|
|
9645
|
-
then(
|
|
9646
|
-
return v.then(
|
|
9645
|
+
then(q, ue) {
|
|
9646
|
+
return v.then(q, ue);
|
|
9647
9647
|
},
|
|
9648
9648
|
get time() {
|
|
9649
|
-
return co(
|
|
9649
|
+
return co(G);
|
|
9650
9650
|
},
|
|
9651
|
-
set time(
|
|
9652
|
-
|
|
9651
|
+
set time(q) {
|
|
9652
|
+
q = Vo(q), G = q, U !== null || !S || m === 0 ? U = q : K = S.now() - q / m;
|
|
9653
9653
|
},
|
|
9654
9654
|
get duration() {
|
|
9655
|
-
const
|
|
9656
|
-
return co(
|
|
9655
|
+
const q = w.calculatedDuration === null ? sI(w) : w.calculatedDuration;
|
|
9656
|
+
return co(q);
|
|
9657
9657
|
},
|
|
9658
9658
|
get speed() {
|
|
9659
9659
|
return m;
|
|
9660
9660
|
},
|
|
9661
|
-
set speed(
|
|
9662
|
-
|
|
9661
|
+
set speed(q) {
|
|
9662
|
+
q === m || !S || (m = q, N.time = co(G));
|
|
9663
9663
|
},
|
|
9664
9664
|
get state() {
|
|
9665
9665
|
return M;
|
|
9666
9666
|
},
|
|
9667
9667
|
play: X,
|
|
9668
9668
|
pause: () => {
|
|
9669
|
-
M = "paused", U =
|
|
9669
|
+
M = "paused", U = G;
|
|
9670
9670
|
},
|
|
9671
9671
|
stop: () => {
|
|
9672
9672
|
I = !0, M !== "idle" && (M = "idle", g && g(), z());
|
|
@@ -9677,7 +9677,7 @@ function cu({ autoplay: e = !0, delay: t = 0, driver: n = Kk, keyframes: r, type
|
|
|
9677
9677
|
complete: () => {
|
|
9678
9678
|
M = "finished";
|
|
9679
9679
|
},
|
|
9680
|
-
sample: (
|
|
9680
|
+
sample: (q) => (K = 0, Y(q))
|
|
9681
9681
|
};
|
|
9682
9682
|
return N;
|
|
9683
9683
|
}
|
|
@@ -10294,23 +10294,23 @@ function RF(e) {
|
|
|
10294
10294
|
_u(T) || typeof T == "boolean")
|
|
10295
10295
|
continue;
|
|
10296
10296
|
const U = OF(Q.prevProp, T);
|
|
10297
|
-
let
|
|
10297
|
+
let K = U || // If we're making this variant active, we want to always make it active
|
|
10298
10298
|
S === g && Q.isActive && !M && w || // If we removed a higher-priority variant (i is in reverse order)
|
|
10299
10299
|
P > B && w;
|
|
10300
10300
|
const H = Array.isArray(T) ? T : [T];
|
|
10301
10301
|
let J = H.reduce(o, {});
|
|
10302
10302
|
k === !1 && (J = {});
|
|
10303
|
-
const { prevResolvedValues:
|
|
10304
|
-
...
|
|
10303
|
+
const { prevResolvedValues: ie = {} } = Q, re = {
|
|
10304
|
+
...ie,
|
|
10305
10305
|
...J
|
|
10306
|
-
},
|
|
10307
|
-
|
|
10306
|
+
}, G = (Y) => {
|
|
10307
|
+
K = !0, m.delete(Y), Q.needsAnimating[Y] = !0;
|
|
10308
10308
|
};
|
|
10309
10309
|
for (const Y in re) {
|
|
10310
|
-
const L = J[Y], z =
|
|
10311
|
-
I.hasOwnProperty(Y) || (L !== z ? au(L) && au(z) ? !vy(L, z) || U ?
|
|
10310
|
+
const L = J[Y], z = ie[Y];
|
|
10311
|
+
I.hasOwnProperty(Y) || (L !== z ? au(L) && au(z) ? !vy(L, z) || U ? G(Y) : Q.protectedKeys[Y] = !0 : L !== void 0 ? G(Y) : m.add(Y) : L !== void 0 && m.has(Y) ? G(Y) : Q.protectedKeys[Y] = !0);
|
|
10312
10312
|
}
|
|
10313
|
-
Q.prevProp = T, Q.prevResolvedValues = J, Q.isActive && (I = { ...I, ...J }), r && e.blockInitialAnimation && (
|
|
10313
|
+
Q.prevProp = T, Q.prevResolvedValues = J, Q.isActive && (I = { ...I, ...J }), r && e.blockInitialAnimation && (K = !1), K && !M && h.push(...H.map((Y) => ({
|
|
10314
10314
|
animation: Y,
|
|
10315
10315
|
options: { type: S, ...A }
|
|
10316
10316
|
})));
|
|
@@ -13053,11 +13053,11 @@ function RL() {
|
|
|
13053
13053
|
}
|
|
13054
13054
|
}
|
|
13055
13055
|
}
|
|
13056
|
-
var k = l, M = a, U = e,
|
|
13056
|
+
var k = l, M = a, U = e, K = A, H = n, J = h, ie = C, re = t, G = o, Y = r, L = g, z = f, D = !1, X = !1;
|
|
13057
13057
|
function N(_) {
|
|
13058
13058
|
return D || (D = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
13059
13059
|
}
|
|
13060
|
-
function
|
|
13060
|
+
function q(_) {
|
|
13061
13061
|
return X || (X = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
13062
13062
|
}
|
|
13063
13063
|
function ue(_) {
|
|
@@ -13090,13 +13090,13 @@ function RL() {
|
|
|
13090
13090
|
function be(_) {
|
|
13091
13091
|
return w(_) === r;
|
|
13092
13092
|
}
|
|
13093
|
-
function
|
|
13093
|
+
function ae(_) {
|
|
13094
13094
|
return w(_) === g;
|
|
13095
13095
|
}
|
|
13096
13096
|
function He(_) {
|
|
13097
13097
|
return w(_) === f;
|
|
13098
13098
|
}
|
|
13099
|
-
dt.ContextConsumer = k, dt.ContextProvider = M, dt.Element = U, dt.ForwardRef =
|
|
13099
|
+
dt.ContextConsumer = k, dt.ContextProvider = M, dt.Element = U, dt.ForwardRef = K, dt.Fragment = H, dt.Lazy = J, dt.Memo = ie, dt.Portal = re, dt.Profiler = G, dt.StrictMode = Y, dt.Suspense = L, dt.SuspenseList = z, dt.isAsyncMode = N, dt.isConcurrentMode = q, dt.isContextConsumer = ue, dt.isContextProvider = de, dt.isElement = se, dt.isForwardRef = Ae, dt.isFragment = ge, dt.isLazy = me, dt.isMemo = pe, dt.isPortal = fe, dt.isProfiler = Ce, dt.isStrictMode = be, dt.isSuspense = ae, dt.isSuspenseList = He, dt.isValidElementType = T, dt.typeOf = w;
|
|
13100
13100
|
}()), dt;
|
|
13101
13101
|
}
|
|
13102
13102
|
process.env.NODE_ENV === "production" ? of.exports = SL() : of.exports = RL();
|
|
@@ -13996,7 +13996,7 @@ const lf = 550, ZL = 80, _L = Yo(n0 || (n0 = rA`
|
|
|
13996
13996
|
rippleX: k,
|
|
13997
13997
|
rippleY: M,
|
|
13998
13998
|
rippleSize: U,
|
|
13999
|
-
cb:
|
|
13999
|
+
cb: K
|
|
14000
14000
|
} = T;
|
|
14001
14001
|
g((H) => [...H, /* @__PURE__ */ p(nN, {
|
|
14002
14002
|
classes: {
|
|
@@ -14012,13 +14012,13 @@ const lf = 550, ZL = 80, _L = Yo(n0 || (n0 = rA`
|
|
|
14012
14012
|
rippleX: k,
|
|
14013
14013
|
rippleY: M,
|
|
14014
14014
|
rippleSize: U
|
|
14015
|
-
}, f.current)]), f.current += 1, C.current =
|
|
14015
|
+
}, f.current)]), f.current += 1, C.current = K;
|
|
14016
14016
|
}, [a]), P = O.useCallback((T = {}, w = {}, k = () => {
|
|
14017
14017
|
}) => {
|
|
14018
14018
|
const {
|
|
14019
14019
|
pulsate: M = !1,
|
|
14020
14020
|
center: U = o || w.pulsate,
|
|
14021
|
-
fakeElement:
|
|
14021
|
+
fakeElement: K = !1
|
|
14022
14022
|
// For test purposes
|
|
14023
14023
|
} = w;
|
|
14024
14024
|
if ((T == null ? void 0 : T.type) === "mousedown" && h.current) {
|
|
@@ -14026,43 +14026,43 @@ const lf = 550, ZL = 80, _L = Yo(n0 || (n0 = rA`
|
|
|
14026
14026
|
return;
|
|
14027
14027
|
}
|
|
14028
14028
|
(T == null ? void 0 : T.type) === "touchstart" && (h.current = !0);
|
|
14029
|
-
const H =
|
|
14029
|
+
const H = K ? null : B.current, J = H ? H.getBoundingClientRect() : {
|
|
14030
14030
|
width: 0,
|
|
14031
14031
|
height: 0,
|
|
14032
14032
|
left: 0,
|
|
14033
14033
|
top: 0
|
|
14034
14034
|
};
|
|
14035
|
-
let
|
|
14035
|
+
let ie, re, G;
|
|
14036
14036
|
if (U || T === void 0 || T.clientX === 0 && T.clientY === 0 || !T.clientX && !T.touches)
|
|
14037
|
-
|
|
14037
|
+
ie = Math.round(J.width / 2), re = Math.round(J.height / 2);
|
|
14038
14038
|
else {
|
|
14039
14039
|
const {
|
|
14040
14040
|
clientX: Y,
|
|
14041
14041
|
clientY: L
|
|
14042
14042
|
} = T.touches && T.touches.length > 0 ? T.touches[0] : T;
|
|
14043
|
-
|
|
14043
|
+
ie = Math.round(Y - J.left), re = Math.round(L - J.top);
|
|
14044
14044
|
}
|
|
14045
14045
|
if (U)
|
|
14046
|
-
|
|
14046
|
+
G = Math.sqrt((2 * J.width ** 2 + J.height ** 2) / 3), G % 2 === 0 && (G += 1);
|
|
14047
14047
|
else {
|
|
14048
|
-
const Y = Math.max(Math.abs((H ? H.clientWidth : 0) -
|
|
14049
|
-
|
|
14048
|
+
const Y = Math.max(Math.abs((H ? H.clientWidth : 0) - ie), ie) * 2 + 2, L = Math.max(Math.abs((H ? H.clientHeight : 0) - re), re) * 2 + 2;
|
|
14049
|
+
G = Math.sqrt(Y ** 2 + L ** 2);
|
|
14050
14050
|
}
|
|
14051
14051
|
T != null && T.touches ? I.current === null && (I.current = () => {
|
|
14052
14052
|
v({
|
|
14053
14053
|
pulsate: M,
|
|
14054
|
-
rippleX:
|
|
14054
|
+
rippleX: ie,
|
|
14055
14055
|
rippleY: re,
|
|
14056
|
-
rippleSize:
|
|
14056
|
+
rippleSize: G,
|
|
14057
14057
|
cb: k
|
|
14058
14058
|
});
|
|
14059
14059
|
}, m.current = setTimeout(() => {
|
|
14060
14060
|
I.current && (I.current(), I.current = null);
|
|
14061
14061
|
}, ZL)) : v({
|
|
14062
14062
|
pulsate: M,
|
|
14063
|
-
rippleX:
|
|
14063
|
+
rippleX: ie,
|
|
14064
14064
|
rippleY: re,
|
|
14065
|
-
rippleSize:
|
|
14065
|
+
rippleSize: G,
|
|
14066
14066
|
cb: k
|
|
14067
14067
|
});
|
|
14068
14068
|
}, [o, v]), S = O.useCallback(() => {
|
|
@@ -14192,16 +14192,16 @@ const iN = Jt("MuiButtonBase", ["root", "disabled", "focusVisible"]), aN = iN, s
|
|
|
14192
14192
|
onMouseDown: k,
|
|
14193
14193
|
onMouseLeave: M,
|
|
14194
14194
|
onMouseUp: U,
|
|
14195
|
-
onTouchEnd:
|
|
14195
|
+
onTouchEnd: K,
|
|
14196
14196
|
onTouchMove: H,
|
|
14197
14197
|
onTouchStart: J,
|
|
14198
|
-
tabIndex:
|
|
14198
|
+
tabIndex: ie = 0,
|
|
14199
14199
|
TouchRippleProps: re,
|
|
14200
|
-
touchRippleRef:
|
|
14200
|
+
touchRippleRef: G,
|
|
14201
14201
|
type: Y
|
|
14202
|
-
} = r, L = Ze(r, sN), z = O.useRef(null), D = O.useRef(null), X = Un(D,
|
|
14202
|
+
} = r, L = Ze(r, sN), z = O.useRef(null), D = O.useRef(null), X = Un(D, G), {
|
|
14203
14203
|
isFocusVisibleRef: N,
|
|
14204
|
-
onFocus:
|
|
14204
|
+
onFocus: q,
|
|
14205
14205
|
onBlur: ue,
|
|
14206
14206
|
ref: de
|
|
14207
14207
|
} = tp(), [se, Ae] = O.useState(!1);
|
|
@@ -14221,12 +14221,12 @@ const iN = Jt("MuiButtonBase", ["root", "disabled", "focusVisible"]), aN = iN, s
|
|
|
14221
14221
|
function fe(we, Et, Ke = C) {
|
|
14222
14222
|
return Do((Qe) => (Et && Et(Qe), !Ke && D.current && D.current[we](Qe), !0));
|
|
14223
14223
|
}
|
|
14224
|
-
const Ce = fe("start", k), be = fe("stop", v),
|
|
14224
|
+
const Ce = fe("start", k), be = fe("stop", v), ae = fe("stop", P), He = fe("stop", U), _ = fe("stop", (we) => {
|
|
14225
14225
|
se && we.preventDefault(), M && M(we);
|
|
14226
|
-
}), rt = fe("start", J), xt = fe("stop",
|
|
14226
|
+
}), rt = fe("start", J), xt = fe("stop", K), Ct = fe("stop", H), Rt = fe("stop", (we) => {
|
|
14227
14227
|
ue(we), N.current === !1 && Ae(!1), I && I(we);
|
|
14228
14228
|
}, !1), Or = Do((we) => {
|
|
14229
|
-
z.current || (z.current = we.currentTarget),
|
|
14229
|
+
z.current || (z.current = we.currentTarget), q(we), N.current === !0 && (Ae(!0), Q && Q(we)), S && S(we);
|
|
14230
14230
|
}), wt = () => {
|
|
14231
14231
|
const we = z.current;
|
|
14232
14232
|
return A && A !== "button" && !(we.tagName === "A" && we.href);
|
|
@@ -14255,7 +14255,7 @@ const iN = Jt("MuiButtonBase", ["root", "disabled", "focusVisible"]), aN = iN, s
|
|
|
14255
14255
|
disableRipple: f,
|
|
14256
14256
|
disableTouchRipple: C,
|
|
14257
14257
|
focusRipple: h,
|
|
14258
|
-
tabIndex:
|
|
14258
|
+
tabIndex: ie,
|
|
14259
14259
|
focusVisible: se
|
|
14260
14260
|
}), Ge = lN(xe);
|
|
14261
14261
|
return /* @__PURE__ */ $(cN, j({
|
|
@@ -14271,12 +14271,12 @@ const iN = Jt("MuiButtonBase", ["root", "disabled", "focusVisible"]), aN = iN, s
|
|
|
14271
14271
|
onMouseDown: Ce,
|
|
14272
14272
|
onMouseLeave: _,
|
|
14273
14273
|
onMouseUp: He,
|
|
14274
|
-
onDragLeave:
|
|
14274
|
+
onDragLeave: ae,
|
|
14275
14275
|
onTouchEnd: xt,
|
|
14276
14276
|
onTouchMove: Ct,
|
|
14277
14277
|
onTouchStart: rt,
|
|
14278
14278
|
ref: Ne,
|
|
14279
|
-
tabIndex: g ? -1 :
|
|
14279
|
+
tabIndex: g ? -1 : ie,
|
|
14280
14280
|
type: Y
|
|
14281
14281
|
}, Pe, L, {
|
|
14282
14282
|
children: [l, pe ? (
|
|
@@ -14592,8 +14592,8 @@ const xb = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
14592
14592
|
}), T = O.useRef(null), w = (M) => {
|
|
14593
14593
|
const U = () => {
|
|
14594
14594
|
v(!0);
|
|
14595
|
-
const
|
|
14596
|
-
|
|
14595
|
+
const K = T.current.querySelector("a[href],button,[tabindex]");
|
|
14596
|
+
K && K.focus();
|
|
14597
14597
|
};
|
|
14598
14598
|
return C + f >= M.length ? (process.env.NODE_ENV !== "production" && console.error(["MUI: You have provided an invalid combination of props to the Breadcrumbs.", `itemsAfterCollapse={${f}} + itemsBeforeCollapse={${C}} >= maxItems={${h}}`].join(`
|
|
14599
14599
|
`)), M) : [...M.slice(0, C), /* @__PURE__ */ p(Qb, {
|
|
@@ -14747,7 +14747,7 @@ const dg = xb, vN = ({ id: e, title: t, icon: n, url: r, last: o }) => /* @__PUR
|
|
|
14747
14747
|
var z;
|
|
14748
14748
|
(z = l == null ? void 0 : l.items) == null || z.map((D) => (D.type && D.type === "group" && M(D), !1));
|
|
14749
14749
|
});
|
|
14750
|
-
const
|
|
14750
|
+
const K = A ? /* @__PURE__ */ p(A, { style: { fontSize: "0.75rem", marginTop: 2 } }) : "/", H = {
|
|
14751
14751
|
mb: 2,
|
|
14752
14752
|
bgcolor: t === !1 ? "transparent" : "inherit",
|
|
14753
14753
|
...C,
|
|
@@ -14755,7 +14755,7 @@ const dg = xb, vN = ({ id: e, title: t, icon: n, url: r, last: o }) => /* @__PUR
|
|
|
14755
14755
|
mb: 1
|
|
14756
14756
|
}
|
|
14757
14757
|
};
|
|
14758
|
-
let J,
|
|
14758
|
+
let J, ie, re = /* @__PURE__ */ p(Ee, {}), G = "", Y, L;
|
|
14759
14759
|
return m === "breadcrumbs" ? /* @__PURE__ */ $(wr, { border: t, sx: H, ...I, content: t, shadow: "none", children: [
|
|
14760
14760
|
/* @__PURE__ */ $(
|
|
14761
14761
|
ye,
|
|
@@ -14772,7 +14772,7 @@ const dg = xb, vN = ({ id: e, title: t, icon: n, url: r, last: o }) => /* @__PUR
|
|
|
14772
14772
|
{
|
|
14773
14773
|
"aria-label": "breadcrumb",
|
|
14774
14774
|
maxItems: a || 8,
|
|
14775
|
-
separator:
|
|
14775
|
+
separator: K,
|
|
14776
14776
|
sx: {
|
|
14777
14777
|
[B.breakpoints.down("sm")]: {
|
|
14778
14778
|
mt: 1
|
|
@@ -14816,7 +14816,7 @@ const dg = xb, vN = ({ id: e, title: t, icon: n, url: r, last: o }) => /* @__PUR
|
|
|
14816
14816
|
alignItems: u ? "center" : "flex-start",
|
|
14817
14817
|
spacing: 1,
|
|
14818
14818
|
children: [
|
|
14819
|
-
/* @__PURE__ */ p(ye, { item: !0, children: /* @__PURE__ */ $(dg, { "aria-label": "breadcrumb", maxItems: a || 8, separator:
|
|
14819
|
+
/* @__PURE__ */ p(ye, { item: !0, children: /* @__PURE__ */ $(dg, { "aria-label": "breadcrumb", maxItems: a || 8, separator: K, children: [
|
|
14820
14820
|
e !== !1 && /* @__PURE__ */ $(Ee, { component: wn, to: "/", color: "textSecondary", variant: "h6", sx: { textDecoration: "none" }, children: [
|
|
14821
14821
|
o && /* @__PURE__ */ p(Yd, { style: k }),
|
|
14822
14822
|
r && !o && /* @__PURE__ */ p(Ud, { style: { ...k, marginRight: 0 } }),
|
|
@@ -14829,7 +14829,7 @@ const dg = xb, vN = ({ id: e, title: t, icon: n, url: r, last: o }) => /* @__PUR
|
|
|
14829
14829
|
}
|
|
14830
14830
|
),
|
|
14831
14831
|
t === !1 && n !== !1 && /* @__PURE__ */ p(ha, { sx: { mt: 2 } })
|
|
14832
|
-
] })), Q && Q.type === "item" && (
|
|
14832
|
+
] })), Q && Q.type === "item" && (G = Q.title, L = Q.icon ? Q.icon : kg, ie = /* @__PURE__ */ $(
|
|
14833
14833
|
Ee,
|
|
14834
14834
|
{
|
|
14835
14835
|
variant: "subtitle1",
|
|
@@ -14841,7 +14841,7 @@ const dg = xb, vN = ({ id: e, title: t, icon: n, url: r, last: o }) => /* @__PUR
|
|
|
14841
14841
|
},
|
|
14842
14842
|
children: [
|
|
14843
14843
|
o && /* @__PURE__ */ p(L, { style: k }),
|
|
14844
|
-
|
|
14844
|
+
G
|
|
14845
14845
|
]
|
|
14846
14846
|
}
|
|
14847
14847
|
), Q.breadcrumbs !== !1 && (re = /* @__PURE__ */ $(
|
|
@@ -14870,14 +14870,14 @@ const dg = xb, vN = ({ id: e, title: t, icon: n, url: r, last: o }) => /* @__PUR
|
|
|
14870
14870
|
spacing: 1,
|
|
14871
14871
|
children: [
|
|
14872
14872
|
g && !f && /* @__PURE__ */ p(ye, { item: !0, children: /* @__PURE__ */ p(Ee, { variant: "h2", children: Q.title }) }),
|
|
14873
|
-
/* @__PURE__ */ p(ye, { item: !0, children: /* @__PURE__ */ $(dg, { "aria-label": "breadcrumb", maxItems: a || 8, separator:
|
|
14873
|
+
/* @__PURE__ */ p(ye, { item: !0, children: /* @__PURE__ */ $(dg, { "aria-label": "breadcrumb", maxItems: a || 8, separator: K, children: [
|
|
14874
14874
|
e !== !1 && /* @__PURE__ */ $(Ee, { component: wn, to: "/", color: "textSecondary", variant: "h6", sx: { textDecoration: "none" }, children: [
|
|
14875
14875
|
o && /* @__PURE__ */ p(Yd, { style: k }),
|
|
14876
14876
|
r && !o && /* @__PURE__ */ p(Ud, { style: { ...k, marginRight: 0 } }),
|
|
14877
14877
|
(!r || o) && e
|
|
14878
14878
|
] }),
|
|
14879
14879
|
J,
|
|
14880
|
-
|
|
14880
|
+
ie
|
|
14881
14881
|
] }) }),
|
|
14882
14882
|
g && f && /* @__PURE__ */ p(ye, { item: !0, sx: { mt: t === !1 ? 0.25 : 1 }, children: /* @__PURE__ */ p(Ee, { variant: "h2", children: Q.title }) })
|
|
14883
14883
|
]
|
|
@@ -15522,7 +15522,7 @@ const FN = Pb, LN = ["children", "color", "component", "className", "disabled",
|
|
|
15522
15522
|
className: M.startIcon,
|
|
15523
15523
|
ownerState: k,
|
|
15524
15524
|
children: S
|
|
15525
|
-
}),
|
|
15525
|
+
}), K = I && /* @__PURE__ */ p(HN, {
|
|
15526
15526
|
className: M.endIcon,
|
|
15527
15527
|
ownerState: k,
|
|
15528
15528
|
children: I
|
|
@@ -15538,7 +15538,7 @@ const FN = Pb, LN = ["children", "color", "component", "className", "disabled",
|
|
|
15538
15538
|
type: Q
|
|
15539
15539
|
}, w, {
|
|
15540
15540
|
classes: M,
|
|
15541
|
-
children: [U, u,
|
|
15541
|
+
children: [U, u, K]
|
|
15542
15542
|
}));
|
|
15543
15543
|
});
|
|
15544
15544
|
process.env.NODE_ENV !== "production" && (Rb.propTypes = {
|
|
@@ -18090,8 +18090,8 @@ var fg = (e) => {
|
|
|
18090
18090
|
};
|
|
18091
18091
|
let g = l === window ? window.scrollY : l.scrollTop;
|
|
18092
18092
|
const f = (M) => {
|
|
18093
|
-
const { offsetTop: U, height:
|
|
18094
|
-
return M + U +
|
|
18093
|
+
const { offsetTop: U, height: K } = m, { naturalTop: H } = v, { height: J } = P;
|
|
18094
|
+
return M + U + K >= H + J + S + o;
|
|
18095
18095
|
}, C = () => {
|
|
18096
18096
|
const { height: M } = m, { height: U } = P;
|
|
18097
18097
|
return U + a + o <= M ? 3 : f(g) ? 1 : 2;
|
|
@@ -18124,18 +18124,18 @@ var fg = (e) => {
|
|
|
18124
18124
|
e.style.position = Ys, r ? e.style.bottom = `${o}px` : e.style.top = `${a}px`;
|
|
18125
18125
|
return;
|
|
18126
18126
|
}
|
|
18127
|
-
const { height:
|
|
18127
|
+
const { height: K, offsetTop: H } = m, { height: J, naturalTop: ie } = v, { height: re } = P;
|
|
18128
18128
|
if (M === 2)
|
|
18129
|
-
if (e.style.position = "relative", S = U === 0 ? Math.max(0, H + g -
|
|
18129
|
+
if (e.style.position = "relative", S = U === 0 ? Math.max(0, H + g - ie + a) : Math.max(
|
|
18130
18130
|
0,
|
|
18131
|
-
H + g +
|
|
18131
|
+
H + g + K - (ie + re + o)
|
|
18132
18132
|
), r) {
|
|
18133
|
-
const
|
|
18134
|
-
e.style.bottom = `${
|
|
18133
|
+
const G = Math.max(0, J - re - S);
|
|
18134
|
+
e.style.bottom = `${G}px`;
|
|
18135
18135
|
} else
|
|
18136
18136
|
e.style.top = `${S}px`;
|
|
18137
18137
|
else
|
|
18138
|
-
e.style.position = Ys, M === 1 ? r ? e.style.bottom = `${o}px` : e.style.top = `${
|
|
18138
|
+
e.style.position = Ys, M === 1 ? r ? e.style.bottom = `${o}px` : e.style.top = `${K - re - o}px` : r ? e.style.bottom = `${K - re - o}px` : e.style.top = `${a}px`;
|
|
18139
18139
|
};
|
|
18140
18140
|
T(Q);
|
|
18141
18141
|
const w = (M) => {
|
|
@@ -18144,12 +18144,12 @@ var fg = (e) => {
|
|
|
18144
18144
|
const U = M - g;
|
|
18145
18145
|
if (g = M, Q === 3)
|
|
18146
18146
|
return;
|
|
18147
|
-
const { offsetTop:
|
|
18147
|
+
const { offsetTop: K, height: H } = m, { naturalTop: J, height: ie } = v, { height: re } = P;
|
|
18148
18148
|
if (U > 0)
|
|
18149
18149
|
if (Q === 0) {
|
|
18150
|
-
if (M +
|
|
18151
|
-
const
|
|
18152
|
-
M +
|
|
18150
|
+
if (M + K + a > J) {
|
|
18151
|
+
const G = Math.max(0, K + g - J + a);
|
|
18152
|
+
M + K + H <= J + re + G + o ? T(
|
|
18153
18153
|
2
|
|
18154
18154
|
/* relative */
|
|
18155
18155
|
) : T(
|
|
@@ -18163,12 +18163,12 @@ var fg = (e) => {
|
|
|
18163
18163
|
/* stickyBottom */
|
|
18164
18164
|
);
|
|
18165
18165
|
else if (Q === 1) {
|
|
18166
|
-
if (
|
|
18167
|
-
const
|
|
18166
|
+
if (K + M + H < J + ie + o) {
|
|
18167
|
+
const G = Math.max(
|
|
18168
18168
|
0,
|
|
18169
|
-
|
|
18169
|
+
K + g + H - (J + re + o)
|
|
18170
18170
|
);
|
|
18171
|
-
|
|
18171
|
+
K + M + a >= J + G ? T(
|
|
18172
18172
|
2
|
|
18173
18173
|
/* relative */
|
|
18174
18174
|
) : T(
|
|
@@ -18177,7 +18177,7 @@ var fg = (e) => {
|
|
|
18177
18177
|
);
|
|
18178
18178
|
}
|
|
18179
18179
|
} else
|
|
18180
|
-
Q === 2 &&
|
|
18180
|
+
Q === 2 && K + M + a < J + S && T(
|
|
18181
18181
|
0
|
|
18182
18182
|
/* stickyTop */
|
|
18183
18183
|
);
|
|
@@ -18807,7 +18807,7 @@ function SW(e, t, n) {
|
|
|
18807
18807
|
}
|
|
18808
18808
|
var RW = SW;
|
|
18809
18809
|
const OW = /* @__PURE__ */ Uo(RW), qQ = (e) => {
|
|
18810
|
-
var
|
|
18810
|
+
var G, Y;
|
|
18811
18811
|
const {
|
|
18812
18812
|
children: t,
|
|
18813
18813
|
resource: n,
|
|
@@ -18844,11 +18844,11 @@ const OW = /* @__PURE__ */ Uo(RW), qQ = (e) => {
|
|
|
18844
18844
|
v(D), P(`${r}.${m.length}`, { defaultValue: z });
|
|
18845
18845
|
},
|
|
18846
18846
|
[v, t, P, r, m.length, f]
|
|
18847
|
-
),
|
|
18847
|
+
), K = (L) => (z) => {
|
|
18848
18848
|
U(), L && L(z);
|
|
18849
18849
|
}, H = Me(() => {
|
|
18850
18850
|
B([]), h(!1);
|
|
18851
|
-
}, [B]), J = OW(T, r),
|
|
18851
|
+
}, [B]), J = OW(T, r), ie = $e(
|
|
18852
18852
|
() => ({
|
|
18853
18853
|
total: m.length,
|
|
18854
18854
|
remove: M,
|
|
@@ -18858,13 +18858,13 @@ const OW = /* @__PURE__ */ Uo(RW), qQ = (e) => {
|
|
|
18858
18858
|
), re = S.palette.mode === "dark" ? S.palette.grey.A400 : S.palette.grey.A800;
|
|
18859
18859
|
return m ? (
|
|
18860
18860
|
// @ts-ignore
|
|
18861
|
-
/* @__PURE__ */ p(jv.Provider, { value:
|
|
18861
|
+
/* @__PURE__ */ p(jv.Provider, { value: ie, children: /* @__PURE__ */ $("div", { className: A, children: [
|
|
18862
18862
|
O.cloneElement(/* @__PURE__ */ p(JQ, {}), {
|
|
18863
18863
|
label: o,
|
|
18864
18864
|
source: r,
|
|
18865
18865
|
disableAdd: l,
|
|
18866
18866
|
template: f,
|
|
18867
|
-
onClick:
|
|
18867
|
+
onClick: K((Y = (G = e == null ? void 0 : e.addButton) == null ? void 0 : G.props) == null ? void 0 : Y.onClick)
|
|
18868
18868
|
}),
|
|
18869
18869
|
/* @__PURE__ */ p(v3, { component: xi, sx: { mt: 2, border: `1px solid ${re}` }, children: /* @__PURE__ */ $(KB, { children: [
|
|
18870
18870
|
/* @__PURE__ */ p(y3, { sx: { borderTop: 0, borderBottom: `1px solid ${re}` }, children: /* @__PURE__ */ $(zd, { children: [
|
|
@@ -18995,7 +18995,7 @@ const DW = {
|
|
|
18995
18995
|
}
|
|
18996
18996
|
}, XQ = In(void 0);
|
|
18997
18997
|
function kW(e) {
|
|
18998
|
-
var
|
|
18998
|
+
var K;
|
|
18999
18999
|
const t = Mi(), n = tv(), r = Sr(), o = Qs(r.breakpoints.down("md")), a = Qs(r.breakpoints.down("lg")), l = Qs(r.breakpoints.down("xl")), { miniDrawer: u, isHorizontalLayout: A, menuOrientation: g, drawerWidth: f } = fr(), C = A(g) && !a, { drawerOpen: h, openDrawer: m } = Pi(), I = Me(() => {
|
|
19000
19000
|
m(!h);
|
|
19001
19001
|
}, [h, m]), [B, v] = Xe(!1), [P, S] = XB(
|
|
@@ -19052,7 +19052,7 @@ function kW(e) {
|
|
|
19052
19052
|
var J;
|
|
19053
19053
|
v(!H && ((J = n == null ? void 0 : n.data) == null ? void 0 : J.needToChangePassword) === !0);
|
|
19054
19054
|
});
|
|
19055
|
-
}, [(
|
|
19055
|
+
}, [(K = n == null ? void 0 : n.data) == null ? void 0 : K.needToChangePassword, t]), /* @__PURE__ */ $(XQ.Provider, { value: T, children: [
|
|
19056
19056
|
/* @__PURE__ */ p(Mu, { open: B, maxWidth: "xs", fullWidth: !0, children: /* @__PURE__ */ p(uQ, { onSuccess: Q, firstAccess: !0 }) }),
|
|
19057
19057
|
e.children
|
|
19058
19058
|
] });
|
|
@@ -19600,11 +19600,11 @@ const s1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
19600
19600
|
timeout: T = a,
|
|
19601
19601
|
// eslint-disable-next-line react/prop-types
|
|
19602
19602
|
TransitionComponent: w = jp
|
|
19603
|
-
} = t, k = Ze(t, Fz), M = O.useRef(null), U = Un(A.ref, M, n),
|
|
19603
|
+
} = t, k = Ze(t, Fz), M = O.useRef(null), U = Un(A.ref, M, n), K = (D) => (X) => {
|
|
19604
19604
|
D && (X === void 0 ? D(M.current) : D(M.current, X));
|
|
19605
|
-
}, H =
|
|
19605
|
+
}, H = K((D, X) => {
|
|
19606
19606
|
Pc(f, D, g), uh(D), m && m(D, X);
|
|
19607
|
-
}), J =
|
|
19607
|
+
}), J = K((D, X) => {
|
|
19608
19608
|
const N = wa({
|
|
19609
19609
|
timeout: T,
|
|
19610
19610
|
style: Q,
|
|
@@ -19613,7 +19613,7 @@ const s1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
19613
19613
|
mode: "enter"
|
|
19614
19614
|
});
|
|
19615
19615
|
D.style.webkitTransition = r.transitions.create("-webkit-transform", j({}, N)), D.style.transition = r.transitions.create("transform", j({}, N)), D.style.webkitTransform = "none", D.style.transform = "none", B && B(D, X);
|
|
19616
|
-
}),
|
|
19616
|
+
}), ie = K(I), re = K(S), G = K((D) => {
|
|
19617
19617
|
const X = wa({
|
|
19618
19618
|
timeout: T,
|
|
19619
19619
|
style: Q,
|
|
@@ -19622,7 +19622,7 @@ const s1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
19622
19622
|
mode: "exit"
|
|
19623
19623
|
});
|
|
19624
19624
|
D.style.webkitTransition = r.transitions.create("-webkit-transform", X), D.style.transition = r.transitions.create("transform", X), Pc(f, D, g), v && v(D);
|
|
19625
|
-
}), Y =
|
|
19625
|
+
}), Y = K((D) => {
|
|
19626
19626
|
D.style.webkitTransition = "", D.style.transition = "", P && P(D);
|
|
19627
19627
|
}), L = (D) => {
|
|
19628
19628
|
l && l(M.current, D);
|
|
@@ -19643,9 +19643,9 @@ const s1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
19643
19643
|
}, [h, z]), /* @__PURE__ */ p(w, j({
|
|
19644
19644
|
nodeRef: M,
|
|
19645
19645
|
onEnter: H,
|
|
19646
|
-
onEntered:
|
|
19646
|
+
onEntered: ie,
|
|
19647
19647
|
onEntering: J,
|
|
19648
|
-
onExit:
|
|
19648
|
+
onExit: G,
|
|
19649
19649
|
onExited: Y,
|
|
19650
19650
|
onExiting: re,
|
|
19651
19651
|
addEndListener: L,
|
|
@@ -19991,7 +19991,7 @@ function nY(e) {
|
|
|
19991
19991
|
}, M = Do(() => {
|
|
19992
19992
|
const L = $z(t) || T().body;
|
|
19993
19993
|
o.add(w(), L), I.current && k();
|
|
19994
|
-
}), U = O.useCallback(() => o.isTopModal(w()), [o]),
|
|
19994
|
+
}), U = O.useCallback(() => o.isTopModal(w()), [o]), K = Do((L) => {
|
|
19995
19995
|
m.current = L, L && (f && U() ? k() : I.current && Os(I.current, Q));
|
|
19996
19996
|
}), H = O.useCallback(() => {
|
|
19997
19997
|
o.remove(w(), Q);
|
|
@@ -20004,7 +20004,7 @@ function nY(e) {
|
|
|
20004
20004
|
const J = (L) => (z) => {
|
|
20005
20005
|
var D;
|
|
20006
20006
|
(D = L.onKeyDown) == null || D.call(L, z), !(z.key !== "Escape" || !U()) && (n || (z.stopPropagation(), g && g(z, "escapeKeyDown")));
|
|
20007
|
-
},
|
|
20007
|
+
}, ie = (L) => (z) => {
|
|
20008
20008
|
var D;
|
|
20009
20009
|
(D = L.onClick) == null || D.call(L, z), z.target === z.currentTarget && g && g(z, "backdropClick");
|
|
20010
20010
|
};
|
|
@@ -20025,7 +20025,7 @@ function nY(e) {
|
|
|
20025
20025
|
return j({
|
|
20026
20026
|
"aria-hidden": !0
|
|
20027
20027
|
}, z, {
|
|
20028
|
-
onClick:
|
|
20028
|
+
onClick: ie(z),
|
|
20029
20029
|
open: f
|
|
20030
20030
|
});
|
|
20031
20031
|
},
|
|
@@ -20041,7 +20041,7 @@ function nY(e) {
|
|
|
20041
20041
|
};
|
|
20042
20042
|
},
|
|
20043
20043
|
rootRef: B,
|
|
20044
|
-
portalRef:
|
|
20044
|
+
portalRef: K,
|
|
20045
20045
|
isTopModal: U,
|
|
20046
20046
|
exited: v,
|
|
20047
20047
|
hasTransition: S
|
|
@@ -20119,9 +20119,9 @@ function mu(e) {
|
|
|
20119
20119
|
return;
|
|
20120
20120
|
let U = [];
|
|
20121
20121
|
if ((Q.activeElement === g.current || Q.activeElement === f.current) && (U = a(I.current)), U.length > 0) {
|
|
20122
|
-
var
|
|
20123
|
-
const J = !!((
|
|
20124
|
-
typeof
|
|
20122
|
+
var K, H;
|
|
20123
|
+
const J = !!((K = v.current) != null && K.shiftKey && ((H = v.current) == null ? void 0 : H.key) === "Tab"), ie = U[0], re = U[U.length - 1];
|
|
20124
|
+
typeof ie != "string" && typeof re != "string" && (J ? re.focus() : ie.focus());
|
|
20125
20125
|
} else
|
|
20126
20126
|
M.focus();
|
|
20127
20127
|
};
|
|
@@ -20294,13 +20294,13 @@ const uY = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
20294
20294
|
timeout: P = o,
|
|
20295
20295
|
// eslint-disable-next-line react/prop-types
|
|
20296
20296
|
TransitionComponent: S = jp
|
|
20297
|
-
} = t, Q = Ze(t, uY), T = O.useRef(null), w = Un(T, u.ref, n), k = (
|
|
20298
|
-
if (
|
|
20297
|
+
} = t, Q = Ze(t, uY), T = O.useRef(null), w = Un(T, u.ref, n), k = (G) => (Y) => {
|
|
20298
|
+
if (G) {
|
|
20299
20299
|
const L = T.current;
|
|
20300
|
-
Y === void 0 ?
|
|
20300
|
+
Y === void 0 ? G(L) : G(L, Y);
|
|
20301
20301
|
}
|
|
20302
|
-
}, M = k(h), U = k((
|
|
20303
|
-
uh(
|
|
20302
|
+
}, M = k(h), U = k((G, Y) => {
|
|
20303
|
+
uh(G);
|
|
20304
20304
|
const L = wa({
|
|
20305
20305
|
style: v,
|
|
20306
20306
|
timeout: P,
|
|
@@ -20308,8 +20308,8 @@ const uY = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
20308
20308
|
}, {
|
|
20309
20309
|
mode: "enter"
|
|
20310
20310
|
});
|
|
20311
|
-
|
|
20312
|
-
}),
|
|
20311
|
+
G.style.webkitTransition = r.transitions.create("opacity", L), G.style.transition = r.transitions.create("opacity", L), f && f(G, Y);
|
|
20312
|
+
}), K = k(C), H = k(B), J = k((G) => {
|
|
20313
20313
|
const Y = wa({
|
|
20314
20314
|
style: v,
|
|
20315
20315
|
timeout: P,
|
|
@@ -20317,28 +20317,28 @@ const uY = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "
|
|
|
20317
20317
|
}, {
|
|
20318
20318
|
mode: "exit"
|
|
20319
20319
|
});
|
|
20320
|
-
|
|
20321
|
-
}),
|
|
20320
|
+
G.style.webkitTransition = r.transitions.create("opacity", Y), G.style.transition = r.transitions.create("opacity", Y), m && m(G);
|
|
20321
|
+
}), ie = k(I);
|
|
20322
20322
|
return /* @__PURE__ */ p(S, j({
|
|
20323
20323
|
appear: l,
|
|
20324
20324
|
in: g,
|
|
20325
20325
|
nodeRef: T,
|
|
20326
20326
|
onEnter: U,
|
|
20327
|
-
onEntered:
|
|
20327
|
+
onEntered: K,
|
|
20328
20328
|
onEntering: M,
|
|
20329
20329
|
onExit: J,
|
|
20330
|
-
onExited:
|
|
20330
|
+
onExited: ie,
|
|
20331
20331
|
onExiting: H,
|
|
20332
|
-
addEndListener: (
|
|
20333
|
-
a && a(T.current,
|
|
20332
|
+
addEndListener: (G) => {
|
|
20333
|
+
a && a(T.current, G);
|
|
20334
20334
|
},
|
|
20335
20335
|
timeout: P
|
|
20336
20336
|
}, Q, {
|
|
20337
|
-
children: (
|
|
20337
|
+
children: (G, Y) => /* @__PURE__ */ O.cloneElement(u, j({
|
|
20338
20338
|
style: j({
|
|
20339
20339
|
opacity: 0,
|
|
20340
|
-
visibility:
|
|
20341
|
-
}, AY[
|
|
20340
|
+
visibility: G === "exited" && !g ? "hidden" : void 0
|
|
20341
|
+
}, AY[G], v, u.props.style),
|
|
20342
20342
|
ref: w
|
|
20343
20343
|
}, Y))
|
|
20344
20344
|
}));
|
|
@@ -20651,12 +20651,12 @@ const EY = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
20651
20651
|
disablePortal: k = !1,
|
|
20652
20652
|
disableRestoreFocus: M = !1,
|
|
20653
20653
|
disableScrollLock: U = !1,
|
|
20654
|
-
hideBackdrop:
|
|
20654
|
+
hideBackdrop: K = !1,
|
|
20655
20655
|
keepMounted: H = !1,
|
|
20656
20656
|
onBackdropClick: J,
|
|
20657
|
-
open:
|
|
20657
|
+
open: ie,
|
|
20658
20658
|
slotProps: re,
|
|
20659
|
-
slots:
|
|
20659
|
+
slots: G
|
|
20660
20660
|
// eslint-disable-next-line react/prop-types
|
|
20661
20661
|
} = g, Y = Ze(g, EY), L = j({}, g, {
|
|
20662
20662
|
closeAfterTransition: m,
|
|
@@ -20666,14 +20666,14 @@ const EY = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
20666
20666
|
disablePortal: k,
|
|
20667
20667
|
disableRestoreFocus: M,
|
|
20668
20668
|
disableScrollLock: U,
|
|
20669
|
-
hideBackdrop:
|
|
20669
|
+
hideBackdrop: K,
|
|
20670
20670
|
keepMounted: H
|
|
20671
20671
|
}), {
|
|
20672
20672
|
getRootProps: z,
|
|
20673
20673
|
getBackdropProps: D,
|
|
20674
20674
|
getTransitionProps: X,
|
|
20675
20675
|
portalRef: N,
|
|
20676
|
-
isTopModal:
|
|
20676
|
+
isTopModal: q,
|
|
20677
20677
|
exited: ue,
|
|
20678
20678
|
hasTransition: de
|
|
20679
20679
|
} = nY(j({}, L, {
|
|
@@ -20688,7 +20688,7 @@ const EY = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
20688
20688
|
} = X();
|
|
20689
20689
|
ge.onEnter = He, ge.onExited = _;
|
|
20690
20690
|
}
|
|
20691
|
-
const me = (r = (o =
|
|
20691
|
+
const me = (r = (o = G == null ? void 0 : G.root) != null ? o : P.Root) != null ? r : BY, pe = (a = (l = G == null ? void 0 : G.backdrop) != null ? l : P.Backdrop) != null ? a : f, fe = (u = re == null ? void 0 : re.root) != null ? u : S.root, Ce = (A = re == null ? void 0 : re.backdrop) != null ? A : S.backdrop, be = Fg({
|
|
20692
20692
|
elementType: me,
|
|
20693
20693
|
externalSlotProps: fe,
|
|
20694
20694
|
externalForwardedProps: Y,
|
|
@@ -20699,7 +20699,7 @@ const EY = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
20699
20699
|
},
|
|
20700
20700
|
ownerState: se,
|
|
20701
20701
|
className: Je(h, fe == null ? void 0 : fe.className, Ae == null ? void 0 : Ae.root, !se.open && se.exited && (Ae == null ? void 0 : Ae.hidden))
|
|
20702
|
-
}),
|
|
20702
|
+
}), ae = Fg({
|
|
20703
20703
|
elementType: pe,
|
|
20704
20704
|
externalSlotProps: Ce,
|
|
20705
20705
|
additionalProps: C,
|
|
@@ -20711,17 +20711,17 @@ const EY = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
20711
20711
|
className: Je(Ce == null ? void 0 : Ce.className, C == null ? void 0 : C.className, Ae == null ? void 0 : Ae.backdrop),
|
|
20712
20712
|
ownerState: se
|
|
20713
20713
|
});
|
|
20714
|
-
return !H && !
|
|
20714
|
+
return !H && !ie && (!de || ue) ? null : /* @__PURE__ */ p(Us, {
|
|
20715
20715
|
ref: N,
|
|
20716
20716
|
container: B,
|
|
20717
20717
|
disablePortal: k,
|
|
20718
20718
|
children: /* @__PURE__ */ $(me, j({}, be, {
|
|
20719
|
-
children: [!
|
|
20719
|
+
children: [!K && f ? /* @__PURE__ */ p(pe, j({}, ae)) : null, /* @__PURE__ */ p(mu, {
|
|
20720
20720
|
disableEnforceFocus: T,
|
|
20721
20721
|
disableAutoFocus: Q,
|
|
20722
20722
|
disableRestoreFocus: M,
|
|
20723
|
-
isEnabled:
|
|
20724
|
-
open:
|
|
20723
|
+
isEnabled: q,
|
|
20724
|
+
open: ie,
|
|
20725
20725
|
children: /* @__PURE__ */ O.cloneElement(I, ge)
|
|
20726
20726
|
})]
|
|
20727
20727
|
}))
|
|
@@ -21361,7 +21361,7 @@ const tU = {
|
|
|
21361
21361
|
const z = w.current;
|
|
21362
21362
|
L === void 0 ? Y(z) : Y(z, L);
|
|
21363
21363
|
}
|
|
21364
|
-
}, U = M(f),
|
|
21364
|
+
}, U = M(f), K = M((Y, L) => {
|
|
21365
21365
|
uh(Y);
|
|
21366
21366
|
const {
|
|
21367
21367
|
duration: z,
|
|
@@ -21383,7 +21383,7 @@ const tU = {
|
|
|
21383
21383
|
delay: D,
|
|
21384
21384
|
easing: X
|
|
21385
21385
|
})].join(","), A && A(Y, L);
|
|
21386
|
-
}), H = M(g), J = M(m),
|
|
21386
|
+
}), H = M(g), J = M(m), ie = M((Y) => {
|
|
21387
21387
|
const {
|
|
21388
21388
|
duration: L,
|
|
21389
21389
|
delay: z,
|
|
@@ -21404,7 +21404,7 @@ const tU = {
|
|
|
21404
21404
|
delay: mg ? z : z || X * 0.333,
|
|
21405
21405
|
easing: D
|
|
21406
21406
|
})].join(","), Y.style.opacity = 0, Y.style.transform = ff(0.75), C && C(Y);
|
|
21407
|
-
}), re = M(h),
|
|
21407
|
+
}), re = M(h), G = (Y) => {
|
|
21408
21408
|
B === "auto" && (S.current = setTimeout(Y, Q.current || 0)), r && r(w.current, Y);
|
|
21409
21409
|
};
|
|
21410
21410
|
return O.useEffect(() => () => {
|
|
@@ -21413,13 +21413,13 @@ const tU = {
|
|
|
21413
21413
|
appear: o,
|
|
21414
21414
|
in: u,
|
|
21415
21415
|
nodeRef: w,
|
|
21416
|
-
onEnter:
|
|
21416
|
+
onEnter: K,
|
|
21417
21417
|
onEntered: H,
|
|
21418
21418
|
onEntering: U,
|
|
21419
|
-
onExit:
|
|
21419
|
+
onExit: ie,
|
|
21420
21420
|
onExited: re,
|
|
21421
21421
|
onExiting: J,
|
|
21422
|
-
addEndListener:
|
|
21422
|
+
addEndListener: G,
|
|
21423
21423
|
timeout: B === "auto" ? null : B
|
|
21424
21424
|
}, P, {
|
|
21425
21425
|
children: (Y, L) => /* @__PURE__ */ O.cloneElement(a, j({
|
|
@@ -21763,11 +21763,11 @@ function P0(e) {
|
|
|
21763
21763
|
var k = hl(n), M = "clientHeight", U = "clientWidth";
|
|
21764
21764
|
if (k === Kn(n) && (k = qo(n), fo(k).position !== "static" && u === "absolute" && (M = "scrollHeight", U = "scrollWidth")), k = k, o === Tn || (o === Pn || o === dr) && a === Gs) {
|
|
21765
21765
|
T = Ar;
|
|
21766
|
-
var
|
|
21766
|
+
var K = C && k === w && w.visualViewport ? w.visualViewport.height : (
|
|
21767
21767
|
// $FlowFixMe[prop-missing]
|
|
21768
21768
|
k[M]
|
|
21769
21769
|
);
|
|
21770
|
-
B -=
|
|
21770
|
+
B -= K - r.height, B *= A ? 1 : -1;
|
|
21771
21771
|
}
|
|
21772
21772
|
if (o === Pn || (o === Tn || o === Ar) && a === Gs) {
|
|
21773
21773
|
Q = dr;
|
|
@@ -21780,14 +21780,14 @@ function P0(e) {
|
|
|
21780
21780
|
}
|
|
21781
21781
|
var J = Object.assign({
|
|
21782
21782
|
position: u
|
|
21783
|
-
}, g && bU),
|
|
21783
|
+
}, g && bU), ie = f === !0 ? QU({
|
|
21784
21784
|
x: m,
|
|
21785
21785
|
y: B
|
|
21786
21786
|
}, Kn(n)) : {
|
|
21787
21787
|
x: m,
|
|
21788
21788
|
y: B
|
|
21789
21789
|
};
|
|
21790
|
-
if (m =
|
|
21790
|
+
if (m = ie.x, B = ie.y, A) {
|
|
21791
21791
|
var re;
|
|
21792
21792
|
return Object.assign({}, J, (re = {}, re[T] = S ? "0" : "", re[Q] = P ? "0" : "", re.transform = (w.devicePixelRatio || 1) <= 1 ? "translate(" + m + "px, " + B + "px)" : "translate3d(" + m + "px, " + B + "px, 0)", re));
|
|
21793
21793
|
}
|
|
@@ -21996,17 +21996,17 @@ function Ks(e, t) {
|
|
|
21996
21996
|
element: Q,
|
|
21997
21997
|
strategy: "absolute",
|
|
21998
21998
|
placement: o
|
|
21999
|
-
}), U = hf(Object.assign({}, Q, M)),
|
|
22000
|
-
top: w.top -
|
|
22001
|
-
bottom:
|
|
22002
|
-
left: w.left -
|
|
22003
|
-
right:
|
|
21999
|
+
}), U = hf(Object.assign({}, Q, M)), K = h === Cs ? U : k, H = {
|
|
22000
|
+
top: w.top - K.top + P.top,
|
|
22001
|
+
bottom: K.bottom - w.bottom + P.bottom,
|
|
22002
|
+
left: w.left - K.left + P.left,
|
|
22003
|
+
right: K.right - w.right + P.right
|
|
22004
22004
|
}, J = e.modifiersData.offset;
|
|
22005
22005
|
if (h === Cs && J) {
|
|
22006
|
-
var
|
|
22006
|
+
var ie = J[o];
|
|
22007
22007
|
Object.keys(H).forEach(function(re) {
|
|
22008
|
-
var
|
|
22009
|
-
H[re] +=
|
|
22008
|
+
var G = [dr, Ar].indexOf(re) >= 0 ? 1 : -1, Y = [Tn, Ar].indexOf(re) >= 0 ? "y" : "x";
|
|
22009
|
+
H[re] += ie[Y] * G;
|
|
22010
22010
|
});
|
|
22011
22011
|
}
|
|
22012
22012
|
return H;
|
|
@@ -22049,26 +22049,26 @@ function jU(e) {
|
|
|
22049
22049
|
flipVariations: I,
|
|
22050
22050
|
allowedAutoPlacements: B
|
|
22051
22051
|
}) : Ae);
|
|
22052
|
-
}, []), w = t.rects.reference, k = t.rects.popper, M = /* @__PURE__ */ new Map(), U = !0,
|
|
22053
|
-
var J = T[H],
|
|
22052
|
+
}, []), w = t.rects.reference, k = t.rects.popper, M = /* @__PURE__ */ new Map(), U = !0, K = T[0], H = 0; H < T.length; H++) {
|
|
22053
|
+
var J = T[H], ie = Hr(J), re = Ra(J) === Ta, G = [Tn, Ar].indexOf(ie) >= 0, Y = G ? "width" : "height", L = Ks(t, {
|
|
22054
22054
|
placement: J,
|
|
22055
22055
|
boundary: f,
|
|
22056
22056
|
rootBoundary: C,
|
|
22057
22057
|
altBoundary: h,
|
|
22058
22058
|
padding: g
|
|
22059
|
-
}), z =
|
|
22059
|
+
}), z = G ? re ? dr : Pn : re ? Ar : Tn;
|
|
22060
22060
|
w[Y] > k[Y] && (z = Yc(z));
|
|
22061
22061
|
var D = Yc(z), X = [];
|
|
22062
|
-
if (a && X.push(L[
|
|
22062
|
+
if (a && X.push(L[ie] <= 0), u && X.push(L[z] <= 0, L[D] <= 0), X.every(function(se) {
|
|
22063
22063
|
return se;
|
|
22064
22064
|
})) {
|
|
22065
|
-
|
|
22065
|
+
K = J, U = !1;
|
|
22066
22066
|
break;
|
|
22067
22067
|
}
|
|
22068
22068
|
M.set(J, X);
|
|
22069
22069
|
}
|
|
22070
22070
|
if (U)
|
|
22071
|
-
for (var N = I ? 3 : 1,
|
|
22071
|
+
for (var N = I ? 3 : 1, q = function(Ae) {
|
|
22072
22072
|
var ge = T.find(function(me) {
|
|
22073
22073
|
var pe = M.get(me);
|
|
22074
22074
|
if (pe)
|
|
@@ -22077,13 +22077,13 @@ function jU(e) {
|
|
|
22077
22077
|
});
|
|
22078
22078
|
});
|
|
22079
22079
|
if (ge)
|
|
22080
|
-
return
|
|
22080
|
+
return K = ge, "break";
|
|
22081
22081
|
}, ue = N; ue > 0; ue--) {
|
|
22082
|
-
var de =
|
|
22082
|
+
var de = q(ue);
|
|
22083
22083
|
if (de === "break")
|
|
22084
22084
|
break;
|
|
22085
22085
|
}
|
|
22086
|
-
t.placement !==
|
|
22086
|
+
t.placement !== K && (t.modifiersData[r]._skip = !0, t.placement = K, t.reset = !0);
|
|
22087
22087
|
}
|
|
22088
22088
|
}
|
|
22089
22089
|
const VU = {
|
|
@@ -22185,31 +22185,31 @@ function JU(e) {
|
|
|
22185
22185
|
rootBoundary: g,
|
|
22186
22186
|
padding: C,
|
|
22187
22187
|
altBoundary: f
|
|
22188
|
-
}), P = Hr(t.placement), S = Ra(t.placement), Q = !S, T = mh(P), w = qU(T), k = t.modifiersData.popperOffsets, M = t.rects.reference, U = t.rects.popper,
|
|
22188
|
+
}), P = Hr(t.placement), S = Ra(t.placement), Q = !S, T = mh(P), w = qU(T), k = t.modifiersData.popperOffsets, M = t.rects.reference, U = t.rects.popper, K = typeof B == "function" ? B(Object.assign({}, t.rects, {
|
|
22189
22189
|
placement: t.placement
|
|
22190
|
-
})) : B, H = typeof
|
|
22191
|
-
mainAxis:
|
|
22192
|
-
altAxis:
|
|
22190
|
+
})) : B, H = typeof K == "number" ? {
|
|
22191
|
+
mainAxis: K,
|
|
22192
|
+
altAxis: K
|
|
22193
22193
|
} : Object.assign({
|
|
22194
22194
|
mainAxis: 0,
|
|
22195
22195
|
altAxis: 0
|
|
22196
|
-
},
|
|
22196
|
+
}, K), J = t.modifiersData.offset ? t.modifiersData.offset[t.placement] : null, ie = {
|
|
22197
22197
|
x: 0,
|
|
22198
22198
|
y: 0
|
|
22199
22199
|
};
|
|
22200
22200
|
if (k) {
|
|
22201
22201
|
if (a) {
|
|
22202
|
-
var re,
|
|
22202
|
+
var re, G = T === "y" ? Tn : Pn, Y = T === "y" ? Ar : dr, L = T === "y" ? "height" : "width", z = k[T], D = z + v[G], X = z - v[Y], N = m ? -U[L] / 2 : 0, q = S === Ta ? M[L] : U[L], ue = S === Ta ? -U[L] : -M[L], de = t.elements.arrow, se = m && de ? Ch(de) : {
|
|
22203
22203
|
width: 0,
|
|
22204
22204
|
height: 0
|
|
22205
|
-
}, Ae = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : y1(), ge = Ae[
|
|
22206
|
-
k[T] = xt,
|
|
22205
|
+
}, Ae = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : y1(), ge = Ae[G], me = Ae[Y], pe = Ms(0, M[L], se[L]), fe = Q ? M[L] / 2 - N - pe - ge - H.mainAxis : q - pe - ge - H.mainAxis, Ce = Q ? -M[L] / 2 + N + pe + me + H.mainAxis : ue + pe + me + H.mainAxis, be = t.elements.arrow && hl(t.elements.arrow), ae = be ? T === "y" ? be.clientTop || 0 : be.clientLeft || 0 : 0, He = (re = J == null ? void 0 : J[T]) != null ? re : 0, _ = z + fe - He - ae, rt = z + Ce - He, xt = Ms(m ? Bu(D, _) : D, z, m ? bi(X, rt) : X);
|
|
22206
|
+
k[T] = xt, ie[T] = xt - z;
|
|
22207
22207
|
}
|
|
22208
22208
|
if (u) {
|
|
22209
22209
|
var Ct, Rt = T === "x" ? Tn : Pn, Or = T === "x" ? Ar : dr, wt = k[w], yt = w === "y" ? "height" : "width", mt = wt + v[Rt], Ut = wt - v[Or], Gt = [Tn, Pn].indexOf(P) !== -1, Pe = (Ct = J == null ? void 0 : J[w]) != null ? Ct : 0, Ne = Gt ? mt : wt - M[yt] - U[yt] - Pe + H.altAxis, xe = Gt ? wt + M[yt] + U[yt] - Pe - H.altAxis : Ut, Ge = m && Gt ? EU(Ne, wt, xe) : Ms(m ? Ne : mt, wt, m ? xe : Ut);
|
|
22210
|
-
k[w] = Ge,
|
|
22210
|
+
k[w] = Ge, ie[w] = Ge - wt;
|
|
22211
22211
|
}
|
|
22212
|
-
t.modifiersData[r] =
|
|
22212
|
+
t.modifiersData[r] = ie;
|
|
22213
22213
|
}
|
|
22214
22214
|
}
|
|
22215
22215
|
const XU = {
|
|
@@ -22359,11 +22359,11 @@ function iG(e) {
|
|
|
22359
22359
|
f.reset = !1, T = -1;
|
|
22360
22360
|
continue;
|
|
22361
22361
|
}
|
|
22362
|
-
var w = f.orderedModifiers[T], k = w.fn, M = w.options, U = M === void 0 ? {} : M,
|
|
22362
|
+
var w = f.orderedModifiers[T], k = w.fn, M = w.options, U = M === void 0 ? {} : M, K = w.name;
|
|
22363
22363
|
typeof k == "function" && (f = k({
|
|
22364
22364
|
state: f,
|
|
22365
22365
|
options: U,
|
|
22366
|
-
name:
|
|
22366
|
+
name: K,
|
|
22367
22367
|
instance: m
|
|
22368
22368
|
}) || f);
|
|
22369
22369
|
}
|
|
@@ -22465,19 +22465,19 @@ const gG = () => gn({
|
|
|
22465
22465
|
ya(() => {
|
|
22466
22466
|
w.current = T;
|
|
22467
22467
|
}, [T]), O.useImperativeHandle(h, () => Q.current, []);
|
|
22468
|
-
const k = AG(f, l), [M, U] = O.useState(k), [
|
|
22468
|
+
const k = AG(f, l), [M, U] = O.useState(k), [K, H] = O.useState(vu(o));
|
|
22469
22469
|
O.useEffect(() => {
|
|
22470
22470
|
Q.current && Q.current.forceUpdate();
|
|
22471
22471
|
}), O.useEffect(() => {
|
|
22472
22472
|
o && H(vu(o));
|
|
22473
22473
|
}, [o]), ya(() => {
|
|
22474
|
-
if (!
|
|
22474
|
+
if (!K || !g)
|
|
22475
22475
|
return;
|
|
22476
22476
|
const Y = (D) => {
|
|
22477
22477
|
U(D.placement);
|
|
22478
22478
|
};
|
|
22479
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
22480
|
-
const D =
|
|
22479
|
+
if (process.env.NODE_ENV !== "production" && K && EA(K) && K.nodeType === 1) {
|
|
22480
|
+
const D = K.getBoundingClientRect();
|
|
22481
22481
|
process.env.NODE_ENV !== "test" && D.top === 0 && D.left === 0 && D.right === 0 && D.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
|
|
22482
22482
|
`));
|
|
22483
22483
|
}
|
|
@@ -22502,7 +22502,7 @@ const gG = () => gn({
|
|
|
22502
22502
|
}
|
|
22503
22503
|
}];
|
|
22504
22504
|
A != null && (L = L.concat(A)), C && C.modifiers != null && (L = L.concat(C.modifiers));
|
|
22505
|
-
const z = sG(
|
|
22505
|
+
const z = sG(K, P.current, j({
|
|
22506
22506
|
placement: k
|
|
22507
22507
|
}, C, {
|
|
22508
22508
|
modifiers: L
|
|
@@ -22510,12 +22510,12 @@ const gG = () => gn({
|
|
|
22510
22510
|
return w.current(z), () => {
|
|
22511
22511
|
z.destroy(), w.current(null);
|
|
22512
22512
|
};
|
|
22513
|
-
}, [
|
|
22513
|
+
}, [K, u, A, g, C, k]);
|
|
22514
22514
|
const J = {
|
|
22515
22515
|
placement: M
|
|
22516
22516
|
};
|
|
22517
22517
|
B !== null && (J.TransitionProps = B);
|
|
22518
|
-
const
|
|
22518
|
+
const ie = gG(), re = (r = I.root) != null ? r : "div", G = Kz({
|
|
22519
22519
|
elementType: re,
|
|
22520
22520
|
externalSlotProps: m.root,
|
|
22521
22521
|
externalForwardedProps: v,
|
|
@@ -22524,9 +22524,9 @@ const gG = () => gn({
|
|
|
22524
22524
|
ref: S
|
|
22525
22525
|
},
|
|
22526
22526
|
ownerState: t,
|
|
22527
|
-
className:
|
|
22527
|
+
className: ie.root
|
|
22528
22528
|
});
|
|
22529
|
-
return /* @__PURE__ */ p(re, j({},
|
|
22529
|
+
return /* @__PURE__ */ p(re, j({}, G, {
|
|
22530
22530
|
children: typeof a == "function" ? a(J) : a
|
|
22531
22531
|
}));
|
|
22532
22532
|
}), T1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
@@ -22560,7 +22560,7 @@ const gG = () => gn({
|
|
|
22560
22560
|
const H = vu(r);
|
|
22561
22561
|
M = H && EA(H) ? xr(H).body : xr(null).body;
|
|
22562
22562
|
}
|
|
22563
|
-
const U = !f && A && (!B || Q) ? "none" : void 0,
|
|
22563
|
+
const U = !f && A && (!B || Q) ? "none" : void 0, K = B ? {
|
|
22564
22564
|
in: f,
|
|
22565
22565
|
onEnter: w,
|
|
22566
22566
|
onExited: k
|
|
@@ -22589,7 +22589,7 @@ const gG = () => gn({
|
|
|
22589
22589
|
left: 0,
|
|
22590
22590
|
display: U
|
|
22591
22591
|
}, I),
|
|
22592
|
-
TransitionProps:
|
|
22592
|
+
TransitionProps: K,
|
|
22593
22593
|
children: o
|
|
22594
22594
|
}))
|
|
22595
22595
|
});
|
|
@@ -23072,19 +23072,19 @@ const R1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23072
23072
|
}), {
|
|
23073
23073
|
arrow: M = !1,
|
|
23074
23074
|
children: U,
|
|
23075
|
-
components:
|
|
23075
|
+
components: K = {},
|
|
23076
23076
|
componentsProps: H = {},
|
|
23077
23077
|
describeChild: J = !1,
|
|
23078
|
-
disableFocusListener:
|
|
23078
|
+
disableFocusListener: ie = !1,
|
|
23079
23079
|
disableHoverListener: re = !1,
|
|
23080
|
-
disableInteractive:
|
|
23080
|
+
disableInteractive: G = !1,
|
|
23081
23081
|
disableTouchListener: Y = !1,
|
|
23082
23082
|
enterDelay: L = 100,
|
|
23083
23083
|
enterNextDelay: z = 0,
|
|
23084
23084
|
enterTouchDelay: D = 700,
|
|
23085
23085
|
followCursor: X = !1,
|
|
23086
23086
|
id: N,
|
|
23087
|
-
leaveDelay:
|
|
23087
|
+
leaveDelay: q = 0,
|
|
23088
23088
|
leaveTouchDelay: ue = 1500,
|
|
23089
23089
|
onClose: de,
|
|
23090
23090
|
onOpen: se,
|
|
@@ -23095,11 +23095,11 @@ const R1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23095
23095
|
slotProps: fe = {},
|
|
23096
23096
|
slots: Ce = {},
|
|
23097
23097
|
title: be,
|
|
23098
|
-
TransitionComponent:
|
|
23098
|
+
TransitionComponent: ae = x0,
|
|
23099
23099
|
TransitionProps: He
|
|
23100
23100
|
} = k, _ = Ze(k, IG), rt = /* @__PURE__ */ O.isValidElement(U) ? U : /* @__PURE__ */ p("span", {
|
|
23101
23101
|
children: U
|
|
23102
|
-
}), xt = kt(), Ct = xt.direction === "rtl", [Rt, Or] = O.useState(), [wt, yt] = O.useState(null), mt = O.useRef(!1), Ut =
|
|
23102
|
+
}), xt = kt(), Ct = xt.direction === "rtl", [Rt, Or] = O.useState(), [wt, yt] = O.useState(null), mt = O.useRef(!1), Ut = G || X, Gt = O.useRef(), Pe = O.useRef(), Ne = O.useRef(), xe = O.useRef(), [Ge, we] = fv({
|
|
23103
23103
|
controlled: Ae,
|
|
23104
23104
|
default: !1,
|
|
23105
23105
|
name: "Tooltip",
|
|
@@ -23130,7 +23130,7 @@ const R1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23130
23130
|
(ze) => {
|
|
23131
23131
|
clearTimeout(Eg), Eg = setTimeout(() => {
|
|
23132
23132
|
Rc = !1;
|
|
23133
|
-
}, 800 +
|
|
23133
|
+
}, 800 + q), we(!1), de && Et && de(ze), clearTimeout(Gt.current), Gt.current = setTimeout(() => {
|
|
23134
23134
|
mt.current = !1;
|
|
23135
23135
|
}, xt.transitions.duration.shortest);
|
|
23136
23136
|
}
|
|
@@ -23141,7 +23141,7 @@ const R1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23141
23141
|
}, Fi = (ze) => {
|
|
23142
23142
|
clearTimeout(Pe.current), clearTimeout(Ne.current), Ne.current = setTimeout(() => {
|
|
23143
23143
|
hr(ze);
|
|
23144
|
-
},
|
|
23144
|
+
}, q);
|
|
23145
23145
|
}, {
|
|
23146
23146
|
isFocusVisibleRef: Bl,
|
|
23147
23147
|
onBlur: BA,
|
|
@@ -23196,7 +23196,7 @@ const R1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23196
23196
|
`));
|
|
23197
23197
|
}, [Rt]));
|
|
23198
23198
|
const $o = {};
|
|
23199
|
-
Y || (Bn.onTouchStart = yA, Bn.onTouchEnd = bA), re || (Bn.onMouseOver = Oc(xl, Bn.onMouseOver), Bn.onMouseLeave = Oc(Ka, Bn.onMouseLeave), Ut || ($o.onMouseOver = xl, $o.onMouseLeave = Ka)),
|
|
23199
|
+
Y || (Bn.onTouchStart = yA, Bn.onTouchEnd = bA), re || (Bn.onMouseOver = Oc(xl, Bn.onMouseOver), Bn.onMouseLeave = Oc(Ka, Bn.onMouseLeave), Ut || ($o.onMouseOver = xl, $o.onMouseLeave = Ka)), ie || (Bn.onFocus = Oc(bl, Bn.onFocus), Bn.onBlur = Oc(yl, Bn.onBlur), Ut || ($o.onFocus = bl, $o.onBlur = yl)), process.env.NODE_ENV !== "production" && rt.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${rt.props.title}\` or the Tooltip component.`].join(`
|
|
23200
23200
|
`));
|
|
23201
23201
|
const wA = O.useMemo(() => {
|
|
23202
23202
|
var ze;
|
|
@@ -23218,7 +23218,7 @@ const R1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23218
23218
|
placement: ge,
|
|
23219
23219
|
PopperComponentProp: me,
|
|
23220
23220
|
touch: mt.current
|
|
23221
|
-
}), Ja = vG(ei), wl = (r = (o = Ce.popper) != null ? o :
|
|
23221
|
+
}), Ja = vG(ei), wl = (r = (o = Ce.popper) != null ? o : K.Popper) != null ? r : yG, Tl = (a = (l = (u = Ce.transition) != null ? u : K.Transition) != null ? l : ae) != null ? a : x0, Xa = (A = (g = Ce.tooltip) != null ? g : K.Tooltip) != null ? A : bG, Pl = (f = (C = Ce.arrow) != null ? C : K.Arrow) != null ? f : QG, TA = mc(wl, j({}, pe, (h = fe.popper) != null ? h : H.popper, {
|
|
23222
23222
|
className: Je(Ja.popper, pe == null ? void 0 : pe.className, (m = (I = fe.popper) != null ? I : H.popper) == null ? void 0 : m.className)
|
|
23223
23223
|
}), ei), PA = mc(Tl, j({}, He, (B = fe.transition) != null ? B : H.transition), ei), SA = mc(Xa, j({}, (v = fe.tooltip) != null ? v : H.tooltip, {
|
|
23224
23224
|
className: Je(Ja.tooltip, (P = (S = fe.tooltip) != null ? S : H.tooltip) == null ? void 0 : P.className)
|
|
@@ -23941,28 +23941,28 @@ const Y1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23941
23941
|
O.useEffect(() => {
|
|
23942
23942
|
k.current = !0;
|
|
23943
23943
|
}, []);
|
|
23944
|
-
const M = Pq(o, l),
|
|
23944
|
+
const M = Pq(o, l), K = j({}, r, {
|
|
23945
23945
|
anchor: l,
|
|
23946
23946
|
elevation: f,
|
|
23947
23947
|
open: I,
|
|
23948
23948
|
variant: Q
|
|
23949
|
-
}, w), H = Qq(
|
|
23949
|
+
}, w), H = Qq(K), J = /* @__PURE__ */ p(wq, j({
|
|
23950
23950
|
elevation: Q === "temporary" ? f : 0,
|
|
23951
23951
|
square: !0
|
|
23952
23952
|
}, B, {
|
|
23953
23953
|
className: Je(H.paper, B.className),
|
|
23954
|
-
ownerState:
|
|
23954
|
+
ownerState: K,
|
|
23955
23955
|
children: A
|
|
23956
23956
|
}));
|
|
23957
23957
|
if (Q === "permanent")
|
|
23958
23958
|
return /* @__PURE__ */ p(H0, j({
|
|
23959
23959
|
className: Je(H.root, H.docked, g),
|
|
23960
|
-
ownerState:
|
|
23960
|
+
ownerState: K,
|
|
23961
23961
|
ref: n
|
|
23962
23962
|
}, w, {
|
|
23963
23963
|
children: J
|
|
23964
23964
|
}));
|
|
23965
|
-
const
|
|
23965
|
+
const ie = /* @__PURE__ */ p(P, j({
|
|
23966
23966
|
in: I,
|
|
23967
23967
|
direction: z1[M],
|
|
23968
23968
|
timeout: S,
|
|
@@ -23972,22 +23972,22 @@ const Y1 = /* @__PURE__ */ O.forwardRef(function(t, n) {
|
|
|
23972
23972
|
}));
|
|
23973
23973
|
return Q === "persistent" ? /* @__PURE__ */ p(H0, j({
|
|
23974
23974
|
className: Je(H.root, H.docked, g),
|
|
23975
|
-
ownerState:
|
|
23975
|
+
ownerState: K,
|
|
23976
23976
|
ref: n
|
|
23977
23977
|
}, w, {
|
|
23978
|
-
children:
|
|
23978
|
+
children: ie
|
|
23979
23979
|
})) : /* @__PURE__ */ p(xq, j({
|
|
23980
23980
|
BackdropProps: j({}, u, h, {
|
|
23981
23981
|
transitionDuration: S
|
|
23982
23982
|
}),
|
|
23983
23983
|
className: Je(H.root, H.modal, g),
|
|
23984
23984
|
open: I,
|
|
23985
|
-
ownerState:
|
|
23985
|
+
ownerState: K,
|
|
23986
23986
|
onClose: m,
|
|
23987
23987
|
hideBackdrop: C,
|
|
23988
23988
|
ref: n
|
|
23989
23989
|
}, w, T, {
|
|
23990
|
-
children:
|
|
23990
|
+
children: ie
|
|
23991
23991
|
}));
|
|
23992
23992
|
});
|
|
23993
23993
|
process.env.NODE_ENV !== "production" && (Y1.propTypes = {
|
|
@@ -24149,12 +24149,12 @@ function Fq(e) {
|
|
|
24149
24149
|
var Be = {}, mf = { exports: {} };
|
|
24150
24150
|
(function(e, t) {
|
|
24151
24151
|
(function(n, r) {
|
|
24152
|
-
var o = "1.0.36", a = "", l = "?", u = "function", A = "undefined", g = "object", f = "string", C = "major", h = "model", m = "name", I = "type", B = "vendor", v = "version", P = "architecture", S = "console", Q = "mobile", T = "tablet", w = "smarttv", k = "wearable", M = "embedded", U = 350,
|
|
24152
|
+
var o = "1.0.36", a = "", l = "?", u = "function", A = "undefined", g = "object", f = "string", C = "major", h = "model", m = "name", I = "type", B = "vendor", v = "version", P = "architecture", S = "console", Q = "mobile", T = "tablet", w = "smarttv", k = "wearable", M = "embedded", U = 350, K = "Amazon", H = "Apple", J = "ASUS", ie = "BlackBerry", re = "Browser", G = "Chrome", Y = "Edge", L = "Firefox", z = "Google", D = "Huawei", X = "LG", N = "Microsoft", q = "Motorola", ue = "Opera", de = "Samsung", se = "Sharp", Ae = "Sony", ge = "Xiaomi", me = "Zebra", pe = "Facebook", fe = "Chromium OS", Ce = "Mac OS", be = function(Pe, Ne) {
|
|
24153
24153
|
var xe = {};
|
|
24154
24154
|
for (var Ge in Pe)
|
|
24155
24155
|
Ne[Ge] && Ne[Ge].length % 2 === 0 ? xe[Ge] = Ne[Ge].concat(Pe[Ge]) : xe[Ge] = Pe[Ge];
|
|
24156
24156
|
return xe;
|
|
24157
|
-
},
|
|
24157
|
+
}, ae = function(Pe) {
|
|
24158
24158
|
for (var Ne = {}, xe = 0; xe < Pe.length; xe++)
|
|
24159
24159
|
Ne[Pe[xe].toUpperCase()] = Pe[xe];
|
|
24160
24160
|
return Ne;
|
|
@@ -24185,7 +24185,7 @@ var Be = {}, mf = { exports: {} };
|
|
|
24185
24185
|
} else if (He(Ne[xe], Pe))
|
|
24186
24186
|
return xe === l ? r : xe;
|
|
24187
24187
|
return Pe;
|
|
24188
|
-
}, Or = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, wt = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, yt = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [v, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [v, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, v], [/opios[\/ ]+([\w\.]+)/i], [v, [m, ue + " Mini"]], [/\bopr\/([\w\.]+)/i], [v, [m, ue]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, v], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [v, [m, "UC" + re]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [v, [m, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [v, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [v, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [v, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [v, [m, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + re], v], [/\bfocus\/([\w\.]+)/i], [v, [m, L + " Focus"]], [/\bopt\/([\w\.]+)/i], [v, [m, ue + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [v, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [v, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [v, [m, ue + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [v, [m, "MIUI " + re]], [/fxios\/([-\w\.]+)/i], [v, [m, L]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360 " + re]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1 " + re], v], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], v], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [m, v], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, pe], v], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, v], [/\bgsa\/([\w\.]+) .*safari\//i], [v, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [v, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [v, [m, q + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, q + " WebView"], v], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [v, [m, "Android " + re]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, v], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [v, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [v, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [v, Rt, Or]], [/(webkit|khtml)\/([\w\.]+)/i], [m, v], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], v], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [v, [m, L + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [m, v], [/(cobalt)\/([\w\.]+)/i], [m, [v, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[P, "amd64"]], [/(ia32(?=;))/i], [[P, _]], [/((?:i[346]|x)86)[;\)]/i], [[P, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[P, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[P, "armhf"]], [/windows (ce|mobile); ppc;/i], [[P, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[P, /ower/, a, _]], [/(sun4\w)[;\)]/i], [[P, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[P, _]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [h, [B, de], [I, T]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [h, [B, de], [I, Q]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [h, [B, H], [I, Q]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [h, [B, H], [I, T]], [/(macintosh);/i], [h, [B, H]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [h, [B, se], [I, Q]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [h, [B, D], [I, T]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [h, [B, D], [I, Q]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[h, /_/g, " "], [B, ge], [I, Q]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[h, /_/g, " "], [B, ge], [I, T]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [h, [B, "OPPO"], [I, Q]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [h, [B, "Vivo"], [I, Q]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [h, [B, "Realme"], [I, Q]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [h, [B, K], [I, Q]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [h, [B, K], [I, T]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [h, [B, X], [I, T]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [h, [B, X], [I, Q]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [h, [B, "Lenovo"], [I, T]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[h, /_/g, " "], [B, "Nokia"], [I, Q]], [/(pixel c)\b/i], [h, [B, z], [I, T]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [h, [B, z], [I, Q]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [h, [B, Ae], [I, Q]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[h, "Xperia Tablet"], [B, Ae], [I, T]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [h, [B, "OnePlus"], [I, Q]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [h, [B, G], [I, T]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[h, /(.+)/g, "Fire Phone $1"], [B, G], [I, Q]], [/(playbook);[-\w\),; ]+(rim)/i], [h, B, [I, T]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [h, [B, ae], [I, Q]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [h, [B, J], [I, T]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [h, [B, J], [I, Q]], [/(nexus 9)/i], [h, [B, "HTC"], [I, T]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [B, [h, /_/g, " "], [I, Q]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [h, [B, "Acer"], [I, T]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [h, [B, "Meizu"], [I, Q]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [B, h, [I, Q]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [B, h, [I, T]], [/(surface duo)/i], [h, [B, N], [I, T]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [h, [B, "Fairphone"], [I, Q]], [/(u304aa)/i], [h, [B, "AT&T"], [I, Q]], [/\bsie-(\w*)/i], [h, [B, "Siemens"], [I, Q]], [/\b(rct\w+) b/i], [h, [B, "RCA"], [I, T]], [/\b(venue[\d ]{2,7}) b/i], [h, [B, "Dell"], [I, T]], [/\b(q(?:mv|ta)\w+) b/i], [h, [B, "Verizon"], [I, T]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [h, [B, "Barnes & Noble"], [I, T]], [/\b(tm\d{3}\w+) b/i], [h, [B, "NuVision"], [I, T]], [/\b(k88) b/i], [h, [B, "ZTE"], [I, T]], [/\b(nx\d{3}j) b/i], [h, [B, "ZTE"], [I, Q]], [/\b(gen\d{3}) b.+49h/i], [h, [B, "Swiss"], [I, Q]], [/\b(zur\d{3}) b/i], [h, [B, "Swiss"], [I, T]], [/\b((zeki)?tb.*\b) b/i], [h, [B, "Zeki"], [I, T]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[B, "Dragon Touch"], h, [I, T]], [/\b(ns-?\w{0,9}) b/i], [h, [B, "Insignia"], [I, T]], [/\b((nxa|next)-?\w{0,9}) b/i], [h, [B, "NextBook"], [I, T]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[B, "Voice"], h, [I, Q]], [/\b(lvtel\-)?(v1[12]) b/i], [[B, "LvTel"], h, [I, Q]], [/\b(ph-1) /i], [h, [B, "Essential"], [I, Q]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [h, [B, "Envizen"], [I, T]], [/\b(trio[-\w\. ]+) b/i], [h, [B, "MachSpeed"], [I, T]], [/\btu_(1491) b/i], [h, [B, "Rotor"], [I, T]], [/(shield[\w ]+) b/i], [h, [B, "Nvidia"], [I, T]], [/(sprint) (\w+)/i], [B, h, [I, Q]], [/(kin\.[onetw]{3})/i], [[h, /\./g, " "], [B, N], [I, Q]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [h, [B, me], [I, T]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [h, [B, me], [I, Q]], [/smart-tv.+(samsung)/i], [B, [I, w]], [/hbbtv.+maple;(\d+)/i], [[h, /^/, "SmartTV"], [B, de], [I, w]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[B, X], [I, w]], [/(apple) ?tv/i], [B, [h, H + " TV"], [I, w]], [/crkey/i], [[h, q + "cast"], [B, z], [I, w]], [/droid.+aft(\w+)( bui|\))/i], [h, [B, G], [I, w]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [h, [B, se], [I, w]], [/(bravia[\w ]+)( bui|\))/i], [h, [B, Ae], [I, w]], [/(mitv-\w{5}) bui/i], [h, [B, ge], [I, w]], [/Hbbtv.*(technisat) (.*);/i], [B, h, [I, w]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[B, xt], [h, xt], [I, w]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[I, w]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [B, h, [I, S]], [/droid.+; (shield) bui/i], [h, [B, "Nvidia"], [I, S]], [/(playstation [345portablevi]+)/i], [h, [B, Ae], [I, S]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [h, [B, N], [I, S]], [/((pebble))app/i], [B, h, [I, k]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [h, [B, H], [I, k]], [/droid.+; (glass) \d/i], [h, [B, z], [I, k]], [/droid.+; (wt63?0{2,3})\)/i], [h, [B, me], [I, k]], [/(quest( 2| pro)?)/i], [h, [B, pe], [I, k]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [B, [I, M]], [/(aeobc)\b/i], [h, [B, G], [I, M]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [h, [I, Q]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [h, [I, T]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[I, T]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[I, Q]], [/(android[-\w\. ]{0,9});.+buil/i], [h, [B, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [v, [m, Y + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [v, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, v], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [v, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, v], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [m, [v, Rt, wt]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[m, "Windows"], [v, Rt, wt]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[v, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, Ce], [v, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [v, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, v], [/\(bb(10);/i], [v, [m, ae]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [v, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [v, [m, L + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [v, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [v, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [v, [m, q + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, fe], v], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, v], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], v], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, v]] }, mt = function(Pe, Ne) {
|
|
24188
|
+
}, Or = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, wt = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, yt = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [v, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [v, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, v], [/opios[\/ ]+([\w\.]+)/i], [v, [m, ue + " Mini"]], [/\bopr\/([\w\.]+)/i], [v, [m, ue]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, v], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [v, [m, "UC" + re]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [v, [m, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [v, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [v, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [v, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [v, [m, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + re], v], [/\bfocus\/([\w\.]+)/i], [v, [m, L + " Focus"]], [/\bopt\/([\w\.]+)/i], [v, [m, ue + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [v, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [v, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [v, [m, ue + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [v, [m, "MIUI " + re]], [/fxios\/([-\w\.]+)/i], [v, [m, L]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360 " + re]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1 " + re], v], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], v], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [m, v], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, pe], v], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, v], [/\bgsa\/([\w\.]+) .*safari\//i], [v, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [v, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [v, [m, G + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, G + " WebView"], v], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [v, [m, "Android " + re]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, v], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [v, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [v, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [v, Rt, Or]], [/(webkit|khtml)\/([\w\.]+)/i], [m, v], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], v], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [v, [m, L + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [m, v], [/(cobalt)\/([\w\.]+)/i], [m, [v, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[P, "amd64"]], [/(ia32(?=;))/i], [[P, _]], [/((?:i[346]|x)86)[;\)]/i], [[P, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[P, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[P, "armhf"]], [/windows (ce|mobile); ppc;/i], [[P, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[P, /ower/, a, _]], [/(sun4\w)[;\)]/i], [[P, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[P, _]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [h, [B, de], [I, T]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [h, [B, de], [I, Q]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [h, [B, H], [I, Q]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [h, [B, H], [I, T]], [/(macintosh);/i], [h, [B, H]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [h, [B, se], [I, Q]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [h, [B, D], [I, T]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [h, [B, D], [I, Q]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[h, /_/g, " "], [B, ge], [I, Q]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[h, /_/g, " "], [B, ge], [I, T]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [h, [B, "OPPO"], [I, Q]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [h, [B, "Vivo"], [I, Q]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [h, [B, "Realme"], [I, Q]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [h, [B, q], [I, Q]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [h, [B, q], [I, T]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [h, [B, X], [I, T]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [h, [B, X], [I, Q]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [h, [B, "Lenovo"], [I, T]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[h, /_/g, " "], [B, "Nokia"], [I, Q]], [/(pixel c)\b/i], [h, [B, z], [I, T]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [h, [B, z], [I, Q]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [h, [B, Ae], [I, Q]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[h, "Xperia Tablet"], [B, Ae], [I, T]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [h, [B, "OnePlus"], [I, Q]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [h, [B, K], [I, T]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[h, /(.+)/g, "Fire Phone $1"], [B, K], [I, Q]], [/(playbook);[-\w\),; ]+(rim)/i], [h, B, [I, T]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [h, [B, ie], [I, Q]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [h, [B, J], [I, T]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [h, [B, J], [I, Q]], [/(nexus 9)/i], [h, [B, "HTC"], [I, T]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [B, [h, /_/g, " "], [I, Q]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [h, [B, "Acer"], [I, T]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [h, [B, "Meizu"], [I, Q]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [B, h, [I, Q]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [B, h, [I, T]], [/(surface duo)/i], [h, [B, N], [I, T]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [h, [B, "Fairphone"], [I, Q]], [/(u304aa)/i], [h, [B, "AT&T"], [I, Q]], [/\bsie-(\w*)/i], [h, [B, "Siemens"], [I, Q]], [/\b(rct\w+) b/i], [h, [B, "RCA"], [I, T]], [/\b(venue[\d ]{2,7}) b/i], [h, [B, "Dell"], [I, T]], [/\b(q(?:mv|ta)\w+) b/i], [h, [B, "Verizon"], [I, T]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [h, [B, "Barnes & Noble"], [I, T]], [/\b(tm\d{3}\w+) b/i], [h, [B, "NuVision"], [I, T]], [/\b(k88) b/i], [h, [B, "ZTE"], [I, T]], [/\b(nx\d{3}j) b/i], [h, [B, "ZTE"], [I, Q]], [/\b(gen\d{3}) b.+49h/i], [h, [B, "Swiss"], [I, Q]], [/\b(zur\d{3}) b/i], [h, [B, "Swiss"], [I, T]], [/\b((zeki)?tb.*\b) b/i], [h, [B, "Zeki"], [I, T]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[B, "Dragon Touch"], h, [I, T]], [/\b(ns-?\w{0,9}) b/i], [h, [B, "Insignia"], [I, T]], [/\b((nxa|next)-?\w{0,9}) b/i], [h, [B, "NextBook"], [I, T]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[B, "Voice"], h, [I, Q]], [/\b(lvtel\-)?(v1[12]) b/i], [[B, "LvTel"], h, [I, Q]], [/\b(ph-1) /i], [h, [B, "Essential"], [I, Q]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [h, [B, "Envizen"], [I, T]], [/\b(trio[-\w\. ]+) b/i], [h, [B, "MachSpeed"], [I, T]], [/\btu_(1491) b/i], [h, [B, "Rotor"], [I, T]], [/(shield[\w ]+) b/i], [h, [B, "Nvidia"], [I, T]], [/(sprint) (\w+)/i], [B, h, [I, Q]], [/(kin\.[onetw]{3})/i], [[h, /\./g, " "], [B, N], [I, Q]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [h, [B, me], [I, T]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [h, [B, me], [I, Q]], [/smart-tv.+(samsung)/i], [B, [I, w]], [/hbbtv.+maple;(\d+)/i], [[h, /^/, "SmartTV"], [B, de], [I, w]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[B, X], [I, w]], [/(apple) ?tv/i], [B, [h, H + " TV"], [I, w]], [/crkey/i], [[h, G + "cast"], [B, z], [I, w]], [/droid.+aft(\w+)( bui|\))/i], [h, [B, K], [I, w]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [h, [B, se], [I, w]], [/(bravia[\w ]+)( bui|\))/i], [h, [B, Ae], [I, w]], [/(mitv-\w{5}) bui/i], [h, [B, ge], [I, w]], [/Hbbtv.*(technisat) (.*);/i], [B, h, [I, w]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[B, xt], [h, xt], [I, w]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[I, w]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [B, h, [I, S]], [/droid.+; (shield) bui/i], [h, [B, "Nvidia"], [I, S]], [/(playstation [345portablevi]+)/i], [h, [B, Ae], [I, S]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [h, [B, N], [I, S]], [/((pebble))app/i], [B, h, [I, k]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [h, [B, H], [I, k]], [/droid.+; (glass) \d/i], [h, [B, z], [I, k]], [/droid.+; (wt63?0{2,3})\)/i], [h, [B, me], [I, k]], [/(quest( 2| pro)?)/i], [h, [B, pe], [I, k]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [B, [I, M]], [/(aeobc)\b/i], [h, [B, K], [I, M]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [h, [I, Q]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [h, [I, T]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[I, T]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[I, Q]], [/(android[-\w\. ]{0,9});.+buil/i], [h, [B, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [v, [m, Y + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [v, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, v], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [v, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, v], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [m, [v, Rt, wt]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[m, "Windows"], [v, Rt, wt]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[v, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, Ce], [v, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [v, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, v], [/\(bb(10);/i], [v, [m, ie]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [v, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [v, [m, L + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [v, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [v, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [v, [m, G + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, fe], v], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, v], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], v], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, v]] }, mt = function(Pe, Ne) {
|
|
24189
24189
|
if (typeof Pe === g && (Ne = Pe, Pe = r), !(this instanceof mt))
|
|
24190
24190
|
return new mt(Pe, Ne).getResult();
|
|
24191
24191
|
var xe = typeof n !== A && n.navigator ? n.navigator : r, Ge = Pe || (xe && xe.userAgent ? xe.userAgent : a), we = xe && xe.userAgentData ? xe.userAgentData : r, Et = Ne ? be(yt, Ne) : yt, Ke = xe && xe.userAgent == Ge;
|
|
@@ -24212,7 +24212,7 @@ var Be = {}, mf = { exports: {} };
|
|
|
24212
24212
|
return Ge = typeof Qe === f && Qe.length > U ? xt(Qe, U) : Qe, this;
|
|
24213
24213
|
}, this.setUA(Ge), this;
|
|
24214
24214
|
};
|
|
24215
|
-
mt.VERSION = o, mt.BROWSER =
|
|
24215
|
+
mt.VERSION = o, mt.BROWSER = ae([m, v, C]), mt.CPU = ae([P]), mt.DEVICE = ae([h, B, I, S, Q, w, T, k, M]), mt.ENGINE = mt.OS = ae([m, v]), e.exports && (t = e.exports = mt), t.UAParser = mt;
|
|
24216
24216
|
var Ut = typeof n !== A && (n.jQuery || n.Zepto);
|
|
24217
24217
|
if (Ut && !Ut.ua) {
|
|
24218
24218
|
var Gt = new mt();
|
|
@@ -25022,8 +25022,8 @@ function Gc(e, t, n) {
|
|
|
25022
25022
|
return g = k, u = setTimeout(P, t), f ? m(k) : l;
|
|
25023
25023
|
}
|
|
25024
25024
|
function B(k) {
|
|
25025
|
-
var M = k - A, U = k - g,
|
|
25026
|
-
return C ? RX(
|
|
25025
|
+
var M = k - A, U = k - g, K = t - M;
|
|
25026
|
+
return C ? RX(K, a - U) : K;
|
|
25027
25027
|
}
|
|
25028
25028
|
function v(k) {
|
|
25029
25029
|
var M = k - A, U = k - g;
|
|
@@ -25803,8 +25803,8 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
25803
25803
|
I === o ? t === 1 && m(!0) : t === l && (m(!1), B(null));
|
|
25804
25804
|
}, [o, t, I, l]);
|
|
25805
25805
|
const { pathname: k } = Ma(), M = !!v, U = (X, N) => {
|
|
25806
|
-
X.forEach((
|
|
25807
|
-
|
|
25806
|
+
X.forEach((q) => {
|
|
25807
|
+
q.url === k && (m(!0), B(N));
|
|
25808
25808
|
});
|
|
25809
25809
|
};
|
|
25810
25810
|
We(() => {
|
|
@@ -25815,7 +25815,7 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
25815
25815
|
}, [k, e.children]), We(() => {
|
|
25816
25816
|
e.url === k && I !== e.id && (A([e.id]), B(e.id), P(null), m(!0));
|
|
25817
25817
|
}, [k, e, I, A]);
|
|
25818
|
-
const
|
|
25818
|
+
const K = (D = e.children) == null ? void 0 : D.map((X) => {
|
|
25819
25819
|
switch (X.type) {
|
|
25820
25820
|
case "collapse":
|
|
25821
25821
|
return /* @__PURE__ */ p(
|
|
@@ -25836,7 +25836,7 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
25836
25836
|
default:
|
|
25837
25837
|
return /* @__PURE__ */ p(Ee, { variant: "h6", color: "error", align: "center", children: "Fix - Collapse or Item" }, X.id);
|
|
25838
25838
|
}
|
|
25839
|
-
}), H = I === e.id, J = t === 1 ? /* @__PURE__ */ p(aM, { style: { fontSize: "1rem" } }) : !1,
|
|
25839
|
+
}), H = I === e.id, J = t === 1 ? /* @__PURE__ */ p(aM, { style: { fontSize: "1rem" } }) : !1, ie = e.icon, re = e.icon ? /* @__PURE__ */ p(ie, { style: { fontSize: f ? "1rem" : "1.25rem" } }) : J, G = u.palette.mode === "dark" ? "grey.400" : "text.primary", Y = u.palette.mode === "dark" && f ? u.palette.text.primary : u.palette.primary.main, L = M ? `collapse-pop-${e.id}` : void 0, z = {
|
|
25840
25840
|
display: "flex",
|
|
25841
25841
|
justifyContent: "space-between",
|
|
25842
25842
|
alignItems: "center",
|
|
@@ -25918,7 +25918,7 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
25918
25918
|
boxShadow: u.shadows[8],
|
|
25919
25919
|
backgroundImage: "none"
|
|
25920
25920
|
},
|
|
25921
|
-
children: /* @__PURE__ */ p(Ba, { onClickAway: w, children: /* @__PURE__ */ p(Fe, { children:
|
|
25921
|
+
children: /* @__PURE__ */ p(Ba, { onClickAway: w, children: /* @__PURE__ */ p(Fe, { children: K }) })
|
|
25922
25922
|
}
|
|
25923
25923
|
) })
|
|
25924
25924
|
}
|
|
@@ -25968,7 +25968,7 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
25968
25968
|
onClick: Q,
|
|
25969
25969
|
sx: {
|
|
25970
25970
|
minWidth: 28,
|
|
25971
|
-
color: I === e.id ? "primary.main" :
|
|
25971
|
+
color: I === e.id ? "primary.main" : G,
|
|
25972
25972
|
...!f && {
|
|
25973
25973
|
borderRadius: 1.5,
|
|
25974
25974
|
width: 36,
|
|
@@ -25992,7 +25992,7 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
25992
25992
|
(f || !f && t !== 1) && /* @__PURE__ */ p(
|
|
25993
25993
|
Yn,
|
|
25994
25994
|
{
|
|
25995
|
-
primary: /* @__PURE__ */ p(Ee, { variant: "h6", color: I === e.id ? "primary" :
|
|
25995
|
+
primary: /* @__PURE__ */ p(Ee, { variant: "h6", color: I === e.id ? "primary" : G, children: e.title }),
|
|
25996
25996
|
secondary: e.caption && /* @__PURE__ */ p(Ee, { variant: "caption", color: "secondary", children: e.caption })
|
|
25997
25997
|
}
|
|
25998
25998
|
),
|
|
@@ -26026,7 +26026,7 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
26026
26026
|
backgroundImage: "none",
|
|
26027
26027
|
border: `1px solid ${u.palette.divider}`
|
|
26028
26028
|
},
|
|
26029
|
-
children: /* @__PURE__ */ p(Ba, { onClickAway: w, children: /* @__PURE__ */ p(Fe, { children:
|
|
26029
|
+
children: /* @__PURE__ */ p(Ba, { onClickAway: w, children: /* @__PURE__ */ p(Fe, { children: K }) })
|
|
26030
26030
|
}
|
|
26031
26031
|
) })
|
|
26032
26032
|
}
|
|
@@ -26034,7 +26034,7 @@ const $0 = le(Du)(({ theme: e }) => ({
|
|
|
26034
26034
|
]
|
|
26035
26035
|
}
|
|
26036
26036
|
),
|
|
26037
|
-
f && /* @__PURE__ */ p(Hf, { in: h, timeout: "auto", unmountOnExit: !0, children: /* @__PURE__ */ p(Ho, { sx: { p: 0 }, children:
|
|
26037
|
+
f && /* @__PURE__ */ p(Hf, { in: h, timeout: "auto", unmountOnExit: !0, children: /* @__PURE__ */ p(Ho, { sx: { p: 0 }, children: K }) })
|
|
26038
26038
|
] }) });
|
|
26039
26039
|
};
|
|
26040
26040
|
Ls.propTypes = {
|
|
@@ -26077,13 +26077,13 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26077
26077
|
}, [e, t, h]);
|
|
26078
26078
|
const k = (D, X) => {
|
|
26079
26079
|
D.forEach((N) => {
|
|
26080
|
-
var
|
|
26081
|
-
(
|
|
26080
|
+
var q;
|
|
26081
|
+
(q = N.children) != null && q.length && k(N.children, Q.id), N.url === f && v(X);
|
|
26082
26082
|
});
|
|
26083
26083
|
}, M = (D) => {
|
|
26084
26084
|
(D.children ? D.children : []).forEach((N) => {
|
|
26085
|
-
var
|
|
26086
|
-
(
|
|
26085
|
+
var q;
|
|
26086
|
+
(q = N.children) != null && q.length && k(N.children, Q.id), N.url === f && v(Q.id);
|
|
26087
26087
|
});
|
|
26088
26088
|
};
|
|
26089
26089
|
We(() => {
|
|
@@ -26091,7 +26091,7 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26091
26091
|
}, [f, Q]);
|
|
26092
26092
|
const U = (D) => {
|
|
26093
26093
|
w || S(D == null ? void 0 : D.currentTarget);
|
|
26094
|
-
},
|
|
26094
|
+
}, K = () => {
|
|
26095
26095
|
S(null);
|
|
26096
26096
|
}, H = Q == null ? void 0 : Q.icon, J = Q != null && Q.icon ? /* @__PURE__ */ p(
|
|
26097
26097
|
H,
|
|
@@ -26102,7 +26102,7 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26102
26102
|
color: B === Q.id ? A.palette.primary.main : A.palette.secondary.dark
|
|
26103
26103
|
}
|
|
26104
26104
|
}
|
|
26105
|
-
) : null,
|
|
26105
|
+
) : null, ie = (L = e.children) == null ? void 0 : L.map((D) => {
|
|
26106
26106
|
switch (D.type) {
|
|
26107
26107
|
case "collapse":
|
|
26108
26108
|
return /* @__PURE__ */ p(
|
|
@@ -26125,13 +26125,13 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26125
26125
|
var N;
|
|
26126
26126
|
return /* @__PURE__ */ $(ho, { children: [
|
|
26127
26127
|
D.title && /* @__PURE__ */ p(Ee, { variant: "caption", sx: { pl: 2 }, children: D.title }),
|
|
26128
|
-
(N = D == null ? void 0 : D.elements) == null ? void 0 : N.map((
|
|
26129
|
-
switch (
|
|
26128
|
+
(N = D == null ? void 0 : D.elements) == null ? void 0 : N.map((q) => {
|
|
26129
|
+
switch (q.type) {
|
|
26130
26130
|
case "collapse":
|
|
26131
26131
|
return /* @__PURE__ */ p(
|
|
26132
26132
|
Ls,
|
|
26133
26133
|
{
|
|
26134
|
-
menu:
|
|
26134
|
+
menu: q,
|
|
26135
26135
|
level: 1,
|
|
26136
26136
|
parentId: Q.id,
|
|
26137
26137
|
setSelectedItems: o,
|
|
@@ -26139,16 +26139,16 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26139
26139
|
selectedLevel: u,
|
|
26140
26140
|
selectedItems: a
|
|
26141
26141
|
},
|
|
26142
|
-
|
|
26142
|
+
q.id
|
|
26143
26143
|
);
|
|
26144
26144
|
case "item":
|
|
26145
|
-
return /* @__PURE__ */ p(Fs, { item:
|
|
26145
|
+
return /* @__PURE__ */ p(Fs, { item: q, level: 1 }, q.id);
|
|
26146
26146
|
default:
|
|
26147
|
-
return /* @__PURE__ */ p(Ee, { variant: "h6", color: "error", align: "center", children: "Menu Items Error" },
|
|
26147
|
+
return /* @__PURE__ */ p(Ee, { variant: "h6", color: "error", align: "center", children: "Menu Items Error" }, q.id);
|
|
26148
26148
|
}
|
|
26149
26149
|
})
|
|
26150
26150
|
] }, X);
|
|
26151
|
-
}),
|
|
26151
|
+
}), G = (z = Q.children) == null ? void 0 : z.map((D) => {
|
|
26152
26152
|
switch (D.type) {
|
|
26153
26153
|
case "collapse":
|
|
26154
26154
|
return /* @__PURE__ */ p(
|
|
@@ -26187,7 +26187,7 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26187
26187
|
},
|
|
26188
26188
|
onMouseEnter: U,
|
|
26189
26189
|
onClick: U,
|
|
26190
|
-
onMouseLeave:
|
|
26190
|
+
onMouseLeave: K,
|
|
26191
26191
|
"aria-describedby": Y,
|
|
26192
26192
|
children: [
|
|
26193
26193
|
J && /* @__PURE__ */ p(br, { sx: { minWidth: 28 }, children: Q.id === r ? /* @__PURE__ */ p(Xc, { style: { fontSize: 20, stroke: "1.5" } }) : J }),
|
|
@@ -26225,7 +26225,7 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26225
26225
|
boxShadow: A.shadows[8],
|
|
26226
26226
|
backgroundImage: "none"
|
|
26227
26227
|
},
|
|
26228
|
-
children: /* @__PURE__ */ p(Ba, { onClickAway:
|
|
26228
|
+
children: /* @__PURE__ */ p(Ba, { onClickAway: K, children: /* @__PURE__ */ p(
|
|
26229
26229
|
Fe,
|
|
26230
26230
|
{
|
|
26231
26231
|
sx: {
|
|
@@ -26246,7 +26246,7 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26246
26246
|
borderRadius: 4
|
|
26247
26247
|
}
|
|
26248
26248
|
},
|
|
26249
|
-
children: Q.id !== r ?
|
|
26249
|
+
children: Q.id !== r ? G : re
|
|
26250
26250
|
}
|
|
26251
26251
|
) })
|
|
26252
26252
|
}
|
|
@@ -26263,7 +26263,7 @@ const YX = le(Du)(({ theme: e }) => ({
|
|
|
26263
26263
|
e.caption && /* @__PURE__ */ p(Ee, { variant: "caption", color: "secondary", children: e.caption })
|
|
26264
26264
|
] }),
|
|
26265
26265
|
sx: { mt: I && e.title ? 1.5 : 0, py: 0, zIndex: 0 },
|
|
26266
|
-
children:
|
|
26266
|
+
children: ie
|
|
26267
26267
|
}
|
|
26268
26268
|
) });
|
|
26269
26269
|
};
|
|
@@ -27051,30 +27051,30 @@ const Ei = "RaBulkActionsToolbar", yr = {
|
|
|
27051
27051
|
sx: Q,
|
|
27052
27052
|
expandSingle: T = !1,
|
|
27053
27053
|
...w
|
|
27054
|
-
} = e, { sort: k, data: M, isLoading: U, onSelect:
|
|
27054
|
+
} = e, { sort: k, data: M, isLoading: U, onSelect: K, onToggleItem: H, selectedIds: J, setSort: ie, total: re } = Jf(e), G = !!f, Y = $e(() => ({ isRowExpandable: m, expandSingle: T }), [m, T]), L = Wr(null);
|
|
27055
27055
|
We(() => {
|
|
27056
27056
|
(!J || J.length === 0) && (L.current = null);
|
|
27057
27057
|
}, [JSON.stringify(J)]);
|
|
27058
27058
|
const z = Me(
|
|
27059
27059
|
// @ts-ignore
|
|
27060
27060
|
(D, X) => {
|
|
27061
|
-
const N = M.map((ue) => ue.id),
|
|
27062
|
-
if (L.current = X.target.checked ? D : null, X.shiftKey &&
|
|
27063
|
-
const ue = N.indexOf(D), de = N.slice(Math.min(
|
|
27064
|
-
|
|
27061
|
+
const N = M.map((ue) => ue.id), q = N.indexOf(L.current);
|
|
27062
|
+
if (L.current = X.target.checked ? D : null, X.shiftKey && q !== -1) {
|
|
27063
|
+
const ue = N.indexOf(D), de = N.slice(Math.min(q, ue), Math.max(q, ue) + 1), se = X.target.checked ? qK(J, de) : cq(J, de);
|
|
27064
|
+
K(
|
|
27065
27065
|
h ? se.filter((Ae) => h(M.find((ge) => ge.id === Ae))) : se
|
|
27066
27066
|
);
|
|
27067
27067
|
} else
|
|
27068
27068
|
H(D);
|
|
27069
27069
|
},
|
|
27070
|
-
[M, h,
|
|
27070
|
+
[M, h, K, H, J]
|
|
27071
27071
|
);
|
|
27072
27072
|
return U === !0 ? /* @__PURE__ */ p(
|
|
27073
27073
|
o3,
|
|
27074
27074
|
{
|
|
27075
27075
|
className: l,
|
|
27076
27076
|
expand: A,
|
|
27077
|
-
hasBulkActions:
|
|
27077
|
+
hasBulkActions: G,
|
|
27078
27078
|
nbChildren: O.Children.count(a),
|
|
27079
27079
|
size: S
|
|
27080
27080
|
}
|
|
@@ -27091,12 +27091,12 @@ const Ei = "RaBulkActionsToolbar", yr = {
|
|
|
27091
27091
|
sort: k,
|
|
27092
27092
|
data: M,
|
|
27093
27093
|
hasExpand: !!A,
|
|
27094
|
-
hasBulkActions:
|
|
27094
|
+
hasBulkActions: G,
|
|
27095
27095
|
isRowSelectable: h,
|
|
27096
|
-
onSelect:
|
|
27096
|
+
onSelect: K,
|
|
27097
27097
|
resource: I,
|
|
27098
27098
|
selectedIds: J,
|
|
27099
|
-
setSort:
|
|
27099
|
+
setSort: ie
|
|
27100
27100
|
},
|
|
27101
27101
|
a
|
|
27102
27102
|
),
|
|
@@ -27106,7 +27106,7 @@ const Ei = "RaBulkActionsToolbar", yr = {
|
|
|
27106
27106
|
expand: A,
|
|
27107
27107
|
rowClick: B,
|
|
27108
27108
|
data: M,
|
|
27109
|
-
hasBulkActions:
|
|
27109
|
+
hasBulkActions: G,
|
|
27110
27110
|
hover: C,
|
|
27111
27111
|
onToggleItem: z,
|
|
27112
27112
|
resource: I,
|
|
@@ -31338,13 +31338,14 @@ const A$ = new NM({
|
|
|
31338
31338
|
enableNotification: P,
|
|
31339
31339
|
enableRegistration: S,
|
|
31340
31340
|
enablePasswordRecover: Q,
|
|
31341
|
-
|
|
31341
|
+
queryClient: T,
|
|
31342
|
+
...w
|
|
31342
31343
|
}) => {
|
|
31343
31344
|
s$({
|
|
31344
31345
|
apiUrl: n,
|
|
31345
31346
|
errorHandler: I,
|
|
31346
|
-
catcherFn: (
|
|
31347
|
-
const
|
|
31347
|
+
catcherFn: (K) => {
|
|
31348
|
+
const H = K == null ? void 0 : K.toString(), ie = [
|
|
31348
31349
|
// @see https://github.com/marmelab/react-admin/pull/8884
|
|
31349
31350
|
"Invalid prop `file` of type `string` supplied to `FileInputPreview`, expected `object`.",
|
|
31350
31351
|
"Failed prop type: Invalid prop `checked` of type `string` supplied to `ForwardRef(Switch)`, expected `boolean`.",
|
|
@@ -31352,27 +31353,27 @@ const A$ = new NM({
|
|
|
31352
31353
|
"validateDOMNesting(...): <form> cannot appear as a descendant of <form>.",
|
|
31353
31354
|
"Missing translation for key:",
|
|
31354
31355
|
"HttpError: "
|
|
31355
|
-
].some((
|
|
31356
|
+
].some((G) => H == null ? void 0 : H.includes(G));
|
|
31356
31357
|
return new Iw({
|
|
31357
|
-
catch:
|
|
31358
|
-
display: !
|
|
31359
|
-
log: !
|
|
31360
|
-
error:
|
|
31358
|
+
catch: ie,
|
|
31359
|
+
display: !ie,
|
|
31360
|
+
log: !ie,
|
|
31361
|
+
error: H
|
|
31361
31362
|
});
|
|
31362
31363
|
}
|
|
31363
31364
|
});
|
|
31364
|
-
const
|
|
31365
|
+
const k = $e(() => Le.isValidElement(u) ? Le.cloneElement(u, {
|
|
31365
31366
|
// @ts-ignore
|
|
31366
31367
|
name: g,
|
|
31367
31368
|
copy: f,
|
|
31368
31369
|
version: C,
|
|
31369
31370
|
enableRegistration: S,
|
|
31370
31371
|
enablePasswordRecover: Q
|
|
31371
|
-
}) : u, [u, g, C, f, S, Q]),
|
|
31372
|
-
() => (
|
|
31372
|
+
}) : u, [u, g, C, f, S, Q]), M = $e(
|
|
31373
|
+
() => (K) => /* @__PURE__ */ p(
|
|
31373
31374
|
GX,
|
|
31374
31375
|
{
|
|
31375
|
-
...
|
|
31376
|
+
...K,
|
|
31376
31377
|
name: g,
|
|
31377
31378
|
copy: f,
|
|
31378
31379
|
version: C,
|
|
@@ -31384,24 +31385,24 @@ const A$ = new NM({
|
|
|
31384
31385
|
}
|
|
31385
31386
|
),
|
|
31386
31387
|
[a, l, g, C, B, v, P]
|
|
31387
|
-
),
|
|
31388
|
+
), U = u$({
|
|
31388
31389
|
apiUrl: n,
|
|
31389
31390
|
defaultLocale: r,
|
|
31390
31391
|
allowMissing: o,
|
|
31391
31392
|
createMissing: o
|
|
31392
31393
|
});
|
|
31393
|
-
return
|
|
31394
|
+
return U === void 0 ? /* @__PURE__ */ p(An, {}) : U.error ? /* @__PURE__ */ p(zg, { initialConfig: t, children: /* @__PURE__ */ p(Dh, { themeOverrides: e, children: /* @__PURE__ */ p(LZ, {}) }) }) : /* @__PURE__ */ p(Mv, { children: /* @__PURE__ */ p(Nv, { menu: A, children: /* @__PURE__ */ p(zg, { initialConfig: t, children: /* @__PURE__ */ p(
|
|
31394
31395
|
Il,
|
|
31395
31396
|
{
|
|
31396
31397
|
theme: e,
|
|
31397
|
-
layout:
|
|
31398
|
+
layout: M,
|
|
31398
31399
|
notification: aZ,
|
|
31399
|
-
queryClient:
|
|
31400
|
+
queryClient: T,
|
|
31400
31401
|
dataProvider: h,
|
|
31401
31402
|
authProvider: m,
|
|
31402
|
-
i18nProvider:
|
|
31403
|
-
loginPage:
|
|
31404
|
-
...
|
|
31403
|
+
i18nProvider: U,
|
|
31404
|
+
loginPage: k,
|
|
31405
|
+
...w
|
|
31405
31406
|
}
|
|
31406
31407
|
) }) }) });
|
|
31407
31408
|
};
|
|
@@ -31415,7 +31416,8 @@ Bw.defaultProps = {
|
|
|
31415
31416
|
enableNotification: !1,
|
|
31416
31417
|
enableRegistration: !1,
|
|
31417
31418
|
enableForgotPassword: !1,
|
|
31418
|
-
loginPage: /* @__PURE__ */ p(Mh, { version: "0.0.0", name: "Applica", redirectTo: "/" })
|
|
31419
|
+
loginPage: /* @__PURE__ */ p(Mh, { version: "0.0.0", name: "Applica", redirectTo: "/" }),
|
|
31420
|
+
queryClient: A$
|
|
31419
31421
|
};
|
|
31420
31422
|
Bw.propTypes = {
|
|
31421
31423
|
...Il.propTypes,
|
|
@@ -31433,7 +31435,8 @@ Bw.propTypes = {
|
|
|
31433
31435
|
notification: c.string,
|
|
31434
31436
|
enableNotification: c.bool,
|
|
31435
31437
|
enableRegistration: c.bool,
|
|
31436
|
-
enableForgotPassword: c.bool
|
|
31438
|
+
enableForgotPassword: c.bool,
|
|
31439
|
+
queryClient: c.oneOfType([c.func, c.object])
|
|
31437
31440
|
};
|
|
31438
31441
|
export {
|
|
31439
31442
|
Lb as ActionsField,
|