@univerjs/sheets-conditional-formatting 0.2.3 → 0.2.4
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/index.js +1 -1
- package/lib/es/index.js +472 -458
- package/lib/types/services/conditional-formatting.service.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +15 -15
|
@@ -15,8 +15,8 @@ export declare class ConditionalFormattingService extends Disposable {
|
|
|
15
15
|
private _resourceManagerService;
|
|
16
16
|
private _sheetInterceptorService;
|
|
17
17
|
private _commandService;
|
|
18
|
-
private _afterInitApplyPromise;
|
|
19
18
|
private _ruleCacheMap;
|
|
19
|
+
private _calculateUnit$;
|
|
20
20
|
private _ruleComputeStatus$;
|
|
21
21
|
ruleComputeStatus$: import('rxjs').Observable<{
|
|
22
22
|
status: ComputeStatus;
|