@umijs/preset-vue 4.0.35 → 4.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019-present, Yuxi (Evan) You and contributors
3
+ Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1 +1 @@
1
- (function(){var e={649:function(e,t,r){var n=Object.create;var o=Object.defineProperty;var s=Object.defineProperties;var i=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyDescriptors;var u=Object.getOwnPropertyNames;var c=Object.getOwnPropertySymbols;var l=Object.getPrototypeOf;var p=Object.prototype.hasOwnProperty;var f=Object.prototype.propertyIsEnumerable;var __defNormalProp=(e,t,r)=>t in e?o(e,t,{enumerable:true,configurable:true,writable:true,value:r}):e[t]=r;var __spreadValues=(e,t)=>{for(var r in t||(t={}))if(p.call(t,r))__defNormalProp(e,r,t[r]);if(c)for(var r of c(t)){if(f.call(t,r))__defNormalProp(e,r,t[r])}return e};var __spreadProps=(e,t)=>s(e,a(t));var __commonJS=(e,t)=>function __require(){return t||(0,e[u(e)[0]])((t={exports:{}}).exports,t),t.exports};var __export=(e,t)=>{for(var r in t)o(e,r,{get:t[r],enumerable:true})};var __copyProps=(e,t,r,n)=>{if(t&&typeof t==="object"||typeof t==="function"){for(let s of u(t))if(!p.call(e,s)&&s!==r)o(e,s,{get:()=>t[s],enumerable:!(n=i(t,s))||n.enumerable})}return e};var __toESM=(e,t,r)=>(r=e!=null?n(l(e)):{},__copyProps(t||!e||!e.__esModule?o(r,"default",{value:e,enumerable:true}):r,e));var __toCommonJS=e=>__copyProps(o({},"__esModule",{value:true}),e);var d=__commonJS({"../../node_modules/.pnpm/picomatch@2.3.0/node_modules/picomatch/lib/constants.js"(e,t){"use strict";var n=r(17);var o="\\\\/";var s=`[^${o}]`;var i="\\.";var a="\\+";var u="\\?";var c="\\/";var l="(?=.)";var p="[^/]";var f=`(?:${c}|$)`;var d=`(?:^|${c})`;var g=`${i}{1,2}${f}`;var m=`(?!${i})`;var h=`(?!${d}${g})`;var v=`(?!${i}{0,1}${f})`;var _=`(?!${g})`;var C=`[^.${c}]`;var y=`${p}*?`;var S={DOT_LITERAL:i,PLUS_LITERAL:a,QMARK_LITERAL:u,SLASH_LITERAL:c,ONE_CHAR:l,QMARK:p,END_ANCHOR:f,DOTS_SLASH:g,NO_DOT:m,NO_DOTS:h,NO_DOT_SLASH:v,NO_DOTS_SLASH:_,QMARK_NO_DOT:C,STAR:y,START_ANCHOR:d};var b=__spreadProps(__spreadValues({},S),{SLASH_LITERAL:`[${o}]`,QMARK:s,STAR:`${s}*?`,DOTS_SLASH:`${i}{1,2}(?:[${o}]|$)`,NO_DOT:`(?!${i})`,NO_DOTS:`(?!(?:^|[${o}])${i}{1,2}(?:[${o}]|$))`,NO_DOT_SLASH:`(?!${i}{0,1}(?:[${o}]|$))`,NO_DOTS_SLASH:`(?!${i}{1,2}(?:[${o}]|$))`,QMARK_NO_DOT:`[^.${o}]`,START_ANCHOR:`(?:^|[${o}])`,END_ANCHOR:`(?:[${o}]|$)`});var A={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};t.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:A,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:n.sep,extglobChars(e){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(e){return e===true?b:S}}}});var g=__commonJS({"../../node_modules/.pnpm/picomatch@2.3.0/node_modules/picomatch/lib/utils.js"(e){"use strict";var t=r(17);var n=process.platform==="win32";var{REGEX_BACKSLASH:o,REGEX_REMOVE_BACKSLASH:s,REGEX_SPECIAL_CHARS:i,REGEX_SPECIAL_CHARS_GLOBAL:a}=d();e.isObject=e=>e!==null&&typeof e==="object"&&!Array.isArray(e);e.hasRegexChars=e=>i.test(e);e.isRegexChar=t=>t.length===1&&e.hasRegexChars(t);e.escapeRegex=e=>e.replace(a,"\\$1");e.toPosixSlashes=e=>e.replace(o,"/");e.removeBackslashes=e=>e.replace(s,(e=>e==="\\"?"":e));e.supportsLookbehinds=()=>{const e=process.version.slice(1).split(".").map(Number);if(e.length===3&&e[0]>=9||e[0]===8&&e[1]>=10){return true}return false};e.isWindows=e=>{if(e&&typeof e.windows==="boolean"){return e.windows}return n===true||t.sep==="\\"};e.escapeLast=(t,r,n)=>{const o=t.lastIndexOf(r,n);if(o===-1)return t;if(t[o-1]==="\\")return e.escapeLast(t,r,o-1);return`${t.slice(0,o)}\\${t.slice(o)}`};e.removePrefix=(e,t={})=>{let r=e;if(r.startsWith("./")){r=r.slice(2);t.prefix="./"}return r};e.wrapOutput=(e,t={},r={})=>{const n=r.contains?"":"^";const o=r.contains?"":"$";let s=`${n}(?:${e})${o}`;if(t.negated===true){s=`(?:^(?!${s}).*$)`}return s}}});var m=__commonJS({"../../node_modules/.pnpm/picomatch@2.3.0/node_modules/picomatch/lib/scan.js"(e,t){"use strict";var r=g();var{CHAR_ASTERISK:n,CHAR_AT:o,CHAR_BACKWARD_SLASH:s,CHAR_COMMA:i,CHAR_DOT:a,CHAR_EXCLAMATION_MARK:u,CHAR_FORWARD_SLASH:c,CHAR_LEFT_CURLY_BRACE:l,CHAR_LEFT_PARENTHESES:p,CHAR_LEFT_SQUARE_BRACKET:f,CHAR_PLUS:m,CHAR_QUESTION_MARK:h,CHAR_RIGHT_CURLY_BRACE:v,CHAR_RIGHT_PARENTHESES:_,CHAR_RIGHT_SQUARE_BRACKET:C}=d();var isPathSeparator=e=>e===c||e===s;var depth=e=>{if(e.isPrefix!==true){e.depth=e.isGlobstar?Infinity:1}};var scan=(e,t)=>{const d=t||{};const g=e.length-1;const y=d.parts===true||d.scanToEnd===true;const S=[];const b=[];const A=[];let R=e;let E=-1;let M=0;let O=0;let x=false;let w=false;let L=false;let $=false;let T=false;let k=false;let N=false;let I=false;let D=false;let P=false;let F=0;let B;let H;let G={value:"",depth:0,isGlob:false};const eos=()=>E>=g;const peek=()=>R.charCodeAt(E+1);const advance=()=>{B=H;return R.charCodeAt(++E)};while(E<g){H=advance();let e;if(H===s){N=G.backslashes=true;H=advance();if(H===l){k=true}continue}if(k===true||H===l){F++;while(eos()!==true&&(H=advance())){if(H===s){N=G.backslashes=true;advance();continue}if(H===l){F++;continue}if(k!==true&&H===a&&(H=advance())===a){x=G.isBrace=true;L=G.isGlob=true;P=true;if(y===true){continue}break}if(k!==true&&H===i){x=G.isBrace=true;L=G.isGlob=true;P=true;if(y===true){continue}break}if(H===v){F--;if(F===0){k=false;x=G.isBrace=true;P=true;break}}}if(y===true){continue}break}if(H===c){S.push(E);b.push(G);G={value:"",depth:0,isGlob:false};if(P===true)continue;if(B===a&&E===M+1){M+=2;continue}O=E+1;continue}if(d.noext!==true){const e=H===m||H===o||H===n||H===h||H===u;if(e===true&&peek()===p){L=G.isGlob=true;$=G.isExtglob=true;P=true;if(H===u&&E===M){D=true}if(y===true){while(eos()!==true&&(H=advance())){if(H===s){N=G.backslashes=true;H=advance();continue}if(H===_){L=G.isGlob=true;P=true;break}}continue}break}}if(H===n){if(B===n)T=G.isGlobstar=true;L=G.isGlob=true;P=true;if(y===true){continue}break}if(H===h){L=G.isGlob=true;P=true;if(y===true){continue}break}if(H===f){while(eos()!==true&&(e=advance())){if(e===s){N=G.backslashes=true;advance();continue}if(e===C){w=G.isBracket=true;L=G.isGlob=true;P=true;break}}if(y===true){continue}break}if(d.nonegate!==true&&H===u&&E===M){I=G.negated=true;M++;continue}if(d.noparen!==true&&H===p){L=G.isGlob=true;if(y===true){while(eos()!==true&&(H=advance())){if(H===p){N=G.backslashes=true;H=advance();continue}if(H===_){P=true;break}}continue}break}if(L===true){P=true;if(y===true){continue}break}}if(d.noext===true){$=false;L=false}let j=R;let U="";let q="";if(M>0){U=R.slice(0,M);R=R.slice(M);O-=M}if(j&&L===true&&O>0){j=R.slice(0,O);q=R.slice(O)}else if(L===true){j="";q=R}else{j=R}if(j&&j!==""&&j!=="/"&&j!==R){if(isPathSeparator(j.charCodeAt(j.length-1))){j=j.slice(0,-1)}}if(d.unescape===true){if(q)q=r.removeBackslashes(q);if(j&&N===true){j=r.removeBackslashes(j)}}const V={prefix:U,input:e,start:M,base:j,glob:q,isBrace:x,isBracket:w,isGlob:L,isExtglob:$,isGlobstar:T,negated:I,negatedExtglob:D};if(d.tokens===true){V.maxDepth=0;if(!isPathSeparator(H)){b.push(G)}V.tokens=b}if(d.parts===true||d.tokens===true){let t;for(let r=0;r<S.length;r++){const n=t?t+1:M;const o=S[r];const s=e.slice(n,o);if(d.tokens){if(r===0&&M!==0){b[r].isPrefix=true;b[r].value=U}else{b[r].value=s}depth(b[r]);V.maxDepth+=b[r].depth}if(r!==0||s!==""){A.push(s)}t=o}if(t&&t+1<e.length){const r=e.slice(t+1);A.push(r);if(d.tokens){b[b.length-1].value=r;depth(b[b.length-1]);V.maxDepth+=b[b.length-1].depth}}V.slashes=S;V.parts=A}return V};t.exports=scan}});var h=__commonJS({"../../node_modules/.pnpm/picomatch@2.3.0/node_modules/picomatch/lib/parse.js"(e,t){"use strict";var r=d();var n=g();var{MAX_LENGTH:o,POSIX_REGEX_SOURCE:s,REGEX_NON_SPECIAL_CHARS:i,REGEX_SPECIAL_CHARS_BACKREF:a,REPLACEMENTS:u}=r;var expandRange=(e,t)=>{if(typeof t.expandRange==="function"){return t.expandRange(...e,t)}e.sort();const r=`[${e.join("-")}]`;try{new RegExp(r)}catch(t){return e.map((e=>n.escapeRegex(e))).join("..")}return r};var syntaxError=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`;var parse=(e,t)=>{if(typeof e!=="string"){throw new TypeError("Expected a string")}e=u[e]||e;const c=__spreadValues({},t);const l=typeof c.maxLength==="number"?Math.min(o,c.maxLength):o;let p=e.length;if(p>l){throw new SyntaxError(`Input length: ${p}, exceeds maximum allowed length: ${l}`)}const f={type:"bos",value:"",output:c.prepend||""};const d=[f];const g=c.capture?"":"?:";const m=n.isWindows(t);const h=r.globChars(m);const v=r.extglobChars(h);const{DOT_LITERAL:_,PLUS_LITERAL:C,SLASH_LITERAL:y,ONE_CHAR:S,DOTS_SLASH:b,NO_DOT:A,NO_DOT_SLASH:R,NO_DOTS_SLASH:E,QMARK:M,QMARK_NO_DOT:O,STAR:x,START_ANCHOR:w}=h;const globstar=e=>`(${g}(?:(?!${w}${e.dot?b:_}).)*?)`;const L=c.dot?"":A;const $=c.dot?M:O;let T=c.bash===true?globstar(c):x;if(c.capture){T=`(${T})`}if(typeof c.noext==="boolean"){c.noextglob=c.noext}const k={input:e,index:-1,start:0,dot:c.dot===true,consumed:"",output:"",prefix:"",backtrack:false,negated:false,brackets:0,braces:0,parens:0,quotes:0,globstar:false,tokens:d};e=n.removePrefix(e,k);p=e.length;const N=[];const I=[];const D=[];let P=f;let F;const eos=()=>k.index===p-1;const B=k.peek=(t=1)=>e[k.index+t];const H=k.advance=()=>e[++k.index]||"";const remaining=()=>e.slice(k.index+1);const consume=(e="",t=0)=>{k.consumed+=e;k.index+=t};const append=e=>{k.output+=e.output!=null?e.output:e.value;consume(e.value)};const negate=()=>{let e=1;while(B()==="!"&&(B(2)!=="("||B(3)==="?")){H();k.start++;e++}if(e%2===0){return false}k.negated=true;k.start++;return true};const increment=e=>{k[e]++;D.push(e)};const decrement=e=>{k[e]--;D.pop()};const push=e=>{if(P.type==="globstar"){const t=k.braces>0&&(e.type==="comma"||e.type==="brace");const r=e.extglob===true||N.length&&(e.type==="pipe"||e.type==="paren");if(e.type!=="slash"&&e.type!=="paren"&&!t&&!r){k.output=k.output.slice(0,-P.output.length);P.type="star";P.value="*";P.output=T;k.output+=P.output}}if(N.length&&e.type!=="paren"){N[N.length-1].inner+=e.value}if(e.value||e.output)append(e);if(P&&P.type==="text"&&e.type==="text"){P.value+=e.value;P.output=(P.output||"")+e.value;return}e.prev=P;d.push(e);P=e};const extglobOpen=(e,t)=>{const r=__spreadProps(__spreadValues({},v[t]),{conditions:1,inner:""});r.prev=P;r.parens=k.parens;r.output=k.output;const n=(c.capture?"(":"")+r.open;increment("parens");push({type:e,value:t,output:k.output?"":S});push({type:"paren",extglob:true,value:H(),output:n});N.push(r)};const extglobClose=e=>{let t=e.close+(c.capture?")":"");let r;if(e.type==="negate"){let n=T;if(e.inner&&e.inner.length>1&&e.inner.includes("/")){n=globstar(c)}if(n!==T||eos()||/^\)+$/.test(remaining())){t=e.close=`)$))${n}`}if(e.inner.includes("*")&&(r=remaining())&&/^\.[^\\/.]+$/.test(r)){t=e.close=`)${r})${n})`}if(e.prev.type==="bos"){k.negatedExtglob=true}}push({type:"paren",extglob:true,value:F,output:t});decrement("parens")};if(c.fastpaths!==false&&!/(^[*!]|[/()[\]{}"])/.test(e)){let r=false;let o=e.replace(a,((e,t,n,o,s,i)=>{if(o==="\\"){r=true;return e}if(o==="?"){if(t){return t+o+(s?M.repeat(s.length):"")}if(i===0){return $+(s?M.repeat(s.length):"")}return M.repeat(n.length)}if(o==="."){return _.repeat(n.length)}if(o==="*"){if(t){return t+o+(s?T:"")}return T}return t?e:`\\${e}`}));if(r===true){if(c.unescape===true){o=o.replace(/\\/g,"")}else{o=o.replace(/\\+/g,(e=>e.length%2===0?"\\\\":e?"\\":""))}}if(o===e&&c.contains===true){k.output=e;return k}k.output=n.wrapOutput(o,k,t);return k}while(!eos()){F=H();if(F==="\0"){continue}if(F==="\\"){const e=B();if(e==="/"&&c.bash!==true){continue}if(e==="."||e===";"){continue}if(!e){F+="\\";push({type:"text",value:F});continue}const t=/^\\+/.exec(remaining());let r=0;if(t&&t[0].length>2){r=t[0].length;k.index+=r;if(r%2!==0){F+="\\"}}if(c.unescape===true){F=H()}else{F+=H()}if(k.brackets===0){push({type:"text",value:F});continue}}if(k.brackets>0&&(F!=="]"||P.value==="["||P.value==="[^")){if(c.posix!==false&&F===":"){const e=P.value.slice(1);if(e.includes("[")){P.posix=true;if(e.includes(":")){const e=P.value.lastIndexOf("[");const t=P.value.slice(0,e);const r=P.value.slice(e+2);const n=s[r];if(n){P.value=t+n;k.backtrack=true;H();if(!f.output&&d.indexOf(P)===1){f.output=S}continue}}}}if(F==="["&&B()!==":"||F==="-"&&B()==="]"){F=`\\${F}`}if(F==="]"&&(P.value==="["||P.value==="[^")){F=`\\${F}`}if(c.posix===true&&F==="!"&&P.value==="["){F="^"}P.value+=F;append({value:F});continue}if(k.quotes===1&&F!=='"'){F=n.escapeRegex(F);P.value+=F;append({value:F});continue}if(F==='"'){k.quotes=k.quotes===1?0:1;if(c.keepQuotes===true){push({type:"text",value:F})}continue}if(F==="("){increment("parens");push({type:"paren",value:F});continue}if(F===")"){if(k.parens===0&&c.strictBrackets===true){throw new SyntaxError(syntaxError("opening","("))}const e=N[N.length-1];if(e&&k.parens===e.parens+1){extglobClose(N.pop());continue}push({type:"paren",value:F,output:k.parens?")":"\\)"});decrement("parens");continue}if(F==="["){if(c.nobracket===true||!remaining().includes("]")){if(c.nobracket!==true&&c.strictBrackets===true){throw new SyntaxError(syntaxError("closing","]"))}F=`\\${F}`}else{increment("brackets")}push({type:"bracket",value:F});continue}if(F==="]"){if(c.nobracket===true||P&&P.type==="bracket"&&P.value.length===1){push({type:"text",value:F,output:`\\${F}`});continue}if(k.brackets===0){if(c.strictBrackets===true){throw new SyntaxError(syntaxError("opening","["))}push({type:"text",value:F,output:`\\${F}`});continue}decrement("brackets");const e=P.value.slice(1);if(P.posix!==true&&e[0]==="^"&&!e.includes("/")){F=`/${F}`}P.value+=F;append({value:F});if(c.literalBrackets===false||n.hasRegexChars(e)){continue}const t=n.escapeRegex(P.value);k.output=k.output.slice(0,-P.value.length);if(c.literalBrackets===true){k.output+=t;P.value=t;continue}P.value=`(${g}${t}|${P.value})`;k.output+=P.value;continue}if(F==="{"&&c.nobrace!==true){increment("braces");const e={type:"brace",value:F,output:"(",outputIndex:k.output.length,tokensIndex:k.tokens.length};I.push(e);push(e);continue}if(F==="}"){const e=I[I.length-1];if(c.nobrace===true||!e){push({type:"text",value:F,output:F});continue}let t=")";if(e.dots===true){const e=d.slice();const r=[];for(let t=e.length-1;t>=0;t--){d.pop();if(e[t].type==="brace"){break}if(e[t].type!=="dots"){r.unshift(e[t].value)}}t=expandRange(r,c);k.backtrack=true}if(e.comma!==true&&e.dots!==true){const r=k.output.slice(0,e.outputIndex);const n=k.tokens.slice(e.tokensIndex);e.value=e.output="\\{";F=t="\\}";k.output=r;for(const e of n){k.output+=e.output||e.value}}push({type:"brace",value:F,output:t});decrement("braces");I.pop();continue}if(F==="|"){if(N.length>0){N[N.length-1].conditions++}push({type:"text",value:F});continue}if(F===","){let e=F;const t=I[I.length-1];if(t&&D[D.length-1]==="braces"){t.comma=true;e="|"}push({type:"comma",value:F,output:e});continue}if(F==="/"){if(P.type==="dot"&&k.index===k.start+1){k.start=k.index+1;k.consumed="";k.output="";d.pop();P=f;continue}push({type:"slash",value:F,output:y});continue}if(F==="."){if(k.braces>0&&P.type==="dot"){if(P.value===".")P.output=_;const e=I[I.length-1];P.type="dots";P.output+=F;P.value+=F;e.dots=true;continue}if(k.braces+k.parens===0&&P.type!=="bos"&&P.type!=="slash"){push({type:"text",value:F,output:_});continue}push({type:"dot",value:F,output:_});continue}if(F==="?"){const e=P&&P.value==="(";if(!e&&c.noextglob!==true&&B()==="("&&B(2)!=="?"){extglobOpen("qmark",F);continue}if(P&&P.type==="paren"){const e=B();let t=F;if(e==="<"&&!n.supportsLookbehinds()){throw new Error("Node.js v10 or higher is required for regex lookbehinds")}if(P.value==="("&&!/[!=<:]/.test(e)||e==="<"&&!/<([!=]|\w+>)/.test(remaining())){t=`\\${F}`}push({type:"text",value:F,output:t});continue}if(c.dot!==true&&(P.type==="slash"||P.type==="bos")){push({type:"qmark",value:F,output:O});continue}push({type:"qmark",value:F,output:M});continue}if(F==="!"){if(c.noextglob!==true&&B()==="("){if(B(2)!=="?"||!/[!=<:]/.test(B(3))){extglobOpen("negate",F);continue}}if(c.nonegate!==true&&k.index===0){negate();continue}}if(F==="+"){if(c.noextglob!==true&&B()==="("&&B(2)!=="?"){extglobOpen("plus",F);continue}if(P&&P.value==="("||c.regex===false){push({type:"plus",value:F,output:C});continue}if(P&&(P.type==="bracket"||P.type==="paren"||P.type==="brace")||k.parens>0){push({type:"plus",value:F});continue}push({type:"plus",value:C});continue}if(F==="@"){if(c.noextglob!==true&&B()==="("&&B(2)!=="?"){push({type:"at",extglob:true,value:F,output:""});continue}push({type:"text",value:F});continue}if(F!=="*"){if(F==="$"||F==="^"){F=`\\${F}`}const e=i.exec(remaining());if(e){F+=e[0];k.index+=e[0].length}push({type:"text",value:F});continue}if(P&&(P.type==="globstar"||P.star===true)){P.type="star";P.star=true;P.value+=F;P.output=T;k.backtrack=true;k.globstar=true;consume(F);continue}let t=remaining();if(c.noextglob!==true&&/^\([^?]/.test(t)){extglobOpen("star",F);continue}if(P.type==="star"){if(c.noglobstar===true){consume(F);continue}const r=P.prev;const n=r.prev;const o=r.type==="slash"||r.type==="bos";const s=n&&(n.type==="star"||n.type==="globstar");if(c.bash===true&&(!o||t[0]&&t[0]!=="/")){push({type:"star",value:F,output:""});continue}const i=k.braces>0&&(r.type==="comma"||r.type==="brace");const a=N.length&&(r.type==="pipe"||r.type==="paren");if(!o&&r.type!=="paren"&&!i&&!a){push({type:"star",value:F,output:""});continue}while(t.slice(0,3)==="/**"){const r=e[k.index+4];if(r&&r!=="/"){break}t=t.slice(3);consume("/**",3)}if(r.type==="bos"&&eos()){P.type="globstar";P.value+=F;P.output=globstar(c);k.output=P.output;k.globstar=true;consume(F);continue}if(r.type==="slash"&&r.prev.type!=="bos"&&!s&&eos()){k.output=k.output.slice(0,-(r.output+P.output).length);r.output=`(?:${r.output}`;P.type="globstar";P.output=globstar(c)+(c.strictSlashes?")":"|$)");P.value+=F;k.globstar=true;k.output+=r.output+P.output;consume(F);continue}if(r.type==="slash"&&r.prev.type!=="bos"&&t[0]==="/"){const e=t[1]!==void 0?"|$":"";k.output=k.output.slice(0,-(r.output+P.output).length);r.output=`(?:${r.output}`;P.type="globstar";P.output=`${globstar(c)}${y}|${y}${e})`;P.value+=F;k.output+=r.output+P.output;k.globstar=true;consume(F+H());push({type:"slash",value:"/",output:""});continue}if(r.type==="bos"&&t[0]==="/"){P.type="globstar";P.value+=F;P.output=`(?:^|${y}|${globstar(c)}${y})`;k.output=P.output;k.globstar=true;consume(F+H());push({type:"slash",value:"/",output:""});continue}k.output=k.output.slice(0,-P.output.length);P.type="globstar";P.output=globstar(c);P.value+=F;k.output+=P.output;k.globstar=true;consume(F);continue}const r={type:"star",value:F,output:T};if(c.bash===true){r.output=".*?";if(P.type==="bos"||P.type==="slash"){r.output=L+r.output}push(r);continue}if(P&&(P.type==="bracket"||P.type==="paren")&&c.regex===true){r.output=F;push(r);continue}if(k.index===k.start||P.type==="slash"||P.type==="dot"){if(P.type==="dot"){k.output+=R;P.output+=R}else if(c.dot===true){k.output+=E;P.output+=E}else{k.output+=L;P.output+=L}if(B()!=="*"){k.output+=S;P.output+=S}}push(r)}while(k.brackets>0){if(c.strictBrackets===true)throw new SyntaxError(syntaxError("closing","]"));k.output=n.escapeLast(k.output,"[");decrement("brackets")}while(k.parens>0){if(c.strictBrackets===true)throw new SyntaxError(syntaxError("closing",")"));k.output=n.escapeLast(k.output,"(");decrement("parens")}while(k.braces>0){if(c.strictBrackets===true)throw new SyntaxError(syntaxError("closing","}"));k.output=n.escapeLast(k.output,"{");decrement("braces")}if(c.strictSlashes!==true&&(P.type==="star"||P.type==="bracket")){push({type:"maybe_slash",value:"",output:`${y}?`})}if(k.backtrack===true){k.output="";for(const e of k.tokens){k.output+=e.output!=null?e.output:e.value;if(e.suffix){k.output+=e.suffix}}}return k};parse.fastpaths=(e,t)=>{const s=__spreadValues({},t);const i=typeof s.maxLength==="number"?Math.min(o,s.maxLength):o;const a=e.length;if(a>i){throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${i}`)}e=u[e]||e;const c=n.isWindows(t);const{DOT_LITERAL:l,SLASH_LITERAL:p,ONE_CHAR:f,DOTS_SLASH:d,NO_DOT:g,NO_DOTS:m,NO_DOTS_SLASH:h,STAR:v,START_ANCHOR:_}=r.globChars(c);const C=s.dot?m:g;const y=s.dot?h:g;const S=s.capture?"":"?:";const b={negated:false,prefix:""};let A=s.bash===true?".*?":v;if(s.capture){A=`(${A})`}const globstar=e=>{if(e.noglobstar===true)return A;return`(${S}(?:(?!${_}${e.dot?d:l}).)*?)`};const create=e=>{switch(e){case"*":return`${C}${f}${A}`;case".*":return`${l}${f}${A}`;case"*.*":return`${C}${A}${l}${f}${A}`;case"*/*":return`${C}${A}${p}${f}${y}${A}`;case"**":return C+globstar(s);case"**/*":return`(?:${C}${globstar(s)}${p})?${y}${f}${A}`;case"**/*.*":return`(?:${C}${globstar(s)}${p})?${y}${A}${l}${f}${A}`;case"**/.*":return`(?:${C}${globstar(s)}${p})?${l}${f}${A}`;default:{const t=/^(.*?)\.(\w+)$/.exec(e);if(!t)return;const r=create(t[1]);if(!r)return;return r+l+t[2]}}};const R=n.removePrefix(e,b);let E=create(R);if(E&&s.strictSlashes!==true){E+=`${p}?`}return E};t.exports=parse}});var v=__commonJS({"../../node_modules/.pnpm/picomatch@2.3.0/node_modules/picomatch/lib/picomatch.js"(e,t){"use strict";var n=r(17);var o=m();var s=h();var i=g();var a=d();var isObject=e=>e&&typeof e==="object"&&!Array.isArray(e);var picomatch=(e,t,r=false)=>{if(Array.isArray(e)){const n=e.map((e=>picomatch(e,t,r)));const arrayMatcher=e=>{for(const t of n){const r=t(e);if(r)return r}return false};return arrayMatcher}const n=isObject(e)&&e.tokens&&e.input;if(e===""||typeof e!=="string"&&!n){throw new TypeError("Expected pattern to be a non-empty string")}const o=t||{};const s=i.isWindows(t);const a=n?picomatch.compileRe(e,t):picomatch.makeRe(e,t,false,true);const u=a.state;delete a.state;let isIgnored=()=>false;if(o.ignore){const e=__spreadProps(__spreadValues({},t),{ignore:null,onMatch:null,onResult:null});isIgnored=picomatch(o.ignore,e,r)}const matcher=(r,n=false)=>{const{isMatch:i,match:c,output:l}=picomatch.test(r,a,t,{glob:e,posix:s});const p={glob:e,state:u,regex:a,posix:s,input:r,output:l,match:c,isMatch:i};if(typeof o.onResult==="function"){o.onResult(p)}if(i===false){p.isMatch=false;return n?p:false}if(isIgnored(r)){if(typeof o.onIgnore==="function"){o.onIgnore(p)}p.isMatch=false;return n?p:false}if(typeof o.onMatch==="function"){o.onMatch(p)}return n?p:true};if(r){matcher.state=u}return matcher};picomatch.test=(e,t,r,{glob:n,posix:o}={})=>{if(typeof e!=="string"){throw new TypeError("Expected input to be a string")}if(e===""){return{isMatch:false,output:""}}const s=r||{};const a=s.format||(o?i.toPosixSlashes:null);let u=e===n;let c=u&&a?a(e):e;if(u===false){c=a?a(e):e;u=c===n}if(u===false||s.capture===true){if(s.matchBase===true||s.basename===true){u=picomatch.matchBase(e,t,r,o)}else{u=t.exec(c)}}return{isMatch:Boolean(u),match:u,output:c}};picomatch.matchBase=(e,t,r,o=i.isWindows(r))=>{const s=t instanceof RegExp?t:picomatch.makeRe(t,r);return s.test(n.basename(e))};picomatch.isMatch=(e,t,r)=>picomatch(t,r)(e);picomatch.parse=(e,t)=>{if(Array.isArray(e))return e.map((e=>picomatch.parse(e,t)));return s(e,__spreadProps(__spreadValues({},t),{fastpaths:false}))};picomatch.scan=(e,t)=>o(e,t);picomatch.compileRe=(e,t,r=false,n=false)=>{if(r===true){return e.output}const o=t||{};const s=o.contains?"":"^";const i=o.contains?"":"$";let a=`${s}(?:${e.output})${i}`;if(e&&e.negated===true){a=`^(?!${a}).*$`}const u=picomatch.toRegex(a,t);if(n===true){u.state=e}return u};picomatch.makeRe=(e,t={},r=false,n=false)=>{if(!e||typeof e!=="string"){throw new TypeError("Expected a non-empty string")}let o={negated:false,fastpaths:true};if(t.fastpaths!==false&&(e[0]==="."||e[0]==="*")){o.output=s.fastpaths(e,t)}if(!o.output){o=s(e,t)}return picomatch.compileRe(o,t,r,n)};picomatch.toRegex=(e,t)=>{try{const r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(e){if(t&&t.debug===true)throw e;return/$^/}};picomatch.constants=a;t.exports=picomatch}});var _=__commonJS({"../../node_modules/.pnpm/picomatch@2.3.0/node_modules/picomatch/index.js"(e,t){"use strict";t.exports=v()}});var C=__commonJS({"../../node_modules/.pnpm/hash-sum@2.0.0/node_modules/hash-sum/hash-sum.js"(e,t){"use strict";function pad(e,t){while(e.length<t){e="0"+e}return e}function fold(e,t){var r;var n;var o;if(t.length===0){return e}for(r=0,o=t.length;r<o;r++){n=t.charCodeAt(r);e=(e<<5)-e+n;e|=0}return e<0?e*-2:e}function foldObject(e,t,r){return Object.keys(t).sort().reduce(foldKey,e);function foldKey(e,n){return foldValue(e,t[n],n,r)}}function foldValue(e,t,r,n){var o=fold(fold(fold(e,r),toString(t)),typeof t);if(t===null){return fold(o,"null")}if(t===void 0){return fold(o,"undefined")}if(typeof t==="object"||typeof t==="function"){if(n.indexOf(t)!==-1){return fold(o,"[Circular]"+r)}n.push(t);var s=foldObject(o,t,n);if(!("valueOf"in t)||typeof t.valueOf!=="function"){return s}try{return fold(s,String(t.valueOf()))}catch(e){return fold(s,"[valueOf exception]"+(e.stack||e.message))}}return fold(o,t.toString())}function toString(e){return Object.prototype.toString.call(e)}function sum(e){return pad(foldValue(0,e,"",[]).toString(16),8)}t.exports=sum}});var y=__commonJS({"../../node_modules/.pnpm/ms@2.1.2/node_modules/ms/index.js"(e,t){var r=1e3;var n=r*60;var o=n*60;var s=o*24;var i=s*7;var a=s*365.25;t.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0){return parse(e)}else if(r==="number"&&isFinite(e)){return t.long?fmtLong(e):fmtShort(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function parse(e){e=String(e);if(e.length>100){return}var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!t){return}var u=parseFloat(t[1]);var c=(t[2]||"ms").toLowerCase();switch(c){case"years":case"year":case"yrs":case"yr":case"y":return u*a;case"weeks":case"week":case"w":return u*i;case"days":case"day":case"d":return u*s;case"hours":case"hour":case"hrs":case"hr":case"h":return u*o;case"minutes":case"minute":case"mins":case"min":case"m":return u*n;case"seconds":case"second":case"secs":case"sec":case"s":return u*r;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return u;default:return void 0}}function fmtShort(e){var t=Math.abs(e);if(t>=s){return Math.round(e/s)+"d"}if(t>=o){return Math.round(e/o)+"h"}if(t>=n){return Math.round(e/n)+"m"}if(t>=r){return Math.round(e/r)+"s"}return e+"ms"}function fmtLong(e){var t=Math.abs(e);if(t>=s){return plural(e,t,s,"day")}if(t>=o){return plural(e,t,o,"hour")}if(t>=n){return plural(e,t,n,"minute")}if(t>=r){return plural(e,t,r,"second")}return e+" ms"}function plural(e,t,r,n){var o=t>=r*1.5;return Math.round(e/r)+" "+n+(o?"s":"")}}});var S=__commonJS({"../../node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/common.js"(e,t){function setup(e){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=y();createDebug.destroy=destroy;Object.keys(e).forEach((t=>{createDebug[t]=e[t]}));createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(e){let t=0;for(let r=0;r<e.length;r++){t=(t<<5)-t+e.charCodeAt(r);t|=0}return createDebug.colors[Math.abs(t)%createDebug.colors.length]}createDebug.selectColor=selectColor;function createDebug(e){let t;let r=null;let n;let o;function debug2(...e){if(!debug2.enabled){return}const r=debug2;const n=Number(new Date);const o=n-(t||n);r.diff=o;r.prev=t;r.curr=n;t=n;e[0]=createDebug.coerce(e[0]);if(typeof e[0]!=="string"){e.unshift("%O")}let s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((t,n)=>{if(t==="%%"){return"%"}s++;const o=createDebug.formatters[n];if(typeof o==="function"){const n=e[s];t=o.call(r,n);e.splice(s,1);s--}return t}));createDebug.formatArgs.call(r,e);const i=r.log||createDebug.log;i.apply(r,e)}debug2.namespace=e;debug2.useColors=createDebug.useColors();debug2.color=createDebug.selectColor(e);debug2.extend=extend;debug2.destroy=createDebug.destroy;Object.defineProperty(debug2,"enabled",{enumerable:true,configurable:false,get:()=>{if(r!==null){return r}if(n!==createDebug.namespaces){n=createDebug.namespaces;o=createDebug.enabled(e)}return o},set:e=>{r=e}});if(typeof createDebug.init==="function"){createDebug.init(debug2)}return debug2}function extend(e,t){const r=createDebug(this.namespace+(typeof t==="undefined"?":":t)+e);r.log=this.log;return r}function enable(e){createDebug.save(e);createDebug.namespaces=e;createDebug.names=[];createDebug.skips=[];let t;const r=(typeof e==="string"?e:"").split(/[\s,]+/);const n=r.length;for(t=0;t<n;t++){if(!r[t]){continue}e=r[t].replace(/\*/g,".*?");if(e[0]==="-"){createDebug.skips.push(new RegExp("^"+e.slice(1)+"$"))}else{createDebug.names.push(new RegExp("^"+e+"$"))}}}function disable(){const e=[...createDebug.names.map(toNamespace),...createDebug.skips.map(toNamespace).map((e=>"-"+e))].join(",");createDebug.enable("");return e}function enabled(e){if(e[e.length-1]==="*"){return true}let t;let r;for(t=0,r=createDebug.skips.length;t<r;t++){if(createDebug.skips[t].test(e)){return false}}for(t=0,r=createDebug.names.length;t<r;t++){if(createDebug.names[t].test(e)){return true}}return false}function toNamespace(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}function coerce(e){if(e instanceof Error){return e.stack||e.message}return e}function destroy(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}createDebug.enable(createDebug.load());return createDebug}t.exports=setup}});var b=__commonJS({"../../node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/browser.js"(e,t){e.formatArgs=formatArgs;e.save=save;e.load=load;e.useColors=useColors;e.storage=localstorage();e.destroy=(()=>{let e=false;return()=>{if(!e){e=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();e.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(e){e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+t.exports.humanize(this.diff);if(!this.useColors){return}const r="color: "+this.color;e.splice(1,0,r,"color: inherit");let n=0;let o=0;e[0].replace(/%[a-zA-Z%]/g,(e=>{if(e==="%%"){return}n++;if(e==="%c"){o=n}}));e.splice(o,0,r)}e.log=console.debug||console.log||(()=>{});function save(t){try{if(t){e.storage.setItem("debug",t)}else{e.storage.removeItem("debug")}}catch(e){}}function load(){let t;try{t=e.storage.getItem("debug")}catch(e){}if(!t&&typeof process!=="undefined"&&"env"in process){t=process.env.DEBUG}return t}function localstorage(){try{return localStorage}catch(e){}}t.exports=S()(e);var{formatters:r}=t.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}});var A=__commonJS({"../../node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/node.js"(e,t){var n=r(224);var o=r(837);e.init=init;e.log=log;e.formatArgs=formatArgs;e.save=save;e.load=load;e.useColors=useColors;e.destroy=o.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");e.colors=[6,2,3,4,5,1];try{const t=r(270);if(t&&(t.stderr||t).level>=2){e.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(e){}e.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];if(/^(yes|on|true|enabled)$/i.test(n)){n=true}else if(/^(no|off|false|disabled)$/i.test(n)){n=false}else if(n==="null"){n=null}else{n=Number(n)}e[r]=n;return e}),{});function useColors(){return"colors"in e.inspectOpts?Boolean(e.inspectOpts.colors):n.isatty(process.stderr.fd)}function formatArgs(e){const{namespace:r,useColors:n}=this;if(n){const n=this.color;const o="[3"+(n<8?n:"8;5;"+n);const s=` ${o};1m${r} `;e[0]=s+e[0].split("\n").join("\n"+s);e.push(o+"m+"+t.exports.humanize(this.diff)+"")}else{e[0]=getDate()+r+" "+e[0]}}function getDate(){if(e.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...e){return process.stderr.write(o.format(...e)+"\n")}function save(e){if(e){process.env.DEBUG=e}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(t){t.inspectOpts={};const r=Object.keys(e.inspectOpts);for(let n=0;n<r.length;n++){t.inspectOpts[r[n]]=e.inspectOpts[r[n]]}}t.exports=S()(e);var{formatters:s}=t.exports;s.o=function(e){this.inspectOpts.colors=this.useColors;return o.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")};s.O=function(e){this.inspectOpts.colors=this.useColors;return o.inspect(e,this.inspectOpts)}}});var R=__commonJS({"../../node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/index.js"(e,t){if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){t.exports=b()}else{t.exports=A()}}});var E=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/base64.js"(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");e.encode=function(e){if(0<=e&&e<t.length){return t[e]}throw new TypeError("Must be between 0 and 63: "+e)};e.decode=function(e){var t=65;var r=90;var n=97;var o=122;var s=48;var i=57;var a=43;var u=47;var c=26;var l=52;if(t<=e&&e<=r){return e-t}if(n<=e&&e<=o){return e-n+c}if(s<=e&&e<=i){return e-s+l}if(e==a){return 62}if(e==u){return 63}return-1}}});var M=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/base64-vlq.js"(e){var t=E();var r=5;var n=1<<r;var o=n-1;var s=n;function toVLQSigned(e){return e<0?(-e<<1)+1:(e<<1)+0}function fromVLQSigned(e){var t=(e&1)===1;var r=e>>1;return t?-r:r}e.encode=function base64VLQ_encode(e){var n="";var i;var a=toVLQSigned(e);do{i=a&o;a>>>=r;if(a>0){i|=s}n+=t.encode(i)}while(a>0);return n};e.decode=function base64VLQ_decode(e,n,i){var a=e.length;var u=0;var c=0;var l,p;do{if(n>=a){throw new Error("Expected more digits in base 64 VLQ value.")}p=t.decode(e.charCodeAt(n++));if(p===-1){throw new Error("Invalid base64 digit: "+e.charAt(n-1))}l=!!(p&s);p&=o;u=u+(p<<c);c+=r}while(l);i.value=fromVLQSigned(u);i.rest=n}}});var O=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/util.js"(e){function getArg(e,t,r){if(t in e){return e[t]}else if(arguments.length===3){return r}else{throw new Error('"'+t+'" is a required argument.')}}e.getArg=getArg;var t=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;var r=/^data:.+\,.+$/;function urlParse(e){var r=e.match(t);if(!r){return null}return{scheme:r[1],auth:r[2],host:r[3],port:r[4],path:r[5]}}e.urlParse=urlParse;function urlGenerate(e){var t="";if(e.scheme){t+=e.scheme+":"}t+="//";if(e.auth){t+=e.auth+"@"}if(e.host){t+=e.host}if(e.port){t+=":"+e.port}if(e.path){t+=e.path}return t}e.urlGenerate=urlGenerate;function normalize(t){var r=t;var n=urlParse(t);if(n){if(!n.path){return t}r=n.path}var o=e.isAbsolute(r);var s=r.split(/\/+/);for(var i,a=0,u=s.length-1;u>=0;u--){i=s[u];if(i==="."){s.splice(u,1)}else if(i===".."){a++}else if(a>0){if(i===""){s.splice(u+1,a);a=0}else{s.splice(u,2);a--}}}r=s.join("/");if(r===""){r=o?"/":"."}if(n){n.path=r;return urlGenerate(n)}return r}e.normalize=normalize;function join(e,t){if(e===""){e="."}if(t===""){t="."}var n=urlParse(t);var o=urlParse(e);if(o){e=o.path||"/"}if(n&&!n.scheme){if(o){n.scheme=o.scheme}return urlGenerate(n)}if(n||t.match(r)){return t}if(o&&!o.host&&!o.path){o.host=t;return urlGenerate(o)}var s=t.charAt(0)==="/"?t:normalize(e.replace(/\/+$/,"")+"/"+t);if(o){o.path=s;return urlGenerate(o)}return s}e.join=join;e.isAbsolute=function(e){return e.charAt(0)==="/"||t.test(e)};function relative(e,t){if(e===""){e="."}e=e.replace(/\/$/,"");var r=0;while(t.indexOf(e+"/")!==0){var n=e.lastIndexOf("/");if(n<0){return t}e=e.slice(0,n);if(e.match(/^([^\/]+:\/)?\/*$/)){return t}++r}return Array(r+1).join("../")+t.substr(e.length+1)}e.relative=relative;var n=function(){var e=Object.create(null);return!("__proto__"in e)}();function identity(e){return e}function toSetString(e){if(isProtoString(e)){return"$"+e}return e}e.toSetString=n?identity:toSetString;function fromSetString(e){if(isProtoString(e)){return e.slice(1)}return e}e.fromSetString=n?identity:fromSetString;function isProtoString(e){if(!e){return false}var t=e.length;if(t<9){return false}if(e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95){return false}for(var r=t-10;r>=0;r--){if(e.charCodeAt(r)!==36){return false}}return true}function compareByOriginalPositions(e,t,r){var n=strcmp(e.source,t.source);if(n!==0){return n}n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0||r){return n}n=e.generatedColumn-t.generatedColumn;if(n!==0){return n}n=e.generatedLine-t.generatedLine;if(n!==0){return n}return strcmp(e.name,t.name)}e.compareByOriginalPositions=compareByOriginalPositions;function compareByGeneratedPositionsDeflated(e,t,r){var n=e.generatedLine-t.generatedLine;if(n!==0){return n}n=e.generatedColumn-t.generatedColumn;if(n!==0||r){return n}n=strcmp(e.source,t.source);if(n!==0){return n}n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0){return n}return strcmp(e.name,t.name)}e.compareByGeneratedPositionsDeflated=compareByGeneratedPositionsDeflated;function strcmp(e,t){if(e===t){return 0}if(e===null){return 1}if(t===null){return-1}if(e>t){return 1}return-1}function compareByGeneratedPositionsInflated(e,t){var r=e.generatedLine-t.generatedLine;if(r!==0){return r}r=e.generatedColumn-t.generatedColumn;if(r!==0){return r}r=strcmp(e.source,t.source);if(r!==0){return r}r=e.originalLine-t.originalLine;if(r!==0){return r}r=e.originalColumn-t.originalColumn;if(r!==0){return r}return strcmp(e.name,t.name)}e.compareByGeneratedPositionsInflated=compareByGeneratedPositionsInflated;function parseSourceMapInput(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=parseSourceMapInput;function computeSourceURL(e,t,r){t=t||"";if(e){if(e[e.length-1]!=="/"&&t[0]!=="/"){e+="/"}t=e+t}if(r){var n=urlParse(r);if(!n){throw new Error("sourceMapURL could not be parsed")}if(n.path){var o=n.path.lastIndexOf("/");if(o>=0){n.path=n.path.substring(0,o+1)}}t=join(urlGenerate(n),t)}return normalize(t)}e.computeSourceURL=computeSourceURL}});var x=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/array-set.js"(e){var t=O();var r=Object.prototype.hasOwnProperty;var n=typeof Map!=="undefined";function ArraySet(){this._array=[];this._set=n?new Map:Object.create(null)}ArraySet.fromArray=function ArraySet_fromArray(e,t){var r=new ArraySet;for(var n=0,o=e.length;n<o;n++){r.add(e[n],t)}return r};ArraySet.prototype.size=function ArraySet_size(){return n?this._set.size:Object.getOwnPropertyNames(this._set).length};ArraySet.prototype.add=function ArraySet_add(e,o){var s=n?e:t.toSetString(e);var i=n?this.has(e):r.call(this._set,s);var a=this._array.length;if(!i||o){this._array.push(e)}if(!i){if(n){this._set.set(e,a)}else{this._set[s]=a}}};ArraySet.prototype.has=function ArraySet_has(e){if(n){return this._set.has(e)}else{var o=t.toSetString(e);return r.call(this._set,o)}};ArraySet.prototype.indexOf=function ArraySet_indexOf(e){if(n){var o=this._set.get(e);if(o>=0){return o}}else{var s=t.toSetString(e);if(r.call(this._set,s)){return this._set[s]}}throw new Error('"'+e+'" is not in the set.')};ArraySet.prototype.at=function ArraySet_at(e){if(e>=0&&e<this._array.length){return this._array[e]}throw new Error("No element indexed by "+e)};ArraySet.prototype.toArray=function ArraySet_toArray(){return this._array.slice()};e.ArraySet=ArraySet}});var w=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/mapping-list.js"(e){var t=O();function generatedPositionAfter(e,r){var n=e.generatedLine;var o=r.generatedLine;var s=e.generatedColumn;var i=r.generatedColumn;return o>n||o==n&&i>=s||t.compareByGeneratedPositionsInflated(e,r)<=0}function MappingList(){this._array=[];this._sorted=true;this._last={generatedLine:-1,generatedColumn:0}}MappingList.prototype.unsortedForEach=function MappingList_forEach(e,t){this._array.forEach(e,t)};MappingList.prototype.add=function MappingList_add(e){if(generatedPositionAfter(this._last,e)){this._last=e;this._array.push(e)}else{this._sorted=false;this._array.push(e)}};MappingList.prototype.toArray=function MappingList_toArray(){if(!this._sorted){this._array.sort(t.compareByGeneratedPositionsInflated);this._sorted=true}return this._array};e.MappingList=MappingList}});var L=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-map-generator.js"(e){var t=M();var r=O();var n=x().ArraySet;var o=w().MappingList;function SourceMapGenerator2(e){if(!e){e={}}this._file=r.getArg(e,"file",null);this._sourceRoot=r.getArg(e,"sourceRoot",null);this._skipValidation=r.getArg(e,"skipValidation",false);this._sources=new n;this._names=new n;this._mappings=new o;this._sourcesContents=null}SourceMapGenerator2.prototype._version=3;SourceMapGenerator2.fromSourceMap=function SourceMapGenerator_fromSourceMap(e){var t=e.sourceRoot;var n=new SourceMapGenerator2({file:e.file,sourceRoot:t});e.eachMapping((function(e){var o={generated:{line:e.generatedLine,column:e.generatedColumn}};if(e.source!=null){o.source=e.source;if(t!=null){o.source=r.relative(t,o.source)}o.original={line:e.originalLine,column:e.originalColumn};if(e.name!=null){o.name=e.name}}n.addMapping(o)}));e.sources.forEach((function(o){var s=o;if(t!==null){s=r.relative(t,o)}if(!n._sources.has(s)){n._sources.add(s)}var i=e.sourceContentFor(o);if(i!=null){n.setSourceContent(o,i)}}));return n};SourceMapGenerator2.prototype.addMapping=function SourceMapGenerator_addMapping(e){var t=r.getArg(e,"generated");var n=r.getArg(e,"original",null);var o=r.getArg(e,"source",null);var s=r.getArg(e,"name",null);if(!this._skipValidation){this._validateMapping(t,n,o,s)}if(o!=null){o=String(o);if(!this._sources.has(o)){this._sources.add(o)}}if(s!=null){s=String(s);if(!this._names.has(s)){this._names.add(s)}}this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:n!=null&&n.line,originalColumn:n!=null&&n.column,source:o,name:s})};SourceMapGenerator2.prototype.setSourceContent=function SourceMapGenerator_setSourceContent(e,t){var n=e;if(this._sourceRoot!=null){n=r.relative(this._sourceRoot,n)}if(t!=null){if(!this._sourcesContents){this._sourcesContents=Object.create(null)}this._sourcesContents[r.toSetString(n)]=t}else if(this._sourcesContents){delete this._sourcesContents[r.toSetString(n)];if(Object.keys(this._sourcesContents).length===0){this._sourcesContents=null}}};SourceMapGenerator2.prototype.applySourceMap=function SourceMapGenerator_applySourceMap(e,t,o){var s=t;if(t==null){if(e.file==null){throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`)}s=e.file}var i=this._sourceRoot;if(i!=null){s=r.relative(i,s)}var a=new n;var u=new n;this._mappings.unsortedForEach((function(t){if(t.source===s&&t.originalLine!=null){var n=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});if(n.source!=null){t.source=n.source;if(o!=null){t.source=r.join(o,t.source)}if(i!=null){t.source=r.relative(i,t.source)}t.originalLine=n.line;t.originalColumn=n.column;if(n.name!=null){t.name=n.name}}}var c=t.source;if(c!=null&&!a.has(c)){a.add(c)}var l=t.name;if(l!=null&&!u.has(l)){u.add(l)}}),this);this._sources=a;this._names=u;e.sources.forEach((function(t){var n=e.sourceContentFor(t);if(n!=null){if(o!=null){t=r.join(o,t)}if(i!=null){t=r.relative(i,t)}this.setSourceContent(t,n)}}),this)};SourceMapGenerator2.prototype._validateMapping=function SourceMapGenerator_validateMapping(e,t,r,n){if(t&&typeof t.line!=="number"&&typeof t.column!=="number"){throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.")}if(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0&&!t&&!r&&!n){return}else if(e&&"line"in e&&"column"in e&&t&&"line"in t&&"column"in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&r){return}else{throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:t,name:n}))}};SourceMapGenerator2.prototype._serializeMappings=function SourceMapGenerator_serializeMappings(){var e=0;var n=1;var o=0;var s=0;var i=0;var a=0;var u="";var c;var l;var p;var f;var d=this._mappings.toArray();for(var g=0,m=d.length;g<m;g++){l=d[g];c="";if(l.generatedLine!==n){e=0;while(l.generatedLine!==n){c+=";";n++}}else{if(g>0){if(!r.compareByGeneratedPositionsInflated(l,d[g-1])){continue}c+=","}}c+=t.encode(l.generatedColumn-e);e=l.generatedColumn;if(l.source!=null){f=this._sources.indexOf(l.source);c+=t.encode(f-a);a=f;c+=t.encode(l.originalLine-1-s);s=l.originalLine-1;c+=t.encode(l.originalColumn-o);o=l.originalColumn;if(l.name!=null){p=this._names.indexOf(l.name);c+=t.encode(p-i);i=p}}u+=c}return u};SourceMapGenerator2.prototype._generateSourcesContent=function SourceMapGenerator_generateSourcesContent(e,t){return e.map((function(e){if(!this._sourcesContents){return null}if(t!=null){e=r.relative(t,e)}var n=r.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,n)?this._sourcesContents[n]:null}),this)};SourceMapGenerator2.prototype.toJSON=function SourceMapGenerator_toJSON(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};if(this._file!=null){e.file=this._file}if(this._sourceRoot!=null){e.sourceRoot=this._sourceRoot}if(this._sourcesContents){e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)}return e};SourceMapGenerator2.prototype.toString=function SourceMapGenerator_toString(){return JSON.stringify(this.toJSON())};e.SourceMapGenerator=SourceMapGenerator2}});var $=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/binary-search.js"(e){e.GREATEST_LOWER_BOUND=1;e.LEAST_UPPER_BOUND=2;function recursiveSearch(t,r,n,o,s,i){var a=Math.floor((r-t)/2)+t;var u=s(n,o[a],true);if(u===0){return a}else if(u>0){if(r-a>1){return recursiveSearch(a,r,n,o,s,i)}if(i==e.LEAST_UPPER_BOUND){return r<o.length?r:-1}else{return a}}else{if(a-t>1){return recursiveSearch(t,a,n,o,s,i)}if(i==e.LEAST_UPPER_BOUND){return a}else{return t<0?-1:t}}}e.search=function search(t,r,n,o){if(r.length===0){return-1}var s=recursiveSearch(-1,r.length,t,r,n,o||e.GREATEST_LOWER_BOUND);if(s<0){return-1}while(s-1>=0){if(n(r[s],r[s-1],true)!==0){break}--s}return s}}});var T=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/quick-sort.js"(e){function swap(e,t,r){var n=e[t];e[t]=e[r];e[r]=n}function randomIntInRange(e,t){return Math.round(e+Math.random()*(t-e))}function doQuickSort(e,t,r,n){if(r<n){var o=randomIntInRange(r,n);var s=r-1;swap(e,o,n);var i=e[n];for(var a=r;a<n;a++){if(t(e[a],i)<=0){s+=1;swap(e,s,a)}}swap(e,s+1,a);var u=s+1;doQuickSort(e,t,r,u-1);doQuickSort(e,t,u+1,n)}}e.quickSort=function(e,t){doQuickSort(e,t,0,e.length-1)}}});var k=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-map-consumer.js"(e){var t=O();var r=$();var n=x().ArraySet;var o=M();var s=T().quickSort;function SourceMapConsumer2(e,r){var n=e;if(typeof e==="string"){n=t.parseSourceMapInput(e)}return n.sections!=null?new IndexedSourceMapConsumer(n,r):new BasicSourceMapConsumer(n,r)}SourceMapConsumer2.fromSourceMap=function(e,t){return BasicSourceMapConsumer.fromSourceMap(e,t)};SourceMapConsumer2.prototype._version=3;SourceMapConsumer2.prototype.__generatedMappings=null;Object.defineProperty(SourceMapConsumer2.prototype,"_generatedMappings",{configurable:true,enumerable:true,get:function(){if(!this.__generatedMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__generatedMappings}});SourceMapConsumer2.prototype.__originalMappings=null;Object.defineProperty(SourceMapConsumer2.prototype,"_originalMappings",{configurable:true,enumerable:true,get:function(){if(!this.__originalMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__originalMappings}});SourceMapConsumer2.prototype._charIsMappingSeparator=function SourceMapConsumer_charIsMappingSeparator(e,t){var r=e.charAt(t);return r===";"||r===","};SourceMapConsumer2.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,t){throw new Error("Subclasses must implement _parseMappings")};SourceMapConsumer2.GENERATED_ORDER=1;SourceMapConsumer2.ORIGINAL_ORDER=2;SourceMapConsumer2.GREATEST_LOWER_BOUND=1;SourceMapConsumer2.LEAST_UPPER_BOUND=2;SourceMapConsumer2.prototype.eachMapping=function SourceMapConsumer_eachMapping(e,r,n){var o=r||null;var s=n||SourceMapConsumer2.GENERATED_ORDER;var i;switch(s){case SourceMapConsumer2.GENERATED_ORDER:i=this._generatedMappings;break;case SourceMapConsumer2.ORIGINAL_ORDER:i=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var a=this.sourceRoot;i.map((function(e){var r=e.source===null?null:this._sources.at(e.source);r=t.computeSourceURL(a,r,this._sourceMapURL);return{source:r,generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:e.name===null?null:this._names.at(e.name)}}),this).forEach(e,o)};SourceMapConsumer2.prototype.allGeneratedPositionsFor=function SourceMapConsumer_allGeneratedPositionsFor(e){var n=t.getArg(e,"line");var o={source:t.getArg(e,"source"),originalLine:n,originalColumn:t.getArg(e,"column",0)};o.source=this._findSourceIndex(o.source);if(o.source<0){return[]}var s=[];var i=this._findMapping(o,this._originalMappings,"originalLine","originalColumn",t.compareByOriginalPositions,r.LEAST_UPPER_BOUND);if(i>=0){var a=this._originalMappings[i];if(e.column===void 0){var u=a.originalLine;while(a&&a.originalLine===u){s.push({line:t.getArg(a,"generatedLine",null),column:t.getArg(a,"generatedColumn",null),lastColumn:t.getArg(a,"lastGeneratedColumn",null)});a=this._originalMappings[++i]}}else{var c=a.originalColumn;while(a&&a.originalLine===n&&a.originalColumn==c){s.push({line:t.getArg(a,"generatedLine",null),column:t.getArg(a,"generatedColumn",null),lastColumn:t.getArg(a,"lastGeneratedColumn",null)});a=this._originalMappings[++i]}}}return s};e.SourceMapConsumer=SourceMapConsumer2;function BasicSourceMapConsumer(e,r){var o=e;if(typeof e==="string"){o=t.parseSourceMapInput(e)}var s=t.getArg(o,"version");var i=t.getArg(o,"sources");var a=t.getArg(o,"names",[]);var u=t.getArg(o,"sourceRoot",null);var c=t.getArg(o,"sourcesContent",null);var l=t.getArg(o,"mappings");var p=t.getArg(o,"file",null);if(s!=this._version){throw new Error("Unsupported version: "+s)}if(u){u=t.normalize(u)}i=i.map(String).map(t.normalize).map((function(e){return u&&t.isAbsolute(u)&&t.isAbsolute(e)?t.relative(u,e):e}));this._names=n.fromArray(a.map(String),true);this._sources=n.fromArray(i,true);this._absoluteSources=this._sources.toArray().map((function(e){return t.computeSourceURL(u,e,r)}));this.sourceRoot=u;this.sourcesContent=c;this._mappings=l;this._sourceMapURL=r;this.file=p}BasicSourceMapConsumer.prototype=Object.create(SourceMapConsumer2.prototype);BasicSourceMapConsumer.prototype.consumer=SourceMapConsumer2;BasicSourceMapConsumer.prototype._findSourceIndex=function(e){var r=e;if(this.sourceRoot!=null){r=t.relative(this.sourceRoot,r)}if(this._sources.has(r)){return this._sources.indexOf(r)}var n;for(n=0;n<this._absoluteSources.length;++n){if(this._absoluteSources[n]==e){return n}}return-1};BasicSourceMapConsumer.fromSourceMap=function SourceMapConsumer_fromSourceMap(e,r){var o=Object.create(BasicSourceMapConsumer.prototype);var i=o._names=n.fromArray(e._names.toArray(),true);var a=o._sources=n.fromArray(e._sources.toArray(),true);o.sourceRoot=e._sourceRoot;o.sourcesContent=e._generateSourcesContent(o._sources.toArray(),o.sourceRoot);o.file=e._file;o._sourceMapURL=r;o._absoluteSources=o._sources.toArray().map((function(e){return t.computeSourceURL(o.sourceRoot,e,r)}));var u=e._mappings.toArray().slice();var c=o.__generatedMappings=[];var l=o.__originalMappings=[];for(var p=0,f=u.length;p<f;p++){var d=u[p];var g=new Mapping;g.generatedLine=d.generatedLine;g.generatedColumn=d.generatedColumn;if(d.source){g.source=a.indexOf(d.source);g.originalLine=d.originalLine;g.originalColumn=d.originalColumn;if(d.name){g.name=i.indexOf(d.name)}l.push(g)}c.push(g)}s(o.__originalMappings,t.compareByOriginalPositions);return o};BasicSourceMapConsumer.prototype._version=3;Object.defineProperty(BasicSourceMapConsumer.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function Mapping(){this.generatedLine=0;this.generatedColumn=0;this.source=null;this.originalLine=null;this.originalColumn=null;this.name=null}BasicSourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,r){var n=1;var i=0;var a=0;var u=0;var c=0;var l=0;var p=e.length;var f=0;var d={};var g={};var m=[];var h=[];var v,_,C,y,S;while(f<p){if(e.charAt(f)===";"){n++;f++;i=0}else if(e.charAt(f)===","){f++}else{v=new Mapping;v.generatedLine=n;for(y=f;y<p;y++){if(this._charIsMappingSeparator(e,y)){break}}_=e.slice(f,y);C=d[_];if(C){f+=_.length}else{C=[];while(f<y){o.decode(e,f,g);S=g.value;f=g.rest;C.push(S)}if(C.length===2){throw new Error("Found a source, but no line and column")}if(C.length===3){throw new Error("Found a source and line, but no column")}d[_]=C}v.generatedColumn=i+C[0];i=v.generatedColumn;if(C.length>1){v.source=c+C[1];c+=C[1];v.originalLine=a+C[2];a=v.originalLine;v.originalLine+=1;v.originalColumn=u+C[3];u=v.originalColumn;if(C.length>4){v.name=l+C[4];l+=C[4]}}h.push(v);if(typeof v.originalLine==="number"){m.push(v)}}}s(h,t.compareByGeneratedPositionsDeflated);this.__generatedMappings=h;s(m,t.compareByOriginalPositions);this.__originalMappings=m};BasicSourceMapConsumer.prototype._findMapping=function SourceMapConsumer_findMapping(e,t,n,o,s,i){if(e[n]<=0){throw new TypeError("Line must be greater than or equal to 1, got "+e[n])}if(e[o]<0){throw new TypeError("Column must be greater than or equal to 0, got "+e[o])}return r.search(e,t,s,i)};BasicSourceMapConsumer.prototype.computeColumnSpans=function SourceMapConsumer_computeColumnSpans(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var r=this._generatedMappings[e+1];if(t.generatedLine===r.generatedLine){t.lastGeneratedColumn=r.generatedColumn-1;continue}}t.lastGeneratedColumn=Infinity}};BasicSourceMapConsumer.prototype.originalPositionFor=function SourceMapConsumer_originalPositionFor(e){var r={generatedLine:t.getArg(e,"line"),generatedColumn:t.getArg(e,"column")};var n=this._findMapping(r,this._generatedMappings,"generatedLine","generatedColumn",t.compareByGeneratedPositionsDeflated,t.getArg(e,"bias",SourceMapConsumer2.GREATEST_LOWER_BOUND));if(n>=0){var o=this._generatedMappings[n];if(o.generatedLine===r.generatedLine){var s=t.getArg(o,"source",null);if(s!==null){s=this._sources.at(s);s=t.computeSourceURL(this.sourceRoot,s,this._sourceMapURL)}var i=t.getArg(o,"name",null);if(i!==null){i=this._names.at(i)}return{source:s,line:t.getArg(o,"originalLine",null),column:t.getArg(o,"originalColumn",null),name:i}}}return{source:null,line:null,column:null,name:null}};BasicSourceMapConsumer.prototype.hasContentsOfAllSources=function BasicSourceMapConsumer_hasContentsOfAllSources(){if(!this.sourcesContent){return false}return this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some((function(e){return e==null}))};BasicSourceMapConsumer.prototype.sourceContentFor=function SourceMapConsumer_sourceContentFor(e,r){if(!this.sourcesContent){return null}var n=this._findSourceIndex(e);if(n>=0){return this.sourcesContent[n]}var o=e;if(this.sourceRoot!=null){o=t.relative(this.sourceRoot,o)}var s;if(this.sourceRoot!=null&&(s=t.urlParse(this.sourceRoot))){var i=o.replace(/^file:\/\//,"");if(s.scheme=="file"&&this._sources.has(i)){return this.sourcesContent[this._sources.indexOf(i)]}if((!s.path||s.path=="/")&&this._sources.has("/"+o)){return this.sourcesContent[this._sources.indexOf("/"+o)]}}if(r){return null}else{throw new Error('"'+o+'" is not in the SourceMap.')}};BasicSourceMapConsumer.prototype.generatedPositionFor=function SourceMapConsumer_generatedPositionFor(e){var r=t.getArg(e,"source");r=this._findSourceIndex(r);if(r<0){return{line:null,column:null,lastColumn:null}}var n={source:r,originalLine:t.getArg(e,"line"),originalColumn:t.getArg(e,"column")};var o=this._findMapping(n,this._originalMappings,"originalLine","originalColumn",t.compareByOriginalPositions,t.getArg(e,"bias",SourceMapConsumer2.GREATEST_LOWER_BOUND));if(o>=0){var s=this._originalMappings[o];if(s.source===n.source){return{line:t.getArg(s,"generatedLine",null),column:t.getArg(s,"generatedColumn",null),lastColumn:t.getArg(s,"lastGeneratedColumn",null)}}}return{line:null,column:null,lastColumn:null}};e.BasicSourceMapConsumer=BasicSourceMapConsumer;function IndexedSourceMapConsumer(e,r){var o=e;if(typeof e==="string"){o=t.parseSourceMapInput(e)}var s=t.getArg(o,"version");var i=t.getArg(o,"sections");if(s!=this._version){throw new Error("Unsupported version: "+s)}this._sources=new n;this._names=new n;var a={line:-1,column:0};this._sections=i.map((function(e){if(e.url){throw new Error("Support for url field in sections not implemented.")}var n=t.getArg(e,"offset");var o=t.getArg(n,"line");var s=t.getArg(n,"column");if(o<a.line||o===a.line&&s<a.column){throw new Error("Section offsets must be ordered and non-overlapping.")}a=n;return{generatedOffset:{generatedLine:o+1,generatedColumn:s+1},consumer:new SourceMapConsumer2(t.getArg(e,"map"),r)}}))}IndexedSourceMapConsumer.prototype=Object.create(SourceMapConsumer2.prototype);IndexedSourceMapConsumer.prototype.constructor=SourceMapConsumer2;IndexedSourceMapConsumer.prototype._version=3;Object.defineProperty(IndexedSourceMapConsumer.prototype,"sources",{get:function(){var e=[];for(var t=0;t<this._sections.length;t++){for(var r=0;r<this._sections[t].consumer.sources.length;r++){e.push(this._sections[t].consumer.sources[r])}}return e}});IndexedSourceMapConsumer.prototype.originalPositionFor=function IndexedSourceMapConsumer_originalPositionFor(e){var n={generatedLine:t.getArg(e,"line"),generatedColumn:t.getArg(e,"column")};var o=r.search(n,this._sections,(function(e,t){var r=e.generatedLine-t.generatedOffset.generatedLine;if(r){return r}return e.generatedColumn-t.generatedOffset.generatedColumn}));var s=this._sections[o];if(!s){return{source:null,line:null,column:null,name:null}}return s.consumer.originalPositionFor({line:n.generatedLine-(s.generatedOffset.generatedLine-1),column:n.generatedColumn-(s.generatedOffset.generatedLine===n.generatedLine?s.generatedOffset.generatedColumn-1:0),bias:e.bias})};IndexedSourceMapConsumer.prototype.hasContentsOfAllSources=function IndexedSourceMapConsumer_hasContentsOfAllSources(){return this._sections.every((function(e){return e.consumer.hasContentsOfAllSources()}))};IndexedSourceMapConsumer.prototype.sourceContentFor=function IndexedSourceMapConsumer_sourceContentFor(e,t){for(var r=0;r<this._sections.length;r++){var n=this._sections[r];var o=n.consumer.sourceContentFor(e,true);if(o){return o}}if(t){return null}else{throw new Error('"'+e+'" is not in the SourceMap.')}};IndexedSourceMapConsumer.prototype.generatedPositionFor=function IndexedSourceMapConsumer_generatedPositionFor(e){for(var r=0;r<this._sections.length;r++){var n=this._sections[r];if(n.consumer._findSourceIndex(t.getArg(e,"source"))===-1){continue}var o=n.consumer.generatedPositionFor(e);if(o){var s={line:o.line+(n.generatedOffset.generatedLine-1),column:o.column+(n.generatedOffset.generatedLine===o.line?n.generatedOffset.generatedColumn-1:0)};return s}}return{line:null,column:null}};IndexedSourceMapConsumer.prototype._parseMappings=function IndexedSourceMapConsumer_parseMappings(e,r){this.__generatedMappings=[];this.__originalMappings=[];for(var n=0;n<this._sections.length;n++){var o=this._sections[n];var i=o.consumer._generatedMappings;for(var a=0;a<i.length;a++){var u=i[a];var c=o.consumer._sources.at(u.source);c=t.computeSourceURL(o.consumer.sourceRoot,c,this._sourceMapURL);this._sources.add(c);c=this._sources.indexOf(c);var l=null;if(u.name){l=o.consumer._names.at(u.name);this._names.add(l);l=this._names.indexOf(l)}var p={source:c,generatedLine:u.generatedLine+(o.generatedOffset.generatedLine-1),generatedColumn:u.generatedColumn+(o.generatedOffset.generatedLine===u.generatedLine?o.generatedOffset.generatedColumn-1:0),originalLine:u.originalLine,originalColumn:u.originalColumn,name:l};this.__generatedMappings.push(p);if(typeof p.originalLine==="number"){this.__originalMappings.push(p)}}}s(this.__generatedMappings,t.compareByGeneratedPositionsDeflated);s(this.__originalMappings,t.compareByOriginalPositions)};e.IndexedSourceMapConsumer=IndexedSourceMapConsumer}});var N=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/lib/source-node.js"(e){var t=L().SourceMapGenerator;var r=O();var n=/(\r?\n)/;var o=10;var s="$$$isSourceNode$$$";function SourceNode(e,t,r,n,o){this.children=[];this.sourceContents={};this.line=e==null?null:e;this.column=t==null?null:t;this.source=r==null?null:r;this.name=o==null?null:o;this[s]=true;if(n!=null)this.add(n)}SourceNode.fromStringWithSourceMap=function SourceNode_fromStringWithSourceMap(e,t,o){var s=new SourceNode;var i=e.split(n);var a=0;var shiftNextLine=function(){var e=getNextLine();var t=getNextLine()||"";return e+t;function getNextLine(){return a<i.length?i[a++]:void 0}};var u=1,c=0;var l=null;t.eachMapping((function(e){if(l!==null){if(u<e.generatedLine){addMappingWithCode(l,shiftNextLine());u++;c=0}else{var t=i[a]||"";var r=t.substr(0,e.generatedColumn-c);i[a]=t.substr(e.generatedColumn-c);c=e.generatedColumn;addMappingWithCode(l,r);l=e;return}}while(u<e.generatedLine){s.add(shiftNextLine());u++}if(c<e.generatedColumn){var t=i[a]||"";s.add(t.substr(0,e.generatedColumn));i[a]=t.substr(e.generatedColumn);c=e.generatedColumn}l=e}),this);if(a<i.length){if(l){addMappingWithCode(l,shiftNextLine())}s.add(i.splice(a).join(""))}t.sources.forEach((function(e){var n=t.sourceContentFor(e);if(n!=null){if(o!=null){e=r.join(o,e)}s.setSourceContent(e,n)}}));return s;function addMappingWithCode(e,t){if(e===null||e.source===void 0){s.add(t)}else{var n=o?r.join(o,e.source):e.source;s.add(new SourceNode(e.originalLine,e.originalColumn,n,t,e.name))}}};SourceNode.prototype.add=function SourceNode_add(e){if(Array.isArray(e)){e.forEach((function(e){this.add(e)}),this)}else if(e[s]||typeof e==="string"){if(e){this.children.push(e)}}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.prepend=function SourceNode_prepend(e){if(Array.isArray(e)){for(var t=e.length-1;t>=0;t--){this.prepend(e[t])}}else if(e[s]||typeof e==="string"){this.children.unshift(e)}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.walk=function SourceNode_walk(e){var t;for(var r=0,n=this.children.length;r<n;r++){t=this.children[r];if(t[s]){t.walk(e)}else{if(t!==""){e(t,{source:this.source,line:this.line,column:this.column,name:this.name})}}}};SourceNode.prototype.join=function SourceNode_join(e){var t;var r;var n=this.children.length;if(n>0){t=[];for(r=0;r<n-1;r++){t.push(this.children[r]);t.push(e)}t.push(this.children[r]);this.children=t}return this};SourceNode.prototype.replaceRight=function SourceNode_replaceRight(e,t){var r=this.children[this.children.length-1];if(r[s]){r.replaceRight(e,t)}else if(typeof r==="string"){this.children[this.children.length-1]=r.replace(e,t)}else{this.children.push("".replace(e,t))}return this};SourceNode.prototype.setSourceContent=function SourceNode_setSourceContent(e,t){this.sourceContents[r.toSetString(e)]=t};SourceNode.prototype.walkSourceContents=function SourceNode_walkSourceContents(e){for(var t=0,n=this.children.length;t<n;t++){if(this.children[t][s]){this.children[t].walkSourceContents(e)}}var o=Object.keys(this.sourceContents);for(var t=0,n=o.length;t<n;t++){e(r.fromSetString(o[t]),this.sourceContents[o[t]])}};SourceNode.prototype.toString=function SourceNode_toString(){var e="";this.walk((function(t){e+=t}));return e};SourceNode.prototype.toStringWithSourceMap=function SourceNode_toStringWithSourceMap(e){var r={code:"",line:1,column:0};var n=new t(e);var s=false;var i=null;var a=null;var u=null;var c=null;this.walk((function(e,t){r.code+=e;if(t.source!==null&&t.line!==null&&t.column!==null){if(i!==t.source||a!==t.line||u!==t.column||c!==t.name){n.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:r.line,column:r.column},name:t.name})}i=t.source;a=t.line;u=t.column;c=t.name;s=true}else if(s){n.addMapping({generated:{line:r.line,column:r.column}});i=null;s=false}for(var l=0,p=e.length;l<p;l++){if(e.charCodeAt(l)===o){r.line++;r.column=0;if(l+1===p){i=null;s=false}else if(s){n.addMapping({source:t.source,original:{line:t.line,column:t.column},generated:{line:r.line,column:r.column},name:t.name})}}else{r.column++}}}));this.walkSourceContents((function(e,t){n.setSourceContent(e,t)}));return{code:r.code,map:n}};e.SourceNode=SourceNode}});var I=__commonJS({"../../node_modules/.pnpm/source-map@0.6.1/node_modules/source-map/source-map.js"(e){e.SourceMapGenerator=L().SourceMapGenerator;e.SourceMapConsumer=k().SourceMapConsumer;e.SourceNode=N().SourceNode}});var D={};__export(D,{default:()=>vuePlugin,parseVueRequest:()=>parseVueRequest});e.exports=vuePlugin;vuePlugin["default"]=vuePlugin;var P=__toESM(r(147));var F=r(17);var B=__toESM(_(),1);function isArray(e){return Array.isArray(e)}function ensureArray(e){if(isArray(e))return e;if(e==null)return[];return[e]}var H=function normalizePath2(e){return e.split(F.win32.sep).join(F.posix.sep)};function getMatcherString(e,t){if(t===false||(0,F.isAbsolute)(e)||e.startsWith("*")){return e}const r=H((0,F.resolve)(t||"")).replace(/[-^$*+?.()|[\]{}]/g,"\\$&");return F.posix.join(r,e)}var G=function createFilter2(e,t,r){const n=r&&r.resolve;const getMatcher=e=>e instanceof RegExp?e:{test:t=>{const r=getMatcherString(e,n);const o=(0,B.default)(r,{dot:true});const s=o(t);return s}};const o=ensureArray(e).map(getMatcher);const s=ensureArray(t).map(getMatcher);return function result(e){if(typeof e!=="string")return false;if(/\0/.test(e))return false;const t=H(e);for(let e=0;e<s.length;++e){const r=s[e];if(r.test(t))return false}for(let e=0;e<o.length;++e){const r=o[e];if(r.test(t))return true}return!o.length}};var j="break case class catch const continue debugger default delete do else export extends finally for function if import in instanceof let new return super switch this throw try typeof var void while with yield enum await implements package protected static interface private public";var U="arguments Infinity NaN undefined null true false eval uneval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Symbol Error EvalError InternalError RangeError ReferenceError SyntaxError TypeError URIError Number Math Date String RegExp Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array Map Set WeakMap WeakSet SIMD ArrayBuffer DataView JSON Promise Generator GeneratorFunction Reflect Proxy Intl";var q=new Set(`${j} ${U}`.split(" "));q.add("");function resolveCompiler(e){const t=tryRequire("vue/compiler-sfc",e)||tryRequire("vue/compiler-sfc");if(!t){throw new Error(`Failed to resolve vue/compiler-sfc.\n@vitejs/plugin-vue requires vue (>=3.2.25) to be present in the dependency tree.`)}return t}function tryRequire(e,t){try{return t?require(r(653).resolve(e,{paths:[t]})):require(e)}catch(e){}}var V=__toESM(r(477));function parseVueRequest(e){const[t,r]=e.split(`?`,2);const n=V.default.parse(r);if(n.vue!=null){n.vue=true}if(n.index!=null){n.index=Number(n.index)}if(n.raw!=null){n.raw=true}return{filename:t,query:n}}var W=__toESM(r(147));var Q=__toESM(r(17));function slash(e){const t=/^\\\\\?\\/.test(e);const r=/[^\u0000-\u0080]+/.test(e);if(t||r){return e}return e.replace(/\\/g,"/")}var K=__toESM(C());var z=new Map;var J=new Map;function createDescriptor(e,t,{root:r,isProduction:n,sourceMap:o,compiler:s}){const{descriptor:i,errors:a}=s.parse(t,{filename:e,sourceMap:o});const u=slash(Q.default.normalize(Q.default.relative(r,e)));i.id=(0,K.default)(u+(n?t:""));z.set(e,i);return{descriptor:i,errors:a}}function getPrevDescriptor(e){return J.get(e)}function setPrevDescriptor(e,t){J.set(e,t)}function getDescriptor(e,t,r=true){if(z.has(e)){return z.get(e)}if(r){const{descriptor:r,errors:n}=createDescriptor(e,W.default.readFileSync(e,"utf-8"),t);if(n.length){throw n[0]}return r}}function getSrcDescriptor(e,t){return z.get(`${e}?src=${t.src}`)}function setSrcDescriptor(e,t){z.set(`${e}?src=${t.id}`,t)}var X=__toESM(r(17));function createRollupError(e,t){const{message:r,name:n,stack:o}=t;const s={id:e,plugin:"vue",message:r,name:n,stack:o};if("code"in t&&t.loc){s.loc={file:e,line:t.loc.start.line,column:t.loc.start.column}}return s}async function transformTemplateAsModule(e,t,r,n,o){const s=compile(e,t,r,n,o);let i=s.code;if(r.devServer&&r.devServer.config.server.hmr!==false&&!o&&!r.isProduction){i+=`\nimport.meta.hot.accept(({ render }) => {\n __VUE_HMR_RUNTIME__.rerender(${JSON.stringify(t.id)}, render)\n })`}return{code:i,map:s.map}}function transformTemplateInMain(e,t,r,n,o){const s=compile(e,t,r,n,o);return __spreadProps(__spreadValues({},s),{code:s.code.replace(/\nexport (function|const) (render|ssrRender)/,"\n$1 _sfc_$2")})}function compile(e,t,r,n,o){const s=t.filename;const i=r.compiler.compileTemplate(__spreadProps(__spreadValues({},resolveTemplateCompilerOptions(t,r,o)),{source:e}));if(i.errors.length){i.errors.forEach((e=>n.error(typeof e==="string"?{id:s,message:e}:createRollupError(s,e))))}if(i.tips.length){i.tips.forEach((e=>n.warn({id:s,message:e})))}return i}function resolveTemplateCompilerOptions(e,t,r){var n,o,s,i,a,u,c;const l=e.template;if(!l){return}const p=getResolvedScript(e,r);const f=e.styles.some((e=>e.scoped));const{id:d,filename:g,cssVars:m}=e;let h=(n=t.template)==null?void 0:n.transformAssetUrls;let v;if(t.devServer){if(g.startsWith(t.root)){v={base:t.devServer.config.base+slash(X.default.relative(t.root,X.default.dirname(g)))}}}else{v={includeAbsolute:true}}if(h&&typeof h==="object"){if(Object.values(h).some((e=>Array.isArray(e)))){h=__spreadProps(__spreadValues({},v),{tags:h})}else{h=__spreadValues(__spreadValues({},h),v)}}else{h=v}let _=l.lang&&((o=t.template)==null?void 0:o.preprocessOptions);if(l.lang==="pug"){_=__spreadValues({doctype:"html"},_)}const C=((i=(s=t.template)==null?void 0:s.compilerOptions)==null?void 0:i.expressionPlugins)||[];const y=((a=e.scriptSetup)==null?void 0:a.lang)||((u=e.script)==null?void 0:u.lang);if(y&&/tsx?$/.test(y)&&!C.includes("typescript")){C.push("typescript")}return __spreadProps(__spreadValues({},t.template),{id:d,filename:g,scoped:f,slotted:e.slotted,isProd:t.isProduction,inMap:l.src?void 0:l.map,ssr:r,ssrCssVars:m,transformAssetUrls:h,preprocessLang:l.lang,preprocessOptions:_,compilerOptions:__spreadProps(__spreadValues({},(c=t.template)==null?void 0:c.compilerOptions),{scopeId:f?`data-v-${d}`:void 0,bindingMetadata:p?p.bindings:void 0,expressionPlugins:C,sourceMap:t.sourceMap})})}var Y=new WeakMap;var Z=new WeakMap;function getResolvedScript(e,t){return(t?Z:Y).get(e)}function setResolvedScript(e,t,r){(r?Z:Y).set(e,t)}function isUseInlineTemplate(e,t){var r;return t&&!!e.scriptSetup&&!((r=e.template)==null?void 0:r.src)}function resolveScript(e,t,r){if(!e.script&&!e.scriptSetup){return null}const n=r?Z:Y;const o=n.get(e);if(o){return o}let s=null;s=t.compiler.compileScript(e,__spreadProps(__spreadValues({},t.script),{id:e.id,isProd:t.isProduction,inlineTemplate:isUseInlineTemplate(e,!t.devServer),reactivityTransform:t.reactivityTransform!==false,templateOptions:resolveTemplateCompilerOptions(e,t,r),sourceMap:t.sourceMap}));n.set(e,s);return s}var ee=__toESM(r(477));var te=__toESM(r(17));var re=__toESM(R());var ne=(0,re.default)("vite:hmr");var oe=/(\?|&)direct\b/;async function handleHotUpdate({file:e,modules:t,read:r,server:n},o){var s,i,a,u;const c=getDescriptor(e,o,false);if(!c){return}setPrevDescriptor(e,c);const l=await r();const{descriptor:p}=createDescriptor(e,l,o);let f=false;const d=new Set;const g=t.find((e=>!/type=/.test(e.url)||/type=script/.test(e.url)));const m=t.find((e=>/type=template/.test(e.url)));if(hasScriptChanged(c,p)){let e;if(((s=p.scriptSetup)==null?void 0:s.lang)&&!p.scriptSetup.src||((i=p.script)==null?void 0:i.lang)&&!p.script.src){const r=new RegExp(`type=script.*&lang.${((a=p.scriptSetup)==null?void 0:a.lang)||((u=p.script)==null?void 0:u.lang)}$`);e=t.find((e=>r.test(e.url)))}d.add(e||g)}if(!isEqualBlock(p.template,c.template)){if(g&&!d.has(g)){setResolvedScript(p,getResolvedScript(c,false),false)}d.add(m);f=true}let h=false;const v=c.styles||[];const _=p.styles||[];if(c.cssVars.join("")!==p.cssVars.join("")){d.add(g)}if(v.some((e=>e.scoped))!==_.some((e=>e.scoped))){d.add(m);d.add(g)}for(let e=0;e<_.length;e++){const r=v[e];const n=_[e];if(!r||!isEqualBlock(r,n)){h=true;const r=t.find((t=>t.url.includes(`type=style&index=${e}`)&&t.url.endsWith(`.${n.lang||"css"}`)&&!oe.test(t.url)));if(r){d.add(r);if(r.url.includes("&inline")){d.add(g)}}else{d.add(g)}}}if(v.length>_.length){d.add(g)}const C=c.customBlocks||[];const y=p.customBlocks||[];if(C.length!==y.length){d.add(g)}else{for(let e=0;e<y.length;e++){const r=C[e];const n=y[e];if(!r||!isEqualBlock(r,n)){const n=t.find((t=>t.url.includes(`type=${r.type}&index=${e}`)));if(n){d.add(n)}else{d.add(g)}}}}const S=[];if(f){S.push(`template`);if(!m){d.add(g)}}if(h){S.push(`style`)}if(S.length){ne(`[vue:update(${S.join("&")})] ${e}`)}return[...d].filter(Boolean)}function isEqualBlock(e,t){if(!e&&!t)return true;if(!e||!t)return false;if(e.src&&t.src&&e.src===t.src)return true;if(e.content!==t.content)return false;const r=Object.keys(e.attrs);const n=Object.keys(t.attrs);if(r.length!==n.length){return false}return r.every((r=>e.attrs[r]===t.attrs[r]))}function isOnlyTemplateChanged(e,t){return!hasScriptChanged(e,t)&&e.styles.length===t.styles.length&&e.styles.every(((e,r)=>isEqualBlock(e,t.styles[r])))&&e.customBlocks.length===t.customBlocks.length&&e.customBlocks.every(((e,r)=>isEqualBlock(e,t.customBlocks[r])))}function hasScriptChanged(e,t){if(!isEqualBlock(e.script,t.script)){return true}if(!isEqualBlock(e.scriptSetup,t.scriptSetup)){return true}const r=getResolvedScript(e,false);const n=r==null?void 0:r.imports;if(n){return t.shouldForceReload(n)}return false}var se=__toESM(I());var ie=r(291);var ae="plugin-vue:export-helper";var ue=`\nexport default (sfc, props) => {\n const target = sfc.__vccOpts || sfc;\n for (const [key, val] of props) {\n target[key] = val;\n }\n return target;\n}\n`;async function transformMain(e,t,r,n,o,s){var i,a,u,c,l;const{devServer:p,isProduction:f,devToolsEnabled:d}=r;const g=getPrevDescriptor(t);const{descriptor:m,errors:h}=createDescriptor(t,e,r);if(h.length){h.forEach((e=>n.error(createRollupError(t,e))));return null}const v=[];const _=m.styles.some((e=>e.scoped));const{code:C,map:y}=await genScriptCode(m,r,n,o);const S=m.template&&!isUseInlineTemplate(m,!p);let b="";let A;if(S){({code:b,map:A}=await genTemplateCode(m,r,n,o))}if(S){v.push(o?["ssrRender","_sfc_ssrRender"]:["render","_sfc_render"])}else{if(g&&!isEqualBlock(m.template,g.template)){v.push([o?"ssrRender":"render","() => {}"])}}const R=await genStyleCode(m,n,s,v);const E=await genCustomBlockCode(m,n);const M=[C,b,R,E];if(_){v.push([`__scopeId`,JSON.stringify(`data-v-${m.id}`)])}if(d||p&&!f){v.push([`__file`,JSON.stringify(f?te.default.basename(t):t)])}if(p&&p.config.server.hmr!==false&&!o&&!f){M.push(`_sfc_main.__hmrId = ${JSON.stringify(m.id)}`);M.push(`typeof __VUE_HMR_RUNTIME__ !== 'undefined' && __VUE_HMR_RUNTIME__.createRecord(_sfc_main.__hmrId, _sfc_main)`);if(g&&isOnlyTemplateChanged(g,m)){M.push(`export const _rerender_only = true`)}M.push(`import.meta.hot.accept(({ default: updated, _rerender_only }) => {`,` if (_rerender_only) {`,` __VUE_HMR_RUNTIME__.rerender(updated.__hmrId, updated.render)`,` } else {`,` __VUE_HMR_RUNTIME__.reload(updated.__hmrId, updated)`,` }`,`})`)}if(o){const e=H(te.default.relative(r.root,t));M.push(`import { useSSRContext as __vite_useSSRContext } from 'vue'`,`const _sfc_setup = _sfc_main.setup`,`_sfc_main.setup = (props, ctx) => {`,` const ssrContext = __vite_useSSRContext()`,` ;(ssrContext.modules || (ssrContext.modules = new Set())).add(${JSON.stringify(e)})`,` return _sfc_setup ? _sfc_setup(props, ctx) : undefined`,`}`)}let O=r.sourceMap?y:void 0;if(O&&A){const e=se.SourceMapGenerator.fromSourceMap(new se.SourceMapConsumer(y));const t=((a=(i=C.match(/\r?\n/g))==null?void 0:i.length)!=null?a:0)+1;const r=new se.SourceMapConsumer(A);r.eachMapping((r=>{e.addMapping({source:r.source,original:{line:r.originalLine,column:r.originalColumn},generated:{line:r.generatedLine+t,column:r.generatedColumn}})}));O=e.toJSON();O.sourcesContent=A.sourcesContent}if(!v.length){M.push(`export default _sfc_main`)}else{M.push(`import _export_sfc from '${ae}'`,`export default /*#__PURE__*/_export_sfc(_sfc_main, [${v.map((([e,t])=>`['${e}',${t}]`)).join(",")}])`)}let x=M.join("\n");if((((u=m.script)==null?void 0:u.lang)==="ts"||((c=m.scriptSetup)==null?void 0:c.lang)==="ts")&&!((l=m.script)==null?void 0:l.src)){const{code:e,map:n}=await(0,ie.transformWithEsbuild)(x,t,{loader:"ts",sourcemap:r.sourceMap},O);x=e;O=O?n:O}return{code:x,map:O||{mappings:""}}}async function genTemplateCode(e,t,r,n){const o=e.template;if(!o.lang&&!o.src){return transformTemplateInMain(o.content,e,t,r,n)}else{if(o.src){await linkSrcToDescriptor(o.src,e,r)}const t=o.src||e.filename;const s=o.src?`&src=${e.id}`:``;const i=attrsToQuery(o.attrs,"js",true);const a=`?vue&type=template${s}${i}`;const u=JSON.stringify(t+a);const c=n?"ssrRender":"render";return{code:`import { ${c} as _sfc_${c} } from ${u}`,map:void 0}}}async function genScriptCode(e,t,r,n){let o=`const _sfc_main = {}`;let s;const i=resolveScript(e,t,n);if(i){if((!i.lang||i.lang==="ts")&&!i.src){o=t.compiler.rewriteDefault(i.content,"_sfc_main",i.lang==="ts"?["typescript"]:void 0);s=i.map}else{if(i.src){await linkSrcToDescriptor(i.src,e,r)}const t=i.src||e.filename;const n=i.src&&te.default.extname(t).slice(1)||"js";const s=attrsToQuery(i.attrs,n);const a=i.src?`&src=${e.id}`:``;const u=`?vue&type=script${a}${s}`;const c=JSON.stringify(t+u);o=`import _sfc_main from ${c}\nexport * from ${c}`}}return{code:o,map:s}}async function genStyleCode(e,t,r,n){let o=``;let s;if(e.styles.length){for(let n=0;n<e.styles.length;n++){const i=e.styles[n];if(i.src){await linkSrcToDescriptor(i.src,e,t)}const a=i.src||e.filename;const u=attrsToQuery(i.attrs,"css");const c=i.src?`&src=${e.id}`:``;const l=r?`&inline`:``;const p=`?vue&type=style&index=${n}${c}${l}`;const f=a+p+u;if(i.module){if(r){throw new Error(`<style module> is not supported in custom elements mode.`)}const[e,t]=genCSSModulesCode(n,f,i.module);o+=e;Object.assign(s||(s={}),t)}else{if(r){o+=`\nimport _style_${n} from ${JSON.stringify(f)}`}else{o+=`\nimport ${JSON.stringify(f)}`}}}if(r){n.push([`styles`,`[${e.styles.map(((e,t)=>`_style_${t}`)).join(",")}]`])}}if(s){const e=Object.entries(s).reduce(((e,[t,r])=>e+`"${t}":${r},\n`),"{\n")+"}";o+=`\nconst cssModules = ${e}`;n.push([`__cssModules`,`cssModules`])}return o}function genCSSModulesCode(e,t,r){const n=`style${e}`;const o=typeof r==="string"?r:"$style";const s=t.replace(/\.(\w+)$/,".module.$1");return[`\nimport ${n} from ${JSON.stringify(s)}`,{[o]:n}]}async function genCustomBlockCode(e,t){let r="";for(let n=0;n<e.customBlocks.length;n++){const o=e.customBlocks[n];if(o.src){await linkSrcToDescriptor(o.src,e,t)}const s=o.src||e.filename;const i=attrsToQuery(o.attrs,o.type);const a=o.src?`&src`:``;const u=`?vue&type=${o.type}&index=${n}${a}${i}`;const c=JSON.stringify(s+u);r+=`import block${n} from ${c}\n`;r+=`if (typeof block${n} === 'function') block${n}(_sfc_main)\n`}return r}async function linkSrcToDescriptor(e,t,r){var n;const o=((n=await r.resolve(e,t.filename))==null?void 0:n.id)||e;setSrcDescriptor(o.replace(/\?.*$/,""),t)}var ce=["id","index","src","type","lang","module"];function attrsToQuery(e,t,r=false){let n=``;for(const t in e){const r=e[t];if(!ce.includes(t)){n+=`&${ee.default.escape(t)}${r?`=${ee.default.escape(String(r))}`:``}`}}if(t||e.lang){n+=`lang`in e?r?`&lang.${t}`:`&lang.${e.lang}`:`&lang.${t}`}return n}var le=r(291);async function transformStyle(e,t,r,n,o,s){const i=t.styles[r];const a=await n.compiler.compileStyleAsync(__spreadValues(__spreadProps(__spreadValues({},n.style),{filename:t.filename,id:`data-v-${t.id}`,isProd:n.isProduction,source:e,scoped:i.scoped}),n.cssDevSourcemap?{postcssOptions:{map:{from:s,inline:false,annotation:false}}}:{}));if(a.errors.length){a.errors.forEach((e=>{if(e.line&&e.column){e.loc={file:t.filename,line:e.line+i.loc.start.line,column:e.column}}o.error(e)}));return null}const u=a.map?(0,le.formatPostcssSourceMap)(a.map,s):{mappings:""};return{code:a.code,map:u}}function vuePlugin(e={}){const{include:t=/\.vue$/,exclude:r,customElement:n=/\.ce\.vue$/,reactivityTransform:o=false}=e;const s=G(t,r);const i=typeof n==="boolean"?()=>n:G(n);const a=o===false?()=>false:o===true?G(/\.(j|t)sx?$/,/node_modules/):G(o);let u=__spreadProps(__spreadValues({isProduction:process.env.NODE_ENV==="production",compiler:null},e),{include:t,exclude:r,customElement:n,reactivityTransform:o,root:process.cwd(),sourceMap:true,cssDevSourcemap:false,devToolsEnabled:process.env.NODE_ENV!=="production"});const isSSR=e=>e===void 0?false:typeof e==="boolean"?e:(e==null?void 0:e.ssr)===true;return{name:"vite:vue",handleHotUpdate(e){if(!s(e.file)){return}return handleHotUpdate(e,u)},config(e){var t,r,n,o;return{define:{__VUE_OPTIONS_API__:(r=(t=e.define)==null?void 0:t.__VUE_OPTIONS_API__)!=null?r:true,__VUE_PROD_DEVTOOLS__:(o=(n=e.define)==null?void 0:n.__VUE_PROD_DEVTOOLS__)!=null?o:false},ssr:{external:["vue","@vue/server-renderer"]}}},configResolved(e){var t,r;u=__spreadProps(__spreadValues({},u),{root:e.root,sourceMap:e.command==="build"?!!e.build.sourcemap:true,cssDevSourcemap:(r=(t=e.css)==null?void 0:t.devSourcemap)!=null?r:false,isProduction:e.isProduction,devToolsEnabled:!!e.define.__VUE_PROD_DEVTOOLS__||!e.isProduction})},configureServer(e){u.devServer=e},buildStart(){u.compiler=u.compiler||resolveCompiler(u.root)},async resolveId(e){if(e===ae){return e}if(parseVueRequest(e).query.vue){return e}},load(e,t){const r=isSSR(t);if(e===ae){return ue}const{filename:n,query:o}=parseVueRequest(e);if(o.vue){if(o.src){return P.default.readFileSync(n,"utf-8")}const e=getDescriptor(n,u);let t;if(o.type==="script"){t=getResolvedScript(e,r)}else if(o.type==="template"){t=e.template}else if(o.type==="style"){t=e.styles[o.index]}else if(o.index!=null){t=e.customBlocks[o.index]}if(t){return{code:t.content,map:t.map}}}},transform(e,t,r){const n=isSSR(r);const{filename:o,query:c}=parseVueRequest(t);if(c.raw){return}if(!s(o)&&!c.vue){if(!c.vue&&a(o)&&u.compiler.shouldTransformRef(e)){return u.compiler.transformRef(e,{filename:o,sourceMap:true})}return}if(!c.vue){return transformMain(e,o,u,this,n,i(o))}else{const t=c.src?getSrcDescriptor(o,c):getDescriptor(o,u);if(c.type==="template"){return transformTemplateAsModule(e,t,u,this,n)}else if(c.type==="style"){return transformStyle(e,t,Number(c.index),u,this,o)}}}}}0&&0},975:function(e){"use strict";e.exports=(e,t=process.argv)=>{const r=e.startsWith("-")?"":e.length===1?"-":"--";const n=t.indexOf(r+e);const o=t.indexOf("--");return n!==-1&&(o===-1||n<o)}},270:function(e,t,r){"use strict";const n=r(37);const o=r(224);const s=r(975);const{env:i}=process;let a;if(s("no-color")||s("no-colors")||s("color=false")||s("color=never")){a=0}else if(s("color")||s("colors")||s("color=true")||s("color=always")){a=1}function envForceColor(){if("FORCE_COLOR"in i){if(i.FORCE_COLOR==="true"){return 1}if(i.FORCE_COLOR==="false"){return 0}return i.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(i.FORCE_COLOR,10),3)}}function translateLevel(e){if(e===0){return false}return{level:e,hasBasic:true,has256:e>=2,has16m:e>=3}}function supportsColor(e,{streamIsTTY:t,sniffFlags:r=true}={}){const o=envForceColor();if(o!==undefined){a=o}const u=r?a:o;if(u===0){return 0}if(r){if(s("color=16m")||s("color=full")||s("color=truecolor")){return 3}if(s("color=256")){return 2}}if(e&&!t&&u===undefined){return 0}const c=u||0;if(i.TERM==="dumb"){return c}if(process.platform==="win32"){const e=n.release().split(".");if(Number(e[0])>=10&&Number(e[2])>=10586){return Number(e[2])>=14931?3:2}return 1}if("CI"in i){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some((e=>e in i))||i.CI_NAME==="codeship"){return 1}return c}if("TEAMCITY_VERSION"in i){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(i.TEAMCITY_VERSION)?1:0}if(i.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in i){const e=Number.parseInt((i.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(i.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(i.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(i.TERM)){return 1}if("COLORTERM"in i){return 1}return c}function getSupportLevel(e,t={}){const r=supportsColor(e,{streamIsTTY:e&&e.isTTY,...t});return translateLevel(r)}e.exports={supportsColor:getSupportLevel,stdout:getSupportLevel({isTTY:o.isatty(1)}),stderr:getSupportLevel({isTTY:o.isatty(2)})}},653:function(e){function webpackEmptyContext(e){var t=new Error("Cannot find module '"+e+"'");t.code="MODULE_NOT_FOUND";throw t}webpackEmptyContext.keys=function(){return[]};webpackEmptyContext.resolve=webpackEmptyContext;webpackEmptyContext.id=653;e.exports=webpackEmptyContext},291:function(e){"use strict";e.exports=require("@umijs/bundler-vite/compiled/vite")},147:function(e){"use strict";e.exports=require("fs")},37:function(e){"use strict";e.exports=require("os")},17:function(e){"use strict";e.exports=require("path")},477:function(e){"use strict";e.exports=require("querystring")},224:function(e){"use strict";e.exports=require("tty")},837:function(e){"use strict";e.exports=require("util")}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var o=t[r]={exports:{}};var s=true;try{e[r](o,o.exports,__nccwpck_require__);s=false}finally{if(s)delete t[r]}return o.exports}!function(){__nccwpck_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(649);module.exports=r})();
1
+ (function(){"use strict";var e={975:function(e){e.exports=(e,t=process.argv)=>{const r=e.startsWith("-")?"":e.length===1?"-":"--";const n=t.indexOf(r+e);const s=t.indexOf("--");return n!==-1&&(s===-1||n<s)}},242:function(e,t,r){const n=r(37);const s=r(224);const o=r(975);const{env:c}=process;let i;if(o("no-color")||o("no-colors")||o("color=false")||o("color=never")){i=0}else if(o("color")||o("colors")||o("color=true")||o("color=always")){i=1}if("FORCE_COLOR"in c){if(c.FORCE_COLOR==="true"){i=1}else if(c.FORCE_COLOR==="false"){i=0}else{i=c.FORCE_COLOR.length===0?1:Math.min(parseInt(c.FORCE_COLOR,10),3)}}function translateLevel(e){if(e===0){return false}return{level:e,hasBasic:true,has256:e>=2,has16m:e>=3}}function supportsColor(e,t){if(i===0){return 0}if(o("color=16m")||o("color=full")||o("color=truecolor")){return 3}if(o("color=256")){return 2}if(e&&!t&&i===undefined){return 0}const r=i||0;if(c.TERM==="dumb"){return r}if(process.platform==="win32"){const e=n.release().split(".");if(Number(e[0])>=10&&Number(e[2])>=10586){return Number(e[2])>=14931?3:2}return 1}if("CI"in c){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in c))||c.CI_NAME==="codeship"){return 1}return r}if("TEAMCITY_VERSION"in c){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(c.TEAMCITY_VERSION)?1:0}if(c.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in c){const e=parseInt((c.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(c.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(c.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(c.TERM)){return 1}if("COLORTERM"in c){return 1}return r}function getSupportLevel(e){const t=supportsColor(e,e&&e.isTTY);return translateLevel(t)}e.exports={supportsColor:getSupportLevel,stdout:translateLevel(supportsColor(true,s.isatty(1))),stderr:translateLevel(supportsColor(true,s.isatty(2)))}},291:function(e){e.exports=require("@umijs/bundler-vite/compiled/vite")},5:function(e){e.exports=require("crypto")},561:function(e){e.exports=require("fs")},33:function(e){e.exports=require("module")},411:function(e){e.exports=require("path")},37:function(e){e.exports=require("os")},224:function(e){e.exports=require("tty")},310:function(e){e.exports=require("url")},837:function(e){e.exports=require("util")},655:function(e,t,r){Object.defineProperty(t,"__esModule",{value:true});const n=r(561);const s=r(291);const o=r(33);const c=r(411);const i=r(5);const a=r(224);const l=r(837);function resolveCompiler(e){const t=tryRequire("vue/compiler-sfc",e)||tryRequire("vue/compiler-sfc");if(!t){throw new Error(`Failed to resolve vue/compiler-sfc.\n@vitejs/plugin-vue requires vue (>=3.2.25) to be present in the dependency tree.`)}return t}const u=o.createRequire(typeof document==="undefined"?new(r(310).URL)("file:"+__filename).href:document.currentScript&&document.currentScript.src||new URL("index.cjs",document.baseURI).href);function tryRequire(e,t){try{return t?u(u.resolve(e,{paths:[t]})):u(e)}catch(e){}}function parseVueRequest(e){const[t,r]=e.split(`?`,2);const n=Object.fromEntries(new URLSearchParams(r));if(n.vue!=null){n.vue=true}if(n.index!=null){n.index=Number(n.index)}if(n.raw!=null){n.raw=true}if(n.scoped!=null){n.scoped=true}return{filename:t,query:n}}function slash(e){const t=/^\\\\\?\\/.test(e);if(t){return e}return e.replace(/\\/g,"/")}const f=new Map;const p=new Map;function createDescriptor(e,t,{root:r,isProduction:n,sourceMap:s,compiler:o}){const{descriptor:i,errors:a}=o.parse(t,{filename:e,sourceMap:s});const l=slash(c.normalize(c.relative(r,e)));i.id=getHash(l+(n?t:""));f.set(e,i);return{descriptor:i,errors:a}}function getPrevDescriptor(e){return p.get(e)}function setPrevDescriptor(e,t){p.set(e,t)}function getDescriptor(e,t,r=true){if(f.has(e)){return f.get(e)}if(r){const{descriptor:r,errors:s}=createDescriptor(e,n.readFileSync(e,"utf-8"),t);if(s.length){throw s[0]}return r}}function getSrcDescriptor(e,t){if(t.scoped){return f.get(`${e}?src=${t.src}`)}return f.get(e)}function setSrcDescriptor(e,t,r){if(r){f.set(`${e}?src=${t.id}`,t);return}f.set(e,t)}function getHash(e){return i.createHash("sha256").update(e).digest("hex").substring(0,8)}function createRollupError(e,t){const{message:r,name:n,stack:s}=t;const o={id:e,plugin:"vue",message:r,name:n,stack:s};if("code"in t&&t.loc){o.loc={file:e,line:t.loc.start.line,column:t.loc.start.column}}return o}async function transformTemplateAsModule(e,t,r,n,s){const o=compile(e,t,r,n,s);let c=o.code;if(r.devServer&&r.devServer.config.server.hmr!==false&&!s&&!r.isProduction){c+=`\nimport.meta.hot.accept(({ render }) => {\n __VUE_HMR_RUNTIME__.rerender(${JSON.stringify(t.id)}, render)\n })`}return{code:c,map:o.map}}function transformTemplateInMain(e,t,r,n,s){const o=compile(e,t,r,n,s);return{...o,code:o.code.replace(/\nexport (function|const) (render|ssrRender)/,"\n$1 _sfc_$2")}}function compile(e,t,r,n,s){const o=t.filename;const c=r.compiler.compileTemplate({...resolveTemplateCompilerOptions(t,r,s),source:e});if(c.errors.length){c.errors.forEach((e=>n.error(typeof e==="string"?{id:o,message:e}:createRollupError(o,e))))}if(c.tips.length){c.tips.forEach((e=>n.warn({id:o,message:e})))}return c}function resolveTemplateCompilerOptions(e,t,r){const n=e.template;if(!n){return}const s=getResolvedScript(e,r);const o=e.styles.some((e=>e.scoped));const{id:i,filename:a,cssVars:l}=e;let u=t.template?.transformAssetUrls;let f;if(t.devServer){if(a.startsWith(t.root)){const e=t.devServer.config.base;f={base:(t.devServer.config.server?.origin??"")+e+slash(c.relative(t.root,c.dirname(a)))}}}else if(u!==false){f={includeAbsolute:true}}if(u&&typeof u==="object"){if(Object.values(u).some((e=>Array.isArray(e)))){u={...f,tags:u}}else{u={...f,...u}}}else{u=f}let p=n.lang&&t.template?.preprocessOptions;if(n.lang==="pug"){p={doctype:"html",...p}}const d=t.template?.compilerOptions?.expressionPlugins||[];const m=e.scriptSetup?.lang||e.script?.lang;if(m&&/tsx?$/.test(m)&&!d.includes("typescript")){d.push("typescript")}return{...t.template,id:i,filename:a,scoped:o,slotted:e.slotted,isProd:t.isProduction,inMap:n.src?void 0:n.map,ssr:r,ssrCssVars:l,transformAssetUrls:u,preprocessLang:n.lang,preprocessOptions:p,compilerOptions:{...t.template?.compilerOptions,scopeId:o?`data-v-${i}`:void 0,bindingMetadata:s?s.bindings:void 0,expressionPlugins:d,sourceMap:t.sourceMap}}}const d=new WeakMap;const m=new WeakMap;function getResolvedScript(e,t){return(t?m:d).get(e)}function setResolvedScript(e,t,r){(r?m:d).set(e,t)}function isUseInlineTemplate(e,t){return t&&!!e.scriptSetup&&!e.template?.src}function resolveScript(e,t,r){if(!e.script&&!e.scriptSetup){return null}const n=r?m:d;const s=n.get(e);if(s){return s}let o=null;o=t.compiler.compileScript(e,{...t.script,id:e.id,isProd:t.isProduction,inlineTemplate:isUseInlineTemplate(e,!t.devServer),reactivityTransform:t.reactivityTransform!==false,templateOptions:resolveTemplateCompilerOptions(e,t,r),sourceMap:t.sourceMap});n.set(e,o);return o}const g=",".charCodeAt(0);const h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";const y=new Uint8Array(64);const C=new Uint8Array(128);for(let e=0;e<h.length;e++){const t=h.charCodeAt(e);y[e]=t;C[t]=e}function decode(e){const t=new Int32Array(5);const r=[];let n=0;do{const s=indexOf(e,n);const o=[];let c=true;let i=0;t[0]=0;for(let r=n;r<s;r++){let n;r=decodeInteger(e,r,t,0);const a=t[0];if(a<i)c=false;i=a;if(hasMoreVlq(e,r,s)){r=decodeInteger(e,r,t,1);r=decodeInteger(e,r,t,2);r=decodeInteger(e,r,t,3);if(hasMoreVlq(e,r,s)){r=decodeInteger(e,r,t,4);n=[a,t[1],t[2],t[3],t[4]]}else{n=[a,t[1],t[2],t[3]]}}else{n=[a]}o.push(n)}if(!c)sort(o);r.push(o);n=s+1}while(n<=e.length);return r}function indexOf(e,t){const r=e.indexOf(";",t);return r===-1?e.length:r}function decodeInteger(e,t,r,n){let s=0;let o=0;let c=0;do{const r=e.charCodeAt(t++);c=C[r];s|=(c&31)<<o;o+=5}while(c&32);const i=s&1;s>>>=1;if(i){s=-2147483648|-s}r[n]+=s;return t}function hasMoreVlq(e,t,r){if(t>=r)return false;return e.charCodeAt(t)!==g}function sort(e){e.sort(sortComparator$1)}function sortComparator$1(e,t){return e[0]-t[0]}const _=/^[\w+.-]+:\/\//;const v=/^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/;const b=/^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i;var S;(function(e){e[e["Empty"]=1]="Empty";e[e["Hash"]=2]="Hash";e[e["Query"]=3]="Query";e[e["RelativePath"]=4]="RelativePath";e[e["AbsolutePath"]=5]="AbsolutePath";e[e["SchemeRelative"]=6]="SchemeRelative";e[e["Absolute"]=7]="Absolute"})(S||(S={}));function isAbsoluteUrl(e){return _.test(e)}function isSchemeRelativeUrl(e){return e.startsWith("//")}function isAbsolutePath(e){return e.startsWith("/")}function isFileUrl(e){return e.startsWith("file:")}function isRelative(e){return/^[.?#]/.test(e)}function parseAbsoluteUrl(e){const t=v.exec(e);return makeUrl(t[1],t[2]||"",t[3],t[4]||"",t[5]||"/",t[6]||"",t[7]||"")}function parseFileUrl(e){const t=b.exec(e);const r=t[2];return makeUrl("file:","",t[1]||"","",isAbsolutePath(r)?r:"/"+r,t[3]||"",t[4]||"")}function makeUrl(e,t,r,n,s,o,c){return{scheme:e,user:t,host:r,port:n,path:s,query:o,hash:c,type:S.Absolute}}function parseUrl(e){if(isSchemeRelativeUrl(e)){const t=parseAbsoluteUrl("http:"+e);t.scheme="";t.type=S.SchemeRelative;return t}if(isAbsolutePath(e)){const t=parseAbsoluteUrl("http://foo.com"+e);t.scheme="";t.host="";t.type=S.AbsolutePath;return t}if(isFileUrl(e))return parseFileUrl(e);if(isAbsoluteUrl(e))return parseAbsoluteUrl(e);const t=parseAbsoluteUrl("http://foo.com/"+e);t.scheme="";t.host="";t.type=e?e.startsWith("?")?S.Query:e.startsWith("#")?S.Hash:S.RelativePath:S.Empty;return t}function stripPathFilename(e){if(e.endsWith("/.."))return e;const t=e.lastIndexOf("/");return e.slice(0,t+1)}function mergePaths(e,t){normalizePath(t,t.type);if(e.path==="/"){e.path=t.path}else{e.path=stripPathFilename(t.path)+e.path}}function normalizePath(e,t){const r=t<=S.RelativePath;const n=e.path.split("/");let s=1;let o=0;let c=false;for(let e=1;e<n.length;e++){const t=n[e];if(!t){c=true;continue}c=false;if(t===".")continue;if(t===".."){if(o){c=true;o--;s--}else if(r){n[s++]=t}continue}n[s++]=t;o++}let i="";for(let e=1;e<s;e++){i+="/"+n[e]}if(!i||c&&!i.endsWith("/..")){i+="/"}e.path=i}function resolve$1(e,t){if(!e&&!t)return"";const r=parseUrl(e);let n=r.type;if(t&&n!==S.Absolute){const e=parseUrl(t);const s=e.type;switch(n){case S.Empty:r.hash=e.hash;case S.Hash:r.query=e.query;case S.Query:case S.RelativePath:mergePaths(r,e);case S.AbsolutePath:r.user=e.user;r.host=e.host;r.port=e.port;case S.SchemeRelative:r.scheme=e.scheme}if(s>n)n=s}normalizePath(r,n);const s=r.query+r.hash;switch(n){case S.Hash:case S.Query:return s;case S.RelativePath:{const n=r.path.slice(1);if(!n)return s||".";if(isRelative(t||e)&&!isRelative(n)){return"./"+n+s}return n+s}case S.AbsolutePath:return r.path+s;default:return r.scheme+"//"+r.user+r.host+r.port+r.path+s}}function resolve(e,t){if(t&&!t.endsWith("/"))t+="/";return resolve$1(e,t)}function stripFilename(e){if(!e)return"";const t=e.lastIndexOf("/");return e.slice(0,t+1)}const x=0;function maybeSort(e,t){const r=nextUnsortedSegmentLine(e,0);if(r===e.length)return e;if(!t)e=e.slice();for(let n=r;n<e.length;n=nextUnsortedSegmentLine(e,n+1)){e[n]=sortSegments(e[n],t)}return e}function nextUnsortedSegmentLine(e,t){for(let r=t;r<e.length;r++){if(!isSorted(e[r]))return r}return e.length}function isSorted(e){for(let t=1;t<e.length;t++){if(e[t][x]<e[t-1][x]){return false}}return true}function sortSegments(e,t){if(!t)e=e.slice();return e.sort(sortComparator)}function sortComparator(e,t){return e[x]-t[x]}function memoizedState(){return{lastKey:-1,lastNeedle:-1,lastIndex:-1}}let w;let R;class TraceMap{constructor(e,t){const r=typeof e==="string";if(!r&&e._decodedMemo)return e;const n=r?JSON.parse(e):e;const{version:s,file:o,names:c,sourceRoot:i,sources:a,sourcesContent:l}=n;this.version=s;this.file=o;this.names=c;this.sourceRoot=i;this.sources=a;this.sourcesContent=l;const u=resolve(i||"",stripFilename(t));this.resolvedSources=a.map((e=>resolve(e||"",u)));const{mappings:f}=n;if(typeof f==="string"){this._encoded=f;this._decoded=undefined}else{this._encoded=undefined;this._decoded=maybeSort(f,r)}this._decodedMemo=memoizedState();this._bySources=undefined;this._bySourceMemos=undefined}}(()=>{w=e=>e._decoded||(e._decoded=decode(e._encoded));R=(e,t)=>{const r=w(e);const{names:n,resolvedSources:s}=e;for(let e=0;e<r.length;e++){const o=r[e];for(let r=0;r<o.length;r++){const c=o[r];const i=e+1;const a=c[0];let l=null;let u=null;let f=null;let p=null;if(c.length!==1){l=s[c[1]];u=c[2]+1;f=c[3]}if(c.length===5)p=n[c[4]];t({generatedLine:i,generatedColumn:a,source:l,originalLine:u,originalColumn:f,name:p})}}}})();let O;let F;class SetArray{constructor(){this._indexes={__proto__:null};this.array=[]}}(()=>{O=(e,t)=>e._indexes[t];F=(e,t)=>{const r=O(e,t);if(r!==undefined)return r;const{array:n,_indexes:s}=e;return s[t]=n.push(t)-1}})();const E=",".charCodeAt(0);const D=";".charCodeAt(0);const $="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";const M=new Uint8Array(64);const A=new Uint8Array(128);for(let e=0;e<$.length;e++){const t=$.charCodeAt(e);M[e]=t;A[t]=e}const I=typeof TextDecoder!=="undefined"?new TextDecoder:typeof Buffer!=="undefined"?{decode(e){const t=Buffer.from(e.buffer,e.byteOffset,e.byteLength);return t.toString()}}:{decode(e){let t="";for(let r=0;r<e.length;r++){t+=String.fromCharCode(e[r])}return t}};function encode(e){const t=new Int32Array(5);const r=1024*16;const n=r-36;const s=new Uint8Array(r);const o=s.subarray(0,n);let c=0;let i="";for(let a=0;a<e.length;a++){const l=e[a];if(a>0){if(c===r){i+=I.decode(s);c=0}s[c++]=D}if(l.length===0)continue;t[0]=0;for(let e=0;e<l.length;e++){const r=l[e];if(c>n){i+=I.decode(o);s.copyWithin(0,n,c);c-=n}if(e>0)s[c++]=E;c=encodeInteger(s,c,t,r,0);if(r.length===1)continue;c=encodeInteger(s,c,t,r,1);c=encodeInteger(s,c,t,r,2);c=encodeInteger(s,c,t,r,3);if(r.length===4)continue;c=encodeInteger(s,c,t,r,4)}}return i+I.decode(s.subarray(0,c))}function encodeInteger(e,t,r,n,s){const o=n[s];let c=o-r[s];r[s]=o;c=c<0?-c<<1|1:c<<1;do{let r=c&31;c>>>=5;if(c>0)r|=32;e[t++]=M[r]}while(c>0);return t}const T=0;const k=1;const P=2;const U=3;const q=4;const N=-1;let L;let j;let B;let V;let H;class GenMapping{constructor({file:e,sourceRoot:t}={}){this._names=new SetArray;this._sources=new SetArray;this._sourcesContent=[];this._mappings=[];this.file=e;this.sourceRoot=t}}(()=>{L=(e,t)=>addMappingInternal(false,e,t);j=e=>{const{file:t,sourceRoot:r,_mappings:n,_sources:s,_sourcesContent:o,_names:c}=e;removeEmptyFinalLines(n);return{version:3,file:t||undefined,names:c.array,sourceRoot:r||undefined,sources:s.array,sourcesContent:o,mappings:n}};B=e=>{const t=j(e);return Object.assign(Object.assign({},t),{mappings:encode(t.mappings)})};V=e=>{const t=new TraceMap(e);const r=new GenMapping({file:t.file,sourceRoot:t.sourceRoot});putAll(r._names,t.names);putAll(r._sources,t.sources);r._sourcesContent=t.sourcesContent||t.sources.map((()=>null));r._mappings=w(t);return r};H=(e,t,r,n,s,o,c,i,a)=>{const{_mappings:l,_sources:u,_sourcesContent:f,_names:p}=t;const d=getLine(l,r);const m=getColumnIndex(d,n);if(!s){if(e&&skipSourceless(d,m))return;return insert(d,m,[n])}const g=F(u,s);const h=i?F(p,i):N;if(g===f.length)f[g]=a!==null&&a!==void 0?a:null;if(e&&skipSource(d,m,g,o,c,h)){return}return insert(d,m,i?[n,g,o,c,h]:[n,g,o,c])}})();function getLine(e,t){for(let r=e.length;r<=t;r++){e[r]=[]}return e[t]}function getColumnIndex(e,t){let r=e.length;for(let n=r-1;n>=0;r=n--){const r=e[n];if(t>=r[T])break}return r}function insert(e,t,r){for(let r=e.length;r>t;r--){e[r]=e[r-1]}e[t]=r}function removeEmptyFinalLines(e){const{length:t}=e;let r=t;for(let t=r-1;t>=0;r=t,t--){if(e[t].length>0)break}if(r<t)e.length=r}function putAll(e,t){for(let r=0;r<t.length;r++)F(e,t[r])}function skipSourceless(e,t){if(t===0)return true;const r=e[t-1];return r.length===1}function skipSource(e,t,r,n,s,o){if(t===0)return false;const c=e[t-1];if(c.length===1)return false;return r===c[k]&&n===c[P]&&s===c[U]&&o===(c.length===5?c[q]:N)}function addMappingInternal(e,t,r){const{generated:n,source:s,original:o,name:c,content:i}=r;if(!s){return H(e,t,n.line-1,n.column,null,null,null,null,null)}const a=s;return H(e,t,n.line-1,n.column,a,o.line-1,o.column,c,i)}function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}var W={exports:{}};var J={exports:{}};var z;var G;function requireMs(){if(G)return z;G=1;var e=1e3;var t=e*60;var r=t*60;var n=r*24;var s=n*7;var o=n*365.25;z=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0){return parse(e)}else if(r==="number"&&isFinite(e)){return t.long?fmtLong(e):fmtShort(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function parse(c){c=String(c);if(c.length>100){return}var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(c);if(!i){return}var a=parseFloat(i[1]);var l=(i[2]||"ms").toLowerCase();switch(l){case"years":case"year":case"yrs":case"yr":case"y":return a*o;case"weeks":case"week":case"w":return a*s;case"days":case"day":case"d":return a*n;case"hours":case"hour":case"hrs":case"hr":case"h":return a*r;case"minutes":case"minute":case"mins":case"min":case"m":return a*t;case"seconds":case"second":case"secs":case"sec":case"s":return a*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return a;default:return undefined}}function fmtShort(s){var o=Math.abs(s);if(o>=n){return Math.round(s/n)+"d"}if(o>=r){return Math.round(s/r)+"h"}if(o>=t){return Math.round(s/t)+"m"}if(o>=e){return Math.round(s/e)+"s"}return s+"ms"}function fmtLong(s){var o=Math.abs(s);if(o>=n){return plural(s,o,n,"day")}if(o>=r){return plural(s,o,r,"hour")}if(o>=t){return plural(s,o,t,"minute")}if(o>=e){return plural(s,o,e,"second")}return s+" ms"}function plural(e,t,r,n){var s=t>=r*1.5;return Math.round(e/r)+" "+n+(s?"s":"")}return z}var Q;var Y;function requireCommon(){if(Y)return Q;Y=1;function setup(e){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=requireMs();createDebug.destroy=destroy;Object.keys(e).forEach((t=>{createDebug[t]=e[t]}));createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(e){let t=0;for(let r=0;r<e.length;r++){t=(t<<5)-t+e.charCodeAt(r);t|=0}return createDebug.colors[Math.abs(t)%createDebug.colors.length]}createDebug.selectColor=selectColor;function createDebug(e){let t;let r=null;let n;let s;function debug(...e){if(!debug.enabled){return}const r=debug;const n=Number(new Date);const s=n-(t||n);r.diff=s;r.prev=t;r.curr=n;t=n;e[0]=createDebug.coerce(e[0]);if(typeof e[0]!=="string"){e.unshift("%O")}let o=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((t,n)=>{if(t==="%%"){return"%"}o++;const s=createDebug.formatters[n];if(typeof s==="function"){const n=e[o];t=s.call(r,n);e.splice(o,1);o--}return t}));createDebug.formatArgs.call(r,e);const c=r.log||createDebug.log;c.apply(r,e)}debug.namespace=e;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(e);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(r!==null){return r}if(n!==createDebug.namespaces){n=createDebug.namespaces;s=createDebug.enabled(e)}return s},set:e=>{r=e}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(e,t){const r=createDebug(this.namespace+(typeof t==="undefined"?":":t)+e);r.log=this.log;return r}function enable(e){createDebug.save(e);createDebug.namespaces=e;createDebug.names=[];createDebug.skips=[];let t;const r=(typeof e==="string"?e:"").split(/[\s,]+/);const n=r.length;for(t=0;t<n;t++){if(!r[t]){continue}e=r[t].replace(/\*/g,".*?");if(e[0]==="-"){createDebug.skips.push(new RegExp("^"+e.slice(1)+"$"))}else{createDebug.names.push(new RegExp("^"+e+"$"))}}}function disable(){const e=[...createDebug.names.map(toNamespace),...createDebug.skips.map(toNamespace).map((e=>"-"+e))].join(",");createDebug.enable("");return e}function enabled(e){if(e[e.length-1]==="*"){return true}let t;let r;for(t=0,r=createDebug.skips.length;t<r;t++){if(createDebug.skips[t].test(e)){return false}}for(t=0,r=createDebug.names.length;t<r;t++){if(createDebug.names[t].test(e)){return true}}return false}function toNamespace(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}function coerce(e){if(e instanceof Error){return e.stack||e.message}return e}function destroy(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}createDebug.enable(createDebug.load());return createDebug}Q=setup;return Q}var K;function requireBrowser(){if(K)return J.exports;K=1;(function(e,t){t.formatArgs=formatArgs;t.save=save;t.load=load;t.useColors=useColors;t.storage=localstorage();t.destroy=(()=>{let e=false;return()=>{if(!e){e=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(t){t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff);if(!this.useColors){return}const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let n=0;let s=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{if(e==="%%"){return}n++;if(e==="%c"){s=n}}));t.splice(s,0,r)}t.log=console.debug||console.log||(()=>{});function save(e){try{if(e){t.storage.setItem("debug",e)}else{t.storage.removeItem("debug")}}catch(e){}}function load(){let e;try{e=t.storage.getItem("debug")}catch(e){}if(!e&&typeof process!=="undefined"&&"env"in process){e=process.env.DEBUG}return e}function localstorage(){try{return localStorage}catch(e){}}e.exports=requireCommon()(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}})(J,J.exports);return J.exports}var Z={exports:{}};var X;function requireNode(){if(X)return Z.exports;X=1;(function(e,t){const n=a;const s=l;t.init=init;t.log=log;t.formatArgs=formatArgs;t.save=save;t.load=load;t.useColors=useColors;t.destroy=s.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");t.colors=[6,2,3,4,5,1];try{const e=r(242);if(e&&(e.stderr||e).level>=2){t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const r=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];if(/^(yes|on|true|enabled)$/i.test(n)){n=true}else if(/^(no|off|false|disabled)$/i.test(n)){n=false}else if(n==="null"){n=null}else{n=Number(n)}e[r]=n;return e}),{});function useColors(){return"colors"in t.inspectOpts?Boolean(t.inspectOpts.colors):n.isatty(process.stderr.fd)}function formatArgs(t){const{namespace:r,useColors:n}=this;if(n){const n=this.color;const s="[3"+(n<8?n:"8;5;"+n);const o=` ${s};1m${r} `;t[0]=o+t[0].split("\n").join("\n"+o);t.push(s+"m+"+e.exports.humanize(this.diff)+"")}else{t[0]=getDate()+r+" "+t[0]}}function getDate(){if(t.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...e){return process.stderr.write(s.format(...e)+"\n")}function save(e){if(e){process.env.DEBUG=e}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(e){e.inspectOpts={};const r=Object.keys(t.inspectOpts);for(let n=0;n<r.length;n++){e.inspectOpts[r[n]]=t.inspectOpts[r[n]]}}e.exports=requireCommon()(t);const{formatters:o}=e.exports;o.o=function(e){this.inspectOpts.colors=this.useColors;return s.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")};o.O=function(e){this.inspectOpts.colors=this.useColors;return s.inspect(e,this.inspectOpts)}})(Z,Z.exports);return Z.exports}(function(e){if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){e.exports=requireBrowser()}else{e.exports=requireNode()}})(W);const ee=getDefaultExportFromCjs(W.exports);const te=ee("vite:hmr");const re=/(\?|&)direct\b/;async function handleHotUpdate({file:e,modules:t,read:r,server:n},s){const o=getDescriptor(e,s,false);if(!o){return}setPrevDescriptor(e,o);const c=await r();const{descriptor:i}=createDescriptor(e,c,s);let a=false;const l=new Set;const u=t.find((e=>!/type=/.test(e.url)||/type=script/.test(e.url)));const f=t.find((e=>/type=template/.test(e.url)));if(hasScriptChanged(o,i)){let e;if(i.scriptSetup?.lang&&!i.scriptSetup.src||i.script?.lang&&!i.script.src){const r=new RegExp(`type=script.*&lang.${i.scriptSetup?.lang||i.script?.lang}$`);e=t.find((e=>r.test(e.url)))}l.add(e||u)}if(!isEqualBlock(i.template,o.template)){if(u&&!l.has(u)){setResolvedScript(i,getResolvedScript(o,false),false)}l.add(f);a=true}let p=false;const d=o.styles||[];const m=i.styles||[];if(o.cssVars.join("")!==i.cssVars.join("")){l.add(u)}if(d.some((e=>e.scoped))!==m.some((e=>e.scoped))){l.add(f);l.add(u)}for(let e=0;e<m.length;e++){const r=d[e];const n=m[e];if(!r||!isEqualBlock(r,n)){p=true;const r=t.find((t=>t.url.includes(`type=style&index=${e}`)&&t.url.endsWith(`.${n.lang||"css"}`)&&!re.test(t.url)));if(r){l.add(r);if(r.url.includes("&inline")){l.add(u)}}else{l.add(u)}}}if(d.length>m.length){l.add(u)}const g=o.customBlocks||[];const h=i.customBlocks||[];if(g.length!==h.length){l.add(u)}else{for(let e=0;e<h.length;e++){const r=g[e];const n=h[e];if(!r||!isEqualBlock(r,n)){const n=t.find((t=>t.url.includes(`type=${r.type}&index=${e}`)));if(n){l.add(n)}else{l.add(u)}}}}const y=[];if(a){y.push(`template`);if(!f){l.add(u)}else if(u&&!l.has(u)){const e=[...u.importers].filter((e=>/\.css($|\?)/.test(e.url)));e.forEach((e=>l.add(e)))}}if(p){y.push(`style`)}if(y.length){te(`[vue:update(${y.join("&")})] ${e}`)}return[...l].filter(Boolean)}function isEqualBlock(e,t){if(!e&&!t)return true;if(!e||!t)return false;if(e.src&&t.src&&e.src===t.src)return true;if(e.content!==t.content)return false;const r=Object.keys(e.attrs);const n=Object.keys(t.attrs);if(r.length!==n.length){return false}return r.every((r=>e.attrs[r]===t.attrs[r]))}function isOnlyTemplateChanged(e,t){return!hasScriptChanged(e,t)&&e.styles.length===t.styles.length&&e.styles.every(((e,r)=>isEqualBlock(e,t.styles[r])))&&e.customBlocks.length===t.customBlocks.length&&e.customBlocks.every(((e,r)=>isEqualBlock(e,t.customBlocks[r])))}function hasScriptChanged(e,t){if(!isEqualBlock(e.script,t.script)){return true}if(!isEqualBlock(e.scriptSetup,t.scriptSetup)){return true}const r=getResolvedScript(e,false);const n=r?.imports;if(n){return t.shouldForceReload(n)}return false}const ne="\0plugin-vue:export-helper";const se=`\nexport default (sfc, props) => {\n const target = sfc.__vccOpts || sfc;\n for (const [key, val] of props) {\n target[key] = val;\n }\n return target;\n}\n`;async function transformMain(e,t,r,n,o,i){const{devServer:a,isProduction:l,devToolsEnabled:u}=r;const f=getPrevDescriptor(t);const{descriptor:p,errors:d}=createDescriptor(t,e,r);if(d.length){d.forEach((e=>n.error(createRollupError(t,e))));return null}const m=[];const g=p.styles.some((e=>e.scoped));const{code:h,map:y}=await genScriptCode(p,r,n,o);const C=p.template&&!isUseInlineTemplate(p,!a);let _="";let v=void 0;if(C){({code:_,map:v}=await genTemplateCode(p,r,n,o))}if(C){m.push(o?["ssrRender","_sfc_ssrRender"]:["render","_sfc_render"])}else{if(f&&!isEqualBlock(p.template,f.template)){m.push([o?"ssrRender":"render","() => {}"])}}const b=await genStyleCode(p,n,i,m);const S=await genCustomBlockCode(p,n);const x=[h,_,b,S];if(g){m.push([`__scopeId`,JSON.stringify(`data-v-${p.id}`)])}if(u||a&&!l){m.push([`__file`,JSON.stringify(l?c.basename(t):t)])}if(a&&a.config.server.hmr!==false&&!o&&!l){x.push(`_sfc_main.__hmrId = ${JSON.stringify(p.id)}`);x.push(`typeof __VUE_HMR_RUNTIME__ !== 'undefined' && __VUE_HMR_RUNTIME__.createRecord(_sfc_main.__hmrId, _sfc_main)`);if(f&&isOnlyTemplateChanged(f,p)){x.push(`export const _rerender_only = true`)}x.push(`import.meta.hot.accept(mod => {`,` if (!mod) return`,` const { default: updated, _rerender_only } = mod`,` if (_rerender_only) {`,` __VUE_HMR_RUNTIME__.rerender(updated.__hmrId, updated.render)`,` } else {`,` __VUE_HMR_RUNTIME__.reload(updated.__hmrId, updated)`,` }`,`})`)}if(o){const e=s.normalizePath(c.relative(r.root,t));x.push(`import { useSSRContext as __vite_useSSRContext } from 'vue'`,`const _sfc_setup = _sfc_main.setup`,`_sfc_main.setup = (props, ctx) => {`,` const ssrContext = __vite_useSSRContext()`,` ;(ssrContext.modules || (ssrContext.modules = new Set())).add(${JSON.stringify(e)})`,` return _sfc_setup ? _sfc_setup(props, ctx) : undefined`,`}`)}let w=void 0;if(r.sourceMap){if(y&&v){const e=V(y);const t=new TraceMap(v);const r=(h.match(/\r?\n/g)?.length??0)+1;R(t,(t=>{if(t.source==null)return;L(e,{source:t.source,original:{line:t.originalLine,column:t.originalColumn},generated:{line:t.generatedLine+r,column:t.generatedColumn}})}));w=B(e);w.sourcesContent=v.sourcesContent}else{w=y??v}}if(!m.length){x.push(`export default _sfc_main`)}else{x.push(`import _export_sfc from '${ne}'`,`export default /*#__PURE__*/_export_sfc(_sfc_main, [${m.map((([e,t])=>`['${e}',${t}]`)).join(",")}])`)}let O=x.join("\n");const F=p.scriptSetup?.lang||p.script?.lang;if(F&&/tsx?$/.test(F)&&!p.script?.src){const{code:e,map:n}=await s.transformWithEsbuild(O,t,{loader:"ts",target:"esnext",sourcemap:r.sourceMap},w);O=e;w=w?n:w}return{code:O,map:w||{mappings:""},meta:{vite:{lang:p.script?.lang||p.scriptSetup?.lang||"js"}}}}async function genTemplateCode(e,t,r,n){const s=e.template;const o=e.styles.some((e=>e.scoped));if(!s.lang&&!s.src){return transformTemplateInMain(s.content,e,t,r,n)}else{if(s.src){await linkSrcToDescriptor(s.src,e,r,o)}const t=s.src||e.filename;const c=s.src?o?`&src=${e.id}`:"&src=true":"";const i=o?`&scoped=${e.id}`:``;const a=attrsToQuery(s.attrs,"js",true);const l=`?vue&type=template${c}${i}${a}`;const u=JSON.stringify(t+l);const f=n?"ssrRender":"render";return{code:`import { ${f} as _sfc_${f} } from ${u}`,map:void 0}}}async function genScriptCode(e,t,r,n){let s=`const _sfc_main = {}`;let o;const i=resolveScript(e,t,n);if(i){if((!i.lang||i.lang==="ts"&&t.devServer)&&!i.src){const e=t.script?.babelParserPlugins||[];const r=i.lang==="ts"?e.includes("decorators")?["typescript"]:["typescript","decorators-legacy"]:[];s=t.compiler.rewriteDefault(i.content,"_sfc_main",[...r,...e]);o=i.map}else{if(i.src){await linkSrcToDescriptor(i.src,e,r,false)}const t=i.src||e.filename;const n=i.src&&c.extname(t).slice(1)||"js";const o=attrsToQuery(i.attrs,n);const a=i.src?`&src=true`:``;const l=`?vue&type=script${a}${o}`;const u=JSON.stringify(t+l);s=`import _sfc_main from ${u}\nexport * from ${u}`}}return{code:s,map:o}}async function genStyleCode(e,t,r,n){let s=``;let o;if(e.styles.length){for(let n=0;n<e.styles.length;n++){const c=e.styles[n];if(c.src){await linkSrcToDescriptor(c.src,e,t,c.scoped)}const i=c.src||e.filename;const a=attrsToQuery(c.attrs,"css");const l=c.src?c.scoped?`&src=${e.id}`:"&src=true":"";const u=r?`&inline`:``;const f=c.scoped?`&scoped=${e.id}`:``;const p=`?vue&type=style&index=${n}${l}${u}${f}`;const d=i+p+a;if(c.module){if(r){throw new Error(`<style module> is not supported in custom elements mode.`)}const[e,t]=genCSSModulesCode(n,d,c.module);s+=e;Object.assign(o||(o={}),t)}else{if(r){s+=`\nimport _style_${n} from ${JSON.stringify(d)}`}else{s+=`\nimport ${JSON.stringify(d)}`}}}if(r){n.push([`styles`,`[${e.styles.map(((e,t)=>`_style_${t}`)).join(",")}]`])}}if(o){const e=Object.entries(o).reduce(((e,[t,r])=>e+`"${t}":${r},\n`),"{\n")+"}";s+=`\nconst cssModules = ${e}`;n.push([`__cssModules`,`cssModules`])}return s}function genCSSModulesCode(e,t,r){const n=`style${e}`;const s=typeof r==="string"?r:"$style";const o=t.replace(/\.(\w+)$/,".module.$1");return[`\nimport ${n} from ${JSON.stringify(o)}`,{[s]:n}]}async function genCustomBlockCode(e,t){let r="";for(let n=0;n<e.customBlocks.length;n++){const s=e.customBlocks[n];if(s.src){await linkSrcToDescriptor(s.src,e,t,false)}const o=s.src||e.filename;const c=attrsToQuery(s.attrs,s.type);const i=s.src?`&src=true`:``;const a=`?vue&type=${s.type}&index=${n}${i}${c}`;const l=JSON.stringify(o+a);r+=`import block${n} from ${l}\n`;r+=`if (typeof block${n} === 'function') block${n}(_sfc_main)\n`}return r}async function linkSrcToDescriptor(e,t,r,n){const s=(await r.resolve(e,t.filename))?.id||e;setSrcDescriptor(s.replace(/\?.*$/,""),t,n)}const oe=["id","index","src","type","lang","module","scoped"];function attrsToQuery(e,t,r=false){let n=``;for(const t in e){const r=e[t];if(!oe.includes(t)){n+=`&${encodeURIComponent(t)}${r?`=${encodeURIComponent(r)}`:``}`}}if(t||e.lang){n+=`lang`in e?r?`&lang.${t}`:`&lang.${e.lang}`:`&lang.${t}`}return n}async function transformStyle(e,t,r,n,o,c){const i=t.styles[r];const a=await n.compiler.compileStyleAsync({...n.style,filename:t.filename,id:`data-v-${t.id}`,isProd:n.isProduction,source:e,scoped:i.scoped,...n.cssDevSourcemap?{postcssOptions:{map:{from:c,inline:false,annotation:false}}}:{}});if(a.errors.length){a.errors.forEach((e=>{if(e.line&&e.column){e.loc={file:t.filename,line:e.line+i.loc.start.line,column:e.column}}o.error(e)}));return null}const l=a.map?await s.formatPostcssSourceMap(a.map,c):{mappings:""};return{code:a.code,map:l}}function vuePlugin(e={}){const{include:t=/\.vue$/,exclude:r,customElement:o=/\.ce\.vue$/,reactivityTransform:c=false}=e;const i=s.createFilter(t,r);const a=typeof o==="boolean"?()=>o:s.createFilter(o);const l=c===false?()=>false:c===true?s.createFilter(/\.(j|t)sx?$/,/node_modules/):s.createFilter(c);let u={isProduction:process.env.NODE_ENV==="production",compiler:null,...e,include:t,exclude:r,customElement:o,reactivityTransform:c,root:process.cwd(),sourceMap:true,cssDevSourcemap:false,devToolsEnabled:process.env.NODE_ENV!=="production"};return{name:"vite:vue",handleHotUpdate(e){if(!i(e.file)){return}return handleHotUpdate(e,u)},config(e){return{define:{__VUE_OPTIONS_API__:e.define?.__VUE_OPTIONS_API__??true,__VUE_PROD_DEVTOOLS__:e.define?.__VUE_PROD_DEVTOOLS__??false},ssr:{external:e.legacy?.buildSsrCjsExternalHeuristics?["vue","@vue/server-renderer"]:[]}}},configResolved(e){u={...u,root:e.root,sourceMap:e.command==="build"?!!e.build.sourcemap:true,cssDevSourcemap:e.css?.devSourcemap??false,isProduction:e.isProduction,devToolsEnabled:!!e.define.__VUE_PROD_DEVTOOLS__||!e.isProduction}},configureServer(e){u.devServer=e},buildStart(){u.compiler=u.compiler||resolveCompiler(u.root)},async resolveId(e){if(e===ne){return e}if(parseVueRequest(e).query.vue){return e}},load(e,t){const r=t?.ssr===true;if(e===ne){return se}const{filename:s,query:o}=parseVueRequest(e);if(o.vue){if(o.src){return n.readFileSync(s,"utf-8")}const e=getDescriptor(s,u);let t;if(o.type==="script"){t=getResolvedScript(e,r)}else if(o.type==="template"){t=e.template}else if(o.type==="style"){t=e.styles[o.index]}else if(o.index!=null){t=e.customBlocks[o.index]}if(t){return{code:t.content,map:t.map}}}},transform(e,t,r){const n=r?.ssr===true;const{filename:s,query:o}=parseVueRequest(t);if(o.raw){return}if(!i(s)&&!o.vue){if(!o.vue&&l(s)&&u.compiler.shouldTransformRef(e)){return u.compiler.transformRef(e,{filename:s,sourceMap:true})}return}if(!o.vue){return transformMain(e,s,u,this,n,a(s))}else{const t=o.src?getSrcDescriptor(s,o):getDescriptor(s,u);if(o.type==="template"){return transformTemplateAsModule(e,t,u,this,n)}else if(o.type==="style"){return transformStyle(e,t,Number(o.index),u,this,s)}}}}}e.exports=vuePlugin;e.exports["default"]=vuePlugin;e.exports.parseVueRequest=parseVueRequest}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var s=t[r]={exports:{}};var o=true;try{e[r](s,s.exports,__nccwpck_require__);o=false}finally{if(o)delete t[r]}return s.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(655);module.exports=r})();
@@ -1 +1 @@
1
- {"name":"@vitejs/plugin-vue","author":"Evan You","license":"MIT","types":"dist/index.d.ts"}
1
+ {"name":"@vitejs/plugin-vue","version":"3.2.0","author":"Evan You","license":"MIT","types":"./dist/index.d.ts"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/preset-vue",
3
- "version": "4.0.35",
3
+ "version": "4.0.37",
4
4
  "description": "@umijs/preset-vue",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/preset-vue#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -22,14 +22,14 @@
22
22
  "dev": "umi-scripts father dev"
23
23
  },
24
24
  "dependencies": {
25
- "@umijs/renderer-vue": "4.0.35",
25
+ "@umijs/renderer-vue": "4.0.37",
26
26
  "vue": "3.2.36",
27
27
  "vue-loader": "17.0.0",
28
28
  "vue-router": "4.0.15"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@vitejs/plugin-vue": "2.3.1",
32
- "umi": "4.0.35"
32
+ "umi": "4.0.37"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"