@openfin/fdc3-api 46.100.59 → 46.100.61

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.
@@ -4098,7 +4098,7 @@ declare type ConstWindowOptions = {
4098
4098
  width: number;
4099
4099
  x: number;
4100
4100
  y: number;
4101
- experimental?: any;
4101
+ /* Excluded from this release type: experimental */
4102
4102
  fdc3InteropApi?: string;
4103
4103
  /**
4104
4104
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
@@ -9521,16 +9521,6 @@ declare type LayoutOptions = {
9521
9521
  * @defaultValue 'dropdown'
9522
9522
  */
9523
9523
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9524
- /**
9525
- * Selects the layout engine used to render this layout.
9526
- *
9527
- * - `'v1'` — legacy layout engine (current default)
9528
- * - `'v2'` — modernized layout engine (under migration)
9529
- *
9530
- * @experimental
9531
- * @defaultValue 'v1'
9532
- */
9533
- layoutEngine?: 'v1' | 'v2';
9534
9524
  };
9535
9525
  /**
9536
9526
  * Content of the layout. There can only be one top-level LayoutItem in the content array.
@@ -4098,7 +4098,7 @@ declare type ConstWindowOptions = {
4098
4098
  width: number;
4099
4099
  x: number;
4100
4100
  y: number;
4101
- experimental?: any;
4101
+ /* Excluded from this release type: experimental */
4102
4102
  fdc3InteropApi?: string;
4103
4103
  /**
4104
4104
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
@@ -9521,16 +9521,6 @@ declare type LayoutOptions = {
9521
9521
  * @defaultValue 'dropdown'
9522
9522
  */
9523
9523
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9524
- /**
9525
- * Selects the layout engine used to render this layout.
9526
- *
9527
- * - `'v1'` — legacy layout engine (current default)
9528
- * - `'v2'` — modernized layout engine (under migration)
9529
- *
9530
- * @experimental
9531
- * @defaultValue 'v1'
9532
- */
9533
- layoutEngine?: 'v1' | 'v2';
9534
9524
  };
9535
9525
  /**
9536
9526
  * Content of the layout. There can only be one top-level LayoutItem in the content array.
@@ -4098,7 +4098,7 @@ declare type ConstWindowOptions = {
4098
4098
  width: number;
4099
4099
  x: number;
4100
4100
  y: number;
4101
- experimental?: any;
4101
+ /* Excluded from this release type: experimental */
4102
4102
  fdc3InteropApi?: string;
4103
4103
  /**
4104
4104
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
@@ -9521,16 +9521,6 @@ declare type LayoutOptions = {
9521
9521
  * @defaultValue 'dropdown'
9522
9522
  */
9523
9523
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9524
- /**
9525
- * Selects the layout engine used to render this layout.
9526
- *
9527
- * - `'v1'` — legacy layout engine (current default)
9528
- * - `'v2'` — modernized layout engine (under migration)
9529
- *
9530
- * @experimental
9531
- * @defaultValue 'v1'
9532
- */
9533
- layoutEngine?: 'v1' | 'v2';
9534
9524
  };
9535
9525
  /**
9536
9526
  * Content of the layout. There can only be one top-level LayoutItem in the content array.
package/out/fdc3-api.d.ts CHANGED
@@ -4200,6 +4200,32 @@ declare type ConstWindowOptions = {
4200
4200
  width: number;
4201
4201
  x: number;
4202
4202
  y: number;
4203
+ /**
4204
+ * Experimental window options. These options are not yet stable and may change without notice.
4205
+ *
4206
+ * Supported properties:
4207
+ *
4208
+ * - **`layoutEngine`** `'v1' | 'v2'` — Selects the layout engine used to render
4209
+ * layouts in this window. `'v1'` is the legacy engine, `'v2'` is the modernized engine.
4210
+ * Defaults to `'v1'`.
4211
+ *
4212
+ * - **`showFavicons`** `boolean` — When `true`, displays favicon icons on layout tabs.
4213
+ *
4214
+ * - **`defaultFaviconUrl`** `string` — URL of a fallback favicon to display when a view does not
4215
+ * provide its own.
4216
+ *
4217
+ * - **`windowLogLevel`** `string` — Sets the log level for layout-related window logging
4218
+ * (e.g. `'verbose'`, `'warn'`, `'error'`).
4219
+ *
4220
+ * - **`enableLayoutCollapsing`** `boolean` — When `true`, enables the Golden Layout restacking
4221
+ * feature by preserving minimum item dimensions.
4222
+ *
4223
+ * - **`showViewsOnResize`** `{ enabled: boolean; delayMs?: number }` — Controls whether views
4224
+ * are shown during window resize operations. Deprecated in favor of
4225
+ * `viewVisibility.showViewsOnWindowResize`.
4226
+ *
4227
+ * @internal
4228
+ */
4203
4229
  experimental?: any;
4204
4230
  fdc3InteropApi?: string;
4205
4231
  /**
@@ -9879,16 +9905,6 @@ declare type LayoutOptions = {
9879
9905
  * @defaultValue 'dropdown'
9880
9906
  */
9881
9907
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9882
- /**
9883
- * Selects the layout engine used to render this layout.
9884
- *
9885
- * - `'v1'` — legacy layout engine (current default)
9886
- * - `'v2'` — modernized layout engine (under migration)
9887
- *
9888
- * @experimental
9889
- * @defaultValue 'v1'
9890
- */
9891
- layoutEngine?: 'v1' | 'v2';
9892
9908
  };
9893
9909
  /**
9894
9910
  * Content of the layout. There can only be one top-level LayoutItem in the content array.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "46.100.59",
3
+ "version": "46.100.61",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,