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,148 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const textAreaDocsDescription = "Textareas allow users to enter information, make selections, filter content, or trigger actions. While included here as a standalone component, the most common use will be in some form of input, so some of the behavior demonstrated here is not shown in context.";
3
+ export declare const textAreaArgTypes: {
4
+ label: {
5
+ description: string;
6
+ table: {
7
+ defaultValue: {
8
+ summary: string;
9
+ };
10
+ type: {
11
+ summary: string;
12
+ };
13
+ };
14
+ };
15
+ placeholder: {
16
+ description: string;
17
+ table: {
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ type: {
22
+ summary: string;
23
+ };
24
+ };
25
+ };
26
+ isDisabled: {
27
+ description: string;
28
+ table: {
29
+ defaultValue: {
30
+ summary: string;
31
+ };
32
+ type: {
33
+ summary: string;
34
+ };
35
+ };
36
+ };
37
+ isRequired: {
38
+ description: string;
39
+ table: {
40
+ defaultValue: {
41
+ summary: string;
42
+ };
43
+ type: {
44
+ summary: string;
45
+ };
46
+ };
47
+ };
48
+ isError: {
49
+ description: string;
50
+ table: {
51
+ defaultValue: {
52
+ summary: string;
53
+ };
54
+ type: {
55
+ summary: string;
56
+ };
57
+ };
58
+ };
59
+ width: {
60
+ description: string;
61
+ table: {
62
+ defaultValue: {
63
+ summary: string;
64
+ };
65
+ type: {
66
+ summary: string;
67
+ };
68
+ };
69
+ };
70
+ height: {
71
+ description: string;
72
+ table: {
73
+ defaultValue: {
74
+ summary: string;
75
+ };
76
+ type: {
77
+ summary: string;
78
+ };
79
+ };
80
+ };
81
+ value: {
82
+ description: string;
83
+ table: {
84
+ defaultValue: {
85
+ summary: string;
86
+ };
87
+ type: {
88
+ summary: string;
89
+ };
90
+ };
91
+ };
92
+ maxRows: {
93
+ description: string;
94
+ table: {
95
+ defaultValue: {
96
+ summary: number;
97
+ };
98
+ type: {
99
+ summary: string;
100
+ };
101
+ };
102
+ };
103
+ defaultValue: {
104
+ description: string;
105
+ table: {
106
+ defaultValue: {
107
+ summary: string;
108
+ };
109
+ type: {
110
+ summary: string;
111
+ };
112
+ };
113
+ };
114
+ secondaryLabel: {
115
+ description: string;
116
+ table: {
117
+ defaultValue: {
118
+ summary: string;
119
+ };
120
+ type: {
121
+ summary: string;
122
+ };
123
+ };
124
+ };
125
+ characterLimit: {
126
+ description: string;
127
+ table: {
128
+ defaultValue: {
129
+ summary: number;
130
+ };
131
+ type: {
132
+ summary: string;
133
+ };
134
+ };
135
+ };
136
+ onChange: {
137
+ description: string;
138
+ table: {
139
+ defaultValue: {
140
+ summary: string;
141
+ };
142
+ type: {
143
+ summary: string;
144
+ };
145
+ };
146
+ };
147
+ };
148
+ //# sourceMappingURL=TextArea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/TextArea.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,uBAAuB,0QAA0Q,CAAC;AAE/S,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8F1B,CAAC"}
@@ -0,0 +1,90 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const toastDocsDescription: string | undefined;
3
+ export declare const toastArgTypes: {
4
+ isOpen: {
5
+ description: string;
6
+ table: {
7
+ defaultValue: {
8
+ summary: boolean;
9
+ };
10
+ type: {
11
+ summary: string;
12
+ };
13
+ };
14
+ };
15
+ message: {
16
+ description: string;
17
+ table: {
18
+ defaultValue: {
19
+ summary: string;
20
+ };
21
+ type: {
22
+ summary: string;
23
+ };
24
+ };
25
+ };
26
+ position: {
27
+ description: string;
28
+ options: string[];
29
+ control: {
30
+ type: string;
31
+ };
32
+ table: {
33
+ defaultValue: {
34
+ summary: string;
35
+ };
36
+ type: {
37
+ summary: string;
38
+ };
39
+ };
40
+ };
41
+ variant: {
42
+ description: string;
43
+ options: string[];
44
+ control: {
45
+ type: string;
46
+ };
47
+ table: {
48
+ defaultValue: {
49
+ summary: string;
50
+ };
51
+ type: {
52
+ summary: string;
53
+ };
54
+ };
55
+ };
56
+ onClose: {
57
+ description: string;
58
+ table: {
59
+ defaultValue: {
60
+ summary: string;
61
+ };
62
+ type: {
63
+ summary: string;
64
+ };
65
+ };
66
+ };
67
+ autoHideDuration: {
68
+ description: string;
69
+ table: {
70
+ defaultValue: {
71
+ summary: number;
72
+ };
73
+ type: {
74
+ summary: string;
75
+ };
76
+ };
77
+ };
78
+ zIndex: {
79
+ description: string;
80
+ table: {
81
+ defaultValue: {
82
+ summary: number;
83
+ };
84
+ type: {
85
+ summary: string;
86
+ };
87
+ };
88
+ };
89
+ };
90
+ //# sourceMappingURL=Toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Toast.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,oBAAoB,EAAgB,MAAM,GAAG,SAAS,CAAC;AAEpE,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DvB,CAAC"}
@@ -0,0 +1,28 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const tooltipDocsDescription = "Tooltip display informative text when users hover over, focus on, or tap an element.";
3
+ export declare const tooltipArgTypes: {
4
+ title: {
5
+ description: string;
6
+ };
7
+ variant: {
8
+ description: string;
9
+ options: string[];
10
+ control: {
11
+ type: string;
12
+ };
13
+ };
14
+ orientation: {
15
+ description: string;
16
+ options: string[];
17
+ control: {
18
+ type: string;
19
+ };
20
+ };
21
+ children: {
22
+ description: string;
23
+ };
24
+ className: {
25
+ description: string;
26
+ };
27
+ };
28
+ //# sourceMappingURL=Tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Tooltip.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,sBAAsB,yFAAyF,CAAC;AAE7H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;CAuCzB,CAAC"}
@@ -0,0 +1,51 @@
1
+ export { accordionArgTypes, accordionDocsDescription } from './Accordion';
2
+ export { accordionModernArgTypes, accordionModernDocsDescription } from './AccordionModern';
3
+ export { alertArgTypes, alertDocsDescription } from './Alert';
4
+ export { avatarArgTypes, avatarDocsDescription } from './Avatar';
5
+ export { badgeArgTypes, badgeDocsDescription } from './Badge';
6
+ export { bottomSheetArgTypes, bottomSheetDocsDescription } from './BottomSheet';
7
+ export { breadcrumbsArgTypes, breadcrumbsDocsDescription } from './Breadcrumbs';
8
+ export { buttonArgTypes, buttonDocsDescription } from './Button';
9
+ export { buttonGroupArgTypes, buttonGroupDocsDescription } from './ButtonGroup';
10
+ export { cardArgTypes, cardDocsDescription } from './Card';
11
+ export { chartArgTypes, chartDocsDescription } from './Chart';
12
+ export { chatBotArgTypes, chatBotDocsDescription } from './ChatBot';
13
+ export { checkboxArgTypes, checkboxDocsDescription } from './Checkbox';
14
+ export { chipsArgTypes, chipsDocsDescription } from './Chips';
15
+ export { createItemFlowArgTypes, createItemFlowDocsDescription } from './CreateItemFlow';
16
+ export { datePickerArgTypes, datePickerDocsDescription } from './DatePicker';
17
+ export { dateRangePickerArgTypes, dateRangePickerDocsDescription } from './DateRangePicker';
18
+ export { emptyStateArgTypes, emptyStateDocsDescription } from './EmptyState';
19
+ export { fileUploadArgTypes, fileUploadDocsDescription } from './FileUpload';
20
+ export { filterPanelArgTypes, filterPanelDocsDescription } from './FilterPanel';
21
+ export { filtersStripArgTypes, filtersStripDocsDescription } from './FiltersStrip';
22
+ export { headerArgTypes, headerDocsDescription } from './Header';
23
+ export { homePageArgTypes, homePageDocsDescription } from './HomePage';
24
+ export { inputArgTypes, inputDocsDescription } from './Input';
25
+ export { keyboardShortcutsArgTypes, keyboardShortcutsDocsDescription } from './KeyboardShortcuts';
26
+ export { loaderArgTypes, loaderDocsDescription } from './Loader';
27
+ export { menuArgTypes, menuDocsDescription } from './Menu';
28
+ export { modalArgTypes, modalDocsDescription } from './Modal';
29
+ export { monthPickerArgTypes, monthPickerDocsDescription } from './MonthPicker';
30
+ export { monthRangePickerArgTypes, monthRangePickerDocsDescription } from './MonthRangePicker';
31
+ export { notificationArgTypes, notificationDocsDescription } from './Notification';
32
+ export { panelArgTypes, panelDocsDescription } from './Panel';
33
+ export { popoverArgTypes, popoverDocsDescription } from './Popover';
34
+ export { progressBarArgTypes, progressBarDocsDescription } from './ProgressBar';
35
+ export { promptArgTypes, promptDocsDescription } from './Prompt';
36
+ export { radioButtonGroupArgTypes, radioButtonGroupDocsDescription } from './RadioButtonGroup';
37
+ export { selectArgTypes, selectDocsDescription } from './Select';
38
+ export { sidebarArgTypes, sidebarDocsDescription } from './Sidebar';
39
+ export { sliderArgTypes, sliderDocsDescription } from './Slider';
40
+ export { stepperArgTypes, stepperDocsDescription } from './Stepper';
41
+ export { switchArgTypes, switchDocsDescription } from './Switch';
42
+ export { tableArgTypes, tableDocsDescription } from './Table';
43
+ export { tableChatArgTypes, tableChatDocsDescription } from './TableChat';
44
+ export { tableOldArgTypes, tableOldDocsDescription } from './TableOld';
45
+ export { tabsArgTypes, tabsDocsDescription } from './Tabs';
46
+ export { tagArgTypes, tagDocsDescription } from './Tag';
47
+ export { tagGroupArgTypes, tagGroupDocsDescription } from './TagGroup';
48
+ export { textAreaArgTypes, textAreaDocsDescription } from './TextArea';
49
+ export { toastArgTypes, toastDocsDescription } from './Toast';
50
+ export { tooltipArgTypes, tooltipDocsDescription } from './Tooltip';
51
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- *,:after,:before{box-sizing:border-box}body,textarea{font-style:normal;font-weight:500}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Manrope,sans-serif}.impact-notification-separator{background-color:#d9dde7;display:inline-block;height:16px;width:1.5px}.impact-notification-horizontal-separator{background-color:#d9dde7;display:inline-block;height:1px;width:100%}ul.storybook-order-list{list-style-type:disc;padding-left:12px}ul.storybook-order-list li{font-size:12px;line-height:20px;padding-bottom:8px}ul.storybook-order-list li strong{font-weight:800}ul.storybook-order-child-list{list-style-type:circle;padding-left:20px}ul.storybook-order-child-list li{font-size:12px;line-height:20px;padding-bottom:8px}ul.storybook-order-child-list li strong{font-weight:800}
1
+ :root{--ia-focus-color:#4259ee;--ia-focus-bg:#fff;--ia-focus-ring-width:2px;--ia-focus-ring-offset:2px}*,:after,:before{box-sizing:border-box}body,textarea{font-style:normal;font-weight:500}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Manrope,sans-serif}.impact-notification-separator{background-color:#d9dde7;display:inline-block;height:16px;width:1.5px}.impact-notification-horizontal-separator{background-color:#d9dde7;display:inline-block;height:1px;width:100%}ul.storybook-order-list{list-style-type:disc;padding-left:12px}ul.storybook-order-list li{font-size:12px;line-height:20px;padding-bottom:8px}ul.storybook-order-list li strong{font-weight:800}ul.storybook-order-child-list{list-style-type:circle;padding-left:20px}ul.storybook-order-child-list li{font-size:12px;line-height:20px;padding-bottom:8px}ul.storybook-order-child-list li strong{font-weight:800}
@@ -81,6 +81,11 @@ export declare function isColumnSelectionDuplicate(formValues: FormValues, curre
81
81
  * Check if a view name is unique among saved views
82
82
  */
83
83
  export declare function isViewNameUnique(inputValue: string, selectedViewType: string | null | undefined, isDefaultView: boolean | null | undefined, savedViewsOptions: SavedView[]): boolean;
84
+ /**
85
+ * Convert a string to camelCase: lowercase first word, capitalize subsequent words,
86
+ * strip non-alphanumeric characters.
87
+ */
88
+ export declare const toCamelCase: (str: string) => string;
84
89
  /**
85
90
  * Convert a string to sentence case: first character uppercase, the rest lowercase.
86
91
  * Safely handles null/undefined and trims whitespace.
@@ -1 +1 @@
1
- {"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../src/utils/helper.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,YAAa,SAAQ,YAAY;IAChD,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2BAA2B,CAAC,EAAE,MAAM,EAAE,CAAC;IACvC,oCAAoC,CAAC,EAAE,OAAO,CAAC;IAC/C,YAAY,CAAC,EAAE;QACb,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;KACrB,EAAE,CAAC;CACL;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,mBAAmB,EAAE,SAAS,YAAY,EAOtD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,SAAS,YAAY,EAO1D,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,mBAAmB,EAAE,SAAS,YAAY,EAOtD,CAAC;AAkDF,UAAU,wBAAyB,SAAQ,gBAAgB;IACzD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;CAClC;AAiDD;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAAI,SAAS,gBAAgB,EAAE,KAAG,YAAY,EAS1E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,SAAS,gBAAgB,EAAE,KAAG,wBAAwB,EAGvF,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,MAAM,EAAE,GAAG,OAAO,CAUpE;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EAAE,EAC1B,MAAM,EAAE,WAAW,EAAE,GACpB,OAAO,CAgBT;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC3C,aAAa,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,EACzC,iBAAiB,EAAE,SAAS,EAAE,GAC7B,OAAO,CAgBT;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CASvE"}
1
+ {"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../src/utils/helper.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,YAAa,SAAQ,YAAY;IAChD,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2BAA2B,CAAC,EAAE,MAAM,EAAE,CAAC;IACvC,oCAAoC,CAAC,EAAE,OAAO,CAAC;IAC/C,YAAY,CAAC,EAAE;QACb,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;KACrB,EAAE,CAAC;CACL;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,mBAAmB,EAAE,SAAS,YAAY,EAOtD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,SAAS,YAAY,EAO1D,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,mBAAmB,EAAE,SAAS,YAAY,EAOtD,CAAC;AAkDF,UAAU,wBAAyB,SAAQ,gBAAgB;IACzD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;CAClC;AAiDD;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAAI,SAAS,gBAAgB,EAAE,KAAG,YAAY,EAS1E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,SAAS,gBAAgB,EAAE,KAAG,wBAAwB,EAGvF,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,MAAM,EAAE,GAAG,OAAO,CAUpE;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EAAE,EAC1B,MAAM,EAAE,WAAW,EAAE,GACpB,OAAO,CAgBT;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC3C,aAAa,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,EACzC,iBAAiB,EAAE,SAAS,EAAE,GAC7B,OAAO,CAgBT;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,GAAI,KAAK,MAAM,KAAG,MAQ7B,CAAC;AAEd;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CASvE"}
@@ -97,21 +97,10 @@ function isViewNameUnique(inputValue, selectedViewType, isDefaultView, savedView
97
97
  return normalizedViewName === normalizedInputName && normalizedViewType === normalizedInputType && normalizedViewIsDefault === normalizedInputIsDefault;
98
98
  });
99
99
  }
100
- function toSentenceCase(value) {
101
- if (value === null || value === void 0) {
102
- return "";
103
- }
104
- const str = String(value).trim();
105
- if (!str) {
106
- return "";
107
- }
108
- return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase();
109
- }
110
100
  export {
111
101
  DATE_FILTER_OPTIONS,
112
102
  NON_TEXT_FILTER_OPTIONS,
113
103
  TEXT_FILTER_OPTIONS,
114
104
  convertToOptions,
115
- isViewNameUnique,
116
- toSentenceCase
105
+ isViewNameUnique
117
106
  };
@@ -0,0 +1,5 @@
1
+ /** Parse React major version from a semver string (defaults to runtime React.version). */
2
+ export declare function getReactMajorVersion(version?: string): number;
3
+ /** True when the app should use createRoot (React 18+). */
4
+ export declare function shouldUseCreateRoot(version?: string): boolean;
5
+ //# sourceMappingURL=reactVersion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactVersion.d.ts","sourceRoot":"","sources":["../../src/utils/reactVersion.ts"],"names":[],"mappings":"AAEA,0FAA0F;AAC1F,wBAAgB,oBAAoB,CAAC,OAAO,GAAE,MAAsB,GAAG,MAAM,CAG5E;AAED,2DAA2D;AAC3D,wBAAgB,mBAAmB,CAAC,OAAO,GAAE,MAAsB,GAAG,OAAO,CAE5E"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=reactVersion.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactVersion.test.d.ts","sourceRoot":"","sources":["../../src/utils/reactVersion.test.ts"],"names":[],"mappings":""}
@@ -4,11 +4,11 @@ export declare class ShortcutManager {
4
4
  private static instance;
5
5
  private registrations;
6
6
  private activeScopes;
7
- private sequenceBuffer;
8
- private sequenceTimer;
9
7
  private listenerAttached;
10
8
  private debug;
11
9
  private sequenceTimeout;
10
+ private _sequenceTracker;
11
+ private _sortedCache;
12
12
  private constructor();
13
13
  static getInstance(options?: {
14
14
  debug?: boolean;
@@ -16,11 +16,14 @@ export declare class ShortcutManager {
16
16
  }): ShortcutManager;
17
17
  static resetInstance(): void;
18
18
  private attachListener;
19
+ private getSorted;
19
20
  private handleKeyDown;
20
- private matchesRegistration;
21
- private resetSequence;
22
- private getActiveRegistrations;
23
21
  register(registration: ShortcutRegistration): void;
22
+ /**
23
+ * Programmatically invoke a registered shortcut handler by its id.
24
+ * Returns true if the shortcut was found and fired, false otherwise.
25
+ */
26
+ trigger(id: string, event?: KeyboardEvent | null): boolean;
24
27
  unregister(id: string): void;
25
28
  isRegistered(id: string): boolean;
26
29
  enableScope(name: string): void;
@@ -30,5 +33,6 @@ export declare class ShortcutManager {
30
33
  getShortcutsByScope(scope: string): Omit<ShortcutSummary, 'scope'>[];
31
34
  setDebug(enabled: boolean): void;
32
35
  destroy(): void;
36
+ private debugLog;
33
37
  }
34
38
  //# sourceMappingURL=ShortcutManager.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShortcutManager.d.ts","sourceRoot":"","sources":["../../../src/utils/shortcuts/ShortcutManager.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAkB,oBAAoB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAmBrF,qBAAa,eAAe;IAC1B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAgC;IAEvD,OAAO,CAAC,aAAa,CAA2C;IAChE,OAAO,CAAC,YAAY,CAA+B;IACnD,OAAO,CAAC,cAAc,CAAgB;IACtC,OAAO,CAAC,aAAa,CAA8C;IACnE,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,eAAe,CAA4B;IAEnD,OAAO;IAMP,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,eAAe;IAO5F,MAAM,CAAC,aAAa,IAAI,IAAI;IAK5B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,aAAa,CAuBnB;IAEF,OAAO,CAAC,mBAAmB;IAgC3B,OAAO,CAAC,aAAa;IAQrB,OAAO,CAAC,sBAAsB;IAI9B,QAAQ,CAAC,YAAY,EAAE,oBAAoB,GAAG,IAAI;IAYlD,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAI5B,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO;IAIjC,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAI/B,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKhC,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAIpC,eAAe,IAAI,eAAe,EAAE;IAUpC,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,EAAE;IAWpE,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAIhC,OAAO,IAAI,IAAI;CAShB"}
1
+ {"version":3,"file":"ShortcutManager.d.ts","sourceRoot":"","sources":["../../../src/utils/shortcuts/ShortcutManager.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAkB,oBAAoB,EAAoB,eAAe,EAAE,MAAM,SAAS,CAAC;AAYvG,qBAAa,eAAe;IAC1B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAgC;IAEvD,OAAO,CAAC,aAAa,CAA2C;IAChE,OAAO,CAAC,YAAY,CAA+B;IACnD,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,eAAe,CAA4B;IACnD,OAAO,CAAC,gBAAgB,CAAkB;IAC1C,OAAO,CAAC,YAAY,CAAuC;IAE3D,OAAO;IAOP,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,eAAe;IAO5F,MAAM,CAAC,aAAa,IAAI,IAAI;IAK5B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,aAAa,CA8CnB;IAEF,QAAQ,CAAC,YAAY,EAAE,oBAAoB,GAAG,IAAI;IAuBlD;;;OAGG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,OAAO;IAW1D,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAS5B,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO;IAIjC,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAO/B,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAYhC,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAIpC,eAAe,IAAI,eAAe,EAAE;IAUpC,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,EAAE;IAWpE,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAIhC,OAAO,IAAI,IAAI;IAWf,OAAO,CAAC,QAAQ;CAajB"}