@live-change/image-frontend 0.9.131 → 0.9.133

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.
@@ -0,0 +1,17 @@
1
+ {
2
+ "image": {
3
+ "crop": "Crop",
4
+ "resize": "Resize",
5
+ "edit": "Edit",
6
+ "save": "Save",
7
+ "upload": "Upload",
8
+ "editor": "Editor",
9
+ "input": "Input",
10
+ "width": "Width",
11
+ "height": "Height",
12
+ "quality": "Quality",
13
+ "imageEditor": "Image Editor",
14
+ "imageInput": "Image Input",
15
+ "imageCrop": "Image Crop"
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "image": {
3
+ "crop": "Przytnij",
4
+ "resize": "Zmień rozmiar",
5
+ "edit": "Edytuj",
6
+ "save": "Zapisz",
7
+ "upload": "Wgraj",
8
+ "editor": "Edytor",
9
+ "input": "Wprowadzanie",
10
+ "width": "Szerokość",
11
+ "height": "Wysokość",
12
+ "quality": "Jakość",
13
+ "imageEditor": "Edytor obrazów",
14
+ "imageInput": "Wprowadzanie obrazu",
15
+ "imageCrop": "Przycinanie obrazu"
16
+ }
17
+ }
package/index.js CHANGED
@@ -14,3 +14,7 @@ export function provideImageInputConfig() {
14
14
  provideInputConfig({ type: 'Image' }, config)
15
15
  }
16
16
 
17
+ import en from "./front/locales/en.json"
18
+ import pl from "./front/locales/pl.json"
19
+ const locales = { en, pl }
20
+ export { locales }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/image-frontend",
3
- "version": "0.9.131",
3
+ "version": "0.9.133",
4
4
  "scripts": {
5
5
  "memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -22,15 +22,15 @@
22
22
  "type": "module",
23
23
  "dependencies": {
24
24
  "@fortawesome/fontawesome-free": "^6.7.2",
25
- "@live-change/cli": "^0.9.131",
26
- "@live-change/dao": "^0.9.131",
27
- "@live-change/dao-vue3": "^0.9.131",
28
- "@live-change/dao-websocket": "^0.9.131",
29
- "@live-change/framework": "^0.9.131",
30
- "@live-change/image-service": "^0.9.131",
31
- "@live-change/session-service": "^0.9.131",
32
- "@live-change/vue3-components": "^0.9.131",
33
- "@live-change/vue3-ssr": "^0.9.131",
25
+ "@live-change/cli": "^0.9.133",
26
+ "@live-change/dao": "^0.9.133",
27
+ "@live-change/dao-vue3": "^0.9.133",
28
+ "@live-change/dao-websocket": "^0.9.133",
29
+ "@live-change/framework": "^0.9.133",
30
+ "@live-change/image-service": "^0.9.133",
31
+ "@live-change/session-service": "^0.9.133",
32
+ "@live-change/vue3-components": "^0.9.133",
33
+ "@live-change/vue3-ssr": "^0.9.133",
34
34
  "@vueuse/core": "^12.3.0",
35
35
  "codeceptjs-assert": "^0.0.5",
36
36
  "compression": "^1.7.5",
@@ -50,7 +50,7 @@
50
50
  "vue3-scroll-border": "0.1.7"
51
51
  },
52
52
  "devDependencies": {
53
- "@live-change/codeceptjs-helper": "^0.9.131",
53
+ "@live-change/codeceptjs-helper": "^0.9.133",
54
54
  "codeceptjs": "^3.6.10",
55
55
  "generate-password": "1.7.1",
56
56
  "playwright": "1.49.1",
@@ -61,5 +61,5 @@
61
61
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
62
62
  "license": "BSD-3-Clause",
63
63
  "description": "",
64
- "gitHead": "3431deb86db4b740bcf04375b274697e0669fff4"
64
+ "gitHead": "455a7c9d204a89196f6599c42acd8eaeb45532e1"
65
65
  }