@openfin/core 46.100.58 → 46.100.60
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 +1 -11
- package/out/mock-beta.d.ts +1 -11
- package/out/mock-public.d.ts +1 -11
- package/out/stub.d.ts +26 -10
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -4101,7 +4101,7 @@ declare type ConstWindowOptions = {
|
|
|
4101
4101
|
width: number;
|
|
4102
4102
|
x: number;
|
|
4103
4103
|
y: number;
|
|
4104
|
-
experimental
|
|
4104
|
+
/* Excluded from this release type: experimental */
|
|
4105
4105
|
fdc3InteropApi?: string;
|
|
4106
4106
|
/**
|
|
4107
4107
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
|
@@ -9179,16 +9179,6 @@ 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';
|
|
9192
9182
|
};
|
|
9193
9183
|
/**
|
|
9194
9184
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -4101,7 +4101,7 @@ declare type ConstWindowOptions = {
|
|
|
4101
4101
|
width: number;
|
|
4102
4102
|
x: number;
|
|
4103
4103
|
y: number;
|
|
4104
|
-
experimental
|
|
4104
|
+
/* Excluded from this release type: experimental */
|
|
4105
4105
|
fdc3InteropApi?: string;
|
|
4106
4106
|
/**
|
|
4107
4107
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
|
@@ -9179,16 +9179,6 @@ 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';
|
|
9192
9182
|
};
|
|
9193
9183
|
/**
|
|
9194
9184
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|
package/out/mock-public.d.ts
CHANGED
|
@@ -4101,7 +4101,7 @@ declare type ConstWindowOptions = {
|
|
|
4101
4101
|
width: number;
|
|
4102
4102
|
x: number;
|
|
4103
4103
|
y: number;
|
|
4104
|
-
experimental
|
|
4104
|
+
/* Excluded from this release type: experimental */
|
|
4105
4105
|
fdc3InteropApi?: string;
|
|
4106
4106
|
/**
|
|
4107
4107
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
|
@@ -9179,16 +9179,6 @@ 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';
|
|
9192
9182
|
};
|
|
9193
9183
|
/**
|
|
9194
9184
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|
package/out/stub.d.ts
CHANGED
|
@@ -4203,6 +4203,32 @@ declare type ConstWindowOptions = {
|
|
|
4203
4203
|
width: number;
|
|
4204
4204
|
x: number;
|
|
4205
4205
|
y: number;
|
|
4206
|
+
/**
|
|
4207
|
+
* Experimental window options. These options are not yet stable and may change without notice.
|
|
4208
|
+
*
|
|
4209
|
+
* Supported properties:
|
|
4210
|
+
*
|
|
4211
|
+
* - **`layoutEngine`** `'v1' | 'v2'` — Selects the layout engine used to render
|
|
4212
|
+
* layouts in this window. `'v1'` is the legacy engine, `'v2'` is the modernized engine.
|
|
4213
|
+
* Defaults to `'v1'`.
|
|
4214
|
+
*
|
|
4215
|
+
* - **`showFavicons`** `boolean` — When `true`, displays favicon icons on layout tabs.
|
|
4216
|
+
*
|
|
4217
|
+
* - **`defaultFaviconUrl`** `string` — URL of a fallback favicon to display when a view does not
|
|
4218
|
+
* provide its own.
|
|
4219
|
+
*
|
|
4220
|
+
* - **`windowLogLevel`** `string` — Sets the log level for layout-related window logging
|
|
4221
|
+
* (e.g. `'verbose'`, `'warn'`, `'error'`).
|
|
4222
|
+
*
|
|
4223
|
+
* - **`enableLayoutCollapsing`** `boolean` — When `true`, enables the Golden Layout restacking
|
|
4224
|
+
* feature by preserving minimum item dimensions.
|
|
4225
|
+
*
|
|
4226
|
+
* - **`showViewsOnResize`** `{ enabled: boolean; delayMs?: number }` — Controls whether views
|
|
4227
|
+
* are shown during window resize operations. Deprecated in favor of
|
|
4228
|
+
* `viewVisibility.showViewsOnWindowResize`.
|
|
4229
|
+
*
|
|
4230
|
+
* @internal
|
|
4231
|
+
*/
|
|
4206
4232
|
experimental?: any;
|
|
4207
4233
|
fdc3InteropApi?: string;
|
|
4208
4234
|
/**
|
|
@@ -9537,16 +9563,6 @@ declare type LayoutOptions = {
|
|
|
9537
9563
|
* @defaultValue 'dropdown'
|
|
9538
9564
|
*/
|
|
9539
9565
|
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';
|
|
9550
9566
|
};
|
|
9551
9567
|
/**
|
|
9552
9568
|
* Content of the layout. There can only be one top-level LayoutItem in the content array.
|