@openfin/core 34.78.27 → 34.78.29
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 -1
- package/out/mock-beta.d.ts +1 -1
- package/out/mock-public.d.ts +1 -1
- package/out/mock.d.ts +1 -1
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -8314,7 +8314,7 @@ declare class LayoutManager {
|
|
|
8314
8314
|
private setupWindowListeners;
|
|
8315
8315
|
private setupResizeObservers;
|
|
8316
8316
|
/**
|
|
8317
|
-
* Shows/hides a view depending on use case
|
|
8317
|
+
* Shows/hides a view depending on use case (used by browser)
|
|
8318
8318
|
* @ignore
|
|
8319
8319
|
*/
|
|
8320
8320
|
private updateViewVisibility;
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -8314,7 +8314,7 @@ declare class LayoutManager {
|
|
|
8314
8314
|
private setupWindowListeners;
|
|
8315
8315
|
private setupResizeObservers;
|
|
8316
8316
|
/**
|
|
8317
|
-
* Shows/hides a view depending on use case
|
|
8317
|
+
* Shows/hides a view depending on use case (used by browser)
|
|
8318
8318
|
* @ignore
|
|
8319
8319
|
*/
|
|
8320
8320
|
private updateViewVisibility;
|
package/out/mock-public.d.ts
CHANGED
|
@@ -8314,7 +8314,7 @@ declare class LayoutManager {
|
|
|
8314
8314
|
private setupWindowListeners;
|
|
8315
8315
|
private setupResizeObservers;
|
|
8316
8316
|
/**
|
|
8317
|
-
* Shows/hides a view depending on use case
|
|
8317
|
+
* Shows/hides a view depending on use case (used by browser)
|
|
8318
8318
|
* @ignore
|
|
8319
8319
|
*/
|
|
8320
8320
|
private updateViewVisibility;
|
package/out/mock.d.ts
CHANGED
|
@@ -8583,7 +8583,7 @@ declare class LayoutManager {
|
|
|
8583
8583
|
private setupWindowListeners;
|
|
8584
8584
|
private setupResizeObservers;
|
|
8585
8585
|
/**
|
|
8586
|
-
* Shows/hides a view depending on use case
|
|
8586
|
+
* Shows/hides a view depending on use case (used by browser)
|
|
8587
8587
|
* @ignore
|
|
8588
8588
|
*/
|
|
8589
8589
|
private updateViewVisibility;
|