@inlang/paraglide-sveltekit
Advanced tools
Comparing version
// file generated by build script - do not commit | ||
export const PARAGLIDE_SVELTEKIT_VERSION = "0.14.0" | ||
export const PARAGLIDE_SVELTEKIT_VERSION = "0.15.0" | ||
export const PARAGLIDE_SVELTEKIT_MARKETPLACE_ID = "library.inlang.paraglideJsAdapterSvelteKit" |
@@ -5,3 +5,3 @@ import { SvelteComponent } from "svelte"; | ||
props(): { | ||
availableLanguageTags: readonly T[]; | ||
availableLanguageTags?: readonly T[] | undefined; | ||
strategy: RoutingStrategy<T>; | ||
@@ -19,4 +19,6 @@ currentLang: T; | ||
export default class AlternateLinks<T extends string> extends SvelteComponent<AlternateLinksProps<T>, AlternateLinksEvents<T>, AlternateLinksSlots<T>> { | ||
constructor(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<T>['props']>>); | ||
$$bindings: ""; | ||
} | ||
export {}; | ||
//# sourceMappingURL=AlternateLinks.svelte.d.ts.map |
@@ -5,9 +5,5 @@ import { SvelteComponent } from "svelte"; | ||
props(): { | ||
/** | ||
* Override the language detection with a specific language tag. | ||
*/ languageTag?: T | undefined; | ||
/** | ||
* The routing instance to use. | ||
* You can create one with `createI18n()` from `@inlang/paraglide-sveltekit`. | ||
*/ i18n: I18n<T>; | ||
languageTag?: T | undefined; | ||
i18n: I18n<T>; | ||
children?: (() => any) | undefined; | ||
}; | ||
@@ -17,5 +13,3 @@ events(): {} & { | ||
}; | ||
slots(): { | ||
default: {}; | ||
}; | ||
slots(): {}; | ||
} | ||
@@ -30,4 +24,6 @@ export type ParaglideJsProps<T extends string> = ReturnType<__sveltets_Render<T>['props']>; | ||
export default class ParaglideJs<T extends string> extends SvelteComponent<ParaglideJsProps<T>, ParaglideJsEvents<T>, ParaglideJsSlots<T>> { | ||
constructor(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<T>['props']>>); | ||
$$bindings: ""; | ||
} | ||
export {}; | ||
//# sourceMappingURL=ParaglideJS.svelte.d.ts.map |
{ | ||
"name": "@inlang/paraglide-sveltekit", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"type": "module", | ||
@@ -20,4 +20,4 @@ "main": "./dist/runtime/index.js", | ||
"svelte": "^5.0.0 || ^5.0.0-next.1 || ^5.0.0-rc.1", | ||
"@inlang/paraglide-js": "1.11.3", | ||
"@inlang/paraglide-vite": "1.3.0", | ||
"@inlang/paraglide-js": "1.11.3", | ||
"@lix-js/client": "2.2.1" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
180466
0.23%3794
-0.05%