hoeditor-web 3.1.205 → 3.1.206
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 +15845 -1
- package/lib/hoeditor.umd.js +4 -4
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -136909,7 +136909,7 @@ class TableFormula extends _ControlNode__WEBPACK_IMPORTED_MODULE_27__/* .Control
|
|
|
136909
136909
|
const arr = this._formulaStr.split(':');
|
|
136910
136910
|
const table = this.getParentCell().table;
|
|
136911
136911
|
let totalOk = false;
|
|
136912
|
-
let total =
|
|
136912
|
+
let total = '';
|
|
136913
136913
|
if (arr.length == 2) {
|
|
136914
136914
|
const [istartRow, istartCol] = this.getRowColByCellAdress(arr[0]);
|
|
136915
136915
|
const [iEndRow, iEndCol] = this.getRowColByCellAdress(arr[1]);
|
|
@@ -136981,7 +136981,7 @@ class TableFormula extends _ControlNode__WEBPACK_IMPORTED_MODULE_27__/* .Control
|
|
|
136981
136981
|
}
|
|
136982
136982
|
}
|
|
136983
136983
|
}
|
|
136984
|
-
if (total
|
|
136984
|
+
if (total === "") {
|
|
136985
136985
|
total = ' ';
|
|
136986
136986
|
}
|
|
136987
136987
|
if (totalOk) return '' + total;
|
|
@@ -144209,7 +144209,7 @@ class TextInputFieldNode extends BaseCombineNode/* BaseCombineNode */.h {
|
|
|
144209
144209
|
const childFields = [];
|
|
144210
144210
|
for (let c = 0; c < temp.childNodes.length; c++) {
|
|
144211
144211
|
const childNode = temp.childNodes[c];
|
|
144212
|
-
if (childNode instanceof TextInputFieldNode || childNode instanceof SignNode/* SignNode */.u) {
|
|
144212
|
+
if (childNode instanceof TextInputFieldNode || childNode instanceof DateTimeNode/* DateTimeNode */.Y || childNode instanceof SignNode/* SignNode */.u) {
|
|
144213
144213
|
childFields.push(childNode);
|
|
144214
144214
|
}
|
|
144215
144215
|
}
|
|
@@ -223222,7 +223222,7 @@ var entry_lib_TextNode = __webpack_require__(32083);
|
|
|
223222
223222
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
223223
223223
|
var entry_lib_ParagraphNode = __webpack_require__(40504);
|
|
223224
223224
|
;// ./src/components/version.ts
|
|
223225
|
-
/* harmony default export */ var entry_lib_version = ('3.1.
|
|
223225
|
+
/* harmony default export */ var entry_lib_version = ('3.1.206');
|
|
223226
223226
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
223227
223227
|
var entry_lib_PoperTipText = __webpack_require__(89316);
|
|
223228
223228
|
;// ./src/components/controls/poperTipText/index.ts
|