@openfin/workspace 18.1.17 → 18.1.19
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/enterprise.d.ts +3 -0
- package/client-api-platform/src/shapes.d.ts +1 -0
- package/common/src/utils/global-context-menu.d.ts +3 -3
- 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
|
@@ -24,21 +24,21 @@ export declare const newWindow: () => {
|
|
|
24
24
|
type: WP.GlobalContextMenuOptionType;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
export declare const savePage: () => {
|
|
27
|
+
export declare const savePage: (isEnterprise?: boolean) => {
|
|
28
28
|
type: MenuItemType;
|
|
29
29
|
label: string;
|
|
30
30
|
data: {
|
|
31
31
|
type: WP.GlobalContextMenuOptionType;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
export declare const savePageAs: () => {
|
|
34
|
+
export declare const savePageAs: (isEnterprise?: boolean) => {
|
|
35
35
|
type: MenuItemType;
|
|
36
36
|
label: string;
|
|
37
37
|
data: {
|
|
38
38
|
type: WP.GlobalContextMenuOptionType;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
|
-
export declare const newPage: (enabled: boolean) => {
|
|
41
|
+
export declare const newPage: (enabled: boolean, isEnterprise?: boolean) => {
|
|
42
42
|
type: MenuItemType;
|
|
43
43
|
label: string;
|
|
44
44
|
data: {
|