@leankylin-sheet/core 5.2.6 → 5.2.7
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 -3
- package/dist/index.js +2 -3
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -46617,9 +46617,8 @@ function updateFunctionGroup(ctx) {
|
|
|
46617
46617
|
calcChain.push(cc);
|
|
46618
46618
|
}
|
|
46619
46619
|
}
|
|
46620
|
-
file.calcChain =
|
|
46621
|
-
|
|
46622
|
-
});
|
|
46620
|
+
file.calcChain = calcChain;
|
|
46621
|
+
console.log(file.name, calcChain);
|
|
46623
46622
|
}
|
|
46624
46623
|
}
|
|
46625
46624
|
function parseCellReferences(expression) {
|
package/dist/index.js
CHANGED
|
@@ -46627,9 +46627,8 @@ function updateFunctionGroup(ctx) {
|
|
|
46627
46627
|
calcChain.push(cc);
|
|
46628
46628
|
}
|
|
46629
46629
|
}
|
|
46630
|
-
file.calcChain =
|
|
46631
|
-
|
|
46632
|
-
});
|
|
46630
|
+
file.calcChain = calcChain;
|
|
46631
|
+
console.log(file.name, calcChain);
|
|
46633
46632
|
}
|
|
46634
46633
|
}
|
|
46635
46634
|
function parseCellReferences(expression) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.7",
|
|
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.2.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "5.2.7",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|