@oiij/naive-ui 0.0.8 → 0.0.10
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/components/data-table-plus/DataTablePlus.vue.d.ts +2 -0
- package/dist/components/preset-select/PresetSelect.vue.d.ts +2 -0
- package/dist/components/search-input/SearchInput.vue.d.ts +2 -2
- package/dist/components.cjs +8 -8
- package/dist/components.js +757 -731
- package/dist/components.umd.cjs +13 -13
- package/package.json +5 -5
package/dist/components.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { inject as _r, onBeforeMount as
|
|
2
|
-
import { NEl as yr, NAvatar as
|
|
3
|
-
import { useClipboard as ni, createEventHook as Zu, useDebounceFn as
|
|
1
|
+
import { inject as _r, onBeforeMount as Ao, defineComponent as be, createBlock as G, openBlock as B, unref as S, normalizeClass as Ku, withCtx as I, renderSlot as q, createVNode as V, createCommentVNode as je, mergeProps as he, resolveDynamicComponent as yu, Transition as wo, createElementVNode as Fu, normalizeStyle as vr, onMounted as Co, normalizeProps as xe, guardReactiveProps as ke, createElementBlock as He, watch as Le, createTextVNode as it, toDisplayString as at, ref as H, watchEffect as Ne, onScopeDispose as Jt, computed as me, onUnmounted as Do, reactive as Eu, isRef as Bt, toRefs as Fo, useTemplateRef as ct, Fragment as et, renderList as Ut, toValue as ou, nextTick as Kt, h as Oe, toRaw as qt, toRef as So, createStaticVNode as To, mergeModels as Po, useModel as Ro, isReactive as Oo } from "vue";
|
|
2
|
+
import { NEl as yr, NAvatar as Mo, NFlex as ku, NSpin as Lo, NConfigProvider as No, NLoadingBarProvider as Io, NDialogProvider as zo, NModalProvider as $o, NNotificationProvider as Bo, NMessageProvider as Uo, NGlobalStyle as qo, useDialog as jo, useLoadingBar as Ho, useMessage as Go, useModal as Wo, useNotification as Vo, NTooltip as Er, NButton as Su, NGrid as jt, NGi as Ht, NDivider as Zo, NCollapseTransition as Yo, NDataTable as Xo, NPagination as Ar, NDropdown as Qo, NFormItem as wr, NForm as Jo, NTimePicker as Ko, NSwitch as ei, NSelect as Cr, NInput as en, NDatePicker as ui, NInputGroup as ti } from "naive-ui";
|
|
3
|
+
import { useClipboard as ni, createEventHook as Zu, useDebounceFn as Dr, useTimeoutFn as ri } from "@vueuse/core";
|
|
4
4
|
function oi(e) {
|
|
5
5
|
let u = ".", t = "__", n = "--", r;
|
|
6
6
|
if (e) {
|
|
@@ -84,10 +84,10 @@ function ii(e) {
|
|
|
84
84
|
e[t] === "&" && ++u;
|
|
85
85
|
return u;
|
|
86
86
|
}
|
|
87
|
-
const
|
|
87
|
+
const Fr = /\s*,(?![^(]*\))\s*/g, ai = /\s+/g;
|
|
88
88
|
function ci(e, u) {
|
|
89
89
|
const t = [];
|
|
90
|
-
return u.split(
|
|
90
|
+
return u.split(Fr).forEach((n) => {
|
|
91
91
|
let r = ii(n);
|
|
92
92
|
if (r) {
|
|
93
93
|
if (r === 1) {
|
|
@@ -121,7 +121,7 @@ function ci(e, u) {
|
|
|
121
121
|
}
|
|
122
122
|
function si(e, u) {
|
|
123
123
|
const t = [];
|
|
124
|
-
return u.split(
|
|
124
|
+
return u.split(Fr).forEach((n) => {
|
|
125
125
|
e.forEach((r) => {
|
|
126
126
|
t.push((r && r + " ") + n);
|
|
127
127
|
});
|
|
@@ -147,16 +147,16 @@ function fi(e) {
|
|
|
147
147
|
const u = document.createElement("style");
|
|
148
148
|
return u.setAttribute("cssr-id", e), u;
|
|
149
149
|
}
|
|
150
|
-
function
|
|
150
|
+
function $u(e) {
|
|
151
151
|
return e ? /^\s*@(s|m)/.test(e) : !1;
|
|
152
152
|
}
|
|
153
153
|
const di = /[A-Z]/g;
|
|
154
|
-
function
|
|
154
|
+
function Sr(e) {
|
|
155
155
|
return e.replace(di, (u) => "-" + u.toLowerCase());
|
|
156
156
|
}
|
|
157
157
|
function pi(e, u = " ") {
|
|
158
158
|
return typeof e == "object" && e !== null ? ` {
|
|
159
|
-
` + Object.entries(e).map((t) => u + ` ${
|
|
159
|
+
` + Object.entries(e).map((t) => u + ` ${Sr(t[0])}: ${t[1]};`).join(`
|
|
160
160
|
`) + `
|
|
161
161
|
` + u + "}" : `: ${e};`;
|
|
162
162
|
}
|
|
@@ -191,7 +191,7 @@ ${r}
|
|
|
191
191
|
`);
|
|
192
192
|
return;
|
|
193
193
|
}
|
|
194
|
-
i =
|
|
194
|
+
i = Sr(i), c != null && a.push(` ${i}${pi(c)}`);
|
|
195
195
|
}), e && a.push("}"), a.join(`
|
|
196
196
|
`);
|
|
197
197
|
}
|
|
@@ -205,25 +205,25 @@ function Gt(e, u, t) {
|
|
|
205
205
|
} else n && t(n);
|
|
206
206
|
});
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function Tr(e, u, t, n, r) {
|
|
209
209
|
const o = e.$;
|
|
210
210
|
let a = "";
|
|
211
211
|
if (!o || typeof o == "string")
|
|
212
|
-
|
|
212
|
+
$u(o) ? a = o : u.push(o);
|
|
213
213
|
else if (typeof o == "function") {
|
|
214
214
|
const s = o({
|
|
215
215
|
context: n.context,
|
|
216
216
|
props: r
|
|
217
217
|
});
|
|
218
|
-
|
|
218
|
+
$u(s) ? a = s : u.push(s);
|
|
219
219
|
} else if (o.before && o.before(n.context), !o.$ || typeof o.$ == "string")
|
|
220
|
-
|
|
220
|
+
$u(o.$) ? a = o.$ : u.push(o.$);
|
|
221
221
|
else if (o.$) {
|
|
222
222
|
const s = o.$({
|
|
223
223
|
context: n.context,
|
|
224
224
|
props: r
|
|
225
225
|
});
|
|
226
|
-
|
|
226
|
+
$u(s) ? a = s : u.push(s);
|
|
227
227
|
}
|
|
228
228
|
const i = li(u), c = Ln(i, e.props, n, r);
|
|
229
229
|
a ? t.push(`${a} {`) : c.length && t.push(c), e.children && Gt(e.children, {
|
|
@@ -234,12 +234,12 @@ function Sr(e, u, t, n, r) {
|
|
|
234
234
|
const l = Ln(i, { raw: s }, n, r);
|
|
235
235
|
t.push(l);
|
|
236
236
|
} else
|
|
237
|
-
|
|
237
|
+
Tr(s, u, t, n, r);
|
|
238
238
|
}), u.pop(), a && t.push("}"), o && o.after && o.after(n.context);
|
|
239
239
|
}
|
|
240
240
|
function bi(e, u, t) {
|
|
241
241
|
const n = [];
|
|
242
|
-
return
|
|
242
|
+
return Tr(e, [], n, u, t), n.join(`
|
|
243
243
|
|
|
244
244
|
`);
|
|
245
245
|
}
|
|
@@ -306,7 +306,7 @@ function vi(e = {}) {
|
|
|
306
306
|
const { id: u, parent: t } = e;
|
|
307
307
|
gi(this.instance, this, u, t);
|
|
308
308
|
}
|
|
309
|
-
const
|
|
309
|
+
const Bu = function(e, u, t, n) {
|
|
310
310
|
return {
|
|
311
311
|
instance: e,
|
|
312
312
|
$: u,
|
|
@@ -318,7 +318,7 @@ const $u = function(e, u, t, n) {
|
|
|
318
318
|
unmount: vi
|
|
319
319
|
};
|
|
320
320
|
}, yi = function(e, u, t, n) {
|
|
321
|
-
return Array.isArray(u) ?
|
|
321
|
+
return Array.isArray(u) ? Bu(e, { $: null }, null, u) : Array.isArray(t) ? Bu(e, u, null, t) : Array.isArray(n) ? Bu(e, u, t, n) : Bu(e, u, t, null);
|
|
322
322
|
};
|
|
323
323
|
function Ei(e = {}) {
|
|
324
324
|
const u = {
|
|
@@ -366,7 +366,7 @@ function Si() {
|
|
|
366
366
|
context: e
|
|
367
367
|
};
|
|
368
368
|
}
|
|
369
|
-
function
|
|
369
|
+
function Pr(e, u) {
|
|
370
370
|
const t = Si();
|
|
371
371
|
function n() {
|
|
372
372
|
u.mount({
|
|
@@ -375,11 +375,11 @@ function Tr(e, u) {
|
|
|
375
375
|
ssr: t
|
|
376
376
|
});
|
|
377
377
|
}
|
|
378
|
-
t ? n() :
|
|
378
|
+
t ? n() : Ao(() => {
|
|
379
379
|
n();
|
|
380
380
|
});
|
|
381
381
|
}
|
|
382
|
-
const { cssr: tn, plugin:
|
|
382
|
+
const { cssr: tn, plugin: Rr, namespace: Or } = Ai();
|
|
383
383
|
var In = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
384
384
|
function Ti(e) {
|
|
385
385
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -502,8 +502,8 @@ function Pi() {
|
|
|
502
502
|
return m[x];
|
|
503
503
|
k = /** @type {Record<string, any>} */
|
|
504
504
|
{}, m[x] = k;
|
|
505
|
-
for (var
|
|
506
|
-
b.hasOwnProperty(
|
|
505
|
+
for (var A in b)
|
|
506
|
+
b.hasOwnProperty(A) && (k[A] = p(b[A], m));
|
|
507
507
|
return (
|
|
508
508
|
/** @type {any} */
|
|
509
509
|
k
|
|
@@ -732,28 +732,28 @@ function Pi() {
|
|
|
732
732
|
insertBefore: function(p, b, m, k) {
|
|
733
733
|
k = k || /** @type {any} */
|
|
734
734
|
i.languages;
|
|
735
|
-
var x = k[p],
|
|
735
|
+
var x = k[p], A = {};
|
|
736
736
|
for (var T in x)
|
|
737
737
|
if (x.hasOwnProperty(T)) {
|
|
738
738
|
if (T == b)
|
|
739
739
|
for (var D in m)
|
|
740
|
-
m.hasOwnProperty(D) && (
|
|
741
|
-
m.hasOwnProperty(T) || (
|
|
740
|
+
m.hasOwnProperty(D) && (A[D] = m[D]);
|
|
741
|
+
m.hasOwnProperty(T) || (A[T] = x[T]);
|
|
742
742
|
}
|
|
743
|
-
var
|
|
744
|
-
return k[p] =
|
|
745
|
-
|
|
746
|
-
}),
|
|
743
|
+
var z = k[p];
|
|
744
|
+
return k[p] = A, i.languages.DFS(i.languages, function(L, te) {
|
|
745
|
+
te === z && L != p && (this[L] = A);
|
|
746
|
+
}), A;
|
|
747
747
|
},
|
|
748
748
|
// Traverse a language definition with Depth First Search
|
|
749
749
|
DFS: function p(b, m, k, x) {
|
|
750
750
|
x = x || {};
|
|
751
|
-
var
|
|
751
|
+
var A = i.util.objId;
|
|
752
752
|
for (var T in b)
|
|
753
753
|
if (b.hasOwnProperty(T)) {
|
|
754
754
|
m.call(b, T, b[T], k || T);
|
|
755
|
-
var D = b[T],
|
|
756
|
-
|
|
755
|
+
var D = b[T], z = i.util.type(D);
|
|
756
|
+
z === "Object" && !x[A(D)] ? (x[A(D)] = !0, p(D, m, null, x)) : z === "Array" && !x[A(D)] && (x[A(D)] = !0, p(D, m, T, x));
|
|
757
757
|
}
|
|
758
758
|
}
|
|
759
759
|
},
|
|
@@ -795,8 +795,8 @@ function Pi() {
|
|
|
795
795
|
selector: 'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'
|
|
796
796
|
};
|
|
797
797
|
i.hooks.run("before-highlightall", k), k.elements = Array.prototype.slice.apply(k.container.querySelectorAll(k.selector)), i.hooks.run("before-all-elements-highlight", k);
|
|
798
|
-
for (var x = 0,
|
|
799
|
-
i.highlightElement(
|
|
798
|
+
for (var x = 0, A; A = k.elements[x++]; )
|
|
799
|
+
i.highlightElement(A, b === !0, k.callback);
|
|
800
800
|
},
|
|
801
801
|
/**
|
|
802
802
|
* Highlights the code inside a single element.
|
|
@@ -829,36 +829,36 @@ function Pi() {
|
|
|
829
829
|
highlightElement: function(p, b, m) {
|
|
830
830
|
var k = i.util.getLanguage(p), x = i.languages[k];
|
|
831
831
|
i.util.setLanguage(p, k);
|
|
832
|
-
var
|
|
833
|
-
|
|
832
|
+
var A = p.parentElement;
|
|
833
|
+
A && A.nodeName.toLowerCase() === "pre" && i.util.setLanguage(A, k);
|
|
834
834
|
var T = p.textContent, D = {
|
|
835
835
|
element: p,
|
|
836
836
|
language: k,
|
|
837
837
|
grammar: x,
|
|
838
838
|
code: T
|
|
839
839
|
};
|
|
840
|
-
function
|
|
841
|
-
D.highlightedCode =
|
|
840
|
+
function z(te) {
|
|
841
|
+
D.highlightedCode = te, i.hooks.run("before-insert", D), D.element.innerHTML = D.highlightedCode, i.hooks.run("after-highlight", D), i.hooks.run("complete", D), m && m.call(D.element);
|
|
842
842
|
}
|
|
843
|
-
if (i.hooks.run("before-sanity-check", D),
|
|
843
|
+
if (i.hooks.run("before-sanity-check", D), A = D.element.parentElement, A && A.nodeName.toLowerCase() === "pre" && !A.hasAttribute("tabindex") && A.setAttribute("tabindex", "0"), !D.code) {
|
|
844
844
|
i.hooks.run("complete", D), m && m.call(D.element);
|
|
845
845
|
return;
|
|
846
846
|
}
|
|
847
847
|
if (i.hooks.run("before-highlight", D), !D.grammar) {
|
|
848
|
-
|
|
848
|
+
z(i.util.encode(D.code));
|
|
849
849
|
return;
|
|
850
850
|
}
|
|
851
851
|
if (b && n.Worker) {
|
|
852
852
|
var L = new Worker(i.filename);
|
|
853
|
-
L.onmessage = function(
|
|
854
|
-
|
|
853
|
+
L.onmessage = function(te) {
|
|
854
|
+
z(te.data);
|
|
855
855
|
}, L.postMessage(JSON.stringify({
|
|
856
856
|
language: D.language,
|
|
857
857
|
code: D.code,
|
|
858
858
|
immediateClose: !0
|
|
859
859
|
}));
|
|
860
860
|
} else
|
|
861
|
-
|
|
861
|
+
z(i.highlight(D.code, D.grammar, D.language));
|
|
862
862
|
},
|
|
863
863
|
/**
|
|
864
864
|
* Low-level function, only use if you know what you’re doing. It accepts a string of text as input
|
|
@@ -974,8 +974,8 @@ function Pi() {
|
|
|
974
974
|
return b;
|
|
975
975
|
if (Array.isArray(b)) {
|
|
976
976
|
var k = "";
|
|
977
|
-
return b.forEach(function(
|
|
978
|
-
k += p(
|
|
977
|
+
return b.forEach(function(z) {
|
|
978
|
+
k += p(z, m);
|
|
979
979
|
}), k;
|
|
980
980
|
}
|
|
981
981
|
var x = {
|
|
@@ -985,8 +985,8 @@ function Pi() {
|
|
|
985
985
|
classes: ["token", b.type],
|
|
986
986
|
attributes: {},
|
|
987
987
|
language: m
|
|
988
|
-
},
|
|
989
|
-
|
|
988
|
+
}, A = b.alias;
|
|
989
|
+
A && (Array.isArray(A) ? Array.prototype.push.apply(x.classes, A) : x.classes.push(A)), i.hooks.run("wrap", x);
|
|
990
990
|
var T = "";
|
|
991
991
|
for (var D in x.attributes)
|
|
992
992
|
T += " " + D + '="' + (x.attributes[D] || "").replace(/"/g, """) + '"';
|
|
@@ -996,54 +996,54 @@ function Pi() {
|
|
|
996
996
|
p.lastIndex = b;
|
|
997
997
|
var x = p.exec(m);
|
|
998
998
|
if (x && k && x[1]) {
|
|
999
|
-
var
|
|
1000
|
-
x.index +=
|
|
999
|
+
var A = x[1].length;
|
|
1000
|
+
x.index += A, x[0] = x[0].slice(A);
|
|
1001
1001
|
}
|
|
1002
1002
|
return x;
|
|
1003
1003
|
}
|
|
1004
|
-
function l(p, b, m, k, x,
|
|
1004
|
+
function l(p, b, m, k, x, A) {
|
|
1005
1005
|
for (var T in m)
|
|
1006
1006
|
if (!(!m.hasOwnProperty(T) || !m[T])) {
|
|
1007
1007
|
var D = m[T];
|
|
1008
1008
|
D = Array.isArray(D) ? D : [D];
|
|
1009
|
-
for (var
|
|
1010
|
-
if (
|
|
1009
|
+
for (var z = 0; z < D.length; ++z) {
|
|
1010
|
+
if (A && A.cause == T + "," + z)
|
|
1011
1011
|
return;
|
|
1012
|
-
var L = D[
|
|
1012
|
+
var L = D[z], te = L.inside, ye = !!L.lookbehind, F = !!L.greedy, U = L.alias;
|
|
1013
1013
|
if (F && !L.pattern.global) {
|
|
1014
|
-
var
|
|
1015
|
-
L.pattern = RegExp(L.pattern.source,
|
|
1014
|
+
var ce = L.pattern.toString().match(/[imsuy]*$/)[0];
|
|
1015
|
+
L.pattern = RegExp(L.pattern.source, ce + "g");
|
|
1016
1016
|
}
|
|
1017
|
-
for (var
|
|
1018
|
-
var M =
|
|
1017
|
+
for (var pe = L.pattern || L, Z = k.next, w = x; Z !== b.tail && !(A && w >= A.reach); w += Z.value.length, Z = Z.next) {
|
|
1018
|
+
var M = Z.value;
|
|
1019
1019
|
if (b.length > p.length)
|
|
1020
1020
|
return;
|
|
1021
1021
|
if (!(M instanceof c)) {
|
|
1022
|
-
var
|
|
1022
|
+
var P = 1, Q;
|
|
1023
1023
|
if (F) {
|
|
1024
|
-
if (
|
|
1024
|
+
if (Q = s(pe, w, p, ye), !Q || Q.index >= p.length)
|
|
1025
1025
|
break;
|
|
1026
|
-
var
|
|
1027
|
-
for (
|
|
1028
|
-
|
|
1029
|
-
if (
|
|
1026
|
+
var se = Q.index, N = Q.index + Q[0].length, Y = w;
|
|
1027
|
+
for (Y += Z.value.length; se >= Y; )
|
|
1028
|
+
Z = Z.next, Y += Z.value.length;
|
|
1029
|
+
if (Y -= Z.value.length, w = Y, Z.value instanceof c)
|
|
1030
1030
|
continue;
|
|
1031
|
-
for (var j =
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
} else if (
|
|
1031
|
+
for (var j = Z; j !== b.tail && (Y < N || typeof j.value == "string"); j = j.next)
|
|
1032
|
+
P++, Y += j.value.length;
|
|
1033
|
+
P--, M = p.slice(w, Y), Q.index -= w;
|
|
1034
|
+
} else if (Q = s(pe, 0, M, ye), !Q)
|
|
1035
1035
|
continue;
|
|
1036
|
-
var
|
|
1037
|
-
|
|
1038
|
-
var We =
|
|
1039
|
-
Ye && (We = _(b, We, Ye),
|
|
1040
|
-
var
|
|
1041
|
-
if (
|
|
1042
|
-
var
|
|
1043
|
-
cause: T + "," +
|
|
1036
|
+
var se = Q.index, Ie = Q[0], Ye = M.slice(0, se), Xe = M.slice(se + Ie.length), Qe = w + M.length;
|
|
1037
|
+
A && Qe > A.reach && (A.reach = Qe);
|
|
1038
|
+
var We = Z.prev;
|
|
1039
|
+
Ye && (We = _(b, We, Ye), w += Ye.length), g(b, We, P);
|
|
1040
|
+
var ze = new c(T, te ? i.tokenize(Ie, te) : Ie, U, Ie);
|
|
1041
|
+
if (Z = _(b, We, ze), Xe && _(b, Z, Xe), P > 1) {
|
|
1042
|
+
var $e = {
|
|
1043
|
+
cause: T + "," + z,
|
|
1044
1044
|
reach: Qe
|
|
1045
1045
|
};
|
|
1046
|
-
l(p, b, m,
|
|
1046
|
+
l(p, b, m, Z.prev, w, $e), A && $e.reach > A.reach && (A.reach = $e.reach);
|
|
1047
1047
|
}
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
@@ -1510,10 +1510,10 @@ function Pi() {
|
|
|
1510
1510
|
p,
|
|
1511
1511
|
function(x) {
|
|
1512
1512
|
E.setAttribute(i, s);
|
|
1513
|
-
var
|
|
1514
|
-
if (
|
|
1515
|
-
var T = x.split(/\r\n?|\n/g), D =
|
|
1516
|
-
D < 0 && (D += T.length), D = Math.max(0, Math.min(D - 1, T.length)),
|
|
1513
|
+
var A = g(E.getAttribute("data-range"));
|
|
1514
|
+
if (A) {
|
|
1515
|
+
var T = x.split(/\r\n?|\n/g), D = A[0], z = A[1] == null ? T.length : A[1];
|
|
1516
|
+
D < 0 && (D += T.length), D = Math.max(0, Math.min(D - 1, T.length)), z < 0 && (z += T.length), z = Math.max(0, Math.min(z, T.length)), x = T.slice(D, z).join(`
|
|
1517
1517
|
`), E.hasAttribute("data-start") || E.setAttribute("data-start", String(D + 1));
|
|
1518
1518
|
}
|
|
1519
1519
|
v.textContent = x, t.highlightElement(v);
|
|
@@ -1581,8 +1581,8 @@ function Mi({
|
|
|
1581
1581
|
})
|
|
1582
1582
|
];
|
|
1583
1583
|
}
|
|
1584
|
-
const { c: Li, cB: Ni, cE: Ii, cM: zi } = { ...tn, ...
|
|
1585
|
-
function
|
|
1584
|
+
const { c: Li, cB: Ni, cE: Ii, cM: zi } = { ...tn, ...Rr }, Et = `${Or}-bubble`;
|
|
1585
|
+
function $i() {
|
|
1586
1586
|
return Li([
|
|
1587
1587
|
Ni("bubble", {
|
|
1588
1588
|
display: "flex",
|
|
@@ -1602,7 +1602,7 @@ function Bi() {
|
|
|
1602
1602
|
])
|
|
1603
1603
|
]);
|
|
1604
1604
|
}
|
|
1605
|
-
const Al = /* @__PURE__ */
|
|
1605
|
+
const Al = /* @__PURE__ */ be({
|
|
1606
1606
|
__name: "Bubble",
|
|
1607
1607
|
props: {
|
|
1608
1608
|
avatar: {},
|
|
@@ -1617,38 +1617,38 @@ const Al = /* @__PURE__ */ he({
|
|
|
1617
1617
|
emits: ["typingComplete"],
|
|
1618
1618
|
setup(e, { emit: u }) {
|
|
1619
1619
|
const t = u;
|
|
1620
|
-
return
|
|
1620
|
+
return Pr("n-bubble", $i()), (n, r) => (B(), G(S(yr), {
|
|
1621
1621
|
tag: "div",
|
|
1622
1622
|
class: Ku([S(Et), n.placement === "end" ? `${S(Et)}--reverse` : ""])
|
|
1623
1623
|
}, {
|
|
1624
1624
|
default: I(() => [
|
|
1625
|
-
|
|
1626
|
-
n.avatar ? (
|
|
1625
|
+
q(n.$slots, "avatar", {}, () => [
|
|
1626
|
+
n.avatar ? (B(), G(S(Mo), he({
|
|
1627
1627
|
key: 0,
|
|
1628
1628
|
round: ""
|
|
1629
1629
|
}, n.avatar.props), {
|
|
1630
1630
|
default: I(() => [
|
|
1631
|
-
(
|
|
1631
|
+
(B(), G(yu(n.avatar.icon)))
|
|
1632
1632
|
]),
|
|
1633
1633
|
_: 1
|
|
1634
1634
|
}, 16)) : je("", !0)
|
|
1635
1635
|
]),
|
|
1636
|
-
|
|
1636
|
+
V(S(ku), { vertical: "" }, {
|
|
1637
1637
|
default: I(() => [
|
|
1638
|
-
|
|
1639
|
-
|
|
1638
|
+
q(n.$slots, "header"),
|
|
1639
|
+
V(wo, {
|
|
1640
1640
|
mode: "out-in",
|
|
1641
1641
|
name: "fade"
|
|
1642
1642
|
}, {
|
|
1643
1643
|
default: I(() => [
|
|
1644
|
-
n.loading ?
|
|
1645
|
-
|
|
1646
|
-
]) :
|
|
1644
|
+
n.loading ? q(n.$slots, "loading", { key: 0 }, () => [
|
|
1645
|
+
V(S(Lo), { style: { height: "44px" } })
|
|
1646
|
+
]) : q(n.$slots, "default", { key: 1 }, () => [
|
|
1647
1647
|
Fu("div", {
|
|
1648
1648
|
class: Ku([`${S(Et)}__content`, n.contentClass]),
|
|
1649
1649
|
style: vr(n.contentStyle)
|
|
1650
1650
|
}, [
|
|
1651
|
-
|
|
1651
|
+
V(S(_l), {
|
|
1652
1652
|
typing: n.typing,
|
|
1653
1653
|
markdown: n.markdown,
|
|
1654
1654
|
value: n.content,
|
|
@@ -1659,7 +1659,7 @@ const Al = /* @__PURE__ */ he({
|
|
|
1659
1659
|
]),
|
|
1660
1660
|
_: 3
|
|
1661
1661
|
}),
|
|
1662
|
-
|
|
1662
|
+
q(n.$slots, "footer")
|
|
1663
1663
|
]),
|
|
1664
1664
|
_: 3
|
|
1665
1665
|
})
|
|
@@ -1667,7 +1667,7 @@ const Al = /* @__PURE__ */ he({
|
|
|
1667
1667
|
_: 3
|
|
1668
1668
|
}, 8, ["class"]));
|
|
1669
1669
|
}
|
|
1670
|
-
}), wl = /* @__PURE__ */
|
|
1670
|
+
}), wl = /* @__PURE__ */ be({
|
|
1671
1671
|
__name: "ConfigProviders",
|
|
1672
1672
|
props: {
|
|
1673
1673
|
globalStyle: { type: Boolean, default: !1 },
|
|
@@ -1680,11 +1680,11 @@ const Al = /* @__PURE__ */ he({
|
|
|
1680
1680
|
},
|
|
1681
1681
|
setup(e) {
|
|
1682
1682
|
function u() {
|
|
1683
|
-
window.$dialog =
|
|
1683
|
+
window.$dialog = jo(), window.$loadingBar = Ho(), window.$message = Go(), window.$modal = Wo(), window.$notification = Vo();
|
|
1684
1684
|
}
|
|
1685
|
-
const t =
|
|
1685
|
+
const t = be({
|
|
1686
1686
|
setup() {
|
|
1687
|
-
|
|
1687
|
+
Co(() => {
|
|
1688
1688
|
u();
|
|
1689
1689
|
});
|
|
1690
1690
|
},
|
|
@@ -1692,20 +1692,20 @@ const Al = /* @__PURE__ */ he({
|
|
|
1692
1692
|
return null;
|
|
1693
1693
|
}
|
|
1694
1694
|
});
|
|
1695
|
-
return (n, r) => (
|
|
1695
|
+
return (n, r) => (B(), G(S(No), xe(ke(n.configProviderProps)), {
|
|
1696
1696
|
default: I(() => [
|
|
1697
|
-
|
|
1697
|
+
V(S(Io), xe(ke(n.loadingBarProps)), {
|
|
1698
1698
|
default: I(() => [
|
|
1699
|
-
|
|
1699
|
+
V(S(zo), xe(ke(n.dialogProviderProps)), {
|
|
1700
1700
|
default: I(() => [
|
|
1701
|
-
|
|
1701
|
+
V(S($o), xe(ke(n.modalProviderProps)), {
|
|
1702
1702
|
default: I(() => [
|
|
1703
|
-
|
|
1703
|
+
V(S(Bo), xe(ke(n.notificationProviderProps)), {
|
|
1704
1704
|
default: I(() => [
|
|
1705
|
-
|
|
1705
|
+
V(S(Uo), xe(ke(n.messageProviderProps)), {
|
|
1706
1706
|
default: I(() => [
|
|
1707
|
-
|
|
1708
|
-
|
|
1707
|
+
q(n.$slots, "default"),
|
|
1708
|
+
V(S(t))
|
|
1709
1709
|
]),
|
|
1710
1710
|
_: 3
|
|
1711
1711
|
}, 16)
|
|
@@ -1721,7 +1721,7 @@ const Al = /* @__PURE__ */ he({
|
|
|
1721
1721
|
]),
|
|
1722
1722
|
_: 3
|
|
1723
1723
|
}, 16),
|
|
1724
|
-
n.globalStyle ? (
|
|
1724
|
+
n.globalStyle ? (B(), G(S(qo), { key: 0 })) : je("", !0)
|
|
1725
1725
|
]),
|
|
1726
1726
|
_: 3
|
|
1727
1727
|
}, 16));
|
|
@@ -1731,7 +1731,7 @@ const Al = /* @__PURE__ */ he({
|
|
|
1731
1731
|
for (const [n, r] of u)
|
|
1732
1732
|
t[n] = r;
|
|
1733
1733
|
return t;
|
|
1734
|
-
},
|
|
1734
|
+
}, Bi = {
|
|
1735
1735
|
name: "MageCopyFill"
|
|
1736
1736
|
}, Ui = {
|
|
1737
1737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1740,14 +1740,14 @@ const Al = /* @__PURE__ */ he({
|
|
|
1740
1740
|
viewBox: "0 0 24 24"
|
|
1741
1741
|
};
|
|
1742
1742
|
function qi(e, u, t, n, r, o) {
|
|
1743
|
-
return
|
|
1743
|
+
return B(), He("svg", Ui, u[0] || (u[0] = [
|
|
1744
1744
|
Fu("path", {
|
|
1745
1745
|
fill: "#757575",
|
|
1746
1746
|
d: "M18.355 6.54h-1.94V4.69a2.69 2.69 0 0 0-1.646-2.484A2.7 2.7 0 0 0 13.745 2h-8.05a2.68 2.68 0 0 0-2.67 2.69v10.09a2.68 2.68 0 0 0 2.67 2.69h1.94v1.85a2.68 2.68 0 0 0 2.67 2.68h8a2.68 2.68 0 0 0 2.67-2.68V9.23a2.69 2.69 0 0 0-2.62-2.69M7.635 9.23v6.74h-1.94a1.18 1.18 0 0 1-1.17-1.19V4.69a1.18 1.18 0 0 1 1.17-1.19h8.05a1.18 1.18 0 0 1 1.17 1.19v1.85h-4.61a2.69 2.69 0 0 0-2.67 2.69"
|
|
1747
1747
|
}, null, -1)
|
|
1748
1748
|
]));
|
|
1749
1749
|
}
|
|
1750
|
-
const ji = /* @__PURE__ */ nn(
|
|
1750
|
+
const ji = /* @__PURE__ */ nn(Bi, [["render", qi]]), Cl = /* @__PURE__ */ be({
|
|
1751
1751
|
__name: "CopyButton",
|
|
1752
1752
|
props: {
|
|
1753
1753
|
value: {},
|
|
@@ -1761,26 +1761,26 @@ const ji = /* @__PURE__ */ nn($i, [["render", qi]]), Cl = /* @__PURE__ */ he({
|
|
|
1761
1761
|
source: e.value,
|
|
1762
1762
|
...e.config
|
|
1763
1763
|
});
|
|
1764
|
-
|
|
1764
|
+
Le(n, () => {
|
|
1765
1765
|
n.value && t("copied", e.value);
|
|
1766
1766
|
});
|
|
1767
1767
|
function o(a) {
|
|
1768
1768
|
a.preventDefault(), r();
|
|
1769
1769
|
}
|
|
1770
|
-
return (a, i) => (
|
|
1770
|
+
return (a, i) => (B(), G(S(Er), xe(ke(a.tooltipProps)), {
|
|
1771
1771
|
trigger: I(() => [
|
|
1772
1772
|
Fu("div", {
|
|
1773
1773
|
style: { cursor: "pointer" },
|
|
1774
1774
|
onClick: o
|
|
1775
1775
|
}, [
|
|
1776
|
-
|
|
1777
|
-
|
|
1776
|
+
q(a.$slots, "default", {}, () => [
|
|
1777
|
+
V(S(Su), he({
|
|
1778
1778
|
quaternary: "",
|
|
1779
1779
|
size: "tiny"
|
|
1780
1780
|
}, a.buttonProps), {
|
|
1781
1781
|
icon: I(() => [
|
|
1782
|
-
|
|
1783
|
-
|
|
1782
|
+
q(a.$slots, "icon", {}, () => [
|
|
1783
|
+
V(ji)
|
|
1784
1784
|
])
|
|
1785
1785
|
]),
|
|
1786
1786
|
_: 3
|
|
@@ -1789,18 +1789,18 @@ const ji = /* @__PURE__ */ nn($i, [["render", qi]]), Cl = /* @__PURE__ */ he({
|
|
|
1789
1789
|
])
|
|
1790
1790
|
]),
|
|
1791
1791
|
default: I(() => [
|
|
1792
|
-
|
|
1792
|
+
q(a.$slots, "tooltip", {}, () => [
|
|
1793
1793
|
it(at(S(n) ? "复制成功" : "复制"), 1)
|
|
1794
1794
|
])
|
|
1795
1795
|
]),
|
|
1796
1796
|
_: 3
|
|
1797
1797
|
}, 16));
|
|
1798
1798
|
}
|
|
1799
|
-
}),
|
|
1799
|
+
}), Mr = (e, { manual: u, ready: t = !0, refreshDeps: n = [], refreshDepsAction: r }) => {
|
|
1800
1800
|
const o = H(!1);
|
|
1801
|
-
return
|
|
1801
|
+
return Ne(() => {
|
|
1802
1802
|
!u && e.options.refreshDeps !== !0 && (o.value = S(t));
|
|
1803
|
-
}), n instanceof Array ?
|
|
1803
|
+
}), n instanceof Array ? Le(
|
|
1804
1804
|
[o, ...n],
|
|
1805
1805
|
([a]) => {
|
|
1806
1806
|
a && !u && a && (r ? r() : e.refresh());
|
|
@@ -1809,7 +1809,7 @@ const ji = /* @__PURE__ */ nn($i, [["render", qi]]), Cl = /* @__PURE__ */ he({
|
|
|
1809
1809
|
deep: !0,
|
|
1810
1810
|
immediate: !1
|
|
1811
1811
|
}
|
|
1812
|
-
) :
|
|
1812
|
+
) : Le(o, (a) => {
|
|
1813
1813
|
!u && a && (r ? r() : e.refresh());
|
|
1814
1814
|
}), {
|
|
1815
1815
|
name: "autoRunPlugin",
|
|
@@ -1821,7 +1821,7 @@ const ji = /* @__PURE__ */ nn($i, [["render", qi]]), Cl = /* @__PURE__ */ he({
|
|
|
1821
1821
|
}
|
|
1822
1822
|
};
|
|
1823
1823
|
};
|
|
1824
|
-
|
|
1824
|
+
Mr.onInit = ({ ready: e = !0, manual: u }) => ({
|
|
1825
1825
|
loading: !u && S(e)
|
|
1826
1826
|
});
|
|
1827
1827
|
const Xu = /* @__PURE__ */ new Map(), Hi = (e, u, t) => {
|
|
@@ -1856,7 +1856,7 @@ const Xu = /* @__PURE__ */ new Map(), Hi = (e, u, t) => {
|
|
|
1856
1856
|
const a = H(), i = H(), c = (l, f) => {
|
|
1857
1857
|
r ? r(f) : Hi(l, t, f), Yi(l, f.data);
|
|
1858
1858
|
}, s = (l, f = []) => o ? o(f) : Gi(l);
|
|
1859
|
-
return
|
|
1859
|
+
return Ne(() => {
|
|
1860
1860
|
if (!u)
|
|
1861
1861
|
return;
|
|
1862
1862
|
const l = s(u);
|
|
@@ -1908,8 +1908,8 @@ function ut(e) {
|
|
|
1908
1908
|
var u = typeof e;
|
|
1909
1909
|
return e != null && (u == "object" || u == "function");
|
|
1910
1910
|
}
|
|
1911
|
-
var Qi = typeof global == "object" && global && global.Object === Object && global, Ji = typeof self == "object" && self && self.Object === Object && self,
|
|
1912
|
-
return
|
|
1911
|
+
var Qi = typeof global == "object" && global && global.Object === Object && global, Ji = typeof self == "object" && self && self.Object === Object && self, Lr = Qi || Ji || Function("return this")(), wt = function() {
|
|
1912
|
+
return Lr.Date.now();
|
|
1913
1913
|
}, Ki = /\s/;
|
|
1914
1914
|
function e0(e) {
|
|
1915
1915
|
for (var u = e.length; u-- && Ki.test(e.charAt(u)); )
|
|
@@ -1920,7 +1920,7 @@ var u0 = /^\s+/;
|
|
|
1920
1920
|
function t0(e) {
|
|
1921
1921
|
return e && e.slice(0, e0(e) + 1).replace(u0, "");
|
|
1922
1922
|
}
|
|
1923
|
-
var tt =
|
|
1923
|
+
var tt = Lr.Symbol, Nr = Object.prototype, n0 = Nr.hasOwnProperty, r0 = Nr.toString, pu = tt ? tt.toStringTag : void 0;
|
|
1924
1924
|
function o0(e) {
|
|
1925
1925
|
var u = n0.call(e, pu), t = e[pu];
|
|
1926
1926
|
try {
|
|
@@ -1935,9 +1935,9 @@ var i0 = Object.prototype, a0 = i0.toString;
|
|
|
1935
1935
|
function c0(e) {
|
|
1936
1936
|
return a0.call(e);
|
|
1937
1937
|
}
|
|
1938
|
-
var s0 = "[object Null]", l0 = "[object Undefined]",
|
|
1938
|
+
var s0 = "[object Null]", l0 = "[object Undefined]", $n = tt ? tt.toStringTag : void 0;
|
|
1939
1939
|
function f0(e) {
|
|
1940
|
-
return e == null ? e === void 0 ? l0 : s0 :
|
|
1940
|
+
return e == null ? e === void 0 ? l0 : s0 : $n && $n in Object(e) ? o0(e) : c0(e);
|
|
1941
1941
|
}
|
|
1942
1942
|
function d0(e) {
|
|
1943
1943
|
return e != null && typeof e == "object";
|
|
@@ -1946,12 +1946,12 @@ var p0 = "[object Symbol]";
|
|
|
1946
1946
|
function h0(e) {
|
|
1947
1947
|
return typeof e == "symbol" || d0(e) && f0(e) == p0;
|
|
1948
1948
|
}
|
|
1949
|
-
var
|
|
1949
|
+
var Bn = NaN, b0 = /^[-+]0x[0-9a-f]+$/i, m0 = /^0b[01]+$/i, g0 = /^0o[0-7]+$/i, x0 = parseInt;
|
|
1950
1950
|
function Un(e) {
|
|
1951
1951
|
if (typeof e == "number")
|
|
1952
1952
|
return e;
|
|
1953
1953
|
if (h0(e))
|
|
1954
|
-
return
|
|
1954
|
+
return Bn;
|
|
1955
1955
|
if (ut(e)) {
|
|
1956
1956
|
var u = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
1957
1957
|
e = ut(u) ? u + "" : u;
|
|
@@ -1960,28 +1960,28 @@ function Un(e) {
|
|
|
1960
1960
|
return e === 0 ? e : +e;
|
|
1961
1961
|
e = t0(e);
|
|
1962
1962
|
var t = m0.test(e);
|
|
1963
|
-
return t || g0.test(e) ? x0(e.slice(2), t ? 2 : 8) : b0.test(e) ?
|
|
1963
|
+
return t || g0.test(e) ? x0(e.slice(2), t ? 2 : 8) : b0.test(e) ? Bn : +e;
|
|
1964
1964
|
}
|
|
1965
1965
|
var k0 = "Expected a function", _0 = Math.max, v0 = Math.min;
|
|
1966
|
-
function
|
|
1966
|
+
function Ir(e, u, t) {
|
|
1967
1967
|
var n, r, o, a, i, c, s = 0, l = !1, f = !1, _ = !0;
|
|
1968
1968
|
if (typeof e != "function")
|
|
1969
1969
|
throw new TypeError(k0);
|
|
1970
1970
|
u = Un(u) || 0, ut(t) && (l = !!t.leading, f = "maxWait" in t, o = f ? _0(Un(t.maxWait) || 0, u) : o, _ = "trailing" in t ? !!t.trailing : _);
|
|
1971
1971
|
function g(x) {
|
|
1972
|
-
var
|
|
1973
|
-
return n = r = void 0, s = x, a = e.apply(T,
|
|
1972
|
+
var A = n, T = r;
|
|
1973
|
+
return n = r = void 0, s = x, a = e.apply(T, A), a;
|
|
1974
1974
|
}
|
|
1975
1975
|
function d(x) {
|
|
1976
1976
|
return s = x, i = setTimeout(v, u), l ? g(x) : a;
|
|
1977
1977
|
}
|
|
1978
1978
|
function y(x) {
|
|
1979
|
-
var
|
|
1979
|
+
var A = x - c, T = x - s, D = u - A;
|
|
1980
1980
|
return f ? v0(D, o - T) : D;
|
|
1981
1981
|
}
|
|
1982
1982
|
function E(x) {
|
|
1983
|
-
var
|
|
1984
|
-
return c === void 0 ||
|
|
1983
|
+
var A = x - c, T = x - s;
|
|
1984
|
+
return c === void 0 || A >= u || A < 0 || f && T >= o;
|
|
1985
1985
|
}
|
|
1986
1986
|
function v() {
|
|
1987
1987
|
var x = wt();
|
|
@@ -1999,8 +1999,8 @@ function Nr(e, u, t) {
|
|
|
1999
1999
|
return i === void 0 ? a : p(wt());
|
|
2000
2000
|
}
|
|
2001
2001
|
function k() {
|
|
2002
|
-
var x = wt(),
|
|
2003
|
-
if (n = arguments, r = this, c = x,
|
|
2002
|
+
var x = wt(), A = E(x);
|
|
2003
|
+
if (n = arguments, r = this, c = x, A) {
|
|
2004
2004
|
if (i === void 0)
|
|
2005
2005
|
return d(c);
|
|
2006
2006
|
if (f)
|
|
@@ -2011,14 +2011,14 @@ function Nr(e, u, t) {
|
|
|
2011
2011
|
return k.cancel = b, k.flush = m, k;
|
|
2012
2012
|
}
|
|
2013
2013
|
const y0 = (e, { debounceWait: u, debounceLeading: t, debounceTrailing: n, debounceMaxWait: r }) => {
|
|
2014
|
-
const o = H(), a =
|
|
2014
|
+
const o = H(), a = me(() => {
|
|
2015
2015
|
const i = {}, c = S(t), s = S(n), l = S(r);
|
|
2016
2016
|
return c !== void 0 && (i.leading = c), s !== void 0 && (i.trailing = s), l !== void 0 && (i.maxWait = l), i;
|
|
2017
2017
|
});
|
|
2018
|
-
return
|
|
2018
|
+
return Ne((i) => {
|
|
2019
2019
|
if (S(u)) {
|
|
2020
2020
|
const c = e.runAsync.bind(e);
|
|
2021
|
-
o.value =
|
|
2021
|
+
o.value = Ir(
|
|
2022
2022
|
(s) => {
|
|
2023
2023
|
s();
|
|
2024
2024
|
},
|
|
@@ -2101,30 +2101,30 @@ class T0 {
|
|
|
2101
2101
|
return this.requestInstances;
|
|
2102
2102
|
}
|
|
2103
2103
|
}
|
|
2104
|
-
const
|
|
2104
|
+
const fe = new T0(), P0 = (e, { ready: u = !0, debugKey: t, ...n }) => {
|
|
2105
2105
|
const r = () => {
|
|
2106
|
-
if (t && !
|
|
2106
|
+
if (t && !fe.has(t)) {
|
|
2107
2107
|
const a = e.serviceRef.value.toString().includes("function") ? C0(e.serviceRef.value.toString()) : D0(e.serviceRef.value.toString());
|
|
2108
|
-
|
|
2108
|
+
fe.insert(t, {
|
|
2109
2109
|
instance: e,
|
|
2110
2110
|
requestName: a,
|
|
2111
2111
|
time: Date.now()
|
|
2112
2112
|
});
|
|
2113
2113
|
}
|
|
2114
|
-
}, o =
|
|
2114
|
+
}, o = me(
|
|
2115
2115
|
() => Object.fromEntries(
|
|
2116
2116
|
Object.entries({ ready: u, ...n }).map(([a, i]) => [a, S(i)])
|
|
2117
2117
|
)
|
|
2118
2118
|
);
|
|
2119
|
-
return
|
|
2120
|
-
t &&
|
|
2119
|
+
return Ne(() => {
|
|
2120
|
+
t && fe.has(t) && fe.emit({
|
|
2121
2121
|
...e,
|
|
2122
2122
|
options: { ...e.options, ...o.value }
|
|
2123
2123
|
});
|
|
2124
2124
|
}), {
|
|
2125
2125
|
name: "devtoolsPlugin",
|
|
2126
2126
|
onBefore: (a) => {
|
|
2127
|
-
r(), t &&
|
|
2127
|
+
r(), t && fe.has(t) && fe.emit({
|
|
2128
2128
|
...e.state,
|
|
2129
2129
|
key: t,
|
|
2130
2130
|
params: a,
|
|
@@ -2134,7 +2134,7 @@ const le = new T0(), P0 = (e, { ready: u = !0, debugKey: t, ...n }) => {
|
|
|
2134
2134
|
});
|
|
2135
2135
|
},
|
|
2136
2136
|
onSuccess(a, i) {
|
|
2137
|
-
r(), t &&
|
|
2137
|
+
r(), t && fe.has(t) && fe.emit({
|
|
2138
2138
|
...e.state,
|
|
2139
2139
|
key: t,
|
|
2140
2140
|
data: a,
|
|
@@ -2145,7 +2145,7 @@ const le = new T0(), P0 = (e, { ready: u = !0, debugKey: t, ...n }) => {
|
|
|
2145
2145
|
});
|
|
2146
2146
|
},
|
|
2147
2147
|
onCancel() {
|
|
2148
|
-
r(), t &&
|
|
2148
|
+
r(), t && fe.has(t) && fe.emit({
|
|
2149
2149
|
...e.state,
|
|
2150
2150
|
key: t,
|
|
2151
2151
|
loading: !1,
|
|
@@ -2154,7 +2154,7 @@ const le = new T0(), P0 = (e, { ready: u = !0, debugKey: t, ...n }) => {
|
|
|
2154
2154
|
});
|
|
2155
2155
|
},
|
|
2156
2156
|
onError(a, i) {
|
|
2157
|
-
r(), t &&
|
|
2157
|
+
r(), t && fe.has(t) && fe.emit({
|
|
2158
2158
|
...e.state,
|
|
2159
2159
|
key: t,
|
|
2160
2160
|
params: i,
|
|
@@ -2165,7 +2165,7 @@ const le = new T0(), P0 = (e, { ready: u = !0, debugKey: t, ...n }) => {
|
|
|
2165
2165
|
});
|
|
2166
2166
|
},
|
|
2167
2167
|
onMutate(a) {
|
|
2168
|
-
r(), t &&
|
|
2168
|
+
r(), t && fe.has(t) && fe.emit({
|
|
2169
2169
|
...e.state,
|
|
2170
2170
|
key: t,
|
|
2171
2171
|
data: a,
|
|
@@ -2227,7 +2227,7 @@ const L0 = (e, { pollingInterval: u, pollingWhenHidden: t = !0, pollingErrorRetr
|
|
|
2227
2227
|
var c;
|
|
2228
2228
|
r && clearTimeout(r), (c = o.value) == null || c.call(o);
|
|
2229
2229
|
};
|
|
2230
|
-
return
|
|
2230
|
+
return Ne(() => {
|
|
2231
2231
|
S(u) || i();
|
|
2232
2232
|
}), S(u) ? {
|
|
2233
2233
|
name: "pollingPlugin",
|
|
@@ -2280,12 +2280,12 @@ if (O0) {
|
|
|
2280
2280
|
};
|
|
2281
2281
|
window.addEventListener("visibilitychange", e, !1), window.addEventListener("focus", e, !1);
|
|
2282
2282
|
}
|
|
2283
|
-
const
|
|
2283
|
+
const $0 = (e, { refreshOnWindowFocus: u, focusTimespan: t = 5e3 }) => {
|
|
2284
2284
|
const n = H(), r = () => {
|
|
2285
2285
|
var o;
|
|
2286
2286
|
(o = n.value) == null || o.call(n);
|
|
2287
2287
|
};
|
|
2288
|
-
return
|
|
2288
|
+
return Ne((o) => {
|
|
2289
2289
|
if (S(u)) {
|
|
2290
2290
|
const a = N0(
|
|
2291
2291
|
e.refresh.bind(e),
|
|
@@ -2303,7 +2303,7 @@ const B0 = (e, { refreshOnWindowFocus: u, focusTimespan: t = 5e3 }) => {
|
|
|
2303
2303
|
}), {
|
|
2304
2304
|
name: "refreshOnWindowFocusPlugin"
|
|
2305
2305
|
};
|
|
2306
|
-
},
|
|
2306
|
+
}, B0 = (e, { retryInterval: u, retryCount: t }) => {
|
|
2307
2307
|
const n = H(), r = H(0), o = H(!1);
|
|
2308
2308
|
return t ? {
|
|
2309
2309
|
name: "retryPlugin",
|
|
@@ -2332,7 +2332,7 @@ function q0(e, u, t) {
|
|
|
2332
2332
|
var n = !0, r = !0;
|
|
2333
2333
|
if (typeof e != "function")
|
|
2334
2334
|
throw new TypeError(U0);
|
|
2335
|
-
return ut(t) && (n = "leading" in t ? !!t.leading : n, r = "trailing" in t ? !!t.trailing : r),
|
|
2335
|
+
return ut(t) && (n = "leading" in t ? !!t.leading : n, r = "trailing" in t ? !!t.trailing : r), Ir(e, u, {
|
|
2336
2336
|
leading: n,
|
|
2337
2337
|
maxWait: u,
|
|
2338
2338
|
trailing: r
|
|
@@ -2340,11 +2340,11 @@ function q0(e, u, t) {
|
|
|
2340
2340
|
}
|
|
2341
2341
|
const j0 = (e, { throttleWait: u, throttleLeading: t, throttleTrailing: n }) => {
|
|
2342
2342
|
let r = null;
|
|
2343
|
-
const o =
|
|
2343
|
+
const o = me(() => {
|
|
2344
2344
|
const s = {};
|
|
2345
2345
|
return S(t) !== void 0 && (s.leading = S(t)), S(n) !== void 0 && (s.trailing = S(n)), s;
|
|
2346
|
-
}), a = e.runAsync.bind(e), i = H(), c =
|
|
2347
|
-
return
|
|
2346
|
+
}), a = e.runAsync.bind(e), i = H(), c = me(() => S(u));
|
|
2347
|
+
return Le([c, o], (s) => {
|
|
2348
2348
|
r && (r.cancel(), e.runAsync = a);
|
|
2349
2349
|
const [l, f] = s, _ = q0(
|
|
2350
2350
|
(g) => {
|
|
@@ -2361,7 +2361,7 @@ const j0 = (e, { throttleWait: u, throttleLeading: t, throttleTrailing: n }) =>
|
|
|
2361
2361
|
});
|
|
2362
2362
|
}, {
|
|
2363
2363
|
immediate: !0
|
|
2364
|
-
}), S(u) ? (
|
|
2364
|
+
}), S(u) ? (Do(() => {
|
|
2365
2365
|
var s;
|
|
2366
2366
|
(s = i.value) == null || s.cancel();
|
|
2367
2367
|
}), {
|
|
@@ -2438,18 +2438,18 @@ class V0 {
|
|
|
2438
2438
|
try {
|
|
2439
2439
|
let { servicePromise: v } = this.runPluginHandler("onRequest", this.serviceRef.value, u);
|
|
2440
2440
|
const p = (m) => {
|
|
2441
|
-
var k, x,
|
|
2441
|
+
var k, x, A, T;
|
|
2442
2442
|
if (!this.options.concurrent && g !== this.count)
|
|
2443
2443
|
return new Promise(() => {
|
|
2444
2444
|
});
|
|
2445
|
-
const D = this.options.formatResult ? this.options.formatResult(m) : m,
|
|
2445
|
+
const D = this.options.formatResult ? this.options.formatResult(m) : m, z = {
|
|
2446
2446
|
data: m
|
|
2447
2447
|
};
|
|
2448
2448
|
return this.setState({
|
|
2449
2449
|
data: D,
|
|
2450
2450
|
error: void 0,
|
|
2451
2451
|
loading: !1
|
|
2452
|
-
}), (x = (k = this.options).onSuccess) == null || x.call(k, D, u), this.runPluginHandler("onSuccess", D, u,
|
|
2452
|
+
}), (x = (k = this.options).onSuccess) == null || x.call(k, D, u), this.runPluginHandler("onSuccess", D, u, z), this.previousValidData = D, (T = (A = this.options).onFinally) == null || T.call(A, u, D, void 0), (this.options.concurrent || g === this.count) && this.runPluginHandler("onFinally", u, D, void 0), D;
|
|
2453
2453
|
};
|
|
2454
2454
|
v || (v = this.serviceRef.value(...u));
|
|
2455
2455
|
const b = await v;
|
|
@@ -2524,8 +2524,8 @@ function X0(e, u = {}, t = []) {
|
|
|
2524
2524
|
Object.assign({}, ..._, l)
|
|
2525
2525
|
);
|
|
2526
2526
|
g.options = c, g.pluginImpls = t.map((y) => y(g, c));
|
|
2527
|
-
const d =
|
|
2528
|
-
if (
|
|
2527
|
+
const d = me(() => Bt(a) ? a.value : a);
|
|
2528
|
+
if (Ne(() => {
|
|
2529
2529
|
if (!o) {
|
|
2530
2530
|
const y = g.state.params || u.defaultParams || [];
|
|
2531
2531
|
d.value && g.options.refreshDeps === !0 && s.value && g.run(...y);
|
|
@@ -2537,7 +2537,7 @@ function X0(e, u = {}, t = []) {
|
|
|
2537
2537
|
return Jt(() => {
|
|
2538
2538
|
g.cancel();
|
|
2539
2539
|
}), {
|
|
2540
|
-
...
|
|
2540
|
+
...Fo(l),
|
|
2541
2541
|
cancel: g.cancel.bind(g),
|
|
2542
2542
|
refresh: g.refresh.bind(g),
|
|
2543
2543
|
refreshAsync: g.refreshAsync.bind(g),
|
|
@@ -2560,11 +2560,11 @@ function an(e, u, t) {
|
|
|
2560
2560
|
y0,
|
|
2561
2561
|
R0,
|
|
2562
2562
|
L0,
|
|
2563
|
-
|
|
2563
|
+
$0,
|
|
2564
2564
|
j0,
|
|
2565
|
-
|
|
2565
|
+
Mr,
|
|
2566
2566
|
Xi,
|
|
2567
|
-
|
|
2567
|
+
B0
|
|
2568
2568
|
]) == null ? void 0 : n.filter(Boolean);
|
|
2569
2569
|
return Q0(X0, u?.use)(
|
|
2570
2570
|
e,
|
|
@@ -2572,7 +2572,7 @@ function an(e, u, t) {
|
|
|
2572
2572
|
[...t || [], ...r]
|
|
2573
2573
|
);
|
|
2574
2574
|
}
|
|
2575
|
-
const Dl = /* @__PURE__ */
|
|
2575
|
+
const Dl = /* @__PURE__ */ be({
|
|
2576
2576
|
__name: "DataTablePlus",
|
|
2577
2577
|
props: {
|
|
2578
2578
|
api: { type: Function },
|
|
@@ -2592,11 +2592,11 @@ const Dl = /* @__PURE__ */ he({
|
|
|
2592
2592
|
},
|
|
2593
2593
|
emits: ["before", "success", "error", "finally", "clickRow", "contextMenuRow", "contextMenuSelect", "load", "scroll", "update:checkedRowKeys", "update:expandedRowKeys", "update:filters", "update:sorter", "update:page", "update:pageSize"],
|
|
2594
2594
|
setup(e, { expose: u, emit: t }) {
|
|
2595
|
-
const n = t, r = Eu(e.columns ?? []), o = ct("
|
|
2595
|
+
const n = t, r = Eu(e.columns ?? []), o = ct("data-table-ref"), a = { page: "page", pageSize: "pageSize", filter: "filter", sorter: "sorter", list: "list", count: "count", rowKey: "id", ...e.fields }, i = Eu({
|
|
2596
2596
|
showSizePicker: !0,
|
|
2597
2597
|
pageSizes: [10, 20, 30],
|
|
2598
2598
|
pageSlot: 5,
|
|
2599
|
-
prefix: (
|
|
2599
|
+
prefix: (w) => `共${w.itemCount}条数据`,
|
|
2600
2600
|
...e.pagination && typeof e.pagination == "boolean" ? {} : e.pagination
|
|
2601
2601
|
}), c = H({
|
|
2602
2602
|
page: 1,
|
|
@@ -2612,112 +2612,123 @@ const Dl = /* @__PURE__ */ he({
|
|
|
2612
2612
|
],
|
|
2613
2613
|
manual: e.manual,
|
|
2614
2614
|
...e.requestOptions,
|
|
2615
|
-
onBefore: (
|
|
2616
|
-
e.requestOptions?.onBefore?.(
|
|
2615
|
+
onBefore: (w) => {
|
|
2616
|
+
e.requestOptions?.onBefore?.(w), n("before", w);
|
|
2617
2617
|
},
|
|
2618
|
-
onSuccess: (
|
|
2619
|
-
e.requestOptions?.onSuccess?.(
|
|
2618
|
+
onSuccess: (w, M) => {
|
|
2619
|
+
e.requestOptions?.onSuccess?.(w, M), n("success", w, M), x(w, M);
|
|
2620
2620
|
},
|
|
2621
|
-
onError: (
|
|
2622
|
-
e.requestOptions?.onError?.(
|
|
2621
|
+
onError: (w, M) => {
|
|
2622
|
+
e.requestOptions?.onError?.(w, M), n("error", w, M);
|
|
2623
2623
|
},
|
|
2624
|
-
onFinally: (
|
|
2625
|
-
e.requestOptions?.onFinally?.(
|
|
2624
|
+
onFinally: (w, M, P) => {
|
|
2625
|
+
e.requestOptions?.onFinally?.(w, M, P), n("finally", w, M, P);
|
|
2626
2626
|
}
|
|
2627
|
-
}, e.requestPlugins), m =
|
|
2628
|
-
function x(
|
|
2629
|
-
c.value.page = a.page in
|
|
2630
|
-
const
|
|
2627
|
+
}, e.requestPlugins), m = me(() => f.value ? Array.isArray(f.value[a.list]) ? f.value[a.list] : (console.warn(`DataTablePlus: data[${a.list}] must be an array`), []) : []), k = me(() => e.columns?.reduce((w, M) => w + Number(M.width ?? 100), 0));
|
|
2628
|
+
function x(w, M) {
|
|
2629
|
+
c.value.page = a.page in M[0] ? Number(M[0][a.page]) : 1, c.value.pageSize = a.pageSize in M[0] ? Number(M[0][a.pageSize]) : 10, c.value.itemCount = a.count in w ? Number(w[a.count]) : 0;
|
|
2630
|
+
const P = M[0]?.[a.filter], Q = M[0]?.[a.sorter];
|
|
2631
2631
|
if (r) {
|
|
2632
|
-
for (const
|
|
2633
|
-
if ("key" in
|
|
2634
|
-
if (
|
|
2635
|
-
const
|
|
2636
|
-
"filter" in
|
|
2632
|
+
for (const N of r)
|
|
2633
|
+
if ("key" in N) {
|
|
2634
|
+
if (P && N.key in P) {
|
|
2635
|
+
const Y = P[N.key];
|
|
2636
|
+
"filter" in N && N.filter && (N.filterMultiple ? Array.isArray(Y) && (N.filterOptionValues = Y) : Array.isArray(Y) || (N.filterOptionValue = Y));
|
|
2637
2637
|
}
|
|
2638
|
-
if ("sorter" in
|
|
2639
|
-
const
|
|
2640
|
-
"sorter" in
|
|
2638
|
+
if ("sorter" in N && typeof N.sorter == "boolean" && (N.sortOrder = !1), Q && N.key in Q) {
|
|
2639
|
+
const Y = Q[N.key];
|
|
2640
|
+
"sorter" in N && N.sorter && (N.sortOrder = Y);
|
|
2641
2641
|
}
|
|
2642
2642
|
}
|
|
2643
2643
|
}
|
|
2644
2644
|
}
|
|
2645
|
-
function w
|
|
2645
|
+
function A(w) {
|
|
2646
2646
|
return d({
|
|
2647
2647
|
...g.value[0],
|
|
2648
|
-
...
|
|
2648
|
+
...w
|
|
2649
2649
|
});
|
|
2650
2650
|
}
|
|
2651
2651
|
const T = {
|
|
2652
|
-
onUpdatePage: (
|
|
2653
|
-
n("update:page",
|
|
2654
|
-
[a.page]:
|
|
2652
|
+
onUpdatePage: (w) => {
|
|
2653
|
+
n("update:page", w), !l.value && A({
|
|
2654
|
+
[a.page]: w
|
|
2655
2655
|
});
|
|
2656
2656
|
},
|
|
2657
|
-
onUpdatePageSize: (
|
|
2658
|
-
n("update:pageSize",
|
|
2659
|
-
[a.pageSize]:
|
|
2657
|
+
onUpdatePageSize: (w) => {
|
|
2658
|
+
n("update:pageSize", w), !l.value && A({
|
|
2659
|
+
[a.pageSize]: w
|
|
2660
2660
|
});
|
|
2661
2661
|
},
|
|
2662
|
-
onUpdateFilters: (
|
|
2663
|
-
n("update:filters",
|
|
2664
|
-
[a.
|
|
2662
|
+
onUpdateFilters: (w, M) => {
|
|
2663
|
+
n("update:filters", w, M), A({
|
|
2664
|
+
[a.page]: 1,
|
|
2665
|
+
[a.filter]: w
|
|
2665
2666
|
});
|
|
2666
2667
|
},
|
|
2667
|
-
onUpdateSorter: (
|
|
2668
|
-
n("update:sorter",
|
|
2669
|
-
const
|
|
2670
|
-
if (Array.isArray(
|
|
2671
|
-
for (const
|
|
2672
|
-
|
|
2673
|
-
else
|
|
2674
|
-
|
|
2675
|
-
[a.
|
|
2668
|
+
onUpdateSorter: (w) => {
|
|
2669
|
+
n("update:sorter", w);
|
|
2670
|
+
const M = {};
|
|
2671
|
+
if (Array.isArray(w))
|
|
2672
|
+
for (const P of w)
|
|
2673
|
+
M[P.columnKey] = P.order;
|
|
2674
|
+
else w && (M[w.columnKey] = w.order);
|
|
2675
|
+
A({
|
|
2676
|
+
[a.page]: 1,
|
|
2677
|
+
[a.sorter]: M
|
|
2676
2678
|
});
|
|
2677
2679
|
},
|
|
2678
|
-
onLoad: (
|
|
2679
|
-
onScroll: (
|
|
2680
|
-
n("scroll",
|
|
2680
|
+
onLoad: (w) => n("load", w),
|
|
2681
|
+
onScroll: (w) => {
|
|
2682
|
+
n("scroll", w);
|
|
2681
2683
|
},
|
|
2682
|
-
onUpdateCheckedRowKeys: (...
|
|
2683
|
-
n("update:checkedRowKeys", ...
|
|
2684
|
+
onUpdateCheckedRowKeys: (...w) => {
|
|
2685
|
+
n("update:checkedRowKeys", ...w);
|
|
2684
2686
|
},
|
|
2685
|
-
onUpdateExpandedRowKeys: (...
|
|
2686
|
-
n("update:expandedRowKeys", ...
|
|
2687
|
+
onUpdateExpandedRowKeys: (...w) => {
|
|
2688
|
+
n("update:expandedRowKeys", ...w);
|
|
2687
2689
|
}
|
|
2688
|
-
}, D = H(!1),
|
|
2690
|
+
}, D = H(!1), z = H(), L = H({
|
|
2689
2691
|
x: 0,
|
|
2690
2692
|
y: 0
|
|
2691
2693
|
});
|
|
2692
|
-
function
|
|
2694
|
+
function te(w, M) {
|
|
2693
2695
|
D.value = !1, n("contextMenuSelect", {
|
|
2694
|
-
key:
|
|
2695
|
-
option:
|
|
2696
|
-
row: ou(
|
|
2696
|
+
key: w,
|
|
2697
|
+
option: M,
|
|
2698
|
+
row: ou(z)
|
|
2697
2699
|
});
|
|
2698
2700
|
}
|
|
2699
|
-
function
|
|
2701
|
+
function ye(w, M) {
|
|
2700
2702
|
return {
|
|
2701
|
-
onClick: (
|
|
2702
|
-
n("clickRow", { row:
|
|
2703
|
+
onClick: (P) => {
|
|
2704
|
+
n("clickRow", { row: w, index: M, event: P });
|
|
2703
2705
|
},
|
|
2704
|
-
onContextmenu: (
|
|
2705
|
-
n("contextMenuRow", { row:
|
|
2706
|
+
onContextmenu: (P) => {
|
|
2707
|
+
n("contextMenuRow", { row: w, index: M, event: P }), e.contextMenuOptions && (P.preventDefault(), D.value = !1, z.value = w, Kt(() => {
|
|
2706
2708
|
D.value = !0, L.value = {
|
|
2707
|
-
x:
|
|
2708
|
-
y:
|
|
2709
|
+
x: P.x,
|
|
2710
|
+
y: P.y
|
|
2709
2711
|
};
|
|
2710
2712
|
}));
|
|
2711
2713
|
}
|
|
2712
2714
|
};
|
|
2713
2715
|
}
|
|
2714
2716
|
const F = H(!1);
|
|
2715
|
-
function U(
|
|
2716
|
-
|
|
2717
|
-
[
|
|
2717
|
+
function U(w, M) {
|
|
2718
|
+
M && A({
|
|
2719
|
+
[M]: w
|
|
2718
2720
|
});
|
|
2719
2721
|
}
|
|
2720
|
-
|
|
2722
|
+
function ce(w, M, P) {
|
|
2723
|
+
return M ? Oe(wr, {
|
|
2724
|
+
labelPlacement: "left",
|
|
2725
|
+
path: P,
|
|
2726
|
+
...typeof M == "string" ? {
|
|
2727
|
+
label: M
|
|
2728
|
+
} : typeof M == "boolean" ? {} : M
|
|
2729
|
+
}, [w]) : w;
|
|
2730
|
+
}
|
|
2731
|
+
const pe = {
|
|
2721
2732
|
loading: l,
|
|
2722
2733
|
data: f,
|
|
2723
2734
|
error: _,
|
|
@@ -2725,54 +2736,55 @@ const Dl = /* @__PURE__ */ he({
|
|
|
2725
2736
|
pagination: c,
|
|
2726
2737
|
rawList: m,
|
|
2727
2738
|
dataTableRef: o
|
|
2728
|
-
},
|
|
2739
|
+
}, Z = {
|
|
2729
2740
|
run: d,
|
|
2730
2741
|
runAsync: y,
|
|
2731
2742
|
refresh: E,
|
|
2732
2743
|
refreshAsync: v,
|
|
2733
2744
|
cancel: p,
|
|
2734
2745
|
mutate: b,
|
|
2735
|
-
setParam: (
|
|
2736
|
-
Object.assign(g.value[0],
|
|
2746
|
+
setParam: (w) => {
|
|
2747
|
+
Object.assign(g.value[0], w);
|
|
2737
2748
|
},
|
|
2738
|
-
runParam: (
|
|
2739
|
-
runParamAsync: async (
|
|
2749
|
+
runParam: (w) => d(Object.assign(g.value[0], w)),
|
|
2750
|
+
runParamAsync: async (w) => y(Object.assign(g.value[0], w))
|
|
2740
2751
|
};
|
|
2741
2752
|
return u({
|
|
2742
|
-
refs:
|
|
2743
|
-
actions:
|
|
2744
|
-
}), (
|
|
2753
|
+
refs: pe,
|
|
2754
|
+
actions: Z
|
|
2755
|
+
}), (w, M) => (B(), G(S(ku), { vertical: "" }, {
|
|
2745
2756
|
default: I(() => [
|
|
2746
|
-
|
|
2747
|
-
refs:
|
|
2748
|
-
actions:
|
|
2757
|
+
q(w.$slots, "filter", {
|
|
2758
|
+
refs: pe,
|
|
2759
|
+
actions: Z
|
|
2749
2760
|
}, () => [
|
|
2750
|
-
|
|
2761
|
+
V(S(ku), { vertical: "" }, {
|
|
2751
2762
|
default: I(() => [
|
|
2752
|
-
|
|
2763
|
+
V(S(jt), xe(ke(w.filterGridProps)), {
|
|
2753
2764
|
default: I(() => [
|
|
2754
|
-
(
|
|
2755
|
-
key:
|
|
2765
|
+
(B(!0), He(et, null, Ut(w.filterOptions?.filter((P) => !P.collapsed), ({ key: P, gridItemProps: Q, render: N, ...Y }, j) => (B(), G(S(Ht), he({
|
|
2766
|
+
key: j,
|
|
2756
2767
|
span: 12
|
|
2757
|
-
}, { ref_for: !0 },
|
|
2768
|
+
}, { ref_for: !0 }, Q), {
|
|
2758
2769
|
default: I(() => [
|
|
2759
|
-
|
|
2770
|
+
N ? (B(), G(yu(ce(N(pe, Z), Y.label, P)), { key: 0 })) : (B(), G(S(Wt), {
|
|
2760
2771
|
key: 1,
|
|
2761
|
-
options:
|
|
2762
|
-
value:
|
|
2763
|
-
|
|
2764
|
-
|
|
2772
|
+
options: Y,
|
|
2773
|
+
value: P ? S(g)[0][P] : void 0,
|
|
2774
|
+
path: P,
|
|
2775
|
+
"onUpdate:value": (se) => U(se, P)
|
|
2776
|
+
}, null, 8, ["options", "value", "path", "onUpdate:value"]))
|
|
2765
2777
|
]),
|
|
2766
2778
|
_: 2
|
|
2767
2779
|
}, 1040))), 128))
|
|
2768
2780
|
]),
|
|
2769
2781
|
_: 1
|
|
2770
2782
|
}, 16),
|
|
2771
|
-
|
|
2783
|
+
w.filterOptions?.filter((P) => P.collapsed) && w.filterOptions?.filter((P) => P.collapsed)?.length > 0 ? (B(), G(S(Zo), { key: 0 }, {
|
|
2772
2784
|
default: I(() => [
|
|
2773
|
-
|
|
2785
|
+
V(S(Su), {
|
|
2774
2786
|
size: "tiny",
|
|
2775
|
-
onClick:
|
|
2787
|
+
onClick: M[0] || (M[0] = (P) => F.value = !F.value)
|
|
2776
2788
|
}, {
|
|
2777
2789
|
default: I(() => [
|
|
2778
2790
|
it(at(F.value ? "折叠" : "展开"), 1)
|
|
@@ -2782,21 +2794,22 @@ const Dl = /* @__PURE__ */ he({
|
|
|
2782
2794
|
]),
|
|
2783
2795
|
_: 1
|
|
2784
2796
|
})) : je("", !0),
|
|
2785
|
-
|
|
2797
|
+
V(S(Yo), { show: F.value }, {
|
|
2786
2798
|
default: I(() => [
|
|
2787
|
-
|
|
2799
|
+
V(S(jt), xe(ke(w.filterGridProps)), {
|
|
2788
2800
|
default: I(() => [
|
|
2789
|
-
(
|
|
2790
|
-
key:
|
|
2801
|
+
(B(!0), He(et, null, Ut(w.filterOptions?.filter((P) => P.collapsed), ({ key: P, gridItemProps: Q, render: N, ...Y }, j) => (B(), G(S(Ht), he({
|
|
2802
|
+
key: j,
|
|
2791
2803
|
span: 12
|
|
2792
|
-
}, { ref_for: !0 },
|
|
2804
|
+
}, { ref_for: !0 }, Q), {
|
|
2793
2805
|
default: I(() => [
|
|
2794
|
-
|
|
2806
|
+
N ? (B(), G(yu(ce(N(pe, Z), Y.label, P)), { key: 0 })) : (B(), G(S(Wt), {
|
|
2795
2807
|
key: 1,
|
|
2796
|
-
options:
|
|
2797
|
-
value:
|
|
2798
|
-
|
|
2799
|
-
|
|
2808
|
+
options: Y,
|
|
2809
|
+
value: P ? S(g)[0][P] : void 0,
|
|
2810
|
+
path: P,
|
|
2811
|
+
"onUpdate:value": (se) => U(se, P)
|
|
2812
|
+
}, null, 8, ["options", "value", "path", "onUpdate:value"]))
|
|
2800
2813
|
]),
|
|
2801
2814
|
_: 2
|
|
2802
2815
|
}, 1040))), 128))
|
|
@@ -2810,34 +2823,41 @@ const Dl = /* @__PURE__ */ he({
|
|
|
2810
2823
|
_: 1
|
|
2811
2824
|
})
|
|
2812
2825
|
]),
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
ref: o,
|
|
2826
|
+
V(S(Xo), he({
|
|
2827
|
+
ref: "data-table-ref",
|
|
2816
2828
|
remote: "",
|
|
2817
2829
|
"flex-height": "",
|
|
2818
2830
|
"single-line": !1,
|
|
2819
2831
|
"scroll-x": k.value,
|
|
2820
|
-
style: { flex: 1, ...
|
|
2821
|
-
class:
|
|
2822
|
-
"row-key": (
|
|
2832
|
+
style: { flex: 1, ...w.customStyle },
|
|
2833
|
+
class: w.customClass,
|
|
2834
|
+
"row-key": (P) => P[a.rowKey],
|
|
2823
2835
|
loading: S(l),
|
|
2824
2836
|
columns: r,
|
|
2825
2837
|
data: m.value,
|
|
2826
|
-
"row-props":
|
|
2827
|
-
},
|
|
2838
|
+
"row-props": ye
|
|
2839
|
+
}, w.dataTableProps, {
|
|
2828
2840
|
"onUpdate:filters": T.onUpdateFilters,
|
|
2829
2841
|
"onUpdate:sorter": T.onUpdateSorter,
|
|
2830
2842
|
onLoad: T.onLoad,
|
|
2831
2843
|
onScroll: T.onScroll,
|
|
2832
2844
|
"onUpdate:checkedRowKeys": T.onUpdateCheckedRowKeys,
|
|
2833
2845
|
"onUpdate:expandedRowKeys": T.onUpdateExpandedRowKeys
|
|
2834
|
-
}),
|
|
2835
|
-
|
|
2836
|
-
|
|
2846
|
+
}), {
|
|
2847
|
+
empty: I(() => [
|
|
2848
|
+
q(w.$slots, "empty")
|
|
2849
|
+
]),
|
|
2850
|
+
loading: I(() => [
|
|
2851
|
+
q(w.$slots, "loading")
|
|
2852
|
+
]),
|
|
2853
|
+
_: 3
|
|
2854
|
+
}, 16, ["scroll-x", "style", "class", "row-key", "loading", "columns", "data", "onUpdate:filters", "onUpdate:sorter", "onLoad", "onScroll", "onUpdate:checkedRowKeys", "onUpdate:expandedRowKeys"]),
|
|
2855
|
+
q(w.$slots, "actions", {}, () => [
|
|
2856
|
+
V(S(ku), null, {
|
|
2837
2857
|
default: I(() => [
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2858
|
+
q(w.$slots, "extra"),
|
|
2859
|
+
q(w.$slots, "pagination", {}, () => [
|
|
2860
|
+
w.pagination ? (B(), G(S(Ar), he({
|
|
2841
2861
|
key: 0,
|
|
2842
2862
|
style: { marginLeft: "auto" },
|
|
2843
2863
|
disabled: S(l)
|
|
@@ -2850,29 +2870,29 @@ const Dl = /* @__PURE__ */ he({
|
|
|
2850
2870
|
_: 3
|
|
2851
2871
|
})
|
|
2852
2872
|
]),
|
|
2853
|
-
|
|
2873
|
+
w.contextMenuOptions ? (B(), G(S(Qo), {
|
|
2854
2874
|
key: 0,
|
|
2855
2875
|
placement: "bottom-start",
|
|
2856
2876
|
trigger: "manual",
|
|
2857
2877
|
x: L.value.x,
|
|
2858
2878
|
y: L.value.y,
|
|
2859
2879
|
show: D.value,
|
|
2860
|
-
options:
|
|
2861
|
-
onClickoutside:
|
|
2862
|
-
onSelect:
|
|
2880
|
+
options: w.contextMenuOptions,
|
|
2881
|
+
onClickoutside: M[1] || (M[1] = (P) => D.value = !1),
|
|
2882
|
+
onSelect: te
|
|
2863
2883
|
}, null, 8, ["x", "y", "show", "options"])) : je("", !0)
|
|
2864
2884
|
]),
|
|
2865
2885
|
_: 3
|
|
2866
2886
|
}));
|
|
2867
2887
|
}
|
|
2868
2888
|
});
|
|
2869
|
-
function
|
|
2889
|
+
function zr(e, u) {
|
|
2870
2890
|
const { string: t = "", number: n = null, boolean: r = !1 } = u ?? {};
|
|
2871
2891
|
if (Array.isArray(e))
|
|
2872
2892
|
return e.length = 0, e;
|
|
2873
2893
|
if (typeof e == "object" && e !== null) {
|
|
2874
2894
|
for (const o in e)
|
|
2875
|
-
Object.prototype.hasOwnProperty.call(e, o) && (e[o] =
|
|
2895
|
+
Object.prototype.hasOwnProperty.call(e, o) && (e[o] = zr(e[o], u));
|
|
2876
2896
|
return e;
|
|
2877
2897
|
}
|
|
2878
2898
|
return typeof e == "string" ? t : typeof e == "number" ? n : typeof e == "boolean" ? r : e;
|
|
@@ -2890,7 +2910,7 @@ function J0(e, u) {
|
|
|
2890
2910
|
a.value?.restoreValidation();
|
|
2891
2911
|
}
|
|
2892
2912
|
function f() {
|
|
2893
|
-
|
|
2913
|
+
zr(r, n);
|
|
2894
2914
|
}
|
|
2895
2915
|
function _() {
|
|
2896
2916
|
f(), Object.assign(r, structuredClone(e));
|
|
@@ -2900,7 +2920,7 @@ function J0(e, u) {
|
|
|
2900
2920
|
}
|
|
2901
2921
|
return {
|
|
2902
2922
|
formRef: a,
|
|
2903
|
-
formValue:
|
|
2923
|
+
formValue: So(r),
|
|
2904
2924
|
formRules: o,
|
|
2905
2925
|
formProps: i,
|
|
2906
2926
|
validate: s,
|
|
@@ -2911,7 +2931,7 @@ function J0(e, u) {
|
|
|
2911
2931
|
onValidated: c.on
|
|
2912
2932
|
};
|
|
2913
2933
|
}
|
|
2914
|
-
const Fl = /* @__PURE__ */
|
|
2934
|
+
const Fl = /* @__PURE__ */ be({
|
|
2915
2935
|
__name: "PresetForm",
|
|
2916
2936
|
props: {
|
|
2917
2937
|
options: {},
|
|
@@ -2951,21 +2971,21 @@ const Fl = /* @__PURE__ */ he({
|
|
|
2951
2971
|
function E(v, p) {
|
|
2952
2972
|
p && y.setValue({ [p]: v });
|
|
2953
2973
|
}
|
|
2954
|
-
return (v, p) => (
|
|
2974
|
+
return (v, p) => (B(), G(S(Jo), xe(ke({ ...S(r), ...e.formProps })), {
|
|
2955
2975
|
default: I(() => [
|
|
2956
|
-
|
|
2957
|
-
|
|
2976
|
+
q(v.$slots, "header"),
|
|
2977
|
+
q(v.$slots, "default", {
|
|
2958
2978
|
refs: d,
|
|
2959
2979
|
actions: y
|
|
2960
2980
|
}, () => [
|
|
2961
|
-
|
|
2981
|
+
V(S(jt), xe(ke(v.gridProps)), {
|
|
2962
2982
|
default: I(() => [
|
|
2963
|
-
(
|
|
2964
|
-
key:
|
|
2983
|
+
(B(!0), He(et, null, Ut(v.options, ({ key: b, gridItemProps: m, render: k, ...x }, A) => (B(), G(S(Ht), he({
|
|
2984
|
+
key: A,
|
|
2965
2985
|
span: 12
|
|
2966
2986
|
}, { ref_for: !0 }, m), {
|
|
2967
2987
|
default: I(() => [
|
|
2968
|
-
k ? (
|
|
2988
|
+
k ? (B(), G(yu(k(d, y)), { key: 0 })) : (B(), G(S(Wt), {
|
|
2969
2989
|
key: 1,
|
|
2970
2990
|
options: x,
|
|
2971
2991
|
path: b,
|
|
@@ -2979,12 +2999,12 @@ const Fl = /* @__PURE__ */ he({
|
|
|
2979
2999
|
_: 1
|
|
2980
3000
|
}, 16)
|
|
2981
3001
|
]),
|
|
2982
|
-
|
|
3002
|
+
q(v.$slots, "footer")
|
|
2983
3003
|
]),
|
|
2984
3004
|
_: 3
|
|
2985
3005
|
}, 16));
|
|
2986
3006
|
}
|
|
2987
|
-
}), Wt = /* @__PURE__ */
|
|
3007
|
+
}), Wt = /* @__PURE__ */ be({
|
|
2988
3008
|
__name: "PresetInput",
|
|
2989
3009
|
props: {
|
|
2990
3010
|
value: {},
|
|
@@ -2999,7 +3019,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
2999
3019
|
label: r
|
|
3000
3020
|
} : typeof r == "boolean" ? {} : r;
|
|
3001
3021
|
function c(s) {
|
|
3002
|
-
return r ?
|
|
3022
|
+
return r ? Oe(wr, {
|
|
3003
3023
|
labelPlacement: "left",
|
|
3004
3024
|
path: e.path,
|
|
3005
3025
|
...i
|
|
@@ -3009,7 +3029,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3009
3029
|
}
|
|
3010
3030
|
switch (o) {
|
|
3011
3031
|
case "date-picker":
|
|
3012
|
-
return c(
|
|
3032
|
+
return c(Oe(ui, {
|
|
3013
3033
|
value: e.value,
|
|
3014
3034
|
"onUpdate:value": (s) => {
|
|
3015
3035
|
t("update:value", s);
|
|
@@ -3017,7 +3037,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3017
3037
|
...a
|
|
3018
3038
|
}));
|
|
3019
3039
|
case "input":
|
|
3020
|
-
return c(
|
|
3040
|
+
return c(Oe(en, {
|
|
3021
3041
|
value: e.value,
|
|
3022
3042
|
"onUpdate:value": (s) => {
|
|
3023
3043
|
t("update:value", s);
|
|
@@ -3025,7 +3045,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3025
3045
|
...a
|
|
3026
3046
|
}));
|
|
3027
3047
|
case "search":
|
|
3028
|
-
return c(
|
|
3048
|
+
return c(Oe(ia, {
|
|
3029
3049
|
value: e.value,
|
|
3030
3050
|
"onUpdate:value": (s) => {
|
|
3031
3051
|
t("update:value", s);
|
|
@@ -3033,7 +3053,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3033
3053
|
...a
|
|
3034
3054
|
}));
|
|
3035
3055
|
case "select":
|
|
3036
|
-
return c(
|
|
3056
|
+
return c(Oe(Cr, {
|
|
3037
3057
|
value: e.value,
|
|
3038
3058
|
"onUpdate:value": (s) => {
|
|
3039
3059
|
t("update:value", s);
|
|
@@ -3041,7 +3061,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3041
3061
|
...a
|
|
3042
3062
|
}));
|
|
3043
3063
|
case "switch":
|
|
3044
|
-
return c(
|
|
3064
|
+
return c(Oe(ei, {
|
|
3045
3065
|
value: e.value,
|
|
3046
3066
|
"onUpdate:value": (s) => {
|
|
3047
3067
|
t("update:value", s);
|
|
@@ -3049,7 +3069,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3049
3069
|
...a
|
|
3050
3070
|
}));
|
|
3051
3071
|
case "time-picker":
|
|
3052
|
-
return c(
|
|
3072
|
+
return c(Oe(Ko, {
|
|
3053
3073
|
value: e.value,
|
|
3054
3074
|
"onUpdate:value": (s) => {
|
|
3055
3075
|
t("update:value", s);
|
|
@@ -3057,14 +3077,14 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3057
3077
|
...a
|
|
3058
3078
|
}));
|
|
3059
3079
|
case "button":
|
|
3060
|
-
return c(
|
|
3080
|
+
return c(Oe(Su, {
|
|
3061
3081
|
...a
|
|
3062
3082
|
}));
|
|
3063
3083
|
}
|
|
3064
3084
|
}
|
|
3065
|
-
return (r, o) => (
|
|
3085
|
+
return (r, o) => (B(), G(yu(n())));
|
|
3066
3086
|
}
|
|
3067
|
-
}), Sl = /* @__PURE__ */
|
|
3087
|
+
}), Sl = /* @__PURE__ */ be({
|
|
3068
3088
|
__name: "PresetSelect",
|
|
3069
3089
|
props: {
|
|
3070
3090
|
api: { type: Function },
|
|
@@ -3084,7 +3104,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3084
3104
|
},
|
|
3085
3105
|
emits: ["before", "success", "error", "finally", "blur", "clear", "create", "focus", "scroll", "search", "update:value", "update:page", "update:pageSize"],
|
|
3086
3106
|
setup(e, { expose: u, emit: t }) {
|
|
3087
|
-
const n = t, r = ct("
|
|
3107
|
+
const n = t, r = ct("select-ref"), o = { page: "page", pageSize: "pageSize", search: "search", list: "list", count: "count", rowKey: "id", label: "label", value: "value", children: "children", ...e.fields }, a = Eu({
|
|
3088
3108
|
showSizePicker: !0,
|
|
3089
3109
|
pageSizes: [10, 20, 30],
|
|
3090
3110
|
pageSlot: 5,
|
|
@@ -3114,10 +3134,10 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3114
3134
|
onError: (F, U) => {
|
|
3115
3135
|
e.requestOptions?.onError?.(F, U), n("error", F, U);
|
|
3116
3136
|
},
|
|
3117
|
-
onFinally: (F, U,
|
|
3118
|
-
e.requestOptions?.onFinally?.(F, U,
|
|
3137
|
+
onFinally: (F, U, ce) => {
|
|
3138
|
+
e.requestOptions?.onFinally?.(F, U, ce), n("finally", F, U, ce);
|
|
3119
3139
|
}
|
|
3120
|
-
}, e.requestPlugins), b =
|
|
3140
|
+
}, e.requestPlugins), b = me(() => s.value ? Array.isArray(s.value[o.list]) ? s.value[o.list] : (console.warn(`DataTablePlus: data[${o.list}] must be an array`), []) : []), m = me(() => typeof e.optionFormat == "function" ? b.value.map((F) => e.optionFormat(F)).filter((F) => !!F) : b.value.map((F) => ({
|
|
3121
3141
|
[o.label]: F[o.label],
|
|
3122
3142
|
[o.value]: F[o.value],
|
|
3123
3143
|
[o.children]: F[o.children],
|
|
@@ -3132,9 +3152,10 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3132
3152
|
...F
|
|
3133
3153
|
});
|
|
3134
3154
|
}
|
|
3135
|
-
const
|
|
3155
|
+
const A = H(""), T = Dr(() => {
|
|
3136
3156
|
x({
|
|
3137
|
-
[o.
|
|
3157
|
+
[o.page]: 1,
|
|
3158
|
+
[o.search]: A.value
|
|
3138
3159
|
});
|
|
3139
3160
|
}, typeof e.debounce == "number" ? e.debounce : 500), D = {
|
|
3140
3161
|
onBlur: (F) => {
|
|
@@ -3151,18 +3172,19 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3151
3172
|
n("scroll", F);
|
|
3152
3173
|
},
|
|
3153
3174
|
onUpdateValue: (F, U) => {
|
|
3154
|
-
const
|
|
3155
|
-
n("update:value", F, U,
|
|
3175
|
+
const ce = Array.isArray(F) ? b.value.filter((pe) => F.includes(pe[o.rowKey])) : b.value.find((pe) => pe[o.rowKey] === F);
|
|
3176
|
+
n("update:value", F, U, ce ? qt(ou(ce)) : null);
|
|
3156
3177
|
},
|
|
3157
3178
|
onSearch: (F) => {
|
|
3158
|
-
|
|
3159
|
-
[o.
|
|
3179
|
+
A.value = F, !f.value && (e.debounce ? T() : x({
|
|
3180
|
+
[o.page]: 1,
|
|
3181
|
+
[o.search]: A.value
|
|
3160
3182
|
}));
|
|
3161
3183
|
},
|
|
3162
3184
|
onUpdateShow: (F) => {
|
|
3163
3185
|
F && (s.value || e.manual && g(c));
|
|
3164
3186
|
}
|
|
3165
|
-
},
|
|
3187
|
+
}, z = {
|
|
3166
3188
|
onUpdatePage: (F) => {
|
|
3167
3189
|
n("update:page", F), !f.value && x({
|
|
3168
3190
|
[o.page]: F
|
|
@@ -3203,9 +3225,8 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3203
3225
|
runParam: (F) => g(Object.assign(_.value[0], F)),
|
|
3204
3226
|
runParamAsync: async (F) => d(Object.assign(_.value[0], F))
|
|
3205
3227
|
}
|
|
3206
|
-
}), (F, U) => (
|
|
3207
|
-
|
|
3208
|
-
ref: r,
|
|
3228
|
+
}), (F, U) => (B(), G(S(Cr), he({
|
|
3229
|
+
ref: "select-ref",
|
|
3209
3230
|
remote: "",
|
|
3210
3231
|
filterable: "",
|
|
3211
3232
|
multiple: F.multiple,
|
|
@@ -3228,22 +3249,22 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3228
3249
|
"onUpdate:value": D.onUpdateValue
|
|
3229
3250
|
}), {
|
|
3230
3251
|
header: I(() => [
|
|
3231
|
-
|
|
3252
|
+
q(F.$slots, "header")
|
|
3232
3253
|
]),
|
|
3233
3254
|
action: I(() => [
|
|
3234
|
-
|
|
3235
|
-
|
|
3255
|
+
q(F.$slots, "action", {}, () => [
|
|
3256
|
+
V(S(ku), null, {
|
|
3236
3257
|
default: I(() => [
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
F.pagination ? (
|
|
3258
|
+
q(F.$slots, "extra"),
|
|
3259
|
+
q(F.$slots, "pagination", {}, () => [
|
|
3260
|
+
F.pagination ? (B(), G(S(Ar), he({
|
|
3240
3261
|
key: 0,
|
|
3241
3262
|
style: { "margin-left": "auto" },
|
|
3242
3263
|
simple: "",
|
|
3243
3264
|
disabled: S(f)
|
|
3244
3265
|
}, { ...a, ...i.value }, {
|
|
3245
|
-
"onUpdate:page":
|
|
3246
|
-
"onUpdate:pageSize":
|
|
3266
|
+
"onUpdate:page": z.onUpdatePage,
|
|
3267
|
+
"onUpdate:pageSize": z.onUpdatePageSize
|
|
3247
3268
|
}), null, 16, ["disabled", "onUpdate:page", "onUpdate:pageSize"])) : je("", !0)
|
|
3248
3269
|
])
|
|
3249
3270
|
]),
|
|
@@ -3251,10 +3272,16 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3251
3272
|
})
|
|
3252
3273
|
])
|
|
3253
3274
|
]),
|
|
3275
|
+
empty: I(() => [
|
|
3276
|
+
q(F.$slots, "empty")
|
|
3277
|
+
]),
|
|
3278
|
+
arrow: I(() => [
|
|
3279
|
+
q(F.$slots, "arrow")
|
|
3280
|
+
]),
|
|
3254
3281
|
_: 3
|
|
3255
3282
|
}, 16, ["multiple", "disabled", "options", "label-field", "value-field", "children-field", "value", "loading", "onBlur", "onClear", "onCreate", "onFocus", "onScroll", "onSearch", "onUpdate:show", "onUpdate:value"]));
|
|
3256
3283
|
}
|
|
3257
|
-
}), Tl = /* @__PURE__ */
|
|
3284
|
+
}), Tl = /* @__PURE__ */ be({
|
|
3258
3285
|
__name: "RemoteRequest",
|
|
3259
3286
|
props: {
|
|
3260
3287
|
api: { type: Function },
|
|
@@ -3307,7 +3334,7 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3307
3334
|
runParam: (v) => s(Object.assign(c.value[0], v)),
|
|
3308
3335
|
runParamAsync: async (v) => l(Object.assign(c.value[0], v))
|
|
3309
3336
|
};
|
|
3310
|
-
return u({ refs: y, actions: E }), (v, p) =>
|
|
3337
|
+
return u({ refs: y, actions: E }), (v, p) => q(v.$slots, "default", {
|
|
3311
3338
|
refs: y,
|
|
3312
3339
|
actions: E
|
|
3313
3340
|
});
|
|
@@ -3321,8 +3348,8 @@ const Fl = /* @__PURE__ */ he({
|
|
|
3321
3348
|
viewBox: "0 0 24 24"
|
|
3322
3349
|
};
|
|
3323
3350
|
function ua(e, u, t, n, r, o) {
|
|
3324
|
-
return
|
|
3325
|
-
|
|
3351
|
+
return B(), He("svg", ea, u[0] || (u[0] = [
|
|
3352
|
+
To('<circle cx="18" cy="12" r="0" fill="#757575"><animate attributeName="r" begin=".67" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle><circle cx="12" cy="12" r="0" fill="#757575"><animate attributeName="r" begin=".33" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle><circle cx="6" cy="12" r="0" fill="#757575"><animate attributeName="r" begin="0" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle>', 3)
|
|
3326
3353
|
]));
|
|
3327
3354
|
}
|
|
3328
3355
|
const ta = /* @__PURE__ */ nn(K0, [["render", ua]]), na = {
|
|
@@ -3334,14 +3361,14 @@ const ta = /* @__PURE__ */ nn(K0, [["render", ua]]), na = {
|
|
|
3334
3361
|
viewBox: "0 0 24 24"
|
|
3335
3362
|
};
|
|
3336
3363
|
function oa(e, u, t, n, r, o) {
|
|
3337
|
-
return
|
|
3364
|
+
return B(), He("svg", ra, u[0] || (u[0] = [
|
|
3338
3365
|
Fu("path", {
|
|
3339
3366
|
fill: "currentColor",
|
|
3340
3367
|
d: "M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9s-9-4.032-9-9s4.032-9 9-9m0 16c3.867 0 7-3.133 7-7s-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7m8.485.071l2.829 2.828l-1.415 1.415l-2.828-2.829z"
|
|
3341
3368
|
}, null, -1)
|
|
3342
3369
|
]));
|
|
3343
3370
|
}
|
|
3344
|
-
const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */
|
|
3371
|
+
const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ be({
|
|
3345
3372
|
__name: "SearchInput",
|
|
3346
3373
|
props: {
|
|
3347
3374
|
value: { default: "" },
|
|
@@ -3354,15 +3381,15 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3354
3381
|
},
|
|
3355
3382
|
emits: ["update:value"],
|
|
3356
3383
|
setup(e, { emit: u }) {
|
|
3357
|
-
const t = u, n = ct("
|
|
3384
|
+
const t = u, n = ct("input-ref"), r = H(e.value), { isPending: o, start: a } = ri(() => {
|
|
3358
3385
|
}, typeof e.autoTrigger == "number" ? e.autoTrigger : 500);
|
|
3359
|
-
|
|
3386
|
+
Le(() => e.value, (l) => {
|
|
3360
3387
|
r.value = l;
|
|
3361
3388
|
});
|
|
3362
|
-
const i =
|
|
3389
|
+
const i = Dr(() => {
|
|
3363
3390
|
t("update:value", r.value);
|
|
3364
3391
|
}, typeof e.autoTrigger == "number" ? e.autoTrigger : 500);
|
|
3365
|
-
|
|
3392
|
+
Le(r, () => {
|
|
3366
3393
|
a(), e.autoTrigger && i();
|
|
3367
3394
|
});
|
|
3368
3395
|
function c() {
|
|
@@ -3371,39 +3398,38 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3371
3398
|
function s(l) {
|
|
3372
3399
|
l.key === "Enter" && c();
|
|
3373
3400
|
}
|
|
3374
|
-
return
|
|
3401
|
+
return Ne(() => {
|
|
3375
3402
|
!e.loading && r.value && n.value?.focus();
|
|
3376
|
-
}), (l, f) => (
|
|
3403
|
+
}), (l, f) => (B(), G(S(ti), null, {
|
|
3377
3404
|
default: I(() => [
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
ref: n,
|
|
3405
|
+
V(S(en), he({
|
|
3406
|
+
ref: "input-ref",
|
|
3381
3407
|
value: r.value,
|
|
3382
3408
|
"onUpdate:value": f[0] || (f[0] = (_) => r.value = _),
|
|
3383
3409
|
disabled: l.loading,
|
|
3384
3410
|
clearable: ""
|
|
3385
3411
|
}, l.inputProps, { onKeydown: s }), {
|
|
3386
3412
|
prefix: I(() => [
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3413
|
+
q(l.$slots, "prefix", {}, () => [
|
|
3414
|
+
q(l.$slots, "prefix-icon", {}, () => [
|
|
3415
|
+
V(Gn)
|
|
3390
3416
|
])
|
|
3391
3417
|
])
|
|
3392
3418
|
]),
|
|
3393
3419
|
suffix: I(() => [
|
|
3394
|
-
S(o) ? (
|
|
3420
|
+
S(o) ? (B(), G(ta, { key: 0 })) : je("", !0)
|
|
3395
3421
|
]),
|
|
3396
3422
|
_: 3
|
|
3397
3423
|
}, 16, ["value", "disabled"]),
|
|
3398
|
-
|
|
3399
|
-
l.searchButton ? (
|
|
3424
|
+
q(l.$slots, "button", {}, () => [
|
|
3425
|
+
l.searchButton ? (B(), G(S(Su), he({
|
|
3400
3426
|
key: 0,
|
|
3401
3427
|
type: l.type,
|
|
3402
3428
|
loading: l.loading
|
|
3403
3429
|
}, l.buttonProps, { onClick: c }), {
|
|
3404
3430
|
icon: I(() => [
|
|
3405
|
-
|
|
3406
|
-
|
|
3431
|
+
q(l.$slots, "button-icon", {}, () => [
|
|
3432
|
+
V(Gn)
|
|
3407
3433
|
])
|
|
3408
3434
|
]),
|
|
3409
3435
|
_: 3
|
|
@@ -3413,9 +3439,9 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3413
3439
|
_: 3
|
|
3414
3440
|
}));
|
|
3415
3441
|
}
|
|
3416
|
-
}), Pl = /* @__PURE__ */
|
|
3442
|
+
}), Pl = /* @__PURE__ */ be({
|
|
3417
3443
|
__name: "ToggleEditor",
|
|
3418
|
-
props: /* @__PURE__ */
|
|
3444
|
+
props: /* @__PURE__ */ Po({
|
|
3419
3445
|
inputProps: {}
|
|
3420
3446
|
}, {
|
|
3421
3447
|
value: {},
|
|
@@ -3423,7 +3449,7 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3423
3449
|
}),
|
|
3424
3450
|
emits: ["update:value"],
|
|
3425
3451
|
setup(e) {
|
|
3426
|
-
const u =
|
|
3452
|
+
const u = Ro(e, "value"), t = H(!1), n = ct("inputRef"), r = H(u.value);
|
|
3427
3453
|
function o() {
|
|
3428
3454
|
t.value = !0, Kt(() => {
|
|
3429
3455
|
n.value?.focus();
|
|
@@ -3432,8 +3458,8 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3432
3458
|
function a() {
|
|
3433
3459
|
t.value = !1, u.value = r.value;
|
|
3434
3460
|
}
|
|
3435
|
-
return (i, c) => (
|
|
3436
|
-
t.value ? (
|
|
3461
|
+
return (i, c) => (B(), He("div", { onClick: o }, [
|
|
3462
|
+
t.value ? (B(), G(S(en), he({
|
|
3437
3463
|
key: 0,
|
|
3438
3464
|
ref_key: "inputRef",
|
|
3439
3465
|
ref: n,
|
|
@@ -3442,12 +3468,12 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3442
3468
|
"onUpdate:value": c[0] || (c[0] = (s) => r.value = s),
|
|
3443
3469
|
onChange: a,
|
|
3444
3470
|
onBlur: a
|
|
3445
|
-
}), null, 16, ["value"])) : (
|
|
3471
|
+
}), null, 16, ["value"])) : (B(), He(et, { key: 1 }, [
|
|
3446
3472
|
it(at(r.value), 1)
|
|
3447
3473
|
], 64))
|
|
3448
3474
|
]));
|
|
3449
3475
|
}
|
|
3450
|
-
}), Rl = /* @__PURE__ */
|
|
3476
|
+
}), Rl = /* @__PURE__ */ be({
|
|
3451
3477
|
__name: "TooltipButton",
|
|
3452
3478
|
props: {
|
|
3453
3479
|
value: {},
|
|
@@ -3457,22 +3483,22 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3457
3483
|
emits: ["click"],
|
|
3458
3484
|
setup(e, { emit: u }) {
|
|
3459
3485
|
const t = u;
|
|
3460
|
-
return (n, r) => (
|
|
3486
|
+
return (n, r) => (B(), G(S(Er), xe(ke(n.tooltipProps)), {
|
|
3461
3487
|
trigger: I(() => [
|
|
3462
|
-
|
|
3488
|
+
V(S(Su), he(n.buttonProps, {
|
|
3463
3489
|
onClick: r[0] || (r[0] = (o) => t("click", o))
|
|
3464
3490
|
}), {
|
|
3465
3491
|
icon: I(() => [
|
|
3466
|
-
|
|
3492
|
+
q(n.$slots, "icon")
|
|
3467
3493
|
]),
|
|
3468
3494
|
default: I(() => [
|
|
3469
|
-
|
|
3495
|
+
q(n.$slots, "default")
|
|
3470
3496
|
]),
|
|
3471
3497
|
_: 3
|
|
3472
3498
|
}, 16)
|
|
3473
3499
|
]),
|
|
3474
3500
|
default: I(() => [
|
|
3475
|
-
|
|
3501
|
+
q(n.$slots, "tooltip", {}, () => [
|
|
3476
3502
|
it(at(n.value), 1)
|
|
3477
3503
|
])
|
|
3478
3504
|
]),
|
|
@@ -3482,24 +3508,24 @@ const Gn = /* @__PURE__ */ nn(na, [["render", oa]]), ia = /* @__PURE__ */ he({
|
|
|
3482
3508
|
});
|
|
3483
3509
|
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
|
3484
3510
|
const {
|
|
3485
|
-
entries:
|
|
3511
|
+
entries: $r,
|
|
3486
3512
|
setPrototypeOf: Wn,
|
|
3487
3513
|
isFrozen: aa,
|
|
3488
3514
|
getPrototypeOf: ca,
|
|
3489
3515
|
getOwnPropertyDescriptor: sa
|
|
3490
3516
|
} = Object;
|
|
3491
3517
|
let {
|
|
3492
|
-
freeze:
|
|
3493
|
-
seal:
|
|
3518
|
+
freeze: ie,
|
|
3519
|
+
seal: _e,
|
|
3494
3520
|
create: Br
|
|
3495
3521
|
} = Object, {
|
|
3496
3522
|
apply: Vt,
|
|
3497
3523
|
construct: Zt
|
|
3498
3524
|
} = typeof Reflect < "u" && Reflect;
|
|
3499
|
-
|
|
3525
|
+
ie || (ie = function(u) {
|
|
3500
3526
|
return u;
|
|
3501
3527
|
});
|
|
3502
|
-
|
|
3528
|
+
_e || (_e = function(u) {
|
|
3503
3529
|
return u;
|
|
3504
3530
|
});
|
|
3505
3531
|
Vt || (Vt = function(u, t, n) {
|
|
@@ -3508,8 +3534,8 @@ Vt || (Vt = function(u, t, n) {
|
|
|
3508
3534
|
Zt || (Zt = function(u, t) {
|
|
3509
3535
|
return new u(...t);
|
|
3510
3536
|
});
|
|
3511
|
-
const ju =
|
|
3512
|
-
function
|
|
3537
|
+
const ju = ae(Array.prototype.forEach), la = ae(Array.prototype.lastIndexOf), Vn = ae(Array.prototype.pop), hu = ae(Array.prototype.push), fa = ae(Array.prototype.splice), Ju = ae(String.prototype.toLowerCase), Ct = ae(String.prototype.toString), Zn = ae(String.prototype.match), bu = ae(String.prototype.replace), da = ae(String.prototype.indexOf), pa = ae(String.prototype.trim), Ee = ae(Object.prototype.hasOwnProperty), oe = ae(RegExp.prototype.test), mu = ha(TypeError);
|
|
3538
|
+
function ae(e) {
|
|
3513
3539
|
return function(u) {
|
|
3514
3540
|
u instanceof RegExp && (u.lastIndex = 0);
|
|
3515
3541
|
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
|
|
@@ -3524,7 +3550,7 @@ function ha(e) {
|
|
|
3524
3550
|
return Zt(e, t);
|
|
3525
3551
|
};
|
|
3526
3552
|
}
|
|
3527
|
-
function
|
|
3553
|
+
function $(e, u) {
|
|
3528
3554
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : Ju;
|
|
3529
3555
|
Wn && Wn(e, null);
|
|
3530
3556
|
let n = u.length;
|
|
@@ -3540,13 +3566,13 @@ function B(e, u) {
|
|
|
3540
3566
|
}
|
|
3541
3567
|
function ba(e) {
|
|
3542
3568
|
for (let u = 0; u < e.length; u++)
|
|
3543
|
-
|
|
3569
|
+
Ee(e, u) || (e[u] = null);
|
|
3544
3570
|
return e;
|
|
3545
3571
|
}
|
|
3546
|
-
function
|
|
3572
|
+
function Me(e) {
|
|
3547
3573
|
const u = Br(null);
|
|
3548
|
-
for (const [t, n] of
|
|
3549
|
-
|
|
3574
|
+
for (const [t, n] of $r(e))
|
|
3575
|
+
Ee(e, t) && (Array.isArray(n) ? u[t] = ba(n) : n && typeof n == "object" && n.constructor === Object ? u[t] = Me(n) : u[t] = n);
|
|
3550
3576
|
return u;
|
|
3551
3577
|
}
|
|
3552
3578
|
function gu(e, u) {
|
|
@@ -3554,9 +3580,9 @@ function gu(e, u) {
|
|
|
3554
3580
|
const n = sa(e, u);
|
|
3555
3581
|
if (n) {
|
|
3556
3582
|
if (n.get)
|
|
3557
|
-
return
|
|
3583
|
+
return ae(n.get);
|
|
3558
3584
|
if (typeof n.value == "function")
|
|
3559
|
-
return
|
|
3585
|
+
return ae(n.value);
|
|
3560
3586
|
}
|
|
3561
3587
|
e = ca(e);
|
|
3562
3588
|
}
|
|
@@ -3565,22 +3591,22 @@ function gu(e, u) {
|
|
|
3565
3591
|
}
|
|
3566
3592
|
return t;
|
|
3567
3593
|
}
|
|
3568
|
-
const Yn =
|
|
3594
|
+
const Yn = ie(["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"]), Dt = ie(["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"]), Ft = ie(["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"]), ma = ie(["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"]), St = ie(["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"]), ga = ie(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Xn = ie(["#text"]), Qn = ie(["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"]), Tt = ie(["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"]), Jn = ie(["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"]), Hu = ie(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), xa = _e(/\{\{[\w\W]*|[\w\W]*\}\}/gm), ka = _e(/<%[\w\W]*|[\w\W]*%>/gm), _a = _e(/\$\{[\w\W]*/gm), va = _e(/^data-[\-\w.\u00B7-\uFFFF]+$/), ya = _e(/^aria-[\-\w]+$/), Ur = _e(
|
|
3569
3595
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
3570
3596
|
// eslint-disable-line no-useless-escape
|
|
3571
|
-
), Ea =
|
|
3597
|
+
), Ea = _e(/^(?:\w+script|data):/i), Aa = _e(
|
|
3572
3598
|
/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
|
|
3573
3599
|
// eslint-disable-line no-control-regex
|
|
3574
|
-
),
|
|
3600
|
+
), qr = _e(/^html$/i), wa = _e(/^[a-z][.\w]*(-[.\w]+)+$/i);
|
|
3575
3601
|
var Kn = /* @__PURE__ */ Object.freeze({
|
|
3576
3602
|
__proto__: null,
|
|
3577
3603
|
ARIA_ATTR: ya,
|
|
3578
3604
|
ATTR_WHITESPACE: Aa,
|
|
3579
3605
|
CUSTOM_ELEMENT: wa,
|
|
3580
3606
|
DATA_ATTR: va,
|
|
3581
|
-
DOCTYPE_NAME:
|
|
3607
|
+
DOCTYPE_NAME: qr,
|
|
3582
3608
|
ERB_EXPR: ka,
|
|
3583
|
-
IS_ALLOWED_URI:
|
|
3609
|
+
IS_ALLOWED_URI: Ur,
|
|
3584
3610
|
IS_SCRIPT_OR_DATA: Ea,
|
|
3585
3611
|
MUSTACHE_EXPR: xa,
|
|
3586
3612
|
TMPLIT_EXPR: _a
|
|
@@ -3626,9 +3652,9 @@ const xu = {
|
|
|
3626
3652
|
uponSanitizeShadowNode: []
|
|
3627
3653
|
};
|
|
3628
3654
|
};
|
|
3629
|
-
function
|
|
3655
|
+
function jr() {
|
|
3630
3656
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Ca();
|
|
3631
|
-
const u = (
|
|
3657
|
+
const u = (O) => jr(O);
|
|
3632
3658
|
if (u.version = "3.2.6", u.removed = [], !e || !e.document || e.document.nodeType !== xu.document || !e.Element)
|
|
3633
3659
|
return u.isSupported = !1, u;
|
|
3634
3660
|
let {
|
|
@@ -3646,36 +3672,36 @@ function qr() {
|
|
|
3646
3672
|
trustedTypes: g
|
|
3647
3673
|
} = e, d = c.prototype, y = gu(d, "cloneNode"), E = gu(d, "remove"), v = gu(d, "nextSibling"), p = gu(d, "childNodes"), b = gu(d, "parentNode");
|
|
3648
3674
|
if (typeof a == "function") {
|
|
3649
|
-
const
|
|
3650
|
-
|
|
3675
|
+
const O = t.createElement("template");
|
|
3676
|
+
O.content && O.content.ownerDocument && (t = O.content.ownerDocument);
|
|
3651
3677
|
}
|
|
3652
3678
|
let m, k = "";
|
|
3653
3679
|
const {
|
|
3654
3680
|
implementation: x,
|
|
3655
|
-
createNodeIterator:
|
|
3681
|
+
createNodeIterator: A,
|
|
3656
3682
|
createDocumentFragment: T,
|
|
3657
3683
|
getElementsByTagName: D
|
|
3658
3684
|
} = t, {
|
|
3659
|
-
importNode:
|
|
3685
|
+
importNode: z
|
|
3660
3686
|
} = n;
|
|
3661
3687
|
let L = er();
|
|
3662
|
-
u.isSupported = typeof
|
|
3688
|
+
u.isSupported = typeof $r == "function" && typeof b == "function" && x && x.createHTMLDocument !== void 0;
|
|
3663
3689
|
const {
|
|
3664
|
-
MUSTACHE_EXPR:
|
|
3665
|
-
ERB_EXPR:
|
|
3690
|
+
MUSTACHE_EXPR: te,
|
|
3691
|
+
ERB_EXPR: ye,
|
|
3666
3692
|
TMPLIT_EXPR: F,
|
|
3667
3693
|
DATA_ATTR: U,
|
|
3668
|
-
ARIA_ATTR:
|
|
3669
|
-
IS_SCRIPT_OR_DATA:
|
|
3670
|
-
ATTR_WHITESPACE:
|
|
3671
|
-
CUSTOM_ELEMENT:
|
|
3694
|
+
ARIA_ATTR: ce,
|
|
3695
|
+
IS_SCRIPT_OR_DATA: pe,
|
|
3696
|
+
ATTR_WHITESPACE: Z,
|
|
3697
|
+
CUSTOM_ELEMENT: w
|
|
3672
3698
|
} = Kn;
|
|
3673
3699
|
let {
|
|
3674
3700
|
IS_ALLOWED_URI: M
|
|
3675
|
-
} = Kn,
|
|
3676
|
-
const
|
|
3677
|
-
let
|
|
3678
|
-
const
|
|
3701
|
+
} = Kn, P = null;
|
|
3702
|
+
const Q = $({}, [...Yn, ...Dt, ...Ft, ...St, ...Xn]);
|
|
3703
|
+
let N = null;
|
|
3704
|
+
const Y = $({}, [...Qn, ...Tt, ...Jn, ...Hu]);
|
|
3679
3705
|
let j = Object.seal(Br(null, {
|
|
3680
3706
|
tagNameCheck: {
|
|
3681
3707
|
writable: !0,
|
|
@@ -3695,28 +3721,28 @@ function qr() {
|
|
|
3695
3721
|
enumerable: !0,
|
|
3696
3722
|
value: !1
|
|
3697
3723
|
}
|
|
3698
|
-
})),
|
|
3699
|
-
const
|
|
3724
|
+
})), se = null, Ie = null, Ye = !0, Xe = !0, Qe = !1, We = !0, ze = !1, $e = !0, Ve = !1, pt = !1, ht = !1, Je = !1, Ou = !1, Mu = !1, mn = !0, gn = !1;
|
|
3725
|
+
const mo = "user-content-";
|
|
3700
3726
|
let bt = !0, lu = !1, Ke = {}, eu = null;
|
|
3701
|
-
const xn =
|
|
3727
|
+
const xn = $({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
|
|
3702
3728
|
let kn = null;
|
|
3703
|
-
const _n =
|
|
3729
|
+
const _n = $({}, ["audio", "video", "img", "source", "image", "track"]);
|
|
3704
3730
|
let mt = null;
|
|
3705
|
-
const vn =
|
|
3731
|
+
const vn = $({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), Lu = "http://www.w3.org/1998/Math/MathML", Nu = "http://www.w3.org/2000/svg", Te = "http://www.w3.org/1999/xhtml";
|
|
3706
3732
|
let uu = Te, gt = !1, xt = null;
|
|
3707
|
-
const
|
|
3708
|
-
let Iu =
|
|
3709
|
-
const
|
|
3733
|
+
const go = $({}, [Lu, Nu, Te], Ct);
|
|
3734
|
+
let Iu = $({}, ["mi", "mo", "mn", "ms", "mtext"]), zu = $({}, ["annotation-xml"]);
|
|
3735
|
+
const xo = $({}, ["title", "style", "font", "a", "script"]);
|
|
3710
3736
|
let fu = null;
|
|
3711
|
-
const
|
|
3712
|
-
let
|
|
3713
|
-
const
|
|
3737
|
+
const ko = ["application/xhtml+xml", "text/html"], _o = "text/html";
|
|
3738
|
+
let K = null, tu = null;
|
|
3739
|
+
const vo = t.createElement("form"), yn = function(h) {
|
|
3714
3740
|
return h instanceof RegExp || h instanceof Function;
|
|
3715
3741
|
}, kt = function() {
|
|
3716
3742
|
let h = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
3717
3743
|
if (!(tu && tu === h)) {
|
|
3718
|
-
if ((!h || typeof h != "object") && (h = {}), h =
|
|
3719
|
-
|
|
3744
|
+
if ((!h || typeof h != "object") && (h = {}), h = Me(h), fu = // eslint-disable-next-line unicorn/prefer-includes
|
|
3745
|
+
ko.indexOf(h.PARSER_MEDIA_TYPE) === -1 ? _o : h.PARSER_MEDIA_TYPE, K = fu === "application/xhtml+xml" ? Ct : Ju, P = Ee(h, "ALLOWED_TAGS") ? $({}, h.ALLOWED_TAGS, K) : Q, N = Ee(h, "ALLOWED_ATTR") ? $({}, h.ALLOWED_ATTR, K) : Y, xt = Ee(h, "ALLOWED_NAMESPACES") ? $({}, h.ALLOWED_NAMESPACES, Ct) : go, mt = Ee(h, "ADD_URI_SAFE_ATTR") ? $(Me(vn), h.ADD_URI_SAFE_ATTR, K) : vn, kn = Ee(h, "ADD_DATA_URI_TAGS") ? $(Me(_n), h.ADD_DATA_URI_TAGS, K) : _n, eu = Ee(h, "FORBID_CONTENTS") ? $({}, h.FORBID_CONTENTS, K) : xn, se = Ee(h, "FORBID_TAGS") ? $({}, h.FORBID_TAGS, K) : Me({}), Ie = Ee(h, "FORBID_ATTR") ? $({}, h.FORBID_ATTR, K) : Me({}), Ke = Ee(h, "USE_PROFILES") ? h.USE_PROFILES : !1, Ye = h.ALLOW_ARIA_ATTR !== !1, Xe = h.ALLOW_DATA_ATTR !== !1, Qe = h.ALLOW_UNKNOWN_PROTOCOLS || !1, We = h.ALLOW_SELF_CLOSE_IN_ATTR !== !1, ze = h.SAFE_FOR_TEMPLATES || !1, $e = h.SAFE_FOR_XML !== !1, Ve = h.WHOLE_DOCUMENT || !1, Je = h.RETURN_DOM || !1, Ou = h.RETURN_DOM_FRAGMENT || !1, Mu = h.RETURN_TRUSTED_TYPE || !1, ht = h.FORCE_BODY || !1, mn = h.SANITIZE_DOM !== !1, gn = h.SANITIZE_NAMED_PROPS || !1, bt = h.KEEP_CONTENT !== !1, lu = h.IN_PLACE || !1, M = h.ALLOWED_URI_REGEXP || Ur, uu = h.NAMESPACE || Te, Iu = h.MATHML_TEXT_INTEGRATION_POINTS || Iu, zu = h.HTML_INTEGRATION_POINTS || zu, j = h.CUSTOM_ELEMENT_HANDLING || {}, h.CUSTOM_ELEMENT_HANDLING && yn(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (j.tagNameCheck = h.CUSTOM_ELEMENT_HANDLING.tagNameCheck), h.CUSTOM_ELEMENT_HANDLING && yn(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (j.attributeNameCheck = h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), h.CUSTOM_ELEMENT_HANDLING && typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (j.allowCustomizedBuiltInElements = h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), ze && (Xe = !1), Ou && (Je = !0), Ke && (P = $({}, Xn), N = [], Ke.html === !0 && ($(P, Yn), $(N, Qn)), Ke.svg === !0 && ($(P, Dt), $(N, Tt), $(N, Hu)), Ke.svgFilters === !0 && ($(P, Ft), $(N, Tt), $(N, Hu)), Ke.mathMl === !0 && ($(P, St), $(N, Jn), $(N, Hu))), h.ADD_TAGS && (P === Q && (P = Me(P)), $(P, h.ADD_TAGS, K)), h.ADD_ATTR && (N === Y && (N = Me(N)), $(N, h.ADD_ATTR, K)), h.ADD_URI_SAFE_ATTR && $(mt, h.ADD_URI_SAFE_ATTR, K), h.FORBID_CONTENTS && (eu === xn && (eu = Me(eu)), $(eu, h.FORBID_CONTENTS, K)), bt && (P["#text"] = !0), Ve && $(P, ["html", "head", "body"]), P.table && ($(P, ["tbody"]), delete se.tbody), h.TRUSTED_TYPES_POLICY) {
|
|
3720
3746
|
if (typeof h.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
3721
3747
|
throw mu('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
3722
3748
|
if (typeof h.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
@@ -3724,16 +3750,16 @@ function qr() {
|
|
|
3724
3750
|
m = h.TRUSTED_TYPES_POLICY, k = m.createHTML("");
|
|
3725
3751
|
} else
|
|
3726
3752
|
m === void 0 && (m = Da(g, r)), m !== null && typeof k == "string" && (k = m.createHTML(""));
|
|
3727
|
-
|
|
3753
|
+
ie && ie(h), tu = h;
|
|
3728
3754
|
}
|
|
3729
|
-
}, En =
|
|
3755
|
+
}, En = $({}, [...Dt, ...Ft, ...ma]), An = $({}, [...St, ...ga]), yo = function(h) {
|
|
3730
3756
|
let C = b(h);
|
|
3731
3757
|
(!C || !C.tagName) && (C = {
|
|
3732
3758
|
namespaceURI: uu,
|
|
3733
3759
|
tagName: "template"
|
|
3734
3760
|
});
|
|
3735
|
-
const
|
|
3736
|
-
return xt[h.namespaceURI] ? h.namespaceURI === Nu ? C.namespaceURI === Te ?
|
|
3761
|
+
const R = Ju(h.tagName), X = Ju(C.tagName);
|
|
3762
|
+
return xt[h.namespaceURI] ? h.namespaceURI === Nu ? C.namespaceURI === Te ? R === "svg" : C.namespaceURI === Lu ? R === "svg" && (X === "annotation-xml" || Iu[X]) : !!En[R] : h.namespaceURI === Lu ? C.namespaceURI === Te ? R === "math" : C.namespaceURI === Nu ? R === "math" && zu[X] : !!An[R] : h.namespaceURI === Te ? C.namespaceURI === Nu && !zu[X] || C.namespaceURI === Lu && !Iu[X] ? !1 : !An[R] && (xo[R] || !En[R]) : !!(fu === "application/xhtml+xml" && xt[h.namespaceURI]) : !1;
|
|
3737
3763
|
}, we = function(h) {
|
|
3738
3764
|
hu(u.removed, {
|
|
3739
3765
|
element: h
|
|
@@ -3767,12 +3793,12 @@ function qr() {
|
|
|
3767
3793
|
} catch {
|
|
3768
3794
|
}
|
|
3769
3795
|
}, wn = function(h) {
|
|
3770
|
-
let C = null,
|
|
3796
|
+
let C = null, R = null;
|
|
3771
3797
|
if (ht)
|
|
3772
3798
|
h = "<remove></remove>" + h;
|
|
3773
3799
|
else {
|
|
3774
|
-
const
|
|
3775
|
-
|
|
3800
|
+
const J = Zn(h, /^[\r\n\t ]+/);
|
|
3801
|
+
R = J && J[0];
|
|
3776
3802
|
}
|
|
3777
3803
|
fu === "application/xhtml+xml" && uu === Te && (h = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + h + "</body></html>");
|
|
3778
3804
|
const X = m ? m.createHTML(h) : h;
|
|
@@ -3789,9 +3815,9 @@ function qr() {
|
|
|
3789
3815
|
}
|
|
3790
3816
|
}
|
|
3791
3817
|
const ne = C.body || C.documentElement;
|
|
3792
|
-
return h &&
|
|
3818
|
+
return h && R && ne.insertBefore(t.createTextNode(R), ne.childNodes[0] || null), uu === Te ? D.call(C, Ve ? "html" : "body")[0] : Ve ? C.documentElement : ne;
|
|
3793
3819
|
}, Cn = function(h) {
|
|
3794
|
-
return
|
|
3820
|
+
return A.call(
|
|
3795
3821
|
h.ownerDocument || h,
|
|
3796
3822
|
h,
|
|
3797
3823
|
// eslint-disable-next-line no-bitwise
|
|
@@ -3803,60 +3829,60 @@ function qr() {
|
|
|
3803
3829
|
}, Dn = function(h) {
|
|
3804
3830
|
return typeof i == "function" && h instanceof i;
|
|
3805
3831
|
};
|
|
3806
|
-
function Pe(
|
|
3807
|
-
ju(
|
|
3808
|
-
|
|
3832
|
+
function Pe(O, h, C) {
|
|
3833
|
+
ju(O, (R) => {
|
|
3834
|
+
R.call(u, h, C, tu);
|
|
3809
3835
|
});
|
|
3810
3836
|
}
|
|
3811
3837
|
const Fn = function(h) {
|
|
3812
3838
|
let C = null;
|
|
3813
3839
|
if (Pe(L.beforeSanitizeElements, h, null), _t(h))
|
|
3814
3840
|
return we(h), !0;
|
|
3815
|
-
const
|
|
3841
|
+
const R = K(h.nodeName);
|
|
3816
3842
|
if (Pe(L.uponSanitizeElement, h, {
|
|
3817
|
-
tagName:
|
|
3818
|
-
allowedTags:
|
|
3819
|
-
}),
|
|
3843
|
+
tagName: R,
|
|
3844
|
+
allowedTags: P
|
|
3845
|
+
}), $e && h.hasChildNodes() && !Dn(h.firstElementChild) && oe(/<[/\w!]/g, h.innerHTML) && oe(/<[/\w!]/g, h.textContent) || h.nodeType === xu.progressingInstruction || $e && h.nodeType === xu.comment && oe(/<[/\w]/g, h.data))
|
|
3820
3846
|
return we(h), !0;
|
|
3821
|
-
if (!
|
|
3822
|
-
if (!
|
|
3847
|
+
if (!P[R] || se[R]) {
|
|
3848
|
+
if (!se[R] && Tn(R) && (j.tagNameCheck instanceof RegExp && oe(j.tagNameCheck, R) || j.tagNameCheck instanceof Function && j.tagNameCheck(R)))
|
|
3823
3849
|
return !1;
|
|
3824
|
-
if (bt && !eu[
|
|
3850
|
+
if (bt && !eu[R]) {
|
|
3825
3851
|
const X = b(h) || h.parentNode, ne = p(h) || h.childNodes;
|
|
3826
3852
|
if (ne && X) {
|
|
3827
|
-
const
|
|
3828
|
-
for (let
|
|
3829
|
-
const Re = y(ne[
|
|
3853
|
+
const J = ne.length;
|
|
3854
|
+
for (let le = J - 1; le >= 0; --le) {
|
|
3855
|
+
const Re = y(ne[le], !0);
|
|
3830
3856
|
Re.__removalCount = (h.__removalCount || 0) + 1, X.insertBefore(Re, v(h));
|
|
3831
3857
|
}
|
|
3832
3858
|
}
|
|
3833
3859
|
}
|
|
3834
3860
|
return we(h), !0;
|
|
3835
3861
|
}
|
|
3836
|
-
return h instanceof c && !
|
|
3862
|
+
return h instanceof c && !yo(h) || (R === "noscript" || R === "noembed" || R === "noframes") && oe(/<\/no(script|embed|frames)/i, h.innerHTML) ? (we(h), !0) : (ze && h.nodeType === xu.text && (C = h.textContent, ju([te, ye, F], (X) => {
|
|
3837
3863
|
C = bu(C, X, " ");
|
|
3838
3864
|
}), h.textContent !== C && (hu(u.removed, {
|
|
3839
3865
|
element: h.cloneNode()
|
|
3840
3866
|
}), h.textContent = C)), Pe(L.afterSanitizeElements, h, null), !1);
|
|
3841
|
-
}, Sn = function(h, C,
|
|
3842
|
-
if (mn && (C === "id" || C === "name") && (
|
|
3867
|
+
}, Sn = function(h, C, R) {
|
|
3868
|
+
if (mn && (C === "id" || C === "name") && (R in t || R in vo))
|
|
3843
3869
|
return !1;
|
|
3844
|
-
if (!(Xe && !
|
|
3845
|
-
if (!(Ye &&
|
|
3846
|
-
if (!
|
|
3870
|
+
if (!(Xe && !Ie[C] && oe(U, C))) {
|
|
3871
|
+
if (!(Ye && oe(ce, C))) {
|
|
3872
|
+
if (!N[C] || Ie[C]) {
|
|
3847
3873
|
if (
|
|
3848
3874
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
3849
3875
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
3850
3876
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
3851
|
-
!(Tn(h) && (j.tagNameCheck instanceof RegExp &&
|
|
3877
|
+
!(Tn(h) && (j.tagNameCheck instanceof RegExp && oe(j.tagNameCheck, h) || j.tagNameCheck instanceof Function && j.tagNameCheck(h)) && (j.attributeNameCheck instanceof RegExp && oe(j.attributeNameCheck, C) || j.attributeNameCheck instanceof Function && j.attributeNameCheck(C)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
3852
3878
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
3853
|
-
C === "is" && j.allowCustomizedBuiltInElements && (j.tagNameCheck instanceof RegExp &&
|
|
3879
|
+
C === "is" && j.allowCustomizedBuiltInElements && (j.tagNameCheck instanceof RegExp && oe(j.tagNameCheck, R) || j.tagNameCheck instanceof Function && j.tagNameCheck(R)))
|
|
3854
3880
|
) return !1;
|
|
3855
3881
|
} else if (!mt[C]) {
|
|
3856
|
-
if (!
|
|
3857
|
-
if (!((C === "src" || C === "xlink:href" || C === "href") && h !== "script" && da(
|
|
3858
|
-
if (!(Qe && !
|
|
3859
|
-
if (
|
|
3882
|
+
if (!oe(M, bu(R, Z, ""))) {
|
|
3883
|
+
if (!((C === "src" || C === "xlink:href" || C === "href") && h !== "script" && da(R, "data:") === 0 && kn[h])) {
|
|
3884
|
+
if (!(Qe && !oe(pe, bu(R, Z, "")))) {
|
|
3885
|
+
if (R)
|
|
3860
3886
|
return !1;
|
|
3861
3887
|
}
|
|
3862
3888
|
}
|
|
@@ -3866,7 +3892,7 @@ function qr() {
|
|
|
3866
3892
|
}
|
|
3867
3893
|
return !0;
|
|
3868
3894
|
}, Tn = function(h) {
|
|
3869
|
-
return h !== "annotation-xml" && Zn(h,
|
|
3895
|
+
return h !== "annotation-xml" && Zn(h, w);
|
|
3870
3896
|
}, Pn = function(h) {
|
|
3871
3897
|
Pe(L.beforeSanitizeAttributes, h, null);
|
|
3872
3898
|
const {
|
|
@@ -3874,44 +3900,44 @@ function qr() {
|
|
|
3874
3900
|
} = h;
|
|
3875
3901
|
if (!C || _t(h))
|
|
3876
3902
|
return;
|
|
3877
|
-
const
|
|
3903
|
+
const R = {
|
|
3878
3904
|
attrName: "",
|
|
3879
3905
|
attrValue: "",
|
|
3880
3906
|
keepAttr: !0,
|
|
3881
|
-
allowedAttributes:
|
|
3907
|
+
allowedAttributes: N,
|
|
3882
3908
|
forceKeepAttr: void 0
|
|
3883
3909
|
};
|
|
3884
3910
|
let X = C.length;
|
|
3885
3911
|
for (; X--; ) {
|
|
3886
3912
|
const ne = C[X], {
|
|
3887
|
-
name:
|
|
3888
|
-
namespaceURI:
|
|
3913
|
+
name: J,
|
|
3914
|
+
namespaceURI: le,
|
|
3889
3915
|
value: Re
|
|
3890
|
-
} = ne, du = J
|
|
3891
|
-
let re =
|
|
3892
|
-
if (
|
|
3893
|
-
nu(
|
|
3916
|
+
} = ne, du = K(J), vt = Re;
|
|
3917
|
+
let re = J === "value" ? vt : pa(vt);
|
|
3918
|
+
if (R.attrName = du, R.attrValue = re, R.keepAttr = !0, R.forceKeepAttr = void 0, Pe(L.uponSanitizeAttribute, h, R), re = R.attrValue, gn && (du === "id" || du === "name") && (nu(J, h), re = mo + re), $e && oe(/((--!?|])>)|<\/(style|title)/i, re)) {
|
|
3919
|
+
nu(J, h);
|
|
3894
3920
|
continue;
|
|
3895
3921
|
}
|
|
3896
|
-
if (
|
|
3922
|
+
if (R.forceKeepAttr)
|
|
3897
3923
|
continue;
|
|
3898
|
-
if (!
|
|
3899
|
-
nu(
|
|
3924
|
+
if (!R.keepAttr) {
|
|
3925
|
+
nu(J, h);
|
|
3900
3926
|
continue;
|
|
3901
3927
|
}
|
|
3902
|
-
if (!We &&
|
|
3903
|
-
nu(
|
|
3928
|
+
if (!We && oe(/\/>/i, re)) {
|
|
3929
|
+
nu(J, h);
|
|
3904
3930
|
continue;
|
|
3905
3931
|
}
|
|
3906
|
-
|
|
3932
|
+
ze && ju([te, ye, F], (On) => {
|
|
3907
3933
|
re = bu(re, On, " ");
|
|
3908
3934
|
});
|
|
3909
|
-
const Rn =
|
|
3935
|
+
const Rn = K(h.nodeName);
|
|
3910
3936
|
if (!Sn(Rn, du, re)) {
|
|
3911
|
-
nu(
|
|
3937
|
+
nu(J, h);
|
|
3912
3938
|
continue;
|
|
3913
3939
|
}
|
|
3914
|
-
if (m && typeof g == "object" && typeof g.getAttributeType == "function" && !
|
|
3940
|
+
if (m && typeof g == "object" && typeof g.getAttributeType == "function" && !le)
|
|
3915
3941
|
switch (g.getAttributeType(Rn, du)) {
|
|
3916
3942
|
case "TrustedHTML": {
|
|
3917
3943
|
re = m.createHTML(re);
|
|
@@ -3924,87 +3950,87 @@ function qr() {
|
|
|
3924
3950
|
}
|
|
3925
3951
|
if (re !== vt)
|
|
3926
3952
|
try {
|
|
3927
|
-
|
|
3953
|
+
le ? h.setAttributeNS(le, J, re) : h.setAttribute(J, re), _t(h) ? we(h) : Vn(u.removed);
|
|
3928
3954
|
} catch {
|
|
3929
|
-
nu(
|
|
3955
|
+
nu(J, h);
|
|
3930
3956
|
}
|
|
3931
3957
|
}
|
|
3932
3958
|
Pe(L.afterSanitizeAttributes, h, null);
|
|
3933
|
-
},
|
|
3959
|
+
}, Eo = function O(h) {
|
|
3934
3960
|
let C = null;
|
|
3935
|
-
const
|
|
3936
|
-
for (Pe(L.beforeSanitizeShadowDOM, h, null); C =
|
|
3937
|
-
Pe(L.uponSanitizeShadowNode, C, null), Fn(C), Pn(C), C.content instanceof o &&
|
|
3961
|
+
const R = Cn(h);
|
|
3962
|
+
for (Pe(L.beforeSanitizeShadowDOM, h, null); C = R.nextNode(); )
|
|
3963
|
+
Pe(L.uponSanitizeShadowNode, C, null), Fn(C), Pn(C), C.content instanceof o && O(C.content);
|
|
3938
3964
|
Pe(L.afterSanitizeShadowDOM, h, null);
|
|
3939
3965
|
};
|
|
3940
|
-
return u.sanitize = function(
|
|
3941
|
-
let h = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, C = null,
|
|
3942
|
-
if (gt = !
|
|
3943
|
-
if (typeof
|
|
3944
|
-
if (
|
|
3966
|
+
return u.sanitize = function(O) {
|
|
3967
|
+
let h = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, C = null, R = null, X = null, ne = null;
|
|
3968
|
+
if (gt = !O, gt && (O = "<!-->"), typeof O != "string" && !Dn(O))
|
|
3969
|
+
if (typeof O.toString == "function") {
|
|
3970
|
+
if (O = O.toString(), typeof O != "string")
|
|
3945
3971
|
throw mu("dirty is not a string, aborting");
|
|
3946
3972
|
} else
|
|
3947
3973
|
throw mu("toString is not a function");
|
|
3948
3974
|
if (!u.isSupported)
|
|
3949
|
-
return
|
|
3950
|
-
if (pt || kt(h), u.removed = [], typeof
|
|
3951
|
-
if (
|
|
3952
|
-
const Re =
|
|
3953
|
-
if (!
|
|
3975
|
+
return O;
|
|
3976
|
+
if (pt || kt(h), u.removed = [], typeof O == "string" && (lu = !1), lu) {
|
|
3977
|
+
if (O.nodeName) {
|
|
3978
|
+
const Re = K(O.nodeName);
|
|
3979
|
+
if (!P[Re] || se[Re])
|
|
3954
3980
|
throw mu("root node is forbidden and cannot be sanitized in-place");
|
|
3955
3981
|
}
|
|
3956
|
-
} else if (
|
|
3957
|
-
C = wn("<!---->"),
|
|
3982
|
+
} else if (O instanceof i)
|
|
3983
|
+
C = wn("<!---->"), R = C.ownerDocument.importNode(O, !0), R.nodeType === xu.element && R.nodeName === "BODY" || R.nodeName === "HTML" ? C = R : C.appendChild(R);
|
|
3958
3984
|
else {
|
|
3959
|
-
if (!Je && !
|
|
3960
|
-
|
|
3961
|
-
return m && Mu ? m.createHTML(
|
|
3962
|
-
if (C = wn(
|
|
3985
|
+
if (!Je && !ze && !Ve && // eslint-disable-next-line unicorn/prefer-includes
|
|
3986
|
+
O.indexOf("<") === -1)
|
|
3987
|
+
return m && Mu ? m.createHTML(O) : O;
|
|
3988
|
+
if (C = wn(O), !C)
|
|
3963
3989
|
return Je ? null : Mu ? k : "";
|
|
3964
3990
|
}
|
|
3965
3991
|
C && ht && we(C.firstChild);
|
|
3966
|
-
const
|
|
3967
|
-
for (; X =
|
|
3968
|
-
Fn(X), Pn(X), X.content instanceof o &&
|
|
3992
|
+
const J = Cn(lu ? O : C);
|
|
3993
|
+
for (; X = J.nextNode(); )
|
|
3994
|
+
Fn(X), Pn(X), X.content instanceof o && Eo(X.content);
|
|
3969
3995
|
if (lu)
|
|
3970
|
-
return
|
|
3996
|
+
return O;
|
|
3971
3997
|
if (Je) {
|
|
3972
3998
|
if (Ou)
|
|
3973
3999
|
for (ne = T.call(C.ownerDocument); C.firstChild; )
|
|
3974
4000
|
ne.appendChild(C.firstChild);
|
|
3975
4001
|
else
|
|
3976
4002
|
ne = C;
|
|
3977
|
-
return (
|
|
4003
|
+
return (N.shadowroot || N.shadowrootmode) && (ne = z.call(n, ne, !0)), ne;
|
|
3978
4004
|
}
|
|
3979
|
-
let
|
|
3980
|
-
return Ve &&
|
|
3981
|
-
` +
|
|
3982
|
-
|
|
3983
|
-
}), m && Mu ? m.createHTML(
|
|
4005
|
+
let le = Ve ? C.outerHTML : C.innerHTML;
|
|
4006
|
+
return Ve && P["!doctype"] && C.ownerDocument && C.ownerDocument.doctype && C.ownerDocument.doctype.name && oe(qr, C.ownerDocument.doctype.name) && (le = "<!DOCTYPE " + C.ownerDocument.doctype.name + `>
|
|
4007
|
+
` + le), ze && ju([te, ye, F], (Re) => {
|
|
4008
|
+
le = bu(le, Re, " ");
|
|
4009
|
+
}), m && Mu ? m.createHTML(le) : le;
|
|
3984
4010
|
}, u.setConfig = function() {
|
|
3985
|
-
let
|
|
3986
|
-
kt(
|
|
4011
|
+
let O = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
4012
|
+
kt(O), pt = !0;
|
|
3987
4013
|
}, u.clearConfig = function() {
|
|
3988
4014
|
tu = null, pt = !1;
|
|
3989
|
-
}, u.isValidAttribute = function(
|
|
4015
|
+
}, u.isValidAttribute = function(O, h, C) {
|
|
3990
4016
|
tu || kt({});
|
|
3991
|
-
const
|
|
3992
|
-
return Sn(
|
|
3993
|
-
}, u.addHook = function(
|
|
3994
|
-
typeof h == "function" && hu(L[
|
|
3995
|
-
}, u.removeHook = function(
|
|
4017
|
+
const R = K(O), X = K(h);
|
|
4018
|
+
return Sn(R, X, C);
|
|
4019
|
+
}, u.addHook = function(O, h) {
|
|
4020
|
+
typeof h == "function" && hu(L[O], h);
|
|
4021
|
+
}, u.removeHook = function(O, h) {
|
|
3996
4022
|
if (h !== void 0) {
|
|
3997
|
-
const C = la(L[
|
|
3998
|
-
return C === -1 ? void 0 : fa(L[
|
|
4023
|
+
const C = la(L[O], h);
|
|
4024
|
+
return C === -1 ? void 0 : fa(L[O], C, 1)[0];
|
|
3999
4025
|
}
|
|
4000
|
-
return Vn(L[
|
|
4001
|
-
}, u.removeHooks = function(
|
|
4002
|
-
L[
|
|
4026
|
+
return Vn(L[O]);
|
|
4027
|
+
}, u.removeHooks = function(O) {
|
|
4028
|
+
L[O] = [];
|
|
4003
4029
|
}, u.removeAllHooks = function() {
|
|
4004
4030
|
L = er();
|
|
4005
4031
|
}, u;
|
|
4006
4032
|
}
|
|
4007
|
-
var Fa =
|
|
4033
|
+
var Fa = jr();
|
|
4008
4034
|
const ur = {};
|
|
4009
4035
|
function Sa(e) {
|
|
4010
4036
|
let u = ur[e];
|
|
@@ -4183,20 +4209,20 @@ nt.prototype.parseHost = function(e) {
|
|
|
4183
4209
|
let u = Ra.exec(e);
|
|
4184
4210
|
u && (u = u[0], u !== ":" && (this.port = u.substr(1)), e = e.substr(0, e.length - u.length)), e && (this.hostname = e);
|
|
4185
4211
|
};
|
|
4186
|
-
const
|
|
4212
|
+
const $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4187
4213
|
__proto__: null,
|
|
4188
4214
|
decode: au,
|
|
4189
4215
|
encode: Tu,
|
|
4190
4216
|
format: cn,
|
|
4191
4217
|
parse: sn
|
|
4192
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
4218
|
+
}, Symbol.toStringTag, { value: "Module" })), Hr = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Gr = /[\0-\x1F\x7F-\x9F]/, Ba = /[\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]/, ln = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/, Wr = /[\$\+<->\^`\|~\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]/, Vr = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4193
4219
|
__proto__: null,
|
|
4194
|
-
Any:
|
|
4195
|
-
Cc:
|
|
4196
|
-
Cf:
|
|
4220
|
+
Any: Hr,
|
|
4221
|
+
Cc: Gr,
|
|
4222
|
+
Cf: Ba,
|
|
4197
4223
|
P: ln,
|
|
4198
|
-
S:
|
|
4199
|
-
Z:
|
|
4224
|
+
S: Wr,
|
|
4225
|
+
Z: Vr
|
|
4200
4226
|
}, Symbol.toStringTag, { value: "Module" })), qa = new Uint16Array(
|
|
4201
4227
|
// prettier-ignore
|
|
4202
4228
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e) => e.charCodeAt(0))
|
|
@@ -4246,42 +4272,42 @@ function Wa(e) {
|
|
|
4246
4272
|
var u;
|
|
4247
4273
|
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u = Ha.get(e)) !== null && u !== void 0 ? u : e;
|
|
4248
4274
|
}
|
|
4249
|
-
var
|
|
4275
|
+
var ue;
|
|
4250
4276
|
(function(e) {
|
|
4251
4277
|
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
|
4252
|
-
})(
|
|
4278
|
+
})(ue || (ue = {}));
|
|
4253
4279
|
const Va = 32;
|
|
4254
4280
|
var qe;
|
|
4255
4281
|
(function(e) {
|
|
4256
4282
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
4257
4283
|
})(qe || (qe = {}));
|
|
4258
4284
|
function Yt(e) {
|
|
4259
|
-
return e >=
|
|
4285
|
+
return e >= ue.ZERO && e <= ue.NINE;
|
|
4260
4286
|
}
|
|
4261
4287
|
function Za(e) {
|
|
4262
|
-
return e >=
|
|
4288
|
+
return e >= ue.UPPER_A && e <= ue.UPPER_F || e >= ue.LOWER_A && e <= ue.LOWER_F;
|
|
4263
4289
|
}
|
|
4264
4290
|
function Ya(e) {
|
|
4265
|
-
return e >=
|
|
4291
|
+
return e >= ue.UPPER_A && e <= ue.UPPER_Z || e >= ue.LOWER_A && e <= ue.LOWER_Z || Yt(e);
|
|
4266
4292
|
}
|
|
4267
4293
|
function Xa(e) {
|
|
4268
|
-
return e ===
|
|
4294
|
+
return e === ue.EQUALS || Ya(e);
|
|
4269
4295
|
}
|
|
4270
|
-
var
|
|
4296
|
+
var ee;
|
|
4271
4297
|
(function(e) {
|
|
4272
4298
|
e[e.EntityStart = 0] = "EntityStart", e[e.NumericStart = 1] = "NumericStart", e[e.NumericDecimal = 2] = "NumericDecimal", e[e.NumericHex = 3] = "NumericHex", e[e.NamedEntity = 4] = "NamedEntity";
|
|
4273
|
-
})(
|
|
4299
|
+
})(ee || (ee = {}));
|
|
4274
4300
|
var Ue;
|
|
4275
4301
|
(function(e) {
|
|
4276
4302
|
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
|
4277
4303
|
})(Ue || (Ue = {}));
|
|
4278
4304
|
class Qa {
|
|
4279
4305
|
constructor(u, t, n) {
|
|
4280
|
-
this.decodeTree = u, this.emitCodePoint = t, this.errors = n, this.state =
|
|
4306
|
+
this.decodeTree = u, this.emitCodePoint = t, this.errors = n, this.state = ee.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = Ue.Strict;
|
|
4281
4307
|
}
|
|
4282
4308
|
/** Resets the instance to make it reusable. */
|
|
4283
4309
|
startEntity(u) {
|
|
4284
|
-
this.decodeMode = u, this.state =
|
|
4310
|
+
this.decodeMode = u, this.state = ee.EntityStart, this.result = 0, this.treeIndex = 0, this.excess = 1, this.consumed = 1;
|
|
4285
4311
|
}
|
|
4286
4312
|
/**
|
|
4287
4313
|
* Write an entity to the decoder. This can be called multiple times with partial entities.
|
|
@@ -4296,15 +4322,15 @@ class Qa {
|
|
|
4296
4322
|
*/
|
|
4297
4323
|
write(u, t) {
|
|
4298
4324
|
switch (this.state) {
|
|
4299
|
-
case
|
|
4300
|
-
return u.charCodeAt(t) ===
|
|
4301
|
-
case
|
|
4325
|
+
case ee.EntityStart:
|
|
4326
|
+
return u.charCodeAt(t) === ue.NUM ? (this.state = ee.NumericStart, this.consumed += 1, this.stateNumericStart(u, t + 1)) : (this.state = ee.NamedEntity, this.stateNamedEntity(u, t));
|
|
4327
|
+
case ee.NumericStart:
|
|
4302
4328
|
return this.stateNumericStart(u, t);
|
|
4303
|
-
case
|
|
4329
|
+
case ee.NumericDecimal:
|
|
4304
4330
|
return this.stateNumericDecimal(u, t);
|
|
4305
|
-
case
|
|
4331
|
+
case ee.NumericHex:
|
|
4306
4332
|
return this.stateNumericHex(u, t);
|
|
4307
|
-
case
|
|
4333
|
+
case ee.NamedEntity:
|
|
4308
4334
|
return this.stateNamedEntity(u, t);
|
|
4309
4335
|
}
|
|
4310
4336
|
}
|
|
@@ -4318,7 +4344,7 @@ class Qa {
|
|
|
4318
4344
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
4319
4345
|
*/
|
|
4320
4346
|
stateNumericStart(u, t) {
|
|
4321
|
-
return t >= u.length ? -1 : (u.charCodeAt(t) | Va) ===
|
|
4347
|
+
return t >= u.length ? -1 : (u.charCodeAt(t) | Va) === ue.LOWER_X ? (this.state = ee.NumericHex, this.consumed += 1, this.stateNumericHex(u, t + 1)) : (this.state = ee.NumericDecimal, this.stateNumericDecimal(u, t));
|
|
4322
4348
|
}
|
|
4323
4349
|
addToNumericResult(u, t, n, r) {
|
|
4324
4350
|
if (t !== n) {
|
|
@@ -4383,11 +4409,11 @@ class Qa {
|
|
|
4383
4409
|
var n;
|
|
4384
4410
|
if (this.consumed <= t)
|
|
4385
4411
|
return (n = this.errors) === null || n === void 0 || n.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
4386
|
-
if (u ===
|
|
4412
|
+
if (u === ue.SEMI)
|
|
4387
4413
|
this.consumed += 1;
|
|
4388
4414
|
else if (this.decodeMode === Ue.Strict)
|
|
4389
4415
|
return 0;
|
|
4390
|
-
return this.emitCodePoint(Wa(this.result), this.consumed), this.errors && (u !==
|
|
4416
|
+
return this.emitCodePoint(Wa(this.result), this.consumed), this.errors && (u !== ue.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
4391
4417
|
}
|
|
4392
4418
|
/**
|
|
4393
4419
|
* Parses a named entity.
|
|
@@ -4409,7 +4435,7 @@ class Qa {
|
|
|
4409
4435
|
(o === 0 || // And there should be no invalid characters.
|
|
4410
4436
|
Xa(a)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
4411
4437
|
if (r = n[this.treeIndex], o = (r & qe.VALUE_LENGTH) >> 14, o !== 0) {
|
|
4412
|
-
if (a ===
|
|
4438
|
+
if (a === ue.SEMI)
|
|
4413
4439
|
return this.emitNamedEntityData(this.treeIndex, o, this.consumed + this.excess);
|
|
4414
4440
|
this.decodeMode !== Ue.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
4415
4441
|
}
|
|
@@ -4449,21 +4475,21 @@ class Qa {
|
|
|
4449
4475
|
end() {
|
|
4450
4476
|
var u;
|
|
4451
4477
|
switch (this.state) {
|
|
4452
|
-
case
|
|
4478
|
+
case ee.NamedEntity:
|
|
4453
4479
|
return this.result !== 0 && (this.decodeMode !== Ue.Attribute || this.result === this.treeIndex) ? this.emitNotTerminatedNamedEntity() : 0;
|
|
4454
4480
|
// Otherwise, emit a numeric entity if we have one.
|
|
4455
|
-
case
|
|
4481
|
+
case ee.NumericDecimal:
|
|
4456
4482
|
return this.emitNumericEntity(0, 2);
|
|
4457
|
-
case
|
|
4483
|
+
case ee.NumericHex:
|
|
4458
4484
|
return this.emitNumericEntity(0, 3);
|
|
4459
|
-
case
|
|
4485
|
+
case ee.NumericStart:
|
|
4460
4486
|
return (u = this.errors) === null || u === void 0 || u.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
4461
|
-
case
|
|
4487
|
+
case ee.EntityStart:
|
|
4462
4488
|
return 0;
|
|
4463
4489
|
}
|
|
4464
4490
|
}
|
|
4465
4491
|
}
|
|
4466
|
-
function
|
|
4492
|
+
function Zr(e) {
|
|
4467
4493
|
let u = "";
|
|
4468
4494
|
const t = new Qa(e, (n) => u += Ga(n));
|
|
4469
4495
|
return function(r, o) {
|
|
@@ -4505,9 +4531,9 @@ function Ja(e, u, t, n) {
|
|
|
4505
4531
|
}
|
|
4506
4532
|
return -1;
|
|
4507
4533
|
}
|
|
4508
|
-
const Ka =
|
|
4509
|
-
|
|
4510
|
-
function
|
|
4534
|
+
const Ka = Zr(qa);
|
|
4535
|
+
Zr(ja);
|
|
4536
|
+
function Yr(e, u = Ue.Legacy) {
|
|
4511
4537
|
return Ka(e, u);
|
|
4512
4538
|
}
|
|
4513
4539
|
function ec(e) {
|
|
@@ -4531,7 +4557,7 @@ function st(e) {
|
|
|
4531
4557
|
}
|
|
4532
4558
|
}), e;
|
|
4533
4559
|
}
|
|
4534
|
-
function
|
|
4560
|
+
function Xr(e, u, t) {
|
|
4535
4561
|
return [].concat(e.slice(0, u), t, e.slice(u + 1));
|
|
4536
4562
|
}
|
|
4537
4563
|
function dn(e) {
|
|
@@ -4545,17 +4571,17 @@ function rt(e) {
|
|
|
4545
4571
|
}
|
|
4546
4572
|
return String.fromCharCode(e);
|
|
4547
4573
|
}
|
|
4548
|
-
const
|
|
4574
|
+
const Qr = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, nc = /&([a-z#][a-z0-9]{1,31});/gi, rc = new RegExp(Qr.source + "|" + nc.source, "gi"), oc = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;
|
|
4549
4575
|
function ic(e, u) {
|
|
4550
4576
|
if (u.charCodeAt(0) === 35 && oc.test(u)) {
|
|
4551
4577
|
const n = u[1].toLowerCase() === "x" ? parseInt(u.slice(2), 16) : parseInt(u.slice(1), 10);
|
|
4552
4578
|
return dn(n) ? rt(n) : e;
|
|
4553
4579
|
}
|
|
4554
|
-
const t =
|
|
4580
|
+
const t = Yr(e);
|
|
4555
4581
|
return t !== e ? t : e;
|
|
4556
4582
|
}
|
|
4557
4583
|
function ac(e) {
|
|
4558
|
-
return e.indexOf("\\") < 0 ? e : e.replace(
|
|
4584
|
+
return e.indexOf("\\") < 0 ? e : e.replace(Qr, "$1");
|
|
4559
4585
|
}
|
|
4560
4586
|
function cu(e) {
|
|
4561
4587
|
return e.indexOf("\\") < 0 && e.indexOf("&") < 0 ? e : e.replace(rc, function(u, t, n) {
|
|
@@ -4578,7 +4604,7 @@ const dc = /[.?*+^$[\]\\(){}|-]/g;
|
|
|
4578
4604
|
function pc(e) {
|
|
4579
4605
|
return e.replace(dc, "\\$&");
|
|
4580
4606
|
}
|
|
4581
|
-
function
|
|
4607
|
+
function W(e) {
|
|
4582
4608
|
switch (e) {
|
|
4583
4609
|
case 9:
|
|
4584
4610
|
case 32:
|
|
@@ -4611,7 +4637,7 @@ function Au(e) {
|
|
|
4611
4637
|
return !1;
|
|
4612
4638
|
}
|
|
4613
4639
|
function wu(e) {
|
|
4614
|
-
return ln.test(e) ||
|
|
4640
|
+
return ln.test(e) || Wr.test(e);
|
|
4615
4641
|
}
|
|
4616
4642
|
function Cu(e) {
|
|
4617
4643
|
switch (e) {
|
|
@@ -4655,9 +4681,9 @@ function Cu(e) {
|
|
|
4655
4681
|
function lt(e) {
|
|
4656
4682
|
return e = e.trim().replace(/\s+/g, " "), "ẞ".toLowerCase() === "Ṿ" && (e = e.replace(/ẞ/g, "ß")), e.toLowerCase().toUpperCase();
|
|
4657
4683
|
}
|
|
4658
|
-
const hc = { mdurl:
|
|
4684
|
+
const hc = { mdurl: $a, ucmicro: Ua }, bc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4659
4685
|
__proto__: null,
|
|
4660
|
-
arrayReplaceAt:
|
|
4686
|
+
arrayReplaceAt: Xr,
|
|
4661
4687
|
assign: st,
|
|
4662
4688
|
escapeHtml: Ge,
|
|
4663
4689
|
escapeRE: pc,
|
|
@@ -4665,7 +4691,7 @@ const hc = { mdurl: Ba, ucmicro: Ua }, bc = /* @__PURE__ */ Object.freeze(/* @__
|
|
|
4665
4691
|
has: tc,
|
|
4666
4692
|
isMdAsciiPunct: Cu,
|
|
4667
4693
|
isPunctChar: wu,
|
|
4668
|
-
isSpace:
|
|
4694
|
+
isSpace: W,
|
|
4669
4695
|
isString: fn,
|
|
4670
4696
|
isValidEntityCode: dn,
|
|
4671
4697
|
isWhiteSpace: Au,
|
|
@@ -4893,16 +4919,16 @@ su.prototype.render = function(e, u, t) {
|
|
|
4893
4919
|
}
|
|
4894
4920
|
return n;
|
|
4895
4921
|
};
|
|
4896
|
-
function
|
|
4922
|
+
function de() {
|
|
4897
4923
|
this.__rules__ = [], this.__cache__ = null;
|
|
4898
4924
|
}
|
|
4899
|
-
|
|
4925
|
+
de.prototype.__find__ = function(e) {
|
|
4900
4926
|
for (let u = 0; u < this.__rules__.length; u++)
|
|
4901
4927
|
if (this.__rules__[u].name === e)
|
|
4902
4928
|
return u;
|
|
4903
4929
|
return -1;
|
|
4904
4930
|
};
|
|
4905
|
-
|
|
4931
|
+
de.prototype.__compile__ = function() {
|
|
4906
4932
|
const e = this, u = [""];
|
|
4907
4933
|
e.__rules__.forEach(function(t) {
|
|
4908
4934
|
t.enabled && t.alt.forEach(function(n) {
|
|
@@ -4914,13 +4940,13 @@ fe.prototype.__compile__ = function() {
|
|
|
4914
4940
|
});
|
|
4915
4941
|
});
|
|
4916
4942
|
};
|
|
4917
|
-
|
|
4943
|
+
de.prototype.at = function(e, u, t) {
|
|
4918
4944
|
const n = this.__find__(e), r = t || {};
|
|
4919
4945
|
if (n === -1)
|
|
4920
4946
|
throw new Error("Parser rule not found: " + e);
|
|
4921
4947
|
this.__rules__[n].fn = u, this.__rules__[n].alt = r.alt || [], this.__cache__ = null;
|
|
4922
4948
|
};
|
|
4923
|
-
|
|
4949
|
+
de.prototype.before = function(e, u, t, n) {
|
|
4924
4950
|
const r = this.__find__(e), o = n || {};
|
|
4925
4951
|
if (r === -1)
|
|
4926
4952
|
throw new Error("Parser rule not found: " + e);
|
|
@@ -4931,7 +4957,7 @@ fe.prototype.before = function(e, u, t, n) {
|
|
|
4931
4957
|
alt: o.alt || []
|
|
4932
4958
|
}), this.__cache__ = null;
|
|
4933
4959
|
};
|
|
4934
|
-
|
|
4960
|
+
de.prototype.after = function(e, u, t, n) {
|
|
4935
4961
|
const r = this.__find__(e), o = n || {};
|
|
4936
4962
|
if (r === -1)
|
|
4937
4963
|
throw new Error("Parser rule not found: " + e);
|
|
@@ -4942,7 +4968,7 @@ fe.prototype.after = function(e, u, t, n) {
|
|
|
4942
4968
|
alt: o.alt || []
|
|
4943
4969
|
}), this.__cache__ = null;
|
|
4944
4970
|
};
|
|
4945
|
-
|
|
4971
|
+
de.prototype.push = function(e, u, t) {
|
|
4946
4972
|
const n = t || {};
|
|
4947
4973
|
this.__rules__.push({
|
|
4948
4974
|
name: e,
|
|
@@ -4951,7 +4977,7 @@ fe.prototype.push = function(e, u, t) {
|
|
|
4951
4977
|
alt: n.alt || []
|
|
4952
4978
|
}), this.__cache__ = null;
|
|
4953
4979
|
};
|
|
4954
|
-
|
|
4980
|
+
de.prototype.enable = function(e, u) {
|
|
4955
4981
|
Array.isArray(e) || (e = [e]);
|
|
4956
4982
|
const t = [];
|
|
4957
4983
|
return e.forEach(function(n) {
|
|
@@ -4964,12 +4990,12 @@ fe.prototype.enable = function(e, u) {
|
|
|
4964
4990
|
this.__rules__[r].enabled = !0, t.push(n);
|
|
4965
4991
|
}, this), this.__cache__ = null, t;
|
|
4966
4992
|
};
|
|
4967
|
-
|
|
4993
|
+
de.prototype.enableOnly = function(e, u) {
|
|
4968
4994
|
Array.isArray(e) || (e = [e]), this.__rules__.forEach(function(t) {
|
|
4969
4995
|
t.enabled = !1;
|
|
4970
4996
|
}), this.enable(e, u);
|
|
4971
4997
|
};
|
|
4972
|
-
|
|
4998
|
+
de.prototype.disable = function(e, u) {
|
|
4973
4999
|
Array.isArray(e) || (e = [e]);
|
|
4974
5000
|
const t = [];
|
|
4975
5001
|
return e.forEach(function(n) {
|
|
@@ -4982,13 +5008,13 @@ fe.prototype.disable = function(e, u) {
|
|
|
4982
5008
|
this.__rules__[r].enabled = !1, t.push(n);
|
|
4983
5009
|
}, this), this.__cache__ = null, t;
|
|
4984
5010
|
};
|
|
4985
|
-
|
|
5011
|
+
de.prototype.getRules = function(e) {
|
|
4986
5012
|
return this.__cache__ === null && this.__compile__(), this.__cache__[e] || [];
|
|
4987
5013
|
};
|
|
4988
|
-
function
|
|
5014
|
+
function Ae(e, u, t) {
|
|
4989
5015
|
this.type = e, this.tag = u, this.attrs = null, this.map = null, this.nesting = t, this.level = 0, this.children = null, this.content = "", this.markup = "", this.info = "", this.meta = null, this.block = !1, this.hidden = !1;
|
|
4990
5016
|
}
|
|
4991
|
-
|
|
5017
|
+
Ae.prototype.attrIndex = function(u) {
|
|
4992
5018
|
if (!this.attrs)
|
|
4993
5019
|
return -1;
|
|
4994
5020
|
const t = this.attrs;
|
|
@@ -4997,26 +5023,26 @@ Ee.prototype.attrIndex = function(u) {
|
|
|
4997
5023
|
return n;
|
|
4998
5024
|
return -1;
|
|
4999
5025
|
};
|
|
5000
|
-
|
|
5026
|
+
Ae.prototype.attrPush = function(u) {
|
|
5001
5027
|
this.attrs ? this.attrs.push(u) : this.attrs = [u];
|
|
5002
5028
|
};
|
|
5003
|
-
|
|
5029
|
+
Ae.prototype.attrSet = function(u, t) {
|
|
5004
5030
|
const n = this.attrIndex(u), r = [u, t];
|
|
5005
5031
|
n < 0 ? this.attrPush(r) : this.attrs[n] = r;
|
|
5006
5032
|
};
|
|
5007
|
-
|
|
5033
|
+
Ae.prototype.attrGet = function(u) {
|
|
5008
5034
|
const t = this.attrIndex(u);
|
|
5009
5035
|
let n = null;
|
|
5010
5036
|
return t >= 0 && (n = this.attrs[t][1]), n;
|
|
5011
5037
|
};
|
|
5012
|
-
|
|
5038
|
+
Ae.prototype.attrJoin = function(u, t) {
|
|
5013
5039
|
const n = this.attrIndex(u);
|
|
5014
5040
|
n < 0 ? this.attrPush([u, t]) : this.attrs[n][1] = this.attrs[n][1] + " " + t;
|
|
5015
5041
|
};
|
|
5016
|
-
function
|
|
5042
|
+
function Jr(e, u, t) {
|
|
5017
5043
|
this.src = e, this.env = t, this.tokens = [], this.inlineMode = !1, this.md = u;
|
|
5018
5044
|
}
|
|
5019
|
-
|
|
5045
|
+
Jr.prototype.Token = Ae;
|
|
5020
5046
|
const _c = /\r\n?|\n/g, vc = /\0/g;
|
|
5021
5047
|
function yc(e) {
|
|
5022
5048
|
let u;
|
|
@@ -5082,12 +5108,12 @@ function Dc(e) {
|
|
|
5082
5108
|
const g = new e.Token("text", "", 0);
|
|
5083
5109
|
g.content = c.slice(_), g.level = f, l.push(g);
|
|
5084
5110
|
}
|
|
5085
|
-
u[t].children = r =
|
|
5111
|
+
u[t].children = r = Xr(r, a, l);
|
|
5086
5112
|
}
|
|
5087
5113
|
}
|
|
5088
5114
|
}
|
|
5089
5115
|
}
|
|
5090
|
-
const
|
|
5116
|
+
const Kr = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/, Fc = /\((c|tm|r)\)/i, Sc = /\((c|tm|r)\)/ig, Tc = {
|
|
5091
5117
|
c: "©",
|
|
5092
5118
|
r: "®",
|
|
5093
5119
|
tm: "™"
|
|
@@ -5106,14 +5132,14 @@ function Oc(e) {
|
|
|
5106
5132
|
let u = 0;
|
|
5107
5133
|
for (let t = e.length - 1; t >= 0; t--) {
|
|
5108
5134
|
const n = e[t];
|
|
5109
|
-
n.type === "text" && !u &&
|
|
5135
|
+
n.type === "text" && !u && Kr.test(n.content) && (n.content = n.content.replace(/\+-/g, "±").replace(/\.{2,}/g, "…").replace(/([?!])…/g, "$1..").replace(/([?!]){4,}/g, "$1$1$1").replace(/,{2,}/g, ",").replace(/(^|[^-])---(?=[^-]|$)/mg, "$1—").replace(/(^|\s)--(?=\s|$)/mg, "$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg, "$1–")), n.type === "link_open" && n.info === "auto" && u--, n.type === "link_close" && n.info === "auto" && u++;
|
|
5110
5136
|
}
|
|
5111
5137
|
}
|
|
5112
5138
|
function Mc(e) {
|
|
5113
5139
|
let u;
|
|
5114
5140
|
if (e.md.options.typographer)
|
|
5115
5141
|
for (u = e.tokens.length - 1; u >= 0; u--)
|
|
5116
|
-
e.tokens[u].type === "inline" && (Fc.test(e.tokens[u].content) && Rc(e.tokens[u].children),
|
|
5142
|
+
e.tokens[u].type === "inline" && (Fc.test(e.tokens[u].content) && Rc(e.tokens[u].children), Kr.test(e.tokens[u].content) && Oc(e.tokens[u].children));
|
|
5117
5143
|
}
|
|
5118
5144
|
const Lc = /['"]/, cr = /['"]/g, sr = "’";
|
|
5119
5145
|
function Gu(e, u, t) {
|
|
@@ -5216,7 +5242,7 @@ const Rt = [
|
|
|
5216
5242
|
["text_join", zc]
|
|
5217
5243
|
];
|
|
5218
5244
|
function pn() {
|
|
5219
|
-
this.ruler = new
|
|
5245
|
+
this.ruler = new de();
|
|
5220
5246
|
for (let e = 0; e < Rt.length; e++)
|
|
5221
5247
|
this.ruler.push(Rt[e][0], Rt[e][1]);
|
|
5222
5248
|
}
|
|
@@ -5225,14 +5251,14 @@ pn.prototype.process = function(e) {
|
|
|
5225
5251
|
for (let t = 0, n = u.length; t < n; t++)
|
|
5226
5252
|
u[t](e);
|
|
5227
5253
|
};
|
|
5228
|
-
pn.prototype.State =
|
|
5254
|
+
pn.prototype.State = Jr;
|
|
5229
5255
|
function Se(e, u, t, n) {
|
|
5230
5256
|
this.src = e, this.md = u, this.env = t, this.tokens = n, this.bMarks = [], this.eMarks = [], this.tShift = [], this.sCount = [], this.bsCount = [], this.blkIndent = 0, this.line = 0, this.lineMax = 0, this.tight = !1, this.ddIndent = -1, this.listIndent = -1, this.parentType = "root", this.level = 0;
|
|
5231
5257
|
const r = this.src;
|
|
5232
5258
|
for (let o = 0, a = 0, i = 0, c = 0, s = r.length, l = !1; a < s; a++) {
|
|
5233
5259
|
const f = r.charCodeAt(a);
|
|
5234
5260
|
if (!l)
|
|
5235
|
-
if (
|
|
5261
|
+
if (W(f)) {
|
|
5236
5262
|
i++, f === 9 ? c += 4 - c % 4 : c++;
|
|
5237
5263
|
continue;
|
|
5238
5264
|
} else
|
|
@@ -5242,7 +5268,7 @@ function Se(e, u, t, n) {
|
|
|
5242
5268
|
this.bMarks.push(r.length), this.eMarks.push(r.length), this.tShift.push(0), this.sCount.push(0), this.bsCount.push(0), this.lineMax = this.bMarks.length - 1;
|
|
5243
5269
|
}
|
|
5244
5270
|
Se.prototype.push = function(e, u, t) {
|
|
5245
|
-
const n = new
|
|
5271
|
+
const n = new Ae(e, u, t);
|
|
5246
5272
|
return n.block = !0, t < 0 && this.level--, n.level = this.level, t > 0 && this.level++, this.tokens.push(n), n;
|
|
5247
5273
|
};
|
|
5248
5274
|
Se.prototype.isEmpty = function(u) {
|
|
@@ -5256,7 +5282,7 @@ Se.prototype.skipEmptyLines = function(u) {
|
|
|
5256
5282
|
Se.prototype.skipSpaces = function(u) {
|
|
5257
5283
|
for (let t = this.src.length; u < t; u++) {
|
|
5258
5284
|
const n = this.src.charCodeAt(u);
|
|
5259
|
-
if (!
|
|
5285
|
+
if (!W(n))
|
|
5260
5286
|
break;
|
|
5261
5287
|
}
|
|
5262
5288
|
return u;
|
|
@@ -5265,7 +5291,7 @@ Se.prototype.skipSpacesBack = function(u, t) {
|
|
|
5265
5291
|
if (u <= t)
|
|
5266
5292
|
return u;
|
|
5267
5293
|
for (; u > t; )
|
|
5268
|
-
if (!
|
|
5294
|
+
if (!W(this.src.charCodeAt(--u)))
|
|
5269
5295
|
return u + 1;
|
|
5270
5296
|
return u;
|
|
5271
5297
|
};
|
|
@@ -5292,7 +5318,7 @@ Se.prototype.getLines = function(u, t, n, r) {
|
|
|
5292
5318
|
let l = s, f;
|
|
5293
5319
|
for (i + 1 < t || r ? f = this.eMarks[i] + 1 : f = this.eMarks[i]; l < f && c < n; ) {
|
|
5294
5320
|
const _ = this.src.charCodeAt(l);
|
|
5295
|
-
if (
|
|
5321
|
+
if (W(_))
|
|
5296
5322
|
_ === 9 ? c += 4 - (c + this.bsCount[i]) % 4 : c++;
|
|
5297
5323
|
else if (l - s < this.tShift[i])
|
|
5298
5324
|
c++;
|
|
@@ -5304,8 +5330,8 @@ Se.prototype.getLines = function(u, t, n, r) {
|
|
|
5304
5330
|
}
|
|
5305
5331
|
return o.join("");
|
|
5306
5332
|
};
|
|
5307
|
-
Se.prototype.Token =
|
|
5308
|
-
const
|
|
5333
|
+
Se.prototype.Token = Ae;
|
|
5334
|
+
const $c = 65536;
|
|
5309
5335
|
function Ot(e, u) {
|
|
5310
5336
|
const t = e.bMarks[u] + e.tShift[u], n = e.eMarks[u];
|
|
5311
5337
|
return e.src.slice(t, n);
|
|
@@ -5317,7 +5343,7 @@ function lr(e) {
|
|
|
5317
5343
|
r === 124 && (o ? (i += e.substring(a, n - 1), a = n) : (u.push(i + e.substring(a, n)), i = "", a = n + 1)), o = r === 92, n++, r = e.charCodeAt(n);
|
|
5318
5344
|
return u.push(i + e.substring(a)), u;
|
|
5319
5345
|
}
|
|
5320
|
-
function
|
|
5346
|
+
function Bc(e, u, t, n) {
|
|
5321
5347
|
if (u + 2 > t)
|
|
5322
5348
|
return !1;
|
|
5323
5349
|
let r = u + 1;
|
|
@@ -5330,11 +5356,11 @@ function $c(e, u, t, n) {
|
|
|
5330
5356
|
if (a !== 124 && a !== 45 && a !== 58 || o >= e.eMarks[r])
|
|
5331
5357
|
return !1;
|
|
5332
5358
|
const i = e.src.charCodeAt(o++);
|
|
5333
|
-
if (i !== 124 && i !== 45 && i !== 58 && !
|
|
5359
|
+
if (i !== 124 && i !== 45 && i !== 58 && !W(i) || a === 45 && W(i))
|
|
5334
5360
|
return !1;
|
|
5335
5361
|
for (; o < e.eMarks[r]; ) {
|
|
5336
5362
|
const m = e.src.charCodeAt(o);
|
|
5337
|
-
if (m !== 124 && m !== 45 && m !== 58 && !
|
|
5363
|
+
if (m !== 124 && m !== 45 && m !== 58 && !W(m))
|
|
5338
5364
|
return !1;
|
|
5339
5365
|
o++;
|
|
5340
5366
|
}
|
|
@@ -5377,12 +5403,12 @@ function $c(e, u, t, n) {
|
|
|
5377
5403
|
let p, b = 0;
|
|
5378
5404
|
for (r = u + 2; r < t && !(e.sCount[r] < e.blkIndent); r++) {
|
|
5379
5405
|
let m = !1;
|
|
5380
|
-
for (let x = 0,
|
|
5406
|
+
for (let x = 0, A = g.length; x < A; x++)
|
|
5381
5407
|
if (g[x](e, r, t, !0)) {
|
|
5382
5408
|
m = !0;
|
|
5383
5409
|
break;
|
|
5384
5410
|
}
|
|
5385
|
-
if (m || (c = Ot(e, r).trim(), !c) || e.sCount[r] - e.blkIndent >= 4 || (s = lr(c), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), b += f - s.length, b >
|
|
5411
|
+
if (m || (c = Ot(e, r).trim(), !c) || e.sCount[r] - e.blkIndent >= 4 || (s = lr(c), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), b += f - s.length, b > $c))
|
|
5386
5412
|
break;
|
|
5387
5413
|
if (r === u + 2) {
|
|
5388
5414
|
const x = e.push("tbody_open", "tbody", 1);
|
|
@@ -5391,8 +5417,8 @@ function $c(e, u, t, n) {
|
|
|
5391
5417
|
const k = e.push("tr_open", "tr", 1);
|
|
5392
5418
|
k.map = [r, r + 1];
|
|
5393
5419
|
for (let x = 0; x < f; x++) {
|
|
5394
|
-
const
|
|
5395
|
-
l[x] && (
|
|
5420
|
+
const A = e.push("td_open", "td", 1);
|
|
5421
|
+
l[x] && (A.attrs = [["style", "text-align:" + l[x]]]);
|
|
5396
5422
|
const T = e.push("inline", "", 0);
|
|
5397
5423
|
T.content = s[x] ? s[x].trim() : "", T.children = [], e.push("td_close", "td", -1);
|
|
5398
5424
|
}
|
|
@@ -5462,13 +5488,13 @@ function jc(e, u, t, n) {
|
|
|
5462
5488
|
if (r = e.bMarks[d] + e.tShift[d], o = e.eMarks[d], r >= o)
|
|
5463
5489
|
break;
|
|
5464
5490
|
if (e.src.charCodeAt(r++) === 62 && !b) {
|
|
5465
|
-
let k = e.sCount[d] + 1, x,
|
|
5466
|
-
e.src.charCodeAt(r) === 32 ? (r++, k++,
|
|
5491
|
+
let k = e.sCount[d] + 1, x, A;
|
|
5492
|
+
e.src.charCodeAt(r) === 32 ? (r++, k++, A = !1, x = !0) : e.src.charCodeAt(r) === 9 ? (x = !0, (e.bsCount[d] + k) % 4 === 3 ? (r++, k++, A = !1) : A = !0) : x = !1;
|
|
5467
5493
|
let T = k;
|
|
5468
5494
|
for (i.push(e.bMarks[d]), e.bMarks[d] = r; r < o; ) {
|
|
5469
5495
|
const D = e.src.charCodeAt(r);
|
|
5470
|
-
if (
|
|
5471
|
-
D === 9 ? T += 4 - (T + e.bsCount[d] + (
|
|
5496
|
+
if (W(D))
|
|
5497
|
+
D === 9 ? T += 4 - (T + e.bsCount[d] + (A ? 1 : 0)) % 4 : T++;
|
|
5472
5498
|
else
|
|
5473
5499
|
break;
|
|
5474
5500
|
r++;
|
|
@@ -5513,7 +5539,7 @@ function Hc(e, u, t, n) {
|
|
|
5513
5539
|
let i = 1;
|
|
5514
5540
|
for (; o < r; ) {
|
|
5515
5541
|
const s = e.src.charCodeAt(o++);
|
|
5516
|
-
if (s !== a && !
|
|
5542
|
+
if (s !== a && !W(s))
|
|
5517
5543
|
return !1;
|
|
5518
5544
|
s === a && i++;
|
|
5519
5545
|
}
|
|
@@ -5533,7 +5559,7 @@ function fr(e, u) {
|
|
|
5533
5559
|
return -1;
|
|
5534
5560
|
if (n < t) {
|
|
5535
5561
|
const o = e.src.charCodeAt(n);
|
|
5536
|
-
if (!
|
|
5562
|
+
if (!W(o))
|
|
5537
5563
|
return -1;
|
|
5538
5564
|
}
|
|
5539
5565
|
return n;
|
|
@@ -5558,7 +5584,7 @@ function dr(e, u) {
|
|
|
5558
5584
|
break;
|
|
5559
5585
|
return -1;
|
|
5560
5586
|
}
|
|
5561
|
-
return r < n && (o = e.src.charCodeAt(r), !
|
|
5587
|
+
return r < n && (o = e.src.charCodeAt(r), !W(o)) ? -1 : r;
|
|
5562
5588
|
}
|
|
5563
5589
|
function Gc(e, u) {
|
|
5564
5590
|
const t = e.level + 2;
|
|
@@ -5603,17 +5629,17 @@ function Wc(e, u, t, n) {
|
|
|
5603
5629
|
o++;
|
|
5604
5630
|
}
|
|
5605
5631
|
const x = o;
|
|
5606
|
-
let
|
|
5607
|
-
x >= r ?
|
|
5608
|
-
const T = m +
|
|
5632
|
+
let A;
|
|
5633
|
+
x >= r ? A = 1 : A = k - m, A > 4 && (A = 1);
|
|
5634
|
+
const T = m + A;
|
|
5609
5635
|
i = e.push("list_item_open", "li", 1), i.markup = String.fromCharCode(d);
|
|
5610
5636
|
const D = [c, 0];
|
|
5611
5637
|
i.map = D, f && (i.info = e.src.slice(a, g - 1));
|
|
5612
|
-
const
|
|
5613
|
-
if (e.listIndent = e.blkIndent, e.blkIndent = T, e.tight = !0, e.tShift[c] = x - e.bMarks[c], e.sCount[c] = k, x >= r && e.isEmpty(c + 1) ? e.line = Math.min(e.line + 2, t) : e.md.block.tokenize(e, c, t, !0), (!e.tight || v) && (s = !1), v = e.line - c > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent =
|
|
5638
|
+
const z = e.tight, L = e.tShift[c], te = e.sCount[c], ye = e.listIndent;
|
|
5639
|
+
if (e.listIndent = e.blkIndent, e.blkIndent = T, e.tight = !0, e.tShift[c] = x - e.bMarks[c], e.sCount[c] = k, x >= r && e.isEmpty(c + 1) ? e.line = Math.min(e.line + 2, t) : e.md.block.tokenize(e, c, t, !0), (!e.tight || v) && (s = !1), v = e.line - c > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent = ye, e.tShift[c] = L, e.sCount[c] = te, e.tight = z, i = e.push("list_item_close", "li", -1), i.markup = String.fromCharCode(d), c = e.line, D[1] = c, c >= t || e.sCount[c] < e.blkIndent || e.sCount[c] - e.blkIndent >= 4)
|
|
5614
5640
|
break;
|
|
5615
5641
|
let F = !1;
|
|
5616
|
-
for (let U = 0,
|
|
5642
|
+
for (let U = 0, ce = p.length; U < ce; U++)
|
|
5617
5643
|
if (p[U](e, c, t, !0)) {
|
|
5618
5644
|
F = !0;
|
|
5619
5645
|
break;
|
|
@@ -5641,11 +5667,11 @@ function Vc(e, u, t, n) {
|
|
|
5641
5667
|
return null;
|
|
5642
5668
|
let m = !1;
|
|
5643
5669
|
if (e.sCount[p] - e.blkIndent > 3 && (m = !0), e.sCount[p] < 0 && (m = !0), !m) {
|
|
5644
|
-
const
|
|
5670
|
+
const A = e.md.block.ruler.getRules("reference"), T = e.parentType;
|
|
5645
5671
|
e.parentType = "reference";
|
|
5646
5672
|
let D = !1;
|
|
5647
|
-
for (let
|
|
5648
|
-
if (
|
|
5673
|
+
for (let z = 0, L = A.length; z < L; z++)
|
|
5674
|
+
if (A[z](e, p, b, !0)) {
|
|
5649
5675
|
D = !0;
|
|
5650
5676
|
break;
|
|
5651
5677
|
}
|
|
@@ -5680,7 +5706,7 @@ function Vc(e, u, t, n) {
|
|
|
5680
5706
|
if (p === 10) {
|
|
5681
5707
|
const b = i(a);
|
|
5682
5708
|
b !== null && (c += b, o = c.length, a++);
|
|
5683
|
-
} else if (!
|
|
5709
|
+
} else if (!W(p)) break;
|
|
5684
5710
|
}
|
|
5685
5711
|
const l = e.md.helpers.parseLinkDestination(c, r, o);
|
|
5686
5712
|
if (!l.ok)
|
|
@@ -5695,7 +5721,7 @@ function Vc(e, u, t, n) {
|
|
|
5695
5721
|
if (p === 10) {
|
|
5696
5722
|
const b = i(a);
|
|
5697
5723
|
b !== null && (c += b, o = c.length, a++);
|
|
5698
|
-
} else if (!
|
|
5724
|
+
} else if (!W(p)) break;
|
|
5699
5725
|
}
|
|
5700
5726
|
let y = e.md.helpers.parseLinkTitle(c, r, o);
|
|
5701
5727
|
for (; y.can_continue; ) {
|
|
@@ -5706,14 +5732,14 @@ function Vc(e, u, t, n) {
|
|
|
5706
5732
|
let E;
|
|
5707
5733
|
for (r < o && d !== r && y.ok ? (E = y.str, r = y.pos) : (E = "", r = _, a = g); r < o; ) {
|
|
5708
5734
|
const p = c.charCodeAt(r);
|
|
5709
|
-
if (!
|
|
5735
|
+
if (!W(p))
|
|
5710
5736
|
break;
|
|
5711
5737
|
r++;
|
|
5712
5738
|
}
|
|
5713
5739
|
if (r < o && c.charCodeAt(r) !== 10 && E)
|
|
5714
5740
|
for (E = "", r = _, a = g; r < o; ) {
|
|
5715
5741
|
const p = c.charCodeAt(r);
|
|
5716
|
-
if (!
|
|
5742
|
+
if (!W(p))
|
|
5717
5743
|
break;
|
|
5718
5744
|
r++;
|
|
5719
5745
|
}
|
|
@@ -5785,7 +5811,7 @@ const Zc = [
|
|
|
5785
5811
|
"tr",
|
|
5786
5812
|
"track",
|
|
5787
5813
|
"ul"
|
|
5788
|
-
], Yc = "[a-zA-Z_:][a-zA-Z0-9:._-]*", Xc = "[^\"'=<>`\\x00-\\x20]+", Qc = "'[^']*'", Jc = '"[^"]*"', Kc = "(?:" + Xc + "|" + Qc + "|" + Jc + ")", es = "(?:\\s+" + Yc + "(?:\\s*=\\s*" + Kc + ")?)",
|
|
5814
|
+
], Yc = "[a-zA-Z_:][a-zA-Z0-9:._-]*", Xc = "[^\"'=<>`\\x00-\\x20]+", Qc = "'[^']*'", Jc = '"[^"]*"', Kc = "(?:" + Xc + "|" + Qc + "|" + Jc + ")", es = "(?:\\s+" + Yc + "(?:\\s*=\\s*" + Kc + ")?)", eo = "<[A-Za-z][A-Za-z0-9\\-]*" + es + "*\\s*\\/?>", uo = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", us = "<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->", ts = "<[?][\\s\\S]*?[?]>", ns = "<![A-Za-z][^>]*>", rs = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>", os = new RegExp("^(?:" + eo + "|" + uo + "|" + us + "|" + ts + "|" + ns + "|" + rs + ")"), is = new RegExp("^(?:" + eo + "|" + uo + ")"), ru = [
|
|
5789
5815
|
[/^<(script|pre|style|textarea)(?=(\s|>|$))/i, /<\/(script|pre|style|textarea)>/i, !0],
|
|
5790
5816
|
[/^<!--/, /-->/, !0],
|
|
5791
5817
|
[/^<\?/, /\?>/, !0],
|
|
@@ -5827,13 +5853,13 @@ function cs(e, u, t, n) {
|
|
|
5827
5853
|
let i = 1;
|
|
5828
5854
|
for (a = e.src.charCodeAt(++r); a === 35 && r < o && i <= 6; )
|
|
5829
5855
|
i++, a = e.src.charCodeAt(++r);
|
|
5830
|
-
if (i > 6 || r < o && !
|
|
5856
|
+
if (i > 6 || r < o && !W(a))
|
|
5831
5857
|
return !1;
|
|
5832
5858
|
if (n)
|
|
5833
5859
|
return !0;
|
|
5834
5860
|
o = e.skipSpacesBack(o, r);
|
|
5835
5861
|
const c = e.skipCharsBack(o, 35, r);
|
|
5836
|
-
c > r &&
|
|
5862
|
+
c > r && W(e.src.charCodeAt(c - 1)) && (o = c), e.line = u + 1;
|
|
5837
5863
|
const s = e.push("heading_open", "h" + String(i), 1);
|
|
5838
5864
|
s.markup = "########".slice(0, i), s.map = [u, e.line];
|
|
5839
5865
|
const l = e.push("inline", "", 0);
|
|
@@ -5906,7 +5932,7 @@ function ls(e, u, t) {
|
|
|
5906
5932
|
const Wu = [
|
|
5907
5933
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
5908
5934
|
// which can be terminated by this one.
|
|
5909
|
-
["table",
|
|
5935
|
+
["table", Bc, ["paragraph", "reference"]],
|
|
5910
5936
|
["code", Uc],
|
|
5911
5937
|
["fence", qc, ["paragraph", "reference", "blockquote", "list"]],
|
|
5912
5938
|
["blockquote", jc, ["paragraph", "reference", "blockquote", "list"]],
|
|
@@ -5919,7 +5945,7 @@ const Wu = [
|
|
|
5919
5945
|
["paragraph", ls]
|
|
5920
5946
|
];
|
|
5921
5947
|
function ft() {
|
|
5922
|
-
this.ruler = new
|
|
5948
|
+
this.ruler = new de();
|
|
5923
5949
|
for (let e = 0; e < Wu.length; e++)
|
|
5924
5950
|
this.ruler.push(Wu[e][0], Wu[e][1], { alt: (Wu[e][2] || []).slice() });
|
|
5925
5951
|
}
|
|
@@ -5954,12 +5980,12 @@ function Pu(e, u, t, n) {
|
|
|
5954
5980
|
this.src = e, this.env = t, this.md = u, this.tokens = n, this.tokens_meta = Array(n.length), this.pos = 0, this.posMax = this.src.length, this.level = 0, this.pending = "", this.pendingLevel = 0, this.cache = {}, this.delimiters = [], this._prev_delimiters = [], this.backticks = {}, this.backticksScanned = !1, this.linkLevel = 0;
|
|
5955
5981
|
}
|
|
5956
5982
|
Pu.prototype.pushPending = function() {
|
|
5957
|
-
const e = new
|
|
5983
|
+
const e = new Ae("text", "", 0);
|
|
5958
5984
|
return e.content = this.pending, e.level = this.pendingLevel, this.tokens.push(e), this.pending = "", e;
|
|
5959
5985
|
};
|
|
5960
5986
|
Pu.prototype.push = function(e, u, t) {
|
|
5961
5987
|
this.pending && this.pushPending();
|
|
5962
|
-
const n = new
|
|
5988
|
+
const n = new Ae(e, u, t);
|
|
5963
5989
|
let r = null;
|
|
5964
5990
|
return t < 0 && (this.level--, this.delimiters = this._prev_delimiters.pop()), n.level = this.level, t > 0 && (this.level++, this._prev_delimiters.push(this.delimiters), this.delimiters = [], r = { delimiters: this.delimiters }), this.pendingLevel = this.level, this.tokens.push(n), this.tokens_meta.push(r), n;
|
|
5965
5991
|
};
|
|
@@ -5971,7 +5997,7 @@ Pu.prototype.scanDelims = function(e, u) {
|
|
|
5971
5997
|
const a = o - e, i = o < t ? this.src.charCodeAt(o) : 32, c = Cu(r) || wu(String.fromCharCode(r)), s = Cu(i) || wu(String.fromCharCode(i)), l = Au(r), f = Au(i), _ = !f && (!s || l || c), g = !l && (!c || f || s);
|
|
5972
5998
|
return { can_open: _ && (u || !g || c), can_close: g && (u || !_ || s), length: a };
|
|
5973
5999
|
};
|
|
5974
|
-
Pu.prototype.Token =
|
|
6000
|
+
Pu.prototype.Token = Ae;
|
|
5975
6001
|
function fs(e) {
|
|
5976
6002
|
switch (e) {
|
|
5977
6003
|
case 10:
|
|
@@ -6048,7 +6074,7 @@ function bs(e, u) {
|
|
|
6048
6074
|
e.pending = e.pending.slice(0, -1), e.push("softbreak", "br", 0);
|
|
6049
6075
|
else
|
|
6050
6076
|
e.push("softbreak", "br", 0);
|
|
6051
|
-
for (t++; t < r &&
|
|
6077
|
+
for (t++; t < r && W(e.src.charCodeAt(t)); )
|
|
6052
6078
|
t++;
|
|
6053
6079
|
return e.pos = t, !0;
|
|
6054
6080
|
}
|
|
@@ -6064,7 +6090,7 @@ function ms(e, u) {
|
|
|
6064
6090
|
if (e.src.charCodeAt(t) !== 92 || (t++, t >= n)) return !1;
|
|
6065
6091
|
let r = e.src.charCodeAt(t);
|
|
6066
6092
|
if (r === 10) {
|
|
6067
|
-
for (u || e.push("hardbreak", "br", 0), t++; t < n && (r = e.src.charCodeAt(t), !!
|
|
6093
|
+
for (u || e.push("hardbreak", "br", 0), t++; t < n && (r = e.src.charCodeAt(t), !!W(r)); )
|
|
6068
6094
|
t++;
|
|
6069
6095
|
return e.pos = t, !0;
|
|
6070
6096
|
}
|
|
@@ -6155,7 +6181,7 @@ function ks(e) {
|
|
|
6155
6181
|
for (let n = 0; n < t; n++)
|
|
6156
6182
|
u[n] && u[n].delimiters && pr(e, u[n].delimiters);
|
|
6157
6183
|
}
|
|
6158
|
-
const
|
|
6184
|
+
const to = {
|
|
6159
6185
|
tokenize: xs,
|
|
6160
6186
|
postProcess: ks
|
|
6161
6187
|
};
|
|
@@ -6209,7 +6235,7 @@ function vs(e) {
|
|
|
6209
6235
|
for (let n = 0; n < t; n++)
|
|
6210
6236
|
u[n] && u[n].delimiters && hr(e, u[n].delimiters);
|
|
6211
6237
|
}
|
|
6212
|
-
const
|
|
6238
|
+
const no = {
|
|
6213
6239
|
tokenize: _s,
|
|
6214
6240
|
postProcess: vs
|
|
6215
6241
|
};
|
|
@@ -6222,15 +6248,15 @@ function ys(e, u) {
|
|
|
6222
6248
|
return !1;
|
|
6223
6249
|
let d = g + 1;
|
|
6224
6250
|
if (d < f && e.src.charCodeAt(d) === 40) {
|
|
6225
|
-
for (s = !1, d++; d < f && (t = e.src.charCodeAt(d), !(!
|
|
6251
|
+
for (s = !1, d++; d < f && (t = e.src.charCodeAt(d), !(!W(t) && t !== 10)); d++)
|
|
6226
6252
|
;
|
|
6227
6253
|
if (d >= f)
|
|
6228
6254
|
return !1;
|
|
6229
6255
|
if (c = d, r = e.md.helpers.parseLinkDestination(e.src, d, e.posMax), r.ok) {
|
|
6230
|
-
for (a = e.md.normalizeLink(r.str), e.md.validateLink(a) ? d = r.pos : a = "", c = d; d < f && (t = e.src.charCodeAt(d), !(!
|
|
6256
|
+
for (a = e.md.normalizeLink(r.str), e.md.validateLink(a) ? d = r.pos : a = "", c = d; d < f && (t = e.src.charCodeAt(d), !(!W(t) && t !== 10)); d++)
|
|
6231
6257
|
;
|
|
6232
6258
|
if (r = e.md.helpers.parseLinkTitle(e.src, d, e.posMax), d < f && c !== d && r.ok)
|
|
6233
|
-
for (i = r.str, d = r.pos; d < f && (t = e.src.charCodeAt(d), !(!
|
|
6259
|
+
for (i = r.str, d = r.pos; d < f && (t = e.src.charCodeAt(d), !(!W(t) && t !== 10)); d++)
|
|
6234
6260
|
;
|
|
6235
6261
|
}
|
|
6236
6262
|
(d >= f || e.src.charCodeAt(d) !== 41) && (s = !0), d++;
|
|
@@ -6258,14 +6284,14 @@ function Es(e, u) {
|
|
|
6258
6284
|
if (d < 0)
|
|
6259
6285
|
return !1;
|
|
6260
6286
|
if (o = d + 1, o < _ && e.src.charCodeAt(o) === 40) {
|
|
6261
|
-
for (o++; o < _ && (t = e.src.charCodeAt(o), !(!
|
|
6287
|
+
for (o++; o < _ && (t = e.src.charCodeAt(o), !(!W(t) && t !== 10)); o++)
|
|
6262
6288
|
;
|
|
6263
6289
|
if (o >= _)
|
|
6264
6290
|
return !1;
|
|
6265
|
-
for (s = o, i = e.md.helpers.parseLinkDestination(e.src, o, e.posMax), i.ok && (l = e.md.normalizeLink(i.str), e.md.validateLink(l) ? o = i.pos : l = ""), s = o; o < _ && (t = e.src.charCodeAt(o), !(!
|
|
6291
|
+
for (s = o, i = e.md.helpers.parseLinkDestination(e.src, o, e.posMax), i.ok && (l = e.md.normalizeLink(i.str), e.md.validateLink(l) ? o = i.pos : l = ""), s = o; o < _ && (t = e.src.charCodeAt(o), !(!W(t) && t !== 10)); o++)
|
|
6266
6292
|
;
|
|
6267
6293
|
if (i = e.md.helpers.parseLinkTitle(e.src, o, e.posMax), o < _ && s !== o && i.ok)
|
|
6268
|
-
for (c = i.str, o = i.pos; o < _ && (t = e.src.charCodeAt(o), !(!
|
|
6294
|
+
for (c = i.str, o = i.pos; o < _ && (t = e.src.charCodeAt(o), !(!W(t) && t !== 10)); o++)
|
|
6269
6295
|
;
|
|
6270
6296
|
else
|
|
6271
6297
|
c = "";
|
|
@@ -6380,7 +6406,7 @@ function Os(e, u) {
|
|
|
6380
6406
|
} else {
|
|
6381
6407
|
const o = e.src.slice(t).match(Rs);
|
|
6382
6408
|
if (o) {
|
|
6383
|
-
const a =
|
|
6409
|
+
const a = Yr(o[0]);
|
|
6384
6410
|
if (a !== o[0]) {
|
|
6385
6411
|
if (!u) {
|
|
6386
6412
|
const i = e.push("text_special", "", 0);
|
|
@@ -6436,8 +6462,8 @@ const Mt = [
|
|
|
6436
6462
|
["newline", bs],
|
|
6437
6463
|
["escape", ms],
|
|
6438
6464
|
["backticks", gs],
|
|
6439
|
-
["strikethrough",
|
|
6440
|
-
["emphasis",
|
|
6465
|
+
["strikethrough", to.tokenize],
|
|
6466
|
+
["emphasis", no.tokenize],
|
|
6441
6467
|
["link", ys],
|
|
6442
6468
|
["image", Es],
|
|
6443
6469
|
["autolink", Cs],
|
|
@@ -6445,17 +6471,17 @@ const Mt = [
|
|
|
6445
6471
|
["entity", Os]
|
|
6446
6472
|
], Lt = [
|
|
6447
6473
|
["balance_pairs", Ms],
|
|
6448
|
-
["strikethrough",
|
|
6449
|
-
["emphasis",
|
|
6474
|
+
["strikethrough", to.postProcess],
|
|
6475
|
+
["emphasis", no.postProcess],
|
|
6450
6476
|
// rules for pairs separate '**' into its own text tokens, which may be left unused,
|
|
6451
6477
|
// rule below merges unused segments back with the rest of the text
|
|
6452
6478
|
["fragments_join", Ls]
|
|
6453
6479
|
];
|
|
6454
6480
|
function Ru() {
|
|
6455
|
-
this.ruler = new
|
|
6481
|
+
this.ruler = new de();
|
|
6456
6482
|
for (let e = 0; e < Mt.length; e++)
|
|
6457
6483
|
this.ruler.push(Mt[e][0], Mt[e][1]);
|
|
6458
|
-
this.ruler2 = new
|
|
6484
|
+
this.ruler2 = new de();
|
|
6459
6485
|
for (let e = 0; e < Lt.length; e++)
|
|
6460
6486
|
this.ruler2.push(Lt[e][0], Lt[e][1]);
|
|
6461
6487
|
}
|
|
@@ -6509,7 +6535,7 @@ Ru.prototype.parse = function(e, u, t, n) {
|
|
|
6509
6535
|
Ru.prototype.State = Pu;
|
|
6510
6536
|
function Ns(e) {
|
|
6511
6537
|
const u = {};
|
|
6512
|
-
e = e || {}, u.src_Any =
|
|
6538
|
+
e = e || {}, u.src_Any = Hr.source, u.src_Cc = Gr.source, u.src_Z = Vr.source, u.src_P = ln.source, u.src_ZPCc = [u.src_Z, u.src_P, u.src_Cc].join("|"), u.src_ZCc = [u.src_Z, u.src_Cc].join("|");
|
|
6513
6539
|
const t = "[><|]";
|
|
6514
6540
|
return u.src_pseudo_letter = "(?:(?!" + t + "|" + u.src_ZPCc + ")" + u.src_Any + ")", u.src_ip4 = "(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)", u.src_auth = "(?:(?:(?!" + u.src_ZCc + "|[@/\\[\\]()]).)+@)?", u.src_port = "(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?", u.src_host_terminator = "(?=$|" + t + "|" + u.src_ZPCc + ")(?!" + (e["---"] ? "-(?!--)|" : "-|") + "_|:\\d|\\.-|\\.(?!$|" + u.src_ZPCc + "))", u.src_path = "(?:[/?#](?:(?!" + u.src_ZCc + "|" + t + `|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!` + u.src_ZCc + "|\\]).)*\\]|\\((?:(?!" + u.src_ZCc + "|[)]).)*\\)|\\{(?:(?!" + u.src_ZCc + '|[}]).)*\\}|\\"(?:(?!' + u.src_ZCc + `|["]).)+\\"|\\'(?:(?!` + u.src_ZCc + "|[']).)+\\'|\\'(?=" + u.src_pseudo_letter + "|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!" + u.src_ZCc + "|[.]|$)|" + (e["---"] ? "\\-(?!--(?:[^-]|$))(?:-*)|" : "\\-+|") + // allow `,,,` in paths
|
|
6515
6541
|
",(?!" + u.src_ZCc + "|$)|;(?!" + u.src_ZCc + "|$)|\\!+(?!" + u.src_ZCc + "|[!]|$)|\\?(?!" + u.src_ZCc + "|[?]|$))+|\\/)?", u.src_email_name = '[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*', u.src_xn = "xn--[a-z0-9\\-]{1,59}", u.src_domain_root = // Allow letters & digits (http://test1)
|
|
@@ -6535,23 +6561,23 @@ function Is(e) {
|
|
|
6535
6561
|
function zs(e) {
|
|
6536
6562
|
return dt(e) === "[object Object]";
|
|
6537
6563
|
}
|
|
6538
|
-
function
|
|
6564
|
+
function $s(e) {
|
|
6539
6565
|
return dt(e) === "[object RegExp]";
|
|
6540
6566
|
}
|
|
6541
6567
|
function mr(e) {
|
|
6542
6568
|
return dt(e) === "[object Function]";
|
|
6543
6569
|
}
|
|
6544
|
-
function
|
|
6570
|
+
function Bs(e) {
|
|
6545
6571
|
return e.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
6546
6572
|
}
|
|
6547
|
-
const
|
|
6573
|
+
const ro = {
|
|
6548
6574
|
fuzzyLink: !0,
|
|
6549
6575
|
fuzzyEmail: !0,
|
|
6550
6576
|
fuzzyIP: !1
|
|
6551
6577
|
};
|
|
6552
6578
|
function Us(e) {
|
|
6553
6579
|
return Object.keys(e || {}).reduce(function(u, t) {
|
|
6554
|
-
return u ||
|
|
6580
|
+
return u || ro.hasOwnProperty(t);
|
|
6555
6581
|
}, !1);
|
|
6556
6582
|
}
|
|
6557
6583
|
const qs = {
|
|
@@ -6619,7 +6645,7 @@ function ot(e) {
|
|
|
6619
6645
|
return;
|
|
6620
6646
|
const s = { validate: null, link: null };
|
|
6621
6647
|
if (e.__compiled__[i] = s, zs(c)) {
|
|
6622
|
-
|
|
6648
|
+
$s(c.validate) ? s.validate = Ws(c.validate) : mr(c.validate) ? s.validate = c.validate : o(i, c), mr(c.normalize) ? s.normalize = c.normalize : c.normalize ? o(i, c) : s.normalize = gr();
|
|
6623
6649
|
return;
|
|
6624
6650
|
}
|
|
6625
6651
|
if (Is(c)) {
|
|
@@ -6632,7 +6658,7 @@ function ot(e) {
|
|
|
6632
6658
|
}), e.__compiled__[""] = { validate: null, normalize: gr() };
|
|
6633
6659
|
const a = Object.keys(e.__compiled__).filter(function(i) {
|
|
6634
6660
|
return i.length > 0 && e.__compiled__[i];
|
|
6635
|
-
}).map(
|
|
6661
|
+
}).map(Bs).join("|");
|
|
6636
6662
|
e.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + u.src_ZPCc + "))(" + a + ")", "i"), e.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + u.src_ZPCc + "))(" + a + ")", "ig"), e.re.schema_at_start = RegExp("^" + e.re.schema_search.source, "i"), e.re.pretest = RegExp(
|
|
6637
6663
|
"(" + e.re.schema_test.source + ")|(" + e.re.host_fuzzy_test.source + ")|@",
|
|
6638
6664
|
"i"
|
|
@@ -6646,18 +6672,18 @@ function Qt(e, u) {
|
|
|
6646
6672
|
const t = new Vs(e, u);
|
|
6647
6673
|
return e.__compiled__[t.schema].normalize(t, e), t;
|
|
6648
6674
|
}
|
|
6649
|
-
function
|
|
6650
|
-
if (!(this instanceof
|
|
6651
|
-
return new
|
|
6652
|
-
u || Us(e) && (u = e, e = {}), this.__opts__ = Xt({},
|
|
6675
|
+
function ge(e, u) {
|
|
6676
|
+
if (!(this instanceof ge))
|
|
6677
|
+
return new ge(e, u);
|
|
6678
|
+
u || Us(e) && (u = e, e = {}), this.__opts__ = Xt({}, ro, u), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = Xt({}, qs, e), this.__compiled__ = {}, this.__tlds__ = Hs, this.__tlds_replaced__ = !1, this.re = {}, ot(this);
|
|
6653
6679
|
}
|
|
6654
|
-
|
|
6680
|
+
ge.prototype.add = function(u, t) {
|
|
6655
6681
|
return this.__schemas__[u] = t, ot(this), this;
|
|
6656
6682
|
};
|
|
6657
|
-
|
|
6683
|
+
ge.prototype.set = function(u) {
|
|
6658
6684
|
return this.__opts__ = Xt(this.__opts__, u), this;
|
|
6659
6685
|
};
|
|
6660
|
-
|
|
6686
|
+
ge.prototype.test = function(u) {
|
|
6661
6687
|
if (this.__text_cache__ = u, this.__index__ = -1, !u.length)
|
|
6662
6688
|
return !1;
|
|
6663
6689
|
let t, n, r, o, a, i, c, s, l;
|
|
@@ -6670,13 +6696,13 @@ me.prototype.test = function(u) {
|
|
|
6670
6696
|
}
|
|
6671
6697
|
return this.__opts__.fuzzyLink && this.__compiled__["http:"] && (s = u.search(this.re.host_fuzzy_test), s >= 0 && (this.__index__ < 0 || s < this.__index__) && (n = u.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy)) !== null && (a = n.index + n[1].length, (this.__index__ < 0 || a < this.__index__) && (this.__schema__ = "", this.__index__ = a, this.__last_index__ = n.index + n[0].length))), this.__opts__.fuzzyEmail && this.__compiled__["mailto:"] && (l = u.indexOf("@"), l >= 0 && (r = u.match(this.re.email_fuzzy)) !== null && (a = r.index + r[1].length, i = r.index + r[0].length, (this.__index__ < 0 || a < this.__index__ || a === this.__index__ && i > this.__last_index__) && (this.__schema__ = "mailto:", this.__index__ = a, this.__last_index__ = i))), this.__index__ >= 0;
|
|
6672
6698
|
};
|
|
6673
|
-
|
|
6699
|
+
ge.prototype.pretest = function(u) {
|
|
6674
6700
|
return this.re.pretest.test(u);
|
|
6675
6701
|
};
|
|
6676
|
-
|
|
6702
|
+
ge.prototype.testSchemaAt = function(u, t, n) {
|
|
6677
6703
|
return this.__compiled__[t.toLowerCase()] ? this.__compiled__[t.toLowerCase()].validate(u, n, this) : 0;
|
|
6678
6704
|
};
|
|
6679
|
-
|
|
6705
|
+
ge.prototype.match = function(u) {
|
|
6680
6706
|
const t = [];
|
|
6681
6707
|
let n = 0;
|
|
6682
6708
|
this.__index__ >= 0 && this.__text_cache__ === u && (t.push(Qt(this, n)), n = this.__last_index__);
|
|
@@ -6685,29 +6711,29 @@ me.prototype.match = function(u) {
|
|
|
6685
6711
|
t.push(Qt(this, n)), r = r.slice(this.__last_index__), n += this.__last_index__;
|
|
6686
6712
|
return t.length ? t : null;
|
|
6687
6713
|
};
|
|
6688
|
-
|
|
6714
|
+
ge.prototype.matchAtStart = function(u) {
|
|
6689
6715
|
if (this.__text_cache__ = u, this.__index__ = -1, !u.length) return null;
|
|
6690
6716
|
const t = this.re.schema_at_start.exec(u);
|
|
6691
6717
|
if (!t) return null;
|
|
6692
6718
|
const n = this.testSchemaAt(u, t[2], t[0].length);
|
|
6693
6719
|
return n ? (this.__schema__ = t[2], this.__index__ = t.index + t[1].length, this.__last_index__ = t.index + t[0].length + n, Qt(this, 0)) : null;
|
|
6694
6720
|
};
|
|
6695
|
-
|
|
6721
|
+
ge.prototype.tlds = function(u, t) {
|
|
6696
6722
|
return u = Array.isArray(u) ? u : [u], t ? (this.__tlds__ = this.__tlds__.concat(u).sort().filter(function(n, r, o) {
|
|
6697
6723
|
return n !== o[r - 1];
|
|
6698
6724
|
}).reverse(), ot(this), this) : (this.__tlds__ = u.slice(), this.__tlds_replaced__ = !0, ot(this), this);
|
|
6699
6725
|
};
|
|
6700
|
-
|
|
6726
|
+
ge.prototype.normalize = function(u) {
|
|
6701
6727
|
u.schema || (u.url = "http://" + u.url), u.schema === "mailto:" && !/^mailto:/i.test(u.url) && (u.url = "mailto:" + u.url);
|
|
6702
6728
|
};
|
|
6703
|
-
|
|
6729
|
+
ge.prototype.onCompile = function() {
|
|
6704
6730
|
};
|
|
6705
|
-
const iu = 2147483647, Ce = 36, bn = 1, Du = 26, Zs = 38, Ys = 700,
|
|
6731
|
+
const iu = 2147483647, Ce = 36, bn = 1, Du = 26, Zs = 38, Ys = 700, oo = 72, io = 128, ao = "-", Xs = /^xn--/, Qs = /[^\0-\x7F]/, Js = /[\x2E\u3002\uFF0E\uFF61]/g, Ks = {
|
|
6706
6732
|
overflow: "Overflow: input needs wider integers to process",
|
|
6707
6733
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
6708
6734
|
"invalid-input": "Invalid input"
|
|
6709
6735
|
}, Nt = Ce - bn, De = Math.floor, It = String.fromCharCode;
|
|
6710
|
-
function
|
|
6736
|
+
function Be(e) {
|
|
6711
6737
|
throw new RangeError(Ks[e]);
|
|
6712
6738
|
}
|
|
6713
6739
|
function el(e, u) {
|
|
@@ -6717,14 +6743,14 @@ function el(e, u) {
|
|
|
6717
6743
|
t[n] = u(e[n]);
|
|
6718
6744
|
return t;
|
|
6719
6745
|
}
|
|
6720
|
-
function
|
|
6746
|
+
function co(e, u) {
|
|
6721
6747
|
const t = e.split("@");
|
|
6722
6748
|
let n = "";
|
|
6723
6749
|
t.length > 1 && (n = t[0] + "@", e = t[1]), e = e.replace(Js, ".");
|
|
6724
6750
|
const r = e.split("."), o = el(r, u).join(".");
|
|
6725
6751
|
return n + o;
|
|
6726
6752
|
}
|
|
6727
|
-
function
|
|
6753
|
+
function so(e) {
|
|
6728
6754
|
const u = [];
|
|
6729
6755
|
let t = 0;
|
|
6730
6756
|
const n = e.length;
|
|
@@ -6742,50 +6768,50 @@ const ul = (e) => String.fromCodePoint(...e), tl = function(e) {
|
|
|
6742
6768
|
return e >= 48 && e < 58 ? 26 + (e - 48) : e >= 65 && e < 91 ? e - 65 : e >= 97 && e < 123 ? e - 97 : Ce;
|
|
6743
6769
|
}, xr = function(e, u) {
|
|
6744
6770
|
return e + 22 + 75 * (e < 26) - ((u != 0) << 5);
|
|
6745
|
-
},
|
|
6771
|
+
}, lo = function(e, u, t) {
|
|
6746
6772
|
let n = 0;
|
|
6747
6773
|
for (e = t ? De(e / Ys) : e >> 1, e += De(e / u); e > Nt * Du >> 1; n += Ce)
|
|
6748
6774
|
e = De(e / Nt);
|
|
6749
6775
|
return De(n + (Nt + 1) * e / (e + Zs));
|
|
6750
|
-
},
|
|
6776
|
+
}, fo = function(e) {
|
|
6751
6777
|
const u = [], t = e.length;
|
|
6752
|
-
let n = 0, r =
|
|
6778
|
+
let n = 0, r = io, o = oo, a = e.lastIndexOf(ao);
|
|
6753
6779
|
a < 0 && (a = 0);
|
|
6754
6780
|
for (let i = 0; i < a; ++i)
|
|
6755
|
-
e.charCodeAt(i) >= 128 &&
|
|
6781
|
+
e.charCodeAt(i) >= 128 && Be("not-basic"), u.push(e.charCodeAt(i));
|
|
6756
6782
|
for (let i = a > 0 ? a + 1 : 0; i < t; ) {
|
|
6757
6783
|
const c = n;
|
|
6758
6784
|
for (let l = 1, f = Ce; ; f += Ce) {
|
|
6759
|
-
i >= t &&
|
|
6785
|
+
i >= t && Be("invalid-input");
|
|
6760
6786
|
const _ = tl(e.charCodeAt(i++));
|
|
6761
|
-
_ >= Ce &&
|
|
6787
|
+
_ >= Ce && Be("invalid-input"), _ > De((iu - n) / l) && Be("overflow"), n += _ * l;
|
|
6762
6788
|
const g = f <= o ? bn : f >= o + Du ? Du : f - o;
|
|
6763
6789
|
if (_ < g)
|
|
6764
6790
|
break;
|
|
6765
6791
|
const d = Ce - g;
|
|
6766
|
-
l > De(iu / d) &&
|
|
6792
|
+
l > De(iu / d) && Be("overflow"), l *= d;
|
|
6767
6793
|
}
|
|
6768
6794
|
const s = u.length + 1;
|
|
6769
|
-
o =
|
|
6795
|
+
o = lo(n - c, s, c == 0), De(n / s) > iu - r && Be("overflow"), r += De(n / s), n %= s, u.splice(n++, 0, r);
|
|
6770
6796
|
}
|
|
6771
6797
|
return String.fromCodePoint(...u);
|
|
6772
|
-
},
|
|
6798
|
+
}, po = function(e) {
|
|
6773
6799
|
const u = [];
|
|
6774
|
-
e =
|
|
6800
|
+
e = so(e);
|
|
6775
6801
|
const t = e.length;
|
|
6776
|
-
let n =
|
|
6802
|
+
let n = io, r = 0, o = oo;
|
|
6777
6803
|
for (const c of e)
|
|
6778
6804
|
c < 128 && u.push(It(c));
|
|
6779
6805
|
const a = u.length;
|
|
6780
6806
|
let i = a;
|
|
6781
|
-
for (a && u.push(
|
|
6807
|
+
for (a && u.push(ao); i < t; ) {
|
|
6782
6808
|
let c = iu;
|
|
6783
6809
|
for (const l of e)
|
|
6784
6810
|
l >= n && l < c && (c = l);
|
|
6785
6811
|
const s = i + 1;
|
|
6786
|
-
c - n > De((iu - r) / s) &&
|
|
6812
|
+
c - n > De((iu - r) / s) && Be("overflow"), r += (c - n) * s, n = c;
|
|
6787
6813
|
for (const l of e)
|
|
6788
|
-
if (l < n && ++r > iu &&
|
|
6814
|
+
if (l < n && ++r > iu && Be("overflow"), l === n) {
|
|
6789
6815
|
let f = r;
|
|
6790
6816
|
for (let _ = Ce; ; _ += Ce) {
|
|
6791
6817
|
const g = _ <= o ? bn : _ >= o + Du ? Du : _ - o;
|
|
@@ -6796,20 +6822,20 @@ const ul = (e) => String.fromCodePoint(...e), tl = function(e) {
|
|
|
6796
6822
|
It(xr(g + d % y, 0))
|
|
6797
6823
|
), f = De(d / y);
|
|
6798
6824
|
}
|
|
6799
|
-
u.push(It(xr(f, 0))), o =
|
|
6825
|
+
u.push(It(xr(f, 0))), o = lo(r, s, i === a), r = 0, ++i;
|
|
6800
6826
|
}
|
|
6801
6827
|
++r, ++n;
|
|
6802
6828
|
}
|
|
6803
6829
|
return u.join("");
|
|
6804
6830
|
}, nl = function(e) {
|
|
6805
|
-
return
|
|
6806
|
-
return Xs.test(u) ?
|
|
6831
|
+
return co(e, function(u) {
|
|
6832
|
+
return Xs.test(u) ? fo(u.slice(4).toLowerCase()) : u;
|
|
6807
6833
|
});
|
|
6808
6834
|
}, rl = function(e) {
|
|
6809
|
-
return
|
|
6810
|
-
return Qs.test(u) ? "xn--" +
|
|
6835
|
+
return co(e, function(u) {
|
|
6836
|
+
return Qs.test(u) ? "xn--" + po(u) : u;
|
|
6811
6837
|
});
|
|
6812
|
-
},
|
|
6838
|
+
}, ho = {
|
|
6813
6839
|
/**
|
|
6814
6840
|
* A string representing the current Punycode.js version number.
|
|
6815
6841
|
* @memberOf punycode
|
|
@@ -6824,11 +6850,11 @@ const ul = (e) => String.fromCodePoint(...e), tl = function(e) {
|
|
|
6824
6850
|
* @type Object
|
|
6825
6851
|
*/
|
|
6826
6852
|
ucs2: {
|
|
6827
|
-
decode:
|
|
6853
|
+
decode: so,
|
|
6828
6854
|
encode: ul
|
|
6829
6855
|
},
|
|
6830
|
-
decode:
|
|
6831
|
-
encode:
|
|
6856
|
+
decode: fo,
|
|
6857
|
+
encode: po,
|
|
6832
6858
|
toASCII: rl,
|
|
6833
6859
|
toUnicode: nl
|
|
6834
6860
|
}, ol = {
|
|
@@ -7005,34 +7031,34 @@ function fl(e) {
|
|
|
7005
7031
|
const u = e.trim().toLowerCase();
|
|
7006
7032
|
return sl.test(u) ? ll.test(u) : !0;
|
|
7007
7033
|
}
|
|
7008
|
-
const
|
|
7034
|
+
const bo = ["http:", "https:", "mailto:"];
|
|
7009
7035
|
function dl(e) {
|
|
7010
7036
|
const u = sn(e, !0);
|
|
7011
|
-
if (u.hostname && (!u.protocol ||
|
|
7037
|
+
if (u.hostname && (!u.protocol || bo.indexOf(u.protocol) >= 0))
|
|
7012
7038
|
try {
|
|
7013
|
-
u.hostname =
|
|
7039
|
+
u.hostname = ho.toASCII(u.hostname);
|
|
7014
7040
|
} catch {
|
|
7015
7041
|
}
|
|
7016
7042
|
return Tu(cn(u));
|
|
7017
7043
|
}
|
|
7018
7044
|
function pl(e) {
|
|
7019
7045
|
const u = sn(e, !0);
|
|
7020
|
-
if (u.hostname && (!u.protocol ||
|
|
7046
|
+
if (u.hostname && (!u.protocol || bo.indexOf(u.protocol) >= 0))
|
|
7021
7047
|
try {
|
|
7022
|
-
u.hostname =
|
|
7048
|
+
u.hostname = ho.toUnicode(u.hostname);
|
|
7023
7049
|
} catch {
|
|
7024
7050
|
}
|
|
7025
7051
|
return au(cn(u), au.defaultChars + "%");
|
|
7026
7052
|
}
|
|
7027
|
-
function
|
|
7028
|
-
if (!(this instanceof
|
|
7029
|
-
return new
|
|
7030
|
-
u || fn(e) || (u = e || {}, e = "default"), this.inline = new Ru(), this.block = new ft(), this.core = new pn(), this.renderer = new su(), this.linkify = new
|
|
7053
|
+
function ve(e, u) {
|
|
7054
|
+
if (!(this instanceof ve))
|
|
7055
|
+
return new ve(e, u);
|
|
7056
|
+
u || fn(e) || (u = e || {}, e = "default"), this.inline = new Ru(), this.block = new ft(), this.core = new pn(), this.renderer = new su(), this.linkify = new ge(), this.validateLink = fl, this.normalizeLink = dl, this.normalizeLinkText = pl, this.utils = bc, this.helpers = st({}, kc), this.options = {}, this.configure(e), u && this.set(u);
|
|
7031
7057
|
}
|
|
7032
|
-
|
|
7058
|
+
ve.prototype.set = function(e) {
|
|
7033
7059
|
return st(this.options, e), this;
|
|
7034
7060
|
};
|
|
7035
|
-
|
|
7061
|
+
ve.prototype.configure = function(e) {
|
|
7036
7062
|
const u = this;
|
|
7037
7063
|
if (fn(e)) {
|
|
7038
7064
|
const t = e;
|
|
@@ -7045,7 +7071,7 @@ _e.prototype.configure = function(e) {
|
|
|
7045
7071
|
e.components[t].rules && u[t].ruler.enableOnly(e.components[t].rules), e.components[t].rules2 && u[t].ruler2.enableOnly(e.components[t].rules2);
|
|
7046
7072
|
}), this;
|
|
7047
7073
|
};
|
|
7048
|
-
|
|
7074
|
+
ve.prototype.enable = function(e, u) {
|
|
7049
7075
|
let t = [];
|
|
7050
7076
|
Array.isArray(e) || (e = [e]), ["core", "block", "inline"].forEach(function(r) {
|
|
7051
7077
|
t = t.concat(this[r].ruler.enable(e, !0));
|
|
@@ -7057,7 +7083,7 @@ _e.prototype.enable = function(e, u) {
|
|
|
7057
7083
|
throw new Error("MarkdownIt. Failed to enable unknown rule(s): " + n);
|
|
7058
7084
|
return this;
|
|
7059
7085
|
};
|
|
7060
|
-
|
|
7086
|
+
ve.prototype.disable = function(e, u) {
|
|
7061
7087
|
let t = [];
|
|
7062
7088
|
Array.isArray(e) || (e = [e]), ["core", "block", "inline"].forEach(function(r) {
|
|
7063
7089
|
t = t.concat(this[r].ruler.disable(e, !0));
|
|
@@ -7069,43 +7095,43 @@ _e.prototype.disable = function(e, u) {
|
|
|
7069
7095
|
throw new Error("MarkdownIt. Failed to disable unknown rule(s): " + n);
|
|
7070
7096
|
return this;
|
|
7071
7097
|
};
|
|
7072
|
-
|
|
7098
|
+
ve.prototype.use = function(e) {
|
|
7073
7099
|
const u = [this].concat(Array.prototype.slice.call(arguments, 1));
|
|
7074
7100
|
return e.apply(e, u), this;
|
|
7075
7101
|
};
|
|
7076
|
-
|
|
7102
|
+
ve.prototype.parse = function(e, u) {
|
|
7077
7103
|
if (typeof e != "string")
|
|
7078
7104
|
throw new Error("Input data should be a String");
|
|
7079
7105
|
const t = new this.core.State(e, this, u);
|
|
7080
7106
|
return this.core.process(t), t.tokens;
|
|
7081
7107
|
};
|
|
7082
|
-
|
|
7108
|
+
ve.prototype.render = function(e, u) {
|
|
7083
7109
|
return u = u || {}, this.renderer.render(this.parse(e, u), this.options, u);
|
|
7084
7110
|
};
|
|
7085
|
-
|
|
7111
|
+
ve.prototype.parseInline = function(e, u) {
|
|
7086
7112
|
const t = new this.core.State(e, this, u);
|
|
7087
7113
|
return t.inlineMode = !0, this.core.process(t), t.tokens;
|
|
7088
7114
|
};
|
|
7089
|
-
|
|
7115
|
+
ve.prototype.renderInline = function(e, u) {
|
|
7090
7116
|
return u = u || {}, this.renderer.render(this.parseInline(e, u), this.options, u);
|
|
7091
7117
|
};
|
|
7092
7118
|
function hl(e, u) {
|
|
7093
|
-
const { manual: t = !1, domPurify: n = !0, ...r } = u ?? {}, o = H(
|
|
7094
|
-
|
|
7119
|
+
const { manual: t = !1, domPurify: n = !0, ...r } = u ?? {}, o = H(Bt(e) ? ou(e.value) : Oo(e) ? ou(e) : e);
|
|
7120
|
+
Bt(e) && Ne(() => {
|
|
7095
7121
|
o.value = ou(e.value);
|
|
7096
7122
|
});
|
|
7097
|
-
const a = H(""), i = H(), c =
|
|
7123
|
+
const a = H(""), i = H(), c = ve({ ...r });
|
|
7098
7124
|
function s(l) {
|
|
7099
7125
|
const f = c.render(l);
|
|
7100
7126
|
if (a.value = n ? Fa.sanitize(f) : f, i.value) i.value.innerHTML = a.value;
|
|
7101
7127
|
else {
|
|
7102
|
-
const _ =
|
|
7128
|
+
const _ = Le(i, (g) => {
|
|
7103
7129
|
g && (g.innerHTML = a.value, _());
|
|
7104
7130
|
});
|
|
7105
7131
|
}
|
|
7106
7132
|
return a.value;
|
|
7107
7133
|
}
|
|
7108
|
-
return t || (s(o.value ?? ""),
|
|
7134
|
+
return t || (s(o.value ?? ""), Le(o, (l) => {
|
|
7109
7135
|
s(l ?? "");
|
|
7110
7136
|
})), {
|
|
7111
7137
|
value: o,
|
|
@@ -7116,10 +7142,10 @@ function hl(e, u) {
|
|
|
7116
7142
|
};
|
|
7117
7143
|
}
|
|
7118
7144
|
function bl(e, u) {
|
|
7119
|
-
const { step: t = 1, interval: n = 50, enabled: r = !0 } = u ?? {}, o = H(0), a = H(!1), i = H(!1), c = H(!1), s =
|
|
7145
|
+
const { step: t = 1, interval: n = 50, enabled: r = !0 } = u ?? {}, o = H(0), a = H(!1), i = H(!1), c = H(!1), s = me(() => r ? e.value.slice(0, o.value) : e.value), l = me(() => Number(Math.min(o.value / e.value.length * 100, 100).toFixed(2)));
|
|
7120
7146
|
let f = null;
|
|
7121
7147
|
const _ = Zu(), g = Zu(), d = Zu();
|
|
7122
|
-
|
|
7148
|
+
Le(e, (k, x) => {
|
|
7123
7149
|
if (!x) {
|
|
7124
7150
|
o.value = 0, y();
|
|
7125
7151
|
return;
|
|
@@ -7179,18 +7205,18 @@ function bl(e, u) {
|
|
|
7179
7205
|
onUpdate: d.on
|
|
7180
7206
|
};
|
|
7181
7207
|
}
|
|
7182
|
-
const ml = "code[class*=language-],pre[class*=language-]{background:#282c34;color:#abb2bf;text-shadow:0 1px rgba(0,0,0,.3);font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#3e4451;color:inherit;text-shadow:none}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#3e4451;color:inherit;text-shadow:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}.token.comment,.token.prolog,.token.cdata{color:#5c6370}.token.doctype,.token.punctuation,.token.entity{color:#abb2bf}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#d19a66}.token.keyword{color:#c678dd}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e06c75}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#98c379}.token.variable,.token.operator,.token.function{color:#61afef}.token.url{color:#56b6c2}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#abb2bf}.language-css .token.selector{color:#e06c75}.language-css .token.property{color:#abb2bf}.language-css .token.function,.language-css .token.url>.token.function{color:#56b6c2}.language-css .token.url>.token.string.url{color:#98c379}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#c678dd}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#be5046}.language-json .token.operator{color:#abb2bf}.language-json .token.null.keyword{color:#d19a66}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#abb2bf}.language-markdown .token.url>.token.content{color:#61afef}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#56b6c2}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#5c6370;font-style:italic}.language-markdown .token.code-snippet{color:#98c379}.language-markdown .token.bold .token.content{color:#d19a66}.language-markdown .token.italic .token.content{color:#c678dd}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e06c75}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#abb2bf26;text-shadow:none}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#3a3f4b;color:#828997;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#3e4451;color:#abb2bf}.line-highlight.line-highlight{background:#99bbff0a}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#3a3f4b;color:#abb2bf;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#99bbff0a}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#abb2bf26}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#636d83}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e06c75}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#98c379}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#61afef}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#c678dd}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:#262931}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:#262931}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:#262931}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#31363f}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#abb2bf;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#abb2bf}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}", gl = "code[class*=language-],pre[class*=language-]{background:#fafafa;color:#383a42;font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#e5e5e6;color:inherit}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#e5e5e6;color:inherit}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.cdata{color:#a0a1a7}.token.doctype,.token.punctuation,.token.entity{color:#383a42}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#b76b01}.token.keyword{color:#a626a4}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e45649}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#50a14f}.token.variable,.token.operator,.token.function{color:#4078f2}.token.url{color:#0184bc}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#383a42}.language-css .token.selector{color:#e45649}.language-css .token.property{color:#383a42}.language-css .token.function,.language-css .token.url>.token.function{color:#0184bc}.language-css .token.url>.token.string.url{color:#50a14f}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#a626a4}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}.language-json .token.operator{color:#383a42}.language-json .token.null.keyword{color:#b76b01}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#383a42}.language-markdown .token.url>.token.content{color:#4078f2}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#0184bc}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.language-markdown .token.code-snippet{color:#50a14f}.language-markdown .token.bold .token.content{color:#b76b01}.language-markdown .token.italic .token.content{color:#a626a4}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e45649}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#383a4233}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#e5e5e6;color:#696c77;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#c6c7c7;color:#383a42}.line-highlight.line-highlight{background:#383a420d}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#e5e5e6;color:#383a42;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#383a420d}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#383a4233}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#9d9d9f}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e45649}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#50a14f}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#4078f2}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#a626a4}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:hsl(0,0,95%)}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:hsl(0,0,95%)}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:hsl(0,0,95%)}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#fff}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#383a42;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#383a42}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}", { c: zt, cB: kr, cE: Bt } = { ...tn, ...Pr }, Vu = `${Rr}-type-writer`;
|
|
7208
|
+
const ml = "code[class*=language-],pre[class*=language-]{background:#282c34;color:#abb2bf;text-shadow:0 1px rgba(0,0,0,.3);font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#3e4451;color:inherit;text-shadow:none}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#3e4451;color:inherit;text-shadow:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}.token.comment,.token.prolog,.token.cdata{color:#5c6370}.token.doctype,.token.punctuation,.token.entity{color:#abb2bf}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#d19a66}.token.keyword{color:#c678dd}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e06c75}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#98c379}.token.variable,.token.operator,.token.function{color:#61afef}.token.url{color:#56b6c2}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#abb2bf}.language-css .token.selector{color:#e06c75}.language-css .token.property{color:#abb2bf}.language-css .token.function,.language-css .token.url>.token.function{color:#56b6c2}.language-css .token.url>.token.string.url{color:#98c379}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#c678dd}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#be5046}.language-json .token.operator{color:#abb2bf}.language-json .token.null.keyword{color:#d19a66}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#abb2bf}.language-markdown .token.url>.token.content{color:#61afef}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#56b6c2}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#5c6370;font-style:italic}.language-markdown .token.code-snippet{color:#98c379}.language-markdown .token.bold .token.content{color:#d19a66}.language-markdown .token.italic .token.content{color:#c678dd}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e06c75}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#abb2bf26;text-shadow:none}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#3a3f4b;color:#828997;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#3e4451;color:#abb2bf}.line-highlight.line-highlight{background:#99bbff0a}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#3a3f4b;color:#abb2bf;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#99bbff0a}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#abb2bf26}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#636d83}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e06c75}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#98c379}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#61afef}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#c678dd}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:#262931}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:#262931}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:#262931}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#31363f}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#abb2bf;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#abb2bf}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}", gl = "code[class*=language-],pre[class*=language-]{background:#fafafa;color:#383a42;font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#e5e5e6;color:inherit}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#e5e5e6;color:inherit}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.cdata{color:#a0a1a7}.token.doctype,.token.punctuation,.token.entity{color:#383a42}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#b76b01}.token.keyword{color:#a626a4}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e45649}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#50a14f}.token.variable,.token.operator,.token.function{color:#4078f2}.token.url{color:#0184bc}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#383a42}.language-css .token.selector{color:#e45649}.language-css .token.property{color:#383a42}.language-css .token.function,.language-css .token.url>.token.function{color:#0184bc}.language-css .token.url>.token.string.url{color:#50a14f}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#a626a4}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}.language-json .token.operator{color:#383a42}.language-json .token.null.keyword{color:#b76b01}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#383a42}.language-markdown .token.url>.token.content{color:#4078f2}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#0184bc}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.language-markdown .token.code-snippet{color:#50a14f}.language-markdown .token.bold .token.content{color:#b76b01}.language-markdown .token.italic .token.content{color:#a626a4}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e45649}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#383a4233}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#e5e5e6;color:#696c77;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#c6c7c7;color:#383a42}.line-highlight.line-highlight{background:#383a420d}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#e5e5e6;color:#383a42;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#383a420d}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#383a4233}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#9d9d9f}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e45649}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#50a14f}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#4078f2}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#a626a4}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:hsl(0,0,95%)}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:hsl(0,0,95%)}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:hsl(0,0,95%)}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#fff}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#383a42;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#383a42}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}", { c: zt, cB: kr, cE: $t } = { ...tn, ...Rr }, Vu = `${Or}-type-writer`;
|
|
7183
7209
|
function xl() {
|
|
7184
7210
|
return zt([
|
|
7185
7211
|
kr("type-writer", {
|
|
7186
7212
|
overflowX: "auto"
|
|
7187
7213
|
}, [
|
|
7188
|
-
|
|
7214
|
+
$t("cursor::after", {
|
|
7189
7215
|
content: "var(--cursor-content)",
|
|
7190
7216
|
marginLeft: "2px",
|
|
7191
7217
|
display: "inline-block"
|
|
7192
7218
|
}),
|
|
7193
|
-
|
|
7219
|
+
$t("markdown", `${gl}`, [
|
|
7194
7220
|
zt("pre", {
|
|
7195
7221
|
backgroundColor: "var(--tag-color)",
|
|
7196
7222
|
borderRadius: "var(--border-radius)"
|
|
@@ -7199,12 +7225,12 @@ function xl() {
|
|
|
7199
7225
|
]),
|
|
7200
7226
|
zt(".dark", [
|
|
7201
7227
|
kr("type-writer", [
|
|
7202
|
-
|
|
7228
|
+
$t("markdown", `${ml}`)
|
|
7203
7229
|
])
|
|
7204
7230
|
])
|
|
7205
7231
|
]);
|
|
7206
7232
|
}
|
|
7207
|
-
const kl = ["innerHTML"], _l = /* @__PURE__ */
|
|
7233
|
+
const kl = ["innerHTML"], _l = /* @__PURE__ */ be({
|
|
7208
7234
|
__name: "TypeWriter",
|
|
7209
7235
|
props: {
|
|
7210
7236
|
value: {},
|
|
@@ -7217,8 +7243,8 @@ const kl = ["innerHTML"], _l = /* @__PURE__ */ he({
|
|
|
7217
7243
|
emits: ["start", "update", "stop"],
|
|
7218
7244
|
setup(e, { emit: u }) {
|
|
7219
7245
|
const t = u;
|
|
7220
|
-
|
|
7221
|
-
const { typedValue: n, isTyping: r, onStat: o, onUpdate: a, onStop: i } = bl(
|
|
7246
|
+
Pr(Vu, xl());
|
|
7247
|
+
const { typedValue: n, isTyping: r, onStat: o, onUpdate: a, onStop: i } = bl(me(() => e.value ?? ""), {
|
|
7222
7248
|
step: e.step,
|
|
7223
7249
|
interval: e.interval,
|
|
7224
7250
|
enabled: e.typing
|
|
@@ -7236,8 +7262,8 @@ const kl = ["innerHTML"], _l = /* @__PURE__ */ he({
|
|
|
7236
7262
|
typographer: !0,
|
|
7237
7263
|
breaks: !0,
|
|
7238
7264
|
highlight: Oi
|
|
7239
|
-
}), s =
|
|
7240
|
-
return (l, f) => (
|
|
7265
|
+
}), s = me(() => e.markdown ? c.value : n.value);
|
|
7266
|
+
return (l, f) => (B(), G(S(yr), {
|
|
7241
7267
|
tag: "div",
|
|
7242
7268
|
class: Ku([S(Vu)])
|
|
7243
7269
|
}, {
|