@openfin/fdc3-api 39.81.18 → 39.82.1

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.
@@ -3474,6 +3474,16 @@ declare type ConstWindowOptions = {
3474
3474
  * Default is white.
3475
3475
  */
3476
3476
  backgroundColor: string;
3477
+ /**
3478
+ * @defaultValue false
3479
+ *
3480
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3481
+ * This also affects the Page Visibility API.
3482
+ *
3483
+ * When `true`, the page is throttled whether it is hidden or not.
3484
+ *
3485
+ */
3486
+ backgroundThrottling: boolean;
3477
3487
  /**
3478
3488
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3479
3489
  */
@@ -15594,7 +15604,6 @@ declare interface ViewsPreventingUnloadPayload {
15594
15604
  * @interface
15595
15605
  */
15596
15606
  declare type ViewState = ViewCreationOptions & {
15597
- backgroundThrottling: boolean;
15598
15607
  componentName: 'view';
15599
15608
  initialUrl: string;
15600
15609
  minWidth?: number;
@@ -3474,6 +3474,16 @@ declare type ConstWindowOptions = {
3474
3474
  * Default is white.
3475
3475
  */
3476
3476
  backgroundColor: string;
3477
+ /**
3478
+ * @defaultValue false
3479
+ *
3480
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3481
+ * This also affects the Page Visibility API.
3482
+ *
3483
+ * When `true`, the page is throttled whether it is hidden or not.
3484
+ *
3485
+ */
3486
+ backgroundThrottling: boolean;
3477
3487
  /**
3478
3488
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3479
3489
  */
@@ -15594,7 +15604,6 @@ declare interface ViewsPreventingUnloadPayload {
15594
15604
  * @interface
15595
15605
  */
15596
15606
  declare type ViewState = ViewCreationOptions & {
15597
- backgroundThrottling: boolean;
15598
15607
  componentName: 'view';
15599
15608
  initialUrl: string;
15600
15609
  minWidth?: number;
@@ -3474,6 +3474,16 @@ declare type ConstWindowOptions = {
3474
3474
  * Default is white.
3475
3475
  */
3476
3476
  backgroundColor: string;
3477
+ /**
3478
+ * @defaultValue false
3479
+ *
3480
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3481
+ * This also affects the Page Visibility API.
3482
+ *
3483
+ * When `true`, the page is throttled whether it is hidden or not.
3484
+ *
3485
+ */
3486
+ backgroundThrottling: boolean;
3477
3487
  /**
3478
3488
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3479
3489
  */
@@ -15594,7 +15604,6 @@ declare interface ViewsPreventingUnloadPayload {
15594
15604
  * @interface
15595
15605
  */
15596
15606
  declare type ViewState = ViewCreationOptions & {
15597
- backgroundThrottling: boolean;
15598
15607
  componentName: 'view';
15599
15608
  initialUrl: string;
15600
15609
  minWidth?: number;
package/out/fdc3-api.d.ts CHANGED
@@ -3533,6 +3533,16 @@ declare type ConstWindowOptions = {
3533
3533
  * Default is white.
3534
3534
  */
3535
3535
  backgroundColor: string;
3536
+ /**
3537
+ * @defaultValue false
3538
+ *
3539
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3540
+ * This also affects the Page Visibility API.
3541
+ *
3542
+ * When `true`, the page is throttled whether it is hidden or not.
3543
+ *
3544
+ */
3545
+ backgroundThrottling: boolean;
3536
3546
  /**
3537
3547
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3538
3548
  */
@@ -16037,7 +16047,6 @@ declare interface ViewsPreventingUnloadPayload {
16037
16047
  * @interface
16038
16048
  */
16039
16049
  declare type ViewState = ViewCreationOptions & {
16040
- backgroundThrottling: boolean;
16041
16050
  componentName: 'view';
16042
16051
  initialUrl: string;
16043
16052
  minWidth?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "39.81.18",
3
+ "version": "39.82.1",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,