@univerjs/sheets-conditional-formatting-ui 0.1.7 → 0.1.8

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.
@@ -4,6 +4,9 @@ import { SheetSkeletonManagerService } from '@univerjs/sheets-ui';
4
4
  import { SheetInterceptorService } from '@univerjs/sheets';
5
5
  import { Disposable, IUniverInstanceService } from '@univerjs/core';
6
6
 
7
+ /**
8
+ * @todo RenderUnit
9
+ */
7
10
  export declare class RenderController extends Disposable {
8
11
  private _sheetInterceptorService;
9
12
  private _conditionalFormattingService;
@@ -1,4 +1,4 @@
1
1
  import { IAccessor } from '@wendellhu/redi';
2
2
  import { ComponentManager, IMenuSelectorItem } from '@univerjs/ui';
3
3
 
4
- export declare const FactoryManageConditionalFormattingRule: (componentManager: ComponentManager) => (_accessor: IAccessor) => IMenuSelectorItem<import('@univerjs/ui/services/menu/menu.js').MenuItemDefaultValueType, undefined>;
4
+ export declare const FactoryManageConditionalFormattingRule: (componentManager: ComponentManager) => (accessor: IAccessor) => IMenuSelectorItem<import('@univerjs/ui/services/menu/menu.js').MenuItemDefaultValueType, undefined>;
@@ -1,10 +1,11 @@
1
1
  import { Injector } from '@wendellhu/redi';
2
- import { ICommandService, Plugin, PluginType } from '@univerjs/core';
2
+ import { ICommandService, Plugin, UniverInstanceType } from '@univerjs/core';
3
3
 
4
4
  export declare class UniverSheetsConditionalFormattingUIPlugin extends Plugin {
5
5
  readonly _injector: Injector;
6
6
  private _commandService;
7
- static type: PluginType;
7
+ static pluginName: string;
8
+ static type: UniverInstanceType;
8
9
  static commandList: import('@univerjs/core').ICommand<object, boolean>[];
9
10
  constructor(_config: unknown, _injector: Injector, _commandService: ICommandService);
10
11
  _initCommand(): void;