@openfin/fdc3-api 46.100.31 → 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.
@@ -3983,6 +3983,12 @@ declare type ConstWindowOptions = {
3983
3983
  * triggered by the window itself, or a view targeting the window.
3984
3984
  */
3985
3985
  downloadShelf: DownloadShelfOptions;
3986
+ /**
3987
+ * @defaultValue true
3988
+ *
3989
+ * Show the window's frame.
3990
+ */
3991
+ frame: boolean;
3986
3992
  height: number;
3987
3993
  layout: any;
3988
3994
  /**
@@ -9573,7 +9579,7 @@ declare type LayoutSyncApi = {
9573
9579
  /**
9574
9580
  * @interface
9575
9581
  */
9576
- declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'frame' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
9582
+ 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'>;
9577
9583
 
9578
9584
  declare type Listener<T extends {
9579
9585
  type: string;
@@ -10254,16 +10260,6 @@ declare type MutableWindowOptions = {
10254
10260
  * _When omitted, _inherits_ from the parent application._
10255
10261
  */
10256
10262
  customData: any;
10257
- /**
10258
- *
10259
- * Show the window's frame.
10260
- *
10261
- * @remarks
10262
- * This property will not be updatable starting runtime version 45.
10263
- *
10264
- * @default true
10265
- */
10266
- frame: boolean;
10267
10263
  /**
10268
10264
  * Hides the window instead of closing it when the close button is pressed.
10269
10265
  *
@@ -3983,6 +3983,12 @@ declare type ConstWindowOptions = {
3983
3983
  * triggered by the window itself, or a view targeting the window.
3984
3984
  */
3985
3985
  downloadShelf: DownloadShelfOptions;
3986
+ /**
3987
+ * @defaultValue true
3988
+ *
3989
+ * Show the window's frame.
3990
+ */
3991
+ frame: boolean;
3986
3992
  height: number;
3987
3993
  layout: any;
3988
3994
  /**
@@ -9573,7 +9579,7 @@ declare type LayoutSyncApi = {
9573
9579
  /**
9574
9580
  * @interface
9575
9581
  */
9576
- declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'frame' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
9582
+ 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'>;
9577
9583
 
9578
9584
  declare type Listener<T extends {
9579
9585
  type: string;
@@ -10254,16 +10260,6 @@ declare type MutableWindowOptions = {
10254
10260
  * _When omitted, _inherits_ from the parent application._
10255
10261
  */
10256
10262
  customData: any;
10257
- /**
10258
- *
10259
- * Show the window's frame.
10260
- *
10261
- * @remarks
10262
- * This property will not be updatable starting runtime version 45.
10263
- *
10264
- * @default true
10265
- */
10266
- frame: boolean;
10267
10263
  /**
10268
10264
  * Hides the window instead of closing it when the close button is pressed.
10269
10265
  *
@@ -3983,6 +3983,12 @@ declare type ConstWindowOptions = {
3983
3983
  * triggered by the window itself, or a view targeting the window.
3984
3984
  */
3985
3985
  downloadShelf: DownloadShelfOptions;
3986
+ /**
3987
+ * @defaultValue true
3988
+ *
3989
+ * Show the window's frame.
3990
+ */
3991
+ frame: boolean;
3986
3992
  height: number;
3987
3993
  layout: any;
3988
3994
  /**
@@ -9573,7 +9579,7 @@ declare type LayoutSyncApi = {
9573
9579
  /**
9574
9580
  * @interface
9575
9581
  */
9576
- declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'frame' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
9582
+ 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'>;
9577
9583
 
9578
9584
  declare type Listener<T extends {
9579
9585
  type: string;
@@ -10254,16 +10260,6 @@ declare type MutableWindowOptions = {
10254
10260
  * _When omitted, _inherits_ from the parent application._
10255
10261
  */
10256
10262
  customData: any;
10257
- /**
10258
- *
10259
- * Show the window's frame.
10260
- *
10261
- * @remarks
10262
- * This property will not be updatable starting runtime version 45.
10263
- *
10264
- * @default true
10265
- */
10266
- frame: boolean;
10267
10263
  /**
10268
10264
  * Hides the window instead of closing it when the close button is pressed.
10269
10265
  *
package/out/fdc3-api.d.ts CHANGED
@@ -4042,6 +4042,12 @@ declare type ConstWindowOptions = {
4042
4042
  * triggered by the window itself, or a view targeting the window.
4043
4043
  */
4044
4044
  downloadShelf: DownloadShelfOptions;
4045
+ /**
4046
+ * @defaultValue true
4047
+ *
4048
+ * Show the window's frame.
4049
+ */
4050
+ frame: boolean;
4045
4051
  height: number;
4046
4052
  layout: any;
4047
4053
  /**
@@ -9882,7 +9888,7 @@ declare type LayoutSyncApi = {
9882
9888
  /**
9883
9889
  * @interface
9884
9890
  */
9885
- declare type LegacyWinOptionsInAppOptions = Pick<WindowCreationOptions, 'accelerator' | 'alwaysOnTop' | 'api' | 'aspectRatio' | 'autoplayPolicy' | 'autoShow' | 'backgroundColor' | 'contentNavigation' | 'contextMenu' | 'cornerRounding' | 'customData' | 'customRequestHeaders' | 'defaultCentered' | 'defaultHeight' | 'defaultLeft' | 'defaultTop' | 'defaultWidth' | 'frame' | 'hideOnClose' | 'icon' | 'maxHeight' | 'maximizable' | 'maxWidth' | 'minHeight' | 'minimizable' | 'minWidth' | 'opacity' | 'preloadScripts' | 'resizable' | 'resizeRegion' | 'saveWindowState' | 'ignoreSavedWindowState' | 'shadow' | 'showTaskbarIcon' | 'smallWindow' | 'state' | 'taskbarIconGroup' | 'waitForPageLoad' | '_internalWorkspaceData'>;
9891
+ 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'>;
9886
9892
 
9887
9893
  declare type Listener<T extends {
9888
9894
  type: string;
@@ -10567,16 +10573,6 @@ declare type MutableWindowOptions = {
10567
10573
  * _When omitted, _inherits_ from the parent application._
10568
10574
  */
10569
10575
  customData: any;
10570
- /**
10571
- *
10572
- * Show the window's frame.
10573
- *
10574
- * @remarks
10575
- * This property will not be updatable starting runtime version 45.
10576
- *
10577
- * @default true
10578
- */
10579
- frame: boolean;
10580
10576
  /**
10581
10577
  * Hides the window instead of closing it when the close button is pressed.
10582
10578
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "46.100.31",
3
+ "version": "46.100.32",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,