@openfin/workspace-platform 45.0.0 → 45.0.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.
|
@@ -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.
|
|
10
|
+
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.Platform | OpenFin.Application | OpenFin.View>;
|
|
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:
|
|
310
|
+
theme: CustomThemes | GeneratedPalettes;
|
|
311
311
|
defaultScheme: ColorSchemeOptionType;
|
|
312
312
|
themePaletteSheet: string;
|
|
313
313
|
}>;
|
package/externals.report.json
CHANGED
|
@@ -21,6 +21,14 @@
|
|
|
21
21
|
"issuer": "common/src/utils/color-linking.ts"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
+
"lodash.clonedeep": [
|
|
25
|
+
{
|
|
26
|
+
"type": "explicit",
|
|
27
|
+
"version": "4.5.0",
|
|
28
|
+
"packageName": "common/package.json",
|
|
29
|
+
"issuer": "common/src/utils/layout.ts"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
24
32
|
"react-i18next": [
|
|
25
33
|
{
|
|
26
34
|
"type": "explicit",
|
|
@@ -37,27 +45,19 @@
|
|
|
37
45
|
"issuer": "common/src/api/i18next.ts"
|
|
38
46
|
}
|
|
39
47
|
],
|
|
40
|
-
"
|
|
48
|
+
"dexie": [
|
|
41
49
|
{
|
|
42
50
|
"type": "explicit",
|
|
43
|
-
"version": "4.
|
|
44
|
-
"packageName": "
|
|
45
|
-
"issuer": "
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"dexie": [
|
|
51
|
+
"version": "^4.0.11",
|
|
52
|
+
"packageName": "client-api-platform/package.json",
|
|
53
|
+
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
54
|
+
},
|
|
49
55
|
{
|
|
50
56
|
"type": "root-implicit",
|
|
51
57
|
"version": "^4.0.11",
|
|
52
58
|
"packageName": "dock3/package.json",
|
|
53
59
|
"issuer": "dock3/src/api/idb.ts"
|
|
54
60
|
},
|
|
55
|
-
{
|
|
56
|
-
"type": "explicit",
|
|
57
|
-
"version": "^4.0.11",
|
|
58
|
-
"packageName": "client-api-platform/package.json",
|
|
59
|
-
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
60
|
-
},
|
|
61
61
|
{
|
|
62
62
|
"type": "explicit",
|
|
63
63
|
"version": "^4.0.11",
|