@openfin/fdc3-api 37.80.19 → 37.80.21

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.
@@ -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 {
@@ -7072,6 +7076,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
7072
7076
  metadata?: MetadataType;
7073
7077
  };
7074
7078
 
7079
+ declare type InheritableOptions = {
7080
+ customContext: boolean;
7081
+ customData: boolean;
7082
+ icon: boolean;
7083
+ preloadScripts: boolean;
7084
+ };
7085
+
7075
7086
  /**
7076
7087
  * Generated when an application has initialized.
7077
7088
  * @interface
@@ -10303,6 +10314,7 @@ declare namespace OpenFin {
10303
10314
  WindowState,
10304
10315
  AutoplayPolicyOptions,
10305
10316
  ConstWindowOptions,
10317
+ InheritableOptions,
10306
10318
  MutableWindowOptions,
10307
10319
  WorkspacePlatformOptions,
10308
10320
  WebRequestHeader,
@@ -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 {
@@ -7072,6 +7076,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
7072
7076
  metadata?: MetadataType;
7073
7077
  };
7074
7078
 
7079
+ declare type InheritableOptions = {
7080
+ customContext: boolean;
7081
+ customData: boolean;
7082
+ icon: boolean;
7083
+ preloadScripts: boolean;
7084
+ };
7085
+
7075
7086
  /**
7076
7087
  * Generated when an application has initialized.
7077
7088
  * @interface
@@ -10303,6 +10314,7 @@ declare namespace OpenFin {
10303
10314
  WindowState,
10304
10315
  AutoplayPolicyOptions,
10305
10316
  ConstWindowOptions,
10317
+ InheritableOptions,
10306
10318
  MutableWindowOptions,
10307
10319
  WorkspacePlatformOptions,
10308
10320
  WebRequestHeader,
@@ -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 {
@@ -7072,6 +7076,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
7072
7076
  metadata?: MetadataType;
7073
7077
  };
7074
7078
 
7079
+ declare type InheritableOptions = {
7080
+ customContext: boolean;
7081
+ customData: boolean;
7082
+ icon: boolean;
7083
+ preloadScripts: boolean;
7084
+ };
7085
+
7075
7086
  /**
7076
7087
  * Generated when an application has initialized.
7077
7088
  * @interface
@@ -10303,6 +10314,7 @@ declare namespace OpenFin {
10303
10314
  WindowState,
10304
10315
  AutoplayPolicyOptions,
10305
10316
  ConstWindowOptions,
10317
+ InheritableOptions,
10306
10318
  MutableWindowOptions,
10307
10319
  WorkspacePlatformOptions,
10308
10320
  WebRequestHeader,
package/out/fdc3-api.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 {
@@ -7162,6 +7166,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
7162
7166
  metadata?: MetadataType;
7163
7167
  };
7164
7168
 
7169
+ declare type InheritableOptions = {
7170
+ customContext: boolean;
7171
+ customData: boolean;
7172
+ icon: boolean;
7173
+ preloadScripts: boolean;
7174
+ };
7175
+
7165
7176
  /**
7166
7177
  * Generated when an application has initialized.
7167
7178
  * @interface
@@ -10614,6 +10625,7 @@ declare namespace OpenFin {
10614
10625
  WindowState,
10615
10626
  AutoplayPolicyOptions,
10616
10627
  ConstWindowOptions,
10628
+ InheritableOptions,
10617
10629
  MutableWindowOptions,
10618
10630
  WorkspacePlatformOptions,
10619
10631
  WebRequestHeader,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "37.80.19",
3
+ "version": "37.80.21",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,