@openfin/workspace-platform 22.3.8 → 22.3.10

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.
@@ -7,7 +7,7 @@ import type { LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site }
7
7
  * @param app the app directory entry.
8
8
  * @param opts launch options.
9
9
  */
10
- export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.Application | OpenFin.View | OpenFin.Platform>;
10
+ export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.View | OpenFin.Platform | OpenFin.Application>;
11
11
  export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
12
12
  export declare function getResults(payload: {
13
13
  req: SearchSitesRequest;
@@ -139,6 +139,8 @@ export interface AttachPagesToWindowPayload {
139
139
  /** The pages to attach. */
140
140
  pages: PageWithUpdatableRuntimeAttribs[];
141
141
  insertionIndex?: number;
142
+ /** Whether to replace the active page with the first new page, if true insertionIndex is ignored and pages are inserted at the active page's index */
143
+ replaceActivePage?: boolean;
142
144
  }
143
145
  export interface ExtendedAttachPagesToWindowPayload extends AttachPagesToWindowPayload {
144
146
  /** The pages to attach. */
@@ -0,0 +1 @@
1
+ export {};
@@ -38,18 +38,18 @@
38
38
  }
39
39
  ],
40
40
  "dexie": [
41
- {
42
- "type": "explicit",
43
- "version": "^4.0.11",
44
- "packageName": "client-api-platform/package.json",
45
- "issuer": "client-api-platform/src/api/dock/idb.ts"
46
- },
47
41
  {
48
42
  "type": "root-implicit",
49
43
  "version": "^4.0.11",
50
44
  "packageName": "dock3/package.json",
51
45
  "issuer": "dock3/src/api/idb.ts"
52
46
  },
47
+ {
48
+ "type": "explicit",
49
+ "version": "^4.0.11",
50
+ "packageName": "client-api-platform/package.json",
51
+ "issuer": "client-api-platform/src/api/dock/idb.ts"
52
+ },
53
53
  {
54
54
  "type": "root-implicit",
55
55
  "version": "^4.0.11",