@openfin/fdc3-api 43.100.110 → 43.101.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.
@@ -3672,6 +3672,12 @@ declare type ConstViewOptions = {
3672
3672
  * Control which options to ignore when creating a Platform View.
3673
3673
  */
3674
3674
  excludeOptions: ExcludeOptions;
3675
+ /**
3676
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
3677
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
3678
+ * When false, the target name passed to window.open is respected.
3679
+ */
3680
+ ignoreChildFrameName?: boolean;
3675
3681
  };
3676
3682
 
3677
3683
  /**
@@ -3939,6 +3945,12 @@ declare type ConstWindowOptions = {
3939
3945
  * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3940
3946
  */
3941
3947
  roundedCorners: boolean;
3948
+ /**
3949
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
3950
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
3951
+ * When false, the target name passed to window.open is respected.
3952
+ */
3953
+ ignoreChildFrameName?: boolean;
3942
3954
  /**
3943
3955
  * Configuration for download bubble UI.
3944
3956
  */
@@ -3672,6 +3672,12 @@ declare type ConstViewOptions = {
3672
3672
  * Control which options to ignore when creating a Platform View.
3673
3673
  */
3674
3674
  excludeOptions: ExcludeOptions;
3675
+ /**
3676
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
3677
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
3678
+ * When false, the target name passed to window.open is respected.
3679
+ */
3680
+ ignoreChildFrameName?: boolean;
3675
3681
  };
3676
3682
 
3677
3683
  /**
@@ -3939,6 +3945,12 @@ declare type ConstWindowOptions = {
3939
3945
  * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3940
3946
  */
3941
3947
  roundedCorners: boolean;
3948
+ /**
3949
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
3950
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
3951
+ * When false, the target name passed to window.open is respected.
3952
+ */
3953
+ ignoreChildFrameName?: boolean;
3942
3954
  /**
3943
3955
  * Configuration for download bubble UI.
3944
3956
  */
@@ -3672,6 +3672,12 @@ declare type ConstViewOptions = {
3672
3672
  * Control which options to ignore when creating a Platform View.
3673
3673
  */
3674
3674
  excludeOptions: ExcludeOptions;
3675
+ /**
3676
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
3677
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
3678
+ * When false, the target name passed to window.open is respected.
3679
+ */
3680
+ ignoreChildFrameName?: boolean;
3675
3681
  };
3676
3682
 
3677
3683
  /**
@@ -3939,6 +3945,12 @@ declare type ConstWindowOptions = {
3939
3945
  * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3940
3946
  */
3941
3947
  roundedCorners: boolean;
3948
+ /**
3949
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
3950
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
3951
+ * When false, the target name passed to window.open is respected.
3952
+ */
3953
+ ignoreChildFrameName?: boolean;
3942
3954
  /**
3943
3955
  * Configuration for download bubble UI.
3944
3956
  */
package/out/fdc3-api.d.ts CHANGED
@@ -3731,6 +3731,12 @@ declare type ConstViewOptions = {
3731
3731
  * Control which options to ignore when creating a Platform View.
3732
3732
  */
3733
3733
  excludeOptions: ExcludeOptions;
3734
+ /**
3735
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
3736
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
3737
+ * When false, the target name passed to window.open is respected.
3738
+ */
3739
+ ignoreChildFrameName?: boolean;
3734
3740
  };
3735
3741
 
3736
3742
  /**
@@ -3998,6 +4004,12 @@ declare type ConstWindowOptions = {
3998
4004
  * Controls whether frameless window should have rounded corners. Default is false for Windows and true for MacOS. Setting this property to false will prevent the window from being fullscreenable on macOS. On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
3999
4005
  */
4000
4006
  roundedCorners: boolean;
4007
+ /**
4008
+ * Determines whether window.open calls from web contents should use the specified target name as provided, or automatically generate a unique name.
4009
+ * When true, each call generates a new unique target name, ensuring a new window is always created.
4010
+ * When false, the target name passed to window.open is respected.
4011
+ */
4012
+ ignoreChildFrameName?: boolean;
4001
4013
  /**
4002
4014
  * Configuration for download bubble UI.
4003
4015
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "43.100.110",
3
+ "version": "43.101.1",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,