@opentiny/tiny-robot 0.3.0-alpha.27 → 0.3.0-alpha.29
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/bubble/index.js +332 -330
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/bubble/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var hn = Object.defineProperty;
|
|
2
2
|
var pn = (u, e, t) => e in u ? hn(u, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : u[e] = t;
|
|
3
3
|
var Mu = (u, e, t) => pn(u, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { defineComponent as Du, ref as c0, createElementBlock as $, openBlock as S, createElementVNode as Y, createVNode as At, toDisplayString as Au, unref as i0, normalizeClass as Eu, withDirectives as bn, vShow as _n, computed as X, useCssModule as mn, createCommentVNode as Xu, createBlock as eu, resolveDynamicComponent as mu, createTextVNode as xn, inject as $0, normalizeProps as Ae, mergeProps as Ju, h as j0, useSlots as gn, useAttrs as kn, normalizeStyle as En, renderSlot as ge, Fragment as u0, renderList as ke, watch as An, createSlots as G0, withCtx as W0, guardReactiveProps as
|
|
5
|
-
import { _ as
|
|
6
|
-
import { t as
|
|
7
|
-
import { IconArrowUp as
|
|
4
|
+
import { defineComponent as Du, ref as c0, createElementBlock as $, openBlock as S, createElementVNode as Y, createVNode as At, toDisplayString as Au, unref as i0, normalizeClass as Eu, withDirectives as bn, vShow as _n, computed as X, useCssModule as mn, createCommentVNode as Xu, createBlock as eu, resolveDynamicComponent as mu, createTextVNode as xn, inject as $0, normalizeProps as Ae, mergeProps as Ju, h as j0, useSlots as gn, useAttrs as kn, normalizeStyle as En, renderSlot as ge, Fragment as u0, renderList as ke, watch as An, nextTick as Cn, createSlots as G0, withCtx as W0, guardReactiveProps as Dn, provide as Z0 } from "vue";
|
|
5
|
+
import { _ as yn } from "../loading.js";
|
|
6
|
+
import { t as Fn } from "../utils.js";
|
|
7
|
+
import { IconArrowUp as Tn, IconPlugin as V0, IconArrowDown as Sn, IconLoading as wn, IconError as vn, IconCancelled as Rn } from "@opentiny/tiny-robot-svgs";
|
|
8
8
|
import { _ as re } from "../_plugin-vue_export-helper.js";
|
|
9
|
-
import { u as
|
|
9
|
+
import { u as In } from "../index3.js";
|
|
10
10
|
class a0 {
|
|
11
11
|
}
|
|
12
|
-
const
|
|
12
|
+
const Mn = { class: "tr-bubble__step-text" }, Ln = { class: "tr-bubble__step-text-title" }, On = { class: "tr-bubble__step-text-content-wrapper" }, Nn = /* @__PURE__ */ Du({
|
|
13
13
|
__name: "collapsible-text",
|
|
14
14
|
props: {
|
|
15
15
|
title: {},
|
|
@@ -18,34 +18,34 @@ const In = { class: "tr-bubble__step-text" }, Mn = { class: "tr-bubble__step-tex
|
|
|
18
18
|
},
|
|
19
19
|
setup(u) {
|
|
20
20
|
const e = u, t = c0(e.defaultOpen ?? !1);
|
|
21
|
-
return (n, r) => (S(), $("div",
|
|
22
|
-
Y("div",
|
|
21
|
+
return (n, r) => (S(), $("div", Mn, [
|
|
22
|
+
Y("div", Ln, [
|
|
23
23
|
Y("span", null, Au(e.title), 1),
|
|
24
|
-
At(i0(
|
|
24
|
+
At(i0(Tn), {
|
|
25
25
|
class: Eu(["expand-icon", { "rotate-180": !t.value }]),
|
|
26
26
|
onClick: r[0] || (r[0] = (o) => t.value = !t.value)
|
|
27
27
|
}, null, 8, ["class"])
|
|
28
28
|
]),
|
|
29
|
-
Y("div",
|
|
29
|
+
Y("div", On, [
|
|
30
30
|
bn(Y("div", { class: "tr-bubble__step-text-content" }, Au(e.content), 513), [
|
|
31
31
|
[_n, t.value]
|
|
32
32
|
])
|
|
33
33
|
])
|
|
34
34
|
]));
|
|
35
35
|
}
|
|
36
|
-
}),
|
|
36
|
+
}), Bn = /* @__PURE__ */ re(Nn, [["__scopeId", "data-v-c614ffd3"]]), Pn = Bn, zn = { class: "tr-bubble__text" }, qn = /* @__PURE__ */ Du({
|
|
37
37
|
__name: "text",
|
|
38
38
|
props: {
|
|
39
39
|
content: {}
|
|
40
40
|
},
|
|
41
41
|
setup(u) {
|
|
42
42
|
const e = u;
|
|
43
|
-
return (t, n) => (S(), $("span",
|
|
43
|
+
return (t, n) => (S(), $("span", zn, Au(e.content), 1));
|
|
44
44
|
}
|
|
45
|
-
}),
|
|
45
|
+
}), Un = /* @__PURE__ */ re(qn, [["__scopeId", "data-v-ddb66b72"]]), s0 = Un, Hn = { class: "tr-bubble__step-tool" }, $n = { class: "tr-bubble__step-tool-header" }, jn = { class: "tr-bubble__step-tool-left" }, Gn = { class: "tr-bubble__step-tool-title" }, Wn = { class: "tr-bubble__step-tool-name" }, Zn = { class: "tr-bubble__step-tool-expand" }, Vn = {
|
|
46
46
|
key: 0,
|
|
47
47
|
class: "tr-bubble__step-tool-params"
|
|
48
|
-
},
|
|
48
|
+
}, Yn = ["innerHTML"], Xn = /* @__PURE__ */ Du({
|
|
49
49
|
__name: "tool",
|
|
50
50
|
props: {
|
|
51
51
|
name: {},
|
|
@@ -56,10 +56,10 @@ const In = { class: "tr-bubble__step-text" }, Mn = { class: "tr-bubble__step-tex
|
|
|
56
56
|
},
|
|
57
57
|
setup(u) {
|
|
58
58
|
const e = u, t = c0(e.defaultOpen ?? !1), n = /* @__PURE__ */ new Map([
|
|
59
|
-
["running", { text: "正在调用", icon:
|
|
59
|
+
["running", { text: "正在调用", icon: wn }],
|
|
60
60
|
["success", { text: "已调用", icon: V0 }],
|
|
61
|
-
["failed", { text: "调用失败", icon:
|
|
62
|
-
["cancelled", { text: "已取消", icon:
|
|
61
|
+
["failed", { text: "调用失败", icon: vn }],
|
|
62
|
+
["cancelled", { text: "已取消", icon: Rn }]
|
|
63
63
|
]), r = X(() => n.get(e.status) || { text: "", icon: V0 }), o = mn(), i = (c) => {
|
|
64
64
|
if (!c)
|
|
65
65
|
return "";
|
|
@@ -78,46 +78,46 @@ const In = { class: "tr-bubble__step-text" }, Mn = { class: "tr-bubble__step-tex
|
|
|
78
78
|
}
|
|
79
79
|
), a;
|
|
80
80
|
};
|
|
81
|
-
return (c, a) => (S(), $("div",
|
|
82
|
-
Y("div",
|
|
83
|
-
Y("div",
|
|
81
|
+
return (c, a) => (S(), $("div", Hn, [
|
|
82
|
+
Y("div", $n, [
|
|
83
|
+
Y("div", jn, [
|
|
84
84
|
(S(), eu(mu(r.value.icon), {
|
|
85
85
|
class: Eu(["tr-bubble__step-tool-icon", `icon-${e.status}`])
|
|
86
86
|
}, null, 8, ["class"])),
|
|
87
|
-
Y("span",
|
|
87
|
+
Y("span", Gn, [
|
|
88
88
|
xn(Au(r.value.text) + " ", 1),
|
|
89
|
-
Y("span",
|
|
89
|
+
Y("span", Wn, Au(e.name), 1)
|
|
90
90
|
])
|
|
91
91
|
]),
|
|
92
|
-
Y("div",
|
|
93
|
-
At(i0(
|
|
92
|
+
Y("div", Zn, [
|
|
93
|
+
At(i0(Sn), {
|
|
94
94
|
class: Eu(["expand-icon", { "-rotate-90": !t.value }]),
|
|
95
95
|
onClick: a[0] || (a[0] = (s) => t.value = !t.value)
|
|
96
96
|
}, null, 8, ["class"])
|
|
97
97
|
])
|
|
98
98
|
]),
|
|
99
|
-
t.value ? (S(), $("div",
|
|
99
|
+
t.value ? (S(), $("div", Vn, [
|
|
100
100
|
a[1] || (a[1] = Y("hr", { class: "tr-bubble__step-tool-hr" }, null, -1)),
|
|
101
101
|
Y("div", {
|
|
102
102
|
class: "tr-bubble__step-tool-params-content",
|
|
103
103
|
innerHTML: i(e.content)
|
|
104
|
-
}, null, 8,
|
|
104
|
+
}, null, 8, Yn)
|
|
105
105
|
])) : Xu("", !0)
|
|
106
106
|
]));
|
|
107
107
|
}
|
|
108
|
-
}),
|
|
109
|
-
key:
|
|
110
|
-
number:
|
|
111
|
-
string:
|
|
112
|
-
boolean:
|
|
108
|
+
}), Jn = "_key_1b448_2", Qn = "_number_1b448_6", Kn = "_string_1b448_10", ur = "_boolean_1b448_14", er = {
|
|
109
|
+
key: Jn,
|
|
110
|
+
number: Qn,
|
|
111
|
+
string: Kn,
|
|
112
|
+
boolean: ur,
|
|
113
113
|
null: "_null_1b448_18"
|
|
114
|
-
},
|
|
115
|
-
$style:
|
|
116
|
-
},
|
|
114
|
+
}, tr = {
|
|
115
|
+
$style: er
|
|
116
|
+
}, nr = /* @__PURE__ */ re(Xn, [["__cssModules", tr], ["__scopeId", "data-v-1c37a4c4"]]), rr = nr, Ct = /* @__PURE__ */ new Map([
|
|
117
117
|
["text", s0],
|
|
118
|
-
["tool",
|
|
119
|
-
["collapsible-text",
|
|
120
|
-
]), Dt = Symbol("bubbleContentRendererMap"), yt = Symbol("bubbleContentFallbackRenderer"),
|
|
118
|
+
["tool", rr],
|
|
119
|
+
["collapsible-text", Pn]
|
|
120
|
+
]), Dt = Symbol("bubbleContentRendererMap"), yt = Symbol("bubbleContentFallbackRenderer"), or = /* @__PURE__ */ Du({
|
|
121
121
|
__name: "ContentItem",
|
|
122
122
|
props: {
|
|
123
123
|
item: {}
|
|
@@ -134,9 +134,9 @@ const In = { class: "tr-bubble__step-text" }, Mn = { class: "tr-bubble__step-tex
|
|
|
134
134
|
const {
|
|
135
135
|
entries: Ft,
|
|
136
136
|
setPrototypeOf: Y0,
|
|
137
|
-
isFrozen:
|
|
138
|
-
getPrototypeOf:
|
|
139
|
-
getOwnPropertyDescriptor:
|
|
137
|
+
isFrozen: cr,
|
|
138
|
+
getPrototypeOf: ir,
|
|
139
|
+
getOwnPropertyDescriptor: ar
|
|
140
140
|
} = Object;
|
|
141
141
|
let {
|
|
142
142
|
freeze: j,
|
|
@@ -158,7 +158,7 @@ e0 || (e0 = function(e, t, n) {
|
|
|
158
158
|
t0 || (t0 = function(e, t) {
|
|
159
159
|
return new e(...t);
|
|
160
160
|
});
|
|
161
|
-
const be = G(Array.prototype.forEach),
|
|
161
|
+
const be = G(Array.prototype.forEach), sr = G(Array.prototype.lastIndexOf), X0 = G(Array.prototype.pop), Gu = G(Array.prototype.push), lr = G(Array.prototype.splice), Ee = G(String.prototype.toLowerCase), He = G(String.prototype.toString), J0 = G(String.prototype.match), Wu = G(String.prototype.replace), fr = G(String.prototype.indexOf), dr = G(String.prototype.trim), uu = G(Object.prototype.hasOwnProperty), H = G(RegExp.prototype.test), Zu = hr(TypeError);
|
|
162
162
|
function G(u) {
|
|
163
163
|
return function(e) {
|
|
164
164
|
e instanceof RegExp && (e.lastIndex = 0);
|
|
@@ -167,7 +167,7 @@ function G(u) {
|
|
|
167
167
|
return e0(u, e, n);
|
|
168
168
|
};
|
|
169
169
|
}
|
|
170
|
-
function
|
|
170
|
+
function hr(u) {
|
|
171
171
|
return function() {
|
|
172
172
|
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
173
173
|
t[n] = arguments[n];
|
|
@@ -182,13 +182,13 @@ function F(u, e) {
|
|
|
182
182
|
let r = e[n];
|
|
183
183
|
if (typeof r == "string") {
|
|
184
184
|
const o = t(r);
|
|
185
|
-
o !== r && (
|
|
185
|
+
o !== r && (cr(e) || (e[n] = o), r = o);
|
|
186
186
|
}
|
|
187
187
|
u[r] = !0;
|
|
188
188
|
}
|
|
189
189
|
return u;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function pr(u) {
|
|
192
192
|
for (let e = 0; e < u.length; e++)
|
|
193
193
|
uu(u, e) || (u[e] = null);
|
|
194
194
|
return u;
|
|
@@ -196,44 +196,44 @@ function hr(u) {
|
|
|
196
196
|
function du(u) {
|
|
197
197
|
const e = Tt(null);
|
|
198
198
|
for (const [t, n] of Ft(u))
|
|
199
|
-
uu(u, t) && (Array.isArray(n) ? e[t] =
|
|
199
|
+
uu(u, t) && (Array.isArray(n) ? e[t] = pr(n) : n && typeof n == "object" && n.constructor === Object ? e[t] = du(n) : e[t] = n);
|
|
200
200
|
return e;
|
|
201
201
|
}
|
|
202
202
|
function Vu(u, e) {
|
|
203
203
|
for (; u !== null; ) {
|
|
204
|
-
const n =
|
|
204
|
+
const n = ar(u, e);
|
|
205
205
|
if (n) {
|
|
206
206
|
if (n.get)
|
|
207
207
|
return G(n.get);
|
|
208
208
|
if (typeof n.value == "function")
|
|
209
209
|
return G(n.value);
|
|
210
210
|
}
|
|
211
|
-
u =
|
|
211
|
+
u = ir(u);
|
|
212
212
|
}
|
|
213
213
|
function t() {
|
|
214
214
|
return null;
|
|
215
215
|
}
|
|
216
216
|
return t;
|
|
217
217
|
}
|
|
218
|
-
const Q0 = j(["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"]), $e = j(["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"]), je = j(["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"]),
|
|
218
|
+
const Q0 = j(["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"]), $e = j(["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"]), je = j(["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"]), br = j(["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"]), Ge = j(["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"]), _r = j(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), K0 = j(["#text"]), ut = j(["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"]), We = j(["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 = j(["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"]), _e = j(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), mr = Q(/\{\{[\w\W]*|[\w\W]*\}\}/gm), xr = Q(/<%[\w\W]*|[\w\W]*%>/gm), gr = Q(/\$\{[\w\W]*/gm), kr = Q(/^data-[\-\w.\u00B7-\uFFFF]+$/), Er = Q(/^aria-[\-\w]+$/), St = Q(
|
|
219
219
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
220
220
|
// eslint-disable-line no-useless-escape
|
|
221
|
-
),
|
|
221
|
+
), Ar = Q(/^(?:\w+script|data):/i), Cr = Q(
|
|
222
222
|
/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
|
|
223
223
|
// eslint-disable-line no-control-regex
|
|
224
|
-
), wt = Q(/^html$/i),
|
|
224
|
+
), wt = Q(/^html$/i), Dr = Q(/^[a-z][.\w]*(-[.\w]+)+$/i);
|
|
225
225
|
var tt = /* @__PURE__ */ Object.freeze({
|
|
226
226
|
__proto__: null,
|
|
227
|
-
ARIA_ATTR:
|
|
228
|
-
ATTR_WHITESPACE:
|
|
229
|
-
CUSTOM_ELEMENT:
|
|
230
|
-
DATA_ATTR:
|
|
227
|
+
ARIA_ATTR: Er,
|
|
228
|
+
ATTR_WHITESPACE: Cr,
|
|
229
|
+
CUSTOM_ELEMENT: Dr,
|
|
230
|
+
DATA_ATTR: kr,
|
|
231
231
|
DOCTYPE_NAME: wt,
|
|
232
|
-
ERB_EXPR:
|
|
232
|
+
ERB_EXPR: xr,
|
|
233
233
|
IS_ALLOWED_URI: St,
|
|
234
|
-
IS_SCRIPT_OR_DATA:
|
|
235
|
-
MUSTACHE_EXPR:
|
|
236
|
-
TMPLIT_EXPR:
|
|
234
|
+
IS_SCRIPT_OR_DATA: Ar,
|
|
235
|
+
MUSTACHE_EXPR: mr,
|
|
236
|
+
TMPLIT_EXPR: gr
|
|
237
237
|
});
|
|
238
238
|
const Yu = {
|
|
239
239
|
element: 1,
|
|
@@ -242,9 +242,9 @@ const Yu = {
|
|
|
242
242
|
progressingInstruction: 7,
|
|
243
243
|
comment: 8,
|
|
244
244
|
document: 9
|
|
245
|
-
},
|
|
245
|
+
}, yr = function() {
|
|
246
246
|
return typeof window > "u" ? null : window;
|
|
247
|
-
},
|
|
247
|
+
}, Fr = function(e, t) {
|
|
248
248
|
if (typeof e != "object" || typeof e.createPolicy != "function")
|
|
249
249
|
return null;
|
|
250
250
|
let n = null;
|
|
@@ -277,7 +277,7 @@ const Yu = {
|
|
|
277
277
|
};
|
|
278
278
|
};
|
|
279
279
|
function vt() {
|
|
280
|
-
let u = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] :
|
|
280
|
+
let u = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : yr();
|
|
281
281
|
const e = (g) => vt(g);
|
|
282
282
|
if (e.version = "3.2.6", e.removed = [], !u || !u.document || u.document.nodeType !== Yu.document || !u.Element)
|
|
283
283
|
return e.isSupported = !1, e;
|
|
@@ -373,10 +373,10 @@ function vt() {
|
|
|
373
373
|
throw Zu('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
374
374
|
m = l.TRUSTED_TYPES_POLICY, A = m.createHTML("");
|
|
375
375
|
} else
|
|
376
|
-
m === void 0 && (m =
|
|
376
|
+
m === void 0 && (m = Fr(p, r)), m !== null && typeof A == "string" && (A = m.createHTML(""));
|
|
377
377
|
j && j(l), Ru = l;
|
|
378
378
|
}
|
|
379
|
-
}, I0 = F({}, [...$e, ...je, ...
|
|
379
|
+
}, I0 = F({}, [...$e, ...je, ...br]), M0 = F({}, [...Ge, ..._r]), fn = function(l) {
|
|
380
380
|
let b = k(l);
|
|
381
381
|
(!b || !b.tagName) && (b = {
|
|
382
382
|
namespaceURI: vu,
|
|
@@ -504,7 +504,7 @@ function vt() {
|
|
|
504
504
|
) return !1;
|
|
505
505
|
} else if (!Ne[b]) {
|
|
506
506
|
if (!H(g0, Wu(x, x0, ""))) {
|
|
507
|
-
if (!((b === "src" || b === "xlink:href" || b === "href") && l !== "script" &&
|
|
507
|
+
if (!((b === "src" || b === "xlink:href" || b === "href") && l !== "script" && fr(x, "data:") === 0 && S0[l])) {
|
|
508
508
|
if (!(C0 && !H(tn, Wu(x, x0, "")))) {
|
|
509
509
|
if (x)
|
|
510
510
|
return !1;
|
|
@@ -538,7 +538,7 @@ function vt() {
|
|
|
538
538
|
namespaceURI: W,
|
|
539
539
|
value: fu
|
|
540
540
|
} = q, ju = N(L), Ue = fu;
|
|
541
|
-
let U = L === "value" ? Ue :
|
|
541
|
+
let U = L === "value" ? Ue : dr(Ue);
|
|
542
542
|
if (x.attrName = ju, x.attrValue = U, x.keepAttr = !0, x.forceKeepAttr = void 0, lu(M.uponSanitizeAttribute, l, x), U = x.attrValue, F0 && (ju === "id" || ju === "name") && (Iu(L, l), U = rn + U), ae && H(/((--!?|])>)|<\/(style|title)/i, U)) {
|
|
543
543
|
Iu(L, l);
|
|
544
544
|
continue;
|
|
@@ -644,8 +644,8 @@ function vt() {
|
|
|
644
644
|
typeof l == "function" && Gu(M[g], l);
|
|
645
645
|
}, e.removeHook = function(g, l) {
|
|
646
646
|
if (l !== void 0) {
|
|
647
|
-
const b =
|
|
648
|
-
return b === -1 ? void 0 :
|
|
647
|
+
const b = sr(M[g], l);
|
|
648
|
+
return b === -1 ? void 0 : lr(M[g], b, 1)[0];
|
|
649
649
|
}
|
|
650
650
|
return X0(M[g]);
|
|
651
651
|
}, e.removeHooks = function(g) {
|
|
@@ -654,9 +654,9 @@ function vt() {
|
|
|
654
654
|
M = nt();
|
|
655
655
|
}, e;
|
|
656
656
|
}
|
|
657
|
-
var
|
|
657
|
+
var Tr = vt();
|
|
658
658
|
const rt = {};
|
|
659
|
-
function
|
|
659
|
+
function Sr(u) {
|
|
660
660
|
let e = rt[u];
|
|
661
661
|
if (e)
|
|
662
662
|
return e;
|
|
@@ -673,7 +673,7 @@ function Tr(u) {
|
|
|
673
673
|
}
|
|
674
674
|
function Nu(u, e) {
|
|
675
675
|
typeof e != "string" && (e = Nu.defaultChars);
|
|
676
|
-
const t =
|
|
676
|
+
const t = Sr(e);
|
|
677
677
|
return u.replace(/(%[a-f0-9]{2})+/gi, function(n) {
|
|
678
678
|
let r = "";
|
|
679
679
|
for (let o = 0, i = n.length; o < i; o += 3) {
|
|
@@ -714,7 +714,7 @@ function Nu(u, e) {
|
|
|
714
714
|
Nu.defaultChars = ";/?:@&=+$,#";
|
|
715
715
|
Nu.componentChars = "";
|
|
716
716
|
const ot = {};
|
|
717
|
-
function
|
|
717
|
+
function wr(u) {
|
|
718
718
|
let e = ot[u];
|
|
719
719
|
if (e)
|
|
720
720
|
return e;
|
|
@@ -729,7 +729,7 @@ function Sr(u) {
|
|
|
729
729
|
}
|
|
730
730
|
function oe(u, e, t) {
|
|
731
731
|
typeof e != "string" && (t = e, e = oe.defaultChars), typeof t > "u" && (t = !0);
|
|
732
|
-
const n =
|
|
732
|
+
const n = wr(e);
|
|
733
733
|
let r = "";
|
|
734
734
|
for (let o = 0, i = u.length; o < i; o++) {
|
|
735
735
|
const c = u.charCodeAt(o);
|
|
@@ -765,8 +765,8 @@ function l0(u) {
|
|
|
765
765
|
function Ce() {
|
|
766
766
|
this.protocol = null, this.slashes = null, this.auth = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.pathname = null;
|
|
767
767
|
}
|
|
768
|
-
const
|
|
769
|
-
`, " "],
|
|
768
|
+
const vr = /^([a-z0-9.+-]+:)/i, Rr = /:[0-9]*$/, Ir = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, Mr = ["<", ">", '"', "`", " ", "\r", `
|
|
769
|
+
`, " "], Lr = ["{", "}", "|", "\\", "^", "`"].concat(Mr), Or = ["'"].concat(Lr), ct = ["%", "/", "?", ";", "#"].concat(Or), it = ["/", "?", "#"], Nr = 255, at = /^[+a-z0-9A-Z_-]{0,63}$/, Br = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, st = {
|
|
770
770
|
javascript: !0,
|
|
771
771
|
"javascript:": !0
|
|
772
772
|
}, lt = {
|
|
@@ -789,11 +789,11 @@ function f0(u, e) {
|
|
|
789
789
|
Ce.prototype.parse = function(u, e) {
|
|
790
790
|
let t, n, r, o = u;
|
|
791
791
|
if (o = o.trim(), !e && u.split("#").length === 1) {
|
|
792
|
-
const s =
|
|
792
|
+
const s = Ir.exec(o);
|
|
793
793
|
if (s)
|
|
794
794
|
return this.pathname = s[1], s[2] && (this.search = s[2]), this;
|
|
795
795
|
}
|
|
796
|
-
let i =
|
|
796
|
+
let i = vr.exec(o);
|
|
797
797
|
if (i && (i = i[0], t = i.toLowerCase(), this.protocol = i, o = o.substr(i.length)), (e || i || o.match(/^\/\/[^@\/]+@[^@\/]+/)) && (r = o.substr(0, 2) === "//", r && !(i && st[i]) && (o = o.substr(2), this.slashes = !0)), !st[i] && (r || i && !lt[i])) {
|
|
798
798
|
let s = -1;
|
|
799
799
|
for (let h = 0; h < it.length; h++)
|
|
@@ -815,14 +815,14 @@ Ce.prototype.parse = function(u, e) {
|
|
|
815
815
|
for (let k = 0, m = T.length; k < m; k++)
|
|
816
816
|
T.charCodeAt(k) > 127 ? E += "x" : E += T[k];
|
|
817
817
|
if (!E.match(at)) {
|
|
818
|
-
const k = h.slice(0, C), m = h.slice(C + 1), A = T.match(
|
|
818
|
+
const k = h.slice(0, C), m = h.slice(C + 1), A = T.match(Br);
|
|
819
819
|
A && (k.push(A[1]), m.unshift(A[2])), m.length && (o = m.join(".") + o), this.hostname = k.join(".");
|
|
820
820
|
break;
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
|
-
this.hostname.length >
|
|
825
|
+
this.hostname.length > Nr && (this.hostname = ""), p && (this.hostname = this.hostname.substr(1, this.hostname.length - 2));
|
|
826
826
|
}
|
|
827
827
|
const c = o.indexOf("#");
|
|
828
828
|
c !== -1 && (this.hash = o.substr(c), o = o.slice(0, c));
|
|
@@ -830,32 +830,32 @@ Ce.prototype.parse = function(u, e) {
|
|
|
830
830
|
return a !== -1 && (this.search = o.substr(a), o = o.slice(0, a)), o && (this.pathname = o), lt[t] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
831
831
|
};
|
|
832
832
|
Ce.prototype.parseHost = function(u) {
|
|
833
|
-
let e =
|
|
833
|
+
let e = Rr.exec(u);
|
|
834
834
|
e && (e = e[0], e !== ":" && (this.port = e.substr(1)), u = u.substr(0, u.length - e.length)), u && (this.hostname = u);
|
|
835
835
|
};
|
|
836
|
-
const
|
|
836
|
+
const Pr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
837
837
|
__proto__: null,
|
|
838
838
|
decode: Nu,
|
|
839
839
|
encode: oe,
|
|
840
840
|
format: l0,
|
|
841
841
|
parse: f0
|
|
842
|
-
}, Symbol.toStringTag, { value: "Module" })), Rt = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, It = /[\0-\x1F\x7F-\x9F]/,
|
|
842
|
+
}, Symbol.toStringTag, { value: "Module" })), Rt = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, It = /[\0-\x1F\x7F-\x9F]/, zr = /[\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]/, d0 = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/, Mt = /[\$\+<->\^`\|~\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]/, Lt = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, qr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
843
843
|
__proto__: null,
|
|
844
844
|
Any: Rt,
|
|
845
845
|
Cc: It,
|
|
846
|
-
Cf:
|
|
846
|
+
Cf: zr,
|
|
847
847
|
P: d0,
|
|
848
848
|
S: Mt,
|
|
849
849
|
Z: Lt
|
|
850
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
850
|
+
}, Symbol.toStringTag, { value: "Module" })), Ur = new Uint16Array(
|
|
851
851
|
// prettier-ignore
|
|
852
852
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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))
|
|
853
|
-
),
|
|
853
|
+
), Hr = new Uint16Array(
|
|
854
854
|
// prettier-ignore
|
|
855
855
|
"Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((u) => u.charCodeAt(0))
|
|
856
856
|
);
|
|
857
857
|
var Ze;
|
|
858
|
-
const
|
|
858
|
+
const $r = /* @__PURE__ */ new Map([
|
|
859
859
|
[0, 65533],
|
|
860
860
|
// C1 Unicode control character reference replacements
|
|
861
861
|
[128, 8364],
|
|
@@ -885,22 +885,22 @@ const Hr = /* @__PURE__ */ new Map([
|
|
|
885
885
|
[156, 339],
|
|
886
886
|
[158, 382],
|
|
887
887
|
[159, 376]
|
|
888
|
-
]),
|
|
888
|
+
]), jr = (
|
|
889
889
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
|
|
890
890
|
(Ze = String.fromCodePoint) !== null && Ze !== void 0 ? Ze : function(u) {
|
|
891
891
|
let e = "";
|
|
892
892
|
return u > 65535 && (u -= 65536, e += String.fromCharCode(u >>> 10 & 1023 | 55296), u = 56320 | u & 1023), e += String.fromCharCode(u), e;
|
|
893
893
|
}
|
|
894
894
|
);
|
|
895
|
-
function
|
|
895
|
+
function Gr(u) {
|
|
896
896
|
var e;
|
|
897
|
-
return u >= 55296 && u <= 57343 || u > 1114111 ? 65533 : (e =
|
|
897
|
+
return u >= 55296 && u <= 57343 || u > 1114111 ? 65533 : (e = $r.get(u)) !== null && e !== void 0 ? e : u;
|
|
898
898
|
}
|
|
899
899
|
var P;
|
|
900
900
|
(function(u) {
|
|
901
901
|
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";
|
|
902
902
|
})(P || (P = {}));
|
|
903
|
-
const
|
|
903
|
+
const Wr = 32;
|
|
904
904
|
var _u;
|
|
905
905
|
(function(u) {
|
|
906
906
|
u[u.VALUE_LENGTH = 49152] = "VALUE_LENGTH", u[u.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", u[u.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
@@ -908,14 +908,14 @@ var _u;
|
|
|
908
908
|
function n0(u) {
|
|
909
909
|
return u >= P.ZERO && u <= P.NINE;
|
|
910
910
|
}
|
|
911
|
-
function
|
|
911
|
+
function Zr(u) {
|
|
912
912
|
return u >= P.UPPER_A && u <= P.UPPER_F || u >= P.LOWER_A && u <= P.LOWER_F;
|
|
913
913
|
}
|
|
914
|
-
function
|
|
914
|
+
function Vr(u) {
|
|
915
915
|
return u >= P.UPPER_A && u <= P.UPPER_Z || u >= P.LOWER_A && u <= P.LOWER_Z || n0(u);
|
|
916
916
|
}
|
|
917
|
-
function
|
|
918
|
-
return u === P.EQUALS ||
|
|
917
|
+
function Yr(u) {
|
|
918
|
+
return u === P.EQUALS || Vr(u);
|
|
919
919
|
}
|
|
920
920
|
var B;
|
|
921
921
|
(function(u) {
|
|
@@ -925,7 +925,7 @@ var bu;
|
|
|
925
925
|
(function(u) {
|
|
926
926
|
u[u.Legacy = 0] = "Legacy", u[u.Strict = 1] = "Strict", u[u.Attribute = 2] = "Attribute";
|
|
927
927
|
})(bu || (bu = {}));
|
|
928
|
-
class
|
|
928
|
+
class Xr {
|
|
929
929
|
constructor(e, t, n) {
|
|
930
930
|
this.decodeTree = e, this.emitCodePoint = t, this.errors = n, this.state = B.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = bu.Strict;
|
|
931
931
|
}
|
|
@@ -968,7 +968,7 @@ class Yr {
|
|
|
968
968
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
969
969
|
*/
|
|
970
970
|
stateNumericStart(e, t) {
|
|
971
|
-
return t >= e.length ? -1 : (e.charCodeAt(t) |
|
|
971
|
+
return t >= e.length ? -1 : (e.charCodeAt(t) | Wr) === P.LOWER_X ? (this.state = B.NumericHex, this.consumed += 1, this.stateNumericHex(e, t + 1)) : (this.state = B.NumericDecimal, this.stateNumericDecimal(e, t));
|
|
972
972
|
}
|
|
973
973
|
addToNumericResult(e, t, n, r) {
|
|
974
974
|
if (t !== n) {
|
|
@@ -989,7 +989,7 @@ class Yr {
|
|
|
989
989
|
const n = t;
|
|
990
990
|
for (; t < e.length; ) {
|
|
991
991
|
const r = e.charCodeAt(t);
|
|
992
|
-
if (n0(r) ||
|
|
992
|
+
if (n0(r) || Zr(r))
|
|
993
993
|
t += 1;
|
|
994
994
|
else
|
|
995
995
|
return this.addToNumericResult(e, n, t, 16), this.emitNumericEntity(r, 3);
|
|
@@ -1037,7 +1037,7 @@ class Yr {
|
|
|
1037
1037
|
this.consumed += 1;
|
|
1038
1038
|
else if (this.decodeMode === bu.Strict)
|
|
1039
1039
|
return 0;
|
|
1040
|
-
return this.emitCodePoint(
|
|
1040
|
+
return this.emitCodePoint(Gr(this.result), this.consumed), this.errors && (e !== P.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
1041
1041
|
}
|
|
1042
1042
|
/**
|
|
1043
1043
|
* Parses a named entity.
|
|
@@ -1053,11 +1053,11 @@ class Yr {
|
|
|
1053
1053
|
let r = n[this.treeIndex], o = (r & _u.VALUE_LENGTH) >> 14;
|
|
1054
1054
|
for (; t < e.length; t++, this.excess++) {
|
|
1055
1055
|
const i = e.charCodeAt(t);
|
|
1056
|
-
if (this.treeIndex =
|
|
1056
|
+
if (this.treeIndex = Jr(n, r, this.treeIndex + Math.max(1, o), i), this.treeIndex < 0)
|
|
1057
1057
|
return this.result === 0 || // If we are parsing an attribute
|
|
1058
1058
|
this.decodeMode === bu.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
1059
1059
|
(o === 0 || // And there should be no invalid characters.
|
|
1060
|
-
|
|
1060
|
+
Yr(i)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
1061
1061
|
if (r = n[this.treeIndex], o = (r & _u.VALUE_LENGTH) >> 14, o !== 0) {
|
|
1062
1062
|
if (i === P.SEMI)
|
|
1063
1063
|
return this.emitNamedEntityData(this.treeIndex, o, this.consumed + this.excess);
|
|
@@ -1114,7 +1114,7 @@ class Yr {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
function Ot(u) {
|
|
1116
1116
|
let e = "";
|
|
1117
|
-
const t = new
|
|
1117
|
+
const t = new Xr(u, (n) => e += jr(n));
|
|
1118
1118
|
return function(r, o) {
|
|
1119
1119
|
let i = 0, c = 0;
|
|
1120
1120
|
for (; (c = r.indexOf("&", c)) >= 0; ) {
|
|
@@ -1134,7 +1134,7 @@ function Ot(u) {
|
|
|
1134
1134
|
return e = "", a;
|
|
1135
1135
|
};
|
|
1136
1136
|
}
|
|
1137
|
-
function
|
|
1137
|
+
function Jr(u, e, t, n) {
|
|
1138
1138
|
const r = (e & _u.BRANCH_LENGTH) >> 7, o = e & _u.JUMP_TABLE;
|
|
1139
1139
|
if (r === 0)
|
|
1140
1140
|
return o !== 0 && n === o ? t : -1;
|
|
@@ -1154,20 +1154,20 @@ function Xr(u, e, t, n) {
|
|
|
1154
1154
|
}
|
|
1155
1155
|
return -1;
|
|
1156
1156
|
}
|
|
1157
|
-
const
|
|
1158
|
-
Ot(
|
|
1157
|
+
const Qr = Ot(Ur);
|
|
1158
|
+
Ot(Hr);
|
|
1159
1159
|
function Nt(u, e = bu.Legacy) {
|
|
1160
|
-
return
|
|
1160
|
+
return Qr(u, e);
|
|
1161
1161
|
}
|
|
1162
|
-
function
|
|
1162
|
+
function Kr(u) {
|
|
1163
1163
|
return Object.prototype.toString.call(u);
|
|
1164
1164
|
}
|
|
1165
1165
|
function h0(u) {
|
|
1166
|
-
return
|
|
1166
|
+
return Kr(u) === "[object String]";
|
|
1167
1167
|
}
|
|
1168
|
-
const
|
|
1169
|
-
function
|
|
1170
|
-
return
|
|
1168
|
+
const uo = Object.prototype.hasOwnProperty;
|
|
1169
|
+
function eo(u, e) {
|
|
1170
|
+
return uo.call(u, e);
|
|
1171
1171
|
}
|
|
1172
1172
|
function Fe(u) {
|
|
1173
1173
|
return Array.prototype.slice.call(arguments, 1).forEach(function(t) {
|
|
@@ -1194,38 +1194,38 @@ function De(u) {
|
|
|
1194
1194
|
}
|
|
1195
1195
|
return String.fromCharCode(u);
|
|
1196
1196
|
}
|
|
1197
|
-
const Pt = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,
|
|
1198
|
-
function
|
|
1199
|
-
if (e.charCodeAt(0) === 35 &&
|
|
1197
|
+
const Pt = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, to = /&([a-z#][a-z0-9]{1,31});/gi, no = new RegExp(Pt.source + "|" + to.source, "gi"), ro = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;
|
|
1198
|
+
function oo(u, e) {
|
|
1199
|
+
if (e.charCodeAt(0) === 35 && ro.test(e)) {
|
|
1200
1200
|
const n = e[1].toLowerCase() === "x" ? parseInt(e.slice(2), 16) : parseInt(e.slice(1), 10);
|
|
1201
1201
|
return p0(n) ? De(n) : u;
|
|
1202
1202
|
}
|
|
1203
1203
|
const t = Nt(u);
|
|
1204
1204
|
return t !== u ? t : u;
|
|
1205
1205
|
}
|
|
1206
|
-
function
|
|
1206
|
+
function co(u) {
|
|
1207
1207
|
return u.indexOf("\\") < 0 ? u : u.replace(Pt, "$1");
|
|
1208
1208
|
}
|
|
1209
1209
|
function Bu(u) {
|
|
1210
|
-
return u.indexOf("\\") < 0 && u.indexOf("&") < 0 ? u : u.replace(
|
|
1211
|
-
return t ||
|
|
1210
|
+
return u.indexOf("\\") < 0 && u.indexOf("&") < 0 ? u : u.replace(no, function(e, t, n) {
|
|
1211
|
+
return t || oo(e, n);
|
|
1212
1212
|
});
|
|
1213
1213
|
}
|
|
1214
|
-
const
|
|
1214
|
+
const io = /[&<>"]/, ao = /[&<>"]/g, so = {
|
|
1215
1215
|
"&": "&",
|
|
1216
1216
|
"<": "<",
|
|
1217
1217
|
">": ">",
|
|
1218
1218
|
'"': """
|
|
1219
1219
|
};
|
|
1220
|
-
function
|
|
1221
|
-
return
|
|
1220
|
+
function lo(u) {
|
|
1221
|
+
return so[u];
|
|
1222
1222
|
}
|
|
1223
1223
|
function xu(u) {
|
|
1224
|
-
return
|
|
1224
|
+
return io.test(u) ? u.replace(ao, lo) : u;
|
|
1225
1225
|
}
|
|
1226
|
-
const
|
|
1227
|
-
function
|
|
1228
|
-
return u.replace(
|
|
1226
|
+
const fo = /[.?*+^$[\]\\(){}|-]/g;
|
|
1227
|
+
function ho(u) {
|
|
1228
|
+
return u.replace(fo, "\\$&");
|
|
1229
1229
|
}
|
|
1230
1230
|
function w(u) {
|
|
1231
1231
|
switch (u) {
|
|
@@ -1299,26 +1299,26 @@ function ue(u) {
|
|
|
1299
1299
|
function Te(u) {
|
|
1300
1300
|
return u = u.trim().replace(/\s+/g, " "), "ẞ".toLowerCase() === "Ṿ" && (u = u.replace(/ẞ/g, "ß")), u.toLowerCase().toUpperCase();
|
|
1301
1301
|
}
|
|
1302
|
-
const
|
|
1302
|
+
const po = { mdurl: Pr, ucmicro: qr }, bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1303
1303
|
__proto__: null,
|
|
1304
1304
|
arrayReplaceAt: Bt,
|
|
1305
1305
|
assign: Fe,
|
|
1306
1306
|
escapeHtml: xu,
|
|
1307
|
-
escapeRE:
|
|
1307
|
+
escapeRE: ho,
|
|
1308
1308
|
fromCodePoint: De,
|
|
1309
|
-
has:
|
|
1309
|
+
has: eo,
|
|
1310
1310
|
isMdAsciiPunct: ue,
|
|
1311
1311
|
isPunctChar: Ku,
|
|
1312
1312
|
isSpace: w,
|
|
1313
1313
|
isString: h0,
|
|
1314
1314
|
isValidEntityCode: p0,
|
|
1315
1315
|
isWhiteSpace: Qu,
|
|
1316
|
-
lib:
|
|
1316
|
+
lib: po,
|
|
1317
1317
|
normalizeReference: Te,
|
|
1318
1318
|
unescapeAll: Bu,
|
|
1319
|
-
unescapeMd:
|
|
1319
|
+
unescapeMd: co
|
|
1320
1320
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1321
|
-
function
|
|
1321
|
+
function _o(u, e, t) {
|
|
1322
1322
|
let n, r, o, i;
|
|
1323
1323
|
const c = u.posMax, a = u.pos;
|
|
1324
1324
|
for (u.pos = e + 1, n = 1; u.pos < c; ) {
|
|
@@ -1336,7 +1336,7 @@ function bo(u, e, t) {
|
|
|
1336
1336
|
let s = -1;
|
|
1337
1337
|
return r && (s = u.pos), u.pos = a, s;
|
|
1338
1338
|
}
|
|
1339
|
-
function
|
|
1339
|
+
function mo(u, e, t) {
|
|
1340
1340
|
let n, r = e;
|
|
1341
1341
|
const o = {
|
|
1342
1342
|
ok: !1,
|
|
@@ -1376,7 +1376,7 @@ function _o(u, e, t) {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
return e === r || i !== 0 || (o.str = Bu(u.slice(e, r)), o.pos = r, o.ok = !0), o;
|
|
1378
1378
|
}
|
|
1379
|
-
function
|
|
1379
|
+
function xo(u, e, t, n) {
|
|
1380
1380
|
let r, o = e;
|
|
1381
1381
|
const i = {
|
|
1382
1382
|
// if `true`, this is a valid link title
|
|
@@ -1409,11 +1409,11 @@ function mo(u, e, t, n) {
|
|
|
1409
1409
|
}
|
|
1410
1410
|
return i.can_continue = !0, i.str += Bu(u.slice(e, o)), i;
|
|
1411
1411
|
}
|
|
1412
|
-
const
|
|
1412
|
+
const go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1413
1413
|
__proto__: null,
|
|
1414
|
-
parseLinkDestination:
|
|
1415
|
-
parseLinkLabel:
|
|
1416
|
-
parseLinkTitle:
|
|
1414
|
+
parseLinkDestination: mo,
|
|
1415
|
+
parseLinkLabel: _o,
|
|
1416
|
+
parseLinkTitle: xo
|
|
1417
1417
|
}, Symbol.toStringTag, { value: "Module" })), iu = {};
|
|
1418
1418
|
iu.code_inline = function(u, e, t, n, r) {
|
|
1419
1419
|
const o = u[e];
|
|
@@ -1661,30 +1661,30 @@ function zt(u, e, t) {
|
|
|
1661
1661
|
this.src = u, this.env = t, this.tokens = [], this.inlineMode = !1, this.md = e;
|
|
1662
1662
|
}
|
|
1663
1663
|
zt.prototype.Token = tu;
|
|
1664
|
-
const
|
|
1665
|
-
function
|
|
1664
|
+
const ko = /\r\n?|\n/g, Eo = /\0/g;
|
|
1665
|
+
function Ao(u) {
|
|
1666
1666
|
let e;
|
|
1667
|
-
e = u.src.replace(
|
|
1668
|
-
`), e = e.replace(
|
|
1667
|
+
e = u.src.replace(ko, `
|
|
1668
|
+
`), e = e.replace(Eo, "�"), u.src = e;
|
|
1669
1669
|
}
|
|
1670
|
-
function
|
|
1670
|
+
function Co(u) {
|
|
1671
1671
|
let e;
|
|
1672
1672
|
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);
|
|
1673
1673
|
}
|
|
1674
|
-
function
|
|
1674
|
+
function Do(u) {
|
|
1675
1675
|
const e = u.tokens;
|
|
1676
1676
|
for (let t = 0, n = e.length; t < n; t++) {
|
|
1677
1677
|
const r = e[t];
|
|
1678
1678
|
r.type === "inline" && u.md.inline.parse(r.content, u.md, u.env, r.children);
|
|
1679
1679
|
}
|
|
1680
1680
|
}
|
|
1681
|
-
function
|
|
1681
|
+
function yo(u) {
|
|
1682
1682
|
return /^<a[>\s]/i.test(u);
|
|
1683
1683
|
}
|
|
1684
|
-
function
|
|
1684
|
+
function Fo(u) {
|
|
1685
1685
|
return /^<\/a\s*>/i.test(u);
|
|
1686
1686
|
}
|
|
1687
|
-
function
|
|
1687
|
+
function To(u) {
|
|
1688
1688
|
const e = u.tokens;
|
|
1689
1689
|
if (u.md.options.linkify)
|
|
1690
1690
|
for (let t = 0, n = e.length; t < n; t++) {
|
|
@@ -1698,7 +1698,7 @@ function Fo(u) {
|
|
|
1698
1698
|
i--;
|
|
1699
1699
|
continue;
|
|
1700
1700
|
}
|
|
1701
|
-
if (c.type === "html_inline" && (
|
|
1701
|
+
if (c.type === "html_inline" && (yo(c.content) && o > 0 && o--, Fo(c.content) && o++), !(o > 0) && c.type === "text" && u.md.linkify.test(c.content)) {
|
|
1702
1702
|
const a = c.content;
|
|
1703
1703
|
let s = u.md.linkify.match(a);
|
|
1704
1704
|
const f = [];
|
|
@@ -1731,39 +1731,39 @@ function Fo(u) {
|
|
|
1731
1731
|
}
|
|
1732
1732
|
}
|
|
1733
1733
|
}
|
|
1734
|
-
const qt = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/,
|
|
1734
|
+
const qt = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/, So = /\((c|tm|r)\)/i, wo = /\((c|tm|r)\)/ig, vo = {
|
|
1735
1735
|
c: "©",
|
|
1736
1736
|
r: "®",
|
|
1737
1737
|
tm: "™"
|
|
1738
1738
|
};
|
|
1739
|
-
function
|
|
1740
|
-
return
|
|
1739
|
+
function Ro(u, e) {
|
|
1740
|
+
return vo[e.toLowerCase()];
|
|
1741
1741
|
}
|
|
1742
|
-
function
|
|
1742
|
+
function Io(u) {
|
|
1743
1743
|
let e = 0;
|
|
1744
1744
|
for (let t = u.length - 1; t >= 0; t--) {
|
|
1745
1745
|
const n = u[t];
|
|
1746
|
-
n.type === "text" && !e && (n.content = n.content.replace(
|
|
1746
|
+
n.type === "text" && !e && (n.content = n.content.replace(wo, Ro)), n.type === "link_open" && n.info === "auto" && e--, n.type === "link_close" && n.info === "auto" && e++;
|
|
1747
1747
|
}
|
|
1748
1748
|
}
|
|
1749
|
-
function
|
|
1749
|
+
function Mo(u) {
|
|
1750
1750
|
let e = 0;
|
|
1751
1751
|
for (let t = u.length - 1; t >= 0; t--) {
|
|
1752
1752
|
const n = u[t];
|
|
1753
1753
|
n.type === "text" && !e && qt.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++;
|
|
1754
1754
|
}
|
|
1755
1755
|
}
|
|
1756
|
-
function
|
|
1756
|
+
function Lo(u) {
|
|
1757
1757
|
let e;
|
|
1758
1758
|
if (u.md.options.typographer)
|
|
1759
1759
|
for (e = u.tokens.length - 1; e >= 0; e--)
|
|
1760
|
-
u.tokens[e].type === "inline" && (
|
|
1760
|
+
u.tokens[e].type === "inline" && (So.test(u.tokens[e].content) && Io(u.tokens[e].children), qt.test(u.tokens[e].content) && Mo(u.tokens[e].children));
|
|
1761
1761
|
}
|
|
1762
|
-
const
|
|
1762
|
+
const Oo = /['"]/, ft = /['"]/g, dt = "’";
|
|
1763
1763
|
function me(u, e, t) {
|
|
1764
1764
|
return u.slice(0, e) + t + u.slice(e + 1);
|
|
1765
1765
|
}
|
|
1766
|
-
function
|
|
1766
|
+
function No(u, e) {
|
|
1767
1767
|
let t;
|
|
1768
1768
|
const n = [];
|
|
1769
1769
|
for (let r = 0; r < u.length; r++) {
|
|
@@ -1830,12 +1830,12 @@ function Oo(u, e) {
|
|
|
1830
1830
|
}
|
|
1831
1831
|
}
|
|
1832
1832
|
}
|
|
1833
|
-
function
|
|
1833
|
+
function Bo(u) {
|
|
1834
1834
|
if (u.md.options.typographer)
|
|
1835
1835
|
for (let e = u.tokens.length - 1; e >= 0; e--)
|
|
1836
|
-
u.tokens[e].type !== "inline" || !
|
|
1836
|
+
u.tokens[e].type !== "inline" || !Oo.test(u.tokens[e].content) || No(u.tokens[e].children, u);
|
|
1837
1837
|
}
|
|
1838
|
-
function
|
|
1838
|
+
function Po(u) {
|
|
1839
1839
|
let e, t;
|
|
1840
1840
|
const n = u.tokens, r = n.length;
|
|
1841
1841
|
for (let o = 0; o < r; o++) {
|
|
@@ -1849,15 +1849,15 @@ function Bo(u) {
|
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
1851
1851
|
const Ve = [
|
|
1852
|
-
["normalize",
|
|
1853
|
-
["block",
|
|
1854
|
-
["inline",
|
|
1855
|
-
["linkify",
|
|
1856
|
-
["replacements",
|
|
1857
|
-
["smartquotes",
|
|
1852
|
+
["normalize", Ao],
|
|
1853
|
+
["block", Co],
|
|
1854
|
+
["inline", Do],
|
|
1855
|
+
["linkify", To],
|
|
1856
|
+
["replacements", Lo],
|
|
1857
|
+
["smartquotes", Bo],
|
|
1858
1858
|
// `text_join` finds `text_special` tokens (for escape sequences)
|
|
1859
1859
|
// and joins them with the rest of the text
|
|
1860
|
-
["text_join",
|
|
1860
|
+
["text_join", Po]
|
|
1861
1861
|
];
|
|
1862
1862
|
function b0() {
|
|
1863
1863
|
this.ruler = new Z();
|
|
@@ -1949,7 +1949,7 @@ au.prototype.getLines = function(e, t, n, r) {
|
|
|
1949
1949
|
return o.join("");
|
|
1950
1950
|
};
|
|
1951
1951
|
au.prototype.Token = tu;
|
|
1952
|
-
const
|
|
1952
|
+
const zo = 65536;
|
|
1953
1953
|
function Ye(u, e) {
|
|
1954
1954
|
const t = u.bMarks[e] + u.tShift[e], n = u.eMarks[e];
|
|
1955
1955
|
return u.src.slice(t, n);
|
|
@@ -1961,7 +1961,7 @@ function ht(u) {
|
|
|
1961
1961
|
r === 124 && (o ? (c += u.substring(i, n - 1), i = n) : (e.push(c + u.substring(i, n)), c = "", i = n + 1)), o = r === 92, n++, r = u.charCodeAt(n);
|
|
1962
1962
|
return e.push(c + u.substring(i)), e;
|
|
1963
1963
|
}
|
|
1964
|
-
function
|
|
1964
|
+
function qo(u, e, t, n) {
|
|
1965
1965
|
if (e + 2 > t)
|
|
1966
1966
|
return !1;
|
|
1967
1967
|
let r = e + 1;
|
|
@@ -2026,7 +2026,7 @@ function zo(u, e, t, n) {
|
|
|
2026
2026
|
m = !0;
|
|
2027
2027
|
break;
|
|
2028
2028
|
}
|
|
2029
|
-
if (m || (a = Ye(u, r).trim(), !a) || u.sCount[r] - u.blkIndent >= 4 || (s = ht(a), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), k += d - s.length, k >
|
|
2029
|
+
if (m || (a = Ye(u, r).trim(), !a) || u.sCount[r] - u.blkIndent >= 4 || (s = ht(a), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), k += d - s.length, k > zo))
|
|
2030
2030
|
break;
|
|
2031
2031
|
if (r === e + 2) {
|
|
2032
2032
|
const y = u.push("tbody_open", "tbody", 1);
|
|
@@ -2044,7 +2044,7 @@ function zo(u, e, t, n) {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
return E && (u.push("tbody_close", "tbody", -1), E[1] = r), u.push("table_close", "table", -1), C[1] = r, u.parentType = _, u.line = r, !0;
|
|
2046
2046
|
}
|
|
2047
|
-
function
|
|
2047
|
+
function Uo(u, e, t) {
|
|
2048
2048
|
if (u.sCount[e] - u.blkIndent < 4)
|
|
2049
2049
|
return !1;
|
|
2050
2050
|
let n = e + 1, r = n;
|
|
@@ -2064,7 +2064,7 @@ function qo(u, e, t) {
|
|
|
2064
2064
|
return o.content = u.getLines(e, r, 4 + u.blkIndent, !1) + `
|
|
2065
2065
|
`, o.map = [e, u.line], !0;
|
|
2066
2066
|
}
|
|
2067
|
-
function
|
|
2067
|
+
function Ho(u, e, t, n) {
|
|
2068
2068
|
let r = u.bMarks[e] + u.tShift[e], o = u.eMarks[e];
|
|
2069
2069
|
if (u.sCount[e] - u.blkIndent >= 4 || r + 3 > o)
|
|
2070
2070
|
return !1;
|
|
@@ -2091,7 +2091,7 @@ function Uo(u, e, t, n) {
|
|
|
2091
2091
|
const p = u.push("fence", "code", 0);
|
|
2092
2092
|
return p.info = f, p.content = u.getLines(e + 1, d, a, !0), p.markup = s, p.map = [e, u.line], !0;
|
|
2093
2093
|
}
|
|
2094
|
-
function
|
|
2094
|
+
function $o(u, e, t, n) {
|
|
2095
2095
|
let r = u.bMarks[e] + u.tShift[e], o = u.eMarks[e];
|
|
2096
2096
|
const i = u.lineMax;
|
|
2097
2097
|
if (u.sCount[e] - u.blkIndent >= 4 || u.src.charCodeAt(r) !== 62)
|
|
@@ -2146,7 +2146,7 @@ function Ho(u, e, t, n) {
|
|
|
2146
2146
|
u.bMarks[k + e] = c[k], u.tShift[k + e] = f[k], u.sCount[k + e] = s[k], u.bsCount[k + e] = a[k];
|
|
2147
2147
|
return u.blkIndent = C, !0;
|
|
2148
2148
|
}
|
|
2149
|
-
function
|
|
2149
|
+
function jo(u, e, t, n) {
|
|
2150
2150
|
const r = u.eMarks[e];
|
|
2151
2151
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2152
2152
|
return !1;
|
|
@@ -2204,12 +2204,12 @@ function bt(u, e) {
|
|
|
2204
2204
|
}
|
|
2205
2205
|
return r < n && (o = u.src.charCodeAt(r), !w(o)) ? -1 : r;
|
|
2206
2206
|
}
|
|
2207
|
-
function
|
|
2207
|
+
function Go(u, e) {
|
|
2208
2208
|
const t = u.level + 2;
|
|
2209
2209
|
for (let n = e + 2, r = u.tokens.length - 2; n < r; n++)
|
|
2210
2210
|
u.tokens[n].level === t && u.tokens[n].type === "paragraph_open" && (u.tokens[n + 2].hidden = !0, u.tokens[n].hidden = !0, n += 2);
|
|
2211
2211
|
}
|
|
2212
|
-
function
|
|
2212
|
+
function Wo(u, e, t, n) {
|
|
2213
2213
|
let r, o, i, c, a = e, s = !0;
|
|
2214
2214
|
if (u.sCount[a] - u.blkIndent >= 4 || u.listIndent >= 0 && u.sCount[a] - u.listIndent >= 4 && u.sCount[a] < u.blkIndent)
|
|
2215
2215
|
return !1;
|
|
@@ -2273,9 +2273,9 @@ function Go(u, e, t, n) {
|
|
|
2273
2273
|
if (h !== u.src.charCodeAt(p - 1))
|
|
2274
2274
|
break;
|
|
2275
2275
|
}
|
|
2276
|
-
return d ? c = u.push("ordered_list_close", "ol", -1) : c = u.push("bullet_list_close", "ul", -1), c.markup = String.fromCharCode(h), D[1] = a, u.line = a, u.parentType = k, s &&
|
|
2276
|
+
return d ? c = u.push("ordered_list_close", "ol", -1) : c = u.push("bullet_list_close", "ul", -1), c.markup = String.fromCharCode(h), D[1] = a, u.line = a, u.parentType = k, s && Go(u, C), !0;
|
|
2277
2277
|
}
|
|
2278
|
-
function
|
|
2278
|
+
function Zo(u, e, t, n) {
|
|
2279
2279
|
let r = u.bMarks[e] + u.tShift[e], o = u.eMarks[e], i = e + 1;
|
|
2280
2280
|
if (u.sCount[e] - u.blkIndent >= 4 || u.src.charCodeAt(r) !== 91)
|
|
2281
2281
|
return !1;
|
|
@@ -2366,7 +2366,7 @@ function Wo(u, e, t, n) {
|
|
|
2366
2366
|
const T = Te(a.slice(1, s));
|
|
2367
2367
|
return T ? (n || (typeof u.env.references > "u" && (u.env.references = {}), typeof u.env.references[T] > "u" && (u.env.references[T] = { title: D, href: d }), u.line = i), !0) : !1;
|
|
2368
2368
|
}
|
|
2369
|
-
const
|
|
2369
|
+
const Vo = [
|
|
2370
2370
|
"address",
|
|
2371
2371
|
"article",
|
|
2372
2372
|
"aside",
|
|
@@ -2429,16 +2429,16 @@ const Zo = [
|
|
|
2429
2429
|
"tr",
|
|
2430
2430
|
"track",
|
|
2431
2431
|
"ul"
|
|
2432
|
-
],
|
|
2432
|
+
], Yo = "[a-zA-Z_:][a-zA-Z0-9:._-]*", Xo = "[^\"'=<>`\\x00-\\x20]+", Jo = "'[^']*'", Qo = '"[^"]*"', Ko = "(?:" + Xo + "|" + Jo + "|" + Qo + ")", uc = "(?:\\s+" + Yo + "(?:\\s*=\\s*" + Ko + ")?)", Ut = "<[A-Za-z][A-Za-z0-9\\-]*" + uc + "*\\s*\\/?>", Ht = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", ec = "<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->", tc = "<[?][\\s\\S]*?[?]>", nc = "<![A-Za-z][^>]*>", rc = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>", oc = new RegExp("^(?:" + Ut + "|" + Ht + "|" + ec + "|" + tc + "|" + nc + "|" + rc + ")"), cc = new RegExp("^(?:" + Ut + "|" + Ht + ")"), Lu = [
|
|
2433
2433
|
[/^<(script|pre|style|textarea)(?=(\s|>|$))/i, /<\/(script|pre|style|textarea)>/i, !0],
|
|
2434
2434
|
[/^<!--/, /-->/, !0],
|
|
2435
2435
|
[/^<\?/, /\?>/, !0],
|
|
2436
2436
|
[/^<![A-Z]/, />/, !0],
|
|
2437
2437
|
[/^<!\[CDATA\[/, /\]\]>/, !0],
|
|
2438
|
-
[new RegExp("^</?(" +
|
|
2439
|
-
[new RegExp(
|
|
2438
|
+
[new RegExp("^</?(" + Vo.join("|") + ")(?=(\\s|/?>|$))", "i"), /^$/, !0],
|
|
2439
|
+
[new RegExp(cc.source + "\\s*$"), /^$/, !1]
|
|
2440
2440
|
];
|
|
2441
|
-
function
|
|
2441
|
+
function ic(u, e, t, n) {
|
|
2442
2442
|
let r = u.bMarks[e] + u.tShift[e], o = u.eMarks[e];
|
|
2443
2443
|
if (u.sCount[e] - u.blkIndent >= 4 || !u.md.options.html || u.src.charCodeAt(r) !== 60)
|
|
2444
2444
|
return !1;
|
|
@@ -2461,7 +2461,7 @@ function cc(u, e, t, n) {
|
|
|
2461
2461
|
const s = u.push("html_block", "", 0);
|
|
2462
2462
|
return s.map = [e, a], s.content = u.getLines(e, a, u.blkIndent, !0), !0;
|
|
2463
2463
|
}
|
|
2464
|
-
function
|
|
2464
|
+
function ac(u, e, t, n) {
|
|
2465
2465
|
let r = u.bMarks[e] + u.tShift[e], o = u.eMarks[e];
|
|
2466
2466
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2467
2467
|
return !1;
|
|
@@ -2485,7 +2485,7 @@ function ic(u, e, t, n) {
|
|
|
2485
2485
|
const d = u.push("heading_close", "h" + String(c), -1);
|
|
2486
2486
|
return d.markup = "########".slice(0, c), !0;
|
|
2487
2487
|
}
|
|
2488
|
-
function
|
|
2488
|
+
function sc(u, e, t) {
|
|
2489
2489
|
const n = u.md.block.ruler.getRules("paragraph");
|
|
2490
2490
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2491
2491
|
return !1;
|
|
@@ -2525,7 +2525,7 @@ function ac(u, e, t) {
|
|
|
2525
2525
|
const d = u.push("heading_close", "h" + String(o), -1);
|
|
2526
2526
|
return d.markup = String.fromCharCode(i), u.parentType = r, !0;
|
|
2527
2527
|
}
|
|
2528
|
-
function
|
|
2528
|
+
function lc(u, e, t) {
|
|
2529
2529
|
const n = u.md.block.ruler.getRules("paragraph"), r = u.parentType;
|
|
2530
2530
|
let o = e + 1;
|
|
2531
2531
|
for (u.parentType = "paragraph"; o < t && !u.isEmpty(o); o++) {
|
|
@@ -2550,17 +2550,17 @@ function sc(u, e, t) {
|
|
|
2550
2550
|
const xe = [
|
|
2551
2551
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
2552
2552
|
// which can be terminated by this one.
|
|
2553
|
-
["table",
|
|
2554
|
-
["code",
|
|
2555
|
-
["fence",
|
|
2556
|
-
["blockquote",
|
|
2557
|
-
["hr",
|
|
2558
|
-
["list",
|
|
2559
|
-
["reference",
|
|
2560
|
-
["html_block",
|
|
2561
|
-
["heading",
|
|
2562
|
-
["lheading",
|
|
2563
|
-
["paragraph",
|
|
2553
|
+
["table", qo, ["paragraph", "reference"]],
|
|
2554
|
+
["code", Uo],
|
|
2555
|
+
["fence", Ho, ["paragraph", "reference", "blockquote", "list"]],
|
|
2556
|
+
["blockquote", $o, ["paragraph", "reference", "blockquote", "list"]],
|
|
2557
|
+
["hr", jo, ["paragraph", "reference", "blockquote", "list"]],
|
|
2558
|
+
["list", Wo, ["paragraph", "reference", "blockquote"]],
|
|
2559
|
+
["reference", Zo],
|
|
2560
|
+
["html_block", ic, ["paragraph", "reference", "blockquote"]],
|
|
2561
|
+
["heading", ac, ["paragraph", "reference", "blockquote"]],
|
|
2562
|
+
["lheading", sc],
|
|
2563
|
+
["paragraph", lc]
|
|
2564
2564
|
];
|
|
2565
2565
|
function Se() {
|
|
2566
2566
|
this.ruler = new Z();
|
|
@@ -2616,7 +2616,7 @@ ce.prototype.scanDelims = function(u, e) {
|
|
|
2616
2616
|
return { can_open: _ && (e || !p || a), can_close: p && (e || !_ || s), length: i };
|
|
2617
2617
|
};
|
|
2618
2618
|
ce.prototype.Token = tu;
|
|
2619
|
-
function
|
|
2619
|
+
function fc(u) {
|
|
2620
2620
|
switch (u) {
|
|
2621
2621
|
case 10:
|
|
2622
2622
|
case 33:
|
|
@@ -2646,18 +2646,18 @@ function lc(u) {
|
|
|
2646
2646
|
return !1;
|
|
2647
2647
|
}
|
|
2648
2648
|
}
|
|
2649
|
-
function
|
|
2649
|
+
function dc(u, e) {
|
|
2650
2650
|
let t = u.pos;
|
|
2651
|
-
for (; t < u.posMax && !
|
|
2651
|
+
for (; t < u.posMax && !fc(u.src.charCodeAt(t)); )
|
|
2652
2652
|
t++;
|
|
2653
2653
|
return t === u.pos ? !1 : (e || (u.pending += u.src.slice(u.pos, t)), u.pos = t, !0);
|
|
2654
2654
|
}
|
|
2655
|
-
const
|
|
2656
|
-
function
|
|
2655
|
+
const hc = /(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;
|
|
2656
|
+
function pc(u, e) {
|
|
2657
2657
|
if (!u.md.options.linkify || u.linkLevel > 0) return !1;
|
|
2658
2658
|
const t = u.pos, n = u.posMax;
|
|
2659
2659
|
if (t + 3 > n || u.src.charCodeAt(t) !== 58 || u.src.charCodeAt(t + 1) !== 47 || u.src.charCodeAt(t + 2) !== 47) return !1;
|
|
2660
|
-
const r = u.pending.match(
|
|
2660
|
+
const r = u.pending.match(hc);
|
|
2661
2661
|
if (!r) return !1;
|
|
2662
2662
|
const o = r[1], i = u.md.linkify.matchAtStart(u.src.slice(t - o.length));
|
|
2663
2663
|
if (!i) return !1;
|
|
@@ -2677,7 +2677,7 @@ function hc(u, e) {
|
|
|
2677
2677
|
}
|
|
2678
2678
|
return u.pos += c.length - o.length, !0;
|
|
2679
2679
|
}
|
|
2680
|
-
function
|
|
2680
|
+
function bc(u, e) {
|
|
2681
2681
|
let t = u.pos;
|
|
2682
2682
|
if (u.src.charCodeAt(t) !== 10)
|
|
2683
2683
|
return !1;
|
|
@@ -2702,7 +2702,7 @@ for (let u = 0; u < 256; u++)
|
|
|
2702
2702
|
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(u) {
|
|
2703
2703
|
_0[u.charCodeAt(0)] = 1;
|
|
2704
2704
|
});
|
|
2705
|
-
function
|
|
2705
|
+
function _c(u, e) {
|
|
2706
2706
|
let t = u.pos;
|
|
2707
2707
|
const n = u.posMax;
|
|
2708
2708
|
if (u.src.charCodeAt(t) !== 92 || (t++, t >= n)) return !1;
|
|
@@ -2724,7 +2724,7 @@ function bc(u, e) {
|
|
|
2724
2724
|
}
|
|
2725
2725
|
return u.pos = t + 1, !0;
|
|
2726
2726
|
}
|
|
2727
|
-
function
|
|
2727
|
+
function mc(u, e) {
|
|
2728
2728
|
let t = u.pos;
|
|
2729
2729
|
if (u.src.charCodeAt(t) !== 96)
|
|
2730
2730
|
return !1;
|
|
@@ -2752,7 +2752,7 @@ function _c(u, e) {
|
|
|
2752
2752
|
}
|
|
2753
2753
|
return u.backticksScanned = !0, e || (u.pending += i), u.pos += c, !0;
|
|
2754
2754
|
}
|
|
2755
|
-
function
|
|
2755
|
+
function xc(u, e) {
|
|
2756
2756
|
const t = u.pos, n = u.src.charCodeAt(t);
|
|
2757
2757
|
if (e || n !== 126)
|
|
2758
2758
|
return !1;
|
|
@@ -2793,17 +2793,17 @@ function _t(u, e) {
|
|
|
2793
2793
|
i--, o !== i && (t = u.tokens[i], u.tokens[i] = u.tokens[o], u.tokens[o] = t);
|
|
2794
2794
|
}
|
|
2795
2795
|
}
|
|
2796
|
-
function
|
|
2796
|
+
function gc(u) {
|
|
2797
2797
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
2798
2798
|
_t(u, u.delimiters);
|
|
2799
2799
|
for (let n = 0; n < t; n++)
|
|
2800
2800
|
e[n] && e[n].delimiters && _t(u, e[n].delimiters);
|
|
2801
2801
|
}
|
|
2802
2802
|
const $t = {
|
|
2803
|
-
tokenize:
|
|
2804
|
-
postProcess:
|
|
2803
|
+
tokenize: xc,
|
|
2804
|
+
postProcess: gc
|
|
2805
2805
|
};
|
|
2806
|
-
function
|
|
2806
|
+
function kc(u, e) {
|
|
2807
2807
|
const t = u.pos, n = u.src.charCodeAt(t);
|
|
2808
2808
|
if (e || n !== 95 && n !== 42)
|
|
2809
2809
|
return !1;
|
|
@@ -2847,17 +2847,17 @@ function mt(u, e) {
|
|
|
2847
2847
|
s.type = i ? "strong_close" : "em_close", s.tag = i ? "strong" : "em", s.nesting = -1, s.markup = i ? c + c : c, s.content = "", i && (u.tokens[e[n - 1].token].content = "", u.tokens[e[r.end + 1].token].content = "", n--);
|
|
2848
2848
|
}
|
|
2849
2849
|
}
|
|
2850
|
-
function
|
|
2850
|
+
function Ec(u) {
|
|
2851
2851
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
2852
2852
|
mt(u, u.delimiters);
|
|
2853
2853
|
for (let n = 0; n < t; n++)
|
|
2854
2854
|
e[n] && e[n].delimiters && mt(u, e[n].delimiters);
|
|
2855
2855
|
}
|
|
2856
2856
|
const jt = {
|
|
2857
|
-
tokenize:
|
|
2858
|
-
postProcess:
|
|
2857
|
+
tokenize: kc,
|
|
2858
|
+
postProcess: Ec
|
|
2859
2859
|
};
|
|
2860
|
-
function
|
|
2860
|
+
function Ac(u, e) {
|
|
2861
2861
|
let t, n, r, o, i = "", c = "", a = u.pos, s = !0;
|
|
2862
2862
|
if (u.src.charCodeAt(u.pos) !== 91)
|
|
2863
2863
|
return !1;
|
|
@@ -2893,7 +2893,7 @@ function Ec(u, e) {
|
|
|
2893
2893
|
}
|
|
2894
2894
|
return u.pos = h, u.posMax = d, !0;
|
|
2895
2895
|
}
|
|
2896
|
-
function
|
|
2896
|
+
function Cc(u, e) {
|
|
2897
2897
|
let t, n, r, o, i, c, a, s, f = "";
|
|
2898
2898
|
const d = u.pos, _ = u.posMax;
|
|
2899
2899
|
if (u.src.charCodeAt(u.pos) !== 33 || u.src.charCodeAt(u.pos + 1) !== 91)
|
|
@@ -2937,8 +2937,8 @@ function Ac(u, e) {
|
|
|
2937
2937
|
}
|
|
2938
2938
|
return u.pos = o, u.posMax = _, !0;
|
|
2939
2939
|
}
|
|
2940
|
-
const
|
|
2941
|
-
function
|
|
2940
|
+
const Dc = /^([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])?)*)$/, yc = /^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;
|
|
2941
|
+
function Fc(u, e) {
|
|
2942
2942
|
let t = u.pos;
|
|
2943
2943
|
if (u.src.charCodeAt(t) !== 60)
|
|
2944
2944
|
return !1;
|
|
@@ -2950,7 +2950,7 @@ function yc(u, e) {
|
|
|
2950
2950
|
if (i === 62) break;
|
|
2951
2951
|
}
|
|
2952
2952
|
const o = u.src.slice(n + 1, t);
|
|
2953
|
-
if (
|
|
2953
|
+
if (yc.test(o)) {
|
|
2954
2954
|
const i = u.md.normalizeLink(o);
|
|
2955
2955
|
if (!u.md.validateLink(i))
|
|
2956
2956
|
return !1;
|
|
@@ -2964,7 +2964,7 @@ function yc(u, e) {
|
|
|
2964
2964
|
}
|
|
2965
2965
|
return u.pos += o.length + 2, !0;
|
|
2966
2966
|
}
|
|
2967
|
-
if (
|
|
2967
|
+
if (Dc.test(o)) {
|
|
2968
2968
|
const i = u.md.normalizeLink("mailto:" + o);
|
|
2969
2969
|
if (!u.md.validateLink(i))
|
|
2970
2970
|
return !1;
|
|
@@ -2980,40 +2980,40 @@ function yc(u, e) {
|
|
|
2980
2980
|
}
|
|
2981
2981
|
return !1;
|
|
2982
2982
|
}
|
|
2983
|
-
function
|
|
2983
|
+
function Tc(u) {
|
|
2984
2984
|
return /^<a[>\s]/i.test(u);
|
|
2985
2985
|
}
|
|
2986
|
-
function
|
|
2986
|
+
function Sc(u) {
|
|
2987
2987
|
return /^<\/a\s*>/i.test(u);
|
|
2988
2988
|
}
|
|
2989
|
-
function
|
|
2989
|
+
function wc(u) {
|
|
2990
2990
|
const e = u | 32;
|
|
2991
2991
|
return e >= 97 && e <= 122;
|
|
2992
2992
|
}
|
|
2993
|
-
function
|
|
2993
|
+
function vc(u, e) {
|
|
2994
2994
|
if (!u.md.options.html)
|
|
2995
2995
|
return !1;
|
|
2996
2996
|
const t = u.posMax, n = u.pos;
|
|
2997
2997
|
if (u.src.charCodeAt(n) !== 60 || n + 2 >= t)
|
|
2998
2998
|
return !1;
|
|
2999
2999
|
const r = u.src.charCodeAt(n + 1);
|
|
3000
|
-
if (r !== 33 && r !== 63 && r !== 47 && !
|
|
3000
|
+
if (r !== 33 && r !== 63 && r !== 47 && !wc(r))
|
|
3001
3001
|
return !1;
|
|
3002
|
-
const o = u.src.slice(n).match(
|
|
3002
|
+
const o = u.src.slice(n).match(oc);
|
|
3003
3003
|
if (!o)
|
|
3004
3004
|
return !1;
|
|
3005
3005
|
if (!e) {
|
|
3006
3006
|
const i = u.push("html_inline", "", 0);
|
|
3007
|
-
i.content = o[0],
|
|
3007
|
+
i.content = o[0], Tc(i.content) && u.linkLevel++, Sc(i.content) && u.linkLevel--;
|
|
3008
3008
|
}
|
|
3009
3009
|
return u.pos += o[0].length, !0;
|
|
3010
3010
|
}
|
|
3011
|
-
const
|
|
3012
|
-
function
|
|
3011
|
+
const Rc = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, Ic = /^&([a-z][a-z0-9]{1,31});/i;
|
|
3012
|
+
function Mc(u, e) {
|
|
3013
3013
|
const t = u.pos, n = u.posMax;
|
|
3014
3014
|
if (u.src.charCodeAt(t) !== 38 || t + 1 >= n) return !1;
|
|
3015
3015
|
if (u.src.charCodeAt(t + 1) === 35) {
|
|
3016
|
-
const o = u.src.slice(t).match(
|
|
3016
|
+
const o = u.src.slice(t).match(Rc);
|
|
3017
3017
|
if (o) {
|
|
3018
3018
|
if (!e) {
|
|
3019
3019
|
const i = o[1][0].toLowerCase() === "x" ? parseInt(o[1].slice(1), 16) : parseInt(o[1], 10), c = u.push("text_special", "", 0);
|
|
@@ -3022,7 +3022,7 @@ function Ic(u, e) {
|
|
|
3022
3022
|
return u.pos += o[0].length, !0;
|
|
3023
3023
|
}
|
|
3024
3024
|
} else {
|
|
3025
|
-
const o = u.src.slice(t).match(
|
|
3025
|
+
const o = u.src.slice(t).match(Ic);
|
|
3026
3026
|
if (o) {
|
|
3027
3027
|
const i = Nt(o[0]);
|
|
3028
3028
|
if (i !== o[0]) {
|
|
@@ -3061,13 +3061,13 @@ function xt(u) {
|
|
|
3061
3061
|
f !== -1 && (e[c.marker][(c.open ? 3 : 0) + (c.length || 0) % 3] = f);
|
|
3062
3062
|
}
|
|
3063
3063
|
}
|
|
3064
|
-
function
|
|
3064
|
+
function Lc(u) {
|
|
3065
3065
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
3066
3066
|
xt(u.delimiters);
|
|
3067
3067
|
for (let n = 0; n < t; n++)
|
|
3068
3068
|
e[n] && e[n].delimiters && xt(e[n].delimiters);
|
|
3069
3069
|
}
|
|
3070
|
-
function
|
|
3070
|
+
function Oc(u) {
|
|
3071
3071
|
let e, t, n = 0;
|
|
3072
3072
|
const r = u.tokens, o = u.tokens.length;
|
|
3073
3073
|
for (e = t = 0; e < o; e++)
|
|
@@ -3075,25 +3075,25 @@ function Lc(u) {
|
|
|
3075
3075
|
e !== t && (r.length = t);
|
|
3076
3076
|
}
|
|
3077
3077
|
const Xe = [
|
|
3078
|
-
["text",
|
|
3079
|
-
["linkify",
|
|
3080
|
-
["newline",
|
|
3081
|
-
["escape",
|
|
3082
|
-
["backticks",
|
|
3078
|
+
["text", dc],
|
|
3079
|
+
["linkify", pc],
|
|
3080
|
+
["newline", bc],
|
|
3081
|
+
["escape", _c],
|
|
3082
|
+
["backticks", mc],
|
|
3083
3083
|
["strikethrough", $t.tokenize],
|
|
3084
3084
|
["emphasis", jt.tokenize],
|
|
3085
|
-
["link",
|
|
3086
|
-
["image",
|
|
3087
|
-
["autolink",
|
|
3088
|
-
["html_inline",
|
|
3089
|
-
["entity",
|
|
3085
|
+
["link", Ac],
|
|
3086
|
+
["image", Cc],
|
|
3087
|
+
["autolink", Fc],
|
|
3088
|
+
["html_inline", vc],
|
|
3089
|
+
["entity", Mc]
|
|
3090
3090
|
], Je = [
|
|
3091
|
-
["balance_pairs",
|
|
3091
|
+
["balance_pairs", Lc],
|
|
3092
3092
|
["strikethrough", $t.postProcess],
|
|
3093
3093
|
["emphasis", jt.postProcess],
|
|
3094
3094
|
// rules for pairs separate '**' into its own text tokens, which may be left unused,
|
|
3095
3095
|
// rule below merges unused segments back with the rest of the text
|
|
3096
|
-
["fragments_join",
|
|
3096
|
+
["fragments_join", Oc]
|
|
3097
3097
|
];
|
|
3098
3098
|
function ie() {
|
|
3099
3099
|
this.ruler = new Z();
|
|
@@ -3151,7 +3151,7 @@ ie.prototype.parse = function(u, e, t, n) {
|
|
|
3151
3151
|
o[c](r);
|
|
3152
3152
|
};
|
|
3153
3153
|
ie.prototype.State = ce;
|
|
3154
|
-
function
|
|
3154
|
+
function Nc(u) {
|
|
3155
3155
|
const e = {};
|
|
3156
3156
|
u = u || {}, e.src_Any = Rt.source, e.src_Cc = It.source, e.src_Z = Lt.source, e.src_P = d0.source, e.src_ZPCc = [e.src_Z, e.src_P, e.src_Cc].join("|"), e.src_ZCc = [e.src_Z, e.src_Cc].join("|");
|
|
3157
3157
|
const t = "[><|]";
|
|
@@ -3173,19 +3173,19 @@ function r0(u) {
|
|
|
3173
3173
|
function we(u) {
|
|
3174
3174
|
return Object.prototype.toString.call(u);
|
|
3175
3175
|
}
|
|
3176
|
-
function
|
|
3176
|
+
function Bc(u) {
|
|
3177
3177
|
return we(u) === "[object String]";
|
|
3178
3178
|
}
|
|
3179
|
-
function
|
|
3179
|
+
function Pc(u) {
|
|
3180
3180
|
return we(u) === "[object Object]";
|
|
3181
3181
|
}
|
|
3182
|
-
function
|
|
3182
|
+
function zc(u) {
|
|
3183
3183
|
return we(u) === "[object RegExp]";
|
|
3184
3184
|
}
|
|
3185
3185
|
function gt(u) {
|
|
3186
3186
|
return we(u) === "[object Function]";
|
|
3187
3187
|
}
|
|
3188
|
-
function
|
|
3188
|
+
function qc(u) {
|
|
3189
3189
|
return u.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
3190
3190
|
}
|
|
3191
3191
|
const Gt = {
|
|
@@ -3193,12 +3193,12 @@ const Gt = {
|
|
|
3193
3193
|
fuzzyEmail: !0,
|
|
3194
3194
|
fuzzyIP: !1
|
|
3195
3195
|
};
|
|
3196
|
-
function
|
|
3196
|
+
function Uc(u) {
|
|
3197
3197
|
return Object.keys(u || {}).reduce(function(e, t) {
|
|
3198
3198
|
return e || Gt.hasOwnProperty(t);
|
|
3199
3199
|
}, !1);
|
|
3200
3200
|
}
|
|
3201
|
-
const
|
|
3201
|
+
const Hc = {
|
|
3202
3202
|
"http:": {
|
|
3203
3203
|
validate: function(u, e, t) {
|
|
3204
3204
|
const n = u.slice(e);
|
|
@@ -3230,11 +3230,11 @@ const Uc = {
|
|
|
3230
3230
|
)), t.re.mailto.test(n) ? n.match(t.re.mailto)[0].length : 0;
|
|
3231
3231
|
}
|
|
3232
3232
|
}
|
|
3233
|
-
},
|
|
3234
|
-
function
|
|
3233
|
+
}, $c = "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]", jc = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
3234
|
+
function Gc(u) {
|
|
3235
3235
|
u.__index__ = -1, u.__text_cache__ = "";
|
|
3236
3236
|
}
|
|
3237
|
-
function
|
|
3237
|
+
function Wc(u) {
|
|
3238
3238
|
return function(e, t) {
|
|
3239
3239
|
const n = e.slice(t);
|
|
3240
3240
|
return u.test(n) ? n.match(u)[0].length : 0;
|
|
@@ -3246,8 +3246,8 @@ function kt() {
|
|
|
3246
3246
|
};
|
|
3247
3247
|
}
|
|
3248
3248
|
function ye(u) {
|
|
3249
|
-
const e = u.re =
|
|
3250
|
-
u.onCompile(), u.__tlds_replaced__ || t.push(
|
|
3249
|
+
const e = u.re = Nc(u.__opts__), t = u.__tlds__.slice();
|
|
3250
|
+
u.onCompile(), u.__tlds_replaced__ || t.push($c), t.push(e.src_xn), e.src_tlds = t.join("|");
|
|
3251
3251
|
function n(c) {
|
|
3252
3252
|
return c.replace("%TLDS%", e.src_tlds);
|
|
3253
3253
|
}
|
|
@@ -3262,11 +3262,11 @@ function ye(u) {
|
|
|
3262
3262
|
if (a === null)
|
|
3263
3263
|
return;
|
|
3264
3264
|
const s = { validate: null, link: null };
|
|
3265
|
-
if (u.__compiled__[c] = s,
|
|
3266
|
-
|
|
3265
|
+
if (u.__compiled__[c] = s, Pc(a)) {
|
|
3266
|
+
zc(a.validate) ? s.validate = Wc(a.validate) : gt(a.validate) ? s.validate = a.validate : o(c, a), gt(a.normalize) ? s.normalize = a.normalize : a.normalize ? o(c, a) : s.normalize = kt();
|
|
3267
3267
|
return;
|
|
3268
3268
|
}
|
|
3269
|
-
if (
|
|
3269
|
+
if (Bc(a)) {
|
|
3270
3270
|
r.push(c);
|
|
3271
3271
|
return;
|
|
3272
3272
|
}
|
|
@@ -3276,24 +3276,24 @@ function ye(u) {
|
|
|
3276
3276
|
}), u.__compiled__[""] = { validate: null, normalize: kt() };
|
|
3277
3277
|
const i = Object.keys(u.__compiled__).filter(function(c) {
|
|
3278
3278
|
return c.length > 0 && u.__compiled__[c];
|
|
3279
|
-
}).map(
|
|
3279
|
+
}).map(qc).join("|");
|
|
3280
3280
|
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(
|
|
3281
3281
|
"(" + u.re.schema_test.source + ")|(" + u.re.host_fuzzy_test.source + ")|@",
|
|
3282
3282
|
"i"
|
|
3283
|
-
),
|
|
3283
|
+
), Gc(u);
|
|
3284
3284
|
}
|
|
3285
|
-
function
|
|
3285
|
+
function Zc(u, e) {
|
|
3286
3286
|
const t = u.__index__, n = u.__last_index__, r = u.__text_cache__.slice(t, n);
|
|
3287
3287
|
this.schema = u.__schema__.toLowerCase(), this.index = t + e, this.lastIndex = n + e, this.raw = r, this.text = r, this.url = r;
|
|
3288
3288
|
}
|
|
3289
3289
|
function o0(u, e) {
|
|
3290
|
-
const t = new
|
|
3290
|
+
const t = new Zc(u, e);
|
|
3291
3291
|
return u.__compiled__[t.schema].normalize(t, u), t;
|
|
3292
3292
|
}
|
|
3293
3293
|
function J(u, e) {
|
|
3294
3294
|
if (!(this instanceof J))
|
|
3295
3295
|
return new J(u, e);
|
|
3296
|
-
e ||
|
|
3296
|
+
e || Uc(u) && (e = u, u = {}), this.__opts__ = r0({}, Gt, e), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = r0({}, Hc, u), this.__compiled__ = {}, this.__tlds__ = jc, this.__tlds_replaced__ = !1, this.re = {}, ye(this);
|
|
3297
3297
|
}
|
|
3298
3298
|
J.prototype.add = function(e, t) {
|
|
3299
3299
|
return this.__schemas__[e] = t, ye(this), this;
|
|
@@ -3346,15 +3346,15 @@ J.prototype.normalize = function(e) {
|
|
|
3346
3346
|
};
|
|
3347
3347
|
J.prototype.onCompile = function() {
|
|
3348
3348
|
};
|
|
3349
|
-
const Ou = 2147483647, ou = 36, m0 = 1, ee = 26,
|
|
3349
|
+
const Ou = 2147483647, ou = 36, m0 = 1, ee = 26, Vc = 38, Yc = 700, Wt = 72, Zt = 128, Vt = "-", Xc = /^xn--/, Jc = /[^\0-\x7F]/, Qc = /[\x2E\u3002\uFF0E\uFF61]/g, Kc = {
|
|
3350
3350
|
overflow: "Overflow: input needs wider integers to process",
|
|
3351
3351
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
3352
3352
|
"invalid-input": "Invalid input"
|
|
3353
3353
|
}, Qe = ou - m0, cu = Math.floor, Ke = String.fromCharCode;
|
|
3354
3354
|
function pu(u) {
|
|
3355
|
-
throw new RangeError(
|
|
3355
|
+
throw new RangeError(Kc[u]);
|
|
3356
3356
|
}
|
|
3357
|
-
function
|
|
3357
|
+
function ui(u, e) {
|
|
3358
3358
|
const t = [];
|
|
3359
3359
|
let n = u.length;
|
|
3360
3360
|
for (; n--; )
|
|
@@ -3364,8 +3364,8 @@ function Kc(u, e) {
|
|
|
3364
3364
|
function Yt(u, e) {
|
|
3365
3365
|
const t = u.split("@");
|
|
3366
3366
|
let n = "";
|
|
3367
|
-
t.length > 1 && (n = t[0] + "@", u = t[1]), u = u.replace(
|
|
3368
|
-
const r = u.split("."), o =
|
|
3367
|
+
t.length > 1 && (n = t[0] + "@", u = t[1]), u = u.replace(Qc, ".");
|
|
3368
|
+
const r = u.split("."), o = ui(r, e).join(".");
|
|
3369
3369
|
return n + o;
|
|
3370
3370
|
}
|
|
3371
3371
|
function Xt(u) {
|
|
@@ -3382,15 +3382,15 @@ function Xt(u) {
|
|
|
3382
3382
|
}
|
|
3383
3383
|
return e;
|
|
3384
3384
|
}
|
|
3385
|
-
const
|
|
3385
|
+
const ei = (u) => String.fromCodePoint(...u), ti = function(u) {
|
|
3386
3386
|
return u >= 48 && u < 58 ? 26 + (u - 48) : u >= 65 && u < 91 ? u - 65 : u >= 97 && u < 123 ? u - 97 : ou;
|
|
3387
3387
|
}, Et = function(u, e) {
|
|
3388
3388
|
return u + 22 + 75 * (u < 26) - ((e != 0) << 5);
|
|
3389
3389
|
}, Jt = function(u, e, t) {
|
|
3390
3390
|
let n = 0;
|
|
3391
|
-
for (u = t ? cu(u /
|
|
3391
|
+
for (u = t ? cu(u / Yc) : u >> 1, u += cu(u / e); u > Qe * ee >> 1; n += ou)
|
|
3392
3392
|
u = cu(u / Qe);
|
|
3393
|
-
return cu(n + (Qe + 1) * u / (u +
|
|
3393
|
+
return cu(n + (Qe + 1) * u / (u + Vc));
|
|
3394
3394
|
}, Qt = function(u) {
|
|
3395
3395
|
const e = [], t = u.length;
|
|
3396
3396
|
let n = 0, r = Zt, o = Wt, i = u.lastIndexOf(Vt);
|
|
@@ -3401,7 +3401,7 @@ const ui = (u) => String.fromCodePoint(...u), ei = function(u) {
|
|
|
3401
3401
|
const a = n;
|
|
3402
3402
|
for (let f = 1, d = ou; ; d += ou) {
|
|
3403
3403
|
c >= t && pu("invalid-input");
|
|
3404
|
-
const _ =
|
|
3404
|
+
const _ = ti(u.charCodeAt(c++));
|
|
3405
3405
|
_ >= ou && pu("invalid-input"), _ > cu((Ou - n) / f) && pu("overflow"), n += _ * f;
|
|
3406
3406
|
const p = d <= o ? m0 : d >= o + ee ? ee : d - o;
|
|
3407
3407
|
if (_ < p)
|
|
@@ -3445,13 +3445,13 @@ const ui = (u) => String.fromCodePoint(...u), ei = function(u) {
|
|
|
3445
3445
|
++r, ++n;
|
|
3446
3446
|
}
|
|
3447
3447
|
return e.join("");
|
|
3448
|
-
},
|
|
3448
|
+
}, ni = function(u) {
|
|
3449
3449
|
return Yt(u, function(e) {
|
|
3450
|
-
return
|
|
3450
|
+
return Xc.test(e) ? Qt(e.slice(4).toLowerCase()) : e;
|
|
3451
3451
|
});
|
|
3452
|
-
},
|
|
3452
|
+
}, ri = function(u) {
|
|
3453
3453
|
return Yt(u, function(e) {
|
|
3454
|
-
return
|
|
3454
|
+
return Jc.test(e) ? "xn--" + Kt(e) : e;
|
|
3455
3455
|
});
|
|
3456
3456
|
}, un = {
|
|
3457
3457
|
/**
|
|
@@ -3469,13 +3469,13 @@ const ui = (u) => String.fromCodePoint(...u), ei = function(u) {
|
|
|
3469
3469
|
*/
|
|
3470
3470
|
ucs2: {
|
|
3471
3471
|
decode: Xt,
|
|
3472
|
-
encode:
|
|
3472
|
+
encode: ei
|
|
3473
3473
|
},
|
|
3474
3474
|
decode: Qt,
|
|
3475
3475
|
encode: Kt,
|
|
3476
|
-
toASCII:
|
|
3477
|
-
toUnicode:
|
|
3478
|
-
},
|
|
3476
|
+
toASCII: ri,
|
|
3477
|
+
toUnicode: ni
|
|
3478
|
+
}, oi = {
|
|
3479
3479
|
options: {
|
|
3480
3480
|
// Enable HTML tags in source
|
|
3481
3481
|
html: !1,
|
|
@@ -3511,7 +3511,7 @@ const ui = (u) => String.fromCodePoint(...u), ei = function(u) {
|
|
|
3511
3511
|
block: {},
|
|
3512
3512
|
inline: {}
|
|
3513
3513
|
}
|
|
3514
|
-
},
|
|
3514
|
+
}, ci = {
|
|
3515
3515
|
options: {
|
|
3516
3516
|
// Enable HTML tags in source
|
|
3517
3517
|
html: !1,
|
|
@@ -3566,7 +3566,7 @@ const ui = (u) => String.fromCodePoint(...u), ei = function(u) {
|
|
|
3566
3566
|
]
|
|
3567
3567
|
}
|
|
3568
3568
|
}
|
|
3569
|
-
},
|
|
3569
|
+
}, ii = {
|
|
3570
3570
|
options: {
|
|
3571
3571
|
// Enable HTML tags in source
|
|
3572
3572
|
html: !0,
|
|
@@ -3640,17 +3640,17 @@ const ui = (u) => String.fromCodePoint(...u), ei = function(u) {
|
|
|
3640
3640
|
]
|
|
3641
3641
|
}
|
|
3642
3642
|
}
|
|
3643
|
-
},
|
|
3644
|
-
default:
|
|
3645
|
-
zero:
|
|
3646
|
-
commonmark:
|
|
3647
|
-
},
|
|
3648
|
-
function
|
|
3643
|
+
}, ai = {
|
|
3644
|
+
default: oi,
|
|
3645
|
+
zero: ci,
|
|
3646
|
+
commonmark: ii
|
|
3647
|
+
}, si = /^(vbscript|javascript|file|data):/, li = /^data:image\/(gif|png|jpeg|webp);/;
|
|
3648
|
+
function fi(u) {
|
|
3649
3649
|
const e = u.trim().toLowerCase();
|
|
3650
|
-
return
|
|
3650
|
+
return si.test(e) ? li.test(e) : !0;
|
|
3651
3651
|
}
|
|
3652
3652
|
const en = ["http:", "https:", "mailto:"];
|
|
3653
|
-
function
|
|
3653
|
+
function di(u) {
|
|
3654
3654
|
const e = f0(u, !0);
|
|
3655
3655
|
if (e.hostname && (!e.protocol || en.indexOf(e.protocol) >= 0))
|
|
3656
3656
|
try {
|
|
@@ -3659,7 +3659,7 @@ function fi(u) {
|
|
|
3659
3659
|
}
|
|
3660
3660
|
return oe(l0(e));
|
|
3661
3661
|
}
|
|
3662
|
-
function
|
|
3662
|
+
function hi(u) {
|
|
3663
3663
|
const e = f0(u, !0);
|
|
3664
3664
|
if (e.hostname && (!e.protocol || en.indexOf(e.protocol) >= 0))
|
|
3665
3665
|
try {
|
|
@@ -3671,7 +3671,7 @@ function di(u) {
|
|
|
3671
3671
|
function K(u, e) {
|
|
3672
3672
|
if (!(this instanceof K))
|
|
3673
3673
|
return new K(u, e);
|
|
3674
|
-
e || h0(u) || (e = u || {}, u = "default"), this.inline = new ie(), this.block = new Se(), this.core = new b0(), this.renderer = new Pu(), this.linkify = new J(), this.validateLink =
|
|
3674
|
+
e || h0(u) || (e = u || {}, u = "default"), this.inline = new ie(), this.block = new Se(), this.core = new b0(), this.renderer = new Pu(), this.linkify = new J(), this.validateLink = fi, this.normalizeLink = di, this.normalizeLinkText = hi, this.utils = bo, this.helpers = Fe({}, go), this.options = {}, this.configure(u), e && this.set(e);
|
|
3675
3675
|
}
|
|
3676
3676
|
K.prototype.set = function(u) {
|
|
3677
3677
|
return Fe(this.options, u), this;
|
|
@@ -3680,7 +3680,7 @@ K.prototype.configure = function(u) {
|
|
|
3680
3680
|
const e = this;
|
|
3681
3681
|
if (h0(u)) {
|
|
3682
3682
|
const t = u;
|
|
3683
|
-
if (u =
|
|
3683
|
+
if (u = ai[t], !u)
|
|
3684
3684
|
throw new Error('Wrong `markdown-it` preset "' + t + '", check name');
|
|
3685
3685
|
}
|
|
3686
3686
|
if (!u)
|
|
@@ -3733,7 +3733,7 @@ K.prototype.parseInline = function(u, e) {
|
|
|
3733
3733
|
K.prototype.renderInline = function(u, e) {
|
|
3734
3734
|
return e = e || {}, this.renderer.render(this.parseInline(u, e), this.options, e);
|
|
3735
3735
|
};
|
|
3736
|
-
class
|
|
3736
|
+
class Ri extends a0 {
|
|
3737
3737
|
constructor(t = {}) {
|
|
3738
3738
|
super();
|
|
3739
3739
|
Mu(this, "mdConfig");
|
|
@@ -3753,26 +3753,26 @@ class vi extends a0 {
|
|
|
3753
3753
|
}
|
|
3754
3754
|
if (this.sanitizeDisabled)
|
|
3755
3755
|
return console.warn("HTML sanitization is disabled, potential XSS risk"), j0("div", { ...this.defaultAttrs, ...r, innerHTML: o });
|
|
3756
|
-
const i =
|
|
3756
|
+
const i = Tr.sanitize(o, this.dompurifyConfig);
|
|
3757
3757
|
return j0("div", { ...this.defaultAttrs, ...r, innerHTML: i });
|
|
3758
3758
|
}
|
|
3759
3759
|
}
|
|
3760
|
-
const
|
|
3760
|
+
const pi = {
|
|
3761
3761
|
key: 0,
|
|
3762
3762
|
class: /* @__PURE__ */ Eu(["tr-bubble__avatar"])
|
|
3763
|
-
},
|
|
3763
|
+
}, bi = {
|
|
3764
3764
|
key: 0,
|
|
3765
3765
|
class: "tr-bubble__content-items"
|
|
3766
|
-
},
|
|
3766
|
+
}, _i = {
|
|
3767
3767
|
key: 1,
|
|
3768
3768
|
class: "tr-bubble__body-text"
|
|
3769
|
-
},
|
|
3769
|
+
}, mi = {
|
|
3770
3770
|
key: 2,
|
|
3771
3771
|
class: "tr-bubble__aborted"
|
|
3772
|
-
},
|
|
3772
|
+
}, xi = {
|
|
3773
3773
|
key: 3,
|
|
3774
3774
|
class: "tr-bubble__footer"
|
|
3775
|
-
},
|
|
3775
|
+
}, gi = /* @__PURE__ */ Du({
|
|
3776
3776
|
__name: "Bubble",
|
|
3777
3777
|
props: {
|
|
3778
3778
|
content: { default: "" },
|
|
@@ -3798,7 +3798,7 @@ const hi = {
|
|
|
3798
3798
|
const d = r[e.customContentField];
|
|
3799
3799
|
return typeof d == "string" || Array.isArray(d) && d.length > 0 ? d : null;
|
|
3800
3800
|
}), i = X(() => o.value || e.content), c = X(() => Array.isArray(i.value) ? "" : i.value), a = X(() => Array.isArray(i.value) ? i.value : []), s = X(() => e.placement === "start"), f = X(() => e.maxWidth ? {
|
|
3801
|
-
"--max-width":
|
|
3801
|
+
"--max-width": Fn(e.maxWidth)
|
|
3802
3802
|
} : {});
|
|
3803
3803
|
return (d, _) => (S(), $("div", {
|
|
3804
3804
|
class: Eu([
|
|
@@ -3810,7 +3810,7 @@ const hi = {
|
|
|
3810
3810
|
]),
|
|
3811
3811
|
style: En(f.value)
|
|
3812
3812
|
}, [
|
|
3813
|
-
e.avatar ? (S(), $("div",
|
|
3813
|
+
e.avatar ? (S(), $("div", pi, [
|
|
3814
3814
|
(S(), eu(mu(e.avatar)))
|
|
3815
3815
|
])) : Xu("", !0),
|
|
3816
3816
|
e.loading ? ge(d.$slots, "loading", {
|
|
@@ -3821,7 +3821,7 @@ const hi = {
|
|
|
3821
3821
|
class: Eu(["tr-bubble__content", { "border-corner": e.shape === "corner" }])
|
|
3822
3822
|
}, [..._[0] || (_[0] = [
|
|
3823
3823
|
Y("img", {
|
|
3824
|
-
src:
|
|
3824
|
+
src: yn,
|
|
3825
3825
|
alt: "loading",
|
|
3826
3826
|
class: "tr-bubble__loading"
|
|
3827
3827
|
}, null, -1)
|
|
@@ -3830,8 +3830,8 @@ const hi = {
|
|
|
3830
3830
|
key: 2,
|
|
3831
3831
|
class: Eu(["tr-bubble__content", { "border-corner": e.shape === "corner" }])
|
|
3832
3832
|
}, [
|
|
3833
|
-
a.value.length ? (S(), $("div",
|
|
3834
|
-
(S(!0), $(u0, null, ke(a.value, (p, h) => (S(), eu(i0(
|
|
3833
|
+
a.value.length ? (S(), $("div", bi, [
|
|
3834
|
+
(S(!0), $(u0, null, ke(a.value, (p, h) => (S(), eu(i0(or), {
|
|
3835
3835
|
key: h,
|
|
3836
3836
|
item: p
|
|
3837
3837
|
}, null, 8, ["item"]))), 128))
|
|
@@ -3841,16 +3841,16 @@ const hi = {
|
|
|
3841
3841
|
}, () => [
|
|
3842
3842
|
n.value ? (S(), $(u0, { key: 0 }, [
|
|
3843
3843
|
n.value.isComponent ? (S(), eu(mu(n.value.vNodeOrComponent), Ae(Ju({ key: 0 }, e)), null, 16)) : (S(), eu(mu(n.value.vNodeOrComponent), { key: 1 }))
|
|
3844
|
-
], 64)) : (S(), $("span",
|
|
3844
|
+
], 64)) : (S(), $("span", _i, Au(c.value), 1))
|
|
3845
3845
|
], !0),
|
|
3846
|
-
e.aborted ? (S(), $("span",
|
|
3847
|
-
t.footer ? (S(), $("div",
|
|
3846
|
+
e.aborted ? (S(), $("span", mi, Au(e.abortedText), 1)) : Xu("", !0),
|
|
3847
|
+
t.footer ? (S(), $("div", xi, [
|
|
3848
3848
|
ge(d.$slots, "footer", { bubbleProps: e }, void 0, !0)
|
|
3849
3849
|
])) : Xu("", !0)
|
|
3850
3850
|
], 2))
|
|
3851
3851
|
], 6));
|
|
3852
3852
|
}
|
|
3853
|
-
}), Cu = /* @__PURE__ */ re(
|
|
3853
|
+
}), Cu = /* @__PURE__ */ re(gi, [["__scopeId", "data-v-1d4a4139"]]), ki = /* @__PURE__ */ Du({
|
|
3854
3854
|
__name: "BubbleList",
|
|
3855
3855
|
props: {
|
|
3856
3856
|
items: {},
|
|
@@ -3860,7 +3860,7 @@ const hi = {
|
|
|
3860
3860
|
autoScroll: { type: Boolean }
|
|
3861
3861
|
},
|
|
3862
3862
|
setup(u) {
|
|
3863
|
-
const e = u, t = c0(null), { y: n } =
|
|
3863
|
+
const e = u, t = c0(null), { y: n } = In(t, {
|
|
3864
3864
|
behavior: "smooth",
|
|
3865
3865
|
throttle: 100
|
|
3866
3866
|
}), r = X(() => e.items.at(-1)), o = X(() => {
|
|
@@ -3883,12 +3883,14 @@ const hi = {
|
|
|
3883
3883
|
return 0;
|
|
3884
3884
|
});
|
|
3885
3885
|
An(
|
|
3886
|
-
[() => e.items.length, () => {
|
|
3887
|
-
var a;
|
|
3888
|
-
return (a = r.value) == null ? void 0 : a.content;
|
|
3889
|
-
}, () => o.value],
|
|
3890
3886
|
() => {
|
|
3891
|
-
|
|
3887
|
+
var a;
|
|
3888
|
+
return [e.autoScroll, e.items.length, (a = r.value) == null ? void 0 : a.content, o.value];
|
|
3889
|
+
},
|
|
3890
|
+
([a]) => {
|
|
3891
|
+
Cn(() => {
|
|
3892
|
+
!a || !t.value || (n.value = t.value.scrollHeight);
|
|
3893
|
+
});
|
|
3892
3894
|
},
|
|
3893
3895
|
{ deep: !0 }
|
|
3894
3896
|
);
|
|
@@ -3929,13 +3931,13 @@ const hi = {
|
|
|
3929
3931
|
ke(c.value.slots, (f, d) => ({
|
|
3930
3932
|
name: d,
|
|
3931
3933
|
fn: W0((_) => [
|
|
3932
|
-
(S(), eu(mu(f), Ae(
|
|
3934
|
+
(S(), eu(mu(f), Ae(Dn(_)), null, 16))
|
|
3933
3935
|
])
|
|
3934
3936
|
}))
|
|
3935
3937
|
]), 1040)) : Xu("", !0)
|
|
3936
3938
|
], 512));
|
|
3937
3939
|
}
|
|
3938
|
-
}), te = /* @__PURE__ */ re(
|
|
3940
|
+
}), te = /* @__PURE__ */ re(ki, [["__scopeId", "data-v-a5afaa8b"]]), ne = /* @__PURE__ */ Du({
|
|
3939
3941
|
__name: "BubbleProvider",
|
|
3940
3942
|
props: {
|
|
3941
3943
|
contentRenderers: { default: () => ({}) }
|
|
@@ -3950,27 +3952,27 @@ const hi = {
|
|
|
3950
3952
|
}
|
|
3951
3953
|
});
|
|
3952
3954
|
Cu.name = "TrBubble";
|
|
3953
|
-
const
|
|
3955
|
+
const Ei = function(u) {
|
|
3954
3956
|
u.component(Cu.name, Cu);
|
|
3955
3957
|
};
|
|
3956
|
-
Cu.install =
|
|
3957
|
-
const
|
|
3958
|
+
Cu.install = Ei;
|
|
3959
|
+
const Ii = Cu;
|
|
3958
3960
|
te.name = "TrBubbleList";
|
|
3959
|
-
const
|
|
3961
|
+
const Ai = function(u) {
|
|
3960
3962
|
u.component(te.name, te);
|
|
3961
3963
|
};
|
|
3962
|
-
te.install =
|
|
3963
|
-
const
|
|
3964
|
+
te.install = Ai;
|
|
3965
|
+
const Mi = te;
|
|
3964
3966
|
ne.name = "TrBubbleProvider";
|
|
3965
|
-
const
|
|
3967
|
+
const Ci = function(u) {
|
|
3966
3968
|
u.component(ne.name, ne);
|
|
3967
3969
|
};
|
|
3968
|
-
ne.install =
|
|
3969
|
-
const
|
|
3970
|
+
ne.install = Ci;
|
|
3971
|
+
const Li = ne;
|
|
3970
3972
|
export {
|
|
3971
|
-
|
|
3973
|
+
Ii as Bubble,
|
|
3972
3974
|
a0 as BubbleContentClassRenderer,
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3975
|
+
Mi as BubbleList,
|
|
3976
|
+
Ri as BubbleMarkdownContentRenderer,
|
|
3977
|
+
Li as BubbleProvider
|
|
3976
3978
|
};
|