@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.
@@ -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
  /**
@@ -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
  /**
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "46.100.66",
3
+ "version": "46.100.67",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,