@umoteam/editor 4.6.0 → 4.6.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/dist/umo-editor.js +3 -3
- package/package.json +2 -2
package/dist/umo-editor.js
CHANGED
|
@@ -68,7 +68,7 @@ import { saveAs as D0 } from "file-saver";
|
|
|
68
68
|
import N0 from "dom-to-image-more";
|
|
69
69
|
import La from "nzh/cn";
|
|
70
70
|
/**
|
|
71
|
-
* @umoteam/editor 4.6.
|
|
71
|
+
* @umoteam/editor 4.6.1
|
|
72
72
|
* @license MIT
|
|
73
73
|
* @author umodoc https://www.umodoc.com
|
|
74
74
|
* @see https://editor.umodoc.com/en/docs
|
|
@@ -45728,7 +45728,7 @@ var M0e = {
|
|
|
45728
45728
|
colonText: ":"
|
|
45729
45729
|
}
|
|
45730
45730
|
};
|
|
45731
|
-
const I0e = "@umoteam/editor", j0e = "4.6.
|
|
45731
|
+
const I0e = "@umoteam/editor", j0e = "4.6.1", B0e = "module", D0e = "Umo Editor is open-source document editor based on Vue3 and Tiptap. Umo Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.", N0e = [
|
|
45732
45732
|
"umo editor",
|
|
45733
45733
|
"umodoc editor",
|
|
45734
45734
|
"document editor",
|
|
@@ -45778,7 +45778,6 @@ const I0e = "@umoteam/editor", j0e = "4.6.0", B0e = "module", D0e = "Umo Editor
|
|
|
45778
45778
|
}, K0e = {
|
|
45779
45779
|
"@eslint/object-schema": "^2.1.4",
|
|
45780
45780
|
"@imgly/background-removal": "1.5.5",
|
|
45781
|
-
"@tiptap-pro/extension-invisible-characters": "^2.11.2",
|
|
45782
45781
|
"@tiptap/core": "^2.6.6",
|
|
45783
45782
|
"@tiptap/extension-bold": "^2.6.6",
|
|
45784
45783
|
"@tiptap/extension-bubble-menu": "^2.6.6",
|
|
@@ -45847,6 +45846,7 @@ const I0e = "@umoteam/editor", j0e = "4.6.0", B0e = "module", D0e = "Umo Editor
|
|
|
45847
45846
|
"@intlify/unplugin-vue-i18n": "^5.0.0",
|
|
45848
45847
|
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
|
|
45849
45848
|
"@testing-library/vue": "^8.1.0",
|
|
45849
|
+
"@tiptap-pro/extension-invisible-characters": "^2.11.2",
|
|
45850
45850
|
"@tiptap-pro/extension-mathematics": "^2.11.2",
|
|
45851
45851
|
"@tiptap-pro/extension-table-of-contents": "^2.11.2",
|
|
45852
45852
|
"@types/dom-to-image": "^2.6.7",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umoteam/editor",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Umo Editor is open-source document editor based on Vue3 and Tiptap. Umo Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.",
|
|
6
6
|
"keywords": [
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint/object-schema": "^2.1.4",
|
|
64
64
|
"@imgly/background-removal": "1.5.5",
|
|
65
|
-
"@tiptap-pro/extension-invisible-characters": "^2.11.2",
|
|
66
65
|
"@tiptap/core": "^2.6.6",
|
|
67
66
|
"@tiptap/extension-bold": "^2.6.6",
|
|
68
67
|
"@tiptap/extension-bubble-menu": "^2.6.6",
|
|
@@ -132,6 +131,7 @@
|
|
|
132
131
|
"@intlify/unplugin-vue-i18n": "^5.0.0",
|
|
133
132
|
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
|
|
134
133
|
"@testing-library/vue": "^8.1.0",
|
|
134
|
+
"@tiptap-pro/extension-invisible-characters": "^2.11.2",
|
|
135
135
|
"@tiptap-pro/extension-mathematics": "^2.11.2",
|
|
136
136
|
"@tiptap-pro/extension-table-of-contents": "^2.11.2",
|
|
137
137
|
"@types/dom-to-image": "^2.6.7",
|