hoeditor-web 3.1.215 → 3.1.216
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 +1 -15874
- package/lib/hoeditor.umd.js +5 -3
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -115133,7 +115133,7 @@ const textParams = {
|
|
|
115133
115133
|
/***/ (function(__unused_webpack_module, __webpack_exports__) {
|
|
115134
115134
|
|
|
115135
115135
|
"use strict";
|
|
115136
|
-
/* harmony default export */ __webpack_exports__.A = ('3.1.
|
|
115136
|
+
/* harmony default export */ __webpack_exports__.A = ('3.1.216');
|
|
115137
115137
|
|
|
115138
115138
|
/***/ }),
|
|
115139
115139
|
|
|
@@ -227889,7 +227889,7 @@ class entry_lib_HTMLconverter2 {
|
|
|
227889
227889
|
for (let s = 0; s < irow; s++) {
|
|
227890
227890
|
for (let k = 0; k < icol; k++) {
|
|
227891
227891
|
let cell = getitem(s, k);
|
|
227892
|
-
if (!cell
|
|
227892
|
+
if (!cell) {
|
|
227893
227893
|
let isMerge = false;
|
|
227894
227894
|
rowSpanArr.forEach(rowSpanItem => {
|
|
227895
227895
|
if (s == rowSpanItem.rowCount && k == rowSpanItem.colCount) {
|
|
@@ -239627,7 +239627,9 @@ class entry_lib_VueController {
|
|
|
239627
239627
|
}
|
|
239628
239628
|
}
|
|
239629
239629
|
}
|
|
239630
|
-
if (
|
|
239630
|
+
if (np && (np.node instanceof entry_lib_DateTimeNode/* DateTimeNode */.Y || np.node instanceof entry_lib_DownListNode/* DownListNode */.dS)) {
|
|
239631
|
+
endPath = hoEditorFactory.docTree.getNodeLastPath(np.node);
|
|
239632
|
+
} else if (strIndex + text.length - eIndex - 1 >= 0) {
|
|
239631
239633
|
const pathArr = ePath.split("/");
|
|
239632
239634
|
pathArr[pathArr.length - 1] = (strIndex + text.length - eIndex - 1).toString();
|
|
239633
239635
|
endPath = pathArr.join("/");
|