32 lines
37 KiB
JavaScript
32 lines
37 KiB
JavaScript
import"./vue-20eed888.js";import{s as Et,u as W,aw as bt,ax as Rt,n as _t,d as Fe,Z as kt,G as V,k as j,ah as Qe,I as de,r as Pt,w as Ye,g as Xe,l as St}from"./@vue-e95c845e.js";/*!
|
|
* vue-router v4.4.5
|
|
* (c) 2024 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/const B=typeof document<"u";function Je(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Ct(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Je(e.default)}const C=Object.assign;function pe(e,t){const n={};for(const r in t){const o=t[r];n[r]=T(o)?o.map(e):e(o)}return n}const J=()=>{},T=Array.isArray;function E(e){const t=Array.from(arguments).slice(1);console.warn.apply(console,["[Vue Router warn]: "+e].concat(t))}const Ze=/#/g,$t=/&/g,At=/\//g,xt=/=/g,It=/\?/g,et=/\+/g,Ot=/%5B/g,Tt=/%5D/g,tt=/%5E/g,Nt=/%60/g,nt=/%7B/g,Mt=/%7C/g,rt=/%7D/g,jt=/%20/g;function Re(e){return encodeURI(""+e).replace(Mt,"|").replace(Ot,"[").replace(Tt,"]")}function Lt(e){return Re(e).replace(nt,"{").replace(rt,"}").replace(tt,"^")}function ve(e){return Re(e).replace(et,"%2B").replace(jt,"+").replace(Ze,"%23").replace($t,"%26").replace(Nt,"`").replace(nt,"{").replace(rt,"}").replace(tt,"^")}function Bt(e){return ve(e).replace(xt,"%3D")}function Dt(e){return Re(e).replace(Ze,"%23").replace(It,"%3F")}function Ut(e){return e==null?"":Dt(e).replace(At,"%2F")}function z(e){try{return decodeURIComponent(""+e)}catch{E(`Error decoding "${e}". Using original value`)}return""+e}const Ht=/\/$/,Gt=e=>e.replace(Ht,"");function me(e,t,n="/"){let r,o={},u="",h="";const p=t.indexOf("#");let c=t.indexOf("?");return p<c&&p>=0&&(c=-1),c>-1&&(r=t.slice(0,c),u=t.slice(c+1,p>-1?p:t.length),o=e(u)),p>-1&&(r=r||t.slice(0,p),h=t.slice(p,t.length)),r=qt(r??t,n),{fullPath:r+(u&&"?")+u+h,path:r,query:o,hash:z(h)}}function Kt(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function xe(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Ie(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&G(t.matched[r],n.matched[o])&&ot(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function G(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function ot(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Vt(e[n],t[n]))return!1;return!0}function Vt(e,t){return T(e)?Oe(e,t):T(t)?Oe(t,e):e===t}function Oe(e,t){return T(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function qt(e,t){if(e.startsWith("/"))return e;if(!t.startsWith("/"))return E(`Cannot resolve a relative location without an absolute path. Trying to resolve "${e}" from "${t}". It should look like "/${t}".`),e;if(!e)return t;const n=t.split("/"),r=e.split("/"),o=r[r.length-1];(o===".."||o===".")&&r.push("");let u=n.length-1,h,p;for(h=0;h<r.length;h++)if(p=r[h],p!==".")if(p==="..")u>1&&u--;else break;return n.slice(0,u).join("/")+"/"+r.slice(h).join("/")}const U={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var ee;(function(e){e.pop="pop",e.push="push"})(ee||(ee={}));var Z;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Z||(Z={}));function Wt(e){if(!e)if(B){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Gt(e)}const zt=/^[^#]+#/;function Ft(e,t){return e.replace(zt,"#")+t}function Qt(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 se=()=>({left:window.scrollX,top:window.scrollY});function Yt(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#");if(typeof e.el=="string"&&(!r||!document.getElementById(e.el.slice(1))))try{const u=document.querySelector(e.el);if(r&&u){E(`The selector "${e.el}" should be passed as "el: document.querySelector('${e.el}')" because it starts with "#".`);return}}catch{E(`The selector "${e.el}" is invalid. If you are using an id selector, make sure to escape it. You can find more information about escaping characters in selectors at https://mathiasbynens.be/notes/css-escapes or use CSS.escape (https://developer.mozilla.org/en-US/docs/Web/API/CSS/escape).`);return}const o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o){E(`Couldn't find element using selector "${e.el}" returned by scrollBehavior.`);return}t=Qt(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function Te(e,t){return(history.state?history.state.position-t:-1)+e}const ye=new Map;function Xt(e,t){ye.set(e,t)}function Jt(e){const t=ye.get(e);return ye.delete(e),t}let Zt=()=>location.protocol+"//"+location.host;function st(e,t){const{pathname:n,search:r,hash:o}=t,u=e.indexOf("#");if(u>-1){let p=o.includes(e.slice(u))?e.slice(u).length:1,c=o.slice(p);return c[0]!=="/"&&(c="/"+c),xe(c,"")}return xe(n,e)+r+o}function en(e,t,n,r){let o=[],u=[],h=null;const p=({state:l})=>{const f=st(e,location),y=n.value,w=t.value;let S=0;if(l){if(n.value=f,t.value=l,h&&h===y){h=null;return}S=w?l.position-w.position:0}else r(f);o.forEach($=>{$(n.value,y,{delta:S,type:ee.pop,direction:S?S>0?Z.forward:Z.back:Z.unknown})})};function c(){h=n.value}function d(l){o.push(l);const f=()=>{const y=o.indexOf(l);y>-1&&o.splice(y,1)};return u.push(f),f}function i(){const{history:l}=window;l.state&&l.replaceState(C({},l.state,{scroll:se()}),"")}function s(){for(const l of u)l();u=[],window.removeEventListener("popstate",p),window.removeEventListener("beforeunload",i)}return window.addEventListener("popstate",p),window.addEventListener("beforeunload",i,{passive:!0}),{pauseListeners:c,listen:d,destroy:s}}function Ne(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?se():null}}function tn(e){const{history:t,location:n}=window,r={value:st(e,n)},o={value:t.state};o.value||u(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function u(c,d,i){const s=e.indexOf("#"),l=s>-1?(n.host&&document.querySelector("base")?e:e.slice(s))+c:Zt()+e+c;try{t[i?"replaceState":"pushState"](d,"",l),o.value=d}catch(f){E("Error with push/replace State",f),n[i?"replace":"assign"](l)}}function h(c,d){const i=C({},t.state,Ne(o.value.back,c,o.value.forward,!0),d,{position:o.value.position});u(c,i,!0),r.value=c}function p(c,d){const i=C({},o.value,t.state,{forward:c,scroll:se()});t.state||E(`history.state seems to have been manually replaced without preserving the necessary values. Make sure to preserve existing history state if you are manually calling history.replaceState:
|
|
|
|
history.replaceState(history.state, '', url)
|
|
|
|
You can find more information at https://router.vuejs.org/guide/migration/#Usage-of-history-state`),u(i.current,i,!0);const s=C({},Ne(r.value,c,null),{position:i.position+1},d);u(c,s,!1),r.value=c}return{location:r,state:o,push:p,replace:h}}function zn(e){e=Wt(e);const t=tn(e),n=en(e,t.state,t.location,t.replace);function r(u,h=!0){h||n.pauseListeners(),history.go(u)}const o=C({location:"",base:e,go:r,createHref:Ft.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function oe(e){return typeof e=="string"||e&&typeof e=="object"}function at(e){return typeof e=="string"||typeof e=="symbol"}const it=Symbol("navigation failure");var Me;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Me||(Me={}));const nn={1({location:e,currentLocation:t}){return`No match for
|
|
${JSON.stringify(e)}${t?`
|
|
while being at
|
|
`+JSON.stringify(t):""}`},2({from:e,to:t}){return`Redirected from "${e.fullPath}" to "${on(t)}" via a navigation guard.`},4({from:e,to:t}){return`Navigation aborted from "${e.fullPath}" to "${t.fullPath}" via a navigation guard.`},8({from:e,to:t}){return`Navigation cancelled from "${e.fullPath}" to "${t.fullPath}" with a new navigation.`},16({from:e,to:t}){return`Avoided redundant navigation to current location: "${e.fullPath}".`}};function F(e,t){return C(new Error(nn[e](t)),{type:e,[it]:!0},t)}function L(e,t){return e instanceof Error&&it in e&&(t==null||!!(e.type&t))}const rn=["params","query","hash"];function on(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const n of rn)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}const je="[^/]+?",sn={sensitive:!1,strict:!1,start:!0,end:!0},an=/[.+*?^${}()[\]/\\]/g;function ln(e,t){const n=C({},sn,t),r=[];let o=n.start?"^":"";const u=[];for(const d of e){const i=d.length?[]:[90];n.strict&&!d.length&&(o+="/");for(let s=0;s<d.length;s++){const l=d[s];let f=40+(n.sensitive?.25:0);if(l.type===0)s||(o+="/"),o+=l.value.replace(an,"\\$&"),f+=40;else if(l.type===1){const{value:y,repeatable:w,optional:S,regexp:$}=l;u.push({name:y,repeatable:w,optional:S});const _=$||je;if(_!==je){f+=10;try{new RegExp(`(${_})`)}catch(O){throw new Error(`Invalid custom RegExp for param "${y}" (${_}): `+O.message)}}let k=w?`((?:${_})(?:/(?:${_}))*)`:`(${_})`;s||(k=S&&d.length<2?`(?:/${k})`:"/"+k),S&&(k+="?"),o+=k,f+=20,S&&(f+=-8),w&&(f+=-20),_===".*"&&(f+=-50)}i.push(f)}r.push(i)}if(n.strict&&n.end){const d=r.length-1;r[d][r[d].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const h=new RegExp(o,n.sensitive?"":"i");function p(d){const i=d.match(h),s={};if(!i)return null;for(let l=1;l<i.length;l++){const f=i[l]||"",y=u[l-1];s[y.name]=f&&y.repeatable?f.split("/"):f}return s}function c(d){let i="",s=!1;for(const l of e){(!s||!i.endsWith("/"))&&(i+="/"),s=!1;for(const f of l)if(f.type===0)i+=f.value;else if(f.type===1){const{value:y,repeatable:w,optional:S}=f,$=y in d?d[y]:"";if(T($)&&!w)throw new Error(`Provided param "${y}" is an array but it is not repeatable (* or + modifiers)`);const _=T($)?$.join("/"):$;if(!_)if(S)l.length<2&&(i.endsWith("/")?i=i.slice(0,-1):s=!0);else throw new Error(`Missing required param "${y}"`);i+=_}}return i||"/"}return{re:h,score:r,keys:u,parse:p,stringify:c}}function cn(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===40+40?-1:1:e.length>t.length?t.length===1&&t[0]===40+40?1:-1:0}function lt(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const u=cn(r[n],o[n]);if(u)return u;n++}if(Math.abs(o.length-r.length)===1){if(Le(r))return 1;if(Le(o))return-1}return o.length-r.length}function Le(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const un={type:0,value:""},fn=/[a-zA-Z0-9_]/;function hn(e){if(!e)return[[]];if(e==="/")return[[un]];if(!e.startsWith("/"))throw new Error(`Route paths should start with a "/": "${e}" should be "/${e}".`);function t(f){throw new Error(`ERR (${n})/"${d}": ${f}`)}let n=0,r=n;const o=[];let u;function h(){u&&o.push(u),u=[]}let p=0,c,d="",i="";function s(){d&&(n===0?u.push({type:0,value:d}):n===1||n===2||n===3?(u.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${d}) must be alone in its segment. eg: '/:ids+.`),u.push({type:1,value:d,regexp:i,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),d="")}function l(){d+=c}for(;p<e.length;){if(c=e[p++],c==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:c==="/"?(d&&s(),h()):c===":"?(s(),n=1):l();break;case 4:l(),n=r;break;case 1:c==="("?n=2:fn.test(c)?l():(s(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&p--);break;case 2:c===")"?i[i.length-1]=="\\"?i=i.slice(0,-1)+c:n=3:i+=c;break;case 3:s(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&p--,i="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${d}"`),s(),h(),o}function dn(e,t,n){const r=ln(hn(e.path),n);{const u=new Set;for(const h of r.keys)u.has(h.name)&&E(`Found duplicated params with name "${h.name}" for path "${e.path}". Only the last one will be available on "$route.params".`),u.add(h.name)}const o=C(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function pn(e,t){const n=[],r=new Map;t=He({strict:!1,end:!0,sensitive:!1},t);function o(s){return r.get(s)}function u(s,l,f){const y=!f,w=De(s);yn(w,l),w.aliasOf=f&&f.record;const S=He(t,s),$=[w];if("alias"in s){const O=typeof s.alias=="string"?[s.alias]:s.alias;for(const M of O)$.push(De(C({},w,{components:f?f.record.components:w.components,path:M,aliasOf:f?f.record:w})))}let _,k;for(const O of $){const{path:M}=O;if(l&&M[0]!=="/"){const D=l.record.path,N=D[D.length-1]==="/"?"":"/";O.path=l.record.path+(M&&N+M)}if(O.path==="*")throw new Error(`Catch all routes ("*") must now be defined using a param with a custom regexp.
|
|
See more at https://router.vuejs.org/guide/migration/#Removed-star-or-catch-all-routes.`);if(_=dn(O,l,S),l&&M[0]==="/"&&wn(_,l),f?(f.alias.push(_),vn(f,_)):(k=k||_,k!==_&&k.alias.push(_),y&&s.name&&!Ue(_)&&h(s.name)),ct(_)&&c(_),w.children){const D=w.children;for(let N=0;N<D.length;N++)u(D[N],_,f&&f.children[N])}f=f||_}return k?()=>{h(k)}:J}function h(s){if(at(s)){const l=r.get(s);l&&(r.delete(s),n.splice(n.indexOf(l),1),l.children.forEach(h),l.alias.forEach(h))}else{const l=n.indexOf(s);l>-1&&(n.splice(l,1),s.record.name&&r.delete(s.record.name),s.children.forEach(h),s.alias.forEach(h))}}function p(){return n}function c(s){const l=En(s,n);n.splice(l,0,s),s.record.name&&!Ue(s)&&r.set(s.record.name,s)}function d(s,l){let f,y={},w,S;if("name"in s&&s.name){if(f=r.get(s.name),!f)throw F(1,{location:s});{const k=Object.keys(s.params||{}).filter(O=>!f.keys.find(M=>M.name===O));k.length&&E(`Discarded invalid param(s) "${k.join('", "')}" when navigating. See https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md#414-2022-08-22 for more details.`)}S=f.record.name,y=C(Be(l.params,f.keys.filter(k=>!k.optional).concat(f.parent?f.parent.keys.filter(k=>k.optional):[]).map(k=>k.name)),s.params&&Be(s.params,f.keys.map(k=>k.name))),w=f.stringify(y)}else if(s.path!=null)w=s.path,w.startsWith("/")||E(`The Matcher cannot resolve relative paths but received "${w}". Unless you directly called \`matcher.resolve("${w}")\`, this is probably a bug in vue-router. Please open an issue at https://github.com/vuejs/router/issues/new/choose.`),f=n.find(k=>k.re.test(w)),f&&(y=f.parse(w),S=f.record.name);else{if(f=l.name?r.get(l.name):n.find(k=>k.re.test(l.path)),!f)throw F(1,{location:s,currentLocation:l});S=f.record.name,y=C({},l.params,s.params),w=f.stringify(y)}const $=[];let _=f;for(;_;)$.unshift(_.record),_=_.parent;return{name:S,path:w,params:y,matched:$,meta:gn($)}}e.forEach(s=>u(s));function i(){n.length=0,r.clear()}return{addRoute:u,resolve:d,removeRoute:h,clearRoutes:i,getRoutes:p,getRecordMatcher:o}}function Be(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function De(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:mn(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function mn(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function Ue(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function gn(e){return e.reduce((t,n)=>C(t,n.meta),{})}function He(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function we(e,t){return e.name===t.name&&e.optional===t.optional&&e.repeatable===t.repeatable}function vn(e,t){for(const n of e.keys)if(!n.optional&&!t.keys.find(we.bind(null,n)))return E(`Alias "${t.record.path}" and the original record: "${e.record.path}" must have the exact same param named "${n.name}"`);for(const n of t.keys)if(!n.optional&&!e.keys.find(we.bind(null,n)))return E(`Alias "${t.record.path}" and the original record: "${e.record.path}" must have the exact same param named "${n.name}"`)}function yn(e,t){t&&t.record.name&&!e.name&&!e.path&&E(`The route named "${String(t.record.name)}" has a child without a name and an empty path. Using that name won't render the empty path child so you probably want to move the name to the child instead. If this is intentional, add a name to the child route to remove the warning.`)}function wn(e,t){for(const n of t.keys)if(!e.keys.find(we.bind(null,n)))return E(`Absolute path "${e.record.path}" must have the exact same param named "${n.name}" as its parent "${t.record.path}".`)}function En(e,t){let n=0,r=t.length;for(;n!==r;){const u=n+r>>1;lt(e,t[u])<0?r=u:n=u+1}const o=bn(e);return o&&(r=t.lastIndexOf(o,r-1),r<0&&E(`Finding ancestor route "${o.record.path}" failed for "${e.record.path}"`)),r}function bn(e){let t=e;for(;t=t.parent;)if(ct(t)&<(e,t)===0)return t}function ct({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Rn(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<r.length;++o){const u=r[o].replace(et," "),h=u.indexOf("="),p=z(h<0?u:u.slice(0,h)),c=h<0?null:z(u.slice(h+1));if(p in t){let d=t[p];T(d)||(d=t[p]=[d]),d.push(c)}else t[p]=c}return t}function Ge(e){let t="";for(let n in e){const r=e[n];if(n=Bt(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(T(r)?r.map(u=>u&&ve(u)):[r&&ve(r)]).forEach(u=>{u!==void 0&&(t+=(t.length?"&":"")+n,u!=null&&(t+="="+u))})}return t}function _n(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=T(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const kn=Symbol("router view location matched"),Ke=Symbol("router view depth"),ae=Symbol("router"),_e=Symbol("route location"),Ee=Symbol("router view location");function Y(){let e=[];function t(r){return e.push(r),()=>{const o=e.indexOf(r);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function H(e,t,n,r,o,u=h=>h()){const h=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((p,c)=>{const d=l=>{l===!1?c(F(4,{from:n,to:t})):l instanceof Error?c(l):oe(l)?c(F(2,{from:t,to:l})):(h&&r.enterCallbacks[o]===h&&typeof l=="function"&&h.push(l),p())},i=u(()=>e.call(r&&r.instances[o],t,n,Pn(d,t,n)));let s=Promise.resolve(i);if(e.length<3&&(s=s.then(d)),e.length>2){const l=`The "next" callback was never called inside of ${e.name?'"'+e.name+'"':""}:
|
|
${e.toString()}
|
|
. If you are returning a value instead of calling "next", make sure to remove the "next" parameter from your function.`;if(typeof i=="object"&&"then"in i)s=s.then(f=>d._called?f:(E(l),Promise.reject(new Error("Invalid navigation guard"))));else if(i!==void 0&&!d._called){E(l),c(new Error("Invalid navigation guard"));return}}s.catch(l=>c(l))})}function Pn(e,t,n){let r=0;return function(){r++===1&&E(`The "next" callback was called more than once in one navigation guard when going from "${n.fullPath}" to "${t.fullPath}". It should be called exactly one time in each navigation guard. This will fail in production.`),e._called=!0,r===1&&e.apply(null,arguments)}}function ge(e,t,n,r,o=u=>u()){const u=[];for(const h of e){!h.components&&!h.children.length&&E(`Record with path "${h.path}" is either missing a "component(s)" or "children" property.`);for(const p in h.components){let c=h.components[p];{if(!c||typeof c!="object"&&typeof c!="function")throw E(`Component "${p}" in record with path "${h.path}" is not a valid component. Received "${String(c)}".`),new Error("Invalid route component");if("then"in c){E(`Component "${p}" in record with path "${h.path}" is a Promise instead of a function that returns a Promise. Did you write "import('./MyPage.vue')" instead of "() => import('./MyPage.vue')" ? This will break in production if not fixed.`);const d=c;c=()=>d}else c.__asyncLoader&&!c.__warnedDefineAsync&&(c.__warnedDefineAsync=!0,E(`Component "${p}" in record with path "${h.path}" is defined using "defineAsyncComponent()". Write "() => import('./MyPage.vue')" instead of "defineAsyncComponent(() => import('./MyPage.vue'))".`))}if(!(t!=="beforeRouteEnter"&&!h.instances[p]))if(Je(c)){const i=(c.__vccOpts||c)[t];i&&u.push(H(i,n,r,h,p,o))}else{let d=c();"catch"in d||(E(`Component "${p}" in record with path "${h.path}" is a function that does not return a Promise. If you were passing a functional component, make sure to add a "displayName" to the component. This will break in production if not fixed.`),d=Promise.resolve(d)),u.push(()=>d.then(i=>{if(!i)throw new Error(`Couldn't resolve component "${p}" at "${h.path}"`);const s=Ct(i)?i.default:i;h.mods[p]=i,h.components[p]=s;const f=(s.__vccOpts||s)[t];return f&&H(f,n,r,h,p,o)()}))}}}return u}function Ve(e){const t=V(ae),n=V(_e);let r=!1,o=null;const u=j(()=>{const i=W(e.to);return(!r||i!==o)&&(oe(i)||(r?E(`Invalid value for prop "to" in useLink()
|
|
- to:`,i,`
|
|
- previous to:`,o,`
|
|
- props:`,e):E(`Invalid value for prop "to" in useLink()
|
|
- to:`,i,`
|
|
- props:`,e)),o=i,r=!0),t.resolve(i)}),h=j(()=>{const{matched:i}=u.value,{length:s}=i,l=i[s-1],f=n.matched;if(!l||!f.length)return-1;const y=f.findIndex(G.bind(null,l));if(y>-1)return y;const w=qe(i[s-2]);return s>1&&qe(l)===w&&f[f.length-1].path!==w?f.findIndex(G.bind(null,i[s-2])):y}),p=j(()=>h.value>-1&&An(n.params,u.value.params)),c=j(()=>h.value>-1&&h.value===n.matched.length-1&&ot(n.params,u.value.params));function d(i={}){return $n(i)?t[W(e.replace)?"replace":"push"](W(e.to)).catch(J):Promise.resolve()}if(B){const i=Xe();if(i){const s={route:u.value,isActive:p.value,isExactActive:c.value,error:null};i.__vrl_devtools=i.__vrl_devtools||[],i.__vrl_devtools.push(s),St(()=>{s.route=u.value,s.isActive=p.value,s.isExactActive=c.value,s.error=oe(W(e.to))?null:'Invalid "to" value'},{flush:"post"})}}return{route:u,href:j(()=>u.value.href),isActive:p,isExactActive:c,navigate:d}}const Sn=Fe({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Ve,setup(e,{slots:t}){const n=kt(Ve(e)),{options:r}=V(ae),o=j(()=>({[We(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[We(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const u=t.default&&t.default(n);return e.custom?u:Qe("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},u)}}}),Cn=Sn;function $n(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function An(e,t){for(const n in t){const r=t[n],o=e[n];if(typeof r=="string"){if(r!==o)return!1}else if(!T(o)||o.length!==r.length||r.some((u,h)=>u!==o[h]))return!1}return!0}function qe(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const We=(e,t,n)=>e??t??n,xn=Fe({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){On();const r=V(Ee),o=j(()=>e.route||r.value),u=V(Ke,0),h=j(()=>{let d=W(u);const{matched:i}=o.value;let s;for(;(s=i[d])&&!s.components;)d++;return d}),p=j(()=>o.value.matched[h.value]);de(Ke,j(()=>h.value+1)),de(kn,p),de(Ee,o);const c=Pt();return Ye(()=>[c.value,p.value,e.name],([d,i,s],[l,f,y])=>{i&&(i.instances[s]=d,f&&f!==i&&d&&d===l&&(i.leaveGuards.size||(i.leaveGuards=f.leaveGuards),i.updateGuards.size||(i.updateGuards=f.updateGuards))),d&&i&&(!f||!G(i,f)||!l)&&(i.enterCallbacks[s]||[]).forEach(w=>w(d))},{flush:"post"}),()=>{const d=o.value,i=e.name,s=p.value,l=s&&s.components[i];if(!l)return ze(n.default,{Component:l,route:d});const f=s.props[i],y=f?f===!0?d.params:typeof f=="function"?f(d):f:null,S=Qe(l,C({},y,t,{onVnodeUnmounted:$=>{$.component.isUnmounted&&(s.instances[i]=null)},ref:c}));if(B&&S.ref){const $={depth:h.value,name:s.name,path:s.path,meta:s.meta};(T(S.ref)?S.ref.map(k=>k.i):[S.ref.i]).forEach(k=>{k.__vrv_devtools=$})}return ze(n.default,{Component:S,route:d})||S}}});function ze(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const In=xn;function On(){const e=Xe(),t=e.parent&&e.parent.type.name,n=e.parent&&e.parent.subTree&&e.parent.subTree.type;if(t&&(t==="KeepAlive"||t.includes("Transition"))&&typeof n=="object"&&n.name==="RouterView"){const r=t==="KeepAlive"?"keep-alive":"transition";E(`<router-view> can no longer be used directly inside <transition> or <keep-alive>.
|
|
Use slot props instead:
|
|
|
|
<router-view v-slot="{ Component }">
|
|
<${r}>
|
|
<component :is="Component" />
|
|
</${r}>
|
|
</router-view>`)}}function X(e,t){const n=C({},e,{matched:e.matched.map(r=>Kn(r,["instances","children","aliasOf"]))});return{_custom:{type:null,readOnly:!0,display:e.fullPath,tooltip:t,value:n}}}function re(e){return{_custom:{display:e}}}let Tn=0;function Nn(e,t,n){if(t.__hasDevtools)return;t.__hasDevtools=!0;const r=Tn++;Rt({id:"org.vuejs.router"+(r?"."+r:""),label:"Vue Router",packageName:"vue-router",homepage:"https://router.vuejs.org",logo:"https://router.vuejs.org/logo.png",componentStateTypes:["Routing"],app:e},o=>{typeof o.now!="function"&&console.warn("[Vue Router]: You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),o.on.inspectComponent((i,s)=>{i.instanceData&&i.instanceData.state.push({type:"Routing",key:"$route",editable:!1,value:X(t.currentRoute.value,"Current Route")})}),o.on.visitComponentTree(({treeNode:i,componentInstance:s})=>{if(s.__vrv_devtools){const l=s.__vrv_devtools;i.tags.push({label:(l.name?`${l.name.toString()}: `:"")+l.path,textColor:0,tooltip:"This component is rendered by <router-view>",backgroundColor:ut})}T(s.__vrl_devtools)&&(s.__devtoolsApi=o,s.__vrl_devtools.forEach(l=>{let f=l.route.path,y=dt,w="",S=0;l.error?(f=l.error,y=Dn,S=Un):l.isExactActive?(y=ht,w="This is exactly active"):l.isActive&&(y=ft,w="This link is active"),i.tags.push({label:f,textColor:S,tooltip:w,backgroundColor:y})}))}),Ye(t.currentRoute,()=>{c(),o.notifyComponentUpdate(),o.sendInspectorTree(p),o.sendInspectorState(p)});const u="router:navigations:"+r;o.addTimelineLayer({id:u,label:`Router${r?" "+r:""} Navigations`,color:4237508}),t.onError((i,s)=>{o.addTimelineEvent({layerId:u,event:{title:"Error during Navigation",subtitle:s.fullPath,logType:"error",time:o.now(),data:{error:i},groupId:s.meta.__navigationId}})});let h=0;t.beforeEach((i,s)=>{const l={guard:re("beforeEach"),from:X(s,"Current Location during this navigation"),to:X(i,"Target location")};Object.defineProperty(i.meta,"__navigationId",{value:h++}),o.addTimelineEvent({layerId:u,event:{time:o.now(),title:"Start of navigation",subtitle:i.fullPath,data:l,groupId:i.meta.__navigationId}})}),t.afterEach((i,s,l)=>{const f={guard:re("afterEach")};l?(f.failure={_custom:{type:Error,readOnly:!0,display:l?l.message:"",tooltip:"Navigation Failure",value:l}},f.status=re("❌")):f.status=re("✅"),f.from=X(s,"Current Location during this navigation"),f.to=X(i,"Target location"),o.addTimelineEvent({layerId:u,event:{title:"End of navigation",subtitle:i.fullPath,time:o.now(),data:f,logType:l?"warning":"default",groupId:i.meta.__navigationId}})});const p="router-inspector:"+r;o.addInspector({id:p,label:"Routes"+(r?" "+r:""),icon:"book",treeFilterPlaceholder:"Search routes"});function c(){if(!d)return;const i=d;let s=n.getRoutes().filter(l=>!l.parent||!l.parent.record.components);s.forEach(gt),i.filter&&(s=s.filter(l=>be(l,i.filter.toLowerCase()))),s.forEach(l=>mt(l,t.currentRoute.value)),i.rootNodes=s.map(pt)}let d;o.on.getInspectorTree(i=>{d=i,i.app===e&&i.inspectorId===p&&c()}),o.on.getInspectorState(i=>{if(i.app===e&&i.inspectorId===p){const l=n.getRoutes().find(f=>f.record.__vd_id===i.nodeId);l&&(i.state={options:jn(l)})}}),o.sendInspectorTree(p),o.sendInspectorState(p)})}function Mn(e){return e.optional?e.repeatable?"*":"?":e.repeatable?"+":""}function jn(e){const{record:t}=e,n=[{editable:!1,key:"path",value:t.path}];return t.name!=null&&n.push({editable:!1,key:"name",value:t.name}),n.push({editable:!1,key:"regexp",value:e.re}),e.keys.length&&n.push({editable:!1,key:"keys",value:{_custom:{type:null,readOnly:!0,display:e.keys.map(r=>`${r.name}${Mn(r)}`).join(" "),tooltip:"Param keys",value:e.keys}}}),t.redirect!=null&&n.push({editable:!1,key:"redirect",value:t.redirect}),e.alias.length&&n.push({editable:!1,key:"aliases",value:e.alias.map(r=>r.record.path)}),Object.keys(e.record.meta).length&&n.push({editable:!1,key:"meta",value:e.record.meta}),n.push({key:"score",editable:!1,value:{_custom:{type:null,readOnly:!0,display:e.score.map(r=>r.join(", ")).join(" | "),tooltip:"Score used to sort routes",value:e.score}}}),n}const ut=15485081,ft=2450411,ht=8702998,Ln=2282478,dt=16486972,Bn=6710886,Dn=16704226,Un=12131356;function pt(e){const t=[],{record:n}=e;n.name!=null&&t.push({label:String(n.name),textColor:0,backgroundColor:Ln}),n.aliasOf&&t.push({label:"alias",textColor:0,backgroundColor:dt}),e.__vd_match&&t.push({label:"matches",textColor:0,backgroundColor:ut}),e.__vd_exactActive&&t.push({label:"exact",textColor:0,backgroundColor:ht}),e.__vd_active&&t.push({label:"active",textColor:0,backgroundColor:ft}),n.redirect&&t.push({label:typeof n.redirect=="string"?`redirect: ${n.redirect}`:"redirects",textColor:16777215,backgroundColor:Bn});let r=n.__vd_id;return r==null&&(r=String(Hn++),n.__vd_id=r),{id:r,label:n.path,tags:t,children:e.children.map(pt)}}let Hn=0;const Gn=/^\/(.*)\/([a-z]*)$/;function mt(e,t){const n=t.matched.length&&G(t.matched[t.matched.length-1],e.record);e.__vd_exactActive=e.__vd_active=n,n||(e.__vd_active=t.matched.some(r=>G(r,e.record))),e.children.forEach(r=>mt(r,t))}function gt(e){e.__vd_match=!1,e.children.forEach(gt)}function be(e,t){const n=String(e.re).match(Gn);if(e.__vd_match=!1,!n||n.length<3)return!1;if(new RegExp(n[1].replace(/\$$/,""),n[2]).test(t))return e.children.forEach(h=>be(h,t)),e.record.path!=="/"||t==="/"?(e.__vd_match=e.re.test(t),!0):!1;const o=e.record.path.toLowerCase(),u=z(o);return!t.startsWith("/")&&(u.includes(t)||o.includes(t))||u.startsWith(t)||o.startsWith(t)||e.record.name&&String(e.record.name).includes(t)?!0:e.children.some(h=>be(h,t))}function Kn(e,t){const n={};for(const r in e)t.includes(r)||(n[r]=e[r]);return n}function Fn(e){const t=pn(e.routes,e),n=e.parseQuery||Rn,r=e.stringifyQuery||Ge,o=e.history;if(!o)throw new Error('Provide the "history" option when calling "createRouter()": https://router.vuejs.org/api/interfaces/RouterOptions.html#history');const u=Y(),h=Y(),p=Y(),c=Et(U);let d=U;B&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const i=pe.bind(null,a=>""+a),s=pe.bind(null,Ut),l=pe.bind(null,z);function f(a,g){let m,v;return at(a)?(m=t.getRecordMatcher(a),m||E(`Parent route "${String(a)}" not found when adding child route`,g),v=g):v=a,t.addRoute(v,m)}function y(a){const g=t.getRecordMatcher(a);g?t.removeRoute(g):E(`Cannot remove non-existent route "${String(a)}"`)}function w(){return t.getRoutes().map(a=>a.record)}function S(a){return!!t.getRecordMatcher(a)}function $(a,g){if(g=C({},g||c.value),typeof a=="string"){const b=me(n,a,g.path),A=t.resolve({path:b.path},g),K=o.createHref(b.fullPath);return K.startsWith("//")?E(`Location "${a}" resolved to "${K}". A resolved location cannot start with multiple slashes.`):A.matched.length||E(`No match found for location with path "${a}"`),C(b,A,{params:l(A.params),hash:z(b.hash),redirectedFrom:void 0,href:K})}if(!oe(a))return E(`router.resolve() was passed an invalid location. This will fail in production.
|
|
- Location:`,a),$({});let m;if(a.path!=null)"params"in a&&!("name"in a)&&Object.keys(a.params).length&&E(`Path "${a.path}" was passed with params but they will be ignored. Use a named route alongside params instead.`),m=C({},a,{path:me(n,a.path,g.path).path});else{const b=C({},a.params);for(const A in b)b[A]==null&&delete b[A];m=C({},a,{params:s(b)}),g.params=s(g.params)}const v=t.resolve(m,g),P=a.hash||"";P&&!P.startsWith("#")&&E(`A \`hash\` should always start with the character "#". Replace "${P}" with "#${P}".`),v.params=i(l(v.params));const x=Kt(r,C({},a,{hash:Lt(P),path:v.path})),R=o.createHref(x);return R.startsWith("//")?E(`Location "${a}" resolved to "${R}". A resolved location cannot start with multiple slashes.`):v.matched.length||E(`No match found for location with path "${a.path!=null?a.path:a}"`),C({fullPath:x,hash:P,query:r===Ge?_n(a.query):a.query||{}},v,{redirectedFrom:void 0,href:R})}function _(a){return typeof a=="string"?me(n,a,c.value.path):C({},a)}function k(a,g){if(d!==a)return F(8,{from:g,to:a})}function O(a){return N(a)}function M(a){return O(C(_(a),{replace:!0}))}function D(a){const g=a.matched[a.matched.length-1];if(g&&g.redirect){const{redirect:m}=g;let v=typeof m=="function"?m(a):m;if(typeof v=="string"&&(v=v.includes("?")||v.includes("#")?v=_(v):{path:v},v.params={}),v.path==null&&!("name"in v))throw E(`Invalid redirect found:
|
|
${JSON.stringify(v,null,2)}
|
|
when navigating to "${a.fullPath}". A redirect must contain a name or path. This will break in production.`),new Error("Invalid redirect");return C({query:a.query,hash:a.hash,params:v.path!=null?{}:a.params},v)}}function N(a,g){const m=d=$(a),v=c.value,P=a.state,x=a.force,R=a.replace===!0,b=D(m);if(b)return N(C(_(b),{state:typeof b=="object"?C({},P,b.state):P,force:x,replace:R}),g||m);const A=m;A.redirectedFrom=g;let K;return!x&&Ie(r,v,m)&&(K=F(16,{to:A,from:v}),$e(v,v,!0,!1)),(K?Promise.resolve(K):ke(A,v)).catch(I=>L(I)?L(I,2)?I:ue(I):ce(I,A,v)).then(I=>{if(I){if(L(I,2))return Ie(r,$(I.to),A)&&g&&(g._count=g._count?g._count+1:1)>30?(E(`Detected a possibly infinite redirection in a navigation guard when going from "${v.fullPath}" to "${A.fullPath}". Aborting to avoid a Stack Overflow.
|
|
Are you always returning a new location within a navigation guard? That would lead to this error. Only return when redirecting or aborting, that should fix this. This might break in production if not fixed.`),Promise.reject(new Error("Infinite redirect in navigation guard"))):N(C({replace:R},_(I.to),{state:typeof I.to=="object"?C({},P,I.to.state):P,force:x}),g||A)}else I=Se(A,v,!0,R,P);return Pe(A,v,I),I})}function vt(a,g){const m=k(a,g);return m?Promise.reject(m):Promise.resolve()}function ie(a){const g=ne.values().next().value;return g&&typeof g.runWithContext=="function"?g.runWithContext(a):a()}function ke(a,g){let m;const[v,P,x]=Vn(a,g);m=ge(v.reverse(),"beforeRouteLeave",a,g);for(const b of v)b.leaveGuards.forEach(A=>{m.push(H(A,a,g))});const R=vt.bind(null,a,g);return m.push(R),q(m).then(()=>{m=[];for(const b of u.list())m.push(H(b,a,g));return m.push(R),q(m)}).then(()=>{m=ge(P,"beforeRouteUpdate",a,g);for(const b of P)b.updateGuards.forEach(A=>{m.push(H(A,a,g))});return m.push(R),q(m)}).then(()=>{m=[];for(const b of x)if(b.beforeEnter)if(T(b.beforeEnter))for(const A of b.beforeEnter)m.push(H(A,a,g));else m.push(H(b.beforeEnter,a,g));return m.push(R),q(m)}).then(()=>(a.matched.forEach(b=>b.enterCallbacks={}),m=ge(x,"beforeRouteEnter",a,g,ie),m.push(R),q(m))).then(()=>{m=[];for(const b of h.list())m.push(H(b,a,g));return m.push(R),q(m)}).catch(b=>L(b,8)?b:Promise.reject(b))}function Pe(a,g,m){p.list().forEach(v=>ie(()=>v(a,g,m)))}function Se(a,g,m,v,P){const x=k(a,g);if(x)return x;const R=g===U,b=B?history.state:{};m&&(v||R?o.replace(a.fullPath,C({scroll:R&&b&&b.scroll},P)):o.push(a.fullPath,P)),c.value=a,$e(a,g,m,R),ue()}let Q;function yt(){Q||(Q=o.listen((a,g,m)=>{if(!Ae.listening)return;const v=$(a),P=D(v);if(P){N(C(P,{replace:!0}),v).catch(J);return}d=v;const x=c.value;B&&Xt(Te(x.fullPath,m.delta),se()),ke(v,x).catch(R=>L(R,12)?R:L(R,2)?(N(R.to,v).then(b=>{L(b,20)&&!m.delta&&m.type===ee.pop&&o.go(-1,!1)}).catch(J),Promise.reject()):(m.delta&&o.go(-m.delta,!1),ce(R,v,x))).then(R=>{R=R||Se(v,x,!1),R&&(m.delta&&!L(R,8)?o.go(-m.delta,!1):m.type===ee.pop&&L(R,20)&&o.go(-1,!1)),Pe(v,x,R)}).catch(J)}))}let le=Y(),Ce=Y(),te;function ce(a,g,m){ue(a);const v=Ce.list();return v.length?v.forEach(P=>P(a,g,m)):(E("uncaught error during route navigation:"),console.error(a)),Promise.reject(a)}function wt(){return te&&c.value!==U?Promise.resolve():new Promise((a,g)=>{le.add([a,g])})}function ue(a){return te||(te=!a,yt(),le.list().forEach(([g,m])=>a?m(a):g()),le.reset()),a}function $e(a,g,m,v){const{scrollBehavior:P}=e;if(!B||!P)return Promise.resolve();const x=!m&&Jt(Te(a.fullPath,0))||(v||!m)&&history.state&&history.state.scroll||null;return _t().then(()=>P(a,g,x)).then(R=>R&&Yt(R)).catch(R=>ce(R,a,g))}const fe=a=>o.go(a);let he;const ne=new Set,Ae={currentRoute:c,listening:!0,addRoute:f,removeRoute:y,clearRoutes:t.clearRoutes,hasRoute:S,getRoutes:w,resolve:$,options:e,push:O,replace:M,go:fe,back:()=>fe(-1),forward:()=>fe(1),beforeEach:u.add,beforeResolve:h.add,afterEach:p.add,onError:Ce.add,isReady:wt,install(a){const g=this;a.component("RouterLink",Cn),a.component("RouterView",In),a.config.globalProperties.$router=g,Object.defineProperty(a.config.globalProperties,"$route",{enumerable:!0,get:()=>W(c)}),B&&!he&&c.value===U&&(he=!0,O(o.location).catch(P=>{E("Unexpected error when starting the router:",P)}));const m={};for(const P in U)Object.defineProperty(m,P,{get:()=>c.value[P],enumerable:!0});a.provide(ae,g),a.provide(_e,bt(m)),a.provide(Ee,c);const v=a.unmount;ne.add(a),a.unmount=function(){ne.delete(a),ne.size<1&&(d=U,Q&&Q(),Q=null,c.value=U,he=!1,te=!1),v()},B&&Nn(a,g,t)}};function q(a){return a.reduce((g,m)=>g.then(()=>ie(m)),Promise.resolve())}return Ae}function Vn(e,t){const n=[],r=[],o=[],u=Math.max(t.matched.length,e.matched.length);for(let h=0;h<u;h++){const p=t.matched[h];p&&(e.matched.find(d=>G(d,p))?r.push(p):n.push(p));const c=e.matched[h];c&&(t.matched.find(d=>G(d,c))||o.push(c))}return[n,r,o]}function Qn(){return V(ae)}function Yn(e){return V(_e)}export{zn as a,Yn as b,Fn as c,Qn as u};
|