@openfin/workspace 24.0.8 → 24.1.0-alpha.06dbecdb
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/src/dock.test.d.ts +1 -0
- package/client-api-platform/src/api/app-directory.d.ts +1 -1
- package/client-api-platform/src/api/controllers/theme-storage-controller.d.ts +2 -0
- package/client-api-platform/src/api/utils.d.ts +1 -1
- package/client-api-platform/src/shapes.d.ts +0 -2
- package/common/src/test/logger-mock.d.ts +5 -0
- package/externals.report.json +8 -8
- package/home.js +1 -1
- package/home.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/notifications.js +1 -1
- package/notifications.js.map +1 -1
- package/package.json +1 -1
- package/store.js +1 -1
- package/store.js.map +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;
|
|
@@ -63,6 +63,8 @@ export declare class ThemeStorageController {
|
|
|
63
63
|
/**
|
|
64
64
|
* Synchronize the current palette and scheme with workspace's storage instance if
|
|
65
65
|
* storage based theming is enabled. Only syncs when user has explicitly selected a scheme.
|
|
66
|
+
*
|
|
67
|
+
* Wrapped in try/catch so it does not throw
|
|
66
68
|
*/
|
|
67
69
|
trySynchronizeWorkspaceStorage: () => Promise<void>;
|
|
68
70
|
/**
|
|
@@ -3,7 +3,7 @@ export type StorageProxy = {
|
|
|
3
3
|
setItem: (data: string, value: string) => Promise<void>;
|
|
4
4
|
destroy: () => Promise<void>;
|
|
5
5
|
};
|
|
6
|
-
export declare const createStorageProxy: (url: string) => Promise<StorageProxy>;
|
|
6
|
+
export declare const createStorageProxy: (url: string, isEnterprise: boolean) => Promise<StorageProxy>;
|
|
7
7
|
/**
|
|
8
8
|
* Ensure the workspace storage proxy window exists. Recreates it if it was previously destroyed
|
|
9
9
|
* (e.g. when the last browser window closed with preventQuitOnLastWindowClosed true and a new
|
|
@@ -2874,7 +2874,6 @@ export type WorkspacePlatformOverrideCallback = OpenFin.OverrideCallback<Workspa
|
|
|
2874
2874
|
export type BrowserOverrideCallback = WorkspacePlatformOverrideCallback;
|
|
2875
2875
|
/**
|
|
2876
2876
|
* Content menu entry shape cloned and re-exported from UI Library.
|
|
2877
|
-
* @internal
|
|
2878
2877
|
*/
|
|
2879
2878
|
export type ContentMenuEntry = {
|
|
2880
2879
|
bookmarked?: boolean;
|
|
@@ -2902,7 +2901,6 @@ export type BookmarkDockEntryPayload = {
|
|
|
2902
2901
|
};
|
|
2903
2902
|
/**
|
|
2904
2903
|
* Represents dock entry for favorites
|
|
2905
|
-
* @internal
|
|
2906
2904
|
*/
|
|
2907
2905
|
export type DockEntry = {
|
|
2908
2906
|
type: 'folder';
|
package/externals.report.json
CHANGED
|
@@ -43,28 +43,28 @@
|
|
|
43
43
|
"issuer": "common/src/utils/layout.ts"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
-
"
|
|
46
|
+
"lodash.clonedeep": [
|
|
47
47
|
{
|
|
48
48
|
"type": "explicit",
|
|
49
|
-
"version": "
|
|
49
|
+
"version": "4.5.0",
|
|
50
50
|
"packageName": "common/package.json",
|
|
51
|
-
"issuer": "common/src/
|
|
51
|
+
"issuer": "common/src/utils/layout.ts"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
|
-
"i18next": [
|
|
54
|
+
"react-i18next": [
|
|
55
55
|
{
|
|
56
56
|
"type": "explicit",
|
|
57
|
-
"version": "
|
|
57
|
+
"version": "15.4.0",
|
|
58
58
|
"packageName": "common/package.json",
|
|
59
59
|
"issuer": "common/src/api/i18next.ts"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"
|
|
62
|
+
"i18next": [
|
|
63
63
|
{
|
|
64
64
|
"type": "explicit",
|
|
65
|
-
"version": "
|
|
65
|
+
"version": "^23.7.16",
|
|
66
66
|
"packageName": "common/package.json",
|
|
67
|
-
"issuer": "common/src/
|
|
67
|
+
"issuer": "common/src/api/i18next.ts"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"dexie": [
|