@regulaforensics/vp-frontend-face-components 6.3.1431-nightly → 6.3.1432-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/dist/main.iife.js +2 -2
- package/dist/main.js +250 -250
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -27,10 +27,10 @@ var Ce = (e, t, r) => new Promise((n, i) => {
|
|
27
27
|
u((r = r.apply(e, t)).next());
|
28
28
|
});
|
29
29
|
var Li = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
|
30
|
-
function
|
30
|
+
function D2(e) {
|
31
31
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
32
32
|
}
|
33
|
-
var
|
33
|
+
var y2 = { exports: {} }, ss = {}, T2 = { exports: {} }, V = {};
|
34
34
|
/**
|
35
35
|
* @license React
|
36
36
|
* react.production.min.js
|
@@ -44,14 +44,14 @@ var ba = Symbol.for("react.element"), $x = Symbol.for("react.portal"), Rx = Symb
|
|
44
44
|
function Jx(e) {
|
45
45
|
return e === null || typeof e != "object" ? null : (e = _j && e[_j] || e["@@iterator"], typeof e == "function" ? e : null);
|
46
46
|
}
|
47
|
-
var
|
47
|
+
var A2 = { isMounted: function() {
|
48
48
|
return !1;
|
49
49
|
}, enqueueForceUpdate: function() {
|
50
50
|
}, enqueueReplaceState: function() {
|
51
51
|
}, enqueueSetState: function() {
|
52
|
-
} },
|
52
|
+
} }, d2 = Object.assign, x2 = {};
|
53
53
|
function IM(e, t, r) {
|
54
|
-
this.props = e, this.context = t, this.refs =
|
54
|
+
this.props = e, this.context = t, this.refs = x2, this.updater = r || A2;
|
55
55
|
}
|
56
56
|
IM.prototype.isReactComponent = {};
|
57
57
|
IM.prototype.setState = function(e, t) {
|
@@ -61,20 +61,20 @@ IM.prototype.setState = function(e, t) {
|
|
61
61
|
IM.prototype.forceUpdate = function(e) {
|
62
62
|
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
63
63
|
};
|
64
|
-
function
|
64
|
+
function E2() {
|
65
65
|
}
|
66
|
-
|
66
|
+
E2.prototype = IM.prototype;
|
67
67
|
function Sg(e, t, r) {
|
68
|
-
this.props = e, this.context = t, this.refs =
|
68
|
+
this.props = e, this.context = t, this.refs = x2, this.updater = r || A2;
|
69
69
|
}
|
70
|
-
var vg = Sg.prototype = new
|
70
|
+
var vg = Sg.prototype = new E2();
|
71
71
|
vg.constructor = Sg;
|
72
|
-
|
72
|
+
d2(vg, IM.prototype);
|
73
73
|
vg.isPureReactComponent = !0;
|
74
|
-
var Zj = Array.isArray,
|
75
|
-
function
|
74
|
+
var Zj = Array.isArray, z2 = Object.prototype.hasOwnProperty, hg = { current: null }, f2 = { key: !0, ref: !0, __self: !0, __source: !0 };
|
75
|
+
function C2(e, t, r) {
|
76
76
|
var n, i = {}, M = null, o = null;
|
77
|
-
if (t != null) for (n in t.ref !== void 0 && (o = t.ref), t.key !== void 0 && (M = "" + t.key), t)
|
77
|
+
if (t != null) for (n in t.ref !== void 0 && (o = t.ref), t.key !== void 0 && (M = "" + t.key), t) z2.call(t, n) && !f2.hasOwnProperty(n) && (i[n] = t[n]);
|
78
78
|
var u = arguments.length - 2;
|
79
79
|
if (u === 1) i.children = r;
|
80
80
|
else if (1 < u) {
|
@@ -149,7 +149,7 @@ function qx(e) {
|
|
149
149
|
throw e._result;
|
150
150
|
}
|
151
151
|
var et = { current: null }, qo = { transition: null }, eE = { ReactCurrentDispatcher: et, ReactCurrentBatchConfig: qo, ReactCurrentOwner: hg };
|
152
|
-
function
|
152
|
+
function L2() {
|
153
153
|
throw Error("act(...) is not supported in production builds of React.");
|
154
154
|
}
|
155
155
|
V.Children = { map: io, forEach: function(e, t, r) {
|
@@ -176,13 +176,13 @@ V.PureComponent = Sg;
|
|
176
176
|
V.StrictMode = Hx;
|
177
177
|
V.Suspense = Bx;
|
178
178
|
V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = eE;
|
179
|
-
V.act =
|
179
|
+
V.act = L2;
|
180
180
|
V.cloneElement = function(e, t, r) {
|
181
181
|
if (e == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
182
|
-
var n =
|
182
|
+
var n = d2({}, e.props), i = e.key, M = e.ref, o = e._owner;
|
183
183
|
if (t != null) {
|
184
184
|
if (t.ref !== void 0 && (M = t.ref, o = hg.current), t.key !== void 0 && (i = "" + t.key), e.type && e.type.defaultProps) var u = e.type.defaultProps;
|
185
|
-
for (s in t)
|
185
|
+
for (s in t) z2.call(t, s) && !f2.hasOwnProperty(s) && (n[s] = t[s] === void 0 && u !== void 0 ? u[s] : t[s]);
|
186
186
|
}
|
187
187
|
var s = arguments.length - 2;
|
188
188
|
if (s === 1) n.children = r;
|
@@ -196,9 +196,9 @@ V.cloneElement = function(e, t, r) {
|
|
196
196
|
V.createContext = function(e) {
|
197
197
|
return e = { $$typeof: Zx, _currentValue: e, _currentValue2: e, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, e.Provider = { $$typeof: _x, _context: e }, e.Consumer = e;
|
198
198
|
};
|
199
|
-
V.createElement =
|
199
|
+
V.createElement = C2;
|
200
200
|
V.createFactory = function(e) {
|
201
|
-
var t =
|
201
|
+
var t = C2.bind(null, e);
|
202
202
|
return t.type = e, t;
|
203
203
|
};
|
204
204
|
V.createRef = function() {
|
@@ -223,7 +223,7 @@ V.startTransition = function(e) {
|
|
223
223
|
qo.transition = t;
|
224
224
|
}
|
225
225
|
};
|
226
|
-
V.unstable_act =
|
226
|
+
V.unstable_act = L2;
|
227
227
|
V.useCallback = function(e, t) {
|
228
228
|
return et.current.useCallback(e, t);
|
229
229
|
};
|
@@ -269,9 +269,9 @@ V.useTransition = function() {
|
|
269
269
|
return et.current.useTransition();
|
270
270
|
};
|
271
271
|
V.version = "18.3.1";
|
272
|
-
|
273
|
-
var f =
|
274
|
-
const tE = /* @__PURE__ */
|
272
|
+
T2.exports = V;
|
273
|
+
var f = T2.exports;
|
274
|
+
const tE = /* @__PURE__ */ D2(f);
|
275
275
|
/**
|
276
276
|
* @license React
|
277
277
|
* react-jsx-runtime.production.min.js
|
@@ -282,7 +282,7 @@ const tE = /* @__PURE__ */ D3(f);
|
|
282
282
|
* LICENSE file in the root directory of this source tree.
|
283
283
|
*/
|
284
284
|
var rE = f, nE = Symbol.for("react.element"), iE = Symbol.for("react.fragment"), ME = Object.prototype.hasOwnProperty, aE = rE.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, oE = { key: !0, ref: !0, __self: !0, __source: !0 };
|
285
|
-
function
|
285
|
+
function O2(e, t, r) {
|
286
286
|
var n, i = {}, M = null, o = null;
|
287
287
|
r !== void 0 && (M = "" + r), t.key !== void 0 && (M = "" + t.key), t.ref !== void 0 && (o = t.ref);
|
288
288
|
for (n in t) ME.call(t, n) && !oE.hasOwnProperty(n) && (i[n] = t[n]);
|
@@ -290,10 +290,10 @@ function O3(e, t, r) {
|
|
290
290
|
return { $$typeof: nE, type: e, key: M, ref: o, props: i, _owner: aE.current };
|
291
291
|
}
|
292
292
|
ss.Fragment = iE;
|
293
|
-
ss.jsx =
|
294
|
-
ss.jsxs =
|
295
|
-
|
296
|
-
var a =
|
293
|
+
ss.jsx = O2;
|
294
|
+
ss.jsxs = O2;
|
295
|
+
y2.exports = ss;
|
296
|
+
var a = y2.exports, CM = function(e) {
|
297
297
|
return e && e.Math === Math && e;
|
298
298
|
}, B = (
|
299
299
|
// eslint-disable-next-line es/no-global-this -- safe
|
@@ -318,11 +318,11 @@ var a = y3.exports, CM = function(e) {
|
|
318
318
|
return typeof e != "function" || e.hasOwnProperty("prototype");
|
319
319
|
}), lE = cs, Mo = Function.prototype.call, Ee = lE ? Mo.bind(Mo) : function() {
|
320
320
|
return Mo.apply(Mo, arguments);
|
321
|
-
}, wg = {},
|
321
|
+
}, wg = {}, p2 = {}.propertyIsEnumerable, S2 = Object.getOwnPropertyDescriptor, cE = S2 && !p2.call({ 1: 2 }, 1);
|
322
322
|
wg.f = cE ? function(t) {
|
323
|
-
var r =
|
323
|
+
var r = S2(this, t);
|
324
324
|
return !!r && r.enumerable;
|
325
|
-
} :
|
325
|
+
} : p2;
|
326
326
|
var ui = function(e, t) {
|
327
327
|
return {
|
328
328
|
enumerable: !(e & 1),
|
@@ -330,11 +330,11 @@ var ui = function(e, t) {
|
|
330
330
|
writable: !(e & 4),
|
331
331
|
value: t
|
332
332
|
};
|
333
|
-
},
|
333
|
+
}, v2 = cs, h2 = Function.prototype, Vc = h2.call, IE = v2 && h2.bind.bind(Vc, Vc), G = v2 ? IE : function(e) {
|
334
334
|
return function() {
|
335
335
|
return Vc.apply(e, arguments);
|
336
336
|
};
|
337
|
-
},
|
337
|
+
}, m2 = G, gE = m2({}.toString), jE = m2("".slice), hn = function(e) {
|
338
338
|
return jE(gE(e), 8, -1);
|
339
339
|
}, NE = G, DE = X, yE = hn, nl = Object, TE = NE("".split), Is = DE(function() {
|
340
340
|
return !nl("z").propertyIsEnumerable(0);
|
@@ -357,14 +357,14 @@ var ui = function(e, t) {
|
|
357
357
|
return fE(e) ? e : void 0;
|
358
358
|
}, Jr = function(e, t) {
|
359
359
|
return arguments.length < 2 ? CE(Ml[e]) : Ml[e] && Ml[e][t];
|
360
|
-
}, LE = G, Ra = LE({}.isPrototypeOf), OE = B, Bj = OE.navigator, Fj = Bj && Bj.userAgent, Ha = Fj ? String(Fj) : "",
|
360
|
+
}, LE = G, Ra = LE({}.isPrototypeOf), OE = B, Bj = OE.navigator, Fj = Bj && Bj.userAgent, Ha = Fj ? String(Fj) : "", w2 = B, al = Ha, Wj = w2.process, Jj = w2.Deno, Xj = Wj && Wj.versions || Jj && Jj.version, Kj = Xj && Xj.v8, rr, Au;
|
361
361
|
Kj && (rr = Kj.split("."), Au = rr[0] > 0 && rr[0] < 4 ? 1 : +(rr[0] + rr[1]));
|
362
362
|
!Au && al && (rr = al.match(/Edge\/(\d+)/), (!rr || rr[1] >= 74) && (rr = al.match(/Chrome\/(\d+)/), rr && (Au = +rr[1])));
|
363
363
|
var gs = Au, qj = gs, pE = X, SE = B, vE = SE.String, kg = !!Object.getOwnPropertySymbols && !pE(function() {
|
364
364
|
var e = Symbol("symbol detection");
|
365
365
|
return !vE(e) || !(Object(e) instanceof Symbol) || // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
366
366
|
!Symbol.sham && qj && qj < 41;
|
367
|
-
}), hE = kg,
|
367
|
+
}), hE = kg, k2 = hE && !Symbol.sham && typeof Symbol.iterator == "symbol", mE = Jr, wE = je, kE = Ra, UE = k2, QE = Object, js = UE ? function(e) {
|
368
368
|
return typeof e == "symbol";
|
369
369
|
} : function(e) {
|
370
370
|
var t = mE("Symbol");
|
@@ -385,14 +385,14 @@ var gs = Au, qj = gs, pE = X, SE = B, vE = SE.String, kg = !!Object.getOwnProper
|
|
385
385
|
var r, n;
|
386
386
|
if (t === "string" && ul(r = e.toString) && !sl(n = ol(r, e)) || ul(r = e.valueOf) && !sl(n = ol(r, e)) || t !== "string" && ul(r = e.toString) && !sl(n = ol(r, e))) return n;
|
387
387
|
throw new VE("Can't convert object to primitive value");
|
388
|
-
},
|
388
|
+
}, U2 = { exports: {} }, ZE = !1, eN = B, GE = Object.defineProperty, Ug = function(e, t) {
|
389
389
|
try {
|
390
390
|
GE(eN, e, { value: t, configurable: !0, writable: !0 });
|
391
391
|
} catch (r) {
|
392
392
|
eN[e] = t;
|
393
393
|
}
|
394
394
|
return t;
|
395
|
-
}, BE = B, FE = Ug, tN = "__core-js_shared__", rN =
|
395
|
+
}, BE = B, FE = Ug, tN = "__core-js_shared__", rN = U2.exports = BE[tN] || FE(tN, {});
|
396
396
|
(rN.versions || (rN.versions = [])).push({
|
397
397
|
version: "3.38.1",
|
398
398
|
mode: "global",
|
@@ -400,7 +400,7 @@ var gs = Au, qj = gs, pE = X, SE = B, vE = SE.String, kg = !!Object.getOwnProper
|
|
400
400
|
license: "https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE",
|
401
401
|
source: "https://github.com/zloirock/core-js"
|
402
402
|
});
|
403
|
-
var Qg =
|
403
|
+
var Qg = U2.exports, nN = Qg, Yg = function(e, t) {
|
404
404
|
return nN[e] || (nN[e] = t || {});
|
405
405
|
}, WE = gM, JE = Object, Ht = function(e) {
|
406
406
|
return JE(WE(e));
|
@@ -408,9 +408,9 @@ var Qg = U3.exports, nN = Qg, Yg = function(e, t) {
|
|
408
408
|
return qE(KE(t), r);
|
409
409
|
}, ez = G, tz = 0, rz = Math.random(), nz = ez(1 .toString), bg = function(e) {
|
410
410
|
return "Symbol(" + (e === void 0 ? "" : e) + ")_" + nz(++tz + rz, 36);
|
411
|
-
}, iz = B, Mz = Yg, iN = lt, az = bg, oz = kg, uz =
|
411
|
+
}, iz = B, Mz = Yg, iN = lt, az = bg, oz = kg, uz = k2, Oi = iz.Symbol, ll = Mz("wks"), sz = uz ? Oi.for || Oi : Oi && Oi.withoutSetter || az, ze = function(e) {
|
412
412
|
return iN(ll, e) || (ll[e] = oz && iN(Oi, e) ? Oi[e] : sz("Symbol." + e)), ll[e];
|
413
|
-
}, lz = Ee, MN = _e, aN = js, cz = Ns, Iz = _E, gz = ze, jz = TypeError, Nz = gz("toPrimitive"),
|
413
|
+
}, lz = Ee, MN = _e, aN = js, cz = Ns, Iz = _E, gz = ze, jz = TypeError, Nz = gz("toPrimitive"), Q2 = function(e, t) {
|
414
414
|
if (!MN(e) || aN(e)) return e;
|
415
415
|
var r = cz(e, Nz), n;
|
416
416
|
if (r) {
|
@@ -418,18 +418,18 @@ var Qg = U3.exports, nN = Qg, Yg = function(e, t) {
|
|
418
418
|
throw new jz("Can't convert object to primitive value");
|
419
419
|
}
|
420
420
|
return t === void 0 && (t = "number"), Iz(e, t);
|
421
|
-
}, Dz =
|
421
|
+
}, Dz = Q2, yz = js, Pg = function(e) {
|
422
422
|
var t = Dz(e, "string");
|
423
423
|
return yz(t) ? t : t + "";
|
424
424
|
}, Tz = B, oN = _e, _c = Tz.document, Az = oN(_c) && oN(_c.createElement), $g = function(e) {
|
425
425
|
return Az ? _c.createElement(e) : {};
|
426
|
-
}, dz = ge, xz = X, Ez = $g,
|
426
|
+
}, dz = ge, xz = X, Ez = $g, Y2 = !dz && !xz(function() {
|
427
427
|
return Object.defineProperty(Ez("div"), "a", {
|
428
428
|
get: function() {
|
429
429
|
return 7;
|
430
430
|
}
|
431
431
|
}).a !== 7;
|
432
|
-
}), zz = ge, fz = Ee, Cz = wg, Lz = ui, Oz = $a, pz = Pg, Sz = lt, vz =
|
432
|
+
}), zz = ge, fz = Ee, Cz = wg, Lz = ui, Oz = $a, pz = Pg, Sz = lt, vz = Y2, uN = Object.getOwnPropertyDescriptor;
|
433
433
|
ls.f = zz ? uN : function(t, r) {
|
434
434
|
if (t = Oz(t), r = pz(r), vz) try {
|
435
435
|
return uN(t, r);
|
@@ -437,7 +437,7 @@ ls.f = zz ? uN : function(t, r) {
|
|
437
437
|
}
|
438
438
|
if (Sz(t, r)) return Lz(!fz(Cz.f, t, r), t[r]);
|
439
439
|
};
|
440
|
-
var Vt = {}, hz = ge, mz = X,
|
440
|
+
var Vt = {}, hz = ge, mz = X, b2 = hz && mz(function() {
|
441
441
|
return Object.defineProperty(function() {
|
442
442
|
}, "prototype", {
|
443
443
|
value: 42,
|
@@ -446,7 +446,7 @@ var Vt = {}, hz = ge, mz = X, b3 = hz && mz(function() {
|
|
446
446
|
}), wz = _e, kz = String, Uz = TypeError, ct = function(e) {
|
447
447
|
if (wz(e)) return e;
|
448
448
|
throw new Uz(kz(e) + " is not an object");
|
449
|
-
}, Qz = ge, Yz =
|
449
|
+
}, Qz = ge, Yz = Y2, bz = b2, ao = ct, sN = Pg, Pz = TypeError, cl = Object.defineProperty, $z = Object.getOwnPropertyDescriptor, Il = "enumerable", gl = "configurable", jl = "writable";
|
450
450
|
Vt.f = Qz ? bz ? function(t, r, n) {
|
451
451
|
if (ao(t), r = sN(r), ao(n), typeof t == "function" && r === "prototype" && "value" in n && jl in n && !n[jl]) {
|
452
452
|
var i = $z(t, r);
|
@@ -469,8 +469,8 @@ var Rz = ge, Hz = Vt, Vz = ui, cr = Rz ? function(e, t, r) {
|
|
469
469
|
return Hz.f(e, t, Vz(1, r));
|
470
470
|
} : function(e, t, r) {
|
471
471
|
return e[t] = r, e;
|
472
|
-
},
|
473
|
-
}.name === "something", Bz = Rg && (!Zc || Zc && Zz($
|
472
|
+
}, P2 = { exports: {} }, Zc = ge, _z = lt, $2 = Function.prototype, Zz = Zc && Object.getOwnPropertyDescriptor, Rg = _z($2, "name"), Gz = Rg && function() {
|
473
|
+
}.name === "something", Bz = Rg && (!Zc || Zc && Zz($2, "name").configurable), Ds = {
|
474
474
|
EXISTS: Rg,
|
475
475
|
PROPER: Gz,
|
476
476
|
CONFIGURABLE: Bz
|
@@ -478,9 +478,9 @@ var Rz = ge, Hz = Vt, Vz = ui, cr = Rz ? function(e, t, r) {
|
|
478
478
|
Wz(Gc.inspectSource) || (Gc.inspectSource = function(e) {
|
479
479
|
return Jz(e);
|
480
480
|
});
|
481
|
-
var
|
481
|
+
var R2 = Gc.inspectSource, Xz = B, Kz = je, lN = Xz.WeakMap, qz = Kz(lN) && /native code/.test(String(lN)), ef = Yg, tf = bg, cN = ef("keys"), Hg = function(e) {
|
482
482
|
return cN[e] || (cN[e] = tf(e));
|
483
|
-
}, Vg = {}, rf = qz,
|
483
|
+
}, Vg = {}, rf = qz, H2 = B, nf = _e, Mf = cr, Nl = lt, Dl = Qg, af = Hg, of = Vg, IN = "Object already initialized", Bc = H2.TypeError, uf = H2.WeakMap, du, Da, xu, sf = function(e) {
|
484
484
|
return xu(e) ? Da(e) : du(e, {});
|
485
485
|
}, lf = function(e) {
|
486
486
|
return function(t) {
|
@@ -517,10 +517,10 @@ var Xr = {
|
|
517
517
|
has: xu,
|
518
518
|
enforce: sf,
|
519
519
|
getterFor: lf
|
520
|
-
}, _g = G, cf = X, If = je, oo = lt, Fc = ge, gf = Ds.CONFIGURABLE, jf =
|
520
|
+
}, _g = G, cf = X, If = je, oo = lt, Fc = ge, gf = Ds.CONFIGURABLE, jf = R2, V2 = Xr, Nf = V2.enforce, Df = V2.get, gN = String, eu = Object.defineProperty, yf = _g("".slice), Tf = _g("".replace), Af = _g([].join), df = Fc && !cf(function() {
|
521
521
|
return eu(function() {
|
522
522
|
}, "length", { value: 8 }).length !== 8;
|
523
|
-
}), xf = String(String).split("String"), Ef =
|
523
|
+
}), xf = String(String).split("String"), Ef = P2.exports = function(e, t, r) {
|
524
524
|
yf(gN(t), 0, 7) === "Symbol(" && (t = "[" + Tf(gN(t), /^Symbol\(([^)]*)\).*$/, "$1") + "]"), r && r.getter && (t = "get " + t), r && r.setter && (t = "set " + t), (!oo(e, "name") || gf && e.name !== t) && (Fc ? eu(e, "name", { value: t, configurable: !0 }) : e.name = t), df && r && oo(r, "arity") && e.length !== r.arity && eu(e, "length", { value: r.arity });
|
525
525
|
try {
|
526
526
|
r && oo(r, "constructor") && r.constructor ? Fc && eu(e, "prototype", { writable: !1 }) : e.prototype && (e.prototype = void 0);
|
@@ -532,7 +532,7 @@ var Xr = {
|
|
532
532
|
Function.prototype.toString = Ef(function() {
|
533
533
|
return If(this) && Df(this).source || jf(this);
|
534
534
|
}, "toString");
|
535
|
-
var
|
535
|
+
var _2 = P2.exports, zf = je, ff = Vt, Cf = _2, Lf = Ug, Ir = function(e, t, r, n) {
|
536
536
|
n || (n = {});
|
537
537
|
var i = n.enumerable, M = n.name !== void 0 ? n.name : t;
|
538
538
|
if (zf(r) && Cf(r, M, n), n.global)
|
@@ -583,7 +583,7 @@ var _3 = P3.exports, zf = je, ff = Vt, Cf = _3, Lf = Ug, Ir = function(e, t, r,
|
|
583
583
|
// `Array.prototype.indexOf` method
|
584
584
|
// https://tc39.es/ecma262/#sec-array.prototype.indexof
|
585
585
|
indexOf: jN(!1)
|
586
|
-
}, Rf = G, yl = lt, Hf = $a, Vf = $f.indexOf, _f = Vg, NN = Rf([].push),
|
586
|
+
}, Rf = G, yl = lt, Hf = $a, Vf = $f.indexOf, _f = Vg, NN = Rf([].push), Z2 = function(e, t) {
|
587
587
|
var r = Hf(e), n = 0, i = [], M;
|
588
588
|
for (M in r) !yl(_f, M) && yl(r, M) && NN(i, M);
|
589
589
|
for (; t.length > n; ) yl(r, M = t[n++]) && (~Vf(i, M) || NN(i, M));
|
@@ -596,7 +596,7 @@ var _3 = P3.exports, zf = je, ff = Vt, Cf = _3, Lf = Ug, Ir = function(e, t, r,
|
|
596
596
|
"toLocaleString",
|
597
597
|
"toString",
|
598
598
|
"valueOf"
|
599
|
-
], Zf =
|
599
|
+
], Zf = Z2, Gf = Gg, Bf = Gf.concat("length", "prototype");
|
600
600
|
Zg.f = Object.getOwnPropertyNames || function(t) {
|
601
601
|
return Zf(t, Bf);
|
602
602
|
};
|
@@ -624,7 +624,7 @@ var Ff = Jr, Wf = G, Jf = Zg, Xf = Bg, Kf = ct, qf = Wf([].concat), eC = Ff("Ref
|
|
624
624
|
}
|
625
625
|
(e.sham || s && s.sham) && gC(l, "sham", !0), jC(o, u, l, e);
|
626
626
|
}
|
627
|
-
}, TC = cs,
|
627
|
+
}, TC = cs, G2 = Function.prototype, yN = G2.apply, TN = G2.call, Wg = typeof Reflect == "object" && Reflect.apply || (TC ? TN.bind(yN) : function() {
|
628
628
|
return TN.apply(yN, arguments);
|
629
629
|
}), AC = G, dC = mn, Jg = function(e, t, r) {
|
630
630
|
try {
|
@@ -662,9 +662,9 @@ var Ff = Jr, Wf = G, Jf = Zg, Xf = Bg, Kf = ct, qf = Wf([].concat), eC = Ff("Ref
|
|
662
662
|
AN && // we haven't completely correct pre-ES6 way for getting `new.target`, so use this
|
663
663
|
wC(n = t.constructor) && n !== r && kC(i = n.prototype) && i !== r.prototype && AN(e, i), e
|
664
664
|
);
|
665
|
-
}, UC = ze, QC = UC("toStringTag"),
|
666
|
-
|
667
|
-
var YC = String(
|
665
|
+
}, UC = ze, QC = UC("toStringTag"), B2 = {};
|
666
|
+
B2[QC] = "z";
|
667
|
+
var YC = String(B2) === "[object z]", bC = YC, PC = je, tu = hn, $C = ze, RC = $C("toStringTag"), HC = Object, VC = tu(/* @__PURE__ */ function() {
|
668
668
|
return arguments;
|
669
669
|
}()) === "Arguments", _C = function(e, t) {
|
670
670
|
try {
|
@@ -681,11 +681,11 @@ var YC = String(B3) === "[object z]", bC = YC, PC = je, tu = hn, $C = ze, RC = $
|
|
681
681
|
return e === void 0 ? arguments.length < 2 ? "" : t : BC(e);
|
682
682
|
}, WC = _e, JC = cr, XC = function(e, t) {
|
683
683
|
WC(t) && "cause" in t && JC(e, "cause", t.cause);
|
684
|
-
}, KC = G,
|
685
|
-
return String(new
|
686
|
-
}("zxcasd"),
|
687
|
-
if (tL && typeof e == "string" && !
|
688
|
-
for (; t--; ) e = qC(e,
|
684
|
+
}, KC = G, F2 = Error, qC = KC("".replace), eL = function(e) {
|
685
|
+
return String(new F2(e).stack);
|
686
|
+
}("zxcasd"), W2 = /\n\s*at [^:]*:[^\n]*/, tL = W2.test(eL), rL = function(e, t) {
|
687
|
+
if (tL && typeof e == "string" && !F2.prepareStackTrace)
|
688
|
+
for (; t--; ) e = qC(e, W2, "");
|
689
689
|
return e;
|
690
690
|
}, nL = X, iL = ui, ML = !nL(function() {
|
691
691
|
var e = new Error("a");
|
@@ -708,13 +708,13 @@ var YC = String(B3) === "[object z]", bC = YC, PC = je, tu = hn, $C = ze, RC = $
|
|
708
708
|
}
|
709
709
|
return g;
|
710
710
|
}
|
711
|
-
},
|
711
|
+
}, J2 = Qe, TL = B, hr = Wg, X2 = yL, Wc = "WebAssembly", LN = TL[Wc], Eu = new Error("e", { cause: 7 }).cause !== 7, si = function(e, t) {
|
712
712
|
var r = {};
|
713
|
-
r[e] =
|
713
|
+
r[e] = X2(e, t, Eu), J2({ global: !0, constructor: !0, arity: 1, forced: Eu }, r);
|
714
714
|
}, Kg = function(e, t) {
|
715
715
|
if (LN && LN[e]) {
|
716
716
|
var r = {};
|
717
|
-
r[e] =
|
717
|
+
r[e] = X2(Wc + "." + e, t, Eu), J2({ target: Wc, stat: !0, constructor: !0, arity: 1, forced: Eu }, r);
|
718
718
|
}
|
719
719
|
};
|
720
720
|
si("Error", function(e) {
|
@@ -819,17 +819,17 @@ var bL = G, Ts = bL([].slice), PL = G, ON = qg, $L = je, pN = hn, RL = _t, SN =
|
|
819
819
|
for (var l = 0; l < M; l++) if (r[l] === u) return s;
|
820
820
|
};
|
821
821
|
}
|
822
|
-
}, VL = Qe,
|
823
|
-
var e =
|
822
|
+
}, VL = Qe, K2 = Jr, q2 = Wg, _L = Ee, Za = G, e3 = X, vN = je, hN = js, t3 = Ts, ZL = HL, GL = kg, BL = String, An = K2("JSON", "stringify"), so = Za(/./.exec), mN = Za("".charAt), FL = Za("".charCodeAt), WL = Za("".replace), JL = Za(1 .toString), XL = /[\uD800-\uDFFF]/g, wN = /^[\uD800-\uDBFF]$/, kN = /^[\uDC00-\uDFFF]$/, UN = !GL || e3(function() {
|
823
|
+
var e = K2("Symbol")("stringify detection");
|
824
824
|
return An([e]) !== "[null]" || An({ a: e }) !== "{}" || An(Object(e)) !== "{}";
|
825
|
-
}), QN =
|
825
|
+
}), QN = e3(function() {
|
826
826
|
return An("\uDF06\uD834") !== '"\\udf06\\ud834"' || An("\uDEAD") !== '"\\udead"';
|
827
827
|
}), KL = function(e, t) {
|
828
|
-
var r =
|
828
|
+
var r = t3(arguments), n = ZL(t);
|
829
829
|
if (!(!vN(n) && (e === void 0 || hN(e))))
|
830
830
|
return r[1] = function(i, M) {
|
831
831
|
if (vN(n) && (M = _L(n, this, BL(i), M)), !hN(M)) return M;
|
832
|
-
},
|
832
|
+
}, q2(An, null, r);
|
833
833
|
}, qL = function(e, t, r) {
|
834
834
|
var n = mN(r, t - 1), i = mN(r, t + 1);
|
835
835
|
return so(wN, e) && !so(kN, i) || so(kN, e) && !so(wN, n) ? "\\u" + JL(FL(e, 0), 16) : e;
|
@@ -837,12 +837,12 @@ var bL = G, Ts = bL([].slice), PL = G, ON = qg, $L = je, pN = hn, RL = _t, SN =
|
|
837
837
|
An && VL({ target: "JSON", stat: !0, arity: 3, forced: UN || QN }, {
|
838
838
|
// eslint-disable-next-line no-unused-vars -- required for `.length`
|
839
839
|
stringify: function(t, r, n) {
|
840
|
-
var i =
|
840
|
+
var i = t3(arguments), M = q2(UN ? KL : An, null, i);
|
841
841
|
return QN && typeof M == "string" ? WL(M, XL, qL) : M;
|
842
842
|
}
|
843
843
|
});
|
844
|
-
var
|
845
|
-
\v\f\r \u2028\u2029\uFEFF`, eO = G, tO = gM, rO = _t, Jc =
|
844
|
+
var r3 = `
|
845
|
+
\v\f\r \u2028\u2029\uFEFF`, eO = G, tO = gM, rO = _t, Jc = r3, YN = eO("".replace), nO = RegExp("^[" + Jc + "]+"), iO = RegExp("(^|[^" + Jc + "])[" + Jc + "]+$"), Tl = function(e) {
|
846
846
|
return function(t) {
|
847
847
|
var r = rO(tO(t));
|
848
848
|
return e & 1 && (r = YN(r, nO, "")), e & 2 && (r = YN(r, iO, "$1")), r;
|
@@ -857,7 +857,7 @@ var r2 = `
|
|
857
857
|
// `String.prototype.trim` method
|
858
858
|
// https://tc39.es/ecma262/#sec-string.prototype.trim
|
859
859
|
trim: Tl(3)
|
860
|
-
}, aO = Ds.PROPER, oO = X, bN =
|
860
|
+
}, aO = Ds.PROPER, oO = X, bN = r3, PN = "
", uO = function(e) {
|
861
861
|
return oO(function() {
|
862
862
|
return !!bN[e]() || PN[e]() !== PN || aO && bN[e].name !== e;
|
863
863
|
});
|
@@ -899,24 +899,24 @@ var IO = {
|
|
899
899
|
TextTrackCueList: 0,
|
900
900
|
TextTrackList: 0,
|
901
901
|
TouchList: 0
|
902
|
-
}, gO = $g, Al = gO("span").classList, $N = Al && Al.constructor && Al.constructor.prototype, jO = $N === Object.prototype ? void 0 : $N,
|
902
|
+
}, gO = $g, Al = gO("span").classList, $N = Al && Al.constructor && Al.constructor.prototype, jO = $N === Object.prototype ? void 0 : $N, n3 = {}, NO = Z2, DO = Gg, i3 = Object.keys || function(t) {
|
903
903
|
return NO(t, DO);
|
904
|
-
}, yO = ge, TO =
|
905
|
-
|
904
|
+
}, yO = ge, TO = b2, AO = Vt, dO = ct, xO = $a, EO = i3;
|
905
|
+
n3.f = yO && !TO ? Object.defineProperties : function(t, r) {
|
906
906
|
dO(t);
|
907
907
|
for (var n = xO(r), i = EO(r), M = i.length, o = 0, u; M > o; ) AO.f(t, u = i[o++], n[u]);
|
908
908
|
return t;
|
909
909
|
};
|
910
|
-
var zO = Jr, fO = zO("document", "documentElement"), CO = ct, LO =
|
911
|
-
},
|
910
|
+
var zO = Jr, fO = zO("document", "documentElement"), CO = ct, LO = n3, RN = Gg, OO = Vg, pO = fO, SO = $g, vO = Hg, HN = ">", VN = "<", Xc = "prototype", Kc = "script", M3 = vO("IE_PROTO"), dl = function() {
|
911
|
+
}, a3 = function(e) {
|
912
912
|
return VN + Kc + HN + e + VN + "/" + Kc + HN;
|
913
913
|
}, _N = function(e) {
|
914
|
-
e.write(
|
914
|
+
e.write(a3("")), e.close();
|
915
915
|
var t = e.parentWindow.Object;
|
916
916
|
return e = null, t;
|
917
917
|
}, hO = function() {
|
918
918
|
var e = SO("iframe"), t = "java" + Kc + ":", r;
|
919
|
-
return e.style.display = "none", pO.appendChild(e), e.src = String(t), r = e.contentWindow.document, r.open(), r.write(
|
919
|
+
return e.style.display = "none", pO.appendChild(e), e.src = String(t), r = e.contentWindow.document, r.open(), r.write(a3("document.F=Object")), r.close(), r.F;
|
920
920
|
}, lo, ru = function() {
|
921
921
|
try {
|
922
922
|
lo = new ActiveXObject("htmlfile");
|
@@ -926,10 +926,10 @@ var zO = Jr, fO = zO("document", "documentElement"), CO = ct, LO = n2, RN = Gg,
|
|
926
926
|
for (var e = RN.length; e--; ) delete ru[Xc][RN[e]];
|
927
927
|
return ru();
|
928
928
|
};
|
929
|
-
OO[
|
929
|
+
OO[M3] = !0;
|
930
930
|
var Ga = Object.create || function(t, r) {
|
931
931
|
var n;
|
932
|
-
return t !== null ? (dl[Xc] = CO(t), n = new dl(), dl[Xc] = null, n[
|
932
|
+
return t !== null ? (dl[Xc] = CO(t), n = new dl(), dl[Xc] = null, n[M3] = t) : n = ru(), r === void 0 ? n : LO.f(n, r);
|
933
933
|
}, mO = ze, wO = Ga, kO = Vt.f, qc = mO("unscopables"), eI = Array.prototype;
|
934
934
|
eI[qc] === void 0 && kO(eI, qc, {
|
935
935
|
configurable: !0,
|
@@ -946,8 +946,8 @@ var UO = function(e) {
|
|
946
946
|
if (bO(t, ZN)) return t[ZN];
|
947
947
|
var r = t.constructor;
|
948
948
|
return PO(r) && t instanceof r ? r.prototype : t instanceof tI ? VO : null;
|
949
|
-
}, _O = X, ZO = je, GO = _e, GN = As, BO = Ir, FO = ze, rI = FO("iterator"),
|
950
|
-
[].keys && (El = [].keys(), "next" in El ? (xl = GN(GN(El)), xl !== Object.prototype && (ti = xl)) :
|
949
|
+
}, _O = X, ZO = je, GO = _e, GN = As, BO = Ir, FO = ze, rI = FO("iterator"), o3 = !1, ti, xl, El;
|
950
|
+
[].keys && (El = [].keys(), "next" in El ? (xl = GN(GN(El)), xl !== Object.prototype && (ti = xl)) : o3 = !0);
|
951
951
|
var WO = !GO(ti) || _O(function() {
|
952
952
|
var e = {};
|
953
953
|
return ti[rI].call(e) !== e;
|
@@ -956,19 +956,19 @@ WO && (ti = {});
|
|
956
956
|
ZO(ti[rI]) || BO(ti, rI, function() {
|
957
957
|
return this;
|
958
958
|
});
|
959
|
-
var
|
959
|
+
var u3 = {
|
960
960
|
IteratorPrototype: ti,
|
961
|
-
BUGGY_SAFARI_ITERATORS:
|
961
|
+
BUGGY_SAFARI_ITERATORS: o3
|
962
962
|
}, JO = Vt.f, XO = lt, KO = ze, BN = KO("toStringTag"), DM = function(e, t, r) {
|
963
963
|
e && !r && (e = e.prototype), e && !XO(e, BN) && JO(e, BN, { configurable: !0, value: t });
|
964
|
-
}, qO =
|
964
|
+
}, qO = u3.IteratorPrototype, ep = Ga, tp = ui, rp = DM, np = Ba, ip = function() {
|
965
965
|
return this;
|
966
|
-
},
|
966
|
+
}, s3 = function(e, t, r, n) {
|
967
967
|
var i = t + " Iterator";
|
968
968
|
return e.prototype = ep(qO, { next: tp(+!n, r) }), rp(e, i, !1), np[i] = ip, e;
|
969
|
-
}, Mp = Qe, ap = Ee,
|
969
|
+
}, Mp = Qe, ap = Ee, l3 = Ds, op = je, up = s3, FN = As, WN = NM, sp = DM, lp = cr, zl = Ir, cp = ze, Ip = Ba, c3 = u3, gp = l3.PROPER, jp = l3.CONFIGURABLE, JN = c3.IteratorPrototype, co = c3.BUGGY_SAFARI_ITERATORS, LM = cp("iterator"), XN = "keys", OM = "values", KN = "entries", Np = function() {
|
970
970
|
return this;
|
971
|
-
},
|
971
|
+
}, I3 = function(e, t, r, n, i, M, o) {
|
972
972
|
up(r, t, n);
|
973
973
|
var u = function(T) {
|
974
974
|
if (T === i && c) return c;
|
@@ -1004,9 +1004,9 @@ var u2 = {
|
|
1004
1004
|
return I[LM] !== c && zl(I, LM, c, { name: i }), Ip[t] = c, N;
|
1005
1005
|
}, e4 = function(e, t) {
|
1006
1006
|
return { value: e, done: t };
|
1007
|
-
}, Dp = $a, t4 = UO, qN = Ba,
|
1007
|
+
}, Dp = $a, t4 = UO, qN = Ba, g3 = Xr, yp = Vt.f, Tp = I3, Io = e4, Ap = ge, j3 = "Array Iterator", dp = g3.set, xp = g3.getterFor(j3), Ep = Tp(Array, "Array", function(e, t) {
|
1008
1008
|
dp(this, {
|
1009
|
-
type:
|
1009
|
+
type: j3,
|
1010
1010
|
target: Dp(e),
|
1011
1011
|
// target
|
1012
1012
|
index: 0,
|
@@ -1033,14 +1033,14 @@ if (Ap && eD.name !== "values") try {
|
|
1033
1033
|
yp(eD, "name", { value: "values" });
|
1034
1034
|
} catch (e) {
|
1035
1035
|
}
|
1036
|
-
var tD = B,
|
1036
|
+
var tD = B, N3 = IO, zp = jO, GM = Ep, rD = cr, fp = DM, Cp = ze, fl = Cp("iterator"), Cl = GM.values, D3 = function(e, t) {
|
1037
1037
|
if (e) {
|
1038
1038
|
if (e[fl] !== Cl) try {
|
1039
1039
|
rD(e, fl, Cl);
|
1040
1040
|
} catch (n) {
|
1041
1041
|
e[fl] = Cl;
|
1042
1042
|
}
|
1043
|
-
if (fp(e, t, !0),
|
1043
|
+
if (fp(e, t, !0), N3[t]) {
|
1044
1044
|
for (var r in GM)
|
1045
1045
|
if (e[r] !== GM[r]) try {
|
1046
1046
|
rD(e, r, GM[r]);
|
@@ -1050,10 +1050,10 @@ var tD = B, N2 = IO, zp = jO, GM = Ep, rD = cr, fp = DM, Cp = ze, fl = Cp("itera
|
|
1050
1050
|
}
|
1051
1051
|
}
|
1052
1052
|
};
|
1053
|
-
for (var Ll in
|
1054
|
-
|
1055
|
-
|
1056
|
-
var
|
1053
|
+
for (var Ll in N3)
|
1054
|
+
D3(tD[Ll] && tD[Ll].prototype, Ll);
|
1055
|
+
D3(zp, "DOMTokenList");
|
1056
|
+
var y3 = { exports: {} }, xt = {}, T3 = { exports: {} }, A3 = {};
|
1057
1057
|
(function(e) {
|
1058
1058
|
/**
|
1059
1059
|
* @license React
|
@@ -1259,9 +1259,9 @@ var y2 = { exports: {} }, xt = {}, T2 = { exports: {} }, A2 = {};
|
|
1259
1259
|
}
|
1260
1260
|
};
|
1261
1261
|
};
|
1262
|
-
})(
|
1263
|
-
|
1264
|
-
var Lp =
|
1262
|
+
})(A3);
|
1263
|
+
T3.exports = A3;
|
1264
|
+
var Lp = T3.exports;
|
1265
1265
|
/**
|
1266
1266
|
* @license React
|
1267
1267
|
* react-dom.production.min.js
|
@@ -1276,12 +1276,12 @@ function L(e) {
|
|
1276
1276
|
for (var t = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, r = 1; r < arguments.length; r++) t += "&args[]=" + encodeURIComponent(arguments[r]);
|
1277
1277
|
return "Minified React error #" + e + "; visit " + t + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
1278
1278
|
}
|
1279
|
-
var
|
1279
|
+
var d3 = /* @__PURE__ */ new Set(), ya = {};
|
1280
1280
|
function li(e, t) {
|
1281
1281
|
rM(e, t), rM(e + "Capture", t);
|
1282
1282
|
}
|
1283
1283
|
function rM(e, t) {
|
1284
|
-
for (ya[e] = t, e = 0; e < t.length; e++)
|
1284
|
+
for (ya[e] = t, e = 0; e < t.length; e++) d3.add(t[e]);
|
1285
1285
|
}
|
1286
1286
|
var _r = !(typeof window == "undefined" || typeof window.document == "undefined" || typeof window.document.createElement == "undefined"), nI = Object.prototype.hasOwnProperty, pp = /^[: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]*$/, nD = {}, iD = {};
|
1287
1287
|
function Sp(e) {
|
@@ -1376,7 +1376,7 @@ function i4(e, t, r, n) {
|
|
1376
1376
|
var i = Ue.hasOwnProperty(t) ? Ue[t] : null;
|
1377
1377
|
(i !== null ? i.type !== 0 : n || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (hp(t, r, i, n) && (r = null), n || i === null ? Sp(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))));
|
1378
1378
|
}
|
1379
|
-
var Kr = Op.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, go = Symbol.for("react.element"), pi = Symbol.for("react.portal"), Si = Symbol.for("react.fragment"), M4 = Symbol.for("react.strict_mode"), iI = Symbol.for("react.profiler"),
|
1379
|
+
var Kr = Op.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, go = Symbol.for("react.element"), pi = Symbol.for("react.portal"), Si = Symbol.for("react.fragment"), M4 = Symbol.for("react.strict_mode"), iI = Symbol.for("react.profiler"), x3 = Symbol.for("react.provider"), E3 = Symbol.for("react.context"), a4 = Symbol.for("react.forward_ref"), MI = Symbol.for("react.suspense"), aI = Symbol.for("react.suspense_list"), o4 = Symbol.for("react.memo"), sn = Symbol.for("react.lazy"), z3 = Symbol.for("react.offscreen"), MD = Symbol.iterator;
|
1380
1380
|
function pM(e) {
|
1381
1381
|
return e === null || typeof e != "object" ? null : (e = MD && e[MD] || e["@@iterator"], typeof e == "function" ? e : null);
|
1382
1382
|
}
|
@@ -1488,9 +1488,9 @@ function oI(e) {
|
|
1488
1488
|
return "SuspenseList";
|
1489
1489
|
}
|
1490
1490
|
if (typeof e == "object") switch (e.$$typeof) {
|
1491
|
-
case
|
1491
|
+
case E3:
|
1492
1492
|
return (e.displayName || "Context") + ".Consumer";
|
1493
|
-
case
|
1493
|
+
case x3:
|
1494
1494
|
return (e._context.displayName || "Context") + ".Provider";
|
1495
1495
|
case a4:
|
1496
1496
|
var t = e.render;
|
@@ -1569,12 +1569,12 @@ function pn(e) {
|
|
1569
1569
|
return "";
|
1570
1570
|
}
|
1571
1571
|
}
|
1572
|
-
function
|
1572
|
+
function f3(e) {
|
1573
1573
|
var t = e.type;
|
1574
1574
|
return (e = e.nodeName) && e.toLowerCase() === "input" && (t === "checkbox" || t === "radio");
|
1575
1575
|
}
|
1576
1576
|
function kp(e) {
|
1577
|
-
var t =
|
1577
|
+
var t = f3(e) ? "checked" : "value", r = Object.getOwnPropertyDescriptor(e.constructor.prototype, t), n = "" + e[t];
|
1578
1578
|
if (!e.hasOwnProperty(t) && typeof r != "undefined" && typeof r.get == "function" && typeof r.set == "function") {
|
1579
1579
|
var i = r.get, M = r.set;
|
1580
1580
|
return Object.defineProperty(e, t, { configurable: !0, get: function() {
|
@@ -1593,12 +1593,12 @@ function kp(e) {
|
|
1593
1593
|
function jo(e) {
|
1594
1594
|
e._valueTracker || (e._valueTracker = kp(e));
|
1595
1595
|
}
|
1596
|
-
function
|
1596
|
+
function C3(e) {
|
1597
1597
|
if (!e) return !1;
|
1598
1598
|
var t = e._valueTracker;
|
1599
1599
|
if (!t) return !0;
|
1600
1600
|
var r = t.getValue(), n = "";
|
1601
|
-
return e && (n =
|
1601
|
+
return e && (n = f3(e) ? e.checked ? "true" : "false" : e.value), e = n, e !== r ? (t.setValue(e), !0) : !1;
|
1602
1602
|
}
|
1603
1603
|
function zu(e) {
|
1604
1604
|
if (e = e || (typeof document != "undefined" ? document : void 0), typeof e == "undefined") return null;
|
@@ -1616,11 +1616,11 @@ function aD(e, t) {
|
|
1616
1616
|
var r = t.defaultValue == null ? "" : t.defaultValue, n = t.checked != null ? t.checked : t.defaultChecked;
|
1617
1617
|
r = pn(t.value != null ? t.value : r), e._wrapperState = { initialChecked: n, initialValue: r, controlled: t.type === "checkbox" || t.type === "radio" ? t.checked != null : t.value != null };
|
1618
1618
|
}
|
1619
|
-
function
|
1619
|
+
function L3(e, t) {
|
1620
1620
|
t = t.checked, t != null && i4(e, "checked", t, !1);
|
1621
1621
|
}
|
1622
1622
|
function sI(e, t) {
|
1623
|
-
|
1623
|
+
L3(e, t);
|
1624
1624
|
var r = pn(t.value), n = t.type;
|
1625
1625
|
if (r != null) n === "number" ? (r === 0 && e.value === "" || e.value != r) && (e.value = "" + r) : e.value !== "" + r && (e.value = "" + r);
|
1626
1626
|
else if (n === "submit" || n === "reset") {
|
@@ -1676,7 +1676,7 @@ function uD(e, t) {
|
|
1676
1676
|
}
|
1677
1677
|
e._wrapperState = { initialValue: pn(r) };
|
1678
1678
|
}
|
1679
|
-
function
|
1679
|
+
function O3(e, t) {
|
1680
1680
|
var r = pn(t.value), n = pn(t.defaultValue);
|
1681
1681
|
r != null && (r = "" + r, r !== e.value && (e.value = r), t.defaultValue == null && e.defaultValue !== r && (e.defaultValue = r)), n != null && (e.defaultValue = "" + n);
|
1682
1682
|
}
|
@@ -1684,7 +1684,7 @@ function sD(e) {
|
|
1684
1684
|
var t = e.textContent;
|
1685
1685
|
t === e._wrapperState.initialValue && t !== "" && t !== null && (e.value = t);
|
1686
1686
|
}
|
1687
|
-
function
|
1687
|
+
function p3(e) {
|
1688
1688
|
switch (e) {
|
1689
1689
|
case "svg":
|
1690
1690
|
return "http://www.w3.org/2000/svg";
|
@@ -1695,9 +1695,9 @@ function p2(e) {
|
|
1695
1695
|
}
|
1696
1696
|
}
|
1697
1697
|
function II(e, t) {
|
1698
|
-
return e == null || e === "http://www.w3.org/1999/xhtml" ?
|
1698
|
+
return e == null || e === "http://www.w3.org/1999/xhtml" ? p3(t) : e === "http://www.w3.org/2000/svg" && t === "foreignObject" ? "http://www.w3.org/1999/xhtml" : e;
|
1699
1699
|
}
|
1700
|
-
var No,
|
1700
|
+
var No, S3 = function(e) {
|
1701
1701
|
return typeof MSApp != "undefined" && MSApp.execUnsafeLocalFunction ? function(t, r, n, i) {
|
1702
1702
|
MSApp.execUnsafeLocalFunction(function() {
|
1703
1703
|
return e(t, r, n, i);
|
@@ -1770,13 +1770,13 @@ Object.keys(qM).forEach(function(e) {
|
|
1770
1770
|
t = t + e.charAt(0).toUpperCase() + e.substring(1), qM[t] = qM[e];
|
1771
1771
|
});
|
1772
1772
|
});
|
1773
|
-
function
|
1773
|
+
function v3(e, t, r) {
|
1774
1774
|
return t == null || typeof t == "boolean" || t === "" ? "" : r || typeof t != "number" || t === 0 || qM.hasOwnProperty(e) && qM[e] ? ("" + t).trim() : t + "px";
|
1775
1775
|
}
|
1776
|
-
function
|
1776
|
+
function h3(e, t) {
|
1777
1777
|
e = e.style;
|
1778
1778
|
for (var r in t) if (t.hasOwnProperty(r)) {
|
1779
|
-
var n = r.indexOf("--") === 0, i =
|
1779
|
+
var n = r.indexOf("--") === 0, i = v3(r, t[r], n);
|
1780
1780
|
r === "float" && (r = "cssFloat"), n ? e.setProperty(r, i) : e[r] = i;
|
1781
1781
|
}
|
1782
1782
|
}
|
@@ -1819,28 +1819,28 @@ function lD(e) {
|
|
1819
1819
|
t && (t = fs(t), DI(e.stateNode, e.type, t));
|
1820
1820
|
}
|
1821
1821
|
}
|
1822
|
-
function
|
1822
|
+
function m3(e) {
|
1823
1823
|
Zi ? Gi ? Gi.push(e) : Gi = [e] : Zi = e;
|
1824
1824
|
}
|
1825
|
-
function
|
1825
|
+
function w3() {
|
1826
1826
|
if (Zi) {
|
1827
1827
|
var e = Zi, t = Gi;
|
1828
1828
|
if (Gi = Zi = null, lD(e), t) for (e = 0; e < t.length; e++) lD(t[e]);
|
1829
1829
|
}
|
1830
1830
|
}
|
1831
|
-
function
|
1831
|
+
function k3(e, t) {
|
1832
1832
|
return e(t);
|
1833
1833
|
}
|
1834
|
-
function
|
1834
|
+
function U3() {
|
1835
1835
|
}
|
1836
1836
|
var vl = !1;
|
1837
|
-
function
|
1837
|
+
function Q3(e, t, r) {
|
1838
1838
|
if (vl) return e(t, r);
|
1839
1839
|
vl = !0;
|
1840
1840
|
try {
|
1841
|
-
return
|
1841
|
+
return k3(e, t, r);
|
1842
1842
|
} finally {
|
1843
|
-
vl = !1, (Zi !== null || Gi !== null) && (
|
1843
|
+
vl = !1, (Zi !== null || Gi !== null) && (U3(), w3());
|
1844
1844
|
}
|
1845
1845
|
}
|
1846
1846
|
function Aa(e, t) {
|
@@ -1913,7 +1913,7 @@ function ci(e) {
|
|
1913
1913
|
}
|
1914
1914
|
return t.tag === 3 ? r : null;
|
1915
1915
|
}
|
1916
|
-
function
|
1916
|
+
function Y3(e) {
|
1917
1917
|
if (e.tag === 13) {
|
1918
1918
|
var t = e.memoizedState;
|
1919
1919
|
if (t === null && (e = e.alternate, e !== null && (t = e.memoizedState)), t !== null) return t.dehydrated;
|
@@ -1981,19 +1981,19 @@ function Rp(e) {
|
|
1981
1981
|
if (r.tag !== 3) throw Error(L(188));
|
1982
1982
|
return r.stateNode.current === r ? e : t;
|
1983
1983
|
}
|
1984
|
-
function
|
1985
|
-
return e = Rp(e), e !== null ?
|
1984
|
+
function b3(e) {
|
1985
|
+
return e = Rp(e), e !== null ? P3(e) : null;
|
1986
1986
|
}
|
1987
|
-
function
|
1987
|
+
function P3(e) {
|
1988
1988
|
if (e.tag === 5 || e.tag === 6) return e;
|
1989
1989
|
for (e = e.child; e !== null; ) {
|
1990
|
-
var t =
|
1990
|
+
var t = P3(e);
|
1991
1991
|
if (t !== null) return t;
|
1992
1992
|
e = e.sibling;
|
1993
1993
|
}
|
1994
1994
|
return null;
|
1995
1995
|
}
|
1996
|
-
var $
|
1996
|
+
var $3 = At.unstable_scheduleCallback, ID = At.unstable_cancelCallback, Hp = At.unstable_shouldYield, Vp = At.unstable_requestPaint, ye = At.unstable_now, _p = At.unstable_getCurrentPriorityLevel, s4 = At.unstable_ImmediatePriority, R3 = At.unstable_UserBlockingPriority, Lu = At.unstable_NormalPriority, Zp = At.unstable_LowPriority, H3 = At.unstable_IdlePriority, ds = null, Or = null;
|
1997
1997
|
function Gp(e) {
|
1998
1998
|
if (Or && typeof Or.onCommitFiberRoot == "function") try {
|
1999
1999
|
Or.onCommitFiberRoot(ds, e, void 0, (e.current.flags & 128) === 128);
|
@@ -2117,7 +2117,7 @@ function Xp(e, t) {
|
|
2117
2117
|
function AI(e) {
|
2118
2118
|
return e = e.pendingLanes & -1073741825, e !== 0 ? e : e & 1073741824 ? 1073741824 : 0;
|
2119
2119
|
}
|
2120
|
-
function
|
2120
|
+
function V3() {
|
2121
2121
|
var e = Do;
|
2122
2122
|
return Do <<= 1, !(Do & 4194240) && (Do = 64), e;
|
2123
2123
|
}
|
@@ -2145,10 +2145,10 @@ function l4(e, t) {
|
|
2145
2145
|
}
|
2146
2146
|
}
|
2147
2147
|
var re = 0;
|
2148
|
-
function
|
2148
|
+
function _3(e) {
|
2149
2149
|
return e &= -e, 1 < e ? 4 < e ? e & 268435455 ? 16 : 536870912 : 4 : 1;
|
2150
2150
|
}
|
2151
|
-
var
|
2151
|
+
var Z3, c4, G3, B3, F3, dI = !1, To = [], dn = null, xn = null, En = null, da = /* @__PURE__ */ new Map(), xa = /* @__PURE__ */ new Map(), cn = [], qp = "mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");
|
2152
2152
|
function gD(e, t) {
|
2153
2153
|
switch (e) {
|
2154
2154
|
case "focusin":
|
@@ -2191,15 +2191,15 @@ function eS(e, t, r, n, i) {
|
|
2191
2191
|
}
|
2192
2192
|
return !1;
|
2193
2193
|
}
|
2194
|
-
function
|
2194
|
+
function W3(e) {
|
2195
2195
|
var t = Jn(e.target);
|
2196
2196
|
if (t !== null) {
|
2197
2197
|
var r = ci(t);
|
2198
2198
|
if (r !== null) {
|
2199
2199
|
if (t = r.tag, t === 13) {
|
2200
|
-
if (t =
|
2201
|
-
e.blockedOn = t,
|
2202
|
-
|
2200
|
+
if (t = Y3(r), t !== null) {
|
2201
|
+
e.blockedOn = t, F3(e.priority, function() {
|
2202
|
+
G3(r);
|
2203
2203
|
});
|
2204
2204
|
return;
|
2205
2205
|
}
|
@@ -2245,7 +2245,7 @@ function Ea(e) {
|
|
2245
2245
|
}
|
2246
2246
|
}
|
2247
2247
|
for (dn !== null && hM(dn, e), xn !== null && hM(xn, e), En !== null && hM(En, e), da.forEach(t), xa.forEach(t), r = 0; r < cn.length; r++) n = cn[r], n.blockedOn === e && (n.blockedOn = null);
|
2248
|
-
for (; 0 < cn.length && (r = cn[0], r.blockedOn === null); )
|
2248
|
+
for (; 0 < cn.length && (r = cn[0], r.blockedOn === null); ) W3(r), r.blockedOn === null && cn.shift();
|
2249
2249
|
}
|
2250
2250
|
var Bi = Kr.ReactCurrentBatchConfig, pu = !0;
|
2251
2251
|
function rS(e, t, r, n) {
|
@@ -2274,7 +2274,7 @@ function I4(e, t, r, n) {
|
|
2274
2274
|
else if (gD(e, n), t & 4 && -1 < qp.indexOf(e)) {
|
2275
2275
|
for (; i !== null; ) {
|
2276
2276
|
var M = Ja(i);
|
2277
|
-
if (M !== null &&
|
2277
|
+
if (M !== null && Z3(M), M = xI(e, t, r, n), M === null && Rl(e, t, n, Su, r), M === i) break;
|
2278
2278
|
i = M;
|
2279
2279
|
}
|
2280
2280
|
i !== null && n.stopPropagation();
|
@@ -2285,7 +2285,7 @@ var Su = null;
|
|
2285
2285
|
function xI(e, t, r, n) {
|
2286
2286
|
if (Su = null, e = u4(n), e = Jn(e), e !== null) if (t = ci(e), t === null) e = null;
|
2287
2287
|
else if (r = t.tag, r === 13) {
|
2288
|
-
if (e =
|
2288
|
+
if (e = Y3(t), e !== null) return e;
|
2289
2289
|
e = null;
|
2290
2290
|
} else if (r === 3) {
|
2291
2291
|
if (t.stateNode.current.memoizedState.isDehydrated) return t.tag === 3 ? t.stateNode.containerInfo : null;
|
@@ -2293,7 +2293,7 @@ function xI(e, t, r, n) {
|
|
2293
2293
|
} else t !== e && (e = null);
|
2294
2294
|
return Su = e, null;
|
2295
2295
|
}
|
2296
|
-
function
|
2296
|
+
function J3(e) {
|
2297
2297
|
switch (e) {
|
2298
2298
|
case "cancel":
|
2299
2299
|
case "click":
|
@@ -2371,12 +2371,12 @@ function J2(e) {
|
|
2371
2371
|
switch (_p()) {
|
2372
2372
|
case s4:
|
2373
2373
|
return 1;
|
2374
|
-
case
|
2374
|
+
case R3:
|
2375
2375
|
return 4;
|
2376
2376
|
case Lu:
|
2377
2377
|
case Zp:
|
2378
2378
|
return 16;
|
2379
|
-
case
|
2379
|
+
case H3:
|
2380
2380
|
return 536870912;
|
2381
2381
|
default:
|
2382
2382
|
return 16;
|
@@ -2386,7 +2386,7 @@ function J2(e) {
|
|
2386
2386
|
}
|
2387
2387
|
}
|
2388
2388
|
var gn = null, g4 = null, iu = null;
|
2389
|
-
function
|
2389
|
+
function X3() {
|
2390
2390
|
if (iu) return iu;
|
2391
2391
|
var e, t = g4, r = t.length, n, i = "value" in gn ? gn.value : gn.textContent, M = i.length;
|
2392
2392
|
for (e = 0; e < r && t[e] === i[e]; e++) ;
|
@@ -2511,8 +2511,8 @@ var yS = Ie({}, Wa, { key: function(e) {
|
|
2511
2511
|
deltaMode: 0
|
2512
2512
|
}), CS = Et(fS), LS = [9, 13, 27, 32], D4 = _r && "CompositionEvent" in window, ta = null;
|
2513
2513
|
_r && "documentMode" in document && (ta = document.documentMode);
|
2514
|
-
var OS = _r && "TextEvent" in window && !ta,
|
2515
|
-
function
|
2514
|
+
var OS = _r && "TextEvent" in window && !ta, K3 = _r && (!D4 || ta && 8 < ta && 11 >= ta), AD = " ", dD = !1;
|
2515
|
+
function q3(e, t) {
|
2516
2516
|
switch (e) {
|
2517
2517
|
case "keyup":
|
2518
2518
|
return LS.indexOf(t.keyCode) !== -1;
|
@@ -2543,7 +2543,7 @@ function pS(e, t) {
|
|
2543
2543
|
}
|
2544
2544
|
}
|
2545
2545
|
function SS(e, t) {
|
2546
|
-
if (vi) return e === "compositionend" || !D4 &&
|
2546
|
+
if (vi) return e === "compositionend" || !D4 && q3(e, t) ? (e = X3(), iu = g4 = gn = null, vi = !1, e) : null;
|
2547
2547
|
switch (e) {
|
2548
2548
|
case "paste":
|
2549
2549
|
return null;
|
@@ -2554,7 +2554,7 @@ function SS(e, t) {
|
|
2554
2554
|
}
|
2555
2555
|
return null;
|
2556
2556
|
case "compositionend":
|
2557
|
-
return
|
2557
|
+
return K3 && t.locale !== "ko" ? null : t.data;
|
2558
2558
|
default:
|
2559
2559
|
return null;
|
2560
2560
|
}
|
@@ -2565,7 +2565,7 @@ function xD(e) {
|
|
2565
2565
|
return t === "input" ? !!vS[e.type] : t === "textarea";
|
2566
2566
|
}
|
2567
2567
|
function t0(e, t, r, n) {
|
2568
|
-
|
2568
|
+
m3(n), t = vu(t, "onChange"), 0 < t.length && (r = new j4("onChange", "change", null, r, n), e.push({ event: r, listeners: t }));
|
2569
2569
|
}
|
2570
2570
|
var ra = null, za = null;
|
2571
2571
|
function hS(e) {
|
@@ -2573,7 +2573,7 @@ function hS(e) {
|
|
2573
2573
|
}
|
2574
2574
|
function Es(e) {
|
2575
2575
|
var t = wi(e);
|
2576
|
-
if (
|
2576
|
+
if (C3(t)) return e;
|
2577
2577
|
}
|
2578
2578
|
function mS(e, t) {
|
2579
2579
|
if (e === "change") return t;
|
@@ -2597,7 +2597,7 @@ function zD() {
|
|
2597
2597
|
function n0(e) {
|
2598
2598
|
if (e.propertyName === "value" && Es(za)) {
|
2599
2599
|
var t = [];
|
2600
|
-
t0(t, za, e, u4(e)),
|
2600
|
+
t0(t, za, e, u4(e)), Q3(hS, t);
|
2601
2601
|
}
|
2602
2602
|
}
|
2603
2603
|
function wS(e, t, r) {
|
@@ -2773,7 +2773,7 @@ function $l(e, t, r) {
|
|
2773
2773
|
var Eo = "_reactListening" + Math.random().toString(36).slice(2);
|
2774
2774
|
function Ca(e) {
|
2775
2775
|
if (!e[Eo]) {
|
2776
|
-
e[Eo] = !0,
|
2776
|
+
e[Eo] = !0, d3.forEach(function(r) {
|
2777
2777
|
r !== "selectionchange" && (HS.has(r) || $l(r, !1, e), $l(r, !0, e));
|
2778
2778
|
});
|
2779
2779
|
var t = e.nodeType === 9 ? e : e.ownerDocument;
|
@@ -2781,7 +2781,7 @@ function Ca(e) {
|
|
2781
2781
|
}
|
2782
2782
|
}
|
2783
2783
|
function g0(e, t, r, n) {
|
2784
|
-
switch (
|
2784
|
+
switch (J3(t)) {
|
2785
2785
|
case 1:
|
2786
2786
|
var i = rS;
|
2787
2787
|
break;
|
@@ -2818,7 +2818,7 @@ function Rl(e, t, r, n, i) {
|
|
2818
2818
|
}
|
2819
2819
|
n = n.return;
|
2820
2820
|
}
|
2821
|
-
|
2821
|
+
Q3(function() {
|
2822
2822
|
var l = M, I = u4(r), g = [];
|
2823
2823
|
e: {
|
2824
2824
|
var c = c0.get(e);
|
@@ -2978,8 +2978,8 @@ function Rl(e, t, r, n, i) {
|
|
2978
2978
|
}
|
2979
2979
|
O = void 0;
|
2980
2980
|
}
|
2981
|
-
else vi ?
|
2982
|
-
O && (
|
2981
|
+
else vi ? q3(e, r) && (O = "onCompositionEnd") : e === "keydown" && r.keyCode === 229 && (O = "onCompositionStart");
|
2982
|
+
O && (K3 && r.locale !== "ko" && (vi || O !== "onCompositionStart" ? O === "onCompositionEnd" && vi && (p = X3()) : (gn = I, g4 = "value" in gn ? gn.value : gn.textContent, vi = !0)), C = vu(l, O), 0 < C.length && (O = new yD(O, e, null, r, I), g.push({ event: O, listeners: C }), p ? O.data = p : (p = e0(r), p !== null && (O.data = p)))), (p = OS ? pS(e, r) : SS(e, r)) && (l = vu(l, "onBeforeInput"), 0 < l.length && (I = new yD("onBeforeInput", "beforeinput", null, r, I), g.push({ event: I, listeners: l }), I.data = p));
|
2983
2983
|
}
|
2984
2984
|
I0(g, t);
|
2985
2985
|
});
|
@@ -3163,7 +3163,7 @@ function Qn() {
|
|
3163
3163
|
}
|
3164
3164
|
br = null, Cs = !1;
|
3165
3165
|
} catch (i) {
|
3166
|
-
throw br !== null && (br = br.slice(e + 1)), $
|
3166
|
+
throw br !== null && (br = br.slice(e + 1)), $3(s4, Qn), i;
|
3167
3167
|
} finally {
|
3168
3168
|
re = t, Vl = !1;
|
3169
3169
|
}
|
@@ -3894,7 +3894,7 @@ function Y0(e, t) {
|
|
3894
3894
|
return n !== null && t !== null && S4(t, n[1]) ? n[0] : (e = e(), r.memoizedState = [e, t], e);
|
3895
3895
|
}
|
3896
3896
|
function b0(e, t, r) {
|
3897
|
-
return ii & 21 ? (sr(r, t) || (r =
|
3897
|
+
return ii & 21 ? (sr(r, t) || (r = V3(), ce.lanes |= r, Mi |= r, e.baseState = !0), t) : (e.baseState && (e.baseState = !1, it = !0), e.memoizedState = r);
|
3898
3898
|
}
|
3899
3899
|
function qS(e, t) {
|
3900
3900
|
var r = re;
|
@@ -4584,7 +4584,7 @@ function sv(e, t, r) {
|
|
4584
4584
|
}
|
4585
4585
|
n = i, t.updateQueue = n, n !== null && (t.flags |= 4);
|
4586
4586
|
} else {
|
4587
|
-
o = i.nodeType === 9 ? i : i.ownerDocument, e === "http://www.w3.org/1999/xhtml" && (e =
|
4587
|
+
o = i.nodeType === 9 ? i : i.ownerDocument, e === "http://www.w3.org/1999/xhtml" && (e = p3(r)), e === "http://www.w3.org/1999/xhtml" ? r === "script" ? (e = o.createElement("div"), e.innerHTML = "<script><\/script>", e = e.removeChild(e.firstChild)) : typeof n.is == "string" ? e = o.createElement(r, { is: n.is }) : (e = o.createElement(r), r === "select" && (o = e, n.multiple ? o.multiple = !0 : n.size && (o.size = n.size))) : e = o.createElementNS(e, r), e[fr] = t, e[Oa] = n, K0(e, t, !1, !1), t.stateNode = e;
|
4588
4588
|
e: {
|
4589
4589
|
switch (o = jI(r, n), r) {
|
4590
4590
|
case "dialog":
|
@@ -4632,7 +4632,7 @@ function sv(e, t, r) {
|
|
4632
4632
|
gI(r, i), u = i;
|
4633
4633
|
for (M in u) if (u.hasOwnProperty(M)) {
|
4634
4634
|
var s = u[M];
|
4635
|
-
M === "style" ?
|
4635
|
+
M === "style" ? h3(e, s) : M === "dangerouslySetInnerHTML" ? (s = s ? s.__html : void 0, s != null && S3(e, s)) : M === "children" ? typeof s == "string" ? (r !== "textarea" || s !== "") && Ta(e, s) : typeof s == "number" && Ta(e, "" + s) : M !== "suppressContentEditableWarning" && M !== "suppressHydrationWarning" && M !== "autoFocus" && (ya.hasOwnProperty(M) ? s != null && M === "onScroll" && ae("scroll", e) : s != null && i4(e, M, s, o));
|
4636
4636
|
}
|
4637
4637
|
switch (r) {
|
4638
4638
|
case "input":
|
@@ -5057,18 +5057,18 @@ function iA(e, t) {
|
|
5057
5057
|
if (n & 4 && (i = e.stateNode, i != null)) {
|
5058
5058
|
var M = e.memoizedProps, o = r !== null ? r.memoizedProps : M, u = e.type, s = e.updateQueue;
|
5059
5059
|
if (e.updateQueue = null, s !== null) try {
|
5060
|
-
u === "input" && M.type === "radio" && M.name != null &&
|
5060
|
+
u === "input" && M.type === "radio" && M.name != null && L3(i, M), jI(u, o);
|
5061
5061
|
var l = jI(u, M);
|
5062
5062
|
for (o = 0; o < s.length; o += 2) {
|
5063
5063
|
var I = s[o], g = s[o + 1];
|
5064
|
-
I === "style" ?
|
5064
|
+
I === "style" ? h3(i, g) : I === "dangerouslySetInnerHTML" ? S3(i, g) : I === "children" ? Ta(i, g) : i4(i, I, g, l);
|
5065
5065
|
}
|
5066
5066
|
switch (u) {
|
5067
5067
|
case "input":
|
5068
5068
|
sI(i, M);
|
5069
5069
|
break;
|
5070
5070
|
case "textarea":
|
5071
|
-
|
5071
|
+
O3(i, M);
|
5072
5072
|
break;
|
5073
5073
|
case "select":
|
5074
5074
|
var c = i._wrapperState.wasMultiple;
|
@@ -5152,7 +5152,7 @@ function iA(e, t) {
|
|
5152
5152
|
if (I === null) {
|
5153
5153
|
I = g;
|
5154
5154
|
try {
|
5155
|
-
i = g.stateNode, l ? (M = i.style, typeof M.setProperty == "function" ? M.setProperty("display", "none", "important") : M.display = "none") : (u = g.stateNode, s = g.memoizedProps.style, o = s != null && s.hasOwnProperty("display") ? s.display : null, u.style.display =
|
5155
|
+
i = g.stateNode, l ? (M = i.style, typeof M.setProperty == "function" ? M.setProperty("display", "none", "important") : M.display = "none") : (u = g.stateNode, s = g.memoizedProps.style, o = s != null && s.hasOwnProperty("display") ? s.display : null, u.style.display = v3("display", o));
|
5156
5156
|
} catch (N) {
|
5157
5157
|
Ne(e, e.return, N);
|
5158
5158
|
}
|
@@ -5415,7 +5415,7 @@ function Ke() {
|
|
5415
5415
|
return F & 6 ? ye() : lu !== -1 ? lu : lu = ye();
|
5416
5416
|
}
|
5417
5417
|
function Ln(e) {
|
5418
|
-
return e.mode & 1 ? F & 2 && ke !== 0 ? ke & -ke : XS.transition !== null ? (cu === 0 && (cu =
|
5418
|
+
return e.mode & 1 ? F & 2 && ke !== 0 ? ke & -ke : XS.transition !== null ? (cu === 0 && (cu = V3()), cu) : (e = re, e !== 0 || (e = window.event, e = e === void 0 ? 16 : J3(e.type)), e) : 1;
|
5419
5419
|
}
|
5420
5420
|
function or(e, t, r, n) {
|
5421
5421
|
if (50 < oa) throw oa = 0, GI = null, Error(L(185));
|
@@ -5431,18 +5431,18 @@ function ut(e, t) {
|
|
5431
5431
|
!(F & 6) && Qn();
|
5432
5432
|
}), r = null;
|
5433
5433
|
else {
|
5434
|
-
switch (
|
5434
|
+
switch (_3(n)) {
|
5435
5435
|
case 1:
|
5436
5436
|
r = s4;
|
5437
5437
|
break;
|
5438
5438
|
case 4:
|
5439
|
-
r =
|
5439
|
+
r = R3;
|
5440
5440
|
break;
|
5441
5441
|
case 16:
|
5442
5442
|
r = Lu;
|
5443
5443
|
break;
|
5444
5444
|
case 536870912:
|
5445
|
-
r =
|
5445
|
+
r = H3;
|
5446
5446
|
break;
|
5447
5447
|
default:
|
5448
5448
|
r = Lu;
|
@@ -5813,7 +5813,7 @@ function Tv(e, t, r, n) {
|
|
5813
5813
|
}
|
5814
5814
|
function Wi() {
|
5815
5815
|
if (jn !== null) {
|
5816
|
-
var e =
|
5816
|
+
var e = _3(_u), t = Pt.transition, r = re;
|
5817
5817
|
try {
|
5818
5818
|
if (Pt.transition = null, re = 16 > e ? 16 : e, jn === null) var n = !1;
|
5819
5819
|
else {
|
@@ -6120,7 +6120,7 @@ IA = function(e, t, r) {
|
|
6120
6120
|
throw Error(L(156, t.tag));
|
6121
6121
|
};
|
6122
6122
|
function gA(e, t) {
|
6123
|
-
return $
|
6123
|
+
return $3(e, t);
|
6124
6124
|
}
|
6125
6125
|
function Ev(e, t, r, n) {
|
6126
6126
|
this.tag = e, this.key = r, this.sibling = this.child = this.return = this.stateNode = this.type = this.elementType = null, this.index = 0, this.ref = null, this.pendingProps = t, this.dependencies = this.memoizedState = this.updateQueue = this.memoizedProps = null, this.mode = n, this.subtreeFlags = this.flags = 0, this.deletions = null, this.childLanes = this.lanes = 0, this.alternate = null;
|
@@ -6159,14 +6159,14 @@ function Iu(e, t, r, n, i, M) {
|
|
6159
6159
|
return e = bt(13, r, t, i), e.elementType = MI, e.lanes = M, e;
|
6160
6160
|
case aI:
|
6161
6161
|
return e = bt(19, r, t, i), e.elementType = aI, e.lanes = M, e;
|
6162
|
-
case
|
6162
|
+
case z3:
|
6163
6163
|
return vs(r, i, M, t);
|
6164
6164
|
default:
|
6165
6165
|
if (typeof e == "object" && e !== null) switch (e.$$typeof) {
|
6166
|
-
case
|
6166
|
+
case x3:
|
6167
6167
|
o = 10;
|
6168
6168
|
break e;
|
6169
|
-
case
|
6169
|
+
case E3:
|
6170
6170
|
o = 9;
|
6171
6171
|
break e;
|
6172
6172
|
case a4:
|
@@ -6187,7 +6187,7 @@ function ei(e, t, r, n) {
|
|
6187
6187
|
return e = bt(7, e, n, t), e.lanes = r, e;
|
6188
6188
|
}
|
6189
6189
|
function vs(e, t, r, n) {
|
6190
|
-
return e = bt(22, e, n, t), e.elementType =
|
6190
|
+
return e = bt(22, e, n, t), e.elementType = z3, e.lanes = r, e.stateNode = { isHidden: !1 }, e;
|
6191
6191
|
}
|
6192
6192
|
function Jl(e, t, r) {
|
6193
6193
|
return e = bt(6, e, null, t), e.lanes = r, e;
|
@@ -6286,10 +6286,10 @@ function ms(e) {
|
|
6286
6286
|
}
|
6287
6287
|
ms.prototype.unstable_scheduleHydration = function(e) {
|
6288
6288
|
if (e) {
|
6289
|
-
var t =
|
6289
|
+
var t = B3();
|
6290
6290
|
e = { blockedOn: null, target: e, priority: t };
|
6291
6291
|
for (var r = 0; r < cn.length && t !== 0 && t < cn[r].priority; r++) ;
|
6292
|
-
cn.splice(r, 0, e), r === 0 &&
|
6292
|
+
cn.splice(r, 0, e), r === 0 && W3(e);
|
6293
6293
|
}
|
6294
6294
|
};
|
6295
6295
|
function Z4(e) {
|
@@ -6340,7 +6340,7 @@ function ks(e, t, r, n, i) {
|
|
6340
6340
|
} else o = Ov(r, t, e, i, n);
|
6341
6341
|
return Gu(o);
|
6342
6342
|
}
|
6343
|
-
|
6343
|
+
Z3 = function(e) {
|
6344
6344
|
switch (e.tag) {
|
6345
6345
|
case 3:
|
6346
6346
|
var t = e.stateNode;
|
@@ -6369,7 +6369,7 @@ c4 = function(e) {
|
|
6369
6369
|
V4(e, 134217728);
|
6370
6370
|
}
|
6371
6371
|
};
|
6372
|
-
|
6372
|
+
G3 = function(e) {
|
6373
6373
|
if (e.tag === 13) {
|
6374
6374
|
var t = Ln(e), r = Gr(e, t);
|
6375
6375
|
if (r !== null) {
|
@@ -6379,10 +6379,10 @@ G2 = function(e) {
|
|
6379
6379
|
V4(e, t);
|
6380
6380
|
}
|
6381
6381
|
};
|
6382
|
-
|
6382
|
+
B3 = function() {
|
6383
6383
|
return re;
|
6384
6384
|
};
|
6385
|
-
|
6385
|
+
F3 = function(e, t) {
|
6386
6386
|
var r = re;
|
6387
6387
|
try {
|
6388
6388
|
return re = e, t();
|
@@ -6400,22 +6400,22 @@ DI = function(e, t, r) {
|
|
6400
6400
|
if (n !== e && n.form === e.form) {
|
6401
6401
|
var i = fs(n);
|
6402
6402
|
if (!i) throw Error(L(90));
|
6403
|
-
|
6403
|
+
C3(n), sI(n, i);
|
6404
6404
|
}
|
6405
6405
|
}
|
6406
6406
|
}
|
6407
6407
|
break;
|
6408
6408
|
case "textarea":
|
6409
|
-
|
6409
|
+
O3(e, r);
|
6410
6410
|
break;
|
6411
6411
|
case "select":
|
6412
6412
|
t = r.value, t != null && _i(e, !!r.multiple, t, !1);
|
6413
6413
|
}
|
6414
6414
|
};
|
6415
|
-
|
6416
|
-
|
6417
|
-
var pv = { usingClientEntryPoint: !1, Events: [Ja, wi, fs,
|
6418
|
-
return e =
|
6415
|
+
k3 = b4;
|
6416
|
+
U3 = ai;
|
6417
|
+
var pv = { usingClientEntryPoint: !1, Events: [Ja, wi, fs, m3, w3, b4] }, UM = { findFiberByHostInstance: Jn, bundleType: 0, version: "18.3.1", rendererPackageName: "react-dom" }, Sv = { bundleType: UM.bundleType, version: UM.version, rendererPackageName: UM.rendererPackageName, rendererConfig: UM.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: Kr.ReactCurrentDispatcher, findHostInstanceByFiber: function(e) {
|
6418
|
+
return e = b3(e), e === null ? null : e.stateNode;
|
6419
6419
|
}, findFiberByHostInstance: UM.findFiberByHostInstance || Lv, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
6420
6420
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ != "undefined") {
|
6421
6421
|
var So = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -6441,7 +6441,7 @@ xt.findDOMNode = function(e) {
|
|
6441
6441
|
var t = e._reactInternals;
|
6442
6442
|
if (t === void 0)
|
6443
6443
|
throw typeof e.render == "function" ? Error(L(188)) : (e = Object.keys(e).join(","), Error(L(268, e)));
|
6444
|
-
return e =
|
6444
|
+
return e = b3(t), e = e === null ? null : e.stateNode, e;
|
6445
6445
|
};
|
6446
6446
|
xt.flushSync = function(e) {
|
6447
6447
|
return ai(e);
|
@@ -6486,8 +6486,8 @@ function yA() {
|
|
6486
6486
|
console.error(e);
|
6487
6487
|
}
|
6488
6488
|
}
|
6489
|
-
yA(),
|
6490
|
-
var vv =
|
6489
|
+
yA(), y3.exports = xt;
|
6490
|
+
var vv = y3.exports, G4, uy = vv;
|
6491
6491
|
G4 = uy.createRoot, uy.hydrateRoot;
|
6492
6492
|
var h = {}, WI = { exports: {} };
|
6493
6493
|
(function(e, t) {
|
@@ -8578,7 +8578,7 @@ Ad.useSyncExternalStoreWithSelector = function(e, t, r, n, i) {
|
|
8578
8578
|
};
|
8579
8579
|
Td.exports = Ad;
|
8580
8580
|
var dw = Td.exports;
|
8581
|
-
const xw = /* @__PURE__ */
|
8581
|
+
const xw = /* @__PURE__ */ D2(dw), Ed = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1 }, { useDebugValue: Ew } = tE, { useSyncExternalStoreWithSelector: zw } = xw;
|
8582
8582
|
let gy = !1;
|
8583
8583
|
const fw = (e) => e;
|
8584
8584
|
function Cw(e, t = fw, r) {
|
@@ -8613,7 +8613,7 @@ var K4 = G, Ow = vr, pw = _t, Sw = gM, vw = K4("".charAt), Ny = K4("".charCodeAt
|
|
8613
8613
|
// `String.prototype.at` method
|
8614
8614
|
// https://github.com/mathiasbynens/String.prototype.at
|
8615
8615
|
charAt: Dy(!0)
|
8616
|
-
}, mw = q4.charAt, ww = _t, zd = Xr, kw =
|
8616
|
+
}, mw = q4.charAt, ww = _t, zd = Xr, kw = I3, yy = e4, fd = "String Iterator", Uw = zd.set, Qw = zd.getterFor(fd);
|
8617
8617
|
kw(String, "String", function(e) {
|
8618
8618
|
Uw(this, {
|
8619
8619
|
type: fd,
|
@@ -8635,12 +8635,12 @@ var Yw = X, bw = ze, Pw = ge, Ty = ZE, $w = bw("iterator"), Cd = !Yw(function()
|
|
8635
8635
|
return Vw(e), t === void 0 ? e : _w ? Zw(e, t) : function() {
|
8636
8636
|
return e.apply(t, arguments);
|
8637
8637
|
};
|
8638
|
-
}, dy =
|
8638
|
+
}, dy = _2, Gw = Vt, Pn = function(e, t, r) {
|
8639
8639
|
return r.get && dy(r.get, t, { getter: !0 }), r.set && dy(r.set, t, { setter: !0 }), Gw.f(e, t, r);
|
8640
8640
|
}, Bw = Ra, Fw = TypeError, bs = function(e, t) {
|
8641
8641
|
if (Bw(t, e)) return e;
|
8642
8642
|
throw new Fw("Incorrect invocation");
|
8643
|
-
}, xy = ge, Ww = G, Jw = Ee, Xw = X, tc =
|
8643
|
+
}, xy = ge, Ww = G, Jw = Ee, Xw = X, tc = i3, Kw = Bg, qw = wg, ek = Ht, tk = Is, yi = Object.assign, Ey = Object.defineProperty, rk = Ww([].concat), nk = !yi || Xw(function() {
|
8644
8644
|
if (xy && yi({ b: 1 }, yi(Ey({}, "a", {
|
8645
8645
|
enumerable: !0,
|
8646
8646
|
get: function() {
|
@@ -8682,7 +8682,7 @@ var Yw = X, bw = ze, Pw = ge, Ty = ZE, $w = bw("iterator"), Cd = !Yw(function()
|
|
8682
8682
|
}
|
8683
8683
|
}, lk = ze, ck = Ba, Ik = lk("iterator"), gk = Array.prototype, Ld = function(e) {
|
8684
8684
|
return e !== void 0 && (ck.Array === e || gk[Ik] === e);
|
8685
|
-
}, jk = G, Nk = X, Od = je, Dk = wn, yk = Jr, Tk =
|
8685
|
+
}, jk = G, Nk = X, Od = je, Dk = wn, yk = Jr, Tk = R2, pd = function() {
|
8686
8686
|
}, Sd = yk("Reflect", "construct"), ej = /^\s*(?:class|function)\b/, Ak = jk(ej.exec), dk = !ej.test(pd), YM = function(t) {
|
8687
8687
|
if (!Od(t)) return !1;
|
8688
8688
|
try {
|
@@ -8814,7 +8814,7 @@ var wy = B, g7 = ge, j7 = Object.getOwnPropertyDescriptor, N7 = function(e) {
|
|
8814
8814
|
for (var o = y7(r / 2), u = tg(ky(e, 0, o), t), s = tg(ky(e, o), t), l = u.length, I = s.length, g = 0, c = 0; g < l || c < I; )
|
8815
8815
|
e[g + c] = g < l && c < I ? t(u[g], s[c]) <= 0 ? u[g++] : s[c++] : g < l ? u[g++] : s[c++];
|
8816
8816
|
return e;
|
8817
|
-
}, nj = tg, rg = Qe, Ud = B, ij = N7, T7 = Jr, vo = Ee, lr = G, ca = ge, Qd = Cd, Yd = Ir, A7 = Pn, d7 = kd, x7 = DM, E7 =
|
8817
|
+
}, nj = tg, rg = Qe, Ud = B, ij = N7, T7 = Jr, vo = Ee, lr = G, ca = ge, Qd = Cd, Yd = Ir, A7 = Pn, d7 = kd, x7 = DM, E7 = s3, Mj = Xr, bd = bs, Mc = je, z7 = lt, f7 = dM, C7 = wn, L7 = ct, Pd = _e, Je = _t, O7 = Ga, Uy = ui, Qy = rj, p7 = Ps, ho = e4, Ti = $s, S7 = ze, v7 = nj, h7 = S7("iterator"), xM = "URLSearchParams", $d = xM + "Iterator", Rd = Mj.set, mt = Mj.getterFor(xM), m7 = Mj.getterFor($d), Yy = ij("fetch"), Xu = ij("Request"), Ia = ij("Headers"), ac = Xu && Xu.prototype, by = Ia && Ia.prototype, w7 = Ud.TypeError, k7 = Ud.encodeURIComponent, U7 = String.fromCharCode, Q7 = T7("String", "fromCodePoint"), Y7 = parseInt, ju = lr("".charAt), Py = lr([].join), Dn = lr([].push), Hd = lr("".replace), b7 = lr([].shift), $y = lr([].splice), Ry = lr("".split), Vd = lr("".slice), P7 = lr(/./.exec), $7 = /\+/g, oc = "�", R7 = /^[0-9a-f]+$/i, Hy = function(e, t) {
|
8818
8818
|
var r = Vd(e, t, t + 2);
|
8819
8819
|
return P7(R7, r) ? Y7(r, 16) : NaN;
|
8820
8820
|
}, H7 = function(e) {
|
@@ -9928,7 +9928,7 @@ const i6 = Bt.create("main"), I1 = {
|
|
9928
9928
|
livenessType: _s.ACTIVE,
|
9929
9929
|
holdStillDuration: void 0,
|
9930
9930
|
timeoutInterval: void 0,
|
9931
|
-
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.3/
|
9931
|
+
workerPath: "https://wasm.regulaforensics.com/face/nightly/6.3/13012e20-f0feebc38",
|
9932
9932
|
detectOcclusion: !0
|
9933
9933
|
}, M6 = (e) => xc(xc({}, I1), {}, {
|
9934
9934
|
onEvent: () => i6('Function "onEvent" not defined.'),
|
@@ -10850,7 +10850,7 @@ var Ft = {
|
|
10850
10850
|
}, zY = wn, V5 = function(e) {
|
10851
10851
|
var t = zY(e);
|
10852
10852
|
return t === "BigInt64Array" || t === "BigUint64Array";
|
10853
|
-
}, fY =
|
10853
|
+
}, fY = Q2, CY = TypeError, kj = function(e) {
|
10854
10854
|
var t = fY(e, "number");
|
10855
10855
|
if (typeof t == "number") throw new CY("Can't convert number to bigint");
|
10856
10856
|
return BigInt(t);
|
@@ -12289,7 +12289,7 @@ class AR {
|
|
12289
12289
|
}
|
12290
12290
|
prepare(t) {
|
12291
12291
|
return Ce(this, null, function* () {
|
12292
|
-
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.3/
|
12292
|
+
const r = "Liveness.worker.js", n = Q.getState().workerPath, i = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.3/13012e20-f0feebc38";
|
12293
12293
|
try {
|
12294
12294
|
let o = yield (yield fetch(n + "/" + r)).text();
|
12295
12295
|
i || (o = o$(o, n));
|
@@ -12307,7 +12307,7 @@ class AR {
|
|
12307
12307
|
}), this.worker.postMessage({
|
12308
12308
|
target: "worker-init",
|
12309
12309
|
URL: document.URL,
|
12310
|
-
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.3/
|
12310
|
+
currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.3/13012e20-f0feebc38",
|
12311
12311
|
preMain: !0
|
12312
12312
|
}));
|
12313
12313
|
});
|
@@ -12375,7 +12375,7 @@ class AR {
|
|
12375
12375
|
}, !0);
|
12376
12376
|
}
|
12377
12377
|
}
|
12378
|
-
function
|
12378
|
+
function e2(e, t) {
|
12379
12379
|
var r = Object.keys(e);
|
12380
12380
|
if (Object.getOwnPropertySymbols) {
|
12381
12381
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -12388,9 +12388,9 @@ function e3(e, t) {
|
|
12388
12388
|
function un(e) {
|
12389
12389
|
for (var t = 1; t < arguments.length; t++) {
|
12390
12390
|
var r = arguments[t] != null ? arguments[t] : {};
|
12391
|
-
t % 2 ?
|
12391
|
+
t % 2 ? e2(Object(r), !0).forEach(function(n) {
|
12392
12392
|
Og(e, n, r[n]);
|
12393
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
12393
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : e2(Object(r)).forEach(function(n) {
|
12394
12394
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
|
12395
12395
|
});
|
12396
12396
|
}
|
@@ -12576,7 +12576,7 @@ function OR() {
|
|
12576
12576
|
}
|
12577
12577
|
}, []), e;
|
12578
12578
|
}
|
12579
|
-
function
|
12579
|
+
function t2(e, t) {
|
12580
12580
|
var r = Object.keys(e);
|
12581
12581
|
if (Object.getOwnPropertySymbols) {
|
12582
12582
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -12589,9 +12589,9 @@ function t3(e, t) {
|
|
12589
12589
|
function dr(e) {
|
12590
12590
|
for (var t = 1; t < arguments.length; t++) {
|
12591
12591
|
var r = arguments[t] != null ? arguments[t] : {};
|
12592
|
-
t % 2 ?
|
12592
|
+
t % 2 ? t2(Object(r), !0).forEach(function(n) {
|
12593
12593
|
pR(e, n, r[n]);
|
12594
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
12594
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : t2(Object(r)).forEach(function(n) {
|
12595
12595
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
|
12596
12596
|
});
|
12597
12597
|
}
|
@@ -12614,7 +12614,7 @@ function vR(e, t) {
|
|
12614
12614
|
}
|
12615
12615
|
return (t === "string" ? String : Number)(e);
|
12616
12616
|
}
|
12617
|
-
const hR = 1500,
|
12617
|
+
const hR = 1500, r2 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n, i) => {
|
12618
12618
|
var M;
|
12619
12619
|
const o = OR(), {
|
12620
12620
|
onEvent: u
|
@@ -12633,7 +12633,7 @@ const hR = 1500, r3 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12633
12633
|
if (!t.initialized && t.prepared && e.videoElementParams.videoParams.width && e.videoElementParams.videoParams.height && e.videoStatusParams.sortedDevices && o)
|
12634
12634
|
if (e.faceSnapshot) {
|
12635
12635
|
var I, g;
|
12636
|
-
const c = e.holdStillDuration &&
|
12636
|
+
const c = e.holdStillDuration && r2(e.holdStillDuration) || hR, D = {
|
12637
12637
|
rotationAngle: e.rotationAngle,
|
12638
12638
|
scenario: 1,
|
12639
12639
|
frameWidth: e.videoElementParams.videoParams.width,
|
@@ -12645,12 +12645,12 @@ const hR = 1500, r3 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12645
12645
|
messageQueueSize: 1,
|
12646
12646
|
detectOcclusion: e.detectOcclusion
|
12647
12647
|
};
|
12648
|
-
e.timeoutInterval && (D.normalTimeoutMs =
|
12648
|
+
e.timeoutInterval && (D.normalTimeoutMs = r2(e.timeoutInterval));
|
12649
12649
|
const j = {
|
12650
12650
|
config: D,
|
12651
12651
|
metadata: {
|
12652
12652
|
hostAppId: e.url || Ri,
|
12653
|
-
sdkVersion: XT("6.3.
|
12653
|
+
sdkVersion: XT("6.3.1432-nightly"),
|
12654
12654
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
12655
12655
|
camera: e.videoStatusParams.camera
|
12656
12656
|
}
|
@@ -12671,7 +12671,7 @@ const hR = 1500, r3 = (e) => e * 1e3, Rc = Bt.create("main"), mR = (e, t, r, n,
|
|
12671
12671
|
}), j = {
|
12672
12672
|
platform: "Web",
|
12673
12673
|
osVersion: "".concat(ql),
|
12674
|
-
sdkVersion: XT("6.3.
|
12674
|
+
sdkVersion: XT("6.3.1432-nightly"),
|
12675
12675
|
hostAppId: e.url || Ri,
|
12676
12676
|
userID: c,
|
12677
12677
|
deviceModel: "".concat(Wu, "/").concat(ql, " ").concat(sa, "/").concat(Kl),
|
@@ -12731,7 +12731,7 @@ function kR(e, t) {
|
|
12731
12731
|
}
|
12732
12732
|
return (t === "string" ? String : Number)(e);
|
12733
12733
|
}
|
12734
|
-
const
|
12734
|
+
const n2 = Bt.create("main");
|
12735
12735
|
class UR {
|
12736
12736
|
constructor() {
|
12737
12737
|
Wo(this, "angles", void 0), Wo(this, "initialized", void 0), Wo(this, "debugPlate", void 0), Wo(this, "setAngleLink", this.setAngle.bind(this)), this.debugPlate = !1, this.angles = null, this.initialized = !1;
|
@@ -12756,14 +12756,14 @@ class UR {
|
|
12756
12756
|
setListeners() {
|
12757
12757
|
window.DeviceOrientationEvent && typeof window.DeviceOrientationEvent.requestPermission == "function" ? Ce(this, null, function* () {
|
12758
12758
|
yield window.DeviceOrientationEvent.requestPermission().then((t) => {
|
12759
|
-
t === "granted" && (this.initialized = !0, window.addEventListener("deviceorientation", this.setAngleLink)), t === "denied" &&
|
12759
|
+
t === "granted" && (this.initialized = !0, window.addEventListener("deviceorientation", this.setAngleLink)), t === "denied" && n2("Device orientation service permission denied");
|
12760
12760
|
}).catch((t) => {
|
12761
12761
|
if (this.initialized = !1, this.debugPlate) {
|
12762
12762
|
const r = document.querySelector(".angle-debug-plate");
|
12763
12763
|
if (!r) return;
|
12764
12764
|
r.innerHTML = "Err. Permission denied";
|
12765
12765
|
}
|
12766
|
-
|
12766
|
+
n2("Device orientation service error: ".concat(t));
|
12767
12767
|
});
|
12768
12768
|
}) : (this.initialized = !0, window.addEventListener("deviceorientation", this.setAngleLink));
|
12769
12769
|
}
|
@@ -12788,7 +12788,7 @@ class UR {
|
|
12788
12788
|
}
|
12789
12789
|
}
|
12790
12790
|
const Vi = new UR();
|
12791
|
-
function
|
12791
|
+
function i2(e, t) {
|
12792
12792
|
var r = Object.keys(e);
|
12793
12793
|
if (Object.getOwnPropertySymbols) {
|
12794
12794
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -12798,12 +12798,12 @@ function i3(e, t) {
|
|
12798
12798
|
}
|
12799
12799
|
return r;
|
12800
12800
|
}
|
12801
|
-
function
|
12801
|
+
function M2(e) {
|
12802
12802
|
for (var t = 1; t < arguments.length; t++) {
|
12803
12803
|
var r = arguments[t] != null ? arguments[t] : {};
|
12804
|
-
t % 2 ?
|
12804
|
+
t % 2 ? i2(Object(r), !0).forEach(function(n) {
|
12805
12805
|
QR(e, n, r[n]);
|
12806
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
12806
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : i2(Object(r)).forEach(function(n) {
|
12807
12807
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
|
12808
12808
|
});
|
12809
12809
|
}
|
@@ -12843,7 +12843,7 @@ const PR = Bt.create("main"), $R = (e, t, r, n, i) => {
|
|
12843
12843
|
}
|
12844
12844
|
};
|
12845
12845
|
}
|
12846
|
-
e.abortProcess && (o =
|
12846
|
+
e.abortProcess && (o = M2(M2({}, o), {}, {
|
12847
12847
|
abortSession: !0
|
12848
12848
|
}));
|
12849
12849
|
const {
|
@@ -12852,7 +12852,7 @@ const PR = Bt.create("main"), $R = (e, t, r, n, i) => {
|
|
12852
12852
|
i.processImage(u[0].data, o);
|
12853
12853
|
}, [r.initialized, e.videoElementParams.videoElement, t, e.videoStatusParams.videoStatus, e.abortProcess]);
|
12854
12854
|
};
|
12855
|
-
function
|
12855
|
+
function a2(e, t) {
|
12856
12856
|
var r = Object.keys(e);
|
12857
12857
|
if (Object.getOwnPropertySymbols) {
|
12858
12858
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -12865,9 +12865,9 @@ function a3(e, t) {
|
|
12865
12865
|
function Hc(e) {
|
12866
12866
|
for (var t = 1; t < arguments.length; t++) {
|
12867
12867
|
var r = arguments[t] != null ? arguments[t] : {};
|
12868
|
-
t % 2 ?
|
12868
|
+
t % 2 ? a2(Object(r), !0).forEach(function(n) {
|
12869
12869
|
RR(e, n, r[n]);
|
12870
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
12870
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : a2(Object(r)).forEach(function(n) {
|
12871
12871
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
|
12872
12872
|
});
|
12873
12873
|
}
|
@@ -13112,15 +13112,15 @@ function FR() {
|
|
13112
13112
|
(r == null ? void 0 : r.faceDebugOutputCanvasFromWasm) && /* @__PURE__ */ a.jsx("div", { className: Fo.translateY, children: /* @__PURE__ */ a.jsx("canvas", { ref: z, className: "".concat(Fo["debug-canvas"], " ").concat(fM), width: P.videoContainerParams.width, height: P.videoContainerParams.height }) })
|
13113
13113
|
] });
|
13114
13114
|
}
|
13115
|
-
const WR = "_container_e810x_1", JR = "_spinner_e810x_15", XR = "_spin_e810x_15",
|
13115
|
+
const WR = "_container_e810x_1", JR = "_spinner_e810x_15", XR = "_spin_e810x_15", o2 = {
|
13116
13116
|
container: WR,
|
13117
13117
|
spinner: JR,
|
13118
13118
|
spin: XR
|
13119
13119
|
};
|
13120
13120
|
function KR() {
|
13121
|
-
return /* @__PURE__ */ a.jsx("div", { className:
|
13121
|
+
return /* @__PURE__ */ a.jsx("div", { className: o2.container, children: /* @__PURE__ */ a.jsx("div", { className: o2.spinner }) });
|
13122
13122
|
}
|
13123
|
-
function
|
13123
|
+
function u2(e) {
|
13124
13124
|
let {
|
13125
13125
|
title: t
|
13126
13126
|
} = e;
|
@@ -13192,7 +13192,7 @@ const Pj = f.memo(() => {
|
|
13192
13192
|
const c = I("getReady");
|
13193
13193
|
return /* @__PURE__ */ a.jsx(N$, { title: I("selfieTime"), subtitle: c, btnText: I("goButton") });
|
13194
13194
|
}
|
13195
|
-
return r === m.CAPTURING || t ? /* @__PURE__ */ a.jsx(FR, {}) : r === m.PROCESSING_REQUEST ? /* @__PURE__ */ a.jsx(
|
13195
|
+
return r === m.CAPTURING || t ? /* @__PURE__ */ a.jsx(FR, {}) : r === m.PROCESSING_REQUEST ? /* @__PURE__ */ a.jsx(u2, { title: I("processing") }) : r === m.SUCCESS && e ? /* @__PURE__ */ a.jsx(vt, { type: "verified", title: "" }) : r === m.INCORRECT_CAMERA_ID_ERROR ? /* @__PURE__ */ a.jsx(vt, { type: "camera-logo", title: "".concat(I("incorrectCameraId"), ' "').concat(M, '"'), subtitle: I("checkCameraId") }) : r === m.PERMISSION_DENIED_ERROR ? /* @__PURE__ */ a.jsx(vt, { type: "camera-logo", title: I("noCameraPermission"), subtitle: I("allowAccessToCamera") }) : r === m.NO_CAMERA_ERROR ? /* @__PURE__ */ a.jsx(vt, { type: "error", title: I("noCameraAvailable"), subtitle: I("checkCameraConnection"), iconColor: "#DC4343" }) : r === m.WASM_DEFAULT_ERROR ? /* @__PURE__ */ a.jsx(vt, { type: "error", title: I("error"), subtitle: I("somethingWentWrong") }) : r === m.NOT_SUPPORTED_ERROR ? /* @__PURE__ */ a.jsx(vt, { type: "error", title: I("versionNotSupported"), subtitle: I("updateBrowser") }) : r === m.HTTP_NOT_SUPPORTED ? /* @__PURE__ */ a.jsx(vt, { type: "error", title: I("error"), subtitle: I("httpNotSupported") }) : r === m.WEBSERVICE_NOT_COMPATIBLE ? /* @__PURE__ */ a.jsx(vt, { onReset: g, type: "error", title: I("error"), subtitle: I("webServerNotCompatible") }) : r === m.UNKNOWN_ERROR ? /* @__PURE__ */ a.jsx(vt, { onReset: g, type: "error", title: I("error"), subtitle: I("somethingWentWrong") }) : r === m.RESTART || r === m.ABORT_PROCESSING ? /* @__PURE__ */ a.jsx(u2, {}) : e ? n.code === s1 ? /* @__PURE__ */ a.jsx(vt, { type: "error", title: I("somethingWentWrong"), errorCode: s1 }) : /* @__PURE__ */ a.jsx(nH, { errorCode: n.code, onReset: g }) : /* @__PURE__ */ a.jsx(vt, { title: I("processCompleted"), type: "warning" });
|
13196
13196
|
});
|
13197
13197
|
Pj.displayName = "ScreenManager";
|
13198
13198
|
function iH(e) {
|
@@ -14719,7 +14719,7 @@ const aH = "Подготовка камеры...", oH = "Камера недос
|
|
14719
14719
|
vi: zte,
|
14720
14720
|
zh: JB
|
14721
14721
|
}, Symbol.toStringTag, { value: "Module" }));
|
14722
|
-
function
|
14722
|
+
function s2(e, t) {
|
14723
14723
|
var r = Object.keys(e);
|
14724
14724
|
if (Object.getOwnPropertySymbols) {
|
14725
14725
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -14732,9 +14732,9 @@ function s3(e, t) {
|
|
14732
14732
|
function Jo(e) {
|
14733
14733
|
for (var t = 1; t < arguments.length; t++) {
|
14734
14734
|
var r = arguments[t] != null ? arguments[t] : {};
|
14735
|
-
t % 2 ?
|
14735
|
+
t % 2 ? s2(Object(r), !0).forEach(function(n) {
|
14736
14736
|
yu(e, n, r[n]);
|
14737
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
14737
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : s2(Object(r)).forEach(function(n) {
|
14738
14738
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
|
14739
14739
|
});
|
14740
14740
|
}
|
@@ -14758,7 +14758,7 @@ function V4e(e, t) {
|
|
14758
14758
|
return (t === "string" ? String : Number)(e);
|
14759
14759
|
}
|
14760
14760
|
const _4e = Bt.create("main"), vx = [dx, xx, Ex, zx, fx, Cx, Lx, Ox, px];
|
14761
|
-
let
|
14761
|
+
let l2 = Ks({}, vx);
|
14762
14762
|
class Z4e extends HTMLElement {
|
14763
14763
|
constructor() {
|
14764
14764
|
super(), yu(this, "_root", G4(this.attachShadow({
|
@@ -14773,7 +14773,7 @@ class Z4e extends HTMLElement {
|
|
14773
14773
|
this.dispatchEvent(r), _4e("Component event: ".concat(JSON.stringify(r.detail)));
|
14774
14774
|
}
|
14775
14775
|
get version() {
|
14776
|
-
return "".concat("6.3.
|
14776
|
+
return "".concat("6.3.1432-nightly".trim());
|
14777
14777
|
}
|
14778
14778
|
set translations(t) {
|
14779
14779
|
this._translations = t, this._mounted && this.render();
|
@@ -14784,7 +14784,7 @@ class Z4e extends HTMLElement {
|
|
14784
14784
|
set settings(t) {
|
14785
14785
|
if (Object.keys(t).length === 0) return;
|
14786
14786
|
const r = Q.getState(), n = tM(r, t);
|
14787
|
-
t.customization && (
|
14787
|
+
t.customization && (l2 = Ks(t.customization, vx)), t.rotationAngle && typeof t.rotationAngle == "number" && (n.rotationAngle = Nx(t.rotationAngle)), t.workerPath && typeof t.workerPath == "string" && (n.workerPath = t.workerPath), n && Q.setState(n), this._mounted && this.render();
|
14788
14788
|
}
|
14789
14789
|
get settings() {
|
14790
14790
|
const t = Object.keys(xr), r = Q.getState();
|
@@ -14849,7 +14849,7 @@ class Z4e extends HTMLElement {
|
|
14849
14849
|
}
|
14850
14850
|
render() {
|
14851
14851
|
this._root.render(/* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
14852
|
-
/* @__PURE__ */ a.jsx("style", { nonce: Q.getState().nonce, children:
|
14852
|
+
/* @__PURE__ */ a.jsx("style", { nonce: Q.getState().nonce, children: l2 }),
|
14853
14853
|
/* @__PURE__ */ a.jsx(MH, { locale: Q.getState().locale, dictionaries: Jo({}, Sx), translations: this._translations || void 0 })
|
14854
14854
|
] }));
|
14855
14855
|
}
|
@@ -14859,12 +14859,12 @@ class Z4e extends HTMLElement {
|
|
14859
14859
|
}), Bt.saveLogs();
|
14860
14860
|
}
|
14861
14861
|
}
|
14862
|
-
var G4e = B, B4e = G4e.Promise, hx = {},
|
14862
|
+
var G4e = B, B4e = G4e.Promise, hx = {}, c2 = mn, F4e = TypeError, W4e = function(e) {
|
14863
14863
|
var t, r;
|
14864
14864
|
this.promise = new e(function(n, i) {
|
14865
14865
|
if (t !== void 0 || r !== void 0) throw new F4e("Bad Promise constructor");
|
14866
14866
|
t = n, r = i;
|
14867
|
-
}), this.resolve =
|
14867
|
+
}), this.resolve = c2(t), this.reject = c2(r);
|
14868
14868
|
};
|
14869
14869
|
hx.f = function(e) {
|
14870
14870
|
return new W4e(e);
|
@@ -14873,7 +14873,7 @@ var J4e = ct, X4e = _e, K4e = hx, q4e = function(e, t) {
|
|
14873
14873
|
if (J4e(e), X4e(t) && t.constructor === e) return t;
|
14874
14874
|
var r = K4e.f(e), n = r.resolve;
|
14875
14875
|
return n(t), r.promise;
|
14876
|
-
}, eje = Qe, us = B4e, tje = X, mx = Jr, wx = je, rje = A5,
|
14876
|
+
}, eje = Qe, us = B4e, tje = X, mx = Jr, wx = je, rje = A5, I2 = q4e, nje = Ir, pg = us && us.prototype, ije = !!us && tje(function() {
|
14877
14877
|
pg.finally.call({ then: function() {
|
14878
14878
|
} }, function() {
|
14879
14879
|
});
|
@@ -14883,12 +14883,12 @@ eje({ target: "Promise", proto: !0, real: !0, forced: ije }, {
|
|
14883
14883
|
var t = rje(this, mx("Promise")), r = wx(e);
|
14884
14884
|
return this.then(
|
14885
14885
|
r ? function(n) {
|
14886
|
-
return
|
14886
|
+
return I2(t, e()).then(function() {
|
14887
14887
|
return n;
|
14888
14888
|
});
|
14889
14889
|
} : e,
|
14890
14890
|
r ? function(n) {
|
14891
|
-
return
|
14891
|
+
return I2(t, e()).then(function() {
|
14892
14892
|
throw n;
|
14893
14893
|
});
|
14894
14894
|
} : e
|
@@ -14896,8 +14896,8 @@ eje({ target: "Promise", proto: !0, real: !0, forced: ije }, {
|
|
14896
14896
|
}
|
14897
14897
|
});
|
14898
14898
|
if (wx(us)) {
|
14899
|
-
var
|
14900
|
-
pg.finally !==
|
14899
|
+
var g2 = mx("Promise").prototype.finally;
|
14900
|
+
pg.finally !== g2 && nje(pg, "finally", g2, { unsafe: !0 });
|
14901
14901
|
}
|
14902
14902
|
function Mje(e) {
|
14903
14903
|
let {
|
@@ -15001,7 +15001,7 @@ function Mje(e) {
|
|
15001
15001
|
}, [w, O]), /* @__PURE__ */ a.jsx(gx, { onError: p, supportedBrowserVersions: e5, children: /* @__PURE__ */ a.jsx(n5, { onClose: P, direction: t, children: /* @__PURE__ */ a.jsx(Pj, {}) }) });
|
15002
15002
|
}
|
15003
15003
|
const aje = lx(Ix)(Mje);
|
15004
|
-
function
|
15004
|
+
function j2(e, t) {
|
15005
15005
|
var r = Object.keys(e);
|
15006
15006
|
if (Object.getOwnPropertySymbols) {
|
15007
15007
|
var n = Object.getOwnPropertySymbols(e);
|
@@ -15014,9 +15014,9 @@ function j3(e, t) {
|
|
15014
15014
|
function Xo(e) {
|
15015
15015
|
for (var t = 1; t < arguments.length; t++) {
|
15016
15016
|
var r = arguments[t] != null ? arguments[t] : {};
|
15017
|
-
t % 2 ?
|
15017
|
+
t % 2 ? j2(Object(r), !0).forEach(function(n) {
|
15018
15018
|
Tu(e, n, r[n]);
|
15019
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) :
|
15019
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : j2(Object(r)).forEach(function(n) {
|
15020
15020
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
|
15021
15021
|
});
|
15022
15022
|
}
|
@@ -15040,7 +15040,7 @@ function uje(e, t) {
|
|
15040
15040
|
return (t === "string" ? String : Number)(e);
|
15041
15041
|
}
|
15042
15042
|
const sje = Bt.create("main"), kx = [dx, xx, Ex, zx, fx, Cx, Lx, Ox, px];
|
15043
|
-
let
|
15043
|
+
let N2 = Ks({}, kx);
|
15044
15044
|
class lje extends HTMLElement {
|
15045
15045
|
constructor() {
|
15046
15046
|
super(), Tu(this, "_root", G4(this.attachShadow({
|
@@ -15121,7 +15121,7 @@ class lje extends HTMLElement {
|
|
15121
15121
|
});
|
15122
15122
|
}
|
15123
15123
|
get version() {
|
15124
|
-
return "".concat("6.3.
|
15124
|
+
return "".concat("6.3.1432-nightly".trim());
|
15125
15125
|
}
|
15126
15126
|
set translations(t) {
|
15127
15127
|
this._translations = t, this._mounted && this.render();
|
@@ -15132,7 +15132,7 @@ class lje extends HTMLElement {
|
|
15132
15132
|
set settings(t) {
|
15133
15133
|
if (Object.keys(t).length === 0) return;
|
15134
15134
|
const r = Q.getState(), n = Object.assign({}, t);
|
15135
|
-
typeof n.retryCount == "number" && n.retryCount <= 0 && (n.retryCount = -1), t.rotationAngle && typeof t.rotationAngle == "number" && (n.rotationAngle = Nx(t.rotationAngle)), t.workerPath && typeof t.workerPath == "string" && (n.workerPath = t.workerPath), n.customization && (
|
15135
|
+
typeof n.retryCount == "number" && n.retryCount <= 0 && (n.retryCount = -1), t.rotationAngle && typeof t.rotationAngle == "number" && (n.rotationAngle = Nx(t.rotationAngle)), t.workerPath && typeof t.workerPath == "string" && (n.workerPath = t.workerPath), n.customization && (N2 = Ks(n.customization, kx));
|
15136
15136
|
const i = tM(r, n);
|
15137
15137
|
i && Q.setState(i), this._mounted && this.render();
|
15138
15138
|
}
|
@@ -15144,7 +15144,7 @@ class lje extends HTMLElement {
|
|
15144
15144
|
}
|
15145
15145
|
render() {
|
15146
15146
|
this._root.render(/* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
15147
|
-
/* @__PURE__ */ a.jsx("style", { nonce: Q.getState().nonce, children:
|
15147
|
+
/* @__PURE__ */ a.jsx("style", { nonce: Q.getState().nonce, children: N2 }),
|
15148
15148
|
/* @__PURE__ */ a.jsx(aje, { locale: Q.getState().locale, dictionaries: Xo({}, Sx), translations: this._translations || void 0 })
|
15149
15149
|
] }));
|
15150
15150
|
}
|