@umoteam/editor 1.2.2 → 1.3.1
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/README.md +16 -14
- package/dist/es/style.css +1 -1
- package/dist/es/umo-editor.mjs +10765 -10257
- package/dist/umd/style.css +1 -1
- package/dist/umd/umo-editor.js +2 -2
- package/dist/umd/umo-editor.js.gz +0 -0
- package/package.json +11 -11
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umoteam/editor",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown
|
|
3
|
+
"version": "1.3.1",
|
|
4
|
+
"description": "Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览、支持文档块编辑。",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"umo editor",
|
|
7
7
|
"umodoc editor",
|
|
@@ -49,12 +49,13 @@
|
|
|
49
49
|
"@humanwhocodes/object-schema": "^2.0.3",
|
|
50
50
|
"@imgly/background-removal": "1.4.5",
|
|
51
51
|
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
|
|
52
|
-
"@tiptap-pro/extension-invisible-characters": "^2.8.
|
|
53
|
-
"@tiptap-pro/extension-mathematics": "^2.8.
|
|
54
|
-
"@tiptap-pro/extension-table-of-contents": "^2.8.
|
|
52
|
+
"@tiptap-pro/extension-invisible-characters": "^2.8.8",
|
|
53
|
+
"@tiptap-pro/extension-mathematics": "^2.8.8",
|
|
54
|
+
"@tiptap-pro/extension-table-of-contents": "^2.8.8",
|
|
55
55
|
"@tiptap/extension-bubble-menu": "^2.4.0",
|
|
56
56
|
"@tiptap/extension-character-count": "^2.4.0",
|
|
57
57
|
"@tiptap/extension-color": "^2.4.0",
|
|
58
|
+
"@tiptap/extension-focus": "^2.4.0",
|
|
58
59
|
"@tiptap/extension-font-family": "^2.4.0",
|
|
59
60
|
"@tiptap/extension-highlight": "^2.4.0",
|
|
60
61
|
"@tiptap/extension-horizontal-rule": "^2.4.0",
|
|
@@ -76,9 +77,8 @@
|
|
|
76
77
|
"@tiptap/pm": "^2.4.0",
|
|
77
78
|
"@tiptap/starter-kit": "^2.4.0",
|
|
78
79
|
"@tiptap/vue-3": "^2.4.0",
|
|
79
|
-
"@umoteam/editor-external": "^1.2.2",
|
|
80
80
|
"@vue-monaco/editor": "^0.0.6",
|
|
81
|
-
"@vueuse/core": "^10.
|
|
81
|
+
"@vueuse/core": "^10.10.0",
|
|
82
82
|
"dom-to-image-more": "^3.3.0",
|
|
83
83
|
"es-drager": "^1.2.11",
|
|
84
84
|
"file-saver": "^2.0.5",
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"vue-esign": "^1.1.4"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
102
|
+
"@vitejs/plugin-vue": "^5.0.5",
|
|
103
103
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
104
|
-
"eslint": "^9.
|
|
104
|
+
"eslint": "^9.4.0",
|
|
105
105
|
"eslint-plugin-vue": "^9.26.0",
|
|
106
106
|
"less": "^4.2.0",
|
|
107
107
|
"less-loader": "^12.2.0",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"terser": "^5.31.0",
|
|
110
110
|
"unplugin-auto-import": "^0.17.6",
|
|
111
111
|
"unplugin-vue-components": "^0.27.0",
|
|
112
|
-
"unplugin-vue-macros": "^2.9.
|
|
113
|
-
"vite": "^5.2.
|
|
112
|
+
"unplugin-vue-macros": "^2.9.3",
|
|
113
|
+
"vite": "^5.2.12",
|
|
114
114
|
"vite-plugin-compression2": "^1.1.1",
|
|
115
115
|
"vite-plugin-svg-icons": "^2.0.1"
|
|
116
116
|
},
|