mme-editor 1.0.5 → 1.0.7
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 +8 -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.7
|
|
119
119
|
* @license MIT
|
|
120
120
|
* @author finthing http://www.finething.net
|
|
121
121
|
* @see http://www.finething.net
|
|
@@ -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() {
|
|
@@ -56972,13 +56973,16 @@ const BSe = gr.create({
|
|
|
56972
56973
|
<p>部门: ${_.deptInfo || "-"}</p>
|
|
56973
56974
|
</div>
|
|
56974
56975
|
`,
|
|
56976
|
+
appendTo: () => document.body,
|
|
56975
56977
|
allowHTML: !0,
|
|
56976
56978
|
// 允许 HTML 内容
|
|
56977
56979
|
placement: "bottom",
|
|
56978
56980
|
// 弹框位置
|
|
56979
56981
|
theme: "light",
|
|
56980
56982
|
// 主题
|
|
56981
|
-
arrow: !0
|
|
56983
|
+
arrow: !0,
|
|
56984
|
+
interactive: !0
|
|
56985
|
+
// 允许与弹窗交互
|
|
56982
56986
|
});
|
|
56983
56987
|
});
|
|
56984
56988
|
};
|
|
@@ -62537,7 +62541,7 @@ const E3e = {
|
|
|
62537
62541
|
},
|
|
62538
62542
|
required: !1
|
|
62539
62543
|
}
|
|
62540
|
-
}), D3e = "mme-editor", j3e = "1.0.
|
|
62544
|
+
}), D3e = "mme-editor", j3e = "1.0.7", 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
62545
|
"mme editor",
|
|
62542
62546
|
"document editor",
|
|
62543
62547
|
"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.7",
|
|
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": [
|