vdc-editor 0.1.32 → 0.1.33
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/lib/vdc-editor.mjs
CHANGED
|
@@ -70037,7 +70037,7 @@ const pve = /* @__PURE__ */ V({
|
|
|
70037
70037
|
const y = [];
|
|
70038
70038
|
return new Set(i.value.map((E) => E.pageNumber)).forEach((E) => {
|
|
70039
70039
|
document.querySelectorAll(`[page-number="${E}"][data-node-view-wrapper]`).forEach((S, T) => {
|
|
70040
|
-
|
|
70040
|
+
y.push({
|
|
70041
70041
|
page: E,
|
|
70042
70042
|
view: S.getBoundingClientRect()
|
|
70043
70043
|
});
|
|
@@ -70332,7 +70332,10 @@ const pve = /* @__PURE__ */ V({
|
|
|
70332
70332
|
const o = FE;
|
|
70333
70333
|
return I(), U(o, be(e, {
|
|
70334
70334
|
modelValue: e.modelValue,
|
|
70335
|
-
"onUpdate:modelValue":
|
|
70335
|
+
"onUpdate:modelValue": [
|
|
70336
|
+
r[0] || (r[0] = (i) => e.modelValue = i),
|
|
70337
|
+
r[1] || (r[1] = (i) => n.$emit("update:modelValue", i))
|
|
70338
|
+
]
|
|
70336
70339
|
}), null, 16, ["modelValue"]);
|
|
70337
70340
|
};
|
|
70338
70341
|
}
|
|
@@ -70362,7 +70365,10 @@ const pve = /* @__PURE__ */ V({
|
|
|
70362
70365
|
return I(), U(o, be(e, {
|
|
70363
70366
|
mode: _(ds).EDITOR,
|
|
70364
70367
|
modelValue: e.modelValue,
|
|
70365
|
-
"onUpdate:modelValue":
|
|
70368
|
+
"onUpdate:modelValue": [
|
|
70369
|
+
r[0] || (r[0] = (i) => e.modelValue = i),
|
|
70370
|
+
r[1] || (r[1] = (i) => n.$emit("update:modelValue", i))
|
|
70371
|
+
]
|
|
70366
70372
|
}), null, 16, ["mode", "modelValue"]);
|
|
70367
70373
|
};
|
|
70368
70374
|
}
|