@confidencesystemsinc/sdk 1.4.4 → 1.4.5
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/hooks/usePlaybookExpandedTasks.d.ts +1 -0
- package/dist/index.cjs +42 -42
- package/dist/index.js +849 -854
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ var Gu = (e, r, o, i) => ({
|
|
|
13
13
|
});
|
|
14
14
|
import { jsx as oe, Fragment as nn, jsxs as rt } from "react/jsx-runtime";
|
|
15
15
|
import * as fe from "react";
|
|
16
|
-
import it, { createContext as pa, forwardRef as yc, useRef as an, useEffect as An, useState as xt, useLayoutEffect as bc, useContext as ha, useMemo as
|
|
16
|
+
import it, { createContext as pa, forwardRef as yc, useRef as an, useEffect as An, useState as xt, useLayoutEffect as bc, useContext as ha, useMemo as Pt, useCallback as br, Fragment as Mf, isValidElement as fv, cloneElement as dv, createElement as pv, useId as wc } from "react";
|
|
17
17
|
import * as hv from "react-dom";
|
|
18
18
|
import { createPortal as qd } from "react-dom";
|
|
19
19
|
function mv(e) {
|
|
@@ -197,7 +197,7 @@ function gv() {
|
|
|
197
197
|
}
|
|
198
198
|
return 4 <= c.insertionMode || c.insertionMode === 0 ? W(1, null) : c;
|
|
199
199
|
}
|
|
200
|
-
var
|
|
200
|
+
var Q = /* @__PURE__ */ new Map();
|
|
201
201
|
function _(c, v, k) {
|
|
202
202
|
if (typeof k != "object") throw Error(r(62));
|
|
203
203
|
v = !0;
|
|
@@ -209,8 +209,8 @@ function gv() {
|
|
|
209
209
|
j = B(("" + j).trim());
|
|
210
210
|
} else {
|
|
211
211
|
L = T;
|
|
212
|
-
var H =
|
|
213
|
-
H !== void 0 || (H = B(L.replace(D, "-$1").toLowerCase().replace(P, "-ms-")),
|
|
212
|
+
var H = Q.get(L);
|
|
213
|
+
H !== void 0 || (H = B(L.replace(D, "-$1").toLowerCase().replace(P, "-ms-")), Q.set(L, H)), L = H, j = typeof j == "number" ? j === 0 || o.call(E, T) ? "" + j : j + "px" : B(("" + j).trim());
|
|
214
214
|
}
|
|
215
215
|
v ? (v = !1, c.push(' style="', L, ":", j)) : c.push(";", L, ":", j);
|
|
216
216
|
}
|
|
@@ -266,14 +266,14 @@ function gv() {
|
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
|
-
function
|
|
269
|
+
function ue(c, v, k) {
|
|
270
270
|
if (v != null) {
|
|
271
271
|
if (k != null) throw Error(r(60));
|
|
272
272
|
if (typeof v != "object" || !("__html" in v)) throw Error(r(61));
|
|
273
273
|
v = v.__html, v != null && c.push("" + v);
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
|
-
function
|
|
276
|
+
function K(c) {
|
|
277
277
|
var v = "";
|
|
278
278
|
return e.Children.forEach(c, function(k) {
|
|
279
279
|
k != null && (v += k);
|
|
@@ -295,7 +295,7 @@ function gv() {
|
|
|
295
295
|
ne(c, T, L, H);
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
return c.push(">"),
|
|
298
|
+
return c.push(">"), ue(c, j, k), typeof k == "string" ? (c.push(B(k)), null) : k;
|
|
299
299
|
}
|
|
300
300
|
var Oe = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, Ne = /* @__PURE__ */ new Map();
|
|
301
301
|
function De(c) {
|
|
@@ -312,30 +312,30 @@ function gv() {
|
|
|
312
312
|
c.push(De("select"));
|
|
313
313
|
var L = null, H = null;
|
|
314
314
|
for (we in k) if (o.call(k, we)) {
|
|
315
|
-
var
|
|
316
|
-
if (
|
|
315
|
+
var Z = k[we];
|
|
316
|
+
if (Z != null) switch (we) {
|
|
317
317
|
case "children":
|
|
318
|
-
L =
|
|
318
|
+
L = Z;
|
|
319
319
|
break;
|
|
320
320
|
case "dangerouslySetInnerHTML":
|
|
321
|
-
H =
|
|
321
|
+
H = Z;
|
|
322
322
|
break;
|
|
323
323
|
case "defaultValue":
|
|
324
324
|
case "value":
|
|
325
325
|
break;
|
|
326
326
|
default:
|
|
327
|
-
ne(c, T, we,
|
|
327
|
+
ne(c, T, we, Z);
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
|
-
return c.push(">"),
|
|
330
|
+
return c.push(">"), ue(c, H, L), L;
|
|
331
331
|
case "option":
|
|
332
332
|
H = j.selectedValue, c.push(De("option"));
|
|
333
|
-
var be =
|
|
333
|
+
var be = Z = null, Re = null, we = null;
|
|
334
334
|
for (L in k) if (o.call(k, L)) {
|
|
335
335
|
var Ue = k[L];
|
|
336
336
|
if (Ue != null) switch (L) {
|
|
337
337
|
case "children":
|
|
338
|
-
|
|
338
|
+
Z = Ue;
|
|
339
339
|
break;
|
|
340
340
|
case "selected":
|
|
341
341
|
Re = Ue;
|
|
@@ -349,7 +349,7 @@ function gv() {
|
|
|
349
349
|
ne(c, T, L, Ue);
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
|
-
if (H != null) if (k = be !== null ? "" + be :
|
|
352
|
+
if (H != null) if (k = be !== null ? "" + be : K(Z), I(H)) {
|
|
353
353
|
for (T = 0; T < H.length; T++)
|
|
354
354
|
if ("" + H[T] === k) {
|
|
355
355
|
c.push(' selected=""');
|
|
@@ -357,10 +357,10 @@ function gv() {
|
|
|
357
357
|
}
|
|
358
358
|
} else "" + H === k && c.push(' selected=""');
|
|
359
359
|
else Re && c.push(' selected=""');
|
|
360
|
-
return c.push(">"),
|
|
360
|
+
return c.push(">"), ue(c, we, Z), Z;
|
|
361
361
|
case "textarea":
|
|
362
362
|
c.push(De("textarea")), we = H = L = null;
|
|
363
|
-
for (
|
|
363
|
+
for (Z in k) if (o.call(k, Z) && (be = k[Z], be != null)) switch (Z) {
|
|
364
364
|
case "children":
|
|
365
365
|
we = be;
|
|
366
366
|
break;
|
|
@@ -376,7 +376,7 @@ function gv() {
|
|
|
376
376
|
ne(
|
|
377
377
|
c,
|
|
378
378
|
T,
|
|
379
|
-
|
|
379
|
+
Z,
|
|
380
380
|
be
|
|
381
381
|
);
|
|
382
382
|
}
|
|
@@ -389,7 +389,7 @@ function gv() {
|
|
|
389
389
|
` && c.push(`
|
|
390
390
|
`), L !== null && c.push(B("" + L)), null;
|
|
391
391
|
case "input":
|
|
392
|
-
c.push(De("input")), be = we =
|
|
392
|
+
c.push(De("input")), be = we = Z = L = null;
|
|
393
393
|
for (H in k) if (o.call(k, H) && (Re = k[H], Re != null)) switch (H) {
|
|
394
394
|
case "children":
|
|
395
395
|
case "dangerouslySetInnerHTML":
|
|
@@ -398,7 +398,7 @@ function gv() {
|
|
|
398
398
|
be = Re;
|
|
399
399
|
break;
|
|
400
400
|
case "defaultValue":
|
|
401
|
-
|
|
401
|
+
Z = Re;
|
|
402
402
|
break;
|
|
403
403
|
case "checked":
|
|
404
404
|
we = Re;
|
|
@@ -409,7 +409,7 @@ function gv() {
|
|
|
409
409
|
default:
|
|
410
410
|
ne(c, T, H, Re);
|
|
411
411
|
}
|
|
412
|
-
return we !== null ? ne(c, T, "checked", we) : be !== null && ne(c, T, "checked", be), L !== null ? ne(c, T, "value", L) :
|
|
412
|
+
return we !== null ? ne(c, T, "checked", we) : be !== null && ne(c, T, "checked", be), L !== null ? ne(c, T, "value", L) : Z !== null && ne(c, T, "value", Z), c.push("/>"), null;
|
|
413
413
|
case "menuitem":
|
|
414
414
|
c.push(De("menuitem"));
|
|
415
415
|
for (var Ct in k) if (o.call(k, Ct) && (L = k[Ct], L != null)) switch (Ct) {
|
|
@@ -435,15 +435,15 @@ function gv() {
|
|
|
435
435
|
case "listing":
|
|
436
436
|
case "pre":
|
|
437
437
|
c.push(De(v)), H = L = null;
|
|
438
|
-
for (be in k) if (o.call(k, be) && (
|
|
438
|
+
for (be in k) if (o.call(k, be) && (Z = k[be], Z != null)) switch (be) {
|
|
439
439
|
case "children":
|
|
440
|
-
L =
|
|
440
|
+
L = Z;
|
|
441
441
|
break;
|
|
442
442
|
case "dangerouslySetInnerHTML":
|
|
443
|
-
H =
|
|
443
|
+
H = Z;
|
|
444
444
|
break;
|
|
445
445
|
default:
|
|
446
|
-
ne(c, T, be,
|
|
446
|
+
ne(c, T, be, Z);
|
|
447
447
|
}
|
|
448
448
|
if (c.push(">"), H != null) {
|
|
449
449
|
if (L != null) throw Error(r(60));
|
|
@@ -497,23 +497,23 @@ function gv() {
|
|
|
497
497
|
default:
|
|
498
498
|
if (v.indexOf("-") === -1 && typeof k.is != "string") return ie(c, k, v, T);
|
|
499
499
|
c.push(De(v)), H = L = null;
|
|
500
|
-
for (Re in k) if (o.call(k, Re) && (
|
|
500
|
+
for (Re in k) if (o.call(k, Re) && (Z = k[Re], Z != null)) switch (Re) {
|
|
501
501
|
case "children":
|
|
502
|
-
L =
|
|
502
|
+
L = Z;
|
|
503
503
|
break;
|
|
504
504
|
case "dangerouslySetInnerHTML":
|
|
505
|
-
H =
|
|
505
|
+
H = Z;
|
|
506
506
|
break;
|
|
507
507
|
case "style":
|
|
508
|
-
_(c, T,
|
|
508
|
+
_(c, T, Z);
|
|
509
509
|
break;
|
|
510
510
|
case "suppressContentEditableWarning":
|
|
511
511
|
case "suppressHydrationWarning":
|
|
512
512
|
break;
|
|
513
513
|
default:
|
|
514
|
-
h(Re) && typeof
|
|
514
|
+
h(Re) && typeof Z != "function" && typeof Z != "symbol" && c.push(" ", Re, '="', B(Z), '"');
|
|
515
515
|
}
|
|
516
|
-
return c.push(">"),
|
|
516
|
+
return c.push(">"), ue(c, H, L), L;
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
519
|
function Ge(c, v, k) {
|
|
@@ -580,10 +580,10 @@ function gv() {
|
|
|
580
580
|
function ye(c, v) {
|
|
581
581
|
return v = v === void 0 ? "" : v, { bootstrapChunks: [], startInlineScript: "<script>", placeholderPrefix: v + "P:", segmentPrefix: v + "S:", boundaryPrefix: v + "B:", idPrefix: v, nextSuspenseID: 0, sentCompleteSegmentFunction: !1, sentCompleteBoundaryFunction: !1, sentClientRenderFunction: !1, generateStaticMarkup: c };
|
|
582
582
|
}
|
|
583
|
-
function
|
|
583
|
+
function Y(c, v, k, T) {
|
|
584
584
|
return k.generateStaticMarkup ? (c.push(B(v)), !1) : (v === "" ? c = T : (T && c.push("<!-- -->"), c.push(B(v)), c = !0), c);
|
|
585
585
|
}
|
|
586
|
-
var X = Object.assign,
|
|
586
|
+
var X = Object.assign, ce = Symbol.for("react.element"), he = Symbol.for("react.portal"), de = Symbol.for("react.fragment"), me = Symbol.for("react.strict_mode"), ae = Symbol.for("react.profiler"), le = Symbol.for("react.provider"), Ce = Symbol.for("react.context"), ke = Symbol.for("react.forward_ref"), Te = Symbol.for("react.suspense"), $e = Symbol.for("react.suspense_list"), re = Symbol.for("react.memo"), Be = Symbol.for("react.lazy"), nt = Symbol.for("react.scope"), jt = Symbol.for("react.debug_trace_mode"), zr = Symbol.for("react.legacy_hidden"), mo = Symbol.for("react.default_value"), zt = Symbol.iterator;
|
|
587
587
|
function Br(c) {
|
|
588
588
|
if (c == null) return null;
|
|
589
589
|
if (typeof c == "function") return c.displayName || c.name || null;
|
|
@@ -679,8 +679,8 @@ function gv() {
|
|
|
679
679
|
if (c.context = typeof H == "object" && H !== null ? H._currentValue2 : T, H = v.getDerivedStateFromProps, typeof H == "function" && (H = H(k, j), j = H == null ? j : X({}, j, H), c.state = j), typeof v.getDerivedStateFromProps != "function" && typeof c.getSnapshotBeforeUpdate != "function" && (typeof c.UNSAFE_componentWillMount == "function" || typeof c.componentWillMount == "function")) if (v = c.state, typeof c.componentWillMount == "function" && c.componentWillMount(), typeof c.UNSAFE_componentWillMount == "function" && c.UNSAFE_componentWillMount(), v !== c.state && Mn.enqueueReplaceState(c, c.state, null), L.queue !== null && 0 < L.queue.length) if (v = L.queue, H = L.replace, L.queue = null, L.replace = !1, H && v.length === 1) c.state = v[0];
|
|
680
680
|
else {
|
|
681
681
|
for (L = H ? v[0] : c.state, j = !0, H = H ? 1 : 0; H < v.length; H++) {
|
|
682
|
-
var
|
|
683
|
-
|
|
682
|
+
var Z = v[H];
|
|
683
|
+
Z = typeof Z == "function" ? Z.call(c, L, k, T) : Z, Z != null && (j ? (j = !1, L = X({}, L, Z)) : X(L, Z));
|
|
684
684
|
}
|
|
685
685
|
c.state = L;
|
|
686
686
|
}
|
|
@@ -803,21 +803,21 @@ function gv() {
|
|
|
803
803
|
if (k === void 0) throw Error(r(407));
|
|
804
804
|
return k();
|
|
805
805
|
} }, cn = null, Cr = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;
|
|
806
|
-
function
|
|
806
|
+
function At(c) {
|
|
807
807
|
return console.error(c), null;
|
|
808
808
|
}
|
|
809
809
|
function nr() {
|
|
810
810
|
}
|
|
811
|
-
function fn(c, v, k, T, j, L, H,
|
|
811
|
+
function fn(c, v, k, T, j, L, H, Z, be) {
|
|
812
812
|
var Re = [], we = /* @__PURE__ */ new Set();
|
|
813
|
-
return v = { destination: null, responseState: v, progressiveChunkSize: T === void 0 ? 12800 : T, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: we, pingedTasks: Re, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: j === void 0 ?
|
|
813
|
+
return v = { destination: null, responseState: v, progressiveChunkSize: T === void 0 ? 12800 : T, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: we, pingedTasks: Re, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: j === void 0 ? At : j, onAllReady: nr, onShellReady: H === void 0 ? nr : H, onShellError: nr, onFatalError: nr }, k = Rr(v, 0, null, k, !1, !1), k.parentFlushed = !0, c = Tr(v, c, null, k, we, Ur, null, yo), Re.push(c), v;
|
|
814
814
|
}
|
|
815
|
-
function Tr(c, v, k, T, j, L, H,
|
|
815
|
+
function Tr(c, v, k, T, j, L, H, Z) {
|
|
816
816
|
c.allPendingTasks++, k === null ? c.pendingRootTasks++ : k.pendingTasks++;
|
|
817
817
|
var be = { node: v, ping: function() {
|
|
818
818
|
var Re = c.pingedTasks;
|
|
819
819
|
Re.push(be), Re.length === 1 && kt(c);
|
|
820
|
-
}, blockedBoundary: k, blockedSegment: T, abortSet: j, legacyContext: L, context: H, treeContext:
|
|
820
|
+
}, blockedBoundary: k, blockedSegment: T, abortSet: j, legacyContext: L, context: H, treeContext: Z };
|
|
821
821
|
return j.add(be), be;
|
|
822
822
|
}
|
|
823
823
|
function Rr(c, v, k, T, j, L) {
|
|
@@ -831,7 +831,7 @@ function gv() {
|
|
|
831
831
|
var k = c.onShellError;
|
|
832
832
|
k(v), k = c.onFatalError, k(v), c.destination !== null ? (c.status = 2, c.destination.destroy(v)) : (c.status = 1, c.fatalError = v);
|
|
833
833
|
}
|
|
834
|
-
function
|
|
834
|
+
function It(c, v, k, T, j) {
|
|
835
835
|
for (St = {}, er = v, Hr = 0, c = k(T, j); ln; ) ln = !1, Hr = 0, un += 1, Qe = null, c = k(T, j);
|
|
836
836
|
return $n(), c;
|
|
837
837
|
}
|
|
@@ -842,7 +842,7 @@ function gv() {
|
|
|
842
842
|
if (typeof k.getChildContext != "function") T = H;
|
|
843
843
|
else {
|
|
844
844
|
k = k.getChildContext();
|
|
845
|
-
for (var
|
|
845
|
+
for (var Z in k) if (!(Z in L)) throw Error(r(108, Br(T) || "Unknown", Z));
|
|
846
846
|
T = X({}, H, k);
|
|
847
847
|
}
|
|
848
848
|
v.legacyContext = T, ut(c, v, j), v.legacyContext = H;
|
|
@@ -862,7 +862,7 @@ function gv() {
|
|
|
862
862
|
var L = k.contextType;
|
|
863
863
|
L = new k(T, typeof L == "object" && L !== null ? L._currentValue2 : j), vo(L, k, T, j), xo(c, v, L, k);
|
|
864
864
|
} else {
|
|
865
|
-
L = go(k, v.legacyContext), j =
|
|
865
|
+
L = go(k, v.legacyContext), j = It(c, v, k, T, L);
|
|
866
866
|
var H = Hr !== 0;
|
|
867
867
|
if (typeof j == "object" && j !== null && typeof j.render == "function" && j.$$typeof === void 0) vo(j, k, T, L), xo(c, v, j, k);
|
|
868
868
|
else if (H) {
|
|
@@ -913,18 +913,18 @@ function gv() {
|
|
|
913
913
|
case Te:
|
|
914
914
|
e: {
|
|
915
915
|
k = v.blockedBoundary, j = v.blockedSegment, L = T.fallback, T = T.children, H = /* @__PURE__ */ new Set();
|
|
916
|
-
var
|
|
916
|
+
var Z = { id: null, rootSegmentID: -1, parentFlushed: !1, pendingTasks: 0, forceClientRender: !1, completedSegments: [], byteSize: 0, fallbackAbortableTasks: H, errorDigest: null }, be = Rr(c, j.chunks.length, Z, j.formatContext, !1, !1);
|
|
917
917
|
j.children.push(be), j.lastPushedText = !1;
|
|
918
918
|
var Re = Rr(c, 0, null, j.formatContext, !1, !1);
|
|
919
|
-
Re.parentFlushed = !0, v.blockedBoundary =
|
|
919
|
+
Re.parentFlushed = !0, v.blockedBoundary = Z, v.blockedSegment = Re;
|
|
920
920
|
try {
|
|
921
921
|
if (ar(
|
|
922
922
|
c,
|
|
923
923
|
v,
|
|
924
924
|
T
|
|
925
|
-
), c.responseState.generateStaticMarkup || Re.lastPushedText && Re.textEmbedded && Re.chunks.push("<!-- -->"), Re.status = 1, Ut(
|
|
925
|
+
), c.responseState.generateStaticMarkup || Re.lastPushedText && Re.textEmbedded && Re.chunks.push("<!-- -->"), Re.status = 1, Ut(Z, Re), Z.pendingTasks === 0) break e;
|
|
926
926
|
} catch (we) {
|
|
927
|
-
Re.status = 4,
|
|
927
|
+
Re.status = 4, Z.forceClientRender = !0, Z.errorDigest = or(c, we);
|
|
928
928
|
} finally {
|
|
929
929
|
v.blockedBoundary = k, v.blockedSegment = j;
|
|
930
930
|
}
|
|
@@ -934,7 +934,7 @@ function gv() {
|
|
|
934
934
|
}
|
|
935
935
|
if (typeof k == "object" && k !== null) switch (k.$$typeof) {
|
|
936
936
|
case ke:
|
|
937
|
-
if (T =
|
|
937
|
+
if (T = It(c, v, k.render, T, j), Hr !== 0) {
|
|
938
938
|
k = v.treeContext, v.treeContext = Dn(k, 1, 0);
|
|
939
939
|
try {
|
|
940
940
|
ut(c, v, T);
|
|
@@ -969,7 +969,7 @@ function gv() {
|
|
|
969
969
|
function ut(c, v, k) {
|
|
970
970
|
if (v.node = k, typeof k == "object" && k !== null) {
|
|
971
971
|
switch (k.$$typeof) {
|
|
972
|
-
case
|
|
972
|
+
case ce:
|
|
973
973
|
hr(c, v, k.type, k.props, k.ref);
|
|
974
974
|
return;
|
|
975
975
|
case he:
|
|
@@ -995,7 +995,7 @@ function gv() {
|
|
|
995
995
|
}
|
|
996
996
|
throw c = Object.prototype.toString.call(k), Error(r(31, c === "[object Object]" ? "object with keys {" + Object.keys(k).join(", ") + "}" : c));
|
|
997
997
|
}
|
|
998
|
-
typeof k == "string" ? (T = v.blockedSegment, T.lastPushedText =
|
|
998
|
+
typeof k == "string" ? (T = v.blockedSegment, T.lastPushedText = Y(v.blockedSegment.chunks, k, c.responseState, T.lastPushedText)) : typeof k == "number" && (T = v.blockedSegment, T.lastPushedText = Y(v.blockedSegment.chunks, "" + k, c.responseState, T.lastPushedText));
|
|
999
999
|
}
|
|
1000
1000
|
function ir(c, v, k) {
|
|
1001
1001
|
for (var T = k.length, j = 0; j < T; j++) {
|
|
@@ -1015,8 +1015,8 @@ function gv() {
|
|
|
1015
1015
|
} catch (be) {
|
|
1016
1016
|
if ($n(), typeof be == "object" && be !== null && typeof be.then == "function") {
|
|
1017
1017
|
k = be;
|
|
1018
|
-
var H = v.blockedSegment,
|
|
1019
|
-
H.children.push(
|
|
1018
|
+
var H = v.blockedSegment, Z = Rr(c, H.chunks.length, null, H.formatContext, H.lastPushedText, !0);
|
|
1019
|
+
H.children.push(Z), H.lastPushedText = !1, c = Tr(c, v.node, v.blockedBoundary, Z, v.abortSet, v.legacyContext, v.context, v.treeContext).ping, k.then(c, c), v.blockedSegment.formatContext = T, v.legacyContext = j, v.context = L, st(L);
|
|
1020
1020
|
} else throw v.blockedSegment.formatContext = T, v.legacyContext = j, v.context = L, st(L), be;
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
@@ -1055,20 +1055,20 @@ function gv() {
|
|
|
1055
1055
|
try {
|
|
1056
1056
|
var j = c.pingedTasks, L;
|
|
1057
1057
|
for (L = 0; L < j.length; L++) {
|
|
1058
|
-
var H = j[L],
|
|
1058
|
+
var H = j[L], Z = c, be = H.blockedSegment;
|
|
1059
1059
|
if (be.status === 0) {
|
|
1060
1060
|
st(H.context);
|
|
1061
1061
|
try {
|
|
1062
|
-
ut(
|
|
1062
|
+
ut(Z, H, H.node), Z.responseState.generateStaticMarkup || be.lastPushedText && be.textEmbedded && be.chunks.push("<!-- -->"), H.abortSet.delete(H), be.status = 1, sr(Z, H.blockedBoundary, be);
|
|
1063
1063
|
} catch (Rt) {
|
|
1064
1064
|
if ($n(), typeof Rt == "object" && Rt !== null && typeof Rt.then == "function") {
|
|
1065
1065
|
var Re = H.ping;
|
|
1066
1066
|
Rt.then(Re, Re);
|
|
1067
1067
|
} else {
|
|
1068
1068
|
H.abortSet.delete(H), be.status = 4;
|
|
1069
|
-
var we = H.blockedBoundary, Ue = Rt, Ct = or(
|
|
1070
|
-
if (we === null ? Pr(
|
|
1071
|
-
var Tt =
|
|
1069
|
+
var we = H.blockedBoundary, Ue = Rt, Ct = or(Z, Ue);
|
|
1070
|
+
if (we === null ? Pr(Z, Ue) : (we.pendingTasks--, we.forceClientRender || (we.forceClientRender = !0, we.errorDigest = Ct, we.parentFlushed && Z.clientRenderedBoundaries.push(we))), Z.allPendingTasks--, Z.allPendingTasks === 0) {
|
|
1071
|
+
var Tt = Z.onAllReady;
|
|
1072
1072
|
Tt();
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
@@ -1148,8 +1148,8 @@ function gv() {
|
|
|
1148
1148
|
for (L = 0; L < j.length; L++) {
|
|
1149
1149
|
var H = j[L];
|
|
1150
1150
|
T = v;
|
|
1151
|
-
var
|
|
1152
|
-
if (T.push(
|
|
1151
|
+
var Z = c.responseState, be = H.id, Re = H.errorDigest, we = H.errorMessage, Ue = H.errorComponentStack;
|
|
1152
|
+
if (T.push(Z.startInlineScript), Z.sentClientRenderFunction ? T.push('$RX("') : (Z.sentClientRenderFunction = !0, T.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')), be === null) throw Error(r(395));
|
|
1153
1153
|
if (T.push(be), T.push('"'), Re || we || Ue) {
|
|
1154
1154
|
T.push(",");
|
|
1155
1155
|
var Ct = J(Re || "");
|
|
@@ -1183,12 +1183,12 @@ function gv() {
|
|
|
1183
1183
|
e: {
|
|
1184
1184
|
j = c, H = v;
|
|
1185
1185
|
var Fr = mn.completedSegments;
|
|
1186
|
-
for (
|
|
1187
|
-
|
|
1186
|
+
for (Z = 0; Z < Fr.length; Z++) if (!lr(j, H, mn, Fr[Z])) {
|
|
1187
|
+
Z++, Fr.splice(0, Z);
|
|
1188
1188
|
var Vr = !1;
|
|
1189
1189
|
break e;
|
|
1190
1190
|
}
|
|
1191
|
-
Fr.splice(0,
|
|
1191
|
+
Fr.splice(0, Z), Vr = !0;
|
|
1192
1192
|
}
|
|
1193
1193
|
if (!Vr) {
|
|
1194
1194
|
c.destination = null, L++, ur.splice(0, L);
|
|
@@ -1218,19 +1218,19 @@ function gv() {
|
|
|
1218
1218
|
}
|
|
1219
1219
|
function mt() {
|
|
1220
1220
|
}
|
|
1221
|
-
function
|
|
1222
|
-
var j = !1, L = null, H = "",
|
|
1221
|
+
function Ot(c, v, k, T) {
|
|
1222
|
+
var j = !1, L = null, H = "", Z = { push: function(Re) {
|
|
1223
1223
|
return Re !== null && (H += Re), !0;
|
|
1224
1224
|
}, destroy: function(Re) {
|
|
1225
1225
|
j = !0, L = Re;
|
|
1226
1226
|
} }, be = !1;
|
|
1227
1227
|
if (c = fn(c, ye(k, v ? v.identifierPrefix : void 0), { insertionMode: 1, selectedValue: null }, 1 / 0, mt, void 0, function() {
|
|
1228
1228
|
be = !0;
|
|
1229
|
-
}), kt(c), hn(c, T), c.status === 1) c.status = 2,
|
|
1229
|
+
}), kt(c), hn(c, T), c.status === 1) c.status = 2, Z.destroy(c.fatalError);
|
|
1230
1230
|
else if (c.status !== 2 && c.destination === null) {
|
|
1231
|
-
c.destination =
|
|
1231
|
+
c.destination = Z;
|
|
1232
1232
|
try {
|
|
1233
|
-
Et(c,
|
|
1233
|
+
Et(c, Z);
|
|
1234
1234
|
} catch (Re) {
|
|
1235
1235
|
or(c, Re), Pr(c, Re);
|
|
1236
1236
|
}
|
|
@@ -1242,11 +1242,11 @@ function gv() {
|
|
|
1242
1242
|
return Xi.renderToNodeStream = function() {
|
|
1243
1243
|
throw Error(r(207));
|
|
1244
1244
|
}, Xi.renderToStaticMarkup = function(c, v) {
|
|
1245
|
-
return
|
|
1245
|
+
return Ot(c, v, !0, 'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
|
|
1246
1246
|
}, Xi.renderToStaticNodeStream = function() {
|
|
1247
1247
|
throw Error(r(208));
|
|
1248
1248
|
}, Xi.renderToString = function(c, v) {
|
|
1249
|
-
return
|
|
1249
|
+
return Ot(c, v, !1, 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
|
|
1250
1250
|
}, Xi.version = "18.3.1", Xi;
|
|
1251
1251
|
}
|
|
1252
1252
|
var Qu = {};
|
|
@@ -1296,8 +1296,8 @@ function vv() {
|
|
|
1296
1296
|
function D(f) {
|
|
1297
1297
|
return E.call(B, f) ? !0 : E.call(M, f) ? !1 : F.test(f) ? B[f] = !0 : (M[f] = !0, !1);
|
|
1298
1298
|
}
|
|
1299
|
-
function P(f, g, x, C, z, $,
|
|
1300
|
-
this.acceptsBooleans = g === 2 || g === 3 || g === 4, this.attributeName = C, this.attributeNamespace = z, this.mustUseProperty = x, this.propertyName = f, this.type = g, this.sanitizeURL = $, this.removeEmptyString =
|
|
1299
|
+
function P(f, g, x, C, z, $, V) {
|
|
1300
|
+
this.acceptsBooleans = g === 2 || g === 3 || g === 4, this.attributeName = C, this.attributeNamespace = z, this.mustUseProperty = x, this.propertyName = f, this.type = g, this.sanitizeURL = $, this.removeEmptyString = V;
|
|
1301
1301
|
}
|
|
1302
1302
|
var I = {};
|
|
1303
1303
|
"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(f) {
|
|
@@ -1341,7 +1341,7 @@ function vv() {
|
|
|
1341
1341
|
}), I.xlinkHref = new P("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1), ["src", "href", "action", "formAction"].forEach(function(f) {
|
|
1342
1342
|
I[f] = new P(f, 1, !1, f.toLowerCase(), null, !0, !0);
|
|
1343
1343
|
});
|
|
1344
|
-
var
|
|
1344
|
+
var Q = {
|
|
1345
1345
|
animationIterationCount: !0,
|
|
1346
1346
|
aspectRatio: !0,
|
|
1347
1347
|
borderImageOutset: !0,
|
|
@@ -1386,13 +1386,13 @@ function vv() {
|
|
|
1386
1386
|
strokeOpacity: !0,
|
|
1387
1387
|
strokeWidth: !0
|
|
1388
1388
|
}, _ = ["Webkit", "ms", "Moz", "O"];
|
|
1389
|
-
Object.keys(
|
|
1389
|
+
Object.keys(Q).forEach(function(f) {
|
|
1390
1390
|
_.forEach(function(g) {
|
|
1391
|
-
g = g + f.charAt(0).toUpperCase() + f.substring(1),
|
|
1391
|
+
g = g + f.charAt(0).toUpperCase() + f.substring(1), Q[g] = Q[f];
|
|
1392
1392
|
});
|
|
1393
1393
|
});
|
|
1394
1394
|
var ne = /["'&<>]/;
|
|
1395
|
-
function
|
|
1395
|
+
function ue(f) {
|
|
1396
1396
|
if (typeof f == "boolean" || typeof f == "number") return "" + f;
|
|
1397
1397
|
f = "" + f;
|
|
1398
1398
|
var g = ne.exec(f);
|
|
@@ -1424,21 +1424,21 @@ function vv() {
|
|
|
1424
1424
|
}
|
|
1425
1425
|
return f;
|
|
1426
1426
|
}
|
|
1427
|
-
var
|
|
1427
|
+
var K = /([A-Z])/g, ie = /^ms-/, Oe = Array.isArray, Ne = w("<script>"), De = w("<\/script>"), Ye = w('<script src="'), Ge = w('<script type="module" src="'), Se = w('" async=""><\/script>'), Ee = /(<\/|<)(s)(cript)/gi;
|
|
1428
1428
|
function Le(f, g, x, C) {
|
|
1429
1429
|
return "" + g + (x === "s" ? "\\u0073" : "\\u0053") + C;
|
|
1430
1430
|
}
|
|
1431
1431
|
function J(f, g, x, C, z) {
|
|
1432
|
-
f = f === void 0 ? "" : f, g = g === void 0 ? Ne : w('<script nonce="' +
|
|
1432
|
+
f = f === void 0 ? "" : f, g = g === void 0 ? Ne : w('<script nonce="' + ue(g) + '">');
|
|
1433
1433
|
var $ = [];
|
|
1434
|
-
if (x !== void 0 && $.push(g, m(("" + x).replace(Ee, Le)), De), C !== void 0) for (x = 0; x < C.length; x++) $.push(Ye, m(
|
|
1435
|
-
if (z !== void 0) for (C = 0; C < z.length; C++) $.push(Ge, m(
|
|
1434
|
+
if (x !== void 0 && $.push(g, m(("" + x).replace(Ee, Le)), De), C !== void 0) for (x = 0; x < C.length; x++) $.push(Ye, m(ue(C[x])), Se);
|
|
1435
|
+
if (z !== void 0) for (C = 0; C < z.length; C++) $.push(Ge, m(ue(z[C])), Se);
|
|
1436
1436
|
return { bootstrapChunks: $, startInlineScript: g, placeholderPrefix: w(f + "P:"), segmentPrefix: w(f + "S:"), boundaryPrefix: f + "B:", idPrefix: f, nextSuspenseID: 0, sentCompleteSegmentFunction: !1, sentCompleteBoundaryFunction: !1, sentClientRenderFunction: !1 };
|
|
1437
1437
|
}
|
|
1438
1438
|
function ye(f, g) {
|
|
1439
1439
|
return { insertionMode: f, selectedValue: g };
|
|
1440
1440
|
}
|
|
1441
|
-
function
|
|
1441
|
+
function Y(f) {
|
|
1442
1442
|
return ye(f === "http://www.w3.org/2000/svg" ? 2 : f === "http://www.w3.org/1998/Math/MathML" ? 3 : 0, null);
|
|
1443
1443
|
}
|
|
1444
1444
|
function X(f, g, x) {
|
|
@@ -1464,9 +1464,9 @@ function vv() {
|
|
|
1464
1464
|
}
|
|
1465
1465
|
return 4 <= f.insertionMode || f.insertionMode === 0 ? ye(1, null) : f;
|
|
1466
1466
|
}
|
|
1467
|
-
var
|
|
1467
|
+
var ce = w("<!-- -->");
|
|
1468
1468
|
function he(f, g, x, C) {
|
|
1469
|
-
return g === "" ? C : (C && f.push(
|
|
1469
|
+
return g === "" ? C : (C && f.push(ce), f.push(m(ue(g))), !0);
|
|
1470
1470
|
}
|
|
1471
1471
|
var de = /* @__PURE__ */ new Map(), me = w(' style="'), ae = w(":"), le = w(";");
|
|
1472
1472
|
function Ce(f, g, x) {
|
|
@@ -1476,12 +1476,12 @@ function vv() {
|
|
|
1476
1476
|
var z = x[C];
|
|
1477
1477
|
if (z != null && typeof z != "boolean" && z !== "") {
|
|
1478
1478
|
if (C.indexOf("--") === 0) {
|
|
1479
|
-
var $ = m(
|
|
1480
|
-
z = m(
|
|
1479
|
+
var $ = m(ue(C));
|
|
1480
|
+
z = m(ue(("" + z).trim()));
|
|
1481
1481
|
} else {
|
|
1482
1482
|
$ = C;
|
|
1483
|
-
var
|
|
1484
|
-
|
|
1483
|
+
var V = de.get($);
|
|
1484
|
+
V !== void 0 || (V = w(ue($.replace(K, "-$1").toLowerCase().replace(ie, "-ms-"))), de.set($, V)), $ = V, z = typeof z == "number" ? z === 0 || E.call(Q, C) ? m("" + z) : m(z + "px") : m(ue(("" + z).trim()));
|
|
1485
1485
|
}
|
|
1486
1486
|
g ? (g = !1, f.push(me, $, ae, z)) : f.push(le, $, ae, z);
|
|
1487
1487
|
}
|
|
@@ -1515,16 +1515,16 @@ function vv() {
|
|
|
1515
1515
|
C && f.push(ke, x, re);
|
|
1516
1516
|
break;
|
|
1517
1517
|
case 4:
|
|
1518
|
-
C === !0 ? f.push(ke, x, re) : C !== !1 && f.push(ke, x, Te, m(
|
|
1518
|
+
C === !0 ? f.push(ke, x, re) : C !== !1 && f.push(ke, x, Te, m(ue(C)), $e);
|
|
1519
1519
|
break;
|
|
1520
1520
|
case 5:
|
|
1521
|
-
isNaN(C) || f.push(ke, x, Te, m(
|
|
1521
|
+
isNaN(C) || f.push(ke, x, Te, m(ue(C)), $e);
|
|
1522
1522
|
break;
|
|
1523
1523
|
case 6:
|
|
1524
|
-
!isNaN(C) && 1 <= C && f.push(ke, x, Te, m(
|
|
1524
|
+
!isNaN(C) && 1 <= C && f.push(ke, x, Te, m(ue(C)), $e);
|
|
1525
1525
|
break;
|
|
1526
1526
|
default:
|
|
1527
|
-
g.sanitizeURL && (C = "" + C), f.push(ke, x, Te, m(
|
|
1527
|
+
g.sanitizeURL && (C = "" + C), f.push(ke, x, Te, m(ue(C)), $e);
|
|
1528
1528
|
}
|
|
1529
1529
|
} else if (D(x)) {
|
|
1530
1530
|
switch (typeof C) {
|
|
@@ -1534,7 +1534,7 @@ function vv() {
|
|
|
1534
1534
|
case "boolean":
|
|
1535
1535
|
if (g = x.toLowerCase().slice(0, 5), g !== "data-" && g !== "aria-") return;
|
|
1536
1536
|
}
|
|
1537
|
-
f.push(ke, m(x), Te, m(
|
|
1537
|
+
f.push(ke, m(x), Te, m(ue(C)), $e);
|
|
1538
1538
|
}
|
|
1539
1539
|
}
|
|
1540
1540
|
}
|
|
@@ -1557,19 +1557,19 @@ function vv() {
|
|
|
1557
1557
|
f.push(gt(x));
|
|
1558
1558
|
var z = x = null, $;
|
|
1559
1559
|
for ($ in g) if (E.call(g, $)) {
|
|
1560
|
-
var
|
|
1561
|
-
if (
|
|
1560
|
+
var V = g[$];
|
|
1561
|
+
if (V != null) switch ($) {
|
|
1562
1562
|
case "children":
|
|
1563
|
-
x =
|
|
1563
|
+
x = V;
|
|
1564
1564
|
break;
|
|
1565
1565
|
case "dangerouslySetInnerHTML":
|
|
1566
|
-
z =
|
|
1566
|
+
z = V;
|
|
1567
1567
|
break;
|
|
1568
1568
|
default:
|
|
1569
|
-
Be(f, C, $,
|
|
1569
|
+
Be(f, C, $, V);
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
-
return f.push(nt), zr(f, z, x), typeof x == "string" ? (f.push(m(
|
|
1572
|
+
return f.push(nt), zr(f, z, x), typeof x == "string" ? (f.push(m(ue(x))), null) : x;
|
|
1573
1573
|
}
|
|
1574
1574
|
var Ur = w(`
|
|
1575
1575
|
`), go = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, Bt = /* @__PURE__ */ new Map();
|
|
@@ -1586,32 +1586,32 @@ function vv() {
|
|
|
1586
1586
|
switch (g) {
|
|
1587
1587
|
case "select":
|
|
1588
1588
|
f.push(gt("select"));
|
|
1589
|
-
var $ = null,
|
|
1589
|
+
var $ = null, V = null;
|
|
1590
1590
|
for (Me in x) if (E.call(x, Me)) {
|
|
1591
|
-
var
|
|
1592
|
-
if (
|
|
1591
|
+
var ee = x[Me];
|
|
1592
|
+
if (ee != null) switch (Me) {
|
|
1593
1593
|
case "children":
|
|
1594
|
-
$ =
|
|
1594
|
+
$ = ee;
|
|
1595
1595
|
break;
|
|
1596
1596
|
case "dangerouslySetInnerHTML":
|
|
1597
|
-
|
|
1597
|
+
V = ee;
|
|
1598
1598
|
break;
|
|
1599
1599
|
case "defaultValue":
|
|
1600
1600
|
case "value":
|
|
1601
1601
|
break;
|
|
1602
1602
|
default:
|
|
1603
|
-
Be(f, C, Me,
|
|
1603
|
+
Be(f, C, Me, ee);
|
|
1604
1604
|
}
|
|
1605
1605
|
}
|
|
1606
|
-
return f.push(nt), zr(f,
|
|
1606
|
+
return f.push(nt), zr(f, V, $), $;
|
|
1607
1607
|
case "option":
|
|
1608
|
-
|
|
1609
|
-
var Pe =
|
|
1608
|
+
V = z.selectedValue, f.push(gt("option"));
|
|
1609
|
+
var Pe = ee = null, _e = null, Me = null;
|
|
1610
1610
|
for ($ in x) if (E.call(x, $)) {
|
|
1611
1611
|
var Ze = x[$];
|
|
1612
1612
|
if (Ze != null) switch ($) {
|
|
1613
1613
|
case "children":
|
|
1614
|
-
|
|
1614
|
+
ee = Ze;
|
|
1615
1615
|
break;
|
|
1616
1616
|
case "selected":
|
|
1617
1617
|
_e = Ze;
|
|
@@ -1625,18 +1625,18 @@ function vv() {
|
|
|
1625
1625
|
Be(f, C, $, Ze);
|
|
1626
1626
|
}
|
|
1627
1627
|
}
|
|
1628
|
-
if (
|
|
1629
|
-
for (C = 0; C <
|
|
1630
|
-
if ("" +
|
|
1628
|
+
if (V != null) if (x = Pe !== null ? "" + Pe : mo(ee), Oe(V)) {
|
|
1629
|
+
for (C = 0; C < V.length; C++)
|
|
1630
|
+
if ("" + V[C] === x) {
|
|
1631
1631
|
f.push(zt);
|
|
1632
1632
|
break;
|
|
1633
1633
|
}
|
|
1634
|
-
} else "" +
|
|
1634
|
+
} else "" + V === x && f.push(zt);
|
|
1635
1635
|
else _e && f.push(zt);
|
|
1636
|
-
return f.push(nt), zr(f, Me,
|
|
1636
|
+
return f.push(nt), zr(f, Me, ee), ee;
|
|
1637
1637
|
case "textarea":
|
|
1638
|
-
f.push(gt("textarea")), Me =
|
|
1639
|
-
for (
|
|
1638
|
+
f.push(gt("textarea")), Me = V = $ = null;
|
|
1639
|
+
for (ee in x) if (E.call(x, ee) && (Pe = x[ee], Pe != null)) switch (ee) {
|
|
1640
1640
|
case "children":
|
|
1641
1641
|
Me = Pe;
|
|
1642
1642
|
break;
|
|
@@ -1644,23 +1644,23 @@ function vv() {
|
|
|
1644
1644
|
$ = Pe;
|
|
1645
1645
|
break;
|
|
1646
1646
|
case "defaultValue":
|
|
1647
|
-
|
|
1647
|
+
V = Pe;
|
|
1648
1648
|
break;
|
|
1649
1649
|
case "dangerouslySetInnerHTML":
|
|
1650
1650
|
throw Error(r(91));
|
|
1651
1651
|
default:
|
|
1652
|
-
Be(f, C,
|
|
1652
|
+
Be(f, C, ee, Pe);
|
|
1653
1653
|
}
|
|
1654
|
-
if ($ === null &&
|
|
1654
|
+
if ($ === null && V !== null && ($ = V), f.push(nt), Me != null) {
|
|
1655
1655
|
if ($ != null) throw Error(r(92));
|
|
1656
1656
|
if (Oe(Me) && 1 < Me.length) throw Error(r(93));
|
|
1657
1657
|
$ = "" + Me;
|
|
1658
1658
|
}
|
|
1659
1659
|
return typeof $ == "string" && $[0] === `
|
|
1660
|
-
` && f.push(Ur), $ !== null && f.push(m(
|
|
1660
|
+
` && f.push(Ur), $ !== null && f.push(m(ue("" + $))), null;
|
|
1661
1661
|
case "input":
|
|
1662
|
-
f.push(gt("input")), Pe = Me =
|
|
1663
|
-
for (
|
|
1662
|
+
f.push(gt("input")), Pe = Me = ee = $ = null;
|
|
1663
|
+
for (V in x) if (E.call(x, V) && (_e = x[V], _e != null)) switch (V) {
|
|
1664
1664
|
case "children":
|
|
1665
1665
|
case "dangerouslySetInnerHTML":
|
|
1666
1666
|
throw Error(r(399, "input"));
|
|
@@ -1668,7 +1668,7 @@ function vv() {
|
|
|
1668
1668
|
Pe = _e;
|
|
1669
1669
|
break;
|
|
1670
1670
|
case "defaultValue":
|
|
1671
|
-
|
|
1671
|
+
ee = _e;
|
|
1672
1672
|
break;
|
|
1673
1673
|
case "checked":
|
|
1674
1674
|
Me = _e;
|
|
@@ -1677,53 +1677,53 @@ function vv() {
|
|
|
1677
1677
|
$ = _e;
|
|
1678
1678
|
break;
|
|
1679
1679
|
default:
|
|
1680
|
-
Be(f, C,
|
|
1680
|
+
Be(f, C, V, _e);
|
|
1681
1681
|
}
|
|
1682
1682
|
return Me !== null ? Be(
|
|
1683
1683
|
f,
|
|
1684
1684
|
C,
|
|
1685
1685
|
"checked",
|
|
1686
1686
|
Me
|
|
1687
|
-
) : Pe !== null && Be(f, C, "checked", Pe), $ !== null ? Be(f, C, "value", $) :
|
|
1687
|
+
) : Pe !== null && Be(f, C, "checked", Pe), $ !== null ? Be(f, C, "value", $) : ee !== null && Be(f, C, "value", ee), f.push(jt), null;
|
|
1688
1688
|
case "menuitem":
|
|
1689
1689
|
f.push(gt("menuitem"));
|
|
1690
|
-
for (var
|
|
1690
|
+
for (var Mt in x) if (E.call(x, Mt) && ($ = x[Mt], $ != null)) switch (Mt) {
|
|
1691
1691
|
case "children":
|
|
1692
1692
|
case "dangerouslySetInnerHTML":
|
|
1693
1693
|
throw Error(r(400));
|
|
1694
1694
|
default:
|
|
1695
|
-
Be(f, C,
|
|
1695
|
+
Be(f, C, Mt, $);
|
|
1696
1696
|
}
|
|
1697
1697
|
return f.push(nt), null;
|
|
1698
1698
|
case "title":
|
|
1699
1699
|
f.push(gt("title")), $ = null;
|
|
1700
|
-
for (Ze in x) if (E.call(x, Ze) && (
|
|
1700
|
+
for (Ze in x) if (E.call(x, Ze) && (V = x[Ze], V != null)) switch (Ze) {
|
|
1701
1701
|
case "children":
|
|
1702
|
-
$ =
|
|
1702
|
+
$ = V;
|
|
1703
1703
|
break;
|
|
1704
1704
|
case "dangerouslySetInnerHTML":
|
|
1705
1705
|
throw Error(r(434));
|
|
1706
1706
|
default:
|
|
1707
|
-
Be(f, C, Ze,
|
|
1707
|
+
Be(f, C, Ze, V);
|
|
1708
1708
|
}
|
|
1709
1709
|
return f.push(nt), $;
|
|
1710
1710
|
case "listing":
|
|
1711
1711
|
case "pre":
|
|
1712
|
-
f.push(gt(g)),
|
|
1713
|
-
for (Pe in x) if (E.call(x, Pe) && (
|
|
1712
|
+
f.push(gt(g)), V = $ = null;
|
|
1713
|
+
for (Pe in x) if (E.call(x, Pe) && (ee = x[Pe], ee != null)) switch (Pe) {
|
|
1714
1714
|
case "children":
|
|
1715
|
-
$ =
|
|
1715
|
+
$ = ee;
|
|
1716
1716
|
break;
|
|
1717
1717
|
case "dangerouslySetInnerHTML":
|
|
1718
|
-
|
|
1718
|
+
V = ee;
|
|
1719
1719
|
break;
|
|
1720
1720
|
default:
|
|
1721
|
-
Be(f, C, Pe,
|
|
1721
|
+
Be(f, C, Pe, ee);
|
|
1722
1722
|
}
|
|
1723
|
-
if (f.push(nt),
|
|
1723
|
+
if (f.push(nt), V != null) {
|
|
1724
1724
|
if ($ != null) throw Error(r(60));
|
|
1725
|
-
if (typeof
|
|
1726
|
-
x =
|
|
1725
|
+
if (typeof V != "object" || !("__html" in V)) throw Error(r(61));
|
|
1726
|
+
x = V.__html, x != null && (typeof x == "string" && 0 < x.length && x[0] === `
|
|
1727
1727
|
` ? f.push(Ur, m(x)) : f.push(m("" + x)));
|
|
1728
1728
|
}
|
|
1729
1729
|
return typeof $ == "string" && $[0] === `
|
|
@@ -1764,24 +1764,24 @@ function vv() {
|
|
|
1764
1764
|
return z.insertionMode === 0 && f.push(ft), Br(f, x, g, C);
|
|
1765
1765
|
default:
|
|
1766
1766
|
if (g.indexOf("-") === -1 && typeof x.is != "string") return Br(f, x, g, C);
|
|
1767
|
-
f.push(gt(g)),
|
|
1768
|
-
for (_e in x) if (E.call(x, _e) && (
|
|
1767
|
+
f.push(gt(g)), V = $ = null;
|
|
1768
|
+
for (_e in x) if (E.call(x, _e) && (ee = x[_e], ee != null)) switch (_e) {
|
|
1769
1769
|
case "children":
|
|
1770
|
-
$ =
|
|
1770
|
+
$ = ee;
|
|
1771
1771
|
break;
|
|
1772
1772
|
case "dangerouslySetInnerHTML":
|
|
1773
|
-
|
|
1773
|
+
V = ee;
|
|
1774
1774
|
break;
|
|
1775
1775
|
case "style":
|
|
1776
|
-
Ce(f, C,
|
|
1776
|
+
Ce(f, C, ee);
|
|
1777
1777
|
break;
|
|
1778
1778
|
case "suppressContentEditableWarning":
|
|
1779
1779
|
case "suppressHydrationWarning":
|
|
1780
1780
|
break;
|
|
1781
1781
|
default:
|
|
1782
|
-
D(_e) && typeof
|
|
1782
|
+
D(_e) && typeof ee != "function" && typeof ee != "symbol" && f.push(ke, m(_e), Te, m(ue(ee)), $e);
|
|
1783
1783
|
}
|
|
1784
|
-
return f.push(nt), zr(f,
|
|
1784
|
+
return f.push(nt), zr(f, V, $), $;
|
|
1785
1785
|
}
|
|
1786
1786
|
}
|
|
1787
1787
|
var On = w("</"), Fn = w(">"), st = w('<template id="'), Mn = w('"></template>'), vo = w("<!--$-->"), yo = w('<!--$?--><template id="'), Dn = w('"></template>'), sn = w("<!--$!-->"), hi = w("<!--/$-->"), _n = w("<template"), Sr = w('"'), Ln = w(' data-dgst="');
|
|
@@ -1792,7 +1792,7 @@ function vv() {
|
|
|
1792
1792
|
return a(f, x), d(f, Dn);
|
|
1793
1793
|
}
|
|
1794
1794
|
var er = w('<div hidden id="'), kr = w('">'), Qe = w("</div>"), Er = w('<svg aria-hidden="true" style="display:none" id="'), ln = w('">'), Hr = w("</svg>"), tr = w('<math aria-hidden="true" style="display:none" id="'), un = w('">'), pr = w("</math>"), dt = w('<table hidden id="'), Nn = w('">'), $n = w("</table>"), wo = w('<table hidden><tbody id="'), lt = w('">'), jn = w("</tbody></table>"), mi = w('<table hidden><tr id="'), gi = w('">'), rr = w("</tr></table>"), zn = w('<table hidden><colgroup id="'), cn = w('">'), Cr = w("</colgroup></table>");
|
|
1795
|
-
function
|
|
1795
|
+
function At(f, g, x, C) {
|
|
1796
1796
|
switch (x.insertionMode) {
|
|
1797
1797
|
case 0:
|
|
1798
1798
|
case 1:
|
|
@@ -1837,7 +1837,7 @@ function vv() {
|
|
|
1837
1837
|
throw Error(r(397));
|
|
1838
1838
|
}
|
|
1839
1839
|
}
|
|
1840
|
-
var fn = w('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'), Tr = w('$RS("'), Rr = w('","'), or = w('")<\/script>'), Pr = w('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),
|
|
1840
|
+
var fn = w('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'), Tr = w('$RS("'), Rr = w('","'), or = w('")<\/script>'), Pr = w('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'), It = w('$RC("'), xo = w('","'), So = w('")<\/script>'), hr = w('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'), ut = w('$RX("'), ir = w('"'), ar = w(")<\/script>"), Ar = w(","), dn = /[<\u2028\u2029]/g;
|
|
1841
1841
|
function Ut(f) {
|
|
1842
1842
|
return JSON.stringify(f).replace(dn, function(g) {
|
|
1843
1843
|
switch (g) {
|
|
@@ -1852,8 +1852,8 @@ function vv() {
|
|
|
1852
1852
|
}
|
|
1853
1853
|
});
|
|
1854
1854
|
}
|
|
1855
|
-
var sr = Object.assign, kt = Symbol.for("react.element"), Ir = Symbol.for("react.portal"), Wr = Symbol.for("react.fragment"), pn = Symbol.for("react.strict_mode"), _t = Symbol.for("react.profiler"), lr = Symbol.for("react.provider"), Et = Symbol.for("react.context"), hn = Symbol.for("react.forward_ref"), mt = Symbol.for("react.suspense"),
|
|
1856
|
-
function
|
|
1855
|
+
var sr = Object.assign, kt = Symbol.for("react.element"), Ir = Symbol.for("react.portal"), Wr = Symbol.for("react.fragment"), pn = Symbol.for("react.strict_mode"), _t = Symbol.for("react.profiler"), lr = Symbol.for("react.provider"), Et = Symbol.for("react.context"), hn = Symbol.for("react.forward_ref"), mt = Symbol.for("react.suspense"), Ot = Symbol.for("react.suspense_list"), c = Symbol.for("react.memo"), v = Symbol.for("react.lazy"), k = Symbol.for("react.scope"), T = Symbol.for("react.debug_trace_mode"), j = Symbol.for("react.legacy_hidden"), L = Symbol.for("react.default_value"), H = Symbol.iterator;
|
|
1856
|
+
function Z(f) {
|
|
1857
1857
|
if (f == null) return null;
|
|
1858
1858
|
if (typeof f == "function") return f.displayName || f.name || null;
|
|
1859
1859
|
if (typeof f == "string") return f;
|
|
@@ -1868,7 +1868,7 @@ function vv() {
|
|
|
1868
1868
|
return "StrictMode";
|
|
1869
1869
|
case mt:
|
|
1870
1870
|
return "Suspense";
|
|
1871
|
-
case
|
|
1871
|
+
case Ot:
|
|
1872
1872
|
return "SuspenseList";
|
|
1873
1873
|
}
|
|
1874
1874
|
if (typeof f == "object") switch (f.$$typeof) {
|
|
@@ -1880,11 +1880,11 @@ function vv() {
|
|
|
1880
1880
|
var g = f.render;
|
|
1881
1881
|
return f = f.displayName, f || (f = g.displayName || g.name || "", f = f !== "" ? "ForwardRef(" + f + ")" : "ForwardRef"), f;
|
|
1882
1882
|
case c:
|
|
1883
|
-
return g = f.displayName || null, g !== null ? g :
|
|
1883
|
+
return g = f.displayName || null, g !== null ? g : Z(f.type) || "Memo";
|
|
1884
1884
|
case v:
|
|
1885
1885
|
g = f._payload, f = f._init;
|
|
1886
1886
|
try {
|
|
1887
|
-
return
|
|
1887
|
+
return Z(f(g));
|
|
1888
1888
|
} catch {
|
|
1889
1889
|
}
|
|
1890
1890
|
}
|
|
@@ -1944,12 +1944,12 @@ function vv() {
|
|
|
1944
1944
|
f.updater = mn, f.props = x, f.state = z;
|
|
1945
1945
|
var $ = { queue: [], replace: !1 };
|
|
1946
1946
|
f._reactInternals = $;
|
|
1947
|
-
var
|
|
1948
|
-
if (f.context = typeof
|
|
1947
|
+
var V = g.contextType;
|
|
1948
|
+
if (f.context = typeof V == "object" && V !== null ? V._currentValue : C, V = g.getDerivedStateFromProps, typeof V == "function" && (V = V(x, z), z = V == null ? z : sr({}, z, V), f.state = z), typeof g.getDerivedStateFromProps != "function" && typeof f.getSnapshotBeforeUpdate != "function" && (typeof f.UNSAFE_componentWillMount == "function" || typeof f.componentWillMount == "function")) if (g = f.state, typeof f.componentWillMount == "function" && f.componentWillMount(), typeof f.UNSAFE_componentWillMount == "function" && f.UNSAFE_componentWillMount(), g !== f.state && mn.enqueueReplaceState(f, f.state, null), $.queue !== null && 0 < $.queue.length) if (g = $.queue, V = $.replace, $.queue = null, $.replace = !1, V && g.length === 1) f.state = g[0];
|
|
1949
1949
|
else {
|
|
1950
|
-
for ($ =
|
|
1951
|
-
var
|
|
1952
|
-
|
|
1950
|
+
for ($ = V ? g[0] : f.state, z = !0, V = V ? 1 : 0; V < g.length; V++) {
|
|
1951
|
+
var ee = g[V];
|
|
1952
|
+
ee = typeof ee == "function" ? ee.call(f, $, x, C) : ee, ee != null && (z ? (z = !1, $ = sr({}, $, ee)) : sr($, ee));
|
|
1953
1953
|
}
|
|
1954
1954
|
f.state = $;
|
|
1955
1955
|
}
|
|
@@ -1963,8 +1963,8 @@ function vv() {
|
|
|
1963
1963
|
C &= ~(1 << z), x += 1;
|
|
1964
1964
|
var $ = 32 - Yr(g) + z;
|
|
1965
1965
|
if (30 < $) {
|
|
1966
|
-
var
|
|
1967
|
-
return $ = (C & (1 <<
|
|
1966
|
+
var V = z - z % 5;
|
|
1967
|
+
return $ = (C & (1 << V) - 1).toString(32), C >>= V, z -= V, { id: 1 << 32 - Yr(g) + z | x << z | C, overflow: $ + f };
|
|
1968
1968
|
}
|
|
1969
1969
|
return { id: 1 << $ | x << z | C, overflow: f };
|
|
1970
1970
|
}
|
|
@@ -2074,16 +2074,16 @@ function vv() {
|
|
|
2074
2074
|
}
|
|
2075
2075
|
function gn() {
|
|
2076
2076
|
}
|
|
2077
|
-
function wi(f, g, x, C, z, $,
|
|
2077
|
+
function wi(f, g, x, C, z, $, V, ee, Pe) {
|
|
2078
2078
|
var _e = [], Me = /* @__PURE__ */ new Set();
|
|
2079
|
-
return g = { destination: null, responseState: g, progressiveChunkSize: C === void 0 ? 12800 : C, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: Me, pingedTasks: _e, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: z === void 0 ? Xs : z, onAllReady: $ === void 0 ? gn : $, onShellReady:
|
|
2079
|
+
return g = { destination: null, responseState: g, progressiveChunkSize: C === void 0 ? 12800 : C, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: Me, pingedTasks: _e, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: z === void 0 ? Xs : z, onAllReady: $ === void 0 ? gn : $, onShellReady: V === void 0 ? gn : V, onShellError: ee === void 0 ? gn : ee, onFatalError: Pe === void 0 ? gn : Pe }, x = vn(g, 0, null, x, !1, !1), x.parentFlushed = !0, f = xi(g, f, null, x, Me, be, null, Vr), _e.push(f), g;
|
|
2080
2080
|
}
|
|
2081
|
-
function xi(f, g, x, C, z, $,
|
|
2081
|
+
function xi(f, g, x, C, z, $, V, ee) {
|
|
2082
2082
|
f.allPendingTasks++, x === null ? f.pendingRootTasks++ : x.pendingTasks++;
|
|
2083
2083
|
var Pe = { node: g, ping: function() {
|
|
2084
2084
|
var _e = f.pingedTasks;
|
|
2085
2085
|
_e.push(Pe), _e.length === 1 && Ea(f);
|
|
2086
|
-
}, blockedBoundary: x, blockedSegment: C, abortSet: z, legacyContext: $, context:
|
|
2086
|
+
}, blockedBoundary: x, blockedSegment: C, abortSet: z, legacyContext: $, context: V, treeContext: ee };
|
|
2087
2087
|
return z.add(Pe), Pe;
|
|
2088
2088
|
}
|
|
2089
2089
|
function vn(f, g, x, C, z, $) {
|
|
@@ -2104,15 +2104,15 @@ function vv() {
|
|
|
2104
2104
|
function ba(f, g, x, C) {
|
|
2105
2105
|
var z = x.render(), $ = C.childContextTypes;
|
|
2106
2106
|
if ($ != null) {
|
|
2107
|
-
var
|
|
2108
|
-
if (typeof x.getChildContext != "function") C =
|
|
2107
|
+
var V = g.legacyContext;
|
|
2108
|
+
if (typeof x.getChildContext != "function") C = V;
|
|
2109
2109
|
else {
|
|
2110
2110
|
x = x.getChildContext();
|
|
2111
|
-
for (var
|
|
2112
|
-
C = sr({},
|
|
2111
|
+
for (var ee in x) if (!(ee in $)) throw Error(r(108, Z(C) || "Unknown", ee));
|
|
2112
|
+
C = sr({}, V, x);
|
|
2113
2113
|
}
|
|
2114
|
-
g.legacyContext = C,
|
|
2115
|
-
} else
|
|
2114
|
+
g.legacyContext = C, Ft(f, g, z), g.legacyContext = V;
|
|
2115
|
+
} else Ft(f, g, z);
|
|
2116
2116
|
}
|
|
2117
2117
|
function wa(f, g) {
|
|
2118
2118
|
if (f && f.defaultProps) {
|
|
@@ -2129,19 +2129,19 @@ function vv() {
|
|
|
2129
2129
|
$ = new x(C, typeof $ == "object" && $ !== null ? $._currentValue : z), Fr($, x, C, z), ba(f, g, $, x);
|
|
2130
2130
|
} else {
|
|
2131
2131
|
$ = Re(x, g.legacyContext), z = ya(f, g, x, C, $);
|
|
2132
|
-
var
|
|
2132
|
+
var V = Qr !== 0;
|
|
2133
2133
|
if (typeof z == "object" && z !== null && typeof z.render == "function" && z.$$typeof === void 0) Fr(z, x, C, $), ba(f, g, z, x);
|
|
2134
|
-
else if (
|
|
2134
|
+
else if (V) {
|
|
2135
2135
|
C = g.treeContext, g.treeContext = mr(C, 1, 0);
|
|
2136
2136
|
try {
|
|
2137
|
-
|
|
2137
|
+
Ft(f, g, z);
|
|
2138
2138
|
} finally {
|
|
2139
2139
|
g.treeContext = C;
|
|
2140
2140
|
}
|
|
2141
|
-
} else
|
|
2141
|
+
} else Ft(f, g, z);
|
|
2142
2142
|
}
|
|
2143
2143
|
else if (typeof x == "string") {
|
|
2144
|
-
switch (z = g.blockedSegment, $ = In(z.chunks, x, C, f.responseState, z.formatContext), z.lastPushedText = !1,
|
|
2144
|
+
switch (z = g.blockedSegment, $ = In(z.chunks, x, C, f.responseState, z.formatContext), z.lastPushedText = !1, V = z.formatContext, z.formatContext = X(V, x, C), Oo(f, g, $), z.formatContext = V, x) {
|
|
2145
2145
|
case "area":
|
|
2146
2146
|
case "base":
|
|
2147
2147
|
case "br":
|
|
@@ -2169,32 +2169,32 @@ function vv() {
|
|
|
2169
2169
|
case pn:
|
|
2170
2170
|
case _t:
|
|
2171
2171
|
case Wr:
|
|
2172
|
-
|
|
2172
|
+
Ft(f, g, C.children);
|
|
2173
2173
|
return;
|
|
2174
|
-
case
|
|
2175
|
-
|
|
2174
|
+
case Ot:
|
|
2175
|
+
Ft(f, g, C.children);
|
|
2176
2176
|
return;
|
|
2177
2177
|
case k:
|
|
2178
2178
|
throw Error(r(343));
|
|
2179
2179
|
case mt:
|
|
2180
2180
|
e: {
|
|
2181
|
-
x = g.blockedBoundary, z = g.blockedSegment, $ = C.fallback, C = C.children,
|
|
2182
|
-
var
|
|
2181
|
+
x = g.blockedBoundary, z = g.blockedSegment, $ = C.fallback, C = C.children, V = /* @__PURE__ */ new Set();
|
|
2182
|
+
var ee = { id: null, rootSegmentID: -1, parentFlushed: !1, pendingTasks: 0, forceClientRender: !1, completedSegments: [], byteSize: 0, fallbackAbortableTasks: V, errorDigest: null }, Pe = vn(f, z.chunks.length, ee, z.formatContext, !1, !1);
|
|
2183
2183
|
z.children.push(Pe), z.lastPushedText = !1;
|
|
2184
2184
|
var _e = vn(f, 0, null, z.formatContext, !1, !1);
|
|
2185
|
-
_e.parentFlushed = !0, g.blockedBoundary =
|
|
2185
|
+
_e.parentFlushed = !0, g.blockedBoundary = ee, g.blockedSegment = _e;
|
|
2186
2186
|
try {
|
|
2187
2187
|
if (Oo(
|
|
2188
2188
|
f,
|
|
2189
2189
|
g,
|
|
2190
2190
|
C
|
|
2191
|
-
), _e.lastPushedText && _e.textEmbedded && _e.chunks.push(
|
|
2191
|
+
), _e.lastPushedText && _e.textEmbedded && _e.chunks.push(ce), _e.status = 1, Fo(ee, _e), ee.pendingTasks === 0) break e;
|
|
2192
2192
|
} catch (Me) {
|
|
2193
|
-
_e.status = 4,
|
|
2193
|
+
_e.status = 4, ee.forceClientRender = !0, ee.errorDigest = Hn(f, Me);
|
|
2194
2194
|
} finally {
|
|
2195
2195
|
g.blockedBoundary = x, g.blockedSegment = z;
|
|
2196
2196
|
}
|
|
2197
|
-
g = xi(f, $, x, Pe,
|
|
2197
|
+
g = xi(f, $, x, Pe, V, g.legacyContext, g.context, g.treeContext), f.pingedTasks.push(g);
|
|
2198
2198
|
}
|
|
2199
2199
|
return;
|
|
2200
2200
|
}
|
|
@@ -2203,21 +2203,21 @@ function vv() {
|
|
|
2203
2203
|
if (C = ya(f, g, x.render, C, z), Qr !== 0) {
|
|
2204
2204
|
x = g.treeContext, g.treeContext = mr(x, 1, 0);
|
|
2205
2205
|
try {
|
|
2206
|
-
|
|
2206
|
+
Ft(f, g, C);
|
|
2207
2207
|
} finally {
|
|
2208
2208
|
g.treeContext = x;
|
|
2209
2209
|
}
|
|
2210
|
-
} else
|
|
2210
|
+
} else Ft(f, g, C);
|
|
2211
2211
|
return;
|
|
2212
2212
|
case c:
|
|
2213
2213
|
x = x.type, C = wa(x, C), Io(f, g, x, C, z);
|
|
2214
2214
|
return;
|
|
2215
2215
|
case lr:
|
|
2216
|
-
if (z = C.children, x = x._context, C = C.value, $ = x._currentValue, x._currentValue = C,
|
|
2216
|
+
if (z = C.children, x = x._context, C = C.value, $ = x._currentValue, x._currentValue = C, V = we, we = C = { parent: V, depth: V === null ? 0 : V.depth + 1, context: x, parentValue: $, value: C }, g.context = C, Ft(f, g, z), f = we, f === null) throw Error(r(403));
|
|
2217
2217
|
C = f.parentValue, f.context._currentValue = C === L ? f.context._defaultValue : C, f = we = f.parent, g.context = f;
|
|
2218
2218
|
return;
|
|
2219
2219
|
case Et:
|
|
2220
|
-
C = C.children, C = C(x._currentValue),
|
|
2220
|
+
C = C.children, C = C(x._currentValue), Ft(f, g, C);
|
|
2221
2221
|
return;
|
|
2222
2222
|
case v:
|
|
2223
2223
|
z = x._init, x = z(x._payload), C = wa(x, C), Io(f, g, x, C, void 0);
|
|
@@ -2230,7 +2230,7 @@ function vv() {
|
|
|
2230
2230
|
));
|
|
2231
2231
|
}
|
|
2232
2232
|
}
|
|
2233
|
-
function
|
|
2233
|
+
function Ft(f, g, x) {
|
|
2234
2234
|
if (g.node = x, typeof x == "object" && x !== null) {
|
|
2235
2235
|
switch (x.$$typeof) {
|
|
2236
2236
|
case kt:
|
|
@@ -2240,7 +2240,7 @@ function vv() {
|
|
|
2240
2240
|
throw Error(r(257));
|
|
2241
2241
|
case v:
|
|
2242
2242
|
var C = x._init;
|
|
2243
|
-
x = C(x._payload),
|
|
2243
|
+
x = C(x._payload), Ft(f, g, x);
|
|
2244
2244
|
return;
|
|
2245
2245
|
}
|
|
2246
2246
|
if (Oe(x)) {
|
|
@@ -2275,12 +2275,12 @@ function vv() {
|
|
|
2275
2275
|
function Oo(f, g, x) {
|
|
2276
2276
|
var C = g.blockedSegment.formatContext, z = g.legacyContext, $ = g.context;
|
|
2277
2277
|
try {
|
|
2278
|
-
return
|
|
2278
|
+
return Ft(f, g, x);
|
|
2279
2279
|
} catch (Pe) {
|
|
2280
2280
|
if (Bn(), typeof Pe == "object" && Pe !== null && typeof Pe.then == "function") {
|
|
2281
2281
|
x = Pe;
|
|
2282
|
-
var
|
|
2283
|
-
|
|
2282
|
+
var V = g.blockedSegment, ee = vn(f, V.chunks.length, null, V.formatContext, V.lastPushedText, !0);
|
|
2283
|
+
V.children.push(ee), V.lastPushedText = !1, f = xi(f, g.node, g.blockedBoundary, ee, g.abortSet, g.legacyContext, g.context, g.treeContext).ping, x.then(f, f), g.blockedSegment.formatContext = C, g.legacyContext = z, g.context = $, ur($);
|
|
2284
2284
|
} else throw g.blockedSegment.formatContext = C, g.legacyContext = z, g.context = $, ur($), Pe;
|
|
2285
2285
|
}
|
|
2286
2286
|
}
|
|
@@ -2319,20 +2319,20 @@ function vv() {
|
|
|
2319
2319
|
try {
|
|
2320
2320
|
var z = f.pingedTasks, $;
|
|
2321
2321
|
for ($ = 0; $ < z.length; $++) {
|
|
2322
|
-
var
|
|
2322
|
+
var V = z[$], ee = f, Pe = V.blockedSegment;
|
|
2323
2323
|
if (Pe.status === 0) {
|
|
2324
|
-
ur(
|
|
2324
|
+
ur(V.context);
|
|
2325
2325
|
try {
|
|
2326
|
-
|
|
2326
|
+
Ft(ee, V, V.node), Pe.lastPushedText && Pe.textEmbedded && Pe.chunks.push(ce), V.abortSet.delete(V), Pe.status = 1, ka(ee, V.blockedBoundary, Pe);
|
|
2327
2327
|
} catch (Vt) {
|
|
2328
2328
|
if (Bn(), typeof Vt == "object" && Vt !== null && typeof Vt.then == "function") {
|
|
2329
|
-
var _e =
|
|
2329
|
+
var _e = V.ping;
|
|
2330
2330
|
Vt.then(_e, _e);
|
|
2331
2331
|
} else {
|
|
2332
|
-
|
|
2333
|
-
var Me =
|
|
2334
|
-
if (Me === null ? Ao(
|
|
2335
|
-
var Wt =
|
|
2332
|
+
V.abortSet.delete(V), Pe.status = 4;
|
|
2333
|
+
var Me = V.blockedBoundary, Ze = Vt, Mt = Hn(ee, Ze);
|
|
2334
|
+
if (Me === null ? Ao(ee, Ze) : (Me.pendingTasks--, Me.forceClientRender || (Me.forceClientRender = !0, Me.errorDigest = Mt, Me.parentFlushed && ee.clientRenderedBoundaries.push(Me))), ee.allPendingTasks--, ee.allPendingTasks === 0) {
|
|
2335
|
+
var Wt = ee.onAllReady;
|
|
2336
2336
|
Wt();
|
|
2337
2337
|
}
|
|
2338
2338
|
}
|
|
@@ -2359,8 +2359,8 @@ function vv() {
|
|
|
2359
2359
|
C = x.chunks;
|
|
2360
2360
|
var $ = 0;
|
|
2361
2361
|
x = x.children;
|
|
2362
|
-
for (var
|
|
2363
|
-
for (z = x[
|
|
2362
|
+
for (var V = 0; V < x.length; V++) {
|
|
2363
|
+
for (z = x[V]; $ < z.index; $++) a(g, C[$]);
|
|
2364
2364
|
z = Do(f, g, z);
|
|
2365
2365
|
}
|
|
2366
2366
|
for (; $ < C.length - 1; $++) a(g, C[$]);
|
|
@@ -2372,7 +2372,7 @@ function vv() {
|
|
|
2372
2372
|
function Do(f, g, x) {
|
|
2373
2373
|
var C = x.boundary;
|
|
2374
2374
|
if (C === null) return Mo(f, g, x);
|
|
2375
|
-
if (C.parentFlushed = !0, C.forceClientRender) C = C.errorDigest, d(g, sn), a(g, _n), C && (a(g, Ln), a(g, m(
|
|
2375
|
+
if (C.parentFlushed = !0, C.forceClientRender) C = C.errorDigest, d(g, sn), a(g, _n), C && (a(g, Ln), a(g, m(ue(C))), a(g, Sr)), d(g, bo), Mo(f, g, x);
|
|
2376
2376
|
else if (0 < C.pendingTasks) {
|
|
2377
2377
|
C.rootSegmentID = f.nextSegmentId++, 0 < C.completedSegments.length && f.partialBoundaries.push(C);
|
|
2378
2378
|
var z = f.responseState, $ = z.nextSuspenseID++;
|
|
@@ -2385,11 +2385,11 @@ function vv() {
|
|
|
2385
2385
|
return d(g, hi);
|
|
2386
2386
|
}
|
|
2387
2387
|
function Ca(f, g, x) {
|
|
2388
|
-
return
|
|
2388
|
+
return At(g, f.responseState, x.formatContext, x.id), Do(f, g, x), nr(g, x.formatContext);
|
|
2389
2389
|
}
|
|
2390
2390
|
function Ta(f, g, x) {
|
|
2391
2391
|
for (var C = x.completedSegments, z = 0; z < C.length; z++) Ra(f, g, x, C[z]);
|
|
2392
|
-
if (C.length = 0, f = f.responseState, C = x.id, x = x.rootSegmentID, a(g, f.startInlineScript), f.sentCompleteBoundaryFunction ? a(g,
|
|
2392
|
+
if (C.length = 0, f = f.responseState, C = x.id, x = x.rootSegmentID, a(g, f.startInlineScript), f.sentCompleteBoundaryFunction ? a(g, It) : (f.sentCompleteBoundaryFunction = !0, a(g, Pr)), C === null) throw Error(r(395));
|
|
2393
2393
|
return x = m(x.toString(16)), a(g, C), a(g, xo), a(g, f.segmentPrefix), a(g, x), d(g, So);
|
|
2394
2394
|
}
|
|
2395
2395
|
function Ra(f, g, x, C) {
|
|
@@ -2413,36 +2413,36 @@ function vv() {
|
|
|
2413
2413
|
}
|
|
2414
2414
|
var z = f.clientRenderedBoundaries, $;
|
|
2415
2415
|
for ($ = 0; $ < z.length; $++) {
|
|
2416
|
-
var
|
|
2416
|
+
var V = z[$];
|
|
2417
2417
|
C = g;
|
|
2418
|
-
var
|
|
2419
|
-
if (a(C,
|
|
2418
|
+
var ee = f.responseState, Pe = V.id, _e = V.errorDigest, Me = V.errorMessage, Ze = V.errorComponentStack;
|
|
2419
|
+
if (a(C, ee.startInlineScript), ee.sentClientRenderFunction ? a(C, ut) : (ee.sentClientRenderFunction = !0, a(
|
|
2420
2420
|
C,
|
|
2421
2421
|
hr
|
|
2422
2422
|
)), Pe === null) throw Error(r(395));
|
|
2423
2423
|
a(C, Pe), a(C, ir), (_e || Me || Ze) && (a(C, Ar), a(C, m(Ut(_e || "")))), (Me || Ze) && (a(C, Ar), a(C, m(Ut(Me || "")))), Ze && (a(C, Ar), a(C, m(Ut(Ze)))), d(C, ar);
|
|
2424
2424
|
}
|
|
2425
2425
|
z.splice(0, $);
|
|
2426
|
-
var
|
|
2427
|
-
for ($ = 0; $ <
|
|
2428
|
-
|
|
2426
|
+
var Mt = f.completedBoundaries;
|
|
2427
|
+
for ($ = 0; $ < Mt.length; $++) Ta(f, g, Mt[$]);
|
|
2428
|
+
Mt.splice(0, $), h(g), o = new Uint8Array(512), i = 0;
|
|
2429
2429
|
var Wt = f.partialBoundaries;
|
|
2430
2430
|
for ($ = 0; $ < Wt.length; $++) {
|
|
2431
2431
|
var Vt = Wt[$];
|
|
2432
2432
|
e: {
|
|
2433
|
-
z = f,
|
|
2433
|
+
z = f, V = g;
|
|
2434
2434
|
var _o = Vt.completedSegments;
|
|
2435
|
-
for (
|
|
2435
|
+
for (ee = 0; ee < _o.length; ee++) if (!Ra(
|
|
2436
2436
|
z,
|
|
2437
|
-
|
|
2437
|
+
V,
|
|
2438
2438
|
Vt,
|
|
2439
|
-
_o[
|
|
2439
|
+
_o[ee]
|
|
2440
2440
|
)) {
|
|
2441
|
-
|
|
2441
|
+
ee++, _o.splice(0, ee);
|
|
2442
2442
|
var Aa = !1;
|
|
2443
2443
|
break e;
|
|
2444
2444
|
}
|
|
2445
|
-
_o.splice(0,
|
|
2445
|
+
_o.splice(0, ee), Aa = !0;
|
|
2446
2446
|
}
|
|
2447
2447
|
if (!Aa) {
|
|
2448
2448
|
f.destination = null, $++, Wt.splice(0, $);
|
|
@@ -2469,34 +2469,34 @@ function vv() {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
return Qu.renderToReadableStream = function(f, g) {
|
|
2471
2471
|
return new Promise(function(x, C) {
|
|
2472
|
-
var z, $,
|
|
2472
|
+
var z, $, V = new Promise(function(Me, Ze) {
|
|
2473
2473
|
$ = Me, z = Ze;
|
|
2474
|
-
}),
|
|
2474
|
+
}), ee = wi(f, J(g ? g.identifierPrefix : void 0, g ? g.nonce : void 0, g ? g.bootstrapScriptContent : void 0, g ? g.bootstrapScripts : void 0, g ? g.bootstrapModules : void 0), Y(g ? g.namespaceURI : void 0), g ? g.progressiveChunkSize : void 0, g ? g.onError : void 0, $, function() {
|
|
2475
2475
|
var Me = new ReadableStream({ type: "bytes", pull: function(Ze) {
|
|
2476
|
-
if (
|
|
2477
|
-
else if (
|
|
2478
|
-
|
|
2476
|
+
if (ee.status === 1) ee.status = 2, R(Ze, ee.fatalError);
|
|
2477
|
+
else if (ee.status !== 2 && ee.destination === null) {
|
|
2478
|
+
ee.destination = Ze;
|
|
2479
2479
|
try {
|
|
2480
|
-
Si(
|
|
2481
|
-
} catch (
|
|
2482
|
-
Hn(
|
|
2480
|
+
Si(ee, Ze);
|
|
2481
|
+
} catch (Mt) {
|
|
2482
|
+
Hn(ee, Mt), Ao(ee, Mt);
|
|
2483
2483
|
}
|
|
2484
2484
|
}
|
|
2485
2485
|
}, cancel: function() {
|
|
2486
|
-
Pa(
|
|
2486
|
+
Pa(ee);
|
|
2487
2487
|
} }, { highWaterMark: 0 });
|
|
2488
|
-
Me.allReady =
|
|
2488
|
+
Me.allReady = V, x(Me);
|
|
2489
2489
|
}, function(Me) {
|
|
2490
|
-
|
|
2490
|
+
V.catch(function() {
|
|
2491
2491
|
}), C(Me);
|
|
2492
2492
|
}, z);
|
|
2493
2493
|
if (g && g.signal) {
|
|
2494
2494
|
var Pe = g.signal, _e = function() {
|
|
2495
|
-
Pa(
|
|
2495
|
+
Pa(ee, Pe.reason), Pe.removeEventListener("abort", _e);
|
|
2496
2496
|
};
|
|
2497
2497
|
Pe.addEventListener("abort", _e);
|
|
2498
2498
|
}
|
|
2499
|
-
Ea(
|
|
2499
|
+
Ea(ee);
|
|
2500
2500
|
});
|
|
2501
2501
|
}, Qu.version = "18.3.1", Qu;
|
|
2502
2502
|
}
|
|
@@ -2587,11 +2587,11 @@ function yv() {
|
|
|
2587
2587
|
if (P(t))
|
|
2588
2588
|
return a("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.", n, D(t)), I(t);
|
|
2589
2589
|
}
|
|
2590
|
-
function
|
|
2590
|
+
function Q(t) {
|
|
2591
2591
|
if (P(t))
|
|
2592
2592
|
return a("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.", D(t)), I(t);
|
|
2593
2593
|
}
|
|
2594
|
-
var _ = Object.prototype.hasOwnProperty, ne = 0,
|
|
2594
|
+
var _ = Object.prototype.hasOwnProperty, ne = 0, ue = 1, K = 2, ie = 3, Oe = 4, Ne = 5, De = 6, Ye = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", Ge = Ye + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", Se = new RegExp("^[" + Ye + "][" + Ge + "]*$"), Ee = {}, Le = {};
|
|
2595
2595
|
function J(t) {
|
|
2596
2596
|
return _.call(Le, t) ? !0 : _.call(Ee, t) ? !1 : Se.test(t) ? (Le[t] = !0, !0) : (Ee[t] = !0, a("Invalid attribute name: `%s`", t), !1);
|
|
2597
2597
|
}
|
|
@@ -2613,13 +2613,13 @@ function yv() {
|
|
|
2613
2613
|
return !1;
|
|
2614
2614
|
}
|
|
2615
2615
|
}
|
|
2616
|
-
function
|
|
2617
|
-
return
|
|
2616
|
+
function Y(t) {
|
|
2617
|
+
return ce.hasOwnProperty(t) ? ce[t] : null;
|
|
2618
2618
|
}
|
|
2619
2619
|
function X(t, n, s, u, p, b, S) {
|
|
2620
|
-
this.acceptsBooleans = n ===
|
|
2620
|
+
this.acceptsBooleans = n === K || n === ie || n === Oe, this.attributeName = u, this.attributeNamespace = p, this.mustUseProperty = s, this.propertyName = t, this.type = n, this.sanitizeURL = b, this.removeEmptyString = S;
|
|
2621
2621
|
}
|
|
2622
|
-
var
|
|
2622
|
+
var ce = {}, he = [
|
|
2623
2623
|
"children",
|
|
2624
2624
|
"dangerouslySetInnerHTML",
|
|
2625
2625
|
// TODO: This prevents the assignment of defaultValue to regular
|
|
@@ -2633,7 +2633,7 @@ function yv() {
|
|
|
2633
2633
|
"style"
|
|
2634
2634
|
];
|
|
2635
2635
|
he.forEach(function(t) {
|
|
2636
|
-
|
|
2636
|
+
ce[t] = new X(
|
|
2637
2637
|
t,
|
|
2638
2638
|
ne,
|
|
2639
2639
|
!1,
|
|
@@ -2648,9 +2648,9 @@ function yv() {
|
|
|
2648
2648
|
);
|
|
2649
2649
|
}), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(t) {
|
|
2650
2650
|
var n = t[0], s = t[1];
|
|
2651
|
-
|
|
2651
|
+
ce[n] = new X(
|
|
2652
2652
|
n,
|
|
2653
|
-
|
|
2653
|
+
ue,
|
|
2654
2654
|
!1,
|
|
2655
2655
|
// mustUseProperty
|
|
2656
2656
|
s,
|
|
@@ -2662,9 +2662,9 @@ function yv() {
|
|
|
2662
2662
|
!1
|
|
2663
2663
|
);
|
|
2664
2664
|
}), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(t) {
|
|
2665
|
-
|
|
2665
|
+
ce[t] = new X(
|
|
2666
2666
|
t,
|
|
2667
|
-
|
|
2667
|
+
K,
|
|
2668
2668
|
!1,
|
|
2669
2669
|
// mustUseProperty
|
|
2670
2670
|
t.toLowerCase(),
|
|
@@ -2676,9 +2676,9 @@ function yv() {
|
|
|
2676
2676
|
!1
|
|
2677
2677
|
);
|
|
2678
2678
|
}), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(t) {
|
|
2679
|
-
|
|
2679
|
+
ce[t] = new X(
|
|
2680
2680
|
t,
|
|
2681
|
-
|
|
2681
|
+
K,
|
|
2682
2682
|
!1,
|
|
2683
2683
|
// mustUseProperty
|
|
2684
2684
|
t,
|
|
@@ -2717,7 +2717,7 @@ function yv() {
|
|
|
2717
2717
|
// Microdata
|
|
2718
2718
|
"itemScope"
|
|
2719
2719
|
].forEach(function(t) {
|
|
2720
|
-
|
|
2720
|
+
ce[t] = new X(
|
|
2721
2721
|
t,
|
|
2722
2722
|
ie,
|
|
2723
2723
|
!1,
|
|
@@ -2741,7 +2741,7 @@ function yv() {
|
|
|
2741
2741
|
// you'll need to set attributeName to name.toLowerCase()
|
|
2742
2742
|
// instead in the assignment below.
|
|
2743
2743
|
].forEach(function(t) {
|
|
2744
|
-
|
|
2744
|
+
ce[t] = new X(
|
|
2745
2745
|
t,
|
|
2746
2746
|
ie,
|
|
2747
2747
|
!0,
|
|
@@ -2761,7 +2761,7 @@ function yv() {
|
|
|
2761
2761
|
// you'll need to set attributeName to name.toLowerCase()
|
|
2762
2762
|
// instead in the assignment below.
|
|
2763
2763
|
].forEach(function(t) {
|
|
2764
|
-
|
|
2764
|
+
ce[t] = new X(
|
|
2765
2765
|
t,
|
|
2766
2766
|
Oe,
|
|
2767
2767
|
!1,
|
|
@@ -2783,7 +2783,7 @@ function yv() {
|
|
|
2783
2783
|
// you'll need to set attributeName to name.toLowerCase()
|
|
2784
2784
|
// instead in the assignment below.
|
|
2785
2785
|
].forEach(function(t) {
|
|
2786
|
-
|
|
2786
|
+
ce[t] = new X(
|
|
2787
2787
|
t,
|
|
2788
2788
|
De,
|
|
2789
2789
|
!1,
|
|
@@ -2797,7 +2797,7 @@ function yv() {
|
|
|
2797
2797
|
!1
|
|
2798
2798
|
);
|
|
2799
2799
|
}), ["rowSpan", "start"].forEach(function(t) {
|
|
2800
|
-
|
|
2800
|
+
ce[t] = new X(
|
|
2801
2801
|
t,
|
|
2802
2802
|
Ne,
|
|
2803
2803
|
!1,
|
|
@@ -2893,9 +2893,9 @@ function yv() {
|
|
|
2893
2893
|
// instead in the assignment below.
|
|
2894
2894
|
].forEach(function(t) {
|
|
2895
2895
|
var n = t.replace(de, me);
|
|
2896
|
-
|
|
2896
|
+
ce[n] = new X(
|
|
2897
2897
|
n,
|
|
2898
|
-
|
|
2898
|
+
ue,
|
|
2899
2899
|
!1,
|
|
2900
2900
|
// mustUseProperty
|
|
2901
2901
|
t,
|
|
@@ -2917,9 +2917,9 @@ function yv() {
|
|
|
2917
2917
|
// instead in the assignment below.
|
|
2918
2918
|
].forEach(function(t) {
|
|
2919
2919
|
var n = t.replace(de, me);
|
|
2920
|
-
|
|
2920
|
+
ce[n] = new X(
|
|
2921
2921
|
n,
|
|
2922
|
-
|
|
2922
|
+
ue,
|
|
2923
2923
|
!1,
|
|
2924
2924
|
// mustUseProperty
|
|
2925
2925
|
t,
|
|
@@ -2937,9 +2937,9 @@ function yv() {
|
|
|
2937
2937
|
// instead in the assignment below.
|
|
2938
2938
|
].forEach(function(t) {
|
|
2939
2939
|
var n = t.replace(de, me);
|
|
2940
|
-
|
|
2940
|
+
ce[n] = new X(
|
|
2941
2941
|
n,
|
|
2942
|
-
|
|
2942
|
+
ue,
|
|
2943
2943
|
!1,
|
|
2944
2944
|
// mustUseProperty
|
|
2945
2945
|
t,
|
|
@@ -2949,9 +2949,9 @@ function yv() {
|
|
|
2949
2949
|
!1
|
|
2950
2950
|
);
|
|
2951
2951
|
}), ["tabIndex", "crossOrigin"].forEach(function(t) {
|
|
2952
|
-
|
|
2952
|
+
ce[t] = new X(
|
|
2953
2953
|
t,
|
|
2954
|
-
|
|
2954
|
+
ue,
|
|
2955
2955
|
!1,
|
|
2956
2956
|
// mustUseProperty
|
|
2957
2957
|
t.toLowerCase(),
|
|
@@ -2964,9 +2964,9 @@ function yv() {
|
|
|
2964
2964
|
);
|
|
2965
2965
|
});
|
|
2966
2966
|
var ae = "xlinkHref";
|
|
2967
|
-
|
|
2967
|
+
ce[ae] = new X(
|
|
2968
2968
|
"xlinkHref",
|
|
2969
|
-
|
|
2969
|
+
ue,
|
|
2970
2970
|
!1,
|
|
2971
2971
|
// mustUseProperty
|
|
2972
2972
|
"xlink:href",
|
|
@@ -2975,9 +2975,9 @@ function yv() {
|
|
|
2975
2975
|
// sanitizeURL
|
|
2976
2976
|
!1
|
|
2977
2977
|
), ["src", "href", "action", "formAction"].forEach(function(t) {
|
|
2978
|
-
|
|
2978
|
+
ce[t] = new X(
|
|
2979
2979
|
t,
|
|
2980
|
-
|
|
2980
|
+
ue,
|
|
2981
2981
|
!1,
|
|
2982
2982
|
// mustUseProperty
|
|
2983
2983
|
t.toLowerCase(),
|
|
@@ -3700,14 +3700,14 @@ function yv() {
|
|
|
3700
3700
|
return a("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.", typeof s), ft[n] = !0, !0;
|
|
3701
3701
|
if (typeof s == "number" && isNaN(s))
|
|
3702
3702
|
return a("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.", n), ft[n] = !0, !0;
|
|
3703
|
-
var N =
|
|
3703
|
+
var N = Y(n), G = N !== null && N.type === ne;
|
|
3704
3704
|
if (Bt.hasOwnProperty(p)) {
|
|
3705
3705
|
var q = Bt[p];
|
|
3706
3706
|
if (q !== n)
|
|
3707
3707
|
return a("Invalid DOM property `%s`. Did you mean `%s`?", n, q), ft[n] = !0, !0;
|
|
3708
|
-
} else if (!
|
|
3708
|
+
} else if (!G && n !== p)
|
|
3709
3709
|
return a("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.", n, p), ft[n] = !0, !0;
|
|
3710
|
-
return typeof s == "boolean" && ye(n, s, N) ? (s ? a('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.', s, n, n, s, n) : a('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.', s, n, n, s, n, n, n), ft[n] = !0, !0) :
|
|
3710
|
+
return typeof s == "boolean" && ye(n, s, N) ? (s ? a('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.', s, n, n, s, n) : a('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.', s, n, n, s, n, n, n), ft[n] = !0, !0) : G ? !0 : ye(n, s, N) ? (ft[n] = !0, !1) : ((s === "false" || s === "true") && N !== null && N.type === ie && (a("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?", s, n, s === "false" ? "The browser will interpret it as a truthy value." : 'Although this works, it will not work as expected if you pass the string "false".', n, s), ft[n] = !0), !0);
|
|
3711
3711
|
};
|
|
3712
3712
|
}
|
|
3713
3713
|
var Mn = function(t, n, s) {
|
|
@@ -3757,7 +3757,7 @@ function yv() {
|
|
|
3757
3757
|
}
|
|
3758
3758
|
var tr = yo, un = /["'&<>]/;
|
|
3759
3759
|
function pr(t) {
|
|
3760
|
-
|
|
3760
|
+
Q(t);
|
|
3761
3761
|
var n = "" + t, s = un.exec(n);
|
|
3762
3762
|
if (!s)
|
|
3763
3763
|
return n;
|
|
@@ -3817,8 +3817,8 @@ function yv() {
|
|
|
3817
3817
|
sentClientRenderFunction: !1
|
|
3818
3818
|
};
|
|
3819
3819
|
}
|
|
3820
|
-
var Cr = 0,
|
|
3821
|
-
function
|
|
3820
|
+
var Cr = 0, At = 1, nr = 2, fn = 3, Tr = 4, Rr = 5, or = 6, Pr = 7;
|
|
3821
|
+
function It(t, n) {
|
|
3822
3822
|
return {
|
|
3823
3823
|
insertionMode: t,
|
|
3824
3824
|
selectedValue: n
|
|
@@ -3827,27 +3827,27 @@ function yv() {
|
|
|
3827
3827
|
function xo(t, n, s) {
|
|
3828
3828
|
switch (n) {
|
|
3829
3829
|
case "select":
|
|
3830
|
-
return At
|
|
3830
|
+
return It(At, s.value != null ? s.value : s.defaultValue);
|
|
3831
3831
|
case "svg":
|
|
3832
|
-
return
|
|
3832
|
+
return It(nr, null);
|
|
3833
3833
|
case "math":
|
|
3834
|
-
return
|
|
3834
|
+
return It(fn, null);
|
|
3835
3835
|
case "foreignObject":
|
|
3836
|
-
return At
|
|
3836
|
+
return It(At, null);
|
|
3837
3837
|
// Table parents are special in that their children can only be created at all if they're
|
|
3838
3838
|
// wrapped in a table parent. So we need to encode that we're entering this mode.
|
|
3839
3839
|
case "table":
|
|
3840
|
-
return
|
|
3840
|
+
return It(Tr, null);
|
|
3841
3841
|
case "thead":
|
|
3842
3842
|
case "tbody":
|
|
3843
3843
|
case "tfoot":
|
|
3844
|
-
return
|
|
3844
|
+
return It(Rr, null);
|
|
3845
3845
|
case "colgroup":
|
|
3846
|
-
return
|
|
3846
|
+
return It(Pr, null);
|
|
3847
3847
|
case "tr":
|
|
3848
|
-
return
|
|
3848
|
+
return It(or, null);
|
|
3849
3849
|
}
|
|
3850
|
-
return t.insertionMode >= Tr || t.insertionMode === Cr ? At
|
|
3850
|
+
return t.insertionMode >= Tr || t.insertionMode === Cr ? It(At, null) : t;
|
|
3851
3851
|
}
|
|
3852
3852
|
var So = null;
|
|
3853
3853
|
function hr(t) {
|
|
@@ -3912,7 +3912,7 @@ function yv() {
|
|
|
3912
3912
|
// We have already filtered out null/undefined and reserved words.
|
|
3913
3913
|
!(s.length > 2 && (s[0] === "o" || s[0] === "O") && (s[1] === "n" || s[1] === "N"))
|
|
3914
3914
|
) {
|
|
3915
|
-
var p =
|
|
3915
|
+
var p = Y(s);
|
|
3916
3916
|
if (p !== null) {
|
|
3917
3917
|
switch (typeof u) {
|
|
3918
3918
|
case "function":
|
|
@@ -3956,7 +3956,7 @@ function yv() {
|
|
|
3956
3956
|
}
|
|
3957
3957
|
}
|
|
3958
3958
|
}
|
|
3959
|
-
var
|
|
3959
|
+
var Ot = ">", c = "/>";
|
|
3960
3960
|
function v(t, n, s) {
|
|
3961
3961
|
if (n != null) {
|
|
3962
3962
|
if (s != null)
|
|
@@ -3964,10 +3964,10 @@ function yv() {
|
|
|
3964
3964
|
if (typeof n != "object" || !("__html" in n))
|
|
3965
3965
|
throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
|
|
3966
3966
|
var u = n.__html;
|
|
3967
|
-
u != null && (
|
|
3967
|
+
u != null && (Q(u), t.push("" + u));
|
|
3968
3968
|
}
|
|
3969
3969
|
}
|
|
3970
|
-
var k = !1, T = !1, j = !1, L = !1, H = !1,
|
|
3970
|
+
var k = !1, T = !1, j = !1, L = !1, H = !1, Z = !1, be = !1;
|
|
3971
3971
|
function Re(t, n) {
|
|
3972
3972
|
{
|
|
3973
3973
|
var s = t[n];
|
|
@@ -4000,7 +4000,7 @@ function yv() {
|
|
|
4000
4000
|
break;
|
|
4001
4001
|
}
|
|
4002
4002
|
}
|
|
4003
|
-
return t.push(
|
|
4003
|
+
return t.push(Ot), v(t, p, u), u;
|
|
4004
4004
|
}
|
|
4005
4005
|
function Ue(t) {
|
|
4006
4006
|
var n = "";
|
|
@@ -4013,12 +4013,12 @@ function yv() {
|
|
|
4013
4013
|
var p = u.selectedValue;
|
|
4014
4014
|
t.push(cr("option"));
|
|
4015
4015
|
var b = null, S = null, A = null, N = null;
|
|
4016
|
-
for (var
|
|
4017
|
-
if (_.call(n,
|
|
4018
|
-
var q = n[
|
|
4016
|
+
for (var G in n)
|
|
4017
|
+
if (_.call(n, G)) {
|
|
4018
|
+
var q = n[G];
|
|
4019
4019
|
if (q == null)
|
|
4020
4020
|
continue;
|
|
4021
|
-
switch (
|
|
4021
|
+
switch (G) {
|
|
4022
4022
|
case "children":
|
|
4023
4023
|
b = q;
|
|
4024
4024
|
break;
|
|
@@ -4034,13 +4034,13 @@ function yv() {
|
|
|
4034
4034
|
// We intentionally fallthrough to also set the attribute on the node.
|
|
4035
4035
|
// eslint-disable-next-line-no-fallthrough
|
|
4036
4036
|
default:
|
|
4037
|
-
mt(t, s,
|
|
4037
|
+
mt(t, s, G, q);
|
|
4038
4038
|
break;
|
|
4039
4039
|
}
|
|
4040
4040
|
}
|
|
4041
4041
|
if (p != null) {
|
|
4042
4042
|
var se;
|
|
4043
|
-
if (S !== null ? (W(S, "value"), se = "" + S) : (N !== null && (
|
|
4043
|
+
if (S !== null ? (W(S, "value"), se = "" + S) : (N !== null && (Z || (Z = !0, a("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))), se = Ue(b)), rr(p))
|
|
4044
4044
|
for (var Ie = 0; Ie < p.length; Ie++) {
|
|
4045
4045
|
W(p[Ie], "value");
|
|
4046
4046
|
var Ve = "" + p[Ie];
|
|
@@ -4052,7 +4052,7 @@ function yv() {
|
|
|
4052
4052
|
else
|
|
4053
4053
|
W(p, "select.value"), "" + p === se && t.push(Ct);
|
|
4054
4054
|
} else A && t.push(Ct);
|
|
4055
|
-
return t.push(
|
|
4055
|
+
return t.push(Ot), v(t, N, b), b;
|
|
4056
4056
|
}
|
|
4057
4057
|
function Rt(t, n, s) {
|
|
4058
4058
|
$e("input", n), n.checked !== void 0 && n.defaultChecked !== void 0 && !T && (a("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components", "A component", n.type), T = !0), n.value !== void 0 && n.defaultValue !== void 0 && !k && (a("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components", "A component", n.type), k = !0), t.push(cr("input"));
|
|
@@ -4112,15 +4112,15 @@ function yv() {
|
|
|
4112
4112
|
break;
|
|
4113
4113
|
}
|
|
4114
4114
|
}
|
|
4115
|
-
if (u === null && p !== null && (u = p), t.push(
|
|
4115
|
+
if (u === null && p !== null && (u = p), t.push(Ot), b != null) {
|
|
4116
4116
|
if (a("Use the `defaultValue` or `value` props instead of setting children on <textarea>."), u != null)
|
|
4117
4117
|
throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");
|
|
4118
4118
|
if (rr(b)) {
|
|
4119
4119
|
if (b.length > 1)
|
|
4120
4120
|
throw new Error("<textarea> can only have at most one child.");
|
|
4121
|
-
|
|
4121
|
+
Q(b[0]), u = "" + b[0];
|
|
4122
4122
|
}
|
|
4123
|
-
|
|
4123
|
+
Q(b), u = "" + b;
|
|
4124
4124
|
}
|
|
4125
4125
|
return typeof u == "string" && u[0] === `
|
|
4126
4126
|
` && t.push(Yr), u !== null && (W(u, "value"), t.push(ir("" + u))), null;
|
|
@@ -4161,7 +4161,7 @@ function yv() {
|
|
|
4161
4161
|
break;
|
|
4162
4162
|
}
|
|
4163
4163
|
}
|
|
4164
|
-
return t.push(
|
|
4164
|
+
return t.push(Ot), null;
|
|
4165
4165
|
}
|
|
4166
4166
|
function Fr(t, n, s) {
|
|
4167
4167
|
t.push(cr("title"));
|
|
@@ -4183,7 +4183,7 @@ function yv() {
|
|
|
4183
4183
|
break;
|
|
4184
4184
|
}
|
|
4185
4185
|
}
|
|
4186
|
-
t.push(
|
|
4186
|
+
t.push(Ot);
|
|
4187
4187
|
{
|
|
4188
4188
|
var S = Array.isArray(u) && u.length < 2 ? u[0] || null : u;
|
|
4189
4189
|
Array.isArray(u) && u.length > 1 ? a("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering") : S != null && S.$$typeof != null ? a("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering") : S != null && typeof S != "string" && typeof S != "number" && a("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering");
|
|
@@ -4210,7 +4210,7 @@ function yv() {
|
|
|
4210
4210
|
break;
|
|
4211
4211
|
}
|
|
4212
4212
|
}
|
|
4213
|
-
return t.push(
|
|
4213
|
+
return t.push(Ot), v(t, b, p), typeof p == "string" ? (t.push(ir(p)), null) : p;
|
|
4214
4214
|
}
|
|
4215
4215
|
function mr(t, n, s, u) {
|
|
4216
4216
|
t.push(cr(s));
|
|
@@ -4238,7 +4238,7 @@ function yv() {
|
|
|
4238
4238
|
break;
|
|
4239
4239
|
}
|
|
4240
4240
|
}
|
|
4241
|
-
return t.push(
|
|
4241
|
+
return t.push(Ot), v(t, b, p), p;
|
|
4242
4242
|
}
|
|
4243
4243
|
var Yr = `
|
|
4244
4244
|
`;
|
|
@@ -4262,14 +4262,14 @@ function yv() {
|
|
|
4262
4262
|
break;
|
|
4263
4263
|
}
|
|
4264
4264
|
}
|
|
4265
|
-
if (t.push(
|
|
4265
|
+
if (t.push(Ot), b != null) {
|
|
4266
4266
|
if (p != null)
|
|
4267
4267
|
throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");
|
|
4268
4268
|
if (typeof b != "object" || !("__html" in b))
|
|
4269
4269
|
throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
|
|
4270
4270
|
var N = b.__html;
|
|
4271
4271
|
N != null && (typeof N == "string" && N.length > 0 && N[0] === `
|
|
4272
|
-
` ? t.push(Yr, N) : (
|
|
4272
|
+
` ? t.push(Yr, N) : (Q(N), t.push("" + N)));
|
|
4273
4273
|
}
|
|
4274
4274
|
return typeof p == "string" && p[0] === `
|
|
4275
4275
|
` && t.push(Yr), p;
|
|
@@ -4396,11 +4396,11 @@ function yv() {
|
|
|
4396
4396
|
function wi(t, n) {
|
|
4397
4397
|
return w(t, Bn);
|
|
4398
4398
|
}
|
|
4399
|
-
var xi = '<div hidden id="', vn = '">', Hn = "</div>", Ao = '<svg aria-hidden="true" style="display:none" id="', ya = '">', ba = "</svg>", wa = '<math aria-hidden="true" style="display:none" id="', Io = '">',
|
|
4399
|
+
var xi = '<div hidden id="', vn = '">', Hn = "</div>", Ao = '<svg aria-hidden="true" style="display:none" id="', ya = '">', ba = "</svg>", wa = '<math aria-hidden="true" style="display:none" id="', Io = '">', Ft = "</math>", xa = '<table hidden id="', Oo = '">', qs = "</table>", Sa = '<table hidden><tbody id="', Fo = '">', ka = "</tbody></table>", Ea = '<table hidden><tr id="', Mo = '">', Do = "</tr></table>", Ca = '<table hidden><colgroup id="', Ta = '">', Ra = "</colgroup></table>";
|
|
4400
4400
|
function Si(t, n, s, u) {
|
|
4401
4401
|
switch (s.insertionMode) {
|
|
4402
4402
|
case Cr:
|
|
4403
|
-
case
|
|
4403
|
+
case At:
|
|
4404
4404
|
return m(t, xi), m(t, n.segmentPrefix), m(t, u.toString(16)), w(t, vn);
|
|
4405
4405
|
case nr:
|
|
4406
4406
|
return m(t, Ao), m(t, n.segmentPrefix), m(t, u.toString(16)), w(t, ya);
|
|
@@ -4425,12 +4425,12 @@ function yv() {
|
|
|
4425
4425
|
function Pa(t, n) {
|
|
4426
4426
|
switch (n.insertionMode) {
|
|
4427
4427
|
case Cr:
|
|
4428
|
-
case
|
|
4428
|
+
case At:
|
|
4429
4429
|
return w(t, Hn);
|
|
4430
4430
|
case nr:
|
|
4431
4431
|
return w(t, ba);
|
|
4432
4432
|
case fn:
|
|
4433
|
-
return w(t,
|
|
4433
|
+
return w(t, Ft);
|
|
4434
4434
|
case Tr:
|
|
4435
4435
|
return w(t, qs);
|
|
4436
4436
|
case Rr:
|
|
@@ -4443,14 +4443,14 @@ function yv() {
|
|
|
4443
4443
|
throw new Error("Unknown insertion mode. This is a bug in React.");
|
|
4444
4444
|
}
|
|
4445
4445
|
}
|
|
4446
|
-
var f = "function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}", g = 'function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}', x = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}', C = f + ';$RS("', z = '$RS("', $ = '","',
|
|
4447
|
-
function
|
|
4446
|
+
var f = "function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}", g = 'function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}', x = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}', C = f + ';$RS("', z = '$RS("', $ = '","', V = '")<\/script>';
|
|
4447
|
+
function ee(t, n, s) {
|
|
4448
4448
|
m(t, n.startInlineScript), n.sentCompleteSegmentFunction ? m(t, z) : (n.sentCompleteSegmentFunction = !0, m(t, C)), m(t, n.segmentPrefix);
|
|
4449
4449
|
var u = s.toString(16);
|
|
4450
|
-
return m(t, u), m(t, $), m(t, n.placeholderPrefix), m(t, u), w(t,
|
|
4450
|
+
return m(t, u), m(t, $), m(t, n.placeholderPrefix), m(t, u), w(t, V);
|
|
4451
4451
|
}
|
|
4452
4452
|
var Pe = g + ';$RC("', _e = '$RC("', Me = '","', Ze = '")<\/script>';
|
|
4453
|
-
function
|
|
4453
|
+
function Mt(t, n, s, u) {
|
|
4454
4454
|
if (m(t, n.startInlineScript), n.sentCompleteBoundaryFunction ? m(t, _e) : (n.sentCompleteBoundaryFunction = !0, m(t, Pe)), s === null)
|
|
4455
4455
|
throw new Error("An ID must have been assigned before we can complete the boundary.");
|
|
4456
4456
|
var p = u.toString(16);
|
|
@@ -4499,7 +4499,7 @@ function yv() {
|
|
|
4499
4499
|
}
|
|
4500
4500
|
function $c() {
|
|
4501
4501
|
return {
|
|
4502
|
-
insertionMode:
|
|
4502
|
+
insertionMode: At,
|
|
4503
4503
|
// We skip the root mode because we don't want to emit the DOCTYPE in legacy mode.
|
|
4504
4504
|
selectedValue: null
|
|
4505
4505
|
};
|
|
@@ -4716,18 +4716,18 @@ function yv() {
|
|
|
4716
4716
|
if (vt && u && typeof vt.stack == "string") {
|
|
4717
4717
|
for (var A = vt.stack.split(`
|
|
4718
4718
|
`), N = u.stack.split(`
|
|
4719
|
-
`),
|
|
4719
|
+
`), G = A.length - 1, q = N.length - 1; G >= 1 && q >= 0 && A[G] !== N[q]; )
|
|
4720
4720
|
q--;
|
|
4721
|
-
for (;
|
|
4722
|
-
if (A[
|
|
4723
|
-
if (
|
|
4721
|
+
for (; G >= 1 && q >= 0; G--, q--)
|
|
4722
|
+
if (A[G] !== N[q]) {
|
|
4723
|
+
if (G !== 1 || q !== 1)
|
|
4724
4724
|
do
|
|
4725
|
-
if (
|
|
4725
|
+
if (G--, q--, q < 0 || A[G] !== N[q]) {
|
|
4726
4726
|
var se = `
|
|
4727
|
-
` + A[
|
|
4727
|
+
` + A[G].replace(" at new ", " at ");
|
|
4728
4728
|
return t.displayName && se.includes("<anonymous>") && (se = se.replace("<anonymous>", t.displayName)), typeof t == "function" && $o.set(t, se), se;
|
|
4729
4729
|
}
|
|
4730
|
-
while (
|
|
4730
|
+
while (G >= 1 && q >= 0);
|
|
4731
4731
|
break;
|
|
4732
4732
|
}
|
|
4733
4733
|
}
|
|
@@ -4796,8 +4796,8 @@ function yv() {
|
|
|
4796
4796
|
throw N.name = "Invariant Violation", N;
|
|
4797
4797
|
}
|
|
4798
4798
|
A = t[S](n, S, u, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
4799
|
-
} catch (
|
|
4800
|
-
A =
|
|
4799
|
+
} catch (G) {
|
|
4800
|
+
A = G;
|
|
4801
4801
|
}
|
|
4802
4802
|
A && !(A instanceof Error) && ($a(p), a("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", u || "React class", s, S, typeof A), $a(null)), A instanceof Error && !(A.message in mu) && (mu[A.message] = !0, $a(p), a("Failed %s type: %s", s, A.message), $a(null));
|
|
4803
4803
|
}
|
|
@@ -4998,16 +4998,16 @@ Please check the code for the %s component.`, n, n, u), wu[p] = !0;
|
|
|
4998
4998
|
Mi.has(N) || (Mi.add(N), a("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.", N, A.state === null ? "null" : "undefined", N));
|
|
4999
4999
|
}
|
|
5000
5000
|
if (typeof t.getDerivedStateFromProps == "function" || typeof A.getSnapshotBeforeUpdate == "function") {
|
|
5001
|
-
var
|
|
5002
|
-
if (typeof A.componentWillMount == "function" && A.componentWillMount.__suppressDeprecationWarning !== !0 ?
|
|
5001
|
+
var G = null, q = null, se = null;
|
|
5002
|
+
if (typeof A.componentWillMount == "function" && A.componentWillMount.__suppressDeprecationWarning !== !0 ? G = "componentWillMount" : typeof A.UNSAFE_componentWillMount == "function" && (G = "UNSAFE_componentWillMount"), typeof A.componentWillReceiveProps == "function" && A.componentWillReceiveProps.__suppressDeprecationWarning !== !0 ? q = "componentWillReceiveProps" : typeof A.UNSAFE_componentWillReceiveProps == "function" && (q = "UNSAFE_componentWillReceiveProps"), typeof A.componentWillUpdate == "function" && A.componentWillUpdate.__suppressDeprecationWarning !== !0 ? se = "componentWillUpdate" : typeof A.UNSAFE_componentWillUpdate == "function" && (se = "UNSAFE_componentWillUpdate"), G !== null || q !== null || se !== null) {
|
|
5003
5003
|
var Ie = ot(t) || "Component", Ve = typeof t.getDerivedStateFromProps == "function" ? "getDerivedStateFromProps()" : "getSnapshotBeforeUpdate()";
|
|
5004
5004
|
Va.has(Ie) || (Va.add(Ie), a(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
5005
5005
|
|
|
5006
5006
|
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
5007
5007
|
|
|
5008
5008
|
The above lifecycles should be removed. Learn more about this warning here:
|
|
5009
|
-
https://reactjs.org/link/unsafe-component-lifecycles`, Ie, Ve,
|
|
5010
|
-
` +
|
|
5009
|
+
https://reactjs.org/link/unsafe-component-lifecycles`, Ie, Ve, G !== null ? `
|
|
5010
|
+
` + G : "", q !== null ? `
|
|
5011
5011
|
` + q : "", se !== null ? `
|
|
5012
5012
|
` + se : ""));
|
|
5013
5013
|
}
|
|
@@ -5051,7 +5051,7 @@ Please update the following components: %s`,
|
|
|
5051
5051
|
n.state = p[0];
|
|
5052
5052
|
else {
|
|
5053
5053
|
for (var S = b ? p[0] : n.state, A = !0, N = b ? 1 : 0; N < p.length; N++) {
|
|
5054
|
-
var
|
|
5054
|
+
var G = p[N], q = typeof G == "function" ? G.call(n, S, s, u) : G;
|
|
5055
5055
|
q != null && (A ? (A = !1, S = Lt({}, S, q)) : Lt(S, q));
|
|
5056
5056
|
}
|
|
5057
5057
|
n.state = S;
|
|
@@ -5087,7 +5087,7 @@ Please update the following components: %s`,
|
|
|
5087
5087
|
function ml(t, n, s) {
|
|
5088
5088
|
var u = t.id, p = t.overflow, b = Ni(u) - 1, S = u & ~(1 << b), A = s + 1, N = Ni(n) + b;
|
|
5089
5089
|
if (N > 30) {
|
|
5090
|
-
var
|
|
5090
|
+
var G = b - b % 5, q = (1 << G) - 1, se = (S & q).toString(32), Ie = S >> G, Ve = b - G, vt = Ni(n) + Ve, eo = A << Ve, to = eo | Ie, Zr = se + p;
|
|
5091
5091
|
return {
|
|
5092
5092
|
id: 1 << vt | to,
|
|
5093
5093
|
overflow: Zr
|
|
@@ -5197,8 +5197,8 @@ Incoming: %s`, Xt, "[" + t.join(", ") + "]", "[" + n.join(", ") + "]");
|
|
|
5197
5197
|
return [et.memoizedState, p];
|
|
5198
5198
|
} else {
|
|
5199
5199
|
Qt = !0;
|
|
5200
|
-
var
|
|
5201
|
-
t === es ?
|
|
5200
|
+
var G;
|
|
5201
|
+
t === es ? G = typeof n == "function" ? n() : n : G = s !== void 0 ? s(n) : n, Qt = !1, et.memoizedState = G;
|
|
5202
5202
|
var q = et.queue = {
|
|
5203
5203
|
last: null,
|
|
5204
5204
|
dispatch: null
|
|
@@ -5343,7 +5343,7 @@ Error generating stack: ` + u.message + `
|
|
|
5343
5343
|
function Wo() {
|
|
5344
5344
|
}
|
|
5345
5345
|
function Vo(t, n, s, u, p, b, S, A, N) {
|
|
5346
|
-
var
|
|
5346
|
+
var G = [], q = /* @__PURE__ */ new Set(), se = {
|
|
5347
5347
|
destination: null,
|
|
5348
5348
|
responseState: n,
|
|
5349
5349
|
progressiveChunkSize: u === void 0 ? Ou : u,
|
|
@@ -5354,7 +5354,7 @@ Error generating stack: ` + u.message + `
|
|
|
5354
5354
|
pendingRootTasks: 0,
|
|
5355
5355
|
completedRootSegment: null,
|
|
5356
5356
|
abortableTasks: q,
|
|
5357
|
-
pingedTasks:
|
|
5357
|
+
pingedTasks: G,
|
|
5358
5358
|
clientRenderedBoundaries: [],
|
|
5359
5359
|
completedBoundaries: [],
|
|
5360
5360
|
partialBoundaries: [],
|
|
@@ -5374,7 +5374,7 @@ Error generating stack: ` + u.message + `
|
|
|
5374
5374
|
);
|
|
5375
5375
|
Ie.parentFlushed = !0;
|
|
5376
5376
|
var Ve = Jn(se, t, null, Ie, q, Ai, Ba, qc);
|
|
5377
|
-
return
|
|
5377
|
+
return G.push(Ve), se;
|
|
5378
5378
|
}
|
|
5379
5379
|
function gf(t, n) {
|
|
5380
5380
|
var s = t.pingedTasks;
|
|
@@ -5477,9 +5477,9 @@ Error generating stack: ` + u.message + `
|
|
|
5477
5477
|
}
|
|
5478
5478
|
function Ui(t, n, s) {
|
|
5479
5479
|
Kn(n, "Suspense");
|
|
5480
|
-
var u = n.blockedBoundary, p = n.blockedSegment, b = s.fallback, S = s.children, A = /* @__PURE__ */ new Set(), N = vf(t, A),
|
|
5480
|
+
var u = n.blockedBoundary, p = n.blockedSegment, b = s.fallback, S = s.children, A = /* @__PURE__ */ new Set(), N = vf(t, A), G = p.chunks.length, q = ls(
|
|
5481
5481
|
t,
|
|
5482
|
-
|
|
5482
|
+
G,
|
|
5483
5483
|
N,
|
|
5484
5484
|
p.formatContext,
|
|
5485
5485
|
// boundaries never require text embedding at their edges because comment nodes bound them
|
|
@@ -5498,7 +5498,7 @@ Error generating stack: ` + u.message + `
|
|
|
5498
5498
|
);
|
|
5499
5499
|
se.parentFlushed = !0, n.blockedBoundary = N, n.blockedSegment = se;
|
|
5500
5500
|
try {
|
|
5501
|
-
if (
|
|
5501
|
+
if (Dt(t, n, S), lu(se.chunks, t.responseState, se.lastPushedText, se.textEmbedded), se.status = Uo, Yo(N, se), N.pendingTasks === 0) {
|
|
5502
5502
|
Lr(n);
|
|
5503
5503
|
return;
|
|
5504
5504
|
}
|
|
@@ -5515,7 +5515,7 @@ Error generating stack: ` + u.message + `
|
|
|
5515
5515
|
var p = n.blockedSegment, b = gr(p.chunks, s, u, t.responseState, p.formatContext);
|
|
5516
5516
|
p.lastPushedText = !1;
|
|
5517
5517
|
var S = p.formatContext;
|
|
5518
|
-
p.formatContext = xo(S, s, u),
|
|
5518
|
+
p.formatContext = xo(S, s, u), Dt(t, n, b), p.formatContext = S, Xe(p.chunks, s), p.lastPushedText = !1, Lr(n);
|
|
5519
5519
|
}
|
|
5520
5520
|
function Hi(t) {
|
|
5521
5521
|
return t.prototype && t.prototype.isReactComponent;
|
|
@@ -5562,8 +5562,8 @@ Error generating stack: ` + u.message + `
|
|
|
5562
5562
|
typeof S == "object" && S !== null && typeof S.render == "function" && S.$$typeof === void 0
|
|
5563
5563
|
) {
|
|
5564
5564
|
{
|
|
5565
|
-
var
|
|
5566
|
-
Vi[
|
|
5565
|
+
var G = ot(s) || "Unknown";
|
|
5566
|
+
Vi[G] || (a("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.", G, G, G), Vi[G] = !0);
|
|
5567
5567
|
}
|
|
5568
5568
|
Eu(S, s, u, p), Fu(t, n, S, s, u);
|
|
5569
5569
|
} else if (Lu(s), A) {
|
|
@@ -5607,8 +5607,8 @@ Error generating stack: ` + u.message + `
|
|
|
5607
5607
|
zi(n, s.render);
|
|
5608
5608
|
var b = Wi(t, n, s.render, u, p), S = yl();
|
|
5609
5609
|
if (S) {
|
|
5610
|
-
var A = n.treeContext, N = 1,
|
|
5611
|
-
n.treeContext = ml(A, N,
|
|
5610
|
+
var A = n.treeContext, N = 1, G = 0;
|
|
5611
|
+
n.treeContext = ml(A, N, G);
|
|
5612
5612
|
try {
|
|
5613
5613
|
qt(t, n, b);
|
|
5614
5614
|
} finally {
|
|
@@ -5729,9 +5729,9 @@ Error generating stack: ` + u.message + `
|
|
|
5729
5729
|
throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");
|
|
5730
5730
|
// eslint-disable-next-line-no-fallthrough
|
|
5731
5731
|
case Lo: {
|
|
5732
|
-
var A = s, N = A._payload,
|
|
5732
|
+
var A = s, N = A._payload, G = A._init, q;
|
|
5733
5733
|
try {
|
|
5734
|
-
q =
|
|
5734
|
+
q = G(N);
|
|
5735
5735
|
} catch (Go) {
|
|
5736
5736
|
throw typeof Go == "object" && Go !== null && typeof Go.then == "function" && Kn(n, "Lazy"), Go;
|
|
5737
5737
|
}
|
|
@@ -5780,7 +5780,7 @@ Error generating stack: ` + u.message + `
|
|
|
5780
5780
|
var b = n.treeContext;
|
|
5781
5781
|
n.treeContext = ml(b, u, p);
|
|
5782
5782
|
try {
|
|
5783
|
-
|
|
5783
|
+
Dt(t, n, s[p]);
|
|
5784
5784
|
} finally {
|
|
5785
5785
|
n.treeContext = b;
|
|
5786
5786
|
}
|
|
@@ -5803,7 +5803,7 @@ Error generating stack: ` + u.message + `
|
|
|
5803
5803
|
var A = S.ping;
|
|
5804
5804
|
s.then(A, A);
|
|
5805
5805
|
}
|
|
5806
|
-
function
|
|
5806
|
+
function Dt(t, n, s) {
|
|
5807
5807
|
var u = n.blockedSegment.formatContext, p = n.legacyContext, b = n.context, S = null;
|
|
5808
5808
|
S = n.componentStack;
|
|
5809
5809
|
try {
|
|
@@ -5849,8 +5849,8 @@ Error generating stack: ` + u.message + `
|
|
|
5849
5849
|
}
|
|
5850
5850
|
u.parentFlushed && n.clientRenderedBoundaries.push(u);
|
|
5851
5851
|
}
|
|
5852
|
-
if (u.fallbackAbortableTasks.forEach(function(
|
|
5853
|
-
return zu(
|
|
5852
|
+
if (u.fallbackAbortableTasks.forEach(function(G) {
|
|
5853
|
+
return zu(G, n, s);
|
|
5854
5854
|
}), u.fallbackAbortableTasks.clear(), n.allPendingTasks--, n.allPendingTasks === 0) {
|
|
5855
5855
|
var N = n.onAllReady;
|
|
5856
5856
|
N();
|
|
@@ -5942,9 +5942,9 @@ Error generating stack: ` + u.message + `
|
|
|
5942
5942
|
case Uo: {
|
|
5943
5943
|
s.status = is;
|
|
5944
5944
|
for (var p = !0, b = s.chunks, S = 0, A = s.children, N = 0; N < A.length; N++) {
|
|
5945
|
-
for (var
|
|
5945
|
+
for (var G = A[N]; S < G.index; S++)
|
|
5946
5946
|
m(n, b[S]);
|
|
5947
|
-
p = Gi(t, n,
|
|
5947
|
+
p = Gi(t, n, G);
|
|
5948
5948
|
}
|
|
5949
5949
|
for (; S < b.length - 1; S++)
|
|
5950
5950
|
m(n, b[S]);
|
|
@@ -5986,7 +5986,7 @@ Error generating stack: ` + u.message + `
|
|
|
5986
5986
|
var b = u[p];
|
|
5987
5987
|
Uu(t, n, s, b);
|
|
5988
5988
|
}
|
|
5989
|
-
return u.length = 0,
|
|
5989
|
+
return u.length = 0, Mt(n, t.responseState, s.id, s.rootSegmentID);
|
|
5990
5990
|
}
|
|
5991
5991
|
function fs(t, n, s) {
|
|
5992
5992
|
for (var u = s.completedSegments, p = 0; p < u.length; p++) {
|
|
@@ -6006,7 +6006,7 @@ Error generating stack: ` + u.message + `
|
|
|
6006
6006
|
throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");
|
|
6007
6007
|
return Ml(t, n, u);
|
|
6008
6008
|
} else
|
|
6009
|
-
return Ml(t, n, u),
|
|
6009
|
+
return Ml(t, n, u), ee(n, t.responseState, p);
|
|
6010
6010
|
}
|
|
6011
6011
|
function ds(t, n) {
|
|
6012
6012
|
try {
|
|
@@ -6032,8 +6032,8 @@ Error generating stack: ` + u.message + `
|
|
|
6032
6032
|
S.splice(0, p);
|
|
6033
6033
|
var N = t.partialBoundaries;
|
|
6034
6034
|
for (p = 0; p < N.length; p++) {
|
|
6035
|
-
var
|
|
6036
|
-
if (!fs(t, n,
|
|
6035
|
+
var G = N[p];
|
|
6036
|
+
if (!fs(t, n, G)) {
|
|
6037
6037
|
t.destination = null, p++, N.splice(0, p);
|
|
6038
6038
|
return;
|
|
6039
6039
|
}
|
|
@@ -6092,10 +6092,10 @@ Error generating stack: ` + u.message + `
|
|
|
6092
6092
|
p = !0, b = se;
|
|
6093
6093
|
}
|
|
6094
6094
|
}, N = !1;
|
|
6095
|
-
function
|
|
6095
|
+
function G() {
|
|
6096
6096
|
N = !0;
|
|
6097
6097
|
}
|
|
6098
|
-
var q = Vo(t, Nc(s, n ? n.identifierPrefix : void 0), $c(), 1 / 0, Dl, void 0,
|
|
6098
|
+
var q = Vo(t, Nc(s, n ? n.identifierPrefix : void 0), $c(), 1 / 0, Dl, void 0, G);
|
|
6099
6099
|
if (Hu(q), Wu(q, u), Pf(q, A), p)
|
|
6100
6100
|
throw b;
|
|
6101
6101
|
if (!N)
|
|
@@ -6197,7 +6197,7 @@ function bv() {
|
|
|
6197
6197
|
return n;
|
|
6198
6198
|
}
|
|
6199
6199
|
}
|
|
6200
|
-
function
|
|
6200
|
+
function Q(l) {
|
|
6201
6201
|
try {
|
|
6202
6202
|
return _(l), !1;
|
|
6203
6203
|
} catch {
|
|
@@ -6208,20 +6208,20 @@ function bv() {
|
|
|
6208
6208
|
return "" + l;
|
|
6209
6209
|
}
|
|
6210
6210
|
function ne(l, t) {
|
|
6211
|
-
if (
|
|
6211
|
+
if (Q(l))
|
|
6212
6212
|
return a("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.", t, U(l)), _(l);
|
|
6213
6213
|
}
|
|
6214
|
-
function
|
|
6215
|
-
if (
|
|
6214
|
+
function ue(l, t) {
|
|
6215
|
+
if (Q(l))
|
|
6216
6216
|
return a("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.", t, U(l)), _(l);
|
|
6217
6217
|
}
|
|
6218
|
-
function
|
|
6219
|
-
if (
|
|
6218
|
+
function K(l) {
|
|
6219
|
+
if (Q(l))
|
|
6220
6220
|
return a("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.", U(l)), _(l);
|
|
6221
6221
|
}
|
|
6222
|
-
var ie = Object.prototype.hasOwnProperty, Oe = 0, Ne = 1, De = 2, Ye = 3, Ge = 4, Se = 5, Ee = 6, Le = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", J = Le + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", ye = new RegExp("^[" + Le + "][" + J + "]*$"),
|
|
6223
|
-
function
|
|
6224
|
-
return ie.call(X, l) ? !0 : ie.call(
|
|
6222
|
+
var ie = Object.prototype.hasOwnProperty, Oe = 0, Ne = 1, De = 2, Ye = 3, Ge = 4, Se = 5, Ee = 6, Le = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", J = Le + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", ye = new RegExp("^[" + Le + "][" + J + "]*$"), Y = {}, X = {};
|
|
6223
|
+
function ce(l) {
|
|
6224
|
+
return ie.call(X, l) ? !0 : ie.call(Y, l) ? !1 : ye.test(l) ? (X[l] = !0, !0) : (Y[l] = !0, a("Invalid attribute name: `%s`", l), !1);
|
|
6225
6225
|
}
|
|
6226
6226
|
function he(l, t, n, s) {
|
|
6227
6227
|
if (n !== null && n.type === Oe)
|
|
@@ -7330,9 +7330,9 @@ function bv() {
|
|
|
7330
7330
|
return a("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.", t), st[t] = !0, !0;
|
|
7331
7331
|
var A = de(t), N = A !== null && A.type === Oe;
|
|
7332
7332
|
if (On.hasOwnProperty(u)) {
|
|
7333
|
-
var
|
|
7334
|
-
if (
|
|
7335
|
-
return a("Invalid DOM property `%s`. Did you mean `%s`?", t,
|
|
7333
|
+
var G = On[u];
|
|
7334
|
+
if (G !== t)
|
|
7335
|
+
return a("Invalid DOM property `%s`. Did you mean `%s`?", t, G), st[t] = !0, !0;
|
|
7336
7336
|
} else if (!N && t !== u)
|
|
7337
7337
|
return a("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.", t, u), st[t] = !0, !0;
|
|
7338
7338
|
return typeof n == "boolean" && he(t, n, A) ? (n ? a('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.', n, t, t, n, t) : a('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.', n, t, t, n, t, t, t), st[t] = !0, !0) : N ? !0 : he(t, n, A) ? (st[t] = !0, !1) : ((n === "false" || n === "true") && A !== null && A.type === Ye && (a("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?", n, t, n === "false" ? "The browser will interpret it as a truthy value." : 'Although this works, it will not work as expected if you pass the string "false".', t, n), st[t] = !0), !0);
|
|
@@ -7385,7 +7385,7 @@ function bv() {
|
|
|
7385
7385
|
}
|
|
7386
7386
|
var Nn = _n, $n = /["'&<>]/;
|
|
7387
7387
|
function wo(l) {
|
|
7388
|
-
|
|
7388
|
+
K(l);
|
|
7389
7389
|
var t = "" + l, n = $n.exec(t);
|
|
7390
7390
|
if (!n)
|
|
7391
7391
|
return t;
|
|
@@ -7426,14 +7426,14 @@ function bv() {
|
|
|
7426
7426
|
!zn && rr.test(l) && (zn = !0, a("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.", JSON.stringify(l)));
|
|
7427
7427
|
}
|
|
7428
7428
|
var Cr = Array.isArray;
|
|
7429
|
-
function
|
|
7429
|
+
function At(l) {
|
|
7430
7430
|
return Cr(l);
|
|
7431
7431
|
}
|
|
7432
7432
|
var nr = I("<script>"), fn = I("<\/script>"), Tr = I('<script src="'), Rr = I('<script type="module" src="'), or = I('" async=""><\/script>');
|
|
7433
7433
|
function Pr(l) {
|
|
7434
|
-
return
|
|
7434
|
+
return K(l), ("" + l).replace(It, xo);
|
|
7435
7435
|
}
|
|
7436
|
-
var
|
|
7436
|
+
var It = /(<\/|<)(s)(cript)/gi, xo = function(l, t, n, s) {
|
|
7437
7437
|
return "" + t + (n === "s" ? "\\u0073" : "\\u0053") + s;
|
|
7438
7438
|
};
|
|
7439
7439
|
function So(l, t, n, s, u) {
|
|
@@ -7509,7 +7509,7 @@ function bv() {
|
|
|
7509
7509
|
function mt(l, t, n, s) {
|
|
7510
7510
|
return t === "" ? s : (s && l.push(hn), l.push(P(Et(t))), !0);
|
|
7511
7511
|
}
|
|
7512
|
-
function
|
|
7512
|
+
function Ot(l, t, n, s) {
|
|
7513
7513
|
n && s && l.push(hn);
|
|
7514
7514
|
}
|
|
7515
7515
|
var c = /* @__PURE__ */ new Map();
|
|
@@ -7530,12 +7530,12 @@ function bv() {
|
|
|
7530
7530
|
var p = n[u];
|
|
7531
7531
|
if (!(p == null || typeof p == "boolean" || p === "")) {
|
|
7532
7532
|
var b = void 0, S = void 0, A = u.indexOf("--") === 0;
|
|
7533
|
-
A ? (b = P(lt(u)),
|
|
7533
|
+
A ? (b = P(lt(u)), ue(p, u), S = P(lt(("" + p).trim()))) : (Nn(u, p), b = v(u), typeof p == "number" ? p !== 0 && !ie.call($e, u) ? S = P(p + "px") : S = P("" + p) : (ue(p, u), S = P(lt(("" + p).trim())))), s ? (s = !1, l.push(k, b, T, S)) : l.push(j, b, T, S);
|
|
7534
7534
|
}
|
|
7535
7535
|
}
|
|
7536
7536
|
s || l.push(be);
|
|
7537
7537
|
}
|
|
7538
|
-
var H = I(" "),
|
|
7538
|
+
var H = I(" "), Z = I('="'), be = I('"'), Re = I('=""');
|
|
7539
7539
|
function we(l, t, n, s) {
|
|
7540
7540
|
switch (n) {
|
|
7541
7541
|
case "style": {
|
|
@@ -7573,18 +7573,18 @@ function bv() {
|
|
|
7573
7573
|
s && l.push(H, b, Re);
|
|
7574
7574
|
return;
|
|
7575
7575
|
case Ge:
|
|
7576
|
-
s === !0 ? l.push(H, b, Re) : s === !1 || l.push(H, b,
|
|
7576
|
+
s === !0 ? l.push(H, b, Re) : s === !1 || l.push(H, b, Z, P(lt(s)), be);
|
|
7577
7577
|
return;
|
|
7578
7578
|
case Se:
|
|
7579
|
-
isNaN(s) || l.push(H, b,
|
|
7579
|
+
isNaN(s) || l.push(H, b, Z, P(lt(s)), be);
|
|
7580
7580
|
break;
|
|
7581
7581
|
case Ee:
|
|
7582
|
-
!isNaN(s) && s >= 1 && l.push(H, b,
|
|
7582
|
+
!isNaN(s) && s >= 1 && l.push(H, b, Z, P(lt(s)), be);
|
|
7583
7583
|
break;
|
|
7584
7584
|
default:
|
|
7585
|
-
u.sanitizeURL && (ne(s, p), s = "" + s, cn(s)), l.push(H, b,
|
|
7585
|
+
u.sanitizeURL && (ne(s, p), s = "" + s, cn(s)), l.push(H, b, Z, P(lt(s)), be);
|
|
7586
7586
|
}
|
|
7587
|
-
} else if (
|
|
7587
|
+
} else if (ce(n)) {
|
|
7588
7588
|
switch (typeof s) {
|
|
7589
7589
|
case "function":
|
|
7590
7590
|
// $FlowIssue symbol is perfectly valid here
|
|
@@ -7596,7 +7596,7 @@ function bv() {
|
|
|
7596
7596
|
return;
|
|
7597
7597
|
}
|
|
7598
7598
|
}
|
|
7599
|
-
l.push(H, P(n),
|
|
7599
|
+
l.push(H, P(n), Z, P(lt(s)), be);
|
|
7600
7600
|
}
|
|
7601
7601
|
}
|
|
7602
7602
|
}
|
|
@@ -7608,7 +7608,7 @@ function bv() {
|
|
|
7608
7608
|
if (typeof t != "object" || !("__html" in t))
|
|
7609
7609
|
throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
|
|
7610
7610
|
var s = t.__html;
|
|
7611
|
-
s != null && (
|
|
7611
|
+
s != null && (K(s), l.push(P("" + s)));
|
|
7612
7612
|
}
|
|
7613
7613
|
}
|
|
7614
7614
|
var Rt = !1, Or = !1, ur = !1, mn = !1, Fr = !1, Vr = !1, mr = !1;
|
|
@@ -7616,7 +7616,7 @@ function bv() {
|
|
|
7616
7616
|
{
|
|
7617
7617
|
var n = l[t];
|
|
7618
7618
|
if (n != null) {
|
|
7619
|
-
var s =
|
|
7619
|
+
var s = At(n);
|
|
7620
7620
|
l.multiple && !s ? a("The `%s` prop supplied to <select> must be an array if `multiple` is true.", t) : !l.multiple && s && a("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.", t);
|
|
7621
7621
|
}
|
|
7622
7622
|
}
|
|
@@ -7659,32 +7659,32 @@ function bv() {
|
|
|
7659
7659
|
var p = null, b = null, S = null, A = null;
|
|
7660
7660
|
for (var N in t)
|
|
7661
7661
|
if (ie.call(t, N)) {
|
|
7662
|
-
var
|
|
7663
|
-
if (
|
|
7662
|
+
var G = t[N];
|
|
7663
|
+
if (G == null)
|
|
7664
7664
|
continue;
|
|
7665
7665
|
switch (N) {
|
|
7666
7666
|
case "children":
|
|
7667
|
-
p =
|
|
7667
|
+
p = G;
|
|
7668
7668
|
break;
|
|
7669
7669
|
case "selected":
|
|
7670
|
-
S =
|
|
7670
|
+
S = G, mr || (a("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."), mr = !0);
|
|
7671
7671
|
break;
|
|
7672
7672
|
case "dangerouslySetInnerHTML":
|
|
7673
|
-
A =
|
|
7673
|
+
A = G;
|
|
7674
7674
|
break;
|
|
7675
7675
|
// eslint-disable-next-line-no-fallthrough
|
|
7676
7676
|
case "value":
|
|
7677
|
-
b =
|
|
7677
|
+
b = G;
|
|
7678
7678
|
// We intentionally fallthrough to also set the attribute on the node.
|
|
7679
7679
|
// eslint-disable-next-line-no-fallthrough
|
|
7680
7680
|
default:
|
|
7681
|
-
we(l, n, N,
|
|
7681
|
+
we(l, n, N, G);
|
|
7682
7682
|
break;
|
|
7683
7683
|
}
|
|
7684
7684
|
}
|
|
7685
7685
|
if (u != null) {
|
|
7686
7686
|
var q;
|
|
7687
|
-
if (b !== null ? (ne(b, "value"), q = "" + b) : (A !== null && (Vr || (Vr = !0, a("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))), q = Vs(p)),
|
|
7687
|
+
if (b !== null ? (ne(b, "value"), q = "" + b) : (A !== null && (Vr || (Vr = !0, a("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))), q = Vs(p)), At(u))
|
|
7688
7688
|
for (var se = 0; se < u.length; se++) {
|
|
7689
7689
|
ne(u[se], "value");
|
|
7690
7690
|
var Ie = "" + u[se];
|
|
@@ -7759,12 +7759,12 @@ function bv() {
|
|
|
7759
7759
|
if (s === null && u !== null && (s = u), l.push(Ue), p != null) {
|
|
7760
7760
|
if (a("Use the `defaultValue` or `value` props instead of setting children on <textarea>."), s != null)
|
|
7761
7761
|
throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");
|
|
7762
|
-
if (
|
|
7762
|
+
if (At(p)) {
|
|
7763
7763
|
if (p.length > 1)
|
|
7764
7764
|
throw new Error("<textarea> can only have at most one child.");
|
|
7765
|
-
|
|
7765
|
+
K(p[0]), s = "" + p[0];
|
|
7766
7766
|
}
|
|
7767
|
-
|
|
7767
|
+
K(p), s = "" + p;
|
|
7768
7768
|
}
|
|
7769
7769
|
return typeof s == "string" && s[0] === `
|
|
7770
7770
|
` && l.push(Qr), s !== null && (ne(s, "value"), l.push(P(Et("" + s)))), null;
|
|
@@ -7878,7 +7878,7 @@ function bv() {
|
|
|
7878
7878
|
case "suppressHydrationWarning":
|
|
7879
7879
|
break;
|
|
7880
7880
|
default:
|
|
7881
|
-
|
|
7881
|
+
ce(b) && typeof S != "function" && typeof S != "symbol" && l.push(H, P(b), Z, P(lt(S)), be);
|
|
7882
7882
|
break;
|
|
7883
7883
|
}
|
|
7884
7884
|
}
|
|
@@ -7913,7 +7913,7 @@ function bv() {
|
|
|
7913
7913
|
throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
|
|
7914
7914
|
var A = p.__html;
|
|
7915
7915
|
A != null && (typeof A == "string" && A.length > 0 && A[0] === `
|
|
7916
|
-
` ? l.push(Qr, P(A)) : (
|
|
7916
|
+
` ? l.push(Qr, P(A)) : (K(A), l.push(P("" + A))));
|
|
7917
7917
|
}
|
|
7918
7918
|
return typeof u == "string" && u[0] === `
|
|
7919
7919
|
` && l.push(Qr), u;
|
|
@@ -8027,7 +8027,7 @@ function bv() {
|
|
|
8027
8027
|
throw new Error("An ID must have been assigned before we can complete the boundary.");
|
|
8028
8028
|
return E(l, n), F(l, Xs);
|
|
8029
8029
|
}
|
|
8030
|
-
function
|
|
8030
|
+
function Ft(l, t, n, s, u) {
|
|
8031
8031
|
var p;
|
|
8032
8032
|
return p = F(l, gn), E(l, xi), n && (E(l, Hn), E(l, P(lt(n))), E(l, vn)), s && (E(l, Ao), E(l, P(lt(s))), E(l, vn)), u && (E(l, ya), E(l, P(lt(u))), E(l, vn)), p = F(l, ba), p;
|
|
8033
8033
|
}
|
|
@@ -8040,7 +8040,7 @@ function bv() {
|
|
|
8040
8040
|
function qs(l, t) {
|
|
8041
8041
|
return F(l, wi);
|
|
8042
8042
|
}
|
|
8043
|
-
var Sa = I('<div hidden id="'), Fo = I('">'), ka = I("</div>"), Ea = I('<svg aria-hidden="true" style="display:none" id="'), Mo = I('">'), Do = I("</svg>"), Ca = I('<math aria-hidden="true" style="display:none" id="'), Ta = I('">'), Ra = I("</math>"), Si = I('<table hidden id="'), Pa = I('">'), f = I("</table>"), g = I('<table hidden><tbody id="'), x = I('">'), C = I("</tbody></table>"), z = I('<table hidden><tr id="'), $ = I('">'),
|
|
8043
|
+
var Sa = I('<div hidden id="'), Fo = I('">'), ka = I("</div>"), Ea = I('<svg aria-hidden="true" style="display:none" id="'), Mo = I('">'), Do = I("</svg>"), Ca = I('<math aria-hidden="true" style="display:none" id="'), Ta = I('">'), Ra = I("</math>"), Si = I('<table hidden id="'), Pa = I('">'), f = I("</table>"), g = I('<table hidden><tbody id="'), x = I('">'), C = I("</tbody></table>"), z = I('<table hidden><tr id="'), $ = I('">'), V = I("</tr></table>"), ee = I('<table hidden><colgroup id="'), Pe = I('">'), _e = I("</colgroup></table>");
|
|
8044
8044
|
function Me(l, t, n, s) {
|
|
8045
8045
|
switch (n.insertionMode) {
|
|
8046
8046
|
case hr:
|
|
@@ -8061,7 +8061,7 @@ function bv() {
|
|
|
8061
8061
|
case Ut:
|
|
8062
8062
|
return E(l, z), E(l, t.segmentPrefix), E(l, P(s.toString(16))), F(l, $);
|
|
8063
8063
|
case sr:
|
|
8064
|
-
return E(l,
|
|
8064
|
+
return E(l, ee), E(l, t.segmentPrefix), E(l, P(s.toString(16))), F(l, Pe);
|
|
8065
8065
|
default:
|
|
8066
8066
|
throw new Error("Unknown insertion mode. This is a bug in React.");
|
|
8067
8067
|
}
|
|
@@ -8080,14 +8080,14 @@ function bv() {
|
|
|
8080
8080
|
case dn:
|
|
8081
8081
|
return F(l, C);
|
|
8082
8082
|
case Ut:
|
|
8083
|
-
return F(l,
|
|
8083
|
+
return F(l, V);
|
|
8084
8084
|
case sr:
|
|
8085
8085
|
return F(l, _e);
|
|
8086
8086
|
default:
|
|
8087
8087
|
throw new Error("Unknown insertion mode. This is a bug in React.");
|
|
8088
8088
|
}
|
|
8089
8089
|
}
|
|
8090
|
-
var
|
|
8090
|
+
var Mt = "function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)}", Wt = 'function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}}', Vt = 'function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())}', _o = I(Mt + ';$RS("'), Aa = I('$RS("'), Wn = I('","'), _c = I('")<\/script>');
|
|
8091
8091
|
function Lc(l, t, n) {
|
|
8092
8092
|
E(l, t.startInlineScript), t.sentCompleteSegmentFunction ? E(l, Aa) : (t.sentCompleteSegmentFunction = !0, E(l, _o)), E(l, t.segmentPrefix);
|
|
8093
8093
|
var s = P(n.toString(16));
|
|
@@ -8316,18 +8316,18 @@ function bv() {
|
|
|
8316
8316
|
if (Ve && s && typeof Ve.stack == "string") {
|
|
8317
8317
|
for (var S = Ve.stack.split(`
|
|
8318
8318
|
`), A = s.stack.split(`
|
|
8319
|
-
`), N = S.length - 1,
|
|
8320
|
-
|
|
8321
|
-
for (; N >= 1 &&
|
|
8322
|
-
if (S[N] !== A[
|
|
8323
|
-
if (N !== 1 ||
|
|
8319
|
+
`), N = S.length - 1, G = A.length - 1; N >= 1 && G >= 0 && S[N] !== A[G]; )
|
|
8320
|
+
G--;
|
|
8321
|
+
for (; N >= 1 && G >= 0; N--, G--)
|
|
8322
|
+
if (S[N] !== A[G]) {
|
|
8323
|
+
if (N !== 1 || G !== 1)
|
|
8324
8324
|
do
|
|
8325
|
-
if (N--,
|
|
8325
|
+
if (N--, G--, G < 0 || S[N] !== A[G]) {
|
|
8326
8326
|
var q = `
|
|
8327
8327
|
` + S[N].replace(" at new ", " at ");
|
|
8328
8328
|
return l.displayName && q.includes("<anonymous>") && (q = q.replace("<anonymous>", l.displayName)), typeof l == "function" && Ri.set(l, q), q;
|
|
8329
8329
|
}
|
|
8330
|
-
while (N >= 1 &&
|
|
8330
|
+
while (N >= 1 && G >= 0);
|
|
8331
8331
|
break;
|
|
8332
8332
|
}
|
|
8333
8333
|
}
|
|
@@ -8598,8 +8598,8 @@ Please check the code for the %s component.`, t, t, s), Va[u] = !0;
|
|
|
8598
8598
|
Ga.has(A) || (Ga.add(A), a("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.", A, S.state === null ? "null" : "undefined", A));
|
|
8599
8599
|
}
|
|
8600
8600
|
if (typeof l.getDerivedStateFromProps == "function" || typeof S.getSnapshotBeforeUpdate == "function") {
|
|
8601
|
-
var N = null,
|
|
8602
|
-
if (typeof S.componentWillMount == "function" && S.componentWillMount.__suppressDeprecationWarning !== !0 ? N = "componentWillMount" : typeof S.UNSAFE_componentWillMount == "function" && (N = "UNSAFE_componentWillMount"), typeof S.componentWillReceiveProps == "function" && S.componentWillReceiveProps.__suppressDeprecationWarning !== !0 ?
|
|
8601
|
+
var N = null, G = null, q = null;
|
|
8602
|
+
if (typeof S.componentWillMount == "function" && S.componentWillMount.__suppressDeprecationWarning !== !0 ? N = "componentWillMount" : typeof S.UNSAFE_componentWillMount == "function" && (N = "UNSAFE_componentWillMount"), typeof S.componentWillReceiveProps == "function" && S.componentWillReceiveProps.__suppressDeprecationWarning !== !0 ? G = "componentWillReceiveProps" : typeof S.UNSAFE_componentWillReceiveProps == "function" && (G = "UNSAFE_componentWillReceiveProps"), typeof S.componentWillUpdate == "function" && S.componentWillUpdate.__suppressDeprecationWarning !== !0 ? q = "componentWillUpdate" : typeof S.UNSAFE_componentWillUpdate == "function" && (q = "UNSAFE_componentWillUpdate"), N !== null || G !== null || q !== null) {
|
|
8603
8603
|
var se = tt(l) || "Component", Ie = typeof l.getDerivedStateFromProps == "function" ? "getDerivedStateFromProps()" : "getSnapshotBeforeUpdate()";
|
|
8604
8604
|
Di.has(se) || (Di.add(se), a(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
8605
8605
|
|
|
@@ -8607,8 +8607,8 @@ Please check the code for the %s component.`, t, t, s), Va[u] = !0;
|
|
|
8607
8607
|
|
|
8608
8608
|
The above lifecycles should be removed. Learn more about this warning here:
|
|
8609
8609
|
https://reactjs.org/link/unsafe-component-lifecycles`, se, Ie, N !== null ? `
|
|
8610
|
-
` + N : "",
|
|
8611
|
-
` +
|
|
8610
|
+
` + N : "", G !== null ? `
|
|
8611
|
+
` + G : "", q !== null ? `
|
|
8612
8612
|
` + q : ""));
|
|
8613
8613
|
}
|
|
8614
8614
|
}
|
|
@@ -8622,7 +8622,7 @@ https://reactjs.org/link/unsafe-component-lifecycles`, se, Ie, N !== null ? `
|
|
|
8622
8622
|
var p = l.props !== n;
|
|
8623
8623
|
l.props !== void 0 && p && a("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.", s, s), l.defaultProps && a("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.", s, s), typeof l.getSnapshotBeforeUpdate == "function" && typeof l.componentDidUpdate != "function" && !zo.has(t) && (zo.add(t), a("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.", tt(t))), typeof l.getDerivedStateFromProps == "function" && a("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.", s), typeof l.getDerivedStateFromError == "function" && a("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.", s), typeof t.getSnapshotBeforeUpdate == "function" && a("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.", s);
|
|
8624
8624
|
var b = l.state;
|
|
8625
|
-
b && (typeof b != "object" ||
|
|
8625
|
+
b && (typeof b != "object" || At(b)) && a("%s.state: must be set to an object or null", s), typeof l.getChildContext == "function" && typeof t.childContextTypes != "object" && a("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().", s);
|
|
8626
8626
|
}
|
|
8627
8627
|
}
|
|
8628
8628
|
function Jc(l, t) {
|
|
@@ -8651,8 +8651,8 @@ Please update the following components: %s`,
|
|
|
8651
8651
|
t.state = u[0];
|
|
8652
8652
|
else {
|
|
8653
8653
|
for (var b = p ? u[0] : t.state, S = !0, A = p ? 1 : 0; A < u.length; A++) {
|
|
8654
|
-
var N = u[A],
|
|
8655
|
-
|
|
8654
|
+
var N = u[A], G = typeof N == "function" ? N.call(t, b, n, s) : N;
|
|
8655
|
+
G != null && (S ? (S = !1, b = Yt({}, b, G)) : Yt(b, G));
|
|
8656
8656
|
}
|
|
8657
8657
|
t.state = b;
|
|
8658
8658
|
}
|
|
@@ -8687,7 +8687,7 @@ Please update the following components: %s`,
|
|
|
8687
8687
|
function gl(l, t, n) {
|
|
8688
8688
|
var s = l.id, u = l.overflow, p = Ja(s) - 1, b = s & ~(1 << p), S = n + 1, A = Ja(t) + p;
|
|
8689
8689
|
if (A > 30) {
|
|
8690
|
-
var N = p - p % 5,
|
|
8690
|
+
var N = p - p % 5, G = (1 << N) - 1, q = (b & G).toString(32), se = b >> N, Ie = p - N, Ve = Ja(t) + Ie, vt = S << Ie, eo = vt | se, to = q + u;
|
|
8691
8691
|
return {
|
|
8692
8692
|
id: 1 << Ve | eo,
|
|
8693
8693
|
overflow: to
|
|
@@ -8799,10 +8799,10 @@ Incoming: %s`, Sn, "[" + l.join(", ") + "]", "[" + t.join(", ") + "]");
|
|
|
8799
8799
|
vr = !0;
|
|
8800
8800
|
var N;
|
|
8801
8801
|
l === wl ? N = typeof t == "function" ? t() : t : N = n !== void 0 ? n(t) : t, vr = !1, He.memoizedState = N;
|
|
8802
|
-
var
|
|
8802
|
+
var G = He.queue = {
|
|
8803
8803
|
last: null,
|
|
8804
8804
|
dispatch: null
|
|
8805
|
-
}, q =
|
|
8805
|
+
}, q = G.dispatch = ff.bind(null, Gt, G);
|
|
8806
8806
|
return [He.memoizedState, q];
|
|
8807
8807
|
}
|
|
8808
8808
|
}
|
|
@@ -8943,7 +8943,7 @@ Error generating stack: ` + s.message + `
|
|
|
8943
8943
|
function Jn() {
|
|
8944
8944
|
}
|
|
8945
8945
|
function ls(l, t, n, s, u, p, b, S, A) {
|
|
8946
|
-
var N = [],
|
|
8946
|
+
var N = [], G = /* @__PURE__ */ new Set(), q = {
|
|
8947
8947
|
destination: null,
|
|
8948
8948
|
responseState: t,
|
|
8949
8949
|
progressiveChunkSize: s === void 0 ? gf : s,
|
|
@@ -8953,7 +8953,7 @@ Error generating stack: ` + s.message + `
|
|
|
8953
8953
|
allPendingTasks: 0,
|
|
8954
8954
|
pendingRootTasks: 0,
|
|
8955
8955
|
completedRootSegment: null,
|
|
8956
|
-
abortableTasks:
|
|
8956
|
+
abortableTasks: G,
|
|
8957
8957
|
pingedTasks: N,
|
|
8958
8958
|
clientRenderedBoundaries: [],
|
|
8959
8959
|
completedBoundaries: [],
|
|
@@ -8973,7 +8973,7 @@ Error generating stack: ` + s.message + `
|
|
|
8973
8973
|
!1
|
|
8974
8974
|
);
|
|
8975
8975
|
se.parentFlushed = !0;
|
|
8976
|
-
var Ie = Kn(q, l, null, se,
|
|
8976
|
+
var Ie = Kn(q, l, null, se, G, Ba, Ua, Kc);
|
|
8977
8977
|
return N.push(Ie), q;
|
|
8978
8978
|
}
|
|
8979
8979
|
function qr(l, t) {
|
|
@@ -9077,7 +9077,7 @@ Error generating stack: ` + s.message + `
|
|
|
9077
9077
|
}
|
|
9078
9078
|
function Fu(l, t, n) {
|
|
9079
9079
|
Kr(t, "Suspense");
|
|
9080
|
-
var s = t.blockedBoundary, u = t.blockedSegment, p = n.fallback, b = n.children, S = /* @__PURE__ */ new Set(), A = kl(l, S), N = u.chunks.length,
|
|
9080
|
+
var s = t.blockedBoundary, u = t.blockedSegment, p = n.fallback, b = n.children, S = /* @__PURE__ */ new Set(), A = kl(l, S), N = u.chunks.length, G = zi(
|
|
9081
9081
|
l,
|
|
9082
9082
|
N,
|
|
9083
9083
|
A,
|
|
@@ -9086,7 +9086,7 @@ Error generating stack: ` + s.message + `
|
|
|
9086
9086
|
!1,
|
|
9087
9087
|
!1
|
|
9088
9088
|
);
|
|
9089
|
-
u.children.push(
|
|
9089
|
+
u.children.push(G), u.lastPushedText = !1;
|
|
9090
9090
|
var q = zi(
|
|
9091
9091
|
l,
|
|
9092
9092
|
0,
|
|
@@ -9098,7 +9098,7 @@ Error generating stack: ` + s.message + `
|
|
|
9098
9098
|
);
|
|
9099
9099
|
q.parentFlushed = !0, t.blockedBoundary = A, t.blockedSegment = q;
|
|
9100
9100
|
try {
|
|
9101
|
-
if (Yo(l, t, b),
|
|
9101
|
+
if (Yo(l, t, b), Ot(q.chunks, l.responseState, q.lastPushedText, q.textEmbedded), q.status = Ho, Zn(A, q), A.pendingTasks === 0) {
|
|
9102
9102
|
yr(t);
|
|
9103
9103
|
return;
|
|
9104
9104
|
}
|
|
@@ -9107,7 +9107,7 @@ Error generating stack: ` + s.message + `
|
|
|
9107
9107
|
} finally {
|
|
9108
9108
|
t.blockedBoundary = s, t.blockedSegment = u;
|
|
9109
9109
|
}
|
|
9110
|
-
var se = Kn(l, p, s,
|
|
9110
|
+
var se = Kn(l, p, s, G, S, t.legacyContext, t.context, t.treeContext);
|
|
9111
9111
|
se.componentStack = t.componentStack, l.pingedTasks.push(se), yr(t);
|
|
9112
9112
|
}
|
|
9113
9113
|
function yf(l, t, n, s) {
|
|
@@ -9133,11 +9133,11 @@ Error generating stack: ` + s.message + `
|
|
|
9133
9133
|
var b = s.childContextTypes;
|
|
9134
9134
|
if (b != null) {
|
|
9135
9135
|
var S = t.legacyContext, A = fl(n, s, S, b);
|
|
9136
|
-
t.legacyContext = A,
|
|
9136
|
+
t.legacyContext = A, Dt(l, t, p), t.legacyContext = S;
|
|
9137
9137
|
return;
|
|
9138
9138
|
}
|
|
9139
9139
|
}
|
|
9140
|
-
|
|
9140
|
+
Dt(l, t, p);
|
|
9141
9141
|
}
|
|
9142
9142
|
function Du(l, t, n, s) {
|
|
9143
9143
|
Bi(t, n);
|
|
@@ -9167,15 +9167,15 @@ Error generating stack: ` + s.message + `
|
|
|
9167
9167
|
}
|
|
9168
9168
|
Ni(b, n, s, u), Cl(l, t, b, n, s);
|
|
9169
9169
|
} else if (wf(n), S) {
|
|
9170
|
-
var
|
|
9171
|
-
t.treeContext = gl(
|
|
9170
|
+
var G = t.treeContext, q = 1, se = 0;
|
|
9171
|
+
t.treeContext = gl(G, q, se);
|
|
9172
9172
|
try {
|
|
9173
|
-
|
|
9173
|
+
Dt(l, t, b);
|
|
9174
9174
|
} finally {
|
|
9175
|
-
t.treeContext =
|
|
9175
|
+
t.treeContext = G;
|
|
9176
9176
|
}
|
|
9177
9177
|
} else
|
|
9178
|
-
|
|
9178
|
+
Dt(l, t, b);
|
|
9179
9179
|
yr(t);
|
|
9180
9180
|
}
|
|
9181
9181
|
function wf(l) {
|
|
@@ -9210,12 +9210,12 @@ Error generating stack: ` + s.message + `
|
|
|
9210
9210
|
var S = t.treeContext, A = 1, N = 0;
|
|
9211
9211
|
t.treeContext = gl(S, A, N);
|
|
9212
9212
|
try {
|
|
9213
|
-
|
|
9213
|
+
Dt(l, t, p);
|
|
9214
9214
|
} finally {
|
|
9215
9215
|
t.treeContext = S;
|
|
9216
9216
|
}
|
|
9217
9217
|
} else
|
|
9218
|
-
|
|
9218
|
+
Dt(l, t, p);
|
|
9219
9219
|
yr(t);
|
|
9220
9220
|
}
|
|
9221
9221
|
function Ol(l, t, n, s, u) {
|
|
@@ -9227,11 +9227,11 @@ Error generating stack: ` + s.message + `
|
|
|
9227
9227
|
var u = s.children;
|
|
9228
9228
|
typeof u != "function" && a("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");
|
|
9229
9229
|
var p = jo(n), b = u(p);
|
|
9230
|
-
|
|
9230
|
+
Dt(l, t, b);
|
|
9231
9231
|
}
|
|
9232
9232
|
function qt(l, t, n, s) {
|
|
9233
9233
|
var u = n._context, p = s.value, b = s.children, S;
|
|
9234
|
-
S = t.context, t.context = dl(u, p),
|
|
9234
|
+
S = t.context, t.context = dl(u, p), Dt(l, t, b), t.context = Qc(u), S !== t.context && a("Popping the context provider did not return back to the original snapshot. This is a bug in React.");
|
|
9235
9235
|
}
|
|
9236
9236
|
function kf(l, t, n, s, u) {
|
|
9237
9237
|
Kr(t, "Lazy");
|
|
@@ -9265,11 +9265,11 @@ Error generating stack: ` + s.message + `
|
|
|
9265
9265
|
case Ma:
|
|
9266
9266
|
case Da:
|
|
9267
9267
|
case Fa: {
|
|
9268
|
-
|
|
9268
|
+
Dt(l, t, s.children);
|
|
9269
9269
|
return;
|
|
9270
9270
|
}
|
|
9271
9271
|
case Zs: {
|
|
9272
|
-
Kr(t, "SuspenseList"),
|
|
9272
|
+
Kr(t, "SuspenseList"), Dt(l, t, s.children), yr(t);
|
|
9273
9273
|
return;
|
|
9274
9274
|
}
|
|
9275
9275
|
case fu:
|
|
@@ -9310,7 +9310,7 @@ Error generating stack: ` + s.message + `
|
|
|
9310
9310
|
typeof Symbol == "function" && // $FlowFixMe Flow doesn't know about toStringTag
|
|
9311
9311
|
l[Symbol.toStringTag] === "Generator" && (Lu || a("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."), Lu = !0), l.entries === t && (Il || a("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Il = !0);
|
|
9312
9312
|
}
|
|
9313
|
-
function
|
|
9313
|
+
function Dt(l, t, n) {
|
|
9314
9314
|
try {
|
|
9315
9315
|
return Cf(l, t, n);
|
|
9316
9316
|
} catch (s) {
|
|
@@ -9329,17 +9329,17 @@ Error generating stack: ` + s.message + `
|
|
|
9329
9329
|
throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");
|
|
9330
9330
|
// eslint-disable-next-line-no-fallthrough
|
|
9331
9331
|
case _a: {
|
|
9332
|
-
var S = n, A = S._payload, N = S._init,
|
|
9332
|
+
var S = n, A = S._payload, N = S._init, G;
|
|
9333
9333
|
try {
|
|
9334
|
-
|
|
9334
|
+
G = N(A);
|
|
9335
9335
|
} catch (Zr) {
|
|
9336
9336
|
throw typeof Zr == "object" && Zr !== null && typeof Zr.then == "function" && Kr(t, "Lazy"), Zr;
|
|
9337
9337
|
}
|
|
9338
|
-
|
|
9338
|
+
Dt(l, t, G);
|
|
9339
9339
|
return;
|
|
9340
9340
|
}
|
|
9341
9341
|
}
|
|
9342
|
-
if (
|
|
9342
|
+
if (At(n)) {
|
|
9343
9343
|
ju(l, t, n);
|
|
9344
9344
|
return;
|
|
9345
9345
|
}
|
|
@@ -9407,7 +9407,7 @@ Error generating stack: ` + s.message + `
|
|
|
9407
9407
|
var s = t.blockedSegment.formatContext, u = t.legacyContext, p = t.context, b = null;
|
|
9408
9408
|
b = t.componentStack;
|
|
9409
9409
|
try {
|
|
9410
|
-
return
|
|
9410
|
+
return Dt(l, t, n);
|
|
9411
9411
|
} catch (S) {
|
|
9412
9412
|
if (bl(), typeof S == "object" && S !== null && typeof S.then == "function") {
|
|
9413
9413
|
zu(l, t, S), t.blockedSegment.formatContext = s, t.legacyContext = u, t.context = p, wn(p), t.componentStack = b;
|
|
@@ -9499,7 +9499,7 @@ Error generating stack: ` + s.message + `
|
|
|
9499
9499
|
var s = null;
|
|
9500
9500
|
s = Jr, Jr = t;
|
|
9501
9501
|
try {
|
|
9502
|
-
|
|
9502
|
+
Dt(l, t, t.node), Ot(n.chunks, l.responseState, n.lastPushedText, n.textEmbedded), t.abortSet.delete(t), n.status = Ho, Gi(l, t.blockedBoundary, n);
|
|
9503
9503
|
} catch (p) {
|
|
9504
9504
|
if (bl(), typeof p == "object" && p !== null && typeof p.then == "function") {
|
|
9505
9505
|
var u = t.ping;
|
|
@@ -9559,7 +9559,7 @@ Error generating stack: ` + s.message + `
|
|
|
9559
9559
|
if (s === null)
|
|
9560
9560
|
return Qi(l, t, n);
|
|
9561
9561
|
if (s.parentFlushed = !0, s.forceClientRender)
|
|
9562
|
-
return
|
|
9562
|
+
return Ft(t, l.responseState, s.errorDigest, s.errorMessage, s.errorComponentStack), Qi(l, t, n), qs(t, l.responseState);
|
|
9563
9563
|
if (s.pendingTasks > 0) {
|
|
9564
9564
|
s.rootSegmentID = l.nextSegmentId++, s.completedSegments.length > 0 && l.partialBoundaries.push(s);
|
|
9565
9565
|
var u = s.id = _t(l.responseState);
|
|
@@ -9634,12 +9634,12 @@ Error generating stack: ` + s.message + `
|
|
|
9634
9634
|
}
|
|
9635
9635
|
}
|
|
9636
9636
|
A.splice(0, u);
|
|
9637
|
-
var
|
|
9638
|
-
for (u = 0; u <
|
|
9639
|
-
var q =
|
|
9637
|
+
var G = l.completedBoundaries;
|
|
9638
|
+
for (u = 0; u < G.length; u++) {
|
|
9639
|
+
var q = G[u];
|
|
9640
9640
|
Hu(l, t, q);
|
|
9641
9641
|
}
|
|
9642
|
-
|
|
9642
|
+
G.splice(0, u);
|
|
9643
9643
|
} finally {
|
|
9644
9644
|
M(t), l.allPendingTasks === 0 && l.pingedTasks.length === 0 && l.clientRenderedBoundaries.length === 0 && l.completedBoundaries.length === 0 && (l.abortableTasks.size !== 0 && a("There was still abortable task at the root when we closed. This is a bug in React."), B(t));
|
|
9645
9645
|
}
|
|
@@ -9702,10 +9702,10 @@ Error generating stack: ` + s.message + `
|
|
|
9702
9702
|
}
|
|
9703
9703
|
var N = ls(l, So(t ? t.identifierPrefix : void 0, t ? t.nonce : void 0, t ? t.bootstrapScriptContent : void 0, t ? t.bootstrapScripts : void 0, t ? t.bootstrapModules : void 0), Ir(t ? t.namespaceURI : void 0), t ? t.progressiveChunkSize : void 0, t ? t.onError : void 0, p, S, A, u);
|
|
9704
9704
|
if (t && t.signal) {
|
|
9705
|
-
var
|
|
9706
|
-
Yu(N,
|
|
9705
|
+
var G = t.signal, q = function() {
|
|
9706
|
+
Yu(N, G.reason), G.removeEventListener("abort", q);
|
|
9707
9707
|
};
|
|
9708
|
-
|
|
9708
|
+
G.addEventListener("abort", q);
|
|
9709
9709
|
}
|
|
9710
9710
|
Vu(N);
|
|
9711
9711
|
});
|
|
@@ -9764,12 +9764,12 @@ function Sv() {
|
|
|
9764
9764
|
}
|
|
9765
9765
|
}
|
|
9766
9766
|
}
|
|
9767
|
-
function
|
|
9767
|
+
function Q(_) {
|
|
9768
9768
|
return U(_) === w;
|
|
9769
9769
|
}
|
|
9770
9770
|
return qe.AsyncMode = m, qe.ConcurrentMode = w, qe.ContextConsumer = y, qe.ContextProvider = h, qe.Element = r, qe.ForwardRef = R, qe.Fragment = i, qe.Lazy = B, qe.Memo = M, qe.Portal = o, qe.Profiler = d, qe.StrictMode = a, qe.Suspense = E, qe.isAsyncMode = function(_) {
|
|
9771
|
-
return
|
|
9772
|
-
}, qe.isConcurrentMode =
|
|
9771
|
+
return Q(_) || U(_) === m;
|
|
9772
|
+
}, qe.isConcurrentMode = Q, qe.isContextConsumer = function(_) {
|
|
9773
9773
|
return U(_) === y;
|
|
9774
9774
|
}, qe.isContextProvider = function(_) {
|
|
9775
9775
|
return U(_) === h;
|
|
@@ -9812,7 +9812,7 @@ function kv() {
|
|
|
9812
9812
|
return typeof re == "string" || typeof re == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
9813
9813
|
re === i || re === w || re === d || re === a || re === E || re === F || typeof re == "object" && re !== null && (re.$$typeof === B || re.$$typeof === M || re.$$typeof === h || re.$$typeof === y || re.$$typeof === R || re.$$typeof === P || re.$$typeof === I || re.$$typeof === W || re.$$typeof === D);
|
|
9814
9814
|
}
|
|
9815
|
-
function
|
|
9815
|
+
function Q(re) {
|
|
9816
9816
|
if (typeof re == "object" && re !== null) {
|
|
9817
9817
|
var Be = re.$$typeof;
|
|
9818
9818
|
switch (Be) {
|
|
@@ -9844,47 +9844,47 @@ function kv() {
|
|
|
9844
9844
|
}
|
|
9845
9845
|
}
|
|
9846
9846
|
}
|
|
9847
|
-
var _ = m, ne = w,
|
|
9847
|
+
var _ = m, ne = w, ue = y, K = h, ie = r, Oe = R, Ne = i, De = B, Ye = M, Ge = o, Se = d, Ee = a, Le = E, J = !1;
|
|
9848
9848
|
function ye(re) {
|
|
9849
|
-
return J || (J = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),
|
|
9849
|
+
return J || (J = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), Y(re) || Q(re) === m;
|
|
9850
9850
|
}
|
|
9851
|
-
function
|
|
9852
|
-
return
|
|
9851
|
+
function Y(re) {
|
|
9852
|
+
return Q(re) === w;
|
|
9853
9853
|
}
|
|
9854
9854
|
function X(re) {
|
|
9855
|
-
return
|
|
9855
|
+
return Q(re) === y;
|
|
9856
9856
|
}
|
|
9857
|
-
function
|
|
9858
|
-
return
|
|
9857
|
+
function ce(re) {
|
|
9858
|
+
return Q(re) === h;
|
|
9859
9859
|
}
|
|
9860
9860
|
function he(re) {
|
|
9861
9861
|
return typeof re == "object" && re !== null && re.$$typeof === r;
|
|
9862
9862
|
}
|
|
9863
9863
|
function de(re) {
|
|
9864
|
-
return
|
|
9864
|
+
return Q(re) === R;
|
|
9865
9865
|
}
|
|
9866
9866
|
function me(re) {
|
|
9867
|
-
return
|
|
9867
|
+
return Q(re) === i;
|
|
9868
9868
|
}
|
|
9869
9869
|
function ae(re) {
|
|
9870
|
-
return
|
|
9870
|
+
return Q(re) === B;
|
|
9871
9871
|
}
|
|
9872
9872
|
function le(re) {
|
|
9873
|
-
return
|
|
9873
|
+
return Q(re) === M;
|
|
9874
9874
|
}
|
|
9875
9875
|
function Ce(re) {
|
|
9876
|
-
return
|
|
9876
|
+
return Q(re) === o;
|
|
9877
9877
|
}
|
|
9878
9878
|
function ke(re) {
|
|
9879
|
-
return
|
|
9879
|
+
return Q(re) === d;
|
|
9880
9880
|
}
|
|
9881
9881
|
function Te(re) {
|
|
9882
|
-
return
|
|
9882
|
+
return Q(re) === a;
|
|
9883
9883
|
}
|
|
9884
9884
|
function $e(re) {
|
|
9885
|
-
return
|
|
9885
|
+
return Q(re) === E;
|
|
9886
9886
|
}
|
|
9887
|
-
Je.AsyncMode = _, Je.ConcurrentMode = ne, Je.ContextConsumer =
|
|
9887
|
+
Je.AsyncMode = _, Je.ConcurrentMode = ne, Je.ContextConsumer = ue, Je.ContextProvider = K, Je.Element = ie, Je.ForwardRef = Oe, Je.Fragment = Ne, Je.Lazy = De, Je.Memo = Ye, Je.Portal = Ge, Je.Profiler = Se, Je.StrictMode = Ee, Je.Suspense = Le, Je.isAsyncMode = ye, Je.isConcurrentMode = Y, Je.isContextConsumer = X, Je.isContextProvider = ce, Je.isElement = he, Je.isForwardRef = de, Je.isFragment = me, Je.isLazy = ae, Je.isMemo = le, Je.isPortal = Ce, Je.isProfiler = ke, Je.isStrictMode = Te, Je.isSuspense = $e, Je.isValidElementType = U, Je.typeOf = Q;
|
|
9888
9888
|
}()), Je;
|
|
9889
9889
|
}
|
|
9890
9890
|
var Fp;
|
|
@@ -10021,8 +10021,8 @@ function Tv() {
|
|
|
10021
10021
|
}
|
|
10022
10022
|
return $f = function(y, m) {
|
|
10023
10023
|
var w = typeof Symbol == "function" && Symbol.iterator, R = "@@iterator";
|
|
10024
|
-
function E(
|
|
10025
|
-
var X =
|
|
10024
|
+
function E(Y) {
|
|
10025
|
+
var X = Y && (w && Y[w] || Y[R]);
|
|
10026
10026
|
if (typeof X == "function")
|
|
10027
10027
|
return X;
|
|
10028
10028
|
}
|
|
@@ -10037,26 +10037,26 @@ function Tv() {
|
|
|
10037
10037
|
symbol: I("symbol"),
|
|
10038
10038
|
any: W(),
|
|
10039
10039
|
arrayOf: U,
|
|
10040
|
-
element:
|
|
10040
|
+
element: Q(),
|
|
10041
10041
|
elementType: _(),
|
|
10042
10042
|
instanceOf: ne,
|
|
10043
10043
|
node: Oe(),
|
|
10044
|
-
objectOf:
|
|
10045
|
-
oneOf:
|
|
10044
|
+
objectOf: K,
|
|
10045
|
+
oneOf: ue,
|
|
10046
10046
|
oneOfType: ie,
|
|
10047
10047
|
shape: De,
|
|
10048
10048
|
exact: Ye
|
|
10049
10049
|
};
|
|
10050
|
-
function B(
|
|
10051
|
-
return
|
|
10050
|
+
function B(Y, X) {
|
|
10051
|
+
return Y === X ? Y !== 0 || 1 / Y === 1 / X : Y !== Y && X !== X;
|
|
10052
10052
|
}
|
|
10053
|
-
function D(
|
|
10054
|
-
this.message =
|
|
10053
|
+
function D(Y, X) {
|
|
10054
|
+
this.message = Y, this.data = X && typeof X == "object" ? X : {}, this.stack = "";
|
|
10055
10055
|
}
|
|
10056
10056
|
D.prototype = Error.prototype;
|
|
10057
|
-
function P(
|
|
10057
|
+
function P(Y) {
|
|
10058
10058
|
if (process.env.NODE_ENV !== "production")
|
|
10059
|
-
var X = {},
|
|
10059
|
+
var X = {}, ce = 0;
|
|
10060
10060
|
function he(me, ae, le, Ce, ke, Te, $e) {
|
|
10061
10061
|
if (Ce = Ce || F, Te = Te || le, $e !== o) {
|
|
10062
10062
|
if (m) {
|
|
@@ -10067,24 +10067,24 @@ function Tv() {
|
|
|
10067
10067
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
10068
10068
|
var Be = Ce + ":" + le;
|
|
10069
10069
|
!X[Be] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
10070
|
-
|
|
10070
|
+
ce < 3 && (d(
|
|
10071
10071
|
"You are manually calling a React.PropTypes validation function for the `" + Te + "` prop on `" + Ce + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
10072
|
-
), X[Be] = !0,
|
|
10072
|
+
), X[Be] = !0, ce++);
|
|
10073
10073
|
}
|
|
10074
10074
|
}
|
|
10075
|
-
return ae[le] == null ? me ? ae[le] === null ? new D("The " + ke + " `" + Te + "` is marked as required " + ("in `" + Ce + "`, but its value is `null`.")) : new D("The " + ke + " `" + Te + "` is marked as required in " + ("`" + Ce + "`, but its value is `undefined`.")) : null :
|
|
10075
|
+
return ae[le] == null ? me ? ae[le] === null ? new D("The " + ke + " `" + Te + "` is marked as required " + ("in `" + Ce + "`, but its value is `null`.")) : new D("The " + ke + " `" + Te + "` is marked as required in " + ("`" + Ce + "`, but its value is `undefined`.")) : null : Y(ae, le, Ce, ke, Te);
|
|
10076
10076
|
}
|
|
10077
10077
|
var de = he.bind(null, !1);
|
|
10078
10078
|
return de.isRequired = he.bind(null, !0), de;
|
|
10079
10079
|
}
|
|
10080
|
-
function I(
|
|
10081
|
-
function X(
|
|
10082
|
-
var Ce =
|
|
10083
|
-
if (ke !==
|
|
10080
|
+
function I(Y) {
|
|
10081
|
+
function X(ce, he, de, me, ae, le) {
|
|
10082
|
+
var Ce = ce[he], ke = Ee(Ce);
|
|
10083
|
+
if (ke !== Y) {
|
|
10084
10084
|
var Te = Le(Ce);
|
|
10085
10085
|
return new D(
|
|
10086
|
-
"Invalid " + me + " `" + ae + "` of type " + ("`" + Te + "` supplied to `" + de + "`, expected ") + ("`" +
|
|
10087
|
-
{ expectedType:
|
|
10086
|
+
"Invalid " + me + " `" + ae + "` of type " + ("`" + Te + "` supplied to `" + de + "`, expected ") + ("`" + Y + "`."),
|
|
10087
|
+
{ expectedType: Y }
|
|
10088
10088
|
);
|
|
10089
10089
|
}
|
|
10090
10090
|
return null;
|
|
@@ -10094,17 +10094,17 @@ function Tv() {
|
|
|
10094
10094
|
function W() {
|
|
10095
10095
|
return P(h);
|
|
10096
10096
|
}
|
|
10097
|
-
function U(
|
|
10098
|
-
function X(
|
|
10099
|
-
if (typeof
|
|
10097
|
+
function U(Y) {
|
|
10098
|
+
function X(ce, he, de, me, ae) {
|
|
10099
|
+
if (typeof Y != "function")
|
|
10100
10100
|
return new D("Property `" + ae + "` of component `" + de + "` has invalid PropType notation inside arrayOf.");
|
|
10101
|
-
var le =
|
|
10101
|
+
var le = ce[he];
|
|
10102
10102
|
if (!Array.isArray(le)) {
|
|
10103
10103
|
var Ce = Ee(le);
|
|
10104
10104
|
return new D("Invalid " + me + " `" + ae + "` of type " + ("`" + Ce + "` supplied to `" + de + "`, expected an array."));
|
|
10105
10105
|
}
|
|
10106
10106
|
for (var ke = 0; ke < le.length; ke++) {
|
|
10107
|
-
var Te =
|
|
10107
|
+
var Te = Y(le, ke, de, me, ae + "[" + ke + "]", o);
|
|
10108
10108
|
if (Te instanceof Error)
|
|
10109
10109
|
return Te;
|
|
10110
10110
|
}
|
|
@@ -10112,48 +10112,48 @@ function Tv() {
|
|
|
10112
10112
|
}
|
|
10113
10113
|
return P(X);
|
|
10114
10114
|
}
|
|
10115
|
-
function
|
|
10116
|
-
function
|
|
10117
|
-
var ae = X[
|
|
10115
|
+
function Q() {
|
|
10116
|
+
function Y(X, ce, he, de, me) {
|
|
10117
|
+
var ae = X[ce];
|
|
10118
10118
|
if (!y(ae)) {
|
|
10119
10119
|
var le = Ee(ae);
|
|
10120
10120
|
return new D("Invalid " + de + " `" + me + "` of type " + ("`" + le + "` supplied to `" + he + "`, expected a single ReactElement."));
|
|
10121
10121
|
}
|
|
10122
10122
|
return null;
|
|
10123
10123
|
}
|
|
10124
|
-
return P(
|
|
10124
|
+
return P(Y);
|
|
10125
10125
|
}
|
|
10126
10126
|
function _() {
|
|
10127
|
-
function
|
|
10128
|
-
var ae = X[
|
|
10127
|
+
function Y(X, ce, he, de, me) {
|
|
10128
|
+
var ae = X[ce];
|
|
10129
10129
|
if (!e.isValidElementType(ae)) {
|
|
10130
10130
|
var le = Ee(ae);
|
|
10131
10131
|
return new D("Invalid " + de + " `" + me + "` of type " + ("`" + le + "` supplied to `" + he + "`, expected a single ReactElement type."));
|
|
10132
10132
|
}
|
|
10133
10133
|
return null;
|
|
10134
10134
|
}
|
|
10135
|
-
return P(
|
|
10135
|
+
return P(Y);
|
|
10136
10136
|
}
|
|
10137
|
-
function ne(
|
|
10138
|
-
function X(
|
|
10139
|
-
if (!(
|
|
10140
|
-
var le =
|
|
10137
|
+
function ne(Y) {
|
|
10138
|
+
function X(ce, he, de, me, ae) {
|
|
10139
|
+
if (!(ce[he] instanceof Y)) {
|
|
10140
|
+
var le = Y.name || F, Ce = ye(ce[he]);
|
|
10141
10141
|
return new D("Invalid " + me + " `" + ae + "` of type " + ("`" + Ce + "` supplied to `" + de + "`, expected ") + ("instance of `" + le + "`."));
|
|
10142
10142
|
}
|
|
10143
10143
|
return null;
|
|
10144
10144
|
}
|
|
10145
10145
|
return P(X);
|
|
10146
10146
|
}
|
|
10147
|
-
function
|
|
10148
|
-
if (!Array.isArray(
|
|
10147
|
+
function ue(Y) {
|
|
10148
|
+
if (!Array.isArray(Y))
|
|
10149
10149
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? d(
|
|
10150
10150
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
10151
10151
|
) : d("Invalid argument supplied to oneOf, expected an array.")), h;
|
|
10152
|
-
function X(
|
|
10153
|
-
for (var le =
|
|
10154
|
-
if (B(le,
|
|
10152
|
+
function X(ce, he, de, me, ae) {
|
|
10153
|
+
for (var le = ce[he], Ce = 0; Ce < Y.length; Ce++)
|
|
10154
|
+
if (B(le, Y[Ce]))
|
|
10155
10155
|
return null;
|
|
10156
|
-
var ke = JSON.stringify(
|
|
10156
|
+
var ke = JSON.stringify(Y, function($e, re) {
|
|
10157
10157
|
var Be = Le(re);
|
|
10158
10158
|
return Be === "symbol" ? String(re) : re;
|
|
10159
10159
|
});
|
|
@@ -10161,16 +10161,16 @@ function Tv() {
|
|
|
10161
10161
|
}
|
|
10162
10162
|
return P(X);
|
|
10163
10163
|
}
|
|
10164
|
-
function
|
|
10165
|
-
function X(
|
|
10166
|
-
if (typeof
|
|
10164
|
+
function K(Y) {
|
|
10165
|
+
function X(ce, he, de, me, ae) {
|
|
10166
|
+
if (typeof Y != "function")
|
|
10167
10167
|
return new D("Property `" + ae + "` of component `" + de + "` has invalid PropType notation inside objectOf.");
|
|
10168
|
-
var le =
|
|
10168
|
+
var le = ce[he], Ce = Ee(le);
|
|
10169
10169
|
if (Ce !== "object")
|
|
10170
10170
|
return new D("Invalid " + me + " `" + ae + "` of type " + ("`" + Ce + "` supplied to `" + de + "`, expected an object."));
|
|
10171
10171
|
for (var ke in le)
|
|
10172
10172
|
if (i(le, ke)) {
|
|
10173
|
-
var Te =
|
|
10173
|
+
var Te = Y(le, ke, de, me, ae + "." + ke, o);
|
|
10174
10174
|
if (Te instanceof Error)
|
|
10175
10175
|
return Te;
|
|
10176
10176
|
}
|
|
@@ -10178,19 +10178,19 @@ function Tv() {
|
|
|
10178
10178
|
}
|
|
10179
10179
|
return P(X);
|
|
10180
10180
|
}
|
|
10181
|
-
function ie(
|
|
10182
|
-
if (!Array.isArray(
|
|
10181
|
+
function ie(Y) {
|
|
10182
|
+
if (!Array.isArray(Y))
|
|
10183
10183
|
return process.env.NODE_ENV !== "production" && d("Invalid argument supplied to oneOfType, expected an instance of array."), h;
|
|
10184
|
-
for (var X = 0; X <
|
|
10185
|
-
var
|
|
10186
|
-
if (typeof
|
|
10184
|
+
for (var X = 0; X < Y.length; X++) {
|
|
10185
|
+
var ce = Y[X];
|
|
10186
|
+
if (typeof ce != "function")
|
|
10187
10187
|
return d(
|
|
10188
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + J(
|
|
10188
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + J(ce) + " at index " + X + "."
|
|
10189
10189
|
), h;
|
|
10190
10190
|
}
|
|
10191
10191
|
function he(de, me, ae, le, Ce) {
|
|
10192
|
-
for (var ke = [], Te = 0; Te <
|
|
10193
|
-
var $e =
|
|
10192
|
+
for (var ke = [], Te = 0; Te < Y.length; Te++) {
|
|
10193
|
+
var $e = Y[Te], re = $e(de, me, ae, le, Ce, o);
|
|
10194
10194
|
if (re == null)
|
|
10195
10195
|
return null;
|
|
10196
10196
|
re.data && i(re.data, "expectedType") && ke.push(re.data.expectedType);
|
|
@@ -10201,23 +10201,23 @@ function Tv() {
|
|
|
10201
10201
|
return P(he);
|
|
10202
10202
|
}
|
|
10203
10203
|
function Oe() {
|
|
10204
|
-
function
|
|
10205
|
-
return Ge(X[
|
|
10204
|
+
function Y(X, ce, he, de, me) {
|
|
10205
|
+
return Ge(X[ce]) ? null : new D("Invalid " + de + " `" + me + "` supplied to " + ("`" + he + "`, expected a ReactNode."));
|
|
10206
10206
|
}
|
|
10207
|
-
return P(
|
|
10207
|
+
return P(Y);
|
|
10208
10208
|
}
|
|
10209
|
-
function Ne(
|
|
10209
|
+
function Ne(Y, X, ce, he, de) {
|
|
10210
10210
|
return new D(
|
|
10211
|
-
(
|
|
10211
|
+
(Y || "React class") + ": " + X + " type `" + ce + "." + he + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + de + "`."
|
|
10212
10212
|
);
|
|
10213
10213
|
}
|
|
10214
|
-
function De(
|
|
10215
|
-
function X(
|
|
10216
|
-
var le =
|
|
10214
|
+
function De(Y) {
|
|
10215
|
+
function X(ce, he, de, me, ae) {
|
|
10216
|
+
var le = ce[he], Ce = Ee(le);
|
|
10217
10217
|
if (Ce !== "object")
|
|
10218
10218
|
return new D("Invalid " + me + " `" + ae + "` of type `" + Ce + "` " + ("supplied to `" + de + "`, expected `object`."));
|
|
10219
|
-
for (var ke in
|
|
10220
|
-
var Te =
|
|
10219
|
+
for (var ke in Y) {
|
|
10220
|
+
var Te = Y[ke];
|
|
10221
10221
|
if (typeof Te != "function")
|
|
10222
10222
|
return Ne(de, me, ae, ke, Le(Te));
|
|
10223
10223
|
var $e = Te(le, ke, de, me, ae + "." + ke, o);
|
|
@@ -10228,20 +10228,20 @@ function Tv() {
|
|
|
10228
10228
|
}
|
|
10229
10229
|
return P(X);
|
|
10230
10230
|
}
|
|
10231
|
-
function Ye(
|
|
10232
|
-
function X(
|
|
10233
|
-
var le =
|
|
10231
|
+
function Ye(Y) {
|
|
10232
|
+
function X(ce, he, de, me, ae) {
|
|
10233
|
+
var le = ce[he], Ce = Ee(le);
|
|
10234
10234
|
if (Ce !== "object")
|
|
10235
10235
|
return new D("Invalid " + me + " `" + ae + "` of type `" + Ce + "` " + ("supplied to `" + de + "`, expected `object`."));
|
|
10236
|
-
var ke = r({},
|
|
10236
|
+
var ke = r({}, ce[he], Y);
|
|
10237
10237
|
for (var Te in ke) {
|
|
10238
|
-
var $e =
|
|
10239
|
-
if (i(
|
|
10238
|
+
var $e = Y[Te];
|
|
10239
|
+
if (i(Y, Te) && typeof $e != "function")
|
|
10240
10240
|
return Ne(de, me, ae, Te, Le($e));
|
|
10241
10241
|
if (!$e)
|
|
10242
10242
|
return new D(
|
|
10243
|
-
"Invalid " + me + " `" + ae + "` key `" + Te + "` supplied to `" + de + "`.\nBad object: " + JSON.stringify(
|
|
10244
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
10243
|
+
"Invalid " + me + " `" + ae + "` key `" + Te + "` supplied to `" + de + "`.\nBad object: " + JSON.stringify(ce[he], null, " ") + `
|
|
10244
|
+
Valid keys: ` + JSON.stringify(Object.keys(Y), null, " ")
|
|
10245
10245
|
);
|
|
10246
10246
|
var re = $e(le, Te, de, me, ae + "." + Te, o);
|
|
10247
10247
|
if (re)
|
|
@@ -10251,28 +10251,28 @@ Valid keys: ` + JSON.stringify(Object.keys(G), null, " ")
|
|
|
10251
10251
|
}
|
|
10252
10252
|
return P(X);
|
|
10253
10253
|
}
|
|
10254
|
-
function Ge(
|
|
10255
|
-
switch (typeof
|
|
10254
|
+
function Ge(Y) {
|
|
10255
|
+
switch (typeof Y) {
|
|
10256
10256
|
case "number":
|
|
10257
10257
|
case "string":
|
|
10258
10258
|
case "undefined":
|
|
10259
10259
|
return !0;
|
|
10260
10260
|
case "boolean":
|
|
10261
|
-
return !
|
|
10261
|
+
return !Y;
|
|
10262
10262
|
case "object":
|
|
10263
|
-
if (Array.isArray(
|
|
10264
|
-
return
|
|
10265
|
-
if (
|
|
10263
|
+
if (Array.isArray(Y))
|
|
10264
|
+
return Y.every(Ge);
|
|
10265
|
+
if (Y === null || y(Y))
|
|
10266
10266
|
return !0;
|
|
10267
|
-
var X = E(
|
|
10267
|
+
var X = E(Y);
|
|
10268
10268
|
if (X) {
|
|
10269
|
-
var
|
|
10270
|
-
if (X !==
|
|
10271
|
-
for (; !(he =
|
|
10269
|
+
var ce = X.call(Y), he;
|
|
10270
|
+
if (X !== Y.entries) {
|
|
10271
|
+
for (; !(he = ce.next()).done; )
|
|
10272
10272
|
if (!Ge(he.value))
|
|
10273
10273
|
return !1;
|
|
10274
10274
|
} else
|
|
10275
|
-
for (; !(he =
|
|
10275
|
+
for (; !(he = ce.next()).done; ) {
|
|
10276
10276
|
var de = he.value;
|
|
10277
10277
|
if (de && !Ge(de[1]))
|
|
10278
10278
|
return !1;
|
|
@@ -10284,27 +10284,27 @@ Valid keys: ` + JSON.stringify(Object.keys(G), null, " ")
|
|
|
10284
10284
|
return !1;
|
|
10285
10285
|
}
|
|
10286
10286
|
}
|
|
10287
|
-
function Se(
|
|
10288
|
-
return
|
|
10287
|
+
function Se(Y, X) {
|
|
10288
|
+
return Y === "symbol" ? !0 : X ? X["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && X instanceof Symbol : !1;
|
|
10289
10289
|
}
|
|
10290
|
-
function Ee(
|
|
10291
|
-
var X = typeof
|
|
10292
|
-
return Array.isArray(
|
|
10290
|
+
function Ee(Y) {
|
|
10291
|
+
var X = typeof Y;
|
|
10292
|
+
return Array.isArray(Y) ? "array" : Y instanceof RegExp ? "object" : Se(X, Y) ? "symbol" : X;
|
|
10293
10293
|
}
|
|
10294
|
-
function Le(
|
|
10295
|
-
if (typeof
|
|
10296
|
-
return "" +
|
|
10297
|
-
var X = Ee(
|
|
10294
|
+
function Le(Y) {
|
|
10295
|
+
if (typeof Y > "u" || Y === null)
|
|
10296
|
+
return "" + Y;
|
|
10297
|
+
var X = Ee(Y);
|
|
10298
10298
|
if (X === "object") {
|
|
10299
|
-
if (
|
|
10299
|
+
if (Y instanceof Date)
|
|
10300
10300
|
return "date";
|
|
10301
|
-
if (
|
|
10301
|
+
if (Y instanceof RegExp)
|
|
10302
10302
|
return "regexp";
|
|
10303
10303
|
}
|
|
10304
10304
|
return X;
|
|
10305
10305
|
}
|
|
10306
|
-
function J(
|
|
10307
|
-
var X = Le(
|
|
10306
|
+
function J(Y) {
|
|
10307
|
+
var X = Le(Y);
|
|
10308
10308
|
switch (X) {
|
|
10309
10309
|
case "array":
|
|
10310
10310
|
case "object":
|
|
@@ -10317,8 +10317,8 @@ Valid keys: ` + JSON.stringify(Object.keys(G), null, " ")
|
|
|
10317
10317
|
return X;
|
|
10318
10318
|
}
|
|
10319
10319
|
}
|
|
10320
|
-
function ye(
|
|
10321
|
-
return !
|
|
10320
|
+
function ye(Y) {
|
|
10321
|
+
return !Y.constructor || !Y.constructor.name ? F : Y.constructor.name;
|
|
10322
10322
|
}
|
|
10323
10323
|
return M.checkPropTypes = a, M.resetWarningCache = a.resetWarningCache, M.PropTypes = M, M;
|
|
10324
10324
|
}, $f;
|
|
@@ -10391,8 +10391,8 @@ var Ov = om(function(e) {
|
|
|
10391
10391
|
(function(r) {
|
|
10392
10392
|
var o = function(P, I, W) {
|
|
10393
10393
|
if (!m(I) || R(I) || E(I) || F(I) || y(I)) return I;
|
|
10394
|
-
var U,
|
|
10395
|
-
if (w(I)) for (U = [], _ = I.length;
|
|
10394
|
+
var U, Q = 0, _ = 0;
|
|
10395
|
+
if (w(I)) for (U = [], _ = I.length; Q < _; Q++) U.push(o(P, I[Q], W));
|
|
10396
10396
|
else for (var ne in U = {}, I) Object.prototype.hasOwnProperty.call(I, ne) && (U[P(ne, W)] = o(P, I[ne], W));
|
|
10397
10397
|
return U;
|
|
10398
10398
|
}, i = function(P) {
|
|
@@ -10404,8 +10404,8 @@ var Ov = om(function(e) {
|
|
|
10404
10404
|
return I.substr(0, 1).toUpperCase() + I.substr(1);
|
|
10405
10405
|
}, d = function(P, I) {
|
|
10406
10406
|
return function(W, U) {
|
|
10407
|
-
var
|
|
10408
|
-
return W.split(_).join(
|
|
10407
|
+
var Q = (U = U || {}).separator || "_", _ = U.split || /(?=[A-Z])/;
|
|
10408
|
+
return W.split(_).join(Q);
|
|
10409
10409
|
}(P, I).toLowerCase();
|
|
10410
10410
|
}, h = Object.prototype.toString, y = function(P) {
|
|
10411
10411
|
return typeof P == "function";
|
|
@@ -10423,8 +10423,8 @@ var Ov = om(function(e) {
|
|
|
10423
10423
|
return (P -= 0) == P;
|
|
10424
10424
|
}, B = function(P, I) {
|
|
10425
10425
|
var W = I && "process" in I ? I.process : I;
|
|
10426
|
-
return typeof W != "function" ? P : function(U,
|
|
10427
|
-
return W(U, P,
|
|
10426
|
+
return typeof W != "function" ? P : function(U, Q) {
|
|
10427
|
+
return W(U, P, Q);
|
|
10428
10428
|
};
|
|
10429
10429
|
}, D = { camelize: i, decamelize: d, pascalize: a, depascalize: d, camelizeKeys: function(P, I) {
|
|
10430
10430
|
return o(B(i, I), P);
|
|
@@ -10507,16 +10507,16 @@ function jv(e) {
|
|
|
10507
10507
|
var r = yc(function(o, i) {
|
|
10508
10508
|
var a, d, h = o.mode, y = h === void 0 ? "open" : h, m = o.delegatesFocus, w = m !== void 0 && m, R = o.styleSheets, E = R === void 0 ? [] : R, F = o.ssr, M = F !== void 0 && F, B = o.children, D = am(o, ["mode", "delegatesFocus", "styleSheets", "ssr", "children"]), P = (d = an((a = i) && a.current), An(function() {
|
|
10509
10509
|
a && (a.current = d.current);
|
|
10510
|
-
}, [a]), d), I = xt(null), W = Lv(I, 2), U = W[0],
|
|
10510
|
+
}, [a]), d), I = xt(null), W = Lv(I, 2), U = W[0], Q = W[1], _ = "node_".concat(y).concat(w);
|
|
10511
10511
|
return bc(function() {
|
|
10512
10512
|
if (P.current) try {
|
|
10513
10513
|
if (typeof i == "function" && i(P.current), M) {
|
|
10514
10514
|
var ne = P.current.shadowRoot;
|
|
10515
|
-
return void
|
|
10515
|
+
return void Q(ne);
|
|
10516
10516
|
}
|
|
10517
|
-
var
|
|
10518
|
-
E.length > 0 && (
|
|
10519
|
-
} catch (
|
|
10517
|
+
var ue = P.current.attachShadow({ mode: y, delegatesFocus: w });
|
|
10518
|
+
E.length > 0 && (ue.adoptedStyleSheets = E), Q(ue);
|
|
10519
|
+
} catch (K) {
|
|
10520
10520
|
(function(ie) {
|
|
10521
10521
|
var Oe = ie.error, Ne = ie.styleSheets, De = ie.root;
|
|
10522
10522
|
switch (Oe.name) {
|
|
@@ -10526,7 +10526,7 @@ function jv(e) {
|
|
|
10526
10526
|
default:
|
|
10527
10527
|
throw Oe;
|
|
10528
10528
|
}
|
|
10529
|
-
})({ error:
|
|
10529
|
+
})({ error: K, styleSheets: E, root: U });
|
|
10530
10530
|
}
|
|
10531
10531
|
}, [i, P, E]), it.createElement(it.Fragment, null, it.createElement(e.tag, im({ key: _, ref: P }, D), (U || M) && it.createElement($v.Provider, { value: U }, M ? it.createElement(sm, { shadowroot: y, shadowrootmode: y }, e.render({ root: U, ssr: M, children: B })) : it.createElement(lm, { root: U }, e.render({ root: U, ssr: M, children: B })))));
|
|
10532
10532
|
});
|
|
@@ -10852,12 +10852,12 @@ function mm(e) {
|
|
|
10852
10852
|
var ne;
|
|
10853
10853
|
if (i)
|
|
10854
10854
|
return;
|
|
10855
|
-
const W = e.retry ?? (la ? 0 : 3), U = e.retryDelay ?? Gv,
|
|
10855
|
+
const W = e.retry ?? (la ? 0 : 3), U = e.retryDelay ?? Gv, Q = typeof U == "function" ? U(o, I) : U, _ = W === !0 || typeof W == "number" && o < W || typeof W == "function" && W(o, I);
|
|
10856
10856
|
if (r || !_) {
|
|
10857
10857
|
F(I);
|
|
10858
10858
|
return;
|
|
10859
10859
|
}
|
|
10860
|
-
o++, (ne = e.onFail) == null || ne.call(e, o, I), Uv(
|
|
10860
|
+
o++, (ne = e.onFail) == null || ne.call(e, o, I), Uv(Q).then(() => w() ? void 0 : M()).then(() => {
|
|
10861
10861
|
r ? F(I) : B();
|
|
10862
10862
|
});
|
|
10863
10863
|
});
|
|
@@ -11348,7 +11348,7 @@ var kn, qh, Kv = (qh = class extends Ns {
|
|
|
11348
11348
|
this.execute(this.state.variables);
|
|
11349
11349
|
}
|
|
11350
11350
|
async execute(r) {
|
|
11351
|
-
var d, h, y, m, w, R, E, F, M, B, D, P, I, W, U,
|
|
11351
|
+
var d, h, y, m, w, R, E, F, M, B, D, P, I, W, U, Q, _, ne, ue, K;
|
|
11352
11352
|
const o = () => {
|
|
11353
11353
|
je(this, Cn, Jo).call(this, { type: "continue" });
|
|
11354
11354
|
};
|
|
@@ -11407,7 +11407,7 @@ var kn, qh, Kv = (qh = class extends Ns {
|
|
|
11407
11407
|
r,
|
|
11408
11408
|
this.state.context,
|
|
11409
11409
|
this
|
|
11410
|
-
)), await ((
|
|
11410
|
+
)), await ((Q = (U = this.options).onError) == null ? void 0 : Q.call(
|
|
11411
11411
|
U,
|
|
11412
11412
|
ie,
|
|
11413
11413
|
r,
|
|
@@ -11419,8 +11419,8 @@ var kn, qh, Kv = (qh = class extends Ns {
|
|
|
11419
11419
|
this.state.variables,
|
|
11420
11420
|
this.state.context,
|
|
11421
11421
|
this
|
|
11422
|
-
)), await ((
|
|
11423
|
-
|
|
11422
|
+
)), await ((K = (ue = this.options).onSettled) == null ? void 0 : K.call(
|
|
11423
|
+
ue,
|
|
11424
11424
|
void 0,
|
|
11425
11425
|
ie,
|
|
11426
11426
|
r,
|
|
@@ -11623,40 +11623,40 @@ function Vp(e) {
|
|
|
11623
11623
|
D = !0;
|
|
11624
11624
|
}), r.signal)
|
|
11625
11625
|
});
|
|
11626
|
-
}, I = fm(r.options, r.fetchOptions), W = async (U,
|
|
11626
|
+
}, I = fm(r.options, r.fetchOptions), W = async (U, Q, _) => {
|
|
11627
11627
|
if (D)
|
|
11628
11628
|
return Promise.reject();
|
|
11629
|
-
if (
|
|
11629
|
+
if (Q == null && U.pages.length)
|
|
11630
11630
|
return Promise.resolve(U);
|
|
11631
11631
|
const ne = {
|
|
11632
11632
|
client: r.client,
|
|
11633
11633
|
queryKey: r.queryKey,
|
|
11634
|
-
pageParam:
|
|
11634
|
+
pageParam: Q,
|
|
11635
11635
|
direction: _ ? "backward" : "forward",
|
|
11636
11636
|
meta: r.options.meta
|
|
11637
11637
|
};
|
|
11638
11638
|
P(ne);
|
|
11639
|
-
const
|
|
11639
|
+
const ue = await I(
|
|
11640
11640
|
ne
|
|
11641
|
-
), { maxPages:
|
|
11641
|
+
), { maxPages: K } = r.options, ie = _ ? Wv : Hv;
|
|
11642
11642
|
return {
|
|
11643
|
-
pages: ie(U.pages,
|
|
11644
|
-
pageParams: ie(U.pageParams,
|
|
11643
|
+
pages: ie(U.pages, ue, K),
|
|
11644
|
+
pageParams: ie(U.pageParams, Q, K)
|
|
11645
11645
|
};
|
|
11646
11646
|
};
|
|
11647
11647
|
if (a && d.length) {
|
|
11648
|
-
const U = a === "backward",
|
|
11648
|
+
const U = a === "backward", Q = U ? ty : Yp, _ = {
|
|
11649
11649
|
pages: d,
|
|
11650
11650
|
pageParams: h
|
|
11651
|
-
}, ne =
|
|
11651
|
+
}, ne = Q(i, _);
|
|
11652
11652
|
y = await W(_, ne, U);
|
|
11653
11653
|
} else {
|
|
11654
11654
|
const U = e ?? d.length;
|
|
11655
11655
|
do {
|
|
11656
|
-
const
|
|
11657
|
-
if (m > 0 &&
|
|
11656
|
+
const Q = m === 0 ? h[0] ?? i.initialPageParam : Yp(i, y);
|
|
11657
|
+
if (m > 0 && Q == null)
|
|
11658
11658
|
break;
|
|
11659
|
-
y = await W(y,
|
|
11659
|
+
y = await W(y, Q), m++;
|
|
11660
11660
|
} while (m < U);
|
|
11661
11661
|
}
|
|
11662
11662
|
return y;
|
|
@@ -12037,12 +12037,12 @@ var pt, ei, ti, Ps, As, ri, Is, Os, Zh, ry = (Zh = class {
|
|
|
12037
12037
|
pe(this, oi, Oe);
|
|
12038
12038
|
}
|
|
12039
12039
|
O(this, oi) && (B = O(this, oi), M = O(this, Ms), D = Date.now(), P = "error");
|
|
12040
|
-
const W = E.fetchStatus === "fetching", U = P === "pending",
|
|
12040
|
+
const W = E.fetchStatus === "fetching", U = P === "pending", Q = P === "error", _ = U && W, ne = M !== void 0, K = {
|
|
12041
12041
|
status: P,
|
|
12042
12042
|
fetchStatus: E.fetchStatus,
|
|
12043
12043
|
isPending: U,
|
|
12044
12044
|
isSuccess: P === "success",
|
|
12045
|
-
isError:
|
|
12045
|
+
isError: Q,
|
|
12046
12046
|
isInitialLoading: _,
|
|
12047
12047
|
isLoading: _,
|
|
12048
12048
|
data: M,
|
|
@@ -12056,19 +12056,19 @@ var pt, ei, ti, Ps, As, ri, Is, Os, Zh, ry = (Zh = class {
|
|
|
12056
12056
|
isFetchedAfterMount: E.dataUpdateCount > w.dataUpdateCount || E.errorUpdateCount > w.errorUpdateCount,
|
|
12057
12057
|
isFetching: W,
|
|
12058
12058
|
isRefetching: W && !U,
|
|
12059
|
-
isLoadingError:
|
|
12059
|
+
isLoadingError: Q && !ne,
|
|
12060
12060
|
isPaused: E.fetchStatus === "paused",
|
|
12061
12061
|
isPlaceholderData: F,
|
|
12062
|
-
isRefetchError:
|
|
12062
|
+
isRefetchError: Q && ne,
|
|
12063
12063
|
isStale: tp(r, o),
|
|
12064
12064
|
refetch: this.refetch,
|
|
12065
12065
|
promise: O(this, ni)
|
|
12066
12066
|
};
|
|
12067
12067
|
if (this.options.experimental_prefetchInRender) {
|
|
12068
12068
|
const Oe = (Ye) => {
|
|
12069
|
-
|
|
12069
|
+
K.status === "error" ? Ye.reject(K.error) : K.data !== void 0 && Ye.resolve(K.data);
|
|
12070
12070
|
}, Ne = () => {
|
|
12071
|
-
const Ye = pe(this, ni,
|
|
12071
|
+
const Ye = pe(this, ni, K.promise = ud());
|
|
12072
12072
|
Oe(Ye);
|
|
12073
12073
|
}, De = O(this, ni);
|
|
12074
12074
|
switch (De.status) {
|
|
@@ -12076,14 +12076,14 @@ var pt, ei, ti, Ps, As, ri, Is, Os, Zh, ry = (Zh = class {
|
|
|
12076
12076
|
r.queryHash === i.queryHash && Oe(De);
|
|
12077
12077
|
break;
|
|
12078
12078
|
case "fulfilled":
|
|
12079
|
-
(
|
|
12079
|
+
(K.status === "error" || K.data !== De.value) && Ne();
|
|
12080
12080
|
break;
|
|
12081
12081
|
case "rejected":
|
|
12082
|
-
(
|
|
12082
|
+
(K.status !== "error" || K.error !== De.reason) && Ne();
|
|
12083
12083
|
break;
|
|
12084
12084
|
}
|
|
12085
12085
|
}
|
|
12086
|
-
return
|
|
12086
|
+
return K;
|
|
12087
12087
|
}
|
|
12088
12088
|
updateResult() {
|
|
12089
12089
|
const r = O(this, Kt), o = this.createResult(O(this, We), this.options);
|
|
@@ -12388,7 +12388,7 @@ const $s = () => ha(np), Em = ({
|
|
|
12388
12388
|
children: e
|
|
12389
12389
|
}) => {
|
|
12390
12390
|
const [r] = xt(new ry());
|
|
12391
|
-
return
|
|
12391
|
+
return /* @__PURE__ */ oe(np.Provider, { value: { queryClient: r }, children: /* @__PURE__ */ oe(sy, { client: r, children: e }) });
|
|
12392
12392
|
}, ct = {
|
|
12393
12393
|
OPEN: "Open",
|
|
12394
12394
|
IN_PROGRESS: "In progress",
|
|
@@ -12428,8 +12428,7 @@ const $s = () => ha(np), Em = ({
|
|
|
12428
12428
|
const r = {
|
|
12429
12429
|
taskInstanceId: e
|
|
12430
12430
|
}, o = new Headers();
|
|
12431
|
-
o.append("Content-Type", "application/json")
|
|
12432
|
-
const a = await (await fetch(
|
|
12431
|
+
return o.append("Content-Type", "application/json"), await (await fetch(
|
|
12433
12432
|
`${eu}/playbook-task-start`,
|
|
12434
12433
|
{
|
|
12435
12434
|
method: "POST",
|
|
@@ -12437,14 +12436,10 @@ const $s = () => ha(np), Em = ({
|
|
|
12437
12436
|
body: JSON.stringify(r)
|
|
12438
12437
|
}
|
|
12439
12438
|
)).json();
|
|
12440
|
-
return console.log({ data: a }), a;
|
|
12441
12439
|
}, Sy = () => {
|
|
12442
12440
|
const { queryClient: e } = $s(), r = km(
|
|
12443
12441
|
{
|
|
12444
|
-
mutationFn: async (i) =>
|
|
12445
|
-
const a = await xy(i);
|
|
12446
|
-
return console.log(a), a;
|
|
12447
|
-
}
|
|
12442
|
+
mutationFn: async (i) => await xy(i)
|
|
12448
12443
|
},
|
|
12449
12444
|
e
|
|
12450
12445
|
);
|
|
@@ -12467,21 +12462,22 @@ const $s = () => ha(np), Em = ({
|
|
|
12467
12462
|
+e
|
|
12468
12463
|
]),
|
|
12469
12464
|
queryKey: ["PLAYBOOK_EXPANDED_TASKS", +e]
|
|
12470
|
-
}), a = (
|
|
12471
|
-
var
|
|
12472
|
-
return ((
|
|
12473
|
-
}
|
|
12465
|
+
}), a = (y) => {
|
|
12466
|
+
var m;
|
|
12467
|
+
return ((m = i.data) == null ? void 0 : m[y.toString()]) ?? !1;
|
|
12468
|
+
}, d = (y, m) => {
|
|
12469
|
+
var w;
|
|
12470
|
+
o.setQueryData(
|
|
12471
|
+
["PLAYBOOK_EXPANDED_TASKS", +e],
|
|
12472
|
+
() => ({
|
|
12473
|
+
[y]: m !== void 0 ? m : !a(y)
|
|
12474
|
+
})
|
|
12475
|
+
), (w = r == null ? void 0 : r.onTaskExpanded) == null || w.call(r, y, a(y));
|
|
12476
|
+
}, h = Pt(() => Object.values(i.data ?? {}).some((y) => y), [i.data]);
|
|
12474
12477
|
return {
|
|
12475
12478
|
isTaskExpanded: a,
|
|
12476
|
-
toggleTaskExpanded:
|
|
12477
|
-
|
|
12478
|
-
o.setQueryData(
|
|
12479
|
-
["PLAYBOOK_EXPANDED_TASKS", +e],
|
|
12480
|
-
() => ({
|
|
12481
|
-
[h]: y !== void 0 ? y : !a(h)
|
|
12482
|
-
})
|
|
12483
|
-
), (m = r == null ? void 0 : r.onTaskExpanded) == null || m.call(r, h, a(h));
|
|
12484
|
-
}
|
|
12479
|
+
toggleTaskExpanded: d,
|
|
12480
|
+
isAtLeastOneTaskExpanded: h
|
|
12485
12481
|
};
|
|
12486
12482
|
}, ky = (e, r) => {
|
|
12487
12483
|
const { queryClient: o } = $s(), { completeTask: i } = wy(), { startTask: a } = Sy(), { toggleTaskExpanded: d } = Tm(e);
|
|
@@ -12558,17 +12554,15 @@ const $s = () => ha(np), Em = ({
|
|
|
12558
12554
|
}, Ty = (e) => {
|
|
12559
12555
|
const { taskStatus: r, canStart: o } = e;
|
|
12560
12556
|
return {
|
|
12561
|
-
buttons:
|
|
12557
|
+
buttons: Pt(() => r === ct.OPEN && o ? [jl.START] : r === ct.IN_PROGRESS ? [jl.PAUSE, jl.COMPLETE] : r === ct.COMPLETED ? [] : [], [e.taskStatus, e.canStart])
|
|
12562
12558
|
};
|
|
12563
12559
|
}, Rm = async (e) => {
|
|
12564
12560
|
const r = new Headers();
|
|
12565
|
-
r.append("Content-Type", "application/json")
|
|
12566
|
-
const i = await (await fetch(`${eu}/playbook-initiate`, {
|
|
12561
|
+
return r.append("Content-Type", "application/json"), await (await fetch(`${eu}/playbook-initiate`, {
|
|
12567
12562
|
method: "POST",
|
|
12568
12563
|
headers: r,
|
|
12569
12564
|
body: JSON.stringify(e)
|
|
12570
12565
|
})).json();
|
|
12571
|
-
return console.log({ data: i }), i;
|
|
12572
12566
|
}, op = '/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */@layer properties{*{--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial}@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:calc(var(--spacing)*0)!important}.top-0{top:calc(var(--spacing)*0)!important}.top-3{top:calc(var(--spacing)*3)!important}.bottom-0{bottom:calc(var(--spacing)*0)!important}.z-2{z-index:2!important}.z-50{z-index:50!important}.z-\\[99999999999999\\]{z-index:2147483647!important}.container{width:100%!important}@media (min-width:40rem){.container{max-width:40rem!important}}@media (min-width:48rem){.container{max-width:48rem!important}}@media (min-width:64rem){.container{max-width:64rem!important}}@media (min-width:80rem){.container{max-width:80rem!important}}@media (min-width:96rem){.container{max-width:96rem!important}}.mx-1{margin-inline:calc(var(--spacing)*1)!important}.mx-4{margin-inline:calc(var(--spacing)*4)!important}.-mt-\\[1px\\]{margin-top:-1px!important}.mt-3{margin-top:calc(var(--spacing)*3)!important}.-mb-3{margin-bottom:calc(var(--spacing)*-3)!important}.mb-4{margin-bottom:calc(var(--spacing)*4)!important}.ml-2{margin-left:calc(var(--spacing)*2)!important}.block{display:block!important}.flex{display:flex!important}.hidden{display:none!important}.size-4{width:calc(var(--spacing)*4)!important;height:calc(var(--spacing)*4)!important}.size-9{width:calc(var(--spacing)*9)!important;height:calc(var(--spacing)*9)!important}.h-\\[18px\\]{height:18px!important}.h-\\[22px\\]{height:22px!important}.h-\\[24px\\]{height:24px!important}.h-\\[30px\\]{height:30px!important}.h-\\[38px\\]{height:38px!important}.h-\\[40px\\]{height:40px!important}.h-full{height:100%!important}.min-h-16{min-height:calc(var(--spacing)*16)!important}.min-h-screen{min-height:100vh!important}.w-\\[27px\\]{width:27px!important}.w-\\[38px\\]{width:38px!important}.w-\\[400px\\]{width:400px!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.max-w-lg{max-width:var(--container-lg)!important}.max-w-md{max-width:var(--container-md)!important}.min-w-\\[106px\\]{min-width:106px!important}.min-w-\\[140px\\]{min-width:140px!important}.min-w-\\[160px\\]{min-width:160px!important}.min-w-\\[172px\\]{min-width:172px!important}.min-w-fit{min-width:fit-content!important}.flex-1{flex:1!important}.rotate-180{rotate:180deg!important}.cursor-pointer{cursor:pointer!important}.resize{resize:both!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.items-stretch{align-items:stretch!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.gap-1{gap:calc(var(--spacing)*1)!important}.gap-2{gap:calc(var(--spacing)*2)!important}.gap-3{gap:calc(var(--spacing)*3)!important}.gap-4{gap:calc(var(--spacing)*4)!important}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0!important;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse))!important;margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))!important}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0!important;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse))!important;margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))!important}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0!important;border-bottom-style:var(--tw-border-style)!important;border-top-style:var(--tw-border-style)!important;border-top-width:calc(1px*var(--tw-divide-y-reverse))!important;border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))!important}:where(.divide-black\\/10>:not(:last-child)){border-color:oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1)!important}:where(.divide-gray-100>:not(:last-child)){border-color:#ebedef!important}.self-end{align-self:flex-end!important}.truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.overflow-hidden{overflow:hidden!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-auto{overflow-y:auto!important}.rounded{border-radius:.25rem!important}.rounded-lg{border-radius:var(--radius-lg)!important}.rounded-md{border-radius:var(--radius-md)!important}.rounded-sm{border-radius:var(--radius-sm)!important}.rounded-t-sm{border-top-left-radius:var(--radius-sm)!important;border-top-right-radius:var(--radius-sm)!important}.rounded-l-sm{border-top-left-radius:var(--radius-sm)!important;border-bottom-left-radius:var(--radius-sm)!important}.rounded-b-md{border-bottom-right-radius:var(--radius-md)!important;border-bottom-left-radius:var(--radius-md)!important}.border{border-style:var(--tw-border-style)!important;border-width:1px!important}.border-t{border-top-style:var(--tw-border-style)!important;border-top-width:1px!important}.border-b{border-bottom-style:var(--tw-border-style)!important;border-bottom-width:1px!important}.border-none{--tw-border-style:none!important;border-style:none!important}.border-\\[\\#94C8FF\\]{border-color:#94c8ff!important}.border-\\[\\#A5DAB1\\]{border-color:#a5dab1!important}.border-\\[\\#C1C5C8\\]{border-color:#c1c5c8!important}.border-black\\/10{border-color:oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1)!important}.border-danger-500{border-color:#dc3545!important}.border-gray-50{border-color:#f5f6f7!important}.border-gray-100{border-color:#ebedef!important}.border-gray-200{border-color:#ced1d6!important}.border-gray-300{border-color:#b0b5bd!important}.border-gray-400{border-color:#757e8c!important}.border-gray-700{border-color:#2c3544!important}.border-gray-800{border-color:#232b37!important}.border-info-500{border-color:#17a2b8!important}.border-orange-500{border-color:#ff7800!important}.border-primary-600{border-color:#0069d9!important}.border-purple-500{border-color:#a855f7!important}.border-red-500{border-color:var(--color-red-500)!important}.border-secondary-500{border-color:#6c757d!important}.border-secondary-600{border-color:#5a6268!important}.border-steel-500{border-color:#556987!important}.border-success-600{border-color:#218838!important}.border-warning-500{border-color:#ffc107!important}.border-white{border-color:#fff!important}.bg-\\[\\#E6F2FF\\]{background-color:#e6f2ff!important}.bg-\\[\\#EAF6EC\\]{background-color:#eaf6ec!important}.bg-\\[\\#F0F1F2\\]{background-color:#f0f1f2!important}.bg-\\[\\#FFE600\\]{background-color:#ffe600!important}.bg-black\\/30{background-color:oklab(0% none none/.3)!important}.bg-danger-500{background-color:#dc3545!important}.bg-dark{background-color:#1c232d!important}.bg-fiserv-orange-500{background-color:#f60!important}.bg-gray-50{background-color:#f5f6f7!important}.bg-gray-100{background-color:#ebedef!important}.bg-gray-400{background-color:#757e8c!important}.bg-gray-500{background-color:#3a475b!important}.bg-gray-800{background-color:#232b37!important}.bg-gray-900{background-color:#1c232d!important}.bg-info-500{background-color:#17a2b8!important}.bg-orange-500{background-color:#ff7800!important}.bg-primary-600{background-color:#0069d9!important}.bg-primary-800{background-color:#0054af!important}.bg-purple-500{background-color:#a855f7!important}.bg-secondary-500{background-color:#6c757d!important}.bg-steel-500{background-color:#556987!important}.bg-success-500{background-color:#28a745!important}.bg-success-600{background-color:#218838!important}.bg-warning-500{background-color:#ffc107!important}.bg-white{background-color:#fff!important}.bg-yellow{background-color:#ffe600!important}.object-contain{object-fit:contain!important}.p-1{padding:calc(var(--spacing)*1)!important}.p-2{padding:calc(var(--spacing)*2)!important}.p-4{padding:calc(var(--spacing)*4)!important}.px-1{padding-inline:calc(var(--spacing)*1)!important}.px-2{padding-inline:calc(var(--spacing)*2)!important}.px-3{padding-inline:calc(var(--spacing)*3)!important}.px-4{padding-inline:calc(var(--spacing)*4)!important}.px-\\[2px\\]{padding-inline:2px!important}.py-1{padding-block:calc(var(--spacing)*1)!important}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)!important}.pt-2{padding-top:calc(var(--spacing)*2)!important}.pr-2{padding-right:calc(var(--spacing)*2)!important}.pb-1{padding-bottom:calc(var(--spacing)*1)!important}.pb-2{padding-bottom:calc(var(--spacing)*2)!important}.text-center{text-align:center!important}.text-2xl{font-size:var(--text-2xl)!important;line-height:var(--tw-leading,var(--text-2xl--line-height))!important}.text-base{font-size:var(--text-base)!important;line-height:var(--tw-leading,var(--text-base--line-height))!important}.text-lg{font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important}.text-sm{font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important}.text-sm\\/6{font-size:var(--text-sm)!important;line-height:calc(var(--spacing)*6)!important}.text-xl{font-size:var(--text-xl)!important;line-height:var(--tw-leading,var(--text-xl--line-height))!important}.text-xs{font-size:var(--text-xs)!important;line-height:var(--tw-leading,var(--text-xs--line-height))!important}.leading-\\[18px\\]{--tw-leading:18px!important;line-height:18px!important}.leading-\\[22px\\]{--tw-leading:22px!important;line-height:22px!important}.leading-\\[24px\\]{--tw-leading:24px!important;line-height:24px!important}.font-bold{--tw-font-weight:var(--font-weight-bold)!important;font-weight:var(--font-weight-bold)!important}.font-medium{--tw-font-weight:var(--font-weight-medium)!important;font-weight:var(--font-weight-medium)!important}.font-normal{--tw-font-weight:var(--font-weight-normal)!important;font-weight:var(--font-weight-normal)!important}.whitespace-nowrap{white-space:nowrap!important}.text-\\[\\#0069D9\\]{color:#0069d9!important}.text-black{color:#000!important}.text-danger-500{color:#dc3545!important}.text-dark{color:#1c232d!important}.text-dark-300{color:#343a40!important}.text-fiserv-orange-500{color:#f60!important}.text-gray-50{color:#f5f6f7!important}.text-gray-200{color:#ced1d6!important}.text-gray-400{color:#757e8c!important}.text-gray-500{color:#3a475b!important}.text-gray-700{color:#2c3544!important}.text-gray-800{color:#232b37!important}.text-gray-900{color:#1c232d!important}.text-info-500{color:#17a2b8!important}.text-orange-500{color:#ff7800!important}.text-primary-600{color:#0069d9!important}.text-purple-500{color:#a855f7!important}.text-secondary{color:#6c757d!important}.text-secondary-400{color:#899197!important}.text-secondary-500{color:#6c757d!important}.text-secondary-600{color:#5a6268!important}.text-steel-500{color:#556987!important}.text-success-500{color:#28a745!important}.text-success-600{color:#218838!important}.text-warning-500{color:#ffc107!important}.text-white{color:#fff!important}.text-yellow{color:#ffe600!important}.uppercase{text-transform:uppercase!important}.line-through{text-decoration-line:line-through!important}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-dark\\/50{--tw-shadow-color:#1c232d80!important}@supports (color:color-mix(in lab,red,red)){.shadow-dark\\/50{--tw-shadow-color:color-mix(in oklab,oklab(25.3864% -.0047446 -.0210213/.5) var(--tw-shadow-alpha),transparent)!important}}.outline{outline-style:var(--tw-outline-style)!important;outline-width:1px!important}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.transition-all{transition-property:all!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.duration-300{--tw-duration:.3s!important;transition-duration:.3s!important}.ease-in-out{--tw-ease:var(--ease-in-out)!important;transition-timing-function:var(--ease-in-out)!important}.ease-out{--tw-ease:var(--ease-out)!important;transition-timing-function:var(--ease-out)!important}.\\[writing-mode\\:vertical-lr\\]{writing-mode:vertical-lr!important}@media (hover:hover){.hover\\:bg-danger-500:hover{background-color:#dc3545!important}.hover\\:bg-dark:hover{background-color:#1c232d!important}.hover\\:bg-fiserv-orange-500:hover{background-color:#f60!important}.hover\\:bg-gray-50:hover{background-color:#f5f6f7!important}.hover\\:bg-gray-100:hover{background-color:#ebedef!important}.hover\\:bg-gray-400:hover{background-color:#757e8c!important}.hover\\:bg-gray-500:hover{background-color:#3a475b!important}.hover\\:bg-gray-800:hover{background-color:#232b37!important}.hover\\:bg-gray-900:hover{background-color:#1c232d!important}.hover\\:bg-info-500:hover{background-color:#17a2b8!important}.hover\\:bg-orange-500:hover{background-color:#ff7800!important}.hover\\:bg-primary-800:hover{background-color:#0054af!important}.hover\\:bg-purple-500:hover{background-color:#a855f7!important}.hover\\:bg-secondary-500:hover{background-color:#6c757d!important}.hover\\:bg-steel-500:hover{background-color:#556987!important}.hover\\:bg-success-500:hover{background-color:#28a745!important}.hover\\:bg-warning-500:hover{background-color:#ffc107!important}.hover\\:bg-yellow:hover{background-color:#ffe600!important}.hover\\:text-black:hover{color:#000!important}.hover\\:text-danger-800:hover{color:#aa1927!important}.hover\\:text-dark:hover{color:#1c232d!important}.hover\\:text-fiserv-orange-800:hover{color:#bf4c00!important}.hover\\:text-gray-400:hover{color:#757e8c!important}.hover\\:text-gray-700:hover{color:#2c3544!important}.hover\\:text-gray-800:hover{color:#232b37!important}.hover\\:text-gray-900:hover{color:#1c232d!important}.hover\\:text-info-800:hover{color:#026777!important}.hover\\:text-orange-800:hover{color:#c75d00!important}.hover\\:text-primary-800:hover{color:#0054af!important}.hover\\:text-purple-800:hover{color:#6f33a7!important}.hover\\:text-secondary-800:hover{color:#444a50!important}.hover\\:text-steel-800:hover{color:#333f51!important}.hover\\:text-success-800:hover{color:#106c25!important}.hover\\:text-warning-800:hover{color:#b87708!important}.hover\\:text-white:hover{color:#fff!important}.hover\\:text-yellow:hover{color:#ffe600!important}}.focus\\:border-red-500:focus{border-color:var(--color-red-500)!important}.focus\\:outline:focus{outline-style:var(--tw-outline-style)!important;outline-width:1px!important}.focus\\:outline-3:focus{outline-style:var(--tw-outline-style)!important;outline-width:3px!important}.focus\\:outline-primary-500\\/\\[\\.3\\]:focus{outline-color:#007bff4d!important}.active\\:bg-gray-50:active{background-color:#f5f6f7!important}.active\\:bg-gray-800:active{background-color:#232b37!important}.active\\:text-black:active{color:#000!important}.active\\:text-white:active{color:#fff!important}.disabled\\:pointer-events-none:disabled{pointer-events:none!important}.disabled\\:opacity-15:disabled{opacity:.15!important}.data-closed\\:opacity-0[data-closed]{opacity:0!important}.data-focus\\:-outline-offset-2[data-focus]{outline-offset:-2px!important}.data-focus\\:outline-primary-500[data-focus]{outline-color:#007bff!important}@media (min-width:48rem){.md\\:min-w-fit{min-width:fit-content!important}}}.lexical-view-mode{word-break:break-word!important;width:100%!important}.lexical-view-mode ul{list-style:revert!important}.editable .lexical-view-mode:hover{cursor:text!important;background-color:#00000012!important;border-radius:1px!important;outline:4px solid #00000012!important}.lexical-view-mode .Collapsible__container{width:fit-content!important}.lexical-view-mode .Collapsible__title{color:#007bff!important;cursor:pointer!important;background-color:#0000!important;align-items:center!important;margin-bottom:4px!important;padding:0!important;list-style:none!important;display:flex!important}.lexical-view-mode .Collapsible__title:hover{color:#0069d9!important}.lexical-view-mode .Collapsible__title:hover .editor-paragraph{text-decoration:underline!important}.lexical-view-mode .Collapsible__title::marker{display:none!important}.lexical-view-mode .Collapsible__title::-webkit-details-marker{display:none!important}.lexical-view-mode .Collapsible__title:before{content:""!important;-moz-osx-font-smoothing:grayscale!important;-webkit-font-smoothing:antialiased!important;display:var(--fa-display,inline-block)!important;font-variant:normal!important;text-rendering:auto!important;background:#fff!important;border-radius:30px!important;margin-right:4px!important;font-family:"Font Awesome 5 Pro"!important;font-style:normal!important;font-weight:900!important;line-height:1!important}.lexical-view-mode .Collapsible__title:hover:before{color:#0069d9!important;border:3px solid #fff!important;margin-left:-3px!important;margin-right:1px!important}.lexical-view-mode hr{border:none!important;margin:5px 0!important;padding:3px 0!important}.lexical-view-mode hr:after{content:""!important;background-color:#0000001a!important;height:2px!important;line-height:2px!important;display:block!important}.lexical-view-mode .editor-line-spacer{background:0 0!important;border:1px dashed #0000!important;line-height:6px!important}.lexical-view-mode .other h2{margin-bottom:7px;color:#444!important;font-size:18px!important}.lexical-view-mode .other a{font-size:14px;color:#777!important;text-decoration:underline!important}.lexical-view-mode .other ul{list-style-type:none;margin:0!important;padding:0!important}.lexical-view-mode .ltr{text-align:left}.lexical-view-mode .rtl{text-align:right}.lexical-view-mode .editor-shell{color:#1c232d!important;border-radius:4px!important;width:100%!important;font-weight:400!important;position:relative!important}.lexical-view-mode .editor{position:relative;background:#fff!important}.lexical-view-mode .editor-input{caret-color:#444;resize:none!important;-moz-tab-size:1!important;tab-size:1!important;outline:0!important;min-height:150px!important;padding:12px!important;position:relative!important}.lexical-view-mode .editor-placeholder{pointer-events:none;color:#999!important;text-overflow:ellipsis!important;-webkit-user-select:none!important;user-select:none!important;font-size:15px!important;display:inline-block!important;position:absolute!important;top:15px!important;left:10px!important;overflow:hidden!important}.lexical-view-mode .editor-text-bold,.lexical-view-mode strong{font-weight:700!important}.lexical-view-mode .editor-text-italic{font-style:italic}.lexical-view-mode .editor-text-code{color:#d70c69;background-color:#0000001a!important;border-radius:4px!important;padding:1px .25rem!important;font-family:Menlo,Consolas,Monaco,monospace!important;font-size:85%!important}.lexical-view-mode .editor-link{word-break:break-word;color:#007bff!important;cursor:pointer!important;background-color:#0000!important;text-decoration:underline!important}.lexical-view-mode .editor-link:hover{color:#0062cc!important;text-decoration:underline!important}.lexical-view-mode .editor-code,.lexical-view-mode pre{word-break:break-word;-moz-tab-size:2!important;tab-size:2!important;background-color:#f0f2f5!important;border-radius:4px!important;margin:8px 0!important;padding:8px 8px 8px 52px!important;font-family:Menlo,Consolas,Monaco,monospace!important;font-size:13px!important;line-height:1.53!important;display:block!important;position:relative!important;overflow-x:auto!important}.lexical-view-mode .editor-code:before{min-width:25px;content:attr(data-gutter)!important;color:#777!important;white-space:pre-wrap!important;text-align:right!important;background-color:#eee!important;border-right:1px solid #ccc!important;padding:8px!important;position:absolute!important;top:0!important;left:0!important}.lexical-view-mode pre{white-space:pre-wrap!important;padding-left:8px!important}.lexical-view-mode pre:before{border-right:0!important;width:100%!important;height:23px!important}.lexical-view-mode .editor-code:after,.lexical-view-mode pre:after{color:#00000080;content:attr(data-highlight-language)!important;text-transform:uppercase!important;padding:3px!important;font-size:10px!important;position:absolute!important;top:0!important;right:3px!important}.lexical-view-mode .editor-tokenComment{color:#708090}.lexical-view-mode .editor-tokenPunctuation{color:#999}.lexical-view-mode .editor-tokenProperty{color:#905}.lexical-view-mode .editor-tokenSelector{color:#690}.lexical-view-mode .editor-tokenOperator{color:#9a6e3a}.lexical-view-mode .editor-tokenAttr{color:#07a}.lexical-view-mode .editor-tokenVariable{color:#e90}.lexical-view-mode .editor-tokenFunction{color:#dd4a68}.lexical-view-mode .editor-paragraph,.lexical-view-mode p{word-break:break-word;margin:0 0 .3rem!important;padding:0!important}.lexical-view-mode .editor-paragraph:last-child{margin-bottom:0}.lexical-view-mode .editor-heading-h1,.lexical-view-mode h1{line-height:100%;border-bottom:thin solid #0000001a!important;margin-top:1.2em!important;margin-bottom:.6em!important;padding-bottom:6px!important;font-size:24px!important}.lexical-view-mode .editor-heading-h2:first-child,.lexical-view-mode .editor-heading-h1:first-child,.lexical-view-mode h2:first-child,.lexical-view-mode h1:first-child{margin-top:0}.lexical-view-mode .editor-heading-h2,.lexical-view-mode h2{line-height:100%;border-bottom:thin solid #0000001a!important;margin-top:1.2em!important;margin-bottom:.6em!important;padding-bottom:6px!important;font-size:20px!important}.lexical-view-mode .editor-list-ol,.lexical-view-mode ol{margin:0 0 .3rem 15px!important;padding:0 0 0 15px!important;list-style-type:decimal!important;list-style-position:outside!important}.lexical-view-mode li ol{margin:0 0 0 20px!important}.lexical-view-mode .editor-list-ol2,.lexical-view-mode .editor-list-ol3,.lexical-view-mode .editor-list-ol4,.lexical-view-mode .editor-list-ol5,.lexical-view-mode .editor-list-ol6,.lexical-view-mode .editor-list-ol7{list-style-position:outside;padding:0!important}.lexical-view-mode .editor-list-ol2{list-style-type:lower-alpha}.lexical-view-mode .editor-list-ol3{list-style-type:lower-roman}.lexical-view-mode .editor-list-ol4{list-style-type:decimal}.lexical-view-mode .editor-list-ol5{list-style-type:lower-alpha}.lexical-view-mode .editor-list-ol6{list-style-type:lower-roman}.lexical-view-mode .editor-list-ol7{list-style-type:decimal}.lexical-view-mode .editor-list-ul,.lexical-view-mode ul{margin-bottom:.3rem;margin:0 0 0 15px!important;padding:0 0 0 5px!important;list-style-position:outside!important}.lexical-view-mode li ul{margin:0 0 0 15px!important;padding:0 0 0 3px!important}.lexical-view-mode .editor-list-item{padding-left:0;vertical-align:top!important;margin-bottom:12px!important;line-height:1.3!important}.lexical-view-mode .editor-nested-list-item{list-style-type:none}.lexical-view-mode code{color:inherit!important;word-wrap:break-word!important;white-space:break-spaces!important}.lexical-view-mode a>code{color:inherit}.lexical-view-mode pre::-webkit-scrollbar{width:10px;background:0 0!important}.lexical-view-mode pre::-webkit-scrollbar-thumb{background:#999}.lexical-view-mode img{cursor:zoom-in!important;border:1px solid #ccc!important;border-radius:4px!important;width:auto!important;max-width:250px!important;height:auto!important;max-height:250px!important;display:block!important}.lexical-view-mode img:hover,.lexical-view-mode img:focus{outline:3px solid #007bff4d}.lexical-view-mode iframe{background:#000!important;border:1px solid #ccc!important;width:fit-content!important;max-width:100%!important;height:fit-content!important}.lexical-view-mode .ql-align-left{text-align:left!important}.lexical-view-mode .ql-align-right{text-align:right!important}.lexical-view-mode .ql-align-center{text-align:center!important}.lexical-view-mode .ql-align-justify{text-align:justify!important}.lexical-view-mode .ql-size-small{font-size:.75em!important}.lexical-view-mode p>a,.lexical-view-mode li>a{color:#007bff!important;cursor:pointer!important;background-color:#0000!important;text-decoration:underline!important}.lexical-view-mode p>a:hover,.lexical-view-mode li>a:hover{color:#0062cc!important;text-decoration:underline!important}.lexical-view-mode .ql-size-large{font-size:1.25rem!important}.lexical-view-mode .ql-indent-1{margin-left:20px!important}.lexical-view-mode .ql-indent-2{margin-left:40px!important}.lexical-view-mode .ql-indent-3{margin-left:60px!important}.lexical-view-mode .ql-indent-4{margin-left:80px!important}.lexical-view-mode .ql-indent-5{margin-left:100px!important}.lexical-view-mode .ql-indent-6{margin-left:120px!important}.lexical-view-mode .ql-indent-7{margin-left:140px!important}.lexical-view-mode .ql-indent-8{margin-left:160px!important}.lexical-view-mode ol li.ql-indent-1,.lexical-view-mode ol li.ql-indent-2,.lexical-view-mode ol li.ql-indent-3,.lexical-view-mode ol li.ql-indent-4,.lexical-view-mode ol li.ql-indent-5,.lexical-view-mode ol li.ql-indent-6,.lexical-view-mode ol li.ql-indent-7,.lexical-view-mode ol li.ql-indent-8,.lexical-view-mode ul li.ql-indent-1,.lexical-view-mode ul li.ql-indent-2,.lexical-view-mode ul li.ql-indent-3,.lexical-view-mode ul li.ql-indent-4,.lexical-view-mode ul li.ql-indent-5,.lexical-view-mode ul li.ql-indent-6,.lexical-view-mode ul li.ql-indent-7,.lexical-view-mode ul li.ql-indent-8{margin-bottom:.3em!important}.lexical-view-mode ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-1!important;margin-left:0!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-1::marker{display:none}.lexical-view-mode ol li.ql-indent-1:before{content:counter(list-1,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-2!important;margin-left:20px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-2::marker{display:none}.lexical-view-mode ol li.ql-indent-2:before{content:counter(list-2,lower-roman)". "!important}.lexical-view-mode ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-3!important;margin-left:40px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-3::marker{display:none}.lexical-view-mode ol li.ql-indent-3:before{content:counter(list-3,decimal)". "!important}.lexical-view-mode ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-4!important;margin-left:60px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-4::marker{display:none}.lexical-view-mode ol li.ql-indent-4:before{content:counter(list-4,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9!important;counter-increment:list-5!important;margin-left:80px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-5::marker{display:none}.lexical-view-mode ol li.ql-indent-5:before{content:counter(list-5,lower-roman)". "!important}.lexical-view-mode ol li.ql-indent-6{counter-reset:list-7 list-8 list-9!important;counter-increment:list-6!important;margin-left:100px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-6::marker{display:none}.lexical-view-mode ol li.ql-indent-6:before{content:counter(list-6,decimal)". "!important}.lexical-view-mode ol li.ql-indent-7{counter-reset:list-8 list-9!important;counter-increment:list-7!important;margin-left:120px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-7::marker{display:none}.lexical-view-mode ol li.ql-indent-7:before{content:counter(list-7,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-8{counter-reset:list-9!important;counter-increment:list-8!important;margin-left:140px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-8::marker{display:none}.lexical-view-mode ol li.ql-indent-8:before{content:counter(list-8,lower-roman)". "!important}.lexical-view-mode ul li.ql-indent-3,.lexical-view-mode ul li.ql-indent-6{list-style-type:disc}.lexical-view-mode ul li.ql-indent-1,.lexical-view-mode ul li.ql-indent-4,.lexical-view-mode ul li.ql-indent-7{list-style-type:circle}.lexical-view-mode ul li.ql-indent-2,.lexical-view-mode ul li.ql-indent-5,.lexical-view-mode ul li.ql-indent-8{list-style-type:square}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}', ip = "-", Ry = (e) => {
|
|
12573
12567
|
const r = Ay(e), {
|
|
12574
12568
|
conflictingClassGroups: o,
|
|
@@ -12764,14 +12758,14 @@ const $s = () => ha(np), Em = ({
|
|
|
12764
12758
|
}
|
|
12765
12759
|
P = !1;
|
|
12766
12760
|
}
|
|
12767
|
-
const W = d(F).join(":"), U = M ? W + wd : W,
|
|
12768
|
-
if (h.includes(
|
|
12761
|
+
const W = d(F).join(":"), U = M ? W + wd : W, Q = U + I;
|
|
12762
|
+
if (h.includes(Q))
|
|
12769
12763
|
continue;
|
|
12770
|
-
h.push(
|
|
12764
|
+
h.push(Q);
|
|
12771
12765
|
const _ = a(I, P);
|
|
12772
12766
|
for (let ne = 0; ne < _.length; ++ne) {
|
|
12773
|
-
const
|
|
12774
|
-
h.push(U +
|
|
12767
|
+
const ue = _[ne];
|
|
12768
|
+
h.push(U + ue);
|
|
12775
12769
|
}
|
|
12776
12770
|
m = R + (m.length > 0 ? " " + m : m);
|
|
12777
12771
|
}
|
|
@@ -12823,7 +12817,7 @@ const yt = (e) => {
|
|
|
12823
12817
|
const i = Om.exec(e);
|
|
12824
12818
|
return i ? i[1] ? r(i[1]) : o : !1;
|
|
12825
12819
|
}, Mm = (e) => e === "position" || e === "percentage", Dm = (e) => e === "image" || e === "url", _m = (e) => e === "length" || e === "size" || e === "bg-size", Lm = (e) => e === "length", nb = (e) => e === "number", ob = (e) => e === "family-name", Nm = (e) => e === "shadow", ib = () => {
|
|
12826
|
-
const e = yt("color"), r = yt("font"), o = yt("text"), i = yt("font-weight"), a = yt("tracking"), d = yt("leading"), h = yt("breakpoint"), y = yt("container"), m = yt("spacing"), w = yt("radius"), R = yt("shadow"), E = yt("inset-shadow"), F = yt("text-shadow"), M = yt("drop-shadow"), B = yt("blur"), D = yt("perspective"), P = yt("aspect"), I = yt("ease"), W = yt("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"],
|
|
12820
|
+
const e = yt("color"), r = yt("font"), o = yt("text"), i = yt("font-weight"), a = yt("tracking"), d = yt("leading"), h = yt("breakpoint"), y = yt("container"), m = yt("spacing"), w = yt("radius"), R = yt("shadow"), E = yt("inset-shadow"), F = yt("text-shadow"), M = yt("drop-shadow"), B = yt("blur"), D = yt("perspective"), P = yt("aspect"), I = yt("ease"), W = yt("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], Q = () => [
|
|
12827
12821
|
"center",
|
|
12828
12822
|
"top",
|
|
12829
12823
|
"bottom",
|
|
@@ -12841,15 +12835,15 @@ const yt = (e) => {
|
|
|
12841
12835
|
"bottom-left",
|
|
12842
12836
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
12843
12837
|
"left-bottom"
|
|
12844
|
-
], _ = () => [...
|
|
12838
|
+
], _ = () => [...Q(), ve, ge], ne = () => ["auto", "hidden", "clip", "visible", "scroll"], ue = () => ["auto", "contain", "none"], K = () => [ve, ge, m], ie = () => [ps, "full", "auto", ...K()], Oe = () => [Xo, "none", "subgrid", ve, ge], Ne = () => ["auto", {
|
|
12845
12839
|
span: ["full", Xo, ve, ge]
|
|
12846
|
-
}, Xo, ve, ge], De = () => [Xo, "auto", ve, ge], Ye = () => ["auto", "min", "max", "fr", ve, ge], Ge = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], Se = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], Ee = () => ["auto", ...
|
|
12840
|
+
}, Xo, ve, ge], De = () => [Xo, "auto", ve, ge], Ye = () => ["auto", "min", "max", "fr", ve, ge], Ge = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], Se = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], Ee = () => ["auto", ...K()], Le = () => [ps, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...K()], J = () => [e, ve, ge], ye = () => [...Q(), eh, Zp, {
|
|
12847
12841
|
position: [ve, ge]
|
|
12848
|
-
}],
|
|
12842
|
+
}], Y = () => ["no-repeat", {
|
|
12849
12843
|
repeat: ["", "x", "y", "space", "round"]
|
|
12850
12844
|
}], X = () => ["auto", "cover", "contain", tb, Ky, {
|
|
12851
12845
|
size: [ve, ge]
|
|
12852
|
-
}],
|
|
12846
|
+
}], ce = () => [Uf, _l, Ji], he = () => [
|
|
12853
12847
|
// Deprecated since Tailwind CSS v4.0.0
|
|
12854
12848
|
"",
|
|
12855
12849
|
"none",
|
|
@@ -12864,7 +12858,7 @@ const yt = (e) => {
|
|
|
12864
12858
|
B,
|
|
12865
12859
|
ve,
|
|
12866
12860
|
ge
|
|
12867
|
-
], ke = () => ["none", ze, ve, ge], Te = () => ["none", ze, ve, ge], $e = () => [ze, ve, ge], re = () => [ps, "full", ...
|
|
12861
|
+
], ke = () => ["none", ze, ve, ge], Te = () => ["none", ze, ve, ge], $e = () => [ze, ve, ge], re = () => [ps, "full", ...K()];
|
|
12868
12862
|
return {
|
|
12869
12863
|
cacheSize: 500,
|
|
12870
12864
|
theme: {
|
|
@@ -13016,21 +13010,21 @@ const yt = (e) => {
|
|
|
13016
13010
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
13017
13011
|
*/
|
|
13018
13012
|
overscroll: [{
|
|
13019
|
-
overscroll:
|
|
13013
|
+
overscroll: ue()
|
|
13020
13014
|
}],
|
|
13021
13015
|
/**
|
|
13022
13016
|
* Overscroll Behavior X
|
|
13023
13017
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
13024
13018
|
*/
|
|
13025
13019
|
"overscroll-x": [{
|
|
13026
|
-
"overscroll-x":
|
|
13020
|
+
"overscroll-x": ue()
|
|
13027
13021
|
}],
|
|
13028
13022
|
/**
|
|
13029
13023
|
* Overscroll Behavior Y
|
|
13030
13024
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
13031
13025
|
*/
|
|
13032
13026
|
"overscroll-y": [{
|
|
13033
|
-
"overscroll-y":
|
|
13027
|
+
"overscroll-y": ue()
|
|
13034
13028
|
}],
|
|
13035
13029
|
/**
|
|
13036
13030
|
* Position
|
|
@@ -13120,7 +13114,7 @@ const yt = (e) => {
|
|
|
13120
13114
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
13121
13115
|
*/
|
|
13122
13116
|
basis: [{
|
|
13123
|
-
basis: [ps, "full", "auto", y, ...
|
|
13117
|
+
basis: [ps, "full", "auto", y, ...K()]
|
|
13124
13118
|
}],
|
|
13125
13119
|
/**
|
|
13126
13120
|
* Flex Direction
|
|
@@ -13246,21 +13240,21 @@ const yt = (e) => {
|
|
|
13246
13240
|
* @see https://tailwindcss.com/docs/gap
|
|
13247
13241
|
*/
|
|
13248
13242
|
gap: [{
|
|
13249
|
-
gap:
|
|
13243
|
+
gap: K()
|
|
13250
13244
|
}],
|
|
13251
13245
|
/**
|
|
13252
13246
|
* Gap X
|
|
13253
13247
|
* @see https://tailwindcss.com/docs/gap
|
|
13254
13248
|
*/
|
|
13255
13249
|
"gap-x": [{
|
|
13256
|
-
"gap-x":
|
|
13250
|
+
"gap-x": K()
|
|
13257
13251
|
}],
|
|
13258
13252
|
/**
|
|
13259
13253
|
* Gap Y
|
|
13260
13254
|
* @see https://tailwindcss.com/docs/gap
|
|
13261
13255
|
*/
|
|
13262
13256
|
"gap-y": [{
|
|
13263
|
-
"gap-y":
|
|
13257
|
+
"gap-y": K()
|
|
13264
13258
|
}],
|
|
13265
13259
|
/**
|
|
13266
13260
|
* Justify Content
|
|
@@ -13335,63 +13329,63 @@ const yt = (e) => {
|
|
|
13335
13329
|
* @see https://tailwindcss.com/docs/padding
|
|
13336
13330
|
*/
|
|
13337
13331
|
p: [{
|
|
13338
|
-
p:
|
|
13332
|
+
p: K()
|
|
13339
13333
|
}],
|
|
13340
13334
|
/**
|
|
13341
13335
|
* Padding X
|
|
13342
13336
|
* @see https://tailwindcss.com/docs/padding
|
|
13343
13337
|
*/
|
|
13344
13338
|
px: [{
|
|
13345
|
-
px:
|
|
13339
|
+
px: K()
|
|
13346
13340
|
}],
|
|
13347
13341
|
/**
|
|
13348
13342
|
* Padding Y
|
|
13349
13343
|
* @see https://tailwindcss.com/docs/padding
|
|
13350
13344
|
*/
|
|
13351
13345
|
py: [{
|
|
13352
|
-
py:
|
|
13346
|
+
py: K()
|
|
13353
13347
|
}],
|
|
13354
13348
|
/**
|
|
13355
13349
|
* Padding Start
|
|
13356
13350
|
* @see https://tailwindcss.com/docs/padding
|
|
13357
13351
|
*/
|
|
13358
13352
|
ps: [{
|
|
13359
|
-
ps:
|
|
13353
|
+
ps: K()
|
|
13360
13354
|
}],
|
|
13361
13355
|
/**
|
|
13362
13356
|
* Padding End
|
|
13363
13357
|
* @see https://tailwindcss.com/docs/padding
|
|
13364
13358
|
*/
|
|
13365
13359
|
pe: [{
|
|
13366
|
-
pe:
|
|
13360
|
+
pe: K()
|
|
13367
13361
|
}],
|
|
13368
13362
|
/**
|
|
13369
13363
|
* Padding Top
|
|
13370
13364
|
* @see https://tailwindcss.com/docs/padding
|
|
13371
13365
|
*/
|
|
13372
13366
|
pt: [{
|
|
13373
|
-
pt:
|
|
13367
|
+
pt: K()
|
|
13374
13368
|
}],
|
|
13375
13369
|
/**
|
|
13376
13370
|
* Padding Right
|
|
13377
13371
|
* @see https://tailwindcss.com/docs/padding
|
|
13378
13372
|
*/
|
|
13379
13373
|
pr: [{
|
|
13380
|
-
pr:
|
|
13374
|
+
pr: K()
|
|
13381
13375
|
}],
|
|
13382
13376
|
/**
|
|
13383
13377
|
* Padding Bottom
|
|
13384
13378
|
* @see https://tailwindcss.com/docs/padding
|
|
13385
13379
|
*/
|
|
13386
13380
|
pb: [{
|
|
13387
|
-
pb:
|
|
13381
|
+
pb: K()
|
|
13388
13382
|
}],
|
|
13389
13383
|
/**
|
|
13390
13384
|
* Padding Left
|
|
13391
13385
|
* @see https://tailwindcss.com/docs/padding
|
|
13392
13386
|
*/
|
|
13393
13387
|
pl: [{
|
|
13394
|
-
pl:
|
|
13388
|
+
pl: K()
|
|
13395
13389
|
}],
|
|
13396
13390
|
/**
|
|
13397
13391
|
* Margin
|
|
@@ -13461,7 +13455,7 @@ const yt = (e) => {
|
|
|
13461
13455
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
13462
13456
|
*/
|
|
13463
13457
|
"space-x": [{
|
|
13464
|
-
"space-x":
|
|
13458
|
+
"space-x": K()
|
|
13465
13459
|
}],
|
|
13466
13460
|
/**
|
|
13467
13461
|
* Space Between X Reverse
|
|
@@ -13473,7 +13467,7 @@ const yt = (e) => {
|
|
|
13473
13467
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
13474
13468
|
*/
|
|
13475
13469
|
"space-y": [{
|
|
13476
|
-
"space-y":
|
|
13470
|
+
"space-y": K()
|
|
13477
13471
|
}],
|
|
13478
13472
|
/**
|
|
13479
13473
|
* Space Between Y Reverse
|
|
@@ -13642,7 +13636,7 @@ const yt = (e) => {
|
|
|
13642
13636
|
leading: [
|
|
13643
13637
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
13644
13638
|
d,
|
|
13645
|
-
...
|
|
13639
|
+
...K()
|
|
13646
13640
|
]
|
|
13647
13641
|
}],
|
|
13648
13642
|
/**
|
|
@@ -13743,7 +13737,7 @@ const yt = (e) => {
|
|
|
13743
13737
|
* @see https://tailwindcss.com/docs/text-indent
|
|
13744
13738
|
*/
|
|
13745
13739
|
indent: [{
|
|
13746
|
-
indent:
|
|
13740
|
+
indent: K()
|
|
13747
13741
|
}],
|
|
13748
13742
|
/**
|
|
13749
13743
|
* Vertical Alignment
|
|
@@ -13823,7 +13817,7 @@ const yt = (e) => {
|
|
|
13823
13817
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
13824
13818
|
*/
|
|
13825
13819
|
"bg-repeat": [{
|
|
13826
|
-
bg:
|
|
13820
|
+
bg: Y()
|
|
13827
13821
|
}],
|
|
13828
13822
|
/**
|
|
13829
13823
|
* Background Size
|
|
@@ -13857,21 +13851,21 @@ const yt = (e) => {
|
|
|
13857
13851
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
13858
13852
|
*/
|
|
13859
13853
|
"gradient-from-pos": [{
|
|
13860
|
-
from:
|
|
13854
|
+
from: ce()
|
|
13861
13855
|
}],
|
|
13862
13856
|
/**
|
|
13863
13857
|
* Gradient Color Stops Via Position
|
|
13864
13858
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
13865
13859
|
*/
|
|
13866
13860
|
"gradient-via-pos": [{
|
|
13867
|
-
via:
|
|
13861
|
+
via: ce()
|
|
13868
13862
|
}],
|
|
13869
13863
|
/**
|
|
13870
13864
|
* Gradient Color Stops To Position
|
|
13871
13865
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
13872
13866
|
*/
|
|
13873
13867
|
"gradient-to-pos": [{
|
|
13874
|
-
to:
|
|
13868
|
+
to: ce()
|
|
13875
13869
|
}],
|
|
13876
13870
|
/**
|
|
13877
13871
|
* Gradient Color Stops From
|
|
@@ -14457,7 +14451,7 @@ const yt = (e) => {
|
|
|
14457
14451
|
}]
|
|
14458
14452
|
}],
|
|
14459
14453
|
"mask-image-radial-pos": [{
|
|
14460
|
-
"mask-radial-at":
|
|
14454
|
+
"mask-radial-at": Q()
|
|
14461
14455
|
}],
|
|
14462
14456
|
"mask-image-conic-pos": [{
|
|
14463
14457
|
"mask-conic": [ze]
|
|
@@ -14500,7 +14494,7 @@ const yt = (e) => {
|
|
|
14500
14494
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
14501
14495
|
*/
|
|
14502
14496
|
"mask-repeat": [{
|
|
14503
|
-
mask:
|
|
14497
|
+
mask: Y()
|
|
14504
14498
|
}],
|
|
14505
14499
|
/**
|
|
14506
14500
|
* Mask Size
|
|
@@ -14707,21 +14701,21 @@ const yt = (e) => {
|
|
|
14707
14701
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
14708
14702
|
*/
|
|
14709
14703
|
"border-spacing": [{
|
|
14710
|
-
"border-spacing":
|
|
14704
|
+
"border-spacing": K()
|
|
14711
14705
|
}],
|
|
14712
14706
|
/**
|
|
14713
14707
|
* Border Spacing X
|
|
14714
14708
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
14715
14709
|
*/
|
|
14716
14710
|
"border-spacing-x": [{
|
|
14717
|
-
"border-spacing-x":
|
|
14711
|
+
"border-spacing-x": K()
|
|
14718
14712
|
}],
|
|
14719
14713
|
/**
|
|
14720
14714
|
* Border Spacing Y
|
|
14721
14715
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
14722
14716
|
*/
|
|
14723
14717
|
"border-spacing-y": [{
|
|
14724
|
-
"border-spacing-y":
|
|
14718
|
+
"border-spacing-y": K()
|
|
14725
14719
|
}],
|
|
14726
14720
|
/**
|
|
14727
14721
|
* Table Layout
|
|
@@ -15013,126 +15007,126 @@ const yt = (e) => {
|
|
|
15013
15007
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15014
15008
|
*/
|
|
15015
15009
|
"scroll-m": [{
|
|
15016
|
-
"scroll-m":
|
|
15010
|
+
"scroll-m": K()
|
|
15017
15011
|
}],
|
|
15018
15012
|
/**
|
|
15019
15013
|
* Scroll Margin X
|
|
15020
15014
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15021
15015
|
*/
|
|
15022
15016
|
"scroll-mx": [{
|
|
15023
|
-
"scroll-mx":
|
|
15017
|
+
"scroll-mx": K()
|
|
15024
15018
|
}],
|
|
15025
15019
|
/**
|
|
15026
15020
|
* Scroll Margin Y
|
|
15027
15021
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15028
15022
|
*/
|
|
15029
15023
|
"scroll-my": [{
|
|
15030
|
-
"scroll-my":
|
|
15024
|
+
"scroll-my": K()
|
|
15031
15025
|
}],
|
|
15032
15026
|
/**
|
|
15033
15027
|
* Scroll Margin Start
|
|
15034
15028
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15035
15029
|
*/
|
|
15036
15030
|
"scroll-ms": [{
|
|
15037
|
-
"scroll-ms":
|
|
15031
|
+
"scroll-ms": K()
|
|
15038
15032
|
}],
|
|
15039
15033
|
/**
|
|
15040
15034
|
* Scroll Margin End
|
|
15041
15035
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15042
15036
|
*/
|
|
15043
15037
|
"scroll-me": [{
|
|
15044
|
-
"scroll-me":
|
|
15038
|
+
"scroll-me": K()
|
|
15045
15039
|
}],
|
|
15046
15040
|
/**
|
|
15047
15041
|
* Scroll Margin Top
|
|
15048
15042
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15049
15043
|
*/
|
|
15050
15044
|
"scroll-mt": [{
|
|
15051
|
-
"scroll-mt":
|
|
15045
|
+
"scroll-mt": K()
|
|
15052
15046
|
}],
|
|
15053
15047
|
/**
|
|
15054
15048
|
* Scroll Margin Right
|
|
15055
15049
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15056
15050
|
*/
|
|
15057
15051
|
"scroll-mr": [{
|
|
15058
|
-
"scroll-mr":
|
|
15052
|
+
"scroll-mr": K()
|
|
15059
15053
|
}],
|
|
15060
15054
|
/**
|
|
15061
15055
|
* Scroll Margin Bottom
|
|
15062
15056
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15063
15057
|
*/
|
|
15064
15058
|
"scroll-mb": [{
|
|
15065
|
-
"scroll-mb":
|
|
15059
|
+
"scroll-mb": K()
|
|
15066
15060
|
}],
|
|
15067
15061
|
/**
|
|
15068
15062
|
* Scroll Margin Left
|
|
15069
15063
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
15070
15064
|
*/
|
|
15071
15065
|
"scroll-ml": [{
|
|
15072
|
-
"scroll-ml":
|
|
15066
|
+
"scroll-ml": K()
|
|
15073
15067
|
}],
|
|
15074
15068
|
/**
|
|
15075
15069
|
* Scroll Padding
|
|
15076
15070
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15077
15071
|
*/
|
|
15078
15072
|
"scroll-p": [{
|
|
15079
|
-
"scroll-p":
|
|
15073
|
+
"scroll-p": K()
|
|
15080
15074
|
}],
|
|
15081
15075
|
/**
|
|
15082
15076
|
* Scroll Padding X
|
|
15083
15077
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15084
15078
|
*/
|
|
15085
15079
|
"scroll-px": [{
|
|
15086
|
-
"scroll-px":
|
|
15080
|
+
"scroll-px": K()
|
|
15087
15081
|
}],
|
|
15088
15082
|
/**
|
|
15089
15083
|
* Scroll Padding Y
|
|
15090
15084
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15091
15085
|
*/
|
|
15092
15086
|
"scroll-py": [{
|
|
15093
|
-
"scroll-py":
|
|
15087
|
+
"scroll-py": K()
|
|
15094
15088
|
}],
|
|
15095
15089
|
/**
|
|
15096
15090
|
* Scroll Padding Start
|
|
15097
15091
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15098
15092
|
*/
|
|
15099
15093
|
"scroll-ps": [{
|
|
15100
|
-
"scroll-ps":
|
|
15094
|
+
"scroll-ps": K()
|
|
15101
15095
|
}],
|
|
15102
15096
|
/**
|
|
15103
15097
|
* Scroll Padding End
|
|
15104
15098
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15105
15099
|
*/
|
|
15106
15100
|
"scroll-pe": [{
|
|
15107
|
-
"scroll-pe":
|
|
15101
|
+
"scroll-pe": K()
|
|
15108
15102
|
}],
|
|
15109
15103
|
/**
|
|
15110
15104
|
* Scroll Padding Top
|
|
15111
15105
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15112
15106
|
*/
|
|
15113
15107
|
"scroll-pt": [{
|
|
15114
|
-
"scroll-pt":
|
|
15108
|
+
"scroll-pt": K()
|
|
15115
15109
|
}],
|
|
15116
15110
|
/**
|
|
15117
15111
|
* Scroll Padding Right
|
|
15118
15112
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15119
15113
|
*/
|
|
15120
15114
|
"scroll-pr": [{
|
|
15121
|
-
"scroll-pr":
|
|
15115
|
+
"scroll-pr": K()
|
|
15122
15116
|
}],
|
|
15123
15117
|
/**
|
|
15124
15118
|
* Scroll Padding Bottom
|
|
15125
15119
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15126
15120
|
*/
|
|
15127
15121
|
"scroll-pb": [{
|
|
15128
|
-
"scroll-pb":
|
|
15122
|
+
"scroll-pb": K()
|
|
15129
15123
|
}],
|
|
15130
15124
|
/**
|
|
15131
15125
|
* Scroll Padding Left
|
|
15132
15126
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
15133
15127
|
*/
|
|
15134
15128
|
"scroll-pl": [{
|
|
15135
|
-
"scroll-pl":
|
|
15129
|
+
"scroll-pl": K()
|
|
15136
15130
|
}],
|
|
15137
15131
|
/**
|
|
15138
15132
|
* Scroll Snap Align
|
|
@@ -15817,7 +15811,7 @@ function zb(e) {
|
|
|
15817
15811
|
target: null
|
|
15818
15812
|
}).current;
|
|
15819
15813
|
An(jb, []);
|
|
15820
|
-
let { addGlobalListener: m, removeAllGlobalListeners: w } = Wm(), { hoverProps: R, triggerHoverEnd: E } =
|
|
15814
|
+
let { addGlobalListener: m, removeAllGlobalListeners: w } = Wm(), { hoverProps: R, triggerHoverEnd: E } = Pt(() => {
|
|
15821
15815
|
let F = (D, P) => {
|
|
15822
15816
|
if (y.pointerType = P, a || P === "touch" || y.isHovered || !D.currentTarget.contains(D.target)) return;
|
|
15823
15817
|
y.isHovered = !0;
|
|
@@ -16130,11 +16124,11 @@ function f0() {
|
|
|
16130
16124
|
}
|
|
16131
16125
|
function d0() {
|
|
16132
16126
|
let [e, r] = xt([]);
|
|
16133
|
-
return [e.length > 0 ? e.join(" ") : void 0,
|
|
16127
|
+
return [e.length > 0 ? e.join(" ") : void 0, Pt(() => function(o) {
|
|
16134
16128
|
let i = Sc((d) => (r((h) => [...h, d]), () => r((h) => {
|
|
16135
16129
|
let y = h.slice(), m = y.indexOf(d);
|
|
16136
16130
|
return m !== -1 && y.splice(m, 1), y;
|
|
16137
|
-
}))), a =
|
|
16131
|
+
}))), a = Pt(() => ({ register: i, slot: o.slot, name: o.name, props: o.props, value: o.value }), [i, o.slot, o.name, o.props, o.value]);
|
|
16138
16132
|
return it.createElement(Ec.Provider, { value: a }, o.children);
|
|
16139
16133
|
}, [r])];
|
|
16140
16134
|
}
|
|
@@ -16142,7 +16136,7 @@ let p0 = "p";
|
|
|
16142
16136
|
function h0(e, r) {
|
|
16143
16137
|
let o = wc(), i = kc(), { id: a = `headlessui-description-${o}`, ...d } = e, h = sg(), y = ag(r);
|
|
16144
16138
|
cp(() => h.register(a), [a, h.register]);
|
|
16145
|
-
let m = i || !1, w =
|
|
16139
|
+
let m = i || !1, w = Pt(() => ({ ...h.slot, disabled: m }), [h.slot, m]), R = { ref: y, ...h.props, id: a };
|
|
16146
16140
|
return ru()({ ourProps: R, theirProps: d, slot: w, defaultTag: p0, name: h.name || "Description" });
|
|
16147
16141
|
}
|
|
16148
16142
|
let m0 = nu(h0), g0 = Object.assign(m0, {}), Cc = pa(null);
|
|
@@ -16162,11 +16156,11 @@ function ug(e) {
|
|
|
16162
16156
|
}
|
|
16163
16157
|
function v0({ inherit: e = !1 } = {}) {
|
|
16164
16158
|
let r = ug(), [o, i] = xt([]), a = e ? [r, ...o].filter(Boolean) : o;
|
|
16165
|
-
return [a.length > 0 ? a.join(" ") : void 0,
|
|
16159
|
+
return [a.length > 0 ? a.join(" ") : void 0, Pt(() => function(d) {
|
|
16166
16160
|
let h = Sc((m) => (i((w) => [...w, m]), () => i((w) => {
|
|
16167
16161
|
let R = w.slice(), E = R.indexOf(m);
|
|
16168
16162
|
return E !== -1 && R.splice(E, 1), R;
|
|
16169
|
-
}))), y =
|
|
16163
|
+
}))), y = Pt(() => ({ register: h, slot: d.slot, name: d.name, props: d.props, value: d.value }), [h, d.slot, d.name, d.props, d.value]);
|
|
16170
16164
|
return it.createElement(Cc.Provider, { value: y }, d.children);
|
|
16171
16165
|
}, [i])];
|
|
16172
16166
|
}
|
|
@@ -16182,12 +16176,12 @@ function b0(e, r) {
|
|
|
16182
16176
|
if (W) {
|
|
16183
16177
|
let U = W.getAttribute("disabled");
|
|
16184
16178
|
if (U === "true" || U === "") return;
|
|
16185
|
-
let
|
|
16186
|
-
if (
|
|
16179
|
+
let Q = W.getAttribute("aria-disabled");
|
|
16180
|
+
if (Q === "true" || Q === "") return;
|
|
16187
16181
|
(l0(W) && (W.type === "file" || W.type === "radio" || W.type === "checkbox") || W.role === "radio" || W.role === "checkbox" || W.role === "switch") && W.click(), W.focus({ preventScroll: !0 });
|
|
16188
16182
|
}
|
|
16189
16183
|
}
|
|
16190
|
-
}), M = h || !1, B =
|
|
16184
|
+
}), M = h || !1, B = Pt(() => ({ ...a.slot, disabled: M }), [a.slot, M]), D = { ref: E, ...a.props, id: y, htmlFor: m, onClick: F };
|
|
16191
16185
|
return w && ("onClick" in D && (delete D.htmlFor, delete D.onClick), "onClick" in R && delete R.onClick), ru()({ ourProps: D, theirProps: R, slot: B, defaultTag: m ? y0 : "div", name: a.name || "Label" });
|
|
16192
16186
|
}
|
|
16193
16187
|
let w0 = nu(b0), x0 = Object.assign(w0, {});
|
|
@@ -16410,7 +16404,7 @@ const P0 = async (e, r, o) => {
|
|
|
16410
16404
|
} = y[D], {
|
|
16411
16405
|
x: W,
|
|
16412
16406
|
y: U,
|
|
16413
|
-
data:
|
|
16407
|
+
data: Q,
|
|
16414
16408
|
reset: _
|
|
16415
16409
|
} = await I({
|
|
16416
16410
|
x: R,
|
|
@@ -16430,7 +16424,7 @@ const P0 = async (e, r, o) => {
|
|
|
16430
16424
|
...M,
|
|
16431
16425
|
[P]: {
|
|
16432
16426
|
...M[P],
|
|
16433
|
-
...
|
|
16427
|
+
...Q
|
|
16434
16428
|
}
|
|
16435
16429
|
}, _ && B <= 50 && (B++, typeof _ == "object" && (_.placement && (F = _.placement), _.rects && (w = _.rects === !0 ? await h.getElementRects({
|
|
16436
16430
|
reference: e,
|
|
@@ -16499,8 +16493,8 @@ function Gl(e, r, o, i) {
|
|
|
16499
16493
|
const F = wr(d), M = i && ht(i) ? wr(i) : i;
|
|
16500
16494
|
let B = F, D = Pd(B);
|
|
16501
16495
|
for (; D && i && M !== B; ) {
|
|
16502
|
-
const P = xs(D), I = D.getBoundingClientRect(), W = jr(D), U = I.left + (D.clientLeft + parseFloat(W.paddingLeft)) * P.x,
|
|
16503
|
-
m *= P.x, w *= P.y, R *= P.x, E *= P.y, m += U, w +=
|
|
16496
|
+
const P = xs(D), I = D.getBoundingClientRect(), W = jr(D), U = I.left + (D.clientLeft + parseFloat(W.paddingLeft)) * P.x, Q = I.top + (D.clientTop + parseFloat(W.paddingTop)) * P.y;
|
|
16497
|
+
m *= P.x, w *= P.y, R *= P.x, E *= P.y, m += U, w += Q, B = wr(D), D = Pd(B);
|
|
16504
16498
|
}
|
|
16505
16499
|
}
|
|
16506
16500
|
return hg({
|
|
@@ -16817,17 +16811,17 @@ function Y0(e) {
|
|
|
16817
16811
|
const [B, D] = fe.useState(null), [P, I] = fe.useState(null), W = fe.useCallback((J) => {
|
|
16818
16812
|
J !== ne.current && (ne.current = J, D(J));
|
|
16819
16813
|
}, []), U = fe.useCallback((J) => {
|
|
16820
|
-
J !==
|
|
16821
|
-
}, []),
|
|
16822
|
-
if (!ne.current || !
|
|
16814
|
+
J !== ue.current && (ue.current = J, I(J));
|
|
16815
|
+
}, []), Q = d || B, _ = h || P, ne = fe.useRef(null), ue = fe.useRef(null), K = fe.useRef(R), ie = m != null, Oe = Qf(m), Ne = Qf(a), De = Qf(w), Ye = fe.useCallback(() => {
|
|
16816
|
+
if (!ne.current || !ue.current)
|
|
16823
16817
|
return;
|
|
16824
16818
|
const J = {
|
|
16825
16819
|
placement: r,
|
|
16826
16820
|
strategy: o,
|
|
16827
16821
|
middleware: F
|
|
16828
16822
|
};
|
|
16829
|
-
Ne.current && (J.platform = Ne.current), H0(ne.current,
|
|
16830
|
-
const
|
|
16823
|
+
Ne.current && (J.platform = Ne.current), H0(ne.current, ue.current, J).then((ye) => {
|
|
16824
|
+
const Y = {
|
|
16831
16825
|
...ye,
|
|
16832
16826
|
// The floating element's position may be recomputed while it's closed
|
|
16833
16827
|
// but still mounted (such as when transitioning out). To ensure
|
|
@@ -16835,13 +16829,13 @@ function Y0(e) {
|
|
|
16835
16829
|
// setting it to `true` when `open === false` (must be specified).
|
|
16836
16830
|
isPositioned: De.current !== !1
|
|
16837
16831
|
};
|
|
16838
|
-
Ge.current && !hc(
|
|
16839
|
-
E(
|
|
16832
|
+
Ge.current && !hc(K.current, Y) && (K.current = Y, hv.flushSync(() => {
|
|
16833
|
+
E(Y);
|
|
16840
16834
|
}));
|
|
16841
16835
|
});
|
|
16842
16836
|
}, [F, r, o, Ne, De]);
|
|
16843
16837
|
ic(() => {
|
|
16844
|
-
w === !1 &&
|
|
16838
|
+
w === !1 && K.current.isPositioned && (K.current.isPositioned = !1, E((J) => ({
|
|
16845
16839
|
...J,
|
|
16846
16840
|
isPositioned: !1
|
|
16847
16841
|
})));
|
|
@@ -16850,21 +16844,21 @@ function Y0(e) {
|
|
|
16850
16844
|
ic(() => (Ge.current = !0, () => {
|
|
16851
16845
|
Ge.current = !1;
|
|
16852
16846
|
}), []), ic(() => {
|
|
16853
|
-
if (
|
|
16847
|
+
if (Q && (ne.current = Q), _ && (ue.current = _), Q && _) {
|
|
16854
16848
|
if (Oe.current)
|
|
16855
|
-
return Oe.current(
|
|
16849
|
+
return Oe.current(Q, _, Ye);
|
|
16856
16850
|
Ye();
|
|
16857
16851
|
}
|
|
16858
|
-
}, [
|
|
16852
|
+
}, [Q, _, Ye, Oe, ie]);
|
|
16859
16853
|
const Se = fe.useMemo(() => ({
|
|
16860
16854
|
reference: ne,
|
|
16861
|
-
floating:
|
|
16855
|
+
floating: ue,
|
|
16862
16856
|
setReference: W,
|
|
16863
16857
|
setFloating: U
|
|
16864
16858
|
}), [W, U]), Ee = fe.useMemo(() => ({
|
|
16865
|
-
reference:
|
|
16859
|
+
reference: Q,
|
|
16866
16860
|
floating: _
|
|
16867
|
-
}), [
|
|
16861
|
+
}), [Q, _]), Le = fe.useMemo(() => {
|
|
16868
16862
|
const J = {
|
|
16869
16863
|
position: o,
|
|
16870
16864
|
left: 0,
|
|
@@ -16872,17 +16866,17 @@ function Y0(e) {
|
|
|
16872
16866
|
};
|
|
16873
16867
|
if (!Ee.floating)
|
|
16874
16868
|
return J;
|
|
16875
|
-
const ye = lh(Ee.floating, R.x),
|
|
16869
|
+
const ye = lh(Ee.floating, R.x), Y = lh(Ee.floating, R.y);
|
|
16876
16870
|
return y ? {
|
|
16877
16871
|
...J,
|
|
16878
|
-
transform: "translate(" + ye + "px, " +
|
|
16872
|
+
transform: "translate(" + ye + "px, " + Y + "px)",
|
|
16879
16873
|
...xg(Ee.floating) >= 1.5 && {
|
|
16880
16874
|
willChange: "transform"
|
|
16881
16875
|
}
|
|
16882
16876
|
} : {
|
|
16883
16877
|
position: o,
|
|
16884
16878
|
left: ye,
|
|
16885
|
-
top:
|
|
16879
|
+
top: Y
|
|
16886
16880
|
};
|
|
16887
16881
|
}, [o, y, Ee.floating, R.x, R.y]);
|
|
16888
16882
|
return fe.useMemo(() => ({
|
|
@@ -16895,12 +16889,12 @@ function Y0(e) {
|
|
|
16895
16889
|
}
|
|
16896
16890
|
let G0 = "div";
|
|
16897
16891
|
function Q0(e, r) {
|
|
16898
|
-
let o = `headlessui-control-${wc()}`, [i, a] = v0(), [d, h] = d0(), y = kc(), { disabled: m = y || !1, ...w } = e, R =
|
|
16892
|
+
let o = `headlessui-control-${wc()}`, [i, a] = v0(), [d, h] = d0(), y = kc(), { disabled: m = y || !1, ...w } = e, R = Pt(() => ({ disabled: m }), [m]), E = { ref: r, disabled: m || void 0, "aria-disabled": m || void 0 }, F = ru();
|
|
16899
16893
|
return it.createElement(Gb, { value: m }, it.createElement(a, { value: i }, it.createElement(h, { value: d }, it.createElement(a0, { id: o }, F({ ourProps: E, theirProps: { ...w, children: it.createElement(i0, null, typeof w.children == "function" ? w.children(R) : w.children) }, slot: R, defaultTag: G0, name: "Field" })))));
|
|
16900
16894
|
}
|
|
16901
16895
|
let X0 = nu(Q0), q0 = "input";
|
|
16902
16896
|
function J0(e, r) {
|
|
16903
|
-
let o = wc(), i = ng(), a = kc(), { id: d = i || `headlessui-input-${o}`, disabled: h = a || !1, autoFocus: y = !1, invalid: m = !1, ...w } = e, R = ug(), E = f0(), { isFocused: F, focusProps: M } = Bb({ autoFocus: y }), { isHovered: B, hoverProps: D } = zb({ isDisabled: h }), P = Zb({ ref: r, id: d, "aria-labelledby": R, "aria-describedby": E, "aria-invalid": m ? "true" : void 0, disabled: h || void 0, autoFocus: y }, M, D), I =
|
|
16897
|
+
let o = wc(), i = ng(), a = kc(), { id: d = i || `headlessui-input-${o}`, disabled: h = a || !1, autoFocus: y = !1, invalid: m = !1, ...w } = e, R = ug(), E = f0(), { isFocused: F, focusProps: M } = Bb({ autoFocus: y }), { isHovered: B, hoverProps: D } = zb({ isDisabled: h }), P = Zb({ ref: r, id: d, "aria-labelledby": R, "aria-describedby": E, "aria-invalid": m ? "true" : void 0, disabled: h || void 0, autoFocus: y }, M, D), I = Pt(() => ({ disabled: h, invalid: m, hover: B, focus: F, autofocus: y }), [h, m, B, F, y]);
|
|
16904
16898
|
return ru()({ ourProps: P, theirProps: w, slot: I, defaultTag: q0, name: "Input" });
|
|
16905
16899
|
}
|
|
16906
16900
|
let K0 = nu(J0);
|
|
@@ -17085,7 +17079,7 @@ function uh(e, r) {
|
|
|
17085
17079
|
}
|
|
17086
17080
|
return o;
|
|
17087
17081
|
}
|
|
17088
|
-
function
|
|
17082
|
+
function te(e) {
|
|
17089
17083
|
for (var r = 1; r < arguments.length; r++) {
|
|
17090
17084
|
var o = arguments[r] != null ? arguments[r] : {};
|
|
17091
17085
|
r % 2 ? uh(Object(o), !0).forEach(function(i) {
|
|
@@ -17418,20 +17412,20 @@ function iu(e) {
|
|
|
17418
17412
|
}
|
|
17419
17413
|
});
|
|
17420
17414
|
}
|
|
17421
|
-
const Dg =
|
|
17422
|
-
Dg[$t] =
|
|
17415
|
+
const Dg = te({}, Rg);
|
|
17416
|
+
Dg[$t] = te(te(te(te({}, {
|
|
17423
17417
|
"fa-duotone": "duotone"
|
|
17424
17418
|
}), Rg[$t]), ph.kit), ph["kit-duotone"]);
|
|
17425
|
-
const _w = iu(Dg), Md =
|
|
17426
|
-
Md[$t] =
|
|
17419
|
+
const _w = iu(Dg), Md = te({}, gw);
|
|
17420
|
+
Md[$t] = te(te(te(te({}, {
|
|
17427
17421
|
duotone: "fad"
|
|
17428
17422
|
}), Md[$t]), hh.kit), hh["kit-duotone"]);
|
|
17429
|
-
const gh = iu(Md), Dd =
|
|
17430
|
-
Dd[$t] =
|
|
17431
|
-
const gp = iu(Dd), _d =
|
|
17432
|
-
_d[$t] =
|
|
17423
|
+
const gh = iu(Md), Dd = te({}, Ad);
|
|
17424
|
+
Dd[$t] = te(te({}, Dd[$t]), xw.kit);
|
|
17425
|
+
const gp = iu(Dd), _d = te({}, Cw);
|
|
17426
|
+
_d[$t] = te(te({}, _d[$t]), bw.kit);
|
|
17433
17427
|
iu(_d);
|
|
17434
|
-
const Lw = lw, _g = "fa-layers-text", Nw = uw, $w =
|
|
17428
|
+
const Lw = lw, _g = "fa-layers-text", Nw = uw, $w = te({}, pw);
|
|
17435
17429
|
iu($w);
|
|
17436
17430
|
const jw = ["class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask"], Xf = cw, zw = [...yw, ...Iw], Ul = ui.FontAwesomeConfig || {};
|
|
17437
17431
|
function Bw(e) {
|
|
@@ -17463,7 +17457,7 @@ const Lg = {
|
|
|
17463
17457
|
showMissingIcons: !0
|
|
17464
17458
|
};
|
|
17465
17459
|
Ul.familyPrefix && (Ul.cssPrefix = Ul.familyPrefix);
|
|
17466
|
-
const Ls =
|
|
17460
|
+
const Ls = te(te({}, Lg), Ul);
|
|
17467
17461
|
Ls.autoReplaceSvg || (Ls.observeMutations = !1);
|
|
17468
17462
|
const xe = {};
|
|
17469
17463
|
Object.keys(Lg).forEach((e) => {
|
|
@@ -18227,7 +18221,7 @@ function Nd(e, r) {
|
|
|
18227
18221
|
const {
|
|
18228
18222
|
skipHooks: i = !1
|
|
18229
18223
|
} = o, a = bh(r);
|
|
18230
|
-
typeof Rn.hooks.addPack == "function" && !i ? Rn.hooks.addPack(e, bh(r)) : Rn.styles[e] =
|
|
18224
|
+
typeof Rn.hooks.addPack == "function" && !i ? Rn.hooks.addPack(e, bh(r)) : Rn.styles[e] = te(te({}, Rn.styles[e] || {}), a), e === "fas" && Nd("fa", r);
|
|
18231
18225
|
}
|
|
18232
18226
|
const {
|
|
18233
18227
|
styles: Xl,
|
|
@@ -18347,12 +18341,12 @@ function Mc(e) {
|
|
|
18347
18341
|
skipLookups: o = !1
|
|
18348
18342
|
} = r;
|
|
18349
18343
|
let i = null;
|
|
18350
|
-
const a = Id.concat(kw), d = wh(e.filter((E) => a.includes(E))), h = wh(e.filter((E) => !Id.includes(E))), y = d.filter((E) => (i = E, !Pg.includes(E))), [m = null] = y, w = ax(d), R =
|
|
18344
|
+
const a = Id.concat(kw), d = wh(e.filter((E) => a.includes(E))), h = wh(e.filter((E) => !Id.includes(E))), y = d.filter((E) => (i = E, !Pg.includes(E))), [m = null] = y, w = ax(d), R = te(te({}, sx(h)), {}, {
|
|
18351
18345
|
prefix: Fc(m, {
|
|
18352
18346
|
family: w
|
|
18353
18347
|
})
|
|
18354
18348
|
});
|
|
18355
|
-
return
|
|
18349
|
+
return te(te(te({}, R), fx({
|
|
18356
18350
|
values: e,
|
|
18357
18351
|
family: w,
|
|
18358
18352
|
styles: Xl,
|
|
@@ -18402,7 +18396,7 @@ class dx {
|
|
|
18402
18396
|
o[i] = arguments[i];
|
|
18403
18397
|
const a = o.reduce(this._pullDefinitions, {});
|
|
18404
18398
|
Object.keys(a).forEach((d) => {
|
|
18405
|
-
this.definitions[d] =
|
|
18399
|
+
this.definitions[d] = te(te({}, this.definitions[d] || {}), a[d]), Nd(d, a[d]);
|
|
18406
18400
|
const h = gp[$t][d];
|
|
18407
18401
|
h && Nd(h, a[d]), Gg();
|
|
18408
18402
|
});
|
|
@@ -18576,7 +18570,7 @@ function bx(e) {
|
|
|
18576
18570
|
x: y / m / 2,
|
|
18577
18571
|
y: 0.5
|
|
18578
18572
|
};
|
|
18579
|
-
a.style = Oc(
|
|
18573
|
+
a.style = Oc(te(te({}, d), {}, {
|
|
18580
18574
|
"transform-origin": "".concat(w.x + h.x / 16, "em ").concat(w.y + h.y / 16, "em")
|
|
18581
18575
|
}));
|
|
18582
18576
|
}
|
|
@@ -18602,7 +18596,7 @@ function wx(e) {
|
|
|
18602
18596
|
},
|
|
18603
18597
|
children: [{
|
|
18604
18598
|
tag: "symbol",
|
|
18605
|
-
attributes:
|
|
18599
|
+
attributes: te(te({}, a), {}, {
|
|
18606
18600
|
id: h
|
|
18607
18601
|
}),
|
|
18608
18602
|
children: i
|
|
@@ -18630,7 +18624,7 @@ function xp(e) {
|
|
|
18630
18624
|
} = o.found ? o : r, B = ww.includes(i), D = [xe.replacementClass, a ? "".concat(xe.cssPrefix, "-").concat(a) : ""].filter((_) => R.classes.indexOf(_) === -1).filter((_) => _ !== "" || !!_).concat(R.classes).join(" ");
|
|
18631
18625
|
let P = {
|
|
18632
18626
|
children: [],
|
|
18633
|
-
attributes:
|
|
18627
|
+
attributes: te(te({}, R.attributes), {}, {
|
|
18634
18628
|
"data-prefix": i,
|
|
18635
18629
|
"data-icon": a,
|
|
18636
18630
|
class: D,
|
|
@@ -18649,7 +18643,7 @@ function xp(e) {
|
|
|
18649
18643
|
},
|
|
18650
18644
|
children: [y]
|
|
18651
18645
|
}), delete P.attributes.title);
|
|
18652
|
-
const W =
|
|
18646
|
+
const W = te(te({}, P), {}, {
|
|
18653
18647
|
prefix: i,
|
|
18654
18648
|
iconName: a,
|
|
18655
18649
|
main: r,
|
|
@@ -18657,10 +18651,10 @@ function xp(e) {
|
|
|
18657
18651
|
maskId: m,
|
|
18658
18652
|
transform: d,
|
|
18659
18653
|
symbol: h,
|
|
18660
|
-
styles:
|
|
18654
|
+
styles: te(te({}, I), R.styles)
|
|
18661
18655
|
}), {
|
|
18662
18656
|
children: U,
|
|
18663
|
-
attributes:
|
|
18657
|
+
attributes: Q
|
|
18664
18658
|
} = o.found && r.found ? fi("generateAbstractMask", W) || {
|
|
18665
18659
|
children: [],
|
|
18666
18660
|
attributes: {}
|
|
@@ -18668,7 +18662,7 @@ function xp(e) {
|
|
|
18668
18662
|
children: [],
|
|
18669
18663
|
attributes: {}
|
|
18670
18664
|
};
|
|
18671
|
-
return W.children = U, W.attributes =
|
|
18665
|
+
return W.children = U, W.attributes = Q, h ? wx(W) : bx(W);
|
|
18672
18666
|
}
|
|
18673
18667
|
function Sh(e) {
|
|
18674
18668
|
const {
|
|
@@ -18679,13 +18673,13 @@ function Sh(e) {
|
|
|
18679
18673
|
title: d,
|
|
18680
18674
|
extra: h,
|
|
18681
18675
|
watchable: y = !1
|
|
18682
|
-
} = e, m =
|
|
18676
|
+
} = e, m = te(te(te({}, h.attributes), d ? {
|
|
18683
18677
|
title: d
|
|
18684
18678
|
} : {}), {}, {
|
|
18685
18679
|
class: h.classes.join(" ")
|
|
18686
18680
|
});
|
|
18687
18681
|
y && (m[fa] = "");
|
|
18688
|
-
const w =
|
|
18682
|
+
const w = te({}, h.styles);
|
|
18689
18683
|
yp(a) && (w.transform = Qw({
|
|
18690
18684
|
transform: a,
|
|
18691
18685
|
startCentered: !0,
|
|
@@ -18712,7 +18706,7 @@ function xx(e) {
|
|
|
18712
18706
|
content: r,
|
|
18713
18707
|
title: o,
|
|
18714
18708
|
extra: i
|
|
18715
|
-
} = e, a =
|
|
18709
|
+
} = e, a = te(te(te({}, i.attributes), o ? {
|
|
18716
18710
|
title: o
|
|
18717
18711
|
} : {}), {}, {
|
|
18718
18712
|
class: i.classes.join(" ")
|
|
@@ -18789,7 +18783,7 @@ function Bd(e, r) {
|
|
|
18789
18783
|
const d = Kf[r][e];
|
|
18790
18784
|
return i(zd(d));
|
|
18791
18785
|
}
|
|
18792
|
-
kx(e, r), i(
|
|
18786
|
+
kx(e, r), i(te(te({}, Sx), {}, {
|
|
18793
18787
|
icon: xe.showMissingIcons && e ? fi("missingIconAbstract") || {} : {}
|
|
18794
18788
|
}));
|
|
18795
18789
|
});
|
|
@@ -18978,7 +18972,7 @@ function Rh(e) {
|
|
|
18978
18972
|
rest: a
|
|
18979
18973
|
} = Mx(e), d = Dx(e), h = $d("parseNodeAttributes", {}, e);
|
|
18980
18974
|
let y = r.styleParser ? Fx(e) : [];
|
|
18981
|
-
return
|
|
18975
|
+
return te({
|
|
18982
18976
|
iconName: o,
|
|
18983
18977
|
title: e.getAttribute("title"),
|
|
18984
18978
|
titleId: e.getAttribute("data-fa-title-id"),
|
|
@@ -19059,7 +19053,7 @@ function jx(e) {
|
|
|
19059
19053
|
let {
|
|
19060
19054
|
mask: a
|
|
19061
19055
|
} = o;
|
|
19062
|
-
return a && (a = (a || {}).icon ? a : jd(a || {})), e(i,
|
|
19056
|
+
return a && (a = (a || {}).icon ? a : jd(a || {})), e(i, te(te({}, o), {}, {
|
|
19063
19057
|
mask: a
|
|
19064
19058
|
}));
|
|
19065
19059
|
};
|
|
@@ -19083,7 +19077,7 @@ const zx = function(e) {
|
|
|
19083
19077
|
iconName: F,
|
|
19084
19078
|
icon: M
|
|
19085
19079
|
} = e;
|
|
19086
|
-
return Dc(
|
|
19080
|
+
return Dc(te({
|
|
19087
19081
|
type: "icon"
|
|
19088
19082
|
}, e), () => (da("beforeDOMElementCreation", {
|
|
19089
19083
|
iconDefinition: e,
|
|
@@ -19100,7 +19094,7 @@ const zx = function(e) {
|
|
|
19100
19094
|
},
|
|
19101
19095
|
prefix: E,
|
|
19102
19096
|
iconName: F,
|
|
19103
|
-
transform:
|
|
19097
|
+
transform: te(te({}, Tn), o),
|
|
19104
19098
|
symbol: i,
|
|
19105
19099
|
title: h,
|
|
19106
19100
|
maskId: d,
|
|
@@ -19272,7 +19266,7 @@ var Bx = {
|
|
|
19272
19266
|
params: r
|
|
19273
19267
|
}), Sh({
|
|
19274
19268
|
content: e,
|
|
19275
|
-
transform:
|
|
19269
|
+
transform: te(te({}, Tn), o),
|
|
19276
19270
|
title: i,
|
|
19277
19271
|
extra: {
|
|
19278
19272
|
attributes: d,
|
|
@@ -19307,7 +19301,7 @@ var Bx = {
|
|
|
19307
19301
|
};
|
|
19308
19302
|
}
|
|
19309
19303
|
};
|
|
19310
|
-
const Vx = new RegExp('"', "ug"), Ah = [1105920, 1112319], Ih =
|
|
19304
|
+
const Vx = new RegExp('"', "ug"), Ah = [1105920, 1112319], Ih = te(te(te(te({}, {
|
|
19311
19305
|
FontAwesome: {
|
|
19312
19306
|
normal: "fas",
|
|
19313
19307
|
400: "fas"
|
|
@@ -19350,20 +19344,20 @@ function Oh(e, r) {
|
|
|
19350
19344
|
if (I && !D && (!h || h.getAttribute(hp) !== M || h.getAttribute(mp) !== W)) {
|
|
19351
19345
|
e.setAttribute(o, W), h && e.removeChild(h);
|
|
19352
19346
|
const U = _x(), {
|
|
19353
|
-
extra:
|
|
19347
|
+
extra: Q
|
|
19354
19348
|
} = U;
|
|
19355
|
-
|
|
19356
|
-
const ne = xp(
|
|
19349
|
+
Q.attributes[Fd] = r, Bd(I, M).then((_) => {
|
|
19350
|
+
const ne = xp(te(te({}, U), {}, {
|
|
19357
19351
|
icons: {
|
|
19358
19352
|
main: _,
|
|
19359
19353
|
mask: Xg()
|
|
19360
19354
|
},
|
|
19361
19355
|
prefix: M,
|
|
19362
19356
|
iconName: W,
|
|
19363
|
-
extra:
|
|
19357
|
+
extra: Q,
|
|
19364
19358
|
watchable: !0
|
|
19365
|
-
})),
|
|
19366
|
-
r === "::before" ? e.insertBefore(
|
|
19359
|
+
})), ue = at.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
19360
|
+
r === "::before" ? e.insertBefore(ue, e.firstChild) : e.appendChild(ue), ue.outerHTML = ne.map((K) => au(K)).join(`
|
|
19367
19361
|
`), e.removeAttribute(o), i();
|
|
19368
19362
|
}).catch(a);
|
|
19369
19363
|
} else
|
|
@@ -19517,14 +19511,14 @@ var Zx = {
|
|
|
19517
19511
|
};
|
|
19518
19512
|
return {
|
|
19519
19513
|
tag: "g",
|
|
19520
|
-
attributes:
|
|
19514
|
+
attributes: te({}, F.outer),
|
|
19521
19515
|
children: [{
|
|
19522
19516
|
tag: "g",
|
|
19523
|
-
attributes:
|
|
19517
|
+
attributes: te({}, F.inner),
|
|
19524
19518
|
children: [{
|
|
19525
19519
|
tag: o.icon.tag,
|
|
19526
19520
|
children: o.icon.children,
|
|
19527
|
-
attributes:
|
|
19521
|
+
attributes: te(te({}, o.icon.attributes), F.path)
|
|
19528
19522
|
}]
|
|
19529
19523
|
}]
|
|
19530
19524
|
};
|
|
@@ -19575,31 +19569,31 @@ var tS = {
|
|
|
19575
19569
|
iconWidth: m
|
|
19576
19570
|
}), M = {
|
|
19577
19571
|
tag: "rect",
|
|
19578
|
-
attributes:
|
|
19572
|
+
attributes: te(te({}, Zf), {}, {
|
|
19579
19573
|
fill: "white"
|
|
19580
19574
|
})
|
|
19581
19575
|
}, B = w.children ? {
|
|
19582
19576
|
children: w.children.map(_h)
|
|
19583
19577
|
} : {}, D = {
|
|
19584
19578
|
tag: "g",
|
|
19585
|
-
attributes:
|
|
19586
|
-
children: [_h(
|
|
19579
|
+
attributes: te({}, F.inner),
|
|
19580
|
+
children: [_h(te({
|
|
19587
19581
|
tag: w.tag,
|
|
19588
|
-
attributes:
|
|
19582
|
+
attributes: te(te({}, w.attributes), F.path)
|
|
19589
19583
|
}, B))]
|
|
19590
19584
|
}, P = {
|
|
19591
19585
|
tag: "g",
|
|
19592
|
-
attributes:
|
|
19586
|
+
attributes: te({}, F.outer),
|
|
19593
19587
|
children: [D]
|
|
19594
19588
|
}, I = "mask-".concat(h || Ql()), W = "clip-".concat(h || Ql()), U = {
|
|
19595
19589
|
tag: "mask",
|
|
19596
|
-
attributes:
|
|
19590
|
+
attributes: te(te({}, Zf), {}, {
|
|
19597
19591
|
id: I,
|
|
19598
19592
|
maskUnits: "userSpaceOnUse",
|
|
19599
19593
|
maskContentUnits: "userSpaceOnUse"
|
|
19600
19594
|
}),
|
|
19601
19595
|
children: [M, P]
|
|
19602
|
-
},
|
|
19596
|
+
}, Q = {
|
|
19603
19597
|
tag: "defs",
|
|
19604
19598
|
children: [{
|
|
19605
19599
|
tag: "clipPath",
|
|
@@ -19609,9 +19603,9 @@ var tS = {
|
|
|
19609
19603
|
children: eS(E)
|
|
19610
19604
|
}, U]
|
|
19611
19605
|
};
|
|
19612
|
-
return o.push(
|
|
19606
|
+
return o.push(Q, {
|
|
19613
19607
|
tag: "rect",
|
|
19614
|
-
attributes:
|
|
19608
|
+
attributes: te({
|
|
19615
19609
|
fill: "currentColor",
|
|
19616
19610
|
"clip-path": "url(#".concat(W, ")"),
|
|
19617
19611
|
mask: "url(#".concat(I, ")")
|
|
@@ -19635,15 +19629,15 @@ var tS = {
|
|
|
19635
19629
|
};
|
|
19636
19630
|
o.push({
|
|
19637
19631
|
tag: "path",
|
|
19638
|
-
attributes:
|
|
19632
|
+
attributes: te(te({}, i), {}, {
|
|
19639
19633
|
d: "M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"
|
|
19640
19634
|
})
|
|
19641
19635
|
});
|
|
19642
|
-
const d =
|
|
19636
|
+
const d = te(te({}, a), {}, {
|
|
19643
19637
|
attributeName: "opacity"
|
|
19644
19638
|
}), h = {
|
|
19645
19639
|
tag: "circle",
|
|
19646
|
-
attributes:
|
|
19640
|
+
attributes: te(te({}, i), {}, {
|
|
19647
19641
|
cx: "256",
|
|
19648
19642
|
cy: "364",
|
|
19649
19643
|
r: "28"
|
|
@@ -19652,36 +19646,36 @@ var tS = {
|
|
|
19652
19646
|
};
|
|
19653
19647
|
return r || h.children.push({
|
|
19654
19648
|
tag: "animate",
|
|
19655
|
-
attributes:
|
|
19649
|
+
attributes: te(te({}, a), {}, {
|
|
19656
19650
|
attributeName: "r",
|
|
19657
19651
|
values: "28;14;28;28;14;28;"
|
|
19658
19652
|
})
|
|
19659
19653
|
}, {
|
|
19660
19654
|
tag: "animate",
|
|
19661
|
-
attributes:
|
|
19655
|
+
attributes: te(te({}, d), {}, {
|
|
19662
19656
|
values: "1;0;1;1;0;1;"
|
|
19663
19657
|
})
|
|
19664
19658
|
}), o.push(h), o.push({
|
|
19665
19659
|
tag: "path",
|
|
19666
|
-
attributes:
|
|
19660
|
+
attributes: te(te({}, i), {}, {
|
|
19667
19661
|
opacity: "1",
|
|
19668
19662
|
d: "M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"
|
|
19669
19663
|
}),
|
|
19670
19664
|
children: r ? [] : [{
|
|
19671
19665
|
tag: "animate",
|
|
19672
|
-
attributes:
|
|
19666
|
+
attributes: te(te({}, d), {}, {
|
|
19673
19667
|
values: "1;0;0;0;0;1;"
|
|
19674
19668
|
})
|
|
19675
19669
|
}]
|
|
19676
19670
|
}), r || o.push({
|
|
19677
19671
|
tag: "path",
|
|
19678
|
-
attributes:
|
|
19672
|
+
attributes: te(te({}, i), {}, {
|
|
19679
19673
|
opacity: "0",
|
|
19680
19674
|
d: "M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"
|
|
19681
19675
|
}),
|
|
19682
19676
|
children: [{
|
|
19683
19677
|
tag: "animate",
|
|
19684
|
-
attributes:
|
|
19678
|
+
attributes: te(te({}, d), {}, {
|
|
19685
19679
|
values: "0;0;1;1;0;0;"
|
|
19686
19680
|
})
|
|
19687
19681
|
}]
|
|
@@ -19799,7 +19793,7 @@ function cS() {
|
|
|
19799
19793
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
19800
19794
|
}
|
|
19801
19795
|
function fS(e) {
|
|
19802
|
-
var r, o = e.beat, i = e.fade, a = e.beatFade, d = e.bounce, h = e.shake, y = e.flash, m = e.spin, w = e.spinPulse, R = e.spinReverse, E = e.pulse, F = e.fixedWidth, M = e.inverse, B = e.border, D = e.listItem, P = e.flip, I = e.size, W = e.rotation, U = e.pull,
|
|
19796
|
+
var r, o = e.beat, i = e.fade, a = e.beatFade, d = e.bounce, h = e.shake, y = e.flash, m = e.spin, w = e.spinPulse, R = e.spinReverse, E = e.pulse, F = e.fixedWidth, M = e.inverse, B = e.border, D = e.listItem, P = e.flip, I = e.size, W = e.rotation, U = e.pull, Q = (r = {
|
|
19803
19797
|
"fa-beat": o,
|
|
19804
19798
|
"fa-fade": i,
|
|
19805
19799
|
"fa-beat-fade": a,
|
|
@@ -19818,8 +19812,8 @@ function fS(e) {
|
|
|
19818
19812
|
"fa-flip-horizontal": P === "horizontal" || P === "both",
|
|
19819
19813
|
"fa-flip-vertical": P === "vertical" || P === "both"
|
|
19820
19814
|
}, vs(r, "fa-".concat(I), typeof I < "u" && I !== null), vs(r, "fa-rotate-".concat(W), typeof W < "u" && W !== null && W !== 0), vs(r, "fa-pull-".concat(U), typeof U < "u" && U !== null), vs(r, "fa-swap-opacity", e.swapOpacity), r);
|
|
19821
|
-
return Object.keys(
|
|
19822
|
-
return
|
|
19815
|
+
return Object.keys(Q).map(function(_) {
|
|
19816
|
+
return Q[_] ? _ : null;
|
|
19823
19817
|
}).filter(function(_) {
|
|
19824
19818
|
return _;
|
|
19825
19819
|
});
|
|
@@ -20187,20 +20181,20 @@ function WS(e, r) {
|
|
|
20187
20181
|
capture: B
|
|
20188
20182
|
} = r, D = av(), P = ms(typeof m == "function" ? m : () => !1), I = typeof m == "function" ? P : m, W = fe.useRef(!1), {
|
|
20189
20183
|
escapeKey: U,
|
|
20190
|
-
outsidePress:
|
|
20184
|
+
outsidePress: Q
|
|
20191
20185
|
} = Wh(M), {
|
|
20192
20186
|
escapeKey: _,
|
|
20193
20187
|
outsidePress: ne
|
|
20194
|
-
} = Wh(B),
|
|
20188
|
+
} = Wh(B), ue = fe.useRef(!1), K = fe.useRef(-1), ie = ms((Se) => {
|
|
20195
20189
|
var Ee;
|
|
20196
|
-
if (!o || !h || !y || Se.key !== "Escape" ||
|
|
20190
|
+
if (!o || !h || !y || Se.key !== "Escape" || ue.current)
|
|
20197
20191
|
return;
|
|
20198
20192
|
const Le = (Ee = d.current.floatingContext) == null ? void 0 : Ee.nodeId, J = D ? rd(D.nodesRef.current, Le) : [];
|
|
20199
20193
|
if (!U && (Se.stopPropagation(), J.length > 0)) {
|
|
20200
20194
|
let ye = !0;
|
|
20201
|
-
if (J.forEach((
|
|
20195
|
+
if (J.forEach((Y) => {
|
|
20202
20196
|
var X;
|
|
20203
|
-
if ((X =
|
|
20197
|
+
if ((X = Y.context) != null && X.open && !Y.context.dataRef.current.__escapeKeyBubbles) {
|
|
20204
20198
|
ye = !1;
|
|
20205
20199
|
return;
|
|
20206
20200
|
}
|
|
@@ -20222,18 +20216,18 @@ function WS(e, r) {
|
|
|
20222
20216
|
const J = W.current;
|
|
20223
20217
|
if (W.current = !1, w === "click" && J || Le || typeof I == "function" && !I(Se))
|
|
20224
20218
|
return;
|
|
20225
|
-
const ye = Ll(Se),
|
|
20226
|
-
let
|
|
20227
|
-
for (;
|
|
20228
|
-
const ae = lo(
|
|
20219
|
+
const ye = Ll(Se), Y = "[" + zS("inert") + "]", X = jh(a.floating).querySelectorAll(Y);
|
|
20220
|
+
let ce = ht(ye) ? ye : null;
|
|
20221
|
+
for (; ce && !ao(ce); ) {
|
|
20222
|
+
const ae = lo(ce);
|
|
20229
20223
|
if (ao(ae) || !ht(ae))
|
|
20230
20224
|
break;
|
|
20231
|
-
|
|
20225
|
+
ce = ae;
|
|
20232
20226
|
}
|
|
20233
20227
|
if (X.length && ht(ye) && !SS(ye) && // Clicked on a direct ancestor (e.g. FloatingOverlay).
|
|
20234
20228
|
!$h(ye, a.floating) && // If the target root element contains none of the markers, then the
|
|
20235
20229
|
// element was injected after the floating element rendered.
|
|
20236
|
-
Array.from(X).every((ae) => !$h(
|
|
20230
|
+
Array.from(X).every((ae) => !$h(ce, ae)))
|
|
20237
20231
|
return;
|
|
20238
20232
|
if (on(ye) && Ge) {
|
|
20239
20233
|
const ae = ao(ye), le = jr(ye), Ce = /auto|scroll/, ke = ae || Ce.test(le.overflowX), Te = ae || Ce.test(le.overflowY), $e = ke && ye.clientWidth > 0 && ye.scrollWidth > ye.clientWidth, re = Te && ye.clientHeight > 0 && ye.scrollHeight > ye.clientHeight, Be = le.direction === "rtl", nt = re && (Be ? Se.offsetX <= ye.offsetWidth - ye.clientWidth : Se.offsetX > ye.clientWidth), jt = $e && Se.offsetY > ye.clientHeight;
|
|
@@ -20270,18 +20264,18 @@ function WS(e, r) {
|
|
|
20270
20264
|
fe.useEffect(() => {
|
|
20271
20265
|
if (!o || !h)
|
|
20272
20266
|
return;
|
|
20273
|
-
d.current.__escapeKeyBubbles = U, d.current.__outsidePressBubbles =
|
|
20267
|
+
d.current.__escapeKeyBubbles = U, d.current.__outsidePressBubbles = Q;
|
|
20274
20268
|
let Se = -1;
|
|
20275
20269
|
function Ee(X) {
|
|
20276
20270
|
i(!1, X, "ancestor-scroll");
|
|
20277
20271
|
}
|
|
20278
20272
|
function Le() {
|
|
20279
|
-
window.clearTimeout(Se),
|
|
20273
|
+
window.clearTimeout(Se), ue.current = !0;
|
|
20280
20274
|
}
|
|
20281
20275
|
function J() {
|
|
20282
20276
|
Se = window.setTimeout(
|
|
20283
20277
|
() => {
|
|
20284
|
-
|
|
20278
|
+
ue.current = !1;
|
|
20285
20279
|
},
|
|
20286
20280
|
// 0ms or 1ms don't work in Safari. 5ms appears to consistently work.
|
|
20287
20281
|
// Only apply to WebKit for the test to remain 0ms.
|
|
@@ -20290,20 +20284,20 @@ function WS(e, r) {
|
|
|
20290
20284
|
}
|
|
20291
20285
|
const ye = jh(a.floating);
|
|
20292
20286
|
y && (ye.addEventListener("keydown", _ ? Oe : ie, _), ye.addEventListener("compositionstart", Le), ye.addEventListener("compositionend", J)), I && ye.addEventListener(w, ne ? De : Ne, ne);
|
|
20293
|
-
let
|
|
20294
|
-
return F && (ht(a.domReference) && (
|
|
20295
|
-
var
|
|
20296
|
-
return X !== ((
|
|
20297
|
-
}),
|
|
20287
|
+
let Y = [];
|
|
20288
|
+
return F && (ht(a.domReference) && (Y = ws(a.domReference)), ht(a.floating) && (Y = Y.concat(ws(a.floating))), !ht(a.reference) && a.reference && a.reference.contextElement && (Y = Y.concat(ws(a.reference.contextElement)))), Y = Y.filter((X) => {
|
|
20289
|
+
var ce;
|
|
20290
|
+
return X !== ((ce = ye.defaultView) == null ? void 0 : ce.visualViewport);
|
|
20291
|
+
}), Y.forEach((X) => {
|
|
20298
20292
|
X.addEventListener("scroll", Ee, {
|
|
20299
20293
|
passive: !0
|
|
20300
20294
|
});
|
|
20301
20295
|
}), () => {
|
|
20302
|
-
y && (ye.removeEventListener("keydown", _ ? Oe : ie, _), ye.removeEventListener("compositionstart", Le), ye.removeEventListener("compositionend", J)), I && ye.removeEventListener(w, ne ? De : Ne, ne),
|
|
20296
|
+
y && (ye.removeEventListener("keydown", _ ? Oe : ie, _), ye.removeEventListener("compositionstart", Le), ye.removeEventListener("compositionend", J)), I && ye.removeEventListener(w, ne ? De : Ne, ne), Y.forEach((X) => {
|
|
20303
20297
|
X.removeEventListener("scroll", Ee);
|
|
20304
20298
|
}), window.clearTimeout(Se);
|
|
20305
20299
|
};
|
|
20306
|
-
}, [d, a, y, I, w, o, i, F, h, U,
|
|
20300
|
+
}, [d, a, y, I, w, o, i, F, h, U, Q, ie, _, Oe, Ne, ne, De]), fe.useEffect(() => {
|
|
20307
20301
|
d.current.insideReactTree = !1;
|
|
20308
20302
|
}, [d, I, w]);
|
|
20309
20303
|
const Ye = fe.useMemo(() => ({
|
|
@@ -20330,7 +20324,7 @@ function WS(e, r) {
|
|
|
20330
20324
|
d.current.insideReactTree = !0;
|
|
20331
20325
|
},
|
|
20332
20326
|
onBlurCapture() {
|
|
20333
|
-
D || (BS(
|
|
20327
|
+
D || (BS(K), d.current.insideReactTree = !0, K.current = window.setTimeout(() => {
|
|
20334
20328
|
d.current.insideReactTree = !1;
|
|
20335
20329
|
}));
|
|
20336
20330
|
}
|
|
@@ -20398,12 +20392,12 @@ function YS(e) {
|
|
|
20398
20392
|
}
|
|
20399
20393
|
}
|
|
20400
20394
|
}), B = fe.useCallback((U) => {
|
|
20401
|
-
const
|
|
20395
|
+
const Q = ht(U) ? {
|
|
20402
20396
|
getBoundingClientRect: () => U.getBoundingClientRect(),
|
|
20403
20397
|
getClientRects: () => U.getClientRects(),
|
|
20404
20398
|
contextElement: U
|
|
20405
20399
|
} : U;
|
|
20406
|
-
m(
|
|
20400
|
+
m(Q), M.refs.setReference(Q);
|
|
20407
20401
|
}, [M.refs]), D = fe.useCallback((U) => {
|
|
20408
20402
|
(ht(U) || U === null) && (E.current = U, h(U)), (ht(M.refs.reference.current) || M.refs.reference.current === null || // Don't allow setting virtual elements using the old technique back to
|
|
20409
20403
|
// `null` to support `positionReference` + an unstable `reference`
|
|
@@ -20426,7 +20420,7 @@ function YS(e) {
|
|
|
20426
20420
|
}), [M, P, I, r, i]);
|
|
20427
20421
|
return Qd(() => {
|
|
20428
20422
|
i.dataRef.current.floatingContext = W;
|
|
20429
|
-
const U = F == null ? void 0 : F.nodesRef.current.find((
|
|
20423
|
+
const U = F == null ? void 0 : F.nodesRef.current.find((Q) => Q.id === r);
|
|
20430
20424
|
U && (U.context = W);
|
|
20431
20425
|
}), fe.useMemo(() => ({
|
|
20432
20426
|
...M,
|
|
@@ -20549,10 +20543,10 @@ const QS = {
|
|
|
20549
20543
|
className: h,
|
|
20550
20544
|
...y
|
|
20551
20545
|
}) => {
|
|
20552
|
-
const m =
|
|
20546
|
+
const m = Pt(
|
|
20553
20547
|
() => qS[r] ?? "text-white",
|
|
20554
20548
|
[r]
|
|
20555
|
-
), w =
|
|
20549
|
+
), w = Pt(
|
|
20556
20550
|
() => bs(
|
|
20557
20551
|
m,
|
|
20558
20552
|
e === "outline" ? XS[r] : QS[r],
|
|
@@ -20654,7 +20648,7 @@ const QS = {
|
|
|
20654
20648
|
}, Vh = ({
|
|
20655
20649
|
description: e
|
|
20656
20650
|
}) => {
|
|
20657
|
-
const r =
|
|
20651
|
+
const r = Pt(() => {
|
|
20658
20652
|
const o = /https:\/\/[^/]+\/api\/files/g, i = e == null ? void 0 : e.replaceAll(o, `${qp}`), a = i == null ? void 0 : i.replaceAll(
|
|
20659
20653
|
'src="/api/files',
|
|
20660
20654
|
`src="${qp}`
|
|
@@ -20743,7 +20737,7 @@ const QS = {
|
|
|
20743
20737
|
}), { buttons: D } = Ty({
|
|
20744
20738
|
taskStatus: e.workflowStatus,
|
|
20745
20739
|
canStart: d
|
|
20746
|
-
}), P =
|
|
20740
|
+
}), P = Pt(() => e.imageRequired === 0 ? null : e.imageRequired === 1 ? od.SCREENSHOT : e.imageRequired === 2 ? od.PHOTO : null, [e.imageRequired]), I = async (W) => {
|
|
20747
20741
|
try {
|
|
20748
20742
|
F(!0), await i(W);
|
|
20749
20743
|
} finally {
|
|
@@ -20751,21 +20745,21 @@ const QS = {
|
|
|
20751
20745
|
}
|
|
20752
20746
|
};
|
|
20753
20747
|
if (a === "list") {
|
|
20754
|
-
const W =
|
|
20755
|
-
const
|
|
20748
|
+
const W = Pt(() => e.workflowStatus === ct.COMPLETED ? "success" : e.workflowStatus === ct.IN_PROGRESS ? "primary" : "default", [e.workflowStatus]), U = Pt(() => {
|
|
20749
|
+
const Q = [];
|
|
20756
20750
|
return D.forEach((_) => {
|
|
20757
|
-
_ === "START" &&
|
|
20751
|
+
_ === "START" && Q.push({
|
|
20758
20752
|
id: "START",
|
|
20759
20753
|
color: "primary",
|
|
20760
20754
|
action: "Start",
|
|
20761
20755
|
to: ct.IN_PROGRESS
|
|
20762
|
-
}), _ === "COMPLETE" &&
|
|
20756
|
+
}), _ === "COMPLETE" && Q.push({
|
|
20763
20757
|
id: "COMPLETE",
|
|
20764
20758
|
color: "success",
|
|
20765
20759
|
action: "Complete",
|
|
20766
20760
|
to: ct.COMPLETED
|
|
20767
20761
|
});
|
|
20768
|
-
}),
|
|
20762
|
+
}), Q;
|
|
20769
20763
|
}, [D]);
|
|
20770
20764
|
return /* @__PURE__ */ rt("div", { className: wt("flex flex-col"), children: [
|
|
20771
20765
|
/* @__PURE__ */ rt(
|
|
@@ -20805,8 +20799,8 @@ const QS = {
|
|
|
20805
20799
|
title: e.workflowStatus,
|
|
20806
20800
|
variant: W,
|
|
20807
20801
|
transitions: U,
|
|
20808
|
-
onClick: (
|
|
20809
|
-
i(
|
|
20802
|
+
onClick: (Q) => {
|
|
20803
|
+
i(Q);
|
|
20810
20804
|
}
|
|
20811
20805
|
}
|
|
20812
20806
|
)
|
|
@@ -20980,34 +20974,35 @@ const ck = ({
|
|
|
20980
20974
|
onTaskButtonClick: o,
|
|
20981
20975
|
playbookStyle: i
|
|
20982
20976
|
}) => {
|
|
20983
|
-
var
|
|
20977
|
+
var P, I, W, U, Q;
|
|
20984
20978
|
const { playbookInstanceName: a, tasks: d } = e, h = an(null), [y, m] = xt(0), [w, R] = xt(!0), E = () => {
|
|
20985
20979
|
R(!w);
|
|
20986
|
-
}, { isTaskExpanded: F, toggleTaskExpanded: M } = Tm(
|
|
20987
|
-
|
|
20988
|
-
|
|
20989
|
-
|
|
20990
|
-
var V, _;
|
|
20991
|
-
console.log(
|
|
20992
|
-
"Header height before update:",
|
|
20993
|
-
(V = h.current) == null ? void 0 : V.offsetHeight
|
|
20994
|
-
), m(((_ = h.current) == null ? void 0 : _.offsetHeight) || 0);
|
|
20995
|
-
}
|
|
20980
|
+
}, { isTaskExpanded: F, toggleTaskExpanded: M, isAtLeastOneTaskExpanded: B } = Tm(e.playbookInstanceId, {
|
|
20981
|
+
onTaskExpanded: () => {
|
|
20982
|
+
var _;
|
|
20983
|
+
m(((_ = h.current) == null ? void 0 : _.offsetHeight) || 0);
|
|
20996
20984
|
}
|
|
20997
|
-
);
|
|
20998
|
-
An(() =>
|
|
20999
|
-
|
|
21000
|
-
|
|
21001
|
-
|
|
21002
|
-
|
|
21003
|
-
|
|
21004
|
-
|
|
21005
|
-
|
|
21006
|
-
|
|
21007
|
-
|
|
21008
|
-
|
|
21009
|
-
|
|
21010
|
-
return
|
|
20985
|
+
});
|
|
20986
|
+
An(() => {
|
|
20987
|
+
if (B) {
|
|
20988
|
+
if (!h.current)
|
|
20989
|
+
throw new Error("Playbook header ref is not set");
|
|
20990
|
+
new ResizeObserver((ne) => {
|
|
20991
|
+
var ue;
|
|
20992
|
+
for (const K of ne)
|
|
20993
|
+
K.contentRect && m(
|
|
20994
|
+
((ue = h.current) == null ? void 0 : ue.offsetHeight) || 0
|
|
20995
|
+
);
|
|
20996
|
+
}).observe(h.current);
|
|
20997
|
+
}
|
|
20998
|
+
return () => {
|
|
20999
|
+
h.current && new ResizeObserver(() => {
|
|
21000
|
+
}).unobserve(h.current);
|
|
21001
|
+
};
|
|
21002
|
+
}, [B]);
|
|
21003
|
+
const D = Pt(() => {
|
|
21004
|
+
const _ = d.filter((ne) => ne.workflowStatus === ct.COMPLETED).sort((ne, ue) => ue.sequenceOrder - ne.sequenceOrder)[0];
|
|
21005
|
+
return _ ? _.sequenceOrder + 1 : 0;
|
|
21011
21006
|
}, [d]);
|
|
21012
21007
|
return qd(
|
|
21013
21008
|
/* @__PURE__ */ rt(Kd.div, { children: [
|
|
@@ -21022,12 +21017,12 @@ const ck = ({
|
|
|
21022
21017
|
...(i == null ? void 0 : i.overlay) && {
|
|
21023
21018
|
style: {
|
|
21024
21019
|
width: "100%",
|
|
21025
|
-
maxWidth: w ? ((
|
|
21020
|
+
maxWidth: w ? ((P = i.overlay.size) == null ? void 0 : P.width) || 450 : "2.25rem",
|
|
21026
21021
|
// 2.25 rem is the width of the logo icon
|
|
21027
|
-
height: ((
|
|
21022
|
+
height: ((I = i.overlay.size) == null ? void 0 : I.height) || "calc(100vh - 4rem)",
|
|
21028
21023
|
maxHeight: "calc(100vh - 4rem)",
|
|
21029
|
-
right: ((
|
|
21030
|
-
left: ((
|
|
21024
|
+
right: ((W = i.overlay.offset) == null ? void 0 : W.right) !== void 0 ? i.overlay.offset.right : i.overlay.position === "right" ? 32 : void 0,
|
|
21025
|
+
left: ((U = i.overlay.offset) == null ? void 0 : U.left) !== void 0 ? i.overlay.offset.left : i.overlay.position === "left" ? 32 : void 0
|
|
21031
21026
|
}
|
|
21032
21027
|
},
|
|
21033
21028
|
children: [
|
|
@@ -21039,7 +21034,7 @@ const ck = ({
|
|
|
21039
21034
|
"size-9 relative p-1 top-3 z-[99999999999999] border-none rounded-l-sm cursor-pointer"
|
|
21040
21035
|
),
|
|
21041
21036
|
style: {
|
|
21042
|
-
backgroundColor: ((
|
|
21037
|
+
backgroundColor: ((Q = i == null ? void 0 : i.whiteLabel) == null ? void 0 : Q.primaryColor) || "#007BFF",
|
|
21043
21038
|
boxShadow: "0px 3px 3px 0px #00000040"
|
|
21044
21039
|
},
|
|
21045
21040
|
children: /* @__PURE__ */ oe(
|
|
@@ -21074,26 +21069,26 @@ const ck = ({
|
|
|
21074
21069
|
{
|
|
21075
21070
|
playbookMode: r,
|
|
21076
21071
|
numberOfTasks: e.numberofTasks,
|
|
21077
|
-
children: d.map((
|
|
21078
|
-
var
|
|
21072
|
+
children: d.map((_, ne) => {
|
|
21073
|
+
var ue;
|
|
21079
21074
|
return /* @__PURE__ */ oe(
|
|
21080
21075
|
uk,
|
|
21081
21076
|
{
|
|
21082
|
-
task:
|
|
21083
|
-
step:
|
|
21077
|
+
task: _,
|
|
21078
|
+
step: ne + 1,
|
|
21084
21079
|
viewMode: r,
|
|
21085
21080
|
playbookId: e.playbookId,
|
|
21086
|
-
canStart:
|
|
21087
|
-
onButtonClick: (
|
|
21081
|
+
canStart: _.sequenceOrder === D,
|
|
21082
|
+
onButtonClick: (K) => o(K, _.taskInstanceId),
|
|
21088
21083
|
playbookType: "Non-Sequential",
|
|
21089
21084
|
taskStyle: {
|
|
21090
|
-
titleColor: (
|
|
21085
|
+
titleColor: (ue = i == null ? void 0 : i.whiteLabel) == null ? void 0 : ue.primaryColor
|
|
21091
21086
|
},
|
|
21092
|
-
isExpanded: F(
|
|
21093
|
-
toggleExpanded: () => M(
|
|
21087
|
+
isExpanded: F(_.taskInstanceId),
|
|
21088
|
+
toggleExpanded: () => M(_.taskInstanceId),
|
|
21094
21089
|
listStickyTopBase: y || 104
|
|
21095
21090
|
},
|
|
21096
|
-
|
|
21091
|
+
ne
|
|
21097
21092
|
);
|
|
21098
21093
|
})
|
|
21099
21094
|
}
|