officialblock 1.6.5 → 1.6.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/official-block.cjs.js +1 -1
- package/dist/official-block.es.js +30 -22
- package/dist/official-block.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -574,29 +574,37 @@ const qu = { class: "button-text" }, Du = { class: "link-text" }, Yu = /* @__PUR
|
|
|
574
574
|
var S;
|
|
575
575
|
return (S = s.value) == null ? void 0 : S.enable();
|
|
576
576
|
}
|
|
577
|
-
}), (S, _) =>
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
577
|
+
}), (S, _) => {
|
|
578
|
+
const k = j("client-only");
|
|
579
|
+
return b(), Z(k, null, {
|
|
580
|
+
default: T(() => [
|
|
581
|
+
o("div", bc, [
|
|
582
|
+
m(se(Hu), {
|
|
583
|
+
class: "editor-toolbar",
|
|
584
|
+
editor: s.value,
|
|
585
|
+
defaultConfig: h,
|
|
586
|
+
mode: n.mode
|
|
587
|
+
}, null, 8, ["editor", "mode"]),
|
|
588
|
+
m(se(Uu), {
|
|
589
|
+
class: "editor-content",
|
|
590
|
+
style: he({ height: d.value }),
|
|
591
|
+
modelValue: i.value,
|
|
592
|
+
"onUpdate:modelValue": _[0] || (_[0] = (M) => i.value = M),
|
|
593
|
+
defaultConfig: V,
|
|
594
|
+
mode: n.mode,
|
|
595
|
+
onOnCreated: y,
|
|
596
|
+
onOnChange: g,
|
|
597
|
+
onOnDestroyed: w,
|
|
598
|
+
onOnFocus: x,
|
|
599
|
+
onOnBlur: P
|
|
600
|
+
}, null, 8, ["style", "modelValue", "mode"])
|
|
601
|
+
])
|
|
602
|
+
]),
|
|
603
|
+
_: 1
|
|
604
|
+
});
|
|
605
|
+
};
|
|
598
606
|
}
|
|
599
|
-
}), ft = /* @__PURE__ */ le(wc, [["__scopeId", "data-v-
|
|
607
|
+
}), ft = /* @__PURE__ */ le(wc, [["__scopeId", "data-v-5810ba54"]]), _c = { class: "setting-content" }, xc = { class: "setting-header flex items-center" }, Vc = { class: "setting-header flex items-center" }, kc = { class: "setting-body" }, Cc = { class: "setting-item" }, Tc = { class: "item-name" }, Sc = { class: "btn-group" }, Pc = { class: "drag-handle" }, Lc = { class: "btn-group" }, Oc = {
|
|
600
608
|
key: 0,
|
|
601
609
|
class: "drag-handle"
|
|
602
610
|
}, Mc = { class: "item-action flex items-center" }, $c = ["onClick"], jc = { class: "btn-group" }, Nc = {
|