@openfin/core 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/mock-alpha.d.ts +8 -0
- package/out/mock-beta.d.ts +8 -0
- package/out/mock-public.d.ts +8 -0
- package/out/stub.d.ts +8 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
|
|
3009
3009
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3010
3010
|
*/
|
3011
3011
|
AutofillAddressEnabled?: PolicyOptions;
|
3012
|
+
/**
|
3013
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3014
|
+
*/
|
3015
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3012
3016
|
};
|
3013
3017
|
|
3014
3018
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
@@ -3859,6 +3863,10 @@ declare type ConstWindowOptions = {
|
|
3859
3863
|
* Control which options to ignore when creating a Platform Window.
|
3860
3864
|
*/
|
3861
3865
|
excludeOptions: ExcludeOptions;
|
3866
|
+
/**
|
3867
|
+
* 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.
|
3868
|
+
*/
|
3869
|
+
roundedCorners: boolean;
|
3862
3870
|
};
|
3863
3871
|
|
3864
3872
|
/**
|
package/out/mock-beta.d.ts
CHANGED
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
|
|
3009
3009
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3010
3010
|
*/
|
3011
3011
|
AutofillAddressEnabled?: PolicyOptions;
|
3012
|
+
/**
|
3013
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3014
|
+
*/
|
3015
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3012
3016
|
};
|
3013
3017
|
|
3014
3018
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
@@ -3859,6 +3863,10 @@ declare type ConstWindowOptions = {
|
|
3859
3863
|
* Control which options to ignore when creating a Platform Window.
|
3860
3864
|
*/
|
3861
3865
|
excludeOptions: ExcludeOptions;
|
3866
|
+
/**
|
3867
|
+
* 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.
|
3868
|
+
*/
|
3869
|
+
roundedCorners: boolean;
|
3862
3870
|
};
|
3863
3871
|
|
3864
3872
|
/**
|
package/out/mock-public.d.ts
CHANGED
@@ -3009,6 +3009,10 @@ declare type ChromiumPolicies = {
|
|
3009
3009
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3010
3010
|
*/
|
3011
3011
|
AutofillAddressEnabled?: PolicyOptions;
|
3012
|
+
/**
|
3013
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3014
|
+
*/
|
3015
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3012
3016
|
};
|
3013
3017
|
|
3014
3018
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
@@ -3859,6 +3863,10 @@ declare type ConstWindowOptions = {
|
|
3859
3863
|
* Control which options to ignore when creating a Platform Window.
|
3860
3864
|
*/
|
3861
3865
|
excludeOptions: ExcludeOptions;
|
3866
|
+
/**
|
3867
|
+
* 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.
|
3868
|
+
*/
|
3869
|
+
roundedCorners: boolean;
|
3862
3870
|
};
|
3863
3871
|
|
3864
3872
|
/**
|
package/out/stub.d.ts
CHANGED
@@ -3065,6 +3065,10 @@ declare type ChromiumPolicies = {
|
|
3065
3065
|
* Disable AutofillAddressEnabled policy for a Window or View.
|
3066
3066
|
*/
|
3067
3067
|
AutofillAddressEnabled?: PolicyOptions;
|
3068
|
+
/**
|
3069
|
+
* Disable AutofillCreditCardEnabled policy for a Window or View.
|
3070
|
+
*/
|
3071
|
+
AutofillCreditCardEnabled?: PolicyOptions;
|
3068
3072
|
};
|
3069
3073
|
|
3070
3074
|
declare interface ClassicProtocolOffer extends ProtocolPacketBase {
|
@@ -3918,6 +3922,10 @@ declare type ConstWindowOptions = {
|
|
3918
3922
|
* Control which options to ignore when creating a Platform Window.
|
3919
3923
|
*/
|
3920
3924
|
excludeOptions: ExcludeOptions;
|
3925
|
+
/**
|
3926
|
+
* 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.
|
3927
|
+
*/
|
3928
|
+
roundedCorners: boolean;
|
3921
3929
|
};
|
3922
3930
|
|
3923
3931
|
/**
|