@regulaforensics/vp-frontend-document-components 7.3.1803-nightly → 7.4.1806-nightly
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/README.md +14 -0
- package/dist/main.iife.js +26 -34
- package/dist/main.js +450 -458
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -26,16 +26,16 @@ var z = (e, t, r) => new Promise((n, i) => {
|
|
|
26
26
|
}, l = (f) => f.done ? n(f.value) : Promise.resolve(f.value).then(o, a);
|
|
27
27
|
l((r = r.apply(e, t)).next());
|
|
28
28
|
});
|
|
29
|
-
var
|
|
29
|
+
var Yo = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
|
|
30
30
|
function eI(e) {
|
|
31
31
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
32
32
|
}
|
|
33
|
-
var
|
|
33
|
+
var ls = function(e) {
|
|
34
34
|
return e && e.Math === Math && e;
|
|
35
35
|
}, Ie = (
|
|
36
36
|
// eslint-disable-next-line es/no-global-this -- safe
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
ls(typeof globalThis == "object" && globalThis) || ls(typeof window == "object" && window) || // eslint-disable-next-line no-restricted-globals -- safe
|
|
38
|
+
ls(typeof self == "object" && self) || ls(typeof Yo == "object" && Yo) || ls(typeof Yo == "object" && Yo) || // eslint-disable-next-line no-new-func -- fallback
|
|
39
39
|
/* @__PURE__ */ function() {
|
|
40
40
|
return this;
|
|
41
41
|
}() || Function("return this")()
|
|
@@ -101,10 +101,10 @@ var cs = function(e) {
|
|
|
101
101
|
return YD(e) === "String" ? KD(e, "") : U_(e);
|
|
102
102
|
} : U_, Gl = function(e) {
|
|
103
103
|
return e == null;
|
|
104
|
-
}, XD = Gl, qD = TypeError,
|
|
104
|
+
}, XD = Gl, qD = TypeError, Ba = function(e) {
|
|
105
105
|
if (XD(e)) throw new qD("Can't call method on " + e);
|
|
106
106
|
return e;
|
|
107
|
-
}, QD = Ff, JD =
|
|
107
|
+
}, QD = Ff, JD = Ba, zl = function(e) {
|
|
108
108
|
return QD(JD(e));
|
|
109
109
|
}, iI = { exports: {} }, e8 = !1, q3 = Ie, t8 = Object.defineProperty, m2 = function(e, t) {
|
|
110
110
|
try {
|
|
@@ -123,7 +123,7 @@ var cs = function(e) {
|
|
|
123
123
|
});
|
|
124
124
|
var S2 = iI.exports, em = S2, C2 = function(e, t) {
|
|
125
125
|
return em[e] || (em[e] = t || {});
|
|
126
|
-
}, i8 =
|
|
126
|
+
}, i8 = Ba, o8 = Object, Or = function(e) {
|
|
127
127
|
return o8(i8(e));
|
|
128
128
|
}, a8 = ce, s8 = Or, l8 = a8({}.hasOwnProperty), jt = Object.hasOwn || function(t, r) {
|
|
129
129
|
return l8(s8(t), r);
|
|
@@ -136,8 +136,8 @@ var jf = Zu, om = jf, d8 = he, p8 = Ie, h8 = p8.String, I2 = !!Object.getOwnProp
|
|
|
136
136
|
var e = Symbol("symbol detection");
|
|
137
137
|
return !h8(e) || !(Object(e) instanceof Symbol) || // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
138
138
|
!Symbol.sham && om && om < 41;
|
|
139
|
-
}), E8 = I2, aI = E8 && !Symbol.sham && typeof Symbol.iterator == "symbol", m8 = Ie, S8 = C2, am = jt, C8 = v2, v8 = I2, I8 = aI,
|
|
140
|
-
return am(B_, e) || (B_[e] = v8 && am(
|
|
139
|
+
}), E8 = I2, aI = E8 && !Symbol.sham && typeof Symbol.iterator == "symbol", m8 = Ie, S8 = C2, am = jt, C8 = v2, v8 = I2, I8 = aI, Ko = m8.Symbol, B_ = S8("wks"), g8 = I8 ? Ko.for || Ko : Ko && Ko.withoutSetter || C8, qe = function(e) {
|
|
140
|
+
return am(B_, e) || (B_[e] = v8 && am(Ko, e) ? Ko[e] : g8("Symbol." + e)), B_[e];
|
|
141
141
|
}, A8 = Tt, R8 = String, O8 = TypeError, er = function(e) {
|
|
142
142
|
if (A8(e)) return e;
|
|
143
143
|
throw new O8(R8(e) + " is not an object");
|
|
@@ -223,10 +223,10 @@ var lT = Math.ceil, cT = Math.floor, uT = Math.trunc || function(t) {
|
|
|
223
223
|
}, _T = Cn, dT = Math.max, pT = Math.min, A2 = function(e, t) {
|
|
224
224
|
var r = _T(e);
|
|
225
225
|
return r < 0 ? dT(r + t, 0) : pT(r, t);
|
|
226
|
-
}, hT = Cn, ET = Math.min,
|
|
226
|
+
}, hT = Cn, ET = Math.min, Ga = function(e) {
|
|
227
227
|
var t = hT(e);
|
|
228
228
|
return t > 0 ? ET(t, 9007199254740991) : 0;
|
|
229
|
-
}, mT =
|
|
229
|
+
}, mT = Ga, tr = function(e) {
|
|
230
230
|
return mT(e.length);
|
|
231
231
|
}, ST = zl, CT = A2, vT = tr, um = function(e) {
|
|
232
232
|
return function(t, r, n) {
|
|
@@ -453,9 +453,9 @@ Ay(so[pp]) || Oy(so, pp, function() {
|
|
|
453
453
|
var RI = {
|
|
454
454
|
IteratorPrototype: so,
|
|
455
455
|
BUGGY_SAFARI_ITERATORS: AI
|
|
456
|
-
}, Ny = Dr.f, yy = jt, Ly = qe, Rm = Ly("toStringTag"),
|
|
456
|
+
}, Ny = Dr.f, yy = jt, Ly = qe, Rm = Ly("toStringTag"), za = function(e, t, r) {
|
|
457
457
|
e && !r && (e = e.prototype), e && !yy(e, Rm) && Ny(e, Rm, { configurable: !0, value: t });
|
|
458
|
-
}, wy = RI.IteratorPrototype, Py = Yl, My = Co, xy =
|
|
458
|
+
}, wy = RI.IteratorPrototype, Py = Yl, My = Co, xy = za, $y = Kl, by = function() {
|
|
459
459
|
return this;
|
|
460
460
|
}, OI = function(e, t, r, n) {
|
|
461
461
|
var i = t + " Iterator";
|
|
@@ -470,7 +470,7 @@ var RI = {
|
|
|
470
470
|
}, Uy = Fy, jy = String, By = TypeError, Gy = function(e) {
|
|
471
471
|
if (Uy(e)) return e;
|
|
472
472
|
throw new By("Can't set " + jy(e) + " as a prototype");
|
|
473
|
-
}, zy = M2, Zy = Tt, Wy =
|
|
473
|
+
}, zy = M2, Zy = Tt, Wy = Ba, Yy = Gy, Za = Object.setPrototypeOf || ("__proto__" in {} ? function() {
|
|
474
474
|
var e = !1, t = {}, r;
|
|
475
475
|
try {
|
|
476
476
|
r = zy(Object.prototype, "__proto__", "set"), r(t, []), e = t instanceof Array;
|
|
@@ -479,7 +479,7 @@ var RI = {
|
|
|
479
479
|
return function(i, o) {
|
|
480
480
|
return Wy(i), Yy(o), Zy(i) && (e ? r(i, o) : i.__proto__ = o), i;
|
|
481
481
|
};
|
|
482
|
-
}() : void 0), Ky = Bt, Xy = Qe, DI = Zf, qy = Fe, Qy = OI, Om = Wf, Dm =
|
|
482
|
+
}() : void 0), Ky = Bt, Xy = Qe, DI = Zf, qy = Fe, Qy = OI, Om = Wf, Dm = Za, Jy = za, eL = Wr, id = vn, tL = qe, rL = Kl, TI = RI, nL = DI.PROPER, iL = DI.CONFIGURABLE, Tm = TI.IteratorPrototype, Rc = TI.BUGGY_SAFARI_ITERATORS, cs = tL("iterator"), Nm = "keys", us = "values", ym = "entries", oL = function() {
|
|
483
483
|
return this;
|
|
484
484
|
}, NI = function(e, t, r, n, i, o, a) {
|
|
485
485
|
Qy(r, t, n);
|
|
@@ -491,7 +491,7 @@ var RI = {
|
|
|
491
491
|
return function() {
|
|
492
492
|
return new r(this, v);
|
|
493
493
|
};
|
|
494
|
-
case
|
|
494
|
+
case us:
|
|
495
495
|
return function() {
|
|
496
496
|
return new r(this, v);
|
|
497
497
|
};
|
|
@@ -503,18 +503,18 @@ var RI = {
|
|
|
503
503
|
return function() {
|
|
504
504
|
return new r(this);
|
|
505
505
|
};
|
|
506
|
-
}, f = t + " Iterator", u = !1, _ = e.prototype, p = _[
|
|
507
|
-
if (m && (S = Om(m.call(new e())), S !== Object.prototype && S.next && (Om(S) !== Tm && (Dm ? Dm(S, Tm) : qy(S[
|
|
506
|
+
}, f = t + " Iterator", u = !1, _ = e.prototype, p = _[cs] || _["@@iterator"] || i && _[i], d = !Rc && p || l(i), m = t === "Array" && _.entries || p, S, C, R;
|
|
507
|
+
if (m && (S = Om(m.call(new e())), S !== Object.prototype && S.next && (Om(S) !== Tm && (Dm ? Dm(S, Tm) : qy(S[cs]) || id(S, cs, oL)), Jy(S, f, !0))), nL && i === us && p && p.name !== us && (iL ? eL(_, "name", us) : (u = !0, d = function() {
|
|
508
508
|
return Xy(p, this);
|
|
509
509
|
})), i)
|
|
510
510
|
if (C = {
|
|
511
|
-
values: l(
|
|
511
|
+
values: l(us),
|
|
512
512
|
keys: o ? d : l(Nm),
|
|
513
513
|
entries: l(ym)
|
|
514
514
|
}, a) for (R in C)
|
|
515
515
|
(Rc || u || !(R in _)) && id(_, R, C[R]);
|
|
516
516
|
else Ky({ target: t, proto: !0, forced: Rc || u }, C);
|
|
517
|
-
return _[
|
|
517
|
+
return _[cs] !== d && id(_, cs, d, { name: i }), rL[t] = d, C;
|
|
518
518
|
}, x2 = function(e, t) {
|
|
519
519
|
return { value: e, done: t };
|
|
520
520
|
}, aL = zl, $2 = YT, Lm = Kl, yI = jn, sL = Dr.f, lL = NI, Oc = x2, cL = be, LI = "Array Iterator", uL = yI.set, fL = yI.getterFor(LI), _L = lL(Array, "Array", function(e, t) {
|
|
@@ -546,7 +546,7 @@ if (cL && wm.name !== "values") try {
|
|
|
546
546
|
sL(wm, "name", { value: "values" });
|
|
547
547
|
} catch (e) {
|
|
548
548
|
}
|
|
549
|
-
var Pm = Ie, wI = bD, dL = UD, xs = _L, Mm = Wr, pL =
|
|
549
|
+
var Pm = Ie, wI = bD, dL = UD, xs = _L, Mm = Wr, pL = za, hL = qe, od = hL("iterator"), ad = xs.values, PI = function(e, t) {
|
|
550
550
|
if (e) {
|
|
551
551
|
if (e[od] !== ad) try {
|
|
552
552
|
Mm(e, od, ad);
|
|
@@ -586,26 +586,26 @@ var $I = { isMounted: function() {
|
|
|
586
586
|
}, enqueueReplaceState: function() {
|
|
587
587
|
}, enqueueSetState: function() {
|
|
588
588
|
} }, bI = Object.assign, HI = {};
|
|
589
|
-
function
|
|
589
|
+
function Wa(e, t, r) {
|
|
590
590
|
this.props = e, this.context = t, this.refs = HI, this.updater = r || $I;
|
|
591
591
|
}
|
|
592
|
-
|
|
593
|
-
|
|
592
|
+
Wa.prototype.isReactComponent = {};
|
|
593
|
+
Wa.prototype.setState = function(e, t) {
|
|
594
594
|
if (typeof e != "object" && typeof e != "function" && e != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
595
595
|
this.updater.enqueueSetState(this, e, t, "setState");
|
|
596
596
|
};
|
|
597
|
-
|
|
597
|
+
Wa.prototype.forceUpdate = function(e) {
|
|
598
598
|
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
599
599
|
};
|
|
600
600
|
function VI() {
|
|
601
601
|
}
|
|
602
|
-
VI.prototype =
|
|
602
|
+
VI.prototype = Wa.prototype;
|
|
603
603
|
function b2(e, t, r) {
|
|
604
604
|
this.props = e, this.context = t, this.refs = HI, this.updater = r || $I;
|
|
605
605
|
}
|
|
606
606
|
var H2 = b2.prototype = new VI();
|
|
607
607
|
H2.constructor = b2;
|
|
608
|
-
bI(H2,
|
|
608
|
+
bI(H2, Wa.prototype);
|
|
609
609
|
H2.isPureReactComponent = !0;
|
|
610
610
|
var $m = Array.isArray, kI = Object.prototype.hasOwnProperty, V2 = { current: null }, FI = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
611
611
|
function UI(e, t, r) {
|
|
@@ -705,7 +705,7 @@ ie.Children = { map: Dc, forEach: function(e, t, r) {
|
|
|
705
705
|
if (!k2(e)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
706
706
|
return e;
|
|
707
707
|
} };
|
|
708
|
-
ie.Component =
|
|
708
|
+
ie.Component = Wa;
|
|
709
709
|
ie.Fragment = mL;
|
|
710
710
|
ie.Profiler = CL;
|
|
711
711
|
ie.PureComponent = b2;
|
|
@@ -841,7 +841,7 @@ var c = MI.exports, HL = kf, GI = Function.prototype, Hm = GI.apply, Vm = GI.cal
|
|
|
841
841
|
t[r] = n;
|
|
842
842
|
}
|
|
843
843
|
});
|
|
844
|
-
}, FL = Fe, UL = Tt, km =
|
|
844
|
+
}, FL = Fe, UL = Tt, km = Za, U2 = function(e, t, r) {
|
|
845
845
|
var n, i;
|
|
846
846
|
return (
|
|
847
847
|
// it can work only with native `setPrototypeOf`
|
|
@@ -878,7 +878,7 @@ var GL = String(zI) === "[object z]", zL = GL, ZL = Fe, Tu = Li, WL = qe, YL = W
|
|
|
878
878
|
return "stack" in e ? (Object.defineProperty(e, "stack", f9(1, 7)), e.stack !== 7) : !0;
|
|
879
879
|
}), d9 = Wr, p9 = c9, h9 = _9, Fm = Error.captureStackTrace, E9 = function(e, t, r, n) {
|
|
880
880
|
h9 && (Fm ? Fm(e, t) : d9(e, "stack", p9(r, n)));
|
|
881
|
-
}, Um = mo, m9 = jt, jm = Wr, S9 = Zl, Bm =
|
|
881
|
+
}, Um = mo, m9 = jt, jm = Wr, S9 = Zl, Bm = Za, Gm = P2, zm = kL, C9 = U2, v9 = t9, I9 = i9, g9 = E9, A9 = be, R9 = function(e, t, r, n) {
|
|
882
882
|
var i = "stackTraceLimit", o = n ? 2 : 1, a = e.split("."), l = a[a.length - 1], f = Um.apply(null, a);
|
|
883
883
|
if (f) {
|
|
884
884
|
var u = f.prototype;
|
|
@@ -1252,9 +1252,9 @@ function V(e) {
|
|
|
1252
1252
|
}
|
|
1253
1253
|
var ng = /* @__PURE__ */ new Set(), hl = {};
|
|
1254
1254
|
function Io(e, t) {
|
|
1255
|
-
|
|
1255
|
+
Na(e, t), Na(e + "Capture", t);
|
|
1256
1256
|
}
|
|
1257
|
-
function
|
|
1257
|
+
function Na(e, t) {
|
|
1258
1258
|
for (hl[e] = t, e = 0; e < t.length; e++) ng.add(t[e]);
|
|
1259
1259
|
}
|
|
1260
1260
|
var bn = !(typeof window == "undefined" || typeof window.document == "undefined" || typeof window.document.createElement == "undefined"), Ep = Object.prototype.hasOwnProperty, cw = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, nS = {}, iS = {};
|
|
@@ -1350,8 +1350,8 @@ function Z2(e, t, r, n) {
|
|
|
1350
1350
|
var i = ct.hasOwnProperty(t) ? ct[t] : null;
|
|
1351
1351
|
(i !== null ? i.type !== 0 : n || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (_w(t, r, i, n) && (r = null), n || i === null ? uw(t) && (r === null ? e.removeAttribute(t) : e.setAttribute(t, "" + r)) : i.mustUseProperty ? e[i.propertyName] = r === null ? i.type === 3 ? !1 : "" : r : (t = i.attributeName, n = i.attributeNamespace, r === null ? e.removeAttribute(t) : (i = i.type, r = i === 3 || i === 4 && r === !0 ? "" : "" + r, n ? e.setAttributeNS(n, t, r) : e.setAttribute(t, r))));
|
|
1352
1352
|
}
|
|
1353
|
-
var Bn = lw.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, Nc = Symbol.for("react.element"),
|
|
1354
|
-
function
|
|
1353
|
+
var Bn = lw.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, Nc = Symbol.for("react.element"), Xo = Symbol.for("react.portal"), qo = Symbol.for("react.fragment"), W2 = Symbol.for("react.strict_mode"), mp = Symbol.for("react.profiler"), ig = Symbol.for("react.provider"), og = Symbol.for("react.context"), Y2 = Symbol.for("react.forward_ref"), Sp = Symbol.for("react.suspense"), Cp = Symbol.for("react.suspense_list"), K2 = Symbol.for("react.memo"), ni = Symbol.for("react.lazy"), ag = Symbol.for("react.offscreen"), oS = Symbol.iterator;
|
|
1354
|
+
function fs(e) {
|
|
1355
1355
|
return e === null || typeof e != "object" ? null : (e = oS && e[oS] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
1356
1356
|
}
|
|
1357
1357
|
var $e = Object.assign, cd;
|
|
@@ -1448,9 +1448,9 @@ function vp(e) {
|
|
|
1448
1448
|
if (typeof e == "function") return e.displayName || e.name || null;
|
|
1449
1449
|
if (typeof e == "string") return e;
|
|
1450
1450
|
switch (e) {
|
|
1451
|
-
case Qo:
|
|
1452
|
-
return "Fragment";
|
|
1453
1451
|
case qo:
|
|
1452
|
+
return "Fragment";
|
|
1453
|
+
case Xo:
|
|
1454
1454
|
return "Portal";
|
|
1455
1455
|
case mp:
|
|
1456
1456
|
return "Profiler";
|
|
@@ -1615,7 +1615,7 @@ function Ap(e, t, r) {
|
|
|
1615
1615
|
(t !== "number" || Xu(e.ownerDocument) !== e) && (r == null ? e.defaultValue = "" + e._wrapperState.initialValue : e.defaultValue !== "" + r && (e.defaultValue = "" + r));
|
|
1616
1616
|
}
|
|
1617
1617
|
var bs = Array.isArray;
|
|
1618
|
-
function
|
|
1618
|
+
function fa(e, t, r, n) {
|
|
1619
1619
|
if (e = e.options, t) {
|
|
1620
1620
|
t = {};
|
|
1621
1621
|
for (var i = 0; i < r.length; i++) t["$" + r[i]] = !0;
|
|
@@ -1785,7 +1785,7 @@ var Np = null;
|
|
|
1785
1785
|
function X2(e) {
|
|
1786
1786
|
return e = e.target || e.srcElement || window, e.correspondingUseElement && (e = e.correspondingUseElement), e.nodeType === 3 ? e.parentNode : e;
|
|
1787
1787
|
}
|
|
1788
|
-
var yp = null,
|
|
1788
|
+
var yp = null, _a = null, da = null;
|
|
1789
1789
|
function uS(e) {
|
|
1790
1790
|
if (e = tc(e)) {
|
|
1791
1791
|
if (typeof yp != "function") throw Error(V(280));
|
|
@@ -1794,12 +1794,12 @@ function uS(e) {
|
|
|
1794
1794
|
}
|
|
1795
1795
|
}
|
|
1796
1796
|
function hg(e) {
|
|
1797
|
-
|
|
1797
|
+
_a ? da ? da.push(e) : da = [e] : _a = e;
|
|
1798
1798
|
}
|
|
1799
1799
|
function Eg() {
|
|
1800
|
-
if (
|
|
1801
|
-
var e =
|
|
1802
|
-
if (
|
|
1800
|
+
if (_a) {
|
|
1801
|
+
var e = _a, t = da;
|
|
1802
|
+
if (da = _a = null, uS(e), t) for (e = 0; e < t.length; e++) uS(t[e]);
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
1805
1805
|
function mg(e, t) {
|
|
@@ -1814,7 +1814,7 @@ function Cg(e, t, r) {
|
|
|
1814
1814
|
try {
|
|
1815
1815
|
return mg(e, t, r);
|
|
1816
1816
|
} finally {
|
|
1817
|
-
_d = !1, (
|
|
1817
|
+
_d = !1, (_a !== null || da !== null) && (Sg(), Eg());
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
1820
1820
|
function ml(e, t) {
|
|
@@ -1846,10 +1846,10 @@ function ml(e, t) {
|
|
|
1846
1846
|
}
|
|
1847
1847
|
var Lp = !1;
|
|
1848
1848
|
if (bn) try {
|
|
1849
|
-
var
|
|
1850
|
-
Object.defineProperty(
|
|
1849
|
+
var _s = {};
|
|
1850
|
+
Object.defineProperty(_s, "passive", { get: function() {
|
|
1851
1851
|
Lp = !0;
|
|
1852
|
-
} }), window.addEventListener("test",
|
|
1852
|
+
} }), window.addEventListener("test", _s, _s), window.removeEventListener("test", _s, _s);
|
|
1853
1853
|
} catch (e) {
|
|
1854
1854
|
Lp = !1;
|
|
1855
1855
|
}
|
|
@@ -2146,22 +2146,22 @@ function dS(e, t) {
|
|
|
2146
2146
|
Cl.delete(t.pointerId);
|
|
2147
2147
|
}
|
|
2148
2148
|
}
|
|
2149
|
-
function
|
|
2149
|
+
function ds(e, t, r, n, i, o) {
|
|
2150
2150
|
return e === null || e.nativeEvent !== o ? (e = { blockedOn: t, domEventName: r, eventSystemFlags: n, nativeEvent: o, targetContainers: [i] }, t !== null && (t = tc(t), t !== null && J2(t)), e) : (e.eventSystemFlags |= n, t = e.targetContainers, i !== null && t.indexOf(i) === -1 && t.push(i), e);
|
|
2151
2151
|
}
|
|
2152
2152
|
function $w(e, t, r, n, i) {
|
|
2153
2153
|
switch (t) {
|
|
2154
2154
|
case "focusin":
|
|
2155
|
-
return Ei =
|
|
2155
|
+
return Ei = ds(Ei, e, t, r, n, i), !0;
|
|
2156
2156
|
case "dragenter":
|
|
2157
|
-
return mi =
|
|
2157
|
+
return mi = ds(mi, e, t, r, n, i), !0;
|
|
2158
2158
|
case "mouseover":
|
|
2159
|
-
return Si =
|
|
2159
|
+
return Si = ds(Si, e, t, r, n, i), !0;
|
|
2160
2160
|
case "pointerover":
|
|
2161
2161
|
var o = i.pointerId;
|
|
2162
|
-
return Sl.set(o,
|
|
2162
|
+
return Sl.set(o, ds(Sl.get(o) || null, e, t, r, n, i)), !0;
|
|
2163
2163
|
case "gotpointercapture":
|
|
2164
|
-
return o = i.pointerId, Cl.set(o,
|
|
2164
|
+
return o = i.pointerId, Cl.set(o, ds(Cl.get(o) || null, e, t, r, n, i)), !0;
|
|
2165
2165
|
}
|
|
2166
2166
|
return !1;
|
|
2167
2167
|
}
|
|
@@ -2204,40 +2204,40 @@ function pS(e, t, r) {
|
|
|
2204
2204
|
function bw() {
|
|
2205
2205
|
Mp = !1, Ei !== null && Nu(Ei) && (Ei = null), mi !== null && Nu(mi) && (mi = null), Si !== null && Nu(Si) && (Si = null), Sl.forEach(pS), Cl.forEach(pS);
|
|
2206
2206
|
}
|
|
2207
|
-
function
|
|
2207
|
+
function ps(e, t) {
|
|
2208
2208
|
e.blockedOn === t && (e.blockedOn = null, Mp || (Mp = !0, Jt.unstable_scheduleCallback(Jt.unstable_NormalPriority, bw)));
|
|
2209
2209
|
}
|
|
2210
2210
|
function vl(e) {
|
|
2211
2211
|
function t(i) {
|
|
2212
|
-
return
|
|
2212
|
+
return ps(i, e);
|
|
2213
2213
|
}
|
|
2214
2214
|
if (0 < Mc.length) {
|
|
2215
|
-
|
|
2215
|
+
ps(Mc[0], e);
|
|
2216
2216
|
for (var r = 1; r < Mc.length; r++) {
|
|
2217
2217
|
var n = Mc[r];
|
|
2218
2218
|
n.blockedOn === e && (n.blockedOn = null);
|
|
2219
2219
|
}
|
|
2220
2220
|
}
|
|
2221
|
-
for (Ei !== null &&
|
|
2221
|
+
for (Ei !== null && ps(Ei, e), mi !== null && ps(mi, e), Si !== null && ps(Si, e), Sl.forEach(t), Cl.forEach(t), r = 0; r < oi.length; r++) n = oi[r], n.blockedOn === e && (n.blockedOn = null);
|
|
2222
2222
|
for (; 0 < oi.length && (r = oi[0], r.blockedOn === null); ) Pg(r), r.blockedOn === null && oi.shift();
|
|
2223
2223
|
}
|
|
2224
|
-
var
|
|
2224
|
+
var pa = Bn.ReactCurrentBatchConfig, tf = !0;
|
|
2225
2225
|
function Hw(e, t, r, n) {
|
|
2226
|
-
var i = Ce, o =
|
|
2227
|
-
|
|
2226
|
+
var i = Ce, o = pa.transition;
|
|
2227
|
+
pa.transition = null;
|
|
2228
2228
|
try {
|
|
2229
2229
|
Ce = 1, eE(e, t, r, n);
|
|
2230
2230
|
} finally {
|
|
2231
|
-
Ce = i,
|
|
2231
|
+
Ce = i, pa.transition = o;
|
|
2232
2232
|
}
|
|
2233
2233
|
}
|
|
2234
2234
|
function Vw(e, t, r, n) {
|
|
2235
|
-
var i = Ce, o =
|
|
2236
|
-
|
|
2235
|
+
var i = Ce, o = pa.transition;
|
|
2236
|
+
pa.transition = null;
|
|
2237
2237
|
try {
|
|
2238
2238
|
Ce = 4, eE(e, t, r, n);
|
|
2239
2239
|
} finally {
|
|
2240
|
-
Ce = i,
|
|
2240
|
+
Ce = i, pa.transition = o;
|
|
2241
2241
|
}
|
|
2242
2242
|
}
|
|
2243
2243
|
function eE(e, t, r, n) {
|
|
@@ -2394,17 +2394,17 @@ function nr(e) {
|
|
|
2394
2394
|
}, persist: function() {
|
|
2395
2395
|
}, isPersistent: xc }), t;
|
|
2396
2396
|
}
|
|
2397
|
-
var
|
|
2397
|
+
var Ya = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
2398
2398
|
return e.timeStamp || Date.now();
|
|
2399
|
-
}, defaultPrevented: 0, isTrusted: 0 }, rE = nr(
|
|
2399
|
+
}, defaultPrevented: 0, isTrusted: 0 }, rE = nr(Ya), ec = $e({}, Ya, { view: 0, detail: 0 }), kw = nr(ec), pd, hd, hs, qf = $e({}, ec, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: nE, button: 0, buttons: 0, relatedTarget: function(e) {
|
|
2400
2400
|
return e.relatedTarget === void 0 ? e.fromElement === e.srcElement ? e.toElement : e.fromElement : e.relatedTarget;
|
|
2401
2401
|
}, movementX: function(e) {
|
|
2402
|
-
return "movementX" in e ? e.movementX : (e !==
|
|
2402
|
+
return "movementX" in e ? e.movementX : (e !== hs && (hs && e.type === "mousemove" ? (pd = e.screenX - hs.screenX, hd = e.screenY - hs.screenY) : hd = pd = 0, hs = e), pd);
|
|
2403
2403
|
}, movementY: function(e) {
|
|
2404
2404
|
return "movementY" in e ? e.movementY : hd;
|
|
2405
|
-
} }), ES = nr(qf), Fw = $e({}, qf, { dataTransfer: 0 }), Uw = nr(Fw), jw = $e({}, ec, { relatedTarget: 0 }), Ed = nr(jw), Bw = $e({},
|
|
2405
|
+
} }), ES = nr(qf), Fw = $e({}, qf, { dataTransfer: 0 }), Uw = nr(Fw), jw = $e({}, ec, { relatedTarget: 0 }), Ed = nr(jw), Bw = $e({}, Ya, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), Gw = nr(Bw), zw = $e({}, Ya, { clipboardData: function(e) {
|
|
2406
2406
|
return "clipboardData" in e ? e.clipboardData : window.clipboardData;
|
|
2407
|
-
} }), Zw = nr(zw), Ww = $e({},
|
|
2407
|
+
} }), Zw = nr(zw), Ww = $e({}, Ya, { data: 0 }), mS = nr(Ww), Yw = {
|
|
2408
2408
|
Esc: "Escape",
|
|
2409
2409
|
Spacebar: " ",
|
|
2410
2410
|
Left: "ArrowLeft",
|
|
@@ -2474,7 +2474,7 @@ var Qw = $e({}, ec, { key: function(e) {
|
|
|
2474
2474
|
return e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
2475
2475
|
}, which: function(e) {
|
|
2476
2476
|
return e.type === "keypress" ? Lu(e) : e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
2477
|
-
} }), Jw = nr(Qw), eP = $e({}, qf, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), SS = nr(eP), tP = $e({}, ec, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: nE }), rP = nr(tP), nP = $e({},
|
|
2477
|
+
} }), Jw = nr(Qw), eP = $e({}, qf, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), SS = nr(eP), tP = $e({}, ec, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: nE }), rP = nr(tP), nP = $e({}, Ya, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), iP = nr(nP), oP = $e({}, qf, {
|
|
2478
2478
|
deltaX: function(e) {
|
|
2479
2479
|
return "deltaX" in e ? e.deltaX : "wheelDeltaX" in e ? -e.wheelDeltaX : 0;
|
|
2480
2480
|
},
|
|
@@ -2503,7 +2503,7 @@ function bg(e, t) {
|
|
|
2503
2503
|
function Hg(e) {
|
|
2504
2504
|
return e = e.detail, typeof e == "object" && "data" in e ? e.data : null;
|
|
2505
2505
|
}
|
|
2506
|
-
var
|
|
2506
|
+
var Qo = !1;
|
|
2507
2507
|
function cP(e, t) {
|
|
2508
2508
|
switch (e) {
|
|
2509
2509
|
case "compositionend":
|
|
@@ -2517,7 +2517,7 @@ function cP(e, t) {
|
|
|
2517
2517
|
}
|
|
2518
2518
|
}
|
|
2519
2519
|
function uP(e, t) {
|
|
2520
|
-
if (
|
|
2520
|
+
if (Qo) return e === "compositionend" || !iE && bg(e, t) ? (e = xg(), yu = tE = li = null, Qo = !1, e) : null;
|
|
2521
2521
|
switch (e) {
|
|
2522
2522
|
case "paste":
|
|
2523
2523
|
return null;
|
|
@@ -2546,7 +2546,7 @@ function _P(e) {
|
|
|
2546
2546
|
Kg(e, 0);
|
|
2547
2547
|
}
|
|
2548
2548
|
function Qf(e) {
|
|
2549
|
-
var t =
|
|
2549
|
+
var t = ta(e);
|
|
2550
2550
|
if (lg(t)) return e;
|
|
2551
2551
|
}
|
|
2552
2552
|
function dP(e, t) {
|
|
@@ -2666,21 +2666,21 @@ function CP(e) {
|
|
|
2666
2666
|
for (typeof r.focus == "function" && r.focus(), r = 0; r < t.length; r++) e = t[r], e.element.scrollLeft = e.left, e.element.scrollTop = e.top;
|
|
2667
2667
|
}
|
|
2668
2668
|
}
|
|
2669
|
-
var vP = bn && "documentMode" in document && 11 >= document.documentMode,
|
|
2669
|
+
var vP = bn && "documentMode" in document && 11 >= document.documentMode, Jo = null, $p = null, Qs = null, bp = !1;
|
|
2670
2670
|
function DS(e, t, r) {
|
|
2671
2671
|
var n = r.window === r ? r.document : r.nodeType === 9 ? r : r.ownerDocument;
|
|
2672
|
-
bp ||
|
|
2672
|
+
bp || Jo == null || Jo !== Xu(n) || (n = Jo, "selectionStart" in n && oE(n) ? n = { start: n.selectionStart, end: n.selectionEnd } : (n = (n.ownerDocument && n.ownerDocument.defaultView || window).getSelection(), n = { anchorNode: n.anchorNode, anchorOffset: n.anchorOffset, focusNode: n.focusNode, focusOffset: n.focusOffset }), Qs && gl(Qs, n) || (Qs = n, n = nf($p, "onSelect"), 0 < n.length && (t = new rE("onSelect", "select", null, t, r), e.push({ event: t, listeners: n }), t.target = Jo)));
|
|
2673
2673
|
}
|
|
2674
2674
|
function $c(e, t) {
|
|
2675
2675
|
var r = {};
|
|
2676
2676
|
return r[e.toLowerCase()] = t.toLowerCase(), r["Webkit" + e] = "webkit" + t, r["Moz" + e] = "moz" + t, r;
|
|
2677
2677
|
}
|
|
2678
|
-
var
|
|
2679
|
-
bn && (Bg = document.createElement("div").style, "AnimationEvent" in window || (delete
|
|
2678
|
+
var ea = { animationend: $c("Animation", "AnimationEnd"), animationiteration: $c("Animation", "AnimationIteration"), animationstart: $c("Animation", "AnimationStart"), transitionend: $c("Transition", "TransitionEnd") }, Cd = {}, Bg = {};
|
|
2679
|
+
bn && (Bg = document.createElement("div").style, "AnimationEvent" in window || (delete ea.animationend.animation, delete ea.animationiteration.animation, delete ea.animationstart.animation), "TransitionEvent" in window || delete ea.transitionend.transition);
|
|
2680
2680
|
function Jf(e) {
|
|
2681
2681
|
if (Cd[e]) return Cd[e];
|
|
2682
|
-
if (!
|
|
2683
|
-
var t =
|
|
2682
|
+
if (!ea[e]) return e;
|
|
2683
|
+
var t = ea[e], r;
|
|
2684
2684
|
for (r in t) if (t.hasOwnProperty(r) && r in Bg) return Cd[e] = t[r];
|
|
2685
2685
|
return e;
|
|
2686
2686
|
}
|
|
@@ -2699,10 +2699,10 @@ Pi("dblclick", "onDoubleClick");
|
|
|
2699
2699
|
Pi("focusin", "onFocus");
|
|
2700
2700
|
Pi("focusout", "onBlur");
|
|
2701
2701
|
Pi(Wg, "onTransitionEnd");
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2702
|
+
Na("onMouseEnter", ["mouseout", "mouseover"]);
|
|
2703
|
+
Na("onMouseLeave", ["mouseout", "mouseover"]);
|
|
2704
|
+
Na("onPointerEnter", ["pointerout", "pointerover"]);
|
|
2705
|
+
Na("onPointerLeave", ["pointerout", "pointerover"]);
|
|
2706
2706
|
Io("onChange", "change click focusin focusout input keydown keyup selectionchange".split(" "));
|
|
2707
2707
|
Io("onSelect", "focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));
|
|
2708
2708
|
Io("onBeforeInput", ["compositionend", "keypress", "textInput", "paste"]);
|
|
@@ -2887,7 +2887,7 @@ function Ad(e, t, r, n, i) {
|
|
|
2887
2887
|
e: {
|
|
2888
2888
|
if (d = e === "mouseover" || e === "pointerover", m = e === "mouseout" || e === "pointerout", d && r !== Np && (S = r.relatedTarget || r.fromElement) && (Xi(S) || S[Hn])) break e;
|
|
2889
2889
|
if ((m || d) && (d = _.window === _ ? _ : (d = _.ownerDocument) ? d.defaultView || d.parentWindow : window, m ? (S = r.relatedTarget || r.toElement, m = u, S = S ? Xi(S) : null, S !== null && (R = go(S), S !== R || S.tag !== 5 && S.tag !== 6) && (S = null)) : (m = null, S = u), m !== S)) {
|
|
2890
|
-
if (C = ES, O = "onMouseLeave", v = "onMouseEnter", I = "mouse", (e === "pointerout" || e === "pointerover") && (C = SS, O = "onPointerLeave", v = "onPointerEnter", I = "pointer"), R = m == null ? d :
|
|
2890
|
+
if (C = ES, O = "onMouseLeave", v = "onMouseEnter", I = "mouse", (e === "pointerout" || e === "pointerover") && (C = SS, O = "onPointerLeave", v = "onPointerEnter", I = "pointer"), R = m == null ? d : ta(m), A = S == null ? d : ta(S), d = new C(O, I + "leave", m, r, _), d.target = R, d.relatedTarget = A, O = null, Xi(_) === u && (C = new C(v, I + "enter", S, r, _), C.target = A, C.relatedTarget = R, O = C), R = O, m && S) t: {
|
|
2891
2891
|
for (C = m, v = S, I = 0, A = C; A; A = No(A)) I++;
|
|
2892
2892
|
for (A = 0, O = v; O; O = No(O)) A++;
|
|
2893
2893
|
for (; 0 < I - A; ) C = No(C), I--;
|
|
@@ -2903,7 +2903,7 @@ function Ad(e, t, r, n, i) {
|
|
|
2903
2903
|
}
|
|
2904
2904
|
}
|
|
2905
2905
|
e: {
|
|
2906
|
-
if (d = u ?
|
|
2906
|
+
if (d = u ? ta(u) : window, m = d.nodeName && d.nodeName.toLowerCase(), m === "select" || m === "input" && d.type === "file") var y = dP;
|
|
2907
2907
|
else if (IS(d)) if (kg) y = mP;
|
|
2908
2908
|
else {
|
|
2909
2909
|
y = hP;
|
|
@@ -2916,12 +2916,12 @@ function Ad(e, t, r, n, i) {
|
|
|
2916
2916
|
}
|
|
2917
2917
|
w && w(e, d, u), e === "focusout" && (w = d._wrapperState) && w.controlled && d.type === "number" && Ap(d, "number", d.value);
|
|
2918
2918
|
}
|
|
2919
|
-
switch (w = u ?
|
|
2919
|
+
switch (w = u ? ta(u) : window, e) {
|
|
2920
2920
|
case "focusin":
|
|
2921
|
-
(IS(w) || w.contentEditable === "true") && (
|
|
2921
|
+
(IS(w) || w.contentEditable === "true") && (Jo = w, $p = u, Qs = null);
|
|
2922
2922
|
break;
|
|
2923
2923
|
case "focusout":
|
|
2924
|
-
Qs = $p =
|
|
2924
|
+
Qs = $p = Jo = null;
|
|
2925
2925
|
break;
|
|
2926
2926
|
case "mousedown":
|
|
2927
2927
|
bp = !0;
|
|
@@ -2952,8 +2952,8 @@ function Ad(e, t, r, n, i) {
|
|
|
2952
2952
|
}
|
|
2953
2953
|
P = void 0;
|
|
2954
2954
|
}
|
|
2955
|
-
else
|
|
2956
|
-
P && ($g && r.locale !== "ko" && (
|
|
2955
|
+
else Qo ? bg(e, r) && (P = "onCompositionEnd") : e === "keydown" && r.keyCode === 229 && (P = "onCompositionStart");
|
|
2956
|
+
P && ($g && r.locale !== "ko" && (Qo || P !== "onCompositionStart" ? P === "onCompositionEnd" && Qo && (N = xg()) : (li = _, tE = "value" in li ? li.value : li.textContent, Qo = !0)), w = nf(u, P), 0 < w.length && (P = new mS(P, e, null, r, _), p.push({ event: P, listeners: w }), N ? P.data = N : (N = Hg(r), N !== null && (P.data = N)))), (N = lP ? cP(e, r) : uP(e, r)) && (u = nf(u, "onBeforeInput"), 0 < u.length && (_ = new mS("onBeforeInput", "beforeinput", null, r, _), p.push({ event: _, listeners: u }), _.data = N));
|
|
2957
2957
|
}
|
|
2958
2958
|
Kg(p, t);
|
|
2959
2959
|
});
|
|
@@ -3045,7 +3045,7 @@ function PS(e) {
|
|
|
3045
3045
|
}
|
|
3046
3046
|
return null;
|
|
3047
3047
|
}
|
|
3048
|
-
var
|
|
3048
|
+
var Ka = Math.random().toString(36).slice(2), an = "__reactFiber$" + Ka, Ol = "__reactProps$" + Ka, Hn = "__reactContainer$" + Ka, Up = "__reactEvents$" + Ka, yP = "__reactListeners$" + Ka, LP = "__reactHandles$" + Ka;
|
|
3049
3049
|
function Xi(e) {
|
|
3050
3050
|
var t = e[an];
|
|
3051
3051
|
if (t) return t;
|
|
@@ -3064,25 +3064,25 @@ function Xi(e) {
|
|
|
3064
3064
|
function tc(e) {
|
|
3065
3065
|
return e = e[an] || e[Hn], !e || e.tag !== 5 && e.tag !== 6 && e.tag !== 13 && e.tag !== 3 ? null : e;
|
|
3066
3066
|
}
|
|
3067
|
-
function
|
|
3067
|
+
function ta(e) {
|
|
3068
3068
|
if (e.tag === 5 || e.tag === 6) return e.stateNode;
|
|
3069
3069
|
throw Error(V(33));
|
|
3070
3070
|
}
|
|
3071
3071
|
function e_(e) {
|
|
3072
3072
|
return e[Ol] || null;
|
|
3073
3073
|
}
|
|
3074
|
-
var jp = [],
|
|
3074
|
+
var jp = [], ra = -1;
|
|
3075
3075
|
function Mi(e) {
|
|
3076
3076
|
return { current: e };
|
|
3077
3077
|
}
|
|
3078
3078
|
function Ne(e) {
|
|
3079
|
-
0 >
|
|
3079
|
+
0 > ra || (e.current = jp[ra], jp[ra] = null, ra--);
|
|
3080
3080
|
}
|
|
3081
3081
|
function Oe(e, t) {
|
|
3082
|
-
|
|
3082
|
+
ra++, jp[ra] = e.current, e.current = t;
|
|
3083
3083
|
}
|
|
3084
3084
|
var Ni = {}, Et = Mi(Ni), Vt = Mi(!1), lo = Ni;
|
|
3085
|
-
function
|
|
3085
|
+
function ya(e, t) {
|
|
3086
3086
|
var r = e.type.contextTypes;
|
|
3087
3087
|
if (!r) return Ni;
|
|
3088
3088
|
var n = e.stateNode;
|
|
@@ -3144,9 +3144,9 @@ function xi() {
|
|
|
3144
3144
|
}
|
|
3145
3145
|
return null;
|
|
3146
3146
|
}
|
|
3147
|
-
var
|
|
3147
|
+
var na = [], ia = 0, lf = null, cf = 0, dr = [], pr = 0, co = null, Mn = 1, xn = "";
|
|
3148
3148
|
function Wi(e, t) {
|
|
3149
|
-
ia
|
|
3149
|
+
na[ia++] = cf, na[ia++] = lf, lf = e, cf = t;
|
|
3150
3150
|
}
|
|
3151
3151
|
function Jg(e, t, r) {
|
|
3152
3152
|
dr[pr++] = Mn, dr[pr++] = xn, dr[pr++] = co, co = e;
|
|
@@ -3164,7 +3164,7 @@ function aE(e) {
|
|
|
3164
3164
|
e.return !== null && (Wi(e, 1), Jg(e, 1, 0));
|
|
3165
3165
|
}
|
|
3166
3166
|
function sE(e) {
|
|
3167
|
-
for (; e === lf; ) lf =
|
|
3167
|
+
for (; e === lf; ) lf = na[--ia], na[ia] = null, cf = na[--ia], na[ia] = null;
|
|
3168
3168
|
for (; e === co; ) co = dr[--pr], dr[pr] = null, xn = dr[--pr], dr[pr] = null, Mn = dr[--pr], dr[pr] = null;
|
|
3169
3169
|
}
|
|
3170
3170
|
var qt = null, Kt = null, Pe = !1, kr = null;
|
|
@@ -3241,14 +3241,14 @@ function Vc(e) {
|
|
|
3241
3241
|
function t4() {
|
|
3242
3242
|
for (var e = Kt; e; ) e = Ci(e.nextSibling);
|
|
3243
3243
|
}
|
|
3244
|
-
function
|
|
3244
|
+
function La() {
|
|
3245
3245
|
Kt = qt = null, Pe = !1;
|
|
3246
3246
|
}
|
|
3247
3247
|
function lE(e) {
|
|
3248
3248
|
kr === null ? kr = [e] : kr.push(e);
|
|
3249
3249
|
}
|
|
3250
3250
|
var PP = Bn.ReactCurrentBatchConfig;
|
|
3251
|
-
function
|
|
3251
|
+
function Es(e, t, r) {
|
|
3252
3252
|
if (e = r.ref, e !== null && typeof e != "function" && typeof e != "object") {
|
|
3253
3253
|
if (r._owner) {
|
|
3254
3254
|
if (r = r._owner, r) {
|
|
@@ -3304,7 +3304,7 @@ function r4(e) {
|
|
|
3304
3304
|
}
|
|
3305
3305
|
function f(v, I, A, O) {
|
|
3306
3306
|
var y = A.type;
|
|
3307
|
-
return y ===
|
|
3307
|
+
return y === qo ? _(v, I, A.props.children, O, A.key) : I !== null && (I.elementType === y || typeof y == "object" && y !== null && y.$$typeof === ni && HS(y) === I.type) ? (O = i(I, A.props), O.ref = Es(v, I, A), O.return = v, O) : (O = Hu(A.type, A.key, A.props, null, v.mode, O), O.ref = Es(v, I, A), O.return = v, O);
|
|
3308
3308
|
}
|
|
3309
3309
|
function u(v, I, A, O) {
|
|
3310
3310
|
return I === null || I.tag !== 4 || I.stateNode.containerInfo !== A.containerInfo || I.stateNode.implementation !== A.implementation ? (I = Md(A, v.mode, O), I.return = v, I) : (I = i(I, A.children || []), I.return = v, I);
|
|
@@ -3317,14 +3317,14 @@ function r4(e) {
|
|
|
3317
3317
|
if (typeof I == "object" && I !== null) {
|
|
3318
3318
|
switch (I.$$typeof) {
|
|
3319
3319
|
case Nc:
|
|
3320
|
-
return A = Hu(I.type, I.key, I.props, null, v.mode, A), A.ref =
|
|
3321
|
-
case
|
|
3320
|
+
return A = Hu(I.type, I.key, I.props, null, v.mode, A), A.ref = Es(v, null, I), A.return = v, A;
|
|
3321
|
+
case Xo:
|
|
3322
3322
|
return I = Md(I, v.mode, A), I.return = v, I;
|
|
3323
3323
|
case ni:
|
|
3324
3324
|
var O = I._init;
|
|
3325
3325
|
return p(v, O(I._payload), A);
|
|
3326
3326
|
}
|
|
3327
|
-
if (bs(I) ||
|
|
3327
|
+
if (bs(I) || fs(I)) return I = io(I, v.mode, A, null), I.return = v, I;
|
|
3328
3328
|
kc(v, I);
|
|
3329
3329
|
}
|
|
3330
3330
|
return null;
|
|
@@ -3336,7 +3336,7 @@ function r4(e) {
|
|
|
3336
3336
|
switch (A.$$typeof) {
|
|
3337
3337
|
case Nc:
|
|
3338
3338
|
return A.key === y ? f(v, I, A, O) : null;
|
|
3339
|
-
case
|
|
3339
|
+
case Xo:
|
|
3340
3340
|
return A.key === y ? u(v, I, A, O) : null;
|
|
3341
3341
|
case ni:
|
|
3342
3342
|
return y = A._init, d(
|
|
@@ -3346,7 +3346,7 @@ function r4(e) {
|
|
|
3346
3346
|
O
|
|
3347
3347
|
);
|
|
3348
3348
|
}
|
|
3349
|
-
if (bs(A) ||
|
|
3349
|
+
if (bs(A) || fs(A)) return y !== null ? null : _(v, I, A, O, null);
|
|
3350
3350
|
kc(v, A);
|
|
3351
3351
|
}
|
|
3352
3352
|
return null;
|
|
@@ -3357,13 +3357,13 @@ function r4(e) {
|
|
|
3357
3357
|
switch (O.$$typeof) {
|
|
3358
3358
|
case Nc:
|
|
3359
3359
|
return v = v.get(O.key === null ? A : O.key) || null, f(I, v, O, y);
|
|
3360
|
-
case
|
|
3360
|
+
case Xo:
|
|
3361
3361
|
return v = v.get(O.key === null ? A : O.key) || null, u(I, v, O, y);
|
|
3362
3362
|
case ni:
|
|
3363
3363
|
var w = O._init;
|
|
3364
3364
|
return m(v, I, A, w(O._payload), y);
|
|
3365
3365
|
}
|
|
3366
|
-
if (bs(O) ||
|
|
3366
|
+
if (bs(O) || fs(O)) return v = v.get(A) || null, _(I, v, O, y, null);
|
|
3367
3367
|
kc(I, O);
|
|
3368
3368
|
}
|
|
3369
3369
|
return null;
|
|
@@ -3389,7 +3389,7 @@ function r4(e) {
|
|
|
3389
3389
|
}), Pe && Wi(v, P), y;
|
|
3390
3390
|
}
|
|
3391
3391
|
function C(v, I, A, O) {
|
|
3392
|
-
var y =
|
|
3392
|
+
var y = fs(A);
|
|
3393
3393
|
if (typeof y != "function") throw Error(V(150));
|
|
3394
3394
|
if (A = y.call(A), A == null) throw Error(V(151));
|
|
3395
3395
|
for (var w = y = null, N = I, P = I = 0, x = null, M = A.next(); N !== null && !M.done; P++, M = A.next()) {
|
|
@@ -3415,19 +3415,19 @@ function r4(e) {
|
|
|
3415
3415
|
}), Pe && Wi(v, P), y;
|
|
3416
3416
|
}
|
|
3417
3417
|
function R(v, I, A, O) {
|
|
3418
|
-
if (typeof A == "object" && A !== null && A.type ===
|
|
3418
|
+
if (typeof A == "object" && A !== null && A.type === qo && A.key === null && (A = A.props.children), typeof A == "object" && A !== null) {
|
|
3419
3419
|
switch (A.$$typeof) {
|
|
3420
3420
|
case Nc:
|
|
3421
3421
|
e: {
|
|
3422
3422
|
for (var y = A.key, w = I; w !== null; ) {
|
|
3423
3423
|
if (w.key === y) {
|
|
3424
|
-
if (y = A.type, y ===
|
|
3424
|
+
if (y = A.type, y === qo) {
|
|
3425
3425
|
if (w.tag === 7) {
|
|
3426
3426
|
r(v, w.sibling), I = i(w, A.props.children), I.return = v, v = I;
|
|
3427
3427
|
break e;
|
|
3428
3428
|
}
|
|
3429
3429
|
} else if (w.elementType === y || typeof y == "object" && y !== null && y.$$typeof === ni && HS(y) === w.type) {
|
|
3430
|
-
r(v, w.sibling), I = i(w, A.props), I.ref =
|
|
3430
|
+
r(v, w.sibling), I = i(w, A.props), I.ref = Es(v, w, A), I.return = v, v = I;
|
|
3431
3431
|
break e;
|
|
3432
3432
|
}
|
|
3433
3433
|
r(v, w);
|
|
@@ -3435,10 +3435,10 @@ function r4(e) {
|
|
|
3435
3435
|
} else t(v, w);
|
|
3436
3436
|
w = w.sibling;
|
|
3437
3437
|
}
|
|
3438
|
-
A.type ===
|
|
3438
|
+
A.type === qo ? (I = io(A.props.children, v.mode, O, A.key), I.return = v, v = I) : (O = Hu(A.type, A.key, A.props, null, v.mode, O), O.ref = Es(v, I, A), O.return = v, v = O);
|
|
3439
3439
|
}
|
|
3440
3440
|
return a(v);
|
|
3441
|
-
case
|
|
3441
|
+
case Xo:
|
|
3442
3442
|
e: {
|
|
3443
3443
|
for (w = A.key; I !== null; ) {
|
|
3444
3444
|
if (I.key === w) if (I.tag === 4 && I.stateNode.containerInfo === A.containerInfo && I.stateNode.implementation === A.implementation) {
|
|
@@ -3458,16 +3458,16 @@ function r4(e) {
|
|
|
3458
3458
|
return w = A._init, R(v, I, w(A._payload), O);
|
|
3459
3459
|
}
|
|
3460
3460
|
if (bs(A)) return S(v, I, A, O);
|
|
3461
|
-
if (
|
|
3461
|
+
if (fs(A)) return C(v, I, A, O);
|
|
3462
3462
|
kc(v, A);
|
|
3463
3463
|
}
|
|
3464
3464
|
return typeof A == "string" && A !== "" || typeof A == "number" ? (A = "" + A, I !== null && I.tag === 6 ? (r(v, I.sibling), I = i(I, A), I.return = v, v = I) : (r(v, I), I = Pd(A, v.mode, O), I.return = v, v = I), a(v)) : r(v, I);
|
|
3465
3465
|
}
|
|
3466
3466
|
return R;
|
|
3467
3467
|
}
|
|
3468
|
-
var
|
|
3468
|
+
var wa = r4(!0), n4 = r4(!1), uf = Mi(null), ff = null, oa = null, cE = null;
|
|
3469
3469
|
function uE() {
|
|
3470
|
-
cE =
|
|
3470
|
+
cE = oa = ff = null;
|
|
3471
3471
|
}
|
|
3472
3472
|
function fE(e) {
|
|
3473
3473
|
var t = uf.current;
|
|
@@ -3480,15 +3480,15 @@ function zp(e, t, r) {
|
|
|
3480
3480
|
e = e.return;
|
|
3481
3481
|
}
|
|
3482
3482
|
}
|
|
3483
|
-
function
|
|
3484
|
-
ff = e, cE =
|
|
3483
|
+
function ha(e, t) {
|
|
3484
|
+
ff = e, cE = oa = null, e = e.dependencies, e !== null && e.firstContext !== null && (e.lanes & t && ($t = !0), e.firstContext = null);
|
|
3485
3485
|
}
|
|
3486
3486
|
function gr(e) {
|
|
3487
3487
|
var t = e._currentValue;
|
|
3488
|
-
if (cE !== e) if (e = { context: e, memoizedValue: t, next: null },
|
|
3488
|
+
if (cE !== e) if (e = { context: e, memoizedValue: t, next: null }, oa === null) {
|
|
3489
3489
|
if (ff === null) throw Error(V(308));
|
|
3490
|
-
|
|
3491
|
-
} else
|
|
3490
|
+
oa = e, ff.dependencies = { lanes: 0, firstContext: e };
|
|
3491
|
+
} else oa = oa.next = e;
|
|
3492
3492
|
return t;
|
|
3493
3493
|
}
|
|
3494
3494
|
var qi = null;
|
|
@@ -3632,7 +3632,7 @@ function pE(e, t) {
|
|
|
3632
3632
|
}
|
|
3633
3633
|
Ne(pn), Oe(pn, t);
|
|
3634
3634
|
}
|
|
3635
|
-
function
|
|
3635
|
+
function Pa() {
|
|
3636
3636
|
Ne(pn), Ne(Dl), Ne(Tl);
|
|
3637
3637
|
}
|
|
3638
3638
|
function a4(e) {
|
|
@@ -4044,7 +4044,7 @@ function jS(e, t, r, n, i, o, a) {
|
|
|
4044
4044
|
}
|
|
4045
4045
|
function D4(e, t, r) {
|
|
4046
4046
|
var n = !1, i = Ni, o = t.contextType;
|
|
4047
|
-
return typeof o == "object" && o !== null ? o = gr(o) : (i = kt(t) ? lo : Et.current, n = t.contextTypes, o = (n = n != null) ?
|
|
4047
|
+
return typeof o == "object" && o !== null ? o = gr(o) : (i = kt(t) ? lo : Et.current, n = t.contextTypes, o = (n = n != null) ? ya(e, i) : Ni), t = new t(r, o), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = n_, e.stateNode = t, t._reactInternals = e, n && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = i, e.__reactInternalMemoizedMaskedChildContext = o), t;
|
|
4048
4048
|
}
|
|
4049
4049
|
function BS(e, t, r, n) {
|
|
4050
4050
|
e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(r, n), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(r, n), t.state !== e && n_.enqueueReplaceState(t, t.state, null);
|
|
@@ -4053,9 +4053,9 @@ function Wp(e, t, r, n) {
|
|
|
4053
4053
|
var i = e.stateNode;
|
|
4054
4054
|
i.props = r, i.state = e.memoizedState, i.refs = {}, dE(e);
|
|
4055
4055
|
var o = t.contextType;
|
|
4056
|
-
typeof o == "object" && o !== null ? i.context = gr(o) : (o = kt(t) ? lo : Et.current, i.context =
|
|
4056
|
+
typeof o == "object" && o !== null ? i.context = gr(o) : (o = kt(t) ? lo : Et.current, i.context = ya(e, o)), i.state = e.memoizedState, o = t.getDerivedStateFromProps, typeof o == "function" && (Zp(e, t, o, r), i.state = e.memoizedState), typeof t.getDerivedStateFromProps == "function" || typeof i.getSnapshotBeforeUpdate == "function" || typeof i.UNSAFE_componentWillMount != "function" && typeof i.componentWillMount != "function" || (t = i.state, typeof i.componentWillMount == "function" && i.componentWillMount(), typeof i.UNSAFE_componentWillMount == "function" && i.UNSAFE_componentWillMount(), t !== i.state && n_.enqueueReplaceState(i, i.state, null), _f(e, r, i, n), i.state = e.memoizedState), typeof i.componentDidMount == "function" && (e.flags |= 4194308);
|
|
4057
4057
|
}
|
|
4058
|
-
function
|
|
4058
|
+
function Ma(e, t) {
|
|
4059
4059
|
try {
|
|
4060
4060
|
var r = "", n = t;
|
|
4061
4061
|
do
|
|
@@ -4129,12 +4129,12 @@ function ZS(e, t, r, n, i) {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
var UP = Bn.ReactCurrentOwner, $t = !1;
|
|
4131
4131
|
function gt(e, t, r, n) {
|
|
4132
|
-
t.child = e === null ? n4(t, null, r, n) :
|
|
4132
|
+
t.child = e === null ? n4(t, null, r, n) : wa(t, e.child, r, n);
|
|
4133
4133
|
}
|
|
4134
4134
|
function WS(e, t, r, n, i) {
|
|
4135
4135
|
r = r.render;
|
|
4136
4136
|
var o = t.ref;
|
|
4137
|
-
return
|
|
4137
|
+
return ha(t, i), n = SE(e, t, r, n, o, i), r = CE(), e !== null && !$t ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~i, kn(e, t, i)) : (Pe && r && aE(t), t.flags |= 1, gt(e, t, n, i), t.child);
|
|
4138
4138
|
}
|
|
4139
4139
|
function YS(e, t, r, n, i) {
|
|
4140
4140
|
if (e === null) {
|
|
@@ -4157,12 +4157,12 @@ function y4(e, t, r, n, i) {
|
|
|
4157
4157
|
}
|
|
4158
4158
|
function L4(e, t, r) {
|
|
4159
4159
|
var n = t.pendingProps, i = n.children, o = e !== null ? e.memoizedState : null;
|
|
4160
|
-
if (n.mode === "hidden") if (!(t.mode & 1)) t.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, Oe(
|
|
4160
|
+
if (n.mode === "hidden") if (!(t.mode & 1)) t.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, Oe(sa, Yt), Yt |= r;
|
|
4161
4161
|
else {
|
|
4162
|
-
if (!(r & 1073741824)) return e = o !== null ? o.baseLanes | r : r, t.lanes = t.childLanes = 1073741824, t.memoizedState = { baseLanes: e, cachePool: null, transitions: null }, t.updateQueue = null, Oe(
|
|
4163
|
-
t.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, n = o !== null ? o.baseLanes : r, Oe(
|
|
4162
|
+
if (!(r & 1073741824)) return e = o !== null ? o.baseLanes | r : r, t.lanes = t.childLanes = 1073741824, t.memoizedState = { baseLanes: e, cachePool: null, transitions: null }, t.updateQueue = null, Oe(sa, Yt), Yt |= e, null;
|
|
4163
|
+
t.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, n = o !== null ? o.baseLanes : r, Oe(sa, Yt), Yt |= n;
|
|
4164
4164
|
}
|
|
4165
|
-
else o !== null ? (n = o.baseLanes | r, t.memoizedState = null) : n = r, Oe(
|
|
4165
|
+
else o !== null ? (n = o.baseLanes | r, t.memoizedState = null) : n = r, Oe(sa, Yt), Yt |= n;
|
|
4166
4166
|
return gt(e, t, i, r), t.child;
|
|
4167
4167
|
}
|
|
4168
4168
|
function w4(e, t) {
|
|
@@ -4171,25 +4171,25 @@ function w4(e, t) {
|
|
|
4171
4171
|
}
|
|
4172
4172
|
function Kp(e, t, r, n, i) {
|
|
4173
4173
|
var o = kt(r) ? lo : Et.current;
|
|
4174
|
-
return o =
|
|
4174
|
+
return o = ya(t, o), ha(t, i), r = SE(e, t, r, n, o, i), n = CE(), e !== null && !$t ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~i, kn(e, t, i)) : (Pe && n && aE(t), t.flags |= 1, gt(e, t, r, i), t.child);
|
|
4175
4175
|
}
|
|
4176
4176
|
function KS(e, t, r, n, i) {
|
|
4177
4177
|
if (kt(r)) {
|
|
4178
4178
|
var o = !0;
|
|
4179
4179
|
sf(t);
|
|
4180
4180
|
} else o = !1;
|
|
4181
|
-
if (
|
|
4181
|
+
if (ha(t, i), t.stateNode === null) xu(e, t), D4(t, r, n), Wp(t, r, n, i), n = !0;
|
|
4182
4182
|
else if (e === null) {
|
|
4183
4183
|
var a = t.stateNode, l = t.memoizedProps;
|
|
4184
4184
|
a.props = l;
|
|
4185
4185
|
var f = a.context, u = r.contextType;
|
|
4186
|
-
typeof u == "object" && u !== null ? u = gr(u) : (u = kt(r) ? lo : Et.current, u =
|
|
4186
|
+
typeof u == "object" && u !== null ? u = gr(u) : (u = kt(r) ? lo : Et.current, u = ya(t, u));
|
|
4187
4187
|
var _ = r.getDerivedStateFromProps, p = typeof _ == "function" || typeof a.getSnapshotBeforeUpdate == "function";
|
|
4188
4188
|
p || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== n || f !== u) && BS(t, a, n, u), ii = !1;
|
|
4189
4189
|
var d = t.memoizedState;
|
|
4190
4190
|
a.state = d, _f(t, n, a, i), f = t.memoizedState, l !== n || d !== f || Vt.current || ii ? (typeof _ == "function" && (Zp(t, r, _, n), f = t.memoizedState), (l = ii || jS(t, r, l, n, d, f, u)) ? (p || typeof a.UNSAFE_componentWillMount != "function" && typeof a.componentWillMount != "function" || (typeof a.componentWillMount == "function" && a.componentWillMount(), typeof a.UNSAFE_componentWillMount == "function" && a.UNSAFE_componentWillMount()), typeof a.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof a.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = n, t.memoizedState = f), a.props = n, a.state = f, a.context = u, n = l) : (typeof a.componentDidMount == "function" && (t.flags |= 4194308), n = !1);
|
|
4191
4191
|
} else {
|
|
4192
|
-
a = t.stateNode, o4(e, t), l = t.memoizedProps, u = t.type === t.elementType ? l : $r(t.type, l), a.props = u, p = t.pendingProps, d = a.context, f = r.contextType, typeof f == "object" && f !== null ? f = gr(f) : (f = kt(r) ? lo : Et.current, f =
|
|
4192
|
+
a = t.stateNode, o4(e, t), l = t.memoizedProps, u = t.type === t.elementType ? l : $r(t.type, l), a.props = u, p = t.pendingProps, d = a.context, f = r.contextType, typeof f == "object" && f !== null ? f = gr(f) : (f = kt(r) ? lo : Et.current, f = ya(t, f));
|
|
4193
4193
|
var m = r.getDerivedStateFromProps;
|
|
4194
4194
|
(_ = typeof m == "function" || typeof a.getSnapshotBeforeUpdate == "function") || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== p || d !== f) && BS(t, a, n, f), ii = !1, d = t.memoizedState, a.state = d, _f(t, n, a, i);
|
|
4195
4195
|
var S = t.memoizedState;
|
|
@@ -4203,14 +4203,14 @@ function Xp(e, t, r, n, i, o) {
|
|
|
4203
4203
|
if (!n && !a) return i && xS(t, r, !1), kn(e, t, o);
|
|
4204
4204
|
n = t.stateNode, UP.current = t;
|
|
4205
4205
|
var l = a && typeof r.getDerivedStateFromError != "function" ? null : n.render();
|
|
4206
|
-
return t.flags |= 1, e !== null && a ? (t.child =
|
|
4206
|
+
return t.flags |= 1, e !== null && a ? (t.child = wa(t, e.child, null, o), t.child = wa(t, null, l, o)) : gt(e, t, l, o), t.memoizedState = n.state, i && xS(t, r, !0), t.child;
|
|
4207
4207
|
}
|
|
4208
4208
|
function P4(e) {
|
|
4209
4209
|
var t = e.stateNode;
|
|
4210
4210
|
t.pendingContext ? MS(e, t.pendingContext, t.pendingContext !== t.context) : t.context && MS(e, t.context, !1), pE(e, t.containerInfo);
|
|
4211
4211
|
}
|
|
4212
4212
|
function XS(e, t, r, n, i) {
|
|
4213
|
-
return
|
|
4213
|
+
return La(), lE(i), t.flags |= 256, gt(e, t, r, n), t.child;
|
|
4214
4214
|
}
|
|
4215
4215
|
var qp = { dehydrated: null, treeContext: null, retryLane: 0 };
|
|
4216
4216
|
function Qp(e) {
|
|
@@ -4232,11 +4232,11 @@ function gE(e, t) {
|
|
|
4232
4232
|
return t = a_({ mode: "visible", children: t }, e.mode, 0, null), t.return = e, e.child = t;
|
|
4233
4233
|
}
|
|
4234
4234
|
function Fc(e, t, r, n) {
|
|
4235
|
-
return n !== null && lE(n),
|
|
4235
|
+
return n !== null && lE(n), wa(t, e.child, null, r), e = gE(t, t.pendingProps.children), e.flags |= 2, t.memoizedState = null, e;
|
|
4236
4236
|
}
|
|
4237
4237
|
function jP(e, t, r, n, i, o, a) {
|
|
4238
4238
|
if (r)
|
|
4239
|
-
return t.flags & 256 ? (t.flags &= -257, n = Ld(Error(V(422))), Fc(e, t, a, n)) : t.memoizedState !== null ? (t.child = e.child, t.flags |= 128, null) : (o = n.fallback, i = t.mode, n = a_({ mode: "visible", children: n.children }, i, 0, null), o = io(o, i, a, null), o.flags |= 2, n.return = t, o.return = t, n.sibling = o, t.child = n, t.mode & 1 &&
|
|
4239
|
+
return t.flags & 256 ? (t.flags &= -257, n = Ld(Error(V(422))), Fc(e, t, a, n)) : t.memoizedState !== null ? (t.child = e.child, t.flags |= 128, null) : (o = n.fallback, i = t.mode, n = a_({ mode: "visible", children: n.children }, i, 0, null), o = io(o, i, a, null), o.flags |= 2, n.return = t, o.return = t, n.sibling = o, t.child = n, t.mode & 1 && wa(t, e.child, null, a), t.child.memoizedState = Qp(a), t.memoizedState = qp, o);
|
|
4240
4240
|
if (!(t.mode & 1)) return Fc(e, t, a, null);
|
|
4241
4241
|
if (i.data === "$!") {
|
|
4242
4242
|
if (n = i.nextSibling && i.nextSibling.dataset, n) var l = n.dgst;
|
|
@@ -4354,7 +4354,7 @@ function kn(e, t, r) {
|
|
|
4354
4354
|
function BP(e, t, r) {
|
|
4355
4355
|
switch (t.tag) {
|
|
4356
4356
|
case 3:
|
|
4357
|
-
P4(t),
|
|
4357
|
+
P4(t), La();
|
|
4358
4358
|
break;
|
|
4359
4359
|
case 5:
|
|
4360
4360
|
a4(t);
|
|
@@ -4449,7 +4449,7 @@ b4 = function(e, t, r, n) {
|
|
|
4449
4449
|
H4 = function(e, t, r, n) {
|
|
4450
4450
|
r !== n && (t.flags |= 4);
|
|
4451
4451
|
};
|
|
4452
|
-
function
|
|
4452
|
+
function ms(e, t) {
|
|
4453
4453
|
if (!Pe) switch (e.tailMode) {
|
|
4454
4454
|
case "hidden":
|
|
4455
4455
|
t = e.tail;
|
|
@@ -4485,7 +4485,7 @@ function GP(e, t, r) {
|
|
|
4485
4485
|
case 1:
|
|
4486
4486
|
return kt(t.type) && af(), _t(t), null;
|
|
4487
4487
|
case 3:
|
|
4488
|
-
return n = t.stateNode,
|
|
4488
|
+
return n = t.stateNode, Pa(), Ne(Vt), Ne(Et), EE(), n.pendingContext && (n.context = n.pendingContext, n.pendingContext = null), (e === null || e.child === null) && (Vc(t) ? t.flags |= 4 : e === null || e.memoizedState.isDehydrated && !(t.flags & 256) || (t.flags |= 1024, kr !== null && (sh(kr), kr = null))), Jp(e, t), _t(t), null;
|
|
4489
4489
|
case 5:
|
|
4490
4490
|
hE(t);
|
|
4491
4491
|
var i = Qi(Tl.current);
|
|
@@ -4619,7 +4619,7 @@ function GP(e, t, r) {
|
|
|
4619
4619
|
n.value != null && e.setAttribute("value", "" + Ti(n.value));
|
|
4620
4620
|
break;
|
|
4621
4621
|
case "select":
|
|
4622
|
-
e.multiple = !!n.multiple, o = n.value, o != null ?
|
|
4622
|
+
e.multiple = !!n.multiple, o = n.value, o != null ? fa(e, !!n.multiple, o, !1) : n.defaultValue != null && fa(
|
|
4623
4623
|
e,
|
|
4624
4624
|
!!n.multiple,
|
|
4625
4625
|
n.defaultValue,
|
|
@@ -4667,41 +4667,41 @@ function GP(e, t, r) {
|
|
|
4667
4667
|
return _t(t), null;
|
|
4668
4668
|
case 13:
|
|
4669
4669
|
if (Ne(Me), n = t.memoizedState, e === null || e.memoizedState !== null && e.memoizedState.dehydrated !== null) {
|
|
4670
|
-
if (Pe && Kt !== null && t.mode & 1 && !(t.flags & 128)) t4(),
|
|
4670
|
+
if (Pe && Kt !== null && t.mode & 1 && !(t.flags & 128)) t4(), La(), t.flags |= 98560, o = !1;
|
|
4671
4671
|
else if (o = Vc(t), n !== null && n.dehydrated !== null) {
|
|
4672
4672
|
if (e === null) {
|
|
4673
4673
|
if (!o) throw Error(V(318));
|
|
4674
4674
|
if (o = t.memoizedState, o = o !== null ? o.dehydrated : null, !o) throw Error(V(317));
|
|
4675
4675
|
o[an] = t;
|
|
4676
|
-
} else
|
|
4676
|
+
} else La(), !(t.flags & 128) && (t.memoizedState = null), t.flags |= 4;
|
|
4677
4677
|
_t(t), o = !1;
|
|
4678
4678
|
} else kr !== null && (sh(kr), kr = null), o = !0;
|
|
4679
4679
|
if (!o) return t.flags & 65536 ? t : null;
|
|
4680
4680
|
}
|
|
4681
4681
|
return t.flags & 128 ? (t.lanes = r, t) : (n = n !== null, n !== (e !== null && e.memoizedState !== null) && n && (t.child.flags |= 8192, t.mode & 1 && (e === null || Me.current & 1 ? Ke === 0 && (Ke = 3) : NE())), t.updateQueue !== null && (t.flags |= 4), _t(t), null);
|
|
4682
4682
|
case 4:
|
|
4683
|
-
return
|
|
4683
|
+
return Pa(), Jp(e, t), e === null && Al(t.stateNode.containerInfo), _t(t), null;
|
|
4684
4684
|
case 10:
|
|
4685
4685
|
return fE(t.type._context), _t(t), null;
|
|
4686
4686
|
case 17:
|
|
4687
4687
|
return kt(t.type) && af(), _t(t), null;
|
|
4688
4688
|
case 19:
|
|
4689
4689
|
if (Ne(Me), o = t.memoizedState, o === null) return _t(t), null;
|
|
4690
|
-
if (n = (t.flags & 128) !== 0, a = o.rendering, a === null) if (n)
|
|
4690
|
+
if (n = (t.flags & 128) !== 0, a = o.rendering, a === null) if (n) ms(o, !1);
|
|
4691
4691
|
else {
|
|
4692
4692
|
if (Ke !== 0 || e !== null && e.flags & 128) for (e = t.child; e !== null; ) {
|
|
4693
4693
|
if (a = df(e), a !== null) {
|
|
4694
|
-
for (t.flags |= 128,
|
|
4694
|
+
for (t.flags |= 128, ms(o, !1), n = a.updateQueue, n !== null && (t.updateQueue = n, t.flags |= 4), t.subtreeFlags = 0, n = r, r = t.child; r !== null; ) o = r, e = n, o.flags &= 14680066, a = o.alternate, a === null ? (o.childLanes = 0, o.lanes = e, o.child = null, o.subtreeFlags = 0, o.memoizedProps = null, o.memoizedState = null, o.updateQueue = null, o.dependencies = null, o.stateNode = null) : (o.childLanes = a.childLanes, o.lanes = a.lanes, o.child = a.child, o.subtreeFlags = 0, o.deletions = null, o.memoizedProps = a.memoizedProps, o.memoizedState = a.memoizedState, o.updateQueue = a.updateQueue, o.type = a.type, e = a.dependencies, o.dependencies = e === null ? null : { lanes: e.lanes, firstContext: e.firstContext }), r = r.sibling;
|
|
4695
4695
|
return Oe(Me, Me.current & 1 | 2), t.child;
|
|
4696
4696
|
}
|
|
4697
4697
|
e = e.sibling;
|
|
4698
4698
|
}
|
|
4699
|
-
o.tail !== null && je() >
|
|
4699
|
+
o.tail !== null && je() > xa && (t.flags |= 128, n = !0, ms(o, !1), t.lanes = 4194304);
|
|
4700
4700
|
}
|
|
4701
4701
|
else {
|
|
4702
4702
|
if (!n) if (e = df(a), e !== null) {
|
|
4703
|
-
if (t.flags |= 128, n = !0, r = e.updateQueue, r !== null && (t.updateQueue = r, t.flags |= 4),
|
|
4704
|
-
} else 2 * je() - o.renderingStartTime >
|
|
4703
|
+
if (t.flags |= 128, n = !0, r = e.updateQueue, r !== null && (t.updateQueue = r, t.flags |= 4), ms(o, !0), o.tail === null && o.tailMode === "hidden" && !a.alternate && !Pe) return _t(t), null;
|
|
4704
|
+
} else 2 * je() - o.renderingStartTime > xa && r !== 1073741824 && (t.flags |= 128, n = !0, ms(o, !1), t.lanes = 4194304);
|
|
4705
4705
|
o.isBackwards ? (a.sibling = t.child, t.child = a) : (r = o.last, r !== null ? r.sibling = a : t.child = a, o.last = a);
|
|
4706
4706
|
}
|
|
4707
4707
|
return o.tail !== null ? (t = o.tail, o.rendering = t, o.tail = t.sibling, o.renderingStartTime = je(), t.sibling = null, r = Me.current, Oe(Me, n ? r & 1 | 2 : r & 1), t) : (_t(t), null);
|
|
@@ -4720,19 +4720,19 @@ function zP(e, t) {
|
|
|
4720
4720
|
case 1:
|
|
4721
4721
|
return kt(t.type) && af(), e = t.flags, e & 65536 ? (t.flags = e & -65537 | 128, t) : null;
|
|
4722
4722
|
case 3:
|
|
4723
|
-
return
|
|
4723
|
+
return Pa(), Ne(Vt), Ne(Et), EE(), e = t.flags, e & 65536 && !(e & 128) ? (t.flags = e & -65537 | 128, t) : null;
|
|
4724
4724
|
case 5:
|
|
4725
4725
|
return hE(t), null;
|
|
4726
4726
|
case 13:
|
|
4727
4727
|
if (Ne(Me), e = t.memoizedState, e !== null && e.dehydrated !== null) {
|
|
4728
4728
|
if (t.alternate === null) throw Error(V(340));
|
|
4729
|
-
|
|
4729
|
+
La();
|
|
4730
4730
|
}
|
|
4731
4731
|
return e = t.flags, e & 65536 ? (t.flags = e & -65537 | 128, t) : null;
|
|
4732
4732
|
case 19:
|
|
4733
4733
|
return Ne(Me), null;
|
|
4734
4734
|
case 4:
|
|
4735
|
-
return
|
|
4735
|
+
return Pa(), null;
|
|
4736
4736
|
case 10:
|
|
4737
4737
|
return fE(t.type._context), null;
|
|
4738
4738
|
case 22:
|
|
@@ -4745,7 +4745,7 @@ function zP(e, t) {
|
|
|
4745
4745
|
}
|
|
4746
4746
|
}
|
|
4747
4747
|
var Uc = !1, pt = !1, ZP = typeof WeakSet == "function" ? WeakSet : Set, j = null;
|
|
4748
|
-
function
|
|
4748
|
+
function aa(e, t) {
|
|
4749
4749
|
var r = e.ref;
|
|
4750
4750
|
if (r !== null) if (typeof r == "function") try {
|
|
4751
4751
|
r(null);
|
|
@@ -4913,7 +4913,7 @@ function F4(e, t, r) {
|
|
|
4913
4913
|
}
|
|
4914
4914
|
switch (r.tag) {
|
|
4915
4915
|
case 5:
|
|
4916
|
-
pt ||
|
|
4916
|
+
pt || aa(r, t);
|
|
4917
4917
|
case 6:
|
|
4918
4918
|
var n = at, i = br;
|
|
4919
4919
|
at = null, Wn(e, t, r), at = n, br = i, at !== null && (br ? (e = at, r = r.stateNode, e.nodeType === 8 ? e.parentNode.removeChild(r) : e.removeChild(r)) : at.removeChild(r.stateNode));
|
|
@@ -4938,7 +4938,7 @@ function F4(e, t, r) {
|
|
|
4938
4938
|
Wn(e, t, r);
|
|
4939
4939
|
break;
|
|
4940
4940
|
case 1:
|
|
4941
|
-
if (!pt && (
|
|
4941
|
+
if (!pt && (aa(r, t), n = r.stateNode, typeof n.componentWillUnmount == "function")) try {
|
|
4942
4942
|
n.props = r.memoizedProps, n.state = r.memoizedState, n.componentWillUnmount();
|
|
4943
4943
|
} catch (l) {
|
|
4944
4944
|
Ve(r, t, l);
|
|
@@ -5017,10 +5017,10 @@ function U4(e, t) {
|
|
|
5017
5017
|
}
|
|
5018
5018
|
break;
|
|
5019
5019
|
case 1:
|
|
5020
|
-
Pr(t, e), qr(e), n & 512 && r !== null &&
|
|
5020
|
+
Pr(t, e), qr(e), n & 512 && r !== null && aa(r, r.return);
|
|
5021
5021
|
break;
|
|
5022
5022
|
case 5:
|
|
5023
|
-
if (Pr(t, e), qr(e), n & 512 && r !== null &&
|
|
5023
|
+
if (Pr(t, e), qr(e), n & 512 && r !== null && aa(r, r.return), e.flags & 32) {
|
|
5024
5024
|
var i = e.stateNode;
|
|
5025
5025
|
try {
|
|
5026
5026
|
El(i, "");
|
|
@@ -5048,12 +5048,12 @@ function U4(e, t) {
|
|
|
5048
5048
|
var d = i._wrapperState.wasMultiple;
|
|
5049
5049
|
i._wrapperState.wasMultiple = !!o.multiple;
|
|
5050
5050
|
var m = o.value;
|
|
5051
|
-
m != null ?
|
|
5051
|
+
m != null ? fa(i, !!o.multiple, m, !1) : d !== !!o.multiple && (o.defaultValue != null ? fa(
|
|
5052
5052
|
i,
|
|
5053
5053
|
!!o.multiple,
|
|
5054
5054
|
o.defaultValue,
|
|
5055
5055
|
!0
|
|
5056
|
-
) :
|
|
5056
|
+
) : fa(i, !!o.multiple, o.multiple ? [] : "", !1));
|
|
5057
5057
|
}
|
|
5058
5058
|
i[Ol] = o;
|
|
5059
5059
|
} catch (C) {
|
|
@@ -5097,7 +5097,7 @@ function U4(e, t) {
|
|
|
5097
5097
|
el(4, d, d.return);
|
|
5098
5098
|
break;
|
|
5099
5099
|
case 1:
|
|
5100
|
-
|
|
5100
|
+
aa(d, d.return);
|
|
5101
5101
|
var S = d.stateNode;
|
|
5102
5102
|
if (typeof S.componentWillUnmount == "function") {
|
|
5103
5103
|
n = d, r = d.return;
|
|
@@ -5109,7 +5109,7 @@ function U4(e, t) {
|
|
|
5109
5109
|
}
|
|
5110
5110
|
break;
|
|
5111
5111
|
case 5:
|
|
5112
|
-
|
|
5112
|
+
aa(d, d.return);
|
|
5113
5113
|
break;
|
|
5114
5114
|
case 22:
|
|
5115
5115
|
if (d.memoizedState !== null) {
|
|
@@ -5384,7 +5384,7 @@ function n0(e) {
|
|
|
5384
5384
|
j = t.return;
|
|
5385
5385
|
}
|
|
5386
5386
|
}
|
|
5387
|
-
var KP = Math.ceil, Ef = Bn.ReactCurrentDispatcher, AE = Bn.ReactCurrentOwner, Cr = Bn.ReactCurrentBatchConfig, de = 0, nt = null, ze = null, lt = 0, Yt = 0,
|
|
5387
|
+
var KP = Math.ceil, Ef = Bn.ReactCurrentDispatcher, AE = Bn.ReactCurrentOwner, Cr = Bn.ReactCurrentBatchConfig, de = 0, nt = null, ze = null, lt = 0, Yt = 0, sa = Mi(0), Ke = 0, wl = null, fo = 0, o_ = 0, RE = 0, tl = null, Pt = null, OE = 0, xa = 1 / 0, Tn = null, mf = !1, ih = null, Ii = null, jc = !1, ci = null, Sf = 0, rl = 0, oh = null, $u = -1, bu = 0;
|
|
5388
5388
|
function Ot() {
|
|
5389
5389
|
return de & 6 ? je() : $u !== -1 ? $u : $u = je();
|
|
5390
5390
|
}
|
|
@@ -5393,7 +5393,7 @@ function gi(e) {
|
|
|
5393
5393
|
}
|
|
5394
5394
|
function Br(e, t, r, n) {
|
|
5395
5395
|
if (50 < rl) throw rl = 0, oh = null, Error(V(185));
|
|
5396
|
-
Jl(e, r, n), (!(de & 2) || e !== nt) && (e === nt && (!(de & 2) && (o_ |= r), Ke === 4 && ai(e, lt)), Ft(e, n), r === 1 && de === 0 && !(t.mode & 1) && (
|
|
5396
|
+
Jl(e, r, n), (!(de & 2) || e !== nt) && (e === nt && (!(de & 2) && (o_ |= r), Ke === 4 && ai(e, lt)), Ft(e, n), r === 1 && de === 0 && !(t.mode & 1) && (xa = je() + 500, t_ && xi()));
|
|
5397
5397
|
}
|
|
5398
5398
|
function Ft(e, t) {
|
|
5399
5399
|
var r = e.callbackNode;
|
|
@@ -5429,7 +5429,7 @@ function Ft(e, t) {
|
|
|
5429
5429
|
function B4(e, t) {
|
|
5430
5430
|
if ($u = -1, bu = 0, de & 6) throw Error(V(327));
|
|
5431
5431
|
var r = e.callbackNode;
|
|
5432
|
-
if (
|
|
5432
|
+
if (Ea() && e.callbackNode !== r) return null;
|
|
5433
5433
|
var n = ef(e, e === nt ? lt : 0);
|
|
5434
5434
|
if (n === 0) return null;
|
|
5435
5435
|
if (n & 30 || n & e.expiredLanes || t) t = Cf(e, n);
|
|
@@ -5438,7 +5438,7 @@ function B4(e, t) {
|
|
|
5438
5438
|
var i = de;
|
|
5439
5439
|
de |= 2;
|
|
5440
5440
|
var o = z4();
|
|
5441
|
-
(nt !== e || lt !== t) && (Tn = null,
|
|
5441
|
+
(nt !== e || lt !== t) && (Tn = null, xa = je() + 500, no(e, t));
|
|
5442
5442
|
do
|
|
5443
5443
|
try {
|
|
5444
5444
|
QP();
|
|
@@ -5536,7 +5536,7 @@ function ai(e, t) {
|
|
|
5536
5536
|
}
|
|
5537
5537
|
function i0(e) {
|
|
5538
5538
|
if (de & 6) throw Error(V(327));
|
|
5539
|
-
|
|
5539
|
+
Ea();
|
|
5540
5540
|
var t = ef(e, 0);
|
|
5541
5541
|
if (!(t & 1)) return Ft(e, je()), null;
|
|
5542
5542
|
var r = Cf(e, t);
|
|
@@ -5554,11 +5554,11 @@ function DE(e, t) {
|
|
|
5554
5554
|
try {
|
|
5555
5555
|
return e(t);
|
|
5556
5556
|
} finally {
|
|
5557
|
-
de = r, de === 0 && (
|
|
5557
|
+
de = r, de === 0 && (xa = je() + 500, t_ && xi());
|
|
5558
5558
|
}
|
|
5559
5559
|
}
|
|
5560
5560
|
function _o(e) {
|
|
5561
|
-
ci !== null && ci.tag === 0 && !(de & 6) &&
|
|
5561
|
+
ci !== null && ci.tag === 0 && !(de & 6) && Ea();
|
|
5562
5562
|
var t = de;
|
|
5563
5563
|
de |= 1;
|
|
5564
5564
|
var r = Cr.transition, n = Ce;
|
|
@@ -5569,7 +5569,7 @@ function _o(e) {
|
|
|
5569
5569
|
}
|
|
5570
5570
|
}
|
|
5571
5571
|
function TE() {
|
|
5572
|
-
Yt =
|
|
5572
|
+
Yt = sa.current, Ne(sa);
|
|
5573
5573
|
}
|
|
5574
5574
|
function no(e, t) {
|
|
5575
5575
|
e.finishedWork = null, e.finishedLanes = 0;
|
|
@@ -5581,13 +5581,13 @@ function no(e, t) {
|
|
|
5581
5581
|
n = n.type.childContextTypes, n != null && af();
|
|
5582
5582
|
break;
|
|
5583
5583
|
case 3:
|
|
5584
|
-
|
|
5584
|
+
Pa(), Ne(Vt), Ne(Et), EE();
|
|
5585
5585
|
break;
|
|
5586
5586
|
case 5:
|
|
5587
5587
|
hE(n);
|
|
5588
5588
|
break;
|
|
5589
5589
|
case 4:
|
|
5590
|
-
|
|
5590
|
+
Pa();
|
|
5591
5591
|
break;
|
|
5592
5592
|
case 13:
|
|
5593
5593
|
Ne(Me);
|
|
@@ -5660,11 +5660,11 @@ function G4(e, t) {
|
|
|
5660
5660
|
} else if (Pe && l.mode & 1) {
|
|
5661
5661
|
var R = zS(a);
|
|
5662
5662
|
if (R !== null) {
|
|
5663
|
-
!(R.flags & 65536) && (R.flags |= 256), ZS(R, a, l, o, t), lE(
|
|
5663
|
+
!(R.flags & 65536) && (R.flags |= 256), ZS(R, a, l, o, t), lE(Ma(f, l));
|
|
5664
5664
|
break e;
|
|
5665
5665
|
}
|
|
5666
5666
|
}
|
|
5667
|
-
o = f =
|
|
5667
|
+
o = f = Ma(f, l), Ke !== 4 && (Ke = 2), tl === null ? tl = [o] : tl.push(o), o = a;
|
|
5668
5668
|
do {
|
|
5669
5669
|
switch (o.tag) {
|
|
5670
5670
|
case 3:
|
|
@@ -5763,7 +5763,7 @@ function Yi(e, t, r) {
|
|
|
5763
5763
|
}
|
|
5764
5764
|
function JP(e, t, r, n) {
|
|
5765
5765
|
do
|
|
5766
|
-
|
|
5766
|
+
Ea();
|
|
5767
5767
|
while (ci !== null);
|
|
5768
5768
|
if (de & 6) throw Error(V(327));
|
|
5769
5769
|
r = e.finishedWork;
|
|
@@ -5773,7 +5773,7 @@ function JP(e, t, r, n) {
|
|
|
5773
5773
|
e.callbackNode = null, e.callbackPriority = 0;
|
|
5774
5774
|
var o = r.lanes | r.childLanes;
|
|
5775
5775
|
if (Mw(e, o), e === nt && (ze = nt = null, lt = 0), !(r.subtreeFlags & 2064) && !(r.flags & 2064) || jc || (jc = !0, X4(Ju, function() {
|
|
5776
|
-
return
|
|
5776
|
+
return Ea(), null;
|
|
5777
5777
|
})), o = (r.flags & 15990) !== 0, r.subtreeFlags & 15990 || o) {
|
|
5778
5778
|
o = Cr.transition, Cr.transition = null;
|
|
5779
5779
|
var a = Ce;
|
|
@@ -5783,9 +5783,9 @@ function JP(e, t, r, n) {
|
|
|
5783
5783
|
} else e.current = r;
|
|
5784
5784
|
if (jc && (jc = !1, ci = e, Sf = i), o = e.pendingLanes, o === 0 && (Ii = null), Tw(r.stateNode), Ft(e, je()), t !== null) for (n = e.onRecoverableError, r = 0; r < t.length; r++) i = t[r], n(i.value, { componentStack: i.stack, digest: i.digest });
|
|
5785
5785
|
if (mf) throw mf = !1, e = ih, ih = null, e;
|
|
5786
|
-
return Sf & 1 && e.tag !== 0 &&
|
|
5786
|
+
return Sf & 1 && e.tag !== 0 && Ea(), o = e.pendingLanes, o & 1 ? e === oh ? rl++ : (rl = 0, oh = e) : rl = 0, xi(), null;
|
|
5787
5787
|
}
|
|
5788
|
-
function
|
|
5788
|
+
function Ea() {
|
|
5789
5789
|
if (ci !== null) {
|
|
5790
5790
|
var e = Tg(Sf), t = Cr.transition, r = Ce;
|
|
5791
5791
|
try {
|
|
@@ -5897,7 +5897,7 @@ function ma() {
|
|
|
5897
5897
|
return !1;
|
|
5898
5898
|
}
|
|
5899
5899
|
function o0(e, t, r) {
|
|
5900
|
-
t =
|
|
5900
|
+
t = Ma(r, t), t = T4(e, t, 1), e = vi(e, t, 1), t = Ot(), e !== null && (Jl(e, 1, t), Ft(e, t));
|
|
5901
5901
|
}
|
|
5902
5902
|
function Ve(e, t, r) {
|
|
5903
5903
|
if (e.tag === 3) o0(e, e, r);
|
|
@@ -5908,7 +5908,7 @@ function Ve(e, t, r) {
|
|
|
5908
5908
|
} else if (t.tag === 1) {
|
|
5909
5909
|
var n = t.stateNode;
|
|
5910
5910
|
if (typeof t.type.getDerivedStateFromError == "function" || typeof n.componentDidCatch == "function" && (Ii === null || !Ii.has(n))) {
|
|
5911
|
-
e =
|
|
5911
|
+
e = Ma(r, e), e = N4(t, e, 1), t = vi(t, e, 1), e = Ot(), t !== null && (Jl(t, 1, e), Ft(t, e));
|
|
5912
5912
|
break;
|
|
5913
5913
|
}
|
|
5914
5914
|
}
|
|
@@ -5955,8 +5955,8 @@ K4 = function(e, t, r) {
|
|
|
5955
5955
|
case 2:
|
|
5956
5956
|
var n = t.type;
|
|
5957
5957
|
xu(e, t), e = t.pendingProps;
|
|
5958
|
-
var i =
|
|
5959
|
-
|
|
5958
|
+
var i = ya(t, Et.current);
|
|
5959
|
+
ha(t, r), i = SE(null, t, n, e, i, r);
|
|
5960
5960
|
var o = CE();
|
|
5961
5961
|
return t.flags |= 1, typeof i == "object" && i !== null && typeof i.render == "function" && i.$$typeof === void 0 ? (t.tag = 1, t.memoizedState = null, t.updateQueue = null, kt(n) ? (o = !0, sf(t)) : o = !1, t.memoizedState = i.state !== null && i.state !== void 0 ? i.state : null, dE(t), i.updater = n_, t.stateNode = i, i._reactInternals = t, Wp(t, n, e, r), t = Xp(null, t, n, !0, o, r)) : (t.tag = 0, Pe && o && aE(t), gt(null, t, i, r), t = t.child), t;
|
|
5962
5962
|
case 16:
|
|
@@ -5993,14 +5993,14 @@ K4 = function(e, t, r) {
|
|
|
5993
5993
|
n = t.pendingProps, o = t.memoizedState, i = o.element, o4(e, t), _f(t, n, null, r);
|
|
5994
5994
|
var a = t.memoizedState;
|
|
5995
5995
|
if (n = a.element, o.isDehydrated) if (o = { element: n, isDehydrated: !1, cache: a.cache, pendingSuspenseBoundaries: a.pendingSuspenseBoundaries, transitions: a.transitions }, t.updateQueue.baseState = o, t.memoizedState = o, t.flags & 256) {
|
|
5996
|
-
i =
|
|
5996
|
+
i = Ma(Error(V(423)), t), t = XS(e, t, n, r, i);
|
|
5997
5997
|
break e;
|
|
5998
5998
|
} else if (n !== i) {
|
|
5999
|
-
i =
|
|
5999
|
+
i = Ma(Error(V(424)), t), t = XS(e, t, n, r, i);
|
|
6000
6000
|
break e;
|
|
6001
6001
|
} else for (Kt = Ci(t.stateNode.containerInfo.firstChild), qt = t, Pe = !0, kr = null, r = n4(t, null, n, r), t.child = r; r; ) r.flags = r.flags & -3 | 4096, r = r.sibling;
|
|
6002
6002
|
else {
|
|
6003
|
-
if (
|
|
6003
|
+
if (La(), n === i) {
|
|
6004
6004
|
t = kn(e, t, r);
|
|
6005
6005
|
break e;
|
|
6006
6006
|
}
|
|
@@ -6016,7 +6016,7 @@ K4 = function(e, t, r) {
|
|
|
6016
6016
|
case 13:
|
|
6017
6017
|
return M4(e, t, r);
|
|
6018
6018
|
case 4:
|
|
6019
|
-
return pE(t, t.stateNode.containerInfo), n = t.pendingProps, e === null ? t.child =
|
|
6019
|
+
return pE(t, t.stateNode.containerInfo), n = t.pendingProps, e === null ? t.child = wa(t, null, n, r) : gt(e, t, n, r), t.child;
|
|
6020
6020
|
case 11:
|
|
6021
6021
|
return n = t.type, i = t.pendingProps, i = t.elementType === n ? i : $r(n, i), WS(e, t, n, i, r);
|
|
6022
6022
|
case 7:
|
|
@@ -6079,13 +6079,13 @@ K4 = function(e, t, r) {
|
|
|
6079
6079
|
}
|
|
6080
6080
|
return t;
|
|
6081
6081
|
case 9:
|
|
6082
|
-
return i = t.type, n = t.pendingProps.children,
|
|
6082
|
+
return i = t.type, n = t.pendingProps.children, ha(t, r), i = gr(i), n = n(i), t.flags |= 1, gt(e, t, n, r), t.child;
|
|
6083
6083
|
case 14:
|
|
6084
6084
|
return n = t.type, i = $r(n, t.pendingProps), i = $r(n.type, i), YS(e, t, n, i, r);
|
|
6085
6085
|
case 15:
|
|
6086
6086
|
return y4(e, t, t.type, t.pendingProps, r);
|
|
6087
6087
|
case 17:
|
|
6088
|
-
return n = t.type, i = t.pendingProps, i = t.elementType === n ? i : $r(n, i), xu(e, t), t.tag = 1, kt(n) ? (e = !0, sf(t)) : e = !1,
|
|
6088
|
+
return n = t.type, i = t.pendingProps, i = t.elementType === n ? i : $r(n, i), xu(e, t), t.tag = 1, kt(n) ? (e = !0, sf(t)) : e = !1, ha(t, r), D4(t, n, i), Wp(t, n, i, r), Xp(null, t, n, !0, e, r);
|
|
6089
6089
|
case 19:
|
|
6090
6090
|
return x4(e, t, r);
|
|
6091
6091
|
case 22:
|
|
@@ -6122,7 +6122,7 @@ function Hu(e, t, r, n, i, o) {
|
|
|
6122
6122
|
if (n = e, typeof e == "function") yE(e) && (a = 1);
|
|
6123
6123
|
else if (typeof e == "string") a = 5;
|
|
6124
6124
|
else e: switch (e) {
|
|
6125
|
-
case
|
|
6125
|
+
case qo:
|
|
6126
6126
|
return io(r.children, i, o, t);
|
|
6127
6127
|
case W2:
|
|
6128
6128
|
a = 8, i |= 8;
|
|
@@ -6177,7 +6177,7 @@ function LE(e, t, r, n, i, o, a, l, f) {
|
|
|
6177
6177
|
}
|
|
6178
6178
|
function aM(e, t, r) {
|
|
6179
6179
|
var n = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
6180
|
-
return { $$typeof:
|
|
6180
|
+
return { $$typeof: Xo, key: n == null ? null : "" + n, children: e, containerInfo: t, implementation: r };
|
|
6181
6181
|
}
|
|
6182
6182
|
function q4(e) {
|
|
6183
6183
|
if (!e) return Ni;
|
|
@@ -6320,7 +6320,7 @@ Ng = function(e) {
|
|
|
6320
6320
|
var t = e.stateNode;
|
|
6321
6321
|
if (t.current.memoizedState.isDehydrated) {
|
|
6322
6322
|
var r = Hs(t.pendingLanes);
|
|
6323
|
-
r !== 0 && (Q2(t, r | 1), Ft(t, je()), !(de & 6) && (
|
|
6323
|
+
r !== 0 && (Q2(t, r | 1), Ft(t, je()), !(de & 6) && (xa = je() + 500, xi()));
|
|
6324
6324
|
}
|
|
6325
6325
|
break;
|
|
6326
6326
|
case 13:
|
|
@@ -6383,14 +6383,14 @@ yp = function(e, t, r) {
|
|
|
6383
6383
|
ug(e, r);
|
|
6384
6384
|
break;
|
|
6385
6385
|
case "select":
|
|
6386
|
-
t = r.value, t != null &&
|
|
6386
|
+
t = r.value, t != null && fa(e, !!r.multiple, t, !1);
|
|
6387
6387
|
}
|
|
6388
6388
|
};
|
|
6389
6389
|
mg = DE;
|
|
6390
6390
|
Sg = _o;
|
|
6391
|
-
var cM = { usingClientEntryPoint: !1, Events: [tc,
|
|
6391
|
+
var cM = { usingClientEntryPoint: !1, Events: [tc, ta, e_, hg, Eg, DE] }, Ss = { findFiberByHostInstance: Xi, bundleType: 0, version: "18.3.1", rendererPackageName: "react-dom" }, uM = { bundleType: Ss.bundleType, version: Ss.version, rendererPackageName: Ss.rendererPackageName, rendererConfig: Ss.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: Bn.ReactCurrentDispatcher, findHostInstanceByFiber: function(e) {
|
|
6392
6392
|
return e = Ig(e), e === null ? null : e.stateNode;
|
|
6393
|
-
}, findFiberByHostInstance:
|
|
6393
|
+
}, findFiberByHostInstance: Ss.findFiberByHostInstance || sM, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
6394
6394
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ != "undefined") {
|
|
6395
6395
|
var Bc = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
6396
6396
|
if (!Bc.isDisabled && Bc.supportsFiber) try {
|
|
@@ -6475,7 +6475,7 @@ var fM = Li, _M = ce, $E = function(e) {
|
|
|
6475
6475
|
}, hM = Zl, EM = TypeError, f_ = function(e, t) {
|
|
6476
6476
|
if (hM(t, e)) return e;
|
|
6477
6477
|
throw new EM("Incorrect invocation");
|
|
6478
|
-
}, mM = Cn, SM =
|
|
6478
|
+
}, mM = Cn, SM = Ga, CM = RangeError, bE = function(e) {
|
|
6479
6479
|
if (e === void 0) return 0;
|
|
6480
6480
|
var t = mM(e), r = SM(t);
|
|
6481
6481
|
if (t !== r) throw new CM("Wrong length or index");
|
|
@@ -6519,7 +6519,7 @@ var fM = Li, _M = ce, $E = function(e) {
|
|
|
6519
6519
|
}, VM = Or, f0 = A2, kM = tr, o7 = function(t) {
|
|
6520
6520
|
for (var r = VM(this), n = kM(r), i = arguments.length, o = f0(i > 1 ? arguments[1] : void 0, n), a = i > 2 ? arguments[2] : void 0, l = a === void 0 ? n : f0(a, n); l > o; ) r[o++] = t;
|
|
6521
6521
|
return r;
|
|
6522
|
-
}, __ = Ie, HE = ce, xd = be, FM = r7, a7 = Zf, UM = Wr, jM = $i, _0 = n7, $d = he, zc = f_, BM = Cn, GM =
|
|
6522
|
+
}, __ = Ie, HE = ce, xd = be, FM = r7, a7 = Zf, UM = Wr, jM = $i, _0 = n7, $d = he, zc = f_, BM = Cn, GM = Ga, If = bE, zM = yM, s7 = HM, ZM = Wf, d0 = Za, WM = o7, YM = Kf, KM = U2, XM = P2, l7 = za, VE = jn, qM = a7.PROPER, p0 = a7.CONFIGURABLE, ma = "ArrayBuffer", d_ = "DataView", Sa = "prototype", QM = "Wrong length", c7 = "Wrong index", h0 = VE.getterFor(ma), nl = VE.getterFor(d_), E0 = VE.set, xr = __[ma], Wt = xr, yo = Wt && Wt[Sa], on = __[d_], Ui = on && on[Sa], m0 = Object.prototype, JM = __.Array, gf = __.RangeError, ex = HE(WM), tx = HE([].reverse), u7 = s7.pack, S0 = s7.unpack, C0 = function(e) {
|
|
6523
6523
|
return [e & 255];
|
|
6524
6524
|
}, v0 = function(e) {
|
|
6525
6525
|
return [e & 255, e >> 8 & 255];
|
|
@@ -6532,7 +6532,7 @@ var fM = Li, _M = ce, $E = function(e) {
|
|
|
6532
6532
|
}, nx = function(e) {
|
|
6533
6533
|
return u7(e, 52, 8);
|
|
6534
6534
|
}, Zc = function(e, t, r) {
|
|
6535
|
-
jM(e[
|
|
6535
|
+
jM(e[Sa], t, {
|
|
6536
6536
|
configurable: !0,
|
|
6537
6537
|
get: function() {
|
|
6538
6538
|
return r(this)[t];
|
|
@@ -6553,11 +6553,11 @@ if (!FM)
|
|
|
6553
6553
|
zc(this, yo);
|
|
6554
6554
|
var r = If(t);
|
|
6555
6555
|
E0(this, {
|
|
6556
|
-
type:
|
|
6556
|
+
type: ma,
|
|
6557
6557
|
bytes: ex(JM(r), 0),
|
|
6558
6558
|
byteLength: r
|
|
6559
6559
|
}), xd || (this.byteLength = r, this.detached = !1);
|
|
6560
|
-
}, yo = Wt[
|
|
6560
|
+
}, yo = Wt[Sa], on = function(t, r, n) {
|
|
6561
6561
|
zc(this, Ui), zc(t, yo);
|
|
6562
6562
|
var i = h0(t), o = i.byteLength, a = BM(r);
|
|
6563
6563
|
if (a < 0 || a > o) throw new gf("Wrong offset");
|
|
@@ -6569,7 +6569,7 @@ if (!FM)
|
|
|
6569
6569
|
byteOffset: a,
|
|
6570
6570
|
bytes: i.bytes
|
|
6571
6571
|
}), xd || (this.buffer = t, this.byteLength = n, this.byteOffset = a);
|
|
6572
|
-
}, Ui = on[
|
|
6572
|
+
}, Ui = on[Sa], xd && (Zc(Wt, "byteLength", h0), Zc(on, "buffer", nl), Zc(on, "byteLength", nl), Zc(on, "byteOffset", nl)), _0(Ui, {
|
|
6573
6573
|
getInt8: function(t) {
|
|
6574
6574
|
return Yn(this, 1, t)[0] << 24 >> 24;
|
|
6575
6575
|
},
|
|
@@ -6622,7 +6622,7 @@ if (!FM)
|
|
|
6622
6622
|
}
|
|
6623
6623
|
});
|
|
6624
6624
|
else {
|
|
6625
|
-
var A0 = qM && xr.name !==
|
|
6625
|
+
var A0 = qM && xr.name !== ma;
|
|
6626
6626
|
!$d(function() {
|
|
6627
6627
|
xr(1);
|
|
6628
6628
|
}) || !$d(function() {
|
|
@@ -6631,7 +6631,7 @@ else {
|
|
|
6631
6631
|
return new xr(), new xr(1.5), new xr(NaN), xr.length !== 1 || A0 && !p0;
|
|
6632
6632
|
}) ? (Wt = function(t) {
|
|
6633
6633
|
return zc(this, yo), KM(new xr(If(t)), this, Wt);
|
|
6634
|
-
}, Wt[
|
|
6634
|
+
}, Wt[Sa] = yo, yo.constructor = Wt, XM(Wt, xr)) : A0 && p0 && UM(xr, "name", ma), d0 && ZM(Ui) !== m0 && d0(Ui, m0);
|
|
6635
6635
|
var Wc = new on(new Wt(2)), R0 = HE(Ui.setInt8);
|
|
6636
6636
|
Wc.setInt8(0, 2147483648), Wc.setInt8(1, 2147483649), (Wc.getInt8(0) || !Wc.getInt8(1)) && _0(Ui, {
|
|
6637
6637
|
setInt8: function(t, r) {
|
|
@@ -6642,13 +6642,13 @@ else {
|
|
|
6642
6642
|
}
|
|
6643
6643
|
}, { unsafe: !0 });
|
|
6644
6644
|
}
|
|
6645
|
-
l7(Wt,
|
|
6645
|
+
l7(Wt, ma);
|
|
6646
6646
|
l7(on, d_);
|
|
6647
6647
|
var f7 = {
|
|
6648
6648
|
ArrayBuffer: Wt,
|
|
6649
6649
|
DataView: on
|
|
6650
6650
|
}, ix = ce, ox = he, _7 = Fe, ax = wi, sx = mo, lx = vI, d7 = function() {
|
|
6651
|
-
}, p7 = sx("Reflect", "construct"), kE = /^\s*(?:class|function)\b/, cx = ix(kE.exec), ux = !kE.test(d7),
|
|
6651
|
+
}, p7 = sx("Reflect", "construct"), kE = /^\s*(?:class|function)\b/, cx = ix(kE.exec), ux = !kE.test(d7), Cs = function(t) {
|
|
6652
6652
|
if (!_7(t)) return !1;
|
|
6653
6653
|
try {
|
|
6654
6654
|
return p7(d7, [], t), !0;
|
|
@@ -6672,16 +6672,16 @@ var f7 = {
|
|
|
6672
6672
|
h7.sham = !0;
|
|
6673
6673
|
var FE = !p7 || ox(function() {
|
|
6674
6674
|
var e;
|
|
6675
|
-
return
|
|
6675
|
+
return Cs(Cs.call) || !Cs(Object) || !Cs(function() {
|
|
6676
6676
|
e = !0;
|
|
6677
6677
|
}) || e;
|
|
6678
|
-
}) ? h7 :
|
|
6678
|
+
}) ? h7 : Cs, fx = FE, _x = Wl, dx = TypeError, E7 = function(e) {
|
|
6679
6679
|
if (fx(e)) return e;
|
|
6680
6680
|
throw new dx(_x(e) + " is not a constructor");
|
|
6681
6681
|
}, O0 = er, px = E7, hx = Gl, Ex = qe, mx = Ex("species"), Sx = function(e, t) {
|
|
6682
6682
|
var r = O0(e).constructor, n;
|
|
6683
6683
|
return r === void 0 || hx(n = O0(r)[mx]) ? t : px(n);
|
|
6684
|
-
}, Cx = Bt, UE = $E, vx = he, m7 = f7, D0 = er, T0 = A2, Ix =
|
|
6684
|
+
}, Cx = Bt, UE = $E, vx = he, m7 = f7, D0 = er, T0 = A2, Ix = Ga, gx = Sx, jE = m7.ArrayBuffer, lh = m7.DataView, S7 = lh.prototype, N0 = UE(jE.prototype.slice), Ax = UE(S7.getUint8), Rx = UE(S7.setUint8), Ox = vx(function() {
|
|
6685
6685
|
return !new jE(2).slice(1, void 0).byteLength;
|
|
6686
6686
|
});
|
|
6687
6687
|
Cx({ target: "ArrayBuffer", proto: !0, unsafe: !0, forced: Ox }, {
|
|
@@ -6791,7 +6791,7 @@ var u$ = function(e, t) {
|
|
|
6791
6791
|
} catch (i) {
|
|
6792
6792
|
}
|
|
6793
6793
|
return r;
|
|
6794
|
-
}, f$ = r7, WE = be, Dt = Ie, y7 = Fe, h_ = Tt, yi = jt, YE = wi, _$ = Wl, d$ = Wr, _h = vn, p$ = $i, h$ = Zl, E_ = Wf,
|
|
6794
|
+
}, f$ = r7, WE = be, Dt = Ie, y7 = Fe, h_ = Tt, yi = jt, YE = wi, _$ = Wl, d$ = Wr, _h = vn, p$ = $i, h$ = Zl, E_ = Wf, Xa = Za, E$ = qe, m$ = v2, L7 = jn, w7 = L7.enforce, S$ = L7.get, Af = Dt.Int8Array, dh = Af && Af.prototype, k0 = Dt.Uint8ClampedArray, F0 = k0 && k0.prototype, un = Af && E_(Af), Ur = dh && E_(dh), C$ = Object.prototype, KE = Dt.TypeError, U0 = E$("toStringTag"), ph = m$("TYPED_ARRAY_TAG"), Rf = "TypedArrayConstructor", Fn = f$ && !!Xa && YE(Dt.opera) !== "Opera", P7 = !1, bt, ui, Ca, Un = {
|
|
6795
6795
|
Int8Array: 1,
|
|
6796
6796
|
Uint8Array: 1,
|
|
6797
6797
|
Uint8ClampedArray: 1,
|
|
@@ -6822,7 +6822,7 @@ var u$ = function(e, t) {
|
|
|
6822
6822
|
if (x7(e)) return e;
|
|
6823
6823
|
throw new KE("Target is not a typed array");
|
|
6824
6824
|
}, g$ = function(e) {
|
|
6825
|
-
if (y7(e) && (!
|
|
6825
|
+
if (y7(e) && (!Xa || h$(un, e))) return e;
|
|
6826
6826
|
throw new KE(_$(e) + " is not a typed array constructor");
|
|
6827
6827
|
}, A$ = function(e, t, r, n) {
|
|
6828
6828
|
if (WE) {
|
|
@@ -6842,7 +6842,7 @@ var u$ = function(e, t) {
|
|
|
6842
6842
|
}, R$ = function(e, t, r) {
|
|
6843
6843
|
var n, i;
|
|
6844
6844
|
if (WE) {
|
|
6845
|
-
if (
|
|
6845
|
+
if (Xa) {
|
|
6846
6846
|
if (r) {
|
|
6847
6847
|
for (n in Un)
|
|
6848
6848
|
if (i = Dt[n], i && yi(i, e)) try {
|
|
@@ -6862,18 +6862,18 @@ var u$ = function(e, t) {
|
|
|
6862
6862
|
}
|
|
6863
6863
|
};
|
|
6864
6864
|
for (bt in Un)
|
|
6865
|
-
ui = Dt[bt],
|
|
6865
|
+
ui = Dt[bt], Ca = ui && ui.prototype, Ca ? w7(Ca)[Rf] = ui : Fn = !1;
|
|
6866
6866
|
for (bt in XE)
|
|
6867
|
-
ui = Dt[bt],
|
|
6867
|
+
ui = Dt[bt], Ca = ui && ui.prototype, Ca && (w7(Ca)[Rf] = ui);
|
|
6868
6868
|
if ((!Fn || !y7(un) || un === Function.prototype) && (un = function() {
|
|
6869
6869
|
throw new KE("Incorrect invocation");
|
|
6870
6870
|
}, Fn))
|
|
6871
6871
|
for (bt in Un)
|
|
6872
|
-
Dt[bt] &&
|
|
6872
|
+
Dt[bt] && Xa(Dt[bt], un);
|
|
6873
6873
|
if ((!Fn || !Ur || Ur === C$) && (Ur = un.prototype, Fn))
|
|
6874
6874
|
for (bt in Un)
|
|
6875
|
-
Dt[bt] &&
|
|
6876
|
-
Fn && E_(F0) !== Ur &&
|
|
6875
|
+
Dt[bt] && Xa(Dt[bt].prototype, Ur);
|
|
6876
|
+
Fn && E_(F0) !== Ur && Xa(F0, Ur);
|
|
6877
6877
|
if (WE && !yi(Ur, U0)) {
|
|
6878
6878
|
P7 = !0, p$(Ur, U0, {
|
|
6879
6879
|
configurable: !0,
|
|
@@ -6916,7 +6916,7 @@ var Nr = {
|
|
|
6916
6916
|
}, H$ = Math.round, V$ = function(e) {
|
|
6917
6917
|
var t = H$(e);
|
|
6918
6918
|
return t < 0 ? 0 : t > 255 ? 255 : t & 255;
|
|
6919
|
-
}, j0 = $E, k$ = So, F$ = kf, U$ = j0(j0.bind),
|
|
6919
|
+
}, j0 = $E, k$ = So, F$ = kf, U$ = j0(j0.bind), qa = function(e, t) {
|
|
6920
6920
|
return k$(e), t === void 0 ? e : F$ ? U$(e, t) : function() {
|
|
6921
6921
|
return e.apply(t, arguments);
|
|
6922
6922
|
};
|
|
@@ -6935,7 +6935,7 @@ var Nr = {
|
|
|
6935
6935
|
var t = ib(e, "number");
|
|
6936
6936
|
if (typeof t == "number") throw new ob("Can't convert number to bigint");
|
|
6937
6937
|
return BigInt(t);
|
|
6938
|
-
}, ab =
|
|
6938
|
+
}, ab = qa, sb = Qe, lb = E7, cb = Or, ub = tr, fb = qE, _b = m_, db = H7, pb = V7, hb = Nr.aTypedArrayConstructor, Eb = QE, mb = function(t) {
|
|
6939
6939
|
var r = lb(this), n = cb(t), i = arguments.length, o = i > 1 ? arguments[1] : void 0, a = o !== void 0, l = _b(n), f, u, _, p, d, m, S, C;
|
|
6940
6940
|
if (l && !db(l))
|
|
6941
6941
|
for (S = fb(n, l), C = S.next, n = []; !(m = sb(C, S)).done; )
|
|
@@ -6948,7 +6948,7 @@ var Nr = {
|
|
|
6948
6948
|
return G0(e) && (t = e.constructor, Sb(t) && (t === z0 || G0(t.prototype)) ? t = void 0 : Cb(t) && (t = t[Ib], t === null && (t = void 0))), t === void 0 ? z0 : t;
|
|
6949
6949
|
}, Ab = gb, Rb = function(e, t) {
|
|
6950
6950
|
return new (Ab(e))(t === 0 ? 0 : t);
|
|
6951
|
-
}, Ob =
|
|
6951
|
+
}, Ob = qa, Db = ce, Tb = Ff, Nb = Or, yb = tr, Lb = Rb, Z0 = Db([].push), Xn = function(e) {
|
|
6952
6952
|
var t = e === 1, r = e === 2, n = e === 3, i = e === 4, o = e === 6, a = e === 7, l = e === 5 || o;
|
|
6953
6953
|
return function(f, u, _, p) {
|
|
6954
6954
|
for (var d = Nb(f), m = Tb(d), S = yb(m), C = Ob(u, _), R = 0, v = p || Lb, I = t ? v(f, S) : r || a ? v(f, 0) : void 0, A, O; S > R; R++) if ((l || R in m) && (A = m[R], O = C(A, R, d), e))
|
|
@@ -7007,7 +7007,7 @@ var Nr = {
|
|
|
7007
7007
|
}, Hb = tr, k7 = function(e, t, r) {
|
|
7008
7008
|
for (var n = 0, i = arguments.length > 2 ? r : Hb(t), o = new e(i); i > n; ) o[n] = t[n++];
|
|
7009
7009
|
return o;
|
|
7010
|
-
}, Y0 = Bt, F7 = Ie, K0 = Qe, Vb = be, kb = N$, nc = Nr, U7 = f7, X0 = f_, Fb = Co,
|
|
7010
|
+
}, Y0 = Bt, F7 = Ie, K0 = Qe, Vb = be, kb = N$, nc = Nr, U7 = f7, X0 = f_, Fb = Co, vs = Wr, Ub = w$, jb = Ga, q0 = bE, Ud = b7, Bb = V$, j7 = g2, Is = jt, Gb = wi, hh = Tt, zb = Bf, Zb = Yl, Wb = Zl, Xc = Za, Yb = L2.f, Q0 = mb, Kb = wb.forEach, Xb = bb, qb = $i, B7 = Dr, G7 = zf, J0 = k7, JE = jn, Qb = U2, Eh = JE.get, Jb = JE.set, eH = JE.enforce, z7 = B7.f, tH = G7.f, jd = F7.RangeError, Z7 = U7.ArrayBuffer, rH = Z7.prototype, nH = U7.DataView, qc = nc.NATIVE_ARRAY_BUFFER_VIEWS, e5 = nc.TYPED_ARRAY_TAG, t5 = nc.TypedArray, gs = nc.TypedArrayPrototype, mh = nc.isTypedArray, Qc = "BYTES_PER_ELEMENT", Bd = "Wrong length", Jc = function(e, t) {
|
|
7011
7011
|
qb(e, t, {
|
|
7012
7012
|
configurable: !0,
|
|
7013
7013
|
get: function() {
|
|
@@ -7022,9 +7022,9 @@ var Nr = {
|
|
|
7022
7022
|
}, n5 = function(t, r) {
|
|
7023
7023
|
return r = j7(r), W7(t, r) ? Fb(2, t[r]) : tH(t, r);
|
|
7024
7024
|
}, i5 = function(t, r, n) {
|
|
7025
|
-
return r = j7(r), W7(t, r) && hh(n) &&
|
|
7025
|
+
return r = j7(r), W7(t, r) && hh(n) && Is(n, "value") && !Is(n, "get") && !Is(n, "set") && !n.configurable && (!Is(n, "writable") || n.writable) && (!Is(n, "enumerable") || n.enumerable) ? (t[r] = n.value, t) : z7(t, r, n);
|
|
7026
7026
|
};
|
|
7027
|
-
Vb ? (qc || (G7.f = n5, B7.f = i5, Jc(
|
|
7027
|
+
Vb ? (qc || (G7.f = n5, B7.f = i5, Jc(gs, "buffer"), Jc(gs, "byteOffset"), Jc(gs, "byteLength"), Jc(gs, "length")), Y0({ target: "Object", stat: !0, forced: !qc }, {
|
|
7028
7028
|
getOwnPropertyDescriptor: n5,
|
|
7029
7029
|
defineProperty: i5
|
|
7030
7030
|
}), fh.exports = function(e, t, r) {
|
|
@@ -7050,7 +7050,7 @@ Vb ? (qc || (G7.f = n5, B7.f = i5, Jc(As, "buffer"), Jc(As, "byteOffset"), Jc(As
|
|
|
7050
7050
|
return hh(R) ? r5(R) ? I !== void 0 ? new l(R, Ud(v, n), I) : v !== void 0 ? new l(R, Ud(v, n)) : new l(R) : mh(R) ? J0(f, R) : K0(Q0, f, R) : new l(q0(R));
|
|
7051
7051
|
}(), C, f);
|
|
7052
7052
|
}), Xc && Xc(f, t5), Kb(Yb(l), function(C) {
|
|
7053
|
-
C in f ||
|
|
7053
|
+
C in f || vs(f, C, l[C]);
|
|
7054
7054
|
}), f.prototype = u) : (f = t(function(C, R, v, I) {
|
|
7055
7055
|
X0(C, u);
|
|
7056
7056
|
var A = 0, O = 0, y, w, N;
|
|
@@ -7072,9 +7072,9 @@ Vb ? (qc || (G7.f = n5, B7.f = i5, Jc(As, "buffer"), Jc(As, "byteOffset"), Jc(As
|
|
|
7072
7072
|
length: N,
|
|
7073
7073
|
view: new nH(y)
|
|
7074
7074
|
}); A < N; ) m(C, A++);
|
|
7075
|
-
}), Xc && Xc(f, t5), u = f.prototype = Zb(
|
|
7075
|
+
}), Xc && Xc(f, t5), u = f.prototype = Zb(gs)), u.constructor !== f && vs(u, "constructor", f), eH(u).TypedArrayConstructor = f, e5 && vs(u, e5, i);
|
|
7076
7076
|
var S = f !== l;
|
|
7077
|
-
_[i] = f, Y0({ global: !0, constructor: !0, forced: S, sham: !qc }, _), Qc in f ||
|
|
7077
|
+
_[i] = f, Y0({ global: !0, constructor: !0, forced: S, sham: !qc }, _), Qc in f || vs(f, Qc, n), Qc in u || vs(u, Qc, n), Xb(i);
|
|
7078
7078
|
}) : fh.exports = function() {
|
|
7079
7079
|
};
|
|
7080
7080
|
var iH = fh.exports, oH = iH;
|
|
@@ -7100,7 +7100,7 @@ mH("fill", function(t) {
|
|
|
7100
7100
|
var n = SH(_H(this), 0, 3) === "Big" ? fH(t) : +t;
|
|
7101
7101
|
return dH(uH, this, n, r > 1 ? arguments[1] : void 0, r > 2 ? arguments[2] : void 0);
|
|
7102
7102
|
}, CH);
|
|
7103
|
-
var vH =
|
|
7103
|
+
var vH = qa, IH = Ff, gH = Or, AH = tr, o5 = function(e) {
|
|
7104
7104
|
var t = e === 1;
|
|
7105
7105
|
return function(r, n, i) {
|
|
7106
7106
|
for (var o = gH(r), a = IH(o), l = AH(a), f = vH(n, i), u, _; l-- > 0; )
|
|
@@ -7154,11 +7154,11 @@ var s5 = Kf, HH = Math.floor, vh = function(e, t) {
|
|
|
7154
7154
|
for (var a = HH(r / 2), l = vh(s5(e, 0, a), t), f = vh(s5(e, a), t), u = l.length, _ = f.length, p = 0, d = 0; p < u || d < _; )
|
|
7155
7155
|
e[p + d] = p < u && d < _ ? t(l[p], f[d]) <= 0 ? l[p++] : f[d++] : p < u ? l[p++] : f[d++];
|
|
7156
7156
|
return e;
|
|
7157
|
-
}, t3 = vh, VH = Uf, l5 = VH.match(/firefox\/(\d+)/i), nA = !!l5 && +l5[1], kH = Uf, iA = /MSIE|Trident/.test(kH), FH = Uf, c5 = FH.match(/AppleWebKit\/(\d+)\./), oA = !!c5 && +c5[1], UH = Ie, jH = $E, Ih = he, BH = So, GH = t3, aA = Nr, u5 = nA, zH = iA, f5 = jf, _5 = oA, ZH = aA.aTypedArray, WH = aA.exportTypedArrayMethod, Pl = UH.Uint16Array,
|
|
7158
|
-
|
|
7157
|
+
}, t3 = vh, VH = Uf, l5 = VH.match(/firefox\/(\d+)/i), nA = !!l5 && +l5[1], kH = Uf, iA = /MSIE|Trident/.test(kH), FH = Uf, c5 = FH.match(/AppleWebKit\/(\d+)\./), oA = !!c5 && +c5[1], UH = Ie, jH = $E, Ih = he, BH = So, GH = t3, aA = Nr, u5 = nA, zH = iA, f5 = jf, _5 = oA, ZH = aA.aTypedArray, WH = aA.exportTypedArrayMethod, Pl = UH.Uint16Array, va = Pl && jH(Pl.prototype.sort), YH = !!va && !(Ih(function() {
|
|
7158
|
+
va(new Pl(2), null);
|
|
7159
7159
|
}) && Ih(function() {
|
|
7160
|
-
|
|
7161
|
-
})), d5 = !!
|
|
7160
|
+
va(new Pl(2), {});
|
|
7161
|
+
})), d5 = !!va && !Ih(function() {
|
|
7162
7162
|
if (f5) return f5 < 74;
|
|
7163
7163
|
if (u5) return u5 < 67;
|
|
7164
7164
|
if (zH) return !0;
|
|
@@ -7166,7 +7166,7 @@ var s5 = Kf, HH = Math.floor, vh = function(e, t) {
|
|
|
7166
7166
|
var e = new Pl(516), t = Array(516), r, n;
|
|
7167
7167
|
for (r = 0; r < 516; r++)
|
|
7168
7168
|
n = r % 4, e[r] = 515 - r, t[r] = r - 2 * n + 3;
|
|
7169
|
-
for (
|
|
7169
|
+
for (va(e, function(i, o) {
|
|
7170
7170
|
return (i / 4 | 0) - (o / 4 | 0);
|
|
7171
7171
|
}), r = 0; r < 516; r++)
|
|
7172
7172
|
if (e[r] !== t[r]) return !0;
|
|
@@ -7176,7 +7176,7 @@ var s5 = Kf, HH = Math.floor, vh = function(e, t) {
|
|
|
7176
7176
|
};
|
|
7177
7177
|
};
|
|
7178
7178
|
WH("sort", function(t) {
|
|
7179
|
-
return t !== void 0 && BH(t), d5 ?
|
|
7179
|
+
return t !== void 0 && BH(t), d5 ? va(this, t) : GH(ZH(this), KH(t));
|
|
7180
7180
|
}, !d5 || YH);
|
|
7181
7181
|
var XH = tr, qH = function(e, t) {
|
|
7182
7182
|
for (var r = XH(e), n = new t(r), i = 0; i < r; i++) n[i] = e[r - i - 1];
|
|
@@ -7408,17 +7408,17 @@ var dk = er, pk = function() {
|
|
|
7408
7408
|
}), Ak = he, Rk = Ie, Ok = Rk.RegExp, Dk = Ak(function() {
|
|
7409
7409
|
var e = Ok("(?<a>b)", "g");
|
|
7410
7410
|
return e.exec("b").groups.a !== "b" || "b".replace(e, "$<a>c") !== "bc";
|
|
7411
|
-
}),
|
|
7411
|
+
}), la = Qe, C_ = ce, Tk = Tr, Nk = pk, yk = Sk, Lk = C2, wk = Yl, Pk = jn.get, Mk = gk, xk = Dk, $k = Lk("native-string-replace", String.prototype.replace), Df = RegExp.prototype.exec, Rh = Df, bk = C_("".charAt), Hk = C_("".indexOf), Vk = C_("".replace), Gd = C_("".slice), Oh = function() {
|
|
7412
7412
|
var e = /a/, t = /b*/g;
|
|
7413
|
-
return
|
|
7413
|
+
return la(Df, e, "a"), la(Df, t, "a"), e.lastIndex !== 0 || t.lastIndex !== 0;
|
|
7414
7414
|
}(), IA = yk.BROKEN_CARET, Dh = /()??/.exec("")[1] !== void 0, kk = Oh || Dh || IA || Mk || xk;
|
|
7415
7415
|
kk && (Rh = function(t) {
|
|
7416
7416
|
var r = this, n = Pk(r), i = Tk(t), o = n.raw, a, l, f, u, _, p, d;
|
|
7417
7417
|
if (o)
|
|
7418
|
-
return o.lastIndex = r.lastIndex, a =
|
|
7419
|
-
var m = n.groups, S = IA && r.sticky, C =
|
|
7418
|
+
return o.lastIndex = r.lastIndex, a = la(Rh, o, i), r.lastIndex = o.lastIndex, a;
|
|
7419
|
+
var m = n.groups, S = IA && r.sticky, C = la(Nk, r), R = r.source, v = 0, I = i;
|
|
7420
7420
|
if (S && (C = Vk(C, "y", ""), Hk(C, "g") === -1 && (C += "g"), I = Gd(i, r.lastIndex), r.lastIndex > 0 && (!r.multiline || r.multiline && bk(i, r.lastIndex - 1) !== `
|
|
7421
|
-
`) && (R = "(?: " + R + ")", I = " " + I, v++), l = new RegExp("^(?:" + R + ")", C)), Dh && (l = new RegExp("^" + R + "$(?!\\s)", C)), Oh && (f = r.lastIndex), u =
|
|
7421
|
+
`) && (R = "(?: " + R + ")", I = " " + I, v++), l = new RegExp("^(?:" + R + ")", C)), Dh && (l = new RegExp("^" + R + "$(?!\\s)", C)), Oh && (f = r.lastIndex), u = la(Df, S ? l : r, I), S ? u ? (u.input = Gd(u.input, v), u[0] = Gd(u[0], v), u.index = r.lastIndex, r.lastIndex += u[0].length) : r.lastIndex = 0 : Oh && u && (r.lastIndex = r.global ? u.index + u[0].length : f), Dh && u && u.length > 1 && la($k, u[0], l, function() {
|
|
7422
7422
|
for (_ = 1; _ < arguments.length - 2; _++)
|
|
7423
7423
|
arguments[_] === void 0 && (u[_] = void 0);
|
|
7424
7424
|
}), u && m)
|
|
@@ -7452,7 +7452,7 @@ var R5 = Qe, O5 = vn, Uk = c3, D5 = he, gA = qe, jk = Wr, Bk = gA("species"), zd
|
|
|
7452
7452
|
O5(String.prototype, e, f[0]), O5(zd, i, f[1]);
|
|
7453
7453
|
}
|
|
7454
7454
|
n && jk(zd[i], "sham", !0);
|
|
7455
|
-
}, u3 = ce, zk = Cn, Zk = Tr, Wk =
|
|
7455
|
+
}, u3 = ce, zk = Cn, Zk = Tr, Wk = Ba, Yk = u3("".charAt), T5 = u3("".charCodeAt), Kk = u3("".slice), N5 = function(e) {
|
|
7456
7456
|
return function(t, r) {
|
|
7457
7457
|
var n = Zk(Wk(t)), i = zk(r), o = n.length, a, l;
|
|
7458
7458
|
return i < 0 || i >= o ? e ? "" : void 0 : (a = T5(n, i), a < 55296 || a > 56319 || i + 1 === o || (l = T5(n, i + 1)) < 56320 || l > 57343 ? e ? Yk(n, i) : a : e ? Kk(n, i, i + 2) : (a - 55296 << 10) + (l - 56320) + 65536);
|
|
@@ -7501,7 +7501,7 @@ var R5 = Qe, O5 = vn, Uk = c3, D5 = he, gA = qe, jk = Wr, Bk = gA("species"), zd
|
|
|
7501
7501
|
}
|
|
7502
7502
|
if (aF(e) === "RegExp") return y5(sF, e, t);
|
|
7503
7503
|
throw new lF("RegExp#exec called on incompatible receiver");
|
|
7504
|
-
}, uF = F2, L5 = Qe, v_ = ce, fF = Gk, _F = he, dF = er, pF = Fe, hF = Gl, EF = Cn, mF =
|
|
7504
|
+
}, uF = F2, L5 = Qe, v_ = ce, fF = Gk, _F = he, dF = er, pF = Fe, hF = Gl, EF = Cn, mF = Ga, Lo = Tr, SF = Ba, CF = qk, vF = Gf, IF = nF, gF = cF, AF = qe, Th = AF("replace"), RF = Math.max, OF = Math.min, DF = v_([].concat), Yd = v_([].push), w5 = v_("".indexOf), P5 = v_("".slice), TF = function(e) {
|
|
7505
7505
|
return e === void 0 ? e : String(e);
|
|
7506
7506
|
}, NF = function() {
|
|
7507
7507
|
return "a".replace(/./, "$0") === "$0";
|
|
@@ -7612,7 +7612,7 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7612
7612
|
}
|
|
7613
7613
|
}, eU = be, tU = Dr, rU = Co, nU = function(e, t, r) {
|
|
7614
7614
|
eU ? tU.f(e, t, rU(0, r)) : e[t] = r;
|
|
7615
|
-
}, iU =
|
|
7615
|
+
}, iU = qa, oU = Qe, aU = Or, sU = JF, lU = H7, cU = FE, uU = tr, k5 = nU, fU = qE, _U = m_, F5 = Array, dU = function(t) {
|
|
7616
7616
|
var r = aU(t), n = cU(this), i = arguments.length, o = i > 1 ? arguments[1] : void 0, a = o !== void 0;
|
|
7617
7617
|
a && (o = iU(o, i > 2 ? arguments[2] : void 0));
|
|
7618
7618
|
var l = _U(r), f = 0, u, _, p, d, m, S;
|
|
@@ -7623,7 +7623,7 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7623
7623
|
for (u = uU(r), _ = n ? new this(u) : F5(u); u > f; f++)
|
|
7624
7624
|
S = a ? o(r[f], f) : r[f], k5(_, f, S);
|
|
7625
7625
|
return _.length = f, _;
|
|
7626
|
-
}, Ao = ce, Xd = 2147483647, il = 36, DA = 1, Nh = 26, pU = 38, hU = 700, EU = 72, mU = 128, SU = "-", CU = /[^\0-\u007E]/, TA = /[.\u3002\uFF0E\uFF61]/g, U5 = "Overflow: input needs wider integers to process", qd = il - DA, j5 = RangeError, vU = Ao(TA.exec),
|
|
7626
|
+
}, Ao = ce, Xd = 2147483647, il = 36, DA = 1, Nh = 26, pU = 38, hU = 700, EU = 72, mU = 128, SU = "-", CU = /[^\0-\u007E]/, TA = /[.\u3002\uFF0E\uFF61]/g, U5 = "Overflow: input needs wider integers to process", qd = il - DA, j5 = RangeError, vU = Ao(TA.exec), ca = Math.floor, Qd = String.fromCharCode, B5 = Ao("".charCodeAt), NA = Ao([].join), di = Ao([].push), IU = Ao("".replace), gU = Ao("".split), AU = Ao("".toLowerCase), RU = function(e) {
|
|
7627
7627
|
for (var t = [], r = 0, n = e.length; r < n; ) {
|
|
7628
7628
|
var i = B5(e, r++);
|
|
7629
7629
|
if (i >= 55296 && i <= 56319 && r < n) {
|
|
@@ -7637,9 +7637,9 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7637
7637
|
return e + 22 + 75 * (e < 26);
|
|
7638
7638
|
}, OU = function(e, t, r) {
|
|
7639
7639
|
var n = 0;
|
|
7640
|
-
for (e = r ?
|
|
7641
|
-
e =
|
|
7642
|
-
return
|
|
7640
|
+
for (e = r ? ca(e / hU) : e >> 1, e += ca(e / t); e > qd * Nh >> 1; )
|
|
7641
|
+
e = ca(e / qd), n += il;
|
|
7642
|
+
return ca(n + (qd + 1) * e / (e + pU));
|
|
7643
7643
|
}, DU = function(e) {
|
|
7644
7644
|
var t = [];
|
|
7645
7645
|
e = RU(e);
|
|
@@ -7652,7 +7652,7 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7652
7652
|
for (a = 0; a < e.length; a++)
|
|
7653
7653
|
l = e[a], l >= n && l < _ && (_ = l);
|
|
7654
7654
|
var p = u + 1;
|
|
7655
|
-
if (_ - n >
|
|
7655
|
+
if (_ - n > ca((Xd - i) / p))
|
|
7656
7656
|
throw new j5(U5);
|
|
7657
7657
|
for (i += (_ - n) * p, n = _, a = 0; a < e.length; a++) {
|
|
7658
7658
|
if (l = e[a], l < n && ++i > Xd)
|
|
@@ -7662,7 +7662,7 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7662
7662
|
var S = m <= o ? DA : m >= o + Nh ? Nh : m - o;
|
|
7663
7663
|
if (d < S) break;
|
|
7664
7664
|
var C = d - S, R = il - S;
|
|
7665
|
-
di(t, Qd(G5(S + C % R))), d =
|
|
7665
|
+
di(t, Qd(G5(S + C % R))), d = ca(C / R), m += il;
|
|
7666
7666
|
}
|
|
7667
7667
|
di(t, Qd(G5(d))), o = OU(i, p, u === f), i = 0, u++;
|
|
7668
7668
|
}
|
|
@@ -7682,7 +7682,7 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7682
7682
|
if (!yU) return z5[e];
|
|
7683
7683
|
var t = LU(z5, e);
|
|
7684
7684
|
return t && t.value;
|
|
7685
|
-
}, yh = Bt, g_ = Ie, d3 = wU, eu = Qe, Sn = ce, ol = be, yA = OA, LA = vn, PU = $i, MU = n7, xU =
|
|
7685
|
+
}, yh = Bt, g_ = Ie, d3 = wU, eu = Qe, Sn = ce, ol = be, yA = OA, LA = vn, PU = $i, MU = n7, xU = za, $U = OI, p3 = jn, wA = f_, Jd = Fe, bU = jt, HU = qa, VU = wi, kU = er, PA = Tt, It = Tr, FU = Yl, Z5 = Co, W5 = qE, UU = m_, tu = x2, Po = I_, jU = qe, BU = t3, GU = jU("iterator"), Qa = "URLSearchParams", MA = Qa + "Iterator", xA = p3.set, _r = p3.getterFor(Qa), zU = p3.getterFor(MA), Y5 = d3("fetch"), Tf = d3("Request"), al = d3("Headers"), e1 = Tf && Tf.prototype, K5 = al && al.prototype, ZU = g_.RegExp, WU = g_.TypeError, $A = g_.decodeURIComponent, YU = g_.encodeURIComponent, KU = Sn("".charAt), X5 = Sn([].join), Ji = Sn([].push), Lh = Sn("".replace), XU = Sn([].shift), q5 = Sn([].splice), Q5 = Sn("".split), qU = Sn("".slice), QU = /\+/g, J5 = Array(4), JU = function(e) {
|
|
7686
7686
|
return J5[e - 1] || (J5[e - 1] = ZU("((?:%[\\da-f]{2}){" + e + "})", "gi"));
|
|
7687
7687
|
}, ej = function(e) {
|
|
7688
7688
|
try {
|
|
@@ -7717,7 +7717,7 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7717
7717
|
index: 0,
|
|
7718
7718
|
kind: r
|
|
7719
7719
|
});
|
|
7720
|
-
},
|
|
7720
|
+
}, Qa, function() {
|
|
7721
7721
|
var t = zU(this), r = t.target, n = t.index++;
|
|
7722
7722
|
if (!r || n >= r.length)
|
|
7723
7723
|
return t.target = void 0, tu(void 0, !0);
|
|
@@ -7733,7 +7733,7 @@ var $F = he, bF = qe, HF = be, $5 = e8, VF = bF("iterator"), OA = !$F(function()
|
|
|
7733
7733
|
this.entries = [], this.url = null, e !== void 0 && (PA(e) ? this.parseObject(e) : this.parseQuery(typeof e == "string" ? KU(e, 0) === "?" ? qU(e, 1) : e : It(e)));
|
|
7734
7734
|
};
|
|
7735
7735
|
bA.prototype = {
|
|
7736
|
-
type:
|
|
7736
|
+
type: Qa,
|
|
7737
7737
|
bindURL: function(e) {
|
|
7738
7738
|
this.url = e, this.update();
|
|
7739
7739
|
},
|
|
@@ -7767,11 +7767,11 @@ bA.prototype = {
|
|
|
7767
7767
|
}
|
|
7768
7768
|
};
|
|
7769
7769
|
var A_ = function() {
|
|
7770
|
-
wA(this,
|
|
7770
|
+
wA(this, $a);
|
|
7771
7771
|
var t = arguments.length > 0 ? arguments[0] : void 0, r = xA(this, new bA(t));
|
|
7772
7772
|
ol || (this.size = r.entries.length);
|
|
7773
|
-
},
|
|
7774
|
-
MU(
|
|
7773
|
+
}, $a = A_.prototype;
|
|
7774
|
+
MU($a, {
|
|
7775
7775
|
// `URLSearchParams.prototype.append` method
|
|
7776
7776
|
// https://url.spec.whatwg.org/#dom-urlsearchparams-append
|
|
7777
7777
|
append: function(t, r) {
|
|
@@ -7851,18 +7851,18 @@ MU(ba, {
|
|
|
7851
7851
|
return new t1(this, "entries");
|
|
7852
7852
|
}
|
|
7853
7853
|
}, { enumerable: !0 });
|
|
7854
|
-
LA(
|
|
7855
|
-
LA(
|
|
7854
|
+
LA($a, GU, $a.entries, { name: "entries" });
|
|
7855
|
+
LA($a, "toString", function() {
|
|
7856
7856
|
return _r(this).serialize();
|
|
7857
7857
|
}, { enumerable: !0 });
|
|
7858
|
-
ol && PU(
|
|
7858
|
+
ol && PU($a, "size", {
|
|
7859
7859
|
get: function() {
|
|
7860
7860
|
return _r(this).entries.length;
|
|
7861
7861
|
},
|
|
7862
7862
|
configurable: !0,
|
|
7863
7863
|
enumerable: !0
|
|
7864
7864
|
});
|
|
7865
|
-
xU(A_,
|
|
7865
|
+
xU(A_, Qa);
|
|
7866
7866
|
yh({ global: !0, constructor: !0, forced: !yA }, {
|
|
7867
7867
|
URLSearchParams: A_
|
|
7868
7868
|
});
|
|
@@ -7870,7 +7870,7 @@ if (!yA && Jd(al)) {
|
|
|
7870
7870
|
var ij = Sn(K5.has), oj = Sn(K5.set), rC = function(e) {
|
|
7871
7871
|
if (PA(e)) {
|
|
7872
7872
|
var t = e.body, r;
|
|
7873
|
-
if (VU(t) ===
|
|
7873
|
+
if (VU(t) === Qa)
|
|
7874
7874
|
return r = e.headers ? new al(e.headers) : new al(), ij(r, "content-type") || oj(r, "content-type", "application/x-www-form-urlencoded;charset=UTF-8"), FU(e, {
|
|
7875
7875
|
body: Z5(0, It(t)),
|
|
7876
7876
|
headers: Z5(0, r)
|
|
@@ -7894,7 +7894,7 @@ if (!yA && Jd(al)) {
|
|
|
7894
7894
|
var aj = {
|
|
7895
7895
|
URLSearchParams: A_,
|
|
7896
7896
|
getState: _r
|
|
7897
|
-
}, sj = Bt, h3 = be, lj = OA, E3 = Ie, nC =
|
|
7897
|
+
}, sj = Bt, h3 = be, lj = OA, E3 = Ie, nC = qa, yr = ce, Nf = vn, sr = $i, cj = f_, wh = jt, m3 = WF, Mo = dU, Mr = Kf, uj = f3.codeAt, fj = TU, Dn = Tr, _j = za, dj = I_, HA = aj, VA = jn, pj = VA.set, yf = VA.getterFor("URL"), hj = HA.URLSearchParams, Ej = HA.getState, As = E3.URL, Ph = E3.TypeError, Lf = E3.parseInt, mj = Math.floor, iC = Math.pow, hr = yr("".charAt), Fr = yr(/./.exec), Fs = yr([].join), Sj = yr(1 .toString), Cj = yr([].pop), Wo = yr([].push), n1 = yr("".replace), vj = yr([].shift), Ij = yr("".split), sl = yr("".slice), wf = yr("".toLowerCase), gj = yr([].unshift), Aj = "Invalid authority", i1 = "Invalid scheme", Bi = "Invalid host", oC = "Invalid port", kA = /[a-z]/i, Rj = /[\d+-.a-z]/i, Mh = /\d/, Oj = /^0x/i, Dj = /^[0-7]+$/, Tj = /^\d+$/, FA = /^[\da-f]+$/i, Nj = /[\0\t\n\r #%/:<>?@[\\\]^|]/, yj = /[\0\t\n\r #/:<>?@[\\\]^|]/, Lj = /^[\u0000-\u0020]+/, wj = /(^|[^\u0000-\u0020])[\u0000-\u0020]+$/, Pj = /[\t\n\r]/g, lr, Mj = function(e) {
|
|
7898
7898
|
var t = Ij(e, "."), r, n, i, o, a, l, f;
|
|
7899
7899
|
if (t.length && t[t.length - 1] === "" && t.length--, r = t.length, r > 4) return e;
|
|
7900
7900
|
for (n = [], i = 0; i < r; i++) {
|
|
@@ -7905,7 +7905,7 @@ var aj = {
|
|
|
7905
7905
|
if (!Fr(a === 10 ? Tj : a === 8 ? Dj : FA, o)) return e;
|
|
7906
7906
|
l = Lf(o, a);
|
|
7907
7907
|
}
|
|
7908
|
-
|
|
7908
|
+
Wo(n, l);
|
|
7909
7909
|
}
|
|
7910
7910
|
for (i = 0; i < r; i++)
|
|
7911
7911
|
if (l = n[i], i === r - 1) {
|
|
@@ -7965,7 +7965,7 @@ var aj = {
|
|
|
7965
7965
|
for (var t = null, r = 1, n = null, i = 0, o = 0; o < 8; o++)
|
|
7966
7966
|
e[o] !== 0 ? (i > r && (t = n, r = i), n = null, i = 0) : (n === null && (n = o), ++i);
|
|
7967
7967
|
return i > r && (t = n, r = i), t;
|
|
7968
|
-
},
|
|
7968
|
+
}, Rs = function(e) {
|
|
7969
7969
|
var t, r, n, i;
|
|
7970
7970
|
if (typeof e == "number") {
|
|
7971
7971
|
for (t = [], r = 0; r < 4; r++)
|
|
@@ -8056,7 +8056,7 @@ S3.prototype = {
|
|
|
8056
8056
|
n.isSpecial() && ru[n.scheme] === n.port && (n.port = null);
|
|
8057
8057
|
return;
|
|
8058
8058
|
}
|
|
8059
|
-
a = "", n.scheme === "file" ? i = _1 : n.isSpecial() && r && r.scheme === n.scheme ? i = lC : n.isSpecial() ? i = fC : _[o + 1] === "/" ? (i = cC, o++) : (n.cannotBeABaseURL = !0,
|
|
8059
|
+
a = "", n.scheme === "file" ? i = _1 : n.isSpecial() && r && r.scheme === n.scheme ? i = lC : n.isSpecial() ? i = fC : _[o + 1] === "/" ? (i = cC, o++) : (n.cannotBeABaseURL = !0, Wo(n.path, ""), i = dC);
|
|
8060
8060
|
} else {
|
|
8061
8061
|
if (t)
|
|
8062
8062
|
return i1;
|
|
@@ -8199,7 +8199,7 @@ S3.prototype = {
|
|
|
8199
8199
|
i = d1;
|
|
8200
8200
|
break;
|
|
8201
8201
|
}
|
|
8202
|
-
r && r.scheme === "file" && !aC(Fs(Mr(_, o), "")) && (Us(r.path[0], !0) ?
|
|
8202
|
+
r && r.scheme === "file" && !aC(Fs(Mr(_, o), "")) && (Us(r.path[0], !0) ? Wo(n.path, r.path[0]) : n.host = r.host), i = Qr;
|
|
8203
8203
|
continue;
|
|
8204
8204
|
case d1:
|
|
8205
8205
|
if (p === lr || p === "/" || p === "\\" || p === "?" || p === "#") {
|
|
@@ -8228,7 +8228,7 @@ S3.prototype = {
|
|
|
8228
8228
|
break;
|
|
8229
8229
|
case Qr:
|
|
8230
8230
|
if (p === lr || p === "/" || p === "\\" && n.isSpecial() || !t && (p === "?" || p === "#")) {
|
|
8231
|
-
if (Hj(a) ? (n.shortenPath(), p !== "/" && !(p === "\\" && n.isSpecial()) &&
|
|
8231
|
+
if (Hj(a) ? (n.shortenPath(), p !== "/" && !(p === "\\" && n.isSpecial()) && Wo(n.path, "")) : bj(a) ? p !== "/" && !(p === "\\" && n.isSpecial()) && Wo(n.path, "") : (n.scheme === "file" && !n.path.length && Us(a) && (n.host && (n.host = ""), a = hr(a, 0) + ":"), Wo(n.path, a)), a = "", n.scheme === "file" && (p === lr || p === "?" || p === "#"))
|
|
8232
8232
|
for (; n.path.length > 1 && n.path[0] === ""; )
|
|
8233
8233
|
vj(n.path);
|
|
8234
8234
|
p === "?" ? (n.query = "", i = Gi) : p === "#" && (n.fragment = "", i = An);
|
|
@@ -8284,7 +8284,7 @@ S3.prototype = {
|
|
|
8284
8284
|
// https://url.spec.whatwg.org/#concept-url-serializer
|
|
8285
8285
|
serialize: function() {
|
|
8286
8286
|
var e = this, t = e.scheme, r = e.username, n = e.password, i = e.host, o = e.port, a = e.path, l = e.query, f = e.fragment, u = t + ":";
|
|
8287
|
-
return i !== null ? (u += "//", e.includesCredentials() && (u += r + (n ? ":" + n : "") + "@"), u +=
|
|
8287
|
+
return i !== null ? (u += "//", e.includesCredentials() && (u += r + (n ? ":" + n : "") + "@"), u += Rs(i), o !== null && (u += ":" + o)) : t === "file" && (u += "//"), u += e.cannotBeABaseURL ? a[0] : a.length ? "/" + Fs(a, "/") : "", l !== null && (u += "?" + l), f !== null && (u += "#" + f), u;
|
|
8288
8288
|
},
|
|
8289
8289
|
// https://url.spec.whatwg.org/#dom-url-href
|
|
8290
8290
|
setHref: function(e) {
|
|
@@ -8296,11 +8296,11 @@ S3.prototype = {
|
|
|
8296
8296
|
getOrigin: function() {
|
|
8297
8297
|
var e = this.scheme, t = this.port;
|
|
8298
8298
|
if (e === "blob") try {
|
|
8299
|
-
return new
|
|
8299
|
+
return new ba(e.path[0]).origin;
|
|
8300
8300
|
} catch (r) {
|
|
8301
8301
|
return "null";
|
|
8302
8302
|
}
|
|
8303
|
-
return e === "file" || !this.isSpecial() ? "null" : e + "://" +
|
|
8303
|
+
return e === "file" || !this.isSpecial() ? "null" : e + "://" + Rs(this.host) + (t !== null ? ":" + t : "");
|
|
8304
8304
|
},
|
|
8305
8305
|
// https://url.spec.whatwg.org/#dom-url-protocol
|
|
8306
8306
|
getProtocol: function() {
|
|
@@ -8336,7 +8336,7 @@ S3.prototype = {
|
|
|
8336
8336
|
// https://url.spec.whatwg.org/#dom-url-host
|
|
8337
8337
|
getHost: function() {
|
|
8338
8338
|
var e = this.host, t = this.port;
|
|
8339
|
-
return e === null ? "" : t === null ?
|
|
8339
|
+
return e === null ? "" : t === null ? Rs(e) : Rs(e) + ":" + t;
|
|
8340
8340
|
},
|
|
8341
8341
|
setHost: function(e) {
|
|
8342
8342
|
this.cannotBeABaseURL || this.parse(e, c1);
|
|
@@ -8344,7 +8344,7 @@ S3.prototype = {
|
|
|
8344
8344
|
// https://url.spec.whatwg.org/#dom-url-hostname
|
|
8345
8345
|
getHostname: function() {
|
|
8346
8346
|
var e = this.host;
|
|
8347
|
-
return e === null ? "" :
|
|
8347
|
+
return e === null ? "" : Rs(e);
|
|
8348
8348
|
},
|
|
8349
8349
|
setHostname: function(e) {
|
|
8350
8350
|
this.cannotBeABaseURL || this.parse(e, u1);
|
|
@@ -8393,10 +8393,10 @@ S3.prototype = {
|
|
|
8393
8393
|
this.query = this.searchParams.serialize() || null;
|
|
8394
8394
|
}
|
|
8395
8395
|
};
|
|
8396
|
-
var
|
|
8396
|
+
var ba = function(t) {
|
|
8397
8397
|
var r = cj(this, vt), n = dj(arguments.length, 1) > 1 ? arguments[1] : void 0, i = pj(r, new S3(t, !1, n));
|
|
8398
8398
|
h3 || (r.href = i.serialize(), r.origin = i.getOrigin(), r.protocol = i.getProtocol(), r.username = i.getUsername(), r.password = i.getPassword(), r.host = i.getHost(), r.hostname = i.getHostname(), r.port = i.getPort(), r.pathname = i.getPathname(), r.search = i.getSearch(), r.searchParams = i.getSearchParams(), r.hash = i.getHash());
|
|
8399
|
-
}, vt =
|
|
8399
|
+
}, vt = ba.prototype, cr = function(e, t) {
|
|
8400
8400
|
return {
|
|
8401
8401
|
get: function() {
|
|
8402
8402
|
return yf(this)[e]();
|
|
@@ -8415,13 +8415,13 @@ Nf(vt, "toJSON", function() {
|
|
|
8415
8415
|
Nf(vt, "toString", function() {
|
|
8416
8416
|
return yf(this).serialize();
|
|
8417
8417
|
}, { enumerable: !0 });
|
|
8418
|
-
if (
|
|
8419
|
-
var pC =
|
|
8420
|
-
pC && Nf(
|
|
8418
|
+
if (As) {
|
|
8419
|
+
var pC = As.createObjectURL, hC = As.revokeObjectURL;
|
|
8420
|
+
pC && Nf(ba, "createObjectURL", nC(pC, As)), hC && Nf(ba, "revokeObjectURL", nC(hC, As));
|
|
8421
8421
|
}
|
|
8422
|
-
_j(
|
|
8422
|
+
_j(ba, "URL");
|
|
8423
8423
|
sj({ global: !0, constructor: !0, forced: !lj, sham: !h3 }, {
|
|
8424
|
-
URL:
|
|
8424
|
+
URL: ba
|
|
8425
8425
|
});
|
|
8426
8426
|
var Vj = Bt, kj = Qe;
|
|
8427
8427
|
Vj({ target: "URL", proto: !0, enumerable: !0 }, {
|
|
@@ -8465,13 +8465,13 @@ Xj && !("size" in xh) && Qj(xh, "size", {
|
|
|
8465
8465
|
configurable: !0,
|
|
8466
8466
|
enumerable: !0
|
|
8467
8467
|
});
|
|
8468
|
-
var
|
|
8469
|
-
for (var ou = 0; ou <
|
|
8470
|
-
js[
|
|
8468
|
+
var ua = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", js = typeof Uint8Array == "undefined" ? [] : new Uint8Array(256);
|
|
8469
|
+
for (var ou = 0; ou < ua.length; ou++)
|
|
8470
|
+
js[ua.charCodeAt(ou)] = ou;
|
|
8471
8471
|
var $h = function(e) {
|
|
8472
8472
|
var t = new Uint8Array(e), r, n = t.length, i = "";
|
|
8473
8473
|
for (r = 0; r < n; r += 3)
|
|
8474
|
-
i +=
|
|
8474
|
+
i += ua[t[r] >> 2], i += ua[(t[r] & 3) << 4 | t[r + 1] >> 4], i += ua[(t[r + 1] & 15) << 2 | t[r + 2] >> 6], i += ua[t[r + 2] & 63];
|
|
8475
8475
|
return n % 3 === 2 ? i = i.substring(0, i.length - 1) + "=" : n % 3 === 1 && (i = i.substring(0, i.length - 2) + "=="), i;
|
|
8476
8476
|
}, bh = function(e) {
|
|
8477
8477
|
var t = e.length * 0.75, r = e.length, n, i = 0, o, a, l, f;
|
|
@@ -8506,7 +8506,7 @@ class CC {
|
|
|
8506
8506
|
var B = {}, Hh = { exports: {} };
|
|
8507
8507
|
(function(e, t) {
|
|
8508
8508
|
(function(r, n) {
|
|
8509
|
-
var i = "1.0.36", o = "", a = "?", l = "function", f = "undefined", u = "object", _ = "string", p = "major", d = "model", m = "name", S = "type", C = "vendor", R = "version", v = "architecture", I = "console", A = "mobile", O = "tablet", y = "smarttv", w = "wearable", N = "embedded", P = 350, x = "Amazon", M = "Apple", F = "ASUS", re = "BlackBerry", _e = "Browser", ge = "Chrome", He = "Edge", Ee = "Firefox", ye = "Google", k = "Huawei", G = "LG", U = "Microsoft", Q = "Motorola", ue = "Opera", Lt = "Samsung", Ze = "Sharp", ar = "Sony", ut = "Xiaomi", Ue = "Zebra", hc = "Facebook", Ec = "Chromium OS",
|
|
8509
|
+
var i = "1.0.36", o = "", a = "?", l = "function", f = "undefined", u = "object", _ = "string", p = "major", d = "model", m = "name", S = "type", C = "vendor", R = "version", v = "architecture", I = "console", A = "mobile", O = "tablet", y = "smarttv", w = "wearable", N = "embedded", P = 350, x = "Amazon", M = "Apple", F = "ASUS", re = "BlackBerry", _e = "Browser", ge = "Chrome", He = "Edge", Ee = "Firefox", ye = "Google", k = "Huawei", G = "LG", U = "Microsoft", Q = "Motorola", ue = "Opera", Lt = "Samsung", Ze = "Sharp", ar = "Sony", ut = "Xiaomi", Ue = "Zebra", hc = "Facebook", Ec = "Chromium OS", os = "Mac OS", Oo = function(se, Se) {
|
|
8510
8510
|
var ee = {};
|
|
8511
8511
|
for (var Ae in se)
|
|
8512
8512
|
Se[Ae] && Se[Ae].length % 2 === 0 ? ee[Ae] = Se[Ae].concat(se[Ae]) : ee[Ae] = se[Ae];
|
|
@@ -8521,10 +8521,10 @@ var B = {}, Hh = { exports: {} };
|
|
|
8521
8521
|
return se.toLowerCase();
|
|
8522
8522
|
}, b_ = function(se) {
|
|
8523
8523
|
return typeof se === _ ? se.replace(/[^\d\.]/g, o).split(".")[0] : n;
|
|
8524
|
-
},
|
|
8524
|
+
}, as = function(se, Se) {
|
|
8525
8525
|
if (typeof se === _)
|
|
8526
8526
|
return se = se.replace(/^\s\s*/, o), typeof Se === f ? se : se.substring(0, P);
|
|
8527
|
-
},
|
|
8527
|
+
}, ss = function(se, Se) {
|
|
8528
8528
|
for (var ee = 0, Ae, zn, Yr, me, X, Kr; ee < Se.length && !X; ) {
|
|
8529
8529
|
var V_ = Se[ee], Z3 = Se[ee + 1];
|
|
8530
8530
|
for (Ae = zn = 0; Ae < V_.length && !X && V_[Ae]; )
|
|
@@ -8542,31 +8542,31 @@ var B = {}, Hh = { exports: {} };
|
|
|
8542
8542
|
} else if (mc(Se[ee], se))
|
|
8543
8543
|
return ee === a ? n : ee;
|
|
8544
8544
|
return se;
|
|
8545
|
-
}, LD = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, G3 = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, z3 = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [R, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [R, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, R], [/opios[\/ ]+([\w\.]+)/i], [R, [m, ue + " Mini"]], [/\bopr\/([\w\.]+)/i], [R, [m, ue]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, R], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [R, [m, "UC" + _e]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [R, [m, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [R, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [R, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [R, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [R, [m, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + _e], R], [/\bfocus\/([\w\.]+)/i], [R, [m, Ee + " Focus"]], [/\bopt\/([\w\.]+)/i], [R, [m, ue + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [R, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [R, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [R, [m, ue + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [R, [m, "MIUI " + _e]], [/fxios\/([-\w\.]+)/i], [R, [m, Ee]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360 " + _e]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1 " + _e], R], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], R], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [m, R], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, hc], R], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, R], [/\bgsa\/([\w\.]+) .*safari\//i], [R, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [R, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [R, [m, ge + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, ge + " WebView"], R], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [R, [m, "Android " + _e]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, R], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [R, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [R, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [R, H_, LD]], [/(webkit|khtml)\/([\w\.]+)/i], [m, R], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], R], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [R, [m, Ee + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [m, R], [/(cobalt)\/([\w\.]+)/i], [m, [R, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[v, "amd64"]], [/(ia32(?=;))/i], [[v, Fi]], [/((?:i[346]|x)86)[;\)]/i], [[v, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[v, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[v, "armhf"]], [/windows (ce|mobile); ppc;/i], [[v, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[v, /ower/, o, Fi]], [/(sun4\w)[;\)]/i], [[v, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[v, Fi]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [d, [C, Lt], [S, O]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [d, [C, Lt], [S, A]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [d, [C, M], [S, A]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [d, [C, M], [S, O]], [/(macintosh);/i], [d, [C, M]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [d, [C, Ze], [S, A]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [d, [C, k], [S, O]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [d, [C, k], [S, A]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[d, /_/g, " "], [C, ut], [S, A]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[d, /_/g, " "], [C, ut], [S, O]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [d, [C, "OPPO"], [S, A]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [d, [C, "Vivo"], [S, A]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [d, [C, "Realme"], [S, A]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [d, [C, Q], [S, A]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [d, [C, Q], [S, O]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [d, [C, G], [S, O]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [d, [C, G], [S, A]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [d, [C, "Lenovo"], [S, O]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[d, /_/g, " "], [C, "Nokia"], [S, A]], [/(pixel c)\b/i], [d, [C, ye], [S, O]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [d, [C, ye], [S, A]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [d, [C, ar], [S, A]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[d, "Xperia Tablet"], [C, ar], [S, O]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [d, [C, "OnePlus"], [S, A]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [d, [C, x], [S, O]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[d, /(.+)/g, "Fire Phone $1"], [C, x], [S, A]], [/(playbook);[-\w\),; ]+(rim)/i], [d, C, [S, O]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [d, [C, re], [S, A]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [d, [C, F], [S, O]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [d, [C, F], [S, A]], [/(nexus 9)/i], [d, [C, "HTC"], [S, O]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [C, [d, /_/g, " "], [S, A]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [d, [C, "Acer"], [S, O]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [d, [C, "Meizu"], [S, A]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [C, d, [S, A]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [C, d, [S, O]], [/(surface duo)/i], [d, [C, U], [S, O]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [d, [C, "Fairphone"], [S, A]], [/(u304aa)/i], [d, [C, "AT&T"], [S, A]], [/\bsie-(\w*)/i], [d, [C, "Siemens"], [S, A]], [/\b(rct\w+) b/i], [d, [C, "RCA"], [S, O]], [/\b(venue[\d ]{2,7}) b/i], [d, [C, "Dell"], [S, O]], [/\b(q(?:mv|ta)\w+) b/i], [d, [C, "Verizon"], [S, O]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [d, [C, "Barnes & Noble"], [S, O]], [/\b(tm\d{3}\w+) b/i], [d, [C, "NuVision"], [S, O]], [/\b(k88) b/i], [d, [C, "ZTE"], [S, O]], [/\b(nx\d{3}j) b/i], [d, [C, "ZTE"], [S, A]], [/\b(gen\d{3}) b.+49h/i], [d, [C, "Swiss"], [S, A]], [/\b(zur\d{3}) b/i], [d, [C, "Swiss"], [S, O]], [/\b((zeki)?tb.*\b) b/i], [d, [C, "Zeki"], [S, O]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[C, "Dragon Touch"], d, [S, O]], [/\b(ns-?\w{0,9}) b/i], [d, [C, "Insignia"], [S, O]], [/\b((nxa|next)-?\w{0,9}) b/i], [d, [C, "NextBook"], [S, O]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[C, "Voice"], d, [S, A]], [/\b(lvtel\-)?(v1[12]) b/i], [[C, "LvTel"], d, [S, A]], [/\b(ph-1) /i], [d, [C, "Essential"], [S, A]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [d, [C, "Envizen"], [S, O]], [/\b(trio[-\w\. ]+) b/i], [d, [C, "MachSpeed"], [S, O]], [/\btu_(1491) b/i], [d, [C, "Rotor"], [S, O]], [/(shield[\w ]+) b/i], [d, [C, "Nvidia"], [S, O]], [/(sprint) (\w+)/i], [C, d, [S, A]], [/(kin\.[onetw]{3})/i], [[d, /\./g, " "], [C, U], [S, A]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [d, [C, Ue], [S, O]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [d, [C, Ue], [S, A]], [/smart-tv.+(samsung)/i], [C, [S, y]], [/hbbtv.+maple;(\d+)/i], [[d, /^/, "SmartTV"], [C, Lt], [S, y]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[C, G], [S, y]], [/(apple) ?tv/i], [C, [d, M + " TV"], [S, y]], [/crkey/i], [[d, ge + "cast"], [C, ye], [S, y]], [/droid.+aft(\w+)( bui|\))/i], [d, [C, x], [S, y]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [d, [C, Ze], [S, y]], [/(bravia[\w ]+)( bui|\))/i], [d, [C, ar], [S, y]], [/(mitv-\w{5}) bui/i], [d, [C, ut], [S, y]], [/Hbbtv.*(technisat) (.*);/i], [C, d, [S, y]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[C, ss], [d, ss], [S, y]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[S, y]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [C, d, [S, I]], [/droid.+; (shield) bui/i], [d, [C, "Nvidia"], [S, I]], [/(playstation [345portablevi]+)/i], [d, [C, ar], [S, I]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [d, [C, U], [S, I]], [/((pebble))app/i], [C, d, [S, w]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [d, [C, M], [S, w]], [/droid.+; (glass) \d/i], [d, [C, ye], [S, w]], [/droid.+; (wt63?0{2,3})\)/i], [d, [C, Ue], [S, w]], [/(quest( 2| pro)?)/i], [d, [C, hc], [S, w]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [C, [S, N]], [/(aeobc)\b/i], [d, [C, x], [S, N]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [d, [S, A]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [d, [S, O]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[S, O]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[S, A]], [/(android[-\w\. ]{0,9});.+buil/i], [d, [C, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [R, [m, He + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [R, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, R], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [R, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, R], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [m, [R, H_, G3]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[m, "Windows"], [R, H_, G3]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[R, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, as], [R, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [R, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, R], [/\(bb(10);/i], [R, [m, re]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [R, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [R, [m, Ee + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [R, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [R, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [R, [m, ge + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, Ec], R], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, R], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], R], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, R]] }, wr = function(se, Se) {
|
|
8545
|
+
}, LD = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, G3 = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, z3 = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [R, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [R, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, R], [/opios[\/ ]+([\w\.]+)/i], [R, [m, ue + " Mini"]], [/\bopr\/([\w\.]+)/i], [R, [m, ue]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, R], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [R, [m, "UC" + _e]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [R, [m, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [R, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [R, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [R, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [R, [m, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + _e], R], [/\bfocus\/([\w\.]+)/i], [R, [m, Ee + " Focus"]], [/\bopt\/([\w\.]+)/i], [R, [m, ue + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [R, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [R, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [R, [m, ue + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [R, [m, "MIUI " + _e]], [/fxios\/([-\w\.]+)/i], [R, [m, Ee]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360 " + _e]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1 " + _e], R], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], R], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [m, R], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, hc], R], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, R], [/\bgsa\/([\w\.]+) .*safari\//i], [R, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [R, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [R, [m, ge + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, ge + " WebView"], R], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [R, [m, "Android " + _e]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, R], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [R, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [R, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [R, H_, LD]], [/(webkit|khtml)\/([\w\.]+)/i], [m, R], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], R], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [R, [m, Ee + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [m, R], [/(cobalt)\/([\w\.]+)/i], [m, [R, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[v, "amd64"]], [/(ia32(?=;))/i], [[v, Fi]], [/((?:i[346]|x)86)[;\)]/i], [[v, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[v, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[v, "armhf"]], [/windows (ce|mobile); ppc;/i], [[v, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[v, /ower/, o, Fi]], [/(sun4\w)[;\)]/i], [[v, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[v, Fi]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [d, [C, Lt], [S, O]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [d, [C, Lt], [S, A]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [d, [C, M], [S, A]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [d, [C, M], [S, O]], [/(macintosh);/i], [d, [C, M]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [d, [C, Ze], [S, A]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [d, [C, k], [S, O]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [d, [C, k], [S, A]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[d, /_/g, " "], [C, ut], [S, A]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[d, /_/g, " "], [C, ut], [S, O]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [d, [C, "OPPO"], [S, A]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [d, [C, "Vivo"], [S, A]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [d, [C, "Realme"], [S, A]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [d, [C, Q], [S, A]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [d, [C, Q], [S, O]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [d, [C, G], [S, O]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [d, [C, G], [S, A]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [d, [C, "Lenovo"], [S, O]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[d, /_/g, " "], [C, "Nokia"], [S, A]], [/(pixel c)\b/i], [d, [C, ye], [S, O]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [d, [C, ye], [S, A]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [d, [C, ar], [S, A]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[d, "Xperia Tablet"], [C, ar], [S, O]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [d, [C, "OnePlus"], [S, A]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [d, [C, x], [S, O]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[d, /(.+)/g, "Fire Phone $1"], [C, x], [S, A]], [/(playbook);[-\w\),; ]+(rim)/i], [d, C, [S, O]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [d, [C, re], [S, A]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [d, [C, F], [S, O]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [d, [C, F], [S, A]], [/(nexus 9)/i], [d, [C, "HTC"], [S, O]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [C, [d, /_/g, " "], [S, A]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [d, [C, "Acer"], [S, O]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [d, [C, "Meizu"], [S, A]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [C, d, [S, A]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [C, d, [S, O]], [/(surface duo)/i], [d, [C, U], [S, O]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [d, [C, "Fairphone"], [S, A]], [/(u304aa)/i], [d, [C, "AT&T"], [S, A]], [/\bsie-(\w*)/i], [d, [C, "Siemens"], [S, A]], [/\b(rct\w+) b/i], [d, [C, "RCA"], [S, O]], [/\b(venue[\d ]{2,7}) b/i], [d, [C, "Dell"], [S, O]], [/\b(q(?:mv|ta)\w+) b/i], [d, [C, "Verizon"], [S, O]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [d, [C, "Barnes & Noble"], [S, O]], [/\b(tm\d{3}\w+) b/i], [d, [C, "NuVision"], [S, O]], [/\b(k88) b/i], [d, [C, "ZTE"], [S, O]], [/\b(nx\d{3}j) b/i], [d, [C, "ZTE"], [S, A]], [/\b(gen\d{3}) b.+49h/i], [d, [C, "Swiss"], [S, A]], [/\b(zur\d{3}) b/i], [d, [C, "Swiss"], [S, O]], [/\b((zeki)?tb.*\b) b/i], [d, [C, "Zeki"], [S, O]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[C, "Dragon Touch"], d, [S, O]], [/\b(ns-?\w{0,9}) b/i], [d, [C, "Insignia"], [S, O]], [/\b((nxa|next)-?\w{0,9}) b/i], [d, [C, "NextBook"], [S, O]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[C, "Voice"], d, [S, A]], [/\b(lvtel\-)?(v1[12]) b/i], [[C, "LvTel"], d, [S, A]], [/\b(ph-1) /i], [d, [C, "Essential"], [S, A]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [d, [C, "Envizen"], [S, O]], [/\b(trio[-\w\. ]+) b/i], [d, [C, "MachSpeed"], [S, O]], [/\btu_(1491) b/i], [d, [C, "Rotor"], [S, O]], [/(shield[\w ]+) b/i], [d, [C, "Nvidia"], [S, O]], [/(sprint) (\w+)/i], [C, d, [S, A]], [/(kin\.[onetw]{3})/i], [[d, /\./g, " "], [C, U], [S, A]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [d, [C, Ue], [S, O]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [d, [C, Ue], [S, A]], [/smart-tv.+(samsung)/i], [C, [S, y]], [/hbbtv.+maple;(\d+)/i], [[d, /^/, "SmartTV"], [C, Lt], [S, y]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[C, G], [S, y]], [/(apple) ?tv/i], [C, [d, M + " TV"], [S, y]], [/crkey/i], [[d, ge + "cast"], [C, ye], [S, y]], [/droid.+aft(\w+)( bui|\))/i], [d, [C, x], [S, y]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [d, [C, Ze], [S, y]], [/(bravia[\w ]+)( bui|\))/i], [d, [C, ar], [S, y]], [/(mitv-\w{5}) bui/i], [d, [C, ut], [S, y]], [/Hbbtv.*(technisat) (.*);/i], [C, d, [S, y]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[C, as], [d, as], [S, y]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[S, y]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [C, d, [S, I]], [/droid.+; (shield) bui/i], [d, [C, "Nvidia"], [S, I]], [/(playstation [345portablevi]+)/i], [d, [C, ar], [S, I]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [d, [C, U], [S, I]], [/((pebble))app/i], [C, d, [S, w]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [d, [C, M], [S, w]], [/droid.+; (glass) \d/i], [d, [C, ye], [S, w]], [/droid.+; (wt63?0{2,3})\)/i], [d, [C, Ue], [S, w]], [/(quest( 2| pro)?)/i], [d, [C, hc], [S, w]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [C, [S, N]], [/(aeobc)\b/i], [d, [C, x], [S, N]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [d, [S, A]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [d, [S, O]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[S, O]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[S, A]], [/(android[-\w\. ]{0,9});.+buil/i], [d, [C, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [R, [m, He + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [R, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, R], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [R, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, R], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [m, [R, H_, G3]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[m, "Windows"], [R, H_, G3]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[R, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, os], [R, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [R, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, R], [/\(bb(10);/i], [R, [m, re]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [R, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [R, [m, Ee + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [R, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [R, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [R, [m, ge + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, Ec], R], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, R], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], R], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, R]] }, wr = function(se, Se) {
|
|
8546
8546
|
if (typeof se === u && (Se = se, se = n), !(this instanceof wr))
|
|
8547
8547
|
return new wr(se, Se).getResult();
|
|
8548
8548
|
var ee = typeof r !== f && r.navigator ? r.navigator : n, Ae = se || (ee && ee.userAgent ? ee.userAgent : o), zn = ee && ee.userAgentData ? ee.userAgentData : n, Yr = Se ? Oo(z3, Se) : z3, me = ee && ee.userAgent == Ae;
|
|
8549
8549
|
return this.getBrowser = function() {
|
|
8550
8550
|
var X = {};
|
|
8551
|
-
return X[m] = n, X[R] = n,
|
|
8551
|
+
return X[m] = n, X[R] = n, ss.call(X, Ae, Yr.browser), X[p] = b_(X[R]), me && ee && ee.brave && typeof ee.brave.isBrave == l && (X[m] = "Brave"), X;
|
|
8552
8552
|
}, this.getCPU = function() {
|
|
8553
8553
|
var X = {};
|
|
8554
|
-
return X[v] = n,
|
|
8554
|
+
return X[v] = n, ss.call(X, Ae, Yr.cpu), X;
|
|
8555
8555
|
}, this.getDevice = function() {
|
|
8556
8556
|
var X = {};
|
|
8557
|
-
return X[C] = n, X[d] = n, X[S] = n,
|
|
8557
|
+
return X[C] = n, X[d] = n, X[S] = n, ss.call(X, Ae, Yr.device), me && !X[S] && zn && zn.mobile && (X[S] = A), me && X[d] == "Macintosh" && ee && typeof ee.standalone !== f && ee.maxTouchPoints && ee.maxTouchPoints > 2 && (X[d] = "iPad", X[S] = O), X;
|
|
8558
8558
|
}, this.getEngine = function() {
|
|
8559
8559
|
var X = {};
|
|
8560
|
-
return X[m] = n, X[R] = n,
|
|
8560
|
+
return X[m] = n, X[R] = n, ss.call(X, Ae, Yr.engine), X;
|
|
8561
8561
|
}, this.getOS = function() {
|
|
8562
8562
|
var X = {};
|
|
8563
|
-
return X[m] = n, X[R] = n,
|
|
8563
|
+
return X[m] = n, X[R] = n, ss.call(X, Ae, Yr.os), me && !X[m] && zn && zn.platform != "Unknown" && (X[m] = zn.platform.replace(/chrome os/i, Ec).replace(/macos/i, os)), X;
|
|
8564
8564
|
}, this.getResult = function() {
|
|
8565
8565
|
return { ua: this.getUA(), browser: this.getBrowser(), engine: this.getEngine(), os: this.getOS(), device: this.getDevice(), cpu: this.getCPU() };
|
|
8566
8566
|
}, this.getUA = function() {
|
|
8567
8567
|
return Ae;
|
|
8568
8568
|
}, this.setUA = function(X) {
|
|
8569
|
-
return Ae = typeof X === _ && X.length > P ?
|
|
8569
|
+
return Ae = typeof X === _ && X.length > P ? as(X, P) : X, this;
|
|
8570
8570
|
}, this.setUA(Ae), this;
|
|
8571
8571
|
};
|
|
8572
8572
|
wr.VERSION = i, wr.BROWSER = ki([m, R, p]), wr.CPU = ki([v]), wr.DEVICE = ki([d, C, S, I, A, y, O, w, N]), wr.ENGINE = wr.OS = ki([m, R]), e.exports && (t = e.exports = wr), t.UAParser = wr;
|
|
@@ -8582,7 +8582,7 @@ var B = {}, Hh = { exports: {} };
|
|
|
8582
8582
|
Do.ua[ee] = Se[ee];
|
|
8583
8583
|
};
|
|
8584
8584
|
}
|
|
8585
|
-
})(typeof window == "object" ? window :
|
|
8585
|
+
})(typeof window == "object" ? window : Yo);
|
|
8586
8586
|
})(Hh, Hh.exports);
|
|
8587
8587
|
var rB = Hh.exports;
|
|
8588
8588
|
Object.defineProperty(B, "__esModule", { value: !0 });
|
|
@@ -8794,7 +8794,7 @@ var dt = {
|
|
|
8794
8794
|
EdgeChromium: "Edge Chromium",
|
|
8795
8795
|
MIUI: "MIUI Browser",
|
|
8796
8796
|
SamsungBrowser: "Samsung Browser"
|
|
8797
|
-
},
|
|
8797
|
+
}, Ja = {
|
|
8798
8798
|
IOS: "iOS",
|
|
8799
8799
|
Android: "Android",
|
|
8800
8800
|
WindowsPhone: "Windows Phone",
|
|
@@ -8959,19 +8959,19 @@ var KA = function(t) {
|
|
|
8959
8959
|
return K(r, "browser");
|
|
8960
8960
|
}, o6 = function(t) {
|
|
8961
8961
|
var r = t.name;
|
|
8962
|
-
return r ===
|
|
8962
|
+
return r === Ja.Android;
|
|
8963
8963
|
}, a6 = function(t) {
|
|
8964
8964
|
var r = t.name;
|
|
8965
|
-
return r ===
|
|
8965
|
+
return r === Ja.Windows;
|
|
8966
8966
|
}, s6 = function(t) {
|
|
8967
8967
|
var r = t.name;
|
|
8968
|
-
return r ===
|
|
8968
|
+
return r === Ja.MAC_OS;
|
|
8969
8969
|
}, l6 = function(t) {
|
|
8970
8970
|
var r = t.name;
|
|
8971
|
-
return r ===
|
|
8971
|
+
return r === Ja.WindowsPhone;
|
|
8972
8972
|
}, c6 = function(t) {
|
|
8973
8973
|
var r = t.name;
|
|
8974
|
-
return r ===
|
|
8974
|
+
return r === Ja.IOS;
|
|
8975
8975
|
}, u6 = function(t) {
|
|
8976
8976
|
var r = t.version;
|
|
8977
8977
|
return K(r);
|
|
@@ -9029,7 +9029,7 @@ var KA = function(t) {
|
|
|
9029
9029
|
}, T6 = function() {
|
|
9030
9030
|
var t = g3(), r = t && t.userAgent && t.userAgent.toLowerCase();
|
|
9031
9031
|
return typeof r == "string" ? /electron/.test(r) : !1;
|
|
9032
|
-
},
|
|
9032
|
+
}, Ia = function(t) {
|
|
9033
9033
|
return typeof t == "string" && t.indexOf("Edg/") !== -1;
|
|
9034
9034
|
}, N6 = function() {
|
|
9035
9035
|
var t = g3();
|
|
@@ -9075,7 +9075,7 @@ function P6(e) {
|
|
|
9075
9075
|
engineName: O6(o),
|
|
9076
9076
|
engineVersion: D6(o),
|
|
9077
9077
|
getUA: w6(a),
|
|
9078
|
-
isEdge: Mf(n) ||
|
|
9078
|
+
isEdge: Mf(n) || Ia(a),
|
|
9079
9079
|
isYandex: h6(n),
|
|
9080
9080
|
deviceType: i6(r),
|
|
9081
9081
|
isIOS13: N6(),
|
|
@@ -9083,15 +9083,15 @@ function P6(e) {
|
|
|
9083
9083
|
isIPhone13: y6(),
|
|
9084
9084
|
isIPod13: L6(),
|
|
9085
9085
|
isElectron: T6(),
|
|
9086
|
-
isEdgeChromium:
|
|
9087
|
-
isLegacyEdge: Mf(n) && !
|
|
9086
|
+
isEdgeChromium: Ia(a),
|
|
9087
|
+
isLegacyEdge: Mf(n) && !Ia(a),
|
|
9088
9088
|
isWindows: a6(i),
|
|
9089
9089
|
isMacOs: s6(i),
|
|
9090
9090
|
isMIUI: v6(n),
|
|
9091
9091
|
isSamsungBrowser: I6(n)
|
|
9092
9092
|
};
|
|
9093
9093
|
}
|
|
9094
|
-
var M6 = QA(ir), x6 = e6(ir), $6 = JA(ir), TB = t6(ir), NB = m6(mt) || sn(), yB = p6(mt), D_ = qA(ir) || sn(), b6 = KA(ir), H6 = XA(ir) || sn(), V6 = Pf(ir), LB = Pf(ir), k6 = o6(Hi), F6 = l6(Hi), U6 = c6(Hi) || sn(), wB = _6(mt), PB = d6(mt), MB = E6(mt), xB = S6(mt), j6 = C6(mt), $B = u6(Hi), bB = f6(Hi), HB = g6(mt), VB = A6(mt), kB = R6(mt), FB = r6(ir), UB = n6(ir), jB = O6(I3), BB = D6(I3), GB = w6(ic), zB = Mf(mt) ||
|
|
9094
|
+
var M6 = QA(ir), x6 = e6(ir), $6 = JA(ir), TB = t6(ir), NB = m6(mt) || sn(), yB = p6(mt), D_ = qA(ir) || sn(), b6 = KA(ir), H6 = XA(ir) || sn(), V6 = Pf(ir), LB = Pf(ir), k6 = o6(Hi), F6 = l6(Hi), U6 = c6(Hi) || sn(), wB = _6(mt), PB = d6(mt), MB = E6(mt), xB = S6(mt), j6 = C6(mt), $B = u6(Hi), bB = f6(Hi), HB = g6(mt), VB = A6(mt), kB = R6(mt), FB = r6(ir), UB = n6(ir), jB = O6(I3), BB = D6(I3), GB = w6(ic), zB = Mf(mt) || Ia(ic), ZB = h6(mt), WB = i6(ir), YB = N6(), KB = sn(), XB = y6(), qB = L6(), QB = T6(), JB = Ia(ic), eG = Mf(mt) && !Ia(ic), tG = a6(Hi), rG = s6(Hi), nG = v6(mt), iG = I6(mt), oG = function(t) {
|
|
9095
9095
|
if (!t || typeof t != "string") {
|
|
9096
9096
|
console.error("No valid user agent string was provided");
|
|
9097
9097
|
return;
|
|
@@ -9235,7 +9235,7 @@ B.IEView = lG;
|
|
|
9235
9235
|
B.IOSView = cG;
|
|
9236
9236
|
B.MobileOnlyView = dG;
|
|
9237
9237
|
B.MobileView = uG;
|
|
9238
|
-
B.OsTypes =
|
|
9238
|
+
B.OsTypes = Ja;
|
|
9239
9239
|
B.SmartTVView = pG;
|
|
9240
9240
|
B.TabletView = fG;
|
|
9241
9241
|
B.WearableView = EG;
|
|
@@ -9600,7 +9600,7 @@ const tR = (e) => {
|
|
|
9600
9600
|
}
|
|
9601
9601
|
return t;
|
|
9602
9602
|
}, $G = () => ["localhost", "127.0.0.1", "", "::1"].includes(window.location.hostname), bG = () => !$G() && window.location.protocol === "http:";
|
|
9603
|
-
function
|
|
9603
|
+
function Os(e, t, r) {
|
|
9604
9604
|
return (t = HG(t)) in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
|
|
9605
9605
|
}
|
|
9606
9606
|
function HG(e) {
|
|
@@ -9619,7 +9619,7 @@ function VG(e, t) {
|
|
|
9619
9619
|
}
|
|
9620
9620
|
class kG {
|
|
9621
9621
|
constructor() {
|
|
9622
|
-
|
|
9622
|
+
Os(this, "_levels", []), Os(this, "_transports", []), Os(this, "_logs", []), Os(this, "_prevTime", 0), Os(this, "logListener", null);
|
|
9623
9623
|
try {
|
|
9624
9624
|
if (!window.localStorage) return;
|
|
9625
9625
|
const t = window.localStorage.getItem("logger");
|
|
@@ -10690,7 +10690,7 @@ var lu, cu;
|
|
|
10690
10690
|
function tz(e, t) {
|
|
10691
10691
|
return !(e === t || Ye.isValidElement(e) && Ye.isValidElement(t) && e.key != null && e.key === t.key);
|
|
10692
10692
|
}
|
|
10693
|
-
var
|
|
10693
|
+
var Ha = {
|
|
10694
10694
|
out: "out-in",
|
|
10695
10695
|
in: "in-out"
|
|
10696
10696
|
}, $f = function(t, r, n) {
|
|
@@ -10698,7 +10698,7 @@ var Va = {
|
|
|
10698
10698
|
var i;
|
|
10699
10699
|
t.props[r] && (i = t.props)[r].apply(i, arguments), n();
|
|
10700
10700
|
};
|
|
10701
|
-
}, rz = (lu = {}, lu[
|
|
10701
|
+
}, rz = (lu = {}, lu[Ha.out] = function(e) {
|
|
10702
10702
|
var t = e.current, r = e.changeState;
|
|
10703
10703
|
return Ye.cloneElement(t, {
|
|
10704
10704
|
in: !1,
|
|
@@ -10706,7 +10706,7 @@ var Va = {
|
|
|
10706
10706
|
r(Er, null);
|
|
10707
10707
|
})
|
|
10708
10708
|
});
|
|
10709
|
-
}, lu[
|
|
10709
|
+
}, lu[Ha.in] = function(e) {
|
|
10710
10710
|
var t = e.current, r = e.changeState, n = e.children;
|
|
10711
10711
|
return [t, Ye.cloneElement(n, {
|
|
10712
10712
|
in: !0,
|
|
@@ -10714,7 +10714,7 @@ var Va = {
|
|
|
10714
10714
|
r(Er);
|
|
10715
10715
|
})
|
|
10716
10716
|
})];
|
|
10717
|
-
}, lu), nz = (cu = {}, cu[
|
|
10717
|
+
}, lu), nz = (cu = {}, cu[Ha.out] = function(e) {
|
|
10718
10718
|
var t = e.children, r = e.changeState;
|
|
10719
10719
|
return Ye.cloneElement(t, {
|
|
10720
10720
|
in: !0,
|
|
@@ -10724,7 +10724,7 @@ var Va = {
|
|
|
10724
10724
|
}));
|
|
10725
10725
|
})
|
|
10726
10726
|
});
|
|
10727
|
-
}, cu[
|
|
10727
|
+
}, cu[Ha.in] = function(e) {
|
|
10728
10728
|
var t = e.current, r = e.children, n = e.changeState;
|
|
10729
10729
|
return [Ye.cloneElement(t, {
|
|
10730
10730
|
in: !1,
|
|
@@ -10757,7 +10757,7 @@ var Va = {
|
|
|
10757
10757
|
}, t.getDerivedStateFromProps = function(i, o) {
|
|
10758
10758
|
return i.children == null ? {
|
|
10759
10759
|
current: null
|
|
10760
|
-
} : o.status === Er && i.mode ===
|
|
10760
|
+
} : o.status === Er && i.mode === Ha.in ? {
|
|
10761
10761
|
status: Er
|
|
10762
10762
|
} : o.current && tz(o.current, i.children) ? {
|
|
10763
10763
|
status: Ml
|
|
@@ -10792,7 +10792,7 @@ var Va = {
|
|
|
10792
10792
|
}(Ye.Component);
|
|
10793
10793
|
N3.propTypes = {};
|
|
10794
10794
|
N3.defaultProps = {
|
|
10795
|
-
mode:
|
|
10795
|
+
mode: Ha.out
|
|
10796
10796
|
};
|
|
10797
10797
|
function iz(e) {
|
|
10798
10798
|
let {
|
|
@@ -11835,7 +11835,7 @@ var zh = { exports: {} };
|
|
|
11835
11835
|
(function(e, t) {
|
|
11836
11836
|
(function(r, n) {
|
|
11837
11837
|
n(t, b);
|
|
11838
|
-
})(
|
|
11838
|
+
})(Yo, function(r, n) {
|
|
11839
11839
|
var i = "default" in n ? n.default : n;
|
|
11840
11840
|
function o(S) {
|
|
11841
11841
|
return (o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(C) {
|
|
@@ -12075,7 +12075,7 @@ function lR(e) {
|
|
|
12075
12075
|
] });
|
|
12076
12076
|
}
|
|
12077
12077
|
var cR = `
|
|
12078
|
-
\v\f\r \u2028\u2029\uFEFF`, Zz = ce, Wz =
|
|
12078
|
+
\v\f\r \u2028\u2029\uFEFF`, Zz = ce, Wz = Ba, Yz = Tr, Zh = cR, MC = Zz("".replace), Kz = RegExp("^[" + Zh + "]+"), Xz = RegExp("(^|[^" + Zh + "])[" + Zh + "]+$"), E1 = function(e) {
|
|
12079
12079
|
return function(t) {
|
|
12080
12080
|
var r = Yz(Wz(t));
|
|
12081
12081
|
return e & 1 && (r = MC(r, Kz, "")), e & 2 && (r = MC(r, Xz, "$1")), r;
|
|
@@ -12175,7 +12175,7 @@ function uR(e, t) {
|
|
|
12175
12175
|
const { toString: lZ } = Object.prototype, { getPrototypeOf: y3 } = Object, N_ = /* @__PURE__ */ ((e) => (t) => {
|
|
12176
12176
|
const r = lZ.call(t);
|
|
12177
12177
|
return e[r] || (e[r] = r.slice(8, -1).toLowerCase());
|
|
12178
|
-
})(/* @__PURE__ */ Object.create(null)), gn = (e) => (e = e.toLowerCase(), (t) => N_(t) === e), y_ = (e) => (t) => typeof t === e, { isArray:
|
|
12178
|
+
})(/* @__PURE__ */ Object.create(null)), gn = (e) => (e = e.toLowerCase(), (t) => N_(t) === e), y_ = (e) => (t) => typeof t === e, { isArray: es } = Array, xl = y_("undefined");
|
|
12179
12179
|
function cZ(e) {
|
|
12180
12180
|
return e !== null && !xl(e) && e.constructor !== null && !xl(e.constructor) && vr(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
12181
12181
|
}
|
|
@@ -12198,7 +12198,7 @@ function ac(e, t, { allOwnKeys: r = !1 } = {}) {
|
|
|
12198
12198
|
if (e === null || typeof e == "undefined")
|
|
12199
12199
|
return;
|
|
12200
12200
|
let n, i;
|
|
12201
|
-
if (typeof e != "object" && (e = [e]),
|
|
12201
|
+
if (typeof e != "object" && (e = [e]), es(e))
|
|
12202
12202
|
for (n = 0, i = e.length; n < i; n++)
|
|
12203
12203
|
t.call(null, e[n], n, e);
|
|
12204
12204
|
else {
|
|
@@ -12221,7 +12221,7 @@ const pR = typeof globalThis != "undefined" ? globalThis : typeof self != "undef
|
|
|
12221
12221
|
function Wh() {
|
|
12222
12222
|
const { caseless: e } = hR(this) && this || {}, t = {}, r = (n, i) => {
|
|
12223
12223
|
const o = e && dR(t, i) || i;
|
|
12224
|
-
Fu(t[o]) && Fu(n) ? t[o] = Wh(t[o], n) : Fu(n) ? t[o] = Wh({}, n) :
|
|
12224
|
+
Fu(t[o]) && Fu(n) ? t[o] = Wh(t[o], n) : Fu(n) ? t[o] = Wh({}, n) : es(n) ? t[o] = n.slice() : t[o] = n;
|
|
12225
12225
|
};
|
|
12226
12226
|
for (let n = 0, i = arguments.length; n < i; n++)
|
|
12227
12227
|
arguments[n] && ac(arguments[n], r);
|
|
@@ -12249,7 +12249,7 @@ const IZ = (e, t, r, { allOwnKeys: n } = {}) => (ac(t, (i, o) => {
|
|
|
12249
12249
|
return n !== -1 && n === r;
|
|
12250
12250
|
}, DZ = (e) => {
|
|
12251
12251
|
if (!e) return null;
|
|
12252
|
-
if (
|
|
12252
|
+
if (es(e)) return e;
|
|
12253
12253
|
let t = e.length;
|
|
12254
12254
|
if (!_R(t)) return null;
|
|
12255
12255
|
const r = new Array(t);
|
|
@@ -12301,7 +12301,7 @@ const IZ = (e, t, r, { allOwnKeys: n } = {}) => (ac(t, (i, o) => {
|
|
|
12301
12301
|
r[o] = !0;
|
|
12302
12302
|
});
|
|
12303
12303
|
};
|
|
12304
|
-
return
|
|
12304
|
+
return es(e) ? n(e) : n(String(e).split(t)), r;
|
|
12305
12305
|
}, $Z = () => {
|
|
12306
12306
|
}, bZ = (e, t) => (e = +e, Number.isFinite(e) ? e : t), m1 = "abcdefghijklmnopqrstuvwxyz", VC = "0123456789", mR = {
|
|
12307
12307
|
DIGIT: VC,
|
|
@@ -12324,7 +12324,7 @@ const kZ = (e) => {
|
|
|
12324
12324
|
return;
|
|
12325
12325
|
if (!("toJSON" in n)) {
|
|
12326
12326
|
t[i] = n;
|
|
12327
|
-
const o =
|
|
12327
|
+
const o = es(n) ? [] : {};
|
|
12328
12328
|
return ac(n, (a, l) => {
|
|
12329
12329
|
const f = r(a, i + 1);
|
|
12330
12330
|
!xl(f) && (o[l] = f);
|
|
@@ -12335,7 +12335,7 @@ const kZ = (e) => {
|
|
|
12335
12335
|
};
|
|
12336
12336
|
return r(e, 0);
|
|
12337
12337
|
}, FZ = gn("AsyncFunction"), UZ = (e) => e && (L_(e) || vr(e)) && vr(e.then) && vr(e.catch), $ = {
|
|
12338
|
-
isArray:
|
|
12338
|
+
isArray: es,
|
|
12339
12339
|
isArrayBuffer: fR,
|
|
12340
12340
|
isBuffer: cZ,
|
|
12341
12341
|
isFormData: SZ,
|
|
@@ -12770,7 +12770,7 @@ const nW = $.toObjectSet([
|
|
|
12770
12770
|
i = a.indexOf(":"), r = a.substring(0, i).trim().toLowerCase(), n = a.substring(i + 1).trim(), !(!r || t[r] && nW[r]) && (r === "set-cookie" ? t[r] ? t[r].push(n) : t[r] = [n] : t[r] = t[r] ? t[r] + ", " + n : n);
|
|
12771
12771
|
}), t;
|
|
12772
12772
|
}, jC = Symbol("internals");
|
|
12773
|
-
function
|
|
12773
|
+
function Ds(e) {
|
|
12774
12774
|
return e && String(e).trim().toLowerCase();
|
|
12775
12775
|
}
|
|
12776
12776
|
function Uu(e) {
|
|
@@ -12815,7 +12815,7 @@ class Ir {
|
|
|
12815
12815
|
set(t, r, n) {
|
|
12816
12816
|
const i = this;
|
|
12817
12817
|
function o(l, f, u) {
|
|
12818
|
-
const _ =
|
|
12818
|
+
const _ = Ds(f);
|
|
12819
12819
|
if (!_)
|
|
12820
12820
|
throw new Error("header name must be a non-empty string");
|
|
12821
12821
|
const p = $.findKey(i, _);
|
|
@@ -12825,7 +12825,7 @@ class Ir {
|
|
|
12825
12825
|
return $.isPlainObject(t) || t instanceof this.constructor ? a(t, r) : $.isString(t) && (t = t.trim()) && !aW(t) ? a(iW(t), r) : t != null && o(r, t, n), this;
|
|
12826
12826
|
}
|
|
12827
12827
|
get(t, r) {
|
|
12828
|
-
if (t =
|
|
12828
|
+
if (t = Ds(t), t) {
|
|
12829
12829
|
const n = $.findKey(this, t);
|
|
12830
12830
|
if (n) {
|
|
12831
12831
|
const i = this[n];
|
|
@@ -12842,7 +12842,7 @@ class Ir {
|
|
|
12842
12842
|
}
|
|
12843
12843
|
}
|
|
12844
12844
|
has(t, r) {
|
|
12845
|
-
if (t =
|
|
12845
|
+
if (t = Ds(t), t) {
|
|
12846
12846
|
const n = $.findKey(this, t);
|
|
12847
12847
|
return !!(n && this[n] !== void 0 && (!r || S1(this, this[n], n, r)));
|
|
12848
12848
|
}
|
|
@@ -12852,7 +12852,7 @@ class Ir {
|
|
|
12852
12852
|
const n = this;
|
|
12853
12853
|
let i = !1;
|
|
12854
12854
|
function o(a) {
|
|
12855
|
-
if (a =
|
|
12855
|
+
if (a = Ds(a), a) {
|
|
12856
12856
|
const l = $.findKey(n, a);
|
|
12857
12857
|
l && (!r || S1(n, n[l], l, r)) && (delete n[l], i = !0);
|
|
12858
12858
|
}
|
|
@@ -12911,7 +12911,7 @@ class Ir {
|
|
|
12911
12911
|
accessors: {}
|
|
12912
12912
|
}).accessors, i = this.prototype;
|
|
12913
12913
|
function o(a) {
|
|
12914
|
-
const l =
|
|
12914
|
+
const l = Ds(a);
|
|
12915
12915
|
n[l] || (lW(i, a), n[l] = !0);
|
|
12916
12916
|
}
|
|
12917
12917
|
return $.isArray(t) ? t.forEach(o) : o(t), this;
|
|
@@ -13201,7 +13201,7 @@ function zC(e) {
|
|
|
13201
13201
|
});
|
|
13202
13202
|
}
|
|
13203
13203
|
const ZC = (e) => e instanceof Ir ? Y({}, e) : e;
|
|
13204
|
-
function
|
|
13204
|
+
function Va(e, t) {
|
|
13205
13205
|
t = t || {};
|
|
13206
13206
|
const r = {};
|
|
13207
13207
|
function n(u, _, p) {
|
|
@@ -13343,7 +13343,7 @@ class oo {
|
|
|
13343
13343
|
});
|
|
13344
13344
|
}
|
|
13345
13345
|
_request(t, r) {
|
|
13346
|
-
typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r =
|
|
13346
|
+
typeof t == "string" ? (r = r || {}, r.url = t) : r = t || {}, r = Va(this.defaults, r);
|
|
13347
13347
|
const { transitional: n, paramsSerializer: i, headers: o } = r;
|
|
13348
13348
|
n !== void 0 && Xh.assertOptions(n, {
|
|
13349
13349
|
silentJSONParsing: Qn.transitional(Qn.boolean),
|
|
@@ -13402,14 +13402,14 @@ class oo {
|
|
|
13402
13402
|
return _;
|
|
13403
13403
|
}
|
|
13404
13404
|
getUri(t) {
|
|
13405
|
-
t =
|
|
13405
|
+
t = Va(this.defaults, t);
|
|
13406
13406
|
const r = TR(t.baseURL, t.url);
|
|
13407
13407
|
return gR(r, t.params, t.paramsSerializer);
|
|
13408
13408
|
}
|
|
13409
13409
|
}
|
|
13410
13410
|
$.forEach(["delete", "get", "head", "options"], function(t) {
|
|
13411
13411
|
oo.prototype[t] = function(r, n) {
|
|
13412
|
-
return this.request(
|
|
13412
|
+
return this.request(Va(n || {}, {
|
|
13413
13413
|
method: t,
|
|
13414
13414
|
url: r,
|
|
13415
13415
|
data: (n || {}).data
|
|
@@ -13419,7 +13419,7 @@ $.forEach(["delete", "get", "head", "options"], function(t) {
|
|
|
13419
13419
|
$.forEach(["post", "put", "patch"], function(t) {
|
|
13420
13420
|
function r(n) {
|
|
13421
13421
|
return function(o, a, l) {
|
|
13422
|
-
return this.request(
|
|
13422
|
+
return this.request(Va(l || {}, {
|
|
13423
13423
|
method: t,
|
|
13424
13424
|
headers: n ? {
|
|
13425
13425
|
"Content-Type": "multipart/form-data"
|
|
@@ -13577,7 +13577,7 @@ Object.entries(qh).forEach(([e, t]) => {
|
|
|
13577
13577
|
function LR(e) {
|
|
13578
13578
|
const t = new oo(e), r = uR(oo.prototype.request, t);
|
|
13579
13579
|
return $.extend(r, oo.prototype, t, { allOwnKeys: !0 }), $.extend(r, t, null, { allOwnKeys: !0 }), r.create = function(i) {
|
|
13580
|
-
return LR(
|
|
13580
|
+
return LR(Va(e, i));
|
|
13581
13581
|
}, r;
|
|
13582
13582
|
}
|
|
13583
13583
|
const ve = LR(sc);
|
|
@@ -13594,7 +13594,7 @@ ve.all = function(t) {
|
|
|
13594
13594
|
};
|
|
13595
13595
|
ve.spread = vW;
|
|
13596
13596
|
ve.isAxiosError = IW;
|
|
13597
|
-
ve.mergeConfig =
|
|
13597
|
+
ve.mergeConfig = Va;
|
|
13598
13598
|
ve.AxiosHeaders = Ir;
|
|
13599
13599
|
ve.formToJSON = (e) => OR($.isHTMLForm(e) ? new FormData(e) : e);
|
|
13600
13600
|
ve.getAdapter = NR.getAdapter;
|
|
@@ -13602,12 +13602,12 @@ ve.HttpStatusCode = qh;
|
|
|
13602
13602
|
ve.default = ve;
|
|
13603
13603
|
/*! pako 2.1.0 https://github.com/nodeca/pako @license (MIT AND Zlib) */
|
|
13604
13604
|
const gW = 4, YC = 0, KC = 1, AW = 2;
|
|
13605
|
-
function
|
|
13605
|
+
function ts(e) {
|
|
13606
13606
|
let t = e.length;
|
|
13607
13607
|
for (; --t >= 0; )
|
|
13608
13608
|
e[t] = 0;
|
|
13609
13609
|
}
|
|
13610
|
-
const RW = 0, wR = 1, OW = 2, DW = 3, TW = 258, M3 = 29, cc = 256, $l = cc + 1 + M3,
|
|
13610
|
+
const RW = 0, wR = 1, OW = 2, DW = 3, TW = 258, M3 = 29, cc = 256, $l = cc + 1 + M3, ga = 30, x3 = 19, PR = 2 * $l + 1, eo = 15, I1 = 16, NW = 7, $3 = 256, MR = 16, xR = 17, $R = 18, Qh = (
|
|
13611
13611
|
/* extra bits for each length code */
|
|
13612
13612
|
new Uint8Array([0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0])
|
|
13613
13613
|
), ju = (
|
|
@@ -13617,17 +13617,17 @@ const RW = 0, wR = 1, OW = 2, DW = 3, TW = 258, M3 = 29, cc = 256, $l = cc + 1 +
|
|
|
13617
13617
|
/* extra bits for each bit length code */
|
|
13618
13618
|
new Uint8Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7])
|
|
13619
13619
|
), bR = new Uint8Array([16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]), LW = 512, Ln = new Array(($l + 2) * 2);
|
|
13620
|
-
|
|
13621
|
-
const cl = new Array(
|
|
13622
|
-
|
|
13620
|
+
ts(Ln);
|
|
13621
|
+
const cl = new Array(ga * 2);
|
|
13622
|
+
ts(cl);
|
|
13623
13623
|
const bl = new Array(LW);
|
|
13624
|
-
|
|
13624
|
+
ts(bl);
|
|
13625
13625
|
const Hl = new Array(TW - DW + 1);
|
|
13626
|
-
|
|
13626
|
+
ts(Hl);
|
|
13627
13627
|
const b3 = new Array(M3);
|
|
13628
|
-
|
|
13629
|
-
const bf = new Array(
|
|
13630
|
-
|
|
13628
|
+
ts(b3);
|
|
13629
|
+
const bf = new Array(ga);
|
|
13630
|
+
ts(bf);
|
|
13631
13631
|
function g1(e, t, r, n, i) {
|
|
13632
13632
|
this.static_tree = e, this.extra_bits = t, this.extra_base = r, this.elems = n, this.max_length = i, this.has_stree = e && e.length;
|
|
13633
13633
|
}
|
|
@@ -13689,7 +13689,7 @@ const FR = (e) => e < 256 ? bl[e] : bl[256 + (e >>> 7)], Vl = (e, t) => {
|
|
|
13689
13689
|
for (Hl[r - 1] = n, i = 0, n = 0; n < 16; n++)
|
|
13690
13690
|
for (bf[n] = i, e = 0; e < 1 << ju[n]; e++)
|
|
13691
13691
|
bl[i++] = n;
|
|
13692
|
-
for (i >>= 7; n <
|
|
13692
|
+
for (i >>= 7; n < ga; n++)
|
|
13693
13693
|
for (bf[n] = i << 7, e = 0; e < 1 << ju[n] - 7; e++)
|
|
13694
13694
|
bl[256 + i++] = n;
|
|
13695
13695
|
for (t = 0; t <= eo; t++)
|
|
@@ -13702,14 +13702,14 @@ const FR = (e) => e < 256 ? bl[e] : bl[256 + (e >>> 7)], Vl = (e, t) => {
|
|
|
13702
13702
|
Ln[e * 2 + 1] = 7, e++, o[7]++;
|
|
13703
13703
|
for (; e <= 287; )
|
|
13704
13704
|
Ln[e * 2 + 1] = 8, e++, o[8]++;
|
|
13705
|
-
for (jR(Ln, $l + 1, o), e = 0; e <
|
|
13705
|
+
for (jR(Ln, $l + 1, o), e = 0; e < ga; e++)
|
|
13706
13706
|
cl[e * 2 + 1] = 5, cl[e * 2] = UR(e, 5);
|
|
13707
|
-
HR = new g1(Ln, Qh, cc + 1, $l, eo), VR = new g1(cl, ju, 0,
|
|
13707
|
+
HR = new g1(Ln, Qh, cc + 1, $l, eo), VR = new g1(cl, ju, 0, ga, eo), kR = new g1(new Array(0), yW, 0, x3, NW);
|
|
13708
13708
|
}, BR = (e) => {
|
|
13709
13709
|
let t;
|
|
13710
13710
|
for (t = 0; t < $l; t++)
|
|
13711
13711
|
e.dyn_ltree[t * 2] = 0;
|
|
13712
|
-
for (t = 0; t <
|
|
13712
|
+
for (t = 0; t < ga; t++)
|
|
13713
13713
|
e.dyn_dtree[t * 2] = 0;
|
|
13714
13714
|
for (t = 0; t < x3; t++)
|
|
13715
13715
|
e.bl_tree[t * 2] = 0;
|
|
@@ -13854,7 +13854,7 @@ const YW = () => {
|
|
|
13854
13854
|
e = e >>> 8 ^ i[(e ^ t[a]) & 255];
|
|
13855
13855
|
return e ^ -1;
|
|
13856
13856
|
};
|
|
13857
|
-
var tt = XW,
|
|
13857
|
+
var tt = XW, ka = {
|
|
13858
13858
|
2: "need dictionary",
|
|
13859
13859
|
/* Z_NEED_DICT 2 */
|
|
13860
13860
|
1: "stream end",
|
|
@@ -13932,7 +13932,7 @@ const { _tr_init: qW, _tr_stored_block: e2, _tr_flush_block: QW, _tr_tally: Ri,
|
|
|
13932
13932
|
Z_DEFAULT_STRATEGY: sY,
|
|
13933
13933
|
Z_UNKNOWN: lY,
|
|
13934
13934
|
Z_DEFLATED: P_
|
|
13935
|
-
} = uc, cY = 9, uY = 15, fY = 8, _Y = 29, dY = 256, t2 = dY + 1 + _Y, pY = 30, hY = 19, EY = 2 * t2 + 1, mY = 15, le = 3, pi = 258, mn = pi + le + 1, SY = 32,
|
|
13935
|
+
} = uc, cY = 9, uY = 15, fY = 8, _Y = 29, dY = 256, t2 = dY + 1 + _Y, pY = 30, hY = 19, EY = 2 * t2 + 1, mY = 15, le = 3, pi = 258, mn = pi + le + 1, SY = 32, Fa = 42, H3 = 57, r2 = 69, n2 = 73, i2 = 91, o2 = 103, to = 113, Gs = 666, Rt = 1, rs = 2, ho = 3, ns = 4, CY = 3, ro = (e, t) => (e.msg = ka[t], t), nv = (e) => e * 2 - (e > 4 ? 9 : 0), si = (e) => {
|
|
13936
13936
|
let t = e.length;
|
|
13937
13937
|
for (; --t >= 0; )
|
|
13938
13938
|
e[t] = 0;
|
|
@@ -13956,7 +13956,7 @@ const Zt = (e) => {
|
|
|
13956
13956
|
QW(e, e.block_start >= 0 ? e.block_start : -1, e.strstart - e.block_start, t), e.block_start = e.strstart, Zt(e.strm);
|
|
13957
13957
|
}, pe = (e, t) => {
|
|
13958
13958
|
e.pending_buf[e.pending++] = t;
|
|
13959
|
-
},
|
|
13959
|
+
}, Ts = (e, t) => {
|
|
13960
13960
|
e.pending_buf[e.pending++] = t >>> 8 & 255, e.pending_buf[e.pending++] = t & 255;
|
|
13961
13961
|
}, a2 = (e, t, r, n) => {
|
|
13962
13962
|
let i = e.avail_in;
|
|
@@ -13980,7 +13980,7 @@ const Zt = (e) => {
|
|
|
13980
13980
|
}
|
|
13981
13981
|
while ((t = p[t & _]) > f && --r !== 0);
|
|
13982
13982
|
return a <= e.lookahead ? a : e.lookahead;
|
|
13983
|
-
},
|
|
13983
|
+
}, Ua = (e) => {
|
|
13984
13984
|
const t = e.w_size;
|
|
13985
13985
|
let r, n, i;
|
|
13986
13986
|
do {
|
|
@@ -13997,12 +13997,12 @@ const Zt = (e) => {
|
|
|
13997
13997
|
break;
|
|
13998
13998
|
a = t === mr && n === i + e.strm.avail_in ? 1 : 0, e2(e, 0, 0, a), e.pending_buf[e.pending - 4] = n, e.pending_buf[e.pending - 3] = n >> 8, e.pending_buf[e.pending - 2] = ~n, e.pending_buf[e.pending - 1] = ~n >> 8, Zt(e.strm), i && (i > n && (i = n), e.strm.output.set(e.window.subarray(e.block_start, e.block_start + i), e.strm.next_out), e.strm.next_out += i, e.strm.avail_out -= i, e.strm.total_out += i, e.block_start += i, n -= i), n && (a2(e.strm, e.strm.output, e.strm.next_out, n), e.strm.next_out += n, e.strm.avail_out -= n, e.strm.total_out += n);
|
|
13999
13999
|
} while (a === 0);
|
|
14000
|
-
return l -= e.strm.avail_in, l && (l >= e.w_size ? (e.matches = 2, e.window.set(e.strm.input.subarray(e.strm.next_in - e.w_size, e.strm.next_in), 0), e.strstart = e.w_size, e.insert = e.strstart) : (e.window_size - e.strstart <= l && (e.strstart -= e.w_size, e.window.set(e.window.subarray(e.w_size, e.w_size + e.strstart), 0), e.matches < 2 && e.matches++, e.insert > e.strstart && (e.insert = e.strstart)), e.window.set(e.strm.input.subarray(e.strm.next_in - l, e.strm.next_in), e.strstart), e.strstart += l, e.insert += l > e.w_size - e.insert ? e.w_size - e.insert : l), e.block_start = e.strstart), e.high_water < e.strstart && (e.high_water = e.strstart), a ?
|
|
14000
|
+
return l -= e.strm.avail_in, l && (l >= e.w_size ? (e.matches = 2, e.window.set(e.strm.input.subarray(e.strm.next_in - e.w_size, e.strm.next_in), 0), e.strstart = e.w_size, e.insert = e.strstart) : (e.window_size - e.strstart <= l && (e.strstart -= e.w_size, e.window.set(e.window.subarray(e.w_size, e.w_size + e.strstart), 0), e.matches < 2 && e.matches++, e.insert > e.strstart && (e.insert = e.strstart)), e.window.set(e.strm.input.subarray(e.strm.next_in - l, e.strm.next_in), e.strstart), e.strstart += l, e.insert += l > e.w_size - e.insert ? e.w_size - e.insert : l), e.block_start = e.strstart), e.high_water < e.strstart && (e.high_water = e.strstart), a ? ns : t !== Oi && t !== mr && e.strm.avail_in === 0 && e.strstart === e.block_start ? rs : (o = e.window_size - e.strstart, e.strm.avail_in > o && e.block_start >= e.w_size && (e.block_start -= e.w_size, e.strstart -= e.w_size, e.window.set(e.window.subarray(e.w_size, e.w_size + e.strstart), 0), e.matches < 2 && e.matches++, o += e.w_size, e.insert > e.strstart && (e.insert = e.strstart)), o > e.strm.avail_in && (o = e.strm.avail_in), o && (a2(e.strm, e.window, e.strstart, o), e.strstart += o, e.insert += o > e.w_size - e.insert ? e.w_size - e.insert : o), e.high_water < e.strstart && (e.high_water = e.strstart), o = e.bi_valid + 42 >> 3, o = e.pending_buf_size - o > 65535 ? 65535 : e.pending_buf_size - o, r = o > e.w_size ? e.w_size : o, i = e.strstart - e.block_start, (i >= r || (i || t === mr) && t !== Oi && e.strm.avail_in === 0 && i <= o) && (n = i > o ? o : i, a = t === mr && e.strm.avail_in === 0 && n === i ? 1 : 0, e2(e, e.block_start, n, a), e.block_start += n, Zt(e.strm)), a ? ho : Rt);
|
|
14001
14001
|
}, D1 = (e, t) => {
|
|
14002
14002
|
let r, n;
|
|
14003
14003
|
for (; ; ) {
|
|
14004
14004
|
if (e.lookahead < mn) {
|
|
14005
|
-
if (
|
|
14005
|
+
if (Ua(e), e.lookahead < mn && t === Oi)
|
|
14006
14006
|
return Rt;
|
|
14007
14007
|
if (e.lookahead === 0)
|
|
14008
14008
|
break;
|
|
@@ -14021,12 +14021,12 @@ const Zt = (e) => {
|
|
|
14021
14021
|
if (n && (Xt(e, !1), e.strm.avail_out === 0))
|
|
14022
14022
|
return Rt;
|
|
14023
14023
|
}
|
|
14024
|
-
return e.insert = e.strstart < le - 1 ? e.strstart : le - 1, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho :
|
|
14024
|
+
return e.insert = e.strstart < le - 1 ? e.strstart : le - 1, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho : ns) : e.sym_next && (Xt(e, !1), e.strm.avail_out === 0) ? Rt : rs;
|
|
14025
14025
|
}, Vo = (e, t) => {
|
|
14026
14026
|
let r, n, i;
|
|
14027
14027
|
for (; ; ) {
|
|
14028
14028
|
if (e.lookahead < mn) {
|
|
14029
|
-
if (
|
|
14029
|
+
if (Ua(e), e.lookahead < mn && t === Oi)
|
|
14030
14030
|
return Rt;
|
|
14031
14031
|
if (e.lookahead === 0)
|
|
14032
14032
|
break;
|
|
@@ -14044,13 +14044,13 @@ const Zt = (e) => {
|
|
|
14044
14044
|
} else
|
|
14045
14045
|
e.match_available = 1, e.strstart++, e.lookahead--;
|
|
14046
14046
|
}
|
|
14047
|
-
return e.match_available && (n = Ri(e, 0, e.window[e.strstart - 1]), e.match_available = 0), e.insert = e.strstart < le - 1 ? e.strstart : le - 1, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho :
|
|
14047
|
+
return e.match_available && (n = Ri(e, 0, e.window[e.strstart - 1]), e.match_available = 0), e.insert = e.strstart < le - 1 ? e.strstart : le - 1, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho : ns) : e.sym_next && (Xt(e, !1), e.strm.avail_out === 0) ? Rt : rs;
|
|
14048
14048
|
}, gY = (e, t) => {
|
|
14049
14049
|
let r, n, i, o;
|
|
14050
14050
|
const a = e.window;
|
|
14051
14051
|
for (; ; ) {
|
|
14052
14052
|
if (e.lookahead <= pi) {
|
|
14053
|
-
if (
|
|
14053
|
+
if (Ua(e), e.lookahead <= pi && t === Oi)
|
|
14054
14054
|
return Rt;
|
|
14055
14055
|
if (e.lookahead === 0)
|
|
14056
14056
|
break;
|
|
@@ -14065,11 +14065,11 @@ const Zt = (e) => {
|
|
|
14065
14065
|
if (e.match_length >= le ? (r = Ri(e, 1, e.match_length - le), e.lookahead -= e.match_length, e.strstart += e.match_length, e.match_length = 0) : (r = Ri(e, 0, e.window[e.strstart]), e.lookahead--, e.strstart++), r && (Xt(e, !1), e.strm.avail_out === 0))
|
|
14066
14066
|
return Rt;
|
|
14067
14067
|
}
|
|
14068
|
-
return e.insert = 0, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho :
|
|
14068
|
+
return e.insert = 0, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho : ns) : e.sym_next && (Xt(e, !1), e.strm.avail_out === 0) ? Rt : rs;
|
|
14069
14069
|
}, AY = (e, t) => {
|
|
14070
14070
|
let r;
|
|
14071
14071
|
for (; ; ) {
|
|
14072
|
-
if (e.lookahead === 0 && (
|
|
14072
|
+
if (e.lookahead === 0 && (Ua(e), e.lookahead === 0)) {
|
|
14073
14073
|
if (t === Oi)
|
|
14074
14074
|
return Rt;
|
|
14075
14075
|
break;
|
|
@@ -14077,7 +14077,7 @@ const Zt = (e) => {
|
|
|
14077
14077
|
if (e.match_length = 0, r = Ri(e, 0, e.window[e.strstart]), e.lookahead--, e.strstart++, r && (Xt(e, !1), e.strm.avail_out === 0))
|
|
14078
14078
|
return Rt;
|
|
14079
14079
|
}
|
|
14080
|
-
return e.insert = 0, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho :
|
|
14080
|
+
return e.insert = 0, t === mr ? (Xt(e, !0), e.strm.avail_out === 0 ? ho : ns) : e.sym_next && (Xt(e, !1), e.strm.avail_out === 0) ? Rt : rs;
|
|
14081
14081
|
};
|
|
14082
14082
|
function en(e, t, r, n, i) {
|
|
14083
14083
|
this.good_length = e, this.max_lazy = t, this.nice_length = r, this.max_chain = n, this.func = i;
|
|
@@ -14114,7 +14114,7 @@ const fc = (e) => {
|
|
|
14114
14114
|
if (!e)
|
|
14115
14115
|
return 1;
|
|
14116
14116
|
const t = e.state;
|
|
14117
|
-
return !t || t.strm !== e || t.status !==
|
|
14117
|
+
return !t || t.strm !== e || t.status !== Fa && //#ifdef GZIP
|
|
14118
14118
|
t.status !== H3 && //#endif
|
|
14119
14119
|
t.status !== r2 && t.status !== n2 && t.status !== i2 && t.status !== o2 && t.status !== to && t.status !== Gs ? 1 : 0;
|
|
14120
14120
|
}, YR = (e) => {
|
|
@@ -14125,7 +14125,7 @@ const fc = (e) => {
|
|
|
14125
14125
|
return t.pending = 0, t.pending_out = 0, t.wrap < 0 && (t.wrap = -t.wrap), t.status = //#ifdef GZIP
|
|
14126
14126
|
t.wrap === 2 ? H3 : (
|
|
14127
14127
|
//#endif
|
|
14128
|
-
t.wrap ?
|
|
14128
|
+
t.wrap ? Fa : to
|
|
14129
14129
|
), e.adler = t.wrap === 2 ? 0 : 1, t.last_flush = -2, qW(t), st;
|
|
14130
14130
|
}, KR = (e) => {
|
|
14131
14131
|
const t = YR(e);
|
|
@@ -14138,7 +14138,7 @@ const fc = (e) => {
|
|
|
14138
14138
|
return ro(e, En);
|
|
14139
14139
|
n === 8 && (n = 9);
|
|
14140
14140
|
const l = new OY();
|
|
14141
|
-
return e.state = l, l.strm = e, l.status =
|
|
14141
|
+
return e.state = l, l.strm = e, l.status = Fa, l.wrap = a, l.gzhead = null, l.w_bits = n, l.w_size = 1 << l.w_bits, l.w_mask = l.w_size - 1, l.hash_bits = i + 7, l.hash_size = 1 << l.hash_bits, l.hash_mask = l.hash_size - 1, l.hash_shift = ~~((l.hash_bits + le - 1) / le), l.window = new Uint8Array(l.w_size * 2), l.head = new Uint16Array(l.hash_size), l.prev = new Uint16Array(l.w_size), l.lit_bufsize = 1 << i + 6, l.pending_buf_size = l.lit_bufsize * 4, l.pending_buf = new Uint8Array(l.pending_buf_size), l.sym_buf = l.lit_bufsize, l.sym_end = (l.lit_bufsize - 1) * 3, l.level = t, l.strategy = o, l.method = r, KR(e);
|
|
14142
14142
|
}, TY = (e, t) => XR(e, t, P_, uY, fY, sY), NY = (e, t) => {
|
|
14143
14143
|
if (fc(e) || t > tv || t < 0)
|
|
14144
14144
|
return e ? ro(e, En) : En;
|
|
@@ -14153,9 +14153,9 @@ const fc = (e) => {
|
|
|
14153
14153
|
return ro(e, O1);
|
|
14154
14154
|
if (r.status === Gs && e.avail_in !== 0)
|
|
14155
14155
|
return ro(e, O1);
|
|
14156
|
-
if (r.status ===
|
|
14156
|
+
if (r.status === Fa && r.wrap === 0 && (r.status = to), r.status === Fa) {
|
|
14157
14157
|
let i = P_ + (r.w_bits - 8 << 4) << 8, o = -1;
|
|
14158
|
-
if (r.strategy >= fu || r.level < 2 ? o = 0 : r.level < 6 ? o = 1 : r.level === 6 ? o = 2 : o = 3, i |= o << 6, r.strstart !== 0 && (i |= SY), i += 31 - i % 31,
|
|
14158
|
+
if (r.strategy >= fu || r.level < 2 ? o = 0 : r.level < 6 ? o = 1 : r.level === 6 ? o = 2 : o = 3, i |= o << 6, r.strstart !== 0 && (i |= SY), i += 31 - i % 31, Ts(r, i), r.strstart !== 0 && (Ts(r, e.adler >>> 16), Ts(r, e.adler & 65535)), e.adler = 1, r.status = to, Zt(e), r.pending !== 0)
|
|
14159
14159
|
return r.last_flush = -1, st;
|
|
14160
14160
|
}
|
|
14161
14161
|
if (r.status === H3) {
|
|
@@ -14222,12 +14222,12 @@ const fc = (e) => {
|
|
|
14222
14222
|
}
|
|
14223
14223
|
if (e.avail_in !== 0 || r.lookahead !== 0 || t !== Oi && r.status !== Gs) {
|
|
14224
14224
|
let i = r.level === 0 ? WR(r, t) : r.strategy === fu ? AY(r, t) : r.strategy === oY ? gY(r, t) : zs[r.level].func(r, t);
|
|
14225
|
-
if ((i === ho || i ===
|
|
14225
|
+
if ((i === ho || i === ns) && (r.status = Gs), i === Rt || i === ho)
|
|
14226
14226
|
return e.avail_out === 0 && (r.last_flush = -1), st;
|
|
14227
|
-
if (i ===
|
|
14227
|
+
if (i === rs && (t === eY ? JW(r) : t !== tv && (e2(r, 0, 0, !1), t === tY && (si(r.head), r.lookahead === 0 && (r.strstart = 0, r.block_start = 0, r.insert = 0))), Zt(e), e.avail_out === 0))
|
|
14228
14228
|
return r.last_flush = -1, st;
|
|
14229
14229
|
}
|
|
14230
|
-
return t !== mr ? st : r.wrap <= 0 ? rv : (r.wrap === 2 ? (pe(r, e.adler & 255), pe(r, e.adler >> 8 & 255), pe(r, e.adler >> 16 & 255), pe(r, e.adler >> 24 & 255), pe(r, e.total_in & 255), pe(r, e.total_in >> 8 & 255), pe(r, e.total_in >> 16 & 255), pe(r, e.total_in >> 24 & 255)) : (
|
|
14230
|
+
return t !== mr ? st : r.wrap <= 0 ? rv : (r.wrap === 2 ? (pe(r, e.adler & 255), pe(r, e.adler >> 8 & 255), pe(r, e.adler >> 16 & 255), pe(r, e.adler >> 24 & 255), pe(r, e.total_in & 255), pe(r, e.total_in >> 8 & 255), pe(r, e.total_in >> 16 & 255), pe(r, e.total_in >> 24 & 255)) : (Ts(r, e.adler >>> 16), Ts(r, e.adler & 65535)), Zt(e), r.wrap > 0 && (r.wrap = -r.wrap), r.pending !== 0 ? st : rv);
|
|
14231
14231
|
}, yY = (e) => {
|
|
14232
14232
|
if (fc(e))
|
|
14233
14233
|
return En;
|
|
@@ -14238,7 +14238,7 @@ const fc = (e) => {
|
|
|
14238
14238
|
if (fc(e))
|
|
14239
14239
|
return En;
|
|
14240
14240
|
const n = e.state, i = n.wrap;
|
|
14241
|
-
if (i === 2 || i === 1 && n.status !==
|
|
14241
|
+
if (i === 2 || i === 1 && n.status !== Fa || n.lookahead)
|
|
14242
14242
|
return En;
|
|
14243
14243
|
if (i === 1 && (e.adler = kl(e.adler, t, r, 0)), n.wrap = 0, r >= n.w_size) {
|
|
14244
14244
|
i === 0 && (si(n.head), n.strstart = 0, n.block_start = 0, n.insert = 0);
|
|
@@ -14246,12 +14246,12 @@ const fc = (e) => {
|
|
|
14246
14246
|
f.set(t.subarray(r - n.w_size, r), 0), t = f, r = n.w_size;
|
|
14247
14247
|
}
|
|
14248
14248
|
const o = e.avail_in, a = e.next_in, l = e.input;
|
|
14249
|
-
for (e.avail_in = r, e.next_in = 0, e.input = t,
|
|
14249
|
+
for (e.avail_in = r, e.next_in = 0, e.input = t, Ua(n); n.lookahead >= le; ) {
|
|
14250
14250
|
let f = n.strstart, u = n.lookahead - (le - 1);
|
|
14251
14251
|
do
|
|
14252
14252
|
n.ins_h = Di(n, n.ins_h, n.window[f + le - 1]), n.prev[f & n.w_mask] = n.head[n.ins_h], n.head[n.ins_h] = f, f++;
|
|
14253
14253
|
while (--u);
|
|
14254
|
-
n.strstart = f, n.lookahead = le - 1,
|
|
14254
|
+
n.strstart = f, n.lookahead = le - 1, Ua(n);
|
|
14255
14255
|
}
|
|
14256
14256
|
return n.strstart += n.lookahead, n.block_start = n.strstart, n.insert = n.lookahead, n.lookahead = 0, n.match_length = n.prev_length = le - 1, n.match_available = 0, e.next_in = a, e.input = l, e.avail_in = o, n.wrap = i, st;
|
|
14257
14257
|
};
|
|
@@ -14393,11 +14393,11 @@ function V3(e) {
|
|
|
14393
14393
|
t.strategy
|
|
14394
14394
|
);
|
|
14395
14395
|
if (r !== Hf)
|
|
14396
|
-
throw new Error(
|
|
14396
|
+
throw new Error(ka[r]);
|
|
14397
14397
|
if (t.header && ul.deflateSetHeader(this.strm, t.header), t.dictionary) {
|
|
14398
14398
|
let n;
|
|
14399
14399
|
if (typeof t.dictionary == "string" ? n = Ul.string2buf(t.dictionary) : JR.call(t.dictionary) === "[object ArrayBuffer]" ? n = new Uint8Array(t.dictionary) : n = t.dictionary, r = ul.deflateSetDictionary(this.strm, n), r !== Hf)
|
|
14400
|
-
throw new Error(
|
|
14400
|
+
throw new Error(ka[r]);
|
|
14401
14401
|
this._dict_set = !0;
|
|
14402
14402
|
}
|
|
14403
14403
|
}
|
|
@@ -15253,9 +15253,9 @@ function _c(e) {
|
|
|
15253
15253
|
t.windowBits
|
|
15254
15254
|
);
|
|
15255
15255
|
if (r !== jl)
|
|
15256
|
-
throw new Error(
|
|
15256
|
+
throw new Error(ka[r]);
|
|
15257
15257
|
if (this.header = new bK(), wn.inflateGetHeader(this.strm, this.header), t.dictionary && (typeof t.dictionary == "string" ? t.dictionary = Ul.string2buf(t.dictionary) : fO.call(t.dictionary) === "[object ArrayBuffer]" && (t.dictionary = new Uint8Array(t.dictionary)), t.raw && (r = wn.inflateSetDictionary(this.strm, t.dictionary), r !== jl)))
|
|
15258
|
-
throw new Error(
|
|
15258
|
+
throw new Error(ka[r]);
|
|
15259
15259
|
}
|
|
15260
15260
|
_c.prototype.push = function(e, t) {
|
|
15261
15261
|
const r = this.strm, n = this.options.chunkSize, i = this.options.dictionary;
|
|
@@ -15293,7 +15293,7 @@ _c.prototype.onEnd = function(e) {
|
|
|
15293
15293
|
};
|
|
15294
15294
|
function k3(e, t) {
|
|
15295
15295
|
const r = new _c(t);
|
|
15296
|
-
if (r.push(e), r.err) throw r.msg ||
|
|
15296
|
+
if (r.push(e), r.err) throw r.msg || ka[r.err];
|
|
15297
15297
|
return r.result;
|
|
15298
15298
|
}
|
|
15299
15299
|
function UK(e, t) {
|
|
@@ -15318,7 +15318,7 @@ function T(e, t) {
|
|
|
15318
15318
|
function ae(e, t, r, n) {
|
|
15319
15319
|
Object.defineProperty(e, t, { get: r, set: n, enumerable: !0, configurable: !0 });
|
|
15320
15320
|
}
|
|
15321
|
-
var te, D, Fo, Eu, Re, h, Uo, Z, Je, g, Jn,
|
|
15321
|
+
var te, D, Fo, Eu, Re, h, Uo, Z, Je, g, Jn, Ns, jo, mu, Bo, E, Go, W, zo, et, H, ys, s, ei, tn, rn, Ge, $1, Gr, b1, H1, V1, k1, F1, Aa, _l, dl, U1, j1, B1, G1, z1, Ra, xt, Z1, Bu, W1, Oa, Y1, K1, X1, q1, zi = {}, s2 = {};
|
|
15322
15322
|
ae(s2, "DocumentReaderApi", function() {
|
|
15323
15323
|
return oX;
|
|
15324
15324
|
}), ae(s2, "requestToBaseRequest", function() {
|
|
@@ -15389,7 +15389,7 @@ class qK extends F3 {
|
|
|
15389
15389
|
} }).apiProcess(t, r, n).then((a) => a(this.axios, this.basePath));
|
|
15390
15390
|
}
|
|
15391
15391
|
}
|
|
15392
|
-
let
|
|
15392
|
+
let Ls = function(e) {
|
|
15393
15393
|
return { apiV2TagTagIdDelete: (n, ...i) => z(this, [n, ...i], function* (t, r = {}) {
|
|
15394
15394
|
let o;
|
|
15395
15395
|
if (t == null) throw new ri("tagId", "Required parameter tagId was null or undefined when calling apiV2TagTagIdDelete.");
|
|
@@ -15456,10 +15456,10 @@ let ws = function(e) {
|
|
|
15456
15456
|
let m = l && l.headers ? l.headers : {};
|
|
15457
15457
|
return _.headers = Y(Y({}, m), n.headers), { url: u.pathname + u.search + u.hash, options: _ };
|
|
15458
15458
|
}) };
|
|
15459
|
-
},
|
|
15459
|
+
}, ws = function(e) {
|
|
15460
15460
|
return { apiV2TagTagIdDelete(r, n) {
|
|
15461
15461
|
return z(this, null, function* () {
|
|
15462
|
-
let i = yield
|
|
15462
|
+
let i = yield Ls(e).apiV2TagTagIdDelete(r, n);
|
|
15463
15463
|
return (o = ve, a = Pn) => {
|
|
15464
15464
|
let l = Zn(Y({}, i.options), { url: ((e == null ? void 0 : e.basePath) || a) + i.url });
|
|
15465
15465
|
return o.request(l);
|
|
@@ -15467,7 +15467,7 @@ let ws = function(e) {
|
|
|
15467
15467
|
});
|
|
15468
15468
|
}, apiV2TransactionTransactionIdFileGet(r, n, i) {
|
|
15469
15469
|
return z(this, null, function* () {
|
|
15470
|
-
let o = yield
|
|
15470
|
+
let o = yield Ls(e).apiV2TransactionTransactionIdFileGet(r, n, i);
|
|
15471
15471
|
return (a = ve, l = Pn) => {
|
|
15472
15472
|
let f = Zn(Y({}, o.options), { url: ((e == null ? void 0 : e.basePath) || l) + o.url });
|
|
15473
15473
|
return a.request(f);
|
|
@@ -15475,7 +15475,7 @@ let ws = function(e) {
|
|
|
15475
15475
|
});
|
|
15476
15476
|
}, apiV2TransactionTransactionIdGet(r, n) {
|
|
15477
15477
|
return z(this, null, function* () {
|
|
15478
|
-
let i = yield
|
|
15478
|
+
let i = yield Ls(e).apiV2TransactionTransactionIdGet(r, n);
|
|
15479
15479
|
return (o = ve, a = Pn) => {
|
|
15480
15480
|
let l = Zn(Y({}, i.options), { url: ((e == null ? void 0 : e.basePath) || a) + i.url });
|
|
15481
15481
|
return o.request(l);
|
|
@@ -15483,7 +15483,7 @@ let ws = function(e) {
|
|
|
15483
15483
|
});
|
|
15484
15484
|
}, apiV2TransactionTransactionIdProcessPost(r, n, i) {
|
|
15485
15485
|
return z(this, null, function* () {
|
|
15486
|
-
let o = yield
|
|
15486
|
+
let o = yield Ls(e).apiV2TransactionTransactionIdProcessPost(r, n, i);
|
|
15487
15487
|
return (a = ve, l = Pn) => {
|
|
15488
15488
|
let f = Zn(Y({}, o.options), { url: ((e == null ? void 0 : e.basePath) || l) + o.url });
|
|
15489
15489
|
return a.request(f);
|
|
@@ -15491,7 +15491,7 @@ let ws = function(e) {
|
|
|
15491
15491
|
});
|
|
15492
15492
|
}, apiV2TransactionTransactionIdResultsGet(r, n, i) {
|
|
15493
15493
|
return z(this, null, function* () {
|
|
15494
|
-
let o = yield
|
|
15494
|
+
let o = yield Ls(e).apiV2TransactionTransactionIdResultsGet(r, n, i);
|
|
15495
15495
|
return (a = ve, l = Pn) => {
|
|
15496
15496
|
let f = Zn(Y({}, o.options), { url: ((e == null ? void 0 : e.basePath) || l) + o.url });
|
|
15497
15497
|
return a.request(f);
|
|
@@ -15501,24 +15501,24 @@ let ws = function(e) {
|
|
|
15501
15501
|
};
|
|
15502
15502
|
class QK extends F3 {
|
|
15503
15503
|
apiV2TagTagIdDelete(t, r) {
|
|
15504
|
-
return
|
|
15504
|
+
return ws(this.configuration).apiV2TagTagIdDelete(t, r).then((n) => n(this.axios, this.basePath));
|
|
15505
15505
|
}
|
|
15506
15506
|
apiV2TransactionTransactionIdFileGet(t, r, n) {
|
|
15507
|
-
return
|
|
15507
|
+
return ws(this.configuration).apiV2TransactionTransactionIdFileGet(t, r, n).then((i) => i(this.axios, this.basePath));
|
|
15508
15508
|
}
|
|
15509
15509
|
apiV2TransactionTransactionIdGet(t, r) {
|
|
15510
|
-
return
|
|
15510
|
+
return ws(this.configuration).apiV2TransactionTransactionIdGet(t, r).then((n) => n(this.axios, this.basePath));
|
|
15511
15511
|
}
|
|
15512
15512
|
apiV2TransactionTransactionIdProcessPost(t, r, n) {
|
|
15513
|
-
return
|
|
15513
|
+
return ws(this.configuration).apiV2TransactionTransactionIdProcessPost(t, r, n).then((i) => i(this.axios, this.basePath));
|
|
15514
15514
|
}
|
|
15515
15515
|
apiV2TransactionTransactionIdResultsGet(t, r, n) {
|
|
15516
|
-
return
|
|
15516
|
+
return ws(this.configuration).apiV2TransactionTransactionIdResultsGet(t, r, n).then((i) => i(this.axios, this.basePath));
|
|
15517
15517
|
}
|
|
15518
15518
|
}
|
|
15519
15519
|
var l2 = {};
|
|
15520
15520
|
ae(l2, "Response", function() {
|
|
15521
|
-
return
|
|
15521
|
+
return Da;
|
|
15522
15522
|
}), ae(l2, "LowLvlResponse", function() {
|
|
15523
15523
|
return BO;
|
|
15524
15524
|
});
|
|
@@ -15556,8 +15556,8 @@ ae(CO, "GraphicFieldType", function() {
|
|
|
15556
15556
|
}), (Z = F1 || (F1 = {}))[Z.PORTRAIT = 201] = "PORTRAIT", Z[Z.FINGERPRINT = 202] = "FINGERPRINT", Z[Z.EYE = 203] = "EYE", Z[Z.SIGNATURE = 204] = "SIGNATURE", Z[Z.BAR_CODE = 205] = "BAR_CODE", Z[Z.PROOF_OF_CITIZENSHIP = 206] = "PROOF_OF_CITIZENSHIP", Z[Z.DOCUMENT_FRONT = 207] = "DOCUMENT_FRONT", Z[Z.DOCUMENT_REAR = 208] = "DOCUMENT_REAR", Z[Z.COLOR_DYNAMIC = 209] = "COLOR_DYNAMIC", Z[Z.GHOST_PORTRAIT = 210] = "GHOST_PORTRAIT", Z[Z.STAMP = 211] = "STAMP", Z[Z.CONTACT_CHIP = 213] = "CONTACT_CHIP", Z[Z.OTHER = 250] = "OTHER", Z[Z.FINGER_LEFT_THUMB = 300] = "FINGER_LEFT_THUMB", Z[Z.FINGER_LEFT_INDEX = 301] = "FINGER_LEFT_INDEX", Z[Z.FINGER_LEFT_MIDDLE = 302] = "FINGER_LEFT_MIDDLE", Z[Z.FINGER_LEFT_RING = 303] = "FINGER_LEFT_RING", Z[Z.FINGER_LEFT_LITTLE = 304] = "FINGER_LEFT_LITTLE", Z[Z.FINGER_RIGHT_THUMB = 305] = "FINGER_RIGHT_THUMB", Z[Z.FINGER_RIGHT_INDEX = 306] = "FINGER_RIGHT_INDEX", Z[Z.FINGER_RIGHT_MIDDLE = 307] = "FINGER_RIGHT_MIDDLE", Z[Z.FINGER_RIGHT_RING = 308] = "FINGER_RIGHT_RING", Z[Z.FINGER_RIGHT_LITTLE = 309] = "FINGER_RIGHT_LITTLE", Z[Z.FINGER_RIGHT_FOUR_FINGERS = 313] = "FINGER_RIGHT_FOUR_FINGERS", Z[Z.FINGER_LEFT_FOUR_FINGERS = 314] = "FINGER_LEFT_FOUR_FINGERS", Z[Z.FINGER_TWO_THUMBS = 315] = "FINGER_TWO_THUMBS";
|
|
15557
15557
|
var vO = {};
|
|
15558
15558
|
ae(vO, "ImageQualityCheckType", function() {
|
|
15559
|
-
return
|
|
15560
|
-
}), (Je =
|
|
15559
|
+
return Aa;
|
|
15560
|
+
}), (Je = Aa || (Aa = {}))[Je.ImageGlares = 0] = "ImageGlares", Je[Je.ImageFocus = 1] = "ImageFocus", Je[Je.ImageResolution = 2] = "ImageResolution", Je[Je.ImageColorness = 3] = "ImageColorness", Je[Je.Perspective = 4] = "Perspective", Je[Je.Bounds = 5] = "Bounds", Je[Je.ScreenCapture = 6] = "ScreenCapture", Je[Je.Portrait = 7] = "Portrait", Je[Je.Brightness = 9] = "Brightness";
|
|
15561
15561
|
var IO = {};
|
|
15562
15562
|
ae(IO, "LCID", function() {
|
|
15563
15563
|
return _l;
|
|
@@ -15569,7 +15569,7 @@ ae(gO, "Light", function() {
|
|
|
15569
15569
|
var AO = {};
|
|
15570
15570
|
ae(AO, "LogLevel", function() {
|
|
15571
15571
|
return U1;
|
|
15572
|
-
}), (
|
|
15572
|
+
}), (Ns = U1 || (U1 = {})).FATAL_ERROR = "FatalError", Ns.ERROR = "Error", Ns.WARNING = "Warning", Ns.INFO = "Info", Ns.DEBUG = "Debug";
|
|
15573
15573
|
var RO = {};
|
|
15574
15574
|
ae(RO, "MRZFormat", function() {
|
|
15575
15575
|
return j1;
|
|
@@ -15588,8 +15588,8 @@ ae(TO, "ParsingNotificationCodes", function() {
|
|
|
15588
15588
|
}), (E = z1 || (z1 = {}))[E.ntfLDS_ASN_Certificate_IncorrectVersion = -1879048191] = "ntfLDS_ASN_Certificate_IncorrectVersion", E[E.ntfLDS_ASN_Certificate_NonMatchingSignatureAlgorithm = -1879048190] = "ntfLDS_ASN_Certificate_NonMatchingSignatureAlgorithm", E[E.ntfLDS_ASN_Certificate_IncorrectTimeCoding = -1879048189] = "ntfLDS_ASN_Certificate_IncorrectTimeCoding", E[E.ntfLDS_ASN_Certificate_IncorrectUseOfGeneralizedTime = -1879048188] = "ntfLDS_ASN_Certificate_IncorrectUseOfGeneralizedTime", E[E.ntfLDS_ASN_Certificate_EmptyIssuer = -1879048187] = "ntfLDS_ASN_Certificate_EmptyIssuer", E[E.ntfLDS_ASN_Certificate_EmptySubject = -1879048186] = "ntfLDS_ASN_Certificate_EmptySubject", E[E.ntfLDS_ASN_Certificate_UnsupportedCriticalExtension = -1879048184] = "ntfLDS_ASN_Certificate_UnsupportedCriticalExtension", E[E.ntfLDS_ASN_Certificate_ForcedDefaultCSCARole = -1879048178] = "ntfLDS_ASN_Certificate_ForcedDefaultCSCARole", E[E.ntfLDS_ASN_Certificate_ForcedDefaultDSRole = -1879048177] = "ntfLDS_ASN_Certificate_ForcedDefaultDSRole", E[E.ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS = -1879048176] = "ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS", E[E.ntfLDS_ASN_Certificate_DuplicatingExtensions = -1879048169] = "ntfLDS_ASN_Certificate_DuplicatingExtensions", E[E.ntfLDS_ICAO_Certificate_Version_Missed = -1879047680] = "ntfLDS_ICAO_Certificate_Version_Missed", E[E.ntfLDS_ICAO_Certificate_Version_Incorrect = -1879047679] = "ntfLDS_ICAO_Certificate_Version_Incorrect", E[E.ntfLDS_ICAO_Certificate_Issuer_Country_Missed = -1879047678] = "ntfLDS_ICAO_Certificate_Issuer_Country_Missed", E[E.ntfLDS_ICAO_Certificate_Issuer_CommonName_Missed = -1879047677] = "ntfLDS_ICAO_Certificate_Issuer_CommonName_Missed", E[E.ntfLDS_ICAO_Certificate_Issuer_CountryNonCompliant = -1879047676] = "ntfLDS_ICAO_Certificate_Issuer_CountryNonCompliant", E[E.ntfLDS_ICAO_Certificate_Subject_Country_Missed = -1879047675] = "ntfLDS_ICAO_Certificate_Subject_Country_Missed", E[E.ntfLDS_ICAO_Certificate_Subject_CommonName_Missed = -1879047674] = "ntfLDS_ICAO_Certificate_Subject_CommonName_Missed", E[E.ntfLDS_ICAO_Certificate_Subject_CountryNonCompliant = -1879047673] = "ntfLDS_ICAO_Certificate_Subject_CountryNonCompliant", E[E.ntfLDS_ICAO_Certificate_UsingNonCompliantData = -1879047672] = "ntfLDS_ICAO_Certificate_UsingNonCompliantData", E[E.ntfLDS_ICAO_Certificate_UnsupportedSignatureAlgorithm = -1879047671] = "ntfLDS_ICAO_Certificate_UnsupportedSignatureAlgorithm", E[E.ntfLDS_ICAO_Certificate_UnsupportedPublicKeyAlgorithm = -1879047670] = "ntfLDS_ICAO_Certificate_UnsupportedPublicKeyAlgorithm", E[E.ntfLDS_ICAO_Certificate_MissedExtensions = -1879047669] = "ntfLDS_ICAO_Certificate_MissedExtensions", E[E.ntfLDS_ICAO_Certificate_Validity = -1879047668] = "ntfLDS_ICAO_Certificate_Validity", E[E.ntfLDS_ICAO_Certificate_Ext_UsingNonCompliantData = -1879047667] = "ntfLDS_ICAO_Certificate_Ext_UsingNonCompliantData", E[E.ntfLDS_ICAO_Certificate_Ext_KeyUsage_Missed = -1879047666] = "ntfLDS_ICAO_Certificate_Ext_KeyUsage_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_KeyUsage_NotCritical = -1879047665] = "ntfLDS_ICAO_Certificate_Ext_KeyUsage_NotCritical", E[E.ntfLDS_ICAO_Certificate_Ext_KeyUsage_IncorrectData = -1879047664] = "ntfLDS_ICAO_Certificate_Ext_KeyUsage_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_BasicC_Missed = -1879047663] = "ntfLDS_ICAO_Certificate_Ext_BasicC_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage1 = -1879047662] = "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage1", E[E.ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage2 = -1879047661] = "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectUsage2", E[E.ntfLDS_ICAO_Certificate_Ext_BasicC_NotCritical = -1879047660] = "ntfLDS_ICAO_Certificate_Ext_BasicC_NotCritical", E[E.ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectData = -1879047659] = "ntfLDS_ICAO_Certificate_Ext_BasicC_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Missed = -1879047658] = "ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Incorrect = -1879047657] = "ntfLDS_ICAO_Certificate_Ext_BasicC_PathLenC_Incorrect", E[E.ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_NotCritical = -1879047656] = "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_NotCritical", E[E.ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectUsage = -1879047655] = "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectUsage", E[E.ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectData = -1879047654] = "ntfLDS_ICAO_Certificate_Ext_ExtKeyUsage_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_AuthKeyID_Missed = -1879047653] = "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_AuthKeyID_IncorrectData = -1879047652] = "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_AuthKeyID_KeyID_Missed = -1879047651] = "ntfLDS_ICAO_Certificate_Ext_AuthKeyID_KeyID_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_Missed = -1879047650] = "ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_IncorrectData = -1879047649] = "ntfLDS_ICAO_Certificate_Ext_SubjectKeyID_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Missed = -1879047648] = "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_IncorrectData = -1879047647] = "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Empty = -1879047646] = "ntfLDS_ICAO_Certificate_Ext_PrivateKeyUP_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Missed = -1879047645] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_IncorrectData = -1879047644] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Empty = -1879047643] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_NonCompliant = -1879047642] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Critical = -1879047640] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_Critical", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Empty = -1879047639] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Incorrect = -1879047638] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_Incorrect", E[E.ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_NonCompliant = -1879047637] = "ntfLDS_ICAO_Certificate_Ext_SubjectAltName_DN_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Missed = -1879047636] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_IncorrectData = -1879047635] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Empty = -1879047634] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_NonCompliant = -1879047633] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Critical = -1879047631] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_Critical", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Empty = -1879047630] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Incorrect = -1879047629] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_Incorrect", E[E.ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_NonCompliant = -1879047628] = "ntfLDS_ICAO_Certificate_Ext_IssuerAltName_DN_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Ext_DocTypeList_Missed = -1879047627] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_DocTypeList_IncorrectData = -1879047626] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_DocTypeList_Version = -1879047625] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Version", E[E.ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes = -1879047624] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes", E[E.ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes_Empty = -1879047623] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_DocTypes_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_CertPolicies_IncorrectData = -1879047622] = "ntfLDS_ICAO_Certificate_Ext_CertPolicies_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_CertPolicies_Empty = -1879047621] = "ntfLDS_ICAO_Certificate_Ext_CertPolicies_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_CertPolicies_PolicyID_Missed = -1879047620] = "ntfLDS_ICAO_Certificate_Ext_CertPolicies_PolicyID_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Missed = -1879047619] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Missed", E[E.ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_IncorrectData = -1879047618] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Empty = -1879047617] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_Empty", E[E.ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_PointMissed = -1879047616] = "ntfLDS_ICAO_Certificate_Ext_CRLDistPoint_PointMissed", E[E.ntfLDS_ICAO_Certificate_SN_NonCompliant = -1879047615] = "ntfLDS_ICAO_Certificate_SN_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Issuer_SN_NonCompliant = -1879047614] = "ntfLDS_ICAO_Certificate_Issuer_SN_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Subject_SN_NonCompliant = -1879047613] = "ntfLDS_ICAO_Certificate_Subject_SN_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Issuer_AttributeNonCompliant = -1879047612] = "ntfLDS_ICAO_Certificate_Issuer_AttributeNonCompliant", E[E.ntfLDS_ICAO_Certificate_Subject_AttributeNonCompliant = -1879047611] = "ntfLDS_ICAO_Certificate_Subject_AttributeNonCompliant", E[E.ntfLDS_ICAO_Certificate_IssuerSubject_Country_NonMatching = -1879047610] = "ntfLDS_ICAO_Certificate_IssuerSubject_Country_NonMatching", E[E.ntfLDS_ICAO_Certificate_Ext_CSCA_AltNames_NonMatching = -1879047609] = "ntfLDS_ICAO_Certificate_Ext_CSCA_AltNames_NonMatching", E[E.ntfLDS_ICAO_Certificate_Ext_NameChange_IncorrectData = -1879047608] = "ntfLDS_ICAO_Certificate_Ext_NameChange_IncorrectData", E[E.ntfLDS_ICAO_Certificate_Ext_NameChange_NonCompliant = -1879047607] = "ntfLDS_ICAO_Certificate_Ext_NameChange_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Ext_NameChange_Critical = -1879047606] = "ntfLDS_ICAO_Certificate_Ext_NameChange_Critical", E[E.ntfLDS_ICAO_Certificate_Ext_DocTypeList_NonCompliant = -1879047605] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Ext_DocTypeList_Critical = -1879047604] = "ntfLDS_ICAO_Certificate_Ext_DocTypeList_Critical", E[E.ntfLDS_ICAO_Certificate_Ext_Optional_Critical = -1879047603] = "ntfLDS_ICAO_Certificate_Ext_Optional_Critical", E[E.ntfLDS_ICAO_Certificate_Subject_NonCompliant = -1879047602] = "ntfLDS_ICAO_Certificate_Subject_NonCompliant", E[E.ntfLDS_ICAO_Certificate_Subject_CommonNameNonCompliant = -1879047601] = "ntfLDS_ICAO_Certificate_Subject_CommonNameNonCompliant", E[E.ntfLDS_ICAO_COM_LDS_Version_Incorrect = -1879048160] = "ntfLDS_ICAO_COM_LDS_Version_Incorrect", E[E.ntfLDS_ICAO_COM_LDS_Version_Missing = -1879048159] = "ntfLDS_ICAO_COM_LDS_Version_Missing", E[E.ntfLDS_ICAO_COM_Unicode_Version_Incorrect = -1879048158] = "ntfLDS_ICAO_COM_Unicode_Version_Incorrect", E[E.ntfLDS_ICAO_COM_Unicode_Version_Missing = -1879048157] = "ntfLDS_ICAO_COM_Unicode_Version_Missing", E[E.ntfLDS_ICAO_COM_DGPM_Incorrect = -1879048156] = "ntfLDS_ICAO_COM_DGPM_Incorrect", E[E.ntfLDS_ICAO_COM_DGPM_Missing = -1879048155] = "ntfLDS_ICAO_COM_DGPM_Missing", E[E.ntfLDS_ICAO_COM_DGPM_Unexpected = -1879048154] = "ntfLDS_ICAO_COM_DGPM_Unexpected", E[E.ntfLDS_ICAO_Application_LDSVersion_Unsupported = -1879048144] = "ntfLDS_ICAO_Application_LDSVersion_Unsupported", E[E.ntfLDS_ICAO_Application_UnicodeVersion_Unsupported = -1879048143] = "ntfLDS_ICAO_Application_UnicodeVersion_Unsupported", E[E.ntfLDS_ICAO_Application_LDSVersion_Inconsistent = -1879048142] = "ntfLDS_ICAO_Application_LDSVersion_Inconsistent", E[E.ntfLDS_ICAO_Application_UnicodeVersion_Inconsistent = -1879048141] = "ntfLDS_ICAO_Application_UnicodeVersion_Inconsistent", E[E.ntfLDS_ASN_SignedData_OID_Incorrect = -1879047936] = "ntfLDS_ASN_SignedData_OID_Incorrect", E[E.ntfLDS_ASN_SignedData_Version_Incorrect = -1879047776] = "ntfLDS_ASN_SignedData_Version_Incorrect", E[E.ntfLDS_ASN_SignedData_ContentOID_Incorrect = -1879047775] = "ntfLDS_ASN_SignedData_ContentOID_Incorrect", E[E.ntfLDS_ICAO_SignedData_Version_Incorrect = -1879047935] = "ntfLDS_ICAO_SignedData_Version_Incorrect", E[E.ntfLDS_ICAO_SignedData_DigestAlgorithms_Empty = -1879047934] = "ntfLDS_ICAO_SignedData_DigestAlgorithms_Empty", E[E.ntfLDS_ICAO_SignedData_DigestAlgorithms_Unsupported = -1879047933] = "ntfLDS_ICAO_SignedData_DigestAlgorithms_Unsupported", E[E.ntfLDS_ICAO_SignedData_SignerInfos_MultipleEntries = -1879047927] = "ntfLDS_ICAO_SignedData_SignerInfos_MultipleEntries", E[E.ntfLDS_ICAO_SignedData_Certificates_Missed = -1879047760] = "ntfLDS_ICAO_SignedData_Certificates_Missed", E[E.ntfLDS_ICAO_SignedData_Certificates_Empty = -1879047759] = "ntfLDS_ICAO_SignedData_Certificates_Empty", E[E.ntfLDS_ICAO_SignedData_CRLs_IncorrectUsage = -1879047758] = "ntfLDS_ICAO_SignedData_CRLs_IncorrectUsage", E[E.ntfLDS_ICAO_LDSObject_IncorrectContentOID = -1879047932] = "ntfLDS_ICAO_LDSObject_IncorrectContentOID", E[E.ntfLDS_ICAO_LDSObject_DGNumber_Incorrect = -1879047931] = "ntfLDS_ICAO_LDSObject_DGNumber_Incorrect", E[E.ntfLDS_ICAO_LDSObject_DGHash_Missing = -1879047930] = "ntfLDS_ICAO_LDSObject_DGHash_Missing", E[E.ntfLDS_ICAO_LDSObject_DGHash_Extra = -1879047929] = "ntfLDS_ICAO_LDSObject_DGHash_Extra", E[E.ntfLDS_ICAO_LDSObject_Version_Incorrect = -1879047928] = "ntfLDS_ICAO_LDSObject_Version_Incorrect", E[E.ntfLDS_ICAO_MasterList_Version_Incorrect = -1879047744] = "ntfLDS_ICAO_MasterList_Version_Incorrect", E[E.ntfLDS_ICAO_DeviationList_Version_Incorrect = -1879047736] = "ntfLDS_ICAO_DeviationList_Version_Incorrect", E[E.ntfLDS_BSI_DefectList_Version_Incorrect = -1879047728] = "ntfLDS_BSI_DefectList_Version_Incorrect", E[E.ntfLDS_BSI_BlackList_Version_Incorrect = -1879047720] = "ntfLDS_BSI_BlackList_Version_Incorrect", E[E.ntfLDS_ASN_SignerInfo_Version_Incorrect = -1879047926] = "ntfLDS_ASN_SignerInfo_Version_Incorrect", E[E.ntfLDS_ASN_SignerInfo_SID_IncorrectChoice = -1879047925] = "ntfLDS_ASN_SignerInfo_SID_IncorrectChoice", E[E.ntfLDS_ASN_SignerInfo_SID_DigestAlgorithmNotListed = -1879047924] = "ntfLDS_ASN_SignerInfo_SID_DigestAlgorithmNotListed", E[E.ntfLDS_ASN_SignerInfo_MessageDigestAttr_Missing = -1879047923] = "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Missing", E[E.ntfLDS_ASN_SignerInfo_MessageDigestAttr_Data = -1879047922] = "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Data", E[E.ntfLDS_ASN_SignerInfo_MessageDigestAttr_Value = -1879047921] = "ntfLDS_ASN_SignerInfo_MessageDigestAttr_Value", E[E.ntfLDS_ASN_SignerInfo_ContentTypeAttr_Missing = -1879047920] = "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Missing", E[E.ntfLDS_ASN_SignerInfo_ContentTypeAttr_Data = -1879047919] = "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Data", E[E.ntfLDS_ASN_SignerInfo_ContentTypeAttr_Value = -1879047918] = "ntfLDS_ASN_SignerInfo_ContentTypeAttr_Value", E[E.ntfLDS_ASN_SignerInfo_SigningTimeAttr_Missing = -1879047909] = "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Missing", E[E.ntfLDS_ASN_SignerInfo_SigningTimeAttr_Data = -1879047908] = "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Data", E[E.ntfLDS_ASN_SignerInfo_SigningTimeAttr_Value = -1879047907] = "ntfLDS_ASN_SignerInfo_SigningTimeAttr_Value", E[E.ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Missing = -1879047906] = "ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Missing", E[E.ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Data = -1879047905] = "ntfLDS_ASN_SignerInfo_ListContentDescriptionAttr_Data", E[E.ntfLDS_Auth_SignerInfo_Certificate_Validity = -1879047915] = "ntfLDS_Auth_SignerInfo_Certificate_Validity", E[E.ntfLDS_Auth_SignerInfo_Certificate_RootIsNotTrusted = -1879047914] = "ntfLDS_Auth_SignerInfo_Certificate_RootIsNotTrusted", E[E.ntfLDS_Auth_SignerInfo_Certificate_CantFindCSCA = -1879047913] = "ntfLDS_Auth_SignerInfo_Certificate_CantFindCSCA", E[E.ntfLDS_Auth_SignerInfo_Certificate_Revoked = -1879047912] = "ntfLDS_Auth_SignerInfo_Certificate_Revoked", E[E.ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid = -1879047911] = "ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid", E[E.ntfLDS_UnsupportedImageFormat = -1879047910] = "ntfLDS_UnsupportedImageFormat", E[E.ntfLDS_MRZ_DocumentType_Unknown = 139272] = "ntfLDS_MRZ_DocumentType_Unknown", E[E.ntfLDS_MRZ_IssuingState_SyntaxError = 139273] = "ntfLDS_MRZ_IssuingState_SyntaxError", E[E.ntfLDS_MRZ_Name_IsVoid = 139274] = "ntfLDS_MRZ_Name_IsVoid", E[E.ntfLDS_MRZ_Number_IncorrectChecksum = 139277] = "ntfLDS_MRZ_Number_IncorrectChecksum", E[E.ntfLDS_MRZ_Nationality_SyntaxError = 139278] = "ntfLDS_MRZ_Nationality_SyntaxError", E[E.ntfLDS_MRZ_DOB_SyntaxError = 139279] = "ntfLDS_MRZ_DOB_SyntaxError", E[E.ntfLDS_MRZ_DOB_Error = 139280] = "ntfLDS_MRZ_DOB_Error", E[E.ntfLDS_MRZ_DOB_IncorrectChecksum = 139281] = "ntfLDS_MRZ_DOB_IncorrectChecksum", E[E.ntfLDS_MRZ_Sex_Incorrect = 139282] = "ntfLDS_MRZ_Sex_Incorrect", E[E.ntfLDS_MRZ_DOE_SyntaxError = 139283] = "ntfLDS_MRZ_DOE_SyntaxError", E[E.ntfLDS_MRZ_DOE_Error = 139284] = "ntfLDS_MRZ_DOE_Error", E[E.ntfLDS_MRZ_DOE_IncorrectChecksum = 139285] = "ntfLDS_MRZ_DOE_IncorrectChecksum", E[E.ntfLDS_MRZ_OptionalData_IncorrectChecksum = 139286] = "ntfLDS_MRZ_OptionalData_IncorrectChecksum", E[E.ntfLDS_MRZ_IncorrectChecksum = 139287] = "ntfLDS_MRZ_IncorrectChecksum", E[E.ntfLDS_MRZ_Incorrect = 139288] = "ntfLDS_MRZ_Incorrect", E[E.ntfLDS_Biometrics_FormatOwner_Missing = -1878982656] = "ntfLDS_Biometrics_FormatOwner_Missing", E[E.ntfLDS_Biometrics_FormatOwner_Incorrect = -1878917120] = "ntfLDS_Biometrics_FormatOwner_Incorrect", E[E.ntfLDS_Biometrics_FormatType_Missing = -1878851584] = "ntfLDS_Biometrics_FormatType_Missing", E[E.ntfLDS_Biometrics_FormatType_Incorrect = -1878786048] = "ntfLDS_Biometrics_FormatType_Incorrect", E[E.ntfLDS_Biometrics_Type_Incorrect = -1878720512] = "ntfLDS_Biometrics_Type_Incorrect", E[E.ntfLDS_Biometrics_SubType_Missing = -1878654976] = "ntfLDS_Biometrics_SubType_Missing", E[E.ntfLDS_Biometrics_SubType_Incorrect = -1878589440] = "ntfLDS_Biometrics_SubType_Incorrect", E[E.ntfLDS_Biometrics_BDB_Image_Missing = -1878523904] = "ntfLDS_Biometrics_BDB_Image_Missing", E[E.ntfLDS_Biometrics_BDB_FormatID_Incorrect = -1878458368] = "ntfLDS_Biometrics_BDB_FormatID_Incorrect", E[E.ntfLDS_Biometrics_BDB_Version_Incorrect = -1878392832] = "ntfLDS_Biometrics_BDB_Version_Incorrect", E[E.ntfLDS_Biometrics_BDB_DataLength_Incorrect = -1878327296] = "ntfLDS_Biometrics_BDB_DataLength_Incorrect", E[E.ntfLDS_Biometrics_BDB_Data_Gender = -1877999616] = "ntfLDS_Biometrics_BDB_Data_Gender", E[E.ntfLDS_Biometrics_BDB_Data_EyeColor = -1877934080] = "ntfLDS_Biometrics_BDB_Data_EyeColor", E[E.ntfLDS_Biometrics_BDB_Data_HairColor = -1877868544] = "ntfLDS_Biometrics_BDB_Data_HairColor", E[E.ntfLDS_Biometrics_BDB_Data_PoseAngle_Yaw = -1877803008] = "ntfLDS_Biometrics_BDB_Data_PoseAngle_Yaw", E[E.ntfLDS_Biometrics_BDB_Data_PoseAngle_Pitch = -1877737472] = "ntfLDS_Biometrics_BDB_Data_PoseAngle_Pitch", E[E.ntfLDS_Biometrics_BDB_Data_PoseAngle_Roll = -1877671936] = "ntfLDS_Biometrics_BDB_Data_PoseAngle_Roll", E[E.ntfLDS_Biometrics_BDB_Data_PoseAngleU_Yaw = -1877606400] = "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Yaw", E[E.ntfLDS_Biometrics_BDB_Data_PoseAngleU_Pitch = -1877540864] = "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Pitch", E[E.ntfLDS_Biometrics_BDB_Data_PoseAngleU_Roll = -1877475328] = "ntfLDS_Biometrics_BDB_Data_PoseAngleU_Roll", E[E.ntfLDS_Biometrics_BDB_Data_FaceImageType = -1877409792] = "ntfLDS_Biometrics_BDB_Data_FaceImageType", E[E.ntfLDS_Biometrics_BDB_Data_ImageDataType = -1877344256] = "ntfLDS_Biometrics_BDB_Data_ImageDataType", E[E.ntfLDS_SI_PACE_Info_UnsupportedStdParameters = -1862270976] = "ntfLDS_SI_PACE_Info_UnsupportedStdParameters", E[E.ntfLDS_SI_PACE_Info_DeprecatedVersion = -1862270975] = "ntfLDS_SI_PACE_Info_DeprecatedVersion", E[E.ntfLDS_SI_PACE_DomainParams_UsingStdRef = -1862270974] = "ntfLDS_SI_PACE_DomainParams_UsingStdRef", E[E.ntfLDS_SI_PACE_DomainParams_UnsupportedAlgorithm = -1862270973] = "ntfLDS_SI_PACE_DomainParams_UnsupportedAlgorithm", E[E.ntfLDS_SI_CA_Info_IncorrectVersion = -1862270972] = "ntfLDS_SI_CA_Info_IncorrectVersion", E[E.ntfLDS_SI_CA_PublicKey_UnsupportedAlgorithm = -1862270971] = "ntfLDS_SI_CA_PublicKey_UnsupportedAlgorithm", E[E.ntfLDS_SI_CA_DomainParams_UnsupportedAlgorithm = -1862270970] = "ntfLDS_SI_CA_DomainParams_UnsupportedAlgorithm", E[E.ntfLDS_SI_TA_Info_IncorrectVersion = -1862270969] = "ntfLDS_SI_TA_Info_IncorrectVersion", E[E.ntfLDS_SI_TA_Info_FileIDForVersion2 = -1862270968] = "ntfLDS_SI_TA_Info_FileIDForVersion2", E[E.ntfLDS_SI_eIDSecurity_UnsupportedDigestAlgorithm = -1862270967] = "ntfLDS_SI_eIDSecurity_UnsupportedDigestAlgorithm", E[E.ntfLDS_SI_RI_Info_IncorrectVersion = -1862270966] = "ntfLDS_SI_RI_Info_IncorrectVersion", E[E.ntfLDS_SI_RI_DomainParams_UnsupportedAlgorithm = -1862270965] = "ntfLDS_SI_RI_DomainParams_UnsupportedAlgorithm", E[E.ntfLDS_SI_AA_Info_IncorrectVersion = -1862270964] = "ntfLDS_SI_AA_Info_IncorrectVersion", E[E.ntfLDS_SI_AA_Info_UnsupportedAlgorithm = -1862270963] = "ntfLDS_SI_AA_Info_UnsupportedAlgorithm", E[E.ntfLDS_SI_AA_Info_InconsistentAlgorithmReference = -1862270962] = "ntfLDS_SI_AA_Info_InconsistentAlgorithmReference", E[E.ntfLDS_SI_Storage_PACE_Info_NotAvailable = -1862270720] = "ntfLDS_SI_Storage_PACE_Info_NotAvailable", E[E.ntfLDS_SI_Storage_PACE_Info_NoStdParameters = -1862270719] = "ntfLDS_SI_Storage_PACE_Info_NoStdParameters", E[E.ntfLDS_SI_Storage_PACE_Info_NoMatchingDomainParams = -1862270718] = "ntfLDS_SI_Storage_PACE_Info_NoMatchingDomainParams", E[E.ntfLDS_SI_Storage_CA_Info_NotAvailable = -1862270717] = "ntfLDS_SI_Storage_CA_Info_NotAvailable", E[E.ntfLDS_SI_Storage_CA_DomainParams_NoRequiredOption = -1862270716] = "ntfLDS_SI_Storage_CA_DomainParams_NoRequiredOption", E[E.ntfLDS_SI_Storage_CA_DomainParams_NotAvailable = -1862270715] = "ntfLDS_SI_Storage_CA_DomainParams_NotAvailable", E[E.ntfLDS_SI_Storage_CA_AnonymousInfos = -1862270714] = "ntfLDS_SI_Storage_CA_AnonymousInfos", E[E.ntfLDS_SI_Storage_CA_Info_NoMatchingDomainParams = -1862270713] = "ntfLDS_SI_Storage_CA_Info_NoMatchingDomainParams", E[E.ntfLDS_SI_Storage_CA_Info_NoMatchingPublicKey = -1862270712] = "ntfLDS_SI_Storage_CA_Info_NoMatchingPublicKey", E[E.ntfLDS_SI_Storage_CA_IncorrectInfosQuantity = -1862270711] = "ntfLDS_SI_Storage_CA_IncorrectInfosQuantity", E[E.ntfLDS_SI_Storage_TA_Info_NotAvailable = -1862270710] = "ntfLDS_SI_Storage_TA_Info_NotAvailable", E[E.ntfLDS_SI_Storage_CardInfoLocator_MultipleEntries = -1862270709] = "ntfLDS_SI_Storage_CardInfoLocator_MultipleEntries", E[E.ntfLDS_SI_Storage_eIDSecurityInfo_MultipleEntries = -1862270708] = "ntfLDS_SI_Storage_eIDSecurityInfo_MultipleEntries", E[E.ntfLDS_SI_Storage_PrivilegedTI_MultipleEntries = -1862270707] = "ntfLDS_SI_Storage_PrivilegedTI_MultipleEntries", E[E.ntfLDS_SI_Storage_PrivilegedTI_IncorrectUsage = -1862270706] = "ntfLDS_SI_Storage_PrivilegedTI_IncorrectUsage", E[E.ntfLDS_SI_Storage_RI_DomainParams_MultipleEntries = -1862270705] = "ntfLDS_SI_Storage_RI_DomainParams_MultipleEntries", E[E.ntfLDS_SI_Storage_PACEInfos_NonConsistant = -1862270704] = "ntfLDS_SI_Storage_PACEInfos_NonConsistant", E[E.ntfLDS_CVCertificate_Profile_IncorrectVersion = -1862270463] = "ntfLDS_CVCertificate_Profile_IncorrectVersion", E[E.ntfLDS_CVCertificate_Validity = -1862270462] = "ntfLDS_CVCertificate_Validity", E[E.ntfLDS_CVCertificate_NonCVCADomainParameters = -1862270461] = "ntfLDS_CVCertificate_NonCVCADomainParameters", E[E.ntfLDS_CV_Certificate_PrivateKey_IncorrectVersion = -1862270460] = "ntfLDS_CV_Certificate_PrivateKey_IncorrectVersion", E[E.ntfLDS_TA_PACEStaticBindingUsed = -1862270208] = "ntfLDS_TA_PACEStaticBindingUsed", E[E.ntfLDS_Auth_MLSignerInfo_Certificate_Validity = -1845493483] = "ntfLDS_Auth_MLSignerInfo_Certificate_Validity", E[E.ntfLDS_Auth_MLSignerInfo_Certificate_RootIsNotTrusted = -1845493482] = "ntfLDS_Auth_MLSignerInfo_Certificate_RootIsNotTrusted", E[E.ntfLDS_Auth_MLSignerInfo_Certificate_CantFindCSCA = -1845493481] = "ntfLDS_Auth_MLSignerInfo_Certificate_CantFindCSCA", E[E.ntfLDS_Auth_MLSignerInfo_Certificate_Revoked = -1845493480] = "ntfLDS_Auth_MLSignerInfo_Certificate_Revoked", E[E.ntfLDS_Auth_MLSignerInfo_Certificate_SignatureInvalid = -1845493479] = "ntfLDS_Auth_MLSignerInfo_Certificate_SignatureInvalid", E[E.ntfLDS_ICAO_Certificate_Chain_Country_NonMatching = -1879047600] = "ntfLDS_ICAO_Certificate_Chain_Country_NonMatching", E[E.ntfLDS_ICAO_Certificate_VisualMrz_Country_NonMatching = -1879047599] = "ntfLDS_ICAO_Certificate_VisualMrz_Country_NonMatching", E[E.ntfLDS_MRZ_CountryCode_VisualMrz_NonMatching = 139289] = "ntfLDS_MRZ_CountryCode_VisualMrz_NonMatching", E[E.ntfLDS_ICAO_Certificate_MRZ_Country_NonMatching = -1879047598] = "ntfLDS_ICAO_Certificate_MRZ_Country_NonMatching";
|
|
15589
15589
|
var NO = {};
|
|
15590
15590
|
ae(NO, "ProcessingStatus", function() {
|
|
15591
|
-
return
|
|
15592
|
-
}), (Go =
|
|
15591
|
+
return Ra;
|
|
15592
|
+
}), (Go = Ra || (Ra = {}))[Go.NOT_FINISHED = 0] = "NOT_FINISHED", Go[Go.FINISHED = 1] = "FINISHED", Go[Go.TIMEOUT = 2] = "TIMEOUT";
|
|
15593
15593
|
var yO = {};
|
|
15594
15594
|
ae(yO, "Result", function() {
|
|
15595
15595
|
return xt;
|
|
@@ -15608,8 +15608,8 @@ ae(PO, "SecurityFeatureType", function() {
|
|
|
15608
15608
|
}), (H = W1 || (W1 = {}))[H.BLANK = 0] = "BLANK", H[H.FILL = 1] = "FILL", H[H.PHOTO = 2] = "PHOTO", H[H.MRZ = 3] = "MRZ", H[H.FALSE_LUMINESCENCE = 4] = "FALSE_LUMINESCENCE", H[H.HOLO_SIMPLE = 5] = "HOLO_SIMPLE", H[H.HOLO_VERIFY_STATIC = 6] = "HOLO_VERIFY_STATIC", H[H.HOLO_VERIFY_MULTI_STATIC = 7] = "HOLO_VERIFY_MULTI_STATIC", H[H.HOLO_VERIFY_DYNAMIC = 8] = "HOLO_VERIFY_DYNAMIC", H[H.PATTERN_NOT_INTERRUPTED = 9] = "PATTERN_NOT_INTERRUPTED", H[H.PATTERN_NOT_SHIFTED = 10] = "PATTERN_NOT_SHIFTED", H[H.PATTERN_SAME_COLORS = 11] = "PATTERN_SAME_COLORS", H[H.PATTERN_IR_INVISIBLE = 12] = "PATTERN_IR_INVISIBLE", H[H.PHOTO_SIZE_CHECK = 13] = "PHOTO_SIZE_CHECK", H[H.PORTRAIT_COMPARISON_VS_GHOST = 14] = "PORTRAIT_COMPARISON_VS_GHOST", H[H.PORTRAIT_COMPARISON_VS_RFID = 15] = "PORTRAIT_COMPARISON_VS_RFID", H[H.PORTRAIT_COMPARISON_VS_VISUAL = 16] = "PORTRAIT_COMPARISON_VS_VISUAL", H[H.BARCODE = 17] = "BARCODE", H[H.PATTERN_DIFFERENT_LINES_THICKNESS = 18] = "PATTERN_DIFFERENT_LINES_THICKNESS", H[H.PORTRAIT_COMPARISON_VS_CAMERA = 19] = "PORTRAIT_COMPARISON_VS_CAMERA", H[H.PORTRAIT_COMPARISON_RFID_VS_CAMERA = 20] = "PORTRAIT_COMPARISON_RFID_VS_CAMERA", H[H.GHOST_PHOTO = 21] = "GHOST_PHOTO", H[H.CLEAR_GHOST_PHOTO = 22] = "CLEAR_GHOST_PHOTO", H[H.INVISIBLE_OBJECT = 23] = "INVISIBLE_OBJECT", H[H.LOW_CONTRAST_OBJECT = 24] = "LOW_CONTRAST_OBJECT", H[H.PHOTO_COLOR = 25] = "PHOTO_COLOR", H[H.PHOTO_SHAPE = 26] = "PHOTO_SHAPE", H[H.PHOTO_CORNERS = 27] = "PHOTO_CORNERS", H[H.OCR = 28] = "OCR", H[H.PORTRAIT_COMPARISON_EXT_VS_VISUAL = 29] = "PORTRAIT_COMPARISON_EXT_VS_VISUAL", H[H.PORTRAIT_COMPARISON_EXT_VS_RFID = 30] = "PORTRAIT_COMPARISON_EXT_VS_RFID", H[H.PORTRAIT_COMPARISON_EXT_VS_CAMERA = 31] = "PORTRAIT_COMPARISON_EXT_VS_CAMERA", H[H.LIVENESS_DEPTH = 32] = "LIVENESS_DEPTH", H[H.MICRO_TEXT = 33] = "MICRO_TEXT", H[H.FLUORESCENT_OBJECT = 34] = "FLUORESCENT_OBJECT", H[H.LANDMARK_CHECK = 35] = "LANDMARK_CHECK", H[H.FACE_PRESENCE = 36] = "FACE_PRESENCE", H[H.FACE_ABSENCE = 38] = "FACE_ABSENCE", H[H.LIVENESS_SCREEN_CAPTURE = 39] = "LIVENESS_SCREEN_CAPTURE", H[H.LIVENESS_ELECTRONIC_DEVICE = 40] = "LIVENESS_ELECTRONIC_DEVICE", H[H.LIVENESS_OVI = 41] = "LIVENESS_OVI", H[H.BARCODE_SIZE_CHECK = 42] = "BARCODE_SIZE_CHECK", H[H.LASINK = 43] = "LASINK", H[H.LIVENESS_MLI = 44] = "LIVENESS_MLI", H[H.LIVENESS_BARCODE_BACKGROUND = 45] = "LIVENESS_BARCODE_BACKGROUND", H[H.PORTRAIT_COMPARISON_VS_BARCODE = 46] = "PORTRAIT_COMPARISON_VS_BARCODE", H[H.PORTRAIT_COMPARISON_RFID_VS_BARCODE = 47] = "PORTRAIT_COMPARISON_RFID_VS_BARCODE", H[H.PORTRAIT_COMPARISON_EXT_VS_BARCODE = 48] = "PORTRAIT_COMPARISON_EXT_VS_BARCODE", H[H.PORTRAIT_COMPARISON_BARCODE_VS_CAMERA = 49] = "PORTRAIT_COMPARISON_BARCODE_VS_CAMERA", H[H.CHECK_DIGITAL_SIGNATURE = 50] = "CHECK_DIGITAL_SIGNATURE", H[H.CONTACT_CHIP_CLASSIFICATION = 51] = "CONTACT_CHIP_CLASSIFICATION";
|
|
15609
15609
|
var MO = {};
|
|
15610
15610
|
ae(MO, "Source", function() {
|
|
15611
|
-
return
|
|
15612
|
-
}), (
|
|
15611
|
+
return Oa;
|
|
15612
|
+
}), (ys = Oa || (Oa = {})).MRZ = "MRZ", ys.VISUAL = "VISUAL", ys.BARCODE = "BARCODE", ys.RFID = "RFID", ys.MAGNETIC = "MAGNETIC";
|
|
15613
15613
|
var xO = {};
|
|
15614
15614
|
ae(xO, "TextFieldType", function() {
|
|
15615
15615
|
return Y1;
|
|
@@ -15708,7 +15708,7 @@ class UO {
|
|
|
15708
15708
|
class jO {
|
|
15709
15709
|
getValue(t, r = !1) {
|
|
15710
15710
|
let n;
|
|
15711
|
-
if (n = t ? this.getValueBySource(t) : this.getValueBySource(
|
|
15711
|
+
if (n = t ? this.getValueBySource(t) : this.getValueBySource(Oa.RFID) || this.getValueBySource(Oa.VISUAL) || this.getValueBySource(Oa.BARCODE)) return r && n.originalValue ? bh(n.originalValue) : bh(n.value);
|
|
15712
15712
|
}
|
|
15713
15713
|
getValueBySource(t) {
|
|
15714
15714
|
for (let r of this.valueList) if (r.source == t) return r;
|
|
@@ -15831,7 +15831,7 @@ class $v {
|
|
|
15831
15831
|
this.List = t.List, this.page_idx = r;
|
|
15832
15832
|
}
|
|
15833
15833
|
}
|
|
15834
|
-
class
|
|
15834
|
+
class Da {
|
|
15835
15835
|
authenticity(t = 0) {
|
|
15836
15836
|
let r = this.lowLvlResponse.resultByTypeAndPage(xt.AUTHENTICITY, t);
|
|
15837
15837
|
if (r) return new $v(r.AuthenticityCheckList, t);
|
|
@@ -15907,7 +15907,7 @@ class BO {
|
|
|
15907
15907
|
return this.ContainerList.List.filter((r) => r.result_type === t);
|
|
15908
15908
|
}
|
|
15909
15909
|
constructor(t) {
|
|
15910
|
-
this.ContainerList = t.ContainerList || { Count: 0, List: [] }, this.ProcessingFinished = t.ProcessingFinished ||
|
|
15910
|
+
this.ContainerList = t.ContainerList || { Count: 0, List: [] }, this.ProcessingFinished = t.ProcessingFinished || Ra.NOT_FINISHED, this.TransactionInfo = t.TransactionInfo || {}, this.ChipPage = t.ChipPage, this.log = t.log, this.passBackObject = t.passBackObject, this.morePagesAvailable = t.morePagesAvailable;
|
|
15911
15911
|
}
|
|
15912
15912
|
}
|
|
15913
15913
|
ae({}, "Configuration", function() {
|
|
@@ -15936,7 +15936,7 @@ class oX {
|
|
|
15936
15936
|
process(t, r, n) {
|
|
15937
15937
|
return z(this, null, function* () {
|
|
15938
15938
|
let i;
|
|
15939
|
-
return zO(t) ? (t.processParam || (t.processParam = { scenario: Bu.FULL_PROCESS, resultTypeOutput: [xt.TEXT] }), t.systemInfo || (t.systemInfo = {}), !t.systemInfo.license && this.license && (t.systemInfo.license = this.license), i = ZO(t)) : i = t, new
|
|
15939
|
+
return zO(t) ? (t.processParam || (t.processParam = { scenario: Bu.FULL_PROCESS, resultTypeOutput: [xt.TEXT] }), t.systemInfo || (t.systemInfo = {}), !t.systemInfo.license && this.license && (t.systemInfo.license = this.license), i = ZO(t)) : i = t, new Da((yield this.processApi.apiProcess(i, r, n)).data);
|
|
15940
15940
|
});
|
|
15941
15941
|
}
|
|
15942
15942
|
setLicense(t) {
|
|
@@ -15947,7 +15947,7 @@ class oX {
|
|
|
15947
15947
|
}
|
|
15948
15948
|
getReprocessTransactionResult(t, r, n) {
|
|
15949
15949
|
return z(this, null, function* () {
|
|
15950
|
-
return new
|
|
15950
|
+
return new Da((yield this.transactionApi.apiV2TransactionTransactionIdResultsGet(t, r, n)).data);
|
|
15951
15951
|
});
|
|
15952
15952
|
}
|
|
15953
15953
|
constructor(t, r = Pn, n = ve) {
|
|
@@ -16007,7 +16007,7 @@ function aX(e, t) {
|
|
|
16007
16007
|
};
|
|
16008
16008
|
return e.rawResponse.ContainerList.List.forEach((n) => {
|
|
16009
16009
|
n.page_idx === t && ("ImageQualityCheckList" in n && n.ImageQualityCheckList.List.forEach((i) => {
|
|
16010
|
-
i.result !== void 0 && (i.type ===
|
|
16010
|
+
i.result !== void 0 && (i.type === Aa.ImageFocus && (r.focusCheck = i.result), i.type === Aa.ImageGlares && (r.glareCheck = i.result), i.type === Aa.ImageResolution && (r.resolutionCheck = i.result));
|
|
16011
16011
|
}), "DocumentPosition" in n && (r.isDocumentAvailable = !0));
|
|
16012
16012
|
}), r;
|
|
16013
16013
|
}
|
|
@@ -16019,7 +16019,7 @@ function YO(e, t) {
|
|
|
16019
16019
|
focusCheck: o,
|
|
16020
16020
|
isDocumentAvailable: a
|
|
16021
16021
|
} = aX(e, t), l = !r || r && e.rawResponse.morePagesAvailable === 0;
|
|
16022
|
-
return e.rawResponse.ProcessingFinished ===
|
|
16022
|
+
return e.rawResponse.ProcessingFinished === Ra.FINISHED ? l ? q.SUCCESS : q.START_NEXT_PAGE : e.rawResponse.ProcessingFinished === Ra.TIMEOUT ? q.TIMEOUT : a ? o === Gr.ERROR ? q.FOCUS : n === Gr.ERROR ? q.GLARE : i === Gr.ERROR ? q.RESOLUTION : q.HOLD : q.FINDING;
|
|
16023
16023
|
}
|
|
16024
16024
|
const sX = (e, t) => e.replace(/https:\/\/wasm\.regulaforensics\.com\/document\/\w+\/\d+\.\d+\/[a-f0-9-]+/, t);
|
|
16025
16025
|
function bv(e, t) {
|
|
@@ -16262,7 +16262,7 @@ function EX(e, t, r, n, i) {
|
|
|
16262
16262
|
}), k = {
|
|
16263
16263
|
platform: "Web",
|
|
16264
16264
|
osVersion: "".concat(RC),
|
|
16265
|
-
sdkVersion: "7.
|
|
16265
|
+
sdkVersion: "7.4.1806-nightly".trim(),
|
|
16266
16266
|
hostAppId: (Ee = o.recognizerProcessParam.processParam.backendProcessing) === null || Ee === void 0 ? void 0 : Ee.serviceURL,
|
|
16267
16267
|
userID: tR(SA),
|
|
16268
16268
|
deviceModel: "".concat(Uh, "/").concat(RC, " ").concat(xf, "/").concat(AC),
|
|
@@ -16412,7 +16412,7 @@ function vX(e) {
|
|
|
16412
16412
|
captureMode: f
|
|
16413
16413
|
}), [He, Ee] = b.useState(null), ye = (Ue, hc, Ec) => z(this, null, function* () {
|
|
16414
16414
|
t(J.PROCESSING);
|
|
16415
|
-
const
|
|
16415
|
+
const os = {
|
|
16416
16416
|
status: Ue,
|
|
16417
16417
|
response: Object.assign(Ec, {
|
|
16418
16418
|
TransactionInfo: _e || {
|
|
@@ -16424,20 +16424,20 @@ function vX(e) {
|
|
|
16424
16424
|
if (p && He) {
|
|
16425
16425
|
const Oo = yield He.getRecord();
|
|
16426
16426
|
if (!Oo) return;
|
|
16427
|
-
if (
|
|
16427
|
+
if (os.video = Oo, d.recognizerProcessParam.processParam.backendProcessing) {
|
|
16428
16428
|
const {
|
|
16429
16429
|
data: ki
|
|
16430
|
-
} = Oo, mc = SX(Oo, mX), Fi = yield ki.arrayBuffer(), b_ = new Uint8ClampedArray(Fi),
|
|
16430
|
+
} = Oo, mc = SX(Oo, mX), Fi = yield ki.arrayBuffer(), b_ = new Uint8ClampedArray(Fi), as = {
|
|
16431
16431
|
sizeBytes: ki.size,
|
|
16432
16432
|
dataName: "processingVideo",
|
|
16433
16433
|
metadata: mc
|
|
16434
16434
|
};
|
|
16435
|
-
yield d.addDataToPackage(b_,
|
|
16435
|
+
yield d.addDataToPackage(b_, as);
|
|
16436
16436
|
}
|
|
16437
16437
|
}
|
|
16438
16438
|
i({
|
|
16439
16439
|
action: oe.PROCESS_FINISHED,
|
|
16440
|
-
data:
|
|
16440
|
+
data: os
|
|
16441
16441
|
}), t(hc);
|
|
16442
16442
|
}), k = b.useCallback(() => {
|
|
16443
16443
|
i({
|
|
@@ -16522,8 +16522,8 @@ const XO = `*, :before, :after {
|
|
|
16522
16522
|
font-family: var(--font-family);
|
|
16523
16523
|
font-size: var(--font-size);
|
|
16524
16524
|
background: #fff;
|
|
16525
|
-
width:
|
|
16526
|
-
height:
|
|
16525
|
+
width: 100%;
|
|
16526
|
+
height: 100%;
|
|
16527
16527
|
margin: 0 auto;
|
|
16528
16528
|
position: relative;
|
|
16529
16529
|
overflow: auto;
|
|
@@ -16540,13 +16540,6 @@ const XO = `*, :before, :after {
|
|
|
16540
16540
|
direction: ltr;
|
|
16541
16541
|
}
|
|
16542
16542
|
|
|
16543
|
-
.xXg_SW_window.xXg_SW_full {
|
|
16544
|
-
box-shadow: none;
|
|
16545
|
-
border-radius: 0;
|
|
16546
|
-
width: 100%;
|
|
16547
|
-
height: 100%;
|
|
16548
|
-
}
|
|
16549
|
-
|
|
16550
16543
|
.xXg_SW_header {
|
|
16551
16544
|
justify-content: flex-end;
|
|
16552
16545
|
padding: 16px;
|
|
@@ -16621,8 +16614,6 @@ div[data-direction="ltr"] .xXg_SW_footer {
|
|
|
16621
16614
|
@media (max-width: 640px) {
|
|
16622
16615
|
.xXg_SW_window {
|
|
16623
16616
|
border-radius: 0;
|
|
16624
|
-
width: 100%;
|
|
16625
|
-
height: 100%;
|
|
16626
16617
|
}
|
|
16627
16618
|
|
|
16628
16619
|
.xXg_SW_footer {
|
|
@@ -16631,7 +16622,7 @@ div[data-direction="ltr"] .xXg_SW_footer {
|
|
|
16631
16622
|
position: static;
|
|
16632
16623
|
}
|
|
16633
16624
|
}
|
|
16634
|
-
`,
|
|
16625
|
+
`, Ps = { ads: "xXg_SW_ads", footer: "xXg_SW_footer", header: "xXg_SW_header", pipe: "xXg_SW_pipe", processing: "xXg_SW_processing", window: "xXg_SW_window" };
|
|
16635
16626
|
function qO(e) {
|
|
16636
16627
|
let {
|
|
16637
16628
|
onClose: t,
|
|
@@ -16642,13 +16633,13 @@ function qO(e) {
|
|
|
16642
16633
|
const {
|
|
16643
16634
|
regulaLogo: o = !0,
|
|
16644
16635
|
closeButton: a = !0
|
|
16645
|
-
} = St(), l = n === J.CAMERA_PROCESSING
|
|
16646
|
-
return /* @__PURE__ */ c.jsxs("div", { className: "".concat(
|
|
16636
|
+
} = St(), l = n === J.CAMERA_PROCESSING;
|
|
16637
|
+
return /* @__PURE__ */ c.jsxs("div", { className: "".concat(Ps.window), "data-direction": i, children: [
|
|
16647
16638
|
r,
|
|
16648
|
-
!l && /* @__PURE__ */ c.jsx("div", { className:
|
|
16649
|
-
o && !l && /* @__PURE__ */ c.jsx("div", { className:
|
|
16639
|
+
!l && /* @__PURE__ */ c.jsx("div", { className: Ps.header, children: a && /* @__PURE__ */ c.jsx("button", { "data-e2e": "cross", onClick: t, children: /* @__PURE__ */ c.jsx(Mt, { type: "cross", color: fA }) }) }),
|
|
16640
|
+
o && !l && /* @__PURE__ */ c.jsx("div", { className: Ps.footer, children: /* @__PURE__ */ c.jsxs("div", { className: Ps.ads, children: [
|
|
16650
16641
|
/* @__PURE__ */ c.jsx(Mt, { color: HV, type: "regula-logo", size: 18 }),
|
|
16651
|
-
/* @__PURE__ */ c.jsx("div", { className:
|
|
16642
|
+
/* @__PURE__ */ c.jsx("div", { className: Ps.pipe }),
|
|
16652
16643
|
/* @__PURE__ */ c.jsx("span", { "data-e2e": "powered-by", children: "Powered by Regula" })
|
|
16653
16644
|
] }) })
|
|
16654
16645
|
] });
|
|
@@ -16764,6 +16755,7 @@ function Hr(e) {
|
|
|
16764
16755
|
}
|
|
16765
16756
|
const eD = `.N1kHRG_start-window {
|
|
16766
16757
|
flex-direction: column;
|
|
16758
|
+
justify-content: center;
|
|
16767
16759
|
align-items: center;
|
|
16768
16760
|
min-height: 100%;
|
|
16769
16761
|
padding: 2em 1.5em 2.5em;
|
|
@@ -16796,10 +16788,10 @@ const eD = `.N1kHRG_start-window {
|
|
|
16796
16788
|
}
|
|
16797
16789
|
|
|
16798
16790
|
.N1kHRG_buttons {
|
|
16799
|
-
flex: 1;
|
|
16800
16791
|
justify-content: center;
|
|
16801
16792
|
align-items: center;
|
|
16802
16793
|
width: 100%;
|
|
16794
|
+
margin-top: 2em;
|
|
16803
16795
|
display: flex;
|
|
16804
16796
|
}
|
|
16805
16797
|
|
|
@@ -19452,7 +19444,7 @@ function lD(e, t) {
|
|
|
19452
19444
|
return { value: u[0] ? u[1] : void 0, done: !0 };
|
|
19453
19445
|
}
|
|
19454
19446
|
}
|
|
19455
|
-
function
|
|
19447
|
+
function ja(e) {
|
|
19456
19448
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
19457
19449
|
if (r) return r.call(e);
|
|
19458
19450
|
if (e && typeof e.length == "number") return {
|
|
@@ -19484,8 +19476,8 @@ function _2(e, t, r) {
|
|
|
19484
19476
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
19485
19477
|
return e.concat(o || Array.prototype.slice.call(t));
|
|
19486
19478
|
}
|
|
19487
|
-
function
|
|
19488
|
-
return this instanceof
|
|
19479
|
+
function Ta(e) {
|
|
19480
|
+
return this instanceof Ta ? (this.v = e, this) : new Ta(e);
|
|
19489
19481
|
}
|
|
19490
19482
|
function Pve(e, t, r) {
|
|
19491
19483
|
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
@@ -19508,7 +19500,7 @@ function Pve(e, t, r) {
|
|
|
19508
19500
|
}
|
|
19509
19501
|
}
|
|
19510
19502
|
function f(d) {
|
|
19511
|
-
d.value instanceof
|
|
19503
|
+
d.value instanceof Ta ? Promise.resolve(d.value.v).then(u, _) : p(o[0][2], d);
|
|
19512
19504
|
}
|
|
19513
19505
|
function u(d) {
|
|
19514
19506
|
l("next", d);
|
|
@@ -19523,7 +19515,7 @@ function Pve(e, t, r) {
|
|
|
19523
19515
|
function Mve(e) {
|
|
19524
19516
|
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
19525
19517
|
var t = e[Symbol.asyncIterator], r;
|
|
19526
|
-
return t ? t.call(e) : (e = typeof
|
|
19518
|
+
return t ? t.call(e) : (e = typeof ja == "function" ? ja(e) : e[Symbol.iterator](), r = {}, n("next"), n("throw"), n("return"), r[Symbol.asyncIterator] = function() {
|
|
19527
19519
|
return this;
|
|
19528
19520
|
}, r);
|
|
19529
19521
|
function n(o) {
|
|
@@ -19575,7 +19567,7 @@ var $_ = function() {
|
|
|
19575
19567
|
if (a)
|
|
19576
19568
|
if (this._parentage = null, Array.isArray(a))
|
|
19577
19569
|
try {
|
|
19578
|
-
for (var l =
|
|
19570
|
+
for (var l = ja(a), f = l.next(); !f.done; f = l.next()) {
|
|
19579
19571
|
var u = f.value;
|
|
19580
19572
|
u.remove(this);
|
|
19581
19573
|
}
|
|
@@ -19601,7 +19593,7 @@ var $_ = function() {
|
|
|
19601
19593
|
if (p) {
|
|
19602
19594
|
this._finalizers = null;
|
|
19603
19595
|
try {
|
|
19604
|
-
for (var d =
|
|
19596
|
+
for (var d = ja(p), m = d.next(); !m.done; m = d.next()) {
|
|
19605
19597
|
var S = m.value;
|
|
19606
19598
|
try {
|
|
19607
19599
|
Wv(S);
|
|
@@ -19947,7 +19939,7 @@ var Bve = function(e) {
|
|
|
19947
19939
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
19948
19940
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
19949
19941
|
try {
|
|
19950
|
-
for (var a =
|
|
19942
|
+
for (var a = ja(n.currentObservers), l = a.next(); !l.done; l = a.next()) {
|
|
19951
19943
|
var f = l.value;
|
|
19952
19944
|
f.next(r);
|
|
19953
19945
|
}
|
|
@@ -20058,13 +20050,13 @@ function AD(e) {
|
|
|
20058
20050
|
case 1:
|
|
20059
20051
|
a.trys.push([1, , 9, 10]), a.label = 2;
|
|
20060
20052
|
case 2:
|
|
20061
|
-
return [4,
|
|
20053
|
+
return [4, Ta(r.read())];
|
|
20062
20054
|
case 3:
|
|
20063
|
-
return n = a.sent(), i = n.value, o = n.done, o ? [4,
|
|
20055
|
+
return n = a.sent(), i = n.value, o = n.done, o ? [4, Ta(void 0)] : [3, 5];
|
|
20064
20056
|
case 4:
|
|
20065
20057
|
return [2, a.sent()];
|
|
20066
20058
|
case 5:
|
|
20067
|
-
return [4,
|
|
20059
|
+
return [4, Ta(i)];
|
|
20068
20060
|
case 6:
|
|
20069
20061
|
return [4, a.sent()];
|
|
20070
20062
|
case 7:
|
|
@@ -20082,7 +20074,7 @@ function AD(e) {
|
|
|
20082
20074
|
function RD(e) {
|
|
20083
20075
|
return Xe(e == null ? void 0 : e.getReader);
|
|
20084
20076
|
}
|
|
20085
|
-
function
|
|
20077
|
+
function is(e) {
|
|
20086
20078
|
if (e instanceof Zr)
|
|
20087
20079
|
return e;
|
|
20088
20080
|
if (e != null) {
|
|
@@ -20129,7 +20121,7 @@ function Kve(e) {
|
|
|
20129
20121
|
return new Zr(function(t) {
|
|
20130
20122
|
var r, n;
|
|
20131
20123
|
try {
|
|
20132
|
-
for (var i =
|
|
20124
|
+
for (var i = ja(e), o = i.next(); !o.done; o = i.next()) {
|
|
20133
20125
|
var a = o.value;
|
|
20134
20126
|
if (t.next(a), t.closed)
|
|
20135
20127
|
return;
|
|
@@ -20227,10 +20219,10 @@ function TD(e, t) {
|
|
|
20227
20219
|
});
|
|
20228
20220
|
}
|
|
20229
20221
|
function Qve(e, t) {
|
|
20230
|
-
return
|
|
20222
|
+
return is(e).pipe(TD(t), DD(t));
|
|
20231
20223
|
}
|
|
20232
20224
|
function Jve(e, t) {
|
|
20233
|
-
return
|
|
20225
|
+
return is(e).pipe(TD(t), DD(t));
|
|
20234
20226
|
}
|
|
20235
20227
|
function eIe(e, t) {
|
|
20236
20228
|
return new Zr(function(r) {
|
|
@@ -20294,7 +20286,7 @@ function nIe(e, t) {
|
|
|
20294
20286
|
throw vD(e);
|
|
20295
20287
|
}
|
|
20296
20288
|
function qv(e, t) {
|
|
20297
|
-
return t ? nIe(e, t) :
|
|
20289
|
+
return t ? nIe(e, t) : is(e);
|
|
20298
20290
|
}
|
|
20299
20291
|
function iIe(e, t) {
|
|
20300
20292
|
return pc(function(r, n) {
|
|
@@ -20312,7 +20304,7 @@ function oIe(e, t, r, n, i, o, a, l) {
|
|
|
20312
20304
|
}, S = function(C) {
|
|
20313
20305
|
u++;
|
|
20314
20306
|
var R = !1;
|
|
20315
|
-
|
|
20307
|
+
is(r(C, _++)).subscribe(Bl(t, function(v) {
|
|
20316
20308
|
t.next(v);
|
|
20317
20309
|
}, function() {
|
|
20318
20310
|
R = !0;
|
|
@@ -20340,7 +20332,7 @@ function h2(e, t, r) {
|
|
|
20340
20332
|
return r === void 0 && (r = 1 / 0), Xe(t) ? h2(function(n, i) {
|
|
20341
20333
|
return iIe(function(o, a) {
|
|
20342
20334
|
return t(n, o, i, a);
|
|
20343
|
-
})(
|
|
20335
|
+
})(is(e(n, i)));
|
|
20344
20336
|
}, r) : (typeof t == "number" && (r = t), pc(function(n, i) {
|
|
20345
20337
|
return oIe(n, i, e, r);
|
|
20346
20338
|
}));
|
|
@@ -20349,7 +20341,7 @@ function yD(e) {
|
|
|
20349
20341
|
return pc(function(t, r) {
|
|
20350
20342
|
var n = null, i = !1, o;
|
|
20351
20343
|
n = t.subscribe(Bl(r, void 0, void 0, function(a) {
|
|
20352
|
-
o =
|
|
20344
|
+
o = is(e(a, yD(e)(t))), n ? (n.unsubscribe(), n = null, o.subscribe(r)) : i = !0;
|
|
20353
20345
|
})), i && (n.unsubscribe(), n = null, o.subscribe(r));
|
|
20354
20346
|
});
|
|
20355
20347
|
}
|
|
@@ -20400,7 +20392,7 @@ function Qv(e, t) {
|
|
|
20400
20392
|
}
|
|
20401
20393
|
return r;
|
|
20402
20394
|
}
|
|
20403
|
-
function
|
|
20395
|
+
function Zo(e) {
|
|
20404
20396
|
for (var t = 1; t < arguments.length; t++) {
|
|
20405
20397
|
var r = arguments[t] != null ? arguments[t] : {};
|
|
20406
20398
|
t % 2 ? Qv(Object(r), !0).forEach(function(n) {
|
|
@@ -20435,8 +20427,8 @@ class dIe {
|
|
|
20435
20427
|
processParam: {}
|
|
20436
20428
|
}), ot(this, "imageProcessParam", {
|
|
20437
20429
|
processParam: {}
|
|
20438
|
-
}), ot(this, "recognizeListener", null), ot(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.
|
|
20439
|
-
component: "7.
|
|
20430
|
+
}), ot(this, "recognizeListener", null), ot(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.4/d9cc5aeb-69c600a01"), ot(this, "version", {
|
|
20431
|
+
component: "7.4.1806-nightly".trim()
|
|
20440
20432
|
});
|
|
20441
20433
|
}
|
|
20442
20434
|
get processingListener() {
|
|
@@ -20469,7 +20461,7 @@ class dIe {
|
|
|
20469
20461
|
light: 6,
|
|
20470
20462
|
pageIdx: o
|
|
20471
20463
|
}));
|
|
20472
|
-
return
|
|
20464
|
+
return Zo(Zo({}, r), {}, {
|
|
20473
20465
|
imagesList: n
|
|
20474
20466
|
});
|
|
20475
20467
|
}
|
|
@@ -20501,7 +20493,7 @@ class dIe {
|
|
|
20501
20493
|
prepare() {
|
|
20502
20494
|
return z(this, null, function* () {
|
|
20503
20495
|
var t, r;
|
|
20504
|
-
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.
|
|
20496
|
+
const n = "ProcMgr.worker.js", i = this.workerPath === "https://wasm.regulaforensics.com/document/nightly/7.4/d9cc5aeb-69c600a01";
|
|
20505
20497
|
{
|
|
20506
20498
|
let a = yield (yield fetch("".concat(this.workerPath, "/").concat(n))).text();
|
|
20507
20499
|
i || (a = sX(a, this.workerPath));
|
|
@@ -20574,7 +20566,7 @@ class dIe {
|
|
|
20574
20566
|
method: fr.processImage,
|
|
20575
20567
|
preMain: !0,
|
|
20576
20568
|
request: o
|
|
20577
|
-
}), l = new
|
|
20569
|
+
}), l = new Da(a);
|
|
20578
20570
|
return this.isProcessing = !1, (i = this._processingListener) === null || i === void 0 || i.call(this, {
|
|
20579
20571
|
isProcessing: this.isProcessing
|
|
20580
20572
|
}), l;
|
|
@@ -20592,7 +20584,7 @@ class dIe {
|
|
|
20592
20584
|
preMain: !0,
|
|
20593
20585
|
request: r || this.recognizerProcessParam,
|
|
20594
20586
|
data: t
|
|
20595
|
-
}), l = new
|
|
20587
|
+
}), l = new Da(a);
|
|
20596
20588
|
return (i = this.recognizeListener) === null || i === void 0 || i.call(this, l), this.isProcessing = !1, (o = this._processingListener) === null || o === void 0 || o.call(this, {
|
|
20597
20589
|
isProcessing: this.isProcessing
|
|
20598
20590
|
}), l;
|
|
@@ -20610,7 +20602,7 @@ class dIe {
|
|
|
20610
20602
|
preMain: !0,
|
|
20611
20603
|
request: r || this.imageProcessParam,
|
|
20612
20604
|
data: t
|
|
20613
|
-
}), a = new
|
|
20605
|
+
}), a = new Da(o);
|
|
20614
20606
|
return this.isProcessing = !1, (i = this._processingListener) === null || i === void 0 || i.call(this, {
|
|
20615
20607
|
isProcessing: this.isProcessing
|
|
20616
20608
|
}), a;
|
|
@@ -20631,7 +20623,7 @@ class dIe {
|
|
|
20631
20623
|
target: Ct.custom,
|
|
20632
20624
|
method: fr.startNewDocument,
|
|
20633
20625
|
preMain: !0,
|
|
20634
|
-
request:
|
|
20626
|
+
request: Zo(Zo({}, this.recognizerProcessParam), {}, {
|
|
20635
20627
|
metadata: t
|
|
20636
20628
|
})
|
|
20637
20629
|
});
|
|
@@ -20643,7 +20635,7 @@ class dIe {
|
|
|
20643
20635
|
target: Ct.custom,
|
|
20644
20636
|
method: fr.createBackendTransaction,
|
|
20645
20637
|
preMain: !0,
|
|
20646
|
-
request:
|
|
20638
|
+
request: Zo(Zo({}, this.recognizerProcessParam), {}, {
|
|
20647
20639
|
metadata: t
|
|
20648
20640
|
})
|
|
20649
20641
|
});
|