@leankylin-sheet/core 3.1.10 → 3.1.12
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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -66406,7 +66406,6 @@ function handleGlobalWheel(ctx, e, cache, scrollbarX, scrollbarY) {
|
|
|
66406
66406
|
scrollLeft += e.deltaX * ctx.zoomRatio;
|
|
66407
66407
|
scrollbarX.scrollLeft = scrollLeft;
|
|
66408
66408
|
}
|
|
66409
|
-
e.preventDefault();
|
|
66410
66409
|
}
|
|
66411
66410
|
function fixPositionOnFrozenCells(freeze, x, y, mouseX, mouseY) {
|
|
66412
66411
|
var _freeze$vertical, _freeze$horizontal;
|
package/dist/index.js
CHANGED
|
@@ -66416,7 +66416,6 @@ function handleGlobalWheel(ctx, e, cache, scrollbarX, scrollbarY) {
|
|
|
66416
66416
|
scrollLeft += e.deltaX * ctx.zoomRatio;
|
|
66417
66417
|
scrollbarX.scrollLeft = scrollLeft;
|
|
66418
66418
|
}
|
|
66419
|
-
e.preventDefault();
|
|
66420
66419
|
}
|
|
66421
66420
|
function fixPositionOnFrozenCells(freeze, x, y, mouseX, mouseY) {
|
|
66422
66421
|
var _freeze$vertical, _freeze$horizontal;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.12",
|
|
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": "^3.1.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "^3.1.12",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|