@splunk/react-ui 4.7.0 → 4.10.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 (421) hide show
  1. package/Accordion.js +4 -4
  2. package/Anchor.js +2 -2
  3. package/Animation.js +2 -2
  4. package/AnimationToggle.js +2 -2
  5. package/Box.js +2 -2
  6. package/Button.js +7 -31
  7. package/ButtonGroup.js +6 -27
  8. package/ButtonSimple.js +2 -2
  9. package/CHANGELOG.md +31 -0
  10. package/Calendar.js +2 -2
  11. package/Card.js +24 -50
  12. package/CardLayout.js +14 -35
  13. package/Chip.js +2 -2
  14. package/Clickable.js +3 -2
  15. package/CloseButton.js +2 -2
  16. package/Code.js +8 -5
  17. package/CollapsiblePanel.js +2 -2
  18. package/Color.js +4 -4
  19. package/ColumnLayout.js +2 -2
  20. package/ComboBox.js +2 -2
  21. package/Concertina.js +2 -2
  22. package/ControlGroup.js +10 -10
  23. package/Date.js +4 -4
  24. package/DefinitionList.js +2 -2
  25. package/Dropdown.js +2 -2
  26. package/EventListener.js +4 -4
  27. package/FetchOptions.js +8 -8
  28. package/File.js +7 -7
  29. package/FormRows.js +9 -9
  30. package/Heading.js +2 -2
  31. package/Image.js +6 -6
  32. package/JSONTree.js +38 -20
  33. package/Layer.js +6 -6
  34. package/Link.js +4 -4
  35. package/List.js +2 -2
  36. package/Markdown.js +62 -30
  37. package/Menu.js +14 -14
  38. package/Message.js +16 -16
  39. package/MessageBar.js +14 -14
  40. package/Modal.js +4 -4
  41. package/ModalLayer.js +16 -7
  42. package/Monogram.js +2 -2
  43. package/Multiselect.js +10 -10
  44. package/Number.js +2 -2
  45. package/Paginator.js +11 -14
  46. package/Paragraph.js +2 -2
  47. package/Popover.js +12 -7
  48. package/Progress.js +2 -2
  49. package/RadioBar.js +158 -41
  50. package/RadioList.js +2 -2
  51. package/Resize.js +2 -2
  52. package/ResultsMenu.js +6 -6
  53. package/ScreenReaderContent.js +2 -2
  54. package/Scroll.js +2 -2
  55. package/ScrollContainerContext.js +2 -2
  56. package/Search.js +4 -4
  57. package/Select.js +9 -9
  58. package/SidePanel.js +4 -4
  59. package/Slider.js +4 -4
  60. package/SlidingPanels.js +14 -5
  61. package/StaticContent.js +2 -2
  62. package/StepBar.js +2 -2
  63. package/Switch.js +2 -2
  64. package/TabBar.js +2 -2
  65. package/TabLayout.js +4 -4
  66. package/Table.js +22 -24
  67. package/Text.js +5 -4
  68. package/Tooltip.js +8 -4
  69. package/TransitionOpen.js +14 -5
  70. package/WaitSpinner.js +2 -2
  71. package/package.json +12 -6
  72. package/stubs-splunkui.d.ts +1 -0
  73. package/types/src/Accordion/AccordionContext.d.ts +0 -1
  74. package/types/src/Accordion/docs/examples/Controlled.d.ts +2 -0
  75. package/types/src/Accordion/docs/examples/FixedHeight.d.ts +2 -0
  76. package/types/src/Accordion/docs/examples/InDropdown.d.ts +2 -0
  77. package/types/src/Accordion/docs/examples/Inset.d.ts +2 -0
  78. package/types/src/Accordion/docs/examples/Uncontrolled.d.ts +2 -0
  79. package/types/src/Anchor/docs/examples/Basic.d.ts +2 -0
  80. package/types/src/AnimationToggle/docs/examples/Provider.d.ts +11 -0
  81. package/types/src/AnimationToggle/docs/examples/ReducedMotionComponent.d.ts +2 -0
  82. package/types/src/AnimationToggle/docs/examples/ReducedMotionHook.d.ts +2 -0
  83. package/types/src/AnimationToggle/docs/examples/ToggleComponent.d.ts +9 -0
  84. package/types/src/AnimationToggle/docs/examples/ToggleHook.d.ts +2 -0
  85. package/types/src/Button/Button.d.ts +0 -2
  86. package/types/src/Button/docs/examples/Basic.d.ts +2 -0
  87. package/types/src/Button/docs/examples/Block.d.ts +2 -0
  88. package/types/src/Button/docs/examples/Disabled.d.ts +2 -0
  89. package/types/src/Button/docs/examples/Icons.d.ts +2 -0
  90. package/types/src/Button/docs/examples/Menus.d.ts +2 -0
  91. package/types/src/Button/docs/examples/Selected.d.ts +2 -0
  92. package/types/src/Button/docs/examples/To.d.ts +2 -0
  93. package/types/src/Button/docs/examples/Truncated.d.ts +2 -0
  94. package/types/src/Button/docs/examples/prisma/Basic.d.ts +2 -0
  95. package/types/src/Button/docs/examples/prisma/Block.d.ts +2 -0
  96. package/types/src/Button/docs/examples/prisma/Disabled.d.ts +2 -0
  97. package/types/src/Button/docs/examples/prisma/Icons.d.ts +2 -0
  98. package/types/src/Button/docs/examples/prisma/Menus.d.ts +2 -0
  99. package/types/src/Button/docs/examples/prisma/To.d.ts +2 -0
  100. package/types/src/Button/docs/examples/prisma/Truncated.d.ts +2 -0
  101. package/types/src/ButtonGroup/ButtonGroupContext.d.ts +0 -1
  102. package/types/src/ButtonGroup/docs/examples/Basic.d.ts +1 -0
  103. package/types/src/ButtonGroup/docs/examples/prisma/Basic.d.ts +1 -0
  104. package/types/src/ButtonSimple/ButtonSimple.d.ts +2 -6
  105. package/types/src/Card/Card.d.ts +0 -2
  106. package/types/src/Card/docs/examples/Basic.d.ts +2 -0
  107. package/types/src/Card/docs/examples/Clickable.d.ts +2 -0
  108. package/types/src/Card/docs/examples/Full.d.ts +2 -0
  109. package/types/src/Card/docs/examples/Images.d.ts +2 -0
  110. package/types/src/Card/docs/examples/Selectable.d.ts +2 -0
  111. package/types/src/Card/docs/examples/prisma/Actions.d.ts +2 -0
  112. package/types/src/CardLayout/CardLayoutContext.d.ts +0 -1
  113. package/types/src/CardLayout/docs/examples/Basic.d.ts +2 -0
  114. package/types/src/CardLayout/docs/examples/Interactive.d.ts +28 -0
  115. package/types/src/Chip/docs/examples/Appearance.d.ts +2 -0
  116. package/types/src/Chip/docs/examples/Basic.d.ts +2 -0
  117. package/types/src/Chip/docs/examples/CustomColors.d.ts +2 -0
  118. package/types/src/Chip/docs/examples/Disabled.d.ts +2 -0
  119. package/types/src/Chip/docs/examples/Icon.d.ts +2 -0
  120. package/types/src/Chip/docs/examples/Removable.d.ts +2 -0
  121. package/types/src/Chip/docs/examples/prisma/Appearance.d.ts +2 -0
  122. package/types/src/Clickable/NavigationProvider.d.ts +1 -0
  123. package/types/src/Clickable/docs/examples/Basic.d.ts +2 -0
  124. package/types/src/Clickable/docs/examples/NavigationProvider.d.ts +2 -0
  125. package/types/src/Code/docs/examples/Default.d.ts +2 -0
  126. package/types/src/Code/docs/examples/HideIndent.d.ts +2 -0
  127. package/types/src/Code/docs/examples/Language.d.ts +2 -0
  128. package/types/src/CollapsiblePanel/docs/examples/BasicControlled.d.ts +2 -0
  129. package/types/src/CollapsiblePanel/docs/examples/BasicUncontrolled.d.ts +2 -0
  130. package/types/src/CollapsiblePanel/docs/examples/MultiControlled.d.ts +2 -0
  131. package/types/src/CollapsiblePanel/docs/examples/MultiUncontrolled.d.ts +2 -0
  132. package/types/src/CollapsiblePanel/docs/examples/TitleWithActions.d.ts +2 -0
  133. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicControlled.d.ts +2 -0
  134. package/types/src/CollapsiblePanel/docs/examples/prisma/BasicUncontrolled.d.ts +2 -0
  135. package/types/src/CollapsiblePanel/docs/examples/prisma/Content.d.ts +1 -0
  136. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiControlled.d.ts +2 -0
  137. package/types/src/CollapsiblePanel/docs/examples/prisma/MultiUncontrolled.d.ts +2 -0
  138. package/types/src/Color/Color.d.ts +3 -3
  139. package/types/src/Color/docs/examples/Controlled.d.ts +2 -0
  140. package/types/src/Color/docs/examples/Null.d.ts +2 -0
  141. package/types/src/Color/docs/examples/ThemeVariables.d.ts +1 -0
  142. package/types/src/Color/docs/examples/Transparent.d.ts +2 -0
  143. package/types/src/Color/docs/examples/Uncontrolled.d.ts +2 -0
  144. package/types/src/Color/docs/examples/prisma/Controlled.d.ts +2 -0
  145. package/types/src/Color/docs/examples/prisma/CustomizedPalette.d.ts +1 -0
  146. package/types/src/Color/docs/examples/prisma/HideInput.d.ts +2 -0
  147. package/types/src/Color/docs/examples/prisma/ThemeVariables.d.ts +1 -0
  148. package/types/src/Color/docs/examples/prisma/Uncontrolled.d.ts +2 -0
  149. package/types/src/ColumnLayout/docs/examples/AlignItems.d.ts +2 -0
  150. package/types/src/ColumnLayout/docs/examples/Basic.d.ts +2 -0
  151. package/types/src/ColumnLayout/docs/examples/Dividers.d.ts +2 -0
  152. package/types/src/ColumnLayout/docs/examples/Gutters.d.ts +2 -0
  153. package/types/src/ComboBox/docs/examples/Controlled.d.ts +2 -0
  154. package/types/src/ComboBox/docs/examples/Fetching.d.ts +2 -0
  155. package/types/src/ComboBox/docs/examples/Headings.d.ts +1 -0
  156. package/types/src/ComboBox/docs/examples/Label.d.ts +2 -0
  157. package/types/src/ComboBox/docs/examples/LoadMoreOnScrollBottom.d.ts +2 -0
  158. package/types/src/ComboBox/docs/examples/Uncontrolled.d.ts +2 -0
  159. package/types/src/Concertina/ConcertinaContext.d.ts +0 -1
  160. package/types/src/Concertina/docs/examples/Basic.d.ts +2 -0
  161. package/types/src/Concertina/docs/examples/Disabled.d.ts +9 -0
  162. package/types/src/Concertina/docs/examples/Status.d.ts +2 -0
  163. package/types/src/ControlGroup/docs/examples/Basic.d.ts +2 -0
  164. package/types/src/ControlGroup/docs/examples/CustomizedLabelTarget.d.ts +10 -0
  165. package/types/src/ControlGroup/docs/examples/Error.d.ts +2 -0
  166. package/types/src/ControlGroup/docs/examples/HelpWithLinks.d.ts +2 -0
  167. package/types/src/ControlGroup/docs/examples/LabelTop.d.ts +2 -0
  168. package/types/src/ControlGroup/docs/examples/LayoutFill.d.ts +2 -0
  169. package/types/src/ControlGroup/docs/examples/LayoutFillJoin.d.ts +2 -0
  170. package/types/src/ControlGroup/docs/examples/LayoutNone.d.ts +2 -0
  171. package/types/src/Date/docs/examples/Basic.d.ts +2 -0
  172. package/types/src/Date/docs/examples/Controlled.d.ts +10 -0
  173. package/types/src/Date/docs/examples/CustomDate.d.ts +2 -0
  174. package/types/src/Date/docs/examples/Disabled.d.ts +2 -0
  175. package/types/src/Date/docs/examples/HighlightToday.d.ts +10 -0
  176. package/types/src/DefinitionList/docs/examples/Basic.d.ts +2 -0
  177. package/types/src/DefinitionList/docs/examples/Customize.d.ts +2 -0
  178. package/types/src/Dropdown/docs/examples/Basic.d.ts +2 -0
  179. package/types/src/Dropdown/docs/examples/BasicMenu.d.ts +2 -0
  180. package/types/src/Dropdown/docs/examples/ControlledDropdown.d.ts +2 -0
  181. package/types/src/Dropdown/docs/examples/Dialog.d.ts +2 -0
  182. package/types/src/Dropdown/docs/examples/OtherToggles.d.ts +2 -0
  183. package/types/src/Dropdown/docs/examples/ScrollContainer.d.ts +2 -0
  184. package/types/src/Dropdown/docs/examples/ScrollingMenu.d.ts +2 -0
  185. package/types/src/Dropdown/docs/examples/prisma/Basic.d.ts +2 -0
  186. package/types/src/Dropdown/docs/examples/prisma/BasicMenu.d.ts +2 -0
  187. package/types/src/Dropdown/docs/examples/prisma/ControlledDropdown.d.ts +2 -0
  188. package/types/src/Dropdown/docs/examples/prisma/Dialog.d.ts +2 -0
  189. package/types/src/Dropdown/docs/examples/prisma/OtherToggles.d.ts +2 -0
  190. package/types/src/Dropdown/docs/examples/prisma/ScrollingMenu.d.ts +2 -0
  191. package/types/src/File/FileContext.d.ts +0 -1
  192. package/types/src/File/docs/examples/CustomChildren.d.ts +12 -0
  193. package/types/src/File/docs/examples/CustomizedMessages.d.ts +1 -0
  194. package/types/src/File/docs/examples/Disabled.d.ts +12 -0
  195. package/types/src/File/docs/examples/DropAnywhere.d.ts +15 -0
  196. package/types/src/File/docs/examples/Error.d.ts +1 -0
  197. package/types/src/File/docs/examples/FullScreen.d.ts +15 -0
  198. package/types/src/File/docs/examples/Multi.d.ts +16 -0
  199. package/types/src/File/docs/examples/Progress.d.ts +15 -0
  200. package/types/src/File/docs/examples/Single.d.ts +12 -0
  201. package/types/src/File/docs/examples/prisma/Disabled.d.ts +12 -0
  202. package/types/src/File/docs/examples/prisma/Error.d.ts +1 -0
  203. package/types/src/File/docs/examples/prisma/Progress.d.ts +1 -0
  204. package/types/src/FormRows/FormRowsContext.d.ts +0 -1
  205. package/types/src/FormRows/docs/examples/Basic.d.ts +12 -0
  206. package/types/src/FormRows/docs/examples/Header.d.ts +12 -0
  207. package/types/src/FormRows/docs/examples/Menu.d.ts +13 -0
  208. package/types/src/FormRows/docs/examples/ReorderOnly.d.ts +10 -0
  209. package/types/src/Heading/docs/examples/Basic.d.ts +2 -0
  210. package/types/src/Image/docs/examples/Basic.d.ts +2 -0
  211. package/types/src/JSONTree/JSONTree.d.ts +2 -2
  212. package/types/src/JSONTree/TreeNode.d.ts +1 -1
  213. package/types/src/JSONTree/docs/examples/Basic.d.ts +1 -0
  214. package/types/src/JSONTree/docs/examples/Events.d.ts +13 -0
  215. package/types/src/JSONTree/docs/examples/WithShiftModifier.d.ts +1 -0
  216. package/types/src/Layer/docs/examples/Basic.d.ts +2 -0
  217. package/types/src/Link/docs/examples/Basic.d.ts +2 -0
  218. package/types/src/Link/docs/examples/Disabled.d.ts +2 -0
  219. package/types/src/Link/docs/examples/Inline.d.ts +2 -0
  220. package/types/src/Link/docs/examples/NewTab.d.ts +2 -0
  221. package/types/src/List/docs/examples/Decimal.d.ts +2 -0
  222. package/types/src/List/docs/examples/Disc.d.ts +2 -0
  223. package/types/src/List/docs/examples/LowerAlpha.d.ts +2 -0
  224. package/types/src/List/docs/examples/UpperAlpha.d.ts +2 -0
  225. package/types/src/Markdown/Markdown.d.ts +9 -4
  226. package/types/src/Markdown/docs/examples/Basic.d.ts +2 -0
  227. package/types/src/Markdown/docs/examples/I18n.d.ts +2 -0
  228. package/types/src/Markdown/docs/examples/RenderProps.d.ts +2 -0
  229. package/types/src/Markdown/renderers/MarkdownAnchorHeading.d.ts +15 -0
  230. package/types/src/Markdown/renderers/index.d.ts +2 -1
  231. package/types/src/Menu/MenuContext.d.ts +0 -1
  232. package/types/src/Menu/docs/examples/Basic.d.ts +2 -0
  233. package/types/src/Menu/docs/examples/Complex.d.ts +2 -0
  234. package/types/src/Menu/docs/examples/Descriptions.d.ts +2 -0
  235. package/types/src/Menu/docs/examples/Disabled.d.ts +2 -0
  236. package/types/src/Menu/docs/examples/Dividers.d.ts +2 -0
  237. package/types/src/Menu/docs/examples/Headings.d.ts +2 -0
  238. package/types/src/Menu/docs/examples/Icons.d.ts +2 -0
  239. package/types/src/Menu/docs/examples/Links.d.ts +2 -0
  240. package/types/src/Menu/docs/examples/MatchRanges.d.ts +2 -0
  241. package/types/src/Menu/docs/examples/Selectable.d.ts +2 -0
  242. package/types/src/Menu/docs/examples/SelectableWithIcons.d.ts +2 -0
  243. package/types/src/Menu/docs/examples/Truncate.d.ts +2 -0
  244. package/types/src/Message/docs/examples/Basic.d.ts +2 -0
  245. package/types/src/Message/docs/examples/Content.d.ts +2 -0
  246. package/types/src/Message/docs/examples/Fill.d.ts +2 -0
  247. package/types/src/Message/docs/examples/Removable.d.ts +2 -0
  248. package/types/src/Message/docs/examples/prisma/Title.d.ts +2 -0
  249. package/types/src/MessageBar/docs/examples/Types.d.ts +2 -0
  250. package/types/src/Modal/ModalContext.d.ts +0 -1
  251. package/types/src/Modal/docs/examples/Basic.d.ts +2 -0
  252. package/types/src/Modal/docs/examples/InitialFocus.d.ts +2 -0
  253. package/types/src/Modal/docs/examples/TypicalUsage.d.ts +2 -0
  254. package/types/src/Modal/docs/examples/Undismissable.d.ts +2 -0
  255. package/types/src/Modal/docs/examples/prisma/TypicalUsage.d.ts +2 -0
  256. package/types/src/ModalLayer/ModalLayer.d.ts +2 -0
  257. package/types/src/Monogram/docs/examples/BackgroundAuto.d.ts +1 -0
  258. package/types/src/Monogram/docs/examples/BackgroundCustom.d.ts +1 -0
  259. package/types/src/Monogram/docs/examples/Basic.d.ts +1 -0
  260. package/types/src/Monogram/docs/examples/Interactive.d.ts +1 -0
  261. package/types/src/Monogram/docs/examples/Size.d.ts +1 -0
  262. package/types/src/Multiselect/docs/examples/Children.d.ts +10 -0
  263. package/types/src/Multiselect/docs/examples/Compact.d.ts +2 -0
  264. package/types/src/Multiselect/docs/examples/Controlled.d.ts +10 -0
  265. package/types/src/Multiselect/docs/examples/CustomizeSelected.d.ts +10 -0
  266. package/types/src/Multiselect/docs/examples/Disabled.d.ts +10 -0
  267. package/types/src/Multiselect/docs/examples/Error.d.ts +10 -0
  268. package/types/src/Multiselect/docs/examples/Fetching.d.ts +23 -0
  269. package/types/src/Multiselect/docs/examples/Headings.d.ts +1 -0
  270. package/types/src/Multiselect/docs/examples/Icons.d.ts +2 -0
  271. package/types/src/Multiselect/docs/examples/LoadMoreOnScrollBottom.d.ts +26 -0
  272. package/types/src/Multiselect/docs/examples/NewValues.d.ts +10 -0
  273. package/types/src/Multiselect/docs/examples/TabInput.d.ts +10 -0
  274. package/types/src/Multiselect/docs/examples/Uncontrolled.d.ts +2 -0
  275. package/types/src/Number/Number.d.ts +3 -3
  276. package/types/src/Number/docs/examples/Basic.d.ts +10 -0
  277. package/types/src/Number/docs/examples/Disabled.d.ts +2 -0
  278. package/types/src/Number/docs/examples/Error.d.ts +2 -0
  279. package/types/src/Number/docs/examples/Limits.d.ts +10 -0
  280. package/types/src/Number/docs/examples/Locale.d.ts +10 -0
  281. package/types/src/Number/docs/examples/Uncontrolled.d.ts +2 -0
  282. package/types/src/Paginator/docs/examples/Basic.d.ts +2 -0
  283. package/types/src/Paragraph/docs/examples/Basic.d.ts +2 -0
  284. package/types/src/Popover/Popover.d.ts +1 -0
  285. package/types/src/Popover/PopoverContext.d.ts +0 -1
  286. package/types/src/Popover/docs/examples/Basic.d.ts +2 -0
  287. package/types/src/Progress/docs/examples/Basic.d.ts +2 -0
  288. package/types/src/Progress/docs/examples/prisma/Type.d.ts +2 -0
  289. package/types/src/RadioBar/Option.d.ts +23 -5
  290. package/types/src/RadioBar/RadioBar.d.ts +6 -1
  291. package/types/src/RadioBar/RadioBarContext.d.ts +4 -2
  292. package/types/src/RadioBar/docs/examples/AdornmentAriaExamples.d.ts +2 -0
  293. package/types/src/RadioBar/docs/examples/Basic.d.ts +2 -0
  294. package/types/src/RadioBar/docs/examples/Disabled.d.ts +2 -0
  295. package/types/src/RadioBar/docs/examples/Error.d.ts +2 -0
  296. package/types/src/RadioBar/docs/examples/Uncontrolled.d.ts +2 -0
  297. package/types/src/RadioList/RadioListContext.d.ts +0 -1
  298. package/types/src/RadioList/docs/examples/Basic.d.ts +2 -0
  299. package/types/src/RadioList/docs/examples/Composing.d.ts +2 -0
  300. package/types/src/RadioList/docs/examples/Disabled.d.ts +2 -0
  301. package/types/src/RadioList/docs/examples/Error.d.ts +2 -0
  302. package/types/src/RadioList/docs/examples/Row.d.ts +2 -0
  303. package/types/src/RadioList/docs/examples/Uncontrolled.d.ts +2 -0
  304. package/types/src/Resize/docs/examples/Appearance.d.ts +2 -0
  305. package/types/src/Resize/docs/examples/Percentage.d.ts +2 -0
  306. package/types/src/Resize/docs/examples/SizingInner.d.ts +2 -0
  307. package/types/src/Resize/docs/examples/SizingOuter.d.ts +2 -0
  308. package/types/src/Resize/docs/examples/Typical.d.ts +2 -0
  309. package/types/src/ScreenReaderContent/docs/examples/Basic.d.ts +2 -0
  310. package/types/src/Scroll/docs/examples/Controlled.d.ts +13 -0
  311. package/types/src/Scroll/docs/examples/Uncontrolled.d.ts +2 -0
  312. package/types/src/ScrollContainerContext/docs/examples/Consumer.d.ts +2 -0
  313. package/types/src/ScrollContainerContext/docs/examples/Provider.d.ts +2 -0
  314. package/types/src/Search/docs/examples/Controlled.d.ts +2 -0
  315. package/types/src/Search/docs/examples/Loading.d.ts +2 -0
  316. package/types/src/Search/docs/examples/Options.d.ts +2 -0
  317. package/types/src/Search/docs/examples/Results.d.ts +2 -0
  318. package/types/src/Select/Select.d.ts +2 -2
  319. package/types/src/Select/SelectBase.d.ts +2 -2
  320. package/types/src/Select/docs/examples/Appearance.d.ts +14 -0
  321. package/types/src/Select/docs/examples/Basic.d.ts +10 -0
  322. package/types/src/Select/docs/examples/Children.d.ts +10 -0
  323. package/types/src/Select/docs/examples/Descriptions.d.ts +10 -0
  324. package/types/src/Select/docs/examples/Error.d.ts +2 -0
  325. package/types/src/Select/docs/examples/Fetching.d.ts +23 -0
  326. package/types/src/Select/docs/examples/Filter.d.ts +10 -0
  327. package/types/src/Select/docs/examples/Headings.d.ts +10 -0
  328. package/types/src/Select/docs/examples/Icons.d.ts +10 -0
  329. package/types/src/Select/docs/examples/LoadMoreOnScrollBottom.d.ts +25 -0
  330. package/types/src/Select/docs/examples/Prefix.d.ts +10 -0
  331. package/types/src/Select/docs/examples/Truncate.d.ts +10 -0
  332. package/types/src/Select/docs/examples/Uncontrolled.d.ts +2 -0
  333. package/types/src/Select/docs/examples/prisma/Appearance.d.ts +14 -0
  334. package/types/src/SidePanel/docs/examples/Basic.d.ts +2 -0
  335. package/types/src/SidePanel/docs/examples/ChangeSize.d.ts +2 -0
  336. package/types/src/SidePanel/docs/examples/Composition.d.ts +2 -0
  337. package/types/src/Slider/docs/examples/Basic.d.ts +2 -0
  338. package/types/src/Slider/docs/examples/Controlled.d.ts +12 -0
  339. package/types/src/Slider/docs/examples/CustomLabels.d.ts +12 -0
  340. package/types/src/Slider/docs/examples/Disabled.d.ts +2 -0
  341. package/types/src/Slider/docs/examples/StepMarks.d.ts +2 -0
  342. package/types/src/Slider/docs/examples/prisma/Error.d.ts +2 -0
  343. package/types/src/SlidingPanels/SlidingPanels.d.ts +2 -0
  344. package/types/src/SlidingPanels/docs/examples/Basic.d.ts +11 -0
  345. package/types/src/SlidingPanels/docs/examples/Dropdown.d.ts +11 -0
  346. package/types/src/SlidingPanels/docs/examples/Modal.d.ts +14 -0
  347. package/types/src/StaticContent/docs/examples/Basic.d.ts +2 -0
  348. package/types/src/StaticContent/docs/examples/FieldValue.d.ts +2 -0
  349. package/types/src/StepBar/StepBarContext.d.ts +0 -1
  350. package/types/src/StepBar/docs/examples/Basic.d.ts +2 -0
  351. package/types/src/StepBar/docs/examples/prisma/Error.d.ts +2 -0
  352. package/types/src/Switch/docs/examples/Basic.d.ts +10 -0
  353. package/types/src/Switch/docs/examples/Disabled.d.ts +10 -0
  354. package/types/src/Switch/docs/examples/Error.d.ts +2 -0
  355. package/types/src/TabBar/TabBarContext.d.ts +0 -1
  356. package/types/src/TabBar/docs/examples/Basic.d.ts +2 -0
  357. package/types/src/TabBar/docs/examples/IconsInline.d.ts +2 -0
  358. package/types/src/TabBar/docs/examples/IconsSmall.d.ts +2 -0
  359. package/types/src/TabBar/docs/examples/Tooltips.d.ts +2 -0
  360. package/types/src/TabBar/docs/examples/Vertical.d.ts +2 -0
  361. package/types/src/TabBar/docs/examples/VerticalSmallIcons.d.ts +2 -0
  362. package/types/src/TabBar/docs/examples/WithCount.d.ts +2 -0
  363. package/types/src/TabBar/docs/examples/prisma/Context.d.ts +2 -0
  364. package/types/src/TabBar/docs/examples/prisma/Disabled.d.ts +2 -0
  365. package/types/src/TabLayout/docs/examples/AutoActivate.d.ts +2 -0
  366. package/types/src/TabLayout/docs/examples/Controlled.d.ts +2 -0
  367. package/types/src/TabLayout/docs/examples/Icons.d.ts +2 -0
  368. package/types/src/TabLayout/docs/examples/Uncontrolled.d.ts +2 -0
  369. package/types/src/TabLayout/docs/examples/Vertical.d.ts +2 -0
  370. package/types/src/TabLayout/docs/examples/VerticalIcons.d.ts +2 -0
  371. package/types/src/TabLayout/docs/examples/prisma/Context.d.ts +2 -0
  372. package/types/src/Table/docs/examples/Basic.d.ts +2 -0
  373. package/types/src/Table/docs/examples/Click.d.ts +16 -0
  374. package/types/src/Table/docs/examples/ClickRows.d.ts +16 -0
  375. package/types/src/Table/docs/examples/Complex.d.ts +39 -0
  376. package/types/src/Table/docs/examples/DockedHeader.d.ts +2 -0
  377. package/types/src/Table/docs/examples/ExpandableRows.d.ts +2 -0
  378. package/types/src/Table/docs/examples/ExpandableRowsControlled.d.ts +2 -0
  379. package/types/src/Table/docs/examples/FixedHeader.d.ts +2 -0
  380. package/types/src/Table/docs/examples/HeadDropdownCell.d.ts +18 -0
  381. package/types/src/Table/docs/examples/ReorderColumns.d.ts +21 -0
  382. package/types/src/Table/docs/examples/ReorderRows.d.ts +21 -0
  383. package/types/src/Table/docs/examples/Resizable.d.ts +23 -0
  384. package/types/src/Table/docs/examples/ResizableFill.d.ts +23 -0
  385. package/types/src/Table/docs/examples/Selectable.d.ts +18 -0
  386. package/types/src/Table/docs/examples/SortableColumns.d.ts +12 -0
  387. package/types/src/Table/docs/examples/prisma/Basic.d.ts +2 -0
  388. package/types/src/Table/docs/examples/prisma/Complex.d.ts +48 -0
  389. package/types/src/Table/docs/examples/prisma/DockedHeader.d.ts +2 -0
  390. package/types/src/Table/docs/examples/prisma/RowActions.d.ts +39 -0
  391. package/types/src/Text/Text.d.ts +5 -5
  392. package/types/src/Text/docs/examples/Basic.d.ts +10 -0
  393. package/types/src/Text/docs/examples/CustomizedIcon.d.ts +2 -0
  394. package/types/src/Text/docs/examples/Disabled.d.ts +2 -0
  395. package/types/src/Text/docs/examples/Error.d.ts +10 -0
  396. package/types/src/Text/docs/examples/Inline.d.ts +10 -0
  397. package/types/src/Text/docs/examples/Multiline.d.ts +10 -0
  398. package/types/src/Text/docs/examples/Password.d.ts +10 -0
  399. package/types/src/Text/docs/examples/Search.d.ts +10 -0
  400. package/types/src/Text/docs/examples/Uncontrolled.d.ts +2 -0
  401. package/types/src/Text/docs/examples/prisma/Multiline.d.ts +10 -0
  402. package/types/src/Text/docs/examples/prisma/Search.d.ts +10 -0
  403. package/types/src/Tooltip/Tooltip.d.ts +7 -5
  404. package/types/src/Tooltip/docs/examples/Basic.d.ts +2 -0
  405. package/types/src/Tooltip/docs/examples/ContentRelationship.d.ts +2 -0
  406. package/types/src/Tooltip/docs/examples/Controlled.d.ts +12 -0
  407. package/types/src/Tooltip/docs/examples/CustomContent.d.ts +2 -0
  408. package/types/src/Tooltip/docs/examples/CustomDelay.d.ts +2 -0
  409. package/types/src/TransitionOpen/TransitionOpen.d.ts +2 -0
  410. package/types/src/TransitionOpen/docs/examples/ExpandHeight.d.ts +2 -0
  411. package/types/src/TransitionOpen/docs/examples/ExpandWidth.d.ts +2 -0
  412. package/types/src/TransitionOpen/docs/examples/None.d.ts +2 -0
  413. package/types/src/TransitionOpen/docs/examples/SlideFromBottom.d.ts +2 -0
  414. package/types/src/TransitionOpen/docs/examples/SlideFromLeft.d.ts +2 -0
  415. package/types/src/TransitionOpen/docs/examples/SlideFromRight.d.ts +2 -0
  416. package/types/src/TransitionOpen/docs/examples/SlideFromTop.d.ts +2 -0
  417. package/types/src/WaitSpinner/docs/examples/Basic.d.ts +2 -0
  418. package/types/src/WaitSpinner/docs/examples/prisma/Basic.d.ts +2 -0
  419. package/types/src/fixtures/FetchOptions.d.ts +2 -0
  420. package/types/src/fixtures/text.d.ts +1 -0
  421. package/usePrevious.js +2 -2
@@ -168,8 +168,8 @@ interface SelectState {
168
168
  defaultValues?: (string | number | boolean)[];
169
169
  }
170
170
  declare class Select extends Component<SelectProps, SelectState> {
171
- static propTypes: React.WeakValidationMap<SelectPropsBaseControlled & Required<Pick<SelectPropsBase, "filter" | "children" | "placeholder" | "disabled" | "appearance" | "inline" | "error" | "defaultPlacement" | "animateLoading" | "noOptionsMessage" | "append" | "prepend" | "allowKeyMatching" | "isLoadingOptions" | "menuStyle">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">> | React.WeakValidationMap<SelectPropsBaseUncontrolled & Required<Pick<SelectPropsBase, "filter" | "children" | "placeholder" | "disabled" | "appearance" | "inline" | "error" | "defaultPlacement" | "animateLoading" | "noOptionsMessage" | "append" | "prepend" | "allowKeyMatching" | "isLoadingOptions" | "menuStyle">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">>;
172
- static defaultProps: Required<Pick<SelectPropsBase, "filter" | "children" | "placeholder" | "disabled" | "appearance" | "inline" | "error" | "defaultPlacement" | "animateLoading" | "noOptionsMessage" | "append" | "prepend" | "allowKeyMatching" | "isLoadingOptions" | "menuStyle">>;
171
+ static propTypes: React.WeakValidationMap<SelectPropsBaseControlled & Required<Pick<SelectPropsBase, "filter" | "children" | "placeholder" | "disabled" | "appearance" | "inline" | "error" | "defaultPlacement" | "append" | "prepend" | "animateLoading" | "noOptionsMessage" | "allowKeyMatching" | "isLoadingOptions" | "menuStyle">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">> | React.WeakValidationMap<SelectPropsBaseUncontrolled & Required<Pick<SelectPropsBase, "filter" | "children" | "placeholder" | "disabled" | "appearance" | "inline" | "error" | "defaultPlacement" | "append" | "prepend" | "animateLoading" | "noOptionsMessage" | "allowKeyMatching" | "isLoadingOptions" | "menuStyle">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">>;
172
+ static defaultProps: Required<Pick<SelectPropsBase, "filter" | "children" | "placeholder" | "disabled" | "appearance" | "inline" | "error" | "defaultPlacement" | "append" | "prepend" | "animateLoading" | "noOptionsMessage" | "allowKeyMatching" | "isLoadingOptions" | "menuStyle">>;
173
173
  static Option: typeof Option;
174
174
  static Heading: typeof BaseHeading;
175
175
  static Divider: typeof BaseDivider;
@@ -199,8 +199,8 @@ declare class SelectBase extends Component<SelectBaseProps, SelectBaseState> {
199
199
  private matchTimeout;
200
200
  private currentMatchOptions;
201
201
  private availableMatchOptions;
202
- static propTypes: React.WeakValidationMap<SelectBasePropsBaseControlled & Required<Pick<SelectBasePropsBase, "filter" | "placeholder" | "disabled" | "multiple" | "appearance" | "inline" | "defaultPlacement" | "repositionMode" | "animateLoading" | "noOptionsMessage" | "append" | "prepend" | "allowKeyMatching" | "allowNewValues" | "isLoadingOptions" | "menuStyle" | "tabConfirmsNewValue">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "value" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">> | React.WeakValidationMap<SelectBasePropsBaseUncontrolled & Required<Pick<SelectBasePropsBase, "filter" | "placeholder" | "disabled" | "multiple" | "appearance" | "inline" | "defaultPlacement" | "repositionMode" | "animateLoading" | "noOptionsMessage" | "append" | "prepend" | "allowKeyMatching" | "allowNewValues" | "isLoadingOptions" | "menuStyle" | "tabConfirmsNewValue">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "value" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">>;
203
- static defaultProps: Required<Pick<SelectBasePropsBase, "filter" | "placeholder" | "disabled" | "multiple" | "appearance" | "inline" | "defaultPlacement" | "repositionMode" | "animateLoading" | "noOptionsMessage" | "append" | "prepend" | "allowKeyMatching" | "allowNewValues" | "isLoadingOptions" | "menuStyle" | "tabConfirmsNewValue">>;
202
+ static propTypes: React.WeakValidationMap<SelectBasePropsBaseControlled & Required<Pick<SelectBasePropsBase, "filter" | "placeholder" | "disabled" | "multiple" | "appearance" | "inline" | "defaultPlacement" | "repositionMode" | "append" | "prepend" | "animateLoading" | "noOptionsMessage" | "allowKeyMatching" | "allowNewValues" | "isLoadingOptions" | "menuStyle" | "tabConfirmsNewValue">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "value" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">> | React.WeakValidationMap<SelectBasePropsBaseUncontrolled & Required<Pick<SelectBasePropsBase, "filter" | "placeholder" | "disabled" | "multiple" | "appearance" | "inline" | "defaultPlacement" | "repositionMode" | "append" | "prepend" | "animateLoading" | "noOptionsMessage" | "allowKeyMatching" | "allowNewValues" | "isLoadingOptions" | "menuStyle" | "tabConfirmsNewValue">> & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "form" | "slot" | "style" | "title" | "value" | "onPause" | "className" | "color" | "id" | "lang" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">>;
203
+ static defaultProps: Required<Pick<SelectBasePropsBase, "filter" | "placeholder" | "disabled" | "multiple" | "appearance" | "inline" | "defaultPlacement" | "repositionMode" | "append" | "prepend" | "animateLoading" | "noOptionsMessage" | "allowKeyMatching" | "allowNewValues" | "isLoadingOptions" | "menuStyle" | "tabConfirmsNewValue">>;
204
204
  static Option: typeof Option;
205
205
  static Divider: typeof Divider;
206
206
  static Heading: typeof Heading;
@@ -0,0 +1,14 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Appearance extends Component<{}, {
4
+ valueA: string | number | boolean;
5
+ valueB: string | number | boolean;
6
+ valueC: string | number | boolean;
7
+ }> {
8
+ constructor(props: {});
9
+ handleChangeA: SelectChangeHandler;
10
+ handleChangeB: SelectChangeHandler;
11
+ handleChangeC: SelectChangeHandler;
12
+ render(): JSX.Element;
13
+ }
14
+ export default Appearance;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Basic extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Basic;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Children extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Children;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Descriptions extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Descriptions;
@@ -0,0 +1,2 @@
1
+ declare function SelectError(): JSX.Element;
2
+ export default SelectError;
@@ -0,0 +1,23 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler, SelectFilterChangeHandler } from '@splunk/react-ui/Select';
3
+ import { Movie, MovieOption } from '@splunk/react-ui/fixtures/FetchOptions';
4
+ interface ExampleState {
5
+ fullCount: number;
6
+ isLoading: boolean;
7
+ options: MovieOption[];
8
+ value: string | number | boolean;
9
+ }
10
+ declare class Fetching extends Component<{}, ExampleState> {
11
+ private fetchOptions;
12
+ constructor(props: {});
13
+ componentDidMount(): void;
14
+ componentWillUnmount(): void;
15
+ handleChange: SelectChangeHandler;
16
+ handleFetch: (keyword?: string) => void;
17
+ handleFilterChange: SelectFilterChangeHandler;
18
+ createOption: (movie: Movie | MovieOption, isSelected?: boolean) => JSX.Element;
19
+ generateOptions: () => JSX.Element | JSX.Element[] | undefined;
20
+ footerMessage: () => string | null;
21
+ render(): JSX.Element;
22
+ }
23
+ export default Fetching;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Filter extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Filter;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Headings extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Headings;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Icons extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Icons;
@@ -0,0 +1,25 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler, SelectFilterChangeHandler } from '@splunk/react-ui/Select';
3
+ import { Movie, MovieOption } from '@splunk/react-ui/fixtures/FetchOptions';
4
+ interface ExampleState {
5
+ isLoading: boolean;
6
+ isLoadingMore: boolean;
7
+ options: MovieOption[];
8
+ value: string | number | boolean;
9
+ }
10
+ declare class LoadMoreOnScrollBottom extends Component<{}, ExampleState> {
11
+ private fetchOptions;
12
+ constructor(props: {});
13
+ componentDidMount(): void;
14
+ componentWillUnmount(): void;
15
+ handleChange: SelectChangeHandler;
16
+ handleFetch: (keyword: string) => void;
17
+ handleFetchMore: (currentOptions: MovieOption[]) => void;
18
+ handleFilterChange: SelectFilterChangeHandler;
19
+ handleScrollBottom: () => void;
20
+ createOption: (movie: Movie, isSelected?: boolean) => JSX.Element;
21
+ generateOptions: () => JSX.Element | JSX.Element[] | undefined;
22
+ footerMessage: () => string;
23
+ render(): JSX.Element;
24
+ }
25
+ export default LoadMoreOnScrollBottom;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Prefix extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Prefix;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Truncate extends Component<{}, {
4
+ value: string | number | boolean;
5
+ }> {
6
+ constructor(props: {});
7
+ handleChange: SelectChangeHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Truncate;
@@ -0,0 +1,2 @@
1
+ declare function Uncontrolled(): JSX.Element;
2
+ export default Uncontrolled;
@@ -0,0 +1,14 @@
1
+ import { Component } from 'react';
2
+ import { SelectChangeHandler } from '@splunk/react-ui/Select';
3
+ declare class Example extends Component<{}, {
4
+ valueA: string | number | boolean;
5
+ valueB: string | number | boolean;
6
+ valueC: string | number | boolean;
7
+ }> {
8
+ constructor(props: {});
9
+ handleChangeA: SelectChangeHandler;
10
+ handleChangeB: SelectChangeHandler;
11
+ handleChangeC: SelectChangeHandler;
12
+ render(): JSX.Element;
13
+ }
14
+ export default Example;
@@ -0,0 +1,2 @@
1
+ declare function Basic(): JSX.Element;
2
+ export default Basic;
@@ -0,0 +1,2 @@
1
+ declare function ChangeWidth(): JSX.Element;
2
+ export default ChangeWidth;
@@ -0,0 +1,2 @@
1
+ declare function Composition(): JSX.Element;
2
+ export default Composition;
@@ -0,0 +1,2 @@
1
+ declare function Basic(): JSX.Element;
2
+ export default Basic;
@@ -0,0 +1,12 @@
1
+ import { Component } from 'react';
2
+ import { SliderChangeHandler } from '@splunk/react-ui/Slider';
3
+ import { NumberChangeHandler } from '@splunk/react-ui/Number';
4
+ declare class Controlled extends Component<{}, {
5
+ value?: number;
6
+ }> {
7
+ constructor(props: {});
8
+ handleSliderChange: SliderChangeHandler;
9
+ handleNumberChange: NumberChangeHandler;
10
+ render(): JSX.Element;
11
+ }
12
+ export default Controlled;
@@ -0,0 +1,12 @@
1
+ import { Component } from 'react';
2
+ import { SliderChangeHandler } from '@splunk/react-ui/Slider';
3
+ declare class CustomLabels extends Component<{}, {
4
+ displayValue: string;
5
+ value: number;
6
+ }> {
7
+ static convertValueToLabel(value: number): string;
8
+ constructor(props: {});
9
+ handleChange: SliderChangeHandler;
10
+ render(): JSX.Element;
11
+ }
12
+ export default CustomLabels;
@@ -0,0 +1,2 @@
1
+ declare function Disabled(): JSX.Element;
2
+ export default Disabled;
@@ -0,0 +1,2 @@
1
+ declare function StepMarks(): JSX.Element;
2
+ export default StepMarks;
@@ -0,0 +1,2 @@
1
+ declare function SliderError(): JSX.Element;
2
+ export default SliderError;
@@ -28,8 +28,10 @@ declare class SlidingPanels extends Component<SlidingPanelsProps, SlidingPanelsS
28
28
  static defaultProps: Required<Pick<SlidingPanelsPropsBase, "transition">>;
29
29
  static Panel: typeof Panel;
30
30
  private panelInstances;
31
+ private allowAnimationUpdates;
31
32
  static getDerivedStateFromProps: React.GetDerivedStateFromProps<SlidingPanelsProps, SlidingPanelsState>;
32
33
  constructor(props: Readonly<SlidingPanelsProps>);
34
+ componentWillUnmount(): void;
33
35
  private willEnter;
34
36
  private willLeave;
35
37
  private handlePanelMount;
@@ -0,0 +1,11 @@
1
+ import { Component } from 'react';
2
+ declare class Basic extends Component<{}, {
3
+ activePanelId: string;
4
+ transition: 'forward' | 'backward';
5
+ }> {
6
+ constructor(props: {});
7
+ goBack: () => void;
8
+ goForward: () => void;
9
+ render(): JSX.Element;
10
+ }
11
+ export default Basic;
@@ -0,0 +1,11 @@
1
+ import { Component } from 'react';
2
+ declare class DropdownExample extends Component<{}, {
3
+ activePanelId: string;
4
+ transition: 'forward' | 'backward';
5
+ }> {
6
+ constructor(props: {});
7
+ goBack: () => void;
8
+ goForward: () => void;
9
+ render(): JSX.Element;
10
+ }
11
+ export default DropdownExample;
@@ -0,0 +1,14 @@
1
+ import { Component } from 'react';
2
+ declare class ModalExample extends Component<{}, {
3
+ activePanelId: string;
4
+ modalOpen: boolean;
5
+ transition: 'forward' | 'backward';
6
+ }> {
7
+ constructor(props: {});
8
+ goBack: () => void;
9
+ goForward: () => void;
10
+ open: () => void;
11
+ close: () => void;
12
+ render(): JSX.Element;
13
+ }
14
+ export default ModalExample;
@@ -0,0 +1,2 @@
1
+ declare function Basic(): JSX.Element;
2
+ export default Basic;
@@ -0,0 +1,2 @@
1
+ declare function FieldValue(): JSX.Element;
2
+ export default FieldValue;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface StepBarContext {
3
2
  activeStepId: number;
4
3
  idCounter?: string;
@@ -0,0 +1,2 @@
1
+ declare function Basic(): JSX.Element;
2
+ export default Basic;
@@ -0,0 +1,2 @@
1
+ declare function StepBarError(): JSX.Element;
2
+ export default StepBarError;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SwitchClickHandler } from '@splunk/react-ui/Switch';
3
+ declare class Basic extends Component<{}, {
4
+ values: number[];
5
+ }> {
6
+ constructor(props: {});
7
+ handleClick: SwitchClickHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Basic;
@@ -0,0 +1,10 @@
1
+ import { Component } from 'react';
2
+ import { SwitchClickHandler } from '@splunk/react-ui/Switch';
3
+ declare class Disabled extends Component<{}, {
4
+ values: number[];
5
+ }> {
6
+ constructor(props: {});
7
+ handleClick: SwitchClickHandler;
8
+ render(): JSX.Element;
9
+ }
10
+ export default Disabled;
@@ -0,0 +1,2 @@
1
+ declare function SwitchError(): JSX.Element;
2
+ export default SwitchError;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TabClickHandler, TabFocusHandler } from './Tab';
3
2
  export interface TabBarContext {
4
3
  active?: string;
@@ -0,0 +1,2 @@
1
+ declare function Basic(): JSX.Element;
2
+ export default Basic;
@@ -0,0 +1,2 @@
1
+ declare function IconsInline(): JSX.Element;
2
+ export default IconsInline;
@@ -0,0 +1,2 @@
1
+ declare function IconsSmall(): JSX.Element;
2
+ export default IconsSmall;
@@ -0,0 +1,2 @@
1
+ declare function Tooltips(): JSX.Element;
2
+ export default Tooltips;
@@ -0,0 +1,2 @@
1
+ declare function Vertical(): JSX.Element;
2
+ export default Vertical;
@@ -0,0 +1,2 @@
1
+ declare function VerticalSmallIcons(): JSX.Element;
2
+ export default VerticalSmallIcons;
@@ -0,0 +1,2 @@
1
+ declare function WithCount(): JSX.Element;
2
+ export default WithCount;
@@ -0,0 +1,2 @@
1
+ declare function Context(): JSX.Element;
2
+ export default Context;
@@ -0,0 +1,2 @@
1
+ declare function Disabled(): JSX.Element;
2
+ export default Disabled;
@@ -0,0 +1,2 @@
1
+ declare function AutoActivate(): JSX.Element;
2
+ export default AutoActivate;
@@ -0,0 +1,2 @@
1
+ declare function Controlled(): JSX.Element;
2
+ export default Controlled;
@@ -0,0 +1,2 @@
1
+ declare function Icons(): JSX.Element;
2
+ export default Icons;
@@ -0,0 +1,2 @@
1
+ declare function Uncontrolled(): JSX.Element;
2
+ export default Uncontrolled;
@@ -0,0 +1,2 @@
1
+ declare function Vertical(): JSX.Element;
2
+ export default Vertical;
@@ -0,0 +1,2 @@
1
+ declare function VerticalIcons(): JSX.Element;
2
+ export default VerticalIcons;
@@ -0,0 +1,2 @@
1
+ declare function Context(): JSX.Element;
2
+ export default Context;
@@ -0,0 +1,2 @@
1
+ declare function Basic(): JSX.Element;
2
+ export default Basic;
@@ -0,0 +1,16 @@
1
+ import { Component } from 'react';
2
+ import { CellClickHandler } from '@splunk/react-ui/Table';
3
+ interface Row {
4
+ email: string;
5
+ name: string;
6
+ }
7
+ interface ExampleState {
8
+ clickedRow?: string;
9
+ data: Row[];
10
+ }
11
+ export default class Click extends Component<{}, ExampleState> {
12
+ constructor(props: {});
13
+ handlerClick: CellClickHandler;
14
+ render(): JSX.Element;
15
+ }
16
+ export {};