@openfin/fdc3-api 46.100.62 → 46.100.64

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.
@@ -12343,6 +12343,20 @@ declare type PlatformOptions = ApplicationCreationOptions & {
12343
12343
  * @default true
12344
12344
  */
12345
12345
  allowLaunchIntoPlatform?: boolean;
12346
+ /**
12347
+ * @experimental
12348
+ *
12349
+ * Creates window chrome before views. `createWindow` resolves when the window exists
12350
+ * (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
12351
+ *
12352
+ * Views start after the window exists. During `applySnapshot`, every window shell is
12353
+ * created first; view creation starts after `platform-snapshot-applied`.
12354
+ *
12355
+ * Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
12356
+ *
12357
+ * @default false
12358
+ */
12359
+ deferViewCreation?: boolean;
12346
12360
  };
12347
12361
 
12348
12362
  /**
@@ -12343,6 +12343,20 @@ declare type PlatformOptions = ApplicationCreationOptions & {
12343
12343
  * @default true
12344
12344
  */
12345
12345
  allowLaunchIntoPlatform?: boolean;
12346
+ /**
12347
+ * @experimental
12348
+ *
12349
+ * Creates window chrome before views. `createWindow` resolves when the window exists
12350
+ * (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
12351
+ *
12352
+ * Views start after the window exists. During `applySnapshot`, every window shell is
12353
+ * created first; view creation starts after `platform-snapshot-applied`.
12354
+ *
12355
+ * Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
12356
+ *
12357
+ * @default false
12358
+ */
12359
+ deferViewCreation?: boolean;
12346
12360
  };
12347
12361
 
12348
12362
  /**
@@ -12343,6 +12343,20 @@ declare type PlatformOptions = ApplicationCreationOptions & {
12343
12343
  * @default true
12344
12344
  */
12345
12345
  allowLaunchIntoPlatform?: boolean;
12346
+ /**
12347
+ * @experimental
12348
+ *
12349
+ * Creates window chrome before views. `createWindow` resolves when the window exists
12350
+ * (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
12351
+ *
12352
+ * Views start after the window exists. During `applySnapshot`, every window shell is
12353
+ * created first; view creation starts after `platform-snapshot-applied`.
12354
+ *
12355
+ * Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
12356
+ *
12357
+ * @default false
12358
+ */
12359
+ deferViewCreation?: boolean;
12346
12360
  };
12347
12361
 
12348
12362
  /**
package/out/fdc3-api.d.ts CHANGED
@@ -12790,6 +12790,20 @@ declare type PlatformOptions = ApplicationCreationOptions & {
12790
12790
  * @default true
12791
12791
  */
12792
12792
  allowLaunchIntoPlatform?: boolean;
12793
+ /**
12794
+ * @experimental
12795
+ *
12796
+ * Creates window chrome before views. `createWindow` resolves when the window exists
12797
+ * (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
12798
+ *
12799
+ * Views start after the window exists. During `applySnapshot`, every window shell is
12800
+ * created first; view creation starts after `platform-snapshot-applied`.
12801
+ *
12802
+ * Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
12803
+ *
12804
+ * @default false
12805
+ */
12806
+ deferViewCreation?: boolean;
12793
12807
  };
12794
12808
 
12795
12809
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "46.100.62",
3
+ "version": "46.100.64",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,