@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.
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -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
|
-
|
|
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-beta.d.ts
CHANGED
|
@@ -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
|
-
|
|
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-public.d.ts
CHANGED
|
@@ -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
|
-
|
|
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
|