hoeditor-web 3.3.3-beta.14 → 3.3.3-beta.15

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-Ge1OwoJq.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-FRvtZM9_.mjs";
3
3
  export {
4
4
  i as HoDocs,
5
5
  r as HoEditorProvide,
@@ -11883,6 +11883,16 @@ class DrawArea extends DrawRect {
11883
11883
  property: {}
11884
11884
  };
11885
11885
  }
11886
+ getBottomDline() {
11887
+ if (!this._bottomDline) {
11888
+ const o = HOEditorFactorys.instance().getFactory(this._hoEditorFactoryID).drawTree.getDrawRootsByPath(this._rootPath)[1][this._endDline];
11889
+ if (o instanceof DrawTable) {
11890
+ const n = o.getDrawTableByPageIndex(this._index);
11891
+ n && (this._bottomDline = n);
11892
+ } else o instanceof DrawLine && (this._bottomDline = o);
11893
+ }
11894
+ return this._bottomDline;
11895
+ }
11886
11896
  isEndLineFinished() {
11887
11897
  let r = !1;
11888
11898
  return this._lastDrawLine instanceof DrawPageTable ? r = this._lastDrawLine.endRow === this._lastDrawLine.table.rowCount - 1 && this._lastDrawLine.isEndRowFinished() : r = !0, r;
@@ -15291,7 +15301,7 @@ class DrawSignNode extends DrawCombineNode {
15291
15301
  }
15292
15302
  }
15293
15303
  }
15294
- const version = "3.3.3-beta.14";
15304
+ const version = "3.3.3-beta.15";
15295
15305
  var FingerPosition = /* @__PURE__ */ ((a) => (a[a.left = 0] = "left", a[a.center = 1] = "center", a[a.right = 2] = "right", a))(FingerPosition || {});
15296
15306
  class SignNode extends BaseNode {
15297
15307
  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) {
@@ -65256,7 +65266,7 @@ WebPDecoder.prototype.getData = function() {
65256
65266
  (function(a) {
65257
65267
  function t() {
65258
65268
  return function() {
65259
- return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-BirQKcYN.mjs");
65269
+ return globalObject.canvg ? Promise.resolve(globalObject.canvg) : import("./index.es-DMa-GsZM.mjs");
65260
65270
  }().catch(function(r) {
65261
65271
  return Promise.reject(new Error("Could not load canvg: " + r));
65262
65272
  }).then(function(r) {
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-Ge1OwoJq.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-FRvtZM9_.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.3.3-beta.14",
3
+ "version": "3.3.3-beta.15",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.mjs",
6
6
  "typings": "types/index.d.ts",