@openfin/node-adapter 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.
@@ -8324,7 +8324,7 @@ declare class LayoutManager {
|
|
8324
8324
|
private setupWindowListeners;
|
8325
8325
|
private setupResizeObservers;
|
8326
8326
|
/**
|
8327
|
-
* Shows/hides a view depending on use case
|
8327
|
+
* Shows/hides a view depending on use case (used by browser)
|
8328
8328
|
* @ignore
|
8329
8329
|
*/
|
8330
8330
|
private updateViewVisibility;
|
@@ -8324,7 +8324,7 @@ declare class LayoutManager {
|
|
8324
8324
|
private setupWindowListeners;
|
8325
8325
|
private setupResizeObservers;
|
8326
8326
|
/**
|
8327
|
-
* Shows/hides a view depending on use case
|
8327
|
+
* Shows/hides a view depending on use case (used by browser)
|
8328
8328
|
* @ignore
|
8329
8329
|
*/
|
8330
8330
|
private updateViewVisibility;
|
@@ -8324,7 +8324,7 @@ declare class LayoutManager {
|
|
8324
8324
|
private setupWindowListeners;
|
8325
8325
|
private setupResizeObservers;
|
8326
8326
|
/**
|
8327
|
-
* Shows/hides a view depending on use case
|
8327
|
+
* Shows/hides a view depending on use case (used by browser)
|
8328
8328
|
* @ignore
|
8329
8329
|
*/
|
8330
8330
|
private updateViewVisibility;
|
package/out/node-adapter.d.ts
CHANGED
@@ -8615,7 +8615,7 @@ declare class LayoutManager {
|
|
8615
8615
|
private setupWindowListeners;
|
8616
8616
|
private setupResizeObservers;
|
8617
8617
|
/**
|
8618
|
-
* Shows/hides a view depending on use case
|
8618
|
+
* Shows/hides a view depending on use case (used by browser)
|
8619
8619
|
* @ignore
|
8620
8620
|
*/
|
8621
8621
|
private updateViewVisibility;
|