@univerjs/sheets-conditional-formatting-ui 0.5.3 → 0.5.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.
@@ -1,9 +1,9 @@
1
1
  import { Disposable, ICommandService, LocaleService } from '@univerjs/core';
2
- import { SheetPermissionInterceptorBaseController } from '@univerjs/sheets-ui';
2
+ import { SheetPermissionCheckController } from '@univerjs/sheets';
3
3
  export declare class ConditionalFormattingPermissionController extends Disposable {
4
4
  private _localeService;
5
5
  private readonly _commandService;
6
- private readonly _sheetPermissionInterceptorBaseController;
7
- constructor(_localeService: LocaleService, _commandService: ICommandService, _sheetPermissionInterceptorBaseController: SheetPermissionInterceptorBaseController);
6
+ private readonly _sheetPermissionCheckController;
7
+ constructor(_localeService: LocaleService, _commandService: ICommandService, _sheetPermissionCheckController: SheetPermissionCheckController);
8
8
  private _commandExecutedListener;
9
9
  }