@openfin/workspace-platform 22.2.2 → 22.2.3
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/common/src/utils/layout.d.ts +2 -2
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/workspace_platform.zip +0 -0
|
@@ -120,8 +120,8 @@ export declare const findViewInLayout: (node: any, viewId: OpenFin.Identity) =>
|
|
|
120
120
|
export declare const countViews: (node: OpenFin.LayoutContent) => number;
|
|
121
121
|
export declare const getLayoutConfig: (layoutContainerKey: string) => Promise<any>;
|
|
122
122
|
export declare const updateTabStateBasedOnViewCount: (page: AttachedPageInternal, viewCount: number) => Promise<void>;
|
|
123
|
-
export declare const updatePageForViewCount: (activePage: AttachedPageInternal) => Promise<void>;
|
|
124
|
-
export declare const debouncedUpdatePageForViewCount: import("lodash").DebouncedFunc<(activePage: AttachedPageInternal) => Promise<void>>;
|
|
123
|
+
export declare const updatePageForViewCount: (activePage: AttachedPageInternal | undefined) => Promise<void>;
|
|
124
|
+
export declare const debouncedUpdatePageForViewCount: import("lodash").DebouncedFunc<(activePage: AttachedPageInternal | undefined) => Promise<void>>;
|
|
125
125
|
export declare const findPageForView: (viewName: string, browserWindowIdentity?: WindowIdentity) => Promise<AttachedPage | undefined>;
|
|
126
126
|
/**
|
|
127
127
|
* Only show the view tab icon when not on the landing page
|