@live-change/frontend-base 0.9.204 → 0.9.205
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/Page.vue +2 -0
- package/package.json +21 -21
package/Page.vue
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<ConfirmPopup v-if="isMounted" />
|
|
6
6
|
<DynamicDialog v-if="isMounted" />
|
|
7
|
+
<Toast />
|
|
7
8
|
|
|
8
9
|
<div class="relative h-0 w-full" v-if="isMounted">
|
|
9
10
|
<ProgressBar v-if="loading || working" mode="indeterminate" class="absolute w-full" style="height: .2em" />
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
|
|
26
27
|
import ConfirmPopup from 'primevue/confirmpopup'
|
|
27
28
|
import DynamicDialog from 'primevue/dynamicdialog'
|
|
29
|
+
import Toast from 'primevue/toast'
|
|
28
30
|
|
|
29
31
|
import ProgressBar from "primevue/progressbar"
|
|
30
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/frontend-base",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.205",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --templatePath ../../base-frontend/index.html",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@codemirror/language": "6.
|
|
24
|
+
"@codemirror/language": "6.12.3",
|
|
25
25
|
"@dotenvx/dotenvx": "0.27.0",
|
|
26
26
|
"@lezer/cpp": "=1.1.1",
|
|
27
27
|
"@lezer/css": "=1.1.3",
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"@lezer/rust": "=1.0.1",
|
|
36
36
|
"@lezer/sass": "=1.0.3",
|
|
37
37
|
"@lezer/xml": "=1.0.2",
|
|
38
|
-
"@live-change/cli": "^0.9.
|
|
39
|
-
"@live-change/dao": "^0.9.
|
|
40
|
-
"@live-change/dao-message": "^0.9.
|
|
41
|
-
"@live-change/dao-sockjs": "^0.9.
|
|
42
|
-
"@live-change/dao-vue3": "^0.9.
|
|
43
|
-
"@live-change/dao-websocket": "^0.9.
|
|
44
|
-
"@live-change/email-service": "^0.9.
|
|
45
|
-
"@live-change/password-authentication-service": "^0.9.
|
|
46
|
-
"@live-change/secret-code-service": "^0.9.
|
|
47
|
-
"@live-change/secret-link-service": "^0.9.
|
|
48
|
-
"@live-change/security-frontend": "^0.9.
|
|
49
|
-
"@live-change/session-service": "^0.9.
|
|
50
|
-
"@live-change/user-service": "^0.9.
|
|
51
|
-
"@live-change/vue3-components": "^0.9.
|
|
52
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
38
|
+
"@live-change/cli": "^0.9.205",
|
|
39
|
+
"@live-change/dao": "^0.9.205",
|
|
40
|
+
"@live-change/dao-message": "^0.9.205",
|
|
41
|
+
"@live-change/dao-sockjs": "^0.9.205",
|
|
42
|
+
"@live-change/dao-vue3": "^0.9.205",
|
|
43
|
+
"@live-change/dao-websocket": "^0.9.205",
|
|
44
|
+
"@live-change/email-service": "^0.9.205",
|
|
45
|
+
"@live-change/password-authentication-service": "^0.9.205",
|
|
46
|
+
"@live-change/secret-code-service": "^0.9.205",
|
|
47
|
+
"@live-change/secret-link-service": "^0.9.205",
|
|
48
|
+
"@live-change/security-frontend": "^0.9.205",
|
|
49
|
+
"@live-change/session-service": "^0.9.205",
|
|
50
|
+
"@live-change/user-service": "^0.9.205",
|
|
51
|
+
"@live-change/vue3-components": "^0.9.205",
|
|
52
|
+
"@live-change/vue3-ssr": "^0.9.205",
|
|
53
53
|
"@primevue/themes": "^4.3.3",
|
|
54
54
|
"@tailwindcss/node": "4.1.0",
|
|
55
55
|
"@tailwindcss/oxide": "4.1.0",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"vue3-scroll-border": "0.1.7"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
110
|
+
"@live-change/codeceptjs-helper": "^0.9.205",
|
|
111
111
|
"codeceptjs": "^3.7.6",
|
|
112
|
-
"generate-password": "1.7.1",
|
|
113
|
-
"playwright": "1.49.1",
|
|
112
|
+
"generate-password": "^1.7.1",
|
|
113
|
+
"playwright": "^1.49.1",
|
|
114
114
|
"random-profile-generator": "^2.3.0",
|
|
115
115
|
"tsx": "^4.21.0",
|
|
116
116
|
"txtgen": "^3.0.7",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
123
123
|
"license": "BSD-3-Clause",
|
|
124
124
|
"description": "",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "ef195e51ea283e56d891b11da5d5f586691507db"
|
|
126
126
|
}
|