hoeditor-web 3.3.2-beta.2 → 3.3.2-beta.3
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--HutHZz8.mjs";
|
|
3
3
|
export {
|
|
4
4
|
i as HoDocs,
|
|
5
5
|
r as HoEditorProvide,
|
|
@@ -15244,7 +15244,7 @@ class DrawSignNode extends DrawCombineNode {
|
|
|
15244
15244
|
}
|
|
15245
15245
|
}
|
|
15246
15246
|
}
|
|
15247
|
-
const version = "3.3.2-beta.
|
|
15247
|
+
const version = "3.3.2-beta.3";
|
|
15248
15248
|
var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
|
|
15249
15249
|
class SignNode extends BaseNode {
|
|
15250
15250
|
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) {
|
|
@@ -36992,7 +36992,7 @@ const columns$1 = [
|
|
|
36992
36992
|
let t = "", r = "", o = "", n = [], s = "";
|
|
36993
36993
|
const l = this.getCurrentPoperNode();
|
|
36994
36994
|
let c = this.isAllowMultiSelect && this.isCanSearch ? this.selectedList : this.poperSelectList.filter((f) => f.selected);
|
|
36995
|
-
if (c.length === 0)
|
|
36995
|
+
if (this.mutexSelect && this.currentList.find((f) => f.type != this.mutexType) && (c = this.poperSelectList.filter((f) => f.selected)), c.length === 0)
|
|
36996
36996
|
l instanceof DownListNode ? t = l.name ? l.name : " " : l instanceof TextInputFieldNode && (t = l.name ? l.name : " ", n.push(t));
|
|
36997
36997
|
else {
|
|
36998
36998
|
if (this.prefix.usePrefix) {
|
|
@@ -65184,7 +65184,7 @@ WebPDecoder.prototype.getData = function() {
|
|
|
65184
65184
|
(function(a) {
|
|
65185
65185
|
function t() {
|
|
65186
65186
|
return function() {
|
|
65187
|
-
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-
|
|
65187
|
+
return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-B48jLooP.mjs");
|
|
65188
65188
|
}().catch(function(r) {
|
|
65189
65189
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
65190
65190
|
}).then(function(r) {
|