@openfin/fdc3-api 43.100.49 → 43.100.51

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.
@@ -3505,6 +3505,15 @@ declare type ConstViewOptions = {
3505
3505
  * Custom headers for requests sent by the view.
3506
3506
  */
3507
3507
  customRequestHeaders: CustomRequestHeaders[];
3508
+ /**
3509
+ * @experimental
3510
+ *
3511
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the view.
3512
+ * These css properties are used to enable dragging of a frameless window.
3513
+ *
3514
+ * @default false
3515
+ */
3516
+ disableAppRegion: boolean;
3508
3517
  /**
3509
3518
  * Initial bounds given relative to the window.
3510
3519
  */
@@ -3662,6 +3671,15 @@ declare type ConstWindowOptions = {
3662
3671
  * @default true
3663
3672
  */
3664
3673
  closeOnLastViewRemoved: boolean;
3674
+ /**
3675
+ * @experimental
3676
+ *
3677
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the window.
3678
+ * These css properties are used to enable dragging of a frameless window.
3679
+ *
3680
+ * @default false
3681
+ */
3682
+ disableAppRegion: boolean;
3665
3683
  /**
3666
3684
  * When `closeOnLastViewRemoved` is set to true, determines which views prevent closing the window.
3667
3685
  * Defaults to `all`. You may want to switch this to `layout` if using View closeBehavior: 'hide'.
@@ -9498,7 +9516,7 @@ declare type MutableWindowOptions = {
9498
9516
  * Turns anything of matching RGB value transparent.
9499
9517
  *
9500
9518
  * Caveats:
9501
- * * runtime key --disable-gpu is required. Note: Unclear behavior on remote Desktop support
9519
+ * * Runtime flags --disable-gpu and --allow-unsafe-compositing are required. Note: Unclear behavior on remote Desktop support
9502
9520
  * * User cannot click-through transparent regions
9503
9521
  * * Not supported on Mac
9504
9522
  * * Windows Aero must be enabled
@@ -9701,6 +9719,7 @@ declare type MutableWindowOptions = {
9701
9719
  * A flag that specifies how transparent the window will be.
9702
9720
  * Changing opacity doesn't work on Windows 7 without Aero so setting this value will have no effect there.
9703
9721
  * This value is clamped between `0.0` and `1.0`.
9722
+ * In software composition mode, the runtime flag --allow-unsafe-compositing is required.
9704
9723
  *
9705
9724
  * @default 1
9706
9725
  */
@@ -3505,6 +3505,15 @@ declare type ConstViewOptions = {
3505
3505
  * Custom headers for requests sent by the view.
3506
3506
  */
3507
3507
  customRequestHeaders: CustomRequestHeaders[];
3508
+ /**
3509
+ * @experimental
3510
+ *
3511
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the view.
3512
+ * These css properties are used to enable dragging of a frameless window.
3513
+ *
3514
+ * @default false
3515
+ */
3516
+ disableAppRegion: boolean;
3508
3517
  /**
3509
3518
  * Initial bounds given relative to the window.
3510
3519
  */
@@ -3662,6 +3671,15 @@ declare type ConstWindowOptions = {
3662
3671
  * @default true
3663
3672
  */
3664
3673
  closeOnLastViewRemoved: boolean;
3674
+ /**
3675
+ * @experimental
3676
+ *
3677
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the window.
3678
+ * These css properties are used to enable dragging of a frameless window.
3679
+ *
3680
+ * @default false
3681
+ */
3682
+ disableAppRegion: boolean;
3665
3683
  /**
3666
3684
  * When `closeOnLastViewRemoved` is set to true, determines which views prevent closing the window.
3667
3685
  * Defaults to `all`. You may want to switch this to `layout` if using View closeBehavior: 'hide'.
@@ -9498,7 +9516,7 @@ declare type MutableWindowOptions = {
9498
9516
  * Turns anything of matching RGB value transparent.
9499
9517
  *
9500
9518
  * Caveats:
9501
- * * runtime key --disable-gpu is required. Note: Unclear behavior on remote Desktop support
9519
+ * * Runtime flags --disable-gpu and --allow-unsafe-compositing are required. Note: Unclear behavior on remote Desktop support
9502
9520
  * * User cannot click-through transparent regions
9503
9521
  * * Not supported on Mac
9504
9522
  * * Windows Aero must be enabled
@@ -9701,6 +9719,7 @@ declare type MutableWindowOptions = {
9701
9719
  * A flag that specifies how transparent the window will be.
9702
9720
  * Changing opacity doesn't work on Windows 7 without Aero so setting this value will have no effect there.
9703
9721
  * This value is clamped between `0.0` and `1.0`.
9722
+ * In software composition mode, the runtime flag --allow-unsafe-compositing is required.
9704
9723
  *
9705
9724
  * @default 1
9706
9725
  */
@@ -3505,6 +3505,15 @@ declare type ConstViewOptions = {
3505
3505
  * Custom headers for requests sent by the view.
3506
3506
  */
3507
3507
  customRequestHeaders: CustomRequestHeaders[];
3508
+ /**
3509
+ * @experimental
3510
+ *
3511
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the view.
3512
+ * These css properties are used to enable dragging of a frameless window.
3513
+ *
3514
+ * @default false
3515
+ */
3516
+ disableAppRegion: boolean;
3508
3517
  /**
3509
3518
  * Initial bounds given relative to the window.
3510
3519
  */
@@ -3662,6 +3671,15 @@ declare type ConstWindowOptions = {
3662
3671
  * @default true
3663
3672
  */
3664
3673
  closeOnLastViewRemoved: boolean;
3674
+ /**
3675
+ * @experimental
3676
+ *
3677
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the window.
3678
+ * These css properties are used to enable dragging of a frameless window.
3679
+ *
3680
+ * @default false
3681
+ */
3682
+ disableAppRegion: boolean;
3665
3683
  /**
3666
3684
  * When `closeOnLastViewRemoved` is set to true, determines which views prevent closing the window.
3667
3685
  * Defaults to `all`. You may want to switch this to `layout` if using View closeBehavior: 'hide'.
@@ -9498,7 +9516,7 @@ declare type MutableWindowOptions = {
9498
9516
  * Turns anything of matching RGB value transparent.
9499
9517
  *
9500
9518
  * Caveats:
9501
- * * runtime key --disable-gpu is required. Note: Unclear behavior on remote Desktop support
9519
+ * * Runtime flags --disable-gpu and --allow-unsafe-compositing are required. Note: Unclear behavior on remote Desktop support
9502
9520
  * * User cannot click-through transparent regions
9503
9521
  * * Not supported on Mac
9504
9522
  * * Windows Aero must be enabled
@@ -9701,6 +9719,7 @@ declare type MutableWindowOptions = {
9701
9719
  * A flag that specifies how transparent the window will be.
9702
9720
  * Changing opacity doesn't work on Windows 7 without Aero so setting this value will have no effect there.
9703
9721
  * This value is clamped between `0.0` and `1.0`.
9722
+ * In software composition mode, the runtime flag --allow-unsafe-compositing is required.
9704
9723
  *
9705
9724
  * @default 1
9706
9725
  */
package/out/fdc3-api.d.ts CHANGED
@@ -3564,6 +3564,15 @@ declare type ConstViewOptions = {
3564
3564
  * Custom headers for requests sent by the view.
3565
3565
  */
3566
3566
  customRequestHeaders: CustomRequestHeaders[];
3567
+ /**
3568
+ * @experimental
3569
+ *
3570
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the view.
3571
+ * These css properties are used to enable dragging of a frameless window.
3572
+ *
3573
+ * @default false
3574
+ */
3575
+ disableAppRegion: boolean;
3567
3576
  /**
3568
3577
  * Initial bounds given relative to the window.
3569
3578
  */
@@ -3721,6 +3730,15 @@ declare type ConstWindowOptions = {
3721
3730
  * @default true
3722
3731
  */
3723
3732
  closeOnLastViewRemoved: boolean;
3733
+ /**
3734
+ * @experimental
3735
+ *
3736
+ * When set to true, will prevent setting the `-webkit-app-region` and `app-region` css properties on the window.
3737
+ * These css properties are used to enable dragging of a frameless window.
3738
+ *
3739
+ * @default false
3740
+ */
3741
+ disableAppRegion: boolean;
3724
3742
  /**
3725
3743
  * When `closeOnLastViewRemoved` is set to true, determines which views prevent closing the window.
3726
3744
  * Defaults to `all`. You may want to switch this to `layout` if using View closeBehavior: 'hide'.
@@ -9811,7 +9829,7 @@ declare type MutableWindowOptions = {
9811
9829
  * Turns anything of matching RGB value transparent.
9812
9830
  *
9813
9831
  * Caveats:
9814
- * * runtime key --disable-gpu is required. Note: Unclear behavior on remote Desktop support
9832
+ * * Runtime flags --disable-gpu and --allow-unsafe-compositing are required. Note: Unclear behavior on remote Desktop support
9815
9833
  * * User cannot click-through transparent regions
9816
9834
  * * Not supported on Mac
9817
9835
  * * Windows Aero must be enabled
@@ -10014,6 +10032,7 @@ declare type MutableWindowOptions = {
10014
10032
  * A flag that specifies how transparent the window will be.
10015
10033
  * Changing opacity doesn't work on Windows 7 without Aero so setting this value will have no effect there.
10016
10034
  * This value is clamped between `0.0` and `1.0`.
10035
+ * In software composition mode, the runtime flag --allow-unsafe-compositing is required.
10017
10036
  *
10018
10037
  * @default 1
10019
10038
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "43.100.49",
3
+ "version": "43.100.51",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,