@workday/canvas-kit-react 9.0.0-alpha.338-next.5 → 9.0.0-alpha.348-next.3

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 (804) hide show
  1. package/action-bar/lib/ActionBar.tsx +44 -0
  2. package/action-bar/lib/ActionBarOverflowButton.tsx +2 -2
  3. package/banner/lib/Banner.tsx +56 -0
  4. package/banner/lib/BannerIcon.tsx +0 -1
  5. package/breadcrumbs/lib/Breadcrumbs.tsx +77 -56
  6. package/breadcrumbs/lib/BreadcrumbsItem.tsx +2 -2
  7. package/button/lib/BaseButton.tsx +3 -2
  8. package/button/lib/DeleteButton.tsx +5 -1
  9. package/button/lib/ExternalHyperlink.tsx +6 -7
  10. package/button/lib/Hyperlink.tsx +6 -2
  11. package/button/lib/PrimaryButton.tsx +9 -5
  12. package/button/lib/SecondaryButton.tsx +9 -0
  13. package/button/lib/TertiaryButton.tsx +10 -9
  14. package/card/lib/Card.tsx +36 -0
  15. package/checkbox/lib/Checkbox.tsx +1 -7
  16. package/collection/lib/ListBox.tsx +19 -6
  17. package/collection/lib/useCursorListModel.tsx +9 -2
  18. package/collection/lib/useGridModel.ts +4 -0
  19. package/collection/lib/useListItemRegister.tsx +11 -2
  20. package/collection/lib/useListItemRovingFocus.tsx +11 -3
  21. package/collection/lib/useListItemSelect.tsx +12 -0
  22. package/collection/lib/useListModel.tsx +20 -3
  23. package/collection/lib/useListRenderItem.tsx +14 -0
  24. package/collection/lib/useListResetCursorOnBlur.tsx +12 -1
  25. package/collection/lib/useOverflowListItemMeasure.tsx +11 -0
  26. package/collection/lib/useOverflowListMeasure.ts +4 -0
  27. package/collection/lib/useOverflowListTarget.tsx +4 -0
  28. package/collection/lib/useSelectionListModel.tsx +13 -1
  29. package/common/lib/EllipsisText.tsx +11 -3
  30. package/common/lib/theming/getObjectProxy.ts +3 -2
  31. package/common/lib/utils/components.ts +106 -19
  32. package/dialog/lib/DialogPopper.tsx +3 -0
  33. package/disclosure/lib/useDisclosureModel.tsx +2 -2
  34. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +767 -273
  35. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  36. package/dist/commonjs/action-bar/lib/ActionBar.js +44 -0
  37. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +11 -11
  38. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +11 -11
  39. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +11 -11
  40. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.js +1 -1
  41. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +107 -107
  42. package/dist/commonjs/banner/lib/Banner.d.ts +60 -4
  43. package/dist/commonjs/banner/lib/Banner.d.ts.map +1 -1
  44. package/dist/commonjs/banner/lib/Banner.js +56 -0
  45. package/dist/commonjs/banner/lib/BannerActionText.d.ts +1 -1
  46. package/dist/commonjs/banner/lib/BannerIcon.d.ts +1 -2
  47. package/dist/commonjs/banner/lib/BannerIcon.d.ts.map +1 -1
  48. package/dist/commonjs/banner/lib/BannerLabel.d.ts +1 -1
  49. package/dist/commonjs/banner/lib/hooks/useBanner.d.ts +1 -1
  50. package/dist/commonjs/banner/lib/hooks/useBannerActionText.d.ts +1 -1
  51. package/dist/commonjs/banner/lib/hooks/useBannerIcon.d.ts +1 -1
  52. package/dist/commonjs/banner/lib/hooks/useBannerLabel.d.ts +1 -1
  53. package/dist/commonjs/banner/lib/hooks/useBannerModel.d.ts +1 -1
  54. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +305 -325
  55. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  56. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.js +77 -56
  57. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +11 -11
  58. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +12 -12
  59. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.js +2 -2
  60. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsLink.d.ts +1 -1
  61. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsLink.d.ts.map +1 -1
  62. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +7 -7
  63. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +153 -153
  64. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +11 -11
  65. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +107 -107
  66. package/dist/commonjs/button/lib/BaseButton.d.ts +6 -5
  67. package/dist/commonjs/button/lib/BaseButton.d.ts.map +1 -1
  68. package/dist/commonjs/button/lib/DeleteButton.d.ts +6 -2
  69. package/dist/commonjs/button/lib/DeleteButton.d.ts.map +1 -1
  70. package/dist/commonjs/button/lib/DeleteButton.js +6 -1
  71. package/dist/commonjs/button/lib/ExternalHyperlink.d.ts +5 -1
  72. package/dist/commonjs/button/lib/ExternalHyperlink.d.ts.map +1 -1
  73. package/dist/commonjs/button/lib/ExternalHyperlink.js +6 -2
  74. package/dist/commonjs/button/lib/Hyperlink.d.ts +5 -1
  75. package/dist/commonjs/button/lib/Hyperlink.d.ts.map +1 -1
  76. package/dist/commonjs/button/lib/Hyperlink.js +6 -2
  77. package/dist/commonjs/button/lib/PrimaryButton.d.ts +10 -6
  78. package/dist/commonjs/button/lib/PrimaryButton.d.ts.map +1 -1
  79. package/dist/commonjs/button/lib/PrimaryButton.js +9 -0
  80. package/dist/commonjs/button/lib/SecondaryButton.d.ts +10 -1
  81. package/dist/commonjs/button/lib/SecondaryButton.d.ts.map +1 -1
  82. package/dist/commonjs/button/lib/SecondaryButton.js +9 -0
  83. package/dist/commonjs/button/lib/TertiaryButton.d.ts +11 -8
  84. package/dist/commonjs/button/lib/TertiaryButton.d.ts.map +1 -1
  85. package/dist/commonjs/button/lib/TertiaryButton.js +12 -2
  86. package/dist/commonjs/button/lib/ToolbarDropdownButton.d.ts +1 -1
  87. package/dist/commonjs/button/lib/ToolbarDropdownButton.d.ts.map +1 -1
  88. package/dist/commonjs/button/lib/ToolbarDropdownButton.js +1 -1
  89. package/dist/commonjs/button/lib/ToolbarIconButton.d.ts +1 -1
  90. package/dist/commonjs/button/lib/ToolbarIconButton.d.ts.map +1 -1
  91. package/dist/commonjs/button/lib/deprecated_Button.d.ts +1 -1
  92. package/dist/commonjs/button/lib/deprecated_Button.d.ts.map +1 -1
  93. package/dist/commonjs/button/lib/deprecated_Button.js +1 -1
  94. package/dist/commonjs/button/lib/parts/ButtonLabel.d.ts +1 -1
  95. package/dist/commonjs/button/lib/parts/ButtonLabel.d.ts.map +1 -1
  96. package/dist/commonjs/button/lib/parts/ButtonLabelIcon.d.ts +1 -1
  97. package/dist/commonjs/button/lib/parts/ButtonLabelIcon.d.ts.map +1 -1
  98. package/dist/commonjs/card/lib/Card.d.ts +39 -3
  99. package/dist/commonjs/card/lib/Card.d.ts.map +1 -1
  100. package/dist/commonjs/card/lib/Card.js +36 -0
  101. package/dist/commonjs/card/lib/CardBody.d.ts +1 -1
  102. package/dist/commonjs/card/lib/CardBody.d.ts.map +1 -1
  103. package/dist/commonjs/card/lib/CardHeading.d.ts +1 -1
  104. package/dist/commonjs/card/lib/CardHeading.d.ts.map +1 -1
  105. package/dist/commonjs/checkbox/lib/Checkbox.d.ts +2 -2
  106. package/dist/commonjs/checkbox/lib/Checkbox.d.ts.map +1 -1
  107. package/dist/commonjs/checkbox/lib/Checkbox.js +3 -3
  108. package/dist/commonjs/collection/lib/ListBox.d.ts +158 -82
  109. package/dist/commonjs/collection/lib/ListBox.d.ts.map +1 -1
  110. package/dist/commonjs/collection/lib/ListBox.js +21 -8
  111. package/dist/commonjs/collection/lib/useBaseListModel.d.ts +10 -10
  112. package/dist/commonjs/collection/lib/useBaseListModel.js +1 -1
  113. package/dist/commonjs/collection/lib/useCursorListModel.d.ts +47 -36
  114. package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
  115. package/dist/commonjs/collection/lib/useGridModel.d.ts +79 -75
  116. package/dist/commonjs/collection/lib/useGridModel.d.ts.map +1 -1
  117. package/dist/commonjs/collection/lib/useGridModel.js +4 -0
  118. package/dist/commonjs/collection/lib/useListItemRegister.d.ts +14 -5
  119. package/dist/commonjs/collection/lib/useListItemRegister.d.ts.map +1 -1
  120. package/dist/commonjs/collection/lib/useListItemRegister.js +11 -2
  121. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +14 -6
  122. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  123. package/dist/commonjs/collection/lib/useListItemRovingFocus.js +11 -3
  124. package/dist/commonjs/collection/lib/useListItemSelect.d.ts +15 -3
  125. package/dist/commonjs/collection/lib/useListItemSelect.d.ts.map +1 -1
  126. package/dist/commonjs/collection/lib/useListItemSelect.js +12 -0
  127. package/dist/commonjs/collection/lib/useListModel.d.ts +95 -78
  128. package/dist/commonjs/collection/lib/useListModel.d.ts.map +1 -1
  129. package/dist/commonjs/collection/lib/useListModel.js +20 -3
  130. package/dist/commonjs/collection/lib/useListRenderItem.d.ts +14 -0
  131. package/dist/commonjs/collection/lib/useListRenderItem.d.ts.map +1 -1
  132. package/dist/commonjs/collection/lib/useListRenderItem.js +14 -0
  133. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts +15 -4
  134. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
  135. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.js +12 -1
  136. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +14 -3
  137. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  138. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.js +11 -0
  139. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +7 -3
  140. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  141. package/dist/commonjs/collection/lib/useOverflowListMeasure.js +4 -0
  142. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +99 -99
  143. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +7 -3
  144. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  145. package/dist/commonjs/collection/lib/useOverflowListTarget.js +4 -0
  146. package/dist/commonjs/collection/lib/useSelectionListModel.d.ts +88 -76
  147. package/dist/commonjs/collection/lib/useSelectionListModel.d.ts.map +1 -1
  148. package/dist/commonjs/color-picker/lib/ColorInput.d.ts +1 -1
  149. package/dist/commonjs/color-picker/lib/ColorInput.d.ts.map +1 -1
  150. package/dist/commonjs/color-picker/lib/ColorInput.js +6 -0
  151. package/dist/commonjs/color-picker/lib/ColorPreview.d.ts +1 -1
  152. package/dist/commonjs/color-picker/lib/ColorPreview.d.ts.map +1 -1
  153. package/dist/commonjs/common/lib/CanvasProvider.js +2 -0
  154. package/dist/commonjs/common/lib/EllipsisText.d.ts +1 -2
  155. package/dist/commonjs/common/lib/EllipsisText.d.ts.map +1 -1
  156. package/dist/commonjs/common/lib/EllipsisText.js +21 -2
  157. package/dist/commonjs/common/lib/InputProvider.d.ts +1 -1
  158. package/dist/commonjs/common/lib/InputProvider.js +2 -0
  159. package/dist/commonjs/common/lib/responsive/useResponsiveContainerStyles.js +5 -7
  160. package/dist/commonjs/common/lib/theming/getObjectProxy.d.ts.map +1 -1
  161. package/dist/commonjs/common/lib/theming/getObjectProxy.js +3 -2
  162. package/dist/commonjs/common/lib/utils/components.d.ts +113 -26
  163. package/dist/commonjs/common/lib/utils/components.d.ts.map +1 -1
  164. package/dist/commonjs/common/lib/utils/components.js +72 -9
  165. package/dist/commonjs/common/lib/utils/models.js +2 -1
  166. package/dist/commonjs/dialog/lib/Dialog.d.ts +24 -24
  167. package/dist/commonjs/dialog/lib/DialogCard.d.ts +3 -3
  168. package/dist/commonjs/dialog/lib/DialogPopper.d.ts +3 -3
  169. package/dist/commonjs/dialog/lib/DialogPopper.d.ts.map +1 -1
  170. package/dist/commonjs/dialog/lib/DialogPopper.js +3 -0
  171. package/dist/commonjs/dialog/lib/hooks/useDialogCard.d.ts +2 -2
  172. package/dist/commonjs/dialog/lib/hooks/useDialogModel.d.ts +10 -10
  173. package/dist/commonjs/dialog/lib/hooks/useDialogPopper.d.ts +2 -2
  174. package/dist/commonjs/dialog/lib/hooks/useDialogPopper.js +1 -1
  175. package/dist/commonjs/disclosure/lib/useDisclosureModel.d.ts +22 -22
  176. package/dist/commonjs/disclosure/lib/useDisclosureModel.js +2 -2
  177. package/dist/commonjs/form-field/lib/FormField.d.ts +1 -2
  178. package/dist/commonjs/form-field/lib/FormField.d.ts.map +1 -1
  179. package/dist/commonjs/form-field/lib/FormField.js +2 -0
  180. package/dist/commonjs/form-field/lib/Hint.js +2 -0
  181. package/dist/commonjs/form-field/lib/Label.js +7 -7
  182. package/dist/commonjs/icon/lib/AccentIcon.d.ts +1 -1
  183. package/dist/commonjs/icon/lib/AccentIcon.d.ts.map +1 -1
  184. package/dist/commonjs/icon/lib/AppletIcon.d.ts +1 -1
  185. package/dist/commonjs/icon/lib/Graphic.d.ts +1 -1
  186. package/dist/commonjs/icon/lib/Graphic.d.ts.map +1 -1
  187. package/dist/commonjs/icon/lib/Icon.d.ts +1 -1
  188. package/dist/commonjs/icon/lib/Icon.d.ts.map +1 -1
  189. package/dist/commonjs/icon/lib/Svg.d.ts +1 -1
  190. package/dist/commonjs/icon/lib/Svg.d.ts.map +1 -1
  191. package/dist/commonjs/icon/lib/SystemIcon.d.ts +1 -2
  192. package/dist/commonjs/icon/lib/SystemIcon.d.ts.map +1 -1
  193. package/dist/commonjs/icon/lib/SystemIconCircle.d.ts +1 -1
  194. package/dist/commonjs/icon/lib/SystemIconCircle.d.ts.map +1 -1
  195. package/dist/commonjs/layout/lib/Box.d.ts +1 -1
  196. package/dist/commonjs/layout/lib/Box.d.ts.map +1 -1
  197. package/dist/commonjs/layout/lib/Flex.d.ts +2 -2
  198. package/dist/commonjs/layout/lib/Grid.d.ts +2 -2
  199. package/dist/commonjs/layout/lib/utils/border/color.d.ts +7 -7
  200. package/dist/commonjs/layout/lib/utils/border/index.js +5 -7
  201. package/dist/commonjs/layout/lib/utils/getValidChildren.d.ts +1 -1
  202. package/dist/commonjs/layout/lib/utils/getValidChildren.d.ts.map +1 -1
  203. package/dist/commonjs/layout/lib/utils/layout.d.ts +1 -1
  204. package/dist/commonjs/layout/lib/utils/layout.d.ts.map +1 -1
  205. package/dist/commonjs/menu/lib/Menu.d.ts +218 -378
  206. package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
  207. package/dist/commonjs/menu/lib/Menu.js +37 -9
  208. package/dist/commonjs/menu/lib/MenuCard.d.ts +8 -8
  209. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +8 -8
  210. package/dist/commonjs/menu/lib/MenuDivider.d.ts +1 -1
  211. package/dist/commonjs/menu/lib/MenuDivider.d.ts.map +1 -1
  212. package/dist/commonjs/menu/lib/MenuItem.d.ts +10 -10
  213. package/dist/commonjs/menu/lib/MenuList.d.ts +10 -10
  214. package/dist/commonjs/menu/lib/MenuPopper.d.ts +6 -6
  215. package/dist/commonjs/menu/lib/MenuTarget.d.ts +87 -12
  216. package/dist/commonjs/menu/lib/MenuTarget.d.ts.map +1 -1
  217. package/dist/commonjs/menu/lib/MenuTarget.js +4 -4
  218. package/dist/commonjs/menu/lib/useMenuModel.d.ts +173 -173
  219. package/dist/commonjs/modal/lib/Modal.d.ts +202 -46
  220. package/dist/commonjs/modal/lib/Modal.d.ts.map +1 -1
  221. package/dist/commonjs/modal/lib/Modal.js +76 -5
  222. package/dist/commonjs/modal/lib/ModalBody.d.ts +2 -2
  223. package/dist/commonjs/modal/lib/ModalCard.d.ts +2 -2
  224. package/dist/commonjs/modal/lib/ModalCard.js +1 -1
  225. package/dist/commonjs/modal/lib/ModalHeading.d.ts +2 -2
  226. package/dist/commonjs/modal/lib/ModalOverflowOverlay.d.ts +3 -3
  227. package/dist/commonjs/modal/lib/ModalOverflowOverlay.js +1 -1
  228. package/dist/commonjs/modal/lib/ModalOverlay.d.ts +4 -4
  229. package/dist/commonjs/modal/lib/hooks/useCloseOnOverlayClick.d.ts +2 -2
  230. package/dist/commonjs/modal/lib/hooks/useModalCard.d.ts +2 -2
  231. package/dist/commonjs/modal/lib/hooks/useModalHeading.d.ts +2 -2
  232. package/dist/commonjs/modal/lib/hooks/useModalModel.d.ts +10 -10
  233. package/dist/commonjs/pagination/lib/Pagination/AdditionalDetails.d.ts +1 -2
  234. package/dist/commonjs/pagination/lib/Pagination/AdditionalDetails.d.ts.map +1 -1
  235. package/dist/commonjs/pagination/lib/Pagination/AdditionalDetails.js +10 -6
  236. package/dist/commonjs/pagination/lib/Pagination/Controls.d.ts +12 -11
  237. package/dist/commonjs/pagination/lib/Pagination/Controls.d.ts.map +1 -1
  238. package/dist/commonjs/pagination/lib/Pagination/Controls.js +81 -66
  239. package/dist/commonjs/pagination/lib/Pagination/GoTo/Form.d.ts +4 -2
  240. package/dist/commonjs/pagination/lib/Pagination/GoTo/Form.d.ts.map +1 -1
  241. package/dist/commonjs/pagination/lib/Pagination/GoTo/Form.js +14 -7
  242. package/dist/commonjs/pagination/lib/Pagination/GoTo/Label.d.ts +2 -3
  243. package/dist/commonjs/pagination/lib/Pagination/GoTo/Label.d.ts.map +1 -1
  244. package/dist/commonjs/pagination/lib/Pagination/GoTo/Label.js +10 -5
  245. package/dist/commonjs/pagination/lib/Pagination/GoTo/TextInput.d.ts +4 -1
  246. package/dist/commonjs/pagination/lib/Pagination/GoTo/TextInput.d.ts.map +1 -1
  247. package/dist/commonjs/pagination/lib/Pagination/GoTo/TextInput.js +9 -16
  248. package/dist/commonjs/pagination/lib/Pagination/GoTo/useGoToForm.d.ts +9 -0
  249. package/dist/commonjs/pagination/lib/Pagination/GoTo/useGoToForm.d.ts.map +1 -1
  250. package/dist/commonjs/pagination/lib/Pagination/GoTo/useGoToForm.js +2 -1
  251. package/dist/commonjs/pagination/lib/Pagination/Nav.d.ts +1 -1
  252. package/dist/commonjs/pagination/lib/Pagination/Nav.d.ts.map +1 -1
  253. package/dist/commonjs/pagination/lib/Pagination/Nav.js +2 -14
  254. package/dist/commonjs/pagination/lib/Pagination/PageButton.d.ts +4 -5
  255. package/dist/commonjs/pagination/lib/Pagination/PageButton.d.ts.map +1 -1
  256. package/dist/commonjs/pagination/lib/Pagination/PageButton.js +16 -11
  257. package/dist/commonjs/pagination/lib/Pagination/PageList.d.ts +5 -4
  258. package/dist/commonjs/pagination/lib/Pagination/PageList.d.ts.map +1 -1
  259. package/dist/commonjs/pagination/lib/Pagination/PageList.js +17 -10
  260. package/dist/commonjs/pagination/lib/Pagination/Pagination.d.ts +230 -38
  261. package/dist/commonjs/pagination/lib/Pagination/Pagination.d.ts.map +1 -1
  262. package/dist/commonjs/pagination/lib/Pagination/Pagination.js +227 -76
  263. package/dist/commonjs/pagination/lib/Pagination/buildPageRange.js +5 -7
  264. package/dist/commonjs/pagination/lib/Pagination/common/List.d.ts +2 -2
  265. package/dist/commonjs/pagination/lib/Pagination/common/List.d.ts.map +1 -1
  266. package/dist/commonjs/pagination/lib/Pagination/common/utils/getValidChildren.d.ts +1 -1
  267. package/dist/commonjs/pagination/lib/Pagination/common/utils/getValidChildren.d.ts.map +1 -1
  268. package/dist/commonjs/pagination/lib/Pagination/common/utils/helpers.d.ts +45 -15
  269. package/dist/commonjs/pagination/lib/Pagination/common/utils/helpers.d.ts.map +1 -1
  270. package/dist/commonjs/pagination/lib/Pagination/common/utils/helpers.js +45 -15
  271. package/dist/commonjs/pagination/lib/Pagination/usePaginationModel.d.ts +3 -1
  272. package/dist/commonjs/pagination/lib/Pagination/usePaginationModel.d.ts.map +1 -1
  273. package/dist/commonjs/pagination/lib/Pagination/usePaginationModel.js +5 -4
  274. package/dist/commonjs/popup/lib/Popper.d.ts +16 -1
  275. package/dist/commonjs/popup/lib/Popper.d.ts.map +1 -1
  276. package/dist/commonjs/popup/lib/Popper.js +21 -8
  277. package/dist/commonjs/popup/lib/Popup.d.ts +183 -22
  278. package/dist/commonjs/popup/lib/Popup.d.ts.map +1 -1
  279. package/dist/commonjs/popup/lib/Popup.js +85 -4
  280. package/dist/commonjs/popup/lib/PopupBody.d.ts +2 -2
  281. package/dist/commonjs/popup/lib/PopupCard.d.ts +2 -2
  282. package/dist/commonjs/popup/lib/PopupCloseButton.d.ts +2 -2
  283. package/dist/commonjs/popup/lib/PopupCloseIcon.d.ts +2 -2
  284. package/dist/commonjs/popup/lib/PopupHeading.d.ts +2 -2
  285. package/dist/commonjs/popup/lib/PopupPopper.d.ts +2 -2
  286. package/dist/commonjs/popup/lib/PopupTarget.d.ts +2 -2
  287. package/dist/commonjs/popup/lib/hooks/useAlwaysCloseOnOutsideClick.d.ts +2 -2
  288. package/dist/commonjs/popup/lib/hooks/useAssistiveHideSiblings.d.ts +2 -2
  289. package/dist/commonjs/popup/lib/hooks/useAssistiveHideSiblings.js +5 -7
  290. package/dist/commonjs/popup/lib/hooks/useBringToTopOnClick.d.ts +6 -6
  291. package/dist/commonjs/popup/lib/hooks/useBringToTopOnClick.js +4 -4
  292. package/dist/commonjs/popup/lib/hooks/useCloseOnEscape.d.ts +4 -4
  293. package/dist/commonjs/popup/lib/hooks/useCloseOnEscape.js +2 -2
  294. package/dist/commonjs/popup/lib/hooks/useCloseOnFullscreenExit.d.ts +2 -2
  295. package/dist/commonjs/popup/lib/hooks/useCloseOnOutsideClick.d.ts +8 -8
  296. package/dist/commonjs/popup/lib/hooks/useCloseOnOutsideClick.js +6 -6
  297. package/dist/commonjs/popup/lib/hooks/useCloseOnTargetHidden.d.ts +2 -2
  298. package/dist/commonjs/popup/lib/hooks/useDisableBodyScroll.d.ts +2 -2
  299. package/dist/commonjs/popup/lib/hooks/useFocusRedirect.d.ts +2 -2
  300. package/dist/commonjs/popup/lib/hooks/useFocusTrap.d.ts +2 -2
  301. package/dist/commonjs/popup/lib/hooks/useInitialFocus.d.ts +4 -4
  302. package/dist/commonjs/popup/lib/hooks/useInitialFocus.js +2 -2
  303. package/dist/commonjs/popup/lib/hooks/usePopupCard.d.ts +3 -3
  304. package/dist/commonjs/popup/lib/hooks/usePopupCard.js +1 -1
  305. package/dist/commonjs/popup/lib/hooks/usePopupCloseButton.d.ts +5 -4
  306. package/dist/commonjs/popup/lib/hooks/usePopupCloseButton.d.ts.map +1 -1
  307. package/dist/commonjs/popup/lib/hooks/usePopupCloseButton.js +3 -2
  308. package/dist/commonjs/popup/lib/hooks/usePopupHeading.d.ts +3 -3
  309. package/dist/commonjs/popup/lib/hooks/usePopupHeading.js +1 -1
  310. package/dist/commonjs/popup/lib/hooks/usePopupModel.d.ts +13 -13
  311. package/dist/commonjs/popup/lib/hooks/usePopupPopper.d.ts +4 -3
  312. package/dist/commonjs/popup/lib/hooks/usePopupPopper.d.ts.map +1 -1
  313. package/dist/commonjs/popup/lib/hooks/usePopupPopper.js +2 -1
  314. package/dist/commonjs/popup/lib/hooks/usePopupStack.d.ts +27 -19
  315. package/dist/commonjs/popup/lib/hooks/usePopupStack.d.ts.map +1 -1
  316. package/dist/commonjs/popup/lib/hooks/usePopupStack.js +26 -18
  317. package/dist/commonjs/popup/lib/hooks/usePopupTarget.d.ts +3 -3
  318. package/dist/commonjs/popup/lib/hooks/usePopupTarget.js +1 -1
  319. package/dist/commonjs/popup/lib/hooks/usePopupTargetContext.d.ts +2 -2
  320. package/dist/commonjs/popup/lib/hooks/useReturnFocus.d.ts +4 -4
  321. package/dist/commonjs/popup/lib/hooks/useReturnFocus.js +2 -2
  322. package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenEnter.d.ts +2 -2
  323. package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenExit.d.ts +2 -2
  324. package/dist/commonjs/radio/lib/Radio.d.ts +1 -1
  325. package/dist/commonjs/radio/lib/Radio.d.ts.map +1 -1
  326. package/dist/commonjs/radio/lib/Radio.js +1 -1
  327. package/dist/commonjs/radio/lib/RadioGroup.d.ts +1 -2
  328. package/dist/commonjs/radio/lib/RadioGroup.d.ts.map +1 -1
  329. package/dist/commonjs/radio/lib/RadioGroup.js +2 -0
  330. package/dist/commonjs/segmented-control/lib/SegmentedControl.d.ts +2 -2
  331. package/dist/commonjs/segmented-control/lib/SegmentedControlButton.d.ts +1 -1
  332. package/dist/commonjs/segmented-control/lib/SegmentedControlButton.d.ts.map +1 -1
  333. package/dist/commonjs/select/lib/Select.d.ts +1 -1
  334. package/dist/commonjs/select/lib/Select.d.ts.map +1 -1
  335. package/dist/commonjs/select/lib/Select.js +2 -2
  336. package/dist/commonjs/select/lib/SelectOption.js +2 -0
  337. package/dist/commonjs/side-panel/lib/SidePanel.js +3 -1
  338. package/dist/commonjs/skeleton/lib/parts/skeletonHeader.d.ts +1 -1
  339. package/dist/commonjs/skeleton/lib/parts/skeletonHeader.d.ts.map +1 -1
  340. package/dist/commonjs/skeleton/lib/parts/skeletonShape.d.ts +1 -1
  341. package/dist/commonjs/skeleton/lib/parts/skeletonShape.d.ts.map +1 -1
  342. package/dist/commonjs/skeleton/lib/parts/skeletonText.d.ts +1 -1
  343. package/dist/commonjs/skeleton/lib/parts/skeletonText.d.ts.map +1 -1
  344. package/dist/commonjs/skeleton/lib/skeleton.d.ts +30 -4
  345. package/dist/commonjs/skeleton/lib/skeleton.d.ts.map +1 -1
  346. package/dist/commonjs/skeleton/lib/skeleton.js +27 -1
  347. package/dist/commonjs/status-indicator/lib/StatusIndicator.js +2 -0
  348. package/dist/commonjs/switch/lib/Switch.d.ts +1 -1
  349. package/dist/commonjs/table/lib/Table.js +2 -0
  350. package/dist/commonjs/table/lib/TableRow.d.ts +2 -1
  351. package/dist/commonjs/table/lib/TableRow.d.ts.map +1 -1
  352. package/dist/commonjs/tabs/lib/Tabs.d.ts +585 -382
  353. package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
  354. package/dist/commonjs/tabs/lib/Tabs.js +94 -2
  355. package/dist/commonjs/tabs/lib/TabsItem.d.ts +15 -15
  356. package/dist/commonjs/tabs/lib/TabsList.d.ts +12 -12
  357. package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
  358. package/dist/commonjs/tabs/lib/TabsList.js +4 -1
  359. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +6 -6
  360. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +12 -12
  361. package/dist/commonjs/tabs/lib/TabsOverflowButton.js +1 -1
  362. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +12 -12
  363. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +8 -8
  364. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +534 -506
  365. package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
  366. package/dist/commonjs/tabs/lib/useTabsModel.js +18 -1
  367. package/dist/commonjs/text/lib/LabelText.d.ts +4 -9
  368. package/dist/commonjs/text/lib/LabelText.d.ts.map +1 -1
  369. package/dist/commonjs/text/lib/LabelText.js +3 -8
  370. package/dist/commonjs/text/lib/Text.d.ts +11 -15
  371. package/dist/commonjs/text/lib/Text.d.ts.map +1 -1
  372. package/dist/commonjs/text/lib/Text.js +10 -12
  373. package/dist/commonjs/text/lib/TypeLevelComponents.d.ts +4 -24
  374. package/dist/commonjs/text/lib/TypeLevelComponents.d.ts.map +1 -1
  375. package/dist/commonjs/text/lib/TypeLevelComponents.js +0 -20
  376. package/dist/commonjs/text-area/lib/TextArea.d.ts +1 -1
  377. package/dist/commonjs/text-input/lib/TextInput.d.ts +1 -1
  378. package/dist/commonjs/toast/lib/Toast.d.ts +1 -1
  379. package/dist/commonjs/toast/lib/Toast.d.ts.map +1 -1
  380. package/dist/commonjs/tokens/lib/type/index.d.ts +7 -7
  381. package/dist/commonjs/tokens/lib/type/index.js +2 -2
  382. package/dist/commonjs/tooltip/lib/Tooltip.d.ts +1 -1
  383. package/dist/commonjs/tooltip/lib/Tooltip.d.ts.map +1 -1
  384. package/dist/commonjs/tooltip/lib/Tooltip.js +22 -20
  385. package/dist/commonjs/tooltip/lib/TooltipContainer.d.ts +1 -1
  386. package/dist/commonjs/tooltip/lib/useTooltip.d.ts.map +1 -1
  387. package/dist/commonjs/tooltip/lib/useTooltip.js +16 -11
  388. package/dist/es6/action-bar/lib/ActionBar.d.ts +767 -273
  389. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  390. package/dist/es6/action-bar/lib/ActionBar.js +44 -0
  391. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +11 -11
  392. package/dist/es6/action-bar/lib/ActionBarList.d.ts +11 -11
  393. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +11 -11
  394. package/dist/es6/action-bar/lib/ActionBarOverflowButton.js +2 -2
  395. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +107 -107
  396. package/dist/es6/banner/lib/Banner.d.ts +60 -4
  397. package/dist/es6/banner/lib/Banner.d.ts.map +1 -1
  398. package/dist/es6/banner/lib/Banner.js +56 -0
  399. package/dist/es6/banner/lib/BannerActionText.d.ts +1 -1
  400. package/dist/es6/banner/lib/BannerIcon.d.ts +1 -2
  401. package/dist/es6/banner/lib/BannerIcon.d.ts.map +1 -1
  402. package/dist/es6/banner/lib/BannerLabel.d.ts +1 -1
  403. package/dist/es6/banner/lib/hooks/useBanner.d.ts +1 -1
  404. package/dist/es6/banner/lib/hooks/useBannerActionText.d.ts +1 -1
  405. package/dist/es6/banner/lib/hooks/useBannerIcon.d.ts +1 -1
  406. package/dist/es6/banner/lib/hooks/useBannerLabel.d.ts +1 -1
  407. package/dist/es6/banner/lib/hooks/useBannerModel.d.ts +1 -1
  408. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +305 -325
  409. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  410. package/dist/es6/breadcrumbs/lib/Breadcrumbs.js +77 -56
  411. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +11 -11
  412. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +12 -12
  413. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.js +2 -2
  414. package/dist/es6/breadcrumbs/lib/BreadcrumbsLink.d.ts +1 -1
  415. package/dist/es6/breadcrumbs/lib/BreadcrumbsLink.d.ts.map +1 -1
  416. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +7 -7
  417. package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +153 -153
  418. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +11 -11
  419. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +107 -107
  420. package/dist/es6/button/lib/BaseButton.d.ts +6 -5
  421. package/dist/es6/button/lib/BaseButton.d.ts.map +1 -1
  422. package/dist/es6/button/lib/DeleteButton.d.ts +6 -2
  423. package/dist/es6/button/lib/DeleteButton.d.ts.map +1 -1
  424. package/dist/es6/button/lib/DeleteButton.js +6 -1
  425. package/dist/es6/button/lib/ExternalHyperlink.d.ts +5 -1
  426. package/dist/es6/button/lib/ExternalHyperlink.d.ts.map +1 -1
  427. package/dist/es6/button/lib/ExternalHyperlink.js +6 -2
  428. package/dist/es6/button/lib/Hyperlink.d.ts +5 -1
  429. package/dist/es6/button/lib/Hyperlink.d.ts.map +1 -1
  430. package/dist/es6/button/lib/Hyperlink.js +6 -2
  431. package/dist/es6/button/lib/PrimaryButton.d.ts +10 -6
  432. package/dist/es6/button/lib/PrimaryButton.d.ts.map +1 -1
  433. package/dist/es6/button/lib/PrimaryButton.js +9 -0
  434. package/dist/es6/button/lib/SecondaryButton.d.ts +10 -1
  435. package/dist/es6/button/lib/SecondaryButton.d.ts.map +1 -1
  436. package/dist/es6/button/lib/SecondaryButton.js +9 -0
  437. package/dist/es6/button/lib/TertiaryButton.d.ts +11 -8
  438. package/dist/es6/button/lib/TertiaryButton.d.ts.map +1 -1
  439. package/dist/es6/button/lib/TertiaryButton.js +12 -2
  440. package/dist/es6/button/lib/ToolbarDropdownButton.d.ts +1 -1
  441. package/dist/es6/button/lib/ToolbarDropdownButton.d.ts.map +1 -1
  442. package/dist/es6/button/lib/ToolbarDropdownButton.js +1 -1
  443. package/dist/es6/button/lib/ToolbarIconButton.d.ts +1 -1
  444. package/dist/es6/button/lib/ToolbarIconButton.d.ts.map +1 -1
  445. package/dist/es6/button/lib/deprecated_Button.d.ts +1 -1
  446. package/dist/es6/button/lib/deprecated_Button.d.ts.map +1 -1
  447. package/dist/es6/button/lib/deprecated_Button.js +1 -1
  448. package/dist/es6/button/lib/parts/ButtonLabel.d.ts +1 -1
  449. package/dist/es6/button/lib/parts/ButtonLabel.d.ts.map +1 -1
  450. package/dist/es6/button/lib/parts/ButtonLabelIcon.d.ts +1 -1
  451. package/dist/es6/button/lib/parts/ButtonLabelIcon.d.ts.map +1 -1
  452. package/dist/es6/card/lib/Card.d.ts +39 -3
  453. package/dist/es6/card/lib/Card.d.ts.map +1 -1
  454. package/dist/es6/card/lib/Card.js +36 -0
  455. package/dist/es6/card/lib/CardBody.d.ts +1 -1
  456. package/dist/es6/card/lib/CardBody.d.ts.map +1 -1
  457. package/dist/es6/card/lib/CardHeading.d.ts +1 -1
  458. package/dist/es6/card/lib/CardHeading.d.ts.map +1 -1
  459. package/dist/es6/checkbox/lib/Checkbox.d.ts +2 -2
  460. package/dist/es6/checkbox/lib/Checkbox.d.ts.map +1 -1
  461. package/dist/es6/checkbox/lib/Checkbox.js +3 -3
  462. package/dist/es6/collection/lib/ListBox.d.ts +158 -82
  463. package/dist/es6/collection/lib/ListBox.d.ts.map +1 -1
  464. package/dist/es6/collection/lib/ListBox.js +19 -6
  465. package/dist/es6/collection/lib/useBaseListModel.d.ts +10 -10
  466. package/dist/es6/collection/lib/useBaseListModel.js +1 -1
  467. package/dist/es6/collection/lib/useCursorListModel.d.ts +47 -36
  468. package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
  469. package/dist/es6/collection/lib/useGridModel.d.ts +79 -75
  470. package/dist/es6/collection/lib/useGridModel.d.ts.map +1 -1
  471. package/dist/es6/collection/lib/useGridModel.js +4 -0
  472. package/dist/es6/collection/lib/useListItemRegister.d.ts +14 -5
  473. package/dist/es6/collection/lib/useListItemRegister.d.ts.map +1 -1
  474. package/dist/es6/collection/lib/useListItemRegister.js +11 -2
  475. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +14 -6
  476. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  477. package/dist/es6/collection/lib/useListItemRovingFocus.js +11 -3
  478. package/dist/es6/collection/lib/useListItemSelect.d.ts +15 -3
  479. package/dist/es6/collection/lib/useListItemSelect.d.ts.map +1 -1
  480. package/dist/es6/collection/lib/useListItemSelect.js +12 -0
  481. package/dist/es6/collection/lib/useListModel.d.ts +95 -78
  482. package/dist/es6/collection/lib/useListModel.d.ts.map +1 -1
  483. package/dist/es6/collection/lib/useListModel.js +20 -3
  484. package/dist/es6/collection/lib/useListRenderItem.d.ts +14 -0
  485. package/dist/es6/collection/lib/useListRenderItem.d.ts.map +1 -1
  486. package/dist/es6/collection/lib/useListRenderItem.js +14 -0
  487. package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts +15 -4
  488. package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
  489. package/dist/es6/collection/lib/useListResetCursorOnBlur.js +12 -1
  490. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +14 -3
  491. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  492. package/dist/es6/collection/lib/useOverflowListItemMeasure.js +11 -0
  493. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +7 -3
  494. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  495. package/dist/es6/collection/lib/useOverflowListMeasure.js +4 -0
  496. package/dist/es6/collection/lib/useOverflowListModel.d.ts +99 -99
  497. package/dist/es6/collection/lib/useOverflowListTarget.d.ts +7 -3
  498. package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  499. package/dist/es6/collection/lib/useOverflowListTarget.js +4 -0
  500. package/dist/es6/collection/lib/useSelectionListModel.d.ts +88 -76
  501. package/dist/es6/collection/lib/useSelectionListModel.d.ts.map +1 -1
  502. package/dist/es6/color-picker/lib/ColorInput.d.ts +1 -1
  503. package/dist/es6/color-picker/lib/ColorInput.d.ts.map +1 -1
  504. package/dist/es6/color-picker/lib/ColorInput.js +6 -0
  505. package/dist/es6/color-picker/lib/ColorPreview.d.ts +1 -1
  506. package/dist/es6/color-picker/lib/ColorPreview.d.ts.map +1 -1
  507. package/dist/es6/common/lib/CanvasProvider.js +2 -0
  508. package/dist/es6/common/lib/EllipsisText.d.ts +1 -2
  509. package/dist/es6/common/lib/EllipsisText.d.ts.map +1 -1
  510. package/dist/es6/common/lib/EllipsisText.js +21 -2
  511. package/dist/es6/common/lib/InputProvider.d.ts +1 -1
  512. package/dist/es6/common/lib/InputProvider.js +2 -0
  513. package/dist/es6/common/lib/responsive/useResponsiveContainerStyles.js +5 -7
  514. package/dist/es6/common/lib/theming/getObjectProxy.d.ts.map +1 -1
  515. package/dist/es6/common/lib/theming/getObjectProxy.js +3 -2
  516. package/dist/es6/common/lib/utils/components.d.ts +113 -26
  517. package/dist/es6/common/lib/utils/components.d.ts.map +1 -1
  518. package/dist/es6/common/lib/utils/components.js +70 -8
  519. package/dist/es6/common/lib/utils/models.js +2 -1
  520. package/dist/es6/dialog/lib/Dialog.d.ts +24 -24
  521. package/dist/es6/dialog/lib/DialogCard.d.ts +3 -3
  522. package/dist/es6/dialog/lib/DialogPopper.d.ts +3 -3
  523. package/dist/es6/dialog/lib/DialogPopper.d.ts.map +1 -1
  524. package/dist/es6/dialog/lib/DialogPopper.js +3 -0
  525. package/dist/es6/dialog/lib/hooks/useDialogCard.d.ts +2 -2
  526. package/dist/es6/dialog/lib/hooks/useDialogModel.d.ts +10 -10
  527. package/dist/es6/dialog/lib/hooks/useDialogPopper.d.ts +2 -2
  528. package/dist/es6/dialog/lib/hooks/useDialogPopper.js +1 -1
  529. package/dist/es6/disclosure/lib/useDisclosureModel.d.ts +22 -22
  530. package/dist/es6/disclosure/lib/useDisclosureModel.js +2 -2
  531. package/dist/es6/form-field/lib/FormField.d.ts +1 -2
  532. package/dist/es6/form-field/lib/FormField.d.ts.map +1 -1
  533. package/dist/es6/form-field/lib/FormField.js +3 -1
  534. package/dist/es6/form-field/lib/Hint.js +2 -0
  535. package/dist/es6/form-field/lib/Label.js +7 -7
  536. package/dist/es6/icon/lib/AccentIcon.d.ts +1 -1
  537. package/dist/es6/icon/lib/AccentIcon.d.ts.map +1 -1
  538. package/dist/es6/icon/lib/AppletIcon.d.ts +1 -1
  539. package/dist/es6/icon/lib/Graphic.d.ts +1 -1
  540. package/dist/es6/icon/lib/Graphic.d.ts.map +1 -1
  541. package/dist/es6/icon/lib/Icon.d.ts +1 -1
  542. package/dist/es6/icon/lib/Icon.d.ts.map +1 -1
  543. package/dist/es6/icon/lib/Svg.d.ts +1 -1
  544. package/dist/es6/icon/lib/Svg.d.ts.map +1 -1
  545. package/dist/es6/icon/lib/SystemIcon.d.ts +1 -2
  546. package/dist/es6/icon/lib/SystemIcon.d.ts.map +1 -1
  547. package/dist/es6/icon/lib/SystemIconCircle.d.ts +1 -1
  548. package/dist/es6/icon/lib/SystemIconCircle.d.ts.map +1 -1
  549. package/dist/es6/layout/lib/Box.d.ts +1 -1
  550. package/dist/es6/layout/lib/Box.d.ts.map +1 -1
  551. package/dist/es6/layout/lib/Flex.d.ts +2 -2
  552. package/dist/es6/layout/lib/Grid.d.ts +2 -2
  553. package/dist/es6/layout/lib/utils/border/color.d.ts +7 -7
  554. package/dist/es6/layout/lib/utils/border/index.js +5 -7
  555. package/dist/es6/layout/lib/utils/getValidChildren.d.ts +1 -1
  556. package/dist/es6/layout/lib/utils/getValidChildren.d.ts.map +1 -1
  557. package/dist/es6/layout/lib/utils/layout.d.ts +1 -1
  558. package/dist/es6/layout/lib/utils/layout.d.ts.map +1 -1
  559. package/dist/es6/menu/lib/Menu.d.ts +218 -378
  560. package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
  561. package/dist/es6/menu/lib/Menu.js +37 -9
  562. package/dist/es6/menu/lib/MenuCard.d.ts +8 -8
  563. package/dist/es6/menu/lib/MenuContextTarget.d.ts +8 -8
  564. package/dist/es6/menu/lib/MenuDivider.d.ts +1 -1
  565. package/dist/es6/menu/lib/MenuDivider.d.ts.map +1 -1
  566. package/dist/es6/menu/lib/MenuItem.d.ts +10 -10
  567. package/dist/es6/menu/lib/MenuList.d.ts +10 -10
  568. package/dist/es6/menu/lib/MenuPopper.d.ts +6 -6
  569. package/dist/es6/menu/lib/MenuTarget.d.ts +87 -12
  570. package/dist/es6/menu/lib/MenuTarget.d.ts.map +1 -1
  571. package/dist/es6/menu/lib/MenuTarget.js +1 -1
  572. package/dist/es6/menu/lib/useMenuModel.d.ts +173 -173
  573. package/dist/es6/modal/lib/Modal.d.ts +202 -46
  574. package/dist/es6/modal/lib/Modal.d.ts.map +1 -1
  575. package/dist/es6/modal/lib/Modal.js +76 -5
  576. package/dist/es6/modal/lib/ModalBody.d.ts +2 -2
  577. package/dist/es6/modal/lib/ModalCard.d.ts +2 -2
  578. package/dist/es6/modal/lib/ModalCard.js +1 -1
  579. package/dist/es6/modal/lib/ModalHeading.d.ts +2 -2
  580. package/dist/es6/modal/lib/ModalOverflowOverlay.d.ts +3 -3
  581. package/dist/es6/modal/lib/ModalOverflowOverlay.js +1 -1
  582. package/dist/es6/modal/lib/ModalOverlay.d.ts +4 -4
  583. package/dist/es6/modal/lib/hooks/useCloseOnOverlayClick.d.ts +2 -2
  584. package/dist/es6/modal/lib/hooks/useModalCard.d.ts +2 -2
  585. package/dist/es6/modal/lib/hooks/useModalHeading.d.ts +2 -2
  586. package/dist/es6/modal/lib/hooks/useModalModel.d.ts +10 -10
  587. package/dist/es6/pagination/lib/Pagination/AdditionalDetails.d.ts +1 -2
  588. package/dist/es6/pagination/lib/Pagination/AdditionalDetails.d.ts.map +1 -1
  589. package/dist/es6/pagination/lib/Pagination/AdditionalDetails.js +11 -6
  590. package/dist/es6/pagination/lib/Pagination/Controls.d.ts +12 -11
  591. package/dist/es6/pagination/lib/Pagination/Controls.d.ts.map +1 -1
  592. package/dist/es6/pagination/lib/Pagination/Controls.js +80 -60
  593. package/dist/es6/pagination/lib/Pagination/GoTo/Form.d.ts +4 -2
  594. package/dist/es6/pagination/lib/Pagination/GoTo/Form.d.ts.map +1 -1
  595. package/dist/es6/pagination/lib/Pagination/GoTo/Form.js +14 -6
  596. package/dist/es6/pagination/lib/Pagination/GoTo/Label.d.ts +2 -3
  597. package/dist/es6/pagination/lib/Pagination/GoTo/Label.d.ts.map +1 -1
  598. package/dist/es6/pagination/lib/Pagination/GoTo/Label.js +10 -4
  599. package/dist/es6/pagination/lib/Pagination/GoTo/TextInput.d.ts +4 -1
  600. package/dist/es6/pagination/lib/Pagination/GoTo/TextInput.d.ts.map +1 -1
  601. package/dist/es6/pagination/lib/Pagination/GoTo/TextInput.js +9 -15
  602. package/dist/es6/pagination/lib/Pagination/GoTo/useGoToForm.d.ts +9 -0
  603. package/dist/es6/pagination/lib/Pagination/GoTo/useGoToForm.d.ts.map +1 -1
  604. package/dist/es6/pagination/lib/Pagination/GoTo/useGoToForm.js +1 -0
  605. package/dist/es6/pagination/lib/Pagination/Nav.d.ts +1 -1
  606. package/dist/es6/pagination/lib/Pagination/Nav.d.ts.map +1 -1
  607. package/dist/es6/pagination/lib/Pagination/Nav.js +2 -14
  608. package/dist/es6/pagination/lib/Pagination/PageButton.d.ts +4 -5
  609. package/dist/es6/pagination/lib/Pagination/PageButton.d.ts.map +1 -1
  610. package/dist/es6/pagination/lib/Pagination/PageButton.js +17 -11
  611. package/dist/es6/pagination/lib/Pagination/PageList.d.ts +5 -4
  612. package/dist/es6/pagination/lib/Pagination/PageList.d.ts.map +1 -1
  613. package/dist/es6/pagination/lib/Pagination/PageList.js +17 -8
  614. package/dist/es6/pagination/lib/Pagination/Pagination.d.ts +230 -38
  615. package/dist/es6/pagination/lib/Pagination/Pagination.d.ts.map +1 -1
  616. package/dist/es6/pagination/lib/Pagination/Pagination.js +229 -77
  617. package/dist/es6/pagination/lib/Pagination/buildPageRange.js +5 -7
  618. package/dist/es6/pagination/lib/Pagination/common/List.d.ts +2 -2
  619. package/dist/es6/pagination/lib/Pagination/common/List.d.ts.map +1 -1
  620. package/dist/es6/pagination/lib/Pagination/common/utils/getValidChildren.d.ts +1 -1
  621. package/dist/es6/pagination/lib/Pagination/common/utils/getValidChildren.d.ts.map +1 -1
  622. package/dist/es6/pagination/lib/Pagination/common/utils/helpers.d.ts +45 -15
  623. package/dist/es6/pagination/lib/Pagination/common/utils/helpers.d.ts.map +1 -1
  624. package/dist/es6/pagination/lib/Pagination/common/utils/helpers.js +45 -15
  625. package/dist/es6/pagination/lib/Pagination/usePaginationModel.d.ts +3 -1
  626. package/dist/es6/pagination/lib/Pagination/usePaginationModel.d.ts.map +1 -1
  627. package/dist/es6/pagination/lib/Pagination/usePaginationModel.js +4 -3
  628. package/dist/es6/popup/lib/Popper.d.ts +16 -1
  629. package/dist/es6/popup/lib/Popper.d.ts.map +1 -1
  630. package/dist/es6/popup/lib/Popper.js +21 -8
  631. package/dist/es6/popup/lib/Popup.d.ts +183 -22
  632. package/dist/es6/popup/lib/Popup.d.ts.map +1 -1
  633. package/dist/es6/popup/lib/Popup.js +85 -4
  634. package/dist/es6/popup/lib/PopupBody.d.ts +2 -2
  635. package/dist/es6/popup/lib/PopupCard.d.ts +2 -2
  636. package/dist/es6/popup/lib/PopupCloseButton.d.ts +2 -2
  637. package/dist/es6/popup/lib/PopupCloseIcon.d.ts +2 -2
  638. package/dist/es6/popup/lib/PopupHeading.d.ts +2 -2
  639. package/dist/es6/popup/lib/PopupPopper.d.ts +2 -2
  640. package/dist/es6/popup/lib/PopupTarget.d.ts +2 -2
  641. package/dist/es6/popup/lib/hooks/useAlwaysCloseOnOutsideClick.d.ts +2 -2
  642. package/dist/es6/popup/lib/hooks/useAssistiveHideSiblings.d.ts +2 -2
  643. package/dist/es6/popup/lib/hooks/useAssistiveHideSiblings.js +5 -7
  644. package/dist/es6/popup/lib/hooks/useBringToTopOnClick.d.ts +6 -6
  645. package/dist/es6/popup/lib/hooks/useBringToTopOnClick.js +4 -4
  646. package/dist/es6/popup/lib/hooks/useCloseOnEscape.d.ts +4 -4
  647. package/dist/es6/popup/lib/hooks/useCloseOnEscape.js +2 -2
  648. package/dist/es6/popup/lib/hooks/useCloseOnFullscreenExit.d.ts +2 -2
  649. package/dist/es6/popup/lib/hooks/useCloseOnOutsideClick.d.ts +8 -8
  650. package/dist/es6/popup/lib/hooks/useCloseOnOutsideClick.js +6 -6
  651. package/dist/es6/popup/lib/hooks/useCloseOnTargetHidden.d.ts +2 -2
  652. package/dist/es6/popup/lib/hooks/useDisableBodyScroll.d.ts +2 -2
  653. package/dist/es6/popup/lib/hooks/useFocusRedirect.d.ts +2 -2
  654. package/dist/es6/popup/lib/hooks/useFocusTrap.d.ts +2 -2
  655. package/dist/es6/popup/lib/hooks/useInitialFocus.d.ts +4 -4
  656. package/dist/es6/popup/lib/hooks/useInitialFocus.js +2 -2
  657. package/dist/es6/popup/lib/hooks/usePopupCard.d.ts +3 -3
  658. package/dist/es6/popup/lib/hooks/usePopupCard.js +1 -1
  659. package/dist/es6/popup/lib/hooks/usePopupCloseButton.d.ts +5 -4
  660. package/dist/es6/popup/lib/hooks/usePopupCloseButton.d.ts.map +1 -1
  661. package/dist/es6/popup/lib/hooks/usePopupCloseButton.js +3 -2
  662. package/dist/es6/popup/lib/hooks/usePopupHeading.d.ts +3 -3
  663. package/dist/es6/popup/lib/hooks/usePopupHeading.js +1 -1
  664. package/dist/es6/popup/lib/hooks/usePopupModel.d.ts +13 -13
  665. package/dist/es6/popup/lib/hooks/usePopupPopper.d.ts +4 -3
  666. package/dist/es6/popup/lib/hooks/usePopupPopper.d.ts.map +1 -1
  667. package/dist/es6/popup/lib/hooks/usePopupPopper.js +2 -1
  668. package/dist/es6/popup/lib/hooks/usePopupStack.d.ts +27 -19
  669. package/dist/es6/popup/lib/hooks/usePopupStack.d.ts.map +1 -1
  670. package/dist/es6/popup/lib/hooks/usePopupStack.js +26 -18
  671. package/dist/es6/popup/lib/hooks/usePopupTarget.d.ts +3 -3
  672. package/dist/es6/popup/lib/hooks/usePopupTarget.js +1 -1
  673. package/dist/es6/popup/lib/hooks/usePopupTargetContext.d.ts +2 -2
  674. package/dist/es6/popup/lib/hooks/useReturnFocus.d.ts +4 -4
  675. package/dist/es6/popup/lib/hooks/useReturnFocus.js +2 -2
  676. package/dist/es6/popup/lib/hooks/useTransferOnFullscreenEnter.d.ts +2 -2
  677. package/dist/es6/popup/lib/hooks/useTransferOnFullscreenExit.d.ts +2 -2
  678. package/dist/es6/radio/lib/Radio.d.ts +1 -1
  679. package/dist/es6/radio/lib/Radio.d.ts.map +1 -1
  680. package/dist/es6/radio/lib/Radio.js +1 -1
  681. package/dist/es6/radio/lib/RadioGroup.d.ts +1 -2
  682. package/dist/es6/radio/lib/RadioGroup.d.ts.map +1 -1
  683. package/dist/es6/radio/lib/RadioGroup.js +3 -1
  684. package/dist/es6/segmented-control/lib/SegmentedControl.d.ts +2 -2
  685. package/dist/es6/segmented-control/lib/SegmentedControlButton.d.ts +1 -1
  686. package/dist/es6/segmented-control/lib/SegmentedControlButton.d.ts.map +1 -1
  687. package/dist/es6/select/lib/Select.d.ts +1 -1
  688. package/dist/es6/select/lib/Select.d.ts.map +1 -1
  689. package/dist/es6/select/lib/Select.js +2 -2
  690. package/dist/es6/select/lib/SelectOption.js +2 -0
  691. package/dist/es6/side-panel/lib/SidePanel.js +3 -1
  692. package/dist/es6/skeleton/lib/parts/skeletonHeader.d.ts +1 -1
  693. package/dist/es6/skeleton/lib/parts/skeletonHeader.d.ts.map +1 -1
  694. package/dist/es6/skeleton/lib/parts/skeletonShape.d.ts +1 -1
  695. package/dist/es6/skeleton/lib/parts/skeletonShape.d.ts.map +1 -1
  696. package/dist/es6/skeleton/lib/parts/skeletonText.d.ts +1 -1
  697. package/dist/es6/skeleton/lib/parts/skeletonText.d.ts.map +1 -1
  698. package/dist/es6/skeleton/lib/skeleton.d.ts +30 -4
  699. package/dist/es6/skeleton/lib/skeleton.d.ts.map +1 -1
  700. package/dist/es6/skeleton/lib/skeleton.js +27 -1
  701. package/dist/es6/status-indicator/lib/StatusIndicator.js +2 -0
  702. package/dist/es6/switch/lib/Switch.d.ts +1 -1
  703. package/dist/es6/table/lib/Table.js +2 -0
  704. package/dist/es6/table/lib/TableRow.d.ts +2 -1
  705. package/dist/es6/table/lib/TableRow.d.ts.map +1 -1
  706. package/dist/es6/tabs/lib/Tabs.d.ts +585 -382
  707. package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
  708. package/dist/es6/tabs/lib/Tabs.js +94 -2
  709. package/dist/es6/tabs/lib/TabsItem.d.ts +15 -15
  710. package/dist/es6/tabs/lib/TabsList.d.ts +12 -12
  711. package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
  712. package/dist/es6/tabs/lib/TabsList.js +4 -1
  713. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +6 -6
  714. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +12 -12
  715. package/dist/es6/tabs/lib/TabsOverflowButton.js +2 -2
  716. package/dist/es6/tabs/lib/TabsPanel.d.ts +12 -12
  717. package/dist/es6/tabs/lib/TabsPanels.d.ts +8 -8
  718. package/dist/es6/tabs/lib/useTabsModel.d.ts +534 -506
  719. package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
  720. package/dist/es6/tabs/lib/useTabsModel.js +18 -1
  721. package/dist/es6/text/lib/LabelText.d.ts +4 -9
  722. package/dist/es6/text/lib/LabelText.d.ts.map +1 -1
  723. package/dist/es6/text/lib/LabelText.js +3 -8
  724. package/dist/es6/text/lib/Text.d.ts +11 -15
  725. package/dist/es6/text/lib/Text.d.ts.map +1 -1
  726. package/dist/es6/text/lib/Text.js +10 -12
  727. package/dist/es6/text/lib/TypeLevelComponents.d.ts +4 -24
  728. package/dist/es6/text/lib/TypeLevelComponents.d.ts.map +1 -1
  729. package/dist/es6/text/lib/TypeLevelComponents.js +0 -20
  730. package/dist/es6/text-area/lib/TextArea.d.ts +1 -1
  731. package/dist/es6/text-input/lib/TextInput.d.ts +1 -1
  732. package/dist/es6/toast/lib/Toast.d.ts +1 -1
  733. package/dist/es6/toast/lib/Toast.d.ts.map +1 -1
  734. package/dist/es6/tokens/lib/type/index.d.ts +7 -7
  735. package/dist/es6/tokens/lib/type/index.js +2 -2
  736. package/dist/es6/tooltip/lib/Tooltip.d.ts +1 -1
  737. package/dist/es6/tooltip/lib/Tooltip.d.ts.map +1 -1
  738. package/dist/es6/tooltip/lib/Tooltip.js +23 -20
  739. package/dist/es6/tooltip/lib/TooltipContainer.d.ts +1 -1
  740. package/dist/es6/tooltip/lib/useTooltip.d.ts.map +1 -1
  741. package/dist/es6/tooltip/lib/useTooltip.js +16 -11
  742. package/form-field/lib/FormField.tsx +1 -3
  743. package/icon/lib/SystemIcon.tsx +0 -1
  744. package/layout/README.md +2 -8
  745. package/layout/lib/utils/border/color.ts +7 -7
  746. package/layout/lib/utils/layout.ts +1 -1
  747. package/menu/lib/Menu.tsx +37 -9
  748. package/menu/lib/MenuTarget.tsx +1 -1
  749. package/modal/lib/Modal.tsx +76 -5
  750. package/package.json +3 -3
  751. package/pagination/lib/Pagination/AdditionalDetails.tsx +30 -20
  752. package/pagination/lib/Pagination/Controls.tsx +121 -98
  753. package/pagination/lib/Pagination/GoTo/Form.tsx +32 -18
  754. package/pagination/lib/Pagination/GoTo/Label.tsx +21 -10
  755. package/pagination/lib/Pagination/GoTo/TextInput.tsx +11 -7
  756. package/pagination/lib/Pagination/GoTo/useGoToForm.tsx +2 -0
  757. package/pagination/lib/Pagination/Nav.tsx +1 -2
  758. package/pagination/lib/Pagination/PageButton.tsx +34 -31
  759. package/pagination/lib/Pagination/PageList.tsx +34 -20
  760. package/pagination/lib/Pagination/Pagination.tsx +256 -139
  761. package/pagination/lib/Pagination/common/utils/helpers.ts +45 -15
  762. package/pagination/lib/Pagination/usePaginationModel.ts +4 -7
  763. package/popup/lib/Popper.tsx +16 -1
  764. package/popup/lib/Popup.tsx +85 -4
  765. package/popup/lib/hooks/useBringToTopOnClick.ts +4 -4
  766. package/popup/lib/hooks/useCloseOnEscape.ts +2 -2
  767. package/popup/lib/hooks/useCloseOnOutsideClick.ts +6 -6
  768. package/popup/lib/hooks/useInitialFocus.tsx +2 -2
  769. package/popup/lib/hooks/usePopupCard.ts +1 -1
  770. package/popup/lib/hooks/usePopupCloseButton.ts +3 -2
  771. package/popup/lib/hooks/usePopupHeading.ts +1 -1
  772. package/popup/lib/hooks/usePopupPopper.ts +2 -1
  773. package/popup/lib/hooks/usePopupStack.ts +26 -18
  774. package/popup/lib/hooks/usePopupTarget.ts +1 -1
  775. package/popup/lib/hooks/useReturnFocus.tsx +2 -2
  776. package/radio/lib/RadioGroup.tsx +1 -3
  777. package/select/lib/Select.tsx +2 -15
  778. package/skeleton/lib/skeleton.tsx +27 -1
  779. package/tabs/lib/Tabs.tsx +95 -3
  780. package/tabs/lib/TabsItem.tsx +2 -2
  781. package/tabs/lib/TabsList.tsx +4 -1
  782. package/tabs/lib/TabsOverflowButton.tsx +3 -3
  783. package/tabs/lib/TabsPanel.tsx +2 -2
  784. package/tabs/lib/useTabsModel.tsx +16 -0
  785. package/text/lib/LabelText.tsx +3 -8
  786. package/text/lib/Text.tsx +17 -21
  787. package/text/lib/TypeLevelComponents.tsx +0 -20
  788. package/tokens/lib/type/index.ts +8 -8
  789. package/tooltip/lib/Tooltip.tsx +42 -39
  790. package/tooltip/lib/useTooltip.tsx +18 -11
  791. package/dist/commonjs/pagination/lib/Pagination/GoTo/GoTo.d.ts +0 -17
  792. package/dist/commonjs/pagination/lib/Pagination/GoTo/GoTo.d.ts.map +0 -1
  793. package/dist/commonjs/pagination/lib/Pagination/GoTo/GoTo.js +0 -58
  794. package/dist/commonjs/pagination/lib/Pagination/GoTo/index.d.ts +0 -4
  795. package/dist/commonjs/pagination/lib/Pagination/GoTo/index.d.ts.map +0 -1
  796. package/dist/commonjs/pagination/lib/Pagination/GoTo/index.js +0 -16
  797. package/dist/es6/pagination/lib/Pagination/GoTo/GoTo.d.ts +0 -17
  798. package/dist/es6/pagination/lib/Pagination/GoTo/GoTo.d.ts.map +0 -1
  799. package/dist/es6/pagination/lib/Pagination/GoTo/GoTo.js +0 -35
  800. package/dist/es6/pagination/lib/Pagination/GoTo/index.d.ts +0 -4
  801. package/dist/es6/pagination/lib/Pagination/GoTo/index.d.ts.map +0 -1
  802. package/dist/es6/pagination/lib/Pagination/GoTo/index.js +0 -3
  803. package/pagination/lib/Pagination/GoTo/GoTo.tsx +0 -36
  804. package/pagination/lib/Pagination/GoTo/index.ts +0 -4
@@ -5,7 +5,25 @@ export interface ActionBarProps {
5
5
  */
6
6
  children: React.ReactNode;
7
7
  }
8
- export declare const ActionBar: import("../../common").ComponentM<ActionBarProps & Partial<{
8
+ /**
9
+ * `ActionBar` is a container component that is responsible for creating an {@link ActionBarModel}
10
+ * and sharing it with its subcomponents using React context. It does not represent a real element.
11
+ *
12
+ * ```tsx
13
+ * <ActionBar items={[]}>{Child components}</ActionBar>
14
+ * ```
15
+ *
16
+ * Alternatively, you may pass in a model using the hoisted model pattern.
17
+ *
18
+ * ```tsx
19
+ * const model = useActionBarModel({
20
+ * items: [],
21
+ * });
22
+ *
23
+ * <ActionBar model={model}>{Child components}</ActionBar>;
24
+ * ```
25
+ */
26
+ export declare const ActionBar: import("@workday/canvas-kit-react/common").ComponentM<ActionBarProps & Partial<{
9
27
  id: string;
10
28
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
11
29
  menuConfig: Partial<{
@@ -47,13 +65,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
47
65
  onSelect?: ((data: {
48
66
  id: string;
49
67
  }, prevState: {
50
- hiddenIds: string[];
68
+ hiddenIds: string[]; /**
69
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
70
+ * prop is passed.
71
+ *
72
+ * ```tsx
73
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
74
+ * First Action
75
+ * </ActionBar.Item>
76
+ * ```
77
+ */
51
78
  nonInteractiveIds: string[];
52
79
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
53
80
  itemWidthCache: Record<string, number>;
54
81
  containerWidth: number;
55
82
  overflowTargetWidth: number;
56
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
83
+ selectedIds: string[] | "all";
57
84
  unselectedIds: string[];
58
85
  cursorId: string;
59
86
  columnCount: number;
@@ -74,13 +101,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
74
101
  onSetContainerWidth?: ((data: {
75
102
  width?: number | undefined;
76
103
  }, prevState: {
77
- hiddenIds: string[];
104
+ hiddenIds: string[]; /**
105
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
106
+ * prop is passed.
107
+ *
108
+ * ```tsx
109
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
110
+ * First Action
111
+ * </ActionBar.Item>
112
+ * ```
113
+ */
78
114
  nonInteractiveIds: string[];
79
115
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
80
116
  itemWidthCache: Record<string, number>;
81
117
  containerWidth: number;
82
118
  overflowTargetWidth: number;
83
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
119
+ selectedIds: string[] | "all";
84
120
  unselectedIds: string[];
85
121
  cursorId: string;
86
122
  columnCount: number;
@@ -101,13 +137,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
101
137
  onSetOverflowTargetWidth?: ((data: {
102
138
  width: number;
103
139
  }, prevState: {
104
- hiddenIds: string[];
140
+ hiddenIds: string[]; /**
141
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
142
+ * prop is passed.
143
+ *
144
+ * ```tsx
145
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
146
+ * First Action
147
+ * </ActionBar.Item>
148
+ * ```
149
+ */
105
150
  nonInteractiveIds: string[];
106
151
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
107
152
  itemWidthCache: Record<string, number>;
108
153
  containerWidth: number;
109
154
  overflowTargetWidth: number;
110
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
155
+ selectedIds: string[] | "all";
111
156
  unselectedIds: string[];
112
157
  cursorId: string;
113
158
  columnCount: number;
@@ -129,13 +174,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
129
174
  id: string;
130
175
  width: number;
131
176
  }, prevState: {
132
- hiddenIds: string[];
177
+ hiddenIds: string[]; /**
178
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
179
+ * prop is passed.
180
+ *
181
+ * ```tsx
182
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
183
+ * First Action
184
+ * </ActionBar.Item>
185
+ * ```
186
+ */
133
187
  nonInteractiveIds: string[];
134
188
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
135
189
  itemWidthCache: Record<string, number>;
136
190
  containerWidth: number;
137
191
  overflowTargetWidth: number;
138
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
192
+ selectedIds: string[] | "all";
139
193
  unselectedIds: string[];
140
194
  cursorId: string;
141
195
  columnCount: number;
@@ -156,13 +210,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
156
210
  onRemoveItemWidth?: ((data: {
157
211
  id: string;
158
212
  }, prevState: {
159
- hiddenIds: string[];
213
+ hiddenIds: string[]; /**
214
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
215
+ * prop is passed.
216
+ *
217
+ * ```tsx
218
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
219
+ * First Action
220
+ * </ActionBar.Item>
221
+ * ```
222
+ */
160
223
  nonInteractiveIds: string[];
161
224
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
162
225
  itemWidthCache: Record<string, number>;
163
226
  containerWidth: number;
164
227
  overflowTargetWidth: number;
165
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
228
+ selectedIds: string[] | "all";
166
229
  unselectedIds: string[];
167
230
  cursorId: string;
168
231
  columnCount: number;
@@ -183,13 +246,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
183
246
  onAddHiddenKey?: ((data: {
184
247
  id: string;
185
248
  }, prevState: {
186
- hiddenIds: string[];
249
+ hiddenIds: string[]; /**
250
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
251
+ * prop is passed.
252
+ *
253
+ * ```tsx
254
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
255
+ * First Action
256
+ * </ActionBar.Item>
257
+ * ```
258
+ */
187
259
  nonInteractiveIds: string[];
188
260
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
189
261
  itemWidthCache: Record<string, number>;
190
262
  containerWidth: number;
191
263
  overflowTargetWidth: number;
192
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
264
+ selectedIds: string[] | "all";
193
265
  unselectedIds: string[];
194
266
  cursorId: string;
195
267
  columnCount: number;
@@ -210,13 +282,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
210
282
  onRemoveHiddenKey?: ((data: {
211
283
  id: string;
212
284
  }, prevState: {
213
- hiddenIds: string[];
285
+ hiddenIds: string[]; /**
286
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
287
+ * prop is passed.
288
+ *
289
+ * ```tsx
290
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
291
+ * First Action
292
+ * </ActionBar.Item>
293
+ * ```
294
+ */
214
295
  nonInteractiveIds: string[];
215
296
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
216
297
  itemWidthCache: Record<string, number>;
217
298
  containerWidth: number;
218
299
  overflowTargetWidth: number;
219
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
300
+ selectedIds: string[] | "all";
220
301
  unselectedIds: string[];
221
302
  cursorId: string;
222
303
  columnCount: number;
@@ -235,13 +316,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
235
316
  items: import("../..").Item<any>[];
236
317
  }) => void) | undefined;
237
318
  onSelectAll?: ((data: undefined, prevState: {
238
- hiddenIds: string[];
319
+ hiddenIds: string[]; /**
320
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
321
+ * prop is passed.
322
+ *
323
+ * ```tsx
324
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
325
+ * First Action
326
+ * </ActionBar.Item>
327
+ * ```
328
+ */
239
329
  nonInteractiveIds: string[];
240
330
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
241
331
  itemWidthCache: Record<string, number>;
242
332
  containerWidth: number;
243
333
  overflowTargetWidth: number;
244
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
334
+ selectedIds: string[] | "all";
245
335
  unselectedIds: string[];
246
336
  cursorId: string;
247
337
  columnCount: number;
@@ -260,13 +350,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
260
350
  items: import("../..").Item<any>[];
261
351
  }) => void) | undefined;
262
352
  onUnselectAll?: ((data: undefined, prevState: {
263
- hiddenIds: string[];
353
+ hiddenIds: string[]; /**
354
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
355
+ * prop is passed.
356
+ *
357
+ * ```tsx
358
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
359
+ * First Action
360
+ * </ActionBar.Item>
361
+ * ```
362
+ */
264
363
  nonInteractiveIds: string[];
265
364
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
266
365
  itemWidthCache: Record<string, number>;
267
366
  containerWidth: number;
268
367
  overflowTargetWidth: number;
269
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
368
+ selectedIds: string[] | "all";
270
369
  unselectedIds: string[];
271
370
  cursorId: string;
272
371
  columnCount: number;
@@ -288,13 +387,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
288
387
  item: any;
289
388
  textValue: string;
290
389
  }, prevState: {
291
- hiddenIds: string[];
390
+ hiddenIds: string[]; /**
391
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
392
+ * prop is passed.
393
+ *
394
+ * ```tsx
395
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
396
+ * First Action
397
+ * </ActionBar.Item>
398
+ * ```
399
+ */
292
400
  nonInteractiveIds: string[];
293
401
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
294
402
  itemWidthCache: Record<string, number>;
295
403
  containerWidth: number;
296
404
  overflowTargetWidth: number;
297
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
405
+ selectedIds: string[] | "all";
298
406
  unselectedIds: string[];
299
407
  cursorId: string;
300
408
  columnCount: number;
@@ -315,13 +423,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
315
423
  onGoTo?: ((data: {
316
424
  id: string;
317
425
  }, prevState: {
318
- hiddenIds: string[];
426
+ hiddenIds: string[]; /**
427
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
428
+ * prop is passed.
429
+ *
430
+ * ```tsx
431
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
432
+ * First Action
433
+ * </ActionBar.Item>
434
+ * ```
435
+ */
319
436
  nonInteractiveIds: string[];
320
437
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
321
438
  itemWidthCache: Record<string, number>;
322
439
  containerWidth: number;
323
440
  overflowTargetWidth: number;
324
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
441
+ selectedIds: string[] | "all";
325
442
  unselectedIds: string[];
326
443
  cursorId: string;
327
444
  columnCount: number;
@@ -340,13 +457,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
340
457
  items: import("../..").Item<any>[];
341
458
  }) => void) | undefined;
342
459
  onGoToNext?: ((data: undefined, prevState: {
343
- hiddenIds: string[];
460
+ hiddenIds: string[]; /**
461
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
462
+ * prop is passed.
463
+ *
464
+ * ```tsx
465
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
466
+ * First Action
467
+ * </ActionBar.Item>
468
+ * ```
469
+ */
344
470
  nonInteractiveIds: string[];
345
471
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
346
472
  itemWidthCache: Record<string, number>;
347
473
  containerWidth: number;
348
474
  overflowTargetWidth: number;
349
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
475
+ selectedIds: string[] | "all";
350
476
  unselectedIds: string[];
351
477
  cursorId: string;
352
478
  columnCount: number;
@@ -365,13 +491,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
365
491
  items: import("../..").Item<any>[];
366
492
  }) => void) | undefined;
367
493
  onGoToPrevious?: ((data: undefined, prevState: {
368
- hiddenIds: string[];
494
+ hiddenIds: string[]; /**
495
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
496
+ * prop is passed.
497
+ *
498
+ * ```tsx
499
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
500
+ * First Action
501
+ * </ActionBar.Item>
502
+ * ```
503
+ */
369
504
  nonInteractiveIds: string[];
370
505
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
371
506
  itemWidthCache: Record<string, number>;
372
507
  containerWidth: number;
373
508
  overflowTargetWidth: number;
374
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
509
+ selectedIds: string[] | "all";
375
510
  unselectedIds: string[];
376
511
  cursorId: string;
377
512
  columnCount: number;
@@ -390,13 +525,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
390
525
  items: import("../..").Item<any>[];
391
526
  }) => void) | undefined;
392
527
  onGoToPreviousRow?: ((data: undefined, prevState: {
393
- hiddenIds: string[];
528
+ hiddenIds: string[]; /**
529
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
530
+ * prop is passed.
531
+ *
532
+ * ```tsx
533
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
534
+ * First Action
535
+ * </ActionBar.Item>
536
+ * ```
537
+ */
394
538
  nonInteractiveIds: string[];
395
539
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
396
540
  itemWidthCache: Record<string, number>;
397
541
  containerWidth: number;
398
542
  overflowTargetWidth: number;
399
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
543
+ selectedIds: string[] | "all";
400
544
  unselectedIds: string[];
401
545
  cursorId: string;
402
546
  columnCount: number;
@@ -415,13 +559,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
415
559
  items: import("../..").Item<any>[];
416
560
  }) => void) | undefined;
417
561
  onGoToNextRow?: ((data: undefined, prevState: {
418
- hiddenIds: string[];
562
+ hiddenIds: string[]; /**
563
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
564
+ * prop is passed.
565
+ *
566
+ * ```tsx
567
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
568
+ * First Action
569
+ * </ActionBar.Item>
570
+ * ```
571
+ */
419
572
  nonInteractiveIds: string[];
420
573
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
421
574
  itemWidthCache: Record<string, number>;
422
575
  containerWidth: number;
423
576
  overflowTargetWidth: number;
424
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
577
+ selectedIds: string[] | "all";
425
578
  unselectedIds: string[];
426
579
  cursorId: string;
427
580
  columnCount: number;
@@ -440,13 +593,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
440
593
  items: import("../..").Item<any>[];
441
594
  }) => void) | undefined;
442
595
  onGoToFirst?: ((data: undefined, prevState: {
443
- hiddenIds: string[];
596
+ hiddenIds: string[]; /**
597
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
598
+ * prop is passed.
599
+ *
600
+ * ```tsx
601
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
602
+ * First Action
603
+ * </ActionBar.Item>
604
+ * ```
605
+ */
444
606
  nonInteractiveIds: string[];
445
607
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
446
608
  itemWidthCache: Record<string, number>;
447
609
  containerWidth: number;
448
610
  overflowTargetWidth: number;
449
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
611
+ selectedIds: string[] | "all";
450
612
  unselectedIds: string[];
451
613
  cursorId: string;
452
614
  columnCount: number;
@@ -465,13 +627,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
465
627
  items: import("../..").Item<any>[];
466
628
  }) => void) | undefined;
467
629
  onGoToLast?: ((data: undefined, prevState: {
468
- hiddenIds: string[];
630
+ hiddenIds: string[]; /**
631
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
632
+ * prop is passed.
633
+ *
634
+ * ```tsx
635
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
636
+ * First Action
637
+ * </ActionBar.Item>
638
+ * ```
639
+ */
469
640
  nonInteractiveIds: string[];
470
641
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
471
642
  itemWidthCache: Record<string, number>;
472
643
  containerWidth: number;
473
644
  overflowTargetWidth: number;
474
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
645
+ selectedIds: string[] | "all";
475
646
  unselectedIds: string[];
476
647
  cursorId: string;
477
648
  columnCount: number;
@@ -490,13 +661,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
490
661
  items: import("../..").Item<any>[];
491
662
  }) => void) | undefined;
492
663
  onGoToFirstOfRow?: ((data: undefined, prevState: {
493
- hiddenIds: string[];
664
+ hiddenIds: string[]; /**
665
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
666
+ * prop is passed.
667
+ *
668
+ * ```tsx
669
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
670
+ * First Action
671
+ * </ActionBar.Item>
672
+ * ```
673
+ */
494
674
  nonInteractiveIds: string[];
495
675
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
496
676
  itemWidthCache: Record<string, number>;
497
677
  containerWidth: number;
498
678
  overflowTargetWidth: number;
499
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
679
+ selectedIds: string[] | "all";
500
680
  unselectedIds: string[];
501
681
  cursorId: string;
502
682
  columnCount: number;
@@ -515,13 +695,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
515
695
  items: import("../..").Item<any>[];
516
696
  }) => void) | undefined;
517
697
  onGoToLastOfRow?: ((data: undefined, prevState: {
518
- hiddenIds: string[];
698
+ hiddenIds: string[]; /**
699
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
700
+ * prop is passed.
701
+ *
702
+ * ```tsx
703
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
704
+ * First Action
705
+ * </ActionBar.Item>
706
+ * ```
707
+ */
519
708
  nonInteractiveIds: string[];
520
709
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
521
710
  itemWidthCache: Record<string, number>;
522
711
  containerWidth: number;
523
712
  overflowTargetWidth: number;
524
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
713
+ selectedIds: string[] | "all";
525
714
  unselectedIds: string[];
526
715
  cursorId: string;
527
716
  columnCount: number;
@@ -540,13 +729,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
540
729
  items: import("../..").Item<any>[];
541
730
  }) => void) | undefined;
542
731
  onGoToNextPage?: ((data: undefined, prevState: {
543
- hiddenIds: string[];
732
+ hiddenIds: string[]; /**
733
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
734
+ * prop is passed.
735
+ *
736
+ * ```tsx
737
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
738
+ * First Action
739
+ * </ActionBar.Item>
740
+ * ```
741
+ */
544
742
  nonInteractiveIds: string[];
545
743
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
546
744
  itemWidthCache: Record<string, number>;
547
745
  containerWidth: number;
548
746
  overflowTargetWidth: number;
549
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
747
+ selectedIds: string[] | "all";
550
748
  unselectedIds: string[];
551
749
  cursorId: string;
552
750
  columnCount: number;
@@ -565,13 +763,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
565
763
  items: import("../..").Item<any>[];
566
764
  }) => void) | undefined;
567
765
  onGoToPreviousPage?: ((data: undefined, prevState: {
568
- hiddenIds: string[];
766
+ hiddenIds: string[]; /**
767
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
768
+ * prop is passed.
769
+ *
770
+ * ```tsx
771
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
772
+ * First Action
773
+ * </ActionBar.Item>
774
+ * ```
775
+ */
569
776
  nonInteractiveIds: string[];
570
777
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
571
778
  itemWidthCache: Record<string, number>;
572
779
  containerWidth: number;
573
780
  overflowTargetWidth: number;
574
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
781
+ selectedIds: string[] | "all";
575
782
  unselectedIds: string[];
576
783
  cursorId: string;
577
784
  columnCount: number;
@@ -592,13 +799,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
592
799
  onUnregisterItem?: ((data: {
593
800
  id: string;
594
801
  }, prevState: {
595
- hiddenIds: string[];
802
+ hiddenIds: string[]; /**
803
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
804
+ * prop is passed.
805
+ *
806
+ * ```tsx
807
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
808
+ * First Action
809
+ * </ActionBar.Item>
810
+ * ```
811
+ */
596
812
  nonInteractiveIds: string[];
597
813
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
598
814
  itemWidthCache: Record<string, number>;
599
815
  containerWidth: number;
600
816
  overflowTargetWidth: number;
601
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
817
+ selectedIds: string[] | "all";
602
818
  unselectedIds: string[];
603
819
  cursorId: string;
604
820
  columnCount: number;
@@ -619,13 +835,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
619
835
  onUpdateItemHeight?: ((data: {
620
836
  value: number;
621
837
  }, prevState: {
622
- hiddenIds: string[];
838
+ hiddenIds: string[]; /**
839
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
840
+ * prop is passed.
841
+ *
842
+ * ```tsx
843
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
844
+ * First Action
845
+ * </ActionBar.Item>
846
+ * ```
847
+ */
623
848
  nonInteractiveIds: string[];
624
849
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
625
850
  itemWidthCache: Record<string, number>;
626
851
  containerWidth: number;
627
852
  overflowTargetWidth: number;
628
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
853
+ selectedIds: string[] | "all";
629
854
  unselectedIds: string[];
630
855
  cursorId: string;
631
856
  columnCount: number;
@@ -647,13 +872,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
647
872
  shouldSelect?: ((data: {
648
873
  id: string;
649
874
  }, state: {
650
- hiddenIds: string[];
875
+ hiddenIds: string[]; /**
876
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
877
+ * prop is passed.
878
+ *
879
+ * ```tsx
880
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
881
+ * First Action
882
+ * </ActionBar.Item>
883
+ * ```
884
+ */
651
885
  nonInteractiveIds: string[];
652
886
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
653
887
  itemWidthCache: Record<string, number>;
654
888
  containerWidth: number;
655
889
  overflowTargetWidth: number;
656
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
890
+ selectedIds: string[] | "all";
657
891
  unselectedIds: string[];
658
892
  cursorId: string;
659
893
  columnCount: number;
@@ -674,13 +908,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
674
908
  shouldSetContainerWidth?: ((data: {
675
909
  width?: number | undefined;
676
910
  }, state: {
677
- hiddenIds: string[];
911
+ hiddenIds: string[]; /**
912
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
913
+ * prop is passed.
914
+ *
915
+ * ```tsx
916
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
917
+ * First Action
918
+ * </ActionBar.Item>
919
+ * ```
920
+ */
678
921
  nonInteractiveIds: string[];
679
922
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
680
923
  itemWidthCache: Record<string, number>;
681
924
  containerWidth: number;
682
925
  overflowTargetWidth: number;
683
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
926
+ selectedIds: string[] | "all";
684
927
  unselectedIds: string[];
685
928
  cursorId: string;
686
929
  columnCount: number;
@@ -701,13 +944,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
701
944
  shouldSetOverflowTargetWidth?: ((data: {
702
945
  width: number;
703
946
  }, state: {
704
- hiddenIds: string[];
947
+ hiddenIds: string[]; /**
948
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
949
+ * prop is passed.
950
+ *
951
+ * ```tsx
952
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
953
+ * First Action
954
+ * </ActionBar.Item>
955
+ * ```
956
+ */
705
957
  nonInteractiveIds: string[];
706
958
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
707
959
  itemWidthCache: Record<string, number>;
708
960
  containerWidth: number;
709
961
  overflowTargetWidth: number;
710
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
962
+ selectedIds: string[] | "all";
711
963
  unselectedIds: string[];
712
964
  cursorId: string;
713
965
  columnCount: number;
@@ -729,13 +981,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
729
981
  id: string;
730
982
  width: number;
731
983
  }, state: {
732
- hiddenIds: string[];
984
+ hiddenIds: string[]; /**
985
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
986
+ * prop is passed.
987
+ *
988
+ * ```tsx
989
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
990
+ * First Action
991
+ * </ActionBar.Item>
992
+ * ```
993
+ */
733
994
  nonInteractiveIds: string[];
734
995
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
735
996
  itemWidthCache: Record<string, number>;
736
997
  containerWidth: number;
737
998
  overflowTargetWidth: number;
738
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
999
+ selectedIds: string[] | "all";
739
1000
  unselectedIds: string[];
740
1001
  cursorId: string;
741
1002
  columnCount: number;
@@ -756,13 +1017,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
756
1017
  shouldRemoveItemWidth?: ((data: {
757
1018
  id: string;
758
1019
  }, state: {
759
- hiddenIds: string[];
1020
+ hiddenIds: string[]; /**
1021
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1022
+ * prop is passed.
1023
+ *
1024
+ * ```tsx
1025
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1026
+ * First Action
1027
+ * </ActionBar.Item>
1028
+ * ```
1029
+ */
760
1030
  nonInteractiveIds: string[];
761
1031
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
762
1032
  itemWidthCache: Record<string, number>;
763
1033
  containerWidth: number;
764
1034
  overflowTargetWidth: number;
765
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1035
+ selectedIds: string[] | "all";
766
1036
  unselectedIds: string[];
767
1037
  cursorId: string;
768
1038
  columnCount: number;
@@ -783,13 +1053,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
783
1053
  shouldAddHiddenKey?: ((data: {
784
1054
  id: string;
785
1055
  }, state: {
786
- hiddenIds: string[];
1056
+ hiddenIds: string[]; /**
1057
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1058
+ * prop is passed.
1059
+ *
1060
+ * ```tsx
1061
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1062
+ * First Action
1063
+ * </ActionBar.Item>
1064
+ * ```
1065
+ */
787
1066
  nonInteractiveIds: string[];
788
1067
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
789
1068
  itemWidthCache: Record<string, number>;
790
1069
  containerWidth: number;
791
1070
  overflowTargetWidth: number;
792
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1071
+ selectedIds: string[] | "all";
793
1072
  unselectedIds: string[];
794
1073
  cursorId: string;
795
1074
  columnCount: number;
@@ -810,13 +1089,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
810
1089
  shouldRemoveHiddenKey?: ((data: {
811
1090
  id: string;
812
1091
  }, state: {
813
- hiddenIds: string[];
1092
+ hiddenIds: string[]; /**
1093
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1094
+ * prop is passed.
1095
+ *
1096
+ * ```tsx
1097
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1098
+ * First Action
1099
+ * </ActionBar.Item>
1100
+ * ```
1101
+ */
814
1102
  nonInteractiveIds: string[];
815
1103
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
816
1104
  itemWidthCache: Record<string, number>;
817
1105
  containerWidth: number;
818
1106
  overflowTargetWidth: number;
819
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1107
+ selectedIds: string[] | "all";
820
1108
  unselectedIds: string[];
821
1109
  cursorId: string;
822
1110
  columnCount: number;
@@ -835,13 +1123,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
835
1123
  items: import("../..").Item<any>[];
836
1124
  }) => boolean) | undefined;
837
1125
  shouldSelectAll?: ((data: undefined, state: {
838
- hiddenIds: string[];
1126
+ hiddenIds: string[]; /**
1127
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1128
+ * prop is passed.
1129
+ *
1130
+ * ```tsx
1131
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1132
+ * First Action
1133
+ * </ActionBar.Item>
1134
+ * ```
1135
+ */
839
1136
  nonInteractiveIds: string[];
840
1137
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
841
1138
  itemWidthCache: Record<string, number>;
842
1139
  containerWidth: number;
843
1140
  overflowTargetWidth: number;
844
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1141
+ selectedIds: string[] | "all";
845
1142
  unselectedIds: string[];
846
1143
  cursorId: string;
847
1144
  columnCount: number;
@@ -860,13 +1157,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
860
1157
  items: import("../..").Item<any>[];
861
1158
  }) => boolean) | undefined;
862
1159
  shouldUnselectAll?: ((data: undefined, state: {
863
- hiddenIds: string[];
1160
+ hiddenIds: string[]; /**
1161
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1162
+ * prop is passed.
1163
+ *
1164
+ * ```tsx
1165
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1166
+ * First Action
1167
+ * </ActionBar.Item>
1168
+ * ```
1169
+ */
864
1170
  nonInteractiveIds: string[];
865
1171
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
866
1172
  itemWidthCache: Record<string, number>;
867
1173
  containerWidth: number;
868
1174
  overflowTargetWidth: number;
869
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1175
+ selectedIds: string[] | "all";
870
1176
  unselectedIds: string[];
871
1177
  cursorId: string;
872
1178
  columnCount: number;
@@ -888,13 +1194,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
888
1194
  item: any;
889
1195
  textValue: string;
890
1196
  }, state: {
891
- hiddenIds: string[];
1197
+ hiddenIds: string[]; /**
1198
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1199
+ * prop is passed.
1200
+ *
1201
+ * ```tsx
1202
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1203
+ * First Action
1204
+ * </ActionBar.Item>
1205
+ * ```
1206
+ */
892
1207
  nonInteractiveIds: string[];
893
1208
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
894
1209
  itemWidthCache: Record<string, number>;
895
1210
  containerWidth: number;
896
1211
  overflowTargetWidth: number;
897
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1212
+ selectedIds: string[] | "all";
898
1213
  unselectedIds: string[];
899
1214
  cursorId: string;
900
1215
  columnCount: number;
@@ -915,13 +1230,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
915
1230
  shouldGoTo?: ((data: {
916
1231
  id: string;
917
1232
  }, state: {
918
- hiddenIds: string[];
1233
+ hiddenIds: string[]; /**
1234
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1235
+ * prop is passed.
1236
+ *
1237
+ * ```tsx
1238
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1239
+ * First Action
1240
+ * </ActionBar.Item>
1241
+ * ```
1242
+ */
919
1243
  nonInteractiveIds: string[];
920
1244
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
921
1245
  itemWidthCache: Record<string, number>;
922
1246
  containerWidth: number;
923
1247
  overflowTargetWidth: number;
924
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1248
+ selectedIds: string[] | "all";
925
1249
  unselectedIds: string[];
926
1250
  cursorId: string;
927
1251
  columnCount: number;
@@ -940,13 +1264,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
940
1264
  items: import("../..").Item<any>[];
941
1265
  }) => boolean) | undefined;
942
1266
  shouldGoToNext?: ((data: undefined, state: {
943
- hiddenIds: string[];
1267
+ hiddenIds: string[]; /**
1268
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1269
+ * prop is passed.
1270
+ *
1271
+ * ```tsx
1272
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1273
+ * First Action
1274
+ * </ActionBar.Item>
1275
+ * ```
1276
+ */
944
1277
  nonInteractiveIds: string[];
945
1278
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
946
1279
  itemWidthCache: Record<string, number>;
947
1280
  containerWidth: number;
948
1281
  overflowTargetWidth: number;
949
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1282
+ selectedIds: string[] | "all";
950
1283
  unselectedIds: string[];
951
1284
  cursorId: string;
952
1285
  columnCount: number;
@@ -965,13 +1298,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
965
1298
  items: import("../..").Item<any>[];
966
1299
  }) => boolean) | undefined;
967
1300
  shouldGoToPrevious?: ((data: undefined, state: {
968
- hiddenIds: string[];
1301
+ hiddenIds: string[]; /**
1302
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1303
+ * prop is passed.
1304
+ *
1305
+ * ```tsx
1306
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1307
+ * First Action
1308
+ * </ActionBar.Item>
1309
+ * ```
1310
+ */
969
1311
  nonInteractiveIds: string[];
970
1312
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
971
1313
  itemWidthCache: Record<string, number>;
972
1314
  containerWidth: number;
973
1315
  overflowTargetWidth: number;
974
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1316
+ selectedIds: string[] | "all";
975
1317
  unselectedIds: string[];
976
1318
  cursorId: string;
977
1319
  columnCount: number;
@@ -990,13 +1332,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
990
1332
  items: import("../..").Item<any>[];
991
1333
  }) => boolean) | undefined;
992
1334
  shouldGoToPreviousRow?: ((data: undefined, state: {
993
- hiddenIds: string[];
1335
+ hiddenIds: string[]; /**
1336
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1337
+ * prop is passed.
1338
+ *
1339
+ * ```tsx
1340
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1341
+ * First Action
1342
+ * </ActionBar.Item>
1343
+ * ```
1344
+ */
994
1345
  nonInteractiveIds: string[];
995
1346
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
996
1347
  itemWidthCache: Record<string, number>;
997
1348
  containerWidth: number;
998
1349
  overflowTargetWidth: number;
999
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1350
+ selectedIds: string[] | "all";
1000
1351
  unselectedIds: string[];
1001
1352
  cursorId: string;
1002
1353
  columnCount: number;
@@ -1015,13 +1366,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1015
1366
  items: import("../..").Item<any>[];
1016
1367
  }) => boolean) | undefined;
1017
1368
  shouldGoToNextRow?: ((data: undefined, state: {
1018
- hiddenIds: string[];
1369
+ hiddenIds: string[]; /**
1370
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1371
+ * prop is passed.
1372
+ *
1373
+ * ```tsx
1374
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1375
+ * First Action
1376
+ * </ActionBar.Item>
1377
+ * ```
1378
+ */
1019
1379
  nonInteractiveIds: string[];
1020
1380
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1021
1381
  itemWidthCache: Record<string, number>;
1022
1382
  containerWidth: number;
1023
1383
  overflowTargetWidth: number;
1024
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1384
+ selectedIds: string[] | "all";
1025
1385
  unselectedIds: string[];
1026
1386
  cursorId: string;
1027
1387
  columnCount: number;
@@ -1040,13 +1400,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1040
1400
  items: import("../..").Item<any>[];
1041
1401
  }) => boolean) | undefined;
1042
1402
  shouldGoToFirst?: ((data: undefined, state: {
1043
- hiddenIds: string[];
1403
+ hiddenIds: string[]; /**
1404
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1405
+ * prop is passed.
1406
+ *
1407
+ * ```tsx
1408
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1409
+ * First Action
1410
+ * </ActionBar.Item>
1411
+ * ```
1412
+ */
1044
1413
  nonInteractiveIds: string[];
1045
1414
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1046
1415
  itemWidthCache: Record<string, number>;
1047
1416
  containerWidth: number;
1048
1417
  overflowTargetWidth: number;
1049
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1418
+ selectedIds: string[] | "all";
1050
1419
  unselectedIds: string[];
1051
1420
  cursorId: string;
1052
1421
  columnCount: number;
@@ -1065,13 +1434,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1065
1434
  items: import("../..").Item<any>[];
1066
1435
  }) => boolean) | undefined;
1067
1436
  shouldGoToLast?: ((data: undefined, state: {
1068
- hiddenIds: string[];
1437
+ hiddenIds: string[]; /**
1438
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1439
+ * prop is passed.
1440
+ *
1441
+ * ```tsx
1442
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1443
+ * First Action
1444
+ * </ActionBar.Item>
1445
+ * ```
1446
+ */
1069
1447
  nonInteractiveIds: string[];
1070
1448
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1071
1449
  itemWidthCache: Record<string, number>;
1072
1450
  containerWidth: number;
1073
1451
  overflowTargetWidth: number;
1074
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1452
+ selectedIds: string[] | "all";
1075
1453
  unselectedIds: string[];
1076
1454
  cursorId: string;
1077
1455
  columnCount: number;
@@ -1090,13 +1468,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1090
1468
  items: import("../..").Item<any>[];
1091
1469
  }) => boolean) | undefined;
1092
1470
  shouldGoToFirstOfRow?: ((data: undefined, state: {
1093
- hiddenIds: string[];
1471
+ hiddenIds: string[]; /**
1472
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1473
+ * prop is passed.
1474
+ *
1475
+ * ```tsx
1476
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1477
+ * First Action
1478
+ * </ActionBar.Item>
1479
+ * ```
1480
+ */
1094
1481
  nonInteractiveIds: string[];
1095
1482
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1096
1483
  itemWidthCache: Record<string, number>;
1097
1484
  containerWidth: number;
1098
1485
  overflowTargetWidth: number;
1099
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1486
+ selectedIds: string[] | "all";
1100
1487
  unselectedIds: string[];
1101
1488
  cursorId: string;
1102
1489
  columnCount: number;
@@ -1115,13 +1502,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1115
1502
  items: import("../..").Item<any>[];
1116
1503
  }) => boolean) | undefined;
1117
1504
  shouldGoToLastOfRow?: ((data: undefined, state: {
1118
- hiddenIds: string[];
1505
+ hiddenIds: string[]; /**
1506
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1507
+ * prop is passed.
1508
+ *
1509
+ * ```tsx
1510
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1511
+ * First Action
1512
+ * </ActionBar.Item>
1513
+ * ```
1514
+ */
1119
1515
  nonInteractiveIds: string[];
1120
1516
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1121
1517
  itemWidthCache: Record<string, number>;
1122
1518
  containerWidth: number;
1123
1519
  overflowTargetWidth: number;
1124
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1520
+ selectedIds: string[] | "all";
1125
1521
  unselectedIds: string[];
1126
1522
  cursorId: string;
1127
1523
  columnCount: number;
@@ -1140,13 +1536,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1140
1536
  items: import("../..").Item<any>[];
1141
1537
  }) => boolean) | undefined;
1142
1538
  shouldGoToNextPage?: ((data: undefined, state: {
1143
- hiddenIds: string[];
1539
+ hiddenIds: string[]; /**
1540
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1541
+ * prop is passed.
1542
+ *
1543
+ * ```tsx
1544
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1545
+ * First Action
1546
+ * </ActionBar.Item>
1547
+ * ```
1548
+ */
1144
1549
  nonInteractiveIds: string[];
1145
1550
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1146
1551
  itemWidthCache: Record<string, number>;
1147
1552
  containerWidth: number;
1148
1553
  overflowTargetWidth: number;
1149
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1554
+ selectedIds: string[] | "all";
1150
1555
  unselectedIds: string[];
1151
1556
  cursorId: string;
1152
1557
  columnCount: number;
@@ -1165,13 +1570,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1165
1570
  items: import("../..").Item<any>[];
1166
1571
  }) => boolean) | undefined;
1167
1572
  shouldGoToPreviousPage?: ((data: undefined, state: {
1168
- hiddenIds: string[];
1573
+ hiddenIds: string[]; /**
1574
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1575
+ * prop is passed.
1576
+ *
1577
+ * ```tsx
1578
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1579
+ * First Action
1580
+ * </ActionBar.Item>
1581
+ * ```
1582
+ */
1169
1583
  nonInteractiveIds: string[];
1170
1584
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1171
1585
  itemWidthCache: Record<string, number>;
1172
1586
  containerWidth: number;
1173
1587
  overflowTargetWidth: number;
1174
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1588
+ selectedIds: string[] | "all";
1175
1589
  unselectedIds: string[];
1176
1590
  cursorId: string;
1177
1591
  columnCount: number;
@@ -1192,13 +1606,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1192
1606
  shouldUnregisterItem?: ((data: {
1193
1607
  id: string;
1194
1608
  }, state: {
1195
- hiddenIds: string[];
1609
+ hiddenIds: string[]; /**
1610
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1611
+ * prop is passed.
1612
+ *
1613
+ * ```tsx
1614
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1615
+ * First Action
1616
+ * </ActionBar.Item>
1617
+ * ```
1618
+ */
1196
1619
  nonInteractiveIds: string[];
1197
1620
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1198
1621
  itemWidthCache: Record<string, number>;
1199
1622
  containerWidth: number;
1200
1623
  overflowTargetWidth: number;
1201
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1624
+ selectedIds: string[] | "all";
1202
1625
  unselectedIds: string[];
1203
1626
  cursorId: string;
1204
1627
  columnCount: number;
@@ -1219,13 +1642,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1219
1642
  shouldUpdateItemHeight?: ((data: {
1220
1643
  value: number;
1221
1644
  }, state: {
1222
- hiddenIds: string[];
1645
+ hiddenIds: string[]; /**
1646
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1647
+ * prop is passed.
1648
+ *
1649
+ * ```tsx
1650
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1651
+ * First Action
1652
+ * </ActionBar.Item>
1653
+ * ```
1654
+ */
1223
1655
  nonInteractiveIds: string[];
1224
1656
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1225
1657
  itemWidthCache: Record<string, number>;
1226
1658
  containerWidth: number;
1227
1659
  overflowTargetWidth: number;
1228
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1660
+ selectedIds: string[] | "all";
1229
1661
  unselectedIds: string[];
1230
1662
  cursorId: string;
1231
1663
  columnCount: number;
@@ -1245,13 +1677,22 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1245
1677
  }) => boolean) | undefined;
1246
1678
  }, {
1247
1679
  state: {
1248
- hiddenIds: string[];
1680
+ hiddenIds: string[]; /**
1681
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1682
+ * prop is passed.
1683
+ *
1684
+ * ```tsx
1685
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1686
+ * First Action
1687
+ * </ActionBar.Item>
1688
+ * ```
1689
+ */
1249
1690
  nonInteractiveIds: string[];
1250
1691
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1251
1692
  itemWidthCache: Record<string, number>;
1252
1693
  containerWidth: number;
1253
1694
  overflowTargetWidth: number;
1254
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1695
+ selectedIds: string[] | "all";
1255
1696
  unselectedIds: string[];
1256
1697
  cursorId: string;
1257
1698
  columnCount: number;
@@ -1326,8 +1767,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1326
1767
  returnFocusRef: React.RefObject<any> | undefined;
1327
1768
  placement: import("@popperjs/core").Placement;
1328
1769
  id: string;
1329
- visibility: import("../..").Visibility;
1330
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1770
+ visibility: "hidden" | "visible";
1771
+ selectedIds: string[] | "all";
1331
1772
  unselectedIds: string[];
1332
1773
  cursorId: string;
1333
1774
  columnCount: number;
@@ -1340,7 +1781,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1340
1781
  };
1341
1782
  UNSTABLE_defaultItemHeight: number;
1342
1783
  containerRef: React.RefObject<HTMLDivElement>;
1343
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
1784
+ orientation: "horizontal" | "vertical";
1344
1785
  indexRef: React.MutableRefObject<number>;
1345
1786
  nonInteractiveIds: string[];
1346
1787
  isVirtualized: boolean;
@@ -1390,15 +1831,40 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1390
1831
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1391
1832
  getId: (item: any) => string;
1392
1833
  }> & {
1393
- List: import("../../common").ElementComponentM<"div", import("./ActionBarList").ActionBarListProps<any>, {
1834
+ /**
1835
+ * `ActionBar.List` is a {@link Flex} element. It is a container for
1836
+ * {@link ActionBarItem ActionBar.Item} subcomponents. To render an overflow button for
1837
+ * ActionBar with overflow behavior `overflowButton` prop with overflow button component as a
1838
+ * value should be passed.
1839
+ *
1840
+ * ```tsx
1841
+ * // without overflow
1842
+ * <ActionBar.List>{ActionBar.Items}</ActionBar.List>
1843
+ *
1844
+ * // with overflow
1845
+ * <ActionBar.List overflowButton={<ActionBar.OverflowButton aria-label="More actions"/>}>
1846
+ * {ActionBar.Items}
1847
+ * </ActionBar.List>
1848
+ * ```
1849
+ */
1850
+ List: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("./ActionBarList").ActionBarListProps<any>, {
1394
1851
  state: {
1395
- hiddenIds: string[];
1852
+ hiddenIds: string[]; /**
1853
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
1854
+ * prop is passed.
1855
+ *
1856
+ * ```tsx
1857
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
1858
+ * First Action
1859
+ * </ActionBar.Item>
1860
+ * ```
1861
+ */
1396
1862
  nonInteractiveIds: string[];
1397
1863
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1398
1864
  itemWidthCache: Record<string, number>;
1399
1865
  containerWidth: number;
1400
1866
  overflowTargetWidth: number;
1401
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1867
+ selectedIds: string[] | "all";
1402
1868
  unselectedIds: string[];
1403
1869
  cursorId: string;
1404
1870
  columnCount: number;
@@ -1473,8 +1939,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1473
1939
  returnFocusRef: React.RefObject<any> | undefined;
1474
1940
  placement: import("@popperjs/core").Placement;
1475
1941
  id: string;
1476
- visibility: import("../..").Visibility;
1477
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1942
+ visibility: "hidden" | "visible";
1943
+ selectedIds: string[] | "all";
1478
1944
  unselectedIds: string[];
1479
1945
  cursorId: string;
1480
1946
  columnCount: number;
@@ -1487,7 +1953,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1487
1953
  };
1488
1954
  UNSTABLE_defaultItemHeight: number;
1489
1955
  containerRef: React.RefObject<HTMLDivElement>;
1490
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
1956
+ orientation: "horizontal" | "vertical";
1491
1957
  indexRef: React.MutableRefObject<number>;
1492
1958
  nonInteractiveIds: string[];
1493
1959
  isVirtualized: boolean;
@@ -1537,15 +2003,34 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1537
2003
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1538
2004
  getId: (item: any) => string;
1539
2005
  }>;
1540
- Item: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("./ActionBarItem").ActionBarItemProps, {
2006
+ /**
2007
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
2008
+ * prop is passed.
2009
+ *
2010
+ * ```tsx
2011
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
2012
+ * First Action
2013
+ * </ActionBar.Item>
2014
+ * ```
2015
+ */
2016
+ Item: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("./ActionBarItem").ActionBarItemProps, {
1541
2017
  state: {
1542
- hiddenIds: string[];
2018
+ hiddenIds: string[]; /**
2019
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
2020
+ * prop is passed.
2021
+ *
2022
+ * ```tsx
2023
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
2024
+ * First Action
2025
+ * </ActionBar.Item>
2026
+ * ```
2027
+ */
1543
2028
  nonInteractiveIds: string[];
1544
2029
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1545
2030
  itemWidthCache: Record<string, number>;
1546
2031
  containerWidth: number;
1547
2032
  overflowTargetWidth: number;
1548
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2033
+ selectedIds: string[] | "all";
1549
2034
  unselectedIds: string[];
1550
2035
  cursorId: string;
1551
2036
  columnCount: number;
@@ -1620,8 +2105,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1620
2105
  returnFocusRef: React.RefObject<any> | undefined;
1621
2106
  placement: import("@popperjs/core").Placement;
1622
2107
  id: string;
1623
- visibility: import("../..").Visibility;
1624
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2108
+ visibility: "hidden" | "visible";
2109
+ selectedIds: string[] | "all";
1625
2110
  unselectedIds: string[];
1626
2111
  cursorId: string;
1627
2112
  columnCount: number;
@@ -1634,7 +2119,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1634
2119
  };
1635
2120
  UNSTABLE_defaultItemHeight: number;
1636
2121
  containerRef: React.RefObject<HTMLDivElement>;
1637
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2122
+ orientation: "horizontal" | "vertical";
1638
2123
  indexRef: React.MutableRefObject<number>;
1639
2124
  nonInteractiveIds: string[];
1640
2125
  isVirtualized: boolean;
@@ -1684,15 +2169,24 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1684
2169
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1685
2170
  getId: (item: any) => string;
1686
2171
  }>;
1687
- OverflowButton: import("../../common").ElementComponentM<"button", import("./ActionBarOverflowButton").ActionBarOverflowButtonProps, {
2172
+ OverflowButton: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("./ActionBarOverflowButton").ActionBarOverflowButtonProps, {
1688
2173
  state: {
1689
- hiddenIds: string[];
2174
+ hiddenIds: string[]; /**
2175
+ * `ActionBar.Item` is a `button` element, by default it's a `SecondaryButton` unless an `as`
2176
+ * prop is passed.
2177
+ *
2178
+ * ```tsx
2179
+ * <ActionBar.Item as={PrimaryButton} onClick={() => console.log('first action')}>
2180
+ * First Action
2181
+ * </ActionBar.Item>
2182
+ * ```
2183
+ */
1690
2184
  nonInteractiveIds: string[];
1691
2185
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1692
2186
  itemWidthCache: Record<string, number>;
1693
2187
  containerWidth: number;
1694
2188
  overflowTargetWidth: number;
1695
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2189
+ selectedIds: string[] | "all";
1696
2190
  unselectedIds: string[];
1697
2191
  cursorId: string;
1698
2192
  columnCount: number;
@@ -1767,8 +2261,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1767
2261
  returnFocusRef: React.RefObject<any> | undefined;
1768
2262
  placement: import("@popperjs/core").Placement;
1769
2263
  id: string;
1770
- visibility: import("../..").Visibility;
1771
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2264
+ visibility: "hidden" | "visible";
2265
+ selectedIds: string[] | "all";
1772
2266
  unselectedIds: string[];
1773
2267
  cursorId: string;
1774
2268
  columnCount: number;
@@ -1781,7 +2275,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1781
2275
  };
1782
2276
  UNSTABLE_defaultItemHeight: number;
1783
2277
  containerRef: React.RefObject<HTMLDivElement>;
1784
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2278
+ orientation: "horizontal" | "vertical";
1785
2279
  indexRef: React.MutableRefObject<number>;
1786
2280
  nonInteractiveIds: string[];
1787
2281
  isVirtualized: boolean;
@@ -1843,7 +2337,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1843
2337
  * </ActionBar.Menu.Card>
1844
2338
  * </ActionBar.Menu.Popper>
1845
2339
  */
1846
- Menu: import("../../common").ComponentM<import("../../menu/lib/Menu").MenuProps & Partial<{
2340
+ Menu: import("@workday/canvas-kit-react/common").ComponentM<import("../../menu/lib/Menu").MenuProps & Partial<{
1847
2341
  mode: "multiple" | "single";
1848
2342
  returnFocusRef: React.RefObject<any> | undefined;
1849
2343
  initialFocusRef: React.RefObject<any> | undefined;
@@ -1872,8 +2366,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1872
2366
  returnFocusRef: React.RefObject<any> | undefined;
1873
2367
  placement: import("@popperjs/core").Placement;
1874
2368
  id: string;
1875
- visibility: import("../..").Visibility;
1876
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2369
+ visibility: "hidden" | "visible";
2370
+ selectedIds: string[] | "all";
1877
2371
  unselectedIds: string[];
1878
2372
  cursorId: string;
1879
2373
  columnCount: number;
@@ -1886,7 +2380,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1886
2380
  };
1887
2381
  UNSTABLE_defaultItemHeight: number;
1888
2382
  containerRef: React.RefObject<HTMLDivElement>;
1889
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2383
+ orientation: "horizontal" | "vertical";
1890
2384
  indexRef: React.MutableRefObject<number>;
1891
2385
  nonInteractiveIds: string[];
1892
2386
  isVirtualized: boolean;
@@ -1900,8 +2394,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1900
2394
  returnFocusRef: React.RefObject<any> | undefined;
1901
2395
  placement: import("@popperjs/core").Placement;
1902
2396
  id: string;
1903
- visibility: import("../..").Visibility;
1904
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2397
+ visibility: "hidden" | "visible";
2398
+ selectedIds: string[] | "all";
1905
2399
  unselectedIds: string[];
1906
2400
  cursorId: string;
1907
2401
  columnCount: number;
@@ -1914,7 +2408,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1914
2408
  };
1915
2409
  UNSTABLE_defaultItemHeight: number;
1916
2410
  containerRef: React.RefObject<HTMLDivElement>;
1917
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2411
+ orientation: "horizontal" | "vertical";
1918
2412
  indexRef: React.MutableRefObject<number>;
1919
2413
  nonInteractiveIds: string[];
1920
2414
  isVirtualized: boolean;
@@ -1928,8 +2422,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1928
2422
  returnFocusRef: React.RefObject<any> | undefined;
1929
2423
  placement: import("@popperjs/core").Placement;
1930
2424
  id: string;
1931
- visibility: import("../..").Visibility;
1932
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2425
+ visibility: "hidden" | "visible";
2426
+ selectedIds: string[] | "all";
1933
2427
  unselectedIds: string[];
1934
2428
  cursorId: string;
1935
2429
  columnCount: number;
@@ -1942,7 +2436,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1942
2436
  };
1943
2437
  UNSTABLE_defaultItemHeight: number;
1944
2438
  containerRef: React.RefObject<HTMLDivElement>;
1945
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2439
+ orientation: "horizontal" | "vertical";
1946
2440
  indexRef: React.MutableRefObject<number>;
1947
2441
  nonInteractiveIds: string[];
1948
2442
  isVirtualized: boolean;
@@ -1958,8 +2452,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1958
2452
  returnFocusRef: React.RefObject<any> | undefined;
1959
2453
  placement: import("@popperjs/core").Placement;
1960
2454
  id: string;
1961
- visibility: import("../..").Visibility;
1962
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2455
+ visibility: "hidden" | "visible";
2456
+ selectedIds: string[] | "all";
1963
2457
  unselectedIds: string[];
1964
2458
  cursorId: string;
1965
2459
  columnCount: number;
@@ -1972,7 +2466,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1972
2466
  };
1973
2467
  UNSTABLE_defaultItemHeight: number;
1974
2468
  containerRef: React.RefObject<HTMLDivElement>;
1975
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2469
+ orientation: "horizontal" | "vertical";
1976
2470
  indexRef: React.MutableRefObject<number>;
1977
2471
  nonInteractiveIds: string[];
1978
2472
  isVirtualized: boolean;
@@ -1986,8 +2480,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
1986
2480
  returnFocusRef: React.RefObject<any> | undefined;
1987
2481
  placement: import("@popperjs/core").Placement;
1988
2482
  id: string;
1989
- visibility: import("../..").Visibility;
1990
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2483
+ visibility: "hidden" | "visible";
2484
+ selectedIds: string[] | "all";
1991
2485
  unselectedIds: string[];
1992
2486
  cursorId: string;
1993
2487
  columnCount: number;
@@ -2000,7 +2494,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2000
2494
  };
2001
2495
  UNSTABLE_defaultItemHeight: number;
2002
2496
  containerRef: React.RefObject<HTMLDivElement>;
2003
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2497
+ orientation: "horizontal" | "vertical";
2004
2498
  indexRef: React.MutableRefObject<number>;
2005
2499
  nonInteractiveIds: string[];
2006
2500
  isVirtualized: boolean;
@@ -2014,8 +2508,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2014
2508
  returnFocusRef: React.RefObject<any> | undefined;
2015
2509
  placement: import("@popperjs/core").Placement;
2016
2510
  id: string;
2017
- visibility: import("../..").Visibility;
2018
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2511
+ visibility: "hidden" | "visible";
2512
+ selectedIds: string[] | "all";
2019
2513
  unselectedIds: string[];
2020
2514
  cursorId: string;
2021
2515
  columnCount: number;
@@ -2028,7 +2522,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2028
2522
  };
2029
2523
  UNSTABLE_defaultItemHeight: number;
2030
2524
  containerRef: React.RefObject<HTMLDivElement>;
2031
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2525
+ orientation: "horizontal" | "vertical";
2032
2526
  indexRef: React.MutableRefObject<number>;
2033
2527
  nonInteractiveIds: string[];
2034
2528
  isVirtualized: boolean;
@@ -2045,8 +2539,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2045
2539
  returnFocusRef: React.RefObject<any> | undefined;
2046
2540
  placement: import("@popperjs/core").Placement;
2047
2541
  id: string;
2048
- visibility: import("../..").Visibility;
2049
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2542
+ visibility: "hidden" | "visible";
2543
+ selectedIds: string[] | "all";
2050
2544
  unselectedIds: string[];
2051
2545
  cursorId: string;
2052
2546
  columnCount: number;
@@ -2059,7 +2553,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2059
2553
  };
2060
2554
  UNSTABLE_defaultItemHeight: number;
2061
2555
  containerRef: React.RefObject<HTMLDivElement>;
2062
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2556
+ orientation: "horizontal" | "vertical";
2063
2557
  indexRef: React.MutableRefObject<number>;
2064
2558
  nonInteractiveIds: string[];
2065
2559
  isVirtualized: boolean;
@@ -2075,8 +2569,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2075
2569
  returnFocusRef: React.RefObject<any> | undefined;
2076
2570
  placement: import("@popperjs/core").Placement;
2077
2571
  id: string;
2078
- visibility: import("../..").Visibility;
2079
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2572
+ visibility: "hidden" | "visible";
2573
+ selectedIds: string[] | "all";
2080
2574
  unselectedIds: string[];
2081
2575
  cursorId: string;
2082
2576
  columnCount: number;
@@ -2089,7 +2583,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2089
2583
  };
2090
2584
  UNSTABLE_defaultItemHeight: number;
2091
2585
  containerRef: React.RefObject<HTMLDivElement>;
2092
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2586
+ orientation: "horizontal" | "vertical";
2093
2587
  indexRef: React.MutableRefObject<number>;
2094
2588
  nonInteractiveIds: string[];
2095
2589
  isVirtualized: boolean;
@@ -2103,8 +2597,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2103
2597
  returnFocusRef: React.RefObject<any> | undefined;
2104
2598
  placement: import("@popperjs/core").Placement;
2105
2599
  id: string;
2106
- visibility: import("../..").Visibility;
2107
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2600
+ visibility: "hidden" | "visible";
2601
+ selectedIds: string[] | "all";
2108
2602
  unselectedIds: string[];
2109
2603
  cursorId: string;
2110
2604
  columnCount: number;
@@ -2117,7 +2611,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2117
2611
  };
2118
2612
  UNSTABLE_defaultItemHeight: number;
2119
2613
  containerRef: React.RefObject<HTMLDivElement>;
2120
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2614
+ orientation: "horizontal" | "vertical";
2121
2615
  indexRef: React.MutableRefObject<number>;
2122
2616
  nonInteractiveIds: string[];
2123
2617
  isVirtualized: boolean;
@@ -2131,8 +2625,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2131
2625
  returnFocusRef: React.RefObject<any> | undefined;
2132
2626
  placement: import("@popperjs/core").Placement;
2133
2627
  id: string;
2134
- visibility: import("../..").Visibility;
2135
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2628
+ visibility: "hidden" | "visible";
2629
+ selectedIds: string[] | "all";
2136
2630
  unselectedIds: string[];
2137
2631
  cursorId: string;
2138
2632
  columnCount: number;
@@ -2145,7 +2639,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2145
2639
  };
2146
2640
  UNSTABLE_defaultItemHeight: number;
2147
2641
  containerRef: React.RefObject<HTMLDivElement>;
2148
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2642
+ orientation: "horizontal" | "vertical";
2149
2643
  indexRef: React.MutableRefObject<number>;
2150
2644
  nonInteractiveIds: string[];
2151
2645
  isVirtualized: boolean;
@@ -2159,8 +2653,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2159
2653
  returnFocusRef: React.RefObject<any> | undefined;
2160
2654
  placement: import("@popperjs/core").Placement;
2161
2655
  id: string;
2162
- visibility: import("../..").Visibility;
2163
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2656
+ visibility: "hidden" | "visible";
2657
+ selectedIds: string[] | "all";
2164
2658
  unselectedIds: string[];
2165
2659
  cursorId: string;
2166
2660
  columnCount: number;
@@ -2173,7 +2667,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2173
2667
  };
2174
2668
  UNSTABLE_defaultItemHeight: number;
2175
2669
  containerRef: React.RefObject<HTMLDivElement>;
2176
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2670
+ orientation: "horizontal" | "vertical";
2177
2671
  indexRef: React.MutableRefObject<number>;
2178
2672
  nonInteractiveIds: string[];
2179
2673
  isVirtualized: boolean;
@@ -2187,8 +2681,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2187
2681
  returnFocusRef: React.RefObject<any> | undefined;
2188
2682
  placement: import("@popperjs/core").Placement;
2189
2683
  id: string;
2190
- visibility: import("../..").Visibility;
2191
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2684
+ visibility: "hidden" | "visible";
2685
+ selectedIds: string[] | "all";
2192
2686
  unselectedIds: string[];
2193
2687
  cursorId: string;
2194
2688
  columnCount: number;
@@ -2201,7 +2695,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2201
2695
  };
2202
2696
  UNSTABLE_defaultItemHeight: number;
2203
2697
  containerRef: React.RefObject<HTMLDivElement>;
2204
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2698
+ orientation: "horizontal" | "vertical";
2205
2699
  indexRef: React.MutableRefObject<number>;
2206
2700
  nonInteractiveIds: string[];
2207
2701
  isVirtualized: boolean;
@@ -2215,8 +2709,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2215
2709
  returnFocusRef: React.RefObject<any> | undefined;
2216
2710
  placement: import("@popperjs/core").Placement;
2217
2711
  id: string;
2218
- visibility: import("../..").Visibility;
2219
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2712
+ visibility: "hidden" | "visible";
2713
+ selectedIds: string[] | "all";
2220
2714
  unselectedIds: string[];
2221
2715
  cursorId: string;
2222
2716
  columnCount: number;
@@ -2229,7 +2723,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2229
2723
  };
2230
2724
  UNSTABLE_defaultItemHeight: number;
2231
2725
  containerRef: React.RefObject<HTMLDivElement>;
2232
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2726
+ orientation: "horizontal" | "vertical";
2233
2727
  indexRef: React.MutableRefObject<number>;
2234
2728
  nonInteractiveIds: string[];
2235
2729
  isVirtualized: boolean;
@@ -2243,8 +2737,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2243
2737
  returnFocusRef: React.RefObject<any> | undefined;
2244
2738
  placement: import("@popperjs/core").Placement;
2245
2739
  id: string;
2246
- visibility: import("../..").Visibility;
2247
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2740
+ visibility: "hidden" | "visible";
2741
+ selectedIds: string[] | "all";
2248
2742
  unselectedIds: string[];
2249
2743
  cursorId: string;
2250
2744
  columnCount: number;
@@ -2257,7 +2751,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2257
2751
  };
2258
2752
  UNSTABLE_defaultItemHeight: number;
2259
2753
  containerRef: React.RefObject<HTMLDivElement>;
2260
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2754
+ orientation: "horizontal" | "vertical";
2261
2755
  indexRef: React.MutableRefObject<number>;
2262
2756
  nonInteractiveIds: string[];
2263
2757
  isVirtualized: boolean;
@@ -2271,8 +2765,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2271
2765
  returnFocusRef: React.RefObject<any> | undefined;
2272
2766
  placement: import("@popperjs/core").Placement;
2273
2767
  id: string;
2274
- visibility: import("../..").Visibility;
2275
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2768
+ visibility: "hidden" | "visible";
2769
+ selectedIds: string[] | "all";
2276
2770
  unselectedIds: string[];
2277
2771
  cursorId: string;
2278
2772
  columnCount: number;
@@ -2285,7 +2779,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2285
2779
  };
2286
2780
  UNSTABLE_defaultItemHeight: number;
2287
2781
  containerRef: React.RefObject<HTMLDivElement>;
2288
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2782
+ orientation: "horizontal" | "vertical";
2289
2783
  indexRef: React.MutableRefObject<number>;
2290
2784
  nonInteractiveIds: string[];
2291
2785
  isVirtualized: boolean;
@@ -2299,8 +2793,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2299
2793
  returnFocusRef: React.RefObject<any> | undefined;
2300
2794
  placement: import("@popperjs/core").Placement;
2301
2795
  id: string;
2302
- visibility: import("../..").Visibility;
2303
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2796
+ visibility: "hidden" | "visible";
2797
+ selectedIds: string[] | "all";
2304
2798
  unselectedIds: string[];
2305
2799
  cursorId: string;
2306
2800
  columnCount: number;
@@ -2313,7 +2807,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2313
2807
  };
2314
2808
  UNSTABLE_defaultItemHeight: number;
2315
2809
  containerRef: React.RefObject<HTMLDivElement>;
2316
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2810
+ orientation: "horizontal" | "vertical";
2317
2811
  indexRef: React.MutableRefObject<number>;
2318
2812
  nonInteractiveIds: string[];
2319
2813
  isVirtualized: boolean;
@@ -2327,8 +2821,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2327
2821
  returnFocusRef: React.RefObject<any> | undefined;
2328
2822
  placement: import("@popperjs/core").Placement;
2329
2823
  id: string;
2330
- visibility: import("../..").Visibility;
2331
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2824
+ visibility: "hidden" | "visible";
2825
+ selectedIds: string[] | "all";
2332
2826
  unselectedIds: string[];
2333
2827
  cursorId: string;
2334
2828
  columnCount: number;
@@ -2341,7 +2835,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2341
2835
  };
2342
2836
  UNSTABLE_defaultItemHeight: number;
2343
2837
  containerRef: React.RefObject<HTMLDivElement>;
2344
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2838
+ orientation: "horizontal" | "vertical";
2345
2839
  indexRef: React.MutableRefObject<number>;
2346
2840
  nonInteractiveIds: string[];
2347
2841
  isVirtualized: boolean;
@@ -2355,8 +2849,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2355
2849
  returnFocusRef: React.RefObject<any> | undefined;
2356
2850
  placement: import("@popperjs/core").Placement;
2357
2851
  id: string;
2358
- visibility: import("../..").Visibility;
2359
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2852
+ visibility: "hidden" | "visible";
2853
+ selectedIds: string[] | "all";
2360
2854
  unselectedIds: string[];
2361
2855
  cursorId: string;
2362
2856
  columnCount: number;
@@ -2369,7 +2863,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2369
2863
  };
2370
2864
  UNSTABLE_defaultItemHeight: number;
2371
2865
  containerRef: React.RefObject<HTMLDivElement>;
2372
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2866
+ orientation: "horizontal" | "vertical";
2373
2867
  indexRef: React.MutableRefObject<number>;
2374
2868
  nonInteractiveIds: string[];
2375
2869
  isVirtualized: boolean;
@@ -2385,8 +2879,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2385
2879
  returnFocusRef: React.RefObject<any> | undefined;
2386
2880
  placement: import("@popperjs/core").Placement;
2387
2881
  id: string;
2388
- visibility: import("../..").Visibility;
2389
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2882
+ visibility: "hidden" | "visible";
2883
+ selectedIds: string[] | "all";
2390
2884
  unselectedIds: string[];
2391
2885
  cursorId: string;
2392
2886
  columnCount: number;
@@ -2399,7 +2893,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2399
2893
  };
2400
2894
  UNSTABLE_defaultItemHeight: number;
2401
2895
  containerRef: React.RefObject<HTMLDivElement>;
2402
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2896
+ orientation: "horizontal" | "vertical";
2403
2897
  indexRef: React.MutableRefObject<number>;
2404
2898
  nonInteractiveIds: string[];
2405
2899
  isVirtualized: boolean;
@@ -2415,8 +2909,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2415
2909
  returnFocusRef: React.RefObject<any> | undefined;
2416
2910
  placement: import("@popperjs/core").Placement;
2417
2911
  id: string;
2418
- visibility: import("../..").Visibility;
2419
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2912
+ visibility: "hidden" | "visible";
2913
+ selectedIds: string[] | "all";
2420
2914
  unselectedIds: string[];
2421
2915
  cursorId: string;
2422
2916
  columnCount: number;
@@ -2429,7 +2923,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2429
2923
  };
2430
2924
  UNSTABLE_defaultItemHeight: number;
2431
2925
  containerRef: React.RefObject<HTMLDivElement>;
2432
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2926
+ orientation: "horizontal" | "vertical";
2433
2927
  indexRef: React.MutableRefObject<number>;
2434
2928
  nonInteractiveIds: string[];
2435
2929
  isVirtualized: boolean;
@@ -2446,8 +2940,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2446
2940
  returnFocusRef: React.RefObject<any> | undefined;
2447
2941
  placement: import("@popperjs/core").Placement;
2448
2942
  id: string;
2449
- visibility: import("../..").Visibility;
2450
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2943
+ visibility: "hidden" | "visible";
2944
+ selectedIds: string[] | "all";
2451
2945
  unselectedIds: string[];
2452
2946
  cursorId: string;
2453
2947
  columnCount: number;
@@ -2460,7 +2954,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2460
2954
  };
2461
2955
  UNSTABLE_defaultItemHeight: number;
2462
2956
  containerRef: React.RefObject<HTMLDivElement>;
2463
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2957
+ orientation: "horizontal" | "vertical";
2464
2958
  indexRef: React.MutableRefObject<number>;
2465
2959
  nonInteractiveIds: string[];
2466
2960
  isVirtualized: boolean;
@@ -2474,8 +2968,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2474
2968
  returnFocusRef: React.RefObject<any> | undefined;
2475
2969
  placement: import("@popperjs/core").Placement;
2476
2970
  id: string;
2477
- visibility: import("../..").Visibility;
2478
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2971
+ visibility: "hidden" | "visible";
2972
+ selectedIds: string[] | "all";
2479
2973
  unselectedIds: string[];
2480
2974
  cursorId: string;
2481
2975
  columnCount: number;
@@ -2488,7 +2982,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2488
2982
  };
2489
2983
  UNSTABLE_defaultItemHeight: number;
2490
2984
  containerRef: React.RefObject<HTMLDivElement>;
2491
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
2985
+ orientation: "horizontal" | "vertical";
2492
2986
  indexRef: React.MutableRefObject<number>;
2493
2987
  nonInteractiveIds: string[];
2494
2988
  isVirtualized: boolean;
@@ -2502,8 +2996,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2502
2996
  returnFocusRef: React.RefObject<any> | undefined;
2503
2997
  placement: import("@popperjs/core").Placement;
2504
2998
  id: string;
2505
- visibility: import("../..").Visibility;
2506
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2999
+ visibility: "hidden" | "visible";
3000
+ selectedIds: string[] | "all";
2507
3001
  unselectedIds: string[];
2508
3002
  cursorId: string;
2509
3003
  columnCount: number;
@@ -2516,7 +3010,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2516
3010
  };
2517
3011
  UNSTABLE_defaultItemHeight: number;
2518
3012
  containerRef: React.RefObject<HTMLDivElement>;
2519
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3013
+ orientation: "horizontal" | "vertical";
2520
3014
  indexRef: React.MutableRefObject<number>;
2521
3015
  nonInteractiveIds: string[];
2522
3016
  isVirtualized: boolean;
@@ -2532,8 +3026,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2532
3026
  returnFocusRef: React.RefObject<any> | undefined;
2533
3027
  placement: import("@popperjs/core").Placement;
2534
3028
  id: string;
2535
- visibility: import("../..").Visibility;
2536
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3029
+ visibility: "hidden" | "visible";
3030
+ selectedIds: string[] | "all";
2537
3031
  unselectedIds: string[];
2538
3032
  cursorId: string;
2539
3033
  columnCount: number;
@@ -2546,7 +3040,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2546
3040
  };
2547
3041
  UNSTABLE_defaultItemHeight: number;
2548
3042
  containerRef: React.RefObject<HTMLDivElement>;
2549
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3043
+ orientation: "horizontal" | "vertical";
2550
3044
  indexRef: React.MutableRefObject<number>;
2551
3045
  nonInteractiveIds: string[];
2552
3046
  isVirtualized: boolean;
@@ -2560,8 +3054,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2560
3054
  returnFocusRef: React.RefObject<any> | undefined;
2561
3055
  placement: import("@popperjs/core").Placement;
2562
3056
  id: string;
2563
- visibility: import("../..").Visibility;
2564
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3057
+ visibility: "hidden" | "visible";
3058
+ selectedIds: string[] | "all";
2565
3059
  unselectedIds: string[];
2566
3060
  cursorId: string;
2567
3061
  columnCount: number;
@@ -2574,7 +3068,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2574
3068
  };
2575
3069
  UNSTABLE_defaultItemHeight: number;
2576
3070
  containerRef: React.RefObject<HTMLDivElement>;
2577
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3071
+ orientation: "horizontal" | "vertical";
2578
3072
  indexRef: React.MutableRefObject<number>;
2579
3073
  nonInteractiveIds: string[];
2580
3074
  isVirtualized: boolean;
@@ -2588,8 +3082,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2588
3082
  returnFocusRef: React.RefObject<any> | undefined;
2589
3083
  placement: import("@popperjs/core").Placement;
2590
3084
  id: string;
2591
- visibility: import("../..").Visibility;
2592
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3085
+ visibility: "hidden" | "visible";
3086
+ selectedIds: string[] | "all";
2593
3087
  unselectedIds: string[];
2594
3088
  cursorId: string;
2595
3089
  columnCount: number;
@@ -2602,7 +3096,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2602
3096
  };
2603
3097
  UNSTABLE_defaultItemHeight: number;
2604
3098
  containerRef: React.RefObject<HTMLDivElement>;
2605
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3099
+ orientation: "horizontal" | "vertical";
2606
3100
  indexRef: React.MutableRefObject<number>;
2607
3101
  nonInteractiveIds: string[];
2608
3102
  isVirtualized: boolean;
@@ -2619,8 +3113,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2619
3113
  returnFocusRef: React.RefObject<any> | undefined;
2620
3114
  placement: import("@popperjs/core").Placement;
2621
3115
  id: string;
2622
- visibility: import("../..").Visibility;
2623
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3116
+ visibility: "hidden" | "visible";
3117
+ selectedIds: string[] | "all";
2624
3118
  unselectedIds: string[];
2625
3119
  cursorId: string;
2626
3120
  columnCount: number;
@@ -2633,7 +3127,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2633
3127
  };
2634
3128
  UNSTABLE_defaultItemHeight: number;
2635
3129
  containerRef: React.RefObject<HTMLDivElement>;
2636
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3130
+ orientation: "horizontal" | "vertical";
2637
3131
  indexRef: React.MutableRefObject<number>;
2638
3132
  nonInteractiveIds: string[];
2639
3133
  isVirtualized: boolean;
@@ -2649,8 +3143,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2649
3143
  returnFocusRef: React.RefObject<any> | undefined;
2650
3144
  placement: import("@popperjs/core").Placement;
2651
3145
  id: string;
2652
- visibility: import("../..").Visibility;
2653
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3146
+ visibility: "hidden" | "visible";
3147
+ selectedIds: string[] | "all";
2654
3148
  unselectedIds: string[];
2655
3149
  cursorId: string;
2656
3150
  columnCount: number;
@@ -2663,7 +3157,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2663
3157
  };
2664
3158
  UNSTABLE_defaultItemHeight: number;
2665
3159
  containerRef: React.RefObject<HTMLDivElement>;
2666
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3160
+ orientation: "horizontal" | "vertical";
2667
3161
  indexRef: React.MutableRefObject<number>;
2668
3162
  nonInteractiveIds: string[];
2669
3163
  isVirtualized: boolean;
@@ -2677,8 +3171,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2677
3171
  returnFocusRef: React.RefObject<any> | undefined;
2678
3172
  placement: import("@popperjs/core").Placement;
2679
3173
  id: string;
2680
- visibility: import("../..").Visibility;
2681
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3174
+ visibility: "hidden" | "visible";
3175
+ selectedIds: string[] | "all";
2682
3176
  unselectedIds: string[];
2683
3177
  cursorId: string;
2684
3178
  columnCount: number;
@@ -2691,7 +3185,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2691
3185
  };
2692
3186
  UNSTABLE_defaultItemHeight: number;
2693
3187
  containerRef: React.RefObject<HTMLDivElement>;
2694
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3188
+ orientation: "horizontal" | "vertical";
2695
3189
  indexRef: React.MutableRefObject<number>;
2696
3190
  nonInteractiveIds: string[];
2697
3191
  isVirtualized: boolean;
@@ -2705,8 +3199,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2705
3199
  returnFocusRef: React.RefObject<any> | undefined;
2706
3200
  placement: import("@popperjs/core").Placement;
2707
3201
  id: string;
2708
- visibility: import("../..").Visibility;
2709
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3202
+ visibility: "hidden" | "visible";
3203
+ selectedIds: string[] | "all";
2710
3204
  unselectedIds: string[];
2711
3205
  cursorId: string;
2712
3206
  columnCount: number;
@@ -2719,7 +3213,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2719
3213
  };
2720
3214
  UNSTABLE_defaultItemHeight: number;
2721
3215
  containerRef: React.RefObject<HTMLDivElement>;
2722
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3216
+ orientation: "horizontal" | "vertical";
2723
3217
  indexRef: React.MutableRefObject<number>;
2724
3218
  nonInteractiveIds: string[];
2725
3219
  isVirtualized: boolean;
@@ -2733,8 +3227,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2733
3227
  returnFocusRef: React.RefObject<any> | undefined;
2734
3228
  placement: import("@popperjs/core").Placement;
2735
3229
  id: string;
2736
- visibility: import("../..").Visibility;
2737
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3230
+ visibility: "hidden" | "visible";
3231
+ selectedIds: string[] | "all";
2738
3232
  unselectedIds: string[];
2739
3233
  cursorId: string;
2740
3234
  columnCount: number;
@@ -2747,7 +3241,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2747
3241
  };
2748
3242
  UNSTABLE_defaultItemHeight: number;
2749
3243
  containerRef: React.RefObject<HTMLDivElement>;
2750
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3244
+ orientation: "horizontal" | "vertical";
2751
3245
  indexRef: React.MutableRefObject<number>;
2752
3246
  nonInteractiveIds: string[];
2753
3247
  isVirtualized: boolean;
@@ -2761,8 +3255,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2761
3255
  returnFocusRef: React.RefObject<any> | undefined;
2762
3256
  placement: import("@popperjs/core").Placement;
2763
3257
  id: string;
2764
- visibility: import("../..").Visibility;
2765
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3258
+ visibility: "hidden" | "visible";
3259
+ selectedIds: string[] | "all";
2766
3260
  unselectedIds: string[];
2767
3261
  cursorId: string;
2768
3262
  columnCount: number;
@@ -2775,7 +3269,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2775
3269
  };
2776
3270
  UNSTABLE_defaultItemHeight: number;
2777
3271
  containerRef: React.RefObject<HTMLDivElement>;
2778
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3272
+ orientation: "horizontal" | "vertical";
2779
3273
  indexRef: React.MutableRefObject<number>;
2780
3274
  nonInteractiveIds: string[];
2781
3275
  isVirtualized: boolean;
@@ -2789,8 +3283,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2789
3283
  returnFocusRef: React.RefObject<any> | undefined;
2790
3284
  placement: import("@popperjs/core").Placement;
2791
3285
  id: string;
2792
- visibility: import("../..").Visibility;
2793
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3286
+ visibility: "hidden" | "visible";
3287
+ selectedIds: string[] | "all";
2794
3288
  unselectedIds: string[];
2795
3289
  cursorId: string;
2796
3290
  columnCount: number;
@@ -2803,7 +3297,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2803
3297
  };
2804
3298
  UNSTABLE_defaultItemHeight: number;
2805
3299
  containerRef: React.RefObject<HTMLDivElement>;
2806
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3300
+ orientation: "horizontal" | "vertical";
2807
3301
  indexRef: React.MutableRefObject<number>;
2808
3302
  nonInteractiveIds: string[];
2809
3303
  isVirtualized: boolean;
@@ -2817,8 +3311,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2817
3311
  returnFocusRef: React.RefObject<any> | undefined;
2818
3312
  placement: import("@popperjs/core").Placement;
2819
3313
  id: string;
2820
- visibility: import("../..").Visibility;
2821
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3314
+ visibility: "hidden" | "visible";
3315
+ selectedIds: string[] | "all";
2822
3316
  unselectedIds: string[];
2823
3317
  cursorId: string;
2824
3318
  columnCount: number;
@@ -2831,7 +3325,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2831
3325
  };
2832
3326
  UNSTABLE_defaultItemHeight: number;
2833
3327
  containerRef: React.RefObject<HTMLDivElement>;
2834
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3328
+ orientation: "horizontal" | "vertical";
2835
3329
  indexRef: React.MutableRefObject<number>;
2836
3330
  nonInteractiveIds: string[];
2837
3331
  isVirtualized: boolean;
@@ -2845,8 +3339,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2845
3339
  returnFocusRef: React.RefObject<any> | undefined;
2846
3340
  placement: import("@popperjs/core").Placement;
2847
3341
  id: string;
2848
- visibility: import("../..").Visibility;
2849
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3342
+ visibility: "hidden" | "visible";
3343
+ selectedIds: string[] | "all";
2850
3344
  unselectedIds: string[];
2851
3345
  cursorId: string;
2852
3346
  columnCount: number;
@@ -2859,7 +3353,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2859
3353
  };
2860
3354
  UNSTABLE_defaultItemHeight: number;
2861
3355
  containerRef: React.RefObject<HTMLDivElement>;
2862
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3356
+ orientation: "horizontal" | "vertical";
2863
3357
  indexRef: React.MutableRefObject<number>;
2864
3358
  nonInteractiveIds: string[];
2865
3359
  isVirtualized: boolean;
@@ -2873,8 +3367,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2873
3367
  returnFocusRef: React.RefObject<any> | undefined;
2874
3368
  placement: import("@popperjs/core").Placement;
2875
3369
  id: string;
2876
- visibility: import("../..").Visibility;
2877
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3370
+ visibility: "hidden" | "visible";
3371
+ selectedIds: string[] | "all";
2878
3372
  unselectedIds: string[];
2879
3373
  cursorId: string;
2880
3374
  columnCount: number;
@@ -2887,7 +3381,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2887
3381
  };
2888
3382
  UNSTABLE_defaultItemHeight: number;
2889
3383
  containerRef: React.RefObject<HTMLDivElement>;
2890
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3384
+ orientation: "horizontal" | "vertical";
2891
3385
  indexRef: React.MutableRefObject<number>;
2892
3386
  nonInteractiveIds: string[];
2893
3387
  isVirtualized: boolean;
@@ -2901,8 +3395,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2901
3395
  returnFocusRef: React.RefObject<any> | undefined;
2902
3396
  placement: import("@popperjs/core").Placement;
2903
3397
  id: string;
2904
- visibility: import("../..").Visibility;
2905
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3398
+ visibility: "hidden" | "visible";
3399
+ selectedIds: string[] | "all";
2906
3400
  unselectedIds: string[];
2907
3401
  cursorId: string;
2908
3402
  columnCount: number;
@@ -2915,7 +3409,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2915
3409
  };
2916
3410
  UNSTABLE_defaultItemHeight: number;
2917
3411
  containerRef: React.RefObject<HTMLDivElement>;
2918
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3412
+ orientation: "horizontal" | "vertical";
2919
3413
  indexRef: React.MutableRefObject<number>;
2920
3414
  nonInteractiveIds: string[];
2921
3415
  isVirtualized: boolean;
@@ -2929,8 +3423,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2929
3423
  returnFocusRef: React.RefObject<any> | undefined;
2930
3424
  placement: import("@popperjs/core").Placement;
2931
3425
  id: string;
2932
- visibility: import("../..").Visibility;
2933
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3426
+ visibility: "hidden" | "visible";
3427
+ selectedIds: string[] | "all";
2934
3428
  unselectedIds: string[];
2935
3429
  cursorId: string;
2936
3430
  columnCount: number;
@@ -2943,7 +3437,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2943
3437
  };
2944
3438
  UNSTABLE_defaultItemHeight: number;
2945
3439
  containerRef: React.RefObject<HTMLDivElement>;
2946
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3440
+ orientation: "horizontal" | "vertical";
2947
3441
  indexRef: React.MutableRefObject<number>;
2948
3442
  nonInteractiveIds: string[];
2949
3443
  isVirtualized: boolean;
@@ -2959,8 +3453,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2959
3453
  returnFocusRef: React.RefObject<any> | undefined;
2960
3454
  placement: import("@popperjs/core").Placement;
2961
3455
  id: string;
2962
- visibility: import("../..").Visibility;
2963
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3456
+ visibility: "hidden" | "visible";
3457
+ selectedIds: string[] | "all";
2964
3458
  unselectedIds: string[];
2965
3459
  cursorId: string;
2966
3460
  columnCount: number;
@@ -2973,7 +3467,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2973
3467
  };
2974
3468
  UNSTABLE_defaultItemHeight: number;
2975
3469
  containerRef: React.RefObject<HTMLDivElement>;
2976
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3470
+ orientation: "horizontal" | "vertical";
2977
3471
  indexRef: React.MutableRefObject<number>;
2978
3472
  nonInteractiveIds: string[];
2979
3473
  isVirtualized: boolean;
@@ -2989,8 +3483,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
2989
3483
  returnFocusRef: React.RefObject<any> | undefined;
2990
3484
  placement: import("@popperjs/core").Placement;
2991
3485
  id: string;
2992
- visibility: import("../..").Visibility;
2993
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3486
+ visibility: "hidden" | "visible";
3487
+ selectedIds: string[] | "all";
2994
3488
  unselectedIds: string[];
2995
3489
  cursorId: string;
2996
3490
  columnCount: number;
@@ -3003,7 +3497,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3003
3497
  };
3004
3498
  UNSTABLE_defaultItemHeight: number;
3005
3499
  containerRef: React.RefObject<HTMLDivElement>;
3006
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3500
+ orientation: "horizontal" | "vertical";
3007
3501
  indexRef: React.MutableRefObject<number>;
3008
3502
  nonInteractiveIds: string[];
3009
3503
  isVirtualized: boolean;
@@ -3018,8 +3512,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3018
3512
  returnFocusRef: React.RefObject<any> | undefined;
3019
3513
  placement: import("@popperjs/core").Placement;
3020
3514
  id: string;
3021
- visibility: import("../..").Visibility;
3022
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3515
+ visibility: "hidden" | "visible";
3516
+ selectedIds: string[] | "all";
3023
3517
  unselectedIds: string[];
3024
3518
  cursorId: string;
3025
3519
  columnCount: number;
@@ -3032,7 +3526,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3032
3526
  };
3033
3527
  UNSTABLE_defaultItemHeight: number;
3034
3528
  containerRef: React.RefObject<HTMLDivElement>;
3035
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3529
+ orientation: "horizontal" | "vertical";
3036
3530
  indexRef: React.MutableRefObject<number>;
3037
3531
  nonInteractiveIds: string[];
3038
3532
  isVirtualized: boolean;
@@ -3078,7 +3572,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3078
3572
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3079
3573
  getId: (item: any) => string;
3080
3574
  }> & {
3081
- Card: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuCard").MenuCardProps, {
3575
+ Target: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3082
3576
  state: {
3083
3577
  stackRef: React.RefObject<HTMLDivElement>;
3084
3578
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -3086,8 +3580,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3086
3580
  returnFocusRef: React.RefObject<any> | undefined;
3087
3581
  placement: import("@popperjs/core").Placement;
3088
3582
  id: string;
3089
- visibility: import("../..").Visibility;
3090
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3583
+ visibility: "hidden" | "visible";
3584
+ selectedIds: string[] | "all";
3091
3585
  unselectedIds: string[];
3092
3586
  cursorId: string;
3093
3587
  columnCount: number;
@@ -3100,7 +3594,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3100
3594
  };
3101
3595
  UNSTABLE_defaultItemHeight: number;
3102
3596
  containerRef: React.RefObject<HTMLDivElement>;
3103
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3597
+ orientation: "horizontal" | "vertical";
3104
3598
  indexRef: React.MutableRefObject<number>;
3105
3599
  nonInteractiveIds: string[];
3106
3600
  isVirtualized: boolean;
@@ -3146,7 +3640,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3146
3640
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3147
3641
  getId: (item: any) => string;
3148
3642
  }>;
3149
- List: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps<any>, {
3643
+ Card: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuCard").MenuCardProps, {
3150
3644
  state: {
3151
3645
  stackRef: React.RefObject<HTMLDivElement>;
3152
3646
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -3154,8 +3648,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3154
3648
  returnFocusRef: React.RefObject<any> | undefined;
3155
3649
  placement: import("@popperjs/core").Placement;
3156
3650
  id: string;
3157
- visibility: import("../..").Visibility;
3158
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3651
+ visibility: "hidden" | "visible";
3652
+ selectedIds: string[] | "all";
3159
3653
  unselectedIds: string[];
3160
3654
  cursorId: string;
3161
3655
  columnCount: number;
@@ -3168,7 +3662,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3168
3662
  };
3169
3663
  UNSTABLE_defaultItemHeight: number;
3170
3664
  containerRef: React.RefObject<HTMLDivElement>;
3171
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3665
+ orientation: "horizontal" | "vertical";
3172
3666
  indexRef: React.MutableRefObject<number>;
3173
3667
  nonInteractiveIds: string[];
3174
3668
  isVirtualized: boolean;
@@ -3214,7 +3708,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3214
3708
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3215
3709
  getId: (item: any) => string;
3216
3710
  }>;
3217
- Item: import("../../common").ElementComponentM<"button", import("../../menu/lib/MenuItem").MenuItemProps, {
3711
+ List: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps<any>, {
3218
3712
  state: {
3219
3713
  stackRef: React.RefObject<HTMLDivElement>;
3220
3714
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -3222,8 +3716,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3222
3716
  returnFocusRef: React.RefObject<any> | undefined;
3223
3717
  placement: import("@popperjs/core").Placement;
3224
3718
  id: string;
3225
- visibility: import("../..").Visibility;
3226
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3719
+ visibility: "hidden" | "visible";
3720
+ selectedIds: string[] | "all";
3227
3721
  unselectedIds: string[];
3228
3722
  cursorId: string;
3229
3723
  columnCount: number;
@@ -3236,7 +3730,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3236
3730
  };
3237
3731
  UNSTABLE_defaultItemHeight: number;
3238
3732
  containerRef: React.RefObject<HTMLDivElement>;
3239
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3733
+ orientation: "horizontal" | "vertical";
3240
3734
  indexRef: React.MutableRefObject<number>;
3241
3735
  nonInteractiveIds: string[];
3242
3736
  isVirtualized: boolean;
@@ -3281,15 +3775,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3281
3775
  selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3282
3776
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3283
3777
  getId: (item: any) => string;
3284
- }> & {
3285
- Icon: import("../../common").ElementComponent<"span", import("../..").SystemIconProps>;
3286
- Text: import("@emotion/styled").StyledComponent<{
3287
- theme?: import("@emotion/react").Theme | undefined;
3288
- as?: "symbol" | "object" | "s" | "big" | "link" | "small" | "sub" | "sup" | "circle" | "stop" | "path" | "style" | "map" | "filter" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
3289
- }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3290
- };
3291
- Divider: import("../../common").ElementComponent<"hr", unknown>;
3292
- Target: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3778
+ }>;
3779
+ Item: import("@workday/canvas-kit-react/common").ElementComponentM<"button", import("../../menu/lib/MenuItem").MenuItemProps, {
3293
3780
  state: {
3294
3781
  stackRef: React.RefObject<HTMLDivElement>;
3295
3782
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -3297,8 +3784,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3297
3784
  returnFocusRef: React.RefObject<any> | undefined;
3298
3785
  placement: import("@popperjs/core").Placement;
3299
3786
  id: string;
3300
- visibility: import("../..").Visibility;
3301
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3787
+ visibility: "hidden" | "visible";
3788
+ selectedIds: string[] | "all";
3302
3789
  unselectedIds: string[];
3303
3790
  cursorId: string;
3304
3791
  columnCount: number;
@@ -3311,7 +3798,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3311
3798
  };
3312
3799
  UNSTABLE_defaultItemHeight: number;
3313
3800
  containerRef: React.RefObject<HTMLDivElement>;
3314
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3801
+ orientation: "horizontal" | "vertical";
3315
3802
  indexRef: React.MutableRefObject<number>;
3316
3803
  nonInteractiveIds: string[];
3317
3804
  isVirtualized: boolean;
@@ -3356,8 +3843,15 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3356
3843
  selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3357
3844
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3358
3845
  getId: (item: any) => string;
3359
- }>;
3360
- TargetContext: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3846
+ }> & {
3847
+ Icon: import("@workday/canvas-kit-react/common").ElementComponent<"span", import("../..").SystemIconProps>;
3848
+ Text: import("@emotion/styled").StyledComponent<{
3849
+ theme?: import("@emotion/react").Theme | undefined;
3850
+ as?: React.ElementType<any> | undefined;
3851
+ }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3852
+ };
3853
+ Divider: import("@workday/canvas-kit-react/common").ElementComponent<"hr", unknown>;
3854
+ TargetContext: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3361
3855
  state: {
3362
3856
  stackRef: React.RefObject<HTMLDivElement>;
3363
3857
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -3365,8 +3859,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3365
3859
  returnFocusRef: React.RefObject<any> | undefined;
3366
3860
  placement: import("@popperjs/core").Placement;
3367
3861
  id: string;
3368
- visibility: import("../..").Visibility;
3369
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3862
+ visibility: "hidden" | "visible";
3863
+ selectedIds: string[] | "all";
3370
3864
  unselectedIds: string[];
3371
3865
  cursorId: string;
3372
3866
  columnCount: number;
@@ -3379,7 +3873,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3379
3873
  };
3380
3874
  UNSTABLE_defaultItemHeight: number;
3381
3875
  containerRef: React.RefObject<HTMLDivElement>;
3382
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3876
+ orientation: "horizontal" | "vertical";
3383
3877
  indexRef: React.MutableRefObject<number>;
3384
3878
  nonInteractiveIds: string[];
3385
3879
  isVirtualized: boolean;
@@ -3425,7 +3919,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3425
3919
  navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3426
3920
  getId: (item: any) => string;
3427
3921
  }>;
3428
- Popper: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
3922
+ Popper: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
3429
3923
  state: {
3430
3924
  stackRef: React.RefObject<HTMLDivElement>;
3431
3925
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -3433,8 +3927,8 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3433
3927
  returnFocusRef: React.RefObject<any> | undefined;
3434
3928
  placement: import("@popperjs/core").Placement;
3435
3929
  id: string;
3436
- visibility: import("../..").Visibility;
3437
- selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3930
+ visibility: "hidden" | "visible";
3931
+ selectedIds: string[] | "all";
3438
3932
  unselectedIds: string[];
3439
3933
  cursorId: string;
3440
3934
  columnCount: number;
@@ -3447,7 +3941,7 @@ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps
3447
3941
  };
3448
3942
  UNSTABLE_defaultItemHeight: number;
3449
3943
  containerRef: React.RefObject<HTMLDivElement>;
3450
- orientation: import("../../collection/lib/useBaseListModel").Orientation;
3944
+ orientation: "horizontal" | "vertical";
3451
3945
  indexRef: React.MutableRefObject<number>;
3452
3946
  nonInteractiveIds: string[];
3453
3947
  isVirtualized: boolean;