@openfin/workspace 45.0.6 → 45.0.8

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.
@@ -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.Identity | OpenFin.Platform | OpenFin.View | OpenFin.Application>;
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;
@@ -11,7 +11,7 @@ export declare const isDocumentDefined: boolean;
11
11
  export declare const isWindowDefinedWithIndexDB: boolean;
12
12
  export declare const finUUID: string;
13
13
  export declare const finName: string;
14
- export declare const finEntityType: "" | "view" | "window";
14
+ export declare const finEntityType: "" | "window" | "view";
15
15
  export declare const isEnvLocal: boolean;
16
16
  export declare const isEnvDev: boolean;
17
17
  export declare const isEnvStaging: boolean;
@@ -15,7 +15,8 @@ export declare enum ComponentName {
15
15
  Storefront = "Storefront",
16
16
  Platform = "Platform",
17
17
  Theming = "Theming",
18
- Microflow = "Microflow"
18
+ Microflow = "Microflow",
19
+ SupertabHideShowTabs = "PRODM-318: Supertab Hide/Show Tab Headers"
19
20
  }
20
21
  export declare const registerBrowserUsage: (status: RegisterUsageStatus) => void;
21
22
  export declare const registerHomeUsage: (status: RegisterUsageStatus) => void;
@@ -25,6 +26,7 @@ export declare const registerNotificationUsage: (status: RegisterUsageStatus) =>
25
26
  export declare const registerPlatformUsage: (status: RegisterUsageStatus) => void;
26
27
  export declare const registerThemingUsage: (status: RegisterUsageStatus) => void;
27
28
  export declare const registerMicroflowUsage: (microflowName: string, status: RegisterUsageStatus) => void;
29
+ export declare const registerSupertabHideShowTabsUsage: () => void;
28
30
  export type AnalyticsSource = 'Browser' | 'Dock' | 'Home' | 'Notification' | 'Store' | 'Platform' | 'Theming' | 'Interop';
29
31
  /**
30
32
  * Event for analytics
@@ -2,7 +2,7 @@
2
2
  "@openfin/notifications": [
3
3
  {
4
4
  "type": "explicit",
5
- "version": "45.0.0-alpha-4708",
5
+ "version": "45.0.0-alpha-4712",
6
6
  "packageName": "client-api/package.json",
7
7
  "issuer": "client-api/src/notifications.ts"
8
8
  }
@@ -68,6 +68,12 @@
68
68
  }
69
69
  ],
70
70
  "dexie": [
71
+ {
72
+ "type": "explicit",
73
+ "version": "^4.0.11",
74
+ "packageName": "common/package.json",
75
+ "issuer": "common/src/api/pages/idb.ts"
76
+ },
71
77
  {
72
78
  "type": "root-implicit",
73
79
  "version": "^4.0.11",
@@ -85,12 +91,6 @@
85
91
  "version": "^4.0.11",
86
92
  "packageName": "common/package.json",
87
93
  "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
94
  }
95
95
  ]
96
96
  }