@openfin/core 35.78.26 → 35.78.27
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/mock-alpha.d.ts +0 -1
- package/out/mock-beta.d.ts +0 -1
- package/out/mock-public.d.ts +0 -1
- package/out/mock.d.ts +0 -16
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -11034,7 +11034,6 @@ declare interface PlatformProvider {
|
|
|
11034
11034
|
* @param callerIdentity
|
|
11035
11035
|
*/
|
|
11036
11036
|
getWindowSnapshot(identity: OpenFin_2.Identity, callerIdentity: OpenFin_2.Identity): Promise<OpenFin_2.WindowCreationOptions>;
|
|
11037
|
-
/* Excluded from this release type: createViewsForLayout */
|
|
11038
11037
|
/* Excluded from this release type: getViewSnapshot */
|
|
11039
11038
|
/**
|
|
11040
11039
|
* Called when a snapshot is being applied and some windows in that snapshot would be fully or partially off-screen.
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -11034,7 +11034,6 @@ declare interface PlatformProvider {
|
|
|
11034
11034
|
* @param callerIdentity
|
|
11035
11035
|
*/
|
|
11036
11036
|
getWindowSnapshot(identity: OpenFin_2.Identity, callerIdentity: OpenFin_2.Identity): Promise<OpenFin_2.WindowCreationOptions>;
|
|
11037
|
-
/* Excluded from this release type: createViewsForLayout */
|
|
11038
11037
|
/* Excluded from this release type: getViewSnapshot */
|
|
11039
11038
|
/**
|
|
11040
11039
|
* Called when a snapshot is being applied and some windows in that snapshot would be fully or partially off-screen.
|
package/out/mock-public.d.ts
CHANGED
|
@@ -11034,7 +11034,6 @@ declare interface PlatformProvider {
|
|
|
11034
11034
|
* @param callerIdentity
|
|
11035
11035
|
*/
|
|
11036
11036
|
getWindowSnapshot(identity: OpenFin_2.Identity, callerIdentity: OpenFin_2.Identity): Promise<OpenFin_2.WindowCreationOptions>;
|
|
11037
|
-
/* Excluded from this release type: createViewsForLayout */
|
|
11038
11037
|
/* Excluded from this release type: getViewSnapshot */
|
|
11039
11038
|
/**
|
|
11040
11039
|
* Called when a snapshot is being applied and some windows in that snapshot would be fully or partially off-screen.
|
package/out/mock.d.ts
CHANGED
|
@@ -11366,22 +11366,6 @@ declare interface PlatformProvider {
|
|
|
11366
11366
|
* @param callerIdentity
|
|
11367
11367
|
*/
|
|
11368
11368
|
getWindowSnapshot(identity: OpenFin_2.Identity, callerIdentity: OpenFin_2.Identity): Promise<OpenFin_2.WindowCreationOptions>;
|
|
11369
|
-
/**
|
|
11370
|
-
* @experimental @internal
|
|
11371
|
-
*
|
|
11372
|
-
* **NOTE**: Internal use only. This method is reserved for Workspace Browser implementation.
|
|
11373
|
-
*
|
|
11374
|
-
* Calls platform.createView for every view in the given layout. Returns an array of promises
|
|
11375
|
-
* one promise for each view create call
|
|
11376
|
-
*
|
|
11377
|
-
* @param payload
|
|
11378
|
-
* @param callerIdentity
|
|
11379
|
-
* @returns an array of promises
|
|
11380
|
-
*/
|
|
11381
|
-
createViewsForLayout(payload: {
|
|
11382
|
-
layout: GoldenLayout.Config;
|
|
11383
|
-
target?: OpenFin_2.Identity | OpenFin_2.LayoutIdentity;
|
|
11384
|
-
}, callerIdentity: OpenFin_2.Identity): Promise<OpenFin_2.View>[];
|
|
11385
11369
|
/**
|
|
11386
11370
|
* **NOTE**: Internal use only. It is not recommended to manage the state of individual views.
|
|
11387
11371
|
* Gets the current state of a single view and returns an object with the options needed to restore that view as part of a snapshot.
|