@leankylin-sheet/core 5.2.16 → 5.2.17
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 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -36118,7 +36118,7 @@ function execfunction(ctx, txt, r, c, id, isrefresh, notInsertFunc) {
|
|
|
36118
36118
|
var _data$r;
|
|
36119
36119
|
var data = getFlowdata(ctx, id);
|
|
36120
36120
|
var cell = data === null || data === void 0 ? void 0 : (_data$r = data[r]) === null || _data$r === void 0 ? void 0 : _data$r[c];
|
|
36121
|
-
if ((cell === null || cell === void 0 ? void 0 : cell.v)
|
|
36121
|
+
if ((cell === null || cell === void 0 ? void 0 : cell.v) != result) {
|
|
36122
36122
|
execFunctionGroup(ctx, r, c, _.isNil(formulaError) ? result : formulaError, id);
|
|
36123
36123
|
}
|
|
36124
36124
|
}
|
package/dist/index.js
CHANGED
|
@@ -36128,7 +36128,7 @@ function execfunction(ctx, txt, r, c, id, isrefresh, notInsertFunc) {
|
|
|
36128
36128
|
var _data$r;
|
|
36129
36129
|
var data = getFlowdata(ctx, id);
|
|
36130
36130
|
var cell = data === null || data === void 0 ? void 0 : (_data$r = data[r]) === null || _data$r === void 0 ? void 0 : _data$r[c];
|
|
36131
|
-
if ((cell === null || cell === void 0 ? void 0 : cell.v)
|
|
36131
|
+
if ((cell === null || cell === void 0 ? void 0 : cell.v) != result) {
|
|
36132
36132
|
execFunctionGroup(ctx, r, c, ___default['default'].isNil(formulaError) ? result : formulaError, id);
|
|
36133
36133
|
}
|
|
36134
36134
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.17",
|
|
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.17",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|