hoeditor-web 3.2.52 → 3.2.53
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-D0XGF6Fp.mjs";
|
|
3
3
|
export {
|
|
4
4
|
i as HoDocs,
|
|
5
5
|
r as HoEditorProvide,
|
|
@@ -14934,7 +14934,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
14934
14934
|
}
|
|
14935
14935
|
}
|
|
14936
14936
|
}
|
|
14937
|
-
const version = "3.2.
|
|
14937
|
+
const version = "3.2.53";
|
|
14938
14938
|
var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
|
|
14939
14939
|
class SignNode extends BaseNode {
|
|
14940
14940
|
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) {
|
|
@@ -64388,7 +64388,7 @@ WebPDecoder.prototype.getData = function() {
|
|
|
64388
64388
|
(function(a) {
|
|
64389
64389
|
function t() {
|
|
64390
64390
|
return function() {
|
|
64391
|
-
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-
|
|
64391
|
+
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-BwXTUibO.mjs");
|
|
64392
64392
|
}().catch(function(r) {
|
|
64393
64393
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
64394
64394
|
}).then(function(r) {
|
|
@@ -71995,7 +71995,7 @@ class HOEditorFactory {
|
|
|
71995
71995
|
// 错误图片地址
|
|
71996
71996
|
b(this, "historyPosition", HistoryComponentPosition.right);
|
|
71997
71997
|
// 历史痕迹展示位置 默认右侧 单行工具栏启用时候需要调整位置避免被业务弹窗挡住
|
|
71998
|
-
b(this, "enableChangeTracking", !
|
|
71998
|
+
b(this, "enableChangeTracking", !1);
|
|
71999
71999
|
b(this, "compressXml", !1);
|
|
72000
72000
|
// 压缩xml
|
|
72001
72001
|
b(this, "compressJSONData", {});
|