@muraldevkit/ui-toolkit 4.49.2-dev-5BFf.1 → 4.49.2
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.
|
@@ -61,11 +61,11 @@ declare class MrlRovingTabindex extends React.Component<RovingPropTypes> {
|
|
|
61
61
|
componentDidUpdate(prevProps: RovingPropTypes): void;
|
|
62
62
|
handleRef: (ref: HTMLDivElement) => HTMLDivElement;
|
|
63
63
|
/**
|
|
64
|
-
* Handles focus
|
|
65
|
-
* @param {FocusEvent} event - the focus event
|
|
64
|
+
* Handles focus out events to detect when focus leaves the roving tabindex container
|
|
65
|
+
* @param {FocusEvent} event - the focus out event
|
|
66
66
|
* @returns {void}
|
|
67
67
|
*/
|
|
68
|
-
|
|
68
|
+
handleFocusOut: (event: FocusEvent) => void;
|
|
69
69
|
/**
|
|
70
70
|
* Sets component array of elements
|
|
71
71
|
* @returns {void}
|