@leankylin-sheet/core 4.0.25 → 4.0.26
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 -1
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -59848,7 +59848,8 @@ function getClipboardData(ctx, e, copyRich, startRow, startCol) {
|
|
|
59848
59848
|
} else {
|
|
59849
59849
|
result[index].push({
|
|
59850
59850
|
m: m,
|
|
59851
|
-
v: v
|
|
59851
|
+
v: v,
|
|
59852
|
+
f: f || undefined
|
|
59852
59853
|
});
|
|
59853
59854
|
}
|
|
59854
59855
|
}
|
package/dist/index.js
CHANGED
|
@@ -59858,7 +59858,8 @@ function getClipboardData(ctx, e, copyRich, startRow, startCol) {
|
|
|
59858
59858
|
} else {
|
|
59859
59859
|
result[index].push({
|
|
59860
59860
|
m: m,
|
|
59861
|
-
v: v
|
|
59861
|
+
v: v,
|
|
59862
|
+
f: f || undefined
|
|
59862
59863
|
});
|
|
59863
59864
|
}
|
|
59864
59865
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.26",
|
|
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.26",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|