@plugjs/cov8-html
Version:
Single-page-app to browse Cov8 reports
28 lines • 112 kB
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Coverage Report</title>
<script>
window.Prism = window.Prism || {};
window.Prism.manual = true;
</script>
<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 bi(){return wr||(wr=1,(function(e){var t=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/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 T in m)m.hasOwnProperty(T)&&(A[T]=v(m[T],g));return A;case"Array":return S=l.util.objId(m),g[S]?g[S]:(A=[],g[S]=A,m.forEach(function(z,$){A[$]=v(z,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(document.currentScript&&document.currentScript.tagName==="SCRIPT")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],T={};for(var z in S)if(S.hasOwnProperty(z)){if(z==m)for(var $ in g)g.hasOwnProperty($)&&(T[$]=g[$]);g.hasOwnProperty(z)||(T[z]=S[z])}var X=A[v];return A[v]=T,l.languages.DFS(l.languages,function(te,xe){xe===X&&te!=v&&(this[te]=T)}),T},DFS:function v(m,g,A,S){S=S||{};var T=l.util.objId;for(var z in m)if(m.hasOwnProperty(z)){g.call(m,z,m[z],A||z);var $=m[z],X=l.util.type($);X==="Object"&&!S[T($)]?(S[T($)]=!0,v($,g,null,S)):X==="Array"&&!S[T($)]&&(S[T($)]=!0,v($,g,z,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,T;T=A.elements[S++];)l.highlightElement(T,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 T=v.parentElement;T&&T.nodeName.toLowerCase()==="pre"&&l.util.setLanguage(T,A);var z=v.textContent,$={element:v,language:A,grammar:S,code:z};function X(xe){$.highlightedCode=xe,l.hooks.run("before-insert",$),$.element.innerHTML=$.highlightedCode,l.hooks.run("after-highlight",$),l.hooks.run("complete",$),g&&g.call($.element)}if(l.hooks.run("before-sanity-check",$),T=$.element.parentElement,T&&T.nodeName.toLowerCase()==="pre"&&!T.hasAttribute("tabindex")&&T.setAttribute("tabindex","0"),!$.code){l.hooks.run("complete",$),g&&g.call($.element);return}if(l.hooks.run("before-highlight",$),!$.grammar){X(l.util.encode($.code));return}if(m&&r.Worker){var te=new Worker(l.filename);te.onmessage=function(xe){X(xe.data)},te.postMessage(JSON.stringify({language:$.language,code:$.code,immediateClose:!0}))}else X(l.highlight($.code,$.grammar,$.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),f(v,S,m,S.head,0),L(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},T=m.alias;T&&(Array.isArray(T)?Array.prototype.push.apply(S.classes,T):S.classes.push(T)),l.hooks.run("wrap",S);var z="";for(var $ in S.attributes)z+=" "+$+'="'+(S.attributes[$]||"").replace(/"/g,""")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+z+">"+S.content+"</"+S.tag+">"};function d(v,m,g,A){v.lastIndex=m;var S=v.exec(g);if(S&&A&&S[1]){var T=S[1].length;S.index+=T,S[0]=S[0].slice(T)}return S}function f(v,m,g,A,S,T){for(var z in g)if(!(!g.hasOwnProperty(z)||!g[z])){var $=g[z];$=Array.isArray($)?$:[$];for(var X=0;X<$.length;++X){if(T&&T.cause==z+","+X)return;var te=$[X],xe=te.inside,st=!!te.lookbehind,pt=!!te.greedy,Wt=te.alias;if(pt&&!te.pattern.global){var oe=te.pattern.toString().match(/[imsuy]*$/)[0];te.pattern=RegExp(te.pattern.source,oe+"g")}for(var q=te.pattern||te,H=A.next,se=S;H!==m.tail&&!(T&&se>=T.reach);se+=H.value.length,H=H.next){var Pe=H.value;if(m.length>v.length)return;if(!(Pe instanceof c)){var Fe=1,ne;if(pt){if(ne=d(q,se,v,st),!ne||ne.index>=v.length)break;var Me=ne.index,Jt=ne.index+ne[0].length,Ie=se;for(Ie+=H.value.length;Me>=Ie;)H=H.next,Ie+=H.value.length;if(Ie-=H.value.length,se=Ie,H.value instanceof c)continue;for(var it=H;it!==m.tail&&(Ie<Jt||typeof it.value=="string");it=it.next)Fe++,Ie+=it.value.length;Fe--,Pe=v.slice(se,Ie),ne.index-=se}else if(ne=d(q,0,Pe,st),!ne)continue;var Me=ne.index,Be=ne[0],ot=Pe.slice(0,Me),Ct=Pe.slice(Me+Be.length),Ke=se+Pe.length;T&&Ke>T.reach&&(T.reach=Ke);var Ft=H.prev;ot&&(Ft=b(m,Ft,ot),se+=ot.length),C(m,Ft,Fe);var u=new c(z,xe?l.tokenize(Be,xe):Be,Wt,Be);if(H=b(m,Ft,u),Ct&&b(m,H,Ct),Fe>1){var a={cause:z+","+X,reach:Ke};f(v,m,g,H.prev,se,a),T&&a.reach>T.reach&&(T.reach=a.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 L(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 k=l.util.currentScript();k&&(l.filename=k.src,k.hasAttribute("data-manual")&&(l.manual=!0));function Y(){l.manual||l.highlightAll()}if(!l.manual){var D=document.readyState;D==="loading"||D==="interactive"&&k&&k.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}bi();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 yi(){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}yi();var Fr={},Er;function _i(){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,f=d+(c.children.length-1);l<d&&(l=d),l>f&&(l=f);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),f=d["white-space"];return f==="pre-wrap"||f==="pre-line"}),o.length!=0){var l=o.map(function(c){var d=c.querySelector("code"),f=c.querySelector(".line-numbers-rows");if(!(!d||!f)){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,f=c.lines,h=c.lineHeights,b=c.oneLinerHeight;h[f.length-1]=void 0,f.forEach(function(C,L){if(C&&C.length>1){var k=d.appendChild(document.createElement("span"));k.style.display="block",k.textContent=C}else h[L]=b})}),l.forEach(function(c){for(var d=c.sizer,f=c.lineHeights,h=0,b=0;b<f.length;b++)f[b]===void 0&&(f[b]=d.children[h++].getBoundingClientRect().height)}),l.forEach(function(c){var d=c.sizer,f=c.element.querySelector(".line-numbers-rows");d.style.display="none",d.innerHTML="",c.lineHeights.forEach(function(h,b){f.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),f=d?d.length+1:1,h,b=new Array(f+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}_i();(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 f=l.childNodes[c];f.nodeType===1?i(f):f.nodeType===3&&(r+=f.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}}))})();/**
* @vue/shared v3.5.18
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function Yn(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const J={},vt=[],De=()=>{},xi=()=>!1,an=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Xn=e=>e.startsWith("onUpdate:"),ae=Object.assign,er=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},wi=Object.prototype.hasOwnProperty,B=(e,t)=>wi.call(e,t),N=Array.isArray,bt=e=>Ut(e)==="[object Map]",dn=e=>Ut(e)==="[object Set]",Sr=e=>Ut(e)==="[object Date]",j=e=>typeof e=="function",re=e=>typeof e=="string",Oe=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,Ut=e=>cs.call(e),Ai=e=>Ut(e).slice(8,-1),us=e=>Ut(e)==="[object Object]",tr=e=>re(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Tt=Yn(",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))},Ci=/-(\w)/g,Se=hn(e=>e.replace(Ci,(t,n)=>n?n.toUpperCase():"")),Fi=/\B([A-Z])/g,ht=hn(e=>e.replace(Fi,"-$1").toLowerCase()),pn=hn(e=>e.charAt(0).toUpperCase()+e.slice(1)),Cn=hn(e=>e?`on${pn(e)}`:""),ft=(e,t)=>!Object.is(e,t),en=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Vn=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Ei=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 nr(e){if(N(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=re(r)?Ti(r):nr(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(re(e)||Q(e))return e}const Si=/;(?![^(]*\))/g,Pi=/:([^]+)/,Ri=/\/\*[^]*?\*\//g;function Ti(e){const t={};return e.replace(Ri,"").split(Si).forEach(n=>{if(n){const r=n.split(Pi);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function ze(e){let t="";if(re(e))t=e;else if(N(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 Oi="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Ii=Yn(Oi);function fs(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=Oe(e),r=Oe(t),n||r)return e===t;if(n=N(e),r=N(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 as(e,t){return e.findIndex(n=>mn(n,t))}const ds=e=>!!(e&&e.__v_isRef===!0),Ee=e=>re(e)?e:e==null?"":N(e)||Q(e)&&(e.toString===cs||!j(e.toString))?ds(e)?Ee(e.value):JSON.stringify(e,hs,2):String(e),hs=(e,t)=>ds(t)?hs(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))}:Oe(t)?Fn(t):Q(t)&&!N(t)&&!us(t)?String(t):t,Fn=(e,t="")=>{var n;return Oe(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
* @vue/reactivity v3.5.18
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let ye;class Ni{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ye,!t&&ye&&(this.index=(ye.scopes||(ye.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=ye;try{return ye=this,t()}finally{ye=n}}}on(){++this._on===1&&(this.prevScope=ye,ye=this)}off(){this._on>0&&--this._on===0&&(ye=this.prevScope,this.prevScope=void 0)}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 $i(){return ye}let Z;const En=new WeakSet;class ps{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,ye&&ye.active&&ye.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||ms(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Rr(this),vs(this);const t=Z,n=Re;Z=this,Re=!0;try{return this.fn()}finally{bs(this),Z=t,Re=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,Rr(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 gs=0,Ot,It;function ms(e,t=!1){if(e.flags|=8,t){e.next=It,It=e;return}e.next=Ot,Ot=e}function rr(){gs++}function sr(){if(--gs>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 vs(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function bs(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),ir(r),Li(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&&(ys(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ys(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===kt)||(e.globalVersion=kt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Hn(e))))return;e.flags|=2;const t=e.dep,n=Z,r=Re;Z=e,Re=!0;try{vs(e);const s=e.fn(e._value);(t.version===0||ft(s,e._value))&&(e.flags|=128,e._value=s,t.version++)}catch(s){throw t.version++,s}finally{Z=n,Re=r,bs(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 Li(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Re=!0;const _s=[];function Qe(){_s.push(Re),Re=!1}function Ye(){const e=_s.pop();Re=e===void 0?!0:e}function Rr(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Z;Z=void 0;try{t()}finally{Z=n}}}let kt=0;class ki{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 xs{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,this.__v_skip=!0}track(t){if(!Z||!Re||Z===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Z)n=this.activeLink=new ki(Z,this),Z.deps?(n.prevDep=Z.depsTail,Z.depsTail.nextDep=n,Z.depsTail=n):Z.deps=Z.depsTail=n,ws(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++,kt++,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 ws(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)ws(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const jn=new WeakMap,at=Symbol(""),Dn=Symbol(""),Vt=Symbol("");function ce(e,t,n){if(Re&&Z){let r=jn.get(e);r||jn.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new xs),s.map=r,s.key=n),s.track()}}function qe(e,t,n,r,s,i){const o=jn.get(e);if(!o){kt++;return}const l=c=>{c&&c.trigger()};if(rr(),t==="clear")o.forEach(l);else{const c=N(e),d=c&&tr(n);if(c&&n==="length"){const f=Number(r);o.forEach((h,b)=>{(b==="length"||b===Vt||!Oe(b)&&b>=f)&&l(h)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),d&&l(o.get(Vt)),t){case"add":c?d&&l(o.get("length")):(l(o.get(at)),bt(e)&&l(o.get(Dn)));break;case"delete":c||(l(o.get(at)),bt(e)&&l(o.get(Dn)));break;case"set":bt(e)&&l(o.get(at));break}}sr()}function gt(e){const t=W(e);return t===e?t:(ce(t,"iterate",Vt),Te(e)?t:t.map(he))}function vn(e){return ce(e=W(e),"iterate",Vt),e}const Vi={__proto__:null,[Symbol.iterator](){return Sn(this,Symbol.iterator,he)},concat(...e){return gt(this).concat(...e.map(t=>N(t)?gt(t):t))},entries(){return Sn(this,"entries",e=>(e[1]=he(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(he),arguments)},find(e,t){return We(this,"find",e,t,he,arguments)},findIndex(e,t){return We(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return We(this,"findLast",e,t,he,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 Tr(this,"reduce",e,t)},reduceRight(e,...t){return Tr(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",he)}};function Sn(e,t,n){const r=vn(e),s=r[t]();return r!==e&&!Te(e)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.value&&(i.value=n(i.value)),i}),s}const Hi=Array.prototype;function We(e,t,n,r,s,i){const o=vn(e),l=o!==e&&!Te(e),c=o[t];if(c!==Hi[t]){const h=c.apply(e,i);return l?he(h):h}let d=n;o!==e&&(l?d=function(h,b){return n.call(this,he(h),b,e)}:n.length>2&&(d=function(h,b){return n.call(this,h,b,e)}));const f=c.call(o,d,r);return l&&s?s(f):f}function Tr(e,t,n,r){const s=vn(e);let i=n;return s!==e&&(Te(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,he(l),c,e)}),s[t](i,...r)}function Pn(e,t,n){const r=W(e);ce(r,"iterate",Vt);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=[]){Qe(),rr();const r=W(e)[t].apply(e,n);return sr(),Ye(),r}const ji=Yn("__proto__,__v_isRef,__isVue"),As=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Oe));function Di(e){Oe(e)||(e=String(e));const t=W(this);return ce(t,"has",e),t.hasOwnProperty(e)}class Cs{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?Qi:Ps:i?Ss:Es).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=N(t);if(!s){let c;if(o&&(c=Vi[n]))return c;if(n==="hasOwnProperty")return Di}const l=Reflect.get(t,n,ge(t)?t:r);return(Oe(n)?As.has(n):ji(n))||(s||ce(t,"get",n),i)?l:ge(l)?o&&tr(n)?l:l.value:Q(l)?s?Rs(l):lr(l):l}}class Fs extends Cs{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];if(!this._isShallow){const c=dt(i);if(!Te(r)&&!dt(r)&&(i=W(i),r=W(r)),!N(t)&&ge(i)&&!ge(r))return c?!1:(i.value=r,!0)}const o=N(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?ft(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(!Oe(n)||!As.has(n))&&ce(t,"has",n),r}ownKeys(t){return ce(t,"iterate",N(t)?"length":at),Reflect.ownKeys(t)}}class zi extends Cs{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Ui=new Fs,Bi=new zi,Ki=new Fs(!0);const zn=e=>e,qt=e=>Reflect.getPrototypeOf(e);function Wi(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),f=n?zn:t?sn:he;return!t&&ce(i,"iterate",c?Dn:at),{next(){const{value:h,done:b}=d.next();return b?{value:h,done:b}:{value:l?[f(h[0]),f(h[1])]:f(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||(ft(s,l)&&ce(o,"get",s),ce(o,"get",l));const{has:c}=qt(o),d=t?zn:e?sn:he;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&&ce(W(s),"iterate",at),Reflect.get(s,"size",s)},has(s){const i=this.__v_raw,o=W(i),l=W(s);return e||(ft(s,l)&&ce(o,"has",s),ce(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?sn:he;return!e&&ce(c,"iterate",at),l.forEach((f,h)=>s.call(i,d(f),d(h),o))}};return ae(n,e?{add:Gt("add"),set:Gt("set"),delete:Gt("delete"),clear:Gt("clear")}:{add(s){!t&&!Te(s)&&!dt(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&&!Te(i)&&!dt(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 f=c.call(o,s);return o.set(s,i),d?ft(i,f)&&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]=Wi(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 qi={get:or(!1,!1)},Gi={get:or(!1,!0)},Zi={get:or(!0,!1)};const Es=new WeakMap,Ss=new WeakMap,Ps=new WeakMap,Qi=new WeakMap;function Yi(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Xi(e){return e.__v_skip||!Object.isExtensible(e)?0:Yi(Ai(e))}function lr(e){return dt(e)?e:cr(e,!1,Ui,qi,Es)}function eo(e){return cr(e,!1,Ki,Gi,Ss)}function Rs(e){return cr(e,!0,Bi,Zi,Ps)}function cr(e,t,n,r,s){if(!Q(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=Xi(e);if(i===0)return e;const o=s.get(e);if(o)return o;const l=new Proxy(e,i===2?r:n);return s.set(e,l),l}function yt(e){return dt(e)?yt(e.__v_raw):!!(e&&e.__v_isReactive)}function dt(e){return!!(e&&e.__v_isReadonly)}function Te(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 to(e){return!B(e,"__v_skip")&&Object.isExtensible(e)&&Vn(e,"__v_skip",!0),e}const he=e=>Q(e)?lr(e):e,sn=e=>Q(e)?Rs(e):e;function ge(e){return e?e.__v_isRef===!0:!1}function no(e){return ge(e)?e.value:e}const ro={get:(e,t,n)=>t==="__v_raw"?e:no(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 Ts(e){return yt(e)?e:new Proxy(e,ro)}class so{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new xs(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=kt-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 ms(this,!0),!0}get value(){const t=this.dep.track();return ys(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function io(e,t,n=!1){let r,s;return j(e)?r=e:(r=e.get,s=e.set),new so(r,s,n)}const Zt={},on=new WeakMap;let ut;function oo(e,t=!1,n=ut){if(n){let r=on.get(n);r||on.set(n,r=[]),r.push(e)}}function lo(e,t,n=J){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:l,call:c}=n,d=g=>s?g:Te(g)||s===!1||s===0?Ge(g,1):Ge(g);let f,h,b,C,L=!1,k=!1;if(ge(e)?(h=()=>e.value,L=Te(e)):yt(e)?(h=()=>d(e),L=!0):N(e)?(k=!0,L=e.some(g=>yt(g)||Te(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){Qe();try{b()}finally{Ye()}}const g=ut;ut=f;try{return c?c(e,3,[C]):e(C)}finally{ut=g}}:h=De,t&&s){const g=h,A=s===!0?1/0:s;h=()=>Ge(g(),A)}const Y=$i(),D=()=>{f.stop(),Y&&Y.active&&er(Y.effects,f)};if(i&&t){const g=t;t=(...A)=>{g(...A),D()}}let v=k?new Array(e.length).fill(Zt):Zt;const m=g=>{if(!(!(f.flags&1)||!f.dirty&&!g))if(t){const A=f.run();if(s||L||(k?A.some((S,T)=>ft(S,v[T])):ft(A,v))){b&&b();const S=ut;ut=f;try{const T=[A,v===Zt?void 0:k&&v[0]===Zt?[]:v,C];v=A,c?c(t,3,T):t(...T)}finally{ut=S}}}else f.run()};return l&&l(m),f=new ps(h),f.scheduler=o?()=>o(m,!1):m,C=g=>oo(g,!1,f),b=f.onStop=()=>{const g=on.get(f);if(g){if(c)c(g,4);else for(const A of g)A();on.delete(f)}},t?r?m(!0):v=f.run():o?o(m.bind(null,!0),!0):f.run(),D.pause=f.pause.bind(f),D.resume=f.resume.bind(f),D.stop=D,D}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(N(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}/**
* @vue/runtime-core v3.5.18
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function Bt(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=Bt(e,t,n,r);return s&&ls(s)&&s.catch(i=>{bn(i,t,n)}),s}if(N(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 f=l.ec;if(f){for(let h=0;h<f.length;h++)if(f[h](e,c,d)===!1)return}l=l.parent}if(i){Qe(),Bt(i,null,10,[e,c,d]),Ye();return}}co(e,n,s,r,o)}function co(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const pe=[];let Ve=-1;const _t=[];let nt=null,mt=0;const Os=Promise.resolve();let ln=null;function uo(e){const t=ln||Os;return e?t.then(this?e.bind(this):e):t}function fo(e){let t=Ve+1,n=pe.length;for(;t<n;){const r=t+n>>>1,s=pe[r],i=Ht(s);i<e||i===e&&s.flags&2?t=r+1:n=r}return t}function fr(e){if(!(e.flags&1)){const t=Ht(e),n=pe[pe.length-1];!n||!(e.flags&2)&&t>=Ht(n)?pe.push(e):pe.splice(fo(t),0,e),e.flags|=1,Is()}}function Is(){ln||(ln=Os.then(Ns))}function ao(e){N(e)?_t.push(...e):nt&&e.id===-1?nt.splice(mt+1,0,e):e.flags&1||(_t.push(e),e.flags|=1),Is()}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)=>Ht(n)-Ht(r));if(_t.length=0,nt){nt.push(...t);return}for(nt=t,mt=0;mt<nt.length;mt++){const n=nt[mt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}nt=null,mt=0}}const Ht=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),Bt(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(),ln=null,(pe.length||_t.length)&&Ns()}}let le=null,$s=null;function cn(e){const t=le;return le=e,$s=e&&e.type.__scopeId||null,t}function ar(e,t=le,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&zr(-1);const i=cn(t);let o;try{o=e(...s)}finally{cn(i),r._d&&zr(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function Qt(e,t){if(le===null)return e;const n=wn(le),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 lt(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&&(Qe(),Ue(c,n,8,[e.el,l,e,t]),Ye())}}const ho=Symbol("_vte"),po=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 et(e,t){return j(e)?ae({name:e.name},t,{setup:e}):e}function Ls(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Mt(e,t,n,r,s=!1){if(N(e)){e.forEach((L,k)=>Mt(L,t&&(N(t)?t[k]:t),n,r,s));return}if(xt(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&Mt(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,f=l.refs===J?l.refs={}:l.refs,h=l.setupState,b=W(h),C=h===J?()=>!1:L=>B(b,L);if(d!=null&&d!==c&&(re(d)?(f[d]=null,C(d)&&(h[d]=null)):ge(d)&&(d.value=null)),j(c))Bt(c,l,12,[o,f]);else{const L=re(c),k=ge(c);if(L||k){const Y=()=>{if(e.f){const D=L?C(c)?h[c]:f[c]:c.value;s?N(D)&&er(D,i):N(D)?D.includes(i)||D.push(i):L?(f[c]=[i],C(c)&&(h[c]=f[c])):(c.value=[i],e.k&&(f[e.k]=c.value))}else L?(f[c]=o,C(c)&&(h[c]=o)):k&&(c.value=o,e.k&&(f[e.k]=o))};o?(Y.id=-1,Ae(Y,n)):Y()}}}gn().requestIdleCallback;gn().cancelIdleCallback;const xt=e=>!!e.type.__asyncLoader,ks=e=>e.type.__isKeepAlive;function go(e,t){Vs(e,"a",t)}function mo(e,t){Vs(e,"da",t)}function Vs(e,t,n=fe){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;)ks(s.parent.vnode)&&vo(r,t,n,s),s=s.parent}}function vo(e,t,n,r){const s=yn(t,e,r,!0);js(()=>{er(r[t],s)},n)}function yn(e,t,n=fe,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{Qe();const l=Kt(n),c=Ue(t,n,e,o);return l(),Ye(),c});return r?s.unshift(i):s.push(i),i}}const tt=e=>(t,n=fe)=>{(!zt||e==="sp")&&yn(e,(...r)=>t(...r),n)},Hs=tt("bm"),bo=tt("m"),yo=tt("bu"),_o=tt("u"),xo=tt("bum"),js=tt("um"),wo=tt("sp"),Ao=tt("rtg"),Co=tt("rtc");function Fo(e,t=fe){yn("ec",e,t)}const Eo="components";function je(e,t){return Po(Eo,e,!0,t)||e}const So=Symbol.for("v-ndc");function Po(e,t,n=!0,r=!1){const s=le||fe;if(s){const i=s.type;{const l=vl(i,!1);if(l&&(l===t||l===Se(t)||l===pn(Se(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[Se(t)]||e[pn(Se(t))])}function Mr(e,t,n,r){let s;const i=n,o=N(e);if(o||re(e)){const l=o&&yt(e);let c=!1,d=!1;l&&(c=!Te(e),d=dt(e),e=vn(e)),s=new Array(e.length);for(let f=0,h=e.length;f<h;f++)s[f]=t(c?d?sn(he(e[f])):he(e[f]):e[f],f,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 f=l[c];s[c]=t(e[f],f,c,i)}}else s=[];return s}function Ro(e,t,n={},r,s){if(le.ce||le.parent&&xt(le.parent)&&le.parent.ce)return ee(),Ze(ue,null,[ie("slot",n,r)],64);let i=e[t];i&&i._c&&(i._d=!1),ee();const o=i&&Ds(i(n)),l=n.key||o&&o.key,c=Ze(ue,{key:(l&&!Oe(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 Ds(e){return e.some(t=>Dt(t)?!(t.type===Xe||t.type===ue&&!Ds(t.children)):!0)?e:null}const Un=e=>e?li(e)?wn(e):Un(e.parent):null,Nt=ae(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=>Us(e),$forceUpdate:e=>e.f||(e.f=()=>{fr(e.update)}),$nextTick:e=>e.n||(e.n=uo.bind(e.proxy)),$watch:e=>Qo.bind(e)}),Rn=(e,t)=>e!==J&&!e.__isScriptSetup&&B(e,t),To={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(Rn(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 f=Nt[t];let h,b;if(f)return t==="$attrs"&&ce(e.attrs,"get",""),f(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 Rn(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)||Rn(t,o)||(l=i[0])&&B(l,o)||B(r,o)||B(Nt,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 Nr(e){return N(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Bn=!0;function Oo(e){const t=Us(e),n=e.proxy,r=e.ctx;Bn=!1,t.beforeCreate&&$r(t.beforeCreate,e,"bc");const{data:s,computed:i,methods:o,watch:l,provide:c,inject:d,created:f,beforeMount:h,mounted:b,beforeUpdate:C,updated:L,activated:k,deactivated:Y,beforeDestroy:D,beforeUnmount:v,destroyed:m,unmounted:g,render:A,renderTracked:S,renderTriggered:T,errorCaptured:z,serverPrefetch:$,expose:X,inheritAttrs:te,components:xe,directives:st,filters:pt}=t;if(d&&Io(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,Pe=!j(H)&&j(H.set)?H.set.bind(n):De,Fe=nn({get:se,set:Pe});Object.defineProperty(r,q,{enumerable:!0,configurable:!0,get:()=>Fe.value,set:ne=>Fe.value=ne})}if(l)for(const q in l)zs(l[q],r,n,q);if(c){const q=j(c)?c.call(n):c;Reflect.ownKeys(q).forEach(H=>{Vo(H,q[H])})}f&&$r(f,e,"c");function oe(q,H){N(H)?H.forEach(se=>q(se.bind(n))):H&&q(H.bind(n))}if(oe(Hs,h),oe(bo,b),oe(yo,C),oe(_o,L),oe(go,k),oe(mo,Y),oe(Fo,z),oe(Co,S),oe(Ao,T),oe(xo,v),oe(js,g),oe(wo,$),N(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,enumerable:!0})})}else e.exposed||(e.exposed={});A&&e.render===De&&(e.render=A),te!=null&&(e.inheritAttrs=te),xe&&(e.components=xe),st&&(e.directives=st),$&&Ls(e)}function Io(e,t,n=De){N(e)&&(e=Kn(e));for(const r in e){const s=e[r];let i;Q(s)?"default"in s?i=$t(s.from||r,s.default,!0):i=$t(s.from||r):i=$t(s),ge(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[r]=i}}function $r(e,t,n){Ue(N(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function zs(e,t,n,r){let s=r.includes(".")?ni(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(N(e))e.forEach(i=>zs(i,t,n,r));else{const i=j(e.handler)?e.handler.bind(n):t[e.handler];j(i)&&On(s,i,e)}}function Us(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:Rt,computed:Rt,beforeCreate:de,created:de,beforeMount:de,mounted:de,beforeUpdate:de,updated:de,beforeDestroy:de,beforeUnmount:de,destroyed:de,unmounted:de,activated:de,deactivated:de,errorCaptured:de,serverPrefetch:de,components:Rt,directives:Rt,watch:$o,provide:Lr,inject:No};function Lr(e,t){return t?e?function(){return ae(j(e)?e.call(this,this):e,j(t)?t.call(this,this):t)}:t:e}function No(e,t){return Rt(Kn(e),Kn(t))}function Kn(e){if(N(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function de(e,t){return e?[...new Set([].concat(e,t))]:t}function Rt(e,t){return e?ae(Object.create(null),e,t):t}function kr(e,t){return e?N(e)&&N(t)?[...new Set([...e,...t])]:ae(Object.create(null),Nr(e),Nr(t??{})):t}function $o(e,t){if(!e)return t;if(!t)return e;const n=ae(Object.create(null),e);for(const r in t)n[r]=de(e[r],t[r]);return n}function Bs(){return{app:null,config:{isNativeTag:xi,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 Lo=0;function ko(e,t){return function(r,s=null){j(r)||(r=ae({},r)),s!=null&&!Q(s)&&(s=null);const i=Bs(),o=new WeakSet,l=[];let c=!1;const d=i.app={_uid:Lo++,_component:r,_props:s,_container:null,_context:i,_instance:null,version:_l,get config(){return i.config},set config(f){},use(f,...h