Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-router

Package Overview
Dependencies
Maintainers
2
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-router - npm Package Compare versions

Comparing version 4.0.0-rc.1 to 4.0.0-rc.2

dist/main.js

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# [4.0.0-rc.2](https://github.com/vuejs/vue-router-next/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2020-11-05)
### Features
- expose injection symbols as internals ([0056aca](https://github.com/vuejs/vue-router-next/commit/0056aca5b251df2a18bab79e18874a18e0204b4d))
- **devtools:** add devtools plugin ([894d50d](https://github.com/vuejs/vue-router-next/commit/894d50d351a40df95a3227840f5485f7e8b90432))
- **devtools:** add more ([ee07302](https://github.com/vuejs/vue-router-next/commit/ee0730254522d6162114968e4d62b93e8b6f7f93))
- **devtools:** better search ([5d68a29](https://github.com/vuejs/vue-router-next/commit/5d68a29386f34363b38c4138fbeae01ec538285e))
- **devtools:** support multiple router instances ([2e5d0d4](https://github.com/vuejs/vue-router-next/commit/2e5d0d4d726ee6329745f34ca463a74820c5aa29))
# [4.0.0-rc.1](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.13...v4.0.0-rc.1) (2020-10-23)

@@ -2,0 +12,0 @@

@@ -7,2 +7,3 @@ import { AllowedComponentProps } from 'vue';

import { ComputedRef } from 'vue';
import { InjectionKey } from 'vue';
import { Ref } from 'vue';

@@ -435,2 +436,9 @@ import { VNodeProps } from 'vue';

/**
* Allows overriding the current route returned by `useRoute` in tests. rl stands for route location
*
* @internal
*/
export declare const routeLocationKey: InjectionKey<RouteLocationNormalizedLoaded>;
export declare interface RouteLocationMatched extends RouteRecordNormalized {

@@ -916,2 +924,9 @@ components: Record<string, RouteComponent>;

/**
* Allows overriding the router instance returned by `useRouter` in tests. r stands for router
*
* @internal
*/
export declare const routerKey: InjectionKey<Router>;
/**
* Component to render a link that triggers a navigation on click.

@@ -918,0 +933,0 @@ */

4

dist/vue-router.global.prod.js
/*!
* vue-router v4.0.0-rc.1
* vue-router v4.0.0-rc.2
* (c) 2020 Eduardo San Martin Morote
* @license MIT
*/
var VueRouter=function(e,t){"use strict";const n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,r=e=>n?Symbol(e):"_vr_"+e,o=r("rvlm"),a=r("rvd"),i=r("r"),c=r("rl"),s="undefined"!=typeof window;const l=Object.assign;function u(e,t){const n={};for(const r in t){const o=t[r];n[r]=Array.isArray(o)?o.map(e):e(o)}return n}let f=()=>{};const p=/\/$/;function h(e,t,n="/"){let r,o={},a="",i="";const c=t.indexOf("?"),s=t.indexOf("#",c>-1?c:0);return c>-1&&(r=t.slice(0,c),a=t.slice(c+1,s>-1?s:t.length),o=e(a)),s>-1&&(r=r||t.slice(0,s),i=t.slice(s,t.length)),r=function(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let o,a,i=n.length-1;for(o=0;o<r.length;o++)if(a=r[o],1!==i&&"."!==a){if(".."!==a)break;i--}return n.slice(0,i).join("/")+"/"+r.slice(o-(o===r.length?1:0)).join("/")}(null!=r?r:t,n),{fullPath:r+(a&&"?")+a+i,path:r,query:o,hash:i}}function d(e,t){return!t||e.toLowerCase().indexOf(t.toLowerCase())?e:e.slice(t.length)||"/"}function m(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function g(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e)if(!v(e[n],t[n]))return!1;return!0}function v(e,t){return Array.isArray(e)?y(e,t):Array.isArray(t)?y(t,e):e===t}function y(e,t){return Array.isArray(t)?e.length===t.length&&e.every(((e,n)=>e===t[n])):1===e.length&&e[0]===t}var b,w;!function(e){e.pop="pop",e.push="push"}(b||(b={})),function(e){e.back="back",e.forward="forward",e.unknown=""}(w||(w={}));function R(e){if(!e)if(s){const t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return"/"!==e[0]&&"#"!==e[0]&&(e="/"+e),e.replace(p,"")}const E=/^[^#]+#/;function O(e,t){return e.replace(E,"#")+t}const A=()=>({left:window.pageXOffset,top:window.pageYOffset});function k(e){let t;if("el"in e){let n=e.el;const r="string"==typeof n&&n.startsWith("#"),o="string"==typeof n?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=function(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)}}(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(null!=t.left?t.left:window.pageXOffset,null!=t.top?t.top:window.pageYOffset)}function x(e,t){return(history.state?history.state.position-t:-1)+e}const P=new Map;let j=()=>location.protocol+"//"+location.host;function C(e,t){const{pathname:n,search:r,hash:o}=t;if(e.indexOf("#")>-1){let e=o.slice(1);return"/"!==e[0]&&(e="/"+e),d(e,"")}return d(n,e)+r+o}function $(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?A():null}}function S(e){const t=function(e){const{history:t,location:n}=window;let r={value:C(e,n)},o={value:t.state};function a(r,a,i){const c=e.indexOf("#"),s=c>-1?e.slice(c)+r:j()+e+r;try{t[i?"replaceState":"pushState"](a,"",s),o.value=a}catch(e){console.error(e),n[i?"replace":"assign"](s)}}return o.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0),{location:r,state:o,push:function(e,n){const i=l({},o.value,t.state,{forward:e,scroll:A()});a(i.current,i,!0),a(e,l({},$(r.value,e,null),{position:i.position+1},n),!1),r.value=e},replace:function(e,n){a(e,l({},t.state,$(o.value.back,e,o.value.forward,!0),n,{position:o.value.position}),!0),r.value=e}}}(e=R(e)),n=function(e,t,n,r){let o=[],a=[],i=null;const c=({state:a})=>{const c=C(e,location),s=n.value,l=t.value;let u=0;if(a){if(n.value=c,t.value=a,i&&i===s)return void(i=null);u=l?a.position-l.position:0}else r(c);o.forEach((e=>{e(n.value,s,{delta:u,type:b.pop,direction:u?u>0?w.forward:w.back:w.unknown})}))};function s(){const{history:e}=window;e.state&&e.replaceState(l({},e.state,{scroll:A()}),"")}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",s),{pauseListeners:function(){i=n.value},listen:function(e){o.push(e);const t=()=>{const t=o.indexOf(e);t>-1&&o.splice(t,1)};return a.push(t),t},destroy:function(){for(const e of a)e();a=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",s)}}}(e,t.state,t.location,t.replace);const r=l({location:"",base:e,go:function(e,t=!0){t||n.pauseListeners(),history.go(e)},createHref:O.bind(null,e)},t,n);return Object.defineProperty(r,"location",{get:()=>t.location.value}),Object.defineProperty(r,"state",{get:()=>t.state.value}),r}function L(e){return"string"==typeof e||"symbol"==typeof e}const q={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},M=r("nf");var T;function _(e,t){return l(new Error,{type:e,[M]:!0},t)}function B(e,t){return e instanceof Error&&M in e&&(null==t||!!(e.type&t))}(T=e.NavigationFailureType||(e.NavigationFailureType={}))[T.aborted=4]="aborted",T[T.cancelled=8]="cancelled",T[T.duplicated=16]="duplicated";const G="[^/]+?",F={sensitive:!1,strict:!1,start:!0,end:!0},I=/[.+*?^${}()[\]/\\]/g;function U(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?1===e.length&&80===e[0]?-1:1:e.length>t.length?1===t.length&&80===t[0]?1:-1:0}function H(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const e=U(r[n],o[n]);if(e)return e;n++}return o.length-r.length}const V={type:0,value:""},W=/[a-zA-Z0-9_]/;function D(e,t,n){const r=function(e,t){const n=l({},F,t);let r=[],o=n.start?"^":"";const a=[];for(const t of e){const e=t.length?[]:[90];n.strict&&!t.length&&(o+="/");for(let r=0;r<t.length;r++){const i=t[r];let c=40+(n.sensitive?.25:0);if(0===i.type)r||(o+="/"),o+=i.value.replace(I,"\\$&"),c+=40;else if(1===i.type){const{value:e,repeatable:t,optional:n,regexp:s}=i;a.push({name:e,repeatable:t,optional:n});const l=s||G;if(l!==G){c+=10;try{new RegExp(`(${l})`)}catch(t){throw new Error(`Invalid custom RegExp for param "${e}" (${l}): `+t.message)}}let u=t?`((?:${l})(?:/(?:${l}))*)`:`(${l})`;r||(u=n?`(?:/${u})`:"/"+u),n&&(u+="?"),o+=u,c+=20,n&&(c+=-8),t&&(c+=-20),".*"===l&&(c+=-50)}e.push(c)}r.push(e)}if(n.strict&&n.end){const e=r.length-1;r[e][r[e].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");return{re:i,score:r,keys:a,parse:function(e){const t=e.match(i),n={};if(!t)return null;for(let e=1;e<t.length;e++){const r=t[e]||"",o=a[e-1];n[o.name]=r&&o.repeatable?r.split("/"):r}return n},stringify:function(t){let n="",r=!1;for(const o of e){r&&n.endsWith("/")||(n+="/"),r=!1;for(const e of o)if(0===e.type)n+=e.value;else if(1===e.type){const{value:o,repeatable:a,optional:i}=e,c=o in t?t[o]:"";if(Array.isArray(c)&&!a)throw new Error(`Provided param "${o}" is an array but it is not repeatable (* or + modifiers)`);const s=Array.isArray(c)?c.join("/"):c;if(!s){if(!i)throw new Error(`Missing required param "${o}"`);n.endsWith("/")?n=n.slice(0,-1):r=!0}n+=s}}return n}}}(function(e){if(!e)return[[]];if("/"===e)return[[V]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(e){throw new Error(`ERR (${n})/"${l}": ${e}`)}let n=0,r=n;const o=[];let a;function i(){a&&o.push(a),a=[]}let c,s=0,l="",u="";function f(){l&&(0===n?a.push({type:0,value:l}):1===n||2===n||3===n?(a.length>1&&("*"===c||"+"===c)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:l,regexp:u,repeatable:"*"===c||"+"===c,optional:"*"===c||"?"===c})):t("Invalid state to consume buffer"),l="")}function p(){l+=c}for(;s<e.length;)if(c=e[s++],"\\"!==c||2===n)switch(n){case 0:"/"===c?(l&&f(),i()):":"===c?(f(),n=1):p();break;case 4:p(),n=r;break;case 1:"("===c?(n=2,u=""):W.test(c)?p():(f(),n=0,"*"!==c&&"?"!==c&&"+"!==c&&s--);break;case 2:")"===c?"\\"==u[u.length-1]?u=u.slice(0,-1)+c:n=3:u+=c;break;case 3:f(),n=0,"*"!==c&&"?"!==c&&"+"!==c&&s--;break;default:t("Unknown state")}else r=n,n=4;return 2===n&&t(`Unfinished custom RegExp for param "${l}"`),f(),i(),o}(e.path),n),o=l(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function N(e,t){const n=[],r=new Map;function o(e,n,r){let c=!r,s=function(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:K(e),children:e.children||[],instances:{},leaveGuards:[],updateGuards:[],enterCallbacks:{},components:"components"in e?e.components||{}:{default:e.component}}}(e);s.aliasOf=r&&r.record;const u=X(t,e),p=[s];if("alias"in e){const t="string"==typeof e.alias?[e.alias]:e.alias;for(const e of t)p.push(l({},s,{components:r?r.record.components:s.components,path:e,aliasOf:r?r.record:s}))}let h,d;for(const t of p){let{path:l}=t;if(n&&"/"!==l[0]){let e=n.record.path,r="/"===e[e.length-1]?"":"/";t.path=n.record.path+(l&&r+l)}if(h=D(t,n,u),r?r.alias.push(h):(d=d||h,d!==h&&d.alias.push(h),c&&e.name&&!Q(h)&&a(e.name)),"children"in s){let e=s.children;for(let t=0;t<e.length;t++)o(e[t],h,r&&r.children[t])}r=r||h,i(h)}return d?()=>{a(d)}:f}function a(e){if(L(e)){const t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(a),t.alias.forEach(a))}else{let t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(a),e.alias.forEach(a))}}function i(e){let t=0;for(;t<n.length&&H(e,n[t])>=0;)t++;n.splice(t,0,e),e.record.name&&!Q(e)&&r.set(e.record.name,e)}return t=X({strict:!1,end:!0,sensitive:!1},t),e.forEach((e=>o(e))),{addRoute:o,resolve:function(e,t){let o,a,i,c={};if("name"in e&&e.name){if(o=r.get(e.name),!o)throw _(1,{location:e});i=o.record.name,c=l(function(e,t){let n={};for(let r of t)r in e&&(n[r]=e[r]);return n}(t.params,o.keys.filter((e=>!e.optional)).map((e=>e.name))),e.params),a=o.stringify(c)}else if("path"in e)a=e.path,o=n.find((e=>e.re.test(a))),o&&(c=o.parse(a),i=o.record.name);else{if(o=t.name?r.get(t.name):n.find((e=>e.re.test(t.path))),!o)throw _(1,{location:e,currentLocation:t});i=o.record.name,c=l({},t.params,e.params),a=o.stringify(c)}const s=[];let u=o;for(;u;)s.unshift(u.record),u=u.parent;return{name:i,path:a,params:c,matched:s,meta:z(s)}},removeRoute:a,getRoutes:function(){return n},getRecordMatcher:function(e){return r.get(e)}}}function K(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(let r in e.components)t[r]="boolean"==typeof n?n:n[r];return t}function Q(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function z(e){return e.reduce(((e,t)=>l(e,t.meta)),{})}function X(e,t){let n={};for(let r in e)n[r]=r in t?t[r]:e[r];return n}const Y=/#/g,Z=/&/g,J=/\//g,ee=/=/g,te=/\?/g,ne=/%5B/g,re=/%5D/g,oe=/%5E/g,ae=/%60/g,ie=/%7B/g,ce=/%7C/g,se=/%7D/g;function le(e){return encodeURI(""+e).replace(ce,"|").replace(ne,"[").replace(re,"]")}function ue(e){return le(e).replace(Y,"%23").replace(Z,"%26").replace(ae,"`").replace(ie,"{").replace(se,"}").replace(oe,"^")}function fe(e){return function(e){return le(e).replace(Y,"%23").replace(te,"%3F")}(e).replace(J,"%2F")}function pe(e){try{return decodeURIComponent(""+e)}catch(e){}return""+e}function he(e){const t={};if(""===e||"?"===e)return t;const n=("?"===e[0]?e.slice(1):e).split("&");for(let e=0;e<n.length;++e){const r=n[e];let o=r.indexOf("="),a=pe(o<0?r:r.slice(0,o)),i=o<0?null:pe(r.slice(o+1));if(a in t){let e=t[a];Array.isArray(e)||(e=t[a]=[e]),e.push(i)}else t[a]=i}return t}function de(e){let t="";for(let n in e){t.length&&(t+="&");const r=e[n];if(n=ue(n).replace(ee,"%3D"),null==r){void 0!==r&&(t+=n);continue}let o=Array.isArray(r)?r.map((e=>e&&ue(e))):[r&&ue(r)];for(let e=0;e<o.length;e++)t+=(e?"&":"")+n,null!=o[e]&&(t+="="+o[e])}return t}function me(e){const t={};for(let n in e){let r=e[n];void 0!==r&&(t[n]=Array.isArray(r)?r.map((e=>null==e?null:""+e)):null==r?r:""+r)}return t}function ge(){let e=[];return{add:function(t){return e.push(t),()=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)}},list:()=>e,reset:function(){e=[]}}}function ve(e,n){const r=()=>{const t=e.indexOf(n);t>-1&&e.splice(t,1)};t.onUnmounted(r),t.onDeactivated(r),t.onActivated((()=>{e.indexOf(n)<0&&e.push(n)})),e.push(n)}function ye(e,t,n,r,o){const a=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise(((i,c)=>{const s=e=>{var s;!1===e?c(_(4,{from:n,to:t})):e instanceof Error?c(e):"string"==typeof(s=e)||s&&"object"==typeof s?c(_(2,{from:t,to:e})):(a&&r.enterCallbacks[o]===a&&"function"==typeof e&&a.push(e),i())},l=e.call(r&&r.instances[o],t,n,s);let u=Promise.resolve(l);e.length<3&&(u=u.then(s)),u.catch((e=>c(e)))}))}function be(e,t,r,o){const a=[];for(const c of e)for(const e in c.components){let s=c.components[e];if("beforeRouteEnter"===t||c.instances[e])if("object"==typeof(i=s)||"displayName"in i||"props"in i||"__vccOpts"in i){const n=(s.__vccOpts||s)[t];n&&a.push(ye(n,r,o,c,e))}else{let i=s();i=i.catch(console.error),a.push((()=>i.then((a=>{if(!a)return Promise.reject(new Error(`Couldn't resolve component "${e}" at "${c.path}"`));const i=(s=a).__esModule||n&&"Module"===s[Symbol.toStringTag]?a.default:a;var s;c.components[e]=i;const l=i[t];return l&&ye(l,r,o,c,e)()}))))}}var i;return a}function we(e){const n=t.inject(i),r=t.inject(c),o=t.computed((()=>n.resolve(t.unref(e.to)))),a=t.computed((()=>{let{matched:e}=o.value,{length:t}=e;const n=e[t-1];let a=r.matched;if(!n||!a.length)return-1;let i=a.findIndex(m.bind(null,n));if(i>-1)return i;let c=Ee(e[t-2]);return t>1&&Ee(n)===c&&a[a.length-1].path!==c?a.findIndex(m.bind(null,e[t-2])):i})),s=t.computed((()=>a.value>-1&&function(e,t){for(let n in t){let r=t[n],o=e[n];if("string"==typeof r){if(r!==o)return!1}else if(!Array.isArray(o)||o.length!==r.length||r.some(((e,t)=>e!==o[t])))return!1}return!0}(r.params,o.value.params))),l=t.computed((()=>a.value>-1&&a.value===r.matched.length-1&&g(r.params,o.value.params)));return{route:o,href:t.computed((()=>o.value.href)),isActive:s,isExactActive:l,navigate:function(r={}){return function(e){if(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)return;if(e.defaultPrevented)return;if(void 0!==e.button&&0!==e.button)return;if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}e.preventDefault&&e.preventDefault();return!0}(r)?n[t.unref(e.replace)?"replace":"push"](t.unref(e.to)):Promise.resolve()}}}const Re=t.defineComponent({name:"RouterLink",props:{to:{type:[String,Object],required:!0},activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},setup(e,{slots:n,attrs:r}){const o=t.reactive(we(e)),{options:a}=t.inject(i),c=t.computed((()=>({[Oe(e.activeClass,a.linkActiveClass,"router-link-active")]:o.isActive,[Oe(e.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive})));return()=>{const a=n.default&&n.default(o);return e.custom?a:t.h("a",l({"aria-current":o.isExactActive?e.ariaCurrentValue:null,onClick:o.navigate,href:o.href},r,{class:c.value}),a)}}});function Ee(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Oe=(e,t,n)=>null!=e?e:null!=t?t:n,Ae=t.defineComponent({name:"RouterView",props:{name:{type:String,default:"default"},route:Object},setup(e,{attrs:n,slots:r}){const i=t.inject(c),s=t.inject(a,0),u=t.computed((()=>(e.route||i).matched[s]));t.provide(a,s+1),t.provide(o,u);const f=t.ref();return t.watch((()=>[f.value,u.value,e.name]),(([e,t,n],[r,o,a])=>{t&&(t.instances[n]=e,o&&e===r&&(t.leaveGuards=o.leaveGuards,t.updateGuards=o.updateGuards)),!e||!t||o&&m(t,o)&&r||(t.enterCallbacks[n]||[]).forEach((t=>t(e)))}),{flush:"post"}),()=>{const o=e.route||i,a=u.value,c=a&&a.components[e.name],s=e.name;if(!c)return r.default?r.default({Component:c,route:o}):null;const p=a.props[e.name],h=p?!0===p?o.params:"function"==typeof p?p(o):p:null,d=t.h(c,l({},h,n,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(a.instances[s]=null)},ref:f}));return r.default?r.default({Component:d,route:o}):d}}});function ke(e){return e.reduce(((e,t)=>e.then((()=>t()))),Promise.resolve())}return e.RouterLink=Re,e.RouterView=Ae,e.START_LOCATION=q,e.createMemoryHistory=function(e=""){let t=[],n=[""],r=0;function o(e){r++,r===n.length||n.splice(r),n.push(e)}const a={location:"",state:{},base:e,createHref:O.bind(null,e),replace(e){n.splice(r--,1),o(e)},push(e,t){o(e)},listen:e=>(t.push(e),()=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)}),destroy(){t=[]},go(e,o=!0){const a=this.location,i=e<0?w.back:w.forward;r=Math.max(0,Math.min(r+e,n.length-1)),o&&function(e,n,{direction:r,delta:o}){const a={direction:r,delta:o,type:b.pop};for(let r of t)r(e,n,a)}(this.location,a,{direction:i,delta:e})}};return Object.defineProperty(a,"location",{get:()=>n[r]}),a},e.createRouter=function(e){const n=N(e.routes,e);let r=e.parseQuery||he,o=e.stringifyQuery||de,{scrollBehavior:a}=e,p=e.history;const d=ge(),v=ge(),y=ge(),b=t.shallowRef(q);let w=q;s&&a&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const R=u.bind(null,(e=>""+e)),E=u.bind(null,fe),O=u.bind(null,pe);function j(e,t){if(t=l({},t||b.value),"string"==typeof e){let o=h(r,e,t.path),a=n.resolve({path:o.path},t),i=p.createHref(o.fullPath);return l(o,a,{params:O(a.params),hash:pe(o.hash),redirectedFrom:void 0,href:i})}let a;"path"in e?a=l({},e,{path:h(r,e.path,t.path).path}):(a=l({},e,{params:E(e.params)}),t.params=E(t.params));let i=n.resolve(a,t);const c=e.hash||"";i.params=R(O(i.params));const s=function(e,t){let n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}(o,l({},e,{hash:(u=c,le(u).replace(ie,"{").replace(se,"}").replace(oe,"^")),path:i.path}));var u;let f=p.createHref(s);return l({fullPath:s,hash:c,query:o===de?me(e.query):e.query},i,{redirectedFrom:void 0,href:f})}function C(e){return"string"==typeof e?{path:e}:l({},e)}function $(e,t){if(w!==e)return _(8,{from:t,to:e})}function S(e){return M(e)}function M(e,t){const n=w=j(e),r=b.value,a=e.state,i=e.force,c=!0===e.replace,s=n.matched[n.matched.length-1];if(s&&s.redirect){const{redirect:e}=s;let r=C("function"==typeof e?e(n):e);return M(l({query:n.query,hash:n.hash,params:n.params},r,{state:a,force:i,replace:c}),t||n)}const u=n;let f;return u.redirectedFrom=t,!i&&function(e,t,n){let r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&m(t.matched[r],n.matched[o])&&g(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}(o,r,n)&&(f=_(16,{to:u,from:r}),z(r,r,!0,!1)),(f?Promise.resolve(f):G(u,r)).catch((e=>B(e,14)?e:K(e))).then((e=>{if(e){if(B(e,2))return M(l(C(e.to),{state:a,force:i,replace:c}),t||u)}else e=I(u,r,!0,c,a);return F(u,r,e),e}))}function T(e,t){const n=$(e,t);return n?Promise.reject(n):Promise.resolve()}function G(e,t){let n;const[r,o,a]=function(e,t){const n=[],r=[],o=[],a=Math.max(t.matched.length,e.matched.length);for(let i=0;i<a;i++){const a=t.matched[i];a&&(e.matched.indexOf(a)<0?n.push(a):r.push(a));const c=e.matched[i];c&&t.matched.indexOf(c)<0&&o.push(c)}return[n,r,o]}(e,t);n=be(r.reverse(),"beforeRouteLeave",e,t);for(const o of r)for(const r of o.leaveGuards)n.push(ye(r,e,t));const i=T.bind(null,e,t);return n.push(i),ke(n).then((()=>{n=[];for(const r of d.list())n.push(ye(r,e,t));return n.push(i),ke(n)})).then((()=>{n=be(o,"beforeRouteUpdate",e,t);for(const r of o)for(const o of r.updateGuards)n.push(ye(o,e,t));return n.push(i),ke(n)})).then((()=>{n=[];for(const r of e.matched)if(r.beforeEnter&&t.matched.indexOf(r)<0)if(Array.isArray(r.beforeEnter))for(const o of r.beforeEnter)n.push(ye(o,e,t));else n.push(ye(r.beforeEnter,e,t));return n.push(i),ke(n)})).then((()=>(e.matched.forEach((e=>e.enterCallbacks={})),n=be(a,"beforeRouteEnter",e,t),n.push(i),ke(n)))).then((()=>{n=[];for(const r of v.list())n.push(ye(r,e,t));return n.push(i),ke(n)})).catch((e=>B(e,8)?e:Promise.reject(e)))}function F(e,t,n){for(const r of y.list())r(e,t,n)}function I(e,t,n,r,o){const a=$(e,t);if(a)return a;const i=t===q,c=s?history.state:{};n&&(r||i?p.replace(e.fullPath,l({scroll:i&&c&&c.scroll},o)):p.push(e.fullPath,o)),b.value=e,z(e,t,n,i),Q()}let U;function H(){U=p.listen(((e,t,n)=>{const r=j(e);w=r;const o=b.value;var a,i;s&&(a=x(o.fullPath,n.delta),i=A(),P.set(a,i)),G(r,o).catch((e=>B(e,12)?e:B(e,2)?(n.delta&&p.go(-n.delta,!1),M(e.to,r).catch(f),Promise.reject()):(n.delta&&p.go(-n.delta,!1),K(e)))).then((e=>{(e=e||I(r,o,!1))&&n.delta&&p.go(-n.delta,!1),F(r,o,e)})).catch(f)}))}let V,W=ge(),D=ge();function K(e){return Q(e),D.list().forEach((t=>t(e))),Promise.reject(e)}function Q(e){V||(V=!0,H(),W.list().forEach((([t,n])=>e?n(e):t())),W.reset())}function z(e,n,r,o){if(!s||!a)return Promise.resolve();let i=!r&&function(e){const t=P.get(e);return P.delete(e),t}(x(e.fullPath,0))||(o||!r)&&history.state&&history.state.scroll||null;return t.nextTick().then((()=>a(e,n,i))).then((e=>e&&k(e))).catch(K)}const X=e=>p.go(e);let Y;const Z=new Set;return{currentRoute:b,addRoute:function(e,t){let r,o;return L(e)?(r=n.getRecordMatcher(e),o=t):o=e,n.addRoute(o,r)},removeRoute:function(e){let t=n.getRecordMatcher(e);t&&n.removeRoute(t)},hasRoute:function(e){return!!n.getRecordMatcher(e)},getRoutes:function(){return n.getRoutes().map((e=>e.record))},resolve:j,options:e,push:S,replace:function(e){return S(l(C(e),{replace:!0}))},go:X,back:()=>X(-1),forward:()=>X(1),beforeEach:d.add,beforeResolve:v.add,afterEach:y.add,onError:D.add,isReady:function(){return V&&b.value!==q?Promise.resolve():new Promise(((e,t)=>{W.add([e,t])}))},install(e){e.component("RouterLink",Re),e.component("RouterView",Ae),e.config.globalProperties.$router=this,Object.defineProperty(e.config.globalProperties,"$route",{get:()=>t.unref(b)}),s&&!Y&&b.value===q&&(Y=!0,S(p.location).catch((e=>{})));const n={};for(let e in q)n[e]=t.computed((()=>b.value[e]));e.provide(i,this),e.provide(c,t.reactive(n));let r=e.unmount;Z.add(e),e.unmount=function(){Z.delete(e),Z.size<1&&(U(),b.value=q,Y=!1,V=!1),r.call(this,arguments)}}}},e.createRouterMatcher=N,e.createWebHashHistory=function(e){return(e=location.host?e||location.pathname:"").indexOf("#")<0&&(e+="#"),S(e)},e.createWebHistory=S,e.isNavigationFailure=B,e.onBeforeRouteLeave=function(e){const n=t.inject(o,{}).value;n&&ve(n.leaveGuards,e)},e.onBeforeRouteUpdate=function(e){const n=t.inject(o,{}).value;n&&ve(n.updateGuards,e)},e.parseQuery=he,e.stringifyQuery=de,e.useLink=we,e.useRoute=function(){return t.inject(c)},e.useRouter=function(){return t.inject(i)},Object.defineProperty(e,"__esModule",{value:!0}),e}({},Vue);
var VueRouter=function(e,t){"use strict";const n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,r=e=>n?Symbol(e):"_vr_"+e,o=r("rvlm"),a=r("rvd"),i=r("r"),c=r("rl"),s="undefined"!=typeof window;const l=Object.assign;function u(e,t){const n={};for(const r in t){const o=t[r];n[r]=Array.isArray(o)?o.map(e):e(o)}return n}let f=()=>{};const p=/\/$/;function d(e,t,n="/"){let r,o={},a="",i="";const c=t.indexOf("?"),s=t.indexOf("#",c>-1?c:0);return c>-1&&(r=t.slice(0,c),a=t.slice(c+1,s>-1?s:t.length),o=e(a)),s>-1&&(r=r||t.slice(0,s),i=t.slice(s,t.length)),r=function(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let o,a,i=n.length-1;for(o=0;o<r.length;o++)if(a=r[o],1!==i&&"."!==a){if(".."!==a)break;i--}return n.slice(0,i).join("/")+"/"+r.slice(o-(o===r.length?1:0)).join("/")}(null!=r?r:t,n),{fullPath:r+(a&&"?")+a+i,path:r,query:o,hash:i}}function h(e,t){return!t||e.toLowerCase().indexOf(t.toLowerCase())?e:e.slice(t.length)||"/"}function m(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function g(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e)if(!v(e[n],t[n]))return!1;return!0}function v(e,t){return Array.isArray(e)?y(e,t):Array.isArray(t)?y(t,e):e===t}function y(e,t){return Array.isArray(t)?e.length===t.length&&e.every(((e,n)=>e===t[n])):1===e.length&&e[0]===t}var b,E;!function(e){e.pop="pop",e.push="push"}(b||(b={})),function(e){e.back="back",e.forward="forward",e.unknown=""}(E||(E={}));function O(e){if(!e)if(s){const t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return"/"!==e[0]&&"#"!==e[0]&&(e="/"+e),e.replace(p,"")}const w=/^[^#]+#/;function _(e,t){return e.replace(w,"#")+t}const P=()=>({left:window.pageXOffset,top:window.pageYOffset});function R(e){let t;if("el"in e){let n=e.el;const r="string"==typeof n&&n.startsWith("#"),o="string"==typeof n?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=function(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)}}(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(null!=t.left?t.left:window.pageXOffset,null!=t.top?t.top:window.pageYOffset)}function A(e,t){return(history.state?history.state.position-t:-1)+e}const k=new Map;let T=()=>location.protocol+"//"+location.host;function C(e,t){const{pathname:n,search:r,hash:o}=t;if(e.indexOf("#")>-1){let e=o.slice(1);return"/"!==e[0]&&(e="/"+e),h(e,"")}return h(n,e)+r+o}function j(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?P():null}}function x(e){const t=function(e){const{history:t,location:n}=window;let r={value:C(e,n)},o={value:t.state};function a(r,a,i){const c=e.indexOf("#"),s=c>-1?e.slice(c)+r:T()+e+r;try{t[i?"replaceState":"pushState"](a,"",s),o.value=a}catch(e){console.error(e),n[i?"replace":"assign"](s)}}return o.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0),{location:r,state:o,push:function(e,n){const i=l({},o.value,t.state,{forward:e,scroll:P()});a(i.current,i,!0),a(e,l({},j(r.value,e,null),{position:i.position+1},n),!1),r.value=e},replace:function(e,n){a(e,l({},t.state,j(o.value.back,e,o.value.forward,!0),n,{position:o.value.position}),!0),r.value=e}}}(e=O(e)),n=function(e,t,n,r){let o=[],a=[],i=null;const c=({state:a})=>{const c=C(e,location),s=n.value,l=t.value;let u=0;if(a){if(n.value=c,t.value=a,i&&i===s)return void(i=null);u=l?a.position-l.position:0}else r(c);o.forEach((e=>{e(n.value,s,{delta:u,type:b.pop,direction:u?u>0?E.forward:E.back:E.unknown})}))};function s(){const{history:e}=window;e.state&&e.replaceState(l({},e.state,{scroll:P()}),"")}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",s),{pauseListeners:function(){i=n.value},listen:function(e){o.push(e);const t=()=>{const t=o.indexOf(e);t>-1&&o.splice(t,1)};return a.push(t),t},destroy:function(){for(const e of a)e();a=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",s)}}}(e,t.state,t.location,t.replace);const r=l({location:"",base:e,go:function(e,t=!0){t||n.pauseListeners(),history.go(e)},createHref:_.bind(null,e)},t,n);return Object.defineProperty(r,"location",{get:()=>t.location.value}),Object.defineProperty(r,"state",{get:()=>t.state.value}),r}function S(e){return"string"==typeof e||"symbol"==typeof e}const N={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},L=r("nf");var M;function $(e,t){return l(new Error,{type:e,[L]:!0},t)}function G(e,t){return e instanceof Error&&L in e&&(null==t||!!(e.type&t))}(M=e.NavigationFailureType||(e.NavigationFailureType={}))[M.aborted=4]="aborted",M[M.cancelled=8]="cancelled",M[M.duplicated=16]="duplicated";const I="[^/]+?",U={sensitive:!1,strict:!1,start:!0,end:!0},B=/[.+*?^${}()[\]/\\]/g;function q(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?1===e.length&&80===e[0]?-1:1:e.length>t.length?1===t.length&&80===t[0]?1:-1:0}function D(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const e=q(r[n],o[n]);if(e)return e;n++}return o.length-r.length}const H={type:0,value:""},V=/[a-zA-Z0-9_]/;function F(e,t,n){const r=function(e,t){const n=l({},U,t);let r=[],o=n.start?"^":"";const a=[];for(const t of e){const e=t.length?[]:[90];n.strict&&!t.length&&(o+="/");for(let r=0;r<t.length;r++){const i=t[r];let c=40+(n.sensitive?.25:0);if(0===i.type)r||(o+="/"),o+=i.value.replace(B,"\\$&"),c+=40;else if(1===i.type){const{value:e,repeatable:t,optional:n,regexp:s}=i;a.push({name:e,repeatable:t,optional:n});const l=s||I;if(l!==I){c+=10;try{new RegExp(`(${l})`)}catch(t){throw new Error(`Invalid custom RegExp for param "${e}" (${l}): `+t.message)}}let u=t?`((?:${l})(?:/(?:${l}))*)`:`(${l})`;r||(u=n?`(?:/${u})`:"/"+u),n&&(u+="?"),o+=u,c+=20,n&&(c+=-8),t&&(c+=-20),".*"===l&&(c+=-50)}e.push(c)}r.push(e)}if(n.strict&&n.end){const e=r.length-1;r[e][r[e].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");return{re:i,score:r,keys:a,parse:function(e){const t=e.match(i),n={};if(!t)return null;for(let e=1;e<t.length;e++){const r=t[e]||"",o=a[e-1];n[o.name]=r&&o.repeatable?r.split("/"):r}return n},stringify:function(t){let n="",r=!1;for(const o of e){r&&n.endsWith("/")||(n+="/"),r=!1;for(const e of o)if(0===e.type)n+=e.value;else if(1===e.type){const{value:o,repeatable:a,optional:i}=e,c=o in t?t[o]:"";if(Array.isArray(c)&&!a)throw new Error(`Provided param "${o}" is an array but it is not repeatable (* or + modifiers)`);const s=Array.isArray(c)?c.join("/"):c;if(!s){if(!i)throw new Error(`Missing required param "${o}"`);n.endsWith("/")?n=n.slice(0,-1):r=!0}n+=s}}return n}}}(function(e){if(!e)return[[]];if("/"===e)return[[H]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(e){throw new Error(`ERR (${n})/"${l}": ${e}`)}let n=0,r=n;const o=[];let a;function i(){a&&o.push(a),a=[]}let c,s=0,l="",u="";function f(){l&&(0===n?a.push({type:0,value:l}):1===n||2===n||3===n?(a.length>1&&("*"===c||"+"===c)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:l,regexp:u,repeatable:"*"===c||"+"===c,optional:"*"===c||"?"===c})):t("Invalid state to consume buffer"),l="")}function p(){l+=c}for(;s<e.length;)if(c=e[s++],"\\"!==c||2===n)switch(n){case 0:"/"===c?(l&&f(),i()):":"===c?(f(),n=1):p();break;case 4:p(),n=r;break;case 1:"("===c?(n=2,u=""):V.test(c)?p():(f(),n=0,"*"!==c&&"?"!==c&&"+"!==c&&s--);break;case 2:")"===c?"\\"==u[u.length-1]?u=u.slice(0,-1)+c:n=3:u+=c;break;case 3:f(),n=0,"*"!==c&&"?"!==c&&"+"!==c&&s--;break;default:t("Unknown state")}else r=n,n=4;return 2===n&&t(`Unfinished custom RegExp for param "${l}"`),f(),i(),o}(e.path),n),o=l(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function K(e,t){const n=[],r=new Map;function o(e,n,r){let c=!r,s=function(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:W(e),children:e.children||[],instances:{},leaveGuards:[],updateGuards:[],enterCallbacks:{},components:"components"in e?e.components||{}:{default:e.component}}}(e);s.aliasOf=r&&r.record;const u=X(t,e),p=[s];if("alias"in e){const t="string"==typeof e.alias?[e.alias]:e.alias;for(const e of t)p.push(l({},s,{components:r?r.record.components:s.components,path:e,aliasOf:r?r.record:s}))}let d,h;for(const t of p){let{path:l}=t;if(n&&"/"!==l[0]){let e=n.record.path,r="/"===e[e.length-1]?"":"/";t.path=n.record.path+(l&&r+l)}if(d=F(t,n,u),r?r.alias.push(d):(h=h||d,h!==d&&h.alias.push(d),c&&e.name&&!Q(d)&&a(e.name)),"children"in s){let e=s.children;for(let t=0;t<e.length;t++)o(e[t],d,r&&r.children[t])}r=r||d,i(d)}return h?()=>{a(h)}:f}function a(e){if(S(e)){const t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(a),t.alias.forEach(a))}else{let t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(a),e.alias.forEach(a))}}function i(e){let t=0;for(;t<n.length&&D(e,n[t])>=0;)t++;n.splice(t,0,e),e.record.name&&!Q(e)&&r.set(e.record.name,e)}return t=X({strict:!1,end:!0,sensitive:!1},t),e.forEach((e=>o(e))),{addRoute:o,resolve:function(e,t){let o,a,i,c={};if("name"in e&&e.name){if(o=r.get(e.name),!o)throw $(1,{location:e});i=o.record.name,c=l(function(e,t){let n={};for(let r of t)r in e&&(n[r]=e[r]);return n}(t.params,o.keys.filter((e=>!e.optional)).map((e=>e.name))),e.params),a=o.stringify(c)}else if("path"in e)a=e.path,o=n.find((e=>e.re.test(a))),o&&(c=o.parse(a),i=o.record.name);else{if(o=t.name?r.get(t.name):n.find((e=>e.re.test(t.path))),!o)throw $(1,{location:e,currentLocation:t});i=o.record.name,c=l({},t.params,e.params),a=o.stringify(c)}const s=[];let u=o;for(;u;)s.unshift(u.record),u=u.parent;return{name:i,path:a,params:c,matched:s,meta:z(s)}},removeRoute:a,getRoutes:function(){return n},getRecordMatcher:function(e){return r.get(e)}}}function W(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(let r in e.components)t[r]="boolean"==typeof n?n:n[r];return t}function Q(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function z(e){return e.reduce(((e,t)=>l(e,t.meta)),{})}function X(e,t){let n={};for(let r in e)n[r]=r in t?t[r]:e[r];return n}const Y=/#/g,Z=/&/g,J=/\//g,ee=/=/g,te=/\?/g,ne=/%5B/g,re=/%5D/g,oe=/%5E/g,ae=/%60/g,ie=/%7B/g,ce=/%7C/g,se=/%7D/g;function le(e){return encodeURI(""+e).replace(ce,"|").replace(ne,"[").replace(re,"]")}function ue(e){return le(e).replace(Y,"%23").replace(Z,"%26").replace(ae,"`").replace(ie,"{").replace(se,"}").replace(oe,"^")}function fe(e){return function(e){return le(e).replace(Y,"%23").replace(te,"%3F")}(e).replace(J,"%2F")}function pe(e){try{return decodeURIComponent(""+e)}catch(e){}return""+e}function de(e){const t={};if(""===e||"?"===e)return t;const n=("?"===e[0]?e.slice(1):e).split("&");for(let e=0;e<n.length;++e){const r=n[e];let o=r.indexOf("="),a=pe(o<0?r:r.slice(0,o)),i=o<0?null:pe(r.slice(o+1));if(a in t){let e=t[a];Array.isArray(e)||(e=t[a]=[e]),e.push(i)}else t[a]=i}return t}function he(e){let t="";for(let n in e){t.length&&(t+="&");const r=e[n];if(n=ue(n).replace(ee,"%3D"),null==r){void 0!==r&&(t+=n);continue}let o=Array.isArray(r)?r.map((e=>e&&ue(e))):[r&&ue(r)];for(let e=0;e<o.length;e++)t+=(e?"&":"")+n,null!=o[e]&&(t+="="+o[e])}return t}function me(e){const t={};for(let n in e){let r=e[n];void 0!==r&&(t[n]=Array.isArray(r)?r.map((e=>null==e?null:""+e)):null==r?r:""+r)}return t}function ge(){let e=[];return{add:function(t){return e.push(t),()=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)}},list:()=>e,reset:function(){e=[]}}}function ve(e,n){const r=()=>{const t=e.indexOf(n);t>-1&&e.splice(t,1)};t.onUnmounted(r),t.onDeactivated(r),t.onActivated((()=>{e.indexOf(n)<0&&e.push(n)})),e.push(n)}function ye(e,t,n,r,o){const a=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise(((i,c)=>{const s=e=>{var s;!1===e?c($(4,{from:n,to:t})):e instanceof Error?c(e):"string"==typeof(s=e)||s&&"object"==typeof s?c($(2,{from:t,to:e})):(a&&r.enterCallbacks[o]===a&&"function"==typeof e&&a.push(e),i())},l=e.call(r&&r.instances[o],t,n,s);let u=Promise.resolve(l);e.length<3&&(u=u.then(s)),u.catch((e=>c(e)))}))}function be(e,t,r,o){const a=[];for(const i of e)for(const e in i.components){let c=i.components[e];if("beforeRouteEnter"===t||i.instances[e])if(Ee(c)){const n=(c.__vccOpts||c)[t];n&&a.push(ye(n,r,o,i,e))}else{let s=c();s=s.catch(console.error),a.push((()=>s.then((a=>{if(!a)return Promise.reject(new Error(`Couldn't resolve component "${e}" at "${i.path}"`));const c=(s=a).__esModule||n&&"Module"===s[Symbol.toStringTag]?a.default:a;var s;i.components[e]=c;const l=c[t];return l&&ye(l,r,o,i,e)()}))))}}return a}function Ee(e){return"object"==typeof e||"displayName"in e||"props"in e||"__vccOpts"in e}function Oe(e){const n=t.inject(i),r=t.inject(c),o=t.computed((()=>n.resolve(t.unref(e.to)))),a=t.computed((()=>{let{matched:e}=o.value,{length:t}=e;const n=e[t-1];let a=r.matched;if(!n||!a.length)return-1;let i=a.findIndex(m.bind(null,n));if(i>-1)return i;let c=_e(e[t-2]);return t>1&&_e(n)===c&&a[a.length-1].path!==c?a.findIndex(m.bind(null,e[t-2])):i})),s=t.computed((()=>a.value>-1&&function(e,t){for(let n in t){let r=t[n],o=e[n];if("string"==typeof r){if(r!==o)return!1}else if(!Array.isArray(o)||o.length!==r.length||r.some(((e,t)=>e!==o[t])))return!1}return!0}(r.params,o.value.params))),l=t.computed((()=>a.value>-1&&a.value===r.matched.length-1&&g(r.params,o.value.params)));return{route:o,href:t.computed((()=>o.value.href)),isActive:s,isExactActive:l,navigate:function(r={}){return function(e){if(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)return;if(e.defaultPrevented)return;if(void 0!==e.button&&0!==e.button)return;if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}e.preventDefault&&e.preventDefault();return!0}(r)?n[t.unref(e.replace)?"replace":"push"](t.unref(e.to)):Promise.resolve()}}}const we=t.defineComponent({name:"RouterLink",props:{to:{type:[String,Object],required:!0},activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},setup(e,{slots:n,attrs:r}){const o=t.reactive(Oe(e)),{options:a}=t.inject(i),c=t.computed((()=>({[Pe(e.activeClass,a.linkActiveClass,"router-link-active")]:o.isActive,[Pe(e.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:o.isExactActive})));return()=>{const a=n.default&&n.default(o);return e.custom?a:t.h("a",l({"aria-current":o.isExactActive?e.ariaCurrentValue:null,onClick:o.navigate,href:o.href},r,{class:c.value}),a)}}});function _e(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Pe=(e,t,n)=>null!=e?e:null!=t?t:n,Re=t.defineComponent({name:"RouterView",props:{name:{type:String,default:"default"},route:Object},setup(e,{attrs:n,slots:r}){const i=t.inject(c),s=t.inject(a,0),u=t.computed((()=>(e.route||i).matched[s]));t.provide(a,s+1),t.provide(o,u);const f=t.ref();return t.watch((()=>[f.value,u.value,e.name]),(([e,t,n],[r,o,a])=>{t&&(t.instances[n]=e,o&&e===r&&(t.leaveGuards=o.leaveGuards,t.updateGuards=o.updateGuards)),!e||!t||o&&m(t,o)&&r||(t.enterCallbacks[n]||[]).forEach((t=>t(e)))}),{flush:"post"}),()=>{const o=e.route||i,a=u.value,c=a&&a.components[e.name],s=e.name;if(!c)return r.default?r.default({Component:c,route:o}):null;const p=a.props[e.name],d=p?!0===p?o.params:"function"==typeof p?p(o):p:null,h=t.h(c,l({},d,n,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(a.instances[s]=null)},ref:f}));return r.default?r.default({Component:h,route:o}):h}}});var Ae="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ke(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},n.exports),n.exports}var Te=ke((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.hook=t.target=t.isBrowser=void 0,t.isBrowser="undefined"!=typeof navigator,t.target=t.isBrowser?window:void 0!==Ae?Ae:{},t.hook=t.target.__VUE_DEVTOOLS_GLOBAL_HOOK__})),Ce=ke((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.ApiHookEvents=void 0,function(e){e.SETUP_DEVTOOLS_PLUGIN="devtools-plugin:setup"}(t.ApiHookEvents||(t.ApiHookEvents={}))})),je=ke((function(e,t){Object.defineProperty(t,"__esModule",{value:!0})})),xe=ke((function(e,t){Object.defineProperty(t,"__esModule",{value:!0})})),Se=ke((function(e,t){Object.defineProperty(t,"__esModule",{value:!0})})),Ne=ke((function(e,t){Object.defineProperty(t,"__esModule",{value:!0})})),Le=ke((function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.Hooks=void 0,function(e){e.TRANSFORM_CALL="transformCall",e.GET_APP_RECORD_NAME="getAppRecordName",e.GET_APP_ROOT_INSTANCE="getAppRootInstance",e.REGISTER_APPLICATION="registerApplication",e.WALK_COMPONENT_TREE="walkComponentTree",e.WALK_COMPONENT_PARENTS="walkComponentParents",e.INSPECT_COMPONENT="inspectComponent",e.GET_COMPONENT_BOUNDS="getComponentBounds",e.GET_COMPONENT_NAME="getComponentName",e.GET_ELEMENT_COMPONENT="getElementComponent",e.GET_INSPECTOR_TREE="getInspectorTree",e.GET_INSPECTOR_STATE="getInspectorState"}(t.Hooks||(t.Hooks={}))})),Me=ke((function(e,t){var n=Ae&&Ae.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),r=Ae&&Ae.__exportStar||function(e,t){for(var r in e)"default"===r||t.hasOwnProperty(r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),r(je,t),r(xe,t),r(Se,t),r(Ne,t),r(Le,t)}));ke((function(e,t){var n=Ae&&Ae.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),r=Ae&&Ae.__exportStar||function(e,t){for(var r in e)"default"===r||t.hasOwnProperty(r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.setupDevtoolsPlugin=void 0,r(Me,t),t.setupDevtoolsPlugin=function(e,t){if(Te.hook)Te.hook.emit(Ce.ApiHookEvents.SETUP_DEVTOOLS_PLUGIN,e,t);else{(Te.target.__VUE_DEVTOOLS_PLUGINS__=Te.target.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:e,setupFn:t})}}}));function $e(e){return e.reduce(((e,t)=>e.then((()=>t()))),Promise.resolve())}return e.RouterLink=we,e.RouterView=Re,e.START_LOCATION=N,e.createMemoryHistory=function(e=""){let t=[],n=[""],r=0;function o(e){r++,r===n.length||n.splice(r),n.push(e)}const a={location:"",state:{},base:e,createHref:_.bind(null,e),replace(e){n.splice(r--,1),o(e)},push(e,t){o(e)},listen:e=>(t.push(e),()=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)}),destroy(){t=[]},go(e,o=!0){const a=this.location,i=e<0?E.back:E.forward;r=Math.max(0,Math.min(r+e,n.length-1)),o&&function(e,n,{direction:r,delta:o}){const a={direction:r,delta:o,type:b.pop};for(let r of t)r(e,n,a)}(this.location,a,{direction:i,delta:e})}};return Object.defineProperty(a,"location",{get:()=>n[r]}),a},e.createRouter=function(e){const n=K(e.routes,e);let r=e.parseQuery||de,o=e.stringifyQuery||he,{scrollBehavior:a}=e,p=e.history;const h=ge(),v=ge(),y=ge(),b=t.shallowRef(N);let E=N;s&&a&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const O=u.bind(null,(e=>""+e)),w=u.bind(null,fe),_=u.bind(null,pe);function T(e,t){if(t=l({},t||b.value),"string"==typeof e){let o=d(r,e,t.path),a=n.resolve({path:o.path},t),i=p.createHref(o.fullPath);return l(o,a,{params:_(a.params),hash:pe(o.hash),redirectedFrom:void 0,href:i})}let a;"path"in e?a=l({},e,{path:d(r,e.path,t.path).path}):(a=l({},e,{params:w(e.params)}),t.params=w(t.params));let i=n.resolve(a,t);const c=e.hash||"";i.params=O(_(i.params));const s=function(e,t){let n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}(o,l({},e,{hash:(u=c,le(u).replace(ie,"{").replace(se,"}").replace(oe,"^")),path:i.path}));var u;let f=p.createHref(s);return l({fullPath:s,hash:c,query:o===he?me(e.query):e.query},i,{redirectedFrom:void 0,href:f})}function C(e){return"string"==typeof e?{path:e}:l({},e)}function j(e,t){if(E!==e)return $(8,{from:t,to:e})}function x(e){return L(e)}function L(e,t){const n=E=T(e),r=b.value,a=e.state,i=e.force,c=!0===e.replace,s=n.matched[n.matched.length-1];if(s&&s.redirect){const{redirect:e}=s;let r=C("function"==typeof e?e(n):e);return L(l({query:n.query,hash:n.hash,params:n.params},r,{state:a,force:i,replace:c}),t||n)}const u=n;let f;return u.redirectedFrom=t,!i&&function(e,t,n){let r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&m(t.matched[r],n.matched[o])&&g(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}(o,r,n)&&(f=$(16,{to:u,from:r}),z(r,r,!0,!1)),(f?Promise.resolve(f):I(u,r)).catch((e=>G(e,14)?e:W(e))).then((e=>{if(e){if(G(e,2))return L(l(C(e.to),{state:a,force:i,replace:c}),t||u)}else e=B(u,r,!0,c,a);return U(u,r,e),e}))}function M(e,t){const n=j(e,t);return n?Promise.reject(n):Promise.resolve()}function I(e,t){let n;const[r,o,a]=function(e,t){const n=[],r=[],o=[],a=Math.max(t.matched.length,e.matched.length);for(let i=0;i<a;i++){const a=t.matched[i];a&&(e.matched.indexOf(a)<0?n.push(a):r.push(a));const c=e.matched[i];c&&t.matched.indexOf(c)<0&&o.push(c)}return[n,r,o]}(e,t);n=be(r.reverse(),"beforeRouteLeave",e,t);for(const o of r)for(const r of o.leaveGuards)n.push(ye(r,e,t));const i=M.bind(null,e,t);return n.push(i),$e(n).then((()=>{n=[];for(const r of h.list())n.push(ye(r,e,t));return n.push(i),$e(n)})).then((()=>{n=be(o,"beforeRouteUpdate",e,t);for(const r of o)for(const o of r.updateGuards)n.push(ye(o,e,t));return n.push(i),$e(n)})).then((()=>{n=[];for(const r of e.matched)if(r.beforeEnter&&t.matched.indexOf(r)<0)if(Array.isArray(r.beforeEnter))for(const o of r.beforeEnter)n.push(ye(o,e,t));else n.push(ye(r.beforeEnter,e,t));return n.push(i),$e(n)})).then((()=>(e.matched.forEach((e=>e.enterCallbacks={})),n=be(a,"beforeRouteEnter",e,t),n.push(i),$e(n)))).then((()=>{n=[];for(const r of v.list())n.push(ye(r,e,t));return n.push(i),$e(n)})).catch((e=>G(e,8)?e:Promise.reject(e)))}function U(e,t,n){for(const r of y.list())r(e,t,n)}function B(e,t,n,r,o){const a=j(e,t);if(a)return a;const i=t===N,c=s?history.state:{};n&&(r||i?p.replace(e.fullPath,l({scroll:i&&c&&c.scroll},o)):p.push(e.fullPath,o)),b.value=e,z(e,t,n,i),Q()}let q;function D(){q=p.listen(((e,t,n)=>{const r=T(e);E=r;const o=b.value;var a,i;s&&(a=A(o.fullPath,n.delta),i=P(),k.set(a,i)),I(r,o).catch((e=>G(e,12)?e:G(e,2)?(n.delta&&p.go(-n.delta,!1),L(e.to,r).catch(f),Promise.reject()):(n.delta&&p.go(-n.delta,!1),W(e)))).then((e=>{(e=e||B(r,o,!1))&&n.delta&&p.go(-n.delta,!1),U(r,o,e)})).catch(f)}))}let H,V=ge(),F=ge();function W(e){return Q(e),F.list().forEach((t=>t(e))),Promise.reject(e)}function Q(e){H||(H=!0,D(),V.list().forEach((([t,n])=>e?n(e):t())),V.reset())}function z(e,n,r,o){if(!s||!a)return Promise.resolve();let i=!r&&function(e){const t=k.get(e);return k.delete(e),t}(A(e.fullPath,0))||(o||!r)&&history.state&&history.state.scroll||null;return t.nextTick().then((()=>a(e,n,i))).then((e=>e&&R(e))).catch(W)}const X=e=>p.go(e);let Y;const Z=new Set;return{currentRoute:b,addRoute:function(e,t){let r,o;return S(e)?(r=n.getRecordMatcher(e),o=t):o=e,n.addRoute(o,r)},removeRoute:function(e){let t=n.getRecordMatcher(e);t&&n.removeRoute(t)},hasRoute:function(e){return!!n.getRecordMatcher(e)},getRoutes:function(){return n.getRoutes().map((e=>e.record))},resolve:T,options:e,push:x,replace:function(e){return x(l(C(e),{replace:!0}))},go:X,back:()=>X(-1),forward:()=>X(1),beforeEach:h.add,beforeResolve:v.add,afterEach:y.add,onError:F.add,isReady:function(){return H&&b.value!==N?Promise.resolve():new Promise(((e,t)=>{V.add([e,t])}))},install(e){e.component("RouterLink",we),e.component("RouterView",Re),e.config.globalProperties.$router=this,Object.defineProperty(e.config.globalProperties,"$route",{get:()=>t.unref(b)}),s&&!Y&&b.value===N&&(Y=!0,x(p.location).catch((e=>{})));const n={};for(let e in N)n[e]=t.computed((()=>b.value[e]));e.provide(i,this),e.provide(c,t.reactive(n));let r=e.unmount;Z.add(e),e.unmount=function(){Z.delete(e),Z.size<1&&(q(),b.value=N,Y=!1,H=!1),r.call(this,arguments)}}}},e.createRouterMatcher=K,e.createWebHashHistory=function(e){return(e=location.host?e||location.pathname:"").indexOf("#")<0&&(e+="#"),x(e)},e.createWebHistory=x,e.isNavigationFailure=G,e.onBeforeRouteLeave=function(e){const n=t.inject(o,{}).value;n&&ve(n.leaveGuards,e)},e.onBeforeRouteUpdate=function(e){const n=t.inject(o,{}).value;n&&ve(n.updateGuards,e)},e.parseQuery=de,e.routeLocationKey=c,e.routerKey=i,e.stringifyQuery=he,e.useLink=Oe,e.useRoute=function(){return t.inject(c)},e.useRouter=function(){return t.inject(i)},Object.defineProperty(e,"__esModule",{value:!0}),e}({},Vue);
{
"name": "vue-router",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"main": "dist/vue-router.cjs.js",

@@ -66,13 +66,14 @@ "unpkg": "dist/vue-router.global.js",

"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@types/jest": "^26.0.12",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"@types/jest": "^26.0.15",
"@types/jsdom": "^16.2.3",
"@types/webpack": "^4.41.21",
"@types/webpack-env": "^1.15.2",
"@vue/compiler-sfc": "^3.0.1",
"@vue/server-renderer": "^3.0.1",
"@vue/compiler-sfc": "^3.0.2",
"@vue/devtools-api": "^6.0.0-beta.2",
"@vue/server-renderer": "^3.0.2",
"algoliasearch": "^4.5.1",
"axios": "^0.20.0",
"axios": "^0.21.0",
"brotli": "^1.3.2",

@@ -84,29 +85,29 @@ "browserstack-local": "^1.4.5",

"conventional-changelog-cli": "^2.1.0",
"css-loader": "^5.0.0",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"faked-promise": "^2.2.2",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.0",
"jest": "^26.6.1",
"jest-mock-warn": "^1.1.0",
"lint-staged": "^10.4.2",
"nightwatch": "^1.4.2",
"lint-staged": "^10.5.1",
"nightwatch": "^1.5.1",
"nightwatch-helpers": "^1.2.0",
"patch-package": "^6.2.2",
"prettier": "^2.0.5",
"rollup": "^2.32.0",
"rollup": "^2.33.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.3",
"rollup-plugin-typescript2": "^0.29.0",
"selenium-server": "^3.141.59",
"serve-handler": "^6.1.3",
"style-loader": "^2.0.0",
"ts-jest": "^26.4.0",
"ts-loader": "^8.0.5",
"ts-jest": "^26.4.3",
"ts-loader": "^8.0.9",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"vitepress": "^0.7.0",
"vue": "^3.0.0-rc.9",
"vue": "^3.0.2",
"vue-loader": "^16.0.0-beta.8",
"webpack": "^5.1.3",
"webpack": "^5.3.2",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^4.1.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",

@@ -113,0 +114,0 @@ "yorkie": "^2.0.0"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc