@openfin/fdc3-api 36.80.8 → 36.80.9

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.
@@ -17793,7 +17793,7 @@ declare type WillResizeEvent = WillMoveOrResizeEvent & {
17793
17793
  */
17794
17794
  declare class _Window extends WebContents<OpenFin.WindowEvent> {
17795
17795
  /* Excluded from this release type: __constructor */
17796
- /* Excluded from this release type: createWindow */
17796
+ createWindow(options: OpenFin.WindowCreationOptions): Promise<OpenFin.Window>;
17797
17797
  /**
17798
17798
  * Retrieves an array of frame info objects representing the main frame and any
17799
17799
  * iframes that are currently on the page.
@@ -17793,7 +17793,7 @@ declare type WillResizeEvent = WillMoveOrResizeEvent & {
17793
17793
  */
17794
17794
  declare class _Window extends WebContents<OpenFin.WindowEvent> {
17795
17795
  /* Excluded from this release type: __constructor */
17796
- /* Excluded from this release type: createWindow */
17796
+ createWindow(options: OpenFin.WindowCreationOptions): Promise<OpenFin.Window>;
17797
17797
  /**
17798
17798
  * Retrieves an array of frame info objects representing the main frame and any
17799
17799
  * iframes that are currently on the page.
@@ -17793,7 +17793,7 @@ declare type WillResizeEvent = WillMoveOrResizeEvent & {
17793
17793
  */
17794
17794
  declare class _Window extends WebContents<OpenFin.WindowEvent> {
17795
17795
  /* Excluded from this release type: __constructor */
17796
- /* Excluded from this release type: createWindow */
17796
+ createWindow(options: OpenFin.WindowCreationOptions): Promise<OpenFin.Window>;
17797
17797
  /**
17798
17798
  * Retrieves an array of frame info objects representing the main frame and any
17799
17799
  * iframes that are currently on the page.
package/out/fdc3-api.d.ts CHANGED
@@ -18235,10 +18235,6 @@ declare class _Window extends WebContents<OpenFin.WindowEvent> {
18235
18235
  * @internal
18236
18236
  */
18237
18237
  constructor(wire: Transport, identity: OpenFin.Identity);
18238
- /**
18239
- * create a new window
18240
- * @internal
18241
- */
18242
18238
  createWindow(options: OpenFin.WindowCreationOptions): Promise<OpenFin.Window>;
18243
18239
  /**
18244
18240
  * Retrieves an array of frame info objects representing the main frame and any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "36.80.8",
3
+ "version": "36.80.9",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,