Comparing version 0.5.5 to 0.5.6
@@ -198,4 +198,12 @@ /*! | ||
} | ||
export interface MoverAxisOptions { | ||
Horizontal: 0; | ||
Vertical: 1; | ||
} | ||
export declare const MoverAxis: MoverAxisOptions; | ||
export declare type MoverAxis = MoverAxisOptions[keyof MoverAxisOptions]; | ||
/** | ||
* Options to configure keyboard navigation mover API | ||
* | ||
* TODO move Mover API to top level class and allow sane defaults | ||
*/ | ||
@@ -205,4 +213,2 @@ export declare type MoverOptions = { | ||
* The types of navigation required | ||
* | ||
* @defaultValue MoverKey.Arrows | ||
*/ | ||
@@ -217,2 +223,10 @@ navigationType: MoverKeys; | ||
cyclic?: boolean; | ||
/** | ||
* Determines the arrow keys that are used to move between focusables | ||
*/ | ||
axis: MoverAxis; | ||
/** | ||
* By default Home and End | ||
*/ | ||
disableHomeEndKeys?: boolean; | ||
}; | ||
@@ -223,2 +237,6 @@ export interface FocusableProps { | ||
mover?: MoverOptions; | ||
/** | ||
* Do not determine an element's focusability based on aria-disabled | ||
*/ | ||
ignoreAriaDisabled?: boolean; | ||
} | ||
@@ -225,0 +243,0 @@ export interface FocusableAPI { |
{ | ||
"name": "tabster", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Focus Management Tools for Web", | ||
@@ -33,3 +33,3 @@ "author": "Marat Abdullin <marata@microsoft.com>", | ||
}, | ||
"gitHead": "4654c14e277cda51034bd66860e62c6ceb89ee15" | ||
"gitHead": "73032fcc24c4b3db0e18b302a3c84afbfafdd56e" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
614903
14401
0