@live-change/wysiwyg-frontend 0.4.5 → 0.8.2
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/package.json +42 -43
- package/front/components.d.ts +0 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/wysiwyg-frontend",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -21,48 +21,48 @@
|
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@codemirror/commands": "^6.
|
|
24
|
+
"@codemirror/commands": "^6.3.3",
|
|
25
25
|
"@codemirror/lang-css": "^6.2.1",
|
|
26
|
-
"@codemirror/lang-javascript": "^6.
|
|
27
|
-
"@codemirror/language": "6.
|
|
28
|
-
"@codemirror/view": "^6.
|
|
26
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
|
27
|
+
"@codemirror/language": "6.10.1",
|
|
28
|
+
"@codemirror/view": "^6.24.1",
|
|
29
29
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
30
|
-
"@live-change/cli": "0.8.
|
|
30
|
+
"@live-change/cli": "^0.8.2",
|
|
31
31
|
"@live-change/dao": "0.6.0",
|
|
32
|
-
"@live-change/dao-vue3": "0.
|
|
33
|
-
"@live-change/dao-websocket": "0.
|
|
34
|
-
"@live-change/framework": "0.8.
|
|
35
|
-
"@live-change/password-authentication-service": "0.
|
|
36
|
-
"@live-change/prosemirror-service": "0.
|
|
37
|
-
"@live-change/secret-code-service": "0.
|
|
38
|
-
"@live-change/secret-link-service": "0.
|
|
39
|
-
"@live-change/session-service": "0.
|
|
40
|
-
"@live-change/vue3-components": "0.2
|
|
41
|
-
"@live-change/vue3-ssr": "0.2
|
|
42
|
-
"@tiptap/core": "^2.
|
|
43
|
-
"@tiptap/extension-blockquote": "^2.
|
|
44
|
-
"@tiptap/extension-bold": "^2.
|
|
45
|
-
"@tiptap/extension-bullet-list": "^2.
|
|
46
|
-
"@tiptap/extension-code": "^2.
|
|
47
|
-
"@tiptap/extension-code-block": "^2.
|
|
48
|
-
"@tiptap/extension-document": "^2.
|
|
49
|
-
"@tiptap/extension-dropcursor": "^2.
|
|
50
|
-
"@tiptap/extension-gapcursor": "^2.
|
|
51
|
-
"@tiptap/extension-hard-break": "^2.
|
|
52
|
-
"@tiptap/extension-heading": "^2.
|
|
53
|
-
"@tiptap/extension-highlight": "^2.
|
|
54
|
-
"@tiptap/extension-history": "^2.
|
|
55
|
-
"@tiptap/extension-horizontal-rule": "^2.
|
|
56
|
-
"@tiptap/extension-italic": "^2.
|
|
57
|
-
"@tiptap/extension-link": "2.
|
|
58
|
-
"@tiptap/extension-list-item": "^2.
|
|
59
|
-
"@tiptap/extension-ordered-list": "^2.
|
|
60
|
-
"@tiptap/extension-paragraph": "^2.
|
|
61
|
-
"@tiptap/extension-strike": "^2.
|
|
62
|
-
"@tiptap/extension-text": "^2.
|
|
63
|
-
"@tiptap/extension-underline": "2.
|
|
64
|
-
"@tiptap/pm": "2.
|
|
65
|
-
"@tiptap/vue-3": "2.
|
|
32
|
+
"@live-change/dao-vue3": "^0.8.2",
|
|
33
|
+
"@live-change/dao-websocket": "^0.8.2",
|
|
34
|
+
"@live-change/framework": "^0.8.2",
|
|
35
|
+
"@live-change/password-authentication-service": "^0.8.2",
|
|
36
|
+
"@live-change/prosemirror-service": "^0.8.2",
|
|
37
|
+
"@live-change/secret-code-service": "^0.8.2",
|
|
38
|
+
"@live-change/secret-link-service": "^0.8.2",
|
|
39
|
+
"@live-change/session-service": "^0.8.2",
|
|
40
|
+
"@live-change/vue3-components": "^0.8.2",
|
|
41
|
+
"@live-change/vue3-ssr": "^0.8.2",
|
|
42
|
+
"@tiptap/core": "^2.2.4",
|
|
43
|
+
"@tiptap/extension-blockquote": "^2.2.4",
|
|
44
|
+
"@tiptap/extension-bold": "^2.2.4",
|
|
45
|
+
"@tiptap/extension-bullet-list": "^2.2.4",
|
|
46
|
+
"@tiptap/extension-code": "^2.2.4",
|
|
47
|
+
"@tiptap/extension-code-block": "^2.2.4",
|
|
48
|
+
"@tiptap/extension-document": "^2.2.4",
|
|
49
|
+
"@tiptap/extension-dropcursor": "^2.2.4",
|
|
50
|
+
"@tiptap/extension-gapcursor": "^2.2.4",
|
|
51
|
+
"@tiptap/extension-hard-break": "^2.2.4",
|
|
52
|
+
"@tiptap/extension-heading": "^2.2.4",
|
|
53
|
+
"@tiptap/extension-highlight": "^2.2.4",
|
|
54
|
+
"@tiptap/extension-history": "^2.2.4",
|
|
55
|
+
"@tiptap/extension-horizontal-rule": "^2.2.4",
|
|
56
|
+
"@tiptap/extension-italic": "^2.2.4",
|
|
57
|
+
"@tiptap/extension-link": "2.2.4",
|
|
58
|
+
"@tiptap/extension-list-item": "^2.2.4",
|
|
59
|
+
"@tiptap/extension-ordered-list": "^2.2.4",
|
|
60
|
+
"@tiptap/extension-paragraph": "^2.2.4",
|
|
61
|
+
"@tiptap/extension-strike": "^2.2.4",
|
|
62
|
+
"@tiptap/extension-text": "^2.2.4",
|
|
63
|
+
"@tiptap/extension-underline": "2.2.4",
|
|
64
|
+
"@tiptap/pm": "2.2.4",
|
|
65
|
+
"@tiptap/vue-3": "2.2.4",
|
|
66
66
|
"@vueuse/core": "^10.7.2",
|
|
67
67
|
"codeceptjs-assert": "^0.0.5",
|
|
68
68
|
"compression": "^1.7.4",
|
|
@@ -83,8 +83,7 @@
|
|
|
83
83
|
"vue3-scroll-border": "0.1.6"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@live-change/codeceptjs-helper": "0.8.
|
|
87
|
-
"@wdio/selenium-standalone-service": "^8.15.0",
|
|
86
|
+
"@live-change/codeceptjs-helper": "^0.8.2",
|
|
88
87
|
"codeceptjs": "^3.5.12",
|
|
89
88
|
"generate-password": "1.7.1",
|
|
90
89
|
"playwright": "^1.41.2",
|
|
@@ -95,5 +94,5 @@
|
|
|
95
94
|
"author": "",
|
|
96
95
|
"license": "ISC",
|
|
97
96
|
"description": "",
|
|
98
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "53b8efc8ec7f5c1c4af33077d8fb4a8a5580f1d9"
|
|
99
98
|
}
|
package/front/components.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* prettier-ignore */
|
|
3
|
-
// @ts-nocheck
|
|
4
|
-
// Generated by unplugin-vue-components
|
|
5
|
-
// Read more: https://github.com/vuejs/core/pull/3399
|
|
6
|
-
export {}
|
|
7
|
-
|
|
8
|
-
declare module 'vue' {
|
|
9
|
-
export interface GlobalComponents {
|
|
10
|
-
DocumentEditor: typeof import('./src/components/DocumentEditor.vue')['default']
|
|
11
|
-
Editor: typeof import('./src/components/Editor.vue')['default']
|
|
12
|
-
EditorMenu: typeof import('./src/components/EditorMenu.vue')['default']
|
|
13
|
-
EmptyComponent: typeof import('./src/components/EmptyComponent.vue')['default']
|
|
14
|
-
LinkEditor: typeof import('./src/components/LinkEditor.vue')['default']
|
|
15
|
-
PaddingEditor: typeof import('./src/components/PaddingEditor.vue')['default']
|
|
16
|
-
RouterLink: typeof import('vue-router')['RouterLink']
|
|
17
|
-
RouterView: typeof import('vue-router')['RouterView']
|
|
18
|
-
SettingsEditor: typeof import('./src/components/SettingsEditor.vue')['default']
|
|
19
|
-
StyleEditor: typeof import('./src/components/StyleEditor.vue')['default']
|
|
20
|
-
TemplatesMenu: typeof import('./src/components/TemplatesMenu.vue')['default']
|
|
21
|
-
}
|
|
22
|
-
}
|