@openfin/core 40.82.23 → 40.82.25
Sign up to get free protection for your applications and to get access to all the features.
- package/out/mock-alpha.d.ts +21 -0
- package/out/mock-beta.d.ts +21 -0
- package/out/mock-public.d.ts +21 -0
- package/out/mock.d.ts +21 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -3461,6 +3461,10 @@ declare type ConstViewOptions = {
|
|
3461
3461
|
*/
|
3462
3462
|
enabled: boolean;
|
3463
3463
|
};
|
3464
|
+
/**
|
3465
|
+
* Control which options to ignore when creating a Platform View.
|
3466
|
+
*/
|
3467
|
+
excludeOptions: ExcludeOptions;
|
3464
3468
|
};
|
3465
3469
|
|
3466
3470
|
/**
|
@@ -3705,6 +3709,10 @@ declare type ConstWindowOptions = {
|
|
3705
3709
|
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3706
3710
|
*/
|
3707
3711
|
inheritance?: Partial<InheritableOptions>;
|
3712
|
+
/**
|
3713
|
+
* Control which options to ignore when creating a Platform Window.
|
3714
|
+
*/
|
3715
|
+
excludeOptions: ExcludeOptions;
|
3708
3716
|
};
|
3709
3717
|
|
3710
3718
|
/**
|
@@ -4885,6 +4893,18 @@ declare type EventType_9 = Event_12['type'];
|
|
4885
4893
|
|
4886
4894
|
/* Excluded from this release type: EventWithId */
|
4887
4895
|
|
4896
|
+
/**
|
4897
|
+
* @interface
|
4898
|
+
*/
|
4899
|
+
declare type ExcludeOptions = {
|
4900
|
+
/**
|
4901
|
+
* @defaultValue false
|
4902
|
+
*
|
4903
|
+
* When true, will not merge default preload scripts from {@link ApplicationOptions.defaultWindowOptions} or {@link ApplicationOptions.defaultViewOptions}.
|
4904
|
+
*/
|
4905
|
+
preloadScripts: boolean;
|
4906
|
+
};
|
4907
|
+
|
4888
4908
|
/* Excluded from this release type: ExcludeRequested */
|
4889
4909
|
|
4890
4910
|
declare type ExistingConnectConfig = ConfigWithUuid & {
|
@@ -9155,6 +9175,7 @@ declare namespace OpenFin_2 {
|
|
9155
9175
|
ViewVisibilityOptions,
|
9156
9176
|
WindowState,
|
9157
9177
|
AutoplayPolicyOptions,
|
9178
|
+
ExcludeOptions,
|
9158
9179
|
ConstWindowOptions,
|
9159
9180
|
InheritableOptions,
|
9160
9181
|
PolicyOptions,
|
package/out/mock-beta.d.ts
CHANGED
@@ -3461,6 +3461,10 @@ declare type ConstViewOptions = {
|
|
3461
3461
|
*/
|
3462
3462
|
enabled: boolean;
|
3463
3463
|
};
|
3464
|
+
/**
|
3465
|
+
* Control which options to ignore when creating a Platform View.
|
3466
|
+
*/
|
3467
|
+
excludeOptions: ExcludeOptions;
|
3464
3468
|
};
|
3465
3469
|
|
3466
3470
|
/**
|
@@ -3705,6 +3709,10 @@ declare type ConstWindowOptions = {
|
|
3705
3709
|
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3706
3710
|
*/
|
3707
3711
|
inheritance?: Partial<InheritableOptions>;
|
3712
|
+
/**
|
3713
|
+
* Control which options to ignore when creating a Platform Window.
|
3714
|
+
*/
|
3715
|
+
excludeOptions: ExcludeOptions;
|
3708
3716
|
};
|
3709
3717
|
|
3710
3718
|
/**
|
@@ -4885,6 +4893,18 @@ declare type EventType_9 = Event_12['type'];
|
|
4885
4893
|
|
4886
4894
|
/* Excluded from this release type: EventWithId */
|
4887
4895
|
|
4896
|
+
/**
|
4897
|
+
* @interface
|
4898
|
+
*/
|
4899
|
+
declare type ExcludeOptions = {
|
4900
|
+
/**
|
4901
|
+
* @defaultValue false
|
4902
|
+
*
|
4903
|
+
* When true, will not merge default preload scripts from {@link ApplicationOptions.defaultWindowOptions} or {@link ApplicationOptions.defaultViewOptions}.
|
4904
|
+
*/
|
4905
|
+
preloadScripts: boolean;
|
4906
|
+
};
|
4907
|
+
|
4888
4908
|
/* Excluded from this release type: ExcludeRequested */
|
4889
4909
|
|
4890
4910
|
declare type ExistingConnectConfig = ConfigWithUuid & {
|
@@ -9155,6 +9175,7 @@ declare namespace OpenFin_2 {
|
|
9155
9175
|
ViewVisibilityOptions,
|
9156
9176
|
WindowState,
|
9157
9177
|
AutoplayPolicyOptions,
|
9178
|
+
ExcludeOptions,
|
9158
9179
|
ConstWindowOptions,
|
9159
9180
|
InheritableOptions,
|
9160
9181
|
PolicyOptions,
|
package/out/mock-public.d.ts
CHANGED
@@ -3461,6 +3461,10 @@ declare type ConstViewOptions = {
|
|
3461
3461
|
*/
|
3462
3462
|
enabled: boolean;
|
3463
3463
|
};
|
3464
|
+
/**
|
3465
|
+
* Control which options to ignore when creating a Platform View.
|
3466
|
+
*/
|
3467
|
+
excludeOptions: ExcludeOptions;
|
3464
3468
|
};
|
3465
3469
|
|
3466
3470
|
/**
|
@@ -3705,6 +3709,10 @@ declare type ConstWindowOptions = {
|
|
3705
3709
|
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3706
3710
|
*/
|
3707
3711
|
inheritance?: Partial<InheritableOptions>;
|
3712
|
+
/**
|
3713
|
+
* Control which options to ignore when creating a Platform Window.
|
3714
|
+
*/
|
3715
|
+
excludeOptions: ExcludeOptions;
|
3708
3716
|
};
|
3709
3717
|
|
3710
3718
|
/**
|
@@ -4885,6 +4893,18 @@ declare type EventType_9 = Event_12['type'];
|
|
4885
4893
|
|
4886
4894
|
/* Excluded from this release type: EventWithId */
|
4887
4895
|
|
4896
|
+
/**
|
4897
|
+
* @interface
|
4898
|
+
*/
|
4899
|
+
declare type ExcludeOptions = {
|
4900
|
+
/**
|
4901
|
+
* @defaultValue false
|
4902
|
+
*
|
4903
|
+
* When true, will not merge default preload scripts from {@link ApplicationOptions.defaultWindowOptions} or {@link ApplicationOptions.defaultViewOptions}.
|
4904
|
+
*/
|
4905
|
+
preloadScripts: boolean;
|
4906
|
+
};
|
4907
|
+
|
4888
4908
|
/* Excluded from this release type: ExcludeRequested */
|
4889
4909
|
|
4890
4910
|
declare type ExistingConnectConfig = ConfigWithUuid & {
|
@@ -9155,6 +9175,7 @@ declare namespace OpenFin_2 {
|
|
9155
9175
|
ViewVisibilityOptions,
|
9156
9176
|
WindowState,
|
9157
9177
|
AutoplayPolicyOptions,
|
9178
|
+
ExcludeOptions,
|
9158
9179
|
ConstWindowOptions,
|
9159
9180
|
InheritableOptions,
|
9160
9181
|
PolicyOptions,
|
package/out/mock.d.ts
CHANGED
@@ -3520,6 +3520,10 @@ declare type ConstViewOptions = {
|
|
3520
3520
|
*/
|
3521
3521
|
enabled: boolean;
|
3522
3522
|
};
|
3523
|
+
/**
|
3524
|
+
* Control which options to ignore when creating a Platform View.
|
3525
|
+
*/
|
3526
|
+
excludeOptions: ExcludeOptions;
|
3523
3527
|
};
|
3524
3528
|
|
3525
3529
|
/**
|
@@ -3764,6 +3768,10 @@ declare type ConstWindowOptions = {
|
|
3764
3768
|
* Controls whether an option is inherited from the parent application. The option is set as part of the window options for the parent application in either the {@link Manifest.startup_app} or {@link Manifest.platform} properties in the manifest or in {@link ApplicationOptions.mainWindowOptions} when calling {@link Application.ApplicationModule.start Application.start}. Use { [option]: false } to disable a specific [option]. All inheritable properties will be inherited by default if omitted.
|
3765
3769
|
*/
|
3766
3770
|
inheritance?: Partial<InheritableOptions>;
|
3771
|
+
/**
|
3772
|
+
* Control which options to ignore when creating a Platform Window.
|
3773
|
+
*/
|
3774
|
+
excludeOptions: ExcludeOptions;
|
3767
3775
|
};
|
3768
3776
|
|
3769
3777
|
/**
|
@@ -4958,6 +4966,18 @@ declare type EventWithId<Event extends AppVersionEvent> = Event extends infer E
|
|
4958
4966
|
appVersionId: string;
|
4959
4967
|
} : never;
|
4960
4968
|
|
4969
|
+
/**
|
4970
|
+
* @interface
|
4971
|
+
*/
|
4972
|
+
declare type ExcludeOptions = {
|
4973
|
+
/**
|
4974
|
+
* @defaultValue false
|
4975
|
+
*
|
4976
|
+
* When true, will not merge default preload scripts from {@link ApplicationOptions.defaultWindowOptions} or {@link ApplicationOptions.defaultViewOptions}.
|
4977
|
+
*/
|
4978
|
+
preloadScripts: boolean;
|
4979
|
+
};
|
4980
|
+
|
4961
4981
|
/**
|
4962
4982
|
* @internal
|
4963
4983
|
*
|
@@ -9473,6 +9493,7 @@ declare namespace OpenFin_2 {
|
|
9473
9493
|
ViewVisibilityOptions,
|
9474
9494
|
WindowState,
|
9475
9495
|
AutoplayPolicyOptions,
|
9496
|
+
ExcludeOptions,
|
9476
9497
|
ConstWindowOptions,
|
9477
9498
|
InheritableOptions,
|
9478
9499
|
PolicyOptions,
|