@openfin/core 38.81.51 → 38.82.52

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.
@@ -3480,6 +3480,16 @@ declare type ConstWindowOptions = {
3480
3480
  * Default is white.
3481
3481
  */
3482
3482
  backgroundColor: string;
3483
+ /**
3484
+ * @defaultValue false
3485
+ *
3486
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3487
+ * This also affects the Page Visibility API.
3488
+ *
3489
+ * When `true`, the page is throttled whether it is hidden or not.
3490
+ *
3491
+ */
3492
+ backgroundThrottling: boolean;
3483
3493
  /**
3484
3494
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3485
3495
  */
@@ -15144,7 +15154,6 @@ declare interface ViewsPreventingUnloadPayload {
15144
15154
  * @interface
15145
15155
  */
15146
15156
  declare type ViewState = ViewCreationOptions & {
15147
- backgroundThrottling: boolean;
15148
15157
  componentName: 'view';
15149
15158
  initialUrl: string;
15150
15159
  minWidth?: number;
@@ -3480,6 +3480,16 @@ declare type ConstWindowOptions = {
3480
3480
  * Default is white.
3481
3481
  */
3482
3482
  backgroundColor: string;
3483
+ /**
3484
+ * @defaultValue false
3485
+ *
3486
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3487
+ * This also affects the Page Visibility API.
3488
+ *
3489
+ * When `true`, the page is throttled whether it is hidden or not.
3490
+ *
3491
+ */
3492
+ backgroundThrottling: boolean;
3483
3493
  /**
3484
3494
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3485
3495
  */
@@ -15144,7 +15154,6 @@ declare interface ViewsPreventingUnloadPayload {
15144
15154
  * @interface
15145
15155
  */
15146
15156
  declare type ViewState = ViewCreationOptions & {
15147
- backgroundThrottling: boolean;
15148
15157
  componentName: 'view';
15149
15158
  initialUrl: string;
15150
15159
  minWidth?: number;
@@ -3480,6 +3480,16 @@ declare type ConstWindowOptions = {
3480
3480
  * Default is white.
3481
3481
  */
3482
3482
  backgroundColor: string;
3483
+ /**
3484
+ * @defaultValue false
3485
+ *
3486
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3487
+ * This also affects the Page Visibility API.
3488
+ *
3489
+ * When `true`, the page is throttled whether it is hidden or not.
3490
+ *
3491
+ */
3492
+ backgroundThrottling: boolean;
3483
3493
  /**
3484
3494
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3485
3495
  */
@@ -15144,7 +15154,6 @@ declare interface ViewsPreventingUnloadPayload {
15144
15154
  * @interface
15145
15155
  */
15146
15156
  declare type ViewState = ViewCreationOptions & {
15147
- backgroundThrottling: boolean;
15148
15157
  componentName: 'view';
15149
15158
  initialUrl: string;
15150
15159
  minWidth?: number;
package/out/mock.d.ts CHANGED
@@ -3539,6 +3539,16 @@ declare type ConstWindowOptions = {
3539
3539
  * Default is white.
3540
3540
  */
3541
3541
  backgroundColor: string;
3542
+ /**
3543
+ * @defaultValue false
3544
+ *
3545
+ * Determines whether WebContents will throttle animations and timers when the page becomes backgrounded.
3546
+ * This also affects the Page Visibility API.
3547
+ *
3548
+ * When `true`, the page is throttled whether it is hidden or not.
3549
+ *
3550
+ */
3551
+ backgroundThrottling: boolean;
3542
3552
  /**
3543
3553
  * Configures how new content (e,g, from `window.open` or a link) is opened.
3544
3554
  */
@@ -15587,7 +15597,6 @@ declare interface ViewsPreventingUnloadPayload {
15587
15597
  * @interface
15588
15598
  */
15589
15599
  declare type ViewState = ViewCreationOptions & {
15590
- backgroundThrottling: boolean;
15591
15600
  componentName: 'view';
15592
15601
  initialUrl: string;
15593
15602
  minWidth?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "38.81.51",
3
+ "version": "38.82.52",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",