@univerjs/sheets-formula 0.13.0-insiders.20251216-1519cb7 → 0.13.0-insiders.20251220-0a5ea4d
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/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/es/facade.js +7 -7
- package/lib/es/index.js +1512 -1670
- package/lib/facade.js +7 -7
- package/lib/index.js +1512 -1670
- package/lib/types/controllers/trigger-calculation.controller.d.ts +1 -6
- package/lib/types/index.d.ts +0 -3
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +7 -7
- package/lib/types/commands/mutations/formula.mutation.d.ts +0 -9
- package/lib/types/services/formula-common.d.ts +0 -18
- package/lib/types/services/register-other-formula.service.d.ts +0 -32
package/lib/es/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 {
|
|
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
|
|
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(
|
|
89
|
-
class
|
|
88
|
+
w.extend(T);
|
|
89
|
+
class B {
|
|
90
90
|
get CalculationMode() {
|
|
91
91
|
return N;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
|
-
L.extend(
|
|
95
|
-
class
|
|
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(
|
|
116
|
+
M.extend(G);
|
|
117
117
|
class V extends p {
|
|
118
118
|
getFormulaError() {
|
|
119
119
|
var d, u;
|