fastapi-rtk 0.0.81 → 0.0.82
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/fastapi-rtk.es.js +587 -578
- package/dist/fastapi-rtk.umd.js +1 -1
- package/package.json +1 -1
package/dist/fastapi-rtk.es.js
CHANGED
|
@@ -2,16 +2,16 @@ var jf = Object.defineProperty;
|
|
|
2
2
|
var Rf = (e, t, r) => t in e ? jf(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var Va = (e, t, r) => Rf(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
4
|
import * as it from "react";
|
|
5
|
-
import Me, { useState as le, useRef as Pf, useCallback as
|
|
5
|
+
import Me, { useState as le, useRef as Pf, useCallback as $e, useEffect as we, useMemo as Be, useReducer as If, createContext as Zl, useContext as ei, forwardRef as Ql, createElement as Fi, memo as ti, Fragment as Df } from "react";
|
|
6
6
|
import { createSearchParams as Mf, useNavigate as Nf } from "react-router-dom";
|
|
7
7
|
import { useDidUpdate as Ff, useSetState as Lf, randomId as Cn, useHover as zf, useInViewport as Uf } from "@mantine/hooks";
|
|
8
|
-
import { PasswordInput as ec, TextInput as tc, JsonInput as Bf, InputWrapper as Vf, Group as tr, Checkbox as ri, Text as qe, MultiSelect as rc, Select as rr, useProps as
|
|
8
|
+
import { PasswordInput as ec, TextInput as tc, JsonInput as Bf, InputWrapper as Vf, Group as tr, Checkbox as ri, Text as qe, MultiSelect as rc, Select as rr, useProps as _e, Modal as wr, Box as Fe, Stack as ni, ScrollArea as sn, Button as Lt, Tooltip as ft, ActionIcon as dt, useCombobox as Hf, Pill as Ha, Combobox as pr, PillsInput as Wa, Flex as ii, Divider as po, Popover as Li, Indicator as Bo, CloseButton as Wf, Loader as nc, useStyles as Vo, Table as De, LoadingOverlay as Gf, Tabs as hr, Paper as ho, Grid as tt, Skeleton as Yf, useMantineTheme as qf, Pagination as Kf, Center as zi, NumberInput as Xf, Title as Jf, Menu as Kt, UnstyledButton as Zf } from "@mantine/core";
|
|
9
9
|
import { useForm as Ho } from "@mantine/form";
|
|
10
10
|
import { DateInput as oi, DateTimePicker as ic } from "@mantine/dates";
|
|
11
11
|
import { getAjv as Qf, rankWith as Pe, isNumberControl as oc, isIntegerControl as ac, isStringControl as sc, isBooleanControl as lc, isDateControl as cc, isDateTimeControl as uc, isEnumControl as fc, createDefaultValue as ed, Resolve as td, encode as Ga, Paths as dc, formatErrorMessage as rd, errorsAt as nd, or as id, isObjectArrayControl as od, isPrimitiveArrayControl as ad, and as Ya, uiTypeIs as Wo, schemaMatches as sd, hasType as ld, schemaSubPathMatches as cd, resolveSchema as ud, isLabelable as fd } from "@jsonforms/core";
|
|
12
12
|
import { JsonFormsDispatch as dd, useJsonForms as pc, withJsonFormsCellProps as ln, withJsonFormsControlProps as nr, withJsonFormsEnumProps as hc, withTranslateProps as mc, DispatchCell as qa, withJsonFormsArrayLayoutProps as pd, withJsonFormsMultiEnumProps as hd, withJsonFormsLabelProps as md, withJsonFormsLayoutProps as gc } from "@jsonforms/react";
|
|
13
13
|
import { withEmotionCache as gd, ThemeContext as yd } from "@emotion/react";
|
|
14
|
-
var
|
|
14
|
+
var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
15
15
|
function Pt(e) {
|
|
16
16
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
17
17
|
}
|
|
@@ -141,14 +141,14 @@ function bd() {
|
|
|
141
141
|
}
|
|
142
142
|
return null;
|
|
143
143
|
}
|
|
144
|
-
var J = Object.assign, me = 0, B, te, ie, He,
|
|
144
|
+
var J = Object.assign, me = 0, B, te, ie, He, O, k, q;
|
|
145
145
|
function F() {
|
|
146
146
|
}
|
|
147
147
|
F.__reactDisabledLog = !0;
|
|
148
148
|
function G() {
|
|
149
149
|
{
|
|
150
150
|
if (me === 0) {
|
|
151
|
-
B = console.log, te = console.info, ie = console.warn, He = console.error,
|
|
151
|
+
B = console.log, te = console.info, ie = console.warn, He = console.error, O = console.group, k = console.groupCollapsed, q = console.groupEnd;
|
|
152
152
|
var v = {
|
|
153
153
|
configurable: !0,
|
|
154
154
|
enumerable: !0,
|
|
@@ -190,7 +190,7 @@ function bd() {
|
|
|
190
190
|
value: He
|
|
191
191
|
}),
|
|
192
192
|
group: J({}, v, {
|
|
193
|
-
value:
|
|
193
|
+
value: O
|
|
194
194
|
}),
|
|
195
195
|
groupCollapsed: J({}, v, {
|
|
196
196
|
value: k
|
|
@@ -270,17 +270,17 @@ function bd() {
|
|
|
270
270
|
}
|
|
271
271
|
} catch (ge) {
|
|
272
272
|
if (ge && W && typeof ge.stack == "string") {
|
|
273
|
-
for (var
|
|
273
|
+
for (var A = ge.stack.split(`
|
|
274
274
|
`), b = W.stack.split(`
|
|
275
|
-
`), E =
|
|
275
|
+
`), E = A.length - 1, P = b.length - 1; E >= 1 && P >= 0 && A[E] !== b[P]; )
|
|
276
276
|
P--;
|
|
277
277
|
for (; E >= 1 && P >= 0; E--, P--)
|
|
278
|
-
if (
|
|
278
|
+
if (A[E] !== b[P]) {
|
|
279
279
|
if (E !== 1 || P !== 1)
|
|
280
280
|
do
|
|
281
|
-
if (E--, P--, P < 0 ||
|
|
281
|
+
if (E--, P--, P < 0 || A[E] !== b[P]) {
|
|
282
282
|
var Q = `
|
|
283
|
-
` +
|
|
283
|
+
` + A[E].replace(" at new ", " at ");
|
|
284
284
|
return v.displayName && Q.includes("<anonymous>") && (Q = Q.replace("<anonymous>", v.displayName)), typeof v == "function" && X.set(v, Q), Q;
|
|
285
285
|
}
|
|
286
286
|
while (E >= 1 && P >= 0);
|
|
@@ -290,7 +290,7 @@ function bd() {
|
|
|
290
290
|
} finally {
|
|
291
291
|
Z = !1, H.current = ue, z(), Error.prepareStackTrace = se;
|
|
292
292
|
}
|
|
293
|
-
var
|
|
293
|
+
var Se = v ? v.displayName || v.name : "", be = Se ? K(Se) : "";
|
|
294
294
|
return typeof v == "function" && X.set(v, be), be;
|
|
295
295
|
}
|
|
296
296
|
function Ie(v, S, M) {
|
|
@@ -342,17 +342,17 @@ function bd() {
|
|
|
342
342
|
var ue = Function.call.bind(Ze);
|
|
343
343
|
for (var oe in v)
|
|
344
344
|
if (ue(v, oe)) {
|
|
345
|
-
var
|
|
345
|
+
var A = void 0;
|
|
346
346
|
try {
|
|
347
347
|
if (typeof v[oe] != "function") {
|
|
348
348
|
var b = Error((W || "React class") + ": " + M + " type `" + oe + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof v[oe] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
349
349
|
throw b.name = "Invariant Violation", b;
|
|
350
350
|
}
|
|
351
|
-
|
|
351
|
+
A = v[oe](S, oe, W, M, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
352
352
|
} catch (E) {
|
|
353
|
-
|
|
353
|
+
A = E;
|
|
354
354
|
}
|
|
355
|
-
|
|
355
|
+
A && !(A instanceof Error) && (wt(se), D("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", W || "React class", M, oe, typeof A), wt(null)), A instanceof Error && !(A.message in ct) && (ct[A.message] = !0, wt(se), D("Failed %s type: %s", M, A.message), wt(null));
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
358
|
}
|
|
@@ -376,7 +376,7 @@ function bd() {
|
|
|
376
376
|
function Ct(v) {
|
|
377
377
|
return "" + v;
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function Ot(v) {
|
|
380
380
|
if (Yt(v))
|
|
381
381
|
return D("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Dr(v)), Ct(v);
|
|
382
382
|
}
|
|
@@ -432,7 +432,7 @@ function bd() {
|
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
var Fr = function(v, S, M, W, se, ue, oe) {
|
|
435
|
-
var
|
|
435
|
+
var A = {
|
|
436
436
|
// This tag allows us to uniquely identify this as a React Element
|
|
437
437
|
$$typeof: t,
|
|
438
438
|
// Built-in properties that belong on the element
|
|
@@ -443,27 +443,27 @@ function bd() {
|
|
|
443
443
|
// Record the component responsible for creating this element.
|
|
444
444
|
_owner: ue
|
|
445
445
|
};
|
|
446
|
-
return
|
|
446
|
+
return A._store = {}, Object.defineProperty(A._store, "validated", {
|
|
447
447
|
configurable: !1,
|
|
448
448
|
enumerable: !1,
|
|
449
449
|
writable: !0,
|
|
450
450
|
value: !1
|
|
451
|
-
}), Object.defineProperty(
|
|
451
|
+
}), Object.defineProperty(A, "_self", {
|
|
452
452
|
configurable: !1,
|
|
453
453
|
enumerable: !1,
|
|
454
454
|
writable: !1,
|
|
455
455
|
value: W
|
|
456
|
-
}), Object.defineProperty(
|
|
456
|
+
}), Object.defineProperty(A, "_source", {
|
|
457
457
|
configurable: !1,
|
|
458
458
|
enumerable: !1,
|
|
459
459
|
writable: !1,
|
|
460
460
|
value: se
|
|
461
|
-
}), Object.freeze && (Object.freeze(
|
|
461
|
+
}), Object.freeze && (Object.freeze(A.props), Object.freeze(A)), A;
|
|
462
462
|
};
|
|
463
463
|
function Ni(v, S, M, W, se) {
|
|
464
464
|
{
|
|
465
|
-
var ue, oe = {},
|
|
466
|
-
M !== void 0 && (
|
|
465
|
+
var ue, oe = {}, A = null, b = null;
|
|
466
|
+
M !== void 0 && (Ot(M), A = "" + M), ur(S) && (Ot(S.key), A = "" + S.key), cr(S) && (b = S.ref, mt(S, se));
|
|
467
467
|
for (ue in S)
|
|
468
468
|
Ze.call(S, ue) && !hn.hasOwnProperty(ue) && (oe[ue] = S[ue]);
|
|
469
469
|
if (v && v.defaultProps) {
|
|
@@ -471,14 +471,14 @@ function bd() {
|
|
|
471
471
|
for (ue in E)
|
|
472
472
|
oe[ue] === void 0 && (oe[ue] = E[ue]);
|
|
473
473
|
}
|
|
474
|
-
if (
|
|
474
|
+
if (A || b) {
|
|
475
475
|
var P = typeof v == "function" ? v.displayName || v.name || "Unknown" : v;
|
|
476
|
-
|
|
476
|
+
A && Mt(oe, P), b && Nr(oe, P);
|
|
477
477
|
}
|
|
478
|
-
return Fr(v,
|
|
478
|
+
return Fr(v, A, b, se, W, Dt.current, oe);
|
|
479
479
|
}
|
|
480
480
|
}
|
|
481
|
-
var
|
|
481
|
+
var At = $.ReactCurrentOwner, mn = $.ReactDebugCurrentFrame;
|
|
482
482
|
function Nt(v) {
|
|
483
483
|
if (v) {
|
|
484
484
|
var S = v._owner, M = We(v.type, v._source, S ? S.type : null);
|
|
@@ -486,15 +486,15 @@ function bd() {
|
|
|
486
486
|
} else
|
|
487
487
|
mn.setExtraStackFrame(null);
|
|
488
488
|
}
|
|
489
|
-
var
|
|
490
|
-
|
|
489
|
+
var Ce;
|
|
490
|
+
Ce = !1;
|
|
491
491
|
function xt(v) {
|
|
492
492
|
return typeof v == "object" && v !== null && v.$$typeof === t;
|
|
493
493
|
}
|
|
494
494
|
function gn() {
|
|
495
495
|
{
|
|
496
|
-
if (
|
|
497
|
-
var v = U(
|
|
496
|
+
if (At.current) {
|
|
497
|
+
var v = U(At.current.type);
|
|
498
498
|
if (v)
|
|
499
499
|
return `
|
|
500
500
|
|
|
@@ -529,7 +529,7 @@ Check the top-level render call using <` + M + ">.");
|
|
|
529
529
|
return;
|
|
530
530
|
fr[M] = !0;
|
|
531
531
|
var W = "";
|
|
532
|
-
v && v._owner && v._owner !==
|
|
532
|
+
v && v._owner && v._owner !== At.current && (W = " It was passed a child from " + U(v._owner.type) + "."), Nt(v), D('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', M, W), Nt(null);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
535
|
function bn(v, S) {
|
|
@@ -568,8 +568,8 @@ Check the top-level render call using <` + M + ">.");
|
|
|
568
568
|
if (M) {
|
|
569
569
|
var W = U(S);
|
|
570
570
|
dn(M, v.props, "prop", W, v);
|
|
571
|
-
} else if (S.PropTypes !== void 0 && !
|
|
572
|
-
|
|
571
|
+
} else if (S.PropTypes !== void 0 && !Ce) {
|
|
572
|
+
Ce = !0;
|
|
573
573
|
var se = U(S);
|
|
574
574
|
D("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", se || "Unknown");
|
|
575
575
|
}
|
|
@@ -593,12 +593,12 @@ Check the top-level render call using <` + M + ">.");
|
|
|
593
593
|
{
|
|
594
594
|
var oe = h(v);
|
|
595
595
|
if (!oe) {
|
|
596
|
-
var
|
|
597
|
-
(v === void 0 || typeof v == "object" && v !== null && Object.keys(v).length === 0) && (
|
|
596
|
+
var A = "";
|
|
597
|
+
(v === void 0 || typeof v == "object" && v !== null && Object.keys(v).length === 0) && (A += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
598
598
|
var b = yn();
|
|
599
|
-
b ?
|
|
599
|
+
b ? A += b : A += gn();
|
|
600
600
|
var E;
|
|
601
|
-
v === null ? E = "null" : Ir(v) ? E = "array" : v !== void 0 && v.$$typeof === t ? (E = "<" + (U(v.type) || "Unknown") + " />",
|
|
601
|
+
v === null ? E = "null" : Ir(v) ? E = "array" : v !== void 0 && v.$$typeof === t ? (E = "<" + (U(v.type) || "Unknown") + " />", A = " Did you accidentally export a JSX literal instead of a component?") : E = typeof v, D("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", E, A);
|
|
602
602
|
}
|
|
603
603
|
var P = Ni(v, S, M, se, ue);
|
|
604
604
|
if (P == null)
|
|
@@ -608,8 +608,8 @@ Check the top-level render call using <` + M + ">.");
|
|
|
608
608
|
if (Q !== void 0)
|
|
609
609
|
if (W)
|
|
610
610
|
if (Ir(Q)) {
|
|
611
|
-
for (var
|
|
612
|
-
bn(Q[
|
|
611
|
+
for (var Se = 0; Se < Q.length; Se++)
|
|
612
|
+
bn(Q[Se], v);
|
|
613
613
|
Object.freeze && Object.freeze(Q);
|
|
614
614
|
} else
|
|
615
615
|
D("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
@@ -684,7 +684,7 @@ function Re(...e) {
|
|
|
684
684
|
return xd(t);
|
|
685
685
|
}
|
|
686
686
|
function Go(e, { autoInvoke: t = !0, initialLoading: r = !1, clearDataOnRefetch: n = !1, ...i } = {}) {
|
|
687
|
-
const [o, a] = le(null), [s, l] = le(r), [c, f] = le(null), u = Pf(null), p =
|
|
687
|
+
const [o, a] = le(null), [s, l] = le(r), [c, f] = le(null), u = Pf(null), p = $e(() => {
|
|
688
688
|
if (e)
|
|
689
689
|
return n && a(null), f(null), u.current && u.current.abort(), u.current = new AbortController(), l(!0), fetch(e, { signal: u.current.signal, ...i }).then(async (g) => {
|
|
690
690
|
const m = await g.json();
|
|
@@ -694,11 +694,11 @@ function Go(e, { autoInvoke: t = !0, initialLoading: r = !1, clearDataOnRefetch:
|
|
|
694
694
|
}
|
|
695
695
|
return a(m), l(!1), m;
|
|
696
696
|
}).catch((g) => (g && g.name !== "AbortError" && (f(g), l(!1)), g));
|
|
697
|
-
}, [e]), y =
|
|
697
|
+
}, [e]), y = $e(() => {
|
|
698
698
|
var g;
|
|
699
699
|
u.current && ((g = u.current) == null || g.abort(""), l(!1));
|
|
700
700
|
}, []);
|
|
701
|
-
return
|
|
701
|
+
return we(() => (t && p(), () => {
|
|
702
702
|
u.current && u.current.abort("");
|
|
703
703
|
}), [p, t]), { data: o, loading: s, error: c, refetch: p, abort: y };
|
|
704
704
|
}
|
|
@@ -760,7 +760,7 @@ const Ed = async (e, t) => {
|
|
|
760
760
|
throw typeof a == "object" ? new Error(typeof a.detail == "string" ? a.detail : JSON.stringify(a, null, 2)) : new Error(a);
|
|
761
761
|
return a;
|
|
762
762
|
}, at = (e) => e && typeof e == "object" ? Array.isArray(e) ? e.join(",") : JSON.stringify(e) : e;
|
|
763
|
-
function
|
|
763
|
+
function On(e, t) {
|
|
764
764
|
const r = e || {
|
|
765
765
|
columns: [],
|
|
766
766
|
filters: [],
|
|
@@ -806,7 +806,7 @@ ir.prototype.get = function(e) {
|
|
|
806
806
|
ir.prototype.set = function(e, t) {
|
|
807
807
|
return this._size >= this._maxSize && this.clear(), e in this._values || this._size++, this._values[e] = t;
|
|
808
808
|
};
|
|
809
|
-
var
|
|
809
|
+
var Od = /[^.^\]^[]+|(?=\[\]|\.\.)/g, yc = /^\d+$/, Ad = /^\d/, $d = /[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g, kd = /^\s*(['"]?)(.*?)(\1)\s*$/, Yo = 512, Za = new ir(Yo), Qa = new ir(Yo), es = new ir(Yo), Qt = {
|
|
810
810
|
Cache: ir,
|
|
811
811
|
split: go,
|
|
812
812
|
normalizePath: Ui,
|
|
@@ -849,7 +849,7 @@ function Ui(e) {
|
|
|
849
849
|
);
|
|
850
850
|
}
|
|
851
851
|
function go(e) {
|
|
852
|
-
return e.match(
|
|
852
|
+
return e.match(Od) || [""];
|
|
853
853
|
}
|
|
854
854
|
function jd(e, t, r) {
|
|
855
855
|
var n = e.length, i, o, a, s;
|
|
@@ -860,7 +860,7 @@ function qo(e) {
|
|
|
860
860
|
return typeof e == "string" && e && ["'", '"'].indexOf(e.charAt(0)) !== -1;
|
|
861
861
|
}
|
|
862
862
|
function Rd(e) {
|
|
863
|
-
return e.match(
|
|
863
|
+
return e.match(Ad) && !e.match(yc);
|
|
864
864
|
}
|
|
865
865
|
function Pd(e) {
|
|
866
866
|
return $d.test(e);
|
|
@@ -1104,7 +1104,7 @@ class Vn {
|
|
|
1104
1104
|
return i.resolve(r);
|
|
1105
1105
|
}
|
|
1106
1106
|
}
|
|
1107
|
-
const
|
|
1107
|
+
const An = {
|
|
1108
1108
|
context: "$",
|
|
1109
1109
|
value: "."
|
|
1110
1110
|
};
|
|
@@ -1115,8 +1115,8 @@ class Bt {
|
|
|
1115
1115
|
constructor(t, r = {}) {
|
|
1116
1116
|
if (this.key = void 0, this.isContext = void 0, this.isValue = void 0, this.isSibling = void 0, this.path = void 0, this.getter = void 0, this.map = void 0, typeof t != "string") throw new TypeError("ref must be a string, got: " + t);
|
|
1117
1117
|
if (this.key = t.trim(), t === "") throw new TypeError("ref must be a non-empty string");
|
|
1118
|
-
this.isContext = this.key[0] ===
|
|
1119
|
-
let n = this.isContext ?
|
|
1118
|
+
this.isContext = this.key[0] === An.context, this.isValue = this.key[0] === An.value, this.isSibling = !this.isContext && !this.isValue;
|
|
1119
|
+
let n = this.isContext ? An.context : this.isValue ? An.value : "";
|
|
1120
1120
|
this.path = this.key.slice(n.length), this.getter = this.path && Qt.getter(this.path, !0), this.map = r.map;
|
|
1121
1121
|
}
|
|
1122
1122
|
getValue(t, r, n) {
|
|
@@ -2134,7 +2134,7 @@ class ta extends Ve {
|
|
|
2134
2134
|
}
|
|
2135
2135
|
}
|
|
2136
2136
|
Cc.prototype = ta.prototype;
|
|
2137
|
-
let
|
|
2137
|
+
let Oc = /* @__PURE__ */ new Date(""), hp = (e) => Object.prototype.toString.call(e) === "[object Date]";
|
|
2138
2138
|
function ra() {
|
|
2139
2139
|
return new Cr();
|
|
2140
2140
|
}
|
|
@@ -2191,9 +2191,9 @@ class Cr extends Ve {
|
|
|
2191
2191
|
});
|
|
2192
2192
|
}
|
|
2193
2193
|
}
|
|
2194
|
-
Cr.INVALID_DATE =
|
|
2194
|
+
Cr.INVALID_DATE = Oc;
|
|
2195
2195
|
ra.prototype = Cr.prototype;
|
|
2196
|
-
ra.INVALID_DATE =
|
|
2196
|
+
ra.INVALID_DATE = Oc;
|
|
2197
2197
|
function mp(e, t = []) {
|
|
2198
2198
|
let r = [], n = /* @__PURE__ */ new Set(), i = new Set(t.map(([a, s]) => `${a}-${s}`));
|
|
2199
2199
|
function o(a, s) {
|
|
@@ -2214,7 +2214,7 @@ function ns(e, t) {
|
|
|
2214
2214
|
return r = i, !0;
|
|
2215
2215
|
}), r;
|
|
2216
2216
|
}
|
|
2217
|
-
function
|
|
2217
|
+
function Ac(e) {
|
|
2218
2218
|
return (t, r) => ns(e, t) - ns(e, r);
|
|
2219
2219
|
}
|
|
2220
2220
|
const $c = (e, t, r) => {
|
|
@@ -2253,7 +2253,7 @@ function yp(e, t) {
|
|
|
2253
2253
|
let r = Object.keys(e.fields);
|
|
2254
2254
|
return Object.keys(t).filter((n) => r.indexOf(n) === -1);
|
|
2255
2255
|
}
|
|
2256
|
-
const vp =
|
|
2256
|
+
const vp = Ac([]);
|
|
2257
2257
|
function tn(e) {
|
|
2258
2258
|
return new na(e);
|
|
2259
2259
|
}
|
|
@@ -2369,7 +2369,7 @@ class na extends Ve {
|
|
|
2369
2369
|
}
|
|
2370
2370
|
setFields(t, r) {
|
|
2371
2371
|
let n = this.clone();
|
|
2372
|
-
return n.fields = t, n._nodes = mp(t, r), n._sortErrors =
|
|
2372
|
+
return n.fields = t, n._nodes = mp(t, r), n._sortErrors = Ac(Object.keys(t)), r && (n._excludedEdges = r), n;
|
|
2373
2373
|
}
|
|
2374
2374
|
shape(t, r = []) {
|
|
2375
2375
|
return this.clone().withMutation((n) => {
|
|
@@ -2868,12 +2868,12 @@ function Ep(e, t) {
|
|
|
2868
2868
|
}
|
|
2869
2869
|
function Sp(e) {
|
|
2870
2870
|
const [t, r] = If(Ep, jc), { user: n, refetch: i, loading: o } = _d({ path: e });
|
|
2871
|
-
|
|
2871
|
+
we(() => {
|
|
2872
2872
|
r({ type: "setLoading", payload: o });
|
|
2873
|
-
}, [o]),
|
|
2873
|
+
}, [o]), we(() => {
|
|
2874
2874
|
r({ type: "setUser", payload: n });
|
|
2875
2875
|
}, [n]);
|
|
2876
|
-
const a =
|
|
2876
|
+
const a = $e(
|
|
2877
2877
|
async ({ username: u, password: p }) => {
|
|
2878
2878
|
r({ type: "initCall" });
|
|
2879
2879
|
try {
|
|
@@ -2895,7 +2895,7 @@ function Sp(e) {
|
|
|
2895
2895
|
}
|
|
2896
2896
|
},
|
|
2897
2897
|
[e, i]
|
|
2898
|
-
), s =
|
|
2898
|
+
), s = $e(async () => {
|
|
2899
2899
|
r({ type: "initCall" });
|
|
2900
2900
|
try {
|
|
2901
2901
|
const { fetchPath: u, options: p } = Ye({ path: Re(e, "auth/logout"), method: "POST" });
|
|
@@ -2905,7 +2905,7 @@ function Sp(e) {
|
|
|
2905
2905
|
} finally {
|
|
2906
2906
|
r({ type: "setLoading", payload: !1 });
|
|
2907
2907
|
}
|
|
2908
|
-
}, [e]), l =
|
|
2908
|
+
}, [e]), l = $e(
|
|
2909
2909
|
async (u) => {
|
|
2910
2910
|
r({ type: "initCall" });
|
|
2911
2911
|
try {
|
|
@@ -2920,7 +2920,7 @@ function Sp(e) {
|
|
|
2920
2920
|
}
|
|
2921
2921
|
},
|
|
2922
2922
|
[e, i]
|
|
2923
|
-
), c =
|
|
2923
|
+
), c = $e(
|
|
2924
2924
|
async (u) => {
|
|
2925
2925
|
if (!n.email)
|
|
2926
2926
|
return r({ type: "setError", payload: "No email found" });
|
|
@@ -2949,7 +2949,7 @@ function Sp(e) {
|
|
|
2949
2949
|
}
|
|
2950
2950
|
},
|
|
2951
2951
|
[e, i, n == null ? void 0 : n.email]
|
|
2952
|
-
), f =
|
|
2952
|
+
), f = $e(
|
|
2953
2953
|
(u, p) => {
|
|
2954
2954
|
const y = Re(e, "auth/login", u);
|
|
2955
2955
|
if (p) {
|
|
@@ -2980,7 +2980,7 @@ function Sp(e) {
|
|
|
2980
2980
|
}
|
|
2981
2981
|
function wp(e, t) {
|
|
2982
2982
|
const { user: r } = t, [n, i] = le(null), [o, a] = le(!0), [s, l] = le({ error: "401 Not authorized", message: "User is not logged in." });
|
|
2983
|
-
|
|
2983
|
+
we(() => {
|
|
2984
2984
|
r && c(e);
|
|
2985
2985
|
}, [r]);
|
|
2986
2986
|
const c = async (f) => {
|
|
@@ -3033,14 +3033,14 @@ const la = Zl({
|
|
|
3033
3033
|
function Cp() {
|
|
3034
3034
|
return ei(la).auth;
|
|
3035
3035
|
}
|
|
3036
|
-
function
|
|
3036
|
+
function Op() {
|
|
3037
3037
|
return ei(la).info;
|
|
3038
3038
|
}
|
|
3039
3039
|
function f2(e) {
|
|
3040
3040
|
const t = { baseUrl: new URL(document.baseURI).pathname + "/api/v1", inheritMantineTheme: !1 }, { baseUrl: r, children: n } = { ...t, ...e }, i = Sp(r), o = { baseUrl: r, ...wp(r, i) };
|
|
3041
3041
|
return /* @__PURE__ */ d.jsx(la.Provider, { value: { auth: i, info: o }, children: n });
|
|
3042
3042
|
}
|
|
3043
|
-
const
|
|
3043
|
+
const Ap = async (e, t, r) => {
|
|
3044
3044
|
const { fetchPath: n, options: i } = Ye({ path: Re(t, "/download"), method: "POST" }), o = await fetch(n, { ...i, body: JSON.stringify(r) });
|
|
3045
3045
|
let a = null;
|
|
3046
3046
|
const s = o.headers.get("content-type");
|
|
@@ -3060,7 +3060,7 @@ function $p({
|
|
|
3060
3060
|
streaming: s = !1
|
|
3061
3061
|
}) {
|
|
3062
3062
|
const [l, c] = le(
|
|
3063
|
-
t ?
|
|
3063
|
+
t ? On(null, t) : null
|
|
3064
3064
|
), f = Be(
|
|
3065
3065
|
() => r ? {
|
|
3066
3066
|
...l,
|
|
@@ -3070,11 +3070,11 @@ function $p({
|
|
|
3070
3070
|
]
|
|
3071
3071
|
} : l,
|
|
3072
3072
|
[r, l]
|
|
3073
|
-
), u =
|
|
3073
|
+
), u = $e(
|
|
3074
3074
|
(B) => c((te) => {
|
|
3075
3075
|
if (!te)
|
|
3076
|
-
return
|
|
3077
|
-
const ie =
|
|
3076
|
+
return On(null, B);
|
|
3077
|
+
const ie = On({ ...te }, B);
|
|
3078
3078
|
if (s) {
|
|
3079
3079
|
if (B.page && B.page !== te.page && !B.streaming)
|
|
3080
3080
|
throw new Error("You cannot change page in streaming mode, use streaming.fetch() instead");
|
|
@@ -3085,7 +3085,7 @@ function $p({
|
|
|
3085
3085
|
return ie;
|
|
3086
3086
|
}),
|
|
3087
3087
|
[s]
|
|
3088
|
-
), [p, y] = le(null), g = Be(() => p, [p]), m =
|
|
3088
|
+
), [p, y] = le(null), g = Be(() => p, [p]), m = $e(() => y(null), []), {
|
|
3089
3089
|
info: x,
|
|
3090
3090
|
loading: $,
|
|
3091
3091
|
refetch: D,
|
|
@@ -3101,9 +3101,9 @@ function $p({
|
|
|
3101
3101
|
autoInvoke: !1,
|
|
3102
3102
|
clearDataOnRefetch: o
|
|
3103
3103
|
});
|
|
3104
|
-
|
|
3104
|
+
we(() => {
|
|
3105
3105
|
f && R();
|
|
3106
|
-
}, [R, f]),
|
|
3106
|
+
}, [R, f]), we(() => {
|
|
3107
3107
|
if (j) {
|
|
3108
3108
|
y({ message: "Couldn't fetch info", originalError: j });
|
|
3109
3109
|
return;
|
|
@@ -3116,9 +3116,9 @@ function $p({
|
|
|
3116
3116
|
}, [j, V, m]);
|
|
3117
3117
|
const ae = Be(() => $ || _, [$, _]);
|
|
3118
3118
|
Ff(() => {
|
|
3119
|
-
a && u(
|
|
3119
|
+
a && u(On(null, t || {}));
|
|
3120
3120
|
}, [e]);
|
|
3121
|
-
const ee =
|
|
3121
|
+
const ee = $e(
|
|
3122
3122
|
async (B) => {
|
|
3123
3123
|
try {
|
|
3124
3124
|
const te = await wd(e, at(B));
|
|
@@ -3128,7 +3128,7 @@ function $p({
|
|
|
3128
3128
|
}
|
|
3129
3129
|
},
|
|
3130
3130
|
[e, m]
|
|
3131
|
-
), h =
|
|
3131
|
+
), h = $e(
|
|
3132
3132
|
async (B, te) => {
|
|
3133
3133
|
try {
|
|
3134
3134
|
const ie = await Ed(e, B);
|
|
@@ -3138,7 +3138,7 @@ function $p({
|
|
|
3138
3138
|
}
|
|
3139
3139
|
},
|
|
3140
3140
|
[R, D, e, m]
|
|
3141
|
-
), w =
|
|
3141
|
+
), w = $e(
|
|
3142
3142
|
async (B, te, ie) => {
|
|
3143
3143
|
try {
|
|
3144
3144
|
const He = await Cd(e, at(B), te);
|
|
@@ -3148,7 +3148,7 @@ function $p({
|
|
|
3148
3148
|
}
|
|
3149
3149
|
},
|
|
3150
3150
|
[R, D, e, m]
|
|
3151
|
-
), L =
|
|
3151
|
+
), L = $e(
|
|
3152
3152
|
async (B, te) => {
|
|
3153
3153
|
try {
|
|
3154
3154
|
const ie = await Sd(e, at(B));
|
|
@@ -3158,10 +3158,10 @@ function $p({
|
|
|
3158
3158
|
}
|
|
3159
3159
|
},
|
|
3160
3160
|
[R, D, e, m]
|
|
3161
|
-
), U =
|
|
3161
|
+
), U = $e(
|
|
3162
3162
|
async (B) => {
|
|
3163
3163
|
try {
|
|
3164
|
-
await
|
|
3164
|
+
await Ap(B, e, f);
|
|
3165
3165
|
} catch (te) {
|
|
3166
3166
|
y({ message: "Couldn't download", originalError: te });
|
|
3167
3167
|
}
|
|
@@ -3174,11 +3174,11 @@ function $p({
|
|
|
3174
3174
|
throw new Error("Streaming mode not enabled, enable it by adding `streaming` prop to ApiProvider");
|
|
3175
3175
|
}
|
|
3176
3176
|
});
|
|
3177
|
-
return
|
|
3177
|
+
return we(() => {
|
|
3178
3178
|
s && me({
|
|
3179
3179
|
fetch: () => u({ page: 0, streaming: !0 })
|
|
3180
3180
|
});
|
|
3181
|
-
}, [u, me, s]),
|
|
3181
|
+
}, [u, me, s]), we(() => {
|
|
3182
3182
|
s && C && me((B) => {
|
|
3183
3183
|
let te = Object.keys(B.data).length;
|
|
3184
3184
|
const ie = { isEnd: !1 };
|
|
@@ -3214,7 +3214,7 @@ const kp = async (e, t, r) => {
|
|
|
3214
3214
|
throw typeof a == "object" ? new Error(typeof a.detail == "string" ? a.detail : JSON.stringify(a, null, 2)) : new Error(a);
|
|
3215
3215
|
return a;
|
|
3216
3216
|
}, jp = ({ Api: e }) => {
|
|
3217
|
-
const [t, r] = le([]), [n, i] = le(null), o =
|
|
3217
|
+
const [t, r] = le([]), [n, i] = le(null), o = $e(
|
|
3218
3218
|
async (s, l) => {
|
|
3219
3219
|
try {
|
|
3220
3220
|
i(null);
|
|
@@ -3298,7 +3298,7 @@ function Rp({
|
|
|
3298
3298
|
children: s,
|
|
3299
3299
|
streaming: l
|
|
3300
3300
|
}) {
|
|
3301
|
-
const { baseUrl: c } =
|
|
3301
|
+
const { baseUrl: c } = Op(), f = $p({
|
|
3302
3302
|
path: Re(c, e),
|
|
3303
3303
|
initialQueryParams: t,
|
|
3304
3304
|
relation: r,
|
|
@@ -3366,7 +3366,7 @@ function Rc({ form: e, name: t, filter: r, ...n }) {
|
|
|
3366
3366
|
() => a ? typeof a == "object" ? JSON.stringify(a, null, 2) : a : "",
|
|
3367
3367
|
[a]
|
|
3368
3368
|
);
|
|
3369
|
-
return
|
|
3369
|
+
return we(() => {
|
|
3370
3370
|
o(s);
|
|
3371
3371
|
}, [s]), r ? /* @__PURE__ */ d.jsx(Yn, { form: e, name: t, ...n }) : /* @__PURE__ */ d.jsx(
|
|
3372
3372
|
Bf,
|
|
@@ -3486,13 +3486,13 @@ function Fp({ opened: e, onClose: t, ...r }) {
|
|
|
3486
3486
|
modal: {},
|
|
3487
3487
|
stack: {},
|
|
3488
3488
|
addButton: {}
|
|
3489
|
-
}, { addButton: a, modal: s, stack: l } =
|
|
3489
|
+
}, { addButton: a, modal: s, stack: l } = _e("AddDialog", o, r), c = Ho({
|
|
3490
3490
|
initialValues: n.add.defaultValues,
|
|
3491
3491
|
validate: ua(n.add.schema)
|
|
3492
3492
|
}), f = async (u) => {
|
|
3493
3493
|
await i(u), c.reset(), t();
|
|
3494
3494
|
};
|
|
3495
|
-
return
|
|
3495
|
+
return we(() => {
|
|
3496
3496
|
c.setInitialValues(n.add.defaultValues), c.reset();
|
|
3497
3497
|
}, [n.add.defaultValues]), /* @__PURE__ */ d.jsx(
|
|
3498
3498
|
wr,
|
|
@@ -3685,7 +3685,7 @@ var Pc = Xe("outline", "trash", "IconTrash", [["path", { d: "M4 7l16 0", key: "s
|
|
|
3685
3685
|
*/
|
|
3686
3686
|
var qp = Xe("outline", "users", "IconUsers", [["path", { d: "M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0", key: "svg-0" }], ["path", { d: "M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2", key: "svg-1" }], ["path", { d: "M16 3.13a4 4 0 0 1 0 7.75", key: "svg-2" }], ["path", { d: "M21 21v-2a4 4 0 0 0 -3 -3.85", key: "svg-3" }]]);
|
|
3687
3687
|
function Kp(...e) {
|
|
3688
|
-
const [t, r] = le(!1), i =
|
|
3688
|
+
const [t, r] = le(!1), i = _e("ActionIcon", {
|
|
3689
3689
|
bg: "transparent",
|
|
3690
3690
|
size: "sm",
|
|
3691
3691
|
c: "gray"
|
|
@@ -3745,7 +3745,7 @@ function Zp({ form: e, name: t, ...r }) {
|
|
|
3745
3745
|
}), [i, o] = le([]), [a, s] = le(""), l = (u) => {
|
|
3746
3746
|
a !== "" && (i.includes(a) || o((p) => [...p, a]), s(""));
|
|
3747
3747
|
}, c = (u) => o((p) => p.filter((y) => y !== u)), f = i.map((u) => /* @__PURE__ */ d.jsx(Ha, { withRemoveButton: !0, onRemove: () => c(u), children: u }, u));
|
|
3748
|
-
return
|
|
3748
|
+
return we(() => {
|
|
3749
3749
|
const u = e.getInputProps(t).value;
|
|
3750
3750
|
if (u)
|
|
3751
3751
|
try {
|
|
@@ -3753,7 +3753,7 @@ function Zp({ form: e, name: t, ...r }) {
|
|
|
3753
3753
|
} catch (p) {
|
|
3754
3754
|
console.error("Error parsing JSON:", p);
|
|
3755
3755
|
}
|
|
3756
|
-
}, []),
|
|
3756
|
+
}, []), we(() => {
|
|
3757
3757
|
e.getInputProps(t).onChange(i);
|
|
3758
3758
|
}, [i]), /* @__PURE__ */ d.jsxs(pr, { store: n, onOptionSubmit: l, children: [
|
|
3759
3759
|
/* @__PURE__ */ d.jsx(pr.DropdownTarget, { children: /* @__PURE__ */ d.jsx(Wa, { onClick: () => n.openDropdown(), children: /* @__PURE__ */ d.jsxs(Ha.Group, { children: [
|
|
@@ -3799,14 +3799,14 @@ function Qp({ onClose: e, ...t }) {
|
|
|
3799
3799
|
)
|
|
3800
3800
|
})
|
|
3801
3801
|
)
|
|
3802
|
-
}), l =
|
|
3802
|
+
}), l = _e("ActionIcon", {
|
|
3803
3803
|
bg: "transparent",
|
|
3804
3804
|
size: "sm",
|
|
3805
3805
|
c: "gray"
|
|
3806
3806
|
}, t);
|
|
3807
|
-
|
|
3807
|
+
we(() => {
|
|
3808
3808
|
a.setValues({ filters: [] }), a.reset();
|
|
3809
|
-
}, [o]),
|
|
3809
|
+
}, [o]), we(() => {
|
|
3810
3810
|
if (n.filters && n.filters.length) {
|
|
3811
3811
|
const u = n.filters.map((p) => ({
|
|
3812
3812
|
...p,
|
|
@@ -3890,7 +3890,7 @@ function Qp({ onClose: e, ...t }) {
|
|
|
3890
3890
|
] });
|
|
3891
3891
|
}
|
|
3892
3892
|
function eh(...e) {
|
|
3893
|
-
const { queryParams: t } = ze(), n =
|
|
3893
|
+
const { queryParams: t } = ze(), n = _e("ActionIcon", {
|
|
3894
3894
|
bg: "transparent",
|
|
3895
3895
|
size: "sm",
|
|
3896
3896
|
c: "gray"
|
|
@@ -3911,7 +3911,7 @@ function eh(...e) {
|
|
|
3911
3911
|
] });
|
|
3912
3912
|
}
|
|
3913
3913
|
function th(...e) {
|
|
3914
|
-
const [t, r] = le(!1), { download: n } = ze(), o =
|
|
3914
|
+
const [t, r] = le(!1), { download: n } = ze(), o = _e("ActionIcon", {
|
|
3915
3915
|
bg: "transparent",
|
|
3916
3916
|
size: "sm",
|
|
3917
3917
|
c: "gray"
|
|
@@ -3972,7 +3972,7 @@ function Vi({
|
|
|
3972
3972
|
classNames: a,
|
|
3973
3973
|
styles: s,
|
|
3974
3974
|
props: c
|
|
3975
|
-
}), m =
|
|
3975
|
+
}), m = _e("FieldTitle", y, c), { hovered: x, ref: $ } = zf(), D = r && f.order_column === r, j = g("wrapper");
|
|
3976
3976
|
return j.style.cursor = r ? j.style.cursor : "auto", /* @__PURE__ */ d.jsx(
|
|
3977
3977
|
De.Th,
|
|
3978
3978
|
{
|
|
@@ -4077,7 +4077,7 @@ function lh({ item: e, info: t, loading: r, opened: n, onClose: i, ...o }) {
|
|
|
4077
4077
|
tabs: {},
|
|
4078
4078
|
tabsList: {},
|
|
4079
4079
|
tabsPanel: {}
|
|
4080
|
-
}, { modal: s, tabs: l, tabsList: c, tabsPanel: f } =
|
|
4080
|
+
}, { modal: s, tabs: l, tabsList: c, tabsPanel: f } = _e("ViewDialog", a, o);
|
|
4081
4081
|
return /* @__PURE__ */ d.jsxs(
|
|
4082
4082
|
wr,
|
|
4083
4083
|
{
|
|
@@ -4115,7 +4115,7 @@ function lh({ item: e, info: t, loading: r, opened: n, onClose: i, ...o }) {
|
|
|
4115
4115
|
);
|
|
4116
4116
|
}
|
|
4117
4117
|
function ch({ id: e, ...t }) {
|
|
4118
|
-
const { info: r, getEntry: n } = ze(), o =
|
|
4118
|
+
const { info: r, getEntry: n } = ze(), o = _e("ActionIcon", {
|
|
4119
4119
|
bg: "transparent",
|
|
4120
4120
|
size: "sm",
|
|
4121
4121
|
c: "gray"
|
|
@@ -4148,7 +4148,7 @@ function fh({ item: e, info: t, opened: r, onClose: n, ...i }) {
|
|
|
4148
4148
|
modal: {},
|
|
4149
4149
|
stack: {},
|
|
4150
4150
|
saveButton: {}
|
|
4151
|
-
}, { modal: s, stack: l, saveButton: c } =
|
|
4151
|
+
}, { modal: s, stack: l, saveButton: c } = _e("EditDialog", a, i), f = Ho({
|
|
4152
4152
|
initialValues: t.edit.defaultValues,
|
|
4153
4153
|
validate: ua(t.edit.schema)
|
|
4154
4154
|
}), u = () => {
|
|
@@ -4157,7 +4157,7 @@ function fh({ item: e, info: t, opened: r, onClose: n, ...i }) {
|
|
|
4157
4157
|
f.isDirty(g) && (y[g] = !0);
|
|
4158
4158
|
}), y;
|
|
4159
4159
|
};
|
|
4160
|
-
|
|
4160
|
+
we(() => {
|
|
4161
4161
|
e && uh(e, t).then((y) => {
|
|
4162
4162
|
f.setValues(y), f.resetDirty(y);
|
|
4163
4163
|
});
|
|
@@ -4165,7 +4165,7 @@ function fh({ item: e, info: t, opened: r, onClose: n, ...i }) {
|
|
|
4165
4165
|
const p = async (y) => {
|
|
4166
4166
|
y = Mc(u(), y), await o(e.id, y), n();
|
|
4167
4167
|
};
|
|
4168
|
-
return
|
|
4168
|
+
return we(() => {
|
|
4169
4169
|
f.setInitialValues(t.edit.defaultValues), f.reset();
|
|
4170
4170
|
}, [t.edit.defaultValues]), e ? /* @__PURE__ */ d.jsx(
|
|
4171
4171
|
wr,
|
|
@@ -4197,7 +4197,7 @@ function fh({ item: e, info: t, opened: r, onClose: n, ...i }) {
|
|
|
4197
4197
|
) : null;
|
|
4198
4198
|
}
|
|
4199
4199
|
function dh({ id: e, ...t }) {
|
|
4200
|
-
const { info: r, getEntry: n } = ze(), o =
|
|
4200
|
+
const { info: r, getEntry: n } = ze(), o = _e("ActionIcon", {
|
|
4201
4201
|
bg: "transparent",
|
|
4202
4202
|
size: "sm",
|
|
4203
4203
|
c: "gray"
|
|
@@ -4241,7 +4241,7 @@ function ph({ opened: e, onClose: t, handleAccept: r, handleReject: n }) {
|
|
|
4241
4241
|
);
|
|
4242
4242
|
}
|
|
4243
4243
|
function hh({ id: e, ...t }) {
|
|
4244
|
-
const { deleteEntry: r } = ze(), i =
|
|
4244
|
+
const { deleteEntry: r } = ze(), i = _e("ActionIcon", {
|
|
4245
4245
|
bg: "transparent",
|
|
4246
4246
|
size: "sm",
|
|
4247
4247
|
c: "gray"
|
|
@@ -4351,7 +4351,7 @@ var li = {}, ga = {}, ya = {};
|
|
|
4351
4351
|
}
|
|
4352
4352
|
e.isTag = r, e.Root = t.Root, e.Text = t.Text, e.Directive = t.Directive, e.Comment = t.Comment, e.Script = t.Script, e.Style = t.Style, e.Tag = t.Tag, e.CDATA = t.CDATA, e.Doctype = t.Doctype;
|
|
4353
4353
|
})(ya);
|
|
4354
|
-
var ne = {}, Vt =
|
|
4354
|
+
var ne = {}, Vt = Ee && Ee.__extends || /* @__PURE__ */ function() {
|
|
4355
4355
|
var e = function(t, r) {
|
|
4356
4356
|
return e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
4357
4357
|
n.__proto__ = i;
|
|
@@ -4368,7 +4368,7 @@ var ne = {}, Vt = Te && Te.__extends || /* @__PURE__ */ function() {
|
|
|
4368
4368
|
}
|
|
4369
4369
|
t.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
4370
4370
|
};
|
|
4371
|
-
}(), Zr =
|
|
4371
|
+
}(), Zr = Ee && Ee.__assign || function() {
|
|
4372
4372
|
return Zr = Object.assign || function(e) {
|
|
4373
4373
|
for (var t, r = 1, n = arguments.length; r < n; r++) {
|
|
4374
4374
|
t = arguments[r];
|
|
@@ -4701,7 +4701,7 @@ function Hi(e) {
|
|
|
4701
4701
|
return t;
|
|
4702
4702
|
}
|
|
4703
4703
|
(function(e) {
|
|
4704
|
-
var t =
|
|
4704
|
+
var t = Ee && Ee.__createBinding || (Object.create ? function(s, l, c, f) {
|
|
4705
4705
|
f === void 0 && (f = c);
|
|
4706
4706
|
var u = Object.getOwnPropertyDescriptor(l, c);
|
|
4707
4707
|
(!u || ("get" in u ? !l.__esModule : u.writable || u.configurable)) && (u = { enumerable: !0, get: function() {
|
|
@@ -4709,7 +4709,7 @@ function Hi(e) {
|
|
|
4709
4709
|
} }), Object.defineProperty(s, f, u);
|
|
4710
4710
|
} : function(s, l, c, f) {
|
|
4711
4711
|
f === void 0 && (f = c), s[f] = l[c];
|
|
4712
|
-
}), r =
|
|
4712
|
+
}), r = Ee && Ee.__exportStar || function(s, l) {
|
|
4713
4713
|
for (var c in s) c !== "default" && !Object.prototype.hasOwnProperty.call(l, c) && t(l, s, c);
|
|
4714
4714
|
};
|
|
4715
4715
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.DomHandler = void 0;
|
|
@@ -4863,18 +4863,18 @@ function Zc(e, t, r) {
|
|
|
4863
4863
|
}
|
|
4864
4864
|
return r && (i = new Rn.ProcessingInstruction(r.substring(0, r.indexOf(" ")).toLowerCase(), r), i.next = n[0] || null, i.parent = t, n.unshift(i), n[1] && (n[1].prev = n[0])), n;
|
|
4865
4865
|
}
|
|
4866
|
-
var Sh =
|
|
4866
|
+
var Sh = Ee && Ee.__importDefault || function(e) {
|
|
4867
4867
|
return e && e.__esModule ? e : { default: e };
|
|
4868
4868
|
};
|
|
4869
4869
|
Object.defineProperty(ha, "__esModule", { value: !0 });
|
|
4870
|
-
ha.default =
|
|
4871
|
-
var wh = Sh(ma), Ch = li,
|
|
4872
|
-
function
|
|
4870
|
+
ha.default = Ah;
|
|
4871
|
+
var wh = Sh(ma), Ch = li, Oh = /<(![a-zA-Z\s]+)>/;
|
|
4872
|
+
function Ah(e) {
|
|
4873
4873
|
if (typeof e != "string")
|
|
4874
4874
|
throw new TypeError("First argument must be a string");
|
|
4875
4875
|
if (!e)
|
|
4876
4876
|
return [];
|
|
4877
|
-
var t = e.match(
|
|
4877
|
+
var t = e.match(Oh), r = t ? t[1] : void 0;
|
|
4878
4878
|
return (0, Ch.formatDOM)((0, wh.default)(e), null, r);
|
|
4879
4879
|
}
|
|
4880
4880
|
var fi = {}, vt = {}, di = {}, $h = 0;
|
|
@@ -5883,7 +5883,7 @@ var Ea = {}, Sa = {}, bs = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, zh = /\n/g, Uh = /
|
|
|
5883
5883
|
function Ts(e) {
|
|
5884
5884
|
return e ? e.replace(Gh, Zt) : Zt;
|
|
5885
5885
|
}
|
|
5886
|
-
var Jh =
|
|
5886
|
+
var Jh = Ee && Ee.__importDefault || function(e) {
|
|
5887
5887
|
return e && e.__esModule ? e : { default: e };
|
|
5888
5888
|
};
|
|
5889
5889
|
Object.defineProperty(Sa, "__esModule", { value: !0 });
|
|
@@ -5914,7 +5914,7 @@ var em = /^--[a-zA-Z0-9_-]+$/, tm = /-([a-z])/g, rm = /^[^-]+$/, nm = /^-(webkit
|
|
|
5914
5914
|
return t === void 0 && (t = {}), om(e) ? e : (e = e.toLowerCase(), t.reactCompat ? e = e.replace(im, Es) : e = e.replace(nm, Es), e.replace(tm, am));
|
|
5915
5915
|
};
|
|
5916
5916
|
mi.camelCase = sm;
|
|
5917
|
-
var lm =
|
|
5917
|
+
var lm = Ee && Ee.__importDefault || function(e) {
|
|
5918
5918
|
return e && e.__esModule ? e : { default: e };
|
|
5919
5919
|
}, cm = lm(Sa), um = mi;
|
|
5920
5920
|
function wo(e, t) {
|
|
@@ -5926,7 +5926,7 @@ function wo(e, t) {
|
|
|
5926
5926
|
wo.default = wo;
|
|
5927
5927
|
var fm = wo;
|
|
5928
5928
|
(function(e) {
|
|
5929
|
-
var t =
|
|
5929
|
+
var t = Ee && Ee.__importDefault || function(f) {
|
|
5930
5930
|
return f && f.__esModule ? f : { default: f };
|
|
5931
5931
|
};
|
|
5932
5932
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.returnFirstArg = e.canTextBeChildOfNode = e.ELEMENTS_WITH_NO_TEXT_CHILDREN = e.PRESERVE_CUSTOM_ATTRIBUTES = void 0, e.isCustomComponent = o, e.setStyleProp = s;
|
|
@@ -6014,7 +6014,7 @@ function mm(e, t) {
|
|
|
6014
6014
|
function ws(e) {
|
|
6015
6015
|
return Kr.possibleStandardNames[e];
|
|
6016
6016
|
}
|
|
6017
|
-
var wa = {}, gm =
|
|
6017
|
+
var wa = {}, gm = Ee && Ee.__importDefault || function(e) {
|
|
6018
6018
|
return e && e.__esModule ? e : { default: e };
|
|
6019
6019
|
};
|
|
6020
6020
|
Object.defineProperty(wa, "__esModule", { value: !0 });
|
|
@@ -6068,7 +6068,7 @@ function bm(e) {
|
|
|
6068
6068
|
return Qr.PRESERVE_CUSTOM_ATTRIBUTES && e.type === "tag" && (0, Qr.isCustomComponent)(e.name, e.attribs);
|
|
6069
6069
|
}
|
|
6070
6070
|
(function(e) {
|
|
6071
|
-
var t =
|
|
6071
|
+
var t = Ee && Ee.__importDefault || function(l) {
|
|
6072
6072
|
return l && l.__esModule ? l : { default: l };
|
|
6073
6073
|
};
|
|
6074
6074
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.htmlToDOM = e.domToReact = e.attributesToProps = e.Text = e.ProcessingInstruction = e.Element = e.Comment = void 0, e.default = s;
|
|
@@ -6100,7 +6100,7 @@ Cs.default;
|
|
|
6100
6100
|
/*! @license DOMPurify 3.1.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.7/LICENSE */
|
|
6101
6101
|
const {
|
|
6102
6102
|
entries: nu,
|
|
6103
|
-
setPrototypeOf:
|
|
6103
|
+
setPrototypeOf: Os,
|
|
6104
6104
|
isFrozen: xm,
|
|
6105
6105
|
getPrototypeOf: _m,
|
|
6106
6106
|
getOwnPropertyDescriptor: Tm
|
|
@@ -6111,7 +6111,7 @@ let {
|
|
|
6111
6111
|
create: iu
|
|
6112
6112
|
} = Object, {
|
|
6113
6113
|
apply: Co,
|
|
6114
|
-
construct:
|
|
6114
|
+
construct: Oo
|
|
6115
6115
|
} = typeof Reflect < "u" && Reflect;
|
|
6116
6116
|
Ke || (Ke = function(t) {
|
|
6117
6117
|
return t;
|
|
@@ -6122,10 +6122,10 @@ pt || (pt = function(t) {
|
|
|
6122
6122
|
Co || (Co = function(t, r, n) {
|
|
6123
6123
|
return t.apply(r, n);
|
|
6124
6124
|
});
|
|
6125
|
-
|
|
6125
|
+
Oo || (Oo = function(t, r) {
|
|
6126
6126
|
return new t(...r);
|
|
6127
6127
|
});
|
|
6128
|
-
const Pn = lt(Array.prototype.forEach),
|
|
6128
|
+
const Pn = lt(Array.prototype.forEach), As = lt(Array.prototype.pop), Br = lt(Array.prototype.push), zn = lt(String.prototype.toLowerCase), Gi = lt(String.prototype.toString), $s = lt(String.prototype.match), Vr = lt(String.prototype.replace), Em = lt(String.prototype.indexOf), Sm = lt(String.prototype.trim), gt = lt(Object.prototype.hasOwnProperty), Ge = lt(RegExp.prototype.test), Hr = wm(TypeError);
|
|
6129
6129
|
function lt(e) {
|
|
6130
6130
|
return function(t) {
|
|
6131
6131
|
for (var r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++)
|
|
@@ -6137,12 +6137,12 @@ function wm(e) {
|
|
|
6137
6137
|
return function() {
|
|
6138
6138
|
for (var t = arguments.length, r = new Array(t), n = 0; n < t; n++)
|
|
6139
6139
|
r[n] = arguments[n];
|
|
6140
|
-
return
|
|
6140
|
+
return Oo(e, r);
|
|
6141
6141
|
};
|
|
6142
6142
|
}
|
|
6143
6143
|
function re(e, t) {
|
|
6144
6144
|
let r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : zn;
|
|
6145
|
-
|
|
6145
|
+
Os && Os(e, null);
|
|
6146
6146
|
let n = t.length;
|
|
6147
6147
|
for (; n--; ) {
|
|
6148
6148
|
let i = t[n];
|
|
@@ -6181,7 +6181,7 @@ function Wr(e, t) {
|
|
|
6181
6181
|
}
|
|
6182
6182
|
return r;
|
|
6183
6183
|
}
|
|
6184
|
-
const ks = Ke(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), Yi = Ke(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), qi = Ke(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]),
|
|
6184
|
+
const ks = Ke(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), Yi = Ke(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), qi = Ke(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), Om = Ke(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), Ki = Ke(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), Am = Ke(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), js = Ke(["#text"]), Rs = Ke(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), Xi = Ke(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), Ps = Ke(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), In = Ke(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), $m = pt(/\{\{[\w\W]*|[\w\W]*\}\}/gm), km = pt(/<%[\w\W]*|[\w\W]*%>/gm), jm = pt(/\${[\w\W]*}/gm), Rm = pt(/^data-[\-\w.\u00B7-\uFFFF]/), Pm = pt(/^aria-[\-\w]+$/), ou = pt(
|
|
6185
6185
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
6186
6186
|
// eslint-disable-line no-useless-escape
|
|
6187
6187
|
), Im = pt(/^(?:\w+script|data):/i), Dm = pt(
|
|
@@ -6241,7 +6241,7 @@ const Gr = {
|
|
|
6241
6241
|
};
|
|
6242
6242
|
function su() {
|
|
6243
6243
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Nm();
|
|
6244
|
-
const t = (
|
|
6244
|
+
const t = (A) => su(A);
|
|
6245
6245
|
if (t.version = "3.1.7", t.removed = [], !e || !e.document || e.document.nodeType !== Gr.document)
|
|
6246
6246
|
return t.isSupported = !1, t;
|
|
6247
6247
|
let {
|
|
@@ -6259,8 +6259,8 @@ function su() {
|
|
|
6259
6259
|
trustedTypes: y
|
|
6260
6260
|
} = e, g = l.prototype, m = Wr(g, "cloneNode"), x = Wr(g, "remove"), $ = Wr(g, "nextSibling"), D = Wr(g, "childNodes"), j = Wr(g, "parentNode");
|
|
6261
6261
|
if (typeof a == "function") {
|
|
6262
|
-
const
|
|
6263
|
-
|
|
6262
|
+
const A = r.createElement("template");
|
|
6263
|
+
A.content && A.content.ownerDocument && (r = A.content.ownerDocument);
|
|
6264
6264
|
}
|
|
6265
6265
|
let C, _ = "";
|
|
6266
6266
|
const {
|
|
@@ -6284,7 +6284,7 @@ function su() {
|
|
|
6284
6284
|
CUSTOM_ELEMENT: He
|
|
6285
6285
|
} = Is;
|
|
6286
6286
|
let {
|
|
6287
|
-
IS_ALLOWED_URI:
|
|
6287
|
+
IS_ALLOWED_URI: O
|
|
6288
6288
|
} = Is, k = null;
|
|
6289
6289
|
const q = re({}, [...ks, ...Yi, ...qi, ...Ki, ...js]);
|
|
6290
6290
|
let F = null;
|
|
@@ -6310,7 +6310,7 @@ function su() {
|
|
|
6310
6310
|
}
|
|
6311
6311
|
})), H = null, Y = null, K = !0, Z = !0, X = !1, ke = !0, I = !1, Ie = !0, N = !1, We = !1, Ze = !1, ct = !1, Gt = !1, wt = !1, dn = !0, pn = !1;
|
|
6312
6312
|
const Ir = "user-content-";
|
|
6313
|
-
let Dr = !0, Yt = !1, Ct = {},
|
|
6313
|
+
let Dr = !0, Yt = !1, Ct = {}, Ot = null;
|
|
6314
6314
|
const Dt = re({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
|
|
6315
6315
|
let hn = null;
|
|
6316
6316
|
const Mr = re({}, ["audio", "video", "img", "source", "image", "track"]);
|
|
@@ -6318,30 +6318,30 @@ function su() {
|
|
|
6318
6318
|
const lr = re({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), cr = "http://www.w3.org/1998/Math/MathML", ur = "http://www.w3.org/2000/svg", mt = "http://www.w3.org/1999/xhtml";
|
|
6319
6319
|
let Mt = mt, Nr = !1, Fr = null;
|
|
6320
6320
|
const Ni = re({}, [cr, ur, mt], Gi);
|
|
6321
|
-
let
|
|
6321
|
+
let At = null;
|
|
6322
6322
|
const mn = ["application/xhtml+xml", "text/html"], Nt = "text/html";
|
|
6323
|
-
let
|
|
6323
|
+
let Ce = null, xt = null;
|
|
6324
6324
|
const gn = r.createElement("form"), yn = function(b) {
|
|
6325
6325
|
return b instanceof RegExp || b instanceof Function;
|
|
6326
6326
|
}, fr = function() {
|
|
6327
6327
|
let b = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
6328
6328
|
if (!(xt && xt === b)) {
|
|
6329
|
-
if ((!b || typeof b != "object") && (b = {}), b = Xt(b),
|
|
6330
|
-
mn.indexOf(b.PARSER_MEDIA_TYPE) === -1 ? Nt : b.PARSER_MEDIA_TYPE,
|
|
6329
|
+
if ((!b || typeof b != "object") && (b = {}), b = Xt(b), At = // eslint-disable-next-line unicorn/prefer-includes
|
|
6330
|
+
mn.indexOf(b.PARSER_MEDIA_TYPE) === -1 ? Nt : b.PARSER_MEDIA_TYPE, Ce = At === "application/xhtml+xml" ? Gi : zn, k = gt(b, "ALLOWED_TAGS") ? re({}, b.ALLOWED_TAGS, Ce) : q, F = gt(b, "ALLOWED_ATTR") ? re({}, b.ALLOWED_ATTR, Ce) : G, Fr = gt(b, "ALLOWED_NAMESPACES") ? re({}, b.ALLOWED_NAMESPACES, Gi) : Ni, sr = gt(b, "ADD_URI_SAFE_ATTR") ? re(
|
|
6331
6331
|
Xt(lr),
|
|
6332
6332
|
// eslint-disable-line indent
|
|
6333
6333
|
b.ADD_URI_SAFE_ATTR,
|
|
6334
6334
|
// eslint-disable-line indent
|
|
6335
|
-
|
|
6335
|
+
Ce
|
|
6336
6336
|
// eslint-disable-line indent
|
|
6337
6337
|
) : lr, hn = gt(b, "ADD_DATA_URI_TAGS") ? re(
|
|
6338
6338
|
Xt(Mr),
|
|
6339
6339
|
// eslint-disable-line indent
|
|
6340
6340
|
b.ADD_DATA_URI_TAGS,
|
|
6341
6341
|
// eslint-disable-line indent
|
|
6342
|
-
|
|
6342
|
+
Ce
|
|
6343
6343
|
// eslint-disable-line indent
|
|
6344
|
-
) : Mr,
|
|
6344
|
+
) : Mr, Ot = gt(b, "FORBID_CONTENTS") ? re({}, b.FORBID_CONTENTS, Ce) : Dt, H = gt(b, "FORBID_TAGS") ? re({}, b.FORBID_TAGS, Ce) : {}, Y = gt(b, "FORBID_ATTR") ? re({}, b.FORBID_ATTR, Ce) : {}, Ct = gt(b, "USE_PROFILES") ? b.USE_PROFILES : !1, K = b.ALLOW_ARIA_ATTR !== !1, Z = b.ALLOW_DATA_ATTR !== !1, X = b.ALLOW_UNKNOWN_PROTOCOLS || !1, ke = b.ALLOW_SELF_CLOSE_IN_ATTR !== !1, I = b.SAFE_FOR_TEMPLATES || !1, Ie = b.SAFE_FOR_XML !== !1, N = b.WHOLE_DOCUMENT || !1, ct = b.RETURN_DOM || !1, Gt = b.RETURN_DOM_FRAGMENT || !1, wt = b.RETURN_TRUSTED_TYPE || !1, Ze = b.FORCE_BODY || !1, dn = b.SANITIZE_DOM !== !1, pn = b.SANITIZE_NAMED_PROPS || !1, Dr = b.KEEP_CONTENT !== !1, Yt = b.IN_PLACE || !1, O = b.ALLOWED_URI_REGEXP || ou, Mt = b.NAMESPACE || mt, z = b.CUSTOM_ELEMENT_HANDLING || {}, b.CUSTOM_ELEMENT_HANDLING && yn(b.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (z.tagNameCheck = b.CUSTOM_ELEMENT_HANDLING.tagNameCheck), b.CUSTOM_ELEMENT_HANDLING && yn(b.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (z.attributeNameCheck = b.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), b.CUSTOM_ELEMENT_HANDLING && typeof b.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (z.allowCustomizedBuiltInElements = b.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), I && (Z = !1), Gt && (ct = !0), Ct && (k = re({}, js), F = [], Ct.html === !0 && (re(k, ks), re(F, Rs)), Ct.svg === !0 && (re(k, Yi), re(F, Xi), re(F, In)), Ct.svgFilters === !0 && (re(k, qi), re(F, Xi), re(F, In)), Ct.mathMl === !0 && (re(k, Ki), re(F, Ps), re(F, In))), b.ADD_TAGS && (k === q && (k = Xt(k)), re(k, b.ADD_TAGS, Ce)), b.ADD_ATTR && (F === G && (F = Xt(F)), re(F, b.ADD_ATTR, Ce)), b.ADD_URI_SAFE_ATTR && re(sr, b.ADD_URI_SAFE_ATTR, Ce), b.FORBID_CONTENTS && (Ot === Dt && (Ot = Xt(Ot)), re(Ot, b.FORBID_CONTENTS, Ce)), Dr && (k["#text"] = !0), N && re(k, ["html", "head", "body"]), k.table && (re(k, ["tbody"]), delete H.tbody), b.TRUSTED_TYPES_POLICY) {
|
|
6345
6345
|
if (typeof b.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
6346
6346
|
throw Hr('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
6347
6347
|
if (typeof b.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
@@ -6351,14 +6351,14 @@ function su() {
|
|
|
6351
6351
|
C === void 0 && (C = Fm(y, i)), C !== null && typeof _ == "string" && (_ = C.createHTML(""));
|
|
6352
6352
|
Ke && Ke(b), xt = b;
|
|
6353
6353
|
}
|
|
6354
|
-
}, vn = re({}, ["mi", "mo", "mn", "ms", "mtext"]), Lr = re({}, ["annotation-xml"]), bn = re({}, ["title", "style", "font", "a", "script"]), xn = re({}, [...Yi, ...qi, ...
|
|
6354
|
+
}, vn = re({}, ["mi", "mo", "mn", "ms", "mtext"]), Lr = re({}, ["annotation-xml"]), bn = re({}, ["title", "style", "font", "a", "script"]), xn = re({}, [...Yi, ...qi, ...Om]), _n = re({}, [...Ki, ...Am]), Tn = function(b) {
|
|
6355
6355
|
let E = j(b);
|
|
6356
6356
|
(!E || !E.tagName) && (E = {
|
|
6357
6357
|
namespaceURI: Mt,
|
|
6358
6358
|
tagName: "template"
|
|
6359
6359
|
});
|
|
6360
6360
|
const P = zn(b.tagName), Q = zn(E.tagName);
|
|
6361
|
-
return Fr[b.namespaceURI] ? b.namespaceURI === ur ? E.namespaceURI === mt ? P === "svg" : E.namespaceURI === cr ? P === "svg" && (Q === "annotation-xml" || vn[Q]) : !!xn[P] : b.namespaceURI === cr ? E.namespaceURI === mt ? P === "math" : E.namespaceURI === ur ? P === "math" && Lr[Q] : !!_n[P] : b.namespaceURI === mt ? E.namespaceURI === ur && !Lr[Q] || E.namespaceURI === cr && !vn[Q] ? !1 : !_n[P] && (bn[P] || !xn[P]) : !!(
|
|
6361
|
+
return Fr[b.namespaceURI] ? b.namespaceURI === ur ? E.namespaceURI === mt ? P === "svg" : E.namespaceURI === cr ? P === "svg" && (Q === "annotation-xml" || vn[Q]) : !!xn[P] : b.namespaceURI === cr ? E.namespaceURI === mt ? P === "math" : E.namespaceURI === ur ? P === "math" && Lr[Q] : !!_n[P] : b.namespaceURI === mt ? E.namespaceURI === ur && !Lr[Q] || E.namespaceURI === cr && !vn[Q] ? !1 : !_n[P] && (bn[P] || !xn[P]) : !!(At === "application/xhtml+xml" && Fr[b.namespaceURI]) : !1;
|
|
6362
6362
|
}, nt = function(b) {
|
|
6363
6363
|
Br(t.removed, {
|
|
6364
6364
|
element: b
|
|
@@ -6399,11 +6399,11 @@ function su() {
|
|
|
6399
6399
|
const be = $s(b, /^[\r\n\t ]+/);
|
|
6400
6400
|
P = be && be[0];
|
|
6401
6401
|
}
|
|
6402
|
-
|
|
6402
|
+
At === "application/xhtml+xml" && Mt === mt && (b = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + b + "</body></html>");
|
|
6403
6403
|
const Q = C ? C.createHTML(b) : b;
|
|
6404
6404
|
if (Mt === mt)
|
|
6405
6405
|
try {
|
|
6406
|
-
E = new p().parseFromString(Q,
|
|
6406
|
+
E = new p().parseFromString(Q, At);
|
|
6407
6407
|
} catch {
|
|
6408
6408
|
}
|
|
6409
6409
|
if (!E || !E.documentElement) {
|
|
@@ -6413,8 +6413,8 @@ function su() {
|
|
|
6413
6413
|
} catch {
|
|
6414
6414
|
}
|
|
6415
6415
|
}
|
|
6416
|
-
const
|
|
6417
|
-
return b && P &&
|
|
6416
|
+
const Se = E.body || E.documentElement;
|
|
6417
|
+
return b && P && Se.insertBefore(r.createTextNode(P), Se.childNodes[0] || null), Mt === mt ? ee.call(E, N ? "html" : "body")[0] : N ? E.documentElement : Se;
|
|
6418
6418
|
}, Sn = function(b) {
|
|
6419
6419
|
return V.call(
|
|
6420
6420
|
b.ownerDocument || b,
|
|
@@ -6435,7 +6435,7 @@ function su() {
|
|
|
6435
6435
|
let E = null;
|
|
6436
6436
|
if (S("beforeSanitizeElements", b, null), wn(b))
|
|
6437
6437
|
return nt(b), !0;
|
|
6438
|
-
const P =
|
|
6438
|
+
const P = Ce(b.nodeName);
|
|
6439
6439
|
if (S("uponSanitizeElement", b, {
|
|
6440
6440
|
tagName: P,
|
|
6441
6441
|
allowedTags: k
|
|
@@ -6444,12 +6444,12 @@ function su() {
|
|
|
6444
6444
|
if (!k[P] || H[P]) {
|
|
6445
6445
|
if (!H[P] && se(P) && (z.tagNameCheck instanceof RegExp && Ge(z.tagNameCheck, P) || z.tagNameCheck instanceof Function && z.tagNameCheck(P)))
|
|
6446
6446
|
return !1;
|
|
6447
|
-
if (Dr && !
|
|
6448
|
-
const Q = j(b) || b.parentNode,
|
|
6449
|
-
if (
|
|
6450
|
-
const be =
|
|
6447
|
+
if (Dr && !Ot[P]) {
|
|
6448
|
+
const Q = j(b) || b.parentNode, Se = D(b) || b.childNodes;
|
|
6449
|
+
if (Se && Q) {
|
|
6450
|
+
const be = Se.length;
|
|
6451
6451
|
for (let ge = be - 1; ge >= 0; --ge) {
|
|
6452
|
-
const Qe = m(
|
|
6452
|
+
const Qe = m(Se[ge], !0);
|
|
6453
6453
|
Qe.__removalCount = (b.__removalCount || 0) + 1, Q.insertBefore(Qe, $(b));
|
|
6454
6454
|
}
|
|
6455
6455
|
}
|
|
@@ -6476,7 +6476,7 @@ function su() {
|
|
|
6476
6476
|
E === "is" && z.allowCustomizedBuiltInElements && (z.tagNameCheck instanceof RegExp && Ge(z.tagNameCheck, P) || z.tagNameCheck instanceof Function && z.tagNameCheck(P)))
|
|
6477
6477
|
) return !1;
|
|
6478
6478
|
} else if (!sr[E]) {
|
|
6479
|
-
if (!Ge(
|
|
6479
|
+
if (!Ge(O, Vr(P, ie, ""))) {
|
|
6480
6480
|
if (!((E === "src" || E === "xlink:href" || E === "href") && b !== "script" && Em(P, "data:") === 0 && hn[b])) {
|
|
6481
6481
|
if (!(X && !Ge(te, Vr(P, ie, "")))) {
|
|
6482
6482
|
if (P)
|
|
@@ -6505,11 +6505,11 @@ function su() {
|
|
|
6505
6505
|
};
|
|
6506
6506
|
let Q = E.length;
|
|
6507
6507
|
for (; Q--; ) {
|
|
6508
|
-
const
|
|
6508
|
+
const Se = E[Q], {
|
|
6509
6509
|
name: be,
|
|
6510
6510
|
namespaceURI: ge,
|
|
6511
6511
|
value: Qe
|
|
6512
|
-
} =
|
|
6512
|
+
} = Se, qt = Ce(be);
|
|
6513
6513
|
let Ne = be === "value" ? Qe : Sm(Qe);
|
|
6514
6514
|
if (P.attrName = qt, P.attrValue = Ne, P.keepAttr = !0, P.forceKeepAttr = void 0, S("uponSanitizeAttribute", b, P), Ne = P.attrValue, P.forceKeepAttr || (dr(be, b), !P.keepAttr))
|
|
6515
6515
|
continue;
|
|
@@ -6520,7 +6520,7 @@ function su() {
|
|
|
6520
6520
|
I && Pn([L, U, J], (Ba) => {
|
|
6521
6521
|
Ne = Vr(Ne, Ba, " ");
|
|
6522
6522
|
});
|
|
6523
|
-
const Ua =
|
|
6523
|
+
const Ua = Ce(b.nodeName);
|
|
6524
6524
|
if (W(Ua, qt, Ne)) {
|
|
6525
6525
|
if (pn && (qt === "id" || qt === "name") && (dr(be, b), Ne = Ir + Ne), Ie && Ge(/((--!?|])>)|<\/(style|title)/i, Ne)) {
|
|
6526
6526
|
dr(be, b);
|
|
@@ -6538,57 +6538,57 @@ function su() {
|
|
|
6538
6538
|
}
|
|
6539
6539
|
}
|
|
6540
6540
|
try {
|
|
6541
|
-
ge ? b.setAttributeNS(ge, be, Ne) : b.setAttribute(be, Ne), wn(b) ? nt(b) :
|
|
6541
|
+
ge ? b.setAttributeNS(ge, be, Ne) : b.setAttribute(be, Ne), wn(b) ? nt(b) : As(t.removed);
|
|
6542
6542
|
} catch {
|
|
6543
6543
|
}
|
|
6544
6544
|
}
|
|
6545
6545
|
}
|
|
6546
6546
|
S("afterSanitizeAttributes", b, null);
|
|
6547
|
-
}, oe = function
|
|
6547
|
+
}, oe = function A(b) {
|
|
6548
6548
|
let E = null;
|
|
6549
6549
|
const P = Sn(b);
|
|
6550
6550
|
for (S("beforeSanitizeShadowDOM", b, null); E = P.nextNode(); )
|
|
6551
|
-
S("uponSanitizeShadowNode", E, null), !M(E) && (E.content instanceof o &&
|
|
6551
|
+
S("uponSanitizeShadowNode", E, null), !M(E) && (E.content instanceof o && A(E.content), ue(E));
|
|
6552
6552
|
S("afterSanitizeShadowDOM", b, null);
|
|
6553
6553
|
};
|
|
6554
|
-
return t.sanitize = function(
|
|
6555
|
-
let b = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, E = null, P = null, Q = null,
|
|
6556
|
-
if (Nr = !
|
|
6557
|
-
if (typeof
|
|
6558
|
-
if (
|
|
6554
|
+
return t.sanitize = function(A) {
|
|
6555
|
+
let b = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, E = null, P = null, Q = null, Se = null;
|
|
6556
|
+
if (Nr = !A, Nr && (A = "<!-->"), typeof A != "string" && !v(A))
|
|
6557
|
+
if (typeof A.toString == "function") {
|
|
6558
|
+
if (A = A.toString(), typeof A != "string")
|
|
6559
6559
|
throw Hr("dirty is not a string, aborting");
|
|
6560
6560
|
} else
|
|
6561
6561
|
throw Hr("toString is not a function");
|
|
6562
6562
|
if (!t.isSupported)
|
|
6563
|
-
return
|
|
6564
|
-
if (We || fr(b), t.removed = [], typeof
|
|
6565
|
-
if (
|
|
6566
|
-
const Qe =
|
|
6563
|
+
return A;
|
|
6564
|
+
if (We || fr(b), t.removed = [], typeof A == "string" && (Yt = !1), Yt) {
|
|
6565
|
+
if (A.nodeName) {
|
|
6566
|
+
const Qe = Ce(A.nodeName);
|
|
6567
6567
|
if (!k[Qe] || H[Qe])
|
|
6568
6568
|
throw Hr("root node is forbidden and cannot be sanitized in-place");
|
|
6569
6569
|
}
|
|
6570
|
-
} else if (
|
|
6571
|
-
E = En("<!---->"), P = E.ownerDocument.importNode(
|
|
6570
|
+
} else if (A instanceof s)
|
|
6571
|
+
E = En("<!---->"), P = E.ownerDocument.importNode(A, !0), P.nodeType === Gr.element && P.nodeName === "BODY" || P.nodeName === "HTML" ? E = P : E.appendChild(P);
|
|
6572
6572
|
else {
|
|
6573
6573
|
if (!ct && !I && !N && // eslint-disable-next-line unicorn/prefer-includes
|
|
6574
|
-
|
|
6575
|
-
return C && wt ? C.createHTML(
|
|
6576
|
-
if (E = En(
|
|
6574
|
+
A.indexOf("<") === -1)
|
|
6575
|
+
return C && wt ? C.createHTML(A) : A;
|
|
6576
|
+
if (E = En(A), !E)
|
|
6577
6577
|
return ct ? null : wt ? _ : "";
|
|
6578
6578
|
}
|
|
6579
6579
|
E && Ze && nt(E.firstChild);
|
|
6580
|
-
const be = Sn(Yt ?
|
|
6580
|
+
const be = Sn(Yt ? A : E);
|
|
6581
6581
|
for (; Q = be.nextNode(); )
|
|
6582
6582
|
M(Q) || (Q.content instanceof o && oe(Q.content), ue(Q));
|
|
6583
6583
|
if (Yt)
|
|
6584
|
-
return
|
|
6584
|
+
return A;
|
|
6585
6585
|
if (ct) {
|
|
6586
6586
|
if (Gt)
|
|
6587
|
-
for (
|
|
6588
|
-
|
|
6587
|
+
for (Se = ae.call(E.ownerDocument); E.firstChild; )
|
|
6588
|
+
Se.appendChild(E.firstChild);
|
|
6589
6589
|
else
|
|
6590
|
-
|
|
6591
|
-
return (F.shadowroot || F.shadowrootmode) && (
|
|
6590
|
+
Se = E;
|
|
6591
|
+
return (F.shadowroot || F.shadowrootmode) && (Se = h.call(n, Se, !0)), Se;
|
|
6592
6592
|
}
|
|
6593
6593
|
let ge = N ? E.outerHTML : E.innerHTML;
|
|
6594
6594
|
return N && k["!doctype"] && E.ownerDocument && E.ownerDocument.doctype && E.ownerDocument.doctype.name && Ge(au, E.ownerDocument.doctype.name) && (ge = "<!DOCTYPE " + E.ownerDocument.doctype.name + `>
|
|
@@ -6596,21 +6596,21 @@ function su() {
|
|
|
6596
6596
|
ge = Vr(ge, Qe, " ");
|
|
6597
6597
|
}), C && wt ? C.createHTML(ge) : ge;
|
|
6598
6598
|
}, t.setConfig = function() {
|
|
6599
|
-
let
|
|
6600
|
-
fr(
|
|
6599
|
+
let A = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
6600
|
+
fr(A), We = !0;
|
|
6601
6601
|
}, t.clearConfig = function() {
|
|
6602
6602
|
xt = null, We = !1;
|
|
6603
|
-
}, t.isValidAttribute = function(
|
|
6603
|
+
}, t.isValidAttribute = function(A, b, E) {
|
|
6604
6604
|
xt || fr({});
|
|
6605
|
-
const P =
|
|
6605
|
+
const P = Ce(A), Q = Ce(b);
|
|
6606
6606
|
return W(P, Q, E);
|
|
6607
|
-
}, t.addHook = function(
|
|
6608
|
-
typeof b == "function" && (w[
|
|
6609
|
-
}, t.removeHook = function(
|
|
6610
|
-
if (w[
|
|
6611
|
-
return
|
|
6612
|
-
}, t.removeHooks = function(
|
|
6613
|
-
w[
|
|
6607
|
+
}, t.addHook = function(A, b) {
|
|
6608
|
+
typeof b == "function" && (w[A] = w[A] || [], Br(w[A], b));
|
|
6609
|
+
}, t.removeHook = function(A) {
|
|
6610
|
+
if (w[A])
|
|
6611
|
+
return As(w[A]);
|
|
6612
|
+
}, t.removeHooks = function(A) {
|
|
6613
|
+
w[A] && (w[A] = []);
|
|
6614
6614
|
}, t.removeAllHooks = function() {
|
|
6615
6615
|
w = {};
|
|
6616
6616
|
}, t;
|
|
@@ -6624,7 +6624,7 @@ const zm = "_field_zdaf7_1", Um = "_rtl_zdaf7_7", Bm = "_borderRight_zdaf7_12",
|
|
|
6624
6624
|
({ id: e, entry: t, loading: r, rightBorder: n, children: i, onClickEntry: o, customElement: a, sanitize: s, ...l }) => {
|
|
6625
6625
|
const c = {
|
|
6626
6626
|
text: { style: { whiteSpace: "nowrap", overflow: "ellipsis" } }
|
|
6627
|
-
}, { text: f } =
|
|
6627
|
+
}, { text: f } = _e("Field", c, l), u = {};
|
|
6628
6628
|
Object.entries(f).forEach(([g, m]) => {
|
|
6629
6629
|
typeof m == "function" && (u[g] = m(t));
|
|
6630
6630
|
});
|
|
@@ -6647,7 +6647,7 @@ function Gm({ entry: e, selected: t, children: r }) {
|
|
|
6647
6647
|
const n = Vo({
|
|
6648
6648
|
name: "Row",
|
|
6649
6649
|
classes: Ds
|
|
6650
|
-
}), i =
|
|
6650
|
+
}), i = _e("Row", {}, {});
|
|
6651
6651
|
Object.entries(i).forEach(([s, l]) => {
|
|
6652
6652
|
typeof l == "function" && (i[s] = l(e));
|
|
6653
6653
|
});
|
|
@@ -6736,14 +6736,14 @@ function Jm({
|
|
|
6736
6736
|
striped: !0,
|
|
6737
6737
|
horizontalSpacing: "md",
|
|
6738
6738
|
verticalSpacing: "sm"
|
|
6739
|
-
}), p =
|
|
6739
|
+
}), p = _e("DatagridTable", u, c), { data: y, info: g } = ze(), [m, x] = le([]), [$, D] = le(!1), j = (_) => {
|
|
6740
6740
|
x((R) => R.includes(_) ? R.filter((V) => V !== _) : [...R, _]);
|
|
6741
6741
|
}, C = () => {
|
|
6742
6742
|
x((_) => _.length === y.ids.length ? [] : y.ids.map((R, V) => R));
|
|
6743
6743
|
};
|
|
6744
|
-
return
|
|
6744
|
+
return we(() => {
|
|
6745
6745
|
D(m.length === y.result.length && m.length > 0), n && n(m), e == null || e.setSelectedIds(m.map((_) => _));
|
|
6746
|
-
}, [m]),
|
|
6746
|
+
}, [m]), we(() => {
|
|
6747
6747
|
x([]), n && n([]);
|
|
6748
6748
|
}, [y]), /* @__PURE__ */ d.jsx(
|
|
6749
6749
|
sn,
|
|
@@ -6789,7 +6789,7 @@ const lu = ti(({ ...e }) => {
|
|
|
6789
6789
|
{ value: "25", label: "25" },
|
|
6790
6790
|
{ value: "50", label: "50" }
|
|
6791
6791
|
], o = String(r.page_size), [a, s] = le(r.page);
|
|
6792
|
-
|
|
6792
|
+
we(() => {
|
|
6793
6793
|
s(r.page);
|
|
6794
6794
|
}, [r.page]);
|
|
6795
6795
|
const l = (f) => {
|
|
@@ -6872,7 +6872,7 @@ const lu = ti(({ ...e }) => {
|
|
|
6872
6872
|
lu.displayName = "Pagination";
|
|
6873
6873
|
function Zm() {
|
|
6874
6874
|
const { error: e } = ze(), [t, r] = le(!1);
|
|
6875
|
-
return
|
|
6875
|
+
return we(() => {
|
|
6876
6876
|
e && r(!0);
|
|
6877
6877
|
}, [e]), /* @__PURE__ */ d.jsx(
|
|
6878
6878
|
wr,
|
|
@@ -6908,7 +6908,7 @@ const cu = Ql((e, t) => {
|
|
|
6908
6908
|
toolbarCustomizer: R = {}
|
|
6909
6909
|
// Add more props here
|
|
6910
6910
|
} = e;
|
|
6911
|
-
if (
|
|
6911
|
+
if (we(() => {
|
|
6912
6912
|
!n && $ && a({});
|
|
6913
6913
|
}, [n]), !o)
|
|
6914
6914
|
return;
|
|
@@ -6959,7 +6959,7 @@ function p2({
|
|
|
6959
6959
|
fetchWrapperProps: o
|
|
6960
6960
|
}) {
|
|
6961
6961
|
const { streaming: a, loading: s } = ze(), { ref: l, inViewport: c } = Uf(), f = Be(() => Object.values(a.data).flat(), [a.data]), u = Be(() => typeof e == "function" ? e(f) : e, [e, f]);
|
|
6962
|
-
return
|
|
6962
|
+
return we(() => {
|
|
6963
6963
|
c && t && a.fetch();
|
|
6964
6964
|
}, [c]), /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
6965
6965
|
u,
|
|
@@ -6988,7 +6988,7 @@ function cg(e) {
|
|
|
6988
6988
|
lg.call(e, r) && r != "constructor" && t.push(r);
|
|
6989
6989
|
return t;
|
|
6990
6990
|
}
|
|
6991
|
-
var ug = cg, fg = typeof
|
|
6991
|
+
var ug = cg, fg = typeof Ee == "object" && Ee && Ee.Object === Object && Ee, fu = fg, dg = fu, pg = typeof self == "object" && self && self.Object === Object && self, hg = dg || pg || Function("return this")(), bt = hg, mg = bt, gg = mg.Symbol, yi = gg, Ms = yi, du = Object.prototype, yg = du.hasOwnProperty, vg = du.toString, Yr = Ms ? Ms.toStringTag : void 0;
|
|
6992
6992
|
function bg(e) {
|
|
6993
6993
|
var t = yg.call(e, Yr), r = e[Yr];
|
|
6994
6994
|
try {
|
|
@@ -7003,16 +7003,16 @@ var xg = bg, _g = Object.prototype, Tg = _g.toString;
|
|
|
7003
7003
|
function Eg(e) {
|
|
7004
7004
|
return Tg.call(e);
|
|
7005
7005
|
}
|
|
7006
|
-
var Sg = Eg, Ns = yi, wg = xg, Cg = Sg,
|
|
7006
|
+
var Sg = Eg, Ns = yi, wg = xg, Cg = Sg, Og = "[object Null]", Ag = "[object Undefined]", Fs = Ns ? Ns.toStringTag : void 0;
|
|
7007
7007
|
function $g(e) {
|
|
7008
|
-
return e == null ? e === void 0 ?
|
|
7008
|
+
return e == null ? e === void 0 ? Ag : Og : Fs && Fs in Object(e) ? wg(e) : Cg(e);
|
|
7009
7009
|
}
|
|
7010
|
-
var
|
|
7010
|
+
var Or = $g;
|
|
7011
7011
|
function kg(e) {
|
|
7012
7012
|
var t = typeof e;
|
|
7013
7013
|
return e != null && (t == "object" || t == "function");
|
|
7014
7014
|
}
|
|
7015
|
-
var It = kg, jg =
|
|
7015
|
+
var It = kg, jg = Or, Rg = It, Pg = "[object AsyncFunction]", Ig = "[object Function]", Dg = "[object GeneratorFunction]", Mg = "[object Proxy]";
|
|
7016
7016
|
function Ng(e) {
|
|
7017
7017
|
if (!Rg(e))
|
|
7018
7018
|
return !1;
|
|
@@ -7058,9 +7058,9 @@ function cy(e, t) {
|
|
|
7058
7058
|
var r = ly(e, t);
|
|
7059
7059
|
return sy(r) ? r : void 0;
|
|
7060
7060
|
}
|
|
7061
|
-
var ar = cy, uy = ar, fy = bt, dy = uy(fy, "DataView"), py = dy, hy = ar, my = bt, gy = hy(my, "Map"),
|
|
7062
|
-
(
|
|
7063
|
-
var t = mu(e), r = t ==
|
|
7061
|
+
var ar = cy, uy = ar, fy = bt, dy = uy(fy, "DataView"), py = dy, hy = ar, my = bt, gy = hy(my, "Map"), Oa = gy, yy = ar, vy = bt, by = yy(vy, "Promise"), xy = by, _y = ar, Ty = bt, Ey = _y(Ty, "Set"), hu = Ey, Sy = ar, wy = bt, Cy = Sy(wy, "WeakMap"), Oy = Cy, Ao = py, $o = Oa, ko = xy, jo = hu, Ro = Oy, mu = Or, Ar = pu, zs = "[object Map]", Ay = "[object Object]", Us = "[object Promise]", Bs = "[object Set]", Vs = "[object WeakMap]", Hs = "[object DataView]", $y = Ar(Ao), ky = Ar($o), jy = Ar(ko), Ry = Ar(jo), Py = Ar(Ro), Jt = mu;
|
|
7062
|
+
(Ao && Jt(new Ao(new ArrayBuffer(1))) != Hs || $o && Jt(new $o()) != zs || ko && Jt(ko.resolve()) != Us || jo && Jt(new jo()) != Bs || Ro && Jt(new Ro()) != Vs) && (Jt = function(e) {
|
|
7063
|
+
var t = mu(e), r = t == Ay ? e.constructor : void 0, n = r ? Ar(r) : "";
|
|
7064
7064
|
if (n)
|
|
7065
7065
|
switch (n) {
|
|
7066
7066
|
case $y:
|
|
@@ -7080,7 +7080,7 @@ var Iy = Jt;
|
|
|
7080
7080
|
function Dy(e) {
|
|
7081
7081
|
return e != null && typeof e == "object";
|
|
7082
7082
|
}
|
|
7083
|
-
var $r = Dy, My =
|
|
7083
|
+
var $r = Dy, My = Or, Ny = $r, Fy = "[object Arguments]";
|
|
7084
7084
|
function Ly(e) {
|
|
7085
7085
|
return Ny(e) && My(e) == Fy;
|
|
7086
7086
|
}
|
|
@@ -7106,19 +7106,19 @@ Kn.exports;
|
|
|
7106
7106
|
var r = bt, n = Zy, i = t && !t.nodeType && t, o = i && !0 && e && !e.nodeType && e, a = o && o.exports === i, s = a ? r.Buffer : void 0, l = s ? s.isBuffer : void 0, c = l || n;
|
|
7107
7107
|
e.exports = c;
|
|
7108
7108
|
})(Kn, Kn.exports);
|
|
7109
|
-
var
|
|
7109
|
+
var Aa = Kn.exports, Qy = Or, e0 = yu, t0 = $r, r0 = "[object Arguments]", n0 = "[object Array]", i0 = "[object Boolean]", o0 = "[object Date]", a0 = "[object Error]", s0 = "[object Function]", l0 = "[object Map]", c0 = "[object Number]", u0 = "[object Object]", f0 = "[object RegExp]", d0 = "[object Set]", p0 = "[object String]", h0 = "[object WeakMap]", m0 = "[object ArrayBuffer]", g0 = "[object DataView]", y0 = "[object Float32Array]", v0 = "[object Float64Array]", b0 = "[object Int8Array]", x0 = "[object Int16Array]", _0 = "[object Int32Array]", T0 = "[object Uint8Array]", E0 = "[object Uint8ClampedArray]", S0 = "[object Uint16Array]", w0 = "[object Uint32Array]", xe = {};
|
|
7110
7110
|
xe[y0] = xe[v0] = xe[b0] = xe[x0] = xe[_0] = xe[T0] = xe[E0] = xe[S0] = xe[w0] = !0;
|
|
7111
7111
|
xe[r0] = xe[n0] = xe[m0] = xe[i0] = xe[g0] = xe[o0] = xe[a0] = xe[s0] = xe[l0] = xe[c0] = xe[u0] = xe[f0] = xe[d0] = xe[p0] = xe[h0] = !1;
|
|
7112
7112
|
function C0(e) {
|
|
7113
7113
|
return t0(e) && e0(e.length) && !!xe[Qy(e)];
|
|
7114
7114
|
}
|
|
7115
|
-
var
|
|
7116
|
-
function
|
|
7115
|
+
var O0 = C0;
|
|
7116
|
+
function A0(e) {
|
|
7117
7117
|
return function(t) {
|
|
7118
7118
|
return e(t);
|
|
7119
7119
|
};
|
|
7120
7120
|
}
|
|
7121
|
-
var $0 =
|
|
7121
|
+
var $0 = A0, Xn = { exports: {} };
|
|
7122
7122
|
Xn.exports;
|
|
7123
7123
|
(function(e, t) {
|
|
7124
7124
|
var r = fu, n = t && !t.nodeType && t, i = n && !0 && e && !e.nodeType && e, o = i && i.exports === n, a = o && r.process, s = function() {
|
|
@@ -7130,7 +7130,7 @@ Xn.exports;
|
|
|
7130
7130
|
}();
|
|
7131
7131
|
e.exports = s;
|
|
7132
7132
|
})(Xn, Xn.exports);
|
|
7133
|
-
var k0 = Xn.exports, j0 =
|
|
7133
|
+
var k0 = Xn.exports, j0 = O0, R0 = $0, Gs = k0, Ys = Gs && Gs.isTypedArray, P0 = Ys ? R0(Ys) : j0, $a = P0, I0 = ug, D0 = Iy, M0 = vi, N0 = cn, F0 = bi, L0 = Aa, z0 = gi, U0 = $a, B0 = "[object Map]", V0 = "[object Set]", H0 = Object.prototype, W0 = H0.hasOwnProperty;
|
|
7134
7134
|
function G0(e) {
|
|
7135
7135
|
if (e == null)
|
|
7136
7136
|
return !0;
|
|
@@ -7181,7 +7181,7 @@ var tv = ev, rv = tv, nv = /^\s+/;
|
|
|
7181
7181
|
function iv(e) {
|
|
7182
7182
|
return e && e.slice(0, rv(e) + 1).replace(nv, "");
|
|
7183
7183
|
}
|
|
7184
|
-
var ov = iv, av =
|
|
7184
|
+
var ov = iv, av = Or, sv = $r, lv = "[object Symbol]";
|
|
7185
7185
|
function cv(e) {
|
|
7186
7186
|
return typeof e == "symbol" || sv(e) && av(e) == lv;
|
|
7187
7187
|
}
|
|
@@ -7252,19 +7252,19 @@ function _v(e, t, r) {
|
|
|
7252
7252
|
var Tv = _v;
|
|
7253
7253
|
const Ev = /* @__PURE__ */ Pt(Tv), Sv = (e, t, r, n, i, o = 300) => {
|
|
7254
7254
|
const [a, s] = le(r ?? t);
|
|
7255
|
-
|
|
7255
|
+
we(() => {
|
|
7256
7256
|
s(r ?? t);
|
|
7257
7257
|
}, [r]);
|
|
7258
|
-
const l =
|
|
7258
|
+
const l = $e(
|
|
7259
7259
|
Ev((u) => e(n, u), o),
|
|
7260
7260
|
[e, n, o]
|
|
7261
|
-
), c =
|
|
7261
|
+
), c = $e(
|
|
7262
7262
|
(u) => {
|
|
7263
7263
|
const p = i(u);
|
|
7264
7264
|
s(p ?? t), l(p);
|
|
7265
7265
|
},
|
|
7266
7266
|
[l, i]
|
|
7267
|
-
), f =
|
|
7267
|
+
), f = $e(() => {
|
|
7268
7268
|
s(t), e(n, void 0);
|
|
7269
7269
|
}, [t, e, n]);
|
|
7270
7270
|
return [a, c, f];
|
|
@@ -7281,7 +7281,7 @@ const Ev = /* @__PURE__ */ Pt(Tv), Sv = (e, t, r, n, i, o = 300) => {
|
|
|
7281
7281
|
path: f,
|
|
7282
7282
|
required: u,
|
|
7283
7283
|
hideControls: p
|
|
7284
|
-
} = t, [y, g] = Sv(l, "", i, f, Cv), m =
|
|
7284
|
+
} = t, [y, g] = Sv(l, "", i, f, Cv), m = _e(f, {}, {});
|
|
7285
7285
|
return Object.keys(m).forEach((x) => {
|
|
7286
7286
|
typeof m[x] == "function" && (m[x] = m[x](i));
|
|
7287
7287
|
}), /* @__PURE__ */ d.jsx(
|
|
@@ -7302,10 +7302,10 @@ const Ev = /* @__PURE__ */ Pt(Tv), Sv = (e, t, r, n, i, o = 300) => {
|
|
|
7302
7302
|
}
|
|
7303
7303
|
);
|
|
7304
7304
|
});
|
|
7305
|
-
function
|
|
7305
|
+
function Ov() {
|
|
7306
7306
|
this.__data__ = [], this.size = 0;
|
|
7307
7307
|
}
|
|
7308
|
-
var
|
|
7308
|
+
var Av = Ov;
|
|
7309
7309
|
function $v(e, t) {
|
|
7310
7310
|
return e === t || e !== e && t !== t;
|
|
7311
7311
|
}
|
|
@@ -7338,7 +7338,7 @@ function Hv(e, t) {
|
|
|
7338
7338
|
var r = this.__data__, n = Vv(r, e);
|
|
7339
7339
|
return n < 0 ? (++this.size, r.push([e, t])) : r[n][1] = t, this;
|
|
7340
7340
|
}
|
|
7341
|
-
var Wv = Hv, Gv =
|
|
7341
|
+
var Wv = Hv, Gv = Av, Yv = Mv, qv = Lv, Kv = Bv, Xv = Wv;
|
|
7342
7342
|
function kr(e) {
|
|
7343
7343
|
var t = -1, r = e == null ? 0 : e.length;
|
|
7344
7344
|
for (this.clear(); ++t < r; ) {
|
|
@@ -7396,7 +7396,7 @@ function wb(e, t) {
|
|
|
7396
7396
|
var r = this.__data__;
|
|
7397
7397
|
return this.size += this.has(e) ? 0 : 1, r[e] = Eb && t === void 0 ? Sb : t, this;
|
|
7398
7398
|
}
|
|
7399
|
-
var Cb = wb,
|
|
7399
|
+
var Cb = wb, Ob = cb, Ab = fb, $b = yb, kb = Tb, jb = Cb;
|
|
7400
7400
|
function jr(e) {
|
|
7401
7401
|
var t = -1, r = e == null ? 0 : e.length;
|
|
7402
7402
|
for (this.clear(); ++t < r; ) {
|
|
@@ -7404,12 +7404,12 @@ function jr(e) {
|
|
|
7404
7404
|
this.set(n[0], n[1]);
|
|
7405
7405
|
}
|
|
7406
7406
|
}
|
|
7407
|
-
jr.prototype.clear =
|
|
7408
|
-
jr.prototype.delete =
|
|
7407
|
+
jr.prototype.clear = Ob;
|
|
7408
|
+
jr.prototype.delete = Ab;
|
|
7409
7409
|
jr.prototype.get = $b;
|
|
7410
7410
|
jr.prototype.has = kb;
|
|
7411
7411
|
jr.prototype.set = jb;
|
|
7412
|
-
var Rb = jr, Zs = Rb, Pb = Ei, Ib =
|
|
7412
|
+
var Rb = jr, Zs = Rb, Pb = Ei, Ib = Oa;
|
|
7413
7413
|
function Db() {
|
|
7414
7414
|
this.size = 0, this.__data__ = {
|
|
7415
7415
|
hash: new Zs(),
|
|
@@ -7458,7 +7458,7 @@ Rr.prototype.delete = e1;
|
|
|
7458
7458
|
Rr.prototype.get = t1;
|
|
7459
7459
|
Rr.prototype.has = r1;
|
|
7460
7460
|
Rr.prototype.set = n1;
|
|
7461
|
-
var Tu = Rr, i1 = Ei, o1 =
|
|
7461
|
+
var Tu = Rr, i1 = Ei, o1 = Oa, a1 = Tu, s1 = 200;
|
|
7462
7462
|
function l1(e, t) {
|
|
7463
7463
|
var r = this.__data__;
|
|
7464
7464
|
if (r instanceof i1) {
|
|
@@ -7509,7 +7509,7 @@ function E1(e) {
|
|
|
7509
7509
|
return t;
|
|
7510
7510
|
};
|
|
7511
7511
|
}
|
|
7512
|
-
var S1 = E1, w1 = S1, C1 = w1(),
|
|
7512
|
+
var S1 = E1, w1 = S1, C1 = w1(), O1 = C1, Jn = { exports: {} };
|
|
7513
7513
|
Jn.exports;
|
|
7514
7514
|
(function(e, t) {
|
|
7515
7515
|
var r = bt, n = t && !t.nodeType && t, i = n && !0 && e && !e.nodeType && e, o = i && i.exports === n, a = o ? r.Buffer : void 0, s = a ? a.allocUnsafe : void 0;
|
|
@@ -7521,7 +7521,7 @@ Jn.exports;
|
|
|
7521
7521
|
}
|
|
7522
7522
|
e.exports = l;
|
|
7523
7523
|
})(Jn, Jn.exports);
|
|
7524
|
-
var
|
|
7524
|
+
var A1 = Jn.exports, $1 = bt, k1 = $1.Uint8Array, j1 = k1, el = j1;
|
|
7525
7525
|
function R1(e) {
|
|
7526
7526
|
var t = new e.constructor(e.byteLength);
|
|
7527
7527
|
return new el(t).set(new el(e)), t;
|
|
@@ -7558,7 +7558,7 @@ var q1 = Y1, K1 = bi, X1 = $r;
|
|
|
7558
7558
|
function J1(e) {
|
|
7559
7559
|
return X1(e) && K1(e);
|
|
7560
7560
|
}
|
|
7561
|
-
var Cu = J1, Z1 =
|
|
7561
|
+
var Cu = J1, Z1 = Or, Q1 = wu, ex = $r, tx = "[object Object]", rx = Function.prototype, nx = Object.prototype, Ou = rx.toString, ix = nx.hasOwnProperty, ox = Ou.call(Object);
|
|
7562
7562
|
function ax(e) {
|
|
7563
7563
|
if (!ex(e) || Z1(e) != tx)
|
|
7564
7564
|
return !1;
|
|
@@ -7566,14 +7566,14 @@ function ax(e) {
|
|
|
7566
7566
|
if (t === null)
|
|
7567
7567
|
return !0;
|
|
7568
7568
|
var r = ix.call(t, "constructor") && t.constructor;
|
|
7569
|
-
return typeof r == "function" && r instanceof r &&
|
|
7569
|
+
return typeof r == "function" && r instanceof r && Ou.call(r) == ox;
|
|
7570
7570
|
}
|
|
7571
7571
|
var sx = ax;
|
|
7572
7572
|
function lx(e, t) {
|
|
7573
7573
|
if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
|
|
7574
7574
|
return e[t];
|
|
7575
7575
|
}
|
|
7576
|
-
var
|
|
7576
|
+
var Au = lx, cx = ka, ux = _i, fx = Object.prototype, dx = fx.hasOwnProperty;
|
|
7577
7577
|
function px(e, t, r) {
|
|
7578
7578
|
var n = e[t];
|
|
7579
7579
|
(!(dx.call(e, t) && ux(n, r)) || r === void 0 && !(t in e)) && cx(e, t, r);
|
|
@@ -7599,15 +7599,15 @@ function Ex(e, t) {
|
|
|
7599
7599
|
var r = typeof e;
|
|
7600
7600
|
return t = t ?? _x, !!t && (r == "number" || r != "symbol" && Tx.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
7601
7601
|
}
|
|
7602
|
-
var $u = Ex, Sx = xx, wx = vi, Cx = cn,
|
|
7602
|
+
var $u = Ex, Sx = xx, wx = vi, Cx = cn, Ox = Aa, Ax = $u, $x = $a, kx = Object.prototype, jx = kx.hasOwnProperty;
|
|
7603
7603
|
function Rx(e, t) {
|
|
7604
|
-
var r = Cx(e), n = !r && wx(e), i = !r && !n &&
|
|
7604
|
+
var r = Cx(e), n = !r && wx(e), i = !r && !n && Ox(e), o = !r && !n && !i && $x(e), a = r || n || i || o, s = a ? Sx(e.length, String) : [], l = s.length;
|
|
7605
7605
|
for (var c in e)
|
|
7606
7606
|
(t || jx.call(e, c)) && !(a && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
7607
7607
|
(c == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
7608
7608
|
i && (c == "offset" || c == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
7609
7609
|
o && (c == "buffer" || c == "byteLength" || c == "byteOffset") || // Skip index properties.
|
|
7610
|
-
|
|
7610
|
+
Ax(c, l))) && s.push(c);
|
|
7611
7611
|
return s;
|
|
7612
7612
|
}
|
|
7613
7613
|
var Px = Rx;
|
|
@@ -7635,7 +7635,7 @@ var ku = Gx, Yx = vx, qx = ku;
|
|
|
7635
7635
|
function Kx(e) {
|
|
7636
7636
|
return Yx(e, qx(e));
|
|
7637
7637
|
}
|
|
7638
|
-
var Xx = Kx, rl = Su, Jx =
|
|
7638
|
+
var Xx = Kx, rl = Su, Jx = A1, Zx = M1, Qx = F1, e_ = q1, nl = vi, il = cn, t_ = Cu, r_ = Aa, n_ = Ca, i_ = It, o_ = sx, a_ = $a, ol = Au, s_ = Xx;
|
|
7639
7639
|
function l_(e, t, r, n, i, o, a) {
|
|
7640
7640
|
var s = ol(e, r), l = ol(t, r), c = a.get(l);
|
|
7641
7641
|
if (c) {
|
|
@@ -7649,7 +7649,7 @@ function l_(e, t, r, n, i, o, a) {
|
|
|
7649
7649
|
}
|
|
7650
7650
|
u && (a.set(l, f), i(f, l, n, o, a), a.delete(l)), rl(e, r, f);
|
|
7651
7651
|
}
|
|
7652
|
-
var c_ = l_, u_ = g1, f_ = Su, d_ =
|
|
7652
|
+
var c_ = l_, u_ = g1, f_ = Su, d_ = O1, p_ = c_, h_ = It, m_ = ku, g_ = Au;
|
|
7653
7653
|
function ju(e, t, r, n, i) {
|
|
7654
7654
|
e !== t && d_(t, function(o, a) {
|
|
7655
7655
|
if (i || (i = new u_()), h_(o))
|
|
@@ -7695,14 +7695,14 @@ function S_(e) {
|
|
|
7695
7695
|
return e;
|
|
7696
7696
|
};
|
|
7697
7697
|
}
|
|
7698
|
-
var w_ = S_, C_ = w_, sl = Eu,
|
|
7698
|
+
var w_ = S_, C_ = w_, sl = Eu, O_ = Ru, A_ = sl ? function(e, t) {
|
|
7699
7699
|
return sl(e, "toString", {
|
|
7700
7700
|
configurable: !0,
|
|
7701
7701
|
enumerable: !1,
|
|
7702
7702
|
value: C_(t),
|
|
7703
7703
|
writable: !0
|
|
7704
7704
|
});
|
|
7705
|
-
} :
|
|
7705
|
+
} : O_, $_ = A_, k_ = 800, j_ = 16, R_ = Date.now;
|
|
7706
7706
|
function P_(e) {
|
|
7707
7707
|
var t = 0, r = 0;
|
|
7708
7708
|
return function() {
|
|
@@ -7741,7 +7741,7 @@ var J_ = X_, Z_ = y_, Q_ = J_, eT = Q_(function(e, t, r) {
|
|
|
7741
7741
|
Z_(e, t, r);
|
|
7742
7742
|
}), tT = eT;
|
|
7743
7743
|
const Du = /* @__PURE__ */ Pt(tT), Mu = Me.memo(function(t) {
|
|
7744
|
-
const { className: r, config: n, uischema: i, data: o, description: a, errors: s, enabled: l, path: c, handleChange: f, label: u, required: p } = t, y = Du({}, n, i.options), g =
|
|
7744
|
+
const { className: r, config: n, uischema: i, data: o, description: a, errors: s, enabled: l, path: c, handleChange: f, label: u, required: p } = t, y = Du({}, n, i.options), g = _e(c, {}, {});
|
|
7745
7745
|
return Object.keys(g).forEach((m) => {
|
|
7746
7746
|
typeof g[m] == "function" && (g[m] = g[m](o));
|
|
7747
7747
|
}), y.format === "password" ? /* @__PURE__ */ d.jsx(
|
|
@@ -7778,7 +7778,7 @@ const Du = /* @__PURE__ */ Pt(tT), Mu = Me.memo(function(t) {
|
|
|
7778
7778
|
}
|
|
7779
7779
|
);
|
|
7780
7780
|
}), Nu = Me.memo(function(t) {
|
|
7781
|
-
const { className: r, data: n, description: i, enabled: o, errors: a, handleChange: s, label: l, labelPosition: c, path: f, required: u } = t, p =
|
|
7781
|
+
const { className: r, data: n, description: i, enabled: o, errors: a, handleChange: s, label: l, labelPosition: c, path: f, required: u } = t, p = _e(f, {}, {});
|
|
7782
7782
|
return Object.keys(p).forEach((y) => {
|
|
7783
7783
|
typeof p[y] == "function" && (p[y] = p[y](n));
|
|
7784
7784
|
}), /* @__PURE__ */ d.jsx(
|
|
@@ -7803,7 +7803,7 @@ const Du = /* @__PURE__ */ Pt(tT), Mu = Me.memo(function(t) {
|
|
|
7803
7803
|
}
|
|
7804
7804
|
);
|
|
7805
7805
|
}), rT = (e) => /* @__PURE__ */ d.jsx(xi, { ...e }), nT = Pe(4, oc), iT = ln(rT), oT = (e) => /* @__PURE__ */ d.jsx(xi, { ...e }), aT = Pe(3, ac), sT = ln(oT), lT = (e) => /* @__PURE__ */ d.jsx(Mu, { ...e }), cT = Pe(2, sc), uT = ln(lT), fT = (e) => /* @__PURE__ */ d.jsx(Nu, { ...e }), dT = Pe(3, lc), pT = ln(fT), hT = (e) => {
|
|
7806
|
-
const { data: t, className: r, enabled: n, path: i, handleChange: o, description: a, errors: s, label: l, required: c } = e, f =
|
|
7806
|
+
const { data: t, className: r, enabled: n, path: i, handleChange: o, description: a, errors: s, label: l, required: c } = e, f = _e(i, {}, {});
|
|
7807
7807
|
return Object.keys(f).forEach((u) => {
|
|
7808
7808
|
typeof f[u] == "function" && (f[u] = f[u](t));
|
|
7809
7809
|
}), /* @__PURE__ */ d.jsx(
|
|
@@ -7828,7 +7828,7 @@ const Du = /* @__PURE__ */ Pt(tT), Mu = Me.memo(function(t) {
|
|
|
7828
7828
|
}
|
|
7829
7829
|
);
|
|
7830
7830
|
}, mT = Pe(2, cc), gT = ln(hT), yT = (e) => {
|
|
7831
|
-
const { description: t, className: r, enabled: n, path: i, handleChange: o, data: a, errors: s, label: l, required: c } = e, f =
|
|
7831
|
+
const { description: t, className: r, enabled: n, path: i, handleChange: o, data: a, errors: s, label: l, required: c } = e, f = _e(i, {}, {});
|
|
7832
7832
|
return Object.keys(f).forEach((u) => {
|
|
7833
7833
|
typeof f[u] == "function" && (f[u] = f[u](a));
|
|
7834
7834
|
}), /* @__PURE__ */ d.jsx(
|
|
@@ -7853,7 +7853,7 @@ const Du = /* @__PURE__ */ Pt(tT), Mu = Me.memo(function(t) {
|
|
|
7853
7853
|
}
|
|
7854
7854
|
);
|
|
7855
7855
|
}, vT = Pe(5, uc), bT = nr(yT), xT = (e) => {
|
|
7856
|
-
const { description: t, data: r, path: n, options: i, enabled: o, handleChange: a, className: s, errors: l, label: c, required: f } = e, u =
|
|
7856
|
+
const { description: t, data: r, path: n, options: i, enabled: o, handleChange: a, className: s, errors: l, label: c, required: f } = e, u = _e(n, {}, {});
|
|
7857
7857
|
return Object.keys(u).forEach((p) => {
|
|
7858
7858
|
typeof u[p] == "function" && (u[p] = u[p](r));
|
|
7859
7859
|
}), /* @__PURE__ */ d.jsx(
|
|
@@ -7882,10 +7882,10 @@ function ET(e, t) {
|
|
|
7882
7882
|
return e;
|
|
7883
7883
|
}
|
|
7884
7884
|
var ST = ET, ll = yi, wT = vi, CT = cn, cl = ll ? ll.isConcatSpreadable : void 0;
|
|
7885
|
-
function
|
|
7885
|
+
function OT(e) {
|
|
7886
7886
|
return CT(e) || wT(e) || !!(cl && e && e[cl]);
|
|
7887
7887
|
}
|
|
7888
|
-
var
|
|
7888
|
+
var AT = OT, $T = ST, kT = AT;
|
|
7889
7889
|
function Fu(e, t, r, n, i) {
|
|
7890
7890
|
var o = -1, a = e.length;
|
|
7891
7891
|
for (r || (r = kT), i || (i = []); ++o < a; ) {
|
|
@@ -7986,8 +7986,8 @@ function xE(e, t, r) {
|
|
|
7986
7986
|
}
|
|
7987
7987
|
var _E = xE, TE = jT, EE = Pu, SE = _E, wE = Cu, CE = EE(function(e) {
|
|
7988
7988
|
return SE(TE(e, 1, wE, !0));
|
|
7989
|
-
}),
|
|
7990
|
-
const
|
|
7989
|
+
}), OE = CE;
|
|
7990
|
+
const AE = /* @__PURE__ */ Pt(OE);
|
|
7991
7991
|
function $E(e, t, r, n) {
|
|
7992
7992
|
var i = -1, o = e == null ? 0 : e.length;
|
|
7993
7993
|
for (n && o && (r = e[++i]); ++i < o; )
|
|
@@ -8226,12 +8226,12 @@ var oS = iS, aS = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z
|
|
|
8226
8226
|
function sS(e) {
|
|
8227
8227
|
return aS.test(e);
|
|
8228
8228
|
}
|
|
8229
|
-
var lS = sS, Uu = "\\ud800-\\udfff", cS = "\\u0300-\\u036f", uS = "\\ufe20-\\ufe2f", fS = "\\u20d0-\\u20ff", dS = cS + uS + fS, Bu = "\\u2700-\\u27bf", Vu = "a-z\\xdf-\\xf6\\xf8-\\xff", pS = "\\xac\\xb1\\xd7\\xf7", hS = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", mS = "\\u2000-\\u206f", gS = " \\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", Hu = "A-Z\\xc0-\\xd6\\xd8-\\xde", yS = "\\ufe0e\\ufe0f", Wu = pS + hS + mS + gS, Gu = "['’]", pl = "[" + Wu + "]", vS = "[" + dS + "]", Yu = "\\d+", bS = "[" + Bu + "]", qu = "[" + Vu + "]", Ku = "[^" + Uu + Wu + Yu + Bu + Vu + Hu + "]", xS = "\\ud83c[\\udffb-\\udfff]", _S = "(?:" + vS + "|" + xS + ")", TS = "[^" + Uu + "]", Xu = "(?:\\ud83c[\\udde6-\\uddff]){2}", Ju = "[\\ud800-\\udbff][\\udc00-\\udfff]", _r = "[" + Hu + "]", ES = "\\u200d", hl = "(?:" + qu + "|" + Ku + ")", SS = "(?:" + _r + "|" + Ku + ")", ml = "(?:" + Gu + "(?:d|ll|m|re|s|t|ve))?", gl = "(?:" + Gu + "(?:D|LL|M|RE|S|T|VE))?", Zu = _S + "?", Qu = "[" + yS + "]?", wS = "(?:" + ES + "(?:" + [TS, Xu, Ju].join("|") + ")" + Qu + Zu + ")*", CS = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",
|
|
8229
|
+
var lS = sS, Uu = "\\ud800-\\udfff", cS = "\\u0300-\\u036f", uS = "\\ufe20-\\ufe2f", fS = "\\u20d0-\\u20ff", dS = cS + uS + fS, Bu = "\\u2700-\\u27bf", Vu = "a-z\\xdf-\\xf6\\xf8-\\xff", pS = "\\xac\\xb1\\xd7\\xf7", hS = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", mS = "\\u2000-\\u206f", gS = " \\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", Hu = "A-Z\\xc0-\\xd6\\xd8-\\xde", yS = "\\ufe0e\\ufe0f", Wu = pS + hS + mS + gS, Gu = "['’]", pl = "[" + Wu + "]", vS = "[" + dS + "]", Yu = "\\d+", bS = "[" + Bu + "]", qu = "[" + Vu + "]", Ku = "[^" + Uu + Wu + Yu + Bu + Vu + Hu + "]", xS = "\\ud83c[\\udffb-\\udfff]", _S = "(?:" + vS + "|" + xS + ")", TS = "[^" + Uu + "]", Xu = "(?:\\ud83c[\\udde6-\\uddff]){2}", Ju = "[\\ud800-\\udbff][\\udc00-\\udfff]", _r = "[" + Hu + "]", ES = "\\u200d", hl = "(?:" + qu + "|" + Ku + ")", SS = "(?:" + _r + "|" + Ku + ")", ml = "(?:" + Gu + "(?:d|ll|m|re|s|t|ve))?", gl = "(?:" + Gu + "(?:D|LL|M|RE|S|T|VE))?", Zu = _S + "?", Qu = "[" + yS + "]?", wS = "(?:" + ES + "(?:" + [TS, Xu, Ju].join("|") + ")" + Qu + Zu + ")*", CS = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", OS = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", AS = Qu + Zu + wS, $S = "(?:" + [bS, Xu, Ju].join("|") + ")" + AS, kS = RegExp([
|
|
8230
8230
|
_r + "?" + qu + "+" + ml + "(?=" + [pl, _r, "$"].join("|") + ")",
|
|
8231
8231
|
SS + "+" + gl + "(?=" + [pl, _r + hl, "$"].join("|") + ")",
|
|
8232
8232
|
_r + "?" + hl + "+" + ml,
|
|
8233
8233
|
_r + "+" + gl,
|
|
8234
|
-
|
|
8234
|
+
OS,
|
|
8235
8235
|
CS,
|
|
8236
8236
|
Yu,
|
|
8237
8237
|
$S
|
|
@@ -8278,11 +8278,11 @@ var _w = xw, Tw = sw, Ew = ef, Sw = _w;
|
|
|
8278
8278
|
function ww(e) {
|
|
8279
8279
|
return Ew(e) ? Sw(e) : Tw(e);
|
|
8280
8280
|
}
|
|
8281
|
-
var Cw = ww,
|
|
8281
|
+
var Cw = ww, Ow = XS, Aw = ef, $w = Cw, kw = ja;
|
|
8282
8282
|
function jw(e) {
|
|
8283
8283
|
return function(t) {
|
|
8284
8284
|
t = kw(t);
|
|
8285
|
-
var r =
|
|
8285
|
+
var r = Aw(t) ? $w(t) : void 0, n = r ? r[0] : t.charAt(0), i = r ? Ow(r, 1).join("") : t.slice(1);
|
|
8286
8286
|
return n[e]() + i;
|
|
8287
8287
|
};
|
|
8288
8288
|
}
|
|
@@ -8465,9 +8465,9 @@ function iC() {
|
|
|
8465
8465
|
}
|
|
8466
8466
|
var _ = l, R = c, V = s, ae = a, ee = t, h = f, w = n, L = g, U = y, J = r, me = o, B = i, te = u, ie = !1;
|
|
8467
8467
|
function He(I) {
|
|
8468
|
-
return ie || (ie = !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.")),
|
|
8468
|
+
return ie || (ie = !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.")), O(I) || C(I) === l;
|
|
8469
8469
|
}
|
|
8470
|
-
function
|
|
8470
|
+
function O(I) {
|
|
8471
8471
|
return C(I) === c;
|
|
8472
8472
|
}
|
|
8473
8473
|
function k(I) {
|
|
@@ -8503,7 +8503,7 @@ function iC() {
|
|
|
8503
8503
|
function ke(I) {
|
|
8504
8504
|
return C(I) === u;
|
|
8505
8505
|
}
|
|
8506
|
-
de.AsyncMode = _, de.ConcurrentMode = R, de.ContextConsumer = V, de.ContextProvider = ae, de.Element = ee, de.ForwardRef = h, de.Fragment = w, de.Lazy = L, de.Memo = U, de.Portal = J, de.Profiler = me, de.StrictMode = B, de.Suspense = te, de.isAsyncMode = He, de.isConcurrentMode =
|
|
8506
|
+
de.AsyncMode = _, de.ConcurrentMode = R, de.ContextConsumer = V, de.ContextProvider = ae, de.Element = ee, de.ForwardRef = h, de.Fragment = w, de.Lazy = L, de.Memo = U, de.Portal = J, de.Profiler = me, de.StrictMode = B, de.Suspense = te, de.isAsyncMode = He, de.isConcurrentMode = O, de.isContextConsumer = k, de.isContextProvider = q, de.isElement = F, de.isForwardRef = G, de.isFragment = z, de.isLazy = H, de.isMemo = Y, de.isPortal = K, de.isProfiler = Z, de.isStrictMode = X, de.isSuspense = ke, de.isValidElementType = j, de.typeOf = C;
|
|
8507
8507
|
}()), de;
|
|
8508
8508
|
}
|
|
8509
8509
|
var xl;
|
|
@@ -8640,8 +8640,8 @@ function sC() {
|
|
|
8640
8640
|
}
|
|
8641
8641
|
return oo = function(s, l) {
|
|
8642
8642
|
var c = typeof Symbol == "function" && Symbol.iterator, f = "@@iterator";
|
|
8643
|
-
function u(
|
|
8644
|
-
var k =
|
|
8643
|
+
function u(O) {
|
|
8644
|
+
var k = O && (c && O[c] || O[f]);
|
|
8645
8645
|
if (typeof k == "function")
|
|
8646
8646
|
return k;
|
|
8647
8647
|
}
|
|
@@ -8666,14 +8666,14 @@ function sC() {
|
|
|
8666
8666
|
shape: L,
|
|
8667
8667
|
exact: U
|
|
8668
8668
|
};
|
|
8669
|
-
function g(
|
|
8670
|
-
return
|
|
8669
|
+
function g(O, k) {
|
|
8670
|
+
return O === k ? O !== 0 || 1 / O === 1 / k : O !== O && k !== k;
|
|
8671
8671
|
}
|
|
8672
|
-
function m(
|
|
8673
|
-
this.message =
|
|
8672
|
+
function m(O, k) {
|
|
8673
|
+
this.message = O, this.data = k && typeof k == "object" ? k : {}, this.stack = "";
|
|
8674
8674
|
}
|
|
8675
8675
|
m.prototype = Error.prototype;
|
|
8676
|
-
function x(
|
|
8676
|
+
function x(O) {
|
|
8677
8677
|
if (process.env.NODE_ENV !== "production")
|
|
8678
8678
|
var k = {}, q = 0;
|
|
8679
8679
|
function F(z, H, Y, K, Z, X, ke) {
|
|
@@ -8691,19 +8691,19 @@ function sC() {
|
|
|
8691
8691
|
), k[Ie] = !0, q++);
|
|
8692
8692
|
}
|
|
8693
8693
|
}
|
|
8694
|
-
return H[Y] == null ? z ? H[Y] === null ? new m("The " + Z + " `" + X + "` is marked as required " + ("in `" + K + "`, but its value is `null`.")) : new m("The " + Z + " `" + X + "` is marked as required in " + ("`" + K + "`, but its value is `undefined`.")) : null :
|
|
8694
|
+
return H[Y] == null ? z ? H[Y] === null ? new m("The " + Z + " `" + X + "` is marked as required " + ("in `" + K + "`, but its value is `null`.")) : new m("The " + Z + " `" + X + "` is marked as required in " + ("`" + K + "`, but its value is `undefined`.")) : null : O(H, Y, K, Z, X);
|
|
8695
8695
|
}
|
|
8696
8696
|
var G = F.bind(null, !1);
|
|
8697
8697
|
return G.isRequired = F.bind(null, !0), G;
|
|
8698
8698
|
}
|
|
8699
|
-
function $(
|
|
8699
|
+
function $(O) {
|
|
8700
8700
|
function k(q, F, G, z, H, Y) {
|
|
8701
8701
|
var K = q[F], Z = B(K);
|
|
8702
|
-
if (Z !==
|
|
8702
|
+
if (Z !== O) {
|
|
8703
8703
|
var X = te(K);
|
|
8704
8704
|
return new m(
|
|
8705
|
-
"Invalid " + z + " `" + H + "` of type " + ("`" + X + "` supplied to `" + G + "`, expected ") + ("`" +
|
|
8706
|
-
{ expectedType:
|
|
8705
|
+
"Invalid " + z + " `" + H + "` of type " + ("`" + X + "` supplied to `" + G + "`, expected ") + ("`" + O + "`."),
|
|
8706
|
+
{ expectedType: O }
|
|
8707
8707
|
);
|
|
8708
8708
|
}
|
|
8709
8709
|
return null;
|
|
@@ -8713,9 +8713,9 @@ function sC() {
|
|
|
8713
8713
|
function D() {
|
|
8714
8714
|
return x(a);
|
|
8715
8715
|
}
|
|
8716
|
-
function j(
|
|
8716
|
+
function j(O) {
|
|
8717
8717
|
function k(q, F, G, z, H) {
|
|
8718
|
-
if (typeof
|
|
8718
|
+
if (typeof O != "function")
|
|
8719
8719
|
return new m("Property `" + H + "` of component `" + G + "` has invalid PropType notation inside arrayOf.");
|
|
8720
8720
|
var Y = q[F];
|
|
8721
8721
|
if (!Array.isArray(Y)) {
|
|
@@ -8723,7 +8723,7 @@ function sC() {
|
|
|
8723
8723
|
return new m("Invalid " + z + " `" + H + "` of type " + ("`" + K + "` supplied to `" + G + "`, expected an array."));
|
|
8724
8724
|
}
|
|
8725
8725
|
for (var Z = 0; Z < Y.length; Z++) {
|
|
8726
|
-
var X =
|
|
8726
|
+
var X = O(Y, Z, G, z, H + "[" + Z + "]", r);
|
|
8727
8727
|
if (X instanceof Error)
|
|
8728
8728
|
return X;
|
|
8729
8729
|
}
|
|
@@ -8732,7 +8732,7 @@ function sC() {
|
|
|
8732
8732
|
return x(k);
|
|
8733
8733
|
}
|
|
8734
8734
|
function C() {
|
|
8735
|
-
function
|
|
8735
|
+
function O(k, q, F, G, z) {
|
|
8736
8736
|
var H = k[q];
|
|
8737
8737
|
if (!s(H)) {
|
|
8738
8738
|
var Y = B(H);
|
|
@@ -8740,10 +8740,10 @@ function sC() {
|
|
|
8740
8740
|
}
|
|
8741
8741
|
return null;
|
|
8742
8742
|
}
|
|
8743
|
-
return x(
|
|
8743
|
+
return x(O);
|
|
8744
8744
|
}
|
|
8745
8745
|
function _() {
|
|
8746
|
-
function
|
|
8746
|
+
function O(k, q, F, G, z) {
|
|
8747
8747
|
var H = k[q];
|
|
8748
8748
|
if (!e.isValidElementType(H)) {
|
|
8749
8749
|
var Y = B(H);
|
|
@@ -8751,28 +8751,28 @@ function sC() {
|
|
|
8751
8751
|
}
|
|
8752
8752
|
return null;
|
|
8753
8753
|
}
|
|
8754
|
-
return x(
|
|
8754
|
+
return x(O);
|
|
8755
8755
|
}
|
|
8756
|
-
function R(
|
|
8756
|
+
function R(O) {
|
|
8757
8757
|
function k(q, F, G, z, H) {
|
|
8758
|
-
if (!(q[F] instanceof
|
|
8759
|
-
var Y =
|
|
8758
|
+
if (!(q[F] instanceof O)) {
|
|
8759
|
+
var Y = O.name || p, K = He(q[F]);
|
|
8760
8760
|
return new m("Invalid " + z + " `" + H + "` of type " + ("`" + K + "` supplied to `" + G + "`, expected ") + ("instance of `" + Y + "`."));
|
|
8761
8761
|
}
|
|
8762
8762
|
return null;
|
|
8763
8763
|
}
|
|
8764
8764
|
return x(k);
|
|
8765
8765
|
}
|
|
8766
|
-
function V(
|
|
8767
|
-
if (!Array.isArray(
|
|
8766
|
+
function V(O) {
|
|
8767
|
+
if (!Array.isArray(O))
|
|
8768
8768
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
8769
8769
|
"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])."
|
|
8770
8770
|
) : o("Invalid argument supplied to oneOf, expected an array.")), a;
|
|
8771
8771
|
function k(q, F, G, z, H) {
|
|
8772
|
-
for (var Y = q[F], K = 0; K <
|
|
8773
|
-
if (g(Y,
|
|
8772
|
+
for (var Y = q[F], K = 0; K < O.length; K++)
|
|
8773
|
+
if (g(Y, O[K]))
|
|
8774
8774
|
return null;
|
|
8775
|
-
var Z = JSON.stringify(
|
|
8775
|
+
var Z = JSON.stringify(O, function(ke, I) {
|
|
8776
8776
|
var Ie = te(I);
|
|
8777
8777
|
return Ie === "symbol" ? String(I) : I;
|
|
8778
8778
|
});
|
|
@@ -8780,16 +8780,16 @@ function sC() {
|
|
|
8780
8780
|
}
|
|
8781
8781
|
return x(k);
|
|
8782
8782
|
}
|
|
8783
|
-
function ae(
|
|
8783
|
+
function ae(O) {
|
|
8784
8784
|
function k(q, F, G, z, H) {
|
|
8785
|
-
if (typeof
|
|
8785
|
+
if (typeof O != "function")
|
|
8786
8786
|
return new m("Property `" + H + "` of component `" + G + "` has invalid PropType notation inside objectOf.");
|
|
8787
8787
|
var Y = q[F], K = B(Y);
|
|
8788
8788
|
if (K !== "object")
|
|
8789
8789
|
return new m("Invalid " + z + " `" + H + "` of type " + ("`" + K + "` supplied to `" + G + "`, expected an object."));
|
|
8790
8790
|
for (var Z in Y)
|
|
8791
8791
|
if (n(Y, Z)) {
|
|
8792
|
-
var X =
|
|
8792
|
+
var X = O(Y, Z, G, z, H + "." + Z, r);
|
|
8793
8793
|
if (X instanceof Error)
|
|
8794
8794
|
return X;
|
|
8795
8795
|
}
|
|
@@ -8797,19 +8797,19 @@ function sC() {
|
|
|
8797
8797
|
}
|
|
8798
8798
|
return x(k);
|
|
8799
8799
|
}
|
|
8800
|
-
function ee(
|
|
8801
|
-
if (!Array.isArray(
|
|
8800
|
+
function ee(O) {
|
|
8801
|
+
if (!Array.isArray(O))
|
|
8802
8802
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), a;
|
|
8803
|
-
for (var k = 0; k <
|
|
8804
|
-
var q =
|
|
8803
|
+
for (var k = 0; k < O.length; k++) {
|
|
8804
|
+
var q = O[k];
|
|
8805
8805
|
if (typeof q != "function")
|
|
8806
8806
|
return o(
|
|
8807
8807
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ie(q) + " at index " + k + "."
|
|
8808
8808
|
), a;
|
|
8809
8809
|
}
|
|
8810
8810
|
function F(G, z, H, Y, K) {
|
|
8811
|
-
for (var Z = [], X = 0; X <
|
|
8812
|
-
var ke =
|
|
8811
|
+
for (var Z = [], X = 0; X < O.length; X++) {
|
|
8812
|
+
var ke = O[X], I = ke(G, z, H, Y, K, r);
|
|
8813
8813
|
if (I == null)
|
|
8814
8814
|
return null;
|
|
8815
8815
|
I.data && n(I.data, "expectedType") && Z.push(I.data.expectedType);
|
|
@@ -8820,23 +8820,23 @@ function sC() {
|
|
|
8820
8820
|
return x(F);
|
|
8821
8821
|
}
|
|
8822
8822
|
function h() {
|
|
8823
|
-
function
|
|
8823
|
+
function O(k, q, F, G, z) {
|
|
8824
8824
|
return J(k[q]) ? null : new m("Invalid " + G + " `" + z + "` supplied to " + ("`" + F + "`, expected a ReactNode."));
|
|
8825
8825
|
}
|
|
8826
|
-
return x(
|
|
8826
|
+
return x(O);
|
|
8827
8827
|
}
|
|
8828
|
-
function w(
|
|
8828
|
+
function w(O, k, q, F, G) {
|
|
8829
8829
|
return new m(
|
|
8830
|
-
(
|
|
8830
|
+
(O || "React class") + ": " + k + " type `" + q + "." + F + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + G + "`."
|
|
8831
8831
|
);
|
|
8832
8832
|
}
|
|
8833
|
-
function L(
|
|
8833
|
+
function L(O) {
|
|
8834
8834
|
function k(q, F, G, z, H) {
|
|
8835
8835
|
var Y = q[F], K = B(Y);
|
|
8836
8836
|
if (K !== "object")
|
|
8837
8837
|
return new m("Invalid " + z + " `" + H + "` of type `" + K + "` " + ("supplied to `" + G + "`, expected `object`."));
|
|
8838
|
-
for (var Z in
|
|
8839
|
-
var X =
|
|
8838
|
+
for (var Z in O) {
|
|
8839
|
+
var X = O[Z];
|
|
8840
8840
|
if (typeof X != "function")
|
|
8841
8841
|
return w(G, z, H, Z, te(X));
|
|
8842
8842
|
var ke = X(Y, Z, G, z, H + "." + Z, r);
|
|
@@ -8847,20 +8847,20 @@ function sC() {
|
|
|
8847
8847
|
}
|
|
8848
8848
|
return x(k);
|
|
8849
8849
|
}
|
|
8850
|
-
function U(
|
|
8850
|
+
function U(O) {
|
|
8851
8851
|
function k(q, F, G, z, H) {
|
|
8852
8852
|
var Y = q[F], K = B(Y);
|
|
8853
8853
|
if (K !== "object")
|
|
8854
8854
|
return new m("Invalid " + z + " `" + H + "` of type `" + K + "` " + ("supplied to `" + G + "`, expected `object`."));
|
|
8855
|
-
var Z = t({}, q[F],
|
|
8855
|
+
var Z = t({}, q[F], O);
|
|
8856
8856
|
for (var X in Z) {
|
|
8857
|
-
var ke =
|
|
8858
|
-
if (n(
|
|
8857
|
+
var ke = O[X];
|
|
8858
|
+
if (n(O, X) && typeof ke != "function")
|
|
8859
8859
|
return w(G, z, H, X, te(ke));
|
|
8860
8860
|
if (!ke)
|
|
8861
8861
|
return new m(
|
|
8862
8862
|
"Invalid " + z + " `" + H + "` key `" + X + "` supplied to `" + G + "`.\nBad object: " + JSON.stringify(q[F], null, " ") + `
|
|
8863
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
8863
|
+
Valid keys: ` + JSON.stringify(Object.keys(O), null, " ")
|
|
8864
8864
|
);
|
|
8865
8865
|
var I = ke(Y, X, G, z, H + "." + X, r);
|
|
8866
8866
|
if (I)
|
|
@@ -8870,23 +8870,23 @@ Valid keys: ` + JSON.stringify(Object.keys(A), null, " ")
|
|
|
8870
8870
|
}
|
|
8871
8871
|
return x(k);
|
|
8872
8872
|
}
|
|
8873
|
-
function J(
|
|
8874
|
-
switch (typeof
|
|
8873
|
+
function J(O) {
|
|
8874
|
+
switch (typeof O) {
|
|
8875
8875
|
case "number":
|
|
8876
8876
|
case "string":
|
|
8877
8877
|
case "undefined":
|
|
8878
8878
|
return !0;
|
|
8879
8879
|
case "boolean":
|
|
8880
|
-
return !
|
|
8880
|
+
return !O;
|
|
8881
8881
|
case "object":
|
|
8882
|
-
if (Array.isArray(
|
|
8883
|
-
return
|
|
8884
|
-
if (
|
|
8882
|
+
if (Array.isArray(O))
|
|
8883
|
+
return O.every(J);
|
|
8884
|
+
if (O === null || s(O))
|
|
8885
8885
|
return !0;
|
|
8886
|
-
var k = u(
|
|
8886
|
+
var k = u(O);
|
|
8887
8887
|
if (k) {
|
|
8888
|
-
var q = k.call(
|
|
8889
|
-
if (k !==
|
|
8888
|
+
var q = k.call(O), F;
|
|
8889
|
+
if (k !== O.entries) {
|
|
8890
8890
|
for (; !(F = q.next()).done; )
|
|
8891
8891
|
if (!J(F.value))
|
|
8892
8892
|
return !1;
|
|
@@ -8903,27 +8903,27 @@ Valid keys: ` + JSON.stringify(Object.keys(A), null, " ")
|
|
|
8903
8903
|
return !1;
|
|
8904
8904
|
}
|
|
8905
8905
|
}
|
|
8906
|
-
function me(
|
|
8907
|
-
return
|
|
8906
|
+
function me(O, k) {
|
|
8907
|
+
return O === "symbol" ? !0 : k ? k["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && k instanceof Symbol : !1;
|
|
8908
8908
|
}
|
|
8909
|
-
function B(
|
|
8910
|
-
var k = typeof
|
|
8911
|
-
return Array.isArray(
|
|
8909
|
+
function B(O) {
|
|
8910
|
+
var k = typeof O;
|
|
8911
|
+
return Array.isArray(O) ? "array" : O instanceof RegExp ? "object" : me(k, O) ? "symbol" : k;
|
|
8912
8912
|
}
|
|
8913
|
-
function te(
|
|
8914
|
-
if (typeof
|
|
8915
|
-
return "" +
|
|
8916
|
-
var k = B(
|
|
8913
|
+
function te(O) {
|
|
8914
|
+
if (typeof O > "u" || O === null)
|
|
8915
|
+
return "" + O;
|
|
8916
|
+
var k = B(O);
|
|
8917
8917
|
if (k === "object") {
|
|
8918
|
-
if (
|
|
8918
|
+
if (O instanceof Date)
|
|
8919
8919
|
return "date";
|
|
8920
|
-
if (
|
|
8920
|
+
if (O instanceof RegExp)
|
|
8921
8921
|
return "regexp";
|
|
8922
8922
|
}
|
|
8923
8923
|
return k;
|
|
8924
8924
|
}
|
|
8925
|
-
function ie(
|
|
8926
|
-
var k = te(
|
|
8925
|
+
function ie(O) {
|
|
8926
|
+
var k = te(O);
|
|
8927
8927
|
switch (k) {
|
|
8928
8928
|
case "array":
|
|
8929
8929
|
case "object":
|
|
@@ -8936,8 +8936,8 @@ Valid keys: ` + JSON.stringify(Object.keys(A), null, " ")
|
|
|
8936
8936
|
return k;
|
|
8937
8937
|
}
|
|
8938
8938
|
}
|
|
8939
|
-
function He(
|
|
8940
|
-
return !
|
|
8939
|
+
function He(O) {
|
|
8940
|
+
return !O.constructor || !O.constructor.name ? p : O.constructor.name;
|
|
8941
8941
|
}
|
|
8942
8942
|
return y.checkPropTypes = i, y.resetWarningCache = i.resetWarningCache, y.PropTypes = y, y;
|
|
8943
8943
|
}, oo;
|
|
@@ -9011,10 +9011,10 @@ var Mo = { exports: {} }, pe = {};
|
|
|
9011
9011
|
* This source code is licensed under the MIT license found in the
|
|
9012
9012
|
* LICENSE file in the root directory of this source tree.
|
|
9013
9013
|
*/
|
|
9014
|
-
var
|
|
9014
|
+
var Ol;
|
|
9015
9015
|
function dC() {
|
|
9016
|
-
if (
|
|
9017
|
-
|
|
9016
|
+
if (Ol) return pe;
|
|
9017
|
+
Ol = 1;
|
|
9018
9018
|
var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), a = Symbol.for("react.context"), s = Symbol.for("react.server_context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), u = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), y = Symbol.for("react.offscreen"), g;
|
|
9019
9019
|
g = Symbol.for("react.module.reference");
|
|
9020
9020
|
function m(x) {
|
|
@@ -9089,9 +9089,9 @@ var he = {};
|
|
|
9089
9089
|
* This source code is licensed under the MIT license found in the
|
|
9090
9090
|
* LICENSE file in the root directory of this source tree.
|
|
9091
9091
|
*/
|
|
9092
|
-
var
|
|
9092
|
+
var Al;
|
|
9093
9093
|
function pC() {
|
|
9094
|
-
return
|
|
9094
|
+
return Al || (Al = 1, process.env.NODE_ENV !== "production" && function() {
|
|
9095
9095
|
var e = Symbol.for("react.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), a = Symbol.for("react.context"), s = Symbol.for("react.server_context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), u = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), y = Symbol.for("react.offscreen"), g = !1, m = !1, x = !1, $ = !1, D = !1, j;
|
|
9096
9096
|
j = Symbol.for("react.module.reference");
|
|
9097
9097
|
function C(N) {
|
|
@@ -9134,7 +9134,7 @@ function pC() {
|
|
|
9134
9134
|
}
|
|
9135
9135
|
}
|
|
9136
9136
|
var R = a, V = o, ae = e, ee = l, h = r, w = p, L = u, U = t, J = i, me = n, B = c, te = f, ie = !1, He = !1;
|
|
9137
|
-
function
|
|
9137
|
+
function O(N) {
|
|
9138
9138
|
return ie || (ie = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
9139
9139
|
}
|
|
9140
9140
|
function k(N) {
|
|
@@ -9176,7 +9176,7 @@ function pC() {
|
|
|
9176
9176
|
function Ie(N) {
|
|
9177
9177
|
return _(N) === f;
|
|
9178
9178
|
}
|
|
9179
|
-
he.ContextConsumer = R, he.ContextProvider = V, he.Element = ae, he.ForwardRef = ee, he.Fragment = h, he.Lazy = w, he.Memo = L, he.Portal = U, he.Profiler = J, he.StrictMode = me, he.Suspense = B, he.SuspenseList = te, he.isAsyncMode =
|
|
9179
|
+
he.ContextConsumer = R, he.ContextProvider = V, he.Element = ae, he.ForwardRef = ee, he.Fragment = h, he.Lazy = w, he.Memo = L, he.Portal = U, he.Profiler = J, he.StrictMode = me, he.Suspense = B, he.SuspenseList = te, he.isAsyncMode = O, he.isConcurrentMode = k, he.isContextConsumer = q, he.isContextProvider = F, he.isElement = G, he.isForwardRef = z, he.isFragment = H, he.isLazy = Y, he.isMemo = K, he.isPortal = Z, he.isProfiler = X, he.isStrictMode = ke, he.isSuspense = I, he.isSuspenseList = Ie, he.isValidElementType = C, he.typeOf = _;
|
|
9180
9180
|
}()), he;
|
|
9181
9181
|
}
|
|
9182
9182
|
process.env.NODE_ENV === "production" ? Mo.exports = dC() : Mo.exports = pC();
|
|
@@ -9406,20 +9406,20 @@ function Rt(e, t, r) {
|
|
|
9406
9406
|
}
|
|
9407
9407
|
return r(t);
|
|
9408
9408
|
}
|
|
9409
|
-
function
|
|
9409
|
+
function OC(e = {}) {
|
|
9410
9410
|
var r;
|
|
9411
9411
|
return ((r = e.keys) == null ? void 0 : r.reduce((n, i) => {
|
|
9412
9412
|
const o = e.up(i);
|
|
9413
9413
|
return n[o] = {}, n;
|
|
9414
9414
|
}, {})) || {};
|
|
9415
9415
|
}
|
|
9416
|
-
function
|
|
9416
|
+
function AC(e, t) {
|
|
9417
9417
|
return e.reduce((r, n) => {
|
|
9418
9418
|
const i = r[n];
|
|
9419
9419
|
return (!i || Object.keys(i).length === 0) && delete r[n], r;
|
|
9420
9420
|
}, t);
|
|
9421
9421
|
}
|
|
9422
|
-
function
|
|
9422
|
+
function Oi(e, t, r = !0) {
|
|
9423
9423
|
if (!t || typeof t != "string")
|
|
9424
9424
|
return null;
|
|
9425
9425
|
if (e && e.vars && r) {
|
|
@@ -9431,7 +9431,7 @@ function Ai(e, t, r = !0) {
|
|
|
9431
9431
|
}
|
|
9432
9432
|
function Qn(e, t, r, n = r) {
|
|
9433
9433
|
let i;
|
|
9434
|
-
return typeof e == "function" ? i = e(r) : Array.isArray(e) ? i = e[r] || n : i =
|
|
9434
|
+
return typeof e == "function" ? i = e(r) : Array.isArray(e) ? i = e[r] || n : i = Oi(e, r) || n, t && (i = t(i, n, e)), i;
|
|
9435
9435
|
}
|
|
9436
9436
|
function je(e) {
|
|
9437
9437
|
const {
|
|
@@ -9442,7 +9442,7 @@ function je(e) {
|
|
|
9442
9442
|
} = e, o = (a) => {
|
|
9443
9443
|
if (a[t] == null)
|
|
9444
9444
|
return null;
|
|
9445
|
-
const s = a[t], l = a.theme, c =
|
|
9445
|
+
const s = a[t], l = a.theme, c = Oi(l, n) || {};
|
|
9446
9446
|
return Rt(a, s, (u) => {
|
|
9447
9447
|
let p = Qn(c, i, u);
|
|
9448
9448
|
return u === p && typeof u == "string" && (p = Qn(c, i, `${t}${u === "default" ? "" : er(u)}`, u)), r === !1 ? p : {
|
|
@@ -9481,9 +9481,9 @@ const kC = {
|
|
|
9481
9481
|
return [e];
|
|
9482
9482
|
const [t, r] = e.split(""), n = kC[t], i = jC[r] || "";
|
|
9483
9483
|
return Array.isArray(i) ? i.map((o) => n + o) : [n + i];
|
|
9484
|
-
}),
|
|
9484
|
+
}), Ai = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], $i = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], PC = [...Ai, ...$i];
|
|
9485
9485
|
function un(e, t, r, n) {
|
|
9486
|
-
const i =
|
|
9486
|
+
const i = Oi(e, t, !0) ?? r;
|
|
9487
9487
|
return typeof i == "number" || typeof i == "string" ? (o) => typeof o == "string" ? o : (process.env.NODE_ENV !== "production" && typeof o != "number" && console.error(`MUI: Expected ${n} argument to be a number or a string, got ${o}.`), typeof i == "string" ? `calc(${o} * ${i})` : i * o) : Array.isArray(i) ? (o) => {
|
|
9488
9488
|
if (typeof o == "string")
|
|
9489
9489
|
return o;
|
|
@@ -9516,11 +9516,11 @@ function pf(e, t) {
|
|
|
9516
9516
|
const r = Ia(e.theme);
|
|
9517
9517
|
return Object.keys(e).map((n) => DC(e, t, n, r)).reduce(en, {});
|
|
9518
9518
|
}
|
|
9519
|
-
function
|
|
9520
|
-
return pf(e,
|
|
9519
|
+
function Oe(e) {
|
|
9520
|
+
return pf(e, Ai);
|
|
9521
9521
|
}
|
|
9522
|
-
|
|
9523
|
-
|
|
9522
|
+
Oe.propTypes = process.env.NODE_ENV !== "production" ? Ai.reduce((e, t) => (e[t] = Wt, e), {}) : {};
|
|
9523
|
+
Oe.filterProps = Ai;
|
|
9524
9524
|
function Ae(e) {
|
|
9525
9525
|
return pf(e, $i);
|
|
9526
9526
|
}
|
|
@@ -9608,36 +9608,36 @@ const qC = je({
|
|
|
9608
9608
|
prop: "gridAutoRows"
|
|
9609
9609
|
}), QC = je({
|
|
9610
9610
|
prop: "gridTemplateColumns"
|
|
9611
|
-
}),
|
|
9611
|
+
}), eO = je({
|
|
9612
9612
|
prop: "gridTemplateRows"
|
|
9613
|
-
}),
|
|
9613
|
+
}), tO = je({
|
|
9614
9614
|
prop: "gridTemplateAreas"
|
|
9615
|
-
}),
|
|
9615
|
+
}), rO = je({
|
|
9616
9616
|
prop: "gridArea"
|
|
9617
9617
|
});
|
|
9618
|
-
ki(Ri, Pi, Ii, qC, KC, XC, JC, ZC, QC,
|
|
9618
|
+
ki(Ri, Pi, Ii, qC, KC, XC, JC, ZC, QC, eO, tO, rO);
|
|
9619
9619
|
function Er(e, t) {
|
|
9620
9620
|
return t === "grey" ? t : e;
|
|
9621
9621
|
}
|
|
9622
|
-
const
|
|
9622
|
+
const nO = je({
|
|
9623
9623
|
prop: "color",
|
|
9624
9624
|
themeKey: "palette",
|
|
9625
9625
|
transform: Er
|
|
9626
|
-
}),
|
|
9626
|
+
}), iO = je({
|
|
9627
9627
|
prop: "bgcolor",
|
|
9628
9628
|
cssProperty: "backgroundColor",
|
|
9629
9629
|
themeKey: "palette",
|
|
9630
9630
|
transform: Er
|
|
9631
|
-
}),
|
|
9631
|
+
}), oO = je({
|
|
9632
9632
|
prop: "backgroundColor",
|
|
9633
9633
|
themeKey: "palette",
|
|
9634
9634
|
transform: Er
|
|
9635
9635
|
});
|
|
9636
|
-
ki(
|
|
9636
|
+
ki(nO, iO, oO);
|
|
9637
9637
|
function ot(e) {
|
|
9638
9638
|
return e <= 1 && e !== 0 ? `${e * 100}%` : e;
|
|
9639
9639
|
}
|
|
9640
|
-
const
|
|
9640
|
+
const aO = je({
|
|
9641
9641
|
prop: "width",
|
|
9642
9642
|
transform: ot
|
|
9643
9643
|
}), Da = (e) => {
|
|
@@ -9658,16 +9658,16 @@ const aA = je({
|
|
|
9658
9658
|
return null;
|
|
9659
9659
|
};
|
|
9660
9660
|
Da.filterProps = ["maxWidth"];
|
|
9661
|
-
const
|
|
9661
|
+
const sO = je({
|
|
9662
9662
|
prop: "minWidth",
|
|
9663
9663
|
transform: ot
|
|
9664
|
-
}),
|
|
9664
|
+
}), lO = je({
|
|
9665
9665
|
prop: "height",
|
|
9666
9666
|
transform: ot
|
|
9667
|
-
}),
|
|
9667
|
+
}), cO = je({
|
|
9668
9668
|
prop: "maxHeight",
|
|
9669
9669
|
transform: ot
|
|
9670
|
-
}),
|
|
9670
|
+
}), uO = je({
|
|
9671
9671
|
prop: "minHeight",
|
|
9672
9672
|
transform: ot
|
|
9673
9673
|
});
|
|
@@ -9681,10 +9681,10 @@ je({
|
|
|
9681
9681
|
cssProperty: "height",
|
|
9682
9682
|
transform: ot
|
|
9683
9683
|
});
|
|
9684
|
-
const
|
|
9684
|
+
const fO = je({
|
|
9685
9685
|
prop: "boxSizing"
|
|
9686
9686
|
});
|
|
9687
|
-
ki(
|
|
9687
|
+
ki(aO, Da, sO, lO, cO, uO, fO);
|
|
9688
9688
|
const Di = {
|
|
9689
9689
|
// borders
|
|
9690
9690
|
border: {
|
|
@@ -9809,64 +9809,64 @@ const Di = {
|
|
|
9809
9809
|
style: Ae
|
|
9810
9810
|
},
|
|
9811
9811
|
m: {
|
|
9812
|
-
style:
|
|
9812
|
+
style: Oe
|
|
9813
9813
|
},
|
|
9814
9814
|
mt: {
|
|
9815
|
-
style:
|
|
9815
|
+
style: Oe
|
|
9816
9816
|
},
|
|
9817
9817
|
mr: {
|
|
9818
|
-
style:
|
|
9818
|
+
style: Oe
|
|
9819
9819
|
},
|
|
9820
9820
|
mb: {
|
|
9821
|
-
style:
|
|
9821
|
+
style: Oe
|
|
9822
9822
|
},
|
|
9823
9823
|
ml: {
|
|
9824
|
-
style:
|
|
9824
|
+
style: Oe
|
|
9825
9825
|
},
|
|
9826
9826
|
mx: {
|
|
9827
|
-
style:
|
|
9827
|
+
style: Oe
|
|
9828
9828
|
},
|
|
9829
9829
|
my: {
|
|
9830
|
-
style:
|
|
9830
|
+
style: Oe
|
|
9831
9831
|
},
|
|
9832
9832
|
margin: {
|
|
9833
|
-
style:
|
|
9833
|
+
style: Oe
|
|
9834
9834
|
},
|
|
9835
9835
|
marginTop: {
|
|
9836
|
-
style:
|
|
9836
|
+
style: Oe
|
|
9837
9837
|
},
|
|
9838
9838
|
marginRight: {
|
|
9839
|
-
style:
|
|
9839
|
+
style: Oe
|
|
9840
9840
|
},
|
|
9841
9841
|
marginBottom: {
|
|
9842
|
-
style:
|
|
9842
|
+
style: Oe
|
|
9843
9843
|
},
|
|
9844
9844
|
marginLeft: {
|
|
9845
|
-
style:
|
|
9845
|
+
style: Oe
|
|
9846
9846
|
},
|
|
9847
9847
|
marginX: {
|
|
9848
|
-
style:
|
|
9848
|
+
style: Oe
|
|
9849
9849
|
},
|
|
9850
9850
|
marginY: {
|
|
9851
|
-
style:
|
|
9851
|
+
style: Oe
|
|
9852
9852
|
},
|
|
9853
9853
|
marginInline: {
|
|
9854
|
-
style:
|
|
9854
|
+
style: Oe
|
|
9855
9855
|
},
|
|
9856
9856
|
marginInlineStart: {
|
|
9857
|
-
style:
|
|
9857
|
+
style: Oe
|
|
9858
9858
|
},
|
|
9859
9859
|
marginInlineEnd: {
|
|
9860
|
-
style:
|
|
9860
|
+
style: Oe
|
|
9861
9861
|
},
|
|
9862
9862
|
marginBlock: {
|
|
9863
|
-
style:
|
|
9863
|
+
style: Oe
|
|
9864
9864
|
},
|
|
9865
9865
|
marginBlockStart: {
|
|
9866
|
-
style:
|
|
9866
|
+
style: Oe
|
|
9867
9867
|
},
|
|
9868
9868
|
marginBlockEnd: {
|
|
9869
|
-
style:
|
|
9869
|
+
style: Oe
|
|
9870
9870
|
},
|
|
9871
9871
|
// display
|
|
9872
9872
|
displayPrint: {
|
|
@@ -9973,14 +9973,14 @@ const Di = {
|
|
|
9973
9973
|
themeKey: "typography"
|
|
9974
9974
|
}
|
|
9975
9975
|
};
|
|
9976
|
-
function
|
|
9976
|
+
function dO(...e) {
|
|
9977
9977
|
const t = e.reduce((n, i) => n.concat(Object.keys(i)), []), r = new Set(t);
|
|
9978
9978
|
return e.every((n) => r.size === Object.keys(n).length);
|
|
9979
9979
|
}
|
|
9980
|
-
function
|
|
9980
|
+
function pO(e, t) {
|
|
9981
9981
|
return typeof e == "function" ? e(t) : e;
|
|
9982
9982
|
}
|
|
9983
|
-
function
|
|
9983
|
+
function hO() {
|
|
9984
9984
|
function e(r, n, i, o) {
|
|
9985
9985
|
const a = {
|
|
9986
9986
|
[r]: n,
|
|
@@ -10002,7 +10002,7 @@ function hA() {
|
|
|
10002
10002
|
return {
|
|
10003
10003
|
[r]: n
|
|
10004
10004
|
};
|
|
10005
|
-
const p =
|
|
10005
|
+
const p = Oi(i, c) || {};
|
|
10006
10006
|
return u ? u(a) : Rt(a, n, (g) => {
|
|
10007
10007
|
let m = Qn(p, f, g);
|
|
10008
10008
|
return g === m && typeof g == "string" && (m = Qn(p, f, `${r}${g === "default" ? "" : er(g)}`, g)), l === !1 ? m : {
|
|
@@ -10026,10 +10026,10 @@ function hA() {
|
|
|
10026
10026
|
return s;
|
|
10027
10027
|
if (!l)
|
|
10028
10028
|
return null;
|
|
10029
|
-
const c =
|
|
10029
|
+
const c = OC(i.breakpoints), f = Object.keys(c);
|
|
10030
10030
|
let u = c;
|
|
10031
10031
|
return Object.keys(l).forEach((p) => {
|
|
10032
|
-
const y =
|
|
10032
|
+
const y = pO(l[p], i);
|
|
10033
10033
|
if (y != null)
|
|
10034
10034
|
if (typeof y == "object")
|
|
10035
10035
|
if (o[p])
|
|
@@ -10040,20 +10040,20 @@ function hA() {
|
|
|
10040
10040
|
}, y, (m) => ({
|
|
10041
10041
|
[p]: m
|
|
10042
10042
|
}));
|
|
10043
|
-
|
|
10043
|
+
dO(g, y) ? u[p] = t({
|
|
10044
10044
|
sx: y,
|
|
10045
10045
|
theme: i
|
|
10046
10046
|
}) : u = en(u, g);
|
|
10047
10047
|
}
|
|
10048
10048
|
else
|
|
10049
10049
|
u = en(u, e(p, y, i, o));
|
|
10050
|
-
}), TC(i,
|
|
10050
|
+
}), TC(i, AC(f, u));
|
|
10051
10051
|
}
|
|
10052
10052
|
return Array.isArray(n) ? n.map(a) : a(n);
|
|
10053
10053
|
}
|
|
10054
10054
|
return t;
|
|
10055
10055
|
}
|
|
10056
|
-
const Sr =
|
|
10056
|
+
const Sr = hO();
|
|
10057
10057
|
Sr.filterProps = ["sx"];
|
|
10058
10058
|
function Fo() {
|
|
10059
10059
|
return Fo = Object.assign ? Object.assign.bind() : function(e) {
|
|
@@ -10070,13 +10070,13 @@ function hf(e) {
|
|
|
10070
10070
|
return t[r] === void 0 && (t[r] = e(r)), t[r];
|
|
10071
10071
|
};
|
|
10072
10072
|
}
|
|
10073
|
-
var
|
|
10073
|
+
var mO = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, gO = /* @__PURE__ */ hf(
|
|
10074
10074
|
function(e) {
|
|
10075
|
-
return
|
|
10075
|
+
return mO.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
|
|
10076
10076
|
}
|
|
10077
10077
|
/* Z+1 */
|
|
10078
|
-
),
|
|
10079
|
-
function
|
|
10078
|
+
), yO = !0;
|
|
10079
|
+
function vO(e, t, r) {
|
|
10080
10080
|
var n = "";
|
|
10081
10081
|
return r.split(" ").forEach(function(i) {
|
|
10082
10082
|
e[i] !== void 0 ? t.push(e[i] + ";") : i && (n += i + " ");
|
|
@@ -10093,8 +10093,8 @@ var mf = function(t, r, n) {
|
|
|
10093
10093
|
// in node since emotion-server relies on whether a style is in
|
|
10094
10094
|
// the registered cache to know whether a style is global or not
|
|
10095
10095
|
// also, note that this check will be dead code eliminated in the browser
|
|
10096
|
-
|
|
10097
|
-
},
|
|
10096
|
+
yO === !1) && t.registered[i] === void 0 && (t.registered[i] = r.styles);
|
|
10097
|
+
}, bO = function(t, r, n) {
|
|
10098
10098
|
mf(t, r, n);
|
|
10099
10099
|
var i = t.key + "-" + r.name;
|
|
10100
10100
|
if (t.inserted[r.name] === void 0) {
|
|
@@ -10104,7 +10104,7 @@ var mf = function(t, r, n) {
|
|
|
10104
10104
|
while (o !== void 0);
|
|
10105
10105
|
}
|
|
10106
10106
|
};
|
|
10107
|
-
function
|
|
10107
|
+
function xO(e) {
|
|
10108
10108
|
for (var t = 0, r, n = 0, i = e.length; i >= 4; ++n, i -= 4)
|
|
10109
10109
|
r = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, r = /* Math.imul(k, m): */
|
|
10110
10110
|
(r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), r ^= /* k >>> r: */
|
|
@@ -10123,7 +10123,7 @@ function xA(e) {
|
|
|
10123
10123
|
return t ^= t >>> 13, t = /* Math.imul(h, m): */
|
|
10124
10124
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
|
|
10125
10125
|
}
|
|
10126
|
-
var
|
|
10126
|
+
var _O = {
|
|
10127
10127
|
animationIterationCount: 1,
|
|
10128
10128
|
aspectRatio: 1,
|
|
10129
10129
|
borderImageOutset: 1,
|
|
@@ -10172,18 +10172,18 @@ var _A = {
|
|
|
10172
10172
|
strokeMiterlimit: 1,
|
|
10173
10173
|
strokeOpacity: 1,
|
|
10174
10174
|
strokeWidth: 1
|
|
10175
|
-
},
|
|
10175
|
+
}, TO = !1, EO = /[A-Z]|^ms/g, SO = /_EMO_([^_]+?)_([^]*?)_EMO_/g, gf = function(t) {
|
|
10176
10176
|
return t.charCodeAt(1) === 45;
|
|
10177
10177
|
}, Il = function(t) {
|
|
10178
10178
|
return t != null && typeof t != "boolean";
|
|
10179
10179
|
}, so = /* @__PURE__ */ hf(function(e) {
|
|
10180
|
-
return gf(e) ? e : e.replace(
|
|
10180
|
+
return gf(e) ? e : e.replace(EO, "-$&").toLowerCase();
|
|
10181
10181
|
}), Dl = function(t, r) {
|
|
10182
10182
|
switch (t) {
|
|
10183
10183
|
case "animation":
|
|
10184
10184
|
case "animationName":
|
|
10185
10185
|
if (typeof r == "string")
|
|
10186
|
-
return r.replace(
|
|
10186
|
+
return r.replace(SO, function(n, i, o) {
|
|
10187
10187
|
return Et = {
|
|
10188
10188
|
name: i,
|
|
10189
10189
|
styles: o,
|
|
@@ -10191,8 +10191,8 @@ var _A = {
|
|
|
10191
10191
|
}, i;
|
|
10192
10192
|
});
|
|
10193
10193
|
}
|
|
10194
|
-
return
|
|
10195
|
-
},
|
|
10194
|
+
return _O[t] !== 1 && !gf(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
|
|
10195
|
+
}, wO = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
|
|
10196
10196
|
function rn(e, t, r) {
|
|
10197
10197
|
if (r == null)
|
|
10198
10198
|
return "";
|
|
@@ -10223,7 +10223,7 @@ function rn(e, t, r) {
|
|
|
10223
10223
|
var s = o.styles + ";";
|
|
10224
10224
|
return s;
|
|
10225
10225
|
}
|
|
10226
|
-
return
|
|
10226
|
+
return CO(e, t, r);
|
|
10227
10227
|
}
|
|
10228
10228
|
case "function": {
|
|
10229
10229
|
if (e !== void 0) {
|
|
@@ -10239,7 +10239,7 @@ function rn(e, t, r) {
|
|
|
10239
10239
|
var u = t[f];
|
|
10240
10240
|
return u !== void 0 ? u : f;
|
|
10241
10241
|
}
|
|
10242
|
-
function
|
|
10242
|
+
function CO(e, t, r) {
|
|
10243
10243
|
var n = "";
|
|
10244
10244
|
if (Array.isArray(r))
|
|
10245
10245
|
for (var i = 0; i < r.length; i++)
|
|
@@ -10251,8 +10251,8 @@ function CA(e, t, r) {
|
|
|
10251
10251
|
var s = a;
|
|
10252
10252
|
t != null && t[s] !== void 0 ? n += o + "{" + t[s] + "}" : Il(s) && (n += so(o) + ":" + Dl(o, s) + ";");
|
|
10253
10253
|
} else {
|
|
10254
|
-
if (o === "NO_COMPONENT_SELECTOR" &&
|
|
10255
|
-
throw new Error(
|
|
10254
|
+
if (o === "NO_COMPONENT_SELECTOR" && TO)
|
|
10255
|
+
throw new Error(wO);
|
|
10256
10256
|
if (Array.isArray(a) && typeof a[0] == "string" && (t == null || t[a[0]] === void 0))
|
|
10257
10257
|
for (var l = 0; l < a.length; l++)
|
|
10258
10258
|
Il(a[l]) && (n += so(o) + ":" + Dl(o, a[l]) + ";");
|
|
@@ -10293,22 +10293,22 @@ function yf(e, t, r) {
|
|
|
10293
10293
|
Ml.lastIndex = 0;
|
|
10294
10294
|
for (var c = "", f; (f = Ml.exec(i)) !== null; )
|
|
10295
10295
|
c += "-" + f[1];
|
|
10296
|
-
var u =
|
|
10296
|
+
var u = xO(i) + c;
|
|
10297
10297
|
return {
|
|
10298
10298
|
name: u,
|
|
10299
10299
|
styles: i,
|
|
10300
10300
|
next: Et
|
|
10301
10301
|
};
|
|
10302
10302
|
}
|
|
10303
|
-
var
|
|
10303
|
+
var OO = function(t) {
|
|
10304
10304
|
return t();
|
|
10305
|
-
},
|
|
10305
|
+
}, AO = it.useInsertionEffect ? it.useInsertionEffect : !1, $O = AO || OO, kO = gO, jO = function(t) {
|
|
10306
10306
|
return t !== "theme";
|
|
10307
10307
|
}, Nl = function(t) {
|
|
10308
10308
|
return typeof t == "string" && // 96 is one less than the char code
|
|
10309
10309
|
// for "a" so this is checking that
|
|
10310
10310
|
// it's a lowercase character
|
|
10311
|
-
t.charCodeAt(0) > 96 ?
|
|
10311
|
+
t.charCodeAt(0) > 96 ? kO : jO;
|
|
10312
10312
|
}, Fl = function(t, r, n) {
|
|
10313
10313
|
var i;
|
|
10314
10314
|
if (r) {
|
|
@@ -10318,12 +10318,12 @@ var AA = function(t) {
|
|
|
10318
10318
|
} : o;
|
|
10319
10319
|
}
|
|
10320
10320
|
return typeof i != "function" && n && (i = t.__emotion_forwardProp), i;
|
|
10321
|
-
},
|
|
10321
|
+
}, RO = !1, PO = function(t) {
|
|
10322
10322
|
var r = t.cache, n = t.serialized, i = t.isStringTag;
|
|
10323
|
-
return mf(r, n, i), $
|
|
10324
|
-
return
|
|
10323
|
+
return mf(r, n, i), $O(function() {
|
|
10324
|
+
return bO(r, n, i);
|
|
10325
10325
|
}), null;
|
|
10326
|
-
},
|
|
10326
|
+
}, IO = function e(t, r) {
|
|
10327
10327
|
var n = t.__emotion_real === t, i = n && t.__emotion_base || t, o, a;
|
|
10328
10328
|
r !== void 0 && (o = r.label, a = r.target);
|
|
10329
10329
|
var s = Fl(t, r, n), l = s || Nl(i), c = !l("as");
|
|
@@ -10344,13 +10344,13 @@ var AA = function(t) {
|
|
|
10344
10344
|
_[R] = m[R];
|
|
10345
10345
|
_.theme = it.useContext(yd);
|
|
10346
10346
|
}
|
|
10347
|
-
typeof m.className == "string" ? j =
|
|
10347
|
+
typeof m.className == "string" ? j = vO(x.registered, C, m.className) : m.className != null && (j = m.className + " ");
|
|
10348
10348
|
var V = yf(u.concat(C), x.registered, _);
|
|
10349
10349
|
j += x.key + "-" + V.name, a !== void 0 && (j += " " + a);
|
|
10350
10350
|
var ae = c && s === void 0 ? Nl(D) : l, ee = {};
|
|
10351
10351
|
for (var h in m)
|
|
10352
10352
|
c && h === "as" || ae(h) && (ee[h] = m[h]);
|
|
10353
|
-
return ee.className = j, $ && (ee.ref = $), /* @__PURE__ */ it.createElement(it.Fragment, null, /* @__PURE__ */ it.createElement(
|
|
10353
|
+
return ee.className = j, $ && (ee.ref = $), /* @__PURE__ */ it.createElement(it.Fragment, null, /* @__PURE__ */ it.createElement(PO, {
|
|
10354
10354
|
cache: x,
|
|
10355
10355
|
serialized: V,
|
|
10356
10356
|
isStringTag: typeof D == "string"
|
|
@@ -10358,7 +10358,7 @@ var AA = function(t) {
|
|
|
10358
10358
|
});
|
|
10359
10359
|
return g.displayName = o !== void 0 ? o : "Styled(" + (typeof i == "string" ? i : i.displayName || i.name || "Component") + ")", g.defaultProps = t.defaultProps, g.__emotion_real = g, g.__emotion_base = i, g.__emotion_styles = u, g.__emotion_forwardProp = s, Object.defineProperty(g, "toString", {
|
|
10360
10360
|
value: function() {
|
|
10361
|
-
return a === void 0 &&
|
|
10361
|
+
return a === void 0 && RO ? "NO_COMPONENT_SELECTOR" : "." + a;
|
|
10362
10362
|
}
|
|
10363
10363
|
}), g.withComponent = function(m, x) {
|
|
10364
10364
|
return e(m, Fo({}, r, x, {
|
|
@@ -10366,7 +10366,7 @@ var AA = function(t) {
|
|
|
10366
10366
|
})).apply(void 0, u);
|
|
10367
10367
|
}, g;
|
|
10368
10368
|
};
|
|
10369
|
-
},
|
|
10369
|
+
}, DO = [
|
|
10370
10370
|
"a",
|
|
10371
10371
|
"abbr",
|
|
10372
10372
|
"address",
|
|
@@ -10502,8 +10502,8 @@ var AA = function(t) {
|
|
|
10502
10502
|
"svg",
|
|
10503
10503
|
"text",
|
|
10504
10504
|
"tspan"
|
|
10505
|
-
], Lo =
|
|
10506
|
-
|
|
10505
|
+
], Lo = IO.bind();
|
|
10506
|
+
DO.forEach(function(e) {
|
|
10507
10507
|
Lo[e] = Lo(e);
|
|
10508
10508
|
});
|
|
10509
10509
|
/**
|
|
@@ -10513,7 +10513,7 @@ DA.forEach(function(e) {
|
|
|
10513
10513
|
* This source code is licensed under the MIT license found in the
|
|
10514
10514
|
* LICENSE file in the root directory of this source tree.
|
|
10515
10515
|
*/
|
|
10516
|
-
function
|
|
10516
|
+
function MO(e, t) {
|
|
10517
10517
|
const r = Lo(e, t);
|
|
10518
10518
|
return process.env.NODE_ENV !== "production" ? (...n) => {
|
|
10519
10519
|
const i = typeof e == "string" ? `"${e}"` : "component";
|
|
@@ -10521,14 +10521,14 @@ function MA(e, t) {
|
|
|
10521
10521
|
`)) : n.some((o) => o === void 0) && console.error(`MUI: the styled(${i})(...args) API requires all its args to be defined.`), r(...n);
|
|
10522
10522
|
} : r;
|
|
10523
10523
|
}
|
|
10524
|
-
function
|
|
10524
|
+
function NO(e, t) {
|
|
10525
10525
|
Array.isArray(e.__emotion_styles) && (e.__emotion_styles = t(e.__emotion_styles));
|
|
10526
10526
|
}
|
|
10527
10527
|
const Ll = [];
|
|
10528
10528
|
function zl(e) {
|
|
10529
10529
|
return Ll[0] = e, yf(Ll);
|
|
10530
10530
|
}
|
|
10531
|
-
const
|
|
10531
|
+
const FO = (e) => {
|
|
10532
10532
|
const t = Object.keys(e).map((r) => ({
|
|
10533
10533
|
key: r,
|
|
10534
10534
|
val: e[r]
|
|
@@ -10538,7 +10538,7 @@ const FA = (e) => {
|
|
|
10538
10538
|
[n.key]: n.val
|
|
10539
10539
|
}), {});
|
|
10540
10540
|
};
|
|
10541
|
-
function
|
|
10541
|
+
function LO(e) {
|
|
10542
10542
|
const {
|
|
10543
10543
|
// The breakpoint **start** at this value.
|
|
10544
10544
|
// For instance with the first breakpoint xs: [xs, sm).
|
|
@@ -10557,7 +10557,7 @@ function LA(e) {
|
|
|
10557
10557
|
unit: r = "px",
|
|
10558
10558
|
step: n = 5,
|
|
10559
10559
|
...i
|
|
10560
|
-
} = e, o =
|
|
10560
|
+
} = e, o = FO(t), a = Object.keys(o);
|
|
10561
10561
|
function s(p) {
|
|
10562
10562
|
return `@media (min-width:${typeof t[p] == "number" ? t[p] : p}${r})`;
|
|
10563
10563
|
}
|
|
@@ -10587,7 +10587,7 @@ function LA(e) {
|
|
|
10587
10587
|
...i
|
|
10588
10588
|
};
|
|
10589
10589
|
}
|
|
10590
|
-
const
|
|
10590
|
+
const zO = {
|
|
10591
10591
|
borderRadius: 4
|
|
10592
10592
|
};
|
|
10593
10593
|
function vf(e = 8, t = Ia({
|
|
@@ -10601,7 +10601,7 @@ function vf(e = 8, t = Ia({
|
|
|
10601
10601
|
}).join(" "));
|
|
10602
10602
|
return r.mui = !0, r;
|
|
10603
10603
|
}
|
|
10604
|
-
function
|
|
10604
|
+
function UO(e, t) {
|
|
10605
10605
|
var n;
|
|
10606
10606
|
const r = this;
|
|
10607
10607
|
if (r.vars) {
|
|
@@ -10621,7 +10621,7 @@ function bf(e = {}, ...t) {
|
|
|
10621
10621
|
spacing: i,
|
|
10622
10622
|
shape: o = {},
|
|
10623
10623
|
...a
|
|
10624
|
-
} = e, s =
|
|
10624
|
+
} = e, s = LO(r), l = vf(i);
|
|
10625
10625
|
let c = st({
|
|
10626
10626
|
breakpoints: s,
|
|
10627
10627
|
direction: "ltr",
|
|
@@ -10633,11 +10633,11 @@ function bf(e = {}, ...t) {
|
|
|
10633
10633
|
},
|
|
10634
10634
|
spacing: l,
|
|
10635
10635
|
shape: {
|
|
10636
|
-
...
|
|
10636
|
+
...zO,
|
|
10637
10637
|
...o
|
|
10638
10638
|
}
|
|
10639
10639
|
}, a);
|
|
10640
|
-
return c = wC(c), c.applyStyles =
|
|
10640
|
+
return c = wC(c), c.applyStyles = UO, c = t.reduce((f, u) => st(f, u), c), c.unstable_sxConfig = {
|
|
10641
10641
|
...Di,
|
|
10642
10642
|
...a == null ? void 0 : a.unstable_sxConfig
|
|
10643
10643
|
}, c.unstable_sx = function(u) {
|
|
@@ -10660,15 +10660,15 @@ function xf(e) {
|
|
|
10660
10660
|
typeof i.style != "function" && (i.style = zl(i.style));
|
|
10661
10661
|
}), n;
|
|
10662
10662
|
}
|
|
10663
|
-
const
|
|
10663
|
+
const BO = bf();
|
|
10664
10664
|
function lo(e) {
|
|
10665
10665
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
10666
10666
|
}
|
|
10667
|
-
function
|
|
10667
|
+
function VO(e) {
|
|
10668
10668
|
return e ? (t, r) => r[e] : null;
|
|
10669
10669
|
}
|
|
10670
|
-
function
|
|
10671
|
-
e.theme =
|
|
10670
|
+
function HO(e, t, r) {
|
|
10671
|
+
e.theme = qO(e.theme) ? r : e.theme[t] || e.theme;
|
|
10672
10672
|
}
|
|
10673
10673
|
function Bn(e, t) {
|
|
10674
10674
|
const r = typeof t == "function" ? t(e) : t;
|
|
@@ -10713,18 +10713,18 @@ function _f(e, t, r = []) {
|
|
|
10713
10713
|
}
|
|
10714
10714
|
return r;
|
|
10715
10715
|
}
|
|
10716
|
-
function
|
|
10716
|
+
function WO(e = {}) {
|
|
10717
10717
|
const {
|
|
10718
10718
|
themeId: t,
|
|
10719
|
-
defaultTheme: r =
|
|
10719
|
+
defaultTheme: r = BO,
|
|
10720
10720
|
rootShouldForwardProp: n = lo,
|
|
10721
10721
|
slotShouldForwardProp: i = lo
|
|
10722
10722
|
} = e;
|
|
10723
10723
|
function o(s) {
|
|
10724
|
-
|
|
10724
|
+
HO(s, t, r);
|
|
10725
10725
|
}
|
|
10726
10726
|
return (s, l = {}) => {
|
|
10727
|
-
|
|
10727
|
+
NO(s, (_) => _.filter((R) => R !== Sr));
|
|
10728
10728
|
const {
|
|
10729
10729
|
name: c,
|
|
10730
10730
|
slot: f,
|
|
@@ -10732,7 +10732,7 @@ function WA(e = {}) {
|
|
|
10732
10732
|
skipSx: p,
|
|
10733
10733
|
// TODO v6: remove `lowercaseFirstLetter()` in the next major release
|
|
10734
10734
|
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
10735
|
-
overridesResolver: y =
|
|
10735
|
+
overridesResolver: y = VO(Tf(f)),
|
|
10736
10736
|
...g
|
|
10737
10737
|
} = l, m = u !== void 0 ? u : (
|
|
10738
10738
|
// TODO v6: remove `Root` in the next major release
|
|
@@ -10740,10 +10740,10 @@ function WA(e = {}) {
|
|
|
10740
10740
|
f && f !== "Root" && f !== "root" || !1
|
|
10741
10741
|
), x = p || !1;
|
|
10742
10742
|
let $ = lo;
|
|
10743
|
-
f === "Root" || f === "root" ? $ = n : f ? $ = i :
|
|
10744
|
-
const D =
|
|
10743
|
+
f === "Root" || f === "root" ? $ = n : f ? $ = i : KO(s) && ($ = void 0);
|
|
10744
|
+
const D = MO(s, {
|
|
10745
10745
|
shouldForwardProp: $,
|
|
10746
|
-
label:
|
|
10746
|
+
label: YO(c, f),
|
|
10747
10747
|
...g
|
|
10748
10748
|
}), j = (_) => {
|
|
10749
10749
|
if (typeof _ == "function" && _.__emotion_real !== _)
|
|
@@ -10778,24 +10778,24 @@ function WA(e = {}) {
|
|
|
10778
10778
|
J = [...L, ...w, ...U], J.raw = [...L, ...w.raw, ...U], R.unshift(J);
|
|
10779
10779
|
}
|
|
10780
10780
|
const ee = [...R, ...V, ...ae], h = D(...ee);
|
|
10781
|
-
return s.muiName && (h.muiName = s.muiName), process.env.NODE_ENV !== "production" && (h.displayName =
|
|
10781
|
+
return s.muiName && (h.muiName = s.muiName), process.env.NODE_ENV !== "production" && (h.displayName = GO(c, f, s)), h;
|
|
10782
10782
|
};
|
|
10783
10783
|
return D.withConfig && (C.withConfig = D.withConfig), C;
|
|
10784
10784
|
};
|
|
10785
10785
|
}
|
|
10786
|
-
function
|
|
10786
|
+
function GO(e, t, r) {
|
|
10787
10787
|
return e ? `${e}${er(t || "")}` : `Styled(${hC(r)})`;
|
|
10788
10788
|
}
|
|
10789
|
-
function
|
|
10789
|
+
function YO(e, t) {
|
|
10790
10790
|
let r;
|
|
10791
10791
|
return process.env.NODE_ENV !== "production" && e && (r = `${e}-${Tf(t || "Root")}`), r;
|
|
10792
10792
|
}
|
|
10793
|
-
function
|
|
10793
|
+
function qO(e) {
|
|
10794
10794
|
for (const t in e)
|
|
10795
10795
|
return !1;
|
|
10796
10796
|
return !0;
|
|
10797
10797
|
}
|
|
10798
|
-
function
|
|
10798
|
+
function KO(e) {
|
|
10799
10799
|
return typeof e == "string" && // 96 is one less than the char code
|
|
10800
10800
|
// for "a" so this is checking that
|
|
10801
10801
|
// it's a lowercase character
|
|
@@ -10807,7 +10807,7 @@ function Tf(e) {
|
|
|
10807
10807
|
function Ma(e, t = 0, r = 1) {
|
|
10808
10808
|
return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`), xC(e, t, r);
|
|
10809
10809
|
}
|
|
10810
|
-
function
|
|
10810
|
+
function XO(e) {
|
|
10811
10811
|
e = e.slice(1);
|
|
10812
10812
|
const t = new RegExp(`.{1,${e.length >= 6 ? 2 : 1}}`, "g");
|
|
10813
10813
|
let r = e.match(t);
|
|
@@ -10817,7 +10817,7 @@ function Ut(e) {
|
|
|
10817
10817
|
if (e.type)
|
|
10818
10818
|
return e;
|
|
10819
10819
|
if (e.charAt(0) === "#")
|
|
10820
|
-
return Ut(
|
|
10820
|
+
return Ut(XO(e));
|
|
10821
10821
|
const t = e.indexOf("("), r = e.substring(0, t);
|
|
10822
10822
|
if (!["rgb", "rgba", "hsl", "hsla", "color"].includes(r))
|
|
10823
10823
|
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: Unsupported \`${e}\` color.
|
|
@@ -10835,12 +10835,12 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
|
|
|
10835
10835
|
colorSpace: i
|
|
10836
10836
|
};
|
|
10837
10837
|
}
|
|
10838
|
-
const
|
|
10838
|
+
const JO = (e) => {
|
|
10839
10839
|
const t = Ut(e);
|
|
10840
10840
|
return t.values.slice(0, 3).map((r, n) => t.type.includes("hsl") && n !== 0 ? `${r}%` : r).join(" ");
|
|
10841
10841
|
}, Xr = (e, t) => {
|
|
10842
10842
|
try {
|
|
10843
|
-
return
|
|
10843
|
+
return JO(e);
|
|
10844
10844
|
} catch {
|
|
10845
10845
|
return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
|
|
10846
10846
|
}
|
|
@@ -10876,12 +10876,12 @@ function Ul(e, t) {
|
|
|
10876
10876
|
const r = zo(e), n = zo(t);
|
|
10877
10877
|
return (Math.max(r, n) + 0.05) / (Math.min(r, n) + 0.05);
|
|
10878
10878
|
}
|
|
10879
|
-
function
|
|
10879
|
+
function ZO(e, t) {
|
|
10880
10880
|
return e = Ut(e), t = Ma(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, Mi(e);
|
|
10881
10881
|
}
|
|
10882
10882
|
function Mn(e, t, r) {
|
|
10883
10883
|
try {
|
|
10884
|
-
return
|
|
10884
|
+
return ZO(e, t);
|
|
10885
10885
|
} catch {
|
|
10886
10886
|
return e;
|
|
10887
10887
|
}
|
|
@@ -10919,19 +10919,19 @@ function ve(e, t, r) {
|
|
|
10919
10919
|
return e;
|
|
10920
10920
|
}
|
|
10921
10921
|
}
|
|
10922
|
-
function
|
|
10922
|
+
function QO(e, t = 0.15) {
|
|
10923
10923
|
return zo(e) > 0.5 ? Na(e, t) : Fa(e, t);
|
|
10924
10924
|
}
|
|
10925
10925
|
function Nn(e, t, r) {
|
|
10926
10926
|
try {
|
|
10927
|
-
return
|
|
10927
|
+
return QO(e, t);
|
|
10928
10928
|
} catch {
|
|
10929
10929
|
return e;
|
|
10930
10930
|
}
|
|
10931
10931
|
}
|
|
10932
|
-
const
|
|
10932
|
+
const eA = /* @__PURE__ */ it.createContext(void 0);
|
|
10933
10933
|
process.env.NODE_ENV !== "production" && (ce.node, ce.object);
|
|
10934
|
-
function
|
|
10934
|
+
function tA(e) {
|
|
10935
10935
|
const {
|
|
10936
10936
|
theme: t,
|
|
10937
10937
|
name: r,
|
|
@@ -10942,12 +10942,12 @@ function tO(e) {
|
|
|
10942
10942
|
const i = t.components[r];
|
|
10943
10943
|
return i.defaultProps ? No(i.defaultProps, n) : !i.styleOverrides && !i.variants ? No(i, n) : n;
|
|
10944
10944
|
}
|
|
10945
|
-
function
|
|
10945
|
+
function rA({
|
|
10946
10946
|
props: e,
|
|
10947
10947
|
name: t
|
|
10948
10948
|
}) {
|
|
10949
|
-
const r = it.useContext(
|
|
10950
|
-
return
|
|
10949
|
+
const r = it.useContext(eA);
|
|
10950
|
+
return tA({
|
|
10951
10951
|
props: e,
|
|
10952
10952
|
name: t,
|
|
10953
10953
|
theme: {
|
|
@@ -10958,14 +10958,14 @@ function rO({
|
|
|
10958
10958
|
const Bl = {
|
|
10959
10959
|
theme: void 0
|
|
10960
10960
|
};
|
|
10961
|
-
function
|
|
10961
|
+
function nA(e) {
|
|
10962
10962
|
let t, r;
|
|
10963
10963
|
return function(i) {
|
|
10964
10964
|
let o = t;
|
|
10965
10965
|
return (o === void 0 || i.theme !== r) && (Bl.theme = i.theme, o = xf(e(Bl)), t = o, r = i.theme), o;
|
|
10966
10966
|
};
|
|
10967
10967
|
}
|
|
10968
|
-
function
|
|
10968
|
+
function iA(e = "") {
|
|
10969
10969
|
function t(...n) {
|
|
10970
10970
|
if (!n.length)
|
|
10971
10971
|
return "";
|
|
@@ -10979,24 +10979,24 @@ const Vl = (e, t, r, n = []) => {
|
|
|
10979
10979
|
t.forEach((o, a) => {
|
|
10980
10980
|
a === t.length - 1 ? Array.isArray(i) ? i[Number(o)] = r : i && typeof i == "object" && (i[o] = r) : i && typeof i == "object" && (i[o] || (i[o] = n.includes(o) ? [] : {}), i = i[o]);
|
|
10981
10981
|
});
|
|
10982
|
-
},
|
|
10982
|
+
}, oA = (e, t, r) => {
|
|
10983
10983
|
function n(i, o = [], a = []) {
|
|
10984
10984
|
Object.entries(i).forEach(([s, l]) => {
|
|
10985
10985
|
(!r || r && !r([...o, s])) && l != null && (typeof l == "object" && Object.keys(l).length > 0 ? n(l, [...o, s], Array.isArray(l) ? [...a, s] : a) : t([...o, s], l, a));
|
|
10986
10986
|
});
|
|
10987
10987
|
}
|
|
10988
10988
|
n(e);
|
|
10989
|
-
},
|
|
10989
|
+
}, aA = (e, t) => typeof t == "number" ? ["lineHeight", "fontWeight", "opacity", "zIndex"].some((n) => e.includes(n)) || e[e.length - 1].toLowerCase().includes("opacity") ? t : `${t}px` : t;
|
|
10990
10990
|
function co(e, t) {
|
|
10991
10991
|
const {
|
|
10992
10992
|
prefix: r,
|
|
10993
10993
|
shouldSkipGeneratingVar: n
|
|
10994
10994
|
} = t || {}, i = {}, o = {}, a = {};
|
|
10995
|
-
return
|
|
10995
|
+
return oA(
|
|
10996
10996
|
e,
|
|
10997
10997
|
(s, l, c) => {
|
|
10998
10998
|
if ((typeof l == "string" || typeof l == "number") && (!n || !n(s, l))) {
|
|
10999
|
-
const f = `--${r ? `${r}-` : ""}${s.join("-")}`, u =
|
|
10999
|
+
const f = `--${r ? `${r}-` : ""}${s.join("-")}`, u = aA(s, l);
|
|
11000
11000
|
Object.assign(i, {
|
|
11001
11001
|
[f]: u
|
|
11002
11002
|
}), Vl(o, s, `var(${f})`, c), Vl(a, s, `var(${f}, ${u})`, c);
|
|
@@ -11010,7 +11010,7 @@ function co(e, t) {
|
|
|
11010
11010
|
varsWithDefaults: a
|
|
11011
11011
|
};
|
|
11012
11012
|
}
|
|
11013
|
-
function
|
|
11013
|
+
function sA(e, t = {}) {
|
|
11014
11014
|
const {
|
|
11015
11015
|
getSelector: r = x,
|
|
11016
11016
|
disableCssColorScheme: n,
|
|
@@ -11125,7 +11125,7 @@ function sO(e, t = {}) {
|
|
|
11125
11125
|
}
|
|
11126
11126
|
};
|
|
11127
11127
|
}
|
|
11128
|
-
function
|
|
11128
|
+
function lA(e) {
|
|
11129
11129
|
return function(r) {
|
|
11130
11130
|
return e === "media" ? (process.env.NODE_ENV !== "production" && r !== "light" && r !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${r}'.`), `@media (prefers-color-scheme: ${r})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${r}"] &` : e === "class" ? `.${r} &` : e === "data" ? `[data-${r}] &` : `${e.replace("%s", r)} &` : "&";
|
|
11131
11131
|
};
|
|
@@ -11133,7 +11133,7 @@ function lO(e) {
|
|
|
11133
11133
|
const nn = {
|
|
11134
11134
|
black: "#000",
|
|
11135
11135
|
white: "#fff"
|
|
11136
|
-
},
|
|
11136
|
+
}, cA = {
|
|
11137
11137
|
50: "#fafafa",
|
|
11138
11138
|
100: "#f5f5f5",
|
|
11139
11139
|
200: "#eeeeee",
|
|
@@ -11279,7 +11279,7 @@ function Sf() {
|
|
|
11279
11279
|
}
|
|
11280
11280
|
};
|
|
11281
11281
|
}
|
|
11282
|
-
const
|
|
11282
|
+
const uA = Sf();
|
|
11283
11283
|
function wf() {
|
|
11284
11284
|
return {
|
|
11285
11285
|
text: {
|
|
@@ -11313,7 +11313,7 @@ function Wl(e, t, r, n) {
|
|
|
11313
11313
|
const i = n.light || n, o = n.dark || n * 1.5;
|
|
11314
11314
|
e[t] || (e.hasOwnProperty(r) ? e[t] = e[r] : t === "light" ? e.light = Fa(e.main, i) : t === "dark" && (e.dark = Na(e.main, o)));
|
|
11315
11315
|
}
|
|
11316
|
-
function
|
|
11316
|
+
function fA(e = "light") {
|
|
11317
11317
|
return e === "dark" ? {
|
|
11318
11318
|
main: vr[200],
|
|
11319
11319
|
light: vr[50],
|
|
@@ -11324,7 +11324,7 @@ function fO(e = "light") {
|
|
|
11324
11324
|
dark: vr[800]
|
|
11325
11325
|
};
|
|
11326
11326
|
}
|
|
11327
|
-
function
|
|
11327
|
+
function dA(e = "light") {
|
|
11328
11328
|
return e === "dark" ? {
|
|
11329
11329
|
main: gr[200],
|
|
11330
11330
|
light: gr[50],
|
|
@@ -11335,7 +11335,7 @@ function dO(e = "light") {
|
|
|
11335
11335
|
dark: gr[700]
|
|
11336
11336
|
};
|
|
11337
11337
|
}
|
|
11338
|
-
function
|
|
11338
|
+
function pA(e = "light") {
|
|
11339
11339
|
return e === "dark" ? {
|
|
11340
11340
|
main: yr[500],
|
|
11341
11341
|
light: yr[300],
|
|
@@ -11346,7 +11346,7 @@ function pO(e = "light") {
|
|
|
11346
11346
|
dark: yr[800]
|
|
11347
11347
|
};
|
|
11348
11348
|
}
|
|
11349
|
-
function
|
|
11349
|
+
function hA(e = "light") {
|
|
11350
11350
|
return e === "dark" ? {
|
|
11351
11351
|
main: br[400],
|
|
11352
11352
|
light: br[300],
|
|
@@ -11357,7 +11357,7 @@ function hO(e = "light") {
|
|
|
11357
11357
|
dark: br[900]
|
|
11358
11358
|
};
|
|
11359
11359
|
}
|
|
11360
|
-
function
|
|
11360
|
+
function mA(e = "light") {
|
|
11361
11361
|
return e === "dark" ? {
|
|
11362
11362
|
main: xr[400],
|
|
11363
11363
|
light: xr[300],
|
|
@@ -11368,7 +11368,7 @@ function mO(e = "light") {
|
|
|
11368
11368
|
dark: xr[900]
|
|
11369
11369
|
};
|
|
11370
11370
|
}
|
|
11371
|
-
function
|
|
11371
|
+
function gA(e = "light") {
|
|
11372
11372
|
return e === "dark" ? {
|
|
11373
11373
|
main: qr[400],
|
|
11374
11374
|
light: qr[300],
|
|
@@ -11386,9 +11386,9 @@ function La(e) {
|
|
|
11386
11386
|
contrastThreshold: r = 3,
|
|
11387
11387
|
tonalOffset: n = 0.2,
|
|
11388
11388
|
...i
|
|
11389
|
-
} = e, o = e.primary ||
|
|
11389
|
+
} = e, o = e.primary || fA(t), a = e.secondary || dA(t), s = e.error || pA(t), l = e.info || hA(t), c = e.success || mA(t), f = e.warning || gA(t);
|
|
11390
11390
|
function u(m) {
|
|
11391
|
-
const x = Ul(m, Hl.text.primary) >= r ? Hl.text.primary :
|
|
11391
|
+
const x = Ul(m, Hl.text.primary) >= r ? Hl.text.primary : uA.text.primary;
|
|
11392
11392
|
if (process.env.NODE_ENV !== "production") {
|
|
11393
11393
|
const $ = Ul(m, x);
|
|
11394
11394
|
$ < 3 && console.error([`MUI: The contrast ratio of ${$}:1 for ${x} on ${m}`, "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
|
|
@@ -11468,7 +11468,7 @@ const theme2 = createTheme({ palette: {
|
|
|
11468
11468
|
name: "success"
|
|
11469
11469
|
}),
|
|
11470
11470
|
// The grey colors.
|
|
11471
|
-
grey:
|
|
11471
|
+
grey: cA,
|
|
11472
11472
|
// Used by `getContrastText()` to maximize the contrast between
|
|
11473
11473
|
// the background and the text.
|
|
11474
11474
|
contrastThreshold: r,
|
|
@@ -11484,14 +11484,14 @@ const theme2 = createTheme({ palette: {
|
|
|
11484
11484
|
...y
|
|
11485
11485
|
}, i);
|
|
11486
11486
|
}
|
|
11487
|
-
function
|
|
11487
|
+
function yA(e) {
|
|
11488
11488
|
const t = {};
|
|
11489
11489
|
return Object.entries(e).forEach((n) => {
|
|
11490
11490
|
const [i, o] = n;
|
|
11491
11491
|
typeof o == "object" && (t[i] = `${o.fontStyle ? `${o.fontStyle} ` : ""}${o.fontVariant ? `${o.fontVariant} ` : ""}${o.fontWeight ? `${o.fontWeight} ` : ""}${o.fontStretch ? `${o.fontStretch} ` : ""}${o.fontSize || ""}${o.lineHeight ? `/${o.lineHeight} ` : ""}${o.fontFamily || ""}`);
|
|
11492
11492
|
}), t;
|
|
11493
11493
|
}
|
|
11494
|
-
function
|
|
11494
|
+
function vA(e, t) {
|
|
11495
11495
|
return {
|
|
11496
11496
|
toolbar: {
|
|
11497
11497
|
minHeight: 56,
|
|
@@ -11507,13 +11507,13 @@ function vO(e, t) {
|
|
|
11507
11507
|
...t
|
|
11508
11508
|
};
|
|
11509
11509
|
}
|
|
11510
|
-
function
|
|
11510
|
+
function bA(e) {
|
|
11511
11511
|
return Math.round(e * 1e5) / 1e5;
|
|
11512
11512
|
}
|
|
11513
11513
|
const Gl = {
|
|
11514
11514
|
textTransform: "uppercase"
|
|
11515
11515
|
}, Yl = '"Roboto", "Helvetica", "Arial", sans-serif';
|
|
11516
|
-
function
|
|
11516
|
+
function xA(e, t) {
|
|
11517
11517
|
const {
|
|
11518
11518
|
fontFamily: r = Yl,
|
|
11519
11519
|
// The default font size of the Material Specification.
|
|
@@ -11541,7 +11541,7 @@ function xO(e, t) {
|
|
|
11541
11541
|
// The letter spacing was designed for the Roboto font-family. Using the same letter-spacing
|
|
11542
11542
|
// across font-families can cause issues with the kerning.
|
|
11543
11543
|
...r === Yl ? {
|
|
11544
|
-
letterSpacing: `${
|
|
11544
|
+
letterSpacing: `${bA(j / $)}em`
|
|
11545
11545
|
} : {},
|
|
11546
11546
|
...C,
|
|
11547
11547
|
...c
|
|
@@ -11583,11 +11583,11 @@ function xO(e, t) {
|
|
|
11583
11583
|
// No need to clone deep
|
|
11584
11584
|
});
|
|
11585
11585
|
}
|
|
11586
|
-
const
|
|
11587
|
-
function
|
|
11588
|
-
return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${
|
|
11586
|
+
const _A = 0.2, TA = 0.14, EA = 0.12;
|
|
11587
|
+
function Te(...e) {
|
|
11588
|
+
return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${_A})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${TA})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${EA})`].join(",");
|
|
11589
11589
|
}
|
|
11590
|
-
const
|
|
11590
|
+
const SA = ["none", Te(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Te(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), Te(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), Te(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), Te(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), Te(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), Te(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), Te(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), Te(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), Te(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), Te(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), Te(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), Te(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), Te(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), Te(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), Te(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), Te(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), Te(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), Te(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), Te(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), Te(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), Te(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), Te(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), Te(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], wA = {
|
|
11591
11591
|
// This is the most common easing curve.
|
|
11592
11592
|
easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
11593
11593
|
// Objects enter the screen at full velocity from off-screen and
|
|
@@ -11597,7 +11597,7 @@ const SO = ["none", _e(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), _e(0, 3, 1, -2, 0,
|
|
|
11597
11597
|
easeIn: "cubic-bezier(0.4, 0, 1, 1)",
|
|
11598
11598
|
// The sharp curve is used by objects that may return to the screen at any time.
|
|
11599
11599
|
sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
|
|
11600
|
-
},
|
|
11600
|
+
}, CA = {
|
|
11601
11601
|
shortest: 150,
|
|
11602
11602
|
shorter: 200,
|
|
11603
11603
|
short: 250,
|
|
@@ -11613,22 +11613,22 @@ const SO = ["none", _e(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), _e(0, 3, 1, -2, 0,
|
|
|
11613
11613
|
function ql(e) {
|
|
11614
11614
|
return `${Math.round(e)}ms`;
|
|
11615
11615
|
}
|
|
11616
|
-
function
|
|
11616
|
+
function OA(e) {
|
|
11617
11617
|
if (!e)
|
|
11618
11618
|
return 0;
|
|
11619
11619
|
const t = e / 36;
|
|
11620
11620
|
return Math.min(Math.round((4 + 15 * t ** 0.25 + t / 5) * 10), 3e3);
|
|
11621
11621
|
}
|
|
11622
|
-
function
|
|
11622
|
+
function AA(e) {
|
|
11623
11623
|
const t = {
|
|
11624
|
-
...
|
|
11624
|
+
...wA,
|
|
11625
11625
|
...e.easing
|
|
11626
11626
|
}, r = {
|
|
11627
|
-
...
|
|
11627
|
+
...CA,
|
|
11628
11628
|
...e.duration
|
|
11629
11629
|
};
|
|
11630
11630
|
return {
|
|
11631
|
-
getAutoHeightDuration:
|
|
11631
|
+
getAutoHeightDuration: OA,
|
|
11632
11632
|
create: (i = ["all"], o = {}) => {
|
|
11633
11633
|
const {
|
|
11634
11634
|
duration: a = r.standard,
|
|
@@ -11648,7 +11648,7 @@ function OO(e) {
|
|
|
11648
11648
|
duration: r
|
|
11649
11649
|
};
|
|
11650
11650
|
}
|
|
11651
|
-
const $
|
|
11651
|
+
const $A = {
|
|
11652
11652
|
mobileStepper: 1e3,
|
|
11653
11653
|
fab: 1050,
|
|
11654
11654
|
speedDial: 1050,
|
|
@@ -11658,7 +11658,7 @@ const $O = {
|
|
|
11658
11658
|
snackbar: 1400,
|
|
11659
11659
|
tooltip: 1500
|
|
11660
11660
|
};
|
|
11661
|
-
function
|
|
11661
|
+
function kA(e) {
|
|
11662
11662
|
return jt(e) || typeof e > "u" || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
|
|
11663
11663
|
}
|
|
11664
11664
|
function Cf(e = {}) {
|
|
@@ -11669,7 +11669,7 @@ function Cf(e = {}) {
|
|
|
11669
11669
|
const i = Object.entries(n);
|
|
11670
11670
|
for (let o = 0; o < i.length; o++) {
|
|
11671
11671
|
const [a, s] = i[o];
|
|
11672
|
-
!
|
|
11672
|
+
!kA(s) || a.startsWith("unstable_") ? delete n[a] : jt(s) && (n[a] = {
|
|
11673
11673
|
...s
|
|
11674
11674
|
}, r(n[a]));
|
|
11675
11675
|
}
|
|
@@ -11698,14 +11698,14 @@ function Uo(e = {}, ...t) {
|
|
|
11698
11698
|
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : zt(20));
|
|
11699
11699
|
const f = La(o), u = bf(e);
|
|
11700
11700
|
let p = st(u, {
|
|
11701
|
-
mixins:
|
|
11701
|
+
mixins: vA(u.breakpoints, n),
|
|
11702
11702
|
palette: f,
|
|
11703
11703
|
// Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
|
|
11704
|
-
shadows:
|
|
11705
|
-
typography:
|
|
11706
|
-
transitions:
|
|
11704
|
+
shadows: SA.slice(),
|
|
11705
|
+
typography: xA(f, s),
|
|
11706
|
+
transitions: AA(a),
|
|
11707
11707
|
zIndex: {
|
|
11708
|
-
...$
|
|
11708
|
+
...$A
|
|
11709
11709
|
}
|
|
11710
11710
|
});
|
|
11711
11711
|
if (p = st(p, c), p = t.reduce((y, g) => st(y, g), p), process.env.NODE_ENV !== "production") {
|
|
@@ -11742,17 +11742,17 @@ function Uo(e = {}, ...t) {
|
|
|
11742
11742
|
});
|
|
11743
11743
|
}, p.toRuntimeSource = Cf, p;
|
|
11744
11744
|
}
|
|
11745
|
-
function
|
|
11745
|
+
function jA(e) {
|
|
11746
11746
|
let t;
|
|
11747
11747
|
return e < 1 ? t = 5.11916 * e ** 2 : t = 4.5 * Math.log(e + 1) + 2, Math.round(t * 10) / 1e3;
|
|
11748
11748
|
}
|
|
11749
|
-
const
|
|
11749
|
+
const RA = [...Array(25)].map((e, t) => {
|
|
11750
11750
|
if (t === 0)
|
|
11751
11751
|
return "none";
|
|
11752
|
-
const r =
|
|
11752
|
+
const r = jA(t);
|
|
11753
11753
|
return `linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`;
|
|
11754
11754
|
});
|
|
11755
|
-
function
|
|
11755
|
+
function Of(e) {
|
|
11756
11756
|
return {
|
|
11757
11757
|
inputPlaceholder: e === "dark" ? 0.5 : 0.42,
|
|
11758
11758
|
inputUnderline: e === "dark" ? 0.7 : 0.42,
|
|
@@ -11760,10 +11760,10 @@ function Af(e) {
|
|
|
11760
11760
|
switchTrack: e === "dark" ? 0.3 : 0.38
|
|
11761
11761
|
};
|
|
11762
11762
|
}
|
|
11763
|
-
function
|
|
11764
|
-
return e === "dark" ?
|
|
11763
|
+
function Af(e) {
|
|
11764
|
+
return e === "dark" ? RA : [];
|
|
11765
11765
|
}
|
|
11766
|
-
function
|
|
11766
|
+
function PA(e) {
|
|
11767
11767
|
const {
|
|
11768
11768
|
palette: t = {
|
|
11769
11769
|
mode: "light"
|
|
@@ -11776,25 +11776,25 @@ function PO(e) {
|
|
|
11776
11776
|
return {
|
|
11777
11777
|
palette: o,
|
|
11778
11778
|
opacity: {
|
|
11779
|
-
...
|
|
11779
|
+
...Of(o.mode),
|
|
11780
11780
|
...r
|
|
11781
11781
|
},
|
|
11782
|
-
overlays: n ||
|
|
11782
|
+
overlays: n || Af(o.mode),
|
|
11783
11783
|
...i
|
|
11784
11784
|
};
|
|
11785
11785
|
}
|
|
11786
|
-
function
|
|
11786
|
+
function IA(e) {
|
|
11787
11787
|
var t;
|
|
11788
11788
|
return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || // ends with sxConfig
|
|
11789
11789
|
e[0] === "palette" && !!((t = e[1]) != null && t.match(/(mode|contrastThreshold|tonalOffset)/));
|
|
11790
11790
|
}
|
|
11791
|
-
const
|
|
11791
|
+
const DA = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlays-${r}`), `--${e ? `${e}-` : ""}palette-AppBar-darkBg`, `--${e ? `${e}-` : ""}palette-AppBar-darkColor`], MA = (e) => (t, r) => {
|
|
11792
11792
|
const n = e.rootSelector || ":root", i = e.colorSchemeSelector;
|
|
11793
11793
|
let o = i;
|
|
11794
11794
|
if (i === "class" && (o = ".%s"), i === "data" && (o = "[data-%s]"), i != null && i.startsWith("data-") && !i.includes("%s") && (o = `[${i}="%s"]`), e.defaultColorScheme === t) {
|
|
11795
11795
|
if (t === "dark") {
|
|
11796
11796
|
const a = {};
|
|
11797
|
-
return
|
|
11797
|
+
return DA(e.cssVarPrefix).forEach((s) => {
|
|
11798
11798
|
a[s] = r[s], delete r[s];
|
|
11799
11799
|
}), o === "media" ? {
|
|
11800
11800
|
[n]: r,
|
|
@@ -11825,7 +11825,7 @@ const DO = (e) => [...[...Array(25)].map((t, r) => `--${e ? `${e}-` : ""}overlay
|
|
|
11825
11825
|
}
|
|
11826
11826
|
return n;
|
|
11827
11827
|
};
|
|
11828
|
-
function
|
|
11828
|
+
function NA(e, t) {
|
|
11829
11829
|
t.forEach((r) => {
|
|
11830
11830
|
e[r] || (e[r] = {});
|
|
11831
11831
|
});
|
|
@@ -11840,7 +11840,7 @@ function kt(e, t) {
|
|
|
11840
11840
|
`${t}Channel` in e || (e[`${t}Channel`] = Xr(Jr(e[t]), `MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
|
|
11841
11841
|
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`));
|
|
11842
11842
|
}
|
|
11843
|
-
function
|
|
11843
|
+
function FA(e) {
|
|
11844
11844
|
return typeof e == "number" ? `${e}px` : typeof e == "string" || typeof e == "function" || Array.isArray(e) ? e : "8px";
|
|
11845
11845
|
}
|
|
11846
11846
|
const _t = (e) => {
|
|
@@ -11848,14 +11848,14 @@ const _t = (e) => {
|
|
|
11848
11848
|
return e();
|
|
11849
11849
|
} catch {
|
|
11850
11850
|
}
|
|
11851
|
-
},
|
|
11851
|
+
}, LA = (e = "mui") => iA(e);
|
|
11852
11852
|
function uo(e, t, r, n) {
|
|
11853
11853
|
if (!t)
|
|
11854
11854
|
return;
|
|
11855
11855
|
t = t === !0 ? {} : t;
|
|
11856
11856
|
const i = n === "dark" ? "dark" : "light";
|
|
11857
11857
|
if (!r) {
|
|
11858
|
-
e[n] =
|
|
11858
|
+
e[n] = PA({
|
|
11859
11859
|
...t,
|
|
11860
11860
|
palette: {
|
|
11861
11861
|
mode: i,
|
|
@@ -11878,13 +11878,13 @@ function uo(e, t, r, n) {
|
|
|
11878
11878
|
...t,
|
|
11879
11879
|
palette: o,
|
|
11880
11880
|
opacity: {
|
|
11881
|
-
...
|
|
11881
|
+
...Of(i),
|
|
11882
11882
|
...t == null ? void 0 : t.opacity
|
|
11883
11883
|
},
|
|
11884
|
-
overlays: (t == null ? void 0 : t.overlays) ||
|
|
11884
|
+
overlays: (t == null ? void 0 : t.overlays) || Af(i)
|
|
11885
11885
|
}, a;
|
|
11886
11886
|
}
|
|
11887
|
-
function
|
|
11887
|
+
function zA(e = {}, ...t) {
|
|
11888
11888
|
const {
|
|
11889
11889
|
colorSchemes: r = {
|
|
11890
11890
|
light: !0
|
|
@@ -11892,11 +11892,11 @@ function zO(e = {}, ...t) {
|
|
|
11892
11892
|
defaultColorScheme: n,
|
|
11893
11893
|
disableCssColorScheme: i = !1,
|
|
11894
11894
|
cssVarPrefix: o = "mui",
|
|
11895
|
-
shouldSkipGeneratingVar: a =
|
|
11895
|
+
shouldSkipGeneratingVar: a = IA,
|
|
11896
11896
|
colorSchemeSelector: s = r.light && r.dark ? "media" : void 0,
|
|
11897
11897
|
rootSelector: l = ":root",
|
|
11898
11898
|
...c
|
|
11899
|
-
} = e, f = Object.keys(r)[0], u = n || (r.light && f !== "light" ? "light" : f), p =
|
|
11899
|
+
} = e, f = Object.keys(r)[0], u = n || (r.light && f !== "light" ? "light" : f), p = LA(o), {
|
|
11900
11900
|
[u]: y,
|
|
11901
11901
|
light: g,
|
|
11902
11902
|
dark: m,
|
|
@@ -11918,17 +11918,17 @@ function zO(e = {}, ...t) {
|
|
|
11918
11918
|
getCssVar: p,
|
|
11919
11919
|
colorSchemes: $,
|
|
11920
11920
|
font: {
|
|
11921
|
-
...
|
|
11921
|
+
...yA(j.typography),
|
|
11922
11922
|
...j.font
|
|
11923
11923
|
},
|
|
11924
|
-
spacing:
|
|
11924
|
+
spacing: FA(c.spacing)
|
|
11925
11925
|
};
|
|
11926
11926
|
Object.keys(C.colorSchemes).forEach((ee) => {
|
|
11927
11927
|
const h = C.colorSchemes[ee].palette, w = (L) => {
|
|
11928
11928
|
const U = L.split("-"), J = U[1], me = U[2];
|
|
11929
11929
|
return p(L, h[J][me]);
|
|
11930
11930
|
};
|
|
11931
|
-
if (h.mode === "light" && (T(h.common, "background", "#fff"), T(h.common, "onBackground", "#000")), h.mode === "dark" && (T(h.common, "background", "#000"), T(h.common, "onBackground", "#fff")),
|
|
11931
|
+
if (h.mode === "light" && (T(h.common, "background", "#fff"), T(h.common, "onBackground", "#000")), h.mode === "dark" && (T(h.common, "background", "#000"), T(h.common, "onBackground", "#fff")), NA(h, ["Alert", "AppBar", "Avatar", "Button", "Chip", "FilledInput", "LinearProgress", "Skeleton", "Slider", "SnackbarContent", "SpeedDialAction", "StepConnector", "StepContent", "Switch", "TableCell", "Tooltip"]), h.mode === "light") {
|
|
11932
11932
|
T(h.Alert, "errorColor", ye(h.error.light, 0.6)), T(h.Alert, "infoColor", ye(h.info.light, 0.6)), T(h.Alert, "successColor", ye(h.success.light, 0.6)), T(h.Alert, "warningColor", ye(h.warning.light, 0.6)), T(h.Alert, "errorFilledBg", w("palette-error-main")), T(h.Alert, "infoFilledBg", w("palette-info-main")), T(h.Alert, "successFilledBg", w("palette-success-main")), T(h.Alert, "warningFilledBg", w("palette-warning-main")), T(h.Alert, "errorFilledColor", _t(() => h.getContrastText(h.error.main))), T(h.Alert, "infoFilledColor", _t(() => h.getContrastText(h.info.main))), T(h.Alert, "successFilledColor", _t(() => h.getContrastText(h.success.main))), T(h.Alert, "warningFilledColor", _t(() => h.getContrastText(h.warning.main))), T(h.Alert, "errorStandardBg", ve(h.error.light, 0.9)), T(h.Alert, "infoStandardBg", ve(h.info.light, 0.9)), T(h.Alert, "successStandardBg", ve(h.success.light, 0.9)), T(h.Alert, "warningStandardBg", ve(h.warning.light, 0.9)), T(h.Alert, "errorIconColor", w("palette-error-main")), T(h.Alert, "infoIconColor", w("palette-info-main")), T(h.Alert, "successIconColor", w("palette-success-main")), T(h.Alert, "warningIconColor", w("palette-warning-main")), T(h.AppBar, "defaultBg", w("palette-grey-100")), T(h.Avatar, "defaultBg", w("palette-grey-400")), T(h.Button, "inheritContainedBg", w("palette-grey-300")), T(h.Button, "inheritContainedHoverBg", w("palette-grey-A100")), T(h.Chip, "defaultBorder", w("palette-grey-400")), T(h.Chip, "defaultAvatarColor", w("palette-grey-700")), T(h.Chip, "defaultIconColor", w("palette-grey-700")), T(h.FilledInput, "bg", "rgba(0, 0, 0, 0.06)"), T(h.FilledInput, "hoverBg", "rgba(0, 0, 0, 0.09)"), T(h.FilledInput, "disabledBg", "rgba(0, 0, 0, 0.12)"), T(h.LinearProgress, "primaryBg", ve(h.primary.main, 0.62)), T(h.LinearProgress, "secondaryBg", ve(h.secondary.main, 0.62)), T(h.LinearProgress, "errorBg", ve(h.error.main, 0.62)), T(h.LinearProgress, "infoBg", ve(h.info.main, 0.62)), T(h.LinearProgress, "successBg", ve(h.success.main, 0.62)), T(h.LinearProgress, "warningBg", ve(h.warning.main, 0.62)), T(h.Skeleton, "bg", `rgba(${w("palette-text-primaryChannel")} / 0.11)`), T(h.Slider, "primaryTrack", ve(h.primary.main, 0.62)), T(h.Slider, "secondaryTrack", ve(h.secondary.main, 0.62)), T(h.Slider, "errorTrack", ve(h.error.main, 0.62)), T(h.Slider, "infoTrack", ve(h.info.main, 0.62)), T(h.Slider, "successTrack", ve(h.success.main, 0.62)), T(h.Slider, "warningTrack", ve(h.warning.main, 0.62));
|
|
11933
11933
|
const L = Nn(h.background.default, 0.8);
|
|
11934
11934
|
T(h.SnackbarContent, "bg", L), T(h.SnackbarContent, "color", _t(() => h.getContrastText(L))), T(h.SpeedDialAction, "fabHoverBg", Nn(h.background.paper, 0.15)), T(h.StepConnector, "border", w("palette-grey-400")), T(h.StepContent, "border", w("palette-grey-400")), T(h.Switch, "defaultColor", w("palette-common-white")), T(h.Switch, "defaultDisabledColor", w("palette-grey-100")), T(h.Switch, "primaryDisabledColor", ve(h.primary.main, 0.62)), T(h.Switch, "secondaryDisabledColor", ve(h.secondary.main, 0.62)), T(h.Switch, "errorDisabledColor", ve(h.error.main, 0.62)), T(h.Switch, "infoDisabledColor", ve(h.info.main, 0.62)), T(h.Switch, "successDisabledColor", ve(h.success.main, 0.62)), T(h.Switch, "warningDisabledColor", ve(h.warning.main, 0.62)), T(h.TableCell, "border", ve(Mn(h.divider, 1), 0.88)), T(h.Tooltip, "bg", Mn(h.grey[700], 0.92));
|
|
@@ -11947,17 +11947,17 @@ function zO(e = {}, ...t) {
|
|
|
11947
11947
|
prefix: o,
|
|
11948
11948
|
disableCssColorScheme: i,
|
|
11949
11949
|
shouldSkipGeneratingVar: a,
|
|
11950
|
-
getSelector:
|
|
11950
|
+
getSelector: MA(C)
|
|
11951
11951
|
}, {
|
|
11952
11952
|
vars: R,
|
|
11953
11953
|
generateThemeVars: V,
|
|
11954
11954
|
generateStyleSheets: ae
|
|
11955
|
-
} =
|
|
11955
|
+
} = sA(C, _);
|
|
11956
11956
|
return C.vars = R, Object.entries(C.colorSchemes[C.defaultColorScheme]).forEach(([ee, h]) => {
|
|
11957
11957
|
C[ee] = h;
|
|
11958
11958
|
}), C.generateThemeVars = V, C.generateStyleSheets = ae, C.generateSpacing = function() {
|
|
11959
11959
|
return vf(c.spacing, Ia(this));
|
|
11960
|
-
}, C.getColorSchemeSelector =
|
|
11960
|
+
}, C.getColorSchemeSelector = lA(s), C.spacing = C.generateSpacing(), C.shouldSkipGeneratingVar = a, C.unstable_sxConfig = {
|
|
11961
11961
|
...Di,
|
|
11962
11962
|
...c == null ? void 0 : c.unstable_sxConfig
|
|
11963
11963
|
}, C.unstable_sx = function(h) {
|
|
@@ -11977,7 +11977,7 @@ function Kl(e, t, r) {
|
|
|
11977
11977
|
// cast type to skip module augmentation test
|
|
11978
11978
|
});
|
|
11979
11979
|
}
|
|
11980
|
-
function
|
|
11980
|
+
function UA(e = {}, ...t) {
|
|
11981
11981
|
const {
|
|
11982
11982
|
palette: r,
|
|
11983
11983
|
cssVariables: n = !1,
|
|
@@ -12014,31 +12014,31 @@ function UO(e = {}, ...t) {
|
|
|
12014
12014
|
palette: u.palette
|
|
12015
12015
|
}, Kl(u, "light", c.light)), u;
|
|
12016
12016
|
}
|
|
12017
|
-
return !r && !("light" in c) && s === "light" && (c.light = !0),
|
|
12017
|
+
return !r && !("light" in c) && s === "light" && (c.light = !0), zA({
|
|
12018
12018
|
...a,
|
|
12019
12019
|
colorSchemes: c,
|
|
12020
12020
|
defaultColorScheme: s,
|
|
12021
12021
|
...typeof n != "boolean" && n
|
|
12022
12022
|
}, ...t);
|
|
12023
12023
|
}
|
|
12024
|
-
const
|
|
12025
|
-
function
|
|
12024
|
+
const BA = UA(), VA = "$$material";
|
|
12025
|
+
function HA(e) {
|
|
12026
12026
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
12027
12027
|
}
|
|
12028
|
-
const
|
|
12029
|
-
themeId:
|
|
12030
|
-
defaultTheme:
|
|
12031
|
-
rootShouldForwardProp:
|
|
12032
|
-
}),
|
|
12028
|
+
const WA = (e) => HA(e) && e !== "classes", GA = WO({
|
|
12029
|
+
themeId: VA,
|
|
12030
|
+
defaultTheme: BA,
|
|
12031
|
+
rootShouldForwardProp: WA
|
|
12032
|
+
}), YA = nA;
|
|
12033
12033
|
process.env.NODE_ENV !== "production" && (ce.node, ce.object.isRequired);
|
|
12034
|
-
function
|
|
12035
|
-
return
|
|
12034
|
+
function qA(e) {
|
|
12035
|
+
return rA(e);
|
|
12036
12036
|
}
|
|
12037
|
-
function
|
|
12037
|
+
function KA(e) {
|
|
12038
12038
|
return Pa("MuiSvgIcon", e);
|
|
12039
12039
|
}
|
|
12040
12040
|
bC("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
|
|
12041
|
-
const
|
|
12041
|
+
const XA = (e) => {
|
|
12042
12042
|
const {
|
|
12043
12043
|
color: t,
|
|
12044
12044
|
fontSize: r,
|
|
@@ -12046,8 +12046,8 @@ const XO = (e) => {
|
|
|
12046
12046
|
} = e, i = {
|
|
12047
12047
|
root: ["root", t !== "inherit" && `color${er(t)}`, `fontSize${er(r)}`]
|
|
12048
12048
|
};
|
|
12049
|
-
return mC(i,
|
|
12050
|
-
},
|
|
12049
|
+
return mC(i, KA, n);
|
|
12050
|
+
}, JA = GA("svg", {
|
|
12051
12051
|
name: "MuiSvgIcon",
|
|
12052
12052
|
slot: "Root",
|
|
12053
12053
|
overridesResolver: (e, t) => {
|
|
@@ -12056,7 +12056,7 @@ const XO = (e) => {
|
|
|
12056
12056
|
} = e;
|
|
12057
12057
|
return [t.root, r.color !== "inherit" && t[`color${er(r.color)}`], t[`fontSize${er(r.fontSize)}`]];
|
|
12058
12058
|
}
|
|
12059
|
-
})(
|
|
12059
|
+
})(YA(({
|
|
12060
12060
|
theme: e
|
|
12061
12061
|
}) => {
|
|
12062
12062
|
var t, r, n, i, o, a, s, l, c, f, u, p, y, g;
|
|
@@ -12149,7 +12149,7 @@ const XO = (e) => {
|
|
|
12149
12149
|
]
|
|
12150
12150
|
};
|
|
12151
12151
|
})), on = /* @__PURE__ */ it.forwardRef(function(t, r) {
|
|
12152
|
-
const n =
|
|
12152
|
+
const n = qA({
|
|
12153
12153
|
props: t,
|
|
12154
12154
|
name: "MuiSvgIcon"
|
|
12155
12155
|
}), {
|
|
@@ -12174,8 +12174,8 @@ const XO = (e) => {
|
|
|
12174
12174
|
hasSvgAsChild: g
|
|
12175
12175
|
}, x = {};
|
|
12176
12176
|
f || (x.viewBox = p);
|
|
12177
|
-
const $ =
|
|
12178
|
-
return /* @__PURE__ */ d.jsxs(
|
|
12177
|
+
const $ = XA(m);
|
|
12178
|
+
return /* @__PURE__ */ d.jsxs(JA, {
|
|
12179
12179
|
as: s,
|
|
12180
12180
|
className: _C($.root, o),
|
|
12181
12181
|
focusable: "false",
|
|
@@ -12276,9 +12276,9 @@ function za(e, t) {
|
|
|
12276
12276
|
}
|
|
12277
12277
|
return process.env.NODE_ENV !== "production" && (r.displayName = `${t}Icon`), r.muiName = on.muiName, /* @__PURE__ */ it.memo(/* @__PURE__ */ it.forwardRef(r));
|
|
12278
12278
|
}
|
|
12279
|
-
const
|
|
12279
|
+
const ZA = za(/* @__PURE__ */ d.jsx("path", {
|
|
12280
12280
|
d: "m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8z"
|
|
12281
|
-
}), "ArrowDownward"),
|
|
12281
|
+
}), "ArrowDownward"), QA = za(/* @__PURE__ */ d.jsx("path", {
|
|
12282
12282
|
d: "m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8z"
|
|
12283
12283
|
}), "ArrowUpward"), e$ = za(/* @__PURE__ */ d.jsx("path", {
|
|
12284
12284
|
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"
|
|
@@ -12298,7 +12298,7 @@ const ZO = za(/* @__PURE__ */ d.jsx("path", {
|
|
|
12298
12298
|
translations: c,
|
|
12299
12299
|
rootSchema: f
|
|
12300
12300
|
}) {
|
|
12301
|
-
const p =
|
|
12301
|
+
const p = _e("ActionIcon", {
|
|
12302
12302
|
bg: "transparent",
|
|
12303
12303
|
size: "sm",
|
|
12304
12304
|
c: "gray"
|
|
@@ -12365,7 +12365,7 @@ const ZO = za(/* @__PURE__ */ d.jsx("path", {
|
|
|
12365
12365
|
return /* @__PURE__ */ d.jsx(De.Th, { children: t });
|
|
12366
12366
|
}), a$ = (e, t) => {
|
|
12367
12367
|
const r = t.rowPath + (t.schema.type === "object" ? "." + t.propName : ""), n = rd(
|
|
12368
|
-
|
|
12368
|
+
AE(nd(r, t.schema, (i) => i === r)(e.core.errors).map((i) => i.message))
|
|
12369
12369
|
);
|
|
12370
12370
|
return {
|
|
12371
12371
|
rowPath: t.rowPath,
|
|
@@ -12435,7 +12435,7 @@ const ZO = za(/* @__PURE__ */ d.jsx("path", {
|
|
|
12435
12435
|
path: u,
|
|
12436
12436
|
translations: p
|
|
12437
12437
|
}) => {
|
|
12438
|
-
const g =
|
|
12438
|
+
const g = _e("ActionIcon", {
|
|
12439
12439
|
bg: "transparent",
|
|
12440
12440
|
size: "sm",
|
|
12441
12441
|
c: "gray"
|
|
@@ -12460,7 +12460,7 @@ const ZO = za(/* @__PURE__ */ d.jsx("path", {
|
|
|
12460
12460
|
"aria-label": p.upAriaLabel,
|
|
12461
12461
|
onClick: m,
|
|
12462
12462
|
disabled: !a,
|
|
12463
|
-
children: /* @__PURE__ */ d.jsx(
|
|
12463
|
+
children: /* @__PURE__ */ d.jsx(QA, {})
|
|
12464
12464
|
}
|
|
12465
12465
|
)
|
|
12466
12466
|
}
|
|
@@ -12481,7 +12481,7 @@ const ZO = za(/* @__PURE__ */ d.jsx("path", {
|
|
|
12481
12481
|
"aria-label": p.downAriaLabel,
|
|
12482
12482
|
onClick: x,
|
|
12483
12483
|
disabled: !s,
|
|
12484
|
-
children: /* @__PURE__ */ d.jsx(
|
|
12484
|
+
children: /* @__PURE__ */ d.jsx(ZA, {})
|
|
12485
12485
|
}
|
|
12486
12486
|
)
|
|
12487
12487
|
}
|
|
@@ -12604,15 +12604,15 @@ const p$ = Me.memo(function({
|
|
|
12604
12604
|
] })
|
|
12605
12605
|
] });
|
|
12606
12606
|
}), h$ = (e) => {
|
|
12607
|
-
const [t, r] = le(!1), [n, i] = le(void 0), [o, a] = le(void 0), { removeItems: s, visible: l } = e, c =
|
|
12607
|
+
const [t, r] = le(!1), [n, i] = le(void 0), [o, a] = le(void 0), { removeItems: s, visible: l } = e, c = $e(
|
|
12608
12608
|
(y, g) => {
|
|
12609
12609
|
r(!0), i(y), a(g);
|
|
12610
12610
|
},
|
|
12611
12611
|
[r, i, a]
|
|
12612
|
-
), f =
|
|
12612
|
+
), f = $e(() => r(!1), [r]), u = $e(() => {
|
|
12613
12613
|
const y = n.substring(0, n.lastIndexOf("."));
|
|
12614
12614
|
s(y, [o])(), r(!1);
|
|
12615
|
-
}, [r, n, o]), p =
|
|
12615
|
+
}, [r, n, o]), p = $e(() => r(!1), [r]);
|
|
12616
12616
|
return l ? /* @__PURE__ */ d.jsxs(d.Fragment, { children: [
|
|
12617
12617
|
/* @__PURE__ */ d.jsx(d$, { ...e, openDeleteDialog: c }),
|
|
12618
12618
|
/* @__PURE__ */ d.jsx(
|
|
@@ -12668,8 +12668,10 @@ const p$ = Me.memo(function({
|
|
|
12668
12668
|
)
|
|
12669
12669
|
)
|
|
12670
12670
|
), _$ = hd(y$), T$ = (e) => {
|
|
12671
|
-
const { description: t, errors: r, data: n, handleChange: i, path: o, label: a, required: s, enabled: l } = e;
|
|
12672
|
-
return
|
|
12671
|
+
const { description: t, errors: r, data: n, handleChange: i, path: o, label: a, required: s, enabled: l } = e, c = _e(o, {}, {});
|
|
12672
|
+
return Object.keys(c).forEach((f) => {
|
|
12673
|
+
typeof c[f] == "function" && (c[f] = c[f](n));
|
|
12674
|
+
}), /* @__PURE__ */ d.jsx(
|
|
12673
12675
|
oi,
|
|
12674
12676
|
{
|
|
12675
12677
|
valueFormat: "DD.MM.YYYY",
|
|
@@ -12679,17 +12681,20 @@ const p$ = Me.memo(function({
|
|
|
12679
12681
|
error: r,
|
|
12680
12682
|
required: s,
|
|
12681
12683
|
value: n ? new Date(n) : null,
|
|
12682
|
-
onChange: (
|
|
12683
|
-
if (
|
|
12684
|
-
const
|
|
12685
|
-
i(o,
|
|
12684
|
+
onChange: (f) => {
|
|
12685
|
+
if (f instanceof Date) {
|
|
12686
|
+
const u = new Date(f.getTime() - f.getTimezoneOffset() * 6e4);
|
|
12687
|
+
i(o, u.toISOString().substring(0, 10));
|
|
12686
12688
|
}
|
|
12687
|
-
}
|
|
12689
|
+
},
|
|
12690
|
+
...c
|
|
12688
12691
|
}
|
|
12689
12692
|
);
|
|
12690
12693
|
}, E$ = Pe(5, cc), S$ = nr(T$), w$ = (e) => {
|
|
12691
|
-
const { description: t, errors: r, data: n, handleChange: i, path: o, label: a, required: s, enabled: l } = e;
|
|
12692
|
-
return
|
|
12694
|
+
const { description: t, errors: r, data: n, handleChange: i, path: o, label: a, required: s, enabled: l } = e, c = _e(o, {}, {});
|
|
12695
|
+
return Object.keys(c).forEach((f) => {
|
|
12696
|
+
typeof c[f] == "function" && (c[f] = c[f](n));
|
|
12697
|
+
}), /* @__PURE__ */ d.jsx(
|
|
12693
12698
|
ic,
|
|
12694
12699
|
{
|
|
12695
12700
|
valueFormat: "DD.MM.YYYY HH:mm",
|
|
@@ -12699,17 +12704,20 @@ const p$ = Me.memo(function({
|
|
|
12699
12704
|
error: r,
|
|
12700
12705
|
required: s,
|
|
12701
12706
|
value: n ? new Date(n) : null,
|
|
12702
|
-
onChange: (
|
|
12703
|
-
if (
|
|
12704
|
-
const
|
|
12705
|
-
i(o,
|
|
12707
|
+
onChange: (f) => {
|
|
12708
|
+
if (f instanceof Date) {
|
|
12709
|
+
const u = new Date(f);
|
|
12710
|
+
i(o, u.toISOString());
|
|
12706
12711
|
}
|
|
12707
|
-
}
|
|
12712
|
+
},
|
|
12713
|
+
...c
|
|
12708
12714
|
}
|
|
12709
12715
|
);
|
|
12710
|
-
}, C$ = Pe(5, uc),
|
|
12711
|
-
const { description: o, errors: a, label: s, required: l, enabled: c } = i;
|
|
12712
|
-
return
|
|
12716
|
+
}, C$ = Pe(5, uc), O$ = nr(w$), A$ = (e) => /* @__PURE__ */ d.jsx(xi, { ...e }), $$ = Pe(3, oc), k$ = nr(A$), j$ = (e) => /* @__PURE__ */ d.jsx(xi, { ...e }), R$ = Pe(3, ac), P$ = nr(j$), I$ = (e) => /* @__PURE__ */ d.jsx(Mu, { ...e }), D$ = Pe(3, sc), M$ = nr(I$), N$ = (e) => /* @__PURE__ */ d.jsx(Nu, { ...e }), F$ = Pe(3, lc), L$ = nr(N$), z$ = ({ data: e, options: t, handleChange: r, path: n, ...i }) => {
|
|
12717
|
+
const { description: o, errors: a, label: s, required: l, enabled: c } = i, f = _e(n, {}, {});
|
|
12718
|
+
return Object.keys(f).forEach((u) => {
|
|
12719
|
+
typeof f[u] == "function" && (f[u] = f[u](e));
|
|
12720
|
+
}), /* @__PURE__ */ d.jsx(
|
|
12713
12721
|
rr,
|
|
12714
12722
|
{
|
|
12715
12723
|
disabled: !c,
|
|
@@ -12720,9 +12728,10 @@ const p$ = Me.memo(function({
|
|
|
12720
12728
|
required: l,
|
|
12721
12729
|
error: a,
|
|
12722
12730
|
searchable: !0,
|
|
12723
|
-
onChange: (
|
|
12724
|
-
r(n,
|
|
12725
|
-
}
|
|
12731
|
+
onChange: (u) => {
|
|
12732
|
+
r(n, u);
|
|
12733
|
+
},
|
|
12734
|
+
...f
|
|
12726
12735
|
}
|
|
12727
12736
|
);
|
|
12728
12737
|
}, U$ = Pe(5, fc), B$ = hc(mc(Me.memo(z$)), !1), V$ = (e) => {
|
|
@@ -12749,7 +12758,7 @@ const p$ = Me.memo(function({
|
|
|
12749
12758
|
}, J$ = gc(X$), m2 = [
|
|
12750
12759
|
// Controls
|
|
12751
12760
|
{ tester: E$, renderer: S$ },
|
|
12752
|
-
{ tester: C$, renderer:
|
|
12761
|
+
{ tester: C$, renderer: O$ },
|
|
12753
12762
|
{ tester: $$, renderer: k$ },
|
|
12754
12763
|
{ tester: R$, renderer: P$ },
|
|
12755
12764
|
{ tester: D$, renderer: M$ },
|
|
@@ -12831,7 +12840,7 @@ export {
|
|
|
12831
12840
|
gT as MantineDateCell,
|
|
12832
12841
|
S$ as MantineDateControl,
|
|
12833
12842
|
bT as MantineDateTimeCell,
|
|
12834
|
-
|
|
12843
|
+
O$ as MantineDateTimeControl,
|
|
12835
12844
|
_$ as MantineEnumArrayRenderer,
|
|
12836
12845
|
TT as MantineEnumCell,
|
|
12837
12846
|
B$ as MantineEnumControl,
|
|
@@ -12877,7 +12886,7 @@ export {
|
|
|
12877
12886
|
Go as useCustomFetch,
|
|
12878
12887
|
Sv as useDebouncedChange,
|
|
12879
12888
|
Td as useGetList,
|
|
12880
|
-
|
|
12889
|
+
Op as useInfo,
|
|
12881
12890
|
Tp as useInfo_,
|
|
12882
12891
|
h2 as withAjvProps
|
|
12883
12892
|
};
|