@vc-shell/create-vc-app 1.0.169 → 1.0.170

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.0.170](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.169...v1.0.170) (2024-02-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * **create-vc-app:** updated localizations ([ebb3839](https://github.com/VirtoCommerce/vc-shell/commit/ebb38390b1208da522281efd8a6e54f027d12b9d))
7
+
8
+
9
+
1
10
  ## [1.0.169](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.168...v1.0.169) (2024-02-23)
2
11
 
3
12
 
@@ -24,9 +24,9 @@
24
24
  "@types/node": "^20.10.5",
25
25
  "@typescript-eslint/eslint-plugin": "^6.16.0",
26
26
  "@typescript-eslint/parser": "^6.16.0",
27
- "@vc-shell/api-client-generator": "^1.0.169",
28
- "@vc-shell/release-config": "^1.0.169",
29
- "@vc-shell/ts-config": "^1.0.169",
27
+ "@vc-shell/api-client-generator": "^1.0.170",
28
+ "@vc-shell/release-config": "^1.0.170",
29
+ "@vc-shell/ts-config": "^1.0.170",
30
30
  "@vitejs/plugin-vue": "^5.0.3",
31
31
  "@vue/eslint-config-prettier": "^9.0.0",
32
32
  "@vue/eslint-config-typescript": "^12.0.0",
@@ -45,7 +45,7 @@
45
45
  "prettier": "^3.1.1",
46
46
  "sass": "^1.69.6",
47
47
  "tailwindcss": "^3.4.0",
48
- "tsx": "^3.13.0",
48
+ "tsx": "^4.7.1",
49
49
  "typescript": "^5.3.3",
50
50
  "vite": "^5.0.11",
51
51
  "vite-plugin-checker": "^0.6.2",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@fortawesome/fontawesome-free": "^5.15.3",
59
- "@vc-shell/config-generator": "^1.0.169",
60
- "@vc-shell/framework": "^1.0.169",
59
+ "@vc-shell/config-generator": "^1.0.170",
60
+ "@vc-shell/framework": "^1.0.170",
61
61
  "@vueuse/core": "^10.7.1",
62
62
  "@vueuse/integrations": "^10.7.1",
63
63
  "moment": "^2.30.1",
@@ -26,6 +26,12 @@
26
26
  }
27
27
  },
28
28
  "COMPONENTS": {
29
+ "ATOMS": {
30
+ "VC_CONTAINER": {
31
+ "PULL_TO_REFRESH": "Pull to refresh",
32
+ "REFRESHING": "Refreshing..."
33
+ }
34
+ },
29
35
  "MOLECULES": {
30
36
  "VC_SELECT": {
31
37
  "CLICK_TO_SELECT": "Click to select..."
@@ -72,7 +78,8 @@
72
78
  "SEARCH": "Search...",
73
79
  "EMPTY": "List is empty.",
74
80
  "NOT_FOUND": "Nothing found.",
75
- "TOTALS": "Totals:"
81
+ "TOTALS": "Totals:",
82
+ "MORE": "More"
76
83
  },
77
84
 
78
85
  "VC_POPUP": {
@@ -207,6 +214,63 @@
207
214
  "recentPasswordUsed": "You have used this password in the past. Choose another one."
208
215
  }
209
216
  },
217
+ "ASSETS_MANAGER": {
218
+ "TITLE": "Assets",
219
+ "TOOLBAR": {
220
+ "SAVE":"Save",
221
+ "REFRESH":"Refresh",
222
+ "ADD": "Add",
223
+ "DELETE": "Delete selected"
224
+ },
225
+ "EMPTY": {
226
+ "NO_ASSETS": "No assets",
227
+ "UPLOAD_ASSETS": "Drag & drop assets here or click 'Upload' button",
228
+ "UPLOAD": "Upload"
229
+ },
230
+ "TABLE":{
231
+ "HEADER":{
232
+ "IMAGE": "Img",
233
+ "NAME":"Name",
234
+ "SIZE":"Size",
235
+ "SORT_ORDER":"Sort order",
236
+ "CREATED_DATE":"Created date"
237
+ },
238
+ "ACTIONS":{
239
+ "DELETE":"Delete",
240
+ "EDIT": "Edit"
241
+ }
242
+ }
243
+ },
244
+ "ASSETS": {
245
+ "PAGES": {
246
+ "DETAILS": {
247
+ "SUBTITLE": "Asset edit",
248
+ "TOOLBAR": {
249
+ "SAVE": "Save",
250
+ "DELETE": "Delete"
251
+ },
252
+ "FIELDS": {
253
+ "SIZE": "Size",
254
+ "CREATED_DATE": "Created date",
255
+ "URL": "Url",
256
+ "COPY":"Copy link",
257
+ "NAME": {
258
+ "TITLE": "Asset name",
259
+ "PLACEHOLDER": "Enter asset name"
260
+ },
261
+ "ALT": {
262
+ "TITLE": "Image alternative text",
263
+ "PLACEHOLDER": "Enter image alt text",
264
+ "TOOLTIP": "This text will be displayed in case of disabled/unloaded image on the page"
265
+ },
266
+ "DESCRIPTION": {
267
+ "TITLE": "Meta description",
268
+ "PLACEHOLDER": "Enter meta description"
269
+ }
270
+ }
271
+ }
272
+ }
273
+ },
210
274
  "messages": {
211
275
  "_default": "The {field} is not valid",
212
276
  "alpha": "The {field} field may only contain alphabetic characters",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vc-shell/create-vc-app",
3
3
  "description": "Application scaffolding",
4
- "version": "1.0.169",
4
+ "version": "1.0.170",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",
7
7
  "files": [
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/prompts": "^2.4.4",
16
- "@vc-shell/ts-config": "^1.0.169",
16
+ "@vc-shell/ts-config": "^1.0.170",
17
17
  "copyfiles": "^2.4.1",
18
18
  "cross-env": "^7.0.3",
19
19
  "shx": "^0.3.4",