@umoteam/editor 3.0.0 → 3.1.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/style.css +1 -1
- package/dist/umo-editor.mjs +22454 -21783
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umoteam/editor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Umo Editor is an open-source document editor based on Vue3, offering localized functionalities. It provides comprehensive document editing capabilities and AI creation features, supports Markdown syntax, basic rich-text editing features, a variety of node types in multiple formats, a range of practical tools, and customization of page styles. It also supports exporting in various formats, printing and print preview, document block editing, adding custom extensions, i18n settings, and dark mode support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"umo editor",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@tiptap/pm": "^2.5.8",
|
|
83
83
|
"@tiptap/starter-kit": "^2.5.8",
|
|
84
84
|
"@tiptap/vue-3": "^2.5.8",
|
|
85
|
-
"@umoteam/editor-external": "3.
|
|
85
|
+
"@umoteam/editor-external": "3.1.0",
|
|
86
86
|
"@vue-monaco/editor": "^0.0.6",
|
|
87
87
|
"@vueuse/core": "^10.11.0",
|
|
88
88
|
"dom-to-image-more": "^3.3.1",
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"hotkeys-js": "^3.13.7",
|
|
93
93
|
"jsbarcode": "^3.11.6",
|
|
94
94
|
"katex": "^0.16.11",
|
|
95
|
+
"mammoth": "^1.8.0",
|
|
95
96
|
"mermaid": "^10.9.1",
|
|
96
97
|
"nzh": "^1.0.12",
|
|
97
98
|
"plyr": "^3.7.8",
|
|
@@ -104,25 +105,25 @@
|
|
|
104
105
|
"vue-i18n": "^9.13.1"
|
|
105
106
|
},
|
|
106
107
|
"devDependencies": {
|
|
108
|
+
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
107
109
|
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
|
|
108
110
|
"@tiptap-pro/extension-invisible-characters": "^2.10.5",
|
|
109
111
|
"@tiptap-pro/extension-mathematics": "^2.10.5",
|
|
110
112
|
"@tiptap-pro/extension-table-of-contents": "^2.10.5",
|
|
111
|
-
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
112
113
|
"@vitejs/plugin-vue": "^5.1.1",
|
|
113
114
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
114
|
-
"tdesign-vue-next": "^1.9.8",
|
|
115
|
-
"vue": "^3.4.34",
|
|
116
115
|
"eslint": "^9.8.0",
|
|
117
116
|
"eslint-plugin-vue": "^9.27.0",
|
|
118
117
|
"less": "^4.2.0",
|
|
119
118
|
"less-loader": "^12.2.0",
|
|
120
119
|
"prettier": "^3.3.3",
|
|
120
|
+
"tdesign-vue-next": "^1.9.8",
|
|
121
121
|
"unplugin-auto-import": "^0.18.2",
|
|
122
122
|
"unplugin-vue-components": "^0.27.3",
|
|
123
123
|
"unplugin-vue-macros": "^2.10.0",
|
|
124
124
|
"vite": "^5.3.5",
|
|
125
|
-
"vite-plugin-svg-icons": "^2.0.1"
|
|
125
|
+
"vite-plugin-svg-icons": "^2.0.1",
|
|
126
|
+
"vue": "^3.4.34"
|
|
126
127
|
},
|
|
127
128
|
"engines": {
|
|
128
129
|
"node": ">=18.0.0"
|