@plugjs/cov8-html 0.1.94 → 0.1.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.html +12 -12
- package/package.json +8 -8
package/dist/index.html
CHANGED
|
@@ -6,45 +6,45 @@
|
|
|
6
6
|
window.Prism = window.Prism || {};
|
|
7
7
|
window.Prism.manual = true;
|
|
8
8
|
</script>
|
|
9
|
-
<script type="module" crossorigin>(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const i of s)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(s){const i={};return s.integrity&&(i.integrity=s.integrity),s.referrerPolicy&&(i.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?i.credentials="include":s.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(s){if(s.ep)return;s.ep=!0;const i=n(s);fetch(s.href,i)}})();var
|
|
9
|
+
<script type="module" crossorigin>(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const i of s)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(s){const i={};return s.integrity&&(i.integrity=s.integrity),s.referrerPolicy&&(i.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?i.credentials="include":s.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(s){if(s.ep)return;s.ep=!0;const i=n(s);fetch(s.href,i)}})();var xr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},An={exports:{}},wr;function yi(){return wr||(wr=1,function(e){var t=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/**
|
|
10
10
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
11
11
|
*
|
|
12
12
|
* @license MIT <https://opensource.org/licenses/MIT>
|
|
13
13
|
* @author Lea Verou <https://lea.verou.me>
|
|
14
14
|
* @namespace
|
|
15
15
|
* @public
|
|
16
|
-
*/var n=function(r){var s=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,o={},l={manual:r.Prism&&r.Prism.manual,disableWorkerMessageHandler:r.Prism&&r.Prism.disableWorkerMessageHandler,util:{encode:function v(m){return m instanceof c?new c(m.type,v(m.content),m.alias):Array.isArray(m)?m.map(v):m.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(v){return Object.prototype.toString.call(v).slice(8,-1)},objId:function(v){return v.__id||Object.defineProperty(v,"__id",{value:++i}),v.__id},clone:function v(m,g){g=g||{};var A,S;switch(l.util.type(m)){case"Object":if(S=l.util.objId(m),g[S])return g[S];A={},g[S]=A;for(var R in m)m.hasOwnProperty(R)&&(A[R]=v(m[R],g));return A;case"Array":return S=l.util.objId(m),g[S]?g[S]:(A=[],g[S]=A,m.forEach(function(D,N){A[N]=v(D,g)}),A);default:return m}},getLanguage:function(v){for(;v;){var m=s.exec(v.className);if(m)return m[1].toLowerCase();v=v.parentElement}return"none"},setLanguage:function(v,m){v.className=v.className.replace(RegExp(s,"gi"),""),v.classList.add("language-"+m)},currentScript:function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(A){var v=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(A.stack)||[])[1];if(v){var m=document.getElementsByTagName("script");for(var g in m)if(m[g].src==v)return m[g]}return null}},isActive:function(v,m,g){for(var A="no-"+m;v;){var S=v.classList;if(S.contains(m))return!0;if(S.contains(A))return!1;v=v.parentElement}return!!g}},languages:{plain:o,plaintext:o,text:o,txt:o,extend:function(v,m){var g=l.util.clone(l.languages[v]);for(var A in m)g[A]=m[A];return g},insertBefore:function(v,m,g,A){A=A||l.languages;var S=A[v],R={};for(var D in S)if(S.hasOwnProperty(D)){if(D==m)for(var N in g)g.hasOwnProperty(N)&&(R[N]=g[N]);g.hasOwnProperty(D)||(R[D]=S[D])}var X=A[v];return A[v]=R,l.languages.DFS(l.languages,function(te,ye){ye===X&&te!=v&&(this[te]=R)}),R},DFS:function v(m,g,A,S){S=S||{};var R=l.util.objId;for(var D in m)if(m.hasOwnProperty(D)){g.call(m,D,m[D],A||D);var N=m[D],X=l.util.type(N);X==="Object"&&!S[R(N)]?(S[R(N)]=!0,v(N,g,null,S)):X==="Array"&&!S[R(N)]&&(S[R(N)]=!0,v(N,g,D,S))}}},plugins:{},highlightAll:function(v,m){l.highlightAllUnder(document,v,m)},highlightAllUnder:function(v,m,g){var A={callback:g,container:v,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};l.hooks.run("before-highlightall",A),A.elements=Array.prototype.slice.apply(A.container.querySelectorAll(A.selector)),l.hooks.run("before-all-elements-highlight",A);for(var S=0,R;R=A.elements[S++];)l.highlightElement(R,m===!0,A.callback)},highlightElement:function(v,m,g){var A=l.util.getLanguage(v),S=l.languages[A];l.util.setLanguage(v,A);var R=v.parentElement;R&&R.nodeName.toLowerCase()==="pre"&&l.util.setLanguage(R,A);var D=v.textContent,N={element:v,language:A,grammar:S,code:D};function X(ye){N.highlightedCode=ye,l.hooks.run("before-insert",N),N.element.innerHTML=N.highlightedCode,l.hooks.run("after-highlight",N),l.hooks.run("complete",N),g&&g.call(N.element)}if(l.hooks.run("before-sanity-check",N),R=N.element.parentElement,R&&R.nodeName.toLowerCase()==="pre"&&!R.hasAttribute("tabindex")&&R.setAttribute("tabindex","0"),!N.code){l.hooks.run("complete",N),g&&g.call(N.element);return}if(l.hooks.run("before-highlight",N),!N.grammar){X(l.util.encode(N.code));return}if(m&&r.Worker){var te=new Worker(l.filename);te.onmessage=function(ye){X(ye.data)},te.postMessage(JSON.stringify({language:N.language,code:N.code,immediateClose:!0}))}else X(l.highlight(N.code,N.grammar,N.language))},highlight:function(v,m,g){var A={code:v,grammar:m,language:g};if(l.hooks.run("before-tokenize",A),!A.grammar)throw new Error('The language "'+A.language+'" has no grammar.');return A.tokens=l.tokenize(A.code,A.grammar),l.hooks.run("after-tokenize",A),c.stringify(l.util.encode(A.tokens),A.language)},tokenize:function(v,m){var g=m.rest;if(g){for(var A in g)m[A]=g[A];delete m.rest}var S=new h;return b(S,S.head,v),a(v,S,m,S.head,0),I(S)},hooks:{all:{},add:function(v,m){var g=l.hooks.all;g[v]=g[v]||[],g[v].push(m)},run:function(v,m){var g=l.hooks.all[v];if(!(!g||!g.length))for(var A=0,S;S=g[A++];)S(m)}},Token:c};r.Prism=l;function c(v,m,g,A){this.type=v,this.content=m,this.alias=g,this.length=(A||"").length|0}c.stringify=function v(m,g){if(typeof m=="string")return m;if(Array.isArray(m)){var A="";return m.forEach(function(X){A+=v(X,g)}),A}var S={type:m.type,content:v(m.content,g),tag:"span",classes:["token",m.type],attributes:{},language:g},R=m.alias;R&&(Array.isArray(R)?Array.prototype.push.apply(S.classes,R):S.classes.push(R)),l.hooks.run("wrap",S);var D="";for(var N in S.attributes)D+=" "+N+'="'+(S.attributes[N]||"").replace(/"/g,""")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+D+">"+S.content+"</"+S.tag+">"};function d(v,m,g,A){v.lastIndex=m;var S=v.exec(g);if(S&&A&&S[1]){var R=S[1].length;S.index+=R,S[0]=S[0].slice(R)}return S}function a(v,m,g,A,S,R){for(var D in g)if(!(!g.hasOwnProperty(D)||!g[D])){var N=g[D];N=Array.isArray(N)?N:[N];for(var X=0;X<N.length;++X){if(R&&R.cause==D+","+X)return;var te=N[X],ye=te.inside,st=!!te.lookbehind,pt=!!te.greedy,Kt=te.alias;if(pt&&!te.pattern.global){var le=te.pattern.toString().match(/[imsuy]*$/)[0];te.pattern=RegExp(te.pattern.source,le+"g")}for(var q=te.pattern||te,H=A.next,se=S;H!==m.tail&&!(R&&se>=R.reach);se+=H.value.length,H=H.next){var Te=H.value;if(m.length>v.length)return;if(!(Te instanceof c)){var Ee=1,ne;if(pt){if(ne=d(q,se,v,st),!ne||ne.index>=v.length)break;var Ne=ne.index,Wt=ne.index+ne[0].length,Me=se;for(Me+=H.value.length;Ne>=Me;)H=H.next,Me+=H.value.length;if(Me-=H.value.length,se=Me,H.value instanceof c)continue;for(var it=H;it!==m.tail&&(Me<Wt||typeof it.value=="string");it=it.next)Ee++,Me+=it.value.length;Ee--,Te=v.slice(se,Me),ne.index-=se}else if(ne=d(q,0,Te,st),!ne)continue;var Ne=ne.index,Be=ne[0],ot=Te.slice(0,Ne),Ft=Te.slice(Ne+Be.length),Ke=se+Te.length;R&&Ke>R.reach&&(R.reach=Ke);var lt=H.prev;ot&&(lt=b(m,lt,ot),se+=ot.length),C(m,lt,Ee);var Jt=new c(D,ye?l.tokenize(Be,ye):Be,Kt,Be);if(H=b(m,lt,Jt),Ft&&b(m,H,Ft),Ee>1){var u={cause:D+","+X,reach:Ke};a(v,m,g,H.prev,se,u),R&&u.reach>R.reach&&(R.reach=u.reach)}}}}}}function h(){var v={value:null,prev:null,next:null},m={value:null,prev:v,next:null};v.next=m,this.head=v,this.tail=m,this.length=0}function b(v,m,g){var A=m.next,S={value:g,prev:m,next:A};return m.next=S,A.prev=S,v.length++,S}function C(v,m,g){for(var A=m.next,S=0;S<g&&A!==v.tail;S++)A=A.next;m.next=A,A.prev=m,v.length-=S}function I(v){for(var m=[],g=v.head.next;g!==v.tail;)m.push(g.value),g=g.next;return m}if(!r.document)return r.addEventListener&&(l.disableWorkerMessageHandler||r.addEventListener("message",function(v){var m=JSON.parse(v.data),g=m.language,A=m.code,S=m.immediateClose;r.postMessage(l.highlight(A,l.languages[g],g)),S&&r.close()},!1)),l;var $=l.util.currentScript();$&&(l.filename=$.src,$.hasAttribute("data-manual")&&(l.manual=!0));function Y(){l.manual||l.highlightAll()}if(!l.manual){var z=document.readyState;z==="loading"||z==="interactive"&&$&&$.defer?document.addEventListener("DOMContentLoaded",Y):window.requestAnimationFrame?window.requestAnimationFrame(Y):window.setTimeout(Y,16)}return l}(t);e.exports&&(e.exports=n),typeof _r<"u"&&(_r.Prism=n)})(hi);Prism.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:/[{}[\];(),.:]/};Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.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}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.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:Prism.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:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.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:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.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:Prism.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"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.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"));Prism.languages.js=Prism.languages.javascript;(function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript})(Prism);(function(){if(typeof Prism>"u"||typeof document>"u")return;var e="line-numbers",t=/\n(?!$)/g,n=Prism.plugins.lineNumbers={getLine:function(o,l){if(!(o.tagName!=="PRE"||!o.classList.contains(e))){var c=o.querySelector(".line-numbers-rows");if(c){var d=parseInt(o.getAttribute("data-start"),10)||1,a=d+(c.children.length-1);l<d&&(l=d),l>a&&(l=a);var h=l-d;return c.children[h]}}},resize:function(o){r([o])},assumeViewportIndependence:!0};function r(o){if(o=o.filter(function(c){var d=s(c),a=d["white-space"];return a==="pre-wrap"||a==="pre-line"}),o.length!=0){var l=o.map(function(c){var d=c.querySelector("code"),a=c.querySelector(".line-numbers-rows");if(!(!d||!a)){var h=c.querySelector(".line-numbers-sizer"),b=d.textContent.split(t);h||(h=document.createElement("span"),h.className="line-numbers-sizer",d.appendChild(h)),h.innerHTML="0",h.style.display="block";var C=h.getBoundingClientRect().height;return h.innerHTML="",{element:c,lines:b,lineHeights:[],oneLinerHeight:C,sizer:h}}}).filter(Boolean);l.forEach(function(c){var d=c.sizer,a=c.lines,h=c.lineHeights,b=c.oneLinerHeight;h[a.length-1]=void 0,a.forEach(function(C,I){if(C&&C.length>1){var $=d.appendChild(document.createElement("span"));$.style.display="block",$.textContent=C}else h[I]=b})}),l.forEach(function(c){for(var d=c.sizer,a=c.lineHeights,h=0,b=0;b<a.length;b++)a[b]===void 0&&(a[b]=d.children[h++].getBoundingClientRect().height)}),l.forEach(function(c){var d=c.sizer,a=c.element.querySelector(".line-numbers-rows");d.style.display="none",d.innerHTML="",c.lineHeights.forEach(function(h,b){a.children[b].style.height=h+"px"})})}}function s(o){return o?window.getComputedStyle?getComputedStyle(o):o.currentStyle||null:null}var i=void 0;window.addEventListener("resize",function(){n.assumeViewportIndependence&&i===window.innerWidth||(i=window.innerWidth,r(Array.prototype.slice.call(document.querySelectorAll("pre."+e))))}),Prism.hooks.add("complete",function(o){if(o.code){var l=o.element,c=l.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&!l.querySelector(".line-numbers-rows")&&Prism.util.isActive(l,e)){l.classList.remove(e),c.classList.add(e);var d=o.code.match(t),a=d?d.length+1:1,h,b=new Array(a+1).join("<span></span>");h=document.createElement("span"),h.setAttribute("aria-hidden","true"),h.className="line-numbers-rows",h.innerHTML=b,c.hasAttribute("data-start")&&(c.style.counterReset="linenumber "+(parseInt(c.getAttribute("data-start"),10)-1)),o.element.appendChild(h),r([c]),Prism.hooks.run("line-numbers",o)}}}),Prism.hooks.add("line-numbers",function(o){o.plugins=o.plugins||{},o.plugins.lineNumbers=!0})})();(function(){typeof Prism>"u"||typeof document>"u"||!document.createRange||(Prism.plugins.KeepMarkup=!0,Prism.hooks.add("before-highlight",function(e){if(!e.element.children.length||!Prism.util.isActive(e.element,"keep-markup",!0))return;var t=Prism.util.isActive(e.element,"drop-tokens",!1);function n(l){return!(t&&l.nodeName.toLowerCase()==="span"&&l.classList.contains("token"))}var r=0,s=[];function i(l){if(!n(l)){o(l);return}var c={element:l,posOpen:r};s.push(c),o(l),c.posClose=r}function o(l){for(var c=0,d=l.childNodes.length;c<d;c++){var a=l.childNodes[c];a.nodeType===1?i(a):a.nodeType===3&&(r+=a.data.length)}}o(e.element),s.length&&(e.keepMarkup=s)}),Prism.hooks.add("after-highlight",function(e){if(e.keepMarkup&&e.keepMarkup.length){var t=function(n,r){for(var s=0,i=n.childNodes.length;s<i;s++){var o=n.childNodes[s];if(o.nodeType===1){if(!t(o,r))return!1}else o.nodeType===3&&(!r.nodeStart&&r.pos+o.data.length>r.node.posOpen&&(r.nodeStart=o,r.nodeStartPos=r.node.posOpen-r.pos),r.nodeStart&&r.pos+o.data.length>=r.node.posClose&&(r.nodeEnd=o,r.nodeEndPos=r.node.posClose-r.pos),r.pos+=o.data.length);if(r.nodeStart&&r.nodeEnd){var l=document.createRange();return l.setStart(r.nodeStart,r.nodeStartPos),l.setEnd(r.nodeEnd,r.nodeEndPos),r.node.element.innerHTML="",r.node.element.appendChild(l.extractContents()),l.insertNode(r.node.element),l.detach(),!1}}return!0};e.keepMarkup.forEach(function(n){t(e.element,{node:n,pos:0})}),e.highlightedCode=e.element.innerHTML}}))})();/**
|
|
16
|
+
*/var n=function(r){var s=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,o={},l={manual:r.Prism&&r.Prism.manual,disableWorkerMessageHandler:r.Prism&&r.Prism.disableWorkerMessageHandler,util:{encode:function v(m){return m instanceof c?new c(m.type,v(m.content),m.alias):Array.isArray(m)?m.map(v):m.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(v){return Object.prototype.toString.call(v).slice(8,-1)},objId:function(v){return v.__id||Object.defineProperty(v,"__id",{value:++i}),v.__id},clone:function v(m,g){g=g||{};var A,S;switch(l.util.type(m)){case"Object":if(S=l.util.objId(m),g[S])return g[S];A={},g[S]=A;for(var R in m)m.hasOwnProperty(R)&&(A[R]=v(m[R],g));return A;case"Array":return S=l.util.objId(m),g[S]?g[S]:(A=[],g[S]=A,m.forEach(function(D,N){A[N]=v(D,g)}),A);default:return m}},getLanguage:function(v){for(;v;){var m=s.exec(v.className);if(m)return m[1].toLowerCase();v=v.parentElement}return"none"},setLanguage:function(v,m){v.className=v.className.replace(RegExp(s,"gi"),""),v.classList.add("language-"+m)},currentScript:function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(A){var v=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(A.stack)||[])[1];if(v){var m=document.getElementsByTagName("script");for(var g in m)if(m[g].src==v)return m[g]}return null}},isActive:function(v,m,g){for(var A="no-"+m;v;){var S=v.classList;if(S.contains(m))return!0;if(S.contains(A))return!1;v=v.parentElement}return!!g}},languages:{plain:o,plaintext:o,text:o,txt:o,extend:function(v,m){var g=l.util.clone(l.languages[v]);for(var A in m)g[A]=m[A];return g},insertBefore:function(v,m,g,A){A=A||l.languages;var S=A[v],R={};for(var D in S)if(S.hasOwnProperty(D)){if(D==m)for(var N in g)g.hasOwnProperty(N)&&(R[N]=g[N]);g.hasOwnProperty(D)||(R[D]=S[D])}var X=A[v];return A[v]=R,l.languages.DFS(l.languages,function(te,ye){ye===X&&te!=v&&(this[te]=R)}),R},DFS:function v(m,g,A,S){S=S||{};var R=l.util.objId;for(var D in m)if(m.hasOwnProperty(D)){g.call(m,D,m[D],A||D);var N=m[D],X=l.util.type(N);X==="Object"&&!S[R(N)]?(S[R(N)]=!0,v(N,g,null,S)):X==="Array"&&!S[R(N)]&&(S[R(N)]=!0,v(N,g,D,S))}}},plugins:{},highlightAll:function(v,m){l.highlightAllUnder(document,v,m)},highlightAllUnder:function(v,m,g){var A={callback:g,container:v,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};l.hooks.run("before-highlightall",A),A.elements=Array.prototype.slice.apply(A.container.querySelectorAll(A.selector)),l.hooks.run("before-all-elements-highlight",A);for(var S=0,R;R=A.elements[S++];)l.highlightElement(R,m===!0,A.callback)},highlightElement:function(v,m,g){var A=l.util.getLanguage(v),S=l.languages[A];l.util.setLanguage(v,A);var R=v.parentElement;R&&R.nodeName.toLowerCase()==="pre"&&l.util.setLanguage(R,A);var D=v.textContent,N={element:v,language:A,grammar:S,code:D};function X(ye){N.highlightedCode=ye,l.hooks.run("before-insert",N),N.element.innerHTML=N.highlightedCode,l.hooks.run("after-highlight",N),l.hooks.run("complete",N),g&&g.call(N.element)}if(l.hooks.run("before-sanity-check",N),R=N.element.parentElement,R&&R.nodeName.toLowerCase()==="pre"&&!R.hasAttribute("tabindex")&&R.setAttribute("tabindex","0"),!N.code){l.hooks.run("complete",N),g&&g.call(N.element);return}if(l.hooks.run("before-highlight",N),!N.grammar){X(l.util.encode(N.code));return}if(m&&r.Worker){var te=new Worker(l.filename);te.onmessage=function(ye){X(ye.data)},te.postMessage(JSON.stringify({language:N.language,code:N.code,immediateClose:!0}))}else X(l.highlight(N.code,N.grammar,N.language))},highlight:function(v,m,g){var A={code:v,grammar:m,language:g};if(l.hooks.run("before-tokenize",A),!A.grammar)throw new Error('The language "'+A.language+'" has no grammar.');return A.tokens=l.tokenize(A.code,A.grammar),l.hooks.run("after-tokenize",A),c.stringify(l.util.encode(A.tokens),A.language)},tokenize:function(v,m){var g=m.rest;if(g){for(var A in g)m[A]=g[A];delete m.rest}var S=new h;return b(S,S.head,v),a(v,S,m,S.head,0),I(S)},hooks:{all:{},add:function(v,m){var g=l.hooks.all;g[v]=g[v]||[],g[v].push(m)},run:function(v,m){var g=l.hooks.all[v];if(!(!g||!g.length))for(var A=0,S;S=g[A++];)S(m)}},Token:c};r.Prism=l;function c(v,m,g,A){this.type=v,this.content=m,this.alias=g,this.length=(A||"").length|0}c.stringify=function v(m,g){if(typeof m=="string")return m;if(Array.isArray(m)){var A="";return m.forEach(function(X){A+=v(X,g)}),A}var S={type:m.type,content:v(m.content,g),tag:"span",classes:["token",m.type],attributes:{},language:g},R=m.alias;R&&(Array.isArray(R)?Array.prototype.push.apply(S.classes,R):S.classes.push(R)),l.hooks.run("wrap",S);var D="";for(var N in S.attributes)D+=" "+N+'="'+(S.attributes[N]||"").replace(/"/g,""")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+D+">"+S.content+"</"+S.tag+">"};function d(v,m,g,A){v.lastIndex=m;var S=v.exec(g);if(S&&A&&S[1]){var R=S[1].length;S.index+=R,S[0]=S[0].slice(R)}return S}function a(v,m,g,A,S,R){for(var D in g)if(!(!g.hasOwnProperty(D)||!g[D])){var N=g[D];N=Array.isArray(N)?N:[N];for(var X=0;X<N.length;++X){if(R&&R.cause==D+","+X)return;var te=N[X],ye=te.inside,st=!!te.lookbehind,pt=!!te.greedy,Kt=te.alias;if(pt&&!te.pattern.global){var le=te.pattern.toString().match(/[imsuy]*$/)[0];te.pattern=RegExp(te.pattern.source,le+"g")}for(var q=te.pattern||te,H=A.next,se=S;H!==m.tail&&!(R&&se>=R.reach);se+=H.value.length,H=H.next){var Te=H.value;if(m.length>v.length)return;if(!(Te instanceof c)){var Ee=1,ne;if(pt){if(ne=d(q,se,v,st),!ne||ne.index>=v.length)break;var Ne=ne.index,Wt=ne.index+ne[0].length,Me=se;for(Me+=H.value.length;Ne>=Me;)H=H.next,Me+=H.value.length;if(Me-=H.value.length,se=Me,H.value instanceof c)continue;for(var it=H;it!==m.tail&&(Me<Wt||typeof it.value=="string");it=it.next)Ee++,Me+=it.value.length;Ee--,Te=v.slice(se,Me),ne.index-=se}else if(ne=d(q,0,Te,st),!ne)continue;var Ne=ne.index,Be=ne[0],ot=Te.slice(0,Ne),Ft=Te.slice(Ne+Be.length),Ke=se+Te.length;R&&Ke>R.reach&&(R.reach=Ke);var lt=H.prev;ot&&(lt=b(m,lt,ot),se+=ot.length),C(m,lt,Ee);var Jt=new c(D,ye?l.tokenize(Be,ye):Be,Kt,Be);if(H=b(m,lt,Jt),Ft&&b(m,H,Ft),Ee>1){var u={cause:D+","+X,reach:Ke};a(v,m,g,H.prev,se,u),R&&u.reach>R.reach&&(R.reach=u.reach)}}}}}}function h(){var v={value:null,prev:null,next:null},m={value:null,prev:v,next:null};v.next=m,this.head=v,this.tail=m,this.length=0}function b(v,m,g){var A=m.next,S={value:g,prev:m,next:A};return m.next=S,A.prev=S,v.length++,S}function C(v,m,g){for(var A=m.next,S=0;S<g&&A!==v.tail;S++)A=A.next;m.next=A,A.prev=m,v.length-=S}function I(v){for(var m=[],g=v.head.next;g!==v.tail;)m.push(g.value),g=g.next;return m}if(!r.document)return r.addEventListener&&(l.disableWorkerMessageHandler||r.addEventListener("message",function(v){var m=JSON.parse(v.data),g=m.language,A=m.code,S=m.immediateClose;r.postMessage(l.highlight(A,l.languages[g],g)),S&&r.close()},!1)),l;var $=l.util.currentScript();$&&(l.filename=$.src,$.hasAttribute("data-manual")&&(l.manual=!0));function Y(){l.manual||l.highlightAll()}if(!l.manual){var z=document.readyState;z==="loading"||z==="interactive"&&$&&$.defer?document.addEventListener("DOMContentLoaded",Y):window.requestAnimationFrame?window.requestAnimationFrame(Y):window.setTimeout(Y,16)}return l}(t);e.exports&&(e.exports=n),typeof xr<"u"&&(xr.Prism=n)}(An)),An.exports}yi();Prism.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:/[{}[\];(),.:]/};Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.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}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.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:Prism.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:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.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:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.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:Prism.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"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.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"));Prism.languages.js=Prism.languages.javascript;var Ar={},Cr;function _i(){return Cr||(Cr=1,function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism)),Ar}_i();var Fr={},Er;function xi(){return Er||(Er=1,function(){if(typeof Prism>"u"||typeof document>"u")return;var e="line-numbers",t=/\n(?!$)/g,n=Prism.plugins.lineNumbers={getLine:function(o,l){if(!(o.tagName!=="PRE"||!o.classList.contains(e))){var c=o.querySelector(".line-numbers-rows");if(c){var d=parseInt(o.getAttribute("data-start"),10)||1,a=d+(c.children.length-1);l<d&&(l=d),l>a&&(l=a);var h=l-d;return c.children[h]}}},resize:function(o){r([o])},assumeViewportIndependence:!0};function r(o){if(o=o.filter(function(c){var d=s(c),a=d["white-space"];return a==="pre-wrap"||a==="pre-line"}),o.length!=0){var l=o.map(function(c){var d=c.querySelector("code"),a=c.querySelector(".line-numbers-rows");if(!(!d||!a)){var h=c.querySelector(".line-numbers-sizer"),b=d.textContent.split(t);h||(h=document.createElement("span"),h.className="line-numbers-sizer",d.appendChild(h)),h.innerHTML="0",h.style.display="block";var C=h.getBoundingClientRect().height;return h.innerHTML="",{element:c,lines:b,lineHeights:[],oneLinerHeight:C,sizer:h}}}).filter(Boolean);l.forEach(function(c){var d=c.sizer,a=c.lines,h=c.lineHeights,b=c.oneLinerHeight;h[a.length-1]=void 0,a.forEach(function(C,I){if(C&&C.length>1){var $=d.appendChild(document.createElement("span"));$.style.display="block",$.textContent=C}else h[I]=b})}),l.forEach(function(c){for(var d=c.sizer,a=c.lineHeights,h=0,b=0;b<a.length;b++)a[b]===void 0&&(a[b]=d.children[h++].getBoundingClientRect().height)}),l.forEach(function(c){var d=c.sizer,a=c.element.querySelector(".line-numbers-rows");d.style.display="none",d.innerHTML="",c.lineHeights.forEach(function(h,b){a.children[b].style.height=h+"px"})})}}function s(o){return o?window.getComputedStyle?getComputedStyle(o):o.currentStyle||null:null}var i=void 0;window.addEventListener("resize",function(){n.assumeViewportIndependence&&i===window.innerWidth||(i=window.innerWidth,r(Array.prototype.slice.call(document.querySelectorAll("pre."+e))))}),Prism.hooks.add("complete",function(o){if(o.code){var l=o.element,c=l.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&!l.querySelector(".line-numbers-rows")&&Prism.util.isActive(l,e)){l.classList.remove(e),c.classList.add(e);var d=o.code.match(t),a=d?d.length+1:1,h,b=new Array(a+1).join("<span></span>");h=document.createElement("span"),h.setAttribute("aria-hidden","true"),h.className="line-numbers-rows",h.innerHTML=b,c.hasAttribute("data-start")&&(c.style.counterReset="linenumber "+(parseInt(c.getAttribute("data-start"),10)-1)),o.element.appendChild(h),r([c]),Prism.hooks.run("line-numbers",o)}}}),Prism.hooks.add("line-numbers",function(o){o.plugins=o.plugins||{},o.plugins.lineNumbers=!0})}()),Fr}xi();(function(){typeof Prism>"u"||typeof document>"u"||!document.createRange||(Prism.plugins.KeepMarkup=!0,Prism.hooks.add("before-highlight",function(e){if(!e.element.children.length||!Prism.util.isActive(e.element,"keep-markup",!0))return;var t=Prism.util.isActive(e.element,"drop-tokens",!1);function n(l){return!(t&&l.nodeName.toLowerCase()==="span"&&l.classList.contains("token"))}var r=0,s=[];function i(l){if(!n(l)){o(l);return}var c={element:l,posOpen:r};s.push(c),o(l),c.posClose=r}function o(l){for(var c=0,d=l.childNodes.length;c<d;c++){var a=l.childNodes[c];a.nodeType===1?i(a):a.nodeType===3&&(r+=a.data.length)}}o(e.element),s.length&&(e.keepMarkup=s)}),Prism.hooks.add("after-highlight",function(e){if(e.keepMarkup&&e.keepMarkup.length){var t=function(n,r){for(var s=0,i=n.childNodes.length;s<i;s++){var o=n.childNodes[s];if(o.nodeType===1){if(!t(o,r))return!1}else o.nodeType===3&&(!r.nodeStart&&r.pos+o.data.length>r.node.posOpen&&(r.nodeStart=o,r.nodeStartPos=r.node.posOpen-r.pos),r.nodeStart&&r.pos+o.data.length>=r.node.posClose&&(r.nodeEnd=o,r.nodeEndPos=r.node.posClose-r.pos),r.pos+=o.data.length);if(r.nodeStart&&r.nodeEnd){var l=document.createRange();return l.setStart(r.nodeStart,r.nodeStartPos),l.setEnd(r.nodeEnd,r.nodeEndPos),r.node.element.innerHTML="",r.node.element.appendChild(l.extractContents()),l.insertNode(r.node.element),l.detach(),!1}}return!0};e.keepMarkup.forEach(function(n){t(e.element,{node:n,pos:0})}),e.highlightedCode=e.element.innerHTML}}))})();/**
|
|
17
17
|
* @vue/shared v3.5.13
|
|
18
18
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
19
19
|
* @license MIT
|
|
20
|
-
**//*! #__NO_SIDE_EFFECTS__ */function
|
|
20
|
+
**//*! #__NO_SIDE_EFFECTS__ */function Xn(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const J={},vt=[],De=()=>{},wi=()=>!1,an=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),er=e=>e.startsWith("onUpdate:"),oe=Object.assign,tr=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Ai=Object.prototype.hasOwnProperty,B=(e,t)=>Ai.call(e,t),k=Array.isArray,bt=e=>zt(e)==="[object Map]",dn=e=>zt(e)==="[object Set]",Sr=e=>zt(e)==="[object Date]",j=e=>typeof e=="function",re=e=>typeof e=="string",$e=e=>typeof e=="symbol",Q=e=>e!==null&&typeof e=="object",ls=e=>(Q(e)||j(e))&&j(e.then)&&j(e.catch),cs=Object.prototype.toString,zt=e=>cs.call(e),Ci=e=>zt(e).slice(8,-1),us=e=>zt(e)==="[object Object]",nr=e=>re(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Rt=Xn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),hn=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Fi=/-(\w)/g,Pe=hn(e=>e.replace(Fi,(t,n)=>n?n.toUpperCase():"")),Ei=/\B([A-Z])/g,ht=hn(e=>e.replace(Ei,"-$1").toLowerCase()),pn=hn(e=>e.charAt(0).toUpperCase()+e.slice(1)),Cn=hn(e=>e?`on${pn(e)}`:""),at=(e,t)=>!Object.is(e,t),en=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},fs=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Si=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Pr;const gn=()=>Pr||(Pr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function rr(e){if(k(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=re(r)?Oi(r):rr(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(re(e)||Q(e))return e}const Pi=/;(?![^(]*\))/g,Ti=/:([^]+)/,Ri=/\/\*[^]*?\*\//g;function Oi(e){const t={};return e.replace(Ri,"").split(Pi).forEach(n=>{if(n){const r=n.split(Ti);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function ze(e){let t="";if(re(e))t=e;else if(k(e))for(let n=0;n<e.length;n++){const r=ze(e[n]);r&&(t+=r+" ")}else if(Q(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Ii="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",$i=Xn(Ii);function as(e){return!!e||e===""}function Mi(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=mn(e[r],t[r]);return n}function mn(e,t){if(e===t)return!0;let n=Sr(e),r=Sr(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=$e(e),r=$e(t),n||r)return e===t;if(n=k(e),r=k(t),n||r)return n&&r?Mi(e,t):!1;if(n=Q(e),r=Q(t),n||r){if(!n||!r)return!1;const s=Object.keys(e).length,i=Object.keys(t).length;if(s!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),c=t.hasOwnProperty(o);if(l&&!c||!l&&c||!mn(e[o],t[o]))return!1}}return String(e)===String(t)}function ds(e,t){return e.findIndex(n=>mn(n,t))}const hs=e=>!!(e&&e.__v_isRef===!0),Se=e=>re(e)?e:e==null?"":k(e)||Q(e)&&(e.toString===cs||!j(e.toString))?hs(e)?Se(e.value):JSON.stringify(e,ps,2):String(e),ps=(e,t)=>hs(t)?ps(e,t.value):bt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],i)=>(n[Fn(r,i)+" =>"]=s,n),{})}:dn(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Fn(n))}:$e(t)?Fn(t):Q(t)&&!k(t)&&!us(t)?String(t):t,Fn=(e,t="")=>{var n;return $e(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
21
21
|
* @vue/reactivity v3.5.13
|
|
22
22
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
23
23
|
* @license MIT
|
|
24
|
-
**/let Ce;class Si{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ce,!t&&Ce&&(this.index=(Ce.scopes||(Ce.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Ce;try{return Ce=this,t()}finally{Ce=n}}}on(){Ce=this}off(){Ce=this.parent}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0}}}function Pi(){return Ce}let Z;const Fn=new WeakSet;class us{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Ce&&Ce.active&&Ce.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Fn.has(this)&&(Fn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||as(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ar(this),ds(this);const t=Z,n=Oe;Z=this,Oe=!0;try{return this.fn()}finally{hs(this),Z=t,Oe=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)ir(t);this.deps=this.depsTail=void 0,Ar(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Fn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Vn(this)&&this.run()}get dirty(){return Vn(this)}}let fs=0,Ot,It;function as(e,t=!1){if(e.flags|=8,t){e.next=It,It=e;return}e.next=Ot,Ot=e}function rr(){fs++}function sr(){if(--fs>0)return;if(It){let t=It;for(It=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Ot;){let t=Ot;for(Ot=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function ds(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function hs(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),ir(r),Ti(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function Vn(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ps(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ps(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Lt))return;e.globalVersion=Lt;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Vn(e)){e.flags&=-3;return}const n=Z,r=Oe;Z=e,Oe=!0;try{ds(e);const s=e.fn(e._value);(t.version===0||at(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{Z=n,Oe=r,hs(e),e.flags&=-3}}function ir(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)ir(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Ti(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Oe=!0;const gs=[];function nt(){gs.push(Oe),Oe=!1}function rt(){const e=gs.pop();Oe=e===void 0?!0:e}function Ar(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Z;Z=void 0;try{t()}finally{Z=n}}}let Lt=0;class Ri{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class ms{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!Z||!Oe||Z===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Z)n=this.activeLink=new Ri(Z,this),Z.deps?(n.prevDep=Z.depsTail,Z.depsTail.nextDep=n,Z.depsTail=n):Z.deps=Z.depsTail=n,vs(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=Z.depsTail,n.nextDep=void 0,Z.depsTail.nextDep=n,Z.depsTail=n,Z.deps===n&&(Z.deps=r)}return n}trigger(t){this.version++,Lt++,this.notify(t)}notify(t){rr();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{sr()}}}function vs(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)vs(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Hn=new WeakMap,dt=Symbol(""),jn=Symbol(""),kt=Symbol("");function fe(e,t,n){if(Oe&&Z){let r=Hn.get(e);r||Hn.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new ms),s.map=r,s.key=n),s.track()}}function qe(e,t,n,r,s,i){const o=Hn.get(e);if(!o){Lt++;return}const l=c=>{c&&c.trigger()};if(rr(),t==="clear")o.forEach(l);else{const c=k(e),d=c&&tr(n);if(c&&n==="length"){const a=Number(r);o.forEach((h,b)=>{(b==="length"||b===kt||!$e(b)&&b>=a)&&l(h)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),d&&l(o.get(kt)),t){case"add":c?d&&l(o.get("length")):(l(o.get(dt)),bt(e)&&l(o.get(jn)));break;case"delete":c||(l(o.get(dt)),bt(e)&&l(o.get(jn)));break;case"set":bt(e)&&l(o.get(dt));break}}sr()}function gt(e){const t=W(e);return t===e?t:(fe(t,"iterate",kt),Ie(e)?t:t.map(ve))}function vn(e){return fe(e=W(e),"iterate",kt),e}const Oi={__proto__:null,[Symbol.iterator](){return En(this,Symbol.iterator,ve)},concat(...e){return gt(this).concat(...e.map(t=>k(t)?gt(t):t))},entries(){return En(this,"entries",e=>(e[1]=ve(e[1]),e))},every(e,t){return We(this,"every",e,t,void 0,arguments)},filter(e,t){return We(this,"filter",e,t,n=>n.map(ve),arguments)},find(e,t){return We(this,"find",e,t,ve,arguments)},findIndex(e,t){return We(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return We(this,"findLast",e,t,ve,arguments)},findLastIndex(e,t){return We(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return We(this,"forEach",e,t,void 0,arguments)},includes(...e){return Sn(this,"includes",e)},indexOf(...e){return Sn(this,"indexOf",e)},join(e){return gt(this).join(e)},lastIndexOf(...e){return Sn(this,"lastIndexOf",e)},map(e,t){return We(this,"map",e,t,void 0,arguments)},pop(){return St(this,"pop")},push(...e){return St(this,"push",e)},reduce(e,...t){return Cr(this,"reduce",e,t)},reduceRight(e,...t){return Cr(this,"reduceRight",e,t)},shift(){return St(this,"shift")},some(e,t){return We(this,"some",e,t,void 0,arguments)},splice(...e){return St(this,"splice",e)},toReversed(){return gt(this).toReversed()},toSorted(e){return gt(this).toSorted(e)},toSpliced(...e){return gt(this).toSpliced(...e)},unshift(...e){return St(this,"unshift",e)},values(){return En(this,"values",ve)}};function En(e,t,n){const r=vn(e),s=r[t]();return r!==e&&!Ie(e)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.value&&(i.value=n(i.value)),i}),s}const Ii=Array.prototype;function We(e,t,n,r,s,i){const o=vn(e),l=o!==e&&!Ie(e),c=o[t];if(c!==Ii[t]){const h=c.apply(e,i);return l?ve(h):h}let d=n;o!==e&&(l?d=function(h,b){return n.call(this,ve(h),b,e)}:n.length>2&&(d=function(h,b){return n.call(this,h,b,e)}));const a=c.call(o,d,r);return l&&s?s(a):a}function Cr(e,t,n,r){const s=vn(e);let i=n;return s!==e&&(Ie(e)?n.length>3&&(i=function(o,l,c){return n.call(this,o,l,c,e)}):i=function(o,l,c){return n.call(this,o,ve(l),c,e)}),s[t](i,...r)}function Sn(e,t,n){const r=W(e);fe(r,"iterate",kt);const s=r[t](...n);return(s===-1||s===!1)&&ur(n[0])?(n[0]=W(n[0]),r[t](...n)):s}function St(e,t,n=[]){nt(),rr();const r=W(e)[t].apply(e,n);return sr(),rt(),r}const $i=Yn("__proto__,__v_isRef,__isVue"),bs=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter($e));function Mi(e){$e(e)||(e=String(e));const t=W(this);return fe(t,"has",e),t.hasOwnProperty(e)}class ys{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const s=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(s?i?Bi:As:i?ws:xs).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=k(t);if(!s){let c;if(o&&(c=Oi[n]))return c;if(n==="hasOwnProperty")return Mi}const l=Reflect.get(t,n,ge(t)?t:r);return($e(n)?bs.has(n):$i(n))||(s||fe(t,"get",n),i)?l:ge(l)?o&&tr(n)?l:l.value:Q(l)?s?Cs(l):lr(l):l}}class _s extends ys{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];if(!this._isShallow){const c=At(i);if(!Ie(r)&&!At(r)&&(i=W(i),r=W(r)),!k(t)&&ge(i)&&!ge(r))return c?!1:(i.value=r,!0)}const o=k(t)&&tr(n)?Number(n)<t.length:B(t,n),l=Reflect.set(t,n,r,ge(t)?t:s);return t===W(s)&&(o?at(r,i)&&qe(t,"set",n,r):qe(t,"add",n,r)),l}deleteProperty(t,n){const r=B(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&qe(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!$e(n)||!bs.has(n))&&fe(t,"has",n),r}ownKeys(t){return fe(t,"iterate",k(t)?"length":dt),Reflect.ownKeys(t)}}class Ni extends ys{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Li=new _s,ki=new Ni,Vi=new _s(!0);const Dn=e=>e,qt=e=>Reflect.getPrototypeOf(e);function Hi(e,t,n){return function(...r){const s=this.__v_raw,i=W(s),o=bt(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,d=s[e](...r),a=n?Dn:t?zn:ve;return!t&&fe(i,"iterate",c?jn:dt),{next(){const{value:h,done:b}=d.next();return b?{value:h,done:b}:{value:l?[a(h[0]),a(h[1])]:a(h),done:b}},[Symbol.iterator](){return this}}}}function Gt(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function ji(e,t){const n={get(s){const i=this.__v_raw,o=W(i),l=W(s);e||(at(s,l)&&fe(o,"get",s),fe(o,"get",l));const{has:c}=qt(o),d=t?Dn:e?zn:ve;if(c.call(o,s))return d(i.get(s));if(c.call(o,l))return d(i.get(l));i!==o&&i.get(s)},get size(){const s=this.__v_raw;return!e&&fe(W(s),"iterate",dt),Reflect.get(s,"size",s)},has(s){const i=this.__v_raw,o=W(i),l=W(s);return e||(at(s,l)&&fe(o,"has",s),fe(o,"has",l)),s===l?i.has(s):i.has(s)||i.has(l)},forEach(s,i){const o=this,l=o.__v_raw,c=W(l),d=t?Dn:e?zn:ve;return!e&&fe(c,"iterate",dt),l.forEach((a,h)=>s.call(i,d(a),d(h),o))}};return oe(n,e?{add:Gt("add"),set:Gt("set"),delete:Gt("delete"),clear:Gt("clear")}:{add(s){!t&&!Ie(s)&&!At(s)&&(s=W(s));const i=W(this);return qt(i).has.call(i,s)||(i.add(s),qe(i,"add",s,s)),this},set(s,i){!t&&!Ie(i)&&!At(i)&&(i=W(i));const o=W(this),{has:l,get:c}=qt(o);let d=l.call(o,s);d||(s=W(s),d=l.call(o,s));const a=c.call(o,s);return o.set(s,i),d?at(i,a)&&qe(o,"set",s,i):qe(o,"add",s,i),this},delete(s){const i=W(this),{has:o,get:l}=qt(i);let c=o.call(i,s);c||(s=W(s),c=o.call(i,s)),l&&l.call(i,s);const d=i.delete(s);return c&&qe(i,"delete",s,void 0),d},clear(){const s=W(this),i=s.size!==0,o=s.clear();return i&&qe(s,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=Hi(s,e,t)}),n}function or(e,t){const n=ji(e,t);return(r,s,i)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(B(n,s)&&s in r?n:r,s,i)}const Di={get:or(!1,!1)},zi={get:or(!1,!0)},Ui={get:or(!0,!1)};const xs=new WeakMap,ws=new WeakMap,As=new WeakMap,Bi=new WeakMap;function Ki(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Wi(e){return e.__v_skip||!Object.isExtensible(e)?0:Ki(mi(e))}function lr(e){return At(e)?e:cr(e,!1,Li,Di,xs)}function Ji(e){return cr(e,!1,Vi,zi,ws)}function Cs(e){return cr(e,!0,ki,Ui,As)}function cr(e,t,n,r,s){if(!Q(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=s.get(e);if(i)return i;const o=Wi(e);if(o===0)return e;const l=new Proxy(e,o===2?r:n);return s.set(e,l),l}function yt(e){return At(e)?yt(e.__v_raw):!!(e&&e.__v_isReactive)}function At(e){return!!(e&&e.__v_isReadonly)}function Ie(e){return!!(e&&e.__v_isShallow)}function ur(e){return e?!!e.__v_raw:!1}function W(e){const t=e&&e.__v_raw;return t?W(t):e}function qi(e){return!B(e,"__v_skip")&&Object.isExtensible(e)&&ss(e,"__v_skip",!0),e}const ve=e=>Q(e)?lr(e):e,zn=e=>Q(e)?Cs(e):e;function ge(e){return e?e.__v_isRef===!0:!1}function Gi(e){return ge(e)?e.value:e}const Zi={get:(e,t,n)=>t==="__v_raw"?e:Gi(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return ge(s)&&!ge(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Fs(e){return yt(e)?e:new Proxy(e,Zi)}class Qi{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new ms(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Lt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&Z!==this)return as(this,!0),!0}get value(){const t=this.dep.track();return ps(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Yi(e,t,n=!1){let r,s;return j(e)?r=e:(r=e.get,s=e.set),new Qi(r,s,n)}const Zt={},sn=new WeakMap;let ft;function Xi(e,t=!1,n=ft){if(n){let r=sn.get(n);r||sn.set(n,r=[]),r.push(e)}}function eo(e,t,n=J){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:l,call:c}=n,d=g=>s?g:Ie(g)||s===!1||s===0?Ge(g,1):Ge(g);let a,h,b,C,I=!1,$=!1;if(ge(e)?(h=()=>e.value,I=Ie(e)):yt(e)?(h=()=>d(e),I=!0):k(e)?($=!0,I=e.some(g=>yt(g)||Ie(g)),h=()=>e.map(g=>{if(ge(g))return g.value;if(yt(g))return d(g);if(j(g))return c?c(g,2):g()})):j(e)?t?h=c?()=>c(e,2):e:h=()=>{if(b){nt();try{b()}finally{rt()}}const g=ft;ft=a;try{return c?c(e,3,[C]):e(C)}finally{ft=g}}:h=De,t&&s){const g=h,A=s===!0?1/0:s;h=()=>Ge(g(),A)}const Y=Pi(),z=()=>{a.stop(),Y&&Y.active&&er(Y.effects,a)};if(i&&t){const g=t;t=(...A)=>{g(...A),z()}}let v=$?new Array(e.length).fill(Zt):Zt;const m=g=>{if(!(!(a.flags&1)||!a.dirty&&!g))if(t){const A=a.run();if(s||I||($?A.some((S,R)=>at(S,v[R])):at(A,v))){b&&b();const S=ft;ft=a;try{const R=[A,v===Zt?void 0:$&&v[0]===Zt?[]:v,C];c?c(t,3,R):t(...R),v=A}finally{ft=S}}}else a.run()};return l&&l(m),a=new us(h),a.scheduler=o?()=>o(m,!1):m,C=g=>Xi(g,!1,a),b=a.onStop=()=>{const g=sn.get(a);if(g){if(c)c(g,4);else for(const A of g)A();sn.delete(a)}},t?r?m(!0):v=a.run():o?o(m.bind(null,!0),!0):a.run(),z.pause=a.pause.bind(a),z.resume=a.resume.bind(a),z.stop=z,z}function Ge(e,t=1/0,n){if(t<=0||!Q(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,ge(e))Ge(e.value,t,n);else if(k(e))for(let r=0;r<e.length;r++)Ge(e[r],t,n);else if(dn(e)||bt(e))e.forEach(r=>{Ge(r,t,n)});else if(rs(e)){for(const r in e)Ge(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Ge(e[r],t,n)}return e}/**
|
|
24
|
+
**/let Ce;class Ni{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ce,!t&&Ce&&(this.index=(Ce.scopes||(Ce.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Ce;try{return Ce=this,t()}finally{Ce=n}}}on(){Ce=this}off(){Ce=this.parent}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0}}}function Li(){return Ce}let Z;const En=new WeakSet;class gs{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Ce&&Ce.active&&Ce.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,En.has(this)&&(En.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||vs(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Tr(this),bs(this);const t=Z,n=Oe;Z=this,Oe=!0;try{return this.fn()}finally{ys(this),Z=t,Oe=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)or(t);this.deps=this.depsTail=void 0,Tr(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?En.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Hn(this)&&this.run()}get dirty(){return Hn(this)}}let ms=0,Ot,It;function vs(e,t=!1){if(e.flags|=8,t){e.next=It,It=e;return}e.next=Ot,Ot=e}function sr(){ms++}function ir(){if(--ms>0)return;if(It){let t=It;for(It=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Ot;){let t=Ot;for(Ot=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function bs(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ys(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),or(r),ki(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function Hn(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(_s(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function _s(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Lt))return;e.globalVersion=Lt;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Hn(e)){e.flags&=-3;return}const n=Z,r=Oe;Z=e,Oe=!0;try{bs(e);const s=e.fn(e._value);(t.version===0||at(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{Z=n,Oe=r,ys(e),e.flags&=-3}}function or(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)or(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function ki(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Oe=!0;const xs=[];function nt(){xs.push(Oe),Oe=!1}function rt(){const e=xs.pop();Oe=e===void 0?!0:e}function Tr(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Z;Z=void 0;try{t()}finally{Z=n}}}let Lt=0;class Vi{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class ws{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!Z||!Oe||Z===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Z)n=this.activeLink=new Vi(Z,this),Z.deps?(n.prevDep=Z.depsTail,Z.depsTail.nextDep=n,Z.depsTail=n):Z.deps=Z.depsTail=n,As(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=Z.depsTail,n.nextDep=void 0,Z.depsTail.nextDep=n,Z.depsTail=n,Z.deps===n&&(Z.deps=r)}return n}trigger(t){this.version++,Lt++,this.notify(t)}notify(t){sr();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ir()}}}function As(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)As(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const jn=new WeakMap,dt=Symbol(""),Dn=Symbol(""),kt=Symbol("");function fe(e,t,n){if(Oe&&Z){let r=jn.get(e);r||jn.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new ws),s.map=r,s.key=n),s.track()}}function qe(e,t,n,r,s,i){const o=jn.get(e);if(!o){Lt++;return}const l=c=>{c&&c.trigger()};if(sr(),t==="clear")o.forEach(l);else{const c=k(e),d=c&&nr(n);if(c&&n==="length"){const a=Number(r);o.forEach((h,b)=>{(b==="length"||b===kt||!$e(b)&&b>=a)&&l(h)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),d&&l(o.get(kt)),t){case"add":c?d&&l(o.get("length")):(l(o.get(dt)),bt(e)&&l(o.get(Dn)));break;case"delete":c||(l(o.get(dt)),bt(e)&&l(o.get(Dn)));break;case"set":bt(e)&&l(o.get(dt));break}}ir()}function gt(e){const t=W(e);return t===e?t:(fe(t,"iterate",kt),Ie(e)?t:t.map(ve))}function vn(e){return fe(e=W(e),"iterate",kt),e}const Hi={__proto__:null,[Symbol.iterator](){return Sn(this,Symbol.iterator,ve)},concat(...e){return gt(this).concat(...e.map(t=>k(t)?gt(t):t))},entries(){return Sn(this,"entries",e=>(e[1]=ve(e[1]),e))},every(e,t){return We(this,"every",e,t,void 0,arguments)},filter(e,t){return We(this,"filter",e,t,n=>n.map(ve),arguments)},find(e,t){return We(this,"find",e,t,ve,arguments)},findIndex(e,t){return We(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return We(this,"findLast",e,t,ve,arguments)},findLastIndex(e,t){return We(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return We(this,"forEach",e,t,void 0,arguments)},includes(...e){return Pn(this,"includes",e)},indexOf(...e){return Pn(this,"indexOf",e)},join(e){return gt(this).join(e)},lastIndexOf(...e){return Pn(this,"lastIndexOf",e)},map(e,t){return We(this,"map",e,t,void 0,arguments)},pop(){return St(this,"pop")},push(...e){return St(this,"push",e)},reduce(e,...t){return Rr(this,"reduce",e,t)},reduceRight(e,...t){return Rr(this,"reduceRight",e,t)},shift(){return St(this,"shift")},some(e,t){return We(this,"some",e,t,void 0,arguments)},splice(...e){return St(this,"splice",e)},toReversed(){return gt(this).toReversed()},toSorted(e){return gt(this).toSorted(e)},toSpliced(...e){return gt(this).toSpliced(...e)},unshift(...e){return St(this,"unshift",e)},values(){return Sn(this,"values",ve)}};function Sn(e,t,n){const r=vn(e),s=r[t]();return r!==e&&!Ie(e)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.value&&(i.value=n(i.value)),i}),s}const ji=Array.prototype;function We(e,t,n,r,s,i){const o=vn(e),l=o!==e&&!Ie(e),c=o[t];if(c!==ji[t]){const h=c.apply(e,i);return l?ve(h):h}let d=n;o!==e&&(l?d=function(h,b){return n.call(this,ve(h),b,e)}:n.length>2&&(d=function(h,b){return n.call(this,h,b,e)}));const a=c.call(o,d,r);return l&&s?s(a):a}function Rr(e,t,n,r){const s=vn(e);let i=n;return s!==e&&(Ie(e)?n.length>3&&(i=function(o,l,c){return n.call(this,o,l,c,e)}):i=function(o,l,c){return n.call(this,o,ve(l),c,e)}),s[t](i,...r)}function Pn(e,t,n){const r=W(e);fe(r,"iterate",kt);const s=r[t](...n);return(s===-1||s===!1)&&fr(n[0])?(n[0]=W(n[0]),r[t](...n)):s}function St(e,t,n=[]){nt(),sr();const r=W(e)[t].apply(e,n);return ir(),rt(),r}const Di=Xn("__proto__,__v_isRef,__isVue"),Cs=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter($e));function zi(e){$e(e)||(e=String(e));const t=W(this);return fe(t,"has",e),t.hasOwnProperty(e)}class Fs{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const s=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(s?i?Yi:Ts:i?Ps:Ss).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=k(t);if(!s){let c;if(o&&(c=Hi[n]))return c;if(n==="hasOwnProperty")return zi}const l=Reflect.get(t,n,ge(t)?t:r);return($e(n)?Cs.has(n):Di(n))||(s||fe(t,"get",n),i)?l:ge(l)?o&&nr(n)?l:l.value:Q(l)?s?Rs(l):cr(l):l}}class Es extends Fs{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];if(!this._isShallow){const c=At(i);if(!Ie(r)&&!At(r)&&(i=W(i),r=W(r)),!k(t)&&ge(i)&&!ge(r))return c?!1:(i.value=r,!0)}const o=k(t)&&nr(n)?Number(n)<t.length:B(t,n),l=Reflect.set(t,n,r,ge(t)?t:s);return t===W(s)&&(o?at(r,i)&&qe(t,"set",n,r):qe(t,"add",n,r)),l}deleteProperty(t,n){const r=B(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&qe(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!$e(n)||!Cs.has(n))&&fe(t,"has",n),r}ownKeys(t){return fe(t,"iterate",k(t)?"length":dt),Reflect.ownKeys(t)}}class Ui extends Fs{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Bi=new Es,Ki=new Ui,Wi=new Es(!0);const zn=e=>e,qt=e=>Reflect.getPrototypeOf(e);function Ji(e,t,n){return function(...r){const s=this.__v_raw,i=W(s),o=bt(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,d=s[e](...r),a=n?zn:t?Un:ve;return!t&&fe(i,"iterate",c?Dn:dt),{next(){const{value:h,done:b}=d.next();return b?{value:h,done:b}:{value:l?[a(h[0]),a(h[1])]:a(h),done:b}},[Symbol.iterator](){return this}}}}function Gt(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function qi(e,t){const n={get(s){const i=this.__v_raw,o=W(i),l=W(s);e||(at(s,l)&&fe(o,"get",s),fe(o,"get",l));const{has:c}=qt(o),d=t?zn:e?Un:ve;if(c.call(o,s))return d(i.get(s));if(c.call(o,l))return d(i.get(l));i!==o&&i.get(s)},get size(){const s=this.__v_raw;return!e&&fe(W(s),"iterate",dt),Reflect.get(s,"size",s)},has(s){const i=this.__v_raw,o=W(i),l=W(s);return e||(at(s,l)&&fe(o,"has",s),fe(o,"has",l)),s===l?i.has(s):i.has(s)||i.has(l)},forEach(s,i){const o=this,l=o.__v_raw,c=W(l),d=t?zn:e?Un:ve;return!e&&fe(c,"iterate",dt),l.forEach((a,h)=>s.call(i,d(a),d(h),o))}};return oe(n,e?{add:Gt("add"),set:Gt("set"),delete:Gt("delete"),clear:Gt("clear")}:{add(s){!t&&!Ie(s)&&!At(s)&&(s=W(s));const i=W(this);return qt(i).has.call(i,s)||(i.add(s),qe(i,"add",s,s)),this},set(s,i){!t&&!Ie(i)&&!At(i)&&(i=W(i));const o=W(this),{has:l,get:c}=qt(o);let d=l.call(o,s);d||(s=W(s),d=l.call(o,s));const a=c.call(o,s);return o.set(s,i),d?at(i,a)&&qe(o,"set",s,i):qe(o,"add",s,i),this},delete(s){const i=W(this),{has:o,get:l}=qt(i);let c=o.call(i,s);c||(s=W(s),c=o.call(i,s)),l&&l.call(i,s);const d=i.delete(s);return c&&qe(i,"delete",s,void 0),d},clear(){const s=W(this),i=s.size!==0,o=s.clear();return i&&qe(s,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=Ji(s,e,t)}),n}function lr(e,t){const n=qi(e,t);return(r,s,i)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(B(n,s)&&s in r?n:r,s,i)}const Gi={get:lr(!1,!1)},Zi={get:lr(!1,!0)},Qi={get:lr(!0,!1)};const Ss=new WeakMap,Ps=new WeakMap,Ts=new WeakMap,Yi=new WeakMap;function Xi(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function eo(e){return e.__v_skip||!Object.isExtensible(e)?0:Xi(Ci(e))}function cr(e){return At(e)?e:ur(e,!1,Bi,Gi,Ss)}function to(e){return ur(e,!1,Wi,Zi,Ps)}function Rs(e){return ur(e,!0,Ki,Qi,Ts)}function ur(e,t,n,r,s){if(!Q(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=s.get(e);if(i)return i;const o=eo(e);if(o===0)return e;const l=new Proxy(e,o===2?r:n);return s.set(e,l),l}function yt(e){return At(e)?yt(e.__v_raw):!!(e&&e.__v_isReactive)}function At(e){return!!(e&&e.__v_isReadonly)}function Ie(e){return!!(e&&e.__v_isShallow)}function fr(e){return e?!!e.__v_raw:!1}function W(e){const t=e&&e.__v_raw;return t?W(t):e}function no(e){return!B(e,"__v_skip")&&Object.isExtensible(e)&&fs(e,"__v_skip",!0),e}const ve=e=>Q(e)?cr(e):e,Un=e=>Q(e)?Rs(e):e;function ge(e){return e?e.__v_isRef===!0:!1}function ro(e){return ge(e)?e.value:e}const so={get:(e,t,n)=>t==="__v_raw"?e:ro(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return ge(s)&&!ge(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Os(e){return yt(e)?e:new Proxy(e,so)}class io{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new ws(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Lt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&Z!==this)return vs(this,!0),!0}get value(){const t=this.dep.track();return _s(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function oo(e,t,n=!1){let r,s;return j(e)?r=e:(r=e.get,s=e.set),new io(r,s,n)}const Zt={},sn=new WeakMap;let ft;function lo(e,t=!1,n=ft){if(n){let r=sn.get(n);r||sn.set(n,r=[]),r.push(e)}}function co(e,t,n=J){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:l,call:c}=n,d=g=>s?g:Ie(g)||s===!1||s===0?Ge(g,1):Ge(g);let a,h,b,C,I=!1,$=!1;if(ge(e)?(h=()=>e.value,I=Ie(e)):yt(e)?(h=()=>d(e),I=!0):k(e)?($=!0,I=e.some(g=>yt(g)||Ie(g)),h=()=>e.map(g=>{if(ge(g))return g.value;if(yt(g))return d(g);if(j(g))return c?c(g,2):g()})):j(e)?t?h=c?()=>c(e,2):e:h=()=>{if(b){nt();try{b()}finally{rt()}}const g=ft;ft=a;try{return c?c(e,3,[C]):e(C)}finally{ft=g}}:h=De,t&&s){const g=h,A=s===!0?1/0:s;h=()=>Ge(g(),A)}const Y=Li(),z=()=>{a.stop(),Y&&Y.active&&tr(Y.effects,a)};if(i&&t){const g=t;t=(...A)=>{g(...A),z()}}let v=$?new Array(e.length).fill(Zt):Zt;const m=g=>{if(!(!(a.flags&1)||!a.dirty&&!g))if(t){const A=a.run();if(s||I||($?A.some((S,R)=>at(S,v[R])):at(A,v))){b&&b();const S=ft;ft=a;try{const R=[A,v===Zt?void 0:$&&v[0]===Zt?[]:v,C];c?c(t,3,R):t(...R),v=A}finally{ft=S}}}else a.run()};return l&&l(m),a=new gs(h),a.scheduler=o?()=>o(m,!1):m,C=g=>lo(g,!1,a),b=a.onStop=()=>{const g=sn.get(a);if(g){if(c)c(g,4);else for(const A of g)A();sn.delete(a)}},t?r?m(!0):v=a.run():o?o(m.bind(null,!0),!0):a.run(),z.pause=a.pause.bind(a),z.resume=a.resume.bind(a),z.stop=z,z}function Ge(e,t=1/0,n){if(t<=0||!Q(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,ge(e))Ge(e.value,t,n);else if(k(e))for(let r=0;r<e.length;r++)Ge(e[r],t,n);else if(dn(e)||bt(e))e.forEach(r=>{Ge(r,t,n)});else if(us(e)){for(const r in e)Ge(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Ge(e[r],t,n)}return e}/**
|
|
25
25
|
* @vue/runtime-core v3.5.13
|
|
26
26
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
27
27
|
* @license MIT
|
|
28
|
-
**/function Ut(e,t,n,r){try{return r?e(...r):e()}catch(s){bn(s,t,n)}}function Ue(e,t,n,r){if(j(e)){const s=Ut(e,t,n,r);return s&&ts(s)&&s.catch(i=>{bn(i,t,n)}),s}if(k(e)){const s=[];for(let i=0;i<e.length;i++)s.push(Ue(e[i],t,n,r));return s}}function bn(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||J;if(t){let l=t.parent;const c=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const a=l.ec;if(a){for(let h=0;h<a.length;h++)if(a[h](e,c,d)===!1)return}l=l.parent}if(i){nt(),Ut(i,null,10,[e,c,d]),rt();return}}to(e,n,s,r,o)}function to(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const pe=[];let Ve=-1;const _t=[];let Xe=null,mt=0;const Es=Promise.resolve();let on=null;function no(e){const t=on||Es;return e?t.then(this?e.bind(this):e):t}function ro(e){let t=Ve+1,n=pe.length;for(;t<n;){const r=t+n>>>1,s=pe[r],i=Vt(s);i<e||i===e&&s.flags&2?t=r+1:n=r}return t}function fr(e){if(!(e.flags&1)){const t=Vt(e),n=pe[pe.length-1];!n||!(e.flags&2)&&t>=Vt(n)?pe.push(e):pe.splice(ro(t),0,e),e.flags|=1,Ss()}}function Ss(){on||(on=Es.then(Ts))}function so(e){k(e)?_t.push(...e):Xe&&e.id===-1?Xe.splice(mt+1,0,e):e.flags&1||(_t.push(e),e.flags|=1),Ss()}function Fr(e,t,n=Ve+1){for(;n<pe.length;n++){const r=pe[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;pe.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Ps(e){if(_t.length){const t=[...new Set(_t)].sort((n,r)=>Vt(n)-Vt(r));if(_t.length=0,Xe){Xe.push(...t);return}for(Xe=t,mt=0;mt<Xe.length;mt++){const n=Xe[mt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Xe=null,mt=0}}const Vt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ts(e){try{for(Ve=0;Ve<pe.length;Ve++){const t=pe[Ve];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Ut(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ve<pe.length;Ve++){const t=pe[Ve];t&&(t.flags&=-2)}Ve=-1,pe.length=0,Ps(),on=null,(pe.length||_t.length)&&Ts()}}let ce=null,Rs=null;function ln(e){const t=ce;return ce=e,Rs=e&&e.type.__scopeId||null,t}function ar(e,t=ce,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&Nr(-1);const i=ln(t);let o;try{o=e(...s)}finally{ln(i),r._d&&Nr(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function Qt(e,t){if(ce===null)return e;const n=wn(ce),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,o,l,c=J]=t[s];i&&(j(i)&&(i={mounted:i,updated:i}),i.deep&&Ge(o),r.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:c}))}return e}function ct(e,t,n,r){const s=e.dirs,i=t&&t.dirs;for(let o=0;o<s.length;o++){const l=s[o];i&&(l.oldValue=i[o].value);let c=l.dir[r];c&&(nt(),Ue(c,n,8,[e.el,l,e,t]),rt())}}const io=Symbol("_vte"),oo=e=>e.__isTeleport;function dr(e,t){e.shapeFlag&6&&e.component?(e.transition=t,dr(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function Qe(e,t){return j(e)?oe({name:e.name},t,{setup:e}):e}function Os(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function cn(e,t,n,r,s=!1){if(k(e)){e.forEach((I,$)=>cn(I,t&&(k(t)?t[$]:t),n,r,s));return}if(xt(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&cn(e,t,n,r.component.subTree);return}const i=r.shapeFlag&4?wn(r.component):r.el,o=s?null:i,{i:l,r:c}=e,d=t&&t.r,a=l.refs===J?l.refs={}:l.refs,h=l.setupState,b=W(h),C=h===J?()=>!1:I=>B(b,I);if(d!=null&&d!==c&&(re(d)?(a[d]=null,C(d)&&(h[d]=null)):ge(d)&&(d.value=null)),j(c))Ut(c,l,12,[o,a]);else{const I=re(c),$=ge(c);if(I||$){const Y=()=>{if(e.f){const z=I?C(c)?h[c]:a[c]:c.value;s?k(z)&&er(z,i):k(z)?z.includes(i)||z.push(i):I?(a[c]=[i],C(c)&&(h[c]=a[c])):(c.value=[i],e.k&&(a[e.k]=c.value))}else I?(a[c]=o,C(c)&&(h[c]=o)):$&&(c.value=o,e.k&&(a[e.k]=o))};o?(Y.id=-1,Ae(Y,n)):Y()}}}gn().requestIdleCallback;gn().cancelIdleCallback;const xt=e=>!!e.type.__asyncLoader,Is=e=>e.type.__isKeepAlive;function lo(e,t){$s(e,"a",t)}function co(e,t){$s(e,"da",t)}function $s(e,t,n=de){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(yn(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Is(s.parent.vnode)&&uo(r,t,n,s),s=s.parent}}function uo(e,t,n,r){const s=yn(t,e,r,!0);Ns(()=>{er(r[t],s)},n)}function yn(e,t,n=de,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{nt();const l=Bt(n),c=Ue(t,n,e,o);return l(),rt(),c});return r?s.unshift(i):s.push(i),i}}const Ye=e=>(t,n=de)=>{(!Dt||e==="sp")&&yn(e,(...r)=>t(...r),n)},Ms=Ye("bm"),fo=Ye("m"),ao=Ye("bu"),ho=Ye("u"),po=Ye("bum"),Ns=Ye("um"),go=Ye("sp"),mo=Ye("rtg"),vo=Ye("rtc");function bo(e,t=de){yn("ec",e,t)}const yo="components";function je(e,t){return xo(yo,e,!0,t)||e}const _o=Symbol.for("v-ndc");function xo(e,t,n=!0,r=!1){const s=ce||de;if(s){const i=s.type;{const l=ul(i,!1);if(l&&(l===t||l===Pe(t)||l===pn(Pe(t))))return i}const o=Er(s[e]||i[e],t)||Er(s.appContext[e],t);return!o&&r?i:o}}function Er(e,t){return e&&(e[t]||e[Pe(t)]||e[pn(Pe(t))])}function Sr(e,t,n,r){let s;const i=n,o=k(e);if(o||re(e)){const l=o&&yt(e);let c=!1;l&&(c=!Ie(e),e=vn(e)),s=new Array(e.length);for(let d=0,a=e.length;d<a;d++)s[d]=t(c?ve(e[d]):e[d],d,void 0,i)}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,i)}else if(Q(e))if(e[Symbol.iterator])s=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);s=new Array(l.length);for(let c=0,d=l.length;c<d;c++){const a=l[c];s[c]=t(e[a],a,c,i)}}else s=[];return s}function wo(e,t,n={},r,s){if(ce.ce||ce.parent&&xt(ce.parent)&&ce.parent.ce)return ee(),Ze(ae,null,[ie("slot",n,r)],64);let i=e[t];i&&i._c&&(i._d=!1),ee();const o=i&&Ls(i(n)),l=n.key||o&&o.key,c=Ze(ae,{key:(l&&!$e(l)?l:`_${t}`)+(!o&&r?"_fb":"")},o||[],o&&e._===1?64:-2);return c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}function Ls(e){return e.some(t=>jt(t)?!(t.type===tt||t.type===ae&&!Ls(t.children)):!0)?e:null}const Un=e=>e?ni(e)?wn(e):Un(e.parent):null,$t=oe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Un(e.parent),$root:e=>Un(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>hr(e),$forceUpdate:e=>e.f||(e.f=()=>{fr(e.update)}),$nextTick:e=>e.n||(e.n=no.bind(e.proxy)),$watch:e=>Bo.bind(e)}),Pn=(e,t)=>e!==J&&!e.__isScriptSetup&&B(e,t),Ao={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:i,accessCache:o,type:l,appContext:c}=e;let d;if(t[0]!=="$"){const C=o[t];if(C!==void 0)switch(C){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return i[t]}else{if(Pn(r,t))return o[t]=1,r[t];if(s!==J&&B(s,t))return o[t]=2,s[t];if((d=e.propsOptions[0])&&B(d,t))return o[t]=3,i[t];if(n!==J&&B(n,t))return o[t]=4,n[t];Bn&&(o[t]=0)}}const a=$t[t];let h,b;if(a)return t==="$attrs"&&fe(e.attrs,"get",""),a(e);if((h=l.__cssModules)&&(h=h[t]))return h;if(n!==J&&B(n,t))return o[t]=4,n[t];if(b=c.config.globalProperties,B(b,t))return b[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:i}=e;return Pn(s,t)?(s[t]=n,!0):r!==J&&B(r,t)?(r[t]=n,!0):B(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:i}},o){let l;return!!n[o]||e!==J&&B(e,o)||Pn(t,o)||(l=i[0])&&B(l,o)||B(r,o)||B($t,o)||B(s.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:B(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Pr(e){return k(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Bn=!0;function Co(e){const t=hr(e),n=e.proxy,r=e.ctx;Bn=!1,t.beforeCreate&&Tr(t.beforeCreate,e,"bc");const{data:s,computed:i,methods:o,watch:l,provide:c,inject:d,created:a,beforeMount:h,mounted:b,beforeUpdate:C,updated:I,activated:$,deactivated:Y,beforeDestroy:z,beforeUnmount:v,destroyed:m,unmounted:g,render:A,renderTracked:S,renderTriggered:R,errorCaptured:D,serverPrefetch:N,expose:X,inheritAttrs:te,components:ye,directives:st,filters:pt}=t;if(d&&Fo(d,r,null),o)for(const q in o){const H=o[q];j(H)&&(r[q]=H.bind(n))}if(s){const q=s.call(n,n);Q(q)&&(e.data=lr(q))}if(Bn=!0,i)for(const q in i){const H=i[q],se=j(H)?H.bind(n,n):j(H.get)?H.get.bind(n,n):De,Te=!j(H)&&j(H.set)?H.set.bind(n):De,Ee=nn({get:se,set:Te});Object.defineProperty(r,q,{enumerable:!0,configurable:!0,get:()=>Ee.value,set:ne=>Ee.value=ne})}if(l)for(const q in l)ks(l[q],r,n,q);if(c){const q=j(c)?c.call(n):c;Reflect.ownKeys(q).forEach(H=>{Oo(H,q[H])})}a&&Tr(a,e,"c");function le(q,H){k(H)?H.forEach(se=>q(se.bind(n))):H&&q(H.bind(n))}if(le(Ms,h),le(fo,b),le(ao,C),le(ho,I),le(lo,$),le(co,Y),le(bo,D),le(vo,S),le(mo,R),le(po,v),le(Ns,g),le(go,N),k(X))if(X.length){const q=e.exposed||(e.exposed={});X.forEach(H=>{Object.defineProperty(q,H,{get:()=>n[H],set:se=>n[H]=se})})}else e.exposed||(e.exposed={});A&&e.render===De&&(e.render=A),te!=null&&(e.inheritAttrs=te),ye&&(e.components=ye),st&&(e.directives=st),N&&Os(e)}function Fo(e,t,n=De){k(e)&&(e=Kn(e));for(const r in e){const s=e[r];let i;Q(s)?"default"in s?i=Mt(s.from||r,s.default,!0):i=Mt(s.from||r):i=Mt(s),ge(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[r]=i}}function Tr(e,t,n){Ue(k(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function ks(e,t,n,r){let s=r.includes(".")?Qs(n,r):()=>n[r];if(re(e)){const i=t[e];j(i)&&Rn(s,i)}else if(j(e))Rn(s,e.bind(n));else if(Q(e))if(k(e))e.forEach(i=>ks(i,t,n,r));else{const i=j(e.handler)?e.handler.bind(n):t[e.handler];j(i)&&Rn(s,i,e)}}function hr(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!s.length&&!n&&!r?c=t:(c={},s.length&&s.forEach(d=>un(c,d,o,!0)),un(c,t,o)),Q(t)&&i.set(t,c),c}function un(e,t,n,r=!1){const{mixins:s,extends:i}=t;i&&un(e,i,n,!0),s&&s.forEach(o=>un(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const l=Eo[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const Eo={data:Rr,props:Or,emits:Or,methods:Tt,computed:Tt,beforeCreate:he,created:he,beforeMount:he,mounted:he,beforeUpdate:he,updated:he,beforeDestroy:he,beforeUnmount:he,destroyed:he,unmounted:he,activated:he,deactivated:he,errorCaptured:he,serverPrefetch:he,components:Tt,directives:Tt,watch:Po,provide:Rr,inject:So};function Rr(e,t){return t?e?function(){return oe(j(e)?e.call(this,this):e,j(t)?t.call(this,this):t)}:t:e}function So(e,t){return Tt(Kn(e),Kn(t))}function Kn(e){if(k(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function he(e,t){return e?[...new Set([].concat(e,t))]:t}function Tt(e,t){return e?oe(Object.create(null),e,t):t}function Or(e,t){return e?k(e)&&k(t)?[...new Set([...e,...t])]:oe(Object.create(null),Pr(e),Pr(t??{})):t}function Po(e,t){if(!e)return t;if(!t)return e;const n=oe(Object.create(null),e);for(const r in t)n[r]=he(e[r],t[r]);return n}function Vs(){return{app:null,config:{isNativeTag:pi,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let To=0;function Ro(e,t){return function(r,s=null){j(r)||(r=oe({},r)),s!=null&&!Q(s)&&(s=null);const i=Vs(),o=new WeakSet,l=[];let c=!1;const d=i.app={_uid:To++,_component:r,_props:s,_container:null,_context:i,_instance:null,version:dl,get config(){return i.config},set config(a){},use(a,...h){return o.has(a)||(a&&j(a.install)?(o.add(a),a.install(d,...h)):j(a)&&(o.add(a),a(d,...h))),d},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),d},component(a,h){return h?(i.components[a]=h,d):i.components[a]},directive(a,h){return h?(i.directives[a]=h,d):i.directives[a]},mount(a,h,b){if(!c){const C=d._ceVNode||ie(r,s);return C.appContext=i,b===!0?b="svg":b===!1&&(b=void 0),h&&t?t(C,a):e(C,a,b),c=!0,d._container=a,a.__vue_app__=d,wn(C.component)}},onUnmount(a){l.push(a)},unmount(){c&&(Ue(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(a,h){return i.provides[a]=h,d},runWithContext(a){const h=wt;wt=d;try{return a()}finally{wt=h}}};return d}}let wt=null;function Oo(e,t){if(de){let n=de.provides;const r=de.parent&&de.parent.provides;r===n&&(n=de.provides=Object.create(r)),n[e]=t}}function Mt(e,t,n=!1){const r=de||ce;if(r||wt){const s=wt?wt._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&j(t)?t.call(r&&r.proxy):t}}const Hs={},js=()=>Object.create(Hs),Ds=e=>Object.getPrototypeOf(e)===Hs;function Io(e,t,n,r=!1){const s={},i=js();e.propsDefaults=Object.create(null),zs(e,t,s,i);for(const o in e.propsOptions[0])o in s||(s[o]=void 0);n?e.props=r?s:Ji(s):e.type.props?e.props=s:e.props=i,e.attrs=i}function $o(e,t,n,r){const{props:s,attrs:i,vnode:{patchFlag:o}}=e,l=W(s),[c]=e.propsOptions;let d=!1;if((r||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let h=0;h<a.length;h++){let b=a[h];if(_n(e.emitsOptions,b))continue;const C=t[b];if(c)if(B(i,b))C!==i[b]&&(i[b]=C,d=!0);else{const I=Pe(b);s[I]=Wn(c,l,I,C,e,!1)}else C!==i[b]&&(i[b]=C,d=!0)}}}else{zs(e,t,s,i)&&(d=!0);let a;for(const h in l)(!t||!B(t,h)&&((a=ht(h))===h||!B(t,a)))&&(c?n&&(n[h]!==void 0||n[a]!==void 0)&&(s[h]=Wn(c,l,h,void 0,e,!0)):delete s[h]);if(i!==l)for(const h in i)(!t||!B(t,h))&&(delete i[h],d=!0)}d&&qe(e.attrs,"set","")}function zs(e,t,n,r){const[s,i]=e.propsOptions;let o=!1,l;if(t)for(let c in t){if(Rt(c))continue;const d=t[c];let a;s&&B(s,a=Pe(c))?!i||!i.includes(a)?n[a]=d:(l||(l={}))[a]=d:_n(e.emitsOptions,c)||(!(c in r)||d!==r[c])&&(r[c]=d,o=!0)}if(i){const c=W(n),d=l||J;for(let a=0;a<i.length;a++){const h=i[a];n[h]=Wn(s,c,h,d[h],e,!B(d,h))}}return o}function Wn(e,t,n,r,s,i){const o=e[n];if(o!=null){const l=B(o,"default");if(l&&r===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&j(c)){const{propsDefaults:d}=s;if(n in d)r=d[n];else{const a=Bt(s);r=d[n]=c.call(null,t),a()}}else r=c;s.ce&&s.ce._setProp(n,r)}o[0]&&(i&&!l?r=!1:o[1]&&(r===""||r===ht(n))&&(r=!0))}return r}const Mo=new WeakMap;function Us(e,t,n=!1){const r=n?Mo:t.propsCache,s=r.get(e);if(s)return s;const i=e.props,o={},l=[];let c=!1;if(!j(e)){const a=h=>{c=!0;const[b,C]=Us(h,t,!0);oe(o,b),C&&l.push(...C)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return Q(e)&&r.set(e,vt),vt;if(k(i))for(let a=0;a<i.length;a++){const h=Pe(i[a]);Ir(h)&&(o[h]=J)}else if(i)for(const a in i){const h=Pe(a);if(Ir(h)){const b=i[a],C=o[h]=k(b)||j(b)?{type:b}:oe({},b),I=C.type;let $=!1,Y=!0;if(k(I))for(let z=0;z<I.length;++z){const v=I[z],m=j(v)&&v.name;if(m==="Boolean"){$=!0;break}else m==="String"&&(Y=!1)}else $=j(I)&&I.name==="Boolean";C[0]=$,C[1]=Y,($||B(C,"default"))&&l.push(h)}}const d=[o,l];return Q(e)&&r.set(e,d),d}function Ir(e){return e[0]!=="$"&&!Rt(e)}const Bs=e=>e[0]==="_"||e==="$stable",pr=e=>k(e)?e.map(He):[He(e)],No=(e,t,n)=>{if(t._n)return t;const r=ar((...s)=>pr(t(...s)),n);return r._c=!1,r},Ks=(e,t,n)=>{const r=e._ctx;for(const s in e){if(Bs(s))continue;const i=e[s];if(j(i))t[s]=No(s,i,r);else if(i!=null){const o=pr(i);t[s]=()=>o}}},Ws=(e,t)=>{const n=pr(t);e.slots.default=()=>n},Js=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},Lo=(e,t,n)=>{const r=e.slots=js();if(e.vnode.shapeFlag&32){const s=t._;s?(Js(r,t,n),n&&ss(r,"_",s,!0)):Ks(t,r)}else t&&Ws(e,t)},ko=(e,t,n)=>{const{vnode:r,slots:s}=e;let i=!0,o=J;if(r.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:Js(s,t,n):(i=!t.$stable,Ks(t,s)),o=t}else t&&(Ws(e,t),o={default:1});if(i)for(const l in s)!Bs(l)&&o[l]==null&&delete s[l]},Ae=Qo;function Vo(e){return Ho(e)}function Ho(e,t){const n=gn();n.__VUE__=!0;const{insert:r,remove:s,patchProp:i,createElement:o,createText:l,createComment:c,setText:d,setElementText:a,parentNode:h,nextSibling:b,setScopeId:C=De,insertStaticContent:I}=e,$=(u,f,p,x=null,y=null,_=null,P=void 0,E=null,F=!!f.dynamicChildren)=>{if(u===f)return;u&&!Pt(u,f)&&(x=Be(u),ne(u,y,_,!0),u=null),f.patchFlag===-2&&(F=!1,f.dynamicChildren=null);const{type:w,ref:L,shapeFlag:T}=f;switch(w){case xn:Y(u,f,p,x);break;case tt:z(u,f,p,x);break;case In:u==null&&v(f,p,x,P);break;case ae:ye(u,f,p,x,y,_,P,E,F);break;default:T&1?A(u,f,p,x,y,_,P,E,F):T&6?st(u,f,p,x,y,_,P,E,F):(T&64||T&128)&&w.process(u,f,p,x,y,_,P,E,F,Ke)}L!=null&&y&&cn(L,u&&u.ref,_,f||u,!f)},Y=(u,f,p,x)=>{if(u==null)r(f.el=l(f.children),p,x);else{const y=f.el=u.el;f.children!==u.children&&d(y,f.children)}},z=(u,f,p,x)=>{u==null?r(f.el=c(f.children||""),p,x):f.el=u.el},v=(u,f,p,x)=>{[u.el,u.anchor]=I(u.children,f,p,x,u.el,u.anchor)},m=({el:u,anchor:f},p,x)=>{let y;for(;u&&u!==f;)y=b(u),r(u,p,x),u=y;r(f,p,x)},g=({el:u,anchor:f})=>{let p;for(;u&&u!==f;)p=b(u),s(u),u=p;s(f)},A=(u,f,p,x,y,_,P,E,F)=>{f.type==="svg"?P="svg":f.type==="math"&&(P="mathml"),u==null?S(f,p,x,y,_,P,E,F):N(u,f,y,_,P,E,F)},S=(u,f,p,x,y,_,P,E)=>{let F,w;const{props:L,shapeFlag:T,transition:O,dirs:V}=u;if(F=u.el=o(u.type,_,L&&L.is,L),T&8?a(F,u.children):T&16&&D(u.children,F,null,x,y,Tn(u,_),P,E),V&&ct(u,null,x,"created"),R(F,u,u.scopeId,P,x),L){for(const G in L)G!=="value"&&!Rt(G)&&i(F,G,null,L[G],_,x);"value"in L&&i(F,"value",null,L.value,_),(w=L.onVnodeBeforeMount)&&ke(w,x,u)}V&&ct(u,null,x,"beforeMount");const U=jo(y,O);U&&O.beforeEnter(F),r(F,f,p),((w=L&&L.onVnodeMounted)||U||V)&&Ae(()=>{w&&ke(w,x,u),U&&O.enter(F),V&&ct(u,null,x,"mounted")},y)},R=(u,f,p,x,y)=>{if(p&&C(u,p),x)for(let _=0;_<x.length;_++)C(u,x[_]);if(y){let _=y.subTree;if(f===_||Xs(_.type)&&(_.ssContent===f||_.ssFallback===f)){const P=y.vnode;R(u,P,P.scopeId,P.slotScopeIds,y.parent)}}},D=(u,f,p,x,y,_,P,E,F=0)=>{for(let w=F;w<u.length;w++){const L=u[w]=E?et(u[w]):He(u[w]);$(null,L,f,p,x,y,_,P,E)}},N=(u,f,p,x,y,_,P)=>{const E=f.el=u.el;let{patchFlag:F,dynamicChildren:w,dirs:L}=f;F|=u.patchFlag&16;const T=u.props||J,O=f.props||J;let V;if(p&&ut(p,!1),(V=O.onVnodeBeforeUpdate)&&ke(V,p,f,u),L&&ct(f,u,p,"beforeUpdate"),p&&ut(p,!0),(T.innerHTML&&O.innerHTML==null||T.textContent&&O.textContent==null)&&a(E,""),w?X(u.dynamicChildren,w,E,p,x,Tn(f,y),_):P||H(u,f,E,null,p,x,Tn(f,y),_,!1),F>0){if(F&16)te(E,T,O,p,y);else if(F&2&&T.class!==O.class&&i(E,"class",null,O.class,y),F&4&&i(E,"style",T.style,O.style,y),F&8){const U=f.dynamicProps;for(let G=0;G<U.length;G++){const K=U[G],_e=T[K],ue=O[K];(ue!==_e||K==="value")&&i(E,K,_e,ue,y,p)}}F&1&&u.children!==f.children&&a(E,f.children)}else!P&&w==null&&te(E,T,O,p,y);((V=O.onVnodeUpdated)||L)&&Ae(()=>{V&&ke(V,p,f,u),L&&ct(f,u,p,"updated")},x)},X=(u,f,p,x,y,_,P)=>{for(let E=0;E<f.length;E++){const F=u[E],w=f[E],L=F.el&&(F.type===ae||!Pt(F,w)||F.shapeFlag&70)?h(F.el):p;$(F,w,L,null,x,y,_,P,!0)}},te=(u,f,p,x,y)=>{if(f!==p){if(f!==J)for(const _ in f)!Rt(_)&&!(_ in p)&&i(u,_,f[_],null,y,x);for(const _ in p){if(Rt(_))continue;const P=p[_],E=f[_];P!==E&&_!=="value"&&i(u,_,E,P,y,x)}"value"in p&&i(u,"value",f.value,p.value,y)}},ye=(u,f,p,x,y,_,P,E,F)=>{const w=f.el=u?u.el:l(""),L=f.anchor=u?u.anchor:l("");let{patchFlag:T,dynamicChildren:O,slotScopeIds:V}=f;V&&(E=E?E.concat(V):V),u==null?(r(w,p,x),r(L,p,x),D(f.children||[],p,L,y,_,P,E,F)):T>0&&T&64&&O&&u.dynamicChildren?(X(u.dynamicChildren,O,p,y,_,P,E),(f.key!=null||y&&f===y.subTree)&&qs(u,f,!0)):H(u,f,p,L,y,_,P,E,F)},st=(u,f,p,x,y,_,P,E,F)=>{f.slotScopeIds=E,u==null?f.shapeFlag&512?y.ctx.activate(f,p,x,P,F):pt(f,p,x,y,_,P,F):Kt(u,f,F)},pt=(u,f,p,x,y,_,P)=>{const E=u.component=sl(u,x,y);if(Is(u)&&(E.ctx.renderer=Ke),il(E,!1,P),E.asyncDep){if(y&&y.registerDep(E,le,P),!u.el){const F=E.subTree=ie(tt);z(null,F,f,p)}}else le(E,u,f,p,y,_,P)},Kt=(u,f,p)=>{const x=f.component=u.component;if(Go(u,f,p))if(x.asyncDep&&!x.asyncResolved){q(x,f,p);return}else x.next=f,x.update();else f.el=u.el,x.vnode=f},le=(u,f,p,x,y,_,P)=>{const E=()=>{if(u.isMounted){let{next:T,bu:O,u:V,parent:U,vnode:G}=u;{const xe=Gs(u);if(xe){T&&(T.el=G.el,q(u,T,P)),xe.asyncDep.then(()=>{u.isUnmounted||E()});return}}let K=T,_e;ut(u,!1),T?(T.el=G.el,q(u,T,P)):T=G,O&&en(O),(_e=T.props&&T.props.onVnodeBeforeUpdate)&&ke(_e,U,T,G),ut(u,!0);const ue=On(u),Re=u.subTree;u.subTree=ue,$(Re,ue,h(Re.el),Be(Re),u,y,_),T.el=ue.el,K===null&&Zo(u,ue.el),V&&Ae(V,y),(_e=T.props&&T.props.onVnodeUpdated)&&Ae(()=>ke(_e,U,T,G),y)}else{let T;const{el:O,props:V}=f,{bm:U,m:G,parent:K,root:_e,type:ue}=u,Re=xt(f);if(ut(u,!1),U&&en(U),!Re&&(T=V&&V.onVnodeBeforeMount)&&ke(T,K,f),ut(u,!0),O&&Jt){const xe=()=>{u.subTree=On(u),Jt(O,u.subTree,u,y,null)};Re&&ue.__asyncHydrate?ue.__asyncHydrate(O,u,xe):xe()}else{_e.ce&&_e.ce._injectChildStyle(ue);const xe=u.subTree=On(u);$(null,xe,p,x,u,y,_),f.el=xe.el}if(G&&Ae(G,y),!Re&&(T=V&&V.onVnodeMounted)){const xe=f;Ae(()=>ke(T,K,xe),y)}(f.shapeFlag&256||K&&xt(K.vnode)&&K.vnode.shapeFlag&256)&&u.a&&Ae(u.a,y),u.isMounted=!0,f=p=x=null}};u.scope.on();const F=u.effect=new us(E);u.scope.off();const w=u.update=F.run.bind(F),L=u.job=F.runIfDirty.bind(F);L.i=u,L.id=u.uid,F.scheduler=()=>fr(L),ut(u,!0),w()},q=(u,f,p)=>{f.component=u;const x=u.vnode.props;u.vnode=f,u.next=null,$o(u,f.props,x,p),ko(u,f.children,p),nt(),Fr(u),rt()},H=(u,f,p,x,y,_,P,E,F=!1)=>{const w=u&&u.children,L=u?u.shapeFlag:0,T=f.children,{patchFlag:O,shapeFlag:V}=f;if(O>0){if(O&128){Te(w,T,p,x,y,_,P,E,F);return}else if(O&256){se(w,T,p,x,y,_,P,E,F);return}}V&8?(L&16&&Ne(w,y,_),T!==w&&a(p,T)):L&16?V&16?Te(w,T,p,x,y,_,P,E,F):Ne(w,y,_,!0):(L&8&&a(p,""),V&16&&D(T,p,x,y,_,P,E,F))},se=(u,f,p,x,y,_,P,E,F)=>{u=u||vt,f=f||vt;const w=u.length,L=f.length,T=Math.min(w,L);let O;for(O=0;O<T;O++){const V=f[O]=F?et(f[O]):He(f[O]);$(u[O],V,p,null,y,_,P,E,F)}w>L?Ne(u,y,_,!0,!1,T):D(f,p,x,y,_,P,E,F,T)},Te=(u,f,p,x,y,_,P,E,F)=>{let w=0;const L=f.length;let T=u.length-1,O=L-1;for(;w<=T&&w<=O;){const V=u[w],U=f[w]=F?et(f[w]):He(f[w]);if(Pt(V,U))$(V,U,p,null,y,_,P,E,F);else break;w++}for(;w<=T&&w<=O;){const V=u[T],U=f[O]=F?et(f[O]):He(f[O]);if(Pt(V,U))$(V,U,p,null,y,_,P,E,F);else break;T--,O--}if(w>T){if(w<=O){const V=O+1,U=V<L?f[V].el:x;for(;w<=O;)$(null,f[w]=F?et(f[w]):He(f[w]),p,U,y,_,P,E,F),w++}}else if(w>O)for(;w<=T;)ne(u[w],y,_,!0),w++;else{const V=w,U=w,G=new Map;for(w=U;w<=O;w++){const we=f[w]=F?et(f[w]):He(f[w]);we.key!=null&&G.set(we.key,w)}let K,_e=0;const ue=O-U+1;let Re=!1,xe=0;const Et=new Array(ue);for(w=0;w<ue;w++)Et[w]=0;for(w=V;w<=T;w++){const we=u[w];if(_e>=ue){ne(we,y,_,!0);continue}let Le;if(we.key!=null)Le=G.get(we.key);else for(K=U;K<=O;K++)if(Et[K-U]===0&&Pt(we,f[K])){Le=K;break}Le===void 0?ne(we,y,_,!0):(Et[Le-U]=w+1,Le>=xe?xe=Le:Re=!0,$(we,f[Le],p,null,y,_,P,E,F),_e++)}const br=Re?Do(Et):vt;for(K=br.length-1,w=ue-1;w>=0;w--){const we=U+w,Le=f[we],yr=we+1<L?f[we+1].el:x;Et[w]===0?$(null,Le,p,yr,y,_,P,E,F):Re&&(K<0||w!==br[K]?Ee(Le,p,yr,2):K--)}}},Ee=(u,f,p,x,y=null)=>{const{el:_,type:P,transition:E,children:F,shapeFlag:w}=u;if(w&6){Ee(u.component.subTree,f,p,x);return}if(w&128){u.suspense.move(f,p,x);return}if(w&64){P.move(u,f,p,Ke);return}if(P===ae){r(_,f,p);for(let T=0;T<F.length;T++)Ee(F[T],f,p,x);r(u.anchor,f,p);return}if(P===In){m(u,f,p);return}if(x!==2&&w&1&&E)if(x===0)E.beforeEnter(_),r(_,f,p),Ae(()=>E.enter(_),y);else{const{leave:T,delayLeave:O,afterLeave:V}=E,U=()=>r(_,f,p),G=()=>{T(_,()=>{U(),V&&V()})};O?O(_,U,G):G()}else r(_,f,p)},ne=(u,f,p,x=!1,y=!1)=>{const{type:_,props:P,ref:E,children:F,dynamicChildren:w,shapeFlag:L,patchFlag:T,dirs:O,cacheIndex:V}=u;if(T===-2&&(y=!1),E!=null&&cn(E,null,p,u,!0),V!=null&&(f.renderCache[V]=void 0),L&256){f.ctx.deactivate(u);return}const U=L&1&&O,G=!xt(u);let K;if(G&&(K=P&&P.onVnodeBeforeUnmount)&&ke(K,f,u),L&6)it(u.component,p,x);else{if(L&128){u.suspense.unmount(p,x);return}U&&ct(u,null,f,"beforeUnmount"),L&64?u.type.remove(u,f,p,Ke,x):w&&!w.hasOnce&&(_!==ae||T>0&&T&64)?Ne(w,f,p,!1,!0):(_===ae&&T&384||!y&&L&16)&&Ne(F,f,p),x&&Wt(u)}(G&&(K=P&&P.onVnodeUnmounted)||U)&&Ae(()=>{K&&ke(K,f,u),U&&ct(u,null,f,"unmounted")},p)},Wt=u=>{const{type:f,el:p,anchor:x,transition:y}=u;if(f===ae){Me(p,x);return}if(f===In){g(u);return}const _=()=>{s(p),y&&!y.persisted&&y.afterLeave&&y.afterLeave()};if(u.shapeFlag&1&&y&&!y.persisted){const{leave:P,delayLeave:E}=y,F=()=>P(p,_);E?E(u.el,_,F):F()}else _()},Me=(u,f)=>{let p;for(;u!==f;)p=b(u),s(u),u=p;s(f)},it=(u,f,p)=>{const{bum:x,scope:y,job:_,subTree:P,um:E,m:F,a:w}=u;$r(F),$r(w),x&&en(x),y.stop(),_&&(_.flags|=8,ne(P,u,f,p)),E&&Ae(E,f),Ae(()=>{u.isUnmounted=!0},f),f&&f.pendingBranch&&!f.isUnmounted&&u.asyncDep&&!u.asyncResolved&&u.suspenseId===f.pendingId&&(f.deps--,f.deps===0&&f.resolve())},Ne=(u,f,p,x=!1,y=!1,_=0)=>{for(let P=_;P<u.length;P++)ne(u[P],f,p,x,y)},Be=u=>{if(u.shapeFlag&6)return Be(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const f=b(u.anchor||u.el),p=f&&f[io];return p?b(p):f};let ot=!1;const Ft=(u,f,p)=>{u==null?f._vnode&&ne(f._vnode,null,null,!0):$(f._vnode||null,u,f,null,null,null,p),f._vnode=u,ot||(ot=!0,Fr(),Ps(),ot=!1)},Ke={p:$,um:ne,m:Ee,r:Wt,mt:pt,mc:D,pc:H,pbc:X,n:Be,o:e};let lt,Jt;return{render:Ft,hydrate:lt,createApp:Ro(Ft,lt)}}function Tn({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function ut({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function jo(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function qs(e,t,n=!1){const r=e.children,s=t.children;if(k(r)&&k(s))for(let i=0;i<r.length;i++){const o=r[i];let l=s[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[i]=et(s[i]),l.el=o.el),!n&&l.patchFlag!==-2&&qs(o,l)),l.type===xn&&(l.el=o.el)}}function Do(e){const t=e.slice(),n=[0];let r,s,i,o,l;const c=e.length;for(r=0;r<c;r++){const d=e[r];if(d!==0){if(s=n[n.length-1],e[s]<d){t[r]=s,n.push(r);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<d?i=l+1:o=l;d<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function Gs(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Gs(t)}function $r(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const zo=Symbol.for("v-scx"),Uo=()=>Mt(zo);function Rn(e,t,n){return Zs(e,t,n)}function Zs(e,t,n=J){const{immediate:r,deep:s,flush:i,once:o}=n,l=oe({},n),c=t&&r||!t&&i!=="post";let d;if(Dt){if(i==="sync"){const C=Uo();d=C.__watcherHandles||(C.__watcherHandles=[])}else if(!c){const C=()=>{};return C.stop=De,C.resume=De,C.pause=De,C}}const a=de;l.call=(C,I,$)=>Ue(C,a,I,$);let h=!1;i==="post"?l.scheduler=C=>{Ae(C,a&&a.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(C,I)=>{I?C():fr(C)}),l.augmentJob=C=>{t&&(C.flags|=4),h&&(C.flags|=2,a&&(C.id=a.uid,C.i=a))};const b=eo(e,t,l);return Dt&&(d?d.push(b):c&&b()),b}function Bo(e,t,n){const r=this.proxy,s=re(e)?e.includes(".")?Qs(r,e):()=>r[e]:e.bind(r,r);let i;j(t)?i=t:(i=t.handler,n=t);const o=Bt(this),l=Zs(s,i.bind(r),n);return o(),l}function Qs(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}const Ko=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Pe(t)}Modifiers`]||e[`${ht(t)}Modifiers`];function Wo(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||J;let s=n;const i=t.startsWith("update:"),o=i&&Ko(r,t.slice(7));o&&(o.trim&&(s=n.map(a=>re(a)?a.trim():a)),o.number&&(s=n.map(yi)));let l,c=r[l=An(t)]||r[l=An(Pe(t))];!c&&i&&(c=r[l=An(ht(t))]),c&&Ue(c,e,6,s);const d=r[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ue(d,e,6,s)}}function Ys(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const i=e.emits;let o={},l=!1;if(!j(e)){const c=d=>{const a=Ys(d,t,!0);a&&(l=!0,oe(o,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(Q(e)&&r.set(e,null),null):(k(i)?i.forEach(c=>o[c]=null):oe(o,i),Q(e)&&r.set(e,o),o)}function _n(e,t){return!e||!an(t)?!1:(t=t.slice(2).replace(/Once$/,""),B(e,t[0].toLowerCase()+t.slice(1))||B(e,ht(t))||B(e,t))}function On(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[i],slots:o,attrs:l,emit:c,render:d,renderCache:a,props:h,data:b,setupState:C,ctx:I,inheritAttrs:$}=e,Y=ln(e);let z,v;try{if(n.shapeFlag&4){const g=s||r,A=g;z=He(d.call(A,g,a,h,C,b,I)),v=l}else{const g=t;z=He(g.length>1?g(h,{attrs:l,slots:o,emit:c}):g(h,null)),v=t.props?l:Jo(l)}}catch(g){Nt.length=0,bn(g,e,1),z=ie(tt)}let m=z;if(v&&$!==!1){const g=Object.keys(v),{shapeFlag:A}=m;g.length&&A&7&&(i&&g.some(Xn)&&(v=qo(v,i)),m=Ct(m,v,!1,!0))}return n.dirs&&(m=Ct(m,null,!1,!0),m.dirs=m.dirs?m.dirs.concat(n.dirs):n.dirs),n.transition&&dr(m,n.transition),z=m,ln(Y),z}const Jo=e=>{let t;for(const n in e)(n==="class"||n==="style"||an(n))&&((t||(t={}))[n]=e[n]);return t},qo=(e,t)=>{const n={};for(const r in e)(!Xn(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Go(e,t,n){const{props:r,children:s,component:i}=e,{props:o,children:l,patchFlag:c}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?Mr(r,o,d):!!o;if(c&8){const a=t.dynamicProps;for(let h=0;h<a.length;h++){const b=a[h];if(o[b]!==r[b]&&!_n(d,b))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===o?!1:r?o?Mr(r,o,d):!0:!!o;return!1}function Mr(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const i=r[s];if(t[i]!==e[i]&&!_n(n,i))return!0}return!1}function Zo({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const Xs=e=>e.__isSuspense;function Qo(e,t){t&&t.pendingBranch?k(e)?t.effects.push(...e):t.effects.push(e):so(e)}const ae=Symbol.for("v-fgt"),xn=Symbol.for("v-txt"),tt=Symbol.for("v-cmt"),In=Symbol.for("v-stc"),Nt=[];let Fe=null;function ee(e=!1){Nt.push(Fe=e?null:[])}function Yo(){Nt.pop(),Fe=Nt[Nt.length-1]||null}let Ht=1;function Nr(e,t=!1){Ht+=e,e<0&&Fe&&t&&(Fe.hasOnce=!0)}function ei(e){return e.dynamicChildren=Ht>0?Fe||vt:null,Yo(),Ht>0&&Fe&&Fe.push(e),e}function be(e,t,n,r,s,i){return ei(M(e,t,n,r,s,i,!0))}function Ze(e,t,n,r,s){return ei(ie(e,t,n,r,s,!0))}function jt(e){return e?e.__v_isVNode===!0:!1}function Pt(e,t){return e.type===t.type&&e.key===t.key}const ti=({key:e})=>e??null,tn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?re(e)||ge(e)||j(e)?{i:ce,r:e,k:t,f:!!n}:e:null);function M(e,t=null,n=null,r=0,s=null,i=e===ae?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ti(t),ref:t&&tn(t),scopeId:Rs,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ce};return l?(gr(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=re(n)?8:16),Ht>0&&!o&&Fe&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Fe.push(c),c}const ie=Xo;function Xo(e,t=null,n=null,r=0,s=null,i=!1){if((!e||e===_o)&&(e=tt),jt(e)){const l=Ct(e,t,!0);return n&&gr(l,n),Ht>0&&!i&&Fe&&(l.shapeFlag&6?Fe[Fe.indexOf(e)]=l:Fe.push(l)),l.patchFlag=-2,l}if(fl(e)&&(e=e.__vccOpts),t){t=el(t);let{class:l,style:c}=t;l&&!re(l)&&(t.class=ze(l)),Q(c)&&(ur(c)&&!k(c)&&(c=oe({},c)),t.style=nr(c))}const o=re(e)?1:Xs(e)?128:oo(e)?64:Q(e)?4:j(e)?2:0;return M(e,t,n,r,s,o,i,!0)}function el(e){return e?ur(e)||Ds(e)?oe({},e):e:null}function Ct(e,t,n=!1,r=!1){const{props:s,ref:i,patchFlag:o,children:l,transition:c}=e,d=t?tl(s||{},t):s,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&ti(d),ref:t&&t.ref?n&&i?k(i)?i.concat(tn(t)):[i,tn(t)]:tn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ae?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ct(e.ssContent),ssFallback:e.ssFallback&&Ct(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&r&&dr(a,c.clone(a)),a}function me(e=" ",t=0){return ie(xn,null,e,t)}function Jn(e="",t=!1){return t?(ee(),Ze(tt,null,e)):ie(tt,null,e)}function He(e){return e==null||typeof e=="boolean"?ie(tt):k(e)?ie(ae,null,e.slice()):jt(e)?et(e):ie(xn,null,String(e))}function et(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ct(e)}function gr(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(k(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),gr(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!Ds(t)?t._ctx=ce:s===3&&ce&&(ce.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else j(t)?(t={default:t,_ctx:ce},n=32):(t=String(t),r&64?(n=16,t=[me(t)]):n=8);e.children=t,e.shapeFlag|=n}function tl(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=ze([t.class,r.class]));else if(s==="style")t.style=nr([t.style,r.style]);else if(an(s)){const i=t[s],o=r[s];o&&i!==o&&!(k(i)&&i.includes(o))&&(t[s]=i?[].concat(i,o):o)}else s!==""&&(t[s]=r[s])}return t}function ke(e,t,n,r=null){Ue(e,t,7,[n,r])}const nl=Vs();let rl=0;function sl(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||nl,i={uid:rl++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Si(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Us(r,s),emitsOptions:Ys(r,s),emit:null,emitted:null,propsDefaults:J,inheritAttrs:r.inheritAttrs,ctx:J,data:J,props:J,attrs:J,slots:J,refs:J,setupState:J,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=Wo.bind(null,i),e.ce&&e.ce(i),i}let de=null,fn,qn;{const e=gn(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),i=>{s.length>1?s.forEach(o=>o(i)):s[0](i)}};fn=t("__VUE_INSTANCE_SETTERS__",n=>de=n),qn=t("__VUE_SSR_SETTERS__",n=>Dt=n)}const Bt=e=>{const t=de;return fn(e),e.scope.on(),()=>{e.scope.off(),fn(t)}},Lr=()=>{de&&de.scope.off(),fn(null)};function ni(e){return e.vnode.shapeFlag&4}let Dt=!1;function il(e,t=!1,n=!1){t&&qn(t);const{props:r,children:s}=e.vnode,i=ni(e);Io(e,r,i,t),Lo(e,s,n);const o=i?ol(e,t):void 0;return t&&qn(!1),o}function ol(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Ao);const{setup:r}=n;if(r){nt();const s=e.setupContext=r.length>1?cl(e):null,i=Bt(e),o=Ut(r,e,0,[e.props,s]),l=ts(o);if(rt(),i(),(l||e.sp)&&!xt(e)&&Os(e),l){if(o.then(Lr,Lr),t)return o.then(c=>{kr(e,c,t)}).catch(c=>{bn(c,e,0)});e.asyncDep=o}else kr(e,o,t)}else ri(e,t)}function kr(e,t,n){j(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Q(t)&&(e.setupState=Fs(t)),ri(e,n)}let Vr;function ri(e,t,n){const r=e.type;if(!e.render){if(!t&&Vr&&!r.render){const s=r.template||hr(e).template;if(s){const{isCustomElement:i,compilerOptions:o}=e.appContext.config,{delimiters:l,compilerOptions:c}=r,d=oe(oe({isCustomElement:i,delimiters:l},o),c);r.render=Vr(s,d)}}e.render=r.render||De}{const s=Bt(e);nt();try{Co(e)}finally{rt(),s()}}}const ll={get(e,t){return fe(e,"get",""),e[t]}};function cl(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,ll),slots:e.slots,emit:e.emit,expose:t}}function wn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Fs(qi(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in $t)return $t[n](e)},has(t,n){return n in t||n in $t}})):e.proxy}function ul(e,t=!0){return j(e)?e.displayName||e.name:e.name||t&&e.__name}function fl(e){return j(e)&&"__vccOpts"in e}const nn=(e,t)=>Yi(e,t,Dt);function al(e,t,n){const r=arguments.length;return r===2?Q(t)&&!k(t)?jt(t)?ie(e,null,[t]):ie(e,t):ie(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&jt(n)&&(n=[n]),ie(e,t,n))}const dl="3.5.13";/**
|
|
28
|
+
**/function Ut(e,t,n,r){try{return r?e(...r):e()}catch(s){bn(s,t,n)}}function Ue(e,t,n,r){if(j(e)){const s=Ut(e,t,n,r);return s&&ls(s)&&s.catch(i=>{bn(i,t,n)}),s}if(k(e)){const s=[];for(let i=0;i<e.length;i++)s.push(Ue(e[i],t,n,r));return s}}function bn(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||J;if(t){let l=t.parent;const c=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const a=l.ec;if(a){for(let h=0;h<a.length;h++)if(a[h](e,c,d)===!1)return}l=l.parent}if(i){nt(),Ut(i,null,10,[e,c,d]),rt();return}}uo(e,n,s,r,o)}function uo(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const pe=[];let Ve=-1;const _t=[];let Xe=null,mt=0;const Is=Promise.resolve();let on=null;function fo(e){const t=on||Is;return e?t.then(this?e.bind(this):e):t}function ao(e){let t=Ve+1,n=pe.length;for(;t<n;){const r=t+n>>>1,s=pe[r],i=Vt(s);i<e||i===e&&s.flags&2?t=r+1:n=r}return t}function ar(e){if(!(e.flags&1)){const t=Vt(e),n=pe[pe.length-1];!n||!(e.flags&2)&&t>=Vt(n)?pe.push(e):pe.splice(ao(t),0,e),e.flags|=1,$s()}}function $s(){on||(on=Is.then(Ns))}function ho(e){k(e)?_t.push(...e):Xe&&e.id===-1?Xe.splice(mt+1,0,e):e.flags&1||(_t.push(e),e.flags|=1),$s()}function Or(e,t,n=Ve+1){for(;n<pe.length;n++){const r=pe[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;pe.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Ms(e){if(_t.length){const t=[...new Set(_t)].sort((n,r)=>Vt(n)-Vt(r));if(_t.length=0,Xe){Xe.push(...t);return}for(Xe=t,mt=0;mt<Xe.length;mt++){const n=Xe[mt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Xe=null,mt=0}}const Vt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ns(e){try{for(Ve=0;Ve<pe.length;Ve++){const t=pe[Ve];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Ut(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ve<pe.length;Ve++){const t=pe[Ve];t&&(t.flags&=-2)}Ve=-1,pe.length=0,Ms(),on=null,(pe.length||_t.length)&&Ns()}}let ce=null,Ls=null;function ln(e){const t=ce;return ce=e,Ls=e&&e.type.__scopeId||null,t}function dr(e,t=ce,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&Dr(-1);const i=ln(t);let o;try{o=e(...s)}finally{ln(i),r._d&&Dr(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function Qt(e,t){if(ce===null)return e;const n=wn(ce),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,o,l,c=J]=t[s];i&&(j(i)&&(i={mounted:i,updated:i}),i.deep&&Ge(o),r.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:c}))}return e}function ct(e,t,n,r){const s=e.dirs,i=t&&t.dirs;for(let o=0;o<s.length;o++){const l=s[o];i&&(l.oldValue=i[o].value);let c=l.dir[r];c&&(nt(),Ue(c,n,8,[e.el,l,e,t]),rt())}}const po=Symbol("_vte"),go=e=>e.__isTeleport;function hr(e,t){e.shapeFlag&6&&e.component?(e.transition=t,hr(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function Qe(e,t){return j(e)?oe({name:e.name},t,{setup:e}):e}function ks(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function cn(e,t,n,r,s=!1){if(k(e)){e.forEach((I,$)=>cn(I,t&&(k(t)?t[$]:t),n,r,s));return}if(xt(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&cn(e,t,n,r.component.subTree);return}const i=r.shapeFlag&4?wn(r.component):r.el,o=s?null:i,{i:l,r:c}=e,d=t&&t.r,a=l.refs===J?l.refs={}:l.refs,h=l.setupState,b=W(h),C=h===J?()=>!1:I=>B(b,I);if(d!=null&&d!==c&&(re(d)?(a[d]=null,C(d)&&(h[d]=null)):ge(d)&&(d.value=null)),j(c))Ut(c,l,12,[o,a]);else{const I=re(c),$=ge(c);if(I||$){const Y=()=>{if(e.f){const z=I?C(c)?h[c]:a[c]:c.value;s?k(z)&&tr(z,i):k(z)?z.includes(i)||z.push(i):I?(a[c]=[i],C(c)&&(h[c]=a[c])):(c.value=[i],e.k&&(a[e.k]=c.value))}else I?(a[c]=o,C(c)&&(h[c]=o)):$&&(c.value=o,e.k&&(a[e.k]=o))};o?(Y.id=-1,Ae(Y,n)):Y()}}}gn().requestIdleCallback;gn().cancelIdleCallback;const xt=e=>!!e.type.__asyncLoader,Vs=e=>e.type.__isKeepAlive;function mo(e,t){Hs(e,"a",t)}function vo(e,t){Hs(e,"da",t)}function Hs(e,t,n=de){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(yn(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Vs(s.parent.vnode)&&bo(r,t,n,s),s=s.parent}}function bo(e,t,n,r){const s=yn(t,e,r,!0);Ds(()=>{tr(r[t],s)},n)}function yn(e,t,n=de,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{nt();const l=Bt(n),c=Ue(t,n,e,o);return l(),rt(),c});return r?s.unshift(i):s.push(i),i}}const Ye=e=>(t,n=de)=>{(!Dt||e==="sp")&&yn(e,(...r)=>t(...r),n)},js=Ye("bm"),yo=Ye("m"),_o=Ye("bu"),xo=Ye("u"),wo=Ye("bum"),Ds=Ye("um"),Ao=Ye("sp"),Co=Ye("rtg"),Fo=Ye("rtc");function Eo(e,t=de){yn("ec",e,t)}const So="components";function je(e,t){return To(So,e,!0,t)||e}const Po=Symbol.for("v-ndc");function To(e,t,n=!0,r=!1){const s=ce||de;if(s){const i=s.type;{const l=vl(i,!1);if(l&&(l===t||l===Pe(t)||l===pn(Pe(t))))return i}const o=Ir(s[e]||i[e],t)||Ir(s.appContext[e],t);return!o&&r?i:o}}function Ir(e,t){return e&&(e[t]||e[Pe(t)]||e[pn(Pe(t))])}function $r(e,t,n,r){let s;const i=n,o=k(e);if(o||re(e)){const l=o&&yt(e);let c=!1;l&&(c=!Ie(e),e=vn(e)),s=new Array(e.length);for(let d=0,a=e.length;d<a;d++)s[d]=t(c?ve(e[d]):e[d],d,void 0,i)}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,i)}else if(Q(e))if(e[Symbol.iterator])s=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);s=new Array(l.length);for(let c=0,d=l.length;c<d;c++){const a=l[c];s[c]=t(e[a],a,c,i)}}else s=[];return s}function Ro(e,t,n={},r,s){if(ce.ce||ce.parent&&xt(ce.parent)&&ce.parent.ce)return ee(),Ze(ae,null,[ie("slot",n,r)],64);let i=e[t];i&&i._c&&(i._d=!1),ee();const o=i&&zs(i(n)),l=n.key||o&&o.key,c=Ze(ae,{key:(l&&!$e(l)?l:`_${t}`)+(!o&&r?"_fb":"")},o||[],o&&e._===1?64:-2);return c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}function zs(e){return e.some(t=>jt(t)?!(t.type===tt||t.type===ae&&!zs(t.children)):!0)?e:null}const Bn=e=>e?ci(e)?wn(e):Bn(e.parent):null,$t=oe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Bn(e.parent),$root:e=>Bn(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>pr(e),$forceUpdate:e=>e.f||(e.f=()=>{ar(e.update)}),$nextTick:e=>e.n||(e.n=fo.bind(e.proxy)),$watch:e=>Yo.bind(e)}),Tn=(e,t)=>e!==J&&!e.__isScriptSetup&&B(e,t),Oo={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:i,accessCache:o,type:l,appContext:c}=e;let d;if(t[0]!=="$"){const C=o[t];if(C!==void 0)switch(C){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return i[t]}else{if(Tn(r,t))return o[t]=1,r[t];if(s!==J&&B(s,t))return o[t]=2,s[t];if((d=e.propsOptions[0])&&B(d,t))return o[t]=3,i[t];if(n!==J&&B(n,t))return o[t]=4,n[t];Kn&&(o[t]=0)}}const a=$t[t];let h,b;if(a)return t==="$attrs"&&fe(e.attrs,"get",""),a(e);if((h=l.__cssModules)&&(h=h[t]))return h;if(n!==J&&B(n,t))return o[t]=4,n[t];if(b=c.config.globalProperties,B(b,t))return b[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:i}=e;return Tn(s,t)?(s[t]=n,!0):r!==J&&B(r,t)?(r[t]=n,!0):B(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:i}},o){let l;return!!n[o]||e!==J&&B(e,o)||Tn(t,o)||(l=i[0])&&B(l,o)||B(r,o)||B($t,o)||B(s.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:B(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Mr(e){return k(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Kn=!0;function Io(e){const t=pr(e),n=e.proxy,r=e.ctx;Kn=!1,t.beforeCreate&&Nr(t.beforeCreate,e,"bc");const{data:s,computed:i,methods:o,watch:l,provide:c,inject:d,created:a,beforeMount:h,mounted:b,beforeUpdate:C,updated:I,activated:$,deactivated:Y,beforeDestroy:z,beforeUnmount:v,destroyed:m,unmounted:g,render:A,renderTracked:S,renderTriggered:R,errorCaptured:D,serverPrefetch:N,expose:X,inheritAttrs:te,components:ye,directives:st,filters:pt}=t;if(d&&$o(d,r,null),o)for(const q in o){const H=o[q];j(H)&&(r[q]=H.bind(n))}if(s){const q=s.call(n,n);Q(q)&&(e.data=cr(q))}if(Kn=!0,i)for(const q in i){const H=i[q],se=j(H)?H.bind(n,n):j(H.get)?H.get.bind(n,n):De,Te=!j(H)&&j(H.set)?H.set.bind(n):De,Ee=nn({get:se,set:Te});Object.defineProperty(r,q,{enumerable:!0,configurable:!0,get:()=>Ee.value,set:ne=>Ee.value=ne})}if(l)for(const q in l)Us(l[q],r,n,q);if(c){const q=j(c)?c.call(n):c;Reflect.ownKeys(q).forEach(H=>{Ho(H,q[H])})}a&&Nr(a,e,"c");function le(q,H){k(H)?H.forEach(se=>q(se.bind(n))):H&&q(H.bind(n))}if(le(js,h),le(yo,b),le(_o,C),le(xo,I),le(mo,$),le(vo,Y),le(Eo,D),le(Fo,S),le(Co,R),le(wo,v),le(Ds,g),le(Ao,N),k(X))if(X.length){const q=e.exposed||(e.exposed={});X.forEach(H=>{Object.defineProperty(q,H,{get:()=>n[H],set:se=>n[H]=se})})}else e.exposed||(e.exposed={});A&&e.render===De&&(e.render=A),te!=null&&(e.inheritAttrs=te),ye&&(e.components=ye),st&&(e.directives=st),N&&ks(e)}function $o(e,t,n=De){k(e)&&(e=Wn(e));for(const r in e){const s=e[r];let i;Q(s)?"default"in s?i=Mt(s.from||r,s.default,!0):i=Mt(s.from||r):i=Mt(s),ge(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[r]=i}}function Nr(e,t,n){Ue(k(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Us(e,t,n,r){let s=r.includes(".")?ri(n,r):()=>n[r];if(re(e)){const i=t[e];j(i)&&On(s,i)}else if(j(e))On(s,e.bind(n));else if(Q(e))if(k(e))e.forEach(i=>Us(i,t,n,r));else{const i=j(e.handler)?e.handler.bind(n):t[e.handler];j(i)&&On(s,i,e)}}function pr(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!s.length&&!n&&!r?c=t:(c={},s.length&&s.forEach(d=>un(c,d,o,!0)),un(c,t,o)),Q(t)&&i.set(t,c),c}function un(e,t,n,r=!1){const{mixins:s,extends:i}=t;i&&un(e,i,n,!0),s&&s.forEach(o=>un(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const l=Mo[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const Mo={data:Lr,props:kr,emits:kr,methods:Tt,computed:Tt,beforeCreate:he,created:he,beforeMount:he,mounted:he,beforeUpdate:he,updated:he,beforeDestroy:he,beforeUnmount:he,destroyed:he,unmounted:he,activated:he,deactivated:he,errorCaptured:he,serverPrefetch:he,components:Tt,directives:Tt,watch:Lo,provide:Lr,inject:No};function Lr(e,t){return t?e?function(){return oe(j(e)?e.call(this,this):e,j(t)?t.call(this,this):t)}:t:e}function No(e,t){return Tt(Wn(e),Wn(t))}function Wn(e){if(k(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function he(e,t){return e?[...new Set([].concat(e,t))]:t}function Tt(e,t){return e?oe(Object.create(null),e,t):t}function kr(e,t){return e?k(e)&&k(t)?[...new Set([...e,...t])]:oe(Object.create(null),Mr(e),Mr(t??{})):t}function Lo(e,t){if(!e)return t;if(!t)return e;const n=oe(Object.create(null),e);for(const r in t)n[r]=he(e[r],t[r]);return n}function Bs(){return{app:null,config:{isNativeTag:wi,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let ko=0;function Vo(e,t){return function(r,s=null){j(r)||(r=oe({},r)),s!=null&&!Q(s)&&(s=null);const i=Bs(),o=new WeakSet,l=[];let c=!1;const d=i.app={_uid:ko++,_component:r,_props:s,_container:null,_context:i,_instance:null,version:_l,get config(){return i.config},set config(a){},use(a,...h){return o.has(a)||(a&&j(a.install)?(o.add(a),a.install(d,...h)):j(a)&&(o.add(a),a(d,...h))),d},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),d},component(a,h){return h?(i.components[a]=h,d):i.components[a]},directive(a,h){return h?(i.directives[a]=h,d):i.directives[a]},mount(a,h,b){if(!c){const C=d._ceVNode||ie(r,s);return C.appContext=i,b===!0?b="svg":b===!1&&(b=void 0),h&&t?t(C,a):e(C,a,b),c=!0,d._container=a,a.__vue_app__=d,wn(C.component)}},onUnmount(a){l.push(a)},unmount(){c&&(Ue(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(a,h){return i.provides[a]=h,d},runWithContext(a){const h=wt;wt=d;try{return a()}finally{wt=h}}};return d}}let wt=null;function Ho(e,t){if(de){let n=de.provides;const r=de.parent&&de.parent.provides;r===n&&(n=de.provides=Object.create(r)),n[e]=t}}function Mt(e,t,n=!1){const r=de||ce;if(r||wt){const s=wt?wt._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&j(t)?t.call(r&&r.proxy):t}}const Ks={},Ws=()=>Object.create(Ks),Js=e=>Object.getPrototypeOf(e)===Ks;function jo(e,t,n,r=!1){const s={},i=Ws();e.propsDefaults=Object.create(null),qs(e,t,s,i);for(const o in e.propsOptions[0])o in s||(s[o]=void 0);n?e.props=r?s:to(s):e.type.props?e.props=s:e.props=i,e.attrs=i}function Do(e,t,n,r){const{props:s,attrs:i,vnode:{patchFlag:o}}=e,l=W(s),[c]=e.propsOptions;let d=!1;if((r||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let h=0;h<a.length;h++){let b=a[h];if(_n(e.emitsOptions,b))continue;const C=t[b];if(c)if(B(i,b))C!==i[b]&&(i[b]=C,d=!0);else{const I=Pe(b);s[I]=Jn(c,l,I,C,e,!1)}else C!==i[b]&&(i[b]=C,d=!0)}}}else{qs(e,t,s,i)&&(d=!0);let a;for(const h in l)(!t||!B(t,h)&&((a=ht(h))===h||!B(t,a)))&&(c?n&&(n[h]!==void 0||n[a]!==void 0)&&(s[h]=Jn(c,l,h,void 0,e,!0)):delete s[h]);if(i!==l)for(const h in i)(!t||!B(t,h))&&(delete i[h],d=!0)}d&&qe(e.attrs,"set","")}function qs(e,t,n,r){const[s,i]=e.propsOptions;let o=!1,l;if(t)for(let c in t){if(Rt(c))continue;const d=t[c];let a;s&&B(s,a=Pe(c))?!i||!i.includes(a)?n[a]=d:(l||(l={}))[a]=d:_n(e.emitsOptions,c)||(!(c in r)||d!==r[c])&&(r[c]=d,o=!0)}if(i){const c=W(n),d=l||J;for(let a=0;a<i.length;a++){const h=i[a];n[h]=Jn(s,c,h,d[h],e,!B(d,h))}}return o}function Jn(e,t,n,r,s,i){const o=e[n];if(o!=null){const l=B(o,"default");if(l&&r===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&j(c)){const{propsDefaults:d}=s;if(n in d)r=d[n];else{const a=Bt(s);r=d[n]=c.call(null,t),a()}}else r=c;s.ce&&s.ce._setProp(n,r)}o[0]&&(i&&!l?r=!1:o[1]&&(r===""||r===ht(n))&&(r=!0))}return r}const zo=new WeakMap;function Gs(e,t,n=!1){const r=n?zo:t.propsCache,s=r.get(e);if(s)return s;const i=e.props,o={},l=[];let c=!1;if(!j(e)){const a=h=>{c=!0;const[b,C]=Gs(h,t,!0);oe(o,b),C&&l.push(...C)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return Q(e)&&r.set(e,vt),vt;if(k(i))for(let a=0;a<i.length;a++){const h=Pe(i[a]);Vr(h)&&(o[h]=J)}else if(i)for(const a in i){const h=Pe(a);if(Vr(h)){const b=i[a],C=o[h]=k(b)||j(b)?{type:b}:oe({},b),I=C.type;let $=!1,Y=!0;if(k(I))for(let z=0;z<I.length;++z){const v=I[z],m=j(v)&&v.name;if(m==="Boolean"){$=!0;break}else m==="String"&&(Y=!1)}else $=j(I)&&I.name==="Boolean";C[0]=$,C[1]=Y,($||B(C,"default"))&&l.push(h)}}const d=[o,l];return Q(e)&&r.set(e,d),d}function Vr(e){return e[0]!=="$"&&!Rt(e)}const Zs=e=>e[0]==="_"||e==="$stable",gr=e=>k(e)?e.map(He):[He(e)],Uo=(e,t,n)=>{if(t._n)return t;const r=dr((...s)=>gr(t(...s)),n);return r._c=!1,r},Qs=(e,t,n)=>{const r=e._ctx;for(const s in e){if(Zs(s))continue;const i=e[s];if(j(i))t[s]=Uo(s,i,r);else if(i!=null){const o=gr(i);t[s]=()=>o}}},Ys=(e,t)=>{const n=gr(t);e.slots.default=()=>n},Xs=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},Bo=(e,t,n)=>{const r=e.slots=Ws();if(e.vnode.shapeFlag&32){const s=t._;s?(Xs(r,t,n),n&&fs(r,"_",s,!0)):Qs(t,r)}else t&&Ys(e,t)},Ko=(e,t,n)=>{const{vnode:r,slots:s}=e;let i=!0,o=J;if(r.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:Xs(s,t,n):(i=!t.$stable,Qs(t,s)),o=t}else t&&(Ys(e,t),o={default:1});if(i)for(const l in s)!Zs(l)&&o[l]==null&&delete s[l]},Ae=il;function Wo(e){return Jo(e)}function Jo(e,t){const n=gn();n.__VUE__=!0;const{insert:r,remove:s,patchProp:i,createElement:o,createText:l,createComment:c,setText:d,setElementText:a,parentNode:h,nextSibling:b,setScopeId:C=De,insertStaticContent:I}=e,$=(u,f,p,x=null,y=null,_=null,P=void 0,E=null,F=!!f.dynamicChildren)=>{if(u===f)return;u&&!Pt(u,f)&&(x=Be(u),ne(u,y,_,!0),u=null),f.patchFlag===-2&&(F=!1,f.dynamicChildren=null);const{type:w,ref:L,shapeFlag:T}=f;switch(w){case xn:Y(u,f,p,x);break;case tt:z(u,f,p,x);break;case $n:u==null&&v(f,p,x,P);break;case ae:ye(u,f,p,x,y,_,P,E,F);break;default:T&1?A(u,f,p,x,y,_,P,E,F):T&6?st(u,f,p,x,y,_,P,E,F):(T&64||T&128)&&w.process(u,f,p,x,y,_,P,E,F,Ke)}L!=null&&y&&cn(L,u&&u.ref,_,f||u,!f)},Y=(u,f,p,x)=>{if(u==null)r(f.el=l(f.children),p,x);else{const y=f.el=u.el;f.children!==u.children&&d(y,f.children)}},z=(u,f,p,x)=>{u==null?r(f.el=c(f.children||""),p,x):f.el=u.el},v=(u,f,p,x)=>{[u.el,u.anchor]=I(u.children,f,p,x,u.el,u.anchor)},m=({el:u,anchor:f},p,x)=>{let y;for(;u&&u!==f;)y=b(u),r(u,p,x),u=y;r(f,p,x)},g=({el:u,anchor:f})=>{let p;for(;u&&u!==f;)p=b(u),s(u),u=p;s(f)},A=(u,f,p,x,y,_,P,E,F)=>{f.type==="svg"?P="svg":f.type==="math"&&(P="mathml"),u==null?S(f,p,x,y,_,P,E,F):N(u,f,y,_,P,E,F)},S=(u,f,p,x,y,_,P,E)=>{let F,w;const{props:L,shapeFlag:T,transition:O,dirs:V}=u;if(F=u.el=o(u.type,_,L&&L.is,L),T&8?a(F,u.children):T&16&&D(u.children,F,null,x,y,Rn(u,_),P,E),V&&ct(u,null,x,"created"),R(F,u,u.scopeId,P,x),L){for(const G in L)G!=="value"&&!Rt(G)&&i(F,G,null,L[G],_,x);"value"in L&&i(F,"value",null,L.value,_),(w=L.onVnodeBeforeMount)&&ke(w,x,u)}V&&ct(u,null,x,"beforeMount");const U=qo(y,O);U&&O.beforeEnter(F),r(F,f,p),((w=L&&L.onVnodeMounted)||U||V)&&Ae(()=>{w&&ke(w,x,u),U&&O.enter(F),V&&ct(u,null,x,"mounted")},y)},R=(u,f,p,x,y)=>{if(p&&C(u,p),x)for(let _=0;_<x.length;_++)C(u,x[_]);if(y){let _=y.subTree;if(f===_||ii(_.type)&&(_.ssContent===f||_.ssFallback===f)){const P=y.vnode;R(u,P,P.scopeId,P.slotScopeIds,y.parent)}}},D=(u,f,p,x,y,_,P,E,F=0)=>{for(let w=F;w<u.length;w++){const L=u[w]=E?et(u[w]):He(u[w]);$(null,L,f,p,x,y,_,P,E)}},N=(u,f,p,x,y,_,P)=>{const E=f.el=u.el;let{patchFlag:F,dynamicChildren:w,dirs:L}=f;F|=u.patchFlag&16;const T=u.props||J,O=f.props||J;let V;if(p&&ut(p,!1),(V=O.onVnodeBeforeUpdate)&&ke(V,p,f,u),L&&ct(f,u,p,"beforeUpdate"),p&&ut(p,!0),(T.innerHTML&&O.innerHTML==null||T.textContent&&O.textContent==null)&&a(E,""),w?X(u.dynamicChildren,w,E,p,x,Rn(f,y),_):P||H(u,f,E,null,p,x,Rn(f,y),_,!1),F>0){if(F&16)te(E,T,O,p,y);else if(F&2&&T.class!==O.class&&i(E,"class",null,O.class,y),F&4&&i(E,"style",T.style,O.style,y),F&8){const U=f.dynamicProps;for(let G=0;G<U.length;G++){const K=U[G],_e=T[K],ue=O[K];(ue!==_e||K==="value")&&i(E,K,_e,ue,y,p)}}F&1&&u.children!==f.children&&a(E,f.children)}else!P&&w==null&&te(E,T,O,p,y);((V=O.onVnodeUpdated)||L)&&Ae(()=>{V&&ke(V,p,f,u),L&&ct(f,u,p,"updated")},x)},X=(u,f,p,x,y,_,P)=>{for(let E=0;E<f.length;E++){const F=u[E],w=f[E],L=F.el&&(F.type===ae||!Pt(F,w)||F.shapeFlag&70)?h(F.el):p;$(F,w,L,null,x,y,_,P,!0)}},te=(u,f,p,x,y)=>{if(f!==p){if(f!==J)for(const _ in f)!Rt(_)&&!(_ in p)&&i(u,_,f[_],null,y,x);for(const _ in p){if(Rt(_))continue;const P=p[_],E=f[_];P!==E&&_!=="value"&&i(u,_,E,P,y,x)}"value"in p&&i(u,"value",f.value,p.value,y)}},ye=(u,f,p,x,y,_,P,E,F)=>{const w=f.el=u?u.el:l(""),L=f.anchor=u?u.anchor:l("");let{patchFlag:T,dynamicChildren:O,slotScopeIds:V}=f;V&&(E=E?E.concat(V):V),u==null?(r(w,p,x),r(L,p,x),D(f.children||[],p,L,y,_,P,E,F)):T>0&&T&64&&O&&u.dynamicChildren?(X(u.dynamicChildren,O,p,y,_,P,E),(f.key!=null||y&&f===y.subTree)&&ei(u,f,!0)):H(u,f,p,L,y,_,P,E,F)},st=(u,f,p,x,y,_,P,E,F)=>{f.slotScopeIds=E,u==null?f.shapeFlag&512?y.ctx.activate(f,p,x,P,F):pt(f,p,x,y,_,P,F):Kt(u,f,F)},pt=(u,f,p,x,y,_,P)=>{const E=u.component=dl(u,x,y);if(Vs(u)&&(E.ctx.renderer=Ke),hl(E,!1,P),E.asyncDep){if(y&&y.registerDep(E,le,P),!u.el){const F=E.subTree=ie(tt);z(null,F,f,p)}}else le(E,u,f,p,y,_,P)},Kt=(u,f,p)=>{const x=f.component=u.component;if(rl(u,f,p))if(x.asyncDep&&!x.asyncResolved){q(x,f,p);return}else x.next=f,x.update();else f.el=u.el,x.vnode=f},le=(u,f,p,x,y,_,P)=>{const E=()=>{if(u.isMounted){let{next:T,bu:O,u:V,parent:U,vnode:G}=u;{const xe=ti(u);if(xe){T&&(T.el=G.el,q(u,T,P)),xe.asyncDep.then(()=>{u.isUnmounted||E()});return}}let K=T,_e;ut(u,!1),T?(T.el=G.el,q(u,T,P)):T=G,O&&en(O),(_e=T.props&&T.props.onVnodeBeforeUpdate)&&ke(_e,U,T,G),ut(u,!0);const ue=In(u),Re=u.subTree;u.subTree=ue,$(Re,ue,h(Re.el),Be(Re),u,y,_),T.el=ue.el,K===null&&sl(u,ue.el),V&&Ae(V,y),(_e=T.props&&T.props.onVnodeUpdated)&&Ae(()=>ke(_e,U,T,G),y)}else{let T;const{el:O,props:V}=f,{bm:U,m:G,parent:K,root:_e,type:ue}=u,Re=xt(f);if(ut(u,!1),U&&en(U),!Re&&(T=V&&V.onVnodeBeforeMount)&&ke(T,K,f),ut(u,!0),O&&Jt){const xe=()=>{u.subTree=In(u),Jt(O,u.subTree,u,y,null)};Re&&ue.__asyncHydrate?ue.__asyncHydrate(O,u,xe):xe()}else{_e.ce&&_e.ce._injectChildStyle(ue);const xe=u.subTree=In(u);$(null,xe,p,x,u,y,_),f.el=xe.el}if(G&&Ae(G,y),!Re&&(T=V&&V.onVnodeMounted)){const xe=f;Ae(()=>ke(T,K,xe),y)}(f.shapeFlag&256||K&&xt(K.vnode)&&K.vnode.shapeFlag&256)&&u.a&&Ae(u.a,y),u.isMounted=!0,f=p=x=null}};u.scope.on();const F=u.effect=new gs(E);u.scope.off();const w=u.update=F.run.bind(F),L=u.job=F.runIfDirty.bind(F);L.i=u,L.id=u.uid,F.scheduler=()=>ar(L),ut(u,!0),w()},q=(u,f,p)=>{f.component=u;const x=u.vnode.props;u.vnode=f,u.next=null,Do(u,f.props,x,p),Ko(u,f.children,p),nt(),Or(u),rt()},H=(u,f,p,x,y,_,P,E,F=!1)=>{const w=u&&u.children,L=u?u.shapeFlag:0,T=f.children,{patchFlag:O,shapeFlag:V}=f;if(O>0){if(O&128){Te(w,T,p,x,y,_,P,E,F);return}else if(O&256){se(w,T,p,x,y,_,P,E,F);return}}V&8?(L&16&&Ne(w,y,_),T!==w&&a(p,T)):L&16?V&16?Te(w,T,p,x,y,_,P,E,F):Ne(w,y,_,!0):(L&8&&a(p,""),V&16&&D(T,p,x,y,_,P,E,F))},se=(u,f,p,x,y,_,P,E,F)=>{u=u||vt,f=f||vt;const w=u.length,L=f.length,T=Math.min(w,L);let O;for(O=0;O<T;O++){const V=f[O]=F?et(f[O]):He(f[O]);$(u[O],V,p,null,y,_,P,E,F)}w>L?Ne(u,y,_,!0,!1,T):D(f,p,x,y,_,P,E,F,T)},Te=(u,f,p,x,y,_,P,E,F)=>{let w=0;const L=f.length;let T=u.length-1,O=L-1;for(;w<=T&&w<=O;){const V=u[w],U=f[w]=F?et(f[w]):He(f[w]);if(Pt(V,U))$(V,U,p,null,y,_,P,E,F);else break;w++}for(;w<=T&&w<=O;){const V=u[T],U=f[O]=F?et(f[O]):He(f[O]);if(Pt(V,U))$(V,U,p,null,y,_,P,E,F);else break;T--,O--}if(w>T){if(w<=O){const V=O+1,U=V<L?f[V].el:x;for(;w<=O;)$(null,f[w]=F?et(f[w]):He(f[w]),p,U,y,_,P,E,F),w++}}else if(w>O)for(;w<=T;)ne(u[w],y,_,!0),w++;else{const V=w,U=w,G=new Map;for(w=U;w<=O;w++){const we=f[w]=F?et(f[w]):He(f[w]);we.key!=null&&G.set(we.key,w)}let K,_e=0;const ue=O-U+1;let Re=!1,xe=0;const Et=new Array(ue);for(w=0;w<ue;w++)Et[w]=0;for(w=V;w<=T;w++){const we=u[w];if(_e>=ue){ne(we,y,_,!0);continue}let Le;if(we.key!=null)Le=G.get(we.key);else for(K=U;K<=O;K++)if(Et[K-U]===0&&Pt(we,f[K])){Le=K;break}Le===void 0?ne(we,y,_,!0):(Et[Le-U]=w+1,Le>=xe?xe=Le:Re=!0,$(we,f[Le],p,null,y,_,P,E,F),_e++)}const yr=Re?Go(Et):vt;for(K=yr.length-1,w=ue-1;w>=0;w--){const we=U+w,Le=f[we],_r=we+1<L?f[we+1].el:x;Et[w]===0?$(null,Le,p,_r,y,_,P,E,F):Re&&(K<0||w!==yr[K]?Ee(Le,p,_r,2):K--)}}},Ee=(u,f,p,x,y=null)=>{const{el:_,type:P,transition:E,children:F,shapeFlag:w}=u;if(w&6){Ee(u.component.subTree,f,p,x);return}if(w&128){u.suspense.move(f,p,x);return}if(w&64){P.move(u,f,p,Ke);return}if(P===ae){r(_,f,p);for(let T=0;T<F.length;T++)Ee(F[T],f,p,x);r(u.anchor,f,p);return}if(P===$n){m(u,f,p);return}if(x!==2&&w&1&&E)if(x===0)E.beforeEnter(_),r(_,f,p),Ae(()=>E.enter(_),y);else{const{leave:T,delayLeave:O,afterLeave:V}=E,U=()=>r(_,f,p),G=()=>{T(_,()=>{U(),V&&V()})};O?O(_,U,G):G()}else r(_,f,p)},ne=(u,f,p,x=!1,y=!1)=>{const{type:_,props:P,ref:E,children:F,dynamicChildren:w,shapeFlag:L,patchFlag:T,dirs:O,cacheIndex:V}=u;if(T===-2&&(y=!1),E!=null&&cn(E,null,p,u,!0),V!=null&&(f.renderCache[V]=void 0),L&256){f.ctx.deactivate(u);return}const U=L&1&&O,G=!xt(u);let K;if(G&&(K=P&&P.onVnodeBeforeUnmount)&&ke(K,f,u),L&6)it(u.component,p,x);else{if(L&128){u.suspense.unmount(p,x);return}U&&ct(u,null,f,"beforeUnmount"),L&64?u.type.remove(u,f,p,Ke,x):w&&!w.hasOnce&&(_!==ae||T>0&&T&64)?Ne(w,f,p,!1,!0):(_===ae&&T&384||!y&&L&16)&&Ne(F,f,p),x&&Wt(u)}(G&&(K=P&&P.onVnodeUnmounted)||U)&&Ae(()=>{K&&ke(K,f,u),U&&ct(u,null,f,"unmounted")},p)},Wt=u=>{const{type:f,el:p,anchor:x,transition:y}=u;if(f===ae){Me(p,x);return}if(f===$n){g(u);return}const _=()=>{s(p),y&&!y.persisted&&y.afterLeave&&y.afterLeave()};if(u.shapeFlag&1&&y&&!y.persisted){const{leave:P,delayLeave:E}=y,F=()=>P(p,_);E?E(u.el,_,F):F()}else _()},Me=(u,f)=>{let p;for(;u!==f;)p=b(u),s(u),u=p;s(f)},it=(u,f,p)=>{const{bum:x,scope:y,job:_,subTree:P,um:E,m:F,a:w}=u;Hr(F),Hr(w),x&&en(x),y.stop(),_&&(_.flags|=8,ne(P,u,f,p)),E&&Ae(E,f),Ae(()=>{u.isUnmounted=!0},f),f&&f.pendingBranch&&!f.isUnmounted&&u.asyncDep&&!u.asyncResolved&&u.suspenseId===f.pendingId&&(f.deps--,f.deps===0&&f.resolve())},Ne=(u,f,p,x=!1,y=!1,_=0)=>{for(let P=_;P<u.length;P++)ne(u[P],f,p,x,y)},Be=u=>{if(u.shapeFlag&6)return Be(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const f=b(u.anchor||u.el),p=f&&f[po];return p?b(p):f};let ot=!1;const Ft=(u,f,p)=>{u==null?f._vnode&&ne(f._vnode,null,null,!0):$(f._vnode||null,u,f,null,null,null,p),f._vnode=u,ot||(ot=!0,Or(),Ms(),ot=!1)},Ke={p:$,um:ne,m:Ee,r:Wt,mt:pt,mc:D,pc:H,pbc:X,n:Be,o:e};let lt,Jt;return{render:Ft,hydrate:lt,createApp:Vo(Ft,lt)}}function Rn({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function ut({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function qo(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ei(e,t,n=!1){const r=e.children,s=t.children;if(k(r)&&k(s))for(let i=0;i<r.length;i++){const o=r[i];let l=s[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[i]=et(s[i]),l.el=o.el),!n&&l.patchFlag!==-2&&ei(o,l)),l.type===xn&&(l.el=o.el)}}function Go(e){const t=e.slice(),n=[0];let r,s,i,o,l;const c=e.length;for(r=0;r<c;r++){const d=e[r];if(d!==0){if(s=n[n.length-1],e[s]<d){t[r]=s,n.push(r);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<d?i=l+1:o=l;d<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function ti(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:ti(t)}function Hr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Zo=Symbol.for("v-scx"),Qo=()=>Mt(Zo);function On(e,t,n){return ni(e,t,n)}function ni(e,t,n=J){const{immediate:r,deep:s,flush:i,once:o}=n,l=oe({},n),c=t&&r||!t&&i!=="post";let d;if(Dt){if(i==="sync"){const C=Qo();d=C.__watcherHandles||(C.__watcherHandles=[])}else if(!c){const C=()=>{};return C.stop=De,C.resume=De,C.pause=De,C}}const a=de;l.call=(C,I,$)=>Ue(C,a,I,$);let h=!1;i==="post"?l.scheduler=C=>{Ae(C,a&&a.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(C,I)=>{I?C():ar(C)}),l.augmentJob=C=>{t&&(C.flags|=4),h&&(C.flags|=2,a&&(C.id=a.uid,C.i=a))};const b=co(e,t,l);return Dt&&(d?d.push(b):c&&b()),b}function Yo(e,t,n){const r=this.proxy,s=re(e)?e.includes(".")?ri(r,e):()=>r[e]:e.bind(r,r);let i;j(t)?i=t:(i=t.handler,n=t);const o=Bt(this),l=ni(s,i.bind(r),n);return o(),l}function ri(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}const Xo=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Pe(t)}Modifiers`]||e[`${ht(t)}Modifiers`];function el(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||J;let s=n;const i=t.startsWith("update:"),o=i&&Xo(r,t.slice(7));o&&(o.trim&&(s=n.map(a=>re(a)?a.trim():a)),o.number&&(s=n.map(Si)));let l,c=r[l=Cn(t)]||r[l=Cn(Pe(t))];!c&&i&&(c=r[l=Cn(ht(t))]),c&&Ue(c,e,6,s);const d=r[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ue(d,e,6,s)}}function si(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const i=e.emits;let o={},l=!1;if(!j(e)){const c=d=>{const a=si(d,t,!0);a&&(l=!0,oe(o,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(Q(e)&&r.set(e,null),null):(k(i)?i.forEach(c=>o[c]=null):oe(o,i),Q(e)&&r.set(e,o),o)}function _n(e,t){return!e||!an(t)?!1:(t=t.slice(2).replace(/Once$/,""),B(e,t[0].toLowerCase()+t.slice(1))||B(e,ht(t))||B(e,t))}function In(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[i],slots:o,attrs:l,emit:c,render:d,renderCache:a,props:h,data:b,setupState:C,ctx:I,inheritAttrs:$}=e,Y=ln(e);let z,v;try{if(n.shapeFlag&4){const g=s||r,A=g;z=He(d.call(A,g,a,h,C,b,I)),v=l}else{const g=t;z=He(g.length>1?g(h,{attrs:l,slots:o,emit:c}):g(h,null)),v=t.props?l:tl(l)}}catch(g){Nt.length=0,bn(g,e,1),z=ie(tt)}let m=z;if(v&&$!==!1){const g=Object.keys(v),{shapeFlag:A}=m;g.length&&A&7&&(i&&g.some(er)&&(v=nl(v,i)),m=Ct(m,v,!1,!0))}return n.dirs&&(m=Ct(m,null,!1,!0),m.dirs=m.dirs?m.dirs.concat(n.dirs):n.dirs),n.transition&&hr(m,n.transition),z=m,ln(Y),z}const tl=e=>{let t;for(const n in e)(n==="class"||n==="style"||an(n))&&((t||(t={}))[n]=e[n]);return t},nl=(e,t)=>{const n={};for(const r in e)(!er(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function rl(e,t,n){const{props:r,children:s,component:i}=e,{props:o,children:l,patchFlag:c}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?jr(r,o,d):!!o;if(c&8){const a=t.dynamicProps;for(let h=0;h<a.length;h++){const b=a[h];if(o[b]!==r[b]&&!_n(d,b))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===o?!1:r?o?jr(r,o,d):!0:!!o;return!1}function jr(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const i=r[s];if(t[i]!==e[i]&&!_n(n,i))return!0}return!1}function sl({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const ii=e=>e.__isSuspense;function il(e,t){t&&t.pendingBranch?k(e)?t.effects.push(...e):t.effects.push(e):ho(e)}const ae=Symbol.for("v-fgt"),xn=Symbol.for("v-txt"),tt=Symbol.for("v-cmt"),$n=Symbol.for("v-stc"),Nt=[];let Fe=null;function ee(e=!1){Nt.push(Fe=e?null:[])}function ol(){Nt.pop(),Fe=Nt[Nt.length-1]||null}let Ht=1;function Dr(e,t=!1){Ht+=e,e<0&&Fe&&t&&(Fe.hasOnce=!0)}function oi(e){return e.dynamicChildren=Ht>0?Fe||vt:null,ol(),Ht>0&&Fe&&Fe.push(e),e}function be(e,t,n,r,s,i){return oi(M(e,t,n,r,s,i,!0))}function Ze(e,t,n,r,s){return oi(ie(e,t,n,r,s,!0))}function jt(e){return e?e.__v_isVNode===!0:!1}function Pt(e,t){return e.type===t.type&&e.key===t.key}const li=({key:e})=>e??null,tn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?re(e)||ge(e)||j(e)?{i:ce,r:e,k:t,f:!!n}:e:null);function M(e,t=null,n=null,r=0,s=null,i=e===ae?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&li(t),ref:t&&tn(t),scopeId:Ls,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ce};return l?(mr(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=re(n)?8:16),Ht>0&&!o&&Fe&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Fe.push(c),c}const ie=ll;function ll(e,t=null,n=null,r=0,s=null,i=!1){if((!e||e===Po)&&(e=tt),jt(e)){const l=Ct(e,t,!0);return n&&mr(l,n),Ht>0&&!i&&Fe&&(l.shapeFlag&6?Fe[Fe.indexOf(e)]=l:Fe.push(l)),l.patchFlag=-2,l}if(bl(e)&&(e=e.__vccOpts),t){t=cl(t);let{class:l,style:c}=t;l&&!re(l)&&(t.class=ze(l)),Q(c)&&(fr(c)&&!k(c)&&(c=oe({},c)),t.style=rr(c))}const o=re(e)?1:ii(e)?128:go(e)?64:Q(e)?4:j(e)?2:0;return M(e,t,n,r,s,o,i,!0)}function cl(e){return e?fr(e)||Js(e)?oe({},e):e:null}function Ct(e,t,n=!1,r=!1){const{props:s,ref:i,patchFlag:o,children:l,transition:c}=e,d=t?ul(s||{},t):s,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&li(d),ref:t&&t.ref?n&&i?k(i)?i.concat(tn(t)):[i,tn(t)]:tn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ae?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ct(e.ssContent),ssFallback:e.ssFallback&&Ct(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&r&&hr(a,c.clone(a)),a}function me(e=" ",t=0){return ie(xn,null,e,t)}function qn(e="",t=!1){return t?(ee(),Ze(tt,null,e)):ie(tt,null,e)}function He(e){return e==null||typeof e=="boolean"?ie(tt):k(e)?ie(ae,null,e.slice()):jt(e)?et(e):ie(xn,null,String(e))}function et(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ct(e)}function mr(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(k(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),mr(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!Js(t)?t._ctx=ce:s===3&&ce&&(ce.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else j(t)?(t={default:t,_ctx:ce},n=32):(t=String(t),r&64?(n=16,t=[me(t)]):n=8);e.children=t,e.shapeFlag|=n}function ul(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=ze([t.class,r.class]));else if(s==="style")t.style=rr([t.style,r.style]);else if(an(s)){const i=t[s],o=r[s];o&&i!==o&&!(k(i)&&i.includes(o))&&(t[s]=i?[].concat(i,o):o)}else s!==""&&(t[s]=r[s])}return t}function ke(e,t,n,r=null){Ue(e,t,7,[n,r])}const fl=Bs();let al=0;function dl(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||fl,i={uid:al++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ni(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Gs(r,s),emitsOptions:si(r,s),emit:null,emitted:null,propsDefaults:J,inheritAttrs:r.inheritAttrs,ctx:J,data:J,props:J,attrs:J,slots:J,refs:J,setupState:J,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=el.bind(null,i),e.ce&&e.ce(i),i}let de=null,fn,Gn;{const e=gn(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),i=>{s.length>1?s.forEach(o=>o(i)):s[0](i)}};fn=t("__VUE_INSTANCE_SETTERS__",n=>de=n),Gn=t("__VUE_SSR_SETTERS__",n=>Dt=n)}const Bt=e=>{const t=de;return fn(e),e.scope.on(),()=>{e.scope.off(),fn(t)}},zr=()=>{de&&de.scope.off(),fn(null)};function ci(e){return e.vnode.shapeFlag&4}let Dt=!1;function hl(e,t=!1,n=!1){t&&Gn(t);const{props:r,children:s}=e.vnode,i=ci(e);jo(e,r,i,t),Bo(e,s,n);const o=i?pl(e,t):void 0;return t&&Gn(!1),o}function pl(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Oo);const{setup:r}=n;if(r){nt();const s=e.setupContext=r.length>1?ml(e):null,i=Bt(e),o=Ut(r,e,0,[e.props,s]),l=ls(o);if(rt(),i(),(l||e.sp)&&!xt(e)&&ks(e),l){if(o.then(zr,zr),t)return o.then(c=>{Ur(e,c,t)}).catch(c=>{bn(c,e,0)});e.asyncDep=o}else Ur(e,o,t)}else ui(e,t)}function Ur(e,t,n){j(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Q(t)&&(e.setupState=Os(t)),ui(e,n)}let Br;function ui(e,t,n){const r=e.type;if(!e.render){if(!t&&Br&&!r.render){const s=r.template||pr(e).template;if(s){const{isCustomElement:i,compilerOptions:o}=e.appContext.config,{delimiters:l,compilerOptions:c}=r,d=oe(oe({isCustomElement:i,delimiters:l},o),c);r.render=Br(s,d)}}e.render=r.render||De}{const s=Bt(e);nt();try{Io(e)}finally{rt(),s()}}}const gl={get(e,t){return fe(e,"get",""),e[t]}};function ml(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,gl),slots:e.slots,emit:e.emit,expose:t}}function wn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Os(no(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in $t)return $t[n](e)},has(t,n){return n in t||n in $t}})):e.proxy}function vl(e,t=!0){return j(e)?e.displayName||e.name:e.name||t&&e.__name}function bl(e){return j(e)&&"__vccOpts"in e}const nn=(e,t)=>oo(e,t,Dt);function yl(e,t,n){const r=arguments.length;return r===2?Q(t)&&!k(t)?jt(t)?ie(e,null,[t]):ie(e,t):ie(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&jt(n)&&(n=[n]),ie(e,t,n))}const _l="3.5.13";/**
|
|
29
29
|
* @vue/runtime-dom v3.5.13
|
|
30
30
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
31
31
|
* @license MIT
|
|
32
|
-
**/let Gn;const Hr=typeof window<"u"&&window.trustedTypes;if(Hr)try{Gn=Hr.createPolicy("vue",{createHTML:e=>e})}catch{}const si=Gn?e=>Gn.createHTML(e):e=>e,hl="http://www.w3.org/2000/svg",pl="http://www.w3.org/1998/Math/MathML",Je=typeof document<"u"?document:null,jr=Je&&Je.createElement("template"),gl={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?Je.createElementNS(hl,e):t==="mathml"?Je.createElementNS(pl,e):n?Je.createElement(e,{is:n}):Je.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>Je.createTextNode(e),createComment:e=>Je.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Je.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,i){const o=n?n.previousSibling:t.lastChild;if(s&&(s===i||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===i||!(s=s.nextSibling)););else{jr.innerHTML=si(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=jr.content;if(r==="svg"||r==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},ml=Symbol("_vtc");function vl(e,t,n){const r=e[ml];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Dr=Symbol("_vod"),bl=Symbol("_vsh"),yl=Symbol(""),_l=/(^|;)\s*display\s*:/;function xl(e,t,n){const r=e.style,s=re(n);let i=!1;if(n&&!s){if(t)if(re(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&rn(r,l,"")}else for(const o in t)n[o]==null&&rn(r,o,"");for(const o in n)o==="display"&&(i=!0),rn(r,o,n[o])}else if(s){if(t!==n){const o=r[yl];o&&(n+=";"+o),r.cssText=n,i=_l.test(n)}}else t&&e.removeAttribute("style");Dr in e&&(e[Dr]=i?r.display:"",e[bl]&&(r.display="none"))}const zr=/\s*!important$/;function rn(e,t,n){if(k(n))n.forEach(r=>rn(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=wl(e,t);zr.test(n)?e.setProperty(ht(r),n.replace(zr,""),"important"):e[r]=n}}const Ur=["Webkit","Moz","ms"],$n={};function wl(e,t){const n=$n[t];if(n)return n;let r=Pe(t);if(r!=="filter"&&r in e)return $n[t]=r;r=pn(r);for(let s=0;s<Ur.length;s++){const i=Ur[s]+r;if(i in e)return $n[t]=i}return t}const Br="http://www.w3.org/1999/xlink";function Kr(e,t,n,r,s,i=Fi(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Br,t.slice(6,t.length)):e.setAttributeNS(Br,t,n):n==null||i&&!is(n)?e.removeAttribute(t):e.setAttribute(t,i?"":$e(n)?String(n):n)}function Wr(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?si(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=is(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(s||t)}function ii(e,t,n,r){e.addEventListener(t,n,r)}function Al(e,t,n,r){e.removeEventListener(t,n,r)}const Jr=Symbol("_vei");function Cl(e,t,n,r,s=null){const i=e[Jr]||(e[Jr]={}),o=i[t];if(r&&o)o.value=r;else{const[l,c]=Fl(t);if(r){const d=i[t]=Pl(r,s);ii(e,l,d,c)}else o&&(Al(e,l,o,c),i[t]=void 0)}}const qr=/(?:Once|Passive|Capture)$/;function Fl(e){let t;if(qr.test(e)){t={};let r;for(;r=e.match(qr);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ht(e.slice(2)),t]}let Mn=0;const El=Promise.resolve(),Sl=()=>Mn||(El.then(()=>Mn=0),Mn=Date.now());function Pl(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Ue(Tl(r,n.value),t,5,[r])};return n.value=e,n.attached=Sl(),n}function Tl(e,t){if(k(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const Gr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Rl=(e,t,n,r,s,i)=>{const o=s==="svg";t==="class"?vl(e,r,o):t==="style"?xl(e,n,r):an(t)?Xn(t)||Cl(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Ol(e,t,r,o))?(Wr(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Kr(e,t,r,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!re(r))?Wr(e,Pe(t),r,i,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Kr(e,t,r,o))};function Ol(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Gr(t)&&j(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return Gr(t)&&re(n)?!1:t in e}const Zr=e=>{const t=e.props["onUpdate:modelValue"]||!1;return k(t)?n=>en(t,n):t},Nn=Symbol("_assign"),Yt={deep:!0,created(e,t,n){e[Nn]=Zr(n),ii(e,"change",()=>{const r=e._modelValue,s=Il(e),i=e.checked,o=e[Nn];if(k(r)){const l=os(r,s),c=l!==-1;if(i&&!c)o(r.concat(s));else if(!i&&c){const d=[...r];d.splice(l,1),o(d)}}else if(dn(r)){const l=new Set(r);i?l.add(s):l.delete(s),o(l)}else o(oi(e,i))})},mounted:Qr,beforeUpdate(e,t,n){e[Nn]=Zr(n),Qr(e,t,n)}};function Qr(e,{value:t,oldValue:n},r){e._modelValue=t;let s;if(k(t))s=os(t,r.props.value)>-1;else if(dn(t))s=t.has(r.props.value);else{if(t===n)return;s=mn(t,oi(e,!0))}e.checked!==s&&(e.checked=s)}function Il(e){return"_value"in e?e._value:e.value}function oi(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const $l=oe({patchProp:Rl},gl);let Yr;function Ml(){return Yr||(Yr=Vo($l))}const Nl=(...e)=>{const t=Ml().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=kl(r);if(!s)return;const i=t._component;!j(i)&&!i.render&&!i.template&&(i.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const o=n(s,!1,Ll(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),o},t};function Ll(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function kl(e){return re(e)?document.querySelector(e):e}const Vl={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},Hl=M("g",{fill:"none"},[M("path",{d:"M18.5 20a.5.5 0 0 1-.5.5h-5.732A6.518 6.518 0 0 1 11.19 22H18a2 2 0 0 0 2-2V9.828a2 2 0 0 0-.586-1.414l-5.829-5.828a.491.491 0 0 0-.049-.04a.63.63 0 0 1-.036-.03a2.072 2.072 0 0 0-.219-.18a.652.652 0 0 0-.08-.044l-.048-.024l-.05-.029c-.054-.031-.109-.063-.166-.087a1.977 1.977 0 0 0-.624-.138c-.02-.001-.04-.004-.059-.007A.605.605 0 0 0 12.172 2H6a2 2 0 0 0-2 2v7.498a6.451 6.451 0 0 1 1.5-.422V4a.5.5 0 0 1 .5-.5h6V8a2 2 0 0 0 2 2h4.5v10zm-5-15.379L17.378 8.5H14a.5.5 0 0 1-.5-.5V4.621zM12 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-2.5.5a.5.5 0 0 0 0-1H4.707l1.647-1.646a.5.5 0 0 0-.708-.708l-2.5 2.5a.5.5 0 0 0 0 .708l2.5 2.5a.5.5 0 0 0 .708-.708L4.707 18H9.5z",fill:"currentColor"})],-1),jl=[Hl],Dl=Qe({name:"DocumentArrowLeft24Regular",render:function(t,n){return ee(),be("svg",Vl,jl)}}),zl={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},Ul=M("g",{fill:"none"},[M("path",{d:"M7.75 11.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5zM7 15.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zm3-3a.75.75 0 0 1 .75-.75h3.054a.75.75 0 0 1 0 1.5H10.75a.75.75 0 0 1-.75-.75zm.75 2.25a.75.75 0 0 0 0 1.5h3.054a.75.75 0 0 0 0-1.5H10.75zM6.25 2A2.25 2.25 0 0 0 4 4.25v13a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25V8.869a2.25 2.25 0 0 0-.659-1.591l-4.619-4.619A2.25 2.25 0 0 0 10.632 2H6.25zM5.5 4.25a.75.75 0 0 1 .75-.75h4.254v3.248a2.25 2.25 0 0 0 2.25 2.25H16v8.252a.75.75 0 0 1-.75.75h-9a.75.75 0 0 1-.75-.75v-13zm6.504 2.498V4.562l2.935 2.936h-2.185a.75.75 0 0 1-.75-.75zM8.75 22a2.25 2.25 0 0 1-2.122-1.5h8.622a3.25 3.25 0 0 0 3.25-3.25V8.937l.84.84c.423.423.66.995.66 1.592v5.881A4.75 4.75 0 0 1 15.25 22h-6.5z",fill:"currentColor"})],-1),Bl=[Ul],Kl=Qe({name:"DocumentBulletListMultiple24Regular",render:function(t,n){return ee(),be("svg",zl,Bl)}}),Wl={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},Jl=M("g",{fill:"none"},[M("path",{d:"M8.75 11.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5zm0 2.75a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5zm0 2.75a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5zm4.835-14.414l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.172c.028 0 .055.004.082.007c.02.003.04.006.059.007c.215.015.427.056.624.138c.057.024.112.056.166.087l.05.029l.047.024a.652.652 0 0 1 .081.044c.078.053.148.116.219.18a.63.63 0 0 0 .036.03a.491.491 0 0 1 .049.04zM18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h12zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5h3.378z",fill:"currentColor"})],-1),ql=[Jl],Gl=Qe({name:"DocumentText24Regular",render:function(t,n){return ee(),be("svg",Wl,ql)}}),Zl={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},Ql=M("g",{fill:"none"},[M("path",{d:"M8.207 4c.46 0 .908.141 1.284.402l.156.12L12.022 6.5h7.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v9a2.25 2.25 0 0 1-2.096 2.245L19.75 20H4.25a2.25 2.25 0 0 1-2.245-2.096L2 17.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957zm1.44 5.979a2.25 2.25 0 0 1-1.244.512l-.196.009l-4.707-.001v7.251c0 .38.282.694.648.743l.102.007h15.5a.75.75 0 0 0 .743-.648l.007-.102v-9a.75.75 0 0 0-.648-.743L19.75 8h-7.729L9.647 9.979zM8.207 5.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L8.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167L8.207 5.5z",fill:"currentColor"})],-1),Yl=[Ql],Xl=Qe({name:"Folder24Regular",render:function(t,n){return ee(),be("svg",Zl,Yl)}}),ec={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},tc=M("g",{fill:"none"},[M("path",{d:"M17.5 11a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 2l-.09.007a.5.5 0 0 0-.402.402L17 13.5V16L14.498 16l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V17l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403L17.5 13zM8.207 4c.46 0 .908.141 1.284.402l.156.12L12.022 6.5h7.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06a6.517 6.517 0 0 0-1.499-1.077L20.5 8.75a.75.75 0 0 0-.648-.743L19.75 8h-7.729L9.647 9.979a2.25 2.25 0 0 1-1.244.512l-.196.009l-4.707-.001v7.251c0 .38.282.694.648.743l.102.007h7.064c.172.534.412 1.038.709 1.501L4.25 20a2.25 2.25 0 0 1-2.245-2.096L2 17.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957zm0 1.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L8.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167L8.207 5.5z",fill:"currentColor"})],-1),nc=[tc],rc=Qe({name:"FolderAdd24Regular",render:function(t,n){return ee(),be("svg",ec,nc)}});function sc(e){let t=0;for(let n=0;n<e.length;++n)e[n]==="&"&&++t;return t}const li=/\s*,(?![^(]*\))\s*/g,ic=/\s+/g;function oc(e,t){const n=[];return t.split(li).forEach(r=>{let s=sc(r);if(s){if(s===1){e.forEach(o=>{n.push(r.replace("&",o))});return}}else{e.forEach(o=>{n.push((o&&o+" ")+r)});return}let i=[r];for(;s--;){const o=[];i.forEach(l=>{e.forEach(c=>{o.push(l.replace("&",c))})}),i=o}i.forEach(o=>n.push(o))}),n}function lc(e,t){const n=[];return t.split(li).forEach(r=>{e.forEach(s=>{n.push((s&&s+" ")+r)})}),n}function cc(e){let t=[""];return e.forEach(n=>{n=n&&n.trim(),n&&(n.includes("&")?t=oc(t,n):t=lc(t,n))}),t.join(", ").replace(ic," ")}const uc=/[A-Z]/g;function ci(e){return e.replace(uc,t=>"-"+t.toLowerCase())}function fc(e,t=" "){return typeof e=="object"&&e!==null?` {
|
|
33
|
-
`+Object.entries(e).map(n=>t+` ${
|
|
32
|
+
**/let Zn;const Kr=typeof window<"u"&&window.trustedTypes;if(Kr)try{Zn=Kr.createPolicy("vue",{createHTML:e=>e})}catch{}const fi=Zn?e=>Zn.createHTML(e):e=>e,xl="http://www.w3.org/2000/svg",wl="http://www.w3.org/1998/Math/MathML",Je=typeof document<"u"?document:null,Wr=Je&&Je.createElement("template"),Al={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?Je.createElementNS(xl,e):t==="mathml"?Je.createElementNS(wl,e):n?Je.createElement(e,{is:n}):Je.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>Je.createTextNode(e),createComment:e=>Je.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Je.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,i){const o=n?n.previousSibling:t.lastChild;if(s&&(s===i||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===i||!(s=s.nextSibling)););else{Wr.innerHTML=fi(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=Wr.content;if(r==="svg"||r==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Cl=Symbol("_vtc");function Fl(e,t,n){const r=e[Cl];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Jr=Symbol("_vod"),El=Symbol("_vsh"),Sl=Symbol(""),Pl=/(^|;)\s*display\s*:/;function Tl(e,t,n){const r=e.style,s=re(n);let i=!1;if(n&&!s){if(t)if(re(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&rn(r,l,"")}else for(const o in t)n[o]==null&&rn(r,o,"");for(const o in n)o==="display"&&(i=!0),rn(r,o,n[o])}else if(s){if(t!==n){const o=r[Sl];o&&(n+=";"+o),r.cssText=n,i=Pl.test(n)}}else t&&e.removeAttribute("style");Jr in e&&(e[Jr]=i?r.display:"",e[El]&&(r.display="none"))}const qr=/\s*!important$/;function rn(e,t,n){if(k(n))n.forEach(r=>rn(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Rl(e,t);qr.test(n)?e.setProperty(ht(r),n.replace(qr,""),"important"):e[r]=n}}const Gr=["Webkit","Moz","ms"],Mn={};function Rl(e,t){const n=Mn[t];if(n)return n;let r=Pe(t);if(r!=="filter"&&r in e)return Mn[t]=r;r=pn(r);for(let s=0;s<Gr.length;s++){const i=Gr[s]+r;if(i in e)return Mn[t]=i}return t}const Zr="http://www.w3.org/1999/xlink";function Qr(e,t,n,r,s,i=$i(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Zr,t.slice(6,t.length)):e.setAttributeNS(Zr,t,n):n==null||i&&!as(n)?e.removeAttribute(t):e.setAttribute(t,i?"":$e(n)?String(n):n)}function Yr(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?fi(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=as(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(s||t)}function ai(e,t,n,r){e.addEventListener(t,n,r)}function Ol(e,t,n,r){e.removeEventListener(t,n,r)}const Xr=Symbol("_vei");function Il(e,t,n,r,s=null){const i=e[Xr]||(e[Xr]={}),o=i[t];if(r&&o)o.value=r;else{const[l,c]=$l(t);if(r){const d=i[t]=Ll(r,s);ai(e,l,d,c)}else o&&(Ol(e,l,o,c),i[t]=void 0)}}const es=/(?:Once|Passive|Capture)$/;function $l(e){let t;if(es.test(e)){t={};let r;for(;r=e.match(es);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ht(e.slice(2)),t]}let Nn=0;const Ml=Promise.resolve(),Nl=()=>Nn||(Ml.then(()=>Nn=0),Nn=Date.now());function Ll(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Ue(kl(r,n.value),t,5,[r])};return n.value=e,n.attached=Nl(),n}function kl(e,t){if(k(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const ts=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Vl=(e,t,n,r,s,i)=>{const o=s==="svg";t==="class"?Fl(e,r,o):t==="style"?Tl(e,n,r):an(t)?er(t)||Il(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Hl(e,t,r,o))?(Yr(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Qr(e,t,r,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!re(r))?Yr(e,Pe(t),r,i,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Qr(e,t,r,o))};function Hl(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&ts(t)&&j(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return ts(t)&&re(n)?!1:t in e}const ns=e=>{const t=e.props["onUpdate:modelValue"]||!1;return k(t)?n=>en(t,n):t},Ln=Symbol("_assign"),Yt={deep:!0,created(e,t,n){e[Ln]=ns(n),ai(e,"change",()=>{const r=e._modelValue,s=jl(e),i=e.checked,o=e[Ln];if(k(r)){const l=ds(r,s),c=l!==-1;if(i&&!c)o(r.concat(s));else if(!i&&c){const d=[...r];d.splice(l,1),o(d)}}else if(dn(r)){const l=new Set(r);i?l.add(s):l.delete(s),o(l)}else o(di(e,i))})},mounted:rs,beforeUpdate(e,t,n){e[Ln]=ns(n),rs(e,t,n)}};function rs(e,{value:t,oldValue:n},r){e._modelValue=t;let s;if(k(t))s=ds(t,r.props.value)>-1;else if(dn(t))s=t.has(r.props.value);else{if(t===n)return;s=mn(t,di(e,!0))}e.checked!==s&&(e.checked=s)}function jl(e){return"_value"in e?e._value:e.value}function di(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Dl=oe({patchProp:Vl},Al);let ss;function zl(){return ss||(ss=Wo(Dl))}const Ul=(...e)=>{const t=zl().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Kl(r);if(!s)return;const i=t._component;!j(i)&&!i.render&&!i.template&&(i.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const o=n(s,!1,Bl(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),o},t};function Bl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Kl(e){return re(e)?document.querySelector(e):e}const Wl={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},Jl=M("g",{fill:"none"},[M("path",{d:"M18.5 20a.5.5 0 0 1-.5.5h-5.732A6.518 6.518 0 0 1 11.19 22H18a2 2 0 0 0 2-2V9.828a2 2 0 0 0-.586-1.414l-5.829-5.828a.491.491 0 0 0-.049-.04a.63.63 0 0 1-.036-.03a2.072 2.072 0 0 0-.219-.18a.652.652 0 0 0-.08-.044l-.048-.024l-.05-.029c-.054-.031-.109-.063-.166-.087a1.977 1.977 0 0 0-.624-.138c-.02-.001-.04-.004-.059-.007A.605.605 0 0 0 12.172 2H6a2 2 0 0 0-2 2v7.498a6.451 6.451 0 0 1 1.5-.422V4a.5.5 0 0 1 .5-.5h6V8a2 2 0 0 0 2 2h4.5v10zm-5-15.379L17.378 8.5H14a.5.5 0 0 1-.5-.5V4.621zM12 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-2.5.5a.5.5 0 0 0 0-1H4.707l1.647-1.646a.5.5 0 0 0-.708-.708l-2.5 2.5a.5.5 0 0 0 0 .708l2.5 2.5a.5.5 0 0 0 .708-.708L4.707 18H9.5z",fill:"currentColor"})],-1),ql=[Jl],Gl=Qe({name:"DocumentArrowLeft24Regular",render:function(t,n){return ee(),be("svg",Wl,ql)}}),Zl={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},Ql=M("g",{fill:"none"},[M("path",{d:"M7.75 11.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5zM7 15.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zm3-3a.75.75 0 0 1 .75-.75h3.054a.75.75 0 0 1 0 1.5H10.75a.75.75 0 0 1-.75-.75zm.75 2.25a.75.75 0 0 0 0 1.5h3.054a.75.75 0 0 0 0-1.5H10.75zM6.25 2A2.25 2.25 0 0 0 4 4.25v13a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25V8.869a2.25 2.25 0 0 0-.659-1.591l-4.619-4.619A2.25 2.25 0 0 0 10.632 2H6.25zM5.5 4.25a.75.75 0 0 1 .75-.75h4.254v3.248a2.25 2.25 0 0 0 2.25 2.25H16v8.252a.75.75 0 0 1-.75.75h-9a.75.75 0 0 1-.75-.75v-13zm6.504 2.498V4.562l2.935 2.936h-2.185a.75.75 0 0 1-.75-.75zM8.75 22a2.25 2.25 0 0 1-2.122-1.5h8.622a3.25 3.25 0 0 0 3.25-3.25V8.937l.84.84c.423.423.66.995.66 1.592v5.881A4.75 4.75 0 0 1 15.25 22h-6.5z",fill:"currentColor"})],-1),Yl=[Ql],Xl=Qe({name:"DocumentBulletListMultiple24Regular",render:function(t,n){return ee(),be("svg",Zl,Yl)}}),ec={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},tc=M("g",{fill:"none"},[M("path",{d:"M8.75 11.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5zm0 2.75a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5zm0 2.75a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5zm4.835-14.414l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.172c.028 0 .055.004.082.007c.02.003.04.006.059.007c.215.015.427.056.624.138c.057.024.112.056.166.087l.05.029l.047.024a.652.652 0 0 1 .081.044c.078.053.148.116.219.18a.63.63 0 0 0 .036.03a.491.491 0 0 1 .049.04zM18 20.5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h12zm-.622-12L13.5 4.621V8a.5.5 0 0 0 .5.5h3.378z",fill:"currentColor"})],-1),nc=[tc],rc=Qe({name:"DocumentText24Regular",render:function(t,n){return ee(),be("svg",ec,nc)}}),sc={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},ic=M("g",{fill:"none"},[M("path",{d:"M8.207 4c.46 0 .908.141 1.284.402l.156.12L12.022 6.5h7.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v9a2.25 2.25 0 0 1-2.096 2.245L19.75 20H4.25a2.25 2.25 0 0 1-2.245-2.096L2 17.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957zm1.44 5.979a2.25 2.25 0 0 1-1.244.512l-.196.009l-4.707-.001v7.251c0 .38.282.694.648.743l.102.007h15.5a.75.75 0 0 0 .743-.648l.007-.102v-9a.75.75 0 0 0-.648-.743L19.75 8h-7.729L9.647 9.979zM8.207 5.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L8.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167L8.207 5.5z",fill:"currentColor"})],-1),oc=[ic],lc=Qe({name:"Folder24Regular",render:function(t,n){return ee(),be("svg",sc,oc)}}),cc={xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"},uc=M("g",{fill:"none"},[M("path",{d:"M17.5 11a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 2l-.09.007a.5.5 0 0 0-.402.402L17 13.5V16L14.498 16l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V17l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403L17.5 13zM8.207 4c.46 0 .908.141 1.284.402l.156.12L12.022 6.5h7.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06a6.517 6.517 0 0 0-1.499-1.077L20.5 8.75a.75.75 0 0 0-.648-.743L19.75 8h-7.729L9.647 9.979a2.25 2.25 0 0 1-1.244.512l-.196.009l-4.707-.001v7.251c0 .38.282.694.648.743l.102.007h7.064c.172.534.412 1.038.709 1.501L4.25 20a2.25 2.25 0 0 1-2.245-2.096L2 17.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957zm0 1.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L8.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167L8.207 5.5z",fill:"currentColor"})],-1),fc=[uc],ac=Qe({name:"FolderAdd24Regular",render:function(t,n){return ee(),be("svg",cc,fc)}});function dc(e){let t=0;for(let n=0;n<e.length;++n)e[n]==="&"&&++t;return t}const hi=/\s*,(?![^(]*\))\s*/g,hc=/\s+/g;function pc(e,t){const n=[];return t.split(hi).forEach(r=>{let s=dc(r);if(s){if(s===1){e.forEach(o=>{n.push(r.replace("&",o))});return}}else{e.forEach(o=>{n.push((o&&o+" ")+r)});return}let i=[r];for(;s--;){const o=[];i.forEach(l=>{e.forEach(c=>{o.push(l.replace("&",c))})}),i=o}i.forEach(o=>n.push(o))}),n}function gc(e,t){const n=[];return t.split(hi).forEach(r=>{e.forEach(s=>{n.push((s&&s+" ")+r)})}),n}function mc(e){let t=[""];return e.forEach(n=>{n=n&&n.trim(),n&&(n.includes("&")?t=pc(t,n):t=gc(t,n))}),t.join(", ").replace(hc," ")}const vc=/[A-Z]/g;function pi(e){return e.replace(vc,t=>"-"+t.toLowerCase())}function bc(e,t=" "){return typeof e=="object"&&e!==null?` {
|
|
33
|
+
`+Object.entries(e).map(n=>t+` ${pi(n[0])}: ${n[1]};`).join(`
|
|
34
34
|
`)+`
|
|
35
|
-
`+t+"}":`: ${e};`}function
|
|
35
|
+
`+t+"}":`: ${e};`}function yc(e,t,n){return typeof e=="function"?e({context:t.context,props:n}):e}function is(e,t,n,r){if(!t)return"";const s=yc(t,n,r);if(!s)return"";if(typeof s=="string")return`${e} {
|
|
36
36
|
${s}
|
|
37
37
|
}`;const i=Object.keys(s);if(i.length===0)return n.config.keepEmptyBlock?e+` {
|
|
38
38
|
}`:"";const o=e?[e+" {"]:[];return i.forEach(l=>{const c=s[l];if(l==="raw"){o.push(`
|
|
39
39
|
`+c+`
|
|
40
|
-
`);return}l=
|
|
41
|
-
`)}function
|
|
40
|
+
`);return}l=pi(l),c!=null&&o.push(` ${l}${bc(c)}`)}),e&&o.push("}"),o.join(`
|
|
41
|
+
`)}function Qn(e,t,n){e&&e.forEach(r=>{if(Array.isArray(r))Qn(r,t,n);else if(typeof r=="function"){const s=r(t);Array.isArray(s)?Qn(s,t,n):s&&n(s)}else r&&n(r)})}function gi(e,t,n,r,s,i){const o=e.$;!o||typeof o=="string"?t.push(o):typeof o=="function"?t.push(o({context:r.context,props:s})):(o.before&&o.before(r.context),!o.$||typeof o.$=="string"?t.push(o.$):o.$&&t.push(o.$({context:r.context,props:s})));const l=mc(t),c=is(l,e.props,r,s);i&&c&&i.insertRule(c),!i&&c.length&&n.push(c),e.children&&Qn(e.children,{context:r.context,props:s},d=>{if(typeof d=="string"){const a=is(l,{raw:d},r,s);i?i.insertRule(a):n.push(a)}else gi(d,t,n,r,s,i)}),t.pop(),o&&o.after&&o.after(r.context)}function mi(e,t,n,r=!1){const s=[];return gi(e,[],s,t,n,r?e.instance.__styleSheet:void 0),r?"":s.join(`
|
|
42
42
|
|
|
43
|
-
`)}function
|
|
43
|
+
`)}function _c(e){for(var t=0,n,r=0,s=e.length;s>=4;++r,s-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(s){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}function kn(e){if(!e)return;const t=e.parentElement;t&&t.removeChild(e)}function vr(e){return document.querySelector(`style[cssr-id="${e}"]`)}function xc(e){const t=document.createElement("style");return t.setAttribute("cssr-id",e),t}window&&(window.__cssrContext={});function vi(e){const t=e.getAttribute("mount-count");return t===null?null:Number(t)}function Yn(e,t){e.setAttribute("mount-count",String(t))}function os(e,t,n,r){const{els:s}=t;if(n===void 0)s.forEach(kn),t.els=[];else{const i=vr(n);if(i&&s.includes(i)){const o=vi(i);r?o===null?console.error(`[css-render/unmount]: The style with target='${n}' is mounted in count mode.`):o<=1?(kn(i),t.els=s.filter(l=>l!==i)):Yn(i,o-1):o!==null?console.error(`[css-render/unmount]: The style with target='${n}' is mounted in no-count mode.`):(kn(i),t.els=s.filter(l=>l!==i))}}}function wc(e,t){e.push(t)}function Ac(e,t,n,r,s,i,o,l,c){if(o&&!c){if(n===void 0){console.error("[css-render/mount]: `id` is required in `boost` mode.");return}const C=window.__cssrContext;C[n]||(C[n]=!0,mi(t,e,r,o));return}let d;const{els:a}=t;let h;if(n===void 0&&(h=t.render(r),n=_c(h)),c){c(n,h??t.render(r));return}const b=vr(n);if(l||b===null){if(d=b===null?xc(n):b,h===void 0&&(h=t.render(r)),d.textContent=h,b!==null)return;if(s){const C=document.head.getElementsByTagName("style")[0]||null;document.head.insertBefore(d,C)}else document.head.appendChild(d);i&&Yn(d,1),wc(a,d)}else{const C=vi(b);i?C===null?console.error(`[css-render/mount]: The style with id='${n}' has been mounted in no-count mode.`):Yn(b,C+1):C!==null&&console.error(`[css-render/mount]: The style with id='${n}' has been mounted in count mode.`)}return b??d}function Cc(e){return mi(this,this.instance,e)}function Fc(e={}){const{target:t,id:n,ssr:r,props:s,count:i=!1,head:o=!1,boost:l=!1,force:c=!1}=e;return Ac(this.instance,this,n??t,s,o,i,l,c,r)}function Ec(e={}){const{id:t,target:n,delay:r=0,count:s=!1}=e;r===0?os(this.instance,this,t??n,s):setTimeout(()=>os(this.instance,this,t??n,s),r)}const Xt=function(e,t,n,r){return{instance:e,$:t,props:n,children:r,els:[],render:Cc,mount:Fc,unmount:Ec}},Sc=function(e,t,n,r){return Array.isArray(t)?Xt(e,{$:null},null,t):Array.isArray(n)?Xt(e,t,null,n):Array.isArray(r)?Xt(e,t,n,r):Xt(e,t,n,null)};function Pc(e={}){let t=null;const n={c:(...r)=>Sc(n,...r),use:(r,...s)=>r.install(n,...s),find:vr,context:{},config:e,get __styleSheet(){if(!t){const r=document.createElement("style");return document.head.appendChild(r),t=document.styleSheets[document.styleSheets.length-1],t}return t}};return n}const{c:Vn}=Pc(),Tc=Vn(".xicon",{width:"1em",height:"1em",display:"inline-flex"},[Vn("svg",{width:"1em",height:"1em"}),Vn("svg:not([fill])",{fill:"currentColor"})]),Rc=()=>{Tc.mount({id:"xicons-icon"})},Oc={size:[String,Number],color:String,tag:String},Ic=Symbol("IconConfigInjection"),$c="span",bi=Qe({name:"Icon",props:Oc,setup(e,{slots:t}){const n=Mt(Ic,null),r=nn(()=>{var o;const l=(o=e.size)!==null&&o!==void 0?o:n==null?void 0:n.size;if(l!==void 0)return typeof l=="number"||/^\d+$/.test(l)?`${l}px`:l}),s=nn(()=>{const{color:o}=e;return o===void 0?n?n.color:void 0:o}),i=nn(()=>{var o;const{tag:l}=e;return l===void 0?(o=n==null?void 0:n.tag)!==null&&o!==void 0?o:$c:l});return js(()=>{Rc()}),()=>yl(i.value,{class:"xicon",style:{color:s.value,fontSize:r.value}},[Ro(t,"default")])}}),Mc=Qe({name:"TreeComponent",components:{Icon:bi,FolderAdd24Regular:ac,Folder24Regular:lc,DocumentText24Regular:rc},props:{report:{type:Object,required:!0},tree:{type:Object,required:!0}},data(){return{collapsed:{}}},methods:{coverage(e){if(typeof e!="string")return[];const t=this.report.results[e];if(!t)return[];const n=t.nodeCoverage.coverage,r=n===null?"coverage-unavailable":n<this.report.thresholds.minimumFileCoverage?"coverage-error":n<this.report.thresholds.optimalFileCoverage?"coverage-warning":"coverage-ok",s=n==null?"N/A":`${n}%`,i=t.nodeCoverage.ignoredNodes>0&&t.nodeCoverage.totalNodes?`${Math.ceil(t.nodeCoverage.ignoredNodes/t.nodeCoverage.totalNodes*100)}%`:void 0;return[{percentage:s,percentageIgnored:i,clazz:r}]},isFile(e){return typeof this.tree[e]=="string"},isTree(e){return typeof e!="string"},isOpen(e){return this.isFile(e)?!1:!this.collapsed[e]},click(e){const t=this.tree[e];typeof t=="string"?window.location.hash=t:this.collapsed[e]=!this.collapsed[e]}}}),br=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},Nc=["onClick"],Lc={key:0,class:"coverage coverage-warning"};function kc(e,t,n,r,s,i){const o=je("document-text24-regular"),l=je("folder24-regular"),c=je("folder-add24-regular"),d=je("icon"),a=je("tree-component");return ee(),be("ul",null,[(ee(!0),be(ae,null,$r(e.tree,(h,b)=>(ee(),be("li",{key:b,class:ze(e.isFile(b)?"file":"tree")},[M("span",{class:"pointer",onClick:C=>e.click(b)},[ie(d,null,{default:dr(()=>[e.isFile(b)?(ee(),Ze(o,{key:0})):e.isOpen(b)?(ee(),Ze(l,{key:1})):(ee(),Ze(c,{key:2}))]),_:2},1024),me(" "+Se(b)+" ",1),(ee(!0),be(ae,null,$r(e.coverage(h),(C,I)=>(ee(),be("span",{key:I,class:"coverage-group"},[M("span",{class:ze(["coverage",C.clazz])},Se(C.percentage),3),C.percentageIgnored?(ee(),be("span",Lc,Se(C.percentageIgnored),1)):qn("",!0)]))),128))],8,Nc),e.isTree(h)?(ee(),Ze(a,{key:0,class:ze({open:e.isOpen(b)}),tree:h,report:e.report},null,8,["class","tree","report"])):qn("",!0)],2))),128))])}const Vc=br(Mc,[["render",kc],["__scopeId","data-v-7340bffc"]]),Hc=Qe({name:"HighlightComponent",props:{result:{type:Object,default:void 0,required:!1}},data:()=>({highlightCovered:!1,highlightMissing:!0,highlightIgnored:!0,highlightSkipped:!1}),watch:{highlightCovered(){this.savePreferences()},highlightMissing(){this.savePreferences()},highlightIgnored(){this.savePreferences()},highlightSkipped(){this.savePreferences()},result(e){var a;const t=this.$refs.code;for(;t.firstChild;)(a=t.lastChild)==null||a.remove();if(!e)return;const{code:n,codeCoverage:r}=e,s=[],i=new Set,o=new Set;let l=r[0],c=0;for(let h=1;h<r.length;h++){const b=r[h];if(b==l)continue;const C=l<=-2?"coverage-skipped":l==-1?"coverage-ignored":l==0?"coverage-missing":"coverage-covered",I=document.createElement("span"),$=document.createTextNode(n.substring(c,h));if(l===0){const Y=n.substring(0,c).split(`
|
|
44
44
|
`).length,z=n.substring(0,h).split(`
|
|
45
45
|
`).length;for(let v=Y;v<=z;v++)i.add(v)}else if(l===-1){const Y=n.substring(0,c).split(`
|
|
46
46
|
`).length,z=n.substring(0,h).split(`
|
|
47
|
-
`).length;for(let v=Y;v<=z;v++)o.add(v)}I.setAttribute("class",C),I.appendChild($),s.push(I),l=b,c=h}const d=n.substring(c,r.length);if(d){const h=l<=-2?"coverage-skipped":l==-1?"coverage-ignored":l==0?"coverage-missing":"coverage-covered",b=document.createElement("span"),C=document.createTextNode(d);b.setAttribute("class",h),b.appendChild(C),s.push(b)}t.append(...s),Prism.highlightElement(t,!1,()=>{const h=t.querySelector(".line-numbers-rows"),b=h==null?void 0:h.childNodes;b&&(o.forEach(C=>{const I=b[C-1],$=I==null?void 0:I.style;$&&($.backgroundColor="rgba(255,255,0,0.5)")}),i.forEach(C=>{const I=b[C-1],$=I==null?void 0:I.style;$&&($.backgroundColor="rgba(255,0,0,0.15)")}))})}},mounted(){try{const e=localStorage.getItem("__coverageHighlights__"),t=JSON.parse(e||"{}");t.covered!==void 0&&(this.highlightCovered=!!t.covered),t.missing!==void 0&&(this.highlightMissing=!!t.missing),t.ignored!==void 0&&(this.highlightIgnored=!!t.ignored),t.skipped!==void 0&&(this.highlightSkipped=!!t.skipped)}catch(e){console.log("Error mounting highlight",e)}},methods:{savePreferences(){try{localStorage.setItem("__coverageHighlights__",JSON.stringify({covered:this.highlightCovered,missing:this.highlightMissing,ignored:this.highlightIgnored,skipped:this.highlightSkipped}))}catch(e){console.log("Error saving preferences",e)}}}}),
|
|
47
|
+
`).length;for(let v=Y;v<=z;v++)o.add(v)}I.setAttribute("class",C),I.appendChild($),s.push(I),l=b,c=h}const d=n.substring(c,r.length);if(d){const h=l<=-2?"coverage-skipped":l==-1?"coverage-ignored":l==0?"coverage-missing":"coverage-covered",b=document.createElement("span"),C=document.createTextNode(d);b.setAttribute("class",h),b.appendChild(C),s.push(b)}t.append(...s),Prism.highlightElement(t,!1,()=>{const h=t.querySelector(".line-numbers-rows"),b=h==null?void 0:h.childNodes;b&&(o.forEach(C=>{const I=b[C-1],$=I==null?void 0:I.style;$&&($.backgroundColor="rgba(255,255,0,0.5)")}),i.forEach(C=>{const I=b[C-1],$=I==null?void 0:I.style;$&&($.backgroundColor="rgba(255,0,0,0.15)")}))})}},mounted(){try{const e=localStorage.getItem("__coverageHighlights__"),t=JSON.parse(e||"{}");t.covered!==void 0&&(this.highlightCovered=!!t.covered),t.missing!==void 0&&(this.highlightMissing=!!t.missing),t.ignored!==void 0&&(this.highlightIgnored=!!t.ignored),t.skipped!==void 0&&(this.highlightSkipped=!!t.skipped)}catch(e){console.log("Error mounting highlight",e)}},methods:{savePreferences(){try{localStorage.setItem("__coverageHighlights__",JSON.stringify({covered:this.highlightCovered,missing:this.highlightMissing,ignored:this.highlightIgnored,skipped:this.highlightSkipped}))}catch(e){console.log("Error saving preferences",e)}}}}),jc={class:"highlights"},Dc={class:"highlights-groups"},zc={class:"highlights-group"},Uc={class:"highlights-group"},Bc={class:"highlights-group"},Kc={class:"highlights-group"},Wc={class:"language-typescript"},Jc={ref:"code"};function qc(e,t,n,r,s,i){return ee(),be(ae,null,[M("div",jc,[M("div",Dc,[M("span",zc,[Qt(M("input",{id:"covered","onUpdate:modelValue":t[0]||(t[0]=o=>e.highlightCovered=o),type:"checkbox"},null,512),[[Yt,e.highlightCovered]]),t[4]||(t[4]=M("label",{for:"covered"},"covered",-1))]),M("span",Uc,[Qt(M("input",{id:"missing","onUpdate:modelValue":t[1]||(t[1]=o=>e.highlightMissing=o),type:"checkbox"},null,512),[[Yt,e.highlightMissing]]),t[5]||(t[5]=M("label",{for:"missing"},"missing",-1))]),M("span",Bc,[Qt(M("input",{id:"ignored","onUpdate:modelValue":t[2]||(t[2]=o=>e.highlightIgnored=o),type:"checkbox"},null,512),[[Yt,e.highlightIgnored]]),t[6]||(t[6]=M("label",{for:"ignored"},"ignored",-1))]),M("span",Kc,[Qt(M("input",{id:"skipped","onUpdate:modelValue":t[3]||(t[3]=o=>e.highlightSkipped=o),type:"checkbox"},null,512),[[Yt,e.highlightSkipped]]),t[7]||(t[7]=M("label",{for:"skipped"},"skipped",-1))]),t[8]||(t[8]=M("span",{class:"highlights-group"}," ☰ ",-1))])]),M("div",{id:"source",class:ze(["line-numbers",{"highlight-covered":e.highlightCovered,"highlight-missing":e.highlightMissing,"highlight-ignored":e.highlightIgnored,"highlight-skipped":e.highlightSkipped}])},[M("pre",Wc,[M("code",Jc,null,512)])],2)],64)}const Gc=br(Hc,[["render",qc],["__scopeId","data-v-a63a21b3"]]),Zc=Qe({name:"AppComponent",components:{DocumentArrowLeft24Regular:Gl,DocumentBulletListMultiple24Regular:Xl,Highlight:Gc,Icon:bi,Tree:Vc},props:{report:{type:Object,required:!0}},data:()=>({file:void 0}),computed:{thresholds(){return this.file?{minimumCoverage:this.report.thresholds.minimumFileCoverage,optimalCoverage:this.report.thresholds.optimalFileCoverage}:{minimumCoverage:this.report.thresholds.minimumCoverage,optimalCoverage:this.report.thresholds.optimalCoverage}},nodeCoverage(){var e;return((e=this.result)==null?void 0:e.nodeCoverage)||this.report.nodes},coverage(){const e=this.nodeCoverage.coverage,t=e===null?"coverage-unavailable":e<this.thresholds.minimumCoverage?"coverage-error":e<this.thresholds.optimalCoverage?"coverage-warning":"coverage-ok",n=e==null?"N/A":`${e}%`,r=this.nodeCoverage.ignoredNodes>0&&this.nodeCoverage.totalNodes?`${Math.ceil(this.nodeCoverage.ignoredNodes/this.nodeCoverage.totalNodes*100)}%`:void 0;return{percentage:n,percentageIgnored:r,clazz:t}},result(){return this.file?this.report.results[this.file]:void 0},reportDate(){const e=new Date(this.report.date);return new Intl.DateTimeFormat("en-US",{dateStyle:"medium",timeStyle:"medium"}).format(e)}},mounted(){window.addEventListener("hashchange",()=>{this.selected(window.location.hash.substring(1))}),this.selected(window.location.hash.substring(1))},methods:{selected(e=""){e in this.report.results?(this.file=e,window.location.hash=e):(this.file=void 0,window.location.hash="")}}}),Qc={class:"coverage-group"},Yc={key:0,class:"coverage coverage-warning"},Xc={class:"details"},eu={class:"group"},tu={class:"number"},nu={class:"group"},ru={class:"number"},su={class:"group"},iu={class:"number"},ou={class:"group"},lu={class:"number"},cu={class:"date"};function uu(e,t,n,r,s,i){const o=je("document-arrow-left24-regular"),l=je("document-bullet-list-multiple24-regular"),c=je("icon"),d=je("tree"),a=je("highlight");return ee(),be(ae,null,[M("header",null,[M("h1",{class:"pointer",onClick:t[0]||(t[0]=h=>e.selected())},[ie(c,null,{default:dr(()=>[e.result?(ee(),Ze(o,{key:0})):(ee(),Ze(l,{key:1}))]),_:1}),me(" "+Se(e.result?e.file:"Coverage Report")+" ",1),M("span",Qc,[M("span",{class:ze(["coverage",e.coverage.clazz])},Se(e.coverage.percentage),3),e.coverage.percentageIgnored?(ee(),be("span",Yc,Se(e.coverage.percentageIgnored),1)):qn("",!0)])]),M("p",Xc,[M("span",eu,[t[1]||(t[1]=me("Covered: ")),M("span",tu,Se(e.nodeCoverage.coveredNodes),1),t[2]||(t[2]=me(" nodes"))]),M("span",nu,[t[3]||(t[3]=me("Ignored: ")),M("span",ru,Se(e.nodeCoverage.ignoredNodes),1),t[4]||(t[4]=me(" nodes"))]),M("span",su,[t[5]||(t[5]=me("Missing: ")),M("span",iu,Se(e.nodeCoverage.missingNodes),1),t[6]||(t[6]=me(" nodes"))]),M("span",ou,[t[7]||(t[7]=me("Total: ")),M("span",lu,Se(e.nodeCoverage.totalNodes),1),t[8]||(t[8]=me(" nodes"))])])]),M("nav",{class:ze({visible:!e.result})},[ie(d,{tree:e.report.tree,report:e.report,onSelected:e.selected},null,8,["tree","report","onSelected"])],2),M("main",{class:ze({visible:!!e.result})},[ie(a,{result:e.result},null,8,["result"])],2),M("footer",null,[t[9]||(t[9]=me(" Generated with ")),t[10]||(t[10]=M("a",{href:"https://github.com/plugjs/cov8"},"PlugJS Cov8",-1)),t[11]||(t[11]=me(" on ")),M("span",cu,Se(e.reportDate),1),t[12]||(t[12]=me(". "))])],64)}const fu=br(Zc,[["render",uu],["__scopeId","data-v-f254b8e0"]]),au="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAADAFBMVEUAAAB6enpra2taWlo+R0dNTU1HSUlPT093qvlGRkZcXFxHdc1JQzpknuxGhvBOTEhimfhFRUVGRkhIifNHSUlemPqRkZFJRUJKhOpAetOAhIR4ofc9e8KmpqZMi/KioqJRUVFTU1NQUFBHiPJFcLZJivVHR0dFhvBFRURRj/VERUZFhexGhOpWkvZSUlJEQj9CQkJhmvhUVVVDQj5SUlJGQDdlnPlEgeJJSUtGgeRMTExDf9pOjfRAfNtroPtbkvNQTUiUl5dFRUVwo/VLS0uGhoacnZ2ZmZmUlZVVk/lQg9VGiPRFRUVSkflGh/RSgtJJifJdXV1FRUVKespFRUVeXl5WVlZIRkJNTU1OjfVERERYlfhXlPhKiO99fX1QUFBycnJHhetVkfRalflFg+pUVFROTk5bl/lLf9VDQ0NXk/dOTk5ERESjo6NFRUWdnZ1MivBERUVERERUkfRWVlZFhO9TU1NfmfpDQ0NVlv9Lj/9JhOdERERgl/evr69DetRBederq6tEhOxNTU1Yk/Vdl/dlZWVQRjKFi4t0ovdIgO////9JivRMjPVGRkZJifRRUVFGiPRHiPRLi/VMi/VPT09ISEhOjfVFRUVQUFBPjfVTU1NGiPVJivVIifVNjfdEhvVChfRSlP9Hi/tNjvpIivhHiPVQkv9OkP1IjP1LjfpIi/pblfZGREHT4/1Pj/pGifZVVVVPTUtJSUpOTEhIR0VIRkJNkP/b6P2dwPp2p/dTkfZCQkLi7P1Ljv2tyvqavvlHifdRj/RAhPRHhOlGfNVJespXcZ1GV3RYWFhMTEz5+//y9/7w9f7V5PzP4PzB1/u20PuzzvtQkfupx/qkxfpSkfmGsfh7qvhnnvdhmfZLi/ZFh/JSi+hRc6uoqKhRapRNZpCDg4N8fHxOX3p4eHh1dXVFVGxFTlxKTlVISk7K3fzH2/ynxvqTufiLtPhvofZOhN5OgtlQgdNPgdJPe8RJc7uvr6+tra2rq6tNbaJIaJ1VZoRIX4RRWGNSVl4I0rsPAAAAi3RSTlMAHBzxBfAO8BD78QwKBOaxildBPDgvLSkoJhIKCP78/Pzy8O3s4NvY1cfGwbqzsaKVk4Z8eHNjY19dSkdDQDw1Ly4jGRYK+/v7+Pj39vX09PPx8fDv7Ovp6Ofl5ODf39rX1tPS0tLNycnJv768urWzrKqlpKOin5mKfm1saV1dWFJST09OQjozLiEgRKLy0QAABElJREFUWMPtlWO421AYgL9tXWfbtm3btm3bdlNlaYeUt9jttrt7Z9u2bds+SJr0GdJ1z/7tfZ7+6/vmO8lJDvznHxO7YsnEiUtWjB2iXmlUu7NOr9e5qX2RFKFcvUgdr41hmPnzL/m8DRKn+1N/Ti8n0klgPste8vat9md+tW5Os1kKsJp1eX55J9JGC6QGACQogHwaYGhAs24YIGpEJ/+JLqIGgJktmsSNGzeGSNzhADDBuWgRDbAWIWBxTQdQJcqSNWssTExC68qAGHlgMUYvkDk5pOt6CgVQwcMsW8byJKDZmicBJFll0lIWYLSFARO9ZZQ8sLggzDi7iExgeRZx5EjEOasFByxMivg5AwNtqwOh+AEaEEeYNcZJApZt8whPeA1m3dgSB03ygHY8UOL3iJIFFuoTFfDigPXcPIHzBhzY2rvVKnlA20cFAmWjZD6i7goywCMxcJwElu41IV8KxEkKfgpG6aUAx73GAWbnFjGwnqWBNfKAdihIpMqyWBZY+YZMwKwXAxE6Eni7VhbQNq8KMoou5jiO+Ciw+uoS/BD502JggwMHwj+JgQWbN29eUAzkVO948+atqIXE51betuEAu0xYw5ZNZALLfmEJCw7evXOrsxoCmPjuw/s7Bxci8CgvV+B9aL0Qgf1jF+k93CM+g813r2W4NgUCSTAgQ6ZaBzjic6tvuFAAFcznN2zfON+jwbi/rBUGWFi7ZqZBP75TVVJWKaonPreSe+ViMKzHbkc7mfjoGdCAqXjK2SnTws9Qd9LTwL6dNvmriLFmvE4nMOWOD7+kNAms3ndK9KWAzuq6vpYMkAR+jaqnHvmfNwX6NKCzMreXIz+vCn7DND238tsVm/nHARDuFw9QoCz8DlU/PdpGjN+3WKzCAJjwj8tXDYTfk5T7esW/AIsdf1AcOuQTInc/iJMcFEi0zz+AdeeG9YcPr99uNtCA0Rh2oxAoUbmRS/SXRcwjHNtkEAPNUikfKG1s4gIeS98D6hvdOZQPmBRmG/U9G+f5eW6nAb5ealCivAvrCPsZKbB9F/ENBk8y5cAKpCNY+0kpcBoFsG/YoRxIZmOIzzo2SIGnu+gAPF8JlEidUdiAxguHRP/QRTvxDZEN54IS8XK4kI43sH2bGDjjwD7CnSs9KDJ4CfU1Ola4C9uMBiEQPgKUKYMDGozRsPHE0aMnNjqIj1k6FZSJ18GnEbGj2R3oJ/q54kEQjFsn+joK9gnhpSAY0udbQnXRR1A/XwIIitTZfJIuXT8sYRoIknKNfX5d8rNVAAi6kHCrNdDnwxMiP3jS5Pf5rJLPh7nzp4E/QlWqiztsR6THw/ORO8Iiu5dRwZ8Sb1L2Pbsv8/zl3XuyT04PoVDs4f17+/ffu/+wBISGOuea5Yg16CwLkdL0OE8CoaLKiwqm/ioImaRxtAvwURI6Q0ymQvA3pKrftCr8FYVHw9+hVsN//jnfAaZyct6aAlLkAAAAAElFTkSuQmCC";window.__initCoverage__=function(e){Ul(fu,{report:e}).mount("#app")};document.addEventListener("DOMContentLoaded",()=>{const e=document.createElement("link");e.setAttribute("rel","icon"),e.setAttribute("type","image/png"),e.setAttribute("href",au),document.head.appendChild(e);const t=document.createElement("script");t.setAttribute("src","report.js"),document.body.appendChild(t)});</script>
|
|
48
48
|
<style rel="stylesheet" crossorigin>@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@1,200;1,300;1,400;1,600;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px white;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:#ffffff80}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}body{font-family:Source Sans Pro,sans-serif;font-size:20px;padding:1em}.pointer{cursor:pointer}.coverage{font-family:Source Code Pro,monospace;font-weight:400;margin-left:1em;font-size:.6em;border:1px solid #666;background-color:#ddd;border-radius:5px;padding:0 .5em;position:relative;top:-.15em;color:#666}.coverage.coverage-ok{color:#060;border-color:#060;background-color:#dfd}.coverage.coverage-warning{color:#630;border-color:#630;background-color:#fe9}.coverage.coverage-error{color:#600;border-color:#600;background-color:#fdd}.coverage.coverage-unavailable{color:#333;border-color:#333;background-color:#ddd}.coverage-group .coverage:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right-color:#666}.coverage-group .coverage:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;border-left:none;margin-left:0}ul[data-v-7340bffc]{margin:0;padding:0 0 0 1.2em}ul li[data-v-7340bffc]{position:relative;list-style-type:none;padding:0;margin:0}ul li .xicon[data-v-7340bffc]{color:#999;position:absolute;top:.2em;left:-1.2em}ul li.tree>ul[data-v-7340bffc]{opacity:0;font-size:0;transition:opacity .1s ease-out,font-size .2s ease-out .1s}ul li.tree>ul.open[data-v-7340bffc]{opacity:1;font-size:1em;transition:opacity .1s ease-out .2s,font-size .2s ease-out}div.highlights[data-v-a63a21b3]{display:flex;margin-top:1em;margin-bottom:-33px;margin-right:1px;height:32px;position:sticky;z-index:999;top:0}div.highlights div.highlights-groups[data-v-a63a21b3]{margin-left:auto;border-left:1px solid #999;border-bottom:1px solid #999;border-radius:0 5px;background-color:#fff;padding:.125em}div.highlights div.highlights-groups .highlights-group[data-v-a63a21b3]{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.65em;padding:0 .5em;border-right:1px solid #999;margin-right:.25em}div.highlights div.highlights-groups .highlights-group[data-v-a63a21b3]:last-child{border-right:none;display:inline-block;position:relative;top:-.2em;margin-right:0}div.highlights div.highlights-groups:hover .highlights-group[data-v-a63a21b3]{display:inline-block}div.highlights div.highlights-groups input[type=checkbox][data-v-a63a21b3]{visibility:hidden;position:relative}div.highlights div.highlights-groups input[type=checkbox][data-v-a63a21b3]:before{content:" ";visibility:visible;border:1px solid #666;border-radius:3px;width:.75em;height:.75em;position:absolute;background-color:transparent}div.highlights div.highlights-groups input[type=checkbox]#covered[data-v-a63a21b3]:checked:before{background-color:#9f9}div.highlights div.highlights-groups input[type=checkbox]#missing[data-v-a63a21b3]:checked:before{background-color:#f99}div.highlights div.highlights-groups input[type=checkbox]#ignored[data-v-a63a21b3]:checked:before{background-color:#ee0}div.highlights div.highlights-groups input[type=checkbox]#skipped[data-v-a63a21b3]:checked:before{background-color:#ccc}div.highlights div.highlights-groups label[data-v-a63a21b3]{position:relative;padding-left:.25em;top:-.2em}pre[class*=language-][data-v-a63a21b3],code[class*=language-][data-v-a63a21b3]{font-family:Source Code Pro,monospace;font-size:18px;background-color:transparent;line-height:normal;text-shadow:none}pre[class*=language-][data-v-a63a21b3]{border-radius:5px;border:1px solid #999;overflow:hidden;padding-top:.5em;padding-bottom:.5em;margin:0}pre[class*=language-][data-v-a63a21b3] .line-numbers-rows{background-color:#00000020;border-right:1px solid #999;padding-top:.5em;padding-bottom:.5em;top:-.5em}pre[class*=language-][data-v-a63a21b3] .token{background-color:transparent}#source.highlight-covered[data-v-a63a21b3] .coverage-covered{background-color:#99ff9940}#source.highlight-missing[data-v-a63a21b3] .coverage-missing{background-color:#ff999940}#source.highlight-ignored[data-v-a63a21b3] .coverage-ignored{background-color:#eeee0040}#source.highlight-skipped[data-v-a63a21b3] .coverage-skipped{background-color:#cccccc40}h1[data-v-f254b8e0]{padding-bottom:.25em;margin-bottom:.25em;border-bottom:1px solid #666}h1 .xicon[data-v-f254b8e0]{color:#999;position:relative;top:.2em}p.details[data-v-f254b8e0]{font-size:.75em;color:#666}p.details .number[data-v-f254b8e0]{padding:0 .25em;font-weight:600;color:#000}p.details .group[data-v-f254b8e0]:nth-child(n+2){margin-left:1em;padding-left:1em;border-left:1px solid #999}footer[data-v-f254b8e0]{padding-top:.25em;text-align:center;font-size:.75em;color:#666}footer a[data-v-f254b8e0],footer span.date[data-v-f254b8e0]{color:#000;font-weight:600}nav[data-v-f254b8e0],main[data-v-f254b8e0]{opacity:0;font-size:0;transition:opacity .1s ease-out,font-size .2s ease-out .1s}nav.visible[data-v-f254b8e0],main.visible[data-v-f254b8e0]{opacity:1;font-size:1em;transition:opacity .1s ease-out .2s,font-size .2s ease-out}main[data-v-f254b8e0]{margin-bottom:1em}nav[data-v-f254b8e0]{padding-bottom:1em;border-bottom:1px solid #666}</style>
|
|
49
49
|
</head>
|
|
50
50
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plugjs/cov8-html",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.95",
|
|
4
4
|
"description": "Single-page-app to browse Cov8 reports",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.mjs",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"lint": "eslint"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@plugjs/eslint-plugin": "^0.3.
|
|
30
|
+
"@plugjs/eslint-plugin": "^0.3.2",
|
|
31
31
|
"@vicons/fluent": "^0.12.0",
|
|
32
32
|
"@vicons/utils": "^0.1.4",
|
|
33
|
-
"@vitejs/plugin-vue": "^5.2.
|
|
33
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
34
34
|
"autoprefixer": "^10.4.20",
|
|
35
|
-
"eslint": "^9.
|
|
36
|
-
"eslint-plugin-vue": "^9.
|
|
35
|
+
"eslint": "^9.16.0",
|
|
36
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
37
37
|
"postcss-import": "^16.1.0",
|
|
38
38
|
"postcss-nested": "^7.0.2",
|
|
39
39
|
"prismjs": "^1.29.0",
|
|
40
|
-
"typescript": "
|
|
41
|
-
"vite": "^
|
|
42
|
-
"vite-plugin-singlefile": "^2.0
|
|
40
|
+
"typescript": "<5.7",
|
|
41
|
+
"vite": "^6.0.3",
|
|
42
|
+
"vite-plugin-singlefile": "^2.1.0",
|
|
43
43
|
"vue": "^3.5.13",
|
|
44
44
|
"vue-tsc": "^2.1.10"
|
|
45
45
|
},
|