@sakura-ui/markdown 0.0.16-beta.2 → 0.0.16-beta.3
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/index.cjs.js +33 -33
- package/dist/index.es.js +462 -465
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -55,26 +55,26 @@ var Pr = {};
|
|
|
55
55
|
var Ma;
|
|
56
56
|
function Dc() {
|
|
57
57
|
return Ma || (Ma = 1, process.env.NODE_ENV !== "production" && function() {
|
|
58
|
-
var e = at, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), D = Symbol.iterator,
|
|
59
|
-
function
|
|
58
|
+
var e = at, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), D = Symbol.iterator, w = "@@iterator";
|
|
59
|
+
function O(m) {
|
|
60
60
|
if (m === null || typeof m != "object")
|
|
61
61
|
return null;
|
|
62
|
-
var S = D && m[D] || m[
|
|
62
|
+
var S = D && m[D] || m[w];
|
|
63
63
|
return typeof S == "function" ? S : null;
|
|
64
64
|
}
|
|
65
65
|
var F = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
66
66
|
function M(m) {
|
|
67
67
|
{
|
|
68
|
-
for (var S = arguments.length,
|
|
69
|
-
|
|
70
|
-
V("error", m,
|
|
68
|
+
for (var S = arguments.length, R = new Array(S > 1 ? S - 1 : 0), X = 1; X < S; X++)
|
|
69
|
+
R[X - 1] = arguments[X];
|
|
70
|
+
V("error", m, R);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
function V(m, S,
|
|
73
|
+
function V(m, S, R) {
|
|
74
74
|
{
|
|
75
75
|
var X = F.ReactDebugCurrentFrame, he = X.getStackAddendum();
|
|
76
|
-
he !== "" && (S += "%s",
|
|
77
|
-
var be =
|
|
76
|
+
he !== "" && (S += "%s", R = R.concat([he]));
|
|
77
|
+
var be = R.map(function(se) {
|
|
78
78
|
return String(se);
|
|
79
79
|
});
|
|
80
80
|
be.unshift("Warning: " + S), Function.prototype.apply.call(console[m], console, be);
|
|
@@ -82,19 +82,19 @@ function Dc() {
|
|
|
82
82
|
}
|
|
83
83
|
var ue = !1, J = !1, B = !1, U = !1, de = !1, pe;
|
|
84
84
|
pe = Symbol.for("react.module.reference");
|
|
85
|
-
function
|
|
85
|
+
function v(m) {
|
|
86
86
|
return !!(typeof m == "string" || typeof m == "function" || m === r || m === i || de || m === u || m === f || m === d || U || m === E || ue || J || B || typeof m == "object" && m !== null && (m.$$typeof === g || m.$$typeof === h || m.$$typeof === a || m.$$typeof === l || m.$$typeof === c || // This needs to include all possible module reference object
|
|
87
87
|
// types supported by any Flight configuration anywhere since
|
|
88
88
|
// we don't know which Flight build this will end up being used
|
|
89
89
|
// with.
|
|
90
90
|
m.$$typeof === pe || m.getModuleId !== void 0));
|
|
91
91
|
}
|
|
92
|
-
function ne(m, S,
|
|
92
|
+
function ne(m, S, R) {
|
|
93
93
|
var X = m.displayName;
|
|
94
94
|
if (X)
|
|
95
95
|
return X;
|
|
96
96
|
var he = S.displayName || S.name || "";
|
|
97
|
-
return he !== "" ?
|
|
97
|
+
return he !== "" ? R + "(" + he + ")" : R;
|
|
98
98
|
}
|
|
99
99
|
function q(m) {
|
|
100
100
|
return m.displayName || "Context";
|
|
@@ -126,8 +126,8 @@ function Dc() {
|
|
|
126
126
|
var S = m;
|
|
127
127
|
return q(S) + ".Consumer";
|
|
128
128
|
case a:
|
|
129
|
-
var
|
|
130
|
-
return q(
|
|
129
|
+
var R = m;
|
|
130
|
+
return q(R._context) + ".Provider";
|
|
131
131
|
case c:
|
|
132
132
|
return ne(m, m.render, "ForwardRef");
|
|
133
133
|
case h:
|
|
@@ -207,7 +207,7 @@ function Dc() {
|
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
var oe = F.ReactCurrentDispatcher, me;
|
|
210
|
-
function ce(m, S,
|
|
210
|
+
function ce(m, S, R) {
|
|
211
211
|
{
|
|
212
212
|
if (me === void 0)
|
|
213
213
|
try {
|
|
@@ -229,9 +229,9 @@ function Dc() {
|
|
|
229
229
|
if (!m || fe)
|
|
230
230
|
return "";
|
|
231
231
|
{
|
|
232
|
-
var
|
|
233
|
-
if (
|
|
234
|
-
return
|
|
232
|
+
var R = De.get(m);
|
|
233
|
+
if (R !== void 0)
|
|
234
|
+
return R;
|
|
235
235
|
}
|
|
236
236
|
var X;
|
|
237
237
|
fe = !0;
|
|
@@ -296,14 +296,14 @@ function Dc() {
|
|
|
296
296
|
var ht = m ? m.displayName || m.name : "", nt = ht ? ce(ht) : "";
|
|
297
297
|
return typeof m == "function" && De.set(m, nt), nt;
|
|
298
298
|
}
|
|
299
|
-
function gt(m, S,
|
|
299
|
+
function gt(m, S, R) {
|
|
300
300
|
return Ut(m, !1);
|
|
301
301
|
}
|
|
302
302
|
function tn(m) {
|
|
303
303
|
var S = m.prototype;
|
|
304
304
|
return !!(S && S.isReactComponent);
|
|
305
305
|
}
|
|
306
|
-
function mt(m, S,
|
|
306
|
+
function mt(m, S, R) {
|
|
307
307
|
if (m == null)
|
|
308
308
|
return "";
|
|
309
309
|
if (typeof m == "function")
|
|
@@ -321,11 +321,11 @@ function Dc() {
|
|
|
321
321
|
case c:
|
|
322
322
|
return gt(m.render);
|
|
323
323
|
case h:
|
|
324
|
-
return mt(m.type, S,
|
|
324
|
+
return mt(m.type, S, R);
|
|
325
325
|
case g: {
|
|
326
326
|
var X = m, he = X._payload, be = X._init;
|
|
327
327
|
try {
|
|
328
|
-
return mt(be(he), S,
|
|
328
|
+
return mt(be(he), S, R);
|
|
329
329
|
} catch {
|
|
330
330
|
}
|
|
331
331
|
}
|
|
@@ -335,12 +335,12 @@ function Dc() {
|
|
|
335
335
|
var Ze = Object.prototype.hasOwnProperty, rt = {}, jt = F.ReactDebugCurrentFrame;
|
|
336
336
|
function ut(m) {
|
|
337
337
|
if (m) {
|
|
338
|
-
var S = m._owner,
|
|
339
|
-
jt.setExtraStackFrame(
|
|
338
|
+
var S = m._owner, R = mt(m.type, m._source, S ? S.type : null);
|
|
339
|
+
jt.setExtraStackFrame(R);
|
|
340
340
|
} else
|
|
341
341
|
jt.setExtraStackFrame(null);
|
|
342
342
|
}
|
|
343
|
-
function Qe(m, S,
|
|
343
|
+
function Qe(m, S, R, X, he) {
|
|
344
344
|
{
|
|
345
345
|
var be = Function.call.bind(Ze);
|
|
346
346
|
for (var se in m)
|
|
@@ -348,14 +348,14 @@ function Dc() {
|
|
|
348
348
|
var ie = void 0;
|
|
349
349
|
try {
|
|
350
350
|
if (typeof m[se] != "function") {
|
|
351
|
-
var Me = Error((X || "React class") + ": " +
|
|
351
|
+
var Me = Error((X || "React class") + ": " + R + " type `" + se + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof m[se] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
352
352
|
throw Me.name = "Invariant Violation", Me;
|
|
353
353
|
}
|
|
354
|
-
ie = m[se](S, se, X,
|
|
354
|
+
ie = m[se](S, se, X, R, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
355
355
|
} catch (xe) {
|
|
356
356
|
ie = xe;
|
|
357
357
|
}
|
|
358
|
-
ie && !(ie instanceof Error) && (ut(he), M("%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).", X || "React class",
|
|
358
|
+
ie && !(ie instanceof Error) && (ut(he), M("%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).", X || "React class", R, se, typeof ie), ut(null)), ie instanceof Error && !(ie.message in rt) && (rt[ie.message] = !0, ut(he), M("Failed %s type: %s", R, ie.message), ut(null));
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
}
|
|
@@ -365,8 +365,8 @@ function Dc() {
|
|
|
365
365
|
}
|
|
366
366
|
function zt(m) {
|
|
367
367
|
{
|
|
368
|
-
var S = typeof Symbol == "function" && Symbol.toStringTag,
|
|
369
|
-
return
|
|
368
|
+
var S = typeof Symbol == "function" && Symbol.toStringTag, R = S && m[Symbol.toStringTag] || m.constructor.name || "Object";
|
|
369
|
+
return R;
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
function Yt(m) {
|
|
@@ -408,40 +408,40 @@ function Dc() {
|
|
|
408
408
|
}
|
|
409
409
|
function It(m, S) {
|
|
410
410
|
if (typeof m.ref == "string" && G.current && S && G.current.stateNode !== S) {
|
|
411
|
-
var
|
|
412
|
-
Ve[
|
|
411
|
+
var R = Q(G.current.type);
|
|
412
|
+
Ve[R] || (M('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', Q(G.current.type), m.ref), Ve[R] = !0);
|
|
413
413
|
}
|
|
414
414
|
}
|
|
415
415
|
function Xe(m, S) {
|
|
416
416
|
{
|
|
417
|
-
var
|
|
417
|
+
var R = function() {
|
|
418
418
|
ke || (ke = !0, M("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", S));
|
|
419
419
|
};
|
|
420
|
-
|
|
421
|
-
get:
|
|
420
|
+
R.isReactWarning = !0, Object.defineProperty(m, "key", {
|
|
421
|
+
get: R,
|
|
422
422
|
configurable: !0
|
|
423
423
|
});
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
function Ke(m, S) {
|
|
427
427
|
{
|
|
428
|
-
var
|
|
428
|
+
var R = function() {
|
|
429
429
|
Be || (Be = !0, M("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", S));
|
|
430
430
|
};
|
|
431
|
-
|
|
432
|
-
get:
|
|
431
|
+
R.isReactWarning = !0, Object.defineProperty(m, "ref", {
|
|
432
|
+
get: R,
|
|
433
433
|
configurable: !0
|
|
434
434
|
});
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
var xt = function(m, S,
|
|
437
|
+
var xt = function(m, S, R, X, he, be, se) {
|
|
438
438
|
var ie = {
|
|
439
439
|
// This tag allows us to uniquely identify this as a React Element
|
|
440
440
|
$$typeof: t,
|
|
441
441
|
// Built-in properties that belong on the element
|
|
442
442
|
type: m,
|
|
443
443
|
key: S,
|
|
444
|
-
ref:
|
|
444
|
+
ref: R,
|
|
445
445
|
props: se,
|
|
446
446
|
// Record the component responsible for creating this element.
|
|
447
447
|
_owner: be
|
|
@@ -463,10 +463,10 @@ function Dc() {
|
|
|
463
463
|
value: he
|
|
464
464
|
}), Object.freeze && (Object.freeze(ie.props), Object.freeze(ie)), ie;
|
|
465
465
|
};
|
|
466
|
-
function ft(m, S,
|
|
466
|
+
function ft(m, S, R, X, he) {
|
|
467
467
|
{
|
|
468
468
|
var be, se = {}, ie = null, Me = null;
|
|
469
|
-
|
|
469
|
+
R !== void 0 && (j(R), ie = "" + R), ct(S) && (j(S.key), ie = "" + S.key), At(S) && (Me = S.ref, It(S, he));
|
|
470
470
|
for (be in S)
|
|
471
471
|
Ze.call(S, be) && !_e.hasOwnProperty(be) && (se[be] = S[be]);
|
|
472
472
|
if (m && m.defaultProps) {
|
|
@@ -484,8 +484,8 @@ function Dc() {
|
|
|
484
484
|
var Rt = F.ReactCurrentOwner, nn = F.ReactDebugCurrentFrame;
|
|
485
485
|
function tt(m) {
|
|
486
486
|
if (m) {
|
|
487
|
-
var S = m._owner,
|
|
488
|
-
nn.setExtraStackFrame(
|
|
487
|
+
var S = m._owner, R = mt(m.type, m._source, S ? S.type : null);
|
|
488
|
+
nn.setExtraStackFrame(R);
|
|
489
489
|
} else
|
|
490
490
|
nn.setExtraStackFrame(null);
|
|
491
491
|
}
|
|
@@ -514,10 +514,10 @@ Check the render method of \`` + m + "`.";
|
|
|
514
514
|
{
|
|
515
515
|
var S = Ct();
|
|
516
516
|
if (!S) {
|
|
517
|
-
var
|
|
518
|
-
|
|
517
|
+
var R = typeof m == "string" ? m : m.displayName || m.name;
|
|
518
|
+
R && (S = `
|
|
519
519
|
|
|
520
|
-
Check the top-level render call using <` +
|
|
520
|
+
Check the top-level render call using <` + R + ">.");
|
|
521
521
|
}
|
|
522
522
|
return S;
|
|
523
523
|
}
|
|
@@ -527,12 +527,12 @@ Check the top-level render call using <` + O + ">.");
|
|
|
527
527
|
if (!m._store || m._store.validated || m.key != null)
|
|
528
528
|
return;
|
|
529
529
|
m._store.validated = !0;
|
|
530
|
-
var
|
|
531
|
-
if (rn[
|
|
530
|
+
var R = kn(S);
|
|
531
|
+
if (rn[R])
|
|
532
532
|
return;
|
|
533
|
-
rn[
|
|
533
|
+
rn[R] = !0;
|
|
534
534
|
var X = "";
|
|
535
|
-
m && m._owner && m._owner !== Rt.current && (X = " It was passed a child from " + Q(m._owner.type) + "."), tt(m), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',
|
|
535
|
+
m && m._owner && m._owner !== Rt.current && (X = " It was passed a child from " + Q(m._owner.type) + "."), tt(m), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', R, X), tt(null);
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
function an(m, S) {
|
|
@@ -540,14 +540,14 @@ Check the top-level render call using <` + O + ">.");
|
|
|
540
540
|
if (typeof m != "object")
|
|
541
541
|
return;
|
|
542
542
|
if (Tt(m))
|
|
543
|
-
for (var
|
|
544
|
-
var X = m[
|
|
543
|
+
for (var R = 0; R < m.length; R++) {
|
|
544
|
+
var X = m[R];
|
|
545
545
|
dt(X) && un(X, S);
|
|
546
546
|
}
|
|
547
547
|
else if (dt(m))
|
|
548
548
|
m._store && (m._store.validated = !0);
|
|
549
549
|
else if (m) {
|
|
550
|
-
var he =
|
|
550
|
+
var he = O(m);
|
|
551
551
|
if (typeof he == "function" && he !== m.entries)
|
|
552
552
|
for (var be = he.call(m), se; !(se = be.next()).done; )
|
|
553
553
|
dt(se.value) && un(se.value, S);
|
|
@@ -559,18 +559,18 @@ Check the top-level render call using <` + O + ">.");
|
|
|
559
559
|
var S = m.type;
|
|
560
560
|
if (S == null || typeof S == "string")
|
|
561
561
|
return;
|
|
562
|
-
var
|
|
562
|
+
var R;
|
|
563
563
|
if (typeof S == "function")
|
|
564
|
-
|
|
564
|
+
R = S.propTypes;
|
|
565
565
|
else if (typeof S == "object" && (S.$$typeof === c || // Note: Memo only checks outer props here.
|
|
566
566
|
// Inner props are checked in the reconciler.
|
|
567
567
|
S.$$typeof === h))
|
|
568
|
-
|
|
568
|
+
R = S.propTypes;
|
|
569
569
|
else
|
|
570
570
|
return;
|
|
571
|
-
if (
|
|
571
|
+
if (R) {
|
|
572
572
|
var X = Q(S);
|
|
573
|
-
Qe(
|
|
573
|
+
Qe(R, m.props, "prop", X, m);
|
|
574
574
|
} else if (S.PropTypes !== void 0 && !yt) {
|
|
575
575
|
yt = !0;
|
|
576
576
|
var he = Q(S);
|
|
@@ -581,8 +581,8 @@ Check the top-level render call using <` + O + ">.");
|
|
|
581
581
|
}
|
|
582
582
|
function $t(m) {
|
|
583
583
|
{
|
|
584
|
-
for (var S = Object.keys(m.props),
|
|
585
|
-
var X = S[
|
|
584
|
+
for (var S = Object.keys(m.props), R = 0; R < S.length; R++) {
|
|
585
|
+
var X = S[R];
|
|
586
586
|
if (X !== "children" && X !== "key") {
|
|
587
587
|
tt(m), M("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", X), tt(null);
|
|
588
588
|
break;
|
|
@@ -592,9 +592,9 @@ Check the top-level render call using <` + O + ">.");
|
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
594
|
var Vt = {};
|
|
595
|
-
function sn(m, S,
|
|
595
|
+
function sn(m, S, R, X, he, be) {
|
|
596
596
|
{
|
|
597
|
-
var se =
|
|
597
|
+
var se = v(m);
|
|
598
598
|
if (!se) {
|
|
599
599
|
var ie = "";
|
|
600
600
|
(m === void 0 || typeof m == "object" && m !== null && Object.keys(m).length === 0) && (ie += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
@@ -603,7 +603,7 @@ Check the top-level render call using <` + O + ">.");
|
|
|
603
603
|
var xe;
|
|
604
604
|
m === null ? xe = "null" : Tt(m) ? xe = "array" : m !== void 0 && m.$$typeof === t ? (xe = "<" + (Q(m.type) || "Unknown") + " />", ie = " Did you accidentally export a JSX literal instead of a component?") : xe = typeof m, M("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", xe, ie);
|
|
605
605
|
}
|
|
606
|
-
var Se = ft(m, S,
|
|
606
|
+
var Se = ft(m, S, R, he, be);
|
|
607
607
|
if (Se == null)
|
|
608
608
|
return Se;
|
|
609
609
|
if (se) {
|
|
@@ -636,11 +636,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
636
636
|
return m === r ? $t(Se) : Dt(Se), Se;
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
|
-
function Sn(m, S,
|
|
640
|
-
return sn(m, S,
|
|
639
|
+
function Sn(m, S, R) {
|
|
640
|
+
return sn(m, S, R, !0);
|
|
641
641
|
}
|
|
642
|
-
function In(m, S,
|
|
643
|
-
return sn(m, S,
|
|
642
|
+
function In(m, S, R) {
|
|
643
|
+
return sn(m, S, R, !1);
|
|
644
644
|
}
|
|
645
645
|
var Rn = In, on = Sn;
|
|
646
646
|
Pr.Fragment = r, Pr.jsx = Rn, Pr.jsxs = on;
|
|
@@ -920,16 +920,16 @@ function Mc(e) {
|
|
|
920
920
|
contentType: "flow",
|
|
921
921
|
previous: i,
|
|
922
922
|
_tokenizer: u
|
|
923
|
-
}),
|
|
923
|
+
}), w(V);
|
|
924
924
|
}
|
|
925
|
-
function
|
|
925
|
+
function w(V) {
|
|
926
926
|
if (V === null) {
|
|
927
|
-
|
|
927
|
+
O(e.exit("chunkFlow"), !0), F(0), e.consume(V);
|
|
928
928
|
return;
|
|
929
929
|
}
|
|
930
|
-
return Ee(V) ? (e.consume(V),
|
|
930
|
+
return Ee(V) ? (e.consume(V), O(e.exit("chunkFlow")), r = 0, t.interrupt = void 0, l) : (e.consume(V), w);
|
|
931
931
|
}
|
|
932
|
-
function
|
|
932
|
+
function O(V, ue) {
|
|
933
933
|
const J = t.sliceStream(V);
|
|
934
934
|
if (ue && J.push(null), V.previous = i, i && (i.next = V), i = V, u.defineSkip(V.start), u.write(J), t.parser.lazy[V.start.line]) {
|
|
935
935
|
let B = u.events.length;
|
|
@@ -942,17 +942,17 @@ function Mc(e) {
|
|
|
942
942
|
)
|
|
943
943
|
return;
|
|
944
944
|
const U = t.events.length;
|
|
945
|
-
let de = U, pe,
|
|
945
|
+
let de = U, pe, v;
|
|
946
946
|
for (; de--; )
|
|
947
947
|
if (t.events[de][0] === "exit" && t.events[de][1].type === "chunkFlow") {
|
|
948
948
|
if (pe) {
|
|
949
|
-
|
|
949
|
+
v = t.events[de][1].end;
|
|
950
950
|
break;
|
|
951
951
|
}
|
|
952
952
|
pe = !0;
|
|
953
953
|
}
|
|
954
954
|
for (F(r), B = U; B < t.events.length; )
|
|
955
|
-
t.events[B][1].end = Object.assign({},
|
|
955
|
+
t.events[B][1].end = Object.assign({}, v), B++;
|
|
956
956
|
Mt(
|
|
957
957
|
t.events,
|
|
958
958
|
de + 1,
|
|
@@ -1206,7 +1206,7 @@ function Xc(e, t, n) {
|
|
|
1206
1206
|
return B === l ? (a++, e.consume(B), d) : a < 3 ? n(B) : (e.exit("codeFencedFenceSequence"), Le(B) ? Re(e, h, "whitespace")(B) : h(B));
|
|
1207
1207
|
}
|
|
1208
1208
|
function h(B) {
|
|
1209
|
-
return B === null || Ee(B) ? (e.exit("codeFencedFence"), r.interrupt ? t(B) : e.check(Va,
|
|
1209
|
+
return B === null || Ee(B) ? (e.exit("codeFencedFence"), r.interrupt ? t(B) : e.check(Va, w, ue)(B)) : (e.enter("codeFencedFenceInfo"), e.enter("chunkString", {
|
|
1210
1210
|
contentType: "string"
|
|
1211
1211
|
}), g(B));
|
|
1212
1212
|
}
|
|
@@ -1221,17 +1221,17 @@ function Xc(e, t, n) {
|
|
|
1221
1221
|
function D(B) {
|
|
1222
1222
|
return B === null || Ee(B) ? (e.exit("chunkString"), e.exit("codeFencedFenceMeta"), h(B)) : B === 96 && B === l ? n(B) : (e.consume(B), D);
|
|
1223
1223
|
}
|
|
1224
|
-
function
|
|
1225
|
-
return e.attempt(u, ue,
|
|
1224
|
+
function w(B) {
|
|
1225
|
+
return e.attempt(u, ue, O)(B);
|
|
1226
1226
|
}
|
|
1227
|
-
function
|
|
1227
|
+
function O(B) {
|
|
1228
1228
|
return e.enter("lineEnding"), e.consume(B), e.exit("lineEnding"), F;
|
|
1229
1229
|
}
|
|
1230
1230
|
function F(B) {
|
|
1231
1231
|
return i > 0 && Le(B) ? Re(e, M, "linePrefix", i + 1)(B) : M(B);
|
|
1232
1232
|
}
|
|
1233
1233
|
function M(B) {
|
|
1234
|
-
return B === null || Ee(B) ? e.check(Va,
|
|
1234
|
+
return B === null || Ee(B) ? e.check(Va, w, ue)(B) : (e.enter("codeFlowValue"), V(B));
|
|
1235
1235
|
}
|
|
1236
1236
|
function V(B) {
|
|
1237
1237
|
return B === null || Ee(B) ? (e.exit("codeFlowValue"), M(B)) : (e.consume(B), V);
|
|
@@ -1241,8 +1241,8 @@ function Xc(e, t, n) {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
function J(B, U, de) {
|
|
1243
1243
|
let pe = 0;
|
|
1244
|
-
return
|
|
1245
|
-
function
|
|
1244
|
+
return v;
|
|
1245
|
+
function v(k) {
|
|
1246
1246
|
return B.enter("lineEnding"), B.consume(k), B.exit("lineEnding"), ne;
|
|
1247
1247
|
}
|
|
1248
1248
|
function ne(k) {
|
|
@@ -1544,8 +1544,8 @@ function sf(e, t) {
|
|
|
1544
1544
|
const n = e.get(t)[1], r = e.get(t)[2];
|
|
1545
1545
|
let u = t - 1;
|
|
1546
1546
|
const i = [], a = n._tokenizer || r.parser[n.contentType](n.start), l = a.events, c = [], f = {};
|
|
1547
|
-
let d, h, g = -1, E = n, D = 0,
|
|
1548
|
-
const
|
|
1547
|
+
let d, h, g = -1, E = n, D = 0, w = 0;
|
|
1548
|
+
const O = [w];
|
|
1549
1549
|
for (; E; ) {
|
|
1550
1550
|
for (; e.get(++u)[1] !== E; )
|
|
1551
1551
|
;
|
|
@@ -1553,9 +1553,9 @@ function sf(e, t) {
|
|
|
1553
1553
|
}
|
|
1554
1554
|
for (E = n; ++g < l.length; )
|
|
1555
1555
|
// Find a void token that includes a break.
|
|
1556
|
-
l[g][0] === "exit" && l[g - 1][0] === "enter" && l[g][1].type === l[g - 1][1].type && l[g][1].start.line !== l[g][1].end.line && (
|
|
1557
|
-
for (a.events = [], E ? (E._tokenizer = void 0, E.previous = void 0) :
|
|
1558
|
-
const F = l.slice(
|
|
1556
|
+
l[g][0] === "exit" && l[g - 1][0] === "enter" && l[g][1].type === l[g - 1][1].type && l[g][1].start.line !== l[g][1].end.line && (w = g + 1, O.push(w), E._tokenizer = void 0, E.previous = void 0, E = E.next);
|
|
1557
|
+
for (a.events = [], E ? (E._tokenizer = void 0, E.previous = void 0) : O.pop(), g = O.length; g--; ) {
|
|
1558
|
+
const F = l.slice(O[g], O[g + 1]), M = i.pop();
|
|
1559
1559
|
c.push([M, M + F.length - 1]), e.splice(M, 2, F);
|
|
1560
1560
|
}
|
|
1561
1561
|
for (c.reverse(), g = -1; ++g < c.length; )
|
|
@@ -1613,7 +1613,7 @@ function To(e, t, n, r, u, i, a, l, c) {
|
|
|
1613
1613
|
function h(F) {
|
|
1614
1614
|
return F === 60 ? (e.enter(r), e.enter(u), e.enter(i), e.consume(F), e.exit(i), g) : F === null || F === 32 || F === 41 || Cu(F) ? n(F) : (e.enter(r), e.enter(a), e.enter(l), e.enter("chunkString", {
|
|
1615
1615
|
contentType: "string"
|
|
1616
|
-
}),
|
|
1616
|
+
}), w(F));
|
|
1617
1617
|
}
|
|
1618
1618
|
function g(F) {
|
|
1619
1619
|
return F === 62 ? (e.enter(i), e.consume(F), e.exit(i), e.exit(u), e.exit(r), t) : (e.enter(l), e.enter("chunkString", {
|
|
@@ -1626,11 +1626,11 @@ function To(e, t, n, r, u, i, a, l, c) {
|
|
|
1626
1626
|
function D(F) {
|
|
1627
1627
|
return F === 60 || F === 62 || F === 92 ? (e.consume(F), E) : E(F);
|
|
1628
1628
|
}
|
|
1629
|
-
function
|
|
1630
|
-
return !d && (F === null || F === 41 || Ue(F)) ? (e.exit("chunkString"), e.exit(l), e.exit(a), e.exit(r), t(F)) : d < f && F === 40 ? (e.consume(F), d++,
|
|
1629
|
+
function w(F) {
|
|
1630
|
+
return !d && (F === null || F === 41 || Ue(F)) ? (e.exit("chunkString"), e.exit(l), e.exit(a), e.exit(r), t(F)) : d < f && F === 40 ? (e.consume(F), d++, w) : F === 41 ? (e.consume(F), d--, w) : F === null || F === 32 || F === 40 || Cu(F) ? n(F) : (e.consume(F), F === 92 ? O : w);
|
|
1631
1631
|
}
|
|
1632
|
-
function
|
|
1633
|
-
return F === 40 || F === 41 || F === 92 ? (e.consume(F),
|
|
1632
|
+
function O(F) {
|
|
1633
|
+
return F === 40 || F === 41 || F === 92 ? (e.consume(F), w) : w(F);
|
|
1634
1634
|
}
|
|
1635
1635
|
}
|
|
1636
1636
|
function _o(e, t, n, r, u, i) {
|
|
@@ -1904,7 +1904,7 @@ function kf(e, t, n) {
|
|
|
1904
1904
|
return e.enter("htmlFlow"), e.enter("htmlFlowData"), e.consume(y), h;
|
|
1905
1905
|
}
|
|
1906
1906
|
function h(y) {
|
|
1907
|
-
return y === 33 ? (e.consume(y), g) : y === 47 ? (e.consume(y), i = !0,
|
|
1907
|
+
return y === 33 ? (e.consume(y), g) : y === 47 ? (e.consume(y), i = !0, w) : y === 63 ? (e.consume(y), u = 3, r.interrupt ? t : N) : pt(y) ? (e.consume(y), a = String.fromCharCode(y), O) : n(y);
|
|
1908
1908
|
}
|
|
1909
1909
|
function g(y) {
|
|
1910
1910
|
return y === 45 ? (e.consume(y), u = 2, E) : y === 91 ? (e.consume(y), u = 5, l = 0, D) : pt(y) ? (e.consume(y), u = 4, r.interrupt ? t : N) : n(y);
|
|
@@ -1916,24 +1916,24 @@ function kf(e, t, n) {
|
|
|
1916
1916
|
const re = "CDATA[";
|
|
1917
1917
|
return y === re.charCodeAt(l++) ? (e.consume(y), l === re.length ? r.interrupt ? t : q : D) : n(y);
|
|
1918
1918
|
}
|
|
1919
|
-
function
|
|
1920
|
-
return pt(y) ? (e.consume(y), a = String.fromCharCode(y),
|
|
1919
|
+
function w(y) {
|
|
1920
|
+
return pt(y) ? (e.consume(y), a = String.fromCharCode(y), O) : n(y);
|
|
1921
1921
|
}
|
|
1922
|
-
function
|
|
1922
|
+
function O(y) {
|
|
1923
1923
|
if (y === null || y === 47 || y === 62 || Ue(y)) {
|
|
1924
1924
|
const re = y === 47, ae = a.toLowerCase();
|
|
1925
1925
|
return !re && !i && Wa.includes(ae) ? (u = 1, r.interrupt ? t(y) : q(y)) : yf.includes(a.toLowerCase()) ? (u = 6, re ? (e.consume(y), F) : r.interrupt ? t(y) : q(y)) : (u = 7, r.interrupt && !r.parser.lazy[r.now().line] ? n(y) : i ? M(y) : V(y));
|
|
1926
1926
|
}
|
|
1927
|
-
return y === 45 || ot(y) ? (e.consume(y), a += String.fromCharCode(y),
|
|
1927
|
+
return y === 45 || ot(y) ? (e.consume(y), a += String.fromCharCode(y), O) : n(y);
|
|
1928
1928
|
}
|
|
1929
1929
|
function F(y) {
|
|
1930
1930
|
return y === 62 ? (e.consume(y), r.interrupt ? t : q) : n(y);
|
|
1931
1931
|
}
|
|
1932
1932
|
function M(y) {
|
|
1933
|
-
return Le(y) ? (e.consume(y), M) :
|
|
1933
|
+
return Le(y) ? (e.consume(y), M) : v(y);
|
|
1934
1934
|
}
|
|
1935
1935
|
function V(y) {
|
|
1936
|
-
return y === 47 ? (e.consume(y),
|
|
1936
|
+
return y === 47 ? (e.consume(y), v) : y === 58 || y === 95 || pt(y) ? (e.consume(y), ue) : Le(y) ? (e.consume(y), V) : v(y);
|
|
1937
1937
|
}
|
|
1938
1938
|
function ue(y) {
|
|
1939
1939
|
return y === 45 || y === 46 || y === 58 || y === 95 || ot(y) ? (e.consume(y), ue) : J(y);
|
|
@@ -1953,7 +1953,7 @@ function kf(e, t, n) {
|
|
|
1953
1953
|
function pe(y) {
|
|
1954
1954
|
return y === 47 || y === 62 || Le(y) ? V(y) : n(y);
|
|
1955
1955
|
}
|
|
1956
|
-
function
|
|
1956
|
+
function v(y) {
|
|
1957
1957
|
return y === 62 ? (e.consume(y), ne) : n(y);
|
|
1958
1958
|
}
|
|
1959
1959
|
function ne(y) {
|
|
@@ -2044,16 +2044,16 @@ function Of(e, t, n) {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
function D(N) {
|
|
2046
2046
|
const T = "CDATA[";
|
|
2047
|
-
return N === T.charCodeAt(i++) ? (e.consume(N), i === T.length ?
|
|
2047
|
+
return N === T.charCodeAt(i++) ? (e.consume(N), i === T.length ? w : D) : n(N);
|
|
2048
2048
|
}
|
|
2049
|
-
function
|
|
2050
|
-
return N === null ? n(N) : N === 93 ? (e.consume(N),
|
|
2049
|
+
function w(N) {
|
|
2050
|
+
return N === null ? n(N) : N === 93 ? (e.consume(N), O) : Ee(N) ? (a = w, Y(N)) : (e.consume(N), w);
|
|
2051
2051
|
}
|
|
2052
|
-
function
|
|
2053
|
-
return N === 93 ? (e.consume(N), F) :
|
|
2052
|
+
function O(N) {
|
|
2053
|
+
return N === 93 ? (e.consume(N), F) : w(N);
|
|
2054
2054
|
}
|
|
2055
2055
|
function F(N) {
|
|
2056
|
-
return N === 62 ? Ae(N) : N === 93 ? (e.consume(N), F) :
|
|
2056
|
+
return N === 62 ? Ae(N) : N === 93 ? (e.consume(N), F) : w(N);
|
|
2057
2057
|
}
|
|
2058
2058
|
function M(N) {
|
|
2059
2059
|
return N === null || N === 62 ? Ae(N) : Ee(N) ? (a = M, Y(N)) : (e.consume(N), M);
|
|
@@ -2077,10 +2077,10 @@ function Of(e, t, n) {
|
|
|
2077
2077
|
return N === 45 || ot(N) ? (e.consume(N), de) : N === 47 || N === 62 || Ue(N) ? pe(N) : n(N);
|
|
2078
2078
|
}
|
|
2079
2079
|
function pe(N) {
|
|
2080
|
-
return N === 47 ? (e.consume(N), Ae) : N === 58 || N === 95 || pt(N) ? (e.consume(N),
|
|
2080
|
+
return N === 47 ? (e.consume(N), Ae) : N === 58 || N === 95 || pt(N) ? (e.consume(N), v) : Ee(N) ? (a = pe, Y(N)) : Le(N) ? (e.consume(N), pe) : Ae(N);
|
|
2081
2081
|
}
|
|
2082
|
-
function
|
|
2083
|
-
return N === 45 || N === 46 || N === 58 || N === 95 || ot(N) ? (e.consume(N),
|
|
2082
|
+
function v(N) {
|
|
2083
|
+
return N === 45 || N === 46 || N === 58 || N === 95 || ot(N) ? (e.consume(N), v) : ne(N);
|
|
2084
2084
|
}
|
|
2085
2085
|
function ne(N) {
|
|
2086
2086
|
return N === 61 ? (e.consume(N), q) : Ee(N) ? (a = ne, Y(N)) : Le(N) ? (e.consume(N), ne) : pe(N);
|
|
@@ -2591,13 +2591,13 @@ function o0(e, t, n) {
|
|
|
2591
2591
|
sliceStream: E,
|
|
2592
2592
|
sliceSerialize: g,
|
|
2593
2593
|
now: D,
|
|
2594
|
-
defineSkip:
|
|
2594
|
+
defineSkip: w,
|
|
2595
2595
|
write: h
|
|
2596
2596
|
};
|
|
2597
2597
|
let d = t.tokenize.call(f, c);
|
|
2598
2598
|
return t.resolveAll && i.push(t), f;
|
|
2599
2599
|
function h(ne) {
|
|
2600
|
-
return a = Bt(a, ne),
|
|
2600
|
+
return a = Bt(a, ne), O(), a[a.length - 1] !== null ? [] : (de(t, 0), f.events = Ou(i, f.events, f), f.events);
|
|
2601
2601
|
}
|
|
2602
2602
|
function g(ne, q) {
|
|
2603
2603
|
return c0(E(ne), q);
|
|
@@ -2615,10 +2615,10 @@ function o0(e, t, n) {
|
|
|
2615
2615
|
_bufferIndex: k
|
|
2616
2616
|
};
|
|
2617
2617
|
}
|
|
2618
|
-
function
|
|
2619
|
-
u[ne.line] = ne.column,
|
|
2618
|
+
function w(ne) {
|
|
2619
|
+
u[ne.line] = ne.column, v();
|
|
2620
2620
|
}
|
|
2621
|
-
function
|
|
2621
|
+
function O() {
|
|
2622
2622
|
let ne;
|
|
2623
2623
|
for (; r._index < a.length; ) {
|
|
2624
2624
|
const q = a[r._index];
|
|
@@ -2633,7 +2633,7 @@ function o0(e, t, n) {
|
|
|
2633
2633
|
d = d(ne);
|
|
2634
2634
|
}
|
|
2635
2635
|
function M(ne) {
|
|
2636
|
-
Ee(ne) ? (r.line++, r.column = 1, r.offset += ne === -3 ? 2 : 1,
|
|
2636
|
+
Ee(ne) ? (r.line++, r.column = 1, r.offset += ne === -3 ? 2 : 1, v()) : ne !== -1 && (r.column++, r.offset++), r._bufferIndex < 0 ? r._index++ : (r._bufferIndex++, r._bufferIndex === a[r._index].length && (r._bufferIndex = -1, r._index++)), f.previous = ne;
|
|
2637
2637
|
}
|
|
2638
2638
|
function V(ne, q) {
|
|
2639
2639
|
const Q = q || {};
|
|
@@ -2709,10 +2709,10 @@ function o0(e, t, n) {
|
|
|
2709
2709
|
from: W
|
|
2710
2710
|
};
|
|
2711
2711
|
function Ae() {
|
|
2712
|
-
r = ne, f.previous = q, f.currentConstruct = Q, f.events.length = W, l = k,
|
|
2712
|
+
r = ne, f.previous = q, f.currentConstruct = Q, f.events.length = W, l = k, v();
|
|
2713
2713
|
}
|
|
2714
2714
|
}
|
|
2715
|
-
function
|
|
2715
|
+
function v() {
|
|
2716
2716
|
r.line in u && r.column < 2 && (r.column = u[r.line], r.offset += u[r.line] - 1);
|
|
2717
2717
|
}
|
|
2718
2718
|
}
|
|
@@ -2981,20 +2981,20 @@ function k0(e) {
|
|
|
2981
2981
|
autolinkEmail: fe,
|
|
2982
2982
|
autolinkProtocol: ce,
|
|
2983
2983
|
blockQuote: c(),
|
|
2984
|
-
characterEscapeValue:
|
|
2984
|
+
characterEscapeValue: v,
|
|
2985
2985
|
characterReferenceMarkerHexadecimal: ae,
|
|
2986
2986
|
characterReferenceMarkerNumeric: ae,
|
|
2987
2987
|
characterReferenceValue: oe,
|
|
2988
2988
|
characterReference: me,
|
|
2989
|
-
codeFenced: c(
|
|
2990
|
-
codeFencedFence:
|
|
2989
|
+
codeFenced: c(O),
|
|
2990
|
+
codeFencedFence: w,
|
|
2991
2991
|
codeFencedFenceInfo: E,
|
|
2992
2992
|
codeFencedFenceMeta: D,
|
|
2993
|
-
codeFlowValue:
|
|
2993
|
+
codeFlowValue: v,
|
|
2994
2994
|
codeIndented: c(F),
|
|
2995
2995
|
codeText: c(k),
|
|
2996
|
-
codeTextData:
|
|
2997
|
-
data:
|
|
2996
|
+
codeTextData: v,
|
|
2997
|
+
data: v,
|
|
2998
2998
|
definition: c(),
|
|
2999
2999
|
definitionDestinationString: ue,
|
|
3000
3000
|
definitionLabelString: M,
|
|
@@ -3003,9 +3003,9 @@ function k0(e) {
|
|
|
3003
3003
|
hardBreakEscape: c(q),
|
|
3004
3004
|
hardBreakTrailing: c(q),
|
|
3005
3005
|
htmlFlow: c(Q),
|
|
3006
|
-
htmlFlowData:
|
|
3006
|
+
htmlFlowData: v,
|
|
3007
3007
|
htmlText: c(W),
|
|
3008
|
-
htmlTextData:
|
|
3008
|
+
htmlTextData: v,
|
|
3009
3009
|
image: c(Y),
|
|
3010
3010
|
label: We,
|
|
3011
3011
|
labelText: je,
|
|
@@ -3183,10 +3183,10 @@ function k0(e) {
|
|
|
3183
3183
|
const j = this.resume(), G = this.stack[this.stack.length - 1];
|
|
3184
3184
|
G.meta = j;
|
|
3185
3185
|
}
|
|
3186
|
-
function
|
|
3186
|
+
function w() {
|
|
3187
3187
|
this.data.flowCodeInside || (this.buffer(), this.data.flowCodeInside = !0);
|
|
3188
3188
|
}
|
|
3189
|
-
function
|
|
3189
|
+
function O() {
|
|
3190
3190
|
const j = this.resume(), G = this.stack[this.stack.length - 1];
|
|
3191
3191
|
G.value = j.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), this.data.flowCodeInside = void 0;
|
|
3192
3192
|
}
|
|
@@ -3232,7 +3232,7 @@ function k0(e) {
|
|
|
3232
3232
|
end: void 0
|
|
3233
3233
|
}, _e.push(ke)), this.stack.push(ke);
|
|
3234
3234
|
}
|
|
3235
|
-
function
|
|
3235
|
+
function v(j) {
|
|
3236
3236
|
const G = this.stack.pop();
|
|
3237
3237
|
G.value += this.sliceSerialize(j), G.position.end = An(j.end);
|
|
3238
3238
|
}
|
|
@@ -3243,7 +3243,7 @@ function k0(e) {
|
|
|
3243
3243
|
_e.position.end = An(j.end), this.data.atHardBreak = void 0;
|
|
3244
3244
|
return;
|
|
3245
3245
|
}
|
|
3246
|
-
!this.data.setextHeadingSlurpLineEnding && t.canContainEols.includes(G.type) && (pe.call(this, j),
|
|
3246
|
+
!this.data.setextHeadingSlurpLineEnding && t.canContainEols.includes(G.type) && (pe.call(this, j), v.call(this, j));
|
|
3247
3247
|
}
|
|
3248
3248
|
function q() {
|
|
3249
3249
|
this.data.atHardBreak = !0;
|
|
@@ -3323,12 +3323,12 @@ function k0(e) {
|
|
|
3323
3323
|
G.position.end = An(j.end);
|
|
3324
3324
|
}
|
|
3325
3325
|
function ce(j) {
|
|
3326
|
-
|
|
3326
|
+
v.call(this, j);
|
|
3327
3327
|
const G = this.stack[this.stack.length - 1];
|
|
3328
3328
|
G.url = this.sliceSerialize(j);
|
|
3329
3329
|
}
|
|
3330
3330
|
function fe(j) {
|
|
3331
|
-
|
|
3331
|
+
v.call(this, j);
|
|
3332
3332
|
const G = this.stack[this.stack.length - 1];
|
|
3333
3333
|
G.url = "mailto:" + this.sliceSerialize(j);
|
|
3334
3334
|
}
|
|
@@ -3818,7 +3818,7 @@ function sa(e, t, n, r) {
|
|
|
3818
3818
|
}
|
|
3819
3819
|
return g;
|
|
3820
3820
|
function g() {
|
|
3821
|
-
let E = Oo, D,
|
|
3821
|
+
let E = Oo, D, w, O;
|
|
3822
3822
|
if ((!t || i(c, f, d[d.length - 1] || void 0)) && (E = W0(n(c, d)), E[0] === zi))
|
|
3823
3823
|
return E;
|
|
3824
3824
|
if ("children" in c && c.children) {
|
|
@@ -3827,11 +3827,11 @@ function sa(e, t, n, r) {
|
|
|
3827
3827
|
c
|
|
3828
3828
|
);
|
|
3829
3829
|
if (F.children && E[0] !== q0)
|
|
3830
|
-
for (
|
|
3831
|
-
const M = F.children[
|
|
3832
|
-
if (D = l(M,
|
|
3830
|
+
for (w = (r ? F.children.length : -1) + a, O = d.concat(F); w > -1 && w < F.children.length; ) {
|
|
3831
|
+
const M = F.children[w];
|
|
3832
|
+
if (D = l(M, w, O)(), D[0] === zi)
|
|
3833
3833
|
return D;
|
|
3834
|
-
|
|
3834
|
+
w = typeof D[1] == "number" ? D[1] : w + a;
|
|
3835
3835
|
}
|
|
3836
3836
|
}
|
|
3837
3837
|
return E;
|
|
@@ -4483,8 +4483,8 @@ function Dd(e, t, n) {
|
|
|
4483
4483
|
const h = e.compilePattern(d);
|
|
4484
4484
|
let g;
|
|
4485
4485
|
for (; g = h.exec(r); ) {
|
|
4486
|
-
const E = "before" in d || !!d.atBreak, D = "after" in d,
|
|
4487
|
-
u.includes(
|
|
4486
|
+
const E = "before" in d || !!d.atBreak, D = "after" in d, w = g.index + (E ? g[1].length : 0);
|
|
4487
|
+
u.includes(w) ? (a[w].before && !E && (a[w].before = !1), a[w].after && !D && (a[w].after = !1)) : (u.push(w), a[w] = { before: E, after: D });
|
|
4488
4488
|
}
|
|
4489
4489
|
}
|
|
4490
4490
|
u.sort(xd);
|
|
@@ -4641,12 +4641,12 @@ function wd() {
|
|
|
4641
4641
|
return f[d];
|
|
4642
4642
|
};
|
|
4643
4643
|
return ci = function c() {
|
|
4644
|
-
var f, d, h, g, E, D,
|
|
4645
|
-
for (typeof
|
|
4646
|
-
if (f = arguments[
|
|
4644
|
+
var f, d, h, g, E, D, w = arguments[0], O = 1, F = arguments.length, M = !1;
|
|
4645
|
+
for (typeof w == "boolean" && (M = w, w = arguments[1] || {}, O = 2), (w == null || typeof w != "object" && typeof w != "function") && (w = {}); O < F; ++O)
|
|
4646
|
+
if (f = arguments[O], f != null)
|
|
4647
4647
|
for (d in f)
|
|
4648
|
-
h = l(
|
|
4649
|
-
return
|
|
4648
|
+
h = l(w, d), g = l(f, d), w !== g && (M && g && (i(g) || (E = u(g))) ? (E ? (E = !1, D = h && u(h) ? h : []) : D = h && i(h) ? h : {}, a(w, { name: d, newValue: c(M, D, g) })) : typeof g < "u" && a(w, { name: d, newValue: g }));
|
|
4649
|
+
return w;
|
|
4650
4650
|
}, ci;
|
|
4651
4651
|
}
|
|
4652
4652
|
var Pd = wd();
|
|
@@ -5848,8 +5848,8 @@ class ca extends Kd {
|
|
|
5848
5848
|
r.push([f, ...d]);
|
|
5849
5849
|
else if (d.length > 0) {
|
|
5850
5850
|
let [E, ...D] = d;
|
|
5851
|
-
const
|
|
5852
|
-
Yi(
|
|
5851
|
+
const w = r[g][1];
|
|
5852
|
+
Yi(w) && Yi(E) && (E = fi(!0, w, E)), r[g] = [f, E, ...D];
|
|
5853
5853
|
}
|
|
5854
5854
|
}
|
|
5855
5855
|
}
|
|
@@ -5929,7 +5929,7 @@ function Yo(e, t, n) {
|
|
|
5929
5929
|
function c(f, d) {
|
|
5930
5930
|
const h = d[d.length - 1], g = i[a][0], E = i[a][1];
|
|
5931
5931
|
let D = 0;
|
|
5932
|
-
const
|
|
5932
|
+
const O = h.children.indexOf(f);
|
|
5933
5933
|
let F = !1, M = [];
|
|
5934
5934
|
g.lastIndex = 0;
|
|
5935
5935
|
let V = g.exec(f.value);
|
|
@@ -5947,7 +5947,7 @@ function Yo(e, t, n) {
|
|
|
5947
5947
|
break;
|
|
5948
5948
|
V = g.exec(f.value);
|
|
5949
5949
|
}
|
|
5950
|
-
return F ? (D < f.value.length && M.push({ type: "text", value: f.value.slice(D) }), h.children.splice(
|
|
5950
|
+
return F ? (D < f.value.length && M.push({ type: "text", value: f.value.slice(D) }), h.children.splice(O, 1, ...M)) : M = [f], O + M.length;
|
|
5951
5951
|
}
|
|
5952
5952
|
}
|
|
5953
5953
|
function uh(e) {
|
|
@@ -6232,17 +6232,17 @@ function Mh(e, t = {}) {
|
|
|
6232
6232
|
const n = (t.align || []).concat(), r = t.stringLength || Uh, u = [], i = [], a = [], l = [];
|
|
6233
6233
|
let c = 0, f = -1;
|
|
6234
6234
|
for (; ++f < e.length; ) {
|
|
6235
|
-
const D = [],
|
|
6236
|
-
let
|
|
6237
|
-
for (e[f].length > c && (c = e[f].length); ++
|
|
6238
|
-
const F = Hh(e[f][
|
|
6235
|
+
const D = [], w = [];
|
|
6236
|
+
let O = -1;
|
|
6237
|
+
for (e[f].length > c && (c = e[f].length); ++O < e[f].length; ) {
|
|
6238
|
+
const F = Hh(e[f][O]);
|
|
6239
6239
|
if (t.alignDelimiters !== !1) {
|
|
6240
6240
|
const M = r(F);
|
|
6241
|
-
|
|
6241
|
+
w[O] = M, (l[O] === void 0 || M > l[O]) && (l[O] = M);
|
|
6242
6242
|
}
|
|
6243
6243
|
D.push(F);
|
|
6244
6244
|
}
|
|
6245
|
-
i[f] = D, a[f] =
|
|
6245
|
+
i[f] = D, a[f] = w;
|
|
6246
6246
|
}
|
|
6247
6247
|
let d = -1;
|
|
6248
6248
|
if (typeof n == "object" && "length" in n)
|
|
@@ -6257,34 +6257,34 @@ function Mh(e, t = {}) {
|
|
|
6257
6257
|
const h = [], g = [];
|
|
6258
6258
|
for (; ++d < c; ) {
|
|
6259
6259
|
const D = u[d];
|
|
6260
|
-
let
|
|
6261
|
-
D === 99 ? (
|
|
6260
|
+
let w = "", O = "";
|
|
6261
|
+
D === 99 ? (w = ":", O = ":") : D === 108 ? w = ":" : D === 114 && (O = ":");
|
|
6262
6262
|
let F = t.alignDelimiters === !1 ? 1 : Math.max(
|
|
6263
6263
|
1,
|
|
6264
|
-
l[d] -
|
|
6264
|
+
l[d] - w.length - O.length
|
|
6265
6265
|
);
|
|
6266
|
-
const M =
|
|
6267
|
-
t.alignDelimiters !== !1 && (F =
|
|
6266
|
+
const M = w + "-".repeat(F) + O;
|
|
6267
|
+
t.alignDelimiters !== !1 && (F = w.length + F + O.length, F > l[d] && (l[d] = F), g[d] = F), h[d] = M;
|
|
6268
6268
|
}
|
|
6269
6269
|
i.splice(1, 0, h), a.splice(1, 0, g), f = -1;
|
|
6270
6270
|
const E = [];
|
|
6271
6271
|
for (; ++f < i.length; ) {
|
|
6272
|
-
const D = i[f],
|
|
6272
|
+
const D = i[f], w = a[f];
|
|
6273
6273
|
d = -1;
|
|
6274
|
-
const
|
|
6274
|
+
const O = [];
|
|
6275
6275
|
for (; ++d < c; ) {
|
|
6276
6276
|
const F = D[d] || "";
|
|
6277
6277
|
let M = "", V = "";
|
|
6278
6278
|
if (t.alignDelimiters !== !1) {
|
|
6279
|
-
const ue = l[d] - (
|
|
6279
|
+
const ue = l[d] - (w[d] || 0), J = u[d];
|
|
6280
6280
|
J === 114 ? M = " ".repeat(ue) : J === 99 ? ue % 2 ? (M = " ".repeat(ue / 2 + 0.5), V = " ".repeat(ue / 2 - 0.5)) : (M = " ".repeat(ue / 2), V = M) : V = " ".repeat(ue);
|
|
6281
6281
|
}
|
|
6282
|
-
t.delimiterStart !== !1 && !d &&
|
|
6282
|
+
t.delimiterStart !== !1 && !d && O.push("|"), t.padding !== !1 && // Don’t add the opening space if we’re not aligning and the cell is
|
|
6283
6283
|
// empty: there will be a closing space.
|
|
6284
|
-
!(t.alignDelimiters === !1 && F === "") && (t.delimiterStart !== !1 || d) &&
|
|
6284
|
+
!(t.alignDelimiters === !1 && F === "") && (t.delimiterStart !== !1 || d) && O.push(" "), t.alignDelimiters !== !1 && O.push(M), O.push(F), t.alignDelimiters !== !1 && O.push(V), t.padding !== !1 && O.push(" "), (t.delimiterEnd !== !1 || d !== c - 1) && O.push("|");
|
|
6285
6285
|
}
|
|
6286
6286
|
E.push(
|
|
6287
|
-
t.delimiterEnd === !1 ?
|
|
6287
|
+
t.delimiterEnd === !1 ? O.join("").replace(/ +$/, "") : O.join("")
|
|
6288
6288
|
);
|
|
6289
6289
|
}
|
|
6290
6290
|
return E.join(`
|
|
@@ -6380,17 +6380,17 @@ function Wh(e) {
|
|
|
6380
6380
|
tableRow: l
|
|
6381
6381
|
}
|
|
6382
6382
|
};
|
|
6383
|
-
function a(E, D,
|
|
6384
|
-
return f(d(E,
|
|
6383
|
+
function a(E, D, w, O) {
|
|
6384
|
+
return f(d(E, w, O), E.align);
|
|
6385
6385
|
}
|
|
6386
|
-
function l(E, D,
|
|
6387
|
-
const F = h(E,
|
|
6386
|
+
function l(E, D, w, O) {
|
|
6387
|
+
const F = h(E, w, O), M = f([F]);
|
|
6388
6388
|
return M.slice(0, M.indexOf(`
|
|
6389
6389
|
`));
|
|
6390
6390
|
}
|
|
6391
|
-
function c(E, D,
|
|
6392
|
-
const F =
|
|
6393
|
-
...
|
|
6391
|
+
function c(E, D, w, O) {
|
|
6392
|
+
const F = w.enter("tableCell"), M = w.enter("phrasing"), V = w.containerPhrasing(E, {
|
|
6393
|
+
...O,
|
|
6394
6394
|
before: i,
|
|
6395
6395
|
after: i
|
|
6396
6396
|
});
|
|
@@ -6407,25 +6407,25 @@ function Wh(e) {
|
|
|
6407
6407
|
stringLength: u
|
|
6408
6408
|
});
|
|
6409
6409
|
}
|
|
6410
|
-
function d(E, D,
|
|
6411
|
-
const
|
|
6410
|
+
function d(E, D, w) {
|
|
6411
|
+
const O = E.children;
|
|
6412
6412
|
let F = -1;
|
|
6413
6413
|
const M = [], V = D.enter("table");
|
|
6414
|
-
for (; ++F <
|
|
6415
|
-
M[F] = h(
|
|
6414
|
+
for (; ++F < O.length; )
|
|
6415
|
+
M[F] = h(O[F], D, w);
|
|
6416
6416
|
return V(), M;
|
|
6417
6417
|
}
|
|
6418
|
-
function h(E, D,
|
|
6419
|
-
const
|
|
6418
|
+
function h(E, D, w) {
|
|
6419
|
+
const O = E.children;
|
|
6420
6420
|
let F = -1;
|
|
6421
6421
|
const M = [], V = D.enter("tableRow");
|
|
6422
|
-
for (; ++F <
|
|
6423
|
-
M[F] = c(
|
|
6422
|
+
for (; ++F < O.length; )
|
|
6423
|
+
M[F] = c(O[F], E, D, w);
|
|
6424
6424
|
return V(), M;
|
|
6425
6425
|
}
|
|
6426
|
-
function g(E, D,
|
|
6427
|
-
let
|
|
6428
|
-
return
|
|
6426
|
+
function g(E, D, w) {
|
|
6427
|
+
let O = la.inlineCode(E, D, w);
|
|
6428
|
+
return w.stack.includes("tableCell") && (O = O.replace(/\|/g, "\\$&")), O;
|
|
6429
6429
|
}
|
|
6430
6430
|
}
|
|
6431
6431
|
function Qh() {
|
|
@@ -6845,8 +6845,8 @@ function Ep(e, t, n) {
|
|
|
6845
6845
|
return n(D);
|
|
6846
6846
|
if (D === 93) {
|
|
6847
6847
|
e.exit("chunkString");
|
|
6848
|
-
const
|
|
6849
|
-
return i = Gt(r.sliceSerialize(
|
|
6848
|
+
const w = e.exit("gfmFootnoteDefinitionLabelString");
|
|
6849
|
+
return i = Gt(r.sliceSerialize(w)), e.enter("gfmFootnoteDefinitionLabelMarker"), e.consume(D), e.exit("gfmFootnoteDefinitionLabelMarker"), e.exit("gfmFootnoteDefinitionLabel"), g;
|
|
6850
6850
|
}
|
|
6851
6851
|
return Ue(D) || (l = !0), a++, e.consume(D), D === 92 ? h : d;
|
|
6852
6852
|
}
|
|
@@ -6926,12 +6926,12 @@ function _p(e) {
|
|
|
6926
6926
|
return f === 126 && d[d.length - 1][1].type !== "characterEscape" ? c(D) : (a.enter("strikethroughSequenceTemporary"), E(D));
|
|
6927
6927
|
}
|
|
6928
6928
|
function E(D) {
|
|
6929
|
-
const
|
|
6929
|
+
const w = Du(f);
|
|
6930
6930
|
if (D === 126)
|
|
6931
6931
|
return h > 1 ? c(D) : (a.consume(D), h++, E);
|
|
6932
6932
|
if (h < 2 && !n) return c(D);
|
|
6933
|
-
const
|
|
6934
|
-
return
|
|
6933
|
+
const O = a.exit("strikethroughSequenceTemporary"), F = Du(D);
|
|
6934
|
+
return O._open = !F || F === 2 && !!w, O._close = !w || w === 2 && !!F, l(D);
|
|
6935
6935
|
}
|
|
6936
6936
|
}
|
|
6937
6937
|
}
|
|
@@ -7035,7 +7035,7 @@ function xp(e, t, n) {
|
|
|
7035
7035
|
const r = this;
|
|
7036
7036
|
let u = 0, i = 0, a;
|
|
7037
7037
|
return l;
|
|
7038
|
-
function l(
|
|
7038
|
+
function l(v) {
|
|
7039
7039
|
let ne = r.events.length - 1;
|
|
7040
7040
|
for (; ne > -1; ) {
|
|
7041
7041
|
const W = r.events[ne][1].type;
|
|
@@ -7044,61 +7044,61 @@ function xp(e, t, n) {
|
|
|
7044
7044
|
else break;
|
|
7045
7045
|
}
|
|
7046
7046
|
const q = ne > -1 ? r.events[ne][1].type : null, Q = q === "tableHead" || q === "tableRow" ? B : c;
|
|
7047
|
-
return Q === B && r.parser.lazy[r.now().line] ? n(
|
|
7047
|
+
return Q === B && r.parser.lazy[r.now().line] ? n(v) : Q(v);
|
|
7048
7048
|
}
|
|
7049
|
-
function c(
|
|
7050
|
-
return e.enter("tableHead"), e.enter("tableRow"), f(
|
|
7049
|
+
function c(v) {
|
|
7050
|
+
return e.enter("tableHead"), e.enter("tableRow"), f(v);
|
|
7051
7051
|
}
|
|
7052
|
-
function f(
|
|
7053
|
-
return
|
|
7052
|
+
function f(v) {
|
|
7053
|
+
return v === 124 || (a = !0, i += 1), d(v);
|
|
7054
7054
|
}
|
|
7055
|
-
function d(
|
|
7056
|
-
return
|
|
7055
|
+
function d(v) {
|
|
7056
|
+
return v === null ? n(v) : Ee(v) ? i > 1 ? (i = 0, r.interrupt = !0, e.exit("tableRow"), e.enter("lineEnding"), e.consume(v), e.exit("lineEnding"), E) : n(v) : Le(v) ? Re(e, d, "whitespace")(v) : (i += 1, a && (a = !1, u += 1), v === 124 ? (e.enter("tableCellDivider"), e.consume(v), e.exit("tableCellDivider"), a = !0, d) : (e.enter("data"), h(v)));
|
|
7057
7057
|
}
|
|
7058
|
-
function h(
|
|
7059
|
-
return
|
|
7058
|
+
function h(v) {
|
|
7059
|
+
return v === null || v === 124 || Ue(v) ? (e.exit("data"), d(v)) : (e.consume(v), v === 92 ? g : h);
|
|
7060
7060
|
}
|
|
7061
|
-
function g(
|
|
7062
|
-
return
|
|
7061
|
+
function g(v) {
|
|
7062
|
+
return v === 92 || v === 124 ? (e.consume(v), h) : h(v);
|
|
7063
7063
|
}
|
|
7064
|
-
function E(
|
|
7065
|
-
return r.interrupt = !1, r.parser.lazy[r.now().line] ? n(
|
|
7064
|
+
function E(v) {
|
|
7065
|
+
return r.interrupt = !1, r.parser.lazy[r.now().line] ? n(v) : (e.enter("tableDelimiterRow"), a = !1, Le(v) ? Re(e, D, "linePrefix", r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(v) : D(v));
|
|
7066
7066
|
}
|
|
7067
|
-
function D(
|
|
7068
|
-
return
|
|
7067
|
+
function D(v) {
|
|
7068
|
+
return v === 45 || v === 58 ? O(v) : v === 124 ? (a = !0, e.enter("tableCellDivider"), e.consume(v), e.exit("tableCellDivider"), w) : J(v);
|
|
7069
7069
|
}
|
|
7070
|
-
function v
|
|
7071
|
-
return Le(
|
|
7070
|
+
function w(v) {
|
|
7071
|
+
return Le(v) ? Re(e, O, "whitespace")(v) : O(v);
|
|
7072
7072
|
}
|
|
7073
|
-
function
|
|
7074
|
-
return
|
|
7073
|
+
function O(v) {
|
|
7074
|
+
return v === 58 ? (i += 1, a = !0, e.enter("tableDelimiterMarker"), e.consume(v), e.exit("tableDelimiterMarker"), F) : v === 45 ? (i += 1, F(v)) : v === null || Ee(v) ? ue(v) : J(v);
|
|
7075
7075
|
}
|
|
7076
|
-
function F(
|
|
7077
|
-
return
|
|
7076
|
+
function F(v) {
|
|
7077
|
+
return v === 45 ? (e.enter("tableDelimiterFiller"), M(v)) : J(v);
|
|
7078
7078
|
}
|
|
7079
|
-
function M(
|
|
7080
|
-
return
|
|
7079
|
+
function M(v) {
|
|
7080
|
+
return v === 45 ? (e.consume(v), M) : v === 58 ? (a = !0, e.exit("tableDelimiterFiller"), e.enter("tableDelimiterMarker"), e.consume(v), e.exit("tableDelimiterMarker"), V) : (e.exit("tableDelimiterFiller"), V(v));
|
|
7081
7081
|
}
|
|
7082
|
-
function V(
|
|
7083
|
-
return Le(
|
|
7082
|
+
function V(v) {
|
|
7083
|
+
return Le(v) ? Re(e, ue, "whitespace")(v) : ue(v);
|
|
7084
7084
|
}
|
|
7085
|
-
function ue(
|
|
7086
|
-
return
|
|
7085
|
+
function ue(v) {
|
|
7086
|
+
return v === 124 ? D(v) : v === null || Ee(v) ? !a || u !== i ? J(v) : (e.exit("tableDelimiterRow"), e.exit("tableHead"), t(v)) : J(v);
|
|
7087
7087
|
}
|
|
7088
|
-
function J(
|
|
7089
|
-
return n(
|
|
7088
|
+
function J(v) {
|
|
7089
|
+
return n(v);
|
|
7090
7090
|
}
|
|
7091
|
-
function B(
|
|
7092
|
-
return e.enter("tableRow"), U(
|
|
7091
|
+
function B(v) {
|
|
7092
|
+
return e.enter("tableRow"), U(v);
|
|
7093
7093
|
}
|
|
7094
|
-
function U(
|
|
7095
|
-
return
|
|
7094
|
+
function U(v) {
|
|
7095
|
+
return v === 124 ? (e.enter("tableCellDivider"), e.consume(v), e.exit("tableCellDivider"), U) : v === null || Ee(v) ? (e.exit("tableRow"), t(v)) : Le(v) ? Re(e, U, "whitespace")(v) : (e.enter("data"), de(v));
|
|
7096
7096
|
}
|
|
7097
|
-
function de(
|
|
7098
|
-
return
|
|
7097
|
+
function de(v) {
|
|
7098
|
+
return v === null || v === 124 || Ue(v) ? (e.exit("data"), U(v)) : (e.consume(v), v === 92 ? pe : de);
|
|
7099
7099
|
}
|
|
7100
|
-
function pe(
|
|
7101
|
-
return
|
|
7100
|
+
function pe(v) {
|
|
7101
|
+
return v === 92 || v === 124 ? (e.consume(v), de) : de(v);
|
|
7102
7102
|
}
|
|
7103
7103
|
}
|
|
7104
7104
|
function Np(e, t) {
|
|
@@ -7142,8 +7142,8 @@ function fu(e, t, n, r, u, i) {
|
|
|
7142
7142
|
if (e.add(n[2], 0, [["enter", h, t]]), r !== 2) {
|
|
7143
7143
|
const g = t.events[n[2]], E = t.events[n[3]];
|
|
7144
7144
|
if (g[1].end = Object.assign({}, E[1].end), g[1].type = "chunkText", g[1].contentType = "text", n[3] > n[2] + 1) {
|
|
7145
|
-
const D = n[2] + 1,
|
|
7146
|
-
e.add(D,
|
|
7145
|
+
const D = n[2] + 1, w = n[3] - n[2] - 1;
|
|
7146
|
+
e.add(D, w, []);
|
|
7147
7147
|
}
|
|
7148
7148
|
}
|
|
7149
7149
|
e.add(n[3] + 1, 0, [["exit", h, t]]);
|
|
@@ -7391,14 +7391,14 @@ function da(e, t = {}) {
|
|
|
7391
7391
|
let f = (l ? l.line : 0) || 1, d = (l ? l.column : 0) || 1, h = E(), g;
|
|
7392
7392
|
for (u--; ++u <= e.length; )
|
|
7393
7393
|
if (g === 10 && (d = (c ? c[i] : 0) || 1), g = e.charCodeAt(u), g === 38) {
|
|
7394
|
-
const
|
|
7395
|
-
if (
|
|
7394
|
+
const O = e.charCodeAt(u + 1);
|
|
7395
|
+
if (O === 9 || O === 10 || O === 12 || O === 32 || O === 38 || O === 60 || Number.isNaN(O) || n && O === n) {
|
|
7396
7396
|
a += Gn(g), d++;
|
|
7397
7397
|
continue;
|
|
7398
7398
|
}
|
|
7399
7399
|
const F = u + 1;
|
|
7400
7400
|
let M = F, V = F, ue;
|
|
7401
|
-
if (
|
|
7401
|
+
if (O === 35) {
|
|
7402
7402
|
V = ++M;
|
|
7403
7403
|
const q = e.charCodeAt(V);
|
|
7404
7404
|
q === 88 || q === 120 ? (ue = "hexadecimal", V = ++M) : ue = "decimal";
|
|
@@ -7418,41 +7418,41 @@ function da(e, t = {}) {
|
|
|
7418
7418
|
const q = ue === "named" ? Jr(U) : !1;
|
|
7419
7419
|
q && (J = U, B = q);
|
|
7420
7420
|
}
|
|
7421
|
-
let
|
|
7421
|
+
let v = 1 + V - F, ne = "";
|
|
7422
7422
|
if (!(!pe && t.nonTerminated === !1)) if (!U)
|
|
7423
|
-
ue !== "named" && D(4,
|
|
7423
|
+
ue !== "named" && D(4, v);
|
|
7424
7424
|
else if (ue === "named") {
|
|
7425
7425
|
if (pe && !B)
|
|
7426
7426
|
D(5, 1);
|
|
7427
|
-
else if (J !== U && (V = M + J.length,
|
|
7427
|
+
else if (J !== U && (V = M + J.length, v = 1 + V - M, pe = !1), !pe) {
|
|
7428
7428
|
const q = J ? 1 : 3;
|
|
7429
7429
|
if (t.attribute) {
|
|
7430
7430
|
const Q = e.charCodeAt(V);
|
|
7431
|
-
Q === 61 ? (D(q,
|
|
7431
|
+
Q === 61 ? (D(q, v), B = "") : ms(Q) ? B = "" : D(q, v);
|
|
7432
7432
|
} else
|
|
7433
|
-
D(q,
|
|
7433
|
+
D(q, v);
|
|
7434
7434
|
}
|
|
7435
7435
|
ne = B;
|
|
7436
7436
|
} else {
|
|
7437
|
-
pe || D(2,
|
|
7437
|
+
pe || D(2, v);
|
|
7438
7438
|
let q = Number.parseInt(
|
|
7439
7439
|
U,
|
|
7440
7440
|
ue === "hexadecimal" ? 16 : 10
|
|
7441
7441
|
);
|
|
7442
7442
|
if (Mp(q))
|
|
7443
|
-
D(7,
|
|
7443
|
+
D(7, v), ne = Gn(
|
|
7444
7444
|
65533
|
|
7445
7445
|
/* `�` */
|
|
7446
7446
|
);
|
|
7447
7447
|
else if (q in ps)
|
|
7448
|
-
D(6,
|
|
7448
|
+
D(6, v), ne = ps[q];
|
|
7449
7449
|
else {
|
|
7450
7450
|
let Q = "";
|
|
7451
|
-
Hp(q) && D(6,
|
|
7451
|
+
Hp(q) && D(6, v), q > 65535 && (q -= 65536, Q += Gn(q >>> 10 | 55296), q = 56320 | q & 1023), ne = Q + Gn(q);
|
|
7452
7452
|
}
|
|
7453
7453
|
}
|
|
7454
7454
|
if (ne) {
|
|
7455
|
-
|
|
7455
|
+
w(), h = E(), u = V - 1, d += V - F + 1, r.push(ne);
|
|
7456
7456
|
const q = E();
|
|
7457
7457
|
q.offset++, t.reference && t.reference.call(
|
|
7458
7458
|
t.referenceContext,
|
|
@@ -7463,7 +7463,7 @@ function da(e, t = {}) {
|
|
|
7463
7463
|
} else
|
|
7464
7464
|
U = e.slice(F - 1, V), a += U, d += U.length, u = V - 1;
|
|
7465
7465
|
} else
|
|
7466
|
-
g === 10 && (f++, i++, d = 0), Number.isNaN(g) ?
|
|
7466
|
+
g === 10 && (f++, i++, d = 0), Number.isNaN(g) ? w() : (a += Gn(g), d++);
|
|
7467
7467
|
return r.join("");
|
|
7468
7468
|
function E() {
|
|
7469
7469
|
return {
|
|
@@ -7472,16 +7472,16 @@ function da(e, t = {}) {
|
|
|
7472
7472
|
offset: u + ((l ? l.offset : 0) || 0)
|
|
7473
7473
|
};
|
|
7474
7474
|
}
|
|
7475
|
-
function D(
|
|
7475
|
+
function D(O, F) {
|
|
7476
7476
|
let M;
|
|
7477
7477
|
t.warning && (M = E(), M.column += F, M.offset += F, t.warning.call(
|
|
7478
7478
|
t.warningContext,
|
|
7479
|
-
Bp[
|
|
7479
|
+
Bp[O],
|
|
7480
7480
|
M,
|
|
7481
|
-
|
|
7481
|
+
O
|
|
7482
7482
|
));
|
|
7483
7483
|
}
|
|
7484
|
-
function
|
|
7484
|
+
function w() {
|
|
7485
7485
|
a && (r.push(a), t.text && t.text.call(t.textContext, a, {
|
|
7486
7486
|
start: h,
|
|
7487
7487
|
end: E()
|
|
@@ -7716,10 +7716,10 @@ function um(e, t) {
|
|
|
7716
7716
|
c = bs.test(h) ? "#" + h : d("id", h);
|
|
7717
7717
|
else if (f === "class") {
|
|
7718
7718
|
const g = h.split(/[\t\n\r ]+/g), E = [], D = [];
|
|
7719
|
-
let
|
|
7720
|
-
for (; ++
|
|
7721
|
-
(bs.test(g[
|
|
7722
|
-
g[
|
|
7719
|
+
let w = -1;
|
|
7720
|
+
for (; ++w < g.length; )
|
|
7721
|
+
(bs.test(g[w]) ? D : E).push(
|
|
7722
|
+
g[w]
|
|
7723
7723
|
);
|
|
7724
7724
|
a = E.length > 0 ? d("class", E.join(" ")) : "", l = D.length > 0 ? "." + D.join(".") : "";
|
|
7725
7725
|
} else
|
|
@@ -7745,27 +7745,27 @@ function im(e) {
|
|
|
7745
7745
|
}), t += 3) : e.type === "leafDirective" ? t = 2 : t = 1, ":".repeat(t);
|
|
7746
7746
|
}
|
|
7747
7747
|
function pa(e, t, n, r, u, i, a, l, c, f, d, h, g, E, D) {
|
|
7748
|
-
let
|
|
7748
|
+
let w, O;
|
|
7749
7749
|
return F;
|
|
7750
7750
|
function F(k) {
|
|
7751
7751
|
return e.enter(r), e.enter(u), e.consume(k), e.exit(u), M;
|
|
7752
7752
|
}
|
|
7753
7753
|
function M(k) {
|
|
7754
|
-
return k === 35 ? (
|
|
7754
|
+
return k === 35 ? (w = a, V(k)) : k === 46 ? (w = l, V(k)) : k === 58 || k === 95 || pt(k) ? (e.enter(i), e.enter(c), e.consume(k), B) : D && Le(k) ? Re(e, M, "whitespace")(k) : !D && Ue(k) ? En(e, M)(k) : W(k);
|
|
7755
7755
|
}
|
|
7756
7756
|
function V(k) {
|
|
7757
7757
|
const Ae = (
|
|
7758
7758
|
/** @type {TokenType} */
|
|
7759
|
-
|
|
7759
|
+
w + "Marker"
|
|
7760
7760
|
);
|
|
7761
|
-
return e.enter(i), e.enter(
|
|
7761
|
+
return e.enter(i), e.enter(w), e.enter(Ae), e.consume(k), e.exit(Ae), ue;
|
|
7762
7762
|
}
|
|
7763
7763
|
function ue(k) {
|
|
7764
7764
|
if (k === null || k === 34 || k === 35 || k === 39 || k === 46 || k === 60 || k === 61 || k === 62 || k === 96 || k === 125 || Ue(k))
|
|
7765
7765
|
return n(k);
|
|
7766
7766
|
const Ae = (
|
|
7767
7767
|
/** @type {TokenType} */
|
|
7768
|
-
|
|
7768
|
+
w + "Value"
|
|
7769
7769
|
);
|
|
7770
7770
|
return e.enter(Ae), e.consume(k), J;
|
|
7771
7771
|
}
|
|
@@ -7775,9 +7775,9 @@ function pa(e, t, n, r, u, i, a, l, c, f, d, h, g, E, D) {
|
|
|
7775
7775
|
if (k === 35 || k === 46 || k === 125 || Ue(k)) {
|
|
7776
7776
|
const Ae = (
|
|
7777
7777
|
/** @type {TokenType} */
|
|
7778
|
-
|
|
7778
|
+
w + "Value"
|
|
7779
7779
|
);
|
|
7780
|
-
return e.exit(Ae), e.exit(
|
|
7780
|
+
return e.exit(Ae), e.exit(w), e.exit(i), M(k);
|
|
7781
7781
|
}
|
|
7782
7782
|
return e.consume(k), J;
|
|
7783
7783
|
}
|
|
@@ -7788,19 +7788,19 @@ function pa(e, t, n, r, u, i, a, l, c, f, d, h, g, E, D) {
|
|
|
7788
7788
|
return k === 61 ? (e.enter(f), e.consume(k), e.exit(f), de) : (e.exit(i), M(k));
|
|
7789
7789
|
}
|
|
7790
7790
|
function de(k) {
|
|
7791
|
-
return k === null || k === 60 || k === 61 || k === 62 || k === 96 || k === 125 || D && Ee(k) ? n(k) : k === 34 || k === 39 ? (e.enter(d), e.enter(g), e.consume(k), e.exit(g),
|
|
7791
|
+
return k === null || k === 60 || k === 61 || k === 62 || k === 96 || k === 125 || D && Ee(k) ? n(k) : k === 34 || k === 39 ? (e.enter(d), e.enter(g), e.consume(k), e.exit(g), O = k, v) : D && Le(k) ? Re(e, de, "whitespace")(k) : !D && Ue(k) ? En(e, de)(k) : (e.enter(h), e.enter(E), e.consume(k), O = void 0, pe);
|
|
7792
7792
|
}
|
|
7793
7793
|
function pe(k) {
|
|
7794
7794
|
return k === null || k === 34 || k === 39 || k === 60 || k === 61 || k === 62 || k === 96 ? n(k) : k === 125 || Ue(k) ? (e.exit(E), e.exit(h), e.exit(i), M(k)) : (e.consume(k), pe);
|
|
7795
7795
|
}
|
|
7796
|
-
function
|
|
7797
|
-
return k ===
|
|
7796
|
+
function v(k) {
|
|
7797
|
+
return k === O ? (e.enter(g), e.consume(k), e.exit(g), e.exit(d), e.exit(i), Q) : (e.enter(h), ne(k));
|
|
7798
7798
|
}
|
|
7799
7799
|
function ne(k) {
|
|
7800
|
-
return k ===
|
|
7800
|
+
return k === O ? (e.exit(h), v(k)) : k === null ? n(k) : Ee(k) ? D ? n(k) : En(e, ne)(k) : (e.enter(E), e.consume(k), q);
|
|
7801
7801
|
}
|
|
7802
7802
|
function q(k) {
|
|
7803
|
-
return k ===
|
|
7803
|
+
return k === O || k === null || Ee(k) ? (e.exit(E), ne(k)) : (e.consume(k), q);
|
|
7804
7804
|
}
|
|
7805
7805
|
function Q(k) {
|
|
7806
7806
|
return k === 125 || Ue(k) ? M(k) : W(k);
|
|
@@ -7812,29 +7812,29 @@ function pa(e, t, n, r, u, i, a, l, c, f, d, h, g, E, D) {
|
|
|
7812
7812
|
function ma(e, t, n, r, u, i, a) {
|
|
7813
7813
|
let l = 0, c = 0, f;
|
|
7814
7814
|
return d;
|
|
7815
|
-
function d(
|
|
7816
|
-
return e.enter(r), e.enter(u), e.consume(
|
|
7815
|
+
function d(O) {
|
|
7816
|
+
return e.enter(r), e.enter(u), e.consume(O), e.exit(u), h;
|
|
7817
7817
|
}
|
|
7818
|
-
function h(
|
|
7819
|
-
return
|
|
7818
|
+
function h(O) {
|
|
7819
|
+
return O === 93 ? (e.enter(u), e.consume(O), e.exit(u), e.exit(r), t) : (e.enter(i), g(O));
|
|
7820
7820
|
}
|
|
7821
|
-
function g(
|
|
7822
|
-
if (
|
|
7823
|
-
return
|
|
7821
|
+
function g(O) {
|
|
7822
|
+
if (O === 93 && !c)
|
|
7823
|
+
return w(O);
|
|
7824
7824
|
const F = e.enter("chunkText", {
|
|
7825
7825
|
contentType: "text",
|
|
7826
7826
|
previous: f
|
|
7827
7827
|
});
|
|
7828
|
-
return f && (f.next = F), f = F, E(
|
|
7828
|
+
return f && (f.next = F), f = F, E(O);
|
|
7829
7829
|
}
|
|
7830
|
-
function E(
|
|
7831
|
-
return
|
|
7830
|
+
function E(O) {
|
|
7831
|
+
return O === null || l > 999 || O === 91 && ++c > 32 ? n(O) : O === 93 && !c-- ? (e.exit("chunkText"), w(O)) : Ee(O) ? a ? n(O) : (e.consume(O), e.exit("chunkText"), g) : (e.consume(O), O === 92 ? D : E);
|
|
7832
7832
|
}
|
|
7833
|
-
function D(
|
|
7834
|
-
return
|
|
7833
|
+
function D(O) {
|
|
7834
|
+
return O === 91 || O === 92 || O === 93 ? (e.consume(O), l++, E) : E(O);
|
|
7835
7835
|
}
|
|
7836
|
-
function
|
|
7837
|
-
return e.exit(i), e.enter(u), e.consume(
|
|
7836
|
+
function w(O) {
|
|
7837
|
+
return e.exit(i), e.enter(u), e.consume(O), e.exit(u), e.exit(r), t;
|
|
7838
7838
|
}
|
|
7839
7839
|
}
|
|
7840
7840
|
function Ea(e, t, n, r) {
|
|
@@ -7880,15 +7880,15 @@ function lm(e, t, n) {
|
|
|
7880
7880
|
return Re(e, E, "whitespace")(U);
|
|
7881
7881
|
}
|
|
7882
7882
|
function E(U) {
|
|
7883
|
-
return e.exit("directiveContainerFence"), U === null ? D(U) : Ee(U) ? r.interrupt ? t(U) : e.attempt(Ts,
|
|
7883
|
+
return e.exit("directiveContainerFence"), U === null ? D(U) : Ee(U) ? r.interrupt ? t(U) : e.attempt(Ts, w, D)(U) : n(U);
|
|
7884
7884
|
}
|
|
7885
7885
|
function D(U) {
|
|
7886
7886
|
return e.exit("directiveContainer"), t(U);
|
|
7887
7887
|
}
|
|
7888
|
-
function
|
|
7889
|
-
return U === null ? (e.exit("directiveContainer"), t(U)) : (e.enter("directiveContainerContent"),
|
|
7888
|
+
function w(U) {
|
|
7889
|
+
return U === null ? (e.exit("directiveContainer"), t(U)) : (e.enter("directiveContainerContent"), O(U));
|
|
7890
7890
|
}
|
|
7891
|
-
function
|
|
7891
|
+
function O(U) {
|
|
7892
7892
|
return U === null ? J(U) : e.attempt({
|
|
7893
7893
|
tokenize: B,
|
|
7894
7894
|
partial: !0
|
|
@@ -7913,7 +7913,7 @@ function lm(e, t, n) {
|
|
|
7913
7913
|
function V(U) {
|
|
7914
7914
|
e.consume(U);
|
|
7915
7915
|
const de = e.exit("chunkDocument");
|
|
7916
|
-
return r.parser.lazy[de.start.line] = !1,
|
|
7916
|
+
return r.parser.lazy[de.start.line] = !1, O;
|
|
7917
7917
|
}
|
|
7918
7918
|
function ue(U) {
|
|
7919
7919
|
const de = e.exit("chunkDocument");
|
|
@@ -7923,13 +7923,13 @@ function lm(e, t, n) {
|
|
|
7923
7923
|
return e.exit("directiveContainerContent"), e.exit("directiveContainer"), t(U);
|
|
7924
7924
|
}
|
|
7925
7925
|
function B(U, de, pe) {
|
|
7926
|
-
let
|
|
7926
|
+
let v = 0;
|
|
7927
7927
|
return Re(U, ne, "linePrefix", r.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4);
|
|
7928
7928
|
function ne(W) {
|
|
7929
7929
|
return U.enter("directiveContainerFence"), U.enter("directiveContainerSequence"), q(W);
|
|
7930
7930
|
}
|
|
7931
7931
|
function q(W) {
|
|
7932
|
-
return W === 58 ? (U.consume(W),
|
|
7932
|
+
return W === 58 ? (U.consume(W), v++, q) : v < a ? pe(W) : (U.exit("directiveContainerSequence"), Re(U, Q, "whitespace")(W));
|
|
7933
7933
|
}
|
|
7934
7934
|
function Q(W) {
|
|
7935
7935
|
return W === null || Ee(W) ? (U.exit("directiveContainerFence"), de(W)) : pe(W);
|
|
@@ -8583,8 +8583,8 @@ function s1(e) {
|
|
|
8583
8583
|
continue;
|
|
8584
8584
|
const d = e.all(f), h = String(f.identifier).toUpperCase(), g = ir(h.toLowerCase());
|
|
8585
8585
|
let E = 0;
|
|
8586
|
-
const D = [],
|
|
8587
|
-
for (;
|
|
8586
|
+
const D = [], w = e.footnoteCounts.get(h);
|
|
8587
|
+
for (; w !== void 0 && ++E <= w; ) {
|
|
8588
8588
|
D.length > 0 && D.push({ type: "text", value: " " });
|
|
8589
8589
|
let M = typeof n == "string" ? n : n(c, E);
|
|
8590
8590
|
typeof M == "string" && (M = { type: "text", value: M }), D.push({
|
|
@@ -8599,10 +8599,10 @@ function s1(e) {
|
|
|
8599
8599
|
children: Array.isArray(M) ? M : [M]
|
|
8600
8600
|
});
|
|
8601
8601
|
}
|
|
8602
|
-
const
|
|
8603
|
-
if (
|
|
8604
|
-
const M =
|
|
8605
|
-
M && M.type === "text" ? M.value += " " :
|
|
8602
|
+
const O = d[d.length - 1];
|
|
8603
|
+
if (O && O.type === "element" && O.tagName === "p") {
|
|
8604
|
+
const M = O.children[O.children.length - 1];
|
|
8605
|
+
M && M.type === "text" ? M.value += " " : O.children.push({ type: "text", value: " " }), O.children.push(...D);
|
|
8606
8606
|
} else
|
|
8607
8607
|
d.push(...D);
|
|
8608
8608
|
const F = {
|
|
@@ -8668,7 +8668,7 @@ function l1(e, t) {
|
|
|
8668
8668
|
return E(l, d, h);
|
|
8669
8669
|
if (l.options.passThrough && l.options.passThrough.includes(g)) {
|
|
8670
8670
|
if ("children" in d) {
|
|
8671
|
-
const { children:
|
|
8671
|
+
const { children: w, ...O } = d, F = bn(O);
|
|
8672
8672
|
return F.children = l.all(d), F;
|
|
8673
8673
|
}
|
|
8674
8674
|
return bn(d);
|
|
@@ -8684,8 +8684,8 @@ function l1(e, t) {
|
|
|
8684
8684
|
const D = l.one(g[E], d);
|
|
8685
8685
|
if (D) {
|
|
8686
8686
|
if (E && g[E - 1].type === "break" && (!Array.isArray(D) && D.type === "text" && (D.value = Ns(D.value)), !Array.isArray(D) && D.type === "element")) {
|
|
8687
|
-
const
|
|
8688
|
-
|
|
8687
|
+
const w = D.children[0];
|
|
8688
|
+
w && w.type === "text" && (w.value = Ns(w.value));
|
|
8689
8689
|
}
|
|
8690
8690
|
Array.isArray(D) ? h.push(...D) : h.push(D);
|
|
8691
8691
|
}
|
|
@@ -16392,11 +16392,11 @@ function Qg(e) {
|
|
|
16392
16392
|
if ($g(c) ? n.includes(c.slice(0, c.indexOf(":"))) : c.startsWith("//")) {
|
|
16393
16393
|
const f = jr(t.content, i), d = f && !Array.isArray(f) ? [f] : f, h = jr(t.rel, i) || qg, g = typeof h == "string" ? Zr(h) : h, E = jr(t.target, i), D = jr(t.properties, i);
|
|
16394
16394
|
if (D && Object.assign(i.properties, bn(D)), g.length > 0 && (i.properties.rel = [...g]), E && (i.properties.target = E), d) {
|
|
16395
|
-
const
|
|
16395
|
+
const w = jr(t.contentProperties, i) || {};
|
|
16396
16396
|
i.children.push({
|
|
16397
16397
|
type: "element",
|
|
16398
16398
|
tagName: "span",
|
|
16399
|
-
properties: bn(
|
|
16399
|
+
properties: bn(w),
|
|
16400
16400
|
children: bn(d)
|
|
16401
16401
|
});
|
|
16402
16402
|
}
|
|
@@ -16444,11 +16444,11 @@ function rT() {
|
|
|
16444
16444
|
Ws = 1;
|
|
16445
16445
|
var e = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, t = /\n/g, n = /^\s*/, r = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/, u = /^:\s*/, i = /^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/, a = /^[;\s]*/, l = /^\s+|\s+$/g, c = `
|
|
16446
16446
|
`, f = "/", d = "*", h = "", g = "comment", E = "declaration";
|
|
16447
|
-
vi = function(
|
|
16448
|
-
if (typeof
|
|
16447
|
+
vi = function(w, O) {
|
|
16448
|
+
if (typeof w != "string")
|
|
16449
16449
|
throw new TypeError("First argument must be a string");
|
|
16450
|
-
if (!
|
|
16451
|
-
|
|
16450
|
+
if (!w) return [];
|
|
16451
|
+
O = O || {};
|
|
16452
16452
|
var F = 1, M = 1;
|
|
16453
16453
|
function V(Q) {
|
|
16454
16454
|
var W = Q.match(t);
|
|
@@ -16463,20 +16463,20 @@ function rT() {
|
|
|
16463
16463
|
};
|
|
16464
16464
|
}
|
|
16465
16465
|
function J(Q) {
|
|
16466
|
-
this.start = Q, this.end = { line: F, column: M }, this.source =
|
|
16466
|
+
this.start = Q, this.end = { line: F, column: M }, this.source = O.source;
|
|
16467
16467
|
}
|
|
16468
|
-
J.prototype.content =
|
|
16468
|
+
J.prototype.content = w;
|
|
16469
16469
|
function B(Q) {
|
|
16470
16470
|
var W = new Error(
|
|
16471
|
-
|
|
16471
|
+
O.source + ":" + F + ":" + M + ": " + Q
|
|
16472
16472
|
);
|
|
16473
|
-
if (W.reason = Q, W.filename =
|
|
16473
|
+
if (W.reason = Q, W.filename = O.source, W.line = F, W.column = M, W.source = w, !O.silent) throw W;
|
|
16474
16474
|
}
|
|
16475
16475
|
function U(Q) {
|
|
16476
|
-
var W = Q.exec(
|
|
16476
|
+
var W = Q.exec(w);
|
|
16477
16477
|
if (W) {
|
|
16478
16478
|
var k = W[0];
|
|
16479
|
-
return V(k),
|
|
16479
|
+
return V(k), w = w.slice(k.length), W;
|
|
16480
16480
|
}
|
|
16481
16481
|
}
|
|
16482
16482
|
function de() {
|
|
@@ -16484,19 +16484,19 @@ function rT() {
|
|
|
16484
16484
|
}
|
|
16485
16485
|
function pe(Q) {
|
|
16486
16486
|
var W;
|
|
16487
|
-
for (Q = Q || []; W =
|
|
16487
|
+
for (Q = Q || []; W = v(); )
|
|
16488
16488
|
W !== !1 && Q.push(W);
|
|
16489
16489
|
return Q;
|
|
16490
16490
|
}
|
|
16491
|
-
function
|
|
16491
|
+
function v() {
|
|
16492
16492
|
var Q = ue();
|
|
16493
|
-
if (!(f !=
|
|
16494
|
-
for (var W = 2; h !=
|
|
16493
|
+
if (!(f != w.charAt(0) || d != w.charAt(1))) {
|
|
16494
|
+
for (var W = 2; h != w.charAt(W) && (d != w.charAt(W) || f != w.charAt(W + 1)); )
|
|
16495
16495
|
++W;
|
|
16496
|
-
if (W += 2, h ===
|
|
16496
|
+
if (W += 2, h === w.charAt(W - 1))
|
|
16497
16497
|
return B("End of comment missing");
|
|
16498
|
-
var k =
|
|
16499
|
-
return M += 2, V(k),
|
|
16498
|
+
var k = w.slice(2, W - 2);
|
|
16499
|
+
return M += 2, V(k), w = w.slice(W), M += 2, Q({
|
|
16500
16500
|
type: g,
|
|
16501
16501
|
comment: k
|
|
16502
16502
|
});
|
|
@@ -16505,7 +16505,7 @@ function rT() {
|
|
|
16505
16505
|
function ne() {
|
|
16506
16506
|
var Q = ue(), W = U(r);
|
|
16507
16507
|
if (W) {
|
|
16508
|
-
if (
|
|
16508
|
+
if (v(), !U(u)) return B("property missing ':'");
|
|
16509
16509
|
var k = U(i), Ae = Q({
|
|
16510
16510
|
type: E,
|
|
16511
16511
|
property: D(W[0].replace(e, h)),
|
|
@@ -16523,8 +16523,8 @@ function rT() {
|
|
|
16523
16523
|
}
|
|
16524
16524
|
return de(), q();
|
|
16525
16525
|
};
|
|
16526
|
-
function D(
|
|
16527
|
-
return
|
|
16526
|
+
function D(w) {
|
|
16527
|
+
return w ? w.replace(l, h) : h;
|
|
16528
16528
|
}
|
|
16529
16529
|
return vi;
|
|
16530
16530
|
}
|
|
@@ -17044,24 +17044,24 @@ function MT() {
|
|
|
17044
17044
|
}, enqueueForceUpdate: function() {
|
|
17045
17045
|
}, enqueueReplaceState: function() {
|
|
17046
17046
|
}, enqueueSetState: function() {
|
|
17047
|
-
} }, D = Object.assign,
|
|
17048
|
-
function
|
|
17049
|
-
this.props = T, this.context = I, this.refs =
|
|
17047
|
+
} }, D = Object.assign, w = {};
|
|
17048
|
+
function O(T, I, y) {
|
|
17049
|
+
this.props = T, this.context = I, this.refs = w, this.updater = y || E;
|
|
17050
17050
|
}
|
|
17051
|
-
|
|
17051
|
+
O.prototype.isReactComponent = {}, O.prototype.setState = function(T, I) {
|
|
17052
17052
|
if (typeof T != "object" && typeof T != "function" && T != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
17053
17053
|
this.updater.enqueueSetState(this, T, I, "setState");
|
|
17054
|
-
},
|
|
17054
|
+
}, O.prototype.forceUpdate = function(T) {
|
|
17055
17055
|
this.updater.enqueueForceUpdate(this, T, "forceUpdate");
|
|
17056
17056
|
};
|
|
17057
17057
|
function F() {
|
|
17058
17058
|
}
|
|
17059
|
-
F.prototype =
|
|
17059
|
+
F.prototype = O.prototype;
|
|
17060
17060
|
function M(T, I, y) {
|
|
17061
|
-
this.props = T, this.context = I, this.refs =
|
|
17061
|
+
this.props = T, this.context = I, this.refs = w, this.updater = y || E;
|
|
17062
17062
|
}
|
|
17063
17063
|
var V = M.prototype = new F();
|
|
17064
|
-
V.constructor = M, D(V,
|
|
17064
|
+
V.constructor = M, D(V, O.prototype), V.isPureReactComponent = !0;
|
|
17065
17065
|
var ue = Array.isArray, J = Object.prototype.hasOwnProperty, B = { current: null }, U = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17066
17066
|
function de(T, I, y) {
|
|
17067
17067
|
var re, ae = {}, oe = null, me = null;
|
|
@@ -17078,7 +17078,7 @@ function MT() {
|
|
|
17078
17078
|
function pe(T, I) {
|
|
17079
17079
|
return { $$typeof: e, type: T.type, key: I, ref: T.ref, props: T.props, _owner: T._owner };
|
|
17080
17080
|
}
|
|
17081
|
-
function
|
|
17081
|
+
function v(T) {
|
|
17082
17082
|
return typeof T == "object" && T !== null && T.$$typeof === e;
|
|
17083
17083
|
}
|
|
17084
17084
|
function ne(T) {
|
|
@@ -17110,7 +17110,7 @@ function MT() {
|
|
|
17110
17110
|
}
|
|
17111
17111
|
if (me) return me = T, ae = ae(me), T = re === "" ? "." + Q(me, 0) : re, ue(ae) ? (y = "", T != null && (y = T.replace(q, "$&/") + "/"), W(ae, I, y, "", function(De) {
|
|
17112
17112
|
return De;
|
|
17113
|
-
})) : ae != null && (
|
|
17113
|
+
})) : ae != null && (v(ae) && (ae = pe(ae, y + (!ae.key || me && me.key === ae.key ? "" : ("" + ae.key).replace(q, "$&/") + "/") + T)), I.push(ae)), 1;
|
|
17114
17114
|
if (me = 0, re = re === "" ? "." : re + ":", ue(T)) for (var ce = 0; ce < T.length; ce++) {
|
|
17115
17115
|
oe = T[ce];
|
|
17116
17116
|
var fe = re + Q(oe, ce);
|
|
@@ -17157,9 +17157,9 @@ function MT() {
|
|
|
17157
17157
|
return I;
|
|
17158
17158
|
}) || [];
|
|
17159
17159
|
}, only: function(T) {
|
|
17160
|
-
if (!
|
|
17160
|
+
if (!v(T)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
17161
17161
|
return T;
|
|
17162
|
-
} }, we.Component =
|
|
17162
|
+
} }, we.Component = O, we.Fragment = n, we.Profiler = u, we.PureComponent = M, we.StrictMode = r, we.Suspense = c, we.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = We, we.act = N, we.cloneElement = function(T, I, y) {
|
|
17163
17163
|
if (T == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + T + ".");
|
|
17164
17164
|
var re = D({}, T.props), ae = T.key, oe = T.ref, me = T._owner;
|
|
17165
17165
|
if (I != null) {
|
|
@@ -17183,7 +17183,7 @@ function MT() {
|
|
|
17183
17183
|
return { current: null };
|
|
17184
17184
|
}, we.forwardRef = function(T) {
|
|
17185
17185
|
return { $$typeof: l, render: T };
|
|
17186
|
-
}, we.isValidElement =
|
|
17186
|
+
}, we.isValidElement = v, we.lazy = function(T) {
|
|
17187
17187
|
return { $$typeof: d, _payload: { _status: -1, _result: T }, _init: Ae };
|
|
17188
17188
|
}, we.memo = function(T, I) {
|
|
17189
17189
|
return { $$typeof: f, type: T, compare: I === void 0 ? null : I };
|
|
@@ -17242,11 +17242,11 @@ function HT() {
|
|
|
17242
17242
|
return Zs || (Zs = 1, function(e, t) {
|
|
17243
17243
|
process.env.NODE_ENV !== "production" && function() {
|
|
17244
17244
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
17245
|
-
var n = "18.3.1", r = Symbol.for("react.element"), u = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), f = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), D = Symbol.for("react.lazy"),
|
|
17245
|
+
var n = "18.3.1", r = Symbol.for("react.element"), u = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), f = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), w = Symbol.for("react.offscreen"), O = Symbol.iterator, F = "@@iterator";
|
|
17246
17246
|
function M(s) {
|
|
17247
17247
|
if (s === null || typeof s != "object")
|
|
17248
17248
|
return null;
|
|
17249
|
-
var p =
|
|
17249
|
+
var p = O && s[O] || s[F];
|
|
17250
17250
|
return typeof p == "function" ? p : null;
|
|
17251
17251
|
}
|
|
17252
17252
|
var V = {
|
|
@@ -17280,7 +17280,7 @@ function HT() {
|
|
|
17280
17280
|
var p = U.getCurrentStack;
|
|
17281
17281
|
return p && (s += p() || ""), s;
|
|
17282
17282
|
};
|
|
17283
|
-
var
|
|
17283
|
+
var v = !1, ne = !1, q = !1, Q = !1, W = !1, k = {
|
|
17284
17284
|
ReactCurrentDispatcher: V,
|
|
17285
17285
|
ReactCurrentBatchConfig: ue,
|
|
17286
17286
|
ReactCurrentOwner: B
|
|
@@ -17907,7 +17907,7 @@ Your code should look like:
|
|
|
17907
17907
|
var on;
|
|
17908
17908
|
on = Symbol.for("react.module.reference");
|
|
17909
17909
|
function m(s) {
|
|
17910
|
-
return !!(typeof s == "string" || typeof s == "function" || s === i || s === l || W || s === a || s === h || s === g || Q || s ===
|
|
17910
|
+
return !!(typeof s == "string" || typeof s == "function" || s === i || s === l || W || s === a || s === h || s === g || Q || s === w || v || ne || q || typeof s == "object" && s !== null && (s.$$typeof === D || s.$$typeof === E || s.$$typeof === c || s.$$typeof === f || s.$$typeof === d || // This needs to include all possible module reference object
|
|
17911
17911
|
// types supported by any Flight configuration anywhere since
|
|
17912
17912
|
// we don't know which Flight build this will end up being used
|
|
17913
17913
|
// with.
|
|
@@ -17935,7 +17935,7 @@ Your code should look like:
|
|
|
17935
17935
|
}
|
|
17936
17936
|
return _;
|
|
17937
17937
|
}
|
|
17938
|
-
function
|
|
17938
|
+
function R() {
|
|
17939
17939
|
var s = V.current;
|
|
17940
17940
|
return s === null && Y(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
17941
17941
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
@@ -17944,7 +17944,7 @@ Your code should look like:
|
|
|
17944
17944
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), s;
|
|
17945
17945
|
}
|
|
17946
17946
|
function X(s) {
|
|
17947
|
-
var p =
|
|
17947
|
+
var p = R();
|
|
17948
17948
|
if (s._context !== void 0) {
|
|
17949
17949
|
var _ = s._context;
|
|
17950
17950
|
_.Consumer === s ? Y("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : _.Provider === s && Y("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
@@ -17952,61 +17952,61 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
17952
17952
|
return p.useContext(s);
|
|
17953
17953
|
}
|
|
17954
17954
|
function he(s) {
|
|
17955
|
-
var p =
|
|
17955
|
+
var p = R();
|
|
17956
17956
|
return p.useState(s);
|
|
17957
17957
|
}
|
|
17958
17958
|
function be(s, p, _) {
|
|
17959
|
-
var C =
|
|
17959
|
+
var C = R();
|
|
17960
17960
|
return C.useReducer(s, p, _);
|
|
17961
17961
|
}
|
|
17962
17962
|
function se(s) {
|
|
17963
|
-
var p =
|
|
17963
|
+
var p = R();
|
|
17964
17964
|
return p.useRef(s);
|
|
17965
17965
|
}
|
|
17966
17966
|
function ie(s, p) {
|
|
17967
|
-
var _ =
|
|
17967
|
+
var _ = R();
|
|
17968
17968
|
return _.useEffect(s, p);
|
|
17969
17969
|
}
|
|
17970
17970
|
function Me(s, p) {
|
|
17971
|
-
var _ =
|
|
17971
|
+
var _ = R();
|
|
17972
17972
|
return _.useInsertionEffect(s, p);
|
|
17973
17973
|
}
|
|
17974
17974
|
function xe(s, p) {
|
|
17975
|
-
var _ =
|
|
17975
|
+
var _ = R();
|
|
17976
17976
|
return _.useLayoutEffect(s, p);
|
|
17977
17977
|
}
|
|
17978
17978
|
function Se(s, p) {
|
|
17979
|
-
var _ =
|
|
17979
|
+
var _ = R();
|
|
17980
17980
|
return _.useCallback(s, p);
|
|
17981
17981
|
}
|
|
17982
17982
|
function $e(s, p) {
|
|
17983
|
-
var _ =
|
|
17983
|
+
var _ = R();
|
|
17984
17984
|
return _.useMemo(s, p);
|
|
17985
17985
|
}
|
|
17986
17986
|
function ht(s, p, _) {
|
|
17987
|
-
var C =
|
|
17987
|
+
var C = R();
|
|
17988
17988
|
return C.useImperativeHandle(s, p, _);
|
|
17989
17989
|
}
|
|
17990
17990
|
function nt(s, p) {
|
|
17991
17991
|
{
|
|
17992
|
-
var _ =
|
|
17992
|
+
var _ = R();
|
|
17993
17993
|
return _.useDebugValue(s, p);
|
|
17994
17994
|
}
|
|
17995
17995
|
}
|
|
17996
17996
|
function ze() {
|
|
17997
|
-
var s =
|
|
17997
|
+
var s = R();
|
|
17998
17998
|
return s.useTransition();
|
|
17999
17999
|
}
|
|
18000
18000
|
function qt(s) {
|
|
18001
|
-
var p =
|
|
18001
|
+
var p = R();
|
|
18002
18002
|
return p.useDeferredValue(s);
|
|
18003
18003
|
}
|
|
18004
18004
|
function On() {
|
|
18005
|
-
var s =
|
|
18005
|
+
var s = R();
|
|
18006
18006
|
return s.useId();
|
|
18007
18007
|
}
|
|
18008
18008
|
function Ln(s, p, _) {
|
|
18009
|
-
var C =
|
|
18009
|
+
var C = R();
|
|
18010
18010
|
return C.useSyncExternalStore(s, p, _);
|
|
18011
18011
|
}
|
|
18012
18012
|
var Wt = 0, fr, dr, hr, pr, mr, Er, br;
|
|
@@ -18538,26 +18538,26 @@ var Eu = {};
|
|
|
18538
18538
|
var no;
|
|
18539
18539
|
function zT() {
|
|
18540
18540
|
return no || (no = 1, process.env.NODE_ENV !== "production" && function() {
|
|
18541
|
-
var e = at, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), D = Symbol.iterator,
|
|
18542
|
-
function
|
|
18541
|
+
var e = at, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), D = Symbol.iterator, w = "@@iterator";
|
|
18542
|
+
function O(m) {
|
|
18543
18543
|
if (m === null || typeof m != "object")
|
|
18544
18544
|
return null;
|
|
18545
|
-
var S = D && m[D] || m[
|
|
18545
|
+
var S = D && m[D] || m[w];
|
|
18546
18546
|
return typeof S == "function" ? S : null;
|
|
18547
18547
|
}
|
|
18548
18548
|
var F = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
18549
18549
|
function M(m) {
|
|
18550
18550
|
{
|
|
18551
|
-
for (var S = arguments.length,
|
|
18552
|
-
|
|
18553
|
-
V("error", m,
|
|
18551
|
+
for (var S = arguments.length, R = new Array(S > 1 ? S - 1 : 0), X = 1; X < S; X++)
|
|
18552
|
+
R[X - 1] = arguments[X];
|
|
18553
|
+
V("error", m, R);
|
|
18554
18554
|
}
|
|
18555
18555
|
}
|
|
18556
|
-
function V(m, S,
|
|
18556
|
+
function V(m, S, R) {
|
|
18557
18557
|
{
|
|
18558
18558
|
var X = F.ReactDebugCurrentFrame, he = X.getStackAddendum();
|
|
18559
|
-
he !== "" && (S += "%s",
|
|
18560
|
-
var be =
|
|
18559
|
+
he !== "" && (S += "%s", R = R.concat([he]));
|
|
18560
|
+
var be = R.map(function(se) {
|
|
18561
18561
|
return String(se);
|
|
18562
18562
|
});
|
|
18563
18563
|
be.unshift("Warning: " + S), Function.prototype.apply.call(console[m], console, be);
|
|
@@ -18565,19 +18565,19 @@ function zT() {
|
|
|
18565
18565
|
}
|
|
18566
18566
|
var ue = !1, J = !1, B = !1, U = !1, de = !1, pe;
|
|
18567
18567
|
pe = Symbol.for("react.module.reference");
|
|
18568
|
-
function
|
|
18568
|
+
function v(m) {
|
|
18569
18569
|
return !!(typeof m == "string" || typeof m == "function" || m === r || m === i || de || m === u || m === f || m === d || U || m === E || ue || J || B || typeof m == "object" && m !== null && (m.$$typeof === g || m.$$typeof === h || m.$$typeof === a || m.$$typeof === l || m.$$typeof === c || // This needs to include all possible module reference object
|
|
18570
18570
|
// types supported by any Flight configuration anywhere since
|
|
18571
18571
|
// we don't know which Flight build this will end up being used
|
|
18572
18572
|
// with.
|
|
18573
18573
|
m.$$typeof === pe || m.getModuleId !== void 0));
|
|
18574
18574
|
}
|
|
18575
|
-
function ne(m, S,
|
|
18575
|
+
function ne(m, S, R) {
|
|
18576
18576
|
var X = m.displayName;
|
|
18577
18577
|
if (X)
|
|
18578
18578
|
return X;
|
|
18579
18579
|
var he = S.displayName || S.name || "";
|
|
18580
|
-
return he !== "" ?
|
|
18580
|
+
return he !== "" ? R + "(" + he + ")" : R;
|
|
18581
18581
|
}
|
|
18582
18582
|
function q(m) {
|
|
18583
18583
|
return m.displayName || "Context";
|
|
@@ -18609,8 +18609,8 @@ function zT() {
|
|
|
18609
18609
|
var S = m;
|
|
18610
18610
|
return q(S) + ".Consumer";
|
|
18611
18611
|
case a:
|
|
18612
|
-
var
|
|
18613
|
-
return q(
|
|
18612
|
+
var R = m;
|
|
18613
|
+
return q(R._context) + ".Provider";
|
|
18614
18614
|
case c:
|
|
18615
18615
|
return ne(m, m.render, "ForwardRef");
|
|
18616
18616
|
case h:
|
|
@@ -18690,7 +18690,7 @@ function zT() {
|
|
|
18690
18690
|
}
|
|
18691
18691
|
}
|
|
18692
18692
|
var oe = F.ReactCurrentDispatcher, me;
|
|
18693
|
-
function ce(m, S,
|
|
18693
|
+
function ce(m, S, R) {
|
|
18694
18694
|
{
|
|
18695
18695
|
if (me === void 0)
|
|
18696
18696
|
try {
|
|
@@ -18712,9 +18712,9 @@ function zT() {
|
|
|
18712
18712
|
if (!m || fe)
|
|
18713
18713
|
return "";
|
|
18714
18714
|
{
|
|
18715
|
-
var
|
|
18716
|
-
if (
|
|
18717
|
-
return
|
|
18715
|
+
var R = De.get(m);
|
|
18716
|
+
if (R !== void 0)
|
|
18717
|
+
return R;
|
|
18718
18718
|
}
|
|
18719
18719
|
var X;
|
|
18720
18720
|
fe = !0;
|
|
@@ -18779,14 +18779,14 @@ function zT() {
|
|
|
18779
18779
|
var ht = m ? m.displayName || m.name : "", nt = ht ? ce(ht) : "";
|
|
18780
18780
|
return typeof m == "function" && De.set(m, nt), nt;
|
|
18781
18781
|
}
|
|
18782
|
-
function gt(m, S,
|
|
18782
|
+
function gt(m, S, R) {
|
|
18783
18783
|
return Ut(m, !1);
|
|
18784
18784
|
}
|
|
18785
18785
|
function tn(m) {
|
|
18786
18786
|
var S = m.prototype;
|
|
18787
18787
|
return !!(S && S.isReactComponent);
|
|
18788
18788
|
}
|
|
18789
|
-
function mt(m, S,
|
|
18789
|
+
function mt(m, S, R) {
|
|
18790
18790
|
if (m == null)
|
|
18791
18791
|
return "";
|
|
18792
18792
|
if (typeof m == "function")
|
|
@@ -18804,11 +18804,11 @@ function zT() {
|
|
|
18804
18804
|
case c:
|
|
18805
18805
|
return gt(m.render);
|
|
18806
18806
|
case h:
|
|
18807
|
-
return mt(m.type, S,
|
|
18807
|
+
return mt(m.type, S, R);
|
|
18808
18808
|
case g: {
|
|
18809
18809
|
var X = m, he = X._payload, be = X._init;
|
|
18810
18810
|
try {
|
|
18811
|
-
return mt(be(he), S,
|
|
18811
|
+
return mt(be(he), S, R);
|
|
18812
18812
|
} catch {
|
|
18813
18813
|
}
|
|
18814
18814
|
}
|
|
@@ -18818,12 +18818,12 @@ function zT() {
|
|
|
18818
18818
|
var Ze = Object.prototype.hasOwnProperty, rt = {}, jt = F.ReactDebugCurrentFrame;
|
|
18819
18819
|
function ut(m) {
|
|
18820
18820
|
if (m) {
|
|
18821
|
-
var S = m._owner,
|
|
18822
|
-
jt.setExtraStackFrame(
|
|
18821
|
+
var S = m._owner, R = mt(m.type, m._source, S ? S.type : null);
|
|
18822
|
+
jt.setExtraStackFrame(R);
|
|
18823
18823
|
} else
|
|
18824
18824
|
jt.setExtraStackFrame(null);
|
|
18825
18825
|
}
|
|
18826
|
-
function Qe(m, S,
|
|
18826
|
+
function Qe(m, S, R, X, he) {
|
|
18827
18827
|
{
|
|
18828
18828
|
var be = Function.call.bind(Ze);
|
|
18829
18829
|
for (var se in m)
|
|
@@ -18831,14 +18831,14 @@ function zT() {
|
|
|
18831
18831
|
var ie = void 0;
|
|
18832
18832
|
try {
|
|
18833
18833
|
if (typeof m[se] != "function") {
|
|
18834
|
-
var Me = Error((X || "React class") + ": " +
|
|
18834
|
+
var Me = Error((X || "React class") + ": " + R + " type `" + se + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof m[se] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
18835
18835
|
throw Me.name = "Invariant Violation", Me;
|
|
18836
18836
|
}
|
|
18837
|
-
ie = m[se](S, se, X,
|
|
18837
|
+
ie = m[se](S, se, X, R, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
18838
18838
|
} catch (xe) {
|
|
18839
18839
|
ie = xe;
|
|
18840
18840
|
}
|
|
18841
|
-
ie && !(ie instanceof Error) && (ut(he), M("%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).", X || "React class",
|
|
18841
|
+
ie && !(ie instanceof Error) && (ut(he), M("%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).", X || "React class", R, se, typeof ie), ut(null)), ie instanceof Error && !(ie.message in rt) && (rt[ie.message] = !0, ut(he), M("Failed %s type: %s", R, ie.message), ut(null));
|
|
18842
18842
|
}
|
|
18843
18843
|
}
|
|
18844
18844
|
}
|
|
@@ -18848,8 +18848,8 @@ function zT() {
|
|
|
18848
18848
|
}
|
|
18849
18849
|
function zt(m) {
|
|
18850
18850
|
{
|
|
18851
|
-
var S = typeof Symbol == "function" && Symbol.toStringTag,
|
|
18852
|
-
return
|
|
18851
|
+
var S = typeof Symbol == "function" && Symbol.toStringTag, R = S && m[Symbol.toStringTag] || m.constructor.name || "Object";
|
|
18852
|
+
return R;
|
|
18853
18853
|
}
|
|
18854
18854
|
}
|
|
18855
18855
|
function Yt(m) {
|
|
@@ -18891,40 +18891,40 @@ function zT() {
|
|
|
18891
18891
|
}
|
|
18892
18892
|
function It(m, S) {
|
|
18893
18893
|
if (typeof m.ref == "string" && G.current && S && G.current.stateNode !== S) {
|
|
18894
|
-
var
|
|
18895
|
-
Ve[
|
|
18894
|
+
var R = Q(G.current.type);
|
|
18895
|
+
Ve[R] || (M('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', Q(G.current.type), m.ref), Ve[R] = !0);
|
|
18896
18896
|
}
|
|
18897
18897
|
}
|
|
18898
18898
|
function Xe(m, S) {
|
|
18899
18899
|
{
|
|
18900
|
-
var
|
|
18900
|
+
var R = function() {
|
|
18901
18901
|
ke || (ke = !0, M("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", S));
|
|
18902
18902
|
};
|
|
18903
|
-
|
|
18904
|
-
get:
|
|
18903
|
+
R.isReactWarning = !0, Object.defineProperty(m, "key", {
|
|
18904
|
+
get: R,
|
|
18905
18905
|
configurable: !0
|
|
18906
18906
|
});
|
|
18907
18907
|
}
|
|
18908
18908
|
}
|
|
18909
18909
|
function Ke(m, S) {
|
|
18910
18910
|
{
|
|
18911
|
-
var
|
|
18911
|
+
var R = function() {
|
|
18912
18912
|
Be || (Be = !0, M("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", S));
|
|
18913
18913
|
};
|
|
18914
|
-
|
|
18915
|
-
get:
|
|
18914
|
+
R.isReactWarning = !0, Object.defineProperty(m, "ref", {
|
|
18915
|
+
get: R,
|
|
18916
18916
|
configurable: !0
|
|
18917
18917
|
});
|
|
18918
18918
|
}
|
|
18919
18919
|
}
|
|
18920
|
-
var xt = function(m, S,
|
|
18920
|
+
var xt = function(m, S, R, X, he, be, se) {
|
|
18921
18921
|
var ie = {
|
|
18922
18922
|
// This tag allows us to uniquely identify this as a React Element
|
|
18923
18923
|
$$typeof: t,
|
|
18924
18924
|
// Built-in properties that belong on the element
|
|
18925
18925
|
type: m,
|
|
18926
18926
|
key: S,
|
|
18927
|
-
ref:
|
|
18927
|
+
ref: R,
|
|
18928
18928
|
props: se,
|
|
18929
18929
|
// Record the component responsible for creating this element.
|
|
18930
18930
|
_owner: be
|
|
@@ -18946,10 +18946,10 @@ function zT() {
|
|
|
18946
18946
|
value: he
|
|
18947
18947
|
}), Object.freeze && (Object.freeze(ie.props), Object.freeze(ie)), ie;
|
|
18948
18948
|
};
|
|
18949
|
-
function ft(m, S,
|
|
18949
|
+
function ft(m, S, R, X, he) {
|
|
18950
18950
|
{
|
|
18951
18951
|
var be, se = {}, ie = null, Me = null;
|
|
18952
|
-
|
|
18952
|
+
R !== void 0 && (j(R), ie = "" + R), ct(S) && (j(S.key), ie = "" + S.key), At(S) && (Me = S.ref, It(S, he));
|
|
18953
18953
|
for (be in S)
|
|
18954
18954
|
Ze.call(S, be) && !_e.hasOwnProperty(be) && (se[be] = S[be]);
|
|
18955
18955
|
if (m && m.defaultProps) {
|
|
@@ -18967,8 +18967,8 @@ function zT() {
|
|
|
18967
18967
|
var Rt = F.ReactCurrentOwner, nn = F.ReactDebugCurrentFrame;
|
|
18968
18968
|
function tt(m) {
|
|
18969
18969
|
if (m) {
|
|
18970
|
-
var S = m._owner,
|
|
18971
|
-
nn.setExtraStackFrame(
|
|
18970
|
+
var S = m._owner, R = mt(m.type, m._source, S ? S.type : null);
|
|
18971
|
+
nn.setExtraStackFrame(R);
|
|
18972
18972
|
} else
|
|
18973
18973
|
nn.setExtraStackFrame(null);
|
|
18974
18974
|
}
|
|
@@ -18997,10 +18997,10 @@ Check the render method of \`` + m + "`.";
|
|
|
18997
18997
|
{
|
|
18998
18998
|
var S = Ct();
|
|
18999
18999
|
if (!S) {
|
|
19000
|
-
var
|
|
19001
|
-
|
|
19000
|
+
var R = typeof m == "string" ? m : m.displayName || m.name;
|
|
19001
|
+
R && (S = `
|
|
19002
19002
|
|
|
19003
|
-
Check the top-level render call using <` +
|
|
19003
|
+
Check the top-level render call using <` + R + ">.");
|
|
19004
19004
|
}
|
|
19005
19005
|
return S;
|
|
19006
19006
|
}
|
|
@@ -19010,12 +19010,12 @@ Check the top-level render call using <` + O + ">.");
|
|
|
19010
19010
|
if (!m._store || m._store.validated || m.key != null)
|
|
19011
19011
|
return;
|
|
19012
19012
|
m._store.validated = !0;
|
|
19013
|
-
var
|
|
19014
|
-
if (rn[
|
|
19013
|
+
var R = kn(S);
|
|
19014
|
+
if (rn[R])
|
|
19015
19015
|
return;
|
|
19016
|
-
rn[
|
|
19016
|
+
rn[R] = !0;
|
|
19017
19017
|
var X = "";
|
|
19018
|
-
m && m._owner && m._owner !== Rt.current && (X = " It was passed a child from " + Q(m._owner.type) + "."), tt(m), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',
|
|
19018
|
+
m && m._owner && m._owner !== Rt.current && (X = " It was passed a child from " + Q(m._owner.type) + "."), tt(m), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', R, X), tt(null);
|
|
19019
19019
|
}
|
|
19020
19020
|
}
|
|
19021
19021
|
function an(m, S) {
|
|
@@ -19023,14 +19023,14 @@ Check the top-level render call using <` + O + ">.");
|
|
|
19023
19023
|
if (typeof m != "object")
|
|
19024
19024
|
return;
|
|
19025
19025
|
if (Tt(m))
|
|
19026
|
-
for (var
|
|
19027
|
-
var X = m[
|
|
19026
|
+
for (var R = 0; R < m.length; R++) {
|
|
19027
|
+
var X = m[R];
|
|
19028
19028
|
dt(X) && un(X, S);
|
|
19029
19029
|
}
|
|
19030
19030
|
else if (dt(m))
|
|
19031
19031
|
m._store && (m._store.validated = !0);
|
|
19032
19032
|
else if (m) {
|
|
19033
|
-
var he =
|
|
19033
|
+
var he = O(m);
|
|
19034
19034
|
if (typeof he == "function" && he !== m.entries)
|
|
19035
19035
|
for (var be = he.call(m), se; !(se = be.next()).done; )
|
|
19036
19036
|
dt(se.value) && un(se.value, S);
|
|
@@ -19042,18 +19042,18 @@ Check the top-level render call using <` + O + ">.");
|
|
|
19042
19042
|
var S = m.type;
|
|
19043
19043
|
if (S == null || typeof S == "string")
|
|
19044
19044
|
return;
|
|
19045
|
-
var
|
|
19045
|
+
var R;
|
|
19046
19046
|
if (typeof S == "function")
|
|
19047
|
-
|
|
19047
|
+
R = S.propTypes;
|
|
19048
19048
|
else if (typeof S == "object" && (S.$$typeof === c || // Note: Memo only checks outer props here.
|
|
19049
19049
|
// Inner props are checked in the reconciler.
|
|
19050
19050
|
S.$$typeof === h))
|
|
19051
|
-
|
|
19051
|
+
R = S.propTypes;
|
|
19052
19052
|
else
|
|
19053
19053
|
return;
|
|
19054
|
-
if (
|
|
19054
|
+
if (R) {
|
|
19055
19055
|
var X = Q(S);
|
|
19056
|
-
Qe(
|
|
19056
|
+
Qe(R, m.props, "prop", X, m);
|
|
19057
19057
|
} else if (S.PropTypes !== void 0 && !yt) {
|
|
19058
19058
|
yt = !0;
|
|
19059
19059
|
var he = Q(S);
|
|
@@ -19064,8 +19064,8 @@ Check the top-level render call using <` + O + ">.");
|
|
|
19064
19064
|
}
|
|
19065
19065
|
function $t(m) {
|
|
19066
19066
|
{
|
|
19067
|
-
for (var S = Object.keys(m.props),
|
|
19068
|
-
var X = S[
|
|
19067
|
+
for (var S = Object.keys(m.props), R = 0; R < S.length; R++) {
|
|
19068
|
+
var X = S[R];
|
|
19069
19069
|
if (X !== "children" && X !== "key") {
|
|
19070
19070
|
tt(m), M("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", X), tt(null);
|
|
19071
19071
|
break;
|
|
@@ -19075,9 +19075,9 @@ Check the top-level render call using <` + O + ">.");
|
|
|
19075
19075
|
}
|
|
19076
19076
|
}
|
|
19077
19077
|
var Vt = {};
|
|
19078
|
-
function sn(m, S,
|
|
19078
|
+
function sn(m, S, R, X, he, be) {
|
|
19079
19079
|
{
|
|
19080
|
-
var se =
|
|
19080
|
+
var se = v(m);
|
|
19081
19081
|
if (!se) {
|
|
19082
19082
|
var ie = "";
|
|
19083
19083
|
(m === void 0 || typeof m == "object" && m !== null && Object.keys(m).length === 0) && (ie += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
@@ -19086,7 +19086,7 @@ Check the top-level render call using <` + O + ">.");
|
|
|
19086
19086
|
var xe;
|
|
19087
19087
|
m === null ? xe = "null" : Tt(m) ? xe = "array" : m !== void 0 && m.$$typeof === t ? (xe = "<" + (Q(m.type) || "Unknown") + " />", ie = " Did you accidentally export a JSX literal instead of a component?") : xe = typeof m, M("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", xe, ie);
|
|
19088
19088
|
}
|
|
19089
|
-
var Se = ft(m, S,
|
|
19089
|
+
var Se = ft(m, S, R, he, be);
|
|
19090
19090
|
if (Se == null)
|
|
19091
19091
|
return Se;
|
|
19092
19092
|
if (se) {
|
|
@@ -19119,11 +19119,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
19119
19119
|
return m === r ? $t(Se) : Dt(Se), Se;
|
|
19120
19120
|
}
|
|
19121
19121
|
}
|
|
19122
|
-
function Sn(m, S,
|
|
19123
|
-
return sn(m, S,
|
|
19122
|
+
function Sn(m, S, R) {
|
|
19123
|
+
return sn(m, S, R, !0);
|
|
19124
19124
|
}
|
|
19125
|
-
function In(m, S,
|
|
19126
|
-
return sn(m, S,
|
|
19125
|
+
function In(m, S, R) {
|
|
19126
|
+
return sn(m, S, R, !1);
|
|
19127
19127
|
}
|
|
19128
19128
|
var Rn = In, on = Sn;
|
|
19129
19129
|
Eu.Fragment = r, Eu.jsx = Rn, Eu.jsxs = on;
|
|
@@ -19243,24 +19243,24 @@ function $T() {
|
|
|
19243
19243
|
}, enqueueForceUpdate: function() {
|
|
19244
19244
|
}, enqueueReplaceState: function() {
|
|
19245
19245
|
}, enqueueSetState: function() {
|
|
19246
|
-
} }, D = Object.assign,
|
|
19247
|
-
function
|
|
19248
|
-
this.props = T, this.context = I, this.refs =
|
|
19246
|
+
} }, D = Object.assign, w = {};
|
|
19247
|
+
function O(T, I, y) {
|
|
19248
|
+
this.props = T, this.context = I, this.refs = w, this.updater = y || E;
|
|
19249
19249
|
}
|
|
19250
|
-
|
|
19250
|
+
O.prototype.isReactComponent = {}, O.prototype.setState = function(T, I) {
|
|
19251
19251
|
if (typeof T != "object" && typeof T != "function" && T != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
19252
19252
|
this.updater.enqueueSetState(this, T, I, "setState");
|
|
19253
|
-
},
|
|
19253
|
+
}, O.prototype.forceUpdate = function(T) {
|
|
19254
19254
|
this.updater.enqueueForceUpdate(this, T, "forceUpdate");
|
|
19255
19255
|
};
|
|
19256
19256
|
function F() {
|
|
19257
19257
|
}
|
|
19258
|
-
F.prototype =
|
|
19258
|
+
F.prototype = O.prototype;
|
|
19259
19259
|
function M(T, I, y) {
|
|
19260
|
-
this.props = T, this.context = I, this.refs =
|
|
19260
|
+
this.props = T, this.context = I, this.refs = w, this.updater = y || E;
|
|
19261
19261
|
}
|
|
19262
19262
|
var V = M.prototype = new F();
|
|
19263
|
-
V.constructor = M, D(V,
|
|
19263
|
+
V.constructor = M, D(V, O.prototype), V.isPureReactComponent = !0;
|
|
19264
19264
|
var ue = Array.isArray, J = Object.prototype.hasOwnProperty, B = { current: null }, U = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
19265
19265
|
function de(T, I, y) {
|
|
19266
19266
|
var re, ae = {}, oe = null, me = null;
|
|
@@ -19277,7 +19277,7 @@ function $T() {
|
|
|
19277
19277
|
function pe(T, I) {
|
|
19278
19278
|
return { $$typeof: e, type: T.type, key: I, ref: T.ref, props: T.props, _owner: T._owner };
|
|
19279
19279
|
}
|
|
19280
|
-
function
|
|
19280
|
+
function v(T) {
|
|
19281
19281
|
return typeof T == "object" && T !== null && T.$$typeof === e;
|
|
19282
19282
|
}
|
|
19283
19283
|
function ne(T) {
|
|
@@ -19309,7 +19309,7 @@ function $T() {
|
|
|
19309
19309
|
}
|
|
19310
19310
|
if (me) return me = T, ae = ae(me), T = re === "" ? "." + Q(me, 0) : re, ue(ae) ? (y = "", T != null && (y = T.replace(q, "$&/") + "/"), W(ae, I, y, "", function(De) {
|
|
19311
19311
|
return De;
|
|
19312
|
-
})) : ae != null && (
|
|
19312
|
+
})) : ae != null && (v(ae) && (ae = pe(ae, y + (!ae.key || me && me.key === ae.key ? "" : ("" + ae.key).replace(q, "$&/") + "/") + T)), I.push(ae)), 1;
|
|
19313
19313
|
if (me = 0, re = re === "" ? "." : re + ":", ue(T)) for (var ce = 0; ce < T.length; ce++) {
|
|
19314
19314
|
oe = T[ce];
|
|
19315
19315
|
var fe = re + Q(oe, ce);
|
|
@@ -19356,9 +19356,9 @@ function $T() {
|
|
|
19356
19356
|
return I;
|
|
19357
19357
|
}) || [];
|
|
19358
19358
|
}, only: function(T) {
|
|
19359
|
-
if (!
|
|
19359
|
+
if (!v(T)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
19360
19360
|
return T;
|
|
19361
|
-
} }, Pe.Component =
|
|
19361
|
+
} }, Pe.Component = O, Pe.Fragment = n, Pe.Profiler = u, Pe.PureComponent = M, Pe.StrictMode = r, Pe.Suspense = c, Pe.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = We, Pe.act = N, Pe.cloneElement = function(T, I, y) {
|
|
19362
19362
|
if (T == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + T + ".");
|
|
19363
19363
|
var re = D({}, T.props), ae = T.key, oe = T.ref, me = T._owner;
|
|
19364
19364
|
if (I != null) {
|
|
@@ -19382,7 +19382,7 @@ function $T() {
|
|
|
19382
19382
|
return { current: null };
|
|
19383
19383
|
}, Pe.forwardRef = function(T) {
|
|
19384
19384
|
return { $$typeof: l, render: T };
|
|
19385
|
-
}, Pe.isValidElement =
|
|
19385
|
+
}, Pe.isValidElement = v, Pe.lazy = function(T) {
|
|
19386
19386
|
return { $$typeof: d, _payload: { _status: -1, _result: T }, _init: Ae };
|
|
19387
19387
|
}, Pe.memo = function(T, I) {
|
|
19388
19388
|
return { $$typeof: f, type: T, compare: I === void 0 ? null : I };
|
|
@@ -19441,11 +19441,11 @@ function VT() {
|
|
|
19441
19441
|
return io || (io = 1, function(e, t) {
|
|
19442
19442
|
process.env.NODE_ENV !== "production" && function() {
|
|
19443
19443
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
19444
|
-
var n = "18.3.1", r = Symbol.for("react.element"), u = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), f = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), D = Symbol.for("react.lazy"),
|
|
19444
|
+
var n = "18.3.1", r = Symbol.for("react.element"), u = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), f = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), w = Symbol.for("react.offscreen"), O = Symbol.iterator, F = "@@iterator";
|
|
19445
19445
|
function M(s) {
|
|
19446
19446
|
if (s === null || typeof s != "object")
|
|
19447
19447
|
return null;
|
|
19448
|
-
var p =
|
|
19448
|
+
var p = O && s[O] || s[F];
|
|
19449
19449
|
return typeof p == "function" ? p : null;
|
|
19450
19450
|
}
|
|
19451
19451
|
var V = {
|
|
@@ -19479,7 +19479,7 @@ function VT() {
|
|
|
19479
19479
|
var p = U.getCurrentStack;
|
|
19480
19480
|
return p && (s += p() || ""), s;
|
|
19481
19481
|
};
|
|
19482
|
-
var
|
|
19482
|
+
var v = !1, ne = !1, q = !1, Q = !1, W = !1, k = {
|
|
19483
19483
|
ReactCurrentDispatcher: V,
|
|
19484
19484
|
ReactCurrentBatchConfig: ue,
|
|
19485
19485
|
ReactCurrentOwner: B
|
|
@@ -20106,7 +20106,7 @@ Your code should look like:
|
|
|
20106
20106
|
var on;
|
|
20107
20107
|
on = Symbol.for("react.module.reference");
|
|
20108
20108
|
function m(s) {
|
|
20109
|
-
return !!(typeof s == "string" || typeof s == "function" || s === i || s === l || W || s === a || s === h || s === g || Q || s ===
|
|
20109
|
+
return !!(typeof s == "string" || typeof s == "function" || s === i || s === l || W || s === a || s === h || s === g || Q || s === w || v || ne || q || typeof s == "object" && s !== null && (s.$$typeof === D || s.$$typeof === E || s.$$typeof === c || s.$$typeof === f || s.$$typeof === d || // This needs to include all possible module reference object
|
|
20110
20110
|
// types supported by any Flight configuration anywhere since
|
|
20111
20111
|
// we don't know which Flight build this will end up being used
|
|
20112
20112
|
// with.
|
|
@@ -20134,7 +20134,7 @@ Your code should look like:
|
|
|
20134
20134
|
}
|
|
20135
20135
|
return _;
|
|
20136
20136
|
}
|
|
20137
|
-
function
|
|
20137
|
+
function R() {
|
|
20138
20138
|
var s = V.current;
|
|
20139
20139
|
return s === null && Y(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
20140
20140
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
@@ -20143,7 +20143,7 @@ Your code should look like:
|
|
|
20143
20143
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), s;
|
|
20144
20144
|
}
|
|
20145
20145
|
function X(s) {
|
|
20146
|
-
var p =
|
|
20146
|
+
var p = R();
|
|
20147
20147
|
if (s._context !== void 0) {
|
|
20148
20148
|
var _ = s._context;
|
|
20149
20149
|
_.Consumer === s ? Y("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : _.Provider === s && Y("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
@@ -20151,61 +20151,61 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
20151
20151
|
return p.useContext(s);
|
|
20152
20152
|
}
|
|
20153
20153
|
function he(s) {
|
|
20154
|
-
var p =
|
|
20154
|
+
var p = R();
|
|
20155
20155
|
return p.useState(s);
|
|
20156
20156
|
}
|
|
20157
20157
|
function be(s, p, _) {
|
|
20158
|
-
var C =
|
|
20158
|
+
var C = R();
|
|
20159
20159
|
return C.useReducer(s, p, _);
|
|
20160
20160
|
}
|
|
20161
20161
|
function se(s) {
|
|
20162
|
-
var p =
|
|
20162
|
+
var p = R();
|
|
20163
20163
|
return p.useRef(s);
|
|
20164
20164
|
}
|
|
20165
20165
|
function ie(s, p) {
|
|
20166
|
-
var _ =
|
|
20166
|
+
var _ = R();
|
|
20167
20167
|
return _.useEffect(s, p);
|
|
20168
20168
|
}
|
|
20169
20169
|
function Me(s, p) {
|
|
20170
|
-
var _ =
|
|
20170
|
+
var _ = R();
|
|
20171
20171
|
return _.useInsertionEffect(s, p);
|
|
20172
20172
|
}
|
|
20173
20173
|
function xe(s, p) {
|
|
20174
|
-
var _ =
|
|
20174
|
+
var _ = R();
|
|
20175
20175
|
return _.useLayoutEffect(s, p);
|
|
20176
20176
|
}
|
|
20177
20177
|
function Se(s, p) {
|
|
20178
|
-
var _ =
|
|
20178
|
+
var _ = R();
|
|
20179
20179
|
return _.useCallback(s, p);
|
|
20180
20180
|
}
|
|
20181
20181
|
function $e(s, p) {
|
|
20182
|
-
var _ =
|
|
20182
|
+
var _ = R();
|
|
20183
20183
|
return _.useMemo(s, p);
|
|
20184
20184
|
}
|
|
20185
20185
|
function ht(s, p, _) {
|
|
20186
|
-
var C =
|
|
20186
|
+
var C = R();
|
|
20187
20187
|
return C.useImperativeHandle(s, p, _);
|
|
20188
20188
|
}
|
|
20189
20189
|
function nt(s, p) {
|
|
20190
20190
|
{
|
|
20191
|
-
var _ =
|
|
20191
|
+
var _ = R();
|
|
20192
20192
|
return _.useDebugValue(s, p);
|
|
20193
20193
|
}
|
|
20194
20194
|
}
|
|
20195
20195
|
function ze() {
|
|
20196
|
-
var s =
|
|
20196
|
+
var s = R();
|
|
20197
20197
|
return s.useTransition();
|
|
20198
20198
|
}
|
|
20199
20199
|
function qt(s) {
|
|
20200
|
-
var p =
|
|
20200
|
+
var p = R();
|
|
20201
20201
|
return p.useDeferredValue(s);
|
|
20202
20202
|
}
|
|
20203
20203
|
function On() {
|
|
20204
|
-
var s =
|
|
20204
|
+
var s = R();
|
|
20205
20205
|
return s.useId();
|
|
20206
20206
|
}
|
|
20207
20207
|
function Ln(s, p, _) {
|
|
20208
|
-
var C =
|
|
20208
|
+
var C = R();
|
|
20209
20209
|
return C.useSyncExternalStore(s, p, _);
|
|
20210
20210
|
}
|
|
20211
20211
|
var Wt = 0, fr, dr, hr, pr, mr, Er, br;
|
|
@@ -21581,13 +21581,18 @@ const F_ = () => (e) => {
|
|
|
21581
21581
|
tocTitle: n = "目次",
|
|
21582
21582
|
shiftHeding: r = 0
|
|
21583
21583
|
}) => {
|
|
21584
|
-
const [u, i] = at.useState([]), [a, l] = at.useState(/* @__PURE__ */ Ye.jsx(at.Fragment, {})), c = (
|
|
21585
|
-
(
|
|
21586
|
-
)
|
|
21584
|
+
const [u, i] = at.useState([]), [a, l] = at.useState(/* @__PURE__ */ Ye.jsx(at.Fragment, {})), c = (E) => nh().use(H_).processSync(E).data.fm.headings.filter(
|
|
21585
|
+
(O) => O.depth < 3
|
|
21586
|
+
), f = at.useCallback(() => {
|
|
21587
|
+
(async () => {
|
|
21588
|
+
var D;
|
|
21589
|
+
location.hash && ((D = document.getElementById(decodeURI(location.hash.substring(1)))) == null || D.scrollIntoView());
|
|
21590
|
+
})();
|
|
21591
|
+
}, []);
|
|
21587
21592
|
at.useEffect(() => {
|
|
21588
|
-
i(c(e)), l(
|
|
21593
|
+
i(c(e)), l(h(e));
|
|
21589
21594
|
}, [e]);
|
|
21590
|
-
const
|
|
21595
|
+
const d = {
|
|
21591
21596
|
...kc,
|
|
21592
21597
|
components: {
|
|
21593
21598
|
a: j_,
|
|
@@ -21617,17 +21622,9 @@ const F_ = () => (e) => {
|
|
|
21617
21622
|
td: A_,
|
|
21618
21623
|
div: Y_
|
|
21619
21624
|
}
|
|
21620
|
-
},
|
|
21621
|
-
|
|
21622
|
-
|
|
21623
|
-
var R;
|
|
21624
|
-
location.hash && ((R = document.getElementById(decodeURI(location.hash.substring(1)))) == null || R.scrollIntoView());
|
|
21625
|
-
})();
|
|
21626
|
-
}, []), D = zo().use(ko).use(Fp).use(km).use(b1).use(F_).use(k_).use(v_).use(P_).use(B_).use(M_).use(w_).use(p1, {
|
|
21627
|
-
allowDangerousHtml: !0
|
|
21628
|
-
}).use(Bg).use(Qg, { target: "_blank" }).use(Kg, { shift: r }).use(PT).use(IT, f).processSync(g).result;
|
|
21629
|
-
return /* @__PURE__ */ Ye.jsx("div", { ref: E, children: D });
|
|
21630
|
-
};
|
|
21625
|
+
}, h = (E) => zo().use(ko).use(Fp).use(km).use(b1).use(F_).use(k_).use(v_).use(P_).use(B_).use(M_).use(w_).use(p1, {
|
|
21626
|
+
allowDangerousHtml: !0
|
|
21627
|
+
}).use(Bg).use(Qg, { target: "_blank" }).use(Kg, { shift: r }).use(PT).use(IT, d).processSync(E).result;
|
|
21631
21628
|
return /* @__PURE__ */ Ye.jsxs("div", { className: "py-8 flex flex-col gap-8", children: [
|
|
21632
21629
|
t && /* @__PURE__ */ Ye.jsxs("nav", { className: `
|
|
21633
21630
|
rounded-3xl
|
|
@@ -21637,7 +21634,7 @@ const F_ = () => (e) => {
|
|
|
21637
21634
|
/* @__PURE__ */ Ye.jsx("h2", { className: "mb-4 font-bold text-h-xs-m sm:text-h-xs", children: n }),
|
|
21638
21635
|
/* @__PURE__ */ Ye.jsx(ea, { children: /* @__PURE__ */ Ye.jsx(_c, { items: u }) })
|
|
21639
21636
|
] }),
|
|
21640
|
-
a
|
|
21637
|
+
/* @__PURE__ */ Ye.jsx("div", { ref: f, children: a })
|
|
21641
21638
|
] });
|
|
21642
21639
|
};
|
|
21643
21640
|
export {
|