hoeditor-web 3.3.6-beta.5 → 3.3.6-beta.6
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-spIIpvty.mjs";
|
|
3
3
|
export {
|
|
4
4
|
i as HoDocs,
|
|
5
5
|
r as HoEditorProvide,
|
|
@@ -23012,7 +23012,7 @@ WebPDecoder.prototype.getData = function() {
|
|
|
23012
23012
|
(function(a) {
|
|
23013
23013
|
function t() {
|
|
23014
23014
|
return function() {
|
|
23015
|
-
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-
|
|
23015
|
+
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-DjbKtTIX.mjs");
|
|
23016
23016
|
}().catch(function(r) {
|
|
23017
23017
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
23018
23018
|
}).then(function(r) {
|
|
@@ -24417,7 +24417,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
24417
24417
|
this._timePosition !== r && (this._timePosition = r);
|
|
24418
24418
|
}
|
|
24419
24419
|
isSignOpinion() {
|
|
24420
|
-
return
|
|
24420
|
+
return this._node.innerIdentifier == "sign_opinion";
|
|
24421
24421
|
}
|
|
24422
24422
|
getPageContentSize() {
|
|
24423
24423
|
const o = HOEditorFactorys.instance().getFactory(this._hoEditorFactoryID).pageProperty;
|
|
@@ -24602,7 +24602,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
24602
24602
|
}
|
|
24603
24603
|
}
|
|
24604
24604
|
}
|
|
24605
|
-
const version = "3.3.6-beta.
|
|
24605
|
+
const version = "3.3.6-beta.6";
|
|
24606
24606
|
var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
|
|
24607
24607
|
class SignNode extends BaseNode {
|
|
24608
24608
|
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) {
|