@live-change/user-frontend 0.9.33 → 0.9.35
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/front/src/config.js
CHANGED
|
@@ -6,7 +6,6 @@ import { locales as autoFormLocales } from "@live-change/frontend-auto-form"
|
|
|
6
6
|
import Aura from '@primevue/themes/aura'
|
|
7
7
|
|
|
8
8
|
export default {
|
|
9
|
-
defaultLocale: 'en',
|
|
10
9
|
|
|
11
10
|
primeVue: {
|
|
12
11
|
theme: {
|
|
@@ -24,6 +23,8 @@ export default {
|
|
|
24
23
|
ripple: true
|
|
25
24
|
},
|
|
26
25
|
|
|
26
|
+
defaultLocale: 'en',
|
|
27
|
+
|
|
27
28
|
i18n: {
|
|
28
29
|
messages: {
|
|
29
30
|
en: deepmerge.all([
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<div class="flex flex-wrap items-center justify-center" v-if="userData !== undefined">
|
|
11
11
|
<div class="relative mb-4" @click="openImageEditor">
|
|
12
12
|
<Image v-if="userData?.image" :image="userData.image" class="mr-2 rounded-full profile-image"
|
|
13
|
-
domResize width="200" height="200" />
|
|
13
|
+
domResize width="200" height="200" />
|
|
14
14
|
<img v-else :src="identiconUrl" class="mr-2 rounded-full profile-image">
|
|
15
15
|
</div>
|
|
16
16
|
<command-form service="userIdentification" :action="updateMethod"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/user-frontend",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.35",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node --inspect --expose-gc server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; node server/start.js localDev --enableSessions --initScript ./init.js",
|
|
@@ -22,29 +22,29 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@live-change/cli": "^0.9.
|
|
26
|
-
"@live-change/dao": "^0.9.
|
|
27
|
-
"@live-change/dao-vue3": "^0.9.
|
|
28
|
-
"@live-change/dao-websocket": "^0.9.
|
|
29
|
-
"@live-change/email-service": "^0.9.
|
|
30
|
-
"@live-change/framework": "^0.9.
|
|
31
|
-
"@live-change/identicon-service": "^0.9.
|
|
32
|
-
"@live-change/image-frontend": "^0.9.
|
|
33
|
-
"@live-change/message-authentication-service": "^0.9.
|
|
34
|
-
"@live-change/notification-service": "^0.9.
|
|
35
|
-
"@live-change/password-authentication-service": "^0.9.
|
|
36
|
-
"@live-change/pattern": "^0.9.
|
|
37
|
-
"@live-change/secret-code-service": "^0.9.
|
|
38
|
-
"@live-change/secret-link-service": "^0.9.
|
|
39
|
-
"@live-change/security-frontend": "^0.9.
|
|
40
|
-
"@live-change/security-service": "^0.9.
|
|
41
|
-
"@live-change/session-service": "^0.9.
|
|
42
|
-
"@live-change/timer-service": "^0.9.
|
|
43
|
-
"@live-change/upload-service": "^0.9.
|
|
44
|
-
"@live-change/user-identification-service": "^0.9.
|
|
45
|
-
"@live-change/user-service": "^0.9.
|
|
46
|
-
"@live-change/vue3-components": "^0.9.
|
|
47
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
25
|
+
"@live-change/cli": "^0.9.35",
|
|
26
|
+
"@live-change/dao": "^0.9.35",
|
|
27
|
+
"@live-change/dao-vue3": "^0.9.35",
|
|
28
|
+
"@live-change/dao-websocket": "^0.9.35",
|
|
29
|
+
"@live-change/email-service": "^0.9.35",
|
|
30
|
+
"@live-change/framework": "^0.9.35",
|
|
31
|
+
"@live-change/identicon-service": "^0.9.35",
|
|
32
|
+
"@live-change/image-frontend": "^0.9.35",
|
|
33
|
+
"@live-change/message-authentication-service": "^0.9.35",
|
|
34
|
+
"@live-change/notification-service": "^0.9.35",
|
|
35
|
+
"@live-change/password-authentication-service": "^0.9.35",
|
|
36
|
+
"@live-change/pattern": "^0.9.35",
|
|
37
|
+
"@live-change/secret-code-service": "^0.9.35",
|
|
38
|
+
"@live-change/secret-link-service": "^0.9.35",
|
|
39
|
+
"@live-change/security-frontend": "^0.9.35",
|
|
40
|
+
"@live-change/security-service": "^0.9.35",
|
|
41
|
+
"@live-change/session-service": "^0.9.35",
|
|
42
|
+
"@live-change/timer-service": "^0.9.35",
|
|
43
|
+
"@live-change/upload-service": "^0.9.35",
|
|
44
|
+
"@live-change/user-identification-service": "^0.9.35",
|
|
45
|
+
"@live-change/user-service": "^0.9.35",
|
|
46
|
+
"@live-change/vue3-components": "^0.9.35",
|
|
47
|
+
"@live-change/vue3-ssr": "^0.9.35",
|
|
48
48
|
"@vueuse/core": "^12.3.0",
|
|
49
49
|
"codeceptjs-assert": "^0.0.5",
|
|
50
50
|
"codeceptjs-video-helper": "0.1.3",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"wtfnode": "^0.9.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
68
|
+
"@live-change/codeceptjs-helper": "^0.9.35",
|
|
69
69
|
"codeceptjs": "^3.6.10",
|
|
70
70
|
"generate-password": "1.7.1",
|
|
71
71
|
"playwright": "1.49.1",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
77
77
|
"license": "BSD-3-Clause",
|
|
78
78
|
"description": "",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "abe67aa58ccf8246b8b9fde832287b5305480b91"
|
|
80
80
|
}
|