hoeditor-web 3.1.96 → 3.1.97

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.
@@ -207354,7 +207354,7 @@ var TextNode = __webpack_require__(27198);
207354
207354
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
207355
207355
  var ParagraphNode = __webpack_require__(67945);
207356
207356
  ;// CONCATENATED MODULE: ./src/components/version.ts
207357
- /* harmony default export */ var version = ('3.1.96');
207357
+ /* harmony default export */ var version = ('3.1.97');
207358
207358
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
207359
207359
  var PoperTipText = __webpack_require__(50987);
207360
207360
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -217088,7 +217088,7 @@ var VueController = /*#__PURE__*/function () {
217088
217088
  } else {
217089
217089
  var superiorSign = hoEditorFactory.structureConvert._superiorSign;
217090
217090
  var signNode = superiorSign[0];
217091
- if (hoEditorFactory.forbidEditBeforeSign && hoEditorFactory.drawTree.paintStatus == DrawTree/* PaintState */.Dh.psReview) {
217091
+ if (hoEditorFactory.forbidEditBeforeSign && hoEditorFactory.reviewMode) {
217092
217092
  var _signNode$customPrope;
217093
217093
  if (((_signNode$customPrope = signNode.customProperty) === null || _signNode$customPrope === void 0 ? void 0 : _signNode$customPrope.bce01) != hoEditorFactory.userInfo.id) {
217094
217094
  this.hiddenMask(true);
@@ -236177,12 +236177,14 @@ var HOEditorFactory = /*#__PURE__*/function () {
236177
236177
  (0,esm_defineProperty/* default */.Z)(this, "_insHtmlWithColor", true);
236178
236178
  //插入检查检验文本带颜色(默认带颜色)
236179
236179
  (0,esm_defineProperty/* default */.Z)(this, "convertSignImage", false);
236180
+ // 处理签名图片,减小其分辨率大小,提高打印时图片处理速度
236181
+ (0,esm_defineProperty/* default */.Z)(this, "reviewMode", false);
236180
236182
  this._hoEditorFactoryId = id;
236181
236183
  }
236182
236184
  (0,esm_createClass/* default */.Z)(HOEditorFactory, [{
236183
236185
  key: "hoLocalStorage",
236184
236186
  get:
236185
- // 处理签名图片,减小其分辨率大小,提高打印时图片处理速度
236187
+ // 临时审阅标记
236186
236188
  /**
236187
236189
  * Getter hoLocalStorage
236188
236190
  * @return {HoLocalStorage}