@creatorsn/powereditor3 0.1.17 → 0.2.0
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/dist/powereditor3.css +1 -1
- package/dist/powereditor3.js +23450 -23725
- package/dist/powereditor3.umd.cjs +134 -111
- package/dist/types/editor/index.d.ts +39 -31
- package/dist/types/editor/src/components/bubbleToolBar.vue.d.ts +6 -6
- package/dist/types/editor/src/components/custom/source/codeBlockX.vue.d.ts +6 -6
- package/dist/types/editor/src/components/custom/source/drawingBlock.vue.d.ts +5 -5
- package/dist/types/editor/src/components/custom/source/embedBlock.vue.d.ts +5 -5
- package/dist/types/editor/src/components/custom/source/equationBase.vue.d.ts +4 -3
- package/dist/types/editor/src/components/custom/source/imageBlock.vue.d.ts +5 -5
- package/dist/types/editor/src/components/custom/source/mediaContainer.vue.d.ts +2 -2
- package/dist/types/editor/src/components/custom/source/mentionItem.vue.d.ts +5 -3
- package/dist/types/editor/src/components/custom/source/taskItem.vue.d.ts +6 -6
- package/dist/types/editor/src/components/menus/calloutBase.vue.d.ts +1 -1
- package/dist/types/editor/src/components/menus/colorCallout.vue.d.ts +2 -2
- package/dist/types/editor/src/components/menus/embedCallout.vue.d.ts +2 -2
- package/dist/types/editor/src/components/menus/emojiCallout.vue.d.ts +2 -2
- package/dist/types/editor/src/components/menus/headingCallout.vue.d.ts +2 -2
- package/dist/types/editor/src/components/menus/imageCallout.vue.d.ts +2 -2
- package/dist/types/editor/src/components/menus/linkCallout.vue.d.ts +2 -2
- package/dist/types/editor/src/components/menus/tableCallout.vue.d.ts +2 -2
- package/dist/types/editor/src/components/toolBar.vue.d.ts +16 -16
- package/dist/types/editor/src/index.vue.d.ts +39 -31
- package/package.json +36 -24
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@creatorsn/powereditor3",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -28,29 +28,29 @@
|
|
|
28
28
|
"preview": "vite preview"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@creatorsn/vfluent3": "^0.3.
|
|
32
|
-
"@tiptap/core": "
|
|
33
|
-
"@tiptap/extension-bubble-menu": "
|
|
34
|
-
"@tiptap/extension-code-block": "
|
|
35
|
-
"@tiptap/extension-code-block-lowlight": "
|
|
36
|
-
"@tiptap/extension-color": "
|
|
37
|
-
"@tiptap/extension-highlight": "
|
|
38
|
-
"@tiptap/extension-link": "
|
|
39
|
-
"@tiptap/extension-placeholder": "
|
|
40
|
-
"@tiptap/extension-subscript": "
|
|
41
|
-
"@tiptap/extension-superscript": "
|
|
42
|
-
"@tiptap/extension-table": "
|
|
43
|
-
"@tiptap/extension-table-cell": "
|
|
44
|
-
"@tiptap/extension-table-header": "
|
|
45
|
-
"@tiptap/extension-table-row": "
|
|
46
|
-
"@tiptap/extension-task-item": "
|
|
47
|
-
"@tiptap/extension-task-list": "
|
|
48
|
-
"@tiptap/extension-text-align": "
|
|
49
|
-
"@tiptap/extension-text-style": "
|
|
50
|
-
"@tiptap/extension-underline": "
|
|
51
|
-
"@tiptap/pm": "
|
|
52
|
-
"@tiptap/starter-kit": "
|
|
53
|
-
"@tiptap/vue-3": "
|
|
31
|
+
"@creatorsn/vfluent3": "^0.3.67",
|
|
32
|
+
"@tiptap/core": "3.23.6",
|
|
33
|
+
"@tiptap/extension-bubble-menu": "3.23.6",
|
|
34
|
+
"@tiptap/extension-code-block": "3.23.6",
|
|
35
|
+
"@tiptap/extension-code-block-lowlight": "3.23.6",
|
|
36
|
+
"@tiptap/extension-color": "3.23.6",
|
|
37
|
+
"@tiptap/extension-highlight": "3.23.6",
|
|
38
|
+
"@tiptap/extension-link": "3.23.6",
|
|
39
|
+
"@tiptap/extension-placeholder": "3.23.6",
|
|
40
|
+
"@tiptap/extension-subscript": "3.23.6",
|
|
41
|
+
"@tiptap/extension-superscript": "3.23.6",
|
|
42
|
+
"@tiptap/extension-table": "3.23.6",
|
|
43
|
+
"@tiptap/extension-table-cell": "3.23.6",
|
|
44
|
+
"@tiptap/extension-table-header": "3.23.6",
|
|
45
|
+
"@tiptap/extension-table-row": "3.23.6",
|
|
46
|
+
"@tiptap/extension-task-item": "3.23.6",
|
|
47
|
+
"@tiptap/extension-task-list": "3.23.6",
|
|
48
|
+
"@tiptap/extension-text-align": "3.23.6",
|
|
49
|
+
"@tiptap/extension-text-style": "3.23.6",
|
|
50
|
+
"@tiptap/extension-underline": "3.23.6",
|
|
51
|
+
"@tiptap/pm": "3.23.6",
|
|
52
|
+
"@tiptap/starter-kit": "3.23.6",
|
|
53
|
+
"@tiptap/vue-3": "3.23.6",
|
|
54
54
|
"autoprefixer": "^10.4.21",
|
|
55
55
|
"core-js": "3.30.1",
|
|
56
56
|
"d3": "7.0.4",
|
|
@@ -78,5 +78,17 @@
|
|
|
78
78
|
"vite": "^6.3.5",
|
|
79
79
|
"vitepress": "^1.6.3",
|
|
80
80
|
"vue-tsc": "^2.2.8"
|
|
81
|
+
},
|
|
82
|
+
"overrides": {
|
|
83
|
+
"prosemirror-model": "1.25.7",
|
|
84
|
+
"prosemirror-state": "1.4.4",
|
|
85
|
+
"prosemirror-transform": "1.12.0",
|
|
86
|
+
"prosemirror-view": "1.41.8"
|
|
87
|
+
},
|
|
88
|
+
"resolutions": {
|
|
89
|
+
"prosemirror-model": "1.25.7",
|
|
90
|
+
"prosemirror-state": "1.4.4",
|
|
91
|
+
"prosemirror-transform": "1.12.0",
|
|
92
|
+
"prosemirror-view": "1.41.8"
|
|
81
93
|
}
|
|
82
94
|
}
|