hoeditor-web 3.1.11 → 3.1.12
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.
- package/lib/hoeditor.css +2 -18406
- package/lib/hoeditor.umd.js +7 -2
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -91353,6 +91353,11 @@ var TableDeleteRowUndoUnit = /*#__PURE__*/function () {
|
|
|
91353
91353
|
}
|
|
91354
91354
|
}
|
|
91355
91355
|
this._table.deleteRows(this._row, this._count);
|
|
91356
|
+
if (this._table.rows[this._row]) {
|
|
91357
|
+
for (var _c = 0; _c < this._table.colCount; _c++) {
|
|
91358
|
+
this._table.rows[this._row][_c].drawCell.needUpdate = true;
|
|
91359
|
+
}
|
|
91360
|
+
}
|
|
91356
91361
|
this._table.countChildNodes();
|
|
91357
91362
|
this._table.update();
|
|
91358
91363
|
}
|
|
@@ -217686,7 +217691,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
217686
217691
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
217687
217692
|
var ParagraphNode = __webpack_require__(67945);
|
|
217688
217693
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
217689
|
-
/* harmony default export */ var version = ('3.1.
|
|
217694
|
+
/* harmony default export */ var version = ('3.1.12');
|
|
217690
217695
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
217691
217696
|
var PoperTipText = __webpack_require__(50987);
|
|
217692
217697
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -226664,7 +226669,7 @@ var VueController = /*#__PURE__*/function () {
|
|
|
226664
226669
|
key: "getDocXml",
|
|
226665
226670
|
value: function getDocXml(beauty, isValidStyle, clearSign) {
|
|
226666
226671
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
226667
|
-
if (
|
|
226672
|
+
if (isValidStyle) {
|
|
226668
226673
|
// 保存病历参数: 不美化文档结构 | 清理不需要的样式
|
|
226669
226674
|
hoEditorFactory.contentIsModify.isModify = false;
|
|
226670
226675
|
var stack = hoEditorFactory.undoService.stack;
|