@oiij/naive-ui 0.0.63 → 0.0.64
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 +98 -7
- package/dist/components/preset-form/PresetForm.vue.d.ts +4 -6
- package/dist/components/search-input/SearchInput.vue.d.ts +48 -48
- package/dist/components/toggle-editor/ToggleEditor.vue.d.ts +24 -24
- package/dist/components.js +508 -525
- package/dist/composables/{index.d.ts → index.d.mts} +3 -3
- package/dist/composables/{useDataRequest.d.cts → useDataRequest.d.mts} +2 -2
- package/dist/composables/{useNaiveForm.d.ts → useNaiveForm.d.mts} +4 -5
- package/dist/composables/{useNaiveForm.js → useNaiveForm.mjs} +1 -3
- package/dist/composables/{useNaiveTheme.d.ts → useNaiveTheme.d.mts} +1 -1
- package/dist/composables/{useNaiveTheme.js → useNaiveTheme.mjs} +2 -2
- package/dist/{index.d.cts → index.d.mts} +4 -3
- package/dist/index.mjs +5 -0
- package/package.json +21 -24
- package/dist/_virtual/rolldown_runtime.cjs +0 -25
- package/dist/components.cjs +0 -42
- package/dist/components.umd.cjs +0 -42
- package/dist/composables/_helper.cjs +0 -29
- package/dist/composables/_helper.d.ts +0 -10
- package/dist/composables/useDataRequest.cjs +0 -105
- package/dist/composables/useDataRequest.d.ts +0 -61
- package/dist/composables/useNaiveForm.cjs +0 -92
- package/dist/composables/useNaiveForm.d.cts +0 -40
- package/dist/composables/useNaiveTheme.cjs +0 -89
- package/dist/composables/useNaiveTheme.d.cts +0 -171
- package/dist/index.cjs +0 -7
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -5
- /package/dist/composables/{_helper.d.cts → _helper.d.mts} +0 -0
- /package/dist/composables/{_helper.js → _helper.mjs} +0 -0
- /package/dist/composables/{useDataRequest.js → useDataRequest.mjs} +0 -0
package/dist/components.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inject as Lr, onBeforeMount as
|
|
2
|
-
import { NEl as
|
|
1
|
+
import { inject as Lr, onBeforeMount as Io, defineComponent as he, createBlock as V, openBlock as $, Transition as $o, mergeProps as te, unref as w, withCtx as M, renderSlot as I, ref as q, toValue as z, isRef as Jt, isReactive as zo, watchEffect as Pe, watch as Xe, computed as ne, nextTick as Nr, normalizeClass as Tu, createElementVNode as Ee, normalizeStyle as cn, createVNode as H, createCommentVNode as Ae, resolveDynamicComponent as st, Teleport as Uo, normalizeProps as Y, guardReactiveProps as X, createSlots as Br, onMounted as qo, createElementBlock as Te, createTextVNode as Lu, toDisplayString as iu, onScopeDispose as sn, onUnmounted as jo, reactive as Qe, toRefs as Ho, useTemplateRef as Nu, Fragment as Du, toRaw as De, h as ru, renderList as qn, withModifiers as Go, mergeModels as Wo, useModel as Vo } from "vue";
|
|
2
|
+
import { NEl as ln, NAvatar as Zo, NFlex as Fu, NSpin as Ir, cM as jn, NConfigProvider as Yo, NLoadingBarProvider as Xo, NDialogProvider as Qo, NModalProvider as Jo, NNotificationProvider as Ko, NMessageProvider as ei, NGlobalStyle as ui, useDialog as ti, useLoadingBar as ni, useMessage as ri, useModal as oi, useNotification as ii, NTooltip as fn, NButton as Je, NInputGroup as ai, NInput as dn, NDataTable as ci, NPagination as $r, NTimePicker as si, NSwitch as li, NSlider as fi, NSelect as zr, NRate as di, NRadioGroup as pi, NInputNumber as hi, NDynamicTags as bi, NDatePicker as mi, NDivider as Ur, NCheckboxGroup as gi, NColorPicker as xi, NCheckbox as ki, NRadio as yi, NForm as _i, NGrid as Hn, NGi as Gn, NFormItem as Wn, NCollapseTransition as vi, NBadge as Ai, NButtonGroup as Ei, NModal as wi } from "naive-ui";
|
|
3
3
|
import { createEventHook as Ze, useClipboard as Di, useTimeoutFn as Fi, useDebounceFn as qr } from "@vueuse/core";
|
|
4
4
|
function Ci(e) {
|
|
5
5
|
let u = ".", t = "__", n = "--", r;
|
|
@@ -140,14 +140,14 @@ function Vn(e) {
|
|
|
140
140
|
const u = e.parentElement;
|
|
141
141
|
u && u.removeChild(e);
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function pn(e, u) {
|
|
144
144
|
return (u ?? document.head).querySelector(`style[cssr-id="${e}"]`);
|
|
145
145
|
}
|
|
146
146
|
function Mi(e) {
|
|
147
147
|
const u = document.createElement("style");
|
|
148
148
|
return u.setAttribute("cssr-id", e), u;
|
|
149
149
|
}
|
|
150
|
-
function
|
|
150
|
+
function Yu(e) {
|
|
151
151
|
return e ? /^\s*@(s|m)/.test(e) : !1;
|
|
152
152
|
}
|
|
153
153
|
const Li = /[A-Z]/g;
|
|
@@ -195,13 +195,13 @@ ${r}
|
|
|
195
195
|
}), e && i.push("}"), i.join(`
|
|
196
196
|
`);
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function Kt(e, u, t) {
|
|
199
199
|
e && e.forEach((n) => {
|
|
200
200
|
if (Array.isArray(n))
|
|
201
|
-
|
|
201
|
+
Kt(n, u, t);
|
|
202
202
|
else if (typeof n == "function") {
|
|
203
203
|
const r = n(u);
|
|
204
|
-
Array.isArray(r) ?
|
|
204
|
+
Array.isArray(r) ? Kt(r, u, t) : r && t(r);
|
|
205
205
|
} else n && t(n);
|
|
206
206
|
});
|
|
207
207
|
}
|
|
@@ -209,24 +209,24 @@ function Gr(e, u, t, n, r) {
|
|
|
209
209
|
const o = e.$;
|
|
210
210
|
let i = "";
|
|
211
211
|
if (!o || typeof o == "string")
|
|
212
|
-
|
|
212
|
+
Yu(o) ? i = 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
|
+
Yu(s) ? i = s : u.push(s);
|
|
219
219
|
} else if (o.before && o.before(n.context), !o.$ || typeof o.$ == "string")
|
|
220
|
-
|
|
220
|
+
Yu(o.$) ? i = 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
|
+
Yu(s) ? i = s : u.push(s);
|
|
227
227
|
}
|
|
228
228
|
const a = Oi(u), c = Zn(a, e.props, n, r);
|
|
229
|
-
i ? t.push(`${i} {`) : c.length && t.push(c), e.children &&
|
|
229
|
+
i ? t.push(`${i} {`) : c.length && t.push(c), e.children && Kt(e.children, {
|
|
230
230
|
context: n.context,
|
|
231
231
|
props: r
|
|
232
232
|
}, (s) => {
|
|
@@ -237,13 +237,13 @@ function Gr(e, u, t, n, r) {
|
|
|
237
237
|
Gr(s, u, t, n, r);
|
|
238
238
|
}), u.pop(), i && t.push("}"), o && o.after && o.after(n.context);
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function Ii(e, u, t) {
|
|
241
241
|
const n = [];
|
|
242
242
|
return Gr(e, [], n, u, t), n.join(`
|
|
243
243
|
|
|
244
244
|
`);
|
|
245
245
|
}
|
|
246
|
-
function
|
|
246
|
+
function $i(e) {
|
|
247
247
|
for (var u = 0, t, n = 0, r = e.length; r >= 4; ++n, r -= 4)
|
|
248
248
|
t = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, t = /* Math.imul(k, m): */
|
|
249
249
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
|
|
@@ -268,7 +268,7 @@ function zi(e, u, t, n) {
|
|
|
268
268
|
if (t === void 0)
|
|
269
269
|
r.forEach(Vn), u.els = [];
|
|
270
270
|
else {
|
|
271
|
-
const o =
|
|
271
|
+
const o = pn(t, n);
|
|
272
272
|
o && r.includes(o) && (Vn(o), u.els = r.filter((i) => i !== o));
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -277,12 +277,12 @@ function Yn(e, u) {
|
|
|
277
277
|
}
|
|
278
278
|
function Ui(e, u, t, n, r, o, i, a, c) {
|
|
279
279
|
let s;
|
|
280
|
-
if (t === void 0 && (s = u.render(n), t =
|
|
280
|
+
if (t === void 0 && (s = u.render(n), t = $i(s)), c) {
|
|
281
281
|
c.adapter(t, s ?? u.render(n));
|
|
282
282
|
return;
|
|
283
283
|
}
|
|
284
284
|
a === void 0 && (a = document.head);
|
|
285
|
-
const l =
|
|
285
|
+
const l = pn(t, a);
|
|
286
286
|
if (l !== null && !o)
|
|
287
287
|
return l;
|
|
288
288
|
const f = l ?? Mi(t);
|
|
@@ -296,7 +296,7 @@ function Ui(e, u, t, n, r, o, i, a, c) {
|
|
|
296
296
|
return r ? a.insertBefore(f, a.querySelector("style, link")) : a.appendChild(f), Yn(u.els, f), f;
|
|
297
297
|
}
|
|
298
298
|
function qi(e) {
|
|
299
|
-
return
|
|
299
|
+
return Ii(this, this.instance, e);
|
|
300
300
|
}
|
|
301
301
|
function ji(e = {}) {
|
|
302
302
|
const { id: u, ssr: t, props: n, head: r = !1, force: o = !1, anchorMetaName: i, parent: a } = e;
|
|
@@ -306,7 +306,7 @@ function Hi(e = {}) {
|
|
|
306
306
|
const { id: u, parent: t } = e;
|
|
307
307
|
zi(this.instance, this, u, t);
|
|
308
308
|
}
|
|
309
|
-
const
|
|
309
|
+
const Xu = function(e, u, t, n) {
|
|
310
310
|
return {
|
|
311
311
|
instance: e,
|
|
312
312
|
$: u,
|
|
@@ -318,13 +318,13 @@ const Yu = function(e, u, t, n) {
|
|
|
318
318
|
unmount: Hi
|
|
319
319
|
};
|
|
320
320
|
}, Gi = function(e, u, t, n) {
|
|
321
|
-
return Array.isArray(u) ?
|
|
321
|
+
return Array.isArray(u) ? Xu(e, { $: null }, null, u) : Array.isArray(t) ? Xu(e, u, null, t) : Array.isArray(n) ? Xu(e, u, t, n) : Xu(e, u, t, null);
|
|
322
322
|
};
|
|
323
323
|
function Wi(e = {}) {
|
|
324
324
|
const u = {
|
|
325
325
|
c: ((...t) => Gi(u, ...t)),
|
|
326
326
|
use: (t, ...n) => t.install(u, ...n),
|
|
327
|
-
find:
|
|
327
|
+
find: pn,
|
|
328
328
|
context: {},
|
|
329
329
|
config: e
|
|
330
330
|
};
|
|
@@ -375,11 +375,11 @@ function bt(e, u) {
|
|
|
375
375
|
ssr: t
|
|
376
376
|
});
|
|
377
377
|
}
|
|
378
|
-
t ? n() :
|
|
378
|
+
t ? n() : Io(() => {
|
|
379
379
|
n();
|
|
380
380
|
});
|
|
381
381
|
}
|
|
382
|
-
const { cssr: mt, plugin: gt, namespace:
|
|
382
|
+
const { cssr: mt, plugin: gt, namespace: Bu } = Vi(), { c: Ki } = mt, { cB: Qu } = gt, ea = `${Bu}-transition`;
|
|
383
383
|
function ua({
|
|
384
384
|
name: e = "fade",
|
|
385
385
|
enterDuration: u = ".3s",
|
|
@@ -388,16 +388,16 @@ function ua({
|
|
|
388
388
|
leaveCubicBezier: r = "cubic-bezier(.4, 0, .2, 1)"
|
|
389
389
|
} = {}) {
|
|
390
390
|
return [
|
|
391
|
-
|
|
391
|
+
Qu(`${e}-enter-active`, {
|
|
392
392
|
transition: `all ${u} ${n}!important`
|
|
393
393
|
}),
|
|
394
|
-
|
|
394
|
+
Qu(`${e}-leave-active`, {
|
|
395
395
|
transition: `all ${t} ${r}!important`
|
|
396
396
|
}),
|
|
397
|
-
|
|
397
|
+
Qu(`${e}-enter-from`, {
|
|
398
398
|
opacity: 0
|
|
399
399
|
}),
|
|
400
|
-
|
|
400
|
+
Qu(`${e}-leave-to`, {
|
|
401
401
|
opacity: 0
|
|
402
402
|
})
|
|
403
403
|
];
|
|
@@ -414,19 +414,18 @@ const Wr = /* @__PURE__ */ he({
|
|
|
414
414
|
transitionProps: {}
|
|
415
415
|
},
|
|
416
416
|
setup(e) {
|
|
417
|
-
return bt(ea, ta()), (u, t) => (
|
|
418
|
-
name: `${w(
|
|
417
|
+
return bt(ea, ta()), (u, t) => ($(), V($o, te({
|
|
418
|
+
name: `${w(Bu)}-${e.name}`,
|
|
419
419
|
appear: "",
|
|
420
420
|
mode: "out-in"
|
|
421
421
|
}, e.transitionProps), {
|
|
422
422
|
default: M(() => [
|
|
423
|
-
|
|
423
|
+
I(u.$slots, "default")
|
|
424
424
|
]),
|
|
425
425
|
_: 3
|
|
426
426
|
}, 16, ["name"]));
|
|
427
427
|
}
|
|
428
428
|
});
|
|
429
|
-
/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */
|
|
430
429
|
const {
|
|
431
430
|
entries: Vr,
|
|
432
431
|
setPrototypeOf: Xn,
|
|
@@ -437,10 +436,10 @@ const {
|
|
|
437
436
|
let {
|
|
438
437
|
freeze: ge,
|
|
439
438
|
seal: Fe,
|
|
440
|
-
create:
|
|
439
|
+
create: en
|
|
441
440
|
} = Object, {
|
|
442
|
-
apply:
|
|
443
|
-
construct:
|
|
441
|
+
apply: un,
|
|
442
|
+
construct: tn
|
|
444
443
|
} = typeof Reflect < "u" && Reflect;
|
|
445
444
|
ge || (ge = function(u) {
|
|
446
445
|
return u;
|
|
@@ -448,34 +447,34 @@ ge || (ge = function(u) {
|
|
|
448
447
|
Fe || (Fe = function(u) {
|
|
449
448
|
return u;
|
|
450
449
|
});
|
|
451
|
-
|
|
450
|
+
un || (un = function(u, t) {
|
|
452
451
|
for (var n = arguments.length, r = new Array(n > 2 ? n - 2 : 0), o = 2; o < n; o++)
|
|
453
452
|
r[o - 2] = arguments[o];
|
|
454
453
|
return u.apply(t, r);
|
|
455
454
|
});
|
|
456
|
-
|
|
455
|
+
tn || (tn = function(u) {
|
|
457
456
|
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
|
|
458
457
|
n[r - 1] = arguments[r];
|
|
459
458
|
return new u(...n);
|
|
460
459
|
});
|
|
461
|
-
const
|
|
460
|
+
const Ju = xe(Array.prototype.forEach), ia = xe(Array.prototype.lastIndexOf), Qn = xe(Array.prototype.pop), yu = xe(Array.prototype.push), aa = xe(Array.prototype.splice), ot = xe(String.prototype.toLowerCase), Ot = xe(String.prototype.toString), Mt = xe(String.prototype.match), _u = xe(String.prototype.replace), ca = xe(String.prototype.indexOf), sa = xe(String.prototype.trim), Se = xe(Object.prototype.hasOwnProperty), me = xe(RegExp.prototype.test), vu = la(TypeError);
|
|
462
461
|
function xe(e) {
|
|
463
462
|
return function(u) {
|
|
464
463
|
u instanceof RegExp && (u.lastIndex = 0);
|
|
465
464
|
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
|
|
466
465
|
n[r - 1] = arguments[r];
|
|
467
|
-
return
|
|
466
|
+
return un(e, u, n);
|
|
468
467
|
};
|
|
469
468
|
}
|
|
470
469
|
function la(e) {
|
|
471
470
|
return function() {
|
|
472
471
|
for (var u = arguments.length, t = new Array(u), n = 0; n < u; n++)
|
|
473
472
|
t[n] = arguments[n];
|
|
474
|
-
return
|
|
473
|
+
return tn(e, t);
|
|
475
474
|
};
|
|
476
475
|
}
|
|
477
476
|
function U(e, u) {
|
|
478
|
-
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] :
|
|
477
|
+
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ot;
|
|
479
478
|
Xn && Xn(e, null);
|
|
480
479
|
let n = u.length;
|
|
481
480
|
for (; n--; ) {
|
|
@@ -493,10 +492,10 @@ function fa(e) {
|
|
|
493
492
|
Se(e, u) || (e[u] = null);
|
|
494
493
|
return e;
|
|
495
494
|
}
|
|
496
|
-
function
|
|
497
|
-
const u =
|
|
495
|
+
function Ne(e) {
|
|
496
|
+
const u = en(null);
|
|
498
497
|
for (const [t, n] of Vr(e))
|
|
499
|
-
Se(e, t) && (Array.isArray(n) ? u[t] = fa(n) : n && typeof n == "object" && n.constructor === Object ? u[t] =
|
|
498
|
+
Se(e, t) && (Array.isArray(n) ? u[t] = fa(n) : n && typeof n == "object" && n.constructor === Object ? u[t] = Ne(n) : u[t] = n);
|
|
500
499
|
return u;
|
|
501
500
|
}
|
|
502
501
|
function Au(e, u) {
|
|
@@ -515,7 +514,7 @@ function Au(e, u) {
|
|
|
515
514
|
}
|
|
516
515
|
return t;
|
|
517
516
|
}
|
|
518
|
-
const Jn = ge(["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", "search", "section", "select", "shadow", "slot", "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"]),
|
|
517
|
+
const Jn = ge(["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", "search", "section", "select", "shadow", "slot", "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"]), Lt = ge(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "enterkeyhint", "exportparts", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "inputmode", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "part", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), Nt = ge(["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"]), da = ge(["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"]), Bt = ge(["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"]), pa = ge(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Kn = ge(["#text"]), er = ge(["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", "exportparts", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inert", "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", "part", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "slot", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), It = ge(["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", "mask-type", "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"]), ur = ge(["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"]), Ku = ge(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), ha = Fe(/\{\{[\w\W]*|[\w\W]*\}\}/gm), ba = Fe(/<%[\w\W]*|[\w\W]*%>/gm), ma = Fe(/\$\{[\w\W]*/gm), ga = Fe(/^data-[\-\w.\u00B7-\uFFFF]+$/), xa = Fe(/^aria-[\-\w]+$/), Zr = Fe(
|
|
519
518
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
520
519
|
// eslint-disable-line no-useless-escape
|
|
521
520
|
), ka = Fe(/^(?:\w+script|data):/i), ya = Fe(
|
|
@@ -579,7 +578,7 @@ const Eu = {
|
|
|
579
578
|
function Xr() {
|
|
580
579
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : va();
|
|
581
580
|
const u = (L) => Xr(L);
|
|
582
|
-
if (u.version = "3.3.
|
|
581
|
+
if (u.version = "3.3.1", u.removed = [], !e || !e.document || e.document.nodeType !== Eu.document || !e.Element)
|
|
583
582
|
return u.isSupported = !1, u;
|
|
584
583
|
let {
|
|
585
584
|
document: t
|
|
@@ -623,10 +622,10 @@ function Xr() {
|
|
|
623
622
|
let {
|
|
624
623
|
IS_ALLOWED_URI: ee
|
|
625
624
|
} = tr, W = null;
|
|
626
|
-
const re = U({}, [...Jn, ...
|
|
625
|
+
const re = U({}, [...Jn, ...Lt, ...Nt, ...Bt, ...Kn]);
|
|
627
626
|
let oe = null;
|
|
628
|
-
const ce = U({}, [...er, ...
|
|
629
|
-
let C = Object.seal(
|
|
627
|
+
const ce = U({}, [...er, ...It, ...ur, ...Ku]);
|
|
628
|
+
let C = Object.seal(en(null, {
|
|
630
629
|
tagNameCheck: {
|
|
631
630
|
writable: !0,
|
|
632
631
|
configurable: !1,
|
|
@@ -646,7 +645,7 @@ function Xr() {
|
|
|
646
645
|
value: !1
|
|
647
646
|
}
|
|
648
647
|
})), j = null, B = null;
|
|
649
|
-
const K = Object.seal(
|
|
648
|
+
const K = Object.seal(en(null, {
|
|
650
649
|
tagCheck: {
|
|
651
650
|
writable: !0,
|
|
652
651
|
configurable: !1,
|
|
@@ -660,28 +659,28 @@ function Xr() {
|
|
|
660
659
|
value: null
|
|
661
660
|
}
|
|
662
661
|
}));
|
|
663
|
-
let
|
|
662
|
+
let eu = !0, Ue = !0, uu = !1, Uu = !0, Oe = !1, qu = !0, tu = !1, At = !1, Et = !1, au = !1, ju = !1, Hu = !1, wn = !0, Dn = !1;
|
|
664
663
|
const To = "user-content-";
|
|
665
|
-
let wt = !0, xu = !1,
|
|
666
|
-
const
|
|
664
|
+
let wt = !0, xu = !1, cu = {}, Me = null;
|
|
665
|
+
const Dt = U({}, ["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"]);
|
|
667
666
|
let Fn = null;
|
|
668
667
|
const Cn = U({}, ["audio", "video", "img", "source", "image", "track"]);
|
|
669
|
-
let
|
|
670
|
-
const Sn = U({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]),
|
|
671
|
-
let su =
|
|
672
|
-
const Po = U({}, [
|
|
673
|
-
let
|
|
668
|
+
let Ft = null;
|
|
669
|
+
const Sn = U({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), Gu = "http://www.w3.org/1998/Math/MathML", Wu = "http://www.w3.org/2000/svg", qe = "http://www.w3.org/1999/xhtml";
|
|
670
|
+
let su = qe, Ct = !1, St = null;
|
|
671
|
+
const Po = U({}, [Gu, Wu, qe], Ot);
|
|
672
|
+
let Vu = U({}, ["mi", "mo", "mn", "ms", "mtext"]), Zu = U({}, ["annotation-xml"]);
|
|
674
673
|
const Ro = U({}, ["title", "style", "font", "a", "script"]);
|
|
675
674
|
let ku = null;
|
|
676
675
|
const Oo = ["application/xhtml+xml", "text/html"], Mo = "text/html";
|
|
677
676
|
let se = null, lu = null;
|
|
678
677
|
const Lo = t.createElement("form"), Tn = function(h) {
|
|
679
678
|
return h instanceof RegExp || h instanceof Function;
|
|
680
|
-
},
|
|
679
|
+
}, Tt = function() {
|
|
681
680
|
let h = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
682
681
|
if (!(lu && lu === h)) {
|
|
683
|
-
if ((!h || typeof h != "object") && (h = {}), h =
|
|
684
|
-
Oo.indexOf(h.PARSER_MEDIA_TYPE) === -1 ? Mo : h.PARSER_MEDIA_TYPE, se = ku === "application/xhtml+xml" ?
|
|
682
|
+
if ((!h || typeof h != "object") && (h = {}), h = Ne(h), ku = // eslint-disable-next-line unicorn/prefer-includes
|
|
683
|
+
Oo.indexOf(h.PARSER_MEDIA_TYPE) === -1 ? Mo : h.PARSER_MEDIA_TYPE, se = ku === "application/xhtml+xml" ? Ot : ot, W = Se(h, "ALLOWED_TAGS") ? U({}, h.ALLOWED_TAGS, se) : re, oe = Se(h, "ALLOWED_ATTR") ? U({}, h.ALLOWED_ATTR, se) : ce, St = Se(h, "ALLOWED_NAMESPACES") ? U({}, h.ALLOWED_NAMESPACES, Ot) : Po, Ft = Se(h, "ADD_URI_SAFE_ATTR") ? U(Ne(Sn), h.ADD_URI_SAFE_ATTR, se) : Sn, Fn = Se(h, "ADD_DATA_URI_TAGS") ? U(Ne(Cn), h.ADD_DATA_URI_TAGS, se) : Cn, Me = Se(h, "FORBID_CONTENTS") ? U({}, h.FORBID_CONTENTS, se) : Dt, j = Se(h, "FORBID_TAGS") ? U({}, h.FORBID_TAGS, se) : Ne({}), B = Se(h, "FORBID_ATTR") ? U({}, h.FORBID_ATTR, se) : Ne({}), cu = Se(h, "USE_PROFILES") ? h.USE_PROFILES : !1, eu = h.ALLOW_ARIA_ATTR !== !1, Ue = h.ALLOW_DATA_ATTR !== !1, uu = h.ALLOW_UNKNOWN_PROTOCOLS || !1, Uu = h.ALLOW_SELF_CLOSE_IN_ATTR !== !1, Oe = h.SAFE_FOR_TEMPLATES || !1, qu = h.SAFE_FOR_XML !== !1, tu = h.WHOLE_DOCUMENT || !1, au = h.RETURN_DOM || !1, ju = h.RETURN_DOM_FRAGMENT || !1, Hu = h.RETURN_TRUSTED_TYPE || !1, Et = h.FORCE_BODY || !1, wn = h.SANITIZE_DOM !== !1, Dn = h.SANITIZE_NAMED_PROPS || !1, wt = h.KEEP_CONTENT !== !1, xu = h.IN_PLACE || !1, ee = h.ALLOWED_URI_REGEXP || Zr, su = h.NAMESPACE || qe, Vu = h.MATHML_TEXT_INTEGRATION_POINTS || Vu, Zu = h.HTML_INTEGRATION_POINTS || Zu, C = h.CUSTOM_ELEMENT_HANDLING || {}, h.CUSTOM_ELEMENT_HANDLING && Tn(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (C.tagNameCheck = h.CUSTOM_ELEMENT_HANDLING.tagNameCheck), h.CUSTOM_ELEMENT_HANDLING && Tn(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (C.attributeNameCheck = h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), h.CUSTOM_ELEMENT_HANDLING && typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (C.allowCustomizedBuiltInElements = h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), Oe && (Ue = !1), ju && (au = !0), cu && (W = U({}, Kn), oe = [], cu.html === !0 && (U(W, Jn), U(oe, er)), cu.svg === !0 && (U(W, Lt), U(oe, It), U(oe, Ku)), cu.svgFilters === !0 && (U(W, Nt), U(oe, It), U(oe, Ku)), cu.mathMl === !0 && (U(W, Bt), U(oe, ur), U(oe, Ku))), h.ADD_TAGS && (typeof h.ADD_TAGS == "function" ? K.tagCheck = h.ADD_TAGS : (W === re && (W = Ne(W)), U(W, h.ADD_TAGS, se))), h.ADD_ATTR && (typeof h.ADD_ATTR == "function" ? K.attributeCheck = h.ADD_ATTR : (oe === ce && (oe = Ne(oe)), U(oe, h.ADD_ATTR, se))), h.ADD_URI_SAFE_ATTR && U(Ft, h.ADD_URI_SAFE_ATTR, se), h.FORBID_CONTENTS && (Me === Dt && (Me = Ne(Me)), U(Me, h.FORBID_CONTENTS, se)), h.ADD_FORBID_CONTENTS && (Me === Dt && (Me = Ne(Me)), U(Me, h.ADD_FORBID_CONTENTS, se)), wt && (W["#text"] = !0), tu && U(W, ["html", "head", "body"]), W.table && (U(W, ["tbody"]), delete j.tbody), h.TRUSTED_TYPES_POLICY) {
|
|
685
684
|
if (typeof h.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
686
685
|
throw vu('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
687
686
|
if (typeof h.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
@@ -691,15 +690,15 @@ function Xr() {
|
|
|
691
690
|
x === void 0 && (x = Aa(k, r)), x !== null && typeof p == "string" && (p = x.createHTML(""));
|
|
692
691
|
ge && ge(h), lu = h;
|
|
693
692
|
}
|
|
694
|
-
}, Pn = U({}, [...
|
|
693
|
+
}, Pn = U({}, [...Lt, ...Nt, ...da]), Rn = U({}, [...Bt, ...pa]), No = function(h) {
|
|
695
694
|
let F = m(h);
|
|
696
695
|
(!F || !F.tagName) && (F = {
|
|
697
696
|
namespaceURI: su,
|
|
698
697
|
tagName: "template"
|
|
699
698
|
});
|
|
700
|
-
const O =
|
|
701
|
-
return
|
|
702
|
-
},
|
|
699
|
+
const O = ot(h.tagName), ue = ot(F.tagName);
|
|
700
|
+
return St[h.namespaceURI] ? h.namespaceURI === Wu ? F.namespaceURI === qe ? O === "svg" : F.namespaceURI === Gu ? O === "svg" && (ue === "annotation-xml" || Vu[ue]) : !!Pn[O] : h.namespaceURI === Gu ? F.namespaceURI === qe ? O === "math" : F.namespaceURI === Wu ? O === "math" && Zu[ue] : !!Rn[O] : h.namespaceURI === qe ? F.namespaceURI === Wu && !Zu[ue] || F.namespaceURI === Gu && !Vu[ue] ? !1 : !Rn[O] && (Ro[O] || !Pn[O]) : !!(ku === "application/xhtml+xml" && St[h.namespaceURI]) : !1;
|
|
701
|
+
}, Le = function(h) {
|
|
703
702
|
yu(u.removed, {
|
|
704
703
|
element: h
|
|
705
704
|
});
|
|
@@ -708,7 +707,7 @@ function Xr() {
|
|
|
708
707
|
} catch {
|
|
709
708
|
_(h);
|
|
710
709
|
}
|
|
711
|
-
},
|
|
710
|
+
}, nu = function(h, F) {
|
|
712
711
|
try {
|
|
713
712
|
yu(u.removed, {
|
|
714
713
|
attribute: F.getAttributeNode(h),
|
|
@@ -721,9 +720,9 @@ function Xr() {
|
|
|
721
720
|
});
|
|
722
721
|
}
|
|
723
722
|
if (F.removeAttribute(h), h === "is")
|
|
724
|
-
if (
|
|
723
|
+
if (au || ju)
|
|
725
724
|
try {
|
|
726
|
-
|
|
725
|
+
Le(F);
|
|
727
726
|
} catch {
|
|
728
727
|
}
|
|
729
728
|
else
|
|
@@ -736,12 +735,12 @@ function Xr() {
|
|
|
736
735
|
if (Et)
|
|
737
736
|
h = "<remove></remove>" + h;
|
|
738
737
|
else {
|
|
739
|
-
const ae =
|
|
738
|
+
const ae = Mt(h, /^[\r\n\t ]+/);
|
|
740
739
|
O = ae && ae[0];
|
|
741
740
|
}
|
|
742
|
-
ku === "application/xhtml+xml" && su ===
|
|
741
|
+
ku === "application/xhtml+xml" && su === qe && (h = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + h + "</body></html>");
|
|
743
742
|
const ue = x ? x.createHTML(h) : h;
|
|
744
|
-
if (su ===
|
|
743
|
+
if (su === qe)
|
|
745
744
|
try {
|
|
746
745
|
F = new y().parseFromString(ue, ku);
|
|
747
746
|
} catch {
|
|
@@ -749,12 +748,12 @@ function Xr() {
|
|
|
749
748
|
if (!F || !F.documentElement) {
|
|
750
749
|
F = g.createDocument(su, "template", null);
|
|
751
750
|
try {
|
|
752
|
-
F.documentElement.innerHTML =
|
|
751
|
+
F.documentElement.innerHTML = Ct ? p : ue;
|
|
753
752
|
} catch {
|
|
754
753
|
}
|
|
755
754
|
}
|
|
756
755
|
const pe = F.body || F.documentElement;
|
|
757
|
-
return h && O && pe.insertBefore(t.createTextNode(O), pe.childNodes[0] || null), su ===
|
|
756
|
+
return h && O && pe.insertBefore(t.createTextNode(O), pe.childNodes[0] || null), su === qe ? D.call(F, tu ? "html" : "body")[0] : tu ? F.documentElement : pe;
|
|
758
757
|
}, Mn = function(h) {
|
|
759
758
|
return A.call(
|
|
760
759
|
h.ownerDocument || h,
|
|
@@ -763,65 +762,65 @@ function Xr() {
|
|
|
763
762
|
s.SHOW_ELEMENT | s.SHOW_COMMENT | s.SHOW_TEXT | s.SHOW_PROCESSING_INSTRUCTION | s.SHOW_CDATA_SECTION,
|
|
764
763
|
null
|
|
765
764
|
);
|
|
766
|
-
},
|
|
765
|
+
}, Pt = function(h) {
|
|
767
766
|
return h instanceof f && (typeof h.nodeName != "string" || typeof h.textContent != "string" || typeof h.removeChild != "function" || !(h.attributes instanceof l) || typeof h.removeAttribute != "function" || typeof h.setAttribute != "function" || typeof h.namespaceURI != "string" || typeof h.insertBefore != "function" || typeof h.hasChildNodes != "function");
|
|
768
767
|
}, Ln = function(h) {
|
|
769
768
|
return typeof a == "function" && h instanceof a;
|
|
770
769
|
};
|
|
771
|
-
function
|
|
772
|
-
|
|
770
|
+
function je(L, h, F) {
|
|
771
|
+
Ju(L, (O) => {
|
|
773
772
|
O.call(u, h, F, lu);
|
|
774
773
|
});
|
|
775
774
|
}
|
|
776
775
|
const Nn = function(h) {
|
|
777
776
|
let F = null;
|
|
778
|
-
if (
|
|
779
|
-
return
|
|
777
|
+
if (je(T.beforeSanitizeElements, h, null), Pt(h))
|
|
778
|
+
return Le(h), !0;
|
|
780
779
|
const O = se(h.nodeName);
|
|
781
|
-
if (
|
|
780
|
+
if (je(T.uponSanitizeElement, h, {
|
|
782
781
|
tagName: O,
|
|
783
782
|
allowedTags: W
|
|
784
|
-
}),
|
|
785
|
-
return
|
|
783
|
+
}), qu && h.hasChildNodes() && !Ln(h.firstElementChild) && me(/<[/\w!]/g, h.innerHTML) && me(/<[/\w!]/g, h.textContent) || h.nodeType === Eu.progressingInstruction || qu && h.nodeType === Eu.comment && me(/<[/\w]/g, h.data))
|
|
784
|
+
return Le(h), !0;
|
|
786
785
|
if (!(K.tagCheck instanceof Function && K.tagCheck(O)) && (!W[O] || j[O])) {
|
|
787
|
-
if (!j[O] &&
|
|
786
|
+
if (!j[O] && In(O) && (C.tagNameCheck instanceof RegExp && me(C.tagNameCheck, O) || C.tagNameCheck instanceof Function && C.tagNameCheck(O)))
|
|
788
787
|
return !1;
|
|
789
|
-
if (wt && !
|
|
788
|
+
if (wt && !Me[O]) {
|
|
790
789
|
const ue = m(h) || h.parentNode, pe = b(h) || h.childNodes;
|
|
791
790
|
if (pe && ue) {
|
|
792
791
|
const ae = pe.length;
|
|
793
792
|
for (let ke = ae - 1; ke >= 0; --ke) {
|
|
794
|
-
const
|
|
795
|
-
|
|
793
|
+
const He = v(pe[ke], !0);
|
|
794
|
+
He.__removalCount = (h.__removalCount || 0) + 1, ue.insertBefore(He, E(h));
|
|
796
795
|
}
|
|
797
796
|
}
|
|
798
797
|
}
|
|
799
|
-
return
|
|
798
|
+
return Le(h), !0;
|
|
800
799
|
}
|
|
801
|
-
return h instanceof c && !No(h) || (O === "noscript" || O === "noembed" || O === "noframes") && me(/<\/no(script|embed|frames)/i, h.innerHTML) ? (
|
|
800
|
+
return h instanceof c && !No(h) || (O === "noscript" || O === "noembed" || O === "noframes") && me(/<\/no(script|embed|frames)/i, h.innerHTML) ? (Le(h), !0) : (Oe && h.nodeType === Eu.text && (F = h.textContent, Ju([N, Z, J], (ue) => {
|
|
802
801
|
F = _u(F, ue, " ");
|
|
803
802
|
}), h.textContent !== F && (yu(u.removed, {
|
|
804
803
|
element: h.cloneNode()
|
|
805
|
-
}), h.textContent = F)),
|
|
804
|
+
}), h.textContent = F)), je(T.afterSanitizeElements, h, null), !1);
|
|
806
805
|
}, Bn = function(h, F, O) {
|
|
807
|
-
if (
|
|
806
|
+
if (wn && (F === "id" || F === "name") && (O in t || O in Lo))
|
|
808
807
|
return !1;
|
|
809
|
-
if (!(
|
|
810
|
-
if (!(
|
|
808
|
+
if (!(Ue && !B[F] && me(ie, F))) {
|
|
809
|
+
if (!(eu && me(be, F))) {
|
|
811
810
|
if (!(K.attributeCheck instanceof Function && K.attributeCheck(F, h))) {
|
|
812
811
|
if (!oe[F] || B[F]) {
|
|
813
812
|
if (
|
|
814
813
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
815
814
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
816
815
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
817
|
-
!(
|
|
816
|
+
!(In(h) && (C.tagNameCheck instanceof RegExp && me(C.tagNameCheck, h) || C.tagNameCheck instanceof Function && C.tagNameCheck(h)) && (C.attributeNameCheck instanceof RegExp && me(C.attributeNameCheck, F) || C.attributeNameCheck instanceof Function && C.attributeNameCheck(F, h)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
818
817
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
819
818
|
F === "is" && C.allowCustomizedBuiltInElements && (C.tagNameCheck instanceof RegExp && me(C.tagNameCheck, O) || C.tagNameCheck instanceof Function && C.tagNameCheck(O)))
|
|
820
819
|
) return !1;
|
|
821
|
-
} else if (!
|
|
820
|
+
} else if (!Ft[F]) {
|
|
822
821
|
if (!me(ee, _u(O, G, ""))) {
|
|
823
822
|
if (!((F === "src" || F === "xlink:href" || F === "href") && h !== "script" && ca(O, "data:") === 0 && Fn[h])) {
|
|
824
|
-
if (!(
|
|
823
|
+
if (!(uu && !me(ve, _u(O, G, "")))) {
|
|
825
824
|
if (O)
|
|
826
825
|
return !1;
|
|
827
826
|
}
|
|
@@ -832,14 +831,14 @@ function Xr() {
|
|
|
832
831
|
}
|
|
833
832
|
}
|
|
834
833
|
return !0;
|
|
835
|
-
}, $n = function(h) {
|
|
836
|
-
return h !== "annotation-xml" && Ot(h, P);
|
|
837
834
|
}, In = function(h) {
|
|
838
|
-
|
|
835
|
+
return h !== "annotation-xml" && Mt(h, P);
|
|
836
|
+
}, $n = function(h) {
|
|
837
|
+
je(T.beforeSanitizeAttributes, h, null);
|
|
839
838
|
const {
|
|
840
839
|
attributes: F
|
|
841
840
|
} = h;
|
|
842
|
-
if (!F ||
|
|
841
|
+
if (!F || Pt(h))
|
|
843
842
|
return;
|
|
844
843
|
const O = {
|
|
845
844
|
attrName: "",
|
|
@@ -853,33 +852,33 @@ function Xr() {
|
|
|
853
852
|
const pe = F[ue], {
|
|
854
853
|
name: ae,
|
|
855
854
|
namespaceURI: ke,
|
|
856
|
-
value:
|
|
857
|
-
} = pe, fu = se(ae),
|
|
858
|
-
let de = ae === "value" ?
|
|
859
|
-
if (O.attrName = fu, O.attrValue = de, O.keepAttr = !0, O.forceKeepAttr = void 0,
|
|
860
|
-
|
|
855
|
+
value: He
|
|
856
|
+
} = pe, fu = se(ae), Rt = He;
|
|
857
|
+
let de = ae === "value" ? Rt : sa(Rt);
|
|
858
|
+
if (O.attrName = fu, O.attrValue = de, O.keepAttr = !0, O.forceKeepAttr = void 0, je(T.uponSanitizeAttribute, h, O), de = O.attrValue, Dn && (fu === "id" || fu === "name") && (nu(ae, h), de = To + de), qu && me(/((--!?|])>)|<\/(style|title|textarea)/i, de)) {
|
|
859
|
+
nu(ae, h);
|
|
861
860
|
continue;
|
|
862
861
|
}
|
|
863
|
-
if (fu === "attributename" &&
|
|
864
|
-
|
|
862
|
+
if (fu === "attributename" && Mt(de, "href")) {
|
|
863
|
+
nu(ae, h);
|
|
865
864
|
continue;
|
|
866
865
|
}
|
|
867
866
|
if (O.forceKeepAttr)
|
|
868
867
|
continue;
|
|
869
868
|
if (!O.keepAttr) {
|
|
870
|
-
|
|
869
|
+
nu(ae, h);
|
|
871
870
|
continue;
|
|
872
871
|
}
|
|
873
|
-
if (!
|
|
874
|
-
|
|
872
|
+
if (!Uu && me(/\/>/i, de)) {
|
|
873
|
+
nu(ae, h);
|
|
875
874
|
continue;
|
|
876
875
|
}
|
|
877
|
-
Oe &&
|
|
876
|
+
Oe && Ju([N, Z, J], (Un) => {
|
|
878
877
|
de = _u(de, Un, " ");
|
|
879
878
|
});
|
|
880
879
|
const zn = se(h.nodeName);
|
|
881
880
|
if (!Bn(zn, fu, de)) {
|
|
882
|
-
|
|
881
|
+
nu(ae, h);
|
|
883
882
|
continue;
|
|
884
883
|
}
|
|
885
884
|
if (x && typeof k == "object" && typeof k.getAttributeType == "function" && !ke)
|
|
@@ -893,24 +892,24 @@ function Xr() {
|
|
|
893
892
|
break;
|
|
894
893
|
}
|
|
895
894
|
}
|
|
896
|
-
if (de !==
|
|
895
|
+
if (de !== Rt)
|
|
897
896
|
try {
|
|
898
|
-
ke ? h.setAttributeNS(ke, ae, de) : h.setAttribute(ae, de),
|
|
897
|
+
ke ? h.setAttributeNS(ke, ae, de) : h.setAttribute(ae, de), Pt(h) ? Le(h) : Qn(u.removed);
|
|
899
898
|
} catch {
|
|
900
|
-
|
|
899
|
+
nu(ae, h);
|
|
901
900
|
}
|
|
902
901
|
}
|
|
903
|
-
|
|
902
|
+
je(T.afterSanitizeAttributes, h, null);
|
|
904
903
|
}, Bo = function L(h) {
|
|
905
904
|
let F = null;
|
|
906
905
|
const O = Mn(h);
|
|
907
|
-
for (
|
|
908
|
-
|
|
909
|
-
|
|
906
|
+
for (je(T.beforeSanitizeShadowDOM, h, null); F = O.nextNode(); )
|
|
907
|
+
je(T.uponSanitizeShadowNode, F, null), Nn(F), $n(F), F.content instanceof o && L(F.content);
|
|
908
|
+
je(T.afterSanitizeShadowDOM, h, null);
|
|
910
909
|
};
|
|
911
910
|
return u.sanitize = function(L) {
|
|
912
911
|
let h = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, F = null, O = null, ue = null, pe = null;
|
|
913
|
-
if (
|
|
912
|
+
if (Ct = !L, Ct && (L = "<!-->"), typeof L != "string" && !Ln(L))
|
|
914
913
|
if (typeof L.toString == "function") {
|
|
915
914
|
if (L = L.toString(), typeof L != "string")
|
|
916
915
|
throw vu("dirty is not a string, aborting");
|
|
@@ -918,47 +917,47 @@ function Xr() {
|
|
|
918
917
|
throw vu("toString is not a function");
|
|
919
918
|
if (!u.isSupported)
|
|
920
919
|
return L;
|
|
921
|
-
if (At ||
|
|
920
|
+
if (At || Tt(h), u.removed = [], typeof L == "string" && (xu = !1), xu) {
|
|
922
921
|
if (L.nodeName) {
|
|
923
|
-
const
|
|
924
|
-
if (!W[
|
|
922
|
+
const He = se(L.nodeName);
|
|
923
|
+
if (!W[He] || j[He])
|
|
925
924
|
throw vu("root node is forbidden and cannot be sanitized in-place");
|
|
926
925
|
}
|
|
927
926
|
} else if (L instanceof a)
|
|
928
927
|
F = On("<!---->"), O = F.ownerDocument.importNode(L, !0), O.nodeType === Eu.element && O.nodeName === "BODY" || O.nodeName === "HTML" ? F = O : F.appendChild(O);
|
|
929
928
|
else {
|
|
930
|
-
if (!
|
|
929
|
+
if (!au && !Oe && !tu && // eslint-disable-next-line unicorn/prefer-includes
|
|
931
930
|
L.indexOf("<") === -1)
|
|
932
|
-
return x &&
|
|
931
|
+
return x && Hu ? x.createHTML(L) : L;
|
|
933
932
|
if (F = On(L), !F)
|
|
934
|
-
return
|
|
933
|
+
return au ? null : Hu ? p : "";
|
|
935
934
|
}
|
|
936
|
-
F && Et &&
|
|
935
|
+
F && Et && Le(F.firstChild);
|
|
937
936
|
const ae = Mn(xu ? L : F);
|
|
938
937
|
for (; ue = ae.nextNode(); )
|
|
939
|
-
Nn(ue),
|
|
938
|
+
Nn(ue), $n(ue), ue.content instanceof o && Bo(ue.content);
|
|
940
939
|
if (xu)
|
|
941
940
|
return L;
|
|
942
|
-
if (
|
|
943
|
-
if (
|
|
941
|
+
if (au) {
|
|
942
|
+
if (ju)
|
|
944
943
|
for (pe = S.call(F.ownerDocument); F.firstChild; )
|
|
945
944
|
pe.appendChild(F.firstChild);
|
|
946
945
|
else
|
|
947
946
|
pe = F;
|
|
948
947
|
return (oe.shadowroot || oe.shadowrootmode) && (pe = R.call(n, pe, !0)), pe;
|
|
949
948
|
}
|
|
950
|
-
let ke =
|
|
951
|
-
return
|
|
952
|
-
` + ke), Oe &&
|
|
953
|
-
ke = _u(ke,
|
|
954
|
-
}), x &&
|
|
949
|
+
let ke = tu ? F.outerHTML : F.innerHTML;
|
|
950
|
+
return tu && W["!doctype"] && F.ownerDocument && F.ownerDocument.doctype && F.ownerDocument.doctype.name && me(Yr, F.ownerDocument.doctype.name) && (ke = "<!DOCTYPE " + F.ownerDocument.doctype.name + `>
|
|
951
|
+
` + ke), Oe && Ju([N, Z, J], (He) => {
|
|
952
|
+
ke = _u(ke, He, " ");
|
|
953
|
+
}), x && Hu ? x.createHTML(ke) : ke;
|
|
955
954
|
}, u.setConfig = function() {
|
|
956
955
|
let L = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
957
|
-
|
|
956
|
+
Tt(L), At = !0;
|
|
958
957
|
}, u.clearConfig = function() {
|
|
959
958
|
lu = null, At = !1;
|
|
960
959
|
}, u.isValidAttribute = function(L, h, F) {
|
|
961
|
-
lu ||
|
|
960
|
+
lu || Tt({});
|
|
962
961
|
const O = se(L), ue = se(h);
|
|
963
962
|
return Bn(O, ue, F);
|
|
964
963
|
}, u.addHook = function(L, h) {
|
|
@@ -1048,8 +1047,8 @@ function Da(e) {
|
|
|
1048
1047
|
u[e.charCodeAt(t)] = e[t];
|
|
1049
1048
|
return u;
|
|
1050
1049
|
}
|
|
1051
|
-
function
|
|
1052
|
-
typeof u != "string" && (t = u, u =
|
|
1050
|
+
function Iu(e, u, t) {
|
|
1051
|
+
typeof u != "string" && (t = u, u = Iu.defaultChars), typeof t > "u" && (t = !0);
|
|
1053
1052
|
const n = Da(u);
|
|
1054
1053
|
let r = "";
|
|
1055
1054
|
for (let o = 0, i = e.length; o < i; o++) {
|
|
@@ -1077,13 +1076,13 @@ function Bu(e, u, t) {
|
|
|
1077
1076
|
}
|
|
1078
1077
|
return r;
|
|
1079
1078
|
}
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
function
|
|
1079
|
+
Iu.defaultChars = ";/?:@&=+$,-_.!~*'()#";
|
|
1080
|
+
Iu.componentChars = "-_.!~*'()";
|
|
1081
|
+
function hn(e) {
|
|
1083
1082
|
let u = "";
|
|
1084
1083
|
return u += e.protocol || "", u += e.slashes ? "//" : "", u += e.auth ? e.auth + "@" : "", e.hostname && e.hostname.indexOf(":") !== -1 ? u += "[" + e.hostname + "]" : u += e.hostname || "", u += e.port ? ":" + e.port : "", u += e.pathname || "", u += e.search || "", u += e.hash || "", u;
|
|
1085
1084
|
}
|
|
1086
|
-
function
|
|
1085
|
+
function lt() {
|
|
1087
1086
|
this.protocol = null, this.slashes = null, this.auth = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.pathname = null;
|
|
1088
1087
|
}
|
|
1089
1088
|
const Fa = /^([a-z0-9.+-]+:)/i, Ca = /:[0-9]*$/, Sa = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, Ta = ["<", ">", '"', "`", " ", "\r", `
|
|
@@ -1102,12 +1101,12 @@ const Fa = /^([a-z0-9.+-]+:)/i, Ca = /:[0-9]*$/, Sa = /^(\/\/?(?!\/)[^\?\s]*)(\?
|
|
|
1102
1101
|
"gopher:": !0,
|
|
1103
1102
|
"file:": !0
|
|
1104
1103
|
};
|
|
1105
|
-
function
|
|
1106
|
-
if (e && e instanceof
|
|
1107
|
-
const t = new
|
|
1104
|
+
function bn(e, u) {
|
|
1105
|
+
if (e && e instanceof lt) return e;
|
|
1106
|
+
const t = new lt();
|
|
1108
1107
|
return t.parse(e, u), t;
|
|
1109
1108
|
}
|
|
1110
|
-
|
|
1109
|
+
lt.prototype.parse = function(e, u) {
|
|
1111
1110
|
let t, n, r, o = e;
|
|
1112
1111
|
if (o = o.trim(), !u && e.split("#").length === 1) {
|
|
1113
1112
|
const s = Sa.exec(o);
|
|
@@ -1150,28 +1149,28 @@ st.prototype.parse = function(e, u) {
|
|
|
1150
1149
|
const c = o.indexOf("?");
|
|
1151
1150
|
return c !== -1 && (this.search = o.substr(c), o = o.slice(0, c)), o && (this.pathname = o), lr[t] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
1152
1151
|
};
|
|
1153
|
-
|
|
1152
|
+
lt.prototype.parseHost = function(e) {
|
|
1154
1153
|
let u = Ca.exec(e);
|
|
1155
1154
|
u && (u = u[0], u !== ":" && (this.port = u.substr(1)), e = e.substr(0, e.length - u.length)), e && (this.hostname = e);
|
|
1156
1155
|
};
|
|
1157
1156
|
const La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1158
1157
|
__proto__: null,
|
|
1159
1158
|
decode: bu,
|
|
1160
|
-
encode:
|
|
1161
|
-
format:
|
|
1162
|
-
parse:
|
|
1163
|
-
}, Symbol.toStringTag, { value: "Module" })), Qr = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Jr = /[\0-\x1F\x7F-\x9F]/, Na = /[\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]/,
|
|
1159
|
+
encode: Iu,
|
|
1160
|
+
format: hn,
|
|
1161
|
+
parse: bn
|
|
1162
|
+
}, Symbol.toStringTag, { value: "Module" })), Qr = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Jr = /[\0-\x1F\x7F-\x9F]/, Na = /[\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]/, mn = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/, Kr = /[\$\+<->\^`\|~\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]/, eo = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1164
1163
|
__proto__: null,
|
|
1165
1164
|
Any: Qr,
|
|
1166
1165
|
Cc: Jr,
|
|
1167
1166
|
Cf: Na,
|
|
1168
|
-
P:
|
|
1167
|
+
P: mn,
|
|
1169
1168
|
S: Kr,
|
|
1170
1169
|
Z: eo
|
|
1171
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1170
|
+
}, Symbol.toStringTag, { value: "Module" })), Ia = new Uint16Array(
|
|
1172
1171
|
// prettier-ignore
|
|
1173
1172
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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))
|
|
1174
|
-
),
|
|
1173
|
+
), $a = new Uint16Array(
|
|
1175
1174
|
// prettier-ignore
|
|
1176
1175
|
"Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))
|
|
1177
1176
|
);
|
|
@@ -1226,14 +1225,14 @@ var Ye;
|
|
|
1226
1225
|
(function(e) {
|
|
1227
1226
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
1228
1227
|
})(Ye || (Ye = {}));
|
|
1229
|
-
function
|
|
1228
|
+
function nn(e) {
|
|
1230
1229
|
return e >= fe.ZERO && e <= fe.NINE;
|
|
1231
1230
|
}
|
|
1232
1231
|
function Ha(e) {
|
|
1233
1232
|
return e >= fe.UPPER_A && e <= fe.UPPER_F || e >= fe.LOWER_A && e <= fe.LOWER_F;
|
|
1234
1233
|
}
|
|
1235
1234
|
function Ga(e) {
|
|
1236
|
-
return e >= fe.UPPER_A && e <= fe.UPPER_Z || e >= fe.LOWER_A && e <= fe.LOWER_Z ||
|
|
1235
|
+
return e >= fe.UPPER_A && e <= fe.UPPER_Z || e >= fe.LOWER_A && e <= fe.LOWER_Z || nn(e);
|
|
1237
1236
|
}
|
|
1238
1237
|
function Wa(e) {
|
|
1239
1238
|
return e === fe.EQUALS || Ga(e);
|
|
@@ -1310,7 +1309,7 @@ class Va {
|
|
|
1310
1309
|
const n = t;
|
|
1311
1310
|
for (; t < u.length; ) {
|
|
1312
1311
|
const r = u.charCodeAt(t);
|
|
1313
|
-
if (
|
|
1312
|
+
if (nn(r) || Ha(r))
|
|
1314
1313
|
t += 1;
|
|
1315
1314
|
else
|
|
1316
1315
|
return this.addToNumericResult(u, n, t, 16), this.emitNumericEntity(r, 3);
|
|
@@ -1330,7 +1329,7 @@ class Va {
|
|
|
1330
1329
|
const n = t;
|
|
1331
1330
|
for (; t < u.length; ) {
|
|
1332
1331
|
const r = u.charCodeAt(t);
|
|
1333
|
-
if (
|
|
1332
|
+
if (nn(r))
|
|
1334
1333
|
t += 1;
|
|
1335
1334
|
else
|
|
1336
1335
|
return this.addToNumericResult(u, n, t, 10), this.emitNumericEntity(r, 2);
|
|
@@ -1476,15 +1475,15 @@ function Za(e, u, t, n) {
|
|
|
1476
1475
|
}
|
|
1477
1476
|
return -1;
|
|
1478
1477
|
}
|
|
1479
|
-
const Ya = uo(
|
|
1480
|
-
uo(
|
|
1478
|
+
const Ya = uo(Ia);
|
|
1479
|
+
uo($a);
|
|
1481
1480
|
function to(e, u = Ve.Legacy) {
|
|
1482
1481
|
return Ya(e, u);
|
|
1483
1482
|
}
|
|
1484
1483
|
function Xa(e) {
|
|
1485
1484
|
return Object.prototype.toString.call(e);
|
|
1486
1485
|
}
|
|
1487
|
-
function
|
|
1486
|
+
function gn(e) {
|
|
1488
1487
|
return Xa(e) === "[object String]";
|
|
1489
1488
|
}
|
|
1490
1489
|
const Qa = Object.prototype.hasOwnProperty;
|
|
@@ -1505,10 +1504,10 @@ function xt(e) {
|
|
|
1505
1504
|
function no(e, u, t) {
|
|
1506
1505
|
return [].concat(e.slice(0, u), t, e.slice(u + 1));
|
|
1507
1506
|
}
|
|
1508
|
-
function
|
|
1507
|
+
function xn(e) {
|
|
1509
1508
|
return !(e >= 55296 && e <= 57343 || e >= 64976 && e <= 65007 || (e & 65535) === 65535 || (e & 65535) === 65534 || e >= 0 && e <= 8 || e === 11 || e >= 14 && e <= 31 || e >= 127 && e <= 159 || e > 1114111);
|
|
1510
1509
|
}
|
|
1511
|
-
function
|
|
1510
|
+
function ft(e) {
|
|
1512
1511
|
if (e > 65535) {
|
|
1513
1512
|
e -= 65536;
|
|
1514
1513
|
const u = 55296 + (e >> 10), t = 56320 + (e & 1023);
|
|
@@ -1520,7 +1519,7 @@ const ro = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, Ka = /&([a-z#][a-z0-9]{
|
|
|
1520
1519
|
function t0(e, u) {
|
|
1521
1520
|
if (u.charCodeAt(0) === 35 && u0.test(u)) {
|
|
1522
1521
|
const n = u[1].toLowerCase() === "x" ? parseInt(u.slice(2), 16) : parseInt(u.slice(1), 10);
|
|
1523
|
-
return
|
|
1522
|
+
return xn(n) ? ft(n) : e;
|
|
1524
1523
|
}
|
|
1525
1524
|
const t = to(e);
|
|
1526
1525
|
return t !== e ? t : e;
|
|
@@ -1542,7 +1541,7 @@ const r0 = /[&<>"]/, o0 = /[&<>"]/g, i0 = {
|
|
|
1542
1541
|
function a0(e) {
|
|
1543
1542
|
return i0[e];
|
|
1544
1543
|
}
|
|
1545
|
-
function
|
|
1544
|
+
function Ke(e) {
|
|
1546
1545
|
return r0.test(e) ? e.replace(o0, a0) : e;
|
|
1547
1546
|
}
|
|
1548
1547
|
const c0 = /[.?*+^$[\]\\(){}|-]/g;
|
|
@@ -1582,7 +1581,7 @@ function Pu(e) {
|
|
|
1582
1581
|
return !1;
|
|
1583
1582
|
}
|
|
1584
1583
|
function Ru(e) {
|
|
1585
|
-
return
|
|
1584
|
+
return mn.test(e) || Kr.test(e);
|
|
1586
1585
|
}
|
|
1587
1586
|
function Ou(e) {
|
|
1588
1587
|
switch (e) {
|
|
@@ -1630,15 +1629,15 @@ const l0 = { mdurl: La, ucmicro: Ba }, f0 = /* @__PURE__ */ Object.freeze(/* @__
|
|
|
1630
1629
|
__proto__: null,
|
|
1631
1630
|
arrayReplaceAt: no,
|
|
1632
1631
|
assign: xt,
|
|
1633
|
-
escapeHtml:
|
|
1632
|
+
escapeHtml: Ke,
|
|
1634
1633
|
escapeRE: s0,
|
|
1635
|
-
fromCodePoint:
|
|
1634
|
+
fromCodePoint: ft,
|
|
1636
1635
|
has: Ja,
|
|
1637
1636
|
isMdAsciiPunct: Ou,
|
|
1638
1637
|
isPunctChar: Ru,
|
|
1639
1638
|
isSpace: Q,
|
|
1640
|
-
isString:
|
|
1641
|
-
isValidEntityCode:
|
|
1639
|
+
isString: gn,
|
|
1640
|
+
isValidEntityCode: xn,
|
|
1642
1641
|
isWhiteSpace: Pu,
|
|
1643
1642
|
lib: l0,
|
|
1644
1643
|
normalizeReference: kt,
|
|
@@ -1741,17 +1740,17 @@ const b0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1741
1740
|
parseLinkDestination: p0,
|
|
1742
1741
|
parseLinkLabel: d0,
|
|
1743
1742
|
parseLinkTitle: h0
|
|
1744
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1745
|
-
|
|
1743
|
+
}, Symbol.toStringTag, { value: "Module" })), $e = {};
|
|
1744
|
+
$e.code_inline = function(e, u, t, n, r) {
|
|
1746
1745
|
const o = e[u];
|
|
1747
|
-
return "<code" + r.renderAttrs(o) + ">" +
|
|
1746
|
+
return "<code" + r.renderAttrs(o) + ">" + Ke(o.content) + "</code>";
|
|
1748
1747
|
};
|
|
1749
|
-
|
|
1748
|
+
$e.code_block = function(e, u, t, n, r) {
|
|
1750
1749
|
const o = e[u];
|
|
1751
|
-
return "<pre" + r.renderAttrs(o) + "><code>" +
|
|
1750
|
+
return "<pre" + r.renderAttrs(o) + "><code>" + Ke(e[u].content) + `</code></pre>
|
|
1752
1751
|
`;
|
|
1753
1752
|
};
|
|
1754
|
-
|
|
1753
|
+
$e.fence = function(e, u, t, n, r) {
|
|
1755
1754
|
const o = e[u], i = o.info ? mu(o.info).trim() : "";
|
|
1756
1755
|
let a = "", c = "";
|
|
1757
1756
|
if (i) {
|
|
@@ -1759,7 +1758,7 @@ Be.fence = function(e, u, t, n, r) {
|
|
|
1759
1758
|
a = l[0], c = l.slice(2).join("");
|
|
1760
1759
|
}
|
|
1761
1760
|
let s;
|
|
1762
|
-
if (t.highlight ? s = t.highlight(o.content, a, c) ||
|
|
1761
|
+
if (t.highlight ? s = t.highlight(o.content, a, c) || Ke(o.content) : s = Ke(o.content), s.indexOf("<pre") === 0)
|
|
1763
1762
|
return s + `
|
|
1764
1763
|
`;
|
|
1765
1764
|
if (i) {
|
|
@@ -1774,39 +1773,39 @@ Be.fence = function(e, u, t, n, r) {
|
|
|
1774
1773
|
return `<pre><code${r.renderAttrs(o)}>${s}</code></pre>
|
|
1775
1774
|
`;
|
|
1776
1775
|
};
|
|
1777
|
-
|
|
1776
|
+
$e.image = function(e, u, t, n, r) {
|
|
1778
1777
|
const o = e[u];
|
|
1779
1778
|
return o.attrs[o.attrIndex("alt")][1] = r.renderInlineAsText(o.children, t, n), r.renderToken(e, u, t);
|
|
1780
1779
|
};
|
|
1781
|
-
|
|
1780
|
+
$e.hardbreak = function(e, u, t) {
|
|
1782
1781
|
return t.xhtmlOut ? `<br />
|
|
1783
1782
|
` : `<br>
|
|
1784
1783
|
`;
|
|
1785
1784
|
};
|
|
1786
|
-
|
|
1785
|
+
$e.softbreak = function(e, u, t) {
|
|
1787
1786
|
return t.breaks ? t.xhtmlOut ? `<br />
|
|
1788
1787
|
` : `<br>
|
|
1789
1788
|
` : `
|
|
1790
1789
|
`;
|
|
1791
1790
|
};
|
|
1792
|
-
|
|
1793
|
-
return
|
|
1791
|
+
$e.text = function(e, u) {
|
|
1792
|
+
return Ke(e[u].content);
|
|
1794
1793
|
};
|
|
1795
|
-
|
|
1794
|
+
$e.html_block = function(e, u) {
|
|
1796
1795
|
return e[u].content;
|
|
1797
1796
|
};
|
|
1798
|
-
|
|
1797
|
+
$e.html_inline = function(e, u) {
|
|
1799
1798
|
return e[u].content;
|
|
1800
1799
|
};
|
|
1801
1800
|
function gu() {
|
|
1802
|
-
this.rules = xt({},
|
|
1801
|
+
this.rules = xt({}, $e);
|
|
1803
1802
|
}
|
|
1804
1803
|
gu.prototype.renderAttrs = function(u) {
|
|
1805
1804
|
let t, n, r;
|
|
1806
1805
|
if (!u.attrs)
|
|
1807
1806
|
return "";
|
|
1808
1807
|
for (r = "", t = 0, n = u.attrs.length; t < n; t++)
|
|
1809
|
-
r += " " +
|
|
1808
|
+
r += " " + Ke(u.attrs[t][0]) + '="' + Ke(u.attrs[t][1]) + '"';
|
|
1810
1809
|
return r;
|
|
1811
1810
|
};
|
|
1812
1811
|
gu.prototype.renderToken = function(u, t, n) {
|
|
@@ -2087,7 +2086,7 @@ function T0(e) {
|
|
|
2087
2086
|
e.tokens[u].type === "inline" && (E0.test(e.tokens[u].content) && C0(e.tokens[u].children), io.test(e.tokens[u].content) && S0(e.tokens[u].children));
|
|
2088
2087
|
}
|
|
2089
2088
|
const P0 = /['"]/, fr = /['"]/g, dr = "’";
|
|
2090
|
-
function
|
|
2089
|
+
function et(e, u, t) {
|
|
2091
2090
|
return e.slice(0, u) + t + e.slice(u + 1);
|
|
2092
2091
|
}
|
|
2093
2092
|
function R0(e, u) {
|
|
@@ -2129,7 +2128,7 @@ function R0(e, u) {
|
|
|
2129
2128
|
}
|
|
2130
2129
|
const _ = Ou(d) || Ru(String.fromCharCode(d)), E = Ou(v) || Ru(String.fromCharCode(v)), b = Pu(d), m = Pu(v);
|
|
2131
2130
|
if (m ? f = !1 : E && (b || _ || (f = !1)), b ? y = !1 : _ && (m || E || (y = !1)), v === 34 && l[0] === '"' && d >= 48 && d <= 57 && (y = f = !1), f && y && (f = _, y = E), !f && !y) {
|
|
2132
|
-
k && (o.content =
|
|
2131
|
+
k && (o.content = et(o.content, l.index, dr));
|
|
2133
2132
|
continue;
|
|
2134
2133
|
}
|
|
2135
2134
|
if (y)
|
|
@@ -2140,7 +2139,7 @@ function R0(e, u) {
|
|
|
2140
2139
|
if (x.single === k && n[t].level === i) {
|
|
2141
2140
|
x = n[t];
|
|
2142
2141
|
let p, g;
|
|
2143
|
-
k ? (p = u.md.options.quotes[2], g = u.md.options.quotes[3]) : (p = u.md.options.quotes[0], g = u.md.options.quotes[1]), o.content =
|
|
2142
|
+
k ? (p = u.md.options.quotes[2], g = u.md.options.quotes[3]) : (p = u.md.options.quotes[0], g = u.md.options.quotes[1]), o.content = et(o.content, l.index, g), e[x.token].content = et(
|
|
2144
2143
|
e[x.token].content,
|
|
2145
2144
|
x.pos,
|
|
2146
2145
|
p
|
|
@@ -2153,7 +2152,7 @@ function R0(e, u) {
|
|
|
2153
2152
|
pos: l.index,
|
|
2154
2153
|
single: k,
|
|
2155
2154
|
level: i
|
|
2156
|
-
}) : y && k && (o.content =
|
|
2155
|
+
}) : y && k && (o.content = et(o.content, l.index, dr));
|
|
2157
2156
|
}
|
|
2158
2157
|
}
|
|
2159
2158
|
}
|
|
@@ -2175,7 +2174,7 @@ function M0(e) {
|
|
|
2175
2174
|
u !== t && (i.length = t);
|
|
2176
2175
|
}
|
|
2177
2176
|
}
|
|
2178
|
-
const
|
|
2177
|
+
const zt = [
|
|
2179
2178
|
["normalize", x0],
|
|
2180
2179
|
["block", k0],
|
|
2181
2180
|
["inline", y0],
|
|
@@ -2186,18 +2185,18 @@ const It = [
|
|
|
2186
2185
|
// and joins them with the rest of the text
|
|
2187
2186
|
["text_join", M0]
|
|
2188
2187
|
];
|
|
2189
|
-
function
|
|
2188
|
+
function kn() {
|
|
2190
2189
|
this.ruler = new _e();
|
|
2191
|
-
for (let e = 0; e <
|
|
2192
|
-
this.ruler.push(
|
|
2190
|
+
for (let e = 0; e < zt.length; e++)
|
|
2191
|
+
this.ruler.push(zt[e][0], zt[e][1]);
|
|
2193
2192
|
}
|
|
2194
|
-
|
|
2193
|
+
kn.prototype.process = function(e) {
|
|
2195
2194
|
const u = this.ruler.getRules("");
|
|
2196
2195
|
for (let t = 0, n = u.length; t < n; t++)
|
|
2197
2196
|
u[t](e);
|
|
2198
2197
|
};
|
|
2199
|
-
|
|
2200
|
-
function
|
|
2198
|
+
kn.prototype.State = oo;
|
|
2199
|
+
function ze(e, u, t, n) {
|
|
2201
2200
|
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;
|
|
2202
2201
|
const r = this.src;
|
|
2203
2202
|
for (let o = 0, i = 0, a = 0, c = 0, s = r.length, l = !1; i < s; i++) {
|
|
@@ -2212,19 +2211,19 @@ function $e(e, u, t, n) {
|
|
|
2212
2211
|
}
|
|
2213
2212
|
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;
|
|
2214
2213
|
}
|
|
2215
|
-
|
|
2214
|
+
ze.prototype.push = function(e, u, t) {
|
|
2216
2215
|
const n = new Re(e, u, t);
|
|
2217
2216
|
return n.block = !0, t < 0 && this.level--, n.level = this.level, t > 0 && this.level++, this.tokens.push(n), n;
|
|
2218
2217
|
};
|
|
2219
|
-
|
|
2218
|
+
ze.prototype.isEmpty = function(u) {
|
|
2220
2219
|
return this.bMarks[u] + this.tShift[u] >= this.eMarks[u];
|
|
2221
2220
|
};
|
|
2222
|
-
|
|
2221
|
+
ze.prototype.skipEmptyLines = function(u) {
|
|
2223
2222
|
for (let t = this.lineMax; u < t && !(this.bMarks[u] + this.tShift[u] < this.eMarks[u]); u++)
|
|
2224
2223
|
;
|
|
2225
2224
|
return u;
|
|
2226
2225
|
};
|
|
2227
|
-
|
|
2226
|
+
ze.prototype.skipSpaces = function(u) {
|
|
2228
2227
|
for (let t = this.src.length; u < t; u++) {
|
|
2229
2228
|
const n = this.src.charCodeAt(u);
|
|
2230
2229
|
if (!Q(n))
|
|
@@ -2232,7 +2231,7 @@ $e.prototype.skipSpaces = function(u) {
|
|
|
2232
2231
|
}
|
|
2233
2232
|
return u;
|
|
2234
2233
|
};
|
|
2235
|
-
|
|
2234
|
+
ze.prototype.skipSpacesBack = function(u, t) {
|
|
2236
2235
|
if (u <= t)
|
|
2237
2236
|
return u;
|
|
2238
2237
|
for (; u > t; )
|
|
@@ -2240,12 +2239,12 @@ $e.prototype.skipSpacesBack = function(u, t) {
|
|
|
2240
2239
|
return u + 1;
|
|
2241
2240
|
return u;
|
|
2242
2241
|
};
|
|
2243
|
-
|
|
2242
|
+
ze.prototype.skipChars = function(u, t) {
|
|
2244
2243
|
for (let n = this.src.length; u < n && this.src.charCodeAt(u) === t; u++)
|
|
2245
2244
|
;
|
|
2246
2245
|
return u;
|
|
2247
2246
|
};
|
|
2248
|
-
|
|
2247
|
+
ze.prototype.skipCharsBack = function(u, t, n) {
|
|
2249
2248
|
if (u <= n)
|
|
2250
2249
|
return u;
|
|
2251
2250
|
for (; u > n; )
|
|
@@ -2253,7 +2252,7 @@ $e.prototype.skipCharsBack = function(u, t, n) {
|
|
|
2253
2252
|
return u + 1;
|
|
2254
2253
|
return u;
|
|
2255
2254
|
};
|
|
2256
|
-
|
|
2255
|
+
ze.prototype.getLines = function(u, t, n, r) {
|
|
2257
2256
|
if (u >= t)
|
|
2258
2257
|
return "";
|
|
2259
2258
|
const o = new Array(t - u);
|
|
@@ -2275,9 +2274,9 @@ $e.prototype.getLines = function(u, t, n, r) {
|
|
|
2275
2274
|
}
|
|
2276
2275
|
return o.join("");
|
|
2277
2276
|
};
|
|
2278
|
-
|
|
2277
|
+
ze.prototype.Token = Re;
|
|
2279
2278
|
const L0 = 65536;
|
|
2280
|
-
function
|
|
2279
|
+
function Ut(e, u) {
|
|
2281
2280
|
const t = e.bMarks[u] + e.tShift[u], n = e.eMarks[u];
|
|
2282
2281
|
return e.src.slice(t, n);
|
|
2283
2282
|
}
|
|
@@ -2309,7 +2308,7 @@ function N0(e, u, t, n) {
|
|
|
2309
2308
|
return !1;
|
|
2310
2309
|
o++;
|
|
2311
2310
|
}
|
|
2312
|
-
let c =
|
|
2311
|
+
let c = Ut(e, u + 1), s = c.split("|");
|
|
2313
2312
|
const l = [];
|
|
2314
2313
|
for (let x = 0; x < s.length; x++) {
|
|
2315
2314
|
const p = s[x].trim();
|
|
@@ -2322,7 +2321,7 @@ function N0(e, u, t, n) {
|
|
|
2322
2321
|
return !1;
|
|
2323
2322
|
p.charCodeAt(p.length - 1) === 58 ? l.push(p.charCodeAt(0) === 58 ? "center" : "right") : p.charCodeAt(0) === 58 ? l.push("left") : l.push("");
|
|
2324
2323
|
}
|
|
2325
|
-
if (c =
|
|
2324
|
+
if (c = Ut(e, u).trim(), c.indexOf("|") === -1 || e.sCount[u] - e.blkIndent >= 4)
|
|
2326
2325
|
return !1;
|
|
2327
2326
|
s = pr(c), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop();
|
|
2328
2327
|
const f = s.length;
|
|
@@ -2353,7 +2352,7 @@ function N0(e, u, t, n) {
|
|
|
2353
2352
|
x = !0;
|
|
2354
2353
|
break;
|
|
2355
2354
|
}
|
|
2356
|
-
if (x || (c =
|
|
2355
|
+
if (x || (c = Ut(e, r).trim(), !c) || e.sCount[r] - e.blkIndent >= 4 || (s = pr(c), s.length && s[0] === "" && s.shift(), s.length && s[s.length - 1] === "" && s.pop(), m += f - s.length, m > L0))
|
|
2357
2356
|
break;
|
|
2358
2357
|
if (r === u + 2) {
|
|
2359
2358
|
const g = e.push("tbody_open", "tbody", 1);
|
|
@@ -2391,7 +2390,7 @@ function B0(e, u, t) {
|
|
|
2391
2390
|
return o.content = e.getLines(u, r, 4 + e.blkIndent, !1) + `
|
|
2392
2391
|
`, o.map = [u, e.line], !0;
|
|
2393
2392
|
}
|
|
2394
|
-
function
|
|
2393
|
+
function I0(e, u, t, n) {
|
|
2395
2394
|
let r = e.bMarks[u] + e.tShift[u], o = e.eMarks[u];
|
|
2396
2395
|
if (e.sCount[u] - e.blkIndent >= 4 || r + 3 > o)
|
|
2397
2396
|
return !1;
|
|
@@ -2418,7 +2417,7 @@ function $0(e, u, t, n) {
|
|
|
2418
2417
|
const k = e.push("fence", "code", 0);
|
|
2419
2418
|
return k.info = l, k.content = e.getLines(u + 1, f, c, !0), k.markup = s, k.map = [u, e.line], !0;
|
|
2420
2419
|
}
|
|
2421
|
-
function
|
|
2420
|
+
function $0(e, u, t, n) {
|
|
2422
2421
|
let r = e.bMarks[u] + e.tShift[u], o = e.eMarks[u];
|
|
2423
2422
|
const i = e.lineMax;
|
|
2424
2423
|
if (e.sCount[u] - e.blkIndent >= 4 || e.src.charCodeAt(r) !== 62)
|
|
@@ -2874,13 +2873,13 @@ function ic(e, u, t) {
|
|
|
2874
2873
|
const c = e.push("inline", "", 0);
|
|
2875
2874
|
return c.content = i, c.map = [u, e.line], c.children = [], e.push("paragraph_close", "p", -1), e.parentType = r, !0;
|
|
2876
2875
|
}
|
|
2877
|
-
const
|
|
2876
|
+
const ut = [
|
|
2878
2877
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
2879
2878
|
// which can be terminated by this one.
|
|
2880
2879
|
["table", N0, ["paragraph", "reference"]],
|
|
2881
2880
|
["code", B0],
|
|
2882
|
-
["fence",
|
|
2883
|
-
["blockquote",
|
|
2881
|
+
["fence", I0, ["paragraph", "reference", "blockquote", "list"]],
|
|
2882
|
+
["blockquote", $0, ["paragraph", "reference", "blockquote", "list"]],
|
|
2884
2883
|
["hr", z0, ["paragraph", "reference", "blockquote", "list"]],
|
|
2885
2884
|
["list", q0, ["paragraph", "reference", "blockquote"]],
|
|
2886
2885
|
["reference", j0],
|
|
@@ -2891,8 +2890,8 @@ const et = [
|
|
|
2891
2890
|
];
|
|
2892
2891
|
function yt() {
|
|
2893
2892
|
this.ruler = new _e();
|
|
2894
|
-
for (let e = 0; e <
|
|
2895
|
-
this.ruler.push(
|
|
2893
|
+
for (let e = 0; e < ut.length; e++)
|
|
2894
|
+
this.ruler.push(ut[e][0], ut[e][1], { alt: (ut[e][2] || []).slice() });
|
|
2896
2895
|
}
|
|
2897
2896
|
yt.prototype.tokenize = function(e, u, t) {
|
|
2898
2897
|
const n = this.ruler.getRules(""), r = n.length, o = e.md.options.maxNesting;
|
|
@@ -2920,7 +2919,7 @@ yt.prototype.parse = function(e, u, t, n) {
|
|
|
2920
2919
|
const r = new this.State(e, u, t, n);
|
|
2921
2920
|
this.tokenize(r, r.line, r.lineMax);
|
|
2922
2921
|
};
|
|
2923
|
-
yt.prototype.State =
|
|
2922
|
+
yt.prototype.State = ze;
|
|
2924
2923
|
function $u(e, u, t, n) {
|
|
2925
2924
|
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;
|
|
2926
2925
|
}
|
|
@@ -3023,11 +3022,11 @@ function fc(e, u) {
|
|
|
3023
3022
|
t++;
|
|
3024
3023
|
return e.pos = t, !0;
|
|
3025
3024
|
}
|
|
3026
|
-
const
|
|
3025
|
+
const yn = [];
|
|
3027
3026
|
for (let e = 0; e < 256; e++)
|
|
3028
|
-
|
|
3027
|
+
yn.push(0);
|
|
3029
3028
|
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e) {
|
|
3030
|
-
|
|
3029
|
+
yn[e.charCodeAt(0)] = 1;
|
|
3031
3030
|
});
|
|
3032
3031
|
function dc(e, u) {
|
|
3033
3032
|
let t = e.pos;
|
|
@@ -3047,7 +3046,7 @@ function dc(e, u) {
|
|
|
3047
3046
|
const i = "\\" + o;
|
|
3048
3047
|
if (!u) {
|
|
3049
3048
|
const a = e.push("text_special", "", 0);
|
|
3050
|
-
r < 256 &&
|
|
3049
|
+
r < 256 && yn[r] !== 0 ? a.content = o : a.content = i, a.markup = i, a.info = "escape";
|
|
3051
3050
|
}
|
|
3052
3051
|
return e.pos = t + 1, !0;
|
|
3053
3052
|
}
|
|
@@ -3344,7 +3343,7 @@ function Sc(e, u) {
|
|
|
3344
3343
|
if (o) {
|
|
3345
3344
|
if (!u) {
|
|
3346
3345
|
const i = o[1][0].toLowerCase() === "x" ? parseInt(o[1].slice(1), 16) : parseInt(o[1], 10), a = e.push("text_special", "", 0);
|
|
3347
|
-
a.content =
|
|
3346
|
+
a.content = xn(i) ? ft(i) : ft(65533), a.markup = o[0], a.info = "entity";
|
|
3348
3347
|
}
|
|
3349
3348
|
return e.pos += o[0].length, !0;
|
|
3350
3349
|
}
|
|
@@ -3401,7 +3400,7 @@ function Pc(e) {
|
|
|
3401
3400
|
r[u].nesting < 0 && n--, r[u].level = n, r[u].nesting > 0 && n++, r[u].type === "text" && u + 1 < o && r[u + 1].type === "text" ? r[u + 1].content = r[u].content + r[u + 1].content : (u !== t && (r[t] = r[u]), t++);
|
|
3402
3401
|
u !== t && (r.length = t);
|
|
3403
3402
|
}
|
|
3404
|
-
const
|
|
3403
|
+
const qt = [
|
|
3405
3404
|
["text", cc],
|
|
3406
3405
|
["linkify", lc],
|
|
3407
3406
|
["newline", fc],
|
|
@@ -3414,7 +3413,7 @@ const Ut = [
|
|
|
3414
3413
|
["autolink", vc],
|
|
3415
3414
|
["html_inline", Dc],
|
|
3416
3415
|
["entity", Sc]
|
|
3417
|
-
],
|
|
3416
|
+
], jt = [
|
|
3418
3417
|
["balance_pairs", Tc],
|
|
3419
3418
|
["strikethrough", so.postProcess],
|
|
3420
3419
|
["emphasis", lo.postProcess],
|
|
@@ -3422,15 +3421,15 @@ const Ut = [
|
|
|
3422
3421
|
// rule below merges unused segments back with the rest of the text
|
|
3423
3422
|
["fragments_join", Pc]
|
|
3424
3423
|
];
|
|
3425
|
-
function
|
|
3424
|
+
function zu() {
|
|
3426
3425
|
this.ruler = new _e();
|
|
3427
|
-
for (let e = 0; e < Ut.length; e++)
|
|
3428
|
-
this.ruler.push(Ut[e][0], Ut[e][1]);
|
|
3429
|
-
this.ruler2 = new _e();
|
|
3430
3426
|
for (let e = 0; e < qt.length; e++)
|
|
3431
|
-
this.
|
|
3427
|
+
this.ruler.push(qt[e][0], qt[e][1]);
|
|
3428
|
+
this.ruler2 = new _e();
|
|
3429
|
+
for (let e = 0; e < jt.length; e++)
|
|
3430
|
+
this.ruler2.push(jt[e][0], jt[e][1]);
|
|
3432
3431
|
}
|
|
3433
|
-
|
|
3432
|
+
zu.prototype.skipToken = function(e) {
|
|
3434
3433
|
const u = e.pos, t = this.ruler.getRules(""), n = t.length, r = e.md.options.maxNesting, o = e.cache;
|
|
3435
3434
|
if (typeof o[u] < "u") {
|
|
3436
3435
|
e.pos = o[u];
|
|
@@ -3448,7 +3447,7 @@ Iu.prototype.skipToken = function(e) {
|
|
|
3448
3447
|
e.pos = e.posMax;
|
|
3449
3448
|
i || e.pos++, o[u] = e.pos;
|
|
3450
3449
|
};
|
|
3451
|
-
|
|
3450
|
+
zu.prototype.tokenize = function(e) {
|
|
3452
3451
|
const u = this.ruler.getRules(""), t = u.length, n = e.posMax, r = e.md.options.maxNesting;
|
|
3453
3452
|
for (; e.pos < n; ) {
|
|
3454
3453
|
const o = e.pos;
|
|
@@ -3470,17 +3469,17 @@ Iu.prototype.tokenize = function(e) {
|
|
|
3470
3469
|
}
|
|
3471
3470
|
e.pending && e.pushPending();
|
|
3472
3471
|
};
|
|
3473
|
-
|
|
3472
|
+
zu.prototype.parse = function(e, u, t, n) {
|
|
3474
3473
|
const r = new this.State(e, u, t, n);
|
|
3475
3474
|
this.tokenize(r);
|
|
3476
3475
|
const o = this.ruler2.getRules(""), i = o.length;
|
|
3477
3476
|
for (let a = 0; a < i; a++)
|
|
3478
3477
|
o[a](r);
|
|
3479
3478
|
};
|
|
3480
|
-
|
|
3479
|
+
zu.prototype.State = $u;
|
|
3481
3480
|
function Rc(e) {
|
|
3482
3481
|
const u = {};
|
|
3483
|
-
e = e || {}, u.src_Any = Qr.source, u.src_Cc = Jr.source, u.src_Z = eo.source, u.src_P =
|
|
3482
|
+
e = e || {}, u.src_Any = Qr.source, u.src_Cc = Jr.source, u.src_Z = eo.source, u.src_P = mn.source, u.src_ZPCc = [u.src_Z, u.src_P, u.src_Cc].join("|"), u.src_ZCc = [u.src_Z, u.src_Cc].join("|");
|
|
3484
3483
|
const t = "[><|]";
|
|
3485
3484
|
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
|
|
3486
3485
|
",(?!" + 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)
|
|
@@ -3490,7 +3489,7 @@ function Rc(e) {
|
|
|
3490
3489
|
// but can start with > (markdown blockquote)
|
|
3491
3490
|
"(^|(?![.:/\\-_@])(?:[$+<=>^`||]|" + u.src_ZPCc + "))((?![$+<=>^`||])" + u.tpl_host_port_no_ip_fuzzy_strict + u.src_path + ")", u;
|
|
3492
3491
|
}
|
|
3493
|
-
function
|
|
3492
|
+
function rn(e) {
|
|
3494
3493
|
return Array.prototype.slice.call(arguments, 1).forEach(function(t) {
|
|
3495
3494
|
t && Object.keys(t).forEach(function(n) {
|
|
3496
3495
|
e[n] = t[n];
|
|
@@ -3525,7 +3524,7 @@ function Bc(e) {
|
|
|
3525
3524
|
return u || fo.hasOwnProperty(t);
|
|
3526
3525
|
}, !1);
|
|
3527
3526
|
}
|
|
3528
|
-
const
|
|
3527
|
+
const Ic = {
|
|
3529
3528
|
"http:": {
|
|
3530
3529
|
validate: function(e, u, t) {
|
|
3531
3530
|
const n = e.slice(u);
|
|
@@ -3557,7 +3556,7 @@ const $c = {
|
|
|
3557
3556
|
)), t.re.mailto.test(n) ? n.match(t.re.mailto)[0].length : 0;
|
|
3558
3557
|
}
|
|
3559
3558
|
}
|
|
3560
|
-
},
|
|
3559
|
+
}, $c = "a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]", zc = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
3561
3560
|
function Uc(e) {
|
|
3562
3561
|
e.__index__ = -1, e.__text_cache__ = "";
|
|
3563
3562
|
}
|
|
@@ -3572,9 +3571,9 @@ function yr() {
|
|
|
3572
3571
|
u.normalize(e);
|
|
3573
3572
|
};
|
|
3574
3573
|
}
|
|
3575
|
-
function
|
|
3574
|
+
function dt(e) {
|
|
3576
3575
|
const u = e.re = Rc(e.__opts__), t = e.__tlds__.slice();
|
|
3577
|
-
e.onCompile(), e.__tlds_replaced__ || t.push(
|
|
3576
|
+
e.onCompile(), e.__tlds_replaced__ || t.push($c), t.push(u.src_xn), u.src_tlds = t.join("|");
|
|
3578
3577
|
function n(a) {
|
|
3579
3578
|
return a.replace("%TLDS%", u.src_tlds);
|
|
3580
3579
|
}
|
|
@@ -3613,20 +3612,20 @@ function jc(e, u) {
|
|
|
3613
3612
|
const t = e.__index__, n = e.__last_index__, r = e.__text_cache__.slice(t, n);
|
|
3614
3613
|
this.schema = e.__schema__.toLowerCase(), this.index = t + u, this.lastIndex = n + u, this.raw = r, this.text = r, this.url = r;
|
|
3615
3614
|
}
|
|
3616
|
-
function
|
|
3615
|
+
function on(e, u) {
|
|
3617
3616
|
const t = new jc(e, u);
|
|
3618
3617
|
return e.__compiled__[t.schema].normalize(t, e), t;
|
|
3619
3618
|
}
|
|
3620
3619
|
function we(e, u) {
|
|
3621
3620
|
if (!(this instanceof we))
|
|
3622
3621
|
return new we(e, u);
|
|
3623
|
-
u || Bc(e) && (u = e, e = {}), this.__opts__ =
|
|
3622
|
+
u || Bc(e) && (u = e, e = {}), this.__opts__ = rn({}, fo, u), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = rn({}, Ic, e), this.__compiled__ = {}, this.__tlds__ = zc, this.__tlds_replaced__ = !1, this.re = {}, dt(this);
|
|
3624
3623
|
}
|
|
3625
3624
|
we.prototype.add = function(u, t) {
|
|
3626
|
-
return this.__schemas__[u] = t,
|
|
3625
|
+
return this.__schemas__[u] = t, dt(this), this;
|
|
3627
3626
|
};
|
|
3628
3627
|
we.prototype.set = function(u) {
|
|
3629
|
-
return this.__opts__ =
|
|
3628
|
+
return this.__opts__ = rn(this.__opts__, u), this;
|
|
3630
3629
|
};
|
|
3631
3630
|
we.prototype.test = function(u) {
|
|
3632
3631
|
if (this.__text_cache__ = u, this.__index__ = -1, !u.length)
|
|
@@ -3650,10 +3649,10 @@ we.prototype.testSchemaAt = function(u, t, n) {
|
|
|
3650
3649
|
we.prototype.match = function(u) {
|
|
3651
3650
|
const t = [];
|
|
3652
3651
|
let n = 0;
|
|
3653
|
-
this.__index__ >= 0 && this.__text_cache__ === u && (t.push(
|
|
3652
|
+
this.__index__ >= 0 && this.__text_cache__ === u && (t.push(on(this, n)), n = this.__last_index__);
|
|
3654
3653
|
let r = n ? u.slice(n) : u;
|
|
3655
3654
|
for (; this.test(r); )
|
|
3656
|
-
t.push(
|
|
3655
|
+
t.push(on(this, n)), r = r.slice(this.__last_index__), n += this.__last_index__;
|
|
3657
3656
|
return t.length ? t : null;
|
|
3658
3657
|
};
|
|
3659
3658
|
we.prototype.matchAtStart = function(u) {
|
|
@@ -3661,23 +3660,23 @@ we.prototype.matchAtStart = function(u) {
|
|
|
3661
3660
|
const t = this.re.schema_at_start.exec(u);
|
|
3662
3661
|
if (!t) return null;
|
|
3663
3662
|
const n = this.testSchemaAt(u, t[2], t[0].length);
|
|
3664
|
-
return n ? (this.__schema__ = t[2], this.__index__ = t.index + t[1].length, this.__last_index__ = t.index + t[0].length + n,
|
|
3663
|
+
return n ? (this.__schema__ = t[2], this.__index__ = t.index + t[1].length, this.__last_index__ = t.index + t[0].length + n, on(this, 0)) : null;
|
|
3665
3664
|
};
|
|
3666
3665
|
we.prototype.tlds = function(u, t) {
|
|
3667
3666
|
return u = Array.isArray(u) ? u : [u], t ? (this.__tlds__ = this.__tlds__.concat(u).sort().filter(function(n, r, o) {
|
|
3668
3667
|
return n !== o[r - 1];
|
|
3669
|
-
}).reverse(),
|
|
3668
|
+
}).reverse(), dt(this), this) : (this.__tlds__ = u.slice(), this.__tlds_replaced__ = !0, dt(this), this);
|
|
3670
3669
|
};
|
|
3671
3670
|
we.prototype.normalize = function(u) {
|
|
3672
3671
|
u.schema || (u.url = "http://" + u.url), u.schema === "mailto:" && !/^mailto:/i.test(u.url) && (u.url = "mailto:" + u.url);
|
|
3673
3672
|
};
|
|
3674
3673
|
we.prototype.onCompile = function() {
|
|
3675
3674
|
};
|
|
3676
|
-
const hu = 2147483647,
|
|
3675
|
+
const hu = 2147483647, Be = 36, _n = 1, Mu = 26, Hc = 38, Gc = 700, po = 72, ho = 128, bo = "-", Wc = /^xn--/, Vc = /[^\0-\x7F]/, Zc = /[\x2E\u3002\uFF0E\uFF61]/g, Yc = {
|
|
3677
3676
|
overflow: "Overflow: input needs wider integers to process",
|
|
3678
3677
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
3679
3678
|
"invalid-input": "Invalid input"
|
|
3680
|
-
},
|
|
3679
|
+
}, Ht = Be - _n, Ie = Math.floor, Gt = String.fromCharCode;
|
|
3681
3680
|
function We(e) {
|
|
3682
3681
|
throw new RangeError(Yc[e]);
|
|
3683
3682
|
}
|
|
@@ -3710,14 +3709,14 @@ function go(e) {
|
|
|
3710
3709
|
return u;
|
|
3711
3710
|
}
|
|
3712
3711
|
const Qc = (e) => String.fromCodePoint(...e), Jc = function(e) {
|
|
3713
|
-
return e >= 48 && e < 58 ? 26 + (e - 48) : e >= 65 && e < 91 ? e - 65 : e >= 97 && e < 123 ? e - 97 :
|
|
3712
|
+
return e >= 48 && e < 58 ? 26 + (e - 48) : e >= 65 && e < 91 ? e - 65 : e >= 97 && e < 123 ? e - 97 : Be;
|
|
3714
3713
|
}, _r = function(e, u) {
|
|
3715
3714
|
return e + 22 + 75 * (e < 26) - ((u != 0) << 5);
|
|
3716
3715
|
}, xo = function(e, u, t) {
|
|
3717
3716
|
let n = 0;
|
|
3718
|
-
for (e = t ?
|
|
3719
|
-
e =
|
|
3720
|
-
return
|
|
3717
|
+
for (e = t ? Ie(e / Gc) : e >> 1, e += Ie(e / u); e > Ht * Mu >> 1; n += Be)
|
|
3718
|
+
e = Ie(e / Ht);
|
|
3719
|
+
return Ie(n + (Ht + 1) * e / (e + Hc));
|
|
3721
3720
|
}, ko = function(e) {
|
|
3722
3721
|
const u = [], t = e.length;
|
|
3723
3722
|
let n = 0, r = ho, o = po, i = e.lastIndexOf(bo);
|
|
@@ -3726,18 +3725,18 @@ const Qc = (e) => String.fromCodePoint(...e), Jc = function(e) {
|
|
|
3726
3725
|
e.charCodeAt(a) >= 128 && We("not-basic"), u.push(e.charCodeAt(a));
|
|
3727
3726
|
for (let a = i > 0 ? i + 1 : 0; a < t; ) {
|
|
3728
3727
|
const c = n;
|
|
3729
|
-
for (let l = 1, f =
|
|
3728
|
+
for (let l = 1, f = Be; ; f += Be) {
|
|
3730
3729
|
a >= t && We("invalid-input");
|
|
3731
3730
|
const y = Jc(e.charCodeAt(a++));
|
|
3732
|
-
y >=
|
|
3733
|
-
const k = f <= o ?
|
|
3731
|
+
y >= Be && We("invalid-input"), y > Ie((hu - n) / l) && We("overflow"), n += y * l;
|
|
3732
|
+
const k = f <= o ? _n : f >= o + Mu ? Mu : f - o;
|
|
3734
3733
|
if (y < k)
|
|
3735
3734
|
break;
|
|
3736
|
-
const d =
|
|
3737
|
-
l >
|
|
3735
|
+
const d = Be - k;
|
|
3736
|
+
l > Ie(hu / d) && We("overflow"), l *= d;
|
|
3738
3737
|
}
|
|
3739
3738
|
const s = u.length + 1;
|
|
3740
|
-
o = xo(n - c, s, c == 0),
|
|
3739
|
+
o = xo(n - c, s, c == 0), Ie(n / s) > hu - r && We("overflow"), r += Ie(n / s), n %= s, u.splice(n++, 0, r);
|
|
3741
3740
|
}
|
|
3742
3741
|
return String.fromCodePoint(...u);
|
|
3743
3742
|
}, yo = function(e) {
|
|
@@ -3746,7 +3745,7 @@ const Qc = (e) => String.fromCodePoint(...e), Jc = function(e) {
|
|
|
3746
3745
|
const t = e.length;
|
|
3747
3746
|
let n = ho, r = 0, o = po;
|
|
3748
3747
|
for (const c of e)
|
|
3749
|
-
c < 128 && u.push(
|
|
3748
|
+
c < 128 && u.push(Gt(c));
|
|
3750
3749
|
const i = u.length;
|
|
3751
3750
|
let a = i;
|
|
3752
3751
|
for (i && u.push(bo); a < t; ) {
|
|
@@ -3754,20 +3753,20 @@ const Qc = (e) => String.fromCodePoint(...e), Jc = function(e) {
|
|
|
3754
3753
|
for (const l of e)
|
|
3755
3754
|
l >= n && l < c && (c = l);
|
|
3756
3755
|
const s = a + 1;
|
|
3757
|
-
c - n >
|
|
3756
|
+
c - n > Ie((hu - r) / s) && We("overflow"), r += (c - n) * s, n = c;
|
|
3758
3757
|
for (const l of e)
|
|
3759
3758
|
if (l < n && ++r > hu && We("overflow"), l === n) {
|
|
3760
3759
|
let f = r;
|
|
3761
|
-
for (let y =
|
|
3762
|
-
const k = y <= o ?
|
|
3760
|
+
for (let y = Be; ; y += Be) {
|
|
3761
|
+
const k = y <= o ? _n : y >= o + Mu ? Mu : y - o;
|
|
3763
3762
|
if (f < k)
|
|
3764
3763
|
break;
|
|
3765
|
-
const d = f - k, v =
|
|
3764
|
+
const d = f - k, v = Be - k;
|
|
3766
3765
|
u.push(
|
|
3767
|
-
|
|
3768
|
-
), f =
|
|
3766
|
+
Gt(_r(k + d % v, 0))
|
|
3767
|
+
), f = Ie(d / v);
|
|
3769
3768
|
}
|
|
3770
|
-
u.push(
|
|
3769
|
+
u.push(Gt(_r(f, 0))), o = xo(r, s, a === i), r = 0, ++a;
|
|
3771
3770
|
}
|
|
3772
3771
|
++r, ++n;
|
|
3773
3772
|
}
|
|
@@ -3978,34 +3977,34 @@ function as(e) {
|
|
|
3978
3977
|
}
|
|
3979
3978
|
const vo = ["http:", "https:", "mailto:"];
|
|
3980
3979
|
function cs(e) {
|
|
3981
|
-
const u =
|
|
3980
|
+
const u = bn(e, !0);
|
|
3982
3981
|
if (u.hostname && (!u.protocol || vo.indexOf(u.protocol) >= 0))
|
|
3983
3982
|
try {
|
|
3984
3983
|
u.hostname = _o.toASCII(u.hostname);
|
|
3985
3984
|
} catch {
|
|
3986
3985
|
}
|
|
3987
|
-
return
|
|
3986
|
+
return Iu(hn(u));
|
|
3988
3987
|
}
|
|
3989
3988
|
function ss(e) {
|
|
3990
|
-
const u =
|
|
3989
|
+
const u = bn(e, !0);
|
|
3991
3990
|
if (u.hostname && (!u.protocol || vo.indexOf(u.protocol) >= 0))
|
|
3992
3991
|
try {
|
|
3993
3992
|
u.hostname = _o.toUnicode(u.hostname);
|
|
3994
3993
|
} catch {
|
|
3995
3994
|
}
|
|
3996
|
-
return bu(
|
|
3995
|
+
return bu(hn(u), bu.defaultChars + "%");
|
|
3997
3996
|
}
|
|
3998
3997
|
function Ce(e, u) {
|
|
3999
3998
|
if (!(this instanceof Ce))
|
|
4000
3999
|
return new Ce(e, u);
|
|
4001
|
-
u ||
|
|
4000
|
+
u || gn(e) || (u = e || {}, e = "default"), this.inline = new zu(), this.block = new yt(), this.core = new kn(), this.renderer = new gu(), this.linkify = new we(), this.validateLink = as, this.normalizeLink = cs, this.normalizeLinkText = ss, this.utils = f0, this.helpers = xt({}, b0), this.options = {}, this.configure(e), u && this.set(u);
|
|
4002
4001
|
}
|
|
4003
4002
|
Ce.prototype.set = function(e) {
|
|
4004
4003
|
return xt(this.options, e), this;
|
|
4005
4004
|
};
|
|
4006
4005
|
Ce.prototype.configure = function(e) {
|
|
4007
4006
|
const u = this;
|
|
4008
|
-
if (
|
|
4007
|
+
if (gn(e)) {
|
|
4009
4008
|
const t = e;
|
|
4010
4009
|
if (e = rs[t], !e)
|
|
4011
4010
|
throw new Error('Wrong `markdown-it` preset "' + t + '", check name');
|
|
@@ -4060,28 +4059,22 @@ Ce.prototype.parseInline = function(e, u) {
|
|
|
4060
4059
|
Ce.prototype.renderInline = function(e, u) {
|
|
4061
4060
|
return u = u || {}, this.renderer.render(this.parseInline(e, u), this.options, u);
|
|
4062
4061
|
};
|
|
4063
|
-
function ls(e, u) {
|
|
4064
|
-
const { manual:
|
|
4065
|
-
|
|
4066
|
-
|
|
4062
|
+
function ls(e, u, t) {
|
|
4063
|
+
const { manual: n = !1, domPurify: r = !0, ...o } = t ?? {}, i = q(Jt(u) ? z(u.value) : zo(u) ? z(u) : u);
|
|
4064
|
+
Jt(u) && Pe(() => {
|
|
4065
|
+
i.value = z(u.value);
|
|
4067
4066
|
});
|
|
4068
|
-
const
|
|
4067
|
+
const a = q(""), c = Ce({ ...o });
|
|
4069
4068
|
function s(l) {
|
|
4070
4069
|
const f = c.render(l);
|
|
4071
|
-
|
|
4072
|
-
else {
|
|
4073
|
-
const y = He(a, (k) => {
|
|
4074
|
-
k && (k.innerHTML = i.value, y());
|
|
4075
|
-
});
|
|
4076
|
-
}
|
|
4077
|
-
return i.value;
|
|
4070
|
+
return a.value = r ? Ea.sanitize(f) : f, a.value;
|
|
4078
4071
|
}
|
|
4079
|
-
return
|
|
4072
|
+
return n || (s(i.value ?? ""), Xe(i, (l) => {
|
|
4080
4073
|
s(l ?? "");
|
|
4081
4074
|
})), {
|
|
4082
|
-
value:
|
|
4083
|
-
html:
|
|
4084
|
-
|
|
4075
|
+
value: i,
|
|
4076
|
+
html: a,
|
|
4077
|
+
templateRef: e,
|
|
4085
4078
|
md: c,
|
|
4086
4079
|
render: s
|
|
4087
4080
|
};
|
|
@@ -4090,7 +4083,7 @@ function fs(e, u) {
|
|
|
4090
4083
|
const { step: t = 1, interval: n = 50, enabled: r = !0 } = u ?? {}, o = q(0), i = q(!1), a = q(!1), c = q(!1), s = ne(() => r ? e.value.slice(0, o.value) : e.value), l = ne(() => Number(Math.min(o.value / e.value.length * 100, 100).toFixed(2)));
|
|
4091
4084
|
let f = null;
|
|
4092
4085
|
const y = Ze(), k = Ze(), d = Ze();
|
|
4093
|
-
|
|
4086
|
+
Xe(e, (p, g) => {
|
|
4094
4087
|
if (!g) {
|
|
4095
4088
|
o.value = 0, v();
|
|
4096
4089
|
return;
|
|
@@ -4154,18 +4147,10 @@ var vr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
4154
4147
|
function ds(e) {
|
|
4155
4148
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4156
4149
|
}
|
|
4157
|
-
var
|
|
4150
|
+
var Wt = { exports: {} }, Ar;
|
|
4158
4151
|
function ps() {
|
|
4159
4152
|
return Ar || (Ar = 1, (function(e) {
|
|
4160
4153
|
var u = typeof window < "u" ? window : typeof WorkerGlobalScope < "u" && self instanceof WorkerGlobalScope ? self : {};
|
|
4161
|
-
/**
|
|
4162
|
-
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
4163
|
-
*
|
|
4164
|
-
* @license MIT <https://opensource.org/licenses/MIT>
|
|
4165
|
-
* @author Lea Verou <https://lea.verou.me>
|
|
4166
|
-
* @namespace
|
|
4167
|
-
* @public
|
|
4168
|
-
*/
|
|
4169
4154
|
var t = (function(n) {
|
|
4170
4155
|
var r = /(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i, o = 0, i = {}, a = {
|
|
4171
4156
|
/**
|
|
@@ -4803,15 +4788,15 @@ function ps() {
|
|
|
4803
4788
|
W--, ee = b.slice(P, ce), re.index -= P;
|
|
4804
4789
|
} else if (re = s(ve, 0, ee, Z), !re)
|
|
4805
4790
|
continue;
|
|
4806
|
-
var j = re.index, B = re[0], K = ee.slice(0, j),
|
|
4807
|
-
A &&
|
|
4808
|
-
var
|
|
4809
|
-
K && (
|
|
4810
|
-
var
|
|
4811
|
-
if (G = y(m,
|
|
4791
|
+
var j = re.index, B = re[0], K = ee.slice(0, j), eu = ee.slice(j + B.length), Ue = P + ee.length;
|
|
4792
|
+
A && Ue > A.reach && (A.reach = Ue);
|
|
4793
|
+
var uu = G.prev;
|
|
4794
|
+
K && (uu = y(m, uu, K), P += K.length), k(m, uu, W);
|
|
4795
|
+
var Uu = new c(S, N ? a.tokenize(B, N) : B, ie, B);
|
|
4796
|
+
if (G = y(m, uu, Uu), eu && y(m, G, eu), W > 1) {
|
|
4812
4797
|
var Oe = {
|
|
4813
4798
|
cause: S + "," + R,
|
|
4814
|
-
reach:
|
|
4799
|
+
reach: Ue
|
|
4815
4800
|
};
|
|
4816
4801
|
l(b, m, x, G.prev, P, Oe), A && Oe.reach > A.reach && (A.reach = Oe.reach);
|
|
4817
4802
|
}
|
|
@@ -5311,16 +5296,16 @@ function ps() {
|
|
|
5311
5296
|
d || (console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."), d = !0), t.plugins.fileHighlight.highlight.apply(this, arguments);
|
|
5312
5297
|
};
|
|
5313
5298
|
})();
|
|
5314
|
-
})(
|
|
5299
|
+
})(Wt)), Wt.exports;
|
|
5315
5300
|
}
|
|
5316
5301
|
var hs = ps();
|
|
5317
|
-
const
|
|
5318
|
-
typeof document < "u" &&
|
|
5302
|
+
const it = /* @__PURE__ */ ds(hs);
|
|
5303
|
+
typeof document < "u" && it.highlightAll();
|
|
5319
5304
|
function bs(e, u) {
|
|
5320
5305
|
try {
|
|
5321
|
-
const t =
|
|
5306
|
+
const t = it.languages[u];
|
|
5322
5307
|
if (t) {
|
|
5323
|
-
const n =
|
|
5308
|
+
const n = it.highlight(e, t || it.languages.text, u);
|
|
5324
5309
|
return `<pre class="language-${u}"><code class="language-${u}">${n}</code></pre>`;
|
|
5325
5310
|
}
|
|
5326
5311
|
return e;
|
|
@@ -5332,27 +5317,27 @@ const ms = `
|
|
|
5332
5317
|
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{color:#c678dd}.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:rgba(171,178,191,.15);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:rgba(153,187,255,.04)}.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 0 0 rgba(0,0,0,.2)}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:rgba(153,187,255,.04)}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:rgba(171,178,191,.15)}.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:rgba(255,82,102,.15)}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:rgba(251,86,105,.25)}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:rgba(251,86,105,.25)}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:rgba(26,255,91,.15)}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:rgba(56,224,98,.25)}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:rgba(56,224,98,.25)}.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}
|
|
5333
5318
|
`, gs = `
|
|
5334
5319
|
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{color:#a626a4}.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:rgba(56,58,66,.2)}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:rgba(56,58,66,.05)}.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 0 0 rgba(0,0,0,.2)}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:rgba(56,58,66,.05)}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:rgba(56,58,66,.2)}.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:rgba(255,82,102,.15)}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:rgba(251,86,105,.25)}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:rgba(251,86,105,.25)}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:rgba(26,255,91,.15)}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:rgba(56,224,98,.25)}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:rgba(56,224,98,.25)}.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}
|
|
5335
|
-
`, { c:
|
|
5320
|
+
`, { c: Vt, cB: Er, cE: Zt } = { ...mt, ...gt }, tt = `${Bu}-type-writer`;
|
|
5336
5321
|
function xs() {
|
|
5337
|
-
return
|
|
5322
|
+
return Vt([
|
|
5338
5323
|
Er("type-writer", {
|
|
5339
5324
|
overflowX: "auto"
|
|
5340
5325
|
}, [
|
|
5341
|
-
|
|
5326
|
+
Zt("cursor::after", {
|
|
5342
5327
|
content: "var(--cursor-content)",
|
|
5343
5328
|
marginLeft: "2px",
|
|
5344
5329
|
display: "inline-block"
|
|
5345
5330
|
}),
|
|
5346
|
-
|
|
5347
|
-
|
|
5331
|
+
Zt("markdown", `${gs}`, [
|
|
5332
|
+
Vt("pre", {
|
|
5348
5333
|
backgroundColor: "var(--tag-color)",
|
|
5349
5334
|
borderRadius: "var(--border-radius)"
|
|
5350
5335
|
})
|
|
5351
5336
|
])
|
|
5352
5337
|
]),
|
|
5353
|
-
|
|
5338
|
+
Vt(".dark", [
|
|
5354
5339
|
Er("type-writer", [
|
|
5355
|
-
|
|
5340
|
+
Zt("markdown", `${ms}`)
|
|
5356
5341
|
])
|
|
5357
5342
|
])
|
|
5358
5343
|
]);
|
|
@@ -5370,7 +5355,7 @@ const ks = ["innerHTML"], ys = /* @__PURE__ */ he({
|
|
|
5370
5355
|
emits: ["start", "update", "stop"],
|
|
5371
5356
|
setup(e, { emit: u }) {
|
|
5372
5357
|
const t = u;
|
|
5373
|
-
bt(
|
|
5358
|
+
bt(tt, xs());
|
|
5374
5359
|
const { typedValue: n, isTyping: r, onStat: o, onUpdate: i, onStop: a } = fs(ne(() => e.value ?? ""), {
|
|
5375
5360
|
step: e.step,
|
|
5376
5361
|
interval: e.interval,
|
|
@@ -5383,28 +5368,28 @@ const ks = ["innerHTML"], ys = /* @__PURE__ */ he({
|
|
|
5383
5368
|
}), a((l) => {
|
|
5384
5369
|
t("stop", l);
|
|
5385
5370
|
});
|
|
5386
|
-
const { html: c } = ls(n, {
|
|
5371
|
+
const { html: c } = ls(void 0, n, {
|
|
5387
5372
|
html: !0,
|
|
5388
5373
|
linkify: !0,
|
|
5389
5374
|
typographer: !0,
|
|
5390
5375
|
breaks: !0,
|
|
5391
5376
|
highlight: bs
|
|
5392
5377
|
}), s = ne(() => e.markdown ? c.value : n.value);
|
|
5393
|
-
return (l, f) => (
|
|
5378
|
+
return (l, f) => ($(), V(w(ln), {
|
|
5394
5379
|
tag: "div",
|
|
5395
|
-
class: Tu([w(
|
|
5380
|
+
class: Tu([w(tt)])
|
|
5396
5381
|
}, {
|
|
5397
5382
|
default: M(() => [
|
|
5398
5383
|
Ee("div", {
|
|
5399
|
-
class: Tu([w(r) && !e.markdown ? `${w(
|
|
5400
|
-
style:
|
|
5384
|
+
class: Tu([w(r) && !e.markdown ? `${w(tt)}__cursor` : void 0, e.markdown ? `${w(tt)}__markdown` : void 0]),
|
|
5385
|
+
style: cn([e.markdown ? void 0 : { "--cursor-content": `'${e.suffix}'` }]),
|
|
5401
5386
|
innerHTML: s.value
|
|
5402
5387
|
}, null, 14, ks)
|
|
5403
5388
|
]),
|
|
5404
5389
|
_: 1
|
|
5405
5390
|
}, 8, ["class"]));
|
|
5406
5391
|
}
|
|
5407
|
-
}), { c: _s, cB: vs, cE: As, cM: Es } = { ...mt, ...gt },
|
|
5392
|
+
}), { c: _s, cB: vs, cE: As, cM: Es } = { ...mt, ...gt }, Yt = `${Bu}-bubble`;
|
|
5408
5393
|
function ws() {
|
|
5409
5394
|
return _s([
|
|
5410
5395
|
vs("bubble", {
|
|
@@ -5439,33 +5424,33 @@ const Lf = /* @__PURE__ */ he({
|
|
|
5439
5424
|
emits: ["typingComplete"],
|
|
5440
5425
|
setup(e, { emit: u }) {
|
|
5441
5426
|
const t = u;
|
|
5442
|
-
return bt("n-bubble", ws()), (n, r) => (
|
|
5427
|
+
return bt("n-bubble", ws()), (n, r) => ($(), V(w(ln), {
|
|
5443
5428
|
tag: "div",
|
|
5444
|
-
class: Tu([w(
|
|
5429
|
+
class: Tu([w(Yt), e.placement === "end" ? `${w(Yt)}--reverse` : ""])
|
|
5445
5430
|
}, {
|
|
5446
5431
|
default: M(() => [
|
|
5447
|
-
|
|
5448
|
-
e.avatar ? (
|
|
5432
|
+
I(n.$slots, "avatar", {}, () => [
|
|
5433
|
+
e.avatar ? ($(), V(w(Zo), te({
|
|
5449
5434
|
key: 0,
|
|
5450
5435
|
round: ""
|
|
5451
5436
|
}, e.avatar.props), {
|
|
5452
5437
|
default: M(() => [
|
|
5453
|
-
(
|
|
5438
|
+
($(), V(st(e.avatar.icon)))
|
|
5454
5439
|
]),
|
|
5455
5440
|
_: 1
|
|
5456
5441
|
}, 16)) : Ae("", !0)
|
|
5457
5442
|
]),
|
|
5458
5443
|
H(w(Fu), { vertical: "" }, {
|
|
5459
5444
|
default: M(() => [
|
|
5460
|
-
|
|
5445
|
+
I(n.$slots, "header"),
|
|
5461
5446
|
H(w(Wr), null, {
|
|
5462
5447
|
default: M(() => [
|
|
5463
|
-
e.loading ?
|
|
5464
|
-
H(w(
|
|
5465
|
-
]) :
|
|
5448
|
+
e.loading ? I(n.$slots, "loading", { key: 0 }, () => [
|
|
5449
|
+
H(w(Ir), { style: { height: "44px" } })
|
|
5450
|
+
]) : I(n.$slots, "default", { key: 1 }, () => [
|
|
5466
5451
|
Ee("div", {
|
|
5467
|
-
class: Tu([`${w(
|
|
5468
|
-
style:
|
|
5452
|
+
class: Tu([`${w(Yt)}__content`, e.contentClass]),
|
|
5453
|
+
style: cn(e.contentStyle)
|
|
5469
5454
|
}, [
|
|
5470
5455
|
H(w(ys), {
|
|
5471
5456
|
typing: e.typing,
|
|
@@ -5478,7 +5463,7 @@ const Lf = /* @__PURE__ */ he({
|
|
|
5478
5463
|
]),
|
|
5479
5464
|
_: 3
|
|
5480
5465
|
}),
|
|
5481
|
-
|
|
5466
|
+
I(n.$slots, "footer")
|
|
5482
5467
|
]),
|
|
5483
5468
|
_: 3
|
|
5484
5469
|
})
|
|
@@ -5486,7 +5471,7 @@ const Lf = /* @__PURE__ */ he({
|
|
|
5486
5471
|
_: 3
|
|
5487
5472
|
}, 8, ["class"]));
|
|
5488
5473
|
}
|
|
5489
|
-
}), { c: Ds, cB: Fs } = { ...mt, ...gt },
|
|
5474
|
+
}), { c: Ds, cB: Fs } = { ...mt, ...gt }, nt = `${Bu}-full-loading`;
|
|
5490
5475
|
function Cs() {
|
|
5491
5476
|
return Ds([
|
|
5492
5477
|
Fs("full-loading", {
|
|
@@ -5518,34 +5503,34 @@ const Ss = /* @__PURE__ */ he({
|
|
|
5518
5503
|
spinProps: {}
|
|
5519
5504
|
},
|
|
5520
5505
|
setup(e) {
|
|
5521
|
-
bt(
|
|
5506
|
+
bt(nt, Cs());
|
|
5522
5507
|
const u = q("auto");
|
|
5523
5508
|
return Pe(() => {
|
|
5524
5509
|
if (e.disableScroll) {
|
|
5525
5510
|
const t = e.scrollSelector instanceof HTMLElement ? e.scrollSelector : document.querySelector(e.scrollSelector);
|
|
5526
5511
|
t && (e.show && (u.value = t.style.overflow), t.style.overflow = e.show ? "hidden" : u.value);
|
|
5527
5512
|
}
|
|
5528
|
-
}), (t, n) => (
|
|
5513
|
+
}), (t, n) => ($(), V(w(Wr), null, {
|
|
5529
5514
|
default: M(() => [
|
|
5530
|
-
(
|
|
5531
|
-
e.show ? (
|
|
5515
|
+
($(), V(Uo, { to: e.appendTo }, [
|
|
5516
|
+
e.show ? ($(), V(w(ln), {
|
|
5532
5517
|
key: 0,
|
|
5533
|
-
class: Tu([w(
|
|
5534
|
-
style:
|
|
5518
|
+
class: Tu([w(nt), { [`${w(nt)}--mask`]: e.mask }, { [`${w(nt)}--blur`]: e.blur }]),
|
|
5519
|
+
style: cn(typeof e.mask == "object" ? e.mask : {})
|
|
5535
5520
|
}, {
|
|
5536
5521
|
default: M(() => [
|
|
5537
|
-
H(w(
|
|
5522
|
+
H(w(Ir), Y(X(e.spinProps)), Br({ _: 2 }, [
|
|
5538
5523
|
t.$slots.description ? {
|
|
5539
5524
|
name: "description",
|
|
5540
5525
|
fn: M(() => [
|
|
5541
|
-
|
|
5526
|
+
I(t.$slots, "description")
|
|
5542
5527
|
]),
|
|
5543
5528
|
key: "0"
|
|
5544
5529
|
} : void 0,
|
|
5545
5530
|
t.$slots.icon ? {
|
|
5546
5531
|
name: "icon",
|
|
5547
5532
|
fn: M(() => [
|
|
5548
|
-
|
|
5533
|
+
I(t.$slots, "icon")
|
|
5549
5534
|
]),
|
|
5550
5535
|
key: "1"
|
|
5551
5536
|
} : void 0
|
|
@@ -5592,7 +5577,7 @@ const Ss = /* @__PURE__ */ he({
|
|
|
5592
5577
|
return null;
|
|
5593
5578
|
}
|
|
5594
5579
|
});
|
|
5595
|
-
return (r, o) => (
|
|
5580
|
+
return (r, o) => ($(), V(w(Yo), Y(X(e.configProviderProps)), {
|
|
5596
5581
|
default: M(() => [
|
|
5597
5582
|
H(w(Xo), Y(X(e.loadingBarProps)), {
|
|
5598
5583
|
default: M(() => [
|
|
@@ -5604,7 +5589,7 @@ const Ss = /* @__PURE__ */ he({
|
|
|
5604
5589
|
default: M(() => [
|
|
5605
5590
|
H(w(ei), Y(X(e.messageProviderProps)), {
|
|
5606
5591
|
default: M(() => [
|
|
5607
|
-
|
|
5592
|
+
I(r.$slots, "default"),
|
|
5608
5593
|
H(w(n))
|
|
5609
5594
|
]),
|
|
5610
5595
|
_: 3
|
|
@@ -5621,7 +5606,7 @@ const Ss = /* @__PURE__ */ he({
|
|
|
5621
5606
|
]),
|
|
5622
5607
|
_: 3
|
|
5623
5608
|
}, 16),
|
|
5624
|
-
e.globalStyle ? (
|
|
5609
|
+
e.globalStyle ? ($(), V(w(ui), { key: 0 })) : Ae("", !0),
|
|
5625
5610
|
H(w(Ss), te({ show: u.value }, e.fullLoadingProps), null, 16, ["show"])
|
|
5626
5611
|
]),
|
|
5627
5612
|
_: 3
|
|
@@ -5641,7 +5626,7 @@ const Ss = /* @__PURE__ */ he({
|
|
|
5641
5626
|
viewBox: "0 0 24 24"
|
|
5642
5627
|
};
|
|
5643
5628
|
function Rs(e, u, t, n, r, o) {
|
|
5644
|
-
return
|
|
5629
|
+
return $(), Te("svg", Ps, [...u[0] || (u[0] = [
|
|
5645
5630
|
Ee("path", {
|
|
5646
5631
|
fill: "currentColor",
|
|
5647
5632
|
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"
|
|
@@ -5662,25 +5647,25 @@ const Os = /* @__PURE__ */ vt(Ts, [["render", Rs]]), Bf = /* @__PURE__ */ he({
|
|
|
5662
5647
|
source: e.value,
|
|
5663
5648
|
...e.config
|
|
5664
5649
|
});
|
|
5665
|
-
|
|
5650
|
+
Xe(n, () => {
|
|
5666
5651
|
n.value && t("copied", e.value);
|
|
5667
5652
|
});
|
|
5668
5653
|
function o(i) {
|
|
5669
5654
|
i.preventDefault(), r();
|
|
5670
5655
|
}
|
|
5671
|
-
return (i, a) => (
|
|
5656
|
+
return (i, a) => ($(), V(w(fn), Y(X(e.tooltipProps)), {
|
|
5672
5657
|
trigger: M(() => [
|
|
5673
5658
|
Ee("div", {
|
|
5674
5659
|
style: { cursor: "pointer" },
|
|
5675
5660
|
onClick: o
|
|
5676
5661
|
}, [
|
|
5677
|
-
|
|
5678
|
-
H(w(
|
|
5662
|
+
I(i.$slots, "default", {}, () => [
|
|
5663
|
+
H(w(Je), te({
|
|
5679
5664
|
quaternary: "",
|
|
5680
5665
|
size: "tiny"
|
|
5681
5666
|
}, e.buttonProps), {
|
|
5682
5667
|
icon: M(() => [
|
|
5683
|
-
|
|
5668
|
+
I(i.$slots, "icon", {}, () => [
|
|
5684
5669
|
H(Os)
|
|
5685
5670
|
])
|
|
5686
5671
|
]),
|
|
@@ -5690,8 +5675,8 @@ const Os = /* @__PURE__ */ vt(Ts, [["render", Rs]]), Bf = /* @__PURE__ */ he({
|
|
|
5690
5675
|
])
|
|
5691
5676
|
]),
|
|
5692
5677
|
default: M(() => [
|
|
5693
|
-
|
|
5694
|
-
Lu(
|
|
5678
|
+
I(i.$slots, "tooltip", {}, () => [
|
|
5679
|
+
Lu(iu(w(n) ? "复制成功" : "复制"), 1)
|
|
5695
5680
|
])
|
|
5696
5681
|
]),
|
|
5697
5682
|
_: 3
|
|
@@ -5701,7 +5686,7 @@ const Os = /* @__PURE__ */ vt(Ts, [["render", Rs]]), Bf = /* @__PURE__ */ he({
|
|
|
5701
5686
|
const o = q(!1);
|
|
5702
5687
|
return Pe(() => {
|
|
5703
5688
|
!u && e.options.refreshDeps !== !0 && (o.value = w(t));
|
|
5704
|
-
}), n instanceof Array ?
|
|
5689
|
+
}), n instanceof Array ? Xe(
|
|
5705
5690
|
[o, ...n],
|
|
5706
5691
|
([i]) => {
|
|
5707
5692
|
i && !u && i && (r ? r() : e.refresh());
|
|
@@ -5710,7 +5695,7 @@ const Os = /* @__PURE__ */ vt(Ts, [["render", Rs]]), Bf = /* @__PURE__ */ he({
|
|
|
5710
5695
|
deep: !0,
|
|
5711
5696
|
immediate: !1
|
|
5712
5697
|
}
|
|
5713
|
-
) :
|
|
5698
|
+
) : Xe(o, (i) => {
|
|
5714
5699
|
!u && i && (r ? r() : e.refresh());
|
|
5715
5700
|
}), {
|
|
5716
5701
|
name: "autoRunPlugin",
|
|
@@ -5725,28 +5710,28 @@ const Os = /* @__PURE__ */ vt(Ts, [["render", Rs]]), Bf = /* @__PURE__ */ he({
|
|
|
5725
5710
|
Ao.onInit = ({ ready: e = !0, manual: u }) => ({
|
|
5726
5711
|
loading: !u && w(e)
|
|
5727
5712
|
});
|
|
5728
|
-
const
|
|
5729
|
-
const n =
|
|
5713
|
+
const at = /* @__PURE__ */ new Map(), Ms = (e, u, t) => {
|
|
5714
|
+
const n = at.get(e);
|
|
5730
5715
|
n?.timer && clearTimeout(n.timer);
|
|
5731
5716
|
let r;
|
|
5732
5717
|
u > -1 && (r = setTimeout(() => {
|
|
5733
|
-
|
|
5734
|
-
}, u)),
|
|
5718
|
+
at.delete(e);
|
|
5719
|
+
}, u)), at.set(e, {
|
|
5735
5720
|
...t,
|
|
5736
5721
|
timer: r
|
|
5737
5722
|
});
|
|
5738
|
-
}, Ls = (e) =>
|
|
5739
|
-
|
|
5740
|
-
throw
|
|
5723
|
+
}, Ls = (e) => at.get(e), ct = /* @__PURE__ */ new Map(), Ns = (e) => ct.get(e), Bs = (e, u) => {
|
|
5724
|
+
ct.set(e, u), u.then((t) => (ct.delete(e), t)).catch((t) => {
|
|
5725
|
+
throw ct.delete(e), t;
|
|
5741
5726
|
});
|
|
5742
|
-
},
|
|
5743
|
-
|
|
5727
|
+
}, ou = {}, Is = [], $s = (e, u) => {
|
|
5728
|
+
ou[e] && (ou[e].forEach((t) => t(u)), Is.forEach((t) => t({
|
|
5744
5729
|
type: e,
|
|
5745
5730
|
data: u
|
|
5746
5731
|
})));
|
|
5747
|
-
},
|
|
5748
|
-
const n =
|
|
5749
|
-
|
|
5732
|
+
}, Xt = (e, u) => (ou[e] || (ou[e] = []), ou[e].push(u), function() {
|
|
5733
|
+
const n = ou[e].indexOf(u);
|
|
5734
|
+
ou[e].splice(n, 1);
|
|
5750
5735
|
}), zs = (e, {
|
|
5751
5736
|
cacheKey: u,
|
|
5752
5737
|
cacheTime: t = 300 * 1e3,
|
|
@@ -5755,16 +5740,16 @@ const it = /* @__PURE__ */ new Map(), Ms = (e, u, t) => {
|
|
|
5755
5740
|
getCache: o
|
|
5756
5741
|
}) => {
|
|
5757
5742
|
const i = q(), a = q(), c = (l, f) => {
|
|
5758
|
-
r ? r(f) : Ms(l, t, f),
|
|
5743
|
+
r ? r(f) : Ms(l, t, f), $s(l, f.data);
|
|
5759
5744
|
}, s = (l, f = []) => o ? o(f) : Ls(l);
|
|
5760
5745
|
return Pe(() => {
|
|
5761
5746
|
if (!u)
|
|
5762
5747
|
return;
|
|
5763
5748
|
const l = s(u);
|
|
5764
|
-
l && Object.hasOwnProperty.call(l, "data") && (e.state.data = l.data, e.state.params = l.params, (n === -1 || (/* @__PURE__ */ new Date()).getTime() - l.time <= n) && (e.state.loading = !1)), i.value =
|
|
5749
|
+
l && Object.hasOwnProperty.call(l, "data") && (e.state.data = l.data, e.state.params = l.params, (n === -1 || (/* @__PURE__ */ new Date()).getTime() - l.time <= n) && (e.state.loading = !1)), i.value = Xt(u, (f) => {
|
|
5765
5750
|
e.setState({ data: f });
|
|
5766
5751
|
});
|
|
5767
|
-
}),
|
|
5752
|
+
}), sn(() => {
|
|
5768
5753
|
var l;
|
|
5769
5754
|
(l = i.value) == null || l.call(i);
|
|
5770
5755
|
}), u ? {
|
|
@@ -5789,7 +5774,7 @@ const it = /* @__PURE__ */ new Map(), Ms = (e, u, t) => {
|
|
|
5789
5774
|
data: l,
|
|
5790
5775
|
params: f,
|
|
5791
5776
|
time: (/* @__PURE__ */ new Date()).getTime()
|
|
5792
|
-
}), i.value =
|
|
5777
|
+
}), i.value = Xt(u, (k) => {
|
|
5793
5778
|
e.setState({ data: k });
|
|
5794
5779
|
}));
|
|
5795
5780
|
},
|
|
@@ -5799,17 +5784,17 @@ const it = /* @__PURE__ */ new Map(), Ms = (e, u, t) => {
|
|
|
5799
5784
|
data: l,
|
|
5800
5785
|
params: e.state.params,
|
|
5801
5786
|
time: (/* @__PURE__ */ new Date()).getTime()
|
|
5802
|
-
}), i.value =
|
|
5787
|
+
}), i.value = Xt(u, (y) => {
|
|
5803
5788
|
e.setState({ data: y });
|
|
5804
5789
|
}));
|
|
5805
5790
|
}
|
|
5806
5791
|
} : {};
|
|
5807
5792
|
};
|
|
5808
|
-
function
|
|
5793
|
+
function pt(e) {
|
|
5809
5794
|
var u = typeof e;
|
|
5810
5795
|
return e != null && (u == "object" || u == "function");
|
|
5811
5796
|
}
|
|
5812
|
-
var Us = typeof global == "object" && global && global.Object === Object && global, qs = typeof self == "object" && self && self.Object === Object && self, Eo = Us || qs || Function("return this")(),
|
|
5797
|
+
var Us = typeof global == "object" && global && global.Object === Object && global, qs = typeof self == "object" && self && self.Object === Object && self, Eo = Us || qs || Function("return this")(), Qt = function() {
|
|
5813
5798
|
return Eo.Date.now();
|
|
5814
5799
|
}, js = /\s/;
|
|
5815
5800
|
function Hs(e) {
|
|
@@ -5821,7 +5806,7 @@ var Gs = /^\s+/;
|
|
|
5821
5806
|
function Ws(e) {
|
|
5822
5807
|
return e && e.slice(0, Hs(e) + 1).replace(Gs, "");
|
|
5823
5808
|
}
|
|
5824
|
-
var
|
|
5809
|
+
var ht = Eo.Symbol, wo = Object.prototype, Vs = wo.hasOwnProperty, Zs = wo.toString, wu = ht ? ht.toStringTag : void 0;
|
|
5825
5810
|
function Ys(e) {
|
|
5826
5811
|
var u = Vs.call(e, wu), t = e[wu];
|
|
5827
5812
|
try {
|
|
@@ -5836,7 +5821,7 @@ var Xs = Object.prototype, Qs = Xs.toString;
|
|
|
5836
5821
|
function Js(e) {
|
|
5837
5822
|
return Qs.call(e);
|
|
5838
5823
|
}
|
|
5839
|
-
var Ks = "[object Null]", el = "[object Undefined]", wr =
|
|
5824
|
+
var Ks = "[object Null]", el = "[object Undefined]", wr = ht ? ht.toStringTag : void 0;
|
|
5840
5825
|
function ul(e) {
|
|
5841
5826
|
return e == null ? e === void 0 ? el : Ks : wr && wr in Object(e) ? Ys(e) : Js(e);
|
|
5842
5827
|
}
|
|
@@ -5853,9 +5838,9 @@ function Fr(e) {
|
|
|
5853
5838
|
return e;
|
|
5854
5839
|
if (rl(e))
|
|
5855
5840
|
return Dr;
|
|
5856
|
-
if (
|
|
5841
|
+
if (pt(e)) {
|
|
5857
5842
|
var u = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
5858
|
-
e =
|
|
5843
|
+
e = pt(u) ? u + "" : u;
|
|
5859
5844
|
}
|
|
5860
5845
|
if (typeof e != "string")
|
|
5861
5846
|
return e === 0 ? e : +e;
|
|
@@ -5868,7 +5853,7 @@ function Do(e, u, t) {
|
|
|
5868
5853
|
var n, r, o, i, a, c, s = 0, l = !1, f = !1, y = !0;
|
|
5869
5854
|
if (typeof e != "function")
|
|
5870
5855
|
throw new TypeError(sl);
|
|
5871
|
-
u = Fr(u) || 0,
|
|
5856
|
+
u = Fr(u) || 0, pt(t) && (l = !!t.leading, f = "maxWait" in t, o = f ? ll(Fr(t.maxWait) || 0, u) : o, y = "trailing" in t ? !!t.trailing : y);
|
|
5872
5857
|
function k(g) {
|
|
5873
5858
|
var A = n, S = r;
|
|
5874
5859
|
return n = r = void 0, s = g, i = e.apply(S, A), i;
|
|
@@ -5885,7 +5870,7 @@ function Do(e, u, t) {
|
|
|
5885
5870
|
return c === void 0 || A >= u || A < 0 || f && S >= o;
|
|
5886
5871
|
}
|
|
5887
5872
|
function E() {
|
|
5888
|
-
var g =
|
|
5873
|
+
var g = Qt();
|
|
5889
5874
|
if (_(g))
|
|
5890
5875
|
return b(g);
|
|
5891
5876
|
a = setTimeout(E, v(g));
|
|
@@ -5897,10 +5882,10 @@ function Do(e, u, t) {
|
|
|
5897
5882
|
a !== void 0 && clearTimeout(a), s = 0, n = c = r = a = void 0;
|
|
5898
5883
|
}
|
|
5899
5884
|
function x() {
|
|
5900
|
-
return a === void 0 ? i : b(
|
|
5885
|
+
return a === void 0 ? i : b(Qt());
|
|
5901
5886
|
}
|
|
5902
5887
|
function p() {
|
|
5903
|
-
var g =
|
|
5888
|
+
var g = Qt(), A = _(g);
|
|
5904
5889
|
if (n = arguments, r = this, c = g, A) {
|
|
5905
5890
|
if (a === void 0)
|
|
5906
5891
|
return d(c);
|
|
@@ -6098,12 +6083,12 @@ const ye = new yl(), _l = (e, { ready: u = !0, debugKey: t, ...n }) => {
|
|
|
6098
6083
|
}
|
|
6099
6084
|
};
|
|
6100
6085
|
};
|
|
6101
|
-
function
|
|
6086
|
+
function vn() {
|
|
6102
6087
|
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
6103
6088
|
}
|
|
6104
6089
|
const Al = !!(typeof window < "u" && window.document && window.document.createElement);
|
|
6105
|
-
function
|
|
6106
|
-
return
|
|
6090
|
+
function An() {
|
|
6091
|
+
return vn() ? document.visibilityState !== "hidden" : !0;
|
|
6107
6092
|
}
|
|
6108
6093
|
const Cu = [];
|
|
6109
6094
|
function El(e) {
|
|
@@ -6112,9 +6097,9 @@ function El(e) {
|
|
|
6112
6097
|
Cu.splice(t, 1);
|
|
6113
6098
|
};
|
|
6114
6099
|
}
|
|
6115
|
-
if (
|
|
6100
|
+
if (vn()) {
|
|
6116
6101
|
const e = () => {
|
|
6117
|
-
if (
|
|
6102
|
+
if (An())
|
|
6118
6103
|
for (let u = 0; u < Cu.length; u++) {
|
|
6119
6104
|
const t = Cu[u];
|
|
6120
6105
|
t();
|
|
@@ -6143,7 +6128,7 @@ const wl = (e, { pollingInterval: u, pollingWhenHidden: t = !0, pollingErrorRetr
|
|
|
6143
6128
|
},
|
|
6144
6129
|
onFinally: () => {
|
|
6145
6130
|
n === -1 || n !== -1 && i.value <= n ? r = setTimeout(() => {
|
|
6146
|
-
!t && !
|
|
6131
|
+
!t && !An() ? o.value = El(() => {
|
|
6147
6132
|
e.refresh();
|
|
6148
6133
|
}) : e.refresh();
|
|
6149
6134
|
}, w(u)) : i.value = 0;
|
|
@@ -6162,7 +6147,7 @@ function Dl(e, u) {
|
|
|
6162
6147
|
};
|
|
6163
6148
|
}
|
|
6164
6149
|
function Fl() {
|
|
6165
|
-
return
|
|
6150
|
+
return vn() && typeof navigator.onLine < "u" ? navigator.onLine : !0;
|
|
6166
6151
|
}
|
|
6167
6152
|
const Su = [];
|
|
6168
6153
|
function Cl(e) {
|
|
@@ -6173,7 +6158,7 @@ function Cl(e) {
|
|
|
6173
6158
|
}
|
|
6174
6159
|
if (Al) {
|
|
6175
6160
|
const e = () => {
|
|
6176
|
-
if (!(!
|
|
6161
|
+
if (!(!An() || !Fl()))
|
|
6177
6162
|
for (let u = 0; u < Su.length; u++) {
|
|
6178
6163
|
const t = Su[u];
|
|
6179
6164
|
t();
|
|
@@ -6199,7 +6184,7 @@ const Sl = (e, { refreshOnWindowFocus: u, focusTimespan: t = 5e3 }) => {
|
|
|
6199
6184
|
o(() => {
|
|
6200
6185
|
r();
|
|
6201
6186
|
});
|
|
6202
|
-
}),
|
|
6187
|
+
}), sn(() => {
|
|
6203
6188
|
r();
|
|
6204
6189
|
}), {
|
|
6205
6190
|
name: "refreshOnWindowFocusPlugin"
|
|
@@ -6233,7 +6218,7 @@ function Rl(e, u, t) {
|
|
|
6233
6218
|
var n = !0, r = !0;
|
|
6234
6219
|
if (typeof e != "function")
|
|
6235
6220
|
throw new TypeError(Pl);
|
|
6236
|
-
return
|
|
6221
|
+
return pt(t) && (n = "leading" in t ? !!t.leading : n, r = "trailing" in t ? !!t.trailing : r), Do(e, u, {
|
|
6237
6222
|
leading: n,
|
|
6238
6223
|
maxWait: u,
|
|
6239
6224
|
trailing: r
|
|
@@ -6245,7 +6230,7 @@ const Ol = (e, { throttleWait: u, throttleLeading: t, throttleTrailing: n }) =>
|
|
|
6245
6230
|
const s = {};
|
|
6246
6231
|
return w(t) !== void 0 && (s.leading = w(t)), w(n) !== void 0 && (s.trailing = w(n)), s;
|
|
6247
6232
|
}), i = e.runAsync.bind(e), a = q(), c = ne(() => w(u));
|
|
6248
|
-
return
|
|
6233
|
+
return Xe([c, o], (s) => {
|
|
6249
6234
|
r && (r.cancel(), e.runAsync = i);
|
|
6250
6235
|
const [l, f] = s, y = Rl(
|
|
6251
6236
|
(k) => {
|
|
@@ -6273,15 +6258,15 @@ const Ol = (e, { throttleWait: u, throttleLeading: t, throttleTrailing: n }) =>
|
|
|
6273
6258
|
}
|
|
6274
6259
|
}) : {};
|
|
6275
6260
|
}, Tr = (e) => typeof e == "function", Ml = (e) => typeof e == "boolean";
|
|
6276
|
-
var Ll = Object.defineProperty, Nl = (e, u, t) => u in e ? Ll(e, u, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[u] = t,
|
|
6261
|
+
var Ll = Object.defineProperty, Nl = (e, u, t) => u in e ? Ll(e, u, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[u] = t, rt = (e, u, t) => (Nl(e, typeof u != "symbol" ? u + "" : u, t), t);
|
|
6277
6262
|
class Bl {
|
|
6278
6263
|
constructor(u, t, n, r = {}) {
|
|
6279
|
-
|
|
6264
|
+
rt(this, "pluginImpls"), rt(this, "count", 0), rt(this, "state", {
|
|
6280
6265
|
loading: !1,
|
|
6281
6266
|
params: void 0,
|
|
6282
6267
|
data: void 0,
|
|
6283
6268
|
error: void 0
|
|
6284
|
-
}),
|
|
6269
|
+
}), rt(this, "previousValidData"), this.serviceRef = u, this.options = t, this.setUpdateData = n, this.initState = r, this.state = {
|
|
6285
6270
|
...this.state,
|
|
6286
6271
|
loading: !t.manual,
|
|
6287
6272
|
...r
|
|
@@ -6390,15 +6375,15 @@ class Bl {
|
|
|
6390
6375
|
});
|
|
6391
6376
|
}
|
|
6392
6377
|
}
|
|
6393
|
-
const
|
|
6378
|
+
const Il = Symbol(
|
|
6394
6379
|
"USEREQUEST_GLOBAL_OPTIONS_PROVIDE_KEY"
|
|
6395
6380
|
);
|
|
6396
|
-
function
|
|
6381
|
+
function $l(e) {
|
|
6397
6382
|
return Object.keys(e).filter((t) => ["data", "loading", "params", "error"].includes(t)).length === 4;
|
|
6398
6383
|
}
|
|
6399
6384
|
function zl(e, u = {}, t = []) {
|
|
6400
6385
|
const n = Lr(
|
|
6401
|
-
|
|
6386
|
+
Il,
|
|
6402
6387
|
{}
|
|
6403
6388
|
), { initialData: r = void 0, manual: o = !1, ready: i = !0, ...a } = {
|
|
6404
6389
|
...n ?? {},
|
|
@@ -6408,13 +6393,13 @@ function zl(e, u = {}, t = []) {
|
|
|
6408
6393
|
ready: i,
|
|
6409
6394
|
initialData: r,
|
|
6410
6395
|
...a
|
|
6411
|
-
}, s = q(e), l =
|
|
6396
|
+
}, s = q(e), l = Qe({
|
|
6412
6397
|
data: r,
|
|
6413
6398
|
loading: !1,
|
|
6414
6399
|
params: void 0,
|
|
6415
6400
|
error: void 0
|
|
6416
6401
|
}), f = (v, _) => {
|
|
6417
|
-
_ ? l[_] = v :
|
|
6402
|
+
_ ? l[_] = v : $l(v) && (l.data = v.data, l.loading = v.loading, l.error = v.error, l.params = v.params);
|
|
6418
6403
|
}, y = t.map((v) => {
|
|
6419
6404
|
var _;
|
|
6420
6405
|
return (_ = v?.onInit) == null ? void 0 : _.call(v, c);
|
|
@@ -6425,7 +6410,7 @@ function zl(e, u = {}, t = []) {
|
|
|
6425
6410
|
Object.assign({}, ...y, l)
|
|
6426
6411
|
);
|
|
6427
6412
|
k.options = c, k.pluginImpls = t.map((v) => v(k, c));
|
|
6428
|
-
const d = ne(() =>
|
|
6413
|
+
const d = ne(() => Jt(i) ? i.value : i);
|
|
6429
6414
|
if (Pe(() => {
|
|
6430
6415
|
if (!o) {
|
|
6431
6416
|
const v = k.state.params || u.defaultParams || [];
|
|
@@ -6435,7 +6420,7 @@ function zl(e, u = {}, t = []) {
|
|
|
6435
6420
|
const v = k.state.params || u.defaultParams || [];
|
|
6436
6421
|
w(i) && k.run(...v);
|
|
6437
6422
|
}
|
|
6438
|
-
return
|
|
6423
|
+
return sn(() => {
|
|
6439
6424
|
k.cancel();
|
|
6440
6425
|
}), {
|
|
6441
6426
|
...Ho(l),
|
|
@@ -6473,7 +6458,7 @@ function ql(e, u, t) {
|
|
|
6473
6458
|
[...t || [], ...r]
|
|
6474
6459
|
);
|
|
6475
6460
|
}
|
|
6476
|
-
function
|
|
6461
|
+
function En(e, u) {
|
|
6477
6462
|
const { defaultParams: t, manual: n, fields: r, requestOptions: o, requestPlugins: i } = u ?? {}, a = { page: "page", pageSize: "pageSize", list: "list", count: "count", ...r }, c = q({
|
|
6478
6463
|
page: t?.[a.page] ?? 1,
|
|
6479
6464
|
pageSize: t?.[a.pageSize] ?? 10,
|
|
@@ -6552,7 +6537,7 @@ const jl = {
|
|
|
6552
6537
|
viewBox: "0 0 24 24"
|
|
6553
6538
|
};
|
|
6554
6539
|
function Gl(e, u, t, n, r, o) {
|
|
6555
|
-
return
|
|
6540
|
+
return $(), Te("svg", Hl, [...u[0] || (u[0] = [
|
|
6556
6541
|
Ee("g", {
|
|
6557
6542
|
fill: "none",
|
|
6558
6543
|
stroke: "#757575",
|
|
@@ -6579,7 +6564,7 @@ const Wl = /* @__PURE__ */ vt(jl, [["render", Gl]]), Vl = {
|
|
|
6579
6564
|
viewBox: "0 0 24 24"
|
|
6580
6565
|
};
|
|
6581
6566
|
function Yl(e, u, t, n, r, o) {
|
|
6582
|
-
return
|
|
6567
|
+
return $(), Te("svg", Zl, [...u[0] || (u[0] = [
|
|
6583
6568
|
Ee("path", {
|
|
6584
6569
|
fill: "none",
|
|
6585
6570
|
stroke: "currentColor",
|
|
@@ -6604,7 +6589,7 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6604
6589
|
},
|
|
6605
6590
|
emits: ["update:value"],
|
|
6606
6591
|
setup(e, { emit: u }) {
|
|
6607
|
-
const t = u, n =
|
|
6592
|
+
const t = u, n = Nu("input-ref"), r = q(e.value ?? null), o = ne(() => typeof e.searchButton == "boolean" ? "text" : e.searchButton), { start: i } = Fi(() => {
|
|
6608
6593
|
}, typeof e.autoTrigger == "number" ? e.autoTrigger : 500);
|
|
6609
6594
|
Pe(() => {
|
|
6610
6595
|
r.value = e.value ?? null;
|
|
@@ -6612,7 +6597,7 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6612
6597
|
const a = qr(() => {
|
|
6613
6598
|
t("update:value", r.value);
|
|
6614
6599
|
}, typeof e.autoTrigger == "number" ? e.autoTrigger : 500);
|
|
6615
|
-
|
|
6600
|
+
Xe(r, () => {
|
|
6616
6601
|
i(), e.autoTrigger && a();
|
|
6617
6602
|
});
|
|
6618
6603
|
function c() {
|
|
@@ -6623,9 +6608,9 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6623
6608
|
}
|
|
6624
6609
|
return Pe(() => {
|
|
6625
6610
|
!e.loading && r.value && n.value?.focus();
|
|
6626
|
-
}), (l, f) => (
|
|
6611
|
+
}), (l, f) => ($(), V(w(ai), null, {
|
|
6627
6612
|
default: M(() => [
|
|
6628
|
-
H(w(
|
|
6613
|
+
H(w(dn), te({
|
|
6629
6614
|
ref: "input-ref",
|
|
6630
6615
|
value: r.value,
|
|
6631
6616
|
"onUpdate:value": f[0] || (f[0] = (y) => r.value = y),
|
|
@@ -6633,25 +6618,25 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6633
6618
|
placeholder: e.placeholder
|
|
6634
6619
|
}, e.inputProps, { onKeydown: s }), {
|
|
6635
6620
|
prefix: M(() => [
|
|
6636
|
-
|
|
6637
|
-
|
|
6621
|
+
I(l.$slots, "prefix", {}, () => [
|
|
6622
|
+
I(l.$slots, "prefix-icon", {}, () => [
|
|
6638
6623
|
H(Pr, { style: { width: "18px", height: "18px" } })
|
|
6639
6624
|
])
|
|
6640
6625
|
])
|
|
6641
6626
|
]),
|
|
6642
6627
|
_: 3
|
|
6643
6628
|
}, 16, ["value", "placeholder"]),
|
|
6644
|
-
|
|
6629
|
+
I(l.$slots, "button", {
|
|
6645
6630
|
value: e.value,
|
|
6646
6631
|
loading: e.loading
|
|
6647
6632
|
}, () => [
|
|
6648
|
-
o.value ? (
|
|
6633
|
+
o.value ? ($(), V(w(Je), te({
|
|
6649
6634
|
key: 0,
|
|
6650
6635
|
type: e.type,
|
|
6651
6636
|
loading: e.loading
|
|
6652
6637
|
}, e.buttonProps, { onClick: c }), Br({
|
|
6653
6638
|
default: M(() => [
|
|
6654
|
-
o.value === "text" ? (
|
|
6639
|
+
o.value === "text" ? ($(), Te(Du, { key: 0 }, [
|
|
6655
6640
|
Lu(" 搜索 ")
|
|
6656
6641
|
], 64)) : Ae("", !0)
|
|
6657
6642
|
]),
|
|
@@ -6660,7 +6645,7 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6660
6645
|
o.value === "icon" ? {
|
|
6661
6646
|
name: "icon",
|
|
6662
6647
|
fn: M(() => [
|
|
6663
|
-
|
|
6648
|
+
I(l.$slots, "button-icon", {}, () => [
|
|
6664
6649
|
H(Pr)
|
|
6665
6650
|
])
|
|
6666
6651
|
]),
|
|
@@ -6675,7 +6660,7 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6675
6660
|
}), Xl = { style: { height: "100%", display: "flex", alignItems: "center" } }, Ql = {
|
|
6676
6661
|
key: 0,
|
|
6677
6662
|
style: { fontSize: "16px" }
|
|
6678
|
-
}, Jl = { style: { flex: 1, position: "relative" } },
|
|
6663
|
+
}, Jl = { style: { flex: 1, position: "relative" } }, If = /* @__PURE__ */ he({
|
|
6679
6664
|
__name: "DataTablePlus",
|
|
6680
6665
|
props: {
|
|
6681
6666
|
api: { type: Function },
|
|
@@ -6695,9 +6680,9 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6695
6680
|
},
|
|
6696
6681
|
emits: ["before", "success", "error", "finally", "clickRow", "contextMenuRow", "load", "scroll", "scrollBottom", "update:checkedRowKeys", "update:expandedRowKeys", "update:filters", "update:sorter", "update:page", "update:pageSize"],
|
|
6697
6682
|
setup(e, { expose: u, emit: t }) {
|
|
6698
|
-
const n = t, r =
|
|
6683
|
+
const n = t, r = Qe(e.columns ?? []), o = Nu("data-table-ref"), i = { page: "page", pageSize: "pageSize", filter: "filter", sorter: "sorter", list: "list", count: "count", rowKey: "id", search: "search", children: "children", ...e.fields }, a = {
|
|
6699
6684
|
...e.search && typeof e.search == "boolean" ? {} : e.search
|
|
6700
|
-
}, c =
|
|
6685
|
+
}, c = Qe({
|
|
6701
6686
|
showSizePicker: !0,
|
|
6702
6687
|
pageSizes: [10, 20, 30],
|
|
6703
6688
|
pageSlot: 5,
|
|
@@ -6717,7 +6702,7 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6717
6702
|
top: 180,
|
|
6718
6703
|
buttonProps: void 0
|
|
6719
6704
|
}
|
|
6720
|
-
}, l = q(), f = q(), y = [], { loading: k, data: d, error: v, params: _, list: E, pagination: b, run: m, runAsync: x, refresh: p, refreshAsync: g, cancel: A, mutate: S, setParams: D, runParams: R, runParamsAsync: T, onBefore: N, onSuccess: Z, onError: J, onFinally: ie } =
|
|
6705
|
+
}, l = q(), f = q(), y = [], { loading: k, data: d, error: v, params: _, list: E, pagination: b, run: m, runAsync: x, refresh: p, refreshAsync: g, cancel: A, mutate: S, setParams: D, runParams: R, runParamsAsync: T, onBefore: N, onSuccess: Z, onError: J, onFinally: ie } = En(e.api, {
|
|
6721
6706
|
defaultParams: {
|
|
6722
6707
|
[i.search]: null,
|
|
6723
6708
|
...e.defaultParams
|
|
@@ -6788,7 +6773,7 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6788
6773
|
e.scrollTop && C.target && "scrollTop" in C.target && typeof C.target.scrollTop == "number" && (G.value = C.target.scrollTop), n("scroll", C);
|
|
6789
6774
|
},
|
|
6790
6775
|
onUpdateCheckedRowKeys: (C, j, B) => {
|
|
6791
|
-
const K = C.map((
|
|
6776
|
+
const K = C.map((eu) => y.find((Ue) => Ue?.[i.rowKey] === eu));
|
|
6792
6777
|
n("update:checkedRowKeys", C, K, { row: De(B.row), action: B.action }, De(E.value));
|
|
6793
6778
|
},
|
|
6794
6779
|
onUpdateExpandedRowKeys: (C) => {
|
|
@@ -6848,25 +6833,25 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6848
6833
|
error: z(v),
|
|
6849
6834
|
params: z(_),
|
|
6850
6835
|
list: z(E),
|
|
6851
|
-
|
|
6836
|
+
paginationRef: z(b),
|
|
6852
6837
|
filters: z(l),
|
|
6853
6838
|
sorters: z(f),
|
|
6854
6839
|
dataTableRef: z(o)
|
|
6855
6840
|
}));
|
|
6856
|
-
return u(oe), (C, j) => (
|
|
6841
|
+
return u(oe), (C, j) => ($(), V(w(Fu), {
|
|
6857
6842
|
style: { width: "100%", height: "100%" },
|
|
6858
6843
|
vertical: ""
|
|
6859
6844
|
}, {
|
|
6860
6845
|
default: M(() => [
|
|
6861
|
-
|
|
6846
|
+
I(C.$slots, "header", Y(X(ce.value)), () => [
|
|
6862
6847
|
H(w(Fu), null, {
|
|
6863
6848
|
default: M(() => [
|
|
6864
|
-
|
|
6849
|
+
I(C.$slots, "title", {}, () => [
|
|
6865
6850
|
Ee("div", Xl, [
|
|
6866
|
-
e.title ? (
|
|
6851
|
+
e.title ? ($(), Te("span", Ql, iu(e.title), 1)) : Ae("", !0)
|
|
6867
6852
|
])
|
|
6868
6853
|
]),
|
|
6869
|
-
e.search ? (
|
|
6854
|
+
e.search ? ($(), V(w(Fo), te({
|
|
6870
6855
|
key: 0,
|
|
6871
6856
|
style: { marginLeft: "auto", width: "280px" },
|
|
6872
6857
|
value: w(_)?.[0]?.[i.search],
|
|
@@ -6874,12 +6859,12 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6874
6859
|
}, a, {
|
|
6875
6860
|
"onUpdate:value": j[0] || (j[0] = (B) => W(B))
|
|
6876
6861
|
}), null, 16, ["value", "loading"])) : Ae("", !0),
|
|
6877
|
-
|
|
6862
|
+
I(C.$slots, "header-extra", Y(X(ce.value)))
|
|
6878
6863
|
]),
|
|
6879
6864
|
_: 3
|
|
6880
6865
|
})
|
|
6881
6866
|
]),
|
|
6882
|
-
|
|
6867
|
+
I(C.$slots, "filter", Y(X(ce.value))),
|
|
6883
6868
|
Ee("div", Jl, [
|
|
6884
6869
|
H(w(ci), te({
|
|
6885
6870
|
ref: "data-table-ref",
|
|
@@ -6903,14 +6888,14 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6903
6888
|
"onUpdate:expandedRowKeys": P.onUpdateExpandedRowKeys
|
|
6904
6889
|
}), {
|
|
6905
6890
|
empty: M(() => [
|
|
6906
|
-
|
|
6891
|
+
I(C.$slots, "empty", Y(X(ce.value)))
|
|
6907
6892
|
]),
|
|
6908
6893
|
loading: M(() => [
|
|
6909
|
-
|
|
6894
|
+
I(C.$slots, "loading", Y(X(ce.value)))
|
|
6910
6895
|
]),
|
|
6911
6896
|
_: 3
|
|
6912
6897
|
}, 16, ["scroll-x", "row-key", "children-key", "loading", "columns", "data", "onUpdate:filters", "onUpdate:sorter", "onLoad", "onScroll", "onUpdate:checkedRowKeys", "onUpdate:expandedRowKeys"]),
|
|
6913
|
-
e.scrollTop && G.value > s.top ? (
|
|
6898
|
+
e.scrollTop && G.value > s.top ? ($(), V(w(Je), te({
|
|
6914
6899
|
key: 0,
|
|
6915
6900
|
secondary: "",
|
|
6916
6901
|
circle: "",
|
|
@@ -6922,11 +6907,11 @@ const Pr = /* @__PURE__ */ vt(Vl, [["render", Yl]]), Fo = /* @__PURE__ */ he({
|
|
|
6922
6907
|
_: 1
|
|
6923
6908
|
}, 16)) : Ae("", !0)
|
|
6924
6909
|
]),
|
|
6925
|
-
|
|
6910
|
+
I(C.$slots, "footer", Y(X(ce.value)), () => [
|
|
6926
6911
|
H(w(Fu), null, {
|
|
6927
6912
|
default: M(() => [
|
|
6928
|
-
|
|
6929
|
-
|
|
6913
|
+
I(C.$slots, "footer-extra", Y(X(ce.value))),
|
|
6914
|
+
e.pagination ? ($(), V(w($r), te({
|
|
6930
6915
|
key: 0,
|
|
6931
6916
|
style: { marginLeft: "auto" },
|
|
6932
6917
|
disabled: w(k)
|
|
@@ -7074,7 +7059,7 @@ function Df(e) {
|
|
|
7074
7059
|
return !1;
|
|
7075
7060
|
}
|
|
7076
7061
|
}
|
|
7077
|
-
function
|
|
7062
|
+
function an(e) {
|
|
7078
7063
|
return pu(e, void 0, e, /* @__PURE__ */ new Map(), void 0);
|
|
7079
7064
|
}
|
|
7080
7065
|
function Rr(e) {
|
|
@@ -7099,40 +7084,39 @@ function So(e = {}, u = {}) {
|
|
|
7099
7084
|
}
|
|
7100
7085
|
return e;
|
|
7101
7086
|
}
|
|
7102
|
-
function Ff(e, u) {
|
|
7103
|
-
const { rules:
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
rules: Xe(i.value)
|
|
7087
|
+
function Ff(e, u, t) {
|
|
7088
|
+
const { rules: n, clearRules: r } = t ?? {}, o = an(z(u)), i = q(z(u ?? {})), a = q(z(n) ?? {}), c = {
|
|
7089
|
+
model: Qe(i.value),
|
|
7090
|
+
rules: Qe(a.value)
|
|
7107
7091
|
}, s = Ze();
|
|
7108
7092
|
function l(_) {
|
|
7109
|
-
Object.assign(
|
|
7093
|
+
Object.assign(i.value, _);
|
|
7110
7094
|
}
|
|
7111
7095
|
function f() {
|
|
7112
7096
|
return new Promise((_, E) => {
|
|
7113
|
-
if (!
|
|
7097
|
+
if (!e.value)
|
|
7114
7098
|
return E(new Error("useNaiveForm: formRef is not found."));
|
|
7115
|
-
|
|
7099
|
+
e.value.validate().then((b) => (s.trigger(De(z(i))), _(b))).catch(E);
|
|
7116
7100
|
});
|
|
7117
7101
|
}
|
|
7118
7102
|
function y() {
|
|
7119
|
-
|
|
7103
|
+
e.value?.restoreValidation();
|
|
7120
7104
|
}
|
|
7121
7105
|
function k() {
|
|
7122
|
-
Co(
|
|
7106
|
+
Co(i.value, r);
|
|
7123
7107
|
}
|
|
7124
7108
|
function d() {
|
|
7125
7109
|
k();
|
|
7126
|
-
const _ =
|
|
7127
|
-
So(
|
|
7110
|
+
const _ = an(o);
|
|
7111
|
+
So(i.value, _);
|
|
7128
7112
|
}
|
|
7129
7113
|
function v() {
|
|
7130
7114
|
y(), d();
|
|
7131
7115
|
}
|
|
7132
7116
|
return {
|
|
7133
|
-
formRef:
|
|
7134
|
-
formValue:
|
|
7135
|
-
formRules:
|
|
7117
|
+
formRef: e,
|
|
7118
|
+
formValue: i,
|
|
7119
|
+
formRules: a,
|
|
7136
7120
|
formProps: c,
|
|
7137
7121
|
setValue: l,
|
|
7138
7122
|
validate: f,
|
|
@@ -7152,13 +7136,13 @@ const Or = /* @__PURE__ */ he({
|
|
|
7152
7136
|
emits: ["update:value"],
|
|
7153
7137
|
setup(e, { emit: u }) {
|
|
7154
7138
|
const t = u, n = {
|
|
7155
|
-
button:
|
|
7139
|
+
button: Je,
|
|
7156
7140
|
"color-picker": xi,
|
|
7157
7141
|
checkbox: gi,
|
|
7158
7142
|
divider: Ur,
|
|
7159
7143
|
"date-picker": mi,
|
|
7160
7144
|
"dynamic-tags": bi,
|
|
7161
|
-
input:
|
|
7145
|
+
input: dn,
|
|
7162
7146
|
"input-number": hi,
|
|
7163
7147
|
search: Fo,
|
|
7164
7148
|
radio: pi,
|
|
@@ -7172,7 +7156,7 @@ const Or = /* @__PURE__ */ he({
|
|
|
7172
7156
|
const { type: o, props: i, slots: a } = e.options ?? {};
|
|
7173
7157
|
if (o === "button") {
|
|
7174
7158
|
const { label: c, ...s } = i ?? {};
|
|
7175
|
-
return
|
|
7159
|
+
return ru(n[o], {
|
|
7176
7160
|
...s
|
|
7177
7161
|
}, {
|
|
7178
7162
|
default: () => c,
|
|
@@ -7181,20 +7165,20 @@ const Or = /* @__PURE__ */ he({
|
|
|
7181
7165
|
}
|
|
7182
7166
|
if (o === "checkbox") {
|
|
7183
7167
|
const { options: c, ...s } = i ?? {};
|
|
7184
|
-
return
|
|
7168
|
+
return ru(n[o], {
|
|
7185
7169
|
value: e.value,
|
|
7186
7170
|
"onUpdate:value": (l) => {
|
|
7187
7171
|
t("update:value", l);
|
|
7188
7172
|
},
|
|
7189
7173
|
...s
|
|
7190
7174
|
}, {
|
|
7191
|
-
default: () => c?.map((l) =>
|
|
7175
|
+
default: () => c?.map((l) => ru(ki, { ...l })),
|
|
7192
7176
|
...a
|
|
7193
7177
|
});
|
|
7194
7178
|
}
|
|
7195
7179
|
if (o === "divider") {
|
|
7196
7180
|
const { ...c } = i ?? {};
|
|
7197
|
-
return
|
|
7181
|
+
return ru(n[o], {
|
|
7198
7182
|
...c
|
|
7199
7183
|
}, {
|
|
7200
7184
|
...a
|
|
@@ -7202,19 +7186,19 @@ const Or = /* @__PURE__ */ he({
|
|
|
7202
7186
|
}
|
|
7203
7187
|
if (o === "radio") {
|
|
7204
7188
|
const { options: c, ...s } = i ?? {};
|
|
7205
|
-
return
|
|
7189
|
+
return ru(n[o], {
|
|
7206
7190
|
value: e.value,
|
|
7207
7191
|
"onUpdate:value": (l) => {
|
|
7208
7192
|
t("update:value", l);
|
|
7209
7193
|
},
|
|
7210
7194
|
...s
|
|
7211
7195
|
}, {
|
|
7212
|
-
default: () => c?.map((l) =>
|
|
7196
|
+
default: () => c?.map((l) => ru(yi, { ...l })),
|
|
7213
7197
|
...a
|
|
7214
7198
|
});
|
|
7215
7199
|
}
|
|
7216
7200
|
if (o && n[o])
|
|
7217
|
-
return
|
|
7201
|
+
return ru(n[o], {
|
|
7218
7202
|
value: e.value,
|
|
7219
7203
|
"onUpdate:value": (c) => {
|
|
7220
7204
|
t("update:value", c);
|
|
@@ -7224,7 +7208,7 @@ const Or = /* @__PURE__ */ he({
|
|
|
7224
7208
|
...a
|
|
7225
7209
|
});
|
|
7226
7210
|
}
|
|
7227
|
-
return (o, i) => (
|
|
7211
|
+
return (o, i) => ($(), V(st(r())));
|
|
7228
7212
|
}
|
|
7229
7213
|
});
|
|
7230
7214
|
function Mr(e) {
|
|
@@ -7236,7 +7220,7 @@ function Mr(e) {
|
|
|
7236
7220
|
trigger: ["input", "blur"]
|
|
7237
7221
|
}), r && (o ? Object.assign(o, r) : o = r), o;
|
|
7238
7222
|
}
|
|
7239
|
-
const
|
|
7223
|
+
const $f = /* @__PURE__ */ he({
|
|
7240
7224
|
__name: "PresetForm",
|
|
7241
7225
|
props: {
|
|
7242
7226
|
options: {},
|
|
@@ -7248,7 +7232,7 @@ const If = /* @__PURE__ */ he({
|
|
|
7248
7232
|
},
|
|
7249
7233
|
emits: ["validated"],
|
|
7250
7234
|
setup(e, { expose: u, emit: t }) {
|
|
7251
|
-
const n = t, { formValue: r, formRules: o, formRef: i, formProps: a, setValue: c, validate: s, resetValidation: l, resetForm: f, reset: y, clear: k, onValidated: d } = Ff(e.values, {
|
|
7235
|
+
const n = t, { formValue: r, formRules: o, formRef: i, formProps: a, setValue: c, validate: s, resetValidation: l, resetForm: f, reset: y, clear: k, onValidated: d } = Ff(Nu("form-ref"), e.values, {
|
|
7252
7236
|
rules: e.rules,
|
|
7253
7237
|
clearRules: e.clearRules
|
|
7254
7238
|
});
|
|
@@ -7278,18 +7262,17 @@ const If = /* @__PURE__ */ he({
|
|
|
7278
7262
|
formRules: z(o),
|
|
7279
7263
|
formProps: z(a)
|
|
7280
7264
|
}));
|
|
7281
|
-
return u(m), (p, g) => (
|
|
7282
|
-
|
|
7283
|
-
ref: i,
|
|
7265
|
+
return u(m), (p, g) => ($(), V(w(_i), te({
|
|
7266
|
+
ref: "form-ref",
|
|
7284
7267
|
model: w(r),
|
|
7285
7268
|
rules: w(o)
|
|
7286
7269
|
}, e.formProps), {
|
|
7287
7270
|
default: M(() => [
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
_.value && _.value.length > 0 ? (
|
|
7271
|
+
I(p.$slots, "header", Y(X(x.value))),
|
|
7272
|
+
I(p.$slots, "default", Y(X(x.value)), () => [
|
|
7273
|
+
_.value && _.value.length > 0 ? ($(), V(w(Hn), Y(te({ key: 0 }, e.gridProps)), {
|
|
7291
7274
|
default: M(() => [
|
|
7292
|
-
(
|
|
7275
|
+
($(!0), Te(Du, null, qn(_.value, ({ key: A, label: S, required: D, span: R, rule: T, itemProps: { offset: N, span: Z, suffix: J, ...ie } = {}, render: be, ...ve }, G) => ($(), V(w(Gn), te({
|
|
7293
7276
|
key: G,
|
|
7294
7277
|
span: typeof R == "function" ? R() : R ?? Z
|
|
7295
7278
|
}, { ref_for: !0 }, { offset: N, suffix: J }), {
|
|
@@ -7300,7 +7283,7 @@ const If = /* @__PURE__ */ he({
|
|
|
7300
7283
|
rule: w(Mr)({ key: A, label: S, required: D, rule: T })
|
|
7301
7284
|
}, { ref_for: !0 }, ie), {
|
|
7302
7285
|
default: M(() => [
|
|
7303
|
-
be ? (
|
|
7286
|
+
be ? ($(), V(st(be({ ...m, overflow: P })), { key: 0 })) : ($(), V(w(Or), {
|
|
7304
7287
|
key: 1,
|
|
7305
7288
|
options: ve,
|
|
7306
7289
|
value: A ? w(r)[A] : void 0,
|
|
@@ -7315,15 +7298,15 @@ const If = /* @__PURE__ */ he({
|
|
|
7315
7298
|
]),
|
|
7316
7299
|
_: 1
|
|
7317
7300
|
}, 16)) : Ae("", !0),
|
|
7318
|
-
E.value && E.value.length > 0 ? (
|
|
7301
|
+
E.value && E.value.length > 0 ? ($(), Te(Du, { key: 1 }, [
|
|
7319
7302
|
H(w(Ur), { style: { margin: "5px 0" } }, {
|
|
7320
7303
|
default: M(() => [
|
|
7321
|
-
H(w(
|
|
7304
|
+
H(w(Je), {
|
|
7322
7305
|
size: "tiny",
|
|
7323
7306
|
onClick: g[0] || (g[0] = (A) => v.value = !v.value)
|
|
7324
7307
|
}, {
|
|
7325
7308
|
default: M(() => [
|
|
7326
|
-
Lu(
|
|
7309
|
+
Lu(iu(v.value ? "折叠" : "展开"), 1)
|
|
7327
7310
|
]),
|
|
7328
7311
|
_: 1
|
|
7329
7312
|
})
|
|
@@ -7334,7 +7317,7 @@ const If = /* @__PURE__ */ he({
|
|
|
7334
7317
|
default: M(() => [
|
|
7335
7318
|
H(w(Hn), Y(X(e.gridProps)), {
|
|
7336
7319
|
default: M(() => [
|
|
7337
|
-
(
|
|
7320
|
+
($(!0), Te(Du, null, qn(E.value, ({ key: A, label: S, required: D, span: R, rule: T, itemProps: { offset: N, span: Z, suffix: J, ...ie } = {}, render: be, ...ve }, G) => ($(), V(w(Gn), te({
|
|
7338
7321
|
key: G,
|
|
7339
7322
|
span: typeof R == "function" ? R() : R ?? Z
|
|
7340
7323
|
}, { ref_for: !0 }, { offset: N, suffix: J }), {
|
|
@@ -7345,7 +7328,7 @@ const If = /* @__PURE__ */ he({
|
|
|
7345
7328
|
rule: w(Mr)({ key: A, label: S, required: D, rule: T })
|
|
7346
7329
|
}, { ref_for: !0 }, ie), {
|
|
7347
7330
|
default: M(() => [
|
|
7348
|
-
be ? (
|
|
7331
|
+
be ? ($(), V(st(be({ ...m, overflow: P })), { key: 0 })) : ($(), V(w(Or), {
|
|
7349
7332
|
key: 1,
|
|
7350
7333
|
options: ve,
|
|
7351
7334
|
value: A ? w(r)[A] : void 0,
|
|
@@ -7365,7 +7348,7 @@ const If = /* @__PURE__ */ he({
|
|
|
7365
7348
|
}, 8, ["show"])
|
|
7366
7349
|
], 64)) : Ae("", !0)
|
|
7367
7350
|
]),
|
|
7368
|
-
|
|
7351
|
+
I(p.$slots, "footer", Y(X(x.value)))
|
|
7369
7352
|
]),
|
|
7370
7353
|
_: 3
|
|
7371
7354
|
}, 16, ["model", "rules"]));
|
|
@@ -7379,7 +7362,7 @@ const If = /* @__PURE__ */ he({
|
|
|
7379
7362
|
viewBox: "0 0 24 24"
|
|
7380
7363
|
};
|
|
7381
7364
|
function Tf(e, u, t, n, r, o) {
|
|
7382
|
-
return
|
|
7365
|
+
return $(), Te("svg", Sf, [...u[0] || (u[0] = [
|
|
7383
7366
|
Ee("path", {
|
|
7384
7367
|
fill: "currentColor",
|
|
7385
7368
|
d: "M12 1.75A10.25 10.25 0 1 0 22.25 12A10.26 10.26 0 0 0 12 1.75m4.67 13.5a1 1 0 0 1 0 1.42a1 1 0 0 1-1.42 0L12 13.42l-3.25 3.25a1 1 0 0 1-1.41-1.42L10.59 12L7.34 8.75a1 1 0 1 1 1.41-1.41L12 10.59l3.25-3.25a1 1 0 1 1 1.42 1.41L13.42 12z"
|
|
@@ -7406,22 +7389,22 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7406
7389
|
},
|
|
7407
7390
|
emits: ["update:value", "afterEnter", "afterLeave", "esc", "maskClick", "update:show", "close", "negativeClick", "positiveClick"],
|
|
7408
7391
|
setup(e, { expose: u, emit: t }) {
|
|
7409
|
-
const n = t, r = { label: "label", value: "value", ...e.fields }, o = q([]), i = q([]), a =
|
|
7392
|
+
const n = t, r = { label: "label", value: "value", ...e.fields }, o = q([]), i = q([]), a = Qe({
|
|
7410
7393
|
type: "selection",
|
|
7411
7394
|
multiple: e.multiple,
|
|
7412
7395
|
width: 60,
|
|
7413
7396
|
fixed: "left",
|
|
7414
7397
|
...e.selectionOptions
|
|
7415
7398
|
});
|
|
7416
|
-
|
|
7399
|
+
Xe(() => e.multiple, () => {
|
|
7417
7400
|
a.multiple = e.multiple;
|
|
7418
7401
|
});
|
|
7419
|
-
const c =
|
|
7402
|
+
const c = Qe([
|
|
7420
7403
|
a,
|
|
7421
7404
|
...e.columns ?? []
|
|
7422
7405
|
]), s = q(!1);
|
|
7423
7406
|
function l() {
|
|
7424
|
-
o.value =
|
|
7407
|
+
o.value = an(Array.isArray(e.value) ? e.value : e.value ? [e.value] : []), s.value = !0;
|
|
7425
7408
|
}
|
|
7426
7409
|
function f(p) {
|
|
7427
7410
|
e.multiple ? o.value.includes(p?.[r.value]) ? (o.value = o.value.filter((g) => g !== p?.[r.value]), i.value = i.value.filter((g) => g?.[r.value] !== p?.[r.value])) : (o.value.push(p?.[r.value]), i.value.push(p)) : (o.value = [p?.[r.value]], i.value = [p]);
|
|
@@ -7490,37 +7473,37 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7490
7473
|
checkedRows: z(i),
|
|
7491
7474
|
columns: z(c)
|
|
7492
7475
|
}));
|
|
7493
|
-
return u(m), (p, g) => (
|
|
7476
|
+
return u(m), (p, g) => ($(), V(w(Ai), te({ value: b.value }, e.badgeProps), {
|
|
7494
7477
|
default: M(() => [
|
|
7495
7478
|
H(w(Ei), null, {
|
|
7496
7479
|
default: M(() => [
|
|
7497
|
-
H(w(
|
|
7480
|
+
H(w(fn), {
|
|
7498
7481
|
disabled: !Array.isArray(e.value),
|
|
7499
7482
|
trigger: Array.isArray(e.value) ? "hover" : "manual"
|
|
7500
7483
|
}, {
|
|
7501
7484
|
trigger: M(() => [
|
|
7502
|
-
H(w(
|
|
7485
|
+
H(w(Je), te({
|
|
7503
7486
|
type: e.type,
|
|
7504
7487
|
disabled: e.disabled
|
|
7505
7488
|
}, e.buttonProps, { onClick: l }), {
|
|
7506
7489
|
icon: M(() => [
|
|
7507
|
-
|
|
7490
|
+
I(p.$slots, "button-icon")
|
|
7508
7491
|
]),
|
|
7509
7492
|
default: M(() => [
|
|
7510
|
-
|
|
7511
|
-
Ee("span", null,
|
|
7493
|
+
I(p.$slots, "button", {}, () => [
|
|
7494
|
+
Ee("span", null, iu(Array.isArray(e.value) ? "已选择" : _.value), 1)
|
|
7512
7495
|
])
|
|
7513
7496
|
]),
|
|
7514
7497
|
_: 3
|
|
7515
7498
|
}, 16, ["type", "disabled"])
|
|
7516
7499
|
]),
|
|
7517
7500
|
default: M(() => [
|
|
7518
|
-
Ee("div", null,
|
|
7501
|
+
Ee("div", null, iu(Array.isArray(e.value) ? _.value : ""), 1)
|
|
7519
7502
|
]),
|
|
7520
7503
|
_: 3
|
|
7521
7504
|
}, 8, ["disabled", "trigger"]),
|
|
7522
|
-
|
|
7523
|
-
E.value ? (
|
|
7505
|
+
I(p.$slots, "clear-button", {}, () => [
|
|
7506
|
+
E.value ? ($(), V(w(Je), te({
|
|
7524
7507
|
key: 0,
|
|
7525
7508
|
circle: "",
|
|
7526
7509
|
type: e.type
|
|
@@ -7528,7 +7511,7 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7528
7511
|
onClick: Go(v, ["stop"])
|
|
7529
7512
|
}), {
|
|
7530
7513
|
icon: M(() => [
|
|
7531
|
-
|
|
7514
|
+
I(p.$slots, "clear-icon", {}, () => [
|
|
7532
7515
|
H(Pf)
|
|
7533
7516
|
])
|
|
7534
7517
|
]),
|
|
@@ -7554,19 +7537,19 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7554
7537
|
"onUpdate:show": g[6] || (g[6] = (A) => n("update:show", A))
|
|
7555
7538
|
}), {
|
|
7556
7539
|
action: M(() => [
|
|
7557
|
-
|
|
7540
|
+
I(p.$slots, "modal-action")
|
|
7558
7541
|
]),
|
|
7559
7542
|
header: M(() => [
|
|
7560
|
-
|
|
7543
|
+
I(p.$slots, "modal-header")
|
|
7561
7544
|
]),
|
|
7562
7545
|
icon: M(() => [
|
|
7563
|
-
|
|
7546
|
+
I(p.$slots, "modal-icon")
|
|
7564
7547
|
]),
|
|
7565
7548
|
close: M(() => [
|
|
7566
|
-
|
|
7549
|
+
I(p.$slots, "modal-close")
|
|
7567
7550
|
]),
|
|
7568
7551
|
default: M(() => [
|
|
7569
|
-
|
|
7552
|
+
I(p.$slots, "default", Y(X(x.value)))
|
|
7570
7553
|
]),
|
|
7571
7554
|
_: 3
|
|
7572
7555
|
}, 16, ["show", "title"])
|
|
@@ -7598,9 +7581,9 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7598
7581
|
},
|
|
7599
7582
|
emits: ["before", "success", "error", "finally", "blur", "clear", "create", "focus", "scroll", "search", "update:value", "update:page", "update:pageSize"],
|
|
7600
7583
|
setup(e, { expose: u, emit: t }) {
|
|
7601
|
-
const n = t, r =
|
|
7584
|
+
const n = t, r = Nu("select-ref"), o = { page: "page", pageSize: "pageSize", search: "search", list: "list", count: "count", label: "label", value: "value", rowKey: "id", children: "children", ...e.fields }, i = Qe({
|
|
7602
7585
|
...e.pagination && typeof e.pagination == "boolean" ? {} : e.pagination
|
|
7603
|
-
}), a = [], { loading: c, data: s, error: l, params: f, list: y, pagination: k, run: d, runAsync: v, refresh: _, refreshAsync: E, cancel: b, mutate: m, setParams: x, runParams: p, runParamsAsync: g, onBefore: A, onSuccess: S, onError: D, onFinally: R } =
|
|
7586
|
+
}), a = [], { loading: c, data: s, error: l, params: f, list: y, pagination: k, run: d, runAsync: v, refresh: _, refreshAsync: E, cancel: b, mutate: m, setParams: x, runParams: p, runParamsAsync: g, onBefore: A, onSuccess: S, onError: D, onFinally: R } = En(e.api, {
|
|
7604
7587
|
defaultParams: {
|
|
7605
7588
|
[o.search]: null,
|
|
7606
7589
|
...e.defaultParams
|
|
@@ -7711,7 +7694,7 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7711
7694
|
pagination: z(k),
|
|
7712
7695
|
selectRef: z(r)
|
|
7713
7696
|
}));
|
|
7714
|
-
return u(ve), (P, ee) => (
|
|
7697
|
+
return u(ve), (P, ee) => ($(), V(w(zr), te({
|
|
7715
7698
|
ref: "select-ref",
|
|
7716
7699
|
remote: "",
|
|
7717
7700
|
filterable: "",
|
|
@@ -7736,14 +7719,14 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7736
7719
|
"onUpdate:value": J.onUpdateValue
|
|
7737
7720
|
}), {
|
|
7738
7721
|
header: M(() => [
|
|
7739
|
-
|
|
7722
|
+
I(P.$slots, "header", Y(X(G.value)))
|
|
7740
7723
|
]),
|
|
7741
7724
|
action: M(() => [
|
|
7742
|
-
|
|
7725
|
+
I(P.$slots, "footer", Y(X(G.value)), () => [
|
|
7743
7726
|
H(w(Fu), null, {
|
|
7744
7727
|
default: M(() => [
|
|
7745
|
-
|
|
7746
|
-
|
|
7728
|
+
I(P.$slots, "footer-extra", Y(X(G.value))),
|
|
7729
|
+
e.pagination ? ($(), V(w($r), te({
|
|
7747
7730
|
key: 0,
|
|
7748
7731
|
style: { marginLeft: "auto" },
|
|
7749
7732
|
simple: "",
|
|
@@ -7758,10 +7741,10 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7758
7741
|
])
|
|
7759
7742
|
]),
|
|
7760
7743
|
empty: M(() => [
|
|
7761
|
-
|
|
7744
|
+
I(P.$slots, "empty", Y(X(G.value)))
|
|
7762
7745
|
]),
|
|
7763
7746
|
arrow: M(() => [
|
|
7764
|
-
|
|
7747
|
+
I(P.$slots, "arrow", Y(X(G.value)))
|
|
7765
7748
|
]),
|
|
7766
7749
|
_: 3
|
|
7767
7750
|
}, 16, ["multiple", "disabled", "clearable", "options", "label-field", "value-field", "children-field", "value", "loading", "onBlur", "onClear", "onCreate", "onFocus", "onScroll", "onSearch", "onUpdate:show", "onUpdate:value"]));
|
|
@@ -7778,7 +7761,7 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7778
7761
|
},
|
|
7779
7762
|
emits: ["before", "success", "error", "finally"],
|
|
7780
7763
|
setup(e, { expose: u, emit: t }) {
|
|
7781
|
-
const n = t, r = { page: "page", pageSize: "pageSize", list: "list", count: "count", ...e.fields }, { loading: o, data: i, error: a, params: c, list: s, pagination: l, run: f, runAsync: y, refresh: k, refreshAsync: d, cancel: v, mutate: _, setParams: E, runParams: b, runParamsAsync: m, onBefore: x, onSuccess: p, onError: g, onFinally: A } =
|
|
7764
|
+
const n = t, r = { page: "page", pageSize: "pageSize", list: "list", count: "count", ...e.fields }, { loading: o, data: i, error: a, params: c, list: s, pagination: l, run: f, runAsync: y, refresh: k, refreshAsync: d, cancel: v, mutate: _, setParams: E, runParams: b, runParamsAsync: m, onBefore: x, onSuccess: p, onError: g, onFinally: A } = En(e.api, {
|
|
7782
7765
|
defaultParams: e.defaultParams,
|
|
7783
7766
|
fields: r,
|
|
7784
7767
|
manual: e.manual,
|
|
@@ -7823,7 +7806,7 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7823
7806
|
list: z(s),
|
|
7824
7807
|
pagination: z(l)
|
|
7825
7808
|
}));
|
|
7826
|
-
return u(S), (R, T) =>
|
|
7809
|
+
return u(S), (R, T) => I(R.$slots, "default", Y(X(D.value)));
|
|
7827
7810
|
}
|
|
7828
7811
|
}), jf = /* @__PURE__ */ he({
|
|
7829
7812
|
__name: "ToggleEditor",
|
|
@@ -7835,7 +7818,7 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7835
7818
|
}),
|
|
7836
7819
|
emits: ["update:value"],
|
|
7837
7820
|
setup(e) {
|
|
7838
|
-
const u = Vo(e, "value"), t = q(!1), n =
|
|
7821
|
+
const u = Vo(e, "value"), t = q(!1), n = Nu("inputRef"), r = q(u.value);
|
|
7839
7822
|
function o() {
|
|
7840
7823
|
t.value = !0, Nr(() => {
|
|
7841
7824
|
n.value?.focus();
|
|
@@ -7844,8 +7827,8 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7844
7827
|
function i() {
|
|
7845
7828
|
t.value = !1, u.value = r.value;
|
|
7846
7829
|
}
|
|
7847
|
-
return (a, c) => (
|
|
7848
|
-
t.value ? (
|
|
7830
|
+
return (a, c) => ($(), Te("div", { onClick: o }, [
|
|
7831
|
+
t.value ? ($(), V(w(dn), te({
|
|
7849
7832
|
key: 0,
|
|
7850
7833
|
ref_key: "inputRef",
|
|
7851
7834
|
ref: n,
|
|
@@ -7854,8 +7837,8 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7854
7837
|
"onUpdate:value": c[0] || (c[0] = (s) => r.value = s),
|
|
7855
7838
|
onChange: i,
|
|
7856
7839
|
onBlur: i
|
|
7857
|
-
}), null, 16, ["value"])) : (
|
|
7858
|
-
Lu(
|
|
7840
|
+
}), null, 16, ["value"])) : ($(), Te(Du, { key: 1 }, [
|
|
7841
|
+
Lu(iu(r.value), 1)
|
|
7859
7842
|
], 64))
|
|
7860
7843
|
]));
|
|
7861
7844
|
}
|
|
@@ -7869,23 +7852,23 @@ const Pf = /* @__PURE__ */ vt(Cf, [["render", Tf]]), zf = /* @__PURE__ */ he({
|
|
|
7869
7852
|
emits: ["click"],
|
|
7870
7853
|
setup(e, { emit: u }) {
|
|
7871
7854
|
const t = u;
|
|
7872
|
-
return (n, r) => (
|
|
7855
|
+
return (n, r) => ($(), V(w(fn), Y(X(e.tooltipProps)), {
|
|
7873
7856
|
trigger: M(() => [
|
|
7874
|
-
H(w(
|
|
7857
|
+
H(w(Je), te(e.buttonProps, {
|
|
7875
7858
|
onClick: r[0] || (r[0] = (o) => t("click", o))
|
|
7876
7859
|
}), {
|
|
7877
7860
|
icon: M(() => [
|
|
7878
|
-
|
|
7861
|
+
I(n.$slots, "icon")
|
|
7879
7862
|
]),
|
|
7880
7863
|
default: M(() => [
|
|
7881
|
-
|
|
7864
|
+
I(n.$slots, "default")
|
|
7882
7865
|
]),
|
|
7883
7866
|
_: 3
|
|
7884
7867
|
}, 16)
|
|
7885
7868
|
]),
|
|
7886
7869
|
default: M(() => [
|
|
7887
|
-
|
|
7888
|
-
Lu(
|
|
7870
|
+
I(n.$slots, "tooltip", {}, () => [
|
|
7871
|
+
Lu(iu(e.tooltip), 1)
|
|
7889
7872
|
])
|
|
7890
7873
|
]),
|
|
7891
7874
|
_: 3
|
|
@@ -7896,9 +7879,9 @@ export {
|
|
|
7896
7879
|
Lf as NBubble,
|
|
7897
7880
|
Nf as NConfigProviders,
|
|
7898
7881
|
Bf as NCopyButton,
|
|
7899
|
-
|
|
7882
|
+
If as NDataTablePlus,
|
|
7900
7883
|
Ss as NFullLoading,
|
|
7901
|
-
|
|
7884
|
+
$f as NPresetForm,
|
|
7902
7885
|
Or as NPresetInput,
|
|
7903
7886
|
zf as NPresetPicker,
|
|
7904
7887
|
Uf as NPresetSelect,
|