hoeditor-web 3.2.77 → 3.2.78

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-BYjwmhG8.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-CBXVRb8b.mjs";
3
3
  export {
4
4
  i as HoDocs,
5
5
  r as HoEditorProvide,
@@ -14966,7 +14966,7 @@ class DrawSignNode extends DrawCombineNode {
14966
14966
  }
14967
14967
  }
14968
14968
  }
14969
- const version = "3.2.77";
14969
+ const version = "3.2.78";
14970
14970
  var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
14971
14971
  class SignNode extends BaseNode {
14972
14972
  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) {
@@ -52454,6 +52454,10 @@ class VueController {
52454
52454
  getElementTrackingRecords() {
52455
52455
  return HOEditorFactorys.instance().getFactory(this._hoEditorFactoryID).docTree.elementTrackingRecords;
52456
52456
  }
52457
+ cleatElementTrackingRecords() {
52458
+ const t = HOEditorFactorys.instance().getFactory(this._hoEditorFactoryID);
52459
+ t.docTree.elementTrackingRecords && t.docTree.elementTrackingRecords.clear(), t.docTree.elementChangeRecords = /* @__PURE__ */ new Map();
52460
+ }
52457
52461
  getElementChangeRecords() {
52458
52462
  const t = HOEditorFactorys.instance().getFactory(this._hoEditorFactoryID), r = new Array(), o = t.docTree.elementChangeRecords;
52459
52463
  let n = new Object();
@@ -52493,7 +52497,7 @@ class VueController {
52493
52497
  }
52494
52498
  cleatElementChangeRecords() {
52495
52499
  const t = HOEditorFactorys.instance().getFactory(this._hoEditorFactoryID);
52496
- t.docTree.elementChangeRecords && t.docTree.elementChangeRecords.clear(), t.docTree.elementChangeRecords = /* @__PURE__ */ new Map(), t.docTree.elementTrackingRecords.clear(), t.docTree.elementTrackingRecords = /* @__PURE__ */ new Map();
52500
+ t.docTree.elementChangeRecords && t.docTree.elementChangeRecords.clear(), t.docTree.elementChangeRecords = /* @__PURE__ */ new Map();
52497
52501
  }
52498
52502
  //获取前一个有效单元格
52499
52503
  getPreCell(t) {
@@ -64615,7 +64619,7 @@ WebPDecoder.prototype.getData = function() {
64615
64619
  (function(a) {
64616
64620
  function t() {
64617
64621
  return function() {
64618
- return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-TPkxtLfY.mjs");
64622
+ return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-B0Oke-34.mjs");
64619
64623
  }().catch(function(r) {
64620
64624
  return Promise.reject(new Error("Could not load canvg: " + r));
64621
64625
  }).then(function(r) {
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-BYjwmhG8.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-CBXVRb8b.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.77",
3
+ "version": "3.2.78",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.mjs",
6
6
  "typings": "types/index.d.ts",