@workday/canvas-kit-react 7.0.0-alpha.95-next.21 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (410) hide show
  1. package/action-bar/index.ts +1 -0
  2. package/action-bar/lib/ActionBar.tsx +33 -31
  3. package/action-bar/lib/ActionBarItem.tsx +46 -0
  4. package/action-bar/lib/ActionBarList.tsx +70 -0
  5. package/action-bar/lib/ActionBarOverflowButton.tsx +36 -0
  6. package/action-bar/lib/useActionBarModel.tsx +91 -0
  7. package/avatar/lib/Avatar.tsx +4 -0
  8. package/button/index.ts +1 -0
  9. package/button/lib/ExternalHyperlink.tsx +59 -0
  10. package/button/lib/TertiaryButton.tsx +1 -0
  11. package/collection/lib/useListItemRovingFocus.tsx +4 -2
  12. package/collection/lib/useListRenderItem.tsx +3 -3
  13. package/common/lib/parts/_brand-assets.ts +1 -1
  14. package/common/lib/utils/elements.ts +5 -1
  15. package/disclosure/lib/useDisclosureModel.tsx +2 -2
  16. package/dist/commonjs/action-bar/index.d.ts +1 -0
  17. package/dist/commonjs/action-bar/index.d.ts.map +1 -1
  18. package/dist/commonjs/action-bar/index.js +1 -0
  19. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +3498 -5
  20. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  21. package/dist/commonjs/action-bar/lib/ActionBar.js +28 -27
  22. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +218 -0
  23. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -0
  24. package/dist/commonjs/action-bar/lib/ActionBarItem.js +51 -0
  25. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +221 -0
  26. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -0
  27. package/dist/commonjs/action-bar/lib/ActionBarList.js +74 -0
  28. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +230 -0
  29. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -0
  30. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.js +57 -0
  31. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +1659 -0
  32. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -0
  33. package/dist/commonjs/action-bar/lib/useActionBarModel.js +77 -0
  34. package/dist/commonjs/avatar/lib/Avatar.d.ts.map +1 -1
  35. package/dist/commonjs/avatar/lib/Avatar.js +3 -0
  36. package/dist/commonjs/button/index.d.ts +1 -0
  37. package/dist/commonjs/button/index.d.ts.map +1 -1
  38. package/dist/commonjs/button/index.js +3 -1
  39. package/dist/commonjs/button/lib/ExternalHyperlink.d.ts +11 -0
  40. package/dist/commonjs/button/lib/ExternalHyperlink.d.ts.map +1 -0
  41. package/dist/commonjs/button/lib/ExternalHyperlink.js +48 -0
  42. package/dist/commonjs/button/lib/TertiaryButton.d.ts.map +1 -1
  43. package/dist/commonjs/button/lib/TertiaryButton.js +1 -0
  44. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +1 -1
  45. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  46. package/dist/commonjs/collection/lib/useListItemRovingFocus.js +2 -2
  47. package/dist/commonjs/collection/lib/useListRenderItem.d.ts +1 -1
  48. package/dist/commonjs/collection/lib/useListRenderItem.d.ts.map +1 -1
  49. package/dist/commonjs/collection/lib/useListRenderItem.js +2 -2
  50. package/dist/commonjs/common/lib/parts/_brand-assets.js +1 -1
  51. package/dist/commonjs/common/lib/utils/elements.d.ts +2 -2
  52. package/dist/commonjs/common/lib/utils/elements.d.ts.map +1 -1
  53. package/dist/commonjs/common/lib/utils/elements.js +4 -1
  54. package/dist/commonjs/dialog/lib/Dialog.d.ts +24 -72
  55. package/dist/commonjs/dialog/lib/Dialog.d.ts.map +1 -1
  56. package/dist/commonjs/dialog/lib/DialogCard.d.ts +4 -12
  57. package/dist/commonjs/dialog/lib/DialogCard.d.ts.map +1 -1
  58. package/dist/commonjs/dialog/lib/DialogPopper.d.ts +4 -12
  59. package/dist/commonjs/dialog/lib/DialogPopper.d.ts.map +1 -1
  60. package/dist/commonjs/dialog/lib/hooks/useDialogCard.d.ts +2 -6
  61. package/dist/commonjs/dialog/lib/hooks/useDialogCard.d.ts.map +1 -1
  62. package/dist/commonjs/dialog/lib/hooks/useDialogModel.d.ts +10 -30
  63. package/dist/commonjs/dialog/lib/hooks/useDialogModel.d.ts.map +1 -1
  64. package/dist/commonjs/dialog/lib/hooks/useDialogPopper.d.ts +2 -6
  65. package/dist/commonjs/dialog/lib/hooks/useDialogPopper.d.ts.map +1 -1
  66. package/dist/commonjs/disclosure/lib/useDisclosureModel.d.ts +10 -30
  67. package/dist/commonjs/disclosure/lib/useDisclosureModel.d.ts.map +1 -1
  68. package/dist/commonjs/disclosure/lib/useDisclosureModel.js +2 -2
  69. package/dist/commonjs/form-field/lib/Label.d.ts.map +1 -1
  70. package/dist/commonjs/form-field/lib/Label.js +3 -7
  71. package/dist/commonjs/icon/lib/Icon.d.ts +1 -1
  72. package/dist/commonjs/icon/lib/Icon.d.ts.map +1 -1
  73. package/dist/commonjs/icon/lib/Icon.js +2 -4
  74. package/dist/commonjs/icon/lib/Svg.d.ts.map +1 -1
  75. package/dist/commonjs/icon/lib/Svg.js +1 -1
  76. package/dist/commonjs/icon/lib/SystemIcon.d.ts +1 -1
  77. package/dist/commonjs/icon/lib/SystemIcon.d.ts.map +1 -1
  78. package/dist/commonjs/layout/lib/Stack.d.ts.map +1 -1
  79. package/dist/commonjs/layout/lib/Stack.js +1 -1
  80. package/dist/commonjs/menu/lib/Menu.d.ts +18 -54
  81. package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
  82. package/dist/commonjs/menu/lib/MenuCard.d.ts +4 -12
  83. package/dist/commonjs/menu/lib/MenuCard.d.ts.map +1 -1
  84. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +6 -18
  85. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts.map +1 -1
  86. package/dist/commonjs/menu/lib/MenuContextTarget.js +1 -1
  87. package/dist/commonjs/menu/lib/MenuItem.d.ts +2 -6
  88. package/dist/commonjs/menu/lib/MenuItem.d.ts.map +1 -1
  89. package/dist/commonjs/menu/lib/MenuItem.js +1 -1
  90. package/dist/commonjs/menu/lib/MenuList.d.ts +4 -12
  91. package/dist/commonjs/menu/lib/MenuList.d.ts.map +1 -1
  92. package/dist/commonjs/menu/lib/MenuPopper.d.ts +4 -12
  93. package/dist/commonjs/menu/lib/MenuPopper.d.ts.map +1 -1
  94. package/dist/commonjs/menu/lib/MenuTarget.d.ts +8 -24
  95. package/dist/commonjs/menu/lib/MenuTarget.d.ts.map +1 -1
  96. package/dist/commonjs/menu/lib/MenuTarget.js +1 -1
  97. package/dist/commonjs/menu/lib/useMenuModel.d.ts +10 -30
  98. package/dist/commonjs/menu/lib/useMenuModel.d.ts.map +1 -1
  99. package/dist/commonjs/modal/lib/Modal.d.ts +26 -78
  100. package/dist/commonjs/modal/lib/Modal.d.ts.map +1 -1
  101. package/dist/commonjs/modal/lib/ModalCard.d.ts +2 -6
  102. package/dist/commonjs/modal/lib/ModalCard.d.ts.map +1 -1
  103. package/dist/commonjs/modal/lib/ModalHeading.d.ts +2 -6
  104. package/dist/commonjs/modal/lib/ModalHeading.d.ts.map +1 -1
  105. package/dist/commonjs/modal/lib/ModalOverflowOverlay.d.ts +4 -12
  106. package/dist/commonjs/modal/lib/ModalOverflowOverlay.d.ts.map +1 -1
  107. package/dist/commonjs/modal/lib/ModalOverlay.d.ts +4 -12
  108. package/dist/commonjs/modal/lib/ModalOverlay.d.ts.map +1 -1
  109. package/dist/commonjs/modal/lib/hooks/useCloseOnOverlayClick.d.ts +2 -6
  110. package/dist/commonjs/modal/lib/hooks/useCloseOnOverlayClick.d.ts.map +1 -1
  111. package/dist/commonjs/modal/lib/hooks/useCloseOnOverlayClick.js +1 -1
  112. package/dist/commonjs/modal/lib/hooks/useModalCard.d.ts +2 -6
  113. package/dist/commonjs/modal/lib/hooks/useModalCard.d.ts.map +1 -1
  114. package/dist/commonjs/modal/lib/hooks/useModalHeading.d.ts +2 -6
  115. package/dist/commonjs/modal/lib/hooks/useModalHeading.d.ts.map +1 -1
  116. package/dist/commonjs/modal/lib/hooks/useModalModel.d.ts +10 -30
  117. package/dist/commonjs/modal/lib/hooks/useModalModel.d.ts.map +1 -1
  118. package/dist/commonjs/popup/lib/Popup.d.ts +20 -60
  119. package/dist/commonjs/popup/lib/Popup.d.ts.map +1 -1
  120. package/dist/commonjs/popup/lib/PopupBody.d.ts +2 -6
  121. package/dist/commonjs/popup/lib/PopupBody.d.ts.map +1 -1
  122. package/dist/commonjs/popup/lib/PopupCard.d.ts +2 -6
  123. package/dist/commonjs/popup/lib/PopupCard.d.ts.map +1 -1
  124. package/dist/commonjs/popup/lib/PopupCloseButton.d.ts +2 -6
  125. package/dist/commonjs/popup/lib/PopupCloseButton.d.ts.map +1 -1
  126. package/dist/commonjs/popup/lib/PopupCloseIcon.d.ts +2 -6
  127. package/dist/commonjs/popup/lib/PopupCloseIcon.d.ts.map +1 -1
  128. package/dist/commonjs/popup/lib/PopupHeading.d.ts +2 -6
  129. package/dist/commonjs/popup/lib/PopupHeading.d.ts.map +1 -1
  130. package/dist/commonjs/popup/lib/PopupPopper.d.ts +2 -6
  131. package/dist/commonjs/popup/lib/PopupPopper.d.ts.map +1 -1
  132. package/dist/commonjs/popup/lib/PopupTarget.d.ts +2 -6
  133. package/dist/commonjs/popup/lib/PopupTarget.d.ts.map +1 -1
  134. package/dist/commonjs/popup/lib/hooks/useAlwaysCloseOnOutsideClick.d.ts +2 -6
  135. package/dist/commonjs/popup/lib/hooks/useAlwaysCloseOnOutsideClick.d.ts.map +1 -1
  136. package/dist/commonjs/popup/lib/hooks/useAssistiveHideSiblings.d.ts +2 -6
  137. package/dist/commonjs/popup/lib/hooks/useAssistiveHideSiblings.d.ts.map +1 -1
  138. package/dist/commonjs/popup/lib/hooks/useBringToTopOnClick.d.ts +2 -6
  139. package/dist/commonjs/popup/lib/hooks/useBringToTopOnClick.d.ts.map +1 -1
  140. package/dist/commonjs/popup/lib/hooks/useCloseOnEscape.d.ts +2 -6
  141. package/dist/commonjs/popup/lib/hooks/useCloseOnEscape.d.ts.map +1 -1
  142. package/dist/commonjs/popup/lib/hooks/useCloseOnEscape.js +1 -1
  143. package/dist/commonjs/popup/lib/hooks/useCloseOnFullscreenExit.d.ts +2 -6
  144. package/dist/commonjs/popup/lib/hooks/useCloseOnFullscreenExit.d.ts.map +1 -1
  145. package/dist/commonjs/popup/lib/hooks/useCloseOnFullscreenExit.js +1 -1
  146. package/dist/commonjs/popup/lib/hooks/useCloseOnOutsideClick.d.ts +2 -6
  147. package/dist/commonjs/popup/lib/hooks/useCloseOnOutsideClick.d.ts.map +1 -1
  148. package/dist/commonjs/popup/lib/hooks/useCloseOnOutsideClick.js +1 -1
  149. package/dist/commonjs/popup/lib/hooks/useDisableBodyScroll.d.ts +2 -6
  150. package/dist/commonjs/popup/lib/hooks/useDisableBodyScroll.d.ts.map +1 -1
  151. package/dist/commonjs/popup/lib/hooks/useDisableBodyScroll.js +2 -0
  152. package/dist/commonjs/popup/lib/hooks/useFocusRedirect.d.ts +2 -6
  153. package/dist/commonjs/popup/lib/hooks/useFocusRedirect.d.ts.map +1 -1
  154. package/dist/commonjs/popup/lib/hooks/useFocusRedirect.js +2 -2
  155. package/dist/commonjs/popup/lib/hooks/useFocusTrap.d.ts +2 -6
  156. package/dist/commonjs/popup/lib/hooks/useFocusTrap.d.ts.map +1 -1
  157. package/dist/commonjs/popup/lib/hooks/useInitialFocus.d.ts +2 -6
  158. package/dist/commonjs/popup/lib/hooks/useInitialFocus.d.ts.map +1 -1
  159. package/dist/commonjs/popup/lib/hooks/usePopupCard.d.ts +2 -6
  160. package/dist/commonjs/popup/lib/hooks/usePopupCard.d.ts.map +1 -1
  161. package/dist/commonjs/popup/lib/hooks/usePopupCloseButton.d.ts +3 -7
  162. package/dist/commonjs/popup/lib/hooks/usePopupCloseButton.d.ts.map +1 -1
  163. package/dist/commonjs/popup/lib/hooks/usePopupCloseButton.js +1 -3
  164. package/dist/commonjs/popup/lib/hooks/usePopupHeading.d.ts +2 -6
  165. package/dist/commonjs/popup/lib/hooks/usePopupHeading.d.ts.map +1 -1
  166. package/dist/commonjs/popup/lib/hooks/usePopupModel.d.ts +24 -36
  167. package/dist/commonjs/popup/lib/hooks/usePopupModel.d.ts.map +1 -1
  168. package/dist/commonjs/popup/lib/hooks/usePopupPopper.d.ts +2 -6
  169. package/dist/commonjs/popup/lib/hooks/usePopupPopper.d.ts.map +1 -1
  170. package/dist/commonjs/popup/lib/hooks/usePopupTarget.d.ts +2 -6
  171. package/dist/commonjs/popup/lib/hooks/usePopupTarget.d.ts.map +1 -1
  172. package/dist/commonjs/popup/lib/hooks/usePopupTarget.js +3 -3
  173. package/dist/commonjs/popup/lib/hooks/usePopupTargetContext.d.ts +2 -6
  174. package/dist/commonjs/popup/lib/hooks/usePopupTargetContext.d.ts.map +1 -1
  175. package/dist/commonjs/popup/lib/hooks/usePopupTargetContext.js +2 -2
  176. package/dist/commonjs/popup/lib/hooks/useReturnFocus.d.ts +2 -6
  177. package/dist/commonjs/popup/lib/hooks/useReturnFocus.d.ts.map +1 -1
  178. package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenEnter.d.ts +2 -6
  179. package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenEnter.d.ts.map +1 -1
  180. package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenExit.d.ts +2 -6
  181. package/dist/commonjs/popup/lib/hooks/useTransferOnFullscreenExit.d.ts.map +1 -1
  182. package/dist/commonjs/table/lib/TableRow.d.ts +4 -4
  183. package/dist/commonjs/table/lib/TableRow.d.ts.map +1 -1
  184. package/dist/commonjs/table/lib/TableRow.js +12 -26
  185. package/dist/commonjs/tabs/lib/Tabs.d.ts +32 -96
  186. package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
  187. package/dist/commonjs/tabs/lib/Tabs.js +1 -2
  188. package/dist/commonjs/tabs/lib/TabsItem.d.ts +3 -7
  189. package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
  190. package/dist/commonjs/tabs/lib/TabsItem.js +1 -0
  191. package/dist/commonjs/tabs/lib/TabsList.d.ts +2 -6
  192. package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
  193. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +4 -12
  194. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
  195. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +2 -6
  196. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  197. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +4 -12
  198. package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
  199. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +2 -6
  200. package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
  201. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +4 -12
  202. package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
  203. package/dist/es6/action-bar/index.d.ts +1 -0
  204. package/dist/es6/action-bar/index.d.ts.map +1 -1
  205. package/dist/es6/action-bar/index.js +1 -0
  206. package/dist/es6/action-bar/lib/ActionBar.d.ts +3498 -5
  207. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  208. package/dist/es6/action-bar/lib/ActionBar.js +29 -28
  209. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +218 -0
  210. package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -0
  211. package/dist/es6/action-bar/lib/ActionBarItem.js +29 -0
  212. package/dist/es6/action-bar/lib/ActionBarList.d.ts +221 -0
  213. package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -0
  214. package/dist/es6/action-bar/lib/ActionBarList.js +52 -0
  215. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +230 -0
  216. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -0
  217. package/dist/es6/action-bar/lib/ActionBarOverflowButton.js +32 -0
  218. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +1659 -0
  219. package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -0
  220. package/dist/es6/action-bar/lib/useActionBarModel.js +71 -0
  221. package/dist/es6/avatar/lib/Avatar.d.ts.map +1 -1
  222. package/dist/es6/avatar/lib/Avatar.js +3 -0
  223. package/dist/es6/button/index.d.ts +1 -0
  224. package/dist/es6/button/index.d.ts.map +1 -1
  225. package/dist/es6/button/index.js +1 -0
  226. package/dist/es6/button/lib/ExternalHyperlink.d.ts +11 -0
  227. package/dist/es6/button/lib/ExternalHyperlink.d.ts.map +1 -0
  228. package/dist/es6/button/lib/ExternalHyperlink.js +42 -0
  229. package/dist/es6/button/lib/TertiaryButton.d.ts.map +1 -1
  230. package/dist/es6/button/lib/TertiaryButton.js +1 -0
  231. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +1 -1
  232. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  233. package/dist/es6/collection/lib/useListItemRovingFocus.js +2 -2
  234. package/dist/es6/collection/lib/useListRenderItem.d.ts +1 -1
  235. package/dist/es6/collection/lib/useListRenderItem.d.ts.map +1 -1
  236. package/dist/es6/collection/lib/useListRenderItem.js +2 -2
  237. package/dist/es6/common/lib/parts/_brand-assets.js +1 -1
  238. package/dist/es6/common/lib/utils/elements.d.ts +2 -2
  239. package/dist/es6/common/lib/utils/elements.d.ts.map +1 -1
  240. package/dist/es6/common/lib/utils/elements.js +4 -1
  241. package/dist/es6/dialog/lib/Dialog.d.ts +24 -72
  242. package/dist/es6/dialog/lib/Dialog.d.ts.map +1 -1
  243. package/dist/es6/dialog/lib/DialogCard.d.ts +4 -12
  244. package/dist/es6/dialog/lib/DialogCard.d.ts.map +1 -1
  245. package/dist/es6/dialog/lib/DialogPopper.d.ts +4 -12
  246. package/dist/es6/dialog/lib/DialogPopper.d.ts.map +1 -1
  247. package/dist/es6/dialog/lib/hooks/useDialogCard.d.ts +2 -6
  248. package/dist/es6/dialog/lib/hooks/useDialogCard.d.ts.map +1 -1
  249. package/dist/es6/dialog/lib/hooks/useDialogModel.d.ts +10 -30
  250. package/dist/es6/dialog/lib/hooks/useDialogModel.d.ts.map +1 -1
  251. package/dist/es6/dialog/lib/hooks/useDialogPopper.d.ts +2 -6
  252. package/dist/es6/dialog/lib/hooks/useDialogPopper.d.ts.map +1 -1
  253. package/dist/es6/disclosure/lib/useDisclosureModel.d.ts +10 -30
  254. package/dist/es6/disclosure/lib/useDisclosureModel.d.ts.map +1 -1
  255. package/dist/es6/disclosure/lib/useDisclosureModel.js +2 -2
  256. package/dist/es6/form-field/lib/Label.d.ts.map +1 -1
  257. package/dist/es6/form-field/lib/Label.js +1 -2
  258. package/dist/es6/icon/lib/Icon.d.ts +1 -1
  259. package/dist/es6/icon/lib/Icon.d.ts.map +1 -1
  260. package/dist/es6/icon/lib/Icon.js +2 -4
  261. package/dist/es6/icon/lib/Svg.d.ts.map +1 -1
  262. package/dist/es6/icon/lib/Svg.js +1 -1
  263. package/dist/es6/icon/lib/SystemIcon.d.ts +1 -1
  264. package/dist/es6/icon/lib/SystemIcon.d.ts.map +1 -1
  265. package/dist/es6/layout/lib/Stack.d.ts.map +1 -1
  266. package/dist/es6/layout/lib/Stack.js +1 -1
  267. package/dist/es6/menu/lib/Menu.d.ts +18 -54
  268. package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
  269. package/dist/es6/menu/lib/MenuCard.d.ts +4 -12
  270. package/dist/es6/menu/lib/MenuCard.d.ts.map +1 -1
  271. package/dist/es6/menu/lib/MenuContextTarget.d.ts +6 -18
  272. package/dist/es6/menu/lib/MenuContextTarget.d.ts.map +1 -1
  273. package/dist/es6/menu/lib/MenuContextTarget.js +1 -1
  274. package/dist/es6/menu/lib/MenuItem.d.ts +2 -6
  275. package/dist/es6/menu/lib/MenuItem.d.ts.map +1 -1
  276. package/dist/es6/menu/lib/MenuItem.js +1 -1
  277. package/dist/es6/menu/lib/MenuList.d.ts +4 -12
  278. package/dist/es6/menu/lib/MenuList.d.ts.map +1 -1
  279. package/dist/es6/menu/lib/MenuPopper.d.ts +4 -12
  280. package/dist/es6/menu/lib/MenuPopper.d.ts.map +1 -1
  281. package/dist/es6/menu/lib/MenuTarget.d.ts +8 -24
  282. package/dist/es6/menu/lib/MenuTarget.d.ts.map +1 -1
  283. package/dist/es6/menu/lib/MenuTarget.js +1 -1
  284. package/dist/es6/menu/lib/useMenuModel.d.ts +10 -30
  285. package/dist/es6/menu/lib/useMenuModel.d.ts.map +1 -1
  286. package/dist/es6/modal/lib/Modal.d.ts +26 -78
  287. package/dist/es6/modal/lib/Modal.d.ts.map +1 -1
  288. package/dist/es6/modal/lib/ModalCard.d.ts +2 -6
  289. package/dist/es6/modal/lib/ModalCard.d.ts.map +1 -1
  290. package/dist/es6/modal/lib/ModalHeading.d.ts +2 -6
  291. package/dist/es6/modal/lib/ModalHeading.d.ts.map +1 -1
  292. package/dist/es6/modal/lib/ModalOverflowOverlay.d.ts +4 -12
  293. package/dist/es6/modal/lib/ModalOverflowOverlay.d.ts.map +1 -1
  294. package/dist/es6/modal/lib/ModalOverlay.d.ts +4 -12
  295. package/dist/es6/modal/lib/ModalOverlay.d.ts.map +1 -1
  296. package/dist/es6/modal/lib/hooks/useCloseOnOverlayClick.d.ts +2 -6
  297. package/dist/es6/modal/lib/hooks/useCloseOnOverlayClick.d.ts.map +1 -1
  298. package/dist/es6/modal/lib/hooks/useCloseOnOverlayClick.js +1 -1
  299. package/dist/es6/modal/lib/hooks/useModalCard.d.ts +2 -6
  300. package/dist/es6/modal/lib/hooks/useModalCard.d.ts.map +1 -1
  301. package/dist/es6/modal/lib/hooks/useModalHeading.d.ts +2 -6
  302. package/dist/es6/modal/lib/hooks/useModalHeading.d.ts.map +1 -1
  303. package/dist/es6/modal/lib/hooks/useModalModel.d.ts +10 -30
  304. package/dist/es6/modal/lib/hooks/useModalModel.d.ts.map +1 -1
  305. package/dist/es6/popup/lib/Popup.d.ts +20 -60
  306. package/dist/es6/popup/lib/Popup.d.ts.map +1 -1
  307. package/dist/es6/popup/lib/PopupBody.d.ts +2 -6
  308. package/dist/es6/popup/lib/PopupBody.d.ts.map +1 -1
  309. package/dist/es6/popup/lib/PopupCard.d.ts +2 -6
  310. package/dist/es6/popup/lib/PopupCard.d.ts.map +1 -1
  311. package/dist/es6/popup/lib/PopupCloseButton.d.ts +2 -6
  312. package/dist/es6/popup/lib/PopupCloseButton.d.ts.map +1 -1
  313. package/dist/es6/popup/lib/PopupCloseIcon.d.ts +2 -6
  314. package/dist/es6/popup/lib/PopupCloseIcon.d.ts.map +1 -1
  315. package/dist/es6/popup/lib/PopupHeading.d.ts +2 -6
  316. package/dist/es6/popup/lib/PopupHeading.d.ts.map +1 -1
  317. package/dist/es6/popup/lib/PopupPopper.d.ts +2 -6
  318. package/dist/es6/popup/lib/PopupPopper.d.ts.map +1 -1
  319. package/dist/es6/popup/lib/PopupTarget.d.ts +2 -6
  320. package/dist/es6/popup/lib/PopupTarget.d.ts.map +1 -1
  321. package/dist/es6/popup/lib/hooks/useAlwaysCloseOnOutsideClick.d.ts +2 -6
  322. package/dist/es6/popup/lib/hooks/useAlwaysCloseOnOutsideClick.d.ts.map +1 -1
  323. package/dist/es6/popup/lib/hooks/useAssistiveHideSiblings.d.ts +2 -6
  324. package/dist/es6/popup/lib/hooks/useAssistiveHideSiblings.d.ts.map +1 -1
  325. package/dist/es6/popup/lib/hooks/useBringToTopOnClick.d.ts +2 -6
  326. package/dist/es6/popup/lib/hooks/useBringToTopOnClick.d.ts.map +1 -1
  327. package/dist/es6/popup/lib/hooks/useCloseOnEscape.d.ts +2 -6
  328. package/dist/es6/popup/lib/hooks/useCloseOnEscape.d.ts.map +1 -1
  329. package/dist/es6/popup/lib/hooks/useCloseOnEscape.js +1 -1
  330. package/dist/es6/popup/lib/hooks/useCloseOnFullscreenExit.d.ts +2 -6
  331. package/dist/es6/popup/lib/hooks/useCloseOnFullscreenExit.d.ts.map +1 -1
  332. package/dist/es6/popup/lib/hooks/useCloseOnFullscreenExit.js +1 -1
  333. package/dist/es6/popup/lib/hooks/useCloseOnOutsideClick.d.ts +2 -6
  334. package/dist/es6/popup/lib/hooks/useCloseOnOutsideClick.d.ts.map +1 -1
  335. package/dist/es6/popup/lib/hooks/useCloseOnOutsideClick.js +1 -1
  336. package/dist/es6/popup/lib/hooks/useDisableBodyScroll.d.ts +2 -6
  337. package/dist/es6/popup/lib/hooks/useDisableBodyScroll.d.ts.map +1 -1
  338. package/dist/es6/popup/lib/hooks/useDisableBodyScroll.js +2 -0
  339. package/dist/es6/popup/lib/hooks/useFocusRedirect.d.ts +2 -6
  340. package/dist/es6/popup/lib/hooks/useFocusRedirect.d.ts.map +1 -1
  341. package/dist/es6/popup/lib/hooks/useFocusRedirect.js +2 -2
  342. package/dist/es6/popup/lib/hooks/useFocusTrap.d.ts +2 -6
  343. package/dist/es6/popup/lib/hooks/useFocusTrap.d.ts.map +1 -1
  344. package/dist/es6/popup/lib/hooks/useInitialFocus.d.ts +2 -6
  345. package/dist/es6/popup/lib/hooks/useInitialFocus.d.ts.map +1 -1
  346. package/dist/es6/popup/lib/hooks/usePopupCard.d.ts +2 -6
  347. package/dist/es6/popup/lib/hooks/usePopupCard.d.ts.map +1 -1
  348. package/dist/es6/popup/lib/hooks/usePopupCloseButton.d.ts +3 -7
  349. package/dist/es6/popup/lib/hooks/usePopupCloseButton.d.ts.map +1 -1
  350. package/dist/es6/popup/lib/hooks/usePopupCloseButton.js +1 -3
  351. package/dist/es6/popup/lib/hooks/usePopupHeading.d.ts +2 -6
  352. package/dist/es6/popup/lib/hooks/usePopupHeading.d.ts.map +1 -1
  353. package/dist/es6/popup/lib/hooks/usePopupModel.d.ts +24 -36
  354. package/dist/es6/popup/lib/hooks/usePopupModel.d.ts.map +1 -1
  355. package/dist/es6/popup/lib/hooks/usePopupPopper.d.ts +2 -6
  356. package/dist/es6/popup/lib/hooks/usePopupPopper.d.ts.map +1 -1
  357. package/dist/es6/popup/lib/hooks/usePopupTarget.d.ts +2 -6
  358. package/dist/es6/popup/lib/hooks/usePopupTarget.d.ts.map +1 -1
  359. package/dist/es6/popup/lib/hooks/usePopupTarget.js +3 -3
  360. package/dist/es6/popup/lib/hooks/usePopupTargetContext.d.ts +2 -6
  361. package/dist/es6/popup/lib/hooks/usePopupTargetContext.d.ts.map +1 -1
  362. package/dist/es6/popup/lib/hooks/usePopupTargetContext.js +2 -2
  363. package/dist/es6/popup/lib/hooks/useReturnFocus.d.ts +2 -6
  364. package/dist/es6/popup/lib/hooks/useReturnFocus.d.ts.map +1 -1
  365. package/dist/es6/popup/lib/hooks/useTransferOnFullscreenEnter.d.ts +2 -6
  366. package/dist/es6/popup/lib/hooks/useTransferOnFullscreenEnter.d.ts.map +1 -1
  367. package/dist/es6/popup/lib/hooks/useTransferOnFullscreenExit.d.ts +2 -6
  368. package/dist/es6/popup/lib/hooks/useTransferOnFullscreenExit.d.ts.map +1 -1
  369. package/dist/es6/table/lib/TableRow.d.ts +4 -4
  370. package/dist/es6/table/lib/TableRow.d.ts.map +1 -1
  371. package/dist/es6/table/lib/TableRow.js +12 -26
  372. package/dist/es6/tabs/lib/Tabs.d.ts +32 -96
  373. package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
  374. package/dist/es6/tabs/lib/Tabs.js +1 -2
  375. package/dist/es6/tabs/lib/TabsItem.d.ts +2 -6
  376. package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
  377. package/dist/es6/tabs/lib/TabsItem.js +1 -0
  378. package/dist/es6/tabs/lib/TabsList.d.ts +2 -6
  379. package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
  380. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +4 -12
  381. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
  382. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +2 -6
  383. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  384. package/dist/es6/tabs/lib/TabsPanel.d.ts +4 -12
  385. package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
  386. package/dist/es6/tabs/lib/TabsPanels.d.ts +2 -6
  387. package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
  388. package/dist/es6/tabs/lib/useTabsModel.d.ts +4 -12
  389. package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
  390. package/form-field/lib/Label.tsx +1 -2
  391. package/icon/lib/Icon.tsx +2 -1
  392. package/icon/lib/Svg.tsx +12 -3
  393. package/icon/lib/SystemIcon.tsx +1 -1
  394. package/layout/lib/Stack.tsx +3 -1
  395. package/menu/lib/MenuContextTarget.tsx +1 -1
  396. package/menu/lib/MenuItem.tsx +1 -1
  397. package/menu/lib/MenuTarget.tsx +1 -1
  398. package/modal/lib/hooks/useCloseOnOverlayClick.ts +1 -1
  399. package/package.json +5 -5
  400. package/popup/lib/hooks/useCloseOnEscape.ts +1 -1
  401. package/popup/lib/hooks/useCloseOnFullscreenExit.ts +1 -1
  402. package/popup/lib/hooks/useCloseOnOutsideClick.ts +1 -1
  403. package/popup/lib/hooks/useDisableBodyScroll.ts +2 -0
  404. package/popup/lib/hooks/useFocusRedirect.ts +2 -2
  405. package/popup/lib/hooks/usePopupCloseButton.ts +1 -3
  406. package/popup/lib/hooks/usePopupTarget.ts +3 -3
  407. package/popup/lib/hooks/usePopupTargetContext.ts +2 -2
  408. package/table/lib/TableRow.tsx +18 -11
  409. package/tabs/lib/Tabs.tsx +1 -5
  410. package/tabs/lib/TabsItem.tsx +1 -0
@@ -1,7 +1,3500 @@
1
- import { HStackProps, StackSpacing } from '@workday/canvas-kit-react/layout';
2
- interface ActionBarProps extends Omit<HStackProps, 'spacing'> {
3
- spacing?: StackSpacing;
1
+ import * as React from 'react';
2
+ export interface ActionBarProps {
3
+ /**
4
+ * The contents of the ActionBar. Can be `ActionBar` children or any valid elements.
5
+ */
6
+ children: React.ReactNode;
4
7
  }
5
- export declare const ActionBar: import("../../common").ElementComponent<"div", ActionBarProps>;
6
- export {};
8
+ export declare const ActionBar: import("../../common").ComponentM<ActionBarProps & Partial<{
9
+ id: string;
10
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
11
+ menuConfig: Partial<{
12
+ mode: "multiple" | "single";
13
+ returnFocusRef: React.RefObject<any> | undefined;
14
+ initialFocusRef: React.RefObject<any> | undefined;
15
+ id: string;
16
+ initialVisibility: import("../..").Visibility;
17
+ initialSelectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
18
+ initialUnselectedIds: string[];
19
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
20
+ initialCursorId: string;
21
+ columnCount: number;
22
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
23
+ getId: (item: any) => string;
24
+ getTextValue: (item: any) => string;
25
+ nonInteractiveIds: string[];
26
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
27
+ defaultItemHeight: number;
28
+ shouldVirtualize: boolean;
29
+ items: any[];
30
+ }>;
31
+ initialHiddenIds: string[];
32
+ containerWidth: number;
33
+ initialSelectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
34
+ initialUnselectedIds: string[];
35
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
36
+ initialCursorId: string;
37
+ columnCount: number;
38
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
39
+ getId: (item: any) => string;
40
+ getTextValue: (item: any) => string;
41
+ nonInteractiveIds: string[];
42
+ defaultItemHeight: number;
43
+ shouldVirtualize: boolean;
44
+ items: any[];
45
+ }> & {
46
+ onSelect?: ((data: {
47
+ id: string;
48
+ }, prevState: {
49
+ hiddenIds: string[];
50
+ nonInteractiveIds: string[];
51
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
52
+ itemWidthCache: Record<string, number>;
53
+ containerWidth: number;
54
+ overflowTargetWidth: number;
55
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
56
+ unselectedIds: string[];
57
+ cursorId: string;
58
+ columnCount: number;
59
+ UNSTABLE_virtual: {
60
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
61
+ totalSize: number;
62
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
63
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
64
+ measure: () => void;
65
+ };
66
+ UNSTABLE_defaultItemHeight: number;
67
+ containerRef: React.RefObject<HTMLDivElement>;
68
+ id: string;
69
+ indexRef: React.MutableRefObject<number>;
70
+ isVirtualized: boolean;
71
+ items: import("../..").Item<any>[];
72
+ }) => void) | undefined;
73
+ onSetContainerWidth?: ((data: {
74
+ width?: number | undefined;
75
+ }, prevState: {
76
+ hiddenIds: string[];
77
+ nonInteractiveIds: string[];
78
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
79
+ itemWidthCache: Record<string, number>;
80
+ containerWidth: number;
81
+ overflowTargetWidth: number;
82
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
83
+ unselectedIds: string[];
84
+ cursorId: string;
85
+ columnCount: number;
86
+ UNSTABLE_virtual: {
87
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
88
+ totalSize: number;
89
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
90
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
91
+ measure: () => void;
92
+ };
93
+ UNSTABLE_defaultItemHeight: number;
94
+ containerRef: React.RefObject<HTMLDivElement>;
95
+ id: string;
96
+ indexRef: React.MutableRefObject<number>;
97
+ isVirtualized: boolean;
98
+ items: import("../..").Item<any>[];
99
+ }) => void) | undefined;
100
+ onSetOverflowTargetWidth?: ((data: {
101
+ width: number;
102
+ }, prevState: {
103
+ hiddenIds: string[];
104
+ nonInteractiveIds: string[];
105
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
106
+ itemWidthCache: Record<string, number>;
107
+ containerWidth: number;
108
+ overflowTargetWidth: number;
109
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
110
+ unselectedIds: string[];
111
+ cursorId: string;
112
+ columnCount: number;
113
+ UNSTABLE_virtual: {
114
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
115
+ totalSize: number;
116
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
117
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
118
+ measure: () => void;
119
+ };
120
+ UNSTABLE_defaultItemHeight: number;
121
+ containerRef: React.RefObject<HTMLDivElement>;
122
+ id: string;
123
+ indexRef: React.MutableRefObject<number>;
124
+ isVirtualized: boolean;
125
+ items: import("../..").Item<any>[];
126
+ }) => void) | undefined;
127
+ onAddItemWidth?: ((data: {
128
+ id: string;
129
+ width: number;
130
+ }, prevState: {
131
+ hiddenIds: string[];
132
+ nonInteractiveIds: string[];
133
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
134
+ itemWidthCache: Record<string, number>;
135
+ containerWidth: number;
136
+ overflowTargetWidth: number;
137
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
138
+ unselectedIds: string[];
139
+ cursorId: string;
140
+ columnCount: number;
141
+ UNSTABLE_virtual: {
142
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
143
+ totalSize: number;
144
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
145
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
146
+ measure: () => void;
147
+ };
148
+ UNSTABLE_defaultItemHeight: number;
149
+ containerRef: React.RefObject<HTMLDivElement>;
150
+ id: string;
151
+ indexRef: React.MutableRefObject<number>;
152
+ isVirtualized: boolean;
153
+ items: import("../..").Item<any>[];
154
+ }) => void) | undefined;
155
+ onRemoveItemWidth?: ((data: {
156
+ id: string;
157
+ }, prevState: {
158
+ hiddenIds: string[];
159
+ nonInteractiveIds: string[];
160
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
161
+ itemWidthCache: Record<string, number>;
162
+ containerWidth: number;
163
+ overflowTargetWidth: number;
164
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
165
+ unselectedIds: string[];
166
+ cursorId: string;
167
+ columnCount: number;
168
+ UNSTABLE_virtual: {
169
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
170
+ totalSize: number;
171
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
172
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
173
+ measure: () => void;
174
+ };
175
+ UNSTABLE_defaultItemHeight: number;
176
+ containerRef: React.RefObject<HTMLDivElement>;
177
+ id: string;
178
+ indexRef: React.MutableRefObject<number>;
179
+ isVirtualized: boolean;
180
+ items: import("../..").Item<any>[];
181
+ }) => void) | undefined;
182
+ onAddHiddenKey?: ((data: {
183
+ id: string;
184
+ }, prevState: {
185
+ hiddenIds: string[];
186
+ nonInteractiveIds: string[];
187
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
188
+ itemWidthCache: Record<string, number>;
189
+ containerWidth: number;
190
+ overflowTargetWidth: number;
191
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
192
+ unselectedIds: string[];
193
+ cursorId: string;
194
+ columnCount: number;
195
+ UNSTABLE_virtual: {
196
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
197
+ totalSize: number;
198
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
199
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
200
+ measure: () => void;
201
+ };
202
+ UNSTABLE_defaultItemHeight: number;
203
+ containerRef: React.RefObject<HTMLDivElement>;
204
+ id: string;
205
+ indexRef: React.MutableRefObject<number>;
206
+ isVirtualized: boolean;
207
+ items: import("../..").Item<any>[];
208
+ }) => void) | undefined;
209
+ onRemoveHiddenKey?: ((data: {
210
+ id: string;
211
+ }, prevState: {
212
+ hiddenIds: string[];
213
+ nonInteractiveIds: string[];
214
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
215
+ itemWidthCache: Record<string, number>;
216
+ containerWidth: number;
217
+ overflowTargetWidth: number;
218
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
219
+ unselectedIds: string[];
220
+ cursorId: string;
221
+ columnCount: number;
222
+ UNSTABLE_virtual: {
223
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
224
+ totalSize: number;
225
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
226
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
227
+ measure: () => void;
228
+ };
229
+ UNSTABLE_defaultItemHeight: number;
230
+ containerRef: React.RefObject<HTMLDivElement>;
231
+ id: string;
232
+ indexRef: React.MutableRefObject<number>;
233
+ isVirtualized: boolean;
234
+ items: import("../..").Item<any>[];
235
+ }) => void) | undefined;
236
+ onSelectAll?: ((data: undefined, prevState: {
237
+ hiddenIds: string[];
238
+ nonInteractiveIds: string[];
239
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
240
+ itemWidthCache: Record<string, number>;
241
+ containerWidth: number;
242
+ overflowTargetWidth: number;
243
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
244
+ unselectedIds: string[];
245
+ cursorId: string;
246
+ columnCount: number;
247
+ UNSTABLE_virtual: {
248
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
249
+ totalSize: number;
250
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
251
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
252
+ measure: () => void;
253
+ };
254
+ UNSTABLE_defaultItemHeight: number;
255
+ containerRef: React.RefObject<HTMLDivElement>;
256
+ id: string;
257
+ indexRef: React.MutableRefObject<number>;
258
+ isVirtualized: boolean;
259
+ items: import("../..").Item<any>[];
260
+ }) => void) | undefined;
261
+ onUnselectAll?: ((data: undefined, prevState: {
262
+ hiddenIds: string[];
263
+ nonInteractiveIds: string[];
264
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
265
+ itemWidthCache: Record<string, number>;
266
+ containerWidth: number;
267
+ overflowTargetWidth: number;
268
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
269
+ unselectedIds: string[];
270
+ cursorId: string;
271
+ columnCount: number;
272
+ UNSTABLE_virtual: {
273
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
274
+ totalSize: number;
275
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
276
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
277
+ measure: () => void;
278
+ };
279
+ UNSTABLE_defaultItemHeight: number;
280
+ containerRef: React.RefObject<HTMLDivElement>;
281
+ id: string;
282
+ indexRef: React.MutableRefObject<number>;
283
+ isVirtualized: boolean;
284
+ items: import("../..").Item<any>[];
285
+ }) => void) | undefined;
286
+ onRegisterItem?: ((data: {
287
+ item: any;
288
+ textValue: string;
289
+ }, prevState: {
290
+ hiddenIds: string[];
291
+ nonInteractiveIds: string[];
292
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
293
+ itemWidthCache: Record<string, number>;
294
+ containerWidth: number;
295
+ overflowTargetWidth: number;
296
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
297
+ unselectedIds: string[];
298
+ cursorId: string;
299
+ columnCount: number;
300
+ UNSTABLE_virtual: {
301
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
302
+ totalSize: number;
303
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
304
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
305
+ measure: () => void;
306
+ };
307
+ UNSTABLE_defaultItemHeight: number;
308
+ containerRef: React.RefObject<HTMLDivElement>;
309
+ id: string;
310
+ indexRef: React.MutableRefObject<number>;
311
+ isVirtualized: boolean;
312
+ items: import("../..").Item<any>[];
313
+ }) => void) | undefined;
314
+ onGoTo?: ((data: {
315
+ id: string;
316
+ }, prevState: {
317
+ hiddenIds: string[];
318
+ nonInteractiveIds: string[];
319
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
320
+ itemWidthCache: Record<string, number>;
321
+ containerWidth: number;
322
+ overflowTargetWidth: number;
323
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
324
+ unselectedIds: string[];
325
+ cursorId: string;
326
+ columnCount: number;
327
+ UNSTABLE_virtual: {
328
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
329
+ totalSize: number;
330
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
331
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
332
+ measure: () => void;
333
+ };
334
+ UNSTABLE_defaultItemHeight: number;
335
+ containerRef: React.RefObject<HTMLDivElement>;
336
+ id: string;
337
+ indexRef: React.MutableRefObject<number>;
338
+ isVirtualized: boolean;
339
+ items: import("../..").Item<any>[];
340
+ }) => void) | undefined;
341
+ onGoToNext?: ((data: undefined, prevState: {
342
+ hiddenIds: string[];
343
+ nonInteractiveIds: string[];
344
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
345
+ itemWidthCache: Record<string, number>;
346
+ containerWidth: number;
347
+ overflowTargetWidth: number;
348
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
349
+ unselectedIds: string[];
350
+ cursorId: string;
351
+ columnCount: number;
352
+ UNSTABLE_virtual: {
353
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
354
+ totalSize: number;
355
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
356
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
357
+ measure: () => void;
358
+ };
359
+ UNSTABLE_defaultItemHeight: number;
360
+ containerRef: React.RefObject<HTMLDivElement>;
361
+ id: string;
362
+ indexRef: React.MutableRefObject<number>;
363
+ isVirtualized: boolean;
364
+ items: import("../..").Item<any>[];
365
+ }) => void) | undefined;
366
+ onGoToPrevious?: ((data: undefined, prevState: {
367
+ hiddenIds: string[];
368
+ nonInteractiveIds: string[];
369
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
370
+ itemWidthCache: Record<string, number>;
371
+ containerWidth: number;
372
+ overflowTargetWidth: number;
373
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
374
+ unselectedIds: string[];
375
+ cursorId: string;
376
+ columnCount: number;
377
+ UNSTABLE_virtual: {
378
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
379
+ totalSize: number;
380
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
381
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
382
+ measure: () => void;
383
+ };
384
+ UNSTABLE_defaultItemHeight: number;
385
+ containerRef: React.RefObject<HTMLDivElement>;
386
+ id: string;
387
+ indexRef: React.MutableRefObject<number>;
388
+ isVirtualized: boolean;
389
+ items: import("../..").Item<any>[];
390
+ }) => void) | undefined;
391
+ onGoToPreviousRow?: ((data: undefined, prevState: {
392
+ hiddenIds: string[];
393
+ nonInteractiveIds: string[];
394
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
395
+ itemWidthCache: Record<string, number>;
396
+ containerWidth: number;
397
+ overflowTargetWidth: number;
398
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
399
+ unselectedIds: string[];
400
+ cursorId: string;
401
+ columnCount: number;
402
+ UNSTABLE_virtual: {
403
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
404
+ totalSize: number;
405
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
406
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
407
+ measure: () => void;
408
+ };
409
+ UNSTABLE_defaultItemHeight: number;
410
+ containerRef: React.RefObject<HTMLDivElement>;
411
+ id: string;
412
+ indexRef: React.MutableRefObject<number>;
413
+ isVirtualized: boolean;
414
+ items: import("../..").Item<any>[];
415
+ }) => void) | undefined;
416
+ onGoToNextRow?: ((data: undefined, prevState: {
417
+ hiddenIds: string[];
418
+ nonInteractiveIds: string[];
419
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
420
+ itemWidthCache: Record<string, number>;
421
+ containerWidth: number;
422
+ overflowTargetWidth: number;
423
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
424
+ unselectedIds: string[];
425
+ cursorId: string;
426
+ columnCount: number;
427
+ UNSTABLE_virtual: {
428
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
429
+ totalSize: number;
430
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
431
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
432
+ measure: () => void;
433
+ };
434
+ UNSTABLE_defaultItemHeight: number;
435
+ containerRef: React.RefObject<HTMLDivElement>;
436
+ id: string;
437
+ indexRef: React.MutableRefObject<number>;
438
+ isVirtualized: boolean;
439
+ items: import("../..").Item<any>[];
440
+ }) => void) | undefined;
441
+ onGoToFirst?: ((data: undefined, prevState: {
442
+ hiddenIds: string[];
443
+ nonInteractiveIds: string[];
444
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
445
+ itemWidthCache: Record<string, number>;
446
+ containerWidth: number;
447
+ overflowTargetWidth: number;
448
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
449
+ unselectedIds: string[];
450
+ cursorId: string;
451
+ columnCount: number;
452
+ UNSTABLE_virtual: {
453
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
454
+ totalSize: number;
455
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
456
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
457
+ measure: () => void;
458
+ };
459
+ UNSTABLE_defaultItemHeight: number;
460
+ containerRef: React.RefObject<HTMLDivElement>;
461
+ id: string;
462
+ indexRef: React.MutableRefObject<number>;
463
+ isVirtualized: boolean;
464
+ items: import("../..").Item<any>[];
465
+ }) => void) | undefined;
466
+ onGoToLast?: ((data: undefined, prevState: {
467
+ hiddenIds: string[];
468
+ nonInteractiveIds: string[];
469
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
470
+ itemWidthCache: Record<string, number>;
471
+ containerWidth: number;
472
+ overflowTargetWidth: number;
473
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
474
+ unselectedIds: string[];
475
+ cursorId: string;
476
+ columnCount: number;
477
+ UNSTABLE_virtual: {
478
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
479
+ totalSize: number;
480
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
481
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
482
+ measure: () => void;
483
+ };
484
+ UNSTABLE_defaultItemHeight: number;
485
+ containerRef: React.RefObject<HTMLDivElement>;
486
+ id: string;
487
+ indexRef: React.MutableRefObject<number>;
488
+ isVirtualized: boolean;
489
+ items: import("../..").Item<any>[];
490
+ }) => void) | undefined;
491
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
492
+ hiddenIds: string[];
493
+ nonInteractiveIds: string[];
494
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
495
+ itemWidthCache: Record<string, number>;
496
+ containerWidth: number;
497
+ overflowTargetWidth: number;
498
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
499
+ unselectedIds: string[];
500
+ cursorId: string;
501
+ columnCount: number;
502
+ UNSTABLE_virtual: {
503
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
504
+ totalSize: number;
505
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
506
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
507
+ measure: () => void;
508
+ };
509
+ UNSTABLE_defaultItemHeight: number;
510
+ containerRef: React.RefObject<HTMLDivElement>;
511
+ id: string;
512
+ indexRef: React.MutableRefObject<number>;
513
+ isVirtualized: boolean;
514
+ items: import("../..").Item<any>[];
515
+ }) => void) | undefined;
516
+ onGoToLastOfRow?: ((data: undefined, prevState: {
517
+ hiddenIds: string[];
518
+ nonInteractiveIds: string[];
519
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
520
+ itemWidthCache: Record<string, number>;
521
+ containerWidth: number;
522
+ overflowTargetWidth: number;
523
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
524
+ unselectedIds: string[];
525
+ cursorId: string;
526
+ columnCount: number;
527
+ UNSTABLE_virtual: {
528
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
529
+ totalSize: number;
530
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
531
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
532
+ measure: () => void;
533
+ };
534
+ UNSTABLE_defaultItemHeight: number;
535
+ containerRef: React.RefObject<HTMLDivElement>;
536
+ id: string;
537
+ indexRef: React.MutableRefObject<number>;
538
+ isVirtualized: boolean;
539
+ items: import("../..").Item<any>[];
540
+ }) => void) | undefined;
541
+ onGoToNextPage?: ((data: undefined, prevState: {
542
+ hiddenIds: string[];
543
+ nonInteractiveIds: string[];
544
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
545
+ itemWidthCache: Record<string, number>;
546
+ containerWidth: number;
547
+ overflowTargetWidth: number;
548
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
549
+ unselectedIds: string[];
550
+ cursorId: string;
551
+ columnCount: number;
552
+ UNSTABLE_virtual: {
553
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
554
+ totalSize: number;
555
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
556
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
557
+ measure: () => void;
558
+ };
559
+ UNSTABLE_defaultItemHeight: number;
560
+ containerRef: React.RefObject<HTMLDivElement>;
561
+ id: string;
562
+ indexRef: React.MutableRefObject<number>;
563
+ isVirtualized: boolean;
564
+ items: import("../..").Item<any>[];
565
+ }) => void) | undefined;
566
+ onGoToPreviousPage?: ((data: undefined, prevState: {
567
+ hiddenIds: string[];
568
+ nonInteractiveIds: string[];
569
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
570
+ itemWidthCache: Record<string, number>;
571
+ containerWidth: number;
572
+ overflowTargetWidth: number;
573
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
574
+ unselectedIds: string[];
575
+ cursorId: string;
576
+ columnCount: number;
577
+ UNSTABLE_virtual: {
578
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
579
+ totalSize: number;
580
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
581
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
582
+ measure: () => void;
583
+ };
584
+ UNSTABLE_defaultItemHeight: number;
585
+ containerRef: React.RefObject<HTMLDivElement>;
586
+ id: string;
587
+ indexRef: React.MutableRefObject<number>;
588
+ isVirtualized: boolean;
589
+ items: import("../..").Item<any>[];
590
+ }) => void) | undefined;
591
+ onUnregisterItem?: ((data: {
592
+ id: string;
593
+ }, prevState: {
594
+ hiddenIds: string[];
595
+ nonInteractiveIds: string[];
596
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
597
+ itemWidthCache: Record<string, number>;
598
+ containerWidth: number;
599
+ overflowTargetWidth: number;
600
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
601
+ unselectedIds: string[];
602
+ cursorId: string;
603
+ columnCount: number;
604
+ UNSTABLE_virtual: {
605
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
606
+ totalSize: number;
607
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
608
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
609
+ measure: () => void;
610
+ };
611
+ UNSTABLE_defaultItemHeight: number;
612
+ containerRef: React.RefObject<HTMLDivElement>;
613
+ id: string;
614
+ indexRef: React.MutableRefObject<number>;
615
+ isVirtualized: boolean;
616
+ items: import("../..").Item<any>[];
617
+ }) => void) | undefined;
618
+ onUpdateItemHeight?: ((data: {
619
+ value: number;
620
+ }, prevState: {
621
+ hiddenIds: string[];
622
+ nonInteractiveIds: string[];
623
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
624
+ itemWidthCache: Record<string, number>;
625
+ containerWidth: number;
626
+ overflowTargetWidth: number;
627
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
628
+ unselectedIds: string[];
629
+ cursorId: string;
630
+ columnCount: number;
631
+ UNSTABLE_virtual: {
632
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
633
+ totalSize: number;
634
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
635
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
636
+ measure: () => void;
637
+ };
638
+ UNSTABLE_defaultItemHeight: number;
639
+ containerRef: React.RefObject<HTMLDivElement>;
640
+ id: string;
641
+ indexRef: React.MutableRefObject<number>;
642
+ isVirtualized: boolean;
643
+ items: import("../..").Item<any>[];
644
+ }) => void) | undefined;
645
+ } & {
646
+ shouldSelect?: ((data: {
647
+ id: string;
648
+ }, state: {
649
+ hiddenIds: string[];
650
+ nonInteractiveIds: string[];
651
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
652
+ itemWidthCache: Record<string, number>;
653
+ containerWidth: number;
654
+ overflowTargetWidth: number;
655
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
656
+ unselectedIds: string[];
657
+ cursorId: string;
658
+ columnCount: number;
659
+ UNSTABLE_virtual: {
660
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
661
+ totalSize: number;
662
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
663
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
664
+ measure: () => void;
665
+ };
666
+ UNSTABLE_defaultItemHeight: number;
667
+ containerRef: React.RefObject<HTMLDivElement>;
668
+ id: string;
669
+ indexRef: React.MutableRefObject<number>;
670
+ isVirtualized: boolean;
671
+ items: import("../..").Item<any>[];
672
+ }) => boolean) | undefined;
673
+ shouldSetContainerWidth?: ((data: {
674
+ width?: number | undefined;
675
+ }, state: {
676
+ hiddenIds: string[];
677
+ nonInteractiveIds: string[];
678
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
679
+ itemWidthCache: Record<string, number>;
680
+ containerWidth: number;
681
+ overflowTargetWidth: number;
682
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
683
+ unselectedIds: string[];
684
+ cursorId: string;
685
+ columnCount: number;
686
+ UNSTABLE_virtual: {
687
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
688
+ totalSize: number;
689
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
690
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
691
+ measure: () => void;
692
+ };
693
+ UNSTABLE_defaultItemHeight: number;
694
+ containerRef: React.RefObject<HTMLDivElement>;
695
+ id: string;
696
+ indexRef: React.MutableRefObject<number>;
697
+ isVirtualized: boolean;
698
+ items: import("../..").Item<any>[];
699
+ }) => boolean) | undefined;
700
+ shouldSetOverflowTargetWidth?: ((data: {
701
+ width: number;
702
+ }, state: {
703
+ hiddenIds: string[];
704
+ nonInteractiveIds: string[];
705
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
706
+ itemWidthCache: Record<string, number>;
707
+ containerWidth: number;
708
+ overflowTargetWidth: number;
709
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
710
+ unselectedIds: string[];
711
+ cursorId: string;
712
+ columnCount: number;
713
+ UNSTABLE_virtual: {
714
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
715
+ totalSize: number;
716
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
717
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
718
+ measure: () => void;
719
+ };
720
+ UNSTABLE_defaultItemHeight: number;
721
+ containerRef: React.RefObject<HTMLDivElement>;
722
+ id: string;
723
+ indexRef: React.MutableRefObject<number>;
724
+ isVirtualized: boolean;
725
+ items: import("../..").Item<any>[];
726
+ }) => boolean) | undefined;
727
+ shouldAddItemWidth?: ((data: {
728
+ id: string;
729
+ width: number;
730
+ }, state: {
731
+ hiddenIds: string[];
732
+ nonInteractiveIds: string[];
733
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
734
+ itemWidthCache: Record<string, number>;
735
+ containerWidth: number;
736
+ overflowTargetWidth: number;
737
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
738
+ unselectedIds: string[];
739
+ cursorId: string;
740
+ columnCount: number;
741
+ UNSTABLE_virtual: {
742
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
743
+ totalSize: number;
744
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
745
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
746
+ measure: () => void;
747
+ };
748
+ UNSTABLE_defaultItemHeight: number;
749
+ containerRef: React.RefObject<HTMLDivElement>;
750
+ id: string;
751
+ indexRef: React.MutableRefObject<number>;
752
+ isVirtualized: boolean;
753
+ items: import("../..").Item<any>[];
754
+ }) => boolean) | undefined;
755
+ shouldRemoveItemWidth?: ((data: {
756
+ id: string;
757
+ }, state: {
758
+ hiddenIds: string[];
759
+ nonInteractiveIds: string[];
760
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
761
+ itemWidthCache: Record<string, number>;
762
+ containerWidth: number;
763
+ overflowTargetWidth: number;
764
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
765
+ unselectedIds: string[];
766
+ cursorId: string;
767
+ columnCount: number;
768
+ UNSTABLE_virtual: {
769
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
770
+ totalSize: number;
771
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
772
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
773
+ measure: () => void;
774
+ };
775
+ UNSTABLE_defaultItemHeight: number;
776
+ containerRef: React.RefObject<HTMLDivElement>;
777
+ id: string;
778
+ indexRef: React.MutableRefObject<number>;
779
+ isVirtualized: boolean;
780
+ items: import("../..").Item<any>[];
781
+ }) => boolean) | undefined;
782
+ shouldAddHiddenKey?: ((data: {
783
+ id: string;
784
+ }, state: {
785
+ hiddenIds: string[];
786
+ nonInteractiveIds: string[];
787
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
788
+ itemWidthCache: Record<string, number>;
789
+ containerWidth: number;
790
+ overflowTargetWidth: number;
791
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
792
+ unselectedIds: string[];
793
+ cursorId: string;
794
+ columnCount: number;
795
+ UNSTABLE_virtual: {
796
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
797
+ totalSize: number;
798
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
799
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
800
+ measure: () => void;
801
+ };
802
+ UNSTABLE_defaultItemHeight: number;
803
+ containerRef: React.RefObject<HTMLDivElement>;
804
+ id: string;
805
+ indexRef: React.MutableRefObject<number>;
806
+ isVirtualized: boolean;
807
+ items: import("../..").Item<any>[];
808
+ }) => boolean) | undefined;
809
+ shouldRemoveHiddenKey?: ((data: {
810
+ id: string;
811
+ }, state: {
812
+ hiddenIds: string[];
813
+ nonInteractiveIds: string[];
814
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
815
+ itemWidthCache: Record<string, number>;
816
+ containerWidth: number;
817
+ overflowTargetWidth: number;
818
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
819
+ unselectedIds: string[];
820
+ cursorId: string;
821
+ columnCount: number;
822
+ UNSTABLE_virtual: {
823
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
824
+ totalSize: number;
825
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
826
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
827
+ measure: () => void;
828
+ };
829
+ UNSTABLE_defaultItemHeight: number;
830
+ containerRef: React.RefObject<HTMLDivElement>;
831
+ id: string;
832
+ indexRef: React.MutableRefObject<number>;
833
+ isVirtualized: boolean;
834
+ items: import("../..").Item<any>[];
835
+ }) => boolean) | undefined;
836
+ shouldSelectAll?: ((data: undefined, state: {
837
+ hiddenIds: string[];
838
+ nonInteractiveIds: string[];
839
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
840
+ itemWidthCache: Record<string, number>;
841
+ containerWidth: number;
842
+ overflowTargetWidth: number;
843
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
844
+ unselectedIds: string[];
845
+ cursorId: string;
846
+ columnCount: number;
847
+ UNSTABLE_virtual: {
848
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
849
+ totalSize: number;
850
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
851
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
852
+ measure: () => void;
853
+ };
854
+ UNSTABLE_defaultItemHeight: number;
855
+ containerRef: React.RefObject<HTMLDivElement>;
856
+ id: string;
857
+ indexRef: React.MutableRefObject<number>;
858
+ isVirtualized: boolean;
859
+ items: import("../..").Item<any>[];
860
+ }) => boolean) | undefined;
861
+ shouldUnselectAll?: ((data: undefined, state: {
862
+ hiddenIds: string[];
863
+ nonInteractiveIds: string[];
864
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
865
+ itemWidthCache: Record<string, number>;
866
+ containerWidth: number;
867
+ overflowTargetWidth: number;
868
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
869
+ unselectedIds: string[];
870
+ cursorId: string;
871
+ columnCount: number;
872
+ UNSTABLE_virtual: {
873
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
874
+ totalSize: number;
875
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
876
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
877
+ measure: () => void;
878
+ };
879
+ UNSTABLE_defaultItemHeight: number;
880
+ containerRef: React.RefObject<HTMLDivElement>;
881
+ id: string;
882
+ indexRef: React.MutableRefObject<number>;
883
+ isVirtualized: boolean;
884
+ items: import("../..").Item<any>[];
885
+ }) => boolean) | undefined;
886
+ shouldRegisterItem?: ((data: {
887
+ item: any;
888
+ textValue: string;
889
+ }, state: {
890
+ hiddenIds: string[];
891
+ nonInteractiveIds: string[];
892
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
893
+ itemWidthCache: Record<string, number>;
894
+ containerWidth: number;
895
+ overflowTargetWidth: number;
896
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
897
+ unselectedIds: string[];
898
+ cursorId: string;
899
+ columnCount: number;
900
+ UNSTABLE_virtual: {
901
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
902
+ totalSize: number;
903
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
904
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
905
+ measure: () => void;
906
+ };
907
+ UNSTABLE_defaultItemHeight: number;
908
+ containerRef: React.RefObject<HTMLDivElement>;
909
+ id: string;
910
+ indexRef: React.MutableRefObject<number>;
911
+ isVirtualized: boolean;
912
+ items: import("../..").Item<any>[];
913
+ }) => boolean) | undefined;
914
+ shouldGoTo?: ((data: {
915
+ id: string;
916
+ }, state: {
917
+ hiddenIds: string[];
918
+ nonInteractiveIds: string[];
919
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
920
+ itemWidthCache: Record<string, number>;
921
+ containerWidth: number;
922
+ overflowTargetWidth: number;
923
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
924
+ unselectedIds: string[];
925
+ cursorId: string;
926
+ columnCount: number;
927
+ UNSTABLE_virtual: {
928
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
929
+ totalSize: number;
930
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
931
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
932
+ measure: () => void;
933
+ };
934
+ UNSTABLE_defaultItemHeight: number;
935
+ containerRef: React.RefObject<HTMLDivElement>;
936
+ id: string;
937
+ indexRef: React.MutableRefObject<number>;
938
+ isVirtualized: boolean;
939
+ items: import("../..").Item<any>[];
940
+ }) => boolean) | undefined;
941
+ shouldGoToNext?: ((data: undefined, state: {
942
+ hiddenIds: string[];
943
+ nonInteractiveIds: string[];
944
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
945
+ itemWidthCache: Record<string, number>;
946
+ containerWidth: number;
947
+ overflowTargetWidth: number;
948
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
949
+ unselectedIds: string[];
950
+ cursorId: string;
951
+ columnCount: number;
952
+ UNSTABLE_virtual: {
953
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
954
+ totalSize: number;
955
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
956
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
957
+ measure: () => void;
958
+ };
959
+ UNSTABLE_defaultItemHeight: number;
960
+ containerRef: React.RefObject<HTMLDivElement>;
961
+ id: string;
962
+ indexRef: React.MutableRefObject<number>;
963
+ isVirtualized: boolean;
964
+ items: import("../..").Item<any>[];
965
+ }) => boolean) | undefined;
966
+ shouldGoToPrevious?: ((data: undefined, state: {
967
+ hiddenIds: string[];
968
+ nonInteractiveIds: string[];
969
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
970
+ itemWidthCache: Record<string, number>;
971
+ containerWidth: number;
972
+ overflowTargetWidth: number;
973
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
974
+ unselectedIds: string[];
975
+ cursorId: string;
976
+ columnCount: number;
977
+ UNSTABLE_virtual: {
978
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
979
+ totalSize: number;
980
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
981
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
982
+ measure: () => void;
983
+ };
984
+ UNSTABLE_defaultItemHeight: number;
985
+ containerRef: React.RefObject<HTMLDivElement>;
986
+ id: string;
987
+ indexRef: React.MutableRefObject<number>;
988
+ isVirtualized: boolean;
989
+ items: import("../..").Item<any>[];
990
+ }) => boolean) | undefined;
991
+ shouldGoToPreviousRow?: ((data: undefined, state: {
992
+ hiddenIds: string[];
993
+ nonInteractiveIds: string[];
994
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
995
+ itemWidthCache: Record<string, number>;
996
+ containerWidth: number;
997
+ overflowTargetWidth: number;
998
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
999
+ unselectedIds: string[];
1000
+ cursorId: string;
1001
+ columnCount: number;
1002
+ UNSTABLE_virtual: {
1003
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1004
+ totalSize: number;
1005
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1006
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1007
+ measure: () => void;
1008
+ };
1009
+ UNSTABLE_defaultItemHeight: number;
1010
+ containerRef: React.RefObject<HTMLDivElement>;
1011
+ id: string;
1012
+ indexRef: React.MutableRefObject<number>;
1013
+ isVirtualized: boolean;
1014
+ items: import("../..").Item<any>[];
1015
+ }) => boolean) | undefined;
1016
+ shouldGoToNextRow?: ((data: undefined, state: {
1017
+ hiddenIds: string[];
1018
+ nonInteractiveIds: string[];
1019
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1020
+ itemWidthCache: Record<string, number>;
1021
+ containerWidth: number;
1022
+ overflowTargetWidth: number;
1023
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1024
+ unselectedIds: string[];
1025
+ cursorId: string;
1026
+ columnCount: number;
1027
+ UNSTABLE_virtual: {
1028
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1029
+ totalSize: number;
1030
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1031
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1032
+ measure: () => void;
1033
+ };
1034
+ UNSTABLE_defaultItemHeight: number;
1035
+ containerRef: React.RefObject<HTMLDivElement>;
1036
+ id: string;
1037
+ indexRef: React.MutableRefObject<number>;
1038
+ isVirtualized: boolean;
1039
+ items: import("../..").Item<any>[];
1040
+ }) => boolean) | undefined;
1041
+ shouldGoToFirst?: ((data: undefined, state: {
1042
+ hiddenIds: string[];
1043
+ nonInteractiveIds: string[];
1044
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1045
+ itemWidthCache: Record<string, number>;
1046
+ containerWidth: number;
1047
+ overflowTargetWidth: number;
1048
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1049
+ unselectedIds: string[];
1050
+ cursorId: string;
1051
+ columnCount: number;
1052
+ UNSTABLE_virtual: {
1053
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1054
+ totalSize: number;
1055
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1056
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1057
+ measure: () => void;
1058
+ };
1059
+ UNSTABLE_defaultItemHeight: number;
1060
+ containerRef: React.RefObject<HTMLDivElement>;
1061
+ id: string;
1062
+ indexRef: React.MutableRefObject<number>;
1063
+ isVirtualized: boolean;
1064
+ items: import("../..").Item<any>[];
1065
+ }) => boolean) | undefined;
1066
+ shouldGoToLast?: ((data: undefined, state: {
1067
+ hiddenIds: string[];
1068
+ nonInteractiveIds: string[];
1069
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1070
+ itemWidthCache: Record<string, number>;
1071
+ containerWidth: number;
1072
+ overflowTargetWidth: number;
1073
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1074
+ unselectedIds: string[];
1075
+ cursorId: string;
1076
+ columnCount: number;
1077
+ UNSTABLE_virtual: {
1078
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1079
+ totalSize: number;
1080
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1081
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1082
+ measure: () => void;
1083
+ };
1084
+ UNSTABLE_defaultItemHeight: number;
1085
+ containerRef: React.RefObject<HTMLDivElement>;
1086
+ id: string;
1087
+ indexRef: React.MutableRefObject<number>;
1088
+ isVirtualized: boolean;
1089
+ items: import("../..").Item<any>[];
1090
+ }) => boolean) | undefined;
1091
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
1092
+ hiddenIds: string[];
1093
+ nonInteractiveIds: string[];
1094
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1095
+ itemWidthCache: Record<string, number>;
1096
+ containerWidth: number;
1097
+ overflowTargetWidth: number;
1098
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1099
+ unselectedIds: string[];
1100
+ cursorId: string;
1101
+ columnCount: number;
1102
+ UNSTABLE_virtual: {
1103
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1104
+ totalSize: number;
1105
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1106
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1107
+ measure: () => void;
1108
+ };
1109
+ UNSTABLE_defaultItemHeight: number;
1110
+ containerRef: React.RefObject<HTMLDivElement>;
1111
+ id: string;
1112
+ indexRef: React.MutableRefObject<number>;
1113
+ isVirtualized: boolean;
1114
+ items: import("../..").Item<any>[];
1115
+ }) => boolean) | undefined;
1116
+ shouldGoToLastOfRow?: ((data: undefined, state: {
1117
+ hiddenIds: string[];
1118
+ nonInteractiveIds: string[];
1119
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1120
+ itemWidthCache: Record<string, number>;
1121
+ containerWidth: number;
1122
+ overflowTargetWidth: number;
1123
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1124
+ unselectedIds: string[];
1125
+ cursorId: string;
1126
+ columnCount: number;
1127
+ UNSTABLE_virtual: {
1128
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1129
+ totalSize: number;
1130
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1131
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1132
+ measure: () => void;
1133
+ };
1134
+ UNSTABLE_defaultItemHeight: number;
1135
+ containerRef: React.RefObject<HTMLDivElement>;
1136
+ id: string;
1137
+ indexRef: React.MutableRefObject<number>;
1138
+ isVirtualized: boolean;
1139
+ items: import("../..").Item<any>[];
1140
+ }) => boolean) | undefined;
1141
+ shouldGoToNextPage?: ((data: undefined, state: {
1142
+ hiddenIds: string[];
1143
+ nonInteractiveIds: string[];
1144
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1145
+ itemWidthCache: Record<string, number>;
1146
+ containerWidth: number;
1147
+ overflowTargetWidth: number;
1148
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1149
+ unselectedIds: string[];
1150
+ cursorId: string;
1151
+ columnCount: number;
1152
+ UNSTABLE_virtual: {
1153
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1154
+ totalSize: number;
1155
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1156
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1157
+ measure: () => void;
1158
+ };
1159
+ UNSTABLE_defaultItemHeight: number;
1160
+ containerRef: React.RefObject<HTMLDivElement>;
1161
+ id: string;
1162
+ indexRef: React.MutableRefObject<number>;
1163
+ isVirtualized: boolean;
1164
+ items: import("../..").Item<any>[];
1165
+ }) => boolean) | undefined;
1166
+ shouldGoToPreviousPage?: ((data: undefined, state: {
1167
+ hiddenIds: string[];
1168
+ nonInteractiveIds: string[];
1169
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1170
+ itemWidthCache: Record<string, number>;
1171
+ containerWidth: number;
1172
+ overflowTargetWidth: number;
1173
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1174
+ unselectedIds: string[];
1175
+ cursorId: string;
1176
+ columnCount: number;
1177
+ UNSTABLE_virtual: {
1178
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1179
+ totalSize: number;
1180
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1181
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1182
+ measure: () => void;
1183
+ };
1184
+ UNSTABLE_defaultItemHeight: number;
1185
+ containerRef: React.RefObject<HTMLDivElement>;
1186
+ id: string;
1187
+ indexRef: React.MutableRefObject<number>;
1188
+ isVirtualized: boolean;
1189
+ items: import("../..").Item<any>[];
1190
+ }) => boolean) | undefined;
1191
+ shouldUnregisterItem?: ((data: {
1192
+ id: string;
1193
+ }, state: {
1194
+ hiddenIds: string[];
1195
+ nonInteractiveIds: string[];
1196
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1197
+ itemWidthCache: Record<string, number>;
1198
+ containerWidth: number;
1199
+ overflowTargetWidth: number;
1200
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1201
+ unselectedIds: string[];
1202
+ cursorId: string;
1203
+ columnCount: number;
1204
+ UNSTABLE_virtual: {
1205
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1206
+ totalSize: number;
1207
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1208
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1209
+ measure: () => void;
1210
+ };
1211
+ UNSTABLE_defaultItemHeight: number;
1212
+ containerRef: React.RefObject<HTMLDivElement>;
1213
+ id: string;
1214
+ indexRef: React.MutableRefObject<number>;
1215
+ isVirtualized: boolean;
1216
+ items: import("../..").Item<any>[];
1217
+ }) => boolean) | undefined;
1218
+ shouldUpdateItemHeight?: ((data: {
1219
+ value: number;
1220
+ }, state: {
1221
+ hiddenIds: string[];
1222
+ nonInteractiveIds: string[];
1223
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1224
+ itemWidthCache: Record<string, number>;
1225
+ containerWidth: number;
1226
+ overflowTargetWidth: number;
1227
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1228
+ unselectedIds: string[];
1229
+ cursorId: string;
1230
+ columnCount: number;
1231
+ UNSTABLE_virtual: {
1232
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1233
+ totalSize: number;
1234
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1235
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1236
+ measure: () => void;
1237
+ };
1238
+ UNSTABLE_defaultItemHeight: number;
1239
+ containerRef: React.RefObject<HTMLDivElement>;
1240
+ id: string;
1241
+ indexRef: React.MutableRefObject<number>;
1242
+ isVirtualized: boolean;
1243
+ items: import("../..").Item<any>[];
1244
+ }) => boolean) | undefined;
1245
+ }, {
1246
+ state: {
1247
+ hiddenIds: string[];
1248
+ nonInteractiveIds: string[];
1249
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1250
+ itemWidthCache: Record<string, number>;
1251
+ containerWidth: number;
1252
+ overflowTargetWidth: number;
1253
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1254
+ unselectedIds: string[];
1255
+ cursorId: string;
1256
+ columnCount: number;
1257
+ UNSTABLE_virtual: {
1258
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1259
+ totalSize: number;
1260
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1261
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1262
+ measure: () => void;
1263
+ };
1264
+ UNSTABLE_defaultItemHeight: number;
1265
+ containerRef: React.RefObject<HTMLDivElement>;
1266
+ id: string;
1267
+ indexRef: React.MutableRefObject<number>;
1268
+ isVirtualized: boolean;
1269
+ items: import("../..").Item<any>[];
1270
+ };
1271
+ events: {
1272
+ select(data: {
1273
+ id: string;
1274
+ }): void;
1275
+ setContainerWidth(data: {
1276
+ width?: number | undefined;
1277
+ }): void;
1278
+ setOverflowTargetWidth(data: {
1279
+ width: number;
1280
+ }): void;
1281
+ addItemWidth(data: {
1282
+ id: string;
1283
+ width: number;
1284
+ }): void;
1285
+ removeItemWidth(data: {
1286
+ id: string;
1287
+ }): void;
1288
+ addHiddenKey(data: {
1289
+ id: string;
1290
+ }): void;
1291
+ removeHiddenKey(data: {
1292
+ id: string;
1293
+ }): void;
1294
+ selectAll(): void;
1295
+ unselectAll(): void;
1296
+ registerItem(data: {
1297
+ item: any;
1298
+ textValue: string;
1299
+ }): void;
1300
+ goTo(data: {
1301
+ id: string;
1302
+ }): void;
1303
+ goToNext(): void;
1304
+ goToPrevious(): void;
1305
+ goToPreviousRow(): void;
1306
+ goToNextRow(): void;
1307
+ goToFirst(): void;
1308
+ goToLast(): void;
1309
+ goToFirstOfRow(): void;
1310
+ goToLastOfRow(): void;
1311
+ goToNextPage(): void;
1312
+ goToPreviousPage(): void;
1313
+ unregisterItem(data: {
1314
+ id: string;
1315
+ }): void;
1316
+ updateItemHeight(data: {
1317
+ value: number;
1318
+ }): void;
1319
+ };
1320
+ menu: {
1321
+ state: {
1322
+ stackRef: React.RefObject<HTMLDivElement>;
1323
+ targetRef: React.RefObject<HTMLButtonElement>;
1324
+ initialFocusRef: React.RefObject<any> | undefined;
1325
+ returnFocusRef: React.RefObject<any> | undefined;
1326
+ placement: import("@popperjs/core").Placement;
1327
+ id: string;
1328
+ visibility: import("../..").Visibility;
1329
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1330
+ unselectedIds: string[];
1331
+ cursorId: string;
1332
+ columnCount: number;
1333
+ UNSTABLE_virtual: {
1334
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1335
+ totalSize: number;
1336
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1337
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1338
+ measure: () => void;
1339
+ };
1340
+ UNSTABLE_defaultItemHeight: number;
1341
+ containerRef: React.RefObject<HTMLDivElement>;
1342
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1343
+ indexRef: React.MutableRefObject<number>;
1344
+ nonInteractiveIds: string[];
1345
+ isVirtualized: boolean;
1346
+ items: import("../..").Item<any>[];
1347
+ mode: "multiple" | "single";
1348
+ };
1349
+ events: {
1350
+ updatePlacement(data: {
1351
+ placement: import("@popperjs/core").Placement;
1352
+ }): void;
1353
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1354
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1355
+ select(data: {
1356
+ id: string;
1357
+ }): void;
1358
+ selectAll(): void;
1359
+ unselectAll(): void;
1360
+ registerItem(data: {
1361
+ item: any;
1362
+ textValue: string;
1363
+ }): void;
1364
+ goTo(data: {
1365
+ id: string;
1366
+ }): void;
1367
+ goToNext(): void;
1368
+ goToPrevious(): void;
1369
+ goToPreviousRow(): void;
1370
+ goToNextRow(): void;
1371
+ goToFirst(): void;
1372
+ goToLast(): void;
1373
+ goToFirstOfRow(): void;
1374
+ goToLastOfRow(): void;
1375
+ goToNextPage(): void;
1376
+ goToPreviousPage(): void;
1377
+ unregisterItem(data: {
1378
+ id: string;
1379
+ }): void;
1380
+ updateItemHeight(data: {
1381
+ value: number;
1382
+ }): void;
1383
+ };
1384
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1385
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1386
+ getId: (item: any) => string;
1387
+ };
1388
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1389
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1390
+ getId: (item: any) => string;
1391
+ }> & {
1392
+ List: import("../../common").ElementComponentM<"div", import("./ActionBarList").ActionBarListProps<unknown>, {
1393
+ state: {
1394
+ hiddenIds: string[];
1395
+ nonInteractiveIds: string[];
1396
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1397
+ itemWidthCache: Record<string, number>;
1398
+ containerWidth: number;
1399
+ overflowTargetWidth: number;
1400
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1401
+ unselectedIds: string[];
1402
+ cursorId: string;
1403
+ columnCount: number;
1404
+ UNSTABLE_virtual: {
1405
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1406
+ totalSize: number;
1407
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1408
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1409
+ measure: () => void;
1410
+ };
1411
+ UNSTABLE_defaultItemHeight: number;
1412
+ containerRef: React.RefObject<HTMLDivElement>;
1413
+ id: string;
1414
+ indexRef: React.MutableRefObject<number>;
1415
+ isVirtualized: boolean;
1416
+ items: import("../..").Item<any>[];
1417
+ };
1418
+ events: {
1419
+ select(data: {
1420
+ id: string;
1421
+ }): void;
1422
+ setContainerWidth(data: {
1423
+ width?: number | undefined;
1424
+ }): void;
1425
+ setOverflowTargetWidth(data: {
1426
+ width: number;
1427
+ }): void;
1428
+ addItemWidth(data: {
1429
+ id: string;
1430
+ width: number;
1431
+ }): void;
1432
+ removeItemWidth(data: {
1433
+ id: string;
1434
+ }): void;
1435
+ addHiddenKey(data: {
1436
+ id: string;
1437
+ }): void;
1438
+ removeHiddenKey(data: {
1439
+ id: string;
1440
+ }): void;
1441
+ selectAll(): void;
1442
+ unselectAll(): void;
1443
+ registerItem(data: {
1444
+ item: any;
1445
+ textValue: string;
1446
+ }): void;
1447
+ goTo(data: {
1448
+ id: string;
1449
+ }): void;
1450
+ goToNext(): void;
1451
+ goToPrevious(): void;
1452
+ goToPreviousRow(): void;
1453
+ goToNextRow(): void;
1454
+ goToFirst(): void;
1455
+ goToLast(): void;
1456
+ goToFirstOfRow(): void;
1457
+ goToLastOfRow(): void;
1458
+ goToNextPage(): void;
1459
+ goToPreviousPage(): void;
1460
+ unregisterItem(data: {
1461
+ id: string;
1462
+ }): void;
1463
+ updateItemHeight(data: {
1464
+ value: number;
1465
+ }): void;
1466
+ };
1467
+ menu: {
1468
+ state: {
1469
+ stackRef: React.RefObject<HTMLDivElement>;
1470
+ targetRef: React.RefObject<HTMLButtonElement>;
1471
+ initialFocusRef: React.RefObject<any> | undefined;
1472
+ returnFocusRef: React.RefObject<any> | undefined;
1473
+ placement: import("@popperjs/core").Placement;
1474
+ id: string;
1475
+ visibility: import("../..").Visibility;
1476
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1477
+ unselectedIds: string[];
1478
+ cursorId: string;
1479
+ columnCount: number;
1480
+ UNSTABLE_virtual: {
1481
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1482
+ totalSize: number;
1483
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1484
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1485
+ measure: () => void;
1486
+ };
1487
+ UNSTABLE_defaultItemHeight: number;
1488
+ containerRef: React.RefObject<HTMLDivElement>;
1489
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1490
+ indexRef: React.MutableRefObject<number>;
1491
+ nonInteractiveIds: string[];
1492
+ isVirtualized: boolean;
1493
+ items: import("../..").Item<any>[];
1494
+ mode: "multiple" | "single";
1495
+ };
1496
+ events: {
1497
+ updatePlacement(data: {
1498
+ placement: import("@popperjs/core").Placement;
1499
+ }): void;
1500
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1501
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1502
+ select(data: {
1503
+ id: string;
1504
+ }): void;
1505
+ selectAll(): void;
1506
+ unselectAll(): void;
1507
+ registerItem(data: {
1508
+ item: any;
1509
+ textValue: string;
1510
+ }): void;
1511
+ goTo(data: {
1512
+ id: string;
1513
+ }): void;
1514
+ goToNext(): void;
1515
+ goToPrevious(): void;
1516
+ goToPreviousRow(): void;
1517
+ goToNextRow(): void;
1518
+ goToFirst(): void;
1519
+ goToLast(): void;
1520
+ goToFirstOfRow(): void;
1521
+ goToLastOfRow(): void;
1522
+ goToNextPage(): void;
1523
+ goToPreviousPage(): void;
1524
+ unregisterItem(data: {
1525
+ id: string;
1526
+ }): void;
1527
+ updateItemHeight(data: {
1528
+ value: number;
1529
+ }): void;
1530
+ };
1531
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1532
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1533
+ getId: (item: any) => string;
1534
+ };
1535
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1536
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1537
+ getId: (item: any) => string;
1538
+ }>;
1539
+ Item: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("./ActionBarItem").ActionBarItemProps, {
1540
+ state: {
1541
+ hiddenIds: string[];
1542
+ nonInteractiveIds: string[];
1543
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1544
+ itemWidthCache: Record<string, number>;
1545
+ containerWidth: number;
1546
+ overflowTargetWidth: number;
1547
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1548
+ unselectedIds: string[];
1549
+ cursorId: string;
1550
+ columnCount: number;
1551
+ UNSTABLE_virtual: {
1552
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1553
+ totalSize: number;
1554
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1555
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1556
+ measure: () => void;
1557
+ };
1558
+ UNSTABLE_defaultItemHeight: number;
1559
+ containerRef: React.RefObject<HTMLDivElement>;
1560
+ id: string;
1561
+ indexRef: React.MutableRefObject<number>;
1562
+ isVirtualized: boolean;
1563
+ items: import("../..").Item<any>[];
1564
+ };
1565
+ events: {
1566
+ select(data: {
1567
+ id: string;
1568
+ }): void;
1569
+ setContainerWidth(data: {
1570
+ width?: number | undefined;
1571
+ }): void;
1572
+ setOverflowTargetWidth(data: {
1573
+ width: number;
1574
+ }): void;
1575
+ addItemWidth(data: {
1576
+ id: string;
1577
+ width: number;
1578
+ }): void;
1579
+ removeItemWidth(data: {
1580
+ id: string;
1581
+ }): void;
1582
+ addHiddenKey(data: {
1583
+ id: string;
1584
+ }): void;
1585
+ removeHiddenKey(data: {
1586
+ id: string;
1587
+ }): void;
1588
+ selectAll(): void;
1589
+ unselectAll(): void;
1590
+ registerItem(data: {
1591
+ item: any;
1592
+ textValue: string;
1593
+ }): void;
1594
+ goTo(data: {
1595
+ id: string;
1596
+ }): void;
1597
+ goToNext(): void;
1598
+ goToPrevious(): void;
1599
+ goToPreviousRow(): void;
1600
+ goToNextRow(): void;
1601
+ goToFirst(): void;
1602
+ goToLast(): void;
1603
+ goToFirstOfRow(): void;
1604
+ goToLastOfRow(): void;
1605
+ goToNextPage(): void;
1606
+ goToPreviousPage(): void;
1607
+ unregisterItem(data: {
1608
+ id: string;
1609
+ }): void;
1610
+ updateItemHeight(data: {
1611
+ value: number;
1612
+ }): void;
1613
+ };
1614
+ menu: {
1615
+ state: {
1616
+ stackRef: React.RefObject<HTMLDivElement>;
1617
+ targetRef: React.RefObject<HTMLButtonElement>;
1618
+ initialFocusRef: React.RefObject<any> | undefined;
1619
+ returnFocusRef: React.RefObject<any> | undefined;
1620
+ placement: import("@popperjs/core").Placement;
1621
+ id: string;
1622
+ visibility: import("../..").Visibility;
1623
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1624
+ unselectedIds: string[];
1625
+ cursorId: string;
1626
+ columnCount: number;
1627
+ UNSTABLE_virtual: {
1628
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1629
+ totalSize: number;
1630
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1631
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1632
+ measure: () => void;
1633
+ };
1634
+ UNSTABLE_defaultItemHeight: number;
1635
+ containerRef: React.RefObject<HTMLDivElement>;
1636
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1637
+ indexRef: React.MutableRefObject<number>;
1638
+ nonInteractiveIds: string[];
1639
+ isVirtualized: boolean;
1640
+ items: import("../..").Item<any>[];
1641
+ mode: "multiple" | "single";
1642
+ };
1643
+ events: {
1644
+ updatePlacement(data: {
1645
+ placement: import("@popperjs/core").Placement;
1646
+ }): void;
1647
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1648
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1649
+ select(data: {
1650
+ id: string;
1651
+ }): void;
1652
+ selectAll(): void;
1653
+ unselectAll(): void;
1654
+ registerItem(data: {
1655
+ item: any;
1656
+ textValue: string;
1657
+ }): void;
1658
+ goTo(data: {
1659
+ id: string;
1660
+ }): void;
1661
+ goToNext(): void;
1662
+ goToPrevious(): void;
1663
+ goToPreviousRow(): void;
1664
+ goToNextRow(): void;
1665
+ goToFirst(): void;
1666
+ goToLast(): void;
1667
+ goToFirstOfRow(): void;
1668
+ goToLastOfRow(): void;
1669
+ goToNextPage(): void;
1670
+ goToPreviousPage(): void;
1671
+ unregisterItem(data: {
1672
+ id: string;
1673
+ }): void;
1674
+ updateItemHeight(data: {
1675
+ value: number;
1676
+ }): void;
1677
+ };
1678
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1679
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1680
+ getId: (item: any) => string;
1681
+ };
1682
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1683
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1684
+ getId: (item: any) => string;
1685
+ }> & {
1686
+ Icon: import("../../common").ElementComponent<"span", import("../..").SystemIconProps>;
1687
+ Text: import("../../common").ElementComponent<"span", {}>;
1688
+ };
1689
+ OverflowButton: import("../../common").ElementComponentM<"button", {}, {
1690
+ state: {
1691
+ hiddenIds: string[];
1692
+ nonInteractiveIds: string[];
1693
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1694
+ itemWidthCache: Record<string, number>;
1695
+ containerWidth: number;
1696
+ overflowTargetWidth: number;
1697
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1698
+ unselectedIds: string[];
1699
+ cursorId: string;
1700
+ columnCount: number;
1701
+ UNSTABLE_virtual: {
1702
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1703
+ totalSize: number;
1704
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1705
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1706
+ measure: () => void;
1707
+ };
1708
+ UNSTABLE_defaultItemHeight: number;
1709
+ containerRef: React.RefObject<HTMLDivElement>;
1710
+ id: string;
1711
+ indexRef: React.MutableRefObject<number>;
1712
+ isVirtualized: boolean;
1713
+ items: import("../..").Item<any>[];
1714
+ };
1715
+ events: {
1716
+ select(data: {
1717
+ id: string;
1718
+ }): void;
1719
+ setContainerWidth(data: {
1720
+ width?: number | undefined;
1721
+ }): void;
1722
+ setOverflowTargetWidth(data: {
1723
+ width: number;
1724
+ }): void;
1725
+ addItemWidth(data: {
1726
+ id: string;
1727
+ width: number;
1728
+ }): void;
1729
+ removeItemWidth(data: {
1730
+ id: string;
1731
+ }): void;
1732
+ addHiddenKey(data: {
1733
+ id: string;
1734
+ }): void;
1735
+ removeHiddenKey(data: {
1736
+ id: string;
1737
+ }): void;
1738
+ selectAll(): void;
1739
+ unselectAll(): void;
1740
+ registerItem(data: {
1741
+ item: any;
1742
+ textValue: string;
1743
+ }): void;
1744
+ goTo(data: {
1745
+ id: string;
1746
+ }): void;
1747
+ goToNext(): void;
1748
+ goToPrevious(): void;
1749
+ goToPreviousRow(): void;
1750
+ goToNextRow(): void;
1751
+ goToFirst(): void;
1752
+ goToLast(): void;
1753
+ goToFirstOfRow(): void;
1754
+ goToLastOfRow(): void;
1755
+ goToNextPage(): void;
1756
+ goToPreviousPage(): void;
1757
+ unregisterItem(data: {
1758
+ id: string;
1759
+ }): void;
1760
+ updateItemHeight(data: {
1761
+ value: number;
1762
+ }): void;
1763
+ };
1764
+ menu: {
1765
+ state: {
1766
+ stackRef: React.RefObject<HTMLDivElement>;
1767
+ targetRef: React.RefObject<HTMLButtonElement>;
1768
+ initialFocusRef: React.RefObject<any> | undefined;
1769
+ returnFocusRef: React.RefObject<any> | undefined;
1770
+ placement: import("@popperjs/core").Placement;
1771
+ id: string;
1772
+ visibility: import("../..").Visibility;
1773
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1774
+ unselectedIds: string[];
1775
+ cursorId: string;
1776
+ columnCount: number;
1777
+ UNSTABLE_virtual: {
1778
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1779
+ totalSize: number;
1780
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1781
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1782
+ measure: () => void;
1783
+ };
1784
+ UNSTABLE_defaultItemHeight: number;
1785
+ containerRef: React.RefObject<HTMLDivElement>;
1786
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1787
+ indexRef: React.MutableRefObject<number>;
1788
+ nonInteractiveIds: string[];
1789
+ isVirtualized: boolean;
1790
+ items: import("../..").Item<any>[];
1791
+ mode: "multiple" | "single";
1792
+ };
1793
+ events: {
1794
+ updatePlacement(data: {
1795
+ placement: import("@popperjs/core").Placement;
1796
+ }): void;
1797
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1798
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
1799
+ select(data: {
1800
+ id: string;
1801
+ }): void;
1802
+ selectAll(): void;
1803
+ unselectAll(): void;
1804
+ registerItem(data: {
1805
+ item: any;
1806
+ textValue: string;
1807
+ }): void;
1808
+ goTo(data: {
1809
+ id: string;
1810
+ }): void;
1811
+ goToNext(): void;
1812
+ goToPrevious(): void;
1813
+ goToPreviousRow(): void;
1814
+ goToNextRow(): void;
1815
+ goToFirst(): void;
1816
+ goToLast(): void;
1817
+ goToFirstOfRow(): void;
1818
+ goToLastOfRow(): void;
1819
+ goToNextPage(): void;
1820
+ goToPreviousPage(): void;
1821
+ unregisterItem(data: {
1822
+ id: string;
1823
+ }): void;
1824
+ updateItemHeight(data: {
1825
+ value: number;
1826
+ }): void;
1827
+ };
1828
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1829
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1830
+ getId: (item: any) => string;
1831
+ };
1832
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1833
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1834
+ getId: (item: any) => string;
1835
+ }>;
1836
+ /**
1837
+ * The overflow menu of the ActionBar component. If there isn't enough room to render all the action
1838
+ * items, the extra actions that don't fit will be overflowed into this menu.
1839
+ * @example
1840
+ * <ActionBar.Menu.Popper>
1841
+ * <ActionBar.Menu.Card>
1842
+ * <ActionBar.Menu.List>
1843
+ * {(item: MyActionItem) => <ActionBar.Menu.Item>{item.text}</ActionBar.Menu.Item>}
1844
+ * </ActionBar.Menu.List>
1845
+ * </ActionBar.Menu.Card>
1846
+ * </ActionBar.Menu.Popper>
1847
+ */
1848
+ Menu: import("../../common").ComponentM<import("../../menu/lib/Menu").MenuProps & Partial<{
1849
+ mode: "multiple" | "single";
1850
+ returnFocusRef: React.RefObject<any> | undefined;
1851
+ initialFocusRef: React.RefObject<any> | undefined;
1852
+ id: string;
1853
+ initialVisibility: import("../..").Visibility;
1854
+ initialSelectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1855
+ initialUnselectedIds: string[];
1856
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
1857
+ initialCursorId: string;
1858
+ columnCount: number;
1859
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
1860
+ getId: (item: any) => string;
1861
+ getTextValue: (item: any) => string;
1862
+ nonInteractiveIds: string[];
1863
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1864
+ defaultItemHeight: number;
1865
+ shouldVirtualize: boolean;
1866
+ items: any[];
1867
+ }> & {
1868
+ onUpdatePlacement?: ((data: {
1869
+ placement: import("@popperjs/core").Placement;
1870
+ }, prevState: {
1871
+ stackRef: React.RefObject<HTMLDivElement>;
1872
+ targetRef: React.RefObject<HTMLButtonElement>;
1873
+ initialFocusRef: React.RefObject<any> | undefined;
1874
+ returnFocusRef: React.RefObject<any> | undefined;
1875
+ placement: import("@popperjs/core").Placement;
1876
+ id: string;
1877
+ visibility: import("../..").Visibility;
1878
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1879
+ unselectedIds: string[];
1880
+ cursorId: string;
1881
+ columnCount: number;
1882
+ UNSTABLE_virtual: {
1883
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1884
+ totalSize: number;
1885
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1886
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1887
+ measure: () => void;
1888
+ };
1889
+ UNSTABLE_defaultItemHeight: number;
1890
+ containerRef: React.RefObject<HTMLDivElement>;
1891
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1892
+ indexRef: React.MutableRefObject<number>;
1893
+ nonInteractiveIds: string[];
1894
+ isVirtualized: boolean;
1895
+ items: import("../..").Item<any>[];
1896
+ mode: "multiple" | "single";
1897
+ }) => void) | undefined;
1898
+ onShow?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, prevState: {
1899
+ stackRef: React.RefObject<HTMLDivElement>;
1900
+ targetRef: React.RefObject<HTMLButtonElement>;
1901
+ initialFocusRef: React.RefObject<any> | undefined;
1902
+ returnFocusRef: React.RefObject<any> | undefined;
1903
+ placement: import("@popperjs/core").Placement;
1904
+ id: string;
1905
+ visibility: import("../..").Visibility;
1906
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1907
+ unselectedIds: string[];
1908
+ cursorId: string;
1909
+ columnCount: number;
1910
+ UNSTABLE_virtual: {
1911
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1912
+ totalSize: number;
1913
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1914
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1915
+ measure: () => void;
1916
+ };
1917
+ UNSTABLE_defaultItemHeight: number;
1918
+ containerRef: React.RefObject<HTMLDivElement>;
1919
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1920
+ indexRef: React.MutableRefObject<number>;
1921
+ nonInteractiveIds: string[];
1922
+ isVirtualized: boolean;
1923
+ items: import("../..").Item<any>[];
1924
+ mode: "multiple" | "single";
1925
+ }) => void) | undefined;
1926
+ onHide?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, prevState: {
1927
+ stackRef: React.RefObject<HTMLDivElement>;
1928
+ targetRef: React.RefObject<HTMLButtonElement>;
1929
+ initialFocusRef: React.RefObject<any> | undefined;
1930
+ returnFocusRef: React.RefObject<any> | undefined;
1931
+ placement: import("@popperjs/core").Placement;
1932
+ id: string;
1933
+ visibility: import("../..").Visibility;
1934
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1935
+ unselectedIds: string[];
1936
+ cursorId: string;
1937
+ columnCount: number;
1938
+ UNSTABLE_virtual: {
1939
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1940
+ totalSize: number;
1941
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1942
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1943
+ measure: () => void;
1944
+ };
1945
+ UNSTABLE_defaultItemHeight: number;
1946
+ containerRef: React.RefObject<HTMLDivElement>;
1947
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1948
+ indexRef: React.MutableRefObject<number>;
1949
+ nonInteractiveIds: string[];
1950
+ isVirtualized: boolean;
1951
+ items: import("../..").Item<any>[];
1952
+ mode: "multiple" | "single";
1953
+ }) => void) | undefined;
1954
+ onSelect?: ((data: {
1955
+ id: string;
1956
+ }, prevState: {
1957
+ stackRef: React.RefObject<HTMLDivElement>;
1958
+ targetRef: React.RefObject<HTMLButtonElement>;
1959
+ initialFocusRef: React.RefObject<any> | undefined;
1960
+ returnFocusRef: React.RefObject<any> | undefined;
1961
+ placement: import("@popperjs/core").Placement;
1962
+ id: string;
1963
+ visibility: import("../..").Visibility;
1964
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1965
+ unselectedIds: string[];
1966
+ cursorId: string;
1967
+ columnCount: number;
1968
+ UNSTABLE_virtual: {
1969
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1970
+ totalSize: number;
1971
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1972
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1973
+ measure: () => void;
1974
+ };
1975
+ UNSTABLE_defaultItemHeight: number;
1976
+ containerRef: React.RefObject<HTMLDivElement>;
1977
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1978
+ indexRef: React.MutableRefObject<number>;
1979
+ nonInteractiveIds: string[];
1980
+ isVirtualized: boolean;
1981
+ items: import("../..").Item<any>[];
1982
+ mode: "multiple" | "single";
1983
+ }) => void) | undefined;
1984
+ onSelectAll?: ((data: undefined, prevState: {
1985
+ stackRef: React.RefObject<HTMLDivElement>;
1986
+ targetRef: React.RefObject<HTMLButtonElement>;
1987
+ initialFocusRef: React.RefObject<any> | undefined;
1988
+ returnFocusRef: React.RefObject<any> | undefined;
1989
+ placement: import("@popperjs/core").Placement;
1990
+ id: string;
1991
+ visibility: import("../..").Visibility;
1992
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
1993
+ unselectedIds: string[];
1994
+ cursorId: string;
1995
+ columnCount: number;
1996
+ UNSTABLE_virtual: {
1997
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1998
+ totalSize: number;
1999
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2000
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2001
+ measure: () => void;
2002
+ };
2003
+ UNSTABLE_defaultItemHeight: number;
2004
+ containerRef: React.RefObject<HTMLDivElement>;
2005
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2006
+ indexRef: React.MutableRefObject<number>;
2007
+ nonInteractiveIds: string[];
2008
+ isVirtualized: boolean;
2009
+ items: import("../..").Item<any>[];
2010
+ mode: "multiple" | "single";
2011
+ }) => void) | undefined;
2012
+ onUnselectAll?: ((data: undefined, prevState: {
2013
+ stackRef: React.RefObject<HTMLDivElement>;
2014
+ targetRef: React.RefObject<HTMLButtonElement>;
2015
+ initialFocusRef: React.RefObject<any> | undefined;
2016
+ returnFocusRef: React.RefObject<any> | undefined;
2017
+ placement: import("@popperjs/core").Placement;
2018
+ id: string;
2019
+ visibility: import("../..").Visibility;
2020
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2021
+ unselectedIds: string[];
2022
+ cursorId: string;
2023
+ columnCount: number;
2024
+ UNSTABLE_virtual: {
2025
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2026
+ totalSize: number;
2027
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2028
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2029
+ measure: () => void;
2030
+ };
2031
+ UNSTABLE_defaultItemHeight: number;
2032
+ containerRef: React.RefObject<HTMLDivElement>;
2033
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2034
+ indexRef: React.MutableRefObject<number>;
2035
+ nonInteractiveIds: string[];
2036
+ isVirtualized: boolean;
2037
+ items: import("../..").Item<any>[];
2038
+ mode: "multiple" | "single";
2039
+ }) => void) | undefined;
2040
+ onRegisterItem?: ((data: {
2041
+ item: any;
2042
+ textValue: string;
2043
+ }, prevState: {
2044
+ stackRef: React.RefObject<HTMLDivElement>;
2045
+ targetRef: React.RefObject<HTMLButtonElement>;
2046
+ initialFocusRef: React.RefObject<any> | undefined;
2047
+ returnFocusRef: React.RefObject<any> | undefined;
2048
+ placement: import("@popperjs/core").Placement;
2049
+ id: string;
2050
+ visibility: import("../..").Visibility;
2051
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2052
+ unselectedIds: string[];
2053
+ cursorId: string;
2054
+ columnCount: number;
2055
+ UNSTABLE_virtual: {
2056
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2057
+ totalSize: number;
2058
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2059
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2060
+ measure: () => void;
2061
+ };
2062
+ UNSTABLE_defaultItemHeight: number;
2063
+ containerRef: React.RefObject<HTMLDivElement>;
2064
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2065
+ indexRef: React.MutableRefObject<number>;
2066
+ nonInteractiveIds: string[];
2067
+ isVirtualized: boolean;
2068
+ items: import("../..").Item<any>[];
2069
+ mode: "multiple" | "single";
2070
+ }) => void) | undefined;
2071
+ onGoTo?: ((data: {
2072
+ id: string;
2073
+ }, prevState: {
2074
+ stackRef: React.RefObject<HTMLDivElement>;
2075
+ targetRef: React.RefObject<HTMLButtonElement>;
2076
+ initialFocusRef: React.RefObject<any> | undefined;
2077
+ returnFocusRef: React.RefObject<any> | undefined;
2078
+ placement: import("@popperjs/core").Placement;
2079
+ id: string;
2080
+ visibility: import("../..").Visibility;
2081
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2082
+ unselectedIds: string[];
2083
+ cursorId: string;
2084
+ columnCount: number;
2085
+ UNSTABLE_virtual: {
2086
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2087
+ totalSize: number;
2088
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2089
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2090
+ measure: () => void;
2091
+ };
2092
+ UNSTABLE_defaultItemHeight: number;
2093
+ containerRef: React.RefObject<HTMLDivElement>;
2094
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2095
+ indexRef: React.MutableRefObject<number>;
2096
+ nonInteractiveIds: string[];
2097
+ isVirtualized: boolean;
2098
+ items: import("../..").Item<any>[];
2099
+ mode: "multiple" | "single";
2100
+ }) => void) | undefined;
2101
+ onGoToNext?: ((data: undefined, prevState: {
2102
+ stackRef: React.RefObject<HTMLDivElement>;
2103
+ targetRef: React.RefObject<HTMLButtonElement>;
2104
+ initialFocusRef: React.RefObject<any> | undefined;
2105
+ returnFocusRef: React.RefObject<any> | undefined;
2106
+ placement: import("@popperjs/core").Placement;
2107
+ id: string;
2108
+ visibility: import("../..").Visibility;
2109
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2110
+ unselectedIds: string[];
2111
+ cursorId: string;
2112
+ columnCount: number;
2113
+ UNSTABLE_virtual: {
2114
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2115
+ totalSize: number;
2116
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2117
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2118
+ measure: () => void;
2119
+ };
2120
+ UNSTABLE_defaultItemHeight: number;
2121
+ containerRef: React.RefObject<HTMLDivElement>;
2122
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2123
+ indexRef: React.MutableRefObject<number>;
2124
+ nonInteractiveIds: string[];
2125
+ isVirtualized: boolean;
2126
+ items: import("../..").Item<any>[];
2127
+ mode: "multiple" | "single";
2128
+ }) => void) | undefined;
2129
+ onGoToPrevious?: ((data: undefined, prevState: {
2130
+ stackRef: React.RefObject<HTMLDivElement>;
2131
+ targetRef: React.RefObject<HTMLButtonElement>;
2132
+ initialFocusRef: React.RefObject<any> | undefined;
2133
+ returnFocusRef: React.RefObject<any> | undefined;
2134
+ placement: import("@popperjs/core").Placement;
2135
+ id: string;
2136
+ visibility: import("../..").Visibility;
2137
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2138
+ unselectedIds: string[];
2139
+ cursorId: string;
2140
+ columnCount: number;
2141
+ UNSTABLE_virtual: {
2142
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2143
+ totalSize: number;
2144
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2145
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2146
+ measure: () => void;
2147
+ };
2148
+ UNSTABLE_defaultItemHeight: number;
2149
+ containerRef: React.RefObject<HTMLDivElement>;
2150
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2151
+ indexRef: React.MutableRefObject<number>;
2152
+ nonInteractiveIds: string[];
2153
+ isVirtualized: boolean;
2154
+ items: import("../..").Item<any>[];
2155
+ mode: "multiple" | "single";
2156
+ }) => void) | undefined;
2157
+ onGoToPreviousRow?: ((data: undefined, prevState: {
2158
+ stackRef: React.RefObject<HTMLDivElement>;
2159
+ targetRef: React.RefObject<HTMLButtonElement>;
2160
+ initialFocusRef: React.RefObject<any> | undefined;
2161
+ returnFocusRef: React.RefObject<any> | undefined;
2162
+ placement: import("@popperjs/core").Placement;
2163
+ id: string;
2164
+ visibility: import("../..").Visibility;
2165
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2166
+ unselectedIds: string[];
2167
+ cursorId: string;
2168
+ columnCount: number;
2169
+ UNSTABLE_virtual: {
2170
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2171
+ totalSize: number;
2172
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2173
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2174
+ measure: () => void;
2175
+ };
2176
+ UNSTABLE_defaultItemHeight: number;
2177
+ containerRef: React.RefObject<HTMLDivElement>;
2178
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2179
+ indexRef: React.MutableRefObject<number>;
2180
+ nonInteractiveIds: string[];
2181
+ isVirtualized: boolean;
2182
+ items: import("../..").Item<any>[];
2183
+ mode: "multiple" | "single";
2184
+ }) => void) | undefined;
2185
+ onGoToNextRow?: ((data: undefined, prevState: {
2186
+ stackRef: React.RefObject<HTMLDivElement>;
2187
+ targetRef: React.RefObject<HTMLButtonElement>;
2188
+ initialFocusRef: React.RefObject<any> | undefined;
2189
+ returnFocusRef: React.RefObject<any> | undefined;
2190
+ placement: import("@popperjs/core").Placement;
2191
+ id: string;
2192
+ visibility: import("../..").Visibility;
2193
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2194
+ unselectedIds: string[];
2195
+ cursorId: string;
2196
+ columnCount: number;
2197
+ UNSTABLE_virtual: {
2198
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2199
+ totalSize: number;
2200
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2201
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2202
+ measure: () => void;
2203
+ };
2204
+ UNSTABLE_defaultItemHeight: number;
2205
+ containerRef: React.RefObject<HTMLDivElement>;
2206
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2207
+ indexRef: React.MutableRefObject<number>;
2208
+ nonInteractiveIds: string[];
2209
+ isVirtualized: boolean;
2210
+ items: import("../..").Item<any>[];
2211
+ mode: "multiple" | "single";
2212
+ }) => void) | undefined;
2213
+ onGoToFirst?: ((data: undefined, prevState: {
2214
+ stackRef: React.RefObject<HTMLDivElement>;
2215
+ targetRef: React.RefObject<HTMLButtonElement>;
2216
+ initialFocusRef: React.RefObject<any> | undefined;
2217
+ returnFocusRef: React.RefObject<any> | undefined;
2218
+ placement: import("@popperjs/core").Placement;
2219
+ id: string;
2220
+ visibility: import("../..").Visibility;
2221
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2222
+ unselectedIds: string[];
2223
+ cursorId: string;
2224
+ columnCount: number;
2225
+ UNSTABLE_virtual: {
2226
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2227
+ totalSize: number;
2228
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2229
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2230
+ measure: () => void;
2231
+ };
2232
+ UNSTABLE_defaultItemHeight: number;
2233
+ containerRef: React.RefObject<HTMLDivElement>;
2234
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2235
+ indexRef: React.MutableRefObject<number>;
2236
+ nonInteractiveIds: string[];
2237
+ isVirtualized: boolean;
2238
+ items: import("../..").Item<any>[];
2239
+ mode: "multiple" | "single";
2240
+ }) => void) | undefined;
2241
+ onGoToLast?: ((data: undefined, prevState: {
2242
+ stackRef: React.RefObject<HTMLDivElement>;
2243
+ targetRef: React.RefObject<HTMLButtonElement>;
2244
+ initialFocusRef: React.RefObject<any> | undefined;
2245
+ returnFocusRef: React.RefObject<any> | undefined;
2246
+ placement: import("@popperjs/core").Placement;
2247
+ id: string;
2248
+ visibility: import("../..").Visibility;
2249
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2250
+ unselectedIds: string[];
2251
+ cursorId: string;
2252
+ columnCount: number;
2253
+ UNSTABLE_virtual: {
2254
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2255
+ totalSize: number;
2256
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2257
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2258
+ measure: () => void;
2259
+ };
2260
+ UNSTABLE_defaultItemHeight: number;
2261
+ containerRef: React.RefObject<HTMLDivElement>;
2262
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2263
+ indexRef: React.MutableRefObject<number>;
2264
+ nonInteractiveIds: string[];
2265
+ isVirtualized: boolean;
2266
+ items: import("../..").Item<any>[];
2267
+ mode: "multiple" | "single";
2268
+ }) => void) | undefined;
2269
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
2270
+ stackRef: React.RefObject<HTMLDivElement>;
2271
+ targetRef: React.RefObject<HTMLButtonElement>;
2272
+ initialFocusRef: React.RefObject<any> | undefined;
2273
+ returnFocusRef: React.RefObject<any> | undefined;
2274
+ placement: import("@popperjs/core").Placement;
2275
+ id: string;
2276
+ visibility: import("../..").Visibility;
2277
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2278
+ unselectedIds: string[];
2279
+ cursorId: string;
2280
+ columnCount: number;
2281
+ UNSTABLE_virtual: {
2282
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2283
+ totalSize: number;
2284
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2285
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2286
+ measure: () => void;
2287
+ };
2288
+ UNSTABLE_defaultItemHeight: number;
2289
+ containerRef: React.RefObject<HTMLDivElement>;
2290
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2291
+ indexRef: React.MutableRefObject<number>;
2292
+ nonInteractiveIds: string[];
2293
+ isVirtualized: boolean;
2294
+ items: import("../..").Item<any>[];
2295
+ mode: "multiple" | "single";
2296
+ }) => void) | undefined;
2297
+ onGoToLastOfRow?: ((data: undefined, prevState: {
2298
+ stackRef: React.RefObject<HTMLDivElement>;
2299
+ targetRef: React.RefObject<HTMLButtonElement>;
2300
+ initialFocusRef: React.RefObject<any> | undefined;
2301
+ returnFocusRef: React.RefObject<any> | undefined;
2302
+ placement: import("@popperjs/core").Placement;
2303
+ id: string;
2304
+ visibility: import("../..").Visibility;
2305
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2306
+ unselectedIds: string[];
2307
+ cursorId: string;
2308
+ columnCount: number;
2309
+ UNSTABLE_virtual: {
2310
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2311
+ totalSize: number;
2312
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2313
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2314
+ measure: () => void;
2315
+ };
2316
+ UNSTABLE_defaultItemHeight: number;
2317
+ containerRef: React.RefObject<HTMLDivElement>;
2318
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2319
+ indexRef: React.MutableRefObject<number>;
2320
+ nonInteractiveIds: string[];
2321
+ isVirtualized: boolean;
2322
+ items: import("../..").Item<any>[];
2323
+ mode: "multiple" | "single";
2324
+ }) => void) | undefined;
2325
+ onGoToNextPage?: ((data: undefined, prevState: {
2326
+ stackRef: React.RefObject<HTMLDivElement>;
2327
+ targetRef: React.RefObject<HTMLButtonElement>;
2328
+ initialFocusRef: React.RefObject<any> | undefined;
2329
+ returnFocusRef: React.RefObject<any> | undefined;
2330
+ placement: import("@popperjs/core").Placement;
2331
+ id: string;
2332
+ visibility: import("../..").Visibility;
2333
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2334
+ unselectedIds: string[];
2335
+ cursorId: string;
2336
+ columnCount: number;
2337
+ UNSTABLE_virtual: {
2338
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2339
+ totalSize: number;
2340
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2341
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2342
+ measure: () => void;
2343
+ };
2344
+ UNSTABLE_defaultItemHeight: number;
2345
+ containerRef: React.RefObject<HTMLDivElement>;
2346
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2347
+ indexRef: React.MutableRefObject<number>;
2348
+ nonInteractiveIds: string[];
2349
+ isVirtualized: boolean;
2350
+ items: import("../..").Item<any>[];
2351
+ mode: "multiple" | "single";
2352
+ }) => void) | undefined;
2353
+ onGoToPreviousPage?: ((data: undefined, prevState: {
2354
+ stackRef: React.RefObject<HTMLDivElement>;
2355
+ targetRef: React.RefObject<HTMLButtonElement>;
2356
+ initialFocusRef: React.RefObject<any> | undefined;
2357
+ returnFocusRef: React.RefObject<any> | undefined;
2358
+ placement: import("@popperjs/core").Placement;
2359
+ id: string;
2360
+ visibility: import("../..").Visibility;
2361
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2362
+ unselectedIds: string[];
2363
+ cursorId: string;
2364
+ columnCount: number;
2365
+ UNSTABLE_virtual: {
2366
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2367
+ totalSize: number;
2368
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2369
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2370
+ measure: () => void;
2371
+ };
2372
+ UNSTABLE_defaultItemHeight: number;
2373
+ containerRef: React.RefObject<HTMLDivElement>;
2374
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2375
+ indexRef: React.MutableRefObject<number>;
2376
+ nonInteractiveIds: string[];
2377
+ isVirtualized: boolean;
2378
+ items: import("../..").Item<any>[];
2379
+ mode: "multiple" | "single";
2380
+ }) => void) | undefined;
2381
+ onUnregisterItem?: ((data: {
2382
+ id: string;
2383
+ }, prevState: {
2384
+ stackRef: React.RefObject<HTMLDivElement>;
2385
+ targetRef: React.RefObject<HTMLButtonElement>;
2386
+ initialFocusRef: React.RefObject<any> | undefined;
2387
+ returnFocusRef: React.RefObject<any> | undefined;
2388
+ placement: import("@popperjs/core").Placement;
2389
+ id: string;
2390
+ visibility: import("../..").Visibility;
2391
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2392
+ unselectedIds: string[];
2393
+ cursorId: string;
2394
+ columnCount: number;
2395
+ UNSTABLE_virtual: {
2396
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2397
+ totalSize: number;
2398
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2399
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2400
+ measure: () => void;
2401
+ };
2402
+ UNSTABLE_defaultItemHeight: number;
2403
+ containerRef: React.RefObject<HTMLDivElement>;
2404
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2405
+ indexRef: React.MutableRefObject<number>;
2406
+ nonInteractiveIds: string[];
2407
+ isVirtualized: boolean;
2408
+ items: import("../..").Item<any>[];
2409
+ mode: "multiple" | "single";
2410
+ }) => void) | undefined;
2411
+ onUpdateItemHeight?: ((data: {
2412
+ value: number;
2413
+ }, prevState: {
2414
+ stackRef: React.RefObject<HTMLDivElement>;
2415
+ targetRef: React.RefObject<HTMLButtonElement>;
2416
+ initialFocusRef: React.RefObject<any> | undefined;
2417
+ returnFocusRef: React.RefObject<any> | undefined;
2418
+ placement: import("@popperjs/core").Placement;
2419
+ id: string;
2420
+ visibility: import("../..").Visibility;
2421
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2422
+ unselectedIds: string[];
2423
+ cursorId: string;
2424
+ columnCount: number;
2425
+ UNSTABLE_virtual: {
2426
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2427
+ totalSize: number;
2428
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2429
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2430
+ measure: () => void;
2431
+ };
2432
+ UNSTABLE_defaultItemHeight: number;
2433
+ containerRef: React.RefObject<HTMLDivElement>;
2434
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2435
+ indexRef: React.MutableRefObject<number>;
2436
+ nonInteractiveIds: string[];
2437
+ isVirtualized: boolean;
2438
+ items: import("../..").Item<any>[];
2439
+ mode: "multiple" | "single";
2440
+ }) => void) | undefined;
2441
+ } & {
2442
+ shouldUpdatePlacement?: ((data: {
2443
+ placement: import("@popperjs/core").Placement;
2444
+ }, state: {
2445
+ stackRef: React.RefObject<HTMLDivElement>;
2446
+ targetRef: React.RefObject<HTMLButtonElement>;
2447
+ initialFocusRef: React.RefObject<any> | undefined;
2448
+ returnFocusRef: React.RefObject<any> | undefined;
2449
+ placement: import("@popperjs/core").Placement;
2450
+ id: string;
2451
+ visibility: import("../..").Visibility;
2452
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2453
+ unselectedIds: string[];
2454
+ cursorId: string;
2455
+ columnCount: number;
2456
+ UNSTABLE_virtual: {
2457
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2458
+ totalSize: number;
2459
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2460
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2461
+ measure: () => void;
2462
+ };
2463
+ UNSTABLE_defaultItemHeight: number;
2464
+ containerRef: React.RefObject<HTMLDivElement>;
2465
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2466
+ indexRef: React.MutableRefObject<number>;
2467
+ nonInteractiveIds: string[];
2468
+ isVirtualized: boolean;
2469
+ items: import("../..").Item<any>[];
2470
+ mode: "multiple" | "single";
2471
+ }) => boolean) | undefined;
2472
+ shouldShow?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, state: {
2473
+ stackRef: React.RefObject<HTMLDivElement>;
2474
+ targetRef: React.RefObject<HTMLButtonElement>;
2475
+ initialFocusRef: React.RefObject<any> | undefined;
2476
+ returnFocusRef: React.RefObject<any> | undefined;
2477
+ placement: import("@popperjs/core").Placement;
2478
+ id: string;
2479
+ visibility: import("../..").Visibility;
2480
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2481
+ unselectedIds: string[];
2482
+ cursorId: string;
2483
+ columnCount: number;
2484
+ UNSTABLE_virtual: {
2485
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2486
+ totalSize: number;
2487
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2488
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2489
+ measure: () => void;
2490
+ };
2491
+ UNSTABLE_defaultItemHeight: number;
2492
+ containerRef: React.RefObject<HTMLDivElement>;
2493
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2494
+ indexRef: React.MutableRefObject<number>;
2495
+ nonInteractiveIds: string[];
2496
+ isVirtualized: boolean;
2497
+ items: import("../..").Item<any>[];
2498
+ mode: "multiple" | "single";
2499
+ }) => boolean) | undefined;
2500
+ shouldHide?: ((data: Event | React.SyntheticEvent<Element, Event> | undefined, state: {
2501
+ stackRef: React.RefObject<HTMLDivElement>;
2502
+ targetRef: React.RefObject<HTMLButtonElement>;
2503
+ initialFocusRef: React.RefObject<any> | undefined;
2504
+ returnFocusRef: React.RefObject<any> | undefined;
2505
+ placement: import("@popperjs/core").Placement;
2506
+ id: string;
2507
+ visibility: import("../..").Visibility;
2508
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2509
+ unselectedIds: string[];
2510
+ cursorId: string;
2511
+ columnCount: number;
2512
+ UNSTABLE_virtual: {
2513
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2514
+ totalSize: number;
2515
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2516
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2517
+ measure: () => void;
2518
+ };
2519
+ UNSTABLE_defaultItemHeight: number;
2520
+ containerRef: React.RefObject<HTMLDivElement>;
2521
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2522
+ indexRef: React.MutableRefObject<number>;
2523
+ nonInteractiveIds: string[];
2524
+ isVirtualized: boolean;
2525
+ items: import("../..").Item<any>[];
2526
+ mode: "multiple" | "single";
2527
+ }) => boolean) | undefined;
2528
+ shouldSelect?: ((data: {
2529
+ id: string;
2530
+ }, state: {
2531
+ stackRef: React.RefObject<HTMLDivElement>;
2532
+ targetRef: React.RefObject<HTMLButtonElement>;
2533
+ initialFocusRef: React.RefObject<any> | undefined;
2534
+ returnFocusRef: React.RefObject<any> | undefined;
2535
+ placement: import("@popperjs/core").Placement;
2536
+ id: string;
2537
+ visibility: import("../..").Visibility;
2538
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2539
+ unselectedIds: string[];
2540
+ cursorId: string;
2541
+ columnCount: number;
2542
+ UNSTABLE_virtual: {
2543
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2544
+ totalSize: number;
2545
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2546
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2547
+ measure: () => void;
2548
+ };
2549
+ UNSTABLE_defaultItemHeight: number;
2550
+ containerRef: React.RefObject<HTMLDivElement>;
2551
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2552
+ indexRef: React.MutableRefObject<number>;
2553
+ nonInteractiveIds: string[];
2554
+ isVirtualized: boolean;
2555
+ items: import("../..").Item<any>[];
2556
+ mode: "multiple" | "single";
2557
+ }) => boolean) | undefined;
2558
+ shouldSelectAll?: ((data: undefined, state: {
2559
+ stackRef: React.RefObject<HTMLDivElement>;
2560
+ targetRef: React.RefObject<HTMLButtonElement>;
2561
+ initialFocusRef: React.RefObject<any> | undefined;
2562
+ returnFocusRef: React.RefObject<any> | undefined;
2563
+ placement: import("@popperjs/core").Placement;
2564
+ id: string;
2565
+ visibility: import("../..").Visibility;
2566
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2567
+ unselectedIds: string[];
2568
+ cursorId: string;
2569
+ columnCount: number;
2570
+ UNSTABLE_virtual: {
2571
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2572
+ totalSize: number;
2573
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2574
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2575
+ measure: () => void;
2576
+ };
2577
+ UNSTABLE_defaultItemHeight: number;
2578
+ containerRef: React.RefObject<HTMLDivElement>;
2579
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2580
+ indexRef: React.MutableRefObject<number>;
2581
+ nonInteractiveIds: string[];
2582
+ isVirtualized: boolean;
2583
+ items: import("../..").Item<any>[];
2584
+ mode: "multiple" | "single";
2585
+ }) => boolean) | undefined;
2586
+ shouldUnselectAll?: ((data: undefined, state: {
2587
+ stackRef: React.RefObject<HTMLDivElement>;
2588
+ targetRef: React.RefObject<HTMLButtonElement>;
2589
+ initialFocusRef: React.RefObject<any> | undefined;
2590
+ returnFocusRef: React.RefObject<any> | undefined;
2591
+ placement: import("@popperjs/core").Placement;
2592
+ id: string;
2593
+ visibility: import("../..").Visibility;
2594
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2595
+ unselectedIds: string[];
2596
+ cursorId: string;
2597
+ columnCount: number;
2598
+ UNSTABLE_virtual: {
2599
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2600
+ totalSize: number;
2601
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2602
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2603
+ measure: () => void;
2604
+ };
2605
+ UNSTABLE_defaultItemHeight: number;
2606
+ containerRef: React.RefObject<HTMLDivElement>;
2607
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2608
+ indexRef: React.MutableRefObject<number>;
2609
+ nonInteractiveIds: string[];
2610
+ isVirtualized: boolean;
2611
+ items: import("../..").Item<any>[];
2612
+ mode: "multiple" | "single";
2613
+ }) => boolean) | undefined;
2614
+ shouldRegisterItem?: ((data: {
2615
+ item: any;
2616
+ textValue: string;
2617
+ }, state: {
2618
+ stackRef: React.RefObject<HTMLDivElement>;
2619
+ targetRef: React.RefObject<HTMLButtonElement>;
2620
+ initialFocusRef: React.RefObject<any> | undefined;
2621
+ returnFocusRef: React.RefObject<any> | undefined;
2622
+ placement: import("@popperjs/core").Placement;
2623
+ id: string;
2624
+ visibility: import("../..").Visibility;
2625
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2626
+ unselectedIds: string[];
2627
+ cursorId: string;
2628
+ columnCount: number;
2629
+ UNSTABLE_virtual: {
2630
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2631
+ totalSize: number;
2632
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2633
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2634
+ measure: () => void;
2635
+ };
2636
+ UNSTABLE_defaultItemHeight: number;
2637
+ containerRef: React.RefObject<HTMLDivElement>;
2638
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2639
+ indexRef: React.MutableRefObject<number>;
2640
+ nonInteractiveIds: string[];
2641
+ isVirtualized: boolean;
2642
+ items: import("../..").Item<any>[];
2643
+ mode: "multiple" | "single";
2644
+ }) => boolean) | undefined;
2645
+ shouldGoTo?: ((data: {
2646
+ id: string;
2647
+ }, state: {
2648
+ stackRef: React.RefObject<HTMLDivElement>;
2649
+ targetRef: React.RefObject<HTMLButtonElement>;
2650
+ initialFocusRef: React.RefObject<any> | undefined;
2651
+ returnFocusRef: React.RefObject<any> | undefined;
2652
+ placement: import("@popperjs/core").Placement;
2653
+ id: string;
2654
+ visibility: import("../..").Visibility;
2655
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2656
+ unselectedIds: string[];
2657
+ cursorId: string;
2658
+ columnCount: number;
2659
+ UNSTABLE_virtual: {
2660
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2661
+ totalSize: number;
2662
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2663
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2664
+ measure: () => void;
2665
+ };
2666
+ UNSTABLE_defaultItemHeight: number;
2667
+ containerRef: React.RefObject<HTMLDivElement>;
2668
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2669
+ indexRef: React.MutableRefObject<number>;
2670
+ nonInteractiveIds: string[];
2671
+ isVirtualized: boolean;
2672
+ items: import("../..").Item<any>[];
2673
+ mode: "multiple" | "single";
2674
+ }) => boolean) | undefined;
2675
+ shouldGoToNext?: ((data: undefined, state: {
2676
+ stackRef: React.RefObject<HTMLDivElement>;
2677
+ targetRef: React.RefObject<HTMLButtonElement>;
2678
+ initialFocusRef: React.RefObject<any> | undefined;
2679
+ returnFocusRef: React.RefObject<any> | undefined;
2680
+ placement: import("@popperjs/core").Placement;
2681
+ id: string;
2682
+ visibility: import("../..").Visibility;
2683
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2684
+ unselectedIds: string[];
2685
+ cursorId: string;
2686
+ columnCount: number;
2687
+ UNSTABLE_virtual: {
2688
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2689
+ totalSize: number;
2690
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2691
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2692
+ measure: () => void;
2693
+ };
2694
+ UNSTABLE_defaultItemHeight: number;
2695
+ containerRef: React.RefObject<HTMLDivElement>;
2696
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2697
+ indexRef: React.MutableRefObject<number>;
2698
+ nonInteractiveIds: string[];
2699
+ isVirtualized: boolean;
2700
+ items: import("../..").Item<any>[];
2701
+ mode: "multiple" | "single";
2702
+ }) => boolean) | undefined;
2703
+ shouldGoToPrevious?: ((data: undefined, state: {
2704
+ stackRef: React.RefObject<HTMLDivElement>;
2705
+ targetRef: React.RefObject<HTMLButtonElement>;
2706
+ initialFocusRef: React.RefObject<any> | undefined;
2707
+ returnFocusRef: React.RefObject<any> | undefined;
2708
+ placement: import("@popperjs/core").Placement;
2709
+ id: string;
2710
+ visibility: import("../..").Visibility;
2711
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2712
+ unselectedIds: string[];
2713
+ cursorId: string;
2714
+ columnCount: number;
2715
+ UNSTABLE_virtual: {
2716
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2717
+ totalSize: number;
2718
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2719
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2720
+ measure: () => void;
2721
+ };
2722
+ UNSTABLE_defaultItemHeight: number;
2723
+ containerRef: React.RefObject<HTMLDivElement>;
2724
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2725
+ indexRef: React.MutableRefObject<number>;
2726
+ nonInteractiveIds: string[];
2727
+ isVirtualized: boolean;
2728
+ items: import("../..").Item<any>[];
2729
+ mode: "multiple" | "single";
2730
+ }) => boolean) | undefined;
2731
+ shouldGoToPreviousRow?: ((data: undefined, state: {
2732
+ stackRef: React.RefObject<HTMLDivElement>;
2733
+ targetRef: React.RefObject<HTMLButtonElement>;
2734
+ initialFocusRef: React.RefObject<any> | undefined;
2735
+ returnFocusRef: React.RefObject<any> | undefined;
2736
+ placement: import("@popperjs/core").Placement;
2737
+ id: string;
2738
+ visibility: import("../..").Visibility;
2739
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2740
+ unselectedIds: string[];
2741
+ cursorId: string;
2742
+ columnCount: number;
2743
+ UNSTABLE_virtual: {
2744
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2745
+ totalSize: number;
2746
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2747
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2748
+ measure: () => void;
2749
+ };
2750
+ UNSTABLE_defaultItemHeight: number;
2751
+ containerRef: React.RefObject<HTMLDivElement>;
2752
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2753
+ indexRef: React.MutableRefObject<number>;
2754
+ nonInteractiveIds: string[];
2755
+ isVirtualized: boolean;
2756
+ items: import("../..").Item<any>[];
2757
+ mode: "multiple" | "single";
2758
+ }) => boolean) | undefined;
2759
+ shouldGoToNextRow?: ((data: undefined, state: {
2760
+ stackRef: React.RefObject<HTMLDivElement>;
2761
+ targetRef: React.RefObject<HTMLButtonElement>;
2762
+ initialFocusRef: React.RefObject<any> | undefined;
2763
+ returnFocusRef: React.RefObject<any> | undefined;
2764
+ placement: import("@popperjs/core").Placement;
2765
+ id: string;
2766
+ visibility: import("../..").Visibility;
2767
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2768
+ unselectedIds: string[];
2769
+ cursorId: string;
2770
+ columnCount: number;
2771
+ UNSTABLE_virtual: {
2772
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2773
+ totalSize: number;
2774
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2775
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2776
+ measure: () => void;
2777
+ };
2778
+ UNSTABLE_defaultItemHeight: number;
2779
+ containerRef: React.RefObject<HTMLDivElement>;
2780
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2781
+ indexRef: React.MutableRefObject<number>;
2782
+ nonInteractiveIds: string[];
2783
+ isVirtualized: boolean;
2784
+ items: import("../..").Item<any>[];
2785
+ mode: "multiple" | "single";
2786
+ }) => boolean) | undefined;
2787
+ shouldGoToFirst?: ((data: undefined, state: {
2788
+ stackRef: React.RefObject<HTMLDivElement>;
2789
+ targetRef: React.RefObject<HTMLButtonElement>;
2790
+ initialFocusRef: React.RefObject<any> | undefined;
2791
+ returnFocusRef: React.RefObject<any> | undefined;
2792
+ placement: import("@popperjs/core").Placement;
2793
+ id: string;
2794
+ visibility: import("../..").Visibility;
2795
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2796
+ unselectedIds: string[];
2797
+ cursorId: string;
2798
+ columnCount: number;
2799
+ UNSTABLE_virtual: {
2800
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2801
+ totalSize: number;
2802
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2803
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2804
+ measure: () => void;
2805
+ };
2806
+ UNSTABLE_defaultItemHeight: number;
2807
+ containerRef: React.RefObject<HTMLDivElement>;
2808
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2809
+ indexRef: React.MutableRefObject<number>;
2810
+ nonInteractiveIds: string[];
2811
+ isVirtualized: boolean;
2812
+ items: import("../..").Item<any>[];
2813
+ mode: "multiple" | "single";
2814
+ }) => boolean) | undefined;
2815
+ shouldGoToLast?: ((data: undefined, state: {
2816
+ stackRef: React.RefObject<HTMLDivElement>;
2817
+ targetRef: React.RefObject<HTMLButtonElement>;
2818
+ initialFocusRef: React.RefObject<any> | undefined;
2819
+ returnFocusRef: React.RefObject<any> | undefined;
2820
+ placement: import("@popperjs/core").Placement;
2821
+ id: string;
2822
+ visibility: import("../..").Visibility;
2823
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2824
+ unselectedIds: string[];
2825
+ cursorId: string;
2826
+ columnCount: number;
2827
+ UNSTABLE_virtual: {
2828
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2829
+ totalSize: number;
2830
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2831
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2832
+ measure: () => void;
2833
+ };
2834
+ UNSTABLE_defaultItemHeight: number;
2835
+ containerRef: React.RefObject<HTMLDivElement>;
2836
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2837
+ indexRef: React.MutableRefObject<number>;
2838
+ nonInteractiveIds: string[];
2839
+ isVirtualized: boolean;
2840
+ items: import("../..").Item<any>[];
2841
+ mode: "multiple" | "single";
2842
+ }) => boolean) | undefined;
2843
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
2844
+ stackRef: React.RefObject<HTMLDivElement>;
2845
+ targetRef: React.RefObject<HTMLButtonElement>;
2846
+ initialFocusRef: React.RefObject<any> | undefined;
2847
+ returnFocusRef: React.RefObject<any> | undefined;
2848
+ placement: import("@popperjs/core").Placement;
2849
+ id: string;
2850
+ visibility: import("../..").Visibility;
2851
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2852
+ unselectedIds: string[];
2853
+ cursorId: string;
2854
+ columnCount: number;
2855
+ UNSTABLE_virtual: {
2856
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2857
+ totalSize: number;
2858
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2859
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2860
+ measure: () => void;
2861
+ };
2862
+ UNSTABLE_defaultItemHeight: number;
2863
+ containerRef: React.RefObject<HTMLDivElement>;
2864
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2865
+ indexRef: React.MutableRefObject<number>;
2866
+ nonInteractiveIds: string[];
2867
+ isVirtualized: boolean;
2868
+ items: import("../..").Item<any>[];
2869
+ mode: "multiple" | "single";
2870
+ }) => boolean) | undefined;
2871
+ shouldGoToLastOfRow?: ((data: undefined, state: {
2872
+ stackRef: React.RefObject<HTMLDivElement>;
2873
+ targetRef: React.RefObject<HTMLButtonElement>;
2874
+ initialFocusRef: React.RefObject<any> | undefined;
2875
+ returnFocusRef: React.RefObject<any> | undefined;
2876
+ placement: import("@popperjs/core").Placement;
2877
+ id: string;
2878
+ visibility: import("../..").Visibility;
2879
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2880
+ unselectedIds: string[];
2881
+ cursorId: string;
2882
+ columnCount: number;
2883
+ UNSTABLE_virtual: {
2884
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2885
+ totalSize: number;
2886
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2887
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2888
+ measure: () => void;
2889
+ };
2890
+ UNSTABLE_defaultItemHeight: number;
2891
+ containerRef: React.RefObject<HTMLDivElement>;
2892
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2893
+ indexRef: React.MutableRefObject<number>;
2894
+ nonInteractiveIds: string[];
2895
+ isVirtualized: boolean;
2896
+ items: import("../..").Item<any>[];
2897
+ mode: "multiple" | "single";
2898
+ }) => boolean) | undefined;
2899
+ shouldGoToNextPage?: ((data: undefined, state: {
2900
+ stackRef: React.RefObject<HTMLDivElement>;
2901
+ targetRef: React.RefObject<HTMLButtonElement>;
2902
+ initialFocusRef: React.RefObject<any> | undefined;
2903
+ returnFocusRef: React.RefObject<any> | undefined;
2904
+ placement: import("@popperjs/core").Placement;
2905
+ id: string;
2906
+ visibility: import("../..").Visibility;
2907
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2908
+ unselectedIds: string[];
2909
+ cursorId: string;
2910
+ columnCount: number;
2911
+ UNSTABLE_virtual: {
2912
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2913
+ totalSize: number;
2914
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2915
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2916
+ measure: () => void;
2917
+ };
2918
+ UNSTABLE_defaultItemHeight: number;
2919
+ containerRef: React.RefObject<HTMLDivElement>;
2920
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2921
+ indexRef: React.MutableRefObject<number>;
2922
+ nonInteractiveIds: string[];
2923
+ isVirtualized: boolean;
2924
+ items: import("../..").Item<any>[];
2925
+ mode: "multiple" | "single";
2926
+ }) => boolean) | undefined;
2927
+ shouldGoToPreviousPage?: ((data: undefined, state: {
2928
+ stackRef: React.RefObject<HTMLDivElement>;
2929
+ targetRef: React.RefObject<HTMLButtonElement>;
2930
+ initialFocusRef: React.RefObject<any> | undefined;
2931
+ returnFocusRef: React.RefObject<any> | undefined;
2932
+ placement: import("@popperjs/core").Placement;
2933
+ id: string;
2934
+ visibility: import("../..").Visibility;
2935
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2936
+ unselectedIds: string[];
2937
+ cursorId: string;
2938
+ columnCount: number;
2939
+ UNSTABLE_virtual: {
2940
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2941
+ totalSize: number;
2942
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2943
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2944
+ measure: () => void;
2945
+ };
2946
+ UNSTABLE_defaultItemHeight: number;
2947
+ containerRef: React.RefObject<HTMLDivElement>;
2948
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2949
+ indexRef: React.MutableRefObject<number>;
2950
+ nonInteractiveIds: string[];
2951
+ isVirtualized: boolean;
2952
+ items: import("../..").Item<any>[];
2953
+ mode: "multiple" | "single";
2954
+ }) => boolean) | undefined;
2955
+ shouldUnregisterItem?: ((data: {
2956
+ id: string;
2957
+ }, state: {
2958
+ stackRef: React.RefObject<HTMLDivElement>;
2959
+ targetRef: React.RefObject<HTMLButtonElement>;
2960
+ initialFocusRef: React.RefObject<any> | undefined;
2961
+ returnFocusRef: React.RefObject<any> | undefined;
2962
+ placement: import("@popperjs/core").Placement;
2963
+ id: string;
2964
+ visibility: import("../..").Visibility;
2965
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2966
+ unselectedIds: string[];
2967
+ cursorId: string;
2968
+ columnCount: number;
2969
+ UNSTABLE_virtual: {
2970
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2971
+ totalSize: number;
2972
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
2973
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
2974
+ measure: () => void;
2975
+ };
2976
+ UNSTABLE_defaultItemHeight: number;
2977
+ containerRef: React.RefObject<HTMLDivElement>;
2978
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
2979
+ indexRef: React.MutableRefObject<number>;
2980
+ nonInteractiveIds: string[];
2981
+ isVirtualized: boolean;
2982
+ items: import("../..").Item<any>[];
2983
+ mode: "multiple" | "single";
2984
+ }) => boolean) | undefined;
2985
+ shouldUpdateItemHeight?: ((data: {
2986
+ value: number;
2987
+ }, state: {
2988
+ stackRef: React.RefObject<HTMLDivElement>;
2989
+ targetRef: React.RefObject<HTMLButtonElement>;
2990
+ initialFocusRef: React.RefObject<any> | undefined;
2991
+ returnFocusRef: React.RefObject<any> | undefined;
2992
+ placement: import("@popperjs/core").Placement;
2993
+ id: string;
2994
+ visibility: import("../..").Visibility;
2995
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
2996
+ unselectedIds: string[];
2997
+ cursorId: string;
2998
+ columnCount: number;
2999
+ UNSTABLE_virtual: {
3000
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3001
+ totalSize: number;
3002
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3003
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3004
+ measure: () => void;
3005
+ };
3006
+ UNSTABLE_defaultItemHeight: number;
3007
+ containerRef: React.RefObject<HTMLDivElement>;
3008
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3009
+ indexRef: React.MutableRefObject<number>;
3010
+ nonInteractiveIds: string[];
3011
+ isVirtualized: boolean;
3012
+ items: import("../..").Item<any>[];
3013
+ mode: "multiple" | "single";
3014
+ }) => boolean) | undefined;
3015
+ }, {
3016
+ state: {
3017
+ stackRef: React.RefObject<HTMLDivElement>;
3018
+ targetRef: React.RefObject<HTMLButtonElement>;
3019
+ initialFocusRef: React.RefObject<any> | undefined;
3020
+ returnFocusRef: React.RefObject<any> | undefined;
3021
+ placement: import("@popperjs/core").Placement;
3022
+ id: string;
3023
+ visibility: import("../..").Visibility;
3024
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3025
+ unselectedIds: string[];
3026
+ cursorId: string;
3027
+ columnCount: number;
3028
+ UNSTABLE_virtual: {
3029
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3030
+ totalSize: number;
3031
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3032
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3033
+ measure: () => void;
3034
+ };
3035
+ UNSTABLE_defaultItemHeight: number;
3036
+ containerRef: React.RefObject<HTMLDivElement>;
3037
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3038
+ indexRef: React.MutableRefObject<number>;
3039
+ nonInteractiveIds: string[];
3040
+ isVirtualized: boolean;
3041
+ items: import("../..").Item<any>[];
3042
+ mode: "multiple" | "single";
3043
+ };
3044
+ events: {
3045
+ updatePlacement(data: {
3046
+ placement: import("@popperjs/core").Placement;
3047
+ }): void;
3048
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3049
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3050
+ select(data: {
3051
+ id: string;
3052
+ }): void;
3053
+ selectAll(): void;
3054
+ unselectAll(): void;
3055
+ registerItem(data: {
3056
+ item: any;
3057
+ textValue: string;
3058
+ }): void;
3059
+ goTo(data: {
3060
+ id: string;
3061
+ }): void;
3062
+ goToNext(): void;
3063
+ goToPrevious(): void;
3064
+ goToPreviousRow(): void;
3065
+ goToNextRow(): void;
3066
+ goToFirst(): void;
3067
+ goToLast(): void;
3068
+ goToFirstOfRow(): void;
3069
+ goToLastOfRow(): void;
3070
+ goToNextPage(): void;
3071
+ goToPreviousPage(): void;
3072
+ unregisterItem(data: {
3073
+ id: string;
3074
+ }): void;
3075
+ updateItemHeight(data: {
3076
+ value: number;
3077
+ }): void;
3078
+ };
3079
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3080
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3081
+ getId: (item: any) => string;
3082
+ }> & {
3083
+ Card: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuCard").MenuCardProps, {
3084
+ state: {
3085
+ stackRef: React.RefObject<HTMLDivElement>;
3086
+ targetRef: React.RefObject<HTMLButtonElement>;
3087
+ initialFocusRef: React.RefObject<any> | undefined;
3088
+ returnFocusRef: React.RefObject<any> | undefined;
3089
+ placement: import("@popperjs/core").Placement;
3090
+ id: string;
3091
+ visibility: import("../..").Visibility;
3092
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3093
+ unselectedIds: string[];
3094
+ cursorId: string;
3095
+ columnCount: number;
3096
+ UNSTABLE_virtual: {
3097
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3098
+ totalSize: number;
3099
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3100
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3101
+ measure: () => void;
3102
+ };
3103
+ UNSTABLE_defaultItemHeight: number;
3104
+ containerRef: React.RefObject<HTMLDivElement>;
3105
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3106
+ indexRef: React.MutableRefObject<number>;
3107
+ nonInteractiveIds: string[];
3108
+ isVirtualized: boolean;
3109
+ items: import("../..").Item<any>[];
3110
+ mode: "multiple" | "single";
3111
+ };
3112
+ events: {
3113
+ updatePlacement(data: {
3114
+ placement: import("@popperjs/core").Placement;
3115
+ }): void;
3116
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3117
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3118
+ select(data: {
3119
+ id: string;
3120
+ }): void;
3121
+ selectAll(): void;
3122
+ unselectAll(): void;
3123
+ registerItem(data: {
3124
+ item: any;
3125
+ textValue: string;
3126
+ }): void;
3127
+ goTo(data: {
3128
+ id: string;
3129
+ }): void;
3130
+ goToNext(): void;
3131
+ goToPrevious(): void;
3132
+ goToPreviousRow(): void;
3133
+ goToNextRow(): void;
3134
+ goToFirst(): void;
3135
+ goToLast(): void;
3136
+ goToFirstOfRow(): void;
3137
+ goToLastOfRow(): void;
3138
+ goToNextPage(): void;
3139
+ goToPreviousPage(): void;
3140
+ unregisterItem(data: {
3141
+ id: string;
3142
+ }): void;
3143
+ updateItemHeight(data: {
3144
+ value: number;
3145
+ }): void;
3146
+ };
3147
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3148
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3149
+ getId: (item: any) => string;
3150
+ }>;
3151
+ List: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps, {
3152
+ state: {
3153
+ stackRef: React.RefObject<HTMLDivElement>;
3154
+ targetRef: React.RefObject<HTMLButtonElement>;
3155
+ initialFocusRef: React.RefObject<any> | undefined;
3156
+ returnFocusRef: React.RefObject<any> | undefined;
3157
+ placement: import("@popperjs/core").Placement;
3158
+ id: string;
3159
+ visibility: import("../..").Visibility;
3160
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3161
+ unselectedIds: string[];
3162
+ cursorId: string;
3163
+ columnCount: number;
3164
+ UNSTABLE_virtual: {
3165
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3166
+ totalSize: number;
3167
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3168
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3169
+ measure: () => void;
3170
+ };
3171
+ UNSTABLE_defaultItemHeight: number;
3172
+ containerRef: React.RefObject<HTMLDivElement>;
3173
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3174
+ indexRef: React.MutableRefObject<number>;
3175
+ nonInteractiveIds: string[];
3176
+ isVirtualized: boolean;
3177
+ items: import("../..").Item<any>[];
3178
+ mode: "multiple" | "single";
3179
+ };
3180
+ events: {
3181
+ updatePlacement(data: {
3182
+ placement: import("@popperjs/core").Placement;
3183
+ }): void;
3184
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3185
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3186
+ select(data: {
3187
+ id: string;
3188
+ }): void;
3189
+ selectAll(): void;
3190
+ unselectAll(): void;
3191
+ registerItem(data: {
3192
+ item: any;
3193
+ textValue: string;
3194
+ }): void;
3195
+ goTo(data: {
3196
+ id: string;
3197
+ }): void;
3198
+ goToNext(): void;
3199
+ goToPrevious(): void;
3200
+ goToPreviousRow(): void;
3201
+ goToNextRow(): void;
3202
+ goToFirst(): void;
3203
+ goToLast(): void;
3204
+ goToFirstOfRow(): void;
3205
+ goToLastOfRow(): void;
3206
+ goToNextPage(): void;
3207
+ goToPreviousPage(): void;
3208
+ unregisterItem(data: {
3209
+ id: string;
3210
+ }): void;
3211
+ updateItemHeight(data: {
3212
+ value: number;
3213
+ }): void;
3214
+ };
3215
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3216
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3217
+ getId: (item: any) => string;
3218
+ }>;
3219
+ Item: import("../../common").ElementComponentM<"button", import("../../menu/lib/MenuItem").MenuItemProps, {
3220
+ state: {
3221
+ stackRef: React.RefObject<HTMLDivElement>;
3222
+ targetRef: React.RefObject<HTMLButtonElement>;
3223
+ initialFocusRef: React.RefObject<any> | undefined;
3224
+ returnFocusRef: React.RefObject<any> | undefined;
3225
+ placement: import("@popperjs/core").Placement;
3226
+ id: string;
3227
+ visibility: import("../..").Visibility;
3228
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3229
+ unselectedIds: string[];
3230
+ cursorId: string;
3231
+ columnCount: number;
3232
+ UNSTABLE_virtual: {
3233
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3234
+ totalSize: number;
3235
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3236
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3237
+ measure: () => void;
3238
+ };
3239
+ UNSTABLE_defaultItemHeight: number;
3240
+ containerRef: React.RefObject<HTMLDivElement>;
3241
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3242
+ indexRef: React.MutableRefObject<number>;
3243
+ nonInteractiveIds: string[];
3244
+ isVirtualized: boolean;
3245
+ items: import("../..").Item<any>[];
3246
+ mode: "multiple" | "single";
3247
+ };
3248
+ events: {
3249
+ updatePlacement(data: {
3250
+ placement: import("@popperjs/core").Placement;
3251
+ }): void;
3252
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3253
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3254
+ select(data: {
3255
+ id: string;
3256
+ }): void;
3257
+ selectAll(): void;
3258
+ unselectAll(): void;
3259
+ registerItem(data: {
3260
+ item: any;
3261
+ textValue: string;
3262
+ }): void;
3263
+ goTo(data: {
3264
+ id: string;
3265
+ }): void;
3266
+ goToNext(): void;
3267
+ goToPrevious(): void;
3268
+ goToPreviousRow(): void;
3269
+ goToNextRow(): void;
3270
+ goToFirst(): void;
3271
+ goToLast(): void;
3272
+ goToFirstOfRow(): void;
3273
+ goToLastOfRow(): void;
3274
+ goToNextPage(): void;
3275
+ goToPreviousPage(): void;
3276
+ unregisterItem(data: {
3277
+ id: string;
3278
+ }): void;
3279
+ updateItemHeight(data: {
3280
+ value: number;
3281
+ }): void;
3282
+ };
3283
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3284
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3285
+ getId: (item: any) => string;
3286
+ }> & {
3287
+ Icon: import("../../common").ElementComponent<"span", import("../..").SystemIconProps>;
3288
+ Text: import("@emotion/styled").StyledComponent<{
3289
+ theme?: import("@emotion/react").Theme | undefined;
3290
+ 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;
3291
+ }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3292
+ };
3293
+ Divider: import("../../common").ElementComponent<"hr", unknown>;
3294
+ Target: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3295
+ state: {
3296
+ stackRef: React.RefObject<HTMLDivElement>;
3297
+ targetRef: React.RefObject<HTMLButtonElement>;
3298
+ initialFocusRef: React.RefObject<any> | undefined;
3299
+ returnFocusRef: React.RefObject<any> | undefined;
3300
+ placement: import("@popperjs/core").Placement;
3301
+ id: string;
3302
+ visibility: import("../..").Visibility;
3303
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3304
+ unselectedIds: string[];
3305
+ cursorId: string;
3306
+ columnCount: number;
3307
+ UNSTABLE_virtual: {
3308
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3309
+ totalSize: number;
3310
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3311
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3312
+ measure: () => void;
3313
+ };
3314
+ UNSTABLE_defaultItemHeight: number;
3315
+ containerRef: React.RefObject<HTMLDivElement>;
3316
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3317
+ indexRef: React.MutableRefObject<number>;
3318
+ nonInteractiveIds: string[];
3319
+ isVirtualized: boolean;
3320
+ items: import("../..").Item<any>[];
3321
+ mode: "multiple" | "single";
3322
+ };
3323
+ events: {
3324
+ updatePlacement(data: {
3325
+ placement: import("@popperjs/core").Placement;
3326
+ }): void;
3327
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3328
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3329
+ select(data: {
3330
+ id: string;
3331
+ }): void;
3332
+ selectAll(): void;
3333
+ unselectAll(): void;
3334
+ registerItem(data: {
3335
+ item: any;
3336
+ textValue: string;
3337
+ }): void;
3338
+ goTo(data: {
3339
+ id: string;
3340
+ }): void;
3341
+ goToNext(): void;
3342
+ goToPrevious(): void;
3343
+ goToPreviousRow(): void;
3344
+ goToNextRow(): void;
3345
+ goToFirst(): void;
3346
+ goToLast(): void;
3347
+ goToFirstOfRow(): void;
3348
+ goToLastOfRow(): void;
3349
+ goToNextPage(): void;
3350
+ goToPreviousPage(): void;
3351
+ unregisterItem(data: {
3352
+ id: string;
3353
+ }): void;
3354
+ updateItemHeight(data: {
3355
+ value: number;
3356
+ }): void;
3357
+ };
3358
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3359
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3360
+ getId: (item: any) => string;
3361
+ }>;
3362
+ TargetContext: import("../../common").ElementComponentM<import("../../common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
3363
+ state: {
3364
+ stackRef: React.RefObject<HTMLDivElement>;
3365
+ targetRef: React.RefObject<HTMLButtonElement>;
3366
+ initialFocusRef: React.RefObject<any> | undefined;
3367
+ returnFocusRef: React.RefObject<any> | undefined;
3368
+ placement: import("@popperjs/core").Placement;
3369
+ id: string;
3370
+ visibility: import("../..").Visibility;
3371
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3372
+ unselectedIds: string[];
3373
+ cursorId: string;
3374
+ columnCount: number;
3375
+ UNSTABLE_virtual: {
3376
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3377
+ totalSize: number;
3378
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3379
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3380
+ measure: () => void;
3381
+ };
3382
+ UNSTABLE_defaultItemHeight: number;
3383
+ containerRef: React.RefObject<HTMLDivElement>;
3384
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3385
+ indexRef: React.MutableRefObject<number>;
3386
+ nonInteractiveIds: string[];
3387
+ isVirtualized: boolean;
3388
+ items: import("../..").Item<any>[];
3389
+ mode: "multiple" | "single";
3390
+ };
3391
+ events: {
3392
+ updatePlacement(data: {
3393
+ placement: import("@popperjs/core").Placement;
3394
+ }): void;
3395
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3396
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3397
+ select(data: {
3398
+ id: string;
3399
+ }): void;
3400
+ selectAll(): void;
3401
+ unselectAll(): void;
3402
+ registerItem(data: {
3403
+ item: any;
3404
+ textValue: string;
3405
+ }): void;
3406
+ goTo(data: {
3407
+ id: string;
3408
+ }): void;
3409
+ goToNext(): void;
3410
+ goToPrevious(): void;
3411
+ goToPreviousRow(): void;
3412
+ goToNextRow(): void;
3413
+ goToFirst(): void;
3414
+ goToLast(): void;
3415
+ goToFirstOfRow(): void;
3416
+ goToLastOfRow(): void;
3417
+ goToNextPage(): void;
3418
+ goToPreviousPage(): void;
3419
+ unregisterItem(data: {
3420
+ id: string;
3421
+ }): void;
3422
+ updateItemHeight(data: {
3423
+ value: number;
3424
+ }): void;
3425
+ };
3426
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3427
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3428
+ getId: (item: any) => string;
3429
+ }>;
3430
+ Popper: import("../../common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
3431
+ state: {
3432
+ stackRef: React.RefObject<HTMLDivElement>;
3433
+ targetRef: React.RefObject<HTMLButtonElement>;
3434
+ initialFocusRef: React.RefObject<any> | undefined;
3435
+ returnFocusRef: React.RefObject<any> | undefined;
3436
+ placement: import("@popperjs/core").Placement;
3437
+ id: string;
3438
+ visibility: import("../..").Visibility;
3439
+ selectedIds: import("../../collection/lib/useSelectionListModel").SelectedIds;
3440
+ unselectedIds: string[];
3441
+ cursorId: string;
3442
+ columnCount: number;
3443
+ UNSTABLE_virtual: {
3444
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3445
+ totalSize: number;
3446
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
3447
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
3448
+ measure: () => void;
3449
+ };
3450
+ UNSTABLE_defaultItemHeight: number;
3451
+ containerRef: React.RefObject<HTMLDivElement>;
3452
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
3453
+ indexRef: React.MutableRefObject<number>;
3454
+ nonInteractiveIds: string[];
3455
+ isVirtualized: boolean;
3456
+ items: import("../..").Item<any>[];
3457
+ mode: "multiple" | "single";
3458
+ };
3459
+ events: {
3460
+ updatePlacement(data: {
3461
+ placement: import("@popperjs/core").Placement;
3462
+ }): void;
3463
+ show(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3464
+ hide(event?: Event | React.SyntheticEvent<Element, Event> | undefined): void;
3465
+ select(data: {
3466
+ id: string;
3467
+ }): void;
3468
+ selectAll(): void;
3469
+ unselectAll(): void;
3470
+ registerItem(data: {
3471
+ item: any;
3472
+ textValue: string;
3473
+ }): void;
3474
+ goTo(data: {
3475
+ id: string;
3476
+ }): void;
3477
+ goToNext(): void;
3478
+ goToPrevious(): void;
3479
+ goToPreviousRow(): void;
3480
+ goToNextRow(): void;
3481
+ goToFirst(): void;
3482
+ goToLast(): void;
3483
+ goToFirstOfRow(): void;
3484
+ goToLastOfRow(): void;
3485
+ goToNextPage(): void;
3486
+ goToPreviousPage(): void;
3487
+ unregisterItem(data: {
3488
+ id: string;
3489
+ }): void;
3490
+ updateItemHeight(data: {
3491
+ value: number;
3492
+ }): void;
3493
+ };
3494
+ selection: import("../../collection/lib/useSelectionListModel").SelectionManager;
3495
+ navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
3496
+ getId: (item: any) => string;
3497
+ }>;
3498
+ };
3499
+ };
7
3500
  //# sourceMappingURL=ActionBar.d.ts.map