@carbon/ibm-products 2.43.2-canary.1 → 2.43.2-canary.101

Sign up to get free protection for your applications and to get access to all the features.
Files changed (362) hide show
  1. package/css/index-full-carbon.css +429 -143
  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 +219 -9
  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 +249 -105
  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 +350 -129
  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/components/ActionBar/ActionBarItem.js +1 -1
  18. package/es/components/Coachmark/Coachmark.d.ts +6 -1
  19. package/es/components/Coachmark/Coachmark.js +47 -11
  20. package/es/components/Coachmark/CoachmarkOverlay.js +2 -4
  21. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -7
  22. package/es/components/CoachmarkFixed/CoachmarkFixed.js +13 -11
  23. package/es/components/CoachmarkStack/CoachmarkStack.js +7 -3
  24. package/es/components/CoachmarkStack/CoachmarkStackHome.js +8 -4
  25. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +76 -55
  26. package/es/components/ConditionBuilder/ConditionBuilder.js +82 -25
  27. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +15 -0
  28. package/es/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +154 -0
  29. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
  30. package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +29 -13
  31. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +8 -1
  32. package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +30 -8
  33. package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +14 -9
  34. package/es/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +19 -11
  35. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +9 -13
  36. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +75 -62
  37. package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +13 -7
  38. package/es/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +31 -8
  39. package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +8 -2
  40. package/es/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +35 -24
  41. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +40 -36
  42. package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +40 -36
  43. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +6 -2
  44. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +98 -40
  45. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +3 -1
  46. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +24 -9
  47. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +27 -9
  48. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +13 -0
  49. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +114 -0
  50. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/{ConditionBuilderItemOption.d.ts → ItemOptionForValueField.d.ts} +2 -2
  51. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/{ConditionBuilderItemOption.js → ItemOptionForValueField.js} +71 -38
  52. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +5 -1
  53. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +22 -9
  54. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +1 -1
  55. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +1 -3
  56. package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +121 -40
  57. package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
  58. package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +45 -19
  59. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
  60. package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +137 -40
  61. package/es/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
  62. package/es/components/ConditionBuilder/utils/useTranslations.js +26 -0
  63. package/es/components/ConditionBuilder/utils/util.d.ts +6 -4
  64. package/es/components/ConditionBuilder/utils/util.js +42 -17
  65. package/es/components/CreateFullPage/CreateFullPage.js +2 -2
  66. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +26 -0
  67. package/es/components/DataSpreadsheet/DataSpreadsheet.js +140 -54
  68. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +25 -1
  69. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +50 -9
  70. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +16 -0
  71. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +32 -8
  72. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -1
  73. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +3 -1
  74. package/es/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +15 -3
  75. package/es/components/DataSpreadsheet/types/index.d.ts +2 -1
  76. package/es/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +34 -2
  77. package/es/components/Datagrid/Datagrid/Datagrid.d.ts +0 -4
  78. package/es/components/Datagrid/Datagrid/Datagrid.js +4 -9
  79. package/es/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  80. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -8
  81. package/es/components/Datagrid/Datagrid/DatagridRow.js +21 -8
  82. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +6 -6
  83. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +3 -2
  84. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +34 -10
  85. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +6 -1
  86. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +6 -1
  87. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +3 -1
  88. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +7 -4
  89. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
  90. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +54 -17
  91. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +2 -3
  92. package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +75 -12
  93. package/es/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -2
  94. package/es/components/Datagrid/types/index.d.ts +61 -9
  95. package/es/components/Datagrid/useActionsColumn.d.ts +8 -1
  96. package/es/components/Datagrid/useActionsColumn.js +7 -6
  97. package/es/components/Datagrid/useColumnCenterAlign.d.ts +8 -1
  98. package/es/components/Datagrid/useColumnCenterAlign.js +1 -1
  99. package/es/components/Datagrid/useColumnRightAlign.d.ts +8 -1
  100. package/es/components/Datagrid/useColumnRightAlign.js +4 -3
  101. package/es/components/Datagrid/useCustomizeColumns.d.ts +8 -1
  102. package/es/components/Datagrid/useCustomizeColumns.js +4 -3
  103. package/es/components/Datagrid/useDefaultStringRenderer.js +0 -1
  104. package/es/components/Datagrid/useDisableSelectRows.d.ts +2 -1
  105. package/es/components/Datagrid/useDisableSelectRows.js +27 -22
  106. package/es/components/Datagrid/useInlineEdit.d.ts +8 -1
  107. package/es/components/Datagrid/useInlineEdit.js +13 -3
  108. package/es/components/Datagrid/useNestedRowExpander.js +1 -3
  109. package/es/components/Datagrid/useNestedRows.js +32 -13
  110. package/es/components/Datagrid/useRowExpander.js +1 -3
  111. package/es/components/Datagrid/useSelectRows.js +2 -1
  112. package/es/components/Datagrid/useStickyColumn.d.ts +8 -1
  113. package/es/components/Datagrid/useStickyColumn.js +12 -9
  114. package/es/components/Decorator/Decorator.js +2 -1
  115. package/es/components/DecoratorBase/DecoratorBase.js +3 -5
  116. package/es/components/DecoratorDualButton/DecoratorDualButton.js +2 -1
  117. package/es/components/DecoratorLink/DecoratorLink.js +2 -1
  118. package/es/components/DecoratorSingleButton/DecoratorSingleButton.js +2 -1
  119. package/es/components/EditInPlace/EditInPlace.d.ts +4 -0
  120. package/es/components/EditInPlace/EditInPlace.js +21 -10
  121. package/es/components/EditTearsheet/EditTearsheet.d.ts +7 -2
  122. package/es/components/EditTearsheet/EditTearsheet.js +44 -10
  123. package/es/components/EditTearsheet/EditTearsheetForm.d.ts +45 -2
  124. package/es/components/EditTearsheet/EditTearsheetForm.js +3 -0
  125. package/es/components/EmptyStates/EmptyStateV2.d.ts +63 -2
  126. package/es/components/EmptyStates/EmptyStateV2.js +2 -1
  127. package/es/components/FullPageError/FullPageError.d.ts +36 -2
  128. package/es/components/FullPageError/FullPageError.js +0 -3
  129. package/es/components/GetStartedCard/GetStartedCard.d.ts +61 -2
  130. package/es/components/GetStartedCard/GetStartedCard.js +9 -8
  131. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +6 -0
  132. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +6 -0
  133. package/es/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +6 -0
  134. package/es/components/HTTPErrors/assets/HTTPErrorSvg403.js +204 -200
  135. package/es/components/HTTPErrors/assets/HTTPErrorSvg404.js +116 -112
  136. package/es/components/HTTPErrors/assets/HTTPErrorSvgOther.js +110 -106
  137. package/es/components/Nav/NavItem.js +12 -3
  138. package/es/components/OptionsTile/OptionsTile.js +11 -6
  139. package/es/components/PageHeader/PageHeader.js +1 -0
  140. package/es/components/RemoveModal/RemoveModal.d.ts +4 -0
  141. package/es/components/RemoveModal/RemoveModal.js +7 -1
  142. package/es/components/SearchBar/SearchBar.d.ts +1 -1
  143. package/es/components/SearchBar/SearchBar.js +2 -2
  144. package/es/components/SidePanel/SidePanel.js +17 -21
  145. package/es/components/SidePanel/motion/variants.d.ts +4 -6
  146. package/es/components/SidePanel/motion/variants.js +10 -11
  147. package/es/components/StatusIndicator/StatusIndicatorStep.js +87 -0
  148. package/es/components/StringFormatter/StringFormatter.js +14 -3
  149. package/es/components/StringFormatter/utils/enums.d.ts +20 -1
  150. package/es/components/StringFormatter/utils/enums.js +22 -2
  151. package/es/components/TagOverflow/TagOverflow.d.ts +35 -4
  152. package/es/components/TagOverflow/TagOverflow.js +47 -64
  153. package/es/components/TagOverflow/TagOverflowModal.js +4 -6
  154. package/es/components/TagOverflow/TagOverflowPopover.d.ts +13 -1
  155. package/es/components/TagOverflow/TagOverflowPopover.js +38 -41
  156. package/es/components/Tearsheet/Tearsheet.d.ts +8 -1
  157. package/es/components/Tearsheet/Tearsheet.js +9 -1
  158. package/es/components/Tearsheet/TearsheetNarrow.d.ts +11 -0
  159. package/es/components/Tearsheet/TearsheetNarrow.js +12 -0
  160. package/es/components/Tearsheet/TearsheetShell.d.ts +11 -1
  161. package/es/components/Tearsheet/TearsheetShell.js +28 -7
  162. package/es/components/Toolbar/ToolbarButton.js +1 -1
  163. package/es/components/WebTerminal/WebTerminal.js +10 -12
  164. package/es/components/index.d.ts +1 -1
  165. package/es/global/js/hooks/useFocus.d.ts +1 -0
  166. package/es/global/js/hooks/useFocus.js +5 -2
  167. package/es/global/js/hooks/usePrefersReducedMotion.js +14 -8
  168. package/es/global/js/package-settings.d.ts +1 -1
  169. package/es/global/js/package-settings.js +1 -1
  170. package/es/index.js +1 -0
  171. package/es/node_modules/@carbon/icon-helpers/es/index.js +49 -62
  172. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1020 -1058
  173. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +881 -758
  174. package/es/settings.d.ts +1 -1
  175. package/lib/components/ActionBar/ActionBarItem.js +1 -1
  176. package/lib/components/Coachmark/Coachmark.d.ts +6 -1
  177. package/lib/components/Coachmark/Coachmark.js +46 -10
  178. package/lib/components/Coachmark/CoachmarkOverlay.js +2 -4
  179. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +1 -7
  180. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +13 -11
  181. package/lib/components/CoachmarkStack/CoachmarkStack.js +7 -3
  182. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +8 -4
  183. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +74 -53
  184. package/lib/components/ConditionBuilder/ConditionBuilder.js +82 -25
  185. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.d.ts +15 -0
  186. package/lib/components/ConditionBuilder/ConditionBuilderActions/ConditionBuilderActions.js +163 -0
  187. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.d.ts +3 -1
  188. package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +28 -11
  189. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.d.ts +8 -1
  190. package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +29 -7
  191. package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +12 -7
  192. package/lib/components/ConditionBuilder/ConditionBuilderConnector/GroupConnector.js +18 -10
  193. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +9 -13
  194. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +73 -60
  195. package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.d.ts +13 -7
  196. package/lib/components/ConditionBuilder/ConditionBuilderContext/ConditionBuilderProvider.js +31 -8
  197. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.d.ts +8 -2
  198. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataConfigs.js +34 -24
  199. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +40 -36
  200. package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +40 -36
  201. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.d.ts +6 -2
  202. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +96 -38
  203. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.d.ts +3 -1
  204. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemDate/ConditionBuilderItemDate.js +24 -9
  205. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemNumber/ConditionBuilderItemNumber.js +28 -10
  206. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.d.ts +13 -0
  207. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/ItemOption.js +122 -0
  208. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/{ConditionBuilderItemOption.d.ts → ItemOptionForValueField.d.ts} +2 -2
  209. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemOption/{ConditionBuilderItemOption.js → ItemOptionForValueField.js} +68 -35
  210. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.d.ts +5 -1
  211. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemText/ConditionBuilderItemText.js +21 -8
  212. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItemTime/ConditionBuilderItemTime.js +1 -1
  213. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.d.ts +1 -3
  214. package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +118 -37
  215. package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
  216. package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +44 -17
  217. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.d.ts +2 -1
  218. package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +137 -39
  219. package/lib/components/ConditionBuilder/utils/useTranslations.d.ts +1 -0
  220. package/lib/components/ConditionBuilder/utils/useTranslations.js +30 -0
  221. package/lib/components/ConditionBuilder/utils/util.d.ts +6 -4
  222. package/lib/components/ConditionBuilder/utils/util.js +44 -16
  223. package/lib/components/CreateFullPage/CreateFullPage.js +2 -2
  224. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +26 -0
  225. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +140 -54
  226. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +25 -1
  227. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +50 -9
  228. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +16 -0
  229. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +32 -8
  230. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseMove.js +4 -1
  231. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.d.ts +3 -1
  232. package/lib/components/DataSpreadsheet/hooks/useSpreadsheetMouseUp.js +15 -3
  233. package/lib/components/DataSpreadsheet/types/index.d.ts +2 -1
  234. package/lib/components/DataSpreadsheet/utils/moveColumnIndicatorLine.js +34 -2
  235. package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +0 -4
  236. package/lib/components/Datagrid/Datagrid/Datagrid.js +4 -9
  237. package/lib/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  238. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +23 -8
  239. package/lib/components/Datagrid/Datagrid/DatagridRow.js +21 -8
  240. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +6 -6
  241. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +3 -2
  242. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +34 -10
  243. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +6 -1
  244. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +6 -1
  245. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +3 -1
  246. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +7 -4
  247. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.d.ts +1 -1
  248. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +53 -16
  249. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditButton/InlineEditButton.js +2 -3
  250. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +74 -11
  251. package/lib/components/Datagrid/Datagrid/addons/InlineEdit/handleGridKeyPress.js +10 -2
  252. package/lib/components/Datagrid/types/index.d.ts +61 -9
  253. package/lib/components/Datagrid/useActionsColumn.d.ts +8 -1
  254. package/lib/components/Datagrid/useActionsColumn.js +7 -6
  255. package/lib/components/Datagrid/useColumnCenterAlign.d.ts +8 -1
  256. package/lib/components/Datagrid/useColumnCenterAlign.js +1 -1
  257. package/lib/components/Datagrid/useColumnRightAlign.d.ts +8 -1
  258. package/lib/components/Datagrid/useColumnRightAlign.js +4 -3
  259. package/lib/components/Datagrid/useCustomizeColumns.d.ts +8 -1
  260. package/lib/components/Datagrid/useCustomizeColumns.js +4 -3
  261. package/lib/components/Datagrid/useDefaultStringRenderer.js +0 -1
  262. package/lib/components/Datagrid/useDisableSelectRows.d.ts +2 -1
  263. package/lib/components/Datagrid/useDisableSelectRows.js +27 -22
  264. package/lib/components/Datagrid/useInlineEdit.d.ts +8 -1
  265. package/lib/components/Datagrid/useInlineEdit.js +13 -3
  266. package/lib/components/Datagrid/useNestedRowExpander.js +1 -3
  267. package/lib/components/Datagrid/useNestedRows.js +32 -13
  268. package/lib/components/Datagrid/useRowExpander.js +1 -3
  269. package/lib/components/Datagrid/useSelectRows.js +2 -1
  270. package/lib/components/Datagrid/useStickyColumn.d.ts +8 -1
  271. package/lib/components/Datagrid/useStickyColumn.js +12 -9
  272. package/lib/components/Decorator/Decorator.js +2 -1
  273. package/lib/components/DecoratorBase/DecoratorBase.js +3 -5
  274. package/lib/components/DecoratorDualButton/DecoratorDualButton.js +2 -1
  275. package/lib/components/DecoratorLink/DecoratorLink.js +2 -1
  276. package/lib/components/DecoratorSingleButton/DecoratorSingleButton.js +2 -1
  277. package/lib/components/EditInPlace/EditInPlace.d.ts +4 -0
  278. package/lib/components/EditInPlace/EditInPlace.js +21 -10
  279. package/lib/components/EditTearsheet/EditTearsheet.d.ts +7 -2
  280. package/lib/components/EditTearsheet/EditTearsheet.js +43 -9
  281. package/lib/components/EditTearsheet/EditTearsheetForm.d.ts +45 -2
  282. package/lib/components/EditTearsheet/EditTearsheetForm.js +3 -0
  283. package/lib/components/EmptyStates/EmptyStateV2.d.ts +63 -2
  284. package/lib/components/EmptyStates/EmptyStateV2.js +2 -1
  285. package/lib/components/FullPageError/FullPageError.d.ts +36 -2
  286. package/lib/components/FullPageError/FullPageError.js +0 -3
  287. package/lib/components/GetStartedCard/GetStartedCard.d.ts +61 -2
  288. package/lib/components/GetStartedCard/GetStartedCard.js +8 -7
  289. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +6 -0
  290. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +6 -0
  291. package/lib/components/HTTPErrors/HTTPErrorOther/HTTPErrorOther.js +6 -0
  292. package/lib/components/HTTPErrors/assets/HTTPErrorSvg403.js +204 -200
  293. package/lib/components/HTTPErrors/assets/HTTPErrorSvg404.js +116 -112
  294. package/lib/components/HTTPErrors/assets/HTTPErrorSvgOther.js +110 -106
  295. package/lib/components/Nav/NavItem.js +10 -1
  296. package/lib/components/OptionsTile/OptionsTile.js +11 -6
  297. package/lib/components/PageHeader/PageHeader.js +1 -0
  298. package/lib/components/RemoveModal/RemoveModal.d.ts +4 -0
  299. package/lib/components/RemoveModal/RemoveModal.js +7 -1
  300. package/lib/components/SearchBar/SearchBar.d.ts +1 -1
  301. package/lib/components/SearchBar/SearchBar.js +2 -2
  302. package/lib/components/SidePanel/SidePanel.js +16 -20
  303. package/lib/components/SidePanel/motion/variants.d.ts +4 -6
  304. package/lib/components/SidePanel/motion/variants.js +10 -11
  305. package/lib/components/StatusIndicator/StatusIndicatorStep.js +94 -0
  306. package/lib/components/StringFormatter/StringFormatter.js +13 -2
  307. package/lib/components/StringFormatter/utils/enums.d.ts +20 -1
  308. package/lib/components/StringFormatter/utils/enums.js +23 -1
  309. package/lib/components/TagOverflow/TagOverflow.d.ts +35 -4
  310. package/lib/components/TagOverflow/TagOverflow.js +46 -63
  311. package/lib/components/TagOverflow/TagOverflowModal.js +4 -6
  312. package/lib/components/TagOverflow/TagOverflowPopover.d.ts +13 -1
  313. package/lib/components/TagOverflow/TagOverflowPopover.js +37 -40
  314. package/lib/components/Tearsheet/Tearsheet.d.ts +8 -1
  315. package/lib/components/Tearsheet/Tearsheet.js +9 -1
  316. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +11 -0
  317. package/lib/components/Tearsheet/TearsheetNarrow.js +12 -0
  318. package/lib/components/Tearsheet/TearsheetShell.d.ts +11 -1
  319. package/lib/components/Tearsheet/TearsheetShell.js +26 -5
  320. package/lib/components/Toolbar/ToolbarButton.js +1 -1
  321. package/lib/components/WebTerminal/WebTerminal.js +10 -12
  322. package/lib/components/index.d.ts +1 -1
  323. package/lib/global/js/hooks/useFocus.d.ts +1 -0
  324. package/lib/global/js/hooks/useFocus.js +5 -1
  325. package/lib/global/js/hooks/usePrefersReducedMotion.js +13 -7
  326. package/lib/global/js/package-settings.d.ts +1 -1
  327. package/lib/global/js/package-settings.js +1 -1
  328. package/lib/index.js +5 -0
  329. package/lib/node_modules/@carbon/icon-helpers/es/index.js +49 -62
  330. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +1036 -1074
  331. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +946 -823
  332. package/lib/settings.d.ts +1 -1
  333. package/package.json +9 -8
  334. package/scss/components/Coachmark/_coachmark-overlay.scss +6 -70
  335. package/scss/components/Coachmark/_coachmark.scss +5 -4
  336. package/scss/components/CoachmarkBeacon/_coachmark-beacon.scss +1 -3
  337. package/scss/components/ConditionBuilder/_condition-builder.scss +5 -1
  338. package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +20 -3
  339. package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +32 -3
  340. package/scss/components/CreateModal/_create-modal.scss +0 -4
  341. package/scss/components/DataSpreadsheet/_data-spreadsheet.scss +17 -2
  342. package/scss/components/Datagrid/_datagrid.scss +0 -4
  343. package/scss/components/Datagrid/styles/_datagrid.scss +1 -0
  344. package/scss/components/Datagrid/styles/_useInlineEdit.scss +13 -0
  345. package/scss/components/Datagrid/styles/addons/_CustomizeColumnsTearsheet.scss +7 -5
  346. package/scss/components/Datagrid/styles/addons/_FilterFlyout.scss +5 -4
  347. package/scss/components/HTTPErrors/_http-errors.scss +77 -0
  348. package/scss/components/OptionsTile/_options-tile.scss +6 -6
  349. package/scss/components/SidePanel/_side-panel.scss +1 -1
  350. package/scss/components/StatusIcon/_status-icon.scss +4 -4
  351. package/scss/components/StringFormatter/_string-formatter.scss +2 -2
  352. package/scss/components/UserProfileImage/_user-profile-image.scss +6 -2
  353. package/scss/components/_index-released-only.scss +1 -0
  354. package/telemetry.yml +32 -19
  355. package/es/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +0 -1
  356. package/es/components/ConditionBuilder/utils/checkForHoldingKey.js +0 -16
  357. package/es/global/js/utils/window.d.ts +0 -2
  358. package/es/global/js/utils/window.js +0 -12
  359. package/lib/components/ConditionBuilder/utils/checkForHoldingKey.d.ts +0 -1
  360. package/lib/components/ConditionBuilder/utils/checkForHoldingKey.js +0 -20
  361. package/lib/global/js/utils/window.d.ts +0 -2
  362. package/lib/global/js/utils/window.js +0 -16
@@ -41,7 +41,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
41
41
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
42
42
  var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
43
43
 
44
- var _excluded = ["cellSize", "className", "columns", "data", "defaultEmptyRowCount", "onDataUpdate", "id", "onActiveCellChange", "onSelectionAreaChange", "selectAllAriaLabel", "spreadsheetAriaLabel", "theme", "totalVisibleColumns"];
44
+ var _excluded = ["cellSize", "className", "columns", "data", "defaultEmptyRowCount", "onDataUpdate", "onColDrag", "id", "onActiveCellChange", "onSelectionAreaChange", "renderRowHeader", "renderRowHeaderDirection", "disableColumnSwapping", "readOnlyTable", "selectAllAriaLabel", "spreadsheetAriaLabel", "theme", "totalVisibleColumns"];
45
45
  // The block part of our conventional BEM class names (blockClass__E--M).
46
46
  var blockClass = "".concat(settings.pkg.prefix, "--data-spreadsheet");
47
47
  var componentName = 'DataSpreadsheet';
@@ -52,6 +52,7 @@ var defaults = {
52
52
  data: Object.freeze([]),
53
53
  defaultEmptyRowCount: 16,
54
54
  onDataUpdate: Object.freeze(function () {}),
55
+ onColDrag: Object.freeze(function () {}),
55
56
  onActiveCellChange: Object.freeze(function () {}),
56
57
  onSelectionAreaChange: Object.freeze(function () {}),
57
58
  theme: 'light'
@@ -71,11 +72,19 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
71
72
  defaultEmptyRowCount = _ref$defaultEmptyRowC === void 0 ? defaults.defaultEmptyRowCount : _ref$defaultEmptyRowC,
72
73
  _ref$onDataUpdate = _ref.onDataUpdate,
73
74
  onDataUpdate = _ref$onDataUpdate === void 0 ? defaults.onDataUpdate : _ref$onDataUpdate,
75
+ _ref$onColDrag = _ref.onColDrag,
76
+ onColDrag = _ref$onColDrag === void 0 ? defaults.onColDrag : _ref$onColDrag,
74
77
  id = _ref.id,
75
78
  _ref$onActiveCellChan = _ref.onActiveCellChange,
76
79
  onActiveCellChange = _ref$onActiveCellChan === void 0 ? defaults.onActiveCellChange : _ref$onActiveCellChan,
77
80
  _ref$onSelectionAreaC = _ref.onSelectionAreaChange,
78
81
  onSelectionAreaChange = _ref$onSelectionAreaC === void 0 ? defaults.onSelectionAreaChange : _ref$onSelectionAreaC,
82
+ renderRowHeader = _ref.renderRowHeader,
83
+ renderRowHeaderDirection = _ref.renderRowHeaderDirection,
84
+ _ref$disableColumnSwa = _ref.disableColumnSwapping,
85
+ disableColumnSwapping = _ref$disableColumnSwa === void 0 ? false : _ref$disableColumnSwa,
86
+ _ref$readOnlyTable = _ref.readOnlyTable,
87
+ readOnlyTable = _ref$readOnlyTable === void 0 ? false : _ref$readOnlyTable,
79
88
  selectAllAriaLabel = _ref.selectAllAriaLabel,
80
89
  spreadsheetAriaLabel = _ref.spreadsheetAriaLabel,
81
90
  theme = _ref.theme,
@@ -85,71 +94,86 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
85
94
  var localRef = React.useRef();
86
95
  var spreadsheetRef = ref || localRef;
87
96
  var focusedElement = useActiveElement.useActiveElement();
88
- var _useState = React.useState(false),
97
+ var _useState = React.useState(columns),
89
98
  _useState2 = _rollupPluginBabelHelpers.slicedToArray(_useState, 2),
90
- containerHasFocus = _useState2[0],
91
- setContainerHasFocus = _useState2[1];
92
- var _useState3 = React.useState(null),
99
+ currentColumns = _useState2[0],
100
+ setCurrentColumns = _useState2[1];
101
+ var _useState3 = React.useState([]),
93
102
  _useState4 = _rollupPluginBabelHelpers.slicedToArray(_useState3, 2),
94
- activeCellCoordinates = _useState4[0],
95
- setActiveCellCoordinates = _useState4[1];
96
- var _useState5 = React.useState([]),
103
+ pastColumns = _useState4[0],
104
+ setPastColumns = _useState4[1];
105
+ var _useState5 = React.useState(false),
97
106
  _useState6 = _rollupPluginBabelHelpers.slicedToArray(_useState5, 2),
98
- selectionAreas = _useState6[0],
99
- setSelectionAreas = _useState6[1];
100
- var _useState7 = React.useState([]),
107
+ containerHasFocus = _useState6[0],
108
+ setContainerHasFocus = _useState6[1];
109
+ var _useState7 = React.useState(null),
101
110
  _useState8 = _rollupPluginBabelHelpers.slicedToArray(_useState7, 2),
102
- selectionAreaData = _useState8[0],
103
- setSelectionAreaData = _useState8[1];
104
- var _useState9 = React.useState(false),
111
+ activeCellCoordinates = _useState8[0],
112
+ setActiveCellCoordinates = _useState8[1];
113
+ var _useState9 = React.useState([]),
105
114
  _useState10 = _rollupPluginBabelHelpers.slicedToArray(_useState9, 2),
106
- clickAndHoldActive = _useState10[0],
107
- setClickAndHoldActive = _useState10[1];
108
- var _useState11 = React.useState(''),
115
+ selectionAreas = _useState10[0],
116
+ setSelectionAreas = _useState10[1];
117
+ var _useState11 = React.useState([]),
109
118
  _useState12 = _rollupPluginBabelHelpers.slicedToArray(_useState11, 2),
110
- currentMatcher = _useState12[0],
111
- setCurrentMatcher = _useState12[1];
119
+ selectionAreaData = _useState12[0],
120
+ setSelectionAreaData = _useState12[1];
112
121
  var _useState13 = React.useState(false),
113
122
  _useState14 = _rollupPluginBabelHelpers.slicedToArray(_useState13, 2),
114
- isEditing = _useState14[0],
115
- setIsEditing = _useState14[1];
123
+ clickAndHoldActive = _useState14[0],
124
+ setClickAndHoldActive = _useState14[1];
116
125
  var _useState15 = React.useState(''),
117
126
  _useState16 = _rollupPluginBabelHelpers.slicedToArray(_useState15, 2),
118
- cellEditorValue = _useState16[0],
119
- setCellEditorValue = _useState16[1];
127
+ currentMatcher = _useState16[0],
128
+ setCurrentMatcher = _useState16[1];
120
129
  var _useState17 = React.useState(false),
121
130
  _useState18 = _rollupPluginBabelHelpers.slicedToArray(_useState17, 2),
122
- headerCellHoldActive = _useState18[0],
123
- setHeaderCellHoldActive = _useState18[1];
124
- var isBlurSpreadsheet = React.useRef(false);
125
- var _useState19 = React.useState(false),
131
+ isEditing = _useState18[0],
132
+ setIsEditing = _useState18[1];
133
+ var _useState19 = React.useState(''),
126
134
  _useState20 = _rollupPluginBabelHelpers.slicedToArray(_useState19, 2),
127
- isActiveHeaderCellChanged = _useState20[0],
128
- setIsActiveHeaderCellChanged = _useState20[1];
135
+ cellEditorValue = _useState20[0],
136
+ setCellEditorValue = _useState20[1];
129
137
  var _useState21 = React.useState(false),
130
138
  _useState22 = _rollupPluginBabelHelpers.slicedToArray(_useState21, 2),
131
- activeCellInsideSelectionArea = _useState22[0],
132
- setActiveCellInsideSelectionArea = _useState22[1];
139
+ headerCellHoldActive = _useState22[0],
140
+ setHeaderCellHoldActive = _useState22[1];
141
+ var _useState23 = React.useState(false),
142
+ _useState24 = _rollupPluginBabelHelpers.slicedToArray(_useState23, 2),
143
+ selectedHeaderReorderActive = _useState24[0],
144
+ setSelectedHeaderReorderActive = _useState24[1];
145
+ var isBlurSpreadsheet = React.useRef(false);
146
+ var _useState25 = React.useState(false),
147
+ _useState26 = _rollupPluginBabelHelpers.slicedToArray(_useState25, 2),
148
+ isActiveHeaderCellChanged = _useState26[0],
149
+ setIsActiveHeaderCellChanged = _useState26[1];
150
+ var _useState27 = React.useState(false),
151
+ _useState28 = _rollupPluginBabelHelpers.slicedToArray(_useState27, 2),
152
+ activeCellInsideSelectionArea = _useState28[0],
153
+ setActiveCellInsideSelectionArea = _useState28[1];
133
154
  var previousState = usePreviousValue.usePreviousValue({
134
155
  activeCellCoordinates: activeCellCoordinates,
135
156
  isEditing: isEditing,
136
- cellEditorValue: cellEditorValue
157
+ cellEditorValue: cellEditorValue,
158
+ selectedHeaderReorderActive: selectedHeaderReorderActive
137
159
  }) || {};
138
160
  var cellSizeValue = getCellSize.getCellSize(cellSize);
139
161
  var cellEditorRef = React.useRef();
140
- var _useState23 = React.useState(),
141
- _useState24 = _rollupPluginBabelHelpers.slicedToArray(_useState23, 2),
142
- activeCellContent = _useState24[0],
143
- setActiveCellContent = _useState24[1];
162
+ var _useState29 = React.useState(),
163
+ _useState30 = _rollupPluginBabelHelpers.slicedToArray(_useState29, 2),
164
+ activeCellContent = _useState30[0],
165
+ setActiveCellContent = _useState30[1];
144
166
  var activeCellRef = React.useRef();
145
167
  var cellEditorRulerRef = React.useRef();
168
+ var hasCustomRowHeader = typeof renderRowHeader === 'function';
169
+ var maxNumRowsCount = data.length.toString().length;
146
170
  var defaultColumn = React.useMemo(function () {
147
171
  return {
148
172
  width: 150,
149
- rowHeaderWidth: 64,
173
+ rowHeaderWidth: hasCustomRowHeader ? 40 + maxNumRowsCount * 8.56 : 64,
150
174
  rowHeight: cellSizeValue
151
175
  };
152
- }, [cellSizeValue]);
176
+ }, [cellSizeValue, hasCustomRowHeader, maxNumRowsCount]);
153
177
  var _useMultipleKeyTracki = useMultipleKeyTracking.useMultipleKeyTracking({
154
178
  ref: multiKeyTrackingRef,
155
179
  containerHasFocus: containerHasFocus,
@@ -185,6 +209,28 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
185
209
  });
186
210
  });
187
211
  }, [cellEditorValue, onDataUpdate]);
212
+ React.useEffect(function () {
213
+ var currentHeaders = [];
214
+ if (Object.keys(currentColumns).length > 0) {
215
+ Object.keys(currentColumns).forEach(function (itemIndex) {
216
+ if (currentColumns[itemIndex].Header) {
217
+ currentHeaders.push(currentColumns[itemIndex].Header);
218
+ }
219
+ });
220
+ }
221
+ if (previousState.selectedHeaderReorderActive) {
222
+ setPastColumns(currentHeaders);
223
+ }
224
+ if (!previousState.selectedHeaderReorderActive && pastColumns.length > 0 && !headerCellHoldActive && JSON.stringify(currentHeaders) !== JSON.stringify(pastColumns)) {
225
+ onColDrag({
226
+ headers: currentHeaders,
227
+ data: activeCellContent.props.data
228
+ });
229
+ if (currentHeaders.length === 0) {
230
+ setPastColumns([]);
231
+ }
232
+ }
233
+ }, [previousState === null || previousState === void 0 ? void 0 : previousState.selectedHeaderReorderActive, currentColumns, headerCellHoldActive, columns, activeCellContent, onColDrag, pastColumns]);
188
234
 
189
235
  // Removes the active cell element
190
236
  var removeActiveCell = React.useCallback(function () {
@@ -216,9 +262,12 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
216
262
  }
217
263
  if ((prevCoords === null || prevCoords === void 0 ? void 0 : prevCoords.row) !== (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) || (prevCoords === null || prevCoords === void 0 ? void 0 : prevCoords.column) !== (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column)) {
218
264
  if (activeCellCoordinates && (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) !== 'header' && (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column) !== 'header') {
219
- var _activeCellFullData$r;
220
265
  var activeCellFullData = typeof (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column) === 'number' && typeof (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) === 'number' ? rows[activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row].cells[activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column] : null;
221
- setActiveCellContent((_activeCellFullData$r = activeCellFullData === null || activeCellFullData === void 0 ? void 0 : activeCellFullData.render('Cell')) !== null && _activeCellFullData$r !== void 0 ? _activeCellFullData$r : null);
266
+ if (activeCellFullData) {
267
+ setActiveCellContent(activeCellFullData.render('Cell'));
268
+ } else {
269
+ setActiveCellContent(null);
270
+ }
222
271
  }
223
272
  if (activeCellCoordinates && (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) === 'header' || (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column) === 'header') {
224
273
  setActiveCellContent(null);
@@ -425,17 +474,14 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
425
474
  }
426
475
  }, [handleInitialArrowPress, updateActiveCellCoordinates, activeCellCoordinates, columns, rows]);
427
476
  var handleKeyPressEvent = React.useCallback(function (event) {
428
- commonEventHandlers.handleKeyPress(event, activeCellInsideSelectionArea, updateActiveCellCoordinates, activeCellCoordinates, removeActiveCell, columns, rows, spreadsheetRef, currentMatcher, removeCellEditor, selectionAreas, handleHomeEndKey, keysPressedList, usingMac, updateData, checkForReturnCondition, handleArrowKeyPress, setSelectionAreas, setSelectionAreaData, setCurrentMatcher, activeCellRef, setActiveCellCoordinates, setContainerHasFocus, setActiveCellContent);
429
- }, [activeCellInsideSelectionArea, updateActiveCellCoordinates, activeCellCoordinates, removeActiveCell, columns, rows, spreadsheetRef, currentMatcher, removeCellEditor, selectionAreas, handleHomeEndKey, keysPressedList, usingMac, updateData, checkForReturnCondition, handleArrowKeyPress]);
477
+ commonEventHandlers.handleKeyPress(event, activeCellInsideSelectionArea, updateActiveCellCoordinates, activeCellCoordinates, removeActiveCell, columns, rows, spreadsheetRef, currentMatcher, removeCellEditor, selectionAreas, handleHomeEndKey, keysPressedList, usingMac, updateData, checkForReturnCondition, handleArrowKeyPress, setSelectionAreas, setSelectionAreaData, setCurrentMatcher, activeCellRef, setActiveCellCoordinates, setContainerHasFocus, setActiveCellContent, readOnlyTable);
478
+ }, [activeCellInsideSelectionArea, updateActiveCellCoordinates, activeCellCoordinates, removeActiveCell, columns, rows, spreadsheetRef, currentMatcher, removeCellEditor, selectionAreas, handleHomeEndKey, keysPressedList, usingMac, updateData, checkForReturnCondition, handleArrowKeyPress, readOnlyTable]);
430
479
  var startEditMode = function startEditMode() {
480
+ var _activeCellFullData$r;
431
481
  setIsEditing(true);
432
482
  setClickAndHoldActive(false);
433
483
  var activeCellFullData = typeof (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column) === 'number' && typeof (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) === 'number' ? rows[activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row].cells[activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column] : null;
434
- var activeCellValue;
435
- if (activeCellFullData && activeCellCoordinates !== null && activeCellCoordinates !== void 0 && activeCellCoordinates.column) {
436
- var _activeCellFullData$r2;
437
- activeCellValue = activeCellFullData ? (_activeCellFullData$r2 = activeCellFullData.row.cells) === null || _activeCellFullData$r2 === void 0 || (_activeCellFullData$r2 = _activeCellFullData$r2[activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column]) === null || _activeCellFullData$r2 === void 0 ? void 0 : _activeCellFullData$r2.value : null;
438
- }
484
+ var activeCellValue = activeCellFullData === null || activeCellFullData === void 0 || (_activeCellFullData$r = activeCellFullData.row) === null || _activeCellFullData$r === void 0 || (_activeCellFullData$r = _activeCellFullData$r.cells) === null || _activeCellFullData$r === void 0 || (_activeCellFullData$r = _activeCellFullData$r[Number(activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column)]) === null || _activeCellFullData$r === void 0 ? void 0 : _activeCellFullData$r.value;
439
485
  setCellEditorValue(activeCellValue || '');
440
486
  if (cellEditorRulerRef !== null && cellEditorRulerRef !== void 0 && cellEditorRulerRef.current) {
441
487
  cellEditorRulerRef.current.textContent = activeCellValue;
@@ -497,7 +543,7 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
497
543
  // Go into edit mode if 'Enter' key is pressed on activeCellRef
498
544
  var handleActiveCellKeyDown = function handleActiveCellKeyDown(event) {
499
545
  var key = event.key;
500
- if (key === 'Enter' && !activeCellInsideSelectionArea) {
546
+ if (key === 'Enter' && !activeCellInsideSelectionArea && !readOnlyTable) {
501
547
  if ((activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.column) !== 'header' && (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) !== 'header') {
502
548
  startEditMode();
503
549
  }
@@ -553,8 +599,10 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
553
599
  };
554
600
 
555
601
  // Go into edit mode if double click is detected on activeCellRef
556
- var handleActiveCellDoubleClick = function handleActiveCellDoubleClick() {
557
- startEditMode();
602
+ var handleActiveCellDoubleClick = function handleActiveCellDoubleClick(readOnlyTable) {
603
+ if (!readOnlyTable) {
604
+ startEditMode();
605
+ }
558
606
  };
559
607
  useSpreadsheetEdit.useSpreadsheetEdit({
560
608
  isEditing: isEditing,
@@ -624,6 +672,8 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
624
672
  columns: columns,
625
673
  currentMatcher: currentMatcher,
626
674
  defaultColumn: defaultColumn,
675
+ selectedHeaderReorderActive: selectedHeaderReorderActive,
676
+ setSelectedHeaderReorderActive: setSelectedHeaderReorderActive,
627
677
  headerGroups: headerGroups,
628
678
  rows: rows,
629
679
  scrollBarSize: scrollBarSize,
@@ -632,6 +682,8 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
632
682
  setSelectionAreas: setSelectionAreas,
633
683
  setCurrentMatcher: setCurrentMatcher,
634
684
  setSelectionAreaData: setSelectionAreaData,
685
+ disableColumnSwapping: disableColumnSwapping,
686
+ readOnlyTable: readOnlyTable,
635
687
  totalVisibleColumns: totalVisibleColumns,
636
688
  updateActiveCellCoordinates: updateActiveCellCoordinates,
637
689
  setHeaderCellHoldActive: setHeaderCellHoldActive,
@@ -641,18 +693,24 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
641
693
  }), /*#__PURE__*/React__default["default"].createElement(DataSpreadsheetBody.DataSpreadsheetBody, {
642
694
  activeCellRef: activeCellRef,
643
695
  activeCellCoordinates: activeCellCoordinates,
696
+ setCurrentColumns: setCurrentColumns,
644
697
  ref: spreadsheetRef,
645
698
  clickAndHoldActive: clickAndHoldActive,
646
699
  setClickAndHoldActive: setClickAndHoldActive,
647
700
  currentMatcher: currentMatcher,
648
701
  setCurrentMatcher: setCurrentMatcher,
649
702
  setContainerHasFocus: setContainerHasFocus,
703
+ selectedHeaderReorderActive: selectedHeaderReorderActive,
704
+ setSelectedHeaderReorderActive: setSelectedHeaderReorderActive,
650
705
  selectionAreas: selectionAreas,
651
706
  setSelectionAreas: setSelectionAreas,
652
707
  headerGroups: headerGroups,
653
708
  defaultColumn: defaultColumn,
654
709
  getTableBodyProps: getTableBodyProps,
710
+ hasCustomRowHeader: hasCustomRowHeader,
655
711
  onDataUpdate: onDataUpdate,
712
+ renderRowHeaderDirection: renderRowHeaderDirection,
713
+ renderRowHeader: renderRowHeader,
656
714
  onActiveCellChange: onActiveCellChange,
657
715
  onSelectionAreaChange: onSelectionAreaChange,
658
716
  prepareRow: prepareRow,
@@ -675,7 +733,9 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
675
733
  onMouseUp: handleActiveCellMouseUp,
676
734
  onClick: handleActiveCellClick,
677
735
  onKeyDown: handleActiveCellKeyDown,
678
- onDoubleClick: handleActiveCellDoubleClick,
736
+ onDoubleClick: function onDoubleClick() {
737
+ return handleActiveCellDoubleClick(readOnlyTable);
738
+ },
679
739
  onMouseEnter: handleActiveCellMouseEnter,
680
740
  ref: activeCellRef,
681
741
  className: cx__default["default"]("".concat(blockClass, "--interactive-cell-element"), "".concat(blockClass, "__active-cell--highlight"), _rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__active-cell--with-selection"), activeCellInsideSelectionArea)),
@@ -697,9 +757,11 @@ exports.DataSpreadsheet = /*#__PURE__*/React__default["default"].forwardRef(func
697
757
  updateData: updateData
698
758
  }),
699
759
  onChange: function onChange(event) {
700
- setCellEditorValue(event.target.value);
701
- if (cellEditorRulerRef !== null && cellEditorRulerRef !== void 0 && cellEditorRulerRef.current) {
702
- cellEditorRulerRef.current.textContent = event.target.value;
760
+ if (previousState.isEditing) {
761
+ setCellEditorValue(event.target.value);
762
+ if (cellEditorRulerRef !== null && cellEditorRulerRef !== void 0 && cellEditorRulerRef.current) {
763
+ cellEditorRulerRef.current.textContent = event.target.value;
764
+ }
703
765
  }
704
766
  },
705
767
  ref: cellEditorRef,
@@ -749,6 +811,14 @@ exports.DataSpreadsheet.propTypes = {
749
811
  * Sets the number of empty rows to be created when there is no data provided
750
812
  */
751
813
  defaultEmptyRowCount: index["default"].number,
814
+ /**
815
+ * Disable column swapping, default false
816
+ */
817
+ disableColumnSwapping: index["default"].bool,
818
+ /**
819
+ * Check if spreadsheet is using custom row header component attached
820
+ */
821
+ hasCustomRowHeader: index["default"].bool,
752
822
  /**
753
823
  * The spreadsheet id
754
824
  */
@@ -757,6 +827,10 @@ exports.DataSpreadsheet.propTypes = {
757
827
  * The event handler that is called when the active cell changes
758
828
  */
759
829
  onActiveCellChange: index["default"].func,
830
+ /**
831
+ * Callback for when columns are dropped after dragged
832
+ */
833
+ onColDrag: index["default"].func,
760
834
  /**
761
835
  * The setter fn for the data prop
762
836
  */
@@ -765,6 +839,18 @@ exports.DataSpreadsheet.propTypes = {
765
839
  * The event handler that is called when the selection area values change
766
840
  */
767
841
  onSelectionAreaChange: index["default"].func,
842
+ /**
843
+ * Read-only table
844
+ */
845
+ readOnlyTable: index["default"].bool,
846
+ /**
847
+ * Component next to numbering rows
848
+ */
849
+ renderRowHeader: index["default"].func,
850
+ /**
851
+ * Component next to numbering rows
852
+ */
853
+ renderRowHeaderDirection: index["default"].oneOf(['left', 'right']),
768
854
  /**
769
855
  * The aria label applied to the Select all button
770
856
  */
@@ -48,10 +48,26 @@ interface DataSpreadsheetBodyProps {
48
48
  * The spreadsheet id
49
49
  */
50
50
  id?: number | string;
51
+ /**
52
+ * Set current columns after drag drop
53
+ */
54
+ setCurrentColumns?: Dispatch<SetStateAction<object[]>>;
51
55
  /**
52
56
  * The event handler that is called when the active cell changes
53
57
  */
54
58
  onActiveCellChange?: () => void;
59
+ /**
60
+ * Check if user is using custom component
61
+ */
62
+ hasCustomRowHeader?: boolean;
63
+ /**
64
+ * Component next to numbering rows
65
+ */
66
+ renderRowHeader?: (index: number) => any[];
67
+ /**
68
+ * Component next to numbering rows
69
+ */
70
+ renderRowHeaderDirection?: string;
55
71
  /**
56
72
  * The event handler that is called to set the rows for the empty spreadsheet
57
73
  */
@@ -79,7 +95,15 @@ interface DataSpreadsheetBodyProps {
79
95
  /**
80
96
  * Array of selection area data
81
97
  */
82
- selectionAreaData?: object[];
98
+ selectionAreaData?: any[];
99
+ /**
100
+ * Header reordering is active
101
+ */
102
+ selectedHeaderReorderActive?: boolean;
103
+ /**
104
+ * Set header reordering active or not
105
+ */
106
+ setSelectedHeaderReorderActive?: Dispatch<SetStateAction<boolean>>;
83
107
  /**
84
108
  * Array of selection areas
85
109
  */
@@ -42,13 +42,19 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
42
42
  defaultEmptyRowCount = _ref.defaultEmptyRowCount,
43
43
  getTableBodyProps = _ref.getTableBodyProps,
44
44
  headerGroups = _ref.headerGroups,
45
+ setCurrentColumns = _ref.setCurrentColumns,
45
46
  id = _ref.id,
46
47
  onDataUpdate = _ref.onDataUpdate,
48
+ renderRowHeader = _ref.renderRowHeader,
49
+ renderRowHeaderDirection = _ref.renderRowHeaderDirection,
50
+ hasCustomRowHeader = _ref.hasCustomRowHeader,
47
51
  prepareRow = _ref.prepareRow,
48
52
  rows = _ref.rows,
49
53
  selectionAreaData = _ref.selectionAreaData,
50
54
  setSelectionAreaData = _ref.setSelectionAreaData,
51
55
  setActiveCellCoordinates = _ref.setActiveCellCoordinates,
56
+ selectedHeaderReorderActive = _ref.selectedHeaderReorderActive,
57
+ setSelectedHeaderReorderActive = _ref.setSelectedHeaderReorderActive,
52
58
  selectionAreas = _ref.selectionAreas,
53
59
  setContainerHasFocus = _ref.setContainerHasFocus,
54
60
  setSelectionAreas = _ref.setSelectionAreas,
@@ -84,8 +90,12 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
84
90
  // back to the consumer
85
91
  React.useEffect(function () {
86
92
  if (selectionAreaData !== null && selectionAreaData !== void 0 && selectionAreaData.length) {
87
- var _previousState$select;
88
- if (!clickAndHoldActive && previousState !== null && previousState !== void 0 && previousState.clickAndHoldActive || (previousState === null || previousState === void 0 || (_previousState$select = previousState.selectionAreaData) === null || _previousState$select === void 0 ? void 0 : _previousState$select.length) !== (selectionAreaData === null || selectionAreaData === void 0 ? void 0 : selectionAreaData.length)) {
93
+ var _previousState$select, _selectionAreaData$, _previousState$select2;
94
+ var selectionChanged = false;
95
+ if ((previousState === null || previousState === void 0 || (_previousState$select = previousState.selectionAreaData) === null || _previousState$select === void 0 ? void 0 : _previousState$select.length) !== (selectionAreaData === null || selectionAreaData === void 0 ? void 0 : selectionAreaData.length) || (selectionAreaData === null || selectionAreaData === void 0 || (_selectionAreaData$ = selectionAreaData[0]) === null || _selectionAreaData$ === void 0 ? void 0 : _selectionAreaData$.cells.length) !== (previousState === null || previousState === void 0 || (_previousState$select2 = previousState.selectionAreaData) === null || _previousState$select2 === void 0 || (_previousState$select2 = _previousState$select2[0]) === null || _previousState$select2 === void 0 ? void 0 : _previousState$select2.cells.length)) {
96
+ selectionChanged = true;
97
+ }
98
+ if (!clickAndHoldActive && previousState !== null && previousState !== void 0 && previousState.clickAndHoldActive || selectionChanged) {
89
99
  onSelectionAreaChange === null || onSelectionAreaChange === void 0 || onSelectionAreaChange(selectionAreaData);
90
100
  }
91
101
  }
@@ -141,7 +151,7 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
141
151
  return;
142
152
  });
143
153
  }
144
- }, [selectionAreas, setSelectionAreas, defaultColumn, onSelectionAreaChange, setSelectionAreaData, ref, activeCellCoordinates, setActiveCellInsideSelectionArea, visibleColumns]);
154
+ }, [selectionAreas, setSelectionAreas, defaultColumn, onSelectionAreaChange, setSelectionAreaData, ref, activeCellCoordinates, setActiveCellInsideSelectionArea, visibleColumns, hasCustomRowHeader]);
145
155
  var populateSelectionAreaCellData = function populateSelectionAreaCellData(_ref2) {
146
156
  var rowStart = _ref2.rowStart,
147
157
  rowEnd = _ref2.rowEnd,
@@ -160,6 +170,8 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
160
170
  setClickAndHoldActive: setClickAndHoldActive,
161
171
  setSelectionAreas: setSelectionAreas,
162
172
  setValidStartingPoint: setValidStartingPoint,
173
+ selectedHeaderReorderActive: selectedHeaderReorderActive,
174
+ setSelectedHeaderReorderActive: setSelectedHeaderReorderActive,
163
175
  validStartingPoint: validStartingPoint,
164
176
  ref: ref,
165
177
  setHeaderCellHoldActive: setHeaderCellHoldActive,
@@ -213,7 +225,7 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
213
225
  });
214
226
  }
215
227
  }
216
- }, [defaultColumn, ref, activeCellCoordinates, previousState === null || previousState === void 0 ? void 0 : previousState.rowHeight, selectionAreas, setActiveCellInsideSelectionArea, setSelectionAreas, visibleColumns]);
228
+ }, [defaultColumn, ref, activeCellCoordinates, previousState === null || previousState === void 0 ? void 0 : previousState.rowHeight, selectionAreas, setActiveCellInsideSelectionArea, setSelectionAreas, visibleColumns, hasCustomRowHeader]);
217
229
 
218
230
  //this method will check for any duplicate selection area and remove.
219
231
  //same selections are those have the same height, width, top, left styles. These inline styles are being set in createCellSelection util.
@@ -307,7 +319,11 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
307
319
  };
308
320
  buildEmptyRows();
309
321
  }
310
- }, [rows, headerGroups, defaultEmptyRowCount, onDataUpdate]);
322
+ if (headerGroups !== null && headerGroups !== void 0 && headerGroups[0] && typeof setCurrentColumns === 'function') {
323
+ var headers = headerGroups[0].headers;
324
+ setCurrentColumns(headers);
325
+ }
326
+ }, [rows, headerGroups, defaultEmptyRowCount, onDataUpdate, setCurrentColumns]);
311
327
  var RenderEmptyRows = function RenderEmptyRows() {
312
328
  return _div || (_div = /*#__PURE__*/React__default["default"].createElement("div", null));
313
329
  };
@@ -339,11 +355,12 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
339
355
  "data-column-index": "header",
340
356
  type: "button",
341
357
  onClick: handleRowHeaderClickEvent(index),
342
- className: cx__default["default"]("".concat(blockClass, "__td"), "".concat(blockClass, "__td-th"), "".concat(blockClass, "--interactive-cell-element"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__td-th--active-header"), (activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) === index || checkActiveHeaderCell.checkActiveHeaderCell(index, selectionAreas, 'row')), "".concat(blockClass, "__td-th--selected-header"), checkSelectedHeaderCell.checkSelectedHeaderCell(index, selectionAreas, 'row', columns))),
358
+ className: cx__default["default"]("".concat(blockClass, "__td"), "".concat(blockClass, "__td-th"), "".concat(blockClass, "--interactive-cell-element"), _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "".concat(blockClass, "__td_custom"), hasCustomRowHeader ? true : false), "".concat(blockClass, "__td-th--active-header"), !hasCustomRowHeader && ((activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row) === index || checkActiveHeaderCell.checkActiveHeaderCell(index, selectionAreas, 'row'))), "".concat(blockClass, "__td-th--selected-header"), !hasCustomRowHeader && checkSelectedHeaderCell.checkSelectedHeaderCell(index, selectionAreas, 'row', columns))),
343
359
  style: {
344
- width: defaultColumn === null || defaultColumn === void 0 ? void 0 : defaultColumn.rowHeaderWidth
360
+ width: defaultColumn === null || defaultColumn === void 0 ? void 0 : defaultColumn.rowHeaderWidth,
361
+ flexDirection: hasCustomRowHeader ? renderRowHeaderDirection === 'Left' ? 'row-reverse' : row : undefined
345
362
  }
346
- }, index + 1)), row.cells.map(function (cell, index) {
363
+ }, index + 1, hasCustomRowHeader && typeof renderRowHeader === 'function' && renderRowHeader(index))), row.cells.map(function (cell, index) {
347
364
  var _cell$column;
348
365
  var cellProps = propsHelper.prepareProps(cell.getCellProps(), 'key');
349
366
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({
@@ -368,7 +385,7 @@ var DataSpreadsheetBody = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
368
385
  }, cell.render('Cell')));
369
386
  }));
370
387
  }
371
- }, [prepareRow, rows, activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row, selectionAreas, handleRowHeaderClickEvent, handleBodyCellClickEvent, handleBodyCellHoverEvent, defaultColumn, columns]);
388
+ }, [prepareRow, renderRowHeader, renderRowHeaderDirection, rows, hasCustomRowHeader, activeCellCoordinates === null || activeCellCoordinates === void 0 ? void 0 : activeCellCoordinates.row, selectionAreas, handleRowHeaderClickEvent, handleBodyCellClickEvent, handleBodyCellHoverEvent, defaultColumn, columns]);
372
389
  var spreadsheetBodyRef = React.useRef();
373
390
  return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({
374
391
  ref: spreadsheetBodyRef,
@@ -434,6 +451,10 @@ DataSpreadsheetBody.propTypes = {
434
451
  */
435
452
  /**@ts-ignore */
436
453
  getTableBodyProps: index["default"].func,
454
+ /**
455
+ * Check if spreadsheet is using custom row header component attached
456
+ */
457
+ hasCustomRowHeader: index["default"].bool,
437
458
  /**
438
459
  * Headers provided from useTable hook
439
460
  */
@@ -458,6 +479,14 @@ DataSpreadsheetBody.propTypes = {
458
479
  * Prepare row function from react-table
459
480
  */
460
481
  prepareRow: index["default"].func,
482
+ /**
483
+ * Component next to numbering rows
484
+ */
485
+ renderRowHeader: index["default"].func,
486
+ /**
487
+ * Component next to numbering rows
488
+ */
489
+ renderRowHeaderDirection: index["default"].string,
461
490
  /**
462
491
  * All of the spreadsheet row data
463
492
  */
@@ -466,6 +495,10 @@ DataSpreadsheetBody.propTypes = {
466
495
  * The scrollbar width
467
496
  */
468
497
  scrollBarSize: index["default"].number,
498
+ /**
499
+ * Header reordering is active
500
+ */
501
+ selectedHeaderReorderActive: index["default"].bool,
469
502
  /**
470
503
  * Array of selection area data
471
504
  */
@@ -494,6 +527,10 @@ DataSpreadsheetBody.propTypes = {
494
527
  * Setter fn for containerHasFocus state value
495
528
  */
496
529
  setContainerHasFocus: index["default"].func,
530
+ /**
531
+ * Set current columns after drag drop
532
+ */
533
+ setCurrentColumns: index["default"].func,
497
534
  /**
498
535
  * Setter fn for currentMatcher state value
499
536
  */
@@ -502,6 +539,10 @@ DataSpreadsheetBody.propTypes = {
502
539
  * Setter fn for header cell hold active value
503
540
  */
504
541
  setHeaderCellHoldActive: index["default"].func,
542
+ /**
543
+ * Set header reordering active or not
544
+ */
545
+ setSelectedHeaderReorderActive: index["default"].func,
505
546
  /**
506
547
  * Setter fn for selectionAreaData state value
507
548
  */
@@ -16,6 +16,10 @@ interface DataSpreadsheetHeaderProps {
16
16
  * Specifies the cell height
17
17
  */
18
18
  cellSize?: Size;
19
+ /**
20
+ * Disable column swapping, default false
21
+ */
22
+ disableColumnSwapping?: boolean;
19
23
  /**
20
24
  * All of the spreadsheet columns
21
25
  */
@@ -36,6 +40,10 @@ interface DataSpreadsheetHeaderProps {
36
40
  * Headers provided from useTable hook
37
41
  */
38
42
  headerGroups?: any[];
43
+ /**
44
+ * Read-only table
45
+ */
46
+ readOnlyTable?: boolean;
39
47
  /**
40
48
  * All of the spreadsheet row data
41
49
  */
@@ -56,6 +64,14 @@ interface DataSpreadsheetHeaderProps {
56
64
  * Setter fn for activeCellCoordinates value
57
65
  */
58
66
  setActiveCellCoordinates?: Dispatch<SetStateAction<ActiveCellCoordinates | null>>;
67
+ /**
68
+ * Header reordering is active
69
+ */
70
+ selectedHeaderReorderActive?: boolean;
71
+ /**
72
+ * Set header reordering active or not
73
+ */
74
+ setSelectedHeaderReorderActive?: Dispatch<SetStateAction<boolean>>;
59
75
  /**
60
76
  * Setter fn for currentMatcher value
61
77
  */