@univerjs/sheets-formula 0.5.1 → 0.5.2
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Disposable, ICommandService, IUniverInstanceService } from '@univerjs/core';
|
|
2
2
|
import { IDefinedNamesService } from '@univerjs/engine-formula';
|
|
3
3
|
import { IDescriptionService } from '../services/description.service';
|
|
4
|
-
export declare const SCOPE_WORKBOOK_VALUE = "AllDefaultWorkbook";
|
|
5
4
|
/**
|
|
6
5
|
* header highlight
|
|
7
6
|
* column menu: show, hover and mousedown event
|
|
@@ -56,5 +56,5 @@ export declare class TriggerCalculationController extends Disposable {
|
|
|
56
56
|
private _initialExecuteFormulaProcessListener;
|
|
57
57
|
private _resetExecutingDirtyData;
|
|
58
58
|
private _initialExecuteFormula;
|
|
59
|
-
private
|
|
59
|
+
private _getDirtyDataByCalculationMode;
|
|
60
60
|
}
|