@netless/window-manager 1.0.7-beta.8 → 1.0.7-beta.9
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/dist/index.d.ts +2 -0
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AppManager.ts +21 -4
- package/src/Utils/extendClass.ts +1 -2
package/dist/index.d.ts
CHANGED
|
@@ -869,6 +869,8 @@ declare class AppManager {
|
|
|
869
869
|
private callbacksNode;
|
|
870
870
|
private appCreateQueue;
|
|
871
871
|
private _focusAppCreatedResolve?;
|
|
872
|
+
private _focusAppId;
|
|
873
|
+
private _resolveTimer;
|
|
872
874
|
private sideEffectManager;
|
|
873
875
|
sceneState: SceneState | null;
|
|
874
876
|
rootDirRemoving: boolean;
|