@oiij/naive-ui 0.0.2 → 0.0.4

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.
Files changed (45) hide show
  1. package/README.md +2 -15
  2. package/dist/_virtual/rolldown_runtime.cjs +30 -0
  3. package/dist/components/_utils/cssr-bem.d.ts +1 -0
  4. package/dist/components/_utils/index.d.ts +3 -0
  5. package/dist/components/_utils/prismjs.d.ts +1 -0
  6. package/dist/components/_utils/transition.cssr.d.ts +10 -0
  7. package/dist/components/bubble/Bubble.vue.d.ts +26 -0
  8. package/dist/components/bubble/bubble.cssr.d.ts +2 -0
  9. package/dist/components/bubble/index.d.ts +16 -0
  10. package/dist/components/config-providers/ConfigProviders.vue.d.ts +2 -20
  11. package/dist/components/config-providers/index.d.ts +19 -0
  12. package/dist/components/copy-button/CopyButton.vue.d.ts +3 -10
  13. package/dist/components/copy-button/index.d.ts +8 -0
  14. package/dist/components/data-table-plus/DataTablePlus.vue.d.ts +75 -0
  15. package/dist/components/data-table-plus/FilterTemplate.vue.d.ts +20 -0
  16. package/dist/components/data-table-plus/index.d.ts +53 -0
  17. package/dist/components/icons/EosIconsThreeDotsLoading.vue.d.ts +2 -0
  18. package/dist/components/icons/MageCopyFill.vue.d.ts +2 -0
  19. package/dist/components/icons/RiSearch2Line.vue.d.ts +2 -0
  20. package/dist/components/index.d.ts +4 -0
  21. package/dist/components/search-input/SearchInput.vue.d.ts +2076 -15
  22. package/dist/components/search-input/index.d.ts +10 -0
  23. package/dist/components/toggle-editor/ToggleEditor.vue.d.ts +1046 -0
  24. package/dist/components/toggle-editor/index.d.ts +1 -0
  25. package/dist/components/tooltip-button/TooltipButton.vue.d.ts +3 -8
  26. package/dist/components/tooltip-button/index.d.ts +6 -0
  27. package/dist/components/type-writer/TypeWriter.vue.d.ts +17 -0
  28. package/dist/components/type-writer/index.d.ts +9 -0
  29. package/dist/components/type-writer/type-writer.cssr.d.ts +2 -0
  30. package/dist/components.cjs +38 -1
  31. package/dist/components.js +6755 -132
  32. package/dist/components.umd.cjs +38 -1
  33. package/dist/composables/useNaiveForm.cjs +61 -0
  34. package/dist/composables/useNaiveForm.d.cts +36 -0
  35. package/dist/composables/useNaiveForm.d.ts +36 -0
  36. package/dist/composables/useNaiveForm.js +60 -0
  37. package/dist/composables/useNaiveTheme.cjs +120 -0
  38. package/dist/composables/useNaiveTheme.d.cts +165 -0
  39. package/dist/composables/useNaiveTheme.d.ts +165 -0
  40. package/dist/composables/useNaiveTheme.js +119 -0
  41. package/dist/index.cjs +4 -181
  42. package/dist/index.d.cts +2 -50
  43. package/dist/index.d.ts +2 -50
  44. package/dist/index.js +2 -155
  45. package/package.json +29 -65
@@ -1 +1,38 @@
1
- (function(i,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("vue"),require("naive-ui"),require("@vueuse/core")):typeof define=="function"&&define.amd?define(["exports","vue","naive-ui","@vueuse/core"],o):(i=typeof globalThis<"u"?globalThis:i||self,o(i["@oiij/naive-ui"]={},i.Vue,i.NaiveUI,i.VueUseCore))})(this,function(i,o,t,f){"use strict";const P=o.defineComponent({__name:"ConfigProviders",props:{globalStyle:{type:Boolean,default:!1},configProviderProps:{},loadingBarProps:{},dialogProviderProps:{},modalProviderProps:{},notificationProviderProps:{},messageProviderProps:{}},setup(r){function s(){window.$dialog=t.useDialog(),window.$loadingBar=t.useLoadingBar(),window.$message=t.useMessage(),window.$modal=t.useModal(),window.$notification=t.useNotification()}const n=o.defineComponent({setup(){o.onMounted(()=>{s()})},render(){return null}});return(e,a)=>(o.openBlock(),o.createBlock(o.unref(t.NConfigProvider),o.normalizeProps(o.guardReactiveProps(e.configProviderProps)),{default:o.withCtx(()=>[o.createVNode(o.unref(t.NLoadingBarProvider),o.normalizeProps(o.guardReactiveProps(e.loadingBarProps)),{default:o.withCtx(()=>[o.createVNode(o.unref(t.NDialogProvider),o.normalizeProps(o.guardReactiveProps(e.dialogProviderProps)),{default:o.withCtx(()=>[o.createVNode(o.unref(t.NModalProvider),o.normalizeProps(o.guardReactiveProps(e.modalProviderProps)),{default:o.withCtx(()=>[o.createVNode(o.unref(t.NNotificationProvider),o.normalizeProps(o.guardReactiveProps(e.notificationProviderProps)),{default:o.withCtx(()=>[o.createVNode(o.unref(t.NMessageProvider),o.normalizeProps(o.guardReactiveProps(e.messageProviderProps)),{default:o.withCtx(()=>[o.renderSlot(e.$slots,"default"),o.createVNode(o.unref(n))]),_:3},16)]),_:3},16)]),_:3},16)]),_:3},16)]),_:3},16),e.globalStyle?(o.openBlock(),o.createBlock(o.unref(t.NGlobalStyle),{key:0})):o.createCommentVNode("",!0)]),_:3},16))}}),m=o.defineComponent({__name:"CopyButton",props:{value:{},config:{},tooltipProps:{},buttonProps:{}},emits:["copied"],setup(r,{emit:s}){const n=s,{copied:e,copy:a}=f.useClipboard({source:r.value,...r.config});o.watch(e,()=>{e.value&&n("copied",r.value)});function d(p){p.preventDefault(),a()}return(p,l)=>(o.openBlock(),o.createBlock(o.unref(t.NTooltip),o.normalizeProps(o.guardReactiveProps(p.tooltipProps)),{trigger:o.withCtx(()=>[o.createElementVNode("span",{style:{cursor:"pointer"},onClick:d},[o.renderSlot(p.$slots,"default",{},()=>[o.createVNode(o.unref(t.NButton),o.mergeProps({quaternary:"",size:"tiny"},p.buttonProps),{icon:o.withCtx(()=>[o.renderSlot(p.$slots,"icon",{},()=>[l[0]||(l[0]=o.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 24 24"},[o.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"})],-1))])]),_:3},16)])])]),default:o.withCtx(()=>[o.renderSlot(p.$slots,"tooltip",{},()=>[o.createTextVNode(o.toDisplayString(o.unref(e)?"复制成功":"复制"),1)])]),_:3},16))}}),g=({delay:r},s)=>{let n,e=!0;const a=(...d)=>{e?(clearTimeout(n),n=setTimeout(()=>{e&&s(...d),n=void 0},r)):s(...d)};return a.isPending=()=>n!==void 0,a.cancel=()=>{e=!1},a.flush=(...d)=>s(...d),a},u=o.defineComponent({__name:"SearchInput",props:{value:{},autoTrigger:{type:[Boolean,Number],default:!0},searchButton:{type:Boolean,default:!0},inputProps:{},buttonProps:{}},emits:["update:value"],setup(r,{emit:s}){const n=s,e=o.ref(r.value);o.watch(()=>r.value,l=>{e.value=l});const a=g({delay:typeof r.autoTrigger=="number"?r.autoTrigger:500},()=>{n("update:value",e.value)});o.watch(e,()=>{r.autoTrigger&&a()});function d(){n("update:value",e.value)}function p(l){l.key==="Enter"&&d()}return(l,c)=>(o.openBlock(),o.createBlock(o.unref(t.NInputGroup),null,{default:o.withCtx(()=>[o.createVNode(o.unref(t.NInput),o.mergeProps({value:e.value,"onUpdate:value":c[0]||(c[0]=h=>e.value=h),placeholder:"搜索"},l.inputProps,{onKeydown:p}),{prefix:o.withCtx(()=>[o.renderSlot(l.$slots,"icon",{},()=>[c[1]||(c[1]=o.createElementVNode("i",{class:"i-mage-search"},null,-1))])]),_:3},16,["value"]),o.renderSlot(l.$slots,"button",{},()=>[l.searchButton?(o.openBlock(),o.createBlock(o.unref(t.NButton),o.mergeProps({key:0},l.buttonProps,{onClick:d}),{icon:o.withCtx(()=>c[2]||(c[2]=[o.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 24 24"},[o.createElementVNode("path",{fill:"none",stroke:"#757575","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M10.783 18.828a8.05 8.05 0 0 0 7.439-4.955a8.03 8.03 0 0 0-1.737-8.765a8.045 8.045 0 0 0-13.735 5.68c0 2.131.846 4.174 2.352 5.681a8.05 8.05 0 0 0 5.68 2.359m5.706-2.337l4.762 4.759"})],-1)])),_:1},16)):o.createCommentVNode("",!0)])]),_:3}))}}),w=o.defineComponent({__name:"TooltipButton",props:{value:{},tooltipProps:{},buttonProps:{}},emits:["click"],setup(r,{emit:s}){const n=s;return(e,a)=>(o.openBlock(),o.createBlock(o.unref(t.NTooltip),o.normalizeProps(o.guardReactiveProps(e.tooltipProps)),{trigger:o.withCtx(()=>[o.createVNode(o.unref(t.NButton),o.mergeProps(e.buttonProps,{onClick:a[0]||(a[0]=d=>n("click",d))}),{icon:o.withCtx(()=>[o.renderSlot(e.$slots,"icon")]),default:o.withCtx(()=>[o.renderSlot(e.$slots,"default")]),_:3},16)]),default:o.withCtx(()=>[o.renderSlot(e.$slots,"tooltip",{},()=>[o.createTextVNode(o.toDisplayString(e.value),1)])]),_:3},16))}});i.NConfigProviders=P,i.NCopyButton=m,i.NSearchInput=u,i.NTooltipButton=w,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
1
+ (function(Q,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("vue"),require("naive-ui"),require("@vueuse/core")):typeof define=="function"&&define.amd?define(["exports","vue","naive-ui","@vueuse/core"],c):(Q=typeof globalThis<"u"?globalThis:Q||self,c(Q["@oiij/naive-ui"]={},Q.Vue,Q.NaiveUI,Q.VueUseCore))})(this,function(Q,c,M,Oe){"use strict";function vr(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(C){E=C.bem.b,A=C.bem.els,C.bem.els=null},after(C){C.bem.b=E,C.bem.els=A},$({context:C,props:m}){return p=typeof p=="string"?p:p({context:C,props:m}),C.bem.b=p,`${(m==null?void 0:m.bPrefix)||u}${C.bem.b}`}}}function i(p){let E;return{before(A){E=A.bem.els},after(A){A.bem.els=E},$({context:A,props:C}){return p=typeof p=="string"?p:p({context:A,props:C}),A.bem.els=p.split(",").map(m=>m.trim()),A.bem.els.map(m=>`${(C==null?void 0:C.bPrefix)||u}${A.bem.b}${t}${m}`).join(", ")}}}function l(p){return{$({context:E,props:A}){p=typeof p=="string"?p:p({context:E,props:A});const C=p.split(",").map(g=>g.trim());function m(g){return C.map(_=>`&${(A==null?void 0:A.bPrefix)||u}${E.bem.b}${g!==void 0?`${t}${g}`:""}${n}${_}`).join(", ")}const b=E.bem.els;if(b!==null){if(process.env.NODE_ENV!=="production"&&b.length>=2)throw Error(`[css-render/plugin-bem]: m(${p}) is invalid, using modifier inside multiple elements is not allowed`);return m(b[0])}else return m()}}}function s(p){return{$({context:E,props:A}){p=typeof p=="string"?p:p({context:E,props:A});const C=E.bem.els;if(process.env.NODE_ENV!=="production"&&C!==null&&C.length>=2)throw Error(`[css-render/plugin-bem]: notM(${p}) is invalid, using modifier inside multiple elements is not allowed`);return`&:not(${(A==null?void 0:A.bPrefix)||u}${E.bem.b}${C!==null&&C.length>0?`${t}${C[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 Tr(e){let u=0;for(let t=0;t<e.length;++t)e[t]==="&"&&++u;return u}const Mt=/\s*,(?![^(]*\))\s*/g,Sr=/\s+/g;function Rr(e,u){const t=[];return u.split(Mt).forEach(n=>{let r=Tr(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 Pr(e,u){const t=[];return u.split(Mt).forEach(n=>{e.forEach(r=>{t.push((r&&r+" ")+n)})}),t}function Nr(e){let u=[""];return e.forEach(t=>{t=t&&t.trim(),t&&(t.includes("&")?u=Rr(u,t):u=Pr(u,t))}),u.join(", ").replace(Sr," ")}function Ot(e){if(!e)return;const u=e.parentElement;u&&u.removeChild(e)}function Uu(e,u){return(u??document.head).querySelector(`style[cssr-id="${e}"]`)}function Mr(e){const u=document.createElement("style");return u.setAttribute("cssr-id",e),u}function hu(e){return e?/^\s*@(s|m)/.test(e):!1}const Or=/[A-Z]/g;function Bt(e){return e.replace(Or,u=>"-"+u.toLowerCase())}function Br(e,u=" "){return typeof e=="object"&&e!==null?` {
2
+ `+Object.entries(e).map(t=>u+` ${Bt(t[0])}: ${t[1]};`).join(`
3
+ `)+`
4
+ `+u+"}":`: ${e};`}function Lr(e,u,t){return typeof e=="function"?e({context:u.context,props:t}):e}function Lt(e,u,t,n){if(!u)return"";const r=Lr(u,t,n);if(!r)return"";if(typeof r=="string")return`${e} {
5
+ ${r}
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 l=r[i];if(i==="raw"){a.push(`
8
+ `+l+`
9
+ `);return}i=Bt(i),l!=null&&a.push(` ${i}${Br(l)}`)}),e&&a.push("}"),a.join(`
10
+ `)}function ju(e,u,t){e&&e.forEach(n=>{if(Array.isArray(n))ju(n,u,t);else if(typeof n=="function"){const r=n(u);Array.isArray(r)?ju(r,u,t):r&&t(r)}else n&&t(n)})}function It(e,u,t,n,r){const o=e.$;let a="";if(!o||typeof o=="string")hu(o)?a=o:u.push(o);else if(typeof o=="function"){const s=o({context:n.context,props:r});hu(s)?a=s:u.push(s)}else if(o.before&&o.before(n.context),!o.$||typeof o.$=="string")hu(o.$)?a=o.$:u.push(o.$);else if(o.$){const s=o.$({context:n.context,props:r});hu(s)?a=s:u.push(s)}const i=Nr(u),l=Lt(i,e.props,n,r);a?t.push(`${a} {`):l.length&&t.push(l),e.children&&ju(e.children,{context:n.context,props:r},s=>{if(typeof s=="string"){const f=Lt(i,{raw:s},n,r);t.push(f)}else It(s,u,t,n,r)}),u.pop(),a&&t.push("}"),o&&o.after&&o.after(n.context)}function Ir(e,u,t){const n=[];return It(e,[],n,u,t),n.join(`
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 $r(e,u,t,n){const{els:r}=u;if(t===void 0)r.forEach(Ot),u.els=[];else{const o=Uu(t,n);o&&r.includes(o)&&(Ot(o),u.els=r.filter(a=>a!==o))}}function zt(e,u){e.push(u)}function qr(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=Uu(t,i);if(f!==null&&!o)return f;const d=f??Mr(t);if(s===void 0&&(s=u.render(n)),d.textContent=s,f!==null)return f;if(a){const y=i.querySelector(`meta[name="${a}"]`);if(y)return i.insertBefore(d,y),zt(u.els,d),d}return r?i.insertBefore(d,i.querySelector("style, link")):i.appendChild(d),zt(u.els,d),d}function Ur(e){return Ir(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 qr(this.instance,this,u,n,r,o,a,i,t)}function Hr(e={}){const{id:u,parent:t}=e;$r(this.instance,this,u,t)}const bu=function(e,u,t,n){return{instance:e,$:u,props:t,children:n,els:[],render:Ur,mount:jr,unmount:Hr}},Vr=function(e,u,t,n){return Array.isArray(u)?bu(e,{$:null},null,u):Array.isArray(t)?bu(e,u,null,t):Array.isArray(n)?bu(e,u,t,n):bu(e,u,t,null)};function Gr(e={}){const u={c:(...t)=>Vr(u,...t),use:(t,...n)=>t.install(u,...n),find:Uu,context:{},config:e};return u}function Wr(e){const{namespace:u="n",blockPrefix:t=`.${u}-`,elementPrefix:n="__",modifierPrefix:r="--"}=e??{},o=Gr(),a=vr({blockPrefix:t,elementPrefix:n,modifierPrefix:r});return o.use(a),{namespace:u,blockPrefix:t,elementPrefix:n,modifierPrefix:r,cssr:o,plugin:a}}const Zr="@css-render/vue3-ssr";function Yr(e,u){return`<style cssr-id="${e}">
13
+ ${u}
14
+ </style>`}function Xr(e,u,t){const{styles:n,ids:r}=t;r.has(e)||n!==null&&(r.add(e),n.push(Yr(e,u)))}const Qr=typeof document<"u";function Jr(){if(Qr)return;const e=c.inject(Zr,null);if(e!==null)return{adapter:(u,t)=>Xr(u,t,e),context:e}}function $t(e,u){const t=Jr();function n(){u.mount({id:e,head:!0,ssr:t})}t?n():c.onBeforeMount(()=>{n()})}const{cssr:Hu,plugin:qt,namespace:Ut}=Wr();var jt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Kr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vu={exports:{}},Ht;function eo(){return Ht||(Ht=1,function(e){var u=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/**
15
+ * Prism: Lightweight, robust, elegant syntax highlighting
16
+ *
17
+ * @license MIT <https://opensource.org/licenses/MIT>
18
+ * @author Lea Verou <https://lea.verou.me>
19
+ * @namespace
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 m(b){return b instanceof l?new l(b.type,m(b.content),b.alias):Array.isArray(b)?b.map(m):b.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(m){return Object.prototype.toString.call(m).slice(8,-1)},objId:function(m){return m.__id||Object.defineProperty(m,"__id",{value:++o}),m.__id},clone:function m(b,g){g=g||{};var _,k;switch(i.util.type(b)){case"Object":if(k=i.util.objId(b),g[k])return g[k];_={},g[k]=_;for(var D in b)b.hasOwnProperty(D)&&(_[D]=m(b[D],g));return _;case"Array":return k=i.util.objId(b),g[k]?g[k]:(_=[],g[k]=_,b.forEach(function(v,F){_[F]=m(v,g)}),_);default:return b}},getLanguage:function(m){for(;m;){var b=r.exec(m.className);if(b)return b[1].toLowerCase();m=m.parentElement}return"none"},setLanguage:function(m,b){m.className=m.className.replace(RegExp(r,"gi"),""),m.classList.add("language-"+b)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(_){var m=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(_.stack)||[])[1];if(m){var b=document.getElementsByTagName("script");for(var g in b)if(b[g].src==m)return b[g]}return null}},isActive:function(m,b,g){for(var _="no-"+b;m;){var k=m.classList;if(k.contains(b))return!0;if(k.contains(_))return!1;m=m.parentElement}return!!g}},languages:{plain:a,plaintext:a,text:a,txt:a,extend:function(m,b){var g=i.util.clone(i.languages[m]);for(var _ in b)g[_]=b[_];return g},insertBefore:function(m,b,g,_){_=_||i.languages;var k=_[m],D={};for(var v in k)if(k.hasOwnProperty(v)){if(v==b)for(var F in g)g.hasOwnProperty(F)&&(D[F]=g[F]);g.hasOwnProperty(v)||(D[v]=k[v])}var I=_[m];return _[m]=D,i.languages.DFS(i.languages,function(O,J){J===I&&O!=m&&(this[O]=D)}),D},DFS:function m(b,g,_,k){k=k||{};var D=i.util.objId;for(var v in b)if(b.hasOwnProperty(v)){g.call(b,v,b[v],_||v);var F=b[v],I=i.util.type(F);I==="Object"&&!k[D(F)]?(k[D(F)]=!0,m(F,g,null,k)):I==="Array"&&!k[D(F)]&&(k[D(F)]=!0,m(F,g,v,k))}}},plugins:{},highlightAll:function(m,b){i.highlightAllUnder(document,m,b)},highlightAllUnder:function(m,b,g){var _={callback:g,container:m,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,D;D=_.elements[k++];)i.highlightElement(D,b===!0,_.callback)},highlightElement:function(m,b,g){var _=i.util.getLanguage(m),k=i.languages[_];i.util.setLanguage(m,_);var D=m.parentElement;D&&D.nodeName.toLowerCase()==="pre"&&i.util.setLanguage(D,_);var v=m.textContent,F={element:m,language:_,grammar:k,code:v};function I(J){F.highlightedCode=J,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),D=F.element.parentElement,D&&D.nodeName.toLowerCase()==="pre"&&!D.hasAttribute("tabindex")&&D.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){I(i.util.encode(F.code));return}if(b&&n.Worker){var O=new Worker(i.filename);O.onmessage=function(J){I(J.data)},O.postMessage(JSON.stringify({language:F.language,code:F.code,immediateClose:!0}))}else I(i.highlight(F.code,F.grammar,F.language))},highlight:function(m,b,g){var _={code:m,grammar:b,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(m,b){var g=b.rest;if(g){for(var _ in g)b[_]=g[_];delete b.rest}var k=new d;return y(k,k.head,m),f(m,k,b,k.head,0),p(k)},hooks:{all:{},add:function(m,b){var g=i.hooks.all;g[m]=g[m]||[],g[m].push(b)},run:function(m,b){var g=i.hooks.all[m];if(!(!g||!g.length))for(var _=0,k;k=g[_++];)k(b)}},Token:l};n.Prism=i;function l(m,b,g,_){this.type=m,this.content=b,this.alias=g,this.length=(_||"").length|0}l.stringify=function m(b,g){if(typeof b=="string")return b;if(Array.isArray(b)){var _="";return b.forEach(function(I){_+=m(I,g)}),_}var k={type:b.type,content:m(b.content,g),tag:"span",classes:["token",b.type],attributes:{},language:g},D=b.alias;D&&(Array.isArray(D)?Array.prototype.push.apply(k.classes,D):k.classes.push(D)),i.hooks.run("wrap",k);var v="";for(var F in k.attributes)v+=" "+F+'="'+(k.attributes[F]||"").replace(/"/g,"&quot;")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+v+">"+k.content+"</"+k.tag+">"};function s(m,b,g,_){m.lastIndex=b;var k=m.exec(g);if(k&&_&&k[1]){var D=k[1].length;k.index+=D,k[0]=k[0].slice(D)}return k}function f(m,b,g,_,k,D){for(var v in g)if(!(!g.hasOwnProperty(v)||!g[v])){var F=g[v];F=Array.isArray(F)?F:[F];for(var I=0;I<F.length;++I){if(D&&D.cause==v+","+I)return;var O=F[I],J=O.inside,le=!!O.lookbehind,ie=!!O.greedy,se=O.alias;if(ie&&!O.pattern.global){var S=O.pattern.toString().match(/[imsuy]*$/)[0];O.pattern=RegExp(O.pattern.source,S+"g")}for(var N=O.pattern||O,P=_.next,V=k;P!==b.tail&&!(D&&V>=D.reach);V+=P.value.length,P=P.next){var X=P.value;if(b.length>m.length)return;if(!(X instanceof l)){var L=1,z;if(ie){if(z=s(N,V,m,le),!z||z.index>=m.length)break;var ke=z.index,j=z.index+z[0].length,q=V;for(q+=P.value.length;ke>=q;)P=P.next,q+=P.value.length;if(q-=P.value.length,V=q,P.value instanceof l)continue;for(var $=P;$!==b.tail&&(q<j||typeof $.value=="string");$=$.next)L++,q+=$.value.length;L--,X=m.slice(V,q),z.index-=V}else if(z=s(N,0,X,le),!z)continue;var ke=z.index,Te=z[0],qe=X.slice(0,ke),Ue=X.slice(ke+Te.length),je=V+X.length;D&&je>D.reach&&(D.reach=je);var Ne=P.prev;qe&&(Ne=y(b,Ne,qe),V+=qe.length),x(b,Ne,L);var Se=new l(v,J?i.tokenize(Te,J):Te,se,Te);if(P=y(b,Ne,Se),Ue&&y(b,P,Ue),L>1){var Re={cause:v+","+I,reach:je};f(m,b,g,P.prev,V,Re),D&&Re.reach>D.reach&&(D.reach=Re.reach)}}}}}}function d(){var m={value:null,prev:null,next:null},b={value:null,prev:m,next:null};m.next=b,this.head=m,this.tail=b,this.length=0}function y(m,b,g){var _=b.next,k={value:g,prev:b,next:_};return b.next=k,_.prev=k,m.length++,k}function x(m,b,g){for(var _=b.next,k=0;k<g&&_!==m.tail;k++)_=_.next;b.next=_,_.prev=b,m.length-=k}function p(m){for(var b=[],g=m.head.next;g!==m.tail;)b.push(g.value),g=g.next;return b}if(!n.document)return n.addEventListener&&(i.disableWorkerMessageHandler||n.addEventListener("message",function(m){var b=JSON.parse(m.data),g=b.language,_=b.code,k=b.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 C=document.readyState;C==="loading"||C==="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 jt<"u"&&(jt.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(/&amp;/,"&"))}),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 y(E,A,C){var m=new XMLHttpRequest;m.open("GET",E,!0),m.onreadystatechange=function(){m.readyState==4&&(m.status<400&&m.responseText?A(m.responseText):m.status>=400?C(r(m.status,m.statusText)):C(o))},m.send(null)}function x(E){var A=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(E||"");if(A){var C=Number(A[1]),m=A[2],b=A[3];return m?b?[C,Number(b)]:[C,void 0]:[C,C]}}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 C=A.appendChild(document.createElement("CODE"));C.textContent=n;var m=A.getAttribute("data-src"),b=E.language;if(b==="none"){var g=(/\.(\w+)$/.exec(m)||[,"none"])[1];b=a[g]||g}t.util.setLanguage(C,b),t.util.setLanguage(A,b);var _=t.plugins.autoloader;_&&_.loadLanguages(b),y(m,function(k){A.setAttribute(i,s);var D=x(A.getAttribute("data-range"));if(D){var v=k.split(/\r\n?|\n/g),F=D[0],I=D[1]==null?v.length:D[1];F<0&&(F+=v.length),F=Math.max(0,Math.min(F-1,v.length)),I<0&&(I+=v.length),I=Math.max(0,Math.min(I,v.length)),k=v.slice(F,I).join(`
22
+ `),A.hasAttribute("data-start")||A.setAttribute("data-start",String(F+1))}C.textContent=k,t.highlightElement(C)},function(k){A.setAttribute(i,f),C.textContent=k})}}),t.plugins.fileHighlight={highlight:function(A){for(var C=(A||document).querySelectorAll(d),m=0,b;b=C[m++];)t.highlightElement(b)}};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)}}()}(Vu)),Vu.exports}var uo=eo();const mu=Kr(uo);mu.highlightAll();function to(e,u){try{const t=mu.languages[u];if(t){const n=mu.highlight(e,t||mu.languages.text,u);return`<pre class="language-${u}"><code class="language-${u}">${n}</code></pre>`}return e}catch{return e}}const{c:gu}=Hu;function no({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[gu(`&.${e}-transition-enter-active`,{transition:`all ${u} ${n}!important`}),gu(`&.${e}-transition-leave-active`,{transition:`all ${t} ${r}!important`}),gu(`&.${e}-transition-enter-from, &.${e}-transition-leave-to`,{opacity:0}),gu(`&.${e}-transition-leave-from, &.${e}-transition-enter-to`,{opacity:1})]}const{c:ro,cB:oo,cE:io,cM:ao}={...Hu,...qt},Gu=`${Ut}-bubble`;function co(){return ro([oo("bubble",{display:"flex",gap:"10px",fontSize:"var(--n-font-size);"},[ao("reverse",{flexDirection:"row-reverse"}),io("content",{backgroundColor:"var(--tag-color)",padding:"10px",borderRadius:"var(--border-radius)",minHeight:"44px"}),no()])])}const lo=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 $t("n-bubble",co()),(n,r)=>(c.openBlock(),c.createBlock(c.unref(M.NEl),{tag:"div",class:c.normalizeClass([c.unref(Gu),n.placement==="end"?`${c.unref(Gu)}--reverse`:""])},{default:c.withCtx(()=>[c.renderSlot(n.$slots,"avatar",{},()=>[n.avatar?(c.openBlock(),c.createBlock(c.unref(M.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(M.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(M.NSpin),{style:{height:"44px"}})]):c.renderSlot(n.$slots,"default",{key:1},()=>[c.createElementVNode("div",{class:c.normalizeClass([`${c.unref(Gu)}__content`,n.contentClass]),style:c.normalizeStyle(n.contentStyle)},[c.createVNode(c.unref(lr),{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"]))}}),so=c.defineComponent({__name:"ConfigProviders",props:{globalStyle:{type:Boolean,default:!1},configProviderProps:{},loadingBarProps:{},dialogProviderProps:{},modalProviderProps:{},notificationProviderProps:{},messageProviderProps:{}},setup(e){function u(){window.$dialog=M.useDialog(),window.$loadingBar=M.useLoadingBar(),window.$message=M.useMessage(),window.$modal=M.useModal(),window.$notification=M.useNotification()}const t=c.defineComponent({setup(){c.onMounted(()=>{u()})},render(){return null}});return(n,r)=>(c.openBlock(),c.createBlock(c.unref(M.NConfigProvider),c.normalizeProps(c.guardReactiveProps(n.configProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(M.NLoadingBarProvider),c.normalizeProps(c.guardReactiveProps(n.loadingBarProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(M.NDialogProvider),c.normalizeProps(c.guardReactiveProps(n.dialogProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(M.NModalProvider),c.normalizeProps(c.guardReactiveProps(n.modalProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(M.NNotificationProvider),c.normalizeProps(c.guardReactiveProps(n.notificationProviderProps)),{default:c.withCtx(()=>[c.createVNode(c.unref(M.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(M.NGlobalStyle),{key:0})):c.createCommentVNode("",!0)]),_:3},16))}}),Wu=(e,u)=>{const t=e.__vccOpts||e;for(const[n,r]of u)t[n]=r;return t},fo={name:"MageCopyFill"},po={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function ho(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",po,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 bo=Wu(fo,[["render",ho]]),mo=c.defineComponent({__name:"CopyButton",props:{value:{},config:{},tooltipProps:{},buttonProps:{}},emits:["copied"],setup(e,{emit:u}){const t=u,{copied:n,copy:r}=Oe.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(M.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(M.NButton),c.mergeProps({quaternary:"",size:"tiny"},a.buttonProps),{icon:c.withCtx(()=>[c.renderSlot(a.$slots,"icon",{},()=>[c.createVNode(bo)])]),_:3},16)])])]),default:c.withCtx(()=>[c.renderSlot(a.$slots,"tooltip",{},()=>[c.createTextVNode(c.toDisplayString(c.unref(n)?"复制成功":"复制"),1)])]),_:3},16))}}),Vt=(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}}}};Vt.onInit=({ready:e=!0,manual:u})=>({loading:!u&&c.unref(e)});const xu=new Map,go=(e,u,t)=>{const n=xu.get(e);n!=null&&n.timer&&clearTimeout(n.timer);let r;u>-1&&(r=setTimeout(()=>{xu.delete(e)},u)),xu.set(e,{...t,timer:r})},xo=e=>xu.get(e),ku=new Map,ko=e=>ku.get(e),_o=(e,u)=>{ku.set(e,u),u.then(t=>(ku.delete(e),t)).catch(t=>{throw ku.delete(e),t})},Pe={},yo=[],Eo=(e,u)=>{Pe[e]&&(Pe[e].forEach(t=>t(u)),yo.forEach(t=>t({type:e,data:u})))},Zu=(e,u)=>(Pe[e]||(Pe[e]=[]),Pe[e].push(u),function(){const n=Pe[e].indexOf(u);Pe[e].splice(n,1)}),Ao=(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):go(f,t,d),Eo(f,d.data)},s=(f,d=[])=>o?o(d):xo(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=Zu(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==null?void 0:d.data,returnNow:!0}:{data:d==null?void 0:d.data}},onRequest:(f,d)=>{let y=ko(u);return y&&y!==i.value?{servicePromise:y}:(y=f(...d),i.value=y,_o(u,y),{servicePromise:y})},onSuccess:(f,d)=>{var y;u&&((y=a.value)==null||y.call(a),l(u,{data:f,params:d,time:new Date().getTime()}),a.value=Zu(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=Zu(u,y=>{e.setState({data:y})}))}}:{}};function _u(e){var u=typeof e;return e!=null&&(u=="object"||u=="function")}var Co=typeof global=="object"&&global&&global.Object===Object&&global,wo=typeof self=="object"&&self&&self.Object===Object&&self,Gt=Co||wo||Function("return this")(),Yu=function(){return Gt.Date.now()},Do=/\s/;function Fo(e){for(var u=e.length;u--&&Do.test(e.charAt(u)););return u}var vo=/^\s+/;function To(e){return e&&e.slice(0,Fo(e)+1).replace(vo,"")}var yu=Gt.Symbol,Wt=Object.prototype,So=Wt.hasOwnProperty,Ro=Wt.toString,Xe=yu?yu.toStringTag:void 0;function Po(e){var u=So.call(e,Xe),t=e[Xe];try{e[Xe]=void 0;var n=!0}catch{}var r=Ro.call(e);return n&&(u?e[Xe]=t:delete e[Xe]),r}var No=Object.prototype,Mo=No.toString;function Oo(e){return Mo.call(e)}var Bo="[object Null]",Lo="[object Undefined]",Zt=yu?yu.toStringTag:void 0;function Io(e){return e==null?e===void 0?Lo:Bo:Zt&&Zt in Object(e)?Po(e):Oo(e)}function zo(e){return e!=null&&typeof e=="object"}var $o="[object Symbol]";function qo(e){return typeof e=="symbol"||zo(e)&&Io(e)==$o}var Yt=NaN,Uo=/^[-+]0x[0-9a-f]+$/i,jo=/^0b[01]+$/i,Ho=/^0o[0-7]+$/i,Vo=parseInt;function Xt(e){if(typeof e=="number")return e;if(qo(e))return Yt;if(_u(e)){var u=typeof e.valueOf=="function"?e.valueOf():e;e=_u(u)?u+"":u}if(typeof e!="string")return e===0?e:+e;e=To(e);var t=jo.test(e);return t||Ho.test(e)?Vo(e.slice(2),t?2:8):Uo.test(e)?Yt:+e}var Go="Expected a function",Wo=Math.max,Zo=Math.min;function Qt(e,u,t){var n,r,o,a,i,l,s=0,f=!1,d=!1,y=!0;if(typeof e!="function")throw new TypeError(Go);u=Xt(u)||0,_u(t)&&(f=!!t.leading,d="maxWait"in t,o=d?Wo(Xt(t.maxWait)||0,u):o,y="trailing"in t?!!t.trailing:y);function x(k){var D=n,v=r;return n=r=void 0,s=k,a=e.apply(v,D),a}function p(k){return s=k,i=setTimeout(C,u),f?x(k):a}function E(k){var D=k-l,v=k-s,F=u-D;return d?Zo(F,o-v):F}function A(k){var D=k-l,v=k-s;return l===void 0||D>=u||D<0||d&&v>=o}function C(){var k=Yu();if(A(k))return m(k);i=setTimeout(C,E(k))}function m(k){return i=void 0,y&&n?x(k):(n=r=void 0,a)}function b(){i!==void 0&&clearTimeout(i),s=0,n=l=r=i=void 0}function g(){return i===void 0?a:m(Yu())}function _(){var k=Yu(),D=A(k);if(n=arguments,r=this,l=k,D){if(i===void 0)return p(l);if(d)return clearTimeout(i),i=setTimeout(C,u),x(l)}return i===void 0&&(i=setTimeout(C,u)),a}return _.cancel=b,_.flush=g,_}const Yo=(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=Qt(s=>{s()},c.unref(u),a.value),e.runAsync=(...s)=>new Promise((f,d)=>{var y;(y=o.value)==null||y.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 Xo=Object.defineProperty,Qo=(e,u,t)=>u in e?Xo(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,Jt=(e,u,t)=>(Qo(e,typeof u!="symbol"?u+"":u,t),t);class Jo{constructor(){Jt(this,"table",{}),Jt(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 Jo;function Ko(e){const t=e.toString().match(/^function\s+([^\s(]+)/);return t?t[1]:""}function ei(e){const u=e.toString(),t=/([a-zA-Z$_][a-zA-Z0-9$_]*)\s*\(/,n=u.match(t);return n?n[1].trim():""}var ui=Object.defineProperty,ti=(e,u,t)=>u in e?ui(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,Kt=(e,u,t)=>(ti(e,typeof u!="symbol"?u+"":u,t),t);class ni{constructor(){Kt(this,"requestInstances",new Map),Kt(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 re=new ni,ri=(e,{ready:u=!0,debugKey:t,...n})=>{const r=()=>{if(t&&!re.has(t)){const a=e.serviceRef.value.toString().includes("function")?Ko(e.serviceRef.value.toString()):ei(e.serviceRef.value.toString());re.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&&re.has(t)&&re.emit({...e,options:{...e.options,...o.value}})}),{name:"devtoolsPlugin",onBefore:a=>{r(),t&&re.has(t)&&re.emit({...e.state,key:t,params:a,loading:!0,time:Date.now(),type:"pending"})},onSuccess(a,i){r(),t&&re.has(t)&&re.emit({...e.state,key:t,data:a,params:i,loading:!1,time:Date.now(),type:"done"})},onCancel(){r(),t&&re.has(t)&&re.emit({...e.state,key:t,loading:!1,time:Date.now(),type:"cancel"})},onError(a,i){r(),t&&re.has(t)&&re.emit({...e.state,key:t,params:i,loading:!1,error:a,time:Date.now(),type:"error"})},onMutate(a){r(),t&&re.has(t)&&re.emit({...e.state,key:t,data:a,loading:!1,time:Date.now(),type:"mutate"})}}},oi=(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 Xu(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}const ii=!!(typeof window<"u"&&window.document&&window.document.createElement);function Qu(){return Xu()?document.visibilityState!=="hidden":!0}const Qe=[];function ai(e){return Qe.push(e),function(){const t=Qe.indexOf(e);Qe.splice(t,1)}}if(Xu()){const e=()=>{if(Qu())for(let u=0;u<Qe.length;u++){const t=Qe[u];t()}};window.addEventListener("visibilitychange",e,!1)}const ci=(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&&!Qu()?o.value=ai(()=>{e.refresh()}):e.refresh()},c.unref(u)):a.value=0},onCancel:()=>{i()}}:{}};function li(e,u){let t=!1;return(...n)=>{t||(t=!0,e(...n),setTimeout(()=>{t=!1},u))}}function si(){return Xu()&&typeof navigator.onLine<"u"?navigator.onLine:!0}const Je=[];function fi(e){return Je.push(e),function(){const t=Je.indexOf(e);t>-1&&Je.splice(t,1)}}if(ii){const e=()=>{if(!(!Qu()||!si()))for(let u=0;u<Je.length;u++){const t=Je[u];t()}};window.addEventListener("visibilitychange",e,!1),window.addEventListener("focus",e,!1)}const di=(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=li(e.refresh.bind(e),c.unref(t));n.value=fi(()=>{a()})}o(()=>{r()})}),c.onScopeDispose(()=>{r()}),{name:"refreshOnWindowFocusPlugin"}},pi=(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 hi="Expected a function";function bi(e,u,t){var n=!0,r=!0;if(typeof e!="function")throw new TypeError(hi);return _u(t)&&(n="leading"in t?!!t.leading:n,r="trailing"in t?!!t.trailing:r),Qt(e,u,{leading:n,maxWait:u,trailing:r})}const mi=(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,y=bi(x=>{x()},c.unref(f),d);r=y,i.value=y,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()}}):{}},en=e=>typeof e=="function",gi=e=>typeof e=="boolean";var xi=Object.defineProperty,ki=(e,u,t)=>u in e?xi(e,u,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[u]=t,Eu=(e,u,t)=>(ki(e,typeof u!="symbol"?u+"":u,t),t);class _i{constructor(u,t,n,r={}){Eu(this,"pluginImpls"),Eu(this,"count",0),Eu(this,"state",{loading:!1,params:void 0,data:void 0,error:void 0}),Eu(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,y;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(C){return this.setState({error:C,loading:!1}),(o=(r=this.options).onError)==null||o.call(r,C,u),this.runPluginHandler("onError",C,u),new Promise(()=>{})}try{let{servicePromise:C}=this.runPluginHandler("onRequest",this.serviceRef.value,u);const m=g=>{var _,k,D,v;if(!this.options.concurrent&&x!==this.count)return new Promise(()=>{});const F=this.options.formatResult?this.options.formatResult(g):g,I={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,I),this.previousValidData=F,(v=(D=this.options).onFinally)==null||v.call(D,u,F,void 0),(this.options.concurrent||x===this.count)&&this.runPluginHandler("onFinally",u,F,void 0),F};C||(C=this.serviceRef.value(...u));const b=await C;return m(b)}catch(C){if(!this.options.concurrent&&x!==this.count)return new Promise(()=>{});throw this.setState({error:C,loading:!1}),(i=(a=this.options).onError)==null||i.call(a,C,u),this.runPluginHandler("onError",C,u),(en((l=this.options)==null?void 0:l.rollbackOnError)&&((s=this.options)!=null&&s.rollbackOnError(u))||gi((f=this.options)==null?void 0:f.rollbackOnError)&&this.options.rollbackOnError)&&this.setState({data:this.previousValidData}),(y=(d=this.options).onFinally)==null||y.call(d,u,void 0,C),(this.options.concurrent||x===this.count)&&this.runPluginHandler("onFinally",u,void 0,C),C}}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=en(u)?u(this.state.data):u;this.runPluginHandler("onMutate",t),this.setState({data:t})}}const yi=Symbol("USEREQUEST_GLOBAL_OPTIONS_PROVIDE_KEY");function Ei(e){return Object.keys(e).filter(t=>["data","loading","params","error"].includes(t)).length===4}function Ai(e,u={},t=[]){const n=c.inject(yi,{}),{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:Ei(E)&&(f.data=E.data,f.loading=E.loading,f.error=E.error,f.params=E.params)},y=t.map(E=>{var A;return(A=E==null?void 0:E.onInit)==null?void 0:A.call(E,l)}).filter(Boolean),x=new _i(s,l,d,Object.assign({},...y,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 Ci=(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 wi(e,u,t){var n;const r=(n=[process.env.NODE_ENV==="development"?ri:null,Yo,oi,ci,di,mi,Vt,Ao,pi])==null?void 0:n.filter(Boolean);return Ci(Ai,u==null?void 0:u.use)(e,u,[...t||[],...r])}const un=c.defineComponent({__name:"FilterTemplate",props:{options:{},value:{},loading:{type:Boolean}},emits:["update:value"],setup(e,{emit:u}){const t=u;function n(){const{title:r,type:o,props:a,labelProps:i}=e.options??{};function l(s){return c.h(M.NFormItem,{label:r,labelPlacement:"left",...i},{default:()=>s})}switch(o){case"date-picker":return l(c.h(M.NDatePicker,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"input":return l(c.h(M.NInput,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},loading:e.loading,...a}));case"search":return l(c.h(nn,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"select":return l(c.h(M.NSelect,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"switch":return l(c.h(M.NSwitch,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}));case"time-picker":return l(c.h(M.NTimePicker,{value:e.value,"onUpdate:value":s=>{t("update:value",s)},...a}))}}return(r,o)=>(c.openBlock(),c.createBlock(c.resolveDynamicComponent(n())))}}),Di=c.defineComponent({__name:"DataTablePlus",props:{api:{type:Function},defaultParams:{},columns:{},filterOptions:{},contextMenuOptions:{},fields:{default:()=>({page:"page",pageSize:"pageSize",filter:"filter",sorter:"sorter",list:"list",count:"count",rowKey:"id"})},pagination:{},dataTableProps:{},requestOptions:{},requestPlugins:{},customStyle:{},customClass:{}},emits:["loaded","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=c.reactive({page:1,pageSize:10,showSizePicker:!0,pageSizes:[10,20,30],pageSlot:5,prefix:S=>`共${S.itemCount}条数据`,...e.pagination}),i=c.computed(()=>{var S;return(S=e.columns)==null?void 0:S.reduce((N,P)=>N+Number(P.width??100),0)}),{data:l,error:s,loading:f,params:d,run:y,runAsync:x,refresh:p,refreshAsync:E,cancel:A,mutate:C}=wi(e.api,{defaultParams:[{[e.fields.page]:1,[e.fields.pageSize]:10,[e.fields.filter]:{},[e.fields.sorter]:{},...e.defaultParams}],...e.requestOptions,onSuccess:(S,N)=>{var X,L,z,j;(L=(X=e.requestOptions)==null?void 0:X.onSuccess)==null||L.call(X,S,N),n("loaded",S),a.page=e.fields.page in N[0]?Number(N[0][e.fields.page]):1,a.pageSize=e.fields.pageSize in N[0]?Number(N[0][e.fields.pageSize]):10,a.itemCount=e.fields.count in S?Number(S[e.fields.count]):0;const P=(z=N[0])==null?void 0:z[e.fields.filter],V=(j=N[0])==null?void 0:j[e.fields.sorter];if(r){for(const q of r)if("key"in q){if(P&&q.key in P){const $=P[q.key];"filter"in q&&q.filter&&(q.filterMultiple?Array.isArray($)&&(q.filterOptionValues=$):Array.isArray($)||(q.filterOptionValue=$))}if("sorter"in q&&typeof q.sorter=="boolean"&&(q.sortOrder=!1),V&&q.key in V){const $=V[q.key];"sorter"in q&&q.sorter&&(q.sortOrder=$)}}}}},e.requestPlugins),m=c.computed(()=>{if(l.value){if(Array.isArray(l.value[e.fields.list]))return l.value[e.fields.list];console.warn(`DataTablePlus: data[${e.fields.list}] must be an array`)}});function b(S){return y({...d.value[0],...S})}function g(S){n("update:page",S),!f.value&&b({[e.fields.page]:S})}function _(S){n("update:pageSize",S),!f.value&&b({[e.fields.pageSize]:S})}function k(S,N){n("update:filters",S,N),b({[e.fields.filter]:S})}function D(S){n("update:sorter",S);const N={};if(Array.isArray(S))for(const P of S)N[P.columnKey]=P.order;else S&&(N[S.columnKey]=S.order);b({[e.fields.sorter]:N})}const v=c.ref(!1),F=c.ref(),I=c.ref({x:0,y:0});function O(S,N){v.value=!1,n("contextMenuSelect",{key:S,option:N,row:c.toValue(F)})}function J(S,N){return{onClick:P=>{n("clickRow",{row:S,index:N,event:P})},onContextmenu:P=>{n("contextMenuRow",{row:S,index:N,event:P}),e.contextMenuOptions&&(P.preventDefault(),v.value=!1,F.value=S,c.nextTick(()=>{v.value=!0,I.value={x:P.x,y:P.y}}))}}}const le=c.ref(!1),ie={data:l,params:d,error:s,actions:{run:S=>{b(S)},runAsync:S=>x({...d.value[0],...S}),refresh:p,refreshAsync:E,cancel:A,mutate:C,setParams:S=>{d.value[0]={...d.value[0],...S}}},dataTableRef:o};u(ie);function se(S,N){N&&b({[N]:S})}return(S,N)=>(c.openBlock(),c.createBlock(c.unref(M.NFlex),{vertical:""},{default:c.withCtx(()=>[c.renderSlot(S.$slots,"filter",{params:c.unref(d)[0],data:c.unref(l),actions:ie.actions,dataTableRef:o.value},()=>[c.createVNode(c.unref(M.NFlex),{vertical:""},{default:c.withCtx(()=>{var P,V,X;return[c.createVNode(c.unref(M.NFlex),null,{default:c.withCtx(()=>{var L;return[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList((L=S.filterOptions)==null?void 0:L.filter(z=>!z.collapsed),(z,j)=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:j},[z.render?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(z.render({params:c.unref(d)[0],data:c.unref(l),actions:ie.actions,dataTableRef:o.value})),{key:0})):(c.openBlock(),c.createBlock(un,{key:1,options:z,value:z.key?c.unref(d)[0][z.key]:void 0,loading:c.unref(f),"onUpdate:value":q=>se(q,z.key)},null,8,["options","value","loading","onUpdate:value"]))],64))),128))]}),_:1}),(P=S.filterOptions)!=null&&P.filter(L=>L.collapsed)&&((X=(V=S.filterOptions)==null?void 0:V.filter(L=>L.collapsed))==null?void 0:X.length)>0?(c.openBlock(),c.createBlock(c.unref(M.NDivider),{key:0},{default:c.withCtx(()=>[c.createVNode(c.unref(M.NButton),{size:"tiny",onClick:N[0]||(N[0]=L=>le.value=!le.value)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(le.value?"折叠":"展开"),1)]),_:1})]),_:1})):c.createCommentVNode("",!0),c.createVNode(c.unref(M.NCollapseTransition),{show:le.value},{default:c.withCtx(()=>[c.createVNode(c.unref(M.NFlex),null,{default:c.withCtx(()=>{var L;return[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList((L=S.filterOptions)==null?void 0:L.filter(z=>z.collapsed),(z,j)=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:j},[z.render?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(z.render({params:c.unref(d)[0],data:c.unref(l),actions:ie.actions,dataTableRef:o.value})),{key:0})):(c.openBlock(),c.createBlock(un,{key:1,options:z,value:z.key?c.unref(d)[0][z.key]:void 0,loading:c.unref(f),"onUpdate:value":q=>se(q,z.key)},null,8,["options","value","loading","onUpdate:value"]))],64))),128))]}),_:1})]),_:1},8,["show"])]}),_:1})]),c.createVNode(c.unref(M.NDataTable),c.mergeProps({ref_key:"dataTableRef",ref:o,remote:"","flex-height":"","single-line":!1,"scroll-x":i.value,style:{flex:1,...S.customStyle},class:S.customClass,"row-key":P=>P[S.fields.rowKey],loading:c.unref(f),columns:r,data:m.value,pagination:a,"row-props":J},S.dataTableProps,{onLoad:N[1]||(N[1]=(...P)=>n("load",...P)),onScroll:N[2]||(N[2]=(...P)=>n("scroll",...P)),"onUpdate:checkedRowKeys":N[3]||(N[3]=(...P)=>n("update:checkedRowKeys",...P)),"onUpdate:expandedRowKeys":N[4]||(N[4]=(...P)=>n("update:expandedRowKeys",...P)),"onUpdate:page":g,"onUpdate:pageSize":_,"onUpdate:filters":k,"onUpdate:sorter":D}),null,16,["scroll-x","style","class","row-key","loading","columns","data","pagination"]),S.contextMenuOptions?(c.openBlock(),c.createBlock(c.unref(M.NDropdown),{key:0,placement:"bottom-start",trigger:"manual",x:I.value.x,y:I.value.y,show:v.value,options:S.contextMenuOptions,onClickoutside:N[5]||(N[5]=P=>v.value=!1),onSelect:O},null,8,["x","y","show","options"])):c.createCommentVNode("",!0)]),_:3}))}}),Fi={name:"EosIconsThreeDotsLoading"},vi={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Ti(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",vi,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 Si=Wu(Fi,[["render",Ti]]),Ri={name:"RiSearch2Line"},Pi={xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"};function Ni(e,u,t,n,r,o){return c.openBlock(),c.createElementBlock("svg",Pi,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 tn=Wu(Ri,[["render",Ni]]),nn=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}=Oe.useTimeoutFn(()=>{},typeof e.autoTrigger=="number"?e.autoTrigger:500);c.watch(()=>e.value,f=>{r.value=f});const i=Oe.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(()=>{var f;!e.loading&&r.value&&((f=n.value)==null||f.focus())}),(f,d)=>(c.openBlock(),c.createBlock(c.unref(M.NInputGroup),null,{default:c.withCtx(()=>[c.createVNode(c.unref(M.NInput),c.mergeProps({ref_key:"inputRef",ref:n,value:r.value,"onUpdate:value":d[0]||(d[0]=y=>r.value=y),disabled:f.loading,clearable:"",placeholder:"搜索"},f.inputProps,{onKeydown:s}),{prefix:c.withCtx(()=>[c.renderSlot(f.$slots,"prefix",{},()=>[c.renderSlot(f.$slots,"prefix-icon",{},()=>[c.createVNode(tn)])])]),suffix:c.withCtx(()=>[c.unref(o)?(c.openBlock(),c.createBlock(Si,{key:0})):c.createCommentVNode("",!0)]),_:3},16,["value","disabled"]),c.renderSlot(f.$slots,"button",{},()=>[f.searchButton?(c.openBlock(),c.createBlock(c.unref(M.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(tn)])]),_:3},16,["type","loading"])):c.createCommentVNode("",!0)])]),_:3}))}}),Mi=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(()=>{var i;(i=n.value)==null||i.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(M.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))]))}}),Oi=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(M.NTooltip),c.normalizeProps(c.guardReactiveProps(n.tooltipProps)),{trigger:c.withCtx(()=>[c.createVNode(c.unref(M.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:rn,setPrototypeOf:on,isFrozen:Bi,getPrototypeOf:Li,getOwnPropertyDescriptor:Ii}=Object;let{freeze:ue,seal:fe,create:an}=Object,{apply:Ju,construct:Ku}=typeof Reflect<"u"&&Reflect;ue||(ue=function(u){return u}),fe||(fe=function(u){return u}),Ju||(Ju=function(u,t,n){return u.apply(t,n)}),Ku||(Ku=function(u,t){return new u(...t)});const Au=ne(Array.prototype.forEach),zi=ne(Array.prototype.lastIndexOf),cn=ne(Array.prototype.pop),Ke=ne(Array.prototype.push),$i=ne(Array.prototype.splice),Cu=ne(String.prototype.toLowerCase),et=ne(String.prototype.toString),ln=ne(String.prototype.match),eu=ne(String.prototype.replace),qi=ne(String.prototype.indexOf),Ui=ne(String.prototype.trim),pe=ne(Object.prototype.hasOwnProperty),te=ne(RegExp.prototype.test),uu=ji(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 Ju(e,u,n)}}function ji(e){return function(){for(var u=arguments.length,t=new Array(u),n=0;n<u;n++)t[n]=arguments[n];return Ku(e,t)}}function B(e,u){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Cu;on&&on(e,null);let n=u.length;for(;n--;){let r=u[n];if(typeof r=="string"){const o=t(r);o!==r&&(Bi(u)||(u[n]=o),r=o)}e[r]=!0}return e}function Hi(e){for(let u=0;u<e.length;u++)pe(e,u)||(e[u]=null);return e}function ye(e){const u=an(null);for(const[t,n]of rn(e))pe(e,t)&&(Array.isArray(n)?u[t]=Hi(n):n&&typeof n=="object"&&n.constructor===Object?u[t]=ye(n):u[t]=n);return u}function tu(e,u){for(;e!==null;){const n=Ii(e,u);if(n){if(n.get)return ne(n.get);if(typeof n.value=="function")return ne(n.value)}e=Li(e)}function t(){return null}return t}const sn=ue(["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"]),ut=ue(["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"]),tt=ue(["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"]),Vi=ue(["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"]),nt=ue(["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"]),Gi=ue(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),fn=ue(["#text"]),dn=ue(["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"]),rt=ue(["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"]),pn=ue(["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"]),wu=ue(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Wi=fe(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Zi=fe(/<%[\w\W]*|[\w\W]*%>/gm),Yi=fe(/\$\{[\w\W]*/gm),Xi=fe(/^data-[\-\w.\u00B7-\uFFFF]+$/),Qi=fe(/^aria-[\-\w]+$/),hn=fe(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ji=fe(/^(?:\w+script|data):/i),Ki=fe(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),bn=fe(/^html$/i),e0=fe(/^[a-z][.\w]*(-[.\w]+)+$/i);var mn=Object.freeze({__proto__:null,ARIA_ATTR:Qi,ATTR_WHITESPACE:Ki,CUSTOM_ELEMENT:e0,DATA_ATTR:Xi,DOCTYPE_NAME:bn,ERB_EXPR:Zi,IS_ALLOWED_URI:hn,IS_SCRIPT_OR_DATA:Ji,MUSTACHE_EXPR:Wi,TMPLIT_EXPR:Yi});const nu={element:1,text:3,progressingInstruction:7,comment:8,document:9},u0=function(){return typeof window>"u"?null:window},t0=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}},gn=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function xn(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:u0();const u=R=>xn(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:y,trustedTypes:x}=e,p=l.prototype,E=tu(p,"cloneNode"),A=tu(p,"remove"),C=tu(p,"nextSibling"),m=tu(p,"childNodes"),b=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:D,createDocumentFragment:v,getElementsByTagName:F}=t,{importNode:I}=n;let O=gn();u.isSupported=typeof rn=="function"&&typeof b=="function"&&k&&k.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:J,ERB_EXPR:le,TMPLIT_EXPR:ie,DATA_ATTR:se,ARIA_ATTR:S,IS_SCRIPT_OR_DATA:N,ATTR_WHITESPACE:P,CUSTOM_ELEMENT:V}=mn;let{IS_ALLOWED_URI:X}=mn,L=null;const z=B({},[...sn,...ut,...tt,...nt,...fn]);let j=null;const q=B({},[...dn,...rt,...pn,...wu]);let $=Object.seal(an(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}})),ke=null,Te=null,qe=!0,Ue=!0,je=!1,Ne=!0,Se=!1,Re=!0,Me=!1,wt=!1,Dt=!1,He=!1,Bu=!1,Lu=!1,sr=!0,fr=!1;const zc="user-content-";let Ft=!0,fu=!1,Ve={},Ge=null;const dr=B({},["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 pr=null;const hr=B({},["audio","video","img","source","image","track"]);let vt=null;const br=B({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Iu="http://www.w3.org/1998/Math/MathML",zu="http://www.w3.org/2000/svg",Ee="http://www.w3.org/1999/xhtml";let We=Ee,Tt=!1,St=null;const $c=B({},[Iu,zu,Ee],et);let $u=B({},["mi","mo","mn","ms","mtext"]),qu=B({},["annotation-xml"]);const qc=B({},["title","style","font","a","script"]);let du=null;const Uc=["application/xhtml+xml","text/html"],jc="text/html";let Y=null,Ze=null;const Hc=t.createElement("form"),mr=function(h){return h instanceof RegExp||h instanceof Function},Rt=function(){let h=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Ze&&Ze===h)){if((!h||typeof h!="object")&&(h={}),h=ye(h),du=Uc.indexOf(h.PARSER_MEDIA_TYPE)===-1?jc:h.PARSER_MEDIA_TYPE,Y=du==="application/xhtml+xml"?et:Cu,L=pe(h,"ALLOWED_TAGS")?B({},h.ALLOWED_TAGS,Y):z,j=pe(h,"ALLOWED_ATTR")?B({},h.ALLOWED_ATTR,Y):q,St=pe(h,"ALLOWED_NAMESPACES")?B({},h.ALLOWED_NAMESPACES,et):$c,vt=pe(h,"ADD_URI_SAFE_ATTR")?B(ye(br),h.ADD_URI_SAFE_ATTR,Y):br,pr=pe(h,"ADD_DATA_URI_TAGS")?B(ye(hr),h.ADD_DATA_URI_TAGS,Y):hr,Ge=pe(h,"FORBID_CONTENTS")?B({},h.FORBID_CONTENTS,Y):dr,ke=pe(h,"FORBID_TAGS")?B({},h.FORBID_TAGS,Y):ye({}),Te=pe(h,"FORBID_ATTR")?B({},h.FORBID_ATTR,Y):ye({}),Ve=pe(h,"USE_PROFILES")?h.USE_PROFILES:!1,qe=h.ALLOW_ARIA_ATTR!==!1,Ue=h.ALLOW_DATA_ATTR!==!1,je=h.ALLOW_UNKNOWN_PROTOCOLS||!1,Ne=h.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Se=h.SAFE_FOR_TEMPLATES||!1,Re=h.SAFE_FOR_XML!==!1,Me=h.WHOLE_DOCUMENT||!1,He=h.RETURN_DOM||!1,Bu=h.RETURN_DOM_FRAGMENT||!1,Lu=h.RETURN_TRUSTED_TYPE||!1,Dt=h.FORCE_BODY||!1,sr=h.SANITIZE_DOM!==!1,fr=h.SANITIZE_NAMED_PROPS||!1,Ft=h.KEEP_CONTENT!==!1,fu=h.IN_PLACE||!1,X=h.ALLOWED_URI_REGEXP||hn,We=h.NAMESPACE||Ee,$u=h.MATHML_TEXT_INTEGRATION_POINTS||$u,qu=h.HTML_INTEGRATION_POINTS||qu,$=h.CUSTOM_ELEMENT_HANDLING||{},h.CUSTOM_ELEMENT_HANDLING&&mr(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&($.tagNameCheck=h.CUSTOM_ELEMENT_HANDLING.tagNameCheck),h.CUSTOM_ELEMENT_HANDLING&&mr(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&($.attributeNameCheck=h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),h.CUSTOM_ELEMENT_HANDLING&&typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&($.allowCustomizedBuiltInElements=h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Se&&(Ue=!1),Bu&&(He=!0),Ve&&(L=B({},fn),j=[],Ve.html===!0&&(B(L,sn),B(j,dn)),Ve.svg===!0&&(B(L,ut),B(j,rt),B(j,wu)),Ve.svgFilters===!0&&(B(L,tt),B(j,rt),B(j,wu)),Ve.mathMl===!0&&(B(L,nt),B(j,pn),B(j,wu))),h.ADD_TAGS&&(L===z&&(L=ye(L)),B(L,h.ADD_TAGS,Y)),h.ADD_ATTR&&(j===q&&(j=ye(j)),B(j,h.ADD_ATTR,Y)),h.ADD_URI_SAFE_ATTR&&B(vt,h.ADD_URI_SAFE_ATTR,Y),h.FORBID_CONTENTS&&(Ge===dr&&(Ge=ye(Ge)),B(Ge,h.FORBID_CONTENTS,Y)),Ft&&(L["#text"]=!0),Me&&B(L,["html","head","body"]),L.table&&(B(L,["tbody"]),delete ke.tbody),h.TRUSTED_TYPES_POLICY){if(typeof h.TRUSTED_TYPES_POLICY.createHTML!="function")throw uu('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof h.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw uu('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');g=h.TRUSTED_TYPES_POLICY,_=g.createHTML("")}else g===void 0&&(g=t0(x,r)),g!==null&&typeof _=="string"&&(_=g.createHTML(""));ue&&ue(h),Ze=h}},gr=B({},[...ut,...tt,...Vi]),xr=B({},[...nt,...Gi]),Vc=function(h){let w=b(h);(!w||!w.tagName)&&(w={namespaceURI:We,tagName:"template"});const T=Cu(h.tagName),H=Cu(w.tagName);return St[h.namespaceURI]?h.namespaceURI===zu?w.namespaceURI===Ee?T==="svg":w.namespaceURI===Iu?T==="svg"&&(H==="annotation-xml"||$u[H]):!!gr[T]:h.namespaceURI===Iu?w.namespaceURI===Ee?T==="math":w.namespaceURI===zu?T==="math"&&qu[H]:!!xr[T]:h.namespaceURI===Ee?w.namespaceURI===zu&&!qu[H]||w.namespaceURI===Iu&&!$u[H]?!1:!xr[T]&&(qc[T]||!gr[T]):!!(du==="application/xhtml+xml"&&St[h.namespaceURI]):!1},_e=function(h){Ke(u.removed,{element:h});try{b(h).removeChild(h)}catch{A(h)}},Ye=function(h,w){try{Ke(u.removed,{attribute:w.getAttributeNode(h),from:w})}catch{Ke(u.removed,{attribute:null,from:w})}if(w.removeAttribute(h),h==="is")if(He||Bu)try{_e(w)}catch{}else try{w.setAttribute(h,"")}catch{}},kr=function(h){let w=null,T=null;if(Dt)h="<remove></remove>"+h;else{const G=ln(h,/^[\r\n\t ]+/);T=G&&G[0]}du==="application/xhtml+xml"&&We===Ee&&(h='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+h+"</body></html>");const H=g?g.createHTML(h):h;if(We===Ee)try{w=new y().parseFromString(H,du)}catch{}if(!w||!w.documentElement){w=k.createDocument(We,"template",null);try{w.documentElement.innerHTML=Tt?_:H}catch{}}const K=w.body||w.documentElement;return h&&T&&K.insertBefore(t.createTextNode(T),K.childNodes[0]||null),We===Ee?F.call(w,Me?"html":"body")[0]:Me?w.documentElement:K},_r=function(h){return D.call(h.ownerDocument||h,h,s.SHOW_ELEMENT|s.SHOW_COMMENT|s.SHOW_TEXT|s.SHOW_PROCESSING_INSTRUCTION|s.SHOW_CDATA_SECTION,null)},Pt=function(h){return h instanceof d&&(typeof h.nodeName!="string"||typeof h.textContent!="string"||typeof h.removeChild!="function"||!(h.attributes instanceof f)||typeof h.removeAttribute!="function"||typeof h.setAttribute!="function"||typeof h.namespaceURI!="string"||typeof h.insertBefore!="function"||typeof h.hasChildNodes!="function")},yr=function(h){return typeof i=="function"&&h instanceof i};function Ae(R,h,w){Au(R,T=>{T.call(u,h,w,Ze)})}const Er=function(h){let w=null;if(Ae(O.beforeSanitizeElements,h,null),Pt(h))return _e(h),!0;const T=Y(h.nodeName);if(Ae(O.uponSanitizeElement,h,{tagName:T,allowedTags:L}),Re&&h.hasChildNodes()&&!yr(h.firstElementChild)&&te(/<[/\w!]/g,h.innerHTML)&&te(/<[/\w!]/g,h.textContent)||h.nodeType===nu.progressingInstruction||Re&&h.nodeType===nu.comment&&te(/<[/\w]/g,h.data))return _e(h),!0;if(!L[T]||ke[T]){if(!ke[T]&&Cr(T)&&($.tagNameCheck instanceof RegExp&&te($.tagNameCheck,T)||$.tagNameCheck instanceof Function&&$.tagNameCheck(T)))return!1;if(Ft&&!Ge[T]){const H=b(h)||h.parentNode,K=m(h)||h.childNodes;if(K&&H){const G=K.length;for(let ae=G-1;ae>=0;--ae){const Ce=E(K[ae],!0);Ce.__removalCount=(h.__removalCount||0)+1,H.insertBefore(Ce,C(h))}}}return _e(h),!0}return h instanceof l&&!Vc(h)||(T==="noscript"||T==="noembed"||T==="noframes")&&te(/<\/no(script|embed|frames)/i,h.innerHTML)?(_e(h),!0):(Se&&h.nodeType===nu.text&&(w=h.textContent,Au([J,le,ie],H=>{w=eu(w,H," ")}),h.textContent!==w&&(Ke(u.removed,{element:h.cloneNode()}),h.textContent=w)),Ae(O.afterSanitizeElements,h,null),!1)},Ar=function(h,w,T){if(sr&&(w==="id"||w==="name")&&(T in t||T in Hc))return!1;if(!(Ue&&!Te[w]&&te(se,w))){if(!(qe&&te(S,w))){if(!j[w]||Te[w]){if(!(Cr(h)&&($.tagNameCheck instanceof RegExp&&te($.tagNameCheck,h)||$.tagNameCheck instanceof Function&&$.tagNameCheck(h))&&($.attributeNameCheck instanceof RegExp&&te($.attributeNameCheck,w)||$.attributeNameCheck instanceof Function&&$.attributeNameCheck(w))||w==="is"&&$.allowCustomizedBuiltInElements&&($.tagNameCheck instanceof RegExp&&te($.tagNameCheck,T)||$.tagNameCheck instanceof Function&&$.tagNameCheck(T))))return!1}else if(!vt[w]){if(!te(X,eu(T,P,""))){if(!((w==="src"||w==="xlink:href"||w==="href")&&h!=="script"&&qi(T,"data:")===0&&pr[h])){if(!(je&&!te(N,eu(T,P,"")))){if(T)return!1}}}}}}return!0},Cr=function(h){return h!=="annotation-xml"&&ln(h,V)},wr=function(h){Ae(O.beforeSanitizeAttributes,h,null);const{attributes:w}=h;if(!w||Pt(h))return;const T={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:j,forceKeepAttr:void 0};let H=w.length;for(;H--;){const K=w[H],{name:G,namespaceURI:ae,value:Ce}=K,pu=Y(G),Nt=Ce;let ee=G==="value"?Nt:Ui(Nt);if(T.attrName=pu,T.attrValue=ee,T.keepAttr=!0,T.forceKeepAttr=void 0,Ae(O.uponSanitizeAttribute,h,T),ee=T.attrValue,fr&&(pu==="id"||pu==="name")&&(Ye(G,h),ee=zc+ee),Re&&te(/((--!?|])>)|<\/(style|title)/i,ee)){Ye(G,h);continue}if(T.forceKeepAttr)continue;if(!T.keepAttr){Ye(G,h);continue}if(!Ne&&te(/\/>/i,ee)){Ye(G,h);continue}Se&&Au([J,le,ie],Fr=>{ee=eu(ee,Fr," ")});const Dr=Y(h.nodeName);if(!Ar(Dr,pu,ee)){Ye(G,h);continue}if(g&&typeof x=="object"&&typeof x.getAttributeType=="function"&&!ae)switch(x.getAttributeType(Dr,pu)){case"TrustedHTML":{ee=g.createHTML(ee);break}case"TrustedScriptURL":{ee=g.createScriptURL(ee);break}}if(ee!==Nt)try{ae?h.setAttributeNS(ae,G,ee):h.setAttribute(G,ee),Pt(h)?_e(h):cn(u.removed)}catch{Ye(G,h)}}Ae(O.afterSanitizeAttributes,h,null)},Gc=function R(h){let w=null;const T=_r(h);for(Ae(O.beforeSanitizeShadowDOM,h,null);w=T.nextNode();)Ae(O.uponSanitizeShadowNode,w,null),Er(w),wr(w),w.content instanceof o&&R(w.content);Ae(O.afterSanitizeShadowDOM,h,null)};return u.sanitize=function(R){let h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},w=null,T=null,H=null,K=null;if(Tt=!R,Tt&&(R="<!-->"),typeof R!="string"&&!yr(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(wt||Rt(h),u.removed=[],typeof R=="string"&&(fu=!1),fu){if(R.nodeName){const Ce=Y(R.nodeName);if(!L[Ce]||ke[Ce])throw uu("root node is forbidden and cannot be sanitized in-place")}}else if(R instanceof i)w=kr("<!---->"),T=w.ownerDocument.importNode(R,!0),T.nodeType===nu.element&&T.nodeName==="BODY"||T.nodeName==="HTML"?w=T:w.appendChild(T);else{if(!He&&!Se&&!Me&&R.indexOf("<")===-1)return g&&Lu?g.createHTML(R):R;if(w=kr(R),!w)return He?null:Lu?_:""}w&&Dt&&_e(w.firstChild);const G=_r(fu?R:w);for(;H=G.nextNode();)Er(H),wr(H),H.content instanceof o&&Gc(H.content);if(fu)return R;if(He){if(Bu)for(K=v.call(w.ownerDocument);w.firstChild;)K.appendChild(w.firstChild);else K=w;return(j.shadowroot||j.shadowrootmode)&&(K=I.call(n,K,!0)),K}let ae=Me?w.outerHTML:w.innerHTML;return Me&&L["!doctype"]&&w.ownerDocument&&w.ownerDocument.doctype&&w.ownerDocument.doctype.name&&te(bn,w.ownerDocument.doctype.name)&&(ae="<!DOCTYPE "+w.ownerDocument.doctype.name+`>
23
+ `+ae),Se&&Au([J,le,ie],Ce=>{ae=eu(ae,Ce," ")}),g&&Lu?g.createHTML(ae):ae},u.setConfig=function(){let R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Rt(R),wt=!0},u.clearConfig=function(){Ze=null,wt=!1},u.isValidAttribute=function(R,h,w){Ze||Rt({});const T=Y(R),H=Y(h);return Ar(T,H,w)},u.addHook=function(R,h){typeof h=="function"&&Ke(O[R],h)},u.removeHook=function(R,h){if(h!==void 0){const w=zi(O[R],h);return w===-1?void 0:$i(O[R],w,1)[0]}return cn(O[R])},u.removeHooks=function(R){O[R]=[]},u.removeAllHooks=function(){O=gn()},u}var n0=xn();const kn={};function r0(e){let u=kn[e];if(u)return u;u=kn[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 Be(e,u){typeof u!="string"&&(u=Be.defaultChars);const t=r0(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})}Be.defaultChars=";/?:@&=+$,#",Be.componentChars="";const _n={};function o0(e){let u=_n[e];if(u)return u;u=_n[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 ru(e,u,t){typeof u!="string"&&(t=u,u=ru.defaultChars),typeof t>"u"&&(t=!0);const n=o0(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}ru.defaultChars=";/?:@&=+$,-_.!~*'()#",ru.componentChars="-_.!~*'()";function ot(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 Du(){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 i0=/^([a-z0-9.+-]+:)/i,a0=/:[0-9]*$/,c0=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,l0=["<",">",'"',"`"," ","\r",`
24
+ `," "],s0=["{","}","|","\\","^","`"].concat(l0),f0=["'"].concat(s0),yn=["%","/","?",";","#"].concat(f0),En=["/","?","#"],d0=255,An=/^[+a-z0-9A-Z_-]{0,63}$/,p0=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Cn={javascript:!0,"javascript:":!0},wn={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function it(e,u){if(e&&e instanceof Du)return e;const t=new Du;return t.parse(e,u),t}Du.prototype.parse=function(e,u){let t,n,r,o=e;if(o=o.trim(),!u&&e.split("#").length===1){const s=c0.exec(o);if(s)return this.pathname=s[1],s[2]&&(this.search=s[2]),this}let a=i0.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&&!wn[a])){let s=-1;for(let p=0;p<En.length;p++)n=o.indexOf(En[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<yn.length;p++)n=o.indexOf(yn[p]),n!==-1&&(s===-1||n<s)&&(s=n);s===-1&&(s=o.length),o[s-1]===":"&&s--;const y=o.slice(0,s);o=o.slice(s),this.parseHost(y),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 C=p[E];if(C&&!C.match(An)){let m="";for(let b=0,g=C.length;b<g;b++)C.charCodeAt(b)>127?m+="x":m+=C[b];if(!m.match(An)){const b=p.slice(0,E),g=p.slice(E+1),_=C.match(p0);_&&(b.push(_[1]),g.unshift(_[2])),g.length&&(o=g.join(".")+o),this.hostname=b.join(".");break}}}}this.hostname.length>d0&&(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),wn[t]&&this.hostname&&!this.pathname&&(this.pathname=""),this},Du.prototype.parseHost=function(e){let u=a0.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 h0=Object.freeze(Object.defineProperty({__proto__:null,decode:Be,encode:ru,format:ot,parse:it},Symbol.toStringTag,{value:"Module"})),Dn=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Fn=/[\0-\x1F\x7F-\x9F]/,b0=/[\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]/,at=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/,vn=/[\$\+<->\^`\|~\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]/,Tn=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,m0=Object.freeze(Object.defineProperty({__proto__:null,Any:Dn,Cc:Fn,Cf:b0,P:at,S:vn,Z:Tn},Symbol.toStringTag,{value:"Module"})),g0=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୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢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;怳Ādp໩໮uct;戏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ǣጓ\0጖y;䐎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Ā;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀ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Ā;e᜚᜜lƀ;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\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩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ↄⅪ←ٖ↛ǰ↉\0↎proø₞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;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\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\0⹻m;櫳;櫽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))),x0=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var ct;const k0=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]]),_0=(ct=String.fromCodePoint)!==null&&ct!==void 0?ct: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 y0(e){var u;return e>=55296&&e<=57343||e>1114111?65533:(u=k0.get(e))!==null&&u!==void 0?u:e}var W;(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"})(W||(W={}));const E0=32;var we;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(we||(we={}));function lt(e){return e>=W.ZERO&&e<=W.NINE}function A0(e){return e>=W.UPPER_A&&e<=W.UPPER_F||e>=W.LOWER_A&&e<=W.LOWER_F}function C0(e){return e>=W.UPPER_A&&e<=W.UPPER_Z||e>=W.LOWER_A&&e<=W.LOWER_Z||lt(e)}function w0(e){return e===W.EQUALS||C0(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 De;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(De||(De={}));class D0{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=De.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)===W.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)|E0)===W.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(lt(r)||A0(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(lt(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===W.SEMI)this.consumed+=1;else if(this.decodeMode===De.Strict)return 0;return this.emitCodePoint(y0(this.result),this.consumed),this.errors&&(u!==W.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&we.VALUE_LENGTH)>>14;for(;t<u.length;t++,this.excess++){const a=u.charCodeAt(t);if(this.treeIndex=F0(n,r,this.treeIndex+Math.max(1,o),a),this.treeIndex<0)return this.result===0||this.decodeMode===De.Attribute&&(o===0||w0(a))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],o=(r&we.VALUE_LENGTH)>>14,o!==0){if(a===W.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==De.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]&we.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]&~we.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!==De.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 Sn(e){let u="";const t=new D0(e,n=>u+=_0(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 F0(e,u,t,n){const r=(u&we.BRANCH_LENGTH)>>7,o=u&we.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 v0=Sn(g0);Sn(x0);function Rn(e,u=De.Legacy){return v0(e,u)}function T0(e){return Object.prototype.toString.call(e)}function st(e){return T0(e)==="[object String]"}const S0=Object.prototype.hasOwnProperty;function R0(e,u){return S0.call(e,u)}function Fu(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 Pn(e,u,t){return[].concat(e.slice(0,u),t,e.slice(u+1))}function ft(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 vu(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 Nn=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,P0=/&([a-z#][a-z0-9]{1,31});/gi,N0=new RegExp(Nn.source+"|"+P0.source,"gi"),M0=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function O0(e,u){if(u.charCodeAt(0)===35&&M0.test(u)){const n=u[1].toLowerCase()==="x"?parseInt(u.slice(2),16):parseInt(u.slice(1),10);return ft(n)?vu(n):e}const t=Rn(e);return t!==e?t:e}function B0(e){return e.indexOf("\\")<0?e:e.replace(Nn,"$1")}function Le(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(N0,function(u,t,n){return t||O0(u,n)})}const L0=/[&<>"]/,I0=/[&<>"]/g,z0={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function $0(e){return z0[e]}function Fe(e){return L0.test(e)?e.replace(I0,$0):e}const q0=/[.?*+^$[\]\\(){}|-]/g;function U0(e){return e.replace(q0,"\\$&")}function U(e){switch(e){case 9:case 32:return!0}return!1}function ou(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 iu(e){return at.test(e)||vn.test(e)}function au(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 Tu(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const j0=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:Pn,assign:Fu,escapeHtml:Fe,escapeRE:U0,fromCodePoint:vu,has:R0,isMdAsciiPunct:au,isPunctChar:iu,isSpace:U,isString:st,isValidEntityCode:ft,isWhiteSpace:ou,lib:{mdurl:h0,ucmicro:m0},normalizeReference:Tu,unescapeAll:Le,unescapeMd:B0},Symbol.toStringTag,{value:"Module"}));function H0(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 V0(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=Le(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=Le(e.slice(u,r)),o.pos=r,o.ok=!0),o}function G0(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+=Le(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+=Le(e.slice(u,o)),a}const W0=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:V0,parseLinkLabel:H0,parseLinkTitle:G0},Symbol.toStringTag,{value:"Module"})),be={};be.code_inline=function(e,u,t,n,r){const o=e[u];return"<code"+r.renderAttrs(o)+">"+Fe(o.content)+"</code>"},be.code_block=function(e,u,t,n,r){const o=e[u];return"<pre"+r.renderAttrs(o)+"><code>"+Fe(e[u].content)+`</code></pre>
25
+ `},be.fence=function(e,u,t,n,r){const o=e[u],a=o.info?Le(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)||Fe(o.content):s=Fe(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 y={attrs:d};return`<pre><code${r.renderAttrs(y)}>${s}</code></pre>
27
+ `}return`<pre><code${r.renderAttrs(o)}>${s}</code></pre>
28
+ `},be.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)},be.hardbreak=function(e,u,t){return t.xhtmlOut?`<br />
29
+ `:`<br>
30
+ `},be.softbreak=function(e,u,t){return t.breaks?t.xhtmlOut?`<br />
31
+ `:`<br>
32
+ `:`
33
+ `},be.text=function(e,u){return Fe(e[u].content)},be.html_block=function(e,u){return e[u].content},be.html_inline=function(e,u){return e[u].content};function Ie(){this.rules=Fu({},be)}Ie.prototype.renderAttrs=function(u){let t,n,r;if(!u.attrs)return"";for(r="",t=0,n=u.attrs.length;t<n;t++)r+=" "+Fe(u.attrs[t][0])+'="'+Fe(u.attrs[t][1])+'"';return r},Ie.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
+ `),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
+ `:">",o},Ie.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},Ie.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},Ie.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 oe(){this.__rules__=[],this.__cache__=null}oe.prototype.__find__=function(e){for(let u=0;u<this.__rules__.length;u++)if(this.__rules__[u].name===e)return u;return-1},oe.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))})})},oe.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},oe.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},oe.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},oe.prototype.push=function(e,u,t){const n=t||{};this.__rules__.push({name:e,enabled:!0,fn:u,alt:n.alt||[]}),this.__cache__=null},oe.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},oe.prototype.enableOnly=function(e,u){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(t){t.enabled=!1}),this.enable(e,u)},oe.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},oe.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};function he(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}he.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},he.prototype.attrPush=function(u){this.attrs?this.attrs.push(u):this.attrs=[u]},he.prototype.attrSet=function(u,t){const n=this.attrIndex(u),r=[u,t];n<0?this.attrPush(r):this.attrs[n]=r},he.prototype.attrGet=function(u){const t=this.attrIndex(u);let n=null;return t>=0&&(n=this.attrs[t][1]),n},he.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 Mn(e,u,t){this.src=e,this.env=t,this.tokens=[],this.inlineMode=!1,this.md=u}Mn.prototype.Token=he;const Z0=/\r\n?|\n/g,Y0=/\0/g;function X0(e){let u;u=e.src.replace(Z0,`
37
+ `),u=u.replace(Y0,"�"),e.src=u}function Q0(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 J0(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 K0(e){return/^<a[>\s]/i.test(e)}function ea(e){return/^<\/a\s*>/i.test(e)}function ua(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"&&(K0(i.content)&&o>0&&o--,ea(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,y=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 C=s[x].index;if(C>y){const _=new e.Token("text","",0);_.content=l.slice(y,C),_.level=d,f.push(_)}const m=new e.Token("link_open","a",1);m.attrs=[["href",E]],m.level=d++,m.markup="linkify",m.info="auto",f.push(m);const b=new e.Token("text","",0);b.content=A,b.level=d,f.push(b);const g=new e.Token("link_close","a",-1);g.level=--d,g.markup="linkify",g.info="auto",f.push(g),y=s[x].lastIndex}if(y<l.length){const x=new e.Token("text","",0);x.content=l.slice(y),x.level=d,f.push(x)}u[t].children=r=Pn(r,a,f)}}}}const On=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,ta=/\((c|tm|r)\)/i,na=/\((c|tm|r)\)/ig,ra={c:"©",r:"®",tm:"™"};function oa(e,u){return ra[u.toLowerCase()]}function ia(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(na,oa)),n.type==="link_open"&&n.info==="auto"&&u--,n.type==="link_close"&&n.info==="auto"&&u++}}function aa(e){let u=0;for(let t=e.length-1;t>=0;t--){const n=e[t];n.type==="text"&&!u&&On.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 ca(e){let u;if(e.md.options.typographer)for(u=e.tokens.length-1;u>=0;u--)e.tokens[u].type==="inline"&&(ta.test(e.tokens[u].content)&&ia(e.tokens[u].children),On.test(e.tokens[u].content)&&aa(e.tokens[u].children))}const la=/['"]/,Bn=/['"]/g,Ln="’";function Su(e,u,t){return e.slice(0,u)+t+e.slice(u+1)}function sa(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;){Bn.lastIndex=l;const f=Bn.exec(i);if(!f)break;let d=!0,y=!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=au(p)||iu(String.fromCharCode(p)),C=au(E)||iu(String.fromCharCode(E)),m=ou(p),b=ou(E);if(b?d=!1:C&&(m||A||(d=!1)),m?y=!1:A&&(b||C||(y=!1)),E===34&&f[0]==='"'&&p>=48&&p<=57&&(y=d=!1),d&&y&&(d=A,y=C),!d&&!y){x&&(o.content=Su(o.content,f.index,Ln));continue}if(y)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=Su(o.content,f.index,k),e[g.token].content=Su(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}):y&&x&&(o.content=Su(o.content,f.index,Ln))}}}function fa(e){if(e.md.options.typographer)for(let u=e.tokens.length-1;u>=0;u--)e.tokens[u].type!=="inline"||!la.test(e.tokens[u].content)||sa(e.tokens[u].children,e)}function da(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 dt=[["normalize",X0],["block",Q0],["inline",J0],["linkify",ua],["replacements",ca],["smartquotes",fa],["text_join",da]];function pt(){this.ruler=new oe;for(let e=0;e<dt.length;e++)this.ruler.push(dt[e][0],dt[e][1])}pt.prototype.process=function(e){const u=this.ruler.getRules("");for(let t=0,n=u.length;t<n;t++)u[t](e)},pt.prototype.State=Mn;function me(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(U(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}me.prototype.push=function(e,u,t){const n=new he(e,u,t);return n.block=!0,t<0&&this.level--,n.level=this.level,t>0&&this.level++,this.tokens.push(n),n},me.prototype.isEmpty=function(u){return this.bMarks[u]+this.tShift[u]>=this.eMarks[u]},me.prototype.skipEmptyLines=function(u){for(let t=this.lineMax;u<t&&!(this.bMarks[u]+this.tShift[u]<this.eMarks[u]);u++);return u},me.prototype.skipSpaces=function(u){for(let t=this.src.length;u<t;u++){const n=this.src.charCodeAt(u);if(!U(n))break}return u},me.prototype.skipSpacesBack=function(u,t){if(u<=t)return u;for(;u>t;)if(!U(this.src.charCodeAt(--u)))return u+1;return u},me.prototype.skipChars=function(u,t){for(let n=this.src.length;u<n&&this.src.charCodeAt(u)===t;u++);return u},me.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},me.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 y=this.src.charCodeAt(f);if(U(y))y===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("")},me.prototype.Token=he;const pa=65536;function ht(e,u){const t=e.bMarks[u]+e.tShift[u],n=e.eMarks[u];return e.src.slice(t,n)}function In(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 ha(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&&!U(i)||a===45&&U(i))return!1;for(;o<e.eMarks[r];){const g=e.src.charCodeAt(o);if(g!==124&&g!==45&&g!==58&&!U(g))return!1;o++}let l=ht(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=ht(e,u).trim(),l.indexOf("|")===-1||e.sCount[u]-e.blkIndent>=4)return!1;s=In(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 y=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 C=e.push("tr_open","tr",1);C.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 m,b=0;for(r=u+2;r<t&&!(e.sCount[r]<e.blkIndent);r++){let g=!1;for(let k=0,D=x.length;k<D;k++)if(x[k](e,r,t,!0)){g=!0;break}if(g||(l=ht(e,r).trim(),!l)||e.sCount[r]-e.blkIndent>=4||(s=In(l),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop(),b+=d-s.length,b>pa))break;if(r===u+2){const k=e.push("tbody_open","tbody",1);k.map=m=[u+2,0]}const _=e.push("tr_open","tr",1);_.map=[r,r+1];for(let k=0;k<d;k++){const D=e.push("td_open","td",1);f[k]&&(D.attrs=[["style","text-align:"+f[k]]]);const v=e.push("inline","",0);v.content=s[k]?s[k].trim():"",v.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return m&&(e.push("tbody_close","tbody",-1),m[1]=r),e.push("table_close","table",-1),E[1]=r,e.parentType=y,e.line=r,!0}function ba(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 ma(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,y=!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)))){y=!0;break}l=e.sCount[u],e.line=d+(y?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 ga(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"),y=e.parentType;e.parentType="blockquote";let x=!1,p;for(p=u;p<t;p++){const b=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&&!b){let _=e.sCount[p]+1,k,D;e.src.charCodeAt(r)===32?(r++,_++,D=!1,k=!0):e.src.charCodeAt(r)===9?(k=!0,(e.bsCount[p]+_)%4===3?(r++,_++,D=!1):D=!0):k=!1;let v=_;for(i.push(e.bMarks[p]),e.bMarks[p]=r;r<o;){const F=e.src.charCodeAt(r);if(U(F))F===9?v+=4-(v+e.bsCount[p]+(D?1:0))%4:v++;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]=v-_,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 C=[u,0];A.map=C,e.md.block.tokenize(e,u,p);const m=e.push("blockquote_close","blockquote",-1);m.markup=">",e.lineMax=a,e.parentType=y,C[1]=e.line;for(let b=0;b<f.length;b++)e.bMarks[b+u]=i[b],e.tShift[b+u]=f[b],e.sCount[b+u]=s[b],e.bsCount[b+u]=l[b];return e.blkIndent=E,!0}function xa(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&&!U(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 zn(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(!U(o))return-1}return n}function $n(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),!U(o))?-1:r}function ka(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 _a(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,y,x;if((x=$n(e,l))>=0){if(d=!0,a=e.bMarks[l]+e.tShift[l],y=Number(e.src.slice(a,x-1)),f&&y!==1)return!1}else if((x=zn(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),y!==1&&(i.attrs=[["start",y]])):i=e.push("bullet_list_open","ul",1);const A=[l,0];i.map=A,i.markup=String.fromCharCode(p);let C=!1;const m=e.md.block.ruler.getRules("list"),b=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 se=e.src.charCodeAt(o);if(se===9)_+=4-(_+e.bsCount[l])%4;else if(se===32)_++;else break;o++}const k=o;let D;k>=r?D=1:D=_-g,D>4&&(D=1);const v=g+D;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 I=e.tight,O=e.tShift[l],J=e.sCount[l],le=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=v,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||C)&&(s=!1),C=e.line-l>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=le,e.tShift[l]=O,e.sCount[l]=J,e.tight=I,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 ie=!1;for(let se=0,S=m.length;se<S;se++)if(m[se](e,l,t,!0)){ie=!0;break}if(ie)break;if(d){if(x=$n(e,l),x<0)break;a=e.bMarks[l]+e.tShift[l]}else if(x=zn(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=b,s&&ka(e,E),!0}function ya(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(m){const b=e.lineMax;if(m>=b||e.isEmpty(m))return null;let g=!1;if(e.sCount[m]-e.blkIndent>3&&(g=!0),e.sCount[m]<0&&(g=!0),!g){const D=e.md.block.ruler.getRules("reference"),v=e.parentType;e.parentType="reference";let F=!1;for(let I=0,O=D.length;I<O;I++)if(D[I](e,m,b,!0)){F=!0;break}if(e.parentType=v,F)return null}const _=e.bMarks[m]+e.tShift[m],k=e.eMarks[m];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 m=l.charCodeAt(r);if(m===91)return!1;if(m===93){s=r;break}else if(m===10){const b=i(a);b!==null&&(l+=b,o=l.length,a++)}else if(m===92&&(r++,r<o&&l.charCodeAt(r)===10)){const b=i(a);b!==null&&(l+=b,o=l.length,a++)}}if(s<0||l.charCodeAt(s+1)!==58)return!1;for(r=s+2;r<o;r++){const m=l.charCodeAt(r);if(m===10){const b=i(a);b!==null&&(l+=b,o=l.length,a++)}else if(!U(m))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 y=r,x=a,p=r;for(;r<o;r++){const m=l.charCodeAt(r);if(m===10){const b=i(a);b!==null&&(l+=b,o=l.length,a++)}else if(!U(m))break}let E=e.md.helpers.parseLinkTitle(l,r,o);for(;E.can_continue;){const m=i(a);if(m===null)break;l+=m,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=y,a=x);r<o;){const m=l.charCodeAt(r);if(!U(m))break;r++}if(r<o&&l.charCodeAt(r)!==10&&A)for(A="",r=y,a=x;r<o;){const m=l.charCodeAt(r);if(!U(m))break;r++}if(r<o&&l.charCodeAt(r)!==10)return!1;const C=Tu(l.slice(1,s));return C?(n||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[C]>"u"&&(e.env.references[C]={title:A,href:d}),e.line=a),!0):!1}const Ea=["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"],Aa="[a-zA-Z_:][a-zA-Z0-9:._-]*",Ca="(?:"+"[^\"'=<>`\\x00-\\x20]+"+"|"+"'[^']*'"+"|"+'"[^"]*"'+")",qn="<[A-Za-z][A-Za-z0-9\\-]*"+("(?:\\s+"+Aa+"(?:\\s*=\\s*"+Ca+")?)")+"*\\s*\\/?>",Un="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",wa="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",Da="<[?][\\s\\S]*?[?]>",Fa="<![A-Za-z][^>]*>",va="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",Ta=new RegExp("^(?:"+qn+"|"+Un+"|"+wa+"|"+Da+"|"+Fa+"|"+va+")"),Sa=new RegExp("^(?:"+qn+"|"+Un+")"),ze=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+Ea.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Sa.source+"\\s*$"),/^$/,!1]];function Ra(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<ze.length&&!ze[i][0].test(a);i++);if(i===ze.length)return!1;if(n)return ze[i][2];let l=u+1;if(!ze[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),ze[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 Pa(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&&!U(a))return!1;if(n)return!0;o=e.skipSpacesBack(o,r);const l=e.skipCharsBack(o,35,r);l>r&&U(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 Na(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 y=!1;for(let x=0,p=n.length;x<p;x++)if(n[x](e,i,t,!0)){y=!0;break}if(y)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 Ma(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 Ru=[["table",ha,["paragraph","reference"]],["code",ba],["fence",ma,["paragraph","reference","blockquote","list"]],["blockquote",ga,["paragraph","reference","blockquote","list"]],["hr",xa,["paragraph","reference","blockquote","list"]],["list",_a,["paragraph","reference","blockquote"]],["reference",ya],["html_block",Ra,["paragraph","reference","blockquote"]],["heading",Pa,["paragraph","reference","blockquote"]],["lheading",Na],["paragraph",Ma]];function Pu(){this.ruler=new oe;for(let e=0;e<Ru.length;e++)this.ruler.push(Ru[e][0],Ru[e][1],{alt:(Ru[e][2]||[]).slice()})}Pu.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)}},Pu.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)},Pu.prototype.State=me;function cu(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}cu.prototype.pushPending=function(){const e=new he("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},cu.prototype.push=function(e,u,t){this.pending&&this.pushPending();const n=new he(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},cu.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=au(r)||iu(String.fromCharCode(r)),s=au(i)||iu(String.fromCharCode(i)),f=ou(r),d=ou(i),y=!d&&(!s||f||l),x=!f&&(!l||d||s);return{can_open:y&&(u||!x||l),can_close:x&&(u||!y||s),length:a}},cu.prototype.Token=he;function Oa(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 Ba(e,u){let t=e.pos;for(;t<e.posMax&&!Oa(e.src.charCodeAt(t));)t++;return t===e.pos?!1:(u||(e.pending+=e.src.slice(e.pos,t)),e.pos=t,!0)}const La=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function Ia(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(La);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 za(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&&U(e.src.charCodeAt(t));)t++;return e.pos=t,!0}const bt=[];for(let e=0;e<256;e++)bt.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){bt[e.charCodeAt(0)]=1});function $a(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),!!U(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&&bt[r]!==0?i.content=o:i.content=a,i.markup=a,i.info="escape"}return e.pos=t+1,!0}function qa(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 Ua(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 jn(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 ja(e){const u=e.tokens_meta,t=e.tokens_meta.length;jn(e,e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&jn(e,u[n].delimiters)}const Hn={tokenize:Ua,postProcess:ja};function Ha(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 Vn(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 Va(e){const u=e.tokens_meta,t=e.tokens_meta.length;Vn(e,e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&Vn(e,u[n].delimiters)}const Gn={tokenize:Ha,postProcess:Va};function Ga(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,y=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),!(!U(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),!(!U(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),!(!U(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(y,x)),o=e.env.references[Tu(n)],!o)return e.pos=f,!1;a=o.href,i=o.title}if(!u){e.pos=y,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 Wa(e,u){let t,n,r,o,a,i,l,s,f="";const d=e.pos,y=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<y&&e.src.charCodeAt(o)===40){for(o++;o<y&&(t=e.src.charCodeAt(o),!(!U(t)&&t!==10));o++);if(o>=y)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<y&&(t=e.src.charCodeAt(o),!(!U(t)&&t!==10));o++);if(i=e.md.helpers.parseLinkTitle(e.src,o,e.posMax),o<y&&s!==o&&i.ok)for(l=i.str,o=i.pos;o<y&&(t=e.src.charCodeAt(o),!(!U(t)&&t!==10));o++);else l="";if(o>=y||e.src.charCodeAt(o)!==41)return e.pos=d,!1;o++}else{if(typeof e.env.references>"u")return!1;if(o<y&&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[Tu(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),C=[["src",f],["alt",""]];A.attrs=C,A.children=E,A.content=n,l&&C.push(["title",l])}return e.pos=o,e.posMax=y,!0}const Za=/^([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])?)*)$/,Ya=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function Xa(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(Ya.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(Za.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 Qa(e){return/^<a[>\s]/i.test(e)}function Ja(e){return/^<\/a\s*>/i.test(e)}function Ka(e){const u=e|32;return u>=97&&u<=122}function ec(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&&!Ka(r))return!1;const o=e.src.slice(n).match(Ta);if(!o)return!1;if(!u){const a=e.push("html_inline","",0);a.content=o[0],Qa(a.content)&&e.linkLevel++,Ja(a.content)&&e.linkLevel--}return e.pos+=o[0].length,!0}const uc=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,tc=/^&([a-z][a-z0-9]{1,31});/i;function nc(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(uc);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=ft(a)?vu(a):vu(65533),i.markup=o[0],i.info="entity"}return e.pos+=o[0].length,!0}}else{const o=e.src.slice(t).match(tc);if(o){const a=Rn(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 Wn(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 y=!1;if((d.close||i.open)&&(d.length+i.length)%3===0&&(d.length%3!==0||i.length%3!==0)&&(y=!0),!y){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 rc(e){const u=e.tokens_meta,t=e.tokens_meta.length;Wn(e.delimiters);for(let n=0;n<t;n++)u[n]&&u[n].delimiters&&Wn(u[n].delimiters)}function oc(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 mt=[["text",Ba],["linkify",Ia],["newline",za],["escape",$a],["backticks",qa],["strikethrough",Hn.tokenize],["emphasis",Gn.tokenize],["link",Ga],["image",Wa],["autolink",Xa],["html_inline",ec],["entity",nc]],gt=[["balance_pairs",rc],["strikethrough",Hn.postProcess],["emphasis",Gn.postProcess],["fragments_join",oc]];function lu(){this.ruler=new oe;for(let e=0;e<mt.length;e++)this.ruler.push(mt[e][0],mt[e][1]);this.ruler2=new oe;for(let e=0;e<gt.length;e++)this.ruler2.push(gt[e][0],gt[e][1])}lu.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},lu.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()},lu.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)},lu.prototype.State=cu;function ic(e){const u={};e=e||{},u.src_Any=Dn.source,u.src_Cc=Fn.source,u.src_Z=Tn.source,u.src_P=at.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 xt(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(n){e[n]=t[n]})}),e}function Nu(e){return Object.prototype.toString.call(e)}function ac(e){return Nu(e)==="[object String]"}function cc(e){return Nu(e)==="[object Object]"}function lc(e){return Nu(e)==="[object RegExp]"}function Zn(e){return Nu(e)==="[object Function]"}function sc(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const Yn={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function fc(e){return Object.keys(e||{}).reduce(function(u,t){return u||Yn.hasOwnProperty(t)},!1)}const dc={"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}}},pc="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]",hc="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function bc(e){e.__index__=-1,e.__text_cache__=""}function mc(e){return function(u,t){const n=u.slice(t);return e.test(n)?n.match(e)[0].length:0}}function Xn(){return function(e,u){u.normalize(e)}}function Mu(e){const u=e.re=ic(e.__opts__),t=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||t.push(pc),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,cc(l)){lc(l.validate)?s.validate=mc(l.validate):Zn(l.validate)?s.validate=l.validate:o(i,l),Zn(l.normalize)?s.normalize=l.normalize:l.normalize?o(i,l):s.normalize=Xn();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:Xn()};const a=Object.keys(e.__compiled__).filter(function(i){return i.length>0&&e.__compiled__[i]}).map(sc).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"),bc(e)}function gc(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 kt(e,u){const t=new gc(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__=xt({},Yn,u),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=xt({},dc,e),this.__compiled__={},this.__tlds__=hc,this.__tlds_replaced__=!1,this.re={},Mu(this)}ce.prototype.add=function(u,t){return this.__schemas__[u]=t,Mu(this),this},ce.prototype.set=function(u){return this.__opts__=xt(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(kt(this,n)),n=this.__last_index__);let r=n?u.slice(n):u;for(;this.test(r);)t.push(kt(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,kt(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(),Mu(this),this):(this.__tlds__=u.slice(),this.__tlds_replaced__=!0,Mu(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 $e=2147483647,ge=36,_t=1,su=26,xc=38,kc=700,Qn=72,Jn=128,Kn="-",_c=/^xn--/,yc=/[^\0-\x7F]/,Ec=/[\x2E\u3002\uFF0E\uFF61]/g,Ac={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},yt=ge-_t,xe=Math.floor,Et=String.fromCharCode;function ve(e){throw new RangeError(Ac[e])}function Cc(e,u){const t=[];let n=e.length;for(;n--;)t[n]=u(e[n]);return t}function er(e,u){const t=e.split("@");let n="";t.length>1&&(n=t[0]+"@",e=t[1]),e=e.replace(Ec,".");const r=e.split("."),o=Cc(r,u).join(".");return n+o}function ur(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 wc=e=>String.fromCodePoint(...e),Dc=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:ge},tr=function(e,u){return e+22+75*(e<26)-((u!=0)<<5)},nr=function(e,u,t){let n=0;for(e=t?xe(e/kc):e>>1,e+=xe(e/u);e>yt*su>>1;n+=ge)e=xe(e/yt);return xe(n+(yt+1)*e/(e+xc))},rr=function(e){const u=[],t=e.length;let n=0,r=Jn,o=Qn,a=e.lastIndexOf(Kn);a<0&&(a=0);for(let i=0;i<a;++i)e.charCodeAt(i)>=128&&ve("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=ge;;d+=ge){i>=t&&ve("invalid-input");const y=Dc(e.charCodeAt(i++));y>=ge&&ve("invalid-input"),y>xe(($e-n)/f)&&ve("overflow"),n+=y*f;const x=d<=o?_t:d>=o+su?su:d-o;if(y<x)break;const p=ge-x;f>xe($e/p)&&ve("overflow"),f*=p}const s=u.length+1;o=nr(n-l,s,l==0),xe(n/s)>$e-r&&ve("overflow"),r+=xe(n/s),n%=s,u.splice(n++,0,r)}return String.fromCodePoint(...u)},or=function(e){const u=[];e=ur(e);const t=e.length;let n=Jn,r=0,o=Qn;for(const l of e)l<128&&u.push(Et(l));const a=u.length;let i=a;for(a&&u.push(Kn);i<t;){let l=$e;for(const f of e)f>=n&&f<l&&(l=f);const s=i+1;l-n>xe(($e-r)/s)&&ve("overflow"),r+=(l-n)*s,n=l;for(const f of e)if(f<n&&++r>$e&&ve("overflow"),f===n){let d=r;for(let y=ge;;y+=ge){const x=y<=o?_t:y>=o+su?su:y-o;if(d<x)break;const p=d-x,E=ge-x;u.push(Et(tr(x+p%E,0))),d=xe(p/E)}u.push(Et(tr(d,0))),o=nr(r,s,i===a),r=0,++i}++r,++n}return u.join("")},ir={version:"2.3.1",ucs2:{decode:ur,encode:wc},decode:rr,encode:or,toASCII:function(e){return er(e,function(u){return yc.test(u)?"xn--"+or(u):u})},toUnicode:function(e){return er(e,function(u){return _c.test(u)?rr(u.slice(4).toLowerCase()):u})}},Fc={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{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"]}}},commonmark:{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"]}}}},vc=/^(vbscript|javascript|file|data):/,Tc=/^data:image\/(gif|png|jpeg|webp);/;function Sc(e){const u=e.trim().toLowerCase();return vc.test(u)?Tc.test(u):!0}const ar=["http:","https:","mailto:"];function Rc(e){const u=it(e,!0);if(u.hostname&&(!u.protocol||ar.indexOf(u.protocol)>=0))try{u.hostname=ir.toASCII(u.hostname)}catch{}return ru(ot(u))}function Pc(e){const u=it(e,!0);if(u.hostname&&(!u.protocol||ar.indexOf(u.protocol)>=0))try{u.hostname=ir.toUnicode(u.hostname)}catch{}return Be(ot(u),Be.defaultChars+"%")}function de(e,u){if(!(this instanceof de))return new de(e,u);u||st(e)||(u=e||{},e="default"),this.inline=new lu,this.block=new Pu,this.core=new pt,this.renderer=new Ie,this.linkify=new ce,this.validateLink=Sc,this.normalizeLink=Rc,this.normalizeLinkText=Pc,this.utils=j0,this.helpers=Fu({},W0),this.options={},this.configure(e),u&&this.set(u)}de.prototype.set=function(e){return Fu(this.options,e),this},de.prototype.configure=function(e){const u=this;if(st(e)){const t=e;if(e=Fc[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},de.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},de.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},de.prototype.use=function(e){const u=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,u),this},de.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},de.prototype.render=function(e,u){return u=u||{},this.renderer.render(this.parse(e,u),this.options,u)},de.prototype.parseInline=function(e,u){const t=new this.core.State(e,this,u);return t.inlineMode=!0,this.core.process(t),t.tokens},de.prototype.renderInline=function(e,u){return u=u||{},this.renderer.render(this.parseInline(e,u),this.options,u)};function Nc(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=de({...r});function s(f){const d=l.render(f);if(a.value=n?n0.sanitize(d):d,i.value)i.value.innerHTML=a.value;else{const y=c.watch(i,x=>{x&&(x.innerHTML=a.value,y())})}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 Mc(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 y=Oe.createEventHook(),x=Oe.createEventHook(),p=Oe.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,y.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 C(){d&&clearTimeout(d),E()}function m(){d&&clearTimeout(d),o.value=0,c.nextTick(()=>{E()})}function b(){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:C,restart:m,stop:b,destroy:g,onStat:y.on,onStop:x.on,onUpdate:p.on}}const Oc="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}",Bc="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:At,cB:cr,cE:Ct}={...Hu,...qt},Ou=`${Ut}-type-writer`;function Lc(){return At([cr("type-writer",{overflowX:"auto"},[Ct("cursor::after",{content:"var(--cursor-content)",marginLeft:"2px",display:"inline-block"}),Ct("markdown",`${Bc}`,[At("pre",{backgroundColor:"var(--tag-color)",borderRadius:"var(--border-radius)"})])]),At(".dark",[cr("type-writer",[Ct("markdown",`${Oc}`)])])])}const Ic=["innerHTML"],lr=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;$t(Ou,Lc());const{typedValue:n,isTyping:r,onStat:o,onUpdate:a,onStop:i}=Mc(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}=Nc(n,{html:!0,linkify:!0,typographer:!0,breaks:!0,highlight:to}),s=c.computed(()=>e.markdown?l.value:n.value);return(f,d)=>(c.openBlock(),c.createBlock(c.unref(M.NEl),{tag:"div",class:c.normalizeClass([c.unref(Ou)])},{default:c.withCtx(()=>[c.createElementVNode("div",{class:c.normalizeClass([c.unref(r)&&!f.markdown?`${c.unref(Ou)}__cursor`:void 0,f.markdown?`${c.unref(Ou)}__markdown`:void 0]),style:c.normalizeStyle([f.markdown?void 0:{"--cursor-content":`'${f.suffix}'`}]),innerHTML:s.value},null,14,Ic)]),_:1},8,["class"]))}});Q.NBubble=lo,Q.NConfigProviders=so,Q.NCopyButton=mo,Q.NDataTablePlus=Di,Q.NSearchInput=nn,Q.NToggleEditor=Mi,Q.NTooltipButton=Oi,Q.NTypeWriter=lr,Object.defineProperty(Q,Symbol.toStringTag,{value:"Module"})});