@halo-dev/richtext-editor 0.0.0-alpha.7 → 0.0.0-alpha.8
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.
|
@@ -19191,7 +19191,7 @@ img.ProseMirror-separator {
|
|
|
19191
19191
|
type: Object,
|
|
19192
19192
|
required: true
|
|
19193
19193
|
},
|
|
19194
|
-
|
|
19194
|
+
additionalMenuItems: {
|
|
19195
19195
|
type: Array,
|
|
19196
19196
|
required: false,
|
|
19197
19197
|
default: () => []
|
|
@@ -19355,7 +19355,7 @@ img.ProseMirror-separator {
|
|
|
19355
19355
|
action: () => props.editor.chain().focus().setTextAlign("justify").run(),
|
|
19356
19356
|
isActive: () => props.editor.isActive({ textAlign: "justify" })
|
|
19357
19357
|
},
|
|
19358
|
-
...props.
|
|
19358
|
+
...props.additionalMenuItems
|
|
19359
19359
|
];
|
|
19360
19360
|
return (_ctx, _cache) => {
|
|
19361
19361
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, [
|
|
@@ -19556,7 +19556,7 @@ img.ProseMirror-separator {
|
|
|
19556
19556
|
type: Object,
|
|
19557
19557
|
required: true
|
|
19558
19558
|
},
|
|
19559
|
-
|
|
19559
|
+
additionalMenuItems: {
|
|
19560
19560
|
type: Array,
|
|
19561
19561
|
required: false,
|
|
19562
19562
|
default: () => []
|
|
@@ -19568,8 +19568,8 @@ img.ProseMirror-separator {
|
|
|
19568
19568
|
vue.createVNode(_sfc_main$4, { editor: __props.editor }, null, 8, ["editor"]),
|
|
19569
19569
|
vue.createVNode(_sfc_main$5, {
|
|
19570
19570
|
editor: __props.editor,
|
|
19571
|
-
|
|
19572
|
-
}, null, 8, ["editor", "
|
|
19571
|
+
additionalMenuItems: __props.additionalMenuItems
|
|
19572
|
+
}, null, 8, ["editor", "additionalMenuItems"]),
|
|
19573
19573
|
vue.createElementVNode("div", _hoisted_2$3, [
|
|
19574
19574
|
vue.createVNode(vue.unref(EditorContent), {
|
|
19575
19575
|
editor: __props.editor,
|