@leankylin-sheet/core 5.2.48 → 5.2.49
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 +3 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -56832,6 +56832,7 @@ function setCellValues(ctx, data, cellInput) {
|
|
|
56832
56832
|
ops = _data$j.ops;
|
|
56833
56833
|
setCellValue$1(ctx, r, c, v, cellInput, ops);
|
|
56834
56834
|
}
|
|
56835
|
+
cancelNormalSelected(ctx);
|
|
56835
56836
|
return;
|
|
56836
56837
|
}
|
|
56837
56838
|
var sheet = getSheet(ctx, ((_data$2 = data[0]) === null || _data$2 === void 0 ? void 0 : _data$2.ops) || {});
|
|
@@ -56852,6 +56853,7 @@ function setCellValues(ctx, data, cellInput) {
|
|
|
56852
56853
|
setCellValueInBatch(ctx, sheet, _r, _c, _v, cellInput, formulaCells);
|
|
56853
56854
|
}
|
|
56854
56855
|
if (formulaCells.length === 0 && changedData.length === 0) {
|
|
56856
|
+
cancelNormalSelected(ctx);
|
|
56855
56857
|
return;
|
|
56856
56858
|
}
|
|
56857
56859
|
registerExecFunctionExist(ctx, sheet, formulaCells, changedData);
|
|
@@ -56868,6 +56870,7 @@ function setCellValues(ctx, data, cellInput) {
|
|
|
56868
56870
|
groupValuesRefresh(ctx);
|
|
56869
56871
|
updateFunctionGroup(ctx);
|
|
56870
56872
|
ctx.formulaCache.execFunctionGlobalData = null;
|
|
56873
|
+
cancelNormalSelected(ctx);
|
|
56871
56874
|
}
|
|
56872
56875
|
function setCellFormatByRange(ctx, attr, value, range) {
|
|
56873
56876
|
var options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
package/dist/index.js
CHANGED
|
@@ -56842,6 +56842,7 @@ function setCellValues(ctx, data, cellInput) {
|
|
|
56842
56842
|
ops = _data$j.ops;
|
|
56843
56843
|
setCellValue$1(ctx, r, c, v, cellInput, ops);
|
|
56844
56844
|
}
|
|
56845
|
+
cancelNormalSelected(ctx);
|
|
56845
56846
|
return;
|
|
56846
56847
|
}
|
|
56847
56848
|
var sheet = getSheet(ctx, ((_data$2 = data[0]) === null || _data$2 === void 0 ? void 0 : _data$2.ops) || {});
|
|
@@ -56862,6 +56863,7 @@ function setCellValues(ctx, data, cellInput) {
|
|
|
56862
56863
|
setCellValueInBatch(ctx, sheet, _r, _c, _v, cellInput, formulaCells);
|
|
56863
56864
|
}
|
|
56864
56865
|
if (formulaCells.length === 0 && changedData.length === 0) {
|
|
56866
|
+
cancelNormalSelected(ctx);
|
|
56865
56867
|
return;
|
|
56866
56868
|
}
|
|
56867
56869
|
registerExecFunctionExist(ctx, sheet, formulaCells, changedData);
|
|
@@ -56878,6 +56880,7 @@ function setCellValues(ctx, data, cellInput) {
|
|
|
56878
56880
|
groupValuesRefresh(ctx);
|
|
56879
56881
|
updateFunctionGroup(ctx);
|
|
56880
56882
|
ctx.formulaCache.execFunctionGlobalData = null;
|
|
56883
|
+
cancelNormalSelected(ctx);
|
|
56881
56884
|
}
|
|
56882
56885
|
function setCellFormatByRange(ctx, attr, value, range) {
|
|
56883
56886
|
var options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.49",
|
|
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.49",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|