@bndynet/vue-site 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/create-app.d.ts +9 -0
- package/dist/index.d.ts +19 -1
- package/dist/index.es.js +492 -479
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { inject as ft, defineComponent as be, computed as U, openBlock as F, createElementBlock as z, ref as ie, shallowRef as
|
|
2
|
-
import { useRoute as au, createRouter as
|
|
3
|
-
import { ElMessage as
|
|
1
|
+
import { inject as ft, defineComponent as be, computed as U, openBlock as F, createElementBlock as z, ref as ie, shallowRef as Co, onMounted as Cn, watch as ou, createElementVNode as H, createBlock as W, resolveDynamicComponent as bt, createCommentVNode as Y, resolveComponent as Fu, normalizeClass as Ee, toDisplayString as ve, unref as B, withCtx as gu, withDirectives as Dn, Fragment as Re, renderList as Qe, vShow as wn, nextTick as it, onBeforeUnmount as Lu, Teleport as Do, normalizeStyle as wo, useId as ht, renderSlot as So, createVNode as de, defineAsyncComponent as To, watchEffect as No, reactive as Fo, createApp as Ro } from "vue";
|
|
2
|
+
import { useRoute as au, createRouter as Mo, createWebHashHistory as Sn, createWebHistory as Oo } from "vue-router";
|
|
3
|
+
import { ElMessage as xs, ElMessageBox as Es, ElNotification as ks } from "element-plus";
|
|
4
4
|
function ct(e, u = "") {
|
|
5
5
|
const t = {};
|
|
6
6
|
if (!e) return t;
|
|
@@ -13,10 +13,10 @@ function ct(e, u = "") {
|
|
|
13
13
|
function Tn(e) {
|
|
14
14
|
return typeof e == "object" && e !== null && typeof e.$t == "string";
|
|
15
15
|
}
|
|
16
|
-
function
|
|
16
|
+
function bs(e, u) {
|
|
17
17
|
return u ? { $t: e, params: u } : { $t: e };
|
|
18
18
|
}
|
|
19
|
-
function
|
|
19
|
+
function Io(e, u) {
|
|
20
20
|
return u ? e.replace(
|
|
21
21
|
/\{(\w+)\}/g,
|
|
22
22
|
(t, n) => n in u ? String(u[n]) : t
|
|
@@ -44,9 +44,9 @@ function Fn(e, u, t, n, r) {
|
|
|
44
44
|
p && (o = (a = e[p]) == null ? void 0 : a[u]);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
return o == null && n && (o = (s = e[n]) == null ? void 0 : s[u]), o == null && (o = (d = e.en) == null ? void 0 : d[u]), o == null && (o = u),
|
|
47
|
+
return o == null && n && (o = (s = e[n]) == null ? void 0 : s[u]), o == null && (o = (d = e.en) == null ? void 0 : d[u]), o == null && (o = u), Io(o, r);
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function Lo(e, u, t) {
|
|
50
50
|
if (e == null) return "";
|
|
51
51
|
if (typeof e == "string") return e;
|
|
52
52
|
if (Tn(e)) return e.$t;
|
|
@@ -62,9 +62,9 @@ function Io(e, u, t) {
|
|
|
62
62
|
return n.length ? e[n[0]] : "";
|
|
63
63
|
}
|
|
64
64
|
function Bu(e, u, t, n) {
|
|
65
|
-
return Tn(e) ? n ? Fn(n, e.$t, u, t, e.params) : e.$t :
|
|
65
|
+
return Tn(e) ? n ? Fn(n, e.$t, u, t, e.params) : e.$t : Lo(e, u, t);
|
|
66
66
|
}
|
|
67
|
-
function
|
|
67
|
+
function Bo(e, u, t) {
|
|
68
68
|
if (e.length) {
|
|
69
69
|
if (u && e.includes(u)) return u;
|
|
70
70
|
if (u) {
|
|
@@ -74,19 +74,19 @@ function Lo(e, u, t) {
|
|
|
74
74
|
return t && e.includes(t) ? t : e[0];
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function Po(e) {
|
|
78
78
|
const u = Object.keys(e);
|
|
79
79
|
return u.length > 0 && u.every((t) => t.includes("/"));
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function zo(e) {
|
|
82
82
|
const t = e.slice(e.lastIndexOf("/") + 1).split(".");
|
|
83
83
|
return t.pop(), t.length >= 2 ? t[t.length - 1] : void 0;
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function $o(e) {
|
|
86
86
|
const u = {};
|
|
87
87
|
let t;
|
|
88
88
|
for (const r of Object.keys(e)) {
|
|
89
|
-
const o =
|
|
89
|
+
const o = zo(r);
|
|
90
90
|
o ? u[o] = e[r] : t = e[r];
|
|
91
91
|
}
|
|
92
92
|
const n = Object.keys(u);
|
|
@@ -100,17 +100,17 @@ function zo(e) {
|
|
|
100
100
|
);
|
|
101
101
|
};
|
|
102
102
|
}
|
|
103
|
-
function
|
|
103
|
+
function Uo(e, u) {
|
|
104
104
|
if (typeof e == "string")
|
|
105
105
|
return () => Promise.reject(
|
|
106
106
|
new Error(
|
|
107
107
|
`[vue-site] localizedPage('${e}') is resolved by the vue-site CLI. In library mode, pass a glob instead, e.g. localizedPage(import.meta.glob('${e.replace(/(\.[^./]+)$/, "*$1")}', { query: '?raw' })).`
|
|
108
108
|
)
|
|
109
109
|
);
|
|
110
|
-
if (
|
|
110
|
+
if (Po(e)) return $o(e);
|
|
111
111
|
const t = e, n = Object.keys(t);
|
|
112
112
|
return (r) => {
|
|
113
|
-
const o =
|
|
113
|
+
const o = Bo(n, r, u == null ? void 0 : u.defaultLocale), i = o ? t[o] : void 0;
|
|
114
114
|
return i ? i() : Promise.reject(
|
|
115
115
|
new Error("[vue-site] localizedPage(): no loaders provided.")
|
|
116
116
|
);
|
|
@@ -126,7 +126,7 @@ function Oe() {
|
|
|
126
126
|
return e;
|
|
127
127
|
}
|
|
128
128
|
const Mn = "vue-site-locale", On = Symbol.for("vue-site.localeRef"), Ut = Symbol.for("vue-site.localeRuntimeState");
|
|
129
|
-
function
|
|
129
|
+
function qo() {
|
|
130
130
|
const e = globalThis, u = e[Ut];
|
|
131
131
|
if (u) return u;
|
|
132
132
|
const t = {
|
|
@@ -135,8 +135,8 @@ function Uo() {
|
|
|
135
135
|
};
|
|
136
136
|
return e[Ut] = t, t;
|
|
137
137
|
}
|
|
138
|
-
const Ce =
|
|
139
|
-
function
|
|
138
|
+
const Ce = qo();
|
|
139
|
+
function Ho() {
|
|
140
140
|
try {
|
|
141
141
|
const e = localStorage.getItem(Ce.storageKey);
|
|
142
142
|
if (e && Ce.allowedLocales.includes(e)) return e;
|
|
@@ -144,13 +144,13 @@ function qo() {
|
|
|
144
144
|
}
|
|
145
145
|
return null;
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function Go(e) {
|
|
148
148
|
try {
|
|
149
149
|
localStorage.setItem(Ce.storageKey, e);
|
|
150
150
|
} catch {
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function Zo() {
|
|
154
154
|
if (typeof navigator > "u") return null;
|
|
155
155
|
const e = [navigator.language, ...navigator.languages ?? []].filter(
|
|
156
156
|
Boolean
|
|
@@ -164,9 +164,9 @@ function Go() {
|
|
|
164
164
|
}
|
|
165
165
|
return null;
|
|
166
166
|
}
|
|
167
|
-
function
|
|
167
|
+
function jo(e, u, t, n = !0, r = Mn) {
|
|
168
168
|
Ce.allowedLocales = t.length ? [...t] : [u], Ce.storageKey = r;
|
|
169
|
-
const o = Ce.allowedLocales.includes(u) ? u : Ce.allowedLocales[0] ?? u, i =
|
|
169
|
+
const o = Ce.allowedLocales.includes(u) ? u : Ce.allowedLocales[0] ?? u, i = Ho(), c = i ? null : n ? Zo() : null;
|
|
170
170
|
e.value = i ?? c ?? o;
|
|
171
171
|
}
|
|
172
172
|
function In() {
|
|
@@ -177,7 +177,7 @@ function In() {
|
|
|
177
177
|
);
|
|
178
178
|
const u = e;
|
|
179
179
|
function t(r) {
|
|
180
|
-
Ce.allowedLocales.includes(r) && (u.value = r,
|
|
180
|
+
Ce.allowedLocales.includes(r) && (u.value = r, Go(r));
|
|
181
181
|
}
|
|
182
182
|
function n() {
|
|
183
183
|
return [...Ce.allowedLocales];
|
|
@@ -224,7 +224,7 @@ function Ke() {
|
|
|
224
224
|
return { localize: r, t: o, locale: u };
|
|
225
225
|
}
|
|
226
226
|
const qt = {};
|
|
227
|
-
function
|
|
227
|
+
function Ko(e) {
|
|
228
228
|
let u = qt[e];
|
|
229
229
|
if (u)
|
|
230
230
|
return u;
|
|
@@ -241,7 +241,7 @@ function jo(e) {
|
|
|
241
241
|
}
|
|
242
242
|
function iu(e, u) {
|
|
243
243
|
typeof u != "string" && (u = iu.defaultChars);
|
|
244
|
-
const t =
|
|
244
|
+
const t = Ko(u);
|
|
245
245
|
return e.replace(/(%[a-f0-9]{2})+/gi, function(n) {
|
|
246
246
|
let r = "";
|
|
247
247
|
for (let o = 0, i = n.length; o < i; o += 3) {
|
|
@@ -282,7 +282,7 @@ function iu(e, u) {
|
|
|
282
282
|
iu.defaultChars = ";/?:@&=+$,#";
|
|
283
283
|
iu.componentChars = "";
|
|
284
284
|
const Ht = {};
|
|
285
|
-
function
|
|
285
|
+
function Wo(e) {
|
|
286
286
|
let u = Ht[e];
|
|
287
287
|
if (u)
|
|
288
288
|
return u;
|
|
@@ -297,7 +297,7 @@ function Ko(e) {
|
|
|
297
297
|
}
|
|
298
298
|
function mu(e, u, t) {
|
|
299
299
|
typeof u != "string" && (t = u, u = mu.defaultChars), typeof t > "u" && (t = !0);
|
|
300
|
-
const n =
|
|
300
|
+
const n = Wo(u);
|
|
301
301
|
let r = "";
|
|
302
302
|
for (let o = 0, i = e.length; o < i; o++) {
|
|
303
303
|
const c = e.charCodeAt(o);
|
|
@@ -333,8 +333,8 @@ function pt(e) {
|
|
|
333
333
|
function Ru() {
|
|
334
334
|
this.protocol = null, this.slashes = null, this.auth = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.pathname = null;
|
|
335
335
|
}
|
|
336
|
-
const
|
|
337
|
-
`, " "],
|
|
336
|
+
const Vo = /^([a-z0-9.+-]+:)/i, Yo = /:[0-9]*$/, Xo = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, Jo = ["<", ">", '"', "`", " ", "\r", `
|
|
337
|
+
`, " "], Qo = ["{", "}", "|", "\\", "^", "`"].concat(Jo), ei = ["'"].concat(Qo), Gt = ["%", "/", "?", ";", "#"].concat(ei), Zt = ["/", "?", "#"], ui = 255, jt = /^[+a-z0-9A-Z_-]{0,63}$/, ti = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, Kt = {
|
|
338
338
|
javascript: !0,
|
|
339
339
|
"javascript:": !0
|
|
340
340
|
}, Wt = {
|
|
@@ -357,11 +357,11 @@ function gt(e, u) {
|
|
|
357
357
|
Ru.prototype.parse = function(e, u) {
|
|
358
358
|
let t, n, r, o = e;
|
|
359
359
|
if (o = o.trim(), !u && e.split("#").length === 1) {
|
|
360
|
-
const s =
|
|
360
|
+
const s = Xo.exec(o);
|
|
361
361
|
if (s)
|
|
362
362
|
return this.pathname = s[1], s[2] && (this.search = s[2]), this;
|
|
363
363
|
}
|
|
364
|
-
let i =
|
|
364
|
+
let i = Vo.exec(o);
|
|
365
365
|
if (i && (i = i[0], t = i.toLowerCase(), this.protocol = i, o = o.substr(i.length)), (u || i || o.match(/^\/\/[^@\/]+@[^@\/]+/)) && (r = o.substr(0, 2) === "//", r && !(i && Kt[i]) && (o = o.substr(2), this.slashes = !0)), !Kt[i] && (r || i && !Wt[i])) {
|
|
366
366
|
let s = -1;
|
|
367
367
|
for (let b = 0; b < Zt.length; b++)
|
|
@@ -383,14 +383,14 @@ Ru.prototype.parse = function(e, u) {
|
|
|
383
383
|
for (let E = 0, v = S.length; E < v; E++)
|
|
384
384
|
S.charCodeAt(E) > 127 ? x += "x" : x += S[E];
|
|
385
385
|
if (!x.match(jt)) {
|
|
386
|
-
const E = b.slice(0, _), v = b.slice(_ + 1), A = S.match(
|
|
386
|
+
const E = b.slice(0, _), v = b.slice(_ + 1), A = S.match(ti);
|
|
387
387
|
A && (E.push(A[1]), v.unshift(A[2])), v.length && (o = v.join(".") + o), this.hostname = E.join(".");
|
|
388
388
|
break;
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
this.hostname.length >
|
|
393
|
+
this.hostname.length > ui && (this.hostname = ""), h && (this.hostname = this.hostname.substr(1, this.hostname.length - 2));
|
|
394
394
|
}
|
|
395
395
|
const c = o.indexOf("#");
|
|
396
396
|
c !== -1 && (this.hash = o.substr(c), o = o.slice(0, c));
|
|
@@ -398,32 +398,32 @@ Ru.prototype.parse = function(e, u) {
|
|
|
398
398
|
return a !== -1 && (this.search = o.substr(a), o = o.slice(0, a)), o && (this.pathname = o), Wt[t] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
399
399
|
};
|
|
400
400
|
Ru.prototype.parseHost = function(e) {
|
|
401
|
-
let u =
|
|
401
|
+
let u = Yo.exec(e);
|
|
402
402
|
u && (u = u[0], u !== ":" && (this.port = u.substr(1)), e = e.substr(0, e.length - u.length)), e && (this.hostname = e);
|
|
403
403
|
};
|
|
404
|
-
const
|
|
404
|
+
const ni = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
405
405
|
__proto__: null,
|
|
406
406
|
decode: iu,
|
|
407
407
|
encode: mu,
|
|
408
408
|
format: pt,
|
|
409
409
|
parse: gt
|
|
410
|
-
}, Symbol.toStringTag, { value: "Module" })), Bn = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Pn = /[\0-\x1F\x7F-\x9F]/,
|
|
410
|
+
}, Symbol.toStringTag, { value: "Module" })), Bn = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Pn = /[\0-\x1F\x7F-\x9F]/, ri = /[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/, mt = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/, zn = /[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/, $n = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
411
411
|
__proto__: null,
|
|
412
412
|
Any: Bn,
|
|
413
413
|
Cc: Pn,
|
|
414
|
-
Cf:
|
|
414
|
+
Cf: ri,
|
|
415
415
|
P: mt,
|
|
416
416
|
S: zn,
|
|
417
417
|
Z: $n
|
|
418
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
418
|
+
}, Symbol.toStringTag, { value: "Module" })), ii = new Uint16Array(
|
|
419
419
|
// prettier-ignore
|
|
420
420
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e) => e.charCodeAt(0))
|
|
421
|
-
),
|
|
421
|
+
), ci = new Uint16Array(
|
|
422
422
|
// prettier-ignore
|
|
423
423
|
"Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))
|
|
424
424
|
);
|
|
425
425
|
var Yu;
|
|
426
|
-
const
|
|
426
|
+
const ai = /* @__PURE__ */ new Map([
|
|
427
427
|
[0, 65533],
|
|
428
428
|
// C1 Unicode control character reference replacements
|
|
429
429
|
[128, 8364],
|
|
@@ -453,22 +453,22 @@ const ci = /* @__PURE__ */ new Map([
|
|
|
453
453
|
[156, 339],
|
|
454
454
|
[158, 382],
|
|
455
455
|
[159, 376]
|
|
456
|
-
]),
|
|
456
|
+
]), si = (
|
|
457
457
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
|
|
458
458
|
(Yu = String.fromCodePoint) !== null && Yu !== void 0 ? Yu : function(e) {
|
|
459
459
|
let u = "";
|
|
460
460
|
return e > 65535 && (e -= 65536, u += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), u += String.fromCharCode(e), u;
|
|
461
461
|
}
|
|
462
462
|
);
|
|
463
|
-
function
|
|
463
|
+
function li(e) {
|
|
464
464
|
var u;
|
|
465
|
-
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u =
|
|
465
|
+
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u = ai.get(e)) !== null && u !== void 0 ? u : e;
|
|
466
466
|
}
|
|
467
467
|
var oe;
|
|
468
468
|
(function(e) {
|
|
469
469
|
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
|
470
470
|
})(oe || (oe = {}));
|
|
471
|
-
const
|
|
471
|
+
const di = 32;
|
|
472
472
|
var Ze;
|
|
473
473
|
(function(e) {
|
|
474
474
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
@@ -476,14 +476,14 @@ var Ze;
|
|
|
476
476
|
function at(e) {
|
|
477
477
|
return e >= oe.ZERO && e <= oe.NINE;
|
|
478
478
|
}
|
|
479
|
-
function
|
|
479
|
+
function fi(e) {
|
|
480
480
|
return e >= oe.UPPER_A && e <= oe.UPPER_F || e >= oe.LOWER_A && e <= oe.LOWER_F;
|
|
481
481
|
}
|
|
482
|
-
function
|
|
482
|
+
function bi(e) {
|
|
483
483
|
return e >= oe.UPPER_A && e <= oe.UPPER_Z || e >= oe.LOWER_A && e <= oe.LOWER_Z || at(e);
|
|
484
484
|
}
|
|
485
|
-
function
|
|
486
|
-
return e === oe.EQUALS ||
|
|
485
|
+
function hi(e) {
|
|
486
|
+
return e === oe.EQUALS || bi(e);
|
|
487
487
|
}
|
|
488
488
|
var ne;
|
|
489
489
|
(function(e) {
|
|
@@ -493,7 +493,7 @@ var Ge;
|
|
|
493
493
|
(function(e) {
|
|
494
494
|
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
|
495
495
|
})(Ge || (Ge = {}));
|
|
496
|
-
class
|
|
496
|
+
class pi {
|
|
497
497
|
constructor(u, t, n) {
|
|
498
498
|
this.decodeTree = u, this.emitCodePoint = t, this.errors = n, this.state = ne.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = Ge.Strict;
|
|
499
499
|
}
|
|
@@ -536,7 +536,7 @@ class hi {
|
|
|
536
536
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
537
537
|
*/
|
|
538
538
|
stateNumericStart(u, t) {
|
|
539
|
-
return t >= u.length ? -1 : (u.charCodeAt(t) |
|
|
539
|
+
return t >= u.length ? -1 : (u.charCodeAt(t) | di) === oe.LOWER_X ? (this.state = ne.NumericHex, this.consumed += 1, this.stateNumericHex(u, t + 1)) : (this.state = ne.NumericDecimal, this.stateNumericDecimal(u, t));
|
|
540
540
|
}
|
|
541
541
|
addToNumericResult(u, t, n, r) {
|
|
542
542
|
if (t !== n) {
|
|
@@ -557,7 +557,7 @@ class hi {
|
|
|
557
557
|
const n = t;
|
|
558
558
|
for (; t < u.length; ) {
|
|
559
559
|
const r = u.charCodeAt(t);
|
|
560
|
-
if (at(r) ||
|
|
560
|
+
if (at(r) || fi(r))
|
|
561
561
|
t += 1;
|
|
562
562
|
else
|
|
563
563
|
return this.addToNumericResult(u, n, t, 16), this.emitNumericEntity(r, 3);
|
|
@@ -605,7 +605,7 @@ class hi {
|
|
|
605
605
|
this.consumed += 1;
|
|
606
606
|
else if (this.decodeMode === Ge.Strict)
|
|
607
607
|
return 0;
|
|
608
|
-
return this.emitCodePoint(
|
|
608
|
+
return this.emitCodePoint(li(this.result), this.consumed), this.errors && (u !== oe.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
609
609
|
}
|
|
610
610
|
/**
|
|
611
611
|
* Parses a named entity.
|
|
@@ -621,11 +621,11 @@ class hi {
|
|
|
621
621
|
let r = n[this.treeIndex], o = (r & Ze.VALUE_LENGTH) >> 14;
|
|
622
622
|
for (; t < u.length; t++, this.excess++) {
|
|
623
623
|
const i = u.charCodeAt(t);
|
|
624
|
-
if (this.treeIndex =
|
|
624
|
+
if (this.treeIndex = gi(n, r, this.treeIndex + Math.max(1, o), i), this.treeIndex < 0)
|
|
625
625
|
return this.result === 0 || // If we are parsing an attribute
|
|
626
626
|
this.decodeMode === Ge.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
627
627
|
(o === 0 || // And there should be no invalid characters.
|
|
628
|
-
|
|
628
|
+
hi(i)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
629
629
|
if (r = n[this.treeIndex], o = (r & Ze.VALUE_LENGTH) >> 14, o !== 0) {
|
|
630
630
|
if (i === oe.SEMI)
|
|
631
631
|
return this.emitNamedEntityData(this.treeIndex, o, this.consumed + this.excess);
|
|
@@ -683,7 +683,7 @@ class hi {
|
|
|
683
683
|
}
|
|
684
684
|
function Un(e) {
|
|
685
685
|
let u = "";
|
|
686
|
-
const t = new
|
|
686
|
+
const t = new pi(e, (n) => u += si(n));
|
|
687
687
|
return function(r, o) {
|
|
688
688
|
let i = 0, c = 0;
|
|
689
689
|
for (; (c = r.indexOf("&", c)) >= 0; ) {
|
|
@@ -703,7 +703,7 @@ function Un(e) {
|
|
|
703
703
|
return u = "", a;
|
|
704
704
|
};
|
|
705
705
|
}
|
|
706
|
-
function
|
|
706
|
+
function gi(e, u, t, n) {
|
|
707
707
|
const r = (u & Ze.BRANCH_LENGTH) >> 7, o = u & Ze.JUMP_TABLE;
|
|
708
708
|
if (r === 0)
|
|
709
709
|
return o !== 0 && n === o ? t : -1;
|
|
@@ -723,20 +723,20 @@ function pi(e, u, t, n) {
|
|
|
723
723
|
}
|
|
724
724
|
return -1;
|
|
725
725
|
}
|
|
726
|
-
const
|
|
727
|
-
Un(
|
|
726
|
+
const mi = Un(ii);
|
|
727
|
+
Un(ci);
|
|
728
728
|
function qn(e, u = Ge.Legacy) {
|
|
729
|
-
return
|
|
729
|
+
return mi(e, u);
|
|
730
730
|
}
|
|
731
|
-
function
|
|
731
|
+
function _i(e) {
|
|
732
732
|
return Object.prototype.toString.call(e);
|
|
733
733
|
}
|
|
734
734
|
function _t(e) {
|
|
735
|
-
return
|
|
735
|
+
return _i(e) === "[object String]";
|
|
736
736
|
}
|
|
737
|
-
const
|
|
738
|
-
function
|
|
739
|
-
return
|
|
737
|
+
const xi = Object.prototype.hasOwnProperty;
|
|
738
|
+
function Ei(e, u) {
|
|
739
|
+
return xi.call(e, u);
|
|
740
740
|
}
|
|
741
741
|
function Pu(e) {
|
|
742
742
|
return Array.prototype.slice.call(arguments, 1).forEach(function(t) {
|
|
@@ -763,38 +763,38 @@ function Mu(e) {
|
|
|
763
763
|
}
|
|
764
764
|
return String.fromCharCode(e);
|
|
765
765
|
}
|
|
766
|
-
const Gn = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,
|
|
767
|
-
function
|
|
768
|
-
if (u.charCodeAt(0) === 35 &&
|
|
766
|
+
const Gn = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, ki = /&([a-z#][a-z0-9]{1,31});/gi, yi = new RegExp(Gn.source + "|" + ki.source, "gi"), Ai = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;
|
|
767
|
+
function vi(e, u) {
|
|
768
|
+
if (u.charCodeAt(0) === 35 && Ai.test(u)) {
|
|
769
769
|
const n = u[1].toLowerCase() === "x" ? parseInt(u.slice(2), 16) : parseInt(u.slice(1), 10);
|
|
770
770
|
return xt(n) ? Mu(n) : e;
|
|
771
771
|
}
|
|
772
772
|
const t = qn(e);
|
|
773
773
|
return t !== e ? t : e;
|
|
774
774
|
}
|
|
775
|
-
function
|
|
775
|
+
function Ci(e) {
|
|
776
776
|
return e.indexOf("\\") < 0 ? e : e.replace(Gn, "$1");
|
|
777
777
|
}
|
|
778
778
|
function cu(e) {
|
|
779
|
-
return e.indexOf("\\") < 0 && e.indexOf("&") < 0 ? e : e.replace(
|
|
780
|
-
return t ||
|
|
779
|
+
return e.indexOf("\\") < 0 && e.indexOf("&") < 0 ? e : e.replace(yi, function(u, t, n) {
|
|
780
|
+
return t || vi(u, n);
|
|
781
781
|
});
|
|
782
782
|
}
|
|
783
|
-
const
|
|
783
|
+
const Di = /[&<>"]/, wi = /[&<>"]/g, Si = {
|
|
784
784
|
"&": "&",
|
|
785
785
|
"<": "<",
|
|
786
786
|
">": ">",
|
|
787
787
|
'"': """
|
|
788
788
|
};
|
|
789
|
-
function
|
|
790
|
-
return
|
|
789
|
+
function Ti(e) {
|
|
790
|
+
return Si[e];
|
|
791
791
|
}
|
|
792
792
|
function je(e) {
|
|
793
|
-
return
|
|
793
|
+
return Di.test(e) ? e.replace(wi, Ti) : e;
|
|
794
794
|
}
|
|
795
|
-
const
|
|
796
|
-
function
|
|
797
|
-
return e.replace(
|
|
795
|
+
const Ni = /[.?*+^$[\]\\(){}|-]/g;
|
|
796
|
+
function Fi(e) {
|
|
797
|
+
return e.replace(Ni, "\\$&");
|
|
798
798
|
}
|
|
799
799
|
function K(e) {
|
|
800
800
|
switch (e) {
|
|
@@ -873,26 +873,26 @@ function hu(e) {
|
|
|
873
873
|
function zu(e) {
|
|
874
874
|
return e = e.trim().replace(/\s+/g, " "), "ẞ".toLowerCase() === "Ṿ" && (e = e.replace(/ẞ/g, "ß")), e.toLowerCase().toUpperCase();
|
|
875
875
|
}
|
|
876
|
-
const
|
|
876
|
+
const Ri = { mdurl: ni, ucmicro: oi }, Mi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
877
877
|
__proto__: null,
|
|
878
878
|
arrayReplaceAt: Hn,
|
|
879
879
|
assign: Pu,
|
|
880
880
|
escapeHtml: je,
|
|
881
|
-
escapeRE:
|
|
881
|
+
escapeRE: Fi,
|
|
882
882
|
fromCodePoint: Mu,
|
|
883
|
-
has:
|
|
883
|
+
has: Ei,
|
|
884
884
|
isMdAsciiPunct: hu,
|
|
885
885
|
isPunctChar: bu,
|
|
886
886
|
isSpace: K,
|
|
887
887
|
isString: _t,
|
|
888
888
|
isValidEntityCode: xt,
|
|
889
889
|
isWhiteSpace: fu,
|
|
890
|
-
lib:
|
|
890
|
+
lib: Ri,
|
|
891
891
|
normalizeReference: zu,
|
|
892
892
|
unescapeAll: cu,
|
|
893
|
-
unescapeMd:
|
|
893
|
+
unescapeMd: Ci
|
|
894
894
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
895
|
-
function
|
|
895
|
+
function Oi(e, u, t) {
|
|
896
896
|
let n, r, o, i;
|
|
897
897
|
const c = e.posMax, a = e.pos;
|
|
898
898
|
for (e.pos = u + 1, n = 1; e.pos < c; ) {
|
|
@@ -910,7 +910,7 @@ function Mi(e, u, t) {
|
|
|
910
910
|
let s = -1;
|
|
911
911
|
return r && (s = e.pos), e.pos = a, s;
|
|
912
912
|
}
|
|
913
|
-
function
|
|
913
|
+
function Ii(e, u, t) {
|
|
914
914
|
let n, r = u;
|
|
915
915
|
const o = {
|
|
916
916
|
ok: !1,
|
|
@@ -950,7 +950,7 @@ function Oi(e, u, t) {
|
|
|
950
950
|
}
|
|
951
951
|
return u === r || i !== 0 || (o.str = cu(e.slice(u, r)), o.pos = r, o.ok = !0), o;
|
|
952
952
|
}
|
|
953
|
-
function
|
|
953
|
+
function Li(e, u, t, n) {
|
|
954
954
|
let r, o = u;
|
|
955
955
|
const i = {
|
|
956
956
|
// if `true`, this is a valid link title
|
|
@@ -983,11 +983,11 @@ function Ii(e, u, t, n) {
|
|
|
983
983
|
}
|
|
984
984
|
return i.can_continue = !0, i.str += cu(e.slice(u, o)), i;
|
|
985
985
|
}
|
|
986
|
-
const
|
|
986
|
+
const Bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
987
987
|
__proto__: null,
|
|
988
|
-
parseLinkDestination:
|
|
989
|
-
parseLinkLabel:
|
|
990
|
-
parseLinkTitle:
|
|
988
|
+
parseLinkDestination: Ii,
|
|
989
|
+
parseLinkLabel: Oi,
|
|
990
|
+
parseLinkTitle: Li
|
|
991
991
|
}, Symbol.toStringTag, { value: "Module" })), Ie = {};
|
|
992
992
|
Ie.code_inline = function(e, u, t, n, r) {
|
|
993
993
|
const o = e[u];
|
|
@@ -1235,30 +1235,30 @@ function Zn(e, u, t) {
|
|
|
1235
1235
|
this.src = e, this.env = t, this.tokens = [], this.inlineMode = !1, this.md = u;
|
|
1236
1236
|
}
|
|
1237
1237
|
Zn.prototype.Token = De;
|
|
1238
|
-
const
|
|
1239
|
-
function
|
|
1238
|
+
const Pi = /\r\n?|\n/g, zi = /\0/g;
|
|
1239
|
+
function $i(e) {
|
|
1240
1240
|
let u;
|
|
1241
|
-
u = e.src.replace(
|
|
1242
|
-
`), u = u.replace(
|
|
1241
|
+
u = e.src.replace(Pi, `
|
|
1242
|
+
`), u = u.replace(zi, "�"), e.src = u;
|
|
1243
1243
|
}
|
|
1244
|
-
function
|
|
1244
|
+
function Ui(e) {
|
|
1245
1245
|
let u;
|
|
1246
1246
|
e.inlineMode ? (u = new e.Token("inline", "", 0), u.content = e.src, u.map = [0, 1], u.children = [], e.tokens.push(u)) : e.md.block.parse(e.src, e.md, e.env, e.tokens);
|
|
1247
1247
|
}
|
|
1248
|
-
function
|
|
1248
|
+
function qi(e) {
|
|
1249
1249
|
const u = e.tokens;
|
|
1250
1250
|
for (let t = 0, n = u.length; t < n; t++) {
|
|
1251
1251
|
const r = u[t];
|
|
1252
1252
|
r.type === "inline" && e.md.inline.parse(r.content, e.md, e.env, r.children);
|
|
1253
1253
|
}
|
|
1254
1254
|
}
|
|
1255
|
-
function
|
|
1255
|
+
function Hi(e) {
|
|
1256
1256
|
return /^<a[>\s]/i.test(e);
|
|
1257
1257
|
}
|
|
1258
|
-
function
|
|
1258
|
+
function Gi(e) {
|
|
1259
1259
|
return /^<\/a\s*>/i.test(e);
|
|
1260
1260
|
}
|
|
1261
|
-
function
|
|
1261
|
+
function Zi(e) {
|
|
1262
1262
|
const u = e.tokens;
|
|
1263
1263
|
if (e.md.options.linkify)
|
|
1264
1264
|
for (let t = 0, n = u.length; t < n; t++) {
|
|
@@ -1272,7 +1272,7 @@ function Gi(e) {
|
|
|
1272
1272
|
i--;
|
|
1273
1273
|
continue;
|
|
1274
1274
|
}
|
|
1275
|
-
if (c.type === "html_inline" && (
|
|
1275
|
+
if (c.type === "html_inline" && (Hi(c.content) && o > 0 && o--, Gi(c.content) && o++), !(o > 0) && c.type === "text" && e.md.linkify.test(c.content)) {
|
|
1276
1276
|
const a = c.content;
|
|
1277
1277
|
let s = e.md.linkify.match(a);
|
|
1278
1278
|
const d = [];
|
|
@@ -1305,39 +1305,39 @@ function Gi(e) {
|
|
|
1305
1305
|
}
|
|
1306
1306
|
}
|
|
1307
1307
|
}
|
|
1308
|
-
const jn = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/,
|
|
1308
|
+
const jn = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/, ji = /\((c|tm|r)\)/i, Ki = /\((c|tm|r)\)/ig, Wi = {
|
|
1309
1309
|
c: "©",
|
|
1310
1310
|
r: "®",
|
|
1311
1311
|
tm: "™"
|
|
1312
1312
|
};
|
|
1313
|
-
function
|
|
1314
|
-
return
|
|
1313
|
+
function Vi(e, u) {
|
|
1314
|
+
return Wi[u.toLowerCase()];
|
|
1315
1315
|
}
|
|
1316
|
-
function
|
|
1316
|
+
function Yi(e) {
|
|
1317
1317
|
let u = 0;
|
|
1318
1318
|
for (let t = e.length - 1; t >= 0; t--) {
|
|
1319
1319
|
const n = e[t];
|
|
1320
|
-
n.type === "text" && !u && (n.content = n.content.replace(
|
|
1320
|
+
n.type === "text" && !u && (n.content = n.content.replace(Ki, Vi)), n.type === "link_open" && n.info === "auto" && u--, n.type === "link_close" && n.info === "auto" && u++;
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
|
-
function
|
|
1323
|
+
function Xi(e) {
|
|
1324
1324
|
let u = 0;
|
|
1325
1325
|
for (let t = e.length - 1; t >= 0; t--) {
|
|
1326
1326
|
const n = e[t];
|
|
1327
1327
|
n.type === "text" && !u && jn.test(n.content) && (n.content = n.content.replace(/\+-/g, "±").replace(/\.{2,}/g, "…").replace(/([?!])…/g, "$1..").replace(/([?!]){4,}/g, "$1$1$1").replace(/,{2,}/g, ",").replace(/(^|[^-])---(?=[^-]|$)/mg, "$1—").replace(/(^|\s)--(?=\s|$)/mg, "$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg, "$1–")), n.type === "link_open" && n.info === "auto" && u--, n.type === "link_close" && n.info === "auto" && u++;
|
|
1328
1328
|
}
|
|
1329
1329
|
}
|
|
1330
|
-
function
|
|
1330
|
+
function Ji(e) {
|
|
1331
1331
|
let u;
|
|
1332
1332
|
if (e.md.options.typographer)
|
|
1333
1333
|
for (u = e.tokens.length - 1; u >= 0; u--)
|
|
1334
|
-
e.tokens[u].type === "inline" && (
|
|
1334
|
+
e.tokens[u].type === "inline" && (ji.test(e.tokens[u].content) && Yi(e.tokens[u].children), jn.test(e.tokens[u].content) && Xi(e.tokens[u].children));
|
|
1335
1335
|
}
|
|
1336
|
-
const
|
|
1336
|
+
const Qi = /['"]/, Vt = /['"]/g, Yt = "’";
|
|
1337
1337
|
function wu(e, u, t) {
|
|
1338
1338
|
return e.slice(0, u) + t + e.slice(u + 1);
|
|
1339
1339
|
}
|
|
1340
|
-
function
|
|
1340
|
+
function ec(e, u) {
|
|
1341
1341
|
let t;
|
|
1342
1342
|
const n = [];
|
|
1343
1343
|
for (let r = 0; r < e.length; r++) {
|
|
@@ -1404,12 +1404,12 @@ function Qi(e, u) {
|
|
|
1404
1404
|
}
|
|
1405
1405
|
}
|
|
1406
1406
|
}
|
|
1407
|
-
function
|
|
1407
|
+
function uc(e) {
|
|
1408
1408
|
if (e.md.options.typographer)
|
|
1409
1409
|
for (let u = e.tokens.length - 1; u >= 0; u--)
|
|
1410
|
-
e.tokens[u].type !== "inline" || !
|
|
1410
|
+
e.tokens[u].type !== "inline" || !Qi.test(e.tokens[u].content) || ec(e.tokens[u].children, e);
|
|
1411
1411
|
}
|
|
1412
|
-
function
|
|
1412
|
+
function tc(e) {
|
|
1413
1413
|
let u, t;
|
|
1414
1414
|
const n = e.tokens, r = n.length;
|
|
1415
1415
|
for (let o = 0; o < r; o++) {
|
|
@@ -1423,15 +1423,15 @@ function uc(e) {
|
|
|
1423
1423
|
}
|
|
1424
1424
|
}
|
|
1425
1425
|
const Xu = [
|
|
1426
|
-
["normalize",
|
|
1427
|
-
["block",
|
|
1428
|
-
["inline",
|
|
1429
|
-
["linkify",
|
|
1430
|
-
["replacements",
|
|
1431
|
-
["smartquotes",
|
|
1426
|
+
["normalize", $i],
|
|
1427
|
+
["block", Ui],
|
|
1428
|
+
["inline", qi],
|
|
1429
|
+
["linkify", Zi],
|
|
1430
|
+
["replacements", Ji],
|
|
1431
|
+
["smartquotes", uc],
|
|
1432
1432
|
// `text_join` finds `text_special` tokens (for escape sequences)
|
|
1433
1433
|
// and joins them with the rest of the text
|
|
1434
|
-
["text_join",
|
|
1434
|
+
["text_join", tc]
|
|
1435
1435
|
];
|
|
1436
1436
|
function Et() {
|
|
1437
1437
|
this.ruler = new fe();
|
|
@@ -1523,7 +1523,7 @@ Le.prototype.getLines = function(u, t, n, r) {
|
|
|
1523
1523
|
return o.join("");
|
|
1524
1524
|
};
|
|
1525
1525
|
Le.prototype.Token = De;
|
|
1526
|
-
const
|
|
1526
|
+
const nc = 65536;
|
|
1527
1527
|
function Ju(e, u) {
|
|
1528
1528
|
const t = e.bMarks[u] + e.tShift[u], n = e.eMarks[u];
|
|
1529
1529
|
return e.src.slice(t, n);
|
|
@@ -1535,7 +1535,7 @@ function Xt(e) {
|
|
|
1535
1535
|
r === 124 && (o ? (c += e.substring(i, n - 1), i = n) : (u.push(c + e.substring(i, n)), c = "", i = n + 1)), o = r === 92, n++, r = e.charCodeAt(n);
|
|
1536
1536
|
return u.push(c + e.substring(i)), u;
|
|
1537
1537
|
}
|
|
1538
|
-
function
|
|
1538
|
+
function rc(e, u, t, n) {
|
|
1539
1539
|
if (u + 2 > t)
|
|
1540
1540
|
return !1;
|
|
1541
1541
|
let r = u + 1;
|
|
@@ -1600,7 +1600,7 @@ function nc(e, u, t, n) {
|
|
|
1600
1600
|
v = !0;
|
|
1601
1601
|
break;
|
|
1602
1602
|
}
|
|
1603
|
-
if (v || (a = Ju(e, r).trim(), !a) || e.sCount[r] - e.blkIndent >= 4 || (s = Xt(a), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), E += f - s.length, E >
|
|
1603
|
+
if (v || (a = Ju(e, r).trim(), !a) || e.sCount[r] - e.blkIndent >= 4 || (s = Xt(a), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), E += f - s.length, E > nc))
|
|
1604
1604
|
break;
|
|
1605
1605
|
if (r === u + 2) {
|
|
1606
1606
|
const C = e.push("tbody_open", "tbody", 1);
|
|
@@ -1618,7 +1618,7 @@ function nc(e, u, t, n) {
|
|
|
1618
1618
|
}
|
|
1619
1619
|
return x && (e.push("tbody_close", "tbody", -1), x[1] = r), e.push("table_close", "table", -1), _[1] = r, e.parentType = p, e.line = r, !0;
|
|
1620
1620
|
}
|
|
1621
|
-
function
|
|
1621
|
+
function oc(e, u, t) {
|
|
1622
1622
|
if (e.sCount[u] - e.blkIndent < 4)
|
|
1623
1623
|
return !1;
|
|
1624
1624
|
let n = u + 1, r = n;
|
|
@@ -1638,7 +1638,7 @@ function rc(e, u, t) {
|
|
|
1638
1638
|
return o.content = e.getLines(u, r, 4 + e.blkIndent, !1) + `
|
|
1639
1639
|
`, o.map = [u, e.line], !0;
|
|
1640
1640
|
}
|
|
1641
|
-
function
|
|
1641
|
+
function ic(e, u, t, n) {
|
|
1642
1642
|
let r = e.bMarks[u] + e.tShift[u], o = e.eMarks[u];
|
|
1643
1643
|
if (e.sCount[u] - e.blkIndent >= 4 || r + 3 > o)
|
|
1644
1644
|
return !1;
|
|
@@ -1665,7 +1665,7 @@ function oc(e, u, t, n) {
|
|
|
1665
1665
|
const h = e.push("fence", "code", 0);
|
|
1666
1666
|
return h.info = d, h.content = e.getLines(u + 1, f, a, !0), h.markup = s, h.map = [u, e.line], !0;
|
|
1667
1667
|
}
|
|
1668
|
-
function
|
|
1668
|
+
function cc(e, u, t, n) {
|
|
1669
1669
|
let r = e.bMarks[u] + e.tShift[u], o = e.eMarks[u];
|
|
1670
1670
|
const i = e.lineMax;
|
|
1671
1671
|
if (e.sCount[u] - e.blkIndent >= 4 || e.src.charCodeAt(r) !== 62)
|
|
@@ -1720,7 +1720,7 @@ function ic(e, u, t, n) {
|
|
|
1720
1720
|
e.bMarks[E + u] = c[E], e.tShift[E + u] = d[E], e.sCount[E + u] = s[E], e.bsCount[E + u] = a[E];
|
|
1721
1721
|
return e.blkIndent = _, !0;
|
|
1722
1722
|
}
|
|
1723
|
-
function
|
|
1723
|
+
function ac(e, u, t, n) {
|
|
1724
1724
|
const r = e.eMarks[u];
|
|
1725
1725
|
if (e.sCount[u] - e.blkIndent >= 4)
|
|
1726
1726
|
return !1;
|
|
@@ -1778,12 +1778,12 @@ function Qt(e, u) {
|
|
|
1778
1778
|
}
|
|
1779
1779
|
return r < n && (o = e.src.charCodeAt(r), !K(o)) ? -1 : r;
|
|
1780
1780
|
}
|
|
1781
|
-
function
|
|
1781
|
+
function sc(e, u) {
|
|
1782
1782
|
const t = e.level + 2;
|
|
1783
1783
|
for (let n = u + 2, r = e.tokens.length - 2; n < r; n++)
|
|
1784
1784
|
e.tokens[n].level === t && e.tokens[n].type === "paragraph_open" && (e.tokens[n + 2].hidden = !0, e.tokens[n].hidden = !0, n += 2);
|
|
1785
1785
|
}
|
|
1786
|
-
function
|
|
1786
|
+
function lc(e, u, t, n) {
|
|
1787
1787
|
let r, o, i, c, a = u, s = !0;
|
|
1788
1788
|
if (e.sCount[a] - e.blkIndent >= 4 || e.listIndent >= 0 && e.sCount[a] - e.listIndent >= 4 && e.sCount[a] < e.blkIndent)
|
|
1789
1789
|
return !1;
|
|
@@ -1847,9 +1847,9 @@ function sc(e, u, t, n) {
|
|
|
1847
1847
|
if (b !== e.src.charCodeAt(h - 1))
|
|
1848
1848
|
break;
|
|
1849
1849
|
}
|
|
1850
|
-
return f ? c = e.push("ordered_list_close", "ol", -1) : c = e.push("bullet_list_close", "ul", -1), c.markup = String.fromCharCode(b), w[1] = a, e.line = a, e.parentType = E, s &&
|
|
1850
|
+
return f ? c = e.push("ordered_list_close", "ol", -1) : c = e.push("bullet_list_close", "ul", -1), c.markup = String.fromCharCode(b), w[1] = a, e.line = a, e.parentType = E, s && sc(e, _), !0;
|
|
1851
1851
|
}
|
|
1852
|
-
function
|
|
1852
|
+
function dc(e, u, t, n) {
|
|
1853
1853
|
let r = e.bMarks[u] + e.tShift[u], o = e.eMarks[u], i = u + 1;
|
|
1854
1854
|
if (e.sCount[u] - e.blkIndent >= 4 || e.src.charCodeAt(r) !== 91)
|
|
1855
1855
|
return !1;
|
|
@@ -1940,7 +1940,7 @@ function lc(e, u, t, n) {
|
|
|
1940
1940
|
const S = zu(a.slice(1, s));
|
|
1941
1941
|
return S ? (n || (typeof e.env.references > "u" && (e.env.references = {}), typeof e.env.references[S] > "u" && (e.env.references[S] = { title: w, href: f }), e.line = i), !0) : !1;
|
|
1942
1942
|
}
|
|
1943
|
-
const
|
|
1943
|
+
const fc = [
|
|
1944
1944
|
"address",
|
|
1945
1945
|
"article",
|
|
1946
1946
|
"aside",
|
|
@@ -2003,16 +2003,16 @@ const dc = [
|
|
|
2003
2003
|
"tr",
|
|
2004
2004
|
"track",
|
|
2005
2005
|
"ul"
|
|
2006
|
-
],
|
|
2006
|
+
], bc = "[a-zA-Z_:][a-zA-Z0-9:._-]*", hc = "[^\"'=<>`\\x00-\\x20]+", pc = "'[^']*'", gc = '"[^"]*"', mc = "(?:" + hc + "|" + pc + "|" + gc + ")", _c = "(?:\\s+" + bc + "(?:\\s*=\\s*" + mc + ")?)", Kn = "<[A-Za-z][A-Za-z0-9\\-]*" + _c + "*\\s*\\/?>", Wn = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", xc = "<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->", Ec = "<[?][\\s\\S]*?[?]>", kc = "<![A-Za-z][^>]*>", yc = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>", Ac = new RegExp("^(?:" + Kn + "|" + Wn + "|" + xc + "|" + Ec + "|" + kc + "|" + yc + ")"), vc = new RegExp("^(?:" + Kn + "|" + Wn + ")"), tu = [
|
|
2007
2007
|
[/^<(script|pre|style|textarea)(?=(\s|>|$))/i, /<\/(script|pre|style|textarea)>/i, !0],
|
|
2008
2008
|
[/^<!--/, /-->/, !0],
|
|
2009
2009
|
[/^<\?/, /\?>/, !0],
|
|
2010
2010
|
[/^<![A-Z]/, />/, !0],
|
|
2011
2011
|
[/^<!\[CDATA\[/, /\]\]>/, !0],
|
|
2012
|
-
[new RegExp("^</?(" +
|
|
2013
|
-
[new RegExp(
|
|
2012
|
+
[new RegExp("^</?(" + fc.join("|") + ")(?=(\\s|/?>|$))", "i"), /^$/, !0],
|
|
2013
|
+
[new RegExp(vc.source + "\\s*$"), /^$/, !1]
|
|
2014
2014
|
];
|
|
2015
|
-
function
|
|
2015
|
+
function Cc(e, u, t, n) {
|
|
2016
2016
|
let r = e.bMarks[u] + e.tShift[u], o = e.eMarks[u];
|
|
2017
2017
|
if (e.sCount[u] - e.blkIndent >= 4 || !e.md.options.html || e.src.charCodeAt(r) !== 60)
|
|
2018
2018
|
return !1;
|
|
@@ -2035,7 +2035,7 @@ function vc(e, u, t, n) {
|
|
|
2035
2035
|
const s = e.push("html_block", "", 0);
|
|
2036
2036
|
return s.map = [u, a], s.content = e.getLines(u, a, e.blkIndent, !0), !0;
|
|
2037
2037
|
}
|
|
2038
|
-
function
|
|
2038
|
+
function Dc(e, u, t, n) {
|
|
2039
2039
|
let r = e.bMarks[u] + e.tShift[u], o = e.eMarks[u];
|
|
2040
2040
|
if (e.sCount[u] - e.blkIndent >= 4)
|
|
2041
2041
|
return !1;
|
|
@@ -2059,7 +2059,7 @@ function Cc(e, u, t, n) {
|
|
|
2059
2059
|
const f = e.push("heading_close", "h" + String(c), -1);
|
|
2060
2060
|
return f.markup = "########".slice(0, c), !0;
|
|
2061
2061
|
}
|
|
2062
|
-
function
|
|
2062
|
+
function wc(e, u, t) {
|
|
2063
2063
|
const n = e.md.block.ruler.getRules("paragraph");
|
|
2064
2064
|
if (e.sCount[u] - e.blkIndent >= 4)
|
|
2065
2065
|
return !1;
|
|
@@ -2099,7 +2099,7 @@ function Dc(e, u, t) {
|
|
|
2099
2099
|
const f = e.push("heading_close", "h" + String(o), -1);
|
|
2100
2100
|
return f.markup = String.fromCharCode(i), e.parentType = r, !0;
|
|
2101
2101
|
}
|
|
2102
|
-
function
|
|
2102
|
+
function Sc(e, u, t) {
|
|
2103
2103
|
const n = e.md.block.ruler.getRules("paragraph"), r = e.parentType;
|
|
2104
2104
|
let o = u + 1;
|
|
2105
2105
|
for (e.parentType = "paragraph"; o < t && !e.isEmpty(o); o++) {
|
|
@@ -2124,17 +2124,17 @@ function wc(e, u, t) {
|
|
|
2124
2124
|
const Su = [
|
|
2125
2125
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
2126
2126
|
// which can be terminated by this one.
|
|
2127
|
-
["table",
|
|
2128
|
-
["code",
|
|
2129
|
-
["fence",
|
|
2130
|
-
["blockquote",
|
|
2131
|
-
["hr",
|
|
2132
|
-
["list",
|
|
2133
|
-
["reference",
|
|
2134
|
-
["html_block",
|
|
2135
|
-
["heading",
|
|
2136
|
-
["lheading",
|
|
2137
|
-
["paragraph",
|
|
2127
|
+
["table", rc, ["paragraph", "reference"]],
|
|
2128
|
+
["code", oc],
|
|
2129
|
+
["fence", ic, ["paragraph", "reference", "blockquote", "list"]],
|
|
2130
|
+
["blockquote", cc, ["paragraph", "reference", "blockquote", "list"]],
|
|
2131
|
+
["hr", ac, ["paragraph", "reference", "blockquote", "list"]],
|
|
2132
|
+
["list", lc, ["paragraph", "reference", "blockquote"]],
|
|
2133
|
+
["reference", dc],
|
|
2134
|
+
["html_block", Cc, ["paragraph", "reference", "blockquote"]],
|
|
2135
|
+
["heading", Dc, ["paragraph", "reference", "blockquote"]],
|
|
2136
|
+
["lheading", wc],
|
|
2137
|
+
["paragraph", Sc]
|
|
2138
2138
|
];
|
|
2139
2139
|
function $u() {
|
|
2140
2140
|
this.ruler = new fe();
|
|
@@ -2190,7 +2190,7 @@ _u.prototype.scanDelims = function(e, u) {
|
|
|
2190
2190
|
return { can_open: p && (u || !h || a), can_close: h && (u || !p || s), length: i };
|
|
2191
2191
|
};
|
|
2192
2192
|
_u.prototype.Token = De;
|
|
2193
|
-
function
|
|
2193
|
+
function Tc(e) {
|
|
2194
2194
|
switch (e) {
|
|
2195
2195
|
case 10:
|
|
2196
2196
|
case 33:
|
|
@@ -2220,18 +2220,18 @@ function Sc(e) {
|
|
|
2220
2220
|
return !1;
|
|
2221
2221
|
}
|
|
2222
2222
|
}
|
|
2223
|
-
function
|
|
2223
|
+
function Nc(e, u) {
|
|
2224
2224
|
let t = e.pos;
|
|
2225
|
-
for (; t < e.posMax && !
|
|
2225
|
+
for (; t < e.posMax && !Tc(e.src.charCodeAt(t)); )
|
|
2226
2226
|
t++;
|
|
2227
2227
|
return t === e.pos ? !1 : (u || (e.pending += e.src.slice(e.pos, t)), e.pos = t, !0);
|
|
2228
2228
|
}
|
|
2229
|
-
const
|
|
2230
|
-
function
|
|
2229
|
+
const Fc = /(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;
|
|
2230
|
+
function Rc(e, u) {
|
|
2231
2231
|
if (!e.md.options.linkify || e.linkLevel > 0) return !1;
|
|
2232
2232
|
const t = e.pos, n = e.posMax;
|
|
2233
2233
|
if (t + 3 > n || e.src.charCodeAt(t) !== 58 || e.src.charCodeAt(t + 1) !== 47 || e.src.charCodeAt(t + 2) !== 47) return !1;
|
|
2234
|
-
const r = e.pending.match(
|
|
2234
|
+
const r = e.pending.match(Fc);
|
|
2235
2235
|
if (!r) return !1;
|
|
2236
2236
|
const o = r[1], i = e.md.linkify.matchAtStart(e.src.slice(t - o.length));
|
|
2237
2237
|
if (!i) return !1;
|
|
@@ -2254,7 +2254,7 @@ function Fc(e, u) {
|
|
|
2254
2254
|
}
|
|
2255
2255
|
return e.pos += c.length - o.length, !0;
|
|
2256
2256
|
}
|
|
2257
|
-
function
|
|
2257
|
+
function Mc(e, u) {
|
|
2258
2258
|
let t = e.pos;
|
|
2259
2259
|
if (e.src.charCodeAt(t) !== 10)
|
|
2260
2260
|
return !1;
|
|
@@ -2279,7 +2279,7 @@ for (let e = 0; e < 256; e++)
|
|
|
2279
2279
|
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e) {
|
|
2280
2280
|
kt[e.charCodeAt(0)] = 1;
|
|
2281
2281
|
});
|
|
2282
|
-
function
|
|
2282
|
+
function Oc(e, u) {
|
|
2283
2283
|
let t = e.pos;
|
|
2284
2284
|
const n = e.posMax;
|
|
2285
2285
|
if (e.src.charCodeAt(t) !== 92 || (t++, t >= n)) return !1;
|
|
@@ -2301,7 +2301,7 @@ function Mc(e, u) {
|
|
|
2301
2301
|
}
|
|
2302
2302
|
return e.pos = t + 1, !0;
|
|
2303
2303
|
}
|
|
2304
|
-
function
|
|
2304
|
+
function Ic(e, u) {
|
|
2305
2305
|
let t = e.pos;
|
|
2306
2306
|
if (e.src.charCodeAt(t) !== 96)
|
|
2307
2307
|
return !1;
|
|
@@ -2329,7 +2329,7 @@ function Oc(e, u) {
|
|
|
2329
2329
|
}
|
|
2330
2330
|
return e.backticksScanned = !0, u || (e.pending += i), e.pos += c, !0;
|
|
2331
2331
|
}
|
|
2332
|
-
function
|
|
2332
|
+
function Lc(e, u) {
|
|
2333
2333
|
const t = e.pos, n = e.src.charCodeAt(t);
|
|
2334
2334
|
if (u || n !== 126)
|
|
2335
2335
|
return !1;
|
|
@@ -2370,17 +2370,17 @@ function en(e, u) {
|
|
|
2370
2370
|
i--, o !== i && (t = e.tokens[i], e.tokens[i] = e.tokens[o], e.tokens[o] = t);
|
|
2371
2371
|
}
|
|
2372
2372
|
}
|
|
2373
|
-
function
|
|
2373
|
+
function Bc(e) {
|
|
2374
2374
|
const u = e.tokens_meta, t = e.tokens_meta.length;
|
|
2375
2375
|
en(e, e.delimiters);
|
|
2376
2376
|
for (let n = 0; n < t; n++)
|
|
2377
2377
|
u[n] && u[n].delimiters && en(e, u[n].delimiters);
|
|
2378
2378
|
}
|
|
2379
2379
|
const Vn = {
|
|
2380
|
-
tokenize:
|
|
2381
|
-
postProcess:
|
|
2380
|
+
tokenize: Lc,
|
|
2381
|
+
postProcess: Bc
|
|
2382
2382
|
};
|
|
2383
|
-
function
|
|
2383
|
+
function Pc(e, u) {
|
|
2384
2384
|
const t = e.pos, n = e.src.charCodeAt(t);
|
|
2385
2385
|
if (u || n !== 95 && n !== 42)
|
|
2386
2386
|
return !1;
|
|
@@ -2424,17 +2424,17 @@ function un(e, u) {
|
|
|
2424
2424
|
s.type = i ? "strong_close" : "em_close", s.tag = i ? "strong" : "em", s.nesting = -1, s.markup = i ? c + c : c, s.content = "", i && (e.tokens[u[n - 1].token].content = "", e.tokens[u[r.end + 1].token].content = "", n--);
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
|
-
function
|
|
2427
|
+
function zc(e) {
|
|
2428
2428
|
const u = e.tokens_meta, t = e.tokens_meta.length;
|
|
2429
2429
|
un(e, e.delimiters);
|
|
2430
2430
|
for (let n = 0; n < t; n++)
|
|
2431
2431
|
u[n] && u[n].delimiters && un(e, u[n].delimiters);
|
|
2432
2432
|
}
|
|
2433
2433
|
const Yn = {
|
|
2434
|
-
tokenize:
|
|
2435
|
-
postProcess:
|
|
2434
|
+
tokenize: Pc,
|
|
2435
|
+
postProcess: zc
|
|
2436
2436
|
};
|
|
2437
|
-
function
|
|
2437
|
+
function $c(e, u) {
|
|
2438
2438
|
let t, n, r, o, i = "", c = "", a = e.pos, s = !0;
|
|
2439
2439
|
if (e.src.charCodeAt(e.pos) !== 91)
|
|
2440
2440
|
return !1;
|
|
@@ -2470,7 +2470,7 @@ function zc(e, u) {
|
|
|
2470
2470
|
}
|
|
2471
2471
|
return e.pos = b, e.posMax = f, !0;
|
|
2472
2472
|
}
|
|
2473
|
-
function
|
|
2473
|
+
function Uc(e, u) {
|
|
2474
2474
|
let t, n, r, o, i, c, a, s, d = "";
|
|
2475
2475
|
const f = e.pos, p = e.posMax;
|
|
2476
2476
|
if (e.src.charCodeAt(e.pos) !== 33 || e.src.charCodeAt(e.pos + 1) !== 91)
|
|
@@ -2514,8 +2514,8 @@ function $c(e, u) {
|
|
|
2514
2514
|
}
|
|
2515
2515
|
return e.pos = o, e.posMax = p, !0;
|
|
2516
2516
|
}
|
|
2517
|
-
const
|
|
2518
|
-
function
|
|
2517
|
+
const qc = /^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/, Hc = /^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;
|
|
2518
|
+
function Gc(e, u) {
|
|
2519
2519
|
let t = e.pos;
|
|
2520
2520
|
if (e.src.charCodeAt(t) !== 60)
|
|
2521
2521
|
return !1;
|
|
@@ -2527,7 +2527,7 @@ function Hc(e, u) {
|
|
|
2527
2527
|
if (i === 62) break;
|
|
2528
2528
|
}
|
|
2529
2529
|
const o = e.src.slice(n + 1, t);
|
|
2530
|
-
if (
|
|
2530
|
+
if (Hc.test(o)) {
|
|
2531
2531
|
const i = e.md.normalizeLink(o);
|
|
2532
2532
|
if (!e.md.validateLink(i))
|
|
2533
2533
|
return !1;
|
|
@@ -2541,7 +2541,7 @@ function Hc(e, u) {
|
|
|
2541
2541
|
}
|
|
2542
2542
|
return e.pos += o.length + 2, !0;
|
|
2543
2543
|
}
|
|
2544
|
-
if (
|
|
2544
|
+
if (qc.test(o)) {
|
|
2545
2545
|
const i = e.md.normalizeLink("mailto:" + o);
|
|
2546
2546
|
if (!e.md.validateLink(i))
|
|
2547
2547
|
return !1;
|
|
@@ -2557,40 +2557,40 @@ function Hc(e, u) {
|
|
|
2557
2557
|
}
|
|
2558
2558
|
return !1;
|
|
2559
2559
|
}
|
|
2560
|
-
function
|
|
2560
|
+
function Zc(e) {
|
|
2561
2561
|
return /^<a[>\s]/i.test(e);
|
|
2562
2562
|
}
|
|
2563
|
-
function
|
|
2563
|
+
function jc(e) {
|
|
2564
2564
|
return /^<\/a\s*>/i.test(e);
|
|
2565
2565
|
}
|
|
2566
|
-
function
|
|
2566
|
+
function Kc(e) {
|
|
2567
2567
|
const u = e | 32;
|
|
2568
2568
|
return u >= 97 && u <= 122;
|
|
2569
2569
|
}
|
|
2570
|
-
function
|
|
2570
|
+
function Wc(e, u) {
|
|
2571
2571
|
if (!e.md.options.html)
|
|
2572
2572
|
return !1;
|
|
2573
2573
|
const t = e.posMax, n = e.pos;
|
|
2574
2574
|
if (e.src.charCodeAt(n) !== 60 || n + 2 >= t)
|
|
2575
2575
|
return !1;
|
|
2576
2576
|
const r = e.src.charCodeAt(n + 1);
|
|
2577
|
-
if (r !== 33 && r !== 63 && r !== 47 && !
|
|
2577
|
+
if (r !== 33 && r !== 63 && r !== 47 && !Kc(r))
|
|
2578
2578
|
return !1;
|
|
2579
|
-
const o = e.src.slice(n).match(
|
|
2579
|
+
const o = e.src.slice(n).match(Ac);
|
|
2580
2580
|
if (!o)
|
|
2581
2581
|
return !1;
|
|
2582
2582
|
if (!u) {
|
|
2583
2583
|
const i = e.push("html_inline", "", 0);
|
|
2584
|
-
i.content = o[0],
|
|
2584
|
+
i.content = o[0], Zc(i.content) && e.linkLevel++, jc(i.content) && e.linkLevel--;
|
|
2585
2585
|
}
|
|
2586
2586
|
return e.pos += o[0].length, !0;
|
|
2587
2587
|
}
|
|
2588
|
-
const
|
|
2589
|
-
function
|
|
2588
|
+
const Vc = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, Yc = /^&([a-z][a-z0-9]{1,31});/i;
|
|
2589
|
+
function Xc(e, u) {
|
|
2590
2590
|
const t = e.pos, n = e.posMax;
|
|
2591
2591
|
if (e.src.charCodeAt(t) !== 38 || t + 1 >= n) return !1;
|
|
2592
2592
|
if (e.src.charCodeAt(t + 1) === 35) {
|
|
2593
|
-
const o = e.src.slice(t).match(
|
|
2593
|
+
const o = e.src.slice(t).match(Vc);
|
|
2594
2594
|
if (o) {
|
|
2595
2595
|
if (!u) {
|
|
2596
2596
|
const i = o[1][0].toLowerCase() === "x" ? parseInt(o[1].slice(1), 16) : parseInt(o[1], 10), c = e.push("text_special", "", 0);
|
|
@@ -2599,7 +2599,7 @@ function Yc(e, u) {
|
|
|
2599
2599
|
return e.pos += o[0].length, !0;
|
|
2600
2600
|
}
|
|
2601
2601
|
} else {
|
|
2602
|
-
const o = e.src.slice(t).match(
|
|
2602
|
+
const o = e.src.slice(t).match(Yc);
|
|
2603
2603
|
if (o) {
|
|
2604
2604
|
const i = qn(o[0]);
|
|
2605
2605
|
if (i !== o[0]) {
|
|
@@ -2638,13 +2638,13 @@ function tn(e) {
|
|
|
2638
2638
|
d !== -1 && (u[c.marker][(c.open ? 3 : 0) + (c.length || 0) % 3] = d);
|
|
2639
2639
|
}
|
|
2640
2640
|
}
|
|
2641
|
-
function
|
|
2641
|
+
function Jc(e) {
|
|
2642
2642
|
const u = e.tokens_meta, t = e.tokens_meta.length;
|
|
2643
2643
|
tn(e.delimiters);
|
|
2644
2644
|
for (let n = 0; n < t; n++)
|
|
2645
2645
|
u[n] && u[n].delimiters && tn(u[n].delimiters);
|
|
2646
2646
|
}
|
|
2647
|
-
function
|
|
2647
|
+
function Qc(e) {
|
|
2648
2648
|
let u, t, n = 0;
|
|
2649
2649
|
const r = e.tokens, o = e.tokens.length;
|
|
2650
2650
|
for (u = t = 0; u < o; u++)
|
|
@@ -2652,25 +2652,25 @@ function Jc(e) {
|
|
|
2652
2652
|
u !== t && (r.length = t);
|
|
2653
2653
|
}
|
|
2654
2654
|
const Qu = [
|
|
2655
|
-
["text",
|
|
2656
|
-
["linkify",
|
|
2657
|
-
["newline",
|
|
2658
|
-
["escape",
|
|
2659
|
-
["backticks",
|
|
2655
|
+
["text", Nc],
|
|
2656
|
+
["linkify", Rc],
|
|
2657
|
+
["newline", Mc],
|
|
2658
|
+
["escape", Oc],
|
|
2659
|
+
["backticks", Ic],
|
|
2660
2660
|
["strikethrough", Vn.tokenize],
|
|
2661
2661
|
["emphasis", Yn.tokenize],
|
|
2662
|
-
["link",
|
|
2663
|
-
["image",
|
|
2664
|
-
["autolink",
|
|
2665
|
-
["html_inline",
|
|
2666
|
-
["entity",
|
|
2662
|
+
["link", $c],
|
|
2663
|
+
["image", Uc],
|
|
2664
|
+
["autolink", Gc],
|
|
2665
|
+
["html_inline", Wc],
|
|
2666
|
+
["entity", Xc]
|
|
2667
2667
|
], et = [
|
|
2668
|
-
["balance_pairs",
|
|
2668
|
+
["balance_pairs", Jc],
|
|
2669
2669
|
["strikethrough", Vn.postProcess],
|
|
2670
2670
|
["emphasis", Yn.postProcess],
|
|
2671
2671
|
// rules for pairs separate '**' into its own text tokens, which may be left unused,
|
|
2672
2672
|
// rule below merges unused segments back with the rest of the text
|
|
2673
|
-
["fragments_join",
|
|
2673
|
+
["fragments_join", Qc]
|
|
2674
2674
|
];
|
|
2675
2675
|
function xu() {
|
|
2676
2676
|
this.ruler = new fe();
|
|
@@ -2728,7 +2728,7 @@ xu.prototype.parse = function(e, u, t, n) {
|
|
|
2728
2728
|
o[c](r);
|
|
2729
2729
|
};
|
|
2730
2730
|
xu.prototype.State = _u;
|
|
2731
|
-
function
|
|
2731
|
+
function e0(e) {
|
|
2732
2732
|
const u = {};
|
|
2733
2733
|
e = e || {}, u.src_Any = Bn.source, u.src_Cc = Pn.source, u.src_Z = $n.source, u.src_P = mt.source, u.src_ZPCc = [u.src_Z, u.src_P, u.src_Cc].join("|"), u.src_ZCc = [u.src_Z, u.src_Cc].join("|");
|
|
2734
2734
|
const t = "[><|]";
|
|
@@ -2750,19 +2750,19 @@ function st(e) {
|
|
|
2750
2750
|
function Uu(e) {
|
|
2751
2751
|
return Object.prototype.toString.call(e);
|
|
2752
2752
|
}
|
|
2753
|
-
function
|
|
2753
|
+
function u0(e) {
|
|
2754
2754
|
return Uu(e) === "[object String]";
|
|
2755
2755
|
}
|
|
2756
|
-
function
|
|
2756
|
+
function t0(e) {
|
|
2757
2757
|
return Uu(e) === "[object Object]";
|
|
2758
2758
|
}
|
|
2759
|
-
function
|
|
2759
|
+
function n0(e) {
|
|
2760
2760
|
return Uu(e) === "[object RegExp]";
|
|
2761
2761
|
}
|
|
2762
2762
|
function nn(e) {
|
|
2763
2763
|
return Uu(e) === "[object Function]";
|
|
2764
2764
|
}
|
|
2765
|
-
function
|
|
2765
|
+
function r0(e) {
|
|
2766
2766
|
return e.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
2767
2767
|
}
|
|
2768
2768
|
const Xn = {
|
|
@@ -2770,12 +2770,12 @@ const Xn = {
|
|
|
2770
2770
|
fuzzyEmail: !0,
|
|
2771
2771
|
fuzzyIP: !1
|
|
2772
2772
|
};
|
|
2773
|
-
function
|
|
2773
|
+
function o0(e) {
|
|
2774
2774
|
return Object.keys(e || {}).reduce(function(u, t) {
|
|
2775
2775
|
return u || Xn.hasOwnProperty(t);
|
|
2776
2776
|
}, !1);
|
|
2777
2777
|
}
|
|
2778
|
-
const
|
|
2778
|
+
const i0 = {
|
|
2779
2779
|
"http:": {
|
|
2780
2780
|
validate: function(e, u, t) {
|
|
2781
2781
|
const n = e.slice(u);
|
|
@@ -2807,11 +2807,11 @@ const o0 = {
|
|
|
2807
2807
|
)), t.re.mailto.test(n) ? n.match(t.re.mailto)[0].length : 0;
|
|
2808
2808
|
}
|
|
2809
2809
|
}
|
|
2810
|
-
},
|
|
2811
|
-
function
|
|
2810
|
+
}, c0 = "a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]", a0 = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
2811
|
+
function s0(e) {
|
|
2812
2812
|
e.__index__ = -1, e.__text_cache__ = "";
|
|
2813
2813
|
}
|
|
2814
|
-
function
|
|
2814
|
+
function l0(e) {
|
|
2815
2815
|
return function(u, t) {
|
|
2816
2816
|
const n = u.slice(t);
|
|
2817
2817
|
return e.test(n) ? n.match(e)[0].length : 0;
|
|
@@ -2823,8 +2823,8 @@ function rn() {
|
|
|
2823
2823
|
};
|
|
2824
2824
|
}
|
|
2825
2825
|
function Ou(e) {
|
|
2826
|
-
const u = e.re =
|
|
2827
|
-
e.onCompile(), e.__tlds_replaced__ || t.push(
|
|
2826
|
+
const u = e.re = e0(e.__opts__), t = e.__tlds__.slice();
|
|
2827
|
+
e.onCompile(), e.__tlds_replaced__ || t.push(c0), t.push(u.src_xn), u.src_tlds = t.join("|");
|
|
2828
2828
|
function n(c) {
|
|
2829
2829
|
return c.replace("%TLDS%", u.src_tlds);
|
|
2830
2830
|
}
|
|
@@ -2839,11 +2839,11 @@ function Ou(e) {
|
|
|
2839
2839
|
if (a === null)
|
|
2840
2840
|
return;
|
|
2841
2841
|
const s = { validate: null, link: null };
|
|
2842
|
-
if (e.__compiled__[c] = s,
|
|
2843
|
-
|
|
2842
|
+
if (e.__compiled__[c] = s, t0(a)) {
|
|
2843
|
+
n0(a.validate) ? s.validate = l0(a.validate) : nn(a.validate) ? s.validate = a.validate : o(c, a), nn(a.normalize) ? s.normalize = a.normalize : a.normalize ? o(c, a) : s.normalize = rn();
|
|
2844
2844
|
return;
|
|
2845
2845
|
}
|
|
2846
|
-
if (
|
|
2846
|
+
if (u0(a)) {
|
|
2847
2847
|
r.push(c);
|
|
2848
2848
|
return;
|
|
2849
2849
|
}
|
|
@@ -2853,24 +2853,24 @@ function Ou(e) {
|
|
|
2853
2853
|
}), e.__compiled__[""] = { validate: null, normalize: rn() };
|
|
2854
2854
|
const i = Object.keys(e.__compiled__).filter(function(c) {
|
|
2855
2855
|
return c.length > 0 && e.__compiled__[c];
|
|
2856
|
-
}).map(
|
|
2856
|
+
}).map(r0).join("|");
|
|
2857
2857
|
e.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + u.src_ZPCc + "))(" + i + ")", "i"), e.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + u.src_ZPCc + "))(" + i + ")", "ig"), e.re.schema_at_start = RegExp("^" + e.re.schema_search.source, "i"), e.re.pretest = RegExp(
|
|
2858
2858
|
"(" + e.re.schema_test.source + ")|(" + e.re.host_fuzzy_test.source + ")|@",
|
|
2859
2859
|
"i"
|
|
2860
|
-
),
|
|
2860
|
+
), s0(e);
|
|
2861
2861
|
}
|
|
2862
|
-
function
|
|
2862
|
+
function d0(e, u) {
|
|
2863
2863
|
const t = e.__index__, n = e.__last_index__, r = e.__text_cache__.slice(t, n);
|
|
2864
2864
|
this.schema = e.__schema__.toLowerCase(), this.index = t + u, this.lastIndex = n + u, this.raw = r, this.text = r, this.url = r;
|
|
2865
2865
|
}
|
|
2866
2866
|
function lt(e, u) {
|
|
2867
|
-
const t = new
|
|
2867
|
+
const t = new d0(e, u);
|
|
2868
2868
|
return e.__compiled__[t.schema].normalize(t, e), t;
|
|
2869
2869
|
}
|
|
2870
2870
|
function ge(e, u) {
|
|
2871
2871
|
if (!(this instanceof ge))
|
|
2872
2872
|
return new ge(e, u);
|
|
2873
|
-
u ||
|
|
2873
|
+
u || o0(e) && (u = e, e = {}), this.__opts__ = st({}, Xn, u), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = st({}, i0, e), this.__compiled__ = {}, this.__tlds__ = a0, this.__tlds_replaced__ = !1, this.re = {}, Ou(this);
|
|
2874
2874
|
}
|
|
2875
2875
|
ge.prototype.add = function(u, t) {
|
|
2876
2876
|
return this.__schemas__[u] = t, Ou(this), this;
|
|
@@ -2923,15 +2923,15 @@ ge.prototype.normalize = function(u) {
|
|
|
2923
2923
|
};
|
|
2924
2924
|
ge.prototype.onCompile = function() {
|
|
2925
2925
|
};
|
|
2926
|
-
const ru = 2147483647, Ne = 36, yt = 1, pu = 26,
|
|
2926
|
+
const ru = 2147483647, Ne = 36, yt = 1, pu = 26, f0 = 38, b0 = 700, Jn = 72, Qn = 128, er = "-", h0 = /^xn--/, p0 = /[^\0-\x7F]/, g0 = /[\x2E\u3002\uFF0E\uFF61]/g, m0 = {
|
|
2927
2927
|
overflow: "Overflow: input needs wider integers to process",
|
|
2928
2928
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
2929
2929
|
"invalid-input": "Invalid input"
|
|
2930
2930
|
}, ut = Ne - yt, Fe = Math.floor, tt = String.fromCharCode;
|
|
2931
2931
|
function He(e) {
|
|
2932
|
-
throw new RangeError(
|
|
2932
|
+
throw new RangeError(m0[e]);
|
|
2933
2933
|
}
|
|
2934
|
-
function
|
|
2934
|
+
function _0(e, u) {
|
|
2935
2935
|
const t = [];
|
|
2936
2936
|
let n = e.length;
|
|
2937
2937
|
for (; n--; )
|
|
@@ -2941,8 +2941,8 @@ function m0(e, u) {
|
|
|
2941
2941
|
function ur(e, u) {
|
|
2942
2942
|
const t = e.split("@");
|
|
2943
2943
|
let n = "";
|
|
2944
|
-
t.length > 1 && (n = t[0] + "@", e = t[1]), e = e.replace(
|
|
2945
|
-
const r = e.split("."), o =
|
|
2944
|
+
t.length > 1 && (n = t[0] + "@", e = t[1]), e = e.replace(g0, ".");
|
|
2945
|
+
const r = e.split("."), o = _0(r, u).join(".");
|
|
2946
2946
|
return n + o;
|
|
2947
2947
|
}
|
|
2948
2948
|
function tr(e) {
|
|
@@ -2959,15 +2959,15 @@ function tr(e) {
|
|
|
2959
2959
|
}
|
|
2960
2960
|
return u;
|
|
2961
2961
|
}
|
|
2962
|
-
const
|
|
2962
|
+
const x0 = (e) => String.fromCodePoint(...e), E0 = function(e) {
|
|
2963
2963
|
return e >= 48 && e < 58 ? 26 + (e - 48) : e >= 65 && e < 91 ? e - 65 : e >= 97 && e < 123 ? e - 97 : Ne;
|
|
2964
2964
|
}, on = function(e, u) {
|
|
2965
2965
|
return e + 22 + 75 * (e < 26) - ((u != 0) << 5);
|
|
2966
2966
|
}, nr = function(e, u, t) {
|
|
2967
2967
|
let n = 0;
|
|
2968
|
-
for (e = t ? Fe(e /
|
|
2968
|
+
for (e = t ? Fe(e / b0) : e >> 1, e += Fe(e / u); e > ut * pu >> 1; n += Ne)
|
|
2969
2969
|
e = Fe(e / ut);
|
|
2970
|
-
return Fe(n + (ut + 1) * e / (e +
|
|
2970
|
+
return Fe(n + (ut + 1) * e / (e + f0));
|
|
2971
2971
|
}, rr = function(e) {
|
|
2972
2972
|
const u = [], t = e.length;
|
|
2973
2973
|
let n = 0, r = Qn, o = Jn, i = e.lastIndexOf(er);
|
|
@@ -2978,7 +2978,7 @@ const _0 = (e) => String.fromCodePoint(...e), x0 = function(e) {
|
|
|
2978
2978
|
const a = n;
|
|
2979
2979
|
for (let d = 1, f = Ne; ; f += Ne) {
|
|
2980
2980
|
c >= t && He("invalid-input");
|
|
2981
|
-
const p =
|
|
2981
|
+
const p = E0(e.charCodeAt(c++));
|
|
2982
2982
|
p >= Ne && He("invalid-input"), p > Fe((ru - n) / d) && He("overflow"), n += p * d;
|
|
2983
2983
|
const h = f <= o ? yt : f >= o + pu ? pu : f - o;
|
|
2984
2984
|
if (p < h)
|
|
@@ -3022,13 +3022,13 @@ const _0 = (e) => String.fromCodePoint(...e), x0 = function(e) {
|
|
|
3022
3022
|
++r, ++n;
|
|
3023
3023
|
}
|
|
3024
3024
|
return u.join("");
|
|
3025
|
-
},
|
|
3025
|
+
}, k0 = function(e) {
|
|
3026
3026
|
return ur(e, function(u) {
|
|
3027
|
-
return
|
|
3027
|
+
return h0.test(u) ? rr(u.slice(4).toLowerCase()) : u;
|
|
3028
3028
|
});
|
|
3029
|
-
},
|
|
3029
|
+
}, y0 = function(e) {
|
|
3030
3030
|
return ur(e, function(u) {
|
|
3031
|
-
return
|
|
3031
|
+
return p0.test(u) ? "xn--" + or(u) : u;
|
|
3032
3032
|
});
|
|
3033
3033
|
}, ir = {
|
|
3034
3034
|
/**
|
|
@@ -3046,13 +3046,13 @@ const _0 = (e) => String.fromCodePoint(...e), x0 = function(e) {
|
|
|
3046
3046
|
*/
|
|
3047
3047
|
ucs2: {
|
|
3048
3048
|
decode: tr,
|
|
3049
|
-
encode:
|
|
3049
|
+
encode: x0
|
|
3050
3050
|
},
|
|
3051
3051
|
decode: rr,
|
|
3052
3052
|
encode: or,
|
|
3053
|
-
toASCII:
|
|
3054
|
-
toUnicode:
|
|
3055
|
-
},
|
|
3053
|
+
toASCII: y0,
|
|
3054
|
+
toUnicode: k0
|
|
3055
|
+
}, A0 = {
|
|
3056
3056
|
options: {
|
|
3057
3057
|
// Enable HTML tags in source
|
|
3058
3058
|
html: !1,
|
|
@@ -3088,7 +3088,7 @@ const _0 = (e) => String.fromCodePoint(...e), x0 = function(e) {
|
|
|
3088
3088
|
block: {},
|
|
3089
3089
|
inline: {}
|
|
3090
3090
|
}
|
|
3091
|
-
},
|
|
3091
|
+
}, v0 = {
|
|
3092
3092
|
options: {
|
|
3093
3093
|
// Enable HTML tags in source
|
|
3094
3094
|
html: !1,
|
|
@@ -3143,7 +3143,7 @@ const _0 = (e) => String.fromCodePoint(...e), x0 = function(e) {
|
|
|
3143
3143
|
]
|
|
3144
3144
|
}
|
|
3145
3145
|
}
|
|
3146
|
-
},
|
|
3146
|
+
}, C0 = {
|
|
3147
3147
|
options: {
|
|
3148
3148
|
// Enable HTML tags in source
|
|
3149
3149
|
html: !0,
|
|
@@ -3217,17 +3217,17 @@ const _0 = (e) => String.fromCodePoint(...e), x0 = function(e) {
|
|
|
3217
3217
|
]
|
|
3218
3218
|
}
|
|
3219
3219
|
}
|
|
3220
|
-
},
|
|
3221
|
-
default:
|
|
3222
|
-
zero:
|
|
3223
|
-
commonmark:
|
|
3224
|
-
},
|
|
3225
|
-
function
|
|
3220
|
+
}, D0 = {
|
|
3221
|
+
default: A0,
|
|
3222
|
+
zero: v0,
|
|
3223
|
+
commonmark: C0
|
|
3224
|
+
}, w0 = /^(vbscript|javascript|file|data):/, S0 = /^data:image\/(gif|png|jpeg|webp);/;
|
|
3225
|
+
function T0(e) {
|
|
3226
3226
|
const u = e.trim().toLowerCase();
|
|
3227
|
-
return
|
|
3227
|
+
return w0.test(u) ? S0.test(u) : !0;
|
|
3228
3228
|
}
|
|
3229
3229
|
const cr = ["http:", "https:", "mailto:"];
|
|
3230
|
-
function
|
|
3230
|
+
function N0(e) {
|
|
3231
3231
|
const u = gt(e, !0);
|
|
3232
3232
|
if (u.hostname && (!u.protocol || cr.indexOf(u.protocol) >= 0))
|
|
3233
3233
|
try {
|
|
@@ -3236,7 +3236,7 @@ function T0(e) {
|
|
|
3236
3236
|
}
|
|
3237
3237
|
return mu(pt(u));
|
|
3238
3238
|
}
|
|
3239
|
-
function
|
|
3239
|
+
function F0(e) {
|
|
3240
3240
|
const u = gt(e, !0);
|
|
3241
3241
|
if (u.hostname && (!u.protocol || cr.indexOf(u.protocol) >= 0))
|
|
3242
3242
|
try {
|
|
@@ -3248,7 +3248,7 @@ function N0(e) {
|
|
|
3248
3248
|
function ke(e, u) {
|
|
3249
3249
|
if (!(this instanceof ke))
|
|
3250
3250
|
return new ke(e, u);
|
|
3251
|
-
u || _t(e) || (u = e || {}, e = "default"), this.inline = new xu(), this.block = new $u(), this.core = new Et(), this.renderer = new su(), this.linkify = new ge(), this.validateLink =
|
|
3251
|
+
u || _t(e) || (u = e || {}, e = "default"), this.inline = new xu(), this.block = new $u(), this.core = new Et(), this.renderer = new su(), this.linkify = new ge(), this.validateLink = T0, this.normalizeLink = N0, this.normalizeLinkText = F0, this.utils = Mi, this.helpers = Pu({}, Bi), this.options = {}, this.configure(e), u && this.set(u);
|
|
3252
3252
|
}
|
|
3253
3253
|
ke.prototype.set = function(e) {
|
|
3254
3254
|
return Pu(this.options, e), this;
|
|
@@ -3257,7 +3257,7 @@ ke.prototype.configure = function(e) {
|
|
|
3257
3257
|
const u = this;
|
|
3258
3258
|
if (_t(e)) {
|
|
3259
3259
|
const t = e;
|
|
3260
|
-
if (e =
|
|
3260
|
+
if (e = D0[t], !e)
|
|
3261
3261
|
throw new Error('Wrong `markdown-it` preset "' + t + '", check name');
|
|
3262
3262
|
}
|
|
3263
3263
|
if (!e)
|
|
@@ -3310,11 +3310,11 @@ ke.prototype.parseInline = function(e, u) {
|
|
|
3310
3310
|
ke.prototype.renderInline = function(e, u) {
|
|
3311
3311
|
return u = u || {}, this.renderer.render(this.parseInline(e, u), this.options, u);
|
|
3312
3312
|
};
|
|
3313
|
-
function
|
|
3313
|
+
function R0(e) {
|
|
3314
3314
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
3315
3315
|
}
|
|
3316
3316
|
var nt, cn;
|
|
3317
|
-
function
|
|
3317
|
+
function M0() {
|
|
3318
3318
|
if (cn) return nt;
|
|
3319
3319
|
cn = 1;
|
|
3320
3320
|
function e(l) {
|
|
@@ -3660,11 +3660,11 @@ function R0() {
|
|
|
3660
3660
|
scope: "number",
|
|
3661
3661
|
begin: me,
|
|
3662
3662
|
relevance: 0
|
|
3663
|
-
},
|
|
3663
|
+
}, Ir = {
|
|
3664
3664
|
scope: "number",
|
|
3665
3665
|
begin: we,
|
|
3666
3666
|
relevance: 0
|
|
3667
|
-
},
|
|
3667
|
+
}, Lr = {
|
|
3668
3668
|
scope: "regexp",
|
|
3669
3669
|
begin: /\/(?=[^/\n]*\/)/,
|
|
3670
3670
|
end: /\/[gimuy]*/,
|
|
@@ -3677,15 +3677,15 @@ function R0() {
|
|
|
3677
3677
|
contains: [_e]
|
|
3678
3678
|
}
|
|
3679
3679
|
]
|
|
3680
|
-
},
|
|
3680
|
+
}, Br = {
|
|
3681
3681
|
scope: "title",
|
|
3682
3682
|
begin: G,
|
|
3683
3683
|
relevance: 0
|
|
3684
|
-
},
|
|
3684
|
+
}, Pr = {
|
|
3685
3685
|
scope: "title",
|
|
3686
3686
|
begin: V,
|
|
3687
3687
|
relevance: 0
|
|
3688
|
-
},
|
|
3688
|
+
}, zr = {
|
|
3689
3689
|
// excludes method names from keyword processing
|
|
3690
3690
|
begin: "\\.\\s*" + V,
|
|
3691
3691
|
relevance: 0
|
|
@@ -3694,7 +3694,7 @@ function R0() {
|
|
|
3694
3694
|
__proto__: null,
|
|
3695
3695
|
APOS_STRING_MODE: xe,
|
|
3696
3696
|
BACKSLASH_ESCAPE: _e,
|
|
3697
|
-
BINARY_NUMBER_MODE:
|
|
3697
|
+
BINARY_NUMBER_MODE: Ir,
|
|
3698
3698
|
BINARY_NUMBER_RE: we,
|
|
3699
3699
|
COMMENT: $,
|
|
3700
3700
|
C_BLOCK_COMMENT_MODE: he,
|
|
@@ -3719,40 +3719,40 @@ function R0() {
|
|
|
3719
3719
|
HASH_COMMENT_MODE: ye,
|
|
3720
3720
|
IDENT_RE: G,
|
|
3721
3721
|
MATCH_NOTHING_RE: C,
|
|
3722
|
-
METHOD_GUARD:
|
|
3722
|
+
METHOD_GUARD: zr,
|
|
3723
3723
|
NUMBER_MODE: ze,
|
|
3724
3724
|
NUMBER_RE: se,
|
|
3725
3725
|
PHRASAL_WORDS_MODE: lu,
|
|
3726
3726
|
QUOTE_STRING_MODE: Pe,
|
|
3727
|
-
REGEXP_MODE:
|
|
3727
|
+
REGEXP_MODE: Lr,
|
|
3728
3728
|
RE_STARTERS_RE: We,
|
|
3729
3729
|
SHEBANG: Ve,
|
|
3730
|
-
TITLE_MODE:
|
|
3730
|
+
TITLE_MODE: Br,
|
|
3731
3731
|
UNDERSCORE_IDENT_RE: V,
|
|
3732
|
-
UNDERSCORE_TITLE_MODE:
|
|
3732
|
+
UNDERSCORE_TITLE_MODE: Pr
|
|
3733
3733
|
});
|
|
3734
|
-
function zr(l, g) {
|
|
3735
|
-
l.input[l.index - 1] === "." && g.ignoreMatch();
|
|
3736
|
-
}
|
|
3737
3734
|
function $r(l, g) {
|
|
3738
|
-
l.
|
|
3735
|
+
l.input[l.index - 1] === "." && g.ignoreMatch();
|
|
3739
3736
|
}
|
|
3740
3737
|
function Ur(l, g) {
|
|
3741
|
-
|
|
3738
|
+
l.className !== void 0 && (l.scope = l.className, delete l.className);
|
|
3742
3739
|
}
|
|
3743
3740
|
function qr(l, g) {
|
|
3744
|
-
|
|
3741
|
+
g && l.beginKeywords && (l.begin = "\\b(" + l.beginKeywords.split(" ").join("|") + ")(?!\\.)(?=\\b|\\s)", l.__beforeBegin = $r, l.keywords = l.keywords || l.beginKeywords, delete l.beginKeywords, l.relevance === void 0 && (l.relevance = 0));
|
|
3745
3742
|
}
|
|
3746
3743
|
function Hr(l, g) {
|
|
3744
|
+
Array.isArray(l.illegal) && (l.illegal = S(...l.illegal));
|
|
3745
|
+
}
|
|
3746
|
+
function Gr(l, g) {
|
|
3747
3747
|
if (l.match) {
|
|
3748
3748
|
if (l.begin || l.end) throw new Error("begin & end are not supported with match");
|
|
3749
3749
|
l.begin = l.match, delete l.match;
|
|
3750
3750
|
}
|
|
3751
3751
|
}
|
|
3752
|
-
function
|
|
3752
|
+
function Zr(l, g) {
|
|
3753
3753
|
l.relevance === void 0 && (l.relevance = 1);
|
|
3754
3754
|
}
|
|
3755
|
-
const
|
|
3755
|
+
const jr = (l, g) => {
|
|
3756
3756
|
if (!l.beforeMatch) return;
|
|
3757
3757
|
if (l.starts) throw new Error("beforeMatch cannot be used with starts");
|
|
3758
3758
|
const k = Object.assign({}, l);
|
|
@@ -3764,7 +3764,7 @@ function R0() {
|
|
|
3764
3764
|
Object.assign(k, { endsParent: !0 })
|
|
3765
3765
|
]
|
|
3766
3766
|
}, l.relevance = 0, delete k.beforeMatch;
|
|
3767
|
-
},
|
|
3767
|
+
}, Kr = [
|
|
3768
3768
|
"of",
|
|
3769
3769
|
"and",
|
|
3770
3770
|
"for",
|
|
@@ -3779,8 +3779,8 @@ function R0() {
|
|
|
3779
3779
|
// common variable name
|
|
3780
3780
|
"value"
|
|
3781
3781
|
// common variable name
|
|
3782
|
-
],
|
|
3783
|
-
function Ct(l, g, k =
|
|
3782
|
+
], Wr = "keyword";
|
|
3783
|
+
function Ct(l, g, k = Wr) {
|
|
3784
3784
|
const O = /* @__PURE__ */ Object.create(null);
|
|
3785
3785
|
return typeof l == "string" ? X(k, l.split(" ")) : Array.isArray(l) ? X(k, l) : Object.keys(l).forEach(function(J) {
|
|
3786
3786
|
Object.assign(
|
|
@@ -3791,15 +3791,15 @@ function R0() {
|
|
|
3791
3791
|
function X(J, T) {
|
|
3792
3792
|
g && (T = T.map((D) => D.toLowerCase())), T.forEach(function(D) {
|
|
3793
3793
|
const M = D.split("|");
|
|
3794
|
-
O[M[0]] = [J,
|
|
3794
|
+
O[M[0]] = [J, Vr(M[0], M[1])];
|
|
3795
3795
|
});
|
|
3796
3796
|
}
|
|
3797
3797
|
}
|
|
3798
|
-
function
|
|
3799
|
-
return g ? Number(g) :
|
|
3798
|
+
function Vr(l, g) {
|
|
3799
|
+
return g ? Number(g) : Yr(l) ? 0 : 1;
|
|
3800
3800
|
}
|
|
3801
|
-
function
|
|
3802
|
-
return
|
|
3801
|
+
function Yr(l) {
|
|
3802
|
+
return Kr.includes(l.toLowerCase());
|
|
3803
3803
|
}
|
|
3804
3804
|
const Dt = {}, Xe = (l) => {
|
|
3805
3805
|
console.error(l);
|
|
@@ -3815,7 +3815,7 @@ function R0() {
|
|
|
3815
3815
|
T[D + O] = X[D], J[D + O] = !0, O += x(g[D - 1]);
|
|
3816
3816
|
l[k] = T, l[k]._emit = J, l[k]._multi = !0;
|
|
3817
3817
|
}
|
|
3818
|
-
function
|
|
3818
|
+
function Xr(l) {
|
|
3819
3819
|
if (Array.isArray(l.begin)) {
|
|
3820
3820
|
if (l.skip || l.excludeBegin || l.returnBegin)
|
|
3821
3821
|
throw Xe("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), ku;
|
|
@@ -3824,7 +3824,7 @@ function R0() {
|
|
|
3824
3824
|
St(l, l.begin, { key: "beginScope" }), l.begin = A(l.begin, { joinWith: "" });
|
|
3825
3825
|
}
|
|
3826
3826
|
}
|
|
3827
|
-
function
|
|
3827
|
+
function Jr(l) {
|
|
3828
3828
|
if (Array.isArray(l.end)) {
|
|
3829
3829
|
if (l.skip || l.excludeEnd || l.returnEnd)
|
|
3830
3830
|
throw Xe("skip, excludeEnd, returnEnd not compatible with endScope: {}"), ku;
|
|
@@ -3833,13 +3833,13 @@ function R0() {
|
|
|
3833
3833
|
St(l, l.end, { key: "endScope" }), l.end = A(l.end, { joinWith: "" });
|
|
3834
3834
|
}
|
|
3835
3835
|
}
|
|
3836
|
-
function Jr(l) {
|
|
3837
|
-
l.scope && typeof l.scope == "object" && l.scope !== null && (l.beginScope = l.scope, delete l.scope);
|
|
3838
|
-
}
|
|
3839
3836
|
function Qr(l) {
|
|
3840
|
-
|
|
3837
|
+
l.scope && typeof l.scope == "object" && l.scope !== null && (l.beginScope = l.scope, delete l.scope);
|
|
3841
3838
|
}
|
|
3842
3839
|
function eo(l) {
|
|
3840
|
+
Qr(l), typeof l.beginScope == "string" && (l.beginScope = { _wrap: l.beginScope }), typeof l.endScope == "string" && (l.endScope = { _wrap: l.endScope }), Xr(l), Jr(l);
|
|
3841
|
+
}
|
|
3842
|
+
function uo(l) {
|
|
3843
3843
|
function g(T, D) {
|
|
3844
3844
|
return new RegExp(
|
|
3845
3845
|
f(T),
|
|
@@ -3912,26 +3912,26 @@ function R0() {
|
|
|
3912
3912
|
);
|
|
3913
3913
|
if (T.isCompiled) return M;
|
|
3914
3914
|
[
|
|
3915
|
-
|
|
3915
|
+
Ur,
|
|
3916
3916
|
// do this early so compiler extensions generally don't have to worry about
|
|
3917
3917
|
// the distinction between match/begin
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3918
|
+
Gr,
|
|
3919
|
+
eo,
|
|
3920
|
+
jr
|
|
3921
3921
|
].forEach((ee) => ee(T, D)), l.compilerExtensions.forEach((ee) => ee(T, D)), T.__beforeBegin = null, [
|
|
3922
|
-
|
|
3922
|
+
qr,
|
|
3923
3923
|
// do this later so compiler extensions that come earlier have access to the
|
|
3924
3924
|
// raw array if they wanted to perhaps manipulate it, etc.
|
|
3925
|
-
|
|
3925
|
+
Hr,
|
|
3926
3926
|
// default to 1 relevance if not specified
|
|
3927
|
-
|
|
3927
|
+
Zr
|
|
3928
3928
|
].forEach((ee) => ee(T, D)), T.isCompiled = !0;
|
|
3929
3929
|
let te = null;
|
|
3930
3930
|
return typeof T.keywords == "object" && T.keywords.$pattern && (T.keywords = Object.assign({}, T.keywords), te = T.keywords.$pattern, delete T.keywords.$pattern), te = te || /\w+/, T.keywords && (T.keywords = Ct(T.keywords, l.case_insensitive)), M.keywordPatternRe = g(te, !0), D && (T.begin || (T.begin = /\B|\b/), M.beginRe = g(M.begin), !T.end && !T.endsWithParent && (T.end = /\B|\b/), T.end && (M.endRe = g(M.end)), M.terminatorEnd = f(M.end) || "", T.endsWithParent && D.terminatorEnd && (M.terminatorEnd += (T.end ? "|" : "") + D.terminatorEnd)), T.illegal && (M.illegalRe = g(
|
|
3931
3931
|
/** @type {RegExp | string} */
|
|
3932
3932
|
T.illegal
|
|
3933
3933
|
)), T.contains || (T.contains = []), T.contains = [].concat(...T.contains.map(function(ee) {
|
|
3934
|
-
return
|
|
3934
|
+
return to(ee === "self" ? T : ee);
|
|
3935
3935
|
})), T.contains.forEach(function(ee) {
|
|
3936
3936
|
J(
|
|
3937
3937
|
/** @type Mode */
|
|
@@ -3950,18 +3950,18 @@ function R0() {
|
|
|
3950
3950
|
function Tt(l) {
|
|
3951
3951
|
return l ? l.endsWithParent || Tt(l.starts) : !1;
|
|
3952
3952
|
}
|
|
3953
|
-
function
|
|
3953
|
+
function to(l) {
|
|
3954
3954
|
return l.variants && !l.cachedVariants && (l.cachedVariants = l.variants.map(function(g) {
|
|
3955
3955
|
return n(l, { variants: null }, g);
|
|
3956
3956
|
})), l.cachedVariants ? l.cachedVariants : Tt(l) ? n(l, { starts: l.starts ? n(l.starts) : null }) : Object.isFrozen(l) ? n(l) : l;
|
|
3957
3957
|
}
|
|
3958
|
-
var
|
|
3959
|
-
class
|
|
3958
|
+
var no = "11.11.1";
|
|
3959
|
+
class ro extends Error {
|
|
3960
3960
|
constructor(g, k) {
|
|
3961
3961
|
super(g), this.name = "HTMLInjectionError", this.html = k;
|
|
3962
3962
|
}
|
|
3963
3963
|
}
|
|
3964
|
-
const Hu = t, Nt = n, Ft = Symbol("nomatch"),
|
|
3964
|
+
const Hu = t, Nt = n, Ft = Symbol("nomatch"), oo = 7, Rt = function(l) {
|
|
3965
3965
|
const g = /* @__PURE__ */ Object.create(null), k = /* @__PURE__ */ Object.create(null), O = [];
|
|
3966
3966
|
let X = !0;
|
|
3967
3967
|
const J = "Could not find the language '{}', did you forget to load/include a language module?", T = { disableAutodetect: !0, name: "Plain text", contains: [] };
|
|
@@ -4019,12 +4019,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4019
4019
|
L += j.substring(y, N.index);
|
|
4020
4020
|
const q = Te.case_insensitive ? N[0].toLowerCase() : N[0], ae = Ae(I, q);
|
|
4021
4021
|
if (ae) {
|
|
4022
|
-
const [$e,
|
|
4023
|
-
if (ce.addText(L), L = "", ue[q] = (ue[q] || 0) + 1, ue[q] <=
|
|
4022
|
+
const [$e, Ao] = ae;
|
|
4023
|
+
if (ce.addText(L), L = "", ue[q] = (ue[q] || 0) + 1, ue[q] <= oo && (Du += Ao), $e.startsWith("_"))
|
|
4024
4024
|
L += N[0];
|
|
4025
4025
|
else {
|
|
4026
|
-
const
|
|
4027
|
-
Se(N[0],
|
|
4026
|
+
const vo = Te.classNameAliases[$e] || $e;
|
|
4027
|
+
Se(N[0], vo);
|
|
4028
4028
|
}
|
|
4029
4029
|
} else
|
|
4030
4030
|
L += N[0];
|
|
@@ -4083,17 +4083,17 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4083
4083
|
if (y.endsWithParent)
|
|
4084
4084
|
return Pt(y.parent, N, L);
|
|
4085
4085
|
}
|
|
4086
|
-
function
|
|
4086
|
+
function _o(y) {
|
|
4087
4087
|
return I.matcher.regexIndex === 0 ? (j += y[0], 1) : (Vu = !0, 0);
|
|
4088
4088
|
}
|
|
4089
|
-
function
|
|
4089
|
+
function xo(y) {
|
|
4090
4090
|
const N = y[0], L = y.rule, q = new u(L), ae = [L.__beforeBegin, L["on:begin"]];
|
|
4091
4091
|
for (const $e of ae)
|
|
4092
4092
|
if ($e && ($e(y, q), q.isMatchIgnored))
|
|
4093
|
-
return
|
|
4093
|
+
return _o(N);
|
|
4094
4094
|
return L.skip ? j += N : (L.excludeBegin && (j += N), pe(), !L.returnBegin && !L.excludeBegin && (j = N)), Bt(L, y), L.returnBegin ? 0 : N.length;
|
|
4095
4095
|
}
|
|
4096
|
-
function
|
|
4096
|
+
function Eo(y) {
|
|
4097
4097
|
const N = y[0], L = R.substring(y.index), q = Pt(I, y, L);
|
|
4098
4098
|
if (!q)
|
|
4099
4099
|
return Ft;
|
|
@@ -4104,7 +4104,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4104
4104
|
while (I !== q.parent);
|
|
4105
4105
|
return q.starts && Bt(q.starts, y), ae.returnEnd ? 0 : N.length;
|
|
4106
4106
|
}
|
|
4107
|
-
function
|
|
4107
|
+
function ko() {
|
|
4108
4108
|
const y = [];
|
|
4109
4109
|
for (let N = I; N !== Te; N = N.parent)
|
|
4110
4110
|
N.scope && y.unshift(N.scope);
|
|
@@ -4123,12 +4123,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4123
4123
|
return 1;
|
|
4124
4124
|
}
|
|
4125
4125
|
if (Cu = N, N.type === "begin")
|
|
4126
|
-
return
|
|
4126
|
+
return xo(N);
|
|
4127
4127
|
if (N.type === "illegal" && !P) {
|
|
4128
4128
|
const q = new Error('Illegal lexeme "' + L + '" for mode "' + (I.scope || "<unnamed>") + '"');
|
|
4129
4129
|
throw q.mode = I, q;
|
|
4130
4130
|
} else if (N.type === "end") {
|
|
4131
|
-
const q =
|
|
4131
|
+
const q = Eo(N);
|
|
4132
4132
|
if (q !== Ft)
|
|
4133
4133
|
return q;
|
|
4134
4134
|
}
|
|
@@ -4142,10 +4142,10 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4142
4142
|
const Te = Ue(m);
|
|
4143
4143
|
if (!Te)
|
|
4144
4144
|
throw Xe(J.replace("{}", m)), new Error('Unknown language: "' + m + '"');
|
|
4145
|
-
const
|
|
4146
|
-
let Ku = "", I = Z ||
|
|
4145
|
+
const yo = uo(Te);
|
|
4146
|
+
let Ku = "", I = Z || yo;
|
|
4147
4147
|
const $t = {}, ce = new D.__emitter(D);
|
|
4148
|
-
|
|
4148
|
+
ko();
|
|
4149
4149
|
let j = "", Du = 0, Je = 0, Wu = 0, Vu = !1;
|
|
4150
4150
|
try {
|
|
4151
4151
|
if (Te.__emitTokens)
|
|
@@ -4225,7 +4225,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4225
4225
|
}), [Ae, qe] = ue, vu = Ae;
|
|
4226
4226
|
return vu.secondBest = qe, vu;
|
|
4227
4227
|
}
|
|
4228
|
-
function
|
|
4228
|
+
function io(m, R, P) {
|
|
4229
4229
|
const Z = R && k[R] || P;
|
|
4230
4230
|
m.classList.add("hljs"), m.classList.add(`language-${Z}`);
|
|
4231
4231
|
}
|
|
@@ -4241,13 +4241,13 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4241
4241
|
return;
|
|
4242
4242
|
}
|
|
4243
4243
|
if (m.children.length > 0 && (D.ignoreUnescapedHTML || (console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."), console.warn("https://github.com/highlightjs/highlight.js/wiki/security"), console.warn("The element with unescaped HTML:"), console.warn(m)), D.throwUnescapedHTML))
|
|
4244
|
-
throw new
|
|
4244
|
+
throw new ro(
|
|
4245
4245
|
"One of your code blocks includes unescaped HTML.",
|
|
4246
4246
|
m.innerHTML
|
|
4247
4247
|
);
|
|
4248
4248
|
R = m;
|
|
4249
4249
|
const Z = R.textContent, ue = P ? ee(Z, { language: P, ignoreIllegals: !0 }) : Zu(Z);
|
|
4250
|
-
m.innerHTML = ue.value, m.dataset.highlighted = "yes",
|
|
4250
|
+
m.innerHTML = ue.value, m.dataset.highlighted = "yes", io(m, P, ue.language), m.result = {
|
|
4251
4251
|
language: ue.language,
|
|
4252
4252
|
// TODO: remove with version 11.0
|
|
4253
4253
|
re: ue.relevance,
|
|
@@ -4257,13 +4257,13 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4257
4257
|
relevance: ue.secondBest.relevance
|
|
4258
4258
|
}), Au("after:highlightElement", { el: m, result: ue, text: Z });
|
|
4259
4259
|
}
|
|
4260
|
-
function
|
|
4260
|
+
function co(m) {
|
|
4261
4261
|
D = Nt(D, m);
|
|
4262
4262
|
}
|
|
4263
|
-
const
|
|
4263
|
+
const ao = () => {
|
|
4264
4264
|
yu(), eu("10.6.0", "initHighlighting() deprecated. Use highlightAll() now.");
|
|
4265
4265
|
};
|
|
4266
|
-
function
|
|
4266
|
+
function so() {
|
|
4267
4267
|
yu(), eu("10.6.0", "initHighlightingOnLoad() deprecated. Use highlightAll() now.");
|
|
4268
4268
|
}
|
|
4269
4269
|
let Mt = !1;
|
|
@@ -4277,7 +4277,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4277
4277
|
}
|
|
4278
4278
|
document.querySelectorAll(D.cssSelector).forEach(ju);
|
|
4279
4279
|
}
|
|
4280
|
-
function
|
|
4280
|
+
function lo(m, R) {
|
|
4281
4281
|
let P = null;
|
|
4282
4282
|
try {
|
|
4283
4283
|
P = R(l);
|
|
@@ -4290,12 +4290,12 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4290
4290
|
}
|
|
4291
4291
|
P.name || (P.name = m), g[m] = P, P.rawDefinition = R.bind(null, l), P.aliases && Ot(P.aliases, { languageName: m });
|
|
4292
4292
|
}
|
|
4293
|
-
function
|
|
4293
|
+
function fo(m) {
|
|
4294
4294
|
delete g[m];
|
|
4295
4295
|
for (const R of Object.keys(k))
|
|
4296
4296
|
k[R] === m && delete k[R];
|
|
4297
4297
|
}
|
|
4298
|
-
function
|
|
4298
|
+
function bo() {
|
|
4299
4299
|
return Object.keys(g);
|
|
4300
4300
|
}
|
|
4301
4301
|
function Ue(m) {
|
|
@@ -4310,7 +4310,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4310
4310
|
const R = Ue(m);
|
|
4311
4311
|
return R && !R.disableAutodetect;
|
|
4312
4312
|
}
|
|
4313
|
-
function
|
|
4313
|
+
function ho(m) {
|
|
4314
4314
|
m["before:highlightBlock"] && !m["before:highlightElement"] && (m["before:highlightElement"] = (R) => {
|
|
4315
4315
|
m["before:highlightBlock"](
|
|
4316
4316
|
Object.assign({ block: R.el }, R)
|
|
@@ -4321,10 +4321,10 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4321
4321
|
);
|
|
4322
4322
|
});
|
|
4323
4323
|
}
|
|
4324
|
-
function ho(m) {
|
|
4325
|
-
bo(m), O.push(m);
|
|
4326
|
-
}
|
|
4327
4324
|
function po(m) {
|
|
4325
|
+
ho(m), O.push(m);
|
|
4326
|
+
}
|
|
4327
|
+
function go(m) {
|
|
4328
4328
|
const R = O.indexOf(m);
|
|
4329
4329
|
R !== -1 && O.splice(R, 1);
|
|
4330
4330
|
}
|
|
@@ -4334,7 +4334,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4334
4334
|
Z[P] && Z[P](R);
|
|
4335
4335
|
});
|
|
4336
4336
|
}
|
|
4337
|
-
function
|
|
4337
|
+
function mo(m) {
|
|
4338
4338
|
return eu("10.7.0", "highlightBlock will be removed entirely in v12.0"), eu("10.7.0", "Please use highlightElement now."), ju(m);
|
|
4339
4339
|
}
|
|
4340
4340
|
Object.assign(l, {
|
|
@@ -4343,24 +4343,24 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4343
4343
|
highlightAll: yu,
|
|
4344
4344
|
highlightElement: ju,
|
|
4345
4345
|
// TODO: Remove with v12 API
|
|
4346
|
-
highlightBlock:
|
|
4347
|
-
configure:
|
|
4348
|
-
initHighlighting:
|
|
4349
|
-
initHighlightingOnLoad:
|
|
4350
|
-
registerLanguage:
|
|
4351
|
-
unregisterLanguage:
|
|
4352
|
-
listLanguages:
|
|
4346
|
+
highlightBlock: mo,
|
|
4347
|
+
configure: co,
|
|
4348
|
+
initHighlighting: ao,
|
|
4349
|
+
initHighlightingOnLoad: so,
|
|
4350
|
+
registerLanguage: lo,
|
|
4351
|
+
unregisterLanguage: fo,
|
|
4352
|
+
listLanguages: bo,
|
|
4353
4353
|
getLanguage: Ue,
|
|
4354
4354
|
registerAliases: Ot,
|
|
4355
4355
|
autoDetection: It,
|
|
4356
4356
|
inherit: Nt,
|
|
4357
|
-
addPlugin:
|
|
4358
|
-
removePlugin:
|
|
4357
|
+
addPlugin: po,
|
|
4358
|
+
removePlugin: go
|
|
4359
4359
|
}), l.debugMode = function() {
|
|
4360
4360
|
X = !1;
|
|
4361
4361
|
}, l.safeMode = function() {
|
|
4362
4362
|
X = !0;
|
|
4363
|
-
}, l.versionString =
|
|
4363
|
+
}, l.versionString = no, l.regex = {
|
|
4364
4364
|
concat: _,
|
|
4365
4365
|
lookahead: p,
|
|
4366
4366
|
either: S,
|
|
@@ -4373,8 +4373,8 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ue = m, Z = R), P ===
|
|
|
4373
4373
|
}, uu = Rt({});
|
|
4374
4374
|
return uu.newInstance = () => Rt({}), nt = uu, uu.HighlightJS = uu, uu.default = uu, nt;
|
|
4375
4375
|
}
|
|
4376
|
-
var
|
|
4377
|
-
const Q = /* @__PURE__ */
|
|
4376
|
+
var O0 = /* @__PURE__ */ M0();
|
|
4377
|
+
const Q = /* @__PURE__ */ R0(O0), an = "[A-Za-z$_][0-9A-Za-z$_]*", I0 = [
|
|
4378
4378
|
"as",
|
|
4379
4379
|
// for exports
|
|
4380
4380
|
"in",
|
|
@@ -4419,7 +4419,7 @@ const Q = /* @__PURE__ */ F0(M0), an = "[A-Za-z$_][0-9A-Za-z$_]*", O0 = [
|
|
|
4419
4419
|
"extends",
|
|
4420
4420
|
// It's reached stage 3, which is "recommended for implementation":
|
|
4421
4421
|
"using"
|
|
4422
|
-
],
|
|
4422
|
+
], L0 = [
|
|
4423
4423
|
"true",
|
|
4424
4424
|
"false",
|
|
4425
4425
|
"null",
|
|
@@ -4503,7 +4503,7 @@ const Q = /* @__PURE__ */ F0(M0), an = "[A-Za-z$_][0-9A-Za-z$_]*", O0 = [
|
|
|
4503
4503
|
"encodeURIComponent",
|
|
4504
4504
|
"escape",
|
|
4505
4505
|
"unescape"
|
|
4506
|
-
],
|
|
4506
|
+
], B0 = [
|
|
4507
4507
|
"arguments",
|
|
4508
4508
|
"this",
|
|
4509
4509
|
"super",
|
|
@@ -4515,7 +4515,7 @@ const Q = /* @__PURE__ */ F0(M0), an = "[A-Za-z$_][0-9A-Za-z$_]*", O0 = [
|
|
|
4515
4515
|
"module",
|
|
4516
4516
|
"global"
|
|
4517
4517
|
// Node.js
|
|
4518
|
-
],
|
|
4518
|
+
], P0 = [].concat(
|
|
4519
4519
|
lr,
|
|
4520
4520
|
ar,
|
|
4521
4521
|
sr
|
|
@@ -4561,10 +4561,10 @@ function sn(e) {
|
|
|
4561
4561
|
}
|
|
4562
4562
|
}, c = {
|
|
4563
4563
|
$pattern: an,
|
|
4564
|
-
keyword:
|
|
4565
|
-
literal:
|
|
4566
|
-
built_in:
|
|
4567
|
-
"variable.language":
|
|
4564
|
+
keyword: I0,
|
|
4565
|
+
literal: L0,
|
|
4566
|
+
built_in: P0,
|
|
4567
|
+
"variable.language": B0
|
|
4568
4568
|
}, a = "[0-9](_?[0-9])*", s = `\\.(${a})`, d = "0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*", f = {
|
|
4569
4569
|
className: "number",
|
|
4570
4570
|
variants: [
|
|
@@ -5175,7 +5175,7 @@ const Iu = "[A-Za-z$_][0-9A-Za-z$_]*", dr = [
|
|
|
5175
5175
|
br,
|
|
5176
5176
|
hr
|
|
5177
5177
|
);
|
|
5178
|
-
function
|
|
5178
|
+
function z0(e) {
|
|
5179
5179
|
const u = e.regex, t = ($, { after: le }) => {
|
|
5180
5180
|
const he = "</" + $[0].slice(1);
|
|
5181
5181
|
return $.input.indexOf(he, le) !== -1;
|
|
@@ -5685,7 +5685,7 @@ function P0(e) {
|
|
|
5685
5685
|
};
|
|
5686
5686
|
}
|
|
5687
5687
|
function ln(e) {
|
|
5688
|
-
const u = e.regex, t =
|
|
5688
|
+
const u = e.regex, t = z0(e), n = Iu, r = [
|
|
5689
5689
|
"any",
|
|
5690
5690
|
"void",
|
|
5691
5691
|
"number",
|
|
@@ -5995,7 +5995,7 @@ function dn(e) {
|
|
|
5995
5995
|
]
|
|
5996
5996
|
};
|
|
5997
5997
|
}
|
|
5998
|
-
const
|
|
5998
|
+
const $0 = (e) => ({
|
|
5999
5999
|
IMPORTANT: {
|
|
6000
6000
|
scope: "meta",
|
|
6001
6001
|
begin: "!important"
|
|
@@ -6028,7 +6028,7 @@ const z0 = (e) => ({
|
|
|
6028
6028
|
className: "attr",
|
|
6029
6029
|
begin: /--[A-Za-z_][A-Za-z0-9_-]*/
|
|
6030
6030
|
}
|
|
6031
|
-
}),
|
|
6031
|
+
}), U0 = [
|
|
6032
6032
|
"a",
|
|
6033
6033
|
"abbr",
|
|
6034
6034
|
"address",
|
|
@@ -6106,7 +6106,7 @@ const z0 = (e) => ({
|
|
|
6106
6106
|
"ul",
|
|
6107
6107
|
"var",
|
|
6108
6108
|
"video"
|
|
6109
|
-
],
|
|
6109
|
+
], q0 = [
|
|
6110
6110
|
"defs",
|
|
6111
6111
|
"g",
|
|
6112
6112
|
"marker",
|
|
@@ -6148,10 +6148,10 @@ const z0 = (e) => ({
|
|
|
6148
6148
|
"tspan",
|
|
6149
6149
|
"foreignObject",
|
|
6150
6150
|
"clipPath"
|
|
6151
|
-
], q0 = [
|
|
6152
|
-
...$0,
|
|
6153
|
-
...U0
|
|
6154
6151
|
], H0 = [
|
|
6152
|
+
...U0,
|
|
6153
|
+
...q0
|
|
6154
|
+
], G0 = [
|
|
6155
6155
|
"any-hover",
|
|
6156
6156
|
"any-pointer",
|
|
6157
6157
|
"aspect-ratio",
|
|
@@ -6186,7 +6186,7 @@ const z0 = (e) => ({
|
|
|
6186
6186
|
"max-width",
|
|
6187
6187
|
"min-height",
|
|
6188
6188
|
"max-height"
|
|
6189
|
-
].sort().reverse(),
|
|
6189
|
+
].sort().reverse(), Z0 = [
|
|
6190
6190
|
"active",
|
|
6191
6191
|
"any-link",
|
|
6192
6192
|
"blank",
|
|
@@ -6260,7 +6260,7 @@ const z0 = (e) => ({
|
|
|
6260
6260
|
"visited",
|
|
6261
6261
|
"where"
|
|
6262
6262
|
// where()
|
|
6263
|
-
].sort().reverse(),
|
|
6263
|
+
].sort().reverse(), j0 = [
|
|
6264
6264
|
"after",
|
|
6265
6265
|
"backdrop",
|
|
6266
6266
|
"before",
|
|
@@ -6275,7 +6275,7 @@ const z0 = (e) => ({
|
|
|
6275
6275
|
"selection",
|
|
6276
6276
|
"slotted",
|
|
6277
6277
|
"spelling-error"
|
|
6278
|
-
].sort().reverse(),
|
|
6278
|
+
].sort().reverse(), K0 = [
|
|
6279
6279
|
"accent-color",
|
|
6280
6280
|
"align-content",
|
|
6281
6281
|
"align-items",
|
|
@@ -6792,8 +6792,8 @@ const z0 = (e) => ({
|
|
|
6792
6792
|
"z-index",
|
|
6793
6793
|
"zoom"
|
|
6794
6794
|
].sort().reverse();
|
|
6795
|
-
function
|
|
6796
|
-
const u = e.regex, t =
|
|
6795
|
+
function W0(e) {
|
|
6796
|
+
const u = e.regex, t = $0(e), n = { begin: /-(webkit|moz|ms|o)-(?=[a-z])/ }, r = "and or not only", o = /@-?\w[\w]*(-\w+)*/, i = "[a-zA-Z-][a-zA-Z0-9_-]*", c = [
|
|
6797
6797
|
e.APOS_STRING_MODE,
|
|
6798
6798
|
e.QUOTE_STRING_MODE
|
|
6799
6799
|
];
|
|
@@ -6827,8 +6827,8 @@ function K0(e) {
|
|
|
6827
6827
|
{
|
|
6828
6828
|
className: "selector-pseudo",
|
|
6829
6829
|
variants: [
|
|
6830
|
-
{ begin: ":(" +
|
|
6831
|
-
{ begin: ":(:)?(" +
|
|
6830
|
+
{ begin: ":(" + Z0.join("|") + ")" },
|
|
6831
|
+
{ begin: ":(:)?(" + j0.join("|") + ")" }
|
|
6832
6832
|
]
|
|
6833
6833
|
},
|
|
6834
6834
|
// we may actually need this (12/2020)
|
|
@@ -6840,7 +6840,7 @@ function K0(e) {
|
|
|
6840
6840
|
t.CSS_VARIABLE,
|
|
6841
6841
|
{
|
|
6842
6842
|
className: "attribute",
|
|
6843
|
-
begin: "\\b(" +
|
|
6843
|
+
begin: "\\b(" + K0.join("|") + ")\\b"
|
|
6844
6844
|
},
|
|
6845
6845
|
// attribute values
|
|
6846
6846
|
{
|
|
@@ -6895,7 +6895,7 @@ function K0(e) {
|
|
|
6895
6895
|
keywords: {
|
|
6896
6896
|
$pattern: /[a-z-]+/,
|
|
6897
6897
|
keyword: r,
|
|
6898
|
-
attribute:
|
|
6898
|
+
attribute: G0.join(" ")
|
|
6899
6899
|
},
|
|
6900
6900
|
contains: [
|
|
6901
6901
|
{
|
|
@@ -6910,12 +6910,12 @@ function K0(e) {
|
|
|
6910
6910
|
},
|
|
6911
6911
|
{
|
|
6912
6912
|
className: "selector-tag",
|
|
6913
|
-
begin: "\\b(" +
|
|
6913
|
+
begin: "\\b(" + H0.join("|") + ")\\b"
|
|
6914
6914
|
}
|
|
6915
6915
|
]
|
|
6916
6916
|
};
|
|
6917
6917
|
}
|
|
6918
|
-
function
|
|
6918
|
+
function V0(e) {
|
|
6919
6919
|
const u = {
|
|
6920
6920
|
className: "attr",
|
|
6921
6921
|
begin: /"(\\.|[^\\"\r\n])*"(?=\s*:)/,
|
|
@@ -7746,7 +7746,7 @@ var nu = "[0-9](_*[0-9])*", Tu = `\\.(${nu})`, Nu = "[0-9a-fA-F](_*[0-9a-fA-F])*
|
|
|
7746
7746
|
function _r(e, u, t) {
|
|
7747
7747
|
return t === -1 ? "" : e.replace(u, (n) => _r(e, u, t - 1));
|
|
7748
7748
|
}
|
|
7749
|
-
function
|
|
7749
|
+
function Y0(e) {
|
|
7750
7750
|
const u = e.regex, t = "[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*", n = t + _r("(?:<" + t + "~~~(?:\\s*,\\s*" + t + "~~~)*>)?", /~~~/g, 2), a = {
|
|
7751
7751
|
keyword: [
|
|
7752
7752
|
"synchronized",
|
|
@@ -7957,7 +7957,7 @@ function V0(e) {
|
|
|
7957
7957
|
]
|
|
7958
7958
|
};
|
|
7959
7959
|
}
|
|
7960
|
-
function
|
|
7960
|
+
function X0(e) {
|
|
7961
7961
|
const o = {
|
|
7962
7962
|
keyword: [
|
|
7963
7963
|
"break",
|
|
@@ -8498,13 +8498,13 @@ function pn(e) {
|
|
|
8498
8498
|
]
|
|
8499
8499
|
};
|
|
8500
8500
|
}
|
|
8501
|
-
const
|
|
8501
|
+
const J0 = ["innerHTML"], Q0 = /* @__PURE__ */ be({
|
|
8502
8502
|
__name: "MarkdownView",
|
|
8503
8503
|
props: {
|
|
8504
8504
|
content: {}
|
|
8505
8505
|
},
|
|
8506
8506
|
setup(e) {
|
|
8507
|
-
Q.registerLanguage("javascript", sn), Q.registerLanguage("js", sn), Q.registerLanguage("typescript", ln), Q.registerLanguage("ts", ln), Q.registerLanguage("html", dn), Q.registerLanguage("xml", dn), Q.registerLanguage("css",
|
|
8507
|
+
Q.registerLanguage("javascript", sn), Q.registerLanguage("js", sn), Q.registerLanguage("typescript", ln), Q.registerLanguage("ts", ln), Q.registerLanguage("html", dn), Q.registerLanguage("xml", dn), Q.registerLanguage("css", W0), Q.registerLanguage("json", V0), Q.registerLanguage("bash", rt), Q.registerLanguage("shell", rt), Q.registerLanguage("sh", rt), Q.registerLanguage("python", fn), Q.registerLanguage("py", fn), Q.registerLanguage("java", Y0), Q.registerLanguage("go", X0), Q.registerLanguage("yaml", hn), Q.registerLanguage("yml", hn), Q.registerLanguage("markdown", pn), Q.registerLanguage("md", pn);
|
|
8508
8508
|
const u = new ke({
|
|
8509
8509
|
html: !0,
|
|
8510
8510
|
linkify: !0,
|
|
@@ -8521,15 +8521,15 @@ const X0 = ["innerHTML"], J0 = /* @__PURE__ */ be({
|
|
|
8521
8521
|
return (r, o) => (F(), z("div", {
|
|
8522
8522
|
class: "markdown-body",
|
|
8523
8523
|
innerHTML: n.value
|
|
8524
|
-
}, null, 8,
|
|
8524
|
+
}, null, 8, J0));
|
|
8525
8525
|
}
|
|
8526
|
-
}),
|
|
8526
|
+
}), ea = { class: "page-view" }, ua = {
|
|
8527
8527
|
key: 0,
|
|
8528
8528
|
class: "page-loading"
|
|
8529
|
-
},
|
|
8529
|
+
}, ta = /* @__PURE__ */ be({
|
|
8530
8530
|
__name: "PageView",
|
|
8531
8531
|
setup(e) {
|
|
8532
|
-
const u = au(), { config: t } = Oe(), { localize: n, locale: r, t: o } = Ke(), i = ie(""), c =
|
|
8532
|
+
const u = au(), { config: t } = Oe(), { localize: n, locale: r, t: o } = Ke(), i = ie(""), c = Co(null), a = ie(!0);
|
|
8533
8533
|
async function s() {
|
|
8534
8534
|
a.value = !0, i.value = "", c.value = null;
|
|
8535
8535
|
const d = u.meta.navItem;
|
|
@@ -8540,7 +8540,7 @@ const X0 = ["innerHTML"], J0 = /* @__PURE__ */ be({
|
|
|
8540
8540
|
try {
|
|
8541
8541
|
const f = d.page;
|
|
8542
8542
|
if (f) {
|
|
8543
|
-
const h = await (typeof f == "function" ? f :
|
|
8543
|
+
const h = await (typeof f == "function" ? f : Uo(f))(r.value);
|
|
8544
8544
|
typeof h.default == "string" ? i.value = h.default : c.value = h.default;
|
|
8545
8545
|
} else d.isHome && t.readme ? i.value = t.readme : i.value = `# ${n(d.label)}`;
|
|
8546
8546
|
} catch {
|
|
@@ -8550,10 +8550,10 @@ ${o("page.loadErrorBody", { label: n(d.label) })}`;
|
|
|
8550
8550
|
}
|
|
8551
8551
|
a.value = !1;
|
|
8552
8552
|
}
|
|
8553
|
-
return Cn(s), ou([() => u.path, r], s), (d, f) => (F(), z("div",
|
|
8554
|
-
a.value ? (F(), z("div",
|
|
8553
|
+
return Cn(s), ou([() => u.path, r], s), (d, f) => (F(), z("div", ea, [
|
|
8554
|
+
a.value ? (F(), z("div", ua, [...f[0] || (f[0] = [
|
|
8555
8555
|
H("span", { class: "page-loading-dot" }, null, -1)
|
|
8556
|
-
])])) : c.value ? (F(), W(bt(c.value), { key: 1 })) : (F(), W(
|
|
8556
|
+
])])) : c.value ? (F(), W(bt(c.value), { key: 1 })) : (F(), W(Q0, {
|
|
8557
8557
|
key: 2,
|
|
8558
8558
|
content: i.value
|
|
8559
8559
|
}, null, 8, ["content"]))
|
|
@@ -8564,8 +8564,8 @@ ${o("page.loadErrorBody", { label: n(d.label) })}`;
|
|
|
8564
8564
|
for (const [n, r] of u)
|
|
8565
8565
|
t[n] = r;
|
|
8566
8566
|
return t;
|
|
8567
|
-
}, xr = /* @__PURE__ */ Be(
|
|
8568
|
-
function
|
|
8567
|
+
}, xr = /* @__PURE__ */ Be(ta, [["__scopeId", "data-v-e853deb1"]]);
|
|
8568
|
+
function na(e) {
|
|
8569
8569
|
return "/" + e.toLowerCase().replace(/\s+/g, "-");
|
|
8570
8570
|
}
|
|
8571
8571
|
async function Er(e) {
|
|
@@ -8589,7 +8589,7 @@ async function kr(e) {
|
|
|
8589
8589
|
function yr(e, u, t, n) {
|
|
8590
8590
|
return e.map((r, o) => {
|
|
8591
8591
|
var f;
|
|
8592
|
-
const i = n === void 0 && o === 0, c = !r.page && !!((f = r.children) != null && f.length), a = Bu(r.label, u ?? "", u, t), s = r.path ?? (i ? "/" :
|
|
8592
|
+
const i = n === void 0 && o === 0, c = !r.page && !!((f = r.children) != null && f.length), a = Bu(r.label, u ?? "", u, t), s = r.path ?? (i ? "/" : na(a)), d = r.children ? yr(r.children, u, t, o) : void 0;
|
|
8593
8593
|
return {
|
|
8594
8594
|
...r,
|
|
8595
8595
|
resolvedPath: s,
|
|
@@ -8616,7 +8616,7 @@ function Ar(e, u, t, n = "") {
|
|
|
8616
8616
|
}
|
|
8617
8617
|
return r;
|
|
8618
8618
|
}
|
|
8619
|
-
async function
|
|
8619
|
+
async function ra(e, u, t, n, r, o) {
|
|
8620
8620
|
const i = Ar(e, r, o);
|
|
8621
8621
|
for (const s of u ?? []) {
|
|
8622
8622
|
if (!await Er(s)) continue;
|
|
@@ -8640,12 +8640,12 @@ async function na(e, u, t, n, r, o) {
|
|
|
8640
8640
|
}), i.push({
|
|
8641
8641
|
path: "/:pathMatch(.*)*",
|
|
8642
8642
|
redirect: a
|
|
8643
|
-
}),
|
|
8643
|
+
}), Mo({
|
|
8644
8644
|
history: t ?? Sn(),
|
|
8645
8645
|
routes: i
|
|
8646
8646
|
});
|
|
8647
8647
|
}
|
|
8648
|
-
const
|
|
8648
|
+
const oa = "redirect";
|
|
8649
8649
|
async function dt(e, u) {
|
|
8650
8650
|
var n;
|
|
8651
8651
|
const t = [];
|
|
@@ -8661,16 +8661,16 @@ async function dt(e, u) {
|
|
|
8661
8661
|
}
|
|
8662
8662
|
return t;
|
|
8663
8663
|
}
|
|
8664
|
-
function
|
|
8664
|
+
function ia(e, u) {
|
|
8665
8665
|
e.beforeEach(async (t, n) => {
|
|
8666
8666
|
const r = t.meta.auth;
|
|
8667
8667
|
if (r == null || r === !1 || u.loginPath && t.path === u.loginPath) return !0;
|
|
8668
8668
|
const o = t.meta.navItem, i = await Promise.resolve(u.authorize({ rule: r, item: o, to: t, from: n }));
|
|
8669
|
-
return i === !0 ? !0 : typeof i == "string" ? i === t.path ? !0 : i : u.loginPath ? { path: u.loginPath, query: { [
|
|
8669
|
+
return i === !0 ? !0 : typeof i == "string" ? i === t.path ? !0 : i : u.loginPath ? { path: u.loginPath, query: { [oa]: t.fullPath } } : !1;
|
|
8670
8670
|
});
|
|
8671
8671
|
}
|
|
8672
8672
|
const vr = "vue-site-theme", Cr = Symbol.for("vue-site.themeRef"), gn = Symbol.for("vue-site.themeRuntimeState");
|
|
8673
|
-
function
|
|
8673
|
+
function ca() {
|
|
8674
8674
|
const e = globalThis, u = e[gn];
|
|
8675
8675
|
if (u) return u;
|
|
8676
8676
|
const t = {
|
|
@@ -8682,7 +8682,7 @@ function ia() {
|
|
|
8682
8682
|
};
|
|
8683
8683
|
return e[gn] = t, t;
|
|
8684
8684
|
}
|
|
8685
|
-
const re =
|
|
8685
|
+
const re = ca();
|
|
8686
8686
|
function mn(e) {
|
|
8687
8687
|
const u = document.documentElement;
|
|
8688
8688
|
for (const [t, n] of Object.entries(e))
|
|
@@ -8693,7 +8693,7 @@ function Dr(e) {
|
|
|
8693
8693
|
const u = re.resolvedPalettes[e];
|
|
8694
8694
|
u && mn(u), Object.keys(re.colorOverlay).length && mn(re.colorOverlay);
|
|
8695
8695
|
}
|
|
8696
|
-
function
|
|
8696
|
+
function aa() {
|
|
8697
8697
|
try {
|
|
8698
8698
|
const e = localStorage.getItem(vr);
|
|
8699
8699
|
if (e && re.allowedThemeIds.includes(e)) return e;
|
|
@@ -8701,7 +8701,7 @@ function ca() {
|
|
|
8701
8701
|
}
|
|
8702
8702
|
return null;
|
|
8703
8703
|
}
|
|
8704
|
-
function
|
|
8704
|
+
function sa(e) {
|
|
8705
8705
|
try {
|
|
8706
8706
|
localStorage.setItem(vr, e);
|
|
8707
8707
|
} catch {
|
|
@@ -8709,10 +8709,10 @@ function aa(e) {
|
|
|
8709
8709
|
}
|
|
8710
8710
|
function _n(e, u = "light", t, n, r, o) {
|
|
8711
8711
|
re.activeThemeRef = e, re.allowedThemeIds = t != null && t.length && t.length > 0 ? [...t] : ["light", "dark"], re.resolvedPalettes = n && Object.keys(n).length ? n : {}, re.colorOverlay = r ? { ...r } : {}, re.darkModeIds = o ?? /* @__PURE__ */ new Set(["dark"]);
|
|
8712
|
-
const i = re.allowedThemeIds[0] ?? "light", c = re.allowedThemeIds.includes(u) ? u : i, a =
|
|
8712
|
+
const i = re.allowedThemeIds[0] ?? "light", c = re.allowedThemeIds.includes(u) ? u : i, a = aa();
|
|
8713
8713
|
Dr(a ?? c);
|
|
8714
8714
|
}
|
|
8715
|
-
function
|
|
8715
|
+
function la() {
|
|
8716
8716
|
const e = ft(Cr);
|
|
8717
8717
|
if (!e)
|
|
8718
8718
|
throw new Error(
|
|
@@ -8720,7 +8720,7 @@ function sa() {
|
|
|
8720
8720
|
);
|
|
8721
8721
|
const u = e;
|
|
8722
8722
|
function t(r) {
|
|
8723
|
-
re.allowedThemeIds.includes(r) && (Dr(r),
|
|
8723
|
+
re.allowedThemeIds.includes(r) && (Dr(r), sa(r));
|
|
8724
8724
|
}
|
|
8725
8725
|
function n() {
|
|
8726
8726
|
const r = re.allowedThemeIds.indexOf(u.value), o = re.allowedThemeIds[(r + 1) % re.allowedThemeIds.length] ?? u.value;
|
|
@@ -8795,7 +8795,7 @@ const xn = {
|
|
|
8795
8795
|
"--color-theme-switch-text": "#dadde1",
|
|
8796
8796
|
"--color-theme-switch-hover": "#606770"
|
|
8797
8797
|
}
|
|
8798
|
-
},
|
|
8798
|
+
}, da = [
|
|
8799
8799
|
{
|
|
8800
8800
|
id: "sepia",
|
|
8801
8801
|
label: "Sepia",
|
|
@@ -8874,7 +8874,7 @@ function ot(e, u) {
|
|
|
8874
8874
|
}
|
|
8875
8875
|
function At(e) {
|
|
8876
8876
|
const u = /* @__PURE__ */ new Map();
|
|
8877
|
-
for (const t of
|
|
8877
|
+
for (const t of da)
|
|
8878
8878
|
u.set(t.id, t);
|
|
8879
8879
|
for (const t of (e == null ? void 0 : e.extraThemes) ?? [])
|
|
8880
8880
|
u.set(t.id, t);
|
|
@@ -8907,7 +8907,7 @@ function qu(e, u) {
|
|
|
8907
8907
|
var t;
|
|
8908
8908
|
return e.resolvedPath === u ? !0 : (t = e.resolvedChildren) != null && t.length ? e.resolvedChildren.some((n) => qu(n, u)) : !1;
|
|
8909
8909
|
}
|
|
8910
|
-
function
|
|
8910
|
+
function fa(e, u) {
|
|
8911
8911
|
for (const t of e)
|
|
8912
8912
|
if (qu(t, u)) return t;
|
|
8913
8913
|
return e[0];
|
|
@@ -8925,11 +8925,11 @@ function Tr(e) {
|
|
|
8925
8925
|
}
|
|
8926
8926
|
return null;
|
|
8927
8927
|
}
|
|
8928
|
-
const
|
|
8928
|
+
const ba = 3;
|
|
8929
8929
|
function Nr() {
|
|
8930
|
-
const { config: e, resolvedNav: u } = Oe(), t = au(), n = U(() => t.meta.standalone === !0), r = U(() => n.value ? !1 : e.navPosition === "top" ? !0 : e.navPosition === "sidebar" ? !1 : wr(u) >=
|
|
8930
|
+
const { config: e, resolvedNav: u } = Oe(), t = au(), n = U(() => t.meta.standalone === !0), r = U(() => n.value ? !1 : e.navPosition === "top" ? !0 : e.navPosition === "sidebar" ? !1 : wr(u) >= ba), o = U(() => {
|
|
8931
8931
|
if (!r.value) return u;
|
|
8932
|
-
const c =
|
|
8932
|
+
const c = fa(u, t.path);
|
|
8933
8933
|
return (c == null ? void 0 : c.resolvedChildren) ?? [];
|
|
8934
8934
|
}), i = U(
|
|
8935
8935
|
() => !n.value && (!r.value || o.value.length > 0)
|
|
@@ -8957,7 +8957,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
8957
8957
|
"stroke-width": 1.75
|
|
8958
8958
|
}, null, 8, ["size"])) : Y("", !0);
|
|
8959
8959
|
}
|
|
8960
|
-
}),
|
|
8960
|
+
}), ha = ["href"], pa = { class: "nav-item-label" }, ga = { class: "nav-item-label" }, ma = /* @__PURE__ */ be({
|
|
8961
8961
|
__name: "NavItem",
|
|
8962
8962
|
props: {
|
|
8963
8963
|
item: {},
|
|
@@ -8979,8 +8979,8 @@ const Me = /* @__PURE__ */ be({
|
|
|
8979
8979
|
name: e.item.icon,
|
|
8980
8980
|
size: 18
|
|
8981
8981
|
}, null, 8, ["name"])) : Y("", !0),
|
|
8982
|
-
H("span",
|
|
8983
|
-
], 10,
|
|
8982
|
+
H("span", pa, ve(B(n)(e.item.label)), 1)
|
|
8983
|
+
], 10, ha)) : (F(), W(s, {
|
|
8984
8984
|
key: 1,
|
|
8985
8985
|
to: o.value,
|
|
8986
8986
|
class: Ee(["nav-item", { "nav-item--active": i.value, "nav-item--indent": e.indent }])
|
|
@@ -8991,13 +8991,13 @@ const Me = /* @__PURE__ */ be({
|
|
|
8991
8991
|
name: e.item.icon,
|
|
8992
8992
|
size: 18
|
|
8993
8993
|
}, null, 8, ["name"])) : Y("", !0),
|
|
8994
|
-
H("span",
|
|
8994
|
+
H("span", ga, ve(B(n)(e.item.label)), 1)
|
|
8995
8995
|
]),
|
|
8996
8996
|
_: 1
|
|
8997
8997
|
}, 8, ["to", "class"]));
|
|
8998
8998
|
};
|
|
8999
8999
|
}
|
|
9000
|
-
}), Fr = /* @__PURE__ */ Be(
|
|
9000
|
+
}), Fr = /* @__PURE__ */ Be(ma, [["__scopeId", "data-v-562dbe5f"]]), _a = { class: "nav-group-label" }, xa = { class: "nav-group-children" }, Ea = /* @__PURE__ */ be({
|
|
9001
9001
|
__name: "NavGroup",
|
|
9002
9002
|
props: {
|
|
9003
9003
|
item: {}
|
|
@@ -9027,7 +9027,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9027
9027
|
name: e.item.icon,
|
|
9028
9028
|
size: 18
|
|
9029
9029
|
}, null, 8, ["name"])) : Y("", !0),
|
|
9030
|
-
H("span",
|
|
9030
|
+
H("span", _a, ve(B(n)(e.item.label)), 1),
|
|
9031
9031
|
a[0] || (a[0] = H("svg", {
|
|
9032
9032
|
class: "nav-group-chevron",
|
|
9033
9033
|
width: "16",
|
|
@@ -9042,7 +9042,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9042
9042
|
H("path", { d: "m9 18 6-6-6-6" })
|
|
9043
9043
|
], -1))
|
|
9044
9044
|
]),
|
|
9045
|
-
Dn(H("div",
|
|
9045
|
+
Dn(H("div", xa, [
|
|
9046
9046
|
(F(!0), z(Re, null, Qe(e.item.resolvedChildren, (s) => (F(), z(Re, {
|
|
9047
9047
|
key: s.resolvedPath
|
|
9048
9048
|
}, [
|
|
@@ -9060,11 +9060,11 @@ const Me = /* @__PURE__ */ be({
|
|
|
9060
9060
|
])
|
|
9061
9061
|
], 2));
|
|
9062
9062
|
}
|
|
9063
|
-
}), Rr = /* @__PURE__ */ Be(
|
|
9063
|
+
}), Rr = /* @__PURE__ */ Be(Ea, [["__scopeId", "data-v-d83c4e05"]]), ka = { class: "site-sidebar-nav" }, ya = /* @__PURE__ */ be({
|
|
9064
9064
|
__name: "SideNav",
|
|
9065
9065
|
setup(e) {
|
|
9066
9066
|
const { sidebarNav: u } = Nr();
|
|
9067
|
-
return (t, n) => (F(), z("nav",
|
|
9067
|
+
return (t, n) => (F(), z("nav", ka, [
|
|
9068
9068
|
(F(!0), z(Re, null, Qe(B(u), (r) => (F(), z(Re, {
|
|
9069
9069
|
key: r.resolvedPath
|
|
9070
9070
|
}, [
|
|
@@ -9078,7 +9078,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9078
9078
|
], 64))), 128))
|
|
9079
9079
|
]));
|
|
9080
9080
|
}
|
|
9081
|
-
}),
|
|
9081
|
+
}), Aa = ["id"], va = /* @__PURE__ */ be({
|
|
9082
9082
|
__name: "TooltipOverlay",
|
|
9083
9083
|
props: {
|
|
9084
9084
|
id: {},
|
|
@@ -9115,25 +9115,25 @@ const Me = /* @__PURE__ */ be({
|
|
|
9115
9115
|
}
|
|
9116
9116
|
), Lu(() => {
|
|
9117
9117
|
window.removeEventListener("scroll", i, !0), window.removeEventListener("resize", i), c == null || c.disconnect();
|
|
9118
|
-
}), u({ measure: i }), (s, d) => (F(), W(
|
|
9118
|
+
}), u({ measure: i }), (s, d) => (F(), W(Do, { to: "body" }, [
|
|
9119
9119
|
Dn(H("div", {
|
|
9120
9120
|
id: e.id,
|
|
9121
9121
|
ref_key: "tipRef",
|
|
9122
9122
|
ref: n,
|
|
9123
9123
|
role: "tooltip",
|
|
9124
9124
|
class: "tooltip-overlay",
|
|
9125
|
-
style:
|
|
9125
|
+
style: wo({
|
|
9126
9126
|
position: "fixed",
|
|
9127
9127
|
top: `${r.value}px`,
|
|
9128
9128
|
left: `${o.value}px`,
|
|
9129
9129
|
zIndex: 1e4
|
|
9130
9130
|
})
|
|
9131
|
-
}, ve(e.text), 13,
|
|
9131
|
+
}, ve(e.text), 13, Aa), [
|
|
9132
9132
|
[wn, e.open && e.text]
|
|
9133
9133
|
])
|
|
9134
9134
|
]));
|
|
9135
9135
|
}
|
|
9136
|
-
}), vt = /* @__PURE__ */ Be(
|
|
9136
|
+
}), vt = /* @__PURE__ */ Be(va, [["__scopeId", "data-v-d0b5d0eb"]]), Ca = /* @__PURE__ */ be({
|
|
9137
9137
|
__name: "UiTooltip",
|
|
9138
9138
|
props: {
|
|
9139
9139
|
label: {},
|
|
@@ -9165,7 +9165,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9165
9165
|
onFocusin: c,
|
|
9166
9166
|
onFocusout: a
|
|
9167
9167
|
}, [
|
|
9168
|
-
|
|
9168
|
+
So(s.$slots, "default", {
|
|
9169
9169
|
describedBy: r.value && e.label.trim() ? B(o) : void 0
|
|
9170
9170
|
}, void 0, !0),
|
|
9171
9171
|
de(vt, {
|
|
@@ -9177,7 +9177,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9177
9177
|
}, null, 8, ["id", "open", "text", "anchor", "placement"])
|
|
9178
9178
|
], 544));
|
|
9179
9179
|
}
|
|
9180
|
-
}), Mr = /* @__PURE__ */ Be(
|
|
9180
|
+
}), Mr = /* @__PURE__ */ Be(Ca, [["__scopeId", "data-v-c96e8e51"]]), Da = ["href", "aria-describedby", "aria-label"], wa = /* @__PURE__ */ be({
|
|
9181
9181
|
__name: "SiteExternalLinks",
|
|
9182
9182
|
props: {
|
|
9183
9183
|
compact: { type: Boolean, default: !1 }
|
|
@@ -9219,22 +9219,22 @@ const Me = /* @__PURE__ */ be({
|
|
|
9219
9219
|
name: c.icon,
|
|
9220
9220
|
size: e.compact ? 15 : 18
|
|
9221
9221
|
}, null, 8, ["name", "size"])
|
|
9222
|
-
], 8,
|
|
9222
|
+
], 8, Da)
|
|
9223
9223
|
]),
|
|
9224
9224
|
_: 2
|
|
9225
9225
|
}, 1032, ["label", "placement"]))), 128))
|
|
9226
9226
|
], 2)) : Y("", !0);
|
|
9227
9227
|
}
|
|
9228
|
-
}), kn = /* @__PURE__ */ Be(
|
|
9228
|
+
}), kn = /* @__PURE__ */ Be(wa, [["__scopeId", "data-v-d90eed72"]]), Sa = ["aria-label", "aria-describedby"], Ta = {
|
|
9229
9229
|
class: "theme-switch-trigger-icon",
|
|
9230
9230
|
"aria-hidden": "true"
|
|
9231
|
-
},
|
|
9231
|
+
}, Na = ["aria-label"], Fa = ["aria-describedby", "aria-label", "aria-pressed", "onClick"], Ra = /* @__PURE__ */ be({
|
|
9232
9232
|
__name: "ThemeSwitch",
|
|
9233
9233
|
props: {
|
|
9234
9234
|
compact: { type: Boolean, default: !1 }
|
|
9235
9235
|
},
|
|
9236
9236
|
setup(e) {
|
|
9237
|
-
const { theme: u, setTheme: t } =
|
|
9237
|
+
const { theme: u, setTheme: t } = la(), { config: n } = Oe(), { t: r } = Ke(), o = e, i = ie(null), c = ie(null), a = ie(!1), s = ht();
|
|
9238
9238
|
let d;
|
|
9239
9239
|
const f = U(
|
|
9240
9240
|
() => o.compact ? "top" : "bottom"
|
|
@@ -9287,13 +9287,13 @@ const Me = /* @__PURE__ */ be({
|
|
|
9287
9287
|
onMouseenter: p,
|
|
9288
9288
|
onMouseleave: h
|
|
9289
9289
|
}, [
|
|
9290
|
-
H("span",
|
|
9290
|
+
H("span", Ta, [
|
|
9291
9291
|
de(Me, {
|
|
9292
9292
|
name: x.value,
|
|
9293
9293
|
size: b.value
|
|
9294
9294
|
}, null, 8, ["name", "size"])
|
|
9295
9295
|
])
|
|
9296
|
-
], 40,
|
|
9296
|
+
], 40, Sa),
|
|
9297
9297
|
H("div", {
|
|
9298
9298
|
class: "theme-switch-menu",
|
|
9299
9299
|
role: "group",
|
|
@@ -9317,11 +9317,11 @@ const Me = /* @__PURE__ */ be({
|
|
|
9317
9317
|
name: C.icon,
|
|
9318
9318
|
size: b.value
|
|
9319
9319
|
}, null, 8, ["name", "size"])
|
|
9320
|
-
], 10,
|
|
9320
|
+
], 10, Fa)
|
|
9321
9321
|
]),
|
|
9322
9322
|
_: 2
|
|
9323
9323
|
}, 1032, ["label", "placement"]))), 128))
|
|
9324
|
-
], 8,
|
|
9324
|
+
], 8, Na),
|
|
9325
9325
|
de(vt, {
|
|
9326
9326
|
id: B(s),
|
|
9327
9327
|
open: a.value,
|
|
@@ -9331,10 +9331,10 @@ const Me = /* @__PURE__ */ be({
|
|
|
9331
9331
|
}, null, 8, ["id", "open", "text", "anchor", "placement"])
|
|
9332
9332
|
], 2));
|
|
9333
9333
|
}
|
|
9334
|
-
}), yn = /* @__PURE__ */ Be(
|
|
9334
|
+
}), yn = /* @__PURE__ */ Be(Ra, [["__scopeId", "data-v-efe2a351"]]), Ma = ["aria-label", "aria-describedby"], Oa = {
|
|
9335
9335
|
class: "locale-switch-trigger-icon",
|
|
9336
9336
|
"aria-hidden": "true"
|
|
9337
|
-
},
|
|
9337
|
+
}, Ia = ["aria-label"], La = ["aria-label", "aria-pressed", "onClick"], Ba = { class: "locale-switch-option-label" }, Pa = /* @__PURE__ */ be({
|
|
9338
9338
|
__name: "LocaleSwitch",
|
|
9339
9339
|
props: {
|
|
9340
9340
|
compact: { type: Boolean, default: !1 }
|
|
@@ -9382,13 +9382,13 @@ const Me = /* @__PURE__ */ be({
|
|
|
9382
9382
|
onMouseenter: p,
|
|
9383
9383
|
onMouseleave: h
|
|
9384
9384
|
}, [
|
|
9385
|
-
H("span",
|
|
9385
|
+
H("span", Oa, [
|
|
9386
9386
|
de(Me, {
|
|
9387
9387
|
name: S.value,
|
|
9388
9388
|
size: b.value
|
|
9389
9389
|
}, null, 8, ["name", "size"])
|
|
9390
9390
|
])
|
|
9391
|
-
], 40,
|
|
9391
|
+
], 40, Ma),
|
|
9392
9392
|
H("div", {
|
|
9393
9393
|
class: "locale-switch-menu",
|
|
9394
9394
|
role: "group",
|
|
@@ -9407,9 +9407,9 @@ const Me = /* @__PURE__ */ be({
|
|
|
9407
9407
|
name: A.icon,
|
|
9408
9408
|
size: b.value
|
|
9409
9409
|
}, null, 8, ["name", "size"])) : Y("", !0),
|
|
9410
|
-
H("span",
|
|
9411
|
-
], 10,
|
|
9412
|
-
], 8,
|
|
9410
|
+
H("span", Ba, ve(A.label), 1)
|
|
9411
|
+
], 10, La))), 128))
|
|
9412
|
+
], 8, Ia),
|
|
9413
9413
|
de(vt, {
|
|
9414
9414
|
id: B(s),
|
|
9415
9415
|
open: a.value,
|
|
@@ -9419,10 +9419,10 @@ const Me = /* @__PURE__ */ be({
|
|
|
9419
9419
|
}, null, 8, ["id", "open", "text", "anchor", "placement"])
|
|
9420
9420
|
], 2));
|
|
9421
9421
|
}
|
|
9422
|
-
}), An = /* @__PURE__ */ Be(
|
|
9422
|
+
}), An = /* @__PURE__ */ Be(Pa, [["__scopeId", "data-v-66c5d143"]]), za = {
|
|
9423
9423
|
class: "site-primary-nav-links",
|
|
9424
9424
|
"aria-label": "Primary"
|
|
9425
|
-
},
|
|
9425
|
+
}, $a = ["href"], Ua = { class: "site-primary-nav-link-label" }, qa = { class: "site-primary-nav-link-label" }, Ha = /* @__PURE__ */ be({
|
|
9426
9426
|
__name: "TopPrimaryNav",
|
|
9427
9427
|
setup(e) {
|
|
9428
9428
|
const { resolvedNav: u } = Oe(), t = au(), { localize: n } = Ke(), r = U(
|
|
@@ -9433,7 +9433,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9433
9433
|
);
|
|
9434
9434
|
return (o, i) => {
|
|
9435
9435
|
const c = Fu("router-link");
|
|
9436
|
-
return F(), z("nav",
|
|
9436
|
+
return F(), z("nav", za, [
|
|
9437
9437
|
(F(!0), z(Re, null, Qe(r.value, ({ item: a, to: s, external: d, active: f }) => (F(), z(Re, {
|
|
9438
9438
|
key: a.resolvedPath
|
|
9439
9439
|
}, [
|
|
@@ -9449,8 +9449,8 @@ const Me = /* @__PURE__ */ be({
|
|
|
9449
9449
|
name: a.icon,
|
|
9450
9450
|
size: 17
|
|
9451
9451
|
}, null, 8, ["name"])) : Y("", !0),
|
|
9452
|
-
H("span",
|
|
9453
|
-
], 8,
|
|
9452
|
+
H("span", Ua, ve(B(n)(a.label)), 1)
|
|
9453
|
+
], 8, $a)) : (F(), W(c, {
|
|
9454
9454
|
key: 1,
|
|
9455
9455
|
to: s,
|
|
9456
9456
|
class: Ee(["site-primary-nav-link", { "site-primary-nav-link--active": f }])
|
|
@@ -9461,7 +9461,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9461
9461
|
name: a.icon,
|
|
9462
9462
|
size: 17
|
|
9463
9463
|
}, null, 8, ["name"])) : Y("", !0),
|
|
9464
|
-
H("span",
|
|
9464
|
+
H("span", qa, ve(B(n)(a.label)), 1)
|
|
9465
9465
|
]),
|
|
9466
9466
|
_: 2
|
|
9467
9467
|
}, 1032, ["to", "class"]))
|
|
@@ -9469,7 +9469,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9469
9469
|
]);
|
|
9470
9470
|
};
|
|
9471
9471
|
}
|
|
9472
|
-
}),
|
|
9472
|
+
}), Ga = /* @__PURE__ */ Be(Ha, [["__scopeId", "data-v-d6741411"]]), Za = /* @__PURE__ */ be({
|
|
9473
9473
|
__name: "ShellActions",
|
|
9474
9474
|
props: {
|
|
9475
9475
|
placement: { default: "top" }
|
|
@@ -9481,7 +9481,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9481
9481
|
if (typeof d == "string")
|
|
9482
9482
|
return null;
|
|
9483
9483
|
if (typeof d == "function") {
|
|
9484
|
-
const p =
|
|
9484
|
+
const p = To(async () => (await d()).default);
|
|
9485
9485
|
return { key: `loader-${f}`, component: p };
|
|
9486
9486
|
}
|
|
9487
9487
|
return { key: `component-${f}`, component: d };
|
|
@@ -9521,28 +9521,28 @@ const Me = /* @__PURE__ */ be({
|
|
|
9521
9521
|
}))), 128))
|
|
9522
9522
|
], 2)) : Y("", !0);
|
|
9523
9523
|
}
|
|
9524
|
-
}), vn = /* @__PURE__ */ Be(
|
|
9524
|
+
}), vn = /* @__PURE__ */ Be(Za, [["__scopeId", "data-v-195d0ae0"]]), ja = {
|
|
9525
9525
|
key: 0,
|
|
9526
9526
|
class: "site-primary-nav"
|
|
9527
|
-
},
|
|
9527
|
+
}, Ka = ["src", "alt"], Wa = { class: "site-primary-nav-title" }, Va = { class: "site-primary-nav-end" }, Ya = {
|
|
9528
9528
|
key: 1,
|
|
9529
9529
|
class: "site-sidebar"
|
|
9530
|
-
},
|
|
9530
|
+
}, Xa = {
|
|
9531
9531
|
key: 0,
|
|
9532
9532
|
class: "site-sidebar-header"
|
|
9533
|
-
},
|
|
9533
|
+
}, Ja = { class: "site-sidebar-brand" }, Qa = ["src", "alt"], es = { class: "site-sidebar-title" }, us = {
|
|
9534
9534
|
key: 1,
|
|
9535
9535
|
class: "site-sidebar-footer"
|
|
9536
|
-
},
|
|
9536
|
+
}, ts = {
|
|
9537
9537
|
key: 0,
|
|
9538
9538
|
class: "site-sidebar-toolbar"
|
|
9539
|
-
},
|
|
9539
|
+
}, ns = {
|
|
9540
9540
|
key: 1,
|
|
9541
9541
|
class: "site-footer-text"
|
|
9542
|
-
},
|
|
9542
|
+
}, rs = { class: "site-content" }, os = {
|
|
9543
9543
|
key: 0,
|
|
9544
9544
|
class: "site-footer-standalone"
|
|
9545
|
-
},
|
|
9545
|
+
}, is = { class: "site-footer-text" }, cs = /* @__PURE__ */ be({
|
|
9546
9546
|
__name: "AppLayout",
|
|
9547
9547
|
setup(e) {
|
|
9548
9548
|
const { config: u } = Oe(), { tieredNav: t, showSidebar: n, standalone: r } = Nr(), { localize: o } = Ke(), i = au(), c = U(() => u.theme !== !1), a = U(() => {
|
|
@@ -9552,7 +9552,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9552
9552
|
const p = i.meta.navItem, h = p == null ? void 0 : p.layout;
|
|
9553
9553
|
return h === "wide" || h === "full" || h === "default" ? h : i.meta.standalone ? "full" : "default";
|
|
9554
9554
|
});
|
|
9555
|
-
return
|
|
9555
|
+
return No(() => {
|
|
9556
9556
|
document.title = s.value;
|
|
9557
9557
|
}), (p, h) => {
|
|
9558
9558
|
const b = Fu("router-link"), _ = Fu("router-view");
|
|
@@ -9563,7 +9563,7 @@ const Me = /* @__PURE__ */ be({
|
|
|
9563
9563
|
"site-layout--blank": B(r)
|
|
9564
9564
|
}])
|
|
9565
9565
|
}, [
|
|
9566
|
-
B(t) ? (F(), z("header",
|
|
9566
|
+
B(t) ? (F(), z("header", ja, [
|
|
9567
9567
|
de(b, {
|
|
9568
9568
|
to: "/",
|
|
9569
9569
|
class: "site-primary-nav-brand"
|
|
@@ -9575,13 +9575,13 @@ const Me = /* @__PURE__ */ be({
|
|
|
9575
9575
|
src: B(u).logo,
|
|
9576
9576
|
alt: `${s.value} logo`,
|
|
9577
9577
|
decoding: "async"
|
|
9578
|
-
}, null, 8,
|
|
9579
|
-
H("span",
|
|
9578
|
+
}, null, 8, Ka)) : Y("", !0),
|
|
9579
|
+
H("span", Wa, ve(s.value), 1)
|
|
9580
9580
|
]),
|
|
9581
9581
|
_: 1
|
|
9582
9582
|
}),
|
|
9583
|
-
de(
|
|
9584
|
-
H("div",
|
|
9583
|
+
de(Ga),
|
|
9584
|
+
H("div", Va, [
|
|
9585
9585
|
de(kn),
|
|
9586
9586
|
a.value ? (F(), W(An, { key: 0 })) : Y("", !0),
|
|
9587
9587
|
c.value ? (F(), W(yn, {
|
|
@@ -9591,22 +9591,22 @@ const Me = /* @__PURE__ */ be({
|
|
|
9591
9591
|
de(vn)
|
|
9592
9592
|
])
|
|
9593
9593
|
])) : Y("", !0),
|
|
9594
|
-
B(n) ? (F(), z("aside",
|
|
9595
|
-
B(t) ? Y("", !0) : (F(), z("div",
|
|
9596
|
-
H("div",
|
|
9594
|
+
B(n) ? (F(), z("aside", Ya, [
|
|
9595
|
+
B(t) ? Y("", !0) : (F(), z("div", Xa, [
|
|
9596
|
+
H("div", Ja, [
|
|
9597
9597
|
B(u).logo ? (F(), z("img", {
|
|
9598
9598
|
key: 0,
|
|
9599
9599
|
class: "site-sidebar-logo",
|
|
9600
9600
|
src: B(u).logo,
|
|
9601
9601
|
alt: `${s.value} logo`,
|
|
9602
9602
|
decoding: "async"
|
|
9603
|
-
}, null, 8,
|
|
9604
|
-
H("div",
|
|
9603
|
+
}, null, 8, Qa)) : Y("", !0),
|
|
9604
|
+
H("div", es, ve(s.value), 1)
|
|
9605
9605
|
])
|
|
9606
9606
|
])),
|
|
9607
|
-
de(
|
|
9608
|
-
!B(t) || d.value ? (F(), z("div",
|
|
9609
|
-
B(t) ? Y("", !0) : (F(), z("div",
|
|
9607
|
+
de(ya),
|
|
9608
|
+
!B(t) || d.value ? (F(), z("div", us, [
|
|
9609
|
+
B(t) ? Y("", !0) : (F(), z("div", ts, [
|
|
9610
9610
|
de(kn, { compact: "" }),
|
|
9611
9611
|
a.value ? (F(), W(An, {
|
|
9612
9612
|
key: 0,
|
|
@@ -9618,36 +9618,41 @@ const Me = /* @__PURE__ */ be({
|
|
|
9618
9618
|
})) : Y("", !0),
|
|
9619
9619
|
de(vn, { placement: "sidebar" })
|
|
9620
9620
|
])),
|
|
9621
|
-
d.value ? (F(), z("p",
|
|
9621
|
+
d.value ? (F(), z("p", ns, ve(d.value), 1)) : Y("", !0)
|
|
9622
9622
|
])) : Y("", !0)
|
|
9623
9623
|
])) : Y("", !0),
|
|
9624
|
-
H("main",
|
|
9624
|
+
H("main", rs, [
|
|
9625
9625
|
H("div", {
|
|
9626
9626
|
class: Ee(["site-content-inner", `site-content-inner--${f.value}`])
|
|
9627
9627
|
}, [
|
|
9628
9628
|
de(_)
|
|
9629
9629
|
], 2),
|
|
9630
|
-
B(t) && !B(n) && d.value ? (F(), z("footer",
|
|
9631
|
-
H("p",
|
|
9630
|
+
B(t) && !B(n) && d.value ? (F(), z("footer", os, [
|
|
9631
|
+
H("p", is, ve(d.value), 1)
|
|
9632
9632
|
])) : Y("", !0)
|
|
9633
9633
|
])
|
|
9634
9634
|
], 2);
|
|
9635
9635
|
};
|
|
9636
9636
|
}
|
|
9637
9637
|
});
|
|
9638
|
-
|
|
9639
|
-
|
|
9638
|
+
let Or;
|
|
9639
|
+
function hs() {
|
|
9640
|
+
return Or;
|
|
9640
9641
|
}
|
|
9641
9642
|
function as(e) {
|
|
9643
|
+
return typeof e.favicon == "string" ? e.favicon.trim() : "";
|
|
9644
|
+
}
|
|
9645
|
+
function ss(e) {
|
|
9642
9646
|
if (typeof document > "u") return;
|
|
9643
|
-
const u =
|
|
9647
|
+
const u = as(e);
|
|
9644
9648
|
if (!u) return;
|
|
9645
9649
|
const t = document.querySelector('link[rel~="icon"]'), n = t ?? document.createElement("link");
|
|
9646
9650
|
n.rel = "icon", n.href = u, t || document.head.appendChild(n);
|
|
9647
9651
|
}
|
|
9648
|
-
async function
|
|
9652
|
+
async function ps(e) {
|
|
9649
9653
|
var _, w, S;
|
|
9650
|
-
|
|
9654
|
+
Or = e;
|
|
9655
|
+
const u = e.i18n ? e.i18n.defaultLocale ?? ((_ = e.i18n.locales[0]) == null ? void 0 : _.code) : void 0, t = Nn(Ln, (w = e.i18n) == null ? void 0 : w.messages), n = await kr(e.nav), r = yr(n, u, t), o = ((S = e.router) == null ? void 0 : S.mode) === "web" ? Oo(e.router.base ?? e.baseUrl ?? "/") : Sn(), i = await ra(
|
|
9651
9656
|
r,
|
|
9652
9657
|
e.pages,
|
|
9653
9658
|
o,
|
|
@@ -9655,8 +9660,8 @@ async function bs(e) {
|
|
|
9655
9660
|
u,
|
|
9656
9661
|
t
|
|
9657
9662
|
);
|
|
9658
|
-
e.auth &&
|
|
9659
|
-
const c = e.auth ? await dt(r, e.auth) : r, a =
|
|
9663
|
+
e.auth && ia(i, e.auth);
|
|
9664
|
+
const c = e.auth ? await dt(r, e.auth) : r, a = Fo(c);
|
|
9660
9665
|
let s = 0;
|
|
9661
9666
|
async function d() {
|
|
9662
9667
|
const x = e.auth;
|
|
@@ -9686,7 +9691,7 @@ async function bs(e) {
|
|
|
9686
9691
|
const h = ie("");
|
|
9687
9692
|
if (e.i18n) {
|
|
9688
9693
|
const x = e.i18n.locales.map((E) => E.code);
|
|
9689
|
-
|
|
9694
|
+
jo(
|
|
9690
9695
|
h,
|
|
9691
9696
|
e.i18n.defaultLocale ?? x[0] ?? "",
|
|
9692
9697
|
x,
|
|
@@ -9694,33 +9699,41 @@ async function bs(e) {
|
|
|
9694
9699
|
e.i18n.storageKey
|
|
9695
9700
|
);
|
|
9696
9701
|
}
|
|
9697
|
-
document.title = Bu(e.title, h.value, u, t),
|
|
9698
|
-
const b =
|
|
9702
|
+
document.title = Bu(e.title, h.value, u, t), ss(e);
|
|
9703
|
+
const b = Ro(cs);
|
|
9699
9704
|
return b.provide(Cr, p), b.provide(On, h), b.provide(Rn, { config: e, resolvedNav: a, refreshAuthNav: d }), b.use(i), e.configureApp && await Promise.resolve(e.configureApp(b)), b;
|
|
9700
9705
|
}
|
|
9701
|
-
function
|
|
9702
|
-
return
|
|
9706
|
+
function gs(e, u) {
|
|
9707
|
+
return u ? {
|
|
9708
|
+
...e,
|
|
9709
|
+
...u,
|
|
9710
|
+
custom: {
|
|
9711
|
+
...e.custom || {},
|
|
9712
|
+
...u.custom || {}
|
|
9713
|
+
}
|
|
9714
|
+
} : e;
|
|
9703
9715
|
}
|
|
9704
9716
|
export {
|
|
9705
|
-
|
|
9706
|
-
|
|
9707
|
-
|
|
9717
|
+
xs as ElMessage,
|
|
9718
|
+
Es as ElMessageBox,
|
|
9719
|
+
ks as ElNotification,
|
|
9708
9720
|
Ln as builtinMessages,
|
|
9709
9721
|
xn as builtinThemePalettes,
|
|
9710
|
-
|
|
9711
|
-
|
|
9722
|
+
ps as createSiteApp,
|
|
9723
|
+
gs as defineConfig,
|
|
9712
9724
|
ct as flattenMessages,
|
|
9725
|
+
hs as getSiteConfig,
|
|
9713
9726
|
Tn as isMessageRef,
|
|
9714
9727
|
On as localeRefKey,
|
|
9715
|
-
|
|
9728
|
+
Uo as localizedPage,
|
|
9716
9729
|
Nn as mergeCatalog,
|
|
9717
9730
|
Bu as resolveField,
|
|
9718
|
-
|
|
9731
|
+
Lo as resolveLocalized,
|
|
9719
9732
|
Fn as resolveMessage,
|
|
9720
9733
|
Cr as themeRefKey,
|
|
9721
|
-
|
|
9734
|
+
bs as tk,
|
|
9722
9735
|
In as useLocale,
|
|
9723
9736
|
Ke as useLocalize,
|
|
9724
9737
|
Oe as useSiteConfig,
|
|
9725
|
-
|
|
9738
|
+
la as useTheme
|
|
9726
9739
|
};
|