@openfin/fdc3-api 43.100.53 → 43.100.55
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.
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -3006,6 +3006,10 @@ declare type ChromiumPolicies = {
|
|
|
3006
3006
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3007
3007
|
*/
|
|
3008
3008
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3009
|
+
/**
|
|
3010
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3011
|
+
*/
|
|
3012
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3009
3013
|
};
|
|
3010
3014
|
|
|
3011
3015
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
|
@@ -3856,6 +3860,10 @@ declare type ConstWindowOptions = {
|
|
|
3856
3860
|
* Control which options to ignore when creating a Platform Window.
|
|
3857
3861
|
*/
|
|
3858
3862
|
excludeOptions: ExcludeOptions;
|
|
3863
|
+
/**
|
|
3864
|
+
* 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.
|
|
3865
|
+
*/
|
|
3866
|
+
roundedCorners: boolean;
|
|
3859
3867
|
};
|
|
3860
3868
|
|
|
3861
3869
|
/**
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -3006,6 +3006,10 @@ declare type ChromiumPolicies = {
|
|
|
3006
3006
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3007
3007
|
*/
|
|
3008
3008
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3009
|
+
/**
|
|
3010
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3011
|
+
*/
|
|
3012
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3009
3013
|
};
|
|
3010
3014
|
|
|
3011
3015
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
|
@@ -3856,6 +3860,10 @@ declare type ConstWindowOptions = {
|
|
|
3856
3860
|
* Control which options to ignore when creating a Platform Window.
|
|
3857
3861
|
*/
|
|
3858
3862
|
excludeOptions: ExcludeOptions;
|
|
3863
|
+
/**
|
|
3864
|
+
* 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.
|
|
3865
|
+
*/
|
|
3866
|
+
roundedCorners: boolean;
|
|
3859
3867
|
};
|
|
3860
3868
|
|
|
3861
3869
|
/**
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -3006,6 +3006,10 @@ declare type ChromiumPolicies = {
|
|
|
3006
3006
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3007
3007
|
*/
|
|
3008
3008
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3009
|
+
/**
|
|
3010
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3011
|
+
*/
|
|
3012
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3009
3013
|
};
|
|
3010
3014
|
|
|
3011
3015
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
|
@@ -3856,6 +3860,10 @@ declare type ConstWindowOptions = {
|
|
|
3856
3860
|
* Control which options to ignore when creating a Platform Window.
|
|
3857
3861
|
*/
|
|
3858
3862
|
excludeOptions: ExcludeOptions;
|
|
3863
|
+
/**
|
|
3864
|
+
* 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.
|
|
3865
|
+
*/
|
|
3866
|
+
roundedCorners: boolean;
|
|
3859
3867
|
};
|
|
3860
3868
|
|
|
3861
3869
|
/**
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -3062,6 +3062,10 @@ declare type ChromiumPolicies = {
|
|
|
3062
3062
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
|
3063
3063
|
*/
|
|
3064
3064
|
AutofillAddressEnabled?: PolicyOptions;
|
|
3065
|
+
/**
|
|
3066
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
|
3067
|
+
*/
|
|
3068
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
|
3065
3069
|
};
|
|
3066
3070
|
|
|
3067
3071
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
|
@@ -3915,6 +3919,10 @@ declare type ConstWindowOptions = {
|
|
|
3915
3919
|
* Control which options to ignore when creating a Platform Window.
|
|
3916
3920
|
*/
|
|
3917
3921
|
excludeOptions: ExcludeOptions;
|
|
3922
|
+
/**
|
|
3923
|
+
* 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.
|
|
3924
|
+
*/
|
|
3925
|
+
roundedCorners: boolean;
|
|
3918
3926
|
};
|
|
3919
3927
|
|
|
3920
3928
|
/**
|