@openfin/core 46.100.57 → 46.100.58

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.
@@ -9179,6 +9179,16 @@ declare type LayoutOptions = {
9179
9179
  * @defaultValue 'dropdown'
9180
9180
  */
9181
9181
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9182
+ /**
9183
+ * Selects the layout engine used to render this layout.
9184
+ *
9185
+ * - `'v1'` — legacy layout engine (current default)
9186
+ * - `'v2'` — modernized layout engine (under migration)
9187
+ *
9188
+ * @experimental
9189
+ * @defaultValue 'v1'
9190
+ */
9191
+ layoutEngine?: 'v1' | 'v2';
9182
9192
  };
9183
9193
  /**
9184
9194
  * Content of the layout. There can only be one top-level LayoutItem in the content array.
@@ -9179,6 +9179,16 @@ declare type LayoutOptions = {
9179
9179
  * @defaultValue 'dropdown'
9180
9180
  */
9181
9181
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9182
+ /**
9183
+ * Selects the layout engine used to render this layout.
9184
+ *
9185
+ * - `'v1'` — legacy layout engine (current default)
9186
+ * - `'v2'` — modernized layout engine (under migration)
9187
+ *
9188
+ * @experimental
9189
+ * @defaultValue 'v1'
9190
+ */
9191
+ layoutEngine?: 'v1' | 'v2';
9182
9192
  };
9183
9193
  /**
9184
9194
  * Content of the layout. There can only be one top-level LayoutItem in the content array.
@@ -9179,6 +9179,16 @@ declare type LayoutOptions = {
9179
9179
  * @defaultValue 'dropdown'
9180
9180
  */
9181
9181
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9182
+ /**
9183
+ * Selects the layout engine used to render this layout.
9184
+ *
9185
+ * - `'v1'` — legacy layout engine (current default)
9186
+ * - `'v2'` — modernized layout engine (under migration)
9187
+ *
9188
+ * @experimental
9189
+ * @defaultValue 'v1'
9190
+ */
9191
+ layoutEngine?: 'v1' | 'v2';
9182
9192
  };
9183
9193
  /**
9184
9194
  * Content of the layout. There can only be one top-level LayoutItem in the content array.
package/out/stub.d.ts CHANGED
@@ -9537,6 +9537,16 @@ declare type LayoutOptions = {
9537
9537
  * @defaultValue 'dropdown'
9538
9538
  */
9539
9539
  tabOverflowBehavior?: 'dropdown' | 'scroll';
9540
+ /**
9541
+ * Selects the layout engine used to render this layout.
9542
+ *
9543
+ * - `'v1'` — legacy layout engine (current default)
9544
+ * - `'v2'` — modernized layout engine (under migration)
9545
+ *
9546
+ * @experimental
9547
+ * @defaultValue 'v1'
9548
+ */
9549
+ layoutEngine?: 'v1' | 'v2';
9540
9550
  };
9541
9551
  /**
9542
9552
  * 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/core",
3
- "version": "46.100.57",
3
+ "version": "46.100.58",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",