@ukpc-lib/react 0.8.7 → 0.8.8
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/components/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/{index.module-efc61dc4.js → index.module-1d39f72e.js} +1759 -1745
- package/dist/{index.module-dfee87ba.cjs → index.module-7db85664.cjs} +83 -83
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +18 -17
- package/dist/theme/SaasThemeProvider.d.ts +1 -0
- package/package.json +1 -1
- package/web-components-bundle/access-denied/index.js +1 -1
- package/web-components-bundle/favorite-menu/index.js +2 -2
- package/web-components-bundle/global-menu/index.js +2 -2
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-ad1128d7.js → index-9d8821a2.js} +1 -1
- package/web-components-bundle/{index-ef16a9d3.js → index-bc694b29.js} +292 -289
|
@@ -49,7 +49,7 @@ var Is = { exports: {} }, bi = {}, zs = { exports: {} }, z = {};
|
|
|
49
49
|
* This source code is licensed under the MIT license found in the
|
|
50
50
|
* LICENSE file in the root directory of this source tree.
|
|
51
51
|
*/
|
|
52
|
-
var Cr = Symbol.for("react.element"), gd = Symbol.for("react.portal"), vd = Symbol.for("react.fragment"), md = Symbol.for("react.strict_mode"), yd = Symbol.for("react.profiler"), wd = Symbol.for("react.provider"), Sd = Symbol.for("react.context"), kd = Symbol.for("react.forward_ref"),
|
|
52
|
+
var Cr = Symbol.for("react.element"), gd = Symbol.for("react.portal"), vd = Symbol.for("react.fragment"), md = Symbol.for("react.strict_mode"), yd = Symbol.for("react.profiler"), wd = Symbol.for("react.provider"), Sd = Symbol.for("react.context"), kd = Symbol.for("react.forward_ref"), Od = Symbol.for("react.suspense"), xd = Symbol.for("react.memo"), Pd = Symbol.for("react.lazy"), Ua = Symbol.iterator;
|
|
53
53
|
function Ed(e) {
|
|
54
54
|
return e === null || typeof e != "object" ? null : (e = Ua && e[Ua] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
55
55
|
}
|
|
@@ -197,7 +197,7 @@ z.Fragment = vd;
|
|
|
197
197
|
z.Profiler = yd;
|
|
198
198
|
z.PureComponent = $u;
|
|
199
199
|
z.StrictMode = md;
|
|
200
|
-
z.Suspense =
|
|
200
|
+
z.Suspense = Od;
|
|
201
201
|
z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Nd;
|
|
202
202
|
z.cloneElement = function(e, t, n) {
|
|
203
203
|
if (e == null)
|
|
@@ -239,7 +239,7 @@ z.lazy = function(e) {
|
|
|
239
239
|
return { $$typeof: Pd, _payload: { _status: -1, _result: e }, _init: Ld };
|
|
240
240
|
};
|
|
241
241
|
z.memo = function(e, t) {
|
|
242
|
-
return { $$typeof:
|
|
242
|
+
return { $$typeof: xd, type: e, compare: t === void 0 ? null : t };
|
|
243
243
|
};
|
|
244
244
|
z.startTransition = function(e) {
|
|
245
245
|
var t = ri.transition;
|
|
@@ -991,10 +991,10 @@ var Ya = {}, Ga = function(e) {
|
|
|
991
991
|
} else if (L && typeof C == "string" && E === "[object Array]")
|
|
992
992
|
c = c.join(C), c && (c = this.extendTranslation(c, i, o, u));
|
|
993
993
|
else {
|
|
994
|
-
var
|
|
995
|
-
!this.isValidLookup(c) && j && (
|
|
994
|
+
var O = !1, D = !1, P = o.count !== void 0 && typeof o.count != "string", j = n.hasDefaultValue(o), N = P ? this.pluralResolver.getSuffix(m, o.count, o) : "", A = o["defaultValue".concat(N)] || o.defaultValue;
|
|
995
|
+
!this.isValidLookup(c) && j && (O = !0, c = A), this.isValidLookup(c) || (D = !0, c = f);
|
|
996
996
|
var Q = o.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey, Z = Q && D ? void 0 : c, ne = j && A !== c && this.options.updateMissing;
|
|
997
|
-
if (D ||
|
|
997
|
+
if (D || O || ne) {
|
|
998
998
|
if (this.logger.log(ne ? "updateKey" : "missingKey", m, v, f, ne ? A : c), s) {
|
|
999
999
|
var rn = this.resolve(f, se(se({}, o), {}, {
|
|
1000
1000
|
keySeparator: !1
|
|
@@ -1017,7 +1017,7 @@ var Ya = {}, Ga = function(e) {
|
|
|
1017
1017
|
});
|
|
1018
1018
|
}) : Fa(Ee, f, A));
|
|
1019
1019
|
}
|
|
1020
|
-
c = this.extendTranslation(c, i, o, h, u), D && c === f && this.options.appendNamespaceToMissingKey && (c = "".concat(v, ":").concat(f)), (D ||
|
|
1020
|
+
c = this.extendTranslation(c, i, o, h, u), D && c === f && this.options.appendNamespaceToMissingKey && (c = "".concat(v, ":").concat(f)), (D || O) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? c = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? "".concat(v, ":").concat(f) : f, O ? c : void 0) : c = this.options.parseMissingKeyHandler(c));
|
|
1021
1021
|
}
|
|
1022
1022
|
return l ? (h.res = c, h) : c;
|
|
1023
1023
|
}
|
|
@@ -2441,7 +2441,7 @@ var Ys = { exports: {} }, De = {}, Gs = { exports: {} }, qs = {};
|
|
|
2441
2441
|
function S(P) {
|
|
2442
2442
|
if (y = !1, g(P), !m)
|
|
2443
2443
|
if (n(l) !== null)
|
|
2444
|
-
m = !0,
|
|
2444
|
+
m = !0, O(E);
|
|
2445
2445
|
else {
|
|
2446
2446
|
var j = n(s);
|
|
2447
2447
|
j !== null && D(S, j.startTime - P);
|
|
@@ -2503,7 +2503,7 @@ var Ys = { exports: {} }, De = {}, Gs = { exports: {} }, qs = {};
|
|
|
2503
2503
|
it = function() {
|
|
2504
2504
|
k(K, 0);
|
|
2505
2505
|
};
|
|
2506
|
-
function
|
|
2506
|
+
function O(P) {
|
|
2507
2507
|
C = P, _ || (_ = !0, it());
|
|
2508
2508
|
}
|
|
2509
2509
|
function D(P, j) {
|
|
@@ -2514,7 +2514,7 @@ var Ys = { exports: {} }, De = {}, Gs = { exports: {} }, qs = {};
|
|
|
2514
2514
|
e.unstable_IdlePriority = 5, e.unstable_ImmediatePriority = 1, e.unstable_LowPriority = 4, e.unstable_NormalPriority = 3, e.unstable_Profiling = null, e.unstable_UserBlockingPriority = 2, e.unstable_cancelCallback = function(P) {
|
|
2515
2515
|
P.callback = null;
|
|
2516
2516
|
}, e.unstable_continueExecution = function() {
|
|
2517
|
-
m || v || (m = !0,
|
|
2517
|
+
m || v || (m = !0, O(E));
|
|
2518
2518
|
}, e.unstable_forceFrameRate = function(P) {
|
|
2519
2519
|
0 > P || 125 < P ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") : I = 0 < P ? Math.floor(1e3 / P) : 5;
|
|
2520
2520
|
}, e.unstable_getCurrentPriorityLevel = function() {
|
|
@@ -2576,7 +2576,7 @@ var Ys = { exports: {} }, De = {}, Gs = { exports: {} }, qs = {};
|
|
|
2576
2576
|
default:
|
|
2577
2577
|
Q = 5e3;
|
|
2578
2578
|
}
|
|
2579
|
-
return Q = N + Q, P = { id: d++, callback: j, priorityLevel: P, startTime: N, expirationTime: Q, sortIndex: -1 }, N > A ? (P.sortIndex = N, t(s, P), n(l) === null && P === n(s) && (y ? (h(L), L = -1) : y = !0, D(S, N - A))) : (P.sortIndex = Q, t(l, P), m || v || (m = !0,
|
|
2579
|
+
return Q = N + Q, P = { id: d++, callback: j, priorityLevel: P, startTime: N, expirationTime: Q, sortIndex: -1 }, N > A ? (P.sortIndex = N, t(s, P), n(l) === null && P === n(s) && (y ? (h(L), L = -1) : y = !0, D(S, N - A))) : (P.sortIndex = Q, t(l, P), m || v || (m = !0, O(E))), P;
|
|
2580
2580
|
}, e.unstable_shouldYield = G, e.unstable_wrapCallback = function(P) {
|
|
2581
2581
|
var j = p;
|
|
2582
2582
|
return function() {
|
|
@@ -2602,7 +2602,7 @@ var hp = Gs.exports;
|
|
|
2602
2602
|
* LICENSE file in the root directory of this source tree.
|
|
2603
2603
|
*/
|
|
2604
2604
|
var Zs = ge, je = hp;
|
|
2605
|
-
function
|
|
2605
|
+
function x(e) {
|
|
2606
2606
|
for (var t = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, n = 1; n < arguments.length; n++)
|
|
2607
2607
|
t += "&args[]=" + encodeURIComponent(arguments[n]);
|
|
2608
2608
|
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.";
|
|
@@ -3013,7 +3013,7 @@ function kn(e, t, n, r) {
|
|
|
3013
3013
|
}
|
|
3014
3014
|
function Yo(e, t) {
|
|
3015
3015
|
if (t.dangerouslySetInnerHTML != null)
|
|
3016
|
-
throw Error(
|
|
3016
|
+
throw Error(x(91));
|
|
3017
3017
|
return W({}, t, { value: void 0, defaultValue: void 0, children: "" + e._wrapperState.initialValue });
|
|
3018
3018
|
}
|
|
3019
3019
|
function pl(e, t) {
|
|
@@ -3021,10 +3021,10 @@ function pl(e, t) {
|
|
|
3021
3021
|
if (n == null) {
|
|
3022
3022
|
if (n = t.children, t = t.defaultValue, n != null) {
|
|
3023
3023
|
if (t != null)
|
|
3024
|
-
throw Error(
|
|
3024
|
+
throw Error(x(92));
|
|
3025
3025
|
if (Jn(n)) {
|
|
3026
3026
|
if (1 < n.length)
|
|
3027
|
-
throw Error(
|
|
3027
|
+
throw Error(x(93));
|
|
3028
3028
|
n = n[0];
|
|
3029
3029
|
}
|
|
3030
3030
|
t = n;
|
|
@@ -3124,9 +3124,9 @@ var Zn = {
|
|
|
3124
3124
|
strokeMiterlimit: !0,
|
|
3125
3125
|
strokeOpacity: !0,
|
|
3126
3126
|
strokeWidth: !0
|
|
3127
|
-
},
|
|
3127
|
+
}, Op = ["Webkit", "ms", "Moz", "O"];
|
|
3128
3128
|
Object.keys(Zn).forEach(function(e) {
|
|
3129
|
-
|
|
3129
|
+
Op.forEach(function(t) {
|
|
3130
3130
|
t = t + e.charAt(0).toUpperCase() + e.substring(1), Zn[t] = Zn[e];
|
|
3131
3131
|
});
|
|
3132
3132
|
});
|
|
@@ -3141,19 +3141,19 @@ function df(e, t) {
|
|
|
3141
3141
|
n === "float" && (n = "cssFloat"), r ? e.setProperty(n, i) : e[n] = i;
|
|
3142
3142
|
}
|
|
3143
3143
|
}
|
|
3144
|
-
var
|
|
3144
|
+
var xp = W({ menuitem: !0 }, { area: !0, base: !0, br: !0, col: !0, embed: !0, hr: !0, img: !0, input: !0, keygen: !0, link: !0, meta: !0, param: !0, source: !0, track: !0, wbr: !0 });
|
|
3145
3145
|
function qo(e, t) {
|
|
3146
3146
|
if (t) {
|
|
3147
|
-
if (
|
|
3148
|
-
throw Error(
|
|
3147
|
+
if (xp[e] && (t.children != null || t.dangerouslySetInnerHTML != null))
|
|
3148
|
+
throw Error(x(137, e));
|
|
3149
3149
|
if (t.dangerouslySetInnerHTML != null) {
|
|
3150
3150
|
if (t.children != null)
|
|
3151
|
-
throw Error(
|
|
3151
|
+
throw Error(x(60));
|
|
3152
3152
|
if (typeof t.dangerouslySetInnerHTML != "object" || !("__html" in t.dangerouslySetInnerHTML))
|
|
3153
|
-
throw Error(
|
|
3153
|
+
throw Error(x(61));
|
|
3154
3154
|
}
|
|
3155
3155
|
if (t.style != null && typeof t.style != "object")
|
|
3156
|
-
throw Error(
|
|
3156
|
+
throw Error(x(62));
|
|
3157
3157
|
}
|
|
3158
3158
|
}
|
|
3159
3159
|
function Zo(e, t) {
|
|
@@ -3177,22 +3177,22 @@ var eu = null;
|
|
|
3177
3177
|
function qu(e) {
|
|
3178
3178
|
return e = e.target || e.srcElement || window, e.correspondingUseElement && (e = e.correspondingUseElement), e.nodeType === 3 ? e.parentNode : e;
|
|
3179
3179
|
}
|
|
3180
|
-
var tu = null,
|
|
3180
|
+
var tu = null, On = null, xn = null;
|
|
3181
3181
|
function gl(e) {
|
|
3182
3182
|
if (e = Rr(e)) {
|
|
3183
3183
|
if (typeof tu != "function")
|
|
3184
|
-
throw Error(
|
|
3184
|
+
throw Error(x(280));
|
|
3185
3185
|
var t = e.stateNode;
|
|
3186
3186
|
t && (t = Ji(t), tu(e.stateNode, e.type, t));
|
|
3187
3187
|
}
|
|
3188
3188
|
}
|
|
3189
3189
|
function pf(e) {
|
|
3190
|
-
|
|
3190
|
+
On ? xn ? xn.push(e) : xn = [e] : On = e;
|
|
3191
3191
|
}
|
|
3192
3192
|
function hf() {
|
|
3193
|
-
if (
|
|
3194
|
-
var e =
|
|
3195
|
-
if (
|
|
3193
|
+
if (On) {
|
|
3194
|
+
var e = On, t = xn;
|
|
3195
|
+
if (xn = On = null, gl(e), t)
|
|
3196
3196
|
for (e = 0; e < t.length; e++)
|
|
3197
3197
|
gl(t[e]);
|
|
3198
3198
|
}
|
|
@@ -3210,7 +3210,7 @@ function mf(e, t, n) {
|
|
|
3210
3210
|
try {
|
|
3211
3211
|
return gf(e, t, n);
|
|
3212
3212
|
} finally {
|
|
3213
|
-
go = !1, (
|
|
3213
|
+
go = !1, (On !== null || xn !== null) && (vf(), hf());
|
|
3214
3214
|
}
|
|
3215
3215
|
}
|
|
3216
3216
|
function fr(e, t) {
|
|
@@ -3242,7 +3242,7 @@ function fr(e, t) {
|
|
|
3242
3242
|
if (e)
|
|
3243
3243
|
return null;
|
|
3244
3244
|
if (n && typeof n != "function")
|
|
3245
|
-
throw Error(
|
|
3245
|
+
throw Error(x(231, t, typeof n));
|
|
3246
3246
|
return n;
|
|
3247
3247
|
}
|
|
3248
3248
|
var nu = !1;
|
|
@@ -3275,7 +3275,7 @@ function Cp(e, t, n, r, i, o, u, a, l) {
|
|
|
3275
3275
|
var s = yi;
|
|
3276
3276
|
er = !1, yi = null;
|
|
3277
3277
|
} else
|
|
3278
|
-
throw Error(
|
|
3278
|
+
throw Error(x(198));
|
|
3279
3279
|
wi || (wi = !0, ru = s);
|
|
3280
3280
|
}
|
|
3281
3281
|
}
|
|
@@ -3302,13 +3302,13 @@ function yf(e) {
|
|
|
3302
3302
|
}
|
|
3303
3303
|
function vl(e) {
|
|
3304
3304
|
if (nn(e) !== e)
|
|
3305
|
-
throw Error(
|
|
3305
|
+
throw Error(x(188));
|
|
3306
3306
|
}
|
|
3307
3307
|
function Lp(e) {
|
|
3308
3308
|
var t = e.alternate;
|
|
3309
3309
|
if (!t) {
|
|
3310
3310
|
if (t = nn(e), t === null)
|
|
3311
|
-
throw Error(
|
|
3311
|
+
throw Error(x(188));
|
|
3312
3312
|
return t !== e ? null : e;
|
|
3313
3313
|
}
|
|
3314
3314
|
for (var n = e, r = t; ; ) {
|
|
@@ -3331,7 +3331,7 @@ function Lp(e) {
|
|
|
3331
3331
|
return vl(i), t;
|
|
3332
3332
|
o = o.sibling;
|
|
3333
3333
|
}
|
|
3334
|
-
throw Error(
|
|
3334
|
+
throw Error(x(188));
|
|
3335
3335
|
}
|
|
3336
3336
|
if (n.return !== r.return)
|
|
3337
3337
|
n = i, r = o;
|
|
@@ -3360,14 +3360,14 @@ function Lp(e) {
|
|
|
3360
3360
|
a = a.sibling;
|
|
3361
3361
|
}
|
|
3362
3362
|
if (!u)
|
|
3363
|
-
throw Error(
|
|
3363
|
+
throw Error(x(189));
|
|
3364
3364
|
}
|
|
3365
3365
|
}
|
|
3366
3366
|
if (n.alternate !== r)
|
|
3367
|
-
throw Error(
|
|
3367
|
+
throw Error(x(190));
|
|
3368
3368
|
}
|
|
3369
3369
|
if (n.tag !== 3)
|
|
3370
|
-
throw Error(
|
|
3370
|
+
throw Error(x(188));
|
|
3371
3371
|
return n.stateNode.current === n ? e : t;
|
|
3372
3372
|
}
|
|
3373
3373
|
function wf(e) {
|
|
@@ -3384,7 +3384,7 @@ function Sf(e) {
|
|
|
3384
3384
|
}
|
|
3385
3385
|
return null;
|
|
3386
3386
|
}
|
|
3387
|
-
var kf = je.unstable_scheduleCallback, ml = je.unstable_cancelCallback, Np = je.unstable_shouldYield, jp = je.unstable_requestPaint, Y = je.unstable_now, Rp = je.unstable_getCurrentPriorityLevel, Zu = je.unstable_ImmediatePriority,
|
|
3387
|
+
var kf = je.unstable_scheduleCallback, ml = je.unstable_cancelCallback, Np = je.unstable_shouldYield, jp = je.unstable_requestPaint, Y = je.unstable_now, Rp = je.unstable_getCurrentPriorityLevel, Zu = je.unstable_ImmediatePriority, Of = je.unstable_UserBlockingPriority, Si = je.unstable_NormalPriority, Tp = je.unstable_LowPriority, xf = je.unstable_IdlePriority, Wi = null, et = null;
|
|
3388
3388
|
function Dp(e) {
|
|
3389
3389
|
if (et && typeof et.onCommitFiberRoot == "function")
|
|
3390
3390
|
try {
|
|
@@ -3547,7 +3547,7 @@ var M = 0;
|
|
|
3547
3547
|
function Ef(e) {
|
|
3548
3548
|
return e &= -e, 1 < e ? 4 < e ? e & 268435455 ? 16 : 536870912 : 4 : 1;
|
|
3549
3549
|
}
|
|
3550
|
-
var _f, ta, Cf, Lf, Nf, ou = !1, Br = [], Ct = null, Lt = null, Nt = null, cr = /* @__PURE__ */ new Map(), dr = /* @__PURE__ */ new Map(),
|
|
3550
|
+
var _f, ta, Cf, Lf, Nf, ou = !1, Br = [], Ct = null, Lt = null, Nt = null, cr = /* @__PURE__ */ new Map(), dr = /* @__PURE__ */ new Map(), Ot = [], $p = "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(" ");
|
|
3551
3551
|
function yl(e, t) {
|
|
3552
3552
|
switch (e) {
|
|
3553
3553
|
case "focusin":
|
|
@@ -3645,12 +3645,12 @@ function pr(e) {
|
|
|
3645
3645
|
r.blockedOn === e && (r.blockedOn = null);
|
|
3646
3646
|
}
|
|
3647
3647
|
}
|
|
3648
|
-
for (Ct !== null && Bn(Ct, e), Lt !== null && Bn(Lt, e), Nt !== null && Bn(Nt, e), cr.forEach(t), dr.forEach(t), n = 0; n <
|
|
3649
|
-
r =
|
|
3650
|
-
for (; 0 <
|
|
3651
|
-
jf(n), n.blockedOn === null &&
|
|
3648
|
+
for (Ct !== null && Bn(Ct, e), Lt !== null && Bn(Lt, e), Nt !== null && Bn(Nt, e), cr.forEach(t), dr.forEach(t), n = 0; n < Ot.length; n++)
|
|
3649
|
+
r = Ot[n], r.blockedOn === e && (r.blockedOn = null);
|
|
3650
|
+
for (; 0 < Ot.length && (n = Ot[0], n.blockedOn === null); )
|
|
3651
|
+
jf(n), n.blockedOn === null && Ot.shift();
|
|
3652
3652
|
}
|
|
3653
|
-
var Pn = mt.ReactCurrentBatchConfig,
|
|
3653
|
+
var Pn = mt.ReactCurrentBatchConfig, Oi = !0;
|
|
3654
3654
|
function Hp(e, t, n, r) {
|
|
3655
3655
|
var i = M, o = Pn.transition;
|
|
3656
3656
|
Pn.transition = null;
|
|
@@ -3670,16 +3670,16 @@ function Vp(e, t, n, r) {
|
|
|
3670
3670
|
}
|
|
3671
3671
|
}
|
|
3672
3672
|
function na(e, t, n, r) {
|
|
3673
|
-
if (
|
|
3673
|
+
if (Oi) {
|
|
3674
3674
|
var i = uu(e, t, n, r);
|
|
3675
3675
|
if (i === null)
|
|
3676
|
-
_o(e, t, r,
|
|
3676
|
+
_o(e, t, r, xi, n), yl(e, r);
|
|
3677
3677
|
else if (Bp(i, e, t, n, r))
|
|
3678
3678
|
r.stopPropagation();
|
|
3679
3679
|
else if (yl(e, r), t & 4 && -1 < $p.indexOf(e)) {
|
|
3680
3680
|
for (; i !== null; ) {
|
|
3681
3681
|
var o = Rr(i);
|
|
3682
|
-
if (o !== null && _f(o), o = uu(e, t, n, r), o === null && _o(e, t, r,
|
|
3682
|
+
if (o !== null && _f(o), o = uu(e, t, n, r), o === null && _o(e, t, r, xi, n), o === i)
|
|
3683
3683
|
break;
|
|
3684
3684
|
i = o;
|
|
3685
3685
|
}
|
|
@@ -3688,9 +3688,9 @@ function na(e, t, n, r) {
|
|
|
3688
3688
|
_o(e, t, r, null, n);
|
|
3689
3689
|
}
|
|
3690
3690
|
}
|
|
3691
|
-
var
|
|
3691
|
+
var xi = null;
|
|
3692
3692
|
function uu(e, t, n, r) {
|
|
3693
|
-
if (
|
|
3693
|
+
if (xi = null, e = qu(r), e = Vt(e), e !== null)
|
|
3694
3694
|
if (t = nn(e), t === null)
|
|
3695
3695
|
e = null;
|
|
3696
3696
|
else if (n = t.tag, n === 13) {
|
|
@@ -3703,7 +3703,7 @@ function uu(e, t, n, r) {
|
|
|
3703
3703
|
e = null;
|
|
3704
3704
|
} else
|
|
3705
3705
|
t !== e && (e = null);
|
|
3706
|
-
return
|
|
3706
|
+
return xi = e, null;
|
|
3707
3707
|
}
|
|
3708
3708
|
function Rf(e) {
|
|
3709
3709
|
switch (e) {
|
|
@@ -3783,12 +3783,12 @@ function Rf(e) {
|
|
|
3783
3783
|
switch (Rp()) {
|
|
3784
3784
|
case Zu:
|
|
3785
3785
|
return 1;
|
|
3786
|
-
case
|
|
3786
|
+
case Of:
|
|
3787
3787
|
return 4;
|
|
3788
3788
|
case Si:
|
|
3789
3789
|
case Tp:
|
|
3790
3790
|
return 16;
|
|
3791
|
-
case
|
|
3791
|
+
case xf:
|
|
3792
3792
|
return 536870912;
|
|
3793
3793
|
default:
|
|
3794
3794
|
return 16;
|
|
@@ -3846,7 +3846,7 @@ var zn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
|
3846
3846
|
return "movementY" in e ? e.movementY : yo;
|
|
3847
3847
|
} }), kl = Ie(Ki), Kp = W({}, Ki, { dataTransfer: 0 }), Qp = Ie(Kp), Xp = W({}, jr, { relatedTarget: 0 }), wo = Ie(Xp), Jp = W({}, zn, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), Yp = Ie(Jp), Gp = W({}, zn, { clipboardData: function(e) {
|
|
3848
3848
|
return "clipboardData" in e ? e.clipboardData : window.clipboardData;
|
|
3849
|
-
} }), qp = Ie(Gp), Zp = W({}, zn, { data: 0 }),
|
|
3849
|
+
} }), qp = Ie(Gp), Zp = W({}, zn, { data: 0 }), Ol = Ie(Zp), eh = {
|
|
3850
3850
|
Esc: "Escape",
|
|
3851
3851
|
Spacebar: " ",
|
|
3852
3852
|
Left: "ArrowLeft",
|
|
@@ -3917,7 +3917,7 @@ var ih = W({}, jr, { key: function(e) {
|
|
|
3917
3917
|
return e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
3918
3918
|
}, which: function(e) {
|
|
3919
3919
|
return e.type === "keypress" ? ui(e) : e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
3920
|
-
} }), oh = Ie(ih), uh = W({}, Ki, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }),
|
|
3920
|
+
} }), oh = Ie(ih), uh = W({}, Ki, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), xl = Ie(uh), ah = W({}, jr, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: oa }), lh = Ie(ah), sh = W({}, zn, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), fh = Ie(sh), ch = W({}, Ki, {
|
|
3921
3921
|
deltaX: function(e) {
|
|
3922
3922
|
return "deltaX" in e ? e.deltaX : "wheelDeltaX" in e ? -e.wheelDeltaX : 0;
|
|
3923
3923
|
},
|
|
@@ -4030,11 +4030,11 @@ function kh(e) {
|
|
|
4030
4030
|
if (e === "selectionchange" || e === "keyup" || e === "keydown")
|
|
4031
4031
|
return Qi(hr);
|
|
4032
4032
|
}
|
|
4033
|
-
function
|
|
4033
|
+
function Oh(e, t) {
|
|
4034
4034
|
if (e === "click")
|
|
4035
4035
|
return Qi(t);
|
|
4036
4036
|
}
|
|
4037
|
-
function
|
|
4037
|
+
function xh(e, t) {
|
|
4038
4038
|
if (e === "input" || e === "change")
|
|
4039
4039
|
return Qi(t);
|
|
4040
4040
|
}
|
|
@@ -4138,25 +4138,25 @@ function Hr(e, t) {
|
|
|
4138
4138
|
var n = {};
|
|
4139
4139
|
return n[e.toLowerCase()] = t.toLowerCase(), n["Webkit" + e] = "webkit" + t, n["Moz" + e] = "moz" + t, n;
|
|
4140
4140
|
}
|
|
4141
|
-
var pn = { animationend: Hr("Animation", "AnimationEnd"), animationiteration: Hr("Animation", "AnimationIteration"), animationstart: Hr("Animation", "AnimationStart"), transitionend: Hr("Transition", "TransitionEnd") },
|
|
4141
|
+
var pn = { animationend: Hr("Animation", "AnimationEnd"), animationiteration: Hr("Animation", "AnimationIteration"), animationstart: Hr("Animation", "AnimationStart"), transitionend: Hr("Transition", "TransitionEnd") }, Oo = {}, Bf = {};
|
|
4142
4142
|
pt && (Bf = document.createElement("div").style, "AnimationEvent" in window || (delete pn.animationend.animation, delete pn.animationiteration.animation, delete pn.animationstart.animation), "TransitionEvent" in window || delete pn.transitionend.transition);
|
|
4143
4143
|
function Xi(e) {
|
|
4144
|
-
if (
|
|
4145
|
-
return
|
|
4144
|
+
if (Oo[e])
|
|
4145
|
+
return Oo[e];
|
|
4146
4146
|
if (!pn[e])
|
|
4147
4147
|
return e;
|
|
4148
4148
|
var t = pn[e], n;
|
|
4149
4149
|
for (n in t)
|
|
4150
4150
|
if (t.hasOwnProperty(n) && n in Bf)
|
|
4151
|
-
return
|
|
4151
|
+
return Oo[e] = t[n];
|
|
4152
4152
|
return e;
|
|
4153
4153
|
}
|
|
4154
4154
|
var bf = Xi("animationend"), Hf = Xi("animationiteration"), Vf = Xi("animationstart"), Wf = Xi("transitionend"), Kf = /* @__PURE__ */ new Map(), Tl = "abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");
|
|
4155
4155
|
function Mt(e, t) {
|
|
4156
4156
|
Kf.set(e, t), tn(t, [e]);
|
|
4157
4157
|
}
|
|
4158
|
-
for (var
|
|
4159
|
-
var Po = Tl[
|
|
4158
|
+
for (var xo = 0; xo < Tl.length; xo++) {
|
|
4159
|
+
var Po = Tl[xo], Ch = Po.toLowerCase(), Lh = Po[0].toUpperCase() + Po.slice(1);
|
|
4160
4160
|
Mt(Ch, "on" + Lh);
|
|
4161
4161
|
}
|
|
4162
4162
|
Mt(bf, "onAnimationEnd");
|
|
@@ -4350,7 +4350,7 @@ function _o(e, t, n, r, i) {
|
|
|
4350
4350
|
case "pointerout":
|
|
4351
4351
|
case "pointerover":
|
|
4352
4352
|
case "pointerup":
|
|
4353
|
-
v =
|
|
4353
|
+
v = xl;
|
|
4354
4354
|
}
|
|
4355
4355
|
var y = (t & 4) !== 0, k = !y && e === "scroll", h = y ? p !== null ? p + "Capture" : null : p;
|
|
4356
4356
|
y = [];
|
|
@@ -4369,7 +4369,7 @@ function _o(e, t, n, r, i) {
|
|
|
4369
4369
|
if (p = e === "mouseover" || e === "pointerover", v = e === "mouseout" || e === "pointerout", p && n !== eu && (m = n.relatedTarget || n.fromElement) && (Vt(m) || m[ht]))
|
|
4370
4370
|
break e;
|
|
4371
4371
|
if ((v || p) && (p = d.window === d ? d : (p = d.ownerDocument) ? p.defaultView || p.parentWindow : window, v ? (m = n.relatedTarget || n.toElement, v = s, m = m ? Vt(m) : null, m !== null && (k = nn(m), m !== k || m.tag !== 5 && m.tag !== 6) && (m = null)) : (v = null, m = s), v !== m)) {
|
|
4372
|
-
if (y = kl, S = "onMouseLeave", h = "onMouseEnter", c = "mouse", (e === "pointerout" || e === "pointerover") && (y =
|
|
4372
|
+
if (y = kl, S = "onMouseLeave", h = "onMouseEnter", c = "mouse", (e === "pointerout" || e === "pointerover") && (y = xl, S = "onPointerLeave", h = "onPointerEnter", c = "pointer"), k = v == null ? p : hn(v), g = m == null ? p : hn(m), p = new y(S, c + "leave", v, n, d), p.target = k, p.relatedTarget = g, S = null, Vt(d) === s && (y = new y(h, c + "enter", m, n, d), y.target = g, y.relatedTarget = k, S = y), k = S, v && m)
|
|
4373
4373
|
t: {
|
|
4374
4374
|
for (y = v, h = m, c = 0, g = y; g; g = ln(g))
|
|
4375
4375
|
c++;
|
|
@@ -4396,13 +4396,13 @@ function _o(e, t, n, r, i) {
|
|
|
4396
4396
|
var E = wh;
|
|
4397
4397
|
else if (_l(p))
|
|
4398
4398
|
if (Af)
|
|
4399
|
-
E =
|
|
4399
|
+
E = xh;
|
|
4400
4400
|
else {
|
|
4401
4401
|
E = kh;
|
|
4402
4402
|
var _ = Sh;
|
|
4403
4403
|
}
|
|
4404
4404
|
else
|
|
4405
|
-
(v = p.nodeName) && v.toLowerCase() === "input" && (p.type === "checkbox" || p.type === "radio") && (E =
|
|
4405
|
+
(v = p.nodeName) && v.toLowerCase() === "input" && (p.type === "checkbox" || p.type === "radio") && (E = Oh);
|
|
4406
4406
|
if (E && (E = E(e, s))) {
|
|
4407
4407
|
Ff(f, E, n, d);
|
|
4408
4408
|
break e;
|
|
@@ -4449,7 +4449,7 @@ function _o(e, t, n, r, i) {
|
|
|
4449
4449
|
}
|
|
4450
4450
|
else
|
|
4451
4451
|
cn ? If(e, n) && (L = "onCompositionEnd") : e === "keydown" && n.keyCode === 229 && (L = "onCompositionStart");
|
|
4452
|
-
L && (Df && n.locale !== "ko" && (cn || L !== "onCompositionStart" ? L === "onCompositionEnd" && cn && (C = Tf()) : (Pt = d, ra = "value" in Pt ? Pt.value : Pt.textContent, cn = !0)), _ = Pi(s, L), 0 < _.length && (L = new
|
|
4452
|
+
L && (Df && n.locale !== "ko" && (cn || L !== "onCompositionStart" ? L === "onCompositionEnd" && cn && (C = Tf()) : (Pt = d, ra = "value" in Pt ? Pt.value : Pt.textContent, cn = !0)), _ = Pi(s, L), 0 < _.length && (L = new Ol(L, e, null, n, d), f.push({ event: L, listeners: _ }), C ? L.data = C : (C = zf(n), C !== null && (L.data = C)))), (C = hh ? gh(e, n) : vh(e, n)) && (s = Pi(s, "onBeforeInput"), 0 < s.length && (d = new Ol("onBeforeInput", "beforeinput", null, n, d), f.push({ event: d, listeners: s }), d.data = C));
|
|
4453
4453
|
}
|
|
4454
4454
|
Qf(f, t);
|
|
4455
4455
|
});
|
|
@@ -4488,7 +4488,7 @@ function zl(e) {
|
|
|
4488
4488
|
}
|
|
4489
4489
|
function Wr(e, t, n) {
|
|
4490
4490
|
if (t = zl(t), zl(e) !== t && n)
|
|
4491
|
-
throw Error(
|
|
4491
|
+
throw Error(x(425));
|
|
4492
4492
|
}
|
|
4493
4493
|
function Ei() {
|
|
4494
4494
|
}
|
|
@@ -4576,7 +4576,7 @@ function Rr(e) {
|
|
|
4576
4576
|
function hn(e) {
|
|
4577
4577
|
if (e.tag === 5 || e.tag === 6)
|
|
4578
4578
|
return e.stateNode;
|
|
4579
|
-
throw Error(
|
|
4579
|
+
throw Error(x(33));
|
|
4580
4580
|
}
|
|
4581
4581
|
function Ji(e) {
|
|
4582
4582
|
return e[yr] || null;
|
|
@@ -4604,7 +4604,7 @@ function Ln(e, t) {
|
|
|
4604
4604
|
i[o] = t[o];
|
|
4605
4605
|
return r && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = t, e.__reactInternalMemoizedMaskedChildContext = i), i;
|
|
4606
4606
|
}
|
|
4607
|
-
function
|
|
4607
|
+
function Oe(e) {
|
|
4608
4608
|
return e = e.childContextTypes, e != null;
|
|
4609
4609
|
}
|
|
4610
4610
|
function _i() {
|
|
@@ -4612,7 +4612,7 @@ function _i() {
|
|
|
4612
4612
|
}
|
|
4613
4613
|
function Ml(e, t, n) {
|
|
4614
4614
|
if (pe.current !== At)
|
|
4615
|
-
throw Error(
|
|
4615
|
+
throw Error(x(168));
|
|
4616
4616
|
U(pe, t), U(ke, n);
|
|
4617
4617
|
}
|
|
4618
4618
|
function Jf(e, t, n) {
|
|
@@ -4622,7 +4622,7 @@ function Jf(e, t, n) {
|
|
|
4622
4622
|
r = r.getChildContext();
|
|
4623
4623
|
for (var i in r)
|
|
4624
4624
|
if (!(i in t))
|
|
4625
|
-
throw Error(
|
|
4625
|
+
throw Error(x(108, Sp(e) || "Unknown", i));
|
|
4626
4626
|
return W({}, n, r);
|
|
4627
4627
|
}
|
|
4628
4628
|
function Ci(e) {
|
|
@@ -4631,7 +4631,7 @@ function Ci(e) {
|
|
|
4631
4631
|
function Ul(e, t, n) {
|
|
4632
4632
|
var r = e.stateNode;
|
|
4633
4633
|
if (!r)
|
|
4634
|
-
throw Error(
|
|
4634
|
+
throw Error(x(169));
|
|
4635
4635
|
n ? (e = Jf(e, t, Jt), r.__reactInternalMemoizedMergedChildContext = e, B(ke), B(pe), U(pe, e)) : B(ke), U(ke, n);
|
|
4636
4636
|
}
|
|
4637
4637
|
var lt = null, Yi = !1, Lo = !1;
|
|
@@ -4716,14 +4716,14 @@ function vu(e) {
|
|
|
4716
4716
|
var n = t;
|
|
4717
4717
|
if (!$l(e, t)) {
|
|
4718
4718
|
if (gu(e))
|
|
4719
|
-
throw Error(
|
|
4719
|
+
throw Error(x(418));
|
|
4720
4720
|
t = jt(n.nextSibling);
|
|
4721
4721
|
var r = Ne;
|
|
4722
4722
|
t && $l(e, t) ? qf(r, n) : (e.flags = e.flags & -4097 | 2, b = !1, Ne = e);
|
|
4723
4723
|
}
|
|
4724
4724
|
} else {
|
|
4725
4725
|
if (gu(e))
|
|
4726
|
-
throw Error(
|
|
4726
|
+
throw Error(x(418));
|
|
4727
4727
|
e.flags = e.flags & -4097 | 2, b = !1, Ne = e;
|
|
4728
4728
|
}
|
|
4729
4729
|
}
|
|
@@ -4741,13 +4741,13 @@ function Kr(e) {
|
|
|
4741
4741
|
var t;
|
|
4742
4742
|
if ((t = e.tag !== 3) && !(t = e.tag !== 5) && (t = e.type, t = t !== "head" && t !== "body" && !cu(e.type, e.memoizedProps)), t && (t = Ce)) {
|
|
4743
4743
|
if (gu(e))
|
|
4744
|
-
throw Zf(), Error(
|
|
4744
|
+
throw Zf(), Error(x(418));
|
|
4745
4745
|
for (; t; )
|
|
4746
4746
|
qf(e, t), t = jt(t.nextSibling);
|
|
4747
4747
|
}
|
|
4748
4748
|
if (Bl(e), e.tag === 13) {
|
|
4749
4749
|
if (e = e.memoizedState, e = e !== null ? e.dehydrated : null, !e)
|
|
4750
|
-
throw Error(
|
|
4750
|
+
throw Error(x(317));
|
|
4751
4751
|
e: {
|
|
4752
4752
|
for (e = e.nextSibling, t = 0; e; ) {
|
|
4753
4753
|
if (e.nodeType === 8) {
|
|
@@ -4813,7 +4813,7 @@ function Ue(e) {
|
|
|
4813
4813
|
if (ca !== e)
|
|
4814
4814
|
if (e = { context: e, memoizedValue: t, next: null }, yn === null) {
|
|
4815
4815
|
if (Ri === null)
|
|
4816
|
-
throw Error(
|
|
4816
|
+
throw Error(x(308));
|
|
4817
4817
|
yn = e, Ri.dependencies = { lanes: 0, firstContext: e };
|
|
4818
4818
|
} else
|
|
4819
4819
|
yn = yn.next = e;
|
|
@@ -4948,7 +4948,7 @@ function Hl(e, t, n) {
|
|
|
4948
4948
|
var r = e[t], i = r.callback;
|
|
4949
4949
|
if (i !== null) {
|
|
4950
4950
|
if (r.callback = null, r = n, typeof i != "function")
|
|
4951
|
-
throw Error(
|
|
4951
|
+
throw Error(x(191, i));
|
|
4952
4952
|
i.call(r);
|
|
4953
4953
|
}
|
|
4954
4954
|
}
|
|
@@ -4977,7 +4977,7 @@ function Vl(e, t, n, r, i, o, u) {
|
|
|
4977
4977
|
}
|
|
4978
4978
|
function rc(e, t, n) {
|
|
4979
4979
|
var r = !1, i = At, o = t.contextType;
|
|
4980
|
-
return typeof o == "object" && o !== null ? o = Ue(o) : (i =
|
|
4980
|
+
return typeof o == "object" && o !== null ? o = Ue(o) : (i = Oe(t) ? Jt : pe.current, r = t.contextTypes, o = (r = r != null) ? Ln(e, i) : At), t = new t(n, o), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = Gi, e.stateNode = t, t._reactInternals = e, r && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = i, e.__reactInternalMemoizedMaskedChildContext = o), t;
|
|
4981
4981
|
}
|
|
4982
4982
|
function Wl(e, t, n, r) {
|
|
4983
4983
|
e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(n, r), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(n, r), t.state !== e && Gi.enqueueReplaceState(t, t.state, null);
|
|
@@ -4986,18 +4986,18 @@ function wu(e, t, n, r) {
|
|
|
4986
4986
|
var i = e.stateNode;
|
|
4987
4987
|
i.props = n, i.state = e.memoizedState, i.refs = nc, ga(e);
|
|
4988
4988
|
var o = t.contextType;
|
|
4989
|
-
typeof o == "object" && o !== null ? i.context = Ue(o) : (o =
|
|
4989
|
+
typeof o == "object" && o !== null ? i.context = Ue(o) : (o = Oe(t) ? Jt : pe.current, i.context = Ln(e, o)), i.state = e.memoizedState, o = t.getDerivedStateFromProps, typeof o == "function" && (yu(e, t, o, n), 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 && Gi.enqueueReplaceState(i, i.state, null), Ti(e, n, i, r), i.state = e.memoizedState), typeof i.componentDidMount == "function" && (e.flags |= 4194308);
|
|
4990
4990
|
}
|
|
4991
4991
|
function Hn(e, t, n) {
|
|
4992
4992
|
if (e = n.ref, e !== null && typeof e != "function" && typeof e != "object") {
|
|
4993
4993
|
if (n._owner) {
|
|
4994
4994
|
if (n = n._owner, n) {
|
|
4995
4995
|
if (n.tag !== 1)
|
|
4996
|
-
throw Error(
|
|
4996
|
+
throw Error(x(309));
|
|
4997
4997
|
var r = n.stateNode;
|
|
4998
4998
|
}
|
|
4999
4999
|
if (!r)
|
|
5000
|
-
throw Error(
|
|
5000
|
+
throw Error(x(147, e));
|
|
5001
5001
|
var i = r, o = "" + e;
|
|
5002
5002
|
return t !== null && t.ref !== null && typeof t.ref == "function" && t.ref._stringRef === o ? t.ref : (t = function(u) {
|
|
5003
5003
|
var a = i.refs;
|
|
@@ -5005,14 +5005,14 @@ function Hn(e, t, n) {
|
|
|
5005
5005
|
}, t._stringRef = o, t);
|
|
5006
5006
|
}
|
|
5007
5007
|
if (typeof e != "string")
|
|
5008
|
-
throw Error(
|
|
5008
|
+
throw Error(x(284));
|
|
5009
5009
|
if (!n._owner)
|
|
5010
|
-
throw Error(
|
|
5010
|
+
throw Error(x(290, e));
|
|
5011
5011
|
}
|
|
5012
5012
|
return e;
|
|
5013
5013
|
}
|
|
5014
5014
|
function Qr(e, t) {
|
|
5015
|
-
throw e = Object.prototype.toString.call(t), Error(
|
|
5015
|
+
throw e = Object.prototype.toString.call(t), Error(x(31, e === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : e));
|
|
5016
5016
|
}
|
|
5017
5017
|
function Kl(e) {
|
|
5018
5018
|
var t = e._init;
|
|
@@ -5147,9 +5147,9 @@ function ic(e) {
|
|
|
5147
5147
|
function y(h, c, g, S) {
|
|
5148
5148
|
var E = Mn(g);
|
|
5149
5149
|
if (typeof E != "function")
|
|
5150
|
-
throw Error(
|
|
5150
|
+
throw Error(x(150));
|
|
5151
5151
|
if (g = E.call(g), g == null)
|
|
5152
|
-
throw Error(
|
|
5152
|
+
throw Error(x(151));
|
|
5153
5153
|
for (var _ = E = null, C = c, L = c = 0, I = null, T = g.next(); C !== null && !T.done; L++, T = g.next()) {
|
|
5154
5154
|
C.index > L ? (I = C, C = null) : I = C.sibling;
|
|
5155
5155
|
var G = p(h, C, T.value, S);
|
|
@@ -5234,7 +5234,7 @@ function ic(e) {
|
|
|
5234
5234
|
var jn = ic(!0), oc = ic(!1), Tr = {}, tt = Ut(Tr), wr = Ut(Tr), Sr = Ut(Tr);
|
|
5235
5235
|
function Kt(e) {
|
|
5236
5236
|
if (e === Tr)
|
|
5237
|
-
throw Error(
|
|
5237
|
+
throw Error(x(174));
|
|
5238
5238
|
return e;
|
|
5239
5239
|
}
|
|
5240
5240
|
function va(e, t) {
|
|
@@ -5292,7 +5292,7 @@ function ya() {
|
|
|
5292
5292
|
}
|
|
5293
5293
|
var li = mt.ReactCurrentDispatcher, jo = mt.ReactCurrentBatchConfig, Gt = 0, V = null, ee = null, re = null, Ii = !1, ir = !1, kr = 0, Uh = 0;
|
|
5294
5294
|
function fe() {
|
|
5295
|
-
throw Error(
|
|
5295
|
+
throw Error(x(321));
|
|
5296
5296
|
}
|
|
5297
5297
|
function wa(e, t) {
|
|
5298
5298
|
if (t === null)
|
|
@@ -5307,12 +5307,12 @@ function Sa(e, t, n, r, i, o) {
|
|
|
5307
5307
|
o = 0;
|
|
5308
5308
|
do {
|
|
5309
5309
|
if (ir = !1, kr = 0, 25 <= o)
|
|
5310
|
-
throw Error(
|
|
5310
|
+
throw Error(x(301));
|
|
5311
5311
|
o += 1, re = ee = null, t.updateQueue = null, li.current = Wh, e = n(r, i);
|
|
5312
5312
|
} while (ir);
|
|
5313
5313
|
}
|
|
5314
5314
|
if (li.current = zi, t = ee !== null && ee.next !== null, Gt = 0, re = ee = V = null, Ii = !1, t)
|
|
5315
|
-
throw Error(
|
|
5315
|
+
throw Error(x(300));
|
|
5316
5316
|
return e;
|
|
5317
5317
|
}
|
|
5318
5318
|
function ka() {
|
|
@@ -5334,18 +5334,18 @@ function $e() {
|
|
|
5334
5334
|
re = t, ee = e;
|
|
5335
5335
|
else {
|
|
5336
5336
|
if (e === null)
|
|
5337
|
-
throw Error(
|
|
5337
|
+
throw Error(x(310));
|
|
5338
5338
|
ee = e, e = { memoizedState: ee.memoizedState, baseState: ee.baseState, baseQueue: ee.baseQueue, queue: ee.queue, next: null }, re === null ? V.memoizedState = re = e : re = re.next = e;
|
|
5339
5339
|
}
|
|
5340
5340
|
return re;
|
|
5341
5341
|
}
|
|
5342
|
-
function
|
|
5342
|
+
function Or(e, t) {
|
|
5343
5343
|
return typeof t == "function" ? t(e) : t;
|
|
5344
5344
|
}
|
|
5345
5345
|
function Ro(e) {
|
|
5346
5346
|
var t = $e(), n = t.queue;
|
|
5347
5347
|
if (n === null)
|
|
5348
|
-
throw Error(
|
|
5348
|
+
throw Error(x(311));
|
|
5349
5349
|
n.lastRenderedReducer = e;
|
|
5350
5350
|
var r = ee, i = r.baseQueue, o = n.pending;
|
|
5351
5351
|
if (o !== null) {
|
|
@@ -5388,7 +5388,7 @@ function Ro(e) {
|
|
|
5388
5388
|
function To(e) {
|
|
5389
5389
|
var t = $e(), n = t.queue;
|
|
5390
5390
|
if (n === null)
|
|
5391
|
-
throw Error(
|
|
5391
|
+
throw Error(x(311));
|
|
5392
5392
|
n.lastRenderedReducer = e;
|
|
5393
5393
|
var r = n.dispatch, i = n.pending, o = t.memoizedState;
|
|
5394
5394
|
if (i !== null) {
|
|
@@ -5405,9 +5405,9 @@ function ac() {
|
|
|
5405
5405
|
}
|
|
5406
5406
|
function lc(e, t) {
|
|
5407
5407
|
var n = V, r = $e(), i = t(), o = !Xe(r.memoizedState, i);
|
|
5408
|
-
if (o && (r.memoizedState = i, Se = !0), r = r.queue,
|
|
5409
|
-
if (n.flags |= 2048,
|
|
5410
|
-
throw Error(
|
|
5408
|
+
if (o && (r.memoizedState = i, Se = !0), r = r.queue, Oa(cc.bind(null, n, r, e), [e]), r.getSnapshot !== t || o || re !== null && re.memoizedState.tag & 1) {
|
|
5409
|
+
if (n.flags |= 2048, xr(9, fc.bind(null, n, r, i, t), void 0, null), ie === null)
|
|
5410
|
+
throw Error(x(349));
|
|
5411
5411
|
Gt & 30 || sc(n, t, i);
|
|
5412
5412
|
}
|
|
5413
5413
|
return i;
|
|
@@ -5439,9 +5439,9 @@ function pc(e) {
|
|
|
5439
5439
|
}
|
|
5440
5440
|
function Ql(e) {
|
|
5441
5441
|
var t = Ge();
|
|
5442
|
-
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer:
|
|
5442
|
+
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: Or, lastRenderedState: e }, t.queue = e, e = e.dispatch = bh.bind(null, V, e), [t.memoizedState, e];
|
|
5443
5443
|
}
|
|
5444
|
-
function
|
|
5444
|
+
function xr(e, t, n, r) {
|
|
5445
5445
|
return e = { tag: e, create: t, destroy: n, deps: r, next: null }, t = V.updateQueue, t === null ? (t = { lastEffect: null, stores: null }, V.updateQueue = t, t.lastEffect = e.next = e) : (n = t.lastEffect, n === null ? t.lastEffect = e.next = e : (r = n.next, n.next = e, e.next = r, t.lastEffect = e)), e;
|
|
5446
5446
|
}
|
|
5447
5447
|
function hc() {
|
|
@@ -5449,7 +5449,7 @@ function hc() {
|
|
|
5449
5449
|
}
|
|
5450
5450
|
function si(e, t, n, r) {
|
|
5451
5451
|
var i = Ge();
|
|
5452
|
-
V.flags |= e, i.memoizedState =
|
|
5452
|
+
V.flags |= e, i.memoizedState = xr(1 | t, n, void 0, r === void 0 ? null : r);
|
|
5453
5453
|
}
|
|
5454
5454
|
function qi(e, t, n, r) {
|
|
5455
5455
|
var i = $e();
|
|
@@ -5458,16 +5458,16 @@ function qi(e, t, n, r) {
|
|
|
5458
5458
|
if (ee !== null) {
|
|
5459
5459
|
var u = ee.memoizedState;
|
|
5460
5460
|
if (o = u.destroy, r !== null && wa(r, u.deps)) {
|
|
5461
|
-
i.memoizedState =
|
|
5461
|
+
i.memoizedState = xr(t, n, o, r);
|
|
5462
5462
|
return;
|
|
5463
5463
|
}
|
|
5464
5464
|
}
|
|
5465
|
-
V.flags |= e, i.memoizedState =
|
|
5465
|
+
V.flags |= e, i.memoizedState = xr(1 | t, n, o, r);
|
|
5466
5466
|
}
|
|
5467
5467
|
function Xl(e, t) {
|
|
5468
5468
|
return si(8390656, 8, e, t);
|
|
5469
5469
|
}
|
|
5470
|
-
function
|
|
5470
|
+
function Oa(e, t) {
|
|
5471
5471
|
return qi(2048, 8, e, t);
|
|
5472
5472
|
}
|
|
5473
5473
|
function gc(e, t) {
|
|
@@ -5489,7 +5489,7 @@ function mc(e, t) {
|
|
|
5489
5489
|
function yc(e, t, n) {
|
|
5490
5490
|
return n = n != null ? n.concat([e]) : null, qi(4, 4, mc.bind(null, t, e), n);
|
|
5491
5491
|
}
|
|
5492
|
-
function
|
|
5492
|
+
function xa() {
|
|
5493
5493
|
}
|
|
5494
5494
|
function wc(e, t) {
|
|
5495
5495
|
var n = $e();
|
|
@@ -5517,12 +5517,12 @@ function $h(e, t) {
|
|
|
5517
5517
|
M = n, jo.transition = r;
|
|
5518
5518
|
}
|
|
5519
5519
|
}
|
|
5520
|
-
function
|
|
5520
|
+
function Oc() {
|
|
5521
5521
|
return $e().memoizedState;
|
|
5522
5522
|
}
|
|
5523
5523
|
function Bh(e, t, n) {
|
|
5524
5524
|
var r = Dt(e);
|
|
5525
|
-
if (n = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null },
|
|
5525
|
+
if (n = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null }, xc(e))
|
|
5526
5526
|
Pc(t, n);
|
|
5527
5527
|
else if (n = ec(e, t, n, r), n !== null) {
|
|
5528
5528
|
var i = ve();
|
|
@@ -5531,7 +5531,7 @@ function Bh(e, t, n) {
|
|
|
5531
5531
|
}
|
|
5532
5532
|
function bh(e, t, n) {
|
|
5533
5533
|
var r = Dt(e), i = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null };
|
|
5534
|
-
if (
|
|
5534
|
+
if (xc(e))
|
|
5535
5535
|
Pc(t, i);
|
|
5536
5536
|
else {
|
|
5537
5537
|
var o = e.alternate;
|
|
@@ -5549,7 +5549,7 @@ function bh(e, t, n) {
|
|
|
5549
5549
|
n = ec(e, t, i, r), n !== null && (i = ve(), Qe(n, e, r, i), Ec(n, t, r));
|
|
5550
5550
|
}
|
|
5551
5551
|
}
|
|
5552
|
-
function
|
|
5552
|
+
function xc(e) {
|
|
5553
5553
|
var t = e.alternate;
|
|
5554
5554
|
return e === V || t !== null && t === V;
|
|
5555
5555
|
}
|
|
@@ -5586,7 +5586,7 @@ var zi = { readContext: Ue, useCallback: fe, useContext: fe, useEffect: fe, useI
|
|
|
5586
5586
|
}, useRef: function(e) {
|
|
5587
5587
|
var t = Ge();
|
|
5588
5588
|
return e = { current: e }, t.memoizedState = e;
|
|
5589
|
-
}, useState: Ql, useDebugValue:
|
|
5589
|
+
}, useState: Ql, useDebugValue: xa, useDeferredValue: function(e) {
|
|
5590
5590
|
return Ge().memoizedState = e;
|
|
5591
5591
|
}, useTransition: function() {
|
|
5592
5592
|
var e = Ql(!1), t = e[0];
|
|
@@ -5596,11 +5596,11 @@ var zi = { readContext: Ue, useCallback: fe, useContext: fe, useEffect: fe, useI
|
|
|
5596
5596
|
var r = V, i = Ge();
|
|
5597
5597
|
if (b) {
|
|
5598
5598
|
if (n === void 0)
|
|
5599
|
-
throw Error(
|
|
5599
|
+
throw Error(x(407));
|
|
5600
5600
|
n = n();
|
|
5601
5601
|
} else {
|
|
5602
5602
|
if (n = t(), ie === null)
|
|
5603
|
-
throw Error(
|
|
5603
|
+
throw Error(x(349));
|
|
5604
5604
|
Gt & 30 || sc(r, t, n);
|
|
5605
5605
|
}
|
|
5606
5606
|
i.memoizedState = n;
|
|
@@ -5610,7 +5610,7 @@ var zi = { readContext: Ue, useCallback: fe, useContext: fe, useEffect: fe, useI
|
|
|
5610
5610
|
r,
|
|
5611
5611
|
o,
|
|
5612
5612
|
e
|
|
5613
|
-
), [e]), r.flags |= 2048,
|
|
5613
|
+
), [e]), r.flags |= 2048, xr(9, fc.bind(null, r, o, n, t), void 0, null), n;
|
|
5614
5614
|
}, useId: function() {
|
|
5615
5615
|
var e = Ge(), t = ie.identifierPrefix;
|
|
5616
5616
|
if (b) {
|
|
@@ -5623,7 +5623,7 @@ var zi = { readContext: Ue, useCallback: fe, useContext: fe, useEffect: fe, useI
|
|
|
5623
5623
|
readContext: Ue,
|
|
5624
5624
|
useCallback: wc,
|
|
5625
5625
|
useContext: Ue,
|
|
5626
|
-
useEffect:
|
|
5626
|
+
useEffect: Oa,
|
|
5627
5627
|
useImperativeHandle: yc,
|
|
5628
5628
|
useInsertionEffect: gc,
|
|
5629
5629
|
useLayoutEffect: vc,
|
|
@@ -5631,30 +5631,30 @@ var zi = { readContext: Ue, useCallback: fe, useContext: fe, useEffect: fe, useI
|
|
|
5631
5631
|
useReducer: Ro,
|
|
5632
5632
|
useRef: hc,
|
|
5633
5633
|
useState: function() {
|
|
5634
|
-
return Ro(
|
|
5634
|
+
return Ro(Or);
|
|
5635
5635
|
},
|
|
5636
|
-
useDebugValue:
|
|
5636
|
+
useDebugValue: xa,
|
|
5637
5637
|
useDeferredValue: function(e) {
|
|
5638
5638
|
var t = $e();
|
|
5639
5639
|
return kc(t, ee.memoizedState, e);
|
|
5640
5640
|
},
|
|
5641
5641
|
useTransition: function() {
|
|
5642
|
-
var e = Ro(
|
|
5642
|
+
var e = Ro(Or)[0], t = $e().memoizedState;
|
|
5643
5643
|
return [e, t];
|
|
5644
5644
|
},
|
|
5645
5645
|
useMutableSource: ac,
|
|
5646
5646
|
useSyncExternalStore: lc,
|
|
5647
|
-
useId:
|
|
5647
|
+
useId: Oc,
|
|
5648
5648
|
unstable_isNewReconciler: !1
|
|
5649
|
-
}, Wh = { readContext: Ue, useCallback: wc, useContext: Ue, useEffect:
|
|
5650
|
-
return To(
|
|
5651
|
-
}, useDebugValue:
|
|
5649
|
+
}, Wh = { readContext: Ue, useCallback: wc, useContext: Ue, useEffect: Oa, useImperativeHandle: yc, useInsertionEffect: gc, useLayoutEffect: vc, useMemo: Sc, useReducer: To, useRef: hc, useState: function() {
|
|
5650
|
+
return To(Or);
|
|
5651
|
+
}, useDebugValue: xa, useDeferredValue: function(e) {
|
|
5652
5652
|
var t = $e();
|
|
5653
5653
|
return ee === null ? t.memoizedState = e : kc(t, ee.memoizedState, e);
|
|
5654
5654
|
}, useTransition: function() {
|
|
5655
|
-
var e = To(
|
|
5655
|
+
var e = To(Or)[0], t = $e().memoizedState;
|
|
5656
5656
|
return [e, t];
|
|
5657
|
-
}, useMutableSource: ac, useSyncExternalStore: lc, useId:
|
|
5657
|
+
}, useMutableSource: ac, useSyncExternalStore: lc, useId: Oc, unstable_isNewReconciler: !1 };
|
|
5658
5658
|
function Tn(e, t) {
|
|
5659
5659
|
try {
|
|
5660
5660
|
var n = "", r = t;
|
|
@@ -5780,11 +5780,11 @@ function jc(e, t) {
|
|
|
5780
5780
|
(e === null && n !== null || e !== null && e.ref !== n) && (t.flags |= 512, t.flags |= 2097152);
|
|
5781
5781
|
}
|
|
5782
5782
|
function ku(e, t, n, r, i) {
|
|
5783
|
-
var o =
|
|
5783
|
+
var o = Oe(n) ? Jt : pe.current;
|
|
5784
5784
|
return o = Ln(t, o), En(t, i), n = Sa(e, t, n, r, o, i), r = ka(), e !== null && !Se ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~i, vt(e, t, i)) : (b && r && la(t), t.flags |= 1, he(e, t, n, i), t.child);
|
|
5785
5785
|
}
|
|
5786
5786
|
function es(e, t, n, r, i) {
|
|
5787
|
-
if (
|
|
5787
|
+
if (Oe(n)) {
|
|
5788
5788
|
var o = !0;
|
|
5789
5789
|
Ci(t);
|
|
5790
5790
|
} else
|
|
@@ -5795,21 +5795,21 @@ function es(e, t, n, r, i) {
|
|
|
5795
5795
|
var u = t.stateNode, a = t.memoizedProps;
|
|
5796
5796
|
u.props = a;
|
|
5797
5797
|
var l = u.context, s = n.contextType;
|
|
5798
|
-
typeof s == "object" && s !== null ? s = Ue(s) : (s =
|
|
5798
|
+
typeof s == "object" && s !== null ? s = Ue(s) : (s = Oe(n) ? Jt : pe.current, s = Ln(t, s));
|
|
5799
5799
|
var d = n.getDerivedStateFromProps, f = typeof d == "function" || typeof u.getSnapshotBeforeUpdate == "function";
|
|
5800
5800
|
f || typeof u.UNSAFE_componentWillReceiveProps != "function" && typeof u.componentWillReceiveProps != "function" || (a !== r || l !== s) && Wl(t, u, r, s), kt = !1;
|
|
5801
5801
|
var p = t.memoizedState;
|
|
5802
5802
|
u.state = p, Ti(t, r, u, i), l = t.memoizedState, a !== r || p !== l || ke.current || kt ? (typeof d == "function" && (yu(t, n, d, r), l = t.memoizedState), (a = kt || Vl(t, n, a, r, p, l, s)) ? (f || typeof u.UNSAFE_componentWillMount != "function" && typeof u.componentWillMount != "function" || (typeof u.componentWillMount == "function" && u.componentWillMount(), typeof u.UNSAFE_componentWillMount == "function" && u.UNSAFE_componentWillMount()), typeof u.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof u.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = r, t.memoizedState = l), u.props = r, u.state = l, u.context = s, r = a) : (typeof u.componentDidMount == "function" && (t.flags |= 4194308), r = !1);
|
|
5803
5803
|
} else {
|
|
5804
|
-
u = t.stateNode, tc(e, t), a = t.memoizedProps, s = t.type === t.elementType ? a : He(t.type, a), u.props = s, f = t.pendingProps, p = u.context, l = n.contextType, typeof l == "object" && l !== null ? l = Ue(l) : (l =
|
|
5804
|
+
u = t.stateNode, tc(e, t), a = t.memoizedProps, s = t.type === t.elementType ? a : He(t.type, a), u.props = s, f = t.pendingProps, p = u.context, l = n.contextType, typeof l == "object" && l !== null ? l = Ue(l) : (l = Oe(n) ? Jt : pe.current, l = Ln(t, l));
|
|
5805
5805
|
var v = n.getDerivedStateFromProps;
|
|
5806
5806
|
(d = typeof v == "function" || typeof u.getSnapshotBeforeUpdate == "function") || typeof u.UNSAFE_componentWillReceiveProps != "function" && typeof u.componentWillReceiveProps != "function" || (a !== f || p !== l) && Wl(t, u, r, l), kt = !1, p = t.memoizedState, u.state = p, Ti(t, r, u, i);
|
|
5807
5807
|
var m = t.memoizedState;
|
|
5808
5808
|
a !== f || p !== m || ke.current || kt ? (typeof v == "function" && (yu(t, n, v, r), m = t.memoizedState), (s = kt || Vl(t, n, s, r, p, m, l) || !1) ? (d || typeof u.UNSAFE_componentWillUpdate != "function" && typeof u.componentWillUpdate != "function" || (typeof u.componentWillUpdate == "function" && u.componentWillUpdate(r, m, l), typeof u.UNSAFE_componentWillUpdate == "function" && u.UNSAFE_componentWillUpdate(r, m, l)), typeof u.componentDidUpdate == "function" && (t.flags |= 4), typeof u.getSnapshotBeforeUpdate == "function" && (t.flags |= 1024)) : (typeof u.componentDidUpdate != "function" || a === e.memoizedProps && p === e.memoizedState || (t.flags |= 4), typeof u.getSnapshotBeforeUpdate != "function" || a === e.memoizedProps && p === e.memoizedState || (t.flags |= 1024), t.memoizedProps = r, t.memoizedState = m), u.props = r, u.state = m, u.context = l, r = s) : (typeof u.componentDidUpdate != "function" || a === e.memoizedProps && p === e.memoizedState || (t.flags |= 4), typeof u.getSnapshotBeforeUpdate != "function" || a === e.memoizedProps && p === e.memoizedState || (t.flags |= 1024), r = !1);
|
|
5809
5809
|
}
|
|
5810
|
-
return
|
|
5810
|
+
return Ou(e, t, n, r, o, i);
|
|
5811
5811
|
}
|
|
5812
|
-
function
|
|
5812
|
+
function Ou(e, t, n, r, i, o) {
|
|
5813
5813
|
jc(e, t);
|
|
5814
5814
|
var u = (t.flags & 128) !== 0;
|
|
5815
5815
|
if (!r && !u)
|
|
@@ -5825,20 +5825,20 @@ function Rc(e) {
|
|
|
5825
5825
|
function ts(e, t, n, r, i) {
|
|
5826
5826
|
return Nn(), fa(i), t.flags |= 256, he(e, t, n, r), t.child;
|
|
5827
5827
|
}
|
|
5828
|
-
var
|
|
5828
|
+
var xu = { dehydrated: null, treeContext: null, retryLane: 0 };
|
|
5829
5829
|
function Pu(e) {
|
|
5830
5830
|
return { baseLanes: e, cachePool: null, transitions: null };
|
|
5831
5831
|
}
|
|
5832
5832
|
function Tc(e, t, n) {
|
|
5833
5833
|
var r = t.pendingProps, i = H.current, o = !1, u = (t.flags & 128) !== 0, a;
|
|
5834
5834
|
if ((a = u) || (a = e !== null && e.memoizedState === null ? !1 : (i & 2) !== 0), a ? (o = !0, t.flags &= -129) : (e === null || e.memoizedState !== null) && (i |= 1), U(H, i & 1), e === null)
|
|
5835
|
-
return vu(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? (t.mode & 1 ? e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824 : t.lanes = 1, null) : (u = r.children, e = r.fallback, o ? (r = t.mode, o = t.child, u = { mode: "hidden", children: u }, !(r & 1) && o !== null ? (o.childLanes = 0, o.pendingProps = u) : o = to(u, r, 0, null), e = Xt(e, r, n, null), o.return = t, e.return = t, o.sibling = e, t.child = o, t.child.memoizedState = Pu(n), t.memoizedState =
|
|
5835
|
+
return vu(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? (t.mode & 1 ? e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824 : t.lanes = 1, null) : (u = r.children, e = r.fallback, o ? (r = t.mode, o = t.child, u = { mode: "hidden", children: u }, !(r & 1) && o !== null ? (o.childLanes = 0, o.pendingProps = u) : o = to(u, r, 0, null), e = Xt(e, r, n, null), o.return = t, e.return = t, o.sibling = e, t.child = o, t.child.memoizedState = Pu(n), t.memoizedState = xu, e) : Pa(t, u));
|
|
5836
5836
|
if (i = e.memoizedState, i !== null && (a = i.dehydrated, a !== null))
|
|
5837
5837
|
return Xh(e, t, u, r, a, i, n);
|
|
5838
5838
|
if (o) {
|
|
5839
5839
|
o = r.fallback, u = t.mode, i = e.child, a = i.sibling;
|
|
5840
5840
|
var l = { mode: "hidden", children: r.children };
|
|
5841
|
-
return !(u & 1) && t.child !== i ? (r = t.child, r.childLanes = 0, r.pendingProps = l, t.deletions = null) : (r = It(i, l), r.subtreeFlags = i.subtreeFlags & 14680064), a !== null ? o = It(a, o) : (o = Xt(o, u, n, null), o.flags |= 2), o.return = t, r.return = t, r.sibling = o, t.child = r, r = o, o = t.child, u = e.child.memoizedState, u = u === null ? Pu(n) : { baseLanes: u.baseLanes | n, cachePool: null, transitions: u.transitions }, o.memoizedState = u, o.childLanes = e.childLanes & ~n, t.memoizedState =
|
|
5841
|
+
return !(u & 1) && t.child !== i ? (r = t.child, r.childLanes = 0, r.pendingProps = l, t.deletions = null) : (r = It(i, l), r.subtreeFlags = i.subtreeFlags & 14680064), a !== null ? o = It(a, o) : (o = Xt(o, u, n, null), o.flags |= 2), o.return = t, r.return = t, r.sibling = o, t.child = r, r = o, o = t.child, u = e.child.memoizedState, u = u === null ? Pu(n) : { baseLanes: u.baseLanes | n, cachePool: null, transitions: u.transitions }, o.memoizedState = u, o.childLanes = e.childLanes & ~n, t.memoizedState = xu, r;
|
|
5842
5842
|
}
|
|
5843
5843
|
return o = e.child, e = o.sibling, r = It(o, { mode: "visible", children: r.children }), !(t.mode & 1) && (r.lanes = n), r.return = t, r.sibling = null, e !== null && (n = t.deletions, n === null ? (t.deletions = [e], t.flags |= 16) : n.push(e)), t.child = r, t.memoizedState = null, r;
|
|
5844
5844
|
}
|
|
@@ -5850,13 +5850,13 @@ function Xr(e, t, n, r) {
|
|
|
5850
5850
|
}
|
|
5851
5851
|
function Xh(e, t, n, r, i, o, u) {
|
|
5852
5852
|
if (n)
|
|
5853
|
-
return t.flags & 256 ? (t.flags &= -257, r = Do(Error(
|
|
5853
|
+
return t.flags & 256 ? (t.flags &= -257, r = Do(Error(x(422))), Xr(e, t, u, r)) : t.memoizedState !== null ? (t.child = e.child, t.flags |= 128, null) : (o = r.fallback, i = t.mode, r = to({ mode: "visible", children: r.children }, i, 0, null), o = Xt(o, i, u, null), o.flags |= 2, r.return = t, o.return = t, r.sibling = o, t.child = r, t.mode & 1 && jn(t, e.child, null, u), t.child.memoizedState = Pu(u), t.memoizedState = xu, o);
|
|
5854
5854
|
if (!(t.mode & 1))
|
|
5855
5855
|
return Xr(e, t, u, null);
|
|
5856
5856
|
if (i.data === "$!") {
|
|
5857
5857
|
if (r = i.nextSibling && i.nextSibling.dataset, r)
|
|
5858
5858
|
var a = r.dgst;
|
|
5859
|
-
return r = a, o = Error(
|
|
5859
|
+
return r = a, o = Error(x(419)), r = Do(o, r, void 0), Xr(e, t, u, r);
|
|
5860
5860
|
}
|
|
5861
5861
|
if (a = (u & e.childLanes) !== 0, Se || a) {
|
|
5862
5862
|
if (r = ie, r !== null) {
|
|
@@ -5898,7 +5898,7 @@ function Xh(e, t, n, r, i, o, u) {
|
|
|
5898
5898
|
}
|
|
5899
5899
|
i = i & (r.suspendedLanes | u) ? 0 : i, i !== 0 && i !== o.retryLane && (o.retryLane = i, gt(e, i), Qe(r, e, i, -1));
|
|
5900
5900
|
}
|
|
5901
|
-
return ja(), r = Do(Error(
|
|
5901
|
+
return ja(), r = Do(Error(x(421))), Xr(e, t, u, r);
|
|
5902
5902
|
}
|
|
5903
5903
|
return i.data === "$?" ? (t.flags |= 128, t.child = e.child, t = ag.bind(null, e), i._reactRetry = t, null) : (e = o.treeContext, Ce = jt(i.nextSibling), Ne = t, b = !0, We = null, e !== null && (ze[Fe++] = st, ze[Fe++] = ft, ze[Fe++] = Yt, st = e.id, ft = e.overflow, Yt = t), t = Pa(t, r.children), t.flags |= 4096, t);
|
|
5904
5904
|
}
|
|
@@ -5972,7 +5972,7 @@ function vt(e, t, n) {
|
|
|
5972
5972
|
if (e !== null && (t.dependencies = e.dependencies), qt |= t.lanes, !(n & t.childLanes))
|
|
5973
5973
|
return null;
|
|
5974
5974
|
if (e !== null && t.child !== e.child)
|
|
5975
|
-
throw Error(
|
|
5975
|
+
throw Error(x(153));
|
|
5976
5976
|
if (t.child !== null) {
|
|
5977
5977
|
for (e = t.child, n = It(e, e.pendingProps), t.child = n, n.return = t; e.sibling !== null; )
|
|
5978
5978
|
e = e.sibling, n = n.sibling = It(e, e.pendingProps), n.return = t;
|
|
@@ -5989,7 +5989,7 @@ function Jh(e, t, n) {
|
|
|
5989
5989
|
uc(t);
|
|
5990
5990
|
break;
|
|
5991
5991
|
case 1:
|
|
5992
|
-
|
|
5992
|
+
Oe(t.type) && Ci(t);
|
|
5993
5993
|
break;
|
|
5994
5994
|
case 4:
|
|
5995
5995
|
va(t, t.stateNode.containerInfo);
|
|
@@ -6134,7 +6134,7 @@ function Yh(e, t, n) {
|
|
|
6134
6134
|
case 14:
|
|
6135
6135
|
return ce(t), null;
|
|
6136
6136
|
case 1:
|
|
6137
|
-
return
|
|
6137
|
+
return Oe(t.type) && _i(), ce(t), null;
|
|
6138
6138
|
case 3:
|
|
6139
6139
|
return r = t.stateNode, Rn(), B(ke), B(pe), ya(), r.pendingContext && (r.context = r.pendingContext, r.pendingContext = null), (e === null || e.child === null) && (Kr(t) ? t.flags |= 4 : e === null || e.memoizedState.isDehydrated && !(t.flags & 256) || (t.flags |= 1024, We !== null && (Du(We), We = null))), Eu(e, t), ce(t), null;
|
|
6140
6140
|
case 5:
|
|
@@ -6145,7 +6145,7 @@ function Yh(e, t, n) {
|
|
|
6145
6145
|
else {
|
|
6146
6146
|
if (!r) {
|
|
6147
6147
|
if (t.stateNode === null)
|
|
6148
|
-
throw Error(
|
|
6148
|
+
throw Error(x(166));
|
|
6149
6149
|
return ce(t), null;
|
|
6150
6150
|
}
|
|
6151
6151
|
if (e = Kt(tt.current), Kr(t)) {
|
|
@@ -6310,7 +6310,7 @@ function Yh(e, t, n) {
|
|
|
6310
6310
|
Fc(e, t, e.memoizedProps, r);
|
|
6311
6311
|
else {
|
|
6312
6312
|
if (typeof r != "string" && t.stateNode === null)
|
|
6313
|
-
throw Error(
|
|
6313
|
+
throw Error(x(166));
|
|
6314
6314
|
if (n = Kt(Sr.current), Kt(tt.current), Kr(t)) {
|
|
6315
6315
|
if (r = t.stateNode, n = t.memoizedProps, r[qe] = t, (o = r.nodeValue !== n) && (e = Ne, e !== null))
|
|
6316
6316
|
switch (e.tag) {
|
|
@@ -6332,9 +6332,9 @@ function Yh(e, t, n) {
|
|
|
6332
6332
|
else if (o = Kr(t), r !== null && r.dehydrated !== null) {
|
|
6333
6333
|
if (e === null) {
|
|
6334
6334
|
if (!o)
|
|
6335
|
-
throw Error(
|
|
6335
|
+
throw Error(x(318));
|
|
6336
6336
|
if (o = t.memoizedState, o = o !== null ? o.dehydrated : null, !o)
|
|
6337
|
-
throw Error(
|
|
6337
|
+
throw Error(x(317));
|
|
6338
6338
|
o[qe] = t;
|
|
6339
6339
|
} else
|
|
6340
6340
|
Nn(), !(t.flags & 128) && (t.memoizedState = null), t.flags |= 4;
|
|
@@ -6350,7 +6350,7 @@ function Yh(e, t, n) {
|
|
|
6350
6350
|
case 10:
|
|
6351
6351
|
return pa(t.type._context), ce(t), null;
|
|
6352
6352
|
case 17:
|
|
6353
|
-
return
|
|
6353
|
+
return Oe(t.type) && _i(), ce(t), null;
|
|
6354
6354
|
case 19:
|
|
6355
6355
|
if (B(H), o = t.memoizedState, o === null)
|
|
6356
6356
|
return ce(t), null;
|
|
@@ -6387,12 +6387,12 @@ function Yh(e, t, n) {
|
|
|
6387
6387
|
case 25:
|
|
6388
6388
|
return null;
|
|
6389
6389
|
}
|
|
6390
|
-
throw Error(
|
|
6390
|
+
throw Error(x(156, t.tag));
|
|
6391
6391
|
}
|
|
6392
6392
|
function Gh(e, t) {
|
|
6393
6393
|
switch (sa(t), t.tag) {
|
|
6394
6394
|
case 1:
|
|
6395
|
-
return
|
|
6395
|
+
return Oe(t.type) && _i(), e = t.flags, e & 65536 ? (t.flags = e & -65537 | 128, t) : null;
|
|
6396
6396
|
case 3:
|
|
6397
6397
|
return Rn(), B(ke), B(pe), ya(), e = t.flags, e & 65536 && !(e & 128) ? (t.flags = e & -65537 | 128, t) : null;
|
|
6398
6398
|
case 5:
|
|
@@ -6400,7 +6400,7 @@ function Gh(e, t) {
|
|
|
6400
6400
|
case 13:
|
|
6401
6401
|
if (B(H), e = t.memoizedState, e !== null && e.dehydrated !== null) {
|
|
6402
6402
|
if (t.alternate === null)
|
|
6403
|
-
throw Error(
|
|
6403
|
+
throw Error(x(340));
|
|
6404
6404
|
Nn();
|
|
6405
6405
|
}
|
|
6406
6406
|
return e = t.flags, e & 65536 ? (t.flags = e & -65537 | 128, t) : null;
|
|
@@ -6441,7 +6441,7 @@ function _u(e, t, n) {
|
|
|
6441
6441
|
}
|
|
6442
6442
|
var rs = !1;
|
|
6443
6443
|
function Zh(e, t) {
|
|
6444
|
-
if (su =
|
|
6444
|
+
if (su = Oi, e = $f(), aa(e)) {
|
|
6445
6445
|
if ("selectionStart" in e)
|
|
6446
6446
|
var n = { start: e.selectionStart, end: e.selectionEnd };
|
|
6447
6447
|
else
|
|
@@ -6479,7 +6479,7 @@ function Zh(e, t) {
|
|
|
6479
6479
|
n = n || { start: 0, end: 0 };
|
|
6480
6480
|
} else
|
|
6481
6481
|
n = null;
|
|
6482
|
-
for (fu = { focusedElem: e, selectionRange: n },
|
|
6482
|
+
for (fu = { focusedElem: e, selectionRange: n }, Oi = !1, R = t; R !== null; )
|
|
6483
6483
|
if (t = R, e = t.child, (t.subtreeFlags & 1028) !== 0 && e !== null)
|
|
6484
6484
|
e.return = t, R = e;
|
|
6485
6485
|
else
|
|
@@ -6509,7 +6509,7 @@ function Zh(e, t) {
|
|
|
6509
6509
|
case 17:
|
|
6510
6510
|
break;
|
|
6511
6511
|
default:
|
|
6512
|
-
throw Error(
|
|
6512
|
+
throw Error(x(163));
|
|
6513
6513
|
}
|
|
6514
6514
|
} catch (S) {
|
|
6515
6515
|
J(t, t.return, S);
|
|
@@ -6691,7 +6691,7 @@ function be(e, t) {
|
|
|
6691
6691
|
a = a.return;
|
|
6692
6692
|
}
|
|
6693
6693
|
if (oe === null)
|
|
6694
|
-
throw Error(
|
|
6694
|
+
throw Error(x(160));
|
|
6695
6695
|
Uc(o, u, i), oe = null, Ve = !1;
|
|
6696
6696
|
var l = i.alternate;
|
|
6697
6697
|
l !== null && (l.return = null), i.return = null;
|
|
@@ -6772,7 +6772,7 @@ function $c(e, t) {
|
|
|
6772
6772
|
case 6:
|
|
6773
6773
|
if (be(t, e), Ye(e), r & 4) {
|
|
6774
6774
|
if (e.stateNode === null)
|
|
6775
|
-
throw Error(
|
|
6775
|
+
throw Error(x(162));
|
|
6776
6776
|
i = e.stateNode, o = e.memoizedProps;
|
|
6777
6777
|
try {
|
|
6778
6778
|
i.nodeValue = o;
|
|
@@ -6889,7 +6889,7 @@ function Ye(e) {
|
|
|
6889
6889
|
}
|
|
6890
6890
|
n = n.return;
|
|
6891
6891
|
}
|
|
6892
|
-
throw Error(
|
|
6892
|
+
throw Error(x(160));
|
|
6893
6893
|
}
|
|
6894
6894
|
switch (r.tag) {
|
|
6895
6895
|
case 5:
|
|
@@ -6904,7 +6904,7 @@ function Ye(e) {
|
|
|
6904
6904
|
Lu(e, a, u);
|
|
6905
6905
|
break;
|
|
6906
6906
|
default:
|
|
6907
|
-
throw Error(
|
|
6907
|
+
throw Error(x(161));
|
|
6908
6908
|
}
|
|
6909
6909
|
} catch (l) {
|
|
6910
6910
|
J(e, e.return, l);
|
|
@@ -7019,7 +7019,7 @@ function us(e) {
|
|
|
7019
7019
|
case 25:
|
|
7020
7020
|
break;
|
|
7021
7021
|
default:
|
|
7022
|
-
throw Error(
|
|
7022
|
+
throw Error(x(163));
|
|
7023
7023
|
}
|
|
7024
7024
|
de || t.flags & 512 && Cu(t);
|
|
7025
7025
|
} catch (p) {
|
|
@@ -7116,10 +7116,10 @@ function Dt(e) {
|
|
|
7116
7116
|
}
|
|
7117
7117
|
function Qe(e, t, n, r) {
|
|
7118
7118
|
if (50 < ar)
|
|
7119
|
-
throw ar = 0, Ru = null, Error(
|
|
7120
|
-
Nr(e, n, r), (!(F & 2) || e !== ie) && (e === ie && (!(F & 2) && (eo |= n), te === 4 &&
|
|
7119
|
+
throw ar = 0, Ru = null, Error(x(185));
|
|
7120
|
+
Nr(e, n, r), (!(F & 2) || e !== ie) && (e === ie && (!(F & 2) && (eo |= n), te === 4 && xt(e, ue)), xe(e, r), n === 1 && F === 0 && !(t.mode & 1) && (Dn = Y() + 500, Yi && $t()));
|
|
7121
7121
|
}
|
|
7122
|
-
function
|
|
7122
|
+
function xe(e, t) {
|
|
7123
7123
|
var n = e.callbackNode;
|
|
7124
7124
|
Mp(e, t);
|
|
7125
7125
|
var r = ki(e, e === ie ? ue : 0);
|
|
@@ -7136,13 +7136,13 @@ function Oe(e, t) {
|
|
|
7136
7136
|
n = Zu;
|
|
7137
7137
|
break;
|
|
7138
7138
|
case 4:
|
|
7139
|
-
n =
|
|
7139
|
+
n = Of;
|
|
7140
7140
|
break;
|
|
7141
7141
|
case 16:
|
|
7142
7142
|
n = Si;
|
|
7143
7143
|
break;
|
|
7144
7144
|
case 536870912:
|
|
7145
|
-
n =
|
|
7145
|
+
n = xf;
|
|
7146
7146
|
break;
|
|
7147
7147
|
default:
|
|
7148
7148
|
n = Si;
|
|
@@ -7154,7 +7154,7 @@ function Oe(e, t) {
|
|
|
7154
7154
|
}
|
|
7155
7155
|
function bc(e, t) {
|
|
7156
7156
|
if (ci = -1, di = 0, F & 6)
|
|
7157
|
-
throw Error(
|
|
7157
|
+
throw Error(x(327));
|
|
7158
7158
|
var n = e.callbackNode;
|
|
7159
7159
|
if (_n() && e.callbackNode !== n)
|
|
7160
7160
|
return null;
|
|
@@ -7181,21 +7181,21 @@ function bc(e, t) {
|
|
|
7181
7181
|
}
|
|
7182
7182
|
if (t !== 0) {
|
|
7183
7183
|
if (t === 2 && (i = iu(e), i !== 0 && (r = i, t = Tu(e, i))), t === 1)
|
|
7184
|
-
throw n = Pr, Qt(e, 0),
|
|
7184
|
+
throw n = Pr, Qt(e, 0), xt(e, r), xe(e, Y()), n;
|
|
7185
7185
|
if (t === 6)
|
|
7186
|
-
|
|
7186
|
+
xt(e, r);
|
|
7187
7187
|
else {
|
|
7188
7188
|
if (i = e.current.alternate, !(r & 30) && !ng(i) && (t = Ui(e, r), t === 2 && (o = iu(e), o !== 0 && (r = o, t = Tu(e, o))), t === 1))
|
|
7189
|
-
throw n = Pr, Qt(e, 0),
|
|
7189
|
+
throw n = Pr, Qt(e, 0), xt(e, r), xe(e, Y()), n;
|
|
7190
7190
|
switch (e.finishedWork = i, e.finishedLanes = r, t) {
|
|
7191
7191
|
case 0:
|
|
7192
7192
|
case 1:
|
|
7193
|
-
throw Error(
|
|
7193
|
+
throw Error(x(345));
|
|
7194
7194
|
case 2:
|
|
7195
7195
|
Ht(e, we, at);
|
|
7196
7196
|
break;
|
|
7197
7197
|
case 3:
|
|
7198
|
-
if (
|
|
7198
|
+
if (xt(e, r), (r & 130023424) === r && (t = Ca + 500 - Y(), 10 < t)) {
|
|
7199
7199
|
if (ki(e, 0) !== 0)
|
|
7200
7200
|
break;
|
|
7201
7201
|
if (i = e.suspendedLanes, (i & r) !== r) {
|
|
@@ -7208,7 +7208,7 @@ function bc(e, t) {
|
|
|
7208
7208
|
Ht(e, we, at);
|
|
7209
7209
|
break;
|
|
7210
7210
|
case 4:
|
|
7211
|
-
if (
|
|
7211
|
+
if (xt(e, r), (r & 4194240) === r)
|
|
7212
7212
|
break;
|
|
7213
7213
|
for (t = e.eventTimes, i = -1; 0 < r; ) {
|
|
7214
7214
|
var u = 31 - Ke(r);
|
|
@@ -7224,11 +7224,11 @@ function bc(e, t) {
|
|
|
7224
7224
|
Ht(e, we, at);
|
|
7225
7225
|
break;
|
|
7226
7226
|
default:
|
|
7227
|
-
throw Error(
|
|
7227
|
+
throw Error(x(329));
|
|
7228
7228
|
}
|
|
7229
7229
|
}
|
|
7230
7230
|
}
|
|
7231
|
-
return
|
|
7231
|
+
return xe(e, Y()), e.callbackNode === n ? bc.bind(null, e) : null;
|
|
7232
7232
|
}
|
|
7233
7233
|
function Tu(e, t) {
|
|
7234
7234
|
var n = ur;
|
|
@@ -7268,7 +7268,7 @@ function ng(e) {
|
|
|
7268
7268
|
}
|
|
7269
7269
|
return !0;
|
|
7270
7270
|
}
|
|
7271
|
-
function
|
|
7271
|
+
function xt(e, t) {
|
|
7272
7272
|
for (t &= ~_a, t &= ~eo, e.suspendedLanes |= t, e.pingedLanes &= ~t, e = e.expirationTimes; 0 < t; ) {
|
|
7273
7273
|
var n = 31 - Ke(t), r = 1 << n;
|
|
7274
7274
|
e[n] = -1, t &= ~r;
|
|
@@ -7276,21 +7276,21 @@ function Ot(e, t) {
|
|
|
7276
7276
|
}
|
|
7277
7277
|
function ss(e) {
|
|
7278
7278
|
if (F & 6)
|
|
7279
|
-
throw Error(
|
|
7279
|
+
throw Error(x(327));
|
|
7280
7280
|
_n();
|
|
7281
7281
|
var t = ki(e, 0);
|
|
7282
7282
|
if (!(t & 1))
|
|
7283
|
-
return
|
|
7283
|
+
return xe(e, Y()), null;
|
|
7284
7284
|
var n = Ui(e, t);
|
|
7285
7285
|
if (e.tag !== 0 && n === 2) {
|
|
7286
7286
|
var r = iu(e);
|
|
7287
7287
|
r !== 0 && (t = r, n = Tu(e, r));
|
|
7288
7288
|
}
|
|
7289
7289
|
if (n === 1)
|
|
7290
|
-
throw n = Pr, Qt(e, 0),
|
|
7290
|
+
throw n = Pr, Qt(e, 0), xt(e, t), xe(e, Y()), n;
|
|
7291
7291
|
if (n === 6)
|
|
7292
|
-
throw Error(
|
|
7293
|
-
return e.finishedWork = e.current.alternate, e.finishedLanes = t, Ht(e, we, at),
|
|
7292
|
+
throw Error(x(345));
|
|
7293
|
+
return e.finishedWork = e.current.alternate, e.finishedLanes = t, Ht(e, we, at), xe(e, Y()), null;
|
|
7294
7294
|
}
|
|
7295
7295
|
function La(e, t) {
|
|
7296
7296
|
var n = F;
|
|
@@ -7403,7 +7403,7 @@ function Hc(e, t) {
|
|
|
7403
7403
|
Jl(o, s, t), ja();
|
|
7404
7404
|
break e;
|
|
7405
7405
|
}
|
|
7406
|
-
l = Error(
|
|
7406
|
+
l = Error(x(426));
|
|
7407
7407
|
}
|
|
7408
7408
|
} else if (b && a.mode & 1) {
|
|
7409
7409
|
var k = Yl(u);
|
|
@@ -7446,7 +7446,7 @@ function Vc() {
|
|
|
7446
7446
|
return Fi.current = zi, e === null ? zi : e;
|
|
7447
7447
|
}
|
|
7448
7448
|
function ja() {
|
|
7449
|
-
(te === 0 || te === 3 || te === 2) && (te = 4), ie === null || !(qt & 268435455) && !(eo & 268435455) ||
|
|
7449
|
+
(te === 0 || te === 3 || te === 2) && (te = 4), ie === null || !(qt & 268435455) && !(eo & 268435455) || xt(ie, ue);
|
|
7450
7450
|
}
|
|
7451
7451
|
function Ui(e, t) {
|
|
7452
7452
|
var n = F;
|
|
@@ -7462,7 +7462,7 @@ function Ui(e, t) {
|
|
|
7462
7462
|
}
|
|
7463
7463
|
while (1);
|
|
7464
7464
|
if (da(), F = n, Fi.current = r, q !== null)
|
|
7465
|
-
throw Error(
|
|
7465
|
+
throw Error(x(261));
|
|
7466
7466
|
return ie = null, ue = 0, te;
|
|
7467
7467
|
}
|
|
7468
7468
|
function rg() {
|
|
@@ -7518,13 +7518,13 @@ function og(e, t, n, r) {
|
|
|
7518
7518
|
_n();
|
|
7519
7519
|
while (Et !== null);
|
|
7520
7520
|
if (F & 6)
|
|
7521
|
-
throw Error(
|
|
7521
|
+
throw Error(x(327));
|
|
7522
7522
|
n = e.finishedWork;
|
|
7523
7523
|
var i = e.finishedLanes;
|
|
7524
7524
|
if (n === null)
|
|
7525
7525
|
return null;
|
|
7526
7526
|
if (e.finishedWork = null, e.finishedLanes = 0, n === e.current)
|
|
7527
|
-
throw Error(
|
|
7527
|
+
throw Error(x(177));
|
|
7528
7528
|
e.callbackNode = null, e.callbackPriority = 0;
|
|
7529
7529
|
var o = n.lanes | n.childLanes;
|
|
7530
7530
|
if (Up(e, o), e === ie && (q = ie = null, ue = 0), !(n.subtreeFlags & 2064) && !(n.flags & 2064) || Yr || (Yr = !0, Jc(Si, function() {
|
|
@@ -7534,10 +7534,10 @@ function og(e, t, n, r) {
|
|
|
7534
7534
|
var u = M;
|
|
7535
7535
|
M = 1;
|
|
7536
7536
|
var a = F;
|
|
7537
|
-
F |= 4, Ea.current = null, Zh(e, n), $c(n, e), Eh(fu),
|
|
7537
|
+
F |= 4, Ea.current = null, Zh(e, n), $c(n, e), Eh(fu), Oi = !!su, fu = su = null, e.current = n, eg(n), jp(), F = a, M = u, Me.transition = o;
|
|
7538
7538
|
} else
|
|
7539
7539
|
e.current = n;
|
|
7540
|
-
if (Yr && (Yr = !1, Et = e, Mi = i), o = e.pendingLanes, o === 0 && (Tt = null), Dp(n.stateNode),
|
|
7540
|
+
if (Yr && (Yr = !1, Et = e, Mi = i), o = e.pendingLanes, o === 0 && (Tt = null), Dp(n.stateNode), xe(e, Y()), t !== null)
|
|
7541
7541
|
for (r = e.onRecoverableError, n = 0; n < t.length; n++)
|
|
7542
7542
|
i = t[n], r(i.value, { componentStack: i.stack, digest: i.digest });
|
|
7543
7543
|
if (Ai)
|
|
@@ -7552,7 +7552,7 @@ function _n() {
|
|
|
7552
7552
|
var r = !1;
|
|
7553
7553
|
else {
|
|
7554
7554
|
if (e = Et, Et = null, Mi = 0, F & 6)
|
|
7555
|
-
throw Error(
|
|
7555
|
+
throw Error(x(331));
|
|
7556
7556
|
var i = F;
|
|
7557
7557
|
for (F |= 4, R = e.current; R !== null; ) {
|
|
7558
7558
|
var o = R, u = o.child;
|
|
@@ -7669,7 +7669,7 @@ function _n() {
|
|
|
7669
7669
|
return !1;
|
|
7670
7670
|
}
|
|
7671
7671
|
function fs(e, t, n) {
|
|
7672
|
-
t = Tn(n, t), t = _c(e, t, 1), e = Rt(e, t, 1), t = ve(), e !== null && (Nr(e, 1, t),
|
|
7672
|
+
t = Tn(n, t), t = _c(e, t, 1), e = Rt(e, t, 1), t = ve(), e !== null && (Nr(e, 1, t), xe(e, t));
|
|
7673
7673
|
}
|
|
7674
7674
|
function J(e, t, n) {
|
|
7675
7675
|
if (e.tag === 3)
|
|
@@ -7682,7 +7682,7 @@ function J(e, t, n) {
|
|
|
7682
7682
|
} else if (t.tag === 1) {
|
|
7683
7683
|
var r = t.stateNode;
|
|
7684
7684
|
if (typeof t.type.getDerivedStateFromError == "function" || typeof r.componentDidCatch == "function" && (Tt === null || !Tt.has(r))) {
|
|
7685
|
-
e = Tn(n, e), e = Cc(t, e, 1), t = Rt(t, e, 1), e = ve(), t !== null && (Nr(t, 1, e),
|
|
7685
|
+
e = Tn(n, e), e = Cc(t, e, 1), t = Rt(t, e, 1), e = ve(), t !== null && (Nr(t, 1, e), xe(t, e));
|
|
7686
7686
|
break;
|
|
7687
7687
|
}
|
|
7688
7688
|
}
|
|
@@ -7691,12 +7691,12 @@ function J(e, t, n) {
|
|
|
7691
7691
|
}
|
|
7692
7692
|
function ug(e, t, n) {
|
|
7693
7693
|
var r = e.pingCache;
|
|
7694
|
-
r !== null && r.delete(t), t = ve(), e.pingedLanes |= e.suspendedLanes & n, ie === e && (ue & n) === n && (te === 4 || te === 3 && (ue & 130023424) === ue && 500 > Y() - Ca ? Qt(e, 0) : _a |= n),
|
|
7694
|
+
r !== null && r.delete(t), t = ve(), e.pingedLanes |= e.suspendedLanes & n, ie === e && (ue & n) === n && (te === 4 || te === 3 && (ue & 130023424) === ue && 500 > Y() - Ca ? Qt(e, 0) : _a |= n), xe(e, t);
|
|
7695
7695
|
}
|
|
7696
7696
|
function Qc(e, t) {
|
|
7697
7697
|
t === 0 && (e.mode & 1 ? (t = $r, $r <<= 1, !($r & 130023424) && ($r = 4194304)) : t = 1);
|
|
7698
7698
|
var n = ve();
|
|
7699
|
-
e = gt(e, t), e !== null && (Nr(e, t, n),
|
|
7699
|
+
e = gt(e, t), e !== null && (Nr(e, t, n), xe(e, n));
|
|
7700
7700
|
}
|
|
7701
7701
|
function ag(e) {
|
|
7702
7702
|
var t = e.memoizedState, n = 0;
|
|
@@ -7713,7 +7713,7 @@ function lg(e, t) {
|
|
|
7713
7713
|
r = e.stateNode;
|
|
7714
7714
|
break;
|
|
7715
7715
|
default:
|
|
7716
|
-
throw Error(
|
|
7716
|
+
throw Error(x(314));
|
|
7717
7717
|
}
|
|
7718
7718
|
r !== null && r.delete(t), Qc(e, n);
|
|
7719
7719
|
}
|
|
@@ -7736,7 +7736,7 @@ Xc = function(e, t, n) {
|
|
|
7736
7736
|
var i = Ln(t, pe.current);
|
|
7737
7737
|
En(t, n), i = Sa(null, t, r, e, i, n);
|
|
7738
7738
|
var o = ka();
|
|
7739
|
-
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,
|
|
7739
|
+
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, Oe(r) ? (o = !0, Ci(t)) : o = !1, t.memoizedState = i.state !== null && i.state !== void 0 ? i.state : null, ga(t), i.updater = Gi, t.stateNode = i, i._reactInternals = t, wu(t, r, e, n), t = Ou(null, t, r, !0, o, n)) : (t.tag = 0, b && o && la(t), he(null, t, i, n), t = t.child), t;
|
|
7740
7740
|
case 16:
|
|
7741
7741
|
r = t.elementType;
|
|
7742
7742
|
e: {
|
|
@@ -7754,7 +7754,7 @@ Xc = function(e, t, n) {
|
|
|
7754
7754
|
t = Zl(null, t, r, He(r.type, e), n);
|
|
7755
7755
|
break e;
|
|
7756
7756
|
}
|
|
7757
|
-
throw Error(
|
|
7757
|
+
throw Error(x(
|
|
7758
7758
|
306,
|
|
7759
7759
|
r,
|
|
7760
7760
|
""
|
|
@@ -7768,15 +7768,15 @@ Xc = function(e, t, n) {
|
|
|
7768
7768
|
case 3:
|
|
7769
7769
|
e: {
|
|
7770
7770
|
if (Rc(t), e === null)
|
|
7771
|
-
throw Error(
|
|
7771
|
+
throw Error(x(387));
|
|
7772
7772
|
r = t.pendingProps, o = t.memoizedState, i = o.element, tc(e, t), Ti(t, r, null, n);
|
|
7773
7773
|
var u = t.memoizedState;
|
|
7774
7774
|
if (r = u.element, o.isDehydrated)
|
|
7775
7775
|
if (o = { element: r, isDehydrated: !1, cache: u.cache, pendingSuspenseBoundaries: u.pendingSuspenseBoundaries, transitions: u.transitions }, t.updateQueue.baseState = o, t.memoizedState = o, t.flags & 256) {
|
|
7776
|
-
i = Tn(Error(
|
|
7776
|
+
i = Tn(Error(x(423)), t), t = ts(e, t, r, n, i);
|
|
7777
7777
|
break e;
|
|
7778
7778
|
} else if (r !== i) {
|
|
7779
|
-
i = Tn(Error(
|
|
7779
|
+
i = Tn(Error(x(424)), t), t = ts(e, t, r, n, i);
|
|
7780
7780
|
break e;
|
|
7781
7781
|
} else
|
|
7782
7782
|
for (Ce = jt(t.stateNode.containerInfo.firstChild), Ne = t, b = !0, We = null, n = oc(t, null, r, n), t.child = n; n; )
|
|
@@ -7844,7 +7844,7 @@ Xc = function(e, t, n) {
|
|
|
7844
7844
|
u = o.type === t.type ? null : o.child;
|
|
7845
7845
|
else if (o.tag === 18) {
|
|
7846
7846
|
if (u = o.return, u === null)
|
|
7847
|
-
throw Error(
|
|
7847
|
+
throw Error(x(341));
|
|
7848
7848
|
u.lanes |= n, a = u.alternate, a !== null && (a.lanes |= n), mu(u, n, t), u = o.sibling;
|
|
7849
7849
|
} else
|
|
7850
7850
|
u = o.child;
|
|
@@ -7874,13 +7874,13 @@ Xc = function(e, t, n) {
|
|
|
7874
7874
|
case 15:
|
|
7875
7875
|
return Lc(e, t, t.type, t.pendingProps, n);
|
|
7876
7876
|
case 17:
|
|
7877
|
-
return r = t.type, i = t.pendingProps, i = t.elementType === r ? i : He(r, i), fi(e, t), t.tag = 1,
|
|
7877
|
+
return r = t.type, i = t.pendingProps, i = t.elementType === r ? i : He(r, i), fi(e, t), t.tag = 1, Oe(r) ? (e = !0, Ci(t)) : e = !1, En(t, n), rc(t, r, i), wu(t, r, i, n), Ou(null, t, r, !0, e, n);
|
|
7878
7878
|
case 19:
|
|
7879
7879
|
return Dc(e, t, n);
|
|
7880
7880
|
case 22:
|
|
7881
7881
|
return Nc(e, t, n);
|
|
7882
7882
|
}
|
|
7883
|
-
throw Error(
|
|
7883
|
+
throw Error(x(156, t.tag));
|
|
7884
7884
|
};
|
|
7885
7885
|
function Jc(e, t) {
|
|
7886
7886
|
return kf(e, t);
|
|
@@ -7950,7 +7950,7 @@ function pi(e, t, n, r, i, o) {
|
|
|
7950
7950
|
u = 16, r = null;
|
|
7951
7951
|
break e;
|
|
7952
7952
|
}
|
|
7953
|
-
throw Error(
|
|
7953
|
+
throw Error(x(130, e == null ? e : typeof e, ""));
|
|
7954
7954
|
}
|
|
7955
7955
|
return t = Ae(u, n, t, i), t.elementType = e, t.type = r, t.lanes = o, t;
|
|
7956
7956
|
}
|
|
@@ -7982,7 +7982,7 @@ function Yc(e) {
|
|
|
7982
7982
|
e = e._reactInternals;
|
|
7983
7983
|
e: {
|
|
7984
7984
|
if (nn(e) !== e || e.tag !== 1)
|
|
7985
|
-
throw Error(
|
|
7985
|
+
throw Error(x(170));
|
|
7986
7986
|
var t = e;
|
|
7987
7987
|
do {
|
|
7988
7988
|
switch (t.tag) {
|
|
@@ -7990,24 +7990,24 @@ function Yc(e) {
|
|
|
7990
7990
|
t = t.stateNode.context;
|
|
7991
7991
|
break e;
|
|
7992
7992
|
case 1:
|
|
7993
|
-
if (
|
|
7993
|
+
if (Oe(t.type)) {
|
|
7994
7994
|
t = t.stateNode.__reactInternalMemoizedMergedChildContext;
|
|
7995
7995
|
break e;
|
|
7996
7996
|
}
|
|
7997
7997
|
}
|
|
7998
7998
|
t = t.return;
|
|
7999
7999
|
} while (t !== null);
|
|
8000
|
-
throw Error(
|
|
8000
|
+
throw Error(x(171));
|
|
8001
8001
|
}
|
|
8002
8002
|
if (e.tag === 1) {
|
|
8003
8003
|
var n = e.type;
|
|
8004
|
-
if (
|
|
8004
|
+
if (Oe(n))
|
|
8005
8005
|
return Jf(e, n, t);
|
|
8006
8006
|
}
|
|
8007
8007
|
return t;
|
|
8008
8008
|
}
|
|
8009
8009
|
function Gc(e, t, n, r, i, o, u, a, l) {
|
|
8010
|
-
return e = Ta(n, r, !0, e, i, o, u, a, l), e.context = Yc(null), n = e.current, r = ve(), i = Dt(n), o = ct(r, i), o.callback = t ?? null, Rt(n, o, i), e.current.lanes = i, Nr(e, i, r),
|
|
8010
|
+
return e = Ta(n, r, !0, e, i, o, u, a, l), e.context = Yc(null), n = e.current, r = ve(), i = Dt(n), o = ct(r, i), o.callback = t ?? null, Rt(n, o, i), e.current.lanes = i, Nr(e, i, r), xe(e, r), e;
|
|
8011
8011
|
}
|
|
8012
8012
|
function no(e, t, n, r) {
|
|
8013
8013
|
var i = t.current, o = ve(), u = Dt(i);
|
|
@@ -8044,7 +8044,7 @@ function Ia(e) {
|
|
|
8044
8044
|
ro.prototype.render = Ia.prototype.render = function(e) {
|
|
8045
8045
|
var t = this._internalRoot;
|
|
8046
8046
|
if (t === null)
|
|
8047
|
-
throw Error(
|
|
8047
|
+
throw Error(x(409));
|
|
8048
8048
|
no(e, t, null, null);
|
|
8049
8049
|
};
|
|
8050
8050
|
ro.prototype.unmount = Ia.prototype.unmount = function() {
|
|
@@ -8064,9 +8064,9 @@ ro.prototype.unstable_scheduleHydration = function(e) {
|
|
|
8064
8064
|
if (e) {
|
|
8065
8065
|
var t = Lf();
|
|
8066
8066
|
e = { blockedOn: null, target: e, priority: t };
|
|
8067
|
-
for (var n = 0; n <
|
|
8067
|
+
for (var n = 0; n < Ot.length && t !== 0 && t < Ot[n].priority; n++)
|
|
8068
8068
|
;
|
|
8069
|
-
|
|
8069
|
+
Ot.splice(n, 0, e), n === 0 && jf(e);
|
|
8070
8070
|
}
|
|
8071
8071
|
};
|
|
8072
8072
|
function za(e) {
|
|
@@ -8125,7 +8125,7 @@ _f = function(e) {
|
|
|
8125
8125
|
var t = e.stateNode;
|
|
8126
8126
|
if (t.current.memoizedState.isDehydrated) {
|
|
8127
8127
|
var n = Yn(t.pendingLanes);
|
|
8128
|
-
n !== 0 && (ea(t, n | 1),
|
|
8128
|
+
n !== 0 && (ea(t, n | 1), xe(t, Y()), !(F & 6) && (Dn = Y() + 500, $t()));
|
|
8129
8129
|
}
|
|
8130
8130
|
break;
|
|
8131
8131
|
case 13:
|
|
@@ -8180,7 +8180,7 @@ tu = function(e, t, n) {
|
|
|
8180
8180
|
if (r !== e && r.form === e.form) {
|
|
8181
8181
|
var i = Ji(r);
|
|
8182
8182
|
if (!i)
|
|
8183
|
-
throw Error(
|
|
8183
|
+
throw Error(x(90));
|
|
8184
8184
|
uf(r), Xo(r, i);
|
|
8185
8185
|
}
|
|
8186
8186
|
}
|
|
@@ -8210,12 +8210,12 @@ De.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = gg;
|
|
|
8210
8210
|
De.createPortal = function(e, t) {
|
|
8211
8211
|
var n = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
8212
8212
|
if (!za(t))
|
|
8213
|
-
throw Error(
|
|
8213
|
+
throw Error(x(200));
|
|
8214
8214
|
return dg(e, t, null, n);
|
|
8215
8215
|
};
|
|
8216
8216
|
De.createRoot = function(e, t) {
|
|
8217
8217
|
if (!za(e))
|
|
8218
|
-
throw Error(
|
|
8218
|
+
throw Error(x(299));
|
|
8219
8219
|
var n = !1, r = "", i = qc;
|
|
8220
8220
|
return t != null && (t.unstable_strictMode === !0 && (n = !0), t.identifierPrefix !== void 0 && (r = t.identifierPrefix), t.onRecoverableError !== void 0 && (i = t.onRecoverableError)), t = Ta(e, 1, !1, null, null, n, !1, r, i), e[ht] = t.current, vr(e.nodeType === 8 ? e.parentNode : e), new Ia(t);
|
|
8221
8221
|
};
|
|
@@ -8226,7 +8226,7 @@ De.findDOMNode = function(e) {
|
|
|
8226
8226
|
return e;
|
|
8227
8227
|
var t = e._reactInternals;
|
|
8228
8228
|
if (t === void 0)
|
|
8229
|
-
throw typeof e.render == "function" ? Error(
|
|
8229
|
+
throw typeof e.render == "function" ? Error(x(188)) : (e = Object.keys(e).join(","), Error(x(268, e)));
|
|
8230
8230
|
return e = wf(t), e = e === null ? null : e.stateNode, e;
|
|
8231
8231
|
};
|
|
8232
8232
|
De.flushSync = function(e) {
|
|
@@ -8234,12 +8234,12 @@ De.flushSync = function(e) {
|
|
|
8234
8234
|
};
|
|
8235
8235
|
De.hydrate = function(e, t, n) {
|
|
8236
8236
|
if (!io(t))
|
|
8237
|
-
throw Error(
|
|
8237
|
+
throw Error(x(200));
|
|
8238
8238
|
return oo(null, e, t, !0, n);
|
|
8239
8239
|
};
|
|
8240
8240
|
De.hydrateRoot = function(e, t, n) {
|
|
8241
8241
|
if (!za(e))
|
|
8242
|
-
throw Error(
|
|
8242
|
+
throw Error(x(405));
|
|
8243
8243
|
var r = n != null && n.hydratedSources || null, i = !1, o = "", u = qc;
|
|
8244
8244
|
if (n != null && (n.unstable_strictMode === !0 && (i = !0), n.identifierPrefix !== void 0 && (o = n.identifierPrefix), n.onRecoverableError !== void 0 && (u = n.onRecoverableError)), t = Gc(t, null, e, 1, n ?? null, i, !1, o, u), e[ht] = t.current, vr(e), r)
|
|
8245
8245
|
for (e = 0; e < r.length; e++)
|
|
@@ -8251,12 +8251,12 @@ De.hydrateRoot = function(e, t, n) {
|
|
|
8251
8251
|
};
|
|
8252
8252
|
De.render = function(e, t, n) {
|
|
8253
8253
|
if (!io(t))
|
|
8254
|
-
throw Error(
|
|
8254
|
+
throw Error(x(200));
|
|
8255
8255
|
return oo(null, e, t, !1, n);
|
|
8256
8256
|
};
|
|
8257
8257
|
De.unmountComponentAtNode = function(e) {
|
|
8258
8258
|
if (!io(e))
|
|
8259
|
-
throw Error(
|
|
8259
|
+
throw Error(x(40));
|
|
8260
8260
|
return e._reactRootContainer ? (Zt(function() {
|
|
8261
8261
|
oo(null, null, e, !1, function() {
|
|
8262
8262
|
e._reactRootContainer = null, e[ht] = null;
|
|
@@ -8266,9 +8266,9 @@ De.unmountComponentAtNode = function(e) {
|
|
|
8266
8266
|
De.unstable_batchedUpdates = La;
|
|
8267
8267
|
De.unstable_renderSubtreeIntoContainer = function(e, t, n, r) {
|
|
8268
8268
|
if (!io(n))
|
|
8269
|
-
throw Error(
|
|
8269
|
+
throw Error(x(200));
|
|
8270
8270
|
if (e == null || e._reactInternals === void 0)
|
|
8271
|
-
throw Error(
|
|
8271
|
+
throw Error(x(38));
|
|
8272
8272
|
return oo(e, t, n, !1, r);
|
|
8273
8273
|
};
|
|
8274
8274
|
De.version = "18.2.0-next-9e3b772b8-20220608";
|
|
@@ -8295,7 +8295,7 @@ const wg = {
|
|
|
8295
8295
|
}, kg = {
|
|
8296
8296
|
stringify: (e) => e ? "true" : "false",
|
|
8297
8297
|
parse: (e) => /^[ty1-9]/i.test(e)
|
|
8298
|
-
},
|
|
8298
|
+
}, Og = {
|
|
8299
8299
|
stringify: (e) => e.name,
|
|
8300
8300
|
parse: (e, t) => {
|
|
8301
8301
|
const n = (() => {
|
|
@@ -8306,15 +8306,15 @@ const wg = {
|
|
|
8306
8306
|
})();
|
|
8307
8307
|
return typeof n == "function" ? n.bind(t) : void 0;
|
|
8308
8308
|
}
|
|
8309
|
-
},
|
|
8309
|
+
}, xg = {
|
|
8310
8310
|
stringify: (e) => JSON.stringify(e),
|
|
8311
8311
|
parse: (e) => JSON.parse(e)
|
|
8312
8312
|
}, Ao = {
|
|
8313
8313
|
string: wg,
|
|
8314
8314
|
number: Sg,
|
|
8315
8315
|
boolean: kg,
|
|
8316
|
-
function:
|
|
8317
|
-
json:
|
|
8316
|
+
function: Og,
|
|
8317
|
+
json: xg
|
|
8318
8318
|
}, Mo = Symbol.for("r2wc.render"), Zr = Symbol.for("r2wc.connected"), Bt = Symbol.for("r2wc.context"), wt = Symbol.for("r2wc.props");
|
|
8319
8319
|
function Pg(e, t, n) {
|
|
8320
8320
|
var r, i, o;
|
|
@@ -8746,7 +8746,7 @@ function ks(e, t) {
|
|
|
8746
8746
|
}
|
|
8747
8747
|
return n;
|
|
8748
8748
|
}
|
|
8749
|
-
function
|
|
8749
|
+
function Os(e) {
|
|
8750
8750
|
for (var t = 1; t < arguments.length; t++) {
|
|
8751
8751
|
var n = arguments[t] != null ? arguments[t] : {};
|
|
8752
8752
|
t % 2 ? ks(Object(n), !0).forEach(function(r) {
|
|
@@ -8769,7 +8769,7 @@ var zu = {
|
|
|
8769
8769
|
};
|
|
8770
8770
|
function Yg() {
|
|
8771
8771
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
8772
|
-
zu =
|
|
8772
|
+
zu = Os(Os({}, zu), e);
|
|
8773
8773
|
}
|
|
8774
8774
|
function Gg() {
|
|
8775
8775
|
return zu;
|
|
@@ -8834,7 +8834,7 @@ function nv(e, t) {
|
|
|
8834
8834
|
function rv(e, t) {
|
|
8835
8835
|
return Ws(e) || nv(e, t) || Ks(e, t) || Qs();
|
|
8836
8836
|
}
|
|
8837
|
-
function
|
|
8837
|
+
function xs(e, t) {
|
|
8838
8838
|
var n = Object.keys(e);
|
|
8839
8839
|
if (Object.getOwnPropertySymbols) {
|
|
8840
8840
|
var r = Object.getOwnPropertySymbols(e);
|
|
@@ -8847,9 +8847,9 @@ function Os(e, t) {
|
|
|
8847
8847
|
function Uo(e) {
|
|
8848
8848
|
for (var t = 1; t < arguments.length; t++) {
|
|
8849
8849
|
var n = arguments[t] != null ? arguments[t] : {};
|
|
8850
|
-
t % 2 ?
|
|
8850
|
+
t % 2 ? xs(Object(n), !0).forEach(function(r) {
|
|
8851
8851
|
rt(e, r, n[r]);
|
|
8852
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) :
|
|
8852
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : xs(Object(n)).forEach(function(r) {
|
|
8853
8853
|
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(n, r));
|
|
8854
8854
|
});
|
|
8855
8855
|
}
|
|
@@ -9121,54 +9121,54 @@ function gv() {
|
|
|
9121
9121
|
return typeof w != "string" && (w = String(w)), w;
|
|
9122
9122
|
}
|
|
9123
9123
|
function m(w) {
|
|
9124
|
-
var
|
|
9124
|
+
var O = {
|
|
9125
9125
|
next: function() {
|
|
9126
9126
|
var D = w.shift();
|
|
9127
9127
|
return { done: D === void 0, value: D };
|
|
9128
9128
|
}
|
|
9129
9129
|
};
|
|
9130
|
-
return l.iterable && (
|
|
9131
|
-
return
|
|
9132
|
-
}),
|
|
9130
|
+
return l.iterable && (O[Symbol.iterator] = function() {
|
|
9131
|
+
return O;
|
|
9132
|
+
}), O;
|
|
9133
9133
|
}
|
|
9134
9134
|
function y(w) {
|
|
9135
|
-
this.map = {}, w instanceof y ? w.forEach(function(
|
|
9136
|
-
this.append(D,
|
|
9137
|
-
}, this) : Array.isArray(w) ? w.forEach(function(
|
|
9138
|
-
this.append(
|
|
9139
|
-
}, this) : w && Object.getOwnPropertyNames(w).forEach(function(
|
|
9140
|
-
this.append(
|
|
9135
|
+
this.map = {}, w instanceof y ? w.forEach(function(O, D) {
|
|
9136
|
+
this.append(D, O);
|
|
9137
|
+
}, this) : Array.isArray(w) ? w.forEach(function(O) {
|
|
9138
|
+
this.append(O[0], O[1]);
|
|
9139
|
+
}, this) : w && Object.getOwnPropertyNames(w).forEach(function(O) {
|
|
9140
|
+
this.append(O, w[O]);
|
|
9141
9141
|
}, this);
|
|
9142
9142
|
}
|
|
9143
|
-
y.prototype.append = function(w,
|
|
9144
|
-
w = p(w),
|
|
9143
|
+
y.prototype.append = function(w, O) {
|
|
9144
|
+
w = p(w), O = v(O);
|
|
9145
9145
|
var D = this.map[w];
|
|
9146
|
-
this.map[w] = D ? D + ", " +
|
|
9146
|
+
this.map[w] = D ? D + ", " + O : O;
|
|
9147
9147
|
}, y.prototype.delete = function(w) {
|
|
9148
9148
|
delete this.map[p(w)];
|
|
9149
9149
|
}, y.prototype.get = function(w) {
|
|
9150
9150
|
return w = p(w), this.has(w) ? this.map[w] : null;
|
|
9151
9151
|
}, y.prototype.has = function(w) {
|
|
9152
9152
|
return this.map.hasOwnProperty(p(w));
|
|
9153
|
-
}, y.prototype.set = function(w,
|
|
9154
|
-
this.map[p(w)] = v(
|
|
9155
|
-
}, y.prototype.forEach = function(w,
|
|
9153
|
+
}, y.prototype.set = function(w, O) {
|
|
9154
|
+
this.map[p(w)] = v(O);
|
|
9155
|
+
}, y.prototype.forEach = function(w, O) {
|
|
9156
9156
|
for (var D in this.map)
|
|
9157
|
-
this.map.hasOwnProperty(D) && w.call(
|
|
9157
|
+
this.map.hasOwnProperty(D) && w.call(O, this.map[D], D, this);
|
|
9158
9158
|
}, y.prototype.keys = function() {
|
|
9159
9159
|
var w = [];
|
|
9160
|
-
return this.forEach(function(
|
|
9160
|
+
return this.forEach(function(O, D) {
|
|
9161
9161
|
w.push(D);
|
|
9162
9162
|
}), m(w);
|
|
9163
9163
|
}, y.prototype.values = function() {
|
|
9164
9164
|
var w = [];
|
|
9165
|
-
return this.forEach(function(
|
|
9166
|
-
w.push(
|
|
9165
|
+
return this.forEach(function(O) {
|
|
9166
|
+
w.push(O);
|
|
9167
9167
|
}), m(w);
|
|
9168
9168
|
}, y.prototype.entries = function() {
|
|
9169
9169
|
var w = [];
|
|
9170
|
-
return this.forEach(function(
|
|
9171
|
-
w.push([D,
|
|
9170
|
+
return this.forEach(function(O, D) {
|
|
9171
|
+
w.push([D, O]);
|
|
9172
9172
|
}), m(w);
|
|
9173
9173
|
}, l.iterable && (y.prototype[Symbol.iterator] = y.prototype.entries);
|
|
9174
9174
|
function k(w) {
|
|
@@ -9177,32 +9177,32 @@ function gv() {
|
|
|
9177
9177
|
w.bodyUsed = !0;
|
|
9178
9178
|
}
|
|
9179
9179
|
function h(w) {
|
|
9180
|
-
return new Promise(function(
|
|
9180
|
+
return new Promise(function(O, D) {
|
|
9181
9181
|
w.onload = function() {
|
|
9182
|
-
|
|
9182
|
+
O(w.result);
|
|
9183
9183
|
}, w.onerror = function() {
|
|
9184
9184
|
D(w.error);
|
|
9185
9185
|
};
|
|
9186
9186
|
});
|
|
9187
9187
|
}
|
|
9188
9188
|
function c(w) {
|
|
9189
|
-
var
|
|
9190
|
-
return
|
|
9189
|
+
var O = new FileReader(), D = h(O);
|
|
9190
|
+
return O.readAsArrayBuffer(w), D;
|
|
9191
9191
|
}
|
|
9192
9192
|
function g(w) {
|
|
9193
|
-
var
|
|
9194
|
-
return
|
|
9193
|
+
var O = new FileReader(), D = h(O);
|
|
9194
|
+
return O.readAsText(w), D;
|
|
9195
9195
|
}
|
|
9196
9196
|
function S(w) {
|
|
9197
|
-
for (var
|
|
9198
|
-
D[P] = String.fromCharCode(
|
|
9197
|
+
for (var O = new Uint8Array(w), D = new Array(O.length), P = 0; P < O.length; P++)
|
|
9198
|
+
D[P] = String.fromCharCode(O[P]);
|
|
9199
9199
|
return D.join("");
|
|
9200
9200
|
}
|
|
9201
9201
|
function E(w) {
|
|
9202
9202
|
if (w.slice)
|
|
9203
9203
|
return w.slice(0);
|
|
9204
|
-
var
|
|
9205
|
-
return
|
|
9204
|
+
var O = new Uint8Array(w.byteLength);
|
|
9205
|
+
return O.set(new Uint8Array(w)), O.buffer;
|
|
9206
9206
|
}
|
|
9207
9207
|
function _() {
|
|
9208
9208
|
return this.bodyUsed = !1, this._initBody = function(w) {
|
|
@@ -9248,23 +9248,23 @@ function gv() {
|
|
|
9248
9248
|
}
|
|
9249
9249
|
var C = ["DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT"];
|
|
9250
9250
|
function L(w) {
|
|
9251
|
-
var
|
|
9252
|
-
return C.indexOf(
|
|
9251
|
+
var O = w.toUpperCase();
|
|
9252
|
+
return C.indexOf(O) > -1 ? O : w;
|
|
9253
9253
|
}
|
|
9254
|
-
function I(w,
|
|
9254
|
+
function I(w, O) {
|
|
9255
9255
|
if (!(this instanceof I))
|
|
9256
9256
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
9257
|
-
|
|
9258
|
-
var D =
|
|
9257
|
+
O = O || {};
|
|
9258
|
+
var D = O.body;
|
|
9259
9259
|
if (w instanceof I) {
|
|
9260
9260
|
if (w.bodyUsed)
|
|
9261
9261
|
throw new TypeError("Already read");
|
|
9262
|
-
this.url = w.url, this.credentials = w.credentials,
|
|
9262
|
+
this.url = w.url, this.credentials = w.credentials, O.headers || (this.headers = new y(w.headers)), this.method = w.method, this.mode = w.mode, this.signal = w.signal, !D && w._bodyInit != null && (D = w._bodyInit, w.bodyUsed = !0);
|
|
9263
9263
|
} else
|
|
9264
9264
|
this.url = String(w);
|
|
9265
|
-
if (this.credentials =
|
|
9265
|
+
if (this.credentials = O.credentials || this.credentials || "same-origin", (O.headers || !this.headers) && (this.headers = new y(O.headers)), this.method = L(O.method || this.method || "GET"), this.mode = O.mode || this.mode || null, this.signal = O.signal || this.signal, this.referrer = null, (this.method === "GET" || this.method === "HEAD") && D)
|
|
9266
9266
|
throw new TypeError("Body not allowed for GET or HEAD requests");
|
|
9267
|
-
if (this._initBody(D), (this.method === "GET" || this.method === "HEAD") && (
|
|
9267
|
+
if (this._initBody(D), (this.method === "GET" || this.method === "HEAD") && (O.cache === "no-store" || O.cache === "no-cache")) {
|
|
9268
9268
|
var P = /([?&])_=[^&]*/;
|
|
9269
9269
|
if (P.test(this.url))
|
|
9270
9270
|
this.url = this.url.replace(P, "$1_=" + (/* @__PURE__ */ new Date()).getTime());
|
|
@@ -9278,16 +9278,16 @@ function gv() {
|
|
|
9278
9278
|
return new I(this, { body: this._bodyInit });
|
|
9279
9279
|
};
|
|
9280
9280
|
function T(w) {
|
|
9281
|
-
var
|
|
9281
|
+
var O = new FormData();
|
|
9282
9282
|
return w.trim().split("&").forEach(function(D) {
|
|
9283
9283
|
if (D) {
|
|
9284
9284
|
var P = D.split("="), j = P.shift().replace(/\+/g, " "), N = P.join("=").replace(/\+/g, " ");
|
|
9285
|
-
|
|
9285
|
+
O.append(decodeURIComponent(j), decodeURIComponent(N));
|
|
9286
9286
|
}
|
|
9287
|
-
}),
|
|
9287
|
+
}), O;
|
|
9288
9288
|
}
|
|
9289
9289
|
function G(w) {
|
|
9290
|
-
var
|
|
9290
|
+
var O = new y(), D = w.replace(/\r?\n[\t ]+/g, " ");
|
|
9291
9291
|
return D.split("\r").map(function(P) {
|
|
9292
9292
|
return P.indexOf(`
|
|
9293
9293
|
`) === 0 ? P.substr(1, P.length) : P;
|
|
@@ -9295,15 +9295,15 @@ function gv() {
|
|
|
9295
9295
|
var j = P.split(":"), N = j.shift().trim();
|
|
9296
9296
|
if (N) {
|
|
9297
9297
|
var A = j.join(":").trim();
|
|
9298
|
-
|
|
9298
|
+
O.append(N, A);
|
|
9299
9299
|
}
|
|
9300
|
-
}),
|
|
9300
|
+
}), O;
|
|
9301
9301
|
}
|
|
9302
9302
|
_.call(I.prototype);
|
|
9303
|
-
function K(w,
|
|
9303
|
+
function K(w, O) {
|
|
9304
9304
|
if (!(this instanceof K))
|
|
9305
9305
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
9306
|
-
|
|
9306
|
+
O || (O = {}), this.type = "default", this.status = O.status === void 0 ? 200 : O.status, this.ok = this.status >= 200 && this.status < 300, this.statusText = O.statusText === void 0 ? "" : "" + O.statusText, this.headers = new y(O.headers), this.url = O.url || "", this._initBody(w);
|
|
9307
9307
|
}
|
|
9308
9308
|
_.call(K.prototype), K.prototype.clone = function() {
|
|
9309
9309
|
return new K(this._bodyInit, {
|
|
@@ -9317,23 +9317,23 @@ function gv() {
|
|
|
9317
9317
|
return w.type = "error", w;
|
|
9318
9318
|
};
|
|
9319
9319
|
var it = [301, 302, 303, 307, 308];
|
|
9320
|
-
K.redirect = function(w,
|
|
9321
|
-
if (it.indexOf(
|
|
9320
|
+
K.redirect = function(w, O) {
|
|
9321
|
+
if (it.indexOf(O) === -1)
|
|
9322
9322
|
throw new RangeError("Invalid status code");
|
|
9323
|
-
return new K(null, { status:
|
|
9323
|
+
return new K(null, { status: O, headers: { location: w } });
|
|
9324
9324
|
}, u.DOMException = a.DOMException;
|
|
9325
9325
|
try {
|
|
9326
9326
|
new u.DOMException();
|
|
9327
9327
|
} catch {
|
|
9328
|
-
u.DOMException = function(
|
|
9329
|
-
this.message =
|
|
9330
|
-
var P = Error(
|
|
9328
|
+
u.DOMException = function(O, D) {
|
|
9329
|
+
this.message = O, this.name = D;
|
|
9330
|
+
var P = Error(O);
|
|
9331
9331
|
this.stack = P.stack;
|
|
9332
9332
|
}, u.DOMException.prototype = Object.create(Error.prototype), u.DOMException.prototype.constructor = u.DOMException;
|
|
9333
9333
|
}
|
|
9334
|
-
function Pe(w,
|
|
9334
|
+
function Pe(w, O) {
|
|
9335
9335
|
return new Promise(function(D, P) {
|
|
9336
|
-
var j = new I(w,
|
|
9336
|
+
var j = new I(w, O);
|
|
9337
9337
|
if (j.signal && j.signal.aborted)
|
|
9338
9338
|
return P(new u.DOMException("Aborted", "AbortError"));
|
|
9339
9339
|
var N = new XMLHttpRequest();
|
|
@@ -9371,8 +9371,8 @@ function gv() {
|
|
|
9371
9371
|
return Z;
|
|
9372
9372
|
}
|
|
9373
9373
|
}
|
|
9374
|
-
N.open(j.method, Q(j.url), !0), j.credentials === "include" ? N.withCredentials = !0 : j.credentials === "omit" && (N.withCredentials = !1), "responseType" in N && (l.blob ? N.responseType = "blob" : l.arrayBuffer && j.headers.get("Content-Type") && j.headers.get("Content-Type").indexOf("application/octet-stream") !== -1 && (N.responseType = "arraybuffer")),
|
|
9375
|
-
N.setRequestHeader(Z, v(
|
|
9374
|
+
N.open(j.method, Q(j.url), !0), j.credentials === "include" ? N.withCredentials = !0 : j.credentials === "omit" && (N.withCredentials = !1), "responseType" in N && (l.blob ? N.responseType = "blob" : l.arrayBuffer && j.headers.get("Content-Type") && j.headers.get("Content-Type").indexOf("application/octet-stream") !== -1 && (N.responseType = "arraybuffer")), O && typeof O.headers == "object" && !(O.headers instanceof y) ? Object.getOwnPropertyNames(O.headers).forEach(function(Z) {
|
|
9375
|
+
N.setRequestHeader(Z, v(O.headers[Z]));
|
|
9376
9376
|
}) : j.headers.forEach(function(Z, ne) {
|
|
9377
9377
|
N.setRequestHeader(ne, Z);
|
|
9378
9378
|
}), j.signal && (j.signal.addEventListener("abort", A), N.onreadystatechange = function() {
|
|
@@ -9563,7 +9563,7 @@ function $o(e) {
|
|
|
9563
9563
|
}
|
|
9564
9564
|
return e;
|
|
9565
9565
|
}
|
|
9566
|
-
function
|
|
9566
|
+
function Ov(e, t) {
|
|
9567
9567
|
if (!(e instanceof t))
|
|
9568
9568
|
throw new TypeError("Cannot call a class as a function");
|
|
9569
9569
|
}
|
|
@@ -9573,7 +9573,7 @@ function Ts(e, t) {
|
|
|
9573
9573
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(e, pd(r.key), r);
|
|
9574
9574
|
}
|
|
9575
9575
|
}
|
|
9576
|
-
function
|
|
9576
|
+
function xv(e, t, n) {
|
|
9577
9577
|
return t && Ts(e.prototype, t), n && Ts(e, n), Object.defineProperty(e, "prototype", { writable: !1 }), e;
|
|
9578
9578
|
}
|
|
9579
9579
|
function dd(e, t, n) {
|
|
@@ -9624,9 +9624,9 @@ var Ev = function() {
|
|
|
9624
9624
|
}, hd = function() {
|
|
9625
9625
|
function e(t) {
|
|
9626
9626
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
9627
|
-
|
|
9627
|
+
Ov(this, e), this.services = t, this.options = n, this.allOptions = r, this.type = "backend", this.init(t, n, r);
|
|
9628
9628
|
}
|
|
9629
|
-
return
|
|
9629
|
+
return xv(e, [{
|
|
9630
9630
|
key: "init",
|
|
9631
9631
|
value: function(n) {
|
|
9632
9632
|
var r = this, i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
@@ -9750,7 +9750,10 @@ le.use(ld).use(ev).use(rd).init({
|
|
|
9750
9750
|
{
|
|
9751
9751
|
// loadPath: 'https://ukpcsaprod.blob.core.windows.net/lib/translations/{{lng}}/{{ns}}.json',
|
|
9752
9752
|
loadPath: () => {
|
|
9753
|
-
|
|
9753
|
+
var t;
|
|
9754
|
+
if ((t = window == null ? void 0 : window.env) != null && t.TRANSLATION_URL)
|
|
9755
|
+
return `${window.env.TRANSLATION_URL}/{{lng}}`;
|
|
9756
|
+
const e = window.env.VITE_BASE_URL || window.env.REACT_APP_BASE_URL || location.protocol + "//" + location.host;
|
|
9754
9757
|
return console.log("url", e), `${e}/translations/{{lng}}`;
|
|
9755
9758
|
},
|
|
9756
9759
|
crossDomain: !0,
|