hoeditor-web 3.3.2 → 3.3.3-beta.0
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/hoeditor.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "vue";
|
|
2
|
-
import { H as i, d as r, b as e, a as l, e as t, T as H, f as d, i as f } from "./index-
|
|
2
|
+
import { H as i, d as r, b as e, a as l, e as t, T as H, f as d, i as f } from "./index-D7dNVUUV.mjs";
|
|
3
3
|
export {
|
|
4
4
|
i as HoDocs,
|
|
5
5
|
r as HoEditorProvide,
|
|
@@ -15260,7 +15260,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
15260
15260
|
}
|
|
15261
15261
|
}
|
|
15262
15262
|
}
|
|
15263
|
-
const version = "3.3.
|
|
15263
|
+
const version = "3.3.3-beta.0";
|
|
15264
15264
|
var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
|
|
15265
15265
|
class SignNode extends BaseNode {
|
|
15266
15266
|
constructor(hoEditorFactoryID, rootNodes, pNode, nodeType, number, type, name, signType, signFormat, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, isTemplate, styleIndex, connectMode, isFront, allowEditSignTime, fingerPrintSrc, fingerPosition, attribute, connectChar, otherProperties, dataId, associatedElement, isTemp, innerIdentifier) {
|
|
@@ -65250,7 +65250,7 @@ WebPDecoder.prototype.getData = function() {
|
|
|
65250
65250
|
(function(a) {
|
|
65251
65251
|
function t() {
|
|
65252
65252
|
return function() {
|
|
65253
|
-
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-
|
|
65253
|
+
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-S9e5EiYE.mjs");
|
|
65254
65254
|
}().catch(function(r) {
|
|
65255
65255
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
65256
65256
|
}).then(function(r) {
|
|
@@ -73680,7 +73680,6 @@ const HoFooter = __component__$17.exports, _sfc_main$16 = {
|
|
|
73680
73680
|
this.id = t.id, this.qrcode = t.qrcode, this.textContent = t.textContent, this.correctLevel = t.correctLevel, this.isFillBack = t.isFillBack, this.name = t.name, this.innerIdentifier = t.innerIdentifier, this.size = t.width, setTimeout(() => this.codeChange(), 100);
|
|
73681
73681
|
} else
|
|
73682
73682
|
this.id = this.vueController.generateID("QC");
|
|
73683
|
-
this.innerIdentifier.includes("qrcode") && (this.isFillBack = !0);
|
|
73684
73683
|
},
|
|
73685
73684
|
methods: {
|
|
73686
73685
|
getQrcodeNode(a) {
|
|
@@ -73727,7 +73726,8 @@ const HoFooter = __component__$17.exports, _sfc_main$16 = {
|
|
|
73727
73726
|
this.size,
|
|
73728
73727
|
this.size,
|
|
73729
73728
|
this.name,
|
|
73730
|
-
this.innerIdentifier
|
|
73729
|
+
this.innerIdentifier,
|
|
73730
|
+
this.isFillBack
|
|
73731
73731
|
) : this.vueController.updateQrcode(
|
|
73732
73732
|
this.id,
|
|
73733
73733
|
this.textContent,
|
|
@@ -73743,7 +73743,8 @@ const HoFooter = __component__$17.exports, _sfc_main$16 = {
|
|
|
73743
73743
|
this.size,
|
|
73744
73744
|
this.size,
|
|
73745
73745
|
this.name,
|
|
73746
|
-
this.innerIdentifier
|
|
73746
|
+
this.innerIdentifier,
|
|
73747
|
+
this.isFillBack
|
|
73747
73748
|
), this.handleClose();
|
|
73748
73749
|
},
|
|
73749
73750
|
// openDataSourceModal() {
|