@react-md/core 1.0.0-next.7 → 1.0.0-next.9

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 (713) hide show
  1. package/.stylelintrc.json +14 -0
  2. package/.turbo/turbo-build.log +6 -6
  3. package/.turbo/turbo-lint.log +13 -12
  4. package/CHANGELOG.md +15 -0
  5. package/README.md +39 -24
  6. package/coverage/clover.xml +1013 -529
  7. package/coverage/coverage-final.json +9 -3
  8. package/coverage/lcov-report/AutoComplete.tsx.html +283 -0
  9. package/coverage/lcov-report/MenuItemCheckbox.tsx.html +223 -0
  10. package/coverage/lcov-report/MenuItemInputToggle.tsx.html +178 -232
  11. package/coverage/lcov-report/MenuItemRadio.tsx.html +436 -0
  12. package/coverage/lcov-report/RootHtml.tsx.html +370 -0
  13. package/coverage/lcov-report/Select.tsx.html +1411 -0
  14. package/coverage/lcov-report/SrOnly.tsx.html +328 -0
  15. package/coverage/lcov-report/Typography.tsx.html +1027 -0
  16. package/coverage/lcov-report/autocomplete/AutoComplete.tsx.html +283 -0
  17. package/coverage/lcov-report/autocomplete/Autocomplete.tsx.html +283 -0
  18. package/coverage/lcov-report/autocomplete/index.html +161 -0
  19. package/coverage/lcov-report/autocomplete/useAutoComplete.ts.html +775 -0
  20. package/coverage/lcov-report/autocomplete/useAutocomplete.ts.html +775 -0
  21. package/coverage/lcov-report/autocomplete/useInlineAutoComplete.ts.html +340 -0
  22. package/coverage/lcov-report/autocomplete/useInlineAutocomplete.ts.html +346 -0
  23. package/coverage/lcov-report/autocomplete/utils.ts.html +106 -0
  24. package/coverage/lcov-report/avatar/Avatar.tsx.html +162 -99
  25. package/coverage/lcov-report/avatar/index.html +19 -34
  26. package/coverage/lcov-report/avatar/styles.ts.html +1 -1
  27. package/coverage/lcov-report/button/Button.tsx.html +85 -85
  28. package/coverage/lcov-report/button/index.html +12 -12
  29. package/coverage/lcov-report/dialog/DialogFooter.tsx.html +36 -36
  30. package/coverage/lcov-report/dialog/DialogHeader.tsx.html +26 -26
  31. package/coverage/lcov-report/dialog/index.html +34 -19
  32. package/coverage/lcov-report/form/AutoComplete.tsx.html +283 -0
  33. package/coverage/lcov-report/form/Form.tsx.html +22 -22
  34. package/coverage/lcov-report/form/OptGroup.tsx.html +169 -166
  35. package/coverage/lcov-report/form/Option.tsx.html +727 -0
  36. package/coverage/lcov-report/form/Select.tsx.html +962 -1112
  37. package/coverage/lcov-report/form/SelectOriginal.tsx.html +1630 -0
  38. package/coverage/lcov-report/form/SelectV2.tsx.html +1024 -0
  39. package/coverage/lcov-report/form/SelectedOption.tsx.html +250 -0
  40. package/coverage/lcov-report/form/index.html +57 -12
  41. package/coverage/lcov-report/form/selectUtils.ts.html +188 -221
  42. package/coverage/lcov-report/form/useAutoComplete.ts.html +787 -0
  43. package/coverage/lcov-report/form/useCombobox.ts.html +454 -460
  44. package/coverage/lcov-report/form/useComboboxList.ts.html +108 -93
  45. package/coverage/lcov-report/form/useFormReset.ts.html +229 -0
  46. package/coverage/lcov-report/form/useInlineAutoComplete.ts.html +379 -0
  47. package/coverage/lcov-report/form/useSelectCombobox.ts.html +499 -0
  48. package/coverage/lcov-report/form/utils.ts.html +209 -170
  49. package/coverage/lcov-report/icon/FontIcon.tsx.html +28 -28
  50. package/coverage/lcov-report/icon/MaterialIcon.tsx.html +235 -0
  51. package/coverage/lcov-report/icon/index.html +1 -1
  52. package/coverage/lcov-report/index.html +32 -32
  53. package/coverage/lcov-report/media-queries/appSize.ts.html +1 -1
  54. package/coverage/lcov-report/media-queries/index.html +1 -1
  55. package/coverage/lcov-report/menu/DropdownMenu.tsx.html +188 -188
  56. package/coverage/lcov-report/menu/Menu.tsx.html +271 -265
  57. package/coverage/lcov-report/menu/MenuItem.tsx.html +292 -0
  58. package/coverage/lcov-report/menu/MenuVisibilityProvider.tsx.html +48 -33
  59. package/coverage/lcov-report/menu/index.html +45 -15
  60. package/coverage/lcov-report/menu/useContextMenu.ts.html +490 -0
  61. package/coverage/lcov-report/menuItemInputToggleStyles.ts.html +319 -0
  62. package/coverage/lcov-report/movement/index.html +19 -19
  63. package/coverage/lcov-report/movement/useKeyboardMovementProvider.ts.html +422 -383
  64. package/coverage/lcov-report/positioning/constants.ts.html +463 -0
  65. package/coverage/lcov-report/positioning/index.html +30 -30
  66. package/coverage/lcov-report/positioning/useFixedPositioning.ts.html +1321 -0
  67. package/coverage/lcov-report/progress/CircularProgress.tsx.html +184 -184
  68. package/coverage/lcov-report/progress/index.html +19 -34
  69. package/coverage/lcov-report/searching/caseInsensitive.ts.html +685 -0
  70. package/coverage/lcov-report/searching/fuzzy.ts.html +610 -0
  71. package/coverage/lcov-report/searching/index.html +161 -0
  72. package/coverage/lcov-report/searching/toSearchQuery.ts.html +139 -0
  73. package/coverage/lcov-report/searching/utils.ts.html +247 -0
  74. package/coverage/lcov-report/src/CoreProviders.tsx.html +20 -20
  75. package/coverage/lcov-report/src/NoSsr.tsx.html +1 -1
  76. package/coverage/lcov-report/src/RootHtml.tsx.html +370 -0
  77. package/coverage/lcov-report/src/SsrProvider.tsx.html +10 -10
  78. package/coverage/lcov-report/src/app-bar/AppBar.tsx.html +1 -1
  79. package/coverage/lcov-report/src/app-bar/AppBarTitle.tsx.html +1 -1
  80. package/coverage/lcov-report/src/app-bar/index.html +1 -1
  81. package/coverage/lcov-report/src/avatar/Avatar.tsx.html +1 -1
  82. package/coverage/lcov-report/src/avatar/index.html +1 -1
  83. package/coverage/lcov-report/src/avatar/styles.ts.html +1 -1
  84. package/coverage/lcov-report/src/badge/Badge.tsx.html +1 -1
  85. package/coverage/lcov-report/src/badge/index.html +1 -1
  86. package/coverage/lcov-report/src/box/Box.tsx.html +1 -1
  87. package/coverage/lcov-report/src/box/index.html +1 -1
  88. package/coverage/lcov-report/src/box/styles.ts.html +1 -1
  89. package/coverage/lcov-report/src/button/AsyncButton.tsx.html +1 -1
  90. package/coverage/lcov-report/src/button/Button.tsx.html +1 -1
  91. package/coverage/lcov-report/src/button/ButtonUnstyled.tsx.html +1 -1
  92. package/coverage/lcov-report/src/button/FloatingActionButton.tsx.html +1 -1
  93. package/coverage/lcov-report/src/button/TooltippedButton.tsx.html +1 -1
  94. package/coverage/lcov-report/src/button/buttonStyles.ts.html +1 -1
  95. package/coverage/lcov-report/src/button/buttonUnstyledStyles.ts.html +1 -1
  96. package/coverage/lcov-report/src/button/index.html +1 -1
  97. package/coverage/lcov-report/src/card/Card.tsx.html +1 -1
  98. package/coverage/lcov-report/src/card/CardContent.tsx.html +1 -1
  99. package/coverage/lcov-report/src/card/CardFooter.tsx.html +1 -1
  100. package/coverage/lcov-report/src/card/CardHeader.tsx.html +1 -1
  101. package/coverage/lcov-report/src/card/CardSubtitle.tsx.html +1 -1
  102. package/coverage/lcov-report/src/card/CardTitle.tsx.html +1 -1
  103. package/coverage/lcov-report/src/card/ClickableCard.tsx.html +1 -1
  104. package/coverage/lcov-report/src/card/index.html +1 -1
  105. package/coverage/lcov-report/src/card/styles.ts.html +1 -1
  106. package/coverage/lcov-report/src/chip/Chip.tsx.html +1 -1
  107. package/coverage/lcov-report/src/chip/index.html +1 -1
  108. package/coverage/lcov-report/src/chip/styles.ts.html +1 -1
  109. package/coverage/lcov-report/src/cssUtils.ts.html +53 -53
  110. package/coverage/lcov-report/src/delegateEvent.ts.html +1 -1
  111. package/coverage/lcov-report/src/dialog/Dialog.tsx.html +1 -1
  112. package/coverage/lcov-report/src/dialog/DialogContainer.tsx.html +1 -1
  113. package/coverage/lcov-report/src/dialog/DialogContent.tsx.html +1 -1
  114. package/coverage/lcov-report/src/dialog/DialogFooter.tsx.html +1 -1
  115. package/coverage/lcov-report/src/dialog/DialogHeader.tsx.html +1 -1
  116. package/coverage/lcov-report/src/dialog/DialogTitle.tsx.html +1 -1
  117. package/coverage/lcov-report/src/dialog/FixedDialog.tsx.html +1 -1
  118. package/coverage/lcov-report/src/dialog/NestedDialogProvider.ts.html +1 -1
  119. package/coverage/lcov-report/src/dialog/index.html +1 -1
  120. package/coverage/lcov-report/src/dialog/styles.ts.html +1 -1
  121. package/coverage/lcov-report/src/divider/Divider.tsx.html +1 -1
  122. package/coverage/lcov-report/src/divider/index.html +1 -1
  123. package/coverage/lcov-report/src/divider/styles.ts.html +1 -1
  124. package/coverage/lcov-report/src/draggable/index.html +1 -1
  125. package/coverage/lcov-report/src/draggable/useDraggable.ts.html +1 -1
  126. package/coverage/lcov-report/src/draggable/utils.ts.html +1 -1
  127. package/coverage/lcov-report/src/expansion-panel/ExpansionList.tsx.html +1 -1
  128. package/coverage/lcov-report/src/expansion-panel/ExpansionPanel.tsx.html +1 -1
  129. package/coverage/lcov-report/src/expansion-panel/ExpansionPanelHeader.tsx.html +1 -1
  130. package/coverage/lcov-report/src/expansion-panel/index.html +1 -1
  131. package/coverage/lcov-report/src/expansion-panel/useExpansionList.ts.html +1 -1
  132. package/coverage/lcov-report/src/expansion-panel/useExpansionPanels.ts.html +1 -1
  133. package/coverage/lcov-report/src/focus/index.html +1 -1
  134. package/coverage/lcov-report/src/focus/useFocusContainer.ts.html +1 -1
  135. package/coverage/lcov-report/src/focus/utils.ts.html +1 -1
  136. package/coverage/lcov-report/src/form/AutoComplete.tsx.html +283 -0
  137. package/coverage/lcov-report/src/form/Checkbox.tsx.html +1 -1
  138. package/coverage/lcov-report/src/form/Fieldset.tsx.html +1 -1
  139. package/coverage/lcov-report/src/form/FileInput.tsx.html +1 -1
  140. package/coverage/lcov-report/src/form/Form.tsx.html +11 -8
  141. package/coverage/lcov-report/src/form/FormMessage.tsx.html +1 -1
  142. package/coverage/lcov-report/src/form/FormMessageContainer.tsx.html +1 -1
  143. package/coverage/lcov-report/src/form/FormMessageCounter.tsx.html +1 -1
  144. package/coverage/lcov-report/src/form/InputToggle.tsx.html +1 -1
  145. package/coverage/lcov-report/src/form/InputToggleIcon.tsx.html +56 -56
  146. package/coverage/lcov-report/src/form/Label.tsx.html +1 -1
  147. package/coverage/lcov-report/src/form/Legend.tsx.html +1 -1
  148. package/coverage/lcov-report/src/form/MenuItemCheckbox.tsx.html +3 -3
  149. package/coverage/lcov-report/src/form/MenuItemFileInput.tsx.html +1 -1
  150. package/coverage/lcov-report/src/form/MenuItemInputToggle.tsx.html +178 -232
  151. package/coverage/lcov-report/src/form/MenuItemRadio.tsx.html +3 -3
  152. package/coverage/lcov-report/src/form/MenuItemSwitch.tsx.html +1 -1
  153. package/coverage/lcov-report/src/form/MenuItemTextField.tsx.html +1 -1
  154. package/coverage/lcov-report/src/form/NativeSelect.tsx.html +1 -1
  155. package/coverage/lcov-report/src/form/OptGroup.tsx.html +1 -1
  156. package/coverage/lcov-report/src/form/Option.tsx.html +1 -1
  157. package/coverage/lcov-report/src/form/Password.tsx.html +1 -1
  158. package/coverage/lcov-report/src/form/Radio.tsx.html +1 -1
  159. package/coverage/lcov-report/src/form/Select.tsx.html +894 -1146
  160. package/coverage/lcov-report/src/form/SelectValue.tsx.html +1 -1
  161. package/coverage/lcov-report/src/form/Slider.tsx.html +1 -1
  162. package/coverage/lcov-report/src/form/SliderContainer.tsx.html +1 -1
  163. package/coverage/lcov-report/src/form/SliderMark.tsx.html +1 -1
  164. package/coverage/lcov-report/src/form/SliderMarkLabel.tsx.html +1 -1
  165. package/coverage/lcov-report/src/form/SliderThumb.tsx.html +1 -1
  166. package/coverage/lcov-report/src/form/SliderTrack.tsx.html +1 -1
  167. package/coverage/lcov-report/src/form/SliderValueMarks.tsx.html +1 -1
  168. package/coverage/lcov-report/src/form/SliderValueTooltip.tsx.html +1 -1
  169. package/coverage/lcov-report/src/form/Switch.tsx.html +1 -1
  170. package/coverage/lcov-report/src/form/SwitchTrack.tsx.html +1 -1
  171. package/coverage/lcov-report/src/form/TextArea.tsx.html +1 -1
  172. package/coverage/lcov-report/src/form/TextField.tsx.html +1 -1
  173. package/coverage/lcov-report/src/form/TextFieldAddon.tsx.html +1 -1
  174. package/coverage/lcov-report/src/form/TextFieldContainer.tsx.html +1 -1
  175. package/coverage/lcov-report/src/form/TextFieldContainerStyles.ts.html +1 -1
  176. package/coverage/lcov-report/src/form/fileUtils.ts.html +1 -1
  177. package/coverage/lcov-report/src/form/formConfig.ts.html +1 -1
  178. package/coverage/lcov-report/src/form/formMessageStyles.ts.html +1 -1
  179. package/coverage/lcov-report/src/form/index.html +30 -900
  180. package/coverage/lcov-report/src/form/inputToggleStyles.ts.html +30 -30
  181. package/coverage/lcov-report/src/form/menuItemInputToggleStyles.ts.html +319 -0
  182. package/coverage/lcov-report/src/form/nativeSelectStyles.ts.html +1 -1
  183. package/coverage/lcov-report/src/form/optionStyles.ts.html +1 -1
  184. package/coverage/lcov-report/src/form/passwordStyles.ts.html +1 -1
  185. package/coverage/lcov-report/src/form/selectStyles.ts.html +1 -1
  186. package/coverage/lcov-report/src/form/selectUtils.ts.html +1 -1
  187. package/coverage/lcov-report/src/form/sliderUtils.ts.html +1 -1
  188. package/coverage/lcov-report/src/form/switchStyles.ts.html +1 -1
  189. package/coverage/lcov-report/src/form/textAreaStyles.ts.html +1 -1
  190. package/coverage/lcov-report/src/form/textFieldStyles.ts.html +1 -1
  191. package/coverage/lcov-report/src/form/useAutoComplete.ts.html +787 -0
  192. package/coverage/lcov-report/src/form/useCheckboxGroup.ts.html +1 -1
  193. package/coverage/lcov-report/src/form/useCombobox.ts.html +943 -457
  194. package/coverage/lcov-report/src/form/useEditableCombobox.ts.html +502 -0
  195. package/coverage/lcov-report/src/form/useFileUpload.ts.html +1 -1
  196. package/coverage/lcov-report/src/form/useInlineAutoComplete.ts.html +109 -0
  197. package/coverage/lcov-report/src/form/useListboxProvider.ts.html +1 -1
  198. package/coverage/lcov-report/src/form/useNumberField.ts.html +1 -1
  199. package/coverage/lcov-report/src/form/useRadioGroup.ts.html +1 -1
  200. package/coverage/lcov-report/src/form/useRangeSlider.ts.html +1 -1
  201. package/coverage/lcov-report/src/form/useResizingTextArea.ts.html +1 -1
  202. package/coverage/lcov-report/src/form/useSelectCombobox.ts.html +295 -0
  203. package/coverage/lcov-report/src/form/useSlider.ts.html +1 -1
  204. package/coverage/lcov-report/src/form/useTextField.ts.html +1 -1
  205. package/coverage/lcov-report/src/form/utils.ts.html +200 -170
  206. package/coverage/lcov-report/src/form/validation.ts.html +1 -1
  207. package/coverage/lcov-report/src/hoverMode/index.html +1 -1
  208. package/coverage/lcov-report/src/hoverMode/useHoverMode.ts.html +1 -1
  209. package/coverage/lcov-report/src/hoverMode/useHoverModeProvider.ts.html +1 -1
  210. package/coverage/lcov-report/src/icon/FontIcon.tsx.html +28 -28
  211. package/coverage/lcov-report/src/icon/IconRotator.tsx.html +1 -1
  212. package/coverage/lcov-report/src/icon/MaterialIcon.tsx.html +1 -1
  213. package/coverage/lcov-report/src/icon/MaterialSymbol.tsx.html +1 -1
  214. package/coverage/lcov-report/src/icon/SVGIcon.tsx.html +1 -1
  215. package/coverage/lcov-report/src/icon/TextIconSpacing.tsx.html +51 -51
  216. package/coverage/lcov-report/src/icon/iconConfig.tsx.html +10 -10
  217. package/coverage/lcov-report/src/icon/index.html +1 -1
  218. package/coverage/lcov-report/src/icon/material.ts.html +1 -1
  219. package/coverage/lcov-report/src/icon/materialConfig.ts.html +1 -1
  220. package/coverage/lcov-report/src/icon/styles.ts.html +38 -38
  221. package/coverage/lcov-report/src/index.html +9 -354
  222. package/coverage/lcov-report/src/interaction/Ripple.tsx.html +1 -1
  223. package/coverage/lcov-report/src/interaction/RippleContainer.tsx.html +1 -1
  224. package/coverage/lcov-report/src/interaction/UserInteractionModeProvider.tsx.html +87 -87
  225. package/coverage/lcov-report/src/interaction/config.ts.html +7 -7
  226. package/coverage/lcov-report/src/interaction/index.html +1 -1
  227. package/coverage/lcov-report/src/interaction/useElementInteraction.tsx.html +83 -83
  228. package/coverage/lcov-report/src/interaction/useHigherContrastChildren.tsx.html +7 -7
  229. package/coverage/lcov-report/src/interaction/utils.ts.html +1 -1
  230. package/coverage/lcov-report/src/layout/LayoutAppBar.tsx.html +1 -1
  231. package/coverage/lcov-report/src/layout/LayoutNav.tsx.html +1 -1
  232. package/coverage/lcov-report/src/layout/LayoutWindowSplitter.tsx.html +1 -1
  233. package/coverage/lcov-report/src/layout/Main.tsx.html +1 -1
  234. package/coverage/lcov-report/src/layout/index.html +1 -1
  235. package/coverage/lcov-report/src/layout/layoutNavStyles.ts.html +1 -1
  236. package/coverage/lcov-report/src/layout/layoutWindowSplitterStyles.ts.html +1 -1
  237. package/coverage/lcov-report/src/layout/mainStyles.ts.html +1 -1
  238. package/coverage/lcov-report/src/layout/useExpandableLayout.ts.html +1 -1
  239. package/coverage/lcov-report/src/layout/useHorizontalLayoutTransition.ts.html +1 -1
  240. package/coverage/lcov-report/src/layout/useLayoutAppBarHeight.ts.html +1 -1
  241. package/coverage/lcov-report/src/layout/useLayoutTree.ts.html +1 -1
  242. package/coverage/lcov-report/src/layout/useLayoutWindowSplitter.ts.html +1 -1
  243. package/coverage/lcov-report/src/layout/useMainTabIndex.ts.html +1 -1
  244. package/coverage/lcov-report/src/layout/useResizableLayout.ts.html +1 -1
  245. package/coverage/lcov-report/src/layout/useTemporaryLayout.ts.html +1 -1
  246. package/coverage/lcov-report/src/link/Link.tsx.html +1 -1
  247. package/coverage/lcov-report/src/link/SkipToMainContent.tsx.html +1 -1
  248. package/coverage/lcov-report/src/link/index.html +1 -1
  249. package/coverage/lcov-report/src/link/styles.ts.html +1 -1
  250. package/coverage/lcov-report/src/list/List.tsx.html +30 -30
  251. package/coverage/lcov-report/src/list/ListItem.tsx.html +124 -124
  252. package/coverage/lcov-report/src/list/ListItemAddon.tsx.html +35 -35
  253. package/coverage/lcov-report/src/list/ListItemChildren.tsx.html +79 -79
  254. package/coverage/lcov-report/src/list/ListItemLink.tsx.html +2 -2
  255. package/coverage/lcov-report/src/list/ListItemText.tsx.html +35 -35
  256. package/coverage/lcov-report/src/list/ListSubheader.tsx.html +1 -1
  257. package/coverage/lcov-report/src/list/getListItemHeight.ts.html +44 -47
  258. package/coverage/lcov-report/src/list/index.html +5 -5
  259. package/coverage/lcov-report/src/list/listItemStyles.ts.html +65 -65
  260. package/coverage/lcov-report/src/media-queries/AppSizeProvider.tsx.html +49 -49
  261. package/coverage/lcov-report/src/media-queries/appSize.ts.html +1 -1
  262. package/coverage/lcov-report/src/media-queries/index.html +1 -1
  263. package/coverage/lcov-report/src/media-queries/useMediaQuery.ts.html +24 -24
  264. package/coverage/lcov-report/src/menu/DropdownMenu.tsx.html +1 -1
  265. package/coverage/lcov-report/src/menu/Menu.tsx.html +3 -3
  266. package/coverage/lcov-report/src/menu/MenuBar.tsx.html +1 -1
  267. package/coverage/lcov-report/src/menu/MenuButton.tsx.html +1 -1
  268. package/coverage/lcov-report/src/menu/MenuConfigurationProvider.tsx.html +1 -1
  269. package/coverage/lcov-report/src/menu/MenuItem.tsx.html +1 -1
  270. package/coverage/lcov-report/src/menu/MenuItemButton.tsx.html +1 -1
  271. package/coverage/lcov-report/src/menu/MenuItemGroup.tsx.html +1 -1
  272. package/coverage/lcov-report/src/menu/MenuItemSeparator.tsx.html +1 -1
  273. package/coverage/lcov-report/src/menu/MenuSheet.tsx.html +1 -1
  274. package/coverage/lcov-report/src/menu/MenuVisibilityProvider.tsx.html +1 -1
  275. package/coverage/lcov-report/src/menu/MenuWidget.tsx.html +1 -1
  276. package/coverage/lcov-report/src/menu/MenuWidgetKeyboardProvider.tsx.html +1 -1
  277. package/coverage/lcov-report/src/menu/index.html +1 -1
  278. package/coverage/lcov-report/src/menu/useContextMenu.ts.html +1 -1
  279. package/coverage/lcov-report/src/menu/useMenuBarProvider.ts.html +1 -1
  280. package/coverage/lcov-report/src/menu/utils.ts.html +1 -1
  281. package/coverage/lcov-report/src/movement/constants.ts.html +1 -1
  282. package/coverage/lcov-report/src/movement/findMatchIndex.ts.html +1 -1
  283. package/coverage/lcov-report/src/movement/index.html +17 -62
  284. package/coverage/lcov-report/src/movement/useKeyboardMovementProvider.ts.html +1 -1
  285. package/coverage/lcov-report/src/movement/utils.ts.html +143 -119
  286. package/coverage/lcov-report/src/overlay/Overlay.tsx.html +1 -1
  287. package/coverage/lcov-report/src/overlay/index.html +1 -1
  288. package/coverage/lcov-report/src/overlay/overlayStyles.ts.html +1 -1
  289. package/coverage/lcov-report/src/portal/Portal.tsx.html +1 -1
  290. package/coverage/lcov-report/src/portal/PortalContainerProvider.tsx.html +36 -36
  291. package/coverage/lcov-report/src/portal/index.html +1 -1
  292. package/coverage/lcov-report/src/positioning/constants.ts.html +1 -1
  293. package/coverage/lcov-report/src/positioning/createHorizontalPosition.ts.html +1 -1
  294. package/coverage/lcov-report/src/positioning/createVerticalPosition.ts.html +1 -1
  295. package/coverage/lcov-report/src/positioning/getFixedPosition.ts.html +1 -1
  296. package/coverage/lcov-report/src/positioning/index.html +1 -1
  297. package/coverage/lcov-report/src/positioning/useFixedPositioning.ts.html +1 -1
  298. package/coverage/lcov-report/src/positioning/utils.ts.html +1 -1
  299. package/coverage/lcov-report/src/progress/CircularProgress.tsx.html +81 -81
  300. package/coverage/lcov-report/src/progress/LinearProgress.tsx.html +1 -1
  301. package/coverage/lcov-report/src/progress/getProgressA11y.ts.html +1 -1
  302. package/coverage/lcov-report/src/progress/index.html +1 -1
  303. package/coverage/lcov-report/src/responsive-item/ResponsiveItemContainer.tsx.html +1 -1
  304. package/coverage/lcov-report/src/responsive-item/ResponsiveItemOverlay.tsx.html +1 -1
  305. package/coverage/lcov-report/src/responsive-item/index.html +1 -1
  306. package/coverage/lcov-report/src/responsive-item/styles.ts.html +1 -1
  307. package/coverage/lcov-report/src/scroll/ScrollLock.tsx.html +1 -1
  308. package/coverage/lcov-report/src/scroll/getScrollbarWidth.ts.html +1 -1
  309. package/coverage/lcov-report/src/scroll/index.html +1 -1
  310. package/coverage/lcov-report/src/scroll/useScrollLock.ts.html +1 -1
  311. package/coverage/lcov-report/src/segmented-button/SegmentedButton.tsx.html +1 -1
  312. package/coverage/lcov-report/src/segmented-button/SegmentedButtonContainer.tsx.html +1 -1
  313. package/coverage/lcov-report/src/segmented-button/index.html +1 -1
  314. package/coverage/lcov-report/src/segmented-button/segmentedButtonContainerStyles.ts.html +1 -1
  315. package/coverage/lcov-report/src/segmented-button/segmentedButtonStyles.ts.html +1 -1
  316. package/coverage/lcov-report/src/sheet/Sheet.tsx.html +1 -1
  317. package/coverage/lcov-report/src/sheet/index.html +1 -1
  318. package/coverage/lcov-report/src/sheet/styles.ts.html +1 -1
  319. package/coverage/lcov-report/src/snackbar/DefaultToastRenderer.tsx.html +1 -1
  320. package/coverage/lcov-report/src/snackbar/Snackbar.tsx.html +1 -1
  321. package/coverage/lcov-report/src/snackbar/Toast.tsx.html +1 -1
  322. package/coverage/lcov-report/src/snackbar/ToastActionButton.tsx.html +1 -1
  323. package/coverage/lcov-report/src/snackbar/ToastCloseButton.tsx.html +1 -1
  324. package/coverage/lcov-report/src/snackbar/ToastContent.tsx.html +1 -1
  325. package/coverage/lcov-report/src/snackbar/ToastManager.tsx.html +1 -1
  326. package/coverage/lcov-report/src/snackbar/ToastManagerProvider.tsx.html +1 -1
  327. package/coverage/lcov-report/src/snackbar/index.html +1 -1
  328. package/coverage/lcov-report/src/snackbar/snackbarStyles.ts.html +1 -1
  329. package/coverage/lcov-report/src/snackbar/toastContentStyles.ts.html +1 -1
  330. package/coverage/lcov-report/src/snackbar/toastStyles.ts.html +1 -1
  331. package/coverage/lcov-report/src/snackbar/useCurrentToastActions.ts.html +1 -1
  332. package/coverage/lcov-report/src/suspense/CircularProgressSuspense.tsx.html +142 -142
  333. package/coverage/lcov-report/src/suspense/NullSuspense.tsx.html +88 -88
  334. package/coverage/lcov-report/src/suspense/index.html +32 -32
  335. package/coverage/lcov-report/src/table/Table.tsx.html +1 -1
  336. package/coverage/lcov-report/src/table/TableBody.tsx.html +1 -1
  337. package/coverage/lcov-report/src/table/TableCell.tsx.html +1 -1
  338. package/coverage/lcov-report/src/table/TableCellContent.tsx.html +1 -1
  339. package/coverage/lcov-report/src/table/TableCheckbox.tsx.html +1 -1
  340. package/coverage/lcov-report/src/table/TableConfigurationProvider.tsx.html +1 -1
  341. package/coverage/lcov-report/src/table/TableContainer.tsx.html +1 -1
  342. package/coverage/lcov-report/src/table/TableContainerProvider.tsx.html +1 -1
  343. package/coverage/lcov-report/src/table/TableFooter.tsx.html +1 -1
  344. package/coverage/lcov-report/src/table/TableHeader.tsx.html +1 -1
  345. package/coverage/lcov-report/src/table/TableRadio.tsx.html +1 -1
  346. package/coverage/lcov-report/src/table/TableRow.tsx.html +1 -1
  347. package/coverage/lcov-report/src/table/index.html +1 -1
  348. package/coverage/lcov-report/src/table/tableCellStyles.ts.html +1 -1
  349. package/coverage/lcov-report/src/table/tableContainerStyles.ts.html +1 -1
  350. package/coverage/lcov-report/src/table/tableFooterStyles.ts.html +1 -1
  351. package/coverage/lcov-report/src/table/tableHeaderStyles.ts.html +1 -1
  352. package/coverage/lcov-report/src/table/tableRowStyles.ts.html +1 -1
  353. package/coverage/lcov-report/src/table/tableStyles.ts.html +1 -1
  354. package/coverage/lcov-report/src/tabs/Tab.tsx.html +1 -1
  355. package/coverage/lcov-report/src/tabs/TabList.tsx.html +1 -1
  356. package/coverage/lcov-report/src/tabs/TabListScrollButton.tsx.html +1 -1
  357. package/coverage/lcov-report/src/tabs/index.html +1 -1
  358. package/coverage/lcov-report/src/tabs/tabIndicatorStyles.ts.html +1 -1
  359. package/coverage/lcov-report/src/tabs/tabListScrollButtonStyles.ts.html +1 -1
  360. package/coverage/lcov-report/src/tabs/tabListStyles.ts.html +1 -1
  361. package/coverage/lcov-report/src/tabs/tabStyles.ts.html +1 -1
  362. package/coverage/lcov-report/src/tabs/useTabList.ts.html +1 -1
  363. package/coverage/lcov-report/src/tabs/useTabs.ts.html +1 -1
  364. package/coverage/lcov-report/src/tabs/utils.ts.html +1 -1
  365. package/coverage/lcov-report/src/test-utils/IntersectionObserver.ts.html +1 -1
  366. package/coverage/lcov-report/src/test-utils/ResizeObserver.ts.html +1 -1
  367. package/coverage/lcov-report/src/test-utils/data-testid.ts.html +18 -6
  368. package/coverage/lcov-report/src/test-utils/drag.ts.html +1 -1
  369. package/coverage/lcov-report/src/test-utils/index.html +7 -7
  370. package/coverage/lcov-report/src/test-utils/jest-setup.ts.html +9 -9
  371. package/coverage/lcov-report/src/test-utils/matchMedia.ts.html +4 -4
  372. package/coverage/lcov-report/src/test-utils/polyfills/IntersectionObserver.ts.html +4 -4
  373. package/coverage/lcov-report/src/test-utils/polyfills/ResizeObserver.ts.html +3 -3
  374. package/coverage/lcov-report/src/test-utils/polyfills/TextDecoder.ts.html +106 -0
  375. package/coverage/lcov-report/src/test-utils/polyfills/TextEncoder.ts.html +100 -0
  376. package/coverage/lcov-report/src/test-utils/polyfills/index.html +1 -1
  377. package/coverage/lcov-report/src/test-utils/polyfills/matchMedia.ts.html +6 -6
  378. package/coverage/lcov-report/src/test-utils/polyfills/offsetParent.ts.html +14 -14
  379. package/coverage/lcov-report/src/test-utils/polyfills/scrollIntoView.ts.html +5 -5
  380. package/coverage/lcov-report/src/test-utils/render.tsx.html +21 -21
  381. package/coverage/lcov-report/src/test-utils/root-html-environment.ts.html +85 -0
  382. package/coverage/lcov-report/src/test-utils/timers.ts.html +1 -1
  383. package/coverage/lcov-report/src/theme/LocalStorageColorSchemeProvider.tsx.html +1 -1
  384. package/coverage/lcov-report/src/theme/ThemeProvider.tsx.html +1 -1
  385. package/coverage/lcov-report/src/theme/colors.ts.html +1 -1
  386. package/coverage/lcov-report/src/theme/cssVars.ts.html +1 -1
  387. package/coverage/lcov-report/src/theme/index.html +1 -1
  388. package/coverage/lcov-report/src/theme/useCSSVariables.ts.html +1 -1
  389. package/coverage/lcov-report/src/theme/useColorScheme.ts.html +1 -1
  390. package/coverage/lcov-report/src/theme/useColorSchemeMetaTag.ts.html +1 -1
  391. package/coverage/lcov-report/src/theme/useColorSchemeProvider.ts.html +1 -1
  392. package/coverage/lcov-report/src/theme/usePrefersColorScheme.ts.html +1 -1
  393. package/coverage/lcov-report/src/theme/utils.ts.html +1 -1
  394. package/coverage/lcov-report/src/tooltip/Tooltip.tsx.html +1 -1
  395. package/coverage/lcov-report/src/tooltip/TooltipHoverModeProvider.tsx.html +1 -1
  396. package/coverage/lcov-report/src/tooltip/constants.ts.html +1 -1
  397. package/coverage/lcov-report/src/tooltip/index.html +1 -1
  398. package/coverage/lcov-report/src/tooltip/tooltipStyles.ts.html +1 -1
  399. package/coverage/lcov-report/src/tooltip/useTooltip.ts.html +1 -1
  400. package/coverage/lcov-report/src/tooltip/useTooltipPosition.ts.html +1 -1
  401. package/coverage/lcov-report/src/tooltip/utils.ts.html +1 -1
  402. package/coverage/lcov-report/src/transition/CSSTransition.tsx.html +1 -1
  403. package/coverage/lcov-report/src/transition/Collapse.tsx.html +1 -1
  404. package/coverage/lcov-report/src/transition/CrossFade.tsx.html +1 -1
  405. package/coverage/lcov-report/src/transition/ScaleTransition.tsx.html +1 -1
  406. package/coverage/lcov-report/src/transition/SkeletonPlaceholder.tsx.html +1 -1
  407. package/coverage/lcov-report/src/transition/Slide.tsx.html +1 -1
  408. package/coverage/lcov-report/src/transition/SlideContainer.tsx.html +1 -1
  409. package/coverage/lcov-report/src/transition/collapseStyles.ts.html +13 -13
  410. package/coverage/lcov-report/src/transition/config.ts.html +3 -3
  411. package/coverage/lcov-report/src/transition/index.html +7 -7
  412. package/coverage/lcov-report/src/transition/maxWidthTransition.ts.html +1 -1
  413. package/coverage/lcov-report/src/transition/skeletonPlaceholderUtils.ts.html +1 -1
  414. package/coverage/lcov-report/src/transition/useCSSTransition.ts.html +1 -1
  415. package/coverage/lcov-report/src/transition/useCarousel.ts.html +1 -1
  416. package/coverage/lcov-report/src/transition/useCollapseTransition.ts.html +96 -150
  417. package/coverage/lcov-report/src/transition/useCrossFadeTransition.ts.html +1 -1
  418. package/coverage/lcov-report/src/transition/useMaxWidthTransition.ts.html +1 -1
  419. package/coverage/lcov-report/src/transition/useScaleTransition.ts.html +1 -1
  420. package/coverage/lcov-report/src/transition/useSkeletonPlaceholder.ts.html +1 -1
  421. package/coverage/lcov-report/src/transition/useSlideTransition.ts.html +1 -1
  422. package/coverage/lcov-report/src/transition/useTransition.ts.html +152 -152
  423. package/coverage/lcov-report/src/transition/utils.ts.html +14 -14
  424. package/coverage/lcov-report/src/tree/DefaultTreeItemRenderer.tsx.html +1 -1
  425. package/coverage/lcov-report/src/tree/Tree.tsx.html +1 -1
  426. package/coverage/lcov-report/src/tree/TreeGroup.tsx.html +45 -45
  427. package/coverage/lcov-report/src/tree/TreeItem.tsx.html +1 -1
  428. package/coverage/lcov-report/src/tree/TreeItemExpander.tsx.html +1 -1
  429. package/coverage/lcov-report/src/tree/TreeProvider.tsx.html +8 -8
  430. package/coverage/lcov-report/src/tree/index.html +1 -1
  431. package/coverage/lcov-report/src/tree/styles.ts.html +5 -5
  432. package/coverage/lcov-report/src/tree/useTree.ts.html +1 -1
  433. package/coverage/lcov-report/src/tree/useTreeExpansion.ts.html +1 -1
  434. package/coverage/lcov-report/src/tree/useTreeItems.ts.html +1 -1
  435. package/coverage/lcov-report/src/tree/useTreeMovement.ts.html +1 -1
  436. package/coverage/lcov-report/src/tree/useTreeSelection.ts.html +1 -1
  437. package/coverage/lcov-report/src/tree/utils.ts.html +1 -1
  438. package/coverage/lcov-report/src/typography/SrOnly.tsx.html +12 -12
  439. package/coverage/lcov-report/src/typography/TextContainer.tsx.html +1 -1
  440. package/coverage/lcov-report/src/typography/Typography.tsx.html +94 -94
  441. package/coverage/lcov-report/src/typography/WritingDirectionProvider.tsx.html +1 -1
  442. package/coverage/lcov-report/src/typography/index.html +1 -1
  443. package/coverage/lcov-report/src/useAsyncAction.ts.html +1 -1
  444. package/coverage/lcov-report/src/useDebouncedFunction.ts.html +1 -1
  445. package/coverage/lcov-report/src/useDropzone.ts.html +1 -1
  446. package/coverage/lcov-report/src/useElementSize.ts.html +1 -1
  447. package/coverage/lcov-report/src/useEnsuredId.ts.html +8 -8
  448. package/coverage/lcov-report/src/useEnsuredRef.ts.html +11 -11
  449. package/coverage/lcov-report/src/useEnsuredState.ts.html +16 -16
  450. package/coverage/lcov-report/src/useHtmlClassName.ts.html +1 -1
  451. package/coverage/lcov-report/src/useIntersectionObserver.ts.html +1 -1
  452. package/coverage/lcov-report/src/useIsomorphicLayoutEffect.ts.html +1 -1
  453. package/coverage/lcov-report/src/useLocalStorage.ts.html +1 -1
  454. package/coverage/lcov-report/src/useOrientation.ts.html +32 -32
  455. package/coverage/lcov-report/src/usePageInactive.ts.html +1 -1
  456. package/coverage/lcov-report/src/useResizeListener.ts.html +1 -1
  457. package/coverage/lcov-report/src/useResizeObserver.ts.html +23 -23
  458. package/coverage/lcov-report/src/useThrottledFunction.ts.html +1 -1
  459. package/coverage/lcov-report/src/useToggle.ts.html +1 -1
  460. package/coverage/lcov-report/src/useUnmounted.ts.html +1 -1
  461. package/coverage/lcov-report/src/useWindowSize.ts.html +1 -1
  462. package/coverage/lcov-report/src/utils/RenderRecursively.tsx.html +1 -1
  463. package/coverage/lcov-report/src/utils/alphaNumericSort.ts.html +1 -1
  464. package/coverage/lcov-report/src/utils/applyRef.ts.html +1 -1
  465. package/coverage/lcov-report/src/utils/bem.ts.html +50 -50
  466. package/coverage/lcov-report/src/utils/filters.ts.html +357 -84
  467. package/coverage/lcov-report/src/utils/getClientPosition.ts.html +1 -1
  468. package/coverage/lcov-report/src/utils/getMiddleOfRange.ts.html +1 -1
  469. package/coverage/lcov-report/src/utils/getPercentage.ts.html +1 -1
  470. package/coverage/lcov-report/src/utils/getRangeDefaultValue.ts.html +1 -1
  471. package/coverage/lcov-report/src/utils/getRangeSteps.ts.html +1 -1
  472. package/coverage/lcov-report/src/utils/identity.ts.html +1 -1
  473. package/coverage/lcov-report/src/utils/index.html +13 -268
  474. package/coverage/lcov-report/src/utils/isElementVisible.ts.html +1 -1
  475. package/coverage/lcov-report/src/utils/loop.ts.html +1 -1
  476. package/coverage/lcov-report/src/utils/nearest.ts.html +1 -1
  477. package/coverage/lcov-report/src/utils/parseCssLengthUnit.ts.html +1 -1
  478. package/coverage/lcov-report/src/utils/randomInt.ts.html +1 -1
  479. package/coverage/lcov-report/src/utils/wait.ts.html +1 -1
  480. package/coverage/lcov-report/src/utils/withinRange.ts.html +1 -1
  481. package/coverage/lcov-report/src/window-splitter/WindowSplitter.tsx.html +1 -1
  482. package/coverage/lcov-report/src/window-splitter/index.html +1 -1
  483. package/coverage/lcov-report/src/window-splitter/useWindowSplitter.ts.html +1 -1
  484. package/coverage/lcov-report/transition/config.ts.html +5 -5
  485. package/coverage/lcov-report/transition/index.html +1 -1
  486. package/coverage/lcov-report/transition/useScaleTransition.ts.html +535 -0
  487. package/coverage/lcov-report/useAutoComplete.ts.html +787 -0
  488. package/coverage/lcov-report/useCollapseTransition.ts.html +166 -211
  489. package/coverage/lcov-report/useCombobox.ts.html +1513 -0
  490. package/coverage/lcov-report/useInlineAutoComplete.ts.html +379 -0
  491. package/coverage/lcov-report/useSelectCombobox.ts.html +295 -0
  492. package/coverage/lcov-report/utils/alphaNumericSort.ts.html +11 -50
  493. package/coverage/lcov-report/utils/filters.ts.html +1056 -201
  494. package/coverage/lcov-report/utils/index.html +10 -10
  495. package/coverage/lcov-report/utils/searching.ts.html +85 -0
  496. package/coverage/lcov-report/utils.ts.html +109 -277
  497. package/coverage/lcov.info +900 -363
  498. package/dist/RootHtml.d.ts +62 -0
  499. package/dist/RootHtml.js +49 -0
  500. package/dist/RootHtml.js.map +1 -0
  501. package/dist/_core.scss +49 -43
  502. package/dist/avatar/Avatar.d.ts +14 -0
  503. package/dist/avatar/Avatar.js +5 -2
  504. package/dist/avatar/Avatar.js.map +1 -1
  505. package/dist/badge/_badge.scss +23 -19
  506. package/dist/dialog/FixedDialog.d.ts +5 -4
  507. package/dist/dialog/FixedDialog.js +5 -4
  508. package/dist/dialog/FixedDialog.js.map +1 -1
  509. package/dist/form/MenuItemInputToggle.d.ts +2 -15
  510. package/dist/form/MenuItemInputToggle.js +26 -37
  511. package/dist/form/MenuItemInputToggle.js.map +1 -1
  512. package/dist/form/NativeSelect.d.ts +5 -2
  513. package/dist/form/NativeSelect.js.map +1 -1
  514. package/dist/form/Option.js +3 -2
  515. package/dist/form/Option.js.map +1 -1
  516. package/dist/form/Select.d.ts +105 -15
  517. package/dist/form/Select.js +160 -249
  518. package/dist/form/Select.js.map +1 -1
  519. package/dist/form/SelectedOption.d.ts +21 -0
  520. package/dist/form/SelectedOption.js +37 -0
  521. package/dist/form/SelectedOption.js.map +1 -0
  522. package/dist/form/TextField.d.ts +2 -2
  523. package/dist/form/TextField.js.map +1 -1
  524. package/dist/form/_form.scss +47 -29
  525. package/dist/form/menuItemInputToggleStyles.d.ts +39 -0
  526. package/dist/form/menuItemInputToggleStyles.js +31 -0
  527. package/dist/form/menuItemInputToggleStyles.js.map +1 -0
  528. package/dist/form/selectUtils.d.ts +1 -3
  529. package/dist/form/selectUtils.js +2 -10
  530. package/dist/form/selectUtils.js.map +1 -1
  531. package/dist/form/types.d.ts +6 -6
  532. package/dist/form/types.js.map +1 -1
  533. package/dist/form/useCombobox.d.ts +157 -0
  534. package/dist/form/useCombobox.js +206 -0
  535. package/dist/form/useCombobox.js.map +1 -0
  536. package/dist/form/useEditableCombobox.d.ts +15 -0
  537. package/dist/form/useEditableCombobox.js +101 -0
  538. package/dist/form/useEditableCombobox.js.map +1 -0
  539. package/dist/form/useFormReset.d.ts +16 -0
  540. package/dist/form/useFormReset.js +32 -0
  541. package/dist/form/useFormReset.js.map +1 -0
  542. package/dist/form/useListboxProvider.d.ts +1 -0
  543. package/dist/form/useListboxProvider.js +1 -0
  544. package/dist/form/useListboxProvider.js.map +1 -1
  545. package/dist/form/useSelectCombobox.d.ts +17 -0
  546. package/dist/form/useSelectCombobox.js +36 -0
  547. package/dist/form/useSelectCombobox.js.map +1 -0
  548. package/dist/form/utils.d.ts +11 -1
  549. package/dist/form/utils.js +6 -0
  550. package/dist/form/utils.js.map +1 -1
  551. package/dist/icon/_icon.scss +7 -5
  552. package/dist/index.d.ts +15 -1
  553. package/dist/index.js +15 -1
  554. package/dist/index.js.map +1 -1
  555. package/dist/interaction/_interaction.scss +56 -44
  556. package/dist/list/types.d.ts +10 -1
  557. package/dist/list/types.js.map +1 -1
  558. package/dist/menu/Menu.js +12 -1
  559. package/dist/menu/Menu.js.map +1 -1
  560. package/dist/menu/_menu.scss +1 -0
  561. package/dist/menu/useContextMenu.d.ts +3 -3
  562. package/dist/menu/useContextMenu.js +3 -3
  563. package/dist/menu/useContextMenu.js.map +1 -1
  564. package/dist/movement/types.d.ts +40 -21
  565. package/dist/movement/types.js.map +1 -1
  566. package/dist/movement/useKeyboardMovementProvider.js +15 -4
  567. package/dist/movement/useKeyboardMovementProvider.js.map +1 -1
  568. package/dist/movement/utils.d.ts +7 -2
  569. package/dist/movement/utils.js +10 -0
  570. package/dist/movement/utils.js.map +1 -1
  571. package/dist/positioning/useFixedPositioning.js +0 -8
  572. package/dist/positioning/useFixedPositioning.js.map +1 -1
  573. package/dist/searching/caseInsensitive.d.ts +150 -0
  574. package/dist/searching/caseInsensitive.js +30 -0
  575. package/dist/searching/caseInsensitive.js.map +1 -0
  576. package/dist/searching/fuzzy.d.ts +128 -0
  577. package/dist/searching/fuzzy.js +54 -0
  578. package/dist/searching/fuzzy.js.map +1 -0
  579. package/dist/searching/toSearchQuery.d.ts +5 -0
  580. package/dist/searching/toSearchQuery.js +13 -0
  581. package/dist/searching/toSearchQuery.js.map +1 -0
  582. package/dist/searching/types.d.ts +28 -0
  583. package/dist/searching/types.js +5 -0
  584. package/dist/searching/types.js.map +1 -0
  585. package/dist/searching/utils.d.ts +21 -0
  586. package/dist/searching/utils.js +28 -0
  587. package/dist/searching/utils.js.map +1 -0
  588. package/dist/test-utils/IntersectionObserver.d.ts +12 -0
  589. package/dist/test-utils/ResizeObserver.d.ts +172 -0
  590. package/dist/test-utils/data-testid.d.ts +7 -0
  591. package/dist/test-utils/data-testid.js +1 -0
  592. package/dist/test-utils/data-testid.js.map +1 -1
  593. package/dist/test-utils/drag.d.ts +26 -0
  594. package/dist/test-utils/index.d.ts +7 -0
  595. package/dist/test-utils/jest-setup.d.ts +1 -0
  596. package/dist/test-utils/matchMedia.d.ts +101 -0
  597. package/dist/test-utils/polyfills/IntersectionObserver.d.ts +1 -0
  598. package/dist/test-utils/polyfills/ResizeObserver.d.ts +1 -0
  599. package/dist/test-utils/polyfills/TextDecoder.d.ts +1 -0
  600. package/dist/test-utils/polyfills/TextDecoder.js +8 -0
  601. package/dist/test-utils/polyfills/TextDecoder.js.map +1 -0
  602. package/dist/test-utils/polyfills/TextEncoder.d.ts +1 -0
  603. package/dist/test-utils/polyfills/TextEncoder.js +6 -0
  604. package/dist/test-utils/polyfills/TextEncoder.js.map +1 -0
  605. package/dist/test-utils/polyfills/index.d.ts +7 -0
  606. package/dist/test-utils/polyfills/index.js +2 -0
  607. package/dist/test-utils/polyfills/index.js.map +1 -1
  608. package/dist/test-utils/polyfills/matchMedia.d.ts +1 -0
  609. package/dist/test-utils/polyfills/offsetParent.d.ts +1 -0
  610. package/dist/test-utils/polyfills/scrollIntoView.d.ts +1 -0
  611. package/dist/test-utils/render.d.ts +13 -0
  612. package/dist/test-utils/timers.d.ts +39 -0
  613. package/dist/theme/_theme.scss +192 -34
  614. package/dist/transition/useCollapseTransition.d.ts +3 -18
  615. package/dist/transition/useCollapseTransition.js +1 -10
  616. package/dist/transition/useCollapseTransition.js.map +1 -1
  617. package/dist/transition/utils.js +7 -2
  618. package/dist/transition/utils.js.map +1 -1
  619. package/dist/typography/SrOnly.d.ts +3 -3
  620. package/dist/typography/SrOnly.js +4 -4
  621. package/dist/typography/SrOnly.js.map +1 -1
  622. package/dist/typography/Typography.d.ts +19 -19
  623. package/dist/typography/Typography.js +19 -19
  624. package/dist/typography/Typography.js.map +1 -1
  625. package/dist/typography/_typography.scss +65 -25
  626. package/dist/useEnsuredState.d.ts +1 -1
  627. package/dist/useEnsuredState.js.map +1 -1
  628. package/dist/utils/alphaNumericSort.d.ts +1 -1
  629. package/dist/utils/alphaNumericSort.js +2 -10
  630. package/dist/utils/alphaNumericSort.js.map +1 -1
  631. package/jest.config.ts +4 -0
  632. package/package.json +21 -20
  633. package/src/RootHtml.tsx +95 -0
  634. package/src/__tests__/RootHtml.node.tsx +46 -0
  635. package/src/__tests__/__snapshots__/RootHtml.node.tsx.snap +19 -0
  636. package/src/_core.scss +49 -43
  637. package/src/avatar/Avatar.tsx +24 -3
  638. package/src/avatar/__tests__/Avatar.tsx +1 -1
  639. package/src/avatar/__tests__/__snapshots__/Avatar.tsx.snap +6 -6
  640. package/src/badge/_badge.scss +23 -19
  641. package/src/button/__tests__/__snapshots__/Button.tsx.snap +1 -1
  642. package/src/dialog/FixedDialog.tsx +5 -4
  643. package/src/form/MenuItemInputToggle.tsx +46 -64
  644. package/src/form/NativeSelect.tsx +6 -3
  645. package/src/form/Option.tsx +8 -2
  646. package/src/form/Select.tsx +251 -335
  647. package/src/form/SelectedOption.tsx +55 -0
  648. package/src/form/TextField.tsx +2 -2
  649. package/src/form/__tests__/MenuItemCheckbox.tsx +53 -0
  650. package/src/form/__tests__/MenuItemRadio.tsx +53 -0
  651. package/src/form/__tests__/Select.tsx +439 -0
  652. package/src/form/__tests__/__snapshots__/FileInput.tsx.snap +23 -23
  653. package/src/form/__tests__/__snapshots__/MenuItemCheckbox.tsx.snap +96 -0
  654. package/src/form/__tests__/__snapshots__/MenuItemRadio.tsx.snap +96 -0
  655. package/src/form/__tests__/__snapshots__/Select.tsx.snap +492 -0
  656. package/src/form/__tests__/useFormReset.tsx +195 -0
  657. package/src/form/_form.scss +47 -29
  658. package/src/form/menuItemInputToggleStyles.ts +78 -0
  659. package/src/form/selectUtils.ts +3 -14
  660. package/src/form/types.ts +6 -6
  661. package/src/form/useCombobox.ts +523 -0
  662. package/src/form/useEditableCombobox.ts +139 -0
  663. package/src/form/useFormReset.ts +48 -0
  664. package/src/form/useListboxProvider.ts +2 -0
  665. package/src/form/useSelectCombobox.ts +70 -0
  666. package/src/form/utils.ts +17 -4
  667. package/src/icon/_icon.scss +7 -5
  668. package/src/index.ts +15 -1
  669. package/src/interaction/_interaction.scss +56 -44
  670. package/src/list/types.ts +12 -1
  671. package/src/menu/Menu.tsx +9 -1
  672. package/src/menu/__tests__/__snapshots__/useContextMenu.tsx.snap +54 -0
  673. package/src/menu/__tests__/useContextMenu.tsx +41 -0
  674. package/src/menu/_menu.scss +1 -0
  675. package/src/menu/useContextMenu.ts +3 -3
  676. package/src/movement/types.ts +50 -25
  677. package/src/movement/useKeyboardMovementProvider.ts +21 -8
  678. package/src/movement/utils.ts +12 -2
  679. package/src/positioning/__tests__/__snapshots__/useFixedPositioning.tsx.snap +0 -32
  680. package/src/positioning/__tests__/useFixedPositioning.tsx +0 -14
  681. package/src/positioning/useFixedPositioning.ts +0 -6
  682. package/src/searching/__tests__/caseInsensitive.ts +165 -0
  683. package/src/searching/__tests__/fuzzy.ts +169 -0
  684. package/src/searching/__tests__/toSearchQuery.ts +21 -0
  685. package/src/searching/caseInsensitive.ts +200 -0
  686. package/src/searching/fuzzy.ts +175 -0
  687. package/src/searching/toSearchQuery.ts +18 -0
  688. package/src/searching/types.ts +34 -0
  689. package/src/searching/utils.ts +54 -0
  690. package/src/test-utils/data-testid.ts +5 -1
  691. package/src/test-utils/polyfills/TextDecoder.ts +7 -0
  692. package/src/test-utils/polyfills/TextEncoder.ts +5 -0
  693. package/src/test-utils/polyfills/index.ts +2 -0
  694. package/src/theme/_theme.scss +192 -34
  695. package/src/transition/__tests__/utils.ts +25 -0
  696. package/src/transition/useCollapseTransition.ts +6 -24
  697. package/src/transition/utils.ts +10 -5
  698. package/src/typography/SrOnly.tsx +9 -9
  699. package/src/typography/Typography.tsx +19 -19
  700. package/src/typography/__tests__/__snapshots__/SrOnly.tsx.snap +5 -5
  701. package/src/typography/_typography.scss +65 -25
  702. package/src/useEnsuredState.ts +1 -1
  703. package/src/utils/alphaNumericSort.ts +3 -16
  704. package/tsconfig.json +2 -2
  705. package/tsconfig.types.json +1 -1
  706. package/dist/form/SelectValue.d.ts +0 -17
  707. package/dist/form/SelectValue.js +0 -32
  708. package/dist/form/SelectValue.js.map +0 -1
  709. package/dist/utils/filters.d.ts +0 -196
  710. package/dist/utils/filters.js +0 -67
  711. package/dist/utils/filters.js.map +0 -1
  712. package/src/form/SelectValue.tsx +0 -39
  713. package/src/utils/filters.ts +0 -320
@@ -1,9 +1,451 @@
1
1
  TN:
2
- SF:src/list/ListItem.tsx
3
- FN:144,ListItem
2
+ SF:src/autocomplete/Autocomplete.tsx
3
+ FN:1,(empty-report)
4
4
  FNF:1
5
- FNH:1
6
- FNDA:320,ListItem
5
+ FNH:0
6
+ FNDA:0,(empty-report)
7
+ DA:1,0
8
+ DA:2,0
9
+ DA:3,0
10
+ DA:4,0
11
+ DA:5,0
12
+ DA:6,0
13
+ DA:7,0
14
+ DA:8,0
15
+ DA:9,0
16
+ DA:10,0
17
+ DA:11,0
18
+ DA:12,0
19
+ DA:13,0
20
+ DA:14,0
21
+ DA:15,0
22
+ DA:16,0
23
+ DA:17,0
24
+ DA:18,0
25
+ DA:19,0
26
+ DA:20,0
27
+ DA:21,0
28
+ DA:22,0
29
+ DA:23,0
30
+ DA:24,0
31
+ DA:25,0
32
+ DA:26,0
33
+ DA:27,0
34
+ DA:28,0
35
+ DA:29,0
36
+ DA:30,0
37
+ DA:31,0
38
+ DA:32,0
39
+ DA:33,0
40
+ DA:34,0
41
+ DA:35,0
42
+ DA:36,0
43
+ DA:37,0
44
+ DA:38,0
45
+ DA:39,0
46
+ DA:40,0
47
+ DA:41,0
48
+ DA:42,0
49
+ DA:43,0
50
+ DA:44,0
51
+ DA:45,0
52
+ DA:46,0
53
+ DA:47,0
54
+ DA:48,0
55
+ DA:49,0
56
+ DA:50,0
57
+ DA:51,0
58
+ DA:52,0
59
+ DA:53,0
60
+ DA:54,0
61
+ DA:55,0
62
+ DA:56,0
63
+ DA:57,0
64
+ DA:58,0
65
+ DA:59,0
66
+ DA:60,0
67
+ DA:61,0
68
+ DA:62,0
69
+ DA:63,0
70
+ DA:64,0
71
+ DA:65,0
72
+ DA:66,0
73
+ LF:66
74
+ LH:0
75
+ BRDA:1,0,0,0
76
+ BRF:1
77
+ BRH:0
78
+ end_of_record
79
+ TN:
80
+ SF:src/autocomplete/useAutocomplete.ts
81
+ FN:1,(empty-report)
82
+ FNF:1
83
+ FNH:0
84
+ FNDA:0,(empty-report)
85
+ DA:1,0
86
+ DA:2,0
87
+ DA:3,0
88
+ DA:4,0
89
+ DA:5,0
90
+ DA:6,0
91
+ DA:7,0
92
+ DA:8,0
93
+ DA:9,0
94
+ DA:10,0
95
+ DA:11,0
96
+ DA:12,0
97
+ DA:13,0
98
+ DA:14,0
99
+ DA:15,0
100
+ DA:16,0
101
+ DA:17,0
102
+ DA:18,0
103
+ DA:19,0
104
+ DA:20,0
105
+ DA:21,0
106
+ DA:22,0
107
+ DA:23,0
108
+ DA:24,0
109
+ DA:25,0
110
+ DA:26,0
111
+ DA:27,0
112
+ DA:28,0
113
+ DA:29,0
114
+ DA:30,0
115
+ DA:31,0
116
+ DA:32,0
117
+ DA:33,0
118
+ DA:34,0
119
+ DA:35,0
120
+ DA:36,0
121
+ DA:37,0
122
+ DA:38,0
123
+ DA:39,0
124
+ DA:40,0
125
+ DA:41,0
126
+ DA:42,0
127
+ DA:43,0
128
+ DA:44,0
129
+ DA:45,0
130
+ DA:46,0
131
+ DA:47,0
132
+ DA:48,0
133
+ DA:49,0
134
+ DA:50,0
135
+ DA:51,0
136
+ DA:52,0
137
+ DA:53,0
138
+ DA:54,0
139
+ DA:55,0
140
+ DA:56,0
141
+ DA:57,0
142
+ DA:58,0
143
+ DA:59,0
144
+ DA:60,0
145
+ DA:61,0
146
+ DA:62,0
147
+ DA:63,0
148
+ DA:64,0
149
+ DA:65,0
150
+ DA:66,0
151
+ DA:67,0
152
+ DA:68,0
153
+ DA:69,0
154
+ DA:70,0
155
+ DA:71,0
156
+ DA:72,0
157
+ DA:73,0
158
+ DA:74,0
159
+ DA:75,0
160
+ DA:76,0
161
+ DA:77,0
162
+ DA:78,0
163
+ DA:79,0
164
+ DA:80,0
165
+ DA:81,0
166
+ DA:82,0
167
+ DA:83,0
168
+ DA:84,0
169
+ DA:85,0
170
+ DA:86,0
171
+ DA:87,0
172
+ DA:88,0
173
+ DA:89,0
174
+ DA:90,0
175
+ DA:91,0
176
+ DA:92,0
177
+ DA:93,0
178
+ DA:94,0
179
+ DA:95,0
180
+ DA:96,0
181
+ DA:97,0
182
+ DA:98,0
183
+ DA:99,0
184
+ DA:100,0
185
+ DA:101,0
186
+ DA:102,0
187
+ DA:103,0
188
+ DA:104,0
189
+ DA:105,0
190
+ DA:106,0
191
+ DA:107,0
192
+ DA:108,0
193
+ DA:109,0
194
+ DA:110,0
195
+ DA:111,0
196
+ DA:112,0
197
+ DA:113,0
198
+ DA:114,0
199
+ DA:115,0
200
+ DA:116,0
201
+ DA:117,0
202
+ DA:118,0
203
+ DA:119,0
204
+ DA:120,0
205
+ DA:121,0
206
+ DA:122,0
207
+ DA:123,0
208
+ DA:124,0
209
+ DA:125,0
210
+ DA:126,0
211
+ DA:127,0
212
+ DA:128,0
213
+ DA:129,0
214
+ DA:130,0
215
+ DA:131,0
216
+ DA:132,0
217
+ DA:133,0
218
+ DA:134,0
219
+ DA:135,0
220
+ DA:136,0
221
+ DA:137,0
222
+ DA:138,0
223
+ DA:139,0
224
+ DA:140,0
225
+ DA:141,0
226
+ DA:142,0
227
+ DA:143,0
228
+ DA:144,0
229
+ DA:145,0
230
+ DA:146,0
231
+ DA:147,0
232
+ DA:148,0
233
+ DA:149,0
234
+ DA:150,0
235
+ DA:151,0
236
+ DA:152,0
237
+ DA:153,0
238
+ DA:154,0
239
+ DA:155,0
240
+ DA:156,0
241
+ DA:157,0
242
+ DA:158,0
243
+ DA:159,0
244
+ DA:160,0
245
+ DA:161,0
246
+ DA:162,0
247
+ DA:163,0
248
+ DA:164,0
249
+ DA:165,0
250
+ DA:166,0
251
+ DA:167,0
252
+ DA:168,0
253
+ DA:169,0
254
+ DA:170,0
255
+ DA:171,0
256
+ DA:172,0
257
+ DA:173,0
258
+ DA:174,0
259
+ DA:175,0
260
+ DA:176,0
261
+ DA:177,0
262
+ DA:178,0
263
+ DA:179,0
264
+ DA:180,0
265
+ DA:181,0
266
+ DA:182,0
267
+ DA:183,0
268
+ DA:184,0
269
+ DA:185,0
270
+ DA:186,0
271
+ DA:187,0
272
+ DA:188,0
273
+ DA:189,0
274
+ DA:190,0
275
+ DA:191,0
276
+ DA:192,0
277
+ DA:193,0
278
+ DA:194,0
279
+ DA:195,0
280
+ DA:196,0
281
+ DA:197,0
282
+ DA:198,0
283
+ DA:199,0
284
+ DA:200,0
285
+ DA:201,0
286
+ DA:202,0
287
+ DA:203,0
288
+ DA:204,0
289
+ DA:205,0
290
+ DA:206,0
291
+ DA:207,0
292
+ DA:208,0
293
+ DA:209,0
294
+ DA:210,0
295
+ DA:211,0
296
+ DA:212,0
297
+ DA:213,0
298
+ DA:214,0
299
+ DA:215,0
300
+ DA:216,0
301
+ DA:217,0
302
+ DA:218,0
303
+ DA:219,0
304
+ DA:220,0
305
+ DA:221,0
306
+ DA:222,0
307
+ DA:223,0
308
+ DA:224,0
309
+ DA:225,0
310
+ DA:226,0
311
+ DA:227,0
312
+ DA:228,0
313
+ DA:229,0
314
+ DA:230,0
315
+ LF:230
316
+ LH:0
317
+ BRDA:1,0,0,0
318
+ BRF:1
319
+ BRH:0
320
+ end_of_record
321
+ TN:
322
+ SF:src/autocomplete/useInlineAutocomplete.ts
323
+ FN:1,(empty-report)
324
+ FNF:1
325
+ FNH:0
326
+ FNDA:0,(empty-report)
327
+ DA:1,0
328
+ DA:2,0
329
+ DA:3,0
330
+ DA:4,0
331
+ DA:5,0
332
+ DA:6,0
333
+ DA:7,0
334
+ DA:8,0
335
+ DA:9,0
336
+ DA:10,0
337
+ DA:11,0
338
+ DA:12,0
339
+ DA:13,0
340
+ DA:14,0
341
+ DA:15,0
342
+ DA:16,0
343
+ DA:17,0
344
+ DA:18,0
345
+ DA:19,0
346
+ DA:20,0
347
+ DA:21,0
348
+ DA:22,0
349
+ DA:23,0
350
+ DA:24,0
351
+ DA:25,0
352
+ DA:26,0
353
+ DA:27,0
354
+ DA:28,0
355
+ DA:29,0
356
+ DA:30,0
357
+ DA:31,0
358
+ DA:32,0
359
+ DA:33,0
360
+ DA:34,0
361
+ DA:35,0
362
+ DA:36,0
363
+ DA:37,0
364
+ DA:38,0
365
+ DA:39,0
366
+ DA:40,0
367
+ DA:41,0
368
+ DA:42,0
369
+ DA:43,0
370
+ DA:44,0
371
+ DA:45,0
372
+ DA:46,0
373
+ DA:47,0
374
+ DA:48,0
375
+ DA:49,0
376
+ DA:50,0
377
+ DA:51,0
378
+ DA:52,0
379
+ DA:53,0
380
+ DA:54,0
381
+ DA:55,0
382
+ DA:56,0
383
+ DA:57,0
384
+ DA:58,0
385
+ DA:59,0
386
+ DA:60,0
387
+ DA:61,0
388
+ DA:62,0
389
+ DA:63,0
390
+ DA:64,0
391
+ DA:65,0
392
+ DA:66,0
393
+ DA:67,0
394
+ DA:68,0
395
+ DA:69,0
396
+ DA:70,0
397
+ DA:71,0
398
+ DA:72,0
399
+ DA:73,0
400
+ DA:74,0
401
+ DA:75,0
402
+ DA:76,0
403
+ DA:77,0
404
+ DA:78,0
405
+ DA:79,0
406
+ DA:80,0
407
+ DA:81,0
408
+ DA:82,0
409
+ DA:83,0
410
+ DA:84,0
411
+ DA:85,0
412
+ DA:86,0
413
+ DA:87,0
414
+ LF:87
415
+ LH:0
416
+ BRDA:1,0,0,0
417
+ BRF:1
418
+ BRH:0
419
+ end_of_record
420
+ TN:
421
+ SF:src/autocomplete/utils.ts
422
+ FN:1,(empty-report)
423
+ FNF:1
424
+ FNH:0
425
+ FNDA:0,(empty-report)
426
+ DA:1,0
427
+ DA:2,0
428
+ DA:3,0
429
+ DA:4,0
430
+ DA:5,0
431
+ DA:6,0
432
+ DA:7,0
433
+ LF:7
434
+ LH:0
435
+ BRDA:1,0,0,0
436
+ BRF:1
437
+ BRH:0
438
+ end_of_record
439
+ TN:
440
+ SF:src/searching/caseInsensitive.ts
441
+ FN:77,isCaseInsensitiveMatch
442
+ FN:174,caseInsensitiveSearch
443
+ FN:192,filter
444
+ FNF:3
445
+ FNH:3
446
+ FNDA:59,isCaseInsensitiveMatch
447
+ FNDA:23,caseInsensitiveSearch
448
+ FNDA:59,filter
7
449
  DA:1,1
8
450
  DA:2,1
9
451
  DA:3,1
@@ -81,6 +523,226 @@ DA:74,1
81
523
  DA:75,1
82
524
  DA:76,1
83
525
  DA:77,1
526
+ DA:78,59
527
+ DA:79,59
528
+ DA:80,59
529
+ DA:81,59
530
+ DA:82,59
531
+ DA:83,13
532
+ DA:84,13
533
+ DA:85,46
534
+ DA:86,46
535
+ DA:87,46
536
+ DA:88,1
537
+ DA:89,1
538
+ DA:90,1
539
+ DA:91,1
540
+ DA:92,1
541
+ DA:93,1
542
+ DA:94,1
543
+ DA:95,1
544
+ DA:96,1
545
+ DA:97,1
546
+ DA:98,1
547
+ DA:99,1
548
+ DA:100,1
549
+ DA:101,1
550
+ DA:102,1
551
+ DA:103,1
552
+ DA:104,1
553
+ DA:105,1
554
+ DA:106,1
555
+ DA:107,1
556
+ DA:108,1
557
+ DA:109,1
558
+ DA:110,1
559
+ DA:111,1
560
+ DA:112,1
561
+ DA:113,1
562
+ DA:114,1
563
+ DA:115,1
564
+ DA:116,1
565
+ DA:117,1
566
+ DA:118,1
567
+ DA:119,1
568
+ DA:120,1
569
+ DA:121,1
570
+ DA:122,1
571
+ DA:123,1
572
+ DA:124,1
573
+ DA:125,1
574
+ DA:126,1
575
+ DA:127,1
576
+ DA:128,1
577
+ DA:129,1
578
+ DA:130,1
579
+ DA:131,1
580
+ DA:132,1
581
+ DA:133,1
582
+ DA:134,1
583
+ DA:135,1
584
+ DA:136,1
585
+ DA:137,1
586
+ DA:138,1
587
+ DA:139,1
588
+ DA:140,1
589
+ DA:141,1
590
+ DA:142,1
591
+ DA:143,1
592
+ DA:144,1
593
+ DA:145,1
594
+ DA:146,1
595
+ DA:147,1
596
+ DA:148,1
597
+ DA:149,1
598
+ DA:150,1
599
+ DA:151,1
600
+ DA:152,1
601
+ DA:153,1
602
+ DA:154,1
603
+ DA:155,1
604
+ DA:156,1
605
+ DA:157,1
606
+ DA:158,1
607
+ DA:159,1
608
+ DA:160,1
609
+ DA:161,1
610
+ DA:162,1
611
+ DA:163,1
612
+ DA:164,1
613
+ DA:165,1
614
+ DA:166,1
615
+ DA:167,1
616
+ DA:168,1
617
+ DA:169,1
618
+ DA:170,1
619
+ DA:171,1
620
+ DA:172,1
621
+ DA:173,1
622
+ DA:174,1
623
+ DA:175,23
624
+ DA:176,23
625
+ DA:177,23
626
+ DA:178,23
627
+ DA:179,23
628
+ DA:180,23
629
+ DA:181,23
630
+ DA:182,23
631
+ DA:183,23
632
+ DA:184,23
633
+ DA:185,23
634
+ DA:186,23
635
+ DA:187,23
636
+ DA:188,23
637
+ DA:189,23
638
+ DA:190,23
639
+ DA:191,23
640
+ DA:192,23
641
+ DA:193,59
642
+ DA:194,59
643
+ DA:195,59
644
+ DA:196,59
645
+ DA:197,59
646
+ DA:198,59
647
+ DA:199,23
648
+ DA:200,23
649
+ LF:200
650
+ LH:200
651
+ BRDA:77,0,0,59
652
+ BRDA:82,1,0,13
653
+ BRDA:84,2,0,46
654
+ BRDA:174,3,0,23
655
+ BRDA:192,4,0,59
656
+ BRF:5
657
+ BRH:5
658
+ end_of_record
659
+ TN:
660
+ SF:src/searching/fuzzy.ts
661
+ FN:35,createFuzzyRegExp
662
+ FN:147,fuzzySearch
663
+ FN:169,filter
664
+ FNF:3
665
+ FNH:3
666
+ FNDA:11,createFuzzyRegExp
667
+ FNDA:14,fuzzySearch
668
+ FNDA:100115,filter
669
+ DA:1,1
670
+ DA:2,1
671
+ DA:3,1
672
+ DA:4,1
673
+ DA:5,1
674
+ DA:6,1
675
+ DA:7,1
676
+ DA:8,1
677
+ DA:9,1
678
+ DA:10,1
679
+ DA:11,1
680
+ DA:12,1
681
+ DA:13,1
682
+ DA:14,1
683
+ DA:15,1
684
+ DA:16,1
685
+ DA:17,1
686
+ DA:18,1
687
+ DA:19,1
688
+ DA:20,1
689
+ DA:21,1
690
+ DA:22,1
691
+ DA:23,1
692
+ DA:24,1
693
+ DA:25,1
694
+ DA:26,1
695
+ DA:27,1
696
+ DA:28,1
697
+ DA:29,1
698
+ DA:30,1
699
+ DA:31,1
700
+ DA:32,1
701
+ DA:33,1
702
+ DA:34,1
703
+ DA:35,1
704
+ DA:36,11
705
+ DA:37,11
706
+ DA:38,11
707
+ DA:39,11
708
+ DA:40,11
709
+ DA:41,11
710
+ DA:42,11
711
+ DA:43,11
712
+ DA:44,11
713
+ DA:45,11
714
+ DA:46,1
715
+ DA:47,1
716
+ DA:48,1
717
+ DA:49,1
718
+ DA:50,1
719
+ DA:51,1
720
+ DA:52,1
721
+ DA:53,1
722
+ DA:54,1
723
+ DA:55,1
724
+ DA:56,1
725
+ DA:57,1
726
+ DA:58,1
727
+ DA:59,1
728
+ DA:60,1
729
+ DA:61,1
730
+ DA:62,1
731
+ DA:63,1
732
+ DA:64,1
733
+ DA:65,1
734
+ DA:66,1
735
+ DA:67,1
736
+ DA:68,1
737
+ DA:69,1
738
+ DA:70,1
739
+ DA:71,1
740
+ DA:72,1
741
+ DA:73,1
742
+ DA:74,1
743
+ DA:75,1
744
+ DA:76,1
745
+ DA:77,1
84
746
  DA:78,1
85
747
  DA:79,1
86
748
  DA:80,1
@@ -148,149 +810,165 @@ DA:141,1
148
810
  DA:142,1
149
811
  DA:143,1
150
812
  DA:144,1
151
- DA:145,320
152
- DA:146,320
153
- DA:147,320
154
- DA:148,320
155
- DA:149,320
156
- DA:150,320
157
- DA:151,320
158
- DA:152,320
159
- DA:153,320
160
- DA:154,320
161
- DA:155,320
162
- DA:156,320
163
- DA:157,320
164
- DA:158,320
165
- DA:159,320
166
- DA:160,320
167
- DA:161,320
168
- DA:162,320
169
- DA:163,320
170
- DA:164,320
171
- DA:165,320
172
- DA:166,320
173
- DA:167,320
174
- DA:168,320
175
- DA:169,320
176
- DA:170,320
177
- DA:171,320
178
- DA:172,320
179
- DA:173,320
180
- DA:174,320
181
- DA:175,320
182
- DA:176,320
183
- DA:177,320
184
- DA:178,320
185
- DA:179,320
186
- DA:180,320
187
- DA:181,320
188
- DA:182,320
189
- DA:183,320
190
- DA:184,320
191
- DA:185,320
192
- DA:186,320
193
- DA:187,320
194
- DA:188,320
195
- DA:189,320
196
- DA:190,320
197
- DA:191,31
198
- DA:192,31
199
- DA:193,320
200
- DA:194,320
201
- DA:195,320
202
- DA:196,320
203
- DA:197,320
204
- DA:198,320
205
- DA:199,320
206
- DA:200,320
207
- DA:201,320
208
- DA:202,320
209
- DA:203,320
210
- DA:204,320
211
- DA:205,320
212
- DA:206,320
213
- DA:207,320
214
- DA:208,320
215
- DA:209,320
216
- DA:210,320
217
- DA:211,320
218
- DA:212,320
219
- DA:213,320
220
- DA:214,320
221
- DA:215,320
222
- DA:216,320
223
- DA:217,320
224
- DA:218,320
225
- DA:219,320
226
- DA:220,320
227
- DA:221,320
228
- DA:222,320
229
- DA:223,320
230
- DA:224,320
231
- DA:225,320
232
- DA:226,320
233
- DA:227,320
234
- DA:228,320
235
- DA:229,320
236
- DA:230,320
237
- DA:231,320
238
- DA:232,320
239
- DA:233,320
240
- DA:234,320
241
- DA:235,320
242
- DA:236,320
243
- DA:237,320
244
- DA:238,320
245
- DA:239,320
246
- DA:240,320
247
- DA:241,320
248
- DA:242,320
249
- DA:243,320
250
- DA:244,320
251
- DA:245,320
252
- DA:246,320
253
- DA:247,320
254
- DA:248,320
255
- DA:249,320
256
- DA:250,320
257
- DA:251,320
258
- DA:252,320
259
- DA:253,320
260
- DA:254,320
261
- DA:255,320
262
- DA:256,320
263
- DA:257,320
264
- DA:258,320
265
- DA:259,320
266
- DA:260,320
267
- DA:261,320
268
- DA:262,320
269
- DA:263,320
270
- DA:264,320
271
- DA:265,320
272
- DA:266,320
273
- DA:267,320
274
- DA:268,320
275
- DA:269,1
276
- LF:269
277
- LH:269
278
- BRDA:144,0,0,320
279
- BRDA:190,1,0,319
280
- BRDA:190,2,0,31
281
- BRDA:191,3,0,5
282
- BRDA:191,4,0,26
283
- BRDA:206,5,0,313
284
- BRDA:226,6,0,313
285
- BRF:7
286
- BRH:7
813
+ DA:145,1
814
+ DA:146,1
815
+ DA:147,1
816
+ DA:148,14
817
+ DA:149,14
818
+ DA:150,14
819
+ DA:151,14
820
+ DA:152,14
821
+ DA:153,14
822
+ DA:154,14
823
+ DA:155,14
824
+ DA:156,14
825
+ DA:157,14
826
+ DA:158,14
827
+ DA:159,14
828
+ DA:160,14
829
+ DA:161,14
830
+ DA:162,14
831
+ DA:163,14
832
+ DA:164,14
833
+ DA:165,14
834
+ DA:166,14
835
+ DA:167,14
836
+ DA:168,14
837
+ DA:169,14
838
+ DA:170,100115
839
+ DA:171,100115
840
+ DA:172,100115
841
+ DA:173,100115
842
+ DA:174,14
843
+ DA:175,14
844
+ LF:175
845
+ LH:175
846
+ BRDA:35,0,0,11
847
+ BRDA:147,1,0,14
848
+ BRDA:169,2,0,100115
849
+ BRF:3
850
+ BRH:3
851
+ end_of_record
852
+ TN:
853
+ SF:src/searching/toSearchQuery.ts
854
+ FN:6,toSearchQuery
855
+ FNF:1
856
+ FNH:1
857
+ FNDA:100210,toSearchQuery
858
+ DA:1,1
859
+ DA:2,1
860
+ DA:3,1
861
+ DA:4,1
862
+ DA:5,1
863
+ DA:6,1
864
+ DA:7,100210
865
+ DA:8,100210
866
+ DA:9,100210
867
+ DA:10,100210
868
+ DA:11,100210
869
+ DA:12,25
870
+ DA:13,100210
871
+ DA:14,11
872
+ DA:15,11
873
+ DA:16,100210
874
+ DA:17,100210
875
+ DA:18,100210
876
+ LF:18
877
+ LH:18
878
+ BRDA:6,0,0,100210
879
+ BRDA:11,1,0,25
880
+ BRDA:13,2,0,100185
881
+ BRDA:13,3,0,11
882
+ BRF:4
883
+ BRH:4
884
+ end_of_record
885
+ TN:
886
+ SF:src/searching/utils.ts
887
+ FN:10,defaultExtractor
888
+ FN:35,search
889
+ FNF:2
890
+ FNH:2
891
+ FNDA:34,defaultExtractor
892
+ FNDA:37,search
893
+ DA:1,1
894
+ DA:2,1
895
+ DA:3,1
896
+ DA:4,1
897
+ DA:5,1
898
+ DA:6,1
899
+ DA:7,1
900
+ DA:8,1
901
+ DA:9,1
902
+ DA:10,1
903
+ DA:11,34
904
+ DA:12,100165
905
+ DA:13,100162
906
+ DA:14,100162
907
+ DA:15,3
908
+ DA:16,3
909
+ DA:17,3
910
+ DA:18,3
911
+ DA:19,3
912
+ DA:20,1
913
+ DA:21,1
914
+ DA:22,1
915
+ DA:23,1
916
+ DA:24,1
917
+ DA:25,1
918
+ DA:26,1
919
+ DA:27,1
920
+ DA:28,1
921
+ DA:29,1
922
+ DA:30,1
923
+ DA:31,1
924
+ DA:32,1
925
+ DA:33,1
926
+ DA:34,1
927
+ DA:35,1
928
+ DA:36,37
929
+ DA:37,37
930
+ DA:38,37
931
+ DA:39,37
932
+ DA:40,37
933
+ DA:41,5
934
+ DA:42,5
935
+ DA:43,32
936
+ DA:44,32
937
+ DA:45,37
938
+ DA:46,2
939
+ DA:47,2
940
+ DA:48,30
941
+ DA:49,37
942
+ DA:50,37
943
+ DA:51,37
944
+ DA:52,100177
945
+ DA:53,37
946
+ DA:54,37
947
+ LF:54
948
+ LH:54
949
+ BRDA:10,0,0,34
950
+ BRDA:11,1,0,100165
951
+ BRDA:12,2,0,100162
952
+ BRDA:14,3,0,3
953
+ BRDA:35,4,0,37
954
+ BRDA:39,5,0,6
955
+ BRDA:39,6,0,31
956
+ BRDA:40,7,0,5
957
+ BRDA:42,8,0,32
958
+ BRDA:45,9,0,2
959
+ BRDA:47,10,0,30
960
+ BRDA:49,11,0,5
961
+ BRDA:49,12,0,25
962
+ BRDA:51,13,0,100177
963
+ BRF:14
964
+ BRH:14
287
965
  end_of_record
288
966
  TN:
289
- SF:src/list/ListItemLink.tsx
290
- FN:52,ListItemLink
967
+ SF:src/utils/alphaNumericSort.ts
968
+ FN:115,alphaNumericSort
291
969
  FNF:1
292
970
  FNH:1
293
- FNDA:4,ListItemLink
971
+ FNDA:4,alphaNumericSort
294
972
  DA:1,1
295
973
  DA:2,1
296
974
  DA:3,1
@@ -343,69 +1021,69 @@ DA:49,1
343
1021
  DA:50,1
344
1022
  DA:51,1
345
1023
  DA:52,1
346
- DA:53,4
347
- DA:54,4
348
- DA:55,4
349
- DA:56,4
350
- DA:57,4
351
- DA:58,4
352
- DA:59,4
353
- DA:60,4
354
- DA:61,4
355
- DA:62,4
356
- DA:63,4
357
- DA:64,4
358
- DA:65,4
359
- DA:66,4
360
- DA:67,4
361
- DA:68,4
362
- DA:69,4
363
- DA:70,4
364
- DA:71,4
365
- DA:72,4
366
- DA:73,4
367
- DA:74,4
368
- DA:75,4
369
- DA:76,4
370
- DA:77,4
371
- DA:78,4
372
- DA:79,4
373
- DA:80,4
374
- DA:81,4
375
- DA:82,4
376
- DA:83,4
377
- DA:84,4
378
- DA:85,4
379
- DA:86,4
380
- DA:87,4
381
- DA:88,4
382
- DA:89,4
383
- DA:90,4
384
- DA:91,4
385
- DA:92,4
386
- DA:93,4
387
- DA:94,4
388
- DA:95,4
389
- DA:96,4
390
- DA:97,4
391
- DA:98,4
392
- DA:99,4
393
- DA:100,4
394
- DA:101,4
395
- DA:102,4
396
- DA:103,4
397
- DA:104,4
398
- DA:105,4
399
- DA:106,4
400
- DA:107,4
401
- DA:108,4
402
- DA:109,4
403
- DA:110,4
404
- DA:111,4
405
- DA:112,4
406
- DA:113,4
407
- DA:114,4
408
- DA:115,4
1024
+ DA:53,1
1025
+ DA:54,1
1026
+ DA:55,1
1027
+ DA:56,1
1028
+ DA:57,1
1029
+ DA:58,1
1030
+ DA:59,1
1031
+ DA:60,1
1032
+ DA:61,1
1033
+ DA:62,1
1034
+ DA:63,1
1035
+ DA:64,1
1036
+ DA:65,1
1037
+ DA:66,1
1038
+ DA:67,1
1039
+ DA:68,1
1040
+ DA:69,1
1041
+ DA:70,1
1042
+ DA:71,1
1043
+ DA:72,1
1044
+ DA:73,1
1045
+ DA:74,1
1046
+ DA:75,1
1047
+ DA:76,1
1048
+ DA:77,1
1049
+ DA:78,1
1050
+ DA:79,1
1051
+ DA:80,1
1052
+ DA:81,1
1053
+ DA:82,1
1054
+ DA:83,1
1055
+ DA:84,1
1056
+ DA:85,1
1057
+ DA:86,1
1058
+ DA:87,1
1059
+ DA:88,1
1060
+ DA:89,1
1061
+ DA:90,1
1062
+ DA:91,1
1063
+ DA:92,1
1064
+ DA:93,1
1065
+ DA:94,1
1066
+ DA:95,1
1067
+ DA:96,1
1068
+ DA:97,1
1069
+ DA:98,1
1070
+ DA:99,1
1071
+ DA:100,1
1072
+ DA:101,1
1073
+ DA:102,1
1074
+ DA:103,1
1075
+ DA:104,1
1076
+ DA:105,1
1077
+ DA:106,1
1078
+ DA:107,1
1079
+ DA:108,1
1080
+ DA:109,1
1081
+ DA:110,1
1082
+ DA:111,1
1083
+ DA:112,1
1084
+ DA:113,1
1085
+ DA:114,1
1086
+ DA:115,1
409
1087
  DA:116,4
410
1088
  DA:117,4
411
1089
  DA:118,4
@@ -417,164 +1095,23 @@ DA:123,4
417
1095
  DA:124,4
418
1096
  DA:125,4
419
1097
  DA:126,4
420
- DA:127,4
421
- DA:128,4
422
- DA:129,4
423
- DA:130,4
424
- DA:131,4
425
- DA:132,4
426
- DA:133,4
427
- DA:134,4
1098
+ DA:127,11
1099
+ DA:128,11
1100
+ DA:129,11
1101
+ DA:130,11
1102
+ DA:131,11
1103
+ DA:132,11
1104
+ DA:133,11
1105
+ DA:134,11
428
1106
  DA:135,4
429
1107
  DA:136,4
430
1108
  DA:137,4
431
- DA:138,4
432
- DA:139,4
433
- DA:140,4
434
- DA:141,4
435
- DA:142,4
436
- DA:143,4
437
- DA:144,4
438
- DA:145,4
439
- DA:146,4
440
- DA:147,4
441
- DA:148,4
442
- DA:149,4
443
- DA:150,4
444
- DA:151,4
445
- DA:152,4
446
- DA:153,4
447
- DA:154,4
448
- DA:155,4
449
- DA:156,4
450
- DA:157,4
451
- DA:158,4
452
- DA:159,4
453
- DA:160,4
454
- DA:161,4
455
- DA:162,4
456
- DA:163,4
457
- DA:164,4
458
- DA:165,4
459
- DA:166,4
460
- DA:167,4
461
- DA:168,4
462
- DA:169,4
463
- DA:170,4
464
- DA:171,4
465
- DA:172,4
466
- DA:173,4
467
- DA:174,4
468
- DA:175,4
469
- DA:176,4
470
- DA:177,1
471
- LF:177
472
- LH:177
473
- BRDA:52,0,0,4
474
- BRDA:94,1,0,0
475
- BRF:2
476
- BRH:1
477
- end_of_record
478
- TN:
479
- SF:src/list/getListItemHeight.ts
480
- FN:29,getListItemHeight
481
- FNF:1
482
- FNH:1
483
- FNDA:353,getListItemHeight
484
- DA:1,1
485
- DA:2,1
486
- DA:3,1
487
- DA:4,1
488
- DA:5,1
489
- DA:6,1
490
- DA:7,1
491
- DA:8,1
492
- DA:9,1
493
- DA:10,1
494
- DA:11,1
495
- DA:12,1
496
- DA:13,1
497
- DA:14,1
498
- DA:15,1
499
- DA:16,1
500
- DA:17,1
501
- DA:18,1
502
- DA:19,1
503
- DA:20,1
504
- DA:21,1
505
- DA:22,1
506
- DA:23,1
507
- DA:24,1
508
- DA:25,1
509
- DA:26,1
510
- DA:27,1
511
- DA:28,1
512
- DA:29,1
513
- DA:30,353
514
- DA:31,353
515
- DA:32,353
516
- DA:33,353
517
- DA:34,353
518
- DA:35,353
519
- DA:36,353
520
- DA:37,353
521
- DA:38,353
522
- DA:39,353
523
- DA:40,353
524
- DA:41,353
525
- DA:42,9
526
- DA:43,9
527
- DA:44,344
528
- DA:45,344
529
- DA:46,353
530
- DA:47,314
531
- DA:48,353
532
- DA:49,353
533
- DA:50,342
534
- DA:51,353
535
- DA:52,353
536
- DA:53,38
537
- DA:54,338
538
- DA:55,175
539
- DA:56,353
540
- DA:57,353
541
- DA:58,353
542
- DA:59,19
543
- DA:60,19
544
- DA:61,325
545
- DA:62,353
546
- DA:63,4
547
- DA:64,4
548
- DA:65,321
549
- DA:66,353
550
- DA:67,193
551
- DA:68,193
552
- DA:69,128
553
- DA:70,128
554
- DA:71,128
555
- LF:71
556
- LH:71
557
- BRDA:29,0,0,353
558
- BRDA:41,1,0,9
559
- BRDA:43,2,0,344
560
- BRDA:46,3,0,38
561
- BRDA:46,4,0,314
562
- BRDA:47,5,0,178
563
- BRDA:49,6,0,38
564
- BRDA:49,7,0,342
565
- BRDA:50,8,0,179
566
- BRDA:52,9,0,38
567
- BRDA:53,10,0,36
568
- BRDA:53,11,0,338
569
- BRDA:54,12,0,175
570
- BRDA:55,13,0,174
571
- BRDA:58,14,0,336
572
- BRDA:58,15,0,19
573
- BRDA:60,16,0,325
574
- BRDA:62,17,0,4
575
- BRDA:64,18,0,321
576
- BRDA:66,19,0,193
577
- BRDA:68,20,0,128
578
- BRF:21
579
- BRH:21
1109
+ LF:137
1110
+ LH:137
1111
+ BRDA:115,0,0,4
1112
+ BRDA:126,1,0,11
1113
+ BRDA:130,2,0,0
1114
+ BRDA:131,3,0,0
1115
+ BRF:4
1116
+ BRH:2
580
1117
  end_of_record