hoeditor-web 3.2.58 → 3.2.59

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-D1X25Ldv.mjs";
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-DHmVyeuu.mjs";
3
3
  export {
4
4
  i as HoDocs,
5
5
  r as HoEditorProvide,
@@ -10066,7 +10066,7 @@ class RadioAndCheckBoxNode extends ControlNode {
10066
10066
  }
10067
10067
  r.isAllowDelete = r.isAllowDelete ? r.isAllowDelete : !1, r.isSelected = r.isSelected ? r.isSelected.text != null ? r.isSelected.text : r.isSelected : !1, r.boxAlign = r.boxAlign === void 0 ? !0 : r.boxAlign, r.isEditText = r.isEditText ? r.isEditText : !1, r.isTransToText = r.isTransToText ? r.isTransToText : !1, r.groupHasOptions = r.groupHasOptions ? r.groupHasOptions : !1, r.numericValue = r.numericValue === void 0 ? "0" : Number(r.numericValue);
10068
10068
  const l = Number(r.styleIndex);
10069
- return r.type = parseInt(ControlType[r.type]), r.readType = r.readType ? Number(r.readType) : -1, r.isMutualExclusion = r.isMutualExclusion ? r.isMutualExclusion : !1, r.text = r.text || "", new RadioAndCheckBoxNode(
10069
+ return r.type = parseInt(ControlType[r.type]), r.readType = r.readType ? Number(r.readType) : -1, r.isMutualExclusion = r.isMutualExclusion ? r.isMutualExclusion : !1, r.text = r.text || "", n instanceof CellNode && r.groupName != "" && (r.groupName = r.groupName + "_" + n.table.tableProperty.id), new RadioAndCheckBoxNode(
10070
10070
  t,
10071
10071
  o,
10072
10072
  n || null,
@@ -14940,7 +14940,7 @@ class DrawSignNode extends DrawCombineNode {
14940
14940
  }
14941
14941
  }
14942
14942
  }
14943
- const version = "3.2.58";
14943
+ const version = "3.2.59";
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) {
@@ -64429,7 +64429,7 @@ WebPDecoder.prototype.getData = function() {
64429
64429
  (function(a) {
64430
64430
  function t() {
64431
64431
  return function() {
64432
- return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-CTtbVO0f.mjs");
64432
+ return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-BlyIWPyG.mjs");
64433
64433
  }().catch(function(r) {
64434
64434
  return Promise.reject(new Error("Could not load canvg: " + r));
64435
64435
  }).then(function(r) {
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-D1X25Ldv.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-DHmVyeuu.mjs";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hoeditor-web",
3
- "version": "3.2.58",
3
+ "version": "3.2.59",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.mjs",
6
6
  "typings": "types/index.d.ts",