@fileverse-dev/fortune-core 1.0.70 → 1.0.72
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/es/events/paste.js +1 -2
- package/lib/events/paste.js +1 -2
- package/package.json +2 -2
package/es/events/paste.js
CHANGED
|
@@ -855,7 +855,7 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
|
|
|
855
855
|
var value = null;
|
|
856
856
|
if ((_f = copyData[h - mth]) === null || _f === void 0 ? void 0 : _f[c - mtc]) {
|
|
857
857
|
value = _.cloneDeep(copyData[h - mth][c - mtc]);
|
|
858
|
-
if ((value === null || value === void 0 ? void 0 : value.v) && (value === null || value === void 0 ? void 0 : value.isDataBlockFormula) && arr.length === 1) {
|
|
858
|
+
if ((value === null || value === void 0 ? void 0 : value.v) && (value === null || value === void 0 ? void 0 : value.f) && (value === null || value === void 0 ? void 0 : value.isDataBlockFormula) && arr.length === 1) {
|
|
859
859
|
value.m = "Loading...";
|
|
860
860
|
}
|
|
861
861
|
}
|
|
@@ -875,7 +875,6 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
|
|
|
875
875
|
}
|
|
876
876
|
var funcV = execfunction(ctx, func, h, c, undefined, undefined, true);
|
|
877
877
|
var afterUpdateCell = ctx.hooks.afterUpdateCell;
|
|
878
|
-
console.log("fortune about to call afterUpdateCell");
|
|
879
878
|
if (afterUpdateCell && arr.length === 1) {
|
|
880
879
|
afterUpdateCell(h, c, null, __assign(__assign({}, value), {
|
|
881
880
|
v: funcV[1],
|
package/lib/events/paste.js
CHANGED
|
@@ -863,7 +863,7 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
|
|
|
863
863
|
var value = null;
|
|
864
864
|
if ((_f = copyData[h - mth]) === null || _f === void 0 ? void 0 : _f[c - mtc]) {
|
|
865
865
|
value = _lodash.default.cloneDeep(copyData[h - mth][c - mtc]);
|
|
866
|
-
if ((value === null || value === void 0 ? void 0 : value.v) && (value === null || value === void 0 ? void 0 : value.isDataBlockFormula) && arr.length === 1) {
|
|
866
|
+
if ((value === null || value === void 0 ? void 0 : value.v) && (value === null || value === void 0 ? void 0 : value.f) && (value === null || value === void 0 ? void 0 : value.isDataBlockFormula) && arr.length === 1) {
|
|
867
867
|
value.m = "Loading...";
|
|
868
868
|
}
|
|
869
869
|
}
|
|
@@ -883,7 +883,6 @@ function pasteHandlerOfCopyPaste(ctx, copyRange) {
|
|
|
883
883
|
}
|
|
884
884
|
var funcV = (0, _formula.execfunction)(ctx, func, h, c, undefined, undefined, true);
|
|
885
885
|
var afterUpdateCell = ctx.hooks.afterUpdateCell;
|
|
886
|
-
console.log("fortune about to call afterUpdateCell");
|
|
887
886
|
if (afterUpdateCell && arr.length === 1) {
|
|
888
887
|
afterUpdateCell(h, c, null, __assign(__assign({}, value), {
|
|
889
888
|
v: funcV[1],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.72",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dev": "father-build --watch"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fileverse-dev/formula-parser": "0.2.
|
|
18
|
+
"@fileverse-dev/formula-parser": "0.2.48",
|
|
19
19
|
"dayjs": "^1.11.0",
|
|
20
20
|
"immer": "^9.0.12",
|
|
21
21
|
"lodash": "^4.17.21",
|