AOI_V1/MaiMuAOI/AssistClient/bin/Debug/static/assets/index-b866f159.js

45 lines
324 KiB
JavaScript
Raw Normal View History

2024-03-07 14:34:59 +08:00
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const o of s)if(o.type==="childList")for(const a of o.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&r(a)}).observe(document,{childList:!0,subtree:!0});function n(s){const o={};return s.integrity&&(o.integrity=s.integrity),s.referrerPolicy&&(o.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?o.credentials="include":s.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(s){if(s.ep)return;s.ep=!0;const o=n(s);fetch(s.href,o)}})();const resource$1={index:e=>{const{normalize:t}=e;return t(["index"])},about:e=>{const{normalize:t}=e;return t(["about"])},"not-found":e=>{const{normalize:t}=e;return t(["Notfound"])},nesting:{sir:e=>{const{normalize:t}=e;return t(["man"])},lady:e=>{const{normalize:t}=e;return t(["lady"])}}},__vite_glob_0_0$1=Object.freeze(Object.defineProperty({__proto__:null,default:resource$1},Symbol.toStringTag,{value:"Module"})),resource={index:e=>{const{normalize:t}=e;return t(["主页"])},about:e=>{const{normalize:t}=e;return t(["关于"])},"not-found":e=>{const{normalize:t}=e;return t(["未找到页面"])},nesting:{sir:e=>{const{normalize:t}=e;return t(["男人"])},lady:e=>{const{normalize:t}=e;return t(["女士"])}}},__vite_glob_0_1$1=Object.freeze(Object.defineProperty({__proto__:null,default:resource},Symbol.toStringTag,{value:"Module"}));/*!
* shared v9.2.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/const inBrowser=typeof window<"u",hasSymbol=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol",makeSymbol=e=>hasSymbol?Symbol(e):e,isNumber$2=e=>typeof e=="number"&&isFinite(e),isRegExp$1=e=>toTypeString$2(e)==="[object RegExp]",isEmptyObject$1=e=>isPlainObject$3(e)&&Object.keys(e).length===0,assign$3=Object.assign;let _globalThis$2;const getGlobalThis$2=()=>_globalThis$2||(_globalThis$2=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),hasOwnProperty$2=Object.prototype.hasOwnProperty;function hasOwn$1(e,t){return hasOwnProperty$2.call(e,t)}const isArray$3=Array.isArray,isFunction$3=e=>typeof e=="function",isString$3=e=>typeof e=="string",isBoolean$1=e=>typeof e=="boolean",isObject$3=e=>e!==null&&typeof e=="object",objectToString$2=Object.prototype.toString,toTypeString$2=e=>objectToString$2.call(e),isPlainObject$3=e=>toTypeString$2(e)==="[object Object]";/*!
* shared v9.2.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/const generateFormatCacheKey=(e,t,n)=>friendlyJSONstringify({l:e,k:t,s:n}),friendlyJSONstringify=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),isNumber$1=e=>typeof e=="number"&&isFinite(e),isDate$1=e=>toTypeString$1(e)==="[object Date]",isRegExp=e=>toTypeString$1(e)==="[object RegExp]",isEmptyObject=e=>isPlainObject$2(e)&&Object.keys(e).length===0;function warn$1(e,t){typeof console<"u"&&(""+e,t&&t.stack)}const assign$2=Object.assign;let _globalThis$1;const getGlobalThis$1=()=>_globalThis$1||(_globalThis$1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function escapeHtml(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const isArray$2=Array.isArray,isFunction$2=e=>typeof e=="function",isString$2=e=>typeof e=="string",isBoolean=e=>typeof e=="boolean",isObject$2=e=>e!==null&&typeof e=="object",objectToString$1=Object.prototype.toString,toTypeString$1=e=>objectToString$1.call(e),isPlainObject$2=e=>toTypeString$1(e)==="[object Object]",toDisplayString$1=e=>e==null?"":isArray$2(e)||isPlainObject$2(e)&&e.toString===objectToString$1?JSON.stringify(e,null,2):String(e);/*!
* message-compiler v9.2.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/const CompileErrorCodes={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,__EXTEND_POINT__:15};function createCompileError(e,t,n={}){const{domain:r,messages:s,args:o}=n,a=e,c=new SyntaxError(String(a));return c.code=e,t&&(c.location=t),c.domain=r,c}function defaultOnError(e){throw e}function createPosition(e,t,n){return{line:e,column:t,offset:n}}function createLocation(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const CHAR_SP=" ",CHAR_CR="\r",CHAR_LF=`
`,CHAR_LS=String.fromCharCode(8232),CHAR_PS=String.fromCharCode(8233);function createScanner(e){const t=e;let n=0,r=1,s=1,o=0;const a=w=>t[w]===CHAR_CR&&t[w+1]===CHAR_LF,c=w=>t[w]===CHAR_LF,l=w=>t[w]===CHAR_PS,f=w=>t[w]===CHAR_LS,d=w=>a(w)||c(w)||l(w)||f(w),v=()=>n,m=()=>r,O=()=>s,g=()=>o,b=w=>a(w)||l(w)||f(w)?CHAR_LF:t[w],T=()=>b(n),C=()=>b(n+o);function I(){return o=0,d(n)&&(r++,s=0),a(n)&&n++,n++,s++,t[n]}function x(){return a(n+o)&&o++,o++,t[n+o]}function P(){n=0,r=1,s=1,o=0}function N(w=0){o=w}function j(){const w=n+o;for(;w!==n;)I();o=0}return{index:v,line:m,column:O,peekOffset:g,charAt:b,currentChar:T,currentPeek:C,next:I,peek:x,reset:P,resetPeek:N,skipToPeek:j}}const EOF=void 0,LITERAL_DELIMITER="'",ERROR_DOMAIN$1="tokenizer";function createTokenizer(e,t={}){const n=t.location!==!1,r=createScanner(e),s=()=>r.index(),o=()=>createPosition(r.line(),r.column(),r.index()),a=o(),c=s(),l={currentType:14,offset:c,startLoc:a,endLoc:a,lastType:14,lastOffset:c,lastStartLoc:a,lastEndLoc:a,braceNest:0,inLinked:!1,text:""},f=()=>l,{onError:d}=t;function v(_,E,A,...k){const F=f();if(E.column+=A,E.offset+=A,d){const U=createLocation(F.startLoc,E),W=createCompileError(_,U,{domain:ERROR_DOMAIN$1,args:k});d(W)}}function m(_,E,A){_.endLoc=o(),_.currentType=E;const k={type:E};return n&&(k.loc=createLocation(_.startLoc,_.endLoc)),A!=null&&(k.value=A),k}const O=_=>m(_,14);function g(_,E){return _.currentChar()===E?(_.next(),E):(v(CompileErrorCodes.EXPECTED_TOKEN,o(),0,E),"")}function b(_){let E="";for(;_.currentPeek()===CHAR_SP||_.currentPeek()===CHAR_LF;)E+=_.currentPeek(),_.peek();return E}function T(_){const E=b(_);return _.skipToPeek(),E}function C(_){if(_===EOF)return!1;const E=_.charCodeAt(0);return E>=97&&E<=122||E>=65&&E<=90||E===95}function I(_){if(_===EOF)return!1;const E=_.charCodeAt(0);return E>=48&&E<=57}function x(_,E){const{currentType:A}=E;if(A!==2)return!1;b(_);const k=C(_.currentPeek());return _.resetPeek(),k}function P(_,E){const{currentType:A}=E;if(A!==2)return!1;b(_);const k=_.currentPeek()==="-"?_.peek():_.currentPeek(),F=I(k);return _.resetPeek(),F}function N(_,E){const{currentType:A}=E;if(A!==2)return!1;b(_);const k=_.currentPeek()===LITERAL_DELIMITER;return _.resetPeek(),k}function j(_,E){const{currentType:A}=E;if(A!==8)return!1;b(_);const k=_.currentPeek()===".";return _.resetPeek(),k}function w(_,E){const{currentType:A}=E;if(A!==9)return!1;b(_);const k=C(_.currentPeek());return _.resetPeek(),k}function M(_,E){const{currentType:A}=E;if(!(A===8||A===12))return!1;b(_);const k=_.currentPeek()===":";return _.resetPeek(),k}function K(_,E){const{currentType:A}=E;if(A!==10)return!1;const k=()=>{const U=_.currentPeek();return U==="{"?C(_.peek()):U==="@"||U==="%"||U==="|"||U===":"||U==="."||U===CHAR_SP||!U?!1:U===CHAR_LF?(_.peek(),k()):C(U)},F=k();return _.resetPeek(),F}function X(_){b(_);const E=_.currentPeek()==="|";return _.resetPeek(),E}function B(_){const E=b(_),A=_.currentPeek()==="%"&&_.peek()==="{";return _.resetPeek(),{isModulo:A,hasSpace:E.length>0}}function J(_,E=!0){const A=(F=!1,U="",W=!1)=>{const q=_.currentPeek();return q==="{"?U==="%"?!1:F:q==="@"||!q?U==="%"?!0:F:q==="%"?(_.peek(),A(F,"%",!0)):q==="|"?U==="%"||W?!0:!(U===CHAR_SP||U===CHAR_LF):q===CHAR_SP?(_.peek(),A(!0,CHAR_SP,W)):q===CHAR_LF?(_.peek(),A(!0,CHAR_LF,W)):!0},k=A();return E&&_.resetPeek(),k}function oe(_,E){const A=_.currentChar();return A===EOF?EOF:E(A)?(_.next(),A):null}function de(_){return oe(_,A=>{const k=A.charCodeAt(0);return k>=97&&k<=122||k>=65&&k<=90||k>=48&&k<=57||k===95||k===36})}function he(_){return oe(_,A=>{const k=A.charCodeAt(0);return k>=48&&k<=57})}function ge(_){return oe(_,A=>{const k=A.charCodeAt(0);return k>=48&&k<=57||k>=65&&k<=70||k>=97&&k<=102})}function _e(_){let E="",A="";for(;E=he(_);)A+=E;return A}function Ce(_){T(_);const E=_.currentChar();return E!=="%"&&v(CompileErrorCodes.EXPECTED_TOKEN,o(),0,E),_.next(),"%"}function ye(_){let E="";for(;;){const A=_.currentChar();if(A==="{"||A==="}"||A==="@"||A==="|"||!A)break;if(A==="%")if(J(_))E+=A,_.next();else break;else if(A===CHAR_SP||A===CHAR_LF)if(J(_))E+=A,_.nex
`,a=t.needIndent?t.needIndent:n!=="arrow",c=e.helpers||[],l=createCodeGenerator(e,{mode:n,filename:r,sourceMap:s,breakLineCode:o,needIndent:a});l.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),l.indent(a),c.length>0&&(l.push(`const { ${c.map(v=>`${v}: _${v}`).join(", ")} } = ctx`),l.newline()),l.push("return "),generateNode(l,e),l.deindent(a),l.push("}");const{code:f,map:d}=l.context();return{ast:e,code:f,map:d?d.toJSON():void 0}};function baseCompile(e,t={}){const n=assign$2({},t),s=createParser(n).parse(e);return transform(s,n),generate(s,n)}/*!
* devtools-if v9.2.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/const IntlifyDevToolsHooks={I18nInit:"i18n:init",FunctionTranslate:"function:translate"};/*!
* core-base v9.2.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/const pathStateMachine=[];pathStateMachine[0]={w:[0],i:[3,0],["["]:[4],o:[7]};pathStateMachine[1]={w:[1],["."]:[2],["["]:[4],o:[7]};pathStateMachine[2]={w:[2],i:[3,0],[0]:[3,0]};pathStateMachine[3]={i:[3,0],[0]:[3,0],w:[1,1],["."]:[2,1],["["]:[4,1],o:[7,1]};pathStateMachine[4]={["'"]:[5,0],['"']:[6,0],["["]:[4,2],["]"]:[1,3],o:8,l:[4,0]};pathStateMachine[5]={["'"]:[4,0],o:8,l:[5,0]};pathStateMachine[6]={['"']:[4,0],o:8,l:[6,0]};const literalValueRE=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function isLiteral(e){return literalValueRE.test(e)}function stripQuotes(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function getPathCharType(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function formatSubPath(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:isLiteral(t)?stripQuotes(t):"*"+t}function parse(e){const t=[];let n=-1,r=0,s=0,o,a,c,l,f,d,v;const m=[];m[0]=()=>{a===void 0?a=c:a+=c},m[1]=()=>{a!==void 0&&(t.push(a),a=void 0)},m[2]=()=>{m[0](),s++},m[3]=()=>{if(s>0)s--,r=4,m[0]();else{if(s=0,a===void 0||(a=formatSubPath(a),a===!1))return!1;m[1]()}};function O(){const g=e[n+1];if(r===5&&g==="'"||r===6&&g==='"')return n++,c="\\"+g,m[0](),!0}for(;r!==null;)if(n++,o=e[n],!(o==="\\"&&O())){if(l=getPathCharType(o),v=pathStateMachine[r],f=v[l]||v.l||8,f===8||(r=f[0],f[1]!==void 0&&(d=m[f[1]],d&&(c=o,d()===!1))))return;if(r===7)return t}}const cache=new Map;function resolveWithKeyValue(e,t){return isObject$2(e)?e[t]:null}function resolveValue(e,t){if(!isObject$2(e))return null;let n=cache.get(t);if(n||(n=parse(t),n&&cache.set(t,n)),!n)return null;const r=n.length;let s=e,o=0;for(;o<r;){const a=s[n[o]];if(a===void 0)return null;s=a,o++}return s}const DEFAULT_MODIFIER=e=>e,DEFAULT_MESSAGE=e=>"",DEFAULT_MESSAGE_DATA_TYPE="text",DEFAULT_NORMALIZE=e=>e.length===0?"":e.join(""),DEFAULT_INTERPOLATE=toDisplayString$1;function pluralDefault(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function getPluralIndex(e){const t=isNumber$1(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(isNumber$1(e.named.count)||isNumber$1(e.named.n))?isNumber$1(e.named.count)?e.named.count:isNumber$1(e.named.n)?e.named.n:t:t}function normalizeNamed(e,t){t.count||(t.count=e),t.n||(t.n=e)}function createMessageContext(e={}){const t=e.locale,n=getPluralIndex(e),r=isObject$2(e.pluralRules)&&isString$2(t)&&isFunction$2(e.pluralRules[t])?e.pluralRules[t]:pluralDefault,s=isObject$2(e.pluralRules)&&isString$2(t)&&isFunction$2(e.pluralRules[t])?pluralDefault:void 0,o=C=>C[r(n,C.length,s)],a=e.list||[],c=C=>a[C],l=e.named||{};isNumber$1(e.pluralIndex)&&normalizeNamed(n,l);const f=C=>l[C];function d(C){const I=isFunction$2(e.messages)?e.messages(C):isObject$2(e.messages)?e.messages[C]:!1;return I||(e.parent?e.parent.message(C):DEFAULT_MESSAGE)}const v=C=>e.modifiers?e.modifiers[C]:DEFAULT_MODIFIER,m=isPlainObject$2(e.processor)&&isFunction$2(e.processor.normalize)?e.processor.normalize:DEFAULT_NORMALIZE,O=isPlainObject$2(e.processor)&&isFunction$2(e.processor.interpolate)?e.processor.interpolate:DEFAULT_INTERPOLATE,g=isPlainObject$2(e.processor)&&isString$2(e.processor.type)?e.processor.type:DEFAULT_MESSAGE_DATA_TYPE,T={list:c,named:f,plural:o,linked:(C,...I)=>{const[x,P]=I;let N="text",j="";I.length===1?isObject$2(x)?(j=x.modifier||j,N=x.type||N):isString$2(x)&&(j=x||j):I.length===2&&(isString$2(x)&&(j=x||j),isString$2(P)&&(N=P||N));let w=d(C)(T);return N==="vnode"&&isArray$2(w)&&j&&(w=w[0]),j?v(j)(w,N):w},message:d,type:g,interpolate:O,normalize:m};return T}let devtools=null;function setDevToolsHook(e){devtools=e}function initI18nDevTools(e,t,n){devtools&&devtools.emit(IntlifyDevToolsHooks.I18nInit,{timestamp:Date.now(),i18n:e,version:t,meta:n})}const translateDevTools=createDevToolsHook(IntlifyDevToolsHooks.FunctionTranslate);function createDevToolsHook(e){return t=>devtools&&devtools.emit(e,t)}function fa
* vue-i18n v9.2.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/const VERSION="9.2.2";function initFeatureFlags(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(getGlobalThis$2().__INTLIFY_PROD_DEVTOOLS__=!1)}let code=CompileErrorCodes.__EXTEND_POINT__;const inc=()=>++code,I18nErrorCodes={UNEXPECTED_RETURN_TYPE:code,INVALID_ARGUMENT:inc(),MUST_BE_CALL_SETUP_TOP:inc(),NOT_INSLALLED:inc(),NOT_AVAILABLE_IN_LEGACY_MODE:inc(),REQUIRED_VALUE:inc(),INVALID_VALUE:inc(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:inc(),NOT_INSLALLED_WITH_PROVIDE:inc(),UNEXPECTED_ERROR:inc(),NOT_COMPATIBLE_LEGACY_VUE_I18N:inc(),BRIDGE_SUPPORT_VUE_2_ONLY:inc(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:inc(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:inc(),__EXTEND_POINT__:inc()};function createI18nError(e,...t){return createCompileError(e,null,void 0)}const TransrateVNodeSymbol=makeSymbol("__transrateVNode"),DatetimePartsSymbol=makeSymbol("__datetimeParts"),NumberPartsSymbol=makeSymbol("__numberParts"),SetPluralRulesSymbol=makeSymbol("__setPluralRules");makeSymbol("__intlifyMeta");const InejctWithOption=makeSymbol("__injectWithOption");function handleFlatJson(e){if(!isObject$3(e))return e;for(const t in e)if(hasOwn$1(e,t))if(!t.includes("."))isObject$3(e[t])&&handleFlatJson(e[t]);else{const n=t.split("."),r=n.length-1;let s=e;for(let o=0;o<r;o++)n[o]in s||(s[n[o]]={}),s=s[n[o]];s[n[r]]=e[t],delete e[t],isObject$3(s[n[r]])&&handleFlatJson(s[n[r]])}return e}function getLocaleMessages(e,t){const{messages:n,__i18n:r,messageResolver:s,flatJson:o}=t,a=isPlainObject$3(n)?n:isArray$3(r)?{}:{[e]:{}};if(isArray$3(r)&&r.forEach(c=>{if("locale"in c&&"resource"in c){const{locale:l,resource:f}=c;l?(a[l]=a[l]||{},deepCopy(f,a[l])):deepCopy(f,a)}else isString$3(c)&&deepCopy(JSON.parse(c),a)}),s==null&&o)for(const c in a)hasOwn$1(a,c)&&handleFlatJson(a[c]);return a}const isNotObjectOrIsArray=e=>!isObject$3(e)||isArray$3(e);function deepCopy(e,t){if(isNotObjectOrIsArray(e)||isNotObjectOrIsArray(t))throw createI18nError(I18nErrorCodes.INVALID_VALUE);for(const n in e)hasOwn$1(e,n)&&(isNotObjectOrIsArray(e[n])||isNotObjectOrIsArray(t[n])?t[n]=e[n]:deepCopy(e[n],t[n]))}function getComponentOptions(e){return e.type}function adjustI18nResources(e,t,n){let r=isObject$3(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=getLocaleMessages(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const s=Object.keys(r);s.length&&s.forEach(o=>{e.mergeLocaleMessage(o,r[o])});{if(isObject$3(t.datetimeFormats)){const o=Object.keys(t.datetimeFormats);o.length&&o.forEach(a=>{e.mergeDateTimeFormat(a,t.datetimeFormats[a])})}if(isObject$3(t.numberFormats)){const o=Object.keys(t.numberFormats);o.length&&o.forEach(a=>{e.mergeNumberFormat(a,t.numberFormats[a])})}}}function createTextNode(e){return createVNode(Text,null,e,0)}const DEVTOOLS_META="__INTLIFY_META__";let composerID=0;function defineCoreMissingHandler(e){return(t,n,r,s)=>e(n,r,getCurrentInstance()||void 0,s)}const getMetaInfo=()=>{const e=getCurrentInstance();let t=null;return e&&(t=getComponentOptions(e)[DEVTOOLS_META])?{[DEVTOOLS_META]:t}:null};function createComposer(e={},t){const{__root:n}=e,r=n===void 0;let s=isBoolean$1(e.inheritLocale)?e.inheritLocale:!0;const o=ref(n&&s?n.locale.value:isString$3(e.locale)?e.locale:DEFAULT_LOCALE),a=ref(n&&s?n.fallbackLocale.value:isString$3(e.fallbackLocale)||isArray$3(e.fallbackLocale)||isPlainObject$3(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:o.value),c=ref(getLocaleMessages(o.value,e)),l=ref(isPlainObject$3(e.datetimeFormats)?e.datetimeFormats:{[o.value]:{}}),f=ref(isPlainObject$3(e.numberFormats)?e.numberFormats:{[o.value]:{}});let d=n?n.missingWarn:isBoolean$1(e.missingWarn)||isRegExp$1(e.missingWarn)?e.missingWarn:!0,v=n?n.fallbackWarn:isBoolean$1(e.fallbackWarn)||isRegExp$1(e.fallbackWarn)?e.fallbackWarn:!0,m=n?n.fallbackRoot:isBoolean$1(e.fallbackRoot)?e.fallbackRoot:!0,O=!!e.fallbackFormat,g=isFunction$3(e.missing)?e.missing:null,b=isFunction$3(e.missing)?defineCoreMissingHandler(e.missing):null,T=isFunction$3(e.postTranslation)?e.postTranslation:null,C=n?n.warnHtmlMessage:isBoolean$1(e.warnHtmlMessage)?e.warnHtmlMessage:!0,I=!!e.escapeParame
Mock - 模拟请求 & 模拟数据
https://github.com/nuysoft/Mock
墨智 mozhi.gyy@taobao.com nuysoft@gmail.com
*/var d={Handler:r,Random:o,Util:s,XHR:f,RE:a,toJSONSchema:c,valid:l,heredoc:s.heredoc,setup:function(v){return f.setup(v)},_mocked:{}};d.version="1.0.1-beta3",f&&(f.Mock=d),d.mock=function(v,m,O){return arguments.length===1?r.gen(v):(arguments.length===2&&(O=m,m=void 0),f&&(window.XMLHttpRequest=f),d._mocked[v+(m||"")]={rurl:v,rtype:m,template:O},d)},e.exports=d},function(module,exports,__webpack_require__){var Constant=__webpack_require__(2),Util=__webpack_require__(3),Parser=__webpack_require__(4),Random=__webpack_require__(5),RE=__webpack_require__(20),Handler={extend:Util.extend};Handler.gen=function(e,t,n){t=t==null?"":t+"",n=n||{},n={path:n.path||[Constant.GUID],templatePath:n.templatePath||[Constant.GUID++],currentContext:n.currentContext,templateCurrentContext:n.templateCurrentContext||e,root:n.root||n.currentContext,templateRoot:n.templateRoot||n.templateCurrentContext||e};var r=Parser.parse(t),s=Util.type(e),o;return Handler[s]?(o=Handler[s]({type:s,template:e,name:t,parsedName:t&&t.replace(Constant.RE_KEY,"$1"),rule:r,context:n}),n.root||(n.root=o),o):e},Handler.extend({array:function(e){var t=[],n,r;if(e.template.length===0)return t;if(e.rule.parameters)if(e.rule.min===1&&e.rule.max===void 0)e.context.path.push(e.name),e.context.templatePath.push(e.name),t=Random.pick(Handler.gen(e.template,void 0,{path:e.context.path,templatePath:e.context.templatePath,currentContext:t,templateCurrentContext:e.template,root:e.context.root||t,templateRoot:e.context.templateRoot||e.template})),e.context.path.pop(),e.context.templatePath.pop();else if(e.rule.parameters[2])e.template.__order_index=e.template.__order_index||0,e.context.path.push(e.name),e.context.templatePath.push(e.name),t=Handler.gen(e.template,void 0,{path:e.context.path,templatePath:e.context.templatePath,currentContext:t,templateCurrentContext:e.template,root:e.context.root||t,templateRoot:e.context.templateRoot||e.template})[e.template.__order_index%e.template.length],e.template.__order_index+=+e.rule.parameters[2],e.context.path.pop(),e.context.templatePath.pop();else for(n=0;n<e.rule.count;n++)for(r=0;r<e.template.length;r++)e.context.path.push(t.length),e.context.templatePath.push(r),t.push(Handler.gen(e.template[r],t.length,{path:e.context.path,templatePath:e.context.templatePath,currentContext:t,templateCurrentContext:e.template,root:e.context.root||t,templateRoot:e.context.templateRoot||e.template})),e.context.path.pop(),e.context.templatePath.pop();else for(n=0;n<e.template.length;n++)e.context.path.push(n),e.context.templatePath.push(n),t.push(Handler.gen(e.template[n],n,{path:e.context.path,templatePath:e.context.templatePath,currentContext:t,templateCurrentContext:e.template,root:e.context.root||t,templateRoot:e.context.templateRoot||e.template})),e.context.path.pop(),e.context.templatePath.pop();return t},object:function(e){var t={},n,r,s,o,a,c;if(e.rule.min!=null)for(n=Util.keys(e.template),n=Random.shuffle(n),n=n.slice(0,e.rule.count),c=0;c<n.length;c++)s=n[c],o=s.replace(Constant.RE_KEY,"$1"),e.context.path.push(o),e.context.templatePath.push(s),t[o]=Handler.gen(e.template[s],s,{path:e.context.path,templatePath:e.context.templatePath,currentContext:t,templateCurrentContext:e.template,root:e.context.root||t,templateRoot:e.context.templateRoot||e.template}),e.context.path.pop(),e.context.templatePath.pop();else{n=[],r=[];for(s in e.template)(typeof e.template[s]=="function"?r:n).push(s);for(n=n.concat(r),c=0;c<n.length;c++)s=n[c],o=s.replace(Constant.RE_KEY,"$1"),e.context.path.push(o),e.context.templatePath.push(s),t[o]=Handler.gen(e.template[s],s,{path:e.context.path,templatePath:e.context.templatePath,currentContext:t,templateCurrentContext:e.template,root:e.context.root||t,templateRoot:e.context.templateRoot||e.template}),e.context.path.pop(),e.context.templatePath.pop(),a=s.match(Constant.RE_KEY),a&&a[2]&&Util.type(e.template[s])==="number"&&(e.template[s]+=parseInt(a[2],10))}return t},number:function(e){var t,n;if(e.rule.decimal){for(e.template+="",n=e.template.split("."),n[0]=e.rule.range?e.rule.count:n[0],n[1]=(n[1]||"").slice(0,e.rule
`?(D.seenCR||D.line++,D.column=1,D.seenCR=!1):Me==="\r"||Me==="\u2028"||Me==="\u2029"?(D.line++,D.column=1,D.seenCR=!0):(D.column++,D.seenCR=!1)}return Le!==u&&(Le>u&&(Le=0,Ye={line:1,column:1,seenCR:!1}),y(Ye,Le,u),Le=u),Ye}function B(u){Be>S||(S>Be&&(Be=S,Ue=[]),Ue.push(u))}function J(u){var y=0;for(u.sort();y<u.length;)u[y-1]===u[y]?u.splice(y,1):y++}function oe(){var u,y,D,ee,ue;return u=S,y=de(),y!==null?(D=S,w.charCodeAt(S)===124?(ee=Ft,S++):(ee=null,Y===0&&B(Dt)),ee!==null?(ue=oe(),ue!==null?(ee=[ee,ue],D=ee):(S=D,D=ne)):(S=D,D=ne),D===null&&(D=Ne),D!==null?(se=u,y=jt(y,D),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne),u}function de(){var u,y,D,ee,ue;if(u=S,y=ge(),y===null&&(y=Ne),y!==null)if(D=S,Y++,ee=ye(),Y--,ee===null?D=Ne:(S=D,D=ne),D!==null){for(ee=[],ue=Ce(),ue===null&&(ue=he());ue!==null;)ee.push(ue),ue=Ce(),ue===null&&(ue=he());ee!==null?(ue=_e(),ue===null&&(ue=Ne),ue!==null?(se=u,y=Ht(y,ee,ue),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne)}else S=u,u=ne;else S=u,u=ne;return u}function he(){var u;return u=le(),u===null&&(u=E(),u===null&&(u=W())),u}function ge(){var u,y;return u=S,w.charCodeAt(S)===94?(y=nt,S++):(y=null,Y===0&&B(rt)),y!==null&&(se=u,y=Vt()),y===null&&(S=u),u=y,u}function _e(){var u,y;return u=S,w.charCodeAt(S)===36?(y=Bt,S++):(y=null,Y===0&&B(Ut)),y!==null&&(se=u,y=Wt()),y===null&&(S=u),u=y,u}function Ce(){var u,y,D;return u=S,y=he(),y!==null?(D=ye(),D!==null?(se=u,y=Kt(y,D),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne),u}function ye(){var u,y,D;return Y++,u=S,y=ve(),y!==null?(D=z(),D===null&&(D=Ne),D!==null?(se=u,y=zt(y,D),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne),Y--,u===null&&(y=null,Y===0&&B(qt)),u}function ve(){var u;return u=Se(),u===null&&(u=be(),u===null&&(u=Te(),u===null&&(u=Ae(),u===null&&(u=V(),u===null&&(u=G()))))),u}function Se(){var u,y,D,ee,ue,Ie;return u=S,w.charCodeAt(S)===123?(y=Ke,S++):(y=null,Y===0&&B(qe)),y!==null?(D=Z(),D!==null?(w.charCodeAt(S)===44?(ee=Yt,S++):(ee=null,Y===0&&B(Gt)),ee!==null?(ue=Z(),ue!==null?(w.charCodeAt(S)===125?(Ie=st,S++):(Ie=null,Y===0&&B(ot)),Ie!==null?(se=u,y=Jt(D,ue),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne)):(S=u,u=ne)):(S=u,u=ne)):(S=u,u=ne),u}function be(){var u,y,D,ee;return u=S,w.charCodeAt(S)===123?(y=Ke,S++):(y=null,Y===0&&B(qe)),y!==null?(D=Z(),D!==null?(w.substr(S,2)===at?(ee=at,S+=2):(ee=null,Y===0&&B(Xt)),ee!==null?(se=u,y=Qt(D),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne)):(S=u,u=ne),u}function Te(){var u,y,D,ee;return u=S,w.charCodeAt(S)===123?(y=Ke,S++):(y=null,Y===0&&B(qe)),y!==null?(D=Z(),D!==null?(w.charCodeAt(S)===125?(ee=st,S++):(ee=null,Y===0&&B(ot)),ee!==null?(se=u,y=Zt(D),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne)):(S=u,u=ne),u}function Ae(){var u,y;return u=S,w.charCodeAt(S)===43?(y=en,S++):(y=null,Y===0&&B(tn)),y!==null&&(se=u,y=nn()),y===null&&(S=u),u=y,u}function V(){var u,y;return u=S,w.charCodeAt(S)===42?(y=rn,S++):(y=null,Y===0&&B(sn)),y!==null&&(se=u,y=on()),y===null&&(S=u),u=y,u}function G(){var u,y;return u=S,w.charCodeAt(S)===63?(y=it,S++):(y=null,Y===0&&B(lt)),y!==null&&(se=u,y=an()),y===null&&(S=u),u=y,u}function z(){var u;return w.charCodeAt(S)===63?(u=it,S++):(u=null,Y===0&&B(lt)),u}function Z(){var u,y,D;if(u=S,y=[],ct.test(w.charAt(S))?(D=w.charAt(S),S++):(D=null,Y===0&&B(ut)),D!==null)for(;D!==null;)y.push(D),ct.test(w.charAt(S))?(D=w.charAt(S),S++):(D=null,Y===0&&B(ut));else y=ne;return y!==null&&(se=u,y=ln(y)),y===null&&(S=u),u=y,u}function le(){var u,y,D,ee;return u=S,w.charCodeAt(S)===40?(y=cn,S++):(y=null,Y===0&&B(un)),y!==null?(D=R(),D===null&&(D=_(),D===null&&(D=ae(),D===null&&(D=pe()))),D!==null?(w.charCodeAt(S)===41?(ee=fn,S++):(ee=null,Y===0&&B(dn)),ee!==null?(se=u,y=pn(D),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne)):(S=u,u=ne),u}function pe(){var u,y;return u=S,y=oe(),y!==null&&(se=u,y=hn(y)),y===null&&(S=u),u=y,u}function ae(){var u,y,D;return u=S,w.substr(S,2)===ft?(y=ft,S+=2):(y=null,Y===0&&B(mn)),y!==null?(D=oe(),D!==null?(se=u,y=gn(D),y===null&&(S=u),u=y):(S=u,u=ne)):(S=u,u=ne),u}function R(){var u,y,D;return u=S,w.substr(S,2)===dt?(y=dt,S+=2):(y=null,Y===0&&B(_n)),y!==null?(D=oe(),D!==n
\r \v \u2028\u2029`,m={"\\w":a+c+l+"_","\\W":f.replace("_",""),"\\s":v,"\\S":function(){for(var g=d,b=0;b<v.length;b++)g=g.replace(v[b],"");return g}(),"\\d":l,"\\D":a+c+f};function O(g,b){for(var T="",C=g;C<=b;C++)T+=String.fromCharCode(C);return T}o.gen=function(g,b,T){return T=T||{guid:1},o[g.type]?o[g.type](g,b,T):o.token(g,b,T)},o.extend({token:function(g,b,T){switch(g.type){case"start":case"end":return"";case"any-character":return s.character();case"backspace":return"";case"word-boundary":return"";case"non-word-boundary":break;case"digit":return s.pick(l.split(""));case"non-digit":return s.pick((a+c+f).split(""));case"form-feed":break;case"line-feed":return g.body||g.text;case"carriage-return":break;case"white-space":return s.pick(v.split(""));case"non-white-space":return s.pick((a+c+l).split(""));case"tab":break;case"vertical-tab":break;case"word":return s.pick((a+c+l).split(""));case"non-word":return s.pick(f.replace("_","").split(""))}return g.body||g.text},alternate:function(g,b,T){return this.gen(s.boolean()?g.left:g.right,b,T)},match:function(g,b,T){b="";for(var C=0;C<g.body.length;C++)b+=this.gen(g.body[C],b,T);return b},"capture-group":function(g,b,T){return b=this.gen(g.body,b,T),T[T.guid++]=b,b},"non-capture-group":function(g,b,T){return this.gen(g.body,b,T)},"positive-lookahead":function(g,b,T){return this.gen(g.body,b,T)},"negative-lookahead":function(g,b,T){return""},quantified:function(g,b,T){b="";for(var C=this.quantifier(g.quantifier),I=0;I<C;I++)b+=this.gen(g.body,b,T);return b},quantifier:function(g,b,T){var C=Math.max(g.min,0),I=isFinite(g.max)?g.max:C+s.integer(3,7);return s.integer(C,I)},charset:function(g,b,T){if(g.invert)return this["invert-charset"](g,b,T);var C=s.pick(g.body);return this.gen(C,b,T)},"invert-charset":function(g,b,T){for(var C=d,I=0,x;I<g.body.length;I++)switch(x=g.body[I],x.type){case"literal":C=C.replace(x.body,"");break;case"range":for(var P=this.gen(x.start,b,T).charCodeAt(),N=this.gen(x.end,b,T).charCodeAt(),j=P;j<=N;j++)C=C.replace(String.fromCharCode(j),"");default:var w=m[x.text];if(w)for(var M=0;M<=w.length;M++)C=C.replace(w[M],"")}return s.pick(C.split(""))},range:function(g,b,T){var C=this.gen(g.start,b,T).charCodeAt(),I=this.gen(g.end,b,T).charCodeAt();return String.fromCharCode(s.integer(C,I))},literal:function(g,b,T){return g.escaped?g.body:g.text},unicode:function(g,b,T){return String.fromCharCode(parseInt(g.code,16))},hex:function(g,b,T){return String.fromCharCode(parseInt(g.code,16))},octal:function(g,b,T){return String.fromCharCode(parseInt(g.code,8))},"back-reference":function(g,b,T){return T[g.code]||""},CONTROL_CHARACTER_MAP:function(){for(var g="@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\ ] ^ _".split(" "),b=`\0       \x07 \b
\v \f \r              \x1B    `.split(" "),T={},C=0;C<g.length;C++)T[g[C]]=b[C];return T}(),"control-character":function(g,b,T){return this.CONTROL_CHARACTER_MAP[g.code]}}),e.exports=o},function(e,t,n){e.exports=n(24)},function(e,t,n){var r=n(2),s=n(3),o=n(4);function a(c,l,f){f=f||[];var d={name:typeof l=="string"?l.replace(r.RE_KEY,"$1"):l,template:c,type:s.type(c),rule:o.parse(l)};switch(d.path=f.slice(0),d.path.push(l===void 0?"ROOT":d.name),d.type){case"array":d.items=[],s.each(c,function(v,m){d.items.push(a(v,m,d.path))});break;case"object":d.properties=[],s.each(c,function(v,m){d.properties.push(a(v,m,d.path))});break}return d}e.exports=a},function(e,t,n){e.exports=n(26)},function(e,t,n){var r=n(2),s=n(3),o=n(23);function a(f,d){for(var v=o(f),m=c.diff(v,d),O=0;O<m.length;O++);return m}var c={diff:function(d,v,m){var O=[];return this.name(d,v,m,O)&&this.type(d,v,m,O)&&(this.value(d,v,m,O),this.properties(d,v,m,O),this.items(d,v,m,O)),O},name:function(f,d,v,m){var O=m.length;return l.equal("name",f.path,v+"",f.name+"",m),m.length===O},type:function(f,d,v,m){var O=m.length;switch(f.type){case"string":if(f.template.match(r.RE_PLACEHOLDER))return!0;break;case"array":if(f.rule.parameters&&(f.rule.min!==void 0&&f.rule.max===void 0&&f.rule.count===1||f.rule.parameters[2]))return!0;break;case"function":return!0}return l.equal("type",f.path,s.type(d),f.type,m),m.length===O},value:function(f,d,v,m){var O=m.length,g=f.rule,b=f.type;if(b==="object"||b==="array"||b==="function")return!0;if(!g.parameters){switch(b){case"regexp":return l.match("value",f.path,d,f.template,m),m.length===O;case"string":if(f.template.match(r.RE_PLACEHOLDER))return m.length===O;break}return l.equal("value",f.path,d,f.template,m),m.length===O}var T;switch(b){case"number":var C=(d+"").split(".");C[0]=+C[0],g.min!==void 0&&g.max!==void 0&&(l.greaterThanOrEqualTo("value",f.path,C[0],Math.min(g.min,g.max),m),l.lessThanOrEqualTo("value",f.path,C[0],Math.max(g.min,g.max),m)),g.min!==void 0&&g.max===void 0&&l.equal("value",f.path,C[0],g.min,m,"[value] "+v),g.decimal&&(g.dmin!==void 0&&g.dmax!==void 0&&(l.greaterThanOrEqualTo("value",f.path,C[1].length,g.dmin,m),l.lessThanOrEqualTo("value",f.path,C[1].length,g.dmax,m)),g.dmin!==void 0&&g.dmax===void 0&&l.equal("value",f.path,C[1].length,g.dmin,m));break;case"boolean":break;case"string":T=d.match(new RegExp(f.template,"g")),T=T?T.length:0,g.min!==void 0&&g.max!==void 0&&(l.greaterThanOrEqualTo("repeat count",f.path,T,g.min,m),l.lessThanOrEqualTo("repeat count",f.path,T,g.max,m)),g.min!==void 0&&g.max===void 0&&l.equal("repeat count",f.path,T,g.min,m);break;case"regexp":T=d.match(new RegExp(f.template.source.replace(/^\^|\$$/g,""),"g")),T=T?T.length:0,g.min!==void 0&&g.max!==void 0&&(l.greaterThanOrEqualTo("repeat count",f.path,T,g.min,m),l.lessThanOrEqualTo("repeat count",f.path,T,g.max,m)),g.min!==void 0&&g.max===void 0&&l.equal("repeat count",f.path,T,g.min,m);break}return m.length===O},properties:function(f,d,v,m){var O=m.length,g=f.rule,b=s.keys(d);if(f.properties){if(f.rule.parameters?(g.min!==void 0&&g.max!==void 0&&(l.greaterThanOrEqualTo("properties length",f.path,b.length,Math.min(g.min,g.max),m),l.lessThanOrEqualTo("properties length",f.path,b.length,Math.max(g.min,g.max),m)),g.min!==void 0&&g.max===void 0&&g.count!==1&&l.equal("properties length",f.path,b.length,g.min,m)):l.equal("properties length",f.path,b.length,f.properties.length,m),m.length!==O)return!1;for(var T=0;T<b.length;T++)m.push.apply(m,this.diff(function(){var C;return s.each(f.properties,function(I){I.name===b[T]&&(C=I)}),C||f.properties[T]}(),d[b[T]],b[T]));return m.length===O}},items:function(f,d,v,m){var O=m.length;if(f.items){var g=f.rule;if(!f.rule.parameters)l.equal("items length",f.path,d.length,f.items.length,m);else{if(g.min!==void 0&&g.max!==void 0&&(l.greaterThanOrEqualTo("items",f.path,d.length,Math.min(g.min,g.max)*f.items.length,m,"[{utype}] array is too short: {path} must have at least {expected} elements but instance has {actual} elements"),l.lessThanOrEqualTo("items",f.path,d.length,Math.max(g.min,
`);return g},overrideMimeType:function(){},responseType:"",response:null,responseText:"",responseXML:null}),r.extend(f.prototype,{addEventListener:function(g,b){var T=this.custom.events;T[g]||(T[g]=[]),T[g].push(b)},removeEventListener:function(g,b){for(var T=this.custom.events[g]||[],C=0;C<T.length;C++)T[C]===b&&T.splice(C--,1)},dispatchEvent:function(g){for(var b=this.custom.events[g.type]||[],T=0;T<b.length;T++)b[T].call(this,g);var C="on"+g.type;this[C]&&this[C](g)}});function d(){var O=function(){var T=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,C=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,I=location.href,x=C.exec(I.toLowerCase())||[];return T.test(x[1])}();return window.ActiveXObject?!O&&g()||b():g();function g(){try{return new window._XMLHttpRequest}catch{}}function b(){try{return new window._ActiveXObject("Microsoft.XMLHTTP")}catch{}}}function v(O){for(var g in f.Mock._mocked){var b=f.Mock._mocked[g];if((!b.rurl||T(b.rurl,O.url))&&(!b.rtype||T(b.rtype,O.type.toLowerCase())))return b}function T(C,I){if(r.type(C)==="string")return C===I;if(r.type(C)==="regexp")return C.test(I)}}function m(O,g){return r.isFunction(O.template)?O.template(g):f.Mock.mock(O.template)}e.exports=f}])})})(mock);const __vite_glob_0_1=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),scriptRel="modulepreload",assetsURL=function(e,t){return new URL(e,t).href},seen={},__vitePreload=function e(t,n,r){if(!n||n.length===0)return t();const s=document.getElementsByTagName("link");return Promise.all(n.map(o=>{if(o=assetsURL(o,r),o in seen)return;seen[o]=!0;const a=o.endsWith(".css"),c=a?'[rel="stylesheet"]':"";if(!!r)for(let d=s.length-1;d>=0;d--){const v=s[d];if(v.href===o&&(!a||v.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${o}"]${c}`))return;const f=document.createElement("link");if(f.rel=a?"stylesheet":scriptRel,a||(f.as="script",f.crossOrigin=""),f.href=o,document.head.appendChild(f),a)return new Promise((d,v)=>{f.addEventListener("load",d),f.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${o}`)))})})).then(()=>t())},setupLayouts=e=>{const t={};Object.entries(Object.assign({"/src/layouts/default.vue":()=>__vitePreload(()=>import("./default-56b8faa5.js"),[],import.meta.url),"/src/layouts/notFound.vue":()=>__vitePreload(()=>import("./notFound-d0a1c263.js"),[],import.meta.url)})).forEach(([s,o])=>{let a=s.replace("/src/layouts/","").replace(".vue","");t[a]=o});function r(s,o=!0){return s.map(a=>{var c,l,f,d;return((c=a.children)==null?void 0:c.length)>0&&(a.children=r(a.children,!1)),o?{path:a.path,component:t[((l=a.meta)==null?void 0:l.layout)||"default"],children:[{...a,path:""}],meta:{isLayout:!0}}:(f=a.meta)!=null&&f.layout?{path:a.path,component:t[(d=a.meta)==null?void 0:d.layout],children:[{...a,path:""}],meta:{isLayout:!0}}:a})}return r(e)};/*!
* vue-router v4.1.6
* (c) 2022 Eduardo San Martin Morote
* @license MIT
*/const isBrowser=typeof window<"u";function isESModule(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const assign$1=Object.assign;function applyToParams(e,t){const n={};for(const r in t){const s=t[r];n[r]=isArray(s)?s.map(e):e(s)}return n}const noop$2=()=>{},isArray=Array.isArray,TRAILING_SLASH_RE=/\/$/,removeTrailingSlash=e=>e.replace(TRAILING_SLASH_RE,"");function parseURL(e,t,n="/"){let r,s={},o="",a="";const c=t.indexOf("#");let l=t.indexOf("?");return c<l&&c>=0&&(l=-1),l>-1&&(r=t.slice(0,l),o=t.slice(l+1,c>-1?c:t.length),s=e(o)),c>-1&&(r=r||t.slice(0,c),a=t.slice(c,t.length)),r=resolveRelativePath(r??t,n),{fullPath:r+(o&&"?")+o+a,path:r,query:s,hash:a}}function stringifyURL(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function stripBase(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function isSameRouteLocation(e,t,n){const r=t.matched.length-1,s=n.matched.length-1;return r>-1&&r===s&&isSameRouteRecord(t.matched[r],n.matched[s])&&isSameRouteLocationParams(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function isSameRouteRecord(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function isSameRouteLocationParams(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!isSameRouteLocationParamsValue(e[n],t[n]))return!1;return!0}function isSameRouteLocationParamsValue(e,t){return isArray(e)?isEquivalentArray(e,t):isArray(t)?isEquivalentArray(t,e):e===t}function isEquivalentArray(e,t){return isArray(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function resolveRelativePath(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let s=n.length-1,o,a;for(o=0;o<r.length;o++)if(a=r[o],a!==".")if(a==="..")s>1&&s--;else break;return n.slice(0,s).join("/")+"/"+r.slice(o-(o===r.length?1:0)).join("/")}var NavigationType;(function(e){e.pop="pop",e.push="push"})(NavigationType||(NavigationType={}));var NavigationDirection;(function(e){e.back="back",e.forward="forward",e.unknown=""})(NavigationDirection||(NavigationDirection={}));function normalizeBase(e){if(!e)if(isBrowser){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),removeTrailingSlash(e)}const BEFORE_HASH_RE=/^[^#]+#/;function createHref(e,t){return e.replace(BEFORE_HASH_RE,"#")+t}function getElementPosition(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const computeScrollPosition=()=>({left:window.pageXOffset,top:window.pageYOffset});function scrollToPosition(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),s=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!s)return;t=getElementPosition(s,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function getScrollKey(e,t){return(history.state?history.state.position-t:-1)+e}const scrollPositions=new Map;function saveScrollPosition(e,t){scrollPositions.set(e,t)}function getSavedScrollPosition(e){const t=scrollPositions.get(e);return scrollPositions.delete(e),t}let createBaseLocation=()=>location.protocol+"//"+location.host;function createCurrentLocation(e,t){const{pathname:n,search:r,hash:s}=t,o=e.indexOf("#");if(o>-1){let c=s.includes(e.slice(o))?e.slice(o).length:1,l=s.slice(c);return l[0]!=="/"&&(l="/"+l),stripBase(l,"")}return stripBase(n,e)+r+s}function useHistoryListeners(e,t,n,r){let s=[],o=[],a=null;const c=({state:m})=>{const O=createCurrentLocation(e,location),g=n.value,b=t.value;let T=0;if(m){if(n.value=O,t.value=m,a&&a===g){a=null;return}T=b?m.position-b.position:0}else r(O);s.forEach(C=>{C(n.value,g,{delta:T,type:NavigationType.pop,direction:T?T>0?NavigationDirection.forward:NavigationDirection.back:NavigationDirection.unknown})})}
* @license MIT */(function(e,t){(function(n,r){e.exports=r()})(commonjsGlobal,function(){var n={};n.version="0.2.0";var r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};n.configure=function(g){var b,T;for(b in g)T=g[b],T!==void 0&&g.hasOwnProperty(b)&&(r[b]=T);return this},n.status=null,n.set=function(g){var b=n.isStarted();g=s(g,r.minimum,1),n.status=g===1?null:g;var T=n.render(!b),C=T.querySelector(r.barSelector),I=r.speed,x=r.easing;return T.offsetWidth,c(function(P){r.positionUsing===""&&(r.positionUsing=n.getPositioningCSS()),l(C,a(g,I,x)),g===1?(l(T,{transition:"none",opacity:1}),T.offsetWidth,setTimeout(function(){l(T,{transition:"all "+I+"ms linear",opacity:0}),setTimeout(function(){n.remove(),P()},I)},I)):setTimeout(P,I)}),this},n.isStarted=function(){return typeof n.status=="number"},n.start=function(){n.status||n.set(0);var g=function(){setTimeout(function(){n.status&&(n.trickle(),g())},r.trickleSpeed)};return r.trickle&&g(),this},n.done=function(g){return!g&&!n.status?this:n.inc(.3+.5*Math.random()).set(1)},n.inc=function(g){var b=n.status;return b?(typeof g!="number"&&(g=(1-b)*s(Math.random()*b,.1,.95)),b=s(b+g,0,.994),n.set(b)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},function(){var g=0,b=0;n.promise=function(T){return!T||T.state()==="resolved"?this:(b===0&&n.start(),g++,b++,T.always(function(){b--,b===0?(g=0,n.done()):n.set((g-b)/g)}),this)}}(),n.render=function(g){if(n.isRendered())return document.getElementById("nprogress");d(document.documentElement,"nprogress-busy");var b=document.createElement("div");b.id="nprogress",b.innerHTML=r.template;var T=b.querySelector(r.barSelector),C=g?"-100":o(n.status||0),I=document.querySelector(r.parent),x;return l(T,{transition:"all 0 linear",transform:"translate3d("+C+"%,0,0)"}),r.showSpinner||(x=b.querySelector(r.spinnerSelector),x&&O(x)),I!=document.body&&d(I,"nprogress-custom-parent"),I.appendChild(b),b},n.remove=function(){v(document.documentElement,"nprogress-busy"),v(document.querySelector(r.parent),"nprogress-custom-parent");var g=document.getElementById("nprogress");g&&O(g)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var g=document.body.style,b="WebkitTransform"in g?"Webkit":"MozTransform"in g?"Moz":"msTransform"in g?"ms":"OTransform"in g?"O":"";return b+"Perspective"in g?"translate3d":b+"Transform"in g?"translate":"margin"};function s(g,b,T){return g<b?b:g>T?T:g}function o(g){return(-1+g)*100}function a(g,b,T){var C;return r.positionUsing==="translate3d"?C={transform:"translate3d("+o(g)+"%,0,0)"}:r.positionUsing==="translate"?C={transform:"translate("+o(g)+"%,0)"}:C={"margin-left":o(g)+"%"},C.transition="all "+b+"ms "+T,C}var c=function(){var g=[];function b(){var T=g.shift();T&&T(b)}return function(T){g.push(T),g.length==1&&b()}}(),l=function(){var g=["Webkit","O","Moz","ms"],b={};function T(P){return P.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(N,j){return j.toUpperCase()})}function C(P){var N=document.body.style;if(P in N)return P;for(var j=g.length,w=P.charAt(0).toUpperCase()+P.slice(1),M;j--;)if(M=g[j]+w,M in N)return M;return P}function I(P){return P=T(P),b[P]||(b[P]=C(P))}function x(P,N,j){N=I(N),P.style[N]=j}return function(P,N){var j=arguments,w,M;if(j.length==2)for(w in N)M=N[w],M!==void 0&&N.hasOwnProperty(w)&&x(P,w,M);else x(P,j[1],j[2])}}();function f(g,b){var T=typeof g=="string"?g:m(g);return T.indexOf(" "+b+" ")>=0}function d(g,b){var T=m(g),C=T+b;f(T,b)||(g.className=C.substring(1))}function v(g,b){var T=m(g),C;f(g,b)&&(C=T.replace(" "+b+" "," "),g.className=C.substring(1,C.length-1))}function m(g){return(" "+(g.className||"")+" ").replace(/\s+/gi," ")}function O(g){g&&g.parentNode&&g.parentNode.removeChild(g)}return n})})(nprogress$2);const nprog
* pinia v2.0.34
* (c) 2023 Eduardo San Martin Morote
* @license MIT
*/let activePinia;const setActivePinia=e=>activePinia=e,piniaSymbol=Symbol();function isPlainObject(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var MutationType;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const e=effectScope(!0),t=e.run(()=>ref({}));let n=[],r=[];const s=markRaw({install(o){setActivePinia(s),s._a=o,o.provide(piniaSymbol,s),o.config.globalProperties.$pinia=s,r.forEach(a=>n.push(a)),r=[]},use(o){return!this._a&&!isVue2?r.push(o):n.push(o),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return s}const noop=()=>{};function addSubscription(e,t,n,r=noop){e.push(t);const s=()=>{const o=e.indexOf(t);o>-1&&(e.splice(o,1),r())};return!n&&getCurrentScope()&&onScopeDispose(s),s}function triggerSubscriptions(e,...t){e.slice().forEach(n=>{n(...t)})}function mergeReactiveObjects(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,r)=>e.set(r,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],s=e[n];isPlainObject(s)&&isPlainObject(r)&&e.hasOwnProperty(n)&&!isRef(r)&&!isReactive(r)?e[n]=mergeReactiveObjects(s,r):e[n]=r}return e}const skipHydrateSymbol=Symbol();function shouldHydrate(e){return!isPlainObject(e)||!e.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(e){return!!(isRef(e)&&e.effect)}function createOptionsStore(e,t,n,r){const{state:s,actions:o,getters:a}=t,c=n.state.value[e];let l;function f(){c||(n.state.value[e]=s?s():{});const d=toRefs(n.state.value[e]);return assign(d,o,Object.keys(a||{}).reduce((v,m)=>(v[m]=markRaw(computed(()=>{setActivePinia(n);const O=n._s.get(e);return a[m].call(O,O)})),v),{}))}return l=createSetupStore(e,f,t,n,r,!0),l}function createSetupStore(e,t,n={},r,s,o){let a;const c=assign({actions:{}},n),l={deep:!0};let f,d,v=markRaw([]),m=markRaw([]),O;const g=r.state.value[e];!o&&!g&&(r.state.value[e]={}),ref({});let b;function T(w){let M;f=d=!1,typeof w=="function"?(w(r.state.value[e]),M={type:MutationType.patchFunction,storeId:e,events:O}):(mergeReactiveObjects(r.state.value[e],w),M={type:MutationType.patchObject,payload:w,storeId:e,events:O});const K=b=Symbol();nextTick().then(()=>{b===K&&(f=!0)}),d=!0,triggerSubscriptions(v,M,r.state.value[e])}const C=o?function(){const{state:M}=n,K=M?M():{};this.$patch(X=>{assign(X,K)})}:noop;function I(){a.stop(),v=[],m=[],r._s.delete(e)}function x(w,M){return function(){setActivePinia(r);const K=Array.from(arguments),X=[],B=[];function J(he){X.push(he)}function oe(he){B.push(he)}triggerSubscriptions(m,{args:K,name:w,store:N,after:J,onError:oe});let de;try{de=M.apply(this&&this.$id===e?this:N,K)}catch(he){throw triggerSubscriptions(B,he),he}return de instanceof Promise?de.then(he=>(triggerSubscriptions(X,he),he)).catch(he=>(triggerSubscriptions(B,he),Promise.reject(he))):(triggerSubscriptions(X,de),de)}}const P={_p:r,$id:e,$onAction:addSubscription.bind(null,m),$patch:T,$reset:C,$subscribe(w,M={}){const K=addSubscription(v,w,M.detached,()=>X()),X=a.run(()=>watch(()=>r.state.value[e],B=>{(M.flush==="sync"?d:f)&&w({storeId:e,type:MutationType.direct,events:O},B)},assign({},l,M)));return K},$dispose:I},N=reactive(P);r._s.set(e,N);const j=r._e.run(()=>(a=effectScope(),a.run(()=>t())));for(const w in j){const M=j[w];if(isRef(M)&&!isComputed(M)||isReactive(M))o||(g&&shouldHydrate(M)&&(isRef(M)?M.value=g[w]:mergeReactiveObjects(M,g[w])),r.state.value[e][w]=M);else if(typeof M=="function"){const K=x(w,M);j[w]=K,c.actions[w]=M}}return assign(N,j),assign(toRaw(N),j),Object.defineProperty(N,"$state",{get:()=>r.state.value[e],set:w=>{T(M=>{assign(M,w)})}}),r._p.forEach(w=>{assign(N,a.run(()=>w({store:N,app:r._a,pinia:r,options:c})))}),g&&o&&n.hydrate&&n.hydrate(N.$state,g),f=!0,d=!0,N}function defineStore(e,t,n){let r,s;const o=typeof t=="function";typeof e=="string"?(r=e,s=o?n:t):(s=e,r=e.id);function a(c,l){const f=getCurrentInstance();return c=c||f&&inject(piniaSymbol,null),c&&setActivePi