@openfin/node-adapter 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.
@@ -11044,7 +11044,6 @@ declare interface PlatformProvider {
11044
11044
  * @param callerIdentity
11045
11045
  */
11046
11046
  getWindowSnapshot(identity: OpenFin.Identity, callerIdentity: OpenFin.Identity): Promise<OpenFin.WindowCreationOptions>;
11047
- /* Excluded from this release type: createViewsForLayout */
11048
11047
  /* Excluded from this release type: getViewSnapshot */
11049
11048
  /**
11050
11049
  * Called when a snapshot is being applied and some windows in that snapshot would be fully or partially off-screen.
@@ -11044,7 +11044,6 @@ declare interface PlatformProvider {
11044
11044
  * @param callerIdentity
11045
11045
  */
11046
11046
  getWindowSnapshot(identity: OpenFin.Identity, callerIdentity: OpenFin.Identity): Promise<OpenFin.WindowCreationOptions>;
11047
- /* Excluded from this release type: createViewsForLayout */
11048
11047
  /* Excluded from this release type: getViewSnapshot */
11049
11048
  /**
11050
11049
  * Called when a snapshot is being applied and some windows in that snapshot would be fully or partially off-screen.
@@ -11044,7 +11044,6 @@ declare interface PlatformProvider {
11044
11044
  * @param callerIdentity
11045
11045
  */
11046
11046
  getWindowSnapshot(identity: OpenFin.Identity, callerIdentity: OpenFin.Identity): Promise<OpenFin.WindowCreationOptions>;
11047
- /* Excluded from this release type: createViewsForLayout */
11048
11047
  /* Excluded from this release type: getViewSnapshot */
11049
11048
  /**
11050
11049
  * Called when a snapshot is being applied and some windows in that snapshot would be fully or partially off-screen.
@@ -11398,22 +11398,6 @@ declare interface PlatformProvider {
11398
11398
  * @param callerIdentity
11399
11399
  */
11400
11400
  getWindowSnapshot(identity: OpenFin.Identity, callerIdentity: OpenFin.Identity): Promise<OpenFin.WindowCreationOptions>;
11401
- /**
11402
- * @experimental @internal
11403
- *
11404
- * **NOTE**: Internal use only. This method is reserved for Workspace Browser implementation.
11405
- *
11406
- * Calls platform.createView for every view in the given layout. Returns an array of promises
11407
- * one promise for each view create call
11408
- *
11409
- * @param payload
11410
- * @param callerIdentity
11411
- * @returns an array of promises
11412
- */
11413
- createViewsForLayout(payload: {
11414
- layout: GoldenLayout.Config;
11415
- target?: OpenFin.Identity | OpenFin.LayoutIdentity;
11416
- }, callerIdentity: OpenFin.Identity): Promise<OpenFin.View>[];
11417
11401
  /**
11418
11402
  * **NOTE**: Internal use only. It is not recommended to manage the state of individual views.
11419
11403
  * 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "35.78.26",
3
+ "version": "35.78.27",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",