@openfin/core 43.100.53 → 43.100.54
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 +4 -0
- package/out/mock-beta.d.ts +4 -0
- package/out/mock-public.d.ts +4 -0
- package/out/stub.d.ts +4 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -3859,6 +3859,10 @@ declare type ConstWindowOptions = {
|
|
3859
3859
|
* Control which options to ignore when creating a Platform Window.
|
3860
3860
|
*/
|
3861
3861
|
excludeOptions: ExcludeOptions;
|
3862
|
+
/**
|
3863
|
+
* 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.
|
3864
|
+
*/
|
3865
|
+
roundedCorners: boolean;
|
3862
3866
|
};
|
3863
3867
|
|
3864
3868
|
/**
|
package/out/mock-beta.d.ts
CHANGED
@@ -3859,6 +3859,10 @@ declare type ConstWindowOptions = {
|
|
3859
3859
|
* Control which options to ignore when creating a Platform Window.
|
3860
3860
|
*/
|
3861
3861
|
excludeOptions: ExcludeOptions;
|
3862
|
+
/**
|
3863
|
+
* 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.
|
3864
|
+
*/
|
3865
|
+
roundedCorners: boolean;
|
3862
3866
|
};
|
3863
3867
|
|
3864
3868
|
/**
|
package/out/mock-public.d.ts
CHANGED
@@ -3859,6 +3859,10 @@ declare type ConstWindowOptions = {
|
|
3859
3859
|
* Control which options to ignore when creating a Platform Window.
|
3860
3860
|
*/
|
3861
3861
|
excludeOptions: ExcludeOptions;
|
3862
|
+
/**
|
3863
|
+
* 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.
|
3864
|
+
*/
|
3865
|
+
roundedCorners: boolean;
|
3862
3866
|
};
|
3863
3867
|
|
3864
3868
|
/**
|
package/out/stub.d.ts
CHANGED
@@ -3918,6 +3918,10 @@ declare type ConstWindowOptions = {
|
|
3918
3918
|
* Control which options to ignore when creating a Platform Window.
|
3919
3919
|
*/
|
3920
3920
|
excludeOptions: ExcludeOptions;
|
3921
|
+
/**
|
3922
|
+
* 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.
|
3923
|
+
*/
|
3924
|
+
roundedCorners: boolean;
|
3921
3925
|
};
|
3922
3926
|
|
3923
3927
|
/**
|