vue-intlayer 8.7.12 → 8.7.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/README.md +27 -1
  2. package/dist/{types/editor → editor}/ContentSelector.vue.d.ts +3 -2
  3. package/package.json +8 -8
  4. /package/dist/{types/client → client}/index.d.ts +0 -0
  5. /package/dist/{types/client → client}/installIntlayer.d.ts +0 -0
  6. /package/dist/{types/client → client}/useDictionary.d.ts +0 -0
  7. /package/dist/{types/client → client}/useDictionaryAsync.d.ts +0 -0
  8. /package/dist/{types/client → client}/useDictionaryDynamic.d.ts +0 -0
  9. /package/dist/{types/client → client}/useIntlayer.d.ts +0 -0
  10. /package/dist/{types/client → client}/useLoadDynamic.d.ts +0 -0
  11. /package/dist/{types/client → client}/useLocale.d.ts +0 -0
  12. /package/dist/{types/client → client}/useLocaleStorage.d.ts +0 -0
  13. /package/dist/{types/client → client}/useRewriteURL.d.ts +0 -0
  14. /package/dist/{types/editor → editor}/useEditor.d.ts +0 -0
  15. /package/dist/{types/format → format}/index.d.ts +0 -0
  16. /package/dist/{types/format → format}/useCompact.d.ts +0 -0
  17. /package/dist/{types/format → format}/useCurrency.d.ts +0 -0
  18. /package/dist/{types/format → format}/useDate.d.ts +0 -0
  19. /package/dist/{types/format → format}/useIntl.d.ts +0 -0
  20. /package/dist/{types/format → format}/useList.d.ts +0 -0
  21. /package/dist/{types/format → format}/useNumber.d.ts +0 -0
  22. /package/dist/{types/format → format}/usePercentage.d.ts +0 -0
  23. /package/dist/{types/format → format}/useRelativeTime.d.ts +0 -0
  24. /package/dist/{types/format → format}/useUnit.d.ts +0 -0
  25. /package/dist/{types/getDictionary.d.ts → getDictionary.d.ts} +0 -0
  26. /package/dist/{types/getIntlayer.d.ts → getIntlayer.d.ts} +0 -0
  27. /package/dist/{types/html → html}/HTMLRenderer.d.ts +0 -0
  28. /package/dist/{types/html → html}/index.d.ts +0 -0
  29. /package/dist/{types/html → html}/installIntlayerHTML.d.ts +0 -0
  30. /package/dist/{types/html → html}/types.d.ts +0 -0
  31. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  32. /package/dist/{types/markdown → markdown}/MarkdownRenderer.d.ts +0 -0
  33. /package/dist/{types/markdown → markdown}/compiler.d.ts +0 -0
  34. /package/dist/{types/markdown → markdown}/index.d.ts +0 -0
  35. /package/dist/{types/markdown → markdown}/installIntlayerMarkdown.d.ts +0 -0
  36. /package/dist/{types/markdown → markdown}/runtime.d.ts +0 -0
  37. /package/dist/{types/plugins.d.ts → plugins.d.ts} +0 -0
  38. /package/dist/{types/renderIntlayerNode.d.ts → renderIntlayerNode.d.ts} +0 -0
package/README.md CHANGED
@@ -190,7 +190,22 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
190
190
  <li><a href="https://intlayer.org/doc/environment/vite-and-react" rel=''>Vite + React</a></li>
191
191
  <li><a href="https://intlayer.org/doc/environment/vite-and-react" rel=''>Vite + React using Compiler</a></li>
192
192
  <li><a href="https://intlayer.org/doc/environment/vite-and-react/compiler" rel=''>React-router-v7</a></li>
193
- <li><a href="https://intlayer.org/doc/environment/vite-and-react/tanstack-start" rel=''>Tanstack start</a></li>
193
+ <li><a href="https://intlayer.org/doc/environment/tanstack-start" rel=''>Tanstack start</a>
194
+ <ul>
195
+ <li><a href="https://intlayer.org/doc/environment/tanstack-start/solid" rel=''>Solid</a></li>
196
+ </ul>
197
+ </li>
198
+ <li><a href="https://intlayer.org/doc/environment/astro" rel=''>Astro</a>
199
+ <ul>
200
+ <li><a href="https://intlayer.org/doc/environment/astro/react" rel=''>React</a></li>
201
+ <li><a href="https://intlayer.org/doc/environment/astro/vue" rel=''>Vue</a></li>
202
+ <li><a href="https://intlayer.org/doc/environment/astro/svelte" rel=''>Svelte</a></li>
203
+ <li><a href="https://intlayer.org/doc/environment/astro/solid" rel=''>Solid</a></li>
204
+ <li><a href="https://intlayer.org/doc/environment/astro/vanilla" rel=''>Vanilla JS</a></li>
205
+ <li><a href="https://intlayer.org/doc/environment/astro/lit" rel=''>Lit</a></li>
206
+ </ul>
207
+ </li>
208
+
194
209
  <li><a href="https://intlayer.org/doc/environment/react-native-and-expo" rel=''>React Native</a></li>
195
210
  <li><a href="https://intlayer.org/doc/environment/vite-and-svelte" rel=''>Vite + Svelte</a></li>
196
211
  <li><a href="https://intlayer.org/doc/environment/sveltekit" rel=''>SvelteKit</a></li>
@@ -212,6 +227,17 @@ Explore our comprehensive documentation to get started with Intlayer and learn h
212
227
  </ul>
213
228
  </details>
214
229
 
230
+ <details>
231
+ <summary style="font-size:16px; font-weight:bold;">📊 Benchmark</summary>
232
+ <ul>
233
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/nextjs.md" rel=''>Next.js</a></li>
234
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/tanstack.md" rel=''>TanStack Start</a></li>
235
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/vue.md" rel=''>Vue</a></li>
236
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/solid.md" rel=''>Solid</a></li>
237
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/benchmark/svelte.md" rel=''>Svelte</a></li>
238
+ </ul>
239
+ </details>
240
+
215
241
  <details>
216
242
  <summary style="font-size:16px; font-weight:bold;">📰 Blog</summary>
217
243
  <ul>
@@ -1,4 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
4
  dictionaryKey: {
3
5
  type: StringConstructor;
4
6
  required: true;
@@ -21,4 +23,3 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
21
23
  required: true;
22
24
  };
23
25
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
- export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-intlayer",
3
- "version": "8.7.12",
3
+ "version": "8.7.13",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your Vue applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -102,11 +102,11 @@
102
102
  "typecheck": "vue-tsc --noEmit --project tsconfig.types.json"
103
103
  },
104
104
  "dependencies": {
105
- "@intlayer/api": "8.7.12",
106
- "@intlayer/config": "8.7.12",
107
- "@intlayer/core": "8.7.12",
108
- "@intlayer/editor": "8.7.12",
109
- "@intlayer/types": "8.7.12"
105
+ "@intlayer/api": "8.7.13",
106
+ "@intlayer/config": "8.7.13",
107
+ "@intlayer/core": "8.7.13",
108
+ "@intlayer/editor": "8.7.13",
109
+ "@intlayer/types": "8.7.13"
110
110
  },
111
111
  "devDependencies": {
112
112
  "@types/node": "25.6.0",
@@ -120,12 +120,12 @@
120
120
  "tsdown": "0.21.10",
121
121
  "typescript": "6.0.3",
122
122
  "vite": "8.0.10",
123
- "vite-plugin-dts": "4.5.4",
123
+ "vite-plugin-dts": "5.0.0",
124
124
  "vitest": "4.1.5",
125
125
  "vue-tsc": "3.1.8"
126
126
  },
127
127
  "peerDependencies": {
128
- "intlayer": "8.7.12",
128
+ "intlayer": "8.7.13",
129
129
  "vue": ">=3.0.0"
130
130
  },
131
131
  "peerDependenciesMeta": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes