@openfin/workspace 23.2.3 → 23.2.4

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;
@@ -1,6 +1,5 @@
1
1
  import type OpenFin from '@openfin/core';
2
2
  import { WindowIdentity } from '../../../common/src/utils/window';
3
- import { AttachedPageInternal } from '../../../common/src/api/pages/shapes';
4
3
  import { AttachedPage, PageLayout } from '../../../client-api-platform/src/shapes';
5
4
  export type LayoutDOMEventType =
6
5
  /**
@@ -53,6 +52,7 @@ export type LayoutDOMEvent = {
53
52
  };
54
53
  export type LayoutDOMEventListener = (ev: LayoutDOMEvent) => void;
55
54
  export declare const VIEW_NAME_PREFIX: "internal-generated-view-";
55
+ export declare const getViewNameFromTabId: (tabId: string) => string;
56
56
  export declare const getFirstActiveViewFromLayout: (identity: OpenFin.LayoutIdentity) => OpenFin.Identity | undefined;
57
57
  /**
58
58
  * Recursively clones a layout object, calling a passed callback on each `componentState` in the tree.
@@ -144,9 +144,6 @@ export declare const findViewInLayout: (node: any, viewId: OpenFin.Identity) =>
144
144
  */
145
145
  export declare const countViews: (node: OpenFin.LayoutContent) => number;
146
146
  export declare const getLayoutConfig: (layoutContainerKey: string) => Promise<any>;
147
- export declare const updateTabStateBasedOnViewCount: (page: AttachedPageInternal, viewCount: number) => Promise<void>;
148
- export declare const updatePageForViewCount: (activePage: AttachedPageInternal | undefined) => Promise<void>;
149
- export declare const debouncedUpdatePageForViewCount: import("lodash").DebouncedFunc<(activePage: AttachedPageInternal | undefined) => Promise<void>>;
150
147
  export declare const findPageForView: (viewName: string, browserWindowIdentity?: WindowIdentity) => Promise<AttachedPage | undefined>;
151
148
  /**
152
149
  * Only show the view tab icon when not on the landing page
@@ -7,14 +7,6 @@
7
7
  "issuer": "client-api/src/notifications.ts"
8
8
  }
9
9
  ],
10
- "@openfin/microsoft365": [
11
- {
12
- "type": "explicit",
13
- "version": "^1.0.1",
14
- "packageName": "client-api/package.json",
15
- "issuer": "client-api/src/integrations/microsoft.ts"
16
- }
17
- ],
18
10
  "title-case": [
19
11
  {
20
12
  "type": "explicit",
@@ -29,6 +21,14 @@
29
21
  "issuer": "common/src/utils/color-linking.ts"
30
22
  }
31
23
  ],
24
+ "@openfin/microsoft365": [
25
+ {
26
+ "type": "explicit",
27
+ "version": "^1.0.1",
28
+ "packageName": "client-api/package.json",
29
+ "issuer": "client-api/src/integrations/microsoft.ts"
30
+ }
31
+ ],
32
32
  "lodash.debounce": [
33
33
  {
34
34
  "type": "explicit",