impact-ui 4.0.0-alpha.21 → 4.0.0-alpha.23

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 (398) hide show
  1. package/dist/_virtual/InfoOutlined.js +4 -0
  2. package/dist/_virtual/RemoveRounded.js +4 -0
  3. package/dist/_virtual/index2.js +2 -2
  4. package/dist/_virtual/index3.js +2 -2
  5. package/dist/components/AccordionModern/index.d.ts.map +1 -1
  6. package/dist/components/AccordionModern/index.js +13 -18
  7. package/dist/components/Alert/index.js +1 -1
  8. package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -2
  9. package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -2
  10. package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -2
  11. package/dist/components/Badge/index.js +1 -1
  12. package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -2
  13. package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -2
  14. package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -2
  15. package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -2
  16. package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -2
  17. package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -2
  18. package/dist/components/BottomSheet/index.d.ts.map +1 -1
  19. package/dist/components/BottomSheet/index.js +9 -6
  20. package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +2 -1
  21. package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -1
  22. package/dist/components/Breadcrumbs/index.d.ts +1 -1
  23. package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
  24. package/dist/components/Breadcrumbs/index.js +24 -47
  25. package/dist/components/Button/index.js +1 -1
  26. package/dist/components/ButtonGroup/index.d.ts.map +1 -1
  27. package/dist/components/ButtonGroup/index.js +5 -4
  28. package/dist/components/Chart/Chart.types.d.ts +18 -0
  29. package/dist/components/Chart/Chart.types.d.ts.map +1 -1
  30. package/dist/components/Chart/index.d.ts +1 -1
  31. package/dist/components/Chart/index.d.ts.map +1 -1
  32. package/dist/components/Chart/index.js +126 -14
  33. package/dist/components/Chatbot/Chatbot.types.d.ts +2 -0
  34. package/dist/components/Chatbot/Chatbot.types.d.ts.map +1 -1
  35. package/dist/components/Chatbot/chatInput.d.ts +1 -1
  36. package/dist/components/Chatbot/chatInput.d.ts.map +1 -1
  37. package/dist/components/Chatbot/chatInput.js +15 -0
  38. package/dist/components/Chatbot/chatbotModuleMenu.d.ts +1 -1
  39. package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -1
  40. package/dist/components/Chatbot/chatbotModuleMenu.js +60 -16
  41. package/dist/components/Chatbot/conversationScreen.d.ts +1 -1
  42. package/dist/components/Chatbot/conversationScreen.d.ts.map +1 -1
  43. package/dist/components/Chatbot/conversationScreen.js +35 -17
  44. package/dist/components/Chatbot/index.d.ts.map +1 -1
  45. package/dist/components/Chatbot/index.js +26 -2
  46. package/dist/components/Checkbox/Dashed.d.ts +2 -1
  47. package/dist/components/Checkbox/Dashed.d.ts.map +1 -1
  48. package/dist/components/Checkbox/Dashed.js +12 -4
  49. package/dist/components/Checkbox/Default.d.ts +2 -1
  50. package/dist/components/Checkbox/Default.d.ts.map +1 -1
  51. package/dist/components/Checkbox/Default.js +12 -4
  52. package/dist/components/Checkbox/WithDropDown.d.ts.map +1 -1
  53. package/dist/components/Checkbox/WithDropDown.js +10 -2
  54. package/dist/components/Checkbox/WithoutFormLabel.d.ts.map +1 -1
  55. package/dist/components/Checkbox/WithoutFormLabel.js +7 -1
  56. package/dist/components/Checkbox/index.js +4 -2
  57. package/dist/components/Chips/index.js +1 -1
  58. package/dist/components/DatePicker/DatePicker.types.d.ts +6 -0
  59. package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -1
  60. package/dist/components/DatePicker/datePickerDropdown.d.ts +8 -1
  61. package/dist/components/DatePicker/datePickerDropdown.d.ts.map +1 -1
  62. package/dist/components/DatePicker/datePickerDropdown.js +140 -8
  63. package/dist/components/DatePicker/datePickerFooter.d.ts +4 -1
  64. package/dist/components/DatePicker/datePickerFooter.d.ts.map +1 -1
  65. package/dist/components/DatePicker/datePickerFooter.js +16 -6
  66. package/dist/components/DatePicker/datePickerInput.d.ts.map +1 -1
  67. package/dist/components/DatePicker/datePickerInput.js +10 -1
  68. package/dist/components/DatePicker/index.d.ts.map +1 -1
  69. package/dist/components/DatePicker/index.js +49 -4
  70. package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -1
  71. package/dist/components/DatePicker/showMonthYearSelect.js +57 -58
  72. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +1 -0
  73. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts.map +1 -1
  74. package/dist/components/DateRangePicker/dateRangePickerCustom.d.ts.map +1 -1
  75. package/dist/components/DateRangePicker/dateRangePickerCustom.js +1 -2
  76. package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts +2 -1
  77. package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -1
  78. package/dist/components/DateRangePicker/dateRangePickerDropdown.js +39 -3
  79. package/dist/components/DateRangePicker/dateRangePickerFooter.js +2 -2
  80. package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -1
  81. package/dist/components/DateRangePicker/dateRangePickerInput.js +3 -1
  82. package/dist/components/DateRangePicker/index.d.ts.map +1 -1
  83. package/dist/components/DateRangePicker/index.js +8 -4
  84. package/dist/components/DateRangePicker/showMonthYearSelect.d.ts +13 -0
  85. package/dist/components/DateRangePicker/showMonthYearSelect.d.ts.map +1 -0
  86. package/dist/components/DateRangePicker/showMonthYearSelect.js +94 -0
  87. package/dist/components/EmptyState/index.js +1 -1
  88. package/dist/components/FileUpload/FileUpload.types.d.ts +12 -0
  89. package/dist/components/FileUpload/FileUpload.types.d.ts.map +1 -1
  90. package/dist/components/FileUpload/index.d.ts +1 -1
  91. package/dist/components/FileUpload/index.d.ts.map +1 -1
  92. package/dist/components/FileUpload/index.js +67 -19
  93. package/dist/components/FilterPanel/PanelSidebar.js +2 -2
  94. package/dist/components/FilterPanel/index.js +1 -1
  95. package/dist/components/FiltersStrip/FilterDropDown.d.ts.map +1 -1
  96. package/dist/components/FiltersStrip/FilterDropDown.js +4 -1
  97. package/dist/components/FiltersStrip/FilterSlider.d.ts.map +1 -1
  98. package/dist/components/FiltersStrip/FilterSlider.js +16 -8
  99. package/dist/components/FiltersStrip/index.d.ts.map +1 -1
  100. package/dist/components/FiltersStrip/index.js +2 -3
  101. package/dist/components/FiltersStrip/mockData.d.ts +29 -0
  102. package/dist/components/FiltersStrip/mockData.d.ts.map +1 -0
  103. package/dist/components/Header/Header.types.d.ts +4 -0
  104. package/dist/components/Header/Header.types.d.ts.map +1 -1
  105. package/dist/components/Header/index.d.ts +1 -1
  106. package/dist/components/Header/index.d.ts.map +1 -1
  107. package/dist/components/Header/index.js +32 -11
  108. package/dist/components/HomePage/HomePage.types.d.ts +2 -1
  109. package/dist/components/HomePage/HomePage.types.d.ts.map +1 -1
  110. package/dist/components/HomePage/index.d.ts.map +1 -1
  111. package/dist/components/HomePage/index.js +5 -4
  112. package/dist/components/Input/index.js +1 -1
  113. package/dist/components/KeyboardShortCuts/Keycombo.d.ts +14 -11
  114. package/dist/components/KeyboardShortCuts/Keycombo.d.ts.map +1 -1
  115. package/dist/components/KeyboardShortCuts/Keycombo.js +3 -2
  116. package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +2 -2
  117. package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts.map +1 -1
  118. package/dist/components/KeyboardShortCuts/ShortcutModal.js +7 -90
  119. package/dist/components/KeyboardShortCuts/allSetBox.d.ts +1 -2
  120. package/dist/components/KeyboardShortCuts/allSetBox.d.ts.map +1 -1
  121. package/dist/components/KeyboardShortCuts/allSetBox.js +2 -3
  122. package/dist/components/KeyboardShortCuts/index.d.ts +1 -1
  123. package/dist/components/KeyboardShortCuts/index.d.ts.map +1 -1
  124. package/dist/components/KeyboardShortCuts/index.js +9 -19
  125. package/dist/components/KeyboardShortCuts/screen2.d.ts +1 -1
  126. package/dist/components/KeyboardShortCuts/screen2.d.ts.map +1 -1
  127. package/dist/components/KeyboardShortCuts/screen2.js +3 -2
  128. package/dist/components/KeyboardShortCuts/screen3.d.ts +1 -1
  129. package/dist/components/KeyboardShortCuts/screen3.d.ts.map +1 -1
  130. package/dist/components/KeyboardShortCuts/screen3.js +3 -2
  131. package/dist/components/KeyboardShortCuts/tutorial.d.ts +6 -5
  132. package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -1
  133. package/dist/components/KeyboardShortCuts/tutorial.js +102 -85
  134. package/dist/components/Menu/IconMenuItem.js +2 -2
  135. package/dist/components/Menu/Menu.types.d.ts +3 -0
  136. package/dist/components/Menu/Menu.types.d.ts.map +1 -1
  137. package/dist/components/Menu/MenuHeaderInfo.d.ts.map +1 -1
  138. package/dist/components/Menu/MenuHeaderInfo.js +4 -12
  139. package/dist/components/Menu/NestedMenuItem.d.ts +1 -0
  140. package/dist/components/Menu/NestedMenuItem.d.ts.map +1 -1
  141. package/dist/components/Menu/NestedMenuItem.js +6 -1
  142. package/dist/components/Menu/index.d.ts.map +1 -1
  143. package/dist/components/Menu/index.js +6 -4
  144. package/dist/components/Menu/nestedMenuItemsFromObject.d.ts.map +1 -1
  145. package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
  146. package/dist/components/Modal/Modal.types.d.ts +2 -2
  147. package/dist/components/Modal/Modal.types.d.ts.map +1 -1
  148. package/dist/components/Modal/index.d.ts.map +1 -1
  149. package/dist/components/Modal/index.js +5 -3
  150. package/dist/components/MonthPicker/MonthPicker.types.d.ts +4 -1
  151. package/dist/components/MonthPicker/MonthPicker.types.d.ts.map +1 -1
  152. package/dist/components/MonthPicker/index.d.ts +1 -1
  153. package/dist/components/MonthPicker/index.d.ts.map +1 -1
  154. package/dist/components/MonthPicker/index.js +155 -49
  155. package/dist/components/MonthRangePicker/index.d.ts +4 -1
  156. package/dist/components/MonthRangePicker/index.d.ts.map +1 -1
  157. package/dist/components/MonthRangePicker/index.js +13 -6
  158. package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +1 -1
  159. package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -1
  160. package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +57 -4
  161. package/dist/components/Notification/index.js +2 -2
  162. package/dist/components/Panel/Panel.types.d.ts +10 -0
  163. package/dist/components/Panel/Panel.types.d.ts.map +1 -1
  164. package/dist/components/Panel/index.d.ts +1 -1
  165. package/dist/components/Panel/index.d.ts.map +1 -1
  166. package/dist/components/Panel/index.js +71 -53
  167. package/dist/components/Popover/index.d.ts.map +1 -1
  168. package/dist/components/Popover/index.js +10 -2
  169. package/dist/components/Portal/index.d.ts +1 -1
  170. package/dist/components/Prompt/index.js +1 -1
  171. package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts +2 -0
  172. package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts.map +1 -1
  173. package/dist/components/RadioButtonGroup/index.d.ts +1 -1
  174. package/dist/components/RadioButtonGroup/index.d.ts.map +1 -1
  175. package/dist/components/RadioButtonGroup/index.js +32 -28
  176. package/dist/components/Select/Select.types.d.ts +2 -0
  177. package/dist/components/Select/Select.types.d.ts.map +1 -1
  178. package/dist/components/Select/customGroupHeading.d.ts.map +1 -1
  179. package/dist/components/Select/customGroupHeading.js +5 -1
  180. package/dist/components/Select/dropdown.d.ts +1 -1
  181. package/dist/components/Select/dropdown.d.ts.map +1 -1
  182. package/dist/components/Select/dropdown.js +2 -12
  183. package/dist/components/Select/hooks/useMenuPosition.d.ts +4 -1
  184. package/dist/components/Select/hooks/useMenuPosition.d.ts.map +1 -1
  185. package/dist/components/Select/hooks/useMenuPosition.js +15 -3
  186. package/dist/components/Select/index.d.ts.map +1 -1
  187. package/dist/components/Select/index.js +5 -2
  188. package/dist/components/Select/optionList.d.ts +1 -1
  189. package/dist/components/Select/optionList.d.ts.map +1 -1
  190. package/dist/components/Select/optionList.js +42 -20
  191. package/dist/components/Select/selected-option-tags.js +1 -1
  192. package/dist/components/Shortcuts/useShortcut.d.ts.map +1 -1
  193. package/dist/components/Shortcuts/useShortcut.js +6 -3
  194. package/dist/components/Sidebar/ChildMenu.d.ts +1 -1
  195. package/dist/components/Sidebar/ChildMenu.d.ts.map +1 -1
  196. package/dist/components/Sidebar/ChildMenu.js +48 -5
  197. package/dist/components/Sidebar/ParentMenu.d.ts +1 -1
  198. package/dist/components/Sidebar/ParentMenu.d.ts.map +1 -1
  199. package/dist/components/Sidebar/ParentMenu.js +65 -24
  200. package/dist/components/Sidebar/Sidebar.types.d.ts +4 -4
  201. package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -1
  202. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  203. package/dist/components/Sidebar/SidebarActions.js +5 -2
  204. package/dist/components/Sidebar/SidebarMenus.d.ts.map +1 -1
  205. package/dist/components/Sidebar/SidebarMenus.js +7 -3
  206. package/dist/components/Sidebar/index.js +1 -1
  207. package/dist/components/Sidebar/mock.d.ts +5 -0
  208. package/dist/components/Sidebar/mock.d.ts.map +1 -0
  209. package/dist/components/Slider/Slider.types.d.ts +6 -0
  210. package/dist/components/Slider/Slider.types.d.ts.map +1 -1
  211. package/dist/components/Slider/index.d.ts +1 -1
  212. package/dist/components/Slider/index.d.ts.map +1 -1
  213. package/dist/components/Slider/index.js +178 -58
  214. package/dist/components/Stepper/Stepper.types.d.ts +7 -0
  215. package/dist/components/Stepper/Stepper.types.d.ts.map +1 -1
  216. package/dist/components/Stepper/index.d.ts.map +1 -1
  217. package/dist/components/Stepper/index.js +38 -10
  218. package/dist/components/Switch/index.js +1 -1
  219. package/dist/components/Table/TableImpl.d.ts.map +1 -1
  220. package/dist/components/Table/TableImpl.js +34 -18
  221. package/dist/components/Table/filterUtils.d.ts +1 -25
  222. package/dist/components/Table/filterUtils.d.ts.map +1 -1
  223. package/dist/components/Table/filterUtils.js +27 -0
  224. package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
  225. package/dist/components/Table/tableMoreOptions.js +44 -0
  226. package/dist/components/Table/tableSettings.d.ts.map +1 -1
  227. package/dist/components/Table/tableSettings.js +15 -1
  228. package/dist/components/TableChat/EmptyContainer.js +1 -1
  229. package/dist/components/TableChat/TableChatSidePanel.js +1 -1
  230. package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +1 -1
  231. package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +1 -1
  232. package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +1 -1
  233. package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +1 -1
  234. package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +1 -1
  235. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +1 -1
  236. package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +1 -1
  237. package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +1 -1
  238. package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +1 -1
  239. package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +1 -1
  240. package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +1 -1
  241. package/dist/components/TableChat/components/TextEditor/Mention.js +1 -1
  242. package/dist/components/TableChat/components/TextEditor/MentionList.js +1 -1
  243. package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -1
  244. package/dist/components/TableOld/index.d.ts.map +1 -1
  245. package/dist/components/TableOld/tableFunctions.d.ts.map +1 -1
  246. package/dist/components/Tabs/index.js +1 -1
  247. package/dist/components/Tag/index.js +1 -1
  248. package/dist/components/TextArea/index.js +1 -1
  249. package/dist/components/Toast/Toast.types.d.ts +2 -0
  250. package/dist/components/Toast/Toast.types.d.ts.map +1 -1
  251. package/dist/components/Toast/index.d.ts +1 -1
  252. package/dist/components/Toast/index.d.ts.map +1 -1
  253. package/dist/components/Toast/index.js +2 -0
  254. package/dist/components/Tooltip/index.d.ts.map +1 -1
  255. package/dist/components/Tooltip/index.js +2 -2
  256. package/dist/components/common/HelperText/index.d.ts.map +1 -1
  257. package/dist/components/common/HelperText/index.js +3 -2
  258. package/dist/mcp-component-registry.json +2 -3867
  259. package/dist/node_modules/@mui/icons-material/InfoOutlined.js +17 -0
  260. package/dist/node_modules/@mui/icons-material/RemoveRounded.js +17 -0
  261. package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +1 -1
  262. package/dist/node_modules/prop-types/index.js +1 -1
  263. package/dist/node_modules/react-is/index.js +1 -1
  264. package/dist/renderReactRoot.d.ts +3 -10
  265. package/dist/renderReactRoot.d.ts.map +1 -1
  266. package/dist/storybook/legacyArgTypes/Accordion.d.ts +80 -0
  267. package/dist/storybook/legacyArgTypes/Accordion.d.ts.map +1 -0
  268. package/dist/storybook/legacyArgTypes/AccordionModern.d.ts +74 -0
  269. package/dist/storybook/legacyArgTypes/AccordionModern.d.ts.map +1 -0
  270. package/dist/storybook/legacyArgTypes/Alert.d.ts +102 -0
  271. package/dist/storybook/legacyArgTypes/Alert.d.ts.map +1 -0
  272. package/dist/storybook/legacyArgTypes/Avatar.d.ts +60 -0
  273. package/dist/storybook/legacyArgTypes/Avatar.d.ts.map +1 -0
  274. package/dist/storybook/legacyArgTypes/Badge.d.ts +6 -0
  275. package/dist/storybook/legacyArgTypes/Badge.d.ts.map +1 -0
  276. package/dist/storybook/legacyArgTypes/BottomSheet.d.ts +218 -0
  277. package/dist/storybook/legacyArgTypes/BottomSheet.d.ts.map +1 -0
  278. package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts +50 -0
  279. package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts.map +1 -0
  280. package/dist/storybook/legacyArgTypes/Button.d.ts +163 -0
  281. package/dist/storybook/legacyArgTypes/Button.d.ts.map +1 -0
  282. package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts +64 -0
  283. package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts.map +1 -0
  284. package/dist/storybook/legacyArgTypes/Card.d.ts +36 -0
  285. package/dist/storybook/legacyArgTypes/Card.d.ts.map +1 -0
  286. package/dist/storybook/legacyArgTypes/Chart.d.ts +706 -0
  287. package/dist/storybook/legacyArgTypes/Chart.d.ts.map +1 -0
  288. package/dist/storybook/legacyArgTypes/ChatBot.d.ts +28 -0
  289. package/dist/storybook/legacyArgTypes/ChatBot.d.ts.map +1 -0
  290. package/dist/storybook/legacyArgTypes/Checkbox.d.ts +144 -0
  291. package/dist/storybook/legacyArgTypes/Checkbox.d.ts.map +1 -0
  292. package/dist/storybook/legacyArgTypes/Chips.d.ts +74 -0
  293. package/dist/storybook/legacyArgTypes/Chips.d.ts.map +1 -0
  294. package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts +21 -0
  295. package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts.map +1 -0
  296. package/dist/storybook/legacyArgTypes/DatePicker.d.ts +294 -0
  297. package/dist/storybook/legacyArgTypes/DatePicker.d.ts.map +1 -0
  298. package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts +321 -0
  299. package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts.map +1 -0
  300. package/dist/storybook/legacyArgTypes/EmptyState.d.ts +118 -0
  301. package/dist/storybook/legacyArgTypes/EmptyState.d.ts.map +1 -0
  302. package/dist/storybook/legacyArgTypes/FileUpload.d.ts +177 -0
  303. package/dist/storybook/legacyArgTypes/FileUpload.d.ts.map +1 -0
  304. package/dist/storybook/legacyArgTypes/FilterPanel.d.ts +250 -0
  305. package/dist/storybook/legacyArgTypes/FilterPanel.d.ts.map +1 -0
  306. package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts +214 -0
  307. package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts.map +1 -0
  308. package/dist/storybook/legacyArgTypes/Header.d.ts +197 -0
  309. package/dist/storybook/legacyArgTypes/Header.d.ts.map +1 -0
  310. package/dist/storybook/legacyArgTypes/HomePage.d.ts +158 -0
  311. package/dist/storybook/legacyArgTypes/HomePage.d.ts.map +1 -0
  312. package/dist/storybook/legacyArgTypes/Input.d.ts +126 -0
  313. package/dist/storybook/legacyArgTypes/Input.d.ts.map +1 -0
  314. package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts +58 -0
  315. package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts.map +1 -0
  316. package/dist/storybook/legacyArgTypes/Loader.d.ts +11 -0
  317. package/dist/storybook/legacyArgTypes/Loader.d.ts.map +1 -0
  318. package/dist/storybook/legacyArgTypes/Menu.d.ts +109 -0
  319. package/dist/storybook/legacyArgTypes/Menu.d.ts.map +1 -0
  320. package/dist/storybook/legacyArgTypes/Modal.d.ts +199 -0
  321. package/dist/storybook/legacyArgTypes/Modal.d.ts.map +1 -0
  322. package/dist/storybook/legacyArgTypes/MonthPicker.d.ts +185 -0
  323. package/dist/storybook/legacyArgTypes/MonthPicker.d.ts.map +1 -0
  324. package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts +204 -0
  325. package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts.map +1 -0
  326. package/dist/storybook/legacyArgTypes/Notification.d.ts +377 -0
  327. package/dist/storybook/legacyArgTypes/Notification.d.ts.map +1 -0
  328. package/dist/storybook/legacyArgTypes/Panel.d.ts +251 -0
  329. package/dist/storybook/legacyArgTypes/Panel.d.ts.map +1 -0
  330. package/dist/storybook/legacyArgTypes/Popover.d.ts +105 -0
  331. package/dist/storybook/legacyArgTypes/Popover.d.ts.map +1 -0
  332. package/dist/storybook/legacyArgTypes/ProgressBar.d.ts +64 -0
  333. package/dist/storybook/legacyArgTypes/ProgressBar.d.ts.map +1 -0
  334. package/dist/storybook/legacyArgTypes/Prompt.d.ts +119 -0
  335. package/dist/storybook/legacyArgTypes/Prompt.d.ts.map +1 -0
  336. package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts +35 -0
  337. package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts.map +1 -0
  338. package/dist/storybook/legacyArgTypes/Select.d.ts +6 -0
  339. package/dist/storybook/legacyArgTypes/Select.d.ts.map +1 -0
  340. package/dist/storybook/legacyArgTypes/Sidebar.d.ts +127 -0
  341. package/dist/storybook/legacyArgTypes/Sidebar.d.ts.map +1 -0
  342. package/dist/storybook/legacyArgTypes/Slider.d.ts +153 -0
  343. package/dist/storybook/legacyArgTypes/Slider.d.ts.map +1 -0
  344. package/dist/storybook/legacyArgTypes/Stepper.d.ts +45 -0
  345. package/dist/storybook/legacyArgTypes/Stepper.d.ts.map +1 -0
  346. package/dist/storybook/legacyArgTypes/Switch.d.ts +60 -0
  347. package/dist/storybook/legacyArgTypes/Switch.d.ts.map +1 -0
  348. package/dist/storybook/legacyArgTypes/Table.d.ts +928 -0
  349. package/dist/storybook/legacyArgTypes/Table.d.ts.map +1 -0
  350. package/dist/storybook/legacyArgTypes/TableChat.d.ts +60 -0
  351. package/dist/storybook/legacyArgTypes/TableChat.d.ts.map +1 -0
  352. package/dist/storybook/legacyArgTypes/TableOld.d.ts +331 -0
  353. package/dist/storybook/legacyArgTypes/TableOld.d.ts.map +1 -0
  354. package/dist/storybook/legacyArgTypes/Tabs.d.ts +112 -0
  355. package/dist/storybook/legacyArgTypes/Tabs.d.ts.map +1 -0
  356. package/dist/storybook/legacyArgTypes/Tag.d.ts +82 -0
  357. package/dist/storybook/legacyArgTypes/Tag.d.ts.map +1 -0
  358. package/dist/storybook/legacyArgTypes/TagGroup.d.ts +8 -0
  359. package/dist/storybook/legacyArgTypes/TagGroup.d.ts.map +1 -0
  360. package/dist/storybook/legacyArgTypes/TextArea.d.ts +148 -0
  361. package/dist/storybook/legacyArgTypes/TextArea.d.ts.map +1 -0
  362. package/dist/storybook/legacyArgTypes/Toast.d.ts +90 -0
  363. package/dist/storybook/legacyArgTypes/Toast.d.ts.map +1 -0
  364. package/dist/storybook/legacyArgTypes/Tooltip.d.ts +28 -0
  365. package/dist/storybook/legacyArgTypes/Tooltip.d.ts.map +1 -0
  366. package/dist/storybook/legacyArgTypes/index.d.ts +51 -0
  367. package/dist/storybook/legacyArgTypes/index.d.ts.map +1 -0
  368. package/dist/styles/style.css +1 -1
  369. package/dist/utils/helper.d.ts +5 -0
  370. package/dist/utils/helper.d.ts.map +1 -1
  371. package/dist/utils/helper.js +1 -12
  372. package/dist/utils/reactVersion.d.ts +5 -0
  373. package/dist/utils/reactVersion.d.ts.map +1 -0
  374. package/dist/utils/reactVersion.test.d.ts +2 -0
  375. package/dist/utils/reactVersion.test.d.ts.map +1 -0
  376. package/dist/utils/shortcuts/ShortcutManager.d.ts +9 -5
  377. package/dist/utils/shortcuts/ShortcutManager.d.ts.map +1 -1
  378. package/dist/utils/shortcuts/ShortcutManager.js +94 -62
  379. package/dist/utils/shortcuts/constants.d.ts +2 -0
  380. package/dist/utils/shortcuts/constants.d.ts.map +1 -1
  381. package/dist/utils/shortcuts/constants.js +13 -1
  382. package/dist/utils/shortcuts/format.d.ts +5 -1
  383. package/dist/utils/shortcuts/format.d.ts.map +1 -1
  384. package/dist/utils/shortcuts/format.js +24 -7
  385. package/dist/utils/shortcuts/index.d.ts +3 -1
  386. package/dist/utils/shortcuts/index.d.ts.map +1 -1
  387. package/dist/utils/shortcuts/match.d.ts +2 -2
  388. package/dist/utils/shortcuts/match.d.ts.map +1 -1
  389. package/dist/utils/shortcuts/match.js +50 -6
  390. package/dist/utils/shortcuts/parse.d.ts +4 -1
  391. package/dist/utils/shortcuts/parse.d.ts.map +1 -1
  392. package/dist/utils/shortcuts/parse.js +15 -1
  393. package/dist/utils/shortcuts/sequence.d.ts +18 -0
  394. package/dist/utils/shortcuts/sequence.d.ts.map +1 -0
  395. package/dist/utils/shortcuts/sequence.js +60 -0
  396. package/dist/utils/shortcuts/types.d.ts +2 -0
  397. package/dist/utils/shortcuts/types.d.ts.map +1 -1
  398. package/package.json +7 -4
@@ -0,0 +1,928 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const tableDocsDescription = "All the props that you can pass to AG-Grid can be passed to Table component. <strong style=\"font-weight:bold;\">Note:</strong> This Table is based on V32 and still in testing phase.";
3
+ export declare const tableArgTypes: {
4
+ tableHeader: {
5
+ description: string;
6
+ table: {
7
+ defaultValue: {
8
+ summary: string;
9
+ };
10
+ type: {
11
+ summary: string;
12
+ };
13
+ };
14
+ };
15
+ cardContainer: {
16
+ description: string;
17
+ table: {
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ type: {
22
+ summary: string;
23
+ };
24
+ };
25
+ };
26
+ rowData: {
27
+ description: string;
28
+ table: {
29
+ defaultValue: {
30
+ summary: string;
31
+ };
32
+ type: {
33
+ summary: string;
34
+ };
35
+ };
36
+ };
37
+ columnDefs: {
38
+ description: string;
39
+ table: {
40
+ defaultValue: {
41
+ summary: string;
42
+ };
43
+ type: {
44
+ summary: string;
45
+ };
46
+ };
47
+ };
48
+ rowHeight: {
49
+ description: string;
50
+ control: {
51
+ type: string;
52
+ };
53
+ options: string[];
54
+ table: {
55
+ defaultValue: {
56
+ summary: string;
57
+ };
58
+ type: {
59
+ summary: string;
60
+ };
61
+ };
62
+ };
63
+ topLeftOptions: {
64
+ description: string;
65
+ table: {
66
+ defaultValue: {
67
+ summary: string;
68
+ };
69
+ type: {
70
+ summary: string;
71
+ };
72
+ };
73
+ };
74
+ topCenterOptions: {
75
+ description: string;
76
+ table: {
77
+ defaultValue: {
78
+ summary: string;
79
+ };
80
+ type: {
81
+ summary: string;
82
+ };
83
+ };
84
+ };
85
+ topRightOptions: {
86
+ description: string;
87
+ table: {
88
+ defaultValue: {
89
+ summary: string;
90
+ };
91
+ type: {
92
+ summary: string;
93
+ };
94
+ };
95
+ };
96
+ bottomLeftOptions: {
97
+ description: string;
98
+ table: {
99
+ defaultValue: {
100
+ summary: string;
101
+ };
102
+ type: {
103
+ summary: string;
104
+ };
105
+ };
106
+ };
107
+ bottomCenterOptions: {
108
+ description: string;
109
+ table: {
110
+ defaultValue: {
111
+ summary: string;
112
+ };
113
+ type: {
114
+ summary: string;
115
+ };
116
+ };
117
+ };
118
+ bottomRightOptions: {
119
+ description: string;
120
+ table: {
121
+ defaultValue: {
122
+ summary: string;
123
+ };
124
+ type: {
125
+ summary: string;
126
+ };
127
+ };
128
+ };
129
+ onNumberFormatChange: {
130
+ description: string;
131
+ table: {
132
+ defaultValue: {
133
+ summary: string;
134
+ };
135
+ type: {
136
+ summary: string;
137
+ };
138
+ };
139
+ };
140
+ onColumnSearchClick: {
141
+ description: string;
142
+ table: {
143
+ defaultValue: {
144
+ summary: string;
145
+ };
146
+ type: {
147
+ summary: string;
148
+ };
149
+ };
150
+ };
151
+ hideRowHeightOptionMenu: {
152
+ description: string;
153
+ table: {
154
+ defaultValue: {
155
+ summary: boolean;
156
+ };
157
+ type: {
158
+ summary: string;
159
+ };
160
+ };
161
+ };
162
+ showDownloadButton: {
163
+ description: string;
164
+ table: {
165
+ defaultValue: {
166
+ summary: boolean;
167
+ };
168
+ type: {
169
+ summary: string;
170
+ };
171
+ };
172
+ };
173
+ onDownloadButtonClick: {
174
+ description: string;
175
+ table: {
176
+ defaultValue: {
177
+ summary: string;
178
+ };
179
+ type: {
180
+ summary: string;
181
+ };
182
+ };
183
+ };
184
+ nestedTable: {
185
+ description: string;
186
+ table: {
187
+ defaultValue: {
188
+ summary: boolean;
189
+ };
190
+ type: {
191
+ summary: string;
192
+ };
193
+ };
194
+ };
195
+ nestedTableComponent: {
196
+ description: string;
197
+ table: {
198
+ defaultValue: {
199
+ summary: string;
200
+ };
201
+ type: {
202
+ summary: string;
203
+ };
204
+ };
205
+ };
206
+ closeButton: {
207
+ description: string;
208
+ table: {
209
+ defaultValue: {
210
+ summary: boolean;
211
+ };
212
+ type: {
213
+ summary: string;
214
+ };
215
+ };
216
+ control: {
217
+ type: string;
218
+ };
219
+ };
220
+ handleCloseButtonClick: {
221
+ description: string;
222
+ table: {
223
+ defaultValue: {
224
+ summary: string;
225
+ };
226
+ type: {
227
+ summary: string;
228
+ };
229
+ };
230
+ };
231
+ applySort: {
232
+ description: string;
233
+ table: {
234
+ defaultValue: {
235
+ summary: boolean;
236
+ };
237
+ type: {
238
+ summary: string;
239
+ };
240
+ };
241
+ };
242
+ gridId: {
243
+ description: string;
244
+ table: {
245
+ defaultValue: {
246
+ summary: string;
247
+ };
248
+ type: {
249
+ summary: string;
250
+ };
251
+ };
252
+ control: {
253
+ type: string;
254
+ };
255
+ };
256
+ additionalButtons: {
257
+ description: string;
258
+ table: {
259
+ defaultValue: {
260
+ summary: string;
261
+ };
262
+ type: {
263
+ summary: string;
264
+ };
265
+ };
266
+ };
267
+ showContentualFilter: {
268
+ description: string;
269
+ table: {
270
+ defaultValue: {
271
+ summary: boolean;
272
+ };
273
+ type: {
274
+ summary: string;
275
+ };
276
+ };
277
+ };
278
+ showContentualFilterBadge: {
279
+ description: string;
280
+ table: {
281
+ defaultValue: {
282
+ summary: boolean;
283
+ };
284
+ type: {
285
+ summary: string;
286
+ };
287
+ };
288
+ };
289
+ contentualFilterProps: {
290
+ description: string;
291
+ table: {
292
+ defaultValue: {
293
+ summary: string;
294
+ };
295
+ type: {
296
+ summary: string;
297
+ };
298
+ };
299
+ };
300
+ contentualFilterComponent: {
301
+ description: string;
302
+ table: {
303
+ defaultValue: {
304
+ summary: string;
305
+ };
306
+ type: {
307
+ summary: string;
308
+ };
309
+ };
310
+ };
311
+ showFilterStrip: {
312
+ description: string;
313
+ table: {
314
+ defaultValue: {
315
+ summary: boolean;
316
+ };
317
+ type: {
318
+ summary: string;
319
+ };
320
+ };
321
+ };
322
+ filterStripProps: {
323
+ description: string;
324
+ table: {
325
+ type: {
326
+ summary: string;
327
+ };
328
+ };
329
+ };
330
+ onContentualFilterClick: {
331
+ description: string;
332
+ table: {
333
+ defaultValue: {
334
+ summary: string;
335
+ };
336
+ type: {
337
+ summary: string;
338
+ };
339
+ };
340
+ };
341
+ contextualFilterLabel: {
342
+ description: string;
343
+ table: {
344
+ type: {
345
+ summary: string;
346
+ };
347
+ };
348
+ };
349
+ contextualFilterIcon: {
350
+ description: string;
351
+ table: {
352
+ type: {
353
+ summary: string;
354
+ };
355
+ };
356
+ };
357
+ hidePaginationPageSizeSelector: {
358
+ description: string;
359
+ table: {
360
+ defaultValue: {
361
+ summary: boolean;
362
+ };
363
+ type: {
364
+ summary: string;
365
+ };
366
+ };
367
+ control: {
368
+ type: string;
369
+ };
370
+ options: boolean[];
371
+ };
372
+ onTableActionsTabClick: {
373
+ description: string;
374
+ control: boolean;
375
+ table: {
376
+ defaultValue: {
377
+ summary: string;
378
+ };
379
+ type: {
380
+ summary: string;
381
+ };
382
+ };
383
+ };
384
+ customGetMainMenuItems: {
385
+ description: string;
386
+ control: boolean;
387
+ table: {
388
+ defaultValue: {
389
+ summary: string;
390
+ };
391
+ type: {
392
+ summary: string;
393
+ };
394
+ };
395
+ };
396
+ onAdvanceSearchClick: {
397
+ description: string;
398
+ control: boolean;
399
+ table: {
400
+ defaultValue: {
401
+ summary: string;
402
+ };
403
+ type: {
404
+ summary: string;
405
+ };
406
+ };
407
+ };
408
+ customHeaderIcons: {
409
+ description: string;
410
+ control: {
411
+ type: string;
412
+ };
413
+ table: {
414
+ defaultValue: {
415
+ summary: string;
416
+ };
417
+ type: {
418
+ summary: string;
419
+ };
420
+ };
421
+ };
422
+ handleInlineSearch: {
423
+ description: string;
424
+ control: boolean;
425
+ table: {
426
+ defaultValue: {
427
+ summary: string;
428
+ };
429
+ type: {
430
+ summary: string;
431
+ };
432
+ };
433
+ };
434
+ tableActions: {
435
+ description: string;
436
+ control: {
437
+ type: string;
438
+ };
439
+ table: {
440
+ defaultValue: {
441
+ summary: string;
442
+ };
443
+ type: {
444
+ summary: string;
445
+ };
446
+ };
447
+ };
448
+ hideTableFormat: {
449
+ description: string;
450
+ table: {
451
+ defaultValue: {
452
+ summary: boolean;
453
+ };
454
+ type: {
455
+ summary: string;
456
+ };
457
+ };
458
+ };
459
+ hideTableActions: {
460
+ description: string;
461
+ table: {
462
+ defaultValue: {
463
+ summary: boolean;
464
+ };
465
+ type: {
466
+ summary: string;
467
+ };
468
+ };
469
+ };
470
+ handleClearSearchInline: {
471
+ description: string;
472
+ table: {
473
+ defaultValue: {
474
+ summary: string;
475
+ };
476
+ type: {
477
+ summary: string;
478
+ };
479
+ };
480
+ };
481
+ handleCloseInputField: {
482
+ description: string;
483
+ table: {
484
+ defaultValue: {
485
+ summary: string;
486
+ };
487
+ type: {
488
+ summary: string;
489
+ };
490
+ };
491
+ };
492
+ aboveTableComponent: {
493
+ description: string;
494
+ table: {
495
+ defaultValue: {
496
+ summary: string;
497
+ };
498
+ type: {
499
+ summary: string;
500
+ };
501
+ };
502
+ };
503
+ explicitlyCloseTableSetting: {
504
+ description: string;
505
+ table: {
506
+ defaultValue: {
507
+ summary: string;
508
+ };
509
+ type: {
510
+ summary: string;
511
+ };
512
+ };
513
+ };
514
+ hideTableSetting: {
515
+ description: string;
516
+ table: {
517
+ defaultValue: {
518
+ summary: string;
519
+ };
520
+ type: {
521
+ summary: string;
522
+ };
523
+ };
524
+ };
525
+ customSystemButton: {
526
+ description: string;
527
+ table: {
528
+ defaultValue: {
529
+ summary: string;
530
+ };
531
+ type: {
532
+ summary: string;
533
+ };
534
+ };
535
+ };
536
+ hideFontSize: {
537
+ description: string;
538
+ table: {
539
+ defaultValue: {
540
+ summary: boolean;
541
+ };
542
+ type: {
543
+ summary: string;
544
+ };
545
+ };
546
+ control: {
547
+ type: string;
548
+ };
549
+ options: boolean[];
550
+ };
551
+ hideNumericFormat: {
552
+ description: string;
553
+ table: {
554
+ defaultValue: {
555
+ summary: boolean;
556
+ };
557
+ type: {
558
+ summary: string;
559
+ };
560
+ };
561
+ control: {
562
+ type: string;
563
+ };
564
+ options: boolean[];
565
+ };
566
+ isSaveViewEnabled: {
567
+ description: string;
568
+ table: {
569
+ defaultValue: {
570
+ summary: boolean;
571
+ };
572
+ type: {
573
+ summary: string;
574
+ };
575
+ };
576
+ control: {
577
+ type: string;
578
+ };
579
+ };
580
+ maxSavedViews: {
581
+ description: string;
582
+ table: {
583
+ defaultValue: {
584
+ summary: number;
585
+ };
586
+ type: {
587
+ summary: string;
588
+ };
589
+ };
590
+ control: {
591
+ type: string;
592
+ };
593
+ };
594
+ savedViewsOptions: {
595
+ description: string;
596
+ table: {
597
+ defaultValue: {
598
+ summary: string;
599
+ };
600
+ type: {
601
+ summary: string;
602
+ };
603
+ };
604
+ control: {
605
+ type: string;
606
+ };
607
+ };
608
+ handleSaveAndApply: {
609
+ description: string;
610
+ table: {
611
+ defaultValue: {
612
+ summary: string;
613
+ };
614
+ type: {
615
+ summary: string;
616
+ };
617
+ };
618
+ control: boolean;
619
+ };
620
+ handleSavedViewClick: {
621
+ description: string;
622
+ table: {
623
+ defaultValue: {
624
+ summary: string;
625
+ };
626
+ type: {
627
+ summary: string;
628
+ };
629
+ };
630
+ control: boolean;
631
+ };
632
+ handleEditSaveView: {
633
+ description: string;
634
+ table: {
635
+ defaultValue: {
636
+ summary: string;
637
+ };
638
+ type: {
639
+ summary: string;
640
+ };
641
+ };
642
+ control: boolean;
643
+ };
644
+ handleDeleteViewClick: {
645
+ description: string;
646
+ table: {
647
+ defaultValue: {
648
+ summary: string;
649
+ };
650
+ type: {
651
+ summary: string;
652
+ };
653
+ };
654
+ control: boolean;
655
+ };
656
+ deleteViewPromptText: {
657
+ description: string;
658
+ table: {
659
+ defaultValue: {
660
+ summary: string;
661
+ };
662
+ type: {
663
+ summary: string;
664
+ };
665
+ };
666
+ control: {
667
+ type: string;
668
+ };
669
+ };
670
+ handleSetDefaultView: {
671
+ description: string;
672
+ table: {
673
+ defaultValue: {
674
+ summary: string;
675
+ };
676
+ type: {
677
+ summary: string;
678
+ };
679
+ };
680
+ control: boolean;
681
+ };
682
+ isSaveViewLoading: {
683
+ description: string;
684
+ table: {
685
+ defaultValue: {
686
+ summary: boolean;
687
+ };
688
+ type: {
689
+ summary: string;
690
+ };
691
+ };
692
+ control: {
693
+ type: string;
694
+ };
695
+ };
696
+ isDeleteViewLoading: {
697
+ description: string;
698
+ table: {
699
+ defaultValue: {
700
+ summary: boolean;
701
+ };
702
+ type: {
703
+ summary: string;
704
+ };
705
+ };
706
+ control: {
707
+ type: string;
708
+ };
709
+ };
710
+ saveViewCustomFilter: {
711
+ description: string;
712
+ table: {
713
+ defaultValue: {
714
+ summary: string;
715
+ };
716
+ type: {
717
+ summary: string;
718
+ };
719
+ };
720
+ control: {
721
+ type: string;
722
+ };
723
+ };
724
+ customTabInTableSettings: {
725
+ description: string;
726
+ table: {
727
+ defaultValue: {
728
+ summary: string;
729
+ };
730
+ type: {
731
+ summary: string;
732
+ };
733
+ };
734
+ control: {
735
+ type: string;
736
+ };
737
+ };
738
+ customRenderSaveViewContent: {
739
+ description: string;
740
+ table: {
741
+ defaultValue: {
742
+ summary: string;
743
+ };
744
+ type: {
745
+ summary: string;
746
+ };
747
+ };
748
+ control: {
749
+ type: string;
750
+ };
751
+ };
752
+ onTableSettingClick: {
753
+ description: string;
754
+ table: {
755
+ defaultValue: {
756
+ summary: string;
757
+ };
758
+ type: {
759
+ summary: string;
760
+ };
761
+ };
762
+ };
763
+ closeTableSettingOnOutsideClick: {
764
+ description: string;
765
+ table: {
766
+ defaultValue: {
767
+ summary: boolean;
768
+ };
769
+ type: {
770
+ summary: string;
771
+ };
772
+ };
773
+ control: {
774
+ type: string;
775
+ };
776
+ };
777
+ contentualFilterOpenByDefault: {
778
+ description: string;
779
+ table: {
780
+ defaultValue: {
781
+ summary: boolean;
782
+ };
783
+ type: {
784
+ summary: string;
785
+ };
786
+ };
787
+ control: {
788
+ type: string;
789
+ };
790
+ };
791
+ tableSettingsTitle: {
792
+ description: string;
793
+ table: {
794
+ defaultValue: {
795
+ summary: string;
796
+ };
797
+ type: {
798
+ summary: string;
799
+ };
800
+ };
801
+ control: {
802
+ type: string;
803
+ };
804
+ };
805
+ hideTableBody: {
806
+ description: string;
807
+ table: {
808
+ defaultValue: {
809
+ summary: boolean;
810
+ };
811
+ type: {
812
+ summary: string;
813
+ };
814
+ };
815
+ control: {
816
+ type: string;
817
+ };
818
+ };
819
+ isCommentFeatureEnabled: {
820
+ description: string;
821
+ table: {
822
+ defaultValue: {
823
+ summary: boolean;
824
+ };
825
+ type: {
826
+ summary: string;
827
+ };
828
+ };
829
+ control: {
830
+ type: string;
831
+ };
832
+ };
833
+ commentProps: {
834
+ description: string;
835
+ table: {
836
+ defaultValue: {
837
+ summary: string;
838
+ };
839
+ type: {
840
+ summary: string;
841
+ };
842
+ };
843
+ control: {
844
+ type: string;
845
+ };
846
+ };
847
+ showBulkActionBar: {
848
+ description: string;
849
+ table: {
850
+ defaultValue: {
851
+ summary: boolean;
852
+ };
853
+ type: {
854
+ summary: string;
855
+ };
856
+ };
857
+ control: {
858
+ type: string;
859
+ };
860
+ };
861
+ bulkActionBarProps: {
862
+ description: string;
863
+ table: {
864
+ defaultValue: {
865
+ summary: string;
866
+ };
867
+ type: {
868
+ summary: string;
869
+ };
870
+ };
871
+ control: {
872
+ type: string;
873
+ };
874
+ };
875
+ onSelectAllRows: {
876
+ description: string;
877
+ table: {
878
+ defaultValue: {
879
+ summary: string;
880
+ };
881
+ type: {
882
+ summary: string;
883
+ };
884
+ };
885
+ control: boolean;
886
+ };
887
+ onClearAll: {
888
+ description: string;
889
+ table: {
890
+ defaultValue: {
891
+ summary: string;
892
+ };
893
+ type: {
894
+ summary: string;
895
+ };
896
+ };
897
+ control: boolean;
898
+ };
899
+ advanceSortEnabled: {
900
+ description: string;
901
+ table: {
902
+ defaultValue: {
903
+ summary: boolean;
904
+ };
905
+ type: {
906
+ summary: string;
907
+ };
908
+ };
909
+ control: {
910
+ type: string;
911
+ };
912
+ };
913
+ emptyStateText: {
914
+ description: string;
915
+ control: {
916
+ type: string;
917
+ };
918
+ table: {
919
+ defaultValue: {
920
+ summary: string;
921
+ };
922
+ type: {
923
+ summary: string;
924
+ };
925
+ };
926
+ };
927
+ };
928
+ //# sourceMappingURL=Table.d.ts.map