@leankylin-sheet/core 5.1.16 → 5.1.18
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -44664,7 +44664,7 @@ function insertRowCol(ctx, op) {
|
|
|
44664
44664
|
rs: rs,
|
|
44665
44665
|
cs: cs
|
|
44666
44666
|
};
|
|
44667
|
-
} else if (index === c) {
|
|
44667
|
+
} else if (index === c && cs !== 1) {
|
|
44668
44668
|
if (direction === "lefttop") {
|
|
44669
44669
|
merge_new["".concat(r, "_").concat(c + count)] = {
|
|
44670
44670
|
r: r,
|
package/dist/index.js
CHANGED
|
@@ -44674,7 +44674,7 @@ function insertRowCol(ctx, op) {
|
|
|
44674
44674
|
rs: rs,
|
|
44675
44675
|
cs: cs
|
|
44676
44676
|
};
|
|
44677
|
-
} else if (index === c) {
|
|
44677
|
+
} else if (index === c && cs !== 1) {
|
|
44678
44678
|
if (direction === "lefttop") {
|
|
44679
44679
|
merge_new["".concat(r, "_").concat(c + count)] = {
|
|
44680
44680
|
r: r,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.18",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build": "father-build"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@leankylin-sheet/formula-parser": "5.1.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "5.1.18",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|