@openfin/fdc3-api 45.100.70 → 45.100.71

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.
@@ -8790,6 +8790,19 @@ declare class Layout extends Base {
8790
8790
  */
8791
8791
  declare type LayoutAccessibilityOptions = {
8792
8792
  viewTabOptions?: ViewTabAccessibilityOptions;
8793
+ /**
8794
+ * Keyboard shortcut used to move focus from a tab header element into the active tab's web content.
8795
+ *
8796
+ * - Accepts an accelerator-like string, e.g. `'Ctrl+Enter'`, `'Meta+Enter'`, `'Alt+Enter'`, `'Mod+Enter'`.
8797
+ * - `'Mod'`/`'CmdOrCtrl'`/`'CtrlOrMeta'` means Ctrl on Windows/Linux or Meta on macOS.
8798
+ * - Set to `false` to disable this shortcut.
8799
+ * - In core-web, reverse focus transfer (from iframe web content back to tab header) is not reliably supportable
8800
+ * due to browser iframe security and cross-origin focus restrictions. This hotkey is intentionally one-way:
8801
+ * tab header -> web content.
8802
+ *
8803
+ * @defaultValue 'Mod+Enter'
8804
+ */
8805
+ focusContentHotkey?: string | false;
8793
8806
  };
8794
8807
 
8795
8808
  /**
@@ -8790,6 +8790,19 @@ declare class Layout extends Base {
8790
8790
  */
8791
8791
  declare type LayoutAccessibilityOptions = {
8792
8792
  viewTabOptions?: ViewTabAccessibilityOptions;
8793
+ /**
8794
+ * Keyboard shortcut used to move focus from a tab header element into the active tab's web content.
8795
+ *
8796
+ * - Accepts an accelerator-like string, e.g. `'Ctrl+Enter'`, `'Meta+Enter'`, `'Alt+Enter'`, `'Mod+Enter'`.
8797
+ * - `'Mod'`/`'CmdOrCtrl'`/`'CtrlOrMeta'` means Ctrl on Windows/Linux or Meta on macOS.
8798
+ * - Set to `false` to disable this shortcut.
8799
+ * - In core-web, reverse focus transfer (from iframe web content back to tab header) is not reliably supportable
8800
+ * due to browser iframe security and cross-origin focus restrictions. This hotkey is intentionally one-way:
8801
+ * tab header -> web content.
8802
+ *
8803
+ * @defaultValue 'Mod+Enter'
8804
+ */
8805
+ focusContentHotkey?: string | false;
8793
8806
  };
8794
8807
 
8795
8808
  /**
@@ -8790,6 +8790,19 @@ declare class Layout extends Base {
8790
8790
  */
8791
8791
  declare type LayoutAccessibilityOptions = {
8792
8792
  viewTabOptions?: ViewTabAccessibilityOptions;
8793
+ /**
8794
+ * Keyboard shortcut used to move focus from a tab header element into the active tab's web content.
8795
+ *
8796
+ * - Accepts an accelerator-like string, e.g. `'Ctrl+Enter'`, `'Meta+Enter'`, `'Alt+Enter'`, `'Mod+Enter'`.
8797
+ * - `'Mod'`/`'CmdOrCtrl'`/`'CtrlOrMeta'` means Ctrl on Windows/Linux or Meta on macOS.
8798
+ * - Set to `false` to disable this shortcut.
8799
+ * - In core-web, reverse focus transfer (from iframe web content back to tab header) is not reliably supportable
8800
+ * due to browser iframe security and cross-origin focus restrictions. This hotkey is intentionally one-way:
8801
+ * tab header -> web content.
8802
+ *
8803
+ * @defaultValue 'Mod+Enter'
8804
+ */
8805
+ focusContentHotkey?: string | false;
8793
8806
  };
8794
8807
 
8795
8808
  /**
package/out/fdc3-api.d.ts CHANGED
@@ -8916,6 +8916,19 @@ declare class Layout extends Base {
8916
8916
  */
8917
8917
  declare type LayoutAccessibilityOptions = {
8918
8918
  viewTabOptions?: ViewTabAccessibilityOptions;
8919
+ /**
8920
+ * Keyboard shortcut used to move focus from a tab header element into the active tab's web content.
8921
+ *
8922
+ * - Accepts an accelerator-like string, e.g. `'Ctrl+Enter'`, `'Meta+Enter'`, `'Alt+Enter'`, `'Mod+Enter'`.
8923
+ * - `'Mod'`/`'CmdOrCtrl'`/`'CtrlOrMeta'` means Ctrl on Windows/Linux or Meta on macOS.
8924
+ * - Set to `false` to disable this shortcut.
8925
+ * - In core-web, reverse focus transfer (from iframe web content back to tab header) is not reliably supportable
8926
+ * due to browser iframe security and cross-origin focus restrictions. This hotkey is intentionally one-way:
8927
+ * tab header -> web content.
8928
+ *
8929
+ * @defaultValue 'Mod+Enter'
8930
+ */
8931
+ focusContentHotkey?: string | false;
8919
8932
  };
8920
8933
 
8921
8934
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "45.100.70",
3
+ "version": "45.100.71",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,