smart-editor-v3 1.12.0 → 1.12.1
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/smart-editor-package.js +6 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -54043,8 +54043,11 @@ const dW = {
|
|
|
54043
54043
|
return Bt(
|
|
54044
54044
|
L7,
|
|
54045
54045
|
{
|
|
54046
|
-
style: `max-width: ${272 - 12 * (h - 1)}px
|
|
54047
|
-
tooltip: {
|
|
54046
|
+
style: `max-width: ${272 - 12 * (h - 1)}px;white-space: pre;`,
|
|
54047
|
+
tooltip: {
|
|
54048
|
+
width: "trigger",
|
|
54049
|
+
"content-style": "white-space: pre-wrap;"
|
|
54050
|
+
}
|
|
54048
54051
|
},
|
|
54049
54052
|
{ default: () => f.textContent }
|
|
54050
54053
|
);
|
|
@@ -54118,7 +54121,7 @@ const dW = {
|
|
|
54118
54121
|
]);
|
|
54119
54122
|
};
|
|
54120
54123
|
}
|
|
54121
|
-
}, mW = /* @__PURE__ */ tt(pW, [["__scopeId", "data-v-
|
|
54124
|
+
}, mW = /* @__PURE__ */ tt(pW, [["__scopeId", "data-v-e1a28f24"]]), gW = { class: "smart-page-container" }, bW = { class: "smart-zoomable-container smart-scrollbar" }, vW = { class: "smart-tool-container" }, yW = { class: "auto-bg" }, wW = ["onClick"], xW = ["onClick"], _W = {
|
|
54122
54125
|
__name: "page",
|
|
54123
54126
|
setup(t) {
|
|
54124
54127
|
const { container: e, page: n, options: r } = de(), i = ae(!1), o = ae(!1), s = [
|