@openfin/workspace-platform 23.0.12 → 23.0.14

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.Application | OpenFin.View | OpenFin.Platform>;
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;
@@ -1,6 +1,7 @@
1
1
  import type OpenFin from '@openfin/core';
2
2
  type DefaultViewOptions = Partial<OpenFin.MutableViewOptions> & {
3
3
  downloadShelf?: OpenFin.ConstWindowOptions['downloadShelf'];
4
+ hotkeys?: OpenFin.ViewOptions['hotkeys'];
4
5
  };
5
6
  export declare const DEFAULT_VIEW_OPTIONS: DefaultViewOptions;
6
7
  export declare function applyViewDefaults(options: Partial<OpenFin.ViewOptions>, initViewOptions?: Partial<OpenFin.ViewOptions>): any;
@@ -53,7 +53,7 @@ export type LayoutDOMEvent = {
53
53
  };
54
54
  export type LayoutDOMEventListener = (ev: LayoutDOMEvent) => void;
55
55
  export declare const VIEW_NAME_PREFIX: "internal-generated-view-";
56
- export declare const getFirstActiveViewFromLayout: (identity: OpenFin.LayoutIdentity) => Promise<OpenFin.Identity>;
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.
59
59
  * @param node Either the layout object itself, or one of the items in its tree.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Deep merge a set of source objects into a single target object.
3
+ * Arrays are concatenated rather than overwritten.
3
4
  * @param target the target object to merge sources into.
4
5
  * @param sources the source objects to merge into the target. (FIFO)
5
6
  */
@@ -38,18 +38,18 @@
38
38
  }
39
39
  ],
40
40
  "dexie": [
41
- {
42
- "type": "explicit",
43
- "version": "^4.0.11",
44
- "packageName": "client-api-platform/package.json",
45
- "issuer": "client-api-platform/src/api/dock/idb.ts"
46
- },
47
41
  {
48
42
  "type": "root-implicit",
49
43
  "version": "^4.0.11",
50
44
  "packageName": "dock3/package.json",
51
45
  "issuer": "dock3/src/api/idb.ts"
52
46
  },
47
+ {
48
+ "type": "explicit",
49
+ "version": "^4.0.11",
50
+ "packageName": "client-api-platform/package.json",
51
+ "issuer": "client-api-platform/src/api/dock/idb.ts"
52
+ },
53
53
  {
54
54
  "type": "root-implicit",
55
55
  "version": "^4.0.11",