@openfin/core 34.78.23 → 34.78.25

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.
@@ -8299,6 +8299,7 @@ declare class LayoutManager {
8299
8299
  private showViewsOnTabDrag?;
8300
8300
  private dropzonePreview?;
8301
8301
  private lastItemDestroyed?;
8302
+ private viewsSubscribedTo;
8302
8303
  constructor(splitterController: SplitterController, tabDragController: TabDragController, layoutContentCache: LayoutContentCache);
8303
8304
  /* Excluded from this release type: getClient */
8304
8305
  initManager: () => Promise<void>;
@@ -8299,6 +8299,7 @@ declare class LayoutManager {
8299
8299
  private showViewsOnTabDrag?;
8300
8300
  private dropzonePreview?;
8301
8301
  private lastItemDestroyed?;
8302
+ private viewsSubscribedTo;
8302
8303
  constructor(splitterController: SplitterController, tabDragController: TabDragController, layoutContentCache: LayoutContentCache);
8303
8304
  /* Excluded from this release type: getClient */
8304
8305
  initManager: () => Promise<void>;
@@ -8299,6 +8299,7 @@ declare class LayoutManager {
8299
8299
  private showViewsOnTabDrag?;
8300
8300
  private dropzonePreview?;
8301
8301
  private lastItemDestroyed?;
8302
+ private viewsSubscribedTo;
8302
8303
  constructor(splitterController: SplitterController, tabDragController: TabDragController, layoutContentCache: LayoutContentCache);
8303
8304
  /* Excluded from this release type: getClient */
8304
8305
  initManager: () => Promise<void>;
package/out/mock.d.ts CHANGED
@@ -8564,6 +8564,7 @@ declare class LayoutManager {
8564
8564
  private showViewsOnTabDrag?;
8565
8565
  private dropzonePreview?;
8566
8566
  private lastItemDestroyed?;
8567
+ private viewsSubscribedTo;
8567
8568
  constructor(splitterController: SplitterController, tabDragController: TabDragController, layoutContentCache: LayoutContentCache);
8568
8569
  /**
8569
8570
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "34.78.23",
3
+ "version": "34.78.25",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "main": "out/mock.js",