@openfin/core 34.78.79 → 34.78.81

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.
@@ -3845,7 +3845,7 @@ declare type ConstWindowOptions = {
3845
3845
  */
3846
3846
  viewVisibility?: ViewVisibilityOptions;
3847
3847
  /**
3848
- * 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
+ * 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.
3849
3849
  */
3850
3850
  inheritance?: Partial<InheritableOptions>;
3851
3851
  };
@@ -5993,6 +5993,8 @@ declare class _Frame extends EmitterBase<OpenFin_2.FrameEvent> {
5993
5993
  * Returns a frame info object representing the window that the referenced iframe is
5994
5994
  * currently embedded in.
5995
5995
  *
5996
+ * @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
5997
+ *
5996
5998
  * @example
5997
5999
  * ```js
5998
6000
  * async function getParentWindow() {
@@ -12199,7 +12201,7 @@ declare type PreloadScriptInfoRunning = {
12199
12201
  * @interface
12200
12202
  */
12201
12203
  declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
12202
- type: 'preload-script-state-changed';
12204
+ type: 'preload-scripts-state-changed';
12203
12205
  };
12204
12206
 
12205
12207
  /**
@@ -12216,7 +12218,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
12216
12218
  * @interface
12217
12219
  */
12218
12220
  declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
12219
- type: 'preload-script-state-changing';
12221
+ type: 'preload-scripts-state-changing';
12220
12222
  };
12221
12223
 
12222
12224
  declare type PresetLayoutOptions = OpenFin_2.PresetLayoutOptions;
@@ -3845,7 +3845,7 @@ declare type ConstWindowOptions = {
3845
3845
  */
3846
3846
  viewVisibility?: ViewVisibilityOptions;
3847
3847
  /**
3848
- * 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
+ * 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.
3849
3849
  */
3850
3850
  inheritance?: Partial<InheritableOptions>;
3851
3851
  };
@@ -5993,6 +5993,8 @@ declare class _Frame extends EmitterBase<OpenFin_2.FrameEvent> {
5993
5993
  * Returns a frame info object representing the window that the referenced iframe is
5994
5994
  * currently embedded in.
5995
5995
  *
5996
+ * @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
5997
+ *
5996
5998
  * @example
5997
5999
  * ```js
5998
6000
  * async function getParentWindow() {
@@ -12199,7 +12201,7 @@ declare type PreloadScriptInfoRunning = {
12199
12201
  * @interface
12200
12202
  */
12201
12203
  declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
12202
- type: 'preload-script-state-changed';
12204
+ type: 'preload-scripts-state-changed';
12203
12205
  };
12204
12206
 
12205
12207
  /**
@@ -12216,7 +12218,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
12216
12218
  * @interface
12217
12219
  */
12218
12220
  declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
12219
- type: 'preload-script-state-changing';
12221
+ type: 'preload-scripts-state-changing';
12220
12222
  };
12221
12223
 
12222
12224
  declare type PresetLayoutOptions = OpenFin_2.PresetLayoutOptions;
@@ -3845,7 +3845,7 @@ declare type ConstWindowOptions = {
3845
3845
  */
3846
3846
  viewVisibility?: ViewVisibilityOptions;
3847
3847
  /**
3848
- * 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
+ * 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.
3849
3849
  */
3850
3850
  inheritance?: Partial<InheritableOptions>;
3851
3851
  };
@@ -5993,6 +5993,8 @@ declare class _Frame extends EmitterBase<OpenFin_2.FrameEvent> {
5993
5993
  * Returns a frame info object representing the window that the referenced iframe is
5994
5994
  * currently embedded in.
5995
5995
  *
5996
+ * @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
5997
+ *
5996
5998
  * @example
5997
5999
  * ```js
5998
6000
  * async function getParentWindow() {
@@ -12199,7 +12201,7 @@ declare type PreloadScriptInfoRunning = {
12199
12201
  * @interface
12200
12202
  */
12201
12203
  declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
12202
- type: 'preload-script-state-changed';
12204
+ type: 'preload-scripts-state-changed';
12203
12205
  };
12204
12206
 
12205
12207
  /**
@@ -12216,7 +12218,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
12216
12218
  * @interface
12217
12219
  */
12218
12220
  declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
12219
- type: 'preload-script-state-changing';
12221
+ type: 'preload-scripts-state-changing';
12220
12222
  };
12221
12223
 
12222
12224
  declare type PresetLayoutOptions = OpenFin_2.PresetLayoutOptions;
package/out/mock.d.ts CHANGED
@@ -3888,7 +3888,7 @@ declare type ConstWindowOptions = {
3888
3888
  */
3889
3889
  viewVisibility?: ViewVisibilityOptions;
3890
3890
  /**
3891
- * 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."
3891
+ * 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.
3892
3892
  */
3893
3893
  inheritance?: Partial<InheritableOptions>;
3894
3894
  };
@@ -6065,6 +6065,8 @@ declare class _Frame extends EmitterBase<OpenFin_2.FrameEvent> {
6065
6065
  * Returns a frame info object representing the window that the referenced iframe is
6066
6066
  * currently embedded in.
6067
6067
  *
6068
+ * @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
6069
+ *
6068
6070
  * @example
6069
6071
  * ```js
6070
6072
  * async function getParentWindow() {
@@ -12576,7 +12578,7 @@ declare type PreloadScriptInfoRunning = {
12576
12578
  * @interface
12577
12579
  */
12578
12580
  declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
12579
- type: 'preload-script-state-changed';
12581
+ type: 'preload-scripts-state-changed';
12580
12582
  };
12581
12583
 
12582
12584
  /**
@@ -12593,7 +12595,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
12593
12595
  * @interface
12594
12596
  */
12595
12597
  declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
12596
- type: 'preload-script-state-changing';
12598
+ type: 'preload-scripts-state-changing';
12597
12599
  };
12598
12600
 
12599
12601
  declare type PresetLayoutOptions = OpenFin_2.PresetLayoutOptions;
package/out/mock.js CHANGED
@@ -11461,6 +11461,8 @@ class _Frame extends base_1$a.EmitterBase {
11461
11461
  * Returns a frame info object representing the window that the referenced iframe is
11462
11462
  * currently embedded in.
11463
11463
  *
11464
+ * @remarks If the frame is embedded in a view, this will return an invalid stub with empty fields.
11465
+ *
11464
11466
  * @example
11465
11467
  * ```js
11466
11468
  * async function getParentWindow() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "34.78.79",
3
+ "version": "34.78.81",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",