@leankylin-sheet/core 4.0.22 → 4.0.23
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 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -40800,6 +40800,7 @@ function scrollToHighlightCell(ctx, r, c) {
|
|
|
40800
40800
|
var _scrollAmount = Math.max(20, freezeW);
|
|
40801
40801
|
ctx.scrollLeft = col_pre - _scrollAmount;
|
|
40802
40802
|
}
|
|
40803
|
+
console.log(ctx.scrollLeft, c, r, col_pre, Math.max(20, freezeW), freezeW, column_focus, winW, col - scrollLeft - winW + 20 > 0);
|
|
40803
40804
|
}
|
|
40804
40805
|
}
|
|
40805
40806
|
function seletedHighlistByindex(ctx, r1, r2, c1, c2) {
|
package/dist/index.js
CHANGED
|
@@ -40810,6 +40810,7 @@ function scrollToHighlightCell(ctx, r, c) {
|
|
|
40810
40810
|
var _scrollAmount = Math.max(20, freezeW);
|
|
40811
40811
|
ctx.scrollLeft = col_pre - _scrollAmount;
|
|
40812
40812
|
}
|
|
40813
|
+
console.log(ctx.scrollLeft, c, r, col_pre, Math.max(20, freezeW), freezeW, column_focus, winW, col - scrollLeft - winW + 20 > 0);
|
|
40813
40814
|
}
|
|
40814
40815
|
}
|
|
40815
40816
|
function seletedHighlistByindex(ctx, r1, r2, c1, c2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.23",
|
|
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.23",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|