@carbon/ibm-products 2.24.0 → 2.25.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1720) hide show
  1. package/css/index-full-carbon.css +219 -111
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +73 -111
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +219 -111
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +219 -111
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/_virtual/_commonjsHelpers.js +12 -0
  18. package/es/_virtual/_rollupPluginBabelHelpers.js +557 -0
  19. package/es/_virtual/index.js +10 -0
  20. package/es/_virtual/index2.js +10 -0
  21. package/es/components/APIKeyModal/APIKeyDownloader.d.ts +20 -0
  22. package/es/components/APIKeyModal/APIKeyDownloader.js +15 -15
  23. package/es/components/APIKeyModal/APIKeyModal.d.ts +2 -0
  24. package/es/components/APIKeyModal/APIKeyModal.js +48 -51
  25. package/es/components/APIKeyModal/index.d.ts +1 -0
  26. package/es/components/AboutModal/AboutModal.d.ts +9 -0
  27. package/es/components/AboutModal/AboutModal.js +29 -37
  28. package/es/components/AboutModal/index.d.ts +1 -0
  29. package/es/components/ActionBar/ActionBar.d.ts +5 -0
  30. package/es/components/ActionBar/ActionBar.js +32 -39
  31. package/es/components/ActionBar/ActionBarItem.d.ts +5 -0
  32. package/es/components/ActionBar/ActionBarItem.js +21 -26
  33. package/es/components/ActionBar/ActionBarOverflowItems.d.ts +18 -0
  34. package/es/components/ActionBar/ActionBarOverflowItems.js +22 -25
  35. package/es/components/ActionBar/index.d.ts +2 -0
  36. package/es/components/ActionSet/ActionSet.d.ts +14 -0
  37. package/es/components/ActionSet/ActionSet.js +22 -27
  38. package/es/components/ActionSet/index.d.ts +1 -0
  39. package/es/components/AddSelect/AddSelect.d.ts +2 -0
  40. package/es/components/AddSelect/AddSelect.js +18 -17
  41. package/es/components/AddSelect/AddSelectBody.d.ts +2 -0
  42. package/es/components/AddSelect/AddSelectBody.js +47 -48
  43. package/es/components/AddSelect/AddSelectBreadcrumbs.d.ts +16 -0
  44. package/es/components/AddSelect/AddSelectBreadcrumbs.js +18 -15
  45. package/es/components/AddSelect/AddSelectColumn.d.ts +31 -0
  46. package/es/components/AddSelect/AddSelectColumn.js +39 -39
  47. package/es/components/AddSelect/AddSelectFilter.d.ts +40 -0
  48. package/es/components/AddSelect/AddSelectFilter.js +33 -34
  49. package/es/components/AddSelect/AddSelectFormControl.d.ts +18 -0
  50. package/es/components/AddSelect/AddSelectFormControl.js +29 -19
  51. package/es/components/AddSelect/AddSelectList.d.ts +16 -0
  52. package/es/components/AddSelect/AddSelectList.js +23 -23
  53. package/es/components/AddSelect/AddSelectMetaPanel.d.ts +22 -0
  54. package/es/components/AddSelect/AddSelectMetaPanel.js +23 -20
  55. package/es/components/AddSelect/AddSelectRow.d.ts +51 -0
  56. package/es/components/AddSelect/AddSelectRow.js +28 -27
  57. package/es/components/AddSelect/AddSelectSidebar.d.ts +34 -0
  58. package/es/components/AddSelect/AddSelectSidebar.js +39 -36
  59. package/es/components/AddSelect/AddSelectSort.d.ts +18 -0
  60. package/es/components/AddSelect/AddSelectSort.js +25 -22
  61. package/es/components/AddSelect/add-select-utils.d.ts +4 -0
  62. package/es/components/AddSelect/add-select-utils.js +18 -11
  63. package/es/components/AddSelect/hooks/useFocus.d.ts +2 -0
  64. package/es/components/AddSelect/hooks/useFocus.js +13 -3
  65. package/es/components/AddSelect/hooks/useItemSort.d.ts +6 -0
  66. package/es/components/AddSelect/hooks/useItemSort.js +12 -9
  67. package/es/components/AddSelect/hooks/useParentSelect.d.ts +5 -0
  68. package/es/components/AddSelect/hooks/useParentSelect.js +11 -8
  69. package/es/components/AddSelect/hooks/usePath.d.ts +10 -0
  70. package/es/components/AddSelect/hooks/usePath.js +12 -13
  71. package/es/components/AddSelect/index.d.ts +1 -0
  72. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +42 -0
  73. package/es/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +43 -51
  74. package/es/components/BreadcrumbWithOverflow/index.d.ts +1 -0
  75. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +22 -0
  76. package/es/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +35 -40
  77. package/es/components/ButtonSetWithOverflow/index.d.ts +1 -0
  78. package/es/components/Card/Card.d.ts +2 -0
  79. package/es/components/Card/Card.js +35 -36
  80. package/es/components/Card/CardFooter.d.ts +46 -0
  81. package/es/components/Card/CardFooter.js +20 -17
  82. package/es/components/Card/CardHeader.d.ts +51 -0
  83. package/es/components/Card/CardHeader.js +32 -28
  84. package/es/components/Card/index.d.ts +3 -0
  85. package/es/components/Carousel/Carousel.d.ts +18 -0
  86. package/es/components/Carousel/Carousel.js +21 -20
  87. package/es/components/Carousel/CarouselItem.d.ts +5 -0
  88. package/es/components/Carousel/CarouselItem.js +12 -13
  89. package/es/components/Carousel/index.d.ts +2 -0
  90. package/es/components/Cascade/Cascade.d.ts +11 -0
  91. package/es/components/Cascade/Cascade.js +27 -27
  92. package/es/components/Cascade/index.d.ts +1 -0
  93. package/es/components/Checklist/Checklist.d.ts +8 -0
  94. package/es/components/Checklist/Checklist.js +38 -50
  95. package/es/components/Checklist/ChecklistChart.d.ts +5 -0
  96. package/es/components/Checklist/ChecklistChart.js +14 -22
  97. package/es/components/Checklist/ChecklistIcon.d.ts +5 -0
  98. package/es/components/Checklist/ChecklistIcon.js +15 -26
  99. package/es/components/Checklist/index.d.ts +1 -0
  100. package/es/components/Coachmark/Coachmark.d.ts +7 -0
  101. package/es/components/Coachmark/Coachmark.js +21 -20
  102. package/es/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  103. package/es/components/Coachmark/CoachmarkDragbar.js +19 -20
  104. package/es/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  105. package/es/components/Coachmark/CoachmarkHeader.js +16 -17
  106. package/es/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  107. package/es/components/Coachmark/CoachmarkOverlay.js +26 -29
  108. package/es/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  109. package/es/components/Coachmark/CoachmarkTagline.js +23 -22
  110. package/es/components/Coachmark/index.d.ts +3 -0
  111. package/es/components/Coachmark/utils/constants.d.ts +1 -0
  112. package/es/components/Coachmark/utils/constants.js +12 -3
  113. package/es/components/Coachmark/utils/context.d.ts +2 -0
  114. package/es/components/Coachmark/utils/context.js +13 -3
  115. package/es/components/Coachmark/utils/enums.d.ts +23 -0
  116. package/es/components/Coachmark/utils/enums.js +11 -9
  117. package/es/components/Coachmark/utils/hooks.d.ts +9 -0
  118. package/es/components/Coachmark/utils/hooks.js +11 -3
  119. package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  120. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +20 -20
  121. package/es/components/CoachmarkBeacon/index.d.ts +1 -0
  122. package/es/components/CoachmarkButton/CoachmarkButton.d.ts +5 -0
  123. package/es/components/CoachmarkButton/CoachmarkButton.js +17 -17
  124. package/es/components/CoachmarkButton/index.d.ts +1 -0
  125. package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +8 -0
  126. package/es/components/CoachmarkFixed/CoachmarkFixed.js +21 -24
  127. package/es/components/CoachmarkFixed/index.d.ts +1 -0
  128. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +7 -0
  129. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +17 -18
  130. package/es/components/CoachmarkOverlayElement/index.d.ts +1 -0
  131. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +6 -0
  132. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +27 -33
  133. package/es/components/CoachmarkOverlayElements/index.d.ts +1 -0
  134. package/es/components/CoachmarkStack/CoachmarkStack.d.ts +8 -0
  135. package/es/components/CoachmarkStack/CoachmarkStack.js +22 -24
  136. package/es/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  137. package/es/components/CoachmarkStack/CoachmarkStackHome.js +31 -30
  138. package/es/components/CoachmarkStack/index.d.ts +1 -0
  139. package/es/components/ComboButton/ComboButton.d.ts +21 -0
  140. package/es/components/ComboButton/ComboButton.js +27 -31
  141. package/es/components/ComboButton/ComboButtonItem/index.d.ts +16 -0
  142. package/es/components/ComboButton/ComboButtonItem/index.js +11 -11
  143. package/es/components/ComboButton/index.d.ts +2 -0
  144. package/es/components/CreateFullPage/CreateFullPage.d.ts +16 -0
  145. package/es/components/CreateFullPage/CreateFullPage.js +43 -43
  146. package/es/components/CreateFullPage/CreateFullPageStep.d.ts +2 -0
  147. package/es/components/CreateFullPage/CreateFullPageStep.js +22 -21
  148. package/es/components/CreateFullPage/index.d.ts +2 -0
  149. package/es/components/CreateInfluencer/CreateInfluencer.d.ts +23 -0
  150. package/es/components/CreateInfluencer/CreateInfluencer.js +17 -15
  151. package/es/components/CreateInfluencer/index.d.ts +1 -0
  152. package/es/components/CreateModal/CreateModal.d.ts +8 -0
  153. package/es/components/CreateModal/CreateModal.js +22 -23
  154. package/es/components/CreateModal/index.d.ts +1 -0
  155. package/es/components/CreateSidePanel/CreateSidePanel.d.ts +5 -0
  156. package/es/components/CreateSidePanel/CreateSidePanel.js +19 -25
  157. package/es/components/CreateSidePanel/index.d.ts +1 -0
  158. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +4 -0
  159. package/es/components/CreateTearsheet/CreateTearsheet.js +32 -27
  160. package/es/components/CreateTearsheet/CreateTearsheetDivider.d.ts +2 -0
  161. package/es/components/CreateTearsheet/CreateTearsheetDivider.js +13 -11
  162. package/es/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
  163. package/es/components/CreateTearsheet/CreateTearsheetStep.js +25 -24
  164. package/es/components/CreateTearsheet/index.d.ts +3 -0
  165. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +6 -0
  166. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +19 -20
  167. package/es/components/CreateTearsheetNarrow/index.d.ts +1 -0
  168. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +5 -0
  169. package/es/components/DataSpreadsheet/DataSpreadsheet.js +52 -54
  170. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +2 -0
  171. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +32 -33
  172. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +2 -0
  173. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +25 -26
  174. package/es/components/DataSpreadsheet/hooks/index.d.ts +7 -0
  175. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +6 -0
  176. package/es/components/DataSpreadsheet/hooks/useMoveActiveCell.js +5 -3
  177. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +9 -0
  178. package/es/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +10 -8
  179. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +6 -0
  180. package/es/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +7 -4
  181. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +12 -0
  182. package/es/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +10 -8
  183. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +6 -0
  184. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +7 -5
  185. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +17 -0
  186. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +10 -10
  187. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +9 -0
  188. package/es/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +7 -5
  189. package/es/components/DataSpreadsheet/index.d.ts +1 -0
  190. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.d.ts +1 -0
  191. package/es/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +7 -5
  192. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.d.ts +1 -0
  193. package/es/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +7 -4
  194. package/es/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +12 -0
  195. package/es/components/DataSpreadsheet/utils/createActiveCellFn.js +7 -5
  196. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.d.ts +10 -0
  197. package/es/components/DataSpreadsheet/utils/createCellSelectionArea.js +8 -6
  198. package/es/components/DataSpreadsheet/utils/getCellSize.d.ts +1 -0
  199. package/es/components/DataSpreadsheet/utils/getCellSize.js +12 -9
  200. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.d.ts +6 -0
  201. package/es/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +5 -3
  202. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.d.ts +9 -0
  203. package/es/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +6 -3
  204. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.d.ts +7 -0
  205. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +9 -8
  206. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.d.ts +7 -0
  207. package/es/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +7 -4
  208. package/es/components/DataSpreadsheet/utils/handleCellDeletion.d.ts +8 -0
  209. package/es/components/DataSpreadsheet/utils/handleCellDeletion.js +8 -5
  210. package/es/components/DataSpreadsheet/utils/handleEditSubmit.d.ts +13 -0
  211. package/es/components/DataSpreadsheet/utils/handleEditSubmit.js +10 -12
  212. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.d.ts +16 -0
  213. package/es/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +11 -8
  214. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +18 -0
  215. package/es/components/DataSpreadsheet/utils/handleMultipleKeys.js +16 -15
  216. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +7 -0
  217. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +7 -4
  218. package/es/components/DataSpreadsheet/utils/removeCellSelections.d.ts +5 -0
  219. package/es/components/DataSpreadsheet/utils/removeCellSelections.js +7 -5
  220. package/es/components/DataSpreadsheet/utils/selectAllCells.d.ts +9 -0
  221. package/es/components/DataSpreadsheet/utils/selectAllCells.js +10 -9
  222. package/es/components/Datagrid/Datagrid/Datagrid.d.ts +5 -0
  223. package/es/components/Datagrid/Datagrid/Datagrid.js +21 -19
  224. package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -0
  225. package/es/components/Datagrid/Datagrid/DatagridBody.js +19 -16
  226. package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +35 -0
  227. package/es/components/Datagrid/Datagrid/DatagridContent.js +36 -34
  228. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -0
  229. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +15 -9
  230. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -0
  231. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +11 -8
  232. package/es/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -0
  233. package/es/components/Datagrid/Datagrid/DatagridHead.js +7 -4
  234. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +2 -0
  235. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +36 -35
  236. package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -0
  237. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +16 -16
  238. package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -0
  239. package/es/components/Datagrid/Datagrid/DatagridRow.js +25 -25
  240. package/es/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +1 -0
  241. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +17 -16
  242. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +28 -0
  243. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +17 -17
  244. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -0
  245. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +16 -16
  246. package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -0
  247. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +18 -16
  248. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -0
  249. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +15 -15
  250. package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +22 -0
  251. package/es/components/Datagrid/Datagrid/DraggableElement.js +24 -22
  252. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +18 -0
  253. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +7 -4
  254. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +21 -0
  255. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +9 -7
  256. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  257. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +21 -19
  258. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  259. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +17 -18
  260. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +18 -0
  261. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +29 -31
  262. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +10 -0
  263. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +10 -7
  264. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.d.ts +1 -0
  265. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +13 -5
  266. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/index.d.ts +2 -0
  267. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +42 -0
  268. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +31 -22
  269. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +50 -0
  270. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +33 -32
  271. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +19 -0
  272. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +18 -18
  273. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +24 -0
  274. package/es/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +21 -10
  275. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +24 -0
  276. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +17 -14
  277. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.d.ts +9 -0
  278. package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +36 -0
  279. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.d.ts +4 -0
  280. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +2 -0
  281. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +12 -2
  282. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +28 -0
  283. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +66 -93
  284. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.d.ts +9 -0
  285. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +5 -4
  286. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.d.ts +7 -0
  287. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +7 -4
  288. package/es/components/Datagrid/Datagrid/addons/Filtering/index.d.ts +3 -0
  289. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +60 -0
  290. package/es/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +10 -7
  291. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.d.ts +1 -0
  292. package/es/components/Datagrid/Datagrid/addons/Filtering/utils.js +10 -10
  293. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +26 -0
  294. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +17 -14
  295. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.d.ts +1 -0
  296. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +29 -0
  297. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +26 -28
  298. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.d.ts +1 -0
  299. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +11 -0
  300. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +18 -18
  301. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.d.ts +1 -0
  302. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +5 -3
  303. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.d.ts +1 -0
  304. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.d.ts +7 -0
  305. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +10 -9
  306. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.d.ts +1 -0
  307. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +5 -3
  308. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +8 -0
  309. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +16 -15
  310. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.d.ts +7 -0
  311. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +9 -6
  312. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +18 -0
  313. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +19 -18
  314. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.d.ts +3 -0
  315. package/es/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +11 -10
  316. package/es/components/Datagrid/Datagrid/addons/RowSize/index.d.ts +1 -0
  317. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +2 -0
  318. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +9 -6
  319. package/es/components/Datagrid/Datagrid/addons/stateReducer.d.ts +17 -0
  320. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +31 -35
  321. package/es/components/Datagrid/Datagrid/index.d.ts +1 -0
  322. package/es/components/Datagrid/common-column-ids.d.ts +1 -0
  323. package/es/components/Datagrid/common-column-ids.js +8 -7
  324. package/es/components/Datagrid/index.d.ts +22 -0
  325. package/es/components/Datagrid/useActionsColumn.d.ts +2 -0
  326. package/es/components/Datagrid/useActionsColumn.js +22 -24
  327. package/es/components/Datagrid/useColumnCenterAlign.d.ts +2 -0
  328. package/es/components/Datagrid/useColumnCenterAlign.js +12 -12
  329. package/es/components/Datagrid/useColumnOrder.d.ts +1 -0
  330. package/es/components/Datagrid/useColumnOrder.js +2 -2
  331. package/es/components/Datagrid/useColumnRightAlign.d.ts +2 -0
  332. package/es/components/Datagrid/useColumnRightAlign.js +12 -12
  333. package/es/components/Datagrid/useCustomizeColumns.d.ts +2 -0
  334. package/es/components/Datagrid/useCustomizeColumns.js +10 -10
  335. package/es/components/Datagrid/useDatagrid.d.ts +2 -0
  336. package/es/components/Datagrid/useDatagrid.js +21 -21
  337. package/es/components/Datagrid/useDefaultStringRenderer.d.ts +2 -0
  338. package/es/components/Datagrid/useDefaultStringRenderer.js +18 -18
  339. package/es/components/Datagrid/useDisableSelectRows.d.ts +2 -0
  340. package/es/components/Datagrid/useDisableSelectRows.js +8 -7
  341. package/es/components/Datagrid/useEditableCell.d.ts +2 -0
  342. package/es/components/Datagrid/useExpandedRow.d.ts +2 -0
  343. package/es/components/Datagrid/useExpandedRow.js +16 -12
  344. package/es/components/Datagrid/useFiltering.d.ts +2 -0
  345. package/es/components/Datagrid/useFiltering.js +11 -16
  346. package/es/components/Datagrid/useFlexResize.d.ts +8 -0
  347. package/es/components/Datagrid/useFlexResize.js +12 -2
  348. package/es/components/Datagrid/useFloatingScroll.d.ts +2 -0
  349. package/es/components/Datagrid/useFloatingScroll.js +12 -9
  350. package/es/components/Datagrid/useFocusRowExpander.d.ts +6 -0
  351. package/es/components/Datagrid/useFocusRowExpander.js +5 -3
  352. package/es/components/Datagrid/useInfiniteScroll.d.ts +2 -0
  353. package/es/components/Datagrid/useInfiniteScroll.js +13 -6
  354. package/es/components/Datagrid/useInlineEdit.d.ts +2 -0
  355. package/es/components/Datagrid/useInlineEdit.js +12 -9
  356. package/es/components/Datagrid/useNestedRowExpander.d.ts +2 -0
  357. package/es/components/Datagrid/useNestedRowExpander.js +12 -14
  358. package/es/components/Datagrid/useNestedRows.d.ts +2 -0
  359. package/es/components/Datagrid/useNestedRows.js +8 -5
  360. package/es/components/Datagrid/useOnRowClick.d.ts +2 -0
  361. package/es/components/Datagrid/useOnRowClick.js +6 -3
  362. package/es/components/Datagrid/useParentDimensions.d.ts +2 -0
  363. package/es/components/Datagrid/useParentDimensions.js +6 -3
  364. package/es/components/Datagrid/useResizeTable.d.ts +2 -0
  365. package/es/components/Datagrid/useResizeTable.js +5 -2
  366. package/es/components/Datagrid/useRowExpander.d.ts +2 -0
  367. package/es/components/Datagrid/useRowExpander.js +17 -17
  368. package/es/components/Datagrid/useRowIsMouseOver.d.ts +2 -0
  369. package/es/components/Datagrid/useRowIsMouseOver.js +11 -12
  370. package/es/components/Datagrid/useRowRenderer.d.ts +2 -0
  371. package/es/components/Datagrid/useRowRenderer.js +11 -8
  372. package/es/components/Datagrid/useRowSize.d.ts +2 -0
  373. package/es/components/Datagrid/useRowSize.js +12 -13
  374. package/es/components/Datagrid/useSelectAllToggle.d.ts +2 -0
  375. package/es/components/Datagrid/useSelectAllToggle.js +17 -16
  376. package/es/components/Datagrid/useSelectRows.d.ts +2 -0
  377. package/es/components/Datagrid/useSelectRows.js +18 -21
  378. package/es/components/Datagrid/useSkeletonRows.d.ts +8 -0
  379. package/es/components/Datagrid/useSkeletonRows.js +12 -2
  380. package/es/components/Datagrid/useSortableColumns.d.ts +2 -0
  381. package/es/components/Datagrid/useSortableColumns.js +19 -19
  382. package/es/components/Datagrid/useStickyColumn.d.ts +2 -0
  383. package/es/components/Datagrid/useStickyColumn.js +13 -14
  384. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.d.ts +1 -0
  385. package/es/components/Datagrid/utils/getAutoSizedColumnWidth.js +13 -3
  386. package/es/components/DelimitedList/DelimitedList.d.ts +6 -0
  387. package/es/components/DelimitedList/DelimitedList.js +13 -14
  388. package/es/components/DelimitedList/index.d.ts +1 -0
  389. package/es/components/EditFullPage/EditFullPage.d.ts +6 -0
  390. package/es/components/EditFullPage/EditFullPage.js +13 -14
  391. package/es/components/EditFullPage/index.d.ts +1 -0
  392. package/es/components/EditInPlace/EditInPlace.d.ts +6 -0
  393. package/es/components/EditInPlace/EditInPlace.js +31 -37
  394. package/es/components/EditInPlace/index.d.ts +1 -0
  395. package/es/components/EditSidePanel/EditSidePanel.d.ts +5 -0
  396. package/es/components/EditSidePanel/EditSidePanel.js +20 -26
  397. package/es/components/EditSidePanel/index.d.ts +1 -0
  398. package/es/components/EditTearsheet/EditTearsheet.d.ts +7 -0
  399. package/es/components/EditTearsheet/EditTearsheet.js +25 -24
  400. package/es/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  401. package/es/components/EditTearsheet/EditTearsheetForm.js +24 -23
  402. package/es/components/EditTearsheet/index.d.ts +2 -0
  403. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +5 -0
  404. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.js +13 -14
  405. package/es/components/EditTearsheetNarrow/index.d.ts +1 -0
  406. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +7 -0
  407. package/es/components/EditUpdateCards/EditUpdateCards.js +16 -18
  408. package/es/components/EditUpdateCards/index.d.ts +1 -0
  409. package/es/components/EmptyStates/EmptyState.d.ts +9 -0
  410. package/es/components/EmptyStates/EmptyState.js +48 -38
  411. package/es/components/EmptyStates/EmptyStateContent.d.ts +306 -0
  412. package/es/components/EmptyStates/EmptyStateContent.js +17 -23
  413. package/es/components/EmptyStates/EmptyStateIllustration.d.ts +11 -0
  414. package/es/components/EmptyStates/EmptyStateIllustration.js +62 -0
  415. package/es/components/EmptyStates/EmptyStateV2.d.ts +6 -0
  416. package/es/components/EmptyStates/EmptyStateV2.js +126 -0
  417. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +5 -0
  418. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +21 -25
  419. package/es/components/EmptyStates/ErrorEmptyState/index.d.ts +1 -0
  420. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +5 -0
  421. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +21 -25
  422. package/es/components/EmptyStates/NoDataEmptyState/index.d.ts +1 -0
  423. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +5 -0
  424. package/es/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +21 -25
  425. package/es/components/EmptyStates/NoTagsEmptyState/index.d.ts +1 -0
  426. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +5 -0
  427. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +21 -25
  428. package/es/components/EmptyStates/NotFoundEmptyState/index.d.ts +1 -0
  429. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +5 -0
  430. package/es/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +21 -25
  431. package/es/components/EmptyStates/NotificationsEmptyState/index.d.ts +1 -0
  432. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +5 -0
  433. package/es/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +21 -25
  434. package/es/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +1 -0
  435. package/es/components/EmptyStates/assets/ErrorIllustration.d.ts +15 -0
  436. package/es/components/EmptyStates/assets/ErrorIllustration.js +61 -60
  437. package/es/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  438. package/es/components/EmptyStates/assets/NoDataIllustration.js +51 -50
  439. package/es/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  440. package/es/components/EmptyStates/assets/NoTagsIllustration.js +122 -121
  441. package/es/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  442. package/es/components/EmptyStates/assets/NotFoundIllustration.js +92 -91
  443. package/es/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  444. package/es/components/EmptyStates/assets/NotificationsIllustration.js +89 -88
  445. package/es/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  446. package/es/components/EmptyStates/assets/UnauthorizedIllustration.js +82 -81
  447. package/es/components/EmptyStates/index.d.ts +8 -0
  448. package/es/components/ExportModal/ExportModal.d.ts +5 -0
  449. package/es/components/ExportModal/ExportModal.js +40 -41
  450. package/es/components/ExportModal/index.d.ts +1 -0
  451. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +2 -0
  452. package/es/components/ExpressiveCard/ExpressiveCard.js +19 -16
  453. package/es/components/ExpressiveCard/index.d.ts +1 -0
  454. package/es/components/FilterSummary/FilterSummary.d.ts +3 -0
  455. package/es/components/FilterSummary/FilterSummary.js +28 -29
  456. package/es/components/FilterSummary/index.d.ts +1 -0
  457. package/es/components/FullPageError/FullPageError.d.ts +5 -0
  458. package/es/components/FullPageError/FullPageError.js +129 -0
  459. package/es/components/FullPageError/assets/ErrorGenericSVG.d.ts +9 -0
  460. package/es/components/FullPageError/assets/ErrorGenericSVG.js +714 -0
  461. package/es/components/FullPageError/index.d.ts +1 -0
  462. package/es/components/Guidebanner/Guidebanner.d.ts +6 -0
  463. package/es/components/Guidebanner/Guidebanner.js +34 -33
  464. package/es/components/Guidebanner/GuidebannerElement.d.ts +19 -0
  465. package/es/components/Guidebanner/GuidebannerElement.js +17 -16
  466. package/es/components/Guidebanner/GuidebannerElementButton.d.ts +17 -0
  467. package/es/components/Guidebanner/GuidebannerElementButton.js +18 -16
  468. package/es/components/Guidebanner/GuidebannerElementLink.d.ts +15 -0
  469. package/es/components/Guidebanner/GuidebannerElementLink.js +14 -13
  470. package/es/components/Guidebanner/index.d.ts +4 -0
  471. package/es/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +7 -0
  472. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +24 -25
  473. package/es/components/HTTPErrors/HTTPError403/index.d.ts +1 -0
  474. package/es/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +7 -0
  475. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +24 -25
  476. package/es/components/HTTPErrors/HTTPError404/index.d.ts +1 -0
  477. package/es/components/HTTPErrors/HTTPErrorContent.d.ts +309 -0
  478. package/es/components/HTTPErrors/HTTPErrorContent.js +20 -26
  479. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +7 -0
  480. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +24 -25
  481. package/es/components/HTTPErrors/HTTPErrorOther/index.d.ts +1 -0
  482. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +9 -0
  483. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +368 -367
  484. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +9 -0
  485. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +319 -318
  486. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +9 -0
  487. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +331 -330
  488. package/es/components/HTTPErrors/index.d.ts +3 -0
  489. package/es/components/ImportModal/ImportModal.d.ts +2 -0
  490. package/es/components/ImportModal/ImportModal.js +41 -46
  491. package/es/components/ImportModal/index.d.ts +1 -0
  492. package/es/components/InlineTip/InlineTip.d.ts +7 -0
  493. package/es/components/InlineTip/InlineTip.js +37 -38
  494. package/es/components/InlineTip/InlineTipButton.d.ts +5 -0
  495. package/es/components/InlineTip/InlineTipButton.js +14 -15
  496. package/es/components/InlineTip/InlineTipLink.d.ts +5 -0
  497. package/es/components/InlineTip/InlineTipLink.js +17 -17
  498. package/es/components/InlineTip/index.d.ts +3 -0
  499. package/es/components/InlineTip/utils.d.ts +1 -0
  500. package/es/components/InlineTip/utils.js +13 -3
  501. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +8 -0
  502. package/es/components/InterstitialScreen/InterstitialScreen.js +53 -59
  503. package/es/components/InterstitialScreen/index.d.ts +1 -0
  504. package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +5 -0
  505. package/es/components/InterstitialScreenView/InterstitialScreenView.js +13 -14
  506. package/es/components/InterstitialScreenView/index.d.ts +1 -0
  507. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +5 -0
  508. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +15 -17
  509. package/es/components/InterstitialScreenViewModule/index.d.ts +1 -0
  510. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +5 -0
  511. package/es/components/MultiAddSelect/MultiAddSelect.js +18 -15
  512. package/es/components/MultiAddSelect/index.d.ts +1 -0
  513. package/es/components/NonLinearReading/NonLinearReading.d.ts +7 -0
  514. package/es/components/NonLinearReading/NonLinearReading.js +19 -17
  515. package/es/components/NonLinearReading/index.d.ts +1 -0
  516. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +2 -0
  517. package/es/components/NotificationsPanel/NotificationsPanel.js +50 -54
  518. package/es/components/NotificationsPanel/index.d.ts +1 -0
  519. package/es/components/NotificationsPanel/utils.d.ts +15 -0
  520. package/es/components/NotificationsPanel/utils.js +5 -3
  521. package/es/components/OptionsTile/OptionsTile.d.ts +5 -0
  522. package/es/components/OptionsTile/OptionsTile.js +33 -37
  523. package/es/components/OptionsTile/index.d.ts +1 -0
  524. package/es/components/PageHeader/PageHeader.d.ts +6 -0
  525. package/es/components/PageHeader/PageHeader.js +72 -74
  526. package/es/components/PageHeader/PageHeaderTitle.d.ts +31 -0
  527. package/es/components/PageHeader/PageHeaderTitle.js +24 -16
  528. package/es/components/PageHeader/PageHeaderUtils.d.ts +7 -0
  529. package/es/components/PageHeader/PageHeaderUtils.js +17 -15
  530. package/es/components/PageHeader/index.d.ts +1 -0
  531. package/es/components/ProductiveCard/ProductiveCard.d.ts +2 -0
  532. package/es/components/ProductiveCard/ProductiveCard.js +20 -21
  533. package/es/components/ProductiveCard/index.d.ts +1 -0
  534. package/es/components/RemoveModal/RemoveModal.d.ts +7 -0
  535. package/es/components/RemoveModal/RemoveModal.js +29 -31
  536. package/es/components/RemoveModal/index.d.ts +1 -0
  537. package/es/components/Saving/Saving.d.ts +69 -0
  538. package/es/components/Saving/Saving.js +28 -26
  539. package/es/components/Saving/index.d.ts +1 -0
  540. package/es/components/SearchBar/SearchBar.d.ts +5 -0
  541. package/es/components/SearchBar/SearchBar.js +17 -22
  542. package/es/components/SearchBar/index.d.ts +1 -0
  543. package/es/components/SidePanel/SidePanel.d.ts +5 -0
  544. package/es/components/SidePanel/SidePanel.js +58 -66
  545. package/es/components/SidePanel/constants.d.ts +7 -0
  546. package/es/components/SidePanel/constants.js +5 -3
  547. package/es/components/SidePanel/index.d.ts +1 -0
  548. package/es/components/SidePanel/motion/variants.d.ts +42 -0
  549. package/es/components/SidePanel/motion/variants.js +8 -5
  550. package/es/components/SimpleHeader/SimpleHeader.d.ts +48 -0
  551. package/es/components/SimpleHeader/SimpleHeader.js +17 -16
  552. package/es/components/SingleAddSelect/SingleAddSelect.d.ts +5 -0
  553. package/es/components/SingleAddSelect/SingleAddSelect.js +19 -16
  554. package/es/components/SingleAddSelect/index.d.ts +1 -0
  555. package/es/components/StatusIcon/StatusIcon.d.ts +11 -0
  556. package/es/components/StatusIcon/StatusIcon.js +60 -58
  557. package/es/components/StatusIcon/index.d.ts +1 -0
  558. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +5 -0
  559. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +16 -19
  560. package/es/components/SteppedAnimatedMedia/index.d.ts +1 -0
  561. package/es/components/TagSet/TagSet.d.ts +8 -0
  562. package/es/components/TagSet/TagSet.js +34 -37
  563. package/es/components/TagSet/TagSetModal.d.ts +29 -0
  564. package/es/components/TagSet/TagSetModal.js +27 -29
  565. package/es/components/TagSet/TagSetOverflow.d.ts +2 -0
  566. package/es/components/TagSet/TagSetOverflow.js +27 -26
  567. package/es/components/TagSet/index.d.ts +1 -0
  568. package/es/components/Tearsheet/Tearsheet.d.ts +18 -0
  569. package/es/components/Tearsheet/Tearsheet.js +19 -25
  570. package/es/components/Tearsheet/TearsheetNarrow.d.ts +14 -0
  571. package/es/components/Tearsheet/TearsheetNarrow.js +19 -25
  572. package/es/components/Tearsheet/TearsheetShell.d.ts +17 -0
  573. package/es/components/Tearsheet/TearsheetShell.js +43 -50
  574. package/es/components/Tearsheet/index.d.ts +2 -0
  575. package/es/components/Toolbar/Toolbar.d.ts +6 -0
  576. package/es/components/Toolbar/Toolbar.js +25 -26
  577. package/es/components/Toolbar/ToolbarButton.d.ts +4 -0
  578. package/es/components/Toolbar/ToolbarButton.js +21 -20
  579. package/es/components/Toolbar/ToolbarGroup.d.ts +3 -0
  580. package/es/components/Toolbar/ToolbarGroup.js +16 -14
  581. package/es/components/Toolbar/index.d.ts +3 -0
  582. package/es/components/TooltipTrigger/TooltipTrigger.d.ts +15 -0
  583. package/es/components/TooltipTrigger/TooltipTrigger.js +12 -13
  584. package/es/components/TooltipTrigger/index.d.ts +1 -0
  585. package/es/components/TruncatedList/TruncatedList.d.ts +7 -0
  586. package/es/components/TruncatedList/TruncatedList.js +171 -0
  587. package/es/components/TruncatedList/index.d.ts +1 -0
  588. package/es/components/UserAvatar/UserAvatar.d.ts +2 -0
  589. package/es/components/UserAvatar/UserAvatar.js +147 -0
  590. package/es/components/UserAvatar/index.d.ts +1 -0
  591. package/es/components/UserProfileImage/UserProfileImage.d.ts +5 -0
  592. package/es/components/UserProfileImage/UserProfileImage.js +28 -30
  593. package/es/components/UserProfileImage/index.d.ts +1 -0
  594. package/es/components/WebTerminal/WebTerminal.d.ts +5 -0
  595. package/es/components/WebTerminal/WebTerminal.js +28 -36
  596. package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -0
  597. package/es/components/WebTerminal/WebTerminalContentWrapper.js +13 -15
  598. package/es/components/WebTerminal/hooks/index.d.ts +12 -0
  599. package/es/components/WebTerminal/hooks/index.js +18 -16
  600. package/es/components/WebTerminal/index.d.ts +3 -0
  601. package/es/components/_Canary/Canary.d.ts +12 -0
  602. package/es/components/_Canary/Canary.js +17 -21
  603. package/es/components/_Canary/index.d.ts +1 -0
  604. package/es/components/index.d.ts +56 -0
  605. package/es/global/js/hooks/index.d.ts +12 -0
  606. package/es/global/js/hooks/useActiveElement.d.ts +1 -0
  607. package/es/global/js/hooks/useActiveElement.js +7 -4
  608. package/es/global/js/hooks/useClickOutside.d.ts +1 -0
  609. package/es/global/js/hooks/useClickOutside.js +6 -3
  610. package/es/global/js/hooks/useControllableState.d.ts +27 -0
  611. package/es/global/js/hooks/useControllableState.js +8 -6
  612. package/es/global/js/hooks/useCreateComponentFocus.d.ts +7 -0
  613. package/es/global/js/hooks/useCreateComponentFocus.js +9 -8
  614. package/es/global/js/hooks/useCreateComponentStepChange.d.ts +24 -0
  615. package/es/global/js/hooks/useCreateComponentStepChange.js +15 -13
  616. package/es/global/js/hooks/usePortalTarget.d.ts +1 -0
  617. package/es/global/js/hooks/usePortalTarget.js +7 -4
  618. package/es/global/js/hooks/usePrefix.d.ts +1 -0
  619. package/es/global/js/hooks/usePrefix.js +7 -4
  620. package/es/global/js/hooks/usePreviousValue.d.ts +1 -0
  621. package/es/global/js/hooks/usePreviousValue.js +6 -4
  622. package/es/global/js/hooks/useResetCreateComponent.d.ts +10 -0
  623. package/es/global/js/hooks/useResetCreateComponent.js +6 -4
  624. package/es/global/js/hooks/useResizeObserver.d.ts +4 -0
  625. package/es/global/js/hooks/useResizeObserver.js +9 -6
  626. package/es/global/js/hooks/useRetrieveFormTitles.d.ts +5 -0
  627. package/es/global/js/hooks/useRetrieveFormTitles.js +13 -3
  628. package/es/global/js/hooks/useRetrieveStepData.d.ts +9 -0
  629. package/es/global/js/hooks/useRetrieveStepData.js +6 -4
  630. package/es/global/js/hooks/useValidCreateStepCount.d.ts +1 -0
  631. package/es/global/js/hooks/useValidCreateStepCount.js +5 -3
  632. package/es/global/js/hooks/useWindowResize.d.ts +1 -0
  633. package/es/global/js/hooks/useWindowResize.js +9 -8
  634. package/es/global/js/hooks/useWindowScroll.d.ts +3 -0
  635. package/es/global/js/hooks/useWindowScroll.js +8 -13
  636. package/es/global/js/package-settings.d.ts +123 -0
  637. package/es/global/js/package-settings.js +25 -11
  638. package/es/global/js/utils/Wrap.d.ts +12 -0
  639. package/es/global/js/utils/Wrap.js +11 -12
  640. package/es/global/js/utils/deepCloneObject.d.ts +1 -0
  641. package/es/global/js/utils/deepCloneObject.js +13 -3
  642. package/es/global/js/utils/devtools.d.ts +6 -0
  643. package/es/global/js/utils/devtools.js +7 -8
  644. package/es/global/js/utils/getBezierValues.d.ts +1 -0
  645. package/es/global/js/utils/getBezierValues.js +11 -2
  646. package/es/global/js/utils/getFocusableElements.d.ts +1 -0
  647. package/es/global/js/utils/getFocusableElements.js +13 -3
  648. package/es/global/js/utils/getNodeTextContent.d.ts +1 -0
  649. package/es/global/js/utils/getNodeTextContent.js +13 -3
  650. package/es/global/js/utils/getNumberOfHiddenSteps.d.ts +1 -0
  651. package/es/global/js/utils/getNumberOfHiddenSteps.js +5 -3
  652. package/es/global/js/utils/getScrollbarWidth.d.ts +1 -0
  653. package/es/global/js/utils/getScrollbarWidth.js +5 -3
  654. package/es/global/js/utils/keyboardNavigation.d.ts +27 -0
  655. package/es/global/js/utils/keyboardNavigation.js +5 -8
  656. package/es/global/js/utils/lastIndexInArray.d.ts +1 -0
  657. package/es/global/js/utils/lastIndexInArray.js +5 -3
  658. package/es/global/js/utils/motionConstants.d.ts +23 -0
  659. package/es/global/js/utils/motionConstants.js +8 -6
  660. package/es/global/js/utils/pconsole.d.ts +15 -0
  661. package/es/global/js/utils/pconsole.js +17 -9
  662. package/es/global/js/utils/props-helper.d.ts +37 -0
  663. package/es/global/js/utils/props-helper.js +17 -81
  664. package/es/global/js/utils/rangeWithCallback.d.ts +1 -0
  665. package/es/global/js/utils/rangeWithCallback.js +5 -3
  666. package/es/global/js/utils/scrollableAncestor.d.ts +1 -0
  667. package/es/global/js/utils/scrollableAncestor.js +13 -3
  668. package/es/global/js/utils/unwrap-if-fragment.d.ts +6 -0
  669. package/es/global/js/utils/uuidv4.d.ts +2 -0
  670. package/es/global/js/utils/uuidv4.js +8 -2
  671. package/es/global/js/utils/wait.d.ts +2 -0
  672. package/es/global/js/utils/wait.js +8 -2
  673. package/es/global/js/utils/wrapFocus.d.ts +25 -0
  674. package/es/global/js/utils/wrapFocus.js +5 -5
  675. package/es/index.d.ts +9 -0
  676. package/es/index.js +103 -4
  677. package/es/node_modules/@carbon/colors/es/index.js +11 -0
  678. package/es/node_modules/@carbon/icon-helpers/es/index.js +140 -0
  679. package/es/node_modules/@carbon/icons-react/es/Icon.js +73 -0
  680. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2985 -0
  681. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +2900 -0
  682. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3004 -0
  683. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  684. package/es/node_modules/classnames/index.js +70 -0
  685. package/es/node_modules/object-assign/index.js +89 -0
  686. package/es/node_modules/prop-types/checkPropTypes.js +96 -0
  687. package/es/node_modules/prop-types/factoryWithThrowingShims.js +64 -0
  688. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +562 -0
  689. package/es/node_modules/prop-types/index.js +29 -0
  690. package/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +18 -0
  691. package/es/node_modules/prop-types/lib/has.js +17 -0
  692. package/es/settings.d.ts +106 -0
  693. package/es/settings.js +23 -13
  694. package/lib/_virtual/_commonjsHelpers.js +16 -0
  695. package/lib/_virtual/_rollupPluginBabelHelpers.js +583 -0
  696. package/lib/_virtual/index.js +14 -0
  697. package/lib/_virtual/index2.js +14 -0
  698. package/lib/components/APIKeyModal/APIKeyDownloader.d.ts +20 -0
  699. package/lib/components/APIKeyModal/APIKeyDownloader.js +34 -36
  700. package/lib/components/APIKeyModal/APIKeyModal.d.ts +2 -0
  701. package/lib/components/APIKeyModal/APIKeyModal.js +123 -128
  702. package/lib/components/APIKeyModal/index.d.ts +1 -0
  703. package/lib/components/AboutModal/AboutModal.d.ts +9 -0
  704. package/lib/components/AboutModal/AboutModal.js +65 -73
  705. package/lib/components/AboutModal/index.d.ts +1 -0
  706. package/lib/components/ActionBar/ActionBar.d.ts +5 -0
  707. package/lib/components/ActionBar/ActionBar.js +74 -78
  708. package/lib/components/ActionBar/ActionBarItem.d.ts +5 -0
  709. package/lib/components/ActionBar/ActionBarItem.js +38 -39
  710. package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +18 -0
  711. package/lib/components/ActionBar/ActionBarOverflowItems.js +35 -41
  712. package/lib/components/ActionBar/index.d.ts +2 -0
  713. package/lib/components/ActionSet/ActionSet.d.ts +14 -0
  714. package/lib/components/ActionSet/ActionSet.js +47 -48
  715. package/lib/components/ActionSet/index.d.ts +1 -0
  716. package/lib/components/AddSelect/AddSelect.d.ts +2 -0
  717. package/lib/components/AddSelect/AddSelect.js +91 -90
  718. package/lib/components/AddSelect/AddSelectBody.d.ts +2 -0
  719. package/lib/components/AddSelect/AddSelectBody.js +139 -140
  720. package/lib/components/AddSelect/AddSelectBreadcrumbs.d.ts +16 -0
  721. package/lib/components/AddSelect/AddSelectBreadcrumbs.js +31 -27
  722. package/lib/components/AddSelect/AddSelectColumn.d.ts +31 -0
  723. package/lib/components/AddSelect/AddSelectColumn.js +72 -72
  724. package/lib/components/AddSelect/AddSelectFilter.d.ts +40 -0
  725. package/lib/components/AddSelect/AddSelectFilter.js +63 -64
  726. package/lib/components/AddSelect/AddSelectFormControl.d.ts +18 -0
  727. package/lib/components/AddSelect/AddSelectFormControl.js +42 -31
  728. package/lib/components/AddSelect/AddSelectList.d.ts +16 -0
  729. package/lib/components/AddSelect/AddSelectList.js +39 -36
  730. package/lib/components/AddSelect/AddSelectMetaPanel.d.ts +22 -0
  731. package/lib/components/AddSelect/AddSelectMetaPanel.js +42 -41
  732. package/lib/components/AddSelect/AddSelectRow.d.ts +51 -0
  733. package/lib/components/AddSelect/AddSelectRow.js +73 -74
  734. package/lib/components/AddSelect/AddSelectSidebar.d.ts +34 -0
  735. package/lib/components/AddSelect/AddSelectSidebar.js +61 -55
  736. package/lib/components/AddSelect/AddSelectSort.d.ts +18 -0
  737. package/lib/components/AddSelect/AddSelectSort.js +39 -35
  738. package/lib/components/AddSelect/add-select-utils.d.ts +4 -0
  739. package/lib/components/AddSelect/add-select-utils.js +25 -18
  740. package/lib/components/AddSelect/hooks/useFocus.d.ts +2 -0
  741. package/lib/components/AddSelect/hooks/useFocus.js +20 -13
  742. package/lib/components/AddSelect/hooks/useItemSort.d.ts +6 -0
  743. package/lib/components/AddSelect/hooks/useItemSort.js +20 -20
  744. package/lib/components/AddSelect/hooks/useParentSelect.d.ts +5 -0
  745. package/lib/components/AddSelect/hooks/useParentSelect.js +17 -17
  746. package/lib/components/AddSelect/hooks/usePath.d.ts +10 -0
  747. package/lib/components/AddSelect/hooks/usePath.js +25 -27
  748. package/lib/components/AddSelect/index.d.ts +1 -0
  749. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.d.ts +42 -0
  750. package/lib/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js +89 -96
  751. package/lib/components/BreadcrumbWithOverflow/index.d.ts +1 -0
  752. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.d.ts +22 -0
  753. package/lib/components/ButtonSetWithOverflow/ButtonSetWithOverflow.js +67 -72
  754. package/lib/components/ButtonSetWithOverflow/index.d.ts +1 -0
  755. package/lib/components/Card/Card.d.ts +2 -0
  756. package/lib/components/Card/Card.js +92 -93
  757. package/lib/components/Card/CardFooter.d.ts +46 -0
  758. package/lib/components/Card/CardFooter.js +49 -45
  759. package/lib/components/Card/CardHeader.d.ts +51 -0
  760. package/lib/components/Card/CardHeader.js +65 -60
  761. package/lib/components/Card/index.d.ts +3 -0
  762. package/lib/components/Carousel/Carousel.d.ts +18 -0
  763. package/lib/components/Carousel/Carousel.js +60 -58
  764. package/lib/components/Carousel/CarouselItem.d.ts +5 -0
  765. package/lib/components/Carousel/CarouselItem.js +33 -27
  766. package/lib/components/Carousel/index.d.ts +2 -0
  767. package/lib/components/Cascade/Cascade.d.ts +11 -0
  768. package/lib/components/Cascade/Cascade.js +46 -48
  769. package/lib/components/Cascade/index.d.ts +1 -0
  770. package/lib/components/Checklist/Checklist.d.ts +8 -0
  771. package/lib/components/Checklist/Checklist.js +89 -100
  772. package/lib/components/Checklist/ChecklistChart.d.ts +5 -0
  773. package/lib/components/Checklist/ChecklistChart.js +37 -37
  774. package/lib/components/Checklist/ChecklistIcon.d.ts +5 -0
  775. package/lib/components/Checklist/ChecklistIcon.js +36 -41
  776. package/lib/components/Checklist/index.d.ts +1 -0
  777. package/lib/components/Coachmark/Coachmark.d.ts +7 -0
  778. package/lib/components/Coachmark/Coachmark.js +72 -74
  779. package/lib/components/Coachmark/CoachmarkDragbar.d.ts +6 -0
  780. package/lib/components/Coachmark/CoachmarkDragbar.js +49 -49
  781. package/lib/components/Coachmark/CoachmarkHeader.d.ts +6 -0
  782. package/lib/components/Coachmark/CoachmarkHeader.js +38 -37
  783. package/lib/components/Coachmark/CoachmarkOverlay.d.ts +6 -0
  784. package/lib/components/Coachmark/CoachmarkOverlay.js +58 -63
  785. package/lib/components/Coachmark/CoachmarkTagline.d.ts +6 -0
  786. package/lib/components/Coachmark/CoachmarkTagline.js +44 -41
  787. package/lib/components/Coachmark/index.d.ts +3 -0
  788. package/lib/components/Coachmark/utils/constants.d.ts +1 -0
  789. package/lib/components/Coachmark/utils/constants.js +29 -21
  790. package/lib/components/Coachmark/utils/context.d.ts +2 -0
  791. package/lib/components/Coachmark/utils/context.js +20 -11
  792. package/lib/components/Coachmark/utils/enums.d.ts +23 -0
  793. package/lib/components/Coachmark/utils/enums.js +16 -15
  794. package/lib/components/Coachmark/utils/hooks.d.ts +9 -0
  795. package/lib/components/Coachmark/utils/hooks.js +25 -17
  796. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +5 -0
  797. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +40 -38
  798. package/lib/components/CoachmarkBeacon/index.d.ts +1 -0
  799. package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +5 -0
  800. package/lib/components/CoachmarkButton/CoachmarkButton.js +38 -35
  801. package/lib/components/CoachmarkButton/index.d.ts +1 -0
  802. package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +8 -0
  803. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +63 -66
  804. package/lib/components/CoachmarkFixed/index.d.ts +1 -0
  805. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +7 -0
  806. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.js +36 -35
  807. package/lib/components/CoachmarkOverlayElement/index.d.ts +1 -0
  808. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +6 -0
  809. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +68 -74
  810. package/lib/components/CoachmarkOverlayElements/index.d.ts +1 -0
  811. package/lib/components/CoachmarkStack/CoachmarkStack.d.ts +8 -0
  812. package/lib/components/CoachmarkStack/CoachmarkStack.js +77 -78
  813. package/lib/components/CoachmarkStack/CoachmarkStackHome.d.ts +6 -0
  814. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +69 -68
  815. package/lib/components/CoachmarkStack/index.d.ts +1 -0
  816. package/lib/components/ComboButton/ComboButton.d.ts +21 -0
  817. package/lib/components/ComboButton/ComboButton.js +47 -51
  818. package/lib/components/ComboButton/ComboButtonItem/index.d.ts +16 -0
  819. package/lib/components/ComboButton/ComboButtonItem/index.js +23 -20
  820. package/lib/components/ComboButton/index.d.ts +2 -0
  821. package/lib/components/CreateFullPage/CreateFullPage.d.ts +16 -0
  822. package/lib/components/CreateFullPage/CreateFullPage.js +120 -118
  823. package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +2 -0
  824. package/lib/components/CreateFullPage/CreateFullPageStep.js +58 -60
  825. package/lib/components/CreateFullPage/index.d.ts +2 -0
  826. package/lib/components/CreateInfluencer/CreateInfluencer.d.ts +23 -0
  827. package/lib/components/CreateInfluencer/CreateInfluencer.js +36 -33
  828. package/lib/components/CreateInfluencer/index.d.ts +1 -0
  829. package/lib/components/CreateModal/CreateModal.d.ts +8 -0
  830. package/lib/components/CreateModal/CreateModal.js +48 -48
  831. package/lib/components/CreateModal/index.d.ts +1 -0
  832. package/lib/components/CreateSidePanel/CreateSidePanel.d.ts +5 -0
  833. package/lib/components/CreateSidePanel/CreateSidePanel.js +53 -56
  834. package/lib/components/CreateSidePanel/index.d.ts +1 -0
  835. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +4 -0
  836. package/lib/components/CreateTearsheet/CreateTearsheet.js +100 -95
  837. package/lib/components/CreateTearsheet/CreateTearsheetDivider.d.ts +2 -0
  838. package/lib/components/CreateTearsheet/CreateTearsheetDivider.js +26 -27
  839. package/lib/components/CreateTearsheet/CreateTearsheetStep.d.ts +2 -0
  840. package/lib/components/CreateTearsheet/CreateTearsheetStep.js +63 -65
  841. package/lib/components/CreateTearsheet/index.d.ts +3 -0
  842. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +6 -0
  843. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +52 -51
  844. package/lib/components/CreateTearsheetNarrow/index.d.ts +1 -0
  845. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +5 -0
  846. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +159 -162
  847. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +2 -0
  848. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +132 -133
  849. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +2 -0
  850. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +87 -88
  851. package/lib/components/DataSpreadsheet/hooks/index.d.ts +7 -0
  852. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.d.ts +6 -0
  853. package/lib/components/DataSpreadsheet/hooks/useMoveActiveCell.js +12 -11
  854. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.d.ts +9 -0
  855. package/lib/components/DataSpreadsheet/hooks/useMultipleKeyTracking.js +30 -31
  856. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.d.ts +6 -0
  857. package/lib/components/DataSpreadsheet/hooks/useResetSpreadsheetFocus.js +14 -13
  858. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.d.ts +12 -0
  859. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetEdit.js +25 -26
  860. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.d.ts +6 -0
  861. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +18 -17
  862. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +17 -0
  863. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +31 -32
  864. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.d.ts +9 -0
  865. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetOutsideClick.js +16 -15
  866. package/lib/components/DataSpreadsheet/index.d.ts +1 -0
  867. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.d.ts +1 -0
  868. package/lib/components/DataSpreadsheet/utils/checkActiveHeaderCell.js +14 -14
  869. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.d.ts +1 -0
  870. package/lib/components/DataSpreadsheet/utils/checkSelectedHeaderCell.js +12 -11
  871. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.d.ts +12 -0
  872. package/lib/components/DataSpreadsheet/utils/createActiveCellFn.js +17 -17
  873. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.d.ts +10 -0
  874. package/lib/components/DataSpreadsheet/utils/createCellSelectionArea.js +19 -19
  875. package/lib/components/DataSpreadsheet/utils/getCellSize.d.ts +1 -0
  876. package/lib/components/DataSpreadsheet/utils/getCellSize.js +17 -16
  877. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.d.ts +6 -0
  878. package/lib/components/DataSpreadsheet/utils/getSelectionAreaPoints.js +9 -9
  879. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.d.ts +9 -0
  880. package/lib/components/DataSpreadsheet/utils/getSpreadsheetWidth.js +12 -11
  881. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.d.ts +7 -0
  882. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionEnter.js +21 -21
  883. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.d.ts +7 -0
  884. package/lib/components/DataSpreadsheet/utils/handleActiveCellInSelectionTab.js +14 -13
  885. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.d.ts +8 -0
  886. package/lib/components/DataSpreadsheet/utils/handleCellDeletion.js +15 -14
  887. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.d.ts +13 -0
  888. package/lib/components/DataSpreadsheet/utils/handleEditSubmit.js +22 -24
  889. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.d.ts +16 -0
  890. package/lib/components/DataSpreadsheet/utils/handleHeaderCellSelection.js +27 -27
  891. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.d.ts +18 -0
  892. package/lib/components/DataSpreadsheet/utils/handleMultipleKeys.js +31 -29
  893. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.d.ts +7 -0
  894. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +15 -14
  895. package/lib/components/DataSpreadsheet/utils/removeCellSelections.d.ts +5 -0
  896. package/lib/components/DataSpreadsheet/utils/removeCellSelections.js +14 -14
  897. package/lib/components/DataSpreadsheet/utils/selectAllCells.d.ts +9 -0
  898. package/lib/components/DataSpreadsheet/utils/selectAllCells.js +21 -21
  899. package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +5 -0
  900. package/lib/components/Datagrid/Datagrid/Datagrid.js +37 -35
  901. package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -0
  902. package/lib/components/Datagrid/Datagrid/DatagridBody.js +26 -23
  903. package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +35 -0
  904. package/lib/components/Datagrid/Datagrid/DatagridContent.js +89 -89
  905. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +2 -0
  906. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +25 -18
  907. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +2 -0
  908. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +20 -16
  909. package/lib/components/Datagrid/Datagrid/DatagridHead.d.ts +2 -0
  910. package/lib/components/Datagrid/Datagrid/DatagridHead.js +16 -12
  911. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +2 -0
  912. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +62 -62
  913. package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -0
  914. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +27 -25
  915. package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +2 -0
  916. package/lib/components/Datagrid/Datagrid/DatagridRow.js +45 -42
  917. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +1 -0
  918. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +37 -36
  919. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +28 -0
  920. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +47 -48
  921. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -0
  922. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +27 -25
  923. package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +2 -0
  924. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +43 -43
  925. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +2 -0
  926. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +37 -37
  927. package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +22 -0
  928. package/lib/components/Datagrid/Datagrid/DraggableElement.js +46 -44
  929. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.d.ts +18 -0
  930. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Actions.js +43 -26
  931. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.d.ts +21 -0
  932. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/ButtonWrapper.js +45 -28
  933. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.d.ts +27 -0
  934. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/Columns.js +49 -48
  935. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.d.ts +36 -0
  936. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +59 -59
  937. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.d.ts +18 -0
  938. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/DraggableItemsList.js +60 -59
  939. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.d.ts +10 -0
  940. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/TearsheetWrapper.js +39 -21
  941. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.d.ts +1 -0
  942. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/common.js +20 -11
  943. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/index.d.ts +2 -0
  944. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.d.ts +42 -0
  945. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +86 -79
  946. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +50 -0
  947. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +92 -92
  948. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +19 -0
  949. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +47 -46
  950. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.d.ts +24 -0
  951. package/lib/components/Datagrid/Datagrid/addons/Filtering/OverflowCheckboxes.js +40 -31
  952. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +24 -0
  953. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +33 -20
  954. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.d.ts +9 -0
  955. package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +40 -0
  956. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.d.ts +4 -0
  957. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.d.ts +2 -0
  958. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilterContext.js +17 -9
  959. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +28 -0
  960. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +111 -138
  961. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.d.ts +9 -0
  962. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useShouldDisableButtons.js +20 -17
  963. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.d.ts +7 -0
  964. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useSubscribeToEventEmitter.js +13 -12
  965. package/lib/components/Datagrid/Datagrid/addons/Filtering/index.d.ts +3 -0
  966. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.d.ts +60 -0
  967. package/lib/components/Datagrid/Datagrid/addons/Filtering/motion/variants.js +30 -27
  968. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.d.ts +1 -0
  969. package/lib/components/Datagrid/Datagrid/addons/Filtering/utils.js +23 -25
  970. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.d.ts +26 -0
  971. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +38 -34
  972. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.d.ts +1 -0
  973. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.d.ts +29 -0
  974. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +86 -88
  975. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.d.ts +1 -0
  976. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.d.ts +11 -0
  977. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/InlineEditContext.js +37 -36
  978. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.d.ts +1 -0
  979. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/getCellIdAsObject.js +9 -9
  980. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.d.ts +1 -0
  981. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.d.ts +7 -0
  982. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/returnUpdatedActiveCell.js +20 -20
  983. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.d.ts +1 -0
  984. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridFocus.js +9 -9
  985. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.d.ts +8 -0
  986. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +33 -33
  987. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.d.ts +7 -0
  988. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleMultipleKeys.js +19 -18
  989. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.d.ts +18 -0
  990. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeDropdown.js +42 -42
  991. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.d.ts +3 -0
  992. package/lib/components/Datagrid/Datagrid/addons/RowSize/RowSizeRadioGroup.js +31 -31
  993. package/lib/components/Datagrid/Datagrid/addons/RowSize/index.d.ts +1 -0
  994. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +2 -0
  995. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.js +19 -18
  996. package/lib/components/Datagrid/Datagrid/addons/stateReducer.d.ts +17 -0
  997. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +47 -48
  998. package/lib/components/Datagrid/Datagrid/index.d.ts +1 -0
  999. package/lib/components/Datagrid/common-column-ids.d.ts +1 -0
  1000. package/lib/components/Datagrid/common-column-ids.js +12 -13
  1001. package/lib/components/Datagrid/index.d.ts +22 -0
  1002. package/lib/components/Datagrid/useActionsColumn.d.ts +2 -0
  1003. package/lib/components/Datagrid/useActionsColumn.js +40 -40
  1004. package/lib/components/Datagrid/useColumnCenterAlign.d.ts +2 -0
  1005. package/lib/components/Datagrid/useColumnCenterAlign.js +28 -25
  1006. package/lib/components/Datagrid/useColumnOrder.d.ts +1 -0
  1007. package/lib/components/Datagrid/useColumnOrder.js +14 -9
  1008. package/lib/components/Datagrid/useColumnRightAlign.d.ts +2 -0
  1009. package/lib/components/Datagrid/useColumnRightAlign.js +28 -25
  1010. package/lib/components/Datagrid/useCustomizeColumns.d.ts +2 -0
  1011. package/lib/components/Datagrid/useCustomizeColumns.js +46 -30
  1012. package/lib/components/Datagrid/useDatagrid.d.ts +2 -0
  1013. package/lib/components/Datagrid/useDatagrid.js +38 -36
  1014. package/lib/components/Datagrid/useDefaultStringRenderer.d.ts +2 -0
  1015. package/lib/components/Datagrid/useDefaultStringRenderer.js +29 -27
  1016. package/lib/components/Datagrid/useDisableSelectRows.d.ts +2 -0
  1017. package/lib/components/Datagrid/useDisableSelectRows.js +12 -13
  1018. package/lib/components/Datagrid/useEditableCell.d.ts +2 -0
  1019. package/lib/components/Datagrid/useExpandedRow.d.ts +2 -0
  1020. package/lib/components/Datagrid/useExpandedRow.js +29 -26
  1021. package/lib/components/Datagrid/useFiltering.d.ts +2 -0
  1022. package/lib/components/Datagrid/useFiltering.js +27 -33
  1023. package/lib/components/Datagrid/useFlexResize.d.ts +8 -0
  1024. package/lib/components/Datagrid/useFlexResize.js +17 -10
  1025. package/lib/components/Datagrid/useFloatingScroll.d.ts +2 -0
  1026. package/lib/components/Datagrid/useFloatingScroll.js +19 -20
  1027. package/lib/components/Datagrid/useFocusRowExpander.d.ts +6 -0
  1028. package/lib/components/Datagrid/useFocusRowExpander.js +12 -11
  1029. package/lib/components/Datagrid/useInfiniteScroll.d.ts +2 -0
  1030. package/lib/components/Datagrid/useInfiniteScroll.js +26 -18
  1031. package/lib/components/Datagrid/useInlineEdit.d.ts +2 -0
  1032. package/lib/components/Datagrid/useInlineEdit.js +27 -26
  1033. package/lib/components/Datagrid/useNestedRowExpander.d.ts +2 -0
  1034. package/lib/components/Datagrid/useNestedRowExpander.js +34 -35
  1035. package/lib/components/Datagrid/useNestedRows.d.ts +2 -0
  1036. package/lib/components/Datagrid/useNestedRows.js +17 -17
  1037. package/lib/components/Datagrid/useOnRowClick.d.ts +2 -0
  1038. package/lib/components/Datagrid/useOnRowClick.js +13 -12
  1039. package/lib/components/Datagrid/useParentDimensions.d.ts +2 -0
  1040. package/lib/components/Datagrid/useParentDimensions.js +18 -18
  1041. package/lib/components/Datagrid/useResizeTable.d.ts +2 -0
  1042. package/lib/components/Datagrid/useResizeTable.js +11 -10
  1043. package/lib/components/Datagrid/useRowExpander.d.ts +2 -0
  1044. package/lib/components/Datagrid/useRowExpander.js +36 -35
  1045. package/lib/components/Datagrid/useRowIsMouseOver.d.ts +2 -0
  1046. package/lib/components/Datagrid/useRowIsMouseOver.js +25 -23
  1047. package/lib/components/Datagrid/useRowRenderer.d.ts +2 -0
  1048. package/lib/components/Datagrid/useRowRenderer.js +15 -16
  1049. package/lib/components/Datagrid/useRowSize.d.ts +2 -0
  1050. package/lib/components/Datagrid/useRowSize.js +21 -23
  1051. package/lib/components/Datagrid/useSelectAllToggle.d.ts +2 -0
  1052. package/lib/components/Datagrid/useSelectAllToggle.js +31 -33
  1053. package/lib/components/Datagrid/useSelectRows.d.ts +2 -0
  1054. package/lib/components/Datagrid/useSelectRows.js +43 -46
  1055. package/lib/components/Datagrid/useSkeletonRows.d.ts +8 -0
  1056. package/lib/components/Datagrid/useSkeletonRows.js +16 -9
  1057. package/lib/components/Datagrid/useSortableColumns.d.ts +2 -0
  1058. package/lib/components/Datagrid/useSortableColumns.js +39 -36
  1059. package/lib/components/Datagrid/useStickyColumn.d.ts +2 -0
  1060. package/lib/components/Datagrid/useStickyColumn.js +39 -37
  1061. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.d.ts +1 -0
  1062. package/lib/components/Datagrid/utils/getAutoSizedColumnWidth.js +17 -10
  1063. package/lib/components/DelimitedList/DelimitedList.d.ts +6 -0
  1064. package/lib/components/DelimitedList/DelimitedList.js +32 -32
  1065. package/lib/components/DelimitedList/index.d.ts +1 -0
  1066. package/lib/components/EditFullPage/EditFullPage.d.ts +6 -0
  1067. package/lib/components/EditFullPage/EditFullPage.js +34 -31
  1068. package/lib/components/EditFullPage/index.d.ts +1 -0
  1069. package/lib/components/EditInPlace/EditInPlace.d.ts +6 -0
  1070. package/lib/components/EditInPlace/EditInPlace.js +75 -80
  1071. package/lib/components/EditInPlace/index.d.ts +1 -0
  1072. package/lib/components/EditSidePanel/EditSidePanel.d.ts +5 -0
  1073. package/lib/components/EditSidePanel/EditSidePanel.js +56 -59
  1074. package/lib/components/EditSidePanel/index.d.ts +1 -0
  1075. package/lib/components/EditTearsheet/EditTearsheet.d.ts +7 -0
  1076. package/lib/components/EditTearsheet/EditTearsheet.js +61 -60
  1077. package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +2 -0
  1078. package/lib/components/EditTearsheet/EditTearsheetForm.js +46 -48
  1079. package/lib/components/EditTearsheet/index.d.ts +2 -0
  1080. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +5 -0
  1081. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.js +34 -31
  1082. package/lib/components/EditTearsheetNarrow/index.d.ts +1 -0
  1083. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +7 -0
  1084. package/lib/components/EditUpdateCards/EditUpdateCards.js +61 -60
  1085. package/lib/components/EditUpdateCards/index.d.ts +1 -0
  1086. package/lib/components/EmptyStates/EmptyState.d.ts +9 -0
  1087. package/lib/components/EmptyStates/EmptyState.js +76 -62
  1088. package/lib/components/EmptyStates/EmptyStateContent.d.ts +306 -0
  1089. package/lib/components/EmptyStates/EmptyStateContent.js +45 -44
  1090. package/lib/components/EmptyStates/EmptyStateIllustration.d.ts +11 -0
  1091. package/lib/components/EmptyStates/EmptyStateIllustration.js +70 -0
  1092. package/lib/components/EmptyStates/EmptyStateV2.d.ts +6 -0
  1093. package/lib/components/EmptyStates/EmptyStateV2.js +132 -0
  1094. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +5 -0
  1095. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +51 -53
  1096. package/lib/components/EmptyStates/ErrorEmptyState/index.d.ts +1 -0
  1097. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +5 -0
  1098. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +51 -53
  1099. package/lib/components/EmptyStates/NoDataEmptyState/index.d.ts +1 -0
  1100. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.d.ts +5 -0
  1101. package/lib/components/EmptyStates/NoTagsEmptyState/NoTagsEmptyState.js +51 -53
  1102. package/lib/components/EmptyStates/NoTagsEmptyState/index.d.ts +1 -0
  1103. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +5 -0
  1104. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +51 -53
  1105. package/lib/components/EmptyStates/NotFoundEmptyState/index.d.ts +1 -0
  1106. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.d.ts +5 -0
  1107. package/lib/components/EmptyStates/NotificationsEmptyState/NotificationsEmptyState.js +51 -53
  1108. package/lib/components/EmptyStates/NotificationsEmptyState/index.d.ts +1 -0
  1109. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.d.ts +5 -0
  1110. package/lib/components/EmptyStates/UnauthorizedEmptyState/UnauthorizedEmptyState.js +51 -53
  1111. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.d.ts +1 -0
  1112. package/lib/components/EmptyStates/assets/ErrorIllustration.d.ts +15 -0
  1113. package/lib/components/EmptyStates/assets/ErrorIllustration.js +80 -74
  1114. package/lib/components/EmptyStates/assets/NoDataIllustration.d.ts +15 -0
  1115. package/lib/components/EmptyStates/assets/NoDataIllustration.js +70 -64
  1116. package/lib/components/EmptyStates/assets/NoTagsIllustration.d.ts +15 -0
  1117. package/lib/components/EmptyStates/assets/NoTagsIllustration.js +141 -135
  1118. package/lib/components/EmptyStates/assets/NotFoundIllustration.d.ts +15 -0
  1119. package/lib/components/EmptyStates/assets/NotFoundIllustration.js +111 -105
  1120. package/lib/components/EmptyStates/assets/NotificationsIllustration.d.ts +15 -0
  1121. package/lib/components/EmptyStates/assets/NotificationsIllustration.js +108 -102
  1122. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.d.ts +15 -0
  1123. package/lib/components/EmptyStates/assets/UnauthorizedIllustration.js +101 -95
  1124. package/lib/components/EmptyStates/index.d.ts +8 -0
  1125. package/lib/components/ExportModal/ExportModal.d.ts +5 -0
  1126. package/lib/components/ExportModal/ExportModal.js +87 -90
  1127. package/lib/components/ExportModal/index.d.ts +1 -0
  1128. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +2 -0
  1129. package/lib/components/ExpressiveCard/ExpressiveCard.js +55 -56
  1130. package/lib/components/ExpressiveCard/index.d.ts +1 -0
  1131. package/lib/components/FilterSummary/FilterSummary.d.ts +3 -0
  1132. package/lib/components/FilterSummary/FilterSummary.js +68 -69
  1133. package/lib/components/FilterSummary/index.d.ts +1 -0
  1134. package/lib/components/FullPageError/FullPageError.d.ts +5 -0
  1135. package/lib/components/FullPageError/FullPageError.js +135 -0
  1136. package/lib/components/FullPageError/assets/ErrorGenericSVG.d.ts +9 -0
  1137. package/lib/components/FullPageError/assets/ErrorGenericSVG.js +722 -0
  1138. package/lib/components/FullPageError/index.d.ts +1 -0
  1139. package/lib/components/Guidebanner/Guidebanner.d.ts +6 -0
  1140. package/lib/components/Guidebanner/Guidebanner.js +72 -73
  1141. package/lib/components/Guidebanner/GuidebannerElement.d.ts +19 -0
  1142. package/lib/components/Guidebanner/GuidebannerElement.js +35 -33
  1143. package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +17 -0
  1144. package/lib/components/Guidebanner/GuidebannerElementButton.js +40 -37
  1145. package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +15 -0
  1146. package/lib/components/Guidebanner/GuidebannerElementLink.js +32 -30
  1147. package/lib/components/Guidebanner/index.d.ts +4 -0
  1148. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +7 -0
  1149. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +39 -38
  1150. package/lib/components/HTTPErrors/HTTPError403/index.d.ts +1 -0
  1151. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +7 -0
  1152. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +39 -38
  1153. package/lib/components/HTTPErrors/HTTPError404/index.d.ts +1 -0
  1154. package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +309 -0
  1155. package/lib/components/HTTPErrors/HTTPErrorContent.js +36 -35
  1156. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.d.ts +7 -0
  1157. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +39 -38
  1158. package/lib/components/HTTPErrors/HTTPErrorOther/index.d.ts +1 -0
  1159. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.d.ts +9 -0
  1160. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +375 -374
  1161. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.d.ts +9 -0
  1162. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +326 -325
  1163. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.d.ts +9 -0
  1164. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +338 -337
  1165. package/lib/components/HTTPErrors/index.d.ts +3 -0
  1166. package/lib/components/ImportModal/ImportModal.d.ts +2 -0
  1167. package/lib/components/ImportModal/ImportModal.js +91 -98
  1168. package/lib/components/ImportModal/index.d.ts +1 -0
  1169. package/lib/components/InlineTip/InlineTip.d.ts +7 -0
  1170. package/lib/components/InlineTip/InlineTip.js +74 -76
  1171. package/lib/components/InlineTip/InlineTipButton.d.ts +5 -0
  1172. package/lib/components/InlineTip/InlineTipButton.js +32 -31
  1173. package/lib/components/InlineTip/InlineTipLink.d.ts +5 -0
  1174. package/lib/components/InlineTip/InlineTipLink.js +36 -34
  1175. package/lib/components/InlineTip/index.d.ts +3 -0
  1176. package/lib/components/InlineTip/utils.d.ts +1 -0
  1177. package/lib/components/InlineTip/utils.js +18 -11
  1178. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +8 -0
  1179. package/lib/components/InterstitialScreen/InterstitialScreen.js +122 -129
  1180. package/lib/components/InterstitialScreen/index.d.ts +1 -0
  1181. package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +5 -0
  1182. package/lib/components/InterstitialScreenView/InterstitialScreenView.js +35 -32
  1183. package/lib/components/InterstitialScreenView/index.d.ts +1 -0
  1184. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +5 -0
  1185. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +36 -34
  1186. package/lib/components/InterstitialScreenViewModule/index.d.ts +1 -0
  1187. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +5 -0
  1188. package/lib/components/MultiAddSelect/MultiAddSelect.js +70 -71
  1189. package/lib/components/MultiAddSelect/index.d.ts +1 -0
  1190. package/lib/components/NonLinearReading/NonLinearReading.d.ts +7 -0
  1191. package/lib/components/NonLinearReading/NonLinearReading.js +42 -42
  1192. package/lib/components/NonLinearReading/index.d.ts +1 -0
  1193. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +2 -0
  1194. package/lib/components/NotificationsPanel/NotificationsPanel.js +131 -134
  1195. package/lib/components/NotificationsPanel/index.d.ts +1 -0
  1196. package/lib/components/NotificationsPanel/utils.d.ts +15 -0
  1197. package/lib/components/NotificationsPanel/utils.js +9 -9
  1198. package/lib/components/OptionsTile/OptionsTile.d.ts +5 -0
  1199. package/lib/components/OptionsTile/OptionsTile.js +101 -86
  1200. package/lib/components/OptionsTile/index.d.ts +1 -0
  1201. package/lib/components/PageHeader/PageHeader.d.ts +6 -0
  1202. package/lib/components/PageHeader/PageHeader.js +227 -227
  1203. package/lib/components/PageHeader/PageHeaderTitle.d.ts +31 -0
  1204. package/lib/components/PageHeader/PageHeaderTitle.js +52 -41
  1205. package/lib/components/PageHeader/PageHeaderUtils.d.ts +7 -0
  1206. package/lib/components/PageHeader/PageHeaderUtils.js +37 -29
  1207. package/lib/components/PageHeader/index.d.ts +1 -0
  1208. package/lib/components/ProductiveCard/ProductiveCard.d.ts +2 -0
  1209. package/lib/components/ProductiveCard/ProductiveCard.js +64 -67
  1210. package/lib/components/ProductiveCard/index.d.ts +1 -0
  1211. package/lib/components/RemoveModal/RemoveModal.d.ts +7 -0
  1212. package/lib/components/RemoveModal/RemoveModal.js +64 -68
  1213. package/lib/components/RemoveModal/index.d.ts +1 -0
  1214. package/lib/components/Saving/Saving.d.ts +69 -0
  1215. package/lib/components/Saving/Saving.js +55 -56
  1216. package/lib/components/Saving/index.d.ts +1 -0
  1217. package/lib/components/SearchBar/SearchBar.d.ts +5 -0
  1218. package/lib/components/SearchBar/SearchBar.js +56 -61
  1219. package/lib/components/SearchBar/index.d.ts +1 -0
  1220. package/lib/components/SidePanel/SidePanel.d.ts +5 -0
  1221. package/lib/components/SidePanel/SidePanel.js +152 -161
  1222. package/lib/components/SidePanel/constants.d.ts +7 -0
  1223. package/lib/components/SidePanel/constants.js +9 -9
  1224. package/lib/components/SidePanel/index.d.ts +1 -0
  1225. package/lib/components/SidePanel/motion/variants.d.ts +42 -0
  1226. package/lib/components/SidePanel/motion/variants.js +19 -17
  1227. package/lib/components/SimpleHeader/SimpleHeader.d.ts +48 -0
  1228. package/lib/components/SimpleHeader/SimpleHeader.js +47 -45
  1229. package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +5 -0
  1230. package/lib/components/SingleAddSelect/SingleAddSelect.js +48 -49
  1231. package/lib/components/SingleAddSelect/index.d.ts +1 -0
  1232. package/lib/components/StatusIcon/StatusIcon.d.ts +11 -0
  1233. package/lib/components/StatusIcon/StatusIcon.js +124 -126
  1234. package/lib/components/StatusIcon/index.d.ts +1 -0
  1235. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +5 -0
  1236. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +45 -46
  1237. package/lib/components/SteppedAnimatedMedia/index.d.ts +1 -0
  1238. package/lib/components/TagSet/TagSet.d.ts +8 -0
  1239. package/lib/components/TagSet/TagSet.js +89 -92
  1240. package/lib/components/TagSet/TagSetModal.d.ts +29 -0
  1241. package/lib/components/TagSet/TagSetModal.js +53 -55
  1242. package/lib/components/TagSet/TagSetOverflow.d.ts +2 -0
  1243. package/lib/components/TagSet/TagSetOverflow.js +55 -54
  1244. package/lib/components/TagSet/index.d.ts +1 -0
  1245. package/lib/components/Tearsheet/Tearsheet.d.ts +18 -0
  1246. package/lib/components/Tearsheet/Tearsheet.js +54 -55
  1247. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +14 -0
  1248. package/lib/components/Tearsheet/TearsheetNarrow.js +49 -50
  1249. package/lib/components/Tearsheet/TearsheetShell.d.ts +17 -0
  1250. package/lib/components/Tearsheet/TearsheetShell.js +106 -106
  1251. package/lib/components/Tearsheet/index.d.ts +2 -0
  1252. package/lib/components/Toolbar/Toolbar.d.ts +6 -0
  1253. package/lib/components/Toolbar/Toolbar.js +55 -54
  1254. package/lib/components/Toolbar/ToolbarButton.d.ts +4 -0
  1255. package/lib/components/Toolbar/ToolbarButton.js +36 -36
  1256. package/lib/components/Toolbar/ToolbarGroup.d.ts +3 -0
  1257. package/lib/components/Toolbar/ToolbarGroup.js +28 -28
  1258. package/lib/components/Toolbar/index.d.ts +3 -0
  1259. package/lib/components/TooltipTrigger/TooltipTrigger.d.ts +15 -0
  1260. package/lib/components/TooltipTrigger/TooltipTrigger.js +29 -28
  1261. package/lib/components/TooltipTrigger/index.d.ts +1 -0
  1262. package/lib/components/TruncatedList/TruncatedList.d.ts +7 -0
  1263. package/lib/components/TruncatedList/TruncatedList.js +177 -0
  1264. package/lib/components/TruncatedList/index.d.ts +1 -0
  1265. package/lib/components/UserAvatar/UserAvatar.d.ts +2 -0
  1266. package/lib/components/UserAvatar/UserAvatar.js +153 -0
  1267. package/lib/components/UserAvatar/index.d.ts +1 -0
  1268. package/lib/components/UserProfileImage/UserProfileImage.d.ts +5 -0
  1269. package/lib/components/UserProfileImage/UserProfileImage.js +57 -56
  1270. package/lib/components/UserProfileImage/index.d.ts +1 -0
  1271. package/lib/components/WebTerminal/WebTerminal.d.ts +5 -0
  1272. package/lib/components/WebTerminal/WebTerminal.js +60 -68
  1273. package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -0
  1274. package/lib/components/WebTerminal/WebTerminalContentWrapper.js +30 -30
  1275. package/lib/components/WebTerminal/hooks/index.d.ts +12 -0
  1276. package/lib/components/WebTerminal/hooks/index.js +37 -35
  1277. package/lib/components/WebTerminal/index.d.ts +3 -0
  1278. package/lib/components/_Canary/Canary.d.ts +12 -0
  1279. package/lib/components/_Canary/Canary.js +33 -31
  1280. package/lib/components/_Canary/index.d.ts +1 -0
  1281. package/lib/components/index.d.ts +56 -0
  1282. package/lib/global/js/hooks/index.d.ts +12 -0
  1283. package/lib/global/js/hooks/useActiveElement.d.ts +1 -0
  1284. package/lib/global/js/hooks/useActiveElement.js +15 -15
  1285. package/lib/global/js/hooks/useClickOutside.d.ts +1 -0
  1286. package/lib/global/js/hooks/useClickOutside.js +12 -11
  1287. package/lib/global/js/hooks/useControllableState.d.ts +27 -0
  1288. package/lib/global/js/hooks/useControllableState.js +18 -18
  1289. package/lib/global/js/hooks/useCreateComponentFocus.d.ts +7 -0
  1290. package/lib/global/js/hooks/useCreateComponentFocus.js +18 -19
  1291. package/lib/global/js/hooks/useCreateComponentStepChange.d.ts +24 -0
  1292. package/lib/global/js/hooks/useCreateComponentStepChange.js +23 -24
  1293. package/lib/global/js/hooks/usePortalTarget.d.ts +1 -0
  1294. package/lib/global/js/hooks/usePortalTarget.js +20 -20
  1295. package/lib/global/js/hooks/usePrefix.d.ts +1 -0
  1296. package/lib/global/js/hooks/usePrefix.js +12 -12
  1297. package/lib/global/js/hooks/usePreviousValue.d.ts +1 -0
  1298. package/lib/global/js/hooks/usePreviousValue.js +13 -12
  1299. package/lib/global/js/hooks/useResetCreateComponent.d.ts +10 -0
  1300. package/lib/global/js/hooks/useResetCreateComponent.js +14 -13
  1301. package/lib/global/js/hooks/useResizeObserver.d.ts +4 -0
  1302. package/lib/global/js/hooks/useResizeObserver.js +23 -24
  1303. package/lib/global/js/hooks/useRetrieveFormTitles.d.ts +5 -0
  1304. package/lib/global/js/hooks/useRetrieveFormTitles.js +19 -12
  1305. package/lib/global/js/hooks/useRetrieveStepData.d.ts +9 -0
  1306. package/lib/global/js/hooks/useRetrieveStepData.js +14 -14
  1307. package/lib/global/js/hooks/useValidCreateStepCount.d.ts +1 -0
  1308. package/lib/global/js/hooks/useValidCreateStepCount.js +12 -11
  1309. package/lib/global/js/hooks/useWindowResize.d.ts +1 -0
  1310. package/lib/global/js/hooks/useWindowResize.js +22 -23
  1311. package/lib/global/js/hooks/useWindowScroll.d.ts +3 -0
  1312. package/lib/global/js/hooks/useWindowScroll.js +16 -27
  1313. package/lib/global/js/package-settings.d.ts +123 -0
  1314. package/lib/global/js/package-settings.js +34 -19
  1315. package/lib/global/js/utils/Wrap.d.ts +12 -0
  1316. package/lib/global/js/utils/Wrap.js +27 -24
  1317. package/lib/global/js/utils/deepCloneObject.d.ts +1 -0
  1318. package/lib/global/js/utils/deepCloneObject.js +17 -10
  1319. package/lib/global/js/utils/devtools.d.ts +6 -0
  1320. package/lib/global/js/utils/devtools.js +14 -18
  1321. package/lib/global/js/utils/getBezierValues.d.ts +1 -0
  1322. package/lib/global/js/utils/getBezierValues.js +17 -9
  1323. package/lib/global/js/utils/getFocusableElements.d.ts +1 -0
  1324. package/lib/global/js/utils/getFocusableElements.js +17 -10
  1325. package/lib/global/js/utils/getNodeTextContent.d.ts +1 -0
  1326. package/lib/global/js/utils/getNodeTextContent.js +17 -10
  1327. package/lib/global/js/utils/getNumberOfHiddenSteps.d.ts +1 -0
  1328. package/lib/global/js/utils/getNumberOfHiddenSteps.js +9 -9
  1329. package/lib/global/js/utils/getScrollbarWidth.d.ts +1 -0
  1330. package/lib/global/js/utils/getScrollbarWidth.js +9 -9
  1331. package/lib/global/js/utils/keyboardNavigation.d.ts +27 -0
  1332. package/lib/global/js/utils/keyboardNavigation.js +11 -14
  1333. package/lib/global/js/utils/lastIndexInArray.d.ts +1 -0
  1334. package/lib/global/js/utils/lastIndexInArray.js +9 -9
  1335. package/lib/global/js/utils/motionConstants.d.ts +23 -0
  1336. package/lib/global/js/utils/motionConstants.js +26 -25
  1337. package/lib/global/js/utils/pconsole.d.ts +15 -0
  1338. package/lib/global/js/utils/pconsole.js +26 -14
  1339. package/lib/global/js/utils/props-helper.d.ts +37 -0
  1340. package/lib/global/js/utils/props-helper.js +37 -98
  1341. package/lib/global/js/utils/rangeWithCallback.d.ts +1 -0
  1342. package/lib/global/js/utils/rangeWithCallback.js +9 -9
  1343. package/lib/global/js/utils/scrollableAncestor.d.ts +1 -0
  1344. package/lib/global/js/utils/scrollableAncestor.js +17 -10
  1345. package/lib/global/js/utils/unwrap-if-fragment.d.ts +6 -0
  1346. package/lib/global/js/utils/uuidv4.d.ts +2 -0
  1347. package/lib/global/js/utils/uuidv4.js +11 -7
  1348. package/lib/global/js/utils/wait.d.ts +2 -0
  1349. package/lib/global/js/utils/wait.js +11 -7
  1350. package/lib/global/js/utils/wrapFocus.d.ts +25 -0
  1351. package/lib/global/js/utils/wrapFocus.js +16 -16
  1352. package/lib/index.d.ts +9 -0
  1353. package/lib/index.js +455 -34
  1354. package/lib/node_modules/@carbon/colors/es/index.js +16 -0
  1355. package/lib/node_modules/@carbon/icon-helpers/es/index.js +145 -0
  1356. package/lib/node_modules/@carbon/icons-react/es/Icon.js +81 -0
  1357. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3117 -0
  1358. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3032 -0
  1359. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3136 -0
  1360. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +18 -0
  1361. package/lib/node_modules/classnames/index.js +74 -0
  1362. package/lib/node_modules/object-assign/index.js +93 -0
  1363. package/lib/node_modules/prop-types/checkPropTypes.js +100 -0
  1364. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +68 -0
  1365. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +570 -0
  1366. package/lib/node_modules/prop-types/index.js +38 -0
  1367. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +22 -0
  1368. package/lib/node_modules/prop-types/lib/has.js +21 -0
  1369. package/lib/settings.d.ts +106 -0
  1370. package/lib/settings.js +36 -24
  1371. package/package.json +36 -22
  1372. package/scss/components/CreateSidePanel/_create-side-panel.scss +1 -1
  1373. package/scss/components/Datagrid/styles/addons/_FilterPanel.scss +6 -7
  1374. package/scss/components/FullPageError/_carbon-imports.scss +9 -0
  1375. package/scss/components/FullPageError/_full-page-error.scss +66 -0
  1376. package/scss/components/FullPageError/_index-with-carbon.scss +9 -0
  1377. package/scss/components/FullPageError/_index.scss +8 -0
  1378. package/scss/components/SidePanel/_side-panel.scss +36 -44
  1379. package/scss/components/TruncatedList/_carbon-imports.scss +9 -0
  1380. package/scss/components/TruncatedList/_index-with-carbon.scss +9 -0
  1381. package/scss/components/TruncatedList/_index.scss +8 -0
  1382. package/scss/components/TruncatedList/_truncated-list.scss +45 -0
  1383. package/scss/components/UserAvatar/_carbon-imports.scss +9 -0
  1384. package/scss/components/UserAvatar/_index-with-carbon.scss +9 -0
  1385. package/scss/components/UserAvatar/_index.scss +8 -0
  1386. package/scss/components/UserAvatar/_user-avatar.scss +54 -0
  1387. package/scss/components/_index-with-carbon.scss +3 -0
  1388. package/scss/components/_index.scss +3 -0
  1389. package/es/components/APIKeyModal/APIKeyModal.docs-page.js +0 -26
  1390. package/es/components/APIKeyModal/index.js +0 -8
  1391. package/es/components/AboutModal/AboutModal.docs-page.js +0 -21
  1392. package/es/components/AboutModal/index.js +0 -8
  1393. package/es/components/ActionBar/index.js +0 -9
  1394. package/es/components/ActionSet/actions.js +0 -55
  1395. package/es/components/ActionSet/index.js +0 -8
  1396. package/es/components/AddSelect/index.js +0 -8
  1397. package/es/components/BreadcrumbWithOverflow/index.js +0 -10
  1398. package/es/components/ButtonMenu/ButtonMenu.js +0 -133
  1399. package/es/components/ButtonMenu/ButtonMenuItem.js +0 -33
  1400. package/es/components/ButtonMenu/index.js +0 -9
  1401. package/es/components/ButtonSetWithOverflow/index.js +0 -8
  1402. package/es/components/Card/index.js +0 -10
  1403. package/es/components/Carousel/Carousel.docs-page.js +0 -11
  1404. package/es/components/Carousel/index.js +0 -9
  1405. package/es/components/Carousel/utils.js +0 -98
  1406. package/es/components/Cascade/Cascade.docs-page.js +0 -22
  1407. package/es/components/Cascade/index.js +0 -1
  1408. package/es/components/Checklist/Checklist.docs-page.js +0 -13
  1409. package/es/components/Checklist/index.js +0 -8
  1410. package/es/components/Coachmark/index.js +0 -10
  1411. package/es/components/Coachmark/utils/helpers.js +0 -11
  1412. package/es/components/CoachmarkBeacon/index.js +0 -8
  1413. package/es/components/CoachmarkButton/index.js +0 -8
  1414. package/es/components/CoachmarkFixed/index.js +0 -8
  1415. package/es/components/CoachmarkOverlayElement/index.js +0 -8
  1416. package/es/components/CoachmarkOverlayElements/index.js +0 -8
  1417. package/es/components/CoachmarkStack/index.js +0 -8
  1418. package/es/components/ComboButton/index.js +0 -9
  1419. package/es/components/CreateFullPage/CreateFullPage.docs-page.js +0 -51
  1420. package/es/components/CreateFullPage/index.js +0 -9
  1421. package/es/components/CreateInfluencer/index.js +0 -8
  1422. package/es/components/CreateModal/CreateModal.docs-page.js +0 -24
  1423. package/es/components/CreateModal/index.js +0 -10
  1424. package/es/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -18
  1425. package/es/components/CreateSidePanel/index.js +0 -8
  1426. package/es/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -36
  1427. package/es/components/CreateTearsheet/index.js +0 -10
  1428. package/es/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -292
  1429. package/es/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -280
  1430. package/es/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -145
  1431. package/es/components/CreateTearsheetNarrow/index.js +0 -8
  1432. package/es/components/DataSpreadsheet/hooks/index.js +0 -14
  1433. package/es/components/DataSpreadsheet/index.js +0 -8
  1434. package/es/components/DataSpreadsheet/utils/generateData.js +0 -52
  1435. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -10
  1436. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -11
  1437. package/es/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -9
  1438. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -1
  1439. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -1
  1440. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -1
  1441. package/es/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -9
  1442. package/es/components/Datagrid/Datagrid/index.js +0 -8
  1443. package/es/components/Datagrid/Datagrid.docs-page.js +0 -135
  1444. package/es/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -13
  1445. package/es/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -6
  1446. package/es/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -6
  1447. package/es/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -6
  1448. package/es/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -102
  1449. package/es/components/Datagrid/Datagrid.stories/common.js +0 -190
  1450. package/es/components/Datagrid/Datagrid.stories/index.js +0 -4
  1451. package/es/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -13
  1452. package/es/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -47
  1453. package/es/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -13
  1454. package/es/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -63
  1455. package/es/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -13
  1456. package/es/components/Datagrid/index.js +0 -29
  1457. package/es/components/Datagrid/useEditableCell.js +0 -12
  1458. package/es/components/Datagrid/utils/DatagridActions.js +0 -229
  1459. package/es/components/Datagrid/utils/DatagridPagination.js +0 -32
  1460. package/es/components/Datagrid/utils/Wrapper.js +0 -21
  1461. package/es/components/Datagrid/utils/filterPropsForTesting.js +0 -149
  1462. package/es/components/Datagrid/utils/getArgTypes.js +0 -111
  1463. package/es/components/Datagrid/utils/getInlineEditColumns.js +0 -157
  1464. package/es/components/Datagrid/utils/handleFilterTagLabelText.js +0 -26
  1465. package/es/components/Datagrid/utils/makeData.js +0 -193
  1466. package/es/components/DelimitedList/DelimitedList.docs-page.js +0 -15
  1467. package/es/components/DelimitedList/index.js +0 -8
  1468. package/es/components/EditFullPage/EditFullPage.docs-page.js +0 -39
  1469. package/es/components/EditFullPage/index.js +0 -8
  1470. package/es/components/EditInPlace/index.js +0 -8
  1471. package/es/components/EditSidePanel/index.js +0 -8
  1472. package/es/components/EditTearsheet/EditTearsheet.docs-page.js +0 -25
  1473. package/es/components/EditTearsheet/index.js +0 -9
  1474. package/es/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -230
  1475. package/es/components/EditTearsheetNarrow/index.js +0 -8
  1476. package/es/components/EditUpdateCards/index.js +0 -8
  1477. package/es/components/EmptyStates/ErrorEmptyState/index.js +0 -8
  1478. package/es/components/EmptyStates/NoDataEmptyState/index.js +0 -8
  1479. package/es/components/EmptyStates/NoTagsEmptyState/index.js +0 -8
  1480. package/es/components/EmptyStates/NotFoundEmptyState/index.js +0 -8
  1481. package/es/components/EmptyStates/NotificationsEmptyState/index.js +0 -8
  1482. package/es/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -8
  1483. package/es/components/EmptyStates/index.js +0 -14
  1484. package/es/components/ExampleComponent/ExampleComponent.docs-page.js +0 -22
  1485. package/es/components/ExampleComponent/ExampleComponent.js +0 -180
  1486. package/es/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -28
  1487. package/es/components/ExampleComponent/index.js +0 -8
  1488. package/es/components/ExampleComponent/useExample.js +0 -49
  1489. package/es/components/ExportModal/index.js +0 -8
  1490. package/es/components/ExpressiveCard/index.js +0 -8
  1491. package/es/components/FilterSummary/index.js +0 -7
  1492. package/es/components/Guidebanner/Guidebanner.docs-page.js +0 -15
  1493. package/es/components/Guidebanner/index.js +0 -11
  1494. package/es/components/HTTPErrors/HTTPError403/index.js +0 -8
  1495. package/es/components/HTTPErrors/HTTPError404/index.js +0 -8
  1496. package/es/components/HTTPErrors/HTTPErrorOther/index.js +0 -8
  1497. package/es/components/HTTPErrors/index.js +0 -10
  1498. package/es/components/ImportModal/ImportModal.docs-page.js +0 -18
  1499. package/es/components/ImportModal/index.js +0 -8
  1500. package/es/components/InlineTip/InlineTip.docs-page.js +0 -13
  1501. package/es/components/InlineTip/index.js +0 -10
  1502. package/es/components/InterstitialScreen/index.js +0 -8
  1503. package/es/components/InterstitialScreenView/index.js +0 -8
  1504. package/es/components/InterstitialScreenViewModule/index.js +0 -8
  1505. package/es/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -17
  1506. package/es/components/MultiAddSelect/index.js +0 -8
  1507. package/es/components/NonLinearReading/NonLinearReading.docs-page.js +0 -15
  1508. package/es/components/NonLinearReading/index.js +0 -8
  1509. package/es/components/NotificationsPanel/NotificationsPanel_data.js +0 -135
  1510. package/es/components/NotificationsPanel/index.js +0 -8
  1511. package/es/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -33
  1512. package/es/components/OptionsTile/index.js +0 -8
  1513. package/es/components/PageHeader/PageHeaderDemo.data.js +0 -613
  1514. package/es/components/PageHeader/index.js +0 -8
  1515. package/es/components/ProductiveCard/index.js +0 -8
  1516. package/es/components/RemoveModal/RemoveModal.docs-page.js +0 -18
  1517. package/es/components/RemoveModal/index.js +0 -8
  1518. package/es/components/Saving/index.js +0 -8
  1519. package/es/components/SearchBar/index.js +0 -8
  1520. package/es/components/SidePanel/index.js +0 -8
  1521. package/es/components/SimpleHeader/SimpleHeader.docs-page.js +0 -17
  1522. package/es/components/SimpleHeader/index.js +0 -8
  1523. package/es/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -15
  1524. package/es/components/SingleAddSelect/index.js +0 -8
  1525. package/es/components/StatusIcon/StatusIcon.docs-page.js +0 -17
  1526. package/es/components/StatusIcon/index.js +0 -8
  1527. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -11
  1528. package/es/components/SteppedAnimatedMedia/assets/index.js +0 -4
  1529. package/es/components/SteppedAnimatedMedia/index.js +0 -8
  1530. package/es/components/TagSet/constants.js +0 -21
  1531. package/es/components/TagSet/index.js +0 -8
  1532. package/es/components/Tearsheet/index.js +0 -9
  1533. package/es/components/Toolbar/Toolbar.docs-page.js +0 -14
  1534. package/es/components/Toolbar/index.js +0 -10
  1535. package/es/components/TooltipTrigger/index.js +0 -8
  1536. package/es/components/TooltipTrigger/useExample.js +0 -49
  1537. package/es/components/UserProfileImage/UserProfileImage.docs-page.js +0 -17
  1538. package/es/components/UserProfileImage/index.js +0 -10
  1539. package/es/components/WebTerminal/WebTerminal.docs-page.js +0 -52
  1540. package/es/components/WebTerminal/index.js +0 -10
  1541. package/es/components/WebTerminal/preview-components/Navigation.js +0 -37
  1542. package/es/components/WebTerminal/preview-components/documentationLinks.js +0 -32
  1543. package/es/components/WebTerminal/preview-components/index.js +0 -12
  1544. package/es/components/_Canary/index.js +0 -8
  1545. package/es/components/index.js +0 -60
  1546. package/es/global/decorators/sidePanelDecorator.js +0 -18
  1547. package/es/global/js/hooks/index.js +0 -19
  1548. package/es/global/js/utils/ClickListener.js +0 -65
  1549. package/es/global/js/utils/DisplayBox.js +0 -32
  1550. package/es/global/js/utils/StoryDocsPage.js +0 -224
  1551. package/es/global/js/utils/story-helper.js +0 -211
  1552. package/es/global/js/utils/test-helper.js +0 -363
  1553. package/es/global/js/utils/unwrap-if-fragment.js +0 -63
  1554. package/es/global/js/utils/uuidv4.spec.js +0 -27
  1555. package/lib/components/APIKeyModal/APIKeyModal.docs-page.js +0 -36
  1556. package/lib/components/APIKeyModal/index.js +0 -12
  1557. package/lib/components/AboutModal/AboutModal.docs-page.js +0 -31
  1558. package/lib/components/AboutModal/index.js +0 -12
  1559. package/lib/components/ActionBar/index.js +0 -19
  1560. package/lib/components/ActionSet/actions.js +0 -61
  1561. package/lib/components/ActionSet/index.js +0 -12
  1562. package/lib/components/AddSelect/index.js +0 -12
  1563. package/lib/components/BreadcrumbWithOverflow/index.js +0 -12
  1564. package/lib/components/ButtonMenu/ButtonMenu.js +0 -136
  1565. package/lib/components/ButtonMenu/ButtonMenuItem.js +0 -41
  1566. package/lib/components/ButtonMenu/index.js +0 -19
  1567. package/lib/components/ButtonSetWithOverflow/index.js +0 -12
  1568. package/lib/components/Card/index.js +0 -26
  1569. package/lib/components/Carousel/Carousel.docs-page.js +0 -21
  1570. package/lib/components/Carousel/index.js +0 -19
  1571. package/lib/components/Carousel/utils.js +0 -105
  1572. package/lib/components/Cascade/Cascade.docs-page.js +0 -32
  1573. package/lib/components/Cascade/index.js +0 -12
  1574. package/lib/components/Checklist/Checklist.docs-page.js +0 -23
  1575. package/lib/components/Checklist/index.js +0 -12
  1576. package/lib/components/Coachmark/index.js +0 -38
  1577. package/lib/components/Coachmark/utils/helpers.js +0 -17
  1578. package/lib/components/CoachmarkBeacon/index.js +0 -12
  1579. package/lib/components/CoachmarkButton/index.js +0 -12
  1580. package/lib/components/CoachmarkFixed/index.js +0 -12
  1581. package/lib/components/CoachmarkOverlayElement/index.js +0 -12
  1582. package/lib/components/CoachmarkOverlayElements/index.js +0 -12
  1583. package/lib/components/CoachmarkStack/index.js +0 -12
  1584. package/lib/components/ComboButton/index.js +0 -19
  1585. package/lib/components/CreateFullPage/CreateFullPage.docs-page.js +0 -61
  1586. package/lib/components/CreateFullPage/index.js +0 -19
  1587. package/lib/components/CreateInfluencer/index.js +0 -12
  1588. package/lib/components/CreateModal/CreateModal.docs-page.js +0 -34
  1589. package/lib/components/CreateModal/index.js +0 -12
  1590. package/lib/components/CreateSidePanel/CreateSidePanel.docs-page.js +0 -28
  1591. package/lib/components/CreateSidePanel/index.js +0 -12
  1592. package/lib/components/CreateTearsheet/CreateTearsheet.docs-page.js +0 -46
  1593. package/lib/components/CreateTearsheet/index.js +0 -26
  1594. package/lib/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +0 -301
  1595. package/lib/components/CreateTearsheet/preview-components/MultiStepWithIntro.js +0 -290
  1596. package/lib/components/CreateTearsheet/preview-components/MultiStepWithStepInErrorState.js +0 -155
  1597. package/lib/components/CreateTearsheetNarrow/index.js +0 -12
  1598. package/lib/components/DataSpreadsheet/hooks/index.js +0 -54
  1599. package/lib/components/DataSpreadsheet/index.js +0 -12
  1600. package/lib/components/DataSpreadsheet/utils/generateData.js +0 -59
  1601. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/index.js +0 -20
  1602. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/index.js +0 -34
  1603. package/lib/components/Datagrid/Datagrid/addons/Filtering/index.js +0 -33
  1604. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/index.js +0 -12
  1605. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/index.js +0 -12
  1606. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditContext/index.js +0 -18
  1607. package/lib/components/Datagrid/Datagrid/addons/RowSize/index.js +0 -13
  1608. package/lib/components/Datagrid/Datagrid/index.js +0 -12
  1609. package/lib/components/Datagrid/Datagrid.docs-page.js +0 -145
  1610. package/lib/components/Datagrid/Datagrid.stories/ColumnAlignment/ColumnAlignment.docs-page.js +0 -20
  1611. package/lib/components/Datagrid/Datagrid.stories/CustomizeColumnStory.js +0 -12
  1612. package/lib/components/Datagrid/Datagrid.stories/RowSizeDropdownStory.js +0 -12
  1613. package/lib/components/Datagrid/Datagrid.stories/SelectAllWithToggleStory.js +0 -12
  1614. package/lib/components/Datagrid/Datagrid.stories/StickyActionsColumnStory.js +0 -103
  1615. package/lib/components/Datagrid/Datagrid.stories/common.js +0 -197
  1616. package/lib/components/Datagrid/Datagrid.stories/index.js +0 -34
  1617. package/lib/components/Datagrid/Extensions/ColumnCustomization/ColumnCustomization.docs-page.js +0 -20
  1618. package/lib/components/Datagrid/Extensions/EditableCell/EditableCell.docs-page.js +0 -54
  1619. package/lib/components/Datagrid/Extensions/ExpandableRow/ExpandableRow.docs-page.js +0 -20
  1620. package/lib/components/Datagrid/Extensions/Filtering/Filtering.docs-page.js +0 -70
  1621. package/lib/components/Datagrid/Extensions/RowActionButtons/RowActionButtons.docs-page.js +0 -20
  1622. package/lib/components/Datagrid/index.js +0 -160
  1623. package/lib/components/Datagrid/useEditableCell.js +0 -19
  1624. package/lib/components/Datagrid/utils/DatagridActions.js +0 -239
  1625. package/lib/components/Datagrid/utils/DatagridPagination.js +0 -39
  1626. package/lib/components/Datagrid/utils/Wrapper.js +0 -28
  1627. package/lib/components/Datagrid/utils/filterPropsForTesting.js +0 -156
  1628. package/lib/components/Datagrid/utils/getArgTypes.js +0 -117
  1629. package/lib/components/Datagrid/utils/getInlineEditColumns.js +0 -164
  1630. package/lib/components/Datagrid/utils/handleFilterTagLabelText.js +0 -32
  1631. package/lib/components/Datagrid/utils/makeData.js +0 -198
  1632. package/lib/components/DelimitedList/DelimitedList.docs-page.js +0 -25
  1633. package/lib/components/DelimitedList/index.js +0 -12
  1634. package/lib/components/EditFullPage/EditFullPage.docs-page.js +0 -49
  1635. package/lib/components/EditFullPage/index.js +0 -12
  1636. package/lib/components/EditInPlace/index.js +0 -12
  1637. package/lib/components/EditSidePanel/index.js +0 -12
  1638. package/lib/components/EditTearsheet/EditTearsheet.docs-page.js +0 -35
  1639. package/lib/components/EditTearsheet/index.js +0 -19
  1640. package/lib/components/EditTearsheet/preview-components/MultiFormEditTearsheet.js +0 -240
  1641. package/lib/components/EditTearsheetNarrow/index.js +0 -12
  1642. package/lib/components/EditUpdateCards/index.js +0 -12
  1643. package/lib/components/EmptyStates/ErrorEmptyState/index.js +0 -12
  1644. package/lib/components/EmptyStates/NoDataEmptyState/index.js +0 -12
  1645. package/lib/components/EmptyStates/NoTagsEmptyState/index.js +0 -12
  1646. package/lib/components/EmptyStates/NotFoundEmptyState/index.js +0 -12
  1647. package/lib/components/EmptyStates/NotificationsEmptyState/index.js +0 -12
  1648. package/lib/components/EmptyStates/UnauthorizedEmptyState/index.js +0 -12
  1649. package/lib/components/EmptyStates/index.js +0 -54
  1650. package/lib/components/ExampleComponent/ExampleComponent.docs-page.js +0 -32
  1651. package/lib/components/ExampleComponent/ExampleComponent.js +0 -187
  1652. package/lib/components/ExampleComponent/ExampleDeprecatedComponent.js +0 -35
  1653. package/lib/components/ExampleComponent/index.js +0 -12
  1654. package/lib/components/ExampleComponent/useExample.js +0 -57
  1655. package/lib/components/ExportModal/index.js +0 -12
  1656. package/lib/components/ExpressiveCard/index.js +0 -12
  1657. package/lib/components/FilterSummary/index.js +0 -13
  1658. package/lib/components/Guidebanner/Guidebanner.docs-page.js +0 -25
  1659. package/lib/components/Guidebanner/index.js +0 -33
  1660. package/lib/components/HTTPErrors/HTTPError403/index.js +0 -12
  1661. package/lib/components/HTTPErrors/HTTPError404/index.js +0 -12
  1662. package/lib/components/HTTPErrors/HTTPErrorOther/index.js +0 -12
  1663. package/lib/components/HTTPErrors/index.js +0 -26
  1664. package/lib/components/ImportModal/ImportModal.docs-page.js +0 -25
  1665. package/lib/components/ImportModal/index.js +0 -12
  1666. package/lib/components/InlineTip/InlineTip.docs-page.js +0 -23
  1667. package/lib/components/InlineTip/index.js +0 -26
  1668. package/lib/components/InterstitialScreen/index.js +0 -12
  1669. package/lib/components/InterstitialScreenView/index.js +0 -12
  1670. package/lib/components/InterstitialScreenViewModule/index.js +0 -12
  1671. package/lib/components/MultiAddSelect/MultiAddSelect.docs-page.js +0 -24
  1672. package/lib/components/MultiAddSelect/index.js +0 -12
  1673. package/lib/components/NonLinearReading/NonLinearReading.docs-page.js +0 -25
  1674. package/lib/components/NonLinearReading/index.js +0 -12
  1675. package/lib/components/NotificationsPanel/NotificationsPanel_data.js +0 -142
  1676. package/lib/components/NotificationsPanel/index.js +0 -12
  1677. package/lib/components/NotificationsPanel/preview-components/UnreadNotificationBell.js +0 -39
  1678. package/lib/components/OptionsTile/index.js +0 -12
  1679. package/lib/components/PageHeader/PageHeaderDemo.data.js +0 -619
  1680. package/lib/components/PageHeader/index.js +0 -12
  1681. package/lib/components/ProductiveCard/index.js +0 -12
  1682. package/lib/components/RemoveModal/RemoveModal.docs-page.js +0 -25
  1683. package/lib/components/RemoveModal/index.js +0 -12
  1684. package/lib/components/Saving/index.js +0 -12
  1685. package/lib/components/SearchBar/index.js +0 -12
  1686. package/lib/components/SidePanel/index.js +0 -12
  1687. package/lib/components/SimpleHeader/SimpleHeader.docs-page.js +0 -27
  1688. package/lib/components/SimpleHeader/index.js +0 -12
  1689. package/lib/components/SingleAddSelect/SingleAddSelect.docs-page.js +0 -22
  1690. package/lib/components/SingleAddSelect/index.js +0 -12
  1691. package/lib/components/StatusIcon/StatusIcon.docs-page.js +0 -27
  1692. package/lib/components/StatusIcon/index.js +0 -12
  1693. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.docs-page.js +0 -21
  1694. package/lib/components/SteppedAnimatedMedia/assets/index.js +0 -9
  1695. package/lib/components/SteppedAnimatedMedia/index.js +0 -12
  1696. package/lib/components/TagSet/constants.js +0 -27
  1697. package/lib/components/TagSet/index.js +0 -12
  1698. package/lib/components/Tearsheet/index.js +0 -19
  1699. package/lib/components/Toolbar/Toolbar.docs-page.js +0 -24
  1700. package/lib/components/Toolbar/index.js +0 -26
  1701. package/lib/components/TooltipTrigger/index.js +0 -12
  1702. package/lib/components/TooltipTrigger/useExample.js +0 -57
  1703. package/lib/components/UserProfileImage/UserProfileImage.docs-page.js +0 -27
  1704. package/lib/components/UserProfileImage/index.js +0 -12
  1705. package/lib/components/WebTerminal/WebTerminal.docs-page.js +0 -62
  1706. package/lib/components/WebTerminal/index.js +0 -32
  1707. package/lib/components/WebTerminal/preview-components/Navigation.js +0 -44
  1708. package/lib/components/WebTerminal/preview-components/documentationLinks.js +0 -38
  1709. package/lib/components/WebTerminal/preview-components/index.js +0 -13
  1710. package/lib/components/_Canary/index.js +0 -12
  1711. package/lib/components/index.js +0 -640
  1712. package/lib/global/decorators/sidePanelDecorator.js +0 -25
  1713. package/lib/global/js/hooks/index.js +0 -95
  1714. package/lib/global/js/utils/ClickListener.js +0 -75
  1715. package/lib/global/js/utils/DisplayBox.js +0 -39
  1716. package/lib/global/js/utils/StoryDocsPage.js +0 -229
  1717. package/lib/global/js/utils/story-helper.js +0 -217
  1718. package/lib/global/js/utils/test-helper.js +0 -370
  1719. package/lib/global/js/utils/unwrap-if-fragment.js +0 -69
  1720. package/lib/global/js/utils/uuidv4.spec.js +0 -30
@@ -0,0 +1,12 @@
1
+ export function createActiveCellFn({ placementElement, coords, addToHeader, contextRef, blockClass, onActiveCellChange, activeCellValue, activeCellRef, cellEditorRef, defaultColumn, }: {
2
+ placementElement: any;
3
+ coords: any;
4
+ addToHeader?: boolean | undefined;
5
+ contextRef: any;
6
+ blockClass?: string | undefined;
7
+ onActiveCellChange: any;
8
+ activeCellValue: any;
9
+ activeCellRef: any;
10
+ cellEditorRef: any;
11
+ defaultColumn: any;
12
+ }): void;
@@ -1,13 +1,14 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
8
  import { px } from '@carbon/layout';
9
- import { pkg } from '../../../settings';
10
- export var createActiveCellFn = function createActiveCellFn(_ref) {
9
+ import { pkg } from '../../../settings.js';
10
+
11
+ var createActiveCellFn = function createActiveCellFn(_ref) {
11
12
  var placementElement = _ref.placementElement,
12
13
  coords = _ref.coords,
13
14
  _ref$addToHeader = _ref.addToHeader,
@@ -34,7 +35,6 @@ export var createActiveCellFn = function createActiveCellFn(_ref) {
34
35
  // calculate top value here if virtualized row is not in DOM
35
36
  left: placementElement ? placementElement.getBoundingClientRect().left - activeElementContainer.getBoundingClientRect().left : coords.column === 0 ? 0 + (defaultColumn.rowHeaderWidth - 4) : selectionAreaCellWidth * coords.column + (defaultColumn.rowHeaderWidth - 4) // calculate left value here if virtualized row is not in DOM, accounting for row header cell width (including borders)
36
37
  };
37
-
38
38
  var activeCellButton = activeCellRef === null || activeCellRef === void 0 ? void 0 : activeCellRef.current;
39
39
  activeCellButton.style.width = px(placementElement ? placementElement === null || placementElement === void 0 ? void 0 : placementElement.offsetWidth : selectionAreaCellWidth);
40
40
  activeCellButton.style.height = px(placementElement ? placementElement === null || placementElement === void 0 ? void 0 : placementElement.offsetHeight : selectionAreaCellHeight);
@@ -51,4 +51,6 @@ export var createActiveCellFn = function createActiveCellFn(_ref) {
51
51
  if (typeof (coords === null || coords === void 0 ? void 0 : coords.column) === 'number' && typeof (coords === null || coords === void 0 ? void 0 : coords.row) === 'number') {
52
52
  onActiveCellChange === null || onActiveCellChange === void 0 || onActiveCellChange(activeCellValue);
53
53
  }
54
- };
54
+ };
55
+
56
+ export { createActiveCellFn };
@@ -0,0 +1,10 @@
1
+ export function createCellSelectionArea({ ref, area, blockClass, defaultColumn, selectionAreas, setSelectionAreas, setActiveCellInsideSelectionArea, visibleColumns, }: {
2
+ ref: any;
3
+ area: any;
4
+ blockClass: any;
5
+ defaultColumn: any;
6
+ selectionAreas: any;
7
+ setSelectionAreas: any;
8
+ setActiveCellInsideSelectionArea: any;
9
+ visibleColumns: any;
10
+ }): void;
@@ -1,14 +1,15 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
8
  import { px } from '@carbon/layout';
9
- import { deepCloneObject } from '../../../global/js/utils/deepCloneObject';
10
- import { getSelectionAreaPoints } from './getSelectionAreaPoints';
11
- export var createCellSelectionArea = function createCellSelectionArea(_ref) {
9
+ import { deepCloneObject } from '../../../global/js/utils/deepCloneObject.js';
10
+ import { getSelectionAreaPoints } from './getSelectionAreaPoints.js';
11
+
12
+ var createCellSelectionArea = function createCellSelectionArea(_ref) {
12
13
  var ref = _ref.ref,
13
14
  area = _ref.area,
14
15
  blockClass = _ref.blockClass,
@@ -44,7 +45,6 @@ export var createCellSelectionArea = function createCellSelectionArea(_ref) {
44
45
  // calculate top value here if virtualized row is not in DOM
45
46
  left: placementElement ? placementElement.getBoundingClientRect().left - bodyContainer.getBoundingClientRect().left : lowestColumnIndex === 0 ? 0 + (defaultColumn.rowHeaderWidth - 4) : defaultColumn.width * lowestColumnIndex + (defaultColumn.rowHeaderWidth - 4) // calculate left value here if virtualized row is not in DOM, accounting for row header cell width (including borders)
46
47
  };
47
-
48
48
  var selectionAreaElement = document.querySelector("[data-matcher-id=\"".concat(area.matcher, "\"]")) || document.createElement('div');
49
49
  selectionAreaElement.classList.add("".concat(blockClass, "__selection-area--element"));
50
50
  selectionAreaElement.setAttribute('data-matcher-id', area.matcher);
@@ -61,4 +61,6 @@ export var createCellSelectionArea = function createCellSelectionArea(_ref) {
61
61
  // let us know if an area has been created for each item already, ie createdArea: true
62
62
  selectionAreasClone[indexOfCurrentArea].areaCreated = true;
63
63
  setSelectionAreas(selectionAreasClone);
64
- };
64
+ };
65
+
66
+ export { createCellSelectionArea };
@@ -0,0 +1 @@
1
+ export function getCellSize(cellSize: any): number;
@@ -1,25 +1,28 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { baseFontSize, sizeXSmall as xs, sizeSmall as sm, sizeMedium as md, sizeLarge as lg } from '@carbon/layout';
8
+ import { baseFontSize, sizeSmall, sizeLarge, sizeMedium, sizeXSmall } from '@carbon/layout';
9
+
9
10
  var getSizeInPixels = function getSizeInPixels(carbonSize) {
10
11
  return Number(carbonSize.replace('rem', '') * baseFontSize);
11
12
  };
12
- export var getCellSize = function getCellSize(cellSize) {
13
+ var getCellSize = function getCellSize(cellSize) {
13
14
  switch (cellSize) {
14
15
  case 'xs':
15
- return getSizeInPixels(xs);
16
+ return getSizeInPixels(sizeXSmall);
16
17
  case 'sm':
17
- return getSizeInPixels(sm);
18
+ return getSizeInPixels(sizeSmall);
18
19
  case 'md':
19
- return getSizeInPixels(md);
20
+ return getSizeInPixels(sizeMedium);
20
21
  case 'lg':
21
- return getSizeInPixels(lg);
22
+ return getSizeInPixels(sizeLarge);
22
23
  default:
23
- return getSizeInPixels(sm);
24
+ return getSizeInPixels(sizeSmall);
24
25
  }
25
- };
26
+ };
27
+
28
+ export { getCellSize };
@@ -0,0 +1,6 @@
1
+ export function getSelectionAreaPoints(area: any): {
2
+ greatestRowIndex: number;
3
+ greatestColumnIndex: number;
4
+ lowestColumnIndex: number;
5
+ lowestRowIndex: number;
6
+ };
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- export var getSelectionAreaPoints = function getSelectionAreaPoints(area) {
8
+ var getSelectionAreaPoints = function getSelectionAreaPoints(area) {
9
9
  var greatestRowIndex = Math.max(area.point1.row, area.point2.row);
10
10
  var greatestColumnIndex = Math.max(area.point1.column, area.point2.column);
11
11
  var lowestRowIndex = Math.min(area.point1.row, area.point2.row);
@@ -16,4 +16,6 @@ export var getSelectionAreaPoints = function getSelectionAreaPoints(area) {
16
16
  lowestColumnIndex: lowestColumnIndex,
17
17
  lowestRowIndex: lowestRowIndex
18
18
  };
19
- };
19
+ };
20
+
21
+ export { getSelectionAreaPoints };
@@ -0,0 +1,9 @@
1
+ export function getSpreadsheetWidth({ type, headerGroup, scrollBarSizeValue, totalVisibleColumns, defaultColumn, totalColumnsWidth, visibleColumns, }: {
2
+ type: any;
3
+ headerGroup: any;
4
+ scrollBarSizeValue: any;
5
+ totalVisibleColumns: any;
6
+ defaultColumn: any;
7
+ totalColumnsWidth: any;
8
+ visibleColumns: any;
9
+ }): any;
@@ -1,12 +1,13 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
8
  import { px } from '@carbon/layout';
9
- export var getSpreadsheetWidth = function getSpreadsheetWidth(_ref) {
9
+
10
+ var getSpreadsheetWidth = function getSpreadsheetWidth(_ref) {
10
11
  var type = _ref.type,
11
12
  headerGroup = _ref.headerGroup,
12
13
  scrollBarSizeValue = _ref.scrollBarSizeValue,
@@ -31,4 +32,6 @@ export var getSpreadsheetWidth = function getSpreadsheetWidth(_ref) {
31
32
  }, 0);
32
33
  return totalVisibleColumnWidth + additionalWidth;
33
34
  }
34
- };
35
+ };
36
+
37
+ export { getSpreadsheetWidth };
@@ -0,0 +1,7 @@
1
+ export function handleActiveCellInSelectionEnter({ activeCellInsideSelectionArea, activeCellCoordinates, activeCellRef, selectionAreas, updateActiveCellCoordinates, }: {
2
+ activeCellInsideSelectionArea: any;
3
+ activeCellCoordinates: any;
4
+ activeCellRef: any;
5
+ selectionAreas: any;
6
+ updateActiveCellCoordinates: any;
7
+ }): any;
@@ -1,15 +1,14 @@
1
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
1
  /**
5
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
6
3
  *
7
4
  * This source code is licensed under the Apache-2.0 license found in the
8
5
  * LICENSE file in the root directory of this source tree.
9
6
  */
10
7
 
11
- import { getSelectionAreaPoints } from './getSelectionAreaPoints';
12
- export var handleActiveCellInSelectionEnter = function handleActiveCellInSelectionEnter(_ref) {
8
+ import { objectSpread2 as _objectSpread2 } from '../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { getSelectionAreaPoints } from './getSelectionAreaPoints.js';
10
+
11
+ var handleActiveCellInSelectionEnter = function handleActiveCellInSelectionEnter(_ref) {
13
12
  var activeCellInsideSelectionArea = _ref.activeCellInsideSelectionArea,
14
13
  activeCellCoordinates = _ref.activeCellCoordinates,
15
14
  activeCellRef = _ref.activeCellRef,
@@ -29,7 +28,7 @@ export var handleActiveCellInSelectionEnter = function handleActiveCellInSelecti
29
28
  greatestColumnIndex = _getSelectionAreaPoin.greatestColumnIndex,
30
29
  greatestRowIndex = _getSelectionAreaPoin.greatestRowIndex;
31
30
  // Move active cell down one row if possible
32
- var coordinatesClone = _objectSpread({}, activeCellCoordinates);
31
+ var coordinatesClone = _objectSpread2({}, activeCellCoordinates);
33
32
  if ((activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) < greatestRowIndex) {
34
33
  updateActiveCellCoordinates({
35
34
  coords: coordinatesClone,
@@ -104,4 +103,6 @@ export var handleActiveCellInSelectionEnter = function handleActiveCellInSelecti
104
103
  }
105
104
  }
106
105
  }
107
- };
106
+ };
107
+
108
+ export { handleActiveCellInSelectionEnter };
@@ -0,0 +1,7 @@
1
+ export function handleActiveCellInSelectionTab({ activeCellInsideSelectionArea, activeCellCoordinates, activeCellRef, selectionAreas, updateActiveCellCoordinates, }: {
2
+ activeCellInsideSelectionArea: any;
3
+ activeCellCoordinates: any;
4
+ activeCellRef: any;
5
+ selectionAreas: any;
6
+ updateActiveCellCoordinates: any;
7
+ }): any;
@@ -1,12 +1,13 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { getSelectionAreaPoints } from './getSelectionAreaPoints';
9
- export var handleActiveCellInSelectionTab = function handleActiveCellInSelectionTab(_ref) {
8
+ import { getSelectionAreaPoints } from './getSelectionAreaPoints.js';
9
+
10
+ var handleActiveCellInSelectionTab = function handleActiveCellInSelectionTab(_ref) {
10
11
  var activeCellInsideSelectionArea = _ref.activeCellInsideSelectionArea,
11
12
  activeCellCoordinates = _ref.activeCellCoordinates,
12
13
  activeCellRef = _ref.activeCellRef,
@@ -95,4 +96,6 @@ export var handleActiveCellInSelectionTab = function handleActiveCellInSelection
95
96
  }
96
97
  }
97
98
  }
98
- };
99
+ };
100
+
101
+ export { handleActiveCellInSelectionTab };
@@ -0,0 +1,8 @@
1
+ export function handleCellDeletion({ activeCellCoordinates, selectionAreas, currentMatcher, rows, setActiveCellContent, updateData, }: {
2
+ activeCellCoordinates: any;
3
+ selectionAreas: any;
4
+ currentMatcher: any;
5
+ rows: any;
6
+ setActiveCellContent: any;
7
+ updateData: any;
8
+ }): void;
@@ -1,13 +1,14 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- import { deepCloneObject } from '../../../global/js/utils/deepCloneObject';
9
- import { rangeWithCallback } from '../../../global/js/utils/rangeWithCallback';
10
- export var handleCellDeletion = function handleCellDeletion(_ref) {
8
+ import { deepCloneObject } from '../../../global/js/utils/deepCloneObject.js';
9
+ import { rangeWithCallback } from '../../../global/js/utils/rangeWithCallback.js';
10
+
11
+ var handleCellDeletion = function handleCellDeletion(_ref) {
11
12
  var _selectionAreaToEmpty, _selectionAreaToEmpty2, _selectionAreaToEmpty3, _selectionAreaToEmpty4, _selectionAreaToEmpty5, _selectionAreaToEmpty6, _selectionAreaToEmpty7, _selectionAreaToEmpty8;
12
13
  var activeCellCoordinates = _ref.activeCellCoordinates,
13
14
  selectionAreas = _ref.selectionAreas,
@@ -37,4 +38,6 @@ export var handleCellDeletion = function handleCellDeletion(_ref) {
37
38
  });
38
39
  });
39
40
  setActiveCellContent(null);
40
- };
41
+ };
42
+
43
+ export { handleCellDeletion };
@@ -0,0 +1,13 @@
1
+ export function handleEditSubmit({ activeCellCoordinates, cellEditorRulerRef, columns, previousState, removeCellEditor, rows, setActiveCellCoordinates, setCurrentMatcher, setSelectionAreas, spreadsheetRef, updateData, }: {
2
+ activeCellCoordinates: any;
3
+ cellEditorRulerRef: any;
4
+ columns: any;
5
+ previousState: any;
6
+ removeCellEditor: any;
7
+ rows: any;
8
+ setActiveCellCoordinates: any;
9
+ setCurrentMatcher: any;
10
+ setSelectionAreas: any;
11
+ spreadsheetRef: any;
12
+ updateData: any;
13
+ }): (event: any) => void;
@@ -1,18 +1,16 @@
1
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
1
  /**
5
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
6
3
  *
7
4
  * This source code is licensed under the Apache-2.0 license found in the
8
5
  * LICENSE file in the root directory of this source tree.
9
6
  */
10
7
 
11
- import { removeCellSelections } from './removeCellSelections';
12
- import uuidv4 from '../../../global/js/utils/uuidv4';
8
+ import { objectSpread2 as _objectSpread2 } from '../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { removeCellSelections } from './removeCellSelections.js';
10
+ import uuidv4 from '../../../global/js/utils/uuidv4.js';
13
11
 
14
12
  // Update the data
15
- export var handleEditSubmit = function handleEditSubmit(_ref) {
13
+ var handleEditSubmit = function handleEditSubmit(_ref) {
16
14
  var activeCellCoordinates = _ref.activeCellCoordinates,
17
15
  cellEditorRulerRef = _ref.cellEditorRulerRef,
18
16
  columns = _ref.columns,
@@ -57,24 +55,24 @@ export var handleEditSubmit = function handleEditSubmit(_ref) {
57
55
  type: 'Enter'
58
56
  });
59
57
  setActiveCellCoordinates(function (prev) {
60
- return _objectSpread(_objectSpread({}, prev), {}, {
58
+ return _objectSpread2(_objectSpread2({}, prev), {}, {
61
59
  row: prev.row === rows.length - 1 ? prev.row : prev.row + 1 // do not move to next cell below if we're already in the last row
62
60
  });
63
61
  });
64
62
  }
65
-
66
63
  if (key === 'Tab') {
67
64
  event.preventDefault();
68
65
  updateSelectionAreaOnCellEditSubmit({
69
66
  type: 'Tab'
70
67
  });
71
68
  setActiveCellCoordinates(function (prev) {
72
- return _objectSpread(_objectSpread({}, prev), {}, {
69
+ return _objectSpread2(_objectSpread2({}, prev), {}, {
73
70
  column: prev.column === columns.length - 1 ? prev.column : prev.column + 1 // do not move to next cell below if we're already in the last column
74
71
  });
75
72
  });
76
73
  }
77
-
78
74
  return;
79
75
  };
80
- };
76
+ };
77
+
78
+ export { handleEditSubmit };
@@ -0,0 +1,16 @@
1
+ export function handleHeaderCellSelection({ type, activeCellCoordinates, rows, columns, currentMatcher, setActiveCellCoordinates, setCurrentMatcher, setSelectionAreas, spreadsheetRef, index, isKeyboard, setSelectionAreaData, isHoldingCommandKey, isHoldingShiftKey, }: {
2
+ type: any;
3
+ activeCellCoordinates: any;
4
+ rows: any;
5
+ columns: any;
6
+ currentMatcher: any;
7
+ setActiveCellCoordinates: any;
8
+ setCurrentMatcher: any;
9
+ setSelectionAreas: any;
10
+ spreadsheetRef: any;
11
+ index: any;
12
+ isKeyboard: any;
13
+ setSelectionAreaData: any;
14
+ isHoldingCommandKey: any;
15
+ isHoldingShiftKey: any;
16
+ }): void;
@@ -1,15 +1,16 @@
1
- import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
2
1
  /**
3
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
4
3
  *
5
4
  * This source code is licensed under the Apache-2.0 license found in the
6
5
  * LICENSE file in the root directory of this source tree.
7
6
  */
8
7
 
9
- import { deepCloneObject } from '../../../global/js/utils/deepCloneObject';
10
- import uuidv4 from '../../../global/js/utils/uuidv4';
11
- import { removeCellSelections } from './removeCellSelections';
12
- import { checkActiveHeaderCell } from './checkActiveHeaderCell';
8
+ import { toConsumableArray as _toConsumableArray } from '../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { deepCloneObject } from '../../../global/js/utils/deepCloneObject.js';
10
+ import uuidv4 from '../../../global/js/utils/uuidv4.js';
11
+ import { removeCellSelections } from './removeCellSelections.js';
12
+ import { checkActiveHeaderCell } from './checkActiveHeaderCell.js';
13
+
13
14
  var getSelectedItemIndexList = function getSelectedItemIndexList(_ref) {
14
15
  var indexList = _ref.indexList,
15
16
  newIndex = _ref.newIndex,
@@ -22,7 +23,7 @@ var getSelectedItemIndexList = function getSelectedItemIndexList(_ref) {
22
23
  }
23
24
  return [].concat(newIndexList);
24
25
  };
25
- export var handleHeaderCellSelection = function handleHeaderCellSelection(_ref2) {
26
+ var handleHeaderCellSelection = function handleHeaderCellSelection(_ref2) {
26
27
  var type = _ref2.type,
27
28
  activeCellCoordinates = _ref2.activeCellCoordinates,
28
29
  rows = _ref2.rows,
@@ -155,4 +156,6 @@ export var handleHeaderCellSelection = function handleHeaderCellSelection(_ref2)
155
156
  }
156
157
  return [newSelectionArea];
157
158
  });
158
- };
159
+ };
160
+
161
+ export { handleHeaderCellSelection };
@@ -0,0 +1,18 @@
1
+ export function includesResourceKey(arr: any, usingMac: any): boolean | undefined;
2
+ export function includesShift(arr: any): boolean;
3
+ export function handleMultipleKeys({ activeCellCoordinates, event, keysPressedList, selectionAreas, currentMatcher, rows, setSelectionAreas, columns, updateActiveCellCoordinates, spreadsheetRef, removeCellSelections, blockClass, setCurrentMatcher, usingMac, }: {
4
+ activeCellCoordinates: any;
5
+ event: any;
6
+ keysPressedList: any;
7
+ selectionAreas: any;
8
+ currentMatcher: any;
9
+ rows: any;
10
+ setSelectionAreas: any;
11
+ columns: any;
12
+ updateActiveCellCoordinates: any;
13
+ spreadsheetRef: any;
14
+ removeCellSelections: any;
15
+ blockClass: any;
16
+ setCurrentMatcher: any;
17
+ usingMac: any;
18
+ }): any;
@@ -1,17 +1,16 @@
1
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
1
  /**
5
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
6
3
  *
7
4
  * This source code is licensed under the Apache-2.0 license found in the
8
5
  * LICENSE file in the root directory of this source tree.
9
6
  */
10
7
 
11
- import { deepCloneObject } from '../../../global/js/utils/deepCloneObject';
12
- import uuidv4 from '../../../global/js/utils/uuidv4';
13
- import { selectAllCells } from './selectAllCells';
14
- export var includesResourceKey = function includesResourceKey(arr, usingMac) {
8
+ import { objectSpread2 as _objectSpread2 } from '../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { deepCloneObject } from '../../../global/js/utils/deepCloneObject.js';
10
+ import uuidv4 from '../../../global/js/utils/uuidv4.js';
11
+ import { selectAllCells } from './selectAllCells.js';
12
+
13
+ var includesResourceKey = function includesResourceKey(arr, usingMac) {
15
14
  if (usingMac) {
16
15
  return includesMeta(arr);
17
16
  }
@@ -19,7 +18,7 @@ export var includesResourceKey = function includesResourceKey(arr, usingMac) {
19
18
  return includesControl(arr);
20
19
  }
21
20
  };
22
- export var includesShift = function includesShift(arr) {
21
+ var includesShift = function includesShift(arr) {
23
22
  if (arr.includes('ShiftLeft') || arr.includes('ShiftRight')) {
24
23
  return true;
25
24
  }
@@ -37,7 +36,7 @@ var includesControl = function includesControl(arr) {
37
36
  }
38
37
  return false;
39
38
  };
40
- export var handleMultipleKeys = function handleMultipleKeys(_ref) {
39
+ var handleMultipleKeys = function handleMultipleKeys(_ref) {
41
40
  var _selectionAreasClone$, _selectionAreasClone$2, _selectionAreasClone$3;
42
41
  var activeCellCoordinates = _ref.activeCellCoordinates,
43
42
  event = _ref.event,
@@ -157,7 +156,7 @@ export var handleMultipleKeys = function handleMultipleKeys(_ref) {
157
156
  areaCreated: false,
158
157
  matcher: tempMatcher
159
158
  };
160
- var coordinatesClone = _objectSpread({}, activeCellCoordinates);
159
+ var coordinatesClone = _objectSpread2({}, activeCellCoordinates);
161
160
  updateActiveCellCoordinates({
162
161
  coords: coordinatesClone,
163
162
  updatedValue: {
@@ -192,7 +191,7 @@ export var handleMultipleKeys = function handleMultipleKeys(_ref) {
192
191
  areaCreated: false,
193
192
  matcher: _tempMatcher
194
193
  };
195
- var _coordinatesClone = _objectSpread({}, activeCellCoordinates);
194
+ var _coordinatesClone = _objectSpread2({}, activeCellCoordinates);
196
195
  updateActiveCellCoordinates({
197
196
  coords: _coordinatesClone,
198
197
  updatedValue: {
@@ -213,7 +212,7 @@ export var handleMultipleKeys = function handleMultipleKeys(_ref) {
213
212
  if (includesResourceKey(keysPressedList, usingMac) && keysPressedList.includes('Home')) {
214
213
  var scrollElement = spreadsheetRef.current.querySelector(".".concat(blockClass, "__list--container"));
215
214
  scrollElement.scrollTop = 0;
216
- var _coordinatesClone2 = _objectSpread({}, activeCellCoordinates);
215
+ var _coordinatesClone2 = _objectSpread2({}, activeCellCoordinates);
217
216
  removeCellSelections({
218
217
  spreadsheetRef: spreadsheetRef
219
218
  });
@@ -230,7 +229,7 @@ export var handleMultipleKeys = function handleMultipleKeys(_ref) {
230
229
  if (includesResourceKey(keysPressedList, usingMac) && keysPressedList.includes('End')) {
231
230
  var _scrollElement = spreadsheetRef.current.querySelector(".".concat(blockClass, "__list--container"));
232
231
  _scrollElement.scrollTop = _scrollElement.scrollHeight;
233
- var _coordinatesClone3 = _objectSpread({}, activeCellCoordinates);
232
+ var _coordinatesClone3 = _objectSpread2({}, activeCellCoordinates);
234
233
  removeCellSelections({
235
234
  spreadsheetRef: spreadsheetRef
236
235
  });
@@ -256,4 +255,6 @@ export var handleMultipleKeys = function handleMultipleKeys(_ref) {
256
255
  }, 1000);
257
256
  }
258
257
  }
259
- };
258
+ };
259
+
260
+ export { handleMultipleKeys, includesResourceKey, includesShift };
@@ -0,0 +1,7 @@
1
+ export function moveColumnIndicatorLine({ blockClass, clonedSelectionElement, ref, spreadsheetCoords, leftScrollAmount, }: {
2
+ blockClass?: string | undefined;
3
+ clonedSelectionElement: any;
4
+ ref: any;
5
+ spreadsheetCoords: any;
6
+ leftScrollAmount: any;
7
+ }): void;
@@ -1,13 +1,14 @@
1
1
  /**
2
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
8
  import { px } from '@carbon/layout';
9
- import { pkg } from '../../../settings';
10
- export var moveColumnIndicatorLine = function moveColumnIndicatorLine(_ref) {
9
+ import { pkg } from '../../../settings.js';
10
+
11
+ var moveColumnIndicatorLine = function moveColumnIndicatorLine(_ref) {
11
12
  var _ref$blockClass = _ref.blockClass,
12
13
  blockClass = _ref$blockClass === void 0 ? "".concat(pkg.prefix, "--data-spreadsheet") : _ref$blockClass,
13
14
  clonedSelectionElement = _ref.clonedSelectionElement,
@@ -30,4 +31,6 @@ export var moveColumnIndicatorLine = function moveColumnIndicatorLine(_ref) {
30
31
  if (Number(newColumnIndex) === Number(originalColumnIndex)) {
31
32
  indicatorLineElement.style.left = selectionAreaOrigin.style.left;
32
33
  }
33
- };
34
+ };
35
+
36
+ export { moveColumnIndicatorLine };
@@ -0,0 +1,5 @@
1
+ export function removeCellSelections({ matcher, spreadsheetRef, blockClass, }: {
2
+ matcher: any;
3
+ spreadsheetRef: any;
4
+ blockClass?: string | undefined;
5
+ }): void;
@@ -1,15 +1,15 @@
1
- import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
2
1
  /**
3
- * Copyright IBM Corp. 2022, 2022
2
+ * Copyright IBM Corp. 2020, 2024
4
3
  *
5
4
  * This source code is licensed under the Apache-2.0 license found in the
6
5
  * LICENSE file in the root directory of this source tree.
7
6
  */
8
7
 
9
- import { pkg } from '../../../settings';
8
+ import { toConsumableArray as _toConsumableArray } from '../../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { pkg } from '../../../settings.js';
10
10
 
11
11
  // Removes the cell selection elements
12
- export var removeCellSelections = function removeCellSelections(_ref) {
12
+ var removeCellSelections = function removeCellSelections(_ref) {
13
13
  var matcher = _ref.matcher,
14
14
  spreadsheetRef = _ref.spreadsheetRef,
15
15
  _ref$blockClass = _ref.blockClass,
@@ -25,4 +25,6 @@ export var removeCellSelections = function removeCellSelections(_ref) {
25
25
  return element.remove();
26
26
  });
27
27
  }
28
- };
28
+ };
29
+
30
+ export { removeCellSelections };
@@ -0,0 +1,9 @@
1
+ export function selectAllCells({ activeCellCoordinates, columns, setCurrentMatcher, setSelectionAreas, ref, rows, updateActiveCellCoordinates, }: {
2
+ activeCellCoordinates: any;
3
+ columns: any;
4
+ setCurrentMatcher: any;
5
+ setSelectionAreas: any;
6
+ ref: any;
7
+ rows: any;
8
+ updateActiveCellCoordinates: any;
9
+ }): any;