@oxide/react-asciidoc 0.1.0 → 0.1.1
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/react-asciidoc.js +109 -109
- package/dist/react-asciidoc.umd.cjs +9 -9
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/react-asciidoc.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as nr } from "@asciidoctor/core";
|
|
2
|
-
import
|
|
2
|
+
import w from "html-react-parser";
|
|
3
3
|
import Ue, { useRef as Rt, useState as qe, useMemo as Y, Fragment as pe, createElement as G, createContext as kt, useContext as Et } from "react";
|
|
4
4
|
const H = (e) => {
|
|
5
5
|
const a = Rt(!1), [n, c] = qe("");
|
|
@@ -24,14 +24,14 @@ function St() {
|
|
|
24
24
|
Ye = 1;
|
|
25
25
|
var e = Ue, a = Symbol.for("react.element"), n = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, f = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
26
26
|
function b(d, g, m) {
|
|
27
|
-
var v,
|
|
27
|
+
var v, S = {}, _ = null, $ = null;
|
|
28
28
|
m !== void 0 && (_ = "" + m), g.key !== void 0 && (_ = "" + g.key), g.ref !== void 0 && ($ = g.ref);
|
|
29
29
|
for (v in g)
|
|
30
|
-
c.call(g, v) && !l.hasOwnProperty(v) && (
|
|
30
|
+
c.call(g, v) && !l.hasOwnProperty(v) && (S[v] = g[v]);
|
|
31
31
|
if (d && d.defaultProps)
|
|
32
32
|
for (v in g = d.defaultProps, g)
|
|
33
|
-
|
|
34
|
-
return { $$typeof: a, type: d, key: _, ref: $, props:
|
|
33
|
+
S[v] === void 0 && (S[v] = g[v]);
|
|
34
|
+
return { $$typeof: a, type: d, key: _, ref: $, props: S, _owner: f.current };
|
|
35
35
|
}
|
|
36
36
|
return X.Fragment = n, X.jsx = b, X.jsxs = b, X;
|
|
37
37
|
}
|
|
@@ -48,15 +48,15 @@ var Q = {};
|
|
|
48
48
|
var He;
|
|
49
49
|
function wt() {
|
|
50
50
|
return He || (He = 1, process.env.NODE_ENV !== "production" && function() {
|
|
51
|
-
var e = Ue, a = Symbol.for("react.element"), n = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), b = Symbol.for("react.provider"), d = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"),
|
|
51
|
+
var e = Ue, a = Symbol.for("react.element"), n = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), b = Symbol.for("react.provider"), d = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), O = Symbol.iterator, L = "@@iterator";
|
|
52
52
|
function ce(t) {
|
|
53
53
|
if (t === null || typeof t != "object")
|
|
54
54
|
return null;
|
|
55
|
-
var i =
|
|
55
|
+
var i = O && t[O] || t[L];
|
|
56
56
|
return typeof i == "function" ? i : null;
|
|
57
57
|
}
|
|
58
58
|
var B = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
59
|
-
function
|
|
59
|
+
function R(t) {
|
|
60
60
|
{
|
|
61
61
|
for (var i = arguments.length, s = new Array(i > 1 ? i - 1 : 0), u = 1; u < i; u++)
|
|
62
62
|
s[u - 1] = arguments[u];
|
|
@@ -76,7 +76,7 @@ function wt() {
|
|
|
76
76
|
var J = !1, Z = !1, Je = !1, ze = !1, Ke = !1, be;
|
|
77
77
|
be = Symbol.for("react.module.reference");
|
|
78
78
|
function Xe(t) {
|
|
79
|
-
return !!(typeof t == "string" || typeof t == "function" || t === c || t === l || Ke || t === f || t === m || t === v || ze || t === $ || J || Z || Je || typeof t == "object" && t !== null && (t.$$typeof === _ || t.$$typeof ===
|
|
79
|
+
return !!(typeof t == "string" || typeof t == "function" || t === c || t === l || Ke || t === f || t === m || t === v || ze || t === $ || J || Z || Je || typeof t == "object" && t !== null && (t.$$typeof === _ || t.$$typeof === S || t.$$typeof === b || t.$$typeof === d || t.$$typeof === g || t.$$typeof === be || t.getModuleId !== void 0));
|
|
80
80
|
}
|
|
81
81
|
function Qe(t, i, s) {
|
|
82
82
|
var u = t.displayName;
|
|
@@ -91,7 +91,7 @@ function wt() {
|
|
|
91
91
|
function F(t) {
|
|
92
92
|
if (t == null)
|
|
93
93
|
return null;
|
|
94
|
-
if (typeof t.tag == "number" &&
|
|
94
|
+
if (typeof t.tag == "number" && R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
|
|
95
95
|
return t.displayName || t.name || null;
|
|
96
96
|
if (typeof t == "string")
|
|
97
97
|
return t;
|
|
@@ -119,7 +119,7 @@ function wt() {
|
|
|
119
119
|
return ye(s._context) + ".Provider";
|
|
120
120
|
case g:
|
|
121
121
|
return Qe(t, t.render, "ForwardRef");
|
|
122
|
-
case
|
|
122
|
+
case S:
|
|
123
123
|
var u = t.displayName || null;
|
|
124
124
|
return u !== null ? u : F(t.type) || "Memo";
|
|
125
125
|
case _: {
|
|
@@ -192,7 +192,7 @@ function wt() {
|
|
|
192
192
|
})
|
|
193
193
|
});
|
|
194
194
|
}
|
|
195
|
-
z < 0 &&
|
|
195
|
+
z < 0 && R("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
var oe = B.ReactCurrentDispatcher, ue;
|
|
@@ -264,18 +264,18 @@ function wt() {
|
|
|
264
264
|
if (M && u && typeof M.stack == "string") {
|
|
265
265
|
for (var h = M.stack.split(`
|
|
266
266
|
`), x = u.stack.split(`
|
|
267
|
-
`), N = h.length - 1,
|
|
268
|
-
|
|
269
|
-
for (; N >= 1 &&
|
|
270
|
-
if (h[N] !== x[
|
|
271
|
-
if (N !== 1 ||
|
|
267
|
+
`), N = h.length - 1, k = x.length - 1; N >= 1 && k >= 0 && h[N] !== x[k]; )
|
|
268
|
+
k--;
|
|
269
|
+
for (; N >= 1 && k >= 0; N--, k--)
|
|
270
|
+
if (h[N] !== x[k]) {
|
|
271
|
+
if (N !== 1 || k !== 1)
|
|
272
272
|
do
|
|
273
|
-
if (N--,
|
|
273
|
+
if (N--, k--, k < 0 || h[N] !== x[k]) {
|
|
274
274
|
var j = `
|
|
275
275
|
` + h[N].replace(" at new ", " at ");
|
|
276
276
|
return t.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", t.displayName)), typeof t == "function" && te.set(t, j), j;
|
|
277
277
|
}
|
|
278
|
-
while (N >= 1 &&
|
|
278
|
+
while (N >= 1 && k >= 0);
|
|
279
279
|
break;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
@@ -309,7 +309,7 @@ function wt() {
|
|
|
309
309
|
switch (t.$$typeof) {
|
|
310
310
|
case g:
|
|
311
311
|
return rt(t.render);
|
|
312
|
-
case
|
|
312
|
+
case S:
|
|
313
313
|
return re(t.type, i, s);
|
|
314
314
|
case _: {
|
|
315
315
|
var u = t, y = u._payload, T = u._init;
|
|
@@ -344,7 +344,7 @@ function wt() {
|
|
|
344
344
|
} catch (N) {
|
|
345
345
|
h = N;
|
|
346
346
|
}
|
|
347
|
-
h && !(h instanceof Error) && (ie(y),
|
|
347
|
+
h && !(h instanceof Error) && (ie(y), R("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", u || "React class", s, p, typeof h), ie(null)), h instanceof Error && !(h.message in Ce) && (Ce[h.message] = !0, ie(y), R("Failed %s type: %s", s, h.message), ie(null));
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
350
|
}
|
|
@@ -370,7 +370,7 @@ function wt() {
|
|
|
370
370
|
}
|
|
371
371
|
function xe(t) {
|
|
372
372
|
if (lt(t))
|
|
373
|
-
return
|
|
373
|
+
return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", st(t)), $e(t);
|
|
374
374
|
}
|
|
375
375
|
var K = B.ReactCurrentOwner, ct = {
|
|
376
376
|
key: !0,
|
|
@@ -398,13 +398,13 @@ function wt() {
|
|
|
398
398
|
function ft(t, i) {
|
|
399
399
|
if (typeof t.ref == "string" && K.current && i && K.current.stateNode !== i) {
|
|
400
400
|
var s = F(K.current.type);
|
|
401
|
-
he[s] || (
|
|
401
|
+
he[s] || (R('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', F(K.current.type), t.ref), he[s] = !0);
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
function gt(t, i) {
|
|
405
405
|
{
|
|
406
406
|
var s = function() {
|
|
407
|
-
Ie || (Ie = !0,
|
|
407
|
+
Ie || (Ie = !0, R("%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)", i));
|
|
408
408
|
};
|
|
409
409
|
s.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
410
410
|
get: s,
|
|
@@ -415,7 +415,7 @@ function wt() {
|
|
|
415
415
|
function ht(t, i) {
|
|
416
416
|
{
|
|
417
417
|
var s = function() {
|
|
418
|
-
Pe || (Pe = !0,
|
|
418
|
+
Pe || (Pe = !0, R("%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)", i));
|
|
419
419
|
};
|
|
420
420
|
s.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
421
421
|
get: s,
|
|
@@ -461,8 +461,8 @@ function wt() {
|
|
|
461
461
|
p[T] === void 0 && (p[T] = N[T]);
|
|
462
462
|
}
|
|
463
463
|
if (h || x) {
|
|
464
|
-
var
|
|
465
|
-
h && gt(p,
|
|
464
|
+
var k = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
465
|
+
h && gt(p, k), x && ht(p, k);
|
|
466
466
|
}
|
|
467
467
|
return dt(t, h, x, y, u, K.current, p);
|
|
468
468
|
}
|
|
@@ -526,7 +526,7 @@ Check the top-level render call using <` + s + ">.");
|
|
|
526
526
|
return;
|
|
527
527
|
Le[s] = !0;
|
|
528
528
|
var u = "";
|
|
529
|
-
t && t._owner && t._owner !== de.current && (u = " It was passed a child from " + F(t._owner.type) + "."), q(t),
|
|
529
|
+
t && t._owner && t._owner !== de.current && (u = " It was passed a child from " + F(t._owner.type) + "."), q(t), R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, u), q(null);
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
532
|
function Me(t, i) {
|
|
@@ -556,7 +556,7 @@ Check the top-level render call using <` + s + ">.");
|
|
|
556
556
|
var s;
|
|
557
557
|
if (typeof i == "function")
|
|
558
558
|
s = i.propTypes;
|
|
559
|
-
else if (typeof i == "object" && (i.$$typeof === g || i.$$typeof ===
|
|
559
|
+
else if (typeof i == "object" && (i.$$typeof === g || i.$$typeof === S))
|
|
560
560
|
s = i.propTypes;
|
|
561
561
|
else
|
|
562
562
|
return;
|
|
@@ -566,9 +566,9 @@ Check the top-level render call using <` + s + ">.");
|
|
|
566
566
|
} else if (i.PropTypes !== void 0 && !me) {
|
|
567
567
|
me = !0;
|
|
568
568
|
var y = F(i);
|
|
569
|
-
|
|
569
|
+
R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", y || "Unknown");
|
|
570
570
|
}
|
|
571
|
-
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved &&
|
|
571
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
function yt(t) {
|
|
@@ -576,11 +576,11 @@ Check the top-level render call using <` + s + ">.");
|
|
|
576
576
|
for (var i = Object.keys(t.props), s = 0; s < i.length; s++) {
|
|
577
577
|
var u = i[s];
|
|
578
578
|
if (u !== "children" && u !== "key") {
|
|
579
|
-
q(t),
|
|
579
|
+
q(t), R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", u), q(null);
|
|
580
580
|
break;
|
|
581
581
|
}
|
|
582
582
|
}
|
|
583
|
-
t.ref !== null && (q(t),
|
|
583
|
+
t.ref !== null && (q(t), R("Invalid attribute `ref` supplied to `React.Fragment`."), q(null));
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
function Be(t, i, s, u, y, T) {
|
|
@@ -592,11 +592,11 @@ Check the top-level render call using <` + s + ">.");
|
|
|
592
592
|
var x = vt(y);
|
|
593
593
|
x ? h += x : h += De();
|
|
594
594
|
var N;
|
|
595
|
-
t === null ? N = "null" : ge(t) ? N = "array" : t !== void 0 && t.$$typeof === a ? (N = "<" + (F(t.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : N = typeof t,
|
|
595
|
+
t === null ? N = "null" : ge(t) ? N = "array" : t !== void 0 && t.$$typeof === a ? (N = "<" + (F(t.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : N = typeof t, R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", N, h);
|
|
596
596
|
}
|
|
597
|
-
var
|
|
598
|
-
if (
|
|
599
|
-
return
|
|
597
|
+
var k = mt(t, i, s, y, T);
|
|
598
|
+
if (k == null)
|
|
599
|
+
return k;
|
|
600
600
|
if (p) {
|
|
601
601
|
var j = i.children;
|
|
602
602
|
if (j !== void 0)
|
|
@@ -606,11 +606,11 @@ Check the top-level render call using <` + s + ">.");
|
|
|
606
606
|
Me(j[V], t);
|
|
607
607
|
Object.freeze && Object.freeze(j);
|
|
608
608
|
} else
|
|
609
|
-
|
|
609
|
+
R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
610
610
|
else
|
|
611
611
|
Me(j, t);
|
|
612
612
|
}
|
|
613
|
-
return t === c ? yt(
|
|
613
|
+
return t === c ? yt(k) : bt(k), k;
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
616
|
function _t(t, i, s) {
|
|
@@ -630,13 +630,13 @@ const D = se.exports.Fragment, r = se.exports.jsx, o = se.exports.jsxs, P = ({
|
|
|
630
630
|
node: e
|
|
631
631
|
}) => e.hasTitle() ? /* @__PURE__ */ r("div", {
|
|
632
632
|
className: "title",
|
|
633
|
-
children:
|
|
633
|
+
children: w(e.getTitle() || "")
|
|
634
634
|
}) : null, ne = ({
|
|
635
635
|
node: e
|
|
636
636
|
}) => e.hasTitle() ? /* @__PURE__ */ r("div", {
|
|
637
637
|
className: "title",
|
|
638
|
-
children:
|
|
639
|
-
}) : null,
|
|
638
|
+
children: w(e.getCaptionedTitle() || "")
|
|
639
|
+
}) : null, C = (e) => typeof e.getRole() == "string" ? e.getRole() : void 0, A = (e) => e.getLineNumber() ? {
|
|
640
640
|
"data-lineno": e.getLineNumber()
|
|
641
641
|
} : {}, Ct = ({
|
|
642
642
|
node: e
|
|
@@ -664,7 +664,7 @@ const D = se.exports.Fragment, r = se.exports.jsx, o = se.exports.jsxs, P = ({
|
|
|
664
664
|
className: "content",
|
|
665
665
|
children: [/* @__PURE__ */ r(P, {
|
|
666
666
|
node: e
|
|
667
|
-
}), l === "simple" ?
|
|
667
|
+
}), l === "simple" ? w(c) : /* @__PURE__ */ r(I, {
|
|
668
668
|
blocks: e.getBlocks()
|
|
669
669
|
})]
|
|
670
670
|
})]
|
|
@@ -710,7 +710,7 @@ const D = se.exports.Fragment, r = se.exports.jsx, o = se.exports.jsxs, P = ({
|
|
|
710
710
|
children: n + 1
|
|
711
711
|
})]
|
|
712
712
|
}), /* @__PURE__ */ o("td", {
|
|
713
|
-
children: [
|
|
713
|
+
children: [w(a.getText()), /* @__PURE__ */ r(I, {
|
|
714
714
|
blocks: a.getBlocks()
|
|
715
715
|
})]
|
|
716
716
|
})]
|
|
@@ -754,7 +754,7 @@ var Ve = { exports: {} };
|
|
|
754
754
|
e.exports ? (n.default = n, e.exports = n) : window.classNames = n;
|
|
755
755
|
})();
|
|
756
756
|
})(Ve);
|
|
757
|
-
const
|
|
757
|
+
const E = Ve.exports, xt = ({
|
|
758
758
|
node: e
|
|
759
759
|
}) => {
|
|
760
760
|
const a = e.getStyle(), n = (l) => {
|
|
@@ -768,7 +768,7 @@ const k = Ve.exports, xt = ({
|
|
|
768
768
|
if (l)
|
|
769
769
|
return /* @__PURE__ */ o("dd", {
|
|
770
770
|
children: [l.hasText() && /* @__PURE__ */ r("p", {
|
|
771
|
-
children:
|
|
771
|
+
children: w(l.getText())
|
|
772
772
|
}), l.hasBlocks() && /* @__PURE__ */ r(I, {
|
|
773
773
|
blocks: l.getBlocks()
|
|
774
774
|
})]
|
|
@@ -779,7 +779,7 @@ const k = Ve.exports, xt = ({
|
|
|
779
779
|
});
|
|
780
780
|
if (a === "qanda")
|
|
781
781
|
return /* @__PURE__ */ o("div", {
|
|
782
|
-
className:
|
|
782
|
+
className: E("qlist qanda", C(e)),
|
|
783
783
|
...A(e),
|
|
784
784
|
children: [f, /* @__PURE__ */ r("ol", {
|
|
785
785
|
children: e.getItems().map((l, b) => {
|
|
@@ -800,7 +800,7 @@ const k = Ve.exports, xt = ({
|
|
|
800
800
|
if (a === "horizontal") {
|
|
801
801
|
const l = e.getAttribute("labelwidth"), b = e.getAttribute("itemwidth");
|
|
802
802
|
return /* @__PURE__ */ o("div", {
|
|
803
|
-
className:
|
|
803
|
+
className: E("hdlist", C(e)),
|
|
804
804
|
children: [f, /* @__PURE__ */ o("table", {
|
|
805
805
|
children: [(l || b) && /* @__PURE__ */ o("colgroup", {
|
|
806
806
|
children: [/* @__PURE__ */ r("col", {
|
|
@@ -820,14 +820,14 @@ const k = Ve.exports, xt = ({
|
|
|
820
820
|
} = n(d);
|
|
821
821
|
return /* @__PURE__ */ o("tr", {
|
|
822
822
|
children: [/* @__PURE__ */ r("td", {
|
|
823
|
-
className:
|
|
824
|
-
children: m.map((
|
|
825
|
-
children: [_ !== 0 && /* @__PURE__ */ r("br", {}),
|
|
823
|
+
className: E("hdlist1", e.isOption("strong") ? "strong" : ""),
|
|
824
|
+
children: m.map((S, _) => /* @__PURE__ */ o(pe, {
|
|
825
|
+
children: [_ !== 0 && /* @__PURE__ */ r("br", {}), w(S.getText())]
|
|
826
826
|
}, _))
|
|
827
827
|
}), v && /* @__PURE__ */ o("td", {
|
|
828
828
|
className: "hdlist2",
|
|
829
829
|
children: [v.hasText() && /* @__PURE__ */ r("p", {
|
|
830
|
-
children:
|
|
830
|
+
children: w(v.getText())
|
|
831
831
|
}), v.hasBlocks() && /* @__PURE__ */ r(I, {
|
|
832
832
|
blocks: v.getBlocks()
|
|
833
833
|
})]
|
|
@@ -839,7 +839,7 @@ const k = Ve.exports, xt = ({
|
|
|
839
839
|
});
|
|
840
840
|
} else
|
|
841
841
|
return /* @__PURE__ */ o("div", {
|
|
842
|
-
className:
|
|
842
|
+
className: E("dlist", e.getStyle(), C(e)),
|
|
843
843
|
children: [f, /* @__PURE__ */ r("dl", {
|
|
844
844
|
children: e.getItems().map((l, b) => {
|
|
845
845
|
const {
|
|
@@ -849,7 +849,7 @@ const k = Ve.exports, xt = ({
|
|
|
849
849
|
return /* @__PURE__ */ o(pe, {
|
|
850
850
|
children: [d.map((m, v) => /* @__PURE__ */ r("dt", {
|
|
851
851
|
className: "hdlist1",
|
|
852
|
-
children:
|
|
852
|
+
children: w(m.getText())
|
|
853
853
|
}, v)), c(g)]
|
|
854
854
|
}, b);
|
|
855
855
|
})
|
|
@@ -867,12 +867,12 @@ const k = Ve.exports, xt = ({
|
|
|
867
867
|
children: n.map((m) => {
|
|
868
868
|
let v = m.$sectnum();
|
|
869
869
|
v = v === "." || v === ".." ? "" : v;
|
|
870
|
-
const
|
|
870
|
+
const S = m.getLevel();
|
|
871
871
|
let _ = "";
|
|
872
872
|
if (m.getCaption())
|
|
873
873
|
_ = m.getCaptionedTitle();
|
|
874
|
-
else if (
|
|
875
|
-
if (
|
|
874
|
+
else if (S <= d)
|
|
875
|
+
if (S < 2 && c.getDoctype() == "book") {
|
|
876
876
|
const $ = m.getSectionName();
|
|
877
877
|
$ === "chapter" ? _ = `${f["chapter-signifier"] || ""} ${v} ${m.getTitle()}` : $ === "part" ? _ = `${f["part-signifier"] || ""} ${v} ${m.getTitle()}` : _ = `${v} ${m.getTitle()}`;
|
|
878
878
|
} else
|
|
@@ -882,8 +882,8 @@ const k = Ve.exports, xt = ({
|
|
|
882
882
|
return /* @__PURE__ */ o("li", {
|
|
883
883
|
children: [/* @__PURE__ */ r("a", {
|
|
884
884
|
href: `#${m.getId()}`,
|
|
885
|
-
children:
|
|
886
|
-
}),
|
|
885
|
+
children: w(_)
|
|
886
|
+
}), S < g && /* @__PURE__ */ r(le, {
|
|
887
887
|
node: m,
|
|
888
888
|
opts: {
|
|
889
889
|
tocLevels: g,
|
|
@@ -929,7 +929,7 @@ const k = Ve.exports, xt = ({
|
|
|
929
929
|
children: [/* @__PURE__ */ r("a", {
|
|
930
930
|
href: `#_footnoteref_${d.getIndex()}`,
|
|
931
931
|
children: d.getIndex()
|
|
932
|
-
}), ".", " ",
|
|
932
|
+
}), ".", " ", w(d.getText() || "")]
|
|
933
933
|
}, d.getIndex()))]
|
|
934
934
|
}) : null, b = () => e.getAuthors().length > 0 || e.hasAttribute("revnumber") || e.hasAttribute("revdate") || e.hasAttribute("revremark") ? /* @__PURE__ */ o("div", {
|
|
935
935
|
className: "details",
|
|
@@ -938,13 +938,13 @@ const k = Ve.exports, xt = ({
|
|
|
938
938
|
children: [/* @__PURE__ */ r("span", {
|
|
939
939
|
id: `author${m + 1 > 1 ? m + 1 : ""}`,
|
|
940
940
|
className: "author",
|
|
941
|
-
children:
|
|
941
|
+
children: w(e.applySubstitutions(g.getName() || "").toString())
|
|
942
942
|
}), /* @__PURE__ */ r("br", {})]
|
|
943
943
|
}), g.getEmail() && /* @__PURE__ */ o(D, {
|
|
944
944
|
children: [/* @__PURE__ */ r("span", {
|
|
945
945
|
id: `email${m + 1 > 1 ? m + 1 : ""}`,
|
|
946
946
|
className: "email",
|
|
947
|
-
children:
|
|
947
|
+
children: w(e.applySubstitutions(g.getEmail() || "").toString())
|
|
948
948
|
}), /* @__PURE__ */ r("br", {})]
|
|
949
949
|
})]
|
|
950
950
|
}, m)), e.hasAttribute("revnumber") && /* @__PURE__ */ r("span", {
|
|
@@ -971,7 +971,7 @@ const k = Ve.exports, xt = ({
|
|
|
971
971
|
}, Pt = ({
|
|
972
972
|
node: e
|
|
973
973
|
}) => /* @__PURE__ */ o("div", {
|
|
974
|
-
className:
|
|
974
|
+
className: E("exampleblock", C(e)),
|
|
975
975
|
...A(e),
|
|
976
976
|
children: [/* @__PURE__ */ r(ne, {
|
|
977
977
|
node: e
|
|
@@ -1032,7 +1032,7 @@ const k = Ve.exports, xt = ({
|
|
|
1032
1032
|
}), /* @__PURE__ */ r("div", {
|
|
1033
1033
|
className: "content",
|
|
1034
1034
|
children: /* @__PURE__ */ r("pre", {
|
|
1035
|
-
className:
|
|
1035
|
+
className: E("highlight", c ? " nowrap" : ""),
|
|
1036
1036
|
children: l ? /* @__PURE__ */ r("code", {
|
|
1037
1037
|
className: l ? `language-${l}` : "",
|
|
1038
1038
|
"data-lang": l,
|
|
@@ -1085,7 +1085,7 @@ const k = Ve.exports, xt = ({
|
|
|
1085
1085
|
}, Mt = ({
|
|
1086
1086
|
node: e
|
|
1087
1087
|
}) => /* @__PURE__ */ o("div", {
|
|
1088
|
-
className:
|
|
1088
|
+
className: E("olist", C(e), e.getStyle()),
|
|
1089
1089
|
...A(e),
|
|
1090
1090
|
children: [/* @__PURE__ */ r(P, {
|
|
1091
1091
|
node: e
|
|
@@ -1094,9 +1094,9 @@ const k = Ve.exports, xt = ({
|
|
|
1094
1094
|
reversed: e.isOption("reversed"),
|
|
1095
1095
|
start: e.getAttribute("start"),
|
|
1096
1096
|
children: e.getItems().map((a, n) => /* @__PURE__ */ o("li", {
|
|
1097
|
-
className:
|
|
1097
|
+
className: C(e) ? C(e) : "",
|
|
1098
1098
|
children: [/* @__PURE__ */ r("p", {
|
|
1099
|
-
children:
|
|
1099
|
+
children: w(a.getText())
|
|
1100
1100
|
}), /* @__PURE__ */ r(I, {
|
|
1101
1101
|
blocks: a.getBlocks()
|
|
1102
1102
|
})]
|
|
@@ -1107,7 +1107,7 @@ const k = Ve.exports, xt = ({
|
|
|
1107
1107
|
}) => {
|
|
1108
1108
|
const a = e.getStyle();
|
|
1109
1109
|
return a === "abstract" ? /* @__PURE__ */ o("div", {
|
|
1110
|
-
className:
|
|
1110
|
+
className: E("quoteblock abstract", C(e)),
|
|
1111
1111
|
...A(e),
|
|
1112
1112
|
children: [/* @__PURE__ */ r(P, {
|
|
1113
1113
|
node: e
|
|
@@ -1118,7 +1118,7 @@ const k = Ve.exports, xt = ({
|
|
|
1118
1118
|
})
|
|
1119
1119
|
})]
|
|
1120
1120
|
}) : /* @__PURE__ */ o("div", {
|
|
1121
|
-
className:
|
|
1121
|
+
className: E("openblock", a && a !== "open" ? a : "", C(e)),
|
|
1122
1122
|
...A(e),
|
|
1123
1123
|
children: [/* @__PURE__ */ r(P, {
|
|
1124
1124
|
node: e
|
|
@@ -1139,7 +1139,7 @@ const k = Ve.exports, xt = ({
|
|
|
1139
1139
|
const a = H(e);
|
|
1140
1140
|
return /* @__PURE__ */ o("div", {
|
|
1141
1141
|
id: e.getId ? e.getId() : "",
|
|
1142
|
-
className:
|
|
1142
|
+
className: E("paragraph", C(e)),
|
|
1143
1143
|
...A(e),
|
|
1144
1144
|
children: [/* @__PURE__ */ r(P, {
|
|
1145
1145
|
node: e
|
|
@@ -1154,7 +1154,7 @@ const k = Ve.exports, xt = ({
|
|
|
1154
1154
|
}) => {
|
|
1155
1155
|
const a = H(e);
|
|
1156
1156
|
return /* @__PURE__ */ r(D, {
|
|
1157
|
-
children:
|
|
1157
|
+
children: w(a)
|
|
1158
1158
|
});
|
|
1159
1159
|
}, Ut = ({
|
|
1160
1160
|
node: e
|
|
@@ -1172,7 +1172,7 @@ const k = Ve.exports, xt = ({
|
|
|
1172
1172
|
className: a.getAttribute("toc-class", "toc"),
|
|
1173
1173
|
children: [/* @__PURE__ */ r("div", {
|
|
1174
1174
|
id: "toctitle",
|
|
1175
|
-
children:
|
|
1175
|
+
children: w(a.getAttribute("toc-title"))
|
|
1176
1176
|
}), /* @__PURE__ */ r(le, {
|
|
1177
1177
|
node: a
|
|
1178
1178
|
})]
|
|
@@ -1185,7 +1185,7 @@ const k = Ve.exports, xt = ({
|
|
|
1185
1185
|
const a = e.getAttribute("attribution"), n = e.getAttribute("citetitle"), c = H(e);
|
|
1186
1186
|
return /* @__PURE__ */ o("div", {
|
|
1187
1187
|
id: e.getId ? e.getId() : "",
|
|
1188
|
-
className:
|
|
1188
|
+
className: E("quoteblock", C(e)),
|
|
1189
1189
|
...A(e),
|
|
1190
1190
|
children: [/* @__PURE__ */ r(P, {
|
|
1191
1191
|
node: e
|
|
@@ -1231,7 +1231,7 @@ const k = Ve.exports, xt = ({
|
|
|
1231
1231
|
})]
|
|
1232
1232
|
})), n === 0 ? /* @__PURE__ */ o(D, {
|
|
1233
1233
|
children: [/* @__PURE__ */ r("h1", {
|
|
1234
|
-
className:
|
|
1234
|
+
className: E("sect0", C(e)),
|
|
1235
1235
|
"data-sectnum": f,
|
|
1236
1236
|
...A(e),
|
|
1237
1237
|
children: c
|
|
@@ -1239,7 +1239,7 @@ const k = Ve.exports, xt = ({
|
|
|
1239
1239
|
blocks: e.getBlocks()
|
|
1240
1240
|
})]
|
|
1241
1241
|
}) : /* @__PURE__ */ o("div", {
|
|
1242
|
-
className:
|
|
1242
|
+
className: E(`sect${n}`, C(e)),
|
|
1243
1243
|
...A(e),
|
|
1244
1244
|
children: [G(`h${n + 1}`, {
|
|
1245
1245
|
"data-sectnum": f
|
|
@@ -1253,7 +1253,7 @@ const k = Ve.exports, xt = ({
|
|
|
1253
1253
|
}, Gt = ({
|
|
1254
1254
|
node: e
|
|
1255
1255
|
}) => /* @__PURE__ */ r("div", {
|
|
1256
|
-
className:
|
|
1256
|
+
className: E("sidebarblock", C(e)),
|
|
1257
1257
|
...A(e),
|
|
1258
1258
|
children: /* @__PURE__ */ o("div", {
|
|
1259
1259
|
className: "content",
|
|
@@ -1270,13 +1270,13 @@ const k = Ve.exports, xt = ({
|
|
|
1270
1270
|
n && a.push("stripes-" + n);
|
|
1271
1271
|
let c = e.hasAutowidthOption(), f = e.getAttribute("tablepcwidth"), l = null;
|
|
1272
1272
|
c && !e.hasAttribute("width") ? a.push("fit-content") : f == 100 ? a.push("stretch") : l = `${f}%`, e.hasAttribute("float") && a.push(e.getAttribute("float")), e.getRole() && a.push(e.getRole() || "");
|
|
1273
|
-
const b = e.getRowCount(), d = e.getColumns(), g = e.getHeadRows(), m = e.getBodyRows(), v = e.getFootRows(),
|
|
1273
|
+
const b = e.getRowCount(), d = e.getColumns(), g = e.getHeadRows(), m = e.getBodyRows(), v = e.getFootRows(), S = (_) => E(
|
|
1274
1274
|
"tableblock",
|
|
1275
1275
|
`halign-${_.getAttribute("halign")}`,
|
|
1276
1276
|
`valign-${_.getAttribute("valign")}`
|
|
1277
1277
|
);
|
|
1278
1278
|
return /* @__PURE__ */ o("table", {
|
|
1279
|
-
className:
|
|
1279
|
+
className: E("tableblock", ...a),
|
|
1280
1280
|
style: {
|
|
1281
1281
|
width: l || void 0
|
|
1282
1282
|
},
|
|
@@ -1286,30 +1286,30 @@ const k = Ve.exports, xt = ({
|
|
|
1286
1286
|
children: e.getCaptionedTitle()
|
|
1287
1287
|
}), b > 0 && /* @__PURE__ */ r("colgroup", {
|
|
1288
1288
|
children: d.map((_, $) => {
|
|
1289
|
-
const
|
|
1289
|
+
const O = _.getAttribute("colpcwidth");
|
|
1290
1290
|
return /* @__PURE__ */ r("col", {
|
|
1291
1291
|
style: {
|
|
1292
|
-
width: `${
|
|
1292
|
+
width: `${O}%`
|
|
1293
1293
|
}
|
|
1294
1294
|
}, $);
|
|
1295
1295
|
})
|
|
1296
1296
|
}), g.map((_, $) => /* @__PURE__ */ r("thead", {
|
|
1297
1297
|
children: /* @__PURE__ */ r("tr", {
|
|
1298
|
-
children: _.map((
|
|
1299
|
-
className:
|
|
1298
|
+
children: _.map((O, L) => /* @__PURE__ */ r("th", {
|
|
1299
|
+
className: S(O),
|
|
1300
1300
|
dangerouslySetInnerHTML: {
|
|
1301
|
-
__html:
|
|
1301
|
+
__html: O.getText()
|
|
1302
1302
|
}
|
|
1303
1303
|
}, L))
|
|
1304
1304
|
})
|
|
1305
1305
|
}, $)), /* @__PURE__ */ r("tbody", {
|
|
1306
1306
|
children: m.map((_, $) => /* @__PURE__ */ r("tr", {
|
|
1307
|
-
children: _.map((
|
|
1308
|
-
const ce =
|
|
1307
|
+
children: _.map((O, L) => {
|
|
1308
|
+
const ce = O.getColumnSpan(), B = O.getRowSpan(), R = H(O), U = {
|
|
1309
1309
|
colSpan: ce,
|
|
1310
1310
|
rowSpan: B,
|
|
1311
|
-
className:
|
|
1312
|
-
}, J =
|
|
1311
|
+
className: S(O)
|
|
1312
|
+
}, J = O.getStyle();
|
|
1313
1313
|
if (J === "asciidoc")
|
|
1314
1314
|
return /* @__PURE__ */ G("td", {
|
|
1315
1315
|
...U,
|
|
@@ -1317,7 +1317,7 @@ const k = Ve.exports, xt = ({
|
|
|
1317
1317
|
}, /* @__PURE__ */ r("div", {
|
|
1318
1318
|
className: "content",
|
|
1319
1319
|
dangerouslySetInnerHTML: {
|
|
1320
|
-
__html:
|
|
1320
|
+
__html: R
|
|
1321
1321
|
}
|
|
1322
1322
|
}));
|
|
1323
1323
|
if (J === "literal")
|
|
@@ -1328,7 +1328,7 @@ const k = Ve.exports, xt = ({
|
|
|
1328
1328
|
className: "literal",
|
|
1329
1329
|
children: /* @__PURE__ */ r("pre", {
|
|
1330
1330
|
dangerouslySetInnerHTML: {
|
|
1331
|
-
__html:
|
|
1331
|
+
__html: R
|
|
1332
1332
|
}
|
|
1333
1333
|
})
|
|
1334
1334
|
}));
|
|
@@ -1339,28 +1339,27 @@ const k = Ve.exports, xt = ({
|
|
|
1339
1339
|
}, /* @__PURE__ */ r("p", {
|
|
1340
1340
|
className: "tableblock",
|
|
1341
1341
|
dangerouslySetInnerHTML: {
|
|
1342
|
-
__html:
|
|
1342
|
+
__html: R
|
|
1343
1343
|
}
|
|
1344
1344
|
}));
|
|
1345
1345
|
{
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
}, C(`<p class="tableblock">${Z.join(`</p>
|
|
1346
|
+
let Z = R;
|
|
1347
|
+
return /* @__PURE__ */ G("td", {
|
|
1348
|
+
...U,
|
|
1349
|
+
key: L
|
|
1350
|
+
}, Z.length === 0 ? "" : w(`<p class="tableblock">${Z.join(`</p>
|
|
1352
1351
|
<p class="tableblock">`)}</p>`));
|
|
1353
1352
|
}
|
|
1354
1353
|
})
|
|
1355
1354
|
}, $))
|
|
1356
1355
|
}), v.map((_, $) => /* @__PURE__ */ r("tfoot", {
|
|
1357
1356
|
children: /* @__PURE__ */ r("tr", {
|
|
1358
|
-
children: _.map((
|
|
1359
|
-
className:
|
|
1357
|
+
children: _.map((O, L) => /* @__PURE__ */ r("td", {
|
|
1358
|
+
className: S(O),
|
|
1360
1359
|
children: /* @__PURE__ */ r("p", {
|
|
1361
1360
|
className: "tableblock",
|
|
1362
1361
|
dangerouslySetInnerHTML: {
|
|
1363
|
-
__html:
|
|
1362
|
+
__html: O.getText()
|
|
1364
1363
|
}
|
|
1365
1364
|
})
|
|
1366
1365
|
}, L))
|
|
@@ -1374,11 +1373,11 @@ const k = Ve.exports, xt = ({
|
|
|
1374
1373
|
const n = e.getDocument(), c = e.hasTitle() ? e.getTitle() : n.getAttribute("toc-title"), f = Y(() => n.getAttribute("toc-placement"), [e]), l = Y(() => n.hasAttribute("toc"), [e]), b = e.hasAttribute("levels") ? parseInt(e.getAttribute("levels")) : void 0;
|
|
1375
1374
|
return f === "macro" && n.hasSections() && l ? /* @__PURE__ */ o("div", {
|
|
1376
1375
|
id: a,
|
|
1377
|
-
className:
|
|
1376
|
+
className: E("toc", C(e)),
|
|
1378
1377
|
children: [/* @__PURE__ */ r("div", {
|
|
1379
1378
|
id: `${a}title`,
|
|
1380
1379
|
className: "title",
|
|
1381
|
-
children:
|
|
1380
|
+
children: w(c || "")
|
|
1382
1381
|
}), /* @__PURE__ */ r(le, {
|
|
1383
1382
|
node: e.getDocument(),
|
|
1384
1383
|
opts: {
|
|
@@ -1392,7 +1391,7 @@ const k = Ve.exports, xt = ({
|
|
|
1392
1391
|
const a = e.isOption("checklist");
|
|
1393
1392
|
return /* @__PURE__ */ o("div", {
|
|
1394
1393
|
id: e.getId ? e.getId() : "",
|
|
1395
|
-
className:
|
|
1394
|
+
className: E("ulist", e.getStyle(), C(e), a && "checklist"),
|
|
1396
1395
|
...A(e),
|
|
1397
1396
|
children: [/* @__PURE__ */ r(P, {
|
|
1398
1397
|
node: e
|
|
@@ -1400,15 +1399,15 @@ const k = Ve.exports, xt = ({
|
|
|
1400
1399
|
className: a ? "checklist" : "",
|
|
1401
1400
|
children: e.getItems().map((n, c) => a ? /* @__PURE__ */ r("li", {
|
|
1402
1401
|
id: n.getId(),
|
|
1403
|
-
className:
|
|
1402
|
+
className: C(e),
|
|
1404
1403
|
children: /* @__PURE__ */ o("p", {
|
|
1405
1404
|
children: [a && n.hasAttribute("checkbox") && /* @__PURE__ */ r("i", {
|
|
1406
|
-
className:
|
|
1407
|
-
}), " ",
|
|
1405
|
+
className: E("fa", n.hasAttribute("checked") ? "fa-check-square-o" : "fa-square-o")
|
|
1406
|
+
}), " ", w(n.getText())]
|
|
1408
1407
|
})
|
|
1409
1408
|
}, c) : /* @__PURE__ */ o("li", {
|
|
1410
1409
|
id: n.getId(),
|
|
1411
|
-
className:
|
|
1410
|
+
className: C(e),
|
|
1412
1411
|
children: [/* @__PURE__ */ r("p", {
|
|
1413
1412
|
dangerouslySetInnerHTML: {
|
|
1414
1413
|
__html: n.getText()
|
|
@@ -1425,7 +1424,7 @@ const k = Ve.exports, xt = ({
|
|
|
1425
1424
|
const a = e.getAttribute("attribution"), n = e.getAttribute("citetitle"), c = H(e);
|
|
1426
1425
|
return /* @__PURE__ */ o("div", {
|
|
1427
1426
|
id: e.getId ? e.getId() : "",
|
|
1428
|
-
className:
|
|
1427
|
+
className: E("verseblock", C(e)),
|
|
1429
1428
|
...A(e),
|
|
1430
1429
|
children: [/* @__PURE__ */ r(P, {
|
|
1431
1430
|
node: e
|
|
@@ -1561,7 +1560,7 @@ const k = Ve.exports, xt = ({
|
|
|
1561
1560
|
});
|
|
1562
1561
|
default:
|
|
1563
1562
|
return /* @__PURE__ */ r(D, {
|
|
1564
|
-
children:
|
|
1563
|
+
children: w(e.convert())
|
|
1565
1564
|
});
|
|
1566
1565
|
}
|
|
1567
1566
|
};
|
|
@@ -1596,6 +1595,7 @@ export {
|
|
|
1596
1595
|
Qt as Verse,
|
|
1597
1596
|
nr as asciidoctor,
|
|
1598
1597
|
rr as default,
|
|
1599
|
-
|
|
1598
|
+
A as getLineNumber,
|
|
1599
|
+
C as getRole,
|
|
1600
1600
|
H as useGetContent
|
|
1601
1601
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(f,z){typeof exports=="object"&&typeof module<"u"?z(exports,require("@asciidoctor/core"),require("html-react-parser"),require("react")):typeof define=="function"&&define.amd?define(["exports","@asciidoctor/core","html-react-parser","react"],z):(f=typeof globalThis<"u"?globalThis:f||self,z(f.ReactAsciiDoc={},f.core,f.parse,f.React))})(this,function(f,z,pt,
|
|
1
|
+
(function(f,z){typeof exports=="object"&&typeof module<"u"?z(exports,require("@asciidoctor/core"),require("html-react-parser"),require("react")):typeof define=="function"&&define.amd?define(["exports","@asciidoctor/core","html-react-parser","react"],z):(f=typeof globalThis<"u"?globalThis:f||self,z(f.ReactAsciiDoc={},f.core,f.parse,f.React))})(this,function(f,z,pt,R){"use strict";const oe=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},yt=oe(z),O=oe(pt),ye=oe(R),Y=e=>{const a=R.useRef(!1),[n,o]=R.useState("");return R.useMemo(()=>{a.current||(a.current=!0,o(e.getContent()||""))},[e]),n};var re={exports:{}},K={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var _e;function _t(){if(_e)return K;_e=1;var e=ye.default,a=Symbol.for("react.element"),n=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,d=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function y(m,g,v){var b,
|
|
9
|
+
*/var _e;function _t(){if(_e)return K;_e=1;var e=ye.default,a=Symbol.for("react.element"),n=Symbol.for("react.fragment"),o=Object.prototype.hasOwnProperty,d=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function y(m,g,v){var b,I={},T=null,j=null;v!==void 0&&(T=""+v),g.key!==void 0&&(T=""+g.key),g.ref!==void 0&&(j=g.ref);for(b in g)o.call(g,b)&&!l.hasOwnProperty(b)&&(I[b]=g[b]);if(m&&m.defaultProps)for(b in g=m.defaultProps,g)I[b]===void 0&&(I[b]=g[b]);return{$$typeof:a,type:m,key:T,ref:j,props:I,_owner:d.current}}return K.Fragment=n,K.jsx=y,K.jsxs=y,K}var X={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var Te;function Tt(){return Te||(Te=1,process.env.NODE_ENV!=="production"&&function(){var e=ye.default,a=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),d=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),y=Symbol.for("react.provider"),m=Symbol.for("react.context"),g=Symbol.for("react.forward_ref"),v=Symbol.for("react.suspense"),b=Symbol.for("react.suspense_list"),
|
|
17
|
+
*/var Te;function Tt(){return Te||(Te=1,process.env.NODE_ENV!=="production"&&function(){var e=ye.default,a=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),d=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),y=Symbol.for("react.provider"),m=Symbol.for("react.context"),g=Symbol.for("react.forward_ref"),v=Symbol.for("react.suspense"),b=Symbol.for("react.suspense_list"),I=Symbol.for("react.memo"),T=Symbol.for("react.lazy"),j=Symbol.for("react.offscreen"),P=Symbol.iterator,$="@@iterator";function ue(t){if(t===null||typeof t!="object")return null;var i=P&&t[P]||t[$];return typeof i=="function"?i:null}var U=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function w(t){{for(var i=arguments.length,s=new Array(i>1?i-1:0),u=1;u<i;u++)s[u-1]=arguments[u];V("error",t,s)}}function V(t,i,s){{var u=U.ReactDebugCurrentFrame,_=u.getStackAddendum();_!==""&&(i+="%s",s=s.concat([_]));var A=s.map(function(p){return String(p)});A.unshift("Warning: "+i),Function.prototype.apply.call(console[t],console,A)}}var q=!1,ae=!1,Rt=!1,kt=!1,Et=!1,ze;ze=Symbol.for("react.module.reference");function St(t){return!!(typeof t=="string"||typeof t=="function"||t===o||t===l||Et||t===d||t===v||t===b||kt||t===j||q||ae||Rt||typeof t=="object"&&t!==null&&(t.$$typeof===T||t.$$typeof===I||t.$$typeof===y||t.$$typeof===m||t.$$typeof===g||t.$$typeof===ze||t.getModuleId!==void 0))}function wt(t,i,s){var u=t.displayName;if(u)return u;var _=i.displayName||i.name||"";return _!==""?s+"("+_+")":s}function Ke(t){return t.displayName||"Context"}function B(t){if(t==null)return null;if(typeof t.tag=="number"&&w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t;switch(t){case o:return"Fragment";case n:return"Portal";case l:return"Profiler";case d:return"StrictMode";case v:return"Suspense";case b:return"SuspenseList"}if(typeof t=="object")switch(t.$$typeof){case m:var i=t;return Ke(i)+".Consumer";case y:var s=t;return Ke(s._context)+".Provider";case g:return wt(t,t.render,"ForwardRef");case I:var u=t.displayName||null;return u!==null?u:B(t.type)||"Memo";case T:{var _=t,A=_._payload,p=_._init;try{return B(p(A))}catch{return null}}}return null}var H=Object.assign,ee=0,Xe,Qe,Ze,qe,et,tt,rt;function at(){}at.__reactDisabledLog=!0;function Ct(){{if(ee===0){Xe=console.log,Qe=console.info,Ze=console.warn,qe=console.error,et=console.group,tt=console.groupCollapsed,rt=console.groupEnd;var t={configurable:!0,enumerable:!0,value:at,writable:!0};Object.defineProperties(console,{info:t,log:t,warn:t,error:t,group:t,groupCollapsed:t,groupEnd:t})}ee++}}function Ot(){{if(ee--,ee===0){var t={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:H({},t,{value:Xe}),info:H({},t,{value:Qe}),warn:H({},t,{value:Ze}),error:H({},t,{value:qe}),group:H({},t,{value:et}),groupCollapsed:H({},t,{value:tt}),groupEnd:H({},t,{value:rt})})}ee<0&&w("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var fe=U.ReactCurrentDispatcher,de;function ie(t,i,s){{if(de===void 0)try{throw Error()}catch(_){var u=_.stack.trim().match(/\n( *(at )?)/);de=u&&u[1]||""}return`
|
|
18
18
|
`+de+t}}var ge=!1,ne;{var It=typeof WeakMap=="function"?WeakMap:Map;ne=new It}function it(t,i){if(!t||ge)return"";{var s=ne.get(t);if(s!==void 0)return s}var u;ge=!0;var _=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var A;A=fe.current,fe.current=null,Ct();try{if(i){var p=function(){throw Error()};if(Object.defineProperty(p.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(p,[])}catch(W){u=W}Reflect.construct(t,[],p)}else{try{p.call()}catch(W){u=W}t.call(p.prototype)}}else{try{throw Error()}catch(W){u=W}t()}}catch(W){if(W&&u&&typeof W.stack=="string"){for(var h=W.stack.split(`
|
|
19
|
-
`),
|
|
20
|
-
`),k=h.length-1,
|
|
21
|
-
`+h[k].replace(" at new "," at ");return t.displayName&&F.includes("<anonymous>")&&(F=F.replace("<anonymous>",t.displayName)),typeof t=="function"&&ne.set(t,F),F}while(k>=1&&
|
|
19
|
+
`),D=u.stack.split(`
|
|
20
|
+
`),k=h.length-1,C=D.length-1;k>=1&&C>=0&&h[k]!==D[C];)C--;for(;k>=1&&C>=0;k--,C--)if(h[k]!==D[C]){if(k!==1||C!==1)do if(k--,C--,C<0||h[k]!==D[C]){var F=`
|
|
21
|
+
`+h[k].replace(" at new "," at ");return t.displayName&&F.includes("<anonymous>")&&(F=F.replace("<anonymous>",t.displayName)),typeof t=="function"&&ne.set(t,F),F}while(k>=1&&C>=0);break}}}finally{ge=!1,fe.current=A,Ot(),Error.prepareStackTrace=_}var J=t?t.displayName||t.name:"",bt=J?ie(J):"";return typeof t=="function"&&ne.set(t,bt),bt}function Pt(t,i,s){return it(t,!1)}function jt(t){var i=t.prototype;return!!(i&&i.isReactComponent)}function se(t,i,s){if(t==null)return"";if(typeof t=="function")return it(t,jt(t));if(typeof t=="string")return ie(t);switch(t){case v:return ie("Suspense");case b:return ie("SuspenseList")}if(typeof t=="object")switch(t.$$typeof){case g:return Pt(t.render);case I:return se(t.type,i,s);case T:{var u=t,_=u._payload,A=u._init;try{return se(A(_),i,s)}catch{}}}return""}var le=Object.prototype.hasOwnProperty,nt={},st=U.ReactDebugCurrentFrame;function ce(t){if(t){var i=t._owner,s=se(t.type,t._source,i?i.type:null);st.setExtraStackFrame(s)}else st.setExtraStackFrame(null)}function Lt(t,i,s,u,_){{var A=Function.call.bind(le);for(var p in t)if(A(t,p)){var h=void 0;try{if(typeof t[p]!="function"){var D=Error((u||"React class")+": "+s+" type `"+p+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof t[p]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw D.name="Invariant Violation",D}h=t[p](i,p,u,s,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(k){h=k}h&&!(h instanceof Error)&&(ce(_),w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",u||"React class",s,p,typeof h),ce(null)),h instanceof Error&&!(h.message in nt)&&(nt[h.message]=!0,ce(_),w("Failed %s type: %s",s,h.message),ce(null))}}}var Dt=Array.isArray;function he(t){return Dt(t)}function xt(t){{var i=typeof Symbol=="function"&&Symbol.toStringTag,s=i&&t[Symbol.toStringTag]||t.constructor.name||"Object";return s}}function Ft(t){try{return lt(t),!1}catch{return!0}}function lt(t){return""+t}function ct(t){if(Ft(t))return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",xt(t)),lt(t)}var te=U.ReactCurrentOwner,Mt={key:!0,ref:!0,__self:!0,__source:!0},ot,ut,me;me={};function $t(t){if(le.call(t,"ref")){var i=Object.getOwnPropertyDescriptor(t,"ref").get;if(i&&i.isReactWarning)return!1}return t.ref!==void 0}function Bt(t){if(le.call(t,"key")){var i=Object.getOwnPropertyDescriptor(t,"key").get;if(i&&i.isReactWarning)return!1}return t.key!==void 0}function Wt(t,i){if(typeof t.ref=="string"&&te.current&&i&&te.current.stateNode!==i){var s=B(te.current.type);me[s]||(w('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',B(te.current.type),t.ref),me[s]=!0)}}function Yt(t,i){{var s=function(){ot||(ot=!0,w("%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)",i))};s.isReactWarning=!0,Object.defineProperty(t,"key",{get:s,configurable:!0})}}function Ut(t,i){{var s=function(){ut||(ut=!0,w("%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)",i))};s.isReactWarning=!0,Object.defineProperty(t,"ref",{get:s,configurable:!0})}}var Ht=function(t,i,s,u,_,A,p){var h={$$typeof:a,type:t,key:i,ref:s,props:p,_owner:A};return h._store={},Object.defineProperty(h._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(h,"_self",{configurable:!1,enumerable:!1,writable:!1,value:u}),Object.defineProperty(h,"_source",{configurable:!1,enumerable:!1,writable:!1,value:_}),Object.freeze&&(Object.freeze(h.props),Object.freeze(h)),h};function Vt(t,i,s,u,_){{var A,p={},h=null,D=null;s!==void 0&&(ct(s),h=""+s),Bt(i)&&(ct(i.key),h=""+i.key),$t(i)&&(D=i.ref,Wt(i,_));for(A in i)le.call(i,A)&&!Mt.hasOwnProperty(A)&&(p[A]=i[A]);if(t&&t.defaultProps){var k=t.defaultProps;for(A in k)p[A]===void 0&&(p[A]=k[A])}if(h||D){var C=typeof t=="function"?t.displayName||t.name||"Unknown":t;h&&Yt(p,C),D&&Ut(p,C)}return Ht(t,h,D,_,u,te.current,p)}}var ve=U.ReactCurrentOwner,ft=U.ReactDebugCurrentFrame;function G(t){if(t){var i=t._owner,s=se(t.type,t._source,i?i.type:null);ft.setExtraStackFrame(s)}else ft.setExtraStackFrame(null)}var be;be=!1;function pe(t){return typeof t=="object"&&t!==null&&t.$$typeof===a}function dt(){{if(ve.current){var t=B(ve.current.type);if(t)return`
|
|
22
22
|
|
|
23
23
|
Check the render method of \``+t+"`."}return""}}function Gt(t){{if(t!==void 0){var i=t.fileName.replace(/^.*[\\\/]/,""),s=t.lineNumber;return`
|
|
24
24
|
|
|
25
25
|
Check your code at `+i+":"+s+"."}return""}}var gt={};function Jt(t){{var i=dt();if(!i){var s=typeof t=="string"?t:t.displayName||t.name;s&&(i=`
|
|
26
26
|
|
|
27
|
-
Check the top-level render call using <`+s+">.")}return i}}function ht(t,i){{if(!t._store||t._store.validated||t.key!=null)return;t._store.validated=!0;var s=Jt(i);if(gt[s])return;gt[s]=!0;var u="";t&&t._owner&&t._owner!==ve.current&&(u=" It was passed a child from "+B(t._owner.type)+"."),G(t),
|
|
27
|
+
Check the top-level render call using <`+s+">.")}return i}}function ht(t,i){{if(!t._store||t._store.validated||t.key!=null)return;t._store.validated=!0;var s=Jt(i);if(gt[s])return;gt[s]=!0;var u="";t&&t._owner&&t._owner!==ve.current&&(u=" It was passed a child from "+B(t._owner.type)+"."),G(t),w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',s,u),G(null)}}function mt(t,i){{if(typeof t!="object")return;if(he(t))for(var s=0;s<t.length;s++){var u=t[s];pe(u)&&ht(u,i)}else if(pe(t))t._store&&(t._store.validated=!0);else if(t){var _=ue(t);if(typeof _=="function"&&_!==t.entries)for(var A=_.call(t),p;!(p=A.next()).done;)pe(p.value)&&ht(p.value,i)}}}function zt(t){{var i=t.type;if(i==null||typeof i=="string")return;var s;if(typeof i=="function")s=i.propTypes;else if(typeof i=="object"&&(i.$$typeof===g||i.$$typeof===I))s=i.propTypes;else return;if(s){var u=B(i);Lt(s,t.props,"prop",u,t)}else if(i.PropTypes!==void 0&&!be){be=!0;var _=B(i);w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",_||"Unknown")}typeof i.getDefaultProps=="function"&&!i.getDefaultProps.isReactClassApproved&&w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Kt(t){{for(var i=Object.keys(t.props),s=0;s<i.length;s++){var u=i[s];if(u!=="children"&&u!=="key"){G(t),w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",u),G(null);break}}t.ref!==null&&(G(t),w("Invalid attribute `ref` supplied to `React.Fragment`."),G(null))}}function vt(t,i,s,u,_,A){{var p=St(t);if(!p){var h="";(t===void 0||typeof t=="object"&&t!==null&&Object.keys(t).length===0)&&(h+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var D=Gt(_);D?h+=D:h+=dt();var k;t===null?k="null":he(t)?k="array":t!==void 0&&t.$$typeof===a?(k="<"+(B(t.type)||"Unknown")+" />",h=" Did you accidentally export a JSX literal instead of a component?"):k=typeof t,w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",k,h)}var C=Vt(t,i,s,_,A);if(C==null)return C;if(p){var F=i.children;if(F!==void 0)if(u)if(he(F)){for(var J=0;J<F.length;J++)mt(F[J],t);Object.freeze&&Object.freeze(F)}else w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else mt(F,t)}return t===o?Kt(C):zt(C),C}}function Xt(t,i,s){return vt(t,i,s,!0)}function Qt(t,i,s){return vt(t,i,s,!1)}var Zt=Qt,qt=Xt;X.Fragment=o,X.jsx=Zt,X.jsxs=qt}()),X}(function(e){process.env.NODE_ENV==="production"?e.exports=_t():e.exports=Tt()})(re);const M=re.exports.Fragment,r=re.exports.jsx,c=re.exports.jsxs,x=({node:e})=>e.hasTitle()?r("div",{className:"title",children:O.default(e.getTitle()||"")}):null,Q=({node:e})=>e.hasTitle()?r("div",{className:"title",children:O.default(e.getCaptionedTitle()||"")}):null,E=e=>typeof e.getRole()=="string"?e.getRole():void 0,N=e=>e.getLineNumber()?{"data-lineno":e.getLineNumber()}:{},Ae=({node:e})=>{const a=e.getAttributes(),n=e.getDocument(),o=Y(e),d=()=>n.getAttribute("icons")==="font"&&!a.icon?r("i",{className:`fa icon-${a.name}`,title:a.textlabel}):r("img",{src:e.getIconUri(a.name),alt:a.textlabel}),l=e.content_model;return r("div",{className:`admonitionblock ${a.name}`,...N(e),children:r("table",{children:r("tbody",{children:c("tr",{children:[r("td",{className:"icon",children:n.hasAttribute("icons")?d():r("div",{className:"title",children:e.getAttribute("textlabel")})}),c("td",{className:"content",children:[r(x,{node:e}),l==="simple"?O.default(o):r(L,{blocks:e.getBlocks()})]})]})})})})},Ne=({node:e})=>{const a=e.getAttribute("start"),n=e.getAttribute("start"),o=(a||n)&&`#t=${a||""}`+n?`,${n}`:"";return c("div",{className:"audioblock",...N(e),children:[r(x,{node:e}),r("div",{className:"content",children:r("audio",{src:`${e.getMediaUri(e.getAttribute("target"))}${o}`,autoPlay:e.isOption("autoplay"),controls:!e.isOption("nocontrols"),loop:e.isOption("loop"),children:"Your browser does not support the audio tag."})})]})},Re=({node:e})=>c("div",{className:"colist",...N(e),children:[r(x,{node:e}),r("table",{children:r("tbody",{children:e.getItems().map((a,n)=>c("tr",{children:[c("td",{children:[r("i",{className:"conum","data-value":n+1}),r("b",{children:n+1})]}),c("td",{children:[O.default(a.getText()),r(L,{blocks:a.getBlocks()})]})]},n))})})]});var ke={exports:{}};/*!
|
|
28
28
|
Copyright (c) 2018 Jed Watson.
|
|
29
29
|
Licensed under the MIT License (MIT), see
|
|
30
30
|
http://jedwatson.github.io/classnames
|
|
31
|
-
*/(function(e){(function(){var a={}.hasOwnProperty;function n(){for(var o=[],d=0;d<arguments.length;d++){var l=arguments[d];if(!!l){var y=typeof l;if(y==="string"||y==="number")o.push(l);else if(Array.isArray(l)){if(l.length){var m=n.apply(null,l);m&&o.push(m)}}else if(y==="object"){if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]")){o.push(l.toString());continue}for(var g in l)a.call(l,g)&&l[g]&&o.push(g)}}}return o.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(ke);const S=ke.exports,Ee=({node:e})=>{const a=e.getStyle(),n=l=>{const y=l,m=y[0];let g=y[1];return g.getNodeName||(g=null),{terms:m,dd:g}},o=l=>{if(l)return c("dd",{children:[l.hasText()&&r("p",{children:C.default(l.getText())}),l.hasBlocks()&&r(D,{blocks:l.getBlocks()})]})},d=e.hasTitle()&&r("div",{className:"title",children:e.getCaptionedTitle()});if(a==="qanda")return c("div",{className:S("qlist qanda",E(e)),...R(e),children:[d,r("ol",{children:e.getItems().map((l,y)=>{const{terms:m,dd:g}=n(l);return c("li",{children:[m.map((v,b)=>r("p",{children:r("em",{children:v.getText()})},b)),o(g)]},y)})})]});if(a==="horizontal"){const l=e.getAttribute("labelwidth"),y=e.getAttribute("itemwidth");return c("div",{className:S("hdlist",E(e)),children:[d,c("table",{children:[(l||y)&&c("colgroup",{children:[r("col",{style:{width:l?`${l.replace("%","")}%`:""}}),r("col",{style:{width:y?`${y.replace("%","")}%`:""}})]}),r("tbody",{children:e.getItems().map((m,g)=>{const{terms:v,dd:b}=n(m);return c("tr",{children:[r("td",{className:S("hdlist1",e.isOption("strong")?"strong":""),children:v.map((O,T)=>c(N.Fragment,{children:[T!==0&&r("br",{}),C.default(O.getText())]},T))}),b&&c("td",{className:"hdlist2",children:[b.hasText()&&r("p",{children:C.default(b.getText())}),b.hasBlocks()&&r(D,{blocks:b.getBlocks()})]})]},g)})})]})]})}else return c("div",{className:S("dlist",e.getStyle(),E(e)),children:[d,r("dl",{children:e.getItems().map((l,y)=>{const{terms:m,dd:g}=n(l);return c(N.Fragment,{children:[m.map((v,b)=>r("dt",{className:"hdlist1",children:C.default(v.getText())},b)),o(g)]},y)})})]})},Z=({node:e,opts:a})=>{if(!e.hasSections())return null;const n=e.getSections(),o=e.getDocument(),d=N.useMemo(()=>o.getAttributes(),[e]),l=N.useMemo(()=>o.getAttribute("sectnumlevels"),[e]),y=N.useMemo(()=>o.getAttribute("toclevels"),[e]),m=(a==null?void 0:a.sectNumLevels)||(l?parseInt(l):3),g=(a==null?void 0:a.tocLevels)||(y?parseInt(y):2);return r("ul",{className:`sectlevel${n[0].getLevel()}`,children:n.map(v=>{let b=v.$sectnum();b=b==="."||b===".."?"":b;const O=v.getLevel();let T="";if(v.getCaption())T=v.getCaptionedTitle();else if(O<=m)if(O<2&&o.getDoctype()=="book"){const j=v.getSectionName();j==="chapter"?T=`${d["chapter-signifier"]||""} ${b} ${v.getTitle()}`:j==="part"?T=`${d["part-signifier"]||""} ${b} ${v.getTitle()}`:T=`${b} ${v.getTitle()}`}else T=`${b} ${v.getTitle()}`;else T=v.getTitle()||"";return c("li",{children:[r("a",{href:`#${v.getId()}`,children:C.default(T)}),O<g&&r(Z,{node:v,opts:{tocLevels:g,sectNumLevels:m}})]},v.getId())})})},Se=({document:e})=>{const a=e.getBlocks(),[n,o]=N.useState();N.useMemo(()=>{(a||a[0])&&o(e.getFootnotes())},[a]);const d=()=>{var m;return e.getNoheader()?null:r("div",{id:"header",children:e.hasHeader()&&c(M,{children:[r("h1",{dangerouslySetInnerHTML:{__html:((m=e.getDocumentTitle())==null?void 0:m.toString())||""}}),r(y,{}),e.hasSections()&&e.hasAttribute("toc")&&e.getAttribute("toc-placement")==="auto"&&c("div",{id:"toc",className:e.getAttribute("toc-class","toc"),children:[r("div",{id:"toctitle",children:e.getAttribute("toc-title")}),r(Z,{node:e})]})]})})},l=()=>n&&n.length>0&&a&&!a[0].getDocument().hasAttribute("nofootnotes")?c("div",{id:"footnotes",children:[r("hr",{}),n.map(m=>c("div",{className:"footnote",id:`_footnotedef_${m.getIndex()}`,children:[r("a",{href:`#_footnoteref_${m.getIndex()}`,children:m.getIndex()}),"."," ",C.default(m.getText()||"")]},m.getIndex()))]}):null,y=()=>e.getAuthors().length>0||e.hasAttribute("revnumber")||e.hasAttribute("revdate")||e.hasAttribute("revremark")?c("div",{className:"details",children:[e.getAuthors().map((g,v)=>c(N.Fragment,{children:[g.getName()&&c(M,{children:[r("span",{id:`author${v+1>1?v+1:""}`,className:"author",children:C.default(e.applySubstitutions(g.getName()||"").toString())}),r("br",{})]}),g.getEmail()&&c(M,{children:[r("span",{id:`email${v+1>1?v+1:""}`,className:"email",children:C.default(e.applySubstitutions(g.getEmail()||"").toString())}),r("br",{})]})]},v)),e.hasAttribute("revnumber")&&r("span",{id:"revnumber",children:`${e.getAttribute("version-label").toLowerCase()} ${e.getAttribute("revnumber")}${e.hasAttribute("revdate")?",":""}`}),e.hasAttribute("revdate")&&r("span",{id:"revdate",children:e.getAttribute("revdate")}),e.hasAttribute("revremark")&&c(M,{children:[r("br",{}),r("span",{id:"revremark",children:e.getAttribute("revremark")})]})]}):null;return c(M,{children:[r(d,{}),r("div",{id:"content",children:r(D,{blocks:a})}),r(l,{})]})},we=({node:e})=>c("div",{className:S("exampleblock",E(e)),...R(e),children:[r(Q,{node:e}),r("div",{className:"content",children:r(D,{blocks:e.getBlocks()})})]}),Ce=({node:e})=>{const a=e.getLevel();return c(M,{children:[r("a",{className:"sectionanchor",id:`${e.getId()||""}`,...R(e)}),N.createElement(`h${a+1}`,null,r(x,{node:e}))]})},Oe=({node:e})=>{const a=e.getAttribute("target");let n=r("img",{src:e.getImageUri(a),alt:e.getAttribute("alt"),width:e.getAttribute("width"),height:e.getAttribute("height")});return e.hasAttribute("link")&&(n=r("a",{className:"image",href:e.getAttribute("link"),children:n})),c("div",{className:`imageblock ${e.hasAttribute("align")?"text-"+e.getAttribute("align"):""} ${e.hasAttribute("float")?e.getAttribute("float"):""} ${e.getRole()?e.getRole():""}`,...R(e),children:[r("div",{className:"content",children:n}),r(Q,{node:e})]})},Ie=({node:e})=>{const a=e.getDocument(),n=e.getAttributes(),o=e.isOption("nowrap")||!a.hasAttribute("prewrap"),d=Y(e);if(e.getStyle()==="source"){const l=n.language;return c("div",{className:"listingblock",...R(e),children:[r(Q,{node:e}),r("div",{className:"content",children:r("pre",{className:S("highlight",o?" nowrap":""),children:l?r("code",{className:l?`language-${l}`:"","data-lang":l,dangerouslySetInnerHTML:{__html:d}}):r("code",{dangerouslySetInnerHTML:{__html:d}})})})]})}else return c("div",{className:"listingblock",...R(e),children:[r(Q,{node:e}),r("div",{className:"content",children:r("pre",{className:o?" nowrap":"",children:r("code",{dangerouslySetInnerHTML:{__html:e.getSource()}})})})]})},Pe=({node:e})=>{const n=e.getDocument().getAttributes().prewrap===void 0||e.isOption("nowrap");return c("div",{className:"literalblock",...R(e),children:[r(x,{node:e}),r("div",{className:"content",children:r("pre",{className:n?"nowrap":"",children:e.getSource()})})]})},je=({node:e})=>c("div",{className:S("olist",E(e),e.getStyle()),...R(e),children:[r(x,{node:e}),r("ol",{className:e.getStyle(),reversed:e.isOption("reversed"),start:e.getAttribute("start"),children:e.getItems().map((a,n)=>c("li",{className:E(e)?E(e):"",children:[r("p",{children:C.default(a.getText())}),r(D,{blocks:a.getBlocks()})]},n))})]}),De=({node:e})=>{const a=e.getStyle();return a==="abstract"?c("div",{className:S("quoteblock abstract",E(e)),...R(e),children:[r(x,{node:e}),r("blockquote",{className:"content",children:r(D,{blocks:e.getBlocks()})})]}):c("div",{className:S("openblock",a&&a!=="open"?a:"",E(e)),...R(e),children:[r(x,{node:e}),r("div",{className:"content",children:r(D,{blocks:e.getBlocks()})})]})},Le=()=>r("div",{style:{pageBreakAfter:"always"}}),xe=({node:e})=>{const a=Y(e);return c("div",{id:e.getId?e.getId():"",className:S("paragraph",E(e)),...R(e),children:[r(x,{node:e}),r("p",{dangerouslySetInnerHTML:{__html:a}})]})},Fe=({node:e})=>{const a=Y(e);return r(M,{children:C.default(a)})},Me=({node:e})=>{const a=e.getDocument(),n=a.getAttribute("toc-placement")==="preamble"&&a.hasSections()&&a.hasAttribute("toc");return r("div",{id:"preamble",...R(e),children:c("div",{className:"sectionbody",children:[r(D,{blocks:e.getBlocks()}),n&&c("div",{id:"toc",className:a.getAttribute("toc-class","toc"),children:[r("div",{id:"toctitle",children:C.default(a.getAttribute("toc-title"))}),r(Z,{node:a})]})]})})},$e=({node:e})=>{const a=e.getAttribute("attribution"),n=e.getAttribute("citetitle"),o=Y(e);return c("div",{id:e.getId?e.getId():"",className:S("quoteblock",E(e)),...R(e),children:[r(x,{node:e}),r("blockquote",{dangerouslySetInnerHTML:{__html:o}}),a&&c("div",{className:"attribution",children:["\u2014 ",a,n&&r("cite",{children:n})]})]})},Be=({node:e})=>{const a=e.getDocument().getAttributes(),n=e.getLevel();let o="",d=e.getSectionNumeral();d=d==="."?"":d;const l=a.sectnumlevels?parseInt(a.sectnumlevels):3;if(e.getCaption())o=e.getCaptionedTitle();else if(e.isNumbered()&&n<=l)if(n<2&&e.getDocument().getDoctype()=="book"){const y=e.getSectionName();y==="chapter"?o=`${a["chapter-signifier"]||""} ${d} ${e.getTitle()}`:y==="part"?o=`${a["part-signifier"]||""} ${d} ${e.getTitle()}`:o=`${d} ${e.getTitle()}`}else o=`${d} ${e.getTitle()}`;else o=e.getTitle()||"";return a.sectlinks&&(o=c(M,{children:[r("a",{className:"anchor",id:e.getId()||"",...R(e)}),r("a",{className:"link",href:`#${e.getId()}`,dangerouslySetInnerHTML:{__html:o}})]})),n===0?c(M,{children:[r("h1",{className:S("sect0",E(e)),"data-sectnum":d,...R(e),children:o}),r(D,{blocks:e.getBlocks()})]}):c("div",{className:S(`sect${n}`,E(e)),...R(e),children:[N.createElement(`h${n+1}`,{"data-sectnum":d},o),r("div",{className:"sectionbody",children:r(D,{blocks:e.getBlocks()})})]})},We=({node:e})=>r("div",{className:S("sidebarblock",E(e)),...R(e),children:c("div",{className:"content",children:[r(x,{node:e}),r(D,{blocks:e.getBlocks()})]})}),Ye=({node:e})=>{let a=["frame-"+e.getAttribute("frame","all","table-frame"),"grid-"+e.getAttribute("grid","all","table-grid")],n=e.getAttribute("stripes",null,"table-stripes");n&&a.push("stripes-"+n);let o=e.hasAutowidthOption(),d=e.getAttribute("tablepcwidth"),l=null;o&&!e.hasAttribute("width")?a.push("fit-content"):d==100?a.push("stretch"):l=`${d}%`,e.hasAttribute("float")&&a.push(e.getAttribute("float")),e.getRole()&&a.push(e.getRole()||"");const y=e.getRowCount(),m=e.getColumns(),g=e.getHeadRows(),v=e.getBodyRows(),b=e.getFootRows(),O=T=>S("tableblock",`halign-${T.getAttribute("halign")}`,`valign-${T.getAttribute("valign")}`);return c("table",{className:S("tableblock",...a),style:{width:l||void 0},...R(e),children:[e.hasTitle()&&r("caption",{className:"title",children:e.getCaptionedTitle()}),y>0&&r("colgroup",{children:m.map((T,j)=>{const I=T.getAttribute("colpcwidth");return r("col",{style:{width:`${I}%`}},j)})}),g.map((T,j)=>r("thead",{children:r("tr",{children:T.map((I,$)=>r("th",{className:O(I),dangerouslySetInnerHTML:{__html:I.getText()}},$))})},j)),r("tbody",{children:v.map((T,j)=>r("tr",{children:T.map((I,$)=>{const ue=I.getColumnSpan(),U=I.getRowSpan(),P=Y(I),V={colSpan:ue,rowSpan:U,className:O(I)},q=I.getStyle();if(q==="asciidoc")return N.createElement("td",{...V,key:$},r("div",{className:"content",dangerouslySetInnerHTML:{__html:P}}));if(q==="literal")return N.createElement("td",{...V,key:$},r("div",{className:"literal",children:r("pre",{dangerouslySetInnerHTML:{__html:P}})}));if(q==="header")return N.createElement("th",{...V,key:$},r("p",{className:"tableblock",dangerouslySetInnerHTML:{__html:P}}));{const ae=I.getContent();if(ae.length>0)return N.createElement("td",{...V,key:$},C.default(`<p class="tableblock">${ae.join(`</p>
|
|
32
|
-
<p class="tableblock">`)}</p>`))}})},j))}),b.map((T,j)=>r("tfoot",{children:r("tr",{children:T.map((
|
|
31
|
+
*/(function(e){(function(){var a={}.hasOwnProperty;function n(){for(var o=[],d=0;d<arguments.length;d++){var l=arguments[d];if(!!l){var y=typeof l;if(y==="string"||y==="number")o.push(l);else if(Array.isArray(l)){if(l.length){var m=n.apply(null,l);m&&o.push(m)}}else if(y==="object"){if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]")){o.push(l.toString());continue}for(var g in l)a.call(l,g)&&l[g]&&o.push(g)}}}return o.join(" ")}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(ke);const S=ke.exports,Ee=({node:e})=>{const a=e.getStyle(),n=l=>{const y=l,m=y[0];let g=y[1];return g.getNodeName||(g=null),{terms:m,dd:g}},o=l=>{if(l)return c("dd",{children:[l.hasText()&&r("p",{children:O.default(l.getText())}),l.hasBlocks()&&r(L,{blocks:l.getBlocks()})]})},d=e.hasTitle()&&r("div",{className:"title",children:e.getCaptionedTitle()});if(a==="qanda")return c("div",{className:S("qlist qanda",E(e)),...N(e),children:[d,r("ol",{children:e.getItems().map((l,y)=>{const{terms:m,dd:g}=n(l);return c("li",{children:[m.map((v,b)=>r("p",{children:r("em",{children:v.getText()})},b)),o(g)]},y)})})]});if(a==="horizontal"){const l=e.getAttribute("labelwidth"),y=e.getAttribute("itemwidth");return c("div",{className:S("hdlist",E(e)),children:[d,c("table",{children:[(l||y)&&c("colgroup",{children:[r("col",{style:{width:l?`${l.replace("%","")}%`:""}}),r("col",{style:{width:y?`${y.replace("%","")}%`:""}})]}),r("tbody",{children:e.getItems().map((m,g)=>{const{terms:v,dd:b}=n(m);return c("tr",{children:[r("td",{className:S("hdlist1",e.isOption("strong")?"strong":""),children:v.map((I,T)=>c(R.Fragment,{children:[T!==0&&r("br",{}),O.default(I.getText())]},T))}),b&&c("td",{className:"hdlist2",children:[b.hasText()&&r("p",{children:O.default(b.getText())}),b.hasBlocks()&&r(L,{blocks:b.getBlocks()})]})]},g)})})]})]})}else return c("div",{className:S("dlist",e.getStyle(),E(e)),children:[d,r("dl",{children:e.getItems().map((l,y)=>{const{terms:m,dd:g}=n(l);return c(R.Fragment,{children:[m.map((v,b)=>r("dt",{className:"hdlist1",children:O.default(v.getText())},b)),o(g)]},y)})})]})},Z=({node:e,opts:a})=>{if(!e.hasSections())return null;const n=e.getSections(),o=e.getDocument(),d=R.useMemo(()=>o.getAttributes(),[e]),l=R.useMemo(()=>o.getAttribute("sectnumlevels"),[e]),y=R.useMemo(()=>o.getAttribute("toclevels"),[e]),m=(a==null?void 0:a.sectNumLevels)||(l?parseInt(l):3),g=(a==null?void 0:a.tocLevels)||(y?parseInt(y):2);return r("ul",{className:`sectlevel${n[0].getLevel()}`,children:n.map(v=>{let b=v.$sectnum();b=b==="."||b===".."?"":b;const I=v.getLevel();let T="";if(v.getCaption())T=v.getCaptionedTitle();else if(I<=m)if(I<2&&o.getDoctype()=="book"){const j=v.getSectionName();j==="chapter"?T=`${d["chapter-signifier"]||""} ${b} ${v.getTitle()}`:j==="part"?T=`${d["part-signifier"]||""} ${b} ${v.getTitle()}`:T=`${b} ${v.getTitle()}`}else T=`${b} ${v.getTitle()}`;else T=v.getTitle()||"";return c("li",{children:[r("a",{href:`#${v.getId()}`,children:O.default(T)}),I<g&&r(Z,{node:v,opts:{tocLevels:g,sectNumLevels:m}})]},v.getId())})})},Se=({document:e})=>{const a=e.getBlocks(),[n,o]=R.useState();R.useMemo(()=>{(a||a[0])&&o(e.getFootnotes())},[a]);const d=()=>{var m;return e.getNoheader()?null:r("div",{id:"header",children:e.hasHeader()&&c(M,{children:[r("h1",{dangerouslySetInnerHTML:{__html:((m=e.getDocumentTitle())==null?void 0:m.toString())||""}}),r(y,{}),e.hasSections()&&e.hasAttribute("toc")&&e.getAttribute("toc-placement")==="auto"&&c("div",{id:"toc",className:e.getAttribute("toc-class","toc"),children:[r("div",{id:"toctitle",children:e.getAttribute("toc-title")}),r(Z,{node:e})]})]})})},l=()=>n&&n.length>0&&a&&!a[0].getDocument().hasAttribute("nofootnotes")?c("div",{id:"footnotes",children:[r("hr",{}),n.map(m=>c("div",{className:"footnote",id:`_footnotedef_${m.getIndex()}`,children:[r("a",{href:`#_footnoteref_${m.getIndex()}`,children:m.getIndex()}),"."," ",O.default(m.getText()||"")]},m.getIndex()))]}):null,y=()=>e.getAuthors().length>0||e.hasAttribute("revnumber")||e.hasAttribute("revdate")||e.hasAttribute("revremark")?c("div",{className:"details",children:[e.getAuthors().map((g,v)=>c(R.Fragment,{children:[g.getName()&&c(M,{children:[r("span",{id:`author${v+1>1?v+1:""}`,className:"author",children:O.default(e.applySubstitutions(g.getName()||"").toString())}),r("br",{})]}),g.getEmail()&&c(M,{children:[r("span",{id:`email${v+1>1?v+1:""}`,className:"email",children:O.default(e.applySubstitutions(g.getEmail()||"").toString())}),r("br",{})]})]},v)),e.hasAttribute("revnumber")&&r("span",{id:"revnumber",children:`${e.getAttribute("version-label").toLowerCase()} ${e.getAttribute("revnumber")}${e.hasAttribute("revdate")?",":""}`}),e.hasAttribute("revdate")&&r("span",{id:"revdate",children:e.getAttribute("revdate")}),e.hasAttribute("revremark")&&c(M,{children:[r("br",{}),r("span",{id:"revremark",children:e.getAttribute("revremark")})]})]}):null;return c(M,{children:[r(d,{}),r("div",{id:"content",children:r(L,{blocks:a})}),r(l,{})]})},we=({node:e})=>c("div",{className:S("exampleblock",E(e)),...N(e),children:[r(Q,{node:e}),r("div",{className:"content",children:r(L,{blocks:e.getBlocks()})})]}),Ce=({node:e})=>{const a=e.getLevel();return c(M,{children:[r("a",{className:"sectionanchor",id:`${e.getId()||""}`,...N(e)}),R.createElement(`h${a+1}`,null,r(x,{node:e}))]})},Oe=({node:e})=>{const a=e.getAttribute("target");let n=r("img",{src:e.getImageUri(a),alt:e.getAttribute("alt"),width:e.getAttribute("width"),height:e.getAttribute("height")});return e.hasAttribute("link")&&(n=r("a",{className:"image",href:e.getAttribute("link"),children:n})),c("div",{className:`imageblock ${e.hasAttribute("align")?"text-"+e.getAttribute("align"):""} ${e.hasAttribute("float")?e.getAttribute("float"):""} ${e.getRole()?e.getRole():""}`,...N(e),children:[r("div",{className:"content",children:n}),r(Q,{node:e})]})},Ie=({node:e})=>{const a=e.getDocument(),n=e.getAttributes(),o=e.isOption("nowrap")||!a.hasAttribute("prewrap"),d=Y(e);if(e.getStyle()==="source"){const l=n.language;return c("div",{className:"listingblock",...N(e),children:[r(Q,{node:e}),r("div",{className:"content",children:r("pre",{className:S("highlight",o?" nowrap":""),children:l?r("code",{className:l?`language-${l}`:"","data-lang":l,dangerouslySetInnerHTML:{__html:d}}):r("code",{dangerouslySetInnerHTML:{__html:d}})})})]})}else return c("div",{className:"listingblock",...N(e),children:[r(Q,{node:e}),r("div",{className:"content",children:r("pre",{className:o?" nowrap":"",children:r("code",{dangerouslySetInnerHTML:{__html:e.getSource()}})})})]})},Pe=({node:e})=>{const n=e.getDocument().getAttributes().prewrap===void 0||e.isOption("nowrap");return c("div",{className:"literalblock",...N(e),children:[r(x,{node:e}),r("div",{className:"content",children:r("pre",{className:n?"nowrap":"",children:e.getSource()})})]})},je=({node:e})=>c("div",{className:S("olist",E(e),e.getStyle()),...N(e),children:[r(x,{node:e}),r("ol",{className:e.getStyle(),reversed:e.isOption("reversed"),start:e.getAttribute("start"),children:e.getItems().map((a,n)=>c("li",{className:E(e)?E(e):"",children:[r("p",{children:O.default(a.getText())}),r(L,{blocks:a.getBlocks()})]},n))})]}),Le=({node:e})=>{const a=e.getStyle();return a==="abstract"?c("div",{className:S("quoteblock abstract",E(e)),...N(e),children:[r(x,{node:e}),r("blockquote",{className:"content",children:r(L,{blocks:e.getBlocks()})})]}):c("div",{className:S("openblock",a&&a!=="open"?a:"",E(e)),...N(e),children:[r(x,{node:e}),r("div",{className:"content",children:r(L,{blocks:e.getBlocks()})})]})},De=()=>r("div",{style:{pageBreakAfter:"always"}}),xe=({node:e})=>{const a=Y(e);return c("div",{id:e.getId?e.getId():"",className:S("paragraph",E(e)),...N(e),children:[r(x,{node:e}),r("p",{dangerouslySetInnerHTML:{__html:a}})]})},Fe=({node:e})=>{const a=Y(e);return r(M,{children:O.default(a)})},Me=({node:e})=>{const a=e.getDocument(),n=a.getAttribute("toc-placement")==="preamble"&&a.hasSections()&&a.hasAttribute("toc");return r("div",{id:"preamble",...N(e),children:c("div",{className:"sectionbody",children:[r(L,{blocks:e.getBlocks()}),n&&c("div",{id:"toc",className:a.getAttribute("toc-class","toc"),children:[r("div",{id:"toctitle",children:O.default(a.getAttribute("toc-title"))}),r(Z,{node:a})]})]})})},$e=({node:e})=>{const a=e.getAttribute("attribution"),n=e.getAttribute("citetitle"),o=Y(e);return c("div",{id:e.getId?e.getId():"",className:S("quoteblock",E(e)),...N(e),children:[r(x,{node:e}),r("blockquote",{dangerouslySetInnerHTML:{__html:o}}),a&&c("div",{className:"attribution",children:["\u2014 ",a,n&&r("cite",{children:n})]})]})},Be=({node:e})=>{const a=e.getDocument().getAttributes(),n=e.getLevel();let o="",d=e.getSectionNumeral();d=d==="."?"":d;const l=a.sectnumlevels?parseInt(a.sectnumlevels):3;if(e.getCaption())o=e.getCaptionedTitle();else if(e.isNumbered()&&n<=l)if(n<2&&e.getDocument().getDoctype()=="book"){const y=e.getSectionName();y==="chapter"?o=`${a["chapter-signifier"]||""} ${d} ${e.getTitle()}`:y==="part"?o=`${a["part-signifier"]||""} ${d} ${e.getTitle()}`:o=`${d} ${e.getTitle()}`}else o=`${d} ${e.getTitle()}`;else o=e.getTitle()||"";return a.sectlinks&&(o=c(M,{children:[r("a",{className:"anchor",id:e.getId()||"",...N(e)}),r("a",{className:"link",href:`#${e.getId()}`,dangerouslySetInnerHTML:{__html:o}})]})),n===0?c(M,{children:[r("h1",{className:S("sect0",E(e)),"data-sectnum":d,...N(e),children:o}),r(L,{blocks:e.getBlocks()})]}):c("div",{className:S(`sect${n}`,E(e)),...N(e),children:[R.createElement(`h${n+1}`,{"data-sectnum":d},o),r("div",{className:"sectionbody",children:r(L,{blocks:e.getBlocks()})})]})},We=({node:e})=>r("div",{className:S("sidebarblock",E(e)),...N(e),children:c("div",{className:"content",children:[r(x,{node:e}),r(L,{blocks:e.getBlocks()})]})}),Ye=({node:e})=>{let a=["frame-"+e.getAttribute("frame","all","table-frame"),"grid-"+e.getAttribute("grid","all","table-grid")],n=e.getAttribute("stripes",null,"table-stripes");n&&a.push("stripes-"+n);let o=e.hasAutowidthOption(),d=e.getAttribute("tablepcwidth"),l=null;o&&!e.hasAttribute("width")?a.push("fit-content"):d==100?a.push("stretch"):l=`${d}%`,e.hasAttribute("float")&&a.push(e.getAttribute("float")),e.getRole()&&a.push(e.getRole()||"");const y=e.getRowCount(),m=e.getColumns(),g=e.getHeadRows(),v=e.getBodyRows(),b=e.getFootRows(),I=T=>S("tableblock",`halign-${T.getAttribute("halign")}`,`valign-${T.getAttribute("valign")}`);return c("table",{className:S("tableblock",...a),style:{width:l||void 0},...N(e),children:[e.hasTitle()&&r("caption",{className:"title",children:e.getCaptionedTitle()}),y>0&&r("colgroup",{children:m.map((T,j)=>{const P=T.getAttribute("colpcwidth");return r("col",{style:{width:`${P}%`}},j)})}),g.map((T,j)=>r("thead",{children:r("tr",{children:T.map((P,$)=>r("th",{className:I(P),dangerouslySetInnerHTML:{__html:P.getText()}},$))})},j)),r("tbody",{children:v.map((T,j)=>r("tr",{children:T.map((P,$)=>{const ue=P.getColumnSpan(),U=P.getRowSpan(),w=Y(P),V={colSpan:ue,rowSpan:U,className:I(P)},q=P.getStyle();if(q==="asciidoc")return R.createElement("td",{...V,key:$},r("div",{className:"content",dangerouslySetInnerHTML:{__html:w}}));if(q==="literal")return R.createElement("td",{...V,key:$},r("div",{className:"literal",children:r("pre",{dangerouslySetInnerHTML:{__html:w}})}));if(q==="header")return R.createElement("th",{...V,key:$},r("p",{className:"tableblock",dangerouslySetInnerHTML:{__html:w}}));{let ae=w;return R.createElement("td",{...V,key:$},ae.length===0?"":O.default(`<p class="tableblock">${ae.join(`</p>
|
|
32
|
+
<p class="tableblock">`)}</p>`))}})},j))}),b.map((T,j)=>r("tfoot",{children:r("tr",{children:T.map((P,$)=>r("td",{className:I(P),children:r("p",{className:"tableblock",dangerouslySetInnerHTML:{__html:P.getText()}})},$))})},j))]})},Ue=({node:e})=>{let a=e.getId()||"toc";const n=e.getDocument(),o=e.hasTitle()?e.getTitle():n.getAttribute("toc-title"),d=R.useMemo(()=>n.getAttribute("toc-placement"),[e]),l=R.useMemo(()=>n.hasAttribute("toc"),[e]),y=e.hasAttribute("levels")?parseInt(e.getAttribute("levels")):void 0;return d==="macro"&&n.hasSections()&&l?c("div",{id:a,className:S("toc",E(e)),children:[r("div",{id:`${a}title`,className:"title",children:O.default(o||"")}),r(Z,{node:e.getDocument(),opts:{tocLevels:y}})]}):null},He=()=>r("hr",{}),Ve=({node:e})=>{const a=e.isOption("checklist");return c("div",{id:e.getId?e.getId():"",className:S("ulist",e.getStyle(),E(e),a&&"checklist"),...N(e),children:[r(x,{node:e}),r("ul",{className:a?"checklist":"",children:e.getItems().map((n,o)=>a?r("li",{id:n.getId(),className:E(e),children:c("p",{children:[a&&n.hasAttribute("checkbox")&&r("i",{className:S("fa",n.hasAttribute("checked")?"fa-check-square-o":"fa-square-o")})," ",O.default(n.getText())]})},o):c("li",{id:n.getId(),className:E(e),children:[r("p",{dangerouslySetInnerHTML:{__html:n.getText()}}),r(L,{blocks:n.getBlocks()})]},o))})]})},Ge=({node:e})=>{const a=e.getAttribute("attribution"),n=e.getAttribute("citetitle"),o=Y(e);return c("div",{id:e.getId?e.getId():"",className:S("verseblock",E(e)),...N(e),children:[r(x,{node:e}),r("pre",{className:"content",dangerouslySetInnerHTML:{__html:o}}),a&&c("div",{className:"attribution",children:["\u2014 ",a,n&&r("cite",{children:n})]})]})},Je=R.createContext({}),At=({content:e,options:a})=>{const n=a&&a.customDocument;return r(Je.Provider,{value:a||{},children:n?r(n,{document:e}):r(Se,{document:e})})},L=({blocks:e})=>r(M,{children:e.map((a,n)=>r(Nt,{node:a},`${n}-${a.getNodeName()}`))}),Nt=({node:e})=>{const a=R.useContext(Je),n=e.getNodeName(),o=e.getDocument(),d=e.getAttributes();o.playbackAttributes(d);const l=a&&a.overrides&&a.overrides[n];if(l)return r(l,{node:e});switch(n){case"audio":return r(Ne,{node:e});case"preamble":return r(Me,{node:e});case"section":return r(Be,{node:e});case"paragraph":return r(xe,{node:e});case"dlist":return r(Ee,{node:e});case"ulist":return r(Ve,{node:e});case"floating_title":return r(Ce,{node:e});case"admonition":return r(Ae,{node:e});case"listing":return r(Ie,{node:e});case"literal":return r(Pe,{node:e});case"image":return r(Oe,{node:e});case"colist":return r(Re,{node:e});case"olist":return r(je,{node:e});case"table":return r(Ye,{node:e});case"thematic_break":return r(He,{});case"open":return r(Le,{node:e});case"pass":return r(Fe,{node:e});case"page_break":return r(De,{});case"example":return r(we,{node:e});case"sidebar":return r(We,{node:e});case"quote":return r($e,{node:e});case"verse":return r(Ge,{node:e});case"toc":return r(Ue,{node:e});default:return r(M,{children:O.default(e.convert())})}};Object.defineProperty(f,"asciidoctor",{enumerable:!0,get:()=>yt.default}),f.Admonition=Ae,f.Audio=Ne,f.CaptionedTitle=Q,f.CoList=Re,f.Content=L,f.DList=Ee,f.Document=Se,f.Example=we,f.FloatingTitle=Ce,f.Image=Oe,f.Listing=Ie,f.Literal=Pe,f.OList=je,f.Open=Le,f.Outline=Z,f.PageBreak=De,f.Paragraph=xe,f.Pass=Fe,f.Preamble=Me,f.Quote=$e,f.Section=Be,f.Sidebar=We,f.Table=Ye,f.TableOfContents=Ue,f.ThematicBreak=He,f.Title=x,f.UList=Ve,f.Verse=Ge,f.default=At,f.getLineNumber=N,f.getRole=E,f.useGetContent=Y,Object.defineProperties(f,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { AbstractBlock } from '@asciidoctor/core';
|
|
|
4
4
|
import type * as AdocTypes from '@asciidoctor/core';
|
|
5
5
|
import useGetContent from './hooks/useGetContent';
|
|
6
6
|
import { Admonition, Audio, CoList, DList, Document, Example, FloatingTitle, Image, Listing, Literal, OList, Open, PageBreak, Paragraph, Pass, Preamble, Quote, Section, Sidebar, Table, TableOfContents, ThematicBreak, UList, Verse } from './templates';
|
|
7
|
-
import { CaptionedTitle, Title, getRole } from './templates/util';
|
|
7
|
+
import { CaptionedTitle, Title, getLineNumber, getRole } from './templates/util';
|
|
8
8
|
declare type Overrides = {
|
|
9
9
|
admonition?: typeof Admonition;
|
|
10
10
|
audio?: typeof Audio;
|
|
@@ -42,5 +42,5 @@ declare const Content: ({ blocks }: {
|
|
|
42
42
|
blocks: AbstractBlock[];
|
|
43
43
|
}) => JSX.Element;
|
|
44
44
|
export default Asciidoc;
|
|
45
|
-
export { asciidoctor, Content, useGetContent, Title, getRole, CaptionedTitle, AdocTypes };
|
|
45
|
+
export { asciidoctor, Content, useGetContent, Title, getRole, getLineNumber, CaptionedTitle, AdocTypes, };
|
|
46
46
|
export * from './templates';
|