vue-i18n-routing
Advanced tools
Comparing version
@@ -1,5 +0,5 @@ | ||
"use strict";var be=Object.defineProperty,ye=Object.defineProperties;var Ae=Object.getOwnPropertyDescriptors;var T=Object.getOwnPropertySymbols;var ce=Object.prototype.hasOwnProperty,se=Object.prototype.propertyIsEnumerable;var re=(e,t,o)=>t in e?be(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,I=(e,t)=>{for(var o in t||(t={}))ce.call(t,o)&&re(e,o,t[o]);if(T)for(var o of T(t))se.call(t,o)&&re(e,o,t[o]);return e},U=(e,t)=>ye(e,Ae(t));var ie=(e,t)=>{var o={};for(var n in e)ce.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&T)for(var n of T(e))t.indexOf(n)<0&&se.call(e,n)&&(o[n]=e[n]);return o};Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var d=require("vue-demi"),m=require("@intlify/vue-router-bridge"),x=require("@intlify/vue-i18n-bridge");function we(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var Ce=we(m);/*! | ||
* shared v9.2.0-beta.34 | ||
"use strict";var De=Object.defineProperty,Oe=Object.defineProperties;var be=Object.getOwnPropertyDescriptors;var V=Object.getOwnPropertySymbols;var ue=Object.prototype.hasOwnProperty,fe=Object.prototype.propertyIsEnumerable;var ie=(e,t,o)=>t in e?De(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,T=(e,t)=>{for(var o in t||(t={}))ue.call(t,o)&&ie(e,o,t[o]);if(V)for(var o of V(t))fe.call(t,o)&&ie(e,o,t[o]);return e},B=(e,t)=>Oe(e,be(t));var de=(e,t)=>{var o={};for(var n in e)ue.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&V)for(var n of V(e))t.indexOf(n)<0&&fe.call(e,n)&&(o[n]=e[n]);return o};Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var d=require("vue-demi"),p=require("@intlify/vue-router-bridge"),F=require("@intlify/vue-i18n-bridge");function xe(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var Ce=xe(p);const O={PREFIX:"prefix",PREFIX_EXCEPT_DEFAULT:"prefix_except_default",PREFIX_AND_DEFAULT:"prefix_and_default",NO_PREFIX:"no_prefix"},G="",X=O.PREFIX_EXCEPT_DEFAULT,M=!1,k="___",z="default",oe="ltr",ne="";/*! | ||
* shared v9.2.0-beta.35 | ||
* (c) 2022 kazuya kawaguchi | ||
* Released under the MIT License. | ||
*/const de=Object.assign,De=Array.isArray,xe=e=>typeof e=="function",O=e=>typeof e=="string",Ne=e=>typeof e=="boolean",Fe=e=>typeof e=="symbol",Q=e=>e!==null&&typeof e=="object",Te=/\/$|\/\?/;function q(e="",t=!1){return t?Te.test(e):e.endsWith("/")}function Ue(e="",t=!1){if(!t)return(q(e)?e.slice(0,-1):e)||"/";if(!q(e,!0))return e||"/";const[o,...n]=e.split("?");return(o.slice(0,-1)||"/")+(n.length?`?${n.join("?")}`:"")}function $e(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(q(e,!0))return e||"/";const[o,...n]=e.split("?");return o+"/"+(n.length?`?${n.join("?")}`:"")}const Ve=typeof window!="undefined";function je(e,t){typeof console!="undefined"&&(console.warn("[vue-i18n-routing] "+e),t&&console.warn(t.stack))}function he(e){e=e||[];const t=[];for(const o of e)O(o)?t.push({code:o}):t.push(o);return t}function $(e){return e!=null&&"global"in e&&"mode"in e}function V(e){return e!=null&&!("__composer"in e)&&d.isRef(e.locale)}function N(e){return e!=null&&"__composer"in e}function Y(e){return e!=null&&!("__composer"in e)&&!d.isRef(e.locale)}function y(e){return e!=null&&("__VUE_I18N_BRIDGE__"in e||"_sync"in e)}function me(e){return $(e)?V(e.global)?e.global:e.global.__composer:N(e)?e.__composer:e}function j(e){const t=$(e)?e.global:e;return V(t)?d.isVue2&&y(e)?e.locale:t.locale.value:(Y(t)||N(t)||y(t),t.locale)}function Be(e){const t=$(e)?e.global:e;return V(t)?d.isVue2&&y(e)?e.locales:t.locales.value:(Y(t)||N(t)||y(t),t.locales)}function Le(e,t){const o=$(e)?e.global:e;if(V(o))d.isVue2&&y(e)?e.locale=t:o.locale.value=t;else if(Y(o)||N(o)||y(o))o.locale=t;else throw new Error("TODO:")}function Me(e,t,o){return e.replace(/\/+$/,"")+(t?"/":"")||(o?"":"/")}function ue(e){return m.isVueRouter4,d.isRef(e)?e.value:e}function Re(e){return O(e)?e:Fe(e)?e.toString():"(null)"}function fe(e,t,{defaultLocale:o,strategy:n,routesNameSeparator:l,defaultLocaleRouteNameSuffix:a}){let r=Re(e)+(n==="no_prefix"?"":l+t);return t===o&&n==="prefix_and_default"&&(r+=l+a),r}function ge(e,t){return xe(e)?e(t):e}function Xe(e,t){const o=[];for(const[n,l]of t.entries()){const a=e.find(r=>r.iso.toLowerCase()===l.toLowerCase());if(a){o.push({code:a.code,score:1-n/t.length});break}}for(const[n,l]of t.entries()){const a=l.split("-")[0].toLowerCase(),r=e.find(c=>c.iso.split("-")[0].toLowerCase()===a);if(r){o.push({code:r.code,score:.999-n/t.length});break}}return o}const Ge=Xe;function ke(e,t){return e.score===t.score?t.code.length-e.code.length:t.score-e.score}const ze=ke;function qe(e,t,{matcher:o=Ge,comparer:n=ze}={}){const l=[];for(const r of e){const{code:c}=r,s=r.iso||c;l.push({code:c,iso:s})}const a=o(l,t);return a.length>1&&a.sort(n),a.length?a[0].code:""}const C={PREFIX:"prefix",PREFIX_EXCEPT_DEFAULT:"prefix_except_default",PREFIX_AND_DEFAULT:"prefix_and_default",NO_PREFIX:"no_prefix"},J="",K=C.PREFIX_EXCEPT_DEFAULT,Z=!1,ee="___",te="default",pe="ltr",_e="";function E(e){return function(){return Reflect.apply(e,{getRouteBaseName:this.getRouteBaseName,localePath:this.localePath,localeRoute:this.localeRoute,localeLocation:this.localeLocation,resolveRoute:this.resolveRoute,switchLocalePath:this.switchLocalePath,localeHead:this.localeHead,i18n:this.$i18n,route:this.$route,router:this.$router},arguments)}}function ve(e,{locales:t=[],localeCodes:o=[],baseUrl:n=_e}={}){const l=e.install;e.install=(a,...r)=>{Reflect.apply(l,e,[a,...r]);const c=me(e);He(c,{locales:t,localeCodes:o,baseUrl:n}),N(e.global)&&Qe(e.global);const s=a,i=e.mode==="composition"?d.isVue3?s.config.globalProperties.$i18n:e:d.isVue2?e:null;i&&We(i,c),(Ye(r[0])?r[0]:{inject:!0}).inject&&a.mixin({methods:{resolveRoute:E(F),localePath:E(M),localeRoute:E(X),localeLocation:E(oe),switchLocalePath:E(D),getRouteBaseName:E(A),localeHead:E(ne)}})}}function He(e,t){const{locales:o,localeCodes:n,baseUrl:l}=t,a=d.ref(o),r=d.ref(n);e.locales=d.computed(()=>a.value),e.localeCodes=d.computed(()=>r.value),e.__baseUrl=ge(l,{})}function We(e,t){Object.defineProperty(e,"locales",{get(){return t.locales.value}}),Object.defineProperty(e,"localeCodes",{get(){return t.localeCodes.value}}),Object.defineProperty(e,"__baseUrl",{get(){return t.__baseUrl}})}function Qe(e){const t=me(e);Object.defineProperty(e,"locales",{get(){return t.locales.value}}),Object.defineProperty(e,"localeCodes",{get(){return t.localeCodes.value}}),Object.defineProperty(e,"__baseUrl",{get(){return t.__baseUrl}})}function Ye(e){return Q(e)&&"inject"in e&&Ne(e.inject)}function Ee(e,{defaultLocale:t=J,strategy:o=K,trailingSlash:n=Z,routesNameSeparator:l=ee,defaultLocaleRouteNameSuffix:a=te,includeUprefixedFallback:r=!1,optionsResolver:c=void 0,locales:s=[]}={}){if(o==="no_prefix")return e;const i=s.map(u=>O(u)?u:u.code);function f(u,L,h=!1,R=!1){if(u.redirect&&(!u.component||!u.file))return[u];let S=null;return c!=null&&(S=c(u,L),S==null)?[u]:L.reduce((_,v)=>{const{name:w}=u;let{path:g}=u;const p=I({},u);w&&(p.name=`${w}${l}${v}`),u.children&&(p.children=u.children.reduce((P,z)=>[...P,...f(z,[v],!0,R)],[]));const b=v===t;if(b&&o==="prefix_and_default")if(h)h&&R&&w&&(p.name+=`${l}${a}`);else{const P=U(I({},p),{path:g});if(w&&(P.name=`${p.name}${l}${a}`),u.children){P.children=[];for(const z of u.children)P.children=P.children.concat(f(z,[v],!0,!0))}_.push(P)}const ae=h&&!g.startsWith("/"),le=!ae&&!(b&&o==="prefix_except_default");return le&&(g=`/${v}${g}`),g&&(g=Me(g,n,ae)),le&&b&&o==="prefix"&&r&&_.push(I({},u)),p.path=g,_.push(p),_},[])}return e.reduce((u,L)=>[...u,...f(L,i||[])],[])}const H=new Map;function Se(e,t){H.has(e)||H.set(e,t)}function Pe(e){var t;return(t=H.get(e))!=null?t:{}}function Je(e,t={}){const{version:o,defaultLocale:n,locales:l,strategy:a,trailingSlash:r,routesNameSeparator:c,defaultLocaleRouteNameSuffix:s,defaultDirection:i,baseUrl:f,routes:u,routeOptionsResolver:L}=et(t),h=he(l),R=h.map(v=>v.code),S=Ie(R,c,s);ve(e,{locales:h,baseUrl:f,localeCodes:R});const k=Ee(u,{locales:l,defaultLocale:n,strategy:a,trailingSlash:r,routesNameSeparator:c,defaultLocaleRouteNameSuffix:s,optionsResolver:L});t.routes=k;const _=Ke(t,o);return Se(_,{defaultLocale:n,localeCodes:R,strategy:a,trailingSlash:r,routesNameSeparator:c,defaultLocaleRouteNameSuffix:s,defaultDirection:i}),_.beforeEach((v,w,g)=>{const p=j(e),b=S(v)||p||n||"";p!==b&&Le(e,b),g()}),_}function Ke(e,t){if(d.isVue3&&t===4)return m.createRouter(e);if(d.isVue2&&t===3)return new Ce.default(e);throw new Error("TODO:")}function Ze(e){return new RegExp(`^/(${e.join("|")})(?:/|$)`,"i")}function Ie(e,t,o){const n=`(${e.join("|")})`,l=`(?:${t}${o})?`,a=new RegExp(`${t}${n}${l}$`,"i"),r=Ze(e);return s=>{if(Q(s)){if(s.name){const f=(O(s.name)?s.name:s.name.toString()).match(a);if(f&&f.length>1)return f[1]}else if(s.path){const i=s.path.match(r);if(i&&i.length>1)return i[1]}}else if(O(s)){const i=s.match(r);if(i&&i.length>1)return i[1]}return""}}function et(e){var t,o,n,l,a,r,c,s,i,f;return e.version=(t=e.version)!=null?t:4,e.defaultLocale=(o=e.defaultLocale)!=null?o:J,e.strategy=(n=e.strategy)!=null?n:K,e.trailingSlash=(l=e.trailingSlash)!=null?l:Z,e.routesNameSeparator=(a=e.routesNameSeparator)!=null?a:ee,e.defaultLocaleRouteNameSuffix=(r=e.defaultLocaleRouteNameSuffix)!=null?r:te,e.locales=(c=e.locales)!=null?c:[],e.defaultDirection=(s=e.defaultDirection)!=null?s:pe,e.baseUrl=(i=e.baseUrl)!=null?i:_e,e.routes=(f=e.routes)!=null?f:[],e}function B(e,t,{defaultLocale:o=J,defaultDirection:n=pe,defaultLocaleRouteNameSuffix:l=te,routesNameSeparator:a=ee,strategy:r=K,trailingSlash:c=Z,localeCodes:s=[]}={}){const i=Pe(e);return{defaultLocale:t.defaultLocale||i.defaultLocale||o,defaultDirection:t.defaultDirection||i.defaultDirection||n,defaultLocaleRouteNameSuffix:t.defaultLocaleRouteNameSuffix||i.defaultLocaleRouteNameSuffix||l,routesNameSeparator:t.routesNameSeparator||i.routesNameSeparator||a,strategy:t.strategy||i.strategy||r,trailingSlash:t.trailingSlash||i.trailingSlash||c,localeCodes:t.localeCodes||i.localeCodes||s}}const tt=new Set([C.PREFIX_AND_DEFAULT,C.PREFIX_EXCEPT_DEFAULT]);function A(e){const t=this.router,{routesNameSeparator:o}=B(t,this),n=e!=null?d.isRef(e)?d.unref(e):e:this.route;return n.name?Re(n.name).split(o)[0]:void 0}function M(e,t){const o=F.call(this,e,t);return o==null?"":d.isVue3?o.redirectedFrom||o.fullPath:o.route.redirectedFrom||o.route.fullPath}function X(e,t){const o=F.call(this,e,t);return o==null?void 0:d.isVue3?o:o.route}function oe(e,t){const o=F.call(this,e,t);return o==null?void 0:d.isVue3?o:o.location}function F(e,t){const o=this.router,n=this.i18n,l=t||j(n),{routesNameSeparator:a,defaultLocale:r,defaultLocaleRouteNameSuffix:c,strategy:s,trailingSlash:i}=B(o,this);let f=e;O(e)&&(f[0]==="/"?f={path:e}:f={name:e});let u=de({},f);if(u.path&&!u.name){const h=o.resolve(u),R=d.isVue3?h:h.route,S=A.call(this,R);O(S)?u={name:fe(S,l,{defaultLocale:r,strategy:s,routesNameSeparator:a,defaultLocaleRouteNameSuffix:c}),params:R.params,query:R.query,hash:R.hash}:(!(l===r&&tt.has(s))&&s!==C.NO_PREFIX&&(u.path=`/${l}${u.path}`),u.path=i?$e(u.path,!0):Ue(u.path,!0))}else{u.name=fe(u.name,l,{defaultLocale:r,strategy:s,routesNameSeparator:a,defaultLocaleRouteNameSuffix:c});const{params:h}=u;h&&h["0"]===void 0&&h.pathMatch&&(h["0"]=h.pathMatch)}const L=o.resolve(u);return(d.isVue3?L.name:L.route.name)?L:o.resolve(e)}function D(e){const t=this.route,o=A.call(this,t);if(!o)return"";const s=!d.isVue3&&d.isRef(t)?t.value:t,{params:n}=s,l=ie(s,["params"]),a={},r=de({},l,{name:o,params:U(I(I({},n),a),{0:n.pathMatch})});return M.call(this,r,e)}function ne({addDirAttribute:e=!1,addSeoAttributes:t=!1}={}){const o=this.router,n=this.i18n,{defaultDirection:l}=B(o,this),a={htmlAttrs:{},link:[],meta:[]};if(n.locales==null||n.__baseUrl==null)return a;const r=j(n),c=Be(n),s=he(c).find(u=>u.code===r)||{code:r},i=s.iso,f=s.dir||l;return e&&(a.htmlAttrs.dir=f),t&&r&&n.locales&&(i&&(a.htmlAttrs.lang=i),ot.call(this,c,n.__baseUrl,a.link),nt.call(this,n.__baseUrl,a.link,t),at(s,i,a.meta),lt(c,i,a.meta)),a}function ot(e,t,o){const n=this.router,{defaultLocale:l,strategy:a}=B(n,this);if(a===C.NO_PREFIX)return;const r=new Map;for(const c of e){const s=c.iso;if(!s){je("Locale ISO code is required to generate alternate link");continue}const[i,f]=s.split("-");i&&f&&(c.isCatchallLocale||!r.has(i))&&r.set(i,c),r.set(s,c)}for(const[c,s]of r.entries()){const i=D.call(this,s.code);i&&o.push({hid:`i18n-alt-${c}`,rel:"alternate",href:W(i,t),hreflang:c})}if(l){const c=D.call(this,l);c&&o.push({hid:"i18n-xd",rel:"alternate",href:W(c,t),hreflang:"x-default"})}}function nt(e,t,o){const n=this.route,l=X.call(this,U(I({},n),{name:A.call(this,n)}));if(l){let a=W(l.path,e);const r=Q(o)&&o.canonicalQueries||[];if(r.length){const c=l.query,s=new URLSearchParams;for(const f of r)if(f in c){const u=c[f];De(u)?u.forEach(L=>s.append(f,L||"")):s.append(f,u||"")}const i=s.toString();i&&(a=`${a}?${i}`)}t.push({hid:"i18n-can",rel:"canonical",href:a})}}function at(e,t,o){!(e&&t)||o.push({hid:"i18n-og",property:"og:locale",content:Oe(t)})}function lt(e,t,o){const n=e.filter(l=>{const a=l.iso;return a&&a!==t});if(n.length){const l=n.map(a=>({hid:`i18n-og-alt-${a.iso}`,property:"og:locale:alternate",content:Oe(a.iso)}));o.push(...l)}}function Oe(e){return(e||"").replace(/-/g,"_")}function W(e,t){return e.match(/^https?:\/\//)?e:t+e}function G(e,t){const{router:o,route:n,i18n:l,defaultLocale:a,strategy:r,defaultLocaleRouteNameSuffix:c,trailingSlash:s,routesNameSeparator:i}=e;return function(...f){return Reflect.apply(t,{router:o,route:n,i18n:l,defaultLocale:a,strategy:r,defaultLocaleRouteNameSuffix:c,trailingSlash:s,routesNameSeparator:i},f)}}function rt(e=m.useRoute(),{router:t=m.useRouter(),routesNameSeparator:o=void 0}={}){const n={router:t,route:e,routesNameSeparator:o};return A.call(n,e)}function ct({router:e=m.useRouter(),route:t=m.useRoute(),i18n:o=x.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:r=void 0,trailingSlash:c=void 0}={}){return G({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:r,trailingSlash:c},M)}function st({router:e=m.useRouter(),route:t=m.useRoute(),i18n:o=x.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:r=void 0,trailingSlash:c=void 0}={}){return G({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:r,trailingSlash:c},X)}function it({router:e=m.useRouter(),route:t=m.useRoute(),i18n:o=x.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:r=void 0,trailingSlash:c=void 0}={}){return G({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:r,trailingSlash:c},oe)}function ut({router:e=m.useRouter(),route:t=m.useRoute(),i18n:o=x.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:r=void 0,trailingSlash:c=void 0}={}){return G({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:r,trailingSlash:c},D)}function ft({addDirAttribute:e=!1,addSeoAttributes:t=!1,strategy:o=void 0,defaultLocale:n=void 0,route:l=m.useRoute(),router:a=m.useRouter(),i18n:r=x.useI18n()}={}){const c=a,s=d.ref({htmlAttrs:{},link:[],meta:[]});function i(){s.value={htmlAttrs:{},link:[],meta:[]}}function f(u){s.value=Reflect.apply(ne,{router:a,route:u,i18n:r,defaultLocale:n,strategy:o},[{addDirAttribute:e,addSeoAttributes:t}])}if(Ve)if(d.isVue3){const u=d.watchEffect(()=>{i(),f(ue(c.currentRoute))});d.onUnmounted(()=>u())}else{const u=c.afterEach((L,h)=>{i(),f(L)});d.onUnmounted(()=>u()),f(l)}else f(ue(c.currentRoute));return s}const dt="0.0.0";exports.VERSION=dt;exports.createLocaleFromRouteGetter=Ie;exports.createRouter=Je;exports.extendI18n=ve;exports.findBrowserLocale=qe;exports.getGlobalOptions=Pe;exports.getLocale=j;exports.getRouteBaseName=A;exports.localeHead=ne;exports.localeLocation=oe;exports.localePath=M;exports.localeRoute=X;exports.localizeRoutes=Ee;exports.proxyVueInstance=E;exports.registerGlobalOptions=Se;exports.resolveBaseUrl=ge;exports.resolveRoute=F;exports.setLocale=Le;exports.switchLocalePath=D;exports.useLocaleHead=ft;exports.useLocaleLocation=it;exports.useLocalePath=ct;exports.useLocaleRoute=st;exports.useRouteBaseName=rt;exports.useSwitchLocalePath=ut; | ||
*/const Ue=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol",Fe=e=>Ue?Symbol(e):e,j=Object.assign,Ne=Array.isArray,we=e=>typeof e=="function",y=e=>typeof e=="string",$e=e=>typeof e=="boolean",Ve=e=>typeof e=="symbol",le=e=>e!==null&&typeof e=="object",Be=/\/$|\/\?/;function Z(e="",t=!1){return t?Be.test(e):e.endsWith("/")}function je(e="",t=!1){if(!t)return(Z(e)?e.slice(0,-1):e)||"/";if(!Z(e,!0))return e||"/";const[o,...n]=e.split("?");return(o.slice(0,-1)||"/")+(n.length?`?${n.join("?")}`:"")}function Ge(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(Z(e,!0))return e||"/";const[o,...n]=e.split("?");return o+"/"+(n.length?`?${n.join("?")}`:"")}const Xe=typeof window!="undefined";function pe(e,t){typeof console!="undefined"&&(console.warn("[vue-i18n-routing] "+e),t&&console.warn(t.stack))}function Le(e){e=e||[];const t=[];for(const o of e)y(o)?t.push({code:o}):t.push(o);return t}function N(e){return e!=null&&"global"in e&&"mode"in e}function w(e){return e!=null&&!("__composer"in e)&&d.isRef(e.locale)}function b(e){return e!=null&&"__composer"in e}function H(e){return e!=null&&!("__composer"in e)&&!d.isRef(e.locale)}function P(e){return e!=null&&("__VUE_I18N_BRIDGE__"in e||"_sync"in e)}function Re(e){return N(e)?w(e.global)?e.global:e.global.__composer:b(e)?e.__composer:e}function q(e){const t=N(e)?e.global:e;return w(t)?d.isVue2&&P(e)?e.locale:t.locale.value:(H(t)||b(t)||P(t),t.locale)}function Me(e){const t=N(e)?e.global:e;return w(t)?d.isVue2&&P(e)?e.locales:t.locales.value:(H(t)||b(t)||P(t),t.locales)}function ge(e,t){const o=N(e)?e.global:e;if(w(o))d.isVue2&&P(e)?e.locale=t:o.locale.value=t;else if(H(o)||b(o)||P(o))o.locale=t;else throw new Error("TODO:")}function ke(e,t,o){return e.replace(/\/+$/,"")+(t?"/":"")||(o?"":"/")}function he(e){return p.isVueRouter4,d.isRef(e)?e.value:e}function _e(e){return y(e)?e:Ve(e)?e.toString():"(null)"}function me(e,t,{defaultLocale:o,strategy:n,routesNameSeparator:a,defaultLocaleRouteNameSuffix:l}){let s=_e(e)+(n==="no_prefix"?"":a+t);return t===o&&n==="prefix_and_default"&&(s+=a+l),s}function Ee(e,t){return we(e)?e(t):e}function ze(e,t){const o=[];for(const[n,a]of t.entries()){const l=e.find(s=>s.iso.toLowerCase()===a.toLowerCase());if(l){o.push({code:l.code,score:1-n/t.length});break}}for(const[n,a]of t.entries()){const l=a.split("-")[0].toLowerCase(),s=e.find(r=>r.iso.split("-")[0].toLowerCase()===l);if(s){o.push({code:s.code,score:.999-n/t.length});break}}return o}const He=ze;function qe(e,t){return e.score===t.score?t.code.length-e.code.length:t.score-e.score}const We=qe;function Qe(e,t,{matcher:o=He,comparer:n=We}={}){const a=[];for(const s of e){const{code:r}=s,c=s.iso||r;a.push({code:r,iso:c})}const l=o(a,t);return l.length>1&&l.sort(n),l.length?l[0].code:""}function A(e){return function(){return Reflect.apply(e,{getRouteBaseName:this.getRouteBaseName,localePath:this.localePath,localeRoute:this.localeRoute,localeLocation:this.localeLocation,resolveRoute:this.resolveRoute,switchLocalePath:this.switchLocalePath,localeHead:this.localeHead,i18n:this.$i18n,route:this.$route,router:this.$router},arguments)}}function Se(e,{locales:t=[],localeCodes:o=[],baseUrl:n=ne,hooks:a={}}={}){const l=d.effectScope(),s=e.install;return e.install=(r,...c)=>{Reflect.apply(s,e,[r,...c]);const u=Re(e);l.run(()=>Ye(u,{locales:t,localeCodes:o,baseUrl:n,hooks:a})),b(e.global)&&Ke(e.global,a.onExtendVueI18n);const f=r,i=e.mode==="composition"?d.isVue3?f.config.globalProperties.$i18n:e:d.isVue2?e:null;if(i&&Je(i,u,a.onExtendExportedGlobal),(Ze(c[0])?c[0]:{inject:!0}).inject&&r.mixin({methods:{resolveRoute:A($),localePath:A(Q),localeRoute:A(Y),localeLocation:A(ae),switchLocalePath:A(U),getRouteBaseName:A(x),localeHead:A(se)}}),f.unmount){const h=f.unmount;f.unmount=()=>{l.stop(),h()}}},l}function Ye(e,t){const{locales:o,localeCodes:n,baseUrl:a}=t,l=d.ref(o),s=d.ref(n);e.locales=d.computed(()=>l.value),e.localeCodes=d.computed(()=>s.value),e.__baseUrl=Ee(a,{}),t.hooks&&t.hooks.onExtendComposer&&t.hooks.onExtendComposer(e)}function Je(e,t,o){const n=[{locales:{get(){return t.locales.value}},localeCodes:{get(){return t.localeCodes.value}},__baseUrl:{get(){return t.__baseUrl}}}];o&&n.push(o(t));for(const a of n)for(const[l,s]of Object.entries(a))Object.defineProperty(e,l,s)}function Ke(e,t){const o=Re(e),n=[{locales:{get(){return o.locales.value}},localeCodes:{get(){return o.localeCodes.value}},__baseUrl:{get(){return o.__baseUrl}}}];t&&n.push(t(o));for(const a of n)for(const[l,s]of Object.entries(a))Object.defineProperty(e,l,s)}function Ze(e){return le(e)&&"inject"in e&&$e(e.inject)}function ve(e,{defaultLocale:t=G,strategy:o=X,trailingSlash:n=M,routesNameSeparator:a=k,defaultLocaleRouteNameSuffix:l=z,includeUprefixedFallback:s=!1,optionsResolver:r=void 0,locales:c=[]}={}){if(o==="no_prefix")return e;const u=c.map(i=>y(i)?i:i.code);function f(i,m,h=!1,E=!1){if(i.redirect&&(!i.component||!i.file))return[i];let R=null;if(r!=null&&(R=r(i,m),R==null))return[i];const g={locales:u,paths:{}};if(R!=null&&j(g,R),j(g,{locales:m}),g.locales.length>0&&R&&R.locales!=null&&R.locales.length>0){const _=[];for(const L of g.locales)R.locales.includes(L)&&_.push(L);g.locales=_}return g.locales.reduce((_,L)=>{const{name:C}=i;let{path:S}=i;const v=T({},i);C&&(v.name=`${C}${a}${L}`),i.children&&(v.children=i.children.reduce((I,K)=>[...I,...f(K,[L],!0,E)],[])),g.paths&&g.paths[L]&&(S=g.paths[L]);const D=L===t;if(D&&o==="prefix_and_default")if(h)h&&E&&C&&(v.name+=`${a}${l}`);else{const I=B(T({},v),{path:S});if(C&&(I.name=`${v.name}${a}${l}`),i.children){I.children=[];for(const K of i.children)I.children=I.children.concat(f(K,[L],!0,!0))}_.push(I)}const re=h&&!S.startsWith("/"),ce=!re&&!(D&&o==="prefix_except_default");return ce&&(S=`/${L}${S}`),S&&(S=ke(S,n,re)),ce&&D&&o==="prefix"&&s&&_.push(T({},i)),v.path=S,_.push(v),_},[])}return e.reduce((i,m)=>[...i,...f(m,u||[])],[])}const ee=Fe("vue-i18n-routing-gor");function Ae(e,t){e[ee]?pe("already registered global options"):e[ee]=t}function Ie(e){var t;return(t=e[ee])!=null?t:{}}function et(e,t={}){const{version:o,defaultLocale:n,locales:a,strategy:l,trailingSlash:s,routesNameSeparator:r,defaultLocaleRouteNameSuffix:c,defaultDirection:u,baseUrl:f,routes:i,routeOptionsResolver:m}=ot(t),h=Le(a),E=h.map(L=>L.code),R=ye(E,r,c);Se(e,{locales:h,baseUrl:f,localeCodes:E});const g=ve(i,{locales:a,defaultLocale:n,strategy:l,trailingSlash:s,routesNameSeparator:r,defaultLocaleRouteNameSuffix:c,optionsResolver:m});t.routes=g;const _=tt(t,o);return Ae(_,{defaultLocale:n,localeCodes:E,strategy:l,trailingSlash:s,routesNameSeparator:r,defaultLocaleRouteNameSuffix:c,defaultDirection:u}),_.beforeEach((L,C,S)=>{const v=q(e),D=R(L)||v||n||"";v!==D&&ge(e,D),S()}),_}function tt(e,t){if(d.isVue3&&t===4)return p.createRouter(e);if(d.isVue2&&t===3)return new Ce.default(e);throw new Error("TODO:")}function Te(e){return new RegExp(`^/(${e.join("|")})(?:/|$)`,"i")}function ye(e,t,o){const n=`(${e.join("|")})`,a=`(?:${t}${o})?`,l=new RegExp(`${t}${n}${a}$`,"i"),s=Te(e);return c=>{if(le(c)){if(c.name){const f=(y(c.name)?c.name:c.name.toString()).match(l);if(f&&f.length>1)return f[1]}else if(c.path){const u=c.path.match(s);if(u&&u.length>1)return u[1]}}else if(y(c)){const u=c.match(s);if(u&&u.length>1)return u[1]}return""}}function ot(e){var t,o,n,a,l,s,r,c,u,f;return e.version=(t=e.version)!=null?t:4,e.defaultLocale=(o=e.defaultLocale)!=null?o:G,e.strategy=(n=e.strategy)!=null?n:X,e.trailingSlash=(a=e.trailingSlash)!=null?a:M,e.routesNameSeparator=(l=e.routesNameSeparator)!=null?l:k,e.defaultLocaleRouteNameSuffix=(s=e.defaultLocaleRouteNameSuffix)!=null?s:z,e.locales=(r=e.locales)!=null?r:[],e.defaultDirection=(c=e.defaultDirection)!=null?c:oe,e.baseUrl=(u=e.baseUrl)!=null?u:ne,e.routes=(f=e.routes)!=null?f:[],e}function W(e,t,{defaultLocale:o=G,defaultDirection:n=oe,defaultLocaleRouteNameSuffix:a=z,routesNameSeparator:l=k,strategy:s=X,trailingSlash:r=M,localeCodes:c=[]}={}){const u=Ie(e);return{defaultLocale:t.defaultLocale||u.defaultLocale||o,defaultDirection:t.defaultDirection||u.defaultDirection||n,defaultLocaleRouteNameSuffix:t.defaultLocaleRouteNameSuffix||u.defaultLocaleRouteNameSuffix||a,routesNameSeparator:t.routesNameSeparator||u.routesNameSeparator||l,strategy:t.strategy||u.strategy||s,trailingSlash:t.trailingSlash||u.trailingSlash||r,localeCodes:t.localeCodes||u.localeCodes||c}}const nt=new Set([O.PREFIX_AND_DEFAULT,O.PREFIX_EXCEPT_DEFAULT]);function x(e){const t=this.router,{routesNameSeparator:o}=W(t,this),n=e!=null?d.isRef(e)?d.unref(e):e:this.route;return n.name?_e(n.name).split(o)[0]:void 0}function Q(e,t){const o=$.call(this,e,t);return o==null?"":d.isVue3?o.redirectedFrom||o.fullPath:o.route.redirectedFrom||o.route.fullPath}function Y(e,t){const o=$.call(this,e,t);return o==null?void 0:d.isVue3?o:o.route}function ae(e,t){const o=$.call(this,e,t);return o==null?void 0:d.isVue3?o:o.location}function $(e,t){const o=this.router,n=this.i18n,a=t||q(n),{routesNameSeparator:l,defaultLocale:s,defaultLocaleRouteNameSuffix:r,strategy:c,trailingSlash:u}=W(o,this);let f=e;y(e)&&(f[0]==="/"?f={path:e}:f={name:e});let i=j({},f);if(i.path&&!i.name){const h=o.resolve(i),E=d.isVue3?h:h.route,R=x.call(this,E);y(R)?i={name:me(R,a,{defaultLocale:s,strategy:c,routesNameSeparator:l,defaultLocaleRouteNameSuffix:r}),params:E.params,query:E.query,hash:E.hash}:(!(a===s&&nt.has(c))&&c!==O.NO_PREFIX&&(i.path=`/${a}${i.path}`),i.path=u?Ge(i.path,!0):je(i.path,!0))}else{i.name=me(i.name,a,{defaultLocale:s,strategy:c,routesNameSeparator:l,defaultLocaleRouteNameSuffix:r});const{params:h}=i;h&&h["0"]===void 0&&h.pathMatch&&(h["0"]=h.pathMatch)}const m=o.resolve(i);return(d.isVue3?m.name:m.route.name)?m:o.resolve(e)}function U(e){const t=this.route,o=x.call(this,t);if(!o)return"";const c=!d.isVue3&&d.isRef(t)?t.value:t,{params:n}=c,a=de(c,["params"]),l={},s=j({},a,{name:o,params:B(T(T({},n),l),{0:n.pathMatch})});return Q.call(this,s,e)}function se({addDirAttribute:e=!1,addSeoAttributes:t=!1}={}){const o=this.router,n=this.i18n,{defaultDirection:a}=W(o,this),l={htmlAttrs:{},link:[],meta:[]};if(n.locales==null||n.__baseUrl==null)return l;const s=q(n),r=Me(n),c=Le(r).find(i=>i.code===s)||{code:s},u=c.iso,f=c.dir||a;return e&&(l.htmlAttrs.dir=f),t&&s&&n.locales&&(u&&(l.htmlAttrs.lang=u),lt.call(this,r,n.__baseUrl,l.link),at.call(this,n.__baseUrl,l.link,t),st(c,u,l.meta),rt(r,u,l.meta)),l}function lt(e,t,o){const n=this.router,{defaultLocale:a,strategy:l}=W(n,this);if(l===O.NO_PREFIX)return;const s=new Map;for(const r of e){const c=r.iso;if(!c){pe("Locale ISO code is required to generate alternate link");continue}const[u,f]=c.split("-");u&&f&&(r.isCatchallLocale||!s.has(u))&&s.set(u,r),s.set(c,r)}for(const[r,c]of s.entries()){const u=U.call(this,c.code);u&&o.push({hid:`i18n-alt-${r}`,rel:"alternate",href:te(u,t),hreflang:r})}if(a){const r=U.call(this,a);r&&o.push({hid:"i18n-xd",rel:"alternate",href:te(r,t),hreflang:"x-default"})}}function at(e,t,o){const n=this.route,a=Y.call(this,B(T({},n),{name:x.call(this,n)}));if(a){let l=te(a.path,e);const s=le(o)&&o.canonicalQueries||[];if(s.length){const r=a.query,c=new URLSearchParams;for(const f of s)if(f in r){const i=r[f];Ne(i)?i.forEach(m=>c.append(f,m||"")):c.append(f,i||"")}const u=c.toString();u&&(l=`${l}?${u}`)}t.push({hid:"i18n-can",rel:"canonical",href:l})}}function st(e,t,o){!(e&&t)||o.push({hid:"i18n-og",property:"og:locale",content:Pe(t)})}function rt(e,t,o){const n=e.filter(a=>{const l=a.iso;return l&&l!==t});if(n.length){const a=n.map(l=>({hid:`i18n-og-alt-${l.iso}`,property:"og:locale:alternate",content:Pe(l.iso)}));o.push(...a)}}function Pe(e){return(e||"").replace(/-/g,"_")}function te(e,t){return e.match(/^https?:\/\//)?e:t+e}function J(e,t){const{router:o,route:n,i18n:a,defaultLocale:l,strategy:s,defaultLocaleRouteNameSuffix:r,trailingSlash:c,routesNameSeparator:u}=e;return function(...f){return Reflect.apply(t,{router:o,route:n,i18n:a,defaultLocale:l,strategy:s,defaultLocaleRouteNameSuffix:r,trailingSlash:c,routesNameSeparator:u},f)}}function ct(e=p.useRoute(),{router:t=p.useRouter(),routesNameSeparator:o=void 0}={}){const n={router:t,route:e,routesNameSeparator:o};return x.call(n,e)}function it({router:e=p.useRouter(),route:t=p.useRoute(),i18n:o=F.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:s=void 0,trailingSlash:r=void 0}={}){return J({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:s,trailingSlash:r},Q)}function ut({router:e=p.useRouter(),route:t=p.useRoute(),i18n:o=F.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:s=void 0,trailingSlash:r=void 0}={}){return J({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:s,trailingSlash:r},Y)}function ft({router:e=p.useRouter(),route:t=p.useRoute(),i18n:o=F.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:s=void 0,trailingSlash:r=void 0}={}){return J({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:s,trailingSlash:r},ae)}function dt({router:e=p.useRouter(),route:t=p.useRoute(),i18n:o=F.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:s=void 0,trailingSlash:r=void 0}={}){return J({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:s,trailingSlash:r},U)}function ht({addDirAttribute:e=!1,addSeoAttributes:t=!1,strategy:o=void 0,defaultLocale:n=void 0,route:a=p.useRoute(),router:l=p.useRouter(),i18n:s=F.useI18n()}={}){const r=l,c=d.ref({htmlAttrs:{},link:[],meta:[]});function u(){c.value={htmlAttrs:{},link:[],meta:[]}}function f(i){c.value=Reflect.apply(se,{router:l,route:i,i18n:s,defaultLocale:n,strategy:o},[{addDirAttribute:e,addSeoAttributes:t}])}if(Xe)if(d.isVue3){const i=d.watchEffect(()=>{u(),f(he(r.currentRoute))});d.onUnmounted(()=>i())}else{const i=r.afterEach((m,h)=>{u(),f(m)});d.onUnmounted(()=>i()),f(a)}else f(he(r.currentRoute));return c}const mt="0.0.0";exports.DEFAULT_BASE_URL=ne;exports.DEFAULT_DETECTION_DIRECTION=oe;exports.DEFAULT_LOCALE=G;exports.DEFAULT_LOCALE_ROUTE_NAME_SUFFIX=z;exports.DEFAULT_ROUTES_NAME_SEPARATOR=k;exports.DEFAULT_STRATEGY=X;exports.DEFAULT_TRAILING_SLASH=M;exports.STRATEGIES=O;exports.VERSION=mt;exports.createLocaleFromRouteGetter=ye;exports.createRouter=et;exports.extendI18n=Se;exports.findBrowserLocale=Qe;exports.getGlobalOptions=Ie;exports.getLocale=q;exports.getLocalesRegex=Te;exports.getRouteBaseName=x;exports.isComposer=w;exports.isExportedGlobalComposer=H;exports.isI18nInstance=N;exports.isLegacyVueI18n=P;exports.isVueI18n=b;exports.localeHead=se;exports.localeLocation=ae;exports.localePath=Q;exports.localeRoute=Y;exports.localizeRoutes=ve;exports.proxyVueInstance=A;exports.registerGlobalOptions=Ae;exports.resolveBaseUrl=Ee;exports.resolveRoute=$;exports.setLocale=ge;exports.switchLocalePath=U;exports.useLocaleHead=ht;exports.useLocaleLocation=ft;exports.useLocalePath=it;exports.useLocaleRoute=ut;exports.useRouteBaseName=ct;exports.useSwitchLocalePath=dt; |
import type { Composer } from '@intlify/vue-i18n-bridge'; | ||
import { EffectScope } from 'vue-demi'; | ||
import type { ExportedGlobalComposer } from '@intlify/vue-i18n-bridge'; | ||
import type { I18n } from '@intlify/vue-i18n-bridge'; | ||
@@ -6,7 +8,7 @@ import type { Locale } from '@intlify/vue-i18n-bridge'; | ||
import type { Ref } from 'vue-demi'; | ||
import type { Route as Route_2 } from '@intlify/vue-router-bridge'; | ||
import { Route } from '@intlify/vue-router-bridge'; | ||
import type { RouteConfig } from '@intlify/vue-router-bridge'; | ||
import type { RouteLocation } from '@intlify/vue-router-bridge'; | ||
import type { RouteLocationNormalized } from '@intlify/vue-router-bridge'; | ||
import type { RouteLocationNormalizedLoaded } from '@intlify/vue-router-bridge'; | ||
import { RouteLocationNormalized } from '@intlify/vue-router-bridge'; | ||
import { RouteLocationNormalizedLoaded } from '@intlify/vue-router-bridge'; | ||
import type { RouteLocationRaw } from '@intlify/vue-router-bridge'; | ||
@@ -72,3 +74,3 @@ import type { Router } from '@intlify/vue-router-bridge'; | ||
export declare function createLocaleFromRouteGetter(localeCodes: string[], routesNameSeparator: string, defaultLocaleRouteNameSuffix: string): (route: Route_2 | RouteLocationNormalizedLoaded | RouteLocationNormalized | string) => string; | ||
export declare function createLocaleFromRouteGetter(localeCodes: string[], routesNameSeparator: string, defaultLocaleRouteNameSuffix: string): (route: Route | RouteLocationNormalizedLoaded | RouteLocationNormalized | string) => string; | ||
@@ -94,2 +96,16 @@ /** | ||
export declare const DEFAULT_BASE_URL = ""; | ||
export declare const DEFAULT_DETECTION_DIRECTION = "ltr"; | ||
export declare const DEFAULT_LOCALE = ""; | ||
export declare const DEFAULT_LOCALE_ROUTE_NAME_SUFFIX = "default"; | ||
export declare const DEFAULT_ROUTES_NAME_SEPARATOR = "___"; | ||
export declare const DEFAULT_STRATEGY: "prefix_except_default"; | ||
export declare const DEFAULT_TRAILING_SLASH = false; | ||
/** | ||
@@ -100,4 +116,20 @@ * Direction | ||
export declare function extendI18n<TI18n extends I18n>(i18n: TI18n, { locales, localeCodes, baseUrl }?: VueI18nExtendOptions): void; | ||
export declare type ExtendComposerHook = (compser: Composer) => void; | ||
export declare type ExtendExportedGlobalHook = (global: Composer) => ExtendProperyDescripters; | ||
export declare interface ExtendHooks { | ||
onExtendComposer?: ExtendComposerHook; | ||
onExtendExportedGlobal?: ExtendExportedGlobalHook; | ||
onExtendVueI18n?: ExtendVueI18nHook; | ||
} | ||
export declare function extendI18n<TI18n extends I18n>(i18n: TI18n, { locales, localeCodes, baseUrl, hooks }?: VueI18nExtendOptions): EffectScope; | ||
export declare type ExtendProperyDescripters = { | ||
[key: string]: Pick<PropertyDescriptor, 'get'>; | ||
}; | ||
export declare type ExtendVueI18nHook = (composer: Composer) => ExtendProperyDescripters; | ||
/** | ||
@@ -125,4 +157,5 @@ * Find the browser locale | ||
* | ||
* @param router - A router instance | ||
* @returns A global options | ||
* @param router - A router instance, about router type | ||
* | ||
* @returns - {@link I18nRoutingGlobalOptions | global options} from i18n routing options registory, if registered, return it, else empty object | ||
*/ | ||
@@ -140,4 +173,6 @@ export declare function getGlobalOptions(router: Router | VueRouter): I18nRoutingGlobalOptions; | ||
export declare function getRouteBaseName(this: RoutingProxy, givenRoute?: Route_2 | RouteLocationNormalizedLoaded): string | undefined; | ||
export declare function getLocalesRegex(localeCodes: string[]): RegExp; | ||
export declare function getRouteBaseName(this: RoutingProxy, givenRoute?: Route | RouteLocationNormalizedLoaded): string | undefined; | ||
export declare type I18nCommonRoutingOptions = Pick<I18nRoutingOptions, 'defaultLocale' | 'strategy' | 'defaultLocaleRouteNameSuffix' | 'trailingSlash' | 'locales' | 'routesNameSeparator'>; | ||
@@ -177,3 +212,3 @@ | ||
*/ | ||
export declare type I18nRoute = Route & RouteLegacy & { | ||
export declare type I18nRoute = Route_2 & RouteLegacy & { | ||
redirect?: string; | ||
@@ -289,2 +324,12 @@ }; | ||
export declare function isComposer(target: any): target is Composer; | ||
export declare function isExportedGlobalComposer(target: any): target is ExportedGlobalComposer; | ||
export declare function isI18nInstance(i18n: any): i18n is I18n; | ||
export declare function isLegacyVueI18n(target: any): target is Pick<VueI18n, 'locale'>; | ||
export declare function isVueI18n(target: any): target is VueI18n; | ||
export declare function localeHead(this: RoutingProxy, { addDirAttribute, addSeoAttributes }?: I18nHeadOptions): I18nHeadMetaInfo; | ||
@@ -333,3 +378,3 @@ | ||
export declare function localeRoute(this: RoutingProxy, route: RawLocation | RouteLocationRaw, locale?: Locale): Route_2 | ReturnType<Router['resolve']> | undefined; | ||
export declare function localeRoute(this: RoutingProxy, route: RawLocation | RouteLocationRaw, locale?: Locale): Route | ReturnType<Router['resolve']> | undefined; | ||
@@ -346,3 +391,3 @@ /** | ||
*/ | ||
export declare type LocaleRouteFunction = (route: RawLocation | RouteLocationRaw, locale?: Locale) => Route_2 | ReturnType<Router['resolve']> | undefined; | ||
export declare type LocaleRouteFunction = (route: RawLocation | RouteLocationRaw, locale?: Locale) => Route | ReturnType<Router['resolve']> | undefined; | ||
@@ -369,6 +414,6 @@ /** | ||
/** | ||
* Register global i18n routing options | ||
* Register global i18n routing option registory | ||
* | ||
* @param router - A router instance | ||
* @param options - A global options | ||
* @param router - A router instance, about router type | ||
* @param options - A global options, about options type, see {@link I18nRoutingGlobalOptions} | ||
*/ | ||
@@ -389,14 +434,16 @@ export declare function registerGlobalOptions<BaseUrl extends BaseUrlResolveHandler = BaseUrlResolveHandler>(router: Router | VueRouter, options: I18nRoutingGlobalOptions<BaseUrl>): void; | ||
export { Route } | ||
declare type _Route = UnionToIntersection<RouteConfig>; | ||
/** | ||
* Route config for vue-router v4 | ||
*/ | ||
export declare interface Route { | ||
declare interface Route_2 { | ||
name?: string; | ||
path: string; | ||
file?: string; | ||
children?: Route[]; | ||
children?: Route_2[]; | ||
} | ||
declare type _Route = UnionToIntersection<RouteConfig>; | ||
/** | ||
@@ -412,6 +459,10 @@ * Route config for lagacy vue-router v3 | ||
export { RouteLocationNormalized } | ||
export { RouteLocationNormalizedLoaded } | ||
/** | ||
* Resolver for route localizing options | ||
*/ | ||
export declare type RouteOptionsResolver = (route: I18nRoute, allowedLocaleCodes: string[]) => ComputedRouteOptions | null; | ||
export declare type RouteOptionsResolver = (route: I18nRoute, localeCodes: string[]) => ComputedRouteOptions | null; | ||
@@ -430,3 +481,3 @@ /** | ||
localeHead: any; | ||
route: Route_2 | RouteLocationNormalizedLoaded; | ||
route: Route | RouteLocationNormalizedLoaded; | ||
router: Router | VueRouter; | ||
@@ -462,3 +513,3 @@ defaultLocale?: string; | ||
declare const STRATEGIES: { | ||
export declare const STRATEGIES: { | ||
readonly PREFIX: "prefix"; | ||
@@ -542,3 +593,3 @@ readonly PREFIX_EXCEPT_DEFAULT: "prefix_except_default"; | ||
*/ | ||
export declare function useRouteBaseName(givenRoute?: Route_2 | RouteLocationNormalizedLoaded, { router, routesNameSeparator }?: I18nCommonRoutingOptionsWithComposable): string | undefined; | ||
export declare function useRouteBaseName(givenRoute?: Route | RouteLocationNormalizedLoaded, { router, routesNameSeparator }?: I18nCommonRoutingOptionsWithComposable): string | undefined; | ||
@@ -565,2 +616,3 @@ /** | ||
localeCodes?: string[]; | ||
hooks?: ExtendHooks; | ||
}; | ||
@@ -567,0 +619,0 @@ |
@@ -32,10 +32,25 @@ var __defProp = Object.defineProperty; | ||
}; | ||
import { isRef, isVue2, isVue3, ref, computed, unref, watchEffect, onUnmounted } from "vue-demi"; | ||
import { isRef, isVue2, effectScope, isVue3, ref, computed, unref, watchEffect, onUnmounted } from "vue-demi"; | ||
import VueRouter3, { isVueRouter4, createRouter as createRouter$1, useRoute, useRouter } from "@intlify/vue-router-bridge"; | ||
import { useI18n } from "@intlify/vue-i18n-bridge"; | ||
const STRATEGIES = { | ||
PREFIX: "prefix", | ||
PREFIX_EXCEPT_DEFAULT: "prefix_except_default", | ||
PREFIX_AND_DEFAULT: "prefix_and_default", | ||
NO_PREFIX: "no_prefix" | ||
}; | ||
const DEFAULT_LOCALE = ""; | ||
const DEFAULT_STRATEGY = STRATEGIES.PREFIX_EXCEPT_DEFAULT; | ||
const DEFAULT_TRAILING_SLASH = false; | ||
const DEFAULT_ROUTES_NAME_SEPARATOR = "___"; | ||
const DEFAULT_LOCALE_ROUTE_NAME_SUFFIX = "default"; | ||
const DEFAULT_DETECTION_DIRECTION = "ltr"; | ||
const DEFAULT_BASE_URL = ""; | ||
/*! | ||
* shared v9.2.0-beta.34 | ||
* shared v9.2.0-beta.35 | ||
* (c) 2022 kazuya kawaguchi | ||
* Released under the MIT License. | ||
*/ | ||
const hasSymbol = typeof Symbol === "function" && typeof Symbol.toStringTag === "symbol"; | ||
const makeSymbol = (name) => hasSymbol ? Symbol(name) : name; | ||
const assign = Object.assign; | ||
@@ -203,15 +218,2 @@ const isArray = Array.isArray; | ||
} | ||
const STRATEGIES = { | ||
PREFIX: "prefix", | ||
PREFIX_EXCEPT_DEFAULT: "prefix_except_default", | ||
PREFIX_AND_DEFAULT: "prefix_and_default", | ||
NO_PREFIX: "no_prefix" | ||
}; | ||
const DEFAULT_LOCALE = ""; | ||
const DEFAULT_STRATEGY = STRATEGIES.PREFIX_EXCEPT_DEFAULT; | ||
const DEFAULT_TRAILING_SLASH = false; | ||
const DEFAULT_ROUTES_NAME_SEPARATOR = "___"; | ||
const DEFAULT_LOCALE_ROUTE_NAME_SUFFIX = "default"; | ||
const DEFAULT_DETECTION_DIRECTION = "ltr"; | ||
const DEFAULT_BASE_URL = ""; | ||
function proxyVueInstance(target) { | ||
@@ -233,3 +235,4 @@ return function() { | ||
} | ||
function extendI18n(i18n, { locales = [], localeCodes = [], baseUrl = DEFAULT_BASE_URL } = {}) { | ||
function extendI18n(i18n, { locales = [], localeCodes = [], baseUrl = DEFAULT_BASE_URL, hooks = {} } = {}) { | ||
const scope = effectScope(); | ||
const orgInstall = i18n.install; | ||
@@ -239,5 +242,5 @@ i18n.install = (vue, ...options) => { | ||
const composer = getComposer(i18n); | ||
extendComposer(composer, { locales, localeCodes, baseUrl }); | ||
scope.run(() => extendComposer(composer, { locales, localeCodes, baseUrl, hooks })); | ||
if (isVueI18n(i18n.global)) { | ||
extendVueI18n(i18n.global); | ||
extendVueI18n(i18n.global, hooks.onExtendVueI18n); | ||
} | ||
@@ -247,3 +250,3 @@ const app = vue; | ||
if (exported) { | ||
extendExportedGlobal(exported, composer); | ||
extendExportedGlobal(exported, composer, hooks.onExtendExportedGlobal); | ||
} | ||
@@ -264,3 +267,11 @@ const pluginOptions = isPluginOptions(options[0]) ? options[0] : { inject: true }; | ||
} | ||
if (app.unmount) { | ||
const unmountApp = app.unmount; | ||
app.unmount = () => { | ||
scope.stop(); | ||
unmountApp(); | ||
}; | ||
} | ||
}; | ||
return scope; | ||
} | ||
@@ -274,37 +285,60 @@ function extendComposer(composer, options) { | ||
composer.__baseUrl = resolveBaseUrl(baseUrl, {}); | ||
if (options.hooks && options.hooks.onExtendComposer) { | ||
options.hooks.onExtendComposer(composer); | ||
} | ||
} | ||
function extendExportedGlobal(exported, global) { | ||
Object.defineProperty(exported, "locales", { | ||
get() { | ||
return global.locales.value; | ||
function extendExportedGlobal(exported, global, hook) { | ||
const properties = [ | ||
{ | ||
locales: { | ||
get() { | ||
return global.locales.value; | ||
} | ||
}, | ||
localeCodes: { | ||
get() { | ||
return global.localeCodes.value; | ||
} | ||
}, | ||
__baseUrl: { | ||
get() { | ||
return global.__baseUrl; | ||
} | ||
} | ||
} | ||
}); | ||
Object.defineProperty(exported, "localeCodes", { | ||
get() { | ||
return global.localeCodes.value; | ||
]; | ||
hook && properties.push(hook(global)); | ||
for (const property of properties) { | ||
for (const [key, descriptor] of Object.entries(property)) { | ||
Object.defineProperty(exported, key, descriptor); | ||
} | ||
}); | ||
Object.defineProperty(exported, "__baseUrl", { | ||
get() { | ||
return global.__baseUrl; | ||
} | ||
}); | ||
} | ||
} | ||
function extendVueI18n(vueI18n) { | ||
function extendVueI18n(vueI18n, hook) { | ||
const composer = getComposer(vueI18n); | ||
Object.defineProperty(vueI18n, "locales", { | ||
get() { | ||
return composer.locales.value; | ||
const properties = [ | ||
{ | ||
locales: { | ||
get() { | ||
return composer.locales.value; | ||
} | ||
}, | ||
localeCodes: { | ||
get() { | ||
return composer.localeCodes.value; | ||
} | ||
}, | ||
__baseUrl: { | ||
get() { | ||
return composer.__baseUrl; | ||
} | ||
} | ||
} | ||
}); | ||
Object.defineProperty(vueI18n, "localeCodes", { | ||
get() { | ||
return composer.localeCodes.value; | ||
]; | ||
hook && properties.push(hook(composer)); | ||
for (const property of properties) { | ||
for (const [key, descriptor] of Object.entries(property)) { | ||
Object.defineProperty(vueI18n, key, descriptor); | ||
} | ||
}); | ||
Object.defineProperty(vueI18n, "__baseUrl", { | ||
get() { | ||
return composer.__baseUrl; | ||
} | ||
}); | ||
} | ||
} | ||
@@ -339,4 +373,20 @@ function isPluginOptions(options) { | ||
} | ||
const targetLocales = allowedLocaleCodes; | ||
return targetLocales.reduce((_routes, locale) => { | ||
const componentOptions = { | ||
locales: _localeCodes, | ||
paths: {} | ||
}; | ||
if (routeOptions != null) { | ||
assign(componentOptions, routeOptions); | ||
} | ||
assign(componentOptions, { locales: allowedLocaleCodes }); | ||
if (componentOptions.locales.length > 0 && routeOptions && routeOptions.locales != null && routeOptions.locales.length > 0) { | ||
const filteredLocales = []; | ||
for (const locale of componentOptions.locales) { | ||
if (routeOptions.locales.includes(locale)) { | ||
filteredLocales.push(locale); | ||
} | ||
} | ||
componentOptions.locales = filteredLocales; | ||
} | ||
return componentOptions.locales.reduce((_routes, locale) => { | ||
const { name } = route; | ||
@@ -351,2 +401,5 @@ let { path } = route; | ||
} | ||
if (componentOptions.paths && componentOptions.paths[locale]) { | ||
path = componentOptions.paths[locale]; | ||
} | ||
const isDefaultLocale = locale === defaultLocale; | ||
@@ -388,6 +441,9 @@ if (isDefaultLocale && strategy === "prefix_and_default") { | ||
} | ||
const optionsMap = /* @__PURE__ */ new Map(); | ||
const GlobalOptionsRegistory = makeSymbol("vue-i18n-routing-gor"); | ||
function registerGlobalOptions(router, options) { | ||
if (!optionsMap.has(router)) { | ||
optionsMap.set(router, options); | ||
const _options = router[GlobalOptionsRegistory]; | ||
if (_options) { | ||
warn("already registered global options"); | ||
} else { | ||
router[GlobalOptionsRegistory] = options; | ||
} | ||
@@ -397,3 +453,3 @@ } | ||
var _a; | ||
return (_a = optionsMap.get(router)) != null ? _a : {}; | ||
return (_a = router[GlobalOptionsRegistory]) != null ? _a : {}; | ||
} | ||
@@ -920,2 +976,2 @@ function createRouter(i18n, options = {}) { | ||
const VERSION = "0.0.0"; | ||
export { VERSION, createLocaleFromRouteGetter, createRouter, extendI18n, findBrowserLocale, getGlobalOptions, getLocale, getRouteBaseName, localeHead, localeLocation, localePath, localeRoute, localizeRoutes, proxyVueInstance, registerGlobalOptions, resolveBaseUrl, resolveRoute, setLocale, switchLocalePath, useLocaleHead, useLocaleLocation, useLocalePath, useLocaleRoute, useRouteBaseName, useSwitchLocalePath }; | ||
export { DEFAULT_BASE_URL, DEFAULT_DETECTION_DIRECTION, DEFAULT_LOCALE, DEFAULT_LOCALE_ROUTE_NAME_SUFFIX, DEFAULT_ROUTES_NAME_SEPARATOR, DEFAULT_STRATEGY, DEFAULT_TRAILING_SLASH, STRATEGIES, VERSION, createLocaleFromRouteGetter, createRouter, extendI18n, findBrowserLocale, getGlobalOptions, getLocale, getLocalesRegex, getRouteBaseName, isComposer, isExportedGlobalComposer, isI18nInstance, isLegacyVueI18n, isVueI18n, localeHead, localeLocation, localePath, localeRoute, localizeRoutes, proxyVueInstance, registerGlobalOptions, resolveBaseUrl, resolveRoute, setLocale, switchLocalePath, useLocaleHead, useLocaleLocation, useLocalePath, useLocaleRoute, useRouteBaseName, useSwitchLocalePath }; |
@@ -1,5 +0,5 @@ | ||
var ft=Object.defineProperty,dt=Object.defineProperties;var ht=Object.getOwnPropertyDescriptors;var z=Object.getOwnPropertySymbols;var Oe=Object.prototype.hasOwnProperty,Ae=Object.prototype.propertyIsEnumerable;var Ie=(f,d,L)=>d in f?ft(f,d,{enumerable:!0,configurable:!0,writable:!0,value:L}):f[d]=L,C=(f,d)=>{for(var L in d||(d={}))Oe.call(d,L)&&Ie(f,L,d[L]);if(z)for(var L of z(d))Ae.call(d,L)&&Ie(f,L,d[L]);return f},x=(f,d)=>dt(f,ht(d));var we=(f,d)=>{var L={};for(var R in f)Oe.call(f,R)&&d.indexOf(R)<0&&(L[R]=f[R]);if(f!=null&&z)for(var R of z(f))d.indexOf(R)<0&&Ae.call(f,R)&&(L[R]=f[R]);return L};var VueI18nRouting=function(f,d,L,R){"use strict";function Ce(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var be=Ce(L);/*! | ||
* shared v9.2.0-beta.34 | ||
var VueI18nRouting=function(s,d,L,_){"use strict";var ht=Object.defineProperty,Lt=Object.defineProperties;var gt=Object.getOwnPropertyDescriptors;var J=Object.getOwnPropertySymbols;var ye=Object.prototype.hasOwnProperty,Oe=Object.prototype.propertyIsEnumerable;var Pe=(s,d,L)=>d in s?ht(s,d,{enumerable:!0,configurable:!0,writable:!0,value:L}):s[d]=L,U=(s,d)=>{for(var L in d||(d={}))ye.call(d,L)&&Pe(s,L,d[L]);if(J)for(var L of J(d))Oe.call(d,L)&&Pe(s,L,d[L]);return s},K=(s,d)=>Lt(s,gt(d));var Ce=(s,d)=>{var L={};for(var _ in s)ye.call(s,_)&&d.indexOf(_)<0&&(L[_]=s[_]);if(s!=null&&J)for(var _ of J(s))d.indexOf(_)<0&&Oe.call(s,_)&&(L[_]=s[_]);return L};function Ue(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var be=Ue(L);const b={PREFIX:"prefix",PREFIX_EXCEPT_DEFAULT:"prefix_except_default",PREFIX_AND_DEFAULT:"prefix_and_default",NO_PREFIX:"no_prefix"},D="",B=b.PREFIX_EXCEPT_DEFAULT,X=!1,M="___",k="default",Z="ltr",ee="";/*! | ||
* shared v9.2.0-beta.35 | ||
* (c) 2022 kazuya kawaguchi | ||
* Released under the MIT License. | ||
*/const le=Object.assign,ye=Array.isArray,Ne=e=>typeof e=="function",O=e=>typeof e=="string",Fe=e=>typeof e=="boolean",Te=e=>typeof e=="symbol",H=e=>e!==null&&typeof e=="object",Ue=/\/$|\/\?/;function D(e="",t=!1){return t?Ue.test(e):e.endsWith("/")}function $e(e="",t=!1){if(!t)return(D(e)?e.slice(0,-1):e)||"/";if(!D(e,!0))return e||"/";const[o,...n]=e.split("?");return(o.slice(0,-1)||"/")+(n.length?`?${n.join("?")}`:"")}function ve(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(D(e,!0))return e||"/";const[o,...n]=e.split("?");return o+"/"+(n.length?`?${n.join("?")}`:"")}const je=typeof window!="undefined";function Ve(e,t){typeof console!="undefined"&&(console.warn("[vue-i18n-routing] "+e),t&&console.warn(t.stack))}function ce(e){e=e||[];const t=[];for(const o of e)O(o)?t.push({code:o}):t.push(o);return t}function j(e){return e!=null&&"global"in e&&"mode"in e}function V(e){return e!=null&&!("__composer"in e)&&d.isRef(e.locale)}function F(e){return e!=null&&"__composer"in e}function q(e){return e!=null&&!("__composer"in e)&&!d.isRef(e.locale)}function b(e){return e!=null&&("__VUE_I18N_BRIDGE__"in e||"_sync"in e)}function se(e){return j(e)?V(e.global)?e.global:e.global.__composer:F(e)?e.__composer:e}function B(e){const t=j(e)?e.global:e;return V(t)?d.isVue2&&b(e)?e.locale:t.locale.value:(q(t)||F(t)||b(t),t.locale)}function Be(e){const t=j(e)?e.global:e;return V(t)?d.isVue2&&b(e)?e.locales:t.locales.value:(q(t)||F(t)||b(t),t.locales)}function re(e,t){const o=j(e)?e.global:e;if(V(o))d.isVue2&&b(e)?e.locale=t:o.locale.value=t;else if(q(o)||F(o)||b(o))o.locale=t;else throw new Error("TODO:")}function Me(e,t,o){return e.replace(/\/+$/,"")+(t?"/":"")||(o?"":"/")}function ie(e){return L.isVueRouter4,d.isRef(e)?e.value:e}function ue(e){return O(e)?e:Te(e)?e.toString():"(null)"}function fe(e,t,{defaultLocale:o,strategy:n,routesNameSeparator:l,defaultLocaleRouteNameSuffix:a}){let c=ue(e)+(n==="no_prefix"?"":l+t);return t===o&&n==="prefix_and_default"&&(c+=l+a),c}function de(e,t){return Ne(e)?e(t):e}function Xe(e,t){const o=[];for(const[n,l]of t.entries()){const a=e.find(c=>c.iso.toLowerCase()===l.toLowerCase());if(a){o.push({code:a.code,score:1-n/t.length});break}}for(const[n,l]of t.entries()){const a=l.split("-")[0].toLowerCase(),c=e.find(s=>s.iso.split("-")[0].toLowerCase()===a);if(c){o.push({code:c.code,score:.999-n/t.length});break}}return o}const Ge=Xe;function ke(e,t){return e.score===t.score?t.code.length-e.code.length:t.score-e.score}const ze=ke;function xe(e,t,{matcher:o=Ge,comparer:n=ze}={}){const l=[];for(const c of e){const{code:s}=c,r=c.iso||s;l.push({code:s,iso:r})}const a=o(l,t);return a.length>1&&a.sort(n),a.length?a[0].code:""}const T={PREFIX:"prefix",PREFIX_EXCEPT_DEFAULT:"prefix_except_default",PREFIX_AND_DEFAULT:"prefix_and_default",NO_PREFIX:"no_prefix"},W="",Q=T.PREFIX_EXCEPT_DEFAULT,Y=!1,J="___",K="default",he="ltr",Le="";function I(e){return function(){return Reflect.apply(e,{getRouteBaseName:this.getRouteBaseName,localePath:this.localePath,localeRoute:this.localeRoute,localeLocation:this.localeLocation,resolveRoute:this.resolveRoute,switchLocalePath:this.switchLocalePath,localeHead:this.localeHead,i18n:this.$i18n,route:this.$route,router:this.$router},arguments)}}function ge(e,{locales:t=[],localeCodes:o=[],baseUrl:n=Le}={}){const l=e.install;e.install=(a,...c)=>{Reflect.apply(l,e,[a,...c]);const s=se(e);He(s,{locales:t,localeCodes:o,baseUrl:n}),F(e.global)&&qe(e.global);const r=a,i=e.mode==="composition"?d.isVue3?r.config.globalProperties.$i18n:e:d.isVue2?e:null;i&&De(i,s),(We(c[0])?c[0]:{inject:!0}).inject&&a.mixin({methods:{resolveRoute:I(U),localePath:I(X),localeRoute:I(G),localeLocation:I(ee),switchLocalePath:I($),getRouteBaseName:I(y),localeHead:I(te)}})}}function He(e,t){const{locales:o,localeCodes:n,baseUrl:l}=t,a=d.ref(o),c=d.ref(n);e.locales=d.computed(()=>a.value),e.localeCodes=d.computed(()=>c.value),e.__baseUrl=de(l,{})}function De(e,t){Object.defineProperty(e,"locales",{get(){return t.locales.value}}),Object.defineProperty(e,"localeCodes",{get(){return t.localeCodes.value}}),Object.defineProperty(e,"__baseUrl",{get(){return t.__baseUrl}})}function qe(e){const t=se(e);Object.defineProperty(e,"locales",{get(){return t.locales.value}}),Object.defineProperty(e,"localeCodes",{get(){return t.localeCodes.value}}),Object.defineProperty(e,"__baseUrl",{get(){return t.__baseUrl}})}function We(e){return H(e)&&"inject"in e&&Fe(e.inject)}function Re(e,{defaultLocale:t=W,strategy:o=Q,trailingSlash:n=Y,routesNameSeparator:l=J,defaultLocaleRouteNameSuffix:a=K,includeUprefixedFallback:c=!1,optionsResolver:s=void 0,locales:r=[]}={}){if(o==="no_prefix")return e;const i=r.map(u=>O(u)?u:u.code);function h(u,m,g=!1,_=!1){if(u.redirect&&(!u.component||!u.file))return[u];let A=null;return s!=null&&(A=s(u,m),A==null)?[u]:m.reduce((S,P)=>{const{name:v}=u;let{path:p}=u;const E=C({},u);v&&(E.name=`${v}${l}${P}`),u.children&&(E.children=u.children.reduce((w,ae)=>[...w,...h(ae,[P],!0,_)],[]));const N=P===t;if(N&&o==="prefix_and_default")if(g)g&&_&&v&&(E.name+=`${l}${a}`);else{const w=x(C({},E),{path:p});if(v&&(w.name=`${E.name}${l}${a}`),u.children){w.children=[];for(const ae of u.children)w.children=w.children.concat(h(ae,[P],!0,!0))}S.push(w)}const Se=g&&!p.startsWith("/"),Pe=!Se&&!(N&&o==="prefix_except_default");return Pe&&(p=`/${P}${p}`),p&&(p=Me(p,n,Se)),Pe&&N&&o==="prefix"&&c&&S.push(C({},u)),E.path=p,S.push(E),S},[])}return e.reduce((u,m)=>[...u,...h(m,i||[])],[])}const Z=new Map;function me(e,t){Z.has(e)||Z.set(e,t)}function _e(e){var t;return(t=Z.get(e))!=null?t:{}}function Qe(e,t={}){const{version:o,defaultLocale:n,locales:l,strategy:a,trailingSlash:c,routesNameSeparator:s,defaultLocaleRouteNameSuffix:r,defaultDirection:i,baseUrl:h,routes:u,routeOptionsResolver:m}=Ke(t),g=ce(l),_=g.map(P=>P.code),A=pe(_,s,r);ge(e,{locales:g,baseUrl:h,localeCodes:_});const ne=Re(u,{locales:l,defaultLocale:n,strategy:a,trailingSlash:c,routesNameSeparator:s,defaultLocaleRouteNameSuffix:r,optionsResolver:m});t.routes=ne;const S=Ye(t,o);return me(S,{defaultLocale:n,localeCodes:_,strategy:a,trailingSlash:c,routesNameSeparator:s,defaultLocaleRouteNameSuffix:r,defaultDirection:i}),S.beforeEach((P,v,p)=>{const E=B(e),N=A(P)||E||n||"";E!==N&&re(e,N),p()}),S}function Ye(e,t){if(d.isVue3&&t===4)return L.createRouter(e);if(d.isVue2&&t===3)return new be.default(e);throw new Error("TODO:")}function Je(e){return new RegExp(`^/(${e.join("|")})(?:/|$)`,"i")}function pe(e,t,o){const n=`(${e.join("|")})`,l=`(?:${t}${o})?`,a=new RegExp(`${t}${n}${l}$`,"i"),c=Je(e);return r=>{if(H(r)){if(r.name){const h=(O(r.name)?r.name:r.name.toString()).match(a);if(h&&h.length>1)return h[1]}else if(r.path){const i=r.path.match(c);if(i&&i.length>1)return i[1]}}else if(O(r)){const i=r.match(c);if(i&&i.length>1)return i[1]}return""}}function Ke(e){var t,o,n,l,a,c,s,r,i,h;return e.version=(t=e.version)!=null?t:4,e.defaultLocale=(o=e.defaultLocale)!=null?o:W,e.strategy=(n=e.strategy)!=null?n:Q,e.trailingSlash=(l=e.trailingSlash)!=null?l:Y,e.routesNameSeparator=(a=e.routesNameSeparator)!=null?a:J,e.defaultLocaleRouteNameSuffix=(c=e.defaultLocaleRouteNameSuffix)!=null?c:K,e.locales=(s=e.locales)!=null?s:[],e.defaultDirection=(r=e.defaultDirection)!=null?r:he,e.baseUrl=(i=e.baseUrl)!=null?i:Le,e.routes=(h=e.routes)!=null?h:[],e}function M(e,t,{defaultLocale:o=W,defaultDirection:n=he,defaultLocaleRouteNameSuffix:l=K,routesNameSeparator:a=J,strategy:c=Q,trailingSlash:s=Y,localeCodes:r=[]}={}){const i=_e(e);return{defaultLocale:t.defaultLocale||i.defaultLocale||o,defaultDirection:t.defaultDirection||i.defaultDirection||n,defaultLocaleRouteNameSuffix:t.defaultLocaleRouteNameSuffix||i.defaultLocaleRouteNameSuffix||l,routesNameSeparator:t.routesNameSeparator||i.routesNameSeparator||a,strategy:t.strategy||i.strategy||c,trailingSlash:t.trailingSlash||i.trailingSlash||s,localeCodes:t.localeCodes||i.localeCodes||r}}const Ze=new Set([T.PREFIX_AND_DEFAULT,T.PREFIX_EXCEPT_DEFAULT]);function y(e){const t=this.router,{routesNameSeparator:o}=M(t,this),n=e!=null?d.isRef(e)?d.unref(e):e:this.route;return n.name?ue(n.name).split(o)[0]:void 0}function X(e,t){const o=U.call(this,e,t);return o==null?"":d.isVue3?o.redirectedFrom||o.fullPath:o.route.redirectedFrom||o.route.fullPath}function G(e,t){const o=U.call(this,e,t);return o==null?void 0:d.isVue3?o:o.route}function ee(e,t){const o=U.call(this,e,t);return o==null?void 0:d.isVue3?o:o.location}function U(e,t){const o=this.router,n=this.i18n,l=t||B(n),{routesNameSeparator:a,defaultLocale:c,defaultLocaleRouteNameSuffix:s,strategy:r,trailingSlash:i}=M(o,this);let h=e;O(e)&&(h[0]==="/"?h={path:e}:h={name:e});let u=le({},h);if(u.path&&!u.name){const g=o.resolve(u),_=d.isVue3?g:g.route,A=y.call(this,_);O(A)?u={name:fe(A,l,{defaultLocale:c,strategy:r,routesNameSeparator:a,defaultLocaleRouteNameSuffix:s}),params:_.params,query:_.query,hash:_.hash}:(!(l===c&&Ze.has(r))&&r!==T.NO_PREFIX&&(u.path=`/${l}${u.path}`),u.path=i?ve(u.path,!0):$e(u.path,!0))}else{u.name=fe(u.name,l,{defaultLocale:c,strategy:r,routesNameSeparator:a,defaultLocaleRouteNameSuffix:s});const{params:g}=u;g&&g["0"]===void 0&&g.pathMatch&&(g["0"]=g.pathMatch)}const m=o.resolve(u);return(d.isVue3?m.name:m.route.name)?m:o.resolve(e)}function $(e){const t=this.route,o=y.call(this,t);if(!o)return"";const r=!d.isVue3&&d.isRef(t)?t.value:t,{params:n}=r,l=we(r,["params"]),a={},c=le({},l,{name:o,params:x(C(C({},n),a),{0:n.pathMatch})});return X.call(this,c,e)}function te({addDirAttribute:e=!1,addSeoAttributes:t=!1}={}){const o=this.router,n=this.i18n,{defaultDirection:l}=M(o,this),a={htmlAttrs:{},link:[],meta:[]};if(n.locales==null||n.__baseUrl==null)return a;const c=B(n),s=Be(n),r=ce(s).find(u=>u.code===c)||{code:c},i=r.iso,h=r.dir||l;return e&&(a.htmlAttrs.dir=h),t&&c&&n.locales&&(i&&(a.htmlAttrs.lang=i),et.call(this,s,n.__baseUrl,a.link),tt.call(this,n.__baseUrl,a.link,t),ot(r,i,a.meta),nt(s,i,a.meta)),a}function et(e,t,o){const n=this.router,{defaultLocale:l,strategy:a}=M(n,this);if(a===T.NO_PREFIX)return;const c=new Map;for(const s of e){const r=s.iso;if(!r){Ve("Locale ISO code is required to generate alternate link");continue}const[i,h]=r.split("-");i&&h&&(s.isCatchallLocale||!c.has(i))&&c.set(i,s),c.set(r,s)}for(const[s,r]of c.entries()){const i=$.call(this,r.code);i&&o.push({hid:`i18n-alt-${s}`,rel:"alternate",href:oe(i,t),hreflang:s})}if(l){const s=$.call(this,l);s&&o.push({hid:"i18n-xd",rel:"alternate",href:oe(s,t),hreflang:"x-default"})}}function tt(e,t,o){const n=this.route,l=G.call(this,x(C({},n),{name:y.call(this,n)}));if(l){let a=oe(l.path,e);const c=H(o)&&o.canonicalQueries||[];if(c.length){const s=l.query,r=new URLSearchParams;for(const h of c)if(h in s){const u=s[h];ye(u)?u.forEach(m=>r.append(h,m||"")):r.append(h,u||"")}const i=r.toString();i&&(a=`${a}?${i}`)}t.push({hid:"i18n-can",rel:"canonical",href:a})}}function ot(e,t,o){!(e&&t)||o.push({hid:"i18n-og",property:"og:locale",content:Ee(t)})}function nt(e,t,o){const n=e.filter(l=>{const a=l.iso;return a&&a!==t});if(n.length){const l=n.map(a=>({hid:`i18n-og-alt-${a.iso}`,property:"og:locale:alternate",content:Ee(a.iso)}));o.push(...l)}}function Ee(e){return(e||"").replace(/-/g,"_")}function oe(e,t){return e.match(/^https?:\/\//)?e:t+e}function k(e,t){const{router:o,route:n,i18n:l,defaultLocale:a,strategy:c,defaultLocaleRouteNameSuffix:s,trailingSlash:r,routesNameSeparator:i}=e;return function(...h){return Reflect.apply(t,{router:o,route:n,i18n:l,defaultLocale:a,strategy:c,defaultLocaleRouteNameSuffix:s,trailingSlash:r,routesNameSeparator:i},h)}}function at(e=L.useRoute(),{router:t=L.useRouter(),routesNameSeparator:o=void 0}={}){const n={router:t,route:e,routesNameSeparator:o};return y.call(n,e)}function lt({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=R.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:c=void 0,trailingSlash:s=void 0}={}){return k({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:c,trailingSlash:s},X)}function ct({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=R.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:c=void 0,trailingSlash:s=void 0}={}){return k({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:c,trailingSlash:s},G)}function st({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=R.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:c=void 0,trailingSlash:s=void 0}={}){return k({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:c,trailingSlash:s},ee)}function rt({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=R.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:l=void 0,routesNameSeparator:a=void 0,strategy:c=void 0,trailingSlash:s=void 0}={}){return k({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:l,routesNameSeparator:a,strategy:c,trailingSlash:s},$)}function it({addDirAttribute:e=!1,addSeoAttributes:t=!1,strategy:o=void 0,defaultLocale:n=void 0,route:l=L.useRoute(),router:a=L.useRouter(),i18n:c=R.useI18n()}={}){const s=a,r=d.ref({htmlAttrs:{},link:[],meta:[]});function i(){r.value={htmlAttrs:{},link:[],meta:[]}}function h(u){r.value=Reflect.apply(te,{router:a,route:u,i18n:c,defaultLocale:n,strategy:o},[{addDirAttribute:e,addSeoAttributes:t}])}if(je)if(d.isVue3){const u=d.watchEffect(()=>{i(),h(ie(s.currentRoute))});d.onUnmounted(()=>u())}else{const u=s.afterEach((m,g)=>{i(),h(m)});d.onUnmounted(()=>u()),h(l)}else h(ie(s.currentRoute));return r}const ut="0.0.0";return f.VERSION=ut,f.createLocaleFromRouteGetter=pe,f.createRouter=Qe,f.extendI18n=ge,f.findBrowserLocale=xe,f.getGlobalOptions=_e,f.getLocale=B,f.getRouteBaseName=y,f.localeHead=te,f.localeLocation=ee,f.localePath=X,f.localeRoute=G,f.localizeRoutes=Re,f.proxyVueInstance=I,f.registerGlobalOptions=me,f.resolveBaseUrl=de,f.resolveRoute=U,f.setLocale=re,f.switchLocalePath=$,f.useLocaleHead=it,f.useLocaleLocation=st,f.useLocalePath=lt,f.useLocaleRoute=ct,f.useRouteBaseName=at,f.useSwitchLocalePath=rt,Object.defineProperties(f,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}}),f}({},VueDemi,VueRouter,VueI18n); | ||
*/const Fe=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol",Ne=e=>Fe?Symbol(e):e,z=Object.assign,we=Array.isArray,$e=e=>typeof e=="function",y=e=>typeof e=="string",ve=e=>typeof e=="boolean",Ve=e=>typeof e=="symbol",te=e=>e!==null&&typeof e=="object",je=/\/$|\/\?/;function oe(e="",t=!1){return t?je.test(e):e.endsWith("/")}function Ge(e="",t=!1){if(!t)return(oe(e)?e.slice(0,-1):e)||"/";if(!oe(e,!0))return e||"/";const[o,...n]=e.split("?");return(o.slice(0,-1)||"/")+(n.length?`?${n.join("?")}`:"")}function De(e="",t=!1){if(!t)return e.endsWith("/")?e:e+"/";if(oe(e,!0))return e||"/";const[o,...n]=e.split("?");return o+"/"+(n.length?`?${n.join("?")}`:"")}const Be=typeof window!="undefined";function re(e,t){typeof console!="undefined"&&(console.warn("[vue-i18n-routing] "+e),t&&console.warn(t.stack))}function ie(e){e=e||[];const t=[];for(const o of e)y(o)?t.push({code:o}):t.push(o);return t}function $(e){return e!=null&&"global"in e&&"mode"in e}function v(e){return e!=null&&!("__composer"in e)&&d.isRef(e.locale)}function F(e){return e!=null&&"__composer"in e}function H(e){return e!=null&&!("__composer"in e)&&!d.isRef(e.locale)}function O(e){return e!=null&&("__VUE_I18N_BRIDGE__"in e||"_sync"in e)}function ue(e){return $(e)?v(e.global)?e.global:e.global.__composer:F(e)?e.__composer:e}function q(e){const t=$(e)?e.global:e;return v(t)?d.isVue2&&O(e)?e.locale:t.locale.value:(H(t)||F(t)||O(t),t.locale)}function Xe(e){const t=$(e)?e.global:e;return v(t)?d.isVue2&&O(e)?e.locales:t.locales.value:(H(t)||F(t)||O(t),t.locales)}function fe(e,t){const o=$(e)?e.global:e;if(v(o))d.isVue2&&O(e)?e.locale=t:o.locale.value=t;else if(H(o)||F(o)||O(o))o.locale=t;else throw new Error("TODO:")}function Me(e,t,o){return e.replace(/\/+$/,"")+(t?"/":"")||(o?"":"/")}function de(e){return L.isVueRouter4,d.isRef(e)?e.value:e}function he(e){return y(e)?e:Ve(e)?e.toString():"(null)"}function Le(e,t,{defaultLocale:o,strategy:n,routesNameSeparator:a,defaultLocaleRouteNameSuffix:l}){let c=he(e)+(n==="no_prefix"?"":a+t);return t===o&&n==="prefix_and_default"&&(c+=a+l),c}function ge(e,t){return $e(e)?e(t):e}function ke(e,t){const o=[];for(const[n,a]of t.entries()){const l=e.find(c=>c.iso.toLowerCase()===a.toLowerCase());if(l){o.push({code:l.code,score:1-n/t.length});break}}for(const[n,a]of t.entries()){const l=a.split("-")[0].toLowerCase(),c=e.find(r=>r.iso.split("-")[0].toLowerCase()===l);if(c){o.push({code:c.code,score:.999-n/t.length});break}}return o}const ze=ke;function He(e,t){return e.score===t.score?t.code.length-e.code.length:t.score-e.score}const qe=He;function xe(e,t,{matcher:o=ze,comparer:n=qe}={}){const a=[];for(const c of e){const{code:r}=c,i=c.iso||r;a.push({code:r,iso:i})}const l=o(a,t);return l.length>1&&l.sort(n),l.length?l[0].code:""}function P(e){return function(){return Reflect.apply(e,{getRouteBaseName:this.getRouteBaseName,localePath:this.localePath,localeRoute:this.localeRoute,localeLocation:this.localeLocation,resolveRoute:this.resolveRoute,switchLocalePath:this.switchLocalePath,localeHead:this.localeHead,i18n:this.$i18n,route:this.$route,router:this.$router},arguments)}}function _e(e,{locales:t=[],localeCodes:o=[],baseUrl:n=ee,hooks:a={}}={}){const l=d.effectScope(),c=e.install;return e.install=(r,...i)=>{Reflect.apply(c,e,[r,...i]);const f=ue(e);l.run(()=>We(f,{locales:t,localeCodes:o,baseUrl:n,hooks:a})),F(e.global)&&Ye(e.global,a.onExtendVueI18n);const h=r,u=e.mode==="composition"?d.isVue3?h.config.globalProperties.$i18n:e:d.isVue2?e:null;if(u&&Qe(u,f,a.onExtendExportedGlobal),(Je(i[0])?i[0]:{inject:!0}).inject&&r.mixin({methods:{resolveRoute:P(V),localePath:P(W),localeRoute:P(Q),localeLocation:P(le),switchLocalePath:P(j),getRouteBaseName:P(N),localeHead:P(ae)}}),h.unmount){const g=h.unmount;h.unmount=()=>{l.stop(),g()}}},l}function We(e,t){const{locales:o,localeCodes:n,baseUrl:a}=t,l=d.ref(o),c=d.ref(n);e.locales=d.computed(()=>l.value),e.localeCodes=d.computed(()=>c.value),e.__baseUrl=ge(a,{}),t.hooks&&t.hooks.onExtendComposer&&t.hooks.onExtendComposer(e)}function Qe(e,t,o){const n=[{locales:{get(){return t.locales.value}},localeCodes:{get(){return t.localeCodes.value}},__baseUrl:{get(){return t.__baseUrl}}}];o&&n.push(o(t));for(const a of n)for(const[l,c]of Object.entries(a))Object.defineProperty(e,l,c)}function Ye(e,t){const o=ue(e),n=[{locales:{get(){return o.locales.value}},localeCodes:{get(){return o.localeCodes.value}},__baseUrl:{get(){return o.__baseUrl}}}];t&&n.push(t(o));for(const a of n)for(const[l,c]of Object.entries(a))Object.defineProperty(e,l,c)}function Je(e){return te(e)&&"inject"in e&&ve(e.inject)}function me(e,{defaultLocale:t=D,strategy:o=B,trailingSlash:n=X,routesNameSeparator:a=M,defaultLocaleRouteNameSuffix:l=k,includeUprefixedFallback:c=!1,optionsResolver:r=void 0,locales:i=[]}={}){if(o==="no_prefix")return e;const f=i.map(u=>y(u)?u:u.code);function h(u,m,g=!1,A=!1){if(u.redirect&&(!u.component||!u.file))return[u];let p=null;if(r!=null&&(p=r(u,m),p==null))return[u];const E={locales:f,paths:{}};if(p!=null&&z(E,p),z(E,{locales:m}),E.locales.length>0&&p&&p.locales!=null&&p.locales.length>0){const S=[];for(const R of E.locales)p.locales.includes(R)&&S.push(R);E.locales=S}return E.locales.reduce((S,R)=>{const{name:G}=u;let{path:I}=u;const T=U({},u);G&&(T.name=`${G}${a}${R}`),u.children&&(T.children=u.children.reduce((C,se)=>[...C,...h(se,[R],!0,A)],[])),E.paths&&E.paths[R]&&(I=E.paths[R]);const w=R===t;if(w&&o==="prefix_and_default")if(g)g&&A&&G&&(T.name+=`${a}${l}`);else{const C=K(U({},T),{path:I});if(G&&(C.name=`${T.name}${a}${l}`),u.children){C.children=[];for(const se of u.children)C.children=C.children.concat(h(se,[R],!0,!0))}S.push(C)}const Ie=g&&!I.startsWith("/"),Te=!Ie&&!(w&&o==="prefix_except_default");return Te&&(I=`/${R}${I}`),I&&(I=Me(I,n,Ie)),Te&&w&&o==="prefix"&&c&&S.push(U({},u)),T.path=I,S.push(T),S},[])}return e.reduce((u,m)=>[...u,...h(m,f||[])],[])}const ne=Ne("vue-i18n-routing-gor");function Re(e,t){e[ne]?re("already registered global options"):e[ne]=t}function pe(e){var t;return(t=e[ne])!=null?t:{}}function Ke(e,t={}){const{version:o,defaultLocale:n,locales:a,strategy:l,trailingSlash:c,routesNameSeparator:r,defaultLocaleRouteNameSuffix:i,defaultDirection:f,baseUrl:h,routes:u,routeOptionsResolver:m}=et(t),g=ie(a),A=g.map(R=>R.code),p=Se(A,r,i);_e(e,{locales:g,baseUrl:h,localeCodes:A});const E=me(u,{locales:a,defaultLocale:n,strategy:l,trailingSlash:c,routesNameSeparator:r,defaultLocaleRouteNameSuffix:i,optionsResolver:m});t.routes=E;const S=Ze(t,o);return Re(S,{defaultLocale:n,localeCodes:A,strategy:l,trailingSlash:c,routesNameSeparator:r,defaultLocaleRouteNameSuffix:i,defaultDirection:f}),S.beforeEach((R,G,I)=>{const T=q(e),w=p(R)||T||n||"";T!==w&&fe(e,w),I()}),S}function Ze(e,t){if(d.isVue3&&t===4)return L.createRouter(e);if(d.isVue2&&t===3)return new be.default(e);throw new Error("TODO:")}function Ee(e){return new RegExp(`^/(${e.join("|")})(?:/|$)`,"i")}function Se(e,t,o){const n=`(${e.join("|")})`,a=`(?:${t}${o})?`,l=new RegExp(`${t}${n}${a}$`,"i"),c=Ee(e);return i=>{if(te(i)){if(i.name){const h=(y(i.name)?i.name:i.name.toString()).match(l);if(h&&h.length>1)return h[1]}else if(i.path){const f=i.path.match(c);if(f&&f.length>1)return f[1]}}else if(y(i)){const f=i.match(c);if(f&&f.length>1)return f[1]}return""}}function et(e){var t,o,n,a,l,c,r,i,f,h;return e.version=(t=e.version)!=null?t:4,e.defaultLocale=(o=e.defaultLocale)!=null?o:D,e.strategy=(n=e.strategy)!=null?n:B,e.trailingSlash=(a=e.trailingSlash)!=null?a:X,e.routesNameSeparator=(l=e.routesNameSeparator)!=null?l:M,e.defaultLocaleRouteNameSuffix=(c=e.defaultLocaleRouteNameSuffix)!=null?c:k,e.locales=(r=e.locales)!=null?r:[],e.defaultDirection=(i=e.defaultDirection)!=null?i:Z,e.baseUrl=(f=e.baseUrl)!=null?f:ee,e.routes=(h=e.routes)!=null?h:[],e}function x(e,t,{defaultLocale:o=D,defaultDirection:n=Z,defaultLocaleRouteNameSuffix:a=k,routesNameSeparator:l=M,strategy:c=B,trailingSlash:r=X,localeCodes:i=[]}={}){const f=pe(e);return{defaultLocale:t.defaultLocale||f.defaultLocale||o,defaultDirection:t.defaultDirection||f.defaultDirection||n,defaultLocaleRouteNameSuffix:t.defaultLocaleRouteNameSuffix||f.defaultLocaleRouteNameSuffix||a,routesNameSeparator:t.routesNameSeparator||f.routesNameSeparator||l,strategy:t.strategy||f.strategy||c,trailingSlash:t.trailingSlash||f.trailingSlash||r,localeCodes:t.localeCodes||f.localeCodes||i}}const tt=new Set([b.PREFIX_AND_DEFAULT,b.PREFIX_EXCEPT_DEFAULT]);function N(e){const t=this.router,{routesNameSeparator:o}=x(t,this),n=e!=null?d.isRef(e)?d.unref(e):e:this.route;return n.name?he(n.name).split(o)[0]:void 0}function W(e,t){const o=V.call(this,e,t);return o==null?"":d.isVue3?o.redirectedFrom||o.fullPath:o.route.redirectedFrom||o.route.fullPath}function Q(e,t){const o=V.call(this,e,t);return o==null?void 0:d.isVue3?o:o.route}function le(e,t){const o=V.call(this,e,t);return o==null?void 0:d.isVue3?o:o.location}function V(e,t){const o=this.router,n=this.i18n,a=t||q(n),{routesNameSeparator:l,defaultLocale:c,defaultLocaleRouteNameSuffix:r,strategy:i,trailingSlash:f}=x(o,this);let h=e;y(e)&&(h[0]==="/"?h={path:e}:h={name:e});let u=z({},h);if(u.path&&!u.name){const g=o.resolve(u),A=d.isVue3?g:g.route,p=N.call(this,A);y(p)?u={name:Le(p,a,{defaultLocale:c,strategy:i,routesNameSeparator:l,defaultLocaleRouteNameSuffix:r}),params:A.params,query:A.query,hash:A.hash}:(!(a===c&&tt.has(i))&&i!==b.NO_PREFIX&&(u.path=`/${a}${u.path}`),u.path=f?De(u.path,!0):Ge(u.path,!0))}else{u.name=Le(u.name,a,{defaultLocale:c,strategy:i,routesNameSeparator:l,defaultLocaleRouteNameSuffix:r});const{params:g}=u;g&&g["0"]===void 0&&g.pathMatch&&(g["0"]=g.pathMatch)}const m=o.resolve(u);return(d.isVue3?m.name:m.route.name)?m:o.resolve(e)}function j(e){const t=this.route,o=N.call(this,t);if(!o)return"";const i=!d.isVue3&&d.isRef(t)?t.value:t,{params:n}=i,a=Ce(i,["params"]),l={},c=z({},a,{name:o,params:K(U(U({},n),l),{0:n.pathMatch})});return W.call(this,c,e)}function ae({addDirAttribute:e=!1,addSeoAttributes:t=!1}={}){const o=this.router,n=this.i18n,{defaultDirection:a}=x(o,this),l={htmlAttrs:{},link:[],meta:[]};if(n.locales==null||n.__baseUrl==null)return l;const c=q(n),r=Xe(n),i=ie(r).find(u=>u.code===c)||{code:c},f=i.iso,h=i.dir||a;return e&&(l.htmlAttrs.dir=h),t&&c&&n.locales&&(f&&(l.htmlAttrs.lang=f),ot.call(this,r,n.__baseUrl,l.link),nt.call(this,n.__baseUrl,l.link,t),lt(i,f,l.meta),at(r,f,l.meta)),l}function ot(e,t,o){const n=this.router,{defaultLocale:a,strategy:l}=x(n,this);if(l===b.NO_PREFIX)return;const c=new Map;for(const r of e){const i=r.iso;if(!i){re("Locale ISO code is required to generate alternate link");continue}const[f,h]=i.split("-");f&&h&&(r.isCatchallLocale||!c.has(f))&&c.set(f,r),c.set(i,r)}for(const[r,i]of c.entries()){const f=j.call(this,i.code);f&&o.push({hid:`i18n-alt-${r}`,rel:"alternate",href:ce(f,t),hreflang:r})}if(a){const r=j.call(this,a);r&&o.push({hid:"i18n-xd",rel:"alternate",href:ce(r,t),hreflang:"x-default"})}}function nt(e,t,o){const n=this.route,a=Q.call(this,K(U({},n),{name:N.call(this,n)}));if(a){let l=ce(a.path,e);const c=te(o)&&o.canonicalQueries||[];if(c.length){const r=a.query,i=new URLSearchParams;for(const h of c)if(h in r){const u=r[h];we(u)?u.forEach(m=>i.append(h,m||"")):i.append(h,u||"")}const f=i.toString();f&&(l=`${l}?${f}`)}t.push({hid:"i18n-can",rel:"canonical",href:l})}}function lt(e,t,o){!(e&&t)||o.push({hid:"i18n-og",property:"og:locale",content:Ae(t)})}function at(e,t,o){const n=e.filter(a=>{const l=a.iso;return l&&l!==t});if(n.length){const a=n.map(l=>({hid:`i18n-og-alt-${l.iso}`,property:"og:locale:alternate",content:Ae(l.iso)}));o.push(...a)}}function Ae(e){return(e||"").replace(/-/g,"_")}function ce(e,t){return e.match(/^https?:\/\//)?e:t+e}function Y(e,t){const{router:o,route:n,i18n:a,defaultLocale:l,strategy:c,defaultLocaleRouteNameSuffix:r,trailingSlash:i,routesNameSeparator:f}=e;return function(...h){return Reflect.apply(t,{router:o,route:n,i18n:a,defaultLocale:l,strategy:c,defaultLocaleRouteNameSuffix:r,trailingSlash:i,routesNameSeparator:f},h)}}function ct(e=L.useRoute(),{router:t=L.useRouter(),routesNameSeparator:o=void 0}={}){const n={router:t,route:e,routesNameSeparator:o};return N.call(n,e)}function st({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=_.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:c=void 0,trailingSlash:r=void 0}={}){return Y({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:c,trailingSlash:r},W)}function rt({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=_.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:c=void 0,trailingSlash:r=void 0}={}){return Y({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:c,trailingSlash:r},Q)}function it({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=_.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:c=void 0,trailingSlash:r=void 0}={}){return Y({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:c,trailingSlash:r},le)}function ut({router:e=L.useRouter(),route:t=L.useRoute(),i18n:o=_.useI18n(),defaultLocale:n=void 0,defaultLocaleRouteNameSuffix:a=void 0,routesNameSeparator:l=void 0,strategy:c=void 0,trailingSlash:r=void 0}={}){return Y({router:e,route:t,i18n:o,defaultLocale:n,defaultLocaleRouteNameSuffix:a,routesNameSeparator:l,strategy:c,trailingSlash:r},j)}function ft({addDirAttribute:e=!1,addSeoAttributes:t=!1,strategy:o=void 0,defaultLocale:n=void 0,route:a=L.useRoute(),router:l=L.useRouter(),i18n:c=_.useI18n()}={}){const r=l,i=d.ref({htmlAttrs:{},link:[],meta:[]});function f(){i.value={htmlAttrs:{},link:[],meta:[]}}function h(u){i.value=Reflect.apply(ae,{router:l,route:u,i18n:c,defaultLocale:n,strategy:o},[{addDirAttribute:e,addSeoAttributes:t}])}if(Be)if(d.isVue3){const u=d.watchEffect(()=>{f(),h(de(r.currentRoute))});d.onUnmounted(()=>u())}else{const u=r.afterEach((m,g)=>{f(),h(m)});d.onUnmounted(()=>u()),h(a)}else h(de(r.currentRoute));return i}const dt="0.0.0";return s.DEFAULT_BASE_URL=ee,s.DEFAULT_DETECTION_DIRECTION=Z,s.DEFAULT_LOCALE=D,s.DEFAULT_LOCALE_ROUTE_NAME_SUFFIX=k,s.DEFAULT_ROUTES_NAME_SEPARATOR=M,s.DEFAULT_STRATEGY=B,s.DEFAULT_TRAILING_SLASH=X,s.STRATEGIES=b,s.VERSION=dt,s.createLocaleFromRouteGetter=Se,s.createRouter=Ke,s.extendI18n=_e,s.findBrowserLocale=xe,s.getGlobalOptions=pe,s.getLocale=q,s.getLocalesRegex=Ee,s.getRouteBaseName=N,s.isComposer=v,s.isExportedGlobalComposer=H,s.isI18nInstance=$,s.isLegacyVueI18n=O,s.isVueI18n=F,s.localeHead=ae,s.localeLocation=le,s.localePath=W,s.localeRoute=Q,s.localizeRoutes=me,s.proxyVueInstance=P,s.registerGlobalOptions=Re,s.resolveBaseUrl=ge,s.resolveRoute=V,s.setLocale=fe,s.switchLocalePath=j,s.useLocaleHead=ft,s.useLocaleLocation=it,s.useLocalePath=st,s.useLocaleRoute=rt,s.useRouteBaseName=ct,s.useSwitchLocalePath=ut,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}}),s}({},VueDemi,VueRouter,VueI18n); |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "0.0.0-ee990b5", | ||
"version": "0.0.0-f1f48e0", | ||
"dependencies": { | ||
@@ -17,4 +17,4 @@ "@intlify/shared": "next", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.5.4", | ||
"vite": "latest", | ||
"typescript": "^4.6.3", | ||
"vite": "^2.9.8", | ||
"vite-plugin-dts": "^0.9.6", | ||
@@ -26,3 +26,3 @@ "vitest": "^0.2.8", | ||
"vue-i18n-legacy": "npm:vue-i18n@8", | ||
"vue-router": "^4.0.12", | ||
"vue-router": "^4.0.15", | ||
"vue-router3": "npm:vue-router@3", | ||
@@ -35,4 +35,4 @@ "vue-template-compiler": "^2.6.14", | ||
"vue": "^2.6.14 || ^3.2.0", | ||
"vue-i18n": "^8.26.1 || ^9.2.0-beta.34", | ||
"vue-i18n-bridge": "^9.2.0-beta.34", | ||
"vue-i18n": "^8.26.1 || ^9.2.0-beta.35", | ||
"vue-i18n-bridge": "^9.2.0-beta.35", | ||
"vue-router": "^3.5.3 || ^4.0.0" | ||
@@ -39,0 +39,0 @@ }, |
97613
6.63%1771
5.79%