@oiij/naive-ui 0.0.7 → 0.0.9
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 +3 -1
- package/dist/components/preset-form/PresetForm.vue.d.ts +1 -1
- package/dist/components/preset-select/PresetSelect.vue.d.ts +14 -12
- package/dist/components/preset-select/index.d.ts +2 -2
- package/dist/components/remote-request/RemoteRequest.vue.d.ts +1 -1
- package/dist/components.cjs +20 -20
- package/dist/components.js +679 -637
- package/dist/components.umd.cjs +19 -19
- package/dist/composables/useNaiveForm.d.cts +4 -4
- package/dist/composables/useNaiveForm.d.ts +4 -4
- package/dist/composables/useNaiveTheme.d.cts +2 -2
- package/dist/composables/useNaiveTheme.d.ts +2 -2
- package/package.json +5 -5
package/dist/components.cjs
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("vue"),O=require("naive-ui"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("vue"),O=require("naive-ui"),Te=require("@vueuse/core");function Lr(e){let u=".",t="__",n="--",r;if(e){let p=e.blockPrefix;p&&(u=p),p=e.elementPrefix,p&&(t=p),p=e.modifierPrefix,p&&(n=p)}const o={install(p){r=p.c;const E=p.context;E.bem={},E.bem.b=null,E.bem.els=null}};function a(p){let E,A;return{before(y){E=y.bem.b,A=y.bem.els,y.bem.els=null},after(y){y.bem.b=E,y.bem.els=A},$({context:y,props:h}){return p=typeof p=="string"?p:p({context:y,props:h}),y.bem.b=p,`${h?.bPrefix||u}${y.bem.b}`}}}function i(p){let E;return{before(A){E=A.bem.els},after(A){A.bem.els=E},$({context:A,props:y}){return p=typeof p=="string"?p:p({context:A,props:y}),A.bem.els=p.split(",").map(h=>h.trim()),A.bem.els.map(h=>`${y?.bPrefix||u}${A.bem.b}${t}${h}`).join(", ")}}}function l(p){return{$({context:E,props:A}){p=typeof p=="string"?p:p({context:E,props:A});const y=p.split(",").map(g=>g.trim());function h(g){return y.map(_=>`&${A?.bPrefix||u}${E.bem.b}${g!==void 0?`${t}${g}`:""}${n}${_}`).join(", ")}const m=E.bem.els;if(m!==null){if(process.env.NODE_ENV!=="production"&&m.length>=2)throw Error(`[css-render/plugin-bem]: m(${p}) is invalid, using modifier inside multiple elements is not allowed`);return h(m[0])}else return h()}}}function s(p){return{$({context:E,props:A}){p=typeof p=="string"?p:p({context:E,props:A});const y=E.bem.els;if(process.env.NODE_ENV!=="production"&&y!==null&&y.length>=2)throw Error(`[css-render/plugin-bem]: notM(${p}) is invalid, using modifier inside multiple elements is not allowed`);return`&:not(${A?.bPrefix||u}${E.bem.b}${y!==null&&y.length>0?`${t}${y[0]}`:""}${n}${p})`}}}return Object.assign(o,{cB:(...p)=>r(a(p[0]),p[1],p[2]),cE:(...p)=>r(i(p[0]),p[1],p[2]),cM:(...p)=>r(l(p[0]),p[1],p[2]),cNotM:(...p)=>r(s(p[0]),p[1],p[2])}),o}function Ir(e){let u=0;for(let t=0;t<e.length;++t)e[t]==="&"&&++u;return u}const $n=/\s*,(?![^(]*\))\s*/g,zr=/\s+/g;function $r(e,u){const t=[];return u.split($n).forEach(n=>{let r=Ir(n);if(r){if(r===1){e.forEach(a=>{t.push(n.replace("&",a))});return}}else{e.forEach(a=>{t.push((a&&a+" ")+n)});return}let o=[n];for(;r--;){const a=[];o.forEach(i=>{e.forEach(l=>{a.push(i.replace("&",l))})}),o=a}o.forEach(a=>t.push(a))}),t}function Ur(e,u){const t=[];return u.split($n).forEach(n=>{e.forEach(r=>{t.push((r&&r+" ")+n)})}),t}function qr(e){let u=[""];return e.forEach(t=>{t=t&&t.trim(),t&&(t.includes("&")?u=$r(u,t):u=Ur(u,t))}),u.join(", ").replace(zr," ")}function Kt(e){if(!e)return;const u=e.parentElement;u&&u.removeChild(e)}function vt(e,u){return(u??document.head).querySelector(`style[cssr-id="${e}"]`)}function jr(e){const u=document.createElement("style");return u.setAttribute("cssr-id",e),u}function ku(e){return e?/^\s*@(s|m)/.test(e):!1}const Hr=/[A-Z]/g;function Un(e){return e.replace(Hr,u=>"-"+u.toLowerCase())}function Vr(e,u=" "){return typeof e=="object"&&e!==null?` {
|
|
2
2
|
`+Object.entries(e).map(t=>u+` ${Un(t[0])}: ${t[1]};`).join(`
|
|
3
3
|
`)+`
|
|
4
4
|
`+u+"}":`: ${e};`}function Gr(e,u,t){return typeof e=="function"?e({context:u.context,props:t}):e}function en(e,u,t,n){if(!u)return"";const r=Gr(u,t,n);if(!r)return"";if(typeof r=="string")return`${e} {
|
|
5
5
|
${r}
|
|
6
6
|
}`;const o=Object.keys(r);if(o.length===0)return t.config.keepEmptyBlock?e+` {
|
|
7
|
-
}`:"";const a=e?[e+" {"]:[];return o.forEach(i=>{const
|
|
8
|
-
`+
|
|
9
|
-
`);return}i=Un(i),
|
|
10
|
-
`)}function bt(e,u,t){e&&e.forEach(n=>{if(Array.isArray(n))bt(n,u,t);else if(typeof n=="function"){const r=n(u);Array.isArray(r)?bt(r,u,t):r&&t(r)}else n&&t(n)})}function qn(e,u,t,n,r){const o=e.$;let a="";if(!o||typeof o=="string")ku(o)?a=o:u.push(o);else if(typeof o=="function"){const
|
|
7
|
+
}`:"";const a=e?[e+" {"]:[];return o.forEach(i=>{const l=r[i];if(i==="raw"){a.push(`
|
|
8
|
+
`+l+`
|
|
9
|
+
`);return}i=Un(i),l!=null&&a.push(` ${i}${Vr(l)}`)}),e&&a.push("}"),a.join(`
|
|
10
|
+
`)}function bt(e,u,t){e&&e.forEach(n=>{if(Array.isArray(n))bt(n,u,t);else if(typeof n=="function"){const r=n(u);Array.isArray(r)?bt(r,u,t):r&&t(r)}else n&&t(n)})}function qn(e,u,t,n,r){const o=e.$;let a="";if(!o||typeof o=="string")ku(o)?a=o:u.push(o);else if(typeof o=="function"){const s=o({context:n.context,props:r});ku(s)?a=s:u.push(s)}else if(o.before&&o.before(n.context),!o.$||typeof o.$=="string")ku(o.$)?a=o.$:u.push(o.$);else if(o.$){const s=o.$({context:n.context,props:r});ku(s)?a=s:u.push(s)}const i=qr(u),l=en(i,e.props,n,r);a?t.push(`${a} {`):l.length&&t.push(l),e.children&&bt(e.children,{context:n.context,props:r},s=>{if(typeof s=="string"){const f=en(i,{raw:s},n,r);t.push(f)}else qn(s,u,t,n,r)}),u.pop(),a&&t.push("}"),o&&o.after&&o.after(n.context)}function Wr(e,u,t){const n=[];return qn(e,[],n,u,t),n.join(`
|
|
11
11
|
|
|
12
|
-
`)}function Zr(e){for(var u=0,t,n=0,r=e.length;r>=4;++n,r-=4)t=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,t=(t&65535)*1540483477+((t>>>16)*59797<<16),t^=t>>>24,u=(t&65535)*1540483477+((t>>>16)*59797<<16)^(u&65535)*1540483477+((u>>>16)*59797<<16);switch(r){case 3:u^=(e.charCodeAt(n+2)&255)<<16;case 2:u^=(e.charCodeAt(n+1)&255)<<8;case 1:u^=e.charCodeAt(n)&255,u=(u&65535)*1540483477+((u>>>16)*59797<<16)}return u^=u>>>13,u=(u&65535)*1540483477+((u>>>16)*59797<<16),((u^u>>>15)>>>0).toString(36)}typeof window<"u"&&(window.__cssrContext={});function Yr(e,u,t,n){const{els:r}=u;if(t===void 0)r.forEach(Kt),u.els=[];else{const o=vt(t,n);o&&r.includes(o)&&(Kt(o),u.els=r.filter(a=>a!==o))}}function un(e,u){e.push(u)}function Xr(e,u,t,n,r,o,a,i,
|
|
12
|
+
`)}function Zr(e){for(var u=0,t,n=0,r=e.length;r>=4;++n,r-=4)t=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,t=(t&65535)*1540483477+((t>>>16)*59797<<16),t^=t>>>24,u=(t&65535)*1540483477+((t>>>16)*59797<<16)^(u&65535)*1540483477+((u>>>16)*59797<<16);switch(r){case 3:u^=(e.charCodeAt(n+2)&255)<<16;case 2:u^=(e.charCodeAt(n+1)&255)<<8;case 1:u^=e.charCodeAt(n)&255,u=(u&65535)*1540483477+((u>>>16)*59797<<16)}return u^=u>>>13,u=(u&65535)*1540483477+((u>>>16)*59797<<16),((u^u>>>15)>>>0).toString(36)}typeof window<"u"&&(window.__cssrContext={});function Yr(e,u,t,n){const{els:r}=u;if(t===void 0)r.forEach(Kt),u.els=[];else{const o=vt(t,n);o&&r.includes(o)&&(Kt(o),u.els=r.filter(a=>a!==o))}}function un(e,u){e.push(u)}function Xr(e,u,t,n,r,o,a,i,l){let s;if(t===void 0&&(s=u.render(n),t=Zr(s)),l){l.adapter(t,s??u.render(n));return}i===void 0&&(i=document.head);const f=vt(t,i);if(f!==null&&!o)return f;const d=f??jr(t);if(s===void 0&&(s=u.render(n)),d.textContent=s,f!==null)return f;if(a){const v=i.querySelector(`meta[name="${a}"]`);if(v)return i.insertBefore(d,v),un(u.els,d),d}return r?i.insertBefore(d,i.querySelector("style, link")):i.appendChild(d),un(u.els,d),d}function Qr(e){return Wr(this,this.instance,e)}function Jr(e={}){const{id:u,ssr:t,props:n,head:r=!1,force:o=!1,anchorMetaName:a,parent:i}=e;return Xr(this.instance,this,u,n,r,o,a,i,t)}function Kr(e={}){const{id:u,parent:t}=e;Yr(this.instance,this,u,t)}const _u=function(e,u,t,n){return{instance:e,$:u,props:t,children:n,els:[],render:Qr,mount:Jr,unmount:Kr}},eo=function(e,u,t,n){return Array.isArray(u)?_u(e,{$:null},null,u):Array.isArray(t)?_u(e,u,null,t):Array.isArray(n)?_u(e,u,t,n):_u(e,u,t,null)};function uo(e={}){const u={c:(...t)=>eo(u,...t),use:(t,...n)=>t.install(u,...n),find:vt,context:{},config:e};return u}function to(e){const{namespace:u="n",blockPrefix:t=`.${u}-`,elementPrefix:n="__",modifierPrefix:r="--"}=e??{},o=uo(),a=Lr({blockPrefix:t,elementPrefix:n,modifierPrefix:r});return o.use(a),{namespace:u,blockPrefix:t,elementPrefix:n,modifierPrefix:r,cssr:o,plugin:a}}const no="@css-render/vue3-ssr";function ro(e,u){return`<style cssr-id="${e}">
|
|
13
13
|
${u}
|
|
14
|
-
</style>`}function oo(e,u,t){const{styles:n,ids:r}=t;r.has(e)||n!==null&&(r.add(e),n.push(ro(e,u)))}const io=typeof document<"u";function ao(){if(io)return;const e=c.inject(no,null);if(e!==null)return{adapter:(u,t)=>oo(u,t,e),context:e}}function jn(e,u){const t=ao();function n(){u.mount({id:e,head:!0,ssr:t})}t?n():c.onBeforeMount(()=>{n()})}const{cssr:yt,plugin:Hn,namespace:Vn}=to();var tn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function co(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Qu={exports:{}},nn;function
|
|
14
|
+
</style>`}function oo(e,u,t){const{styles:n,ids:r}=t;r.has(e)||n!==null&&(r.add(e),n.push(ro(e,u)))}const io=typeof document<"u";function ao(){if(io)return;const e=c.inject(no,null);if(e!==null)return{adapter:(u,t)=>oo(u,t,e),context:e}}function jn(e,u){const t=ao();function n(){u.mount({id:e,head:!0,ssr:t})}t?n():c.onBeforeMount(()=>{n()})}const{cssr:yt,plugin:Hn,namespace:Vn}=to();var tn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function co(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Qu={exports:{}},nn;function lo(){return nn||(nn=1,function(e){var u=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/**
|
|
15
15
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
16
16
|
*
|
|
17
17
|
* @license MIT <https://opensource.org/licenses/MIT>
|
|
18
18
|
* @author Lea Verou <https://lea.verou.me>
|
|
19
19
|
* @namespace
|
|
20
20
|
* @public
|
|
21
|
-
*/var t=function(n){var r=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,o=0,a={},i={manual:n.Prism&&n.Prism.manual,disableWorkerMessageHandler:n.Prism&&n.Prism.disableWorkerMessageHandler,util:{encode:function h(m){return m instanceof s?new s(m.type,h(m.content),m.alias):Array.isArray(m)?m.map(h):m.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(h){return Object.prototype.toString.call(h).slice(8,-1)},objId:function(h){return h.__id||Object.defineProperty(h,"__id",{value:++o}),h.__id},clone:function h(m,g){g=g||{};var _,k;switch(i.util.type(m)){case"Object":if(k=i.util.objId(m),g[k])return g[k];_={},g[k]=_;for(var C in m)m.hasOwnProperty(C)&&(_[C]=h(m[C],g));return _;case"Array":return k=i.util.objId(m),g[k]?g[k]:(_=[],g[k]=_,m.forEach(function(T,F){_[F]=h(T,g)}),_);default:return m}},getLanguage:function(h){for(;h;){var m=r.exec(h.className);if(m)return m[1].toLowerCase();h=h.parentElement}return"none"},setLanguage:function(h,m){h.className=h.className.replace(RegExp(r,"gi"),""),h.classList.add("language-"+m)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(_){var h=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(_.stack)||[])[1];if(h){var m=document.getElementsByTagName("script");for(var g in m)if(m[g].src==h)return m[g]}return null}},isActive:function(h,m,g){for(var _="no-"+m;h;){var k=h.classList;if(k.contains(m))return!0;if(k.contains(_))return!1;h=h.parentElement}return!!g}},languages:{plain:a,plaintext:a,text:a,txt:a,extend:function(h,m){var g=i.util.clone(i.languages[h]);for(var _ in m)g[_]=m[_];return g},insertBefore:function(h,m,g,_){_=_||i.languages;var k=_[h],C={};for(var T in k)if(k.hasOwnProperty(T)){if(T==m)for(var F in g)g.hasOwnProperty(F)&&(C[F]=g[F]);g.hasOwnProperty(T)||(C[T]=k[T])}var z=_[h];return _[h]=C,i.languages.DFS(i.languages,function(M,S){S===z&&M!=h&&(this[M]=C)}),C},DFS:function h(m,g,_,k){k=k||{};var C=i.util.objId;for(var T in m)if(m.hasOwnProperty(T)){g.call(m,T,m[T],_||T);var F=m[T],z=i.util.type(F);z==="Object"&&!k[C(F)]?(k[C(F)]=!0,h(F,g,null,k)):z==="Array"&&!k[C(F)]&&(k[C(F)]=!0,h(F,g,T,k))}}},plugins:{},highlightAll:function(h,m){i.highlightAllUnder(document,h,m)},highlightAllUnder:function(h,m,g){var _={callback:g,container:h,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",_),_.elements=Array.prototype.slice.apply(_.container.querySelectorAll(_.selector)),i.hooks.run("before-all-elements-highlight",_);for(var k=0,C;C=_.elements[k++];)i.highlightElement(C,m===!0,_.callback)},highlightElement:function(h,m,g){var _=i.util.getLanguage(h),k=i.languages[_];i.util.setLanguage(h,_);var C=h.parentElement;C&&C.nodeName.toLowerCase()==="pre"&&i.util.setLanguage(C,_);var T=h.textContent,F={element:h,language:_,grammar:k,code:T};function z(S){F.highlightedCode=S,i.hooks.run("before-insert",F),F.element.innerHTML=F.highlightedCode,i.hooks.run("after-highlight",F),i.hooks.run("complete",F),g&&g.call(F.element)}if(i.hooks.run("before-sanity-check",F),C=F.element.parentElement,C&&C.nodeName.toLowerCase()==="pre"&&!C.hasAttribute("tabindex")&&C.setAttribute("tabindex","0"),!F.code){i.hooks.run("complete",F),g&&g.call(F.element);return}if(i.hooks.run("before-highlight",F),!F.grammar){z(i.util.encode(F.code));return}if(m&&n.Worker){var M=new Worker(i.filename);M.onmessage=function(S){z(S.data)},M.postMessage(JSON.stringify({language:F.language,code:F.code,immediateClose:!0}))}else z(i.highlight(F.code,F.grammar,F.language))},highlight:function(h,m,g){var _={code:h,grammar:m,language:g};if(i.hooks.run("before-tokenize",_),!_.grammar)throw new Error('The language "'+_.language+'" has no grammar.');return _.tokens=i.tokenize(_.code,_.grammar),i.hooks.run("after-tokenize",_),s.stringify(i.util.encode(_.tokens),_.language)},tokenize:function(h,m){var g=m.rest;if(g){for(var _ in g)m[_]=g[_];delete m.rest}var k=new d;return v(k,k.head,h),f(h,k,m,k.head,0),p(k)},hooks:{all:{},add:function(h,m){var g=i.hooks.all;g[h]=g[h]||[],g[h].push(m)},run:function(h,m){var g=i.hooks.all[h];if(!(!g||!g.length))for(var _=0,k;k=g[_++];)k(m)}},Token:s};n.Prism=i;function s(h,m,g,_){this.type=h,this.content=m,this.alias=g,this.length=(_||"").length|0}s.stringify=function h(m,g){if(typeof m=="string")return m;if(Array.isArray(m)){var _="";return m.forEach(function(z){_+=h(z,g)}),_}var k={type:m.type,content:h(m.content,g),tag:"span",classes:["token",m.type],attributes:{},language:g},C=m.alias;C&&(Array.isArray(C)?Array.prototype.push.apply(k.classes,C):k.classes.push(C)),i.hooks.run("wrap",k);var T="";for(var F in k.attributes)T+=" "+F+'="'+(k.attributes[F]||"").replace(/"/g,""")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+T+">"+k.content+"</"+k.tag+">"};function l(h,m,g,_){h.lastIndex=m;var k=h.exec(g);if(k&&_&&k[1]){var C=k[1].length;k.index+=C,k[0]=k[0].slice(C)}return k}function f(h,m,g,_,k,C){for(var T in g)if(!(!g.hasOwnProperty(T)||!g[T])){var F=g[T];F=Array.isArray(F)?F:[F];for(var z=0;z<F.length;++z){if(C&&C.cause==T+","+z)return;var M=F[z],S=M.inside,q=!!M.lookbehind,G=!!M.greedy,Q=M.alias;if(G&&!M.pattern.global){var de=M.pattern.toString().match(/[imsuy]*$/)[0];M.pattern=RegExp(M.pattern.source,de+"g")}for(var ke=M.pattern||M,w=_.next,N=k;w!==m.tail&&!(C&&N>=C.reach);N+=w.value.length,w=w.next){var B=w.value;if(m.length>h.length)return;if(!(B instanceof s)){var $=1,L;if(G){if(L=l(ke,N,h,q),!L||L.index>=h.length)break;var pe=L.index,j=L.index+L[0].length,ee=N;for(ee+=w.value.length;pe>=ee;)w=w.next,ee+=w.value.length;if(ee-=w.value.length,N=ee,w.value instanceof s)continue;for(var U=w;U!==m.tail&&(ee<j||typeof U.value=="string");U=U.next)$++,ee+=U.value.length;$--,B=h.slice(N,ee),L.index-=N}else if(L=l(ke,0,B,q),!L)continue;var pe=L.index,Ae=L[0],Be=B.slice(0,pe),Me=B.slice(pe+Ae.length),Le=N+B.length;C&&Le>C.reach&&(C.reach=Le);var Pe=w.prev;Be&&(Pe=v(m,Pe,Be),N+=Be.length),x(m,Pe,$);var we=new s(T,S?i.tokenize(Ae,S):Ae,Q,Ae);if(w=v(m,Pe,we),Me&&v(m,w,Me),$>1){var Ce={cause:T+","+z,reach:Le};f(h,m,g,w.prev,N,Ce),C&&Ce.reach>C.reach&&(C.reach=Ce.reach)}}}}}}function d(){var h={value:null,prev:null,next:null},m={value:null,prev:h,next:null};h.next=m,this.head=h,this.tail=m,this.length=0}function v(h,m,g){var _=m.next,k={value:g,prev:m,next:_};return m.next=k,_.prev=k,h.length++,k}function x(h,m,g){for(var _=m.next,k=0;k<g&&_!==h.tail;k++)_=_.next;m.next=_,_.prev=m,h.length-=k}function p(h){for(var m=[],g=h.head.next;g!==h.tail;)m.push(g.value),g=g.next;return m}if(!n.document)return n.addEventListener&&(i.disableWorkerMessageHandler||n.addEventListener("message",function(h){var m=JSON.parse(h.data),g=m.language,_=m.code,k=m.immediateClose;n.postMessage(i.highlight(_,i.languages[g],g)),k&&n.close()},!1)),i;var E=i.util.currentScript();E&&(i.filename=E.src,E.hasAttribute("data-manual")&&(i.manual=!0));function A(){i.manual||i.highlightAll()}if(!i.manual){var y=document.readyState;y==="loading"||y==="interactive"&&E&&E.defer?document.addEventListener("DOMContentLoaded",A):window.requestAnimationFrame?window.requestAnimationFrame(A):window.setTimeout(A,16)}return i}(u);e.exports&&(e.exports=t),typeof tn<"u"&&(tn.Prism=t),t.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",function(n){n.type==="entity"&&(n.attributes.title=n.content.replace(/&/,"&"))}),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(r,o){var a={};a["language-"+o]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:t.languages[o]},a.cdata=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:a}};i["language-"+o]={pattern:/[\s\S]+/,inside:t.languages[o]};var s={};s[r]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return r}),"i"),lookbehind:!0,greedy:!0,inside:i},t.languages.insertBefore("markup","cdata",s)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(n,r){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+n+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[r,"language-"+r],inside:t.languages[r]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(n){var r=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;n.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+r.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+r.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+r.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+r.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:r,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},n.languages.css.atrule.inside.rest=n.languages.css;var o=n.languages.markup;o&&(o.tag.addInlined("style","css"),o.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(typeof t>"u"||typeof document>"u")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var n="Loading…",r=function(E,A){return"✖ Error "+E+" while fetching file: "+A},o="✖ Error: File does not exist or is empty",a={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},i="data-src-status",s="loading",l="loaded",f="failed",d="pre[data-src]:not(["+i+'="'+l+'"]):not(['+i+'="'+s+'"])';function v(E,A,y){var h=new XMLHttpRequest;h.open("GET",E,!0),h.onreadystatechange=function(){h.readyState==4&&(h.status<400&&h.responseText?A(h.responseText):h.status>=400?y(r(h.status,h.statusText)):y(o))},h.send(null)}function x(E){var A=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(E||"");if(A){var y=Number(A[1]),h=A[2],m=A[3];return h?m?[y,Number(m)]:[y,void 0]:[y,y]}}t.hooks.add("before-highlightall",function(E){E.selector+=", "+d}),t.hooks.add("before-sanity-check",function(E){var A=E.element;if(A.matches(d)){E.code="",A.setAttribute(i,s);var y=A.appendChild(document.createElement("CODE"));y.textContent=n;var h=A.getAttribute("data-src"),m=E.language;if(m==="none"){var g=(/\.(\w+)$/.exec(h)||[,"none"])[1];m=a[g]||g}t.util.setLanguage(y,m),t.util.setLanguage(A,m);var _=t.plugins.autoloader;_&&_.loadLanguages(m),v(h,function(k){A.setAttribute(i,l);var C=x(A.getAttribute("data-range"));if(C){var T=k.split(/\r\n?|\n/g),F=C[0],z=C[1]==null?T.length:C[1];F<0&&(F+=T.length),F=Math.max(0,Math.min(F-1,T.length)),z<0&&(z+=T.length),z=Math.max(0,Math.min(z,T.length)),k=T.slice(F,z).join(`
|
|
22
|
-
`),A.hasAttribute("data-start")||A.setAttribute("data-start",String(F+1))}y.textContent=k,t.highlightElement(y)},function(k){A.setAttribute(i,f),y.textContent=k})}}),t.plugins.fileHighlight={highlight:function(A){for(var y=(A||document).querySelectorAll(d),h=0,m;m=y[h++];)t.highlightElement(m)}};var p=!1;t.fileHighlight=function(){p||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),p=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}()}(Qu)),Qu.exports}var lo=so();const Fu=co(lo);typeof document<"u"&&Fu.highlightAll();function fo(e,u){try{const t=Fu.languages[u];if(t){const n=Fu.highlight(e,t||Fu.languages.text,u);return`<pre class="language-${u}"><code class="language-${u}">${n}</code></pre>`}return e}catch{return e}}const{c:vu}=yt;function po({name:e="fade-in",enterDuration:u="0.2s",leaveDuration:t="0.2s",enterCubicBezier:n="cubic-bezier(.4, 0, .2, 1)",leaveCubicBezier:r="cubic-bezier(.4, 0, .2, 1)"}={}){return[vu(`&.${e}-transition-enter-active`,{transition:`all ${u} ${n}!important`}),vu(`&.${e}-transition-leave-active`,{transition:`all ${t} ${r}!important`}),vu(`&.${e}-transition-enter-from, &.${e}-transition-leave-to`,{opacity:0}),vu(`&.${e}-transition-leave-from, &.${e}-transition-enter-to`,{opacity:1})]}const{c:ho,cB:bo,cE:mo,cM:go}={...yt,...Hn},Ju=`${Vn}-bubble`;function xo(){return ho([bo("bubble",{display:"flex",gap:"10px",fontSize:"var(--n-font-size);"},[go("reverse",{flexDirection:"row-reverse"}),mo("content",{backgroundColor:"var(--tag-color)",padding:"10px",borderRadius:"var(--border-radius)",minHeight:"44px"}),po()])])}const ko=c.defineComponent({__name:"Bubble",props:{avatar:{},content:{},contentClass:{},contentStyle:{},loading:{type:Boolean},typing:{type:Boolean},markdown:{type:Boolean},placement:{}},emits:["typingComplete"],setup(e,{emit:u}){const t=u;return jn("n-bubble",xo()),(n,r)=>(c.openBlock(),c.createBlock(c.unref(O.NEl),{tag:"div",class:c.normalizeClass([c.unref(Ju),n.placement==="end"?`${c.unref(Ju)}--reverse`:""])},{default:c.withCtx(()=>[c.renderSlot(n.$slots,"avatar",{},()=>[n.avatar?(c.openBlock(),c.createBlock(c.unref(O.NAvatar),c.mergeProps({key:0,round:""},n.avatar.props),{default:c.withCtx(()=>[(c.openBlock(),c.createBlock(c.resolveDynamicComponent(n.avatar.icon)))]),_:1},16)):c.createCommentVNode("",!0)]),c.createVNode(c.unref(O.NFlex),{vertical:""},{default:c.withCtx(()=>[c.renderSlot(n.$slots,"header"),c.createVNode(c.Transition,{mode:"out-in",name:"fade"},{default:c.withCtx(()=>[n.loading?c.renderSlot(n.$slots,"loading",{key:0},()=>[c.createVNode(c.unref(O.NSpin),{style:{height:"44px"}})]):c.renderSlot(n.$slots,"default",{key:1},()=>[c.createElementVNode("div",{class:c.normalizeClass([`${c.unref(Ju)}__content`,n.contentClass]),style:c.normalizeStyle(n.contentStyle)},[c.createVNode(c.unref(Fr),{typing:n.typing,markdown:n.markdown,value:n.content,onStop:r[0]||(r[0]=o=>t("typingComplete"))},null,8,["typing","markdown","value"])],6)])]),_:3}),c.renderSlot(n.$slots,"footer")]),_:3})]),_:3},8,["class"]))}}),_o=c.defineComponent({__name:"ConfigProviders",props:{globalStyle:{type:Boolean,default:!1},configProviderProps:{},loadingBarProps:{},dialogProviderProps:{},modalProviderProps:{},notificationProviderProps:{},messageProviderProps:{}},setup(e){function u(){window.$dialog=O.useDialog(),window.$loadingBar=O.useLoadingBar(),window.$message=O.useMessage(),window.$modal=O.useModal(),window.$notification=O.useNotification()}const t=c.defineComponent({setup(){c.onMounted(()=>{u()})},render(){return null}});return(n,r)=>(c.openBlock(),c.createBlock(c.unref(O.NConfigProvider),c.normalizeProps(c.guardReactiveProps(n.configProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NLoadingBarProvider),c.normalizeProps(c.guardReactiveProps(n.loadingBarProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NDialogProvider),c.normalizeProps(c.guardReactiveProps(n.dialogProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NModalProvider),c.normalizeProps(c.guardReactiveProps(n.modalProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NNotificationProvider),c.normalizeProps(c.guardReactiveProps(n.notificationProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NMessageProvider),c.normalizeProps(c.guardReactiveProps(n.messageProviderProps)),{default:c.withCtx(()=>[c.renderSlot(n.$slots,"default"),c.createVNode(c.unref(t))]),_:3},16)]),_:3},16)]),_:3},16)]),_:3},16)]),_:3},16),n.globalStyle?(c.openBlock(),c.createBlock(c.unref(O.NGlobalStyle),{key:0})):c.createCommentVNode("",!0)]),_:3},16))}}),Et=(e,u)=>{const t=e.__vccOpts||e;for(const[n,r]of u)t[n]=r;return t},vo={name:"MageCopyFill"},yo={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Eo(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",yo,u[0]||(u[0]=[c.createElementVNode("path",{fill:"#757575",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"},null,-1)]))}const Ao=Et(vo,[["render",Eo]]),wo=c.defineComponent({__name:"CopyButton",props:{value:{},config:{},tooltipProps:{},buttonProps:{}},emits:["copied"],setup(e,{emit:u}){const t=u,{copied:n,copy:r}=Ne.useClipboard({source:e.value,...e.config});c.watch(n,()=>{n.value&&t("copied",e.value)});function o(a){a.preventDefault(),r()}return(a,i)=>(c.openBlock(),c.createBlock(c.unref(O.NTooltip),c.normalizeProps(c.guardReactiveProps(a.tooltipProps)),{trigger:c.withCtx(()=>[c.createElementVNode("div",{style:{cursor:"pointer"},onClick:o},[c.renderSlot(a.$slots,"default",{},()=>[c.createVNode(c.unref(O.NButton),c.mergeProps({quaternary:"",size:"tiny"},a.buttonProps),{icon:c.withCtx(()=>[c.renderSlot(a.$slots,"icon",{},()=>[c.createVNode(Ao)])]),_:3},16)])])]),default:c.withCtx(()=>[c.renderSlot(a.$slots,"tooltip",{},()=>[c.createTextVNode(c.toDisplayString(c.unref(n)?"复制成功":"复制"),1)])]),_:3},16))}}),Gn=(e,{manual:u,ready:t=!0,refreshDeps:n=[],refreshDepsAction:r})=>{const o=c.ref(!1);return c.watchEffect(()=>{!u&&e.options.refreshDeps!==!0&&(o.value=c.unref(t))}),n instanceof Array?c.watch([o,...n],([a])=>{a&&!u&&a&&(r?r():e.refresh())},{deep:!0,immediate:!1}):c.watch(o,a=>{!u&&a&&(r?r():e.refresh())}),{name:"autoRunPlugin",onBefore:()=>{if(!c.unref(t))return{stopNow:!0}}}};Gn.onInit=({ready:e=!0,manual:u})=>({loading:!u&&c.unref(e)});const Su=new Map,Co=(e,u,t)=>{const n=Su.get(e);n?.timer&&clearTimeout(n.timer);let r;u>-1&&(r=setTimeout(()=>{Su.delete(e)},u)),Su.set(e,{...t,timer:r})},Do=e=>Su.get(e),Tu=new Map,Fo=e=>Tu.get(e),So=(e,u)=>{Tu.set(e,u),u.then(t=>(Tu.delete(e),t)).catch(t=>{throw Tu.delete(e),t})},Oe={},To=[],Po=(e,u)=>{Oe[e]&&(Oe[e].forEach(t=>t(u)),To.forEach(t=>t({type:e,data:u})))},Ku=(e,u)=>(Oe[e]||(Oe[e]=[]),Oe[e].push(u),function(){const n=Oe[e].indexOf(u);Oe[e].splice(n,1)}),Ro=(e,{cacheKey:u,cacheTime:t=5*60*1e3,staleTime:n=0,setCache:r,getCache:o})=>{const a=c.ref(),i=c.ref(),s=(f,d)=>{r?r(d):Co(f,t,d),Po(f,d.data)},l=(f,d=[])=>o?o(d):Do(f);return c.watchEffect(()=>{if(!u)return;const f=l(u);f&&Object.hasOwnProperty.call(f,"data")&&(e.state.data=f.data,e.state.params=f.params,(n===-1||new Date().getTime()-f.time<=n)&&(e.state.loading=!1)),a.value=Ku(u,d=>{e.setState({data:d})})}),c.onScopeDispose(()=>{var f;(f=a.value)==null||f.call(a)}),u?{name:"cachePlugin",onBefore:f=>{const d=l(u,f);return!d||!Object.hasOwnProperty.call(d,"data")?{}:n===-1||new Date().getTime()-d.time<=n?{loading:!1,data:d?.data,returnNow:!0}:{data:d?.data}},onRequest:(f,d)=>{let v=Fo(u);return v&&v!==i.value?{servicePromise:v}:(v=f(...d),i.value=v,So(u,v),{servicePromise:v})},onSuccess:(f,d)=>{var v;u&&((v=a.value)==null||v.call(a),s(u,{data:f,params:d,time:new Date().getTime()}),a.value=Ku(u,x=>{e.setState({data:x})}))},onMutate:f=>{var d;u&&((d=a.value)==null||d.call(a),s(u,{data:f,params:e.state.params,time:new Date().getTime()}),a.value=Ku(u,v=>{e.setState({data:v})}))}}:{}};function Ru(e){var u=typeof e;return e!=null&&(u=="object"||u=="function")}var Oo=typeof global=="object"&&global&&global.Object===Object&&global,No=typeof self=="object"&&self&&self.Object===Object&&self,Wn=Oo||No||Function("return this")(),et=function(){return Wn.Date.now()},Bo=/\s/;function Mo(e){for(var u=e.length;u--&&Bo.test(e.charAt(u)););return u}var Lo=/^\s+/;function Io(e){return e&&e.slice(0,Mo(e)+1).replace(Lo,"")}var Ou=Wn.Symbol,Zn=Object.prototype,zo=Zn.hasOwnProperty,$o=Zn.toString,Je=Ou?Ou.toStringTag:void 0;function Uo(e){var u=zo.call(e,Je),t=e[Je];try{e[Je]=void 0;var n=!0}catch{}var r=$o.call(e);return n&&(u?e[Je]=t:delete e[Je]),r}var qo=Object.prototype,jo=qo.toString;function Ho(e){return jo.call(e)}var Vo="[object Null]",Go="[object Undefined]",rn=Ou?Ou.toStringTag:void 0;function Wo(e){return e==null?e===void 0?Go:Vo:rn&&rn in Object(e)?Uo(e):Ho(e)}function Zo(e){return e!=null&&typeof e=="object"}var Yo="[object Symbol]";function Xo(e){return typeof e=="symbol"||Zo(e)&&Wo(e)==Yo}var on=NaN,Qo=/^[-+]0x[0-9a-f]+$/i,Jo=/^0b[01]+$/i,Ko=/^0o[0-7]+$/i,ei=parseInt;function an(e){if(typeof e=="number")return e;if(Xo(e))return on;if(Ru(e)){var u=typeof e.valueOf=="function"?e.valueOf():e;e=Ru(u)?u+"":u}if(typeof e!="string")return e===0?e:+e;e=Io(e);var t=Jo.test(e);return t||Ko.test(e)?ei(e.slice(2),t?2:8):Qo.test(e)?on:+e}var ui="Expected a function",ti=Math.max,ni=Math.min;function Yn(e,u,t){var n,r,o,a,i,s,l=0,f=!1,d=!1,v=!0;if(typeof e!="function")throw new TypeError(ui);u=an(u)||0,Ru(t)&&(f=!!t.leading,d="maxWait"in t,o=d?ti(an(t.maxWait)||0,u):o,v="trailing"in t?!!t.trailing:v);function x(k){var C=n,T=r;return n=r=void 0,l=k,a=e.apply(T,C),a}function p(k){return l=k,i=setTimeout(y,u),f?x(k):a}function E(k){var C=k-s,T=k-l,F=u-C;return d?ni(F,o-T):F}function A(k){var C=k-s,T=k-l;return s===void 0||C>=u||C<0||d&&T>=o}function y(){var k=et();if(A(k))return h(k);i=setTimeout(y,E(k))}function h(k){return i=void 0,v&&n?x(k):(n=r=void 0,a)}function m(){i!==void 0&&clearTimeout(i),l=0,n=s=r=i=void 0}function g(){return i===void 0?a:h(et())}function _(){var k=et(),C=A(k);if(n=arguments,r=this,s=k,C){if(i===void 0)return p(s);if(d)return clearTimeout(i),i=setTimeout(y,u),x(s)}return i===void 0&&(i=setTimeout(y,u)),a}return _.cancel=m,_.flush=g,_}const ri=(e,{debounceWait:u,debounceLeading:t,debounceTrailing:n,debounceMaxWait:r})=>{const o=c.ref(),a=c.computed(()=>{const i={},s=c.unref(t),l=c.unref(n),f=c.unref(r);return s!==void 0&&(i.leading=s),l!==void 0&&(i.trailing=l),f!==void 0&&(i.maxWait=f),i});return c.watchEffect(i=>{if(c.unref(u)){const s=e.runAsync.bind(e);o.value=Yn(l=>{l()},c.unref(u),a.value),e.runAsync=(...l)=>new Promise((f,d)=>{var v;(v=o.value)==null||v.call(o,()=>{s(...l).then(f).catch(d)})}),i(()=>{var l;(l=o.value)==null||l.cancel(),e.runAsync=s})}}),c.unref(u)?{name:"debouncePlugin",onCancel:()=>{var i;(i=o.value)==null||i.cancel()}}:{}};var oi=Object.defineProperty,ii=(e,u,t)=>u in e?oi(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,cn=(e,u,t)=>(ii(e,typeof u!="symbol"?u+"":u,t),t);class ai{constructor(){cn(this,"table",{}),cn(this,"hashTable",{})}insert(u){const t=Symbol(u);return this.table[u]=!0,this.hashTable[t]=u,t}find(u){return this.hashTable[u]}}new ai;function ci(e){const t=e.toString().match(/^function\s+([^\s(]+)/);return t?t[1]:""}function si(e){const u=e.toString(),t=/([a-zA-Z$_][a-zA-Z0-9$_]*)\s*\(/,n=u.match(t);return n?n[1].trim():""}var li=Object.defineProperty,fi=(e,u,t)=>u in e?li(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,sn=(e,u,t)=>(fi(e,typeof u!="symbol"?u+"":u,t),t);class di{constructor(){sn(this,"requestInstances",new Map),sn(this,"listeners",[])}emit(u){this.listeners.forEach(t=>t(u))}subscribe(u){return this.listeners.push(u),()=>{const t=this.listeners.indexOf(u);this.listeners.splice(t,1)}}insert(u,t){this.requestInstances.set(u,{...t}),this.emit({key:u,...t})}update(u,t){this.has(u)&&this.requestInstances.set(u,{...this.requestInstances.get(u),...t})}has(u){return this.requestInstances.has(u)}reset(u){if(this.requestInstances.has(u)){const t=this.requestInstances.get(u);this.requestInstances.clear(),this.insert(u,t)}else this.requestInstances.clear()}getAll(){return this.requestInstances}}const oe=new di,pi=(e,{ready:u=!0,debugKey:t,...n})=>{const r=()=>{if(t&&!oe.has(t)){const a=e.serviceRef.value.toString().includes("function")?ci(e.serviceRef.value.toString()):si(e.serviceRef.value.toString());oe.insert(t,{instance:e,requestName:a,time:Date.now()})}},o=c.computed(()=>Object.fromEntries(Object.entries({ready:u,...n}).map(([a,i])=>[a,c.unref(i)])));return c.watchEffect(()=>{t&&oe.has(t)&&oe.emit({...e,options:{...e.options,...o.value}})}),{name:"devtoolsPlugin",onBefore:a=>{r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,params:a,loading:!0,time:Date.now(),type:"pending"})},onSuccess(a,i){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,data:a,params:i,loading:!1,time:Date.now(),type:"done"})},onCancel(){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,loading:!1,time:Date.now(),type:"cancel"})},onError(a,i){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,params:i,loading:!1,error:a,time:Date.now(),type:"error"})},onMutate(a){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,data:a,loading:!1,time:Date.now(),type:"mutate"})}}},hi=(e,{loadingDelay:u})=>{const t=c.ref(),n=()=>{t.value&&(clearTimeout(c.unref(t.value)),t.value=void 0)};return{name:"loadingDelayPlugin",onFinally:()=>{n();const r=c.unref(u);r&&(e.setState({loading:!0}),t.value=setTimeout(()=>{e.setState({loading:!1})},r))},onError:()=>{n()}}};function At(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}const bi=!!(typeof window<"u"&&window.document&&window.document.createElement);function wt(){return At()?document.visibilityState!=="hidden":!0}const ru=[];function mi(e){return ru.push(e),function(){const t=ru.indexOf(e);ru.splice(t,1)}}if(At()){const e=()=>{if(wt())for(let u=0;u<ru.length;u++){const t=ru[u];t()}};window.addEventListener("visibilitychange",e,!1)}const gi=(e,{pollingInterval:u,pollingWhenHidden:t=!0,pollingErrorRetryCount:n=-1})=>{let r;const o=c.ref(),a=c.ref(0),i=()=>{var s;r&&clearTimeout(r),(s=o.value)==null||s.call(o)};return c.watchEffect(()=>{c.unref(u)||i()}),c.unref(u)?{name:"pollingPlugin",onBefore:()=>{i()},onError:()=>{a.value+=1},onSuccess:()=>{a.value=0},onFinally:()=>{n===-1||n!==-1&&a.value<=n?r=setTimeout(()=>{!t&&!wt()?o.value=mi(()=>{e.refresh()}):e.refresh()},c.unref(u)):a.value=0},onCancel:()=>{i()}}:{}};function xi(e,u){let t=!1;return(...n)=>{t||(t=!0,e(...n),setTimeout(()=>{t=!1},u))}}function ki(){return At()&&typeof navigator.onLine<"u"?navigator.onLine:!0}const ou=[];function _i(e){return ou.push(e),function(){const t=ou.indexOf(e);t>-1&&ou.splice(t,1)}}if(bi){const e=()=>{if(!(!wt()||!ki()))for(let u=0;u<ou.length;u++){const t=ou[u];t()}};window.addEventListener("visibilitychange",e,!1),window.addEventListener("focus",e,!1)}const vi=(e,{refreshOnWindowFocus:u,focusTimespan:t=5e3})=>{const n=c.ref(),r=()=>{var o;(o=n.value)==null||o.call(n)};return c.watchEffect(o=>{if(c.unref(u)){const a=xi(e.refresh.bind(e),c.unref(t));n.value=_i(()=>{a()})}o(()=>{r()})}),c.onScopeDispose(()=>{r()}),{name:"refreshOnWindowFocusPlugin"}},yi=(e,{retryInterval:u,retryCount:t})=>{const n=c.ref(),r=c.ref(0),o=c.ref(!1);return t?{name:"retryPlugin",onBefore:()=>{o.value||(r.value=0),o.value=!1,n.value&&clearTimeout(n.value)},onSuccess:()=>{r.value=0},onError:()=>{if(r.value+=1,t===-1||r.value<=t){const a=u??Math.min(1e3*2**r.value,3e4);n.value=setTimeout(()=>{o.value=!0,e.refresh()},a)}else r.value=0},onCancel:()=>{r.value=0,n.value&&clearTimeout(n.value)}}:{}};var Ei="Expected a function";function Ai(e,u,t){var n=!0,r=!0;if(typeof e!="function")throw new TypeError(Ei);return Ru(t)&&(n="leading"in t?!!t.leading:n,r="trailing"in t?!!t.trailing:r),Yn(e,u,{leading:n,maxWait:u,trailing:r})}const wi=(e,{throttleWait:u,throttleLeading:t,throttleTrailing:n})=>{let r=null;const o=c.computed(()=>{const l={};return c.unref(t)!==void 0&&(l.leading=c.unref(t)),c.unref(n)!==void 0&&(l.trailing=c.unref(n)),l}),a=e.runAsync.bind(e),i=c.ref(),s=c.computed(()=>c.unref(u));return c.watch([s,o],l=>{r&&(r.cancel(),e.runAsync=a);const[f,d]=l,v=Ai(x=>{x()},c.unref(f),d);r=v,i.value=v,e.runAsync=(...x)=>new Promise((p,E)=>{var A;(A=i.value)==null||A.call(i,()=>{a(...x).then(p).catch(E)})})},{immediate:!0}),c.unref(u)?(c.onUnmounted(()=>{var l;(l=i.value)==null||l.cancel()}),{name:"throttlePlugin",onCancel:()=>{var l;(l=i.value)==null||l.cancel()}}):{}},ln=e=>typeof e=="function",Ci=e=>typeof e=="boolean";var Di=Object.defineProperty,Fi=(e,u,t)=>u in e?Di(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,yu=(e,u,t)=>(Fi(e,typeof u!="symbol"?u+"":u,t),t);class Si{constructor(u,t,n,r={}){yu(this,"pluginImpls"),yu(this,"count",0),yu(this,"state",{loading:!1,params:void 0,data:void 0,error:void 0}),yu(this,"previousValidData"),this.serviceRef=u,this.options=t,this.setUpdateData=n,this.initState=r,this.state={...this.state,loading:!t.manual,...r}}setState(u={}){this.state={...this.state,...u},this.setUpdateData(this.state)}setData(u,t){console.warn("Please use 'setFetchState' instead of 'setData'"),t instanceof Array?t.forEach(n=>{this.state[n]=u,this.setUpdateData(u,n)}):(this.state[t]=u,this.setUpdateData(u,t))}setFetchState(u,t){t instanceof Array?t.forEach(n=>{this.state[n]=u,this.setUpdateData(u,n)}):(this.state[t]=u,this.setUpdateData(u,t))}runPluginHandler(u,...t){var n,r,o;const a=(o=(r=(n=this.pluginImpls)==null?void 0:n.map(i=>{var s;return(s=i[u])==null?void 0:s.call(i,...t)}))!=null?r:[])==null?void 0:o.filter(Boolean);return Object.assign({},...a)}async runAsync(...u){var t,n,r,o,a,i,s,l,f,d,v;this.count+=1;const x=this.count,{stopNow:p=!1,returnNow:E=!1,...A}=this.runPluginHandler("onBefore",u);if(p)return new Promise(()=>{});if(this.setState({loading:!0,params:u,...A}),E)return Promise.resolve(A.data);try{(n=(t=this.options).onBefore)==null||n.call(t,u)}catch(y){return this.setState({error:y,loading:!1}),(o=(r=this.options).onError)==null||o.call(r,y,u),this.runPluginHandler("onError",y,u),new Promise(()=>{})}try{let{servicePromise:y}=this.runPluginHandler("onRequest",this.serviceRef.value,u);const h=g=>{var _,k,C,T;if(!this.options.concurrent&&x!==this.count)return new Promise(()=>{});const F=this.options.formatResult?this.options.formatResult(g):g,z={data:g};return this.setState({data:F,error:void 0,loading:!1}),(k=(_=this.options).onSuccess)==null||k.call(_,F,u),this.runPluginHandler("onSuccess",F,u,z),this.previousValidData=F,(T=(C=this.options).onFinally)==null||T.call(C,u,F,void 0),(this.options.concurrent||x===this.count)&&this.runPluginHandler("onFinally",u,F,void 0),F};y||(y=this.serviceRef.value(...u));const m=await y;return h(m)}catch(y){if(!this.options.concurrent&&x!==this.count)return new Promise(()=>{});throw this.setState({error:y,loading:!1}),(i=(a=this.options).onError)==null||i.call(a,y,u),this.runPluginHandler("onError",y,u),(ln((s=this.options)==null?void 0:s.rollbackOnError)&&((l=this.options)!=null&&l.rollbackOnError(u))||Ci((f=this.options)==null?void 0:f.rollbackOnError)&&this.options.rollbackOnError)&&this.setState({data:this.previousValidData}),(v=(d=this.options).onFinally)==null||v.call(d,u,void 0,y),(this.options.concurrent||x===this.count)&&this.runPluginHandler("onFinally",u,void 0,y),y}}run(...u){this.runAsync(...u).catch(t=>{this.options.onError||console.error(t)})}cancel(){this.count+=1,this.setState({loading:!1}),this.runPluginHandler("onCancel")}refresh(){this.run(...this.state.params||[])}refreshAsync(){return this.runAsync(...this.state.params||[])}mutate(u){const t=ln(u)?u(this.state.data):u;this.runPluginHandler("onMutate",t),this.setState({data:t})}}const Ti=Symbol("USEREQUEST_GLOBAL_OPTIONS_PROVIDE_KEY");function Pi(e){return Object.keys(e).filter(t=>["data","loading","params","error"].includes(t)).length===4}function Ri(e,u={},t=[]){const n=c.inject(Ti,{}),{initialData:r=void 0,manual:o=!1,ready:a=!0,...i}={...n??{},...u??{}},s={manual:o,ready:a,initialData:r,...i},l=c.ref(e),f=c.reactive({data:r,loading:!1,params:void 0,error:void 0}),d=(E,A)=>{A?f[A]=E:Pi(E)&&(f.data=E.data,f.loading=E.loading,f.error=E.error,f.params=E.params)},v=t.map(E=>{var A;return(A=E?.onInit)==null?void 0:A.call(E,s)}).filter(Boolean),x=new Si(l,s,d,Object.assign({},...v,f));x.options=s,x.pluginImpls=t.map(E=>E(x,s));const p=c.computed(()=>c.isRef(a)?a.value:a);if(c.watchEffect(()=>{if(!o){const E=x.state.params||u.defaultParams||[];p.value&&x.options.refreshDeps===!0&&l.value&&x.run(...E)}}),!o&&x.options.refreshDeps!==!0){const E=x.state.params||u.defaultParams||[];c.unref(a)&&x.run(...E)}return c.onScopeDispose(()=>{x.cancel()}),{...c.toRefs(f),cancel:x.cancel.bind(x),refresh:x.refresh.bind(x),refreshAsync:x.refreshAsync.bind(x),run:x.run.bind(x),runAsync:x.runAsync.bind(x),mutate:x.mutate.bind(x)}}const Oi=(e,u)=>function(n,r={},o=[]){let a=e;const i=u||[];for(let s=i.length;s--;)a=i[s](a);return a(n,r,o)};function Ct(e,u,t){var n;const r=(n=[process.env.NODE_ENV==="development"?pi:null,ri,hi,gi,vi,wi,Gn,Ro,yi])==null?void 0:n.filter(Boolean);return Oi(Ri,u?.use)(e,u,[...t||[],...r])}const Ni=c.defineComponent({__name:"DataTablePlus",props:{api:{type:Function},defaultParams:{},manual:{type:Boolean},columns:{},filterOptions:{},filterGridProps:{},contextMenuOptions:{},fields:{},pagination:{type:[Object,Boolean]},dataTableProps:{},requestOptions:{},requestPlugins:{},customStyle:{},customClass:{}},emits:["before","success","error","finally","clickRow","contextMenuRow","contextMenuSelect","load","scroll","update:checkedRowKeys","update:expandedRowKeys","update:filters","update:sorter","update:page","update:pageSize"],setup(e,{expose:u,emit:t}){const n=t,r=c.reactive(e.columns??[]),o=c.useTemplateRef("dataTableRef"),a={page:"page",pageSize:"pageSize",filter:"filter",sorter:"sorter",list:"list",count:"count",rowKey:"id",...e.fields},i=c.reactive({showSizePicker:!0,pageSizes:[10,20,30],pageSlot:5,prefix:w=>`共${w.itemCount}条数据`,...e.pagination&&typeof e.pagination=="boolean"?{}:e.pagination}),s=c.ref({page:1,pageSize:10,itemCount:0}),l={[a.page]:s.value.page,[a.pageSize]:s.value.pageSize,...e.defaultParams},{loading:f,data:d,error:v,params:x,run:p,runAsync:E,refresh:A,refreshAsync:y,cancel:h,mutate:m}=Ct(e.api,{defaultParams:[l],manual:e.manual,...e.requestOptions,onBefore:w=>{e.requestOptions?.onBefore?.(w),n("before",w)},onSuccess:(w,N)=>{e.requestOptions?.onSuccess?.(w,N),n("success",w,N),k(w,N)},onError:(w,N)=>{e.requestOptions?.onError?.(w,N),n("error",w,N)},onFinally:(w,N,B)=>{e.requestOptions?.onFinally?.(w,N,B),n("finally",w,N,B)}},e.requestPlugins),g=c.computed(()=>d.value?Array.isArray(d.value[a.list])?d.value[a.list]:(console.warn(`DataTablePlus: data[${a.list}] must be an array`),[]):[]),_=c.computed(()=>e.columns?.reduce((w,N)=>w+Number(N.width??100),0));function k(w,N){s.value.page=a.page in N[0]?Number(N[0][a.page]):1,s.value.pageSize=a.pageSize in N[0]?Number(N[0][a.pageSize]):10,s.value.itemCount=a.count in w?Number(w[a.count]):0;const B=N[0]?.[a.filter],$=N[0]?.[a.sorter];if(r){for(const L of r)if("key"in L){if(B&&L.key in B){const j=B[L.key];"filter"in L&&L.filter&&(L.filterMultiple?Array.isArray(j)&&(L.filterOptionValues=j):Array.isArray(j)||(L.filterOptionValue=j))}if("sorter"in L&&typeof L.sorter=="boolean"&&(L.sortOrder=!1),$&&L.key in $){const j=$[L.key];"sorter"in L&&L.sorter&&(L.sortOrder=j)}}}}function C(w){return p({...x.value[0],...w})}const T={onUpdatePage:w=>{n("update:page",w),!f.value&&C({[a.page]:w})},onUpdatePageSize:w=>{n("update:pageSize",w),!f.value&&C({[a.pageSize]:w})},onUpdateFilters:(w,N)=>{n("update:filters",w,N),C({[a.filter]:w})},onUpdateSorter:w=>{n("update:sorter",w);const N={};if(Array.isArray(w))for(const B of w)N[B.columnKey]=B.order;else w&&(N[w.columnKey]=w.order);C({[a.sorter]:N})},onLoad:w=>n("load",w),onScroll:w=>{n("scroll",w)},onUpdateCheckedRowKeys:(...w)=>{n("update:checkedRowKeys",...w)},onUpdateExpandedRowKeys:(...w)=>{n("update:expandedRowKeys",...w)}},F=c.ref(!1),z=c.ref(),M=c.ref({x:0,y:0});function S(w,N){F.value=!1,n("contextMenuSelect",{key:w,option:N,row:c.toValue(z)})}function q(w,N){return{onClick:B=>{n("clickRow",{row:w,index:N,event:B})},onContextmenu:B=>{n("contextMenuRow",{row:w,index:N,event:B}),e.contextMenuOptions&&(B.preventDefault(),F.value=!1,z.value=w,c.nextTick(()=>{F.value=!0,M.value={x:B.x,y:B.y}}))}}}const G=c.ref(!1);function Q(w,N){N&&C({[N]:w})}const de={loading:f,data:d,error:v,params:x,pagination:s,rawList:g,dataTableRef:o},ke={run:p,runAsync:E,refresh:A,refreshAsync:y,cancel:h,mutate:m,setParam:w=>{Object.assign(x.value[0],w)},runParam:w=>p(Object.assign(x.value[0],w)),runParamAsync:async w=>E(Object.assign(x.value[0],w))};return u({refs:de,actions:ke}),(w,N)=>(c.openBlock(),c.createBlock(c.unref(O.NFlex),{vertical:""},{default:c.withCtx(()=>[c.renderSlot(w.$slots,"filter",{refs:de,actions:ke},()=>[c.createVNode(c.unref(O.NFlex),{vertical:""},{default:c.withCtx(()=>[c.createVNode(c.unref(O.NGrid),c.normalizeProps(c.guardReactiveProps(w.filterGridProps)),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.filterOptions?.filter(B=>!B.collapsed),({key:B,gridItemProps:$,render:L,...j},ee)=>(c.openBlock(),c.createBlock(c.unref(O.NGi),c.mergeProps({key:ee,span:12},{ref_for:!0},$),{default:c.withCtx(()=>[L?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(L(de,ke)),{key:0})):(c.openBlock(),c.createBlock(c.unref(Nu),{key:1,options:j,value:B?c.unref(x)[0][B]:void 0,"onUpdate:value":U=>Q(U,B)},null,8,["options","value","onUpdate:value"]))]),_:2},1040))),128))]),_:1},16),w.filterOptions?.filter(B=>B.collapsed)&&w.filterOptions?.filter(B=>B.collapsed)?.length>0?(c.openBlock(),c.createBlock(c.unref(O.NDivider),{key:0},{default:c.withCtx(()=>[c.createVNode(c.unref(O.NButton),{size:"tiny",onClick:N[0]||(N[0]=B=>G.value=!G.value)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(G.value?"折叠":"展开"),1)]),_:1})]),_:1})):c.createCommentVNode("",!0),c.createVNode(c.unref(O.NCollapseTransition),{show:G.value},{default:c.withCtx(()=>[c.createVNode(c.unref(O.NGrid),c.normalizeProps(c.guardReactiveProps(w.filterGridProps)),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.filterOptions?.filter(B=>B.collapsed),({key:B,gridItemProps:$,render:L,...j},ee)=>(c.openBlock(),c.createBlock(c.unref(O.NGi),c.mergeProps({key:ee,span:12},{ref_for:!0},$),{default:c.withCtx(()=>[L?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(L(de,ke)),{key:0})):(c.openBlock(),c.createBlock(c.unref(Nu),{key:1,options:j,value:B?c.unref(x)[0][B]:void 0,"onUpdate:value":U=>Q(U,B)},null,8,["options","value","onUpdate:value"]))]),_:2},1040))),128))]),_:1},16)]),_:1},8,["show"])]),_:1})]),c.createVNode(c.unref(O.NDataTable),c.mergeProps({ref_key:"dataTableRef",ref:o,remote:"","flex-height":"","single-line":!1,"scroll-x":_.value,style:{flex:1,...w.customStyle},class:w.customClass,"row-key":B=>B[a.rowKey],loading:c.unref(f),columns:r,data:g.value,"row-props":q},w.dataTableProps,{"onUpdate:filters":T.onUpdateFilters,"onUpdate:sorter":T.onUpdateSorter,onLoad:T.onLoad,onScroll:T.onScroll,"onUpdate:checkedRowKeys":T.onUpdateCheckedRowKeys,"onUpdate:expandedRowKeys":T.onUpdateExpandedRowKeys}),null,16,["scroll-x","style","class","row-key","loading","columns","data","onUpdate:filters","onUpdate:sorter","onLoad","onScroll","onUpdate:checkedRowKeys","onUpdate:expandedRowKeys"]),c.renderSlot(w.$slots,"actions",{},()=>[c.createVNode(c.unref(O.NFlex),null,{default:c.withCtx(()=>[c.renderSlot(w.$slots,"extra"),c.renderSlot(w.$slots,"pagination",{},()=>[w.pagination?(c.openBlock(),c.createBlock(c.unref(O.NPagination),c.mergeProps({key:0,style:{marginLeft:"auto"},disabled:c.unref(f)},{...i,...s.value},{"onUpdate:page":T.onUpdatePage,"onUpdate:pageSize":T.onUpdatePageSize}),null,16,["disabled","onUpdate:page","onUpdate:pageSize"])):c.createCommentVNode("",!0)])]),_:3})]),w.contextMenuOptions?(c.openBlock(),c.createBlock(c.unref(O.NDropdown),{key:0,placement:"bottom-start",trigger:"manual",x:M.value.x,y:M.value.y,show:F.value,options:w.contextMenuOptions,onClickoutside:N[1]||(N[1]=B=>F.value=!1),onSelect:S},null,8,["x","y","show","options"])):c.createCommentVNode("",!0)]),_:3}))}});function Xn(e,u){const{string:t="",number:n=null,boolean:r=!1}=u??{};if(Array.isArray(e))return e.length=0,e;if(typeof e=="object"&&e!==null){for(const o in e)Object.prototype.hasOwnProperty.call(e,o)&&(e[o]=Xn(e[o],u));return e}return typeof e=="string"?t:typeof e=="number"?n:typeof e=="boolean"?r:e}function Bi(e,u){const{rules:t,clearRules:n}=u??{},r=c.reactive(e?structuredClone(c.toRaw(e)):{}),o=t,a=c.ref(),i={ref:a,model:r,rules:o},s=Ne.createEventHook();function l(){return a.value?.validate().then(()=>s.trigger(c.toRaw(c.toValue(r))))}function f(){a.value?.restoreValidation()}function d(){Xn(r,n)}function v(){d(),Object.assign(r,structuredClone(e))}function x(){f(),v()}return{formRef:a,formValue:c.toRef(r),formRules:o,formProps:i,validate:l,resetValidation:f,resetForm:v,reset:x,clear:d,onValidated:s.on}}const Mi=c.defineComponent({__name:"PresetForm",props:{options:{},values:{},rules:{},formProps:{},gridProps:{}},emits:["validated"],setup(e,{expose:u,emit:t}){const n=t,{formProps:r,formValue:o,formRules:a,formRef:i,validate:s,resetValidation:l,resetForm:f,reset:d,clear:v,onValidated:x}=Bi(e.values,{rules:e.rules});x(y=>{n("validated",y)});const p={formRef:i,formValue:o,formRules:a,formProps:r},E={validate:s,resetValidation:l,resetForm:f,reset:d,clear:v,onValidated:x,setValue:y=>{Object.assign(o.value,y)}};u({refs:p,actions:E});function A(y,h){h&&E.setValue({[h]:y})}return(y,h)=>(c.openBlock(),c.createBlock(c.unref(O.NForm),c.normalizeProps(c.guardReactiveProps({...c.unref(r),...e.formProps})),{default:c.withCtx(()=>[c.renderSlot(y.$slots,"header"),c.renderSlot(y.$slots,"default",{refs:p,actions:E},()=>[c.createVNode(c.unref(O.NGrid),c.normalizeProps(c.guardReactiveProps(y.gridProps)),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(y.options,({key:m,gridItemProps:g,render:_,...k},C)=>(c.openBlock(),c.createBlock(c.unref(O.NGi),c.mergeProps({key:C,span:12},{ref_for:!0},g),{default:c.withCtx(()=>[_?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(_(p,E)),{key:0})):(c.openBlock(),c.createBlock(c.unref(Nu),{key:1,options:k,path:m,value:m?c.unref(o)[m]:void 0,"onUpdate:value":T=>A(T,m)},null,8,["options","path","value","onUpdate:value"]))]),_:2},1040))),128))]),_:1},16)]),c.renderSlot(y.$slots,"footer")]),_:3},16))}}),Nu=c.defineComponent({__name:"PresetInput",props:{value:{},path:{},options:{}},emits:["update:value"],setup(e,{emit:u}){const t=u;function n(){const{label:r,type:o,props:a}=e.options??{},i=typeof r=="string"?{label:r}:typeof r=="boolean"?{}:r;function s(l){return r?c.h(O.NFormItem,{labelPlacement:"left",path:e.path,...i},{default:()=>l}):l}switch(o){case"date-picker":return s(c.h(O.NDatePicker,{value:e.value,"onUpdate:value":l=>{t("update:value",l)},...a}));case"input":return s(c.h(O.NInput,{value:e.value,"onUpdate:value":l=>{t("update:value",l)},...a}));case"search":return s(c.h(Qn,{value:e.value,"onUpdate:value":l=>{t("update:value",l)},...a}));case"select":return s(c.h(O.NSelect,{value:e.value,"onUpdate:value":l=>{t("update:value",l)},...a}));case"switch":return s(c.h(O.NSwitch,{value:e.value,"onUpdate:value":l=>{t("update:value",l)},...a}));case"time-picker":return s(c.h(O.NTimePicker,{value:e.value,"onUpdate:value":l=>{t("update:value",l)},...a}));case"button":return s(c.h(O.NButton,{...a}))}}return(r,o)=>(c.openBlock(),c.createBlock(c.resolveDynamicComponent(n())))}}),Li=c.defineComponent({__name:"PresetSelect",props:{api:{type:Function},value:{},fallbackLabel:{},defaultParams:{},manual:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},disabled:{type:Boolean},optionFormat:{type:Function},fields:{},selectProps:{},pagination:{type:[Object,Boolean]},requestOptions:{},requestPlugins:{}},emits:["before","success","error","finally","update:value","update:page","update:pageSize"],setup(e,{expose:u,emit:t}){const n=t,r=c.useTemplateRef("selectRef"),o={page:"page",pageSize:"pageSize",search:"search",list:"list",count:"count",rowKey:"id",label:"label",value:"value",children:"children",...e.fields},a=c.reactive({showSizePicker:!0,pageSizes:[10,20,30],pageSlot:5,prefix:S=>`共${S.itemCount}条数据`,...e.pagination&&typeof e.pagination=="boolean"?{}:e.pagination}),i=c.ref({page:1,pageSize:10,itemCount:0}),s={[o.page]:i.value.page,[o.pageSize]:i.value.pageSize,[o.search]:"",...e.defaultParams},{data:l,error:f,loading:d,params:v,run:x,runAsync:p,refresh:E,refreshAsync:A,cancel:y,mutate:h}=Ct(e.api,{defaultParams:[s],manual:e.manual,...e.requestOptions,onBefore:S=>{e.requestOptions?.onBefore?.(S),n("before",S)},onSuccess:(S,q)=>{e.requestOptions?.onSuccess?.(S,q),n("success",S,q),_(S,q)},onError:(S,q)=>{e.requestOptions?.onError?.(S,q),n("error",S,q)},onFinally:(S,q,G)=>{e.requestOptions?.onFinally?.(S,q,G),n("finally",S,q,G)}},e.requestPlugins),m=c.computed(()=>l.value?Array.isArray(l.value[o.list])?l.value[o.list]:(console.warn(`DataTablePlus: data[${o.list}] must be an array`),[]):[]),g=c.computed(()=>typeof e.optionFormat=="function"?m.value.map(S=>e.optionFormat(S)):m.value.map(S=>({[o.label]:S[o.label],[o.value]:S[o.value],[o.children]:S[o.children],key:S[o.rowKey]})));function _(S,q){i.value.page=q[0]&&o.page in q[0]?Number(q[0][o.page]):1,i.value.pageSize=q[0]&&o.pageSize in q[0]?Number(q[0][o.pageSize]):10,i.value.itemCount=o.count in S?Number(S[o.count]):0}function k(S){return x({...v.value[0],...S})}const C={onUpdateValue:(S,q)=>{const G=Array.isArray(S)?m.value.filter(Q=>S.includes(Q[o.rowKey])):m.value.find(Q=>Q[o.rowKey]===S);n("update:value",S,q,G?c.toRaw(c.toValue(G)):null)},onSearch:S=>{d.value||k({[o.search]:S})},onUpdateShow:S=>{S&&(l.value||e.manual&&x(s))}},T={onUpdatePage:S=>{n("update:page",S),!d.value&&k({[o.page]:S})},onUpdatePageSize:S=>{n("update:pageSize",S),!d.value&&k({[o.pageSize]:S})}};function F(S){return{[o.label]:e.fallbackLabel??`${S}`,[o.value]:S}}return u({refs:{loading:d,data:l,error:f,params:v,pagination:i,rawList:m,selectRef:r},actions:{run:x,runAsync:p,refresh:E,refreshAsync:A,cancel:y,mutate:h,setParam:S=>{Object.assign(v.value[0],S)},runParam:S=>x(Object.assign(v.value[0],S)),runParamAsync:async S=>p(Object.assign(v.value[0],S))}}),(S,q)=>(c.openBlock(),c.createBlock(c.unref(O.NSelect),c.mergeProps({ref_key:"selectRef",ref:r,remote:"",filterable:"",multiple:S.multiple,disabled:S.disabled,options:g.value,"label-field":o.label,"value-field":o.value,"children-field":o.children,value:S.value,"fallback-option":F,loading:c.unref(d)},S.selectProps,{"onUpdate:show":C.onUpdateShow,"onUpdate:value":C.onUpdateValue,onSearch:C.onSearch}),{action:c.withCtx(()=>[c.renderSlot(S.$slots,"action",{},()=>[c.createVNode(c.unref(O.NFlex),null,{default:c.withCtx(()=>[c.renderSlot(S.$slots,"extra"),c.renderSlot(S.$slots,"pagination",{},()=>[S.pagination?(c.openBlock(),c.createBlock(c.unref(O.NPagination),c.mergeProps({key:0,style:{marginLeft:"auto"},simple:"",disabled:c.unref(d)},{...a,...i.value},{"onUpdate:page":T.onUpdatePage,"onUpdate:pageSize":T.onUpdatePageSize}),null,16,["disabled","onUpdate:page","onUpdate:pageSize"])):c.createCommentVNode("",!0)])]),_:3})])]),_:3},16,["multiple","disabled","options","label-field","value-field","children-field","value","loading","onUpdate:show","onUpdate:value","onSearch"]))}}),Ii=c.defineComponent({__name:"RemoteRequest",props:{api:{type:Function},defaultParams:{},manual:{type:Boolean},fields:{},requestOptions:{},requestPlugins:{}},emits:["before","success","error","finally"],setup(e,{expose:u,emit:t}){const n=t,r={page:"page",pageSize:"pageSize",search:"search",...e.fields},{loading:o,data:a,error:i,params:s,run:l,runAsync:f,refresh:d,refreshAsync:v,cancel:x,mutate:p}=Ct(e.api,{defaultParams:[{[r.page]:1,[r.pageSize]:10,[r.search]:"",...e.defaultParams}],manual:e.manual,...e.requestOptions,onBefore:y=>{e.requestOptions?.onBefore?.(y),n("before",y)},onSuccess:(y,h)=>{e.requestOptions?.onSuccess?.(y,h),n("success",y,h)},onError:(y,h)=>{e.requestOptions?.onError?.(y,h),n("error",y,h)},onFinally:(y,h,m)=>{e.requestOptions?.onFinally?.(y,h,m),n("finally",y,h,m)}},e.requestPlugins),E={loading:o,data:a,error:i,params:s},A={run:l,runAsync:f,refresh:d,refreshAsync:v,cancel:x,mutate:p,setParam:y=>{Object.assign(s.value[0],y)},runParam:y=>l(Object.assign(s.value[0],y)),runParamAsync:async y=>f(Object.assign(s.value[0],y))};return u({refs:E,actions:A}),(y,h)=>c.renderSlot(y.$slots,"default",{refs:E,actions:A})}}),zi={name:"EosIconsThreeDotsLoading"},$i={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Ui(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",$i,u[0]||(u[0]=[c.createStaticVNode('<circle cx="18" cy="12" r="0" fill="#757575"><animate attributeName="r" begin=".67" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle><circle cx="12" cy="12" r="0" fill="#757575"><animate attributeName="r" begin=".33" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle><circle cx="6" cy="12" r="0" fill="#757575"><animate attributeName="r" begin="0" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle>',3)]))}const qi=Et(zi,[["render",Ui]]),ji={name:"RiSearch2Line"},Hi={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Vi(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",Hi,u[0]||(u[0]=[c.createElementVNode("path",{fill:"currentColor",d:"M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9s-9-4.032-9-9s4.032-9 9-9m0 16c3.867 0 7-3.133 7-7s-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7m8.485.071l2.829 2.828l-1.415 1.415l-2.828-2.829z"},null,-1)]))}const fn=Et(ji,[["render",Vi]]),Qn=c.defineComponent({__name:"SearchInput",props:{value:{default:""},type:{default:"default"},autoTrigger:{type:[Boolean,Number],default:!0},searchButton:{type:Boolean,default:!0},inputProps:{},buttonProps:{},loading:{type:Boolean}},emits:["update:value"],setup(e,{emit:u}){const t=u,n=c.useTemplateRef("inputRef"),r=c.ref(e.value),{isPending:o,start:a}=Ne.useTimeoutFn(()=>{},typeof e.autoTrigger=="number"?e.autoTrigger:500);c.watch(()=>e.value,f=>{r.value=f});const i=Ne.useDebounceFn(()=>{t("update:value",r.value)},typeof e.autoTrigger=="number"?e.autoTrigger:500);c.watch(r,()=>{a(),e.autoTrigger&&i()});function s(){t("update:value",r.value)}function l(f){f.key==="Enter"&&s()}return c.watchEffect(()=>{!e.loading&&r.value&&n.value?.focus()}),(f,d)=>(c.openBlock(),c.createBlock(c.unref(O.NInputGroup),null,{default:c.withCtx(()=>[c.createVNode(c.unref(O.NInput),c.mergeProps({ref_key:"inputRef",ref:n,value:r.value,"onUpdate:value":d[0]||(d[0]=v=>r.value=v),disabled:f.loading,clearable:""},f.inputProps,{onKeydown:l}),{prefix:c.withCtx(()=>[c.renderSlot(f.$slots,"prefix",{},()=>[c.renderSlot(f.$slots,"prefix-icon",{},()=>[c.createVNode(fn)])])]),suffix:c.withCtx(()=>[c.unref(o)?(c.openBlock(),c.createBlock(qi,{key:0})):c.createCommentVNode("",!0)]),_:3},16,["value","disabled"]),c.renderSlot(f.$slots,"button",{},()=>[f.searchButton?(c.openBlock(),c.createBlock(c.unref(O.NButton),c.mergeProps({key:0,type:f.type,loading:f.loading},f.buttonProps,{onClick:s}),{icon:c.withCtx(()=>[c.renderSlot(f.$slots,"button-icon",{},()=>[c.createVNode(fn)])]),_:3},16,["type","loading"])):c.createCommentVNode("",!0)])]),_:3}))}}),Gi=c.defineComponent({__name:"ToggleEditor",props:c.mergeModels({inputProps:{}},{value:{},valueModifiers:{}}),emits:["update:value"],setup(e){const u=c.useModel(e,"value"),t=c.ref(!1),n=c.useTemplateRef("inputRef"),r=c.ref(u.value);function o(){t.value=!0,c.nextTick(()=>{n.value?.focus()})}function a(){t.value=!1,u.value=r.value}return(i,s)=>(c.openBlock(),c.createElementBlock("div",{onClick:o},[t.value?(c.openBlock(),c.createBlock(c.unref(O.NInput),c.mergeProps({key:0,ref_key:"inputRef",ref:n,value:r.value},i.inputProps,{"onUpdate:value":s[0]||(s[0]=l=>r.value=l),onChange:a,onBlur:a}),null,16,["value"])):(c.openBlock(),c.createElementBlock(c.Fragment,{key:1},[c.createTextVNode(c.toDisplayString(r.value),1)],64))]))}}),Wi=c.defineComponent({__name:"TooltipButton",props:{value:{},tooltipProps:{},buttonProps:{}},emits:["click"],setup(e,{emit:u}){const t=u;return(n,r)=>(c.openBlock(),c.createBlock(c.unref(O.NTooltip),c.normalizeProps(c.guardReactiveProps(n.tooltipProps)),{trigger:c.withCtx(()=>[c.createVNode(c.unref(O.NButton),c.mergeProps(n.buttonProps,{onClick:r[0]||(r[0]=o=>t("click",o))}),{icon:c.withCtx(()=>[c.renderSlot(n.$slots,"icon")]),default:c.withCtx(()=>[c.renderSlot(n.$slots,"default")]),_:3},16)]),default:c.withCtx(()=>[c.renderSlot(n.$slots,"tooltip",{},()=>[c.createTextVNode(c.toDisplayString(n.value),1)])]),_:3},16))}});/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */const{entries:Jn,setPrototypeOf:dn,isFrozen:Zi,getPrototypeOf:Yi,getOwnPropertyDescriptor:Xi}=Object;let{freeze:te,seal:ce,create:Kn}=Object,{apply:mt,construct:gt}=typeof Reflect<"u"&&Reflect;te||(te=function(u){return u});ce||(ce=function(u){return u});mt||(mt=function(u,t,n){return u.apply(t,n)});gt||(gt=function(u,t){return new u(...t)});const Eu=ne(Array.prototype.forEach),Qi=ne(Array.prototype.lastIndexOf),pn=ne(Array.prototype.pop),Ke=ne(Array.prototype.push),Ji=ne(Array.prototype.splice),Pu=ne(String.prototype.toLowerCase),ut=ne(String.prototype.toString),hn=ne(String.prototype.match),eu=ne(String.prototype.replace),Ki=ne(String.prototype.indexOf),ea=ne(String.prototype.trim),le=ne(Object.prototype.hasOwnProperty),ue=ne(RegExp.prototype.test),uu=ua(TypeError);function ne(e){return function(u){u instanceof RegExp&&(u.lastIndex=0);for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return mt(e,u,n)}}function ua(e){return function(){for(var u=arguments.length,t=new Array(u),n=0;n<u;n++)t[n]=arguments[n];return gt(e,t)}}function I(e,u){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Pu;dn&&dn(e,null);let n=u.length;for(;n--;){let r=u[n];if(typeof r=="string"){const o=t(r);o!==r&&(Zi(u)||(u[n]=o),r=o)}e[r]=!0}return e}function ta(e){for(let u=0;u<e.length;u++)le(e,u)||(e[u]=null);return e}function Ee(e){const u=Kn(null);for(const[t,n]of Jn(e))le(e,t)&&(Array.isArray(n)?u[t]=ta(n):n&&typeof n=="object"&&n.constructor===Object?u[t]=Ee(n):u[t]=n);return u}function tu(e,u){for(;e!==null;){const n=Xi(e,u);if(n){if(n.get)return ne(n.get);if(typeof n.value=="function")return ne(n.value)}e=Yi(e)}function t(){return null}return t}const bn=te(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),tt=te(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),nt=te(["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"]),na=te(["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"]),rt=te(["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"]),ra=te(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),mn=te(["#text"]),gn=te(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),ot=te(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),xn=te(["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"]),Au=te(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),oa=ce(/\{\{[\w\W]*|[\w\W]*\}\}/gm),ia=ce(/<%[\w\W]*|[\w\W]*%>/gm),aa=ce(/\$\{[\w\W]*/gm),ca=ce(/^data-[\-\w.\u00B7-\uFFFF]+$/),sa=ce(/^aria-[\-\w]+$/),er=ce(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),la=ce(/^(?:\w+script|data):/i),fa=ce(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ur=ce(/^html$/i),da=ce(/^[a-z][.\w]*(-[.\w]+)+$/i);var kn=Object.freeze({__proto__:null,ARIA_ATTR:sa,ATTR_WHITESPACE:fa,CUSTOM_ELEMENT:da,DATA_ATTR:ca,DOCTYPE_NAME:ur,ERB_EXPR:ia,IS_ALLOWED_URI:er,IS_SCRIPT_OR_DATA:la,MUSTACHE_EXPR:oa,TMPLIT_EXPR:aa});const nu={element:1,text:3,progressingInstruction:7,comment:8,document:9},pa=function(){return typeof window>"u"?null:window},ha=function(u,t){if(typeof u!="object"||typeof u.createPolicy!="function")return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return u.createPolicy(o,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},_n=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function tr(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:pa();const u=R=>tr(R);if(u.version="3.2.6",u.removed=[],!e||!e.document||e.document.nodeType!==nu.document||!e.Element)return u.isSupported=!1,u;let{document:t}=e;const n=t,r=n.currentScript,{DocumentFragment:o,HTMLTemplateElement:a,Node:i,Element:s,NodeFilter:l,NamedNodeMap:f=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:d,DOMParser:v,trustedTypes:x}=e,p=s.prototype,E=tu(p,"cloneNode"),A=tu(p,"remove"),y=tu(p,"nextSibling"),h=tu(p,"childNodes"),m=tu(p,"parentNode");if(typeof a=="function"){const R=t.createElement("template");R.content&&R.content.ownerDocument&&(t=R.content.ownerDocument)}let g,_="";const{implementation:k,createNodeIterator:C,createDocumentFragment:T,getElementsByTagName:F}=t,{importNode:z}=n;let M=_n();u.isSupported=typeof Jn=="function"&&typeof m=="function"&&k&&k.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:S,ERB_EXPR:q,TMPLIT_EXPR:G,DATA_ATTR:Q,ARIA_ATTR:de,IS_SCRIPT_OR_DATA:ke,ATTR_WHITESPACE:w,CUSTOM_ELEMENT:N}=kn;let{IS_ALLOWED_URI:B}=kn,$=null;const L=I({},[...bn,...tt,...nt,...rt,...mn]);let j=null;const ee=I({},[...gn,...ot,...xn,...Au]);let U=Object.seal(Kn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),pe=null,Ae=null,Be=!0,Me=!0,Le=!1,Pe=!0,we=!1,Ce=!0,Re=!1,qu=!1,ju=!1,Ie=!1,pu=!1,hu=!1,Bt=!0,Mt=!1;const Sr="user-content-";let Hu=!0,Ye=!1,ze={},$e=null;const Lt=I({},["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"]);let It=null;const zt=I({},["audio","video","img","source","image","track"]);let Vu=null;const $t=I({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),bu="http://www.w3.org/1998/Math/MathML",mu="http://www.w3.org/2000/svg",_e="http://www.w3.org/1999/xhtml";let Ue=_e,Gu=!1,Wu=null;const Tr=I({},[bu,mu,_e],ut);let gu=I({},["mi","mo","mn","ms","mtext"]),xu=I({},["annotation-xml"]);const Pr=I({},["title","style","font","a","script"]);let Xe=null;const Rr=["application/xhtml+xml","text/html"],Or="text/html";let Z=null,qe=null;const Nr=t.createElement("form"),Ut=function(b){return b instanceof RegExp||b instanceof Function},Zu=function(){let b=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(qe&&qe===b)){if((!b||typeof b!="object")&&(b={}),b=Ee(b),Xe=Rr.indexOf(b.PARSER_MEDIA_TYPE)===-1?Or:b.PARSER_MEDIA_TYPE,Z=Xe==="application/xhtml+xml"?ut:Pu,$=le(b,"ALLOWED_TAGS")?I({},b.ALLOWED_TAGS,Z):L,j=le(b,"ALLOWED_ATTR")?I({},b.ALLOWED_ATTR,Z):ee,Wu=le(b,"ALLOWED_NAMESPACES")?I({},b.ALLOWED_NAMESPACES,ut):Tr,Vu=le(b,"ADD_URI_SAFE_ATTR")?I(Ee($t),b.ADD_URI_SAFE_ATTR,Z):$t,It=le(b,"ADD_DATA_URI_TAGS")?I(Ee(zt),b.ADD_DATA_URI_TAGS,Z):zt,$e=le(b,"FORBID_CONTENTS")?I({},b.FORBID_CONTENTS,Z):Lt,pe=le(b,"FORBID_TAGS")?I({},b.FORBID_TAGS,Z):Ee({}),Ae=le(b,"FORBID_ATTR")?I({},b.FORBID_ATTR,Z):Ee({}),ze=le(b,"USE_PROFILES")?b.USE_PROFILES:!1,Be=b.ALLOW_ARIA_ATTR!==!1,Me=b.ALLOW_DATA_ATTR!==!1,Le=b.ALLOW_UNKNOWN_PROTOCOLS||!1,Pe=b.ALLOW_SELF_CLOSE_IN_ATTR!==!1,we=b.SAFE_FOR_TEMPLATES||!1,Ce=b.SAFE_FOR_XML!==!1,Re=b.WHOLE_DOCUMENT||!1,Ie=b.RETURN_DOM||!1,pu=b.RETURN_DOM_FRAGMENT||!1,hu=b.RETURN_TRUSTED_TYPE||!1,ju=b.FORCE_BODY||!1,Bt=b.SANITIZE_DOM!==!1,Mt=b.SANITIZE_NAMED_PROPS||!1,Hu=b.KEEP_CONTENT!==!1,Ye=b.IN_PLACE||!1,B=b.ALLOWED_URI_REGEXP||er,Ue=b.NAMESPACE||_e,gu=b.MATHML_TEXT_INTEGRATION_POINTS||gu,xu=b.HTML_INTEGRATION_POINTS||xu,U=b.CUSTOM_ELEMENT_HANDLING||{},b.CUSTOM_ELEMENT_HANDLING&&Ut(b.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(U.tagNameCheck=b.CUSTOM_ELEMENT_HANDLING.tagNameCheck),b.CUSTOM_ELEMENT_HANDLING&&Ut(b.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(U.attributeNameCheck=b.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),b.CUSTOM_ELEMENT_HANDLING&&typeof b.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(U.allowCustomizedBuiltInElements=b.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),we&&(Me=!1),pu&&(Ie=!0),ze&&($=I({},mn),j=[],ze.html===!0&&(I($,bn),I(j,gn)),ze.svg===!0&&(I($,tt),I(j,ot),I(j,Au)),ze.svgFilters===!0&&(I($,nt),I(j,ot),I(j,Au)),ze.mathMl===!0&&(I($,rt),I(j,xn),I(j,Au))),b.ADD_TAGS&&($===L&&($=Ee($)),I($,b.ADD_TAGS,Z)),b.ADD_ATTR&&(j===ee&&(j=Ee(j)),I(j,b.ADD_ATTR,Z)),b.ADD_URI_SAFE_ATTR&&I(Vu,b.ADD_URI_SAFE_ATTR,Z),b.FORBID_CONTENTS&&($e===Lt&&($e=Ee($e)),I($e,b.FORBID_CONTENTS,Z)),Hu&&($["#text"]=!0),Re&&I($,["html","head","body"]),$.table&&(I($,["tbody"]),delete pe.tbody),b.TRUSTED_TYPES_POLICY){if(typeof b.TRUSTED_TYPES_POLICY.createHTML!="function")throw uu('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof b.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw uu('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');g=b.TRUSTED_TYPES_POLICY,_=g.createHTML("")}else g===void 0&&(g=ha(x,r)),g!==null&&typeof _=="string"&&(_=g.createHTML(""));te&&te(b),qe=b}},qt=I({},[...tt,...nt,...na]),jt=I({},[...rt,...ra]),Br=function(b){let D=m(b);(!D||!D.tagName)&&(D={namespaceURI:Ue,tagName:"template"});const P=Pu(b.tagName),V=Pu(D.tagName);return Wu[b.namespaceURI]?b.namespaceURI===mu?D.namespaceURI===_e?P==="svg":D.namespaceURI===bu?P==="svg"&&(V==="annotation-xml"||gu[V]):!!qt[P]:b.namespaceURI===bu?D.namespaceURI===_e?P==="math":D.namespaceURI===mu?P==="math"&&xu[V]:!!jt[P]:b.namespaceURI===_e?D.namespaceURI===mu&&!xu[V]||D.namespaceURI===bu&&!gu[V]?!1:!jt[P]&&(Pr[P]||!qt[P]):!!(Xe==="application/xhtml+xml"&&Wu[b.namespaceURI]):!1},he=function(b){Ke(u.removed,{element:b});try{m(b).removeChild(b)}catch{A(b)}},je=function(b,D){try{Ke(u.removed,{attribute:D.getAttributeNode(b),from:D})}catch{Ke(u.removed,{attribute:null,from:D})}if(D.removeAttribute(b),b==="is")if(Ie||pu)try{he(D)}catch{}else try{D.setAttribute(b,"")}catch{}},Ht=function(b){let D=null,P=null;if(ju)b="<remove></remove>"+b;else{const W=hn(b,/^[\r\n\t ]+/);P=W&&W[0]}Xe==="application/xhtml+xml"&&Ue===_e&&(b='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+b+"</body></html>");const V=g?g.createHTML(b):b;if(Ue===_e)try{D=new v().parseFromString(V,Xe)}catch{}if(!D||!D.documentElement){D=k.createDocument(Ue,"template",null);try{D.documentElement.innerHTML=Gu?_:V}catch{}}const J=D.body||D.documentElement;return b&&P&&J.insertBefore(t.createTextNode(P),J.childNodes[0]||null),Ue===_e?F.call(D,Re?"html":"body")[0]:Re?D.documentElement:J},Vt=function(b){return C.call(b.ownerDocument||b,b,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},Yu=function(b){return b instanceof d&&(typeof b.nodeName!="string"||typeof b.textContent!="string"||typeof b.removeChild!="function"||!(b.attributes instanceof f)||typeof b.removeAttribute!="function"||typeof b.setAttribute!="function"||typeof b.namespaceURI!="string"||typeof b.insertBefore!="function"||typeof b.hasChildNodes!="function")},Gt=function(b){return typeof i=="function"&&b instanceof i};function ve(R,b,D){Eu(R,P=>{P.call(u,b,D,qe)})}const Wt=function(b){let D=null;if(ve(M.beforeSanitizeElements,b,null),Yu(b))return he(b),!0;const P=Z(b.nodeName);if(ve(M.uponSanitizeElement,b,{tagName:P,allowedTags:$}),Ce&&b.hasChildNodes()&&!Gt(b.firstElementChild)&&ue(/<[/\w!]/g,b.innerHTML)&&ue(/<[/\w!]/g,b.textContent)||b.nodeType===nu.progressingInstruction||Ce&&b.nodeType===nu.comment&&ue(/<[/\w]/g,b.data))return he(b),!0;if(!$[P]||pe[P]){if(!pe[P]&&Yt(P)&&(U.tagNameCheck instanceof RegExp&&ue(U.tagNameCheck,P)||U.tagNameCheck instanceof Function&&U.tagNameCheck(P)))return!1;if(Hu&&!$e[P]){const V=m(b)||b.parentNode,J=h(b)||b.childNodes;if(J&&V){const W=J.length;for(let re=W-1;re>=0;--re){const ye=E(J[re],!0);ye.__removalCount=(b.__removalCount||0)+1,V.insertBefore(ye,y(b))}}}return he(b),!0}return b instanceof s&&!Br(b)||(P==="noscript"||P==="noembed"||P==="noframes")&&ue(/<\/no(script|embed|frames)/i,b.innerHTML)?(he(b),!0):(we&&b.nodeType===nu.text&&(D=b.textContent,Eu([S,q,G],V=>{D=eu(D,V," ")}),b.textContent!==D&&(Ke(u.removed,{element:b.cloneNode()}),b.textContent=D)),ve(M.afterSanitizeElements,b,null),!1)},Zt=function(b,D,P){if(Bt&&(D==="id"||D==="name")&&(P in t||P in Nr))return!1;if(!(Me&&!Ae[D]&&ue(Q,D))){if(!(Be&&ue(de,D))){if(!j[D]||Ae[D]){if(!(Yt(b)&&(U.tagNameCheck instanceof RegExp&&ue(U.tagNameCheck,b)||U.tagNameCheck instanceof Function&&U.tagNameCheck(b))&&(U.attributeNameCheck instanceof RegExp&&ue(U.attributeNameCheck,D)||U.attributeNameCheck instanceof Function&&U.attributeNameCheck(D))||D==="is"&&U.allowCustomizedBuiltInElements&&(U.tagNameCheck instanceof RegExp&&ue(U.tagNameCheck,P)||U.tagNameCheck instanceof Function&&U.tagNameCheck(P))))return!1}else if(!Vu[D]){if(!ue(B,eu(P,w,""))){if(!((D==="src"||D==="xlink:href"||D==="href")&&b!=="script"&&Ki(P,"data:")===0&&It[b])){if(!(Le&&!ue(ke,eu(P,w,"")))){if(P)return!1}}}}}}return!0},Yt=function(b){return b!=="annotation-xml"&&hn(b,N)},Xt=function(b){ve(M.beforeSanitizeAttributes,b,null);const{attributes:D}=b;if(!D||Yu(b))return;const P={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j,forceKeepAttr:void 0};let V=D.length;for(;V--;){const J=D[V],{name:W,namespaceURI:re,value:ye}=J,Qe=Z(W),Xu=ye;let K=W==="value"?Xu:ea(Xu);if(P.attrName=Qe,P.attrValue=K,P.keepAttr=!0,P.forceKeepAttr=void 0,ve(M.uponSanitizeAttribute,b,P),K=P.attrValue,Mt&&(Qe==="id"||Qe==="name")&&(je(W,b),K=Sr+K),Ce&&ue(/((--!?|])>)|<\/(style|title)/i,K)){je(W,b);continue}if(P.forceKeepAttr)continue;if(!P.keepAttr){je(W,b);continue}if(!Pe&&ue(/\/>/i,K)){je(W,b);continue}we&&Eu([S,q,G],Jt=>{K=eu(K,Jt," ")});const Qt=Z(b.nodeName);if(!Zt(Qt,Qe,K)){je(W,b);continue}if(g&&typeof x=="object"&&typeof x.getAttributeType=="function"&&!re)switch(x.getAttributeType(Qt,Qe)){case"TrustedHTML":{K=g.createHTML(K);break}case"TrustedScriptURL":{K=g.createScriptURL(K);break}}if(K!==Xu)try{re?b.setAttributeNS(re,W,K):b.setAttribute(W,K),Yu(b)?he(b):pn(u.removed)}catch{je(W,b)}}ve(M.afterSanitizeAttributes,b,null)},Mr=function R(b){let D=null;const P=Vt(b);for(ve(M.beforeSanitizeShadowDOM,b,null);D=P.nextNode();)ve(M.uponSanitizeShadowNode,D,null),Wt(D),Xt(D),D.content instanceof o&&R(D.content);ve(M.afterSanitizeShadowDOM,b,null)};return u.sanitize=function(R){let b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},D=null,P=null,V=null,J=null;if(Gu=!R,Gu&&(R="<!-->"),typeof R!="string"&&!Gt(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw uu("dirty is not a string, aborting")}else throw uu("toString is not a function");if(!u.isSupported)return R;if(qu||Zu(b),u.removed=[],typeof R=="string"&&(Ye=!1),Ye){if(R.nodeName){const ye=Z(R.nodeName);if(!$[ye]||pe[ye])throw uu("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof i)D=Ht("<!---->"),P=D.ownerDocument.importNode(R,!0),P.nodeType===nu.element&&P.nodeName==="BODY"||P.nodeName==="HTML"?D=P:D.appendChild(P);else{if(!Ie&&!we&&!Re&&R.indexOf("<")===-1)return g&&hu?g.createHTML(R):R;if(D=Ht(R),!D)return Ie?null:hu?_:""}D&&ju&&he(D.firstChild);const W=Vt(Ye?R:D);for(;V=W.nextNode();)Wt(V),Xt(V),V.content instanceof o&&Mr(V.content);if(Ye)return R;if(Ie){if(pu)for(J=T.call(D.ownerDocument);D.firstChild;)J.appendChild(D.firstChild);else J=D;return(j.shadowroot||j.shadowrootmode)&&(J=z.call(n,J,!0)),J}let re=Re?D.outerHTML:D.innerHTML;return Re&&$["!doctype"]&&D.ownerDocument&&D.ownerDocument.doctype&&D.ownerDocument.doctype.name&&ue(ur,D.ownerDocument.doctype.name)&&(re="<!DOCTYPE "+D.ownerDocument.doctype.name+`>
|
|
23
|
-
`+re),we&&Eu([
|
|
24
|
-
`," "],ya=["{","}","|","\\","^","`"].concat(va),Ea=["'"].concat(ya),En=["%","/","?",";","#"].concat(Ea),An=["/","?","#"],Aa=255,wn=/^[+a-z0-9A-Z_-]{0,63}$/,wa=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Cn={javascript:!0,"javascript:":!0},Dn={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Ft(e,u){if(e&&e instanceof Bu)return e;const t=new Bu;return t.parse(e,u),t}Bu.prototype.parse=function(e,u){let t,n,r,o=e;if(o=o.trim(),!u&&e.split("#").length===1){const l=_a.exec(o);if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}let a=xa.exec(o);if(a&&(a=a[0],t=a.toLowerCase(),this.protocol=a,o=o.substr(a.length)),(u||a||o.match(/^\/\/[^@\/]+@[^@\/]+/))&&(r=o.substr(0,2)==="//",r&&!(a&&Cn[a])&&(o=o.substr(2),this.slashes=!0)),!Cn[a]&&(r||a&&!Dn[a])){let l=-1;for(let p=0;p<An.length;p++)n=o.indexOf(An[p]),n!==-1&&(l===-1||n<l)&&(l=n);let f,d;l===-1?d=o.lastIndexOf("@"):d=o.lastIndexOf("@",l),d!==-1&&(f=o.slice(0,d),o=o.slice(d+1),this.auth=f),l=-1;for(let p=0;p<En.length;p++)n=o.indexOf(En[p]),n!==-1&&(l===-1||n<l)&&(l=n);l===-1&&(l=o.length),o[l-1]===":"&&l--;const v=o.slice(0,l);o=o.slice(l),this.parseHost(v),this.hostname=this.hostname||"";const x=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!x){const p=this.hostname.split(/\./);for(let E=0,A=p.length;E<A;E++){const y=p[E];if(y&&!y.match(wn)){let h="";for(let m=0,g=y.length;m<g;m++)y.charCodeAt(m)>127?h+="x":h+=y[m];if(!h.match(wn)){const m=p.slice(0,E),g=p.slice(E+1),_=y.match(wa);_&&(m.push(_[1]),g.unshift(_[2])),g.length&&(o=g.join(".")+o),this.hostname=m.join(".");break}}}}this.hostname.length>Aa&&(this.hostname=""),x&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const i=o.indexOf("#");i!==-1&&(this.hash=o.substr(i),o=o.slice(0,i));const s=o.indexOf("?");return s!==-1&&(this.search=o.substr(s),o=o.slice(0,s)),o&&(this.pathname=o),Dn[t]&&this.hostname&&!this.pathname&&(this.pathname=""),this};Bu.prototype.parseHost=function(e){let u=ka.exec(e);u&&(u=u[0],u!==":"&&(this.port=u.substr(1)),e=e.substr(0,e.length-u.length)),e&&(this.hostname=e)};const Ca=Object.freeze(Object.defineProperty({__proto__:null,decode:Ge,encode:lu,format:Dt,parse:Ft},Symbol.toStringTag,{value:"Module"})),nr=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,rr=/[\0-\x1F\x7F-\x9F]/,Da=/[\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]/,St=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/,or=/[\$\+<->\^`\|~\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]/,ir=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Fa=Object.freeze(Object.defineProperty({__proto__:null,Any:nr,Cc:rr,Cf:Da,P:St,S:or,Z:ir},Symbol.toStringTag,{value:"Module"})),Sa=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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))),Ta=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var it;const Pa=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Ra=(it=String.fromCodePoint)!==null&&it!==void 0?it:function(e){let u="";return e>65535&&(e-=65536,u+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),u+=String.fromCharCode(e),u};function Oa(e){var u;return e>=55296&&e<=57343||e>1114111?65533:(u=Pa.get(e))!==null&&u!==void 0?u:e}var X;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(X||(X={}));const Na=32;var Se;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Se||(Se={}));function xt(e){return e>=X.ZERO&&e<=X.NINE}function Ba(e){return e>=X.UPPER_A&&e<=X.UPPER_F||e>=X.LOWER_A&&e<=X.LOWER_F}function Ma(e){return e>=X.UPPER_A&&e<=X.UPPER_Z||e>=X.LOWER_A&&e<=X.LOWER_Z||xt(e)}function La(e){return e===X.EQUALS||Ma(e)}var Y;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(Y||(Y={}));var Fe;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(Fe||(Fe={}));class Ia{constructor(u,t,n){this.decodeTree=u,this.emitCodePoint=t,this.errors=n,this.state=Y.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Fe.Strict}startEntity(u){this.decodeMode=u,this.state=Y.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(u,t){switch(this.state){case Y.EntityStart:return u.charCodeAt(t)===X.NUM?(this.state=Y.NumericStart,this.consumed+=1,this.stateNumericStart(u,t+1)):(this.state=Y.NamedEntity,this.stateNamedEntity(u,t));case Y.NumericStart:return this.stateNumericStart(u,t);case Y.NumericDecimal:return this.stateNumericDecimal(u,t);case Y.NumericHex:return this.stateNumericHex(u,t);case Y.NamedEntity:return this.stateNamedEntity(u,t)}}stateNumericStart(u,t){return t>=u.length?-1:(u.charCodeAt(t)|Na)===X.LOWER_X?(this.state=Y.NumericHex,this.consumed+=1,this.stateNumericHex(u,t+1)):(this.state=Y.NumericDecimal,this.stateNumericDecimal(u,t))}addToNumericResult(u,t,n,r){if(t!==n){const o=n-t;this.result=this.result*Math.pow(r,o)+parseInt(u.substr(t,o),r),this.consumed+=o}}stateNumericHex(u,t){const n=t;for(;t<u.length;){const r=u.charCodeAt(t);if(xt(r)||Ba(r))t+=1;else return this.addToNumericResult(u,n,t,16),this.emitNumericEntity(r,3)}return this.addToNumericResult(u,n,t,16),-1}stateNumericDecimal(u,t){const n=t;for(;t<u.length;){const r=u.charCodeAt(t);if(xt(r))t+=1;else return this.addToNumericResult(u,n,t,10),this.emitNumericEntity(r,2)}return this.addToNumericResult(u,n,t,10),-1}emitNumericEntity(u,t){var n;if(this.consumed<=t)return(n=this.errors)===null||n===void 0||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(u===X.SEMI)this.consumed+=1;else if(this.decodeMode===Fe.Strict)return 0;return this.emitCodePoint(Oa(this.result),this.consumed),this.errors&&(u!==X.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(u,t){const{decodeTree:n}=this;let r=n[this.treeIndex],o=(r&Se.VALUE_LENGTH)>>14;for(;t<u.length;t++,this.excess++){const a=u.charCodeAt(t);if(this.treeIndex=za(n,r,this.treeIndex+Math.max(1,o),a),this.treeIndex<0)return this.result===0||this.decodeMode===Fe.Attribute&&(o===0||La(a))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],o=(r&Se.VALUE_LENGTH)>>14,o!==0){if(a===X.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==Fe.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var u;const{result:t,decodeTree:n}=this,r=(n[t]&Se.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),(u=this.errors)===null||u===void 0||u.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(u,t,n){const{decodeTree:r}=this;return this.emitCodePoint(t===1?r[u]&~Se.VALUE_LENGTH:r[u+1],n),t===3&&this.emitCodePoint(r[u+2],n),n}end(){var u;switch(this.state){case Y.NamedEntity:return this.result!==0&&(this.decodeMode!==Fe.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Y.NumericDecimal:return this.emitNumericEntity(0,2);case Y.NumericHex:return this.emitNumericEntity(0,3);case Y.NumericStart:return(u=this.errors)===null||u===void 0||u.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Y.EntityStart:return 0}}}function ar(e){let u="";const t=new Ia(e,n=>u+=Ra(n));return function(r,o){let a=0,i=0;for(;(i=r.indexOf("&",i))>=0;){u+=r.slice(a,i),t.startEntity(o);const l=t.write(r,i+1);if(l<0){a=i+t.end();break}a=i+l,i=l===0?a+1:a}const s=u+r.slice(a);return u="",s}}function za(e,u,t,n){const r=(u&Se.BRANCH_LENGTH)>>7,o=u&Se.JUMP_TABLE;if(r===0)return o!==0&&n===o?t:-1;if(o){const s=n-o;return s<0||s>=r?-1:e[t+s]-1}let a=t,i=a+r-1;for(;a<=i;){const s=a+i>>>1,l=e[s];if(l<n)a=s+1;else if(l>n)i=s-1;else return e[s+r]}return-1}const $a=ar(Sa);ar(Ta);function cr(e,u=Fe.Legacy){return $a(e,u)}function Ua(e){return Object.prototype.toString.call(e)}function Tt(e){return Ua(e)==="[object String]"}const qa=Object.prototype.hasOwnProperty;function ja(e,u){return qa.call(e,u)}function Iu(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if(typeof t!="object")throw new TypeError(t+"must be object");Object.keys(t).forEach(function(n){e[n]=t[n]})}}),e}function sr(e,u,t){return[].concat(e.slice(0,u),t,e.slice(u+1))}function Pt(e){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)}function Mu(e){if(e>65535){e-=65536;const u=55296+(e>>10),t=56320+(e&1023);return String.fromCharCode(u,t)}return String.fromCharCode(e)}const lr=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Ha=/&([a-z#][a-z0-9]{1,31});/gi,Va=new RegExp(lr.source+"|"+Ha.source,"gi"),Ga=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Wa(e,u){if(u.charCodeAt(0)===35&&Ga.test(u)){const n=u[1].toLowerCase()==="x"?parseInt(u.slice(2),16):parseInt(u.slice(1),10);return Pt(n)?Mu(n):e}const t=cr(e);return t!==e?t:e}function Za(e){return e.indexOf("\\")<0?e:e.replace(lr,"$1")}function We(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(Va,function(u,t,n){return t||Wa(u,n)})}const Ya=/[&<>"]/,Xa=/[&<>"]/g,Qa={"&":"&","<":"<",">":">",'"':"""};function Ja(e){return Qa[e]}function Te(e){return Ya.test(e)?e.replace(Xa,Ja):e}const Ka=/[.?*+^$[\]\\(){}|-]/g;function e0(e){return e.replace(Ka,"\\$&")}function H(e){switch(e){case 9:case 32:return!0}return!1}function iu(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function au(e){return St.test(e)||or.test(e)}function cu(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function zu(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const u0={mdurl:Ca,ucmicro:Fa},t0=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:sr,assign:Iu,escapeHtml:Te,escapeRE:e0,fromCodePoint:Mu,has:ja,isMdAsciiPunct:cu,isPunctChar:au,isSpace:H,isString:Tt,isValidEntityCode:Pt,isWhiteSpace:iu,lib:u0,normalizeReference:zu,unescapeAll:We,unescapeMd:Za},Symbol.toStringTag,{value:"Module"}));function n0(e,u,t){let n,r,o,a;const i=e.posMax,s=e.pos;for(e.pos=u+1,n=1;e.pos<i;){if(o=e.src.charCodeAt(e.pos),o===93&&(n--,n===0)){r=!0;break}if(a=e.pos,e.md.inline.skipToken(e),o===91){if(a===e.pos-1)n++;else if(t)return e.pos=s,-1}}let l=-1;return r&&(l=e.pos),e.pos=s,l}function r0(e,u,t){let n,r=u;const o={ok:!1,pos:0,str:""};if(e.charCodeAt(r)===60){for(r++;r<t;){if(n=e.charCodeAt(r),n===10||n===60)return o;if(n===62)return o.pos=r+1,o.str=We(e.slice(u+1,r)),o.ok=!0,o;if(n===92&&r+1<t){r+=2;continue}r++}return o}let a=0;for(;r<t&&(n=e.charCodeAt(r),!(n===32||n<32||n===127));){if(n===92&&r+1<t){if(e.charCodeAt(r+1)===32)break;r+=2;continue}if(n===40&&(a++,a>32))return o;if(n===41){if(a===0)break;a--}r++}return u===r||a!==0||(o.str=We(e.slice(u,r)),o.pos=r,o.ok=!0),o}function o0(e,u,t,n){let r,o=u;const a={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(n)a.str=n.str,a.marker=n.marker;else{if(o>=t)return a;let i=e.charCodeAt(o);if(i!==34&&i!==39&&i!==40)return a;u++,o++,i===40&&(i=41),a.marker=i}for(;o<t;){if(r=e.charCodeAt(o),r===a.marker)return a.pos=o+1,a.str+=We(e.slice(u,o)),a.ok=!0,a;if(r===40&&a.marker===41)return a;r===92&&o+1<t&&o++,o++}return a.can_continue=!0,a.str+=We(e.slice(u,o)),a}const i0=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:r0,parseLinkLabel:n0,parseLinkTitle:o0},Symbol.toStringTag,{value:"Module"})),ge={};ge.code_inline=function(e,u,t,n,r){const o=e[u];return"<code"+r.renderAttrs(o)+">"+Te(o.content)+"</code>"};ge.code_block=function(e,u,t,n,r){const o=e[u];return"<pre"+r.renderAttrs(o)+"><code>"+Te(e[u].content)+`</code></pre>
|
|
25
|
-
`};
|
|
26
|
-
`;if(a){const f=o.attrIndex("class"),d=o.attrs?o.attrs.slice():[];f<0?d.push(["class",t.langPrefix+i]):(d[f]=d[f].slice(),d[f][1]+=" "+t.langPrefix+i);const v={attrs:d};return`<pre><code${r.renderAttrs(v)}>${
|
|
27
|
-
`}return`<pre><code${r.renderAttrs(o)}>${
|
|
28
|
-
`};
|
|
21
|
+
*/var t=function(n){var r=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,o=0,a={},i={manual:n.Prism&&n.Prism.manual,disableWorkerMessageHandler:n.Prism&&n.Prism.disableWorkerMessageHandler,util:{encode:function h(m){return m instanceof l?new l(m.type,h(m.content),m.alias):Array.isArray(m)?m.map(h):m.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(h){return Object.prototype.toString.call(h).slice(8,-1)},objId:function(h){return h.__id||Object.defineProperty(h,"__id",{value:++o}),h.__id},clone:function h(m,g){g=g||{};var _,k;switch(i.util.type(m)){case"Object":if(k=i.util.objId(m),g[k])return g[k];_={},g[k]=_;for(var C in m)m.hasOwnProperty(C)&&(_[C]=h(m[C],g));return _;case"Array":return k=i.util.objId(m),g[k]?g[k]:(_=[],g[k]=_,m.forEach(function(T,F){_[F]=h(T,g)}),_);default:return m}},getLanguage:function(h){for(;h;){var m=r.exec(h.className);if(m)return m[1].toLowerCase();h=h.parentElement}return"none"},setLanguage:function(h,m){h.className=h.className.replace(RegExp(r,"gi"),""),h.classList.add("language-"+m)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(_){var h=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(_.stack)||[])[1];if(h){var m=document.getElementsByTagName("script");for(var g in m)if(m[g].src==h)return m[g]}return null}},isActive:function(h,m,g){for(var _="no-"+m;h;){var k=h.classList;if(k.contains(m))return!0;if(k.contains(_))return!1;h=h.parentElement}return!!g}},languages:{plain:a,plaintext:a,text:a,txt:a,extend:function(h,m){var g=i.util.clone(i.languages[h]);for(var _ in m)g[_]=m[_];return g},insertBefore:function(h,m,g,_){_=_||i.languages;var k=_[h],C={};for(var T in k)if(k.hasOwnProperty(T)){if(T==m)for(var F in g)g.hasOwnProperty(F)&&(C[F]=g[F]);g.hasOwnProperty(T)||(C[T]=k[T])}var L=_[h];return _[h]=C,i.languages.DFS(i.languages,function(M,X){X===L&&M!=h&&(this[M]=C)}),C},DFS:function h(m,g,_,k){k=k||{};var C=i.util.objId;for(var T in m)if(m.hasOwnProperty(T)){g.call(m,T,m[T],_||T);var F=m[T],L=i.util.type(F);L==="Object"&&!k[C(F)]?(k[C(F)]=!0,h(F,g,null,k)):L==="Array"&&!k[C(F)]&&(k[C(F)]=!0,h(F,g,T,k))}}},plugins:{},highlightAll:function(h,m){i.highlightAllUnder(document,h,m)},highlightAllUnder:function(h,m,g){var _={callback:g,container:h,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",_),_.elements=Array.prototype.slice.apply(_.container.querySelectorAll(_.selector)),i.hooks.run("before-all-elements-highlight",_);for(var k=0,C;C=_.elements[k++];)i.highlightElement(C,m===!0,_.callback)},highlightElement:function(h,m,g){var _=i.util.getLanguage(h),k=i.languages[_];i.util.setLanguage(h,_);var C=h.parentElement;C&&C.nodeName.toLowerCase()==="pre"&&i.util.setLanguage(C,_);var T=h.textContent,F={element:h,language:_,grammar:k,code:T};function L(X){F.highlightedCode=X,i.hooks.run("before-insert",F),F.element.innerHTML=F.highlightedCode,i.hooks.run("after-highlight",F),i.hooks.run("complete",F),g&&g.call(F.element)}if(i.hooks.run("before-sanity-check",F),C=F.element.parentElement,C&&C.nodeName.toLowerCase()==="pre"&&!C.hasAttribute("tabindex")&&C.setAttribute("tabindex","0"),!F.code){i.hooks.run("complete",F),g&&g.call(F.element);return}if(i.hooks.run("before-highlight",F),!F.grammar){L(i.util.encode(F.code));return}if(m&&n.Worker){var M=new Worker(i.filename);M.onmessage=function(X){L(X.data)},M.postMessage(JSON.stringify({language:F.language,code:F.code,immediateClose:!0}))}else L(i.highlight(F.code,F.grammar,F.language))},highlight:function(h,m,g){var _={code:h,grammar:m,language:g};if(i.hooks.run("before-tokenize",_),!_.grammar)throw new Error('The language "'+_.language+'" has no grammar.');return _.tokens=i.tokenize(_.code,_.grammar),i.hooks.run("after-tokenize",_),l.stringify(i.util.encode(_.tokens),_.language)},tokenize:function(h,m){var g=m.rest;if(g){for(var _ in g)m[_]=g[_];delete m.rest}var k=new d;return v(k,k.head,h),f(h,k,m,k.head,0),p(k)},hooks:{all:{},add:function(h,m){var g=i.hooks.all;g[h]=g[h]||[],g[h].push(m)},run:function(h,m){var g=i.hooks.all[h];if(!(!g||!g.length))for(var _=0,k;k=g[_++];)k(m)}},Token:l};n.Prism=i;function l(h,m,g,_){this.type=h,this.content=m,this.alias=g,this.length=(_||"").length|0}l.stringify=function h(m,g){if(typeof m=="string")return m;if(Array.isArray(m)){var _="";return m.forEach(function(L){_+=h(L,g)}),_}var k={type:m.type,content:h(m.content,g),tag:"span",classes:["token",m.type],attributes:{},language:g},C=m.alias;C&&(Array.isArray(C)?Array.prototype.push.apply(k.classes,C):k.classes.push(C)),i.hooks.run("wrap",k);var T="";for(var F in k.attributes)T+=" "+F+'="'+(k.attributes[F]||"").replace(/"/g,""")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+T+">"+k.content+"</"+k.tag+">"};function s(h,m,g,_){h.lastIndex=m;var k=h.exec(g);if(k&&_&&k[1]){var C=k[1].length;k.index+=C,k[0]=k[0].slice(C)}return k}function f(h,m,g,_,k,C){for(var T in g)if(!(!g.hasOwnProperty(T)||!g[T])){var F=g[T];F=Array.isArray(F)?F:[F];for(var L=0;L<F.length;++L){if(C&&C.cause==T+","+L)return;var M=F[L],X=M.inside,fe=!!M.lookbehind,S=!!M.greedy,$=M.alias;if(S&&!M.pattern.global){var Q=M.pattern.toString().match(/[imsuy]*$/)[0];M.pattern=RegExp(M.pattern.source,Q+"g")}for(var ae=M.pattern||M,w=_.next,N=k;w!==m.tail&&!(C&&N>=C.reach);N+=w.value.length,w=w.next){var B=w.value;if(m.length>h.length)return;if(!(B instanceof l)){var U=1,I;if(S){if(I=s(ae,N,h,fe),!I||I.index>=h.length)break;var he=I.index,j=I.index+I[0].length,ee=N;for(ee+=w.value.length;he>=ee;)w=w.next,ee+=w.value.length;if(ee-=w.value.length,N=ee,w.value instanceof l)continue;for(var q=w;q!==m.tail&&(ee<j||typeof q.value=="string");q=q.next)U++,ee+=q.value.length;U--,B=h.slice(N,ee),I.index-=N}else if(I=s(ae,0,B,fe),!I)continue;var he=I.index,Ae=I[0],Be=B.slice(0,he),Me=B.slice(he+Ae.length),Le=N+B.length;C&&Le>C.reach&&(C.reach=Le);var Re=w.prev;Be&&(Re=v(m,Re,Be),N+=Be.length),x(m,Re,U);var we=new l(T,X?i.tokenize(Ae,X):Ae,$,Ae);if(w=v(m,Re,we),Me&&v(m,w,Me),U>1){var Ce={cause:T+","+L,reach:Le};f(h,m,g,w.prev,N,Ce),C&&Ce.reach>C.reach&&(C.reach=Ce.reach)}}}}}}function d(){var h={value:null,prev:null,next:null},m={value:null,prev:h,next:null};h.next=m,this.head=h,this.tail=m,this.length=0}function v(h,m,g){var _=m.next,k={value:g,prev:m,next:_};return m.next=k,_.prev=k,h.length++,k}function x(h,m,g){for(var _=m.next,k=0;k<g&&_!==h.tail;k++)_=_.next;m.next=_,_.prev=m,h.length-=k}function p(h){for(var m=[],g=h.head.next;g!==h.tail;)m.push(g.value),g=g.next;return m}if(!n.document)return n.addEventListener&&(i.disableWorkerMessageHandler||n.addEventListener("message",function(h){var m=JSON.parse(h.data),g=m.language,_=m.code,k=m.immediateClose;n.postMessage(i.highlight(_,i.languages[g],g)),k&&n.close()},!1)),i;var E=i.util.currentScript();E&&(i.filename=E.src,E.hasAttribute("data-manual")&&(i.manual=!0));function A(){i.manual||i.highlightAll()}if(!i.manual){var y=document.readyState;y==="loading"||y==="interactive"&&E&&E.defer?document.addEventListener("DOMContentLoaded",A):window.requestAnimationFrame?window.requestAnimationFrame(A):window.setTimeout(A,16)}return i}(u);e.exports&&(e.exports=t),typeof tn<"u"&&(tn.Prism=t),t.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",function(n){n.type==="entity"&&(n.attributes.title=n.content.replace(/&/,"&"))}),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(r,o){var a={};a["language-"+o]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:t.languages[o]},a.cdata=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:a}};i["language-"+o]={pattern:/[\s\S]+/,inside:t.languages[o]};var l={};l[r]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return r}),"i"),lookbehind:!0,greedy:!0,inside:i},t.languages.insertBefore("markup","cdata",l)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(n,r){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+n+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[r,"language-"+r],inside:t.languages[r]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(n){var r=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;n.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+r.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+r.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+r.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+r.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:r,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},n.languages.css.atrule.inside.rest=n.languages.css;var o=n.languages.markup;o&&(o.tag.addInlined("style","css"),o.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(typeof t>"u"||typeof document>"u")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var n="Loading…",r=function(E,A){return"✖ Error "+E+" while fetching file: "+A},o="✖ Error: File does not exist or is empty",a={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},i="data-src-status",l="loading",s="loaded",f="failed",d="pre[data-src]:not(["+i+'="'+s+'"]):not(['+i+'="'+l+'"])';function v(E,A,y){var h=new XMLHttpRequest;h.open("GET",E,!0),h.onreadystatechange=function(){h.readyState==4&&(h.status<400&&h.responseText?A(h.responseText):h.status>=400?y(r(h.status,h.statusText)):y(o))},h.send(null)}function x(E){var A=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(E||"");if(A){var y=Number(A[1]),h=A[2],m=A[3];return h?m?[y,Number(m)]:[y,void 0]:[y,y]}}t.hooks.add("before-highlightall",function(E){E.selector+=", "+d}),t.hooks.add("before-sanity-check",function(E){var A=E.element;if(A.matches(d)){E.code="",A.setAttribute(i,l);var y=A.appendChild(document.createElement("CODE"));y.textContent=n;var h=A.getAttribute("data-src"),m=E.language;if(m==="none"){var g=(/\.(\w+)$/.exec(h)||[,"none"])[1];m=a[g]||g}t.util.setLanguage(y,m),t.util.setLanguage(A,m);var _=t.plugins.autoloader;_&&_.loadLanguages(m),v(h,function(k){A.setAttribute(i,s);var C=x(A.getAttribute("data-range"));if(C){var T=k.split(/\r\n?|\n/g),F=C[0],L=C[1]==null?T.length:C[1];F<0&&(F+=T.length),F=Math.max(0,Math.min(F-1,T.length)),L<0&&(L+=T.length),L=Math.max(0,Math.min(L,T.length)),k=T.slice(F,L).join(`
|
|
22
|
+
`),A.hasAttribute("data-start")||A.setAttribute("data-start",String(F+1))}y.textContent=k,t.highlightElement(y)},function(k){A.setAttribute(i,f),y.textContent=k})}}),t.plugins.fileHighlight={highlight:function(A){for(var y=(A||document).querySelectorAll(d),h=0,m;m=y[h++];)t.highlightElement(m)}};var p=!1;t.fileHighlight=function(){p||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),p=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}()}(Qu)),Qu.exports}var so=lo();const Fu=co(so);typeof document<"u"&&Fu.highlightAll();function fo(e,u){try{const t=Fu.languages[u];if(t){const n=Fu.highlight(e,t||Fu.languages.text,u);return`<pre class="language-${u}"><code class="language-${u}">${n}</code></pre>`}return e}catch{return e}}const{c:vu}=yt;function po({name:e="fade-in",enterDuration:u="0.2s",leaveDuration:t="0.2s",enterCubicBezier:n="cubic-bezier(.4, 0, .2, 1)",leaveCubicBezier:r="cubic-bezier(.4, 0, .2, 1)"}={}){return[vu(`&.${e}-transition-enter-active`,{transition:`all ${u} ${n}!important`}),vu(`&.${e}-transition-leave-active`,{transition:`all ${t} ${r}!important`}),vu(`&.${e}-transition-enter-from, &.${e}-transition-leave-to`,{opacity:0}),vu(`&.${e}-transition-leave-from, &.${e}-transition-enter-to`,{opacity:1})]}const{c:ho,cB:bo,cE:mo,cM:go}={...yt,...Hn},Ju=`${Vn}-bubble`;function xo(){return ho([bo("bubble",{display:"flex",gap:"10px",fontSize:"var(--n-font-size);"},[go("reverse",{flexDirection:"row-reverse"}),mo("content",{backgroundColor:"var(--tag-color)",padding:"10px",borderRadius:"var(--border-radius)",minHeight:"44px"}),po()])])}const ko=c.defineComponent({__name:"Bubble",props:{avatar:{},content:{},contentClass:{},contentStyle:{},loading:{type:Boolean},typing:{type:Boolean},markdown:{type:Boolean},placement:{}},emits:["typingComplete"],setup(e,{emit:u}){const t=u;return jn("n-bubble",xo()),(n,r)=>(c.openBlock(),c.createBlock(c.unref(O.NEl),{tag:"div",class:c.normalizeClass([c.unref(Ju),n.placement==="end"?`${c.unref(Ju)}--reverse`:""])},{default:c.withCtx(()=>[c.renderSlot(n.$slots,"avatar",{},()=>[n.avatar?(c.openBlock(),c.createBlock(c.unref(O.NAvatar),c.mergeProps({key:0,round:""},n.avatar.props),{default:c.withCtx(()=>[(c.openBlock(),c.createBlock(c.resolveDynamicComponent(n.avatar.icon)))]),_:1},16)):c.createCommentVNode("",!0)]),c.createVNode(c.unref(O.NFlex),{vertical:""},{default:c.withCtx(()=>[c.renderSlot(n.$slots,"header"),c.createVNode(c.Transition,{mode:"out-in",name:"fade"},{default:c.withCtx(()=>[n.loading?c.renderSlot(n.$slots,"loading",{key:0},()=>[c.createVNode(c.unref(O.NSpin),{style:{height:"44px"}})]):c.renderSlot(n.$slots,"default",{key:1},()=>[c.createElementVNode("div",{class:c.normalizeClass([`${c.unref(Ju)}__content`,n.contentClass]),style:c.normalizeStyle(n.contentStyle)},[c.createVNode(c.unref(Fr),{typing:n.typing,markdown:n.markdown,value:n.content,onStop:r[0]||(r[0]=o=>t("typingComplete"))},null,8,["typing","markdown","value"])],6)])]),_:3}),c.renderSlot(n.$slots,"footer")]),_:3})]),_:3},8,["class"]))}}),_o=c.defineComponent({__name:"ConfigProviders",props:{globalStyle:{type:Boolean,default:!1},configProviderProps:{},loadingBarProps:{},dialogProviderProps:{},modalProviderProps:{},notificationProviderProps:{},messageProviderProps:{}},setup(e){function u(){window.$dialog=O.useDialog(),window.$loadingBar=O.useLoadingBar(),window.$message=O.useMessage(),window.$modal=O.useModal(),window.$notification=O.useNotification()}const t=c.defineComponent({setup(){c.onMounted(()=>{u()})},render(){return null}});return(n,r)=>(c.openBlock(),c.createBlock(c.unref(O.NConfigProvider),c.normalizeProps(c.guardReactiveProps(n.configProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NLoadingBarProvider),c.normalizeProps(c.guardReactiveProps(n.loadingBarProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NDialogProvider),c.normalizeProps(c.guardReactiveProps(n.dialogProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NModalProvider),c.normalizeProps(c.guardReactiveProps(n.modalProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NNotificationProvider),c.normalizeProps(c.guardReactiveProps(n.notificationProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(O.NMessageProvider),c.normalizeProps(c.guardReactiveProps(n.messageProviderProps)),{default:c.withCtx(()=>[c.renderSlot(n.$slots,"default"),c.createVNode(c.unref(t))]),_:3},16)]),_:3},16)]),_:3},16)]),_:3},16)]),_:3},16),n.globalStyle?(c.openBlock(),c.createBlock(c.unref(O.NGlobalStyle),{key:0})):c.createCommentVNode("",!0)]),_:3},16))}}),Et=(e,u)=>{const t=e.__vccOpts||e;for(const[n,r]of u)t[n]=r;return t},vo={name:"MageCopyFill"},yo={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Eo(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",yo,u[0]||(u[0]=[c.createElementVNode("path",{fill:"#757575",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"},null,-1)]))}const Ao=Et(vo,[["render",Eo]]),wo=c.defineComponent({__name:"CopyButton",props:{value:{},config:{},tooltipProps:{},buttonProps:{}},emits:["copied"],setup(e,{emit:u}){const t=u,{copied:n,copy:r}=Te.useClipboard({source:e.value,...e.config});c.watch(n,()=>{n.value&&t("copied",e.value)});function o(a){a.preventDefault(),r()}return(a,i)=>(c.openBlock(),c.createBlock(c.unref(O.NTooltip),c.normalizeProps(c.guardReactiveProps(a.tooltipProps)),{trigger:c.withCtx(()=>[c.createElementVNode("div",{style:{cursor:"pointer"},onClick:o},[c.renderSlot(a.$slots,"default",{},()=>[c.createVNode(c.unref(O.NButton),c.mergeProps({quaternary:"",size:"tiny"},a.buttonProps),{icon:c.withCtx(()=>[c.renderSlot(a.$slots,"icon",{},()=>[c.createVNode(Ao)])]),_:3},16)])])]),default:c.withCtx(()=>[c.renderSlot(a.$slots,"tooltip",{},()=>[c.createTextVNode(c.toDisplayString(c.unref(n)?"复制成功":"复制"),1)])]),_:3},16))}}),Gn=(e,{manual:u,ready:t=!0,refreshDeps:n=[],refreshDepsAction:r})=>{const o=c.ref(!1);return c.watchEffect(()=>{!u&&e.options.refreshDeps!==!0&&(o.value=c.unref(t))}),n instanceof Array?c.watch([o,...n],([a])=>{a&&!u&&a&&(r?r():e.refresh())},{deep:!0,immediate:!1}):c.watch(o,a=>{!u&&a&&(r?r():e.refresh())}),{name:"autoRunPlugin",onBefore:()=>{if(!c.unref(t))return{stopNow:!0}}}};Gn.onInit=({ready:e=!0,manual:u})=>({loading:!u&&c.unref(e)});const Su=new Map,Co=(e,u,t)=>{const n=Su.get(e);n?.timer&&clearTimeout(n.timer);let r;u>-1&&(r=setTimeout(()=>{Su.delete(e)},u)),Su.set(e,{...t,timer:r})},Do=e=>Su.get(e),Tu=new Map,Fo=e=>Tu.get(e),So=(e,u)=>{Tu.set(e,u),u.then(t=>(Tu.delete(e),t)).catch(t=>{throw Tu.delete(e),t})},Ne={},To=[],Po=(e,u)=>{Ne[e]&&(Ne[e].forEach(t=>t(u)),To.forEach(t=>t({type:e,data:u})))},Ku=(e,u)=>(Ne[e]||(Ne[e]=[]),Ne[e].push(u),function(){const n=Ne[e].indexOf(u);Ne[e].splice(n,1)}),Ro=(e,{cacheKey:u,cacheTime:t=5*60*1e3,staleTime:n=0,setCache:r,getCache:o})=>{const a=c.ref(),i=c.ref(),l=(f,d)=>{r?r(d):Co(f,t,d),Po(f,d.data)},s=(f,d=[])=>o?o(d):Do(f);return c.watchEffect(()=>{if(!u)return;const f=s(u);f&&Object.hasOwnProperty.call(f,"data")&&(e.state.data=f.data,e.state.params=f.params,(n===-1||new Date().getTime()-f.time<=n)&&(e.state.loading=!1)),a.value=Ku(u,d=>{e.setState({data:d})})}),c.onScopeDispose(()=>{var f;(f=a.value)==null||f.call(a)}),u?{name:"cachePlugin",onBefore:f=>{const d=s(u,f);return!d||!Object.hasOwnProperty.call(d,"data")?{}:n===-1||new Date().getTime()-d.time<=n?{loading:!1,data:d?.data,returnNow:!0}:{data:d?.data}},onRequest:(f,d)=>{let v=Fo(u);return v&&v!==i.value?{servicePromise:v}:(v=f(...d),i.value=v,So(u,v),{servicePromise:v})},onSuccess:(f,d)=>{var v;u&&((v=a.value)==null||v.call(a),l(u,{data:f,params:d,time:new Date().getTime()}),a.value=Ku(u,x=>{e.setState({data:x})}))},onMutate:f=>{var d;u&&((d=a.value)==null||d.call(a),l(u,{data:f,params:e.state.params,time:new Date().getTime()}),a.value=Ku(u,v=>{e.setState({data:v})}))}}:{}};function Ru(e){var u=typeof e;return e!=null&&(u=="object"||u=="function")}var Oo=typeof global=="object"&&global&&global.Object===Object&&global,No=typeof self=="object"&&self&&self.Object===Object&&self,Wn=Oo||No||Function("return this")(),et=function(){return Wn.Date.now()},Bo=/\s/;function Mo(e){for(var u=e.length;u--&&Bo.test(e.charAt(u)););return u}var Lo=/^\s+/;function Io(e){return e&&e.slice(0,Mo(e)+1).replace(Lo,"")}var Ou=Wn.Symbol,Zn=Object.prototype,zo=Zn.hasOwnProperty,$o=Zn.toString,Je=Ou?Ou.toStringTag:void 0;function Uo(e){var u=zo.call(e,Je),t=e[Je];try{e[Je]=void 0;var n=!0}catch{}var r=$o.call(e);return n&&(u?e[Je]=t:delete e[Je]),r}var qo=Object.prototype,jo=qo.toString;function Ho(e){return jo.call(e)}var Vo="[object Null]",Go="[object Undefined]",rn=Ou?Ou.toStringTag:void 0;function Wo(e){return e==null?e===void 0?Go:Vo:rn&&rn in Object(e)?Uo(e):Ho(e)}function Zo(e){return e!=null&&typeof e=="object"}var Yo="[object Symbol]";function Xo(e){return typeof e=="symbol"||Zo(e)&&Wo(e)==Yo}var on=NaN,Qo=/^[-+]0x[0-9a-f]+$/i,Jo=/^0b[01]+$/i,Ko=/^0o[0-7]+$/i,ei=parseInt;function an(e){if(typeof e=="number")return e;if(Xo(e))return on;if(Ru(e)){var u=typeof e.valueOf=="function"?e.valueOf():e;e=Ru(u)?u+"":u}if(typeof e!="string")return e===0?e:+e;e=Io(e);var t=Jo.test(e);return t||Ko.test(e)?ei(e.slice(2),t?2:8):Qo.test(e)?on:+e}var ui="Expected a function",ti=Math.max,ni=Math.min;function Yn(e,u,t){var n,r,o,a,i,l,s=0,f=!1,d=!1,v=!0;if(typeof e!="function")throw new TypeError(ui);u=an(u)||0,Ru(t)&&(f=!!t.leading,d="maxWait"in t,o=d?ti(an(t.maxWait)||0,u):o,v="trailing"in t?!!t.trailing:v);function x(k){var C=n,T=r;return n=r=void 0,s=k,a=e.apply(T,C),a}function p(k){return s=k,i=setTimeout(y,u),f?x(k):a}function E(k){var C=k-l,T=k-s,F=u-C;return d?ni(F,o-T):F}function A(k){var C=k-l,T=k-s;return l===void 0||C>=u||C<0||d&&T>=o}function y(){var k=et();if(A(k))return h(k);i=setTimeout(y,E(k))}function h(k){return i=void 0,v&&n?x(k):(n=r=void 0,a)}function m(){i!==void 0&&clearTimeout(i),s=0,n=l=r=i=void 0}function g(){return i===void 0?a:h(et())}function _(){var k=et(),C=A(k);if(n=arguments,r=this,l=k,C){if(i===void 0)return p(l);if(d)return clearTimeout(i),i=setTimeout(y,u),x(l)}return i===void 0&&(i=setTimeout(y,u)),a}return _.cancel=m,_.flush=g,_}const ri=(e,{debounceWait:u,debounceLeading:t,debounceTrailing:n,debounceMaxWait:r})=>{const o=c.ref(),a=c.computed(()=>{const i={},l=c.unref(t),s=c.unref(n),f=c.unref(r);return l!==void 0&&(i.leading=l),s!==void 0&&(i.trailing=s),f!==void 0&&(i.maxWait=f),i});return c.watchEffect(i=>{if(c.unref(u)){const l=e.runAsync.bind(e);o.value=Yn(s=>{s()},c.unref(u),a.value),e.runAsync=(...s)=>new Promise((f,d)=>{var v;(v=o.value)==null||v.call(o,()=>{l(...s).then(f).catch(d)})}),i(()=>{var s;(s=o.value)==null||s.cancel(),e.runAsync=l})}}),c.unref(u)?{name:"debouncePlugin",onCancel:()=>{var i;(i=o.value)==null||i.cancel()}}:{}};var oi=Object.defineProperty,ii=(e,u,t)=>u in e?oi(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,cn=(e,u,t)=>(ii(e,typeof u!="symbol"?u+"":u,t),t);class ai{constructor(){cn(this,"table",{}),cn(this,"hashTable",{})}insert(u){const t=Symbol(u);return this.table[u]=!0,this.hashTable[t]=u,t}find(u){return this.hashTable[u]}}new ai;function ci(e){const t=e.toString().match(/^function\s+([^\s(]+)/);return t?t[1]:""}function li(e){const u=e.toString(),t=/([a-zA-Z$_][a-zA-Z0-9$_]*)\s*\(/,n=u.match(t);return n?n[1].trim():""}var si=Object.defineProperty,fi=(e,u,t)=>u in e?si(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,ln=(e,u,t)=>(fi(e,typeof u!="symbol"?u+"":u,t),t);class di{constructor(){ln(this,"requestInstances",new Map),ln(this,"listeners",[])}emit(u){this.listeners.forEach(t=>t(u))}subscribe(u){return this.listeners.push(u),()=>{const t=this.listeners.indexOf(u);this.listeners.splice(t,1)}}insert(u,t){this.requestInstances.set(u,{...t}),this.emit({key:u,...t})}update(u,t){this.has(u)&&this.requestInstances.set(u,{...this.requestInstances.get(u),...t})}has(u){return this.requestInstances.has(u)}reset(u){if(this.requestInstances.has(u)){const t=this.requestInstances.get(u);this.requestInstances.clear(),this.insert(u,t)}else this.requestInstances.clear()}getAll(){return this.requestInstances}}const oe=new di,pi=(e,{ready:u=!0,debugKey:t,...n})=>{const r=()=>{if(t&&!oe.has(t)){const a=e.serviceRef.value.toString().includes("function")?ci(e.serviceRef.value.toString()):li(e.serviceRef.value.toString());oe.insert(t,{instance:e,requestName:a,time:Date.now()})}},o=c.computed(()=>Object.fromEntries(Object.entries({ready:u,...n}).map(([a,i])=>[a,c.unref(i)])));return c.watchEffect(()=>{t&&oe.has(t)&&oe.emit({...e,options:{...e.options,...o.value}})}),{name:"devtoolsPlugin",onBefore:a=>{r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,params:a,loading:!0,time:Date.now(),type:"pending"})},onSuccess(a,i){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,data:a,params:i,loading:!1,time:Date.now(),type:"done"})},onCancel(){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,loading:!1,time:Date.now(),type:"cancel"})},onError(a,i){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,params:i,loading:!1,error:a,time:Date.now(),type:"error"})},onMutate(a){r(),t&&oe.has(t)&&oe.emit({...e.state,key:t,data:a,loading:!1,time:Date.now(),type:"mutate"})}}},hi=(e,{loadingDelay:u})=>{const t=c.ref(),n=()=>{t.value&&(clearTimeout(c.unref(t.value)),t.value=void 0)};return{name:"loadingDelayPlugin",onFinally:()=>{n();const r=c.unref(u);r&&(e.setState({loading:!0}),t.value=setTimeout(()=>{e.setState({loading:!1})},r))},onError:()=>{n()}}};function At(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}const bi=!!(typeof window<"u"&&window.document&&window.document.createElement);function wt(){return At()?document.visibilityState!=="hidden":!0}const ru=[];function mi(e){return ru.push(e),function(){const t=ru.indexOf(e);ru.splice(t,1)}}if(At()){const e=()=>{if(wt())for(let u=0;u<ru.length;u++){const t=ru[u];t()}};window.addEventListener("visibilitychange",e,!1)}const gi=(e,{pollingInterval:u,pollingWhenHidden:t=!0,pollingErrorRetryCount:n=-1})=>{let r;const o=c.ref(),a=c.ref(0),i=()=>{var l;r&&clearTimeout(r),(l=o.value)==null||l.call(o)};return c.watchEffect(()=>{c.unref(u)||i()}),c.unref(u)?{name:"pollingPlugin",onBefore:()=>{i()},onError:()=>{a.value+=1},onSuccess:()=>{a.value=0},onFinally:()=>{n===-1||n!==-1&&a.value<=n?r=setTimeout(()=>{!t&&!wt()?o.value=mi(()=>{e.refresh()}):e.refresh()},c.unref(u)):a.value=0},onCancel:()=>{i()}}:{}};function xi(e,u){let t=!1;return(...n)=>{t||(t=!0,e(...n),setTimeout(()=>{t=!1},u))}}function ki(){return At()&&typeof navigator.onLine<"u"?navigator.onLine:!0}const ou=[];function _i(e){return ou.push(e),function(){const t=ou.indexOf(e);t>-1&&ou.splice(t,1)}}if(bi){const e=()=>{if(!(!wt()||!ki()))for(let u=0;u<ou.length;u++){const t=ou[u];t()}};window.addEventListener("visibilitychange",e,!1),window.addEventListener("focus",e,!1)}const vi=(e,{refreshOnWindowFocus:u,focusTimespan:t=5e3})=>{const n=c.ref(),r=()=>{var o;(o=n.value)==null||o.call(n)};return c.watchEffect(o=>{if(c.unref(u)){const a=xi(e.refresh.bind(e),c.unref(t));n.value=_i(()=>{a()})}o(()=>{r()})}),c.onScopeDispose(()=>{r()}),{name:"refreshOnWindowFocusPlugin"}},yi=(e,{retryInterval:u,retryCount:t})=>{const n=c.ref(),r=c.ref(0),o=c.ref(!1);return t?{name:"retryPlugin",onBefore:()=>{o.value||(r.value=0),o.value=!1,n.value&&clearTimeout(n.value)},onSuccess:()=>{r.value=0},onError:()=>{if(r.value+=1,t===-1||r.value<=t){const a=u??Math.min(1e3*2**r.value,3e4);n.value=setTimeout(()=>{o.value=!0,e.refresh()},a)}else r.value=0},onCancel:()=>{r.value=0,n.value&&clearTimeout(n.value)}}:{}};var Ei="Expected a function";function Ai(e,u,t){var n=!0,r=!0;if(typeof e!="function")throw new TypeError(Ei);return Ru(t)&&(n="leading"in t?!!t.leading:n,r="trailing"in t?!!t.trailing:r),Yn(e,u,{leading:n,maxWait:u,trailing:r})}const wi=(e,{throttleWait:u,throttleLeading:t,throttleTrailing:n})=>{let r=null;const o=c.computed(()=>{const s={};return c.unref(t)!==void 0&&(s.leading=c.unref(t)),c.unref(n)!==void 0&&(s.trailing=c.unref(n)),s}),a=e.runAsync.bind(e),i=c.ref(),l=c.computed(()=>c.unref(u));return c.watch([l,o],s=>{r&&(r.cancel(),e.runAsync=a);const[f,d]=s,v=Ai(x=>{x()},c.unref(f),d);r=v,i.value=v,e.runAsync=(...x)=>new Promise((p,E)=>{var A;(A=i.value)==null||A.call(i,()=>{a(...x).then(p).catch(E)})})},{immediate:!0}),c.unref(u)?(c.onUnmounted(()=>{var s;(s=i.value)==null||s.cancel()}),{name:"throttlePlugin",onCancel:()=>{var s;(s=i.value)==null||s.cancel()}}):{}},sn=e=>typeof e=="function",Ci=e=>typeof e=="boolean";var Di=Object.defineProperty,Fi=(e,u,t)=>u in e?Di(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,yu=(e,u,t)=>(Fi(e,typeof u!="symbol"?u+"":u,t),t);class Si{constructor(u,t,n,r={}){yu(this,"pluginImpls"),yu(this,"count",0),yu(this,"state",{loading:!1,params:void 0,data:void 0,error:void 0}),yu(this,"previousValidData"),this.serviceRef=u,this.options=t,this.setUpdateData=n,this.initState=r,this.state={...this.state,loading:!t.manual,...r}}setState(u={}){this.state={...this.state,...u},this.setUpdateData(this.state)}setData(u,t){console.warn("Please use 'setFetchState' instead of 'setData'"),t instanceof Array?t.forEach(n=>{this.state[n]=u,this.setUpdateData(u,n)}):(this.state[t]=u,this.setUpdateData(u,t))}setFetchState(u,t){t instanceof Array?t.forEach(n=>{this.state[n]=u,this.setUpdateData(u,n)}):(this.state[t]=u,this.setUpdateData(u,t))}runPluginHandler(u,...t){var n,r,o;const a=(o=(r=(n=this.pluginImpls)==null?void 0:n.map(i=>{var l;return(l=i[u])==null?void 0:l.call(i,...t)}))!=null?r:[])==null?void 0:o.filter(Boolean);return Object.assign({},...a)}async runAsync(...u){var t,n,r,o,a,i,l,s,f,d,v;this.count+=1;const x=this.count,{stopNow:p=!1,returnNow:E=!1,...A}=this.runPluginHandler("onBefore",u);if(p)return new Promise(()=>{});if(this.setState({loading:!0,params:u,...A}),E)return Promise.resolve(A.data);try{(n=(t=this.options).onBefore)==null||n.call(t,u)}catch(y){return this.setState({error:y,loading:!1}),(o=(r=this.options).onError)==null||o.call(r,y,u),this.runPluginHandler("onError",y,u),new Promise(()=>{})}try{let{servicePromise:y}=this.runPluginHandler("onRequest",this.serviceRef.value,u);const h=g=>{var _,k,C,T;if(!this.options.concurrent&&x!==this.count)return new Promise(()=>{});const F=this.options.formatResult?this.options.formatResult(g):g,L={data:g};return this.setState({data:F,error:void 0,loading:!1}),(k=(_=this.options).onSuccess)==null||k.call(_,F,u),this.runPluginHandler("onSuccess",F,u,L),this.previousValidData=F,(T=(C=this.options).onFinally)==null||T.call(C,u,F,void 0),(this.options.concurrent||x===this.count)&&this.runPluginHandler("onFinally",u,F,void 0),F};y||(y=this.serviceRef.value(...u));const m=await y;return h(m)}catch(y){if(!this.options.concurrent&&x!==this.count)return new Promise(()=>{});throw this.setState({error:y,loading:!1}),(i=(a=this.options).onError)==null||i.call(a,y,u),this.runPluginHandler("onError",y,u),(sn((l=this.options)==null?void 0:l.rollbackOnError)&&((s=this.options)!=null&&s.rollbackOnError(u))||Ci((f=this.options)==null?void 0:f.rollbackOnError)&&this.options.rollbackOnError)&&this.setState({data:this.previousValidData}),(v=(d=this.options).onFinally)==null||v.call(d,u,void 0,y),(this.options.concurrent||x===this.count)&&this.runPluginHandler("onFinally",u,void 0,y),y}}run(...u){this.runAsync(...u).catch(t=>{this.options.onError||console.error(t)})}cancel(){this.count+=1,this.setState({loading:!1}),this.runPluginHandler("onCancel")}refresh(){this.run(...this.state.params||[])}refreshAsync(){return this.runAsync(...this.state.params||[])}mutate(u){const t=sn(u)?u(this.state.data):u;this.runPluginHandler("onMutate",t),this.setState({data:t})}}const Ti=Symbol("USEREQUEST_GLOBAL_OPTIONS_PROVIDE_KEY");function Pi(e){return Object.keys(e).filter(t=>["data","loading","params","error"].includes(t)).length===4}function Ri(e,u={},t=[]){const n=c.inject(Ti,{}),{initialData:r=void 0,manual:o=!1,ready:a=!0,...i}={...n??{},...u??{}},l={manual:o,ready:a,initialData:r,...i},s=c.ref(e),f=c.reactive({data:r,loading:!1,params:void 0,error:void 0}),d=(E,A)=>{A?f[A]=E:Pi(E)&&(f.data=E.data,f.loading=E.loading,f.error=E.error,f.params=E.params)},v=t.map(E=>{var A;return(A=E?.onInit)==null?void 0:A.call(E,l)}).filter(Boolean),x=new Si(s,l,d,Object.assign({},...v,f));x.options=l,x.pluginImpls=t.map(E=>E(x,l));const p=c.computed(()=>c.isRef(a)?a.value:a);if(c.watchEffect(()=>{if(!o){const E=x.state.params||u.defaultParams||[];p.value&&x.options.refreshDeps===!0&&s.value&&x.run(...E)}}),!o&&x.options.refreshDeps!==!0){const E=x.state.params||u.defaultParams||[];c.unref(a)&&x.run(...E)}return c.onScopeDispose(()=>{x.cancel()}),{...c.toRefs(f),cancel:x.cancel.bind(x),refresh:x.refresh.bind(x),refreshAsync:x.refreshAsync.bind(x),run:x.run.bind(x),runAsync:x.runAsync.bind(x),mutate:x.mutate.bind(x)}}const Oi=(e,u)=>function(n,r={},o=[]){let a=e;const i=u||[];for(let l=i.length;l--;)a=i[l](a);return a(n,r,o)};function Ct(e,u,t){var n;const r=(n=[process.env.NODE_ENV==="development"?pi:null,ri,hi,gi,vi,wi,Gn,Ro,yi])==null?void 0:n.filter(Boolean);return Oi(Ri,u?.use)(e,u,[...t||[],...r])}const Ni=c.defineComponent({__name:"DataTablePlus",props:{api:{type:Function},defaultParams:{},manual:{type:Boolean},columns:{},filterOptions:{},filterGridProps:{},contextMenuOptions:{},fields:{},pagination:{type:[Object,Boolean]},dataTableProps:{},requestOptions:{},requestPlugins:{},customStyle:{},customClass:{}},emits:["before","success","error","finally","clickRow","contextMenuRow","contextMenuSelect","load","scroll","update:checkedRowKeys","update:expandedRowKeys","update:filters","update:sorter","update:page","update:pageSize"],setup(e,{expose:u,emit:t}){const n=t,r=c.reactive(e.columns??[]),o=c.useTemplateRef("data-table-ref"),a={page:"page",pageSize:"pageSize",filter:"filter",sorter:"sorter",list:"list",count:"count",rowKey:"id",...e.fields},i=c.reactive({showSizePicker:!0,pageSizes:[10,20,30],pageSlot:5,prefix:w=>`共${w.itemCount}条数据`,...e.pagination&&typeof e.pagination=="boolean"?{}:e.pagination}),l=c.ref({page:1,pageSize:10,itemCount:0}),s={[a.page]:l.value.page,[a.pageSize]:l.value.pageSize,...e.defaultParams},{loading:f,data:d,error:v,params:x,run:p,runAsync:E,refresh:A,refreshAsync:y,cancel:h,mutate:m}=Ct(e.api,{defaultParams:[s],manual:e.manual,...e.requestOptions,onBefore:w=>{e.requestOptions?.onBefore?.(w),n("before",w)},onSuccess:(w,N)=>{e.requestOptions?.onSuccess?.(w,N),n("success",w,N),k(w,N)},onError:(w,N)=>{e.requestOptions?.onError?.(w,N),n("error",w,N)},onFinally:(w,N,B)=>{e.requestOptions?.onFinally?.(w,N,B),n("finally",w,N,B)}},e.requestPlugins),g=c.computed(()=>d.value?Array.isArray(d.value[a.list])?d.value[a.list]:(console.warn(`DataTablePlus: data[${a.list}] must be an array`),[]):[]),_=c.computed(()=>e.columns?.reduce((w,N)=>w+Number(N.width??100),0));function k(w,N){l.value.page=a.page in N[0]?Number(N[0][a.page]):1,l.value.pageSize=a.pageSize in N[0]?Number(N[0][a.pageSize]):10,l.value.itemCount=a.count in w?Number(w[a.count]):0;const B=N[0]?.[a.filter],U=N[0]?.[a.sorter];if(r){for(const I of r)if("key"in I){if(B&&I.key in B){const j=B[I.key];"filter"in I&&I.filter&&(I.filterMultiple?Array.isArray(j)&&(I.filterOptionValues=j):Array.isArray(j)||(I.filterOptionValue=j))}if("sorter"in I&&typeof I.sorter=="boolean"&&(I.sortOrder=!1),U&&I.key in U){const j=U[I.key];"sorter"in I&&I.sorter&&(I.sortOrder=j)}}}}function C(w){return p({...x.value[0],...w})}const T={onUpdatePage:w=>{n("update:page",w),!f.value&&C({[a.page]:w})},onUpdatePageSize:w=>{n("update:pageSize",w),!f.value&&C({[a.pageSize]:w})},onUpdateFilters:(w,N)=>{n("update:filters",w,N),C({[a.page]:1,[a.filter]:w})},onUpdateSorter:w=>{n("update:sorter",w);const N={};if(Array.isArray(w))for(const B of w)N[B.columnKey]=B.order;else w&&(N[w.columnKey]=w.order);C({[a.page]:1,[a.sorter]:N})},onLoad:w=>n("load",w),onScroll:w=>{n("scroll",w)},onUpdateCheckedRowKeys:(...w)=>{n("update:checkedRowKeys",...w)},onUpdateExpandedRowKeys:(...w)=>{n("update:expandedRowKeys",...w)}},F=c.ref(!1),L=c.ref(),M=c.ref({x:0,y:0});function X(w,N){F.value=!1,n("contextMenuSelect",{key:w,option:N,row:c.toValue(L)})}function fe(w,N){return{onClick:B=>{n("clickRow",{row:w,index:N,event:B})},onContextmenu:B=>{n("contextMenuRow",{row:w,index:N,event:B}),e.contextMenuOptions&&(B.preventDefault(),F.value=!1,L.value=w,c.nextTick(()=>{F.value=!0,M.value={x:B.x,y:B.y}}))}}}const S=c.ref(!1);function $(w,N){N&&C({[N]:w})}const Q={loading:f,data:d,error:v,params:x,pagination:l,rawList:g,dataTableRef:o},ae={run:p,runAsync:E,refresh:A,refreshAsync:y,cancel:h,mutate:m,setParam:w=>{Object.assign(x.value[0],w)},runParam:w=>p(Object.assign(x.value[0],w)),runParamAsync:async w=>E(Object.assign(x.value[0],w))};return u({refs:Q,actions:ae}),(w,N)=>(c.openBlock(),c.createBlock(c.unref(O.NFlex),{vertical:""},{default:c.withCtx(()=>[c.renderSlot(w.$slots,"filter",{refs:Q,actions:ae},()=>[c.createVNode(c.unref(O.NFlex),{vertical:""},{default:c.withCtx(()=>[c.createVNode(c.unref(O.NGrid),c.normalizeProps(c.guardReactiveProps(w.filterGridProps)),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.filterOptions?.filter(B=>!B.collapsed),({key:B,gridItemProps:U,render:I,...j},ee)=>(c.openBlock(),c.createBlock(c.unref(O.NGi),c.mergeProps({key:ee,span:12},{ref_for:!0},U),{default:c.withCtx(()=>[I?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(I(Q,ae)),{key:0})):(c.openBlock(),c.createBlock(c.unref(Nu),{key:1,options:j,value:B?c.unref(x)[0][B]:void 0,"onUpdate:value":q=>$(q,B)},null,8,["options","value","onUpdate:value"]))]),_:2},1040))),128))]),_:1},16),w.filterOptions?.filter(B=>B.collapsed)&&w.filterOptions?.filter(B=>B.collapsed)?.length>0?(c.openBlock(),c.createBlock(c.unref(O.NDivider),{key:0},{default:c.withCtx(()=>[c.createVNode(c.unref(O.NButton),{size:"tiny",onClick:N[0]||(N[0]=B=>S.value=!S.value)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(S.value?"折叠":"展开"),1)]),_:1})]),_:1})):c.createCommentVNode("",!0),c.createVNode(c.unref(O.NCollapseTransition),{show:S.value},{default:c.withCtx(()=>[c.createVNode(c.unref(O.NGrid),c.normalizeProps(c.guardReactiveProps(w.filterGridProps)),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.filterOptions?.filter(B=>B.collapsed),({key:B,gridItemProps:U,render:I,...j},ee)=>(c.openBlock(),c.createBlock(c.unref(O.NGi),c.mergeProps({key:ee,span:12},{ref_for:!0},U),{default:c.withCtx(()=>[I?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(I(Q,ae)),{key:0})):(c.openBlock(),c.createBlock(c.unref(Nu),{key:1,options:j,value:B?c.unref(x)[0][B]:void 0,"onUpdate:value":q=>$(q,B)},null,8,["options","value","onUpdate:value"]))]),_:2},1040))),128))]),_:1},16)]),_:1},8,["show"])]),_:1})]),c.createVNode(c.unref(O.NDataTable),c.mergeProps({ref:"data-table-ref",remote:"","flex-height":"","single-line":!1,"scroll-x":_.value,style:{flex:1,...w.customStyle},class:w.customClass,"row-key":B=>B[a.rowKey],loading:c.unref(f),columns:r,data:g.value,"row-props":fe},w.dataTableProps,{"onUpdate:filters":T.onUpdateFilters,"onUpdate:sorter":T.onUpdateSorter,onLoad:T.onLoad,onScroll:T.onScroll,"onUpdate:checkedRowKeys":T.onUpdateCheckedRowKeys,"onUpdate:expandedRowKeys":T.onUpdateExpandedRowKeys}),{empty:c.withCtx(()=>[c.renderSlot(w.$slots,"empty")]),loading:c.withCtx(()=>[c.renderSlot(w.$slots,"loading")]),_:3},16,["scroll-x","style","class","row-key","loading","columns","data","onUpdate:filters","onUpdate:sorter","onLoad","onScroll","onUpdate:checkedRowKeys","onUpdate:expandedRowKeys"]),c.renderSlot(w.$slots,"actions",{},()=>[c.createVNode(c.unref(O.NFlex),null,{default:c.withCtx(()=>[c.renderSlot(w.$slots,"extra"),c.renderSlot(w.$slots,"pagination",{},()=>[w.pagination?(c.openBlock(),c.createBlock(c.unref(O.NPagination),c.mergeProps({key:0,style:{marginLeft:"auto"},disabled:c.unref(f)},{...i,...l.value},{"onUpdate:page":T.onUpdatePage,"onUpdate:pageSize":T.onUpdatePageSize}),null,16,["disabled","onUpdate:page","onUpdate:pageSize"])):c.createCommentVNode("",!0)])]),_:3})]),w.contextMenuOptions?(c.openBlock(),c.createBlock(c.unref(O.NDropdown),{key:0,placement:"bottom-start",trigger:"manual",x:M.value.x,y:M.value.y,show:F.value,options:w.contextMenuOptions,onClickoutside:N[1]||(N[1]=B=>F.value=!1),onSelect:X},null,8,["x","y","show","options"])):c.createCommentVNode("",!0)]),_:3}))}});function Xn(e,u){const{string:t="",number:n=null,boolean:r=!1}=u??{};if(Array.isArray(e))return e.length=0,e;if(typeof e=="object"&&e!==null){for(const o in e)Object.prototype.hasOwnProperty.call(e,o)&&(e[o]=Xn(e[o],u));return e}return typeof e=="string"?t:typeof e=="number"?n:typeof e=="boolean"?r:e}function Bi(e,u){const{rules:t,clearRules:n}=u??{},r=c.reactive(e?structuredClone(c.toRaw(e)):{}),o=t,a=c.ref(),i={ref:a,model:r,rules:o},l=Te.createEventHook();function s(){return a.value?.validate().then(()=>l.trigger(c.toRaw(c.toValue(r))))}function f(){a.value?.restoreValidation()}function d(){Xn(r,n)}function v(){d(),Object.assign(r,structuredClone(e))}function x(){f(),v()}return{formRef:a,formValue:c.toRef(r),formRules:o,formProps:i,validate:s,resetValidation:f,resetForm:v,reset:x,clear:d,onValidated:l.on}}const Mi=c.defineComponent({__name:"PresetForm",props:{options:{},values:{},rules:{},formProps:{},gridProps:{}},emits:["validated"],setup(e,{expose:u,emit:t}){const n=t,{formProps:r,formValue:o,formRules:a,formRef:i,validate:l,resetValidation:s,resetForm:f,reset:d,clear:v,onValidated:x}=Bi(e.values,{rules:e.rules});x(y=>{n("validated",y)});const p={formRef:i,formValue:o,formRules:a,formProps:r},E={validate:l,resetValidation:s,resetForm:f,reset:d,clear:v,onValidated:x,setValue:y=>{Object.assign(o.value,y)}};u({refs:p,actions:E});function A(y,h){h&&E.setValue({[h]:y})}return(y,h)=>(c.openBlock(),c.createBlock(c.unref(O.NForm),c.normalizeProps(c.guardReactiveProps({...c.unref(r),...e.formProps})),{default:c.withCtx(()=>[c.renderSlot(y.$slots,"header"),c.renderSlot(y.$slots,"default",{refs:p,actions:E},()=>[c.createVNode(c.unref(O.NGrid),c.normalizeProps(c.guardReactiveProps(y.gridProps)),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(y.options,({key:m,gridItemProps:g,render:_,...k},C)=>(c.openBlock(),c.createBlock(c.unref(O.NGi),c.mergeProps({key:C,span:12},{ref_for:!0},g),{default:c.withCtx(()=>[_?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(_(p,E)),{key:0})):(c.openBlock(),c.createBlock(c.unref(Nu),{key:1,options:k,path:m,value:m?c.unref(o)[m]:void 0,"onUpdate:value":T=>A(T,m)},null,8,["options","path","value","onUpdate:value"]))]),_:2},1040))),128))]),_:1},16)]),c.renderSlot(y.$slots,"footer")]),_:3},16))}}),Nu=c.defineComponent({__name:"PresetInput",props:{value:{},path:{},options:{}},emits:["update:value"],setup(e,{emit:u}){const t=u;function n(){const{label:r,type:o,props:a}=e.options??{},i=typeof r=="string"?{label:r}:typeof r=="boolean"?{}:r;function l(s){return r?c.h(O.NFormItem,{labelPlacement:"left",path:e.path,...i},{default:()=>s}):s}switch(o){case"date-picker":return l(c.h(O.NDatePicker,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"input":return l(c.h(O.NInput,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"search":return l(c.h(Qn,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"select":return l(c.h(O.NSelect,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"switch":return l(c.h(O.NSwitch,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"time-picker":return l(c.h(O.NTimePicker,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"button":return l(c.h(O.NButton,{...a}))}}return(r,o)=>(c.openBlock(),c.createBlock(c.resolveDynamicComponent(n())))}}),Li=c.defineComponent({__name:"PresetSelect",props:{api:{type:Function},value:{},fallbackLabel:{},defaultParams:{},manual:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},disabled:{type:Boolean},debounce:{type:[Boolean,Number],default:!0},optionFormat:{type:Function},fields:{},selectProps:{},pagination:{type:[Object,Boolean]},requestOptions:{},requestPlugins:{}},emits:["before","success","error","finally","blur","clear","create","focus","scroll","search","update:value","update:page","update:pageSize"],setup(e,{expose:u,emit:t}){const n=t,r=c.useTemplateRef("select-ref"),o={page:"page",pageSize:"pageSize",search:"search",list:"list",count:"count",rowKey:"id",label:"label",value:"value",children:"children",...e.fields},a=c.reactive({showSizePicker:!0,pageSizes:[10,20,30],pageSlot:5,prefix:S=>`共${S.itemCount}条数据`,...e.pagination&&typeof e.pagination=="boolean"?{}:e.pagination}),i=c.ref({page:1,pageSize:10,itemCount:0}),l={[o.page]:i.value.page,[o.pageSize]:i.value.pageSize,[o.search]:"",...e.defaultParams},{data:s,error:f,loading:d,params:v,run:x,runAsync:p,refresh:E,refreshAsync:A,cancel:y,mutate:h}=Ct(e.api,{defaultParams:[l],manual:e.manual,...e.requestOptions,onBefore:S=>{e.requestOptions?.onBefore?.(S),n("before",S)},onSuccess:(S,$)=>{e.requestOptions?.onSuccess?.(S,$),n("success",S,$),_(S,$)},onError:(S,$)=>{e.requestOptions?.onError?.(S,$),n("error",S,$)},onFinally:(S,$,Q)=>{e.requestOptions?.onFinally?.(S,$,Q),n("finally",S,$,Q)}},e.requestPlugins),m=c.computed(()=>s.value?Array.isArray(s.value[o.list])?s.value[o.list]:(console.warn(`DataTablePlus: data[${o.list}] must be an array`),[]):[]),g=c.computed(()=>typeof e.optionFormat=="function"?m.value.map(S=>e.optionFormat(S)).filter(S=>!!S):m.value.map(S=>({[o.label]:S[o.label],[o.value]:S[o.value],[o.children]:S[o.children],key:S[o.rowKey]})));function _(S,$){i.value.page=$[0]&&o.page in $[0]?Number($[0][o.page]):1,i.value.pageSize=$[0]&&o.pageSize in $[0]?Number($[0][o.pageSize]):10,i.value.itemCount=o.count in S?Number(S[o.count]):0}function k(S){return x({...v.value[0],...S})}const C=c.ref(""),T=Te.useDebounceFn(()=>{k({[o.page]:1,[o.search]:C.value})},typeof e.debounce=="number"?e.debounce:500),F={onBlur:S=>{n("blur",S)},onClear:()=>{n("clear")},onCreate:S=>n("create",S),onFocus:S=>{n("focus",S)},onScroll:S=>{n("scroll",S)},onUpdateValue:(S,$)=>{const Q=Array.isArray(S)?m.value.filter(ae=>S.includes(ae[o.rowKey])):m.value.find(ae=>ae[o.rowKey]===S);n("update:value",S,$,Q?c.toRaw(c.toValue(Q)):null)},onSearch:S=>{C.value=S,!d.value&&(e.debounce?T():k({[o.page]:1,[o.search]:C.value}))},onUpdateShow:S=>{S&&(s.value||e.manual&&x(l))}},L={onUpdatePage:S=>{n("update:page",S),!d.value&&k({[o.page]:S})},onUpdatePageSize:S=>{n("update:pageSize",S),!d.value&&k({[o.pageSize]:S})}};function M(S){return{[o.label]:e.fallbackLabel??`${S}`,[o.value]:S}}return u({refs:{loading:d,data:s,error:f,params:v,pagination:i,rawList:m,selectRef:r},actions:{run:x,runAsync:p,refresh:E,refreshAsync:A,cancel:y,mutate:h,setParam:S=>{Object.assign(v.value[0],S)},runParam:S=>x(Object.assign(v.value[0],S)),runParamAsync:async S=>p(Object.assign(v.value[0],S))}}),(S,$)=>(c.openBlock(),c.createBlock(c.unref(O.NSelect),c.mergeProps({ref:"select-ref",remote:"",filterable:"",multiple:S.multiple,disabled:S.disabled,options:g.value,"label-field":o.label,"value-field":o.value,"children-field":o.children,value:S.value,"fallback-option":M,loading:c.unref(d)},S.selectProps,{onBlur:F.onBlur,onClear:F.onClear,onCreate:F.onCreate,onFocus:F.onFocus,onScroll:F.onScroll,onSearch:F.onSearch,"onUpdate:show":F.onUpdateShow,"onUpdate:value":F.onUpdateValue}),{header:c.withCtx(()=>[c.renderSlot(S.$slots,"header")]),action:c.withCtx(()=>[c.renderSlot(S.$slots,"action",{},()=>[c.createVNode(c.unref(O.NFlex),null,{default:c.withCtx(()=>[c.renderSlot(S.$slots,"extra"),c.renderSlot(S.$slots,"pagination",{},()=>[S.pagination?(c.openBlock(),c.createBlock(c.unref(O.NPagination),c.mergeProps({key:0,style:{"margin-left":"auto"},simple:"",disabled:c.unref(d)},{...a,...i.value},{"onUpdate:page":L.onUpdatePage,"onUpdate:pageSize":L.onUpdatePageSize}),null,16,["disabled","onUpdate:page","onUpdate:pageSize"])):c.createCommentVNode("",!0)])]),_:3})])]),empty:c.withCtx(()=>[c.renderSlot(S.$slots,"empty")]),arrow:c.withCtx(()=>[c.renderSlot(S.$slots,"arrow")]),_:3},16,["multiple","disabled","options","label-field","value-field","children-field","value","loading","onBlur","onClear","onCreate","onFocus","onScroll","onSearch","onUpdate:show","onUpdate:value"]))}}),Ii=c.defineComponent({__name:"RemoteRequest",props:{api:{type:Function},defaultParams:{},manual:{type:Boolean},fields:{},requestOptions:{},requestPlugins:{}},emits:["before","success","error","finally"],setup(e,{expose:u,emit:t}){const n=t,r={page:"page",pageSize:"pageSize",search:"search",...e.fields},{loading:o,data:a,error:i,params:l,run:s,runAsync:f,refresh:d,refreshAsync:v,cancel:x,mutate:p}=Ct(e.api,{defaultParams:[{[r.page]:1,[r.pageSize]:10,[r.search]:"",...e.defaultParams}],manual:e.manual,...e.requestOptions,onBefore:y=>{e.requestOptions?.onBefore?.(y),n("before",y)},onSuccess:(y,h)=>{e.requestOptions?.onSuccess?.(y,h),n("success",y,h)},onError:(y,h)=>{e.requestOptions?.onError?.(y,h),n("error",y,h)},onFinally:(y,h,m)=>{e.requestOptions?.onFinally?.(y,h,m),n("finally",y,h,m)}},e.requestPlugins),E={loading:o,data:a,error:i,params:l},A={run:s,runAsync:f,refresh:d,refreshAsync:v,cancel:x,mutate:p,setParam:y=>{Object.assign(l.value[0],y)},runParam:y=>s(Object.assign(l.value[0],y)),runParamAsync:async y=>f(Object.assign(l.value[0],y))};return u({refs:E,actions:A}),(y,h)=>c.renderSlot(y.$slots,"default",{refs:E,actions:A})}}),zi={name:"EosIconsThreeDotsLoading"},$i={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Ui(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",$i,u[0]||(u[0]=[c.createStaticVNode('<circle cx="18" cy="12" r="0" fill="#757575"><animate attributeName="r" begin=".67" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle><circle cx="12" cy="12" r="0" fill="#757575"><animate attributeName="r" begin=".33" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle><circle cx="6" cy="12" r="0" fill="#757575"><animate attributeName="r" begin="0" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"></animate></circle>',3)]))}const qi=Et(zi,[["render",Ui]]),ji={name:"RiSearch2Line"},Hi={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Vi(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",Hi,u[0]||(u[0]=[c.createElementVNode("path",{fill:"currentColor",d:"M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9s-9-4.032-9-9s4.032-9 9-9m0 16c3.867 0 7-3.133 7-7s-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7m8.485.071l2.829 2.828l-1.415 1.415l-2.828-2.829z"},null,-1)]))}const fn=Et(ji,[["render",Vi]]),Qn=c.defineComponent({__name:"SearchInput",props:{value:{default:""},type:{default:"default"},autoTrigger:{type:[Boolean,Number],default:!0},searchButton:{type:Boolean,default:!0},inputProps:{},buttonProps:{},loading:{type:Boolean}},emits:["update:value"],setup(e,{emit:u}){const t=u,n=c.useTemplateRef("inputRef"),r=c.ref(e.value),{isPending:o,start:a}=Te.useTimeoutFn(()=>{},typeof e.autoTrigger=="number"?e.autoTrigger:500);c.watch(()=>e.value,f=>{r.value=f});const i=Te.useDebounceFn(()=>{t("update:value",r.value)},typeof e.autoTrigger=="number"?e.autoTrigger:500);c.watch(r,()=>{a(),e.autoTrigger&&i()});function l(){t("update:value",r.value)}function s(f){f.key==="Enter"&&l()}return c.watchEffect(()=>{!e.loading&&r.value&&n.value?.focus()}),(f,d)=>(c.openBlock(),c.createBlock(c.unref(O.NInputGroup),null,{default:c.withCtx(()=>[c.createVNode(c.unref(O.NInput),c.mergeProps({ref_key:"inputRef",ref:n,value:r.value,"onUpdate:value":d[0]||(d[0]=v=>r.value=v),disabled:f.loading,clearable:""},f.inputProps,{onKeydown:s}),{prefix:c.withCtx(()=>[c.renderSlot(f.$slots,"prefix",{},()=>[c.renderSlot(f.$slots,"prefix-icon",{},()=>[c.createVNode(fn)])])]),suffix:c.withCtx(()=>[c.unref(o)?(c.openBlock(),c.createBlock(qi,{key:0})):c.createCommentVNode("",!0)]),_:3},16,["value","disabled"]),c.renderSlot(f.$slots,"button",{},()=>[f.searchButton?(c.openBlock(),c.createBlock(c.unref(O.NButton),c.mergeProps({key:0,type:f.type,loading:f.loading},f.buttonProps,{onClick:l}),{icon:c.withCtx(()=>[c.renderSlot(f.$slots,"button-icon",{},()=>[c.createVNode(fn)])]),_:3},16,["type","loading"])):c.createCommentVNode("",!0)])]),_:3}))}}),Gi=c.defineComponent({__name:"ToggleEditor",props:c.mergeModels({inputProps:{}},{value:{},valueModifiers:{}}),emits:["update:value"],setup(e){const u=c.useModel(e,"value"),t=c.ref(!1),n=c.useTemplateRef("inputRef"),r=c.ref(u.value);function o(){t.value=!0,c.nextTick(()=>{n.value?.focus()})}function a(){t.value=!1,u.value=r.value}return(i,l)=>(c.openBlock(),c.createElementBlock("div",{onClick:o},[t.value?(c.openBlock(),c.createBlock(c.unref(O.NInput),c.mergeProps({key:0,ref_key:"inputRef",ref:n,value:r.value},i.inputProps,{"onUpdate:value":l[0]||(l[0]=s=>r.value=s),onChange:a,onBlur:a}),null,16,["value"])):(c.openBlock(),c.createElementBlock(c.Fragment,{key:1},[c.createTextVNode(c.toDisplayString(r.value),1)],64))]))}}),Wi=c.defineComponent({__name:"TooltipButton",props:{value:{},tooltipProps:{},buttonProps:{}},emits:["click"],setup(e,{emit:u}){const t=u;return(n,r)=>(c.openBlock(),c.createBlock(c.unref(O.NTooltip),c.normalizeProps(c.guardReactiveProps(n.tooltipProps)),{trigger:c.withCtx(()=>[c.createVNode(c.unref(O.NButton),c.mergeProps(n.buttonProps,{onClick:r[0]||(r[0]=o=>t("click",o))}),{icon:c.withCtx(()=>[c.renderSlot(n.$slots,"icon")]),default:c.withCtx(()=>[c.renderSlot(n.$slots,"default")]),_:3},16)]),default:c.withCtx(()=>[c.renderSlot(n.$slots,"tooltip",{},()=>[c.createTextVNode(c.toDisplayString(n.value),1)])]),_:3},16))}});/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */const{entries:Jn,setPrototypeOf:dn,isFrozen:Zi,getPrototypeOf:Yi,getOwnPropertyDescriptor:Xi}=Object;let{freeze:te,seal:le,create:Kn}=Object,{apply:mt,construct:gt}=typeof Reflect<"u"&&Reflect;te||(te=function(u){return u});le||(le=function(u){return u});mt||(mt=function(u,t,n){return u.apply(t,n)});gt||(gt=function(u,t){return new u(...t)});const Eu=ne(Array.prototype.forEach),Qi=ne(Array.prototype.lastIndexOf),pn=ne(Array.prototype.pop),Ke=ne(Array.prototype.push),Ji=ne(Array.prototype.splice),Pu=ne(String.prototype.toLowerCase),ut=ne(String.prototype.toString),hn=ne(String.prototype.match),eu=ne(String.prototype.replace),Ki=ne(String.prototype.indexOf),ea=ne(String.prototype.trim),de=ne(Object.prototype.hasOwnProperty),ue=ne(RegExp.prototype.test),uu=ua(TypeError);function ne(e){return function(u){u instanceof RegExp&&(u.lastIndex=0);for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return mt(e,u,n)}}function ua(e){return function(){for(var u=arguments.length,t=new Array(u),n=0;n<u;n++)t[n]=arguments[n];return gt(e,t)}}function z(e,u){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Pu;dn&&dn(e,null);let n=u.length;for(;n--;){let r=u[n];if(typeof r=="string"){const o=t(r);o!==r&&(Zi(u)||(u[n]=o),r=o)}e[r]=!0}return e}function ta(e){for(let u=0;u<e.length;u++)de(e,u)||(e[u]=null);return e}function Ee(e){const u=Kn(null);for(const[t,n]of Jn(e))de(e,t)&&(Array.isArray(n)?u[t]=ta(n):n&&typeof n=="object"&&n.constructor===Object?u[t]=Ee(n):u[t]=n);return u}function tu(e,u){for(;e!==null;){const n=Xi(e,u);if(n){if(n.get)return ne(n.get);if(typeof n.value=="function")return ne(n.value)}e=Yi(e)}function t(){return null}return t}const bn=te(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),tt=te(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),nt=te(["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"]),na=te(["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"]),rt=te(["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"]),ra=te(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),mn=te(["#text"]),gn=te(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),ot=te(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),xn=te(["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"]),Au=te(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),oa=le(/\{\{[\w\W]*|[\w\W]*\}\}/gm),ia=le(/<%[\w\W]*|[\w\W]*%>/gm),aa=le(/\$\{[\w\W]*/gm),ca=le(/^data-[\-\w.\u00B7-\uFFFF]+$/),la=le(/^aria-[\-\w]+$/),er=le(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),sa=le(/^(?:\w+script|data):/i),fa=le(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),ur=le(/^html$/i),da=le(/^[a-z][.\w]*(-[.\w]+)+$/i);var kn=Object.freeze({__proto__:null,ARIA_ATTR:la,ATTR_WHITESPACE:fa,CUSTOM_ELEMENT:da,DATA_ATTR:ca,DOCTYPE_NAME:ur,ERB_EXPR:ia,IS_ALLOWED_URI:er,IS_SCRIPT_OR_DATA:sa,MUSTACHE_EXPR:oa,TMPLIT_EXPR:aa});const nu={element:1,text:3,progressingInstruction:7,comment:8,document:9},pa=function(){return typeof window>"u"?null:window},ha=function(u,t){if(typeof u!="object"||typeof u.createPolicy!="function")return null;let n=null;const r="data-tt-policy-suffix";t&&t.hasAttribute(r)&&(n=t.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return u.createPolicy(o,{createHTML(a){return a},createScriptURL(a){return a}})}catch{return console.warn("TrustedTypes policy "+o+" could not be created."),null}},_n=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function tr(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:pa();const u=R=>tr(R);if(u.version="3.2.6",u.removed=[],!e||!e.document||e.document.nodeType!==nu.document||!e.Element)return u.isSupported=!1,u;let{document:t}=e;const n=t,r=n.currentScript,{DocumentFragment:o,HTMLTemplateElement:a,Node:i,Element:l,NodeFilter:s,NamedNodeMap:f=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:d,DOMParser:v,trustedTypes:x}=e,p=l.prototype,E=tu(p,"cloneNode"),A=tu(p,"remove"),y=tu(p,"nextSibling"),h=tu(p,"childNodes"),m=tu(p,"parentNode");if(typeof a=="function"){const R=t.createElement("template");R.content&&R.content.ownerDocument&&(t=R.content.ownerDocument)}let g,_="";const{implementation:k,createNodeIterator:C,createDocumentFragment:T,getElementsByTagName:F}=t,{importNode:L}=n;let M=_n();u.isSupported=typeof Jn=="function"&&typeof m=="function"&&k&&k.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:X,ERB_EXPR:fe,TMPLIT_EXPR:S,DATA_ATTR:$,ARIA_ATTR:Q,IS_SCRIPT_OR_DATA:ae,ATTR_WHITESPACE:w,CUSTOM_ELEMENT:N}=kn;let{IS_ALLOWED_URI:B}=kn,U=null;const I=z({},[...bn,...tt,...nt,...rt,...mn]);let j=null;const ee=z({},[...gn,...ot,...xn,...Au]);let q=Object.seal(Kn(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),he=null,Ae=null,Be=!0,Me=!0,Le=!1,Re=!0,we=!1,Ce=!0,Oe=!1,qu=!1,ju=!1,Ie=!1,pu=!1,hu=!1,Bt=!0,Mt=!1;const Sr="user-content-";let Hu=!0,Ye=!1,ze={},$e=null;const Lt=z({},["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"]);let It=null;const zt=z({},["audio","video","img","source","image","track"]);let Vu=null;const $t=z({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),bu="http://www.w3.org/1998/Math/MathML",mu="http://www.w3.org/2000/svg",_e="http://www.w3.org/1999/xhtml";let Ue=_e,Gu=!1,Wu=null;const Tr=z({},[bu,mu,_e],ut);let gu=z({},["mi","mo","mn","ms","mtext"]),xu=z({},["annotation-xml"]);const Pr=z({},["title","style","font","a","script"]);let Xe=null;const Rr=["application/xhtml+xml","text/html"],Or="text/html";let W=null,qe=null;const Nr=t.createElement("form"),Ut=function(b){return b instanceof RegExp||b instanceof Function},Zu=function(){let b=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(qe&&qe===b)){if((!b||typeof b!="object")&&(b={}),b=Ee(b),Xe=Rr.indexOf(b.PARSER_MEDIA_TYPE)===-1?Or:b.PARSER_MEDIA_TYPE,W=Xe==="application/xhtml+xml"?ut:Pu,U=de(b,"ALLOWED_TAGS")?z({},b.ALLOWED_TAGS,W):I,j=de(b,"ALLOWED_ATTR")?z({},b.ALLOWED_ATTR,W):ee,Wu=de(b,"ALLOWED_NAMESPACES")?z({},b.ALLOWED_NAMESPACES,ut):Tr,Vu=de(b,"ADD_URI_SAFE_ATTR")?z(Ee($t),b.ADD_URI_SAFE_ATTR,W):$t,It=de(b,"ADD_DATA_URI_TAGS")?z(Ee(zt),b.ADD_DATA_URI_TAGS,W):zt,$e=de(b,"FORBID_CONTENTS")?z({},b.FORBID_CONTENTS,W):Lt,he=de(b,"FORBID_TAGS")?z({},b.FORBID_TAGS,W):Ee({}),Ae=de(b,"FORBID_ATTR")?z({},b.FORBID_ATTR,W):Ee({}),ze=de(b,"USE_PROFILES")?b.USE_PROFILES:!1,Be=b.ALLOW_ARIA_ATTR!==!1,Me=b.ALLOW_DATA_ATTR!==!1,Le=b.ALLOW_UNKNOWN_PROTOCOLS||!1,Re=b.ALLOW_SELF_CLOSE_IN_ATTR!==!1,we=b.SAFE_FOR_TEMPLATES||!1,Ce=b.SAFE_FOR_XML!==!1,Oe=b.WHOLE_DOCUMENT||!1,Ie=b.RETURN_DOM||!1,pu=b.RETURN_DOM_FRAGMENT||!1,hu=b.RETURN_TRUSTED_TYPE||!1,ju=b.FORCE_BODY||!1,Bt=b.SANITIZE_DOM!==!1,Mt=b.SANITIZE_NAMED_PROPS||!1,Hu=b.KEEP_CONTENT!==!1,Ye=b.IN_PLACE||!1,B=b.ALLOWED_URI_REGEXP||er,Ue=b.NAMESPACE||_e,gu=b.MATHML_TEXT_INTEGRATION_POINTS||gu,xu=b.HTML_INTEGRATION_POINTS||xu,q=b.CUSTOM_ELEMENT_HANDLING||{},b.CUSTOM_ELEMENT_HANDLING&&Ut(b.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(q.tagNameCheck=b.CUSTOM_ELEMENT_HANDLING.tagNameCheck),b.CUSTOM_ELEMENT_HANDLING&&Ut(b.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(q.attributeNameCheck=b.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),b.CUSTOM_ELEMENT_HANDLING&&typeof b.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(q.allowCustomizedBuiltInElements=b.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),we&&(Me=!1),pu&&(Ie=!0),ze&&(U=z({},mn),j=[],ze.html===!0&&(z(U,bn),z(j,gn)),ze.svg===!0&&(z(U,tt),z(j,ot),z(j,Au)),ze.svgFilters===!0&&(z(U,nt),z(j,ot),z(j,Au)),ze.mathMl===!0&&(z(U,rt),z(j,xn),z(j,Au))),b.ADD_TAGS&&(U===I&&(U=Ee(U)),z(U,b.ADD_TAGS,W)),b.ADD_ATTR&&(j===ee&&(j=Ee(j)),z(j,b.ADD_ATTR,W)),b.ADD_URI_SAFE_ATTR&&z(Vu,b.ADD_URI_SAFE_ATTR,W),b.FORBID_CONTENTS&&($e===Lt&&($e=Ee($e)),z($e,b.FORBID_CONTENTS,W)),Hu&&(U["#text"]=!0),Oe&&z(U,["html","head","body"]),U.table&&(z(U,["tbody"]),delete he.tbody),b.TRUSTED_TYPES_POLICY){if(typeof b.TRUSTED_TYPES_POLICY.createHTML!="function")throw uu('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof b.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw uu('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');g=b.TRUSTED_TYPES_POLICY,_=g.createHTML("")}else g===void 0&&(g=ha(x,r)),g!==null&&typeof _=="string"&&(_=g.createHTML(""));te&&te(b),qe=b}},qt=z({},[...tt,...nt,...na]),jt=z({},[...rt,...ra]),Br=function(b){let D=m(b);(!D||!D.tagName)&&(D={namespaceURI:Ue,tagName:"template"});const P=Pu(b.tagName),V=Pu(D.tagName);return Wu[b.namespaceURI]?b.namespaceURI===mu?D.namespaceURI===_e?P==="svg":D.namespaceURI===bu?P==="svg"&&(V==="annotation-xml"||gu[V]):!!qt[P]:b.namespaceURI===bu?D.namespaceURI===_e?P==="math":D.namespaceURI===mu?P==="math"&&xu[V]:!!jt[P]:b.namespaceURI===_e?D.namespaceURI===mu&&!xu[V]||D.namespaceURI===bu&&!gu[V]?!1:!jt[P]&&(Pr[P]||!qt[P]):!!(Xe==="application/xhtml+xml"&&Wu[b.namespaceURI]):!1},be=function(b){Ke(u.removed,{element:b});try{m(b).removeChild(b)}catch{A(b)}},je=function(b,D){try{Ke(u.removed,{attribute:D.getAttributeNode(b),from:D})}catch{Ke(u.removed,{attribute:null,from:D})}if(D.removeAttribute(b),b==="is")if(Ie||pu)try{be(D)}catch{}else try{D.setAttribute(b,"")}catch{}},Ht=function(b){let D=null,P=null;if(ju)b="<remove></remove>"+b;else{const G=hn(b,/^[\r\n\t ]+/);P=G&&G[0]}Xe==="application/xhtml+xml"&&Ue===_e&&(b='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+b+"</body></html>");const V=g?g.createHTML(b):b;if(Ue===_e)try{D=new v().parseFromString(V,Xe)}catch{}if(!D||!D.documentElement){D=k.createDocument(Ue,"template",null);try{D.documentElement.innerHTML=Gu?_:V}catch{}}const J=D.body||D.documentElement;return b&&P&&J.insertBefore(t.createTextNode(P),J.childNodes[0]||null),Ue===_e?F.call(D,Oe?"html":"body")[0]:Oe?D.documentElement:J},Vt=function(b){return C.call(b.ownerDocument||b,b,s.SHOW_ELEMENT|s.SHOW_COMMENT|s.SHOW_TEXT|s.SHOW_PROCESSING_INSTRUCTION|s.SHOW_CDATA_SECTION,null)},Yu=function(b){return b instanceof d&&(typeof b.nodeName!="string"||typeof b.textContent!="string"||typeof b.removeChild!="function"||!(b.attributes instanceof f)||typeof b.removeAttribute!="function"||typeof b.setAttribute!="function"||typeof b.namespaceURI!="string"||typeof b.insertBefore!="function"||typeof b.hasChildNodes!="function")},Gt=function(b){return typeof i=="function"&&b instanceof i};function ve(R,b,D){Eu(R,P=>{P.call(u,b,D,qe)})}const Wt=function(b){let D=null;if(ve(M.beforeSanitizeElements,b,null),Yu(b))return be(b),!0;const P=W(b.nodeName);if(ve(M.uponSanitizeElement,b,{tagName:P,allowedTags:U}),Ce&&b.hasChildNodes()&&!Gt(b.firstElementChild)&&ue(/<[/\w!]/g,b.innerHTML)&&ue(/<[/\w!]/g,b.textContent)||b.nodeType===nu.progressingInstruction||Ce&&b.nodeType===nu.comment&&ue(/<[/\w]/g,b.data))return be(b),!0;if(!U[P]||he[P]){if(!he[P]&&Yt(P)&&(q.tagNameCheck instanceof RegExp&&ue(q.tagNameCheck,P)||q.tagNameCheck instanceof Function&&q.tagNameCheck(P)))return!1;if(Hu&&!$e[P]){const V=m(b)||b.parentNode,J=h(b)||b.childNodes;if(J&&V){const G=J.length;for(let re=G-1;re>=0;--re){const ye=E(J[re],!0);ye.__removalCount=(b.__removalCount||0)+1,V.insertBefore(ye,y(b))}}}return be(b),!0}return b instanceof l&&!Br(b)||(P==="noscript"||P==="noembed"||P==="noframes")&&ue(/<\/no(script|embed|frames)/i,b.innerHTML)?(be(b),!0):(we&&b.nodeType===nu.text&&(D=b.textContent,Eu([X,fe,S],V=>{D=eu(D,V," ")}),b.textContent!==D&&(Ke(u.removed,{element:b.cloneNode()}),b.textContent=D)),ve(M.afterSanitizeElements,b,null),!1)},Zt=function(b,D,P){if(Bt&&(D==="id"||D==="name")&&(P in t||P in Nr))return!1;if(!(Me&&!Ae[D]&&ue($,D))){if(!(Be&&ue(Q,D))){if(!j[D]||Ae[D]){if(!(Yt(b)&&(q.tagNameCheck instanceof RegExp&&ue(q.tagNameCheck,b)||q.tagNameCheck instanceof Function&&q.tagNameCheck(b))&&(q.attributeNameCheck instanceof RegExp&&ue(q.attributeNameCheck,D)||q.attributeNameCheck instanceof Function&&q.attributeNameCheck(D))||D==="is"&&q.allowCustomizedBuiltInElements&&(q.tagNameCheck instanceof RegExp&&ue(q.tagNameCheck,P)||q.tagNameCheck instanceof Function&&q.tagNameCheck(P))))return!1}else if(!Vu[D]){if(!ue(B,eu(P,w,""))){if(!((D==="src"||D==="xlink:href"||D==="href")&&b!=="script"&&Ki(P,"data:")===0&&It[b])){if(!(Le&&!ue(ae,eu(P,w,"")))){if(P)return!1}}}}}}return!0},Yt=function(b){return b!=="annotation-xml"&&hn(b,N)},Xt=function(b){ve(M.beforeSanitizeAttributes,b,null);const{attributes:D}=b;if(!D||Yu(b))return;const P={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j,forceKeepAttr:void 0};let V=D.length;for(;V--;){const J=D[V],{name:G,namespaceURI:re,value:ye}=J,Qe=W(G),Xu=ye;let K=G==="value"?Xu:ea(Xu);if(P.attrName=Qe,P.attrValue=K,P.keepAttr=!0,P.forceKeepAttr=void 0,ve(M.uponSanitizeAttribute,b,P),K=P.attrValue,Mt&&(Qe==="id"||Qe==="name")&&(je(G,b),K=Sr+K),Ce&&ue(/((--!?|])>)|<\/(style|title)/i,K)){je(G,b);continue}if(P.forceKeepAttr)continue;if(!P.keepAttr){je(G,b);continue}if(!Re&&ue(/\/>/i,K)){je(G,b);continue}we&&Eu([X,fe,S],Jt=>{K=eu(K,Jt," ")});const Qt=W(b.nodeName);if(!Zt(Qt,Qe,K)){je(G,b);continue}if(g&&typeof x=="object"&&typeof x.getAttributeType=="function"&&!re)switch(x.getAttributeType(Qt,Qe)){case"TrustedHTML":{K=g.createHTML(K);break}case"TrustedScriptURL":{K=g.createScriptURL(K);break}}if(K!==Xu)try{re?b.setAttributeNS(re,G,K):b.setAttribute(G,K),Yu(b)?be(b):pn(u.removed)}catch{je(G,b)}}ve(M.afterSanitizeAttributes,b,null)},Mr=function R(b){let D=null;const P=Vt(b);for(ve(M.beforeSanitizeShadowDOM,b,null);D=P.nextNode();)ve(M.uponSanitizeShadowNode,D,null),Wt(D),Xt(D),D.content instanceof o&&R(D.content);ve(M.afterSanitizeShadowDOM,b,null)};return u.sanitize=function(R){let b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},D=null,P=null,V=null,J=null;if(Gu=!R,Gu&&(R="<!-->"),typeof R!="string"&&!Gt(R))if(typeof R.toString=="function"){if(R=R.toString(),typeof R!="string")throw uu("dirty is not a string, aborting")}else throw uu("toString is not a function");if(!u.isSupported)return R;if(qu||Zu(b),u.removed=[],typeof R=="string"&&(Ye=!1),Ye){if(R.nodeName){const ye=W(R.nodeName);if(!U[ye]||he[ye])throw uu("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof i)D=Ht("<!---->"),P=D.ownerDocument.importNode(R,!0),P.nodeType===nu.element&&P.nodeName==="BODY"||P.nodeName==="HTML"?D=P:D.appendChild(P);else{if(!Ie&&!we&&!Oe&&R.indexOf("<")===-1)return g&&hu?g.createHTML(R):R;if(D=Ht(R),!D)return Ie?null:hu?_:""}D&&ju&&be(D.firstChild);const G=Vt(Ye?R:D);for(;V=G.nextNode();)Wt(V),Xt(V),V.content instanceof o&&Mr(V.content);if(Ye)return R;if(Ie){if(pu)for(J=T.call(D.ownerDocument);D.firstChild;)J.appendChild(D.firstChild);else J=D;return(j.shadowroot||j.shadowrootmode)&&(J=L.call(n,J,!0)),J}let re=Oe?D.outerHTML:D.innerHTML;return Oe&&U["!doctype"]&&D.ownerDocument&&D.ownerDocument.doctype&&D.ownerDocument.doctype.name&&ue(ur,D.ownerDocument.doctype.name)&&(re="<!DOCTYPE "+D.ownerDocument.doctype.name+`>
|
|
23
|
+
`+re),we&&Eu([X,fe,S],ye=>{re=eu(re,ye," ")}),g&&hu?g.createHTML(re):re},u.setConfig=function(){let R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Zu(R),qu=!0},u.clearConfig=function(){qe=null,qu=!1},u.isValidAttribute=function(R,b,D){qe||Zu({});const P=W(R),V=W(b);return Zt(P,V,D)},u.addHook=function(R,b){typeof b=="function"&&Ke(M[R],b)},u.removeHook=function(R,b){if(b!==void 0){const D=Qi(M[R],b);return D===-1?void 0:Ji(M[R],D,1)[0]}return pn(M[R])},u.removeHooks=function(R){M[R]=[]},u.removeAllHooks=function(){M=_n()},u}var ba=tr();const vn={};function ma(e){let u=vn[e];if(u)return u;u=vn[e]=[];for(let t=0;t<128;t++){const n=String.fromCharCode(t);u.push(n)}for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);u[n]="%"+("0"+n.toString(16).toUpperCase()).slice(-2)}return u}function Ge(e,u){typeof u!="string"&&(u=Ge.defaultChars);const t=ma(u);return e.replace(/(%[a-f0-9]{2})+/gi,function(n){let r="";for(let o=0,a=n.length;o<a;o+=3){const i=parseInt(n.slice(o+1,o+3),16);if(i<128){r+=t[i];continue}if((i&224)===192&&o+3<a){const l=parseInt(n.slice(o+4,o+6),16);if((l&192)===128){const s=i<<6&1984|l&63;s<128?r+="��":r+=String.fromCharCode(s),o+=3;continue}}if((i&240)===224&&o+6<a){const l=parseInt(n.slice(o+4,o+6),16),s=parseInt(n.slice(o+7,o+9),16);if((l&192)===128&&(s&192)===128){const f=i<<12&61440|l<<6&4032|s&63;f<2048||f>=55296&&f<=57343?r+="���":r+=String.fromCharCode(f),o+=6;continue}}if((i&248)===240&&o+9<a){const l=parseInt(n.slice(o+4,o+6),16),s=parseInt(n.slice(o+7,o+9),16),f=parseInt(n.slice(o+10,o+12),16);if((l&192)===128&&(s&192)===128&&(f&192)===128){let d=i<<18&1835008|l<<12&258048|s<<6&4032|f&63;d<65536||d>1114111?r+="����":(d-=65536,r+=String.fromCharCode(55296+(d>>10),56320+(d&1023))),o+=9;continue}}r+="�"}return r})}Ge.defaultChars=";/?:@&=+$,#";Ge.componentChars="";const yn={};function ga(e){let u=yn[e];if(u)return u;u=yn[e]=[];for(let t=0;t<128;t++){const n=String.fromCharCode(t);/^[0-9a-z]$/i.test(n)?u.push(n):u.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2))}for(let t=0;t<e.length;t++)u[e.charCodeAt(t)]=e[t];return u}function su(e,u,t){typeof u!="string"&&(t=u,u=su.defaultChars),typeof t>"u"&&(t=!0);const n=ga(u);let r="";for(let o=0,a=e.length;o<a;o++){const i=e.charCodeAt(o);if(t&&i===37&&o+2<a&&/^[0-9a-f]{2}$/i.test(e.slice(o+1,o+3))){r+=e.slice(o,o+3),o+=2;continue}if(i<128){r+=n[i];continue}if(i>=55296&&i<=57343){if(i>=55296&&i<=56319&&o+1<a){const l=e.charCodeAt(o+1);if(l>=56320&&l<=57343){r+=encodeURIComponent(e[o]+e[o+1]),o++;continue}}r+="%EF%BF%BD";continue}r+=encodeURIComponent(e[o])}return r}su.defaultChars=";/?:@&=+$,-_.!~*'()#";su.componentChars="-_.!~*'()";function Dt(e){let u="";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}function Bu(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const xa=/^([a-z0-9.+-]+:)/i,ka=/:[0-9]*$/,_a=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,va=["<",">",'"',"`"," ","\r",`
|
|
24
|
+
`," "],ya=["{","}","|","\\","^","`"].concat(va),Ea=["'"].concat(ya),En=["%","/","?",";","#"].concat(Ea),An=["/","?","#"],Aa=255,wn=/^[+a-z0-9A-Z_-]{0,63}$/,wa=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Cn={javascript:!0,"javascript:":!0},Dn={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Ft(e,u){if(e&&e instanceof Bu)return e;const t=new Bu;return t.parse(e,u),t}Bu.prototype.parse=function(e,u){let t,n,r,o=e;if(o=o.trim(),!u&&e.split("#").length===1){const s=_a.exec(o);if(s)return this.pathname=s[1],s[2]&&(this.search=s[2]),this}let a=xa.exec(o);if(a&&(a=a[0],t=a.toLowerCase(),this.protocol=a,o=o.substr(a.length)),(u||a||o.match(/^\/\/[^@\/]+@[^@\/]+/))&&(r=o.substr(0,2)==="//",r&&!(a&&Cn[a])&&(o=o.substr(2),this.slashes=!0)),!Cn[a]&&(r||a&&!Dn[a])){let s=-1;for(let p=0;p<An.length;p++)n=o.indexOf(An[p]),n!==-1&&(s===-1||n<s)&&(s=n);let f,d;s===-1?d=o.lastIndexOf("@"):d=o.lastIndexOf("@",s),d!==-1&&(f=o.slice(0,d),o=o.slice(d+1),this.auth=f),s=-1;for(let p=0;p<En.length;p++)n=o.indexOf(En[p]),n!==-1&&(s===-1||n<s)&&(s=n);s===-1&&(s=o.length),o[s-1]===":"&&s--;const v=o.slice(0,s);o=o.slice(s),this.parseHost(v),this.hostname=this.hostname||"";const x=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!x){const p=this.hostname.split(/\./);for(let E=0,A=p.length;E<A;E++){const y=p[E];if(y&&!y.match(wn)){let h="";for(let m=0,g=y.length;m<g;m++)y.charCodeAt(m)>127?h+="x":h+=y[m];if(!h.match(wn)){const m=p.slice(0,E),g=p.slice(E+1),_=y.match(wa);_&&(m.push(_[1]),g.unshift(_[2])),g.length&&(o=g.join(".")+o),this.hostname=m.join(".");break}}}}this.hostname.length>Aa&&(this.hostname=""),x&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const i=o.indexOf("#");i!==-1&&(this.hash=o.substr(i),o=o.slice(0,i));const l=o.indexOf("?");return l!==-1&&(this.search=o.substr(l),o=o.slice(0,l)),o&&(this.pathname=o),Dn[t]&&this.hostname&&!this.pathname&&(this.pathname=""),this};Bu.prototype.parseHost=function(e){let u=ka.exec(e);u&&(u=u[0],u!==":"&&(this.port=u.substr(1)),e=e.substr(0,e.length-u.length)),e&&(this.hostname=e)};const Ca=Object.freeze(Object.defineProperty({__proto__:null,decode:Ge,encode:su,format:Dt,parse:Ft},Symbol.toStringTag,{value:"Module"})),nr=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,rr=/[\0-\x1F\x7F-\x9F]/,Da=/[\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]/,St=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/,or=/[\$\+<->\^`\|~\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]/,ir=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Fa=Object.freeze(Object.defineProperty({__proto__:null,Any:nr,Cc:rr,Cf:Da,P:St,S:or,Z:ir},Symbol.toStringTag,{value:"Module"})),Sa=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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))),Ta=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var it;const Pa=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Ra=(it=String.fromCodePoint)!==null&&it!==void 0?it:function(e){let u="";return e>65535&&(e-=65536,u+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),u+=String.fromCharCode(e),u};function Oa(e){var u;return e>=55296&&e<=57343||e>1114111?65533:(u=Pa.get(e))!==null&&u!==void 0?u:e}var Y;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(Y||(Y={}));const Na=32;var Se;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Se||(Se={}));function xt(e){return e>=Y.ZERO&&e<=Y.NINE}function Ba(e){return e>=Y.UPPER_A&&e<=Y.UPPER_F||e>=Y.LOWER_A&&e<=Y.LOWER_F}function Ma(e){return e>=Y.UPPER_A&&e<=Y.UPPER_Z||e>=Y.LOWER_A&&e<=Y.LOWER_Z||xt(e)}function La(e){return e===Y.EQUALS||Ma(e)}var Z;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(Z||(Z={}));var Fe;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(Fe||(Fe={}));class Ia{constructor(u,t,n){this.decodeTree=u,this.emitCodePoint=t,this.errors=n,this.state=Z.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Fe.Strict}startEntity(u){this.decodeMode=u,this.state=Z.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(u,t){switch(this.state){case Z.EntityStart:return u.charCodeAt(t)===Y.NUM?(this.state=Z.NumericStart,this.consumed+=1,this.stateNumericStart(u,t+1)):(this.state=Z.NamedEntity,this.stateNamedEntity(u,t));case Z.NumericStart:return this.stateNumericStart(u,t);case Z.NumericDecimal:return this.stateNumericDecimal(u,t);case Z.NumericHex:return this.stateNumericHex(u,t);case Z.NamedEntity:return this.stateNamedEntity(u,t)}}stateNumericStart(u,t){return t>=u.length?-1:(u.charCodeAt(t)|Na)===Y.LOWER_X?(this.state=Z.NumericHex,this.consumed+=1,this.stateNumericHex(u,t+1)):(this.state=Z.NumericDecimal,this.stateNumericDecimal(u,t))}addToNumericResult(u,t,n,r){if(t!==n){const o=n-t;this.result=this.result*Math.pow(r,o)+parseInt(u.substr(t,o),r),this.consumed+=o}}stateNumericHex(u,t){const n=t;for(;t<u.length;){const r=u.charCodeAt(t);if(xt(r)||Ba(r))t+=1;else return this.addToNumericResult(u,n,t,16),this.emitNumericEntity(r,3)}return this.addToNumericResult(u,n,t,16),-1}stateNumericDecimal(u,t){const n=t;for(;t<u.length;){const r=u.charCodeAt(t);if(xt(r))t+=1;else return this.addToNumericResult(u,n,t,10),this.emitNumericEntity(r,2)}return this.addToNumericResult(u,n,t,10),-1}emitNumericEntity(u,t){var n;if(this.consumed<=t)return(n=this.errors)===null||n===void 0||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(u===Y.SEMI)this.consumed+=1;else if(this.decodeMode===Fe.Strict)return 0;return this.emitCodePoint(Oa(this.result),this.consumed),this.errors&&(u!==Y.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(u,t){const{decodeTree:n}=this;let r=n[this.treeIndex],o=(r&Se.VALUE_LENGTH)>>14;for(;t<u.length;t++,this.excess++){const a=u.charCodeAt(t);if(this.treeIndex=za(n,r,this.treeIndex+Math.max(1,o),a),this.treeIndex<0)return this.result===0||this.decodeMode===Fe.Attribute&&(o===0||La(a))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],o=(r&Se.VALUE_LENGTH)>>14,o!==0){if(a===Y.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==Fe.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var u;const{result:t,decodeTree:n}=this,r=(n[t]&Se.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),(u=this.errors)===null||u===void 0||u.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(u,t,n){const{decodeTree:r}=this;return this.emitCodePoint(t===1?r[u]&~Se.VALUE_LENGTH:r[u+1],n),t===3&&this.emitCodePoint(r[u+2],n),n}end(){var u;switch(this.state){case Z.NamedEntity:return this.result!==0&&(this.decodeMode!==Fe.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Z.NumericDecimal:return this.emitNumericEntity(0,2);case Z.NumericHex:return this.emitNumericEntity(0,3);case Z.NumericStart:return(u=this.errors)===null||u===void 0||u.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Z.EntityStart:return 0}}}function ar(e){let u="";const t=new Ia(e,n=>u+=Ra(n));return function(r,o){let a=0,i=0;for(;(i=r.indexOf("&",i))>=0;){u+=r.slice(a,i),t.startEntity(o);const s=t.write(r,i+1);if(s<0){a=i+t.end();break}a=i+s,i=s===0?a+1:a}const l=u+r.slice(a);return u="",l}}function za(e,u,t,n){const r=(u&Se.BRANCH_LENGTH)>>7,o=u&Se.JUMP_TABLE;if(r===0)return o!==0&&n===o?t:-1;if(o){const l=n-o;return l<0||l>=r?-1:e[t+l]-1}let a=t,i=a+r-1;for(;a<=i;){const l=a+i>>>1,s=e[l];if(s<n)a=l+1;else if(s>n)i=l-1;else return e[l+r]}return-1}const $a=ar(Sa);ar(Ta);function cr(e,u=Fe.Legacy){return $a(e,u)}function Ua(e){return Object.prototype.toString.call(e)}function Tt(e){return Ua(e)==="[object String]"}const qa=Object.prototype.hasOwnProperty;function ja(e,u){return qa.call(e,u)}function Iu(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if(typeof t!="object")throw new TypeError(t+"must be object");Object.keys(t).forEach(function(n){e[n]=t[n]})}}),e}function lr(e,u,t){return[].concat(e.slice(0,u),t,e.slice(u+1))}function Pt(e){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)}function Mu(e){if(e>65535){e-=65536;const u=55296+(e>>10),t=56320+(e&1023);return String.fromCharCode(u,t)}return String.fromCharCode(e)}const sr=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Ha=/&([a-z#][a-z0-9]{1,31});/gi,Va=new RegExp(sr.source+"|"+Ha.source,"gi"),Ga=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Wa(e,u){if(u.charCodeAt(0)===35&&Ga.test(u)){const n=u[1].toLowerCase()==="x"?parseInt(u.slice(2),16):parseInt(u.slice(1),10);return Pt(n)?Mu(n):e}const t=cr(e);return t!==e?t:e}function Za(e){return e.indexOf("\\")<0?e:e.replace(sr,"$1")}function We(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(Va,function(u,t,n){return t||Wa(u,n)})}const Ya=/[&<>"]/,Xa=/[&<>"]/g,Qa={"&":"&","<":"<",">":">",'"':"""};function Ja(e){return Qa[e]}function Pe(e){return Ya.test(e)?e.replace(Xa,Ja):e}const Ka=/[.?*+^$[\]\\(){}|-]/g;function e0(e){return e.replace(Ka,"\\$&")}function H(e){switch(e){case 9:case 32:return!0}return!1}function iu(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function au(e){return St.test(e)||or.test(e)}function cu(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function zu(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const u0={mdurl:Ca,ucmicro:Fa},t0=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:lr,assign:Iu,escapeHtml:Pe,escapeRE:e0,fromCodePoint:Mu,has:ja,isMdAsciiPunct:cu,isPunctChar:au,isSpace:H,isString:Tt,isValidEntityCode:Pt,isWhiteSpace:iu,lib:u0,normalizeReference:zu,unescapeAll:We,unescapeMd:Za},Symbol.toStringTag,{value:"Module"}));function n0(e,u,t){let n,r,o,a;const i=e.posMax,l=e.pos;for(e.pos=u+1,n=1;e.pos<i;){if(o=e.src.charCodeAt(e.pos),o===93&&(n--,n===0)){r=!0;break}if(a=e.pos,e.md.inline.skipToken(e),o===91){if(a===e.pos-1)n++;else if(t)return e.pos=l,-1}}let s=-1;return r&&(s=e.pos),e.pos=l,s}function r0(e,u,t){let n,r=u;const o={ok:!1,pos:0,str:""};if(e.charCodeAt(r)===60){for(r++;r<t;){if(n=e.charCodeAt(r),n===10||n===60)return o;if(n===62)return o.pos=r+1,o.str=We(e.slice(u+1,r)),o.ok=!0,o;if(n===92&&r+1<t){r+=2;continue}r++}return o}let a=0;for(;r<t&&(n=e.charCodeAt(r),!(n===32||n<32||n===127));){if(n===92&&r+1<t){if(e.charCodeAt(r+1)===32)break;r+=2;continue}if(n===40&&(a++,a>32))return o;if(n===41){if(a===0)break;a--}r++}return u===r||a!==0||(o.str=We(e.slice(u,r)),o.pos=r,o.ok=!0),o}function o0(e,u,t,n){let r,o=u;const a={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(n)a.str=n.str,a.marker=n.marker;else{if(o>=t)return a;let i=e.charCodeAt(o);if(i!==34&&i!==39&&i!==40)return a;u++,o++,i===40&&(i=41),a.marker=i}for(;o<t;){if(r=e.charCodeAt(o),r===a.marker)return a.pos=o+1,a.str+=We(e.slice(u,o)),a.ok=!0,a;if(r===40&&a.marker===41)return a;r===92&&o+1<t&&o++,o++}return a.can_continue=!0,a.str+=We(e.slice(u,o)),a}const i0=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:r0,parseLinkLabel:n0,parseLinkTitle:o0},Symbol.toStringTag,{value:"Module"})),xe={};xe.code_inline=function(e,u,t,n,r){const o=e[u];return"<code"+r.renderAttrs(o)+">"+Pe(o.content)+"</code>"};xe.code_block=function(e,u,t,n,r){const o=e[u];return"<pre"+r.renderAttrs(o)+"><code>"+Pe(e[u].content)+`</code></pre>
|
|
25
|
+
`};xe.fence=function(e,u,t,n,r){const o=e[u],a=o.info?We(o.info).trim():"";let i="",l="";if(a){const f=a.split(/(\s+)/g);i=f[0],l=f.slice(2).join("")}let s;if(t.highlight?s=t.highlight(o.content,i,l)||Pe(o.content):s=Pe(o.content),s.indexOf("<pre")===0)return s+`
|
|
26
|
+
`;if(a){const f=o.attrIndex("class"),d=o.attrs?o.attrs.slice():[];f<0?d.push(["class",t.langPrefix+i]):(d[f]=d[f].slice(),d[f][1]+=" "+t.langPrefix+i);const v={attrs:d};return`<pre><code${r.renderAttrs(v)}>${s}</code></pre>
|
|
27
|
+
`}return`<pre><code${r.renderAttrs(o)}>${s}</code></pre>
|
|
28
|
+
`};xe.image=function(e,u,t,n,r){const o=e[u];return o.attrs[o.attrIndex("alt")][1]=r.renderInlineAsText(o.children,t,n),r.renderToken(e,u,t)};xe.hardbreak=function(e,u,t){return t.xhtmlOut?`<br />
|
|
29
29
|
`:`<br>
|
|
30
|
-
`};
|
|
30
|
+
`};xe.softbreak=function(e,u,t){return t.breaks?t.xhtmlOut?`<br />
|
|
31
31
|
`:`<br>
|
|
32
32
|
`:`
|
|
33
|
-
`};
|
|
33
|
+
`};xe.text=function(e,u){return Pe(e[u].content)};xe.html_block=function(e,u){return e[u].content};xe.html_inline=function(e,u){return e[u].content};function Ze(){this.rules=Iu({},xe)}Ze.prototype.renderAttrs=function(u){let t,n,r;if(!u.attrs)return"";for(r="",t=0,n=u.attrs.length;t<n;t++)r+=" "+Pe(u.attrs[t][0])+'="'+Pe(u.attrs[t][1])+'"';return r};Ze.prototype.renderToken=function(u,t,n){const r=u[t];let o="";if(r.hidden)return"";r.block&&r.nesting!==-1&&t&&u[t-1].hidden&&(o+=`
|
|
34
34
|
`),o+=(r.nesting===-1?"</":"<")+r.tag,o+=this.renderAttrs(r),r.nesting===0&&n.xhtmlOut&&(o+=" /");let a=!1;if(r.block&&(a=!0,r.nesting===1&&t+1<u.length)){const i=u[t+1];(i.type==="inline"||i.hidden||i.nesting===-1&&i.tag===r.tag)&&(a=!1)}return o+=a?`>
|
|
35
35
|
`:">",o};Ze.prototype.renderInline=function(e,u,t){let n="";const r=this.rules;for(let o=0,a=e.length;o<a;o++){const i=e[o].type;typeof r[i]<"u"?n+=r[i](e,o,u,t,this):n+=this.renderToken(e,o,u)}return n};Ze.prototype.renderInlineAsText=function(e,u,t){let n="";for(let r=0,o=e.length;r<o;r++)switch(e[r].type){case"text":n+=e[r].content;break;case"image":n+=this.renderInlineAsText(e[r].children,u,t);break;case"html_inline":case"html_block":n+=e[r].content;break;case"softbreak":case"hardbreak":n+=`
|
|
36
|
-
`;break}return n};Ze.prototype.render=function(e,u,t){let n="";const r=this.rules;for(let o=0,a=e.length;o<a;o++){const i=e[o].type;i==="inline"?n+=this.renderInline(e[o].children,u,t):typeof r[i]<"u"?n+=r[i](e,o,u,t,this):n+=this.renderToken(e,o,u,t)}return n};function ie(){this.__rules__=[],this.__cache__=null}ie.prototype.__find__=function(e){for(let u=0;u<this.__rules__.length;u++)if(this.__rules__[u].name===e)return u;return-1};ie.prototype.__compile__=function(){const e=this,u=[""];e.__rules__.forEach(function(t){t.enabled&&t.alt.forEach(function(n){u.indexOf(n)<0&&u.push(n)})}),e.__cache__={},u.forEach(function(t){e.__cache__[t]=[],e.__rules__.forEach(function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))})})};ie.prototype.at=function(e,u,t){const n=this.__find__(e),r=t||{};if(n===-1)throw new Error("Parser rule not found: "+e);this.__rules__[n].fn=u,this.__rules__[n].alt=r.alt||[],this.__cache__=null};ie.prototype.before=function(e,u,t,n){const r=this.__find__(e),o=n||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(r,0,{name:u,enabled:!0,fn:t,alt:o.alt||[]}),this.__cache__=null};ie.prototype.after=function(e,u,t,n){const r=this.__find__(e),o=n||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(r+1,0,{name:u,enabled:!0,fn:t,alt:o.alt||[]}),this.__cache__=null};ie.prototype.push=function(e,u,t){const n=t||{};this.__rules__.push({name:e,enabled:!0,fn:u,alt:n.alt||[]}),this.__cache__=null};ie.prototype.enable=function(e,u){Array.isArray(e)||(e=[e]);const t=[];return e.forEach(function(n){const r=this.__find__(n);if(r<0){if(u)return;throw new Error("Rules manager: invalid rule name "+n)}this.__rules__[r].enabled=!0,t.push(n)},this),this.__cache__=null,t};ie.prototype.enableOnly=function(e,u){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(t){t.enabled=!1}),this.enable(e,u)};ie.prototype.disable=function(e,u){Array.isArray(e)||(e=[e]);const t=[];return e.forEach(function(n){const r=this.__find__(n);if(r<0){if(u)return;throw new Error("Rules manager: invalid rule name "+n)}this.__rules__[r].enabled=!1,t.push(n)},this),this.__cache__=null,t};ie.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};function
|
|
37
|
-
`),u=u.replace(c0,"�"),e.src=u}function l0(e){let u;e.inlineMode?(u=new e.Token("inline","",0),u.content=e.src,u.map=[0,1],u.children=[],e.tokens.push(u)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function f0(e){const u=e.tokens;for(let t=0,n=u.length;t<n;t++){const r=u[t];r.type==="inline"&&e.md.inline.parse(r.content,e.md,e.env,r.children)}}function d0(e){return/^<a[>\s]/i.test(e)}function p0(e){return/^<\/a\s*>/i.test(e)}function h0(e){const u=e.tokens;if(e.md.options.linkify)for(let t=0,n=u.length;t<n;t++){if(u[t].type!=="inline"||!e.md.linkify.pretest(u[t].content))continue;let r=u[t].children,o=0;for(let a=r.length-1;a>=0;a--){const i=r[a];if(i.type==="link_close"){for(a--;r[a].level!==i.level&&r[a].type!=="link_open";)a--;continue}if(i.type==="html_inline"&&(d0(i.content)&&o>0&&o--,p0(i.content)&&o++),!(o>0)&&i.type==="text"&&e.md.linkify.test(i.content)){const s=i.content;let l=e.md.linkify.match(s);const f=[];let d=i.level,v=0;l.length>0&&l[0].index===0&&a>0&&r[a-1].type==="text_special"&&(l=l.slice(1));for(let x=0;x<l.length;x++){const p=l[x].url,E=e.md.normalizeLink(p);if(!e.md.validateLink(E))continue;let A=l[x].text;l[x].schema?l[x].schema==="mailto:"&&!/^mailto:/i.test(A)?A=e.md.normalizeLinkText("mailto:"+A).replace(/^mailto:/,""):A=e.md.normalizeLinkText(A):A=e.md.normalizeLinkText("http://"+A).replace(/^http:\/\//,"");const y=l[x].index;if(y>v){const _=new e.Token("text","",0);_.content=s.slice(v,y),_.level=d,f.push(_)}const h=new e.Token("link_open","a",1);h.attrs=[["href",E]],h.level=d++,h.markup="linkify",h.info="auto",f.push(h);const m=new e.Token("text","",0);m.content=A,m.level=d,f.push(m);const g=new e.Token("link_close","a",-1);g.level=--d,g.markup="linkify",g.info="auto",f.push(g),v=l[x].lastIndex}if(v<s.length){const x=new e.Token("text","",0);x.content=s.slice(v),x.level=d,f.push(x)}u[t].children=r=sr(r,a,f)}}}}const dr=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,b0=/\((c|tm|r)\)/i,m0=/\((c|tm|r)\)/ig,g0={c:"©",r:"®",tm:"™"};function x0(e,u){return g0[u.toLowerCase()]}function k0(e){let u=0;for(let t=e.length-1;t>=0;t--){const n=e[t];n.type==="text"&&!u&&(n.content=n.content.replace(m0,x0)),n.type==="link_open"&&n.info==="auto"&&u--,n.type==="link_close"&&n.info==="auto"&&u++}}function _0(e){let u=0;for(let t=e.length-1;t>=0;t--){const n=e[t];n.type==="text"&&!u&&dr.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),n.type==="link_open"&&n.info==="auto"&&u--,n.type==="link_close"&&n.info==="auto"&&u++}}function v0(e){let u;if(e.md.options.typographer)for(u=e.tokens.length-1;u>=0;u--)e.tokens[u].type==="inline"&&(b0.test(e.tokens[u].content)&&k0(e.tokens[u].children),dr.test(e.tokens[u].content)&&_0(e.tokens[u].children))}const y0=/['"]/,Fn=/['"]/g,Sn="’";function wu(e,u,t){return e.slice(0,u)+t+e.slice(u+1)}function E0(e,u){let t;const n=[];for(let r=0;r<e.length;r++){const o=e[r],a=e[r].level;for(t=n.length-1;t>=0&&!(n[t].level<=a);t--);if(n.length=t+1,o.type!=="text")continue;let i=o.content,s=0,l=i.length;e:for(;s<l;){Fn.lastIndex=s;const f=Fn.exec(i);if(!f)break;let d=!0,v=!0;s=f.index+1;const x=f[0]==="'";let p=32;if(f.index-1>=0)p=i.charCodeAt(f.index-1);else for(t=r-1;t>=0&&!(e[t].type==="softbreak"||e[t].type==="hardbreak");t--)if(e[t].content){p=e[t].content.charCodeAt(e[t].content.length-1);break}let E=32;if(s<l)E=i.charCodeAt(s);else for(t=r+1;t<e.length&&!(e[t].type==="softbreak"||e[t].type==="hardbreak");t++)if(e[t].content){E=e[t].content.charCodeAt(0);break}const A=cu(p)||au(String.fromCharCode(p)),y=cu(E)||au(String.fromCharCode(E)),h=iu(p),m=iu(E);if(m?d=!1:y&&(h||A||(d=!1)),h?v=!1:A&&(m||y||(v=!1)),E===34&&f[0]==='"'&&p>=48&&p<=57&&(v=d=!1),d&&v&&(d=A,v=y),!d&&!v){x&&(o.content=wu(o.content,f.index,Sn));continue}if(v)for(t=n.length-1;t>=0;t--){let g=n[t];if(n[t].level<a)break;if(g.single===x&&n[t].level===a){g=n[t];let _,k;x?(_=u.md.options.quotes[2],k=u.md.options.quotes[3]):(_=u.md.options.quotes[0],k=u.md.options.quotes[1]),o.content=wu(o.content,f.index,k),e[g.token].content=wu(e[g.token].content,g.pos,_),s+=k.length-1,g.token===r&&(s+=_.length-1),i=o.content,l=i.length,n.length=t;continue e}}d?n.push({token:r,pos:f.index,single:x,level:a}):v&&x&&(o.content=wu(o.content,f.index,Sn))}}}function A0(e){if(e.md.options.typographer)for(let u=e.tokens.length-1;u>=0;u--)e.tokens[u].type!=="inline"||!y0.test(e.tokens[u].content)||E0(e.tokens[u].children,e)}function w0(e){let u,t;const n=e.tokens,r=n.length;for(let o=0;o<r;o++){if(n[o].type!=="inline")continue;const a=n[o].children,i=a.length;for(u=0;u<i;u++)a[u].type==="text_special"&&(a[u].type="text");for(u=t=0;u<i;u++)a[u].type==="text"&&u+1<i&&a[u+1].type==="text"?a[u+1].content=a[u].content+a[u+1].content:(u!==t&&(a[t]=a[u]),t++);u!==t&&(a.length=t)}}const at=[["normalize",s0],["block",l0],["inline",f0],["linkify",h0],["replacements",v0],["smartquotes",A0],["text_join",w0]];function Rt(){this.ruler=new ie;for(let e=0;e<at.length;e++)this.ruler.push(at[e][0],at[e][1])}Rt.prototype.process=function(e){const u=this.ruler.getRules("");for(let t=0,n=u.length;t<n;t++)u[t](e)};Rt.prototype.State=fr;function xe(e,u,t,n){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;const r=this.src;for(let o=0,a=0,i=0,s=0,l=r.length,f=!1;a<l;a++){const d=r.charCodeAt(a);if(!f)if(H(d)){i++,d===9?s+=4-s%4:s++;continue}else f=!0;(d===10||a===l-1)&&(d!==10&&a++,this.bMarks.push(o),this.eMarks.push(a),this.tShift.push(i),this.sCount.push(s),this.bsCount.push(0),f=!1,i=0,s=0,o=a+1)}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}xe.prototype.push=function(e,u,t){const n=new fe(e,u,t);return n.block=!0,t<0&&this.level--,n.level=this.level,t>0&&this.level++,this.tokens.push(n),n};xe.prototype.isEmpty=function(u){return this.bMarks[u]+this.tShift[u]>=this.eMarks[u]};xe.prototype.skipEmptyLines=function(u){for(let t=this.lineMax;u<t&&!(this.bMarks[u]+this.tShift[u]<this.eMarks[u]);u++);return u};xe.prototype.skipSpaces=function(u){for(let t=this.src.length;u<t;u++){const n=this.src.charCodeAt(u);if(!H(n))break}return u};xe.prototype.skipSpacesBack=function(u,t){if(u<=t)return u;for(;u>t;)if(!H(this.src.charCodeAt(--u)))return u+1;return u};xe.prototype.skipChars=function(u,t){for(let n=this.src.length;u<n&&this.src.charCodeAt(u)===t;u++);return u};xe.prototype.skipCharsBack=function(u,t,n){if(u<=n)return u;for(;u>n;)if(t!==this.src.charCodeAt(--u))return u+1;return u};xe.prototype.getLines=function(u,t,n,r){if(u>=t)return"";const o=new Array(t-u);for(let a=0,i=u;i<t;i++,a++){let s=0;const l=this.bMarks[i];let f=l,d;for(i+1<t||r?d=this.eMarks[i]+1:d=this.eMarks[i];f<d&&s<n;){const v=this.src.charCodeAt(f);if(H(v))v===9?s+=4-(s+this.bsCount[i])%4:s++;else if(f-l<this.tShift[i])s++;else break;f++}s>n?o[a]=new Array(s-n+1).join(" ")+this.src.slice(f,d):o[a]=this.src.slice(f,d)}return o.join("")};xe.prototype.Token=fe;const C0=65536;function ct(e,u){const t=e.bMarks[u]+e.tShift[u],n=e.eMarks[u];return e.src.slice(t,n)}function Tn(e){const u=[],t=e.length;let n=0,r=e.charCodeAt(n),o=!1,a=0,i="";for(;n<t;)r===124&&(o?(i+=e.substring(a,n-1),a=n):(u.push(i+e.substring(a,n)),i="",a=n+1)),o=r===92,n++,r=e.charCodeAt(n);return u.push(i+e.substring(a)),u}function D0(e,u,t,n){if(u+2>t)return!1;let r=u+1;if(e.sCount[r]<e.blkIndent||e.sCount[r]-e.blkIndent>=4)return!1;let o=e.bMarks[r]+e.tShift[r];if(o>=e.eMarks[r])return!1;const a=e.src.charCodeAt(o++);if(a!==124&&a!==45&&a!==58||o>=e.eMarks[r])return!1;const i=e.src.charCodeAt(o++);if(i!==124&&i!==45&&i!==58&&!H(i)||a===45&&H(i))return!1;for(;o<e.eMarks[r];){const g=e.src.charCodeAt(o);if(g!==124&&g!==45&&g!==58&&!H(g))return!1;o++}let s=ct(e,u+1),l=s.split("|");const f=[];for(let g=0;g<l.length;g++){const _=l[g].trim();if(!_){if(g===0||g===l.length-1)continue;return!1}if(!/^:?-+:?$/.test(_))return!1;_.charCodeAt(_.length-1)===58?f.push(_.charCodeAt(0)===58?"center":"right"):_.charCodeAt(0)===58?f.push("left"):f.push("")}if(s=ct(e,u).trim(),s.indexOf("|")===-1||e.sCount[u]-e.blkIndent>=4)return!1;l=Tn(s),l.length&&l[0]===""&&l.shift(),l.length&&l[l.length-1]===""&&l.pop();const d=l.length;if(d===0||d!==f.length)return!1;if(n)return!0;const v=e.parentType;e.parentType="table";const x=e.md.block.ruler.getRules("blockquote"),p=e.push("table_open","table",1),E=[u,0];p.map=E;const A=e.push("thead_open","thead",1);A.map=[u,u+1];const y=e.push("tr_open","tr",1);y.map=[u,u+1];for(let g=0;g<l.length;g++){const _=e.push("th_open","th",1);f[g]&&(_.attrs=[["style","text-align:"+f[g]]]);const k=e.push("inline","",0);k.content=l[g].trim(),k.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let h,m=0;for(r=u+2;r<t&&!(e.sCount[r]<e.blkIndent);r++){let g=!1;for(let k=0,C=x.length;k<C;k++)if(x[k](e,r,t,!0)){g=!0;break}if(g||(s=ct(e,r).trim(),!s)||e.sCount[r]-e.blkIndent>=4||(l=Tn(s),l.length&&l[0]===""&&l.shift(),l.length&&l[l.length-1]===""&&l.pop(),m+=d-l.length,m>C0))break;if(r===u+2){const k=e.push("tbody_open","tbody",1);k.map=h=[u+2,0]}const _=e.push("tr_open","tr",1);_.map=[r,r+1];for(let k=0;k<d;k++){const C=e.push("td_open","td",1);f[k]&&(C.attrs=[["style","text-align:"+f[k]]]);const T=e.push("inline","",0);T.content=l[k]?l[k].trim():"",T.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return h&&(e.push("tbody_close","tbody",-1),h[1]=r),e.push("table_close","table",-1),E[1]=r,e.parentType=v,e.line=r,!0}function F0(e,u,t){if(e.sCount[u]-e.blkIndent<4)return!1;let n=u+1,r=n;for(;n<t;){if(e.isEmpty(n)){n++;continue}if(e.sCount[n]-e.blkIndent>=4){n++,r=n;continue}break}e.line=r;const o=e.push("code_block","code",0);return o.content=e.getLines(u,r,4+e.blkIndent,!1)+`
|
|
38
|
-
`,o.map=[u,e.line],!0}function S0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4||r+3>o)return!1;const a=e.src.charCodeAt(r);if(a!==126&&a!==96)return!1;let i=r;r=e.skipChars(r,a);let s=r-i;if(s<3)return!1;const l=e.src.slice(i,r),f=e.src.slice(r,o);if(a===96&&f.indexOf(String.fromCharCode(a))>=0)return!1;if(n)return!0;let d=u,v=!1;for(;d++,!(d>=t||(r=i=e.bMarks[d]+e.tShift[d],o=e.eMarks[d],r<o&&e.sCount[d]<e.blkIndent));)if(e.src.charCodeAt(r)===a&&!(e.sCount[d]-e.blkIndent>=4)&&(r=e.skipChars(r,a),!(r-i<s)&&(r=e.skipSpaces(r),!(r<o)))){v=!0;break}s=e.sCount[u],e.line=d+(v?1:0);const x=e.push("fence","code",0);return x.info=f,x.content=e.getLines(u+1,d,s,!0),x.markup=l,x.map=[u,e.line],!0}function T0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];const a=e.lineMax;if(e.sCount[u]-e.blkIndent>=4||e.src.charCodeAt(r)!==62)return!1;if(n)return!0;const i=[],s=[],l=[],f=[],d=e.md.block.ruler.getRules("blockquote"),v=e.parentType;e.parentType="blockquote";let x=!1,p;for(p=u;p<t;p++){const m=e.sCount[p]<e.blkIndent;if(r=e.bMarks[p]+e.tShift[p],o=e.eMarks[p],r>=o)break;if(e.src.charCodeAt(r++)===62&&!m){let _=e.sCount[p]+1,k,C;e.src.charCodeAt(r)===32?(r++,_++,C=!1,k=!0):e.src.charCodeAt(r)===9?(k=!0,(e.bsCount[p]+_)%4===3?(r++,_++,C=!1):C=!0):k=!1;let T=_;for(i.push(e.bMarks[p]),e.bMarks[p]=r;r<o;){const F=e.src.charCodeAt(r);if(H(F))F===9?T+=4-(T+e.bsCount[p]+(C?1:0))%4:T++;else break;r++}x=r>=o,s.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(k?1:0),l.push(e.sCount[p]),e.sCount[p]=T-_,f.push(e.tShift[p]),e.tShift[p]=r-e.bMarks[p];continue}if(x)break;let g=!1;for(let _=0,k=d.length;_<k;_++)if(d[_](e,p,t,!0)){g=!0;break}if(g){e.lineMax=p,e.blkIndent!==0&&(i.push(e.bMarks[p]),s.push(e.bsCount[p]),f.push(e.tShift[p]),l.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}i.push(e.bMarks[p]),s.push(e.bsCount[p]),f.push(e.tShift[p]),l.push(e.sCount[p]),e.sCount[p]=-1}const E=e.blkIndent;e.blkIndent=0;const A=e.push("blockquote_open","blockquote",1);A.markup=">";const y=[u,0];A.map=y,e.md.block.tokenize(e,u,p);const h=e.push("blockquote_close","blockquote",-1);h.markup=">",e.lineMax=a,e.parentType=v,y[1]=e.line;for(let m=0;m<f.length;m++)e.bMarks[m+u]=i[m],e.tShift[m+u]=f[m],e.sCount[m+u]=l[m],e.bsCount[m+u]=s[m];return e.blkIndent=E,!0}function P0(e,u,t,n){const r=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4)return!1;let o=e.bMarks[u]+e.tShift[u];const a=e.src.charCodeAt(o++);if(a!==42&&a!==45&&a!==95)return!1;let i=1;for(;o<r;){const l=e.src.charCodeAt(o++);if(l!==a&&!H(l))return!1;l===a&&i++}if(i<3)return!1;if(n)return!0;e.line=u+1;const s=e.push("hr","hr",0);return s.map=[u,e.line],s.markup=Array(i+1).join(String.fromCharCode(a)),!0}function Pn(e,u){const t=e.eMarks[u];let n=e.bMarks[u]+e.tShift[u];const r=e.src.charCodeAt(n++);if(r!==42&&r!==45&&r!==43)return-1;if(n<t){const o=e.src.charCodeAt(n);if(!H(o))return-1}return n}function Rn(e,u){const t=e.bMarks[u]+e.tShift[u],n=e.eMarks[u];let r=t;if(r+1>=n)return-1;let o=e.src.charCodeAt(r++);if(o<48||o>57)return-1;for(;;){if(r>=n)return-1;if(o=e.src.charCodeAt(r++),o>=48&&o<=57){if(r-t>=10)return-1;continue}if(o===41||o===46)break;return-1}return r<n&&(o=e.src.charCodeAt(r),!H(o))?-1:r}function R0(e,u){const t=e.level+2;for(let n=u+2,r=e.tokens.length-2;n<r;n++)e.tokens[n].level===t&&e.tokens[n].type==="paragraph_open"&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}function O0(e,u,t,n){let r,o,a,i,s=u,l=!0;if(e.sCount[s]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[s]-e.listIndent>=4&&e.sCount[s]<e.blkIndent)return!1;let f=!1;n&&e.parentType==="paragraph"&&e.sCount[s]>=e.blkIndent&&(f=!0);let d,v,x;if((x=Rn(e,s))>=0){if(d=!0,a=e.bMarks[s]+e.tShift[s],v=Number(e.src.slice(a,x-1)),f&&v!==1)return!1}else if((x=Pn(e,s))>=0)d=!1;else return!1;if(f&&e.skipSpaces(x)>=e.eMarks[s])return!1;if(n)return!0;const p=e.src.charCodeAt(x-1),E=e.tokens.length;d?(i=e.push("ordered_list_open","ol",1),v!==1&&(i.attrs=[["start",v]])):i=e.push("bullet_list_open","ul",1);const A=[s,0];i.map=A,i.markup=String.fromCharCode(p);let y=!1;const h=e.md.block.ruler.getRules("list"),m=e.parentType;for(e.parentType="list";s<t;){o=x,r=e.eMarks[s];const g=e.sCount[s]+x-(e.bMarks[s]+e.tShift[s]);let _=g;for(;o<r;){const Q=e.src.charCodeAt(o);if(Q===9)_+=4-(_+e.bsCount[s])%4;else if(Q===32)_++;else break;o++}const k=o;let C;k>=r?C=1:C=_-g,C>4&&(C=1);const T=g+C;i=e.push("list_item_open","li",1),i.markup=String.fromCharCode(p);const F=[s,0];i.map=F,d&&(i.info=e.src.slice(a,x-1));const z=e.tight,M=e.tShift[s],S=e.sCount[s],q=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=T,e.tight=!0,e.tShift[s]=k-e.bMarks[s],e.sCount[s]=_,k>=r&&e.isEmpty(s+1)?e.line=Math.min(e.line+2,t):e.md.block.tokenize(e,s,t,!0),(!e.tight||y)&&(l=!1),y=e.line-s>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=q,e.tShift[s]=M,e.sCount[s]=S,e.tight=z,i=e.push("list_item_close","li",-1),i.markup=String.fromCharCode(p),s=e.line,F[1]=s,s>=t||e.sCount[s]<e.blkIndent||e.sCount[s]-e.blkIndent>=4)break;let G=!1;for(let Q=0,de=h.length;Q<de;Q++)if(h[Q](e,s,t,!0)){G=!0;break}if(G)break;if(d){if(x=Rn(e,s),x<0)break;a=e.bMarks[s]+e.tShift[s]}else if(x=Pn(e,s),x<0)break;if(p!==e.src.charCodeAt(x-1))break}return d?i=e.push("ordered_list_close","ol",-1):i=e.push("bullet_list_close","ul",-1),i.markup=String.fromCharCode(p),A[1]=s,e.line=s,e.parentType=m,l&&R0(e,E),!0}function N0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u],a=u+1;if(e.sCount[u]-e.blkIndent>=4||e.src.charCodeAt(r)!==91)return!1;function i(h){const m=e.lineMax;if(h>=m||e.isEmpty(h))return null;let g=!1;if(e.sCount[h]-e.blkIndent>3&&(g=!0),e.sCount[h]<0&&(g=!0),!g){const C=e.md.block.ruler.getRules("reference"),T=e.parentType;e.parentType="reference";let F=!1;for(let z=0,M=C.length;z<M;z++)if(C[z](e,h,m,!0)){F=!0;break}if(e.parentType=T,F)return null}const _=e.bMarks[h]+e.tShift[h],k=e.eMarks[h];return e.src.slice(_,k+1)}let s=e.src.slice(r,o+1);o=s.length;let l=-1;for(r=1;r<o;r++){const h=s.charCodeAt(r);if(h===91)return!1;if(h===93){l=r;break}else if(h===10){const m=i(a);m!==null&&(s+=m,o=s.length,a++)}else if(h===92&&(r++,r<o&&s.charCodeAt(r)===10)){const m=i(a);m!==null&&(s+=m,o=s.length,a++)}}if(l<0||s.charCodeAt(l+1)!==58)return!1;for(r=l+2;r<o;r++){const h=s.charCodeAt(r);if(h===10){const m=i(a);m!==null&&(s+=m,o=s.length,a++)}else if(!H(h))break}const f=e.md.helpers.parseLinkDestination(s,r,o);if(!f.ok)return!1;const d=e.md.normalizeLink(f.str);if(!e.md.validateLink(d))return!1;r=f.pos;const v=r,x=a,p=r;for(;r<o;r++){const h=s.charCodeAt(r);if(h===10){const m=i(a);m!==null&&(s+=m,o=s.length,a++)}else if(!H(h))break}let E=e.md.helpers.parseLinkTitle(s,r,o);for(;E.can_continue;){const h=i(a);if(h===null)break;s+=h,r=o,o=s.length,a++,E=e.md.helpers.parseLinkTitle(s,r,o,E)}let A;for(r<o&&p!==r&&E.ok?(A=E.str,r=E.pos):(A="",r=v,a=x);r<o;){const h=s.charCodeAt(r);if(!H(h))break;r++}if(r<o&&s.charCodeAt(r)!==10&&A)for(A="",r=v,a=x;r<o;){const h=s.charCodeAt(r);if(!H(h))break;r++}if(r<o&&s.charCodeAt(r)!==10)return!1;const y=zu(s.slice(1,l));return y?(n||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[y]>"u"&&(e.env.references[y]={title:A,href:d}),e.line=a),!0):!1}const B0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],M0="[a-zA-Z_:][a-zA-Z0-9:._-]*",L0="[^\"'=<>`\\x00-\\x20]+",I0="'[^']*'",z0='"[^"]*"',$0="(?:"+L0+"|"+I0+"|"+z0+")",U0="(?:\\s+"+M0+"(?:\\s*=\\s*"+$0+")?)",pr="<[A-Za-z][A-Za-z0-9\\-]*"+U0+"*\\s*\\/?>",hr="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",q0="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",j0="<[?][\\s\\S]*?[?]>",H0="<![A-Za-z][^>]*>",V0="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",G0=new RegExp("^(?:"+pr+"|"+hr+"|"+q0+"|"+j0+"|"+H0+"|"+V0+")"),W0=new RegExp("^(?:"+pr+"|"+hr+")"),He=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+B0.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(W0.source+"\\s*$"),/^$/,!1]];function Z0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(r)!==60)return!1;let a=e.src.slice(r,o),i=0;for(;i<He.length&&!He[i][0].test(a);i++);if(i===He.length)return!1;if(n)return He[i][2];let s=u+1;if(!He[i][1].test(a)){for(;s<t&&!(e.sCount[s]<e.blkIndent);s++)if(r=e.bMarks[s]+e.tShift[s],o=e.eMarks[s],a=e.src.slice(r,o),He[i][1].test(a)){a.length!==0&&s++;break}}e.line=s;const l=e.push("html_block","",0);return l.map=[u,s],l.content=e.getLines(u,s,e.blkIndent,!0),!0}function Y0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4)return!1;let a=e.src.charCodeAt(r);if(a!==35||r>=o)return!1;let i=1;for(a=e.src.charCodeAt(++r);a===35&&r<o&&i<=6;)i++,a=e.src.charCodeAt(++r);if(i>6||r<o&&!H(a))return!1;if(n)return!0;o=e.skipSpacesBack(o,r);const s=e.skipCharsBack(o,35,r);s>r&&H(e.src.charCodeAt(s-1))&&(o=s),e.line=u+1;const l=e.push("heading_open","h"+String(i),1);l.markup="########".slice(0,i),l.map=[u,e.line];const f=e.push("inline","",0);f.content=e.src.slice(r,o).trim(),f.map=[u,e.line],f.children=[];const d=e.push("heading_close","h"+String(i),-1);return d.markup="########".slice(0,i),!0}function X0(e,u,t){const n=e.md.block.ruler.getRules("paragraph");if(e.sCount[u]-e.blkIndent>=4)return!1;const r=e.parentType;e.parentType="paragraph";let o=0,a,i=u+1;for(;i<t&&!e.isEmpty(i);i++){if(e.sCount[i]-e.blkIndent>3)continue;if(e.sCount[i]>=e.blkIndent){let x=e.bMarks[i]+e.tShift[i];const p=e.eMarks[i];if(x<p&&(a=e.src.charCodeAt(x),(a===45||a===61)&&(x=e.skipChars(x,a),x=e.skipSpaces(x),x>=p))){o=a===61?1:2;break}}if(e.sCount[i]<0)continue;let v=!1;for(let x=0,p=n.length;x<p;x++)if(n[x](e,i,t,!0)){v=!0;break}if(v)break}if(!o)return!1;const s=e.getLines(u,i,e.blkIndent,!1).trim();e.line=i+1;const l=e.push("heading_open","h"+String(o),1);l.markup=String.fromCharCode(a),l.map=[u,e.line];const f=e.push("inline","",0);f.content=s,f.map=[u,e.line-1],f.children=[];const d=e.push("heading_close","h"+String(o),-1);return d.markup=String.fromCharCode(a),e.parentType=r,!0}function Q0(e,u,t){const n=e.md.block.ruler.getRules("paragraph"),r=e.parentType;let o=u+1;for(e.parentType="paragraph";o<t&&!e.isEmpty(o);o++){if(e.sCount[o]-e.blkIndent>3||e.sCount[o]<0)continue;let l=!1;for(let f=0,d=n.length;f<d;f++)if(n[f](e,o,t,!0)){l=!0;break}if(l)break}const a=e.getLines(u,o,e.blkIndent,!1).trim();e.line=o;const i=e.push("paragraph_open","p",1);i.map=[u,e.line];const s=e.push("inline","",0);return s.content=a,s.map=[u,e.line],s.children=[],e.push("paragraph_close","p",-1),e.parentType=r,!0}const Cu=[["table",D0,["paragraph","reference"]],["code",F0],["fence",S0,["paragraph","reference","blockquote","list"]],["blockquote",T0,["paragraph","reference","blockquote","list"]],["hr",P0,["paragraph","reference","blockquote","list"]],["list",O0,["paragraph","reference","blockquote"]],["reference",N0],["html_block",Z0,["paragraph","reference","blockquote"]],["heading",Y0,["paragraph","reference","blockquote"]],["lheading",X0],["paragraph",Q0]];function $u(){this.ruler=new ie;for(let e=0;e<Cu.length;e++)this.ruler.push(Cu[e][0],Cu[e][1],{alt:(Cu[e][2]||[]).slice()})}$u.prototype.tokenize=function(e,u,t){const n=this.ruler.getRules(""),r=n.length,o=e.md.options.maxNesting;let a=u,i=!1;for(;a<t&&(e.line=a=e.skipEmptyLines(a),!(a>=t||e.sCount[a]<e.blkIndent));){if(e.level>=o){e.line=t;break}const s=e.line;let l=!1;for(let f=0;f<r;f++)if(l=n[f](e,a,t,!1),l){if(s>=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!i,e.isEmpty(e.line-1)&&(i=!0),a=e.line,a<t&&e.isEmpty(a)&&(i=!0,a++,e.line=a)}};$u.prototype.parse=function(e,u,t,n){if(!e)return;const r=new this.State(e,u,t,n);this.tokenize(r,r.line,r.lineMax)};$u.prototype.State=xe;function fu(e,u,t,n){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}fu.prototype.pushPending=function(){const e=new fe("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};fu.prototype.push=function(e,u,t){this.pending&&this.pushPending();const n=new fe(e,u,t);let r=null;return t<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),n.level=this.level,t>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],r={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(r),n};fu.prototype.scanDelims=function(e,u){const t=this.posMax,n=this.src.charCodeAt(e),r=e>0?this.src.charCodeAt(e-1):32;let o=e;for(;o<t&&this.src.charCodeAt(o)===n;)o++;const a=o-e,i=o<t?this.src.charCodeAt(o):32,s=cu(r)||au(String.fromCharCode(r)),l=cu(i)||au(String.fromCharCode(i)),f=iu(r),d=iu(i),v=!d&&(!l||f||s),x=!f&&(!s||d||l);return{can_open:v&&(u||!x||s),can_close:x&&(u||!v||l),length:a}};fu.prototype.Token=fe;function J0(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function K0(e,u){let t=e.pos;for(;t<e.posMax&&!J0(e.src.charCodeAt(t));)t++;return t===e.pos?!1:(u||(e.pending+=e.src.slice(e.pos,t)),e.pos=t,!0)}const ec=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function uc(e,u){if(!e.md.options.linkify||e.linkLevel>0)return!1;const t=e.pos,n=e.posMax;if(t+3>n||e.src.charCodeAt(t)!==58||e.src.charCodeAt(t+1)!==47||e.src.charCodeAt(t+2)!==47)return!1;const r=e.pending.match(ec);if(!r)return!1;const o=r[1],a=e.md.linkify.matchAtStart(e.src.slice(t-o.length));if(!a)return!1;let i=a.url;if(i.length<=o.length)return!1;i=i.replace(/\*+$/,"");const s=e.md.normalizeLink(i);if(!e.md.validateLink(s))return!1;if(!u){e.pending=e.pending.slice(0,-o.length);const l=e.push("link_open","a",1);l.attrs=[["href",s]],l.markup="linkify",l.info="auto";const f=e.push("text","",0);f.content=e.md.normalizeLinkText(i);const d=e.push("link_close","a",-1);d.markup="linkify",d.info="auto"}return e.pos+=i.length-o.length,!0}function tc(e,u){let t=e.pos;if(e.src.charCodeAt(t)!==10)return!1;const n=e.pending.length-1,r=e.posMax;if(!u)if(n>=0&&e.pending.charCodeAt(n)===32)if(n>=1&&e.pending.charCodeAt(n-1)===32){let o=n-1;for(;o>=1&&e.pending.charCodeAt(o-1)===32;)o--;e.pending=e.pending.slice(0,o),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(t++;t<r&&H(e.src.charCodeAt(t));)t++;return e.pos=t,!0}const Ot=[];for(let e=0;e<256;e++)Ot.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){Ot[e.charCodeAt(0)]=1});function nc(e,u){let t=e.pos;const n=e.posMax;if(e.src.charCodeAt(t)!==92||(t++,t>=n))return!1;let r=e.src.charCodeAt(t);if(r===10){for(u||e.push("hardbreak","br",0),t++;t<n&&(r=e.src.charCodeAt(t),!!H(r));)t++;return e.pos=t,!0}let o=e.src[t];if(r>=55296&&r<=56319&&t+1<n){const i=e.src.charCodeAt(t+1);i>=56320&&i<=57343&&(o+=e.src[t+1],t++)}const a="\\"+o;if(!u){const i=e.push("text_special","",0);r<256&&Ot[r]!==0?i.content=o:i.content=a,i.markup=a,i.info="escape"}return e.pos=t+1,!0}function rc(e,u){let t=e.pos;if(e.src.charCodeAt(t)!==96)return!1;const r=t;t++;const o=e.posMax;for(;t<o&&e.src.charCodeAt(t)===96;)t++;const a=e.src.slice(r,t),i=a.length;if(e.backticksScanned&&(e.backticks[i]||0)<=r)return u||(e.pending+=a),e.pos+=i,!0;let s=t,l;for(;(l=e.src.indexOf("`",s))!==-1;){for(s=l+1;s<o&&e.src.charCodeAt(s)===96;)s++;const f=s-l;if(f===i){if(!u){const d=e.push("code_inline","code",0);d.markup=a,d.content=e.src.slice(t,l).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=s,!0}e.backticks[f]=l}return e.backticksScanned=!0,u||(e.pending+=a),e.pos+=i,!0}function oc(e,u){const t=e.pos,n=e.src.charCodeAt(t);if(u||n!==126)return!1;const r=e.scanDelims(e.pos,!0);let o=r.length;const a=String.fromCharCode(n);if(o<2)return!1;let i;o%2&&(i=e.push("text","",0),i.content=a,o--);for(let s=0;s<o;s+=2)i=e.push("text","",0),i.content=a+a,e.delimiters.push({marker:n,length:0,token:e.tokens.length-1,end:-1,open:r.can_open,close:r.can_close});return e.pos+=r.length,!0}function On(e,u){let t;const n=[],r=u.length;for(let o=0;o<r;o++){const a=u[o];if(a.marker!==126||a.end===-1)continue;const i=u[a.end];t=e.tokens[a.token],t.type="s_open",t.tag="s",t.nesting=1,t.markup="~~",t.content="",t=e.tokens[i.token],t.type="s_close",t.tag="s",t.nesting=-1,t.markup="~~",t.content="",e.tokens[i.token-1].type==="text"&&e.tokens[i.token-1].content==="~"&&n.push(i.token-1)}for(;n.length;){const o=n.pop();let a=o+1;for(;a<e.tokens.length&&e.tokens[a].type==="s_close";)a++;a--,o!==a&&(t=e.tokens[a],e.tokens[a]=e.tokens[o],e.tokens[o]=t)}}function ic(e){const u=e.tokens_meta,t=e.tokens_meta.length;On(e,e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&On(e,u[n].delimiters)}const br={tokenize:oc,postProcess:ic};function ac(e,u){const t=e.pos,n=e.src.charCodeAt(t);if(u||n!==95&&n!==42)return!1;const r=e.scanDelims(e.pos,n===42);for(let o=0;o<r.length;o++){const a=e.push("text","",0);a.content=String.fromCharCode(n),e.delimiters.push({marker:n,length:r.length,token:e.tokens.length-1,end:-1,open:r.can_open,close:r.can_close})}return e.pos+=r.length,!0}function Nn(e,u){const t=u.length;for(let n=t-1;n>=0;n--){const r=u[n];if(r.marker!==95&&r.marker!==42||r.end===-1)continue;const o=u[r.end],a=n>0&&u[n-1].end===r.end+1&&u[n-1].marker===r.marker&&u[n-1].token===r.token-1&&u[r.end+1].token===o.token+1,i=String.fromCharCode(r.marker),s=e.tokens[r.token];s.type=a?"strong_open":"em_open",s.tag=a?"strong":"em",s.nesting=1,s.markup=a?i+i:i,s.content="";const l=e.tokens[o.token];l.type=a?"strong_close":"em_close",l.tag=a?"strong":"em",l.nesting=-1,l.markup=a?i+i:i,l.content="",a&&(e.tokens[u[n-1].token].content="",e.tokens[u[r.end+1].token].content="",n--)}}function cc(e){const u=e.tokens_meta,t=e.tokens_meta.length;Nn(e,e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&Nn(e,u[n].delimiters)}const mr={tokenize:ac,postProcess:cc};function sc(e,u){let t,n,r,o,a="",i="",s=e.pos,l=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;const f=e.pos,d=e.posMax,v=e.pos+1,x=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(x<0)return!1;let p=x+1;if(p<d&&e.src.charCodeAt(p)===40){for(l=!1,p++;p<d&&(t=e.src.charCodeAt(p),!(!H(t)&&t!==10));p++);if(p>=d)return!1;if(s=p,r=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),r.ok){for(a=e.md.normalizeLink(r.str),e.md.validateLink(a)?p=r.pos:a="",s=p;p<d&&(t=e.src.charCodeAt(p),!(!H(t)&&t!==10));p++);if(r=e.md.helpers.parseLinkTitle(e.src,p,e.posMax),p<d&&s!==p&&r.ok)for(i=r.str,p=r.pos;p<d&&(t=e.src.charCodeAt(p),!(!H(t)&&t!==10));p++);}(p>=d||e.src.charCodeAt(p)!==41)&&(l=!0),p++}if(l){if(typeof e.env.references>"u")return!1;if(p<d&&e.src.charCodeAt(p)===91?(s=p+1,p=e.md.helpers.parseLinkLabel(e,p),p>=0?n=e.src.slice(s,p++):p=x+1):p=x+1,n||(n=e.src.slice(v,x)),o=e.env.references[zu(n)],!o)return e.pos=f,!1;a=o.href,i=o.title}if(!u){e.pos=v,e.posMax=x;const E=e.push("link_open","a",1),A=[["href",a]];E.attrs=A,i&&A.push(["title",i]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=d,!0}function lc(e,u){let t,n,r,o,a,i,s,l,f="";const d=e.pos,v=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;const x=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(o=p+1,o<v&&e.src.charCodeAt(o)===40){for(o++;o<v&&(t=e.src.charCodeAt(o),!(!H(t)&&t!==10));o++);if(o>=v)return!1;for(l=o,i=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),i.ok&&(f=e.md.normalizeLink(i.str),e.md.validateLink(f)?o=i.pos:f=""),l=o;o<v&&(t=e.src.charCodeAt(o),!(!H(t)&&t!==10));o++);if(i=e.md.helpers.parseLinkTitle(e.src,o,e.posMax),o<v&&l!==o&&i.ok)for(s=i.str,o=i.pos;o<v&&(t=e.src.charCodeAt(o),!(!H(t)&&t!==10));o++);else s="";if(o>=v||e.src.charCodeAt(o)!==41)return e.pos=d,!1;o++}else{if(typeof e.env.references>"u")return!1;if(o<v&&e.src.charCodeAt(o)===91?(l=o+1,o=e.md.helpers.parseLinkLabel(e,o),o>=0?r=e.src.slice(l,o++):o=p+1):o=p+1,r||(r=e.src.slice(x,p)),a=e.env.references[zu(r)],!a)return e.pos=d,!1;f=a.href,s=a.title}if(!u){n=e.src.slice(x,p);const E=[];e.md.inline.parse(n,e.md,e.env,E);const A=e.push("image","img",0),y=[["src",f],["alt",""]];A.attrs=y,A.children=E,A.content=n,s&&y.push(["title",s])}return e.pos=o,e.posMax=v,!0}const fc=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,dc=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function pc(e,u){let t=e.pos;if(e.src.charCodeAt(t)!==60)return!1;const n=e.pos,r=e.posMax;for(;;){if(++t>=r)return!1;const a=e.src.charCodeAt(t);if(a===60)return!1;if(a===62)break}const o=e.src.slice(n+1,t);if(dc.test(o)){const a=e.md.normalizeLink(o);if(!e.md.validateLink(a))return!1;if(!u){const i=e.push("link_open","a",1);i.attrs=[["href",a]],i.markup="autolink",i.info="auto";const s=e.push("text","",0);s.content=e.md.normalizeLinkText(o);const l=e.push("link_close","a",-1);l.markup="autolink",l.info="auto"}return e.pos+=o.length+2,!0}if(fc.test(o)){const a=e.md.normalizeLink("mailto:"+o);if(!e.md.validateLink(a))return!1;if(!u){const i=e.push("link_open","a",1);i.attrs=[["href",a]],i.markup="autolink",i.info="auto";const s=e.push("text","",0);s.content=e.md.normalizeLinkText(o);const l=e.push("link_close","a",-1);l.markup="autolink",l.info="auto"}return e.pos+=o.length+2,!0}return!1}function hc(e){return/^<a[>\s]/i.test(e)}function bc(e){return/^<\/a\s*>/i.test(e)}function mc(e){const u=e|32;return u>=97&&u<=122}function gc(e,u){if(!e.md.options.html)return!1;const t=e.posMax,n=e.pos;if(e.src.charCodeAt(n)!==60||n+2>=t)return!1;const r=e.src.charCodeAt(n+1);if(r!==33&&r!==63&&r!==47&&!mc(r))return!1;const o=e.src.slice(n).match(G0);if(!o)return!1;if(!u){const a=e.push("html_inline","",0);a.content=o[0],hc(a.content)&&e.linkLevel++,bc(a.content)&&e.linkLevel--}return e.pos+=o[0].length,!0}const xc=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,kc=/^&([a-z][a-z0-9]{1,31});/i;function _c(e,u){const t=e.pos,n=e.posMax;if(e.src.charCodeAt(t)!==38||t+1>=n)return!1;if(e.src.charCodeAt(t+1)===35){const o=e.src.slice(t).match(xc);if(o){if(!u){const a=o[1][0].toLowerCase()==="x"?parseInt(o[1].slice(1),16):parseInt(o[1],10),i=e.push("text_special","",0);i.content=Pt(a)?Mu(a):Mu(65533),i.markup=o[0],i.info="entity"}return e.pos+=o[0].length,!0}}else{const o=e.src.slice(t).match(kc);if(o){const a=cr(o[0]);if(a!==o[0]){if(!u){const i=e.push("text_special","",0);i.content=a,i.markup=o[0],i.info="entity"}return e.pos+=o[0].length,!0}}}return!1}function Bn(e){const u={},t=e.length;if(!t)return;let n=0,r=-2;const o=[];for(let a=0;a<t;a++){const i=e[a];if(o.push(0),(e[n].marker!==i.marker||r!==i.token-1)&&(n=a),r=i.token,i.length=i.length||0,!i.close)continue;u.hasOwnProperty(i.marker)||(u[i.marker]=[-1,-1,-1,-1,-1,-1]);const s=u[i.marker][(i.open?3:0)+i.length%3];let l=n-o[n]-1,f=l;for(;l>s;l-=o[l]+1){const d=e[l];if(d.marker===i.marker&&d.open&&d.end<0){let v=!1;if((d.close||i.open)&&(d.length+i.length)%3===0&&(d.length%3!==0||i.length%3!==0)&&(v=!0),!v){const x=l>0&&!e[l-1].open?o[l-1]+1:0;o[a]=a-l+x,o[l]=x,i.open=!1,d.end=a,d.close=!1,f=-1,r=-2;break}}}f!==-1&&(u[i.marker][(i.open?3:0)+(i.length||0)%3]=f)}}function vc(e){const u=e.tokens_meta,t=e.tokens_meta.length;Bn(e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&Bn(u[n].delimiters)}function yc(e){let u,t,n=0;const r=e.tokens,o=e.tokens.length;for(u=t=0;u<o;u++)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++);u!==t&&(r.length=t)}const st=[["text",K0],["linkify",uc],["newline",tc],["escape",nc],["backticks",rc],["strikethrough",br.tokenize],["emphasis",mr.tokenize],["link",sc],["image",lc],["autolink",pc],["html_inline",gc],["entity",_c]],lt=[["balance_pairs",vc],["strikethrough",br.postProcess],["emphasis",mr.postProcess],["fragments_join",yc]];function du(){this.ruler=new ie;for(let e=0;e<st.length;e++)this.ruler.push(st[e][0],st[e][1]);this.ruler2=new ie;for(let e=0;e<lt.length;e++)this.ruler2.push(lt[e][0],lt[e][1])}du.prototype.skipToken=function(e){const u=e.pos,t=this.ruler.getRules(""),n=t.length,r=e.md.options.maxNesting,o=e.cache;if(typeof o[u]<"u"){e.pos=o[u];return}let a=!1;if(e.level<r){for(let i=0;i<n;i++)if(e.level++,a=t[i](e,!0),e.level--,a){if(u>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;a||e.pos++,o[u]=e.pos};du.prototype.tokenize=function(e){const u=this.ruler.getRules(""),t=u.length,n=e.posMax,r=e.md.options.maxNesting;for(;e.pos<n;){const o=e.pos;let a=!1;if(e.level<r){for(let i=0;i<t;i++)if(a=u[i](e,!1),a){if(o>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}if(a){if(e.pos>=n)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};du.prototype.parse=function(e,u,t,n){const r=new this.State(e,u,t,n);this.tokenize(r);const o=this.ruler2.getRules(""),a=o.length;for(let i=0;i<a;i++)o[i](r)};du.prototype.State=fu;function Ec(e){const u={};e=e||{},u.src_Any=nr.source,u.src_Cc=rr.source,u.src_Z=ir.source,u.src_P=St.source,u.src_ZPCc=[u.src_Z,u.src_P,u.src_Cc].join("|"),u.src_ZCc=[u.src_Z,u.src_Cc].join("|");const t="[><|]";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["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+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="(?:"+u.src_xn+"|"+u.src_pseudo_letter+"{1,63})",u.src_domain="(?:"+u.src_xn+"|(?:"+u.src_pseudo_letter+")|(?:"+u.src_pseudo_letter+"(?:-|"+u.src_pseudo_letter+"){0,61}"+u.src_pseudo_letter+"))",u.src_host="(?:(?:(?:(?:"+u.src_domain+")\\.)*"+u.src_domain+"))",u.tpl_host_fuzzy="(?:"+u.src_ip4+"|(?:(?:(?:"+u.src_domain+")\\.)+(?:%TLDS%)))",u.tpl_host_no_ip_fuzzy="(?:(?:(?:"+u.src_domain+")\\.)+(?:%TLDS%))",u.src_host_strict=u.src_host+u.src_host_terminator,u.tpl_host_fuzzy_strict=u.tpl_host_fuzzy+u.src_host_terminator,u.src_host_port_strict=u.src_host+u.src_port+u.src_host_terminator,u.tpl_host_port_fuzzy_strict=u.tpl_host_fuzzy+u.src_port+u.src_host_terminator,u.tpl_host_port_no_ip_fuzzy_strict=u.tpl_host_no_ip_fuzzy+u.src_port+u.src_host_terminator,u.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+u.src_ZPCc+"|>|$))",u.tpl_email_fuzzy="(^|"+t+'|"|\\(|'+u.src_ZCc+")("+u.src_email_name+"@"+u.tpl_host_fuzzy_strict+")",u.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+u.src_ZPCc+"))((?![$+<=>^`||])"+u.tpl_host_port_fuzzy_strict+u.src_path+")",u.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+u.src_ZPCc+"))((?![$+<=>^`||])"+u.tpl_host_port_no_ip_fuzzy_strict+u.src_path+")",u}function kt(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(n){e[n]=t[n]})}),e}function Uu(e){return Object.prototype.toString.call(e)}function Ac(e){return Uu(e)==="[object String]"}function wc(e){return Uu(e)==="[object Object]"}function Cc(e){return Uu(e)==="[object RegExp]"}function Mn(e){return Uu(e)==="[object Function]"}function Dc(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const gr={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Fc(e){return Object.keys(e||{}).reduce(function(u,t){return u||gr.hasOwnProperty(t)},!1)}const Sc={"http:":{validate:function(e,u,t){const n=e.slice(u);return t.re.http||(t.re.http=new RegExp("^\\/\\/"+t.re.src_auth+t.re.src_host_port_strict+t.re.src_path,"i")),t.re.http.test(n)?n.match(t.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,u,t){const n=e.slice(u);return t.re.no_http||(t.re.no_http=new RegExp("^"+t.re.src_auth+"(?:localhost|(?:(?:"+t.re.src_domain+")\\.)+"+t.re.src_domain_root+")"+t.re.src_port+t.re.src_host_terminator+t.re.src_path,"i")),t.re.no_http.test(n)?u>=3&&e[u-3]===":"||u>=3&&e[u-3]==="/"?0:n.match(t.re.no_http)[0].length:0}},"mailto:":{validate:function(e,u,t){const n=e.slice(u);return t.re.mailto||(t.re.mailto=new RegExp("^"+t.re.src_email_name+"@"+t.re.src_host_strict,"i")),t.re.mailto.test(n)?n.match(t.re.mailto)[0].length:0}}},Tc="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]",Pc="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Rc(e){e.__index__=-1,e.__text_cache__=""}function Oc(e){return function(u,t){const n=u.slice(t);return e.test(n)?n.match(e)[0].length:0}}function Ln(){return function(e,u){u.normalize(e)}}function Lu(e){const u=e.re=Ec(e.__opts__),t=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||t.push(Tc),t.push(u.src_xn),u.src_tlds=t.join("|");function n(i){return i.replace("%TLDS%",u.src_tlds)}u.email_fuzzy=RegExp(n(u.tpl_email_fuzzy),"i"),u.link_fuzzy=RegExp(n(u.tpl_link_fuzzy),"i"),u.link_no_ip_fuzzy=RegExp(n(u.tpl_link_no_ip_fuzzy),"i"),u.host_fuzzy_test=RegExp(n(u.tpl_host_fuzzy_test),"i");const r=[];e.__compiled__={};function o(i,s){throw new Error('(LinkifyIt) Invalid schema "'+i+'": '+s)}Object.keys(e.__schemas__).forEach(function(i){const s=e.__schemas__[i];if(s===null)return;const l={validate:null,link:null};if(e.__compiled__[i]=l,wc(s)){Cc(s.validate)?l.validate=Oc(s.validate):Mn(s.validate)?l.validate=s.validate:o(i,s),Mn(s.normalize)?l.normalize=s.normalize:s.normalize?o(i,s):l.normalize=Ln();return}if(Ac(s)){r.push(i);return}o(i,s)}),r.forEach(function(i){e.__compiled__[e.__schemas__[i]]&&(e.__compiled__[i].validate=e.__compiled__[e.__schemas__[i]].validate,e.__compiled__[i].normalize=e.__compiled__[e.__schemas__[i]].normalize)}),e.__compiled__[""]={validate:null,normalize:Ln()};const a=Object.keys(e.__compiled__).filter(function(i){return i.length>0&&e.__compiled__[i]}).map(Dc).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+u.src_ZPCc+"))("+a+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+u.src_ZPCc+"))("+a+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),Rc(e)}function Nc(e,u){const t=e.__index__,n=e.__last_index__,r=e.__text_cache__.slice(t,n);this.schema=e.__schema__.toLowerCase(),this.index=t+u,this.lastIndex=n+u,this.raw=r,this.text=r,this.url=r}function _t(e,u){const t=new Nc(e,u);return e.__compiled__[t.schema].normalize(t,e),t}function ae(e,u){if(!(this instanceof ae))return new ae(e,u);u||Fc(e)&&(u=e,e={}),this.__opts__=kt({},gr,u),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=kt({},Sc,e),this.__compiled__={},this.__tlds__=Pc,this.__tlds_replaced__=!1,this.re={},Lu(this)}ae.prototype.add=function(u,t){return this.__schemas__[u]=t,Lu(this),this};ae.prototype.set=function(u){return this.__opts__=kt(this.__opts__,u),this};ae.prototype.test=function(u){if(this.__text_cache__=u,this.__index__=-1,!u.length)return!1;let t,n,r,o,a,i,s,l,f;if(this.re.schema_test.test(u)){for(s=this.re.schema_search,s.lastIndex=0;(t=s.exec(u))!==null;)if(o=this.testSchemaAt(u,t[2],s.lastIndex),o){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+o;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=u.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l<this.__index__)&&(n=u.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(a=n.index+n[1].length,(this.__index__<0||a<this.__index__)&&(this.__schema__="",this.__index__=a,this.__last_index__=n.index+n[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(f=u.indexOf("@"),f>=0&&(r=u.match(this.re.email_fuzzy))!==null&&(a=r.index+r[1].length,i=r.index+r[0].length,(this.__index__<0||a<this.__index__||a===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=i))),this.__index__>=0};ae.prototype.pretest=function(u){return this.re.pretest.test(u)};ae.prototype.testSchemaAt=function(u,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(u,n,this):0};ae.prototype.match=function(u){const t=[];let n=0;this.__index__>=0&&this.__text_cache__===u&&(t.push(_t(this,n)),n=this.__last_index__);let r=n?u.slice(n):u;for(;this.test(r);)t.push(_t(this,n)),r=r.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null};ae.prototype.matchAtStart=function(u){if(this.__text_cache__=u,this.__index__=-1,!u.length)return null;const t=this.re.schema_at_start.exec(u);if(!t)return null;const n=this.testSchemaAt(u,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,_t(this,0)):null};ae.prototype.tlds=function(u,t){return u=Array.isArray(u)?u:[u],t?(this.__tlds__=this.__tlds__.concat(u).sort().filter(function(n,r,o){return n!==o[r-1]}).reverse(),Lu(this),this):(this.__tlds__=u.slice(),this.__tlds_replaced__=!0,Lu(this),this)};ae.prototype.normalize=function(u){u.schema||(u.url="http://"+u.url),u.schema==="mailto:"&&!/^mailto:/i.test(u.url)&&(u.url="mailto:"+u.url)};ae.prototype.onCompile=function(){};const Ve=2147483647,be=36,Nt=1,su=26,Bc=38,Mc=700,xr=72,kr=128,_r="-",Lc=/^xn--/,Ic=/[^\0-\x7F]/,zc=/[\x2E\u3002\uFF0E\uFF61]/g,$c={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ft=be-Nt,me=Math.floor,dt=String.fromCharCode;function De(e){throw new RangeError($c[e])}function Uc(e,u){const t=[];let n=e.length;for(;n--;)t[n]=u(e[n]);return t}function vr(e,u){const t=e.split("@");let n="";t.length>1&&(n=t[0]+"@",e=t[1]),e=e.replace(zc,".");const r=e.split("."),o=Uc(r,u).join(".");return n+o}function yr(e){const u=[];let t=0;const n=e.length;for(;t<n;){const r=e.charCodeAt(t++);if(r>=55296&&r<=56319&&t<n){const o=e.charCodeAt(t++);(o&64512)==56320?u.push(((r&1023)<<10)+(o&1023)+65536):(u.push(r),t--)}else u.push(r)}return u}const qc=e=>String.fromCodePoint(...e),jc=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:be},In=function(e,u){return e+22+75*(e<26)-((u!=0)<<5)},Er=function(e,u,t){let n=0;for(e=t?me(e/Mc):e>>1,e+=me(e/u);e>ft*su>>1;n+=be)e=me(e/ft);return me(n+(ft+1)*e/(e+Bc))},Ar=function(e){const u=[],t=e.length;let n=0,r=kr,o=xr,a=e.lastIndexOf(_r);a<0&&(a=0);for(let i=0;i<a;++i)e.charCodeAt(i)>=128&&De("not-basic"),u.push(e.charCodeAt(i));for(let i=a>0?a+1:0;i<t;){const s=n;for(let f=1,d=be;;d+=be){i>=t&&De("invalid-input");const v=jc(e.charCodeAt(i++));v>=be&&De("invalid-input"),v>me((Ve-n)/f)&&De("overflow"),n+=v*f;const x=d<=o?Nt:d>=o+su?su:d-o;if(v<x)break;const p=be-x;f>me(Ve/p)&&De("overflow"),f*=p}const l=u.length+1;o=Er(n-s,l,s==0),me(n/l)>Ve-r&&De("overflow"),r+=me(n/l),n%=l,u.splice(n++,0,r)}return String.fromCodePoint(...u)},wr=function(e){const u=[];e=yr(e);const t=e.length;let n=kr,r=0,o=xr;for(const s of e)s<128&&u.push(dt(s));const a=u.length;let i=a;for(a&&u.push(_r);i<t;){let s=Ve;for(const f of e)f>=n&&f<s&&(s=f);const l=i+1;s-n>me((Ve-r)/l)&&De("overflow"),r+=(s-n)*l,n=s;for(const f of e)if(f<n&&++r>Ve&&De("overflow"),f===n){let d=r;for(let v=be;;v+=be){const x=v<=o?Nt:v>=o+su?su:v-o;if(d<x)break;const p=d-x,E=be-x;u.push(dt(In(x+p%E,0))),d=me(p/E)}u.push(dt(In(d,0))),o=Er(r,l,i===a),r=0,++i}++r,++n}return u.join("")},Hc=function(e){return vr(e,function(u){return Lc.test(u)?Ar(u.slice(4).toLowerCase()):u})},Vc=function(e){return vr(e,function(u){return Ic.test(u)?"xn--"+wr(u):u})},Cr={version:"2.3.1",ucs2:{decode:yr,encode:qc},decode:Ar,encode:wr,toASCII:Vc,toUnicode:Hc},Gc={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},Wc={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},Zc={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Yc={default:Gc,zero:Wc,commonmark:Zc},Xc=/^(vbscript|javascript|file|data):/,Qc=/^data:image\/(gif|png|jpeg|webp);/;function Jc(e){const u=e.trim().toLowerCase();return Xc.test(u)?Qc.test(u):!0}const Dr=["http:","https:","mailto:"];function Kc(e){const u=Ft(e,!0);if(u.hostname&&(!u.protocol||Dr.indexOf(u.protocol)>=0))try{u.hostname=Cr.toASCII(u.hostname)}catch{}return lu(Dt(u))}function es(e){const u=Ft(e,!0);if(u.hostname&&(!u.protocol||Dr.indexOf(u.protocol)>=0))try{u.hostname=Cr.toUnicode(u.hostname)}catch{}return Ge(Dt(u),Ge.defaultChars+"%")}function se(e,u){if(!(this instanceof se))return new se(e,u);u||Tt(e)||(u=e||{},e="default"),this.inline=new du,this.block=new $u,this.core=new Rt,this.renderer=new Ze,this.linkify=new ae,this.validateLink=Jc,this.normalizeLink=Kc,this.normalizeLinkText=es,this.utils=t0,this.helpers=Iu({},i0),this.options={},this.configure(e),u&&this.set(u)}se.prototype.set=function(e){return Iu(this.options,e),this};se.prototype.configure=function(e){const u=this;if(Tt(e)){const t=e;if(e=Yc[t],!e)throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&u.set(e.options),e.components&&Object.keys(e.components).forEach(function(t){e.components[t].rules&&u[t].ruler.enableOnly(e.components[t].rules),e.components[t].rules2&&u[t].ruler2.enableOnly(e.components[t].rules2)}),this};se.prototype.enable=function(e,u){let t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(r){t=t.concat(this[r].ruler.enable(e,!0))},this),t=t.concat(this.inline.ruler2.enable(e,!0));const n=e.filter(function(r){return t.indexOf(r)<0});if(n.length&&!u)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this};se.prototype.disable=function(e,u){let t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(r){t=t.concat(this[r].ruler.disable(e,!0))},this),t=t.concat(this.inline.ruler2.disable(e,!0));const n=e.filter(function(r){return t.indexOf(r)<0});if(n.length&&!u)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this};se.prototype.use=function(e){const u=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,u),this};se.prototype.parse=function(e,u){if(typeof e!="string")throw new Error("Input data should be a String");const t=new this.core.State(e,this,u);return this.core.process(t),t.tokens};se.prototype.render=function(e,u){return u=u||{},this.renderer.render(this.parse(e,u),this.options,u)};se.prototype.parseInline=function(e,u){const t=new this.core.State(e,this,u);return t.inlineMode=!0,this.core.process(t),t.tokens};se.prototype.renderInline=function(e,u){return u=u||{},this.renderer.render(this.parseInline(e,u),this.options,u)};function us(e,u){const{manual:t=!1,domPurify:n=!0,...r}=u??{},o=c.ref(c.isRef(e)?c.toValue(e.value):c.isReactive(e)?c.toValue(e):e);c.isRef(e)&&c.watchEffect(()=>{o.value=c.toValue(e.value)});const a=c.ref(""),i=c.ref(),s=se({...r});function l(f){const d=s.render(f);if(a.value=n?ba.sanitize(d):d,i.value)i.value.innerHTML=a.value;else{const v=c.watch(i,x=>{x&&(x.innerHTML=a.value,v())})}return a.value}return t||(l(o.value??""),c.watch(o,f=>{l(f??"")})),{value:o,html:a,domRef:i,md:s,render:l}}function ts(e,u){const{step:t=1,interval:n=50,enabled:r=!0}=u??{},o=c.ref(0),a=c.ref(!1),i=c.ref(!1),s=c.ref(!1),l=c.computed(()=>r?e.value.slice(0,o.value):e.value),f=c.computed(()=>Number(Math.min(o.value/e.value.length*100,100).toFixed(2)));let d=null;const v=Ne.createEventHook(),x=Ne.createEventHook(),p=Ne.createEventHook();c.watch(e,(_,k)=>{if(!k){o.value=0,E();return}_.startsWith(k)||(o.value=0),E()},{immediate:!0});function E(){if(d&&clearTimeout(d),!r){o.value=e.value.length,i.value=!0,s.value=!1,a.value=!1,x.trigger(l.value);return}s.value=!0,a.value=!1,i.value=!1,v.trigger();function _(){if(o.value+=t,p.trigger({index:o.value,value:l.value}),o.value>=e.value.length){o.value=e.value.length,i.value=!0,s.value=!1,x.trigger(l.value);return}d=setTimeout(_,n)}d=setTimeout(_,n)}function A(){d&&clearTimeout(d),a.value=!0,s.value=!1,i.value=!1}function y(){d&&clearTimeout(d),E()}function h(){d&&clearTimeout(d),o.value=0,c.nextTick(()=>{E()})}function m(){d&&clearTimeout(d),s.value=!1,a.value=!1,i.value=!0,o.value=e.value.length,x.trigger(l.value)}function g(){d&&clearTimeout(d),d=null,s.value=!1,a.value=!1,i.value=!1,o.value=0}return{typeIndex:o,paused:a,ended:i,isTyping:s,typedValue:l,progress:f,start:E,pause:A,resume:y,restart:h,stop:m,destroy:g,onStat:v.on,onStop:x.on,onUpdate:p.on}}const ns="code[class*=language-],pre[class*=language-]{background:#282c34;color:#abb2bf;text-shadow:0 1px rgba(0,0,0,.3);font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#3e4451;color:inherit;text-shadow:none}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#3e4451;color:inherit;text-shadow:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}.token.comment,.token.prolog,.token.cdata{color:#5c6370}.token.doctype,.token.punctuation,.token.entity{color:#abb2bf}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#d19a66}.token.keyword{color:#c678dd}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e06c75}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#98c379}.token.variable,.token.operator,.token.function{color:#61afef}.token.url{color:#56b6c2}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#abb2bf}.language-css .token.selector{color:#e06c75}.language-css .token.property{color:#abb2bf}.language-css .token.function,.language-css .token.url>.token.function{color:#56b6c2}.language-css .token.url>.token.string.url{color:#98c379}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#c678dd}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#be5046}.language-json .token.operator{color:#abb2bf}.language-json .token.null.keyword{color:#d19a66}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#abb2bf}.language-markdown .token.url>.token.content{color:#61afef}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#56b6c2}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#5c6370;font-style:italic}.language-markdown .token.code-snippet{color:#98c379}.language-markdown .token.bold .token.content{color:#d19a66}.language-markdown .token.italic .token.content{color:#c678dd}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e06c75}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#abb2bf26;text-shadow:none}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#3a3f4b;color:#828997;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#3e4451;color:#abb2bf}.line-highlight.line-highlight{background:#99bbff0a}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#3a3f4b;color:#abb2bf;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#99bbff0a}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#abb2bf26}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#636d83}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e06c75}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#98c379}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#61afef}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#c678dd}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:#262931}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:#262931}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:#262931}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#31363f}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#abb2bf;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#abb2bf}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}",rs="code[class*=language-],pre[class*=language-]{background:#fafafa;color:#383a42;font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#e5e5e6;color:inherit}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#e5e5e6;color:inherit}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.cdata{color:#a0a1a7}.token.doctype,.token.punctuation,.token.entity{color:#383a42}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#b76b01}.token.keyword{color:#a626a4}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e45649}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#50a14f}.token.variable,.token.operator,.token.function{color:#4078f2}.token.url{color:#0184bc}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#383a42}.language-css .token.selector{color:#e45649}.language-css .token.property{color:#383a42}.language-css .token.function,.language-css .token.url>.token.function{color:#0184bc}.language-css .token.url>.token.string.url{color:#50a14f}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#a626a4}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}.language-json .token.operator{color:#383a42}.language-json .token.null.keyword{color:#b76b01}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#383a42}.language-markdown .token.url>.token.content{color:#4078f2}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#0184bc}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.language-markdown .token.code-snippet{color:#50a14f}.language-markdown .token.bold .token.content{color:#b76b01}.language-markdown .token.italic .token.content{color:#a626a4}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e45649}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#383a4233}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#e5e5e6;color:#696c77;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#c6c7c7;color:#383a42}.line-highlight.line-highlight{background:#383a420d}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#e5e5e6;color:#383a42;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#383a420d}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#383a4233}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#9d9d9f}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e45649}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#50a14f}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#4078f2}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#a626a4}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:hsl(0,0,95%)}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:hsl(0,0,95%)}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:hsl(0,0,95%)}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#fff}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#383a42;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#383a42}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}",{c:pt,cB:zn,cE:ht}={...yt,...Hn},Du=`${Vn}-type-writer`;function os(){return pt([zn("type-writer",{overflowX:"auto"},[ht("cursor::after",{content:"var(--cursor-content)",marginLeft:"2px",display:"inline-block"}),ht("markdown",`${rs}`,[pt("pre",{backgroundColor:"var(--tag-color)",borderRadius:"var(--border-radius)"})])]),pt(".dark",[zn("type-writer",[ht("markdown",`${ns}`)])])])}const is=["innerHTML"],Fr=c.defineComponent({__name:"TypeWriter",props:{value:{},typing:{type:Boolean,default:!0},markdown:{type:Boolean},step:{},interval:{},suffix:{default:"|"}},emits:["start","update","stop"],setup(e,{emit:u}){const t=u;jn(Du,os());const{typedValue:n,isTyping:r,onStat:o,onUpdate:a,onStop:i}=ts(c.computed(()=>e.value??""),{step:e.step,interval:e.interval,enabled:e.typing});o(()=>{t("start")}),a(f=>{t("update",f)}),i(f=>{t("stop",f)});const{html:s}=us(n,{html:!0,linkify:!0,typographer:!0,breaks:!0,highlight:fo}),l=c.computed(()=>e.markdown?s.value:n.value);return(f,d)=>(c.openBlock(),c.createBlock(c.unref(O.NEl),{tag:"div",class:c.normalizeClass([c.unref(Du)])},{default:c.withCtx(()=>[c.createElementVNode("div",{class:c.normalizeClass([c.unref(r)&&!f.markdown?`${c.unref(Du)}__cursor`:void 0,f.markdown?`${c.unref(Du)}__markdown`:void 0]),style:c.normalizeStyle([f.markdown?void 0:{"--cursor-content":`'${f.suffix}'`}]),innerHTML:l.value},null,14,is)]),_:1},8,["class"]))}});exports.NBubble=ko;exports.NConfigProviders=_o;exports.NCopyButton=wo;exports.NDataTablePlus=Ni;exports.NPresetForm=Mi;exports.NPresetInput=Nu;exports.NPresetSelect=Li;exports.NRemoteRequest=Ii;exports.NSearchInput=Qn;exports.NToggleEditor=Gi;exports.NTooltipButton=Wi;exports.NTypeWriter=Fr;
|
|
36
|
+
`;break}return n};Ze.prototype.render=function(e,u,t){let n="";const r=this.rules;for(let o=0,a=e.length;o<a;o++){const i=e[o].type;i==="inline"?n+=this.renderInline(e[o].children,u,t):typeof r[i]<"u"?n+=r[i](e,o,u,t,this):n+=this.renderToken(e,o,u,t)}return n};function ie(){this.__rules__=[],this.__cache__=null}ie.prototype.__find__=function(e){for(let u=0;u<this.__rules__.length;u++)if(this.__rules__[u].name===e)return u;return-1};ie.prototype.__compile__=function(){const e=this,u=[""];e.__rules__.forEach(function(t){t.enabled&&t.alt.forEach(function(n){u.indexOf(n)<0&&u.push(n)})}),e.__cache__={},u.forEach(function(t){e.__cache__[t]=[],e.__rules__.forEach(function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))})})};ie.prototype.at=function(e,u,t){const n=this.__find__(e),r=t||{};if(n===-1)throw new Error("Parser rule not found: "+e);this.__rules__[n].fn=u,this.__rules__[n].alt=r.alt||[],this.__cache__=null};ie.prototype.before=function(e,u,t,n){const r=this.__find__(e),o=n||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(r,0,{name:u,enabled:!0,fn:t,alt:o.alt||[]}),this.__cache__=null};ie.prototype.after=function(e,u,t,n){const r=this.__find__(e),o=n||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(r+1,0,{name:u,enabled:!0,fn:t,alt:o.alt||[]}),this.__cache__=null};ie.prototype.push=function(e,u,t){const n=t||{};this.__rules__.push({name:e,enabled:!0,fn:u,alt:n.alt||[]}),this.__cache__=null};ie.prototype.enable=function(e,u){Array.isArray(e)||(e=[e]);const t=[];return e.forEach(function(n){const r=this.__find__(n);if(r<0){if(u)return;throw new Error("Rules manager: invalid rule name "+n)}this.__rules__[r].enabled=!0,t.push(n)},this),this.__cache__=null,t};ie.prototype.enableOnly=function(e,u){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(t){t.enabled=!1}),this.enable(e,u)};ie.prototype.disable=function(e,u){Array.isArray(e)||(e=[e]);const t=[];return e.forEach(function(n){const r=this.__find__(n);if(r<0){if(u)return;throw new Error("Rules manager: invalid rule name "+n)}this.__rules__[r].enabled=!1,t.push(n)},this),this.__cache__=null,t};ie.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};function pe(e,u,t){this.type=e,this.tag=u,this.attrs=null,this.map=null,this.nesting=t,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}pe.prototype.attrIndex=function(u){if(!this.attrs)return-1;const t=this.attrs;for(let n=0,r=t.length;n<r;n++)if(t[n][0]===u)return n;return-1};pe.prototype.attrPush=function(u){this.attrs?this.attrs.push(u):this.attrs=[u]};pe.prototype.attrSet=function(u,t){const n=this.attrIndex(u),r=[u,t];n<0?this.attrPush(r):this.attrs[n]=r};pe.prototype.attrGet=function(u){const t=this.attrIndex(u);let n=null;return t>=0&&(n=this.attrs[t][1]),n};pe.prototype.attrJoin=function(u,t){const n=this.attrIndex(u);n<0?this.attrPush([u,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t};function fr(e,u,t){this.src=e,this.env=t,this.tokens=[],this.inlineMode=!1,this.md=u}fr.prototype.Token=pe;const a0=/\r\n?|\n/g,c0=/\0/g;function l0(e){let u;u=e.src.replace(a0,`
|
|
37
|
+
`),u=u.replace(c0,"�"),e.src=u}function s0(e){let u;e.inlineMode?(u=new e.Token("inline","",0),u.content=e.src,u.map=[0,1],u.children=[],e.tokens.push(u)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function f0(e){const u=e.tokens;for(let t=0,n=u.length;t<n;t++){const r=u[t];r.type==="inline"&&e.md.inline.parse(r.content,e.md,e.env,r.children)}}function d0(e){return/^<a[>\s]/i.test(e)}function p0(e){return/^<\/a\s*>/i.test(e)}function h0(e){const u=e.tokens;if(e.md.options.linkify)for(let t=0,n=u.length;t<n;t++){if(u[t].type!=="inline"||!e.md.linkify.pretest(u[t].content))continue;let r=u[t].children,o=0;for(let a=r.length-1;a>=0;a--){const i=r[a];if(i.type==="link_close"){for(a--;r[a].level!==i.level&&r[a].type!=="link_open";)a--;continue}if(i.type==="html_inline"&&(d0(i.content)&&o>0&&o--,p0(i.content)&&o++),!(o>0)&&i.type==="text"&&e.md.linkify.test(i.content)){const l=i.content;let s=e.md.linkify.match(l);const f=[];let d=i.level,v=0;s.length>0&&s[0].index===0&&a>0&&r[a-1].type==="text_special"&&(s=s.slice(1));for(let x=0;x<s.length;x++){const p=s[x].url,E=e.md.normalizeLink(p);if(!e.md.validateLink(E))continue;let A=s[x].text;s[x].schema?s[x].schema==="mailto:"&&!/^mailto:/i.test(A)?A=e.md.normalizeLinkText("mailto:"+A).replace(/^mailto:/,""):A=e.md.normalizeLinkText(A):A=e.md.normalizeLinkText("http://"+A).replace(/^http:\/\//,"");const y=s[x].index;if(y>v){const _=new e.Token("text","",0);_.content=l.slice(v,y),_.level=d,f.push(_)}const h=new e.Token("link_open","a",1);h.attrs=[["href",E]],h.level=d++,h.markup="linkify",h.info="auto",f.push(h);const m=new e.Token("text","",0);m.content=A,m.level=d,f.push(m);const g=new e.Token("link_close","a",-1);g.level=--d,g.markup="linkify",g.info="auto",f.push(g),v=s[x].lastIndex}if(v<l.length){const x=new e.Token("text","",0);x.content=l.slice(v),x.level=d,f.push(x)}u[t].children=r=lr(r,a,f)}}}}const dr=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,b0=/\((c|tm|r)\)/i,m0=/\((c|tm|r)\)/ig,g0={c:"©",r:"®",tm:"™"};function x0(e,u){return g0[u.toLowerCase()]}function k0(e){let u=0;for(let t=e.length-1;t>=0;t--){const n=e[t];n.type==="text"&&!u&&(n.content=n.content.replace(m0,x0)),n.type==="link_open"&&n.info==="auto"&&u--,n.type==="link_close"&&n.info==="auto"&&u++}}function _0(e){let u=0;for(let t=e.length-1;t>=0;t--){const n=e[t];n.type==="text"&&!u&&dr.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),n.type==="link_open"&&n.info==="auto"&&u--,n.type==="link_close"&&n.info==="auto"&&u++}}function v0(e){let u;if(e.md.options.typographer)for(u=e.tokens.length-1;u>=0;u--)e.tokens[u].type==="inline"&&(b0.test(e.tokens[u].content)&&k0(e.tokens[u].children),dr.test(e.tokens[u].content)&&_0(e.tokens[u].children))}const y0=/['"]/,Fn=/['"]/g,Sn="’";function wu(e,u,t){return e.slice(0,u)+t+e.slice(u+1)}function E0(e,u){let t;const n=[];for(let r=0;r<e.length;r++){const o=e[r],a=e[r].level;for(t=n.length-1;t>=0&&!(n[t].level<=a);t--);if(n.length=t+1,o.type!=="text")continue;let i=o.content,l=0,s=i.length;e:for(;l<s;){Fn.lastIndex=l;const f=Fn.exec(i);if(!f)break;let d=!0,v=!0;l=f.index+1;const x=f[0]==="'";let p=32;if(f.index-1>=0)p=i.charCodeAt(f.index-1);else for(t=r-1;t>=0&&!(e[t].type==="softbreak"||e[t].type==="hardbreak");t--)if(e[t].content){p=e[t].content.charCodeAt(e[t].content.length-1);break}let E=32;if(l<s)E=i.charCodeAt(l);else for(t=r+1;t<e.length&&!(e[t].type==="softbreak"||e[t].type==="hardbreak");t++)if(e[t].content){E=e[t].content.charCodeAt(0);break}const A=cu(p)||au(String.fromCharCode(p)),y=cu(E)||au(String.fromCharCode(E)),h=iu(p),m=iu(E);if(m?d=!1:y&&(h||A||(d=!1)),h?v=!1:A&&(m||y||(v=!1)),E===34&&f[0]==='"'&&p>=48&&p<=57&&(v=d=!1),d&&v&&(d=A,v=y),!d&&!v){x&&(o.content=wu(o.content,f.index,Sn));continue}if(v)for(t=n.length-1;t>=0;t--){let g=n[t];if(n[t].level<a)break;if(g.single===x&&n[t].level===a){g=n[t];let _,k;x?(_=u.md.options.quotes[2],k=u.md.options.quotes[3]):(_=u.md.options.quotes[0],k=u.md.options.quotes[1]),o.content=wu(o.content,f.index,k),e[g.token].content=wu(e[g.token].content,g.pos,_),l+=k.length-1,g.token===r&&(l+=_.length-1),i=o.content,s=i.length,n.length=t;continue e}}d?n.push({token:r,pos:f.index,single:x,level:a}):v&&x&&(o.content=wu(o.content,f.index,Sn))}}}function A0(e){if(e.md.options.typographer)for(let u=e.tokens.length-1;u>=0;u--)e.tokens[u].type!=="inline"||!y0.test(e.tokens[u].content)||E0(e.tokens[u].children,e)}function w0(e){let u,t;const n=e.tokens,r=n.length;for(let o=0;o<r;o++){if(n[o].type!=="inline")continue;const a=n[o].children,i=a.length;for(u=0;u<i;u++)a[u].type==="text_special"&&(a[u].type="text");for(u=t=0;u<i;u++)a[u].type==="text"&&u+1<i&&a[u+1].type==="text"?a[u+1].content=a[u].content+a[u+1].content:(u!==t&&(a[t]=a[u]),t++);u!==t&&(a.length=t)}}const at=[["normalize",l0],["block",s0],["inline",f0],["linkify",h0],["replacements",v0],["smartquotes",A0],["text_join",w0]];function Rt(){this.ruler=new ie;for(let e=0;e<at.length;e++)this.ruler.push(at[e][0],at[e][1])}Rt.prototype.process=function(e){const u=this.ruler.getRules("");for(let t=0,n=u.length;t<n;t++)u[t](e)};Rt.prototype.State=fr;function ke(e,u,t,n){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;const r=this.src;for(let o=0,a=0,i=0,l=0,s=r.length,f=!1;a<s;a++){const d=r.charCodeAt(a);if(!f)if(H(d)){i++,d===9?l+=4-l%4:l++;continue}else f=!0;(d===10||a===s-1)&&(d!==10&&a++,this.bMarks.push(o),this.eMarks.push(a),this.tShift.push(i),this.sCount.push(l),this.bsCount.push(0),f=!1,i=0,l=0,o=a+1)}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}ke.prototype.push=function(e,u,t){const n=new pe(e,u,t);return n.block=!0,t<0&&this.level--,n.level=this.level,t>0&&this.level++,this.tokens.push(n),n};ke.prototype.isEmpty=function(u){return this.bMarks[u]+this.tShift[u]>=this.eMarks[u]};ke.prototype.skipEmptyLines=function(u){for(let t=this.lineMax;u<t&&!(this.bMarks[u]+this.tShift[u]<this.eMarks[u]);u++);return u};ke.prototype.skipSpaces=function(u){for(let t=this.src.length;u<t;u++){const n=this.src.charCodeAt(u);if(!H(n))break}return u};ke.prototype.skipSpacesBack=function(u,t){if(u<=t)return u;for(;u>t;)if(!H(this.src.charCodeAt(--u)))return u+1;return u};ke.prototype.skipChars=function(u,t){for(let n=this.src.length;u<n&&this.src.charCodeAt(u)===t;u++);return u};ke.prototype.skipCharsBack=function(u,t,n){if(u<=n)return u;for(;u>n;)if(t!==this.src.charCodeAt(--u))return u+1;return u};ke.prototype.getLines=function(u,t,n,r){if(u>=t)return"";const o=new Array(t-u);for(let a=0,i=u;i<t;i++,a++){let l=0;const s=this.bMarks[i];let f=s,d;for(i+1<t||r?d=this.eMarks[i]+1:d=this.eMarks[i];f<d&&l<n;){const v=this.src.charCodeAt(f);if(H(v))v===9?l+=4-(l+this.bsCount[i])%4:l++;else if(f-s<this.tShift[i])l++;else break;f++}l>n?o[a]=new Array(l-n+1).join(" ")+this.src.slice(f,d):o[a]=this.src.slice(f,d)}return o.join("")};ke.prototype.Token=pe;const C0=65536;function ct(e,u){const t=e.bMarks[u]+e.tShift[u],n=e.eMarks[u];return e.src.slice(t,n)}function Tn(e){const u=[],t=e.length;let n=0,r=e.charCodeAt(n),o=!1,a=0,i="";for(;n<t;)r===124&&(o?(i+=e.substring(a,n-1),a=n):(u.push(i+e.substring(a,n)),i="",a=n+1)),o=r===92,n++,r=e.charCodeAt(n);return u.push(i+e.substring(a)),u}function D0(e,u,t,n){if(u+2>t)return!1;let r=u+1;if(e.sCount[r]<e.blkIndent||e.sCount[r]-e.blkIndent>=4)return!1;let o=e.bMarks[r]+e.tShift[r];if(o>=e.eMarks[r])return!1;const a=e.src.charCodeAt(o++);if(a!==124&&a!==45&&a!==58||o>=e.eMarks[r])return!1;const i=e.src.charCodeAt(o++);if(i!==124&&i!==45&&i!==58&&!H(i)||a===45&&H(i))return!1;for(;o<e.eMarks[r];){const g=e.src.charCodeAt(o);if(g!==124&&g!==45&&g!==58&&!H(g))return!1;o++}let l=ct(e,u+1),s=l.split("|");const f=[];for(let g=0;g<s.length;g++){const _=s[g].trim();if(!_){if(g===0||g===s.length-1)continue;return!1}if(!/^:?-+:?$/.test(_))return!1;_.charCodeAt(_.length-1)===58?f.push(_.charCodeAt(0)===58?"center":"right"):_.charCodeAt(0)===58?f.push("left"):f.push("")}if(l=ct(e,u).trim(),l.indexOf("|")===-1||e.sCount[u]-e.blkIndent>=4)return!1;s=Tn(l),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop();const d=s.length;if(d===0||d!==f.length)return!1;if(n)return!0;const v=e.parentType;e.parentType="table";const x=e.md.block.ruler.getRules("blockquote"),p=e.push("table_open","table",1),E=[u,0];p.map=E;const A=e.push("thead_open","thead",1);A.map=[u,u+1];const y=e.push("tr_open","tr",1);y.map=[u,u+1];for(let g=0;g<s.length;g++){const _=e.push("th_open","th",1);f[g]&&(_.attrs=[["style","text-align:"+f[g]]]);const k=e.push("inline","",0);k.content=s[g].trim(),k.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let h,m=0;for(r=u+2;r<t&&!(e.sCount[r]<e.blkIndent);r++){let g=!1;for(let k=0,C=x.length;k<C;k++)if(x[k](e,r,t,!0)){g=!0;break}if(g||(l=ct(e,r).trim(),!l)||e.sCount[r]-e.blkIndent>=4||(s=Tn(l),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop(),m+=d-s.length,m>C0))break;if(r===u+2){const k=e.push("tbody_open","tbody",1);k.map=h=[u+2,0]}const _=e.push("tr_open","tr",1);_.map=[r,r+1];for(let k=0;k<d;k++){const C=e.push("td_open","td",1);f[k]&&(C.attrs=[["style","text-align:"+f[k]]]);const T=e.push("inline","",0);T.content=s[k]?s[k].trim():"",T.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return h&&(e.push("tbody_close","tbody",-1),h[1]=r),e.push("table_close","table",-1),E[1]=r,e.parentType=v,e.line=r,!0}function F0(e,u,t){if(e.sCount[u]-e.blkIndent<4)return!1;let n=u+1,r=n;for(;n<t;){if(e.isEmpty(n)){n++;continue}if(e.sCount[n]-e.blkIndent>=4){n++,r=n;continue}break}e.line=r;const o=e.push("code_block","code",0);return o.content=e.getLines(u,r,4+e.blkIndent,!1)+`
|
|
38
|
+
`,o.map=[u,e.line],!0}function S0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4||r+3>o)return!1;const a=e.src.charCodeAt(r);if(a!==126&&a!==96)return!1;let i=r;r=e.skipChars(r,a);let l=r-i;if(l<3)return!1;const s=e.src.slice(i,r),f=e.src.slice(r,o);if(a===96&&f.indexOf(String.fromCharCode(a))>=0)return!1;if(n)return!0;let d=u,v=!1;for(;d++,!(d>=t||(r=i=e.bMarks[d]+e.tShift[d],o=e.eMarks[d],r<o&&e.sCount[d]<e.blkIndent));)if(e.src.charCodeAt(r)===a&&!(e.sCount[d]-e.blkIndent>=4)&&(r=e.skipChars(r,a),!(r-i<l)&&(r=e.skipSpaces(r),!(r<o)))){v=!0;break}l=e.sCount[u],e.line=d+(v?1:0);const x=e.push("fence","code",0);return x.info=f,x.content=e.getLines(u+1,d,l,!0),x.markup=s,x.map=[u,e.line],!0}function T0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];const a=e.lineMax;if(e.sCount[u]-e.blkIndent>=4||e.src.charCodeAt(r)!==62)return!1;if(n)return!0;const i=[],l=[],s=[],f=[],d=e.md.block.ruler.getRules("blockquote"),v=e.parentType;e.parentType="blockquote";let x=!1,p;for(p=u;p<t;p++){const m=e.sCount[p]<e.blkIndent;if(r=e.bMarks[p]+e.tShift[p],o=e.eMarks[p],r>=o)break;if(e.src.charCodeAt(r++)===62&&!m){let _=e.sCount[p]+1,k,C;e.src.charCodeAt(r)===32?(r++,_++,C=!1,k=!0):e.src.charCodeAt(r)===9?(k=!0,(e.bsCount[p]+_)%4===3?(r++,_++,C=!1):C=!0):k=!1;let T=_;for(i.push(e.bMarks[p]),e.bMarks[p]=r;r<o;){const F=e.src.charCodeAt(r);if(H(F))F===9?T+=4-(T+e.bsCount[p]+(C?1:0))%4:T++;else break;r++}x=r>=o,l.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(k?1:0),s.push(e.sCount[p]),e.sCount[p]=T-_,f.push(e.tShift[p]),e.tShift[p]=r-e.bMarks[p];continue}if(x)break;let g=!1;for(let _=0,k=d.length;_<k;_++)if(d[_](e,p,t,!0)){g=!0;break}if(g){e.lineMax=p,e.blkIndent!==0&&(i.push(e.bMarks[p]),l.push(e.bsCount[p]),f.push(e.tShift[p]),s.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}i.push(e.bMarks[p]),l.push(e.bsCount[p]),f.push(e.tShift[p]),s.push(e.sCount[p]),e.sCount[p]=-1}const E=e.blkIndent;e.blkIndent=0;const A=e.push("blockquote_open","blockquote",1);A.markup=">";const y=[u,0];A.map=y,e.md.block.tokenize(e,u,p);const h=e.push("blockquote_close","blockquote",-1);h.markup=">",e.lineMax=a,e.parentType=v,y[1]=e.line;for(let m=0;m<f.length;m++)e.bMarks[m+u]=i[m],e.tShift[m+u]=f[m],e.sCount[m+u]=s[m],e.bsCount[m+u]=l[m];return e.blkIndent=E,!0}function P0(e,u,t,n){const r=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4)return!1;let o=e.bMarks[u]+e.tShift[u];const a=e.src.charCodeAt(o++);if(a!==42&&a!==45&&a!==95)return!1;let i=1;for(;o<r;){const s=e.src.charCodeAt(o++);if(s!==a&&!H(s))return!1;s===a&&i++}if(i<3)return!1;if(n)return!0;e.line=u+1;const l=e.push("hr","hr",0);return l.map=[u,e.line],l.markup=Array(i+1).join(String.fromCharCode(a)),!0}function Pn(e,u){const t=e.eMarks[u];let n=e.bMarks[u]+e.tShift[u];const r=e.src.charCodeAt(n++);if(r!==42&&r!==45&&r!==43)return-1;if(n<t){const o=e.src.charCodeAt(n);if(!H(o))return-1}return n}function Rn(e,u){const t=e.bMarks[u]+e.tShift[u],n=e.eMarks[u];let r=t;if(r+1>=n)return-1;let o=e.src.charCodeAt(r++);if(o<48||o>57)return-1;for(;;){if(r>=n)return-1;if(o=e.src.charCodeAt(r++),o>=48&&o<=57){if(r-t>=10)return-1;continue}if(o===41||o===46)break;return-1}return r<n&&(o=e.src.charCodeAt(r),!H(o))?-1:r}function R0(e,u){const t=e.level+2;for(let n=u+2,r=e.tokens.length-2;n<r;n++)e.tokens[n].level===t&&e.tokens[n].type==="paragraph_open"&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}function O0(e,u,t,n){let r,o,a,i,l=u,s=!0;if(e.sCount[l]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[l]-e.listIndent>=4&&e.sCount[l]<e.blkIndent)return!1;let f=!1;n&&e.parentType==="paragraph"&&e.sCount[l]>=e.blkIndent&&(f=!0);let d,v,x;if((x=Rn(e,l))>=0){if(d=!0,a=e.bMarks[l]+e.tShift[l],v=Number(e.src.slice(a,x-1)),f&&v!==1)return!1}else if((x=Pn(e,l))>=0)d=!1;else return!1;if(f&&e.skipSpaces(x)>=e.eMarks[l])return!1;if(n)return!0;const p=e.src.charCodeAt(x-1),E=e.tokens.length;d?(i=e.push("ordered_list_open","ol",1),v!==1&&(i.attrs=[["start",v]])):i=e.push("bullet_list_open","ul",1);const A=[l,0];i.map=A,i.markup=String.fromCharCode(p);let y=!1;const h=e.md.block.ruler.getRules("list"),m=e.parentType;for(e.parentType="list";l<t;){o=x,r=e.eMarks[l];const g=e.sCount[l]+x-(e.bMarks[l]+e.tShift[l]);let _=g;for(;o<r;){const $=e.src.charCodeAt(o);if($===9)_+=4-(_+e.bsCount[l])%4;else if($===32)_++;else break;o++}const k=o;let C;k>=r?C=1:C=_-g,C>4&&(C=1);const T=g+C;i=e.push("list_item_open","li",1),i.markup=String.fromCharCode(p);const F=[l,0];i.map=F,d&&(i.info=e.src.slice(a,x-1));const L=e.tight,M=e.tShift[l],X=e.sCount[l],fe=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=T,e.tight=!0,e.tShift[l]=k-e.bMarks[l],e.sCount[l]=_,k>=r&&e.isEmpty(l+1)?e.line=Math.min(e.line+2,t):e.md.block.tokenize(e,l,t,!0),(!e.tight||y)&&(s=!1),y=e.line-l>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=fe,e.tShift[l]=M,e.sCount[l]=X,e.tight=L,i=e.push("list_item_close","li",-1),i.markup=String.fromCharCode(p),l=e.line,F[1]=l,l>=t||e.sCount[l]<e.blkIndent||e.sCount[l]-e.blkIndent>=4)break;let S=!1;for(let $=0,Q=h.length;$<Q;$++)if(h[$](e,l,t,!0)){S=!0;break}if(S)break;if(d){if(x=Rn(e,l),x<0)break;a=e.bMarks[l]+e.tShift[l]}else if(x=Pn(e,l),x<0)break;if(p!==e.src.charCodeAt(x-1))break}return d?i=e.push("ordered_list_close","ol",-1):i=e.push("bullet_list_close","ul",-1),i.markup=String.fromCharCode(p),A[1]=l,e.line=l,e.parentType=m,s&&R0(e,E),!0}function N0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u],a=u+1;if(e.sCount[u]-e.blkIndent>=4||e.src.charCodeAt(r)!==91)return!1;function i(h){const m=e.lineMax;if(h>=m||e.isEmpty(h))return null;let g=!1;if(e.sCount[h]-e.blkIndent>3&&(g=!0),e.sCount[h]<0&&(g=!0),!g){const C=e.md.block.ruler.getRules("reference"),T=e.parentType;e.parentType="reference";let F=!1;for(let L=0,M=C.length;L<M;L++)if(C[L](e,h,m,!0)){F=!0;break}if(e.parentType=T,F)return null}const _=e.bMarks[h]+e.tShift[h],k=e.eMarks[h];return e.src.slice(_,k+1)}let l=e.src.slice(r,o+1);o=l.length;let s=-1;for(r=1;r<o;r++){const h=l.charCodeAt(r);if(h===91)return!1;if(h===93){s=r;break}else if(h===10){const m=i(a);m!==null&&(l+=m,o=l.length,a++)}else if(h===92&&(r++,r<o&&l.charCodeAt(r)===10)){const m=i(a);m!==null&&(l+=m,o=l.length,a++)}}if(s<0||l.charCodeAt(s+1)!==58)return!1;for(r=s+2;r<o;r++){const h=l.charCodeAt(r);if(h===10){const m=i(a);m!==null&&(l+=m,o=l.length,a++)}else if(!H(h))break}const f=e.md.helpers.parseLinkDestination(l,r,o);if(!f.ok)return!1;const d=e.md.normalizeLink(f.str);if(!e.md.validateLink(d))return!1;r=f.pos;const v=r,x=a,p=r;for(;r<o;r++){const h=l.charCodeAt(r);if(h===10){const m=i(a);m!==null&&(l+=m,o=l.length,a++)}else if(!H(h))break}let E=e.md.helpers.parseLinkTitle(l,r,o);for(;E.can_continue;){const h=i(a);if(h===null)break;l+=h,r=o,o=l.length,a++,E=e.md.helpers.parseLinkTitle(l,r,o,E)}let A;for(r<o&&p!==r&&E.ok?(A=E.str,r=E.pos):(A="",r=v,a=x);r<o;){const h=l.charCodeAt(r);if(!H(h))break;r++}if(r<o&&l.charCodeAt(r)!==10&&A)for(A="",r=v,a=x;r<o;){const h=l.charCodeAt(r);if(!H(h))break;r++}if(r<o&&l.charCodeAt(r)!==10)return!1;const y=zu(l.slice(1,s));return y?(n||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[y]>"u"&&(e.env.references[y]={title:A,href:d}),e.line=a),!0):!1}const B0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],M0="[a-zA-Z_:][a-zA-Z0-9:._-]*",L0="[^\"'=<>`\\x00-\\x20]+",I0="'[^']*'",z0='"[^"]*"',$0="(?:"+L0+"|"+I0+"|"+z0+")",U0="(?:\\s+"+M0+"(?:\\s*=\\s*"+$0+")?)",pr="<[A-Za-z][A-Za-z0-9\\-]*"+U0+"*\\s*\\/?>",hr="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",q0="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",j0="<[?][\\s\\S]*?[?]>",H0="<![A-Za-z][^>]*>",V0="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",G0=new RegExp("^(?:"+pr+"|"+hr+"|"+q0+"|"+j0+"|"+H0+"|"+V0+")"),W0=new RegExp("^(?:"+pr+"|"+hr+")"),He=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+B0.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(W0.source+"\\s*$"),/^$/,!1]];function Z0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(r)!==60)return!1;let a=e.src.slice(r,o),i=0;for(;i<He.length&&!He[i][0].test(a);i++);if(i===He.length)return!1;if(n)return He[i][2];let l=u+1;if(!He[i][1].test(a)){for(;l<t&&!(e.sCount[l]<e.blkIndent);l++)if(r=e.bMarks[l]+e.tShift[l],o=e.eMarks[l],a=e.src.slice(r,o),He[i][1].test(a)){a.length!==0&&l++;break}}e.line=l;const s=e.push("html_block","",0);return s.map=[u,l],s.content=e.getLines(u,l,e.blkIndent,!0),!0}function Y0(e,u,t,n){let r=e.bMarks[u]+e.tShift[u],o=e.eMarks[u];if(e.sCount[u]-e.blkIndent>=4)return!1;let a=e.src.charCodeAt(r);if(a!==35||r>=o)return!1;let i=1;for(a=e.src.charCodeAt(++r);a===35&&r<o&&i<=6;)i++,a=e.src.charCodeAt(++r);if(i>6||r<o&&!H(a))return!1;if(n)return!0;o=e.skipSpacesBack(o,r);const l=e.skipCharsBack(o,35,r);l>r&&H(e.src.charCodeAt(l-1))&&(o=l),e.line=u+1;const s=e.push("heading_open","h"+String(i),1);s.markup="########".slice(0,i),s.map=[u,e.line];const f=e.push("inline","",0);f.content=e.src.slice(r,o).trim(),f.map=[u,e.line],f.children=[];const d=e.push("heading_close","h"+String(i),-1);return d.markup="########".slice(0,i),!0}function X0(e,u,t){const n=e.md.block.ruler.getRules("paragraph");if(e.sCount[u]-e.blkIndent>=4)return!1;const r=e.parentType;e.parentType="paragraph";let o=0,a,i=u+1;for(;i<t&&!e.isEmpty(i);i++){if(e.sCount[i]-e.blkIndent>3)continue;if(e.sCount[i]>=e.blkIndent){let x=e.bMarks[i]+e.tShift[i];const p=e.eMarks[i];if(x<p&&(a=e.src.charCodeAt(x),(a===45||a===61)&&(x=e.skipChars(x,a),x=e.skipSpaces(x),x>=p))){o=a===61?1:2;break}}if(e.sCount[i]<0)continue;let v=!1;for(let x=0,p=n.length;x<p;x++)if(n[x](e,i,t,!0)){v=!0;break}if(v)break}if(!o)return!1;const l=e.getLines(u,i,e.blkIndent,!1).trim();e.line=i+1;const s=e.push("heading_open","h"+String(o),1);s.markup=String.fromCharCode(a),s.map=[u,e.line];const f=e.push("inline","",0);f.content=l,f.map=[u,e.line-1],f.children=[];const d=e.push("heading_close","h"+String(o),-1);return d.markup=String.fromCharCode(a),e.parentType=r,!0}function Q0(e,u,t){const n=e.md.block.ruler.getRules("paragraph"),r=e.parentType;let o=u+1;for(e.parentType="paragraph";o<t&&!e.isEmpty(o);o++){if(e.sCount[o]-e.blkIndent>3||e.sCount[o]<0)continue;let s=!1;for(let f=0,d=n.length;f<d;f++)if(n[f](e,o,t,!0)){s=!0;break}if(s)break}const a=e.getLines(u,o,e.blkIndent,!1).trim();e.line=o;const i=e.push("paragraph_open","p",1);i.map=[u,e.line];const l=e.push("inline","",0);return l.content=a,l.map=[u,e.line],l.children=[],e.push("paragraph_close","p",-1),e.parentType=r,!0}const Cu=[["table",D0,["paragraph","reference"]],["code",F0],["fence",S0,["paragraph","reference","blockquote","list"]],["blockquote",T0,["paragraph","reference","blockquote","list"]],["hr",P0,["paragraph","reference","blockquote","list"]],["list",O0,["paragraph","reference","blockquote"]],["reference",N0],["html_block",Z0,["paragraph","reference","blockquote"]],["heading",Y0,["paragraph","reference","blockquote"]],["lheading",X0],["paragraph",Q0]];function $u(){this.ruler=new ie;for(let e=0;e<Cu.length;e++)this.ruler.push(Cu[e][0],Cu[e][1],{alt:(Cu[e][2]||[]).slice()})}$u.prototype.tokenize=function(e,u,t){const n=this.ruler.getRules(""),r=n.length,o=e.md.options.maxNesting;let a=u,i=!1;for(;a<t&&(e.line=a=e.skipEmptyLines(a),!(a>=t||e.sCount[a]<e.blkIndent));){if(e.level>=o){e.line=t;break}const l=e.line;let s=!1;for(let f=0;f<r;f++)if(s=n[f](e,a,t,!1),s){if(l>=e.line)throw new Error("block rule didn't increment state.line");break}if(!s)throw new Error("none of the block rules matched");e.tight=!i,e.isEmpty(e.line-1)&&(i=!0),a=e.line,a<t&&e.isEmpty(a)&&(i=!0,a++,e.line=a)}};$u.prototype.parse=function(e,u,t,n){if(!e)return;const r=new this.State(e,u,t,n);this.tokenize(r,r.line,r.lineMax)};$u.prototype.State=ke;function fu(e,u,t,n){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}fu.prototype.pushPending=function(){const e=new pe("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};fu.prototype.push=function(e,u,t){this.pending&&this.pushPending();const n=new pe(e,u,t);let r=null;return t<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),n.level=this.level,t>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],r={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(r),n};fu.prototype.scanDelims=function(e,u){const t=this.posMax,n=this.src.charCodeAt(e),r=e>0?this.src.charCodeAt(e-1):32;let o=e;for(;o<t&&this.src.charCodeAt(o)===n;)o++;const a=o-e,i=o<t?this.src.charCodeAt(o):32,l=cu(r)||au(String.fromCharCode(r)),s=cu(i)||au(String.fromCharCode(i)),f=iu(r),d=iu(i),v=!d&&(!s||f||l),x=!f&&(!l||d||s);return{can_open:v&&(u||!x||l),can_close:x&&(u||!v||s),length:a}};fu.prototype.Token=pe;function J0(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function K0(e,u){let t=e.pos;for(;t<e.posMax&&!J0(e.src.charCodeAt(t));)t++;return t===e.pos?!1:(u||(e.pending+=e.src.slice(e.pos,t)),e.pos=t,!0)}const ec=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function uc(e,u){if(!e.md.options.linkify||e.linkLevel>0)return!1;const t=e.pos,n=e.posMax;if(t+3>n||e.src.charCodeAt(t)!==58||e.src.charCodeAt(t+1)!==47||e.src.charCodeAt(t+2)!==47)return!1;const r=e.pending.match(ec);if(!r)return!1;const o=r[1],a=e.md.linkify.matchAtStart(e.src.slice(t-o.length));if(!a)return!1;let i=a.url;if(i.length<=o.length)return!1;i=i.replace(/\*+$/,"");const l=e.md.normalizeLink(i);if(!e.md.validateLink(l))return!1;if(!u){e.pending=e.pending.slice(0,-o.length);const s=e.push("link_open","a",1);s.attrs=[["href",l]],s.markup="linkify",s.info="auto";const f=e.push("text","",0);f.content=e.md.normalizeLinkText(i);const d=e.push("link_close","a",-1);d.markup="linkify",d.info="auto"}return e.pos+=i.length-o.length,!0}function tc(e,u){let t=e.pos;if(e.src.charCodeAt(t)!==10)return!1;const n=e.pending.length-1,r=e.posMax;if(!u)if(n>=0&&e.pending.charCodeAt(n)===32)if(n>=1&&e.pending.charCodeAt(n-1)===32){let o=n-1;for(;o>=1&&e.pending.charCodeAt(o-1)===32;)o--;e.pending=e.pending.slice(0,o),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(t++;t<r&&H(e.src.charCodeAt(t));)t++;return e.pos=t,!0}const Ot=[];for(let e=0;e<256;e++)Ot.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){Ot[e.charCodeAt(0)]=1});function nc(e,u){let t=e.pos;const n=e.posMax;if(e.src.charCodeAt(t)!==92||(t++,t>=n))return!1;let r=e.src.charCodeAt(t);if(r===10){for(u||e.push("hardbreak","br",0),t++;t<n&&(r=e.src.charCodeAt(t),!!H(r));)t++;return e.pos=t,!0}let o=e.src[t];if(r>=55296&&r<=56319&&t+1<n){const i=e.src.charCodeAt(t+1);i>=56320&&i<=57343&&(o+=e.src[t+1],t++)}const a="\\"+o;if(!u){const i=e.push("text_special","",0);r<256&&Ot[r]!==0?i.content=o:i.content=a,i.markup=a,i.info="escape"}return e.pos=t+1,!0}function rc(e,u){let t=e.pos;if(e.src.charCodeAt(t)!==96)return!1;const r=t;t++;const o=e.posMax;for(;t<o&&e.src.charCodeAt(t)===96;)t++;const a=e.src.slice(r,t),i=a.length;if(e.backticksScanned&&(e.backticks[i]||0)<=r)return u||(e.pending+=a),e.pos+=i,!0;let l=t,s;for(;(s=e.src.indexOf("`",l))!==-1;){for(l=s+1;l<o&&e.src.charCodeAt(l)===96;)l++;const f=l-s;if(f===i){if(!u){const d=e.push("code_inline","code",0);d.markup=a,d.content=e.src.slice(t,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=l,!0}e.backticks[f]=s}return e.backticksScanned=!0,u||(e.pending+=a),e.pos+=i,!0}function oc(e,u){const t=e.pos,n=e.src.charCodeAt(t);if(u||n!==126)return!1;const r=e.scanDelims(e.pos,!0);let o=r.length;const a=String.fromCharCode(n);if(o<2)return!1;let i;o%2&&(i=e.push("text","",0),i.content=a,o--);for(let l=0;l<o;l+=2)i=e.push("text","",0),i.content=a+a,e.delimiters.push({marker:n,length:0,token:e.tokens.length-1,end:-1,open:r.can_open,close:r.can_close});return e.pos+=r.length,!0}function On(e,u){let t;const n=[],r=u.length;for(let o=0;o<r;o++){const a=u[o];if(a.marker!==126||a.end===-1)continue;const i=u[a.end];t=e.tokens[a.token],t.type="s_open",t.tag="s",t.nesting=1,t.markup="~~",t.content="",t=e.tokens[i.token],t.type="s_close",t.tag="s",t.nesting=-1,t.markup="~~",t.content="",e.tokens[i.token-1].type==="text"&&e.tokens[i.token-1].content==="~"&&n.push(i.token-1)}for(;n.length;){const o=n.pop();let a=o+1;for(;a<e.tokens.length&&e.tokens[a].type==="s_close";)a++;a--,o!==a&&(t=e.tokens[a],e.tokens[a]=e.tokens[o],e.tokens[o]=t)}}function ic(e){const u=e.tokens_meta,t=e.tokens_meta.length;On(e,e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&On(e,u[n].delimiters)}const br={tokenize:oc,postProcess:ic};function ac(e,u){const t=e.pos,n=e.src.charCodeAt(t);if(u||n!==95&&n!==42)return!1;const r=e.scanDelims(e.pos,n===42);for(let o=0;o<r.length;o++){const a=e.push("text","",0);a.content=String.fromCharCode(n),e.delimiters.push({marker:n,length:r.length,token:e.tokens.length-1,end:-1,open:r.can_open,close:r.can_close})}return e.pos+=r.length,!0}function Nn(e,u){const t=u.length;for(let n=t-1;n>=0;n--){const r=u[n];if(r.marker!==95&&r.marker!==42||r.end===-1)continue;const o=u[r.end],a=n>0&&u[n-1].end===r.end+1&&u[n-1].marker===r.marker&&u[n-1].token===r.token-1&&u[r.end+1].token===o.token+1,i=String.fromCharCode(r.marker),l=e.tokens[r.token];l.type=a?"strong_open":"em_open",l.tag=a?"strong":"em",l.nesting=1,l.markup=a?i+i:i,l.content="";const s=e.tokens[o.token];s.type=a?"strong_close":"em_close",s.tag=a?"strong":"em",s.nesting=-1,s.markup=a?i+i:i,s.content="",a&&(e.tokens[u[n-1].token].content="",e.tokens[u[r.end+1].token].content="",n--)}}function cc(e){const u=e.tokens_meta,t=e.tokens_meta.length;Nn(e,e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&Nn(e,u[n].delimiters)}const mr={tokenize:ac,postProcess:cc};function lc(e,u){let t,n,r,o,a="",i="",l=e.pos,s=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;const f=e.pos,d=e.posMax,v=e.pos+1,x=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(x<0)return!1;let p=x+1;if(p<d&&e.src.charCodeAt(p)===40){for(s=!1,p++;p<d&&(t=e.src.charCodeAt(p),!(!H(t)&&t!==10));p++);if(p>=d)return!1;if(l=p,r=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),r.ok){for(a=e.md.normalizeLink(r.str),e.md.validateLink(a)?p=r.pos:a="",l=p;p<d&&(t=e.src.charCodeAt(p),!(!H(t)&&t!==10));p++);if(r=e.md.helpers.parseLinkTitle(e.src,p,e.posMax),p<d&&l!==p&&r.ok)for(i=r.str,p=r.pos;p<d&&(t=e.src.charCodeAt(p),!(!H(t)&&t!==10));p++);}(p>=d||e.src.charCodeAt(p)!==41)&&(s=!0),p++}if(s){if(typeof e.env.references>"u")return!1;if(p<d&&e.src.charCodeAt(p)===91?(l=p+1,p=e.md.helpers.parseLinkLabel(e,p),p>=0?n=e.src.slice(l,p++):p=x+1):p=x+1,n||(n=e.src.slice(v,x)),o=e.env.references[zu(n)],!o)return e.pos=f,!1;a=o.href,i=o.title}if(!u){e.pos=v,e.posMax=x;const E=e.push("link_open","a",1),A=[["href",a]];E.attrs=A,i&&A.push(["title",i]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=d,!0}function sc(e,u){let t,n,r,o,a,i,l,s,f="";const d=e.pos,v=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;const x=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(o=p+1,o<v&&e.src.charCodeAt(o)===40){for(o++;o<v&&(t=e.src.charCodeAt(o),!(!H(t)&&t!==10));o++);if(o>=v)return!1;for(s=o,i=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),i.ok&&(f=e.md.normalizeLink(i.str),e.md.validateLink(f)?o=i.pos:f=""),s=o;o<v&&(t=e.src.charCodeAt(o),!(!H(t)&&t!==10));o++);if(i=e.md.helpers.parseLinkTitle(e.src,o,e.posMax),o<v&&s!==o&&i.ok)for(l=i.str,o=i.pos;o<v&&(t=e.src.charCodeAt(o),!(!H(t)&&t!==10));o++);else l="";if(o>=v||e.src.charCodeAt(o)!==41)return e.pos=d,!1;o++}else{if(typeof e.env.references>"u")return!1;if(o<v&&e.src.charCodeAt(o)===91?(s=o+1,o=e.md.helpers.parseLinkLabel(e,o),o>=0?r=e.src.slice(s,o++):o=p+1):o=p+1,r||(r=e.src.slice(x,p)),a=e.env.references[zu(r)],!a)return e.pos=d,!1;f=a.href,l=a.title}if(!u){n=e.src.slice(x,p);const E=[];e.md.inline.parse(n,e.md,e.env,E);const A=e.push("image","img",0),y=[["src",f],["alt",""]];A.attrs=y,A.children=E,A.content=n,l&&y.push(["title",l])}return e.pos=o,e.posMax=v,!0}const fc=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,dc=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function pc(e,u){let t=e.pos;if(e.src.charCodeAt(t)!==60)return!1;const n=e.pos,r=e.posMax;for(;;){if(++t>=r)return!1;const a=e.src.charCodeAt(t);if(a===60)return!1;if(a===62)break}const o=e.src.slice(n+1,t);if(dc.test(o)){const a=e.md.normalizeLink(o);if(!e.md.validateLink(a))return!1;if(!u){const i=e.push("link_open","a",1);i.attrs=[["href",a]],i.markup="autolink",i.info="auto";const l=e.push("text","",0);l.content=e.md.normalizeLinkText(o);const s=e.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return e.pos+=o.length+2,!0}if(fc.test(o)){const a=e.md.normalizeLink("mailto:"+o);if(!e.md.validateLink(a))return!1;if(!u){const i=e.push("link_open","a",1);i.attrs=[["href",a]],i.markup="autolink",i.info="auto";const l=e.push("text","",0);l.content=e.md.normalizeLinkText(o);const s=e.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return e.pos+=o.length+2,!0}return!1}function hc(e){return/^<a[>\s]/i.test(e)}function bc(e){return/^<\/a\s*>/i.test(e)}function mc(e){const u=e|32;return u>=97&&u<=122}function gc(e,u){if(!e.md.options.html)return!1;const t=e.posMax,n=e.pos;if(e.src.charCodeAt(n)!==60||n+2>=t)return!1;const r=e.src.charCodeAt(n+1);if(r!==33&&r!==63&&r!==47&&!mc(r))return!1;const o=e.src.slice(n).match(G0);if(!o)return!1;if(!u){const a=e.push("html_inline","",0);a.content=o[0],hc(a.content)&&e.linkLevel++,bc(a.content)&&e.linkLevel--}return e.pos+=o[0].length,!0}const xc=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,kc=/^&([a-z][a-z0-9]{1,31});/i;function _c(e,u){const t=e.pos,n=e.posMax;if(e.src.charCodeAt(t)!==38||t+1>=n)return!1;if(e.src.charCodeAt(t+1)===35){const o=e.src.slice(t).match(xc);if(o){if(!u){const a=o[1][0].toLowerCase()==="x"?parseInt(o[1].slice(1),16):parseInt(o[1],10),i=e.push("text_special","",0);i.content=Pt(a)?Mu(a):Mu(65533),i.markup=o[0],i.info="entity"}return e.pos+=o[0].length,!0}}else{const o=e.src.slice(t).match(kc);if(o){const a=cr(o[0]);if(a!==o[0]){if(!u){const i=e.push("text_special","",0);i.content=a,i.markup=o[0],i.info="entity"}return e.pos+=o[0].length,!0}}}return!1}function Bn(e){const u={},t=e.length;if(!t)return;let n=0,r=-2;const o=[];for(let a=0;a<t;a++){const i=e[a];if(o.push(0),(e[n].marker!==i.marker||r!==i.token-1)&&(n=a),r=i.token,i.length=i.length||0,!i.close)continue;u.hasOwnProperty(i.marker)||(u[i.marker]=[-1,-1,-1,-1,-1,-1]);const l=u[i.marker][(i.open?3:0)+i.length%3];let s=n-o[n]-1,f=s;for(;s>l;s-=o[s]+1){const d=e[s];if(d.marker===i.marker&&d.open&&d.end<0){let v=!1;if((d.close||i.open)&&(d.length+i.length)%3===0&&(d.length%3!==0||i.length%3!==0)&&(v=!0),!v){const x=s>0&&!e[s-1].open?o[s-1]+1:0;o[a]=a-s+x,o[s]=x,i.open=!1,d.end=a,d.close=!1,f=-1,r=-2;break}}}f!==-1&&(u[i.marker][(i.open?3:0)+(i.length||0)%3]=f)}}function vc(e){const u=e.tokens_meta,t=e.tokens_meta.length;Bn(e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&Bn(u[n].delimiters)}function yc(e){let u,t,n=0;const r=e.tokens,o=e.tokens.length;for(u=t=0;u<o;u++)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++);u!==t&&(r.length=t)}const lt=[["text",K0],["linkify",uc],["newline",tc],["escape",nc],["backticks",rc],["strikethrough",br.tokenize],["emphasis",mr.tokenize],["link",lc],["image",sc],["autolink",pc],["html_inline",gc],["entity",_c]],st=[["balance_pairs",vc],["strikethrough",br.postProcess],["emphasis",mr.postProcess],["fragments_join",yc]];function du(){this.ruler=new ie;for(let e=0;e<lt.length;e++)this.ruler.push(lt[e][0],lt[e][1]);this.ruler2=new ie;for(let e=0;e<st.length;e++)this.ruler2.push(st[e][0],st[e][1])}du.prototype.skipToken=function(e){const u=e.pos,t=this.ruler.getRules(""),n=t.length,r=e.md.options.maxNesting,o=e.cache;if(typeof o[u]<"u"){e.pos=o[u];return}let a=!1;if(e.level<r){for(let i=0;i<n;i++)if(e.level++,a=t[i](e,!0),e.level--,a){if(u>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;a||e.pos++,o[u]=e.pos};du.prototype.tokenize=function(e){const u=this.ruler.getRules(""),t=u.length,n=e.posMax,r=e.md.options.maxNesting;for(;e.pos<n;){const o=e.pos;let a=!1;if(e.level<r){for(let i=0;i<t;i++)if(a=u[i](e,!1),a){if(o>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}if(a){if(e.pos>=n)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};du.prototype.parse=function(e,u,t,n){const r=new this.State(e,u,t,n);this.tokenize(r);const o=this.ruler2.getRules(""),a=o.length;for(let i=0;i<a;i++)o[i](r)};du.prototype.State=fu;function Ec(e){const u={};e=e||{},u.src_Any=nr.source,u.src_Cc=rr.source,u.src_Z=ir.source,u.src_P=St.source,u.src_ZPCc=[u.src_Z,u.src_P,u.src_Cc].join("|"),u.src_ZCc=[u.src_Z,u.src_Cc].join("|");const t="[><|]";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["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+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="(?:"+u.src_xn+"|"+u.src_pseudo_letter+"{1,63})",u.src_domain="(?:"+u.src_xn+"|(?:"+u.src_pseudo_letter+")|(?:"+u.src_pseudo_letter+"(?:-|"+u.src_pseudo_letter+"){0,61}"+u.src_pseudo_letter+"))",u.src_host="(?:(?:(?:(?:"+u.src_domain+")\\.)*"+u.src_domain+"))",u.tpl_host_fuzzy="(?:"+u.src_ip4+"|(?:(?:(?:"+u.src_domain+")\\.)+(?:%TLDS%)))",u.tpl_host_no_ip_fuzzy="(?:(?:(?:"+u.src_domain+")\\.)+(?:%TLDS%))",u.src_host_strict=u.src_host+u.src_host_terminator,u.tpl_host_fuzzy_strict=u.tpl_host_fuzzy+u.src_host_terminator,u.src_host_port_strict=u.src_host+u.src_port+u.src_host_terminator,u.tpl_host_port_fuzzy_strict=u.tpl_host_fuzzy+u.src_port+u.src_host_terminator,u.tpl_host_port_no_ip_fuzzy_strict=u.tpl_host_no_ip_fuzzy+u.src_port+u.src_host_terminator,u.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+u.src_ZPCc+"|>|$))",u.tpl_email_fuzzy="(^|"+t+'|"|\\(|'+u.src_ZCc+")("+u.src_email_name+"@"+u.tpl_host_fuzzy_strict+")",u.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+u.src_ZPCc+"))((?![$+<=>^`||])"+u.tpl_host_port_fuzzy_strict+u.src_path+")",u.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+u.src_ZPCc+"))((?![$+<=>^`||])"+u.tpl_host_port_no_ip_fuzzy_strict+u.src_path+")",u}function kt(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(n){e[n]=t[n]})}),e}function Uu(e){return Object.prototype.toString.call(e)}function Ac(e){return Uu(e)==="[object String]"}function wc(e){return Uu(e)==="[object Object]"}function Cc(e){return Uu(e)==="[object RegExp]"}function Mn(e){return Uu(e)==="[object Function]"}function Dc(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const gr={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Fc(e){return Object.keys(e||{}).reduce(function(u,t){return u||gr.hasOwnProperty(t)},!1)}const Sc={"http:":{validate:function(e,u,t){const n=e.slice(u);return t.re.http||(t.re.http=new RegExp("^\\/\\/"+t.re.src_auth+t.re.src_host_port_strict+t.re.src_path,"i")),t.re.http.test(n)?n.match(t.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,u,t){const n=e.slice(u);return t.re.no_http||(t.re.no_http=new RegExp("^"+t.re.src_auth+"(?:localhost|(?:(?:"+t.re.src_domain+")\\.)+"+t.re.src_domain_root+")"+t.re.src_port+t.re.src_host_terminator+t.re.src_path,"i")),t.re.no_http.test(n)?u>=3&&e[u-3]===":"||u>=3&&e[u-3]==="/"?0:n.match(t.re.no_http)[0].length:0}},"mailto:":{validate:function(e,u,t){const n=e.slice(u);return t.re.mailto||(t.re.mailto=new RegExp("^"+t.re.src_email_name+"@"+t.re.src_host_strict,"i")),t.re.mailto.test(n)?n.match(t.re.mailto)[0].length:0}}},Tc="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]",Pc="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Rc(e){e.__index__=-1,e.__text_cache__=""}function Oc(e){return function(u,t){const n=u.slice(t);return e.test(n)?n.match(e)[0].length:0}}function Ln(){return function(e,u){u.normalize(e)}}function Lu(e){const u=e.re=Ec(e.__opts__),t=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||t.push(Tc),t.push(u.src_xn),u.src_tlds=t.join("|");function n(i){return i.replace("%TLDS%",u.src_tlds)}u.email_fuzzy=RegExp(n(u.tpl_email_fuzzy),"i"),u.link_fuzzy=RegExp(n(u.tpl_link_fuzzy),"i"),u.link_no_ip_fuzzy=RegExp(n(u.tpl_link_no_ip_fuzzy),"i"),u.host_fuzzy_test=RegExp(n(u.tpl_host_fuzzy_test),"i");const r=[];e.__compiled__={};function o(i,l){throw new Error('(LinkifyIt) Invalid schema "'+i+'": '+l)}Object.keys(e.__schemas__).forEach(function(i){const l=e.__schemas__[i];if(l===null)return;const s={validate:null,link:null};if(e.__compiled__[i]=s,wc(l)){Cc(l.validate)?s.validate=Oc(l.validate):Mn(l.validate)?s.validate=l.validate:o(i,l),Mn(l.normalize)?s.normalize=l.normalize:l.normalize?o(i,l):s.normalize=Ln();return}if(Ac(l)){r.push(i);return}o(i,l)}),r.forEach(function(i){e.__compiled__[e.__schemas__[i]]&&(e.__compiled__[i].validate=e.__compiled__[e.__schemas__[i]].validate,e.__compiled__[i].normalize=e.__compiled__[e.__schemas__[i]].normalize)}),e.__compiled__[""]={validate:null,normalize:Ln()};const a=Object.keys(e.__compiled__).filter(function(i){return i.length>0&&e.__compiled__[i]}).map(Dc).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+u.src_ZPCc+"))("+a+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+u.src_ZPCc+"))("+a+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),Rc(e)}function Nc(e,u){const t=e.__index__,n=e.__last_index__,r=e.__text_cache__.slice(t,n);this.schema=e.__schema__.toLowerCase(),this.index=t+u,this.lastIndex=n+u,this.raw=r,this.text=r,this.url=r}function _t(e,u){const t=new Nc(e,u);return e.__compiled__[t.schema].normalize(t,e),t}function ce(e,u){if(!(this instanceof ce))return new ce(e,u);u||Fc(e)&&(u=e,e={}),this.__opts__=kt({},gr,u),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=kt({},Sc,e),this.__compiled__={},this.__tlds__=Pc,this.__tlds_replaced__=!1,this.re={},Lu(this)}ce.prototype.add=function(u,t){return this.__schemas__[u]=t,Lu(this),this};ce.prototype.set=function(u){return this.__opts__=kt(this.__opts__,u),this};ce.prototype.test=function(u){if(this.__text_cache__=u,this.__index__=-1,!u.length)return!1;let t,n,r,o,a,i,l,s,f;if(this.re.schema_test.test(u)){for(l=this.re.schema_search,l.lastIndex=0;(t=l.exec(u))!==null;)if(o=this.testSchemaAt(u,t[2],l.lastIndex),o){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+o;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(s=u.search(this.re.host_fuzzy_test),s>=0&&(this.__index__<0||s<this.__index__)&&(n=u.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(a=n.index+n[1].length,(this.__index__<0||a<this.__index__)&&(this.__schema__="",this.__index__=a,this.__last_index__=n.index+n[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(f=u.indexOf("@"),f>=0&&(r=u.match(this.re.email_fuzzy))!==null&&(a=r.index+r[1].length,i=r.index+r[0].length,(this.__index__<0||a<this.__index__||a===this.__index__&&i>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=i))),this.__index__>=0};ce.prototype.pretest=function(u){return this.re.pretest.test(u)};ce.prototype.testSchemaAt=function(u,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(u,n,this):0};ce.prototype.match=function(u){const t=[];let n=0;this.__index__>=0&&this.__text_cache__===u&&(t.push(_t(this,n)),n=this.__last_index__);let r=n?u.slice(n):u;for(;this.test(r);)t.push(_t(this,n)),r=r.slice(this.__last_index__),n+=this.__last_index__;return t.length?t:null};ce.prototype.matchAtStart=function(u){if(this.__text_cache__=u,this.__index__=-1,!u.length)return null;const t=this.re.schema_at_start.exec(u);if(!t)return null;const n=this.testSchemaAt(u,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,_t(this,0)):null};ce.prototype.tlds=function(u,t){return u=Array.isArray(u)?u:[u],t?(this.__tlds__=this.__tlds__.concat(u).sort().filter(function(n,r,o){return n!==o[r-1]}).reverse(),Lu(this),this):(this.__tlds__=u.slice(),this.__tlds_replaced__=!0,Lu(this),this)};ce.prototype.normalize=function(u){u.schema||(u.url="http://"+u.url),u.schema==="mailto:"&&!/^mailto:/i.test(u.url)&&(u.url="mailto:"+u.url)};ce.prototype.onCompile=function(){};const Ve=2147483647,me=36,Nt=1,lu=26,Bc=38,Mc=700,xr=72,kr=128,_r="-",Lc=/^xn--/,Ic=/[^\0-\x7F]/,zc=/[\x2E\u3002\uFF0E\uFF61]/g,$c={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ft=me-Nt,ge=Math.floor,dt=String.fromCharCode;function De(e){throw new RangeError($c[e])}function Uc(e,u){const t=[];let n=e.length;for(;n--;)t[n]=u(e[n]);return t}function vr(e,u){const t=e.split("@");let n="";t.length>1&&(n=t[0]+"@",e=t[1]),e=e.replace(zc,".");const r=e.split("."),o=Uc(r,u).join(".");return n+o}function yr(e){const u=[];let t=0;const n=e.length;for(;t<n;){const r=e.charCodeAt(t++);if(r>=55296&&r<=56319&&t<n){const o=e.charCodeAt(t++);(o&64512)==56320?u.push(((r&1023)<<10)+(o&1023)+65536):(u.push(r),t--)}else u.push(r)}return u}const qc=e=>String.fromCodePoint(...e),jc=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:me},In=function(e,u){return e+22+75*(e<26)-((u!=0)<<5)},Er=function(e,u,t){let n=0;for(e=t?ge(e/Mc):e>>1,e+=ge(e/u);e>ft*lu>>1;n+=me)e=ge(e/ft);return ge(n+(ft+1)*e/(e+Bc))},Ar=function(e){const u=[],t=e.length;let n=0,r=kr,o=xr,a=e.lastIndexOf(_r);a<0&&(a=0);for(let i=0;i<a;++i)e.charCodeAt(i)>=128&&De("not-basic"),u.push(e.charCodeAt(i));for(let i=a>0?a+1:0;i<t;){const l=n;for(let f=1,d=me;;d+=me){i>=t&&De("invalid-input");const v=jc(e.charCodeAt(i++));v>=me&&De("invalid-input"),v>ge((Ve-n)/f)&&De("overflow"),n+=v*f;const x=d<=o?Nt:d>=o+lu?lu:d-o;if(v<x)break;const p=me-x;f>ge(Ve/p)&&De("overflow"),f*=p}const s=u.length+1;o=Er(n-l,s,l==0),ge(n/s)>Ve-r&&De("overflow"),r+=ge(n/s),n%=s,u.splice(n++,0,r)}return String.fromCodePoint(...u)},wr=function(e){const u=[];e=yr(e);const t=e.length;let n=kr,r=0,o=xr;for(const l of e)l<128&&u.push(dt(l));const a=u.length;let i=a;for(a&&u.push(_r);i<t;){let l=Ve;for(const f of e)f>=n&&f<l&&(l=f);const s=i+1;l-n>ge((Ve-r)/s)&&De("overflow"),r+=(l-n)*s,n=l;for(const f of e)if(f<n&&++r>Ve&&De("overflow"),f===n){let d=r;for(let v=me;;v+=me){const x=v<=o?Nt:v>=o+lu?lu:v-o;if(d<x)break;const p=d-x,E=me-x;u.push(dt(In(x+p%E,0))),d=ge(p/E)}u.push(dt(In(d,0))),o=Er(r,s,i===a),r=0,++i}++r,++n}return u.join("")},Hc=function(e){return vr(e,function(u){return Lc.test(u)?Ar(u.slice(4).toLowerCase()):u})},Vc=function(e){return vr(e,function(u){return Ic.test(u)?"xn--"+wr(u):u})},Cr={version:"2.3.1",ucs2:{decode:yr,encode:qc},decode:Ar,encode:wr,toASCII:Vc,toUnicode:Hc},Gc={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},Wc={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},Zc={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Yc={default:Gc,zero:Wc,commonmark:Zc},Xc=/^(vbscript|javascript|file|data):/,Qc=/^data:image\/(gif|png|jpeg|webp);/;function Jc(e){const u=e.trim().toLowerCase();return Xc.test(u)?Qc.test(u):!0}const Dr=["http:","https:","mailto:"];function Kc(e){const u=Ft(e,!0);if(u.hostname&&(!u.protocol||Dr.indexOf(u.protocol)>=0))try{u.hostname=Cr.toASCII(u.hostname)}catch{}return su(Dt(u))}function el(e){const u=Ft(e,!0);if(u.hostname&&(!u.protocol||Dr.indexOf(u.protocol)>=0))try{u.hostname=Cr.toUnicode(u.hostname)}catch{}return Ge(Dt(u),Ge.defaultChars+"%")}function se(e,u){if(!(this instanceof se))return new se(e,u);u||Tt(e)||(u=e||{},e="default"),this.inline=new du,this.block=new $u,this.core=new Rt,this.renderer=new Ze,this.linkify=new ce,this.validateLink=Jc,this.normalizeLink=Kc,this.normalizeLinkText=el,this.utils=t0,this.helpers=Iu({},i0),this.options={},this.configure(e),u&&this.set(u)}se.prototype.set=function(e){return Iu(this.options,e),this};se.prototype.configure=function(e){const u=this;if(Tt(e)){const t=e;if(e=Yc[t],!e)throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&u.set(e.options),e.components&&Object.keys(e.components).forEach(function(t){e.components[t].rules&&u[t].ruler.enableOnly(e.components[t].rules),e.components[t].rules2&&u[t].ruler2.enableOnly(e.components[t].rules2)}),this};se.prototype.enable=function(e,u){let t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(r){t=t.concat(this[r].ruler.enable(e,!0))},this),t=t.concat(this.inline.ruler2.enable(e,!0));const n=e.filter(function(r){return t.indexOf(r)<0});if(n.length&&!u)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this};se.prototype.disable=function(e,u){let t=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(r){t=t.concat(this[r].ruler.disable(e,!0))},this),t=t.concat(this.inline.ruler2.disable(e,!0));const n=e.filter(function(r){return t.indexOf(r)<0});if(n.length&&!u)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this};se.prototype.use=function(e){const u=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,u),this};se.prototype.parse=function(e,u){if(typeof e!="string")throw new Error("Input data should be a String");const t=new this.core.State(e,this,u);return this.core.process(t),t.tokens};se.prototype.render=function(e,u){return u=u||{},this.renderer.render(this.parse(e,u),this.options,u)};se.prototype.parseInline=function(e,u){const t=new this.core.State(e,this,u);return t.inlineMode=!0,this.core.process(t),t.tokens};se.prototype.renderInline=function(e,u){return u=u||{},this.renderer.render(this.parseInline(e,u),this.options,u)};function ul(e,u){const{manual:t=!1,domPurify:n=!0,...r}=u??{},o=c.ref(c.isRef(e)?c.toValue(e.value):c.isReactive(e)?c.toValue(e):e);c.isRef(e)&&c.watchEffect(()=>{o.value=c.toValue(e.value)});const a=c.ref(""),i=c.ref(),l=se({...r});function s(f){const d=l.render(f);if(a.value=n?ba.sanitize(d):d,i.value)i.value.innerHTML=a.value;else{const v=c.watch(i,x=>{x&&(x.innerHTML=a.value,v())})}return a.value}return t||(s(o.value??""),c.watch(o,f=>{s(f??"")})),{value:o,html:a,domRef:i,md:l,render:s}}function tl(e,u){const{step:t=1,interval:n=50,enabled:r=!0}=u??{},o=c.ref(0),a=c.ref(!1),i=c.ref(!1),l=c.ref(!1),s=c.computed(()=>r?e.value.slice(0,o.value):e.value),f=c.computed(()=>Number(Math.min(o.value/e.value.length*100,100).toFixed(2)));let d=null;const v=Te.createEventHook(),x=Te.createEventHook(),p=Te.createEventHook();c.watch(e,(_,k)=>{if(!k){o.value=0,E();return}_.startsWith(k)||(o.value=0),E()},{immediate:!0});function E(){if(d&&clearTimeout(d),!r){o.value=e.value.length,i.value=!0,l.value=!1,a.value=!1,x.trigger(s.value);return}l.value=!0,a.value=!1,i.value=!1,v.trigger();function _(){if(o.value+=t,p.trigger({index:o.value,value:s.value}),o.value>=e.value.length){o.value=e.value.length,i.value=!0,l.value=!1,x.trigger(s.value);return}d=setTimeout(_,n)}d=setTimeout(_,n)}function A(){d&&clearTimeout(d),a.value=!0,l.value=!1,i.value=!1}function y(){d&&clearTimeout(d),E()}function h(){d&&clearTimeout(d),o.value=0,c.nextTick(()=>{E()})}function m(){d&&clearTimeout(d),l.value=!1,a.value=!1,i.value=!0,o.value=e.value.length,x.trigger(s.value)}function g(){d&&clearTimeout(d),d=null,l.value=!1,a.value=!1,i.value=!1,o.value=0}return{typeIndex:o,paused:a,ended:i,isTyping:l,typedValue:s,progress:f,start:E,pause:A,resume:y,restart:h,stop:m,destroy:g,onStat:v.on,onStop:x.on,onUpdate:p.on}}const nl="code[class*=language-],pre[class*=language-]{background:#282c34;color:#abb2bf;text-shadow:0 1px rgba(0,0,0,.3);font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#3e4451;color:inherit;text-shadow:none}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#3e4451;color:inherit;text-shadow:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}.token.comment,.token.prolog,.token.cdata{color:#5c6370}.token.doctype,.token.punctuation,.token.entity{color:#abb2bf}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#d19a66}.token.keyword{color:#c678dd}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e06c75}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#98c379}.token.variable,.token.operator,.token.function{color:#61afef}.token.url{color:#56b6c2}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#abb2bf}.language-css .token.selector{color:#e06c75}.language-css .token.property{color:#abb2bf}.language-css .token.function,.language-css .token.url>.token.function{color:#56b6c2}.language-css .token.url>.token.string.url{color:#98c379}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#c678dd}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#be5046}.language-json .token.operator{color:#abb2bf}.language-json .token.null.keyword{color:#d19a66}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#abb2bf}.language-markdown .token.url>.token.content{color:#61afef}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#56b6c2}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#5c6370;font-style:italic}.language-markdown .token.code-snippet{color:#98c379}.language-markdown .token.bold .token.content{color:#d19a66}.language-markdown .token.italic .token.content{color:#c678dd}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e06c75}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#abb2bf26;text-shadow:none}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#3a3f4b;color:#828997;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#3e4451;color:#abb2bf}.line-highlight.line-highlight{background:#99bbff0a}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#3a3f4b;color:#abb2bf;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#99bbff0a}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#abb2bf26}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#636d83}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e06c75}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#98c379}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#61afef}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#c678dd}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:#262931}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:#262931}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:#262931}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#31363f}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#abb2bf;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#abb2bf}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}",rl="code[class*=language-],pre[class*=language-]{background:#fafafa;color:#383a42;font-family:Fira Code,Fira Mono,Menlo,Consolas,DejaVu Sans Mono,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-]::-moz-selection,code[class*=language-] *::-moz-selection,pre[class*=language-] *::-moz-selection{background:#e5e5e6;color:inherit}code[class*=language-]::selection,code[class*=language-] *::selection,pre[class*=language-] *::selection{background:#e5e5e6;color:inherit}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-]{padding:.2em .3em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.cdata{color:#a0a1a7}.token.doctype,.token.punctuation,.token.entity{color:#383a42}.token.attr-name,.token.class-name,.token.boolean,.token.constant,.token.number,.token.atrule{color:#b76b01}.token.keyword{color:#a626a4}.token.property,.token.tag,.token.symbol,.token.deleted,.token.important{color:#e45649}.token.selector,.token.string,.token.char,.token.builtin,.token.inserted,.token.regex,.token.attr-value,.token.attr-value>.token.punctuation{color:#50a14f}.token.variable,.token.operator,.token.function{color:#4078f2}.token.url{color:#0184bc}.token.attr-value>.token.punctuation.attr-equals,.token.special-attr>.token.attr-value>.token.value.css{color:#383a42}.language-css .token.selector{color:#e45649}.language-css .token.property{color:#383a42}.language-css .token.function,.language-css .token.url>.token.function{color:#0184bc}.language-css .token.url>.token.string.url{color:#50a14f}.language-css .token.important,.language-css .token.atrule .token.rule,.language-javascript .token.operator{color:#a626a4}.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}.language-json .token.operator{color:#383a42}.language-json .token.null.keyword{color:#b76b01}.language-markdown .token.url,.language-markdown .token.url>.token.operator,.language-markdown .token.url-reference.url>.token.string{color:#383a42}.language-markdown .token.url>.token.content{color:#4078f2}.language-markdown .token.url>.token.url,.language-markdown .token.url-reference.url{color:#0184bc}.language-markdown .token.blockquote.punctuation,.language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.language-markdown .token.code-snippet{color:#50a14f}.language-markdown .token.bold .token.content{color:#b76b01}.language-markdown .token.italic .token.content{color:#a626a4}.language-markdown .token.strike .token.content,.language-markdown .token.strike .token.punctuation,.language-markdown .token.list.punctuation,.language-markdown .token.title.important>.token.punctuation{color:#e45649}.token.bold{font-weight:700}.token.comment,.token.italic{font-style:italic}.token.entity{cursor:help}.token.namespace{opacity:.8}.token.token.tab:not(:empty):before,.token.token.cr:before,.token.token.lf:before,.token.token.space:before{color:#383a4233}div.code-toolbar>.toolbar.toolbar>.toolbar-item{margin-right:.4em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span{background:#e5e5e6;color:#696c77;padding:.1em .4em;border-radius:.3em}div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus{background:#c6c7c7;color:#383a42}.line-highlight.line-highlight{background:#383a420d}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background:#e5e5e6;color:#383a42;padding:.1em .6em;border-radius:.3em;box-shadow:0 2px #0003}pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:#383a420d}.line-numbers.line-numbers .line-numbers-rows,.command-line .command-line-prompt{border-right-color:#383a4233}.line-numbers .line-numbers-rows>span:before,.command-line .command-line-prompt>span:before{color:#9d9d9f}.rainbow-braces .token.token.punctuation.brace-level-1,.rainbow-braces .token.token.punctuation.brace-level-5,.rainbow-braces .token.token.punctuation.brace-level-9{color:#e45649}.rainbow-braces .token.token.punctuation.brace-level-2,.rainbow-braces .token.token.punctuation.brace-level-6,.rainbow-braces .token.token.punctuation.brace-level-10{color:#50a14f}.rainbow-braces .token.token.punctuation.brace-level-3,.rainbow-braces .token.token.punctuation.brace-level-7,.rainbow-braces .token.token.punctuation.brace-level-11{color:#4078f2}.rainbow-braces .token.token.punctuation.brace-level-4,.rainbow-braces .token.token.punctuation.brace-level-8,.rainbow-braces .token.token.punctuation.brace-level-12{color:#a626a4}pre.diff-highlight>code .token.token.deleted:not(.prefix),pre>code.diff-highlight .token.token.deleted:not(.prefix){background-color:#ff526626}pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection{background-color:#fb566940}pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection{background-color:#fb566940}pre.diff-highlight>code .token.token.inserted:not(.prefix),pre>code.diff-highlight .token.token.inserted:not(.prefix){background-color:#1aff5b26}pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection{background-color:#38e06240}pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection{background-color:#38e06240}.prism-previewer.prism-previewer:before,.prism-previewer-gradient.prism-previewer-gradient div{border-color:hsl(0,0,95%)}.prism-previewer-color.prism-previewer-color:before,.prism-previewer-gradient.prism-previewer-gradient div,.prism-previewer-easing.prism-previewer-easing:before{border-radius:.3em}.prism-previewer.prism-previewer:after{border-top-color:hsl(0,0,95%)}.prism-previewer-flipped.prism-previewer-flipped.after{border-bottom-color:hsl(0,0,95%)}.prism-previewer-angle.prism-previewer-angle:before,.prism-previewer-time.prism-previewer-time:before,.prism-previewer-easing.prism-previewer-easing{background:#fff}.prism-previewer-angle.prism-previewer-angle circle,.prism-previewer-time.prism-previewer-time circle{stroke:#383a42;stroke-opacity:1}.prism-previewer-easing.prism-previewer-easing circle,.prism-previewer-easing.prism-previewer-easing path,.prism-previewer-easing.prism-previewer-easing line{stroke:#383a42}.prism-previewer-easing.prism-previewer-easing circle{fill:transparent}",{c:pt,cB:zn,cE:ht}={...yt,...Hn},Du=`${Vn}-type-writer`;function ol(){return pt([zn("type-writer",{overflowX:"auto"},[ht("cursor::after",{content:"var(--cursor-content)",marginLeft:"2px",display:"inline-block"}),ht("markdown",`${rl}`,[pt("pre",{backgroundColor:"var(--tag-color)",borderRadius:"var(--border-radius)"})])]),pt(".dark",[zn("type-writer",[ht("markdown",`${nl}`)])])])}const il=["innerHTML"],Fr=c.defineComponent({__name:"TypeWriter",props:{value:{},typing:{type:Boolean,default:!0},markdown:{type:Boolean},step:{},interval:{},suffix:{default:"|"}},emits:["start","update","stop"],setup(e,{emit:u}){const t=u;jn(Du,ol());const{typedValue:n,isTyping:r,onStat:o,onUpdate:a,onStop:i}=tl(c.computed(()=>e.value??""),{step:e.step,interval:e.interval,enabled:e.typing});o(()=>{t("start")}),a(f=>{t("update",f)}),i(f=>{t("stop",f)});const{html:l}=ul(n,{html:!0,linkify:!0,typographer:!0,breaks:!0,highlight:fo}),s=c.computed(()=>e.markdown?l.value:n.value);return(f,d)=>(c.openBlock(),c.createBlock(c.unref(O.NEl),{tag:"div",class:c.normalizeClass([c.unref(Du)])},{default:c.withCtx(()=>[c.createElementVNode("div",{class:c.normalizeClass([c.unref(r)&&!f.markdown?`${c.unref(Du)}__cursor`:void 0,f.markdown?`${c.unref(Du)}__markdown`:void 0]),style:c.normalizeStyle([f.markdown?void 0:{"--cursor-content":`'${f.suffix}'`}]),innerHTML:s.value},null,14,il)]),_:1},8,["class"]))}});exports.NBubble=ko;exports.NConfigProviders=_o;exports.NCopyButton=wo;exports.NDataTablePlus=Ni;exports.NPresetForm=Mi;exports.NPresetInput=Nu;exports.NPresetSelect=Li;exports.NRemoteRequest=Ii;exports.NSearchInput=Qn;exports.NToggleEditor=Gi;exports.NTooltipButton=Wi;exports.NTypeWriter=Fr;
|