@fileverse-dev/fortune-core 1.0.2-mod-89-patch-004 → 1.0.2-mod-89-patch-005

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 CHANGED
@@ -56371,6 +56371,9 @@ function execfunction(ctx, txt, r, c, id, calcChainSet, isrefresh, notInsertFunc
56371
56371
  });
56372
56372
  var formulaError = parsedResponse.error;
56373
56373
  var result = parsedResponse.result;
56374
+ console.log({
56375
+ resultFROMEXECUTEFUNCTION: result
56376
+ });
56374
56377
  if (Object.prototype.toString.call(result) === "[object Date]" && !_.isNil(result)) {
56375
56378
  result = result.toString();
56376
56379
  }
@@ -56684,8 +56687,8 @@ function execFunctionGroup(ctx, origin_r, origin_c, value, id, data) {
56684
56687
  v: v[1],
56685
56688
  f: v[2]
56686
56689
  };
56690
+ ctx.formulaCache.execFunctionExist = undefined;
56687
56691
  }
56688
- ctx.formulaCache.execFunctionExist = undefined;
56689
56692
  }
56690
56693
  function findrangeindex(ctx, v, vp) {
56691
56694
  var re = /<span.*?>/g;
package/dist/index.js CHANGED
@@ -56381,6 +56381,9 @@ function execfunction(ctx, txt, r, c, id, calcChainSet, isrefresh, notInsertFunc
56381
56381
  });
56382
56382
  var formulaError = parsedResponse.error;
56383
56383
  var result = parsedResponse.result;
56384
+ console.log({
56385
+ resultFROMEXECUTEFUNCTION: result
56386
+ });
56384
56387
  if (Object.prototype.toString.call(result) === "[object Date]" && !___default['default'].isNil(result)) {
56385
56388
  result = result.toString();
56386
56389
  }
@@ -56694,8 +56697,8 @@ function execFunctionGroup(ctx, origin_r, origin_c, value, id, data) {
56694
56697
  v: v[1],
56695
56698
  f: v[2]
56696
56699
  };
56700
+ ctx.formulaCache.execFunctionExist = undefined;
56697
56701
  }
56698
- ctx.formulaCache.execFunctionExist = undefined;
56699
56702
  }
56700
56703
  function findrangeindex(ctx, v, vp) {
56701
56704
  var re = /<span.*?>/g;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-89-patch-004",
3
+ "version": "1.0.2-mod-89-patch-005",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "repository": "https://github.com/ruilisi/fortune-sheet",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@fileverse-dev/formula-parser": "0.2.13-mod-25-patch-004",
13
+ "@fileverse-dev/formula-parser": "0.2.13-mod-25-patch-005",
14
14
  "dayjs": "^1.11.0",
15
15
  "immer": "^9.0.12",
16
16
  "lodash": "^4.17.21",