@openfin/workspace-platform 45.1.17 → 45.1.19

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.Platform | OpenFin.Application | OpenFin.View>;
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;
@@ -307,7 +307,7 @@ export declare const constructThemePaletteSheet: (themes: GeneratedPalettes, leg
307
307
  dark: string;
308
308
  }) => string;
309
309
  export declare const getComputedPlatformTheme: (platformIdentity: OpenFin.Identity) => Promise<{
310
- theme: CustomThemes | GeneratedPalettes;
310
+ theme: GeneratedPalettes | CustomThemes;
311
311
  defaultScheme: ColorSchemeOptionType;
312
312
  themePaletteSheet: string;
313
313
  }>;
@@ -29,10 +29,6 @@ export type SearchMenuChannelMessage = {
29
29
  type: 'update-search-menu-state';
30
30
  } | {
31
31
  type: 'ready';
32
- } | {
33
- /** Browser window asks the search view whether its webContents owns focus. */
34
- type: 'focus-query';
35
- requestId: string;
36
32
  };
37
33
  export type BrowserSearchMenuKeyboardEvent = {
38
34
  type: string;
@@ -176,9 +172,7 @@ export type SearchMenuChannelResponse = {
176
172
  type: 'single-provider-results-announcement';
177
173
  message: string;
178
174
  } | {
179
- /** Answer to a 'focus-query' message: whether the search view's webContents owns focus. */
180
- type: 'focus-state';
181
- requestId: string;
182
- hasFocus: boolean;
175
+ /** Landing page was clicked. Chrome collapses search if view-focused never arrived. */
176
+ type: 'page-clicked';
183
177
  };
184
178
  export {};
@@ -46,12 +46,6 @@
46
46
  }
47
47
  ],
48
48
  "dexie": [
49
- {
50
- "type": "explicit",
51
- "version": "^4.0.11",
52
- "packageName": "common/package.json",
53
- "issuer": "common/src/api/pages/idb.ts"
54
- },
55
49
  {
56
50
  "type": "explicit",
57
51
  "version": "^4.0.11",
@@ -64,6 +58,12 @@
64
58
  "packageName": "dock3/package.json",
65
59
  "issuer": "dock3/src/api/idb.ts"
66
60
  },
61
+ {
62
+ "type": "explicit",
63
+ "version": "^4.0.11",
64
+ "packageName": "common/package.json",
65
+ "issuer": "common/src/api/pages/idb.ts"
66
+ },
67
67
  {
68
68
  "type": "explicit",
69
69
  "version": "^4.0.11",