@openfin/core 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.
@@ -11626,9 +11626,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
11626
11626
  'get-view-options': IdentityCall<{}, OpenFin_2.ViewOptions>;
11627
11627
  'hide-view': IdentityCall;
11628
11628
  'show-view': IdentityCall;
11629
- 'show-view-at': IdentityCall<{
11630
- bounds: OpenFin_2.Bounds;
11631
- }>;
11632
11629
  'update-view-options': IdentityCall<{
11633
11630
  options: OpenFin_2.UpdatableViewOptions;
11634
11631
  }>;
@@ -15151,13 +15148,6 @@ declare class View_2 extends WebContents<OpenFin_2.ViewEvent> {
15151
15148
  * @experimental
15152
15149
  */
15153
15150
  show: () => Promise<void>;
15154
- /**
15155
- * Shows the views at the given bounds.
15156
- * If the view is hidden, showAt behaves like calling both setBounds and show.
15157
- * If the view is visible, showAt behaves like calling setBounds.
15158
- * @experimental
15159
- */
15160
- showAt: (bounds: OpenFin_2.Bounds) => Promise<void>;
15161
15151
  /**
15162
15152
  * Hides the current view if it is currently visible.
15163
15153
  *
@@ -11626,9 +11626,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
11626
11626
  'get-view-options': IdentityCall<{}, OpenFin_2.ViewOptions>;
11627
11627
  'hide-view': IdentityCall;
11628
11628
  'show-view': IdentityCall;
11629
- 'show-view-at': IdentityCall<{
11630
- bounds: OpenFin_2.Bounds;
11631
- }>;
11632
11629
  'update-view-options': IdentityCall<{
11633
11630
  options: OpenFin_2.UpdatableViewOptions;
11634
11631
  }>;
@@ -15151,13 +15148,6 @@ declare class View_2 extends WebContents<OpenFin_2.ViewEvent> {
15151
15148
  * @experimental
15152
15149
  */
15153
15150
  show: () => Promise<void>;
15154
- /**
15155
- * Shows the views at the given bounds.
15156
- * If the view is hidden, showAt behaves like calling both setBounds and show.
15157
- * If the view is visible, showAt behaves like calling setBounds.
15158
- * @experimental
15159
- */
15160
- showAt: (bounds: OpenFin_2.Bounds) => Promise<void>;
15161
15151
  /**
15162
15152
  * Hides the current view if it is currently visible.
15163
15153
  *
@@ -11626,9 +11626,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
11626
11626
  'get-view-options': IdentityCall<{}, OpenFin_2.ViewOptions>;
11627
11627
  'hide-view': IdentityCall;
11628
11628
  'show-view': IdentityCall;
11629
- 'show-view-at': IdentityCall<{
11630
- bounds: OpenFin_2.Bounds;
11631
- }>;
11632
11629
  'update-view-options': IdentityCall<{
11633
11630
  options: OpenFin_2.UpdatableViewOptions;
11634
11631
  }>;
@@ -15151,13 +15148,6 @@ declare class View_2 extends WebContents<OpenFin_2.ViewEvent> {
15151
15148
  * @experimental
15152
15149
  */
15153
15150
  show: () => Promise<void>;
15154
- /**
15155
- * Shows the views at the given bounds.
15156
- * If the view is hidden, showAt behaves like calling both setBounds and show.
15157
- * If the view is visible, showAt behaves like calling setBounds.
15158
- * @experimental
15159
- */
15160
- showAt: (bounds: OpenFin_2.Bounds) => Promise<void>;
15161
15151
  /**
15162
15152
  * Hides the current view if it is currently visible.
15163
15153
  *
package/out/mock.d.ts CHANGED
@@ -12132,9 +12132,6 @@ declare interface ProtocolMap extends ProtocolMapBase {
12132
12132
  'get-view-options': IdentityCall<{}, OpenFin_2.ViewOptions>;
12133
12133
  'hide-view': IdentityCall;
12134
12134
  'show-view': IdentityCall;
12135
- 'show-view-at': IdentityCall<{
12136
- bounds: OpenFin_2.Bounds;
12137
- }>;
12138
12135
  'update-view-options': IdentityCall<{
12139
12136
  options: OpenFin_2.UpdatableViewOptions;
12140
12137
  }>;
@@ -15723,13 +15720,6 @@ declare class View_2 extends WebContents<OpenFin_2.ViewEvent> {
15723
15720
  * @experimental
15724
15721
  */
15725
15722
  show: () => Promise<void>;
15726
- /**
15727
- * Shows the views at the given bounds.
15728
- * If the view is hidden, showAt behaves like calling both setBounds and show.
15729
- * If the view is visible, showAt behaves like calling setBounds.
15730
- * @experimental
15731
- */
15732
- showAt: (bounds: OpenFin_2.Bounds) => Promise<void>;
15733
15723
  /**
15734
15724
  * Hides the current view if it is currently visible.
15735
15725
  *
package/out/mock.js CHANGED
@@ -2982,15 +2982,6 @@ function requireInstance$2 () {
2982
2982
  this.show = async () => {
2983
2983
  await this.wire.sendAction('show-view', { ...this.identity });
2984
2984
  };
2985
- /**
2986
- * Shows the views at the given bounds.
2987
- * If the view is hidden, showAt behaves like calling both setBounds and show.
2988
- * If the view is visible, showAt behaves like calling setBounds.
2989
- * @experimental
2990
- */
2991
- this.showAt = async (bounds) => {
2992
- await this.wire.sendAction('show-view-at', { bounds, ...this.identity });
2993
- };
2994
2985
  /**
2995
2986
  * Hides the current view if it is currently visible.
2996
2987
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "34.78.26",
3
+ "version": "34.78.28",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "main": "out/mock.js",