@openfin/core 46.100.30 → 46.100.32
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 +7 -11
- package/out/mock-beta.d.ts +7 -11
- package/out/mock-public.d.ts +7 -11
- package/out/stub.d.ts +7 -11
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -3986,6 +3986,12 @@ declare type ConstWindowOptions = {
|
|
|
3986
3986
|
* triggered by the window itself, or a view targeting the window.
|
|
3987
3987
|
*/
|
|
3988
3988
|
downloadShelf: DownloadShelfOptions;
|
|
3989
|
+
/**
|
|
3990
|
+
* @defaultValue true
|
|
3991
|
+
*
|
|
3992
|
+
* Show the window's frame.
|
|
3993
|
+
*/
|
|
3994
|
+
frame: boolean;
|
|
3989
3995
|
height: number;
|
|
3990
3996
|
layout: any;
|
|
3991
3997
|
/**
|
|
@@ -9231,7 +9237,7 @@ declare type LayoutSyncApi = {
|
|
|
9231
9237
|
/**
|
|
9232
9238
|
* @interface
|
|
9233
9239
|
*/
|
|
9234
|
-
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | '
|
|
9240
|
+
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
|
|
9235
9241
|
|
|
9236
9242
|
declare type Listener<T extends {
|
|
9237
9243
|
type: string;
|
|
@@ -9912,16 +9918,6 @@ declare type MutableWindowOptions = {
|
|
|
9912
9918
|
* _When omitted, _inherits_ from the parent application._
|
|
9913
9919
|
*/
|
|
9914
9920
|
customData: any;
|
|
9915
|
-
/**
|
|
9916
|
-
*
|
|
9917
|
-
* Show the window's frame.
|
|
9918
|
-
*
|
|
9919
|
-
* @remarks
|
|
9920
|
-
* This property will not be updatable starting runtime version 45.
|
|
9921
|
-
*
|
|
9922
|
-
* @default true
|
|
9923
|
-
*/
|
|
9924
|
-
frame: boolean;
|
|
9925
9921
|
/**
|
|
9926
9922
|
* Hides the window instead of closing it when the close button is pressed.
|
|
9927
9923
|
*
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -3986,6 +3986,12 @@ declare type ConstWindowOptions = {
|
|
|
3986
3986
|
* triggered by the window itself, or a view targeting the window.
|
|
3987
3987
|
*/
|
|
3988
3988
|
downloadShelf: DownloadShelfOptions;
|
|
3989
|
+
/**
|
|
3990
|
+
* @defaultValue true
|
|
3991
|
+
*
|
|
3992
|
+
* Show the window's frame.
|
|
3993
|
+
*/
|
|
3994
|
+
frame: boolean;
|
|
3989
3995
|
height: number;
|
|
3990
3996
|
layout: any;
|
|
3991
3997
|
/**
|
|
@@ -9231,7 +9237,7 @@ declare type LayoutSyncApi = {
|
|
|
9231
9237
|
/**
|
|
9232
9238
|
* @interface
|
|
9233
9239
|
*/
|
|
9234
|
-
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | '
|
|
9240
|
+
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
|
|
9235
9241
|
|
|
9236
9242
|
declare type Listener<T extends {
|
|
9237
9243
|
type: string;
|
|
@@ -9912,16 +9918,6 @@ declare type MutableWindowOptions = {
|
|
|
9912
9918
|
* _When omitted, _inherits_ from the parent application._
|
|
9913
9919
|
*/
|
|
9914
9920
|
customData: any;
|
|
9915
|
-
/**
|
|
9916
|
-
*
|
|
9917
|
-
* Show the window's frame.
|
|
9918
|
-
*
|
|
9919
|
-
* @remarks
|
|
9920
|
-
* This property will not be updatable starting runtime version 45.
|
|
9921
|
-
*
|
|
9922
|
-
* @default true
|
|
9923
|
-
*/
|
|
9924
|
-
frame: boolean;
|
|
9925
9921
|
/**
|
|
9926
9922
|
* Hides the window instead of closing it when the close button is pressed.
|
|
9927
9923
|
*
|
package/out/mock-public.d.ts
CHANGED
|
@@ -3986,6 +3986,12 @@ declare type ConstWindowOptions = {
|
|
|
3986
3986
|
* triggered by the window itself, or a view targeting the window.
|
|
3987
3987
|
*/
|
|
3988
3988
|
downloadShelf: DownloadShelfOptions;
|
|
3989
|
+
/**
|
|
3990
|
+
* @defaultValue true
|
|
3991
|
+
*
|
|
3992
|
+
* Show the window's frame.
|
|
3993
|
+
*/
|
|
3994
|
+
frame: boolean;
|
|
3989
3995
|
height: number;
|
|
3990
3996
|
layout: any;
|
|
3991
3997
|
/**
|
|
@@ -9231,7 +9237,7 @@ declare type LayoutSyncApi = {
|
|
|
9231
9237
|
/**
|
|
9232
9238
|
* @interface
|
|
9233
9239
|
*/
|
|
9234
|
-
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | '
|
|
9240
|
+
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
|
|
9235
9241
|
|
|
9236
9242
|
declare type Listener<T extends {
|
|
9237
9243
|
type: string;
|
|
@@ -9912,16 +9918,6 @@ declare type MutableWindowOptions = {
|
|
|
9912
9918
|
* _When omitted, _inherits_ from the parent application._
|
|
9913
9919
|
*/
|
|
9914
9920
|
customData: any;
|
|
9915
|
-
/**
|
|
9916
|
-
*
|
|
9917
|
-
* Show the window's frame.
|
|
9918
|
-
*
|
|
9919
|
-
* @remarks
|
|
9920
|
-
* This property will not be updatable starting runtime version 45.
|
|
9921
|
-
*
|
|
9922
|
-
* @default true
|
|
9923
|
-
*/
|
|
9924
|
-
frame: boolean;
|
|
9925
9921
|
/**
|
|
9926
9922
|
* Hides the window instead of closing it when the close button is pressed.
|
|
9927
9923
|
*
|
package/out/stub.d.ts
CHANGED
|
@@ -4045,6 +4045,12 @@ declare type ConstWindowOptions = {
|
|
|
4045
4045
|
* triggered by the window itself, or a view targeting the window.
|
|
4046
4046
|
*/
|
|
4047
4047
|
downloadShelf: DownloadShelfOptions;
|
|
4048
|
+
/**
|
|
4049
|
+
* @defaultValue true
|
|
4050
|
+
*
|
|
4051
|
+
* Show the window's frame.
|
|
4052
|
+
*/
|
|
4053
|
+
frame: boolean;
|
|
4048
4054
|
height: number;
|
|
4049
4055
|
layout: any;
|
|
4050
4056
|
/**
|
|
@@ -9540,7 +9546,7 @@ declare type LayoutSyncApi = {
|
|
|
9540
9546
|
/**
|
|
9541
9547
|
* @interface
|
|
9542
9548
|
*/
|
|
9543
|
-
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | '
|
|
9549
|
+
declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
|
|
9544
9550
|
|
|
9545
9551
|
declare type Listener<T extends {
|
|
9546
9552
|
type: string;
|
|
@@ -10225,16 +10231,6 @@ declare type MutableWindowOptions = {
|
|
|
10225
10231
|
* _When omitted, _inherits_ from the parent application._
|
|
10226
10232
|
*/
|
|
10227
10233
|
customData: any;
|
|
10228
|
-
/**
|
|
10229
|
-
*
|
|
10230
|
-
* Show the window's frame.
|
|
10231
|
-
*
|
|
10232
|
-
* @remarks
|
|
10233
|
-
* This property will not be updatable starting runtime version 45.
|
|
10234
|
-
*
|
|
10235
|
-
* @default true
|
|
10236
|
-
*/
|
|
10237
|
-
frame: boolean;
|
|
10238
10234
|
/**
|
|
10239
10235
|
* Hides the window instead of closing it when the close button is pressed.
|
|
10240
10236
|
*
|