@leankylin-sheet/core 4.0.34 → 4.0.35
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 +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -45437,6 +45437,8 @@ function insertRowCol(ctx, op) {
|
|
|
45437
45437
|
ctx.luckysheet_select_save = range;
|
|
45438
45438
|
}
|
|
45439
45439
|
}
|
|
45440
|
+
file.luckysheet_select_save = undefined;
|
|
45441
|
+
ctx.luckysheet_select_save = undefined;
|
|
45440
45442
|
refreshLocalMergeData(merge_new, file);
|
|
45441
45443
|
if (ctx.hooks.rowColChange) {
|
|
45442
45444
|
ctx.hooks.rowColChange({
|
package/dist/index.js
CHANGED
|
@@ -45447,6 +45447,8 @@ function insertRowCol(ctx, op) {
|
|
|
45447
45447
|
ctx.luckysheet_select_save = range;
|
|
45448
45448
|
}
|
|
45449
45449
|
}
|
|
45450
|
+
file.luckysheet_select_save = undefined;
|
|
45451
|
+
ctx.luckysheet_select_save = undefined;
|
|
45450
45452
|
refreshLocalMergeData(merge_new, file);
|
|
45451
45453
|
if (ctx.hooks.rowColChange) {
|
|
45452
45454
|
ctx.hooks.rowColChange({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.35",
|
|
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": "4.0.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "4.0.35",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|