mme-editor 1.1.15 → 1.1.16
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 +12 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/mme-editor.js
CHANGED
|
@@ -116,7 +116,7 @@ import yi from "nzh/cn";
|
|
|
116
116
|
import "dom-to-image-more";
|
|
117
117
|
import { ObjectSchema as U5 } from "@eslint/object-schema";
|
|
118
118
|
/**
|
|
119
|
-
* mme-editor 1.1.
|
|
119
|
+
* mme-editor 1.1.16
|
|
120
120
|
* @license MIT
|
|
121
121
|
* @author finthing http://www.finething.net
|
|
122
122
|
* @see http://www.finething.net
|
|
@@ -56967,6 +56967,8 @@ const oOe = ["data-workitem-instid"], lOe = { class: "umo-node-workitem-inner" }
|
|
|
56967
56967
|
onMousedown: Jv(b, ["stop"])
|
|
56968
56968
|
}, [
|
|
56969
56969
|
W("span", fOe, [
|
|
56970
|
+
W("span", null, pe(k.node.attrs.outline), 1),
|
|
56971
|
+
x[10] || (x[10] = Ge(" ", -1)),
|
|
56970
56972
|
W("span", {
|
|
56971
56973
|
onClick: x[5] || (x[5] = (O) => m("detail"))
|
|
56972
56974
|
}, pe(
|
|
@@ -56984,7 +56986,7 @@ const oOe = ["data-workitem-instid"], lOe = { class: "umo-node-workitem-inner" }
|
|
|
56984
56986
|
g(S(pm))
|
|
56985
56987
|
], 512)
|
|
56986
56988
|
]),
|
|
56987
|
-
x[
|
|
56989
|
+
x[11] || (x[11] = W("div", { class: "umo-node-workitem-bottom" }, null, -1))
|
|
56988
56990
|
], 8, oOe)
|
|
56989
56991
|
];
|
|
56990
56992
|
}),
|
|
@@ -56993,7 +56995,7 @@ const oOe = ["data-workitem-instid"], lOe = { class: "umo-node-workitem-inner" }
|
|
|
56993
56995
|
};
|
|
56994
56996
|
}
|
|
56995
56997
|
});
|
|
56996
|
-
const pOe = /* @__PURE__ */ nt(mOe, [["__scopeId", "data-v-
|
|
56998
|
+
const pOe = /* @__PURE__ */ nt(mOe, [["__scopeId", "data-v-4e0ba820"]]);
|
|
56997
56999
|
function hOe(t, e) {
|
|
56998
57000
|
if (!t || typeof t != "string")
|
|
56999
57001
|
return e.nodeFromJSON({ type: "paragraph" });
|
|
@@ -57043,6 +57045,11 @@ const gOe = gr.create({
|
|
|
57043
57045
|
parseHTML: (t) => t.getAttribute("workitem-icon"),
|
|
57044
57046
|
renderHTML: (t) => ({ "workitem-icon": t.workitemIcon })
|
|
57045
57047
|
},
|
|
57048
|
+
outline: {
|
|
57049
|
+
default: null,
|
|
57050
|
+
parseHTML: (t) => t.getAttribute("outline"),
|
|
57051
|
+
renderHTML: (t) => ({ outline: t.outline })
|
|
57052
|
+
},
|
|
57046
57053
|
isDirty: {
|
|
57047
57054
|
default: !1,
|
|
57048
57055
|
parseHTML: () => !1,
|
|
@@ -57113,6 +57120,7 @@ const gOe = gr.create({
|
|
|
57113
57120
|
isCheckingPermission: t.isCheckingPermission,
|
|
57114
57121
|
workitemTitle: t.title,
|
|
57115
57122
|
workitemIcon: t.icon,
|
|
57123
|
+
outline: t.outline,
|
|
57116
57124
|
isDirty: !1,
|
|
57117
57125
|
index: t.index || 0
|
|
57118
57126
|
},
|
|
@@ -63070,7 +63078,7 @@ const f5e = {
|
|
|
63070
63078
|
},
|
|
63071
63079
|
required: !1
|
|
63072
63080
|
}
|
|
63073
|
-
}), g5e = "mme-editor", b5e = "1.1.
|
|
63081
|
+
}), g5e = "mme-editor", b5e = "1.1.16", y5e = "module", _5e = "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.", w5e = [
|
|
63074
63082
|
"mme editor",
|
|
63075
63083
|
"document editor",
|
|
63076
63084
|
"docs editor",
|