hoeditor-web 3.1.95 → 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.95');
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,6 +217088,13 @@ 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.reviewMode) {
217092
+ var _signNode$customPrope;
217093
+ if (((_signNode$customPrope = signNode.customProperty) === null || _signNode$customPrope === void 0 ? void 0 : _signNode$customPrope.bce01) != hoEditorFactory.userInfo.id) {
217094
+ this.hiddenMask(true);
217095
+ return;
217096
+ }
217097
+ }
217091
217098
  var curArea = hoEditorFactory.drawPageTree.getMainRootArea(signNode.drawNodes[0]);
217092
217099
  var actualHeight = hoEditorFactory.drawPageTree.drawHeaders[0].displayHeight;
217093
217100
  if (curArea && curArea instanceof DrawPageMainDoc/* DrawPageMainDoc */.$) {
@@ -236170,12 +236177,14 @@ var HOEditorFactory = /*#__PURE__*/function () {
236170
236177
  (0,esm_defineProperty/* default */.Z)(this, "_insHtmlWithColor", true);
236171
236178
  //插入检查检验文本带颜色(默认带颜色)
236172
236179
  (0,esm_defineProperty/* default */.Z)(this, "convertSignImage", false);
236180
+ // 处理签名图片,减小其分辨率大小,提高打印时图片处理速度
236181
+ (0,esm_defineProperty/* default */.Z)(this, "reviewMode", false);
236173
236182
  this._hoEditorFactoryId = id;
236174
236183
  }
236175
236184
  (0,esm_createClass/* default */.Z)(HOEditorFactory, [{
236176
236185
  key: "hoLocalStorage",
236177
236186
  get:
236178
- // 处理签名图片,减小其分辨率大小,提高打印时图片处理速度
236187
+ // 临时审阅标记
236179
236188
  /**
236180
236189
  * Getter hoLocalStorage
236181
236190
  * @return {HoLocalStorage}