hoeditor-web 3.0.6 → 3.0.7

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.
@@ -8990,7 +8990,7 @@ var component = (0,componentNormalizer/* default */.Z)(
8990
8990
 
8991
8991
  /***/ }),
8992
8992
 
8993
- /***/ 59487:
8993
+ /***/ 98174:
8994
8994
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8995
8995
 
8996
8996
  "use strict";
@@ -9010,7 +9010,7 @@ var es_string_includes = __webpack_require__(32023);
9010
9010
  var es_regexp_exec = __webpack_require__(74916);
9011
9011
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
9012
9012
  var es_string_replace = __webpack_require__(15306);
9013
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/poperSelect/PoperSelect.vue?vue&type=template&id=2f1400d3&
9013
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/poperSelect/PoperSelect.vue?vue&type=template&id=24bc13bb&
9014
9014
 
9015
9015
 
9016
9016
 
@@ -9367,7 +9367,7 @@ var render = function render() {
9367
9367
  };
9368
9368
  var staticRenderFns = [];
9369
9369
 
9370
- ;// CONCATENATED MODULE: ./src/components/controls/poperSelect/PoperSelect.vue?vue&type=template&id=2f1400d3&
9370
+ ;// CONCATENATED MODULE: ./src/components/controls/poperSelect/PoperSelect.vue?vue&type=template&id=24bc13bb&
9371
9371
 
9372
9372
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 3 modules
9373
9373
  var toConsumableArray = __webpack_require__(61748);
@@ -11616,7 +11616,13 @@ var type = __webpack_require__(41542);
11616
11616
  tipText: node.tipText,
11617
11617
  isAllowDelete: node.isAllowDelete,
11618
11618
  isReadOnly: node.isReadOnly,
11619
- controlStyle: node.controlStyle
11619
+ controlStyle: node.controlStyle,
11620
+ innerIdentifier: node.innerIdentifier,
11621
+ dataMetaIdentifier: node.dataMetaIdentifier,
11622
+ identifierFormat: node.identifierFormat,
11623
+ readType: node.readType,
11624
+ labelText: node.labelText,
11625
+ customProperty: node.customProperty
11620
11626
  };
11621
11627
  hoEditorFactory.vueController.updateDateTime(JSON.stringify(params));
11622
11628
  this.$nextTick(function () {
@@ -11941,10 +11947,10 @@ var type = __webpack_require__(41542);
11941
11947
  });
11942
11948
  ;// CONCATENATED MODULE: ./src/components/controls/poperSelect/PoperSelect.vue?vue&type=script&lang=js&
11943
11949
  /* harmony default export */ var poperSelect_PoperSelectvue_type_script_lang_js_ = (PoperSelectvue_type_script_lang_js_);
11944
- ;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/poperSelect/PoperSelect.vue?vue&type=style&index=0&id=2f1400d3&prod&lang=scss&
11950
+ ;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/poperSelect/PoperSelect.vue?vue&type=style&index=0&id=24bc13bb&prod&lang=scss&
11945
11951
  // extracted by mini-css-extract-plugin
11946
11952
 
11947
- ;// CONCATENATED MODULE: ./src/components/controls/poperSelect/PoperSelect.vue?vue&type=style&index=0&id=2f1400d3&prod&lang=scss&
11953
+ ;// CONCATENATED MODULE: ./src/components/controls/poperSelect/PoperSelect.vue?vue&type=style&index=0&id=24bc13bb&prod&lang=scss&
11948
11954
 
11949
11955
  // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
11950
11956
  var componentNormalizer = __webpack_require__(70713);
@@ -69060,11 +69066,11 @@ var ResizeDrawTableObj = /*#__PURE__*/function () {
69060
69066
  if (rect) {
69061
69067
  var dWidth = rect.width;
69062
69068
  var dHeight = rect.height;
69063
- if (0 < pos.x && pos.x < dWidth && (pos.y < 3 || Math.abs(pos.y - dHeight) < 3)) {
69069
+ if (0 < pos.x && pos.x < dWidth && (pos.y >= 0 || pos.y <= dHeight)) {
69064
69070
  inYrange = true;
69065
69071
  // this._dObj.cursor = "s-resize";
69066
69072
  // this.setBoundsYMoveable(e.stageY, dWidth);
69067
- } else if (0 < pos.y && pos.y < dHeight && (pos.x < 3 || Math.abs(pos.x - dWidth) < 3)) {
69073
+ } else if (0 <= pos.y && pos.y <= dHeight && (pos.x < 3 || Math.abs(pos.x - dWidth) < 3)) {
69068
69074
  inXrange = true;
69069
69075
  }
69070
69076
  }
@@ -186839,7 +186845,7 @@ var map = {
186839
186845
  "./pageInfoes/PageInfoes.vue": 17481,
186840
186846
  "./paragraph/ParagraphDialog.vue": 54949,
186841
186847
  "./poperSelect/PoperMark.vue": 71472,
186842
- "./poperSelect/PoperSelect.vue": 59487,
186848
+ "./poperSelect/PoperSelect.vue": 98174,
186843
186849
  "./poperTipText/PoperTipText.vue": 15845,
186844
186850
  "./popers/Poper.vue": 57937,
186845
186851
  "./popers/Title.vue": 89987,
@@ -225190,7 +225196,7 @@ var DrawPage = __webpack_require__(72722);
225190
225196
  // EXTERNAL MODULE: ./src/plugins/util.ts
225191
225197
  var plugins_util = __webpack_require__(62783);
225192
225198
  // EXTERNAL MODULE: ./src/components/controls/poperSelect/PoperSelect.vue + 9 modules
225193
- var PoperSelect = __webpack_require__(59487);
225199
+ var PoperSelect = __webpack_require__(98174);
225194
225200
  // EXTERNAL MODULE: ./src/components/controls/poperSelect/PoperMark.vue + 5 modules
225195
225201
  var PoperMark = __webpack_require__(71472);
225196
225202
  ;// CONCATENATED MODULE: ./src/components/controls/poperSelect/index.ts
@@ -226885,7 +226891,7 @@ var SignNode = __webpack_require__(24701);
226885
226891
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
226886
226892
  var ParagraphNode = __webpack_require__(67945);
226887
226893
  ;// CONCATENATED MODULE: ./src/components/version.ts
226888
- /* harmony default export */ var version = ('3.0.6');
226894
+ /* harmony default export */ var version = ('3.0.7');
226889
226895
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
226890
226896
  var PoperTipText = __webpack_require__(15845);
226891
226897
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -252219,8 +252225,8 @@ var popper = __webpack_require__(95551);
252219
252225
  // permissionStatus.state 的值是 'granted'、'denied'、'prompt':
252220
252226
  if (permissionStatus.state === 'denied') {
252221
252227
  var _chrome, _chrome$webview, _chrome2, _chrome2$webview;
252222
- _this.postMessage();
252223
252228
  (_chrome = chrome) === null || _chrome === void 0 ? void 0 : (_chrome$webview = _chrome.webview) === null || _chrome$webview === void 0 ? void 0 : _chrome$webview.addEventListener('message', _this.getMessage);
252229
+ _this.postMessage();
252224
252230
  if ((_chrome2 = chrome) !== null && _chrome2 !== void 0 && (_chrome2$webview = _chrome2.webview) !== null && _chrome2$webview !== void 0 && _chrome2$webview.postMessage) {
252225
252231
  _this.isWebview = true;
252226
252232
  } else {
@@ -252261,7 +252267,6 @@ var popper = __webpack_require__(95551);
252261
252267
  exec: 'clipboard',
252262
252268
  data: ''
252263
252269
  });
252264
- this.getMessage();
252265
252270
  },
252266
252271
  getMessage: function getMessage(e) {
252267
252272
  var reg = new RegExp('<html' + '(.*?)' + '</html>');
@@ -252274,6 +252279,8 @@ var popper = __webpack_require__(95551);
252274
252279
  this.htmlText = res.res.replace(/\r\n/g, '').match(reg)[0];
252275
252280
  }
252276
252281
  console.warn(this.htmlText, ' --- ', this.txtText);
252282
+ } else {
252283
+ console.warn(e);
252277
252284
  }
252278
252285
  } catch (error) {
252279
252286
  console.warn(error);
@@ -252492,9 +252499,9 @@ var popper = __webpack_require__(95551);
252492
252499
  var _this$$slots$hoRightS,
252493
252500
  _this$hoEditorProvide3,
252494
252501
  _this$hoEditorProvide4,
252495
- _this5 = this,
252496
252502
  _this$hoEditorProvide5,
252497
252503
  _this$hoEditorProvide6,
252504
+ _this5 = this,
252498
252505
  _this$hoEditorProvide7,
252499
252506
  _this$hoEditorProvide8,
252500
252507
  _this$hoEditorProvide9,
@@ -252508,7 +252515,16 @@ var popper = __webpack_require__(95551);
252508
252515
  _this$hoEditorProvide17,
252509
252516
  _this$hoEditorProvide18,
252510
252517
  _this$hoEditorProvide19,
252511
- _this$hoEditorProvide20;
252518
+ _this$hoEditorProvide20,
252519
+ _this$hoEditorProvide21,
252520
+ _this$hoEditorProvide22,
252521
+ _this$hoEditorProvide23,
252522
+ _this$hoEditorProvide24,
252523
+ _this$hoEditorProvide25,
252524
+ _this$hoEditorProvide26,
252525
+ _this$hoEditorProvide27,
252526
+ _this$hoEditorProvide28,
252527
+ _this$hoEditorProvide29;
252512
252528
  var h = arguments[0];
252513
252529
  return h("div", {
252514
252530
  "directives": [{
@@ -252564,7 +252580,7 @@ var popper = __webpack_require__(95551);
252564
252580
  "on": {
252565
252581
  "click": this.editLabel.bind(this)
252566
252582
  }
252567
- }, ["\u7F16\u8F91\u6807\u7B7E\u5173\u8054\u5143\u7D20"])]), ((_this$hoEditorProvide4 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide4 === void 0 ? void 0 : _this$hoEditorProvide4.type) === 'express' && h("ul", {
252583
+ }, ["\u7F16\u8F91\u6807\u7B7E\u5173\u8054\u5143\u7D20"])]), ((_this$hoEditorProvide4 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide4 === void 0 ? void 0 : _this$hoEditorProvide4.type) === 'express' && ((_this$hoEditorProvide5 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide5 === void 0 ? void 0 : _this$hoEditorProvide5.paintStatus) === 0 && ((_this$hoEditorProvide6 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide6 === void 0 ? void 0 : _this$hoEditorProvide6.paintStatus) === 0 && h("ul", {
252568
252584
  "class": "mouse-right-menu"
252569
252585
  }, [h("li", {
252570
252586
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252575,7 +252591,7 @@ var popper = __webpack_require__(95551);
252575
252591
  return _this5.toUpdateNodes('express', event);
252576
252592
  }
252577
252593
  }
252578
- }, ["\u533B\u5B66\u8868\u8FBE\u5F0F\u5C5E\u6027"])]), ((_this$hoEditorProvide5 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide5 === void 0 ? void 0 : _this$hoEditorProvide5.type) === 'radio-box' || ((_this$hoEditorProvide6 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide6 === void 0 ? void 0 : _this$hoEditorProvide6.type) === 'check-box' ? h("ul", {
252594
+ }, ["\u533B\u5B66\u8868\u8FBE\u5F0F\u5C5E\u6027"])]), (((_this$hoEditorProvide7 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide7 === void 0 ? void 0 : _this$hoEditorProvide7.type) === 'radio-box' || ((_this$hoEditorProvide8 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide8 === void 0 ? void 0 : _this$hoEditorProvide8.type) === 'check-box') && ((_this$hoEditorProvide9 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide9 === void 0 ? void 0 : _this$hoEditorProvide9.paintStatus) === 0 ? h("ul", {
252579
252595
  "class": "mouse-right-menu"
252580
252596
  }, [h("li", {
252581
252597
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252587,7 +252603,7 @@ var popper = __webpack_require__(95551);
252587
252603
  return _this5.toUpdateNodes((_this5$hoEditorProvid = _this5.hoEditorProvider.rightNode) === null || _this5$hoEditorProvid === void 0 ? void 0 : _this5$hoEditorProvid.type, event);
252588
252604
  }
252589
252605
  }
252590
- }, [((_this$hoEditorProvide7 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide7 === void 0 ? void 0 : _this$hoEditorProvide7.type) === 'RadioBox' ? '单选框属性' : '复选框属性'])]) : null, ((_this$hoEditorProvide8 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide8 === void 0 ? void 0 : _this$hoEditorProvide8.type) === 'date' && h("ul", {
252606
+ }, [((_this$hoEditorProvide10 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide10 === void 0 ? void 0 : _this$hoEditorProvide10.type) === 'RadioBox' ? '单选框属性' : '复选框属性'])]) : null, ((_this$hoEditorProvide11 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide11 === void 0 ? void 0 : _this$hoEditorProvide11.type) === 'date' && ((_this$hoEditorProvide12 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide12 === void 0 ? void 0 : _this$hoEditorProvide12.paintStatus) === 0 && h("ul", {
252591
252607
  "class": "mouse-right-menu"
252592
252608
  }, [h("li", {
252593
252609
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252598,7 +252614,7 @@ var popper = __webpack_require__(95551);
252598
252614
  return _this5.toUpdateNodes('date', event);
252599
252615
  }
252600
252616
  }
252601
- }, ["\u65E5\u671F\u5C5E\u6027"])]), ((_this$hoEditorProvide9 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide9 === void 0 ? void 0 : _this$hoEditorProvide9.type) === 'select' && h("ul", {
252617
+ }, ["\u65E5\u671F\u5C5E\u6027"])]), ((_this$hoEditorProvide13 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide13 === void 0 ? void 0 : _this$hoEditorProvide13.type) === 'select' && ((_this$hoEditorProvide14 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide14 === void 0 ? void 0 : _this$hoEditorProvide14.paintStatus) === 0 && h("ul", {
252602
252618
  "class": "mouse-right-menu"
252603
252619
  }, [h("li", {
252604
252620
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252609,7 +252625,7 @@ var popper = __webpack_require__(95551);
252609
252625
  return _this5.toUpdateNodes('select', event);
252610
252626
  }
252611
252627
  }
252612
- }, ["\u4E0B\u62C9\u6846\u5C5E\u6027"])]), ((_this$hoEditorProvide10 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide10 === void 0 ? void 0 : _this$hoEditorProvide10.type) === 'barcode' && h("ul", {
252628
+ }, ["\u4E0B\u62C9\u6846\u5C5E\u6027"])]), ((_this$hoEditorProvide15 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide15 === void 0 ? void 0 : _this$hoEditorProvide15.type) === 'barcode' && ((_this$hoEditorProvide16 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide16 === void 0 ? void 0 : _this$hoEditorProvide16.paintStatus) === 0 && h("ul", {
252613
252629
  "class": "mouse-right-menu"
252614
252630
  }, [h("li", {
252615
252631
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252620,7 +252636,7 @@ var popper = __webpack_require__(95551);
252620
252636
  return _this5.toUpdateNodes('barcode', event);
252621
252637
  }
252622
252638
  }
252623
- }, ["\u6761\u5F62\u7801\u5C5E\u6027"])]), ((_this$hoEditorProvide11 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide11 === void 0 ? void 0 : _this$hoEditorProvide11.type) === 'qrcode' && h("ul", {
252639
+ }, ["\u6761\u5F62\u7801\u5C5E\u6027"])]), ((_this$hoEditorProvide17 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide17 === void 0 ? void 0 : _this$hoEditorProvide17.type) === 'qrcode' && ((_this$hoEditorProvide18 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide18 === void 0 ? void 0 : _this$hoEditorProvide18.paintStatus) === 0 && h("ul", {
252624
252640
  "class": "mouse-right-menu"
252625
252641
  }, [h("li", {
252626
252642
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252631,7 +252647,7 @@ var popper = __webpack_require__(95551);
252631
252647
  return _this5.toUpdateNodes('qrcode', event);
252632
252648
  }
252633
252649
  }
252634
- }, ["\u4E8C\u7EF4\u7801\u5C5E\u6027"])]), ((_this$hoEditorProvide12 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide12 === void 0 ? void 0 : _this$hoEditorProvide12.type) === 'edit-image' && h("ul", {
252650
+ }, ["\u4E8C\u7EF4\u7801\u5C5E\u6027"])]), ((_this$hoEditorProvide19 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide19 === void 0 ? void 0 : _this$hoEditorProvide19.type) === 'edit-image' && ((_this$hoEditorProvide20 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide20 === void 0 ? void 0 : _this$hoEditorProvide20.paintStatus) === 0 && h("ul", {
252635
252651
  "class": "mouse-right-menu"
252636
252652
  }, [h("li", {
252637
252653
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252642,7 +252658,7 @@ var popper = __webpack_require__(95551);
252642
252658
  return _this5.toUpdateNodes('edit-image', event);
252643
252659
  }
252644
252660
  }
252645
- }, ["\u7F16\u8F91\u56FE\u7247"])]), (((_this$hoEditorProvide13 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide13 === void 0 ? void 0 : _this$hoEditorProvide13.type) === 'text' || this.emrDebug) && h("ul", {
252661
+ }, ["\u7F16\u8F91\u56FE\u7247"])]), ((_this$hoEditorProvide21 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide21 === void 0 ? void 0 : _this$hoEditorProvide21.type) === 'text' && ((_this$hoEditorProvide22 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide22 === void 0 ? void 0 : _this$hoEditorProvide22.paintStatus) === 0 && h("ul", {
252646
252662
  "class": "mouse-right-menu"
252647
252663
  }, [h("li", {
252648
252664
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252653,7 +252669,7 @@ var popper = __webpack_require__(95551);
252653
252669
  return _this5.toUpdateNodes('text', event);
252654
252670
  }
252655
252671
  }
252656
- }, ["\u6587\u672C\u57DF\u5C5E\u6027"])]), (((_this$hoEditorProvide14 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide14 === void 0 ? void 0 : _this$hoEditorProvide14.rightTypeIsTable) && this.defaultTable && (((_this$hoEditorProvide15 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide15 === void 0 ? void 0 : _this$hoEditorProvide15.paintStatus) === 0 || ((_this$hoEditorProvide16 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide16 === void 0 ? void 0 : _this$hoEditorProvide16.isCanUseTableProperty)) || this.emrDebug) && h("ul", {
252672
+ }, ["\u6587\u672C\u57DF\u5C5E\u6027"])]), (((_this$hoEditorProvide23 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide23 === void 0 ? void 0 : _this$hoEditorProvide23.rightTypeIsTable) && this.defaultTable && (((_this$hoEditorProvide24 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide24 === void 0 ? void 0 : _this$hoEditorProvide24.paintStatus) === 0 || ((_this$hoEditorProvide25 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide25 === void 0 ? void 0 : _this$hoEditorProvide25.isCanUseTableProperty)) || this.emrDebug) && h("ul", {
252657
252673
  "class": "mouse-right-menu"
252658
252674
  }, [h("li", {
252659
252675
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252692,7 +252708,7 @@ var popper = __webpack_require__(95551);
252692
252708
  return _this5.toUpdateNodes('table-formula', event);
252693
252709
  }
252694
252710
  }
252695
- }, [this.formularType[this.hoEditorProvider.rightNode.tableFormulaType]])]), ((_this$hoEditorProvide17 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide17 === void 0 ? void 0 : _this$hoEditorProvide17.rightTypeIsTable) && this.defaultTable && h("ul", {
252711
+ }, [this.formularType[this.hoEditorProvider.rightNode.tableFormulaType]])]), ((_this$hoEditorProvide26 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide26 === void 0 ? void 0 : _this$hoEditorProvide26.rightTypeIsTable) && this.defaultTable && h("ul", {
252696
252712
  "class": "mouse-right-menu"
252697
252713
  }, [h("li", {
252698
252714
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252748,7 +252764,7 @@ var popper = __webpack_require__(95551);
252748
252764
  "type": "delete"
252749
252765
  },
252750
252766
  "style": "font-size: 20px;"
252751
- }), h("span", ["\u5220\u9664\u5BF9\u89D2\u7EBF"])])]), ((_this$hoEditorProvide18 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide18 === void 0 ? void 0 : _this$hoEditorProvide18.rightTypeIsTable) && this.defaultTable && h("ul", {
252767
+ }), h("span", ["\u5220\u9664\u5BF9\u89D2\u7EBF"])])]), ((_this$hoEditorProvide27 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide27 === void 0 ? void 0 : _this$hoEditorProvide27.rightTypeIsTable) && this.defaultTable && h("ul", {
252752
252768
  "class": "mouse-right-menu"
252753
252769
  }, [h("li", {
252754
252770
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252762,7 +252778,7 @@ var popper = __webpack_require__(95551);
252762
252778
  table: this.defaultTable,
252763
252779
  tableProperty: this.hoEditorProvider.rightNode.tableProperty
252764
252780
  })
252765
- })]), ((_this$hoEditorProvide19 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide19 === void 0 ? void 0 : _this$hoEditorProvide19.canShowComment) && h("ul", {
252781
+ })]), ((_this$hoEditorProvide28 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide28 === void 0 ? void 0 : _this$hoEditorProvide28.canShowComment) && h("ul", {
252766
252782
  "class": "mouse-right-menu"
252767
252783
  }, [h("li", {
252768
252784
  "class": "mouse-menu-item",
@@ -252771,7 +252787,7 @@ var popper = __webpack_require__(95551);
252771
252787
  return _this5.hideComments();
252772
252788
  }
252773
252789
  }
252774
- }, [(_this$hoEditorProvide20 = this.hoEditorProvider.rightNode) !== null && _this$hoEditorProvide20 !== void 0 && _this$hoEditorProvide20.isHideComments ? '显示' : '隐藏', "\u6279\u6CE8"])]), h("ul", {
252790
+ }, [(_this$hoEditorProvide29 = this.hoEditorProvider.rightNode) !== null && _this$hoEditorProvide29 !== void 0 && _this$hoEditorProvide29.isHideComments ? '显示' : '隐藏', "\u6279\u6CE8"])]), h("ul", {
252775
252791
  "class": "mouse-right-menu"
252776
252792
  }, [h("li", {
252777
252793
  "class": "mouse-menu-item"