@lumx/vue 4.12.1-next.1 → 4.12.1

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.
@@ -5,6 +5,8 @@ import { Ref } from 'vue';
5
5
  * If multiple focus traps are activated, only the last one is maintained and when a focus trap closes, the previous one
6
6
  * gets activated again.
7
7
  *
8
+ * If the zone has no focusable descendant, the zone element itself receives focus (with a fallback `tabindex="-1"`).
9
+ *
8
10
  * @param focusZoneElementRef The element in which to trap the focus (or ref to it). Falsy disables the trap.
9
11
  * @param focusElementRef The element to focus when the focus trap is activated (or ref to it).
10
12
  */