@oxide/react-asciidoc 1.1.4 → 1.2.0--canary.49.17945101313.0
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 +575 -570
- package/dist/react-asciidoc.umd.cjs +6 -6
- package/package.json +18 -17
package/dist/react-asciidoc.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import Ae, { Fragment as se, createElement as C, createContext as Se, useContext as ve } from "react";
|
|
2
2
|
import v from "html-react-parser";
|
|
3
|
-
import { default as
|
|
4
|
-
function
|
|
3
|
+
import { default as kr } from "html-react-parser";
|
|
4
|
+
function Te(e) {
|
|
5
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
6
6
|
}
|
|
7
|
-
var
|
|
7
|
+
var M = { exports: {} }, V = {};
|
|
8
8
|
/**
|
|
9
9
|
* @license React
|
|
10
10
|
* react-jsx-runtime.production.js
|
|
@@ -14,23 +14,23 @@ var te = { exports: {} }, V = {};
|
|
|
14
14
|
* This source code is licensed under the MIT license found in the
|
|
15
15
|
* LICENSE file in the root directory of this source tree.
|
|
16
16
|
*/
|
|
17
|
-
var
|
|
18
|
-
function
|
|
19
|
-
if (
|
|
20
|
-
|
|
17
|
+
var de;
|
|
18
|
+
function Re() {
|
|
19
|
+
if (de) return V;
|
|
20
|
+
de = 1;
|
|
21
21
|
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
|
|
22
|
-
function s(n,
|
|
23
|
-
var
|
|
24
|
-
if (o !== void 0 && (
|
|
22
|
+
function s(n, l, o) {
|
|
23
|
+
var a = null;
|
|
24
|
+
if (o !== void 0 && (a = "" + o), l.key !== void 0 && (a = "" + l.key), "key" in l) {
|
|
25
25
|
o = {};
|
|
26
|
-
for (var
|
|
27
|
-
|
|
28
|
-
} else o =
|
|
29
|
-
return
|
|
26
|
+
for (var c in l)
|
|
27
|
+
c !== "key" && (o[c] = l[c]);
|
|
28
|
+
} else o = l;
|
|
29
|
+
return l = o.ref, {
|
|
30
30
|
$$typeof: e,
|
|
31
31
|
type: n,
|
|
32
|
-
key:
|
|
33
|
-
ref:
|
|
32
|
+
key: a,
|
|
33
|
+
ref: l !== void 0 ? l : null,
|
|
34
34
|
props: o
|
|
35
35
|
};
|
|
36
36
|
}
|
|
@@ -46,166 +46,166 @@ var H = {};
|
|
|
46
46
|
* This source code is licensed under the MIT license found in the
|
|
47
47
|
* LICENSE file in the root directory of this source tree.
|
|
48
48
|
*/
|
|
49
|
-
var
|
|
50
|
-
function
|
|
51
|
-
return
|
|
52
|
-
function e(
|
|
53
|
-
if (
|
|
54
|
-
if (typeof
|
|
55
|
-
return
|
|
56
|
-
if (typeof
|
|
57
|
-
switch (
|
|
58
|
-
case
|
|
49
|
+
var ge;
|
|
50
|
+
function Le() {
|
|
51
|
+
return ge || (ge = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
52
|
+
function e(i) {
|
|
53
|
+
if (i == null) return null;
|
|
54
|
+
if (typeof i == "function")
|
|
55
|
+
return i.$$typeof === qe ? null : i.displayName || i.name || null;
|
|
56
|
+
if (typeof i == "string") return i;
|
|
57
|
+
switch (i) {
|
|
58
|
+
case x:
|
|
59
59
|
return "Fragment";
|
|
60
60
|
case $:
|
|
61
61
|
return "Profiler";
|
|
62
|
-
case
|
|
62
|
+
case U:
|
|
63
63
|
return "StrictMode";
|
|
64
64
|
case G:
|
|
65
65
|
return "Suspense";
|
|
66
|
-
case ve:
|
|
67
|
-
return "SuspenseList";
|
|
68
66
|
case je:
|
|
67
|
+
return "SuspenseList";
|
|
68
|
+
case ye:
|
|
69
69
|
return "Activity";
|
|
70
70
|
}
|
|
71
|
-
if (typeof
|
|
72
|
-
switch (typeof
|
|
71
|
+
if (typeof i == "object")
|
|
72
|
+
switch (typeof i.tag == "number" && console.error(
|
|
73
73
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
74
|
-
),
|
|
75
|
-
case
|
|
74
|
+
), i.$$typeof) {
|
|
75
|
+
case N:
|
|
76
76
|
return "Portal";
|
|
77
|
-
case
|
|
78
|
-
return (
|
|
79
|
-
case
|
|
80
|
-
return (
|
|
77
|
+
case L:
|
|
78
|
+
return (i.displayName || "Context") + ".Provider";
|
|
79
|
+
case R:
|
|
80
|
+
return (i._context.displayName || "Context") + ".Consumer";
|
|
81
81
|
case B:
|
|
82
|
-
var
|
|
83
|
-
return
|
|
84
|
-
case
|
|
85
|
-
return
|
|
82
|
+
var d = i.render;
|
|
83
|
+
return i = i.displayName, i || (i = d.displayName || d.name || "", i = i !== "" ? "ForwardRef(" + i + ")" : "ForwardRef"), i;
|
|
84
|
+
case Ne:
|
|
85
|
+
return d = i.displayName || null, d !== null ? d : e(i.type) || "Memo";
|
|
86
86
|
case le:
|
|
87
|
-
|
|
87
|
+
d = i._payload, i = i._init;
|
|
88
88
|
try {
|
|
89
|
-
return e(
|
|
89
|
+
return e(i(d));
|
|
90
90
|
} catch {
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
return null;
|
|
94
94
|
}
|
|
95
|
-
function t(
|
|
96
|
-
return "" +
|
|
95
|
+
function t(i) {
|
|
96
|
+
return "" + i;
|
|
97
97
|
}
|
|
98
|
-
function s(
|
|
98
|
+
function s(i) {
|
|
99
99
|
try {
|
|
100
|
-
t(
|
|
101
|
-
var
|
|
100
|
+
t(i);
|
|
101
|
+
var d = !1;
|
|
102
102
|
} catch {
|
|
103
|
-
|
|
103
|
+
d = !0;
|
|
104
104
|
}
|
|
105
|
-
if (
|
|
106
|
-
|
|
107
|
-
var
|
|
108
|
-
return
|
|
109
|
-
|
|
105
|
+
if (d) {
|
|
106
|
+
d = console;
|
|
107
|
+
var h = d.error, y = typeof Symbol == "function" && Symbol.toStringTag && i[Symbol.toStringTag] || i.constructor.name || "Object";
|
|
108
|
+
return h.call(
|
|
109
|
+
d,
|
|
110
110
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
111
111
|
y
|
|
112
|
-
), t(
|
|
112
|
+
), t(i);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
function n(
|
|
116
|
-
if (
|
|
117
|
-
if (typeof
|
|
115
|
+
function n(i) {
|
|
116
|
+
if (i === x) return "<>";
|
|
117
|
+
if (typeof i == "object" && i !== null && i.$$typeof === le)
|
|
118
118
|
return "<...>";
|
|
119
119
|
try {
|
|
120
|
-
var
|
|
121
|
-
return
|
|
120
|
+
var d = e(i);
|
|
121
|
+
return d ? "<" + d + ">" : "<...>";
|
|
122
122
|
} catch {
|
|
123
123
|
return "<...>";
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
function
|
|
127
|
-
var
|
|
128
|
-
return
|
|
126
|
+
function l() {
|
|
127
|
+
var i = W.A;
|
|
128
|
+
return i === null ? null : i.getOwner();
|
|
129
129
|
}
|
|
130
130
|
function o() {
|
|
131
131
|
return Error("react-stack-top-frame");
|
|
132
132
|
}
|
|
133
|
-
function
|
|
134
|
-
if (
|
|
135
|
-
var
|
|
136
|
-
if (
|
|
133
|
+
function a(i) {
|
|
134
|
+
if (ne.call(i, "key")) {
|
|
135
|
+
var d = Object.getOwnPropertyDescriptor(i, "key").get;
|
|
136
|
+
if (d && d.isReactWarning) return !1;
|
|
137
137
|
}
|
|
138
|
-
return
|
|
138
|
+
return i.key !== void 0;
|
|
139
139
|
}
|
|
140
|
-
function
|
|
141
|
-
function
|
|
142
|
-
|
|
140
|
+
function c(i, d) {
|
|
141
|
+
function h() {
|
|
142
|
+
oe || (oe = !0, console.error(
|
|
143
143
|
"%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://react.dev/link/special-props)",
|
|
144
|
-
|
|
144
|
+
d
|
|
145
145
|
));
|
|
146
146
|
}
|
|
147
|
-
|
|
148
|
-
get:
|
|
147
|
+
h.isReactWarning = !0, Object.defineProperty(i, "key", {
|
|
148
|
+
get: h,
|
|
149
149
|
configurable: !0
|
|
150
150
|
});
|
|
151
151
|
}
|
|
152
|
-
function
|
|
153
|
-
var
|
|
154
|
-
return
|
|
152
|
+
function p() {
|
|
153
|
+
var i = e(this.type);
|
|
154
|
+
return ce[i] || (ce[i] = !0, console.error(
|
|
155
155
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
156
|
-
)),
|
|
156
|
+
)), i = this.props.ref, i !== void 0 ? i : null;
|
|
157
157
|
}
|
|
158
|
-
function
|
|
159
|
-
return
|
|
160
|
-
$$typeof:
|
|
161
|
-
type:
|
|
162
|
-
key:
|
|
163
|
-
props:
|
|
164
|
-
_owner:
|
|
165
|
-
}, (
|
|
158
|
+
function j(i, d, h, y, S, k, Z, X) {
|
|
159
|
+
return h = k.ref, i = {
|
|
160
|
+
$$typeof: f,
|
|
161
|
+
type: i,
|
|
162
|
+
key: d,
|
|
163
|
+
props: k,
|
|
164
|
+
_owner: S
|
|
165
|
+
}, (h !== void 0 ? h : null) !== null ? Object.defineProperty(i, "ref", {
|
|
166
166
|
enumerable: !1,
|
|
167
|
-
get:
|
|
168
|
-
}) : Object.defineProperty(
|
|
167
|
+
get: p
|
|
168
|
+
}) : Object.defineProperty(i, "ref", { enumerable: !1, value: null }), i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
169
169
|
configurable: !1,
|
|
170
170
|
enumerable: !1,
|
|
171
171
|
writable: !0,
|
|
172
172
|
value: 0
|
|
173
|
-
}), Object.defineProperty(
|
|
173
|
+
}), Object.defineProperty(i, "_debugInfo", {
|
|
174
174
|
configurable: !1,
|
|
175
175
|
enumerable: !1,
|
|
176
176
|
writable: !0,
|
|
177
177
|
value: null
|
|
178
|
-
}), Object.defineProperty(
|
|
178
|
+
}), Object.defineProperty(i, "_debugStack", {
|
|
179
179
|
configurable: !1,
|
|
180
180
|
enumerable: !1,
|
|
181
181
|
writable: !0,
|
|
182
|
-
value:
|
|
183
|
-
}), Object.defineProperty(
|
|
182
|
+
value: Z
|
|
183
|
+
}), Object.defineProperty(i, "_debugTask", {
|
|
184
184
|
configurable: !1,
|
|
185
185
|
enumerable: !1,
|
|
186
186
|
writable: !0,
|
|
187
|
-
value:
|
|
188
|
-
}), Object.freeze && (Object.freeze(
|
|
187
|
+
value: X
|
|
188
|
+
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
189
189
|
}
|
|
190
|
-
function
|
|
191
|
-
var q =
|
|
190
|
+
function g(i, d, h, y, S, k, Z, X) {
|
|
191
|
+
var q = d.children;
|
|
192
192
|
if (q !== void 0)
|
|
193
193
|
if (y)
|
|
194
|
-
if (
|
|
194
|
+
if (Ee(q)) {
|
|
195
195
|
for (y = 0; y < q.length; y++)
|
|
196
|
-
|
|
196
|
+
u(q[y]);
|
|
197
197
|
Object.freeze && Object.freeze(q);
|
|
198
198
|
} else
|
|
199
199
|
console.error(
|
|
200
200
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
201
201
|
);
|
|
202
|
-
else
|
|
203
|
-
if (
|
|
204
|
-
q = e(
|
|
205
|
-
var
|
|
206
|
-
return
|
|
202
|
+
else u(q);
|
|
203
|
+
if (ne.call(d, "key")) {
|
|
204
|
+
q = e(i);
|
|
205
|
+
var D = Object.keys(d).filter(function(ke) {
|
|
206
|
+
return ke !== "key";
|
|
207
207
|
});
|
|
208
|
-
y = 0 <
|
|
208
|
+
y = 0 < D.length ? "{key: someKey, " + D.join(": ..., ") + ": ...}" : "{key: someKey}", me[q + y] || (D = 0 < D.length ? "{" + D.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
209
209
|
`A props object containing a "key" prop is being spread into JSX:
|
|
210
210
|
let props = %s;
|
|
211
211
|
<%s {...props} />
|
|
@@ -214,82 +214,85 @@ React keys must be passed directly to JSX without using spread:
|
|
|
214
214
|
<%s key={someKey} {...props} />`,
|
|
215
215
|
y,
|
|
216
216
|
q,
|
|
217
|
-
|
|
217
|
+
D,
|
|
218
218
|
q
|
|
219
|
-
),
|
|
219
|
+
), me[q + y] = !0);
|
|
220
220
|
}
|
|
221
|
-
if (q = null,
|
|
222
|
-
|
|
223
|
-
for (var
|
|
224
|
-
|
|
225
|
-
} else
|
|
226
|
-
return q &&
|
|
227
|
-
|
|
228
|
-
typeof
|
|
229
|
-
),
|
|
230
|
-
|
|
221
|
+
if (q = null, h !== void 0 && (s(h), q = "" + h), a(d) && (s(d.key), q = "" + d.key), "key" in d) {
|
|
222
|
+
h = {};
|
|
223
|
+
for (var Q in d)
|
|
224
|
+
Q !== "key" && (h[Q] = d[Q]);
|
|
225
|
+
} else h = d;
|
|
226
|
+
return q && c(
|
|
227
|
+
h,
|
|
228
|
+
typeof i == "function" ? i.displayName || i.name || "Unknown" : i
|
|
229
|
+
), j(
|
|
230
|
+
i,
|
|
231
231
|
q,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
232
|
+
k,
|
|
233
|
+
S,
|
|
234
|
+
l(),
|
|
235
|
+
h,
|
|
236
|
+
Z,
|
|
237
|
+
X
|
|
238
238
|
);
|
|
239
239
|
}
|
|
240
|
-
function
|
|
241
|
-
typeof
|
|
240
|
+
function u(i) {
|
|
241
|
+
typeof i == "object" && i !== null && i.$$typeof === f && i._store && (i._store.validated = 1);
|
|
242
242
|
}
|
|
243
|
-
var
|
|
243
|
+
var m = Ae, f = Symbol.for("react.transitional.element"), N = Symbol.for("react.portal"), x = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), $ = Symbol.for("react.profiler"), R = Symbol.for("react.consumer"), L = Symbol.for("react.context"), B = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), je = Symbol.for("react.suspense_list"), Ne = Symbol.for("react.memo"), le = Symbol.for("react.lazy"), ye = Symbol.for("react.activity"), qe = Symbol.for("react.client.reference"), W = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ne = Object.prototype.hasOwnProperty, Ee = Array.isArray, J = console.createTask ? console.createTask : function() {
|
|
244
244
|
return null;
|
|
245
245
|
};
|
|
246
|
-
|
|
247
|
-
react_stack_bottom_frame: function(
|
|
248
|
-
return
|
|
246
|
+
m = {
|
|
247
|
+
react_stack_bottom_frame: function(i) {
|
|
248
|
+
return i();
|
|
249
249
|
}
|
|
250
250
|
};
|
|
251
|
-
var
|
|
252
|
-
|
|
251
|
+
var oe, ce = {}, ue = m.react_stack_bottom_frame.bind(
|
|
252
|
+
m,
|
|
253
253
|
o
|
|
254
|
-
)(),
|
|
255
|
-
H.Fragment =
|
|
256
|
-
var
|
|
257
|
-
return
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
254
|
+
)(), pe = J(n(o)), me = {};
|
|
255
|
+
H.Fragment = x, H.jsx = function(i, d, h, y, S) {
|
|
256
|
+
var k = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
257
|
+
return g(
|
|
258
|
+
i,
|
|
259
|
+
d,
|
|
260
|
+
h,
|
|
261
261
|
!1,
|
|
262
262
|
y,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
263
|
+
S,
|
|
264
|
+
k ? Error("react-stack-top-frame") : ue,
|
|
265
|
+
k ? J(n(i)) : pe
|
|
266
266
|
);
|
|
267
|
-
}, H.jsxs = function(
|
|
268
|
-
var
|
|
269
|
-
return
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
267
|
+
}, H.jsxs = function(i, d, h, y, S) {
|
|
268
|
+
var k = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
269
|
+
return g(
|
|
270
|
+
i,
|
|
271
|
+
d,
|
|
272
|
+
h,
|
|
273
273
|
!0,
|
|
274
274
|
y,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
275
|
+
S,
|
|
276
|
+
k ? Error("react-stack-top-frame") : ue,
|
|
277
|
+
k ? J(n(i)) : pe
|
|
278
278
|
);
|
|
279
279
|
};
|
|
280
|
-
}()), H;
|
|
280
|
+
})()), H;
|
|
281
281
|
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
282
|
+
var he;
|
|
283
|
+
function De() {
|
|
284
|
+
return he || (he = 1, process.env.NODE_ENV === "production" ? M.exports = Re() : M.exports = Le()), M.exports;
|
|
285
|
+
}
|
|
286
|
+
var r = De();
|
|
287
|
+
const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title", children: v(e) }) : null, Ce = ({ node: e }) => {
|
|
288
|
+
const { document: t } = T(), s = t.attributes || {}, n = e.attributes, l = () => s.icons === "font" && !n.icon ? /* @__PURE__ */ r.jsx("i", { className: `fa icon-${n.name}`, title: `${n.textlabel}` }) : /* @__PURE__ */ r.jsx("img", { src: e.iconUri, alt: `${n.textlabel}` });
|
|
286
289
|
return /* @__PURE__ */ r.jsx(
|
|
287
290
|
"div",
|
|
288
291
|
{
|
|
289
292
|
className: `admonitionblock ${n.name}`,
|
|
290
293
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
291
294
|
children: /* @__PURE__ */ r.jsx("table", { children: /* @__PURE__ */ r.jsx("tbody", { children: /* @__PURE__ */ r.jsxs("tr", { children: [
|
|
292
|
-
/* @__PURE__ */ r.jsx("td", { className: "icon", children: s.icons ?
|
|
295
|
+
/* @__PURE__ */ r.jsx("td", { className: "icon", children: s.icons ? l() : /* @__PURE__ */ r.jsx("div", { className: "title", children: n.textlabel }) }),
|
|
293
296
|
/* @__PURE__ */ r.jsxs("td", { className: "content", children: [
|
|
294
297
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
295
298
|
e.content && v(e.content),
|
|
@@ -298,7 +301,7 @@ const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title"
|
|
|
298
301
|
] }) }) })
|
|
299
302
|
}
|
|
300
303
|
);
|
|
301
|
-
},
|
|
304
|
+
}, _e = ({ node: e }) => {
|
|
302
305
|
const t = e.attributes.start, s = e.attributes.end, n = (t || s) && `#t=${t || ""}` + s ? `,${s}` : "";
|
|
303
306
|
return /* @__PURE__ */ r.jsxs(
|
|
304
307
|
"div",
|
|
@@ -320,7 +323,7 @@ const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title"
|
|
|
320
323
|
]
|
|
321
324
|
}
|
|
322
325
|
);
|
|
323
|
-
},
|
|
326
|
+
}, Oe = ({ node: e }) => /* @__PURE__ */ r.jsxs("div", { className: "colist", ...e.lineNumber ? { "data-lineno": e.lineNumber } : {}, children: [
|
|
324
327
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
325
328
|
/* @__PURE__ */ r.jsx("table", { children: /* @__PURE__ */ r.jsx("tbody", { children: e.items.map((t, s) => /* @__PURE__ */ r.jsxs("tr", { children: [
|
|
326
329
|
/* @__PURE__ */ r.jsxs("td", { children: [
|
|
@@ -333,72 +336,75 @@ const w = ({ text: e }) => e ? /* @__PURE__ */ r.jsx("div", { className: "title"
|
|
|
333
336
|
] })
|
|
334
337
|
] }, s)) }) })
|
|
335
338
|
] });
|
|
336
|
-
var
|
|
339
|
+
var K = { exports: {} };
|
|
337
340
|
/*!
|
|
338
341
|
Copyright (c) 2018 Jed Watson.
|
|
339
342
|
Licensed under the MIT License (MIT), see
|
|
340
343
|
http://jedwatson.github.io/classnames
|
|
341
344
|
*/
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
function
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
function n(o) {
|
|
353
|
-
if (typeof o == "string" || typeof o == "number")
|
|
345
|
+
var be;
|
|
346
|
+
function Ie() {
|
|
347
|
+
return be || (be = 1, (function(e) {
|
|
348
|
+
(function() {
|
|
349
|
+
var t = {}.hasOwnProperty;
|
|
350
|
+
function s() {
|
|
351
|
+
for (var o = "", a = 0; a < arguments.length; a++) {
|
|
352
|
+
var c = arguments[a];
|
|
353
|
+
c && (o = l(o, n(c)));
|
|
354
|
+
}
|
|
354
355
|
return o;
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
356
|
+
}
|
|
357
|
+
function n(o) {
|
|
358
|
+
if (typeof o == "string" || typeof o == "number")
|
|
359
|
+
return o;
|
|
360
|
+
if (typeof o != "object")
|
|
361
|
+
return "";
|
|
362
|
+
if (Array.isArray(o))
|
|
363
|
+
return s.apply(null, o);
|
|
364
|
+
if (o.toString !== Object.prototype.toString && !o.toString.toString().includes("[native code]"))
|
|
365
|
+
return o.toString();
|
|
366
|
+
var a = "";
|
|
367
|
+
for (var c in o)
|
|
368
|
+
t.call(o, c) && o[c] && (a = l(a, c));
|
|
369
|
+
return a;
|
|
370
|
+
}
|
|
371
|
+
function l(o, a) {
|
|
372
|
+
return a ? o ? o + " " + a : o + a : o;
|
|
373
|
+
}
|
|
374
|
+
e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
|
|
375
|
+
})();
|
|
376
|
+
})(K)), K.exports;
|
|
377
|
+
}
|
|
378
|
+
var Pe = Ie();
|
|
379
|
+
const b = /* @__PURE__ */ Te(Pe);
|
|
380
|
+
var _ = function() {
|
|
381
|
+
return _ = Object.assign || function(e) {
|
|
376
382
|
for (var t, s = 1, n = arguments.length; s < n; s++) {
|
|
377
383
|
t = arguments[s];
|
|
378
|
-
for (var
|
|
384
|
+
for (var l in t) Object.prototype.hasOwnProperty.call(t, l) && (e[l] = t[l]);
|
|
379
385
|
}
|
|
380
386
|
return e;
|
|
381
|
-
},
|
|
382
|
-
},
|
|
383
|
-
function
|
|
384
|
-
for (var s = {}, n = {},
|
|
385
|
-
for (var
|
|
386
|
-
var
|
|
387
|
-
s[
|
|
387
|
+
}, _.apply(this, arguments);
|
|
388
|
+
}, Ue = "~", $e = "~~";
|
|
389
|
+
function ae(e, t) {
|
|
390
|
+
for (var s = {}, n = {}, l = e.split($e), o = !1, a = 0; l.length > a; a++) {
|
|
391
|
+
for (var c = l[a].split(Ue), p = 0; p < c.length; p += 2) {
|
|
392
|
+
var j = c[p], g = c[p + 1], u = "&" + j + ";";
|
|
393
|
+
s[u] = g, o && (s["&" + j] = g), n[g] = u;
|
|
388
394
|
}
|
|
389
395
|
o = !0;
|
|
390
396
|
}
|
|
391
|
-
return t ? { entities:
|
|
397
|
+
return t ? { entities: _(_({}, s), t.entities), characters: _(_({}, n), t.characters) } : { entities: s, characters: n };
|
|
392
398
|
}
|
|
393
|
-
var
|
|
399
|
+
var ee = {
|
|
394
400
|
xml: /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,
|
|
395
401
|
html4: /∉|&(?:nbsp|iexcl|cent|pound|curren|yen|brvbar|sect|uml|copy|ordf|laquo|not|shy|reg|macr|deg|plusmn|sup2|sup3|acute|micro|para|middot|cedil|sup1|ordm|raquo|frac14|frac12|frac34|iquest|Agrave|Aacute|Acirc|Atilde|Auml|Aring|AElig|Ccedil|Egrave|Eacute|Ecirc|Euml|Igrave|Iacute|Icirc|Iuml|ETH|Ntilde|Ograve|Oacute|Ocirc|Otilde|Ouml|times|Oslash|Ugrave|Uacute|Ucirc|Uuml|Yacute|THORN|szlig|agrave|aacute|acirc|atilde|auml|aring|aelig|ccedil|egrave|eacute|ecirc|euml|igrave|iacute|icirc|iuml|eth|ntilde|ograve|oacute|ocirc|otilde|ouml|divide|oslash|ugrave|uacute|ucirc|uuml|yacute|thorn|yuml|quot|amp|lt|gt|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,
|
|
396
402
|
html5: /·|℗|⋇|⪧|⩺|⋗|⦕|⩼|⪆|⥸|⋗|⋛|⪌|≷|≳|⪦|⩹|⋖|⋋|⋉|⥶|⩻|⦖|◃|⊴|◂|∉|⋹̸|⋵̸|∉|⋷|⋶|∌|∌|⋾|⋽|∥|⊠|⨱|⨰|&(?:AElig|AMP|Aacute|Acirc|Agrave|Aring|Atilde|Auml|COPY|Ccedil|ETH|Eacute|Ecirc|Egrave|Euml|GT|Iacute|Icirc|Igrave|Iuml|LT|Ntilde|Oacute|Ocirc|Ograve|Oslash|Otilde|Ouml|QUOT|REG|THORN|Uacute|Ucirc|Ugrave|Uuml|Yacute|aacute|acirc|acute|aelig|agrave|amp|aring|atilde|auml|brvbar|ccedil|cedil|cent|copy|curren|deg|divide|eacute|ecirc|egrave|eth|euml|frac12|frac14|frac34|gt|iacute|icirc|iexcl|igrave|iquest|iuml|laquo|lt|macr|micro|middot|nbsp|not|ntilde|oacute|ocirc|ograve|ordf|ordm|oslash|otilde|ouml|para|plusmn|pound|quot|raquo|reg|sect|shy|sup1|sup2|sup3|szlig|thorn|times|uacute|ucirc|ugrave|uml|uuml|yacute|yen|yuml|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g
|
|
397
|
-
},
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
P.html5 = se('Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~~InvisibleTimes~~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~~NegativeThickSpace~~NegativeThinSpace~~NegativeVeryThinSpace~~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~ ~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~ ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~"~REG~®', P.html4);
|
|
401
|
-
var
|
|
403
|
+
}, I = {};
|
|
404
|
+
I.xml = ae(`lt~<~gt~>~quot~"~apos~'~amp~&`);
|
|
405
|
+
I.html4 = ae(`apos~'~OElig~Œ~oelig~œ~Scaron~Š~scaron~š~Yuml~Ÿ~circ~ˆ~tilde~˜~ensp~ ~emsp~ ~thinsp~ ~zwnj~~zwj~~lrm~~rlm~~ndash~–~mdash~—~lsquo~‘~rsquo~’~sbquo~‚~ldquo~“~rdquo~”~bdquo~„~dagger~†~Dagger~‡~permil~‰~lsaquo~‹~rsaquo~›~euro~€~fnof~ƒ~Alpha~Α~Beta~Β~Gamma~Γ~Delta~Δ~Epsilon~Ε~Zeta~Ζ~Eta~Η~Theta~Θ~Iota~Ι~Kappa~Κ~Lambda~Λ~Mu~Μ~Nu~Ν~Xi~Ξ~Omicron~Ο~Pi~Π~Rho~Ρ~Sigma~Σ~Tau~Τ~Upsilon~Υ~Phi~Φ~Chi~Χ~Psi~Ψ~Omega~Ω~alpha~α~beta~β~gamma~γ~delta~δ~epsilon~ε~zeta~ζ~eta~η~theta~θ~iota~ι~kappa~κ~lambda~λ~mu~μ~nu~ν~xi~ξ~omicron~ο~pi~π~rho~ρ~sigmaf~ς~sigma~σ~tau~τ~upsilon~υ~phi~φ~chi~χ~psi~ψ~omega~ω~thetasym~ϑ~upsih~ϒ~piv~ϖ~bull~•~hellip~…~prime~′~Prime~″~oline~‾~frasl~⁄~weierp~℘~image~ℑ~real~ℜ~trade~™~alefsym~ℵ~larr~←~uarr~↑~rarr~→~darr~↓~harr~↔~crarr~↵~lArr~⇐~uArr~⇑~rArr~⇒~dArr~⇓~hArr~⇔~forall~∀~part~∂~exist~∃~empty~∅~nabla~∇~isin~∈~notin~∉~ni~∋~prod~∏~sum~∑~minus~−~lowast~∗~radic~√~prop~∝~infin~∞~ang~∠~and~∧~or~∨~cap~∩~cup~∪~int~∫~there4~∴~sim~∼~cong~≅~asymp~≈~ne~≠~equiv~≡~le~≤~ge~≥~sub~⊂~sup~⊃~nsub~⊄~sube~⊆~supe~⊇~oplus~⊕~otimes~⊗~perp~⊥~sdot~⋅~lceil~⌈~rceil~⌉~lfloor~⌊~rfloor~⌋~lang~〈~rang~〉~loz~◊~spades~♠~clubs~♣~hearts~♥~diams~♦~~nbsp~ ~iexcl~¡~cent~¢~pound~£~curren~¤~yen~¥~brvbar~¦~sect~§~uml~¨~copy~©~ordf~ª~laquo~«~not~¬~shy~~reg~®~macr~¯~deg~°~plusmn~±~sup2~²~sup3~³~acute~´~micro~µ~para~¶~middot~·~cedil~¸~sup1~¹~ordm~º~raquo~»~frac14~¼~frac12~½~frac34~¾~iquest~¿~Agrave~À~Aacute~Á~Acirc~Â~Atilde~Ã~Auml~Ä~Aring~Å~AElig~Æ~Ccedil~Ç~Egrave~È~Eacute~É~Ecirc~Ê~Euml~Ë~Igrave~Ì~Iacute~Í~Icirc~Î~Iuml~Ï~ETH~Ð~Ntilde~Ñ~Ograve~Ò~Oacute~Ó~Ocirc~Ô~Otilde~Õ~Ouml~Ö~times~×~Oslash~Ø~Ugrave~Ù~Uacute~Ú~Ucirc~Û~Uuml~Ü~Yacute~Ý~THORN~Þ~szlig~ß~agrave~à~aacute~á~acirc~â~atilde~ã~auml~ä~aring~å~aelig~æ~ccedil~ç~egrave~è~eacute~é~ecirc~ê~euml~ë~igrave~ì~iacute~í~icirc~î~iuml~ï~eth~ð~ntilde~ñ~ograve~ò~oacute~ó~ocirc~ô~otilde~õ~ouml~ö~divide~÷~oslash~ø~ugrave~ù~uacute~ú~ucirc~û~uuml~ü~yacute~ý~thorn~þ~yuml~ÿ~quot~"~amp~&~lt~<~gt~>`);
|
|
406
|
+
I.html5 = ae('Abreve~Ă~Acy~А~Afr~𝔄~Amacr~Ā~And~⩓~Aogon~Ą~Aopf~𝔸~ApplyFunction~~Ascr~𝒜~Assign~≔~Backslash~∖~Barv~⫧~Barwed~⌆~Bcy~Б~Because~∵~Bernoullis~ℬ~Bfr~𝔅~Bopf~𝔹~Breve~˘~Bscr~ℬ~Bumpeq~≎~CHcy~Ч~Cacute~Ć~Cap~⋒~CapitalDifferentialD~ⅅ~Cayleys~ℭ~Ccaron~Č~Ccirc~Ĉ~Cconint~∰~Cdot~Ċ~Cedilla~¸~CenterDot~·~Cfr~ℭ~CircleDot~⊙~CircleMinus~⊖~CirclePlus~⊕~CircleTimes~⊗~ClockwiseContourIntegral~∲~CloseCurlyDoubleQuote~”~CloseCurlyQuote~’~Colon~∷~Colone~⩴~Congruent~≡~Conint~∯~ContourIntegral~∮~Copf~ℂ~Coproduct~∐~CounterClockwiseContourIntegral~∳~Cross~⨯~Cscr~𝒞~Cup~⋓~CupCap~≍~DD~ⅅ~DDotrahd~⤑~DJcy~Ђ~DScy~Ѕ~DZcy~Џ~Darr~↡~Dashv~⫤~Dcaron~Ď~Dcy~Д~Del~∇~Dfr~𝔇~DiacriticalAcute~´~DiacriticalDot~˙~DiacriticalDoubleAcute~˝~DiacriticalGrave~`~DiacriticalTilde~˜~Diamond~⋄~DifferentialD~ⅆ~Dopf~𝔻~Dot~¨~DotDot~⃜~DotEqual~≐~DoubleContourIntegral~∯~DoubleDot~¨~DoubleDownArrow~⇓~DoubleLeftArrow~⇐~DoubleLeftRightArrow~⇔~DoubleLeftTee~⫤~DoubleLongLeftArrow~⟸~DoubleLongLeftRightArrow~⟺~DoubleLongRightArrow~⟹~DoubleRightArrow~⇒~DoubleRightTee~⊨~DoubleUpArrow~⇑~DoubleUpDownArrow~⇕~DoubleVerticalBar~∥~DownArrow~↓~DownArrowBar~⤓~DownArrowUpArrow~⇵~DownBreve~̑~DownLeftRightVector~⥐~DownLeftTeeVector~⥞~DownLeftVector~↽~DownLeftVectorBar~⥖~DownRightTeeVector~⥟~DownRightVector~⇁~DownRightVectorBar~⥗~DownTee~⊤~DownTeeArrow~↧~Downarrow~⇓~Dscr~𝒟~Dstrok~Đ~ENG~Ŋ~Ecaron~Ě~Ecy~Э~Edot~Ė~Efr~𝔈~Element~∈~Emacr~Ē~EmptySmallSquare~◻~EmptyVerySmallSquare~▫~Eogon~Ę~Eopf~𝔼~Equal~⩵~EqualTilde~≂~Equilibrium~⇌~Escr~ℰ~Esim~⩳~Exists~∃~ExponentialE~ⅇ~Fcy~Ф~Ffr~𝔉~FilledSmallSquare~◼~FilledVerySmallSquare~▪~Fopf~𝔽~ForAll~∀~Fouriertrf~ℱ~Fscr~ℱ~GJcy~Ѓ~Gammad~Ϝ~Gbreve~Ğ~Gcedil~Ģ~Gcirc~Ĝ~Gcy~Г~Gdot~Ġ~Gfr~𝔊~Gg~⋙~Gopf~𝔾~GreaterEqual~≥~GreaterEqualLess~⋛~GreaterFullEqual~≧~GreaterGreater~⪢~GreaterLess~≷~GreaterSlantEqual~⩾~GreaterTilde~≳~Gscr~𝒢~Gt~≫~HARDcy~Ъ~Hacek~ˇ~Hat~^~Hcirc~Ĥ~Hfr~ℌ~HilbertSpace~ℋ~Hopf~ℍ~HorizontalLine~─~Hscr~ℋ~Hstrok~Ħ~HumpDownHump~≎~HumpEqual~≏~IEcy~Е~IJlig~IJ~IOcy~Ё~Icy~И~Idot~İ~Ifr~ℑ~Im~ℑ~Imacr~Ī~ImaginaryI~ⅈ~Implies~⇒~Int~∬~Integral~∫~Intersection~⋂~InvisibleComma~~InvisibleTimes~~Iogon~Į~Iopf~𝕀~Iscr~ℐ~Itilde~Ĩ~Iukcy~І~Jcirc~Ĵ~Jcy~Й~Jfr~𝔍~Jopf~𝕁~Jscr~𝒥~Jsercy~Ј~Jukcy~Є~KHcy~Х~KJcy~Ќ~Kcedil~Ķ~Kcy~К~Kfr~𝔎~Kopf~𝕂~Kscr~𝒦~LJcy~Љ~Lacute~Ĺ~Lang~⟪~Laplacetrf~ℒ~Larr~↞~Lcaron~Ľ~Lcedil~Ļ~Lcy~Л~LeftAngleBracket~⟨~LeftArrow~←~LeftArrowBar~⇤~LeftArrowRightArrow~⇆~LeftCeiling~⌈~LeftDoubleBracket~⟦~LeftDownTeeVector~⥡~LeftDownVector~⇃~LeftDownVectorBar~⥙~LeftFloor~⌊~LeftRightArrow~↔~LeftRightVector~⥎~LeftTee~⊣~LeftTeeArrow~↤~LeftTeeVector~⥚~LeftTriangle~⊲~LeftTriangleBar~⧏~LeftTriangleEqual~⊴~LeftUpDownVector~⥑~LeftUpTeeVector~⥠~LeftUpVector~↿~LeftUpVectorBar~⥘~LeftVector~↼~LeftVectorBar~⥒~Leftarrow~⇐~Leftrightarrow~⇔~LessEqualGreater~⋚~LessFullEqual~≦~LessGreater~≶~LessLess~⪡~LessSlantEqual~⩽~LessTilde~≲~Lfr~𝔏~Ll~⋘~Lleftarrow~⇚~Lmidot~Ŀ~LongLeftArrow~⟵~LongLeftRightArrow~⟷~LongRightArrow~⟶~Longleftarrow~⟸~Longleftrightarrow~⟺~Longrightarrow~⟹~Lopf~𝕃~LowerLeftArrow~↙~LowerRightArrow~↘~Lscr~ℒ~Lsh~↰~Lstrok~Ł~Lt~≪~Map~⤅~Mcy~М~MediumSpace~ ~Mellintrf~ℳ~Mfr~𝔐~MinusPlus~∓~Mopf~𝕄~Mscr~ℳ~NJcy~Њ~Nacute~Ń~Ncaron~Ň~Ncedil~Ņ~Ncy~Н~NegativeMediumSpace~~NegativeThickSpace~~NegativeThinSpace~~NegativeVeryThinSpace~~NestedGreaterGreater~≫~NestedLessLess~≪~NewLine~\n~Nfr~𝔑~NoBreak~~NonBreakingSpace~ ~Nopf~ℕ~Not~⫬~NotCongruent~≢~NotCupCap~≭~NotDoubleVerticalBar~∦~NotElement~∉~NotEqual~≠~NotEqualTilde~≂̸~NotExists~∄~NotGreater~≯~NotGreaterEqual~≱~NotGreaterFullEqual~≧̸~NotGreaterGreater~≫̸~NotGreaterLess~≹~NotGreaterSlantEqual~⩾̸~NotGreaterTilde~≵~NotHumpDownHump~≎̸~NotHumpEqual~≏̸~NotLeftTriangle~⋪~NotLeftTriangleBar~⧏̸~NotLeftTriangleEqual~⋬~NotLess~≮~NotLessEqual~≰~NotLessGreater~≸~NotLessLess~≪̸~NotLessSlantEqual~⩽̸~NotLessTilde~≴~NotNestedGreaterGreater~⪢̸~NotNestedLessLess~⪡̸~NotPrecedes~⊀~NotPrecedesEqual~⪯̸~NotPrecedesSlantEqual~⋠~NotReverseElement~∌~NotRightTriangle~⋫~NotRightTriangleBar~⧐̸~NotRightTriangleEqual~⋭~NotSquareSubset~⊏̸~NotSquareSubsetEqual~⋢~NotSquareSuperset~⊐̸~NotSquareSupersetEqual~⋣~NotSubset~⊂⃒~NotSubsetEqual~⊈~NotSucceeds~⊁~NotSucceedsEqual~⪰̸~NotSucceedsSlantEqual~⋡~NotSucceedsTilde~≿̸~NotSuperset~⊃⃒~NotSupersetEqual~⊉~NotTilde~≁~NotTildeEqual~≄~NotTildeFullEqual~≇~NotTildeTilde~≉~NotVerticalBar~∤~Nscr~𝒩~Ocy~О~Odblac~Ő~Ofr~𝔒~Omacr~Ō~Oopf~𝕆~OpenCurlyDoubleQuote~“~OpenCurlyQuote~‘~Or~⩔~Oscr~𝒪~Otimes~⨷~OverBar~‾~OverBrace~⏞~OverBracket~⎴~OverParenthesis~⏜~PartialD~∂~Pcy~П~Pfr~𝔓~PlusMinus~±~Poincareplane~ℌ~Popf~ℙ~Pr~⪻~Precedes~≺~PrecedesEqual~⪯~PrecedesSlantEqual~≼~PrecedesTilde~≾~Product~∏~Proportion~∷~Proportional~∝~Pscr~𝒫~Qfr~𝔔~Qopf~ℚ~Qscr~𝒬~RBarr~⤐~Racute~Ŕ~Rang~⟫~Rarr~↠~Rarrtl~⤖~Rcaron~Ř~Rcedil~Ŗ~Rcy~Р~Re~ℜ~ReverseElement~∋~ReverseEquilibrium~⇋~ReverseUpEquilibrium~⥯~Rfr~ℜ~RightAngleBracket~⟩~RightArrow~→~RightArrowBar~⇥~RightArrowLeftArrow~⇄~RightCeiling~⌉~RightDoubleBracket~⟧~RightDownTeeVector~⥝~RightDownVector~⇂~RightDownVectorBar~⥕~RightFloor~⌋~RightTee~⊢~RightTeeArrow~↦~RightTeeVector~⥛~RightTriangle~⊳~RightTriangleBar~⧐~RightTriangleEqual~⊵~RightUpDownVector~⥏~RightUpTeeVector~⥜~RightUpVector~↾~RightUpVectorBar~⥔~RightVector~⇀~RightVectorBar~⥓~Rightarrow~⇒~Ropf~ℝ~RoundImplies~⥰~Rrightarrow~⇛~Rscr~ℛ~Rsh~↱~RuleDelayed~⧴~SHCHcy~Щ~SHcy~Ш~SOFTcy~Ь~Sacute~Ś~Sc~⪼~Scedil~Ş~Scirc~Ŝ~Scy~С~Sfr~𝔖~ShortDownArrow~↓~ShortLeftArrow~←~ShortRightArrow~→~ShortUpArrow~↑~SmallCircle~∘~Sopf~𝕊~Sqrt~√~Square~□~SquareIntersection~⊓~SquareSubset~⊏~SquareSubsetEqual~⊑~SquareSuperset~⊐~SquareSupersetEqual~⊒~SquareUnion~⊔~Sscr~𝒮~Star~⋆~Sub~⋐~Subset~⋐~SubsetEqual~⊆~Succeeds~≻~SucceedsEqual~⪰~SucceedsSlantEqual~≽~SucceedsTilde~≿~SuchThat~∋~Sum~∑~Sup~⋑~Superset~⊃~SupersetEqual~⊇~Supset~⋑~TRADE~™~TSHcy~Ћ~TScy~Ц~Tab~ ~Tcaron~Ť~Tcedil~Ţ~Tcy~Т~Tfr~𝔗~Therefore~∴~ThickSpace~ ~ThinSpace~ ~Tilde~∼~TildeEqual~≃~TildeFullEqual~≅~TildeTilde~≈~Topf~𝕋~TripleDot~⃛~Tscr~𝒯~Tstrok~Ŧ~Uarr~↟~Uarrocir~⥉~Ubrcy~Ў~Ubreve~Ŭ~Ucy~У~Udblac~Ű~Ufr~𝔘~Umacr~Ū~UnderBar~_~UnderBrace~⏟~UnderBracket~⎵~UnderParenthesis~⏝~Union~⋃~UnionPlus~⊎~Uogon~Ų~Uopf~𝕌~UpArrow~↑~UpArrowBar~⤒~UpArrowDownArrow~⇅~UpDownArrow~↕~UpEquilibrium~⥮~UpTee~⊥~UpTeeArrow~↥~Uparrow~⇑~Updownarrow~⇕~UpperLeftArrow~↖~UpperRightArrow~↗~Upsi~ϒ~Uring~Ů~Uscr~𝒰~Utilde~Ũ~VDash~⊫~Vbar~⫫~Vcy~В~Vdash~⊩~Vdashl~⫦~Vee~⋁~Verbar~‖~Vert~‖~VerticalBar~∣~VerticalLine~|~VerticalSeparator~❘~VerticalTilde~≀~VeryThinSpace~ ~Vfr~𝔙~Vopf~𝕍~Vscr~𝒱~Vvdash~⊪~Wcirc~Ŵ~Wedge~⋀~Wfr~𝔚~Wopf~𝕎~Wscr~𝒲~Xfr~𝔛~Xopf~𝕏~Xscr~𝒳~YAcy~Я~YIcy~Ї~YUcy~Ю~Ycirc~Ŷ~Ycy~Ы~Yfr~𝔜~Yopf~𝕐~Yscr~𝒴~ZHcy~Ж~Zacute~Ź~Zcaron~Ž~Zcy~З~Zdot~Ż~ZeroWidthSpace~~Zfr~ℨ~Zopf~ℤ~Zscr~𝒵~abreve~ă~ac~∾~acE~∾̳~acd~∿~acy~а~af~~afr~𝔞~aleph~ℵ~amacr~ā~amalg~⨿~andand~⩕~andd~⩜~andslope~⩘~andv~⩚~ange~⦤~angle~∠~angmsd~∡~angmsdaa~⦨~angmsdab~⦩~angmsdac~⦪~angmsdad~⦫~angmsdae~⦬~angmsdaf~⦭~angmsdag~⦮~angmsdah~⦯~angrt~∟~angrtvb~⊾~angrtvbd~⦝~angsph~∢~angst~Å~angzarr~⍼~aogon~ą~aopf~𝕒~ap~≈~apE~⩰~apacir~⩯~ape~≊~apid~≋~approx~≈~approxeq~≊~ascr~𝒶~ast~*~asympeq~≍~awconint~∳~awint~⨑~bNot~⫭~backcong~≌~backepsilon~϶~backprime~‵~backsim~∽~backsimeq~⋍~barvee~⊽~barwed~⌅~barwedge~⌅~bbrk~⎵~bbrktbrk~⎶~bcong~≌~bcy~б~becaus~∵~because~∵~bemptyv~⦰~bepsi~϶~bernou~ℬ~beth~ℶ~between~≬~bfr~𝔟~bigcap~⋂~bigcirc~◯~bigcup~⋃~bigodot~⨀~bigoplus~⨁~bigotimes~⨂~bigsqcup~⨆~bigstar~★~bigtriangledown~▽~bigtriangleup~△~biguplus~⨄~bigvee~⋁~bigwedge~⋀~bkarow~⤍~blacklozenge~⧫~blacksquare~▪~blacktriangle~▴~blacktriangledown~▾~blacktriangleleft~◂~blacktriangleright~▸~blank~␣~blk12~▒~blk14~░~blk34~▓~block~█~bne~=⃥~bnequiv~≡⃥~bnot~⌐~bopf~𝕓~bot~⊥~bottom~⊥~bowtie~⋈~boxDL~╗~boxDR~╔~boxDl~╖~boxDr~╓~boxH~═~boxHD~╦~boxHU~╩~boxHd~╤~boxHu~╧~boxUL~╝~boxUR~╚~boxUl~╜~boxUr~╙~boxV~║~boxVH~╬~boxVL~╣~boxVR~╠~boxVh~╫~boxVl~╢~boxVr~╟~boxbox~⧉~boxdL~╕~boxdR~╒~boxdl~┐~boxdr~┌~boxh~─~boxhD~╥~boxhU~╨~boxhd~┬~boxhu~┴~boxminus~⊟~boxplus~⊞~boxtimes~⊠~boxuL~╛~boxuR~╘~boxul~┘~boxur~└~boxv~│~boxvH~╪~boxvL~╡~boxvR~╞~boxvh~┼~boxvl~┤~boxvr~├~bprime~‵~breve~˘~bscr~𝒷~bsemi~⁏~bsim~∽~bsime~⋍~bsol~\\~bsolb~⧅~bsolhsub~⟈~bullet~•~bump~≎~bumpE~⪮~bumpe~≏~bumpeq~≏~cacute~ć~capand~⩄~capbrcup~⩉~capcap~⩋~capcup~⩇~capdot~⩀~caps~∩︀~caret~⁁~caron~ˇ~ccaps~⩍~ccaron~č~ccirc~ĉ~ccups~⩌~ccupssm~⩐~cdot~ċ~cemptyv~⦲~centerdot~·~cfr~𝔠~chcy~ч~check~✓~checkmark~✓~cir~○~cirE~⧃~circeq~≗~circlearrowleft~↺~circlearrowright~↻~circledR~®~circledS~Ⓢ~circledast~⊛~circledcirc~⊚~circleddash~⊝~cire~≗~cirfnint~⨐~cirmid~⫯~cirscir~⧂~clubsuit~♣~colon~:~colone~≔~coloneq~≔~comma~,~commat~@~comp~∁~compfn~∘~complement~∁~complexes~ℂ~congdot~⩭~conint~∮~copf~𝕔~coprod~∐~copysr~℗~cross~✗~cscr~𝒸~csub~⫏~csube~⫑~csup~⫐~csupe~⫒~ctdot~⋯~cudarrl~⤸~cudarrr~⤵~cuepr~⋞~cuesc~⋟~cularr~↶~cularrp~⤽~cupbrcap~⩈~cupcap~⩆~cupcup~⩊~cupdot~⊍~cupor~⩅~cups~∪︀~curarr~↷~curarrm~⤼~curlyeqprec~⋞~curlyeqsucc~⋟~curlyvee~⋎~curlywedge~⋏~curvearrowleft~↶~curvearrowright~↷~cuvee~⋎~cuwed~⋏~cwconint~∲~cwint~∱~cylcty~⌭~dHar~⥥~daleth~ℸ~dash~‐~dashv~⊣~dbkarow~⤏~dblac~˝~dcaron~ď~dcy~д~dd~ⅆ~ddagger~‡~ddarr~⇊~ddotseq~⩷~demptyv~⦱~dfisht~⥿~dfr~𝔡~dharl~⇃~dharr~⇂~diam~⋄~diamond~⋄~diamondsuit~♦~die~¨~digamma~ϝ~disin~⋲~div~÷~divideontimes~⋇~divonx~⋇~djcy~ђ~dlcorn~⌞~dlcrop~⌍~dollar~$~dopf~𝕕~dot~˙~doteq~≐~doteqdot~≑~dotminus~∸~dotplus~∔~dotsquare~⊡~doublebarwedge~⌆~downarrow~↓~downdownarrows~⇊~downharpoonleft~⇃~downharpoonright~⇂~drbkarow~⤐~drcorn~⌟~drcrop~⌌~dscr~𝒹~dscy~ѕ~dsol~⧶~dstrok~đ~dtdot~⋱~dtri~▿~dtrif~▾~duarr~⇵~duhar~⥯~dwangle~⦦~dzcy~џ~dzigrarr~⟿~eDDot~⩷~eDot~≑~easter~⩮~ecaron~ě~ecir~≖~ecolon~≕~ecy~э~edot~ė~ee~ⅇ~efDot~≒~efr~𝔢~eg~⪚~egs~⪖~egsdot~⪘~el~⪙~elinters~⏧~ell~ℓ~els~⪕~elsdot~⪗~emacr~ē~emptyset~∅~emptyv~∅~emsp13~ ~emsp14~ ~eng~ŋ~eogon~ę~eopf~𝕖~epar~⋕~eparsl~⧣~eplus~⩱~epsi~ε~epsiv~ϵ~eqcirc~≖~eqcolon~≕~eqsim~≂~eqslantgtr~⪖~eqslantless~⪕~equals~=~equest~≟~equivDD~⩸~eqvparsl~⧥~erDot~≓~erarr~⥱~escr~ℯ~esdot~≐~esim~≂~excl~!~expectation~ℰ~exponentiale~ⅇ~fallingdotseq~≒~fcy~ф~female~♀~ffilig~ffi~fflig~ff~ffllig~ffl~ffr~𝔣~filig~fi~fjlig~fj~flat~♭~fllig~fl~fltns~▱~fopf~𝕗~fork~⋔~forkv~⫙~fpartint~⨍~frac13~⅓~frac15~⅕~frac16~⅙~frac18~⅛~frac23~⅔~frac25~⅖~frac35~⅗~frac38~⅜~frac45~⅘~frac56~⅚~frac58~⅝~frac78~⅞~frown~⌢~fscr~𝒻~gE~≧~gEl~⪌~gacute~ǵ~gammad~ϝ~gap~⪆~gbreve~ğ~gcirc~ĝ~gcy~г~gdot~ġ~gel~⋛~geq~≥~geqq~≧~geqslant~⩾~ges~⩾~gescc~⪩~gesdot~⪀~gesdoto~⪂~gesdotol~⪄~gesl~⋛︀~gesles~⪔~gfr~𝔤~gg~≫~ggg~⋙~gimel~ℷ~gjcy~ѓ~gl~≷~glE~⪒~gla~⪥~glj~⪤~gnE~≩~gnap~⪊~gnapprox~⪊~gne~⪈~gneq~⪈~gneqq~≩~gnsim~⋧~gopf~𝕘~grave~`~gscr~ℊ~gsim~≳~gsime~⪎~gsiml~⪐~gtcc~⪧~gtcir~⩺~gtdot~⋗~gtlPar~⦕~gtquest~⩼~gtrapprox~⪆~gtrarr~⥸~gtrdot~⋗~gtreqless~⋛~gtreqqless~⪌~gtrless~≷~gtrsim~≳~gvertneqq~≩︀~gvnE~≩︀~hairsp~ ~half~½~hamilt~ℋ~hardcy~ъ~harrcir~⥈~harrw~↭~hbar~ℏ~hcirc~ĥ~heartsuit~♥~hercon~⊹~hfr~𝔥~hksearow~⤥~hkswarow~⤦~hoarr~⇿~homtht~∻~hookleftarrow~↩~hookrightarrow~↪~hopf~𝕙~horbar~―~hscr~𝒽~hslash~ℏ~hstrok~ħ~hybull~⁃~hyphen~‐~ic~~icy~и~iecy~е~iff~⇔~ifr~𝔦~ii~ⅈ~iiiint~⨌~iiint~∭~iinfin~⧜~iiota~℩~ijlig~ij~imacr~ī~imagline~ℐ~imagpart~ℑ~imath~ı~imof~⊷~imped~Ƶ~in~∈~incare~℅~infintie~⧝~inodot~ı~intcal~⊺~integers~ℤ~intercal~⊺~intlarhk~⨗~intprod~⨼~iocy~ё~iogon~į~iopf~𝕚~iprod~⨼~iscr~𝒾~isinE~⋹~isindot~⋵~isins~⋴~isinsv~⋳~isinv~∈~it~~itilde~ĩ~iukcy~і~jcirc~ĵ~jcy~й~jfr~𝔧~jmath~ȷ~jopf~𝕛~jscr~𝒿~jsercy~ј~jukcy~є~kappav~ϰ~kcedil~ķ~kcy~к~kfr~𝔨~kgreen~ĸ~khcy~х~kjcy~ќ~kopf~𝕜~kscr~𝓀~lAarr~⇚~lAtail~⤛~lBarr~⤎~lE~≦~lEg~⪋~lHar~⥢~lacute~ĺ~laemptyv~⦴~lagran~ℒ~langd~⦑~langle~⟨~lap~⪅~larrb~⇤~larrbfs~⤟~larrfs~⤝~larrhk~↩~larrlp~↫~larrpl~⤹~larrsim~⥳~larrtl~↢~lat~⪫~latail~⤙~late~⪭~lates~⪭︀~lbarr~⤌~lbbrk~❲~lbrace~{~lbrack~[~lbrke~⦋~lbrksld~⦏~lbrkslu~⦍~lcaron~ľ~lcedil~ļ~lcub~{~lcy~л~ldca~⤶~ldquor~„~ldrdhar~⥧~ldrushar~⥋~ldsh~↲~leftarrow~←~leftarrowtail~↢~leftharpoondown~↽~leftharpoonup~↼~leftleftarrows~⇇~leftrightarrow~↔~leftrightarrows~⇆~leftrightharpoons~⇋~leftrightsquigarrow~↭~leftthreetimes~⋋~leg~⋚~leq~≤~leqq~≦~leqslant~⩽~les~⩽~lescc~⪨~lesdot~⩿~lesdoto~⪁~lesdotor~⪃~lesg~⋚︀~lesges~⪓~lessapprox~⪅~lessdot~⋖~lesseqgtr~⋚~lesseqqgtr~⪋~lessgtr~≶~lesssim~≲~lfisht~⥼~lfr~𝔩~lg~≶~lgE~⪑~lhard~↽~lharu~↼~lharul~⥪~lhblk~▄~ljcy~љ~ll~≪~llarr~⇇~llcorner~⌞~llhard~⥫~lltri~◺~lmidot~ŀ~lmoust~⎰~lmoustache~⎰~lnE~≨~lnap~⪉~lnapprox~⪉~lne~⪇~lneq~⪇~lneqq~≨~lnsim~⋦~loang~⟬~loarr~⇽~lobrk~⟦~longleftarrow~⟵~longleftrightarrow~⟷~longmapsto~⟼~longrightarrow~⟶~looparrowleft~↫~looparrowright~↬~lopar~⦅~lopf~𝕝~loplus~⨭~lotimes~⨴~lowbar~_~lozenge~◊~lozf~⧫~lpar~(~lparlt~⦓~lrarr~⇆~lrcorner~⌟~lrhar~⇋~lrhard~⥭~lrtri~⊿~lscr~𝓁~lsh~↰~lsim~≲~lsime~⪍~lsimg~⪏~lsqb~[~lsquor~‚~lstrok~ł~ltcc~⪦~ltcir~⩹~ltdot~⋖~lthree~⋋~ltimes~⋉~ltlarr~⥶~ltquest~⩻~ltrPar~⦖~ltri~◃~ltrie~⊴~ltrif~◂~lurdshar~⥊~luruhar~⥦~lvertneqq~≨︀~lvnE~≨︀~mDDot~∺~male~♂~malt~✠~maltese~✠~map~↦~mapsto~↦~mapstodown~↧~mapstoleft~↤~mapstoup~↥~marker~▮~mcomma~⨩~mcy~м~measuredangle~∡~mfr~𝔪~mho~℧~mid~∣~midast~*~midcir~⫰~minusb~⊟~minusd~∸~minusdu~⨪~mlcp~⫛~mldr~…~mnplus~∓~models~⊧~mopf~𝕞~mp~∓~mscr~𝓂~mstpos~∾~multimap~⊸~mumap~⊸~nGg~⋙̸~nGt~≫⃒~nGtv~≫̸~nLeftarrow~⇍~nLeftrightarrow~⇎~nLl~⋘̸~nLt~≪⃒~nLtv~≪̸~nRightarrow~⇏~nVDash~⊯~nVdash~⊮~nacute~ń~nang~∠⃒~nap~≉~napE~⩰̸~napid~≋̸~napos~ʼn~napprox~≉~natur~♮~natural~♮~naturals~ℕ~nbump~≎̸~nbumpe~≏̸~ncap~⩃~ncaron~ň~ncedil~ņ~ncong~≇~ncongdot~⩭̸~ncup~⩂~ncy~н~neArr~⇗~nearhk~⤤~nearr~↗~nearrow~↗~nedot~≐̸~nequiv~≢~nesear~⤨~nesim~≂̸~nexist~∄~nexists~∄~nfr~𝔫~ngE~≧̸~nge~≱~ngeq~≱~ngeqq~≧̸~ngeqslant~⩾̸~nges~⩾̸~ngsim~≵~ngt~≯~ngtr~≯~nhArr~⇎~nharr~↮~nhpar~⫲~nis~⋼~nisd~⋺~niv~∋~njcy~њ~nlArr~⇍~nlE~≦̸~nlarr~↚~nldr~‥~nle~≰~nleftarrow~↚~nleftrightarrow~↮~nleq~≰~nleqq~≦̸~nleqslant~⩽̸~nles~⩽̸~nless~≮~nlsim~≴~nlt~≮~nltri~⋪~nltrie~⋬~nmid~∤~nopf~𝕟~notinE~⋹̸~notindot~⋵̸~notinva~∉~notinvb~⋷~notinvc~⋶~notni~∌~notniva~∌~notnivb~⋾~notnivc~⋽~npar~∦~nparallel~∦~nparsl~⫽⃥~npart~∂̸~npolint~⨔~npr~⊀~nprcue~⋠~npre~⪯̸~nprec~⊀~npreceq~⪯̸~nrArr~⇏~nrarr~↛~nrarrc~⤳̸~nrarrw~↝̸~nrightarrow~↛~nrtri~⋫~nrtrie~⋭~nsc~⊁~nsccue~⋡~nsce~⪰̸~nscr~𝓃~nshortmid~∤~nshortparallel~∦~nsim~≁~nsime~≄~nsimeq~≄~nsmid~∤~nspar~∦~nsqsube~⋢~nsqsupe~⋣~nsubE~⫅̸~nsube~⊈~nsubset~⊂⃒~nsubseteq~⊈~nsubseteqq~⫅̸~nsucc~⊁~nsucceq~⪰̸~nsup~⊅~nsupE~⫆̸~nsupe~⊉~nsupset~⊃⃒~nsupseteq~⊉~nsupseteqq~⫆̸~ntgl~≹~ntlg~≸~ntriangleleft~⋪~ntrianglelefteq~⋬~ntriangleright~⋫~ntrianglerighteq~⋭~num~#~numero~№~numsp~ ~nvDash~⊭~nvHarr~⤄~nvap~≍⃒~nvdash~⊬~nvge~≥⃒~nvgt~>⃒~nvinfin~⧞~nvlArr~⤂~nvle~≤⃒~nvlt~<⃒~nvltrie~⊴⃒~nvrArr~⤃~nvrtrie~⊵⃒~nvsim~∼⃒~nwArr~⇖~nwarhk~⤣~nwarr~↖~nwarrow~↖~nwnear~⤧~oS~Ⓢ~oast~⊛~ocir~⊚~ocy~о~odash~⊝~odblac~ő~odiv~⨸~odot~⊙~odsold~⦼~ofcir~⦿~ofr~𝔬~ogon~˛~ogt~⧁~ohbar~⦵~ohm~Ω~oint~∮~olarr~↺~olcir~⦾~olcross~⦻~olt~⧀~omacr~ō~omid~⦶~ominus~⊖~oopf~𝕠~opar~⦷~operp~⦹~orarr~↻~ord~⩝~order~ℴ~orderof~ℴ~origof~⊶~oror~⩖~orslope~⩗~orv~⩛~oscr~ℴ~osol~⊘~otimesas~⨶~ovbar~⌽~par~∥~parallel~∥~parsim~⫳~parsl~⫽~pcy~п~percnt~%~period~.~pertenk~‱~pfr~𝔭~phiv~ϕ~phmmat~ℳ~phone~☎~pitchfork~⋔~planck~ℏ~planckh~ℎ~plankv~ℏ~plus~+~plusacir~⨣~plusb~⊞~pluscir~⨢~plusdo~∔~plusdu~⨥~pluse~⩲~plussim~⨦~plustwo~⨧~pm~±~pointint~⨕~popf~𝕡~pr~≺~prE~⪳~prap~⪷~prcue~≼~pre~⪯~prec~≺~precapprox~⪷~preccurlyeq~≼~preceq~⪯~precnapprox~⪹~precneqq~⪵~precnsim~⋨~precsim~≾~primes~ℙ~prnE~⪵~prnap~⪹~prnsim~⋨~profalar~⌮~profline~⌒~profsurf~⌓~propto~∝~prsim~≾~prurel~⊰~pscr~𝓅~puncsp~ ~qfr~𝔮~qint~⨌~qopf~𝕢~qprime~⁗~qscr~𝓆~quaternions~ℍ~quatint~⨖~quest~?~questeq~≟~rAarr~⇛~rAtail~⤜~rBarr~⤏~rHar~⥤~race~∽̱~racute~ŕ~raemptyv~⦳~rangd~⦒~range~⦥~rangle~⟩~rarrap~⥵~rarrb~⇥~rarrbfs~⤠~rarrc~⤳~rarrfs~⤞~rarrhk~↪~rarrlp~↬~rarrpl~⥅~rarrsim~⥴~rarrtl~↣~rarrw~↝~ratail~⤚~ratio~∶~rationals~ℚ~rbarr~⤍~rbbrk~❳~rbrace~}~rbrack~]~rbrke~⦌~rbrksld~⦎~rbrkslu~⦐~rcaron~ř~rcedil~ŗ~rcub~}~rcy~р~rdca~⤷~rdldhar~⥩~rdquor~”~rdsh~↳~realine~ℛ~realpart~ℜ~reals~ℝ~rect~▭~rfisht~⥽~rfr~𝔯~rhard~⇁~rharu~⇀~rharul~⥬~rhov~ϱ~rightarrow~→~rightarrowtail~↣~rightharpoondown~⇁~rightharpoonup~⇀~rightleftarrows~⇄~rightleftharpoons~⇌~rightrightarrows~⇉~rightsquigarrow~↝~rightthreetimes~⋌~ring~˚~risingdotseq~≓~rlarr~⇄~rlhar~⇌~rmoust~⎱~rmoustache~⎱~rnmid~⫮~roang~⟭~roarr~⇾~robrk~⟧~ropar~⦆~ropf~𝕣~roplus~⨮~rotimes~⨵~rpar~)~rpargt~⦔~rppolint~⨒~rrarr~⇉~rscr~𝓇~rsh~↱~rsqb~]~rsquor~’~rthree~⋌~rtimes~⋊~rtri~▹~rtrie~⊵~rtrif~▸~rtriltri~⧎~ruluhar~⥨~rx~℞~sacute~ś~sc~≻~scE~⪴~scap~⪸~sccue~≽~sce~⪰~scedil~ş~scirc~ŝ~scnE~⪶~scnap~⪺~scnsim~⋩~scpolint~⨓~scsim~≿~scy~с~sdotb~⊡~sdote~⩦~seArr~⇘~searhk~⤥~searr~↘~searrow~↘~semi~;~seswar~⤩~setminus~∖~setmn~∖~sext~✶~sfr~𝔰~sfrown~⌢~sharp~♯~shchcy~щ~shcy~ш~shortmid~∣~shortparallel~∥~sigmav~ς~simdot~⩪~sime~≃~simeq~≃~simg~⪞~simgE~⪠~siml~⪝~simlE~⪟~simne~≆~simplus~⨤~simrarr~⥲~slarr~←~smallsetminus~∖~smashp~⨳~smeparsl~⧤~smid~∣~smile~⌣~smt~⪪~smte~⪬~smtes~⪬︀~softcy~ь~sol~/~solb~⧄~solbar~⌿~sopf~𝕤~spadesuit~♠~spar~∥~sqcap~⊓~sqcaps~⊓︀~sqcup~⊔~sqcups~⊔︀~sqsub~⊏~sqsube~⊑~sqsubset~⊏~sqsubseteq~⊑~sqsup~⊐~sqsupe~⊒~sqsupset~⊐~sqsupseteq~⊒~squ~□~square~□~squarf~▪~squf~▪~srarr~→~sscr~𝓈~ssetmn~∖~ssmile~⌣~sstarf~⋆~star~☆~starf~★~straightepsilon~ϵ~straightphi~ϕ~strns~¯~subE~⫅~subdot~⪽~subedot~⫃~submult~⫁~subnE~⫋~subne~⊊~subplus~⪿~subrarr~⥹~subset~⊂~subseteq~⊆~subseteqq~⫅~subsetneq~⊊~subsetneqq~⫋~subsim~⫇~subsub~⫕~subsup~⫓~succ~≻~succapprox~⪸~succcurlyeq~≽~succeq~⪰~succnapprox~⪺~succneqq~⪶~succnsim~⋩~succsim~≿~sung~♪~supE~⫆~supdot~⪾~supdsub~⫘~supedot~⫄~suphsol~⟉~suphsub~⫗~suplarr~⥻~supmult~⫂~supnE~⫌~supne~⊋~supplus~⫀~supset~⊃~supseteq~⊇~supseteqq~⫆~supsetneq~⊋~supsetneqq~⫌~supsim~⫈~supsub~⫔~supsup~⫖~swArr~⇙~swarhk~⤦~swarr~↙~swarrow~↙~swnwar~⤪~target~⌖~tbrk~⎴~tcaron~ť~tcedil~ţ~tcy~т~tdot~⃛~telrec~⌕~tfr~𝔱~therefore~∴~thetav~ϑ~thickapprox~≈~thicksim~∼~thkap~≈~thksim~∼~timesb~⊠~timesbar~⨱~timesd~⨰~tint~∭~toea~⤨~top~⊤~topbot~⌶~topcir~⫱~topf~𝕥~topfork~⫚~tosa~⤩~tprime~‴~triangle~▵~triangledown~▿~triangleleft~◃~trianglelefteq~⊴~triangleq~≜~triangleright~▹~trianglerighteq~⊵~tridot~◬~trie~≜~triminus~⨺~triplus~⨹~trisb~⧍~tritime~⨻~trpezium~⏢~tscr~𝓉~tscy~ц~tshcy~ћ~tstrok~ŧ~twixt~≬~twoheadleftarrow~↞~twoheadrightarrow~↠~uHar~⥣~ubrcy~ў~ubreve~ŭ~ucy~у~udarr~⇅~udblac~ű~udhar~⥮~ufisht~⥾~ufr~𝔲~uharl~↿~uharr~↾~uhblk~▀~ulcorn~⌜~ulcorner~⌜~ulcrop~⌏~ultri~◸~umacr~ū~uogon~ų~uopf~𝕦~uparrow~↑~updownarrow~↕~upharpoonleft~↿~upharpoonright~↾~uplus~⊎~upsi~υ~upuparrows~⇈~urcorn~⌝~urcorner~⌝~urcrop~⌎~uring~ů~urtri~◹~uscr~𝓊~utdot~⋰~utilde~ũ~utri~▵~utrif~▴~uuarr~⇈~uwangle~⦧~vArr~⇕~vBar~⫨~vBarv~⫩~vDash~⊨~vangrt~⦜~varepsilon~ϵ~varkappa~ϰ~varnothing~∅~varphi~ϕ~varpi~ϖ~varpropto~∝~varr~↕~varrho~ϱ~varsigma~ς~varsubsetneq~⊊︀~varsubsetneqq~⫋︀~varsupsetneq~⊋︀~varsupsetneqq~⫌︀~vartheta~ϑ~vartriangleleft~⊲~vartriangleright~⊳~vcy~в~vdash~⊢~vee~∨~veebar~⊻~veeeq~≚~vellip~⋮~verbar~|~vert~|~vfr~𝔳~vltri~⊲~vnsub~⊂⃒~vnsup~⊃⃒~vopf~𝕧~vprop~∝~vrtri~⊳~vscr~𝓋~vsubnE~⫋︀~vsubne~⊊︀~vsupnE~⫌︀~vsupne~⊋︀~vzigzag~⦚~wcirc~ŵ~wedbar~⩟~wedge~∧~wedgeq~≙~wfr~𝔴~wopf~𝕨~wp~℘~wr~≀~wreath~≀~wscr~𝓌~xcap~⋂~xcirc~◯~xcup~⋃~xdtri~▽~xfr~𝔵~xhArr~⟺~xharr~⟷~xlArr~⟸~xlarr~⟵~xmap~⟼~xnis~⋻~xodot~⨀~xopf~𝕩~xoplus~⨁~xotime~⨂~xrArr~⟹~xrarr~⟶~xscr~𝓍~xsqcup~⨆~xuplus~⨄~xutri~△~xvee~⋁~xwedge~⋀~yacy~я~ycirc~ŷ~ycy~ы~yfr~𝔶~yicy~ї~yopf~𝕪~yscr~𝓎~yucy~ю~zacute~ź~zcaron~ž~zcy~з~zdot~ż~zeetrf~ℨ~zfr~𝔷~zhcy~ж~zigrarr~⇝~zopf~𝕫~zscr~𝓏~~AMP~&~COPY~©~GT~>~LT~<~QUOT~"~REG~®', I.html4);
|
|
407
|
+
var Be = {
|
|
402
408
|
0: 65533,
|
|
403
409
|
128: 8364,
|
|
404
410
|
130: 8218,
|
|
@@ -427,206 +433,205 @@ var Ie = {
|
|
|
427
433
|
156: 339,
|
|
428
434
|
158: 382,
|
|
429
435
|
159: 376
|
|
430
|
-
},
|
|
436
|
+
}, Ve = String.fromCodePoint || function(e) {
|
|
431
437
|
return String.fromCharCode(Math.floor((e - 65536) / 1024) + 55296, (e - 65536) % 1024 + 56320);
|
|
432
|
-
},
|
|
433
|
-
return
|
|
438
|
+
}, P = function() {
|
|
439
|
+
return P = Object.assign || function(e) {
|
|
434
440
|
for (var t, s = 1, n = arguments.length; s < n; s++) {
|
|
435
441
|
t = arguments[s];
|
|
436
|
-
for (var
|
|
442
|
+
for (var l in t) Object.prototype.hasOwnProperty.call(t, l) && (e[l] = t[l]);
|
|
437
443
|
}
|
|
438
444
|
return e;
|
|
439
|
-
},
|
|
440
|
-
},
|
|
445
|
+
}, P.apply(this, arguments);
|
|
446
|
+
}, He = P(P({}, I), { all: I.html5 }), Fe = {
|
|
441
447
|
scope: "body",
|
|
442
448
|
level: "all"
|
|
443
|
-
},
|
|
449
|
+
}, re = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g, te = /&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g, fe = {
|
|
444
450
|
xml: {
|
|
445
|
-
strict:
|
|
446
|
-
attribute:
|
|
447
|
-
body:
|
|
451
|
+
strict: re,
|
|
452
|
+
attribute: te,
|
|
453
|
+
body: ee.xml
|
|
448
454
|
},
|
|
449
455
|
html4: {
|
|
450
|
-
strict:
|
|
451
|
-
attribute:
|
|
452
|
-
body:
|
|
456
|
+
strict: re,
|
|
457
|
+
attribute: te,
|
|
458
|
+
body: ee.html4
|
|
453
459
|
},
|
|
454
460
|
html5: {
|
|
455
|
-
strict:
|
|
456
|
-
attribute:
|
|
457
|
-
body:
|
|
461
|
+
strict: re,
|
|
462
|
+
attribute: te,
|
|
463
|
+
body: ee.html5
|
|
458
464
|
}
|
|
459
|
-
},
|
|
460
|
-
function
|
|
461
|
-
var
|
|
465
|
+
}, Ge = P(P({}, fe), { all: fe.html5 }), we = String.fromCharCode, Me = we(65533);
|
|
466
|
+
function ze(e, t, s, n) {
|
|
467
|
+
var l = e, o = e[e.length - 1];
|
|
462
468
|
if (s && o === "=")
|
|
463
|
-
|
|
469
|
+
l = e;
|
|
464
470
|
else if (n && o !== ";")
|
|
465
|
-
|
|
471
|
+
l = e;
|
|
466
472
|
else {
|
|
467
|
-
var
|
|
468
|
-
if (
|
|
469
|
-
|
|
473
|
+
var a = t[e];
|
|
474
|
+
if (a)
|
|
475
|
+
l = a;
|
|
470
476
|
else if (e[0] === "&" && e[1] === "#") {
|
|
471
|
-
var
|
|
472
|
-
|
|
477
|
+
var c = e[2], p = c == "x" || c == "X" ? parseInt(e.substr(3), 16) : parseInt(e.substr(2));
|
|
478
|
+
l = p >= 1114111 ? Me : p > 65535 ? Ve(p) : we(Be[p] || p);
|
|
473
479
|
}
|
|
474
480
|
}
|
|
475
|
-
return
|
|
481
|
+
return l;
|
|
476
482
|
}
|
|
477
|
-
function
|
|
478
|
-
var s =
|
|
483
|
+
function Ye(e, t) {
|
|
484
|
+
var s = Fe, n = s.level, l = n === void 0 ? "all" : n, o = s.scope, a = o === void 0 ? l === "xml" ? "strict" : "body" : o;
|
|
479
485
|
if (!e)
|
|
480
486
|
return "";
|
|
481
|
-
var
|
|
482
|
-
return e.replace(
|
|
483
|
-
return
|
|
487
|
+
var c = Ge[l][a], p = He[l].entities, j = a === "attribute", g = a === "strict";
|
|
488
|
+
return e.replace(c, function(u) {
|
|
489
|
+
return ze(u, p, j, g);
|
|
484
490
|
});
|
|
485
491
|
}
|
|
486
|
-
const F = (e, t) => e[`${t}-option`] !== void 0,
|
|
492
|
+
const F = (e, t) => e[`${t}-option`] !== void 0, z = (e, t, s = void 0, n, l) => {
|
|
487
493
|
if (e[t] !== void 0)
|
|
488
494
|
return e[t];
|
|
489
495
|
const o = n || t;
|
|
490
|
-
return o &&
|
|
491
|
-
},
|
|
496
|
+
return o && l && l[o] !== void 0 ? l[o] : s;
|
|
497
|
+
}, A = (e, t) => e[t] !== void 0, O = {}, We = (e) => {
|
|
492
498
|
const t = e.$$id;
|
|
493
|
-
if (
|
|
494
|
-
return
|
|
499
|
+
if (O[t])
|
|
500
|
+
return O[t];
|
|
495
501
|
const s = e.getContent && e.getContent() || "";
|
|
496
|
-
return
|
|
497
|
-
},
|
|
502
|
+
return O[t] = s, s;
|
|
503
|
+
}, xe = (e) => {
|
|
498
504
|
const t = e.$$id;
|
|
499
|
-
if (
|
|
500
|
-
return
|
|
505
|
+
if (O[t])
|
|
506
|
+
return O[t];
|
|
501
507
|
const s = e.getText && e.getText() || "";
|
|
502
|
-
return
|
|
503
|
-
},
|
|
504
|
-
var p;
|
|
508
|
+
return O[t] = s, s;
|
|
509
|
+
}, jr = (e) => {
|
|
505
510
|
let t;
|
|
506
511
|
function s(a) {
|
|
507
|
-
const
|
|
512
|
+
const c = a.getNodeName && a.getNodeName(), p = a.getContentModel && a.getContentModel(), j = c && a.hasBlocks() ? a.getBlocks().map((u) => s(u)) : [];
|
|
508
513
|
let g = {
|
|
509
514
|
id: a.getId && a.getId(),
|
|
510
|
-
type:
|
|
515
|
+
type: c,
|
|
511
516
|
blocks: j,
|
|
512
|
-
content: j.length > 0 ? void 0 :
|
|
517
|
+
content: j.length > 0 ? void 0 : We(a),
|
|
513
518
|
attributes: a.getAttributes && a.getAttributes(),
|
|
514
|
-
contentModel:
|
|
519
|
+
contentModel: p,
|
|
515
520
|
lineNumber: a.getLineNumber && a.getLineNumber(),
|
|
516
521
|
style: a.getStyle && a.getStyle(),
|
|
517
522
|
role: a.getRole && a.getRole(),
|
|
518
523
|
title: a.hasTitle && a.hasTitle() ? a.getTitle() : void 0,
|
|
519
524
|
level: a.getLevel && a.getLevel()
|
|
520
525
|
};
|
|
521
|
-
if (
|
|
522
|
-
let
|
|
523
|
-
|
|
526
|
+
if (c === "admonition") {
|
|
527
|
+
let u = g;
|
|
528
|
+
u.iconUri = a.getIconUri(g.attributes.name);
|
|
524
529
|
}
|
|
525
|
-
if (
|
|
526
|
-
let
|
|
527
|
-
|
|
530
|
+
if (c === "audio") {
|
|
531
|
+
let u = g;
|
|
532
|
+
u.mediaUri = a.getMediaUri(a.getAttribute("target")), u.autoplay = a.isOption("autoplay"), u.noControls = !a.isOption("nocontrols"), u.loop = a.isOption("loop"), g = u;
|
|
528
533
|
}
|
|
529
|
-
if (
|
|
530
|
-
let
|
|
531
|
-
|
|
534
|
+
if (c === "video") {
|
|
535
|
+
let u = g;
|
|
536
|
+
u.mediaUri = a.getMediaUri(a.getAttribute("target")), u.autoplay = a.isOption("autoplay"), u.noControls = !a.isOption("nocontrols"), u.loop = a.isOption("loop"), u.onHover = a.isOption("onhover"), g = u;
|
|
532
537
|
}
|
|
533
|
-
if (
|
|
534
|
-
let
|
|
535
|
-
|
|
538
|
+
if (c === "image") {
|
|
539
|
+
let u = g;
|
|
540
|
+
u.imageUri = a.getImageUri(a.getAttribute("target"));
|
|
536
541
|
}
|
|
537
|
-
if ((
|
|
538
|
-
const
|
|
539
|
-
|
|
542
|
+
if ((c === "listing" || c === "literal") && "getSource" in a) {
|
|
543
|
+
const u = g;
|
|
544
|
+
u.source = a.getSource(), u.language = a.getAttribute("language"), u.content = u.content ? Ye(u.content) : void 0;
|
|
540
545
|
}
|
|
541
|
-
if (
|
|
542
|
-
const
|
|
543
|
-
|
|
546
|
+
if (c === "section") {
|
|
547
|
+
const u = g;
|
|
548
|
+
u.title = a.getCaption() ? a.getCaptionedTitle() : a.getTitle() || "", "getSectionNumeral" in a && (u.name = a.getSectionName(), u.numbered = a.isNumbered(), u.num = a.getSectionNumeral());
|
|
544
549
|
}
|
|
545
|
-
if (
|
|
546
|
-
let
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
(
|
|
550
|
+
if (c === "dlist") {
|
|
551
|
+
let u = g;
|
|
552
|
+
u.items = a.getItems().map((m) => [
|
|
553
|
+
m[0].map(
|
|
554
|
+
(f) => s(f)
|
|
550
555
|
),
|
|
551
|
-
s(
|
|
556
|
+
s(m[1])
|
|
552
557
|
]);
|
|
553
558
|
}
|
|
554
|
-
if (
|
|
555
|
-
let
|
|
556
|
-
|
|
559
|
+
if (c === "colist" || c === "olist" || c === "ulist") {
|
|
560
|
+
let u = g;
|
|
561
|
+
u.items = a.getItems().map((m) => s(m));
|
|
557
562
|
}
|
|
558
|
-
if (
|
|
559
|
-
let
|
|
560
|
-
const
|
|
561
|
-
|
|
563
|
+
if (c === "list_item") {
|
|
564
|
+
let u = g;
|
|
565
|
+
const m = a;
|
|
566
|
+
u.text = m.hasText() ? xe(m) : void 0;
|
|
562
567
|
}
|
|
563
|
-
if (
|
|
564
|
-
let
|
|
565
|
-
const
|
|
566
|
-
|
|
568
|
+
if (c === "table") {
|
|
569
|
+
let u = g;
|
|
570
|
+
const m = a;
|
|
571
|
+
u.columns = m.getColumns().map((x) => ({
|
|
567
572
|
// @ts-ignore
|
|
568
|
-
attributes:
|
|
569
|
-
columnNumber:
|
|
570
|
-
width:
|
|
571
|
-
horizontalAlign:
|
|
572
|
-
verticalAlign:
|
|
573
|
-
style:
|
|
573
|
+
attributes: x.getAttributes(),
|
|
574
|
+
columnNumber: x.getColumnNumber(),
|
|
575
|
+
width: x.getWidth(),
|
|
576
|
+
horizontalAlign: x.getHorizontalAlign(),
|
|
577
|
+
verticalAlign: x.getVerticalAlign(),
|
|
578
|
+
style: x.getStyle()
|
|
574
579
|
}));
|
|
575
|
-
const
|
|
576
|
-
(
|
|
577
|
-
), N =
|
|
578
|
-
|
|
579
|
-
head:
|
|
580
|
-
body:
|
|
581
|
-
foot:
|
|
582
|
-
},
|
|
583
|
-
...
|
|
584
|
-
caption:
|
|
585
|
-
hasHeader:
|
|
586
|
-
hasFooter:
|
|
587
|
-
hasAutowidth:
|
|
588
|
-
headRows:
|
|
589
|
-
bodyRows:
|
|
590
|
-
footRows:
|
|
591
|
-
}, g =
|
|
580
|
+
const f = (x) => x.map(
|
|
581
|
+
(U) => U.map(($) => s($))
|
|
582
|
+
), N = m.getRows();
|
|
583
|
+
u.rows = {
|
|
584
|
+
head: f(N.head),
|
|
585
|
+
body: f(N.body),
|
|
586
|
+
foot: f(N.foot)
|
|
587
|
+
}, u = {
|
|
588
|
+
...u,
|
|
589
|
+
caption: m.getCaption(),
|
|
590
|
+
hasHeader: m.hasHeaderOption(),
|
|
591
|
+
hasFooter: m.hasFooterOption(),
|
|
592
|
+
hasAutowidth: m.hasAutowidthOption(),
|
|
593
|
+
headRows: f(m.getHeadRows()),
|
|
594
|
+
bodyRows: f(m.getBodyRows()),
|
|
595
|
+
footRows: f(m.getFootRows())
|
|
596
|
+
}, g = u;
|
|
592
597
|
}
|
|
593
|
-
if (
|
|
594
|
-
const
|
|
598
|
+
if (c === "table_cell") {
|
|
599
|
+
const u = a, m = u.getColumn();
|
|
595
600
|
g = {
|
|
596
601
|
...g,
|
|
597
602
|
type: "table_cell",
|
|
598
|
-
text:
|
|
599
|
-
columnSpan:
|
|
600
|
-
rowSpan:
|
|
601
|
-
source:
|
|
602
|
-
lines:
|
|
603
|
-
width:
|
|
604
|
-
columnPercentageWidth:
|
|
605
|
-
column:
|
|
603
|
+
text: xe(u),
|
|
604
|
+
columnSpan: u.getColumnSpan(),
|
|
605
|
+
rowSpan: u.getRowSpan(),
|
|
606
|
+
source: u.getSource(),
|
|
607
|
+
lines: u.getLines(),
|
|
608
|
+
width: u.getWidth(),
|
|
609
|
+
columnPercentageWidth: u.getColumnPercentageWidth(),
|
|
610
|
+
column: m ? {
|
|
606
611
|
// @ts-ignore
|
|
607
|
-
attributes:
|
|
608
|
-
columnNumber:
|
|
609
|
-
width:
|
|
610
|
-
horizontalAlign:
|
|
611
|
-
verticalAlign:
|
|
612
|
-
style:
|
|
612
|
+
attributes: m.getAttributes(),
|
|
613
|
+
columnNumber: m.getColumnNumber(),
|
|
614
|
+
width: m.getWidth(),
|
|
615
|
+
horizontalAlign: m.getHorizontalAlign(),
|
|
616
|
+
verticalAlign: m.getVerticalAlign(),
|
|
617
|
+
style: m.getStyle()
|
|
613
618
|
} : void 0
|
|
614
619
|
};
|
|
615
620
|
}
|
|
616
621
|
return g;
|
|
617
622
|
}
|
|
618
623
|
function n(a) {
|
|
619
|
-
return a.getSections().map((
|
|
620
|
-
id:
|
|
621
|
-
title: (
|
|
622
|
-
level:
|
|
623
|
-
num:
|
|
624
|
-
sections: n(
|
|
624
|
+
return a.getSections().map((c) => ({
|
|
625
|
+
id: c.getId(),
|
|
626
|
+
title: (c.getCaption() ? c.getCaptionedTitle() : c.getTitle()) || "",
|
|
627
|
+
level: c.getLevel(),
|
|
628
|
+
num: c.getSectionNumber(),
|
|
629
|
+
sections: n(c)
|
|
625
630
|
}));
|
|
626
631
|
}
|
|
627
632
|
t = {
|
|
628
633
|
type: "document",
|
|
629
|
-
title:
|
|
634
|
+
title: e.getDocumentTitle()?.toString() || "",
|
|
630
635
|
hasHeader: e.hasHeader(),
|
|
631
636
|
noHeader: e.getNoheader(),
|
|
632
637
|
contentModel: e.getContentModel(),
|
|
@@ -636,41 +641,41 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
636
641
|
sections: n(e),
|
|
637
642
|
authors: []
|
|
638
643
|
};
|
|
639
|
-
const
|
|
640
|
-
return
|
|
644
|
+
const l = e.getFootnotes();
|
|
645
|
+
return l && (t.footnotes = l.map((a) => ({
|
|
641
646
|
text: a.getText(),
|
|
642
647
|
index: a.getIndex()
|
|
643
648
|
}))), e.getAuthors() && (t.authors = e.getAuthors().map((a) => {
|
|
644
|
-
const
|
|
649
|
+
const c = a.getName(), p = a.getEmail();
|
|
645
650
|
return {
|
|
646
|
-
name:
|
|
647
|
-
email:
|
|
651
|
+
name: c ? e.applySubstitutions(c).toString() : void 0,
|
|
652
|
+
email: p ? e.applySubstitutions(p).toString() : void 0
|
|
648
653
|
};
|
|
649
654
|
})), t;
|
|
650
|
-
},
|
|
651
|
-
const s = async (
|
|
652
|
-
|
|
653
|
-
let
|
|
654
|
-
if (
|
|
655
|
-
const
|
|
656
|
-
|
|
657
|
-
|
|
655
|
+
}, Nr = async (e, t) => {
|
|
656
|
+
const s = async (l) => Promise.all(
|
|
657
|
+
l.map(async (o) => {
|
|
658
|
+
let a = await t(o);
|
|
659
|
+
if (a.blocks && a.blocks.length > 0 && (a.blocks = await s(a.blocks)), a.items) {
|
|
660
|
+
const c = a;
|
|
661
|
+
c.items = await s(
|
|
662
|
+
c.items
|
|
658
663
|
);
|
|
659
664
|
}
|
|
660
|
-
return
|
|
665
|
+
return a;
|
|
661
666
|
})
|
|
662
667
|
), n = await s(e.blocks);
|
|
663
668
|
return {
|
|
664
669
|
...e,
|
|
665
670
|
blocks: n
|
|
666
671
|
};
|
|
667
|
-
},
|
|
672
|
+
}, Je = ({ node: e }) => {
|
|
668
673
|
const t = (n) => {
|
|
669
|
-
const
|
|
670
|
-
let
|
|
671
|
-
return
|
|
674
|
+
const l = n, o = l[0];
|
|
675
|
+
let a = l[1];
|
|
676
|
+
return a.type || (a = null), {
|
|
672
677
|
terms: o,
|
|
673
|
-
dd:
|
|
678
|
+
dd: a
|
|
674
679
|
};
|
|
675
680
|
}, s = (n) => {
|
|
676
681
|
if (n)
|
|
@@ -683,27 +688,27 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
683
688
|
return /* @__PURE__ */ r.jsxs(
|
|
684
689
|
"div",
|
|
685
690
|
{
|
|
686
|
-
className:
|
|
691
|
+
className: b("qlist qanda", e.role),
|
|
687
692
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
688
693
|
children: [
|
|
689
694
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
690
|
-
/* @__PURE__ */ r.jsx("ol", { children: e.items.map((n,
|
|
691
|
-
const { terms: o, dd:
|
|
695
|
+
/* @__PURE__ */ r.jsx("ol", { children: e.items.map((n, l) => {
|
|
696
|
+
const { terms: o, dd: a } = t(n);
|
|
692
697
|
if (o)
|
|
693
698
|
return /* @__PURE__ */ r.jsxs("li", { children: [
|
|
694
|
-
o.map((
|
|
695
|
-
s(
|
|
696
|
-
] },
|
|
699
|
+
o.map((c, p) => /* @__PURE__ */ r.jsx("p", { children: /* @__PURE__ */ r.jsx("em", { children: v(c.text) }) }, p)),
|
|
700
|
+
s(a)
|
|
701
|
+
] }, l);
|
|
697
702
|
}) })
|
|
698
703
|
]
|
|
699
704
|
}
|
|
700
705
|
);
|
|
701
706
|
if (e.style === "horizontal") {
|
|
702
|
-
const n = e.attributes.labelwidth,
|
|
703
|
-
return /* @__PURE__ */ r.jsxs("div", { className:
|
|
707
|
+
const n = e.attributes.labelwidth, l = e.attributes.itemwidth;
|
|
708
|
+
return /* @__PURE__ */ r.jsxs("div", { className: b("hdlist", e.role), children: [
|
|
704
709
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
705
710
|
/* @__PURE__ */ r.jsxs("table", { children: [
|
|
706
|
-
(n ||
|
|
711
|
+
(n || l) && /* @__PURE__ */ r.jsxs("colgroup", { children: [
|
|
707
712
|
/* @__PURE__ */ r.jsx(
|
|
708
713
|
"col",
|
|
709
714
|
{
|
|
@@ -717,75 +722,75 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
717
722
|
"col",
|
|
718
723
|
{
|
|
719
724
|
style: {
|
|
720
|
-
width:
|
|
725
|
+
width: l ? `${l.toString().replace("%", "")}%` : ""
|
|
721
726
|
}
|
|
722
727
|
}
|
|
723
728
|
)
|
|
724
729
|
] }),
|
|
725
|
-
/* @__PURE__ */ r.jsx("tbody", { children: e.items.map((o,
|
|
726
|
-
const { terms:
|
|
727
|
-
if (
|
|
730
|
+
/* @__PURE__ */ r.jsx("tbody", { children: e.items.map((o, a) => {
|
|
731
|
+
const { terms: c, dd: p } = t(o);
|
|
732
|
+
if (c)
|
|
728
733
|
return /* @__PURE__ */ r.jsxs("tr", { children: [
|
|
729
734
|
/* @__PURE__ */ r.jsx(
|
|
730
735
|
"td",
|
|
731
736
|
{
|
|
732
|
-
className:
|
|
737
|
+
className: b(
|
|
733
738
|
"hdlist1",
|
|
734
739
|
F(e.attributes, "strong") ? "strong" : ""
|
|
735
740
|
),
|
|
736
|
-
children:
|
|
737
|
-
|
|
738
|
-
v(
|
|
739
|
-
] },
|
|
741
|
+
children: c.map((j, g) => /* @__PURE__ */ r.jsxs(se, { children: [
|
|
742
|
+
g !== 0 && /* @__PURE__ */ r.jsx("br", {}),
|
|
743
|
+
v(j.text)
|
|
744
|
+
] }, g))
|
|
740
745
|
}
|
|
741
746
|
),
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
/* @__PURE__ */ r.jsx(E, { blocks:
|
|
747
|
+
p && /* @__PURE__ */ r.jsxs("td", { className: "hdlist2", children: [
|
|
748
|
+
p.text && /* @__PURE__ */ r.jsx("p", { children: v(p.text) }),
|
|
749
|
+
/* @__PURE__ */ r.jsx(E, { blocks: p.blocks })
|
|
745
750
|
] })
|
|
746
|
-
] },
|
|
751
|
+
] }, a);
|
|
747
752
|
}) })
|
|
748
753
|
] })
|
|
749
754
|
] });
|
|
750
755
|
} else
|
|
751
|
-
return /* @__PURE__ */ r.jsxs("div", { className:
|
|
756
|
+
return /* @__PURE__ */ r.jsxs("div", { className: b("dlist", e.style, e.role), children: [
|
|
752
757
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
753
|
-
/* @__PURE__ */ r.jsx("dl", { children: e.items.map((n,
|
|
754
|
-
const { terms: o, dd:
|
|
758
|
+
/* @__PURE__ */ r.jsx("dl", { children: e.items.map((n, l) => {
|
|
759
|
+
const { terms: o, dd: a } = t(n);
|
|
755
760
|
if (o)
|
|
756
|
-
return /* @__PURE__ */ r.jsxs(
|
|
757
|
-
o.map((
|
|
758
|
-
s(
|
|
759
|
-
] },
|
|
761
|
+
return /* @__PURE__ */ r.jsxs(se, { children: [
|
|
762
|
+
o.map((c, p) => /* @__PURE__ */ r.jsx("dt", { className: "hdlist1", children: v(c.text) }, p)),
|
|
763
|
+
s(a)
|
|
764
|
+
] }, l);
|
|
760
765
|
}) })
|
|
761
766
|
] });
|
|
762
|
-
},
|
|
767
|
+
}, Y = ({
|
|
763
768
|
sections: e,
|
|
764
769
|
opts: t
|
|
765
770
|
}) => {
|
|
766
|
-
const { document: s } =
|
|
771
|
+
const { document: s } = T();
|
|
767
772
|
if (!e || e.length === 0) return null;
|
|
768
|
-
const n = s.attributes || {},
|
|
769
|
-
return /* @__PURE__ */ r.jsx("ul", { className: `sectlevel${e[0].level}`, children: e.map((
|
|
770
|
-
let
|
|
771
|
-
|
|
772
|
-
const
|
|
773
|
-
let
|
|
774
|
-
return
|
|
775
|
-
/* @__PURE__ */ r.jsx("a", { href: `#${
|
|
776
|
-
|
|
777
|
-
|
|
773
|
+
const n = s.attributes || {}, l = n.sectnumlevels, o = n.toclevels, a = t?.sectNumLevels || (l ? parseInt(`${l}`) : 3), c = t?.tocLevels || (o ? parseInt(`${o}`) : 2);
|
|
774
|
+
return /* @__PURE__ */ r.jsx("ul", { className: `sectlevel${e[0].level}`, children: e.map((p) => {
|
|
775
|
+
let j = p.num;
|
|
776
|
+
j = j === "." || j === ".." ? "" : j;
|
|
777
|
+
const g = p.level;
|
|
778
|
+
let u = p.title;
|
|
779
|
+
return g <= a && (u = `${j} ${p.title}`), /* @__PURE__ */ r.jsxs("li", { children: [
|
|
780
|
+
/* @__PURE__ */ r.jsx("a", { href: `#${p.id}`, children: v(u) }),
|
|
781
|
+
g < c && /* @__PURE__ */ r.jsx(
|
|
782
|
+
Y,
|
|
778
783
|
{
|
|
779
|
-
sections:
|
|
784
|
+
sections: p.sections,
|
|
780
785
|
opts: {
|
|
781
|
-
tocLevels:
|
|
782
|
-
sectNumLevels:
|
|
786
|
+
tocLevels: c,
|
|
787
|
+
sectNumLevels: a
|
|
783
788
|
}
|
|
784
789
|
}
|
|
785
790
|
)
|
|
786
|
-
] },
|
|
791
|
+
] }, p.id);
|
|
787
792
|
}) });
|
|
788
|
-
},
|
|
793
|
+
}, Ze = ({ document: e }) => {
|
|
789
794
|
const t = () => e.noHeader ? null : /* @__PURE__ */ r.jsx("div", { id: "header", children: e.hasHeader && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
790
795
|
/* @__PURE__ */ r.jsx(
|
|
791
796
|
"h1",
|
|
@@ -800,43 +805,43 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
800
805
|
"div",
|
|
801
806
|
{
|
|
802
807
|
id: "toc",
|
|
803
|
-
className:
|
|
808
|
+
className: z(e.attributes, "toc-class", "toc"),
|
|
804
809
|
children: [
|
|
805
810
|
/* @__PURE__ */ r.jsx("div", { id: "toctitle", children: e.attributes["toc-title"] }),
|
|
806
|
-
/* @__PURE__ */ r.jsx(
|
|
811
|
+
/* @__PURE__ */ r.jsx(Y, { sections: e.sections })
|
|
807
812
|
]
|
|
808
813
|
}
|
|
809
814
|
)
|
|
810
|
-
] }) }), s = () => e.footnotes && e.footnotes.length > 0 && e.blocks && !
|
|
815
|
+
] }) }), s = () => e.footnotes && e.footnotes.length > 0 && e.blocks && !A(e.attributes, "nofootnotes") ? /* @__PURE__ */ r.jsxs("div", { id: "footnotes", children: [
|
|
811
816
|
/* @__PURE__ */ r.jsx("hr", {}),
|
|
812
|
-
e.footnotes.map((
|
|
817
|
+
e.footnotes.map((l) => /* @__PURE__ */ r.jsxs(
|
|
813
818
|
"div",
|
|
814
819
|
{
|
|
815
820
|
className: "footnote",
|
|
816
|
-
id: `_footnotedef_${
|
|
821
|
+
id: `_footnotedef_${l.index}`,
|
|
817
822
|
children: [
|
|
818
|
-
/* @__PURE__ */ r.jsx("a", { href: `#_footnoteref_${
|
|
823
|
+
/* @__PURE__ */ r.jsx("a", { href: `#_footnoteref_${l.index}`, children: l.index }),
|
|
819
824
|
".",
|
|
820
825
|
" ",
|
|
821
|
-
v(
|
|
826
|
+
v(l.text || "")
|
|
822
827
|
]
|
|
823
828
|
},
|
|
824
|
-
|
|
829
|
+
l.index
|
|
825
830
|
))
|
|
826
|
-
] }) : null, n = () => e.authors.length > 0 ||
|
|
827
|
-
e.authors.map((
|
|
828
|
-
|
|
829
|
-
/* @__PURE__ */ r.jsx("span", { id: `author${o + 1 > 1 ? o + 1 : ""}`, className: "author", children: v(
|
|
831
|
+
] }) : null, n = () => e.authors.length > 0 || A(e.attributes, "revnumber") || A(e.attributes, "revdate") || A(e.attributes, "revremark") ? /* @__PURE__ */ r.jsxs("div", { className: "details", children: [
|
|
832
|
+
e.authors.map((l, o) => /* @__PURE__ */ r.jsxs(se, { children: [
|
|
833
|
+
l.name && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
834
|
+
/* @__PURE__ */ r.jsx("span", { id: `author${o + 1 > 1 ? o + 1 : ""}`, className: "author", children: v(l.name) }),
|
|
830
835
|
/* @__PURE__ */ r.jsx("br", {})
|
|
831
836
|
] }),
|
|
832
|
-
|
|
833
|
-
/* @__PURE__ */ r.jsx("span", { id: `email${o + 1 > 1 ? o + 1 : ""}`, className: "email", children: v(
|
|
837
|
+
l.email && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
838
|
+
/* @__PURE__ */ r.jsx("span", { id: `email${o + 1 > 1 ? o + 1 : ""}`, className: "email", children: v(l.email) }),
|
|
834
839
|
/* @__PURE__ */ r.jsx("br", {})
|
|
835
840
|
] })
|
|
836
841
|
] }, o)),
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
842
|
+
A(e.attributes, "revnumber") && /* @__PURE__ */ r.jsx("span", { id: "revnumber", children: `${e.attributes["version-label"].toString().toLowerCase()} ${e.attributes.revnumber}${e.attributes.revdate ? "," : ""}` }),
|
|
843
|
+
A(e.attributes, "revdate") && /* @__PURE__ */ r.jsx("span", { id: "revdate", children: e.attributes.revdate }),
|
|
844
|
+
A(e.attributes, "revremark") && /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
840
845
|
/* @__PURE__ */ r.jsx("br", {}),
|
|
841
846
|
/* @__PURE__ */ r.jsx("span", { id: "revremark", children: e.attributes.revremark })
|
|
842
847
|
] })
|
|
@@ -846,7 +851,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
846
851
|
/* @__PURE__ */ r.jsx("div", { id: "content", children: /* @__PURE__ */ r.jsx(E, { blocks: e.blocks }) }),
|
|
847
852
|
/* @__PURE__ */ r.jsx(s, {})
|
|
848
853
|
] });
|
|
849
|
-
},
|
|
854
|
+
}, Xe = ({ node: e }) => {
|
|
850
855
|
if (F(e.attributes, "collapsible")) {
|
|
851
856
|
const s = e.title || "Details", n = e.attributes.open ? !0 : void 0;
|
|
852
857
|
return /* @__PURE__ */ r.jsxs(
|
|
@@ -866,7 +871,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
866
871
|
return /* @__PURE__ */ r.jsxs(
|
|
867
872
|
"div",
|
|
868
873
|
{
|
|
869
|
-
className:
|
|
874
|
+
className: b("exampleblock", e.role),
|
|
870
875
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
871
876
|
...e.id ? { id: e.id } : {},
|
|
872
877
|
children: [
|
|
@@ -875,7 +880,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
875
880
|
]
|
|
876
881
|
}
|
|
877
882
|
);
|
|
878
|
-
},
|
|
883
|
+
}, Qe = ({ node: e }) => /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
879
884
|
/* @__PURE__ */ r.jsx(
|
|
880
885
|
"a",
|
|
881
886
|
{
|
|
@@ -884,12 +889,12 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
884
889
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {}
|
|
885
890
|
}
|
|
886
891
|
),
|
|
887
|
-
|
|
892
|
+
C(
|
|
888
893
|
`h${e.level + 1}`,
|
|
889
|
-
{ className:
|
|
894
|
+
{ className: b(e.role, e.style) },
|
|
890
895
|
v(e.title || "")
|
|
891
896
|
)
|
|
892
|
-
] }),
|
|
897
|
+
] }), Ke = ({ node: e }) => {
|
|
893
898
|
let t = /* @__PURE__ */ r.jsx(
|
|
894
899
|
"img",
|
|
895
900
|
{
|
|
@@ -914,10 +919,10 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
914
919
|
]
|
|
915
920
|
}
|
|
916
921
|
);
|
|
917
|
-
},
|
|
918
|
-
const { document: t } =
|
|
922
|
+
}, er = ({ node: e }) => {
|
|
923
|
+
const { document: t } = T(), s = t.attributes || {}, n = e.attributes.nowrap || s.prewrap === void 0;
|
|
919
924
|
if (e.style === "source") {
|
|
920
|
-
const
|
|
925
|
+
const l = e.language;
|
|
921
926
|
return /* @__PURE__ */ r.jsxs(
|
|
922
927
|
"div",
|
|
923
928
|
{
|
|
@@ -925,11 +930,11 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
925
930
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
926
931
|
children: [
|
|
927
932
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
928
|
-
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx("pre", { className:
|
|
933
|
+
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx("pre", { className: b("highlight", n ? " nowrap" : ""), children: l ? /* @__PURE__ */ r.jsx(
|
|
929
934
|
"code",
|
|
930
935
|
{
|
|
931
|
-
className:
|
|
932
|
-
"data-lang":
|
|
936
|
+
className: l ? `language-${l}` : "",
|
|
937
|
+
"data-lang": l,
|
|
933
938
|
dangerouslySetInnerHTML: {
|
|
934
939
|
__html: e.content || ""
|
|
935
940
|
}
|
|
@@ -949,7 +954,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
949
954
|
/* @__PURE__ */ r.jsx("div", { className: "content", children: /* @__PURE__ */ r.jsx(
|
|
950
955
|
"pre",
|
|
951
956
|
{
|
|
952
|
-
className:
|
|
957
|
+
className: b("highlight !block", n ? "nowrap" : ""),
|
|
953
958
|
dangerouslySetInnerHTML: {
|
|
954
959
|
__html: e.content || ""
|
|
955
960
|
}
|
|
@@ -958,8 +963,8 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
958
963
|
]
|
|
959
964
|
}
|
|
960
965
|
);
|
|
961
|
-
},
|
|
962
|
-
const { document: t } =
|
|
966
|
+
}, rr = ({ node: e }) => {
|
|
967
|
+
const { document: t } = T(), s = t.attributes || {}, n = e.attributes.nowrap || s.prewrap === void 0;
|
|
963
968
|
return /* @__PURE__ */ r.jsxs(
|
|
964
969
|
"div",
|
|
965
970
|
{
|
|
@@ -971,10 +976,10 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
971
976
|
]
|
|
972
977
|
}
|
|
973
978
|
);
|
|
974
|
-
},
|
|
979
|
+
}, tr = ({ node: e }) => /* @__PURE__ */ r.jsxs(
|
|
975
980
|
"div",
|
|
976
981
|
{
|
|
977
|
-
className:
|
|
982
|
+
className: b("olist", e.role, e.style),
|
|
978
983
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
979
984
|
children: [
|
|
980
985
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -992,12 +997,12 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
992
997
|
)
|
|
993
998
|
]
|
|
994
999
|
}
|
|
995
|
-
),
|
|
1000
|
+
), sr = ({ node: e }) => {
|
|
996
1001
|
const t = e.style;
|
|
997
1002
|
return t === "abstract" ? /* @__PURE__ */ r.jsxs(
|
|
998
1003
|
"div",
|
|
999
1004
|
{
|
|
1000
|
-
className:
|
|
1005
|
+
className: b("quoteblock abstract", e.role),
|
|
1001
1006
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1002
1007
|
children: [
|
|
1003
1008
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1007,7 +1012,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1007
1012
|
) : /* @__PURE__ */ r.jsxs(
|
|
1008
1013
|
"div",
|
|
1009
1014
|
{
|
|
1010
|
-
className:
|
|
1015
|
+
className: b("openblock", t && t !== "open" ? t : "", e.role),
|
|
1011
1016
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1012
1017
|
children: [
|
|
1013
1018
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1015,19 +1020,19 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1015
1020
|
]
|
|
1016
1021
|
}
|
|
1017
1022
|
);
|
|
1018
|
-
},
|
|
1023
|
+
}, ar = () => /* @__PURE__ */ r.jsx("div", { style: { pageBreakAfter: "always" } }), ir = ({ node: e }) => /* @__PURE__ */ r.jsxs(
|
|
1019
1024
|
"div",
|
|
1020
1025
|
{
|
|
1021
1026
|
...e.id ? { id: e.id } : {},
|
|
1022
|
-
className:
|
|
1027
|
+
className: b("paragraph", e.role),
|
|
1023
1028
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1024
1029
|
children: [
|
|
1025
1030
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
1026
1031
|
e.content && /* @__PURE__ */ r.jsx("p", { dangerouslySetInnerHTML: { __html: e.content } })
|
|
1027
1032
|
]
|
|
1028
1033
|
}
|
|
1029
|
-
),
|
|
1030
|
-
const { document: t } =
|
|
1034
|
+
), lr = ({ node: e }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: v(e.content || "") }), nr = ({ node: e }) => {
|
|
1035
|
+
const { document: t } = T(), s = t.attributes || {}, n = s["toc-placement"] === "preamble" && t.sections && t.sections.length > 0 && s.toc !== void 0;
|
|
1031
1036
|
return /* @__PURE__ */ r.jsx("div", { id: "preamble", ...e.lineNumber ? { "data-lineno": e.lineNumber } : {}, children: /* @__PURE__ */ r.jsxs("div", { className: "sectionbody", children: [
|
|
1032
1037
|
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks }),
|
|
1033
1038
|
n && /* @__PURE__ */ r.jsxs(
|
|
@@ -1037,18 +1042,18 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1037
1042
|
className: e.attributes["toc-class"] ? `${e.attributes["toc-class"]}` : "toc",
|
|
1038
1043
|
children: [
|
|
1039
1044
|
/* @__PURE__ */ r.jsx("div", { id: "toctitle", children: v(`${s["toc-title"]}`) }),
|
|
1040
|
-
t.sections && /* @__PURE__ */ r.jsx(
|
|
1045
|
+
t.sections && /* @__PURE__ */ r.jsx(Y, { sections: t.sections })
|
|
1041
1046
|
]
|
|
1042
1047
|
}
|
|
1043
1048
|
)
|
|
1044
1049
|
] }) });
|
|
1045
|
-
},
|
|
1050
|
+
}, or = ({ node: e }) => {
|
|
1046
1051
|
const t = e.attributes.attribution, s = e.attributes.citetitle;
|
|
1047
1052
|
return /* @__PURE__ */ r.jsxs(
|
|
1048
1053
|
"div",
|
|
1049
1054
|
{
|
|
1050
1055
|
...e.id ? { id: e.id } : {},
|
|
1051
|
-
className:
|
|
1056
|
+
className: b("quoteblock", e.role),
|
|
1052
1057
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1053
1058
|
children: [
|
|
1054
1059
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1062,12 +1067,12 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1062
1067
|
]
|
|
1063
1068
|
}
|
|
1064
1069
|
);
|
|
1065
|
-
},
|
|
1066
|
-
const { document: t } =
|
|
1067
|
-
let n = e.title,
|
|
1068
|
-
|
|
1070
|
+
}, cr = ({ node: e }) => {
|
|
1071
|
+
const { document: t } = T(), s = t.attributes || {};
|
|
1072
|
+
let n = e.title, l = e.num;
|
|
1073
|
+
l = l === "." ? "" : l;
|
|
1069
1074
|
const o = s.sectnumlevels ? parseInt(`${s.sectnumlevels}`) : 3;
|
|
1070
|
-
return e.numbered && e.level <= o && (n = `${
|
|
1075
|
+
return e.numbered && e.level <= o && (n = `${l} ${e.title}`), s.sectlinks && (n = /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
1071
1076
|
/* @__PURE__ */ r.jsx(
|
|
1072
1077
|
"a",
|
|
1073
1078
|
{
|
|
@@ -1090,8 +1095,8 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1090
1095
|
/* @__PURE__ */ r.jsx(
|
|
1091
1096
|
"h1",
|
|
1092
1097
|
{
|
|
1093
|
-
className:
|
|
1094
|
-
"data-sectnum":
|
|
1098
|
+
className: b("sect0", e.role),
|
|
1099
|
+
"data-sectnum": l,
|
|
1095
1100
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1096
1101
|
children: n
|
|
1097
1102
|
}
|
|
@@ -1100,114 +1105,114 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1100
1105
|
] }) : /* @__PURE__ */ r.jsxs(
|
|
1101
1106
|
"div",
|
|
1102
1107
|
{
|
|
1103
|
-
className:
|
|
1108
|
+
className: b(`sect${e.level}`, e.role),
|
|
1104
1109
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1105
1110
|
children: [
|
|
1106
|
-
|
|
1111
|
+
C(`h${e.level + 1}`, { "data-sectnum": l }, n),
|
|
1107
1112
|
/* @__PURE__ */ r.jsx("div", { className: "sectionbody", children: /* @__PURE__ */ r.jsx(E, { blocks: e.blocks }) })
|
|
1108
1113
|
]
|
|
1109
1114
|
}
|
|
1110
1115
|
);
|
|
1111
|
-
},
|
|
1116
|
+
}, ur = ({ node: e }) => /* @__PURE__ */ r.jsx(
|
|
1112
1117
|
"div",
|
|
1113
1118
|
{
|
|
1114
|
-
className:
|
|
1119
|
+
className: b("sidebarblock", e.role),
|
|
1115
1120
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1116
1121
|
children: /* @__PURE__ */ r.jsxs("div", { className: "content", children: [
|
|
1117
1122
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
1118
1123
|
/* @__PURE__ */ r.jsx(E, { blocks: e.blocks })
|
|
1119
1124
|
] })
|
|
1120
1125
|
}
|
|
1121
|
-
),
|
|
1122
|
-
const { document: t } =
|
|
1126
|
+
), pr = ({ node: e }) => {
|
|
1127
|
+
const { document: t } = T(), s = t.attributes || {};
|
|
1123
1128
|
let n = [
|
|
1124
|
-
"frame-" +
|
|
1125
|
-
"grid-" +
|
|
1126
|
-
],
|
|
1127
|
-
|
|
1128
|
-
let o = F(e.attributes, "autowidth"),
|
|
1129
|
-
o && !
|
|
1130
|
-
const
|
|
1129
|
+
"frame-" + z(e.attributes, "frame", "all", "table-frame", s),
|
|
1130
|
+
"grid-" + z(e.attributes, "grid", "all", "table-grid", s)
|
|
1131
|
+
], l = z(e.attributes, "stripes", null, "table-stripes", s);
|
|
1132
|
+
l && n.push("stripes-" + l);
|
|
1133
|
+
let o = F(e.attributes, "autowidth"), a = parseInt(`${e.attributes.tablepcwidth}`), c = null;
|
|
1134
|
+
o && !A(e.attributes, "width") ? n.push("fit-content") : a === 100 ? n.push("stretch") : c = `${a}%`, A(e.attributes, "float") && n.push(`${e.attributes.float}`), e.role && n.push(e.role || "");
|
|
1135
|
+
const p = (m) => b(
|
|
1131
1136
|
"tableblock",
|
|
1132
|
-
`halign-${
|
|
1133
|
-
`valign-${
|
|
1134
|
-
),
|
|
1137
|
+
`halign-${m.attributes.halign}`,
|
|
1138
|
+
`valign-${m.attributes.valign}`
|
|
1139
|
+
), j = e.title, g = e.id, u = g || mr(j || "");
|
|
1135
1140
|
return /* @__PURE__ */ r.jsxs(
|
|
1136
1141
|
"table",
|
|
1137
1142
|
{
|
|
1138
|
-
className:
|
|
1139
|
-
style: { width:
|
|
1143
|
+
className: b("tableblock", ...n),
|
|
1144
|
+
style: { width: c || void 0 },
|
|
1140
1145
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1141
1146
|
children: [
|
|
1142
1147
|
e.title && /* @__PURE__ */ r.jsxs("caption", { className: "title", children: [
|
|
1143
|
-
!
|
|
1144
|
-
/* @__PURE__ */ r.jsx("a", { href: `#${
|
|
1148
|
+
!g && /* @__PURE__ */ r.jsx("a", { className: "anchor", id: u }),
|
|
1149
|
+
/* @__PURE__ */ r.jsx("a", { href: `#${u}`, children: /* @__PURE__ */ r.jsx(w, { text: e.title }) })
|
|
1145
1150
|
] }),
|
|
1146
|
-
e.columns.length > 0 && /* @__PURE__ */ r.jsx("colgroup", { children: e.columns.map((
|
|
1147
|
-
const
|
|
1148
|
-
return /* @__PURE__ */ r.jsx("col", { style: { width: `${
|
|
1151
|
+
e.columns.length > 0 && /* @__PURE__ */ r.jsx("colgroup", { children: e.columns.map((m, f) => {
|
|
1152
|
+
const N = m.attributes.colpcwidth;
|
|
1153
|
+
return /* @__PURE__ */ r.jsx("col", { style: { width: `${N}%` } }, f);
|
|
1149
1154
|
}) }),
|
|
1150
|
-
e.headRows.map((
|
|
1155
|
+
e.headRows.map((m, f) => /* @__PURE__ */ r.jsx("thead", { children: /* @__PURE__ */ r.jsx("tr", { children: m.map((N, x) => /* @__PURE__ */ r.jsx(
|
|
1151
1156
|
"th",
|
|
1152
1157
|
{
|
|
1153
|
-
className:
|
|
1154
|
-
dangerouslySetInnerHTML: { __html:
|
|
1158
|
+
className: p(N),
|
|
1159
|
+
dangerouslySetInnerHTML: { __html: N.text }
|
|
1155
1160
|
},
|
|
1156
|
-
|
|
1157
|
-
)) }) },
|
|
1158
|
-
/* @__PURE__ */ r.jsx("tbody", { children: e.bodyRows.map((
|
|
1159
|
-
const
|
|
1160
|
-
colSpan:
|
|
1161
|
+
x
|
|
1162
|
+
)) }) }, f)),
|
|
1163
|
+
/* @__PURE__ */ r.jsx("tbody", { children: e.bodyRows.map((m, f) => /* @__PURE__ */ r.jsx("tr", { children: m.map((N, x) => {
|
|
1164
|
+
const U = N.columnSpan, $ = N.rowSpan, R = N.content, L = {
|
|
1165
|
+
colSpan: U,
|
|
1161
1166
|
rowSpan: $,
|
|
1162
|
-
className:
|
|
1163
|
-
}, B =
|
|
1167
|
+
className: p(N)
|
|
1168
|
+
}, B = N.style;
|
|
1164
1169
|
if (B === "asciidoc")
|
|
1165
|
-
return /* @__PURE__ */
|
|
1170
|
+
return /* @__PURE__ */ C("td", { ...L, key: x }, /* @__PURE__ */ r.jsx(
|
|
1166
1171
|
"div",
|
|
1167
1172
|
{
|
|
1168
1173
|
className: "content",
|
|
1169
|
-
dangerouslySetInnerHTML: { __html:
|
|
1174
|
+
dangerouslySetInnerHTML: { __html: R || "" }
|
|
1170
1175
|
}
|
|
1171
1176
|
));
|
|
1172
1177
|
if (B === "literal")
|
|
1173
|
-
return /* @__PURE__ */
|
|
1178
|
+
return /* @__PURE__ */ C("td", { ...L, key: x }, /* @__PURE__ */ r.jsx("div", { className: "literal", children: /* @__PURE__ */ r.jsx("pre", { dangerouslySetInnerHTML: { __html: R || "" } }) }));
|
|
1174
1179
|
if (B === "header")
|
|
1175
|
-
return /* @__PURE__ */
|
|
1180
|
+
return /* @__PURE__ */ C("th", { ...L, key: x }, /* @__PURE__ */ r.jsx(
|
|
1176
1181
|
"p",
|
|
1177
1182
|
{
|
|
1178
1183
|
className: "tableblock",
|
|
1179
|
-
dangerouslySetInnerHTML: { __html:
|
|
1184
|
+
dangerouslySetInnerHTML: { __html: R || "" }
|
|
1180
1185
|
}
|
|
1181
1186
|
));
|
|
1182
1187
|
{
|
|
1183
|
-
let G =
|
|
1184
|
-
return /* @__PURE__ */
|
|
1188
|
+
let G = R;
|
|
1189
|
+
return /* @__PURE__ */ C("td", { ...L, key: x }, G.length === 0 ? "" : v(
|
|
1185
1190
|
`<p class="tableblock">${G.join(
|
|
1186
1191
|
`</p>
|
|
1187
1192
|
<p class="tableblock">`
|
|
1188
1193
|
)}</p>`
|
|
1189
1194
|
));
|
|
1190
1195
|
}
|
|
1191
|
-
}) },
|
|
1192
|
-
e.footRows.map((
|
|
1196
|
+
}) }, f)) }),
|
|
1197
|
+
e.footRows.map((m, f) => /* @__PURE__ */ r.jsx("tfoot", { children: /* @__PURE__ */ r.jsx("tr", { children: m.map((N, x) => /* @__PURE__ */ r.jsx("td", { className: p(N), children: /* @__PURE__ */ r.jsx("p", { className: "tableblock", dangerouslySetInnerHTML: { __html: N.text } }) }, x)) }) }, f))
|
|
1193
1198
|
]
|
|
1194
1199
|
}
|
|
1195
1200
|
);
|
|
1196
|
-
},
|
|
1197
|
-
const { document: t } =
|
|
1198
|
-
let
|
|
1199
|
-
const o = e.title ? e.title : s["toc-title"],
|
|
1200
|
-
return
|
|
1201
|
-
/* @__PURE__ */ r.jsx("div", { id: `${
|
|
1202
|
-
t.sections && /* @__PURE__ */ r.jsx(
|
|
1201
|
+
}, mr = (e) => e.toString().normalize("NFKD").replace(/[\u0300-\u036f]/g, "").toLowerCase().trim().replace(/\s+/g, "_").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/-$/g, ""), dr = ({ node: e }) => {
|
|
1202
|
+
const { document: t } = T(), s = t.attributes || {}, n = t.sections && t.sections.length > 0;
|
|
1203
|
+
let l = e.id || "toc";
|
|
1204
|
+
const o = e.title ? e.title : s["toc-title"], a = s["toc-placement"], c = s.toc !== void 0, p = e.attributes.levels ? parseInt(`${e.attributes.levels}`) : void 0;
|
|
1205
|
+
return a === "macro" && n && c ? /* @__PURE__ */ r.jsxs("div", { id: l, className: b("toc", e.role), children: [
|
|
1206
|
+
/* @__PURE__ */ r.jsx("div", { id: `${l}title`, className: "title", children: v(`${o}` || "") }),
|
|
1207
|
+
t.sections && /* @__PURE__ */ r.jsx(Y, { sections: t.sections, opts: { tocLevels: p } })
|
|
1203
1208
|
] }) : null;
|
|
1204
|
-
},
|
|
1209
|
+
}, gr = () => /* @__PURE__ */ r.jsx("hr", {}), hr = ({ node: e }) => {
|
|
1205
1210
|
const t = F(e.attributes, "checklist");
|
|
1206
1211
|
return /* @__PURE__ */ r.jsxs(
|
|
1207
1212
|
"div",
|
|
1208
1213
|
{
|
|
1209
1214
|
...e.id ? { id: e.id } : {},
|
|
1210
|
-
className:
|
|
1215
|
+
className: b("ulist", e.style, e.role, t && "checklist"),
|
|
1211
1216
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1212
1217
|
children: [
|
|
1213
1218
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1215,7 +1220,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1215
1220
|
t && s.attributes.checkbox && /* @__PURE__ */ r.jsx(
|
|
1216
1221
|
"i",
|
|
1217
1222
|
{
|
|
1218
|
-
className:
|
|
1223
|
+
className: b(
|
|
1219
1224
|
"fa",
|
|
1220
1225
|
s.attributes.checked ? "fa-check-square-o" : "fa-square-o"
|
|
1221
1226
|
)
|
|
@@ -1230,13 +1235,13 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1230
1235
|
]
|
|
1231
1236
|
}
|
|
1232
1237
|
);
|
|
1233
|
-
},
|
|
1238
|
+
}, br = ({ node: e }) => {
|
|
1234
1239
|
const t = e.attributes.attribution, s = e.attributes.citetitle;
|
|
1235
1240
|
return /* @__PURE__ */ r.jsxs(
|
|
1236
1241
|
"div",
|
|
1237
1242
|
{
|
|
1238
1243
|
...e.id ? { id: e.id } : {},
|
|
1239
|
-
className:
|
|
1244
|
+
className: b("verseblock", e.role),
|
|
1240
1245
|
...e.lineNumber ? { "data-lineno": e.lineNumber } : {},
|
|
1241
1246
|
children: [
|
|
1242
1247
|
/* @__PURE__ */ r.jsx(w, { text: e.title }),
|
|
@@ -1249,7 +1254,7 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1249
1254
|
]
|
|
1250
1255
|
}
|
|
1251
1256
|
);
|
|
1252
|
-
},
|
|
1257
|
+
}, fr = ({ node: e }) => {
|
|
1253
1258
|
const t = e.attributes.start, s = e.attributes.end, n = (t || s) && `#t=${t || ""}` + s ? `,${s}` : "";
|
|
1254
1259
|
return /* @__PURE__ */ r.jsxs(
|
|
1255
1260
|
"div",
|
|
@@ -1271,117 +1276,117 @@ const F = (e, t) => e[`${t}-option`] !== void 0, M = (e, t, s = void 0, n, i) =>
|
|
|
1271
1276
|
]
|
|
1272
1277
|
}
|
|
1273
1278
|
);
|
|
1274
|
-
},
|
|
1279
|
+
}, ie = Se({ document: {} }), yr = ({
|
|
1275
1280
|
document: e,
|
|
1276
1281
|
options: t
|
|
1277
1282
|
}) => {
|
|
1278
1283
|
const s = t && t.customDocument;
|
|
1279
1284
|
return /* @__PURE__ */ r.jsx(
|
|
1280
|
-
|
|
1285
|
+
ie.Provider,
|
|
1281
1286
|
{
|
|
1282
1287
|
value: {
|
|
1283
1288
|
...t,
|
|
1284
1289
|
document: { attributes: e.attributes, sections: e.sections }
|
|
1285
1290
|
},
|
|
1286
|
-
children: s ? /* @__PURE__ */ r.jsx(s, { document: e }) : /* @__PURE__ */ r.jsx(
|
|
1291
|
+
children: s ? /* @__PURE__ */ r.jsx(s, { document: e }) : /* @__PURE__ */ r.jsx(Ze, { document: e })
|
|
1287
1292
|
}
|
|
1288
1293
|
);
|
|
1289
|
-
}, E = ({ blocks: e }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: e.map((t, s) => /* @__PURE__ */ r.jsx(
|
|
1290
|
-
const { overrides: t } =
|
|
1294
|
+
}, E = ({ blocks: e }) => /* @__PURE__ */ r.jsx(r.Fragment, { children: e.map((t, s) => /* @__PURE__ */ r.jsx(xr, { node: t }, `${s}-${t.type}`)) }), xr = ({ node: e }) => {
|
|
1295
|
+
const { overrides: t } = ve(ie), s = e.type, n = t && t[s];
|
|
1291
1296
|
if (n)
|
|
1292
1297
|
return /* @__PURE__ */ r.jsx(n, { node: e });
|
|
1293
1298
|
switch (s) {
|
|
1294
1299
|
case "audio":
|
|
1295
|
-
return /* @__PURE__ */ r.jsx(
|
|
1300
|
+
return /* @__PURE__ */ r.jsx(_e, { node: e });
|
|
1296
1301
|
case "preamble":
|
|
1297
|
-
return /* @__PURE__ */ r.jsx(
|
|
1302
|
+
return /* @__PURE__ */ r.jsx(nr, { node: e });
|
|
1298
1303
|
case "section":
|
|
1299
|
-
return /* @__PURE__ */ r.jsx(
|
|
1304
|
+
return /* @__PURE__ */ r.jsx(cr, { node: e });
|
|
1300
1305
|
case "paragraph":
|
|
1301
|
-
return /* @__PURE__ */ r.jsx(
|
|
1306
|
+
return /* @__PURE__ */ r.jsx(ir, { node: e });
|
|
1302
1307
|
case "dlist":
|
|
1303
|
-
return /* @__PURE__ */ r.jsx(
|
|
1308
|
+
return /* @__PURE__ */ r.jsx(Je, { node: e });
|
|
1304
1309
|
case "ulist":
|
|
1305
|
-
return /* @__PURE__ */ r.jsx(
|
|
1310
|
+
return /* @__PURE__ */ r.jsx(hr, { node: e });
|
|
1306
1311
|
case "floating_title":
|
|
1307
|
-
return /* @__PURE__ */ r.jsx(
|
|
1312
|
+
return /* @__PURE__ */ r.jsx(Qe, { node: e });
|
|
1308
1313
|
case "admonition":
|
|
1309
|
-
return /* @__PURE__ */ r.jsx(
|
|
1314
|
+
return /* @__PURE__ */ r.jsx(Ce, { node: e });
|
|
1310
1315
|
case "listing":
|
|
1311
|
-
return /* @__PURE__ */ r.jsx(
|
|
1316
|
+
return /* @__PURE__ */ r.jsx(er, { node: e });
|
|
1312
1317
|
case "literal":
|
|
1313
|
-
return /* @__PURE__ */ r.jsx(
|
|
1318
|
+
return /* @__PURE__ */ r.jsx(rr, { node: e });
|
|
1314
1319
|
case "image":
|
|
1315
|
-
return /* @__PURE__ */ r.jsx(
|
|
1320
|
+
return /* @__PURE__ */ r.jsx(Ke, { node: e });
|
|
1316
1321
|
case "colist":
|
|
1317
|
-
return /* @__PURE__ */ r.jsx(
|
|
1322
|
+
return /* @__PURE__ */ r.jsx(Oe, { node: e });
|
|
1318
1323
|
case "olist":
|
|
1319
|
-
return /* @__PURE__ */ r.jsx(
|
|
1324
|
+
return /* @__PURE__ */ r.jsx(tr, { node: e });
|
|
1320
1325
|
case "table":
|
|
1321
|
-
return /* @__PURE__ */ r.jsx(
|
|
1326
|
+
return /* @__PURE__ */ r.jsx(pr, { node: e });
|
|
1322
1327
|
case "thematic_break":
|
|
1323
|
-
return /* @__PURE__ */ r.jsx(
|
|
1328
|
+
return /* @__PURE__ */ r.jsx(gr, {});
|
|
1324
1329
|
case "open":
|
|
1325
|
-
return /* @__PURE__ */ r.jsx(
|
|
1330
|
+
return /* @__PURE__ */ r.jsx(sr, { node: e });
|
|
1326
1331
|
case "pass":
|
|
1327
|
-
return /* @__PURE__ */ r.jsx(
|
|
1332
|
+
return /* @__PURE__ */ r.jsx(lr, { node: e });
|
|
1328
1333
|
case "page_break":
|
|
1329
|
-
return /* @__PURE__ */ r.jsx(
|
|
1334
|
+
return /* @__PURE__ */ r.jsx(ar, {});
|
|
1330
1335
|
case "example":
|
|
1331
|
-
return /* @__PURE__ */ r.jsx(
|
|
1336
|
+
return /* @__PURE__ */ r.jsx(Xe, { node: e });
|
|
1332
1337
|
case "sidebar":
|
|
1333
|
-
return /* @__PURE__ */ r.jsx(
|
|
1338
|
+
return /* @__PURE__ */ r.jsx(ur, { node: e });
|
|
1334
1339
|
case "quote":
|
|
1335
|
-
return /* @__PURE__ */ r.jsx(
|
|
1340
|
+
return /* @__PURE__ */ r.jsx(or, { node: e });
|
|
1336
1341
|
case "verse":
|
|
1337
|
-
return /* @__PURE__ */ r.jsx(
|
|
1342
|
+
return /* @__PURE__ */ r.jsx(br, { node: e });
|
|
1338
1343
|
case "video":
|
|
1339
|
-
return /* @__PURE__ */ r.jsx(
|
|
1344
|
+
return /* @__PURE__ */ r.jsx(fr, { node: e });
|
|
1340
1345
|
case "toc":
|
|
1341
|
-
return /* @__PURE__ */ r.jsx(
|
|
1346
|
+
return /* @__PURE__ */ r.jsx(dr, { node: e });
|
|
1342
1347
|
default:
|
|
1343
1348
|
return /* @__PURE__ */ r.jsx(r.Fragment, {});
|
|
1344
1349
|
}
|
|
1345
|
-
},
|
|
1346
|
-
const e =
|
|
1350
|
+
}, T = () => {
|
|
1351
|
+
const e = ve(ie);
|
|
1347
1352
|
if (e === void 0)
|
|
1348
1353
|
throw new Error("useConverterContext must be used within a Provider");
|
|
1349
1354
|
return e;
|
|
1350
1355
|
};
|
|
1351
1356
|
export {
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1357
|
+
Ce as Admonition,
|
|
1358
|
+
yr as Asciidoc,
|
|
1359
|
+
_e as Audio,
|
|
1360
|
+
Oe as CoList,
|
|
1356
1361
|
E as Content,
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1362
|
+
ie as Context,
|
|
1363
|
+
Je as DList,
|
|
1364
|
+
Ze as Document,
|
|
1365
|
+
Xe as Example,
|
|
1366
|
+
Qe as FloatingTitle,
|
|
1367
|
+
Ke as Image,
|
|
1368
|
+
er as Listing,
|
|
1369
|
+
rr as Literal,
|
|
1370
|
+
tr as OList,
|
|
1371
|
+
sr as Open,
|
|
1372
|
+
Y as Outline,
|
|
1373
|
+
ar as PageBreak,
|
|
1374
|
+
ir as Paragraph,
|
|
1375
|
+
lr as Pass,
|
|
1376
|
+
nr as Preamble,
|
|
1377
|
+
or as Quote,
|
|
1378
|
+
cr as Section,
|
|
1379
|
+
ur as Sidebar,
|
|
1380
|
+
pr as Table,
|
|
1381
|
+
dr as TableOfContents,
|
|
1382
|
+
gr as ThematicBreak,
|
|
1378
1383
|
w as Title,
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1384
|
+
hr as UList,
|
|
1385
|
+
br as Verse,
|
|
1386
|
+
fr as Video,
|
|
1382
1387
|
F as isOption,
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1388
|
+
kr as parse,
|
|
1389
|
+
jr as prepareDocument,
|
|
1390
|
+
Nr as processDocument,
|
|
1391
|
+
T as useConverterContext
|
|
1387
1392
|
};
|