@openfin/node-adapter 37.80.18 → 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.
@@ -3843,6 +3843,10 @@ declare type ConstWindowOptions = {
3843
3843
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3844
3844
  */
3845
3845
  viewVisibility?: ViewVisibilityOptions;
3846
+ /**
3847
+ * 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."
3848
+ */
3849
+ inheritance?: Partial<InheritableOptions>;
3846
3850
  };
3847
3851
 
3848
3852
  declare interface Container extends EventEmitter_2 {
@@ -6746,6 +6750,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6746
6750
  metadata?: MetadataType;
6747
6751
  };
6748
6752
 
6753
+ declare type InheritableOptions = {
6754
+ customContext: boolean;
6755
+ customData: boolean;
6756
+ icon: boolean;
6757
+ preloadScripts: boolean;
6758
+ };
6759
+
6749
6760
  /**
6750
6761
  * Generated when an application has initialized.
6751
6762
  * @interface
@@ -9979,6 +9990,7 @@ declare namespace OpenFin {
9979
9990
  WindowState,
9980
9991
  AutoplayPolicyOptions,
9981
9992
  ConstWindowOptions,
9993
+ InheritableOptions,
9982
9994
  MutableWindowOptions,
9983
9995
  WorkspacePlatformOptions,
9984
9996
  WebRequestHeader,
@@ -3843,6 +3843,10 @@ declare type ConstWindowOptions = {
3843
3843
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3844
3844
  */
3845
3845
  viewVisibility?: ViewVisibilityOptions;
3846
+ /**
3847
+ * 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."
3848
+ */
3849
+ inheritance?: Partial<InheritableOptions>;
3846
3850
  };
3847
3851
 
3848
3852
  declare interface Container extends EventEmitter_2 {
@@ -6746,6 +6750,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6746
6750
  metadata?: MetadataType;
6747
6751
  };
6748
6752
 
6753
+ declare type InheritableOptions = {
6754
+ customContext: boolean;
6755
+ customData: boolean;
6756
+ icon: boolean;
6757
+ preloadScripts: boolean;
6758
+ };
6759
+
6749
6760
  /**
6750
6761
  * Generated when an application has initialized.
6751
6762
  * @interface
@@ -9979,6 +9990,7 @@ declare namespace OpenFin {
9979
9990
  WindowState,
9980
9991
  AutoplayPolicyOptions,
9981
9992
  ConstWindowOptions,
9993
+ InheritableOptions,
9982
9994
  MutableWindowOptions,
9983
9995
  WorkspacePlatformOptions,
9984
9996
  WebRequestHeader,
@@ -3843,6 +3843,10 @@ declare type ConstWindowOptions = {
3843
3843
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3844
3844
  */
3845
3845
  viewVisibility?: ViewVisibilityOptions;
3846
+ /**
3847
+ * 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."
3848
+ */
3849
+ inheritance?: Partial<InheritableOptions>;
3846
3850
  };
3847
3851
 
3848
3852
  declare interface Container extends EventEmitter_2 {
@@ -6746,6 +6750,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6746
6750
  metadata?: MetadataType;
6747
6751
  };
6748
6752
 
6753
+ declare type InheritableOptions = {
6754
+ customContext: boolean;
6755
+ customData: boolean;
6756
+ icon: boolean;
6757
+ preloadScripts: boolean;
6758
+ };
6759
+
6749
6760
  /**
6750
6761
  * Generated when an application has initialized.
6751
6762
  * @interface
@@ -9979,6 +9990,7 @@ declare namespace OpenFin {
9979
9990
  WindowState,
9980
9991
  AutoplayPolicyOptions,
9981
9992
  ConstWindowOptions,
9993
+ InheritableOptions,
9982
9994
  MutableWindowOptions,
9983
9995
  WorkspacePlatformOptions,
9984
9996
  WebRequestHeader,
@@ -3898,6 +3898,10 @@ declare type ConstWindowOptions = {
3898
3898
  * _Platform Windows Only_. Controls behavior for showing views when they are being resized by the user.
3899
3899
  */
3900
3900
  viewVisibility?: ViewVisibilityOptions;
3901
+ /**
3902
+ * 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."
3903
+ */
3904
+ inheritance?: Partial<InheritableOptions>;
3901
3905
  };
3902
3906
 
3903
3907
  declare interface Container extends EventEmitter_2 {
@@ -6858,6 +6862,13 @@ declare type InfoForIntentOptions<MetadataType = IntentMetadata_3> = {
6858
6862
  metadata?: MetadataType;
6859
6863
  };
6860
6864
 
6865
+ declare type InheritableOptions = {
6866
+ customContext: boolean;
6867
+ customData: boolean;
6868
+ icon: boolean;
6869
+ preloadScripts: boolean;
6870
+ };
6871
+
6861
6872
  /**
6862
6873
  * Generated when an application has initialized.
6863
6874
  * @interface
@@ -10312,6 +10323,7 @@ declare namespace OpenFin {
10312
10323
  WindowState,
10313
10324
  AutoplayPolicyOptions,
10314
10325
  ConstWindowOptions,
10326
+ InheritableOptions,
10315
10327
  MutableWindowOptions,
10316
10328
  WorkspacePlatformOptions,
10317
10329
  WebRequestHeader,
@@ -11826,8 +11826,7 @@ class LayoutModule extends base_1$5.Base {
11826
11826
  const managerProxy = new Proxy(layoutManager, {
11827
11827
  get(target, key) {
11828
11828
  console.warn(`[Layout-mgr-proxy] accessing ${key.toString()}`);
11829
- console.warn(msg);
11830
- return target[key];
11829
+ throw new Error(msg);
11831
11830
  }
11832
11831
  });
11833
11832
  const layout = Object.assign(this.wrapSync(layoutIdentity), { layoutManager: managerProxy });
@@ -11835,7 +11834,7 @@ class LayoutModule extends base_1$5.Base {
11835
11834
  get(target, key) {
11836
11835
  if (key === 'layoutManager') {
11837
11836
  console.warn(`[Layout-proxy] accessing ${key.toString()}`);
11838
- console.warn(msg);
11837
+ throw new Error(msg);
11839
11838
  }
11840
11839
  return target[key];
11841
11840
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "37.80.18",
3
+ "version": "37.80.20",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",