@leankylin-sheet/core 5.2.45 → 5.2.46

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
@@ -42689,7 +42689,6 @@ function deepClear(ctx) {
42689
42689
  }
42690
42690
  }
42691
42691
  }
42692
- updateFunctionGroup(ctx);
42693
42692
  return "success";
42694
42693
  }
42695
42694
  function deleteSelectedCellText(ctx, deep) {
@@ -42746,9 +42745,6 @@ function deleteSelectedCellText(ctx, deep) {
42746
42745
  }
42747
42746
  }
42748
42747
  }
42749
- console.time('deleteSelectedCellText');
42750
- updateFunctionGroup(ctx);
42751
- console.timeEnd('deleteSelectedCellText');
42752
42748
  }
42753
42749
  return "success";
42754
42750
  }
package/dist/index.js CHANGED
@@ -42699,7 +42699,6 @@ function deepClear(ctx) {
42699
42699
  }
42700
42700
  }
42701
42701
  }
42702
- updateFunctionGroup(ctx);
42703
42702
  return "success";
42704
42703
  }
42705
42704
  function deleteSelectedCellText(ctx, deep) {
@@ -42756,9 +42755,6 @@ function deleteSelectedCellText(ctx, deep) {
42756
42755
  }
42757
42756
  }
42758
42757
  }
42759
- console.time('deleteSelectedCellText');
42760
- updateFunctionGroup(ctx);
42761
- console.timeEnd('deleteSelectedCellText');
42762
42758
  }
42763
42759
  return "success";
42764
42760
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leankylin-sheet/core",
3
- "version": "5.2.45",
3
+ "version": "5.2.46",
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.45",
16
+ "@leankylin-sheet/formula-parser": "5.2.46",
17
17
  "dayjs": "^1.11.0",
18
18
  "immer": "^9.0.12",
19
19
  "lodash": "^4.17.21",