UNPKG

@plugjs/cov8-html

Version:

Single-page-app to browse Cov8 reports

9 lines 112 kB
<!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 Cr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Sn={exports:{}},Fr;function Ai(){return Fr||(Fr=1,(function(e){var t=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};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,"&amp;").replace(/</g,"&lt;").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,E;switch(l.util.type(m)){case"Object":if(E=l.util.objId(m),g[E])return g[E];A={},g[E]=A;for(var R in m)m.hasOwnProperty(R)&&(A[R]=v(m[R],g));return A;case"Array":return E=l.util.objId(m),g[E]?g[E]:(A=[],g[E]=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 E=v.classList;if(E.contains(m))return!0;if(E.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 E=A[v],R={};for(var z in E)if(E.hasOwnProperty(z)){if(z==m)for(var $ in g)g.hasOwnProperty($)&&(R[$]=g[$]);g.hasOwnProperty(z)||(R[z]=E[z])}var Y=A[v];return A[v]=R,l.languages.DFS(l.languages,function(te,_e){_e===Y&&te!=v&&(this[te]=R)}),R},DFS:function v(m,g,A,E){E=E||{};var R=l.util.objId;for(var z in m)if(m.hasOwnProperty(z)){g.call(m,z,m[z],A||z);var $=m[z],Y=l.util.type($);Y==="Object"&&!E[R($)]?(E[R($)]=!0,v($,g,null,E)):Y==="Array"&&!E[R($)]&&(E[R($)]=!0,v($,g,z,E))}}},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 E=0,R;R=A.elements[E++];)l.highlightElement(R,m===!0,A.callback)},highlightElement:function(v,m,g){var A=l.util.getLanguage(v),E=l.languages[A];l.util.setLanguage(v,A);var R=v.parentElement;R&&R.nodeName.toLowerCase()==="pre"&&l.util.setLanguage(R,A);var z=v.textContent,$={element:v,language:A,grammar:E,code:z};function Y(_e){$.highlightedCode=_e,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",$),R=$.element.parentElement,R&&R.nodeName.toLowerCase()==="pre"&&!R.hasAttribute("tabindex")&&R.setAttribute("tabindex","0"),!$.code){l.hooks.run("complete",$),g&&g.call($.element);return}if(l.hooks.run("before-highlight",$),!$.grammar){Y(l.util.encode($.code));return}if(m&&r.Worker){var te=new Worker(l.filename);te.onmessage=function(_e){Y(_e.data)},te.postMessage(JSON.stringify({language:$.language,code:$.code,immediateClose:!0}))}else Y(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 E=new h;return b(E,E.head,v),f(v,E,m,E.head,0),N(E)},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,E;E=g[A++];)E(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(Y){A+=v(Y,g)}),A}var E={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(E.classes,R):E.classes.push(R)),l.hooks.run("wrap",E);var z="";for(var $ in E.attributes)z+=" "+$+'="'+(E.attributes[$]||"").replace(/"/g,"&quot;")+'"';return"<"+E.tag+' class="'+E.classes.join(" ")+'"'+z+">"+E.content+"</"+E.tag+">"};function d(v,m,g,A){v.lastIndex=m;var E=v.exec(g);if(E&&A&&E[1]){var R=E[1].length;E.index+=R,E[0]=E[0].slice(R)}return E}function f(v,m,g,A,E,R){for(var z in g)if(!(!g.hasOwnProperty(z)||!g[z])){var $=g[z];$=Array.isArray($)?$:[$];for(var Y=0;Y<$.length;++Y){if(R&&R.cause==z+","+Y)return;var te=$[Y],_e=te.inside,ot=!!te.lookbehind,mt=!!te.greedy,qt=te.alias;if(mt&&!te.pattern.global){var oe=te.pattern.toString().match(/[imsuy]*$/)[0];te.pattern=RegExp(te.pattern.source,oe+"g")}for(var G=te.pattern||te,H=A.next,se=E;H!==m.tail&&!(R&&se>=R.reach);se+=H.value.length,H=H.next){var Ee=H.value;if(m.length>v.length)return;if(!(Ee instanceof c)){var Ce=1,ne;if(mt){if(ne=d(G,se,v,ot),!ne||ne.index>=v.length)break;var Ie=ne.index,Gt=ne.index+ne[0].length,Oe=se;for(Oe+=H.value.length;Ie>=Oe;)H=H.next,Oe+=H.value.length;if(Oe-=H.value.length,se=Oe,H.value instanceof c)continue;for(var lt=H;lt!==m.tail&&(Oe<Gt||typeof lt.value=="string");lt=lt.next)Ce++,Oe+=lt.value.length;Ce--,Ee=v.slice(se,Oe),ne.index-=se}else if(ne=d(G,0,Ee,ot),!ne)continue;var Ie=ne.index,Ue=ne[0],ct=Ee.slice(0,Ie),St=Ee.slice(Ie+Ue.length),Be=se+Ee.length;R&&Be>R.reach&&(R.reach=Be);var Et=H.prev;ct&&(Et=b(m,Et,ct),se+=ct.length),C(m,Et,Ce);var u=new c(z,_e?l.tokenize(Ue,_e):Ue,qt,Ue);if(H=b(m,Et,u),St&&b(m,H,St),Ce>1){var a={cause:z+","+Y,reach:Be};f(v,m,g,H.prev,se,a),R&&a.reach>R.reach&&(R.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,E={value:g,prev:m,next:A};return m.next=E,A.prev=E,v.length++,E}function C(v,m,g){for(var A=m.next,E=0;E<g&&A!==v.tail;E++)A=A.next;m.next=A,A.prev=m,v.length-=E}function N(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,E=m.immediateClose;r.postMessage(l.highlight(A,l.languages[g],g)),E&&r.close()},!1)),l;var k=l.util.currentScript();k&&(l.filename=k.src,k.hasAttribute("data-manual")&&(l.manual=!0));function X(){l.manual||l.highlightAll()}if(!l.manual){var D=document.readyState;D==="loading"||D==="interactive"&&k&&k.defer?document.addEventListener("DOMContentLoaded",X):window.requestAnimationFrame?window.requestAnimationFrame(X):window.setTimeout(X,16)}return l})(t);e.exports&&(e.exports=n),typeof Cr<"u"&&(Cr.Prism=n)})(Sn)),Sn.exports}Ai();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 Sr={},Er;function Ci(){return Er||(Er=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)),Sr}Ci();var Pr={},Tr;function Fi(){return Tr||(Tr=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,N){if(C&&C.length>1){var k=d.appendChild(document.createElement("span"));k.style.display="block",k.textContent=C}else h[N]=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})})()),Pr}Fi();(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}}))})();function tr(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const J={},yt=[],je=()=>{},fs=()=>!1,pn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),nr=e=>e.startsWith("onUpdate:"),ae=Object.assign,rr=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Si=Object.prototype.hasOwnProperty,B=(e,t)=>Si.call(e,t),L=Array.isArray,_t=e=>Kt(e)==="[object Map]",gn=e=>Kt(e)==="[object Set]",Rr=e=>Kt(e)==="[object Date]",j=e=>typeof e=="function",re=e=>typeof e=="string",Re=e=>typeof e=="symbol",q=e=>e!==null&&typeof e=="object",as=e=>(q(e)||j(e))&&j(e.then)&&j(e.catch),ds=Object.prototype.toString,Kt=e=>ds.call(e),Ei=e=>Kt(e).slice(8,-1),hs=e=>Kt(e)==="[object Object]",sr=e=>re(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,It=tr(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),mn=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},Pi=/-\w/g,Se=mn(e=>e.replace(Pi,t=>t.slice(1).toUpperCase())),Ti=/\B([A-Z])/g,gt=mn(e=>e.replace(Ti,"-$1").toLowerCase()),vn=mn(e=>e.charAt(0).toUpperCase()+e.slice(1)),En=mn(e=>e?`on${vn(e)}`:""),dt=(e,t)=>!Object.is(e,t),nn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ps=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Ri=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Or;const bn=()=>Or||(Or=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ir(e){if(L(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=re(r)?Ni(r):ir(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(re(e)||q(e))return e}const Oi=/;(?![^(]*\))/g,Ii=/:([^]+)/,Mi=/\/\*[^]*?\*\//g;function Ni(e){const t={};return e.replace(Mi,"").split(Oi).forEach(n=>{if(n){const r=n.split(Ii);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function De(e){let t="";if(re(e))t=e;else if(L(e))for(let n=0;n<e.length;n++){const r=De(e[n]);r&&(t+=r+" ")}else if(q(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const $i="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Li=tr($i);function gs(e){return!!e||e===""}function ki(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=yn(e[r],t[r]);return n}function yn(e,t){if(e===t)return!0;let n=Rr(e),r=Rr(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=Re(e),r=Re(t),n||r)return e===t;if(n=L(e),r=L(t),n||r)return n&&r?ki(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||!yn(e[o],t[o]))return!1}}return String(e)===String(t)}function ms(e,t){return e.findIndex(n=>yn(n,t))}const vs=e=>!!(e&&e.__v_isRef===!0),Fe=e=>re(e)?e:e==null?"":L(e)||q(e)&&(e.toString===ds||!j(e.toString))?vs(e)?Fe(e.value):JSON.stringify(e,bs,2):String(e),bs=(e,t)=>vs(t)?bs(e,t.value):_t(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],i)=>(n[Pn(r,i)+" =>"]=s,n),{})}:gn(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Pn(n))}:Re(t)?Pn(t):q(t)&&!L(t)&&!hs(t)?String(t):t,Pn=(e,t="")=>{var n;return Re(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};let be;class Vi{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=be,!t&&be&&(this.index=(be.scopes||(be.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=be;try{return be=this,t()}finally{be=n}}}on(){++this._on===1&&(this.prevScope=be,be=this)}off(){this._on>0&&--this._on===0&&(be=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 Hi(){return be}let Q;const Tn=new WeakSet;class ys{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,be&&be.active&&be.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Tn.has(this)&&(Tn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||xs(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ir(this),ws(this);const t=Q,n=Pe;Q=this,Pe=!0;try{return this.fn()}finally{As(this),Q=t,Pe=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)cr(t);this.deps=this.depsTail=void 0,Ir(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Tn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Dn(this)&&this.run()}get dirty(){return Dn(this)}}let _s=0,Mt,Nt;function xs(e,t=!1){if(e.flags|=8,t){e.next=Nt,Nt=e;return}e.next=Mt,Mt=e}function or(){_s++}function lr(){if(--_s>0)return;if(Nt){let t=Nt;for(Nt=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Mt;){let t=Mt;for(Mt=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 ws(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function As(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),cr(r),ji(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function Dn(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Cs(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Cs(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Ht)||(e.globalVersion=Ht,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Dn(e))))return;e.flags|=2;const t=e.dep,n=Q,r=Pe;Q=e,Pe=!0;try{ws(e);const s=e.fn(e._value);(t.version===0||dt(s,e._value))&&(e.flags|=128,e._value=s,t.version++)}catch(s){throw t.version++,s}finally{Q=n,Pe=r,As(e),e.flags&=-3}}function cr(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)cr(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function ji(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Pe=!0;const Fs=[];function Ze(){Fs.push(Pe),Pe=!1}function Qe(){const e=Fs.pop();Pe=e===void 0?!0:e}function Ir(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Q;Q=void 0;try{t()}finally{Q=n}}}let Ht=0;class Di{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 Ss{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(!Q||!Pe||Q===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Q)n=this.activeLink=new Di(Q,this),Q.deps?(n.prevDep=Q.depsTail,Q.depsTail.nextDep=n,Q.depsTail=n):Q.deps=Q.depsTail=n,Es(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=Q.depsTail,n.nextDep=void 0,Q.depsTail.nextDep=n,Q.depsTail=n,Q.deps===n&&(Q.deps=r)}return n}trigger(t){this.version++,Ht++,this.notify(t)}notify(t){or();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{lr()}}}function Es(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)Es(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const zn=new WeakMap,ht=Symbol(""),Un=Symbol(""),jt=Symbol("");function ue(e,t,n){if(Pe&&Q){let r=zn.get(e);r||zn.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new Ss),s.map=r,s.key=n),s.track()}}function Je(e,t,n,r,s,i){const o=zn.get(e);if(!o){Ht++;return}const l=c=>{c&&c.trigger()};if(or(),t==="clear")o.forEach(l);else{const c=L(e),d=c&&sr(n);if(c&&n==="length"){const f=Number(r);o.forEach((h,b)=>{(b==="length"||b===jt||!Re(b)&&b>=f)&&l(h)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),d&&l(o.get(jt)),t){case"add":c?d&&l(o.get("length")):(l(o.get(ht)),_t(e)&&l(o.get(Un)));break;case"delete":c||(l(o.get(ht)),_t(e)&&l(o.get(Un)));break;case"set":_t(e)&&l(o.get(ht));break}}lr()}function vt(e){const t=W(e);return t===e?t:(ue(t,"iterate",jt),Te(e)?t:t.map(Ye))}function _n(e){return ue(e=W(e),"iterate",jt),e}function nt(e,t){return it(e)?pt(e)?Ct(Ye(t)):Ct(t):Ye(t)}const zi={__proto__:null,[Symbol.iterator](){return Rn(this,Symbol.iterator,e=>nt(this,e))},concat(...e){return vt(this).concat(...e.map(t=>L(t)?vt(t):t))},entries(){return Rn(this,"entries",e=>(e[1]=nt(this,e[1]),e))},every(e,t){return Ke(this,"every",e,t,void 0,arguments)},filter(e,t){return Ke(this,"filter",e,t,n=>n.map(r=>nt(this,r)),arguments)},find(e,t){return Ke(this,"find",e,t,n=>nt(this,n),arguments)},findIndex(e,t){return Ke(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ke(this,"findLast",e,t,n=>nt(this,n),arguments)},findLastIndex(e,t){return Ke(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ke(this,"forEach",e,t,void 0,arguments)},includes(...e){return On(this,"includes",e)},indexOf(...e){return On(this,"indexOf",e)},join(e){return vt(this).join(e)},lastIndexOf(...e){return On(this,"lastIndexOf",e)},map(e,t){return Ke(this,"map",e,t,void 0,arguments)},pop(){return Tt(this,"pop")},push(...e){return Tt(this,"push",e)},reduce(e,...t){return Mr(this,"reduce",e,t)},reduceRight(e,...t){return Mr(this,"reduceRight",e,t)},shift(){return Tt(this,"shift")},some(e,t){return Ke(this,"some",e,t,void 0,arguments)},splice(...e){return Tt(this,"splice",e)},toReversed(){return vt(this).toReversed()},toSorted(e){return vt(this).toSorted(e)},toSpliced(...e){return vt(this).toSpliced(...e)},unshift(...e){return Tt(this,"unshift",e)},values(){return Rn(this,"values",e=>nt(this,e))}};function Rn(e,t,n){const r=_n(e),s=r[t]();return r!==e&&!Te(e)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.done||(i.value=n(i.value)),i}),s}const Ui=Array.prototype;function Ke(e,t,n,r,s,i){const o=_n(e),l=o!==e&&!Te(e),c=o[t];if(c!==Ui[t]){const h=c.apply(e,i);return l?Ye(h):h}let d=n;o!==e&&(l?d=function(h,b){return n.call(this,nt(e,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 Mr(e,t,n,r){const s=_n(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,nt(e,l),c,e)}),s[t](i,...r)}function On(e,t,n){const r=W(e);ue(r,"iterate",jt);const s=r[t](...n);return(s===-1||s===!1)&&dr(n[0])?(n[0]=W(n[0]),r[t](...n)):s}function Tt(e,t,n=[]){Ze(),or();const r=W(e)[t].apply(e,n);return lr(),Qe(),r}const Bi=tr("__proto__,__v_isRef,__isVue"),Ps=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Re));function Ki(e){Re(e)||(e=String(e));const t=W(this);return ue(t,"has",e),t.hasOwnProperty(e)}class Ts{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?to:Ms:i?Is:Os).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=L(t);if(!s){let c;if(o&&(c=zi[n]))return c;if(n==="hasOwnProperty")return Ki}const l=Reflect.get(t,n,pe(t)?t:r);if((Re(n)?Ps.has(n):Bi(n))||(s||ue(t,"get",n),i))return l;if(pe(l)){const c=o&&sr(n)?l:l.value;return s&&q(c)?Kn(c):c}return q(l)?s?Kn(l):fr(l):l}}class Rs extends Ts{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];const o=L(t)&&sr(n);if(!this._isShallow){const d=it(i);if(!Te(r)&&!it(r)&&(i=W(i),r=W(r)),!o&&pe(i)&&!pe(r))return d||(i.value=r),!0}const l=o?Number(n)<t.length:B(t,n),c=Reflect.set(t,n,r,pe(t)?t:s);return t===W(s)&&(l?dt(r,i)&&Je(t,"set",n,r):Je(t,"add",n,r)),c}deleteProperty(t,n){const r=B(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&Je(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!Re(n)||!Ps.has(n))&&ue(t,"has",n),r}ownKeys(t){return ue(t,"iterate",L(t)?"length":ht),Reflect.ownKeys(t)}}class Wi extends Ts{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Ji=new Rs,qi=new Wi,Gi=new Rs(!0);const Bn=e=>e,Zt=e=>Reflect.getPrototypeOf(e);function Zi(e,t,n){return function(...r){const s=this.__v_raw,i=W(s),o=_t(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,d=s[e](...r),f=n?Bn:t?Ct:Ye;return!t&&ue(i,"iterate",c?Un:ht),{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 Qt(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||(dt(s,l)&&ue(o,"get",s),ue(o,"get",l));const{has:c}=Zt(o),d=t?Bn:e?Ct:Ye;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&&ue(W(s),"iterate",ht),s.size},has(s){const i=this.__v_raw,o=W(i),l=W(s);return e||(dt(s,l)&&ue(o,"has",s),ue(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?Bn:e?Ct:Ye;return!e&&ue(c,"iterate",ht),l.forEach((f,h)=>s.call(i,d(f),d(h),o))}};return ae(n,e?{add:Qt("add"),set:Qt("set"),delete:Qt("delete"),clear:Qt("clear")}:{add(s){!t&&!Te(s)&&!it(s)&&(s=W(s));const i=W(this);return Zt(i).has.call(i,s)||(i.add(s),Je(i,"add",s,s)),this},set(s,i){!t&&!Te(i)&&!it(i)&&(i=W(i));const o=W(this),{has:l,get:c}=Zt(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?dt(i,f)&&Je(o,"set",s,i):Je(o,"add",s,i),this},delete(s){const i=W(this),{has:o,get:l}=Zt(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&&Je(i,"delete",s,void 0),d},clear(){const s=W(this),i=s.size!==0,o=s.clear();return i&&Je(s,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=Zi(s,e,t)}),n}function ur(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 Yi={get:ur(!1,!1)},Xi={get:ur(!1,!0)},eo={get:ur(!0,!1)};const Os=new WeakMap,Is=new WeakMap,Ms=new WeakMap,to=new WeakMap;function no(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ro(e){return e.__v_skip||!Object.isExtensible(e)?0:no(Ei(e))}function fr(e){return it(e)?e:ar(e,!1,Ji,Yi,Os)}function so(e){return ar(e,!1,Gi,Xi,Is)}function Kn(e){return ar(e,!0,qi,eo,Ms)}function ar(e,t,n,r,s){if(!q(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=ro(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 pt(e){return it(e)?pt(e.__v_raw):!!(e&&e.__v_isReactive)}function it(e){return!!(e&&e.__v_isReadonly)}function Te(e){return!!(e&&e.__v_isShallow)}function dr(e){return e?!!e.__v_raw:!1}function W(e){const t=e&&e.__v_raw;return t?W(t):e}function io(e){return!B(e,"__v_skip")&&Object.isExtensible(e)&&ps(e,"__v_skip",!0),e}const Ye=e=>q(e)?fr(e):e,Ct=e=>q(e)?Kn(e):e;function pe(e){return e?e.__v_isRef===!0:!1}function oo(e){return pe(e)?e.value:e}const lo={get:(e,t,n)=>t==="__v_raw"?e:oo(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return pe(s)&&!pe(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Ns(e){return pt(e)?e:new Proxy(e,lo)}class co{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Ss(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Ht-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&Q!==this)return xs(this,!0),!0}get value(){const t=this.dep.track();return Cs(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function uo(e,t,n=!1){let r,s;return j(e)?r=e:(r=e.get,s=e.set),new co(r,s,n)}const Yt={},ln=new WeakMap;let at;function fo(e,t=!1,n=at){if(n){let r=ln.get(n);r||ln.set(n,r=[]),r.push(e)}}function ao(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?qe(g,1):qe(g);let f,h,b,C,N=!1,k=!1;if(pe(e)?(h=()=>e.value,N=Te(e)):pt(e)?(h=()=>d(e),N=!0):L(e)?(k=!0,N=e.some(g=>pt(g)||Te(g)),h=()=>e.map(g=>{if(pe(g))return g.value;if(pt(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){Ze();try{b()}finally{Qe()}}const g=at;at=f;try{return c?c(e,3,[C]):e(C)}finally{at=g}}:h=je,t&&s){const g=h,A=s===!0?1/0:s;h=()=>qe(g(),A)}const X=Hi(),D=()=>{f.stop(),X&&X.active&&rr(X.effects,f)};if(i&&t){const g=t;t=(...A)=>{g(...A),D()}}let v=k?new Array(e.length).fill(Yt):Yt;const m=g=>{if(!(!(f.flags&1)||!f.dirty&&!g))if(t){const A=f.run();if(s||N||(k?A.some((E,R)=>dt(E,v[R])):dt(A,v))){b&&b();const E=at;at=f;try{const R=[A,v===Yt?void 0:k&&v[0]===Yt?[]:v,C];v=A,c?c(t,3,R):t(...R)}finally{at=E}}}else f.run()};return l&&l(m),f=new ys(h),f.scheduler=o?()=>o(m,!1):m,C=g=>fo(g,!1,f),b=f.onStop=()=>{const g=ln.get(f);if(g){if(c)c(g,4);else for(const A of g)A();ln.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 qe(e,t=1/0,n){if(t<=0||!q(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,pe(e))qe(e.value,t,n);else if(L(e))for(let r=0;r<e.length;r++)qe(e[r],t,n);else if(gn(e)||_t(e))e.forEach(r=>{qe(r,t,n)});else if(hs(e)){for(const r in e)qe(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&qe(e[r],t,n)}return e}function Wt(e,t,n,r){try{return r?e(...r):e()}catch(s){xn(s,t,n)}}function ze(e,t,n,r){if(j(e)){const s=Wt(e,t,n,r);return s&&as(s)&&s.catch(i=>{xn(i,t,n)}),s}if(L(e)){const s=[];for(let i=0;i<e.length;i++)s.push(ze(e[i],t,n,r));return s}}function xn(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){Ze(),Wt(i,null,10,[e,c,d]),Qe();return}}ho(e,n,s,r,o)}function ho(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const he=[];let ke=-1;const xt=[];let rt=null,bt=0;const $s=Promise.resolve();let cn=null;function po(e){const t=cn||$s;return e?t.then(this?e.bind(this):e):t}function go(e){let t=ke+1,n=he.length;for(;t<n;){const r=t+n>>>1,s=he[r],i=Dt(s);i<e||i===e&&s.flags&2?t=r+1:n=r}return t}function hr(e){if(!(e.flags&1)){const t=Dt(e),n=he[he.length-1];!n||!(e.flags&2)&&t>=Dt(n)?he.push(e):he.splice(go(t),0,e),e.flags|=1,Ls()}}function Ls(){cn||(cn=$s.then(Vs))}function mo(e){L(e)?xt.push(...e):rt&&e.id===-1?rt.splice(bt+1,0,e):e.flags&1||(xt.push(e),e.flags|=1),Ls()}function Nr(e,t,n=ke+1){for(;n<he.length;n++){const r=he[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;he.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function ks(e){if(xt.length){const t=[...new Set(xt)].sort((n,r)=>Dt(n)-Dt(r));if(xt.length=0,rt){rt.push(...t);return}for(rt=t,bt=0;bt<rt.length;bt++){const n=rt[bt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}rt=null,bt=0}}const Dt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Vs(e){try{for(ke=0;ke<he.length;ke++){const t=he[ke];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Wt(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ke<he.length;ke++){const t=he[ke];t&&(t.flags&=-2)}ke=-1,he.length=0,ks(),cn=null,(he.length||xt.length)&&Vs()}}let ce=null,Hs=null;function un(e){const t=ce;return ce=e,Hs=e&&e.type.__scopeId||null,t}function pr(e,t=ce,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&dn(-1);const i=un(t);let o;try{o=e(...s)}finally{un(i),r._d&&dn(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function Xt(e,t){if(ce===null)return e;const n=Fn(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&&qe(o),r.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:c}))}return e}function ut(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&&(Ze(),ze(c,n,8,[e.el,l,e,t]),Qe())}}function vo(e,t){if(fe){let n=fe.provides;const r=fe.parent&&fe.parent.provides;r===n&&(n=fe.provides=Object.create(r)),n[e]=t}}function $t(e,t,n=!1){const r=bl();if(r||At){let s=At?At._context.provides:r?r.parent==null||r.ce?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 bo=Symbol.for("v-scx"),yo=()=>$t(bo);function In(e,t,n){return js(e,t,n)}function js(e,t,n=J){const{immediate:r,deep:s,flush:i,once:o}=n,l=ae({},n),c=t&&r||!t&&i!=="post";let d;if(Bt){if(i==="sync"){const C=yo();d=C.__watcherHandles||(C.__watcherHandles=[])}else if(!c){const C=()=>{};return C.stop=je,C.resume=je,C.pause=je,C}}const f=fe;l.call=(C,N,k)=>ze(C,f,N,k);let h=!1;i==="post"?l.scheduler=C=>{we(C,f&&f.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(C,N)=>{N?C():hr(C)}),l.augmentJob=C=>{t&&(C.flags|=4),h&&(C.flags|=2,f&&(C.id=f.uid,C.i=f))};const b=ao(e,t,l);return Bt&&(d?d.push(b):c&&b()),b}function _o(e,t,n){const r=this.proxy,s=re(e)?e.includes(".")?Ds(r,e):()=>r[e]:e.bind(r,r);let i;j(t)?i=t:(i=t.handler,n=t);const o=Jt(this),l=js(s,i.bind(r),n);return o(),l}function Ds(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=Symbol("_vte"),wo=e=>e.__isTeleport,Ao=Symbol("_leaveCb");function gr(e,t){e.shapeFlag&6&&e.component?(e.transition=t,gr(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function et(e,t){return j(e)?ae({name:e.name},t,{setup:e}):e}function zs(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const fn=new WeakMap;function Lt(e,t,n,r,s=!1){if(L(e)){e.forEach((N,k)=>Lt(N,t&&(L(t)?t[k]:t),n,r,s));return}if(wt(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&Lt(e,t,n,r.component.subTree);return}const i=r.shapeFlag&4?Fn(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?fs:N=>B(b,N);if(d!=null&&d!==c){if($r(t),re(d))f[d]=null,C(d)&&(h[d]=null);else if(pe(d)){d.value=null;const N=t;N.k&&(f[N.k]=null)}}if(j(c))Wt(c,l,12,[o,f]);else{const N=re(c),k=pe(c);if(N||k){const X=()=>{if(e.f){const D=N?C(c)?h[c]:f[c]:c.value;if(s)L(D)&&rr(D,i);else if(L(D))D.includes(i)||D.push(i);else if(N)f[c]=[i],C(c)&&(h[c]=f[c]);else{const v=[i];c.value=v,e.k&&(f[e.k]=v)}}else N?(f[c]=o,C(c)&&(h[c]=o)):k&&(c.value=o,e.k&&(f[e.k]=o))};if(o){const D=()=>{X(),fn.delete(e)};D.id=-1,fn.set(e,D),we(D,n)}else $r(e),X()}}}function $r(e){const t=fn.get(e);t&&(t.flags|=8,fn.delete(e))}bn().requestIdleCallback;bn().cancelIdleCallback;const wt=e=>!!e.type.__asyncLoader,Us=e=>e.type.__isKeepAlive;function Co(e,t){Bs(e,"a",t)}function Fo(e,t){Bs(e,"da",t)}function Bs(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(wn(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Us(s.parent.vnode)&&So(r,t,n,s),s=s.parent}}function So(e,t,n,r){const s=wn(t,e,r,!0);Ws(()=>{rr(r[t],s)},n)}function wn(e,t,n=fe,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{Ze();const l=Jt(n),c=ze(t,n,e,o);return l(),Qe(),c});return r?s.unshift(i):s.push(i),i}}const tt=e=>(t,n=fe)=>{(!Bt||e==="sp")&&wn(e,(...r)=>t(...r),n)},Ks=tt("bm"),Eo=tt("m"),Po=tt("bu"),To=tt("u"),Ro=tt("bum"),Ws=tt("um"),Oo=tt("sp"),Io=tt("rtg"),Mo=tt("rtc");function No(e,t=fe){wn("ec",e,t)}const $o="components";function He(e,t){return ko($o,e,!0,t)||e}const Lo=Symbol.for("v-ndc");function ko(e,t,n=!0,r=!1){const s=ce||fe;if(s){const i=s.type;{const l=Al(i,!1);if(l&&(l===t||l===Se(t)||l===vn(Se(t))))return i}const o=Lr(s[e]||i[e],t)||Lr(s.appContext[e],t);return!o&&r?i:o}}function Lr(e,t){return e&&(e[t]||e[Se(t)]||e[vn(Se(t))])}function kr(e,t,n,r){let s;const i=n,o=L(e);if(o||re(e)){const l=o&&pt(e);let c=!1,d=!1;l&&(c=!Te(e),d=it(e),e=_n(e)),s=new Array(e.length);for(let f=0,h=e.length;f<h;f++)s[f]=t(c?d?Ct(Ye(e[f])):Ye(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 Vo(e,t,n={},r,s){if(ce.ce||ce.parent&&wt(ce.parent)&&ce.parent.ce){const d=Object.keys(n).length>0;return ee(),Ge(le,null,[ie("slot",n,r)],d?-2:64)}let i=e[t];i&&i._c&&(i._d=!1),ee();const o=i&&Js(i(n)),l=n.key||o&&o.key,c=Ge(le,{key:(l&&!Re(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 Js(e){return e.some(t=>Ut(t)?!(t.type===Xe||t.type===le&&!Js(t.children)):!0)?e:null}const Wn=e=>e?di(e)?Fn(e):Wn(e.parent):null,kt=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=>Wn(e.parent),$root:e=>Wn(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Gs(e),$forceUpdate:e=>e.f||(e.f=()=>{hr(e.update)}),$nextTick:e=>e.n||(e.n=po.bind(e.proxy)),$watch:e=>_o.bind(e)}),Mn=(e,t)=>e!==J&&!e.__isScriptSetup&&B(e,t),Ho={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;if(t[0]!=="$"){const b=o[t];if(b!==void 0)switch(b){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return i[t]}else{if(Mn(r,t))return o[t]=1,r[t];if(s!==J&&B(s,t))return o[t]=2,s[t];if(B(i,t))return o[t]=3,i[t];if(n!==J&&B(n,t))return o[t]=4,n[t];Jn&&(o[t]=0)}}const d=kt[t];let f,h;if(d)return t==="$attrs"&&ue(e.attrs,"get",""),d(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==J&&B(n,t))return o[t]=4,n[t];if(h=c.config.globalProperties,B(h,t))return h[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:i}=e;return Mn(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,props:i,type:o}},l){let c;return!!(n[l]||e!==J&&l[0]!=="$"&&B(e,l)||Mn(t,l)||B(i,l)||B(r,l)||B(kt,l)||B(s.config.globalProperties,l)||(c=o.__cssModules)&&c[l])},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 Vr(e){return L(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Jn=!0;function jo(e){const t=Gs(e),n=e.proxy,r=e.ctx;Jn=!1,t.beforeCreate&&Hr(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:N,activated:k,deactivated:X,beforeDestroy:D,beforeUnmount:v,destroyed:m,unmounted:g,render:A,renderTracked:E,renderTriggered:R,errorCaptured:z,serverPrefetch:$,expose:Y,inheritAttrs:te,components:_e,directives:ot,filters:mt}=t;if(d&&Do(d,r,null),o)for(const G in o){const H=o[G];j(H)&&(r[G]=H.bind(n))}if(s){const G=s.call(n,n);q(G)&&(e.data=fr(G))}if(Jn=!0,i)for(const G in i){const H=i[G],se=j(H)?H.bind(n,n):j(H.get)?H.get.bind(n,n):je,Ee=!j(H)&&j(H.set)?H.set.bind(n):je,Ce=sn({get:se,set:Ee});Object.defineProperty(r,G,{enumerable:!0,configurable:!0,get:()=>Ce.value,set:ne=>Ce.value=ne})}if(l)for(const G in l)qs(l[G],r,n,G);if(c){const G=j(c)?c.call(n):c;Reflect.ownKeys(G).forEach(H=>{vo(H,G[H])})}f&&Hr(f,e,"c");function oe(G,H){L(H)?H.forEach(se=>G(se.bind(n))):H&&G(H.bind(n))}if(oe(Ks,h),oe(Eo,b),oe(Po,C),oe(To,N),oe(Co,k),oe(Fo,X),oe(No,z),oe(Mo,E),oe(Io,R),oe(Ro,v),oe(Ws,g),oe(Oo,$),L(Y))if(Y.length){const G=e.exposed||(e.exposed={});Y.forEach(H=>{Object.defineProperty(G,H,{get:()=>n[H],set:se=>n[H]=se,enumerable:!0})})}else e.exposed||(e.exposed={});A&&e.render===je&&(e.render=A),te!=null&&(e.inheritAttrs=te),_e&&(e.components=_e),ot&&(e.directives=ot),$&&zs(e)}function Do(e,t,n=je){L(e)&&(e=qn(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),pe(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[r]=i}}function Hr(e,t,n){ze(L(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function qs(e,t,n,r){let s=r.includes(".")?Ds(n,r):()=>n[r];if(re(e)){const i=t[e];j(i)&&In(s,i)}else if(j(e))In(s,e.bind(n));else if(q(e))if(L(e))e.forEach(i=>qs(i,t,n,r));else{const i=j(e.handler)?e.handler.bind(n):t[e.handler];j(i)&&In(s,i,e)}}function Gs(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=>an(c,d,o,!0)),an(c,t,o)),q(t)&&i.set(t,c),c}function an(e,t,n,r=!1){const{mixins:s,extends:i}=t;i&&an(e,i,n,!0),s&&s.forEach(o=>an(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const l=zo[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const zo={data:jr,props:Dr,emits:Dr,methods:Ot,computed:Ot,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:Ot,directives:Ot,watch:Bo,provide:jr,inject:Uo};function jr(e,t){return t?e?function(){retu