@univerjs/ui 0.15.0-insiders.20260107-3d1cfdf → 0.15.0-insiders.20260108-7b9120d
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 +8 -8
- package/lib/es/index.js +501 -498
- package/lib/index.js +501 -498
- package/lib/types/controllers/ui/ui-shared.controller.d.ts +1 -0
- package/lib/umd/index.js +9 -9
- package/package.json +8 -8
|
@@ -11,6 +11,7 @@ export declare abstract class SingleUnitUIController extends Disposable {
|
|
|
11
11
|
protected readonly _lifecycleService: LifecycleService;
|
|
12
12
|
protected readonly _renderManagerService: IRenderManagerService;
|
|
13
13
|
protected _steadyTimeout: number;
|
|
14
|
+
protected _renderedTimeout: number;
|
|
14
15
|
protected _renderTimeout: number;
|
|
15
16
|
constructor(_injector: Injector, _instanceService: IUniverInstanceService, _layoutService: ILayoutService, _lifecycleService: LifecycleService, _renderManagerService: IRenderManagerService);
|
|
16
17
|
dispose(): void;
|