@openfin/core 47.100.5 → 47.100.7

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.
@@ -3805,13 +3805,6 @@ declare type ConstViewOptions = {
3805
3805
  * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3806
3806
  */
3807
3807
  processAffinity: string;
3808
- /**
3809
- * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
3810
- * Within Platform, OpenFin also implements a set of pre-defined actions called
3811
- * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
3812
- * that can be assigned to a specific hotkey in the platform manifest.
3813
- */
3814
- hotkeys: Hotkey[];
3815
3808
  /**
3816
3809
  * Scripts that run before page load. When omitted, inherits from the parent application.
3817
3810
  */
@@ -10092,6 +10085,15 @@ declare type MutableViewOptions = {
10092
10085
  * Specifies the AppLogLevel for the specified View. See {@link AppLogLevel} for more information.
10093
10086
  */
10094
10087
  appLogLevel?: AppLogLevel;
10088
+ /**
10089
+ * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
10090
+ * Within Platform, OpenFin also implements a set of pre-defined actions called
10091
+ * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
10092
+ * that can be assigned to a specific hotkey in the platform manifest.
10093
+ *
10094
+ * Can be updated after creation via {@link View.View#updateOptions updateOptions}, matching the behavior of Window.
10095
+ */
10096
+ hotkeys: Hotkey[];
10095
10097
  };
10096
10098
 
10097
10099
  /**
@@ -3805,13 +3805,6 @@ declare type ConstViewOptions = {
3805
3805
  * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3806
3806
  */
3807
3807
  processAffinity: string;
3808
- /**
3809
- * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
3810
- * Within Platform, OpenFin also implements a set of pre-defined actions called
3811
- * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
3812
- * that can be assigned to a specific hotkey in the platform manifest.
3813
- */
3814
- hotkeys: Hotkey[];
3815
3808
  /**
3816
3809
  * Scripts that run before page load. When omitted, inherits from the parent application.
3817
3810
  */
@@ -10092,6 +10085,15 @@ declare type MutableViewOptions = {
10092
10085
  * Specifies the AppLogLevel for the specified View. See {@link AppLogLevel} for more information.
10093
10086
  */
10094
10087
  appLogLevel?: AppLogLevel;
10088
+ /**
10089
+ * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
10090
+ * Within Platform, OpenFin also implements a set of pre-defined actions called
10091
+ * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
10092
+ * that can be assigned to a specific hotkey in the platform manifest.
10093
+ *
10094
+ * Can be updated after creation via {@link View.View#updateOptions updateOptions}, matching the behavior of Window.
10095
+ */
10096
+ hotkeys: Hotkey[];
10095
10097
  };
10096
10098
 
10097
10099
  /**
@@ -3805,13 +3805,6 @@ declare type ConstViewOptions = {
3805
3805
  * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3806
3806
  */
3807
3807
  processAffinity: string;
3808
- /**
3809
- * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
3810
- * Within Platform, OpenFin also implements a set of pre-defined actions called
3811
- * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
3812
- * that can be assigned to a specific hotkey in the platform manifest.
3813
- */
3814
- hotkeys: Hotkey[];
3815
3808
  /**
3816
3809
  * Scripts that run before page load. When omitted, inherits from the parent application.
3817
3810
  */
@@ -10092,6 +10085,15 @@ declare type MutableViewOptions = {
10092
10085
  * Specifies the AppLogLevel for the specified View. See {@link AppLogLevel} for more information.
10093
10086
  */
10094
10087
  appLogLevel?: AppLogLevel;
10088
+ /**
10089
+ * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
10090
+ * Within Platform, OpenFin also implements a set of pre-defined actions called
10091
+ * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
10092
+ * that can be assigned to a specific hotkey in the platform manifest.
10093
+ *
10094
+ * Can be updated after creation via {@link View.View#updateOptions updateOptions}, matching the behavior of Window.
10095
+ */
10096
+ hotkeys: Hotkey[];
10095
10097
  };
10096
10098
 
10097
10099
  /**
package/out/stub.d.ts CHANGED
@@ -3865,13 +3865,6 @@ declare type ConstViewOptions = {
3865
3865
  * String tag that attempts to group like-tagged renderers together. Will only be used if pages are on the same origin.
3866
3866
  */
3867
3867
  processAffinity: string;
3868
- /**
3869
- * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
3870
- * Within Platform, OpenFin also implements a set of pre-defined actions called
3871
- * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
3872
- * that can be assigned to a specific hotkey in the platform manifest.
3873
- */
3874
- hotkeys: Hotkey[];
3875
3868
  /**
3876
3869
  * Scripts that run before page load. When omitted, inherits from the parent application.
3877
3870
  */
@@ -10464,6 +10457,15 @@ declare type MutableViewOptions = {
10464
10457
  * Specifies the AppLogLevel for the specified View. See {@link AppLogLevel} for more information.
10465
10458
  */
10466
10459
  appLogLevel?: AppLogLevel;
10460
+ /**
10461
+ * Defines the hotkeys that will be emitted as a `hotkey` event on the view. For usage example, see {@link MutableWindowOptions hotkeys Example}.
10462
+ * Within Platform, OpenFin also implements a set of pre-defined actions called
10463
+ * {@link https://developers.openfin.co/docs/platform-api#section-5-3-using-keyboard-commands keyboard commands}
10464
+ * that can be assigned to a specific hotkey in the platform manifest.
10465
+ *
10466
+ * Can be updated after creation via {@link View.View#updateOptions updateOptions}, matching the behavior of Window.
10467
+ */
10468
+ hotkeys: Hotkey[];
10467
10469
  };
10468
10470
 
10469
10471
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "47.100.5",
3
+ "version": "47.100.7",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",