@openfin/core 37.80.19 → 37.80.20
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 +12 -0
- package/out/mock-beta.d.ts +12 -0
- package/out/mock-public.d.ts +12 -0
- package/out/mock.d.ts +12 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -3839,6 +3839,10 @@ declare type ConstWindowOptions = {
|
|
3839
3839
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3840
3840
|
*/
|
3841
3841
|
viewVisibility?: ViewVisibilityOptions;
|
3842
|
+
/**
|
3843
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3844
|
+
*/
|
3845
|
+
inheritance?: Partial<InheritableOptions>;
|
3842
3846
|
};
|
3843
3847
|
|
3844
3848
|
declare interface Container extends EventEmitter_2 {
|
@@ -6738,6 +6742,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6738
6742
|
metadata?: MetadataType;
|
6739
6743
|
};
|
6740
6744
|
|
6745
|
+
declare type InheritableOptions = {
|
6746
|
+
customContext: boolean;
|
6747
|
+
customData: boolean;
|
6748
|
+
icon: boolean;
|
6749
|
+
preloadScripts: boolean;
|
6750
|
+
};
|
6751
|
+
|
6741
6752
|
/**
|
6742
6753
|
* Generated when an application has initialized.
|
6743
6754
|
* @interface
|
@@ -9969,6 +9980,7 @@ declare namespace OpenFin_2 {
|
|
9969
9980
|
WindowState,
|
9970
9981
|
AutoplayPolicyOptions,
|
9971
9982
|
ConstWindowOptions,
|
9983
|
+
InheritableOptions,
|
9972
9984
|
MutableWindowOptions,
|
9973
9985
|
WorkspacePlatformOptions,
|
9974
9986
|
WebRequestHeader,
|
package/out/mock-beta.d.ts
CHANGED
@@ -3839,6 +3839,10 @@ declare type ConstWindowOptions = {
|
|
3839
3839
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3840
3840
|
*/
|
3841
3841
|
viewVisibility?: ViewVisibilityOptions;
|
3842
|
+
/**
|
3843
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3844
|
+
*/
|
3845
|
+
inheritance?: Partial<InheritableOptions>;
|
3842
3846
|
};
|
3843
3847
|
|
3844
3848
|
declare interface Container extends EventEmitter_2 {
|
@@ -6738,6 +6742,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6738
6742
|
metadata?: MetadataType;
|
6739
6743
|
};
|
6740
6744
|
|
6745
|
+
declare type InheritableOptions = {
|
6746
|
+
customContext: boolean;
|
6747
|
+
customData: boolean;
|
6748
|
+
icon: boolean;
|
6749
|
+
preloadScripts: boolean;
|
6750
|
+
};
|
6751
|
+
|
6741
6752
|
/**
|
6742
6753
|
* Generated when an application has initialized.
|
6743
6754
|
* @interface
|
@@ -9969,6 +9980,7 @@ declare namespace OpenFin_2 {
|
|
9969
9980
|
WindowState,
|
9970
9981
|
AutoplayPolicyOptions,
|
9971
9982
|
ConstWindowOptions,
|
9983
|
+
InheritableOptions,
|
9972
9984
|
MutableWindowOptions,
|
9973
9985
|
WorkspacePlatformOptions,
|
9974
9986
|
WebRequestHeader,
|
package/out/mock-public.d.ts
CHANGED
@@ -3839,6 +3839,10 @@ declare type ConstWindowOptions = {
|
|
3839
3839
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3840
3840
|
*/
|
3841
3841
|
viewVisibility?: ViewVisibilityOptions;
|
3842
|
+
/**
|
3843
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3844
|
+
*/
|
3845
|
+
inheritance?: Partial<InheritableOptions>;
|
3842
3846
|
};
|
3843
3847
|
|
3844
3848
|
declare interface Container extends EventEmitter_2 {
|
@@ -6738,6 +6742,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6738
6742
|
metadata?: MetadataType;
|
6739
6743
|
};
|
6740
6744
|
|
6745
|
+
declare type InheritableOptions = {
|
6746
|
+
customContext: boolean;
|
6747
|
+
customData: boolean;
|
6748
|
+
icon: boolean;
|
6749
|
+
preloadScripts: boolean;
|
6750
|
+
};
|
6751
|
+
|
6741
6752
|
/**
|
6742
6753
|
* Generated when an application has initialized.
|
6743
6754
|
* @interface
|
@@ -9969,6 +9980,7 @@ declare namespace OpenFin_2 {
|
|
9969
9980
|
WindowState,
|
9970
9981
|
AutoplayPolicyOptions,
|
9971
9982
|
ConstWindowOptions,
|
9983
|
+
InheritableOptions,
|
9972
9984
|
MutableWindowOptions,
|
9973
9985
|
WorkspacePlatformOptions,
|
9974
9986
|
WebRequestHeader,
|
package/out/mock.d.ts
CHANGED
@@ -3894,6 +3894,10 @@ declare type ConstWindowOptions = {
|
|
3894
3894
|
* _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
|
3895
3895
|
*/
|
3896
3896
|
viewVisibility?: ViewVisibilityOptions;
|
3897
|
+
/**
|
3898
|
+
* Controls whether an option is inherited from the parent application. Use { <option>: false } to disable a specific <option>. All inheritable properties will be inherited by default if omitted."
|
3899
|
+
*/
|
3900
|
+
inheritance?: Partial<InheritableOptions>;
|
3897
3901
|
};
|
3898
3902
|
|
3899
3903
|
declare interface Container extends EventEmitter_2 {
|
@@ -6828,6 +6832,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
|
|
6828
6832
|
metadata?: MetadataType;
|
6829
6833
|
};
|
6830
6834
|
|
6835
|
+
declare type InheritableOptions = {
|
6836
|
+
customContext: boolean;
|
6837
|
+
customData: boolean;
|
6838
|
+
icon: boolean;
|
6839
|
+
preloadScripts: boolean;
|
6840
|
+
};
|
6841
|
+
|
6831
6842
|
/**
|
6832
6843
|
* Generated when an application has initialized.
|
6833
6844
|
* @interface
|
@@ -10280,6 +10291,7 @@ declare namespace OpenFin_2 {
|
|
10280
10291
|
WindowState,
|
10281
10292
|
AutoplayPolicyOptions,
|
10282
10293
|
ConstWindowOptions,
|
10294
|
+
InheritableOptions,
|
10283
10295
|
MutableWindowOptions,
|
10284
10296
|
WorkspacePlatformOptions,
|
10285
10297
|
WebRequestHeader,
|