vue-intlayer 5.5.10 → 5.5.11
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.
package/README.md
CHANGED
|
@@ -106,7 +106,7 @@ By default, Intlayer scans for files with the extension `.content.{json,ts,tsx,j
|
|
|
106
106
|
|
|
107
107
|
### Declare your content
|
|
108
108
|
|
|
109
|
-
`vue-intlayer` is made to work with the [`intlayer` package](https://github.com/aymericzip/intlayer/blob/main/docs/en/packages/intlayer/index.md).`intlayer` is a package that allows you to declare your content anywhere in your code. It converts multilingual content declarations into structured dictionaries that integrate seamlessly into your application.
|
|
109
|
+
`vue-intlayer` is made to work with the [`intlayer` package](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/packages/intlayer/index.md).`intlayer` is a package that allows you to declare your content anywhere in your code. It converts multilingual content declarations into structured dictionaries that integrate seamlessly into your application.
|
|
110
110
|
|
|
111
111
|
Here’s an example of content declaration:
|
|
112
112
|
|
|
@@ -143,7 +143,7 @@ export default component1Content;
|
|
|
143
143
|
|
|
144
144
|
Intlayer provides a lot of features to help you internationalize your Vue application.
|
|
145
145
|
|
|
146
|
-
**To learn more about these features, refer to the [Vue Internationalization (i18n) with Intlayer and Vite and Vue](https://github.com/aymericzip/intlayer/blob/main/docs/en/intlayer_with_vite+react.md) guide for Vite and Vue Application, or the [Vue Internationalization (i18n) with Intlayer and Vue (CRA)](https://intlayer.org/doc/environment/create-react-app) guide for Vue Create App.**
|
|
146
|
+
**To learn more about these features, refer to the [Vue Internationalization (i18n) with Intlayer and Vite and Vue](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/intlayer_with_vite+react.md) guide for Vite and Vue Application, or the [Vue Internationalization (i18n) with Intlayer and Vue (CRA)](https://intlayer.org/doc/environment/create-react-app) guide for Vue Create App.**
|
|
147
147
|
|
|
148
148
|
## Functions provided by `vue-intlayer` package
|
|
149
149
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDictionaryDynamic.d.ts","sourceRoot":"","sources":["../../../src/client/useDictionaryDynamic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useDictionaryDynamic.d.ts","sourceRoot":"","sources":["../../../src/client/useDictionaryDynamic.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,UAAU,EACV,cAAc,EACd,eAAe,EAChB,MAAM,gBAAgB,CAAC;AAMxB;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,CAAC,SAAS,UAAU,EACpB,CAAC,SAAS,cAAc,EAExB,mBAAmB,eAAe,CAAC,MAAM,OAAO,CAAC,CAAC,CAAC,CAAC,EACpD,KAAK,CAAC,EACN,SAAS,aAAa,sGAYvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCrossFrameMessageListener.d.ts","sourceRoot":"","sources":["../../../src/editor/useCrossFrameMessageListener.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useCrossFrameMessageListener.d.ts","sourceRoot":"","sources":["../../../src/editor/useCrossFrameMessageListener.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAe,MAAM,kBAAkB,CAAC;AA4DhE;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B,GAAI,CAAC,EAC5C,KAAK,GAAG,UAAU,EAAE,GAAG,GAAG,UAAU,OAAO,GAAG,GAAG,UAAU,MAAM,EACjE,mBAAmB,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,aAyBD,CAAC,SAKrC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Vue applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"js-cookie": "^3.0.5",
|
|
72
72
|
"uuid": "^11.1.0",
|
|
73
|
-
"@intlayer/api": "5.5.
|
|
74
|
-
"@intlayer/config": "5.5.
|
|
75
|
-
"@intlayer/core": "5.5.
|
|
76
|
-
"@intlayer/
|
|
77
|
-
"@intlayer/
|
|
73
|
+
"@intlayer/api": "5.5.11",
|
|
74
|
+
"@intlayer/config": "5.5.11",
|
|
75
|
+
"@intlayer/core": "5.5.11",
|
|
76
|
+
"@intlayer/editor": "5.5.11",
|
|
77
|
+
"@intlayer/dictionaries-entry": "5.5.11"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/js-cookie": "^3.0.6",
|
|
@@ -89,20 +89,21 @@
|
|
|
89
89
|
"typescript": "^5.8.3",
|
|
90
90
|
"vite": "^6.3.5",
|
|
91
91
|
"vite-plugin-dts": "^4.5.3",
|
|
92
|
-
"
|
|
92
|
+
"vitest": "^3.2.2",
|
|
93
93
|
"@utils/eslint-config": "1.0.4",
|
|
94
94
|
"@utils/ts-config": "1.0.4",
|
|
95
95
|
"@utils/ts-config-types": "1.0.4",
|
|
96
|
-
"@utils/tsup-config": "1.0.4"
|
|
96
|
+
"@utils/tsup-config": "1.0.4",
|
|
97
|
+
"@intlayer/backend": "5.5.11"
|
|
97
98
|
},
|
|
98
99
|
"peerDependencies": {
|
|
99
100
|
"vue": "^3.5.13",
|
|
100
|
-
"@intlayer/api": "5.5.
|
|
101
|
-
"@intlayer/config": "5.5.
|
|
102
|
-
"@intlayer/
|
|
103
|
-
"@intlayer/dictionaries-entry": "5.5.
|
|
104
|
-
"@intlayer/
|
|
105
|
-
"intlayer": "5.5.
|
|
101
|
+
"@intlayer/api": "5.5.11",
|
|
102
|
+
"@intlayer/config": "5.5.11",
|
|
103
|
+
"@intlayer/core": "5.5.11",
|
|
104
|
+
"@intlayer/dictionaries-entry": "5.5.11",
|
|
105
|
+
"@intlayer/editor": "5.5.11",
|
|
106
|
+
"intlayer": "5.5.11"
|
|
106
107
|
},
|
|
107
108
|
"engines": {
|
|
108
109
|
"node": ">=14.18"
|
|
@@ -119,7 +120,8 @@
|
|
|
119
120
|
"prettier": "prettier . --check",
|
|
120
121
|
"prettier:fix": "prettier . --write",
|
|
121
122
|
"reset": "pnpm clean & pnpm build",
|
|
122
|
-
"test": "",
|
|
123
|
+
"test": "vitest run",
|
|
124
|
+
"test:watch": "vitest",
|
|
123
125
|
"typecheck": "tsup --project ./tsconfig.json --noEmit"
|
|
124
126
|
}
|
|
125
127
|
}
|