@openfin/node-adapter 34.78.26 → 34.78.28
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.
@@ -11636,9 +11636,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
11636
11636
|
'get-view-options': IdentityCall<{}, OpenFin.ViewOptions>;
|
11637
11637
|
'hide-view': IdentityCall;
|
11638
11638
|
'show-view': IdentityCall;
|
11639
|
-
'show-view-at': IdentityCall<{
|
11640
|
-
bounds: OpenFin.Bounds;
|
11641
|
-
}>;
|
11642
11639
|
'update-view-options': IdentityCall<{
|
11643
11640
|
options: OpenFin.UpdatableViewOptions;
|
11644
11641
|
}>;
|
@@ -15161,13 +15158,6 @@ declare class View_2 extends WebContents<OpenFin.ViewEvent> {
|
|
15161
15158
|
* @experimental
|
15162
15159
|
*/
|
15163
15160
|
show: () => Promise<void>;
|
15164
|
-
/**
|
15165
|
-
* Shows the views at the given bounds.
|
15166
|
-
* If the view is hidden, showAt behaves like calling both setBounds and show.
|
15167
|
-
* If the view is visible, showAt behaves like calling setBounds.
|
15168
|
-
* @experimental
|
15169
|
-
*/
|
15170
|
-
showAt: (bounds: OpenFin.Bounds) => Promise<void>;
|
15171
15161
|
/**
|
15172
15162
|
* Hides the current view if it is currently visible.
|
15173
15163
|
*
|
@@ -11636,9 +11636,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
11636
11636
|
'get-view-options': IdentityCall<{}, OpenFin.ViewOptions>;
|
11637
11637
|
'hide-view': IdentityCall;
|
11638
11638
|
'show-view': IdentityCall;
|
11639
|
-
'show-view-at': IdentityCall<{
|
11640
|
-
bounds: OpenFin.Bounds;
|
11641
|
-
}>;
|
11642
11639
|
'update-view-options': IdentityCall<{
|
11643
11640
|
options: OpenFin.UpdatableViewOptions;
|
11644
11641
|
}>;
|
@@ -15161,13 +15158,6 @@ declare class View_2 extends WebContents<OpenFin.ViewEvent> {
|
|
15161
15158
|
* @experimental
|
15162
15159
|
*/
|
15163
15160
|
show: () => Promise<void>;
|
15164
|
-
/**
|
15165
|
-
* Shows the views at the given bounds.
|
15166
|
-
* If the view is hidden, showAt behaves like calling both setBounds and show.
|
15167
|
-
* If the view is visible, showAt behaves like calling setBounds.
|
15168
|
-
* @experimental
|
15169
|
-
*/
|
15170
|
-
showAt: (bounds: OpenFin.Bounds) => Promise<void>;
|
15171
15161
|
/**
|
15172
15162
|
* Hides the current view if it is currently visible.
|
15173
15163
|
*
|
@@ -11636,9 +11636,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
11636
11636
|
'get-view-options': IdentityCall<{}, OpenFin.ViewOptions>;
|
11637
11637
|
'hide-view': IdentityCall;
|
11638
11638
|
'show-view': IdentityCall;
|
11639
|
-
'show-view-at': IdentityCall<{
|
11640
|
-
bounds: OpenFin.Bounds;
|
11641
|
-
}>;
|
11642
11639
|
'update-view-options': IdentityCall<{
|
11643
11640
|
options: OpenFin.UpdatableViewOptions;
|
11644
11641
|
}>;
|
@@ -15161,13 +15158,6 @@ declare class View_2 extends WebContents<OpenFin.ViewEvent> {
|
|
15161
15158
|
* @experimental
|
15162
15159
|
*/
|
15163
15160
|
show: () => Promise<void>;
|
15164
|
-
/**
|
15165
|
-
* Shows the views at the given bounds.
|
15166
|
-
* If the view is hidden, showAt behaves like calling both setBounds and show.
|
15167
|
-
* If the view is visible, showAt behaves like calling setBounds.
|
15168
|
-
* @experimental
|
15169
|
-
*/
|
15170
|
-
showAt: (bounds: OpenFin.Bounds) => Promise<void>;
|
15171
15161
|
/**
|
15172
15162
|
* Hides the current view if it is currently visible.
|
15173
15163
|
*
|
package/out/node-adapter.d.ts
CHANGED
@@ -12164,9 +12164,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
12164
12164
|
'get-view-options': IdentityCall<{}, OpenFin.ViewOptions>;
|
12165
12165
|
'hide-view': IdentityCall;
|
12166
12166
|
'show-view': IdentityCall;
|
12167
|
-
'show-view-at': IdentityCall<{
|
12168
|
-
bounds: OpenFin.Bounds;
|
12169
|
-
}>;
|
12170
12167
|
'update-view-options': IdentityCall<{
|
12171
12168
|
options: OpenFin.UpdatableViewOptions;
|
12172
12169
|
}>;
|
@@ -15755,13 +15752,6 @@ declare class View_2 extends WebContents<OpenFin.ViewEvent> {
|
|
15755
15752
|
* @experimental
|
15756
15753
|
*/
|
15757
15754
|
show: () => Promise<void>;
|
15758
|
-
/**
|
15759
|
-
* Shows the views at the given bounds.
|
15760
|
-
* If the view is hidden, showAt behaves like calling both setBounds and show.
|
15761
|
-
* If the view is visible, showAt behaves like calling setBounds.
|
15762
|
-
* @experimental
|
15763
|
-
*/
|
15764
|
-
showAt: (bounds: OpenFin.Bounds) => Promise<void>;
|
15765
15755
|
/**
|
15766
15756
|
* Hides the current view if it is currently visible.
|
15767
15757
|
*
|
package/out/node-adapter.js
CHANGED
@@ -2768,15 +2768,6 @@ function requireInstance$2 () {
|
|
2768
2768
|
this.show = async () => {
|
2769
2769
|
await this.wire.sendAction('show-view', { ...this.identity });
|
2770
2770
|
};
|
2771
|
-
/**
|
2772
|
-
* Shows the views at the given bounds.
|
2773
|
-
* If the view is hidden, showAt behaves like calling both setBounds and show.
|
2774
|
-
* If the view is visible, showAt behaves like calling setBounds.
|
2775
|
-
* @experimental
|
2776
|
-
*/
|
2777
|
-
this.showAt = async (bounds) => {
|
2778
|
-
await this.wire.sendAction('show-view-at', { bounds, ...this.identity });
|
2779
|
-
};
|
2780
2771
|
/**
|
2781
2772
|
* Hides the current view if it is currently visible.
|
2782
2773
|
*
|