{"version":3,"file":"t6vANWvv.js","sources":["../../../../node_modules/.pnpm/@nuxtjs+i18n@8.5.5_magicast@0.3.5_rollup@4.24.0_vue@3.5.12_typescript@5.6.3_/node_modules/@nuxtjs/i18n/dist/runtime/components/NuxtLinkLocale.js"],"sourcesContent":["import { useLocalePath } from \"#i18n\";\nimport { defineComponent, computed, h } from \"vue\";\nimport { defineNuxtLink } from \"#imports\";\nimport { hasProtocol } from \"ufo\";\nconst NuxtLinkLocale = defineNuxtLink({ componentName: \"NuxtLinkLocale\" });\nexport default defineComponent({\n name: \"NuxtLinkLocale\",\n // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment -- FIXME\n props: {\n ...NuxtLinkLocale.props,\n locale: {\n type: String,\n default: void 0,\n required: false\n }\n },\n setup(props, { slots }) {\n const localePath = useLocalePath();\n const checkPropConflicts = (props2, main, sub) => {\n if (import.meta.dev && props2[main] !== void 0 && props2[sub] !== void 0) {\n console.warn(`[NuxtLinkLocale] \\`${main}\\` and \\`${sub}\\` cannot be used together. \\`${sub}\\` will be ignored.`);\n }\n };\n const resolvedPath = computed(() => {\n const destination = props.to ?? props.href;\n return destination != null ? localePath(destination, props.locale) : destination;\n });\n const isExternal = computed(() => {\n if (props.external) {\n return true;\n }\n if (props.target && props.target !== \"_self\") {\n return true;\n }\n const destination = props.to ?? props.href;\n if (typeof destination === \"object\") {\n return false;\n }\n return destination === \"\" || destination == null || hasProtocol(destination, { acceptRelative: true });\n });\n const getNuxtLinkProps = () => {\n const _props = {\n ...props\n };\n if (!isExternal.value) {\n _props.to = resolvedPath.value;\n }\n checkPropConflicts(props, \"to\", \"href\");\n delete _props.href;\n delete _props.locale;\n return _props;\n };\n return () => h(NuxtLinkLocale, getNuxtLinkProps(), slots.default);\n }\n});\n"],"names":["NuxtLinkLocale","defineNuxtLink","__nuxt_component_1","defineComponent","props","slots","localePath","useLocalePath","resolvedPath","computed","destination","isExternal","hasProtocol","getNuxtLinkProps","_props","h"],"mappings":"wEAIA,MAAMA,EAAiBC,EAAe,CAAE,cAAe,gBAAkB,CAAA,EACzEC,EAAeC,EAAgB,CAC7B,KAAM,iBAEN,MAAO,CACL,GAAGH,EAAe,MAClB,OAAQ,CACN,KAAM,OACN,QAAS,OACT,SAAU,EACZ,CACD,EACD,MAAMI,EAAO,CAAE,MAAAC,GAAS,CACtB,MAAMC,EAAaC,IAMbC,EAAeC,EAAS,IAAM,CAClC,MAAMC,EAAcN,EAAM,IAAMA,EAAM,KACtC,OAAOM,GAAe,KAAOJ,EAAWI,EAAaN,EAAM,MAAM,EAAIM,CAC3E,CAAK,EACKC,EAAaF,EAAS,IAAM,CAIhC,GAHIL,EAAM,UAGNA,EAAM,QAAUA,EAAM,SAAW,QACnC,MAAO,GAET,MAAMM,EAAcN,EAAM,IAAMA,EAAM,KACtC,OAAI,OAAOM,GAAgB,SAClB,GAEFA,IAAgB,IAAMA,GAAe,MAAQE,EAAYF,EAAa,CAAE,eAAgB,EAAI,CAAE,CAC3G,CAAK,EACKG,EAAmB,IAAM,CAC7B,MAAMC,EAAS,CACb,GAAGV,CACX,EACM,OAAKO,EAAW,QACdG,EAAO,GAAKN,EAAa,OAG3B,OAAOM,EAAO,KACd,OAAOA,EAAO,OACPA,CACb,EACI,MAAO,IAAMC,EAAEf,EAAgBa,EAAgB,EAAIR,EAAM,OAAO,CAClE,CACF,CAAC","x_google_ignoreList":[0]}