@fileverse-dev/fortune-core 1.0.97 → 1.0.98

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.
@@ -2131,7 +2131,6 @@ export function rangeDragRow(ctx, e, cellInput, scrollLeft, scrollTop, container
2131
2131
  setRangeSelect(container, col_pre, top, height, col - col_pre - 1);
2132
2132
  }
2133
2133
  function updateparam(orient, txt, step) {
2134
- console.log("updateparam", orient, txt, step);
2135
2134
  var val = txt.split("!");
2136
2135
  var rangetxt;
2137
2136
  var prefix = "";
@@ -2239,7 +2238,6 @@ function rightparam(txt, step) {
2239
2238
  return updateparam("r", txt, step);
2240
2239
  }
2241
2240
  export function functionCopy(ctx, txt, mode, step) {
2242
- console.log("functionCopy");
2243
2241
  if (mode == null) {
2244
2242
  mode = "down";
2245
2243
  }
@@ -2160,7 +2160,6 @@ function rangeDragRow(ctx, e, cellInput, scrollLeft, scrollTop, container, fxInp
2160
2160
  setRangeSelect(container, col_pre, top, height, col - col_pre - 1);
2161
2161
  }
2162
2162
  function updateparam(orient, txt, step) {
2163
- console.log("updateparam", orient, txt, step);
2164
2163
  var val = txt.split("!");
2165
2164
  var rangetxt;
2166
2165
  var prefix = "";
@@ -2268,7 +2267,6 @@ function rightparam(txt, step) {
2268
2267
  return updateparam("r", txt, step);
2269
2268
  }
2270
2269
  function functionCopy(ctx, txt, mode, step) {
2271
- console.log("functionCopy");
2272
2270
  if (mode == null) {
2273
2271
  mode = "down";
2274
2272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
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.56",
18
+ "@fileverse-dev/formula-parser": "0.2.57",
19
19
  "dayjs": "^1.11.0",
20
20
  "immer": "^9.0.12",
21
21
  "lodash": "^4.17.21",