@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.
- package/lib/cjs/index.js +2 -2
- package/lib/es/index.js +305 -304
- package/lib/index.js +305 -304
- package/lib/types/controllers/doc-header-footer.controller.d.ts +1 -0
- package/lib/types/controllers/render-controllers/doc-editor-bridge.controller.d.ts +0 -1
- package/lib/umd/index.js +2 -2
- package/package.json +11 -11
|
@@ -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;
|