hoeditor-web 3.2.61 → 3.2.63
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-C77Q8cVc.mjs";
|
|
3
3
|
export {
|
|
4
4
|
i as HoDocs,
|
|
5
5
|
r as HoEditorProvide,
|
|
@@ -14940,7 +14940,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
14940
14940
|
}
|
|
14941
14941
|
}
|
|
14942
14942
|
}
|
|
14943
|
-
const version = "3.2.
|
|
14943
|
+
const version = "3.2.63";
|
|
14944
14944
|
var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
|
|
14945
14945
|
class SignNode extends BaseNode {
|
|
14946
14946
|
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) {
|
|
@@ -64454,7 +64454,7 @@ WebPDecoder.prototype.getData = function() {
|
|
|
64454
64454
|
(function(a) {
|
|
64455
64455
|
function t() {
|
|
64456
64456
|
return function() {
|
|
64457
|
-
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-
|
|
64457
|
+
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-0cVfWWtJ.mjs");
|
|
64458
64458
|
}().catch(function(r) {
|
|
64459
64459
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
64460
64460
|
}).then(function(r) {
|
|
@@ -73355,7 +73355,7 @@ const QrCode = __component__$16.exports, lBZ11 = "data:image/png;base64,iVBORw0K
|
|
|
73355
73355
|
} else if (this.expressStyle == "style13") {
|
|
73356
73356
|
const a = this.vueController.getDocProperty();
|
|
73357
73357
|
if (this.style13.sex = a.patientSex || "1", this.style13.weight = a.patientWeight || "", a.patientAge) {
|
|
73358
|
-
const t =
|
|
73358
|
+
const t = a.patientAge.match(/(\d+)岁/);
|
|
73359
73359
|
this.style13.age = t ? t[1] : "";
|
|
73360
73360
|
}
|
|
73361
73361
|
}
|