@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.
- package/out/mock-alpha.d.ts +1 -0
- package/out/mock-beta.d.ts +1 -0
- package/out/mock-public.d.ts +1 -0
- package/out/mock.d.ts +1 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -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-beta.d.ts
CHANGED
|
@@ -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-public.d.ts
CHANGED
|
@@ -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
|