@opentiny/tiny-robot 0.3.0-alpha.1 → 0.3.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action-group/index.js +16 -16
- package/dist/bubble/index.js +788 -777
- package/dist/container/index.js +10 -10
- package/dist/feedback/index.js +43 -43
- package/dist/flow-layout-buttons/index.js +10 -10
- package/dist/history/index.js +39 -39
- package/dist/index.d.ts +23 -7
- package/dist/question/index.js +66 -66
- package/dist/sender/index.js +130 -130
- package/dist/style.css +1 -1
- package/dist/suggestion/index.js +58 -58
- package/dist/suggestion-pills/index.js +1 -1
- package/dist/suggestion-popover/index.js +25 -25
- package/dist/tiny-robot-svgs.js +172 -172
- package/package.json +3 -3
package/dist/bubble/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var bn = Object.defineProperty;
|
|
2
2
|
var _n = (u, e, t) => e in u ? bn(u, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : u[e] = t;
|
|
3
|
-
var
|
|
4
|
-
import { defineComponent as ku, ref as
|
|
3
|
+
var Iu = (u, e, t) => _n(u, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
+
import { defineComponent as ku, ref as Se, createElementBlock as M, openBlock as T, createElementVNode as I, createVNode as ee, toDisplayString as xu, unref as uu, normalizeClass as mu, withDirectives as Ct, vShow as At, computed as Ou, useCssModule as mn, createCommentVNode as Nu, createTextVNode as xn, inject as j0, useAttrs as gn, createBlock as ru, resolveDynamicComponent as Au, mergeProps as Pu, useCssVars as kn, useSlots as En, renderSlot as Ae, Fragment as te, renderList as ue, normalizeProps as n0, watch as Cn, createSlots as G0, withCtx as W0, guardReactiveProps as An, h as Z0, provide as V0 } from "vue";
|
|
5
5
|
import { _ as Dn } from "../loading.js";
|
|
6
6
|
import { t as yn } from "../utils.js";
|
|
7
|
-
import {
|
|
8
|
-
import { _ as
|
|
7
|
+
import { l as Dt, M as Fn, n as Tn, z as Sn } from "../tiny-robot-svgs.js";
|
|
8
|
+
import { _ as Uu } from "../_plugin-vue_export-helper.js";
|
|
9
9
|
import { u as wn } from "../index2.js";
|
|
10
10
|
class s0 {
|
|
11
11
|
}
|
|
@@ -16,23 +16,23 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
16
16
|
content: {}
|
|
17
17
|
},
|
|
18
18
|
setup(u) {
|
|
19
|
-
const e = u, t =
|
|
19
|
+
const e = u, t = Se(!1);
|
|
20
20
|
return (n, r) => (T(), M("div", vn, [
|
|
21
21
|
I("div", Rn, [
|
|
22
22
|
I("span", null, xu(e.title), 1),
|
|
23
|
-
|
|
23
|
+
ee(uu(Dt), {
|
|
24
24
|
class: mu(["expand-icon", { "rotate-180": t.value }]),
|
|
25
25
|
onClick: r[0] || (r[0] = (c) => t.value = !t.value)
|
|
26
26
|
}, null, 8, ["class"])
|
|
27
27
|
]),
|
|
28
28
|
I("div", Mn, [
|
|
29
|
-
|
|
30
|
-
[
|
|
29
|
+
Ct(I("div", { class: "tr-bubble__step-text-content" }, xu(e.content), 513), [
|
|
30
|
+
[At, !t.value]
|
|
31
31
|
])
|
|
32
32
|
])
|
|
33
33
|
]));
|
|
34
34
|
}
|
|
35
|
-
}), Ln = /* @__PURE__ */
|
|
35
|
+
}), Ln = /* @__PURE__ */ Uu(In, [["__scopeId", "data-v-08a61852"]]), On = Ln, Nn = { class: "tr-bubble__text" }, Pn = /* @__PURE__ */ ku({
|
|
36
36
|
__name: "text",
|
|
37
37
|
props: {
|
|
38
38
|
content: {}
|
|
@@ -41,7 +41,7 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
41
41
|
const e = u;
|
|
42
42
|
return (t, n) => (T(), M("span", Nn, xu(e.content), 1));
|
|
43
43
|
}
|
|
44
|
-
}),
|
|
44
|
+
}), Bn = /* @__PURE__ */ Uu(Pn, [["__scopeId", "data-v-44822584"]]), l0 = Bn, zn = { class: "tr-bubble__step-tool" }, qn = { class: "tr-bubble__step-tool-header" }, Un = { class: "tr-bubble__step-tool-left" }, Hn = { class: "tr-bubble__step-tool-title" }, $n = { class: "tr-bubble__step-tool-name" }, jn = { class: "tr-bubble__step-tool-expand" }, Gn = {
|
|
45
45
|
key: 0,
|
|
46
46
|
class: "tr-bubble__step-tool-params"
|
|
47
47
|
}, Wn = ["innerHTML"], Zn = /* @__PURE__ */ ku({
|
|
@@ -53,7 +53,7 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
53
53
|
formatPretty: { type: Boolean }
|
|
54
54
|
},
|
|
55
55
|
setup(u) {
|
|
56
|
-
const e = u, t =
|
|
56
|
+
const e = u, t = Se(!1), n = Ou(() => e.status === "running" ? "正在调用" : e.status === "success" ? "已调用" : e.status === "failed" ? "调用失败" : "已取消"), r = mn(), c = (i) => {
|
|
57
57
|
if (!i)
|
|
58
58
|
return "";
|
|
59
59
|
let o = "";
|
|
@@ -74,20 +74,20 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
74
74
|
return (i, o) => (T(), M("div", zn, [
|
|
75
75
|
I("div", qn, [
|
|
76
76
|
I("div", Un, [
|
|
77
|
-
|
|
77
|
+
ee(uu(Fn), { class: "tr-bubble__step-tool-icon" }),
|
|
78
78
|
I("span", Hn, [
|
|
79
79
|
xn(xu(n.value) + " ", 1),
|
|
80
80
|
I("span", $n, xu(e.name), 1)
|
|
81
81
|
])
|
|
82
82
|
]),
|
|
83
83
|
I("div", jn, [
|
|
84
|
-
|
|
84
|
+
ee(uu(Tn), {
|
|
85
85
|
class: mu(["expand-icon", { "-rotate-90": t.value }]),
|
|
86
86
|
onClick: o[0] || (o[0] = (a) => t.value = !t.value)
|
|
87
87
|
}, null, 8, ["class"])
|
|
88
88
|
])
|
|
89
89
|
]),
|
|
90
|
-
t.value ?
|
|
90
|
+
t.value ? Nu("", !0) : (T(), M("div", Gn, [
|
|
91
91
|
o[1] || (o[1] = I("hr", { class: "tr-bubble__step-tool-hr" }, null, -1)),
|
|
92
92
|
I("div", {
|
|
93
93
|
class: "tr-bubble__step-tool-params-content",
|
|
@@ -104,7 +104,7 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
104
104
|
null: "_null_jtifp_18"
|
|
105
105
|
}, Kn = {
|
|
106
106
|
$style: Qn
|
|
107
|
-
}, ur = /* @__PURE__ */
|
|
107
|
+
}, ur = /* @__PURE__ */ Uu(Zn, [["__cssModules", Kn], ["__scopeId", "data-v-95e13117"]]), er = ur, yt = /* @__PURE__ */ new Map([
|
|
108
108
|
["text", l0],
|
|
109
109
|
["tool", er],
|
|
110
110
|
["collapsible-text", On]
|
|
@@ -115,11 +115,16 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
115
115
|
type: {}
|
|
116
116
|
},
|
|
117
117
|
setup(u) {
|
|
118
|
-
const e = j0(Ft, yt), t = j0(Tt, l0), n = u, r = gn(), c = (
|
|
119
|
-
const
|
|
120
|
-
return typeof
|
|
121
|
-
}, { isComponent: i, vNodeOrComponent: o } = c(n.type);
|
|
122
|
-
return (
|
|
118
|
+
const e = j0(Ft, yt), t = j0(Tt, l0), n = u, r = gn(), c = (s) => {
|
|
119
|
+
const f = { ...r, ...n }, d = e.get(s) || t;
|
|
120
|
+
return typeof d == "function" ? { isComponent: !1, vNodeOrComponent: d(f) } : d instanceof s0 ? { isComponent: !1, vNodeOrComponent: d.render(f) } : typeof d == "object" && "component" in d ? { isComponent: !0, vNodeOrComponent: d.component, defaultProps: d.defaultProps } : { isComponent: !0, vNodeOrComponent: d };
|
|
121
|
+
}, { isComponent: i, vNodeOrComponent: o, defaultProps: a } = c(n.type);
|
|
122
|
+
return (s, f) => uu(i) ? (T(), ru(Au(uu(o)), Pu({ key: 0 }, { ...uu(a), ...n, ...uu(r) }, {
|
|
123
|
+
"data-type": n.type
|
|
124
|
+
}), null, 16, ["data-type"])) : (T(), ru(Au(uu(o)), {
|
|
125
|
+
key: 1,
|
|
126
|
+
"data-type": n.type
|
|
127
|
+
}, null, 8, ["data-type"]));
|
|
123
128
|
}
|
|
124
129
|
}), nr = {
|
|
125
130
|
key: 0,
|
|
@@ -154,12 +159,12 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
154
159
|
},
|
|
155
160
|
setup(u) {
|
|
156
161
|
kn((i) => ({
|
|
157
|
-
"
|
|
162
|
+
"555751ca": uu(yn)(e.maxWidth)
|
|
158
163
|
}));
|
|
159
|
-
const e = u, t = En(), n =
|
|
164
|
+
const e = u, t = En(), n = Ou(() => {
|
|
160
165
|
const i = e.contentRenderer;
|
|
161
|
-
return i ? typeof i == "function" ? { isComponent: !1, vNodeOrComponent: i(e) } : i instanceof s0 ? { isComponent: !1, vNodeOrComponent: i.render(e) } : { isComponent: !0, vNodeOrComponent: i } : null;
|
|
162
|
-
}), r =
|
|
166
|
+
return i ? typeof i == "function" ? { isComponent: !1, vNodeOrComponent: i(e) } : i instanceof s0 ? { isComponent: !1, vNodeOrComponent: i.render(e) } : typeof i == "object" && "component" in i ? { isComponent: !0, vNodeOrComponent: i.component, defaultProps: i.defaultProps } : { isComponent: !0, vNodeOrComponent: i } : null;
|
|
167
|
+
}), r = Ou(() => e.content), c = Ou(() => e.placement === "start");
|
|
163
168
|
return (i, o) => {
|
|
164
169
|
var a;
|
|
165
170
|
return T(), M("div", {
|
|
@@ -172,10 +177,10 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
172
177
|
])
|
|
173
178
|
}, [
|
|
174
179
|
e.avatar ? (T(), M("div", nr, [
|
|
175
|
-
(T(), ru(
|
|
176
|
-
])) :
|
|
180
|
+
(T(), ru(Au(e.avatar)))
|
|
181
|
+
])) : Nu("", !0),
|
|
177
182
|
I("div", rr, [
|
|
178
|
-
e.loading ?
|
|
183
|
+
e.loading ? Ae(i.$slots, "loading", {
|
|
179
184
|
key: 0,
|
|
180
185
|
bubbleProps: e
|
|
181
186
|
}, () => [
|
|
@@ -193,25 +198,25 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
193
198
|
class: mu(["tr-bubble__content", { "border-corner": e.shape === "corner" }])
|
|
194
199
|
}, [
|
|
195
200
|
(a = e.messages) != null && a.length ? (T(), M("div", cr, [
|
|
196
|
-
(T(!0), M(
|
|
197
|
-
])) :
|
|
201
|
+
(T(!0), M(te, null, ue(e.messages, (s, f) => (T(), ru(tr, Pu({ key: f }, { ref_for: !0 }, s), null, 16))), 128))
|
|
202
|
+
])) : Ae(i.$slots, "default", {
|
|
198
203
|
key: 1,
|
|
199
204
|
bubbleProps: e
|
|
200
205
|
}, () => [
|
|
201
|
-
n.value ? (T(), M(
|
|
202
|
-
n.value.isComponent ? (T(), ru(
|
|
206
|
+
n.value ? (T(), M(te, { key: 0 }, [
|
|
207
|
+
n.value.isComponent ? (T(), ru(Au(n.value.vNodeOrComponent), n0(Pu({ key: 0 }, { ...n.value.defaultProps, ...e })), null, 16)) : (T(), ru(Au(n.value.vNodeOrComponent), { key: 1 }))
|
|
203
208
|
], 64)) : (T(), M("span", or, xu(r.value), 1))
|
|
204
209
|
], !0),
|
|
205
|
-
e.aborted ? (T(), M("span", ir, "(用户停止)")) :
|
|
210
|
+
e.aborted ? (T(), M("span", ir, "(用户停止)")) : Nu("", !0),
|
|
206
211
|
t.footer ? (T(), M("div", ar, [
|
|
207
|
-
|
|
208
|
-
])) :
|
|
212
|
+
Ae(i.$slots, "footer", { bubbleProps: e }, void 0, !0)
|
|
213
|
+
])) : Nu("", !0)
|
|
209
214
|
], 2))
|
|
210
215
|
])
|
|
211
216
|
], 2);
|
|
212
217
|
};
|
|
213
218
|
}
|
|
214
|
-
}), Du = /* @__PURE__ */
|
|
219
|
+
}), Du = /* @__PURE__ */ Uu(sr, [["__scopeId", "data-v-7e75e225"]]), lr = /* @__PURE__ */ ku({
|
|
215
220
|
__name: "BubbleList",
|
|
216
221
|
props: {
|
|
217
222
|
items: {},
|
|
@@ -221,24 +226,24 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
221
226
|
autoScroll: { type: Boolean }
|
|
222
227
|
},
|
|
223
228
|
setup(u) {
|
|
224
|
-
const e = u, t =
|
|
229
|
+
const e = u, t = Se(null), { y: n } = wn(t, {
|
|
225
230
|
behavior: "smooth",
|
|
226
231
|
throttle: 100
|
|
227
|
-
}), r =
|
|
228
|
-
|
|
232
|
+
}), r = Ou(() => e.items.at(-1));
|
|
233
|
+
Cn([() => e.items.length, () => {
|
|
229
234
|
var a;
|
|
230
235
|
return (a = r.value) == null ? void 0 : a.content;
|
|
231
236
|
}], () => {
|
|
232
237
|
!e.autoScroll || !t.value || (n.value = t.value.scrollHeight);
|
|
233
238
|
});
|
|
234
239
|
const c = (a) => {
|
|
235
|
-
var
|
|
236
|
-
const s = a.role ? ((
|
|
237
|
-
return { ...
|
|
240
|
+
var p;
|
|
241
|
+
const s = a.role ? ((p = e.roles) == null ? void 0 : p[a.role]) || {} : {}, { slots: f, ...d } = s, { slots: _, ...h } = a;
|
|
242
|
+
return { ...d, ...h };
|
|
238
243
|
}, i = (a) => {
|
|
239
244
|
var f;
|
|
240
245
|
return { ...(a.role ? ((f = e.roles) == null ? void 0 : f[a.role]) || {} : {}).slots, ...a.slots };
|
|
241
|
-
}, o =
|
|
246
|
+
}, o = Ou(() => {
|
|
242
247
|
var f;
|
|
243
248
|
if (!(e.loading && e.loadingRole && ((f = e.roles) != null && f[e.loadingRole])))
|
|
244
249
|
return null;
|
|
@@ -250,83 +255,87 @@ const vn = { class: "tr-bubble__step-text" }, Rn = { class: "tr-bubble__step-tex
|
|
|
250
255
|
ref_key: "scrollContainerRef",
|
|
251
256
|
ref: t
|
|
252
257
|
}, [
|
|
253
|
-
(T(!0), M(
|
|
254
|
-
key: f.id ||
|
|
258
|
+
(T(!0), M(te, null, ue(e.items, (f, d) => (T(), M(te, {
|
|
259
|
+
key: f.id || d
|
|
255
260
|
}, [
|
|
256
|
-
f.hidden ?
|
|
261
|
+
f.hidden ? Nu("", !0) : (T(), ru(Du, Pu({
|
|
257
262
|
key: 0,
|
|
258
263
|
ref_for: !0
|
|
259
264
|
}, c(f)), G0({ _: 2 }, [
|
|
260
|
-
|
|
261
|
-
name:
|
|
262
|
-
fn: W0((
|
|
263
|
-
(T(), ru(
|
|
265
|
+
ue(i(f), (_, h) => ({
|
|
266
|
+
name: h,
|
|
267
|
+
fn: W0((p) => [
|
|
268
|
+
(T(), ru(Au(_), Pu({ ref_for: !0 }, p), null, 16))
|
|
264
269
|
])
|
|
265
270
|
}))
|
|
266
271
|
]), 1040))
|
|
267
272
|
], 64))), 128)),
|
|
268
|
-
o.value ? (T(), ru(Du,
|
|
269
|
-
|
|
270
|
-
name:
|
|
273
|
+
o.value ? (T(), ru(Du, n0(Pu({ key: 0 }, o.value.props)), G0({ _: 2 }, [
|
|
274
|
+
ue(o.value.slots, (f, d) => ({
|
|
275
|
+
name: d,
|
|
271
276
|
fn: W0((_) => [
|
|
272
|
-
(T(), ru(
|
|
277
|
+
(T(), ru(Au(f), n0(An(_)), null, 16))
|
|
273
278
|
])
|
|
274
279
|
}))
|
|
275
|
-
]), 1040)) :
|
|
280
|
+
]), 1040)) : Nu("", !0)
|
|
276
281
|
], 512));
|
|
277
282
|
}
|
|
278
|
-
}),
|
|
283
|
+
}), ne = /* @__PURE__ */ Uu(lr, [["__scopeId", "data-v-24c3a7d6"]]), fr = { class: "tr-chain-item__header" }, dr = { class: "tr-chain-item__icon" }, pr = { class: "tr-chain-item__title" }, hr = { class: "tr-chain-item__body" }, br = ["innerHTML"], _r = /* @__PURE__ */ ku({
|
|
279
284
|
__name: "chain",
|
|
280
285
|
props: {
|
|
281
286
|
items: {},
|
|
282
287
|
html: { type: Boolean, default: !0 },
|
|
283
|
-
contentClass: {}
|
|
288
|
+
contentClass: {},
|
|
289
|
+
contentRenderer: {}
|
|
284
290
|
},
|
|
285
291
|
setup(u) {
|
|
286
|
-
const e = u, t =
|
|
287
|
-
t.value[
|
|
288
|
-
};
|
|
289
|
-
return (
|
|
290
|
-
|
|
292
|
+
const e = u, t = Se({}), n = (c) => {
|
|
293
|
+
t.value[c] = !t.value[c];
|
|
294
|
+
}, r = (c) => e.contentRenderer ? e.contentRenderer(c) : c;
|
|
295
|
+
return (c, i) => (T(), M("div", {
|
|
296
|
+
class: "tr-chain-list",
|
|
297
|
+
key: e.items.length
|
|
298
|
+
}, [
|
|
299
|
+
(T(!0), M(te, null, ue(e.items, (o, a) => (T(), M("div", {
|
|
291
300
|
class: "tr-chain-item",
|
|
292
|
-
key: o
|
|
301
|
+
key: o.content
|
|
293
302
|
}, [
|
|
294
|
-
I("div",
|
|
295
|
-
I("div",
|
|
296
|
-
|
|
303
|
+
I("div", fr, [
|
|
304
|
+
I("div", dr, [
|
|
305
|
+
ee(uu(Sn))
|
|
297
306
|
]),
|
|
298
|
-
I("div", pr, xu(
|
|
299
|
-
|
|
300
|
-
class: mu(["expand-icon", { "rotate-180": t.value[
|
|
301
|
-
onClick: (
|
|
307
|
+
I("div", pr, xu(o.title), 1),
|
|
308
|
+
ee(uu(Dt), {
|
|
309
|
+
class: mu(["expand-icon", { "rotate-180": t.value[a] }]),
|
|
310
|
+
onClick: (s) => n(a)
|
|
302
311
|
}, null, 8, ["class", "onClick"])
|
|
303
312
|
]),
|
|
304
|
-
|
|
305
|
-
|
|
313
|
+
Ct(I("div", hr, [
|
|
314
|
+
i[0] || (i[0] = I("div", { class: "tr-chain-item__chain-line-wrapper" }, [
|
|
306
315
|
I("div", { class: "tr-chain-item__chain-line" })
|
|
307
316
|
], -1)),
|
|
308
317
|
e.html ? (T(), M("div", {
|
|
309
318
|
key: 1,
|
|
310
319
|
class: mu(["tr-chain-item__content", e.contentClass]),
|
|
311
|
-
innerHTML:
|
|
312
|
-
}, null, 10,
|
|
320
|
+
innerHTML: r(o.content)
|
|
321
|
+
}, null, 10, br)) : (T(), M("div", {
|
|
313
322
|
key: 0,
|
|
314
323
|
class: mu(["tr-chain-item__content", e.contentClass])
|
|
315
|
-
}, xu(
|
|
324
|
+
}, xu(r(o.content)), 3))
|
|
316
325
|
], 512), [
|
|
317
|
-
[
|
|
326
|
+
[At, !t.value[a]]
|
|
318
327
|
])
|
|
319
328
|
]))), 128))
|
|
320
329
|
]));
|
|
321
330
|
}
|
|
322
|
-
}),
|
|
331
|
+
}), mr = /* @__PURE__ */ Uu(_r, [["__scopeId", "data-v-145547c7"]]), Ni = mr;
|
|
323
332
|
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
|
324
333
|
const {
|
|
325
334
|
entries: St,
|
|
326
335
|
setPrototypeOf: Y0,
|
|
327
|
-
isFrozen:
|
|
328
|
-
getPrototypeOf:
|
|
329
|
-
getOwnPropertyDescriptor:
|
|
336
|
+
isFrozen: xr,
|
|
337
|
+
getPrototypeOf: gr,
|
|
338
|
+
getOwnPropertyDescriptor: kr
|
|
330
339
|
} = Object;
|
|
331
340
|
let {
|
|
332
341
|
freeze: G,
|
|
@@ -348,7 +357,7 @@ r0 || (r0 = function(e, t, n) {
|
|
|
348
357
|
c0 || (c0 = function(e, t) {
|
|
349
358
|
return new e(...t);
|
|
350
359
|
});
|
|
351
|
-
const ge = W(Array.prototype.forEach),
|
|
360
|
+
const ge = W(Array.prototype.forEach), Er = W(Array.prototype.lastIndexOf), X0 = W(Array.prototype.pop), Yu = W(Array.prototype.push), Cr = W(Array.prototype.splice), De = W(String.prototype.toLowerCase), Ge = W(String.prototype.toString), J0 = W(String.prototype.match), Xu = W(String.prototype.replace), Ar = W(String.prototype.indexOf), Dr = W(String.prototype.trim), K = W(Object.prototype.hasOwnProperty), j = W(RegExp.prototype.test), Ju = yr(TypeError);
|
|
352
361
|
function W(u) {
|
|
353
362
|
return function(e) {
|
|
354
363
|
e instanceof RegExp && (e.lastIndex = 0);
|
|
@@ -357,7 +366,7 @@ function W(u) {
|
|
|
357
366
|
return r0(u, e, n);
|
|
358
367
|
};
|
|
359
368
|
}
|
|
360
|
-
function
|
|
369
|
+
function yr(u) {
|
|
361
370
|
return function() {
|
|
362
371
|
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
363
372
|
t[n] = arguments[n];
|
|
@@ -372,13 +381,13 @@ function F(u, e) {
|
|
|
372
381
|
let r = e[n];
|
|
373
382
|
if (typeof r == "string") {
|
|
374
383
|
const c = t(r);
|
|
375
|
-
c !== r && (
|
|
384
|
+
c !== r && (xr(e) || (e[n] = c), r = c);
|
|
376
385
|
}
|
|
377
386
|
u[r] = !0;
|
|
378
387
|
}
|
|
379
388
|
return u;
|
|
380
389
|
}
|
|
381
|
-
function
|
|
390
|
+
function Fr(u) {
|
|
382
391
|
for (let e = 0; e < u.length; e++)
|
|
383
392
|
K(u, e) || (u[e] = null);
|
|
384
393
|
return u;
|
|
@@ -386,46 +395,46 @@ function Tr(u) {
|
|
|
386
395
|
function du(u) {
|
|
387
396
|
const e = wt(null);
|
|
388
397
|
for (const [t, n] of St(u))
|
|
389
|
-
K(u, t) && (Array.isArray(n) ? e[t] =
|
|
398
|
+
K(u, t) && (Array.isArray(n) ? e[t] = Fr(n) : n && typeof n == "object" && n.constructor === Object ? e[t] = du(n) : e[t] = n);
|
|
390
399
|
return e;
|
|
391
400
|
}
|
|
392
|
-
function
|
|
401
|
+
function Qu(u, e) {
|
|
393
402
|
for (; u !== null; ) {
|
|
394
|
-
const n =
|
|
403
|
+
const n = kr(u, e);
|
|
395
404
|
if (n) {
|
|
396
405
|
if (n.get)
|
|
397
406
|
return W(n.get);
|
|
398
407
|
if (typeof n.value == "function")
|
|
399
408
|
return W(n.value);
|
|
400
409
|
}
|
|
401
|
-
u =
|
|
410
|
+
u = gr(u);
|
|
402
411
|
}
|
|
403
412
|
function t() {
|
|
404
413
|
return null;
|
|
405
414
|
}
|
|
406
415
|
return t;
|
|
407
416
|
}
|
|
408
|
-
const Q0 = G(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]),
|
|
417
|
+
const Q0 = G(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), We = G(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), Ze = G(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), Tr = G(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), Ve = G(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), Sr = G(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), K0 = G(["#text"]), ut = G(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), Ye = G(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), et = G(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), ke = G(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), wr = J(/\{\{[\w\W]*|[\w\W]*\}\}/gm), vr = J(/<%[\w\W]*|[\w\W]*%>/gm), Rr = J(/\$\{[\w\W]*/gm), Mr = J(/^data-[\-\w.\u00B7-\uFFFF]+$/), Ir = J(/^aria-[\-\w]+$/), vt = J(
|
|
409
418
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
410
419
|
// eslint-disable-line no-useless-escape
|
|
411
|
-
),
|
|
420
|
+
), Lr = J(/^(?:\w+script|data):/i), Or = J(
|
|
412
421
|
/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
|
|
413
422
|
// eslint-disable-line no-control-regex
|
|
414
|
-
), Rt = J(/^html$/i),
|
|
423
|
+
), Rt = J(/^html$/i), Nr = J(/^[a-z][.\w]*(-[.\w]+)+$/i);
|
|
415
424
|
var tt = /* @__PURE__ */ Object.freeze({
|
|
416
425
|
__proto__: null,
|
|
417
|
-
ARIA_ATTR:
|
|
418
|
-
ATTR_WHITESPACE:
|
|
419
|
-
CUSTOM_ELEMENT:
|
|
420
|
-
DATA_ATTR:
|
|
426
|
+
ARIA_ATTR: Ir,
|
|
427
|
+
ATTR_WHITESPACE: Or,
|
|
428
|
+
CUSTOM_ELEMENT: Nr,
|
|
429
|
+
DATA_ATTR: Mr,
|
|
421
430
|
DOCTYPE_NAME: Rt,
|
|
422
|
-
ERB_EXPR:
|
|
431
|
+
ERB_EXPR: vr,
|
|
423
432
|
IS_ALLOWED_URI: vt,
|
|
424
|
-
IS_SCRIPT_OR_DATA:
|
|
425
|
-
MUSTACHE_EXPR:
|
|
426
|
-
TMPLIT_EXPR:
|
|
433
|
+
IS_SCRIPT_OR_DATA: Lr,
|
|
434
|
+
MUSTACHE_EXPR: wr,
|
|
435
|
+
TMPLIT_EXPR: Rr
|
|
427
436
|
});
|
|
428
|
-
const
|
|
437
|
+
const Ku = {
|
|
429
438
|
element: 1,
|
|
430
439
|
text: 3,
|
|
431
440
|
// Deprecated
|
|
@@ -434,7 +443,7 @@ const Qu = {
|
|
|
434
443
|
document: 9
|
|
435
444
|
}, Pr = function() {
|
|
436
445
|
return typeof window > "u" ? null : window;
|
|
437
|
-
},
|
|
446
|
+
}, Br = function(e, t) {
|
|
438
447
|
if (typeof e != "object" || typeof e.createPolicy != "function")
|
|
439
448
|
return null;
|
|
440
449
|
let n = null;
|
|
@@ -469,7 +478,7 @@ const Qu = {
|
|
|
469
478
|
function Mt() {
|
|
470
479
|
let u = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Pr();
|
|
471
480
|
const e = (g) => Mt(g);
|
|
472
|
-
if (e.version = "3.2.6", e.removed = [], !u || !u.document || u.document.nodeType !==
|
|
481
|
+
if (e.version = "3.2.6", e.removed = [], !u || !u.document || u.document.nodeType !== Ku.document || !u.Element)
|
|
473
482
|
return e.isSupported = !1, e;
|
|
474
483
|
let {
|
|
475
484
|
document: t
|
|
@@ -481,41 +490,41 @@ function Mt() {
|
|
|
481
490
|
Element: a,
|
|
482
491
|
NodeFilter: s,
|
|
483
492
|
NamedNodeMap: f = u.NamedNodeMap || u.MozNamedAttrMap,
|
|
484
|
-
HTMLFormElement:
|
|
493
|
+
HTMLFormElement: d,
|
|
485
494
|
DOMParser: _,
|
|
486
|
-
trustedTypes:
|
|
487
|
-
} = u,
|
|
495
|
+
trustedTypes: h
|
|
496
|
+
} = u, p = a.prototype, A = Qu(p, "cloneNode"), D = Qu(p, "remove"), S = Qu(p, "nextSibling"), E = Qu(p, "childNodes"), k = Qu(p, "parentNode");
|
|
488
497
|
if (typeof i == "function") {
|
|
489
498
|
const g = t.createElement("template");
|
|
490
499
|
g.content && g.content.ownerDocument && (t = g.content.ownerDocument);
|
|
491
500
|
}
|
|
492
|
-
let m,
|
|
501
|
+
let m, C = "";
|
|
493
502
|
const {
|
|
494
503
|
implementation: y,
|
|
495
504
|
createNodeIterator: L,
|
|
496
505
|
createDocumentFragment: Y,
|
|
497
|
-
getElementsByTagName:
|
|
506
|
+
getElementsByTagName: tu
|
|
498
507
|
} = t, {
|
|
499
508
|
importNode: Eu
|
|
500
509
|
} = n;
|
|
501
510
|
let O = nt();
|
|
502
511
|
e.isSupported = typeof St == "function" && typeof k == "function" && y && y.createHTMLDocument !== void 0;
|
|
503
512
|
const {
|
|
504
|
-
MUSTACHE_EXPR:
|
|
505
|
-
ERB_EXPR:
|
|
513
|
+
MUSTACHE_EXPR: $u,
|
|
514
|
+
ERB_EXPR: ju,
|
|
506
515
|
TMPLIT_EXPR: yu,
|
|
507
|
-
DATA_ATTR:
|
|
508
|
-
ARIA_ATTR:
|
|
516
|
+
DATA_ATTR: pu,
|
|
517
|
+
ARIA_ATTR: Ie,
|
|
509
518
|
IS_SCRIPT_OR_DATA: rn,
|
|
510
519
|
ATTR_WHITESPACE: g0,
|
|
511
520
|
CUSTOM_ELEMENT: cn
|
|
512
521
|
} = tt;
|
|
513
522
|
let {
|
|
514
523
|
IS_ALLOWED_URI: k0
|
|
515
|
-
} = tt,
|
|
516
|
-
const E0 = F({}, [...Q0, ...
|
|
524
|
+
} = tt, P = null;
|
|
525
|
+
const E0 = F({}, [...Q0, ...We, ...Ze, ...Ve, ...K0]);
|
|
517
526
|
let U = null;
|
|
518
|
-
const
|
|
527
|
+
const C0 = F({}, [...ut, ...Ye, ...et, ...ke]);
|
|
519
528
|
let R = Object.seal(wt(null, {
|
|
520
529
|
tagNameCheck: {
|
|
521
530
|
writable: !0,
|
|
@@ -535,47 +544,47 @@ function Mt() {
|
|
|
535
544
|
enumerable: !0,
|
|
536
545
|
value: !1
|
|
537
546
|
}
|
|
538
|
-
})),
|
|
547
|
+
})), Gu = null, Le = null, A0 = !0, Oe = !0, D0 = !1, y0 = !0, Fu = !1, de = !0, Cu = !1, Ne = !1, Pe = !1, Tu = !1, pe = !1, he = !1, F0 = !0, T0 = !1;
|
|
539
548
|
const on = "user-content-";
|
|
540
|
-
let
|
|
549
|
+
let Be = !0, Wu = !1, Su = {}, wu = null;
|
|
541
550
|
const S0 = F({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
|
|
542
551
|
let w0 = null;
|
|
543
552
|
const v0 = F({}, ["audio", "video", "img", "source", "image", "track"]);
|
|
544
|
-
let
|
|
545
|
-
const R0 = F({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]),
|
|
546
|
-
let vu = su,
|
|
547
|
-
const an = F({}, [
|
|
548
|
-
let
|
|
553
|
+
let ze = null;
|
|
554
|
+
const R0 = F({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), be = "http://www.w3.org/1998/Math/MathML", _e = "http://www.w3.org/2000/svg", su = "http://www.w3.org/1999/xhtml";
|
|
555
|
+
let vu = su, qe = !1, Ue = null;
|
|
556
|
+
const an = F({}, [be, _e, su], Ge);
|
|
557
|
+
let me = F({}, ["mi", "mo", "mn", "ms", "mtext"]), xe = F({}, ["annotation-xml"]);
|
|
549
558
|
const sn = F({}, ["title", "style", "font", "a", "script"]);
|
|
550
|
-
let
|
|
559
|
+
let Zu = null;
|
|
551
560
|
const ln = ["application/xhtml+xml", "text/html"], fn = "text/html";
|
|
552
|
-
let
|
|
561
|
+
let B = null, Ru = null;
|
|
553
562
|
const dn = t.createElement("form"), M0 = function(l) {
|
|
554
563
|
return l instanceof RegExp || l instanceof Function;
|
|
555
|
-
},
|
|
564
|
+
}, He = function() {
|
|
556
565
|
let l = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
557
566
|
if (!(Ru && Ru === l)) {
|
|
558
|
-
if ((!l || typeof l != "object") && (l = {}), l = du(l),
|
|
559
|
-
ln.indexOf(l.PARSER_MEDIA_TYPE) === -1 ? fn : l.PARSER_MEDIA_TYPE,
|
|
567
|
+
if ((!l || typeof l != "object") && (l = {}), l = du(l), Zu = // eslint-disable-next-line unicorn/prefer-includes
|
|
568
|
+
ln.indexOf(l.PARSER_MEDIA_TYPE) === -1 ? fn : l.PARSER_MEDIA_TYPE, B = Zu === "application/xhtml+xml" ? Ge : De, P = K(l, "ALLOWED_TAGS") ? F({}, l.ALLOWED_TAGS, B) : E0, U = K(l, "ALLOWED_ATTR") ? F({}, l.ALLOWED_ATTR, B) : C0, Ue = K(l, "ALLOWED_NAMESPACES") ? F({}, l.ALLOWED_NAMESPACES, Ge) : an, ze = K(l, "ADD_URI_SAFE_ATTR") ? F(du(R0), l.ADD_URI_SAFE_ATTR, B) : R0, w0 = K(l, "ADD_DATA_URI_TAGS") ? F(du(v0), l.ADD_DATA_URI_TAGS, B) : v0, wu = K(l, "FORBID_CONTENTS") ? F({}, l.FORBID_CONTENTS, B) : S0, Gu = K(l, "FORBID_TAGS") ? F({}, l.FORBID_TAGS, B) : du({}), Le = K(l, "FORBID_ATTR") ? F({}, l.FORBID_ATTR, B) : du({}), Su = K(l, "USE_PROFILES") ? l.USE_PROFILES : !1, A0 = l.ALLOW_ARIA_ATTR !== !1, Oe = l.ALLOW_DATA_ATTR !== !1, D0 = l.ALLOW_UNKNOWN_PROTOCOLS || !1, y0 = l.ALLOW_SELF_CLOSE_IN_ATTR !== !1, Fu = l.SAFE_FOR_TEMPLATES || !1, de = l.SAFE_FOR_XML !== !1, Cu = l.WHOLE_DOCUMENT || !1, Tu = l.RETURN_DOM || !1, pe = l.RETURN_DOM_FRAGMENT || !1, he = l.RETURN_TRUSTED_TYPE || !1, Pe = l.FORCE_BODY || !1, F0 = l.SANITIZE_DOM !== !1, T0 = l.SANITIZE_NAMED_PROPS || !1, Be = l.KEEP_CONTENT !== !1, Wu = l.IN_PLACE || !1, k0 = l.ALLOWED_URI_REGEXP || vt, vu = l.NAMESPACE || su, me = l.MATHML_TEXT_INTEGRATION_POINTS || me, xe = l.HTML_INTEGRATION_POINTS || xe, R = l.CUSTOM_ELEMENT_HANDLING || {}, l.CUSTOM_ELEMENT_HANDLING && M0(l.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (R.tagNameCheck = l.CUSTOM_ELEMENT_HANDLING.tagNameCheck), l.CUSTOM_ELEMENT_HANDLING && M0(l.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (R.attributeNameCheck = l.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), l.CUSTOM_ELEMENT_HANDLING && typeof l.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (R.allowCustomizedBuiltInElements = l.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), Fu && (Oe = !1), pe && (Tu = !0), Su && (P = F({}, K0), U = [], Su.html === !0 && (F(P, Q0), F(U, ut)), Su.svg === !0 && (F(P, We), F(U, Ye), F(U, ke)), Su.svgFilters === !0 && (F(P, Ze), F(U, Ye), F(U, ke)), Su.mathMl === !0 && (F(P, Ve), F(U, et), F(U, ke))), l.ADD_TAGS && (P === E0 && (P = du(P)), F(P, l.ADD_TAGS, B)), l.ADD_ATTR && (U === C0 && (U = du(U)), F(U, l.ADD_ATTR, B)), l.ADD_URI_SAFE_ATTR && F(ze, l.ADD_URI_SAFE_ATTR, B), l.FORBID_CONTENTS && (wu === S0 && (wu = du(wu)), F(wu, l.FORBID_CONTENTS, B)), Be && (P["#text"] = !0), Cu && F(P, ["html", "head", "body"]), P.table && (F(P, ["tbody"]), delete Gu.tbody), l.TRUSTED_TYPES_POLICY) {
|
|
560
569
|
if (typeof l.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
561
|
-
throw
|
|
570
|
+
throw Ju('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
562
571
|
if (typeof l.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
563
|
-
throw
|
|
564
|
-
m = l.TRUSTED_TYPES_POLICY,
|
|
572
|
+
throw Ju('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
573
|
+
m = l.TRUSTED_TYPES_POLICY, C = m.createHTML("");
|
|
565
574
|
} else
|
|
566
|
-
m === void 0 && (m =
|
|
575
|
+
m === void 0 && (m = Br(h, r)), m !== null && typeof C == "string" && (C = m.createHTML(""));
|
|
567
576
|
G && G(l), Ru = l;
|
|
568
577
|
}
|
|
569
|
-
}, I0 = F({}, [...
|
|
578
|
+
}, I0 = F({}, [...We, ...Ze, ...Tr]), L0 = F({}, [...Ve, ...Sr]), pn = function(l) {
|
|
570
579
|
let b = k(l);
|
|
571
580
|
(!b || !b.tagName) && (b = {
|
|
572
581
|
namespaceURI: vu,
|
|
573
582
|
tagName: "template"
|
|
574
583
|
});
|
|
575
584
|
const x = De(l.tagName), v = De(b.tagName);
|
|
576
|
-
return
|
|
577
|
-
},
|
|
578
|
-
|
|
585
|
+
return Ue[l.namespaceURI] ? l.namespaceURI === _e ? b.namespaceURI === su ? x === "svg" : b.namespaceURI === be ? x === "svg" && (v === "annotation-xml" || me[v]) : !!I0[x] : l.namespaceURI === be ? b.namespaceURI === su ? x === "math" : b.namespaceURI === _e ? x === "math" && xe[v] : !!L0[x] : l.namespaceURI === su ? b.namespaceURI === _e && !xe[v] || b.namespaceURI === be && !me[v] ? !1 : !L0[x] && (sn[x] || !I0[x]) : !!(Zu === "application/xhtml+xml" && Ue[l.namespaceURI]) : !1;
|
|
586
|
+
}, nu = function(l) {
|
|
587
|
+
Yu(e.removed, {
|
|
579
588
|
element: l
|
|
580
589
|
});
|
|
581
590
|
try {
|
|
@@ -585,20 +594,20 @@ function Mt() {
|
|
|
585
594
|
}
|
|
586
595
|
}, Mu = function(l, b) {
|
|
587
596
|
try {
|
|
588
|
-
|
|
597
|
+
Yu(e.removed, {
|
|
589
598
|
attribute: b.getAttributeNode(l),
|
|
590
599
|
from: b
|
|
591
600
|
});
|
|
592
601
|
} catch {
|
|
593
|
-
|
|
602
|
+
Yu(e.removed, {
|
|
594
603
|
attribute: null,
|
|
595
604
|
from: b
|
|
596
605
|
});
|
|
597
606
|
}
|
|
598
607
|
if (b.removeAttribute(l), l === "is")
|
|
599
|
-
if (Tu ||
|
|
608
|
+
if (Tu || pe)
|
|
600
609
|
try {
|
|
601
|
-
|
|
610
|
+
nu(b);
|
|
602
611
|
} catch {
|
|
603
612
|
}
|
|
604
613
|
else
|
|
@@ -614,22 +623,22 @@ function Mt() {
|
|
|
614
623
|
const N = J0(l, /^[\r\n\t ]+/);
|
|
615
624
|
x = N && N[0];
|
|
616
625
|
}
|
|
617
|
-
|
|
626
|
+
Zu === "application/xhtml+xml" && vu === su && (l = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + l + "</body></html>");
|
|
618
627
|
const v = m ? m.createHTML(l) : l;
|
|
619
628
|
if (vu === su)
|
|
620
629
|
try {
|
|
621
|
-
b = new _().parseFromString(v,
|
|
630
|
+
b = new _().parseFromString(v, Zu);
|
|
622
631
|
} catch {
|
|
623
632
|
}
|
|
624
633
|
if (!b || !b.documentElement) {
|
|
625
634
|
b = y.createDocument(vu, "template", null);
|
|
626
635
|
try {
|
|
627
|
-
b.documentElement.innerHTML =
|
|
636
|
+
b.documentElement.innerHTML = qe ? C : v;
|
|
628
637
|
} catch {
|
|
629
638
|
}
|
|
630
639
|
}
|
|
631
640
|
const H = b.body || b.documentElement;
|
|
632
|
-
return l && x && H.insertBefore(t.createTextNode(x), H.childNodes[0] || null), vu === su ?
|
|
641
|
+
return l && x && H.insertBefore(t.createTextNode(x), H.childNodes[0] || null), vu === su ? tu.call(b, Cu ? "html" : "body")[0] : Cu ? b.documentElement : H;
|
|
633
642
|
}, N0 = function(l) {
|
|
634
643
|
return L.call(
|
|
635
644
|
l.ownerDocument || l,
|
|
@@ -638,9 +647,9 @@ function Mt() {
|
|
|
638
647
|
s.SHOW_ELEMENT | s.SHOW_COMMENT | s.SHOW_TEXT | s.SHOW_PROCESSING_INSTRUCTION | s.SHOW_CDATA_SECTION,
|
|
639
648
|
null
|
|
640
649
|
);
|
|
641
|
-
},
|
|
642
|
-
return l instanceof
|
|
643
|
-
},
|
|
650
|
+
}, $e = function(l) {
|
|
651
|
+
return l instanceof d && (typeof l.nodeName != "string" || typeof l.textContent != "string" || typeof l.removeChild != "function" || !(l.attributes instanceof f) || typeof l.removeAttribute != "function" || typeof l.setAttribute != "function" || typeof l.namespaceURI != "string" || typeof l.insertBefore != "function" || typeof l.hasChildNodes != "function");
|
|
652
|
+
}, P0 = function(l) {
|
|
644
653
|
return typeof o == "function" && l instanceof o;
|
|
645
654
|
};
|
|
646
655
|
function lu(g, l, b) {
|
|
@@ -648,42 +657,42 @@ function Mt() {
|
|
|
648
657
|
x.call(e, l, b, Ru);
|
|
649
658
|
});
|
|
650
659
|
}
|
|
651
|
-
const
|
|
660
|
+
const B0 = function(l) {
|
|
652
661
|
let b = null;
|
|
653
|
-
if (lu(O.beforeSanitizeElements, l, null),
|
|
654
|
-
return
|
|
655
|
-
const x =
|
|
662
|
+
if (lu(O.beforeSanitizeElements, l, null), $e(l))
|
|
663
|
+
return nu(l), !0;
|
|
664
|
+
const x = B(l.nodeName);
|
|
656
665
|
if (lu(O.uponSanitizeElement, l, {
|
|
657
666
|
tagName: x,
|
|
658
|
-
allowedTags:
|
|
659
|
-
}),
|
|
660
|
-
return
|
|
661
|
-
if (!
|
|
662
|
-
if (!
|
|
667
|
+
allowedTags: P
|
|
668
|
+
}), de && l.hasChildNodes() && !P0(l.firstElementChild) && j(/<[/\w!]/g, l.innerHTML) && j(/<[/\w!]/g, l.textContent) || l.nodeType === Ku.progressingInstruction || de && l.nodeType === Ku.comment && j(/<[/\w]/g, l.data))
|
|
669
|
+
return nu(l), !0;
|
|
670
|
+
if (!P[x] || Gu[x]) {
|
|
671
|
+
if (!Gu[x] && q0(x) && (R.tagNameCheck instanceof RegExp && j(R.tagNameCheck, x) || R.tagNameCheck instanceof Function && R.tagNameCheck(x)))
|
|
663
672
|
return !1;
|
|
664
|
-
if (
|
|
673
|
+
if (Be && !wu[x]) {
|
|
665
674
|
const v = k(l) || l.parentNode, H = E(l) || l.childNodes;
|
|
666
675
|
if (H && v) {
|
|
667
676
|
const N = H.length;
|
|
668
677
|
for (let Z = N - 1; Z >= 0; --Z) {
|
|
669
|
-
const fu =
|
|
678
|
+
const fu = A(H[Z], !0);
|
|
670
679
|
fu.__removalCount = (l.__removalCount || 0) + 1, v.insertBefore(fu, S(l));
|
|
671
680
|
}
|
|
672
681
|
}
|
|
673
682
|
}
|
|
674
|
-
return
|
|
683
|
+
return nu(l), !0;
|
|
675
684
|
}
|
|
676
|
-
return l instanceof a && !
|
|
677
|
-
b =
|
|
678
|
-
}), l.textContent !== b && (
|
|
685
|
+
return l instanceof a && !pn(l) || (x === "noscript" || x === "noembed" || x === "noframes") && j(/<\/no(script|embed|frames)/i, l.innerHTML) ? (nu(l), !0) : (Fu && l.nodeType === Ku.text && (b = l.textContent, ge([$u, ju, yu], (v) => {
|
|
686
|
+
b = Xu(b, v, " ");
|
|
687
|
+
}), l.textContent !== b && (Yu(e.removed, {
|
|
679
688
|
element: l.cloneNode()
|
|
680
689
|
}), l.textContent = b)), lu(O.afterSanitizeElements, l, null), !1);
|
|
681
690
|
}, z0 = function(l, b, x) {
|
|
682
691
|
if (F0 && (b === "id" || b === "name") && (x in t || x in dn))
|
|
683
692
|
return !1;
|
|
684
|
-
if (!(
|
|
685
|
-
if (!(
|
|
686
|
-
if (!U[b] ||
|
|
693
|
+
if (!(Oe && !Le[b] && j(pu, b))) {
|
|
694
|
+
if (!(A0 && j(Ie, b))) {
|
|
695
|
+
if (!U[b] || Le[b]) {
|
|
687
696
|
if (
|
|
688
697
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
689
698
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
@@ -692,10 +701,10 @@ function Mt() {
|
|
|
692
701
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
693
702
|
b === "is" && R.allowCustomizedBuiltInElements && (R.tagNameCheck instanceof RegExp && j(R.tagNameCheck, x) || R.tagNameCheck instanceof Function && R.tagNameCheck(x)))
|
|
694
703
|
) return !1;
|
|
695
|
-
} else if (!
|
|
696
|
-
if (!j(k0,
|
|
697
|
-
if (!((b === "src" || b === "xlink:href" || b === "href") && l !== "script" &&
|
|
698
|
-
if (!(D0 && !j(rn,
|
|
704
|
+
} else if (!ze[b]) {
|
|
705
|
+
if (!j(k0, Xu(x, g0, ""))) {
|
|
706
|
+
if (!((b === "src" || b === "xlink:href" || b === "href") && l !== "script" && Ar(x, "data:") === 0 && w0[l])) {
|
|
707
|
+
if (!(D0 && !j(rn, Xu(x, g0, "")))) {
|
|
699
708
|
if (x)
|
|
700
709
|
return !1;
|
|
701
710
|
}
|
|
@@ -712,7 +721,7 @@ function Mt() {
|
|
|
712
721
|
const {
|
|
713
722
|
attributes: b
|
|
714
723
|
} = l;
|
|
715
|
-
if (!b ||
|
|
724
|
+
if (!b || $e(l))
|
|
716
725
|
return;
|
|
717
726
|
const x = {
|
|
718
727
|
attrName: "",
|
|
@@ -727,9 +736,9 @@ function Mt() {
|
|
|
727
736
|
name: N,
|
|
728
737
|
namespaceURI: Z,
|
|
729
738
|
value: fu
|
|
730
|
-
} = H,
|
|
731
|
-
let $ = N === "value" ?
|
|
732
|
-
if (x.attrName =
|
|
739
|
+
} = H, Vu = B(N), je = fu;
|
|
740
|
+
let $ = N === "value" ? je : Dr(je);
|
|
741
|
+
if (x.attrName = Vu, x.attrValue = $, x.keepAttr = !0, x.forceKeepAttr = void 0, lu(O.uponSanitizeAttribute, l, x), $ = x.attrValue, T0 && (Vu === "id" || Vu === "name") && (Mu(N, l), $ = on + $), de && j(/((--!?|])>)|<\/(style|title)/i, $)) {
|
|
733
742
|
Mu(N, l);
|
|
734
743
|
continue;
|
|
735
744
|
}
|
|
@@ -743,16 +752,16 @@ function Mt() {
|
|
|
743
752
|
Mu(N, l);
|
|
744
753
|
continue;
|
|
745
754
|
}
|
|
746
|
-
Fu && ge([
|
|
747
|
-
$ =
|
|
755
|
+
Fu && ge([$u, ju, yu], ($0) => {
|
|
756
|
+
$ = Xu($, $0, " ");
|
|
748
757
|
});
|
|
749
|
-
const H0 =
|
|
750
|
-
if (!z0(H0,
|
|
758
|
+
const H0 = B(l.nodeName);
|
|
759
|
+
if (!z0(H0, Vu, $)) {
|
|
751
760
|
Mu(N, l);
|
|
752
761
|
continue;
|
|
753
762
|
}
|
|
754
|
-
if (m && typeof
|
|
755
|
-
switch (
|
|
763
|
+
if (m && typeof h == "object" && typeof h.getAttributeType == "function" && !Z)
|
|
764
|
+
switch (h.getAttributeType(H0, Vu)) {
|
|
756
765
|
case "TrustedHTML": {
|
|
757
766
|
$ = m.createHTML($);
|
|
758
767
|
break;
|
|
@@ -762,79 +771,79 @@ function Mt() {
|
|
|
762
771
|
break;
|
|
763
772
|
}
|
|
764
773
|
}
|
|
765
|
-
if ($ !==
|
|
774
|
+
if ($ !== je)
|
|
766
775
|
try {
|
|
767
|
-
Z ? l.setAttributeNS(Z, N, $) : l.setAttribute(N, $),
|
|
776
|
+
Z ? l.setAttributeNS(Z, N, $) : l.setAttribute(N, $), $e(l) ? nu(l) : X0(e.removed);
|
|
768
777
|
} catch {
|
|
769
778
|
Mu(N, l);
|
|
770
779
|
}
|
|
771
780
|
}
|
|
772
781
|
lu(O.afterSanitizeAttributes, l, null);
|
|
773
|
-
},
|
|
782
|
+
}, hn = function g(l) {
|
|
774
783
|
let b = null;
|
|
775
784
|
const x = N0(l);
|
|
776
785
|
for (lu(O.beforeSanitizeShadowDOM, l, null); b = x.nextNode(); )
|
|
777
|
-
lu(O.uponSanitizeShadowNode, b, null),
|
|
786
|
+
lu(O.uponSanitizeShadowNode, b, null), B0(b), U0(b), b.content instanceof c && g(b.content);
|
|
778
787
|
lu(O.afterSanitizeShadowDOM, l, null);
|
|
779
788
|
};
|
|
780
789
|
return e.sanitize = function(g) {
|
|
781
790
|
let l = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, b = null, x = null, v = null, H = null;
|
|
782
|
-
if (
|
|
791
|
+
if (qe = !g, qe && (g = "<!-->"), typeof g != "string" && !P0(g))
|
|
783
792
|
if (typeof g.toString == "function") {
|
|
784
793
|
if (g = g.toString(), typeof g != "string")
|
|
785
|
-
throw
|
|
794
|
+
throw Ju("dirty is not a string, aborting");
|
|
786
795
|
} else
|
|
787
|
-
throw
|
|
796
|
+
throw Ju("toString is not a function");
|
|
788
797
|
if (!e.isSupported)
|
|
789
798
|
return g;
|
|
790
|
-
if (
|
|
799
|
+
if (Ne || He(l), e.removed = [], typeof g == "string" && (Wu = !1), Wu) {
|
|
791
800
|
if (g.nodeName) {
|
|
792
|
-
const fu =
|
|
793
|
-
if (!
|
|
794
|
-
throw
|
|
801
|
+
const fu = B(g.nodeName);
|
|
802
|
+
if (!P[fu] || Gu[fu])
|
|
803
|
+
throw Ju("root node is forbidden and cannot be sanitized in-place");
|
|
795
804
|
}
|
|
796
805
|
} else if (g instanceof o)
|
|
797
|
-
b = O0("<!---->"), x = b.ownerDocument.importNode(g, !0), x.nodeType ===
|
|
806
|
+
b = O0("<!---->"), x = b.ownerDocument.importNode(g, !0), x.nodeType === Ku.element && x.nodeName === "BODY" || x.nodeName === "HTML" ? b = x : b.appendChild(x);
|
|
798
807
|
else {
|
|
799
|
-
if (!Tu && !Fu && !
|
|
808
|
+
if (!Tu && !Fu && !Cu && // eslint-disable-next-line unicorn/prefer-includes
|
|
800
809
|
g.indexOf("<") === -1)
|
|
801
810
|
return m && he ? m.createHTML(g) : g;
|
|
802
811
|
if (b = O0(g), !b)
|
|
803
|
-
return Tu ? null : he ?
|
|
812
|
+
return Tu ? null : he ? C : "";
|
|
804
813
|
}
|
|
805
|
-
b && Pe &&
|
|
806
|
-
const N = N0(
|
|
814
|
+
b && Pe && nu(b.firstChild);
|
|
815
|
+
const N = N0(Wu ? g : b);
|
|
807
816
|
for (; v = N.nextNode(); )
|
|
808
|
-
|
|
809
|
-
if (
|
|
817
|
+
B0(v), U0(v), v.content instanceof c && hn(v.content);
|
|
818
|
+
if (Wu)
|
|
810
819
|
return g;
|
|
811
820
|
if (Tu) {
|
|
812
|
-
if (
|
|
821
|
+
if (pe)
|
|
813
822
|
for (H = Y.call(b.ownerDocument); b.firstChild; )
|
|
814
823
|
H.appendChild(b.firstChild);
|
|
815
824
|
else
|
|
816
825
|
H = b;
|
|
817
826
|
return (U.shadowroot || U.shadowrootmode) && (H = Eu.call(n, H, !0)), H;
|
|
818
827
|
}
|
|
819
|
-
let Z =
|
|
820
|
-
return
|
|
821
|
-
` + Z), Fu && ge([
|
|
822
|
-
Z =
|
|
828
|
+
let Z = Cu ? b.outerHTML : b.innerHTML;
|
|
829
|
+
return Cu && P["!doctype"] && b.ownerDocument && b.ownerDocument.doctype && b.ownerDocument.doctype.name && j(Rt, b.ownerDocument.doctype.name) && (Z = "<!DOCTYPE " + b.ownerDocument.doctype.name + `>
|
|
830
|
+
` + Z), Fu && ge([$u, ju, yu], (fu) => {
|
|
831
|
+
Z = Xu(Z, fu, " ");
|
|
823
832
|
}), m && he ? m.createHTML(Z) : Z;
|
|
824
833
|
}, e.setConfig = function() {
|
|
825
834
|
let g = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
826
|
-
|
|
835
|
+
He(g), Ne = !0;
|
|
827
836
|
}, e.clearConfig = function() {
|
|
828
|
-
Ru = null,
|
|
837
|
+
Ru = null, Ne = !1;
|
|
829
838
|
}, e.isValidAttribute = function(g, l, b) {
|
|
830
|
-
Ru ||
|
|
831
|
-
const x =
|
|
839
|
+
Ru || He({});
|
|
840
|
+
const x = B(g), v = B(l);
|
|
832
841
|
return z0(x, v, b);
|
|
833
842
|
}, e.addHook = function(g, l) {
|
|
834
|
-
typeof l == "function" &&
|
|
843
|
+
typeof l == "function" && Yu(O[g], l);
|
|
835
844
|
}, e.removeHook = function(g, l) {
|
|
836
845
|
if (l !== void 0) {
|
|
837
|
-
const b =
|
|
846
|
+
const b = Er(O[g], l);
|
|
838
847
|
return b === -1 ? void 0 : Cr(O[g], b, 1)[0];
|
|
839
848
|
}
|
|
840
849
|
return X0(O[g]);
|
|
@@ -844,9 +853,9 @@ function Mt() {
|
|
|
844
853
|
O = nt();
|
|
845
854
|
}, e;
|
|
846
855
|
}
|
|
847
|
-
var
|
|
856
|
+
var zr = Mt();
|
|
848
857
|
const rt = {};
|
|
849
|
-
function
|
|
858
|
+
function qr(u) {
|
|
850
859
|
let e = rt[u];
|
|
851
860
|
if (e)
|
|
852
861
|
return e;
|
|
@@ -861,9 +870,9 @@ function Ur(u) {
|
|
|
861
870
|
}
|
|
862
871
|
return e;
|
|
863
872
|
}
|
|
864
|
-
function
|
|
865
|
-
typeof e != "string" && (e =
|
|
866
|
-
const t =
|
|
873
|
+
function zu(u, e) {
|
|
874
|
+
typeof e != "string" && (e = zu.defaultChars);
|
|
875
|
+
const t = qr(e);
|
|
867
876
|
return u.replace(/(%[a-f0-9]{2})+/gi, function(n) {
|
|
868
877
|
let r = "";
|
|
869
878
|
for (let c = 0, i = n.length; c < i; c += 3) {
|
|
@@ -891,8 +900,8 @@ function Pu(u, e) {
|
|
|
891
900
|
if ((o & 248) === 240 && c + 9 < i) {
|
|
892
901
|
const a = parseInt(n.slice(c + 4, c + 6), 16), s = parseInt(n.slice(c + 7, c + 9), 16), f = parseInt(n.slice(c + 10, c + 12), 16);
|
|
893
902
|
if ((a & 192) === 128 && (s & 192) === 128 && (f & 192) === 128) {
|
|
894
|
-
let
|
|
895
|
-
|
|
903
|
+
let d = o << 18 & 1835008 | a << 12 & 258048 | s << 6 & 4032 | f & 63;
|
|
904
|
+
d < 65536 || d > 1114111 ? r += "����" : (d -= 65536, r += String.fromCharCode(55296 + (d >> 10), 56320 + (d & 1023))), c += 9;
|
|
896
905
|
continue;
|
|
897
906
|
}
|
|
898
907
|
}
|
|
@@ -901,10 +910,10 @@ function Pu(u, e) {
|
|
|
901
910
|
return r;
|
|
902
911
|
});
|
|
903
912
|
}
|
|
904
|
-
|
|
905
|
-
|
|
913
|
+
zu.defaultChars = ";/?:@&=+$,#";
|
|
914
|
+
zu.componentChars = "";
|
|
906
915
|
const ct = {};
|
|
907
|
-
function
|
|
916
|
+
function Ur(u) {
|
|
908
917
|
let e = ct[u];
|
|
909
918
|
if (e)
|
|
910
919
|
return e;
|
|
@@ -917,9 +926,9 @@ function Hr(u) {
|
|
|
917
926
|
e[u.charCodeAt(t)] = u[t];
|
|
918
927
|
return e;
|
|
919
928
|
}
|
|
920
|
-
function
|
|
921
|
-
typeof e != "string" && (t = e, e =
|
|
922
|
-
const n =
|
|
929
|
+
function se(u, e, t) {
|
|
930
|
+
typeof e != "string" && (t = e, e = se.defaultChars), typeof t > "u" && (t = !0);
|
|
931
|
+
const n = Ur(e);
|
|
923
932
|
let r = "";
|
|
924
933
|
for (let c = 0, i = u.length; c < i; c++) {
|
|
925
934
|
const o = u.charCodeAt(c);
|
|
@@ -946,17 +955,17 @@ function ae(u, e, t) {
|
|
|
946
955
|
}
|
|
947
956
|
return r;
|
|
948
957
|
}
|
|
949
|
-
|
|
950
|
-
|
|
958
|
+
se.defaultChars = ";/?:@&=+$,-_.!~*'()#";
|
|
959
|
+
se.componentChars = "-_.!~*'()";
|
|
951
960
|
function f0(u) {
|
|
952
961
|
let e = "";
|
|
953
962
|
return e += u.protocol || "", e += u.slashes ? "//" : "", e += u.auth ? u.auth + "@" : "", u.hostname && u.hostname.indexOf(":") !== -1 ? e += "[" + u.hostname + "]" : e += u.hostname || "", e += u.port ? ":" + u.port : "", e += u.pathname || "", e += u.search || "", e += u.hash || "", e;
|
|
954
963
|
}
|
|
955
|
-
function
|
|
964
|
+
function ye() {
|
|
956
965
|
this.protocol = null, this.slashes = null, this.auth = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.pathname = null;
|
|
957
966
|
}
|
|
958
|
-
const
|
|
959
|
-
`, " "],
|
|
967
|
+
const Hr = /^([a-z0-9.+-]+:)/i, $r = /:[0-9]*$/, jr = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, Gr = ["<", ">", '"', "`", " ", "\r", `
|
|
968
|
+
`, " "], Wr = ["{", "}", "|", "\\", "^", "`"].concat(Gr), Zr = ["'"].concat(Wr), ot = ["%", "/", "?", ";", "#"].concat(Zr), it = ["/", "?", "#"], Vr = 255, at = /^[+a-z0-9A-Z_-]{0,63}$/, Yr = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, st = {
|
|
960
969
|
javascript: !0,
|
|
961
970
|
"javascript:": !0
|
|
962
971
|
}, lt = {
|
|
@@ -972,80 +981,80 @@ const $r = /^([a-z0-9.+-]+:)/i, jr = /:[0-9]*$/, Gr = /^(\/\/?(?!\/)[^\?\s]*)(\?
|
|
|
972
981
|
"file:": !0
|
|
973
982
|
};
|
|
974
983
|
function d0(u, e) {
|
|
975
|
-
if (u && u instanceof
|
|
976
|
-
const t = new
|
|
984
|
+
if (u && u instanceof ye) return u;
|
|
985
|
+
const t = new ye();
|
|
977
986
|
return t.parse(u, e), t;
|
|
978
987
|
}
|
|
979
|
-
|
|
988
|
+
ye.prototype.parse = function(u, e) {
|
|
980
989
|
let t, n, r, c = u;
|
|
981
990
|
if (c = c.trim(), !e && u.split("#").length === 1) {
|
|
982
|
-
const s =
|
|
991
|
+
const s = jr.exec(c);
|
|
983
992
|
if (s)
|
|
984
993
|
return this.pathname = s[1], s[2] && (this.search = s[2]), this;
|
|
985
994
|
}
|
|
986
|
-
let i =
|
|
995
|
+
let i = Hr.exec(c);
|
|
987
996
|
if (i && (i = i[0], t = i.toLowerCase(), this.protocol = i, c = c.substr(i.length)), (e || i || c.match(/^\/\/[^@\/]+@[^@\/]+/)) && (r = c.substr(0, 2) === "//", r && !(i && st[i]) && (c = c.substr(2), this.slashes = !0)), !st[i] && (r || i && !lt[i])) {
|
|
988
997
|
let s = -1;
|
|
989
|
-
for (let
|
|
990
|
-
n = c.indexOf(it[
|
|
991
|
-
let f,
|
|
992
|
-
s === -1 ?
|
|
993
|
-
for (let
|
|
994
|
-
n = c.indexOf(ot[
|
|
998
|
+
for (let p = 0; p < it.length; p++)
|
|
999
|
+
n = c.indexOf(it[p]), n !== -1 && (s === -1 || n < s) && (s = n);
|
|
1000
|
+
let f, d;
|
|
1001
|
+
s === -1 ? d = c.lastIndexOf("@") : d = c.lastIndexOf("@", s), d !== -1 && (f = c.slice(0, d), c = c.slice(d + 1), this.auth = f), s = -1;
|
|
1002
|
+
for (let p = 0; p < ot.length; p++)
|
|
1003
|
+
n = c.indexOf(ot[p]), n !== -1 && (s === -1 || n < s) && (s = n);
|
|
995
1004
|
s === -1 && (s = c.length), c[s - 1] === ":" && s--;
|
|
996
1005
|
const _ = c.slice(0, s);
|
|
997
1006
|
c = c.slice(s), this.parseHost(_), this.hostname = this.hostname || "";
|
|
998
|
-
const
|
|
999
|
-
if (!
|
|
1000
|
-
const
|
|
1001
|
-
for (let
|
|
1002
|
-
const S =
|
|
1007
|
+
const h = this.hostname[0] === "[" && this.hostname[this.hostname.length - 1] === "]";
|
|
1008
|
+
if (!h) {
|
|
1009
|
+
const p = this.hostname.split(/\./);
|
|
1010
|
+
for (let A = 0, D = p.length; A < D; A++) {
|
|
1011
|
+
const S = p[A];
|
|
1003
1012
|
if (S && !S.match(at)) {
|
|
1004
1013
|
let E = "";
|
|
1005
1014
|
for (let k = 0, m = S.length; k < m; k++)
|
|
1006
1015
|
S.charCodeAt(k) > 127 ? E += "x" : E += S[k];
|
|
1007
1016
|
if (!E.match(at)) {
|
|
1008
|
-
const k =
|
|
1009
|
-
|
|
1017
|
+
const k = p.slice(0, A), m = p.slice(A + 1), C = S.match(Yr);
|
|
1018
|
+
C && (k.push(C[1]), m.unshift(C[2])), m.length && (c = m.join(".") + c), this.hostname = k.join(".");
|
|
1010
1019
|
break;
|
|
1011
1020
|
}
|
|
1012
1021
|
}
|
|
1013
1022
|
}
|
|
1014
1023
|
}
|
|
1015
|
-
this.hostname.length >
|
|
1024
|
+
this.hostname.length > Vr && (this.hostname = ""), h && (this.hostname = this.hostname.substr(1, this.hostname.length - 2));
|
|
1016
1025
|
}
|
|
1017
1026
|
const o = c.indexOf("#");
|
|
1018
1027
|
o !== -1 && (this.hash = c.substr(o), c = c.slice(0, o));
|
|
1019
1028
|
const a = c.indexOf("?");
|
|
1020
1029
|
return a !== -1 && (this.search = c.substr(a), c = c.slice(0, a)), c && (this.pathname = c), lt[t] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
1021
1030
|
};
|
|
1022
|
-
|
|
1023
|
-
let e =
|
|
1031
|
+
ye.prototype.parseHost = function(u) {
|
|
1032
|
+
let e = $r.exec(u);
|
|
1024
1033
|
e && (e = e[0], e !== ":" && (this.port = e.substr(1)), u = u.substr(0, u.length - e.length)), u && (this.hostname = u);
|
|
1025
1034
|
};
|
|
1026
|
-
const
|
|
1035
|
+
const Xr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1027
1036
|
__proto__: null,
|
|
1028
|
-
decode:
|
|
1029
|
-
encode:
|
|
1037
|
+
decode: zu,
|
|
1038
|
+
encode: se,
|
|
1030
1039
|
format: f0,
|
|
1031
1040
|
parse: d0
|
|
1032
|
-
}, Symbol.toStringTag, { value: "Module" })), It = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Lt = /[\0-\x1F\x7F-\x9F]/,
|
|
1041
|
+
}, Symbol.toStringTag, { value: "Module" })), It = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Lt = /[\0-\x1F\x7F-\x9F]/, Jr = /[\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]/, p0 = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/, Ot = /[\$\+<->\^`\|~\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]/, Nt = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, Qr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1033
1042
|
__proto__: null,
|
|
1034
1043
|
Any: It,
|
|
1035
1044
|
Cc: Lt,
|
|
1036
|
-
Cf:
|
|
1037
|
-
P:
|
|
1045
|
+
Cf: Jr,
|
|
1046
|
+
P: p0,
|
|
1038
1047
|
S: Ot,
|
|
1039
1048
|
Z: Nt
|
|
1040
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1049
|
+
}, Symbol.toStringTag, { value: "Module" })), Kr = new Uint16Array(
|
|
1041
1050
|
// prettier-ignore
|
|
1042
1051
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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((u) => u.charCodeAt(0))
|
|
1043
|
-
),
|
|
1052
|
+
), uc = new Uint16Array(
|
|
1044
1053
|
// prettier-ignore
|
|
1045
1054
|
"Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((u) => u.charCodeAt(0))
|
|
1046
1055
|
);
|
|
1047
|
-
var
|
|
1048
|
-
const
|
|
1056
|
+
var Xe;
|
|
1057
|
+
const ec = /* @__PURE__ */ new Map([
|
|
1049
1058
|
[0, 65533],
|
|
1050
1059
|
// C1 Unicode control character reference replacements
|
|
1051
1060
|
[128, 8364],
|
|
@@ -1075,22 +1084,22 @@ const tc = /* @__PURE__ */ new Map([
|
|
|
1075
1084
|
[156, 339],
|
|
1076
1085
|
[158, 382],
|
|
1077
1086
|
[159, 376]
|
|
1078
|
-
]),
|
|
1087
|
+
]), tc = (
|
|
1079
1088
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
|
|
1080
|
-
(
|
|
1089
|
+
(Xe = String.fromCodePoint) !== null && Xe !== void 0 ? Xe : function(u) {
|
|
1081
1090
|
let e = "";
|
|
1082
1091
|
return u > 65535 && (u -= 65536, e += String.fromCharCode(u >>> 10 & 1023 | 55296), u = 56320 | u & 1023), e += String.fromCharCode(u), e;
|
|
1083
1092
|
}
|
|
1084
1093
|
);
|
|
1085
|
-
function
|
|
1094
|
+
function nc(u) {
|
|
1086
1095
|
var e;
|
|
1087
|
-
return u >= 55296 && u <= 57343 || u > 1114111 ? 65533 : (e =
|
|
1096
|
+
return u >= 55296 && u <= 57343 || u > 1114111 ? 65533 : (e = ec.get(u)) !== null && e !== void 0 ? e : u;
|
|
1088
1097
|
}
|
|
1089
1098
|
var q;
|
|
1090
1099
|
(function(u) {
|
|
1091
1100
|
u[u.NUM = 35] = "NUM", u[u.SEMI = 59] = "SEMI", u[u.EQUALS = 61] = "EQUALS", u[u.ZERO = 48] = "ZERO", u[u.NINE = 57] = "NINE", u[u.LOWER_A = 97] = "LOWER_A", u[u.LOWER_F = 102] = "LOWER_F", u[u.LOWER_X = 120] = "LOWER_X", u[u.LOWER_Z = 122] = "LOWER_Z", u[u.UPPER_A = 65] = "UPPER_A", u[u.UPPER_F = 70] = "UPPER_F", u[u.UPPER_Z = 90] = "UPPER_Z";
|
|
1092
1101
|
})(q || (q = {}));
|
|
1093
|
-
const
|
|
1102
|
+
const rc = 32;
|
|
1094
1103
|
var _u;
|
|
1095
1104
|
(function(u) {
|
|
1096
1105
|
u[u.VALUE_LENGTH = 49152] = "VALUE_LENGTH", u[u.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", u[u.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
@@ -1098,14 +1107,14 @@ var _u;
|
|
|
1098
1107
|
function o0(u) {
|
|
1099
1108
|
return u >= q.ZERO && u <= q.NINE;
|
|
1100
1109
|
}
|
|
1101
|
-
function
|
|
1110
|
+
function cc(u) {
|
|
1102
1111
|
return u >= q.UPPER_A && u <= q.UPPER_F || u >= q.LOWER_A && u <= q.LOWER_F;
|
|
1103
1112
|
}
|
|
1104
|
-
function
|
|
1113
|
+
function oc(u) {
|
|
1105
1114
|
return u >= q.UPPER_A && u <= q.UPPER_Z || u >= q.LOWER_A && u <= q.LOWER_Z || o0(u);
|
|
1106
1115
|
}
|
|
1107
|
-
function
|
|
1108
|
-
return u === q.EQUALS ||
|
|
1116
|
+
function ic(u) {
|
|
1117
|
+
return u === q.EQUALS || oc(u);
|
|
1109
1118
|
}
|
|
1110
1119
|
var z;
|
|
1111
1120
|
(function(u) {
|
|
@@ -1115,7 +1124,7 @@ var bu;
|
|
|
1115
1124
|
(function(u) {
|
|
1116
1125
|
u[u.Legacy = 0] = "Legacy", u[u.Strict = 1] = "Strict", u[u.Attribute = 2] = "Attribute";
|
|
1117
1126
|
})(bu || (bu = {}));
|
|
1118
|
-
class
|
|
1127
|
+
class ac {
|
|
1119
1128
|
constructor(e, t, n) {
|
|
1120
1129
|
this.decodeTree = e, this.emitCodePoint = t, this.errors = n, this.state = z.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = bu.Strict;
|
|
1121
1130
|
}
|
|
@@ -1158,7 +1167,7 @@ class sc {
|
|
|
1158
1167
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
1159
1168
|
*/
|
|
1160
1169
|
stateNumericStart(e, t) {
|
|
1161
|
-
return t >= e.length ? -1 : (e.charCodeAt(t) |
|
|
1170
|
+
return t >= e.length ? -1 : (e.charCodeAt(t) | rc) === q.LOWER_X ? (this.state = z.NumericHex, this.consumed += 1, this.stateNumericHex(e, t + 1)) : (this.state = z.NumericDecimal, this.stateNumericDecimal(e, t));
|
|
1162
1171
|
}
|
|
1163
1172
|
addToNumericResult(e, t, n, r) {
|
|
1164
1173
|
if (t !== n) {
|
|
@@ -1179,7 +1188,7 @@ class sc {
|
|
|
1179
1188
|
const n = t;
|
|
1180
1189
|
for (; t < e.length; ) {
|
|
1181
1190
|
const r = e.charCodeAt(t);
|
|
1182
|
-
if (o0(r) ||
|
|
1191
|
+
if (o0(r) || cc(r))
|
|
1183
1192
|
t += 1;
|
|
1184
1193
|
else
|
|
1185
1194
|
return this.addToNumericResult(e, n, t, 16), this.emitNumericEntity(r, 3);
|
|
@@ -1227,7 +1236,7 @@ class sc {
|
|
|
1227
1236
|
this.consumed += 1;
|
|
1228
1237
|
else if (this.decodeMode === bu.Strict)
|
|
1229
1238
|
return 0;
|
|
1230
|
-
return this.emitCodePoint(
|
|
1239
|
+
return this.emitCodePoint(nc(this.result), this.consumed), this.errors && (e !== q.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
1231
1240
|
}
|
|
1232
1241
|
/**
|
|
1233
1242
|
* Parses a named entity.
|
|
@@ -1243,11 +1252,11 @@ class sc {
|
|
|
1243
1252
|
let r = n[this.treeIndex], c = (r & _u.VALUE_LENGTH) >> 14;
|
|
1244
1253
|
for (; t < e.length; t++, this.excess++) {
|
|
1245
1254
|
const i = e.charCodeAt(t);
|
|
1246
|
-
if (this.treeIndex =
|
|
1255
|
+
if (this.treeIndex = sc(n, r, this.treeIndex + Math.max(1, c), i), this.treeIndex < 0)
|
|
1247
1256
|
return this.result === 0 || // If we are parsing an attribute
|
|
1248
1257
|
this.decodeMode === bu.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
1249
1258
|
(c === 0 || // And there should be no invalid characters.
|
|
1250
|
-
|
|
1259
|
+
ic(i)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
1251
1260
|
if (r = n[this.treeIndex], c = (r & _u.VALUE_LENGTH) >> 14, c !== 0) {
|
|
1252
1261
|
if (i === q.SEMI)
|
|
1253
1262
|
return this.emitNamedEntityData(this.treeIndex, c, this.consumed + this.excess);
|
|
@@ -1302,9 +1311,9 @@ class sc {
|
|
|
1302
1311
|
}
|
|
1303
1312
|
}
|
|
1304
1313
|
}
|
|
1305
|
-
function
|
|
1314
|
+
function Pt(u) {
|
|
1306
1315
|
let e = "";
|
|
1307
|
-
const t = new
|
|
1316
|
+
const t = new ac(u, (n) => e += tc(n));
|
|
1308
1317
|
return function(r, c) {
|
|
1309
1318
|
let i = 0, o = 0;
|
|
1310
1319
|
for (; (o = r.indexOf("&", o)) >= 0; ) {
|
|
@@ -1324,7 +1333,7 @@ function Bt(u) {
|
|
|
1324
1333
|
return e = "", a;
|
|
1325
1334
|
};
|
|
1326
1335
|
}
|
|
1327
|
-
function
|
|
1336
|
+
function sc(u, e, t, n) {
|
|
1328
1337
|
const r = (e & _u.BRANCH_LENGTH) >> 7, c = e & _u.JUMP_TABLE;
|
|
1329
1338
|
if (r === 0)
|
|
1330
1339
|
return c !== 0 && n === c ? t : -1;
|
|
@@ -1344,22 +1353,22 @@ function lc(u, e, t, n) {
|
|
|
1344
1353
|
}
|
|
1345
1354
|
return -1;
|
|
1346
1355
|
}
|
|
1347
|
-
const
|
|
1348
|
-
|
|
1349
|
-
function
|
|
1350
|
-
return
|
|
1356
|
+
const lc = Pt(Kr);
|
|
1357
|
+
Pt(uc);
|
|
1358
|
+
function Bt(u, e = bu.Legacy) {
|
|
1359
|
+
return lc(u, e);
|
|
1351
1360
|
}
|
|
1352
|
-
function
|
|
1361
|
+
function fc(u) {
|
|
1353
1362
|
return Object.prototype.toString.call(u);
|
|
1354
1363
|
}
|
|
1355
|
-
function
|
|
1356
|
-
return
|
|
1364
|
+
function h0(u) {
|
|
1365
|
+
return fc(u) === "[object String]";
|
|
1357
1366
|
}
|
|
1358
|
-
const
|
|
1367
|
+
const dc = Object.prototype.hasOwnProperty;
|
|
1359
1368
|
function pc(u, e) {
|
|
1360
|
-
return
|
|
1369
|
+
return dc.call(u, e);
|
|
1361
1370
|
}
|
|
1362
|
-
function
|
|
1371
|
+
function we(u) {
|
|
1363
1372
|
return Array.prototype.slice.call(arguments, 1).forEach(function(t) {
|
|
1364
1373
|
if (t) {
|
|
1365
1374
|
if (typeof t != "object")
|
|
@@ -1376,7 +1385,7 @@ function zt(u, e, t) {
|
|
|
1376
1385
|
function b0(u) {
|
|
1377
1386
|
return !(u >= 55296 && u <= 57343 || u >= 64976 && u <= 65007 || (u & 65535) === 65535 || (u & 65535) === 65534 || u >= 0 && u <= 8 || u === 11 || u >= 14 && u <= 31 || u >= 127 && u <= 159 || u > 1114111);
|
|
1378
1387
|
}
|
|
1379
|
-
function
|
|
1388
|
+
function Fe(u) {
|
|
1380
1389
|
if (u > 65535) {
|
|
1381
1390
|
u -= 65536;
|
|
1382
1391
|
const e = 55296 + (u >> 10), t = 56320 + (u & 1023);
|
|
@@ -1384,38 +1393,38 @@ function Te(u) {
|
|
|
1384
1393
|
}
|
|
1385
1394
|
return String.fromCharCode(u);
|
|
1386
1395
|
}
|
|
1387
|
-
const qt = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,
|
|
1388
|
-
function
|
|
1389
|
-
if (e.charCodeAt(0) === 35 &&
|
|
1396
|
+
const qt = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, hc = /&([a-z#][a-z0-9]{1,31});/gi, bc = new RegExp(qt.source + "|" + hc.source, "gi"), _c = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;
|
|
1397
|
+
function mc(u, e) {
|
|
1398
|
+
if (e.charCodeAt(0) === 35 && _c.test(e)) {
|
|
1390
1399
|
const n = e[1].toLowerCase() === "x" ? parseInt(e.slice(2), 16) : parseInt(e.slice(1), 10);
|
|
1391
|
-
return b0(n) ?
|
|
1400
|
+
return b0(n) ? Fe(n) : u;
|
|
1392
1401
|
}
|
|
1393
|
-
const t =
|
|
1402
|
+
const t = Bt(u);
|
|
1394
1403
|
return t !== u ? t : u;
|
|
1395
1404
|
}
|
|
1396
|
-
function
|
|
1405
|
+
function xc(u) {
|
|
1397
1406
|
return u.indexOf("\\") < 0 ? u : u.replace(qt, "$1");
|
|
1398
1407
|
}
|
|
1399
|
-
function
|
|
1400
|
-
return u.indexOf("\\") < 0 && u.indexOf("&") < 0 ? u : u.replace(
|
|
1401
|
-
return t ||
|
|
1408
|
+
function qu(u) {
|
|
1409
|
+
return u.indexOf("\\") < 0 && u.indexOf("&") < 0 ? u : u.replace(bc, function(e, t, n) {
|
|
1410
|
+
return t || mc(e, n);
|
|
1402
1411
|
});
|
|
1403
1412
|
}
|
|
1404
|
-
const
|
|
1413
|
+
const gc = /[&<>"]/, kc = /[&<>"]/g, Ec = {
|
|
1405
1414
|
"&": "&",
|
|
1406
1415
|
"<": "<",
|
|
1407
1416
|
">": ">",
|
|
1408
1417
|
'"': """
|
|
1409
1418
|
};
|
|
1410
1419
|
function Cc(u) {
|
|
1411
|
-
return
|
|
1420
|
+
return Ec[u];
|
|
1412
1421
|
}
|
|
1413
1422
|
function gu(u) {
|
|
1414
|
-
return
|
|
1423
|
+
return gc.test(u) ? u.replace(kc, Cc) : u;
|
|
1415
1424
|
}
|
|
1416
|
-
const
|
|
1417
|
-
function
|
|
1418
|
-
return u.replace(
|
|
1425
|
+
const Ac = /[.?*+^$[\]\\(){}|-]/g;
|
|
1426
|
+
function Dc(u) {
|
|
1427
|
+
return u.replace(Ac, "\\$&");
|
|
1419
1428
|
}
|
|
1420
1429
|
function w(u) {
|
|
1421
1430
|
switch (u) {
|
|
@@ -1425,7 +1434,7 @@ function w(u) {
|
|
|
1425
1434
|
}
|
|
1426
1435
|
return !1;
|
|
1427
1436
|
}
|
|
1428
|
-
function
|
|
1437
|
+
function re(u) {
|
|
1429
1438
|
if (u >= 8192 && u <= 8202)
|
|
1430
1439
|
return !0;
|
|
1431
1440
|
switch (u) {
|
|
@@ -1444,10 +1453,10 @@ function ne(u) {
|
|
|
1444
1453
|
}
|
|
1445
1454
|
return !1;
|
|
1446
1455
|
}
|
|
1447
|
-
function re(u) {
|
|
1448
|
-
return h0.test(u) || Ot.test(u);
|
|
1449
|
-
}
|
|
1450
1456
|
function ce(u) {
|
|
1457
|
+
return p0.test(u) || Ot.test(u);
|
|
1458
|
+
}
|
|
1459
|
+
function oe(u) {
|
|
1451
1460
|
switch (u) {
|
|
1452
1461
|
case 33:
|
|
1453
1462
|
case 34:
|
|
@@ -1486,29 +1495,29 @@ function ce(u) {
|
|
|
1486
1495
|
return !1;
|
|
1487
1496
|
}
|
|
1488
1497
|
}
|
|
1489
|
-
function
|
|
1498
|
+
function ve(u) {
|
|
1490
1499
|
return u = u.trim().replace(/\s+/g, " "), "ẞ".toLowerCase() === "Ṿ" && (u = u.replace(/ẞ/g, "ß")), u.toLowerCase().toUpperCase();
|
|
1491
1500
|
}
|
|
1492
|
-
const
|
|
1501
|
+
const yc = { mdurl: Xr, ucmicro: Qr }, Fc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1493
1502
|
__proto__: null,
|
|
1494
1503
|
arrayReplaceAt: zt,
|
|
1495
|
-
assign:
|
|
1504
|
+
assign: we,
|
|
1496
1505
|
escapeHtml: gu,
|
|
1497
|
-
escapeRE:
|
|
1498
|
-
fromCodePoint:
|
|
1506
|
+
escapeRE: Dc,
|
|
1507
|
+
fromCodePoint: Fe,
|
|
1499
1508
|
has: pc,
|
|
1500
|
-
isMdAsciiPunct:
|
|
1501
|
-
isPunctChar:
|
|
1509
|
+
isMdAsciiPunct: oe,
|
|
1510
|
+
isPunctChar: ce,
|
|
1502
1511
|
isSpace: w,
|
|
1503
|
-
isString:
|
|
1512
|
+
isString: h0,
|
|
1504
1513
|
isValidEntityCode: b0,
|
|
1505
|
-
isWhiteSpace:
|
|
1506
|
-
lib:
|
|
1507
|
-
normalizeReference:
|
|
1508
|
-
unescapeAll:
|
|
1509
|
-
unescapeMd:
|
|
1514
|
+
isWhiteSpace: re,
|
|
1515
|
+
lib: yc,
|
|
1516
|
+
normalizeReference: ve,
|
|
1517
|
+
unescapeAll: qu,
|
|
1518
|
+
unescapeMd: xc
|
|
1510
1519
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1511
|
-
function
|
|
1520
|
+
function Tc(u, e, t) {
|
|
1512
1521
|
let n, r, c, i;
|
|
1513
1522
|
const o = u.posMax, a = u.pos;
|
|
1514
1523
|
for (u.pos = e + 1, n = 1; u.pos < o; ) {
|
|
@@ -1526,7 +1535,7 @@ function Sc(u, e, t) {
|
|
|
1526
1535
|
let s = -1;
|
|
1527
1536
|
return r && (s = u.pos), u.pos = a, s;
|
|
1528
1537
|
}
|
|
1529
|
-
function
|
|
1538
|
+
function Sc(u, e, t) {
|
|
1530
1539
|
let n, r = e;
|
|
1531
1540
|
const c = {
|
|
1532
1541
|
ok: !1,
|
|
@@ -1538,7 +1547,7 @@ function wc(u, e, t) {
|
|
|
1538
1547
|
if (n = u.charCodeAt(r), n === 10 || n === 60)
|
|
1539
1548
|
return c;
|
|
1540
1549
|
if (n === 62)
|
|
1541
|
-
return c.pos = r + 1, c.str =
|
|
1550
|
+
return c.pos = r + 1, c.str = qu(u.slice(e + 1, r)), c.ok = !0, c;
|
|
1542
1551
|
if (n === 92 && r + 1 < t) {
|
|
1543
1552
|
r += 2;
|
|
1544
1553
|
continue;
|
|
@@ -1564,9 +1573,9 @@ function wc(u, e, t) {
|
|
|
1564
1573
|
}
|
|
1565
1574
|
r++;
|
|
1566
1575
|
}
|
|
1567
|
-
return e === r || i !== 0 || (c.str =
|
|
1576
|
+
return e === r || i !== 0 || (c.str = qu(u.slice(e, r)), c.pos = r, c.ok = !0), c;
|
|
1568
1577
|
}
|
|
1569
|
-
function
|
|
1578
|
+
function wc(u, e, t, n) {
|
|
1570
1579
|
let r, c = e;
|
|
1571
1580
|
const i = {
|
|
1572
1581
|
// if `true`, this is a valid link title
|
|
@@ -1592,18 +1601,18 @@ function vc(u, e, t, n) {
|
|
|
1592
1601
|
}
|
|
1593
1602
|
for (; c < t; ) {
|
|
1594
1603
|
if (r = u.charCodeAt(c), r === i.marker)
|
|
1595
|
-
return i.pos = c + 1, i.str +=
|
|
1604
|
+
return i.pos = c + 1, i.str += qu(u.slice(e, c)), i.ok = !0, i;
|
|
1596
1605
|
if (r === 40 && i.marker === 41)
|
|
1597
1606
|
return i;
|
|
1598
1607
|
r === 92 && c + 1 < t && c++, c++;
|
|
1599
1608
|
}
|
|
1600
|
-
return i.can_continue = !0, i.str +=
|
|
1609
|
+
return i.can_continue = !0, i.str += qu(u.slice(e, c)), i;
|
|
1601
1610
|
}
|
|
1602
|
-
const
|
|
1611
|
+
const vc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1603
1612
|
__proto__: null,
|
|
1604
|
-
parseLinkDestination:
|
|
1605
|
-
parseLinkLabel:
|
|
1606
|
-
parseLinkTitle:
|
|
1613
|
+
parseLinkDestination: Sc,
|
|
1614
|
+
parseLinkLabel: Tc,
|
|
1615
|
+
parseLinkTitle: wc
|
|
1607
1616
|
}, Symbol.toStringTag, { value: "Module" })), iu = {};
|
|
1608
1617
|
iu.code_inline = function(u, e, t, n, r) {
|
|
1609
1618
|
const c = u[e];
|
|
@@ -1615,7 +1624,7 @@ iu.code_block = function(u, e, t, n, r) {
|
|
|
1615
1624
|
`;
|
|
1616
1625
|
};
|
|
1617
1626
|
iu.fence = function(u, e, t, n, r) {
|
|
1618
|
-
const c = u[e], i = c.info ?
|
|
1627
|
+
const c = u[e], i = c.info ? qu(c.info).trim() : "";
|
|
1619
1628
|
let o = "", a = "";
|
|
1620
1629
|
if (i) {
|
|
1621
1630
|
const f = i.split(/(\s+)/g);
|
|
@@ -1626,10 +1635,10 @@ iu.fence = function(u, e, t, n, r) {
|
|
|
1626
1635
|
return s + `
|
|
1627
1636
|
`;
|
|
1628
1637
|
if (i) {
|
|
1629
|
-
const f = c.attrIndex("class"),
|
|
1630
|
-
f < 0 ?
|
|
1638
|
+
const f = c.attrIndex("class"), d = c.attrs ? c.attrs.slice() : [];
|
|
1639
|
+
f < 0 ? d.push(["class", t.langPrefix + o]) : (d[f] = d[f].slice(), d[f][1] += " " + t.langPrefix + o);
|
|
1631
1640
|
const _ = {
|
|
1632
|
-
attrs:
|
|
1641
|
+
attrs: d
|
|
1633
1642
|
};
|
|
1634
1643
|
return `<pre><code${r.renderAttrs(_)}>${s}</code></pre>
|
|
1635
1644
|
`;
|
|
@@ -1661,10 +1670,10 @@ iu.html_block = function(u, e) {
|
|
|
1661
1670
|
iu.html_inline = function(u, e) {
|
|
1662
1671
|
return u[e].content;
|
|
1663
1672
|
};
|
|
1664
|
-
function
|
|
1665
|
-
this.rules =
|
|
1673
|
+
function Hu() {
|
|
1674
|
+
this.rules = we({}, iu);
|
|
1666
1675
|
}
|
|
1667
|
-
|
|
1676
|
+
Hu.prototype.renderAttrs = function(e) {
|
|
1668
1677
|
let t, n, r;
|
|
1669
1678
|
if (!e.attrs)
|
|
1670
1679
|
return "";
|
|
@@ -1672,7 +1681,7 @@ Uu.prototype.renderAttrs = function(e) {
|
|
|
1672
1681
|
r += " " + gu(e.attrs[t][0]) + '="' + gu(e.attrs[t][1]) + '"';
|
|
1673
1682
|
return r;
|
|
1674
1683
|
};
|
|
1675
|
-
|
|
1684
|
+
Hu.prototype.renderToken = function(e, t, n) {
|
|
1676
1685
|
const r = e[t];
|
|
1677
1686
|
let c = "";
|
|
1678
1687
|
if (r.hidden)
|
|
@@ -1687,7 +1696,7 @@ Uu.prototype.renderToken = function(e, t, n) {
|
|
|
1687
1696
|
return c += i ? `>
|
|
1688
1697
|
` : ">", c;
|
|
1689
1698
|
};
|
|
1690
|
-
|
|
1699
|
+
Hu.prototype.renderInline = function(u, e, t) {
|
|
1691
1700
|
let n = "";
|
|
1692
1701
|
const r = this.rules;
|
|
1693
1702
|
for (let c = 0, i = u.length; c < i; c++) {
|
|
@@ -1696,7 +1705,7 @@ Uu.prototype.renderInline = function(u, e, t) {
|
|
|
1696
1705
|
}
|
|
1697
1706
|
return n;
|
|
1698
1707
|
};
|
|
1699
|
-
|
|
1708
|
+
Hu.prototype.renderInlineAsText = function(u, e, t) {
|
|
1700
1709
|
let n = "";
|
|
1701
1710
|
for (let r = 0, c = u.length; r < c; r++)
|
|
1702
1711
|
switch (u[r].type) {
|
|
@@ -1718,7 +1727,7 @@ Uu.prototype.renderInlineAsText = function(u, e, t) {
|
|
|
1718
1727
|
}
|
|
1719
1728
|
return n;
|
|
1720
1729
|
};
|
|
1721
|
-
|
|
1730
|
+
Hu.prototype.render = function(u, e, t) {
|
|
1722
1731
|
let n = "";
|
|
1723
1732
|
const r = this.rules;
|
|
1724
1733
|
for (let c = 0, i = u.length; c < i; c++) {
|
|
@@ -1819,10 +1828,10 @@ V.prototype.disable = function(u, e) {
|
|
|
1819
1828
|
V.prototype.getRules = function(u) {
|
|
1820
1829
|
return this.__cache__ === null && this.__compile__(), this.__cache__[u] || [];
|
|
1821
1830
|
};
|
|
1822
|
-
function
|
|
1831
|
+
function eu(u, e, t) {
|
|
1823
1832
|
this.type = u, this.tag = e, this.attrs = null, this.map = null, this.nesting = t, this.level = 0, this.children = null, this.content = "", this.markup = "", this.info = "", this.meta = null, this.block = !1, this.hidden = !1;
|
|
1824
1833
|
}
|
|
1825
|
-
|
|
1834
|
+
eu.prototype.attrIndex = function(e) {
|
|
1826
1835
|
if (!this.attrs)
|
|
1827
1836
|
return -1;
|
|
1828
1837
|
const t = this.attrs;
|
|
@@ -1831,50 +1840,50 @@ uu.prototype.attrIndex = function(e) {
|
|
|
1831
1840
|
return n;
|
|
1832
1841
|
return -1;
|
|
1833
1842
|
};
|
|
1834
|
-
|
|
1843
|
+
eu.prototype.attrPush = function(e) {
|
|
1835
1844
|
this.attrs ? this.attrs.push(e) : this.attrs = [e];
|
|
1836
1845
|
};
|
|
1837
|
-
|
|
1846
|
+
eu.prototype.attrSet = function(e, t) {
|
|
1838
1847
|
const n = this.attrIndex(e), r = [e, t];
|
|
1839
1848
|
n < 0 ? this.attrPush(r) : this.attrs[n] = r;
|
|
1840
1849
|
};
|
|
1841
|
-
|
|
1850
|
+
eu.prototype.attrGet = function(e) {
|
|
1842
1851
|
const t = this.attrIndex(e);
|
|
1843
1852
|
let n = null;
|
|
1844
1853
|
return t >= 0 && (n = this.attrs[t][1]), n;
|
|
1845
1854
|
};
|
|
1846
|
-
|
|
1855
|
+
eu.prototype.attrJoin = function(e, t) {
|
|
1847
1856
|
const n = this.attrIndex(e);
|
|
1848
1857
|
n < 0 ? this.attrPush([e, t]) : this.attrs[n][1] = this.attrs[n][1] + " " + t;
|
|
1849
1858
|
};
|
|
1850
1859
|
function Ut(u, e, t) {
|
|
1851
1860
|
this.src = u, this.env = t, this.tokens = [], this.inlineMode = !1, this.md = e;
|
|
1852
1861
|
}
|
|
1853
|
-
Ut.prototype.Token =
|
|
1854
|
-
const
|
|
1855
|
-
function
|
|
1862
|
+
Ut.prototype.Token = eu;
|
|
1863
|
+
const Rc = /\r\n?|\n/g, Mc = /\0/g;
|
|
1864
|
+
function Ic(u) {
|
|
1856
1865
|
let e;
|
|
1857
|
-
e = u.src.replace(
|
|
1858
|
-
`), e = e.replace(
|
|
1866
|
+
e = u.src.replace(Rc, `
|
|
1867
|
+
`), e = e.replace(Mc, "�"), u.src = e;
|
|
1859
1868
|
}
|
|
1860
|
-
function
|
|
1869
|
+
function Lc(u) {
|
|
1861
1870
|
let e;
|
|
1862
1871
|
u.inlineMode ? (e = new u.Token("inline", "", 0), e.content = u.src, e.map = [0, 1], e.children = [], u.tokens.push(e)) : u.md.block.parse(u.src, u.md, u.env, u.tokens);
|
|
1863
1872
|
}
|
|
1864
|
-
function
|
|
1873
|
+
function Oc(u) {
|
|
1865
1874
|
const e = u.tokens;
|
|
1866
1875
|
for (let t = 0, n = e.length; t < n; t++) {
|
|
1867
1876
|
const r = e[t];
|
|
1868
1877
|
r.type === "inline" && u.md.inline.parse(r.content, u.md, u.env, r.children);
|
|
1869
1878
|
}
|
|
1870
1879
|
}
|
|
1871
|
-
function
|
|
1880
|
+
function Nc(u) {
|
|
1872
1881
|
return /^<a[>\s]/i.test(u);
|
|
1873
1882
|
}
|
|
1874
1883
|
function Pc(u) {
|
|
1875
1884
|
return /^<\/a\s*>/i.test(u);
|
|
1876
1885
|
}
|
|
1877
|
-
function
|
|
1886
|
+
function Bc(u) {
|
|
1878
1887
|
const e = u.tokens;
|
|
1879
1888
|
if (u.md.options.linkify)
|
|
1880
1889
|
for (let t = 0, n = e.length; t < n; t++) {
|
|
@@ -1888,72 +1897,72 @@ function zc(u) {
|
|
|
1888
1897
|
i--;
|
|
1889
1898
|
continue;
|
|
1890
1899
|
}
|
|
1891
|
-
if (o.type === "html_inline" && (
|
|
1900
|
+
if (o.type === "html_inline" && (Nc(o.content) && c > 0 && c--, Pc(o.content) && c++), !(c > 0) && o.type === "text" && u.md.linkify.test(o.content)) {
|
|
1892
1901
|
const a = o.content;
|
|
1893
1902
|
let s = u.md.linkify.match(a);
|
|
1894
1903
|
const f = [];
|
|
1895
|
-
let
|
|
1904
|
+
let d = o.level, _ = 0;
|
|
1896
1905
|
s.length > 0 && s[0].index === 0 && i > 0 && r[i - 1].type === "text_special" && (s = s.slice(1));
|
|
1897
|
-
for (let
|
|
1898
|
-
const
|
|
1899
|
-
if (!u.md.validateLink(
|
|
1906
|
+
for (let h = 0; h < s.length; h++) {
|
|
1907
|
+
const p = s[h].url, A = u.md.normalizeLink(p);
|
|
1908
|
+
if (!u.md.validateLink(A))
|
|
1900
1909
|
continue;
|
|
1901
|
-
let D = s[
|
|
1902
|
-
s[
|
|
1903
|
-
const S = s[
|
|
1910
|
+
let D = s[h].text;
|
|
1911
|
+
s[h].schema ? s[h].schema === "mailto:" && !/^mailto:/i.test(D) ? D = u.md.normalizeLinkText("mailto:" + D).replace(/^mailto:/, "") : D = u.md.normalizeLinkText(D) : D = u.md.normalizeLinkText("http://" + D).replace(/^http:\/\//, "");
|
|
1912
|
+
const S = s[h].index;
|
|
1904
1913
|
if (S > _) {
|
|
1905
|
-
const
|
|
1906
|
-
|
|
1914
|
+
const C = new u.Token("text", "", 0);
|
|
1915
|
+
C.content = a.slice(_, S), C.level = d, f.push(C);
|
|
1907
1916
|
}
|
|
1908
1917
|
const E = new u.Token("link_open", "a", 1);
|
|
1909
|
-
E.attrs = [["href",
|
|
1918
|
+
E.attrs = [["href", A]], E.level = d++, E.markup = "linkify", E.info = "auto", f.push(E);
|
|
1910
1919
|
const k = new u.Token("text", "", 0);
|
|
1911
|
-
k.content = D, k.level =
|
|
1920
|
+
k.content = D, k.level = d, f.push(k);
|
|
1912
1921
|
const m = new u.Token("link_close", "a", -1);
|
|
1913
|
-
m.level = --
|
|
1922
|
+
m.level = --d, m.markup = "linkify", m.info = "auto", f.push(m), _ = s[h].lastIndex;
|
|
1914
1923
|
}
|
|
1915
1924
|
if (_ < a.length) {
|
|
1916
|
-
const
|
|
1917
|
-
|
|
1925
|
+
const h = new u.Token("text", "", 0);
|
|
1926
|
+
h.content = a.slice(_), h.level = d, f.push(h);
|
|
1918
1927
|
}
|
|
1919
1928
|
e[t].children = r = zt(r, i, f);
|
|
1920
1929
|
}
|
|
1921
1930
|
}
|
|
1922
1931
|
}
|
|
1923
1932
|
}
|
|
1924
|
-
const Ht = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/,
|
|
1933
|
+
const Ht = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/, zc = /\((c|tm|r)\)/i, qc = /\((c|tm|r)\)/ig, Uc = {
|
|
1925
1934
|
c: "©",
|
|
1926
1935
|
r: "®",
|
|
1927
1936
|
tm: "™"
|
|
1928
1937
|
};
|
|
1929
|
-
function
|
|
1930
|
-
return
|
|
1938
|
+
function Hc(u, e) {
|
|
1939
|
+
return Uc[e.toLowerCase()];
|
|
1931
1940
|
}
|
|
1932
|
-
function
|
|
1941
|
+
function $c(u) {
|
|
1933
1942
|
let e = 0;
|
|
1934
1943
|
for (let t = u.length - 1; t >= 0; t--) {
|
|
1935
1944
|
const n = u[t];
|
|
1936
|
-
n.type === "text" && !e && (n.content = n.content.replace(
|
|
1945
|
+
n.type === "text" && !e && (n.content = n.content.replace(qc, Hc)), n.type === "link_open" && n.info === "auto" && e--, n.type === "link_close" && n.info === "auto" && e++;
|
|
1937
1946
|
}
|
|
1938
1947
|
}
|
|
1939
|
-
function
|
|
1948
|
+
function jc(u) {
|
|
1940
1949
|
let e = 0;
|
|
1941
1950
|
for (let t = u.length - 1; t >= 0; t--) {
|
|
1942
1951
|
const n = u[t];
|
|
1943
1952
|
n.type === "text" && !e && Ht.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" && e--, n.type === "link_close" && n.info === "auto" && e++;
|
|
1944
1953
|
}
|
|
1945
1954
|
}
|
|
1946
|
-
function
|
|
1955
|
+
function Gc(u) {
|
|
1947
1956
|
let e;
|
|
1948
1957
|
if (u.md.options.typographer)
|
|
1949
1958
|
for (e = u.tokens.length - 1; e >= 0; e--)
|
|
1950
|
-
u.tokens[e].type === "inline" && (
|
|
1959
|
+
u.tokens[e].type === "inline" && (zc.test(u.tokens[e].content) && $c(u.tokens[e].children), Ht.test(u.tokens[e].content) && jc(u.tokens[e].children));
|
|
1951
1960
|
}
|
|
1952
|
-
const
|
|
1961
|
+
const Wc = /['"]/, ft = /['"]/g, dt = "’";
|
|
1953
1962
|
function Ee(u, e, t) {
|
|
1954
1963
|
return u.slice(0, e) + t + u.slice(e + 1);
|
|
1955
1964
|
}
|
|
1956
|
-
function
|
|
1965
|
+
function Zc(u, e) {
|
|
1957
1966
|
let t;
|
|
1958
1967
|
const n = [];
|
|
1959
1968
|
for (let r = 0; r < u.length; r++) {
|
|
@@ -1969,30 +1978,30 @@ function Vc(u, e) {
|
|
|
1969
1978
|
const f = ft.exec(o);
|
|
1970
1979
|
if (!f)
|
|
1971
1980
|
break;
|
|
1972
|
-
let
|
|
1981
|
+
let d = !0, _ = !0;
|
|
1973
1982
|
a = f.index + 1;
|
|
1974
|
-
const
|
|
1975
|
-
let
|
|
1983
|
+
const h = f[0] === "'";
|
|
1984
|
+
let p = 32;
|
|
1976
1985
|
if (f.index - 1 >= 0)
|
|
1977
|
-
|
|
1986
|
+
p = o.charCodeAt(f.index - 1);
|
|
1978
1987
|
else
|
|
1979
1988
|
for (t = r - 1; t >= 0 && !(u[t].type === "softbreak" || u[t].type === "hardbreak"); t--)
|
|
1980
1989
|
if (u[t].content) {
|
|
1981
|
-
|
|
1990
|
+
p = u[t].content.charCodeAt(u[t].content.length - 1);
|
|
1982
1991
|
break;
|
|
1983
1992
|
}
|
|
1984
|
-
let
|
|
1993
|
+
let A = 32;
|
|
1985
1994
|
if (a < s)
|
|
1986
|
-
|
|
1995
|
+
A = o.charCodeAt(a);
|
|
1987
1996
|
else
|
|
1988
1997
|
for (t = r + 1; t < u.length && !(u[t].type === "softbreak" || u[t].type === "hardbreak"); t++)
|
|
1989
1998
|
if (u[t].content) {
|
|
1990
|
-
|
|
1999
|
+
A = u[t].content.charCodeAt(0);
|
|
1991
2000
|
break;
|
|
1992
2001
|
}
|
|
1993
|
-
const D =
|
|
1994
|
-
if (k ?
|
|
1995
|
-
|
|
2002
|
+
const D = oe(p) || ce(String.fromCharCode(p)), S = oe(A) || ce(String.fromCharCode(A)), E = re(p), k = re(A);
|
|
2003
|
+
if (k ? d = !1 : S && (E || D || (d = !1)), E ? _ = !1 : D && (k || S || (_ = !1)), A === 34 && f[0] === '"' && p >= 48 && p <= 57 && (_ = d = !1), d && _ && (d = D, _ = S), !d && !_) {
|
|
2004
|
+
h && (c.content = Ee(c.content, f.index, dt));
|
|
1996
2005
|
continue;
|
|
1997
2006
|
}
|
|
1998
2007
|
if (_)
|
|
@@ -2000,32 +2009,32 @@ function Vc(u, e) {
|
|
|
2000
2009
|
let m = n[t];
|
|
2001
2010
|
if (n[t].level < i)
|
|
2002
2011
|
break;
|
|
2003
|
-
if (m.single ===
|
|
2012
|
+
if (m.single === h && n[t].level === i) {
|
|
2004
2013
|
m = n[t];
|
|
2005
|
-
let
|
|
2006
|
-
|
|
2014
|
+
let C, y;
|
|
2015
|
+
h ? (C = e.md.options.quotes[2], y = e.md.options.quotes[3]) : (C = e.md.options.quotes[0], y = e.md.options.quotes[1]), c.content = Ee(c.content, f.index, y), u[m.token].content = Ee(
|
|
2007
2016
|
u[m.token].content,
|
|
2008
2017
|
m.pos,
|
|
2009
|
-
|
|
2010
|
-
), a += y.length - 1, m.token === r && (a +=
|
|
2018
|
+
C
|
|
2019
|
+
), a += y.length - 1, m.token === r && (a += C.length - 1), o = c.content, s = o.length, n.length = t;
|
|
2011
2020
|
continue u;
|
|
2012
2021
|
}
|
|
2013
2022
|
}
|
|
2014
|
-
|
|
2023
|
+
d ? n.push({
|
|
2015
2024
|
token: r,
|
|
2016
2025
|
pos: f.index,
|
|
2017
|
-
single:
|
|
2026
|
+
single: h,
|
|
2018
2027
|
level: i
|
|
2019
|
-
}) : _ &&
|
|
2028
|
+
}) : _ && h && (c.content = Ee(c.content, f.index, dt));
|
|
2020
2029
|
}
|
|
2021
2030
|
}
|
|
2022
2031
|
}
|
|
2023
|
-
function
|
|
2032
|
+
function Vc(u) {
|
|
2024
2033
|
if (u.md.options.typographer)
|
|
2025
2034
|
for (let e = u.tokens.length - 1; e >= 0; e--)
|
|
2026
|
-
u.tokens[e].type !== "inline" || !
|
|
2035
|
+
u.tokens[e].type !== "inline" || !Wc.test(u.tokens[e].content) || Zc(u.tokens[e].children, u);
|
|
2027
2036
|
}
|
|
2028
|
-
function
|
|
2037
|
+
function Yc(u) {
|
|
2029
2038
|
let e, t;
|
|
2030
2039
|
const n = u.tokens, r = n.length;
|
|
2031
2040
|
for (let c = 0; c < r; c++) {
|
|
@@ -2038,21 +2047,21 @@ function Xc(u) {
|
|
|
2038
2047
|
e !== t && (i.length = t);
|
|
2039
2048
|
}
|
|
2040
2049
|
}
|
|
2041
|
-
const
|
|
2042
|
-
["normalize",
|
|
2043
|
-
["block",
|
|
2044
|
-
["inline",
|
|
2045
|
-
["linkify",
|
|
2046
|
-
["replacements",
|
|
2047
|
-
["smartquotes",
|
|
2050
|
+
const Je = [
|
|
2051
|
+
["normalize", Ic],
|
|
2052
|
+
["block", Lc],
|
|
2053
|
+
["inline", Oc],
|
|
2054
|
+
["linkify", Bc],
|
|
2055
|
+
["replacements", Gc],
|
|
2056
|
+
["smartquotes", Vc],
|
|
2048
2057
|
// `text_join` finds `text_special` tokens (for escape sequences)
|
|
2049
2058
|
// and joins them with the rest of the text
|
|
2050
|
-
["text_join",
|
|
2059
|
+
["text_join", Yc]
|
|
2051
2060
|
];
|
|
2052
2061
|
function _0() {
|
|
2053
2062
|
this.ruler = new V();
|
|
2054
|
-
for (let u = 0; u <
|
|
2055
|
-
this.ruler.push(
|
|
2063
|
+
for (let u = 0; u < Je.length; u++)
|
|
2064
|
+
this.ruler.push(Je[u][0], Je[u][1]);
|
|
2056
2065
|
}
|
|
2057
2066
|
_0.prototype.process = function(u) {
|
|
2058
2067
|
const e = this.ruler.getRules("");
|
|
@@ -2064,19 +2073,19 @@ function au(u, e, t, n) {
|
|
|
2064
2073
|
this.src = u, this.md = e, this.env = t, this.tokens = n, this.bMarks = [], this.eMarks = [], this.tShift = [], this.sCount = [], this.bsCount = [], this.blkIndent = 0, this.line = 0, this.lineMax = 0, this.tight = !1, this.ddIndent = -1, this.listIndent = -1, this.parentType = "root", this.level = 0;
|
|
2065
2074
|
const r = this.src;
|
|
2066
2075
|
for (let c = 0, i = 0, o = 0, a = 0, s = r.length, f = !1; i < s; i++) {
|
|
2067
|
-
const
|
|
2076
|
+
const d = r.charCodeAt(i);
|
|
2068
2077
|
if (!f)
|
|
2069
|
-
if (w(
|
|
2070
|
-
o++,
|
|
2078
|
+
if (w(d)) {
|
|
2079
|
+
o++, d === 9 ? a += 4 - a % 4 : a++;
|
|
2071
2080
|
continue;
|
|
2072
2081
|
} else
|
|
2073
2082
|
f = !0;
|
|
2074
|
-
(
|
|
2083
|
+
(d === 10 || i === s - 1) && (d !== 10 && i++, this.bMarks.push(c), this.eMarks.push(i), this.tShift.push(o), this.sCount.push(a), this.bsCount.push(0), f = !1, o = 0, a = 0, c = i + 1);
|
|
2075
2084
|
}
|
|
2076
2085
|
this.bMarks.push(r.length), this.eMarks.push(r.length), this.tShift.push(0), this.sCount.push(0), this.bsCount.push(0), this.lineMax = this.bMarks.length - 1;
|
|
2077
2086
|
}
|
|
2078
2087
|
au.prototype.push = function(u, e, t) {
|
|
2079
|
-
const n = new
|
|
2088
|
+
const n = new eu(u, e, t);
|
|
2080
2089
|
return n.block = !0, t < 0 && this.level--, n.level = this.level, t > 0 && this.level++, this.tokens.push(n), n;
|
|
2081
2090
|
};
|
|
2082
2091
|
au.prototype.isEmpty = function(e) {
|
|
@@ -2123,8 +2132,8 @@ au.prototype.getLines = function(e, t, n, r) {
|
|
|
2123
2132
|
for (let i = 0, o = e; o < t; o++, i++) {
|
|
2124
2133
|
let a = 0;
|
|
2125
2134
|
const s = this.bMarks[o];
|
|
2126
|
-
let f = s,
|
|
2127
|
-
for (o + 1 < t || r ?
|
|
2135
|
+
let f = s, d;
|
|
2136
|
+
for (o + 1 < t || r ? d = this.eMarks[o] + 1 : d = this.eMarks[o]; f < d && a < n; ) {
|
|
2128
2137
|
const _ = this.src.charCodeAt(f);
|
|
2129
2138
|
if (w(_))
|
|
2130
2139
|
_ === 9 ? a += 4 - (a + this.bsCount[o]) % 4 : a++;
|
|
@@ -2134,24 +2143,24 @@ au.prototype.getLines = function(e, t, n, r) {
|
|
|
2134
2143
|
break;
|
|
2135
2144
|
f++;
|
|
2136
2145
|
}
|
|
2137
|
-
a > n ? c[i] = new Array(a - n + 1).join(" ") + this.src.slice(f,
|
|
2146
|
+
a > n ? c[i] = new Array(a - n + 1).join(" ") + this.src.slice(f, d) : c[i] = this.src.slice(f, d);
|
|
2138
2147
|
}
|
|
2139
2148
|
return c.join("");
|
|
2140
2149
|
};
|
|
2141
|
-
au.prototype.Token =
|
|
2142
|
-
const
|
|
2143
|
-
function
|
|
2150
|
+
au.prototype.Token = eu;
|
|
2151
|
+
const Xc = 65536;
|
|
2152
|
+
function Qe(u, e) {
|
|
2144
2153
|
const t = u.bMarks[e] + u.tShift[e], n = u.eMarks[e];
|
|
2145
2154
|
return u.src.slice(t, n);
|
|
2146
2155
|
}
|
|
2147
|
-
function
|
|
2156
|
+
function pt(u) {
|
|
2148
2157
|
const e = [], t = u.length;
|
|
2149
2158
|
let n = 0, r = u.charCodeAt(n), c = !1, i = 0, o = "";
|
|
2150
2159
|
for (; n < t; )
|
|
2151
2160
|
r === 124 && (c ? (o += u.substring(i, n - 1), i = n) : (e.push(o + u.substring(i, n)), o = "", i = n + 1)), c = r === 92, n++, r = u.charCodeAt(n);
|
|
2152
2161
|
return e.push(o + u.substring(i)), e;
|
|
2153
2162
|
}
|
|
2154
|
-
function
|
|
2163
|
+
function Jc(u, e, t, n) {
|
|
2155
2164
|
if (e + 2 > t)
|
|
2156
2165
|
return !1;
|
|
2157
2166
|
let r = e + 1;
|
|
@@ -2172,38 +2181,38 @@ function Qc(u, e, t, n) {
|
|
|
2172
2181
|
return !1;
|
|
2173
2182
|
c++;
|
|
2174
2183
|
}
|
|
2175
|
-
let a =
|
|
2184
|
+
let a = Qe(u, e + 1), s = a.split("|");
|
|
2176
2185
|
const f = [];
|
|
2177
2186
|
for (let m = 0; m < s.length; m++) {
|
|
2178
|
-
const
|
|
2179
|
-
if (!
|
|
2187
|
+
const C = s[m].trim();
|
|
2188
|
+
if (!C) {
|
|
2180
2189
|
if (m === 0 || m === s.length - 1)
|
|
2181
2190
|
continue;
|
|
2182
2191
|
return !1;
|
|
2183
2192
|
}
|
|
2184
|
-
if (!/^:?-+:?$/.test(
|
|
2193
|
+
if (!/^:?-+:?$/.test(C))
|
|
2185
2194
|
return !1;
|
|
2186
|
-
|
|
2195
|
+
C.charCodeAt(C.length - 1) === 58 ? f.push(C.charCodeAt(0) === 58 ? "center" : "right") : C.charCodeAt(0) === 58 ? f.push("left") : f.push("");
|
|
2187
2196
|
}
|
|
2188
|
-
if (a =
|
|
2197
|
+
if (a = Qe(u, e).trim(), a.indexOf("|") === -1 || u.sCount[e] - u.blkIndent >= 4)
|
|
2189
2198
|
return !1;
|
|
2190
|
-
s =
|
|
2191
|
-
const
|
|
2192
|
-
if (
|
|
2199
|
+
s = pt(a), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop();
|
|
2200
|
+
const d = s.length;
|
|
2201
|
+
if (d === 0 || d !== f.length)
|
|
2193
2202
|
return !1;
|
|
2194
2203
|
if (n)
|
|
2195
2204
|
return !0;
|
|
2196
2205
|
const _ = u.parentType;
|
|
2197
2206
|
u.parentType = "table";
|
|
2198
|
-
const
|
|
2199
|
-
|
|
2207
|
+
const h = u.md.block.ruler.getRules("blockquote"), p = u.push("table_open", "table", 1), A = [e, 0];
|
|
2208
|
+
p.map = A;
|
|
2200
2209
|
const D = u.push("thead_open", "thead", 1);
|
|
2201
2210
|
D.map = [e, e + 1];
|
|
2202
2211
|
const S = u.push("tr_open", "tr", 1);
|
|
2203
2212
|
S.map = [e, e + 1];
|
|
2204
2213
|
for (let m = 0; m < s.length; m++) {
|
|
2205
|
-
const
|
|
2206
|
-
f[m] && (
|
|
2214
|
+
const C = u.push("th_open", "th", 1);
|
|
2215
|
+
f[m] && (C.attrs = [["style", "text-align:" + f[m]]]);
|
|
2207
2216
|
const y = u.push("inline", "", 0);
|
|
2208
2217
|
y.content = s[m].trim(), y.children = [], u.push("th_close", "th", -1);
|
|
2209
2218
|
}
|
|
@@ -2211,20 +2220,20 @@ function Qc(u, e, t, n) {
|
|
|
2211
2220
|
let E, k = 0;
|
|
2212
2221
|
for (r = e + 2; r < t && !(u.sCount[r] < u.blkIndent); r++) {
|
|
2213
2222
|
let m = !1;
|
|
2214
|
-
for (let y = 0, L =
|
|
2215
|
-
if (
|
|
2223
|
+
for (let y = 0, L = h.length; y < L; y++)
|
|
2224
|
+
if (h[y](u, r, t, !0)) {
|
|
2216
2225
|
m = !0;
|
|
2217
2226
|
break;
|
|
2218
2227
|
}
|
|
2219
|
-
if (m || (a =
|
|
2228
|
+
if (m || (a = Qe(u, r).trim(), !a) || u.sCount[r] - u.blkIndent >= 4 || (s = pt(a), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), k += d - s.length, k > Xc))
|
|
2220
2229
|
break;
|
|
2221
2230
|
if (r === e + 2) {
|
|
2222
2231
|
const y = u.push("tbody_open", "tbody", 1);
|
|
2223
2232
|
y.map = E = [e + 2, 0];
|
|
2224
2233
|
}
|
|
2225
|
-
const
|
|
2226
|
-
|
|
2227
|
-
for (let y = 0; y <
|
|
2234
|
+
const C = u.push("tr_open", "tr", 1);
|
|
2235
|
+
C.map = [r, r + 1];
|
|
2236
|
+
for (let y = 0; y < d; y++) {
|
|
2228
2237
|
const L = u.push("td_open", "td", 1);
|
|
2229
2238
|
f[y] && (L.attrs = [["style", "text-align:" + f[y]]]);
|
|
2230
2239
|
const Y = u.push("inline", "", 0);
|
|
@@ -2232,9 +2241,9 @@ function Qc(u, e, t, n) {
|
|
|
2232
2241
|
}
|
|
2233
2242
|
u.push("tr_close", "tr", -1);
|
|
2234
2243
|
}
|
|
2235
|
-
return E && (u.push("tbody_close", "tbody", -1), E[1] = r), u.push("table_close", "table", -1),
|
|
2244
|
+
return E && (u.push("tbody_close", "tbody", -1), E[1] = r), u.push("table_close", "table", -1), A[1] = r, u.parentType = _, u.line = r, !0;
|
|
2236
2245
|
}
|
|
2237
|
-
function
|
|
2246
|
+
function Qc(u, e, t) {
|
|
2238
2247
|
if (u.sCount[e] - u.blkIndent < 4)
|
|
2239
2248
|
return !1;
|
|
2240
2249
|
let n = e + 1, r = n;
|
|
@@ -2254,7 +2263,7 @@ function Kc(u, e, t) {
|
|
|
2254
2263
|
return c.content = u.getLines(e, r, 4 + u.blkIndent, !1) + `
|
|
2255
2264
|
`, c.map = [e, u.line], !0;
|
|
2256
2265
|
}
|
|
2257
|
-
function
|
|
2266
|
+
function Kc(u, e, t, n) {
|
|
2258
2267
|
let r = u.bMarks[e] + u.tShift[e], c = u.eMarks[e];
|
|
2259
2268
|
if (u.sCount[e] - u.blkIndent >= 4 || r + 3 > c)
|
|
2260
2269
|
return !1;
|
|
@@ -2271,72 +2280,72 @@ function uo(u, e, t, n) {
|
|
|
2271
2280
|
return !1;
|
|
2272
2281
|
if (n)
|
|
2273
2282
|
return !0;
|
|
2274
|
-
let
|
|
2275
|
-
for (;
|
|
2276
|
-
if (u.src.charCodeAt(r) === i && !(u.sCount[
|
|
2283
|
+
let d = e, _ = !1;
|
|
2284
|
+
for (; d++, !(d >= t || (r = o = u.bMarks[d] + u.tShift[d], c = u.eMarks[d], r < c && u.sCount[d] < u.blkIndent)); )
|
|
2285
|
+
if (u.src.charCodeAt(r) === i && !(u.sCount[d] - u.blkIndent >= 4) && (r = u.skipChars(r, i), !(r - o < a) && (r = u.skipSpaces(r), !(r < c)))) {
|
|
2277
2286
|
_ = !0;
|
|
2278
2287
|
break;
|
|
2279
2288
|
}
|
|
2280
|
-
a = u.sCount[e], u.line =
|
|
2281
|
-
const
|
|
2282
|
-
return
|
|
2289
|
+
a = u.sCount[e], u.line = d + (_ ? 1 : 0);
|
|
2290
|
+
const h = u.push("fence", "code", 0);
|
|
2291
|
+
return h.info = f, h.content = u.getLines(e + 1, d, a, !0), h.markup = s, h.map = [e, u.line], !0;
|
|
2283
2292
|
}
|
|
2284
|
-
function
|
|
2293
|
+
function uo(u, e, t, n) {
|
|
2285
2294
|
let r = u.bMarks[e] + u.tShift[e], c = u.eMarks[e];
|
|
2286
2295
|
const i = u.lineMax;
|
|
2287
2296
|
if (u.sCount[e] - u.blkIndent >= 4 || u.src.charCodeAt(r) !== 62)
|
|
2288
2297
|
return !1;
|
|
2289
2298
|
if (n)
|
|
2290
2299
|
return !0;
|
|
2291
|
-
const o = [], a = [], s = [], f = [],
|
|
2300
|
+
const o = [], a = [], s = [], f = [], d = u.md.block.ruler.getRules("blockquote"), _ = u.parentType;
|
|
2292
2301
|
u.parentType = "blockquote";
|
|
2293
|
-
let
|
|
2294
|
-
for (
|
|
2295
|
-
const k = u.sCount[
|
|
2296
|
-
if (r = u.bMarks[
|
|
2302
|
+
let h = !1, p;
|
|
2303
|
+
for (p = e; p < t; p++) {
|
|
2304
|
+
const k = u.sCount[p] < u.blkIndent;
|
|
2305
|
+
if (r = u.bMarks[p] + u.tShift[p], c = u.eMarks[p], r >= c)
|
|
2297
2306
|
break;
|
|
2298
2307
|
if (u.src.charCodeAt(r++) === 62 && !k) {
|
|
2299
|
-
let
|
|
2300
|
-
u.src.charCodeAt(r) === 32 ? (r++,
|
|
2301
|
-
let Y =
|
|
2302
|
-
for (o.push(u.bMarks[
|
|
2303
|
-
const
|
|
2304
|
-
if (w(
|
|
2305
|
-
|
|
2308
|
+
let C = u.sCount[p] + 1, y, L;
|
|
2309
|
+
u.src.charCodeAt(r) === 32 ? (r++, C++, L = !1, y = !0) : u.src.charCodeAt(r) === 9 ? (y = !0, (u.bsCount[p] + C) % 4 === 3 ? (r++, C++, L = !1) : L = !0) : y = !1;
|
|
2310
|
+
let Y = C;
|
|
2311
|
+
for (o.push(u.bMarks[p]), u.bMarks[p] = r; r < c; ) {
|
|
2312
|
+
const tu = u.src.charCodeAt(r);
|
|
2313
|
+
if (w(tu))
|
|
2314
|
+
tu === 9 ? Y += 4 - (Y + u.bsCount[p] + (L ? 1 : 0)) % 4 : Y++;
|
|
2306
2315
|
else
|
|
2307
2316
|
break;
|
|
2308
2317
|
r++;
|
|
2309
2318
|
}
|
|
2310
|
-
|
|
2319
|
+
h = r >= c, a.push(u.bsCount[p]), u.bsCount[p] = u.sCount[p] + 1 + (y ? 1 : 0), s.push(u.sCount[p]), u.sCount[p] = Y - C, f.push(u.tShift[p]), u.tShift[p] = r - u.bMarks[p];
|
|
2311
2320
|
continue;
|
|
2312
2321
|
}
|
|
2313
|
-
if (
|
|
2322
|
+
if (h)
|
|
2314
2323
|
break;
|
|
2315
2324
|
let m = !1;
|
|
2316
|
-
for (let
|
|
2317
|
-
if (
|
|
2325
|
+
for (let C = 0, y = d.length; C < y; C++)
|
|
2326
|
+
if (d[C](u, p, t, !0)) {
|
|
2318
2327
|
m = !0;
|
|
2319
2328
|
break;
|
|
2320
2329
|
}
|
|
2321
2330
|
if (m) {
|
|
2322
|
-
u.lineMax =
|
|
2331
|
+
u.lineMax = p, u.blkIndent !== 0 && (o.push(u.bMarks[p]), a.push(u.bsCount[p]), f.push(u.tShift[p]), s.push(u.sCount[p]), u.sCount[p] -= u.blkIndent);
|
|
2323
2332
|
break;
|
|
2324
2333
|
}
|
|
2325
|
-
o.push(u.bMarks[
|
|
2334
|
+
o.push(u.bMarks[p]), a.push(u.bsCount[p]), f.push(u.tShift[p]), s.push(u.sCount[p]), u.sCount[p] = -1;
|
|
2326
2335
|
}
|
|
2327
|
-
const
|
|
2336
|
+
const A = u.blkIndent;
|
|
2328
2337
|
u.blkIndent = 0;
|
|
2329
2338
|
const D = u.push("blockquote_open", "blockquote", 1);
|
|
2330
2339
|
D.markup = ">";
|
|
2331
2340
|
const S = [e, 0];
|
|
2332
|
-
D.map = S, u.md.block.tokenize(u, e,
|
|
2341
|
+
D.map = S, u.md.block.tokenize(u, e, p);
|
|
2333
2342
|
const E = u.push("blockquote_close", "blockquote", -1);
|
|
2334
2343
|
E.markup = ">", u.lineMax = i, u.parentType = _, S[1] = u.line;
|
|
2335
2344
|
for (let k = 0; k < f.length; k++)
|
|
2336
2345
|
u.bMarks[k + e] = o[k], u.tShift[k + e] = f[k], u.sCount[k + e] = s[k], u.bsCount[k + e] = a[k];
|
|
2337
|
-
return u.blkIndent =
|
|
2346
|
+
return u.blkIndent = A, !0;
|
|
2338
2347
|
}
|
|
2339
|
-
function
|
|
2348
|
+
function eo(u, e, t, n) {
|
|
2340
2349
|
const r = u.eMarks[e];
|
|
2341
2350
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2342
2351
|
return !1;
|
|
@@ -2359,7 +2368,7 @@ function to(u, e, t, n) {
|
|
|
2359
2368
|
const a = u.push("hr", "hr", 0);
|
|
2360
2369
|
return a.map = [e, u.line], a.markup = Array(o + 1).join(String.fromCharCode(i)), !0;
|
|
2361
2370
|
}
|
|
2362
|
-
function
|
|
2371
|
+
function ht(u, e) {
|
|
2363
2372
|
const t = u.eMarks[e];
|
|
2364
2373
|
let n = u.bMarks[e] + u.tShift[e];
|
|
2365
2374
|
const r = u.src.charCodeAt(n++);
|
|
@@ -2394,78 +2403,78 @@ function bt(u, e) {
|
|
|
2394
2403
|
}
|
|
2395
2404
|
return r < n && (c = u.src.charCodeAt(r), !w(c)) ? -1 : r;
|
|
2396
2405
|
}
|
|
2397
|
-
function
|
|
2406
|
+
function to(u, e) {
|
|
2398
2407
|
const t = u.level + 2;
|
|
2399
2408
|
for (let n = e + 2, r = u.tokens.length - 2; n < r; n++)
|
|
2400
2409
|
u.tokens[n].level === t && u.tokens[n].type === "paragraph_open" && (u.tokens[n + 2].hidden = !0, u.tokens[n].hidden = !0, n += 2);
|
|
2401
2410
|
}
|
|
2402
|
-
function
|
|
2411
|
+
function no(u, e, t, n) {
|
|
2403
2412
|
let r, c, i, o, a = e, s = !0;
|
|
2404
2413
|
if (u.sCount[a] - u.blkIndent >= 4 || u.listIndent >= 0 && u.sCount[a] - u.listIndent >= 4 && u.sCount[a] < u.blkIndent)
|
|
2405
2414
|
return !1;
|
|
2406
2415
|
let f = !1;
|
|
2407
2416
|
n && u.parentType === "paragraph" && u.sCount[a] >= u.blkIndent && (f = !0);
|
|
2408
|
-
let
|
|
2409
|
-
if ((
|
|
2410
|
-
if (
|
|
2411
|
-
} else if ((
|
|
2412
|
-
|
|
2417
|
+
let d, _, h;
|
|
2418
|
+
if ((h = bt(u, a)) >= 0) {
|
|
2419
|
+
if (d = !0, i = u.bMarks[a] + u.tShift[a], _ = Number(u.src.slice(i, h - 1)), f && _ !== 1) return !1;
|
|
2420
|
+
} else if ((h = ht(u, a)) >= 0)
|
|
2421
|
+
d = !1;
|
|
2413
2422
|
else
|
|
2414
2423
|
return !1;
|
|
2415
|
-
if (f && u.skipSpaces(
|
|
2424
|
+
if (f && u.skipSpaces(h) >= u.eMarks[a])
|
|
2416
2425
|
return !1;
|
|
2417
2426
|
if (n)
|
|
2418
2427
|
return !0;
|
|
2419
|
-
const
|
|
2420
|
-
|
|
2428
|
+
const p = u.src.charCodeAt(h - 1), A = u.tokens.length;
|
|
2429
|
+
d ? (o = u.push("ordered_list_open", "ol", 1), _ !== 1 && (o.attrs = [["start", _]])) : o = u.push("bullet_list_open", "ul", 1);
|
|
2421
2430
|
const D = [a, 0];
|
|
2422
|
-
o.map = D, o.markup = String.fromCharCode(
|
|
2431
|
+
o.map = D, o.markup = String.fromCharCode(p);
|
|
2423
2432
|
let S = !1;
|
|
2424
2433
|
const E = u.md.block.ruler.getRules("list"), k = u.parentType;
|
|
2425
2434
|
for (u.parentType = "list"; a < t; ) {
|
|
2426
|
-
c =
|
|
2427
|
-
const m = u.sCount[a] +
|
|
2428
|
-
let
|
|
2435
|
+
c = h, r = u.eMarks[a];
|
|
2436
|
+
const m = u.sCount[a] + h - (u.bMarks[a] + u.tShift[a]);
|
|
2437
|
+
let C = m;
|
|
2429
2438
|
for (; c < r; ) {
|
|
2430
|
-
const
|
|
2431
|
-
if (
|
|
2432
|
-
|
|
2433
|
-
else if (
|
|
2434
|
-
|
|
2439
|
+
const pu = u.src.charCodeAt(c);
|
|
2440
|
+
if (pu === 9)
|
|
2441
|
+
C += 4 - (C + u.bsCount[a]) % 4;
|
|
2442
|
+
else if (pu === 32)
|
|
2443
|
+
C++;
|
|
2435
2444
|
else
|
|
2436
2445
|
break;
|
|
2437
2446
|
c++;
|
|
2438
2447
|
}
|
|
2439
2448
|
const y = c;
|
|
2440
2449
|
let L;
|
|
2441
|
-
y >= r ? L = 1 : L =
|
|
2450
|
+
y >= r ? L = 1 : L = C - m, L > 4 && (L = 1);
|
|
2442
2451
|
const Y = m + L;
|
|
2443
|
-
o = u.push("list_item_open", "li", 1), o.markup = String.fromCharCode(
|
|
2444
|
-
const
|
|
2445
|
-
o.map =
|
|
2446
|
-
const Eu = u.tight, O = u.tShift[a],
|
|
2447
|
-
if (u.listIndent = u.blkIndent, u.blkIndent = Y, u.tight = !0, u.tShift[a] = y - u.bMarks[a], u.sCount[a] =
|
|
2452
|
+
o = u.push("list_item_open", "li", 1), o.markup = String.fromCharCode(p);
|
|
2453
|
+
const tu = [a, 0];
|
|
2454
|
+
o.map = tu, d && (o.info = u.src.slice(i, h - 1));
|
|
2455
|
+
const Eu = u.tight, O = u.tShift[a], $u = u.sCount[a], ju = u.listIndent;
|
|
2456
|
+
if (u.listIndent = u.blkIndent, u.blkIndent = Y, u.tight = !0, u.tShift[a] = y - u.bMarks[a], u.sCount[a] = C, y >= r && u.isEmpty(a + 1) ? u.line = Math.min(u.line + 2, t) : u.md.block.tokenize(u, a, t, !0), (!u.tight || S) && (s = !1), S = u.line - a > 1 && u.isEmpty(u.line - 1), u.blkIndent = u.listIndent, u.listIndent = ju, u.tShift[a] = O, u.sCount[a] = $u, u.tight = Eu, o = u.push("list_item_close", "li", -1), o.markup = String.fromCharCode(p), a = u.line, tu[1] = a, a >= t || u.sCount[a] < u.blkIndent || u.sCount[a] - u.blkIndent >= 4)
|
|
2448
2457
|
break;
|
|
2449
2458
|
let yu = !1;
|
|
2450
|
-
for (let
|
|
2451
|
-
if (E[
|
|
2459
|
+
for (let pu = 0, Ie = E.length; pu < Ie; pu++)
|
|
2460
|
+
if (E[pu](u, a, t, !0)) {
|
|
2452
2461
|
yu = !0;
|
|
2453
2462
|
break;
|
|
2454
2463
|
}
|
|
2455
2464
|
if (yu)
|
|
2456
2465
|
break;
|
|
2457
|
-
if (
|
|
2458
|
-
if (
|
|
2466
|
+
if (d) {
|
|
2467
|
+
if (h = bt(u, a), h < 0)
|
|
2459
2468
|
break;
|
|
2460
2469
|
i = u.bMarks[a] + u.tShift[a];
|
|
2461
|
-
} else if (
|
|
2470
|
+
} else if (h = ht(u, a), h < 0)
|
|
2462
2471
|
break;
|
|
2463
|
-
if (
|
|
2472
|
+
if (p !== u.src.charCodeAt(h - 1))
|
|
2464
2473
|
break;
|
|
2465
2474
|
}
|
|
2466
|
-
return
|
|
2475
|
+
return d ? o = u.push("ordered_list_close", "ol", -1) : o = u.push("bullet_list_close", "ul", -1), o.markup = String.fromCharCode(p), D[1] = a, u.line = a, u.parentType = k, s && to(u, A), !0;
|
|
2467
2476
|
}
|
|
2468
|
-
function
|
|
2477
|
+
function ro(u, e, t, n) {
|
|
2469
2478
|
let r = u.bMarks[e] + u.tShift[e], c = u.eMarks[e], i = e + 1;
|
|
2470
2479
|
if (u.sCount[e] - u.blkIndent >= 4 || u.src.charCodeAt(r) !== 91)
|
|
2471
2480
|
return !1;
|
|
@@ -2477,17 +2486,17 @@ function co(u, e, t, n) {
|
|
|
2477
2486
|
if (u.sCount[E] - u.blkIndent > 3 && (m = !0), u.sCount[E] < 0 && (m = !0), !m) {
|
|
2478
2487
|
const L = u.md.block.ruler.getRules("reference"), Y = u.parentType;
|
|
2479
2488
|
u.parentType = "reference";
|
|
2480
|
-
let
|
|
2489
|
+
let tu = !1;
|
|
2481
2490
|
for (let Eu = 0, O = L.length; Eu < O; Eu++)
|
|
2482
2491
|
if (L[Eu](u, E, k, !0)) {
|
|
2483
|
-
|
|
2492
|
+
tu = !0;
|
|
2484
2493
|
break;
|
|
2485
2494
|
}
|
|
2486
|
-
if (u.parentType = Y,
|
|
2495
|
+
if (u.parentType = Y, tu)
|
|
2487
2496
|
return null;
|
|
2488
2497
|
}
|
|
2489
|
-
const
|
|
2490
|
-
return u.src.slice(
|
|
2498
|
+
const C = u.bMarks[E] + u.tShift[E], y = u.eMarks[E];
|
|
2499
|
+
return u.src.slice(C, y + 1);
|
|
2491
2500
|
}
|
|
2492
2501
|
let a = u.src.slice(r, c + 1);
|
|
2493
2502
|
c = a.length;
|
|
@@ -2519,11 +2528,11 @@ function co(u, e, t, n) {
|
|
|
2519
2528
|
const f = u.md.helpers.parseLinkDestination(a, r, c);
|
|
2520
2529
|
if (!f.ok)
|
|
2521
2530
|
return !1;
|
|
2522
|
-
const
|
|
2523
|
-
if (!u.md.validateLink(
|
|
2531
|
+
const d = u.md.normalizeLink(f.str);
|
|
2532
|
+
if (!u.md.validateLink(d))
|
|
2524
2533
|
return !1;
|
|
2525
2534
|
r = f.pos;
|
|
2526
|
-
const _ = r,
|
|
2535
|
+
const _ = r, h = i, p = r;
|
|
2527
2536
|
for (; r < c; r++) {
|
|
2528
2537
|
const E = a.charCodeAt(r);
|
|
2529
2538
|
if (E === 10) {
|
|
@@ -2531,21 +2540,21 @@ function co(u, e, t, n) {
|
|
|
2531
2540
|
k !== null && (a += k, c = a.length, i++);
|
|
2532
2541
|
} else if (!w(E)) break;
|
|
2533
2542
|
}
|
|
2534
|
-
let
|
|
2535
|
-
for (;
|
|
2543
|
+
let A = u.md.helpers.parseLinkTitle(a, r, c);
|
|
2544
|
+
for (; A.can_continue; ) {
|
|
2536
2545
|
const E = o(i);
|
|
2537
2546
|
if (E === null) break;
|
|
2538
|
-
a += E, r = c, c = a.length, i++,
|
|
2547
|
+
a += E, r = c, c = a.length, i++, A = u.md.helpers.parseLinkTitle(a, r, c, A);
|
|
2539
2548
|
}
|
|
2540
2549
|
let D;
|
|
2541
|
-
for (r < c &&
|
|
2550
|
+
for (r < c && p !== r && A.ok ? (D = A.str, r = A.pos) : (D = "", r = _, i = h); r < c; ) {
|
|
2542
2551
|
const E = a.charCodeAt(r);
|
|
2543
2552
|
if (!w(E))
|
|
2544
2553
|
break;
|
|
2545
2554
|
r++;
|
|
2546
2555
|
}
|
|
2547
2556
|
if (r < c && a.charCodeAt(r) !== 10 && D)
|
|
2548
|
-
for (D = "", r = _, i =
|
|
2557
|
+
for (D = "", r = _, i = h; r < c; ) {
|
|
2549
2558
|
const E = a.charCodeAt(r);
|
|
2550
2559
|
if (!w(E))
|
|
2551
2560
|
break;
|
|
@@ -2553,10 +2562,10 @@ function co(u, e, t, n) {
|
|
|
2553
2562
|
}
|
|
2554
2563
|
if (r < c && a.charCodeAt(r) !== 10)
|
|
2555
2564
|
return !1;
|
|
2556
|
-
const S =
|
|
2557
|
-
return S ? (n || (typeof u.env.references > "u" && (u.env.references = {}), typeof u.env.references[S] > "u" && (u.env.references[S] = { title: D, href:
|
|
2565
|
+
const S = ve(a.slice(1, s));
|
|
2566
|
+
return S ? (n || (typeof u.env.references > "u" && (u.env.references = {}), typeof u.env.references[S] > "u" && (u.env.references[S] = { title: D, href: d }), u.line = i), !0) : !1;
|
|
2558
2567
|
}
|
|
2559
|
-
const
|
|
2568
|
+
const co = [
|
|
2560
2569
|
"address",
|
|
2561
2570
|
"article",
|
|
2562
2571
|
"aside",
|
|
@@ -2619,30 +2628,30 @@ const oo = [
|
|
|
2619
2628
|
"tr",
|
|
2620
2629
|
"track",
|
|
2621
2630
|
"ul"
|
|
2622
|
-
],
|
|
2631
|
+
], oo = "[a-zA-Z_:][a-zA-Z0-9:._-]*", io = "[^\"'=<>`\\x00-\\x20]+", ao = "'[^']*'", so = '"[^"]*"', lo = "(?:" + io + "|" + ao + "|" + so + ")", fo = "(?:\\s+" + oo + "(?:\\s*=\\s*" + lo + ")?)", $t = "<[A-Za-z][A-Za-z0-9\\-]*" + fo + "*\\s*\\/?>", jt = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", po = "<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->", ho = "<[?][\\s\\S]*?[?]>", bo = "<![A-Za-z][^>]*>", _o = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>", mo = new RegExp("^(?:" + $t + "|" + jt + "|" + po + "|" + ho + "|" + bo + "|" + _o + ")"), xo = new RegExp("^(?:" + $t + "|" + jt + ")"), Lu = [
|
|
2623
2632
|
[/^<(script|pre|style|textarea)(?=(\s|>|$))/i, /<\/(script|pre|style|textarea)>/i, !0],
|
|
2624
2633
|
[/^<!--/, /-->/, !0],
|
|
2625
2634
|
[/^<\?/, /\?>/, !0],
|
|
2626
2635
|
[/^<![A-Z]/, />/, !0],
|
|
2627
2636
|
[/^<!\[CDATA\[/, /\]\]>/, !0],
|
|
2628
|
-
[new RegExp("^</?(" +
|
|
2629
|
-
[new RegExp(
|
|
2637
|
+
[new RegExp("^</?(" + co.join("|") + ")(?=(\\s|/?>|$))", "i"), /^$/, !0],
|
|
2638
|
+
[new RegExp(xo.source + "\\s*$"), /^$/, !1]
|
|
2630
2639
|
];
|
|
2631
|
-
function
|
|
2640
|
+
function go(u, e, t, n) {
|
|
2632
2641
|
let r = u.bMarks[e] + u.tShift[e], c = u.eMarks[e];
|
|
2633
2642
|
if (u.sCount[e] - u.blkIndent >= 4 || !u.md.options.html || u.src.charCodeAt(r) !== 60)
|
|
2634
2643
|
return !1;
|
|
2635
2644
|
let i = u.src.slice(r, c), o = 0;
|
|
2636
|
-
for (; o <
|
|
2645
|
+
for (; o < Lu.length && !Lu[o][0].test(i); o++)
|
|
2637
2646
|
;
|
|
2638
|
-
if (o ===
|
|
2647
|
+
if (o === Lu.length)
|
|
2639
2648
|
return !1;
|
|
2640
2649
|
if (n)
|
|
2641
|
-
return
|
|
2650
|
+
return Lu[o][2];
|
|
2642
2651
|
let a = e + 1;
|
|
2643
|
-
if (!
|
|
2652
|
+
if (!Lu[o][1].test(i)) {
|
|
2644
2653
|
for (; a < t && !(u.sCount[a] < u.blkIndent); a++)
|
|
2645
|
-
if (r = u.bMarks[a] + u.tShift[a], c = u.eMarks[a], i = u.src.slice(r, c),
|
|
2654
|
+
if (r = u.bMarks[a] + u.tShift[a], c = u.eMarks[a], i = u.src.slice(r, c), Lu[o][1].test(i)) {
|
|
2646
2655
|
i.length !== 0 && a++;
|
|
2647
2656
|
break;
|
|
2648
2657
|
}
|
|
@@ -2651,7 +2660,7 @@ function ko(u, e, t, n) {
|
|
|
2651
2660
|
const s = u.push("html_block", "", 0);
|
|
2652
2661
|
return s.map = [e, a], s.content = u.getLines(e, a, u.blkIndent, !0), !0;
|
|
2653
2662
|
}
|
|
2654
|
-
function
|
|
2663
|
+
function ko(u, e, t, n) {
|
|
2655
2664
|
let r = u.bMarks[e] + u.tShift[e], c = u.eMarks[e];
|
|
2656
2665
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2657
2666
|
return !1;
|
|
@@ -2672,10 +2681,10 @@ function Eo(u, e, t, n) {
|
|
|
2672
2681
|
s.markup = "########".slice(0, o), s.map = [e, u.line];
|
|
2673
2682
|
const f = u.push("inline", "", 0);
|
|
2674
2683
|
f.content = u.src.slice(r, c).trim(), f.map = [e, u.line], f.children = [];
|
|
2675
|
-
const
|
|
2676
|
-
return
|
|
2684
|
+
const d = u.push("heading_close", "h" + String(o), -1);
|
|
2685
|
+
return d.markup = "########".slice(0, o), !0;
|
|
2677
2686
|
}
|
|
2678
|
-
function
|
|
2687
|
+
function Eo(u, e, t) {
|
|
2679
2688
|
const n = u.md.block.ruler.getRules("paragraph");
|
|
2680
2689
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2681
2690
|
return !1;
|
|
@@ -2686,9 +2695,9 @@ function Ao(u, e, t) {
|
|
|
2686
2695
|
if (u.sCount[o] - u.blkIndent > 3)
|
|
2687
2696
|
continue;
|
|
2688
2697
|
if (u.sCount[o] >= u.blkIndent) {
|
|
2689
|
-
let
|
|
2690
|
-
const
|
|
2691
|
-
if (
|
|
2698
|
+
let h = u.bMarks[o] + u.tShift[o];
|
|
2699
|
+
const p = u.eMarks[o];
|
|
2700
|
+
if (h < p && (i = u.src.charCodeAt(h), (i === 45 || i === 61) && (h = u.skipChars(h, i), h = u.skipSpaces(h), h >= p))) {
|
|
2692
2701
|
c = i === 61 ? 1 : 2;
|
|
2693
2702
|
break;
|
|
2694
2703
|
}
|
|
@@ -2696,8 +2705,8 @@ function Ao(u, e, t) {
|
|
|
2696
2705
|
if (u.sCount[o] < 0)
|
|
2697
2706
|
continue;
|
|
2698
2707
|
let _ = !1;
|
|
2699
|
-
for (let
|
|
2700
|
-
if (n[
|
|
2708
|
+
for (let h = 0, p = n.length; h < p; h++)
|
|
2709
|
+
if (n[h](u, o, t, !0)) {
|
|
2701
2710
|
_ = !0;
|
|
2702
2711
|
break;
|
|
2703
2712
|
}
|
|
@@ -2712,8 +2721,8 @@ function Ao(u, e, t) {
|
|
|
2712
2721
|
s.markup = String.fromCharCode(i), s.map = [e, u.line];
|
|
2713
2722
|
const f = u.push("inline", "", 0);
|
|
2714
2723
|
f.content = a, f.map = [e, u.line - 1], f.children = [];
|
|
2715
|
-
const
|
|
2716
|
-
return
|
|
2724
|
+
const d = u.push("heading_close", "h" + String(c), -1);
|
|
2725
|
+
return d.markup = String.fromCharCode(i), u.parentType = r, !0;
|
|
2717
2726
|
}
|
|
2718
2727
|
function Co(u, e, t) {
|
|
2719
2728
|
const n = u.md.block.ruler.getRules("paragraph"), r = u.parentType;
|
|
@@ -2722,7 +2731,7 @@ function Co(u, e, t) {
|
|
|
2722
2731
|
if (u.sCount[c] - u.blkIndent > 3 || u.sCount[c] < 0)
|
|
2723
2732
|
continue;
|
|
2724
2733
|
let s = !1;
|
|
2725
|
-
for (let f = 0,
|
|
2734
|
+
for (let f = 0, d = n.length; f < d; f++)
|
|
2726
2735
|
if (n[f](u, c, t, !0)) {
|
|
2727
2736
|
s = !0;
|
|
2728
2737
|
break;
|
|
@@ -2737,27 +2746,27 @@ function Co(u, e, t) {
|
|
|
2737
2746
|
const a = u.push("inline", "", 0);
|
|
2738
2747
|
return a.content = i, a.map = [e, u.line], a.children = [], u.push("paragraph_close", "p", -1), u.parentType = r, !0;
|
|
2739
2748
|
}
|
|
2740
|
-
const
|
|
2749
|
+
const Ce = [
|
|
2741
2750
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
2742
2751
|
// which can be terminated by this one.
|
|
2743
|
-
["table",
|
|
2744
|
-
["code",
|
|
2745
|
-
["fence",
|
|
2746
|
-
["blockquote",
|
|
2747
|
-
["hr",
|
|
2748
|
-
["list",
|
|
2749
|
-
["reference",
|
|
2750
|
-
["html_block",
|
|
2751
|
-
["heading",
|
|
2752
|
-
["lheading",
|
|
2752
|
+
["table", Jc, ["paragraph", "reference"]],
|
|
2753
|
+
["code", Qc],
|
|
2754
|
+
["fence", Kc, ["paragraph", "reference", "blockquote", "list"]],
|
|
2755
|
+
["blockquote", uo, ["paragraph", "reference", "blockquote", "list"]],
|
|
2756
|
+
["hr", eo, ["paragraph", "reference", "blockquote", "list"]],
|
|
2757
|
+
["list", no, ["paragraph", "reference", "blockquote"]],
|
|
2758
|
+
["reference", ro],
|
|
2759
|
+
["html_block", go, ["paragraph", "reference", "blockquote"]],
|
|
2760
|
+
["heading", ko, ["paragraph", "reference", "blockquote"]],
|
|
2761
|
+
["lheading", Eo],
|
|
2753
2762
|
["paragraph", Co]
|
|
2754
2763
|
];
|
|
2755
|
-
function
|
|
2764
|
+
function Re() {
|
|
2756
2765
|
this.ruler = new V();
|
|
2757
|
-
for (let u = 0; u <
|
|
2758
|
-
this.ruler.push(
|
|
2766
|
+
for (let u = 0; u < Ce.length; u++)
|
|
2767
|
+
this.ruler.push(Ce[u][0], Ce[u][1], { alt: (Ce[u][2] || []).slice() });
|
|
2759
2768
|
}
|
|
2760
|
-
|
|
2769
|
+
Re.prototype.tokenize = function(u, e, t) {
|
|
2761
2770
|
const n = this.ruler.getRules(""), r = n.length, c = u.md.options.maxNesting;
|
|
2762
2771
|
let i = e, o = !1;
|
|
2763
2772
|
for (; i < t && (u.line = i = u.skipEmptyLines(i), !(i >= t || u.sCount[i] < u.blkIndent)); ) {
|
|
@@ -2777,36 +2786,36 @@ Me.prototype.tokenize = function(u, e, t) {
|
|
|
2777
2786
|
u.tight = !o, u.isEmpty(u.line - 1) && (o = !0), i = u.line, i < t && u.isEmpty(i) && (o = !0, i++, u.line = i);
|
|
2778
2787
|
}
|
|
2779
2788
|
};
|
|
2780
|
-
|
|
2789
|
+
Re.prototype.parse = function(u, e, t, n) {
|
|
2781
2790
|
if (!u)
|
|
2782
2791
|
return;
|
|
2783
2792
|
const r = new this.State(u, e, t, n);
|
|
2784
2793
|
this.tokenize(r, r.line, r.lineMax);
|
|
2785
2794
|
};
|
|
2786
|
-
|
|
2787
|
-
function
|
|
2795
|
+
Re.prototype.State = au;
|
|
2796
|
+
function le(u, e, t, n) {
|
|
2788
2797
|
this.src = u, this.env = t, this.md = e, this.tokens = n, this.tokens_meta = Array(n.length), this.pos = 0, this.posMax = this.src.length, this.level = 0, this.pending = "", this.pendingLevel = 0, this.cache = {}, this.delimiters = [], this._prev_delimiters = [], this.backticks = {}, this.backticksScanned = !1, this.linkLevel = 0;
|
|
2789
2798
|
}
|
|
2790
|
-
|
|
2791
|
-
const u = new
|
|
2799
|
+
le.prototype.pushPending = function() {
|
|
2800
|
+
const u = new eu("text", "", 0);
|
|
2792
2801
|
return u.content = this.pending, u.level = this.pendingLevel, this.tokens.push(u), this.pending = "", u;
|
|
2793
2802
|
};
|
|
2794
|
-
|
|
2803
|
+
le.prototype.push = function(u, e, t) {
|
|
2795
2804
|
this.pending && this.pushPending();
|
|
2796
|
-
const n = new
|
|
2805
|
+
const n = new eu(u, e, t);
|
|
2797
2806
|
let r = null;
|
|
2798
2807
|
return t < 0 && (this.level--, this.delimiters = this._prev_delimiters.pop()), n.level = this.level, t > 0 && (this.level++, this._prev_delimiters.push(this.delimiters), this.delimiters = [], r = { delimiters: this.delimiters }), this.pendingLevel = this.level, this.tokens.push(n), this.tokens_meta.push(r), n;
|
|
2799
2808
|
};
|
|
2800
|
-
|
|
2809
|
+
le.prototype.scanDelims = function(u, e) {
|
|
2801
2810
|
const t = this.posMax, n = this.src.charCodeAt(u), r = u > 0 ? this.src.charCodeAt(u - 1) : 32;
|
|
2802
2811
|
let c = u;
|
|
2803
2812
|
for (; c < t && this.src.charCodeAt(c) === n; )
|
|
2804
2813
|
c++;
|
|
2805
|
-
const i = c - u, o = c < t ? this.src.charCodeAt(c) : 32, a =
|
|
2806
|
-
return { can_open: _ && (e || !
|
|
2814
|
+
const i = c - u, o = c < t ? this.src.charCodeAt(c) : 32, a = oe(r) || ce(String.fromCharCode(r)), s = oe(o) || ce(String.fromCharCode(o)), f = re(r), d = re(o), _ = !d && (!s || f || a), h = !f && (!a || d || s);
|
|
2815
|
+
return { can_open: _ && (e || !h || a), can_close: h && (e || !_ || s), length: i };
|
|
2807
2816
|
};
|
|
2808
|
-
|
|
2809
|
-
function
|
|
2817
|
+
le.prototype.Token = eu;
|
|
2818
|
+
function Ao(u) {
|
|
2810
2819
|
switch (u) {
|
|
2811
2820
|
case 10:
|
|
2812
2821
|
case 33:
|
|
@@ -2836,18 +2845,18 @@ function Do(u) {
|
|
|
2836
2845
|
return !1;
|
|
2837
2846
|
}
|
|
2838
2847
|
}
|
|
2839
|
-
function
|
|
2848
|
+
function Do(u, e) {
|
|
2840
2849
|
let t = u.pos;
|
|
2841
|
-
for (; t < u.posMax && !
|
|
2850
|
+
for (; t < u.posMax && !Ao(u.src.charCodeAt(t)); )
|
|
2842
2851
|
t++;
|
|
2843
2852
|
return t === u.pos ? !1 : (e || (u.pending += u.src.slice(u.pos, t)), u.pos = t, !0);
|
|
2844
2853
|
}
|
|
2845
|
-
const
|
|
2846
|
-
function
|
|
2854
|
+
const yo = /(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;
|
|
2855
|
+
function Fo(u, e) {
|
|
2847
2856
|
if (!u.md.options.linkify || u.linkLevel > 0) return !1;
|
|
2848
2857
|
const t = u.pos, n = u.posMax;
|
|
2849
2858
|
if (t + 3 > n || u.src.charCodeAt(t) !== 58 || u.src.charCodeAt(t + 1) !== 47 || u.src.charCodeAt(t + 2) !== 47) return !1;
|
|
2850
|
-
const r = u.pending.match(
|
|
2859
|
+
const r = u.pending.match(yo);
|
|
2851
2860
|
if (!r) return !1;
|
|
2852
2861
|
const c = r[1], i = u.md.linkify.matchAtStart(u.src.slice(t - c.length));
|
|
2853
2862
|
if (!i) return !1;
|
|
@@ -2862,12 +2871,12 @@ function To(u, e) {
|
|
|
2862
2871
|
s.attrs = [["href", a]], s.markup = "linkify", s.info = "auto";
|
|
2863
2872
|
const f = u.push("text", "", 0);
|
|
2864
2873
|
f.content = u.md.normalizeLinkText(o);
|
|
2865
|
-
const
|
|
2866
|
-
|
|
2874
|
+
const d = u.push("link_close", "a", -1);
|
|
2875
|
+
d.markup = "linkify", d.info = "auto";
|
|
2867
2876
|
}
|
|
2868
2877
|
return u.pos += o.length - c.length, !0;
|
|
2869
2878
|
}
|
|
2870
|
-
function
|
|
2879
|
+
function To(u, e) {
|
|
2871
2880
|
let t = u.pos;
|
|
2872
2881
|
if (u.src.charCodeAt(t) !== 10)
|
|
2873
2882
|
return !1;
|
|
@@ -2892,7 +2901,7 @@ for (let u = 0; u < 256; u++)
|
|
|
2892
2901
|
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(u) {
|
|
2893
2902
|
m0[u.charCodeAt(0)] = 1;
|
|
2894
2903
|
});
|
|
2895
|
-
function
|
|
2904
|
+
function So(u, e) {
|
|
2896
2905
|
let t = u.pos;
|
|
2897
2906
|
const n = u.posMax;
|
|
2898
2907
|
if (u.src.charCodeAt(t) !== 92 || (t++, t >= n)) return !1;
|
|
@@ -2914,7 +2923,7 @@ function wo(u, e) {
|
|
|
2914
2923
|
}
|
|
2915
2924
|
return u.pos = t + 1, !0;
|
|
2916
2925
|
}
|
|
2917
|
-
function
|
|
2926
|
+
function wo(u, e) {
|
|
2918
2927
|
let t = u.pos;
|
|
2919
2928
|
if (u.src.charCodeAt(t) !== 96)
|
|
2920
2929
|
return !1;
|
|
@@ -2933,8 +2942,8 @@ function vo(u, e) {
|
|
|
2933
2942
|
const f = a - s;
|
|
2934
2943
|
if (f === o) {
|
|
2935
2944
|
if (!e) {
|
|
2936
|
-
const
|
|
2937
|
-
|
|
2945
|
+
const d = u.push("code_inline", "code", 0);
|
|
2946
|
+
d.markup = i, d.content = u.src.slice(t, s).replace(/\n/g, " ").replace(/^ (.+) $/, "$1");
|
|
2938
2947
|
}
|
|
2939
2948
|
return u.pos = a, !0;
|
|
2940
2949
|
}
|
|
@@ -2942,7 +2951,7 @@ function vo(u, e) {
|
|
|
2942
2951
|
}
|
|
2943
2952
|
return u.backticksScanned = !0, e || (u.pending += i), u.pos += o, !0;
|
|
2944
2953
|
}
|
|
2945
|
-
function
|
|
2954
|
+
function vo(u, e) {
|
|
2946
2955
|
const t = u.pos, n = u.src.charCodeAt(t);
|
|
2947
2956
|
if (e || n !== 126)
|
|
2948
2957
|
return !1;
|
|
@@ -2983,17 +2992,17 @@ function _t(u, e) {
|
|
|
2983
2992
|
i--, c !== i && (t = u.tokens[i], u.tokens[i] = u.tokens[c], u.tokens[c] = t);
|
|
2984
2993
|
}
|
|
2985
2994
|
}
|
|
2986
|
-
function
|
|
2995
|
+
function Ro(u) {
|
|
2987
2996
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
2988
2997
|
_t(u, u.delimiters);
|
|
2989
2998
|
for (let n = 0; n < t; n++)
|
|
2990
2999
|
e[n] && e[n].delimiters && _t(u, e[n].delimiters);
|
|
2991
3000
|
}
|
|
2992
3001
|
const Gt = {
|
|
2993
|
-
tokenize:
|
|
2994
|
-
postProcess:
|
|
3002
|
+
tokenize: vo,
|
|
3003
|
+
postProcess: Ro
|
|
2995
3004
|
};
|
|
2996
|
-
function
|
|
3005
|
+
function Mo(u, e) {
|
|
2997
3006
|
const t = u.pos, n = u.src.charCodeAt(t);
|
|
2998
3007
|
if (e || n !== 95 && n !== 42)
|
|
2999
3008
|
return !1;
|
|
@@ -3037,61 +3046,61 @@ function mt(u, e) {
|
|
|
3037
3046
|
s.type = i ? "strong_close" : "em_close", s.tag = i ? "strong" : "em", s.nesting = -1, s.markup = i ? o + o : o, s.content = "", i && (u.tokens[e[n - 1].token].content = "", u.tokens[e[r.end + 1].token].content = "", n--);
|
|
3038
3047
|
}
|
|
3039
3048
|
}
|
|
3040
|
-
function
|
|
3049
|
+
function Io(u) {
|
|
3041
3050
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
3042
3051
|
mt(u, u.delimiters);
|
|
3043
3052
|
for (let n = 0; n < t; n++)
|
|
3044
3053
|
e[n] && e[n].delimiters && mt(u, e[n].delimiters);
|
|
3045
3054
|
}
|
|
3046
3055
|
const Wt = {
|
|
3047
|
-
tokenize:
|
|
3048
|
-
postProcess:
|
|
3056
|
+
tokenize: Mo,
|
|
3057
|
+
postProcess: Io
|
|
3049
3058
|
};
|
|
3050
|
-
function
|
|
3059
|
+
function Lo(u, e) {
|
|
3051
3060
|
let t, n, r, c, i = "", o = "", a = u.pos, s = !0;
|
|
3052
3061
|
if (u.src.charCodeAt(u.pos) !== 91)
|
|
3053
3062
|
return !1;
|
|
3054
|
-
const f = u.pos,
|
|
3055
|
-
if (
|
|
3063
|
+
const f = u.pos, d = u.posMax, _ = u.pos + 1, h = u.md.helpers.parseLinkLabel(u, u.pos, !0);
|
|
3064
|
+
if (h < 0)
|
|
3056
3065
|
return !1;
|
|
3057
|
-
let
|
|
3058
|
-
if (
|
|
3059
|
-
for (s = !1,
|
|
3066
|
+
let p = h + 1;
|
|
3067
|
+
if (p < d && u.src.charCodeAt(p) === 40) {
|
|
3068
|
+
for (s = !1, p++; p < d && (t = u.src.charCodeAt(p), !(!w(t) && t !== 10)); p++)
|
|
3060
3069
|
;
|
|
3061
|
-
if (
|
|
3070
|
+
if (p >= d)
|
|
3062
3071
|
return !1;
|
|
3063
|
-
if (a =
|
|
3064
|
-
for (i = u.md.normalizeLink(r.str), u.md.validateLink(i) ?
|
|
3072
|
+
if (a = p, r = u.md.helpers.parseLinkDestination(u.src, p, u.posMax), r.ok) {
|
|
3073
|
+
for (i = u.md.normalizeLink(r.str), u.md.validateLink(i) ? p = r.pos : i = "", a = p; p < d && (t = u.src.charCodeAt(p), !(!w(t) && t !== 10)); p++)
|
|
3065
3074
|
;
|
|
3066
|
-
if (r = u.md.helpers.parseLinkTitle(u.src,
|
|
3067
|
-
for (o = r.str,
|
|
3075
|
+
if (r = u.md.helpers.parseLinkTitle(u.src, p, u.posMax), p < d && a !== p && r.ok)
|
|
3076
|
+
for (o = r.str, p = r.pos; p < d && (t = u.src.charCodeAt(p), !(!w(t) && t !== 10)); p++)
|
|
3068
3077
|
;
|
|
3069
3078
|
}
|
|
3070
|
-
(
|
|
3079
|
+
(p >= d || u.src.charCodeAt(p) !== 41) && (s = !0), p++;
|
|
3071
3080
|
}
|
|
3072
3081
|
if (s) {
|
|
3073
3082
|
if (typeof u.env.references > "u")
|
|
3074
3083
|
return !1;
|
|
3075
|
-
if (
|
|
3084
|
+
if (p < d && u.src.charCodeAt(p) === 91 ? (a = p + 1, p = u.md.helpers.parseLinkLabel(u, p), p >= 0 ? n = u.src.slice(a, p++) : p = h + 1) : p = h + 1, n || (n = u.src.slice(_, h)), c = u.env.references[ve(n)], !c)
|
|
3076
3085
|
return u.pos = f, !1;
|
|
3077
3086
|
i = c.href, o = c.title;
|
|
3078
3087
|
}
|
|
3079
3088
|
if (!e) {
|
|
3080
|
-
u.pos = _, u.posMax =
|
|
3081
|
-
const
|
|
3082
|
-
|
|
3089
|
+
u.pos = _, u.posMax = h;
|
|
3090
|
+
const A = u.push("link_open", "a", 1), D = [["href", i]];
|
|
3091
|
+
A.attrs = D, o && D.push(["title", o]), u.linkLevel++, u.md.inline.tokenize(u), u.linkLevel--, u.push("link_close", "a", -1);
|
|
3083
3092
|
}
|
|
3084
|
-
return u.pos =
|
|
3093
|
+
return u.pos = p, u.posMax = d, !0;
|
|
3085
3094
|
}
|
|
3086
|
-
function
|
|
3095
|
+
function Oo(u, e) {
|
|
3087
3096
|
let t, n, r, c, i, o, a, s, f = "";
|
|
3088
|
-
const
|
|
3097
|
+
const d = u.pos, _ = u.posMax;
|
|
3089
3098
|
if (u.src.charCodeAt(u.pos) !== 33 || u.src.charCodeAt(u.pos + 1) !== 91)
|
|
3090
3099
|
return !1;
|
|
3091
|
-
const
|
|
3092
|
-
if (
|
|
3100
|
+
const h = u.pos + 2, p = u.md.helpers.parseLinkLabel(u, u.pos + 1, !1);
|
|
3101
|
+
if (p < 0)
|
|
3093
3102
|
return !1;
|
|
3094
|
-
if (c =
|
|
3103
|
+
if (c = p + 1, c < _ && u.src.charCodeAt(c) === 40) {
|
|
3095
3104
|
for (c++; c < _ && (t = u.src.charCodeAt(c), !(!w(t) && t !== 10)); c++)
|
|
3096
3105
|
;
|
|
3097
3106
|
if (c >= _)
|
|
@@ -3104,31 +3113,31 @@ function No(u, e) {
|
|
|
3104
3113
|
else
|
|
3105
3114
|
a = "";
|
|
3106
3115
|
if (c >= _ || u.src.charCodeAt(c) !== 41)
|
|
3107
|
-
return u.pos =
|
|
3116
|
+
return u.pos = d, !1;
|
|
3108
3117
|
c++;
|
|
3109
3118
|
} else {
|
|
3110
3119
|
if (typeof u.env.references > "u")
|
|
3111
3120
|
return !1;
|
|
3112
|
-
if (c < _ && u.src.charCodeAt(c) === 91 ? (s = c + 1, c = u.md.helpers.parseLinkLabel(u, c), c >= 0 ? r = u.src.slice(s, c++) : c =
|
|
3113
|
-
return u.pos =
|
|
3121
|
+
if (c < _ && u.src.charCodeAt(c) === 91 ? (s = c + 1, c = u.md.helpers.parseLinkLabel(u, c), c >= 0 ? r = u.src.slice(s, c++) : c = p + 1) : c = p + 1, r || (r = u.src.slice(h, p)), i = u.env.references[ve(r)], !i)
|
|
3122
|
+
return u.pos = d, !1;
|
|
3114
3123
|
f = i.href, a = i.title;
|
|
3115
3124
|
}
|
|
3116
3125
|
if (!e) {
|
|
3117
|
-
n = u.src.slice(
|
|
3118
|
-
const
|
|
3126
|
+
n = u.src.slice(h, p);
|
|
3127
|
+
const A = [];
|
|
3119
3128
|
u.md.inline.parse(
|
|
3120
3129
|
n,
|
|
3121
3130
|
u.md,
|
|
3122
3131
|
u.env,
|
|
3123
|
-
|
|
3132
|
+
A
|
|
3124
3133
|
);
|
|
3125
3134
|
const D = u.push("image", "img", 0), S = [["src", f], ["alt", ""]];
|
|
3126
|
-
D.attrs = S, D.children =
|
|
3135
|
+
D.attrs = S, D.children = A, D.content = n, a && S.push(["title", a]);
|
|
3127
3136
|
}
|
|
3128
3137
|
return u.pos = c, u.posMax = _, !0;
|
|
3129
3138
|
}
|
|
3130
|
-
const
|
|
3131
|
-
function
|
|
3139
|
+
const No = /^([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])?)*)$/, Po = /^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;
|
|
3140
|
+
function Bo(u, e) {
|
|
3132
3141
|
let t = u.pos;
|
|
3133
3142
|
if (u.src.charCodeAt(t) !== 60)
|
|
3134
3143
|
return !1;
|
|
@@ -3154,7 +3163,7 @@ function zo(u, e) {
|
|
|
3154
3163
|
}
|
|
3155
3164
|
return u.pos += c.length + 2, !0;
|
|
3156
3165
|
}
|
|
3157
|
-
if (
|
|
3166
|
+
if (No.test(c)) {
|
|
3158
3167
|
const i = u.md.normalizeLink("mailto:" + c);
|
|
3159
3168
|
if (!u.md.validateLink(i))
|
|
3160
3169
|
return !1;
|
|
@@ -3170,51 +3179,51 @@ function zo(u, e) {
|
|
|
3170
3179
|
}
|
|
3171
3180
|
return !1;
|
|
3172
3181
|
}
|
|
3173
|
-
function
|
|
3182
|
+
function zo(u) {
|
|
3174
3183
|
return /^<a[>\s]/i.test(u);
|
|
3175
3184
|
}
|
|
3176
|
-
function
|
|
3185
|
+
function qo(u) {
|
|
3177
3186
|
return /^<\/a\s*>/i.test(u);
|
|
3178
3187
|
}
|
|
3179
|
-
function
|
|
3188
|
+
function Uo(u) {
|
|
3180
3189
|
const e = u | 32;
|
|
3181
3190
|
return e >= 97 && e <= 122;
|
|
3182
3191
|
}
|
|
3183
|
-
function
|
|
3192
|
+
function Ho(u, e) {
|
|
3184
3193
|
if (!u.md.options.html)
|
|
3185
3194
|
return !1;
|
|
3186
3195
|
const t = u.posMax, n = u.pos;
|
|
3187
3196
|
if (u.src.charCodeAt(n) !== 60 || n + 2 >= t)
|
|
3188
3197
|
return !1;
|
|
3189
3198
|
const r = u.src.charCodeAt(n + 1);
|
|
3190
|
-
if (r !== 33 && r !== 63 && r !== 47 && !
|
|
3199
|
+
if (r !== 33 && r !== 63 && r !== 47 && !Uo(r))
|
|
3191
3200
|
return !1;
|
|
3192
|
-
const c = u.src.slice(n).match(
|
|
3201
|
+
const c = u.src.slice(n).match(mo);
|
|
3193
3202
|
if (!c)
|
|
3194
3203
|
return !1;
|
|
3195
3204
|
if (!e) {
|
|
3196
3205
|
const i = u.push("html_inline", "", 0);
|
|
3197
|
-
i.content = c[0],
|
|
3206
|
+
i.content = c[0], zo(i.content) && u.linkLevel++, qo(i.content) && u.linkLevel--;
|
|
3198
3207
|
}
|
|
3199
3208
|
return u.pos += c[0].length, !0;
|
|
3200
3209
|
}
|
|
3201
|
-
const
|
|
3202
|
-
function
|
|
3210
|
+
const $o = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, jo = /^&([a-z][a-z0-9]{1,31});/i;
|
|
3211
|
+
function Go(u, e) {
|
|
3203
3212
|
const t = u.pos, n = u.posMax;
|
|
3204
3213
|
if (u.src.charCodeAt(t) !== 38 || t + 1 >= n) return !1;
|
|
3205
3214
|
if (u.src.charCodeAt(t + 1) === 35) {
|
|
3206
|
-
const c = u.src.slice(t).match(
|
|
3215
|
+
const c = u.src.slice(t).match($o);
|
|
3207
3216
|
if (c) {
|
|
3208
3217
|
if (!e) {
|
|
3209
3218
|
const i = c[1][0].toLowerCase() === "x" ? parseInt(c[1].slice(1), 16) : parseInt(c[1], 10), o = u.push("text_special", "", 0);
|
|
3210
|
-
o.content = b0(i) ?
|
|
3219
|
+
o.content = b0(i) ? Fe(i) : Fe(65533), o.markup = c[0], o.info = "entity";
|
|
3211
3220
|
}
|
|
3212
3221
|
return u.pos += c[0].length, !0;
|
|
3213
3222
|
}
|
|
3214
3223
|
} else {
|
|
3215
|
-
const c = u.src.slice(t).match(
|
|
3224
|
+
const c = u.src.slice(t).match(jo);
|
|
3216
3225
|
if (c) {
|
|
3217
|
-
const i =
|
|
3226
|
+
const i = Bt(c[0]);
|
|
3218
3227
|
if (i !== c[0]) {
|
|
3219
3228
|
if (!e) {
|
|
3220
3229
|
const o = u.push("text_special", "", 0);
|
|
@@ -3238,12 +3247,12 @@ function xt(u) {
|
|
|
3238
3247
|
const a = e[o.marker][(o.open ? 3 : 0) + o.length % 3];
|
|
3239
3248
|
let s = n - c[n] - 1, f = s;
|
|
3240
3249
|
for (; s > a; s -= c[s] + 1) {
|
|
3241
|
-
const
|
|
3242
|
-
if (
|
|
3250
|
+
const d = u[s];
|
|
3251
|
+
if (d.marker === o.marker && d.open && d.end < 0) {
|
|
3243
3252
|
let _ = !1;
|
|
3244
|
-
if ((
|
|
3245
|
-
const
|
|
3246
|
-
c[i] = i - s +
|
|
3253
|
+
if ((d.close || o.open) && (d.length + o.length) % 3 === 0 && (d.length % 3 !== 0 || o.length % 3 !== 0) && (_ = !0), !_) {
|
|
3254
|
+
const h = s > 0 && !u[s - 1].open ? c[s - 1] + 1 : 0;
|
|
3255
|
+
c[i] = i - s + h, c[s] = h, o.open = !1, d.end = i, d.close = !1, f = -1, r = -2;
|
|
3247
3256
|
break;
|
|
3248
3257
|
}
|
|
3249
3258
|
}
|
|
@@ -3251,49 +3260,49 @@ function xt(u) {
|
|
|
3251
3260
|
f !== -1 && (e[o.marker][(o.open ? 3 : 0) + (o.length || 0) % 3] = f);
|
|
3252
3261
|
}
|
|
3253
3262
|
}
|
|
3254
|
-
function
|
|
3263
|
+
function Wo(u) {
|
|
3255
3264
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
3256
3265
|
xt(u.delimiters);
|
|
3257
3266
|
for (let n = 0; n < t; n++)
|
|
3258
3267
|
e[n] && e[n].delimiters && xt(e[n].delimiters);
|
|
3259
3268
|
}
|
|
3260
|
-
function
|
|
3269
|
+
function Zo(u) {
|
|
3261
3270
|
let e, t, n = 0;
|
|
3262
3271
|
const r = u.tokens, c = u.tokens.length;
|
|
3263
3272
|
for (e = t = 0; e < c; e++)
|
|
3264
3273
|
r[e].nesting < 0 && n--, r[e].level = n, r[e].nesting > 0 && n++, r[e].type === "text" && e + 1 < c && r[e + 1].type === "text" ? r[e + 1].content = r[e].content + r[e + 1].content : (e !== t && (r[t] = r[e]), t++);
|
|
3265
3274
|
e !== t && (r.length = t);
|
|
3266
3275
|
}
|
|
3267
|
-
const
|
|
3268
|
-
["text",
|
|
3269
|
-
["linkify",
|
|
3270
|
-
["newline",
|
|
3271
|
-
["escape",
|
|
3272
|
-
["backticks",
|
|
3276
|
+
const Ke = [
|
|
3277
|
+
["text", Do],
|
|
3278
|
+
["linkify", Fo],
|
|
3279
|
+
["newline", To],
|
|
3280
|
+
["escape", So],
|
|
3281
|
+
["backticks", wo],
|
|
3273
3282
|
["strikethrough", Gt.tokenize],
|
|
3274
3283
|
["emphasis", Wt.tokenize],
|
|
3275
|
-
["link",
|
|
3276
|
-
["image",
|
|
3277
|
-
["autolink",
|
|
3278
|
-
["html_inline",
|
|
3279
|
-
["entity",
|
|
3280
|
-
],
|
|
3281
|
-
["balance_pairs",
|
|
3284
|
+
["link", Lo],
|
|
3285
|
+
["image", Oo],
|
|
3286
|
+
["autolink", Bo],
|
|
3287
|
+
["html_inline", Ho],
|
|
3288
|
+
["entity", Go]
|
|
3289
|
+
], u0 = [
|
|
3290
|
+
["balance_pairs", Wo],
|
|
3282
3291
|
["strikethrough", Gt.postProcess],
|
|
3283
3292
|
["emphasis", Wt.postProcess],
|
|
3284
3293
|
// rules for pairs separate '**' into its own text tokens, which may be left unused,
|
|
3285
3294
|
// rule below merges unused segments back with the rest of the text
|
|
3286
|
-
["fragments_join",
|
|
3295
|
+
["fragments_join", Zo]
|
|
3287
3296
|
];
|
|
3288
|
-
function
|
|
3297
|
+
function fe() {
|
|
3289
3298
|
this.ruler = new V();
|
|
3290
|
-
for (let u = 0; u <
|
|
3291
|
-
this.ruler.push(
|
|
3299
|
+
for (let u = 0; u < Ke.length; u++)
|
|
3300
|
+
this.ruler.push(Ke[u][0], Ke[u][1]);
|
|
3292
3301
|
this.ruler2 = new V();
|
|
3293
|
-
for (let u = 0; u <
|
|
3294
|
-
this.ruler2.push(
|
|
3302
|
+
for (let u = 0; u < u0.length; u++)
|
|
3303
|
+
this.ruler2.push(u0[u][0], u0[u][1]);
|
|
3295
3304
|
}
|
|
3296
|
-
|
|
3305
|
+
fe.prototype.skipToken = function(u) {
|
|
3297
3306
|
const e = u.pos, t = this.ruler.getRules(""), n = t.length, r = u.md.options.maxNesting, c = u.cache;
|
|
3298
3307
|
if (typeof c[e] < "u") {
|
|
3299
3308
|
u.pos = c[e];
|
|
@@ -3311,7 +3320,7 @@ le.prototype.skipToken = function(u) {
|
|
|
3311
3320
|
u.pos = u.posMax;
|
|
3312
3321
|
i || u.pos++, c[e] = u.pos;
|
|
3313
3322
|
};
|
|
3314
|
-
|
|
3323
|
+
fe.prototype.tokenize = function(u) {
|
|
3315
3324
|
const e = this.ruler.getRules(""), t = e.length, n = u.posMax, r = u.md.options.maxNesting;
|
|
3316
3325
|
for (; u.pos < n; ) {
|
|
3317
3326
|
const c = u.pos;
|
|
@@ -3333,17 +3342,17 @@ le.prototype.tokenize = function(u) {
|
|
|
3333
3342
|
}
|
|
3334
3343
|
u.pending && u.pushPending();
|
|
3335
3344
|
};
|
|
3336
|
-
|
|
3345
|
+
fe.prototype.parse = function(u, e, t, n) {
|
|
3337
3346
|
const r = new this.State(u, e, t, n);
|
|
3338
3347
|
this.tokenize(r);
|
|
3339
3348
|
const c = this.ruler2.getRules(""), i = c.length;
|
|
3340
3349
|
for (let o = 0; o < i; o++)
|
|
3341
3350
|
c[o](r);
|
|
3342
3351
|
};
|
|
3343
|
-
|
|
3344
|
-
function
|
|
3352
|
+
fe.prototype.State = le;
|
|
3353
|
+
function Vo(u) {
|
|
3345
3354
|
const e = {};
|
|
3346
|
-
u = u || {}, e.src_Any = It.source, e.src_Cc = Lt.source, e.src_Z = Nt.source, e.src_P =
|
|
3355
|
+
u = u || {}, e.src_Any = It.source, e.src_Cc = Lt.source, e.src_Z = Nt.source, e.src_P = p0.source, e.src_ZPCc = [e.src_Z, e.src_P, e.src_Cc].join("|"), e.src_ZCc = [e.src_Z, e.src_Cc].join("|");
|
|
3347
3356
|
const t = "[><|]";
|
|
3348
3357
|
return e.src_pseudo_letter = "(?:(?!" + t + "|" + e.src_ZPCc + ")" + e.src_Any + ")", e.src_ip4 = "(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)", e.src_auth = "(?:(?:(?!" + e.src_ZCc + "|[@/\\[\\]()]).)+@)?", e.src_port = "(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?", e.src_host_terminator = "(?=$|" + t + "|" + e.src_ZPCc + ")(?!" + (u["---"] ? "-(?!--)|" : "-|") + "_|:\\d|\\.-|\\.(?!$|" + e.src_ZPCc + "))", e.src_path = "(?:[/?#](?:(?!" + e.src_ZCc + "|" + t + `|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!` + e.src_ZCc + "|\\]).)*\\]|\\((?:(?!" + e.src_ZCc + "|[)]).)*\\)|\\{(?:(?!" + e.src_ZCc + '|[}]).)*\\}|\\"(?:(?!' + e.src_ZCc + `|["]).)+\\"|\\'(?:(?!` + e.src_ZCc + "|[']).)+\\'|\\'(?=" + e.src_pseudo_letter + "|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!" + e.src_ZCc + "|[.]|$)|" + (u["---"] ? "\\-(?!--(?:[^-]|$))(?:-*)|" : "\\-+|") + // allow `,,,` in paths
|
|
3349
3358
|
",(?!" + e.src_ZCc + "|$)|;(?!" + e.src_ZCc + "|$)|\\!+(?!" + e.src_ZCc + "|[!]|$)|\\?(?!" + e.src_ZCc + "|[?]|$))+|\\/)?", e.src_email_name = '[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*', e.src_xn = "xn--[a-z0-9\\-]{1,59}", e.src_domain_root = // Allow letters & digits (http://test1)
|
|
@@ -3360,22 +3369,22 @@ function i0(u) {
|
|
|
3360
3369
|
});
|
|
3361
3370
|
}), u;
|
|
3362
3371
|
}
|
|
3363
|
-
function
|
|
3372
|
+
function Me(u) {
|
|
3364
3373
|
return Object.prototype.toString.call(u);
|
|
3365
3374
|
}
|
|
3375
|
+
function Yo(u) {
|
|
3376
|
+
return Me(u) === "[object String]";
|
|
3377
|
+
}
|
|
3366
3378
|
function Xo(u) {
|
|
3367
|
-
return
|
|
3379
|
+
return Me(u) === "[object Object]";
|
|
3368
3380
|
}
|
|
3369
3381
|
function Jo(u) {
|
|
3370
|
-
return
|
|
3371
|
-
}
|
|
3372
|
-
function Qo(u) {
|
|
3373
|
-
return Ie(u) === "[object RegExp]";
|
|
3382
|
+
return Me(u) === "[object RegExp]";
|
|
3374
3383
|
}
|
|
3375
3384
|
function gt(u) {
|
|
3376
|
-
return
|
|
3385
|
+
return Me(u) === "[object Function]";
|
|
3377
3386
|
}
|
|
3378
|
-
function
|
|
3387
|
+
function Qo(u) {
|
|
3379
3388
|
return u.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
3380
3389
|
}
|
|
3381
3390
|
const Zt = {
|
|
@@ -3383,12 +3392,12 @@ const Zt = {
|
|
|
3383
3392
|
fuzzyEmail: !0,
|
|
3384
3393
|
fuzzyIP: !1
|
|
3385
3394
|
};
|
|
3386
|
-
function
|
|
3395
|
+
function Ko(u) {
|
|
3387
3396
|
return Object.keys(u || {}).reduce(function(e, t) {
|
|
3388
3397
|
return e || Zt.hasOwnProperty(t);
|
|
3389
3398
|
}, !1);
|
|
3390
3399
|
}
|
|
3391
|
-
const
|
|
3400
|
+
const ui = {
|
|
3392
3401
|
"http:": {
|
|
3393
3402
|
validate: function(u, e, t) {
|
|
3394
3403
|
const n = u.slice(e);
|
|
@@ -3420,11 +3429,11 @@ const ei = {
|
|
|
3420
3429
|
)), t.re.mailto.test(n) ? n.match(t.re.mailto)[0].length : 0;
|
|
3421
3430
|
}
|
|
3422
3431
|
}
|
|
3423
|
-
},
|
|
3424
|
-
function
|
|
3432
|
+
}, ei = "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]", ti = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
3433
|
+
function ni(u) {
|
|
3425
3434
|
u.__index__ = -1, u.__text_cache__ = "";
|
|
3426
3435
|
}
|
|
3427
|
-
function
|
|
3436
|
+
function ri(u) {
|
|
3428
3437
|
return function(e, t) {
|
|
3429
3438
|
const n = e.slice(t);
|
|
3430
3439
|
return u.test(n) ? n.match(u)[0].length : 0;
|
|
@@ -3435,9 +3444,9 @@ function kt() {
|
|
|
3435
3444
|
e.normalize(u);
|
|
3436
3445
|
};
|
|
3437
3446
|
}
|
|
3438
|
-
function
|
|
3439
|
-
const e = u.re =
|
|
3440
|
-
u.onCompile(), u.__tlds_replaced__ || t.push(
|
|
3447
|
+
function Te(u) {
|
|
3448
|
+
const e = u.re = Vo(u.__opts__), t = u.__tlds__.slice();
|
|
3449
|
+
u.onCompile(), u.__tlds_replaced__ || t.push(ei), t.push(e.src_xn), e.src_tlds = t.join("|");
|
|
3441
3450
|
function n(o) {
|
|
3442
3451
|
return o.replace("%TLDS%", e.src_tlds);
|
|
3443
3452
|
}
|
|
@@ -3452,11 +3461,11 @@ function Se(u) {
|
|
|
3452
3461
|
if (a === null)
|
|
3453
3462
|
return;
|
|
3454
3463
|
const s = { validate: null, link: null };
|
|
3455
|
-
if (u.__compiled__[o] = s,
|
|
3456
|
-
|
|
3464
|
+
if (u.__compiled__[o] = s, Xo(a)) {
|
|
3465
|
+
Jo(a.validate) ? s.validate = ri(a.validate) : gt(a.validate) ? s.validate = a.validate : c(o, a), gt(a.normalize) ? s.normalize = a.normalize : a.normalize ? c(o, a) : s.normalize = kt();
|
|
3457
3466
|
return;
|
|
3458
3467
|
}
|
|
3459
|
-
if (
|
|
3468
|
+
if (Yo(a)) {
|
|
3460
3469
|
r.push(o);
|
|
3461
3470
|
return;
|
|
3462
3471
|
}
|
|
@@ -3466,27 +3475,27 @@ function Se(u) {
|
|
|
3466
3475
|
}), u.__compiled__[""] = { validate: null, normalize: kt() };
|
|
3467
3476
|
const i = Object.keys(u.__compiled__).filter(function(o) {
|
|
3468
3477
|
return o.length > 0 && u.__compiled__[o];
|
|
3469
|
-
}).map(
|
|
3478
|
+
}).map(Qo).join("|");
|
|
3470
3479
|
u.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + e.src_ZPCc + "))(" + i + ")", "i"), u.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + e.src_ZPCc + "))(" + i + ")", "ig"), u.re.schema_at_start = RegExp("^" + u.re.schema_search.source, "i"), u.re.pretest = RegExp(
|
|
3471
3480
|
"(" + u.re.schema_test.source + ")|(" + u.re.host_fuzzy_test.source + ")|@",
|
|
3472
3481
|
"i"
|
|
3473
|
-
),
|
|
3482
|
+
), ni(u);
|
|
3474
3483
|
}
|
|
3475
|
-
function
|
|
3484
|
+
function ci(u, e) {
|
|
3476
3485
|
const t = u.__index__, n = u.__last_index__, r = u.__text_cache__.slice(t, n);
|
|
3477
3486
|
this.schema = u.__schema__.toLowerCase(), this.index = t + e, this.lastIndex = n + e, this.raw = r, this.text = r, this.url = r;
|
|
3478
3487
|
}
|
|
3479
3488
|
function a0(u, e) {
|
|
3480
|
-
const t = new
|
|
3489
|
+
const t = new ci(u, e);
|
|
3481
3490
|
return u.__compiled__[t.schema].normalize(t, u), t;
|
|
3482
3491
|
}
|
|
3483
3492
|
function X(u, e) {
|
|
3484
3493
|
if (!(this instanceof X))
|
|
3485
3494
|
return new X(u, e);
|
|
3486
|
-
e ||
|
|
3495
|
+
e || Ko(u) && (e = u, u = {}), this.__opts__ = i0({}, Zt, e), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = i0({}, ui, u), this.__compiled__ = {}, this.__tlds__ = ti, this.__tlds_replaced__ = !1, this.re = {}, Te(this);
|
|
3487
3496
|
}
|
|
3488
3497
|
X.prototype.add = function(e, t) {
|
|
3489
|
-
return this.__schemas__[e] = t,
|
|
3498
|
+
return this.__schemas__[e] = t, Te(this), this;
|
|
3490
3499
|
};
|
|
3491
3500
|
X.prototype.set = function(e) {
|
|
3492
3501
|
return this.__opts__ = i0(this.__opts__, e), this;
|
|
@@ -3529,22 +3538,22 @@ X.prototype.matchAtStart = function(e) {
|
|
|
3529
3538
|
X.prototype.tlds = function(e, t) {
|
|
3530
3539
|
return e = Array.isArray(e) ? e : [e], t ? (this.__tlds__ = this.__tlds__.concat(e).sort().filter(function(n, r, c) {
|
|
3531
3540
|
return n !== c[r - 1];
|
|
3532
|
-
}).reverse(),
|
|
3541
|
+
}).reverse(), Te(this), this) : (this.__tlds__ = e.slice(), this.__tlds_replaced__ = !0, Te(this), this);
|
|
3533
3542
|
};
|
|
3534
3543
|
X.prototype.normalize = function(e) {
|
|
3535
3544
|
e.schema || (e.url = "http://" + e.url), e.schema === "mailto:" && !/^mailto:/i.test(e.url) && (e.url = "mailto:" + e.url);
|
|
3536
3545
|
};
|
|
3537
3546
|
X.prototype.onCompile = function() {
|
|
3538
3547
|
};
|
|
3539
|
-
const Bu = 2147483647, cu = 36, x0 = 1,
|
|
3548
|
+
const Bu = 2147483647, cu = 36, x0 = 1, ie = 26, oi = 38, ii = 700, Vt = 72, Yt = 128, Xt = "-", ai = /^xn--/, si = /[^\0-\x7F]/, li = /[\x2E\u3002\uFF0E\uFF61]/g, fi = {
|
|
3540
3549
|
overflow: "Overflow: input needs wider integers to process",
|
|
3541
3550
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
3542
3551
|
"invalid-input": "Invalid input"
|
|
3543
|
-
},
|
|
3544
|
-
function
|
|
3545
|
-
throw new RangeError(
|
|
3552
|
+
}, e0 = cu - x0, ou = Math.floor, t0 = String.fromCharCode;
|
|
3553
|
+
function hu(u) {
|
|
3554
|
+
throw new RangeError(fi[u]);
|
|
3546
3555
|
}
|
|
3547
|
-
function
|
|
3556
|
+
function di(u, e) {
|
|
3548
3557
|
const t = [];
|
|
3549
3558
|
let n = u.length;
|
|
3550
3559
|
for (; n--; )
|
|
@@ -3554,8 +3563,8 @@ function hi(u, e) {
|
|
|
3554
3563
|
function Jt(u, e) {
|
|
3555
3564
|
const t = u.split("@");
|
|
3556
3565
|
let n = "";
|
|
3557
|
-
t.length > 1 && (n = t[0] + "@", u = t[1]), u = u.replace(
|
|
3558
|
-
const r = u.split("."), c =
|
|
3566
|
+
t.length > 1 && (n = t[0] + "@", u = t[1]), u = u.replace(li, ".");
|
|
3567
|
+
const r = u.split("."), c = di(r, e).join(".");
|
|
3559
3568
|
return n + c;
|
|
3560
3569
|
}
|
|
3561
3570
|
function Qt(u) {
|
|
@@ -3572,35 +3581,35 @@ function Qt(u) {
|
|
|
3572
3581
|
}
|
|
3573
3582
|
return e;
|
|
3574
3583
|
}
|
|
3575
|
-
const pi = (u) => String.fromCodePoint(...u),
|
|
3584
|
+
const pi = (u) => String.fromCodePoint(...u), hi = function(u) {
|
|
3576
3585
|
return u >= 48 && u < 58 ? 26 + (u - 48) : u >= 65 && u < 91 ? u - 65 : u >= 97 && u < 123 ? u - 97 : cu;
|
|
3577
3586
|
}, Et = function(u, e) {
|
|
3578
3587
|
return u + 22 + 75 * (u < 26) - ((e != 0) << 5);
|
|
3579
3588
|
}, Kt = function(u, e, t) {
|
|
3580
3589
|
let n = 0;
|
|
3581
|
-
for (u = t ? ou(u /
|
|
3582
|
-
u = ou(u /
|
|
3583
|
-
return ou(n + (
|
|
3590
|
+
for (u = t ? ou(u / ii) : u >> 1, u += ou(u / e); u > e0 * ie >> 1; n += cu)
|
|
3591
|
+
u = ou(u / e0);
|
|
3592
|
+
return ou(n + (e0 + 1) * u / (u + oi));
|
|
3584
3593
|
}, un = function(u) {
|
|
3585
3594
|
const e = [], t = u.length;
|
|
3586
3595
|
let n = 0, r = Yt, c = Vt, i = u.lastIndexOf(Xt);
|
|
3587
3596
|
i < 0 && (i = 0);
|
|
3588
3597
|
for (let o = 0; o < i; ++o)
|
|
3589
|
-
u.charCodeAt(o) >= 128 &&
|
|
3598
|
+
u.charCodeAt(o) >= 128 && hu("not-basic"), e.push(u.charCodeAt(o));
|
|
3590
3599
|
for (let o = i > 0 ? i + 1 : 0; o < t; ) {
|
|
3591
3600
|
const a = n;
|
|
3592
|
-
for (let f = 1,
|
|
3593
|
-
o >= t &&
|
|
3594
|
-
const _ =
|
|
3595
|
-
_ >= cu &&
|
|
3596
|
-
const
|
|
3597
|
-
if (_ <
|
|
3601
|
+
for (let f = 1, d = cu; ; d += cu) {
|
|
3602
|
+
o >= t && hu("invalid-input");
|
|
3603
|
+
const _ = hi(u.charCodeAt(o++));
|
|
3604
|
+
_ >= cu && hu("invalid-input"), _ > ou((Bu - n) / f) && hu("overflow"), n += _ * f;
|
|
3605
|
+
const h = d <= c ? x0 : d >= c + ie ? ie : d - c;
|
|
3606
|
+
if (_ < h)
|
|
3598
3607
|
break;
|
|
3599
|
-
const
|
|
3600
|
-
f > ou(Bu /
|
|
3608
|
+
const p = cu - h;
|
|
3609
|
+
f > ou(Bu / p) && hu("overflow"), f *= p;
|
|
3601
3610
|
}
|
|
3602
3611
|
const s = e.length + 1;
|
|
3603
|
-
c = Kt(n - a, s, a == 0), ou(n / s) > Bu - r &&
|
|
3612
|
+
c = Kt(n - a, s, a == 0), ou(n / s) > Bu - r && hu("overflow"), r += ou(n / s), n %= s, e.splice(n++, 0, r);
|
|
3604
3613
|
}
|
|
3605
3614
|
return String.fromCodePoint(...e);
|
|
3606
3615
|
}, en = function(u) {
|
|
@@ -3609,7 +3618,7 @@ const pi = (u) => String.fromCodePoint(...u), bi = function(u) {
|
|
|
3609
3618
|
const t = u.length;
|
|
3610
3619
|
let n = Yt, r = 0, c = Vt;
|
|
3611
3620
|
for (const a of u)
|
|
3612
|
-
a < 128 && e.push(
|
|
3621
|
+
a < 128 && e.push(t0(a));
|
|
3613
3622
|
const i = e.length;
|
|
3614
3623
|
let o = i;
|
|
3615
3624
|
for (i && e.push(Xt); o < t; ) {
|
|
@@ -3617,31 +3626,31 @@ const pi = (u) => String.fromCodePoint(...u), bi = function(u) {
|
|
|
3617
3626
|
for (const f of u)
|
|
3618
3627
|
f >= n && f < a && (a = f);
|
|
3619
3628
|
const s = o + 1;
|
|
3620
|
-
a - n > ou((Bu - r) / s) &&
|
|
3629
|
+
a - n > ou((Bu - r) / s) && hu("overflow"), r += (a - n) * s, n = a;
|
|
3621
3630
|
for (const f of u)
|
|
3622
|
-
if (f < n && ++r > Bu &&
|
|
3623
|
-
let
|
|
3631
|
+
if (f < n && ++r > Bu && hu("overflow"), f === n) {
|
|
3632
|
+
let d = r;
|
|
3624
3633
|
for (let _ = cu; ; _ += cu) {
|
|
3625
|
-
const
|
|
3626
|
-
if (
|
|
3634
|
+
const h = _ <= c ? x0 : _ >= c + ie ? ie : _ - c;
|
|
3635
|
+
if (d < h)
|
|
3627
3636
|
break;
|
|
3628
|
-
const
|
|
3637
|
+
const p = d - h, A = cu - h;
|
|
3629
3638
|
e.push(
|
|
3630
|
-
|
|
3631
|
-
),
|
|
3639
|
+
t0(Et(h + p % A, 0))
|
|
3640
|
+
), d = ou(p / A);
|
|
3632
3641
|
}
|
|
3633
|
-
e.push(
|
|
3642
|
+
e.push(t0(Et(d, 0))), c = Kt(r, s, o === i), r = 0, ++o;
|
|
3634
3643
|
}
|
|
3635
3644
|
++r, ++n;
|
|
3636
3645
|
}
|
|
3637
3646
|
return e.join("");
|
|
3638
|
-
},
|
|
3647
|
+
}, bi = function(u) {
|
|
3639
3648
|
return Jt(u, function(e) {
|
|
3640
|
-
return
|
|
3649
|
+
return ai.test(e) ? un(e.slice(4).toLowerCase()) : e;
|
|
3641
3650
|
});
|
|
3642
|
-
},
|
|
3651
|
+
}, _i = function(u) {
|
|
3643
3652
|
return Jt(u, function(e) {
|
|
3644
|
-
return
|
|
3653
|
+
return si.test(e) ? "xn--" + en(e) : e;
|
|
3645
3654
|
});
|
|
3646
3655
|
}, tn = {
|
|
3647
3656
|
/**
|
|
@@ -3663,9 +3672,9 @@ const pi = (u) => String.fromCodePoint(...u), bi = function(u) {
|
|
|
3663
3672
|
},
|
|
3664
3673
|
decode: un,
|
|
3665
3674
|
encode: en,
|
|
3666
|
-
toASCII:
|
|
3667
|
-
toUnicode:
|
|
3668
|
-
},
|
|
3675
|
+
toASCII: _i,
|
|
3676
|
+
toUnicode: bi
|
|
3677
|
+
}, mi = {
|
|
3669
3678
|
options: {
|
|
3670
3679
|
// Enable HTML tags in source
|
|
3671
3680
|
html: !1,
|
|
@@ -3701,7 +3710,7 @@ const pi = (u) => String.fromCodePoint(...u), bi = function(u) {
|
|
|
3701
3710
|
block: {},
|
|
3702
3711
|
inline: {}
|
|
3703
3712
|
}
|
|
3704
|
-
},
|
|
3713
|
+
}, xi = {
|
|
3705
3714
|
options: {
|
|
3706
3715
|
// Enable HTML tags in source
|
|
3707
3716
|
html: !1,
|
|
@@ -3756,7 +3765,7 @@ const pi = (u) => String.fromCodePoint(...u), bi = function(u) {
|
|
|
3756
3765
|
]
|
|
3757
3766
|
}
|
|
3758
3767
|
}
|
|
3759
|
-
},
|
|
3768
|
+
}, gi = {
|
|
3760
3769
|
options: {
|
|
3761
3770
|
// Enable HTML tags in source
|
|
3762
3771
|
html: !0,
|
|
@@ -3830,47 +3839,47 @@ const pi = (u) => String.fromCodePoint(...u), bi = function(u) {
|
|
|
3830
3839
|
]
|
|
3831
3840
|
}
|
|
3832
3841
|
}
|
|
3833
|
-
},
|
|
3834
|
-
default:
|
|
3835
|
-
zero:
|
|
3836
|
-
commonmark:
|
|
3837
|
-
},
|
|
3838
|
-
function
|
|
3842
|
+
}, ki = {
|
|
3843
|
+
default: mi,
|
|
3844
|
+
zero: xi,
|
|
3845
|
+
commonmark: gi
|
|
3846
|
+
}, Ei = /^(vbscript|javascript|file|data):/, Ci = /^data:image\/(gif|png|jpeg|webp);/;
|
|
3847
|
+
function Ai(u) {
|
|
3839
3848
|
const e = u.trim().toLowerCase();
|
|
3840
|
-
return
|
|
3849
|
+
return Ei.test(e) ? Ci.test(e) : !0;
|
|
3841
3850
|
}
|
|
3842
3851
|
const nn = ["http:", "https:", "mailto:"];
|
|
3843
|
-
function
|
|
3852
|
+
function Di(u) {
|
|
3844
3853
|
const e = d0(u, !0);
|
|
3845
3854
|
if (e.hostname && (!e.protocol || nn.indexOf(e.protocol) >= 0))
|
|
3846
3855
|
try {
|
|
3847
3856
|
e.hostname = tn.toASCII(e.hostname);
|
|
3848
3857
|
} catch {
|
|
3849
3858
|
}
|
|
3850
|
-
return
|
|
3859
|
+
return se(f0(e));
|
|
3851
3860
|
}
|
|
3852
|
-
function
|
|
3861
|
+
function yi(u) {
|
|
3853
3862
|
const e = d0(u, !0);
|
|
3854
3863
|
if (e.hostname && (!e.protocol || nn.indexOf(e.protocol) >= 0))
|
|
3855
3864
|
try {
|
|
3856
3865
|
e.hostname = tn.toUnicode(e.hostname);
|
|
3857
3866
|
} catch {
|
|
3858
3867
|
}
|
|
3859
|
-
return
|
|
3868
|
+
return zu(f0(e), zu.defaultChars + "%");
|
|
3860
3869
|
}
|
|
3861
3870
|
function Q(u, e) {
|
|
3862
3871
|
if (!(this instanceof Q))
|
|
3863
3872
|
return new Q(u, e);
|
|
3864
|
-
e ||
|
|
3873
|
+
e || h0(u) || (e = u || {}, u = "default"), this.inline = new fe(), this.block = new Re(), this.core = new _0(), this.renderer = new Hu(), this.linkify = new X(), this.validateLink = Ai, this.normalizeLink = Di, this.normalizeLinkText = yi, this.utils = Fc, this.helpers = we({}, vc), this.options = {}, this.configure(u), e && this.set(e);
|
|
3865
3874
|
}
|
|
3866
3875
|
Q.prototype.set = function(u) {
|
|
3867
|
-
return
|
|
3876
|
+
return we(this.options, u), this;
|
|
3868
3877
|
};
|
|
3869
3878
|
Q.prototype.configure = function(u) {
|
|
3870
3879
|
const e = this;
|
|
3871
|
-
if (
|
|
3880
|
+
if (h0(u)) {
|
|
3872
3881
|
const t = u;
|
|
3873
|
-
if (u =
|
|
3882
|
+
if (u = ki[t], !u)
|
|
3874
3883
|
throw new Error('Wrong `markdown-it` preset "' + t + '", check name');
|
|
3875
3884
|
}
|
|
3876
3885
|
if (!u)
|
|
@@ -3924,12 +3933,14 @@ Q.prototype.renderInline = function(u, e) {
|
|
|
3924
3933
|
return e = e || {}, this.renderer.render(this.parseInline(u, e), this.options, e);
|
|
3925
3934
|
};
|
|
3926
3935
|
class Pi extends s0 {
|
|
3927
|
-
constructor(t, n) {
|
|
3936
|
+
constructor({ mdConfig: t, dompurifyConfig: n, sanitizeDisabled: r, styleOptions: c } = {}) {
|
|
3928
3937
|
super();
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
this
|
|
3938
|
+
Iu(this, "md");
|
|
3939
|
+
Iu(this, "mdConfig");
|
|
3940
|
+
Iu(this, "dompurifyConfig");
|
|
3941
|
+
Iu(this, "sanitizeDisabled");
|
|
3942
|
+
Iu(this, "styleOptions");
|
|
3943
|
+
this.mdConfig = t || {}, this.dompurifyConfig = n || {}, this.md = Q(this.mdConfig), this.sanitizeDisabled = r ?? !1, this.styleOptions = c ?? {};
|
|
3933
3944
|
}
|
|
3934
3945
|
render(t) {
|
|
3935
3946
|
let n = "";
|
|
@@ -3938,13 +3949,13 @@ class Pi extends s0 {
|
|
|
3938
3949
|
} catch (c) {
|
|
3939
3950
|
console.error("Error rendering markdown:", c), n = t.content ?? "";
|
|
3940
3951
|
}
|
|
3941
|
-
if (this.
|
|
3942
|
-
return console.warn("HTML sanitization is disabled, potential XSS risk"), Z0("div", { innerHTML: n });
|
|
3943
|
-
const r =
|
|
3944
|
-
return Z0("div", { innerHTML: r });
|
|
3952
|
+
if (this.sanitizeDisabled)
|
|
3953
|
+
return console.warn("HTML sanitization is disabled, potential XSS risk"), Z0("div", { innerHTML: n, class: this.styleOptions.class, style: this.styleOptions.style });
|
|
3954
|
+
const r = zr.sanitize(n, this.dompurifyConfig);
|
|
3955
|
+
return Z0("div", { innerHTML: r, class: this.styleOptions.class, style: this.styleOptions.style });
|
|
3945
3956
|
}
|
|
3946
3957
|
}
|
|
3947
|
-
const
|
|
3958
|
+
const ae = /* @__PURE__ */ ku({
|
|
3948
3959
|
__name: "BubbleProvider",
|
|
3949
3960
|
props: {
|
|
3950
3961
|
messageRenderers: { default: () => ({}) }
|
|
@@ -3955,32 +3966,32 @@ const ie = /* @__PURE__ */ ku({
|
|
|
3955
3966
|
t.set(n, r);
|
|
3956
3967
|
for (const [n, r] of Object.entries(e.messageRenderers))
|
|
3957
3968
|
t.set(n, r);
|
|
3958
|
-
return V0(Ft, t), V0(Tt, l0), (n, r) =>
|
|
3969
|
+
return V0(Ft, t), V0(Tt, l0), (n, r) => Ae(n.$slots, "default");
|
|
3959
3970
|
}
|
|
3960
3971
|
});
|
|
3961
3972
|
Du.name = "TrBubble";
|
|
3962
|
-
const
|
|
3973
|
+
const Fi = function(u) {
|
|
3963
3974
|
u.component(Du.name, Du);
|
|
3964
3975
|
};
|
|
3965
|
-
Du.install =
|
|
3966
|
-
const
|
|
3967
|
-
|
|
3968
|
-
const
|
|
3969
|
-
u.component(
|
|
3976
|
+
Du.install = Fi;
|
|
3977
|
+
const Bi = Du;
|
|
3978
|
+
ne.name = "TrBubbleList";
|
|
3979
|
+
const Ti = function(u) {
|
|
3980
|
+
u.component(ne.name, ne);
|
|
3970
3981
|
};
|
|
3971
|
-
|
|
3972
|
-
const
|
|
3973
|
-
|
|
3974
|
-
const
|
|
3975
|
-
u.component(
|
|
3982
|
+
ne.install = Ti;
|
|
3983
|
+
const zi = ne;
|
|
3984
|
+
ae.name = "TrBubbleProvider";
|
|
3985
|
+
const Si = function(u) {
|
|
3986
|
+
u.component(ae.name, ae);
|
|
3976
3987
|
};
|
|
3977
|
-
|
|
3978
|
-
const
|
|
3988
|
+
ae.install = Si;
|
|
3989
|
+
const qi = ae;
|
|
3979
3990
|
export {
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3991
|
+
Bi as Bubble,
|
|
3992
|
+
Ni as BubbleChainMessageRenderer,
|
|
3993
|
+
zi as BubbleList,
|
|
3983
3994
|
Pi as BubbleMarkdownMessageRenderer,
|
|
3984
3995
|
s0 as BubbleMessageClassRenderer,
|
|
3985
|
-
|
|
3996
|
+
qi as BubbleProvider
|
|
3986
3997
|
};
|