@openfin/fdc3-api 46.100.57 → 46.100.59
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/fdc3-api-alpha.d.ts +10 -0
- package/out/fdc3-api-beta.d.ts +10 -0
- package/out/fdc3-api-public.d.ts +10 -0
- package/out/fdc3-api.d.ts +10 -0
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -9521,6 +9521,16 @@ 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';
|
|
9524
9534
|
};
|
|
9525
9535
|
/**
|
|
9526
9536
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -9521,6 +9521,16 @@ 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';
|
|
9524
9534
|
};
|
|
9525
9535
|
/**
|
|
9526
9536
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -9521,6 +9521,16 @@ 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';
|
|
9524
9534
|
};
|
|
9525
9535
|
/**
|
|
9526
9536
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -9879,6 +9879,16 @@ declare type LayoutOptions = {
|
|
|
9879
9879
|
* @defaultValue 'dropdown'
|
|
9880
9880
|
*/
|
|
9881
9881
|
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';
|
|
9882
9892
|
};
|
|
9883
9893
|
/**
|
|
9884
9894
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|