@openfin/core 42.103.1 → 42.103.3
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 +3 -1
- package/out/mock-beta.d.ts +3 -1
- package/out/mock-public.d.ts +3 -1
- package/out/stub.d.ts +3 -1
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -9333,10 +9333,12 @@ declare type MutableWindowOptions = {
|
|
|
9333
9333
|
*/
|
|
9334
9334
|
customData: any;
|
|
9335
9335
|
/**
|
|
9336
|
-
* @deprecated Will be removed in runtime version 45
|
|
9337
9336
|
*
|
|
9338
9337
|
* Show the window's frame.
|
|
9339
9338
|
*
|
|
9339
|
+
* @remarks
|
|
9340
|
+
* This property will not be updatable starting runtime version 45.
|
|
9341
|
+
*
|
|
9340
9342
|
* @default true
|
|
9341
9343
|
*/
|
|
9342
9344
|
frame: boolean;
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -9333,10 +9333,12 @@ declare type MutableWindowOptions = {
|
|
|
9333
9333
|
*/
|
|
9334
9334
|
customData: any;
|
|
9335
9335
|
/**
|
|
9336
|
-
* @deprecated Will be removed in runtime version 45
|
|
9337
9336
|
*
|
|
9338
9337
|
* Show the window's frame.
|
|
9339
9338
|
*
|
|
9339
|
+
* @remarks
|
|
9340
|
+
* This property will not be updatable starting runtime version 45.
|
|
9341
|
+
*
|
|
9340
9342
|
* @default true
|
|
9341
9343
|
*/
|
|
9342
9344
|
frame: boolean;
|
package/out/mock-public.d.ts
CHANGED
|
@@ -9333,10 +9333,12 @@ declare type MutableWindowOptions = {
|
|
|
9333
9333
|
*/
|
|
9334
9334
|
customData: any;
|
|
9335
9335
|
/**
|
|
9336
|
-
* @deprecated Will be removed in runtime version 45
|
|
9337
9336
|
*
|
|
9338
9337
|
* Show the window's frame.
|
|
9339
9338
|
*
|
|
9339
|
+
* @remarks
|
|
9340
|
+
* This property will not be updatable starting runtime version 45.
|
|
9341
|
+
*
|
|
9340
9342
|
* @default true
|
|
9341
9343
|
*/
|
|
9342
9344
|
frame: boolean;
|
package/out/stub.d.ts
CHANGED
|
@@ -9646,10 +9646,12 @@ declare type MutableWindowOptions = {
|
|
|
9646
9646
|
*/
|
|
9647
9647
|
customData: any;
|
|
9648
9648
|
/**
|
|
9649
|
-
* @deprecated Will be removed in runtime version 45
|
|
9650
9649
|
*
|
|
9651
9650
|
* Show the window's frame.
|
|
9652
9651
|
*
|
|
9652
|
+
* @remarks
|
|
9653
|
+
* This property will not be updatable starting runtime version 45.
|
|
9654
|
+
*
|
|
9653
9655
|
* @default true
|
|
9654
9656
|
*/
|
|
9655
9657
|
frame: boolean;
|