hoeditor-web 3.2.54 → 3.2.55

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-DroT4ePM.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-C6UcBq3e.mjs";
3
3
  export {
4
4
  i as HoDocs,
5
5
  r as HoEditorProvide,
@@ -14934,7 +14934,7 @@ class DrawSignNode extends DrawCombineNode {
14934
14934
  }
14935
14935
  }
14936
14936
  }
14937
- const version = "3.2.54";
14937
+ const version = "3.2.55";
14938
14938
  var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
14939
14939
  class SignNode extends BaseNode {
14940
14940
  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) {
@@ -29661,7 +29661,7 @@ class TextNode extends BaseNode {
29661
29661
  const f = JSON.parse(
29662
29662
  JSON.stringify(d, CombineStyle.whiteList())
29663
29663
  ), p = c.docTree.styles[this._styleIndex];
29664
- return p.deleterIndex && p.deleterIndex >= 0 || (s = ""), {
29664
+ return p.deleterIndex && p.deleterIndex >= 0 && (s = ""), {
29665
29665
  nodeType: NodeType$1[this.nodeType],
29666
29666
  style: f,
29667
29667
  text: s,
@@ -64420,7 +64420,7 @@ WebPDecoder.prototype.getData = function() {
64420
64420
  (function(a) {
64421
64421
  function t() {
64422
64422
  return function() {
64423
- return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-C2FBX1jv.mjs");
64423
+ return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-DRk5ITPe.mjs");
64424
64424
  }().catch(function(r) {
64425
64425
  return Promise.reject(new Error("Could not load canvg: " + r));
64426
64426
  }).then(function(r) {
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-DroT4ePM.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-C6UcBq3e.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.54",
3
+ "version": "3.2.55",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.mjs",
6
6
  "typings": "types/index.d.ts",