@openfin/fdc3-api 42.100.72 → 42.100.74

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.
@@ -1929,7 +1929,22 @@ declare type BoundsDidChangeEvent = BoundsChangeEvent & {
1929
1929
  reason: 'self' | 'animation';
1930
1930
  };
1931
1931
 
1932
- declare type BoundsEvent = BaseEvent_5 & OpenFin.Bounds;
1932
+ declare type BoundsEvent = BaseEvent_5 & OpenFin.WindowBounds;
1933
+
1934
+ declare type BoundsType =
1935
+ /**
1936
+ * Bounds specify the size and location of the entire window, including OS border styling.
1937
+ */
1938
+ 'window'
1939
+ /**
1940
+ * Bounds specify the size and location of the window's DOM content, excluding OS border styling.
1941
+ */
1942
+ | 'content'
1943
+ /**
1944
+ * Origin parameters (top, left) specify the location of the window origin, including OS border styling.
1945
+ * Size parameters bounds (width, height) specify the size of the window's DOM content, excluding OS border styling.
1946
+ */
1947
+ | 'window-origin-content-size';
1933
1948
 
1934
1949
  /**
1935
1950
  * Opens matched URLs in the browser.
@@ -10162,6 +10177,7 @@ declare namespace OpenFin {
10162
10177
  Me,
10163
10178
  CapturePageOptions,
10164
10179
  ProcessLoggingOptions,
10180
+ BoundsType,
10165
10181
  PositioningOptions,
10166
10182
  ChannelClientConnectionListener,
10167
10183
  ChannelClientDisconnectionListener,
@@ -12062,6 +12078,7 @@ declare type PositioningOptions = {
12062
12078
  * This will have the effect of the maximized window staying maximized and not immediately taking this new position.
12063
12079
  */
12064
12080
  skipRestore?: boolean;
12081
+ boundsType?: BoundsType;
12065
12082
  };
12066
12083
 
12067
12084
  /**
@@ -19225,6 +19242,10 @@ declare type WindowAlertRequestedEvent = BaseEvent_3 & {
19225
19242
  declare type WindowBounds = Bounds & {
19226
19243
  bottom: number;
19227
19244
  right: number;
19245
+ /**
19246
+ * The bounds for the window's web content, excluding any OS border
19247
+ */
19248
+ content: Bounds;
19228
19249
  };
19229
19250
 
19230
19251
  /**
@@ -1929,7 +1929,22 @@ declare type BoundsDidChangeEvent = BoundsChangeEvent & {
1929
1929
  reason: 'self' | 'animation';
1930
1930
  };
1931
1931
 
1932
- declare type BoundsEvent = BaseEvent_5 & OpenFin.Bounds;
1932
+ declare type BoundsEvent = BaseEvent_5 & OpenFin.WindowBounds;
1933
+
1934
+ declare type BoundsType =
1935
+ /**
1936
+ * Bounds specify the size and location of the entire window, including OS border styling.
1937
+ */
1938
+ 'window'
1939
+ /**
1940
+ * Bounds specify the size and location of the window's DOM content, excluding OS border styling.
1941
+ */
1942
+ | 'content'
1943
+ /**
1944
+ * Origin parameters (top, left) specify the location of the window origin, including OS border styling.
1945
+ * Size parameters bounds (width, height) specify the size of the window's DOM content, excluding OS border styling.
1946
+ */
1947
+ | 'window-origin-content-size';
1933
1948
 
1934
1949
  /**
1935
1950
  * Opens matched URLs in the browser.
@@ -10162,6 +10177,7 @@ declare namespace OpenFin {
10162
10177
  Me,
10163
10178
  CapturePageOptions,
10164
10179
  ProcessLoggingOptions,
10180
+ BoundsType,
10165
10181
  PositioningOptions,
10166
10182
  ChannelClientConnectionListener,
10167
10183
  ChannelClientDisconnectionListener,
@@ -12062,6 +12078,7 @@ declare type PositioningOptions = {
12062
12078
  * This will have the effect of the maximized window staying maximized and not immediately taking this new position.
12063
12079
  */
12064
12080
  skipRestore?: boolean;
12081
+ boundsType?: BoundsType;
12065
12082
  };
12066
12083
 
12067
12084
  /**
@@ -19225,6 +19242,10 @@ declare type WindowAlertRequestedEvent = BaseEvent_3 & {
19225
19242
  declare type WindowBounds = Bounds & {
19226
19243
  bottom: number;
19227
19244
  right: number;
19245
+ /**
19246
+ * The bounds for the window's web content, excluding any OS border
19247
+ */
19248
+ content: Bounds;
19228
19249
  };
19229
19250
 
19230
19251
  /**
@@ -1929,7 +1929,22 @@ declare type BoundsDidChangeEvent = BoundsChangeEvent & {
1929
1929
  reason: 'self' | 'animation';
1930
1930
  };
1931
1931
 
1932
- declare type BoundsEvent = BaseEvent_5 & OpenFin.Bounds;
1932
+ declare type BoundsEvent = BaseEvent_5 & OpenFin.WindowBounds;
1933
+
1934
+ declare type BoundsType =
1935
+ /**
1936
+ * Bounds specify the size and location of the entire window, including OS border styling.
1937
+ */
1938
+ 'window'
1939
+ /**
1940
+ * Bounds specify the size and location of the window's DOM content, excluding OS border styling.
1941
+ */
1942
+ | 'content'
1943
+ /**
1944
+ * Origin parameters (top, left) specify the location of the window origin, including OS border styling.
1945
+ * Size parameters bounds (width, height) specify the size of the window's DOM content, excluding OS border styling.
1946
+ */
1947
+ | 'window-origin-content-size';
1933
1948
 
1934
1949
  /**
1935
1950
  * Opens matched URLs in the browser.
@@ -10162,6 +10177,7 @@ declare namespace OpenFin {
10162
10177
  Me,
10163
10178
  CapturePageOptions,
10164
10179
  ProcessLoggingOptions,
10180
+ BoundsType,
10165
10181
  PositioningOptions,
10166
10182
  ChannelClientConnectionListener,
10167
10183
  ChannelClientDisconnectionListener,
@@ -12062,6 +12078,7 @@ declare type PositioningOptions = {
12062
12078
  * This will have the effect of the maximized window staying maximized and not immediately taking this new position.
12063
12079
  */
12064
12080
  skipRestore?: boolean;
12081
+ boundsType?: BoundsType;
12065
12082
  };
12066
12083
 
12067
12084
  /**
@@ -19225,6 +19242,10 @@ declare type WindowAlertRequestedEvent = BaseEvent_3 & {
19225
19242
  declare type WindowBounds = Bounds & {
19226
19243
  bottom: number;
19227
19244
  right: number;
19245
+ /**
19246
+ * The bounds for the window's web content, excluding any OS border
19247
+ */
19248
+ content: Bounds;
19228
19249
  };
19229
19250
 
19230
19251
  /**
package/out/fdc3-api.d.ts CHANGED
@@ -1961,7 +1961,22 @@ declare type BoundsDidChangeEvent = BoundsChangeEvent & {
1961
1961
  reason: 'self' | 'animation';
1962
1962
  };
1963
1963
 
1964
- declare type BoundsEvent = BaseEvent_5 & OpenFin.Bounds;
1964
+ declare type BoundsEvent = BaseEvent_5 & OpenFin.WindowBounds;
1965
+
1966
+ declare type BoundsType =
1967
+ /**
1968
+ * Bounds specify the size and location of the entire window, including OS border styling.
1969
+ */
1970
+ 'window'
1971
+ /**
1972
+ * Bounds specify the size and location of the window's DOM content, excluding OS border styling.
1973
+ */
1974
+ | 'content'
1975
+ /**
1976
+ * Origin parameters (top, left) specify the location of the window origin, including OS border styling.
1977
+ * Size parameters bounds (width, height) specify the size of the window's DOM content, excluding OS border styling.
1978
+ */
1979
+ | 'window-origin-content-size';
1965
1980
 
1966
1981
  /**
1967
1982
  * Opens matched URLs in the browser.
@@ -10480,6 +10495,7 @@ declare namespace OpenFin {
10480
10495
  Me,
10481
10496
  CapturePageOptions,
10482
10497
  ProcessLoggingOptions,
10498
+ BoundsType,
10483
10499
  PositioningOptions,
10484
10500
  ChannelClientConnectionListener,
10485
10501
  ChannelClientDisconnectionListener,
@@ -12463,6 +12479,7 @@ declare type PositioningOptions = {
12463
12479
  * This will have the effect of the maximized window staying maximized and not immediately taking this new position.
12464
12480
  */
12465
12481
  skipRestore?: boolean;
12482
+ boundsType?: BoundsType;
12466
12483
  };
12467
12484
 
12468
12485
  /**
@@ -19679,6 +19696,10 @@ declare type WindowAlertRequestedEvent = BaseEvent_3 & {
19679
19696
  declare type WindowBounds = Bounds & {
19680
19697
  bottom: number;
19681
19698
  right: number;
19699
+ /**
19700
+ * The bounds for the window's web content, excluding any OS border
19701
+ */
19702
+ content: Bounds;
19682
19703
  };
19683
19704
 
19684
19705
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.72",
3
+ "version": "42.100.74",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,