@openfin/workspace-platform 24.0.0 → 24.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.
- package/client-api-platform/src/init/override-callback/dialogs.d.ts +1 -0
- package/common/src/api/pages/shapes.d.ts +3 -0
- package/common/src/api/protocol/workspace-platform.d.ts +1 -0
- package/common/src/utils/window.d.ts +1 -0
- package/common/src/utils/workspace-modals.d.ts +1 -0
- package/externals.report.json +27 -27
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,4 +2,5 @@ import type OpenFin from '@openfin/core';
|
|
|
2
2
|
import { IntentResolverResponse, ShowIntentsResolverModalRequest, ShowQuitPlatformDialogRequest, ShowUpdateVersionModalRequest } from '../../../../client-api-platform/src/shapes';
|
|
3
3
|
export declare const showQuitPlatformDialogInternal: (req: ShowQuitPlatformDialogRequest, identity: OpenFin.ProviderIdentity | OpenFin.ClientIdentity) => Promise<void>;
|
|
4
4
|
export declare const showUpdateVersionModalInternal: (req: ShowUpdateVersionModalRequest, identity: OpenFin.ProviderIdentity | OpenFin.ClientIdentity) => Promise<void>;
|
|
5
|
+
export declare const showApplyAndPublishModalInternal: (_identity: OpenFin.ProviderIdentity | OpenFin.ClientIdentity) => Promise<boolean>;
|
|
5
6
|
export declare const showIntentsResolverModalInternal: (req: ShowIntentsResolverModalRequest) => Promise<IntentResolverResponse>;
|
|
@@ -73,6 +73,8 @@ export interface Page {
|
|
|
73
73
|
panels?: PanelConfig[];
|
|
74
74
|
/** Optional property to attach custom metadata to the page object, such as version or timestamp. Must be serializable. */
|
|
75
75
|
customData?: any;
|
|
76
|
+
/** For published page, supertab icon will show the --color-shared-icon-accent border. default to false when published by admin */
|
|
77
|
+
isPublished?: boolean;
|
|
76
78
|
}
|
|
77
79
|
type AttachedPageMetadata = {
|
|
78
80
|
/** The window the page is currently attached to. */
|
|
@@ -93,6 +95,7 @@ export type AttachedPageInternal = {
|
|
|
93
95
|
attachedPageType?: 'singleView' | 'multiView' | undefined;
|
|
94
96
|
isLayoutCreated?: boolean;
|
|
95
97
|
pageIcon?: string;
|
|
98
|
+
isPublished?: boolean;
|
|
96
99
|
} & AttachedPage;
|
|
97
100
|
export type ReparentAttachedPage = AttachedPage & {
|
|
98
101
|
multiInstanceViewBehavior?: 'reparent';
|
|
@@ -96,6 +96,7 @@ export declare enum WorkspacePlatformChannelAction {
|
|
|
96
96
|
FocusAndExpandSearchInternal = "focusAndExpandSearchInternal",// Enterprise
|
|
97
97
|
SendUpdateVersionModalResponseInternal = "sendUpdateVersionModalResponseInternal",// Enterprise
|
|
98
98
|
ShowUpdateVersionModalInternal = "showUpdateVersionModalInternal",// Enterprise
|
|
99
|
+
ShowApplyAndPublishModalInternal = "showApplyAndPublishModalInternal",// Enterprise
|
|
99
100
|
GetNotificationIndicatorColorsInternal = "getNotificationIndicatorColorsInternal"
|
|
100
101
|
}
|
|
101
102
|
export type PlatFormSupportedFeatures = boolean | {
|
|
@@ -22,6 +22,7 @@ export declare enum WindowName {
|
|
|
22
22
|
EnterpriseBookmarkDialogWindow = "openfin-enterprise-bookmark-dialog",
|
|
23
23
|
ZoomControlsDialog = "here-zoom-controls-dialog",
|
|
24
24
|
UpdateVersionModal = "here-update-version-modal",
|
|
25
|
+
ApplyAndPublishModal = "here-apply-and-publish-modal",
|
|
25
26
|
DesktopSignalsModal = "here-desktop-signals-modal",
|
|
26
27
|
IntentsResolverModal = "here-intents-resolver-modal"
|
|
27
28
|
}
|
|
@@ -34,6 +34,7 @@ export declare const showUpdateVersionModal: ({ identity, title, description }:
|
|
|
34
34
|
title: string;
|
|
35
35
|
description: string;
|
|
36
36
|
}) => Promise<ModalResponseEvent["data"]>;
|
|
37
|
+
export declare const showApplyAndPublishModal: (identity: OpenFin.Identity) => Promise<boolean>;
|
|
37
38
|
/**
|
|
38
39
|
* Shows the intents resolver modal and returns the user's selection
|
|
39
40
|
* @param request - The request containing modal configuration
|
package/externals.report.json
CHANGED
|
@@ -13,30 +13,12 @@
|
|
|
13
13
|
"issuer": "common/src/utils/layout.ts"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"
|
|
17
|
-
{
|
|
18
|
-
"type": "root-implicit",
|
|
19
|
-
"version": "^4.0.11",
|
|
20
|
-
"packageName": "dock3/package.json",
|
|
21
|
-
"issuer": "dock3/src/api/idb.ts"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"type": "explicit",
|
|
25
|
-
"version": "^4.0.11",
|
|
26
|
-
"packageName": "common/package.json",
|
|
27
|
-
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "explicit",
|
|
31
|
-
"version": "^4.0.11",
|
|
32
|
-
"packageName": "client-api-platform/package.json",
|
|
33
|
-
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
34
|
-
},
|
|
16
|
+
"lodash.clonedeep": [
|
|
35
17
|
{
|
|
36
18
|
"type": "explicit",
|
|
37
|
-
"version": "
|
|
19
|
+
"version": "4.5.0",
|
|
38
20
|
"packageName": "common/package.json",
|
|
39
|
-
"issuer": "common/src/
|
|
21
|
+
"issuer": "common/src/utils/layout.ts"
|
|
40
22
|
}
|
|
41
23
|
],
|
|
42
24
|
"react-i18next": [
|
|
@@ -55,20 +37,38 @@
|
|
|
55
37
|
"issuer": "common/src/api/i18next.ts"
|
|
56
38
|
}
|
|
57
39
|
],
|
|
58
|
-
"
|
|
40
|
+
"title-case": [
|
|
59
41
|
{
|
|
60
42
|
"type": "explicit",
|
|
61
|
-
"version": "
|
|
43
|
+
"version": "3.0.3",
|
|
62
44
|
"packageName": "common/package.json",
|
|
63
|
-
"issuer": "common/src/utils/
|
|
45
|
+
"issuer": "common/src/utils/color-linking.ts"
|
|
64
46
|
}
|
|
65
47
|
],
|
|
66
|
-
"
|
|
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
|
+
},
|
|
67
55
|
{
|
|
68
56
|
"type": "explicit",
|
|
69
|
-
"version": "
|
|
57
|
+
"version": "^4.0.11",
|
|
58
|
+
"packageName": "client-api-platform/package.json",
|
|
59
|
+
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"type": "explicit",
|
|
63
|
+
"version": "^4.0.11",
|
|
70
64
|
"packageName": "common/package.json",
|
|
71
|
-
"issuer": "common/src/
|
|
65
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"type": "explicit",
|
|
69
|
+
"version": "^4.0.11",
|
|
70
|
+
"packageName": "common/package.json",
|
|
71
|
+
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
72
72
|
}
|
|
73
73
|
]
|
|
74
74
|
}
|