@univerjs/docs-ui 0.10.10-experimental.20251010-3f807c5 → 0.10.10-experimental.20251016-33b0941

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.
@@ -25,6 +25,7 @@ export declare class DocHeaderFooterController extends Disposable implements IRe
25
25
  private _loadedMap;
26
26
  constructor(_context: IRenderContext<DocumentDataModel>, _commandService: ICommandService, _editorService: IEditorService, _instanceSrv: IUniverInstanceService, _renderManagerService: IRenderManagerService, _docSkeletonManagerService: DocSkeletonManagerService, _docSelectionRenderService: DocSelectionRenderService, _localeService: LocaleService, _componentManager: ComponentManager);
27
27
  private _initialize;
28
+ dispose(): void;
28
29
  private _listenSwitchMode;
29
30
  private _initCustomComponents;
30
31
  private _init;
@@ -21,5 +21,4 @@ export declare class DocEditorBridgeController extends Disposable implements IRe
21
21
  * Listen to document edits to refresh the size of the formula editor.
22
22
  */
23
23
  private _commandExecutedListener;
24
- private _getEditorSkeleton;
25
24
  }