react-aria 3.49.0 → 3.50.0

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.
Files changed (244) hide show
  1. package/dist/private/autocomplete/useAutocomplete.cjs +16 -7
  2. package/dist/private/autocomplete/useAutocomplete.cjs.map +1 -1
  3. package/dist/private/autocomplete/useAutocomplete.js +16 -7
  4. package/dist/private/autocomplete/useAutocomplete.js.map +1 -1
  5. package/dist/private/autocomplete/useAutocomplete.mjs +16 -7
  6. package/dist/private/autocomplete/useAutocomplete.mjs.map +1 -1
  7. package/dist/private/breadcrumbs/useBreadcrumbs.cjs.map +1 -1
  8. package/dist/private/breadcrumbs/useBreadcrumbs.js.map +1 -1
  9. package/dist/private/breadcrumbs/useBreadcrumbs.mjs.map +1 -1
  10. package/dist/private/calendar/useCalendarBase.cjs.map +1 -1
  11. package/dist/private/calendar/useCalendarBase.js.map +1 -1
  12. package/dist/private/calendar/useCalendarBase.mjs.map +1 -1
  13. package/dist/private/calendar/useCalendarCell.cjs.map +1 -1
  14. package/dist/private/calendar/useCalendarCell.js.map +1 -1
  15. package/dist/private/calendar/useCalendarCell.mjs.map +1 -1
  16. package/dist/private/calendar/useCalendarYearPicker.cjs +4 -4
  17. package/dist/private/calendar/useCalendarYearPicker.cjs.map +1 -1
  18. package/dist/private/calendar/useCalendarYearPicker.js +4 -4
  19. package/dist/private/calendar/useCalendarYearPicker.js.map +1 -1
  20. package/dist/private/calendar/useCalendarYearPicker.mjs +4 -4
  21. package/dist/private/calendar/useCalendarYearPicker.mjs.map +1 -1
  22. package/dist/private/calendar/utils.cjs.map +1 -1
  23. package/dist/private/calendar/utils.js.map +1 -1
  24. package/dist/private/calendar/utils.mjs.map +1 -1
  25. package/dist/private/color/useColorArea.cjs.map +1 -1
  26. package/dist/private/color/useColorArea.js.map +1 -1
  27. package/dist/private/color/useColorArea.mjs.map +1 -1
  28. package/dist/private/color/useColorSwatch.cjs.map +1 -1
  29. package/dist/private/color/useColorSwatch.js.map +1 -1
  30. package/dist/private/color/useColorSwatch.mjs.map +1 -1
  31. package/dist/private/combobox/useComboBox.cjs +2 -0
  32. package/dist/private/combobox/useComboBox.cjs.map +1 -1
  33. package/dist/private/combobox/useComboBox.js +2 -0
  34. package/dist/private/combobox/useComboBox.js.map +1 -1
  35. package/dist/private/combobox/useComboBox.mjs +2 -0
  36. package/dist/private/combobox/useComboBox.mjs.map +1 -1
  37. package/dist/private/datepicker/useDateField.cjs.map +1 -1
  38. package/dist/private/datepicker/useDateField.js.map +1 -1
  39. package/dist/private/datepicker/useDateField.mjs.map +1 -1
  40. package/dist/private/datepicker/useDatePicker.cjs.map +1 -1
  41. package/dist/private/datepicker/useDatePicker.js.map +1 -1
  42. package/dist/private/datepicker/useDatePicker.mjs.map +1 -1
  43. package/dist/private/datepicker/useDateRangePicker.cjs.map +1 -1
  44. package/dist/private/datepicker/useDateRangePicker.js.map +1 -1
  45. package/dist/private/datepicker/useDateRangePicker.mjs.map +1 -1
  46. package/dist/private/datepicker/useDisplayNames.cjs +1 -2
  47. package/dist/private/datepicker/useDisplayNames.cjs.map +1 -1
  48. package/dist/private/datepicker/useDisplayNames.js +1 -2
  49. package/dist/private/datepicker/useDisplayNames.js.map +1 -1
  50. package/dist/private/datepicker/useDisplayNames.mjs +1 -2
  51. package/dist/private/datepicker/useDisplayNames.mjs.map +1 -1
  52. package/dist/private/dnd/DragManager.cjs +4 -1
  53. package/dist/private/dnd/DragManager.cjs.map +1 -1
  54. package/dist/private/dnd/DragManager.js +4 -1
  55. package/dist/private/dnd/DragManager.js.map +1 -1
  56. package/dist/private/dnd/DragManager.mjs +4 -1
  57. package/dist/private/dnd/DragManager.mjs.map +1 -1
  58. package/dist/private/dnd/useDrag.cjs.map +1 -1
  59. package/dist/private/dnd/useDrag.js.map +1 -1
  60. package/dist/private/dnd/useDrag.mjs.map +1 -1
  61. package/dist/private/dnd/useDraggableItem.cjs.map +1 -1
  62. package/dist/private/dnd/useDraggableItem.js.map +1 -1
  63. package/dist/private/dnd/useDraggableItem.mjs.map +1 -1
  64. package/dist/private/dnd/useDropIndicator.cjs.map +1 -1
  65. package/dist/private/dnd/useDropIndicator.js.map +1 -1
  66. package/dist/private/dnd/useDropIndicator.mjs.map +1 -1
  67. package/dist/private/dnd/useVirtualDrop.cjs.map +1 -1
  68. package/dist/private/dnd/useVirtualDrop.js.map +1 -1
  69. package/dist/private/dnd/useVirtualDrop.mjs.map +1 -1
  70. package/dist/private/dnd/utils.cjs +13 -3
  71. package/dist/private/dnd/utils.cjs.map +1 -1
  72. package/dist/private/dnd/utils.js +13 -3
  73. package/dist/private/dnd/utils.js.map +1 -1
  74. package/dist/private/dnd/utils.mjs +13 -3
  75. package/dist/private/dnd/utils.mjs.map +1 -1
  76. package/dist/private/form/useFormValidation.cjs +1 -1
  77. package/dist/private/form/useFormValidation.cjs.map +1 -1
  78. package/dist/private/form/useFormValidation.js +1 -1
  79. package/dist/private/form/useFormValidation.js.map +1 -1
  80. package/dist/private/form/useFormValidation.mjs +1 -1
  81. package/dist/private/form/useFormValidation.mjs.map +1 -1
  82. package/dist/private/grid/useGridSelectionAnnouncement.cjs.map +1 -1
  83. package/dist/private/grid/useGridSelectionAnnouncement.js.map +1 -1
  84. package/dist/private/grid/useGridSelectionAnnouncement.mjs.map +1 -1
  85. package/dist/private/grid/useGridSelectionCheckbox.cjs.map +1 -1
  86. package/dist/private/grid/useGridSelectionCheckbox.js.map +1 -1
  87. package/dist/private/grid/useGridSelectionCheckbox.mjs.map +1 -1
  88. package/dist/private/grid/useHighlightSelectionDescription.cjs.map +1 -1
  89. package/dist/private/grid/useHighlightSelectionDescription.js.map +1 -1
  90. package/dist/private/grid/useHighlightSelectionDescription.mjs.map +1 -1
  91. package/dist/private/gridlist/useGridList.cjs +2 -1
  92. package/dist/private/gridlist/useGridList.cjs.map +1 -1
  93. package/dist/private/gridlist/useGridList.js +2 -1
  94. package/dist/private/gridlist/useGridList.js.map +1 -1
  95. package/dist/private/gridlist/useGridList.mjs +2 -1
  96. package/dist/private/gridlist/useGridList.mjs.map +1 -1
  97. package/dist/private/gridlist/useGridListItem.cjs +62 -21
  98. package/dist/private/gridlist/useGridListItem.cjs.map +1 -1
  99. package/dist/private/gridlist/useGridListItem.js +63 -22
  100. package/dist/private/gridlist/useGridListItem.js.map +1 -1
  101. package/dist/private/gridlist/useGridListItem.mjs +62 -21
  102. package/dist/private/gridlist/useGridListItem.mjs.map +1 -1
  103. package/dist/private/interactions/createEventHandler.cjs +3 -0
  104. package/dist/private/interactions/createEventHandler.cjs.map +1 -1
  105. package/dist/private/interactions/createEventHandler.js +3 -0
  106. package/dist/private/interactions/createEventHandler.js.map +1 -1
  107. package/dist/private/interactions/createEventHandler.mjs +3 -0
  108. package/dist/private/interactions/createEventHandler.mjs.map +1 -1
  109. package/dist/private/interactions/useFocusVisible.cjs +16 -5
  110. package/dist/private/interactions/useFocusVisible.cjs.map +1 -1
  111. package/dist/private/interactions/useFocusVisible.js +16 -5
  112. package/dist/private/interactions/useFocusVisible.js.map +1 -1
  113. package/dist/private/interactions/useFocusVisible.mjs +16 -5
  114. package/dist/private/interactions/useFocusVisible.mjs.map +1 -1
  115. package/dist/private/menu/useMenu.cjs.map +1 -1
  116. package/dist/private/menu/useMenu.js.map +1 -1
  117. package/dist/private/menu/useMenu.mjs.map +1 -1
  118. package/dist/private/menu/useMenuItem.cjs +1 -1
  119. package/dist/private/menu/useMenuItem.cjs.map +1 -1
  120. package/dist/private/menu/useMenuItem.js +1 -1
  121. package/dist/private/menu/useMenuItem.js.map +1 -1
  122. package/dist/private/menu/useMenuItem.mjs +1 -1
  123. package/dist/private/menu/useMenuItem.mjs.map +1 -1
  124. package/dist/private/menu/useMenuTrigger.cjs.map +1 -1
  125. package/dist/private/menu/useMenuTrigger.js.map +1 -1
  126. package/dist/private/menu/useMenuTrigger.mjs.map +1 -1
  127. package/dist/private/menu/utils.cjs.map +1 -1
  128. package/dist/private/menu/utils.js.map +1 -1
  129. package/dist/private/menu/utils.mjs.map +1 -1
  130. package/dist/private/numberfield/useNumberField.cjs.map +1 -1
  131. package/dist/private/numberfield/useNumberField.js.map +1 -1
  132. package/dist/private/numberfield/useNumberField.mjs.map +1 -1
  133. package/dist/private/overlays/DismissButton.cjs.map +1 -1
  134. package/dist/private/overlays/DismissButton.js.map +1 -1
  135. package/dist/private/overlays/DismissButton.mjs.map +1 -1
  136. package/dist/private/overlays/calculatePosition.cjs +7 -7
  137. package/dist/private/overlays/calculatePosition.cjs.map +1 -1
  138. package/dist/private/overlays/calculatePosition.js +7 -7
  139. package/dist/private/overlays/calculatePosition.js.map +1 -1
  140. package/dist/private/overlays/calculatePosition.mjs +7 -7
  141. package/dist/private/overlays/calculatePosition.mjs.map +1 -1
  142. package/dist/private/overlays/useOverlayPosition.cjs +3 -2
  143. package/dist/private/overlays/useOverlayPosition.cjs.map +1 -1
  144. package/dist/private/overlays/useOverlayPosition.js +3 -2
  145. package/dist/private/overlays/useOverlayPosition.js.map +1 -1
  146. package/dist/private/overlays/useOverlayPosition.mjs +3 -2
  147. package/dist/private/overlays/useOverlayPosition.mjs.map +1 -1
  148. package/dist/private/searchfield/useSearchField.cjs.map +1 -1
  149. package/dist/private/searchfield/useSearchField.js.map +1 -1
  150. package/dist/private/searchfield/useSearchField.mjs.map +1 -1
  151. package/dist/private/select/useSelect.cjs +1 -2
  152. package/dist/private/select/useSelect.cjs.map +1 -1
  153. package/dist/private/select/useSelect.js +1 -2
  154. package/dist/private/select/useSelect.js.map +1 -1
  155. package/dist/private/select/useSelect.mjs +1 -2
  156. package/dist/private/select/useSelect.mjs.map +1 -1
  157. package/dist/private/selection/ListKeyboardDelegate.cjs +31 -3
  158. package/dist/private/selection/ListKeyboardDelegate.cjs.map +1 -1
  159. package/dist/private/selection/ListKeyboardDelegate.js +31 -3
  160. package/dist/private/selection/ListKeyboardDelegate.js.map +1 -1
  161. package/dist/private/selection/ListKeyboardDelegate.mjs +31 -3
  162. package/dist/private/selection/ListKeyboardDelegate.mjs.map +1 -1
  163. package/dist/private/selection/useSelectableCollection.cjs +20 -14
  164. package/dist/private/selection/useSelectableCollection.cjs.map +1 -1
  165. package/dist/private/selection/useSelectableCollection.js +26 -19
  166. package/dist/private/selection/useSelectableCollection.js.map +1 -1
  167. package/dist/private/selection/useSelectableCollection.mjs +20 -14
  168. package/dist/private/selection/useSelectableCollection.mjs.map +1 -1
  169. package/dist/private/selection/useTypeSelect.cjs +50 -18
  170. package/dist/private/selection/useTypeSelect.cjs.map +1 -1
  171. package/dist/private/selection/useTypeSelect.js +51 -19
  172. package/dist/private/selection/useTypeSelect.js.map +1 -1
  173. package/dist/private/selection/useTypeSelect.mjs +51 -19
  174. package/dist/private/selection/useTypeSelect.mjs.map +1 -1
  175. package/dist/private/spinbutton/useSpinButton.cjs.map +1 -1
  176. package/dist/private/spinbutton/useSpinButton.js.map +1 -1
  177. package/dist/private/spinbutton/useSpinButton.mjs.map +1 -1
  178. package/dist/private/steplist/useStepList.cjs.map +1 -1
  179. package/dist/private/steplist/useStepList.js.map +1 -1
  180. package/dist/private/steplist/useStepList.mjs.map +1 -1
  181. package/dist/private/table/useTable.cjs.map +1 -1
  182. package/dist/private/table/useTable.js.map +1 -1
  183. package/dist/private/table/useTable.mjs.map +1 -1
  184. package/dist/private/table/useTableColumnHeader.cjs.map +1 -1
  185. package/dist/private/table/useTableColumnHeader.js.map +1 -1
  186. package/dist/private/table/useTableColumnHeader.mjs.map +1 -1
  187. package/dist/private/table/useTableColumnResize.cjs.map +1 -1
  188. package/dist/private/table/useTableColumnResize.js.map +1 -1
  189. package/dist/private/table/useTableColumnResize.mjs.map +1 -1
  190. package/dist/private/table/useTableRow.cjs.map +1 -1
  191. package/dist/private/table/useTableRow.js.map +1 -1
  192. package/dist/private/table/useTableRow.mjs.map +1 -1
  193. package/dist/private/table/useTableSelectionCheckbox.cjs.map +1 -1
  194. package/dist/private/table/useTableSelectionCheckbox.js.map +1 -1
  195. package/dist/private/table/useTableSelectionCheckbox.mjs.map +1 -1
  196. package/dist/private/tabs/TabsKeyboardDelegate.cjs +2 -2
  197. package/dist/private/tabs/TabsKeyboardDelegate.cjs.map +1 -1
  198. package/dist/private/tabs/TabsKeyboardDelegate.js +2 -2
  199. package/dist/private/tabs/TabsKeyboardDelegate.js.map +1 -1
  200. package/dist/private/tabs/TabsKeyboardDelegate.mjs +2 -2
  201. package/dist/private/tabs/TabsKeyboardDelegate.mjs.map +1 -1
  202. package/dist/private/tag/useTag.cjs.map +1 -1
  203. package/dist/private/tag/useTag.js.map +1 -1
  204. package/dist/private/tag/useTag.mjs.map +1 -1
  205. package/dist/private/toast/useToast.cjs.map +1 -1
  206. package/dist/private/toast/useToast.js.map +1 -1
  207. package/dist/private/toast/useToast.mjs.map +1 -1
  208. package/dist/private/toast/useToastRegion.cjs.map +1 -1
  209. package/dist/private/toast/useToastRegion.js.map +1 -1
  210. package/dist/private/toast/useToastRegion.mjs.map +1 -1
  211. package/dist/private/toolbar/useToolbar.cjs +0 -1
  212. package/dist/private/toolbar/useToolbar.cjs.map +1 -1
  213. package/dist/private/toolbar/useToolbar.js +0 -1
  214. package/dist/private/toolbar/useToolbar.js.map +1 -1
  215. package/dist/private/toolbar/useToolbar.mjs +0 -1
  216. package/dist/private/toolbar/useToolbar.mjs.map +1 -1
  217. package/dist/private/tree/useTree.cjs.map +1 -1
  218. package/dist/private/tree/useTree.js.map +1 -1
  219. package/dist/private/tree/useTree.mjs.map +1 -1
  220. package/dist/private/tree/useTreeItem.cjs.map +1 -1
  221. package/dist/private/tree/useTreeItem.js.map +1 -1
  222. package/dist/private/tree/useTreeItem.mjs.map +1 -1
  223. package/dist/private/utils/isElementVisible.cjs +1 -1
  224. package/dist/private/utils/isElementVisible.cjs.map +1 -1
  225. package/dist/private/utils/isElementVisible.js +1 -1
  226. package/dist/private/utils/isElementVisible.js.map +1 -1
  227. package/dist/private/utils/isElementVisible.mjs +1 -1
  228. package/dist/private/utils/isElementVisible.mjs.map +1 -1
  229. package/dist/private/utils/isFocusable.cjs +3 -1
  230. package/dist/private/utils/isFocusable.cjs.map +1 -1
  231. package/dist/private/utils/isFocusable.js +3 -1
  232. package/dist/private/utils/isFocusable.js.map +1 -1
  233. package/dist/private/utils/isFocusable.mjs +3 -1
  234. package/dist/private/utils/isFocusable.mjs.map +1 -1
  235. package/dist/types/src/dnd/utils.d.ts +2 -2
  236. package/dist/types/src/gridlist/useGridList.d.ts +7 -0
  237. package/dist/types/src/menu/useMenu.d.ts +1 -1
  238. package/dist/types/src/menu/utils.d.ts +1 -1
  239. package/dist/types/src/overlays/calculatePosition.d.ts +1 -0
  240. package/dist/types/src/overlays/useOverlayPosition.d.ts +8 -0
  241. package/dist/types/src/selection/ListKeyboardDelegate.d.ts +1 -0
  242. package/dist/types/src/selection/useSelectableCollection.d.ts +7 -0
  243. package/dist/types/src/tree/useTree.d.ts +1 -1
  244. package/package.json +4 -4
@@ -68,6 +68,7 @@ function $520542e1cf209aea$export$1e40b3ca02d92d21(props, state) {
68
68
  // Tracks if a collection has been connected to the autocomplete. If false, we don't want to add various attributes to the autocomplete input
69
69
  // since it isn't attached to a filterable collection (e.g. Tabs)
70
70
  let [hasCollection, setHasCollection] = (0, $7JMdJ$react.useState)(false);
71
+ let [autoFocusOnMount, setAutoFocusOnMount] = (0, $7JMdJ$react.useState)(false);
71
72
  (0, $7JMdJ$react.useEffect)(()=>{
72
73
  return ()=>clearTimeout(timeout.current);
73
74
  }, []);
@@ -125,6 +126,10 @@ function $520542e1cf209aea$export$1e40b3ca02d92d21(props, state) {
125
126
  callbackRef
126
127
  ]));
127
128
  let focusFirstItem = (0, $7JMdJ$react.useCallback)(()=>{
129
+ if (!collectionRef.current) {
130
+ setAutoFocusOnMount(true);
131
+ return;
132
+ }
128
133
  delayNextActiveDescendant.current = true;
129
134
  collectionRef.current?.dispatchEvent(new CustomEvent((0, $79558b1ff24cb93a$exports.FOCUS_EVENT), {
130
135
  cancelable: true,
@@ -137,6 +142,7 @@ function $520542e1cf209aea$export$1e40b3ca02d92d21(props, state) {
137
142
  collectionRef
138
143
  ]);
139
144
  let clearVirtualFocus = (0, $7JMdJ$react.useCallback)((clearFocusKey)=>{
145
+ setAutoFocusOnMount(false);
140
146
  (0, $4f541c01c875ab4e$exports.moveVirtualFocus)((0, $da02ee888921bc9e$exports.getActiveElement)());
141
147
  queuedActiveDescendant.current = null;
142
148
  state.setFocusedNodeId(null);
@@ -155,14 +161,16 @@ function $520542e1cf209aea$export$1e40b3ca02d92d21(props, state) {
155
161
  state
156
162
  ]);
157
163
  let lastInputType = (0, $7JMdJ$react.useRef)('');
158
- (0, $6e76e65001bbcda2$exports.useEvent)(inputRef, 'input', (e)=>{
164
+ (0, $6e76e65001bbcda2$exports.useEvent)(inputRef, 'beforeinput', (e)=>{
159
165
  let { inputType: inputType } = e;
160
166
  lastInputType.current = inputType;
161
167
  });
162
168
  let onChange = (value)=>{
163
169
  // Tell wrapped collection to focus the first element in the list when typing forward and to clear focused key when modifying the text via
164
170
  // copy paste/backspacing/undo/redo for screen reader announcements
165
- if (lastInputType.current === 'insertText' && !disableAutoFocusFirst) focusFirstItem();
171
+ if ((lastInputType.current === 'insertText' || // IME composition (e.g. CJK input) reports 'insertCompositionText'/'insertFromComposition'
172
+ // instead of 'insertText'. Treat these as forward typing so the first item gets virtual focus.
173
+ lastInputType.current === 'insertCompositionText' || lastInputType.current === 'insertFromComposition') && !disableAutoFocusFirst) focusFirstItem();
166
174
  else if (lastInputType.current && (lastInputType.current.includes('insert') || lastInputType.current.includes('delete') || lastInputType.current.includes('history'))) {
167
175
  clearVirtualFocus(true);
168
176
  // If onChange was triggered before the timeout actually updated the activedescendant, we need to fire
@@ -216,7 +224,7 @@ function $520542e1cf209aea$export$1e40b3ca02d92d21(props, state) {
216
224
  // to the wrapped collection if there is a focused node so that a user can continue moving the
217
225
  // virtual focus. However, if the user doesn't have a focus in the collection, just move the text
218
226
  // cursor instead. They can move focus down into the collection via down/up arrow if need be
219
- if ((e.key === 'ArrowRight' || e.key === 'ArrowLeft') && state.inputValue.length > 0) {
227
+ if (e.key === 'ArrowRight' || e.key === 'ArrowLeft') {
220
228
  if (focusedNodeId == null) {
221
229
  if (!e.isPropagationStopped()) e.stopPropagation();
222
230
  return;
@@ -337,11 +345,11 @@ function $520542e1cf209aea$export$1e40b3ca02d92d21(props, state) {
337
345
  onFocus: onFocus,
338
346
  onPointerDown: onPointerDown
339
347
  };
340
- if (hasCollection) inputProps = {
348
+ inputProps = {
341
349
  ...inputProps,
342
- ...shouldUseVirtualFocus && virtualFocusProps,
350
+ ...shouldUseVirtualFocus && hasCollection && virtualFocusProps,
343
351
  enterKeyHint: 'go',
344
- 'aria-controls': collectionId,
352
+ 'aria-controls': hasCollection ? collectionId : undefined,
345
353
  // TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)
346
354
  'aria-autocomplete': 'list',
347
355
  // This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.
@@ -354,7 +362,8 @@ function $520542e1cf209aea$export$1e40b3ca02d92d21(props, state) {
354
362
  inputProps: inputProps,
355
363
  collectionProps: (0, $89b39774f3b79dbb$exports.mergeProps)(collectionProps, {
356
364
  shouldUseVirtualFocus: shouldUseVirtualFocus,
357
- disallowTypeAhead: shouldUseVirtualFocus
365
+ disallowTypeAhead: shouldUseVirtualFocus,
366
+ autoFocus: autoFocusOnMount ? 'first' : false
358
367
  }),
359
368
  collectionRef: mergedCollectionRef,
360
369
  filter: filter != null ? filterFn : undefined
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/react-aria/src/autocomplete/useAutocomplete.ts"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n AriaLabelingProps,\n BaseEvent,\n DOMProps,\n FocusableElement,\n FocusEvents,\n KeyboardEvents,\n Node,\n RefObject,\n ValueBase\n} from '@react-types/shared';\nimport {AriaTextFieldProps} from '../textfield/useTextField';\nimport {\n AutocompleteProps,\n AutocompleteState\n} from 'react-stately/private/autocomplete/useAutocompleteState';\nimport {CLEAR_FOCUS_EVENT, FOCUS_EVENT} from '../utils/constants';\nimport {\n dispatchVirtualBlur,\n dispatchVirtualFocus,\n getVirtuallyFocusedElement,\n moveVirtualFocus\n} from '../focus/virtualFocus';\nimport {getActiveElement, getEventTarget} from '../utils/shadowdom/DOMFunctions';\nimport {getInteractionModality, getPointerType} from '../interactions/useFocusVisible';\nimport {getOwnerDocument} from '../utils/domHelpers';\nimport intlMessages from '../../intl/autocomplete/*.json';\nimport {isAndroid, isIOS} from '../utils/platform';\nimport {isCtrlKeyPressed} from '../utils/keyboard';\nimport {mergeProps} from '../utils/mergeProps';\nimport {mergeRefs} from '../utils/mergeRefs';\nimport {\n FocusEvent as ReactFocusEvent,\n KeyboardEvent as ReactKeyboardEvent,\n PointerEvent as ReactPointerEvent,\n useCallback,\n useEffect,\n useMemo,\n useRef,\n useState\n} from 'react';\nimport {useEffectEvent} from '../utils/useEffectEvent';\nimport {useEvent} from '../utils/useEvent';\n\nimport {useId} from '../utils/useId';\n\nimport {useLabels} from '../utils/useLabels';\n// @ts-ignore\nimport {useLayoutEffect} from '../utils/useLayoutEffect';\nimport {useLocalizedStringFormatter} from '../i18n/useLocalizedStringFormatter';\nimport {useObjectRef} from '../utils/useObjectRef';\n\nexport interface CollectionOptions extends DOMProps, AriaLabelingProps {\n /** Whether the collection items should use virtual focus instead of being focused directly. */\n shouldUseVirtualFocus: boolean;\n /** Whether typeahead is disabled. */\n disallowTypeAhead: boolean;\n}\n\nexport interface InputProps<T = FocusableElement>\n extends\n DOMProps,\n FocusEvents<T>,\n KeyboardEvents,\n Pick<ValueBase<string>, 'onChange' | 'value'>,\n Pick<\n AriaTextFieldProps,\n | 'enterKeyHint'\n | 'aria-controls'\n | 'aria-autocomplete'\n | 'aria-activedescendant'\n | 'spellCheck'\n | 'autoCorrect'\n | 'autoComplete'\n > {}\n\nexport interface AriaAutocompleteProps<T> extends AutocompleteProps {\n /**\n * An optional filter function used to determine if a option should be included in the\n * autocomplete list. Include this if the items you are providing to your wrapped collection\n * aren't filtered by default.\n */\n filter?: (textValue: string, inputValue: string, node: Node<T>) => boolean;\n\n /**\n * Whether or not to focus the first item in the collection after a filter is performed. Note this\n * is only applicable if virtual focus behavior is not turned off via `disableVirtualFocus`.\n *\n * @default false\n */\n disableAutoFocusFirst?: boolean;\n\n /**\n * Whether the autocomplete should disable virtual focus, instead making the wrapped collection\n * directly tabbable.\n *\n * @default false\n */\n disableVirtualFocus?: boolean;\n}\n\nexport interface AriaAutocompleteOptions<T> extends Omit<AriaAutocompleteProps<T>, 'children'> {\n /** The ref for the wrapped collection element. */\n inputRef: RefObject<HTMLInputElement | null>;\n /** The ref for the wrapped collection element. */\n collectionRef: RefObject<HTMLElement | null>;\n}\n\nexport interface AutocompleteAria<T> {\n /**\n * Props for the autocomplete input element. These should be passed to the input's aria hooks\n * (e.g. useTextField/useSearchField/etc) respectively.\n */\n inputProps: InputProps;\n /** Props for the collection, to be passed to collection's respective aria hook (e.g. useMenu). */\n collectionProps: CollectionOptions;\n /** Ref to attach to the wrapped collection. */\n collectionRef: RefObject<HTMLElement | null>;\n /**\n * A filter function that returns if the provided collection node should be filtered out of the\n * collection.\n */\n filter?: (nodeTextValue: string, node: Node<T>) => boolean;\n}\n\n/**\n * Provides the behavior and accessibility implementation for an autocomplete component. An\n * autocomplete combines a text input with a collection, allowing users to filter the collection's\n * contents match a query.\n *\n * @param props - Props for the autocomplete.\n * @param state - State for the autocomplete, as returned by `useAutocompleteState`.\n */\nexport function useAutocomplete<T>(\n props: AriaAutocompleteOptions<T>,\n state: AutocompleteState\n): AutocompleteAria<T> {\n let {\n inputRef,\n collectionRef,\n filter,\n disableAutoFocusFirst = false,\n disableVirtualFocus = false\n } = props;\n\n let collectionId = useId();\n let timeout = useRef<ReturnType<typeof setTimeout> | undefined>(undefined);\n let delayNextActiveDescendant = useRef(false);\n let queuedActiveDescendant = useRef<string | null>(null);\n\n // For mobile screen readers, we don't want virtual focus, instead opting to disable FocusScope's restoreFocus and manually\n // moving focus back to the subtriggers\n let isMobileScreenReader = getInteractionModality() === 'virtual' && (isIOS() || isAndroid());\n let [shouldUseVirtualFocus, setShouldUseVirtualFocus] = useState(\n !isMobileScreenReader && !disableVirtualFocus\n );\n // Tracks if a collection has been connected to the autocomplete. If false, we don't want to add various attributes to the autocomplete input\n // since it isn't attached to a filterable collection (e.g. Tabs)\n let [hasCollection, setHasCollection] = useState(false);\n\n useEffect(() => {\n return () => clearTimeout(timeout.current);\n }, []);\n\n let updateActiveDescendantEvent = useEffectEvent((e: Event) => {\n // Ensure input is focused if the user clicks on the collection directly.\n // don't trigger on touch so that mobile keyboard doesnt appear when tapping on options\n if (\n !e.isTrusted &&\n shouldUseVirtualFocus &&\n inputRef.current &&\n getActiveElement(getOwnerDocument(inputRef.current)) !== inputRef.current &&\n getPointerType() !== 'touch'\n ) {\n inputRef.current.focus();\n }\n\n let target = getEventTarget(e) as Element | null;\n if (e.isTrusted || !target || queuedActiveDescendant.current === target.id) {\n return;\n }\n\n clearTimeout(timeout.current);\n if (target !== collectionRef.current) {\n if (delayNextActiveDescendant.current) {\n queuedActiveDescendant.current = target.id;\n timeout.current = setTimeout(() => {\n state.setFocusedNodeId(target.id);\n }, 500);\n } else {\n queuedActiveDescendant.current = target.id;\n state.setFocusedNodeId(target.id);\n }\n } else if (\n queuedActiveDescendant.current &&\n !document.getElementById(queuedActiveDescendant.current)\n ) {\n // If we recieve a focus event refocusing the collection, either we have newly refocused the input and are waiting for the\n // wrapped collection to refocus the previously focused node if any OR\n // we are in a state where we've filtered to such a point that there aren't any matching items in the collection to focus.\n // In this case we want to clear tracked item if any and clear active descendant\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n }\n\n delayNextActiveDescendant.current = false;\n });\n\n let [collectionNode, setCollectionNode] = useState<HTMLElement | null>(null);\n let callbackRef = useCallback(node => {\n setCollectionNode(node);\n if (node != null) {\n // If useSelectableCollection isn't passed shouldUseVirtualFocus even when useAutocomplete provides it\n // that means the collection doesn't support it (e.g. Table). If that is the case, we need to disable it here regardless\n // of what the user's provided so that the input doesn't recieve the onKeyDown and autocomplete props.\n if (node.getAttribute('tabindex') != null) {\n setShouldUseVirtualFocus(false);\n }\n setHasCollection(true);\n } else {\n setHasCollection(false);\n }\n }, []);\n useLayoutEffect(() => {\n if (collectionNode != null) {\n // When typing forward, we want to delay the setting of active descendant to not interrupt the native screen reader announcement\n // of the letter you just typed. If we recieve another focus event then we clear the queued update\n collectionNode.addEventListener('focusin', updateActiveDescendantEvent);\n }\n return () => {\n collectionNode?.removeEventListener('focusin', updateActiveDescendantEvent);\n };\n }, [collectionNode]);\n\n // Make sure to memo so that React doesn't keep registering a new event listeners on every rerender of the wrapped collection\n let mergedCollectionRef = useObjectRef(\n useMemo(() => mergeRefs(collectionRef, callbackRef), [collectionRef, callbackRef])\n );\n\n let focusFirstItem = useCallback(() => {\n delayNextActiveDescendant.current = true;\n collectionRef.current?.dispatchEvent(\n new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n focusStrategy: 'first'\n }\n })\n );\n }, [collectionRef]);\n\n let clearVirtualFocus = useCallback(\n (clearFocusKey?: boolean) => {\n moveVirtualFocus(getActiveElement());\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n let clearFocusEvent = new CustomEvent(CLEAR_FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n clearFocusKey\n }\n });\n clearTimeout(timeout.current);\n delayNextActiveDescendant.current = false;\n collectionRef.current?.dispatchEvent(clearFocusEvent);\n },\n [collectionRef, state]\n );\n\n let lastInputType = useRef('');\n useEvent(inputRef, 'input', e => {\n let {inputType} = e as InputEvent;\n lastInputType.current = inputType;\n });\n\n let onChange = (value: string) => {\n // Tell wrapped collection to focus the first element in the list when typing forward and to clear focused key when modifying the text via\n // copy paste/backspacing/undo/redo for screen reader announcements\n if (lastInputType.current === 'insertText' && !disableAutoFocusFirst) {\n focusFirstItem();\n } else if (\n lastInputType.current &&\n (lastInputType.current.includes('insert') ||\n lastInputType.current.includes('delete') ||\n lastInputType.current.includes('history'))\n ) {\n clearVirtualFocus(true);\n\n // If onChange was triggered before the timeout actually updated the activedescendant, we need to fire\n // our own dispatchVirtualFocus so focusVisible gets reapplied on the input\n if (getVirtuallyFocusedElement(document) === inputRef.current) {\n dispatchVirtualFocus(inputRef.current!, null);\n }\n }\n\n state.setInputValue(value);\n };\n\n let keyDownTarget = useRef<Element | null>(null);\n // For textfield specific keydown operations\n let onKeyDown = (e: BaseEvent<ReactKeyboardEvent<any>>) => {\n keyDownTarget.current = getEventTarget(e) as Element;\n if (e.nativeEvent.isComposing) {\n return;\n }\n\n let focusedNodeId = queuedActiveDescendant.current;\n if (\n focusedNodeId !== null &&\n getOwnerDocument(inputRef.current).getElementById(focusedNodeId) == null\n ) {\n // if the focused id doesn't exist in document, then we need to clear the tracked focused node, otherwise\n // we will be attempting to fire key events on a non-existing node instead of trying to focus the newly swapped wrapped collection.\n // This can happen if you are swapping out the Autocomplete wrapped collection component like in the docs search.\n queuedActiveDescendant.current = null;\n focusedNodeId = null;\n }\n\n switch (e.key) {\n case 'a':\n if (isCtrlKeyPressed(e)) {\n return;\n }\n break;\n case 'Escape':\n // Early return for Escape here so it doesn't leak the Escape event from the simulated collection event below and\n // close the dialog prematurely. Ideally that should be up to the discretion of the input element hence the check\n // for isPropagationStopped\n if (e.isDefaultPrevented()) {\n return;\n }\n break;\n case ' ':\n // Space shouldn't trigger onAction so early return.\n return;\n case 'Tab':\n // Don't propogate Tab down to the collection, otherwise we will try to focus the collection via useSelectableCollection's Tab handler (aka shift tab logic)\n // We want FocusScope to handle Tab if one exists (aka sub dialog), so special casepropogate\n if ('continuePropagation' in e) {\n e.continuePropagation();\n }\n return;\n case 'Home':\n case 'End':\n case 'PageDown':\n case 'PageUp':\n case 'ArrowUp':\n case 'ArrowDown':\n case 'ArrowRight':\n case 'ArrowLeft': {\n if ((e.key === 'Home' || e.key === 'End') && focusedNodeId == null && e.shiftKey) {\n return;\n }\n\n // If there is text within the input field, we'll want continue propagating events down\n // to the wrapped collection if there is a focused node so that a user can continue moving the\n // virtual focus. However, if the user doesn't have a focus in the collection, just move the text\n // cursor instead. They can move focus down into the collection via down/up arrow if need be\n if ((e.key === 'ArrowRight' || e.key === 'ArrowLeft') && state.inputValue.length > 0) {\n if (focusedNodeId == null) {\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n return;\n }\n\n break;\n }\n\n // Prevent these keys from moving the text cursor in the input\n e.preventDefault();\n // Move virtual focus into the wrapped collection\n let focusCollection = new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true\n });\n\n collectionRef.current?.dispatchEvent(focusCollection);\n break;\n }\n }\n\n // Emulate the keyboard events that happen in the input field in the wrapped collection. This is for triggering things like onAction via Enter\n // or moving focus from one item to another. Stop propagation on the input event if it isn't already stopped so it doesn't leak out. For events\n // like ESC, the dispatched event below will bubble out of the collection and be stopped if handled by useSelectableCollection, otherwise will bubble\n // as expected\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n\n let shouldPerformDefaultAction = true;\n if (collectionRef.current !== null) {\n if (focusedNodeId == null) {\n shouldPerformDefaultAction =\n collectionRef.current?.dispatchEvent(\n new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)\n ) || false;\n } else {\n let item = document.getElementById(focusedNodeId);\n if (item) {\n shouldPerformDefaultAction =\n item?.dispatchEvent(new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)) || false;\n }\n }\n }\n\n if (shouldPerformDefaultAction) {\n switch (e.key) {\n case 'ArrowLeft':\n case 'ArrowRight': {\n // Clear the activedescendant so NVDA announcements aren't interrupted but retain the focused key in the collection so the\n // user's keyboard navigation restarts from where they left off\n clearVirtualFocus();\n break;\n }\n case 'Enter':\n // Trigger click action on item when Enter key was pressed.\n if (focusedNodeId != null) {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new PointerEvent('click', e.nativeEvent));\n }\n break;\n }\n } else {\n // TODO: check if we can do this, want to stop textArea from using its default Enter behavior so items are properly triggered\n e.preventDefault();\n }\n };\n\n let onKeyUpCapture = useEffectEvent(e => {\n // Dispatch simulated key up events for things like triggering links in listbox\n // Make sure to stop the propagation of the input keyup event so that the simulated keyup/down pair\n // is detected by usePress instead of the original keyup originating from the input\n if (getEventTarget(e) === keyDownTarget.current) {\n e.stopImmediatePropagation();\n let focusedNodeId = queuedActiveDescendant.current;\n if (focusedNodeId == null) {\n collectionRef.current?.dispatchEvent(new KeyboardEvent(e.type, e));\n } else {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new KeyboardEvent(e.type, e));\n }\n }\n });\n\n useEffect(() => {\n document.addEventListener('keyup', onKeyUpCapture, true);\n return () => {\n document.removeEventListener('keyup', onKeyUpCapture, true);\n };\n }, []);\n\n let stringFormatter = useLocalizedStringFormatter(intlMessages, '@react-aria/autocomplete');\n let collectionProps = useLabels({\n id: collectionId,\n 'aria-label': stringFormatter.format('collectionLabel')\n });\n\n let filterFn = useCallback(\n (nodeTextValue: string, node: Node<T>) => {\n if (filter) {\n return filter(nodeTextValue, state.inputValue, node);\n }\n\n return true;\n },\n [state.inputValue, filter]\n );\n\n // Be sure to clear/restore the virtual + collection focus when blurring/refocusing the field so we only show the\n // focus ring on the virtually focused collection when are actually interacting with the Autocomplete\n let onBlur = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let lastFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (lastFocusedNode) {\n dispatchVirtualBlur(lastFocusedNode, e.relatedTarget);\n }\n };\n\n let onFocus = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let curFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (curFocusedNode) {\n let target = getEventTarget(e);\n queueMicrotask(() => {\n // instead of focusing the last focused node, just focus the collection instead and have the collection handle what item to focus via useSelectableCollection/Item\n dispatchVirtualBlur(target, collectionRef.current);\n dispatchVirtualFocus(collectionRef.current!, target);\n });\n }\n };\n\n // Clicking back into the input can happen after focus moved elsewhere in the dialog, while\n // virtual focus is still on an option. Clear virtual focus on pointer down so mouse\n // interactions restore the input state before the click's focus handling runs.\n // Touch is excluded because touch interactions should not move focus back to the input.\n let onPointerDown = (e: ReactPointerEvent) => {\n if (\n e.button !== 0 ||\n e.pointerType === 'touch' ||\n queuedActiveDescendant.current == null ||\n inputRef.current == null\n ) {\n return;\n }\n\n if (getEventTarget(e) === inputRef.current) {\n clearVirtualFocus();\n }\n };\n\n // Only apply the autocomplete specific behaviors if the collection component wrapped by it is actually\n // being filtered/allows filtering by the Autocomplete.\n let inputProps = {\n value: state.inputValue,\n onChange\n } as AriaTextFieldProps<FocusableElement>;\n\n let virtualFocusProps = {\n onKeyDown,\n 'aria-activedescendant': state.focusedNodeId ?? undefined,\n onBlur,\n onFocus,\n onPointerDown\n };\n\n if (hasCollection) {\n inputProps = {\n ...inputProps,\n ...(shouldUseVirtualFocus && virtualFocusProps),\n enterKeyHint: 'go',\n 'aria-controls': collectionId,\n // TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)\n 'aria-autocomplete': 'list',\n // This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.\n autoCorrect: 'off',\n // This disable's the macOS Safari spell check auto corrections.\n spellCheck: 'false',\n autoComplete: 'off'\n };\n }\n\n return {\n inputProps,\n collectionProps: mergeProps(collectionProps, {\n shouldUseVirtualFocus,\n disallowTypeAhead: shouldUseVirtualFocus\n }),\n collectionRef: mergedCollectionRef,\n filter: filter != null ? filterFn : undefined\n };\n}\n"],"names":[],"version":3,"file":"useAutocomplete.cjs.map"}
1
+ {"mappings":"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","sources":["packages/react-aria/src/autocomplete/useAutocomplete.ts"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n AriaLabelingProps,\n BaseEvent,\n DOMProps,\n FocusableElement,\n FocusEvents,\n KeyboardEvents,\n Node,\n RefObject,\n ValueBase\n} from '@react-types/shared';\nimport {AriaTextFieldProps} from '../textfield/useTextField';\nimport {\n AutocompleteProps,\n AutocompleteState\n} from 'react-stately/private/autocomplete/useAutocompleteState';\nimport {CLEAR_FOCUS_EVENT, FOCUS_EVENT} from '../utils/constants';\nimport {\n dispatchVirtualBlur,\n dispatchVirtualFocus,\n getVirtuallyFocusedElement,\n moveVirtualFocus\n} from '../focus/virtualFocus';\nimport {getActiveElement, getEventTarget} from '../utils/shadowdom/DOMFunctions';\nimport {getInteractionModality, getPointerType} from '../interactions/useFocusVisible';\nimport {getOwnerDocument} from '../utils/domHelpers';\nimport intlMessages from '../../intl/autocomplete/*.json';\nimport {isAndroid, isIOS} from '../utils/platform';\nimport {isCtrlKeyPressed} from '../utils/keyboard';\nimport {mergeProps} from '../utils/mergeProps';\nimport {mergeRefs} from '../utils/mergeRefs';\nimport {\n FocusEvent as ReactFocusEvent,\n KeyboardEvent as ReactKeyboardEvent,\n PointerEvent as ReactPointerEvent,\n useCallback,\n useEffect,\n useMemo,\n useRef,\n useState\n} from 'react';\nimport {useEffectEvent} from '../utils/useEffectEvent';\nimport {useEvent} from '../utils/useEvent';\nimport {useId} from '../utils/useId';\nimport {useLabels} from '../utils/useLabels';\nimport {useLayoutEffect} from '../utils/useLayoutEffect';\nimport {useLocalizedStringFormatter} from '../i18n/useLocalizedStringFormatter';\nimport {useObjectRef} from '../utils/useObjectRef';\n\nexport interface CollectionOptions extends DOMProps, AriaLabelingProps {\n /** Whether the collection items should use virtual focus instead of being focused directly. */\n shouldUseVirtualFocus: boolean;\n /** Whether typeahead is disabled. */\n disallowTypeAhead: boolean;\n}\n\nexport interface InputProps<T = FocusableElement>\n extends\n DOMProps,\n FocusEvents<T>,\n KeyboardEvents,\n Pick<ValueBase<string>, 'onChange' | 'value'>,\n Pick<\n AriaTextFieldProps,\n | 'enterKeyHint'\n | 'aria-controls'\n | 'aria-autocomplete'\n | 'aria-activedescendant'\n | 'spellCheck'\n | 'autoCorrect'\n | 'autoComplete'\n > {}\n\nexport interface AriaAutocompleteProps<T> extends AutocompleteProps {\n /**\n * An optional filter function used to determine if a option should be included in the\n * autocomplete list. Include this if the items you are providing to your wrapped collection\n * aren't filtered by default.\n */\n filter?: (textValue: string, inputValue: string, node: Node<T>) => boolean;\n\n /**\n * Whether or not to focus the first item in the collection after a filter is performed. Note this\n * is only applicable if virtual focus behavior is not turned off via `disableVirtualFocus`.\n *\n * @default false\n */\n disableAutoFocusFirst?: boolean;\n\n /**\n * Whether the autocomplete should disable virtual focus, instead making the wrapped collection\n * directly tabbable.\n *\n * @default false\n */\n disableVirtualFocus?: boolean;\n}\n\nexport interface AriaAutocompleteOptions<T> extends Omit<AriaAutocompleteProps<T>, 'children'> {\n /** The ref for the wrapped collection element. */\n inputRef: RefObject<HTMLInputElement | null>;\n /** The ref for the wrapped collection element. */\n collectionRef: RefObject<HTMLElement | null>;\n}\n\nexport interface AutocompleteAria<T> {\n /**\n * Props for the autocomplete input element. These should be passed to the input's aria hooks\n * (e.g. useTextField/useSearchField/etc) respectively.\n */\n inputProps: InputProps;\n /** Props for the collection, to be passed to collection's respective aria hook (e.g. useMenu). */\n collectionProps: CollectionOptions;\n /** Ref to attach to the wrapped collection. */\n collectionRef: RefObject<HTMLElement | null>;\n /**\n * A filter function that returns if the provided collection node should be filtered out of the\n * collection.\n */\n filter?: (nodeTextValue: string, node: Node<T>) => boolean;\n}\n\n/**\n * Provides the behavior and accessibility implementation for an autocomplete component. An\n * autocomplete combines a text input with a collection, allowing users to filter the collection's\n * contents match a query.\n *\n * @param props - Props for the autocomplete.\n * @param state - State for the autocomplete, as returned by `useAutocompleteState`.\n */\nexport function useAutocomplete<T>(\n props: AriaAutocompleteOptions<T>,\n state: AutocompleteState\n): AutocompleteAria<T> {\n let {\n inputRef,\n collectionRef,\n filter,\n disableAutoFocusFirst = false,\n disableVirtualFocus = false\n } = props;\n\n let collectionId = useId();\n let timeout = useRef<ReturnType<typeof setTimeout> | undefined>(undefined);\n let delayNextActiveDescendant = useRef(false);\n let queuedActiveDescendant = useRef<string | null>(null);\n\n // For mobile screen readers, we don't want virtual focus, instead opting to disable FocusScope's restoreFocus and manually\n // moving focus back to the subtriggers\n let isMobileScreenReader = getInteractionModality() === 'virtual' && (isIOS() || isAndroid());\n let [shouldUseVirtualFocus, setShouldUseVirtualFocus] = useState(\n !isMobileScreenReader && !disableVirtualFocus\n );\n // Tracks if a collection has been connected to the autocomplete. If false, we don't want to add various attributes to the autocomplete input\n // since it isn't attached to a filterable collection (e.g. Tabs)\n let [hasCollection, setHasCollection] = useState(false);\n let [autoFocusOnMount, setAutoFocusOnMount] = useState(false);\n\n useEffect(() => {\n return () => clearTimeout(timeout.current);\n }, []);\n\n let updateActiveDescendantEvent = useEffectEvent((e: Event) => {\n // Ensure input is focused if the user clicks on the collection directly.\n // don't trigger on touch so that mobile keyboard doesnt appear when tapping on options\n if (\n !e.isTrusted &&\n shouldUseVirtualFocus &&\n inputRef.current &&\n getActiveElement(getOwnerDocument(inputRef.current)) !== inputRef.current &&\n getPointerType() !== 'touch'\n ) {\n inputRef.current.focus();\n }\n\n let target = getEventTarget(e) as Element | null;\n if (e.isTrusted || !target || queuedActiveDescendant.current === target.id) {\n return;\n }\n\n clearTimeout(timeout.current);\n if (target !== collectionRef.current) {\n if (delayNextActiveDescendant.current) {\n queuedActiveDescendant.current = target.id;\n timeout.current = setTimeout(() => {\n state.setFocusedNodeId(target.id);\n }, 500);\n } else {\n queuedActiveDescendant.current = target.id;\n state.setFocusedNodeId(target.id);\n }\n } else if (\n queuedActiveDescendant.current &&\n !document.getElementById(queuedActiveDescendant.current)\n ) {\n // If we recieve a focus event refocusing the collection, either we have newly refocused the input and are waiting for the\n // wrapped collection to refocus the previously focused node if any OR\n // we are in a state where we've filtered to such a point that there aren't any matching items in the collection to focus.\n // In this case we want to clear tracked item if any and clear active descendant\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n }\n\n delayNextActiveDescendant.current = false;\n });\n\n let [collectionNode, setCollectionNode] = useState<HTMLElement | null>(null);\n let callbackRef = useCallback(node => {\n setCollectionNode(node);\n if (node != null) {\n // If useSelectableCollection isn't passed shouldUseVirtualFocus even when useAutocomplete provides it\n // that means the collection doesn't support it (e.g. Table). If that is the case, we need to disable it here regardless\n // of what the user's provided so that the input doesn't recieve the onKeyDown and autocomplete props.\n if (node.getAttribute('tabindex') != null) {\n setShouldUseVirtualFocus(false);\n }\n setHasCollection(true);\n } else {\n setHasCollection(false);\n }\n }, []);\n useLayoutEffect(() => {\n if (collectionNode != null) {\n // When typing forward, we want to delay the setting of active descendant to not interrupt the native screen reader announcement\n // of the letter you just typed. If we recieve another focus event then we clear the queued update\n collectionNode.addEventListener('focusin', updateActiveDescendantEvent);\n }\n return () => {\n collectionNode?.removeEventListener('focusin', updateActiveDescendantEvent);\n };\n }, [collectionNode]);\n\n // Make sure to memo so that React doesn't keep registering a new event listeners on every rerender of the wrapped collection\n let mergedCollectionRef = useObjectRef(\n useMemo(() => mergeRefs(collectionRef, callbackRef), [collectionRef, callbackRef])\n );\n\n let focusFirstItem = useCallback(() => {\n if (!collectionRef.current) {\n setAutoFocusOnMount(true);\n return;\n }\n\n delayNextActiveDescendant.current = true;\n collectionRef.current?.dispatchEvent(\n new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n focusStrategy: 'first'\n }\n })\n );\n }, [collectionRef]);\n\n let clearVirtualFocus = useCallback(\n (clearFocusKey?: boolean) => {\n setAutoFocusOnMount(false);\n moveVirtualFocus(getActiveElement());\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n let clearFocusEvent = new CustomEvent(CLEAR_FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n clearFocusKey\n }\n });\n clearTimeout(timeout.current);\n delayNextActiveDescendant.current = false;\n collectionRef.current?.dispatchEvent(clearFocusEvent);\n },\n [collectionRef, state]\n );\n\n let lastInputType = useRef('');\n useEvent(inputRef, 'beforeinput', e => {\n let {inputType} = e as InputEvent;\n lastInputType.current = inputType;\n });\n\n let onChange = (value: string) => {\n // Tell wrapped collection to focus the first element in the list when typing forward and to clear focused key when modifying the text via\n // copy paste/backspacing/undo/redo for screen reader announcements\n if (\n (lastInputType.current === 'insertText' ||\n // IME composition (e.g. CJK input) reports 'insertCompositionText'/'insertFromComposition'\n // instead of 'insertText'. Treat these as forward typing so the first item gets virtual focus.\n lastInputType.current === 'insertCompositionText' ||\n lastInputType.current === 'insertFromComposition') &&\n !disableAutoFocusFirst\n ) {\n focusFirstItem();\n } else if (\n lastInputType.current &&\n (lastInputType.current.includes('insert') ||\n lastInputType.current.includes('delete') ||\n lastInputType.current.includes('history'))\n ) {\n clearVirtualFocus(true);\n\n // If onChange was triggered before the timeout actually updated the activedescendant, we need to fire\n // our own dispatchVirtualFocus so focusVisible gets reapplied on the input\n if (getVirtuallyFocusedElement(document) === inputRef.current) {\n dispatchVirtualFocus(inputRef.current!, null);\n }\n }\n\n state.setInputValue(value);\n };\n\n let keyDownTarget = useRef<Element | null>(null);\n // For textfield specific keydown operations\n let onKeyDown = (e: BaseEvent<ReactKeyboardEvent<any>>) => {\n keyDownTarget.current = getEventTarget(e) as Element;\n if (e.nativeEvent.isComposing) {\n return;\n }\n\n let focusedNodeId = queuedActiveDescendant.current;\n if (\n focusedNodeId !== null &&\n getOwnerDocument(inputRef.current).getElementById(focusedNodeId) == null\n ) {\n // if the focused id doesn't exist in document, then we need to clear the tracked focused node, otherwise\n // we will be attempting to fire key events on a non-existing node instead of trying to focus the newly swapped wrapped collection.\n // This can happen if you are swapping out the Autocomplete wrapped collection component like in the docs search.\n queuedActiveDescendant.current = null;\n focusedNodeId = null;\n }\n\n switch (e.key) {\n case 'a':\n if (isCtrlKeyPressed(e)) {\n return;\n }\n break;\n case 'Escape':\n // Early return for Escape here so it doesn't leak the Escape event from the simulated collection event below and\n // close the dialog prematurely. Ideally that should be up to the discretion of the input element hence the check\n // for isPropagationStopped\n if (e.isDefaultPrevented()) {\n return;\n }\n break;\n case ' ':\n // Space shouldn't trigger onAction so early return.\n return;\n case 'Tab':\n // Don't propogate Tab down to the collection, otherwise we will try to focus the collection via useSelectableCollection's Tab handler (aka shift tab logic)\n // We want FocusScope to handle Tab if one exists (aka sub dialog), so special casepropogate\n if ('continuePropagation' in e) {\n e.continuePropagation();\n }\n return;\n case 'Home':\n case 'End':\n case 'PageDown':\n case 'PageUp':\n case 'ArrowUp':\n case 'ArrowDown':\n case 'ArrowRight':\n case 'ArrowLeft': {\n if ((e.key === 'Home' || e.key === 'End') && focusedNodeId == null && e.shiftKey) {\n return;\n }\n\n // If there is text within the input field, we'll want continue propagating events down\n // to the wrapped collection if there is a focused node so that a user can continue moving the\n // virtual focus. However, if the user doesn't have a focus in the collection, just move the text\n // cursor instead. They can move focus down into the collection via down/up arrow if need be\n if (e.key === 'ArrowRight' || e.key === 'ArrowLeft') {\n if (focusedNodeId == null) {\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n return;\n }\n\n break;\n }\n\n // Prevent these keys from moving the text cursor in the input\n e.preventDefault();\n // Move virtual focus into the wrapped collection\n let focusCollection = new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true\n });\n\n collectionRef.current?.dispatchEvent(focusCollection);\n break;\n }\n }\n\n // Emulate the keyboard events that happen in the input field in the wrapped collection. This is for triggering things like onAction via Enter\n // or moving focus from one item to another. Stop propagation on the input event if it isn't already stopped so it doesn't leak out. For events\n // like ESC, the dispatched event below will bubble out of the collection and be stopped if handled by useSelectableCollection, otherwise will bubble\n // as expected\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n\n let shouldPerformDefaultAction = true;\n if (collectionRef.current !== null) {\n if (focusedNodeId == null) {\n shouldPerformDefaultAction =\n collectionRef.current?.dispatchEvent(\n new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)\n ) || false;\n } else {\n let item = document.getElementById(focusedNodeId);\n if (item) {\n shouldPerformDefaultAction =\n item?.dispatchEvent(new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)) || false;\n }\n }\n }\n\n if (shouldPerformDefaultAction) {\n switch (e.key) {\n case 'ArrowLeft':\n case 'ArrowRight': {\n // Clear the activedescendant so NVDA announcements aren't interrupted but retain the focused key in the collection so the\n // user's keyboard navigation restarts from where they left off\n clearVirtualFocus();\n break;\n }\n case 'Enter':\n // Trigger click action on item when Enter key was pressed.\n if (focusedNodeId != null) {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new PointerEvent('click', e.nativeEvent));\n }\n break;\n }\n } else {\n // TODO: check if we can do this, want to stop textArea from using its default Enter behavior so items are properly triggered\n e.preventDefault();\n }\n };\n\n let onKeyUpCapture = useEffectEvent(e => {\n // Dispatch simulated key up events for things like triggering links in listbox\n // Make sure to stop the propagation of the input keyup event so that the simulated keyup/down pair\n // is detected by usePress instead of the original keyup originating from the input\n if (getEventTarget(e) === keyDownTarget.current) {\n e.stopImmediatePropagation();\n let focusedNodeId = queuedActiveDescendant.current;\n if (focusedNodeId == null) {\n collectionRef.current?.dispatchEvent(new KeyboardEvent(e.type, e));\n } else {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new KeyboardEvent(e.type, e));\n }\n }\n });\n\n useEffect(() => {\n document.addEventListener('keyup', onKeyUpCapture, true);\n return () => {\n document.removeEventListener('keyup', onKeyUpCapture, true);\n };\n }, []);\n\n let stringFormatter = useLocalizedStringFormatter(intlMessages, '@react-aria/autocomplete');\n let collectionProps = useLabels({\n id: collectionId,\n 'aria-label': stringFormatter.format('collectionLabel')\n });\n\n let filterFn = useCallback(\n (nodeTextValue: string, node: Node<T>) => {\n if (filter) {\n return filter(nodeTextValue, state.inputValue, node);\n }\n\n return true;\n },\n [state.inputValue, filter]\n );\n\n // Be sure to clear/restore the virtual + collection focus when blurring/refocusing the field so we only show the\n // focus ring on the virtually focused collection when are actually interacting with the Autocomplete\n let onBlur = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let lastFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (lastFocusedNode) {\n dispatchVirtualBlur(lastFocusedNode, e.relatedTarget);\n }\n };\n\n let onFocus = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let curFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (curFocusedNode) {\n let target = getEventTarget(e);\n queueMicrotask(() => {\n // instead of focusing the last focused node, just focus the collection instead and have the collection handle what item to focus via useSelectableCollection/Item\n dispatchVirtualBlur(target, collectionRef.current);\n dispatchVirtualFocus(collectionRef.current!, target);\n });\n }\n };\n\n // Clicking back into the input can happen after focus moved elsewhere in the dialog, while\n // virtual focus is still on an option. Clear virtual focus on pointer down so mouse\n // interactions restore the input state before the click's focus handling runs.\n // Touch is excluded because touch interactions should not move focus back to the input.\n let onPointerDown = (e: ReactPointerEvent) => {\n if (\n e.button !== 0 ||\n e.pointerType === 'touch' ||\n queuedActiveDescendant.current == null ||\n inputRef.current == null\n ) {\n return;\n }\n\n if (getEventTarget(e) === inputRef.current) {\n clearVirtualFocus();\n }\n };\n\n // Only apply the autocomplete specific behaviors if the collection component wrapped by it is actually\n // being filtered/allows filtering by the Autocomplete.\n let inputProps = {\n value: state.inputValue,\n onChange\n } as AriaTextFieldProps<FocusableElement>;\n\n let virtualFocusProps = {\n onKeyDown,\n 'aria-activedescendant': state.focusedNodeId ?? undefined,\n onBlur,\n onFocus,\n onPointerDown\n };\n\n inputProps = {\n ...inputProps,\n ...(shouldUseVirtualFocus && hasCollection && virtualFocusProps),\n enterKeyHint: 'go',\n 'aria-controls': hasCollection ? collectionId : undefined,\n // TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)\n 'aria-autocomplete': 'list',\n // This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.\n autoCorrect: 'off',\n // This disable's the macOS Safari spell check auto corrections.\n spellCheck: 'false',\n autoComplete: 'off'\n };\n\n return {\n inputProps,\n collectionProps: mergeProps(collectionProps, {\n shouldUseVirtualFocus,\n disallowTypeAhead: shouldUseVirtualFocus,\n autoFocus: autoFocusOnMount ? 'first' : false\n }),\n collectionRef: mergedCollectionRef,\n filter: filter != null ? filterFn : undefined\n };\n}\n"],"names":[],"version":3,"file":"useAutocomplete.cjs.map"}
@@ -62,6 +62,7 @@ function $e9f66e10c06d1e5c$export$1e40b3ca02d92d21(props, state) {
62
62
  // Tracks if a collection has been connected to the autocomplete. If false, we don't want to add various attributes to the autocomplete input
63
63
  // since it isn't attached to a filterable collection (e.g. Tabs)
64
64
  let [hasCollection, setHasCollection] = (0, $8FiQn$useState)(false);
65
+ let [autoFocusOnMount, setAutoFocusOnMount] = (0, $8FiQn$useState)(false);
65
66
  (0, $8FiQn$useEffect)(()=>{
66
67
  return ()=>clearTimeout(timeout.current);
67
68
  }, []);
@@ -120,6 +121,10 @@ function $e9f66e10c06d1e5c$export$1e40b3ca02d92d21(props, state) {
120
121
  ]));
121
122
  let focusFirstItem = (0, $8FiQn$useCallback)(()=>{
122
123
  var _collectionRef_current;
124
+ if (!collectionRef.current) {
125
+ setAutoFocusOnMount(true);
126
+ return;
127
+ }
123
128
  delayNextActiveDescendant.current = true;
124
129
  (_collectionRef_current = collectionRef.current) === null || _collectionRef_current === void 0 ? void 0 : _collectionRef_current.dispatchEvent(new CustomEvent((0, $7376cba1b89d16ef$export$831c820ad60f9d12), {
125
130
  cancelable: true,
@@ -133,6 +138,7 @@ function $e9f66e10c06d1e5c$export$1e40b3ca02d92d21(props, state) {
133
138
  ]);
134
139
  let clearVirtualFocus = (0, $8FiQn$useCallback)((clearFocusKey)=>{
135
140
  var _collectionRef_current;
141
+ setAutoFocusOnMount(false);
136
142
  (0, $57a86975180d30a8$export$76e4e37e5339496d)((0, $d8ac7ed472840322$export$cd4e5573fbe2b576)());
137
143
  queuedActiveDescendant.current = null;
138
144
  state.setFocusedNodeId(null);
@@ -151,14 +157,16 @@ function $e9f66e10c06d1e5c$export$1e40b3ca02d92d21(props, state) {
151
157
  state
152
158
  ]);
153
159
  let lastInputType = (0, $8FiQn$useRef)('');
154
- (0, $c3cab330536504ec$export$90fc3a17d93f704c)(inputRef, 'input', (e)=>{
160
+ (0, $c3cab330536504ec$export$90fc3a17d93f704c)(inputRef, 'beforeinput', (e)=>{
155
161
  let { inputType: inputType } = e;
156
162
  lastInputType.current = inputType;
157
163
  });
158
164
  let onChange = (value)=>{
159
165
  // Tell wrapped collection to focus the first element in the list when typing forward and to clear focused key when modifying the text via
160
166
  // copy paste/backspacing/undo/redo for screen reader announcements
161
- if (lastInputType.current === 'insertText' && !disableAutoFocusFirst) focusFirstItem();
167
+ if ((lastInputType.current === 'insertText' || // IME composition (e.g. CJK input) reports 'insertCompositionText'/'insertFromComposition'
168
+ // instead of 'insertText'. Treat these as forward typing so the first item gets virtual focus.
169
+ lastInputType.current === 'insertCompositionText' || lastInputType.current === 'insertFromComposition') && !disableAutoFocusFirst) focusFirstItem();
162
170
  else if (lastInputType.current && (lastInputType.current.includes('insert') || lastInputType.current.includes('delete') || lastInputType.current.includes('history'))) {
163
171
  clearVirtualFocus(true);
164
172
  // If onChange was triggered before the timeout actually updated the activedescendant, we need to fire
@@ -213,7 +221,7 @@ function $e9f66e10c06d1e5c$export$1e40b3ca02d92d21(props, state) {
213
221
  // to the wrapped collection if there is a focused node so that a user can continue moving the
214
222
  // virtual focus. However, if the user doesn't have a focus in the collection, just move the text
215
223
  // cursor instead. They can move focus down into the collection via down/up arrow if need be
216
- if ((e.key === 'ArrowRight' || e.key === 'ArrowLeft') && state.inputValue.length > 0) {
224
+ if (e.key === 'ArrowRight' || e.key === 'ArrowLeft') {
217
225
  if (focusedNodeId == null) {
218
226
  if (!e.isPropagationStopped()) e.stopPropagation();
219
227
  return;
@@ -337,11 +345,11 @@ function $e9f66e10c06d1e5c$export$1e40b3ca02d92d21(props, state) {
337
345
  onFocus: onFocus,
338
346
  onPointerDown: onPointerDown
339
347
  };
340
- if (hasCollection) inputProps = {
348
+ inputProps = {
341
349
  ...inputProps,
342
- ...shouldUseVirtualFocus && virtualFocusProps,
350
+ ...shouldUseVirtualFocus && hasCollection && virtualFocusProps,
343
351
  enterKeyHint: 'go',
344
- 'aria-controls': collectionId,
352
+ 'aria-controls': hasCollection ? collectionId : undefined,
345
353
  // TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)
346
354
  'aria-autocomplete': 'list',
347
355
  // This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.
@@ -354,7 +362,8 @@ function $e9f66e10c06d1e5c$export$1e40b3ca02d92d21(props, state) {
354
362
  inputProps: inputProps,
355
363
  collectionProps: (0, $64c36edd757dfa16$export$9d1611c77c2fe928)(collectionProps, {
356
364
  shouldUseVirtualFocus: shouldUseVirtualFocus,
357
- disallowTypeAhead: shouldUseVirtualFocus
365
+ disallowTypeAhead: shouldUseVirtualFocus,
366
+ autoFocus: autoFocusOnMount ? 'first' : false
358
367
  }),
359
368
  collectionRef: mergedCollectionRef,
360
369
  filter: filter != null ? filterFn : undefined
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/react-aria/src/autocomplete/useAutocomplete.ts"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n AriaLabelingProps,\n BaseEvent,\n DOMProps,\n FocusableElement,\n FocusEvents,\n KeyboardEvents,\n Node,\n RefObject,\n ValueBase\n} from '@react-types/shared';\nimport {AriaTextFieldProps} from '../textfield/useTextField';\nimport {\n AutocompleteProps,\n AutocompleteState\n} from 'react-stately/private/autocomplete/useAutocompleteState';\nimport {CLEAR_FOCUS_EVENT, FOCUS_EVENT} from '../utils/constants';\nimport {\n dispatchVirtualBlur,\n dispatchVirtualFocus,\n getVirtuallyFocusedElement,\n moveVirtualFocus\n} from '../focus/virtualFocus';\nimport {getActiveElement, getEventTarget} from '../utils/shadowdom/DOMFunctions';\nimport {getInteractionModality, getPointerType} from '../interactions/useFocusVisible';\nimport {getOwnerDocument} from '../utils/domHelpers';\nimport intlMessages from '../../intl/autocomplete/*.json';\nimport {isAndroid, isIOS} from '../utils/platform';\nimport {isCtrlKeyPressed} from '../utils/keyboard';\nimport {mergeProps} from '../utils/mergeProps';\nimport {mergeRefs} from '../utils/mergeRefs';\nimport {\n FocusEvent as ReactFocusEvent,\n KeyboardEvent as ReactKeyboardEvent,\n PointerEvent as ReactPointerEvent,\n useCallback,\n useEffect,\n useMemo,\n useRef,\n useState\n} from 'react';\nimport {useEffectEvent} from '../utils/useEffectEvent';\nimport {useEvent} from '../utils/useEvent';\n\nimport {useId} from '../utils/useId';\n\nimport {useLabels} from '../utils/useLabels';\n// @ts-ignore\nimport {useLayoutEffect} from '../utils/useLayoutEffect';\nimport {useLocalizedStringFormatter} from '../i18n/useLocalizedStringFormatter';\nimport {useObjectRef} from '../utils/useObjectRef';\n\nexport interface CollectionOptions extends DOMProps, AriaLabelingProps {\n /** Whether the collection items should use virtual focus instead of being focused directly. */\n shouldUseVirtualFocus: boolean;\n /** Whether typeahead is disabled. */\n disallowTypeAhead: boolean;\n}\n\nexport interface InputProps<T = FocusableElement>\n extends\n DOMProps,\n FocusEvents<T>,\n KeyboardEvents,\n Pick<ValueBase<string>, 'onChange' | 'value'>,\n Pick<\n AriaTextFieldProps,\n | 'enterKeyHint'\n | 'aria-controls'\n | 'aria-autocomplete'\n | 'aria-activedescendant'\n | 'spellCheck'\n | 'autoCorrect'\n | 'autoComplete'\n > {}\n\nexport interface AriaAutocompleteProps<T> extends AutocompleteProps {\n /**\n * An optional filter function used to determine if a option should be included in the\n * autocomplete list. Include this if the items you are providing to your wrapped collection\n * aren't filtered by default.\n */\n filter?: (textValue: string, inputValue: string, node: Node<T>) => boolean;\n\n /**\n * Whether or not to focus the first item in the collection after a filter is performed. Note this\n * is only applicable if virtual focus behavior is not turned off via `disableVirtualFocus`.\n *\n * @default false\n */\n disableAutoFocusFirst?: boolean;\n\n /**\n * Whether the autocomplete should disable virtual focus, instead making the wrapped collection\n * directly tabbable.\n *\n * @default false\n */\n disableVirtualFocus?: boolean;\n}\n\nexport interface AriaAutocompleteOptions<T> extends Omit<AriaAutocompleteProps<T>, 'children'> {\n /** The ref for the wrapped collection element. */\n inputRef: RefObject<HTMLInputElement | null>;\n /** The ref for the wrapped collection element. */\n collectionRef: RefObject<HTMLElement | null>;\n}\n\nexport interface AutocompleteAria<T> {\n /**\n * Props for the autocomplete input element. These should be passed to the input's aria hooks\n * (e.g. useTextField/useSearchField/etc) respectively.\n */\n inputProps: InputProps;\n /** Props for the collection, to be passed to collection's respective aria hook (e.g. useMenu). */\n collectionProps: CollectionOptions;\n /** Ref to attach to the wrapped collection. */\n collectionRef: RefObject<HTMLElement | null>;\n /**\n * A filter function that returns if the provided collection node should be filtered out of the\n * collection.\n */\n filter?: (nodeTextValue: string, node: Node<T>) => boolean;\n}\n\n/**\n * Provides the behavior and accessibility implementation for an autocomplete component. An\n * autocomplete combines a text input with a collection, allowing users to filter the collection's\n * contents match a query.\n *\n * @param props - Props for the autocomplete.\n * @param state - State for the autocomplete, as returned by `useAutocompleteState`.\n */\nexport function useAutocomplete<T>(\n props: AriaAutocompleteOptions<T>,\n state: AutocompleteState\n): AutocompleteAria<T> {\n let {\n inputRef,\n collectionRef,\n filter,\n disableAutoFocusFirst = false,\n disableVirtualFocus = false\n } = props;\n\n let collectionId = useId();\n let timeout = useRef<ReturnType<typeof setTimeout> | undefined>(undefined);\n let delayNextActiveDescendant = useRef(false);\n let queuedActiveDescendant = useRef<string | null>(null);\n\n // For mobile screen readers, we don't want virtual focus, instead opting to disable FocusScope's restoreFocus and manually\n // moving focus back to the subtriggers\n let isMobileScreenReader = getInteractionModality() === 'virtual' && (isIOS() || isAndroid());\n let [shouldUseVirtualFocus, setShouldUseVirtualFocus] = useState(\n !isMobileScreenReader && !disableVirtualFocus\n );\n // Tracks if a collection has been connected to the autocomplete. If false, we don't want to add various attributes to the autocomplete input\n // since it isn't attached to a filterable collection (e.g. Tabs)\n let [hasCollection, setHasCollection] = useState(false);\n\n useEffect(() => {\n return () => clearTimeout(timeout.current);\n }, []);\n\n let updateActiveDescendantEvent = useEffectEvent((e: Event) => {\n // Ensure input is focused if the user clicks on the collection directly.\n // don't trigger on touch so that mobile keyboard doesnt appear when tapping on options\n if (\n !e.isTrusted &&\n shouldUseVirtualFocus &&\n inputRef.current &&\n getActiveElement(getOwnerDocument(inputRef.current)) !== inputRef.current &&\n getPointerType() !== 'touch'\n ) {\n inputRef.current.focus();\n }\n\n let target = getEventTarget(e) as Element | null;\n if (e.isTrusted || !target || queuedActiveDescendant.current === target.id) {\n return;\n }\n\n clearTimeout(timeout.current);\n if (target !== collectionRef.current) {\n if (delayNextActiveDescendant.current) {\n queuedActiveDescendant.current = target.id;\n timeout.current = setTimeout(() => {\n state.setFocusedNodeId(target.id);\n }, 500);\n } else {\n queuedActiveDescendant.current = target.id;\n state.setFocusedNodeId(target.id);\n }\n } else if (\n queuedActiveDescendant.current &&\n !document.getElementById(queuedActiveDescendant.current)\n ) {\n // If we recieve a focus event refocusing the collection, either we have newly refocused the input and are waiting for the\n // wrapped collection to refocus the previously focused node if any OR\n // we are in a state where we've filtered to such a point that there aren't any matching items in the collection to focus.\n // In this case we want to clear tracked item if any and clear active descendant\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n }\n\n delayNextActiveDescendant.current = false;\n });\n\n let [collectionNode, setCollectionNode] = useState<HTMLElement | null>(null);\n let callbackRef = useCallback(node => {\n setCollectionNode(node);\n if (node != null) {\n // If useSelectableCollection isn't passed shouldUseVirtualFocus even when useAutocomplete provides it\n // that means the collection doesn't support it (e.g. Table). If that is the case, we need to disable it here regardless\n // of what the user's provided so that the input doesn't recieve the onKeyDown and autocomplete props.\n if (node.getAttribute('tabindex') != null) {\n setShouldUseVirtualFocus(false);\n }\n setHasCollection(true);\n } else {\n setHasCollection(false);\n }\n }, []);\n useLayoutEffect(() => {\n if (collectionNode != null) {\n // When typing forward, we want to delay the setting of active descendant to not interrupt the native screen reader announcement\n // of the letter you just typed. If we recieve another focus event then we clear the queued update\n collectionNode.addEventListener('focusin', updateActiveDescendantEvent);\n }\n return () => {\n collectionNode?.removeEventListener('focusin', updateActiveDescendantEvent);\n };\n }, [collectionNode]);\n\n // Make sure to memo so that React doesn't keep registering a new event listeners on every rerender of the wrapped collection\n let mergedCollectionRef = useObjectRef(\n useMemo(() => mergeRefs(collectionRef, callbackRef), [collectionRef, callbackRef])\n );\n\n let focusFirstItem = useCallback(() => {\n delayNextActiveDescendant.current = true;\n collectionRef.current?.dispatchEvent(\n new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n focusStrategy: 'first'\n }\n })\n );\n }, [collectionRef]);\n\n let clearVirtualFocus = useCallback(\n (clearFocusKey?: boolean) => {\n moveVirtualFocus(getActiveElement());\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n let clearFocusEvent = new CustomEvent(CLEAR_FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n clearFocusKey\n }\n });\n clearTimeout(timeout.current);\n delayNextActiveDescendant.current = false;\n collectionRef.current?.dispatchEvent(clearFocusEvent);\n },\n [collectionRef, state]\n );\n\n let lastInputType = useRef('');\n useEvent(inputRef, 'input', e => {\n let {inputType} = e as InputEvent;\n lastInputType.current = inputType;\n });\n\n let onChange = (value: string) => {\n // Tell wrapped collection to focus the first element in the list when typing forward and to clear focused key when modifying the text via\n // copy paste/backspacing/undo/redo for screen reader announcements\n if (lastInputType.current === 'insertText' && !disableAutoFocusFirst) {\n focusFirstItem();\n } else if (\n lastInputType.current &&\n (lastInputType.current.includes('insert') ||\n lastInputType.current.includes('delete') ||\n lastInputType.current.includes('history'))\n ) {\n clearVirtualFocus(true);\n\n // If onChange was triggered before the timeout actually updated the activedescendant, we need to fire\n // our own dispatchVirtualFocus so focusVisible gets reapplied on the input\n if (getVirtuallyFocusedElement(document) === inputRef.current) {\n dispatchVirtualFocus(inputRef.current!, null);\n }\n }\n\n state.setInputValue(value);\n };\n\n let keyDownTarget = useRef<Element | null>(null);\n // For textfield specific keydown operations\n let onKeyDown = (e: BaseEvent<ReactKeyboardEvent<any>>) => {\n keyDownTarget.current = getEventTarget(e) as Element;\n if (e.nativeEvent.isComposing) {\n return;\n }\n\n let focusedNodeId = queuedActiveDescendant.current;\n if (\n focusedNodeId !== null &&\n getOwnerDocument(inputRef.current).getElementById(focusedNodeId) == null\n ) {\n // if the focused id doesn't exist in document, then we need to clear the tracked focused node, otherwise\n // we will be attempting to fire key events on a non-existing node instead of trying to focus the newly swapped wrapped collection.\n // This can happen if you are swapping out the Autocomplete wrapped collection component like in the docs search.\n queuedActiveDescendant.current = null;\n focusedNodeId = null;\n }\n\n switch (e.key) {\n case 'a':\n if (isCtrlKeyPressed(e)) {\n return;\n }\n break;\n case 'Escape':\n // Early return for Escape here so it doesn't leak the Escape event from the simulated collection event below and\n // close the dialog prematurely. Ideally that should be up to the discretion of the input element hence the check\n // for isPropagationStopped\n if (e.isDefaultPrevented()) {\n return;\n }\n break;\n case ' ':\n // Space shouldn't trigger onAction so early return.\n return;\n case 'Tab':\n // Don't propogate Tab down to the collection, otherwise we will try to focus the collection via useSelectableCollection's Tab handler (aka shift tab logic)\n // We want FocusScope to handle Tab if one exists (aka sub dialog), so special casepropogate\n if ('continuePropagation' in e) {\n e.continuePropagation();\n }\n return;\n case 'Home':\n case 'End':\n case 'PageDown':\n case 'PageUp':\n case 'ArrowUp':\n case 'ArrowDown':\n case 'ArrowRight':\n case 'ArrowLeft': {\n if ((e.key === 'Home' || e.key === 'End') && focusedNodeId == null && e.shiftKey) {\n return;\n }\n\n // If there is text within the input field, we'll want continue propagating events down\n // to the wrapped collection if there is a focused node so that a user can continue moving the\n // virtual focus. However, if the user doesn't have a focus in the collection, just move the text\n // cursor instead. They can move focus down into the collection via down/up arrow if need be\n if ((e.key === 'ArrowRight' || e.key === 'ArrowLeft') && state.inputValue.length > 0) {\n if (focusedNodeId == null) {\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n return;\n }\n\n break;\n }\n\n // Prevent these keys from moving the text cursor in the input\n e.preventDefault();\n // Move virtual focus into the wrapped collection\n let focusCollection = new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true\n });\n\n collectionRef.current?.dispatchEvent(focusCollection);\n break;\n }\n }\n\n // Emulate the keyboard events that happen in the input field in the wrapped collection. This is for triggering things like onAction via Enter\n // or moving focus from one item to another. Stop propagation on the input event if it isn't already stopped so it doesn't leak out. For events\n // like ESC, the dispatched event below will bubble out of the collection and be stopped if handled by useSelectableCollection, otherwise will bubble\n // as expected\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n\n let shouldPerformDefaultAction = true;\n if (collectionRef.current !== null) {\n if (focusedNodeId == null) {\n shouldPerformDefaultAction =\n collectionRef.current?.dispatchEvent(\n new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)\n ) || false;\n } else {\n let item = document.getElementById(focusedNodeId);\n if (item) {\n shouldPerformDefaultAction =\n item?.dispatchEvent(new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)) || false;\n }\n }\n }\n\n if (shouldPerformDefaultAction) {\n switch (e.key) {\n case 'ArrowLeft':\n case 'ArrowRight': {\n // Clear the activedescendant so NVDA announcements aren't interrupted but retain the focused key in the collection so the\n // user's keyboard navigation restarts from where they left off\n clearVirtualFocus();\n break;\n }\n case 'Enter':\n // Trigger click action on item when Enter key was pressed.\n if (focusedNodeId != null) {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new PointerEvent('click', e.nativeEvent));\n }\n break;\n }\n } else {\n // TODO: check if we can do this, want to stop textArea from using its default Enter behavior so items are properly triggered\n e.preventDefault();\n }\n };\n\n let onKeyUpCapture = useEffectEvent(e => {\n // Dispatch simulated key up events for things like triggering links in listbox\n // Make sure to stop the propagation of the input keyup event so that the simulated keyup/down pair\n // is detected by usePress instead of the original keyup originating from the input\n if (getEventTarget(e) === keyDownTarget.current) {\n e.stopImmediatePropagation();\n let focusedNodeId = queuedActiveDescendant.current;\n if (focusedNodeId == null) {\n collectionRef.current?.dispatchEvent(new KeyboardEvent(e.type, e));\n } else {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new KeyboardEvent(e.type, e));\n }\n }\n });\n\n useEffect(() => {\n document.addEventListener('keyup', onKeyUpCapture, true);\n return () => {\n document.removeEventListener('keyup', onKeyUpCapture, true);\n };\n }, []);\n\n let stringFormatter = useLocalizedStringFormatter(intlMessages, '@react-aria/autocomplete');\n let collectionProps = useLabels({\n id: collectionId,\n 'aria-label': stringFormatter.format('collectionLabel')\n });\n\n let filterFn = useCallback(\n (nodeTextValue: string, node: Node<T>) => {\n if (filter) {\n return filter(nodeTextValue, state.inputValue, node);\n }\n\n return true;\n },\n [state.inputValue, filter]\n );\n\n // Be sure to clear/restore the virtual + collection focus when blurring/refocusing the field so we only show the\n // focus ring on the virtually focused collection when are actually interacting with the Autocomplete\n let onBlur = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let lastFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (lastFocusedNode) {\n dispatchVirtualBlur(lastFocusedNode, e.relatedTarget);\n }\n };\n\n let onFocus = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let curFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (curFocusedNode) {\n let target = getEventTarget(e);\n queueMicrotask(() => {\n // instead of focusing the last focused node, just focus the collection instead and have the collection handle what item to focus via useSelectableCollection/Item\n dispatchVirtualBlur(target, collectionRef.current);\n dispatchVirtualFocus(collectionRef.current!, target);\n });\n }\n };\n\n // Clicking back into the input can happen after focus moved elsewhere in the dialog, while\n // virtual focus is still on an option. Clear virtual focus on pointer down so mouse\n // interactions restore the input state before the click's focus handling runs.\n // Touch is excluded because touch interactions should not move focus back to the input.\n let onPointerDown = (e: ReactPointerEvent) => {\n if (\n e.button !== 0 ||\n e.pointerType === 'touch' ||\n queuedActiveDescendant.current == null ||\n inputRef.current == null\n ) {\n return;\n }\n\n if (getEventTarget(e) === inputRef.current) {\n clearVirtualFocus();\n }\n };\n\n // Only apply the autocomplete specific behaviors if the collection component wrapped by it is actually\n // being filtered/allows filtering by the Autocomplete.\n let inputProps = {\n value: state.inputValue,\n onChange\n } as AriaTextFieldProps<FocusableElement>;\n\n let virtualFocusProps = {\n onKeyDown,\n 'aria-activedescendant': state.focusedNodeId ?? undefined,\n onBlur,\n onFocus,\n onPointerDown\n };\n\n if (hasCollection) {\n inputProps = {\n ...inputProps,\n ...(shouldUseVirtualFocus && virtualFocusProps),\n enterKeyHint: 'go',\n 'aria-controls': collectionId,\n // TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)\n 'aria-autocomplete': 'list',\n // This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.\n autoCorrect: 'off',\n // This disable's the macOS Safari spell check auto corrections.\n spellCheck: 'false',\n autoComplete: 'off'\n };\n }\n\n return {\n inputProps,\n collectionProps: mergeProps(collectionProps, {\n shouldUseVirtualFocus,\n disallowTypeAhead: shouldUseVirtualFocus\n }),\n collectionRef: mergedCollectionRef,\n filter: filter != null ? filterFn : undefined\n };\n}\n"],"names":[],"version":3,"file":"useAutocomplete.js.map"}
1
+ {"mappings":"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","sources":["packages/react-aria/src/autocomplete/useAutocomplete.ts"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {\n AriaLabelingProps,\n BaseEvent,\n DOMProps,\n FocusableElement,\n FocusEvents,\n KeyboardEvents,\n Node,\n RefObject,\n ValueBase\n} from '@react-types/shared';\nimport {AriaTextFieldProps} from '../textfield/useTextField';\nimport {\n AutocompleteProps,\n AutocompleteState\n} from 'react-stately/private/autocomplete/useAutocompleteState';\nimport {CLEAR_FOCUS_EVENT, FOCUS_EVENT} from '../utils/constants';\nimport {\n dispatchVirtualBlur,\n dispatchVirtualFocus,\n getVirtuallyFocusedElement,\n moveVirtualFocus\n} from '../focus/virtualFocus';\nimport {getActiveElement, getEventTarget} from '../utils/shadowdom/DOMFunctions';\nimport {getInteractionModality, getPointerType} from '../interactions/useFocusVisible';\nimport {getOwnerDocument} from '../utils/domHelpers';\nimport intlMessages from '../../intl/autocomplete/*.json';\nimport {isAndroid, isIOS} from '../utils/platform';\nimport {isCtrlKeyPressed} from '../utils/keyboard';\nimport {mergeProps} from '../utils/mergeProps';\nimport {mergeRefs} from '../utils/mergeRefs';\nimport {\n FocusEvent as ReactFocusEvent,\n KeyboardEvent as ReactKeyboardEvent,\n PointerEvent as ReactPointerEvent,\n useCallback,\n useEffect,\n useMemo,\n useRef,\n useState\n} from 'react';\nimport {useEffectEvent} from '../utils/useEffectEvent';\nimport {useEvent} from '../utils/useEvent';\nimport {useId} from '../utils/useId';\nimport {useLabels} from '../utils/useLabels';\nimport {useLayoutEffect} from '../utils/useLayoutEffect';\nimport {useLocalizedStringFormatter} from '../i18n/useLocalizedStringFormatter';\nimport {useObjectRef} from '../utils/useObjectRef';\n\nexport interface CollectionOptions extends DOMProps, AriaLabelingProps {\n /** Whether the collection items should use virtual focus instead of being focused directly. */\n shouldUseVirtualFocus: boolean;\n /** Whether typeahead is disabled. */\n disallowTypeAhead: boolean;\n}\n\nexport interface InputProps<T = FocusableElement>\n extends\n DOMProps,\n FocusEvents<T>,\n KeyboardEvents,\n Pick<ValueBase<string>, 'onChange' | 'value'>,\n Pick<\n AriaTextFieldProps,\n | 'enterKeyHint'\n | 'aria-controls'\n | 'aria-autocomplete'\n | 'aria-activedescendant'\n | 'spellCheck'\n | 'autoCorrect'\n | 'autoComplete'\n > {}\n\nexport interface AriaAutocompleteProps<T> extends AutocompleteProps {\n /**\n * An optional filter function used to determine if a option should be included in the\n * autocomplete list. Include this if the items you are providing to your wrapped collection\n * aren't filtered by default.\n */\n filter?: (textValue: string, inputValue: string, node: Node<T>) => boolean;\n\n /**\n * Whether or not to focus the first item in the collection after a filter is performed. Note this\n * is only applicable if virtual focus behavior is not turned off via `disableVirtualFocus`.\n *\n * @default false\n */\n disableAutoFocusFirst?: boolean;\n\n /**\n * Whether the autocomplete should disable virtual focus, instead making the wrapped collection\n * directly tabbable.\n *\n * @default false\n */\n disableVirtualFocus?: boolean;\n}\n\nexport interface AriaAutocompleteOptions<T> extends Omit<AriaAutocompleteProps<T>, 'children'> {\n /** The ref for the wrapped collection element. */\n inputRef: RefObject<HTMLInputElement | null>;\n /** The ref for the wrapped collection element. */\n collectionRef: RefObject<HTMLElement | null>;\n}\n\nexport interface AutocompleteAria<T> {\n /**\n * Props for the autocomplete input element. These should be passed to the input's aria hooks\n * (e.g. useTextField/useSearchField/etc) respectively.\n */\n inputProps: InputProps;\n /** Props for the collection, to be passed to collection's respective aria hook (e.g. useMenu). */\n collectionProps: CollectionOptions;\n /** Ref to attach to the wrapped collection. */\n collectionRef: RefObject<HTMLElement | null>;\n /**\n * A filter function that returns if the provided collection node should be filtered out of the\n * collection.\n */\n filter?: (nodeTextValue: string, node: Node<T>) => boolean;\n}\n\n/**\n * Provides the behavior and accessibility implementation for an autocomplete component. An\n * autocomplete combines a text input with a collection, allowing users to filter the collection's\n * contents match a query.\n *\n * @param props - Props for the autocomplete.\n * @param state - State for the autocomplete, as returned by `useAutocompleteState`.\n */\nexport function useAutocomplete<T>(\n props: AriaAutocompleteOptions<T>,\n state: AutocompleteState\n): AutocompleteAria<T> {\n let {\n inputRef,\n collectionRef,\n filter,\n disableAutoFocusFirst = false,\n disableVirtualFocus = false\n } = props;\n\n let collectionId = useId();\n let timeout = useRef<ReturnType<typeof setTimeout> | undefined>(undefined);\n let delayNextActiveDescendant = useRef(false);\n let queuedActiveDescendant = useRef<string | null>(null);\n\n // For mobile screen readers, we don't want virtual focus, instead opting to disable FocusScope's restoreFocus and manually\n // moving focus back to the subtriggers\n let isMobileScreenReader = getInteractionModality() === 'virtual' && (isIOS() || isAndroid());\n let [shouldUseVirtualFocus, setShouldUseVirtualFocus] = useState(\n !isMobileScreenReader && !disableVirtualFocus\n );\n // Tracks if a collection has been connected to the autocomplete. If false, we don't want to add various attributes to the autocomplete input\n // since it isn't attached to a filterable collection (e.g. Tabs)\n let [hasCollection, setHasCollection] = useState(false);\n let [autoFocusOnMount, setAutoFocusOnMount] = useState(false);\n\n useEffect(() => {\n return () => clearTimeout(timeout.current);\n }, []);\n\n let updateActiveDescendantEvent = useEffectEvent((e: Event) => {\n // Ensure input is focused if the user clicks on the collection directly.\n // don't trigger on touch so that mobile keyboard doesnt appear when tapping on options\n if (\n !e.isTrusted &&\n shouldUseVirtualFocus &&\n inputRef.current &&\n getActiveElement(getOwnerDocument(inputRef.current)) !== inputRef.current &&\n getPointerType() !== 'touch'\n ) {\n inputRef.current.focus();\n }\n\n let target = getEventTarget(e) as Element | null;\n if (e.isTrusted || !target || queuedActiveDescendant.current === target.id) {\n return;\n }\n\n clearTimeout(timeout.current);\n if (target !== collectionRef.current) {\n if (delayNextActiveDescendant.current) {\n queuedActiveDescendant.current = target.id;\n timeout.current = setTimeout(() => {\n state.setFocusedNodeId(target.id);\n }, 500);\n } else {\n queuedActiveDescendant.current = target.id;\n state.setFocusedNodeId(target.id);\n }\n } else if (\n queuedActiveDescendant.current &&\n !document.getElementById(queuedActiveDescendant.current)\n ) {\n // If we recieve a focus event refocusing the collection, either we have newly refocused the input and are waiting for the\n // wrapped collection to refocus the previously focused node if any OR\n // we are in a state where we've filtered to such a point that there aren't any matching items in the collection to focus.\n // In this case we want to clear tracked item if any and clear active descendant\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n }\n\n delayNextActiveDescendant.current = false;\n });\n\n let [collectionNode, setCollectionNode] = useState<HTMLElement | null>(null);\n let callbackRef = useCallback(node => {\n setCollectionNode(node);\n if (node != null) {\n // If useSelectableCollection isn't passed shouldUseVirtualFocus even when useAutocomplete provides it\n // that means the collection doesn't support it (e.g. Table). If that is the case, we need to disable it here regardless\n // of what the user's provided so that the input doesn't recieve the onKeyDown and autocomplete props.\n if (node.getAttribute('tabindex') != null) {\n setShouldUseVirtualFocus(false);\n }\n setHasCollection(true);\n } else {\n setHasCollection(false);\n }\n }, []);\n useLayoutEffect(() => {\n if (collectionNode != null) {\n // When typing forward, we want to delay the setting of active descendant to not interrupt the native screen reader announcement\n // of the letter you just typed. If we recieve another focus event then we clear the queued update\n collectionNode.addEventListener('focusin', updateActiveDescendantEvent);\n }\n return () => {\n collectionNode?.removeEventListener('focusin', updateActiveDescendantEvent);\n };\n }, [collectionNode]);\n\n // Make sure to memo so that React doesn't keep registering a new event listeners on every rerender of the wrapped collection\n let mergedCollectionRef = useObjectRef(\n useMemo(() => mergeRefs(collectionRef, callbackRef), [collectionRef, callbackRef])\n );\n\n let focusFirstItem = useCallback(() => {\n if (!collectionRef.current) {\n setAutoFocusOnMount(true);\n return;\n }\n\n delayNextActiveDescendant.current = true;\n collectionRef.current?.dispatchEvent(\n new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n focusStrategy: 'first'\n }\n })\n );\n }, [collectionRef]);\n\n let clearVirtualFocus = useCallback(\n (clearFocusKey?: boolean) => {\n setAutoFocusOnMount(false);\n moveVirtualFocus(getActiveElement());\n queuedActiveDescendant.current = null;\n state.setFocusedNodeId(null);\n let clearFocusEvent = new CustomEvent(CLEAR_FOCUS_EVENT, {\n cancelable: true,\n bubbles: true,\n detail: {\n clearFocusKey\n }\n });\n clearTimeout(timeout.current);\n delayNextActiveDescendant.current = false;\n collectionRef.current?.dispatchEvent(clearFocusEvent);\n },\n [collectionRef, state]\n );\n\n let lastInputType = useRef('');\n useEvent(inputRef, 'beforeinput', e => {\n let {inputType} = e as InputEvent;\n lastInputType.current = inputType;\n });\n\n let onChange = (value: string) => {\n // Tell wrapped collection to focus the first element in the list when typing forward and to clear focused key when modifying the text via\n // copy paste/backspacing/undo/redo for screen reader announcements\n if (\n (lastInputType.current === 'insertText' ||\n // IME composition (e.g. CJK input) reports 'insertCompositionText'/'insertFromComposition'\n // instead of 'insertText'. Treat these as forward typing so the first item gets virtual focus.\n lastInputType.current === 'insertCompositionText' ||\n lastInputType.current === 'insertFromComposition') &&\n !disableAutoFocusFirst\n ) {\n focusFirstItem();\n } else if (\n lastInputType.current &&\n (lastInputType.current.includes('insert') ||\n lastInputType.current.includes('delete') ||\n lastInputType.current.includes('history'))\n ) {\n clearVirtualFocus(true);\n\n // If onChange was triggered before the timeout actually updated the activedescendant, we need to fire\n // our own dispatchVirtualFocus so focusVisible gets reapplied on the input\n if (getVirtuallyFocusedElement(document) === inputRef.current) {\n dispatchVirtualFocus(inputRef.current!, null);\n }\n }\n\n state.setInputValue(value);\n };\n\n let keyDownTarget = useRef<Element | null>(null);\n // For textfield specific keydown operations\n let onKeyDown = (e: BaseEvent<ReactKeyboardEvent<any>>) => {\n keyDownTarget.current = getEventTarget(e) as Element;\n if (e.nativeEvent.isComposing) {\n return;\n }\n\n let focusedNodeId = queuedActiveDescendant.current;\n if (\n focusedNodeId !== null &&\n getOwnerDocument(inputRef.current).getElementById(focusedNodeId) == null\n ) {\n // if the focused id doesn't exist in document, then we need to clear the tracked focused node, otherwise\n // we will be attempting to fire key events on a non-existing node instead of trying to focus the newly swapped wrapped collection.\n // This can happen if you are swapping out the Autocomplete wrapped collection component like in the docs search.\n queuedActiveDescendant.current = null;\n focusedNodeId = null;\n }\n\n switch (e.key) {\n case 'a':\n if (isCtrlKeyPressed(e)) {\n return;\n }\n break;\n case 'Escape':\n // Early return for Escape here so it doesn't leak the Escape event from the simulated collection event below and\n // close the dialog prematurely. Ideally that should be up to the discretion of the input element hence the check\n // for isPropagationStopped\n if (e.isDefaultPrevented()) {\n return;\n }\n break;\n case ' ':\n // Space shouldn't trigger onAction so early return.\n return;\n case 'Tab':\n // Don't propogate Tab down to the collection, otherwise we will try to focus the collection via useSelectableCollection's Tab handler (aka shift tab logic)\n // We want FocusScope to handle Tab if one exists (aka sub dialog), so special casepropogate\n if ('continuePropagation' in e) {\n e.continuePropagation();\n }\n return;\n case 'Home':\n case 'End':\n case 'PageDown':\n case 'PageUp':\n case 'ArrowUp':\n case 'ArrowDown':\n case 'ArrowRight':\n case 'ArrowLeft': {\n if ((e.key === 'Home' || e.key === 'End') && focusedNodeId == null && e.shiftKey) {\n return;\n }\n\n // If there is text within the input field, we'll want continue propagating events down\n // to the wrapped collection if there is a focused node so that a user can continue moving the\n // virtual focus. However, if the user doesn't have a focus in the collection, just move the text\n // cursor instead. They can move focus down into the collection via down/up arrow if need be\n if (e.key === 'ArrowRight' || e.key === 'ArrowLeft') {\n if (focusedNodeId == null) {\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n return;\n }\n\n break;\n }\n\n // Prevent these keys from moving the text cursor in the input\n e.preventDefault();\n // Move virtual focus into the wrapped collection\n let focusCollection = new CustomEvent(FOCUS_EVENT, {\n cancelable: true,\n bubbles: true\n });\n\n collectionRef.current?.dispatchEvent(focusCollection);\n break;\n }\n }\n\n // Emulate the keyboard events that happen in the input field in the wrapped collection. This is for triggering things like onAction via Enter\n // or moving focus from one item to another. Stop propagation on the input event if it isn't already stopped so it doesn't leak out. For events\n // like ESC, the dispatched event below will bubble out of the collection and be stopped if handled by useSelectableCollection, otherwise will bubble\n // as expected\n if (!e.isPropagationStopped()) {\n e.stopPropagation();\n }\n\n let shouldPerformDefaultAction = true;\n if (collectionRef.current !== null) {\n if (focusedNodeId == null) {\n shouldPerformDefaultAction =\n collectionRef.current?.dispatchEvent(\n new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)\n ) || false;\n } else {\n let item = document.getElementById(focusedNodeId);\n if (item) {\n shouldPerformDefaultAction =\n item?.dispatchEvent(new KeyboardEvent(e.nativeEvent.type, e.nativeEvent)) || false;\n }\n }\n }\n\n if (shouldPerformDefaultAction) {\n switch (e.key) {\n case 'ArrowLeft':\n case 'ArrowRight': {\n // Clear the activedescendant so NVDA announcements aren't interrupted but retain the focused key in the collection so the\n // user's keyboard navigation restarts from where they left off\n clearVirtualFocus();\n break;\n }\n case 'Enter':\n // Trigger click action on item when Enter key was pressed.\n if (focusedNodeId != null) {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new PointerEvent('click', e.nativeEvent));\n }\n break;\n }\n } else {\n // TODO: check if we can do this, want to stop textArea from using its default Enter behavior so items are properly triggered\n e.preventDefault();\n }\n };\n\n let onKeyUpCapture = useEffectEvent(e => {\n // Dispatch simulated key up events for things like triggering links in listbox\n // Make sure to stop the propagation of the input keyup event so that the simulated keyup/down pair\n // is detected by usePress instead of the original keyup originating from the input\n if (getEventTarget(e) === keyDownTarget.current) {\n e.stopImmediatePropagation();\n let focusedNodeId = queuedActiveDescendant.current;\n if (focusedNodeId == null) {\n collectionRef.current?.dispatchEvent(new KeyboardEvent(e.type, e));\n } else {\n let item = document.getElementById(focusedNodeId);\n item?.dispatchEvent(new KeyboardEvent(e.type, e));\n }\n }\n });\n\n useEffect(() => {\n document.addEventListener('keyup', onKeyUpCapture, true);\n return () => {\n document.removeEventListener('keyup', onKeyUpCapture, true);\n };\n }, []);\n\n let stringFormatter = useLocalizedStringFormatter(intlMessages, '@react-aria/autocomplete');\n let collectionProps = useLabels({\n id: collectionId,\n 'aria-label': stringFormatter.format('collectionLabel')\n });\n\n let filterFn = useCallback(\n (nodeTextValue: string, node: Node<T>) => {\n if (filter) {\n return filter(nodeTextValue, state.inputValue, node);\n }\n\n return true;\n },\n [state.inputValue, filter]\n );\n\n // Be sure to clear/restore the virtual + collection focus when blurring/refocusing the field so we only show the\n // focus ring on the virtually focused collection when are actually interacting with the Autocomplete\n let onBlur = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let lastFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (lastFocusedNode) {\n dispatchVirtualBlur(lastFocusedNode, e.relatedTarget);\n }\n };\n\n let onFocus = (e: ReactFocusEvent) => {\n if (!e.isTrusted) {\n return;\n }\n\n let curFocusedNode = queuedActiveDescendant.current\n ? document.getElementById(queuedActiveDescendant.current)\n : null;\n if (curFocusedNode) {\n let target = getEventTarget(e);\n queueMicrotask(() => {\n // instead of focusing the last focused node, just focus the collection instead and have the collection handle what item to focus via useSelectableCollection/Item\n dispatchVirtualBlur(target, collectionRef.current);\n dispatchVirtualFocus(collectionRef.current!, target);\n });\n }\n };\n\n // Clicking back into the input can happen after focus moved elsewhere in the dialog, while\n // virtual focus is still on an option. Clear virtual focus on pointer down so mouse\n // interactions restore the input state before the click's focus handling runs.\n // Touch is excluded because touch interactions should not move focus back to the input.\n let onPointerDown = (e: ReactPointerEvent) => {\n if (\n e.button !== 0 ||\n e.pointerType === 'touch' ||\n queuedActiveDescendant.current == null ||\n inputRef.current == null\n ) {\n return;\n }\n\n if (getEventTarget(e) === inputRef.current) {\n clearVirtualFocus();\n }\n };\n\n // Only apply the autocomplete specific behaviors if the collection component wrapped by it is actually\n // being filtered/allows filtering by the Autocomplete.\n let inputProps = {\n value: state.inputValue,\n onChange\n } as AriaTextFieldProps<FocusableElement>;\n\n let virtualFocusProps = {\n onKeyDown,\n 'aria-activedescendant': state.focusedNodeId ?? undefined,\n onBlur,\n onFocus,\n onPointerDown\n };\n\n inputProps = {\n ...inputProps,\n ...(shouldUseVirtualFocus && hasCollection && virtualFocusProps),\n enterKeyHint: 'go',\n 'aria-controls': hasCollection ? collectionId : undefined,\n // TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)\n 'aria-autocomplete': 'list',\n // This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.\n autoCorrect: 'off',\n // This disable's the macOS Safari spell check auto corrections.\n spellCheck: 'false',\n autoComplete: 'off'\n };\n\n return {\n inputProps,\n collectionProps: mergeProps(collectionProps, {\n shouldUseVirtualFocus,\n disallowTypeAhead: shouldUseVirtualFocus,\n autoFocus: autoFocusOnMount ? 'first' : false\n }),\n collectionRef: mergedCollectionRef,\n filter: filter != null ? filterFn : undefined\n };\n}\n"],"names":[],"version":3,"file":"useAutocomplete.js.map"}
@@ -62,6 +62,7 @@ function $134103e19bdfd846$export$1e40b3ca02d92d21(props, state) {
62
62
  // Tracks if a collection has been connected to the autocomplete. If false, we don't want to add various attributes to the autocomplete input
63
63
  // since it isn't attached to a filterable collection (e.g. Tabs)
64
64
  let [hasCollection, setHasCollection] = (0, $7qCLe$useState)(false);
65
+ let [autoFocusOnMount, setAutoFocusOnMount] = (0, $7qCLe$useState)(false);
65
66
  (0, $7qCLe$useEffect)(()=>{
66
67
  return ()=>clearTimeout(timeout.current);
67
68
  }, []);
@@ -119,6 +120,10 @@ function $134103e19bdfd846$export$1e40b3ca02d92d21(props, state) {
119
120
  callbackRef
120
121
  ]));
121
122
  let focusFirstItem = (0, $7qCLe$useCallback)(()=>{
123
+ if (!collectionRef.current) {
124
+ setAutoFocusOnMount(true);
125
+ return;
126
+ }
122
127
  delayNextActiveDescendant.current = true;
123
128
  collectionRef.current?.dispatchEvent(new CustomEvent((0, $8b2399d051d06d4c$export$831c820ad60f9d12), {
124
129
  cancelable: true,
@@ -131,6 +136,7 @@ function $134103e19bdfd846$export$1e40b3ca02d92d21(props, state) {
131
136
  collectionRef
132
137
  ]);
133
138
  let clearVirtualFocus = (0, $7qCLe$useCallback)((clearFocusKey)=>{
139
+ setAutoFocusOnMount(false);
134
140
  (0, $b72f3f7b3b5f42c6$export$76e4e37e5339496d)((0, $23f2114a1b82827e$export$cd4e5573fbe2b576)());
135
141
  queuedActiveDescendant.current = null;
136
142
  state.setFocusedNodeId(null);
@@ -149,14 +155,16 @@ function $134103e19bdfd846$export$1e40b3ca02d92d21(props, state) {
149
155
  state
150
156
  ]);
151
157
  let lastInputType = (0, $7qCLe$useRef)('');
152
- (0, $600b3cf69ae46262$export$90fc3a17d93f704c)(inputRef, 'input', (e)=>{
158
+ (0, $600b3cf69ae46262$export$90fc3a17d93f704c)(inputRef, 'beforeinput', (e)=>{
153
159
  let { inputType: inputType } = e;
154
160
  lastInputType.current = inputType;
155
161
  });
156
162
  let onChange = (value)=>{
157
163
  // Tell wrapped collection to focus the first element in the list when typing forward and to clear focused key when modifying the text via
158
164
  // copy paste/backspacing/undo/redo for screen reader announcements
159
- if (lastInputType.current === 'insertText' && !disableAutoFocusFirst) focusFirstItem();
165
+ if ((lastInputType.current === 'insertText' || // IME composition (e.g. CJK input) reports 'insertCompositionText'/'insertFromComposition'
166
+ // instead of 'insertText'. Treat these as forward typing so the first item gets virtual focus.
167
+ lastInputType.current === 'insertCompositionText' || lastInputType.current === 'insertFromComposition') && !disableAutoFocusFirst) focusFirstItem();
160
168
  else if (lastInputType.current && (lastInputType.current.includes('insert') || lastInputType.current.includes('delete') || lastInputType.current.includes('history'))) {
161
169
  clearVirtualFocus(true);
162
170
  // If onChange was triggered before the timeout actually updated the activedescendant, we need to fire
@@ -210,7 +218,7 @@ function $134103e19bdfd846$export$1e40b3ca02d92d21(props, state) {
210
218
  // to the wrapped collection if there is a focused node so that a user can continue moving the
211
219
  // virtual focus. However, if the user doesn't have a focus in the collection, just move the text
212
220
  // cursor instead. They can move focus down into the collection via down/up arrow if need be
213
- if ((e.key === 'ArrowRight' || e.key === 'ArrowLeft') && state.inputValue.length > 0) {
221
+ if (e.key === 'ArrowRight' || e.key === 'ArrowLeft') {
214
222
  if (focusedNodeId == null) {
215
223
  if (!e.isPropagationStopped()) e.stopPropagation();
216
224
  return;
@@ -331,11 +339,11 @@ function $134103e19bdfd846$export$1e40b3ca02d92d21(props, state) {
331
339
  onFocus: onFocus,
332
340
  onPointerDown: onPointerDown
333
341
  };
334
- if (hasCollection) inputProps = {
342
+ inputProps = {
335
343
  ...inputProps,
336
- ...shouldUseVirtualFocus && virtualFocusProps,
344
+ ...shouldUseVirtualFocus && hasCollection && virtualFocusProps,
337
345
  enterKeyHint: 'go',
338
- 'aria-controls': collectionId,
346
+ 'aria-controls': hasCollection ? collectionId : undefined,
339
347
  // TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)
340
348
  'aria-autocomplete': 'list',
341
349
  // This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.
@@ -348,7 +356,8 @@ function $134103e19bdfd846$export$1e40b3ca02d92d21(props, state) {
348
356
  inputProps: inputProps,
349
357
  collectionProps: (0, $bbaa08b3cd72f041$export$9d1611c77c2fe928)(collectionProps, {
350
358
  shouldUseVirtualFocus: shouldUseVirtualFocus,
351
- disallowTypeAhead: shouldUseVirtualFocus
359
+ disallowTypeAhead: shouldUseVirtualFocus,
360
+ autoFocus: autoFocusOnMount ? 'first' : false
352
361
  }),
353
362
  collectionRef: mergedCollectionRef,
354
363
  filter: filter != null ? filterFn : undefined