hoeditor-web 3.0.9 → 3.0.11

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.
@@ -3240,7 +3240,7 @@ function _extends(){return _extends=Object.assign?Object.assign.bind():function(
3240
3240
 
3241
3241
  /***/ }),
3242
3242
 
3243
- /***/ 25867:
3243
+ /***/ 68120:
3244
3244
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3245
3245
 
3246
3246
  "use strict";
@@ -3252,7 +3252,7 @@ __webpack_require__.d(__webpack_exports__, {
3252
3252
  "default": function() { return /* binding */ ControlModal; }
3253
3253
  });
3254
3254
 
3255
- ;// 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/ControlModal.vue?vue&type=template&id=6295046e&
3255
+ ;// 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/ControlModal.vue?vue&type=template&id=660636e7&
3256
3256
  var render = function render() {
3257
3257
  var _vm = this,
3258
3258
  _c = _vm._self._c;
@@ -3378,8 +3378,8 @@ var HOEditorFactorys = __webpack_require__(74089);
3378
3378
  'text-to-label': 'textDialog/TextToLabelDialog',
3379
3379
  date: 'dateDialog/DateDialog',
3380
3380
  select: 'selectDialog/SelectDialog',
3381
- 'radio-box': 'radioCheckBox/RadioCheckbox',
3382
- 'check-box': 'radioCheckBox/RadioCheckbox',
3381
+ 'RadioBox': 'radioCheckBox/RadioCheckbox',
3382
+ 'CheckBox': 'radioCheckBox/RadioCheckbox',
3383
3383
  table: 'table/TableProperty',
3384
3384
  'table-row': 'table/TableRowProperty',
3385
3385
  'table-col': 'table/TableColProperty',
@@ -12980,7 +12980,7 @@ var component = (0,componentNormalizer/* default */.Z)(
12980
12980
 
12981
12981
  /***/ }),
12982
12982
 
12983
- /***/ 92638:
12983
+ /***/ 91377:
12984
12984
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
12985
12985
 
12986
12986
  "use strict";
@@ -12992,7 +12992,7 @@ __webpack_require__.d(__webpack_exports__, {
12992
12992
  "default": function() { return /* binding */ RadioCheckbox; }
12993
12993
  });
12994
12994
 
12995
- ;// 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/radioCheckBox/RadioCheckbox.vue?vue&type=template&id=483f0e4a&
12995
+ ;// 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/radioCheckBox/RadioCheckbox.vue?vue&type=template&id=00507f62&
12996
12996
  var render = function render() {
12997
12997
  var _vm = this,
12998
12998
  _c = _vm._self._c;
@@ -13389,7 +13389,7 @@ var render = function render() {
13389
13389
  staticClass: "label"
13390
13390
  }, [_vm._v("编号")]), _c('span', {
13391
13391
  staticClass: "readonly-value"
13392
- }, [_vm._v(_vm._s(_vm.radioCheckbox.id))])]), _c('li', {
13392
+ }, [_vm._v(_vm._s(_vm.radioCheckBox.id))])]), _c('li', {
13393
13393
  staticClass: "control-item"
13394
13394
  }, [_c('span', {
13395
13395
  staticClass: "label"
@@ -13398,11 +13398,11 @@ var render = function render() {
13398
13398
  "placeholder": "内部标识符"
13399
13399
  },
13400
13400
  model: {
13401
- value: _vm.radioCheckbox.innerIdentifier,
13401
+ value: _vm.radioCheckBox.innerIdentifier,
13402
13402
  callback: function callback($$v) {
13403
- _vm.$set(_vm.radioCheckbox, "innerIdentifier", $$v);
13403
+ _vm.$set(_vm.radioCheckBox, "innerIdentifier", $$v);
13404
13404
  },
13405
- expression: "radioCheckbox.innerIdentifier"
13405
+ expression: "radioCheckBox.innerIdentifier"
13406
13406
  }
13407
13407
  })], 1), _c('li', {
13408
13408
  staticClass: "control-item"
@@ -13413,11 +13413,11 @@ var render = function render() {
13413
13413
  "placeholder": "数据元标识符"
13414
13414
  },
13415
13415
  model: {
13416
- value: _vm.radioCheckbox.dataMetaIdentifier,
13416
+ value: _vm.radioCheckBox.dataMetaIdentifier,
13417
13417
  callback: function callback($$v) {
13418
- _vm.$set(_vm.radioCheckbox, "dataMetaIdentifier", $$v);
13418
+ _vm.$set(_vm.radioCheckBox, "dataMetaIdentifier", $$v);
13419
13419
  },
13420
- expression: "radioCheckbox.dataMetaIdentifier"
13420
+ expression: "radioCheckBox.dataMetaIdentifier"
13421
13421
  }
13422
13422
  })], 1), _c('li', {
13423
13423
  staticClass: "control-item"
@@ -13428,11 +13428,11 @@ var render = function render() {
13428
13428
  "placeholder": "表示格式"
13429
13429
  },
13430
13430
  model: {
13431
- value: _vm.radioCheckbox.identifierFormat,
13431
+ value: _vm.radioCheckBox.identifierFormat,
13432
13432
  callback: function callback($$v) {
13433
- _vm.$set(_vm.radioCheckbox, "identifierFormat", $$v);
13433
+ _vm.$set(_vm.radioCheckBox, "identifierFormat", $$v);
13434
13434
  },
13435
- expression: "radioCheckbox.identifierFormat"
13435
+ expression: "radioCheckBox.identifierFormat"
13436
13436
  }
13437
13437
  })], 1), _c('li', {
13438
13438
  staticClass: "control-item"
@@ -13444,11 +13444,11 @@ var render = function render() {
13444
13444
  "placeholder": "名称"
13445
13445
  },
13446
13446
  model: {
13447
- value: _vm.radioCheckbox.groupName,
13447
+ value: _vm.radioCheckBox.groupName,
13448
13448
  callback: function callback($$v) {
13449
- _vm.$set(_vm.radioCheckbox, "groupName", $$v);
13449
+ _vm.$set(_vm.radioCheckBox, "groupName", $$v);
13450
13450
  },
13451
- expression: "radioCheckbox.groupName"
13451
+ expression: "radioCheckBox.groupName"
13452
13452
  }
13453
13453
  })], 1), _c('li', {
13454
13454
  staticClass: "control-item"
@@ -13460,11 +13460,11 @@ var render = function render() {
13460
13460
  "placeholder": "文本"
13461
13461
  },
13462
13462
  model: {
13463
- value: _vm.radioCheckbox.text,
13463
+ value: _vm.radioCheckBox.text,
13464
13464
  callback: function callback($$v) {
13465
- _vm.$set(_vm.radioCheckbox, "text", $$v);
13465
+ _vm.$set(_vm.radioCheckBox, "text", $$v);
13466
13466
  },
13467
- expression: "radioCheckbox.text"
13467
+ expression: "radioCheckBox.text"
13468
13468
  }
13469
13469
  })], 1), _c('li', {
13470
13470
  staticClass: "control-item"
@@ -13476,61 +13476,61 @@ var render = function render() {
13476
13476
  "placeholder": "提示文本"
13477
13477
  },
13478
13478
  model: {
13479
- value: _vm.radioCheckbox.tipText,
13479
+ value: _vm.radioCheckBox.tipText,
13480
13480
  callback: function callback($$v) {
13481
- _vm.$set(_vm.radioCheckbox, "tipText", $$v);
13481
+ _vm.$set(_vm.radioCheckBox, "tipText", $$v);
13482
13482
  },
13483
- expression: "radioCheckbox.tipText"
13483
+ expression: "radioCheckBox.tipText"
13484
13484
  }
13485
13485
  })], 1), _c('li', {
13486
13486
  staticClass: "control-item"
13487
13487
  }, [_c('a-checkbox', {
13488
13488
  model: {
13489
- value: _vm.radioCheckbox.isSelected,
13489
+ value: _vm.radioCheckBox.isSelected,
13490
13490
  callback: function callback($$v) {
13491
- _vm.$set(_vm.radioCheckbox, "isSelected", $$v);
13491
+ _vm.$set(_vm.radioCheckBox, "isSelected", $$v);
13492
13492
  },
13493
- expression: "radioCheckbox.isSelected"
13493
+ expression: "radioCheckBox.isSelected"
13494
13494
  }
13495
13495
  }, [_vm._v("处于选择状态")]), _c('a-checkbox', {
13496
13496
  model: {
13497
- value: _vm.radioCheckbox.isAllowDelete,
13497
+ value: _vm.radioCheckBox.isAllowDelete,
13498
13498
  callback: function callback($$v) {
13499
- _vm.$set(_vm.radioCheckbox, "isAllowDelete", $$v);
13499
+ _vm.$set(_vm.radioCheckBox, "isAllowDelete", $$v);
13500
13500
  },
13501
- expression: "radioCheckbox.isAllowDelete"
13501
+ expression: "radioCheckBox.isAllowDelete"
13502
13502
  }
13503
13503
  }, [_vm._v("可以删除")]), _c('a-checkbox', {
13504
13504
  model: {
13505
- value: _vm.radioCheckbox.boxAlign,
13505
+ value: _vm.radioCheckBox.boxAlign,
13506
13506
  callback: function callback($$v) {
13507
- _vm.$set(_vm.radioCheckbox, "boxAlign", $$v);
13507
+ _vm.$set(_vm.radioCheckBox, "boxAlign", $$v);
13508
13508
  },
13509
- expression: "radioCheckbox.boxAlign"
13509
+ expression: "radioCheckBox.boxAlign"
13510
13510
  }
13511
13511
  }, [_vm._v("勾选框左对齐")]), _c('a-checkbox', {
13512
13512
  model: {
13513
- value: _vm.radioCheckbox.readType,
13513
+ value: _vm.radioCheckBox.readType,
13514
13514
  callback: function callback($$v) {
13515
- _vm.$set(_vm.radioCheckbox, "readType", $$v);
13515
+ _vm.$set(_vm.radioCheckBox, "readType", $$v);
13516
13516
  },
13517
- expression: "radioCheckbox.readType"
13517
+ expression: "radioCheckBox.readType"
13518
13518
  }
13519
13519
  }, [_vm._v("自动回填")]), _c('a-checkbox', {
13520
13520
  model: {
13521
- value: _vm.radioCheckbox.isTransToText,
13521
+ value: _vm.radioCheckBox.isTransToText,
13522
13522
  callback: function callback($$v) {
13523
- _vm.$set(_vm.radioCheckbox, "isTransToText", $$v);
13523
+ _vm.$set(_vm.radioCheckBox, "isTransToText", $$v);
13524
13524
  },
13525
- expression: "radioCheckbox.isTransToText"
13525
+ expression: "radioCheckBox.isTransToText"
13526
13526
  }
13527
13527
  }, [_vm._v("内容转文本")]), _c('a-checkbox', {
13528
13528
  model: {
13529
- value: _vm.radioCheckbox.isEditText,
13529
+ value: _vm.radioCheckBox.isEditText,
13530
13530
  callback: function callback($$v) {
13531
- _vm.$set(_vm.radioCheckbox, "isEditText", $$v);
13531
+ _vm.$set(_vm.radioCheckBox, "isEditText", $$v);
13532
13532
  },
13533
- expression: "radioCheckbox.isEditText"
13533
+ expression: "radioCheckBox.isEditText"
13534
13534
  }
13535
13535
  }, [_vm._v("编辑文本")])], 1), _c('li', {
13536
13536
  staticClass: "control-item"
@@ -13542,11 +13542,11 @@ var render = function render() {
13542
13542
  "placeholder": "数值"
13543
13543
  },
13544
13544
  model: {
13545
- value: _vm.radioCheckbox.numericValue,
13545
+ value: _vm.radioCheckBox.numericValue,
13546
13546
  callback: function callback($$v) {
13547
- _vm.$set(_vm.radioCheckbox, "numericValue", $$v);
13547
+ _vm.$set(_vm.radioCheckBox, "numericValue", $$v);
13548
13548
  },
13549
- expression: "radioCheckbox.numericValue"
13549
+ expression: "radioCheckBox.numericValue"
13550
13550
  }
13551
13551
  })], 1), _c('li', {
13552
13552
  staticClass: "control-item"
@@ -13558,11 +13558,11 @@ var render = function render() {
13558
13558
  "placeholder": "附加数据"
13559
13559
  },
13560
13560
  model: {
13561
- value: _vm.radioCheckbox.additionalData,
13561
+ value: _vm.radioCheckBox.additionalData,
13562
13562
  callback: function callback($$v) {
13563
- _vm.$set(_vm.radioCheckbox, "additionalData", $$v);
13563
+ _vm.$set(_vm.radioCheckBox, "additionalData", $$v);
13564
13564
  },
13565
- expression: "radioCheckbox.additionalData"
13565
+ expression: "radioCheckBox.additionalData"
13566
13566
  }
13567
13567
  })], 1), _c('li', {
13568
13568
  staticClass: "control-item"
@@ -13574,11 +13574,11 @@ var render = function render() {
13574
13574
  "placeholder": "勾选级联对象"
13575
13575
  },
13576
13576
  model: {
13577
- value: _vm.radioCheckbox.checkCascadeObject,
13577
+ value: _vm.radioCheckBox.checkCascadeObject,
13578
13578
  callback: function callback($$v) {
13579
- _vm.$set(_vm.radioCheckbox, "checkCascadeObject", $$v);
13579
+ _vm.$set(_vm.radioCheckBox, "checkCascadeObject", $$v);
13580
13580
  },
13581
- expression: "radioCheckbox.checkCascadeObject"
13581
+ expression: "radioCheckBox.checkCascadeObject"
13582
13582
  }
13583
13583
  })], 1), _c('li', {
13584
13584
  staticClass: "control-item"
@@ -13590,11 +13590,11 @@ var render = function render() {
13590
13590
  "placeholder": "不勾选级联对象"
13591
13591
  },
13592
13592
  model: {
13593
- value: _vm.radioCheckbox.unCheckCascadeObject,
13593
+ value: _vm.radioCheckBox.unCheckCascadeObject,
13594
13594
  callback: function callback($$v) {
13595
- _vm.$set(_vm.radioCheckbox, "unCheckCascadeObject", $$v);
13595
+ _vm.$set(_vm.radioCheckBox, "unCheckCascadeObject", $$v);
13596
13596
  },
13597
- expression: "radioCheckbox.unCheckCascadeObject"
13597
+ expression: "radioCheckBox.unCheckCascadeObject"
13598
13598
  }
13599
13599
  })], 1), _c('li', {
13600
13600
  staticClass: "control-item"
@@ -13696,7 +13696,7 @@ var defaultBox = {
13696
13696
  isEditText: false
13697
13697
  };
13698
13698
  /* harmony default export */ var RadioCheckboxvue_type_script_lang_js_ = ({
13699
- name: 'RadioCheckbox',
13699
+ name: 'RadioCheckBox',
13700
13700
  data: function data() {
13701
13701
  return {
13702
13702
  boxGroup: 1,
@@ -13704,7 +13704,7 @@ var defaultBox = {
13704
13704
  tableRadio: false,
13705
13705
  radioCheckBoxGroup: [],
13706
13706
  animationClassName: 'animation-in',
13707
- radioCheckbox: JSON.parse(JSON.stringify(defaultBox)),
13707
+ radioCheckBox: JSON.parse(JSON.stringify(defaultBox)),
13708
13708
  dynamicTags: [],
13709
13709
  inputVisible: false,
13710
13710
  inputValue: '',
@@ -13743,18 +13743,18 @@ var defaultBox = {
13743
13743
  var _this = this;
13744
13744
  if (this.controlStatus === 'update') {
13745
13745
  var updateNode = this.getRadioCheckNode();
13746
- Object.keys(this.radioCheckbox).forEach(function (key) {
13746
+ Object.keys(this.radioCheckBox).forEach(function (key) {
13747
13747
  if (key === 'readType') {
13748
- _this.radioCheckbox.readType = updateNode.readType == 1 ? true : false;
13748
+ _this.radioCheckBox.readType = updateNode.readType == 1 ? true : false;
13749
13749
  } else {
13750
- _this.radioCheckbox[key] = updateNode[key];
13750
+ _this.radioCheckBox[key] = updateNode[key];
13751
13751
  }
13752
13752
  });
13753
13753
  this.boxGroup = 0;
13754
13754
  } else {
13755
- this.radioCheckbox.id = this.controlType === 'RadioBox' ? this.vueController.generateID('RB') : this.vueController.generateID('CB');
13756
- this.radioCheckbox.controlStyle = this.controlType;
13757
- this.radioCheckbox.title = this.controlType === 'RadioBox' ? '单选框' : '复选框';
13755
+ this.radioCheckBox.id = this.controlType === 'RadioBox' ? this.vueController.generateID('RB') : this.vueController.generateID('CB');
13756
+ this.radioCheckBox.controlStyle = this.controlType;
13757
+ this.radioCheckBox.title = this.controlType === 'RadioBox' ? '单选框' : '复选框';
13758
13758
  }
13759
13759
  if (this.boxGroup === 1) {
13760
13760
  this.addBox();
@@ -13800,7 +13800,7 @@ var defaultBox = {
13800
13800
  },
13801
13801
  addBox: function addBox() {
13802
13802
  var box = (0,objectSpread2/* default */.Z)({}, defaultBox);
13803
- box.id = this.controlType === 'radio-box' ? this.vueController.generateID('RB') : this.vueController.generateID('CB');
13803
+ box.id = this.controlType === 'RadioBox' ? this.vueController.generateID('RB') : this.vueController.generateID('CB');
13804
13804
  box.groupName = this.groupName;
13805
13805
  this.radioCheckBoxGroup.push(box);
13806
13806
  },
@@ -13814,17 +13814,17 @@ var defaultBox = {
13814
13814
  sure: function sure() {
13815
13815
  var _this2 = this;
13816
13816
  if (this.boxGroup === 0) {
13817
- this.radioCheckbox.bandDataSource = JSON.stringify(this.dataSource);
13818
- this.radioCheckbox.readType ? this.radioCheckbox.readType = 1 : this.radioCheckbox.readType = 0;
13817
+ this.radioCheckBox.bandDataSource = JSON.stringify(this.dataSource);
13818
+ this.radioCheckBox.readType ? this.radioCheckBox.readType = 1 : this.radioCheckBox.readType = 0;
13819
13819
  if (this.controlStatus === 'add') {
13820
- this.vueController.insertRadioAndCheckBox(this.controlStatus, JSON.stringify(this.radioCheckbox));
13820
+ this.vueController.insertRadioAndCheckBox(this.controlStatus, JSON.stringify(this.radioCheckBox));
13821
13821
  } else if (this.controlStatus === 'update') {
13822
- this.vueController.updateRadioAndCheckBox(JSON.stringify(this.radioCheckbox));
13822
+ this.vueController.updateRadioAndCheckBox(JSON.stringify(this.radioCheckBox));
13823
13823
  }
13824
13824
  } else if (this.boxGroup === 1 && this.controlStatus === 'add') {
13825
13825
  this.radioCheckBoxGroup.forEach(function (v) {
13826
13826
  v.groupName = _this2.groupName;
13827
- v.controlStyle = _this2.controlType == "radio-box" ? 'RadioBox' : "CheckBox";
13827
+ v.controlStyle = _this2.controlType == "RadioBox" ? 'RadioBox' : "CheckBox";
13828
13828
  if (v.id === _this2.tableRadio) v.isSelected = true;
13829
13829
  if (v.text == '') return; // 处理单复选文本值为空的情况
13830
13830
  _this2.vueController.insertRadioAndCheckBox('add', JSON.stringify(v));
@@ -13843,10 +13843,10 @@ var defaultBox = {
13843
13843
  });
13844
13844
  ;// CONCATENATED MODULE: ./src/components/controls/radioCheckBox/RadioCheckbox.vue?vue&type=script&lang=js&
13845
13845
  /* harmony default export */ var radioCheckBox_RadioCheckboxvue_type_script_lang_js_ = (RadioCheckboxvue_type_script_lang_js_);
13846
- ;// 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/radioCheckBox/RadioCheckbox.vue?vue&type=style&index=0&id=483f0e4a&prod&lang=scss&
13846
+ ;// 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/radioCheckBox/RadioCheckbox.vue?vue&type=style&index=0&id=00507f62&prod&lang=scss&
13847
13847
  // extracted by mini-css-extract-plugin
13848
13848
 
13849
- ;// CONCATENATED MODULE: ./src/components/controls/radioCheckBox/RadioCheckbox.vue?vue&type=style&index=0&id=483f0e4a&prod&lang=scss&
13849
+ ;// CONCATENATED MODULE: ./src/components/controls/radioCheckBox/RadioCheckbox.vue?vue&type=style&index=0&id=00507f62&prod&lang=scss&
13850
13850
 
13851
13851
  // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
13852
13852
  var componentNormalizer = __webpack_require__(70713);
@@ -26538,7 +26538,7 @@ var getCellNode = function getCellNode(nodes) {
26538
26538
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
26539
26539
  /* harmony export */ "EM": function() { return /* binding */ textParams; }
26540
26540
  /* harmony export */ });
26541
- /* unused harmony exports dataSource, radioCheckbox */
26541
+ /* unused harmony exports dataSource, radioCheckBox */
26542
26542
  /* harmony import */ var _editor_dom_treeNode_TextInputFieldNode__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(90161);
26543
26543
 
26544
26544
  var dataSource = {
@@ -26550,7 +26550,7 @@ var dataSource = {
26550
26550
  autoUpdate: false,
26551
26551
  executeStatus: 0
26552
26552
  };
26553
- var radioCheckbox = {
26553
+ var radioCheckBox = {
26554
26554
  id: "",
26555
26555
  title: "",
26556
26556
  groupName: "",
@@ -35327,8 +35327,13 @@ var DocController = /*#__PURE__*/function () {
35327
35327
  }
35328
35328
 
35329
35329
  if (!isError) {
35330
+ var curDomRange = hoEditorFactory.docTree.curDomRange.normalize();
35330
35331
  if (hoEditorFactory.drawTree.paintStatus === _draw_drawTree_DrawTree__WEBPACK_IMPORTED_MODULE_27__/* .PaintState.psReview */ .Dh.psReview) {
35331
- path = hoEditorFactory.docTree.curDomRange.normalize().endPath;
35332
+ path = curDomRange.endPath;
35333
+ }
35334
+ var npNode = curDomRange.npEnd.node;
35335
+ if (npNode && npNode instanceof _treeNode_MarkNode__WEBPACK_IMPORTED_MODULE_46__/* .MarkNode */ .j && npNode.MarkNodeType == 1) {
35336
+ path = npNode.parentNode.StartMarkNode.getNodePath();
35332
35337
  }
35333
35338
  hoEditorFactory.undoService.begin();
35334
35339
  // this.insertNodeByPath(textNode,this._curNodePosition.path);
@@ -42673,7 +42678,7 @@ var PageProperty = /*#__PURE__*/function () {
42673
42678
  /*
42674
42679
  * @Author: your name
42675
42680
  * @Date: 2020-12-24 16:01:16
42676
- * @LastEditTime: 2022-12-12 14:49:39
42681
+ * @LastEditTime: 2022-12-20 17:40:47
42677
42682
  * @LastEditors: liyanan 2441631434@qq.com
42678
42683
  * @Description: In User Settings Edit
42679
42684
  * @FilePath: \hoeditor-web\src\editor\dom\TableProperty.ts
@@ -62715,8 +62720,6 @@ __webpack_require__.d(__webpack_exports__, {
62715
62720
  "a": function() { return /* binding */ DrawLine; }
62716
62721
  });
62717
62722
 
62718
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
62719
- var slicedToArray = __webpack_require__(27222);
62720
62723
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js
62721
62724
  var classCallCheck = __webpack_require__(70280);
62722
62725
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/createClass.js
@@ -62846,7 +62849,6 @@ var TextInputFieldNode = __webpack_require__(90161);
62846
62849
 
62847
62850
 
62848
62851
 
62849
-
62850
62852
 
62851
62853
 
62852
62854
  var DrawLine = /*#__PURE__*/function (_DrawContainer) {
@@ -63132,10 +63134,7 @@ var DrawLine = /*#__PURE__*/function (_DrawContainer) {
63132
63134
  value: function adjustDHeight(dHeight) {
63133
63135
  if (this.paragraphNode.parentNode && this.paragraphNode.parentNode.nodeType === BaseNode/* NodeType.ntCell */.Jq.ntCell && this.paragraphNode.parentNode.table.tableProperty.isAutoChangeLine) {
63134
63136
  var cell = this.paragraphNode.parentNode;
63135
- var _cell$table$getCellIn = cell.table.getCellInfos(cell),
63136
- _cell$table$getCellIn2 = (0,slicedToArray/* default */.Z)(_cell$table$getCellIn, 2),
63137
- r = _cell$table$getCellIn2[0],
63138
- c = _cell$table$getCellIn2[1];
63137
+ //const [r, c] = cell.table.getCellInfos(cell);
63139
63138
  if (cell.needPaintLineGrid() && dHeight, cell.table.tableProperty.autoLineHeightPx) {
63140
63139
  dHeight = Math.max(dHeight, cell.table.tableProperty.autoLineHeightPx - this.paragraphNode.combineParagraph.lineSpace - this.paragraphNode.combineParagraph.topMarginPixes);
63141
63140
  }
@@ -69066,7 +69065,7 @@ var ResizeDrawTableObj = /*#__PURE__*/function () {
69066
69065
  if (rect) {
69067
69066
  var dWidth = rect.width;
69068
69067
  var dHeight = rect.height;
69069
- if (0 < pos.x && pos.x < dWidth && (pos.y >= 0 || pos.y <= dHeight)) {
69068
+ if (0 < pos.x && pos.x < dWidth && pos.y >= 0 && pos.y <= dHeight) {
69070
69069
  inYrange = true;
69071
69070
  // this._dObj.cursor = "s-resize";
69072
69071
  // this.setBoundsYMoveable(e.stageY, dWidth);
@@ -69350,7 +69349,7 @@ var DrawPageCell = /*#__PURE__*/function (_DrawArea) {
69350
69349
  // this._leftBorder = new createjs.Rectangle(dLeft, dTop, 2, dHeight);
69351
69350
  // this._rightBorder = new createjs.Rectangle(
69352
69351
  // dLeft + dWidth - 2,
69353
- // dTop,
69352
+ // dTop,canjustRowHeight
69354
69353
  // 2,
69355
69354
  // dHeight
69356
69355
  // );
@@ -69387,7 +69386,7 @@ var DrawPageCell = /*#__PURE__*/function (_DrawArea) {
69387
69386
  // gLineHeight;
69388
69387
  // }
69389
69388
  var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys.instance */.b.instance().getFactory(_this._hoEditorFactoryID);
69390
- if (hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState.psEdit */.Dh.psEdit || hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState.psDesign */.Dh.psDesign) {
69389
+ if (hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState.psEdit */.Dh.psEdit && (_this.cell.table.tableProperty.canAdjustRowHeight || _this.cell.table.tableProperty.canAdjustRowWidth) || hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState.psDesign */.Dh.psDesign) {
69391
69390
  _this._ResizeObj = new ResizeDrawTableObj(_this._hoEditorFactoryID, _this._cell, _this._touchArea, rowIndex, colIndex);
69392
69391
  }
69393
69392
  // this.paintBackground();
@@ -69561,7 +69560,7 @@ var DrawPageCell = /*#__PURE__*/function (_DrawArea) {
69561
69560
  * |0 1 |
69562
69561
  * | D B |
69563
69562
  * |3___C___2 |
69564
- *
69563
+ *canjustRowHeight
69565
69564
  */
69566
69565
  switch (this._cell.cellProperty.obliqueSplitLine) {
69567
69566
  //02
@@ -70887,9 +70886,9 @@ var DrawPageTable = /*#__PURE__*/function (_DrawRect) {
70887
70886
  value: function paint(dTop, dParent, restHeight) {
70888
70887
  var totalHeight = 0;
70889
70888
  var aTop = dTop;
70890
- if (this.table.tableProperty.fixedOnePage) {
70891
- restHeight = Infinity;
70892
- }
70889
+ // if (this.table.tableProperty.fixedOnePage) {
70890
+ // restHeight = Infinity;
70891
+ // }
70893
70892
  var pageRestHeight = restHeight;
70894
70893
  var bStartRowFinished = true;
70895
70894
  var index = this._table.drawTable.drawPageTables.indexOf(this);
@@ -71505,9 +71504,9 @@ var DrawPageTable = /*#__PURE__*/function (_DrawRect) {
71505
71504
  key: "drawUpdate",
71506
71505
  value: function drawUpdate(prevdPageTable, dRestHeight) {
71507
71506
  var hoEditorFactory = _HOEditorFactorys__WEBPACK_IMPORTED_MODULE_14__/* .HOEditorFactorys.instance */ .b.instance().getFactory(this.table.hoEditorFactoryID);
71508
- if (this.table.tableProperty.fixedOnePage) {
71509
- dRestHeight = Infinity;
71510
- }
71507
+ // if (this.table.tableProperty.fixedOnePage) {
71508
+ // dRestHeight = Infinity;
71509
+ // }
71511
71510
  var pageRestHeight = dRestHeight;
71512
71511
  var rowTop = 0;
71513
71512
  var index = this._table.drawTable.drawPageTables.indexOf(this);
@@ -72414,7 +72413,7 @@ var DrawRect = /*#__PURE__*/function (_DrawContainer) {
72414
72413
  /*
72415
72414
  * @Author: your name
72416
72415
  * @Date: 2021-09-01 16:51:49
72417
- * @LastEditTime: 2022-08-29 10:17:11
72416
+ * @LastEditTime: 2023-01-01 14:53:26
72418
72417
  * @LastEditors: liyanan 2441631434@qq.com
72419
72418
  * @Description: In User Settings Edit
72420
72419
  * @FilePath: \hoeditor-web\src\editor\draw\drawNode\DrawSignNode.ts
@@ -72753,9 +72752,24 @@ var DrawSignNode = /*#__PURE__*/function (_DrawCombineNode) {
72753
72752
  };
72754
72753
  } else {
72755
72754
  _this2._dWidth = hitWidth * scale;
72756
- node.imgWidth = _this2._dWidth;
72757
- node.imgHeight = hoEditorFactory.signHeight;
72758
- bitmap.setTransform(0, -(hitHeight * scale + currentLineHeight) / 2, scale, scale);
72755
+ //签名图片随单元格大小自适应
72756
+ var width = _this2._dWidth;
72757
+ if (node.parentNode instanceof _editor_dom_treeNode_CellNode__WEBPACK_IMPORTED_MODULE_6__/* .CellNode */ .D) {
72758
+ var cellWidth = node.parentNode.drawCell.dWidth;
72759
+ if (width > cellWidth - 5) {
72760
+ drawNode.dHeight = (cellWidth - 5) * drawNode.dHeight / width;
72761
+ scale = (cellWidth - 5) / width * scale;
72762
+ width = cellWidth - 5;
72763
+ }
72764
+ drawNode.dWidth = width;
72765
+ node.imgWidth = drawNode.dWidth;
72766
+ node.imgHeight = drawNode.dHeight;
72767
+ bitmap.setTransform(0, -(hitHeight * scale + currentLineHeight) / 2, scale, scale);
72768
+ } else {
72769
+ node.imgWidth = _this2.dWidth;
72770
+ node.imgHeight = hoEditorFactory.signHeight;
72771
+ bitmap.setTransform(0, -(hitHeight * scale + currentLineHeight) / 2, scale, scale);
72772
+ }
72759
72773
  updateSign();
72760
72774
  }
72761
72775
  };
@@ -73143,6 +73157,10 @@ var DrawTable = /*#__PURE__*/function (_DrawRect) {
73143
73157
  } else {
73144
73158
  ret = false;
73145
73159
  }
73160
+ var fixedOnePage = this.table.tableProperty.fixedOnePage;
73161
+ if (fixedOnePage) {
73162
+ return true;
73163
+ }
73146
73164
  }
73147
73165
  return ret;
73148
73166
  }
@@ -76064,6 +76082,7 @@ var EditorController = /*#__PURE__*/function () {
76064
76082
  }
76065
76083
  } finally {
76066
76084
  el.value = '';
76085
+ el.style.width = '0px';
76067
76086
  hoeditorfactory.drawTree.caret.cursor.className = 'ho-caret-animation';
76068
76087
  }
76069
76088
  }
@@ -186826,7 +186845,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
186826
186845
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
186827
186846
 
186828
186847
  var map = {
186829
- "./ControlModal.vue": 25867,
186848
+ "./ControlModal.vue": 68120,
186830
186849
  "./barCode/BarCodes.vue": 98194,
186831
186850
  "./colorPicker/HoColorPicker.vue": 91351,
186832
186851
  "./colorPicker/HoColorPickers.vue": 84214,
@@ -186851,7 +186870,7 @@ var map = {
186851
186870
  "./popers/Title.vue": 89987,
186852
186871
  "./printstyle/PrintLineStyle.vue": 41889,
186853
186872
  "./qrCode/QrCode.vue": 67124,
186854
- "./radioCheckBox/RadioCheckbox.vue": 92638,
186873
+ "./radioCheckBox/RadioCheckbox.vue": 91377,
186855
186874
  "./selectDialog/SelectDialog.vue": 26679,
186856
186875
  "./sign/Sign.vue": 99163,
186857
186876
  "./table/TableCellPoper.vue": 21277,
@@ -226891,7 +226910,7 @@ var SignNode = __webpack_require__(24701);
226891
226910
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
226892
226911
  var ParagraphNode = __webpack_require__(67945);
226893
226912
  ;// CONCATENATED MODULE: ./src/components/version.ts
226894
- /* harmony default export */ var version = ('3.0.9');
226913
+ /* harmony default export */ var version = ('3.0.11');
226895
226914
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
226896
226915
  var PoperTipText = __webpack_require__(15845);
226897
226916
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -228163,6 +228182,7 @@ var DrawPageTree = /*#__PURE__*/function () {
228163
228182
  }, {
228164
228183
  key: "paintDrawPageCell",
228165
228184
  value: function paintDrawPageCell(aDrawArea, dRoots, startLine, endLine) {
228185
+ var fixedOnePage = aDrawArea.cell.table.tableProperty.fixedOnePage;
228166
228186
  var startUpdateLine = endLine;
228167
228187
  var drawArea = aDrawArea;
228168
228188
  var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys.instance */.b.instance().getFactory(this._hoEditorFactoryID);
@@ -228201,9 +228221,17 @@ var DrawPageTree = /*#__PURE__*/function () {
228201
228221
  var dMaxHeight = mainArea.dHeight - drawArea.localToLocal(0, 0, mainArea).y;
228202
228222
  drawArea.maxHeight = dMaxHeight;
228203
228223
  var restHeight = Infinity;
228224
+ var bIsFull = false;
228204
228225
  if (drawArea.allowAcrossPage && mainArea.allowAcrossPage) restHeight = drawArea.maxHeight - dTop;
228226
+ if (dLine && fixedOnePage) {
228227
+ //drawArea.allowAcrossPage = false;
228228
+ restHeight = drawArea.maxHeight - dTop;
228229
+ if (dLine.dHeight > restHeight) {
228230
+ restHeight = 0;
228231
+ bIsFull = true;
228232
+ }
228233
+ }
228205
228234
  var nextLine = startLine;
228206
- var bIsFull = false;
228207
228235
  while (nextLine <= endLine) {
228208
228236
  var dline = dRoots[nextLine];
228209
228237
  if (dline instanceof DrawTable/* DrawTable */.t && restHeight < hoEditorFactory.defaultLineHeight || dline instanceof DrawLine/* DrawLine */.a && restHeight < dline.dHeight) {
@@ -228273,8 +228301,8 @@ var DrawPageTree = /*#__PURE__*/function () {
228273
228301
  if (index > 0) {
228274
228302
  prevPgTable = dPgTable.table.drawTable.drawPageTables[index - 1];
228275
228303
  }
228276
- var _restHeight = dPgTable.getMainRestHeight();
228277
- drawArea.drawPageTable.table.drawTable.drawUpdate(pArea, prevPgTable, dPgTable.y, _restHeight);
228304
+ var restHeight1 = dPgTable.getMainRestHeight();
228305
+ drawArea.drawPageTable.table.drawTable.drawUpdate(pArea, prevPgTable, dPgTable.y, restHeight1);
228278
228306
  break;
228279
228307
  }
228280
228308
  if (nextLine > startLine || nextLine === startLine && !drawArea.contains(_dobj2)) {
@@ -235624,11 +235652,13 @@ var VueController = /*#__PURE__*/function () {
235624
235652
  var nodes = [];
235625
235653
  var lines = text.split("\n");
235626
235654
  for (var i = 0; i < lines.length; i++) {
235627
- var textNode = new TextNode/* TextNode */.R(this._hoEditorFactoryID, npStart.roots, npStart.node.parentNode, BaseNode/* NodeType.ntText */.Jq.ntText, lines[i], hoEditorFactory.docTree.curStyleIndex);
235628
- nodes.push(textNode);
235629
- if (i < lines.length - 1) {
235630
- var paragraphNode = new ParagraphNode/* ParagraphNode */.C(this._hoEditorFactoryID, npStart.roots, npStart.node.parentNode, hoEditorFactory.docTree.curParaNo);
235631
- nodes.push(paragraphNode);
235655
+ if (lines[i] != "") {
235656
+ var textNode = new TextNode/* TextNode */.R(this._hoEditorFactoryID, npStart.roots, npStart.node.parentNode, BaseNode/* NodeType.ntText */.Jq.ntText, lines[i], hoEditorFactory.docTree.curStyleIndex);
235657
+ nodes.push(textNode);
235658
+ if (i < lines.length - 1) {
235659
+ var paragraphNode = new ParagraphNode/* ParagraphNode */.C(this._hoEditorFactoryID, npStart.roots, npStart.node.parentNode, hoEditorFactory.docTree.curParaNo);
235660
+ nodes.push(paragraphNode);
235661
+ }
235632
235662
  }
235633
235663
  }
235634
235664
  hoEditorFactory.docController.parseNodeData(nodes);
@@ -245399,7 +245429,7 @@ var HoFooter_component = (0,componentNormalizer/* default */.Z)(
245399
245429
 
245400
245430
  /* harmony default export */ var HoFooter = (HoFooter_component.exports);
245401
245431
  // EXTERNAL MODULE: ./src/components/controls/ControlModal.vue + 3 modules
245402
- var ControlModal = __webpack_require__(25867);
245432
+ var ControlModal = __webpack_require__(68120);
245403
245433
  // EXTERNAL MODULE: ./src/components/controls/findReplace/FindReplace.vue + 5 modules
245404
245434
  var FindReplace = __webpack_require__(25918);
245405
245435
  ;// CONCATENATED MODULE: ./src/components/controls/findReplace/index.ts
@@ -249255,8 +249285,8 @@ var ToolBarChild_component = (0,componentNormalizer/* default */.Z)(
249255
249285
  )
249256
249286
 
249257
249287
  /* harmony default export */ var ToolBarChild = (ToolBarChild_component.exports);
249258
- ;// 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/toolbar/insert/ToolControl.vue?vue&type=template&id=b0adf838&
249259
- var ToolControlvue_type_template_id_b0adf838_render = function render() {
249288
+ ;// 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/toolbar/insert/ToolControl.vue?vue&type=template&id=028bf828&
249289
+ var ToolControlvue_type_template_id_028bf828_render = function render() {
249260
249290
  var _vm = this,
249261
249291
  _c = _vm._self._c;
249262
249292
  return _c('div', {
@@ -249469,7 +249499,7 @@ var ToolControlvue_type_template_id_b0adf838_render = function render() {
249469
249499
  staticClass: "ho-emr-tool-item",
249470
249500
  on: {
249471
249501
  "click": function click($event) {
249472
- return _vm.createControl('radio-box');
249502
+ return _vm.createControl('RadioBox');
249473
249503
  }
249474
249504
  }
249475
249505
  }, [_c('svg', {
@@ -249488,7 +249518,7 @@ var ToolControlvue_type_template_id_b0adf838_render = function render() {
249488
249518
  staticClass: "ho-emr-tool-item",
249489
249519
  on: {
249490
249520
  "click": function click($event) {
249491
- return _vm.createControl('check-box');
249521
+ return _vm.createControl('CheckBox');
249492
249522
  }
249493
249523
  }
249494
249524
  }, [_c('svg', {
@@ -249555,7 +249585,7 @@ var ToolControlvue_type_template_id_b0adf838_render = function render() {
249555
249585
  }
249556
249586
  })], 1) : _vm._e()], 2);
249557
249587
  };
249558
- var ToolControlvue_type_template_id_b0adf838_staticRenderFns = [];
249588
+ var ToolControlvue_type_template_id_028bf828_staticRenderFns = [];
249559
249589
 
249560
249590
  ;// 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/toolbar/insert/HoSpecialChars.vue?vue&type=template&id=79ce269a&
249561
249591
  var HoSpecialCharsvue_type_template_id_79ce269a_render = function render() {
@@ -250275,8 +250305,8 @@ var ajax = __webpack_require__(79969);
250275
250305
  ;
250276
250306
  var ToolControl_component = (0,componentNormalizer/* default */.Z)(
250277
250307
  insert_ToolControlvue_type_script_lang_js_,
250278
- ToolControlvue_type_template_id_b0adf838_render,
250279
- ToolControlvue_type_template_id_b0adf838_staticRenderFns,
250308
+ ToolControlvue_type_template_id_028bf828_render,
250309
+ ToolControlvue_type_template_id_028bf828_staticRenderFns,
250280
250310
  false,
250281
250311
  null,
250282
250312
  null,
@@ -252591,7 +252621,7 @@ var popper = __webpack_require__(95551);
252591
252621
  return _this5.toUpdateNodes('express', event);
252592
252622
  }
252593
252623
  }
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", {
252624
+ }, ["\u533B\u5B66\u8868\u8FBE\u5F0F\u5C5E\u6027"])]), (((_this$hoEditorProvide7 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide7 === void 0 ? void 0 : _this$hoEditorProvide7.type) === 'RadioBox' || ((_this$hoEditorProvide8 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide8 === void 0 ? void 0 : _this$hoEditorProvide8.type) === 'CheckBox') && ((_this$hoEditorProvide9 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide9 === void 0 ? void 0 : _this$hoEditorProvide9.paintStatus) === 0 && h("ul", {
252595
252625
  "class": "mouse-right-menu"
252596
252626
  }, [h("li", {
252597
252627
  "class": "mouse-menu-item mouse-right-menu-line"
@@ -252603,7 +252633,7 @@ var popper = __webpack_require__(95551);
252603
252633
  return _this5.toUpdateNodes((_this5$hoEditorProvid = _this5.hoEditorProvider.rightNode) === null || _this5$hoEditorProvid === void 0 ? void 0 : _this5$hoEditorProvid.type, event);
252604
252634
  }
252605
252635
  }
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", {
252636
+ }, [((_this$hoEditorProvide10 = this.hoEditorProvider.rightNode) === null || _this$hoEditorProvide10 === void 0 ? void 0 : _this$hoEditorProvide10.type) === 'RadioBox' ? '单选框属性' : '复选框属性'])]), ((_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", {
252607
252637
  "class": "mouse-right-menu"
252608
252638
  }, [h("li", {
252609
252639
  "class": "mouse-menu-item mouse-right-menu-line"