@openfin/core 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/mock-alpha.d.ts +0 -14
- package/out/mock-beta.d.ts +0 -14
- package/out/mock-public.d.ts +0 -14
- package/out/stub.d.ts +0 -14
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -12139,20 +12139,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12139
12139
|
* @default true
|
|
12140
12140
|
*/
|
|
12141
12141
|
allowLaunchIntoPlatform?: boolean;
|
|
12142
|
-
/**
|
|
12143
|
-
* @experimental
|
|
12144
|
-
*
|
|
12145
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12146
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12147
|
-
*
|
|
12148
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12149
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12150
|
-
*
|
|
12151
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12152
|
-
*
|
|
12153
|
-
* @default false
|
|
12154
|
-
*/
|
|
12155
|
-
deferViewCreation?: boolean;
|
|
12156
12142
|
};
|
|
12157
12143
|
|
|
12158
12144
|
/**
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -12139,20 +12139,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12139
12139
|
* @default true
|
|
12140
12140
|
*/
|
|
12141
12141
|
allowLaunchIntoPlatform?: boolean;
|
|
12142
|
-
/**
|
|
12143
|
-
* @experimental
|
|
12144
|
-
*
|
|
12145
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12146
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12147
|
-
*
|
|
12148
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12149
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12150
|
-
*
|
|
12151
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12152
|
-
*
|
|
12153
|
-
* @default false
|
|
12154
|
-
*/
|
|
12155
|
-
deferViewCreation?: boolean;
|
|
12156
12142
|
};
|
|
12157
12143
|
|
|
12158
12144
|
/**
|
package/out/mock-public.d.ts
CHANGED
|
@@ -12139,20 +12139,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12139
12139
|
* @default true
|
|
12140
12140
|
*/
|
|
12141
12141
|
allowLaunchIntoPlatform?: boolean;
|
|
12142
|
-
/**
|
|
12143
|
-
* @experimental
|
|
12144
|
-
*
|
|
12145
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12146
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12147
|
-
*
|
|
12148
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12149
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12150
|
-
*
|
|
12151
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12152
|
-
*
|
|
12153
|
-
* @default false
|
|
12154
|
-
*/
|
|
12155
|
-
deferViewCreation?: boolean;
|
|
12156
12142
|
};
|
|
12157
12143
|
|
|
12158
12144
|
/**
|
package/out/stub.d.ts
CHANGED
|
@@ -12586,20 +12586,6 @@ declare type PlatformOptions = ApplicationCreationOptions & {
|
|
|
12586
12586
|
* @default true
|
|
12587
12587
|
*/
|
|
12588
12588
|
allowLaunchIntoPlatform?: boolean;
|
|
12589
|
-
/**
|
|
12590
|
-
* @experimental
|
|
12591
|
-
*
|
|
12592
|
-
* Creates window chrome before views. `createWindow` resolves when the window exists
|
|
12593
|
-
* (`window-created`) instead of waiting for layout creation to finish (`layout-ready`).
|
|
12594
|
-
*
|
|
12595
|
-
* Views start after the window exists. During `applySnapshot`, every window shell is
|
|
12596
|
-
* created first; view creation starts after `platform-snapshot-applied`.
|
|
12597
|
-
*
|
|
12598
|
-
* Tradeoff: windows appear sooner, but view content and `layout-ready` are delayed.
|
|
12599
|
-
*
|
|
12600
|
-
* @default false
|
|
12601
|
-
*/
|
|
12602
|
-
deferViewCreation?: boolean;
|
|
12603
12589
|
};
|
|
12604
12590
|
|
|
12605
12591
|
/**
|