hoeditor-web 3.2.57 → 3.2.58

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-D8NI9X6p.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-D1X25Ldv.mjs";
3
3
  export {
4
4
  i as HoDocs,
5
5
  r as HoEditorProvide,
@@ -14940,7 +14940,7 @@ class DrawSignNode extends DrawCombineNode {
14940
14940
  }
14941
14941
  }
14942
14942
  }
14943
- const version = "3.2.57";
14943
+ const version = "3.2.58";
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) {
@@ -23991,7 +23991,8 @@ class TextInputFieldNode extends BaseCombineNode {
23991
23991
  n,
23992
23992
  f,
23993
23993
  NodeType$1.ntText,
23994
- f.labelText,
23994
+ // temp.labelText
23995
+ "",
23995
23996
  //hoEditorFactory.docTree.curStyleIndex,
23996
23997
  p.styleIndex,
23997
23998
  MarkNodeType.mtContent
@@ -64428,7 +64429,7 @@ WebPDecoder.prototype.getData = function() {
64428
64429
  (function(a) {
64429
64430
  function t() {
64430
64431
  return function() {
64431
- return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-D7fNx-s1.mjs");
64432
+ return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-CTtbVO0f.mjs");
64432
64433
  }().catch(function(r) {
64433
64434
  return Promise.reject(new Error("Could not load canvg: " + r));
64434
64435
  }).then(function(r) {
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-D8NI9X6p.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-D1X25Ldv.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.57",
3
+ "version": "3.2.58",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.mjs",
6
6
  "typings": "types/index.d.ts",