hoeditor-web 3.1.32 → 3.1.33

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.
@@ -61689,11 +61689,13 @@ var SignNode = /*#__PURE__*/function (_BaseNode) {
61689
61689
  var imgHeight = isClearSign ? 0 : Number(json.imgHeight);
61690
61690
  var isTemplate = json.isTemplate === true || json.isTemplate === "true" ? true : false;
61691
61691
  var attribute = json.attribute ? Number(json.attribute) : 0;
61692
+ var isFront = json.isFront === true || json.isFront === "true" ? true : false;
61693
+ var allowEditSignTime = json.allowEditSignTime === true || json.allowEditSignTime === "true" ? true : false;
61692
61694
  // 处理otherProperties参数传错导致fingerPrintSrc属性错误问题
61693
61695
  if ((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(json.fingerPrintSrc) == 'object') {
61694
61696
  json.fingerPrintSrc = '';
61695
61697
  }
61696
- var signNode = new SignNode(hoEditorFactoryID, rootNodes, pNode ? pNode : null, _BaseNode__WEBPACK_IMPORTED_MODULE_18__/* .NodeType */ .Jq.ntSign, number, type, json.name, json.signType ? Number(json.signType) : 0, json.signFormat ? json.signFormat : "签名医师", isClearSign ? "" : json.signor, isClearSign ? "" : json.signTime, json.signTimeFormat ? json.signTimeFormat : "yyyy-MM-dd HH:mm", isClearSign ? "" : json.imgSrc, imgWidth, imgHeight, isClearSign ? undefined : json.customProperty, isTemplate, json.styleIndex ? Number(json.styleIndex) : undefined, json.connectMode, json.isFront, json.allowEditSignTime, isClearSign ? "" : json.fingerPrintSrc, isClearSign ? 0 : json.fingerPosition, attribute, json.connectChar, json.otherProperties, json.dataId);
61698
+ var signNode = new SignNode(hoEditorFactoryID, rootNodes, pNode ? pNode : null, _BaseNode__WEBPACK_IMPORTED_MODULE_18__/* .NodeType */ .Jq.ntSign, number, type, json.name, json.signType ? Number(json.signType) : 0, json.signFormat ? json.signFormat : "签名医师", isClearSign ? "" : json.signor, isClearSign ? "" : json.signTime, json.signTimeFormat ? json.signTimeFormat : "yyyy-MM-dd HH:mm", isClearSign ? "" : json.imgSrc, imgWidth, imgHeight, isClearSign ? undefined : json.customProperty, isTemplate, json.styleIndex ? Number(json.styleIndex) : undefined, json.connectMode, isFront, allowEditSignTime, isClearSign ? "" : json.fingerPrintSrc, isClearSign ? 0 : json.fingerPosition, attribute, json.connectChar, json.otherProperties, json.dataId);
61697
61699
  // if (json.id != "") {
61698
61700
  // signNode.id = json.id;
61699
61701
  // }
@@ -218081,7 +218083,7 @@ var TextNode = __webpack_require__(27198);
218081
218083
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
218082
218084
  var ParagraphNode = __webpack_require__(67945);
218083
218085
  ;// CONCATENATED MODULE: ./src/components/version.ts
218084
- /* harmony default export */ var version = ('3.1.32');
218086
+ /* harmony default export */ var version = ('3.1.33');
218085
218087
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
218086
218088
  var PoperTipText = __webpack_require__(50987);
218087
218089
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -231697,7 +231699,7 @@ var VueController = /*#__PURE__*/function () {
231697
231699
  getAllNodes(mainNodes);
231698
231700
  var hSignList = signList.map(function (sign, index) {
231699
231701
  if (sign.number > 1) {
231700
- if (sign.isFront) {
231702
+ if (!sign.isFront) {
231701
231703
  for (var i = index; i <= signList.length - 1; i++) {
231702
231704
  if (signList[i] && signList[i].number == 1) {
231703
231705
  sign.isTemplate = signList[i].isTemplate;