@openfin/workspace-platform 23.0.15 → 23.0.16

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.
@@ -2,9 +2,11 @@ import type OpenFin from '@openfin/core';
2
2
  import { ResponseModalContent } from '../../../common/src/utils/menu-config';
3
3
  import type { OptionalExceptFor } from '../../../common/src/utils/types';
4
4
  type MenuEventTypes = {
5
- response: [ModalResponseEvent];
6
- ready: [OpenFin.Identity];
7
- update: [string, Partial<OpenFin.Bounds>, string];
5
+ 'response': [ModalResponseEvent];
6
+ 'ready': [OpenFin.Identity];
7
+ 'update': [string, Partial<OpenFin.Bounds>, string];
8
+ 'modal-opened': [string];
9
+ 'modal-closed': [string];
8
10
  };
9
11
  export interface ModalResponseEvent {
10
12
  data: {
@@ -6,24 +6,24 @@ export declare enum WindowName {
6
6
  Dock = "openfin-dock",
7
7
  Storefront = "openfin-storefront",
8
8
  HomeInternal = "openfin-home-internal",
9
- BrowserMenu = "openfin-browser-menu",
10
- BrowserSaveMenu = "openfin-browser-save-menu",
11
- DockSaveWorkspaceMenu = "openfin-dock3-save-workspace-menu",
12
9
  BrowserIndicator = "openfin-browser-indicator",
13
10
  BrowserWindow = "internal-generated-window",
14
11
  ClassicWindow = "internal-generated-classic-window",
15
- EnterpriseContextMenu = "openfin-enterprise-context-menu",
16
12
  BrowserAddressSearchPrefix = "openfin-browser-menu-address-search-",
17
- EnterpriseBookmarkDialogWindow = "openfin-enterprise-bookmark-dialog",
18
- DropdownMenu = "openfin-enterprise-dropdown-menu",
19
13
  DockCompanion = "openfin-dock-companion",
20
14
  AICompanionPrefix = "openfin-ai-companion-",
21
- UpdateVersionModal = "here-update-version-modal",
22
- ZoomControlsDialog = "here-zoom-controls-dialog",
23
15
  AboutPageWindow = "here-about-page",
16
+ FindInPageViewPrefix = "here-find-in-page-view-",
17
+ BrowserMenu = "openfin-browser-menu",
18
+ BrowserSaveMenu = "openfin-browser-save-menu",
19
+ DockSaveWorkspaceMenu = "openfin-dock3-save-workspace-menu",
20
+ DropdownMenu = "openfin-enterprise-dropdown-menu",
21
+ EnterpriseContextMenu = "openfin-enterprise-context-menu",
22
+ EnterpriseBookmarkDialogWindow = "openfin-enterprise-bookmark-dialog",
23
+ ZoomControlsDialog = "here-zoom-controls-dialog",
24
+ UpdateVersionModal = "here-update-version-modal",
24
25
  DesktopSignalsModal = "here-desktop-signals-modal",
25
- IntentsResolverModal = "here-intents-resolver-modal",
26
- FindInPageViewPrefix = "here-find-in-page-view-"
26
+ IntentsResolverModal = "here-intents-resolver-modal"
27
27
  }
28
28
  export interface WindowIdentity {
29
29
  uuid: ApplicationUUID | string;
@@ -143,6 +143,7 @@ export declare function animateSize(width: number, height: number): Promise<void
143
143
  * @returns boolean
144
144
  */
145
145
  export declare const isBrowserWindow: (identity: OpenFin.Identity) => Promise<any>;
146
+ export declare const isModalWindowExceptZoomDialog: (identity: OpenFin.Identity) => boolean;
146
147
  /**
147
148
  * Force document body size. Called when resizing or on scaling changes.
148
149
  */
@@ -38,18 +38,18 @@
38
38
  }
39
39
  ],
40
40
  "dexie": [
41
- {
42
- "type": "root-implicit",
43
- "version": "^4.0.11",
44
- "packageName": "dock3/package.json",
45
- "issuer": "dock3/src/api/idb.ts"
46
- },
47
41
  {
48
42
  "type": "explicit",
49
43
  "version": "^4.0.11",
50
44
  "packageName": "client-api-platform/package.json",
51
45
  "issuer": "client-api-platform/src/api/dock/idb.ts"
52
46
  },
47
+ {
48
+ "type": "root-implicit",
49
+ "version": "^4.0.11",
50
+ "packageName": "dock3/package.json",
51
+ "issuer": "dock3/src/api/idb.ts"
52
+ },
53
53
  {
54
54
  "type": "root-implicit",
55
55
  "version": "^4.0.11",