@openfin/workspace 45.1.0-alpha.147d0ebd → 45.1.0-alpha.3530b083
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/client-api-platform/src/api/app-directory.d.ts +1 -1
- package/common/src/utils/env.d.ts +1 -1
- package/common/src/utils/route.d.ts +4 -0
- package/externals.report.json +27 -27
- package/home.js +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/notifications.js +1 -1
- package/package.json +3 -3
- package/store.js +1 -1
|
@@ -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.
|
|
10
|
+
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.View | OpenFin.Identity | OpenFin.Platform | OpenFin.Application>;
|
|
11
11
|
export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
|
|
12
12
|
export declare function getResults(payload: {
|
|
13
13
|
req: SearchSitesRequest;
|
|
@@ -11,7 +11,7 @@ export declare const isDocumentDefined: boolean;
|
|
|
11
11
|
export declare const isWindowDefinedWithIndexDB: boolean;
|
|
12
12
|
export declare const finUUID: string;
|
|
13
13
|
export declare const finName: string;
|
|
14
|
-
export declare const finEntityType: "" | "
|
|
14
|
+
export declare const finEntityType: "" | "window" | "view";
|
|
15
15
|
export declare const isEnvLocal: boolean;
|
|
16
16
|
export declare const isEnvDev: boolean;
|
|
17
17
|
export declare const isEnvStaging: boolean;
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
* All routes that serve HTML pages for the app.
|
|
3
3
|
* Routes should include the zone that the HTML page is a part of.
|
|
4
4
|
* Make sure to include trailing slash, as it is essential for deployed version to route correctly.
|
|
5
|
+
*
|
|
6
|
+
* Offline: zone `pages/` HTML is auto-precached at build time via
|
|
7
|
+
* `common/scripts/offline-document-routes.js` (used by createWorkspaceNextConfig).
|
|
8
|
+
* Adding a new page under `pages/` is enough — no manual SW list update.
|
|
5
9
|
*/
|
|
6
10
|
declare enum WorkspaceRoute {
|
|
7
11
|
Home = "/home/",
|
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-4945",
|
|
6
6
|
"packageName": "client-api/package.json",
|
|
7
7
|
"issuer": "client-api/src/notifications.ts"
|
|
8
8
|
}
|
|
@@ -43,6 +43,32 @@
|
|
|
43
43
|
"issuer": "common/src/utils/layout.ts"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
+
"dexie": [
|
|
47
|
+
{
|
|
48
|
+
"type": "root-implicit",
|
|
49
|
+
"version": "^4.0.11",
|
|
50
|
+
"packageName": "dock3/package.json",
|
|
51
|
+
"issuer": "dock3/src/api/idb.ts"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": "explicit",
|
|
55
|
+
"version": "^4.0.11",
|
|
56
|
+
"packageName": "client-api-platform/package.json",
|
|
57
|
+
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "explicit",
|
|
61
|
+
"version": "^4.0.11",
|
|
62
|
+
"packageName": "common/package.json",
|
|
63
|
+
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "explicit",
|
|
67
|
+
"version": "^4.0.11",
|
|
68
|
+
"packageName": "common/package.json",
|
|
69
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
46
72
|
"react-i18next": [
|
|
47
73
|
{
|
|
48
74
|
"type": "explicit",
|
|
@@ -66,31 +92,5 @@
|
|
|
66
92
|
"packageName": "common/package.json",
|
|
67
93
|
"issuer": "common/src/utils/layout.ts"
|
|
68
94
|
}
|
|
69
|
-
],
|
|
70
|
-
"dexie": [
|
|
71
|
-
{
|
|
72
|
-
"type": "explicit",
|
|
73
|
-
"version": "^4.0.11",
|
|
74
|
-
"packageName": "common/package.json",
|
|
75
|
-
"issuer": "common/src/api/pages/idb.ts"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "root-implicit",
|
|
79
|
-
"version": "^4.0.11",
|
|
80
|
-
"packageName": "dock3/package.json",
|
|
81
|
-
"issuer": "dock3/src/api/idb.ts"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"type": "explicit",
|
|
85
|
-
"version": "^4.0.11",
|
|
86
|
-
"packageName": "client-api-platform/package.json",
|
|
87
|
-
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"type": "explicit",
|
|
91
|
-
"version": "^4.0.11",
|
|
92
|
-
"packageName": "common/package.json",
|
|
93
|
-
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
94
|
-
}
|
|
95
95
|
]
|
|
96
96
|
}
|