@openfin/workspace-platform 45.1.18 → 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.
|
@@ -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
|
-
/**
|
|
180
|
-
type: '
|
|
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 {};
|
package/externals.report.json
CHANGED
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
}
|
|
47
47
|
],
|
|
48
48
|
"dexie": [
|
|
49
|
-
{
|
|
50
|
-
"type": "root-implicit",
|
|
51
|
-
"version": "^4.0.11",
|
|
52
|
-
"packageName": "dock3/package.json",
|
|
53
|
-
"issuer": "dock3/src/api/idb.ts"
|
|
54
|
-
},
|
|
55
49
|
{
|
|
56
50
|
"type": "explicit",
|
|
57
51
|
"version": "^4.0.11",
|
|
58
52
|
"packageName": "client-api-platform/package.json",
|
|
59
53
|
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
60
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"type": "root-implicit",
|
|
57
|
+
"version": "^4.0.11",
|
|
58
|
+
"packageName": "dock3/package.json",
|
|
59
|
+
"issuer": "dock3/src/api/idb.ts"
|
|
60
|
+
},
|
|
61
61
|
{
|
|
62
62
|
"type": "explicit",
|
|
63
63
|
"version": "^4.0.11",
|