@univerjs/docs-ui 0.10.1 → 0.10.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,5 +1,5 @@
1
1
  import { DocumentDataModel, Disposable, ICommandService, IContextService, IUniverInstanceService } from '@univerjs/core';
2
- import { IRenderContext, IRenderModule } from '@univerjs/engine-render';
2
+ import { IRenderContext, IRenderModule, IRenderManagerService } from '@univerjs/engine-render';
3
3
  import { DocSelectionManagerService, DocSkeletonManagerService } from '@univerjs/docs';
4
4
  import { DocPageLayoutService } from '../../services/doc-page-layout.service';
5
5
  import { IEditorService } from '../../services/editor/editor-manager.service';
@@ -12,7 +12,9 @@ export declare class DocZoomRenderController extends Disposable implements IRend
12
12
  private readonly _textSelectionManagerService;
13
13
  private readonly _editorService;
14
14
  private readonly _docPageLayoutService;
15
- constructor(_context: IRenderContext<DocumentDataModel>, _contextService: IContextService, _docSkeletonManagerService: DocSkeletonManagerService, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService, _textSelectionManagerService: DocSelectionManagerService, _editorService: IEditorService, _docPageLayoutService: DocPageLayoutService);
15
+ private readonly _renderManagerService;
16
+ private _isSheetEditor;
17
+ constructor(_context: IRenderContext<DocumentDataModel>, _contextService: IContextService, _docSkeletonManagerService: DocSkeletonManagerService, _univerInstanceService: IUniverInstanceService, _commandService: ICommandService, _textSelectionManagerService: DocSelectionManagerService, _editorService: IEditorService, _docPageLayoutService: DocPageLayoutService, _renderManagerService: IRenderManagerService);
16
18
  private _initRenderRefresher;
17
19
  private _initSkeletonListener;
18
20
  private _initCommandExecutedListener;