hoeditor-web 3.2.34 → 3.2.36
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-C5Uyx_Gu.mjs";
|
|
3
3
|
export {
|
|
4
4
|
i as HoDocs,
|
|
5
5
|
r as HoEditorProvide,
|
|
@@ -14904,7 +14904,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
14904
14904
|
}
|
|
14905
14905
|
}
|
|
14906
14906
|
}
|
|
14907
|
-
const version = "3.2.
|
|
14907
|
+
const version = "3.2.36";
|
|
14908
14908
|
var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
|
|
14909
14909
|
class SignNode extends BaseNode {
|
|
14910
14910
|
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) {
|
|
@@ -53166,7 +53166,7 @@ class ElementController {
|
|
|
53166
53166
|
return s.map((u) => {
|
|
53167
53167
|
var f;
|
|
53168
53168
|
if (u instanceof TextInputFieldNode) {
|
|
53169
|
-
if (((u == null ? void 0 : u.customProperty) || {}).diagType) {
|
|
53169
|
+
if (((u == null ? void 0 : u.customProperty) || {}).diagType && !u.childNodes.filter((g) => g instanceof TextInputFieldNode).length) {
|
|
53170
53170
|
d.push(u);
|
|
53171
53171
|
return;
|
|
53172
53172
|
} else {
|
|
@@ -64258,7 +64258,7 @@ WebPDecoder.prototype.getData = function() {
|
|
|
64258
64258
|
(function(a) {
|
|
64259
64259
|
function t() {
|
|
64260
64260
|
return function() {
|
|
64261
|
-
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-
|
|
64261
|
+
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-BazYMVIQ.mjs");
|
|
64262
64262
|
}().catch(function(r) {
|
|
64263
64263
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
64264
64264
|
}).then(function(r) {
|