@openfin/fdc3-api 40.82.16 → 40.82.17

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.
@@ -7964,6 +7964,7 @@ declare class Layout extends Base {
7964
7964
  * ```
7965
7965
  */
7966
7966
  getRootItem(): Promise<OpenFin.ColumnOrRow | OpenFin.TabStack>;
7967
+ getStackByView(identity: OpenFin.Identity): Promise<OpenFin.TabStack>;
7967
7968
  /**
7968
7969
  * Replaces the specified view with a view with the provided configuration.
7969
7970
  *
@@ -7964,6 +7964,7 @@ declare class Layout extends Base {
7964
7964
  * ```
7965
7965
  */
7966
7966
  getRootItem(): Promise<OpenFin.ColumnOrRow | OpenFin.TabStack>;
7967
+ getStackByView(identity: OpenFin.Identity): Promise<OpenFin.TabStack>;
7967
7968
  /**
7968
7969
  * Replaces the specified view with a view with the provided configuration.
7969
7970
  *
@@ -7964,6 +7964,7 @@ declare class Layout extends Base {
7964
7964
  * ```
7965
7965
  */
7966
7966
  getRootItem(): Promise<OpenFin.ColumnOrRow | OpenFin.TabStack>;
7967
+ getStackByView(identity: OpenFin.Identity): Promise<OpenFin.TabStack>;
7967
7968
  /**
7968
7969
  * Replaces the specified view with a view with the provided configuration.
7969
7970
  *
package/out/fdc3-api.d.ts CHANGED
@@ -8087,6 +8087,7 @@ declare class Layout extends Base {
8087
8087
  * ```
8088
8088
  */
8089
8089
  getRootItem(): Promise<OpenFin.ColumnOrRow | OpenFin.TabStack>;
8090
+ getStackByView(identity: OpenFin.Identity): Promise<OpenFin.TabStack>;
8090
8091
  /**
8091
8092
  * Replaces the specified view with a view with the provided configuration.
8092
8093
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "40.82.16",
3
+ "version": "40.82.17",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,