@openfin/workspace 45.1.1 → 45.1.2
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 +7 -1
- package/externals.report.json +5 -5
- package/home.js +1 -1
- package/index.js +1 -1
- package/notifications.js +1 -1
- package/package.json +3 -3
- package/store.js +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type OpenFin from '@openfin/core';
|
|
2
|
-
import type { PagePinnedState } from '../../../common/src/api/pages/shapes';
|
|
3
2
|
import { WindowIdentity } from '../../../common/src/utils/window';
|
|
3
|
+
import type { PagePinnedState } from '../../../common/src/api/pages/shapes';
|
|
4
4
|
import { AttachedPage, PageLayout } from '../../../client-api-platform/src/shapes';
|
|
5
5
|
export type LayoutDOMEventType =
|
|
6
6
|
/**
|
|
@@ -155,6 +155,12 @@ export declare const findViewInLayout: (node: any, viewId: OpenFin.Identity) =>
|
|
|
155
155
|
export declare const countViews: (node: OpenFin.LayoutContent) => number;
|
|
156
156
|
export declare const getLayoutConfig: (layoutContainerKey: string) => Promise<any>;
|
|
157
157
|
export declare const findPageForView: (viewName: string, browserWindowIdentity?: WindowIdentity) => Promise<AttachedPage | undefined>;
|
|
158
|
+
/**
|
|
159
|
+
* Waits for a specific view to receive focus on the current window, resolving
|
|
160
|
+
* either when the matching `view-focused` event fires or after a timeout (default 150ms).
|
|
161
|
+
* Useful for ensuring focus is stable before opening popups that would auto-close on focus shift.
|
|
162
|
+
*/
|
|
163
|
+
export declare const waitForViewFocus: (viewName: string, timeoutMs?: number) => Promise<void>;
|
|
158
164
|
/**
|
|
159
165
|
* Only show the view tab icon when not on the landing page
|
|
160
166
|
*/
|
package/externals.report.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@openfin/notifications": [
|
|
3
3
|
{
|
|
4
4
|
"type": "explicit",
|
|
5
|
-
"version": "45.1.0-alpha-
|
|
5
|
+
"version": "45.1.0-alpha-4875",
|
|
6
6
|
"packageName": "client-api/package.json",
|
|
7
7
|
"issuer": "client-api/src/notifications.ts"
|
|
8
8
|
}
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
{
|
|
54
54
|
"type": "explicit",
|
|
55
55
|
"version": "^4.0.11",
|
|
56
|
-
"packageName": "
|
|
57
|
-
"issuer": "
|
|
56
|
+
"packageName": "common/package.json",
|
|
57
|
+
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"type": "explicit",
|
|
61
61
|
"version": "^4.0.11",
|
|
62
|
-
"packageName": "
|
|
63
|
-
"issuer": "
|
|
62
|
+
"packageName": "client-api-platform/package.json",
|
|
63
|
+
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"type": "explicit",
|