mme-editor 1.0.4 → 1.0.6
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/mme-editor.js +5 -4
- package/package.json +1 -1
package/dist/mme-editor.js
CHANGED
|
@@ -115,7 +115,7 @@ import yi from "nzh/cn";
|
|
|
115
115
|
import "dom-to-image-more";
|
|
116
116
|
import { ObjectSchema as k5 } from "@eslint/object-schema";
|
|
117
117
|
/**
|
|
118
|
-
* mme-editor 1.0.
|
|
118
|
+
* mme-editor 1.0.6
|
|
119
119
|
* @license MIT
|
|
120
120
|
* @author finthing http://www.finething.net
|
|
121
121
|
* @see http://www.finething.net
|
|
@@ -51849,7 +51849,7 @@ const _xe = /* @__PURE__ */ ee({
|
|
|
51849
51849
|
const o = N({
|
|
51850
51850
|
appendTo: document.body,
|
|
51851
51851
|
maxWidth: 580,
|
|
51852
|
-
zIndex:
|
|
51852
|
+
zIndex: 10001,
|
|
51853
51853
|
onShow(i) {
|
|
51854
51854
|
a.value = i;
|
|
51855
51855
|
},
|
|
@@ -55007,7 +55007,8 @@ const vC = N([]), fC = N(!1), Zke = (t) => ({
|
|
|
55007
55007
|
n[0].destroy(), e.destroy();
|
|
55008
55008
|
}
|
|
55009
55009
|
};
|
|
55010
|
-
}
|
|
55010
|
+
},
|
|
55011
|
+
allowedPrefixes: null
|
|
55011
55012
|
}), Qke = ar.create({
|
|
55012
55013
|
name: "nodeAlign",
|
|
55013
55014
|
addOptions() {
|
|
@@ -62537,7 +62538,7 @@ const E3e = {
|
|
|
62537
62538
|
},
|
|
62538
62539
|
required: !1
|
|
62539
62540
|
}
|
|
62540
|
-
}), D3e = "mme-editor", j3e = "1.0.
|
|
62541
|
+
}), D3e = "mme-editor", j3e = "1.0.6", I3e = "module", F3e = "MME Editor is open-source document editor based on Vue3 and Tiptap. MME 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.", R3e = [
|
|
62541
62542
|
"mme editor",
|
|
62542
62543
|
"document editor",
|
|
62543
62544
|
"docs editor",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mme-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MME Editor is open-source document editor based on Vue3 and Tiptap. MME 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": [
|