fastapi-rtk 0.0.43 → 0.0.45
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 +202 -198
- package/dist/fastapi-rtk.umd.js +2 -2
- package/package.json +1 -1
package/dist/fastapi-rtk.es.js
CHANGED
|
@@ -8,7 +8,7 @@ import { useForm as fi } from "@mantine/form";
|
|
|
8
8
|
import { DateInput as Po, DateTimePicker as Mc } from "@mantine/dates";
|
|
9
9
|
import { randomId as Gn, useHover as zd } from "@mantine/hooks";
|
|
10
10
|
import { withJsonFormsControlProps as fr, JsonFormsDispatch as Ud, useJsonForms as Dc, withJsonFormsEnumProps as Nc, withTranslateProps as Fc, DispatchCell as gs, withJsonFormsArrayLayoutProps as Vd, withJsonFormsMultiEnumProps as Bd, withJsonFormsLayoutProps as Lc, withJsonFormsCellProps as wn } from "@jsonforms/react";
|
|
11
|
-
import { rankWith as Ie, isDateControl as zc, isDateTimeControl as Uc, getAjv as Hd, isNumberControl as Vc, isIntegerControl as Bc, isStringControl as Hc, isBooleanControl as Wc, isEnumControl as Gc, createDefaultValue as Wd, Resolve as Gd, encode as ys, Paths as qc, formatErrorMessage as qd, errorsAt as Yd, or as Kd, isObjectArrayControl as Xd, isPrimitiveArrayControl as
|
|
11
|
+
import { rankWith as Ie, isDateControl as zc, isDateTimeControl as Uc, getAjv as Hd, isNumberControl as Vc, isIntegerControl as Bc, isStringControl as Hc, isBooleanControl as Wc, isEnumControl as Gc, createDefaultValue as Wd, Resolve as Gd, encode as ys, Paths as qc, formatErrorMessage as qd, errorsAt as Yd, or as Kd, isObjectArrayControl as Xd, isPrimitiveArrayControl as Jd, and as vs, uiTypeIs as di, schemaMatches as Zd, hasType as Qd, schemaSubPathMatches as ep, resolveSchema as tp } from "@jsonforms/core";
|
|
12
12
|
import { withEmotionCache as rp, ThemeContext as Yc, CacheProvider as np, Global as op, css as ap, keyframes as ip } from "@emotion/react";
|
|
13
13
|
import { useNavigate as sp } from "react-router-dom";
|
|
14
14
|
var je = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
@@ -166,14 +166,14 @@ function cp() {
|
|
|
166
166
|
}
|
|
167
167
|
return null;
|
|
168
168
|
}
|
|
169
|
-
var he = Object.assign, We = 0, Ae,
|
|
169
|
+
var he = Object.assign, We = 0, Ae, Ze, it, xt, S, O, H;
|
|
170
170
|
function D() {
|
|
171
171
|
}
|
|
172
172
|
D.__reactDisabledLog = !0;
|
|
173
173
|
function U() {
|
|
174
174
|
{
|
|
175
175
|
if (We === 0) {
|
|
176
|
-
Ae = console.log,
|
|
176
|
+
Ae = console.log, Ze = console.info, it = console.warn, xt = console.error, S = console.group, O = console.groupCollapsed, H = console.groupEnd;
|
|
177
177
|
var m = {
|
|
178
178
|
configurable: !0,
|
|
179
179
|
enumerable: !0,
|
|
@@ -206,7 +206,7 @@ function cp() {
|
|
|
206
206
|
value: Ae
|
|
207
207
|
}),
|
|
208
208
|
info: he({}, m, {
|
|
209
|
-
value:
|
|
209
|
+
value: Ze
|
|
210
210
|
}),
|
|
211
211
|
warn: he({}, m, {
|
|
212
212
|
value: it
|
|
@@ -385,7 +385,7 @@ function cp() {
|
|
|
385
385
|
function Xr(m) {
|
|
386
386
|
return kn(m);
|
|
387
387
|
}
|
|
388
|
-
function
|
|
388
|
+
function Jr(m) {
|
|
389
389
|
{
|
|
390
390
|
var _ = typeof Symbol == "function" && Symbol.toStringTag, P = _ && m[Symbol.toStringTag] || m.constructor.name || "Object";
|
|
391
391
|
return P;
|
|
@@ -403,14 +403,14 @@ function cp() {
|
|
|
403
403
|
}
|
|
404
404
|
function Nt(m) {
|
|
405
405
|
if (nr(m))
|
|
406
|
-
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
406
|
+
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Jr(m)), Dt(m);
|
|
407
407
|
}
|
|
408
408
|
var Bt = E.ReactCurrentOwner, In = {
|
|
409
409
|
key: !0,
|
|
410
410
|
ref: !0,
|
|
411
411
|
__self: !0,
|
|
412
412
|
__source: !0
|
|
413
|
-
},
|
|
413
|
+
}, Zr, gr, yr;
|
|
414
414
|
yr = {};
|
|
415
415
|
function vr(m) {
|
|
416
416
|
if (Qe.call(m, "ref")) {
|
|
@@ -437,7 +437,7 @@ function cp() {
|
|
|
437
437
|
function Ht(m, _) {
|
|
438
438
|
{
|
|
439
439
|
var P = function() {
|
|
440
|
-
|
|
440
|
+
Zr || (Zr = !0, C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", _));
|
|
441
441
|
};
|
|
442
442
|
P.isReactWarning = !0, Object.defineProperty(m, "key", {
|
|
443
443
|
get: P,
|
|
@@ -768,22 +768,26 @@ const pp = async (e, t) => {
|
|
|
768
768
|
}), o = await fetch(r, n), a = await o.json();
|
|
769
769
|
if (o.ok)
|
|
770
770
|
return a;
|
|
771
|
-
|
|
771
|
+
const i = typeof t.detail == "string" ? t.detail : JSON.stringify(t.detail, null, 2);
|
|
772
|
+
throw new Error(i);
|
|
772
773
|
}, hp = async (e, t) => {
|
|
773
774
|
const { fetchPath: r, options: n } = Ye({ path: Oe(e, t.toString()), method: "DELETE" }), o = await fetch(r, n), a = await o.json();
|
|
774
775
|
if (o.ok)
|
|
775
776
|
return a;
|
|
776
|
-
|
|
777
|
+
const i = typeof a.detail == "string" ? a.detail : JSON.stringify(a.detail, null, 2);
|
|
778
|
+
throw new Error(i);
|
|
777
779
|
}, mp = async (e, t) => {
|
|
778
780
|
const { fetchPath: r, options: n } = Ye({ path: Oe(e, t.toString()), method: "GET" }), o = await fetch(r, n), a = await o.json();
|
|
779
781
|
if (o.ok)
|
|
780
782
|
return a;
|
|
781
|
-
|
|
783
|
+
const i = typeof a.detail == "string" ? a.detail : JSON.stringify(a.detail, null, 2);
|
|
784
|
+
throw new Error(i);
|
|
782
785
|
}, gp = async (e, t, r) => {
|
|
783
786
|
const { fetchPath: n, options: o } = Ye({ path: Oe(e, t.toString()), method: "PUT", body: r }), a = await fetch(n, o), i = await a.json();
|
|
784
787
|
if (a.ok)
|
|
785
788
|
return i;
|
|
786
|
-
|
|
789
|
+
const s = typeof r.detail == "string" ? r.detail : JSON.stringify(r.detail, null, 2);
|
|
790
|
+
throw new Error(s);
|
|
787
791
|
}, Ue = (e) => e && typeof e == "object" ? JSON.stringify(e) : e;
|
|
788
792
|
function _s(e, t) {
|
|
789
793
|
const r = e || {
|
|
@@ -912,10 +916,10 @@ var ua = {
|
|
|
912
916
|
titleCase: Pp
|
|
913
917
|
}, yi = { exports: {} };
|
|
914
918
|
yi.exports = function(e) {
|
|
915
|
-
return
|
|
919
|
+
return Jc(Rp(e), e);
|
|
916
920
|
};
|
|
917
|
-
yi.exports.array =
|
|
918
|
-
function
|
|
921
|
+
yi.exports.array = Jc;
|
|
922
|
+
function Jc(e, t) {
|
|
919
923
|
var r = e.length, n = new Array(r), o = {}, a = r, i = jp(t), s = kp(e);
|
|
920
924
|
for (t.forEach(function(c) {
|
|
921
925
|
if (!s.has(c[0]) || !s.has(c[1]))
|
|
@@ -996,14 +1000,14 @@ function Rt(e, t) {
|
|
|
996
1000
|
return a !== null ? a : o;
|
|
997
1001
|
}, 2);
|
|
998
1002
|
}
|
|
999
|
-
function
|
|
1003
|
+
function Zc(e) {
|
|
1000
1004
|
return e == null ? [] : [].concat(e);
|
|
1001
1005
|
}
|
|
1002
1006
|
let Qc, eu, tu, Vp = /\$\{\s*(\w+)\s*\}/g;
|
|
1003
1007
|
Qc = Symbol.toStringTag;
|
|
1004
1008
|
class Cs {
|
|
1005
1009
|
constructor(t, r, n, o) {
|
|
1006
|
-
this.name = void 0, this.message = void 0, this.value = void 0, this.path = void 0, this.type = void 0, this.params = void 0, this.errors = void 0, this.inner = void 0, this[Qc] = "Error", this.name = "ValidationError", this.value = r, this.path = n, this.type = o, this.errors = [], this.inner = [],
|
|
1010
|
+
this.name = void 0, this.message = void 0, this.value = void 0, this.path = void 0, this.type = void 0, this.params = void 0, this.errors = void 0, this.inner = void 0, this[Qc] = "Error", this.name = "ValidationError", this.value = r, this.path = n, this.type = o, this.errors = [], this.inner = [], Zc(t).forEach((a) => {
|
|
1007
1011
|
if (ze.isError(a)) {
|
|
1008
1012
|
this.errors.push(...a.errors);
|
|
1009
1013
|
const i = a.inner.length ? a.inner : [a];
|
|
@@ -1147,9 +1151,9 @@ const qn = {
|
|
|
1147
1151
|
value: "."
|
|
1148
1152
|
};
|
|
1149
1153
|
function Bp(e, t) {
|
|
1150
|
-
return new
|
|
1154
|
+
return new Jt(e, t);
|
|
1151
1155
|
}
|
|
1152
|
-
class
|
|
1156
|
+
class Jt {
|
|
1153
1157
|
constructor(t, r = {}) {
|
|
1154
1158
|
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")
|
|
1155
1159
|
throw new TypeError("ref must be a string, got: " + t);
|
|
@@ -1189,7 +1193,7 @@ class Zt {
|
|
|
1189
1193
|
return t && t.__isYupRef;
|
|
1190
1194
|
}
|
|
1191
1195
|
}
|
|
1192
|
-
|
|
1196
|
+
Jt.prototype.__isYupRef = !0;
|
|
1193
1197
|
const Et = (e) => e == null;
|
|
1194
1198
|
function Sr(e) {
|
|
1195
1199
|
function t({
|
|
@@ -1213,7 +1217,7 @@ function Sr(e) {
|
|
|
1213
1217
|
disableStackTrace: E = i.spec.disableStackTrace
|
|
1214
1218
|
} = o;
|
|
1215
1219
|
function C(N) {
|
|
1216
|
-
return
|
|
1220
|
+
return Jt.isRef(N) ? N.getValue(r, g, h) : N;
|
|
1217
1221
|
}
|
|
1218
1222
|
function j(N = {}) {
|
|
1219
1223
|
const re = Object.assign({
|
|
@@ -1304,7 +1308,7 @@ class ho extends Set {
|
|
|
1304
1308
|
describe() {
|
|
1305
1309
|
const t = [];
|
|
1306
1310
|
for (const r of this.values())
|
|
1307
|
-
t.push(
|
|
1311
|
+
t.push(Jt.isRef(r) ? r.describe() : r);
|
|
1308
1312
|
return t;
|
|
1309
1313
|
}
|
|
1310
1314
|
resolveAll(t) {
|
|
@@ -1680,7 +1684,7 @@ attempted value: ${i}
|
|
|
1680
1684
|
}
|
|
1681
1685
|
when(t, r) {
|
|
1682
1686
|
!Array.isArray(t) && typeof t != "string" && (r = t, t = ".");
|
|
1683
|
-
let n = this.clone(), o =
|
|
1687
|
+
let n = this.clone(), o = Zc(t).map((a) => new Jt(a));
|
|
1684
1688
|
return o.forEach((a) => {
|
|
1685
1689
|
a.isSibling && n.deps.push(a.key);
|
|
1686
1690
|
}), n.conditions.push(typeof r == "function" ? new po(o, r) : po.fromOptions(o, r)), n;
|
|
@@ -1916,7 +1920,7 @@ let Yp = (
|
|
|
1916
1920
|
), Kp = (
|
|
1917
1921
|
// eslint-disable-next-line
|
|
1918
1922
|
/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i
|
|
1919
|
-
), Xp = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,
|
|
1923
|
+
), Xp = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i, Jp = "^\\d{4}-\\d{2}-\\d{2}", Zp = "\\d{2}:\\d{2}:\\d{2}", Qp = "(([+-]\\d{2}(:?\\d{2})?)|Z)", eh = new RegExp(`${Jp}T${Zp}(\\.\\d+)?${Qp}$`), th = (e) => Et(e) || e === e.trim(), rh = {}.toString();
|
|
1920
1924
|
function go() {
|
|
1921
1925
|
return new _i();
|
|
1922
1926
|
}
|
|
@@ -2221,7 +2225,7 @@ class Lr extends Ve {
|
|
|
2221
2225
|
}
|
|
2222
2226
|
prepareParam(t, r) {
|
|
2223
2227
|
let n;
|
|
2224
|
-
if (
|
|
2228
|
+
if (Jt.isRef(t))
|
|
2225
2229
|
n = t;
|
|
2226
2230
|
else {
|
|
2227
2231
|
let o = this.cast(t);
|
|
@@ -2273,7 +2277,7 @@ function ah(e, t = []) {
|
|
|
2273
2277
|
}
|
|
2274
2278
|
for (const i of Object.keys(e)) {
|
|
2275
2279
|
let s = e[i];
|
|
2276
|
-
n.add(i),
|
|
2280
|
+
n.add(i), Jt.isRef(s) && s.isSibling ? a(s.path, i) : pr(s) && "deps" in s && s.deps.forEach((l) => a(l, i));
|
|
2277
2281
|
}
|
|
2278
2282
|
return Mp.array(Array.from(n), r).reverse();
|
|
2279
2283
|
}
|
|
@@ -2393,7 +2397,7 @@ class Si extends Ve {
|
|
|
2393
2397
|
let f = [];
|
|
2394
2398
|
for (let u of this._nodes) {
|
|
2395
2399
|
let p = this.fields[u];
|
|
2396
|
-
!p ||
|
|
2400
|
+
!p || Jt.isRef(p) || f.push(p.asNestedTest({
|
|
2397
2401
|
options: r,
|
|
2398
2402
|
key: u,
|
|
2399
2403
|
parent: c,
|
|
@@ -2939,7 +2943,7 @@ const cu = { user: null, loading: !0, error: null };
|
|
|
2939
2943
|
function ph(e, t) {
|
|
2940
2944
|
switch (t.type) {
|
|
2941
2945
|
case "initCall":
|
|
2942
|
-
return { ...cu };
|
|
2946
|
+
return { ...cu, user: e.user };
|
|
2943
2947
|
case "setUser":
|
|
2944
2948
|
return { ...e, user: t.payload, error: null };
|
|
2945
2949
|
case "setError":
|
|
@@ -3672,7 +3676,7 @@ function kh() {
|
|
|
3672
3676
|
}
|
|
3673
3677
|
}
|
|
3674
3678
|
}
|
|
3675
|
-
var x = l, R = c, M = s, q = i, X = t, te = f, N = n, re = g, ue = y, he = r, We = a, Ae = o,
|
|
3679
|
+
var x = l, R = c, M = s, q = i, X = t, te = f, N = n, re = g, ue = y, he = r, We = a, Ae = o, Ze = u, it = !1;
|
|
3676
3680
|
function xt($) {
|
|
3677
3681
|
return it || (it = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), S($) || I($) === l;
|
|
3678
3682
|
}
|
|
@@ -3712,7 +3716,7 @@ function kh() {
|
|
|
3712
3716
|
function Te($) {
|
|
3713
3717
|
return I($) === u;
|
|
3714
3718
|
}
|
|
3715
|
-
se.AsyncMode = x, se.ConcurrentMode = R, se.ContextConsumer = M, se.ContextProvider = q, se.Element = X, se.ForwardRef = te, se.Fragment = N, se.Lazy = re, se.Memo = ue, se.Portal = he, se.Profiler = We, se.StrictMode = Ae, se.Suspense =
|
|
3719
|
+
se.AsyncMode = x, se.ConcurrentMode = R, se.ContextConsumer = M, se.ContextProvider = q, se.Element = X, se.ForwardRef = te, se.Fragment = N, se.Lazy = re, se.Memo = ue, se.Portal = he, se.Profiler = We, se.StrictMode = Ae, se.Suspense = Ze, se.isAsyncMode = xt, se.isConcurrentMode = S, se.isContextConsumer = O, se.isContextProvider = H, se.isElement = D, se.isForwardRef = U, se.isFragment = F, se.isLazy = L, se.isMemo = B, se.isPortal = W, se.isProfiler = Y, se.isStrictMode = G, se.isSuspense = Te, se.isValidElementType = j, se.typeOf = I;
|
|
3716
3720
|
}()), se;
|
|
3717
3721
|
}
|
|
3718
3722
|
var Ds;
|
|
@@ -3913,7 +3917,7 @@ function Dh() {
|
|
|
3913
3917
|
function O(H, D, U, F, L, B) {
|
|
3914
3918
|
var W = H[D], Y = Ae(W);
|
|
3915
3919
|
if (Y !== S) {
|
|
3916
|
-
var G =
|
|
3920
|
+
var G = Ze(W);
|
|
3917
3921
|
return new h(
|
|
3918
3922
|
"Invalid " + F + " `" + L + "` of type " + ("`" + G + "` supplied to `" + U + "`, expected ") + ("`" + S + "`."),
|
|
3919
3923
|
{ expectedType: S }
|
|
@@ -3986,7 +3990,7 @@ function Dh() {
|
|
|
3986
3990
|
if (g(B, S[W]))
|
|
3987
3991
|
return null;
|
|
3988
3992
|
var Y = JSON.stringify(S, function(Te, $) {
|
|
3989
|
-
var Pe =
|
|
3993
|
+
var Pe = Ze($);
|
|
3990
3994
|
return Pe === "symbol" ? String($) : $;
|
|
3991
3995
|
});
|
|
3992
3996
|
return new h("Invalid " + F + " `" + L + "` of value `" + String(B) + "` " + ("supplied to `" + U + "`, expected one of " + Y + "."));
|
|
@@ -4051,7 +4055,7 @@ function Dh() {
|
|
|
4051
4055
|
for (var Y in S) {
|
|
4052
4056
|
var G = S[Y];
|
|
4053
4057
|
if (typeof G != "function")
|
|
4054
|
-
return N(U, F, L, Y,
|
|
4058
|
+
return N(U, F, L, Y, Ze(G));
|
|
4055
4059
|
var Te = G(B, Y, U, F, L + "." + Y, r);
|
|
4056
4060
|
if (Te)
|
|
4057
4061
|
return Te;
|
|
@@ -4069,7 +4073,7 @@ function Dh() {
|
|
|
4069
4073
|
for (var G in Y) {
|
|
4070
4074
|
var Te = S[G];
|
|
4071
4075
|
if (n(S, G) && typeof Te != "function")
|
|
4072
|
-
return N(U, F, L, G,
|
|
4076
|
+
return N(U, F, L, G, Ze(Te));
|
|
4073
4077
|
if (!Te)
|
|
4074
4078
|
return new h(
|
|
4075
4079
|
"Invalid " + F + " `" + L + "` key `" + G + "` supplied to `" + U + "`.\nBad object: " + JSON.stringify(H[D], null, " ") + `
|
|
@@ -4123,7 +4127,7 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
|
4123
4127
|
var O = typeof S;
|
|
4124
4128
|
return Array.isArray(S) ? "array" : S instanceof RegExp ? "object" : We(O, S) ? "symbol" : O;
|
|
4125
4129
|
}
|
|
4126
|
-
function
|
|
4130
|
+
function Ze(S) {
|
|
4127
4131
|
if (typeof S > "u" || S === null)
|
|
4128
4132
|
return "" + S;
|
|
4129
4133
|
var O = Ae(S);
|
|
@@ -4136,7 +4140,7 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
|
4136
4140
|
return O;
|
|
4137
4141
|
}
|
|
4138
4142
|
function it(S) {
|
|
4139
|
-
var O =
|
|
4143
|
+
var O = Ze(S);
|
|
4140
4144
|
switch (O) {
|
|
4141
4145
|
case "array":
|
|
4142
4146
|
case "object":
|
|
@@ -4290,7 +4294,7 @@ var Uh = {
|
|
|
4290
4294
|
["path", { d: "M12 9v4", key: "svg-1" }],
|
|
4291
4295
|
["path", { d: "M12 16v.01", key: "svg-2" }]
|
|
4292
4296
|
]
|
|
4293
|
-
),
|
|
4297
|
+
), Jh = Xe("eye", "IconEye", [
|
|
4294
4298
|
["path", { d: "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }],
|
|
4295
4299
|
[
|
|
4296
4300
|
"path",
|
|
@@ -4307,7 +4311,7 @@ var Uh = {
|
|
|
4307
4311
|
key: "svg-0"
|
|
4308
4312
|
}
|
|
4309
4313
|
]
|
|
4310
|
-
]),
|
|
4314
|
+
]), Zh = Xe("id-badge-2", "IconIdBadge2", [
|
|
4311
4315
|
["path", { d: "M7 12h3v4h-3z", key: "svg-0" }],
|
|
4312
4316
|
[
|
|
4313
4317
|
"path",
|
|
@@ -4844,7 +4848,7 @@ function gm({ id: e, ...t }) {
|
|
|
4844
4848
|
const p = await n(e);
|
|
4845
4849
|
p && (s(p), c(!1), u(!0));
|
|
4846
4850
|
},
|
|
4847
|
-
children: /* @__PURE__ */ d.jsx(
|
|
4851
|
+
children: /* @__PURE__ */ d.jsx(Jh, {})
|
|
4848
4852
|
}
|
|
4849
4853
|
) }),
|
|
4850
4854
|
/* @__PURE__ */ d.jsx(mm, { item: i, info: r, loading: l, opened: f, onClose: () => u(!1) })
|
|
@@ -5007,7 +5011,7 @@ var Mi = {}, Di = {};
|
|
|
5007
5011
|
}
|
|
5008
5012
|
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;
|
|
5009
5013
|
})(Di);
|
|
5010
|
-
var
|
|
5014
|
+
var Z = {}, Zt = je && je.__extends || function() {
|
|
5011
5015
|
var e = function(t, r) {
|
|
5012
5016
|
return e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, o) {
|
|
5013
5017
|
n.__proto__ = o;
|
|
@@ -5035,8 +5039,8 @@ var J = {}, Jt = je && je.__extends || function() {
|
|
|
5035
5039
|
return e;
|
|
5036
5040
|
}, hn.apply(this, arguments);
|
|
5037
5041
|
};
|
|
5038
|
-
Object.defineProperty(
|
|
5039
|
-
|
|
5042
|
+
Object.defineProperty(Z, "__esModule", { value: !0 });
|
|
5043
|
+
Z.cloneNode = Z.hasChildren = Z.isDocument = Z.isDirective = Z.isComment = Z.isText = Z.isCDATA = Z.isTag = Z.Element = Z.Document = Z.CDATA = Z.NodeWithChildren = Z.ProcessingInstruction = Z.Comment = Z.Text = Z.DataNode = Z.Node = void 0;
|
|
5040
5044
|
var ot = Di, Ni = (
|
|
5041
5045
|
/** @class */
|
|
5042
5046
|
function() {
|
|
@@ -5088,11 +5092,11 @@ var ot = Di, Ni = (
|
|
|
5088
5092
|
}, e;
|
|
5089
5093
|
}()
|
|
5090
5094
|
);
|
|
5091
|
-
|
|
5095
|
+
Z.Node = Ni;
|
|
5092
5096
|
var ko = (
|
|
5093
5097
|
/** @class */
|
|
5094
5098
|
function(e) {
|
|
5095
|
-
|
|
5099
|
+
Zt(t, e);
|
|
5096
5100
|
function t(r) {
|
|
5097
5101
|
var n = e.call(this) || this;
|
|
5098
5102
|
return n.data = r, n;
|
|
@@ -5113,11 +5117,11 @@ var ko = (
|
|
|
5113
5117
|
}), t;
|
|
5114
5118
|
}(Ni)
|
|
5115
5119
|
);
|
|
5116
|
-
|
|
5120
|
+
Z.DataNode = ko;
|
|
5117
5121
|
var bu = (
|
|
5118
5122
|
/** @class */
|
|
5119
5123
|
function(e) {
|
|
5120
|
-
|
|
5124
|
+
Zt(t, e);
|
|
5121
5125
|
function t() {
|
|
5122
5126
|
var r = e !== null && e.apply(this, arguments) || this;
|
|
5123
5127
|
return r.type = ot.ElementType.Text, r;
|
|
@@ -5131,11 +5135,11 @@ var bu = (
|
|
|
5131
5135
|
}), t;
|
|
5132
5136
|
}(ko)
|
|
5133
5137
|
);
|
|
5134
|
-
|
|
5138
|
+
Z.Text = bu;
|
|
5135
5139
|
var xu = (
|
|
5136
5140
|
/** @class */
|
|
5137
5141
|
function(e) {
|
|
5138
|
-
|
|
5142
|
+
Zt(t, e);
|
|
5139
5143
|
function t() {
|
|
5140
5144
|
var r = e !== null && e.apply(this, arguments) || this;
|
|
5141
5145
|
return r.type = ot.ElementType.Comment, r;
|
|
@@ -5149,11 +5153,11 @@ var xu = (
|
|
|
5149
5153
|
}), t;
|
|
5150
5154
|
}(ko)
|
|
5151
5155
|
);
|
|
5152
|
-
|
|
5156
|
+
Z.Comment = xu;
|
|
5153
5157
|
var _u = (
|
|
5154
5158
|
/** @class */
|
|
5155
5159
|
function(e) {
|
|
5156
|
-
|
|
5160
|
+
Zt(t, e);
|
|
5157
5161
|
function t(r, n) {
|
|
5158
5162
|
var o = e.call(this, n) || this;
|
|
5159
5163
|
return o.name = r, o.type = ot.ElementType.Directive, o;
|
|
@@ -5167,11 +5171,11 @@ var _u = (
|
|
|
5167
5171
|
}), t;
|
|
5168
5172
|
}(ko)
|
|
5169
5173
|
);
|
|
5170
|
-
|
|
5174
|
+
Z.ProcessingInstruction = _u;
|
|
5171
5175
|
var Io = (
|
|
5172
5176
|
/** @class */
|
|
5173
5177
|
function(e) {
|
|
5174
|
-
|
|
5178
|
+
Zt(t, e);
|
|
5175
5179
|
function t(r) {
|
|
5176
5180
|
var n = e.call(this) || this;
|
|
5177
5181
|
return n.children = r, n;
|
|
@@ -5208,11 +5212,11 @@ var Io = (
|
|
|
5208
5212
|
}), t;
|
|
5209
5213
|
}(Ni)
|
|
5210
5214
|
);
|
|
5211
|
-
|
|
5215
|
+
Z.NodeWithChildren = Io;
|
|
5212
5216
|
var Tu = (
|
|
5213
5217
|
/** @class */
|
|
5214
5218
|
function(e) {
|
|
5215
|
-
|
|
5219
|
+
Zt(t, e);
|
|
5216
5220
|
function t() {
|
|
5217
5221
|
var r = e !== null && e.apply(this, arguments) || this;
|
|
5218
5222
|
return r.type = ot.ElementType.CDATA, r;
|
|
@@ -5226,11 +5230,11 @@ var Tu = (
|
|
|
5226
5230
|
}), t;
|
|
5227
5231
|
}(Io)
|
|
5228
5232
|
);
|
|
5229
|
-
|
|
5233
|
+
Z.CDATA = Tu;
|
|
5230
5234
|
var Eu = (
|
|
5231
5235
|
/** @class */
|
|
5232
5236
|
function(e) {
|
|
5233
|
-
|
|
5237
|
+
Zt(t, e);
|
|
5234
5238
|
function t() {
|
|
5235
5239
|
var r = e !== null && e.apply(this, arguments) || this;
|
|
5236
5240
|
return r.type = ot.ElementType.Root, r;
|
|
@@ -5244,11 +5248,11 @@ var Eu = (
|
|
|
5244
5248
|
}), t;
|
|
5245
5249
|
}(Io)
|
|
5246
5250
|
);
|
|
5247
|
-
|
|
5251
|
+
Z.Document = Eu;
|
|
5248
5252
|
var Su = (
|
|
5249
5253
|
/** @class */
|
|
5250
5254
|
function(e) {
|
|
5251
|
-
|
|
5255
|
+
Zt(t, e);
|
|
5252
5256
|
function t(r, n, o, a) {
|
|
5253
5257
|
o === void 0 && (o = []), a === void 0 && (a = r === "script" ? ot.ElementType.Script : r === "style" ? ot.ElementType.Style : ot.ElementType.Tag);
|
|
5254
5258
|
var i = e.call(this, o) || this;
|
|
@@ -5292,35 +5296,35 @@ var Su = (
|
|
|
5292
5296
|
}), t;
|
|
5293
5297
|
}(Io)
|
|
5294
5298
|
);
|
|
5295
|
-
|
|
5299
|
+
Z.Element = Su;
|
|
5296
5300
|
function wu(e) {
|
|
5297
5301
|
return (0, ot.isTag)(e);
|
|
5298
5302
|
}
|
|
5299
|
-
|
|
5303
|
+
Z.isTag = wu;
|
|
5300
5304
|
function Ou(e) {
|
|
5301
5305
|
return e.type === ot.ElementType.CDATA;
|
|
5302
5306
|
}
|
|
5303
|
-
|
|
5307
|
+
Z.isCDATA = Ou;
|
|
5304
5308
|
function Cu(e) {
|
|
5305
5309
|
return e.type === ot.ElementType.Text;
|
|
5306
5310
|
}
|
|
5307
|
-
|
|
5311
|
+
Z.isText = Cu;
|
|
5308
5312
|
function Au(e) {
|
|
5309
5313
|
return e.type === ot.ElementType.Comment;
|
|
5310
5314
|
}
|
|
5311
|
-
|
|
5315
|
+
Z.isComment = Au;
|
|
5312
5316
|
function $u(e) {
|
|
5313
5317
|
return e.type === ot.ElementType.Directive;
|
|
5314
5318
|
}
|
|
5315
|
-
|
|
5319
|
+
Z.isDirective = $u;
|
|
5316
5320
|
function Pu(e) {
|
|
5317
5321
|
return e.type === ot.ElementType.Root;
|
|
5318
5322
|
}
|
|
5319
|
-
|
|
5323
|
+
Z.isDocument = Pu;
|
|
5320
5324
|
function Em(e) {
|
|
5321
5325
|
return Object.prototype.hasOwnProperty.call(e, "children");
|
|
5322
5326
|
}
|
|
5323
|
-
|
|
5327
|
+
Z.hasChildren = Em;
|
|
5324
5328
|
function Fi(e, t) {
|
|
5325
5329
|
t === void 0 && (t = !1);
|
|
5326
5330
|
var r;
|
|
@@ -5350,7 +5354,7 @@ function Fi(e, t) {
|
|
|
5350
5354
|
throw new Error("Not implemented yet: ".concat(e.type));
|
|
5351
5355
|
return r.startIndex = e.startIndex, r.endIndex = e.endIndex, e.sourceCodeLocation != null && (r.sourceCodeLocation = e.sourceCodeLocation), r;
|
|
5352
5356
|
}
|
|
5353
|
-
|
|
5357
|
+
Z.cloneNode = Fi;
|
|
5354
5358
|
function va(e) {
|
|
5355
5359
|
for (var t = e.map(function(n) {
|
|
5356
5360
|
return Fi(n, !0);
|
|
@@ -5372,8 +5376,8 @@ function va(e) {
|
|
|
5372
5376
|
c !== "default" && !Object.prototype.hasOwnProperty.call(l, c) && t(l, s, c);
|
|
5373
5377
|
};
|
|
5374
5378
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.DomHandler = void 0;
|
|
5375
|
-
var n = Di, o =
|
|
5376
|
-
r(
|
|
5379
|
+
var n = Di, o = Z;
|
|
5380
|
+
r(Z, e);
|
|
5377
5381
|
var a = {
|
|
5378
5382
|
withStartIndices: !1,
|
|
5379
5383
|
withEndIndices: !1,
|
|
@@ -5439,7 +5443,7 @@ function va(e) {
|
|
|
5439
5443
|
})(Mi);
|
|
5440
5444
|
var Li = {}, zi = {};
|
|
5441
5445
|
Object.defineProperty(zi, "__esModule", { value: !0 });
|
|
5442
|
-
var Xs = "html",
|
|
5446
|
+
var Xs = "html", Js = "head", Kn = "body", Sm = /<([a-zA-Z]+[0-9]?)/, Zs = /<head[^]*>/i, Qs = /<body[^]*>/i, vo = function(e, t) {
|
|
5443
5447
|
throw new Error("This browser does not support `document.implementation.createHTMLDocument`");
|
|
5444
5448
|
}, Ha = function(e, t) {
|
|
5445
5449
|
throw new Error("This browser does not support `DOMParser.prototype.parseFromString`");
|
|
@@ -5460,17 +5464,17 @@ if (typeof document == "object" && document.implementation) {
|
|
|
5460
5464
|
return Xn.documentElement.innerHTML = e, Xn;
|
|
5461
5465
|
};
|
|
5462
5466
|
}
|
|
5463
|
-
var
|
|
5464
|
-
|
|
5465
|
-
return
|
|
5467
|
+
var Jn = typeof document == "object" && document.createElement("template"), Wa;
|
|
5468
|
+
Jn && Jn.content && (Wa = function(e) {
|
|
5469
|
+
return Jn.innerHTML = e, Jn.content.childNodes;
|
|
5466
5470
|
});
|
|
5467
5471
|
function Cm(e) {
|
|
5468
5472
|
var t, r, n = e.match(Sm), o = n && n[1] ? n[1].toLowerCase() : "";
|
|
5469
5473
|
switch (o) {
|
|
5470
5474
|
case Xs: {
|
|
5471
5475
|
var a = Ha(e);
|
|
5472
|
-
if (!
|
|
5473
|
-
var i = a.querySelector(
|
|
5476
|
+
if (!Zs.test(e)) {
|
|
5477
|
+
var i = a.querySelector(Js);
|
|
5474
5478
|
(t = i == null ? void 0 : i.parentNode) === null || t === void 0 || t.removeChild(i);
|
|
5475
5479
|
}
|
|
5476
5480
|
if (!Qs.test(e)) {
|
|
@@ -5479,10 +5483,10 @@ function Cm(e) {
|
|
|
5479
5483
|
}
|
|
5480
5484
|
return a.querySelectorAll(Xs);
|
|
5481
5485
|
}
|
|
5482
|
-
case
|
|
5486
|
+
case Js:
|
|
5483
5487
|
case Kn: {
|
|
5484
5488
|
var s = vo(e).querySelectorAll(o);
|
|
5485
|
-
return Qs.test(e) &&
|
|
5489
|
+
return Qs.test(e) && Zs.test(e) ? s[0].parentNode.childNodes : s;
|
|
5486
5490
|
}
|
|
5487
5491
|
default: {
|
|
5488
5492
|
if (Wa)
|
|
@@ -5533,7 +5537,7 @@ var Mr = {}, Ru = {};
|
|
|
5533
5537
|
})(Ru);
|
|
5534
5538
|
Object.defineProperty(Mr, "__esModule", { value: !0 });
|
|
5535
5539
|
Mr.formatDOM = Mr.formatAttributes = void 0;
|
|
5536
|
-
var
|
|
5540
|
+
var Zn = Mi, Am = Ru;
|
|
5537
5541
|
function $m(e) {
|
|
5538
5542
|
return Am.CASE_SENSITIVE_TAG_NAMES_MAP[e];
|
|
5539
5543
|
}
|
|
@@ -5557,7 +5561,7 @@ function ku(e, t, r) {
|
|
|
5557
5561
|
switch (s.nodeType) {
|
|
5558
5562
|
case 1: {
|
|
5559
5563
|
var l = Pm(s.nodeName);
|
|
5560
|
-
o = new
|
|
5564
|
+
o = new Zn.Element(l, ju(s.attributes)), o.children = ku(
|
|
5561
5565
|
// template children are on content
|
|
5562
5566
|
l === "template" ? s.content.childNodes : s.childNodes,
|
|
5563
5567
|
o
|
|
@@ -5565,10 +5569,10 @@ function ku(e, t, r) {
|
|
|
5565
5569
|
break;
|
|
5566
5570
|
}
|
|
5567
5571
|
case 3:
|
|
5568
|
-
o = new
|
|
5572
|
+
o = new Zn.Text(s.nodeValue);
|
|
5569
5573
|
break;
|
|
5570
5574
|
case 8:
|
|
5571
|
-
o = new
|
|
5575
|
+
o = new Zn.Comment(s.nodeValue);
|
|
5572
5576
|
break;
|
|
5573
5577
|
default:
|
|
5574
5578
|
continue;
|
|
@@ -5576,7 +5580,7 @@ function ku(e, t, r) {
|
|
|
5576
5580
|
var c = n[a - 1] || null;
|
|
5577
5581
|
c && (c.next = o), o.parent = t, o.prev = c, o.next = null, n.push(o);
|
|
5578
5582
|
}
|
|
5579
|
-
return r && (o = new
|
|
5583
|
+
return r && (o = new Zn.ProcessingInstruction(r.substring(0, r.indexOf(" ")).toLowerCase(), r), o.next = n[0] || null, o.parent = t, n.unshift(o), n[1] && (n[1].prev = n[0])), n;
|
|
5580
5584
|
}
|
|
5581
5585
|
Mr.formatDOM = ku;
|
|
5582
5586
|
var Rm = je && je.__importDefault || function(e) {
|
|
@@ -6086,7 +6090,7 @@ const Iu = 0, Qt = 1, Do = 2, No = 3, Ui = 4, Mu = 5, Du = 6;
|
|
|
6086
6090
|
function Fm(e) {
|
|
6087
6091
|
return Fe.hasOwnProperty(e) ? Fe[e] : null;
|
|
6088
6092
|
}
|
|
6089
|
-
function
|
|
6093
|
+
function Je(e, t, r, n, o, a, i) {
|
|
6090
6094
|
this.acceptsBooleans = t === Do || t === No || t === Ui, this.attributeName = n, this.attributeNamespace = o, this.mustUseProperty = r, this.propertyName = e, this.type = t, this.sanitizeURL = a, this.removeEmptyString = i;
|
|
6091
6095
|
}
|
|
6092
6096
|
const Fe = {}, Lm = [
|
|
@@ -6103,7 +6107,7 @@ const Fe = {}, Lm = [
|
|
|
6103
6107
|
"style"
|
|
6104
6108
|
];
|
|
6105
6109
|
Lm.forEach((e) => {
|
|
6106
|
-
Fe[e] = new
|
|
6110
|
+
Fe[e] = new Je(
|
|
6107
6111
|
e,
|
|
6108
6112
|
Iu,
|
|
6109
6113
|
!1,
|
|
@@ -6124,7 +6128,7 @@ Lm.forEach((e) => {
|
|
|
6124
6128
|
["htmlFor", "for"],
|
|
6125
6129
|
["httpEquiv", "http-equiv"]
|
|
6126
6130
|
].forEach(([e, t]) => {
|
|
6127
|
-
Fe[e] = new
|
|
6131
|
+
Fe[e] = new Je(
|
|
6128
6132
|
e,
|
|
6129
6133
|
Qt,
|
|
6130
6134
|
!1,
|
|
@@ -6140,7 +6144,7 @@ Lm.forEach((e) => {
|
|
|
6140
6144
|
);
|
|
6141
6145
|
});
|
|
6142
6146
|
["contentEditable", "draggable", "spellCheck", "value"].forEach((e) => {
|
|
6143
|
-
Fe[e] = new
|
|
6147
|
+
Fe[e] = new Je(
|
|
6144
6148
|
e,
|
|
6145
6149
|
Do,
|
|
6146
6150
|
!1,
|
|
@@ -6161,7 +6165,7 @@ Lm.forEach((e) => {
|
|
|
6161
6165
|
"focusable",
|
|
6162
6166
|
"preserveAlpha"
|
|
6163
6167
|
].forEach((e) => {
|
|
6164
|
-
Fe[e] = new
|
|
6168
|
+
Fe[e] = new Je(
|
|
6165
6169
|
e,
|
|
6166
6170
|
Do,
|
|
6167
6171
|
!1,
|
|
@@ -6204,7 +6208,7 @@ Lm.forEach((e) => {
|
|
|
6204
6208
|
// Microdata
|
|
6205
6209
|
"itemScope"
|
|
6206
6210
|
].forEach((e) => {
|
|
6207
|
-
Fe[e] = new
|
|
6211
|
+
Fe[e] = new Je(
|
|
6208
6212
|
e,
|
|
6209
6213
|
No,
|
|
6210
6214
|
!1,
|
|
@@ -6230,7 +6234,7 @@ Lm.forEach((e) => {
|
|
|
6230
6234
|
// you'll need to set attributeName to name.toLowerCase()
|
|
6231
6235
|
// instead in the assignment below.
|
|
6232
6236
|
].forEach((e) => {
|
|
6233
|
-
Fe[e] = new
|
|
6237
|
+
Fe[e] = new Je(
|
|
6234
6238
|
e,
|
|
6235
6239
|
No,
|
|
6236
6240
|
!0,
|
|
@@ -6252,7 +6256,7 @@ Lm.forEach((e) => {
|
|
|
6252
6256
|
// you'll need to set attributeName to name.toLowerCase()
|
|
6253
6257
|
// instead in the assignment below.
|
|
6254
6258
|
].forEach((e) => {
|
|
6255
|
-
Fe[e] = new
|
|
6259
|
+
Fe[e] = new Je(
|
|
6256
6260
|
e,
|
|
6257
6261
|
Ui,
|
|
6258
6262
|
!1,
|
|
@@ -6276,7 +6280,7 @@ Lm.forEach((e) => {
|
|
|
6276
6280
|
// you'll need to set attributeName to name.toLowerCase()
|
|
6277
6281
|
// instead in the assignment below.
|
|
6278
6282
|
].forEach((e) => {
|
|
6279
|
-
Fe[e] = new
|
|
6283
|
+
Fe[e] = new Je(
|
|
6280
6284
|
e,
|
|
6281
6285
|
Du,
|
|
6282
6286
|
!1,
|
|
@@ -6292,7 +6296,7 @@ Lm.forEach((e) => {
|
|
|
6292
6296
|
);
|
|
6293
6297
|
});
|
|
6294
6298
|
["rowSpan", "start"].forEach((e) => {
|
|
6295
|
-
Fe[e] = new
|
|
6299
|
+
Fe[e] = new Je(
|
|
6296
6300
|
e,
|
|
6297
6301
|
Mu,
|
|
6298
6302
|
!1,
|
|
@@ -6387,7 +6391,7 @@ const Vi = /[\-\:]([a-z])/g, Bi = (e) => e[1].toUpperCase();
|
|
|
6387
6391
|
// instead in the assignment below.
|
|
6388
6392
|
].forEach((e) => {
|
|
6389
6393
|
const t = e.replace(Vi, Bi);
|
|
6390
|
-
Fe[t] = new
|
|
6394
|
+
Fe[t] = new Je(
|
|
6391
6395
|
t,
|
|
6392
6396
|
Qt,
|
|
6393
6397
|
!1,
|
|
@@ -6413,7 +6417,7 @@ const Vi = /[\-\:]([a-z])/g, Bi = (e) => e[1].toUpperCase();
|
|
|
6413
6417
|
// instead in the assignment below.
|
|
6414
6418
|
].forEach((e) => {
|
|
6415
6419
|
const t = e.replace(Vi, Bi);
|
|
6416
|
-
Fe[t] = new
|
|
6420
|
+
Fe[t] = new Je(
|
|
6417
6421
|
t,
|
|
6418
6422
|
Qt,
|
|
6419
6423
|
!1,
|
|
@@ -6435,7 +6439,7 @@ const Vi = /[\-\:]([a-z])/g, Bi = (e) => e[1].toUpperCase();
|
|
|
6435
6439
|
// instead in the assignment below.
|
|
6436
6440
|
].forEach((e) => {
|
|
6437
6441
|
const t = e.replace(Vi, Bi);
|
|
6438
|
-
Fe[t] = new
|
|
6442
|
+
Fe[t] = new Je(
|
|
6439
6443
|
t,
|
|
6440
6444
|
Qt,
|
|
6441
6445
|
!1,
|
|
@@ -6449,7 +6453,7 @@ const Vi = /[\-\:]([a-z])/g, Bi = (e) => e[1].toUpperCase();
|
|
|
6449
6453
|
);
|
|
6450
6454
|
});
|
|
6451
6455
|
["tabIndex", "crossOrigin"].forEach((e) => {
|
|
6452
|
-
Fe[e] = new
|
|
6456
|
+
Fe[e] = new Je(
|
|
6453
6457
|
e,
|
|
6454
6458
|
Qt,
|
|
6455
6459
|
!1,
|
|
@@ -6465,7 +6469,7 @@ const Vi = /[\-\:]([a-z])/g, Bi = (e) => e[1].toUpperCase();
|
|
|
6465
6469
|
);
|
|
6466
6470
|
});
|
|
6467
6471
|
const zm = "xlinkHref";
|
|
6468
|
-
Fe[zm] = new
|
|
6472
|
+
Fe[zm] = new Je(
|
|
6469
6473
|
"xlinkHref",
|
|
6470
6474
|
Qt,
|
|
6471
6475
|
!1,
|
|
@@ -6478,7 +6482,7 @@ Fe[zm] = new Ze(
|
|
|
6478
6482
|
// removeEmptyString
|
|
6479
6483
|
);
|
|
6480
6484
|
["src", "href", "action", "formAction"].forEach((e) => {
|
|
6481
|
-
Fe[e] = new
|
|
6485
|
+
Fe[e] = new Je(
|
|
6482
6486
|
e,
|
|
6483
6487
|
Qt,
|
|
6484
6488
|
!1,
|
|
@@ -6516,7 +6520,7 @@ wt.STRING = Qt;
|
|
|
6516
6520
|
wt.getPropertyInfo = Fm;
|
|
6517
6521
|
wt.isCustomAttribute = Wm;
|
|
6518
6522
|
wt.possibleStandardNames = Gm;
|
|
6519
|
-
var Hi = {}, Wi = {}, rl = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, qm = /\n/g, Ym = /^\s*/, Km = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/, Xm = /^:\s*/,
|
|
6523
|
+
var Hi = {}, Wi = {}, rl = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, qm = /\n/g, Ym = /^\s*/, Km = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/, Xm = /^:\s*/, Jm = /^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/, Zm = /^[;\s]*/, Qm = /^\s+|\s+$/g, eg = `
|
|
6520
6524
|
`, nl = "/", ol = "*", lr = "", tg = "comment", rg = "declaration", ng = function(e, t) {
|
|
6521
6525
|
if (typeof e != "string")
|
|
6522
6526
|
throw new TypeError("First argument must be a string");
|
|
@@ -6582,12 +6586,12 @@ var Hi = {}, Wi = {}, rl = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, qm = /\n/g, Ym = /
|
|
|
6582
6586
|
if (h) {
|
|
6583
6587
|
if (u(), !l(Xm))
|
|
6584
6588
|
return s("property missing ':'");
|
|
6585
|
-
var b = l(
|
|
6589
|
+
var b = l(Jm), E = g({
|
|
6586
6590
|
type: rg,
|
|
6587
6591
|
property: al(h[0].replace(rl, lr)),
|
|
6588
6592
|
value: b ? al(b[0].replace(rl, lr)) : lr
|
|
6589
6593
|
});
|
|
6590
|
-
return l(
|
|
6594
|
+
return l(Zm), E;
|
|
6591
6595
|
}
|
|
6592
6596
|
}
|
|
6593
6597
|
function y() {
|
|
@@ -6828,7 +6832,7 @@ function Wg(e) {
|
|
|
6828
6832
|
return qa(e, r);
|
|
6829
6833
|
};
|
|
6830
6834
|
}
|
|
6831
|
-
function
|
|
6835
|
+
function J(e, t) {
|
|
6832
6836
|
let r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ao;
|
|
6833
6837
|
cl && cl(e, null);
|
|
6834
6838
|
let n = t.length;
|
|
@@ -6869,7 +6873,7 @@ function ln(e, t) {
|
|
|
6869
6873
|
}
|
|
6870
6874
|
return r;
|
|
6871
6875
|
}
|
|
6872
|
-
const dl = 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"]), xa = 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"]), _a = 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"]), qg = 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"]), Ta = 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"]), Yg = Ke(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), pl = Ke(["#text"]), hl = 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"]), Ea = Ke(["accent-height", "accumulate", "additive", "alignment-baseline", "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", "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", "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", "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", "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"]), ml = 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"]), eo = Ke(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), Kg = yt(/\{\{[\w\W]*|[\w\W]*\}\}/gm), Xg = yt(/<%[\w\W]*|[\w\W]*%>/gm),
|
|
6876
|
+
const dl = 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"]), xa = 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"]), _a = 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"]), qg = 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"]), Ta = 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"]), Yg = Ke(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), pl = Ke(["#text"]), hl = 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"]), Ea = Ke(["accent-height", "accumulate", "additive", "alignment-baseline", "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", "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", "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", "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", "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"]), ml = 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"]), eo = Ke(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), Kg = yt(/\{\{[\w\W]*|[\w\W]*\}\}/gm), Xg = yt(/<%[\w\W]*|[\w\W]*%>/gm), Jg = yt(/\${[\w\W]*}/gm), Zg = yt(/^data-[\-\w.\u00B7-\uFFFF]/), Qg = yt(/^aria-[\-\w]+$/), Hu = yt(
|
|
6873
6877
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
6874
6878
|
// eslint-disable-line no-useless-escape
|
|
6875
6879
|
), ey = yt(/^(?:\w+script|data):/i), ty = yt(
|
|
@@ -6880,8 +6884,8 @@ var gl = /* @__PURE__ */ Object.freeze({
|
|
|
6880
6884
|
__proto__: null,
|
|
6881
6885
|
MUSTACHE_EXPR: Kg,
|
|
6882
6886
|
ERB_EXPR: Xg,
|
|
6883
|
-
TMPLIT_EXPR:
|
|
6884
|
-
DATA_ATTR:
|
|
6887
|
+
TMPLIT_EXPR: Jg,
|
|
6888
|
+
DATA_ATTR: Zg,
|
|
6885
6889
|
ARIA_ATTR: Qg,
|
|
6886
6890
|
IS_ALLOWED_URI: Hu,
|
|
6887
6891
|
IS_SCRIPT_OR_DATA: ey,
|
|
@@ -6967,16 +6971,16 @@ function Gu() {
|
|
|
6967
6971
|
TMPLIT_EXPR: he,
|
|
6968
6972
|
DATA_ATTR: We,
|
|
6969
6973
|
ARIA_ATTR: Ae,
|
|
6970
|
-
IS_SCRIPT_OR_DATA:
|
|
6974
|
+
IS_SCRIPT_OR_DATA: Ze,
|
|
6971
6975
|
ATTR_WHITESPACE: it,
|
|
6972
6976
|
CUSTOM_ELEMENT: xt
|
|
6973
6977
|
} = gl;
|
|
6974
6978
|
let {
|
|
6975
6979
|
IS_ALLOWED_URI: S
|
|
6976
6980
|
} = gl, O = null;
|
|
6977
|
-
const H =
|
|
6981
|
+
const H = J({}, [...dl, ...xa, ..._a, ...Ta, ...pl]);
|
|
6978
6982
|
let D = null;
|
|
6979
|
-
const U =
|
|
6983
|
+
const U = J({}, [...hl, ...Ea, ...ml, ...eo]);
|
|
6980
6984
|
let F = Object.seal(Bu(null, {
|
|
6981
6985
|
tagNameCheck: {
|
|
6982
6986
|
writable: !0,
|
|
@@ -6998,14 +7002,14 @@ function Gu() {
|
|
|
6998
7002
|
}
|
|
6999
7003
|
})), L = null, B = null, W = !0, Y = !0, G = !1, Te = !0, $ = !1, Pe = !0, k = !1, Ge = !1, Qe = !1, dt = !1, rr = !1, Mt = !1, jn = !0, kn = !1;
|
|
7000
7004
|
const Xr = "user-content-";
|
|
7001
|
-
let
|
|
7002
|
-
const Bt =
|
|
7005
|
+
let Jr = !0, nr = !1, Dt = {}, Nt = null;
|
|
7006
|
+
const Bt = J({}, ["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"]);
|
|
7003
7007
|
let In = null;
|
|
7004
|
-
const
|
|
7008
|
+
const Zr = J({}, ["audio", "video", "img", "source", "image", "track"]);
|
|
7005
7009
|
let gr = null;
|
|
7006
|
-
const yr =
|
|
7010
|
+
const yr = J({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), vr = "http://www.w3.org/1998/Math/MathML", br = "http://www.w3.org/2000/svg", _t = "http://www.w3.org/1999/xhtml";
|
|
7007
7011
|
let Ht = _t, Qr = !1, en = null;
|
|
7008
|
-
const sa =
|
|
7012
|
+
const sa = J({}, [vr, br, _t], ba);
|
|
7009
7013
|
let Ft = null;
|
|
7010
7014
|
const Mn = ["application/xhtml+xml", "text/html"], Wt = "text/html";
|
|
7011
7015
|
let be = null, Ct = null;
|
|
@@ -7015,21 +7019,21 @@ function Gu() {
|
|
|
7015
7019
|
let v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
7016
7020
|
if (!(Ct && Ct === v)) {
|
|
7017
7021
|
if ((!v || typeof v != "object") && (v = {}), v = ir(v), Ft = // eslint-disable-next-line unicorn/prefer-includes
|
|
7018
|
-
Mn.indexOf(v.PARSER_MEDIA_TYPE) === -1 ? Wt : v.PARSER_MEDIA_TYPE, be = Ft === "application/xhtml+xml" ? ba : ao, O = Tt(v, "ALLOWED_TAGS") ?
|
|
7022
|
+
Mn.indexOf(v.PARSER_MEDIA_TYPE) === -1 ? Wt : v.PARSER_MEDIA_TYPE, be = Ft === "application/xhtml+xml" ? ba : ao, O = Tt(v, "ALLOWED_TAGS") ? J({}, v.ALLOWED_TAGS, be) : H, D = Tt(v, "ALLOWED_ATTR") ? J({}, v.ALLOWED_ATTR, be) : U, en = Tt(v, "ALLOWED_NAMESPACES") ? J({}, v.ALLOWED_NAMESPACES, ba) : sa, gr = Tt(v, "ADD_URI_SAFE_ATTR") ? J(
|
|
7019
7023
|
ir(yr),
|
|
7020
7024
|
// eslint-disable-line indent
|
|
7021
7025
|
v.ADD_URI_SAFE_ATTR,
|
|
7022
7026
|
// eslint-disable-line indent
|
|
7023
7027
|
be
|
|
7024
7028
|
// eslint-disable-line indent
|
|
7025
|
-
) : yr, In = Tt(v, "ADD_DATA_URI_TAGS") ?
|
|
7026
|
-
ir(
|
|
7029
|
+
) : yr, In = Tt(v, "ADD_DATA_URI_TAGS") ? J(
|
|
7030
|
+
ir(Zr),
|
|
7027
7031
|
// eslint-disable-line indent
|
|
7028
7032
|
v.ADD_DATA_URI_TAGS,
|
|
7029
7033
|
// eslint-disable-line indent
|
|
7030
7034
|
be
|
|
7031
7035
|
// eslint-disable-line indent
|
|
7032
|
-
) :
|
|
7036
|
+
) : Zr, Nt = Tt(v, "FORBID_CONTENTS") ? J({}, v.FORBID_CONTENTS, be) : Bt, L = Tt(v, "FORBID_TAGS") ? J({}, v.FORBID_TAGS, be) : {}, B = Tt(v, "FORBID_ATTR") ? J({}, v.FORBID_ATTR, be) : {}, Dt = Tt(v, "USE_PROFILES") ? v.USE_PROFILES : !1, W = v.ALLOW_ARIA_ATTR !== !1, Y = v.ALLOW_DATA_ATTR !== !1, G = v.ALLOW_UNKNOWN_PROTOCOLS || !1, Te = v.ALLOW_SELF_CLOSE_IN_ATTR !== !1, $ = v.SAFE_FOR_TEMPLATES || !1, Pe = v.SAFE_FOR_XML !== !1, k = v.WHOLE_DOCUMENT || !1, dt = v.RETURN_DOM || !1, rr = v.RETURN_DOM_FRAGMENT || !1, Mt = v.RETURN_TRUSTED_TYPE || !1, Qe = v.FORCE_BODY || !1, jn = v.SANITIZE_DOM !== !1, kn = v.SANITIZE_NAMED_PROPS || !1, Jr = v.KEEP_CONTENT !== !1, nr = v.IN_PLACE || !1, S = v.ALLOWED_URI_REGEXP || Hu, Ht = v.NAMESPACE || _t, F = v.CUSTOM_ELEMENT_HANDLING || {}, v.CUSTOM_ELEMENT_HANDLING && Nn(v.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (F.tagNameCheck = v.CUSTOM_ELEMENT_HANDLING.tagNameCheck), v.CUSTOM_ELEMENT_HANDLING && Nn(v.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (F.attributeNameCheck = v.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), v.CUSTOM_ELEMENT_HANDLING && typeof v.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (F.allowCustomizedBuiltInElements = v.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), $ && (Y = !1), rr && (dt = !0), Dt && (O = J({}, pl), D = [], Dt.html === !0 && (J(O, dl), J(D, hl)), Dt.svg === !0 && (J(O, xa), J(D, Ea), J(D, eo)), Dt.svgFilters === !0 && (J(O, _a), J(D, Ea), J(D, eo)), Dt.mathMl === !0 && (J(O, Ta), J(D, ml), J(D, eo))), v.ADD_TAGS && (O === H && (O = ir(O)), J(O, v.ADD_TAGS, be)), v.ADD_ATTR && (D === U && (D = ir(D)), J(D, v.ADD_ATTR, be)), v.ADD_URI_SAFE_ATTR && J(gr, v.ADD_URI_SAFE_ATTR, be), v.FORBID_CONTENTS && (Nt === Bt && (Nt = ir(Nt)), J(Nt, v.FORBID_CONTENTS, be)), Jr && (O["#text"] = !0), k && J(O, ["html", "head", "body"]), O.table && (J(O, ["tbody"]), delete L.tbody), v.TRUSTED_TYPES_POLICY) {
|
|
7033
7037
|
if (typeof v.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
7034
7038
|
throw sn('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
7035
7039
|
if (typeof v.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
@@ -7039,7 +7043,7 @@ function Gu() {
|
|
|
7039
7043
|
I === void 0 && (I = oy(y, o)), I !== null && typeof x == "string" && (x = I.createHTML(""));
|
|
7040
7044
|
Ke && Ke(v), Ct = v;
|
|
7041
7045
|
}
|
|
7042
|
-
}, Fn =
|
|
7046
|
+
}, Fn = J({}, ["mi", "mo", "mn", "ms", "mtext"]), tn = J({}, ["foreignobject", "annotation-xml"]), Ln = J({}, ["title", "style", "font", "a", "script"]), zn = J({}, [...xa, ..._a, ...qg]), Un = J({}, [...Ta, ...Yg]), Vn = function(v) {
|
|
7043
7047
|
let T = j(v);
|
|
7044
7048
|
(!T || !T.tagName) && (T = {
|
|
7045
7049
|
namespaceURI: Ht,
|
|
@@ -7132,7 +7136,7 @@ function Gu() {
|
|
|
7132
7136
|
if (!O[A] || L[A]) {
|
|
7133
7137
|
if (!L[A] && ee(A) && (F.tagNameCheck instanceof RegExp && qe(F.tagNameCheck, A) || F.tagNameCheck instanceof Function && F.tagNameCheck(A)))
|
|
7134
7138
|
return !1;
|
|
7135
|
-
if (
|
|
7139
|
+
if (Jr && !Nt[A]) {
|
|
7136
7140
|
const K = j(v) || v.parentNode, ve = C(v) || v.childNodes;
|
|
7137
7141
|
if (ve && K) {
|
|
7138
7142
|
const me = ve.length;
|
|
@@ -7167,7 +7171,7 @@ function Gu() {
|
|
|
7167
7171
|
} else if (!gr[T]) {
|
|
7168
7172
|
if (!qe(S, an(A, it, ""))) {
|
|
7169
7173
|
if (!((T === "src" || T === "xlink:href" || T === "href") && v !== "script" && Bg(A, "data:") === 0 && In[v])) {
|
|
7170
|
-
if (!(G && !qe(
|
|
7174
|
+
if (!(G && !qe(Ze, an(A, it, "")))) {
|
|
7171
7175
|
if (A)
|
|
7172
7176
|
return !1;
|
|
7173
7177
|
}
|
|
@@ -7700,7 +7704,7 @@ function My(e) {
|
|
|
7700
7704
|
Iy.call(e, r) && r != "constructor" && t.push(r);
|
|
7701
7705
|
return t;
|
|
7702
7706
|
}
|
|
7703
|
-
var Dy = My, Ny = typeof je == "object" && je && je.Object === Object && je, Xu = Ny, Fy = Xu, Ly = typeof self == "object" && self && self.Object === Object && self, zy = Fy || Ly || Function("return this")(), Ot = zy, Uy = Ot, Vy = Uy.Symbol, Uo = Vy, vl = Uo,
|
|
7707
|
+
var Dy = My, Ny = typeof je == "object" && je && je.Object === Object && je, Xu = Ny, Fy = Xu, Ly = typeof self == "object" && self && self.Object === Object && self, zy = Fy || Ly || Function("return this")(), Ot = zy, Uy = Ot, Vy = Uy.Symbol, Uo = Vy, vl = Uo, Ju = Object.prototype, By = Ju.hasOwnProperty, Hy = Ju.toString, un = vl ? vl.toStringTag : void 0;
|
|
7704
7708
|
function Wy(e) {
|
|
7705
7709
|
var t = By.call(e, un), r = e[un];
|
|
7706
7710
|
try {
|
|
@@ -7715,9 +7719,9 @@ var Gy = Wy, qy = Object.prototype, Yy = qy.toString;
|
|
|
7715
7719
|
function Ky(e) {
|
|
7716
7720
|
return Yy.call(e);
|
|
7717
7721
|
}
|
|
7718
|
-
var Xy = Ky, bl = Uo,
|
|
7722
|
+
var Xy = Ky, bl = Uo, Jy = Gy, Zy = Xy, Qy = "[object Null]", e0 = "[object Undefined]", xl = bl ? bl.toStringTag : void 0;
|
|
7719
7723
|
function t0(e) {
|
|
7720
|
-
return e == null ? e === void 0 ? e0 : Qy : xl && xl in Object(e) ?
|
|
7724
|
+
return e == null ? e === void 0 ? e0 : Qy : xl && xl in Object(e) ? Jy(e) : Zy(e);
|
|
7721
7725
|
}
|
|
7722
7726
|
var zr = t0;
|
|
7723
7727
|
function r0(e) {
|
|
@@ -7752,7 +7756,7 @@ function y0(e) {
|
|
|
7752
7756
|
}
|
|
7753
7757
|
return "";
|
|
7754
7758
|
}
|
|
7755
|
-
var
|
|
7759
|
+
var Zu = y0, v0 = Gi, b0 = h0, x0 = Vt, _0 = Zu, T0 = /[\\^$.*+?()[\]{}|]/g, E0 = /^\[object .+?Constructor\]$/, S0 = Function.prototype, w0 = Object.prototype, O0 = S0.toString, C0 = w0.hasOwnProperty, A0 = RegExp(
|
|
7756
7760
|
"^" + O0.call(C0).replace(T0, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
7757
7761
|
);
|
|
7758
7762
|
function $0(e) {
|
|
@@ -7770,8 +7774,8 @@ function M0(e, t) {
|
|
|
7770
7774
|
var r = I0(e, t);
|
|
7771
7775
|
return k0(r) ? r : void 0;
|
|
7772
7776
|
}
|
|
7773
|
-
var mr = M0, D0 = mr, N0 = Ot, F0 = D0(N0, "DataView"), L0 = F0, z0 = mr, U0 = Ot, V0 = z0(U0, "Map"), qi = V0, B0 = mr, H0 = Ot, W0 = B0(H0, "Promise"), G0 = W0, q0 = mr, Y0 = Ot, K0 = q0(Y0, "Set"), Qu = K0, X0 = mr,
|
|
7774
|
-
(Ya && sr(new Ya(new ArrayBuffer(1))) != Ol || Ka && sr(new Ka()) != Tl || Xa && sr(Xa.resolve()) != El ||
|
|
7777
|
+
var mr = M0, D0 = mr, N0 = Ot, F0 = D0(N0, "DataView"), L0 = F0, z0 = mr, U0 = Ot, V0 = z0(U0, "Map"), qi = V0, B0 = mr, H0 = Ot, W0 = B0(H0, "Promise"), G0 = W0, q0 = mr, Y0 = Ot, K0 = q0(Y0, "Set"), Qu = K0, X0 = mr, J0 = Ot, Z0 = X0(J0, "WeakMap"), Q0 = Z0, Ya = L0, Ka = qi, Xa = G0, Ja = Qu, Za = Q0, ef = zr, Ur = Zu, Tl = "[object Map]", ev = "[object Object]", El = "[object Promise]", Sl = "[object Set]", wl = "[object WeakMap]", Ol = "[object DataView]", tv = Ur(Ya), rv = Ur(Ka), nv = Ur(Xa), ov = Ur(Ja), av = Ur(Za), sr = ef;
|
|
7778
|
+
(Ya && sr(new Ya(new ArrayBuffer(1))) != Ol || Ka && sr(new Ka()) != Tl || Xa && sr(Xa.resolve()) != El || Ja && sr(new Ja()) != Sl || Za && sr(new Za()) != wl) && (sr = function(e) {
|
|
7775
7779
|
var t = ef(e), r = t == ev ? e.constructor : void 0, n = r ? Ur(r) : "";
|
|
7776
7780
|
if (n)
|
|
7777
7781
|
switch (n) {
|
|
@@ -7818,13 +7822,13 @@ bo.exports;
|
|
|
7818
7822
|
var r = Ot, n = Sv, o = t && !t.nodeType && t, a = o && !0 && e && !e.nodeType && e, i = a && a.exports === o, s = i ? r.Buffer : void 0, l = s ? s.isBuffer : void 0, c = l || n;
|
|
7819
7823
|
e.exports = c;
|
|
7820
7824
|
})(bo, bo.exports);
|
|
7821
|
-
var Yi = bo.exports, wv = zr, Ov = rf, Cv = Vr, Av = "[object Arguments]", $v = "[object Array]", Pv = "[object Boolean]", Rv = "[object Date]", jv = "[object Error]", kv = "[object Function]", Iv = "[object Map]", Mv = "[object Number]", Dv = "[object Object]", Nv = "[object RegExp]", Fv = "[object Set]", Lv = "[object String]", zv = "[object WeakMap]", Uv = "[object ArrayBuffer]", Vv = "[object DataView]", Bv = "[object Float32Array]", Hv = "[object Float64Array]", Wv = "[object Int8Array]", Gv = "[object Int16Array]", qv = "[object Int32Array]", Yv = "[object Uint8Array]", Kv = "[object Uint8ClampedArray]", Xv = "[object Uint16Array]",
|
|
7822
|
-
ge[Bv] = ge[Hv] = ge[Wv] = ge[Gv] = ge[qv] = ge[Yv] = ge[Kv] = ge[Xv] = ge[
|
|
7825
|
+
var Yi = bo.exports, wv = zr, Ov = rf, Cv = Vr, Av = "[object Arguments]", $v = "[object Array]", Pv = "[object Boolean]", Rv = "[object Date]", jv = "[object Error]", kv = "[object Function]", Iv = "[object Map]", Mv = "[object Number]", Dv = "[object Object]", Nv = "[object RegExp]", Fv = "[object Set]", Lv = "[object String]", zv = "[object WeakMap]", Uv = "[object ArrayBuffer]", Vv = "[object DataView]", Bv = "[object Float32Array]", Hv = "[object Float64Array]", Wv = "[object Int8Array]", Gv = "[object Int16Array]", qv = "[object Int32Array]", Yv = "[object Uint8Array]", Kv = "[object Uint8ClampedArray]", Xv = "[object Uint16Array]", Jv = "[object Uint32Array]", ge = {};
|
|
7826
|
+
ge[Bv] = ge[Hv] = ge[Wv] = ge[Gv] = ge[qv] = ge[Yv] = ge[Kv] = ge[Xv] = ge[Jv] = !0;
|
|
7823
7827
|
ge[Av] = ge[$v] = ge[Uv] = ge[Pv] = ge[Vv] = ge[Rv] = ge[jv] = ge[kv] = ge[Iv] = ge[Mv] = ge[Dv] = ge[Nv] = ge[Fv] = ge[Lv] = ge[zv] = !1;
|
|
7824
|
-
function
|
|
7828
|
+
function Zv(e) {
|
|
7825
7829
|
return Cv(e) && Ov(e.length) && !!ge[wv(e)];
|
|
7826
7830
|
}
|
|
7827
|
-
var Qv =
|
|
7831
|
+
var Qv = Zv;
|
|
7828
7832
|
function eb(e) {
|
|
7829
7833
|
return function(t) {
|
|
7830
7834
|
return e(t);
|
|
@@ -7972,7 +7976,7 @@ const Kb = /* @__PURE__ */ Ut(Yb), Xb = (e, t, r, n, o, a = 300) => {
|
|
|
7972
7976
|
s(t), e(n, void 0);
|
|
7973
7977
|
}, [t, e, n]);
|
|
7974
7978
|
return [i, c, f];
|
|
7975
|
-
},
|
|
7979
|
+
}, Jb = (e) => e === "" ? void 0 : parseFloat(e), Zb = (e) => Jb(e), Ho = ke.memo(function(t) {
|
|
7976
7980
|
const {
|
|
7977
7981
|
allowDecimal: r,
|
|
7978
7982
|
className: n,
|
|
@@ -7985,7 +7989,7 @@ const Kb = /* @__PURE__ */ Ut(Yb), Xb = (e, t, r, n, o, a = 300) => {
|
|
|
7985
7989
|
path: f,
|
|
7986
7990
|
required: u,
|
|
7987
7991
|
hideControls: p
|
|
7988
|
-
} = t, [y, g] = Xb(l, "", o, f,
|
|
7992
|
+
} = t, [y, g] = Xb(l, "", o, f, Zb);
|
|
7989
7993
|
return /* @__PURE__ */ d.jsx(
|
|
7990
7994
|
Fd,
|
|
7991
7995
|
{
|
|
@@ -8087,10 +8091,10 @@ function Y1(e) {
|
|
|
8087
8091
|
}
|
|
8088
8092
|
return q1.call(t, e) ? t[e] : void 0;
|
|
8089
8093
|
}
|
|
8090
|
-
var K1 = Y1, X1 = Yo,
|
|
8094
|
+
var K1 = Y1, X1 = Yo, J1 = Object.prototype, Z1 = J1.hasOwnProperty;
|
|
8091
8095
|
function Q1(e) {
|
|
8092
8096
|
var t = this.__data__;
|
|
8093
|
-
return X1 ? t[e] !== void 0 :
|
|
8097
|
+
return X1 ? t[e] !== void 0 : Z1.call(t, e);
|
|
8094
8098
|
}
|
|
8095
8099
|
var ex = Q1, tx = Yo, rx = "__lodash_hash_undefined__";
|
|
8096
8100
|
function nx(e, t) {
|
|
@@ -8187,7 +8191,7 @@ var Yx = Gr, Kx = mr, Xx = function() {
|
|
|
8187
8191
|
} catch {
|
|
8188
8192
|
}
|
|
8189
8193
|
}(), cf = Xx, Ml = cf;
|
|
8190
|
-
function
|
|
8194
|
+
function Jx(e, t, r) {
|
|
8191
8195
|
t == "__proto__" && Ml ? Ml(e, t, {
|
|
8192
8196
|
configurable: !0,
|
|
8193
8197
|
enumerable: !0,
|
|
@@ -8195,9 +8199,9 @@ function Zx(e, t, r) {
|
|
|
8195
8199
|
writable: !0
|
|
8196
8200
|
}) : e[t] = r;
|
|
8197
8201
|
}
|
|
8198
|
-
var Xi =
|
|
8202
|
+
var Xi = Jx, Zx = Xi, Qx = Wo;
|
|
8199
8203
|
function e_(e, t, r) {
|
|
8200
|
-
(r !== void 0 && !Qx(e[t], r) || r === void 0 && !(t in e)) &&
|
|
8204
|
+
(r !== void 0 && !Qx(e[t], r) || r === void 0 && !(t in e)) && Zx(e, t, r);
|
|
8201
8205
|
}
|
|
8202
8206
|
var uf = e_;
|
|
8203
8207
|
function t_(e) {
|
|
@@ -8290,17 +8294,17 @@ function K_(e, t, r, n) {
|
|
|
8290
8294
|
return r;
|
|
8291
8295
|
}
|
|
8292
8296
|
var X_ = K_;
|
|
8293
|
-
function
|
|
8297
|
+
function J_(e, t) {
|
|
8294
8298
|
for (var r = -1, n = Array(e); ++r < e; )
|
|
8295
8299
|
n[r] = t(r);
|
|
8296
8300
|
return n;
|
|
8297
8301
|
}
|
|
8298
|
-
var
|
|
8302
|
+
var Z_ = J_, Q_ = 9007199254740991, eT = /^(?:0|[1-9]\d*)$/;
|
|
8299
8303
|
function tT(e, t) {
|
|
8300
8304
|
var r = typeof e;
|
|
8301
8305
|
return t = t ?? Q_, !!t && (r == "number" || r != "symbol" && eT.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
8302
8306
|
}
|
|
8303
|
-
var mf = tT, rT =
|
|
8307
|
+
var mf = tT, rT = Z_, nT = Vo, oT = On, aT = Yi, iT = mf, sT = Ki, lT = Object.prototype, cT = lT.hasOwnProperty;
|
|
8304
8308
|
function uT(e, t) {
|
|
8305
8309
|
var r = oT(e), n = !r && nT(e), o = !r && !n && aT(e), a = !r && !n && !o && sT(e), i = r || n || o || a, s = i ? rT(e.length, String) : [], l = s.length;
|
|
8306
8310
|
for (var c in e)
|
|
@@ -8366,7 +8370,7 @@ function XT(e) {
|
|
|
8366
8370
|
return e;
|
|
8367
8371
|
}
|
|
8368
8372
|
var vf = XT;
|
|
8369
|
-
function
|
|
8373
|
+
function JT(e, t, r) {
|
|
8370
8374
|
switch (r.length) {
|
|
8371
8375
|
case 0:
|
|
8372
8376
|
return e.call(t);
|
|
@@ -8379,7 +8383,7 @@ function ZT(e, t, r) {
|
|
|
8379
8383
|
}
|
|
8380
8384
|
return e.apply(t, r);
|
|
8381
8385
|
}
|
|
8382
|
-
var
|
|
8386
|
+
var ZT = JT, QT = ZT, Vl = Math.max;
|
|
8383
8387
|
function eE(e, t, r) {
|
|
8384
8388
|
return t = Vl(t === void 0 ? e.length - 1 : t, 0), function() {
|
|
8385
8389
|
for (var n = arguments, o = -1, a = Vl(n.length - t, 0), i = Array(a); ++o < a; )
|
|
@@ -8533,9 +8537,9 @@ function Sf(e, t, r, n, o) {
|
|
|
8533
8537
|
}
|
|
8534
8538
|
return o;
|
|
8535
8539
|
}
|
|
8536
|
-
var
|
|
8540
|
+
var JE = Sf, ZE = "__lodash_hash_undefined__";
|
|
8537
8541
|
function QE(e) {
|
|
8538
|
-
return this.__data__.set(e,
|
|
8542
|
+
return this.__data__.set(e, ZE), this;
|
|
8539
8543
|
}
|
|
8540
8544
|
var eS = QE;
|
|
8541
8545
|
function tS(e) {
|
|
@@ -8624,7 +8628,7 @@ function zS(e, t, r) {
|
|
|
8624
8628
|
}
|
|
8625
8629
|
return s;
|
|
8626
8630
|
}
|
|
8627
|
-
var US = zS, VS =
|
|
8631
|
+
var US = zS, VS = JE, BS = bf, HS = US, WS = df, GS = BS(function(e) {
|
|
8628
8632
|
return HS(VS(e, 1, WS, !0));
|
|
8629
8633
|
}), qS = GS;
|
|
8630
8634
|
const YS = /* @__PURE__ */ Ut(qS);
|
|
@@ -8635,12 +8639,12 @@ function KS(e, t, r, n) {
|
|
|
8635
8639
|
return r;
|
|
8636
8640
|
}
|
|
8637
8641
|
var XS = KS;
|
|
8638
|
-
function
|
|
8642
|
+
function JS(e) {
|
|
8639
8643
|
return function(t) {
|
|
8640
8644
|
return e == null ? void 0 : e[t];
|
|
8641
8645
|
};
|
|
8642
8646
|
}
|
|
8643
|
-
var
|
|
8647
|
+
var ZS = JS, QS = ZS, ew = {
|
|
8644
8648
|
// Latin-1 Supplement block.
|
|
8645
8649
|
À: "A",
|
|
8646
8650
|
Á: "A",
|
|
@@ -8854,7 +8858,7 @@ var cw = Of, uw = cw;
|
|
|
8854
8858
|
function fw(e) {
|
|
8855
8859
|
return e == null ? "" : uw(e);
|
|
8856
8860
|
}
|
|
8857
|
-
var
|
|
8861
|
+
var Ji = fw, dw = rw, pw = Ji, hw = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, mw = "\\u0300-\\u036f", gw = "\\ufe20-\\ufe2f", yw = "\\u20d0-\\u20ff", vw = mw + gw + yw, bw = "[" + vw + "]", xw = RegExp(bw, "g");
|
|
8858
8862
|
function _w(e) {
|
|
8859
8863
|
return e = pw(e), e && e.replace(hw, dw).replace(xw, "");
|
|
8860
8864
|
}
|
|
@@ -8866,20 +8870,20 @@ var ww = Sw, Ow = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z
|
|
|
8866
8870
|
function Cw(e) {
|
|
8867
8871
|
return Ow.test(e);
|
|
8868
8872
|
}
|
|
8869
|
-
var Aw = Cw, Cf = "\\ud800-\\udfff", $w = "\\u0300-\\u036f", Pw = "\\ufe20-\\ufe2f", Rw = "\\u20d0-\\u20ff", jw = $w + Pw + Rw, Af = "\\u2700-\\u27bf", $f = "a-z\\xdf-\\xf6\\xf8-\\xff", kw = "\\xac\\xb1\\xd7\\xf7", Iw = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Mw = "\\u2000-\\u206f", Dw = " \\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", Pf = "A-Z\\xc0-\\xd6\\xd8-\\xde", Nw = "\\ufe0e\\ufe0f", Rf = kw + Iw + Mw + Dw, jf = "['’]", Kl = "[" + Rf + "]", Fw = "[" + jw + "]", kf = "\\d+", Lw = "[" + Af + "]", If = "[" + $f + "]", Mf = "[^" + Cf + Rf + kf + Af + $f + Pf + "]", zw = "\\ud83c[\\udffb-\\udfff]", Uw = "(?:" + Fw + "|" + zw + ")", Vw = "[^" + Cf + "]", Df = "(?:\\ud83c[\\udde6-\\uddff]){2}", Nf = "[\\ud800-\\udbff][\\udc00-\\udfff]", Pr = "[" + Pf + "]", Bw = "\\u200d", Xl = "(?:" + If + "|" + Mf + ")", Hw = "(?:" + Pr + "|" + Mf + ")",
|
|
8870
|
-
Pr + "?" + If + "+" +
|
|
8871
|
-
Hw + "+" +
|
|
8872
|
-
Pr + "?" + Xl + "+" +
|
|
8873
|
-
Pr + "+" +
|
|
8873
|
+
var Aw = Cw, Cf = "\\ud800-\\udfff", $w = "\\u0300-\\u036f", Pw = "\\ufe20-\\ufe2f", Rw = "\\u20d0-\\u20ff", jw = $w + Pw + Rw, Af = "\\u2700-\\u27bf", $f = "a-z\\xdf-\\xf6\\xf8-\\xff", kw = "\\xac\\xb1\\xd7\\xf7", Iw = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Mw = "\\u2000-\\u206f", Dw = " \\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", Pf = "A-Z\\xc0-\\xd6\\xd8-\\xde", Nw = "\\ufe0e\\ufe0f", Rf = kw + Iw + Mw + Dw, jf = "['’]", Kl = "[" + Rf + "]", Fw = "[" + jw + "]", kf = "\\d+", Lw = "[" + Af + "]", If = "[" + $f + "]", Mf = "[^" + Cf + Rf + kf + Af + $f + Pf + "]", zw = "\\ud83c[\\udffb-\\udfff]", Uw = "(?:" + Fw + "|" + zw + ")", Vw = "[^" + Cf + "]", Df = "(?:\\ud83c[\\udde6-\\uddff]){2}", Nf = "[\\ud800-\\udbff][\\udc00-\\udfff]", Pr = "[" + Pf + "]", Bw = "\\u200d", Xl = "(?:" + If + "|" + Mf + ")", Hw = "(?:" + Pr + "|" + Mf + ")", Jl = "(?:" + jf + "(?:d|ll|m|re|s|t|ve))?", Zl = "(?:" + jf + "(?:D|LL|M|RE|S|T|VE))?", Ff = Uw + "?", Lf = "[" + Nw + "]?", Ww = "(?:" + Bw + "(?:" + [Vw, Df, Nf].join("|") + ")" + Lf + Ff + ")*", Gw = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", qw = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Yw = Lf + Ff + Ww, Kw = "(?:" + [Lw, Df, Nf].join("|") + ")" + Yw, Xw = RegExp([
|
|
8874
|
+
Pr + "?" + If + "+" + Jl + "(?=" + [Kl, Pr, "$"].join("|") + ")",
|
|
8875
|
+
Hw + "+" + Zl + "(?=" + [Kl, Pr + Xl, "$"].join("|") + ")",
|
|
8876
|
+
Pr + "?" + Xl + "+" + Jl,
|
|
8877
|
+
Pr + "+" + Zl,
|
|
8874
8878
|
qw,
|
|
8875
8879
|
Gw,
|
|
8876
8880
|
kf,
|
|
8877
8881
|
Kw
|
|
8878
8882
|
].join("|"), "g");
|
|
8879
|
-
function
|
|
8883
|
+
function Jw(e) {
|
|
8880
8884
|
return e.match(Xw) || [];
|
|
8881
8885
|
}
|
|
8882
|
-
var
|
|
8886
|
+
var Zw = Jw, Qw = ww, eO = Aw, tO = Ji, rO = Zw;
|
|
8883
8887
|
function nO(e, t, r) {
|
|
8884
8888
|
return e = tO(e), t = r ? void 0 : t, t === void 0 ? eO(e) ? rO(e) : Qw(e) : e.match(t) || [];
|
|
8885
8889
|
}
|
|
@@ -8918,15 +8922,15 @@ var UO = zO, VO = CO, BO = zf, HO = UO;
|
|
|
8918
8922
|
function WO(e) {
|
|
8919
8923
|
return BO(e) ? HO(e) : VO(e);
|
|
8920
8924
|
}
|
|
8921
|
-
var GO = WO, qO = gO, YO = zf, KO = GO, XO =
|
|
8922
|
-
function
|
|
8925
|
+
var GO = WO, qO = gO, YO = zf, KO = GO, XO = Ji;
|
|
8926
|
+
function JO(e) {
|
|
8923
8927
|
return function(t) {
|
|
8924
8928
|
t = XO(t);
|
|
8925
8929
|
var r = YO(t) ? KO(t) : void 0, n = r ? r[0] : t.charAt(0), o = r ? qO(r, 1).join("") : t.slice(1);
|
|
8926
8930
|
return n[e]() + o;
|
|
8927
8931
|
};
|
|
8928
8932
|
}
|
|
8929
|
-
var
|
|
8933
|
+
var ZO = JO, QO = ZO, eC = QO("toUpperCase"), tC = eC, rC = fO, nC = tC, oC = rC(function(e, t, r) {
|
|
8930
8934
|
return e + (r ? " " : "") + nC(t);
|
|
8931
8935
|
}), aC = oC;
|
|
8932
8936
|
const iC = /* @__PURE__ */ Ut(aC);
|
|
@@ -9135,7 +9139,7 @@ function OC() {
|
|
|
9135
9139
|
}
|
|
9136
9140
|
}
|
|
9137
9141
|
}
|
|
9138
|
-
var R = i, M = a, q = e, X = l, te = r, N = p, re = u, ue = t, he = o, We = n, Ae = c,
|
|
9142
|
+
var R = i, M = a, q = e, X = l, te = r, N = p, re = u, ue = t, he = o, We = n, Ae = c, Ze = f, it = !1, xt = !1;
|
|
9139
9143
|
function S(k) {
|
|
9140
9144
|
return it || (it = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
9141
9145
|
}
|
|
@@ -9178,7 +9182,7 @@ function OC() {
|
|
|
9178
9182
|
function Pe(k) {
|
|
9179
9183
|
return x(k) === f;
|
|
9180
9184
|
}
|
|
9181
|
-
ce.ContextConsumer = R, ce.ContextProvider = M, ce.Element = q, ce.ForwardRef = X, ce.Fragment = te, ce.Lazy = N, ce.Memo = re, ce.Portal = ue, ce.Profiler = he, ce.StrictMode = We, ce.Suspense = Ae, ce.SuspenseList =
|
|
9185
|
+
ce.ContextConsumer = R, ce.ContextProvider = M, ce.Element = q, ce.ForwardRef = X, ce.Fragment = te, ce.Lazy = N, ce.Memo = re, ce.Portal = ue, ce.Profiler = he, ce.StrictMode = We, ce.Suspense = Ae, ce.SuspenseList = Ze, ce.isAsyncMode = S, ce.isConcurrentMode = O, ce.isContextConsumer = H, ce.isContextProvider = D, ce.isElement = U, ce.isForwardRef = F, ce.isFragment = L, ce.isLazy = B, ce.isMemo = W, ce.isPortal = Y, ce.isProfiler = G, ce.isStrictMode = Te, ce.isSuspense = $, ce.isSuspenseList = Pe, ce.isValidElementType = I, ce.typeOf = x;
|
|
9182
9186
|
}()), ce;
|
|
9183
9187
|
}
|
|
9184
9188
|
process.env.NODE_ENV === "production" ? ti.exports = wC() : ti.exports = OC();
|
|
@@ -9283,14 +9287,14 @@ const oc = (e) => e, jC = () => {
|
|
|
9283
9287
|
required: "required",
|
|
9284
9288
|
selected: "selected"
|
|
9285
9289
|
};
|
|
9286
|
-
function
|
|
9290
|
+
function Zi(e, t, r = "Mui") {
|
|
9287
9291
|
const n = MC[t];
|
|
9288
9292
|
return n ? `${r}-${n}` : `${IC.generate(e)}-${t}`;
|
|
9289
9293
|
}
|
|
9290
9294
|
function DC(e, t, r = "Mui") {
|
|
9291
9295
|
const n = {};
|
|
9292
9296
|
return t.forEach((o) => {
|
|
9293
|
-
n[o] =
|
|
9297
|
+
n[o] = Zi(e, o, r);
|
|
9294
9298
|
}), n;
|
|
9295
9299
|
}
|
|
9296
9300
|
function NC(e, t = Number.MIN_SAFE_INTEGER, r = Number.MAX_SAFE_INTEGER) {
|
|
@@ -9361,7 +9365,7 @@ process.env.NODE_ENV !== "production" && (V.node, V.object.isRequired);
|
|
|
9361
9365
|
function BC(e) {
|
|
9362
9366
|
return VC(e);
|
|
9363
9367
|
}
|
|
9364
|
-
var Cn = {},
|
|
9368
|
+
var Cn = {}, Jf = { exports: {} };
|
|
9365
9369
|
(function(e) {
|
|
9366
9370
|
function t(r) {
|
|
9367
9371
|
return r && r.__esModule ? r : {
|
|
@@ -9369,8 +9373,8 @@ var Cn = {}, Zf = { exports: {} };
|
|
|
9369
9373
|
};
|
|
9370
9374
|
}
|
|
9371
9375
|
e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
|
|
9372
|
-
})(
|
|
9373
|
-
var
|
|
9376
|
+
})(Jf);
|
|
9377
|
+
var Zf = Jf.exports, Aa = { exports: {} }, ac;
|
|
9374
9378
|
function HC() {
|
|
9375
9379
|
return ac || (ac = 1, function(e) {
|
|
9376
9380
|
function t() {
|
|
@@ -9444,7 +9448,7 @@ var ed = function(t, r, n) {
|
|
|
9444
9448
|
while (a !== void 0);
|
|
9445
9449
|
}
|
|
9446
9450
|
};
|
|
9447
|
-
function
|
|
9451
|
+
function JC(e) {
|
|
9448
9452
|
for (var t = 0, r, n = 0, o = e.length; o >= 4; ++n, o -= 4)
|
|
9449
9453
|
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): */
|
|
9450
9454
|
(r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), r ^= /* k >>> r: */
|
|
@@ -9463,7 +9467,7 @@ function ZC(e) {
|
|
|
9463
9467
|
return t ^= t >>> 13, t = /* Math.imul(h, m): */
|
|
9464
9468
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
|
|
9465
9469
|
}
|
|
9466
|
-
var
|
|
9470
|
+
var ZC = {
|
|
9467
9471
|
animationIterationCount: 1,
|
|
9468
9472
|
aspectRatio: 1,
|
|
9469
9473
|
borderImageOutset: 1,
|
|
@@ -9530,7 +9534,7 @@ var JC = {
|
|
|
9530
9534
|
}, o;
|
|
9531
9535
|
});
|
|
9532
9536
|
}
|
|
9533
|
-
return
|
|
9537
|
+
return ZC[t] !== 1 && !td(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
|
|
9534
9538
|
}, rA = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
|
|
9535
9539
|
function bn(e, t, r) {
|
|
9536
9540
|
if (r == null)
|
|
@@ -9632,7 +9636,7 @@ function oA(e, t, r) {
|
|
|
9632
9636
|
cc.lastIndex = 0;
|
|
9633
9637
|
for (var c = "", f; (f = cc.exec(o)) !== null; )
|
|
9634
9638
|
c += "-" + f[1];
|
|
9635
|
-
var u =
|
|
9639
|
+
var u = JC(o) + c;
|
|
9636
9640
|
return {
|
|
9637
9641
|
name: u,
|
|
9638
9642
|
styles: o,
|
|
@@ -9920,21 +9924,21 @@ function to(e, t) {
|
|
|
9920
9924
|
function SA(e, t) {
|
|
9921
9925
|
return e.map(t).join("");
|
|
9922
9926
|
}
|
|
9923
|
-
var
|
|
9924
|
-
function
|
|
9925
|
-
return { value: e, root: t, parent: r, type: n, props: o, children: a, line:
|
|
9927
|
+
var Jo = 1, Dr = 1, ad = 0, at = 0, Ce = 0, qr = "";
|
|
9928
|
+
function Zo(e, t, r, n, o, a, i) {
|
|
9929
|
+
return { value: e, root: t, parent: r, type: n, props: o, children: a, line: Jo, column: Dr, length: i, return: "" };
|
|
9926
9930
|
}
|
|
9927
9931
|
function fn(e, t) {
|
|
9928
|
-
return _A(
|
|
9932
|
+
return _A(Zo("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
9929
9933
|
}
|
|
9930
9934
|
function wA() {
|
|
9931
9935
|
return Ce;
|
|
9932
9936
|
}
|
|
9933
9937
|
function OA() {
|
|
9934
|
-
return Ce = at > 0 ? Ne(qr, --at) : 0, Dr--, Ce === 10 && (Dr = 1,
|
|
9938
|
+
return Ce = at > 0 ? Ne(qr, --at) : 0, Dr--, Ce === 10 && (Dr = 1, Jo--), Ce;
|
|
9935
9939
|
}
|
|
9936
9940
|
function ut() {
|
|
9937
|
-
return Ce = at < ad ? Ne(qr, at++) : 0, Dr++, Ce === 10 && (Dr = 1,
|
|
9941
|
+
return Ce = at < ad ? Ne(qr, at++) : 0, Dr++, Ce === 10 && (Dr = 1, Jo++), Ce;
|
|
9938
9942
|
}
|
|
9939
9943
|
function kt() {
|
|
9940
9944
|
return Ne(qr, at);
|
|
@@ -9978,7 +9982,7 @@ function _n(e) {
|
|
|
9978
9982
|
return 0;
|
|
9979
9983
|
}
|
|
9980
9984
|
function id(e) {
|
|
9981
|
-
return
|
|
9985
|
+
return Jo = Dr = 1, ad = Pt(qr = e), at = 0, [];
|
|
9982
9986
|
}
|
|
9983
9987
|
function sd(e) {
|
|
9984
9988
|
return qr = "", e;
|
|
@@ -10121,13 +10125,13 @@ function dc(e, t, r, n, o, a, i, s, l, c, f) {
|
|
|
10121
10125
|
for (var u = o - 1, p = o === 0 ? a : [""], y = ts(p), g = 0, h = 0, b = 0; g < n; ++g)
|
|
10122
10126
|
for (var E = 0, C = xn(e, u + 1, u = xA(h = i[g])), j = e; E < y; ++E)
|
|
10123
10127
|
(j = od(h > 0 ? p[E] + " " + C : oe(C, /&\f/g, p[E]))) && (l[b++] = j);
|
|
10124
|
-
return
|
|
10128
|
+
return Zo(e, t, r, o === 0 ? Qi : s, l, c, f);
|
|
10125
10129
|
}
|
|
10126
10130
|
function jA(e, t, r) {
|
|
10127
|
-
return
|
|
10131
|
+
return Zo(e, t, r, rd, Xo(wA()), xn(e, 2, -2), 0);
|
|
10128
10132
|
}
|
|
10129
10133
|
function pc(e, t, r, n) {
|
|
10130
|
-
return
|
|
10134
|
+
return Zo(e, t, r, es, xn(e, 0, n), xn(e, n + 1, -1), n);
|
|
10131
10135
|
}
|
|
10132
10136
|
function kr(e, t) {
|
|
10133
10137
|
for (var r = "", n = ts(e), o = 0; o < n; o++)
|
|
@@ -10474,7 +10478,7 @@ const GA = (e, t) => {
|
|
|
10474
10478
|
default: WA,
|
|
10475
10479
|
internal_processStyles: GA,
|
|
10476
10480
|
keyframes: ip
|
|
10477
|
-
}, Symbol.toStringTag, { value: "Module" })), YA = /* @__PURE__ */ Xt(qA), KA = /* @__PURE__ */ Xt(EC), XA = /* @__PURE__ */ Xt(PC),
|
|
10481
|
+
}, Symbol.toStringTag, { value: "Module" })), YA = /* @__PURE__ */ Xt(qA), KA = /* @__PURE__ */ Xt(EC), XA = /* @__PURE__ */ Xt(PC), JA = /* @__PURE__ */ Xt($C), ZA = ["values", "unit", "step"], QA = (e) => {
|
|
10478
10482
|
const t = Object.keys(e).map((r) => ({
|
|
10479
10483
|
key: r,
|
|
10480
10484
|
val: e[r]
|
|
@@ -10501,7 +10505,7 @@ function fd(e) {
|
|
|
10501
10505
|
},
|
|
10502
10506
|
unit: r = "px",
|
|
10503
10507
|
step: n = 5
|
|
10504
|
-
} = e, o = er(e,
|
|
10508
|
+
} = e, o = er(e, ZA), a = QA(t), i = Object.keys(a);
|
|
10505
10509
|
function s(p) {
|
|
10506
10510
|
return `@media (min-width:${typeof t[p] == "number" ? t[p] : p}${r})`;
|
|
10507
10511
|
}
|
|
@@ -11280,7 +11284,7 @@ const q$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
11280
11284
|
o[a] ? n.systemProps[a] = e[a] : n.otherProps[a] = e[a];
|
|
11281
11285
|
}), n;
|
|
11282
11286
|
};
|
|
11283
|
-
function
|
|
11287
|
+
function J$(e) {
|
|
11284
11288
|
const {
|
|
11285
11289
|
sx: t
|
|
11286
11290
|
} = e, r = er(e, K$), {
|
|
@@ -11295,21 +11299,21 @@ function Z$(e) {
|
|
|
11295
11299
|
sx: a
|
|
11296
11300
|
});
|
|
11297
11301
|
}
|
|
11298
|
-
const
|
|
11302
|
+
const Z$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11299
11303
|
__proto__: null,
|
|
11300
11304
|
default: os,
|
|
11301
|
-
extendSxProp:
|
|
11305
|
+
extendSxProp: J$,
|
|
11302
11306
|
unstable_createStyleFunctionSx: hd,
|
|
11303
11307
|
unstable_defaultSxConfig: Rn
|
|
11304
|
-
}, Symbol.toStringTag, { value: "Module" })), Q$ = /* @__PURE__ */ Xt(
|
|
11305
|
-
var Yr =
|
|
11308
|
+
}, Symbol.toStringTag, { value: "Module" })), Q$ = /* @__PURE__ */ Xt(Z$);
|
|
11309
|
+
var Yr = Zf;
|
|
11306
11310
|
Object.defineProperty(Cn, "__esModule", {
|
|
11307
11311
|
value: !0
|
|
11308
11312
|
});
|
|
11309
11313
|
var e2 = Cn.default = h2;
|
|
11310
11314
|
Cn.shouldForwardProp = uo;
|
|
11311
11315
|
Cn.systemDefaultTheme = void 0;
|
|
11312
|
-
var pt = Yr(HC()), si = Yr(WC()), yc = c2(YA), t2 = KA, r2 = Yr(XA), n2 = Yr(
|
|
11316
|
+
var pt = Yr(HC()), si = Yr(WC()), yc = c2(YA), t2 = KA, r2 = Yr(XA), n2 = Yr(JA), o2 = Yr(Y$), a2 = Yr(Q$);
|
|
11313
11317
|
const i2 = ["ownerState"], s2 = ["variants"], l2 = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
|
|
11314
11318
|
function vd(e) {
|
|
11315
11319
|
if (typeof WeakMap != "function")
|
|
@@ -11487,7 +11491,7 @@ function m2(e, t) {
|
|
|
11487
11491
|
}
|
|
11488
11492
|
var we = {};
|
|
11489
11493
|
const g2 = /* @__PURE__ */ Xt(SC), y2 = /* @__PURE__ */ Xt(FC);
|
|
11490
|
-
var bd =
|
|
11494
|
+
var bd = Zf;
|
|
11491
11495
|
Object.defineProperty(we, "__esModule", {
|
|
11492
11496
|
value: !0
|
|
11493
11497
|
});
|
|
@@ -12068,9 +12072,9 @@ function K2(e, t) {
|
|
|
12068
12072
|
// No need to clone deep
|
|
12069
12073
|
});
|
|
12070
12074
|
}
|
|
12071
|
-
const X2 = 0.2,
|
|
12075
|
+
const X2 = 0.2, J2 = 0.14, Z2 = 0.12;
|
|
12072
12076
|
function ye(...e) {
|
|
12073
|
-
return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${X2})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${
|
|
12077
|
+
return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${X2})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${J2})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${Z2})`].join(",");
|
|
12074
12078
|
}
|
|
12075
12079
|
const Q2 = ["none", ye(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), ye(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), ye(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), ye(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), ye(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), ye(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), ye(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), ye(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), ye(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), ye(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), ye(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), ye(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), ye(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), ye(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), ye(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), ye(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), ye(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), ye(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), ye(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), ye(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), ye(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), ye(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), ye(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), ye(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], eP = Q2, tP = ["duration", "easing", "delay"], rP = {
|
|
12076
12080
|
// This is the most common easing curve.
|
|
@@ -12162,7 +12166,7 @@ function cP(e = {}, ...t) {
|
|
|
12162
12166
|
const h = p[g];
|
|
12163
12167
|
if (f.indexOf(g) !== -1 && Object.keys(h).length > 0) {
|
|
12164
12168
|
if (process.env.NODE_ENV !== "production") {
|
|
12165
|
-
const b =
|
|
12169
|
+
const b = Zi("", g);
|
|
12166
12170
|
console.error([`MUI: The \`${y}\` component increases the CSS specificity of the \`${g}\` internal state.`, "You can not override it like this: ", JSON.stringify(p, null, 2), "", `Instead, you need to use the '&.${b}' syntax:`, JSON.stringify({
|
|
12167
12171
|
root: {
|
|
12168
12172
|
[`&.${b}`]: h
|
|
@@ -12196,7 +12200,7 @@ const hP = (e) => pP(e) && e !== "classes", mP = hP, gP = e2({
|
|
|
12196
12200
|
rootShouldForwardProp: mP
|
|
12197
12201
|
}), yP = gP;
|
|
12198
12202
|
function vP(e) {
|
|
12199
|
-
return
|
|
12203
|
+
return Zi("MuiSvgIcon", e);
|
|
12200
12204
|
}
|
|
12201
12205
|
DC("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
|
|
12202
12206
|
const bP = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"], xP = (e) => {
|
|
@@ -12725,7 +12729,7 @@ const NP = ke.memo(function({
|
|
|
12725
12729
|
}
|
|
12726
12730
|
)
|
|
12727
12731
|
] }) : null;
|
|
12728
|
-
}, LP = Ie(3, Kd(Xd,
|
|
12732
|
+
}, LP = Ie(3, Kd(Xd, Jd)), zP = Vd(FP), UP = ({
|
|
12729
12733
|
errors: e,
|
|
12730
12734
|
description: t,
|
|
12731
12735
|
label: r,
|
|
@@ -12754,7 +12758,7 @@ const NP = ke.memo(function({
|
|
|
12754
12758
|
vs(
|
|
12755
12759
|
di("Control"),
|
|
12756
12760
|
vs(
|
|
12757
|
-
|
|
12761
|
+
Zd(
|
|
12758
12762
|
(e) => Qd(e, "array") && !Array.isArray(e.items) && e.uniqueItems === !0
|
|
12759
12763
|
),
|
|
12760
12764
|
ep("items", (e, t) => {
|
|
@@ -12781,7 +12785,7 @@ const NP = ke.memo(function({
|
|
|
12781
12785
|
direction: "column"
|
|
12782
12786
|
};
|
|
12783
12787
|
return /* @__PURE__ */ d.jsx(of, { ...s, renderers: o, cells: a });
|
|
12784
|
-
},
|
|
12788
|
+
}, JP = Lc(XP), ZP = (e) => /* @__PURE__ */ d.jsx(Ho, { ...e }), QP = Ie(4, Vc), eR = wn(ZP), tR = (e) => /* @__PURE__ */ d.jsx(Ho, { ...e }), rR = Ie(3, Bc), nR = wn(tR), oR = (e) => /* @__PURE__ */ d.jsx(Tf, { ...e }), aR = Ie(2, Hc), iR = wn(oR), sR = (e) => /* @__PURE__ */ d.jsx(Ef, { ...e }), lR = Ie(3, Wc), cR = wn(sR), uR = (e) => {
|
|
12785
12789
|
const { data: t, className: r, enabled: n, path: o, handleChange: a, description: i, errors: s, label: l, required: c } = e;
|
|
12786
12790
|
return /* @__PURE__ */ d.jsx(
|
|
12787
12791
|
Po,
|
|
@@ -12859,7 +12863,7 @@ const NP = ke.memo(function({
|
|
|
12859
12863
|
{ tester: HP, renderer: WP },
|
|
12860
12864
|
// Layouts
|
|
12861
12865
|
{ tester: GP, renderer: YP },
|
|
12862
|
-
{ tester: KP, renderer:
|
|
12866
|
+
{ tester: KP, renderer: JP }
|
|
12863
12867
|
], DR = [
|
|
12864
12868
|
{ tester: aR, cell: iR },
|
|
12865
12869
|
{ tester: QP, cell: eR },
|
|
@@ -12876,7 +12880,7 @@ const NP = ke.memo(function({
|
|
|
12876
12880
|
function NR({ basePath: e = "/security", Target: t, children: r }) {
|
|
12877
12881
|
const n = sp(), { user: o, signout: a } = gh(), [i, s] = de(!1), c = [
|
|
12878
12882
|
{ resource_name: e + "/users", label: "Users", name: "UsersApi", Icon: tm },
|
|
12879
|
-
{ resource_name: e + "/roles", label: "Roles", name: "RolesApi", Icon:
|
|
12883
|
+
{ resource_name: e + "/roles", label: "Roles", name: "RolesApi", Icon: Zh },
|
|
12880
12884
|
{ resource_name: e + "/permissions", label: "Base Permissions", name: "PermissionsApi", Icon: qs },
|
|
12881
12885
|
{ resource_name: e + "/permissionviews", label: "Permission on Views", name: "PermissionViewApi", Icon: qs },
|
|
12882
12886
|
{ resource_name: e + "/viewsmenus", label: "Views/Menus", name: "ViewsMenusApi", Icon: Yh }
|
|
@@ -12940,7 +12944,7 @@ export {
|
|
|
12940
12944
|
DP as MantineTableControl,
|
|
12941
12945
|
iR as MantineTextCell,
|
|
12942
12946
|
DE as MantineTextControl,
|
|
12943
|
-
|
|
12947
|
+
JP as MantineVerticalLayoutRenderer,
|
|
12944
12948
|
En as NoBorderTableCell,
|
|
12945
12949
|
IP as NonEmptyRow,
|
|
12946
12950
|
jR as Provider,
|