@univerjs/sheets-formula 0.13.0 → 0.14.0-insiders.20251227-b250a8d

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/lib/facade.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { debounce as y, LifecycleService as D, ILogService as R, IConfigService as U, LifecycleStages as A } from "@univerjs/core";
2
2
  import { FUniver as b, FEnum as L } from "@univerjs/core/facade";
3
- import { SetFormulaCalculationStartMutation as j, FormulaDataModel as k, extractFormulaError as I } from "@univerjs/engine-formula";
3
+ import { SetTriggerFormulaCalculationStartMutation as j, FormulaDataModel as k, extractFormulaError as I } from "@univerjs/engine-formula";
4
4
  import { IRegisterFunctionService as s, RegisterFunctionService as S, PLUGIN_CONFIG_KEY_BASE as v, CalculationMode as N } from "@univerjs/sheets-formula";
5
5
  import { FFormula as w } from "@univerjs/engine-formula/facade";
6
6
  import { FWorkbook as M, FRange as p } from "@univerjs/sheets/facade";
@@ -31,7 +31,7 @@ class z extends b {
31
31
  }
32
32
  }
33
33
  b.extend(z);
34
- class B extends w {
34
+ class T extends w {
35
35
  /**
36
36
  * Initialize the FUniver instance.
37
37
  * @ignore
@@ -85,14 +85,14 @@ class B extends w {
85
85
  return this._debouncedFormulaCalculation(), i;
86
86
  }
87
87
  }
88
- w.extend(B);
89
- class G {
88
+ w.extend(T);
89
+ class B {
90
90
  get CalculationMode() {
91
91
  return N;
92
92
  }
93
93
  }
94
- L.extend(G);
95
- class T extends M {
94
+ L.extend(B);
95
+ class G extends M {
96
96
  getAllFormulaError() {
97
97
  const t = [], r = this._workbook, e = r.getUnitId(), o = r.getSheets(), n = this._injector.get(k).getArrayFormulaCellData();
98
98
  return o.forEach((i) => {
@@ -113,7 +113,7 @@ class T extends M {
113
113
  }), t;
114
114
  }
115
115
  }
116
- M.extend(T);
116
+ M.extend(G);
117
117
  class V extends p {
118
118
  getFormulaError() {
119
119
  var d, u;