@openfin/fdc3-api 46.100.66 → 46.100.67
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 +0 -14
- package/out/fdc3-api-beta.d.ts +0 -14
- package/out/fdc3-api-public.d.ts +0 -14
- package/out/fdc3-api.d.ts +0 -14
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -12409,20 +12409,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12409
12409
|
* @default true
|
|
12410
12410
|
*/
|
|
12411
12411
|
allowLaunchIntoPlatform?: boolean;
|
|
12412
|
-
/**
|
|
12413
|
-
* @experimental
|
|
12414
|
-
*
|
|
12415
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12416
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12417
|
-
*
|
|
12418
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12419
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12420
|
-
*
|
|
12421
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12422
|
-
*
|
|
12423
|
-
* @default false
|
|
12424
|
-
*/
|
|
12425
|
-
deferViewCreation?: boolean;
|
|
12426
12412
|
};
|
|
12427
12413
|
|
|
12428
12414
|
/**
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -12409,20 +12409,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12409
12409
|
* @default true
|
|
12410
12410
|
*/
|
|
12411
12411
|
allowLaunchIntoPlatform?: boolean;
|
|
12412
|
-
/**
|
|
12413
|
-
* @experimental
|
|
12414
|
-
*
|
|
12415
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12416
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12417
|
-
*
|
|
12418
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12419
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12420
|
-
*
|
|
12421
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12422
|
-
*
|
|
12423
|
-
* @default false
|
|
12424
|
-
*/
|
|
12425
|
-
deferViewCreation?: boolean;
|
|
12426
12412
|
};
|
|
12427
12413
|
|
|
12428
12414
|
/**
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -12409,20 +12409,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12409
12409
|
* @default true
|
|
12410
12410
|
*/
|
|
12411
12411
|
allowLaunchIntoPlatform?: boolean;
|
|
12412
|
-
/**
|
|
12413
|
-
* @experimental
|
|
12414
|
-
*
|
|
12415
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12416
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12417
|
-
*
|
|
12418
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12419
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12420
|
-
*
|
|
12421
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12422
|
-
*
|
|
12423
|
-
* @default false
|
|
12424
|
-
*/
|
|
12425
|
-
deferViewCreation?: boolean;
|
|
12426
12412
|
};
|
|
12427
12413
|
|
|
12428
12414
|
/**
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -12856,20 +12856,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12856
12856
|
* @default true
|
|
12857
12857
|
*/
|
|
12858
12858
|
allowLaunchIntoPlatform?: boolean;
|
|
12859
|
-
/**
|
|
12860
|
-
* @experimental
|
|
12861
|
-
*
|
|
12862
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12863
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12864
|
-
*
|
|
12865
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12866
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12867
|
-
*
|
|
12868
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12869
|
-
*
|
|
12870
|
-
* @default false
|
|
12871
|
-
*/
|
|
12872
|
-
deferViewCreation?: boolean;
|
|
12873
12859
|
};
|
|
12874
12860
|
|
|
12875
12861
|
/**
|