hoeditor-web 2.0.77 → 2.0.78

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.
@@ -50011,6 +50011,8 @@ var DrawPageTable = /*#__PURE__*/function (_DrawRect) {
50011
50011
  } else if (index == partCell.cell.drawCell.drawPageCells.length - 1) {
50012
50012
  dHeight = Math.max(_editor_dom_treeNode_TableNode__WEBPACK_IMPORTED_MODULE_9__/* .gDefaultRowHeight */ .dT, innerBottom + partCell.docHeight);
50013
50013
  }
50014
+ } else {
50015
+ dHeight = Math.max(_editor_dom_treeNode_TableNode__WEBPACK_IMPORTED_MODULE_9__/* .gDefaultRowHeight */ .dT, partCell.docHeight);
50014
50016
  }
50015
50017
 
50016
50018
  if (index === partCell.cell.drawCell.drawPageCells.length - 1 || this._table.rowInfos[r].rowProperty.repeatAsTitleAtPageTop) {
@@ -207609,7 +207611,7 @@ var SignNode = __webpack_require__(34450);
207609
207611
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
207610
207612
  var ParagraphNode = __webpack_require__(14208);
207611
207613
  ;// CONCATENATED MODULE: ./src/components/version.ts
207612
- /* harmony default export */ var version = ('2.0.77');
207614
+ /* harmony default export */ var version = ('2.0.78');
207613
207615
  ;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/poperTipText/PoperTipText.vue?vue&type=template&id=3fa4e4d3&scoped=true&
207614
207616
  var PoperTipTextvue_type_template_id_3fa4e4d3_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShow),expression:"isShow"},{name:"click-outside",rawName:"v-click-outside",value:(_vm.handleClose),expression:"handleClose"}],ref:"poperTextNode",staticClass:"poper-text-modal animation-in",style:(_vm.posStyle),on:{"mouseenter":_vm.mouseEnter,"mouseleave":_vm.mouseLeave}},_vm._l((_vm.poperText),function(text){return _c('div',{key:text + Math.random(0, 1),staticClass:"poper-text"},[_vm._v(" "+_vm._s(text)+" ")])}),0)}
207615
207617
  var PoperTipTextvue_type_template_id_3fa4e4d3_scoped_true_staticRenderFns = []