@openfin/workspace-platform 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.Identity | OpenFin.View | OpenFin.Platform | OpenFin.Application>;
11
11
  export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
12
12
  export declare function getResults(payload: {
13
13
  req: SearchSitesRequest;
@@ -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