@openfin/workspace 45.1.0-alpha.b3d8b89c → 45.1.0-alpha.c973286f
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/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.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;
|
|
@@ -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": "common/package.json",
|
|
57
|
+
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "explicit",
|
|
61
|
+
"version": "^4.0.11",
|
|
62
|
+
"packageName": "client-api-platform/package.json",
|
|
63
|
+
"issuer": "client-api-platform/src/api/dock/idb.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": "root-implicit",
|
|
73
|
-
"version": "^4.0.11",
|
|
74
|
-
"packageName": "dock3/package.json",
|
|
75
|
-
"issuer": "dock3/src/api/idb.ts"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "explicit",
|
|
79
|
-
"version": "^4.0.11",
|
|
80
|
-
"packageName": "client-api-platform/package.json",
|
|
81
|
-
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"type": "explicit",
|
|
85
|
-
"version": "^4.0.11",
|
|
86
|
-
"packageName": "common/package.json",
|
|
87
|
-
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"type": "explicit",
|
|
91
|
-
"version": "^4.0.11",
|
|
92
|
-
"packageName": "common/package.json",
|
|
93
|
-
"issuer": "common/src/api/pages/idb.ts"
|
|
94
|
-
}
|
|
95
95
|
]
|
|
96
96
|
}
|