@semcore/data-table 16.0.7 → 16.1.0-prerelease.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/lib/cjs/components/Body/Body.js +143 -103
  3. package/lib/cjs/components/Body/Body.js.map +1 -1
  4. package/lib/cjs/components/Body/Body.types.js.map +1 -1
  5. package/lib/cjs/components/Body/Cell.js +69 -46
  6. package/lib/cjs/components/Body/Cell.js.map +1 -1
  7. package/lib/cjs/components/Body/Cell.types.js.map +1 -1
  8. package/lib/cjs/components/Body/Row.js +46 -43
  9. package/lib/cjs/components/Body/Row.js.map +1 -1
  10. package/lib/cjs/components/Body/Row.types.js.map +1 -1
  11. package/lib/cjs/components/Body/style.shadow.css +68 -13
  12. package/lib/cjs/components/DataTable/DataTable.js +188 -109
  13. package/lib/cjs/components/DataTable/DataTable.js.map +1 -1
  14. package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
  15. package/lib/cjs/components/Head/Column.js +39 -25
  16. package/lib/cjs/components/Head/Column.js.map +1 -1
  17. package/lib/cjs/components/Head/Column.types.js.map +1 -1
  18. package/lib/cjs/components/Head/Group.js +43 -31
  19. package/lib/cjs/components/Head/Group.js.map +1 -1
  20. package/lib/cjs/components/Head/Group.type.js.map +1 -1
  21. package/lib/cjs/components/Head/Head.js +41 -30
  22. package/lib/cjs/components/Head/Head.js.map +1 -1
  23. package/lib/cjs/components/Head/Head.types.js.map +1 -1
  24. package/lib/cjs/components/Head/style.shadow.css +64 -3
  25. package/lib/cjs/style/scroll-shadows.shadow.css +7 -12
  26. package/lib/es6/components/Body/Body.js +144 -104
  27. package/lib/es6/components/Body/Body.js.map +1 -1
  28. package/lib/es6/components/Body/Body.types.js.map +1 -1
  29. package/lib/es6/components/Body/Cell.js +69 -46
  30. package/lib/es6/components/Body/Cell.js.map +1 -1
  31. package/lib/es6/components/Body/Cell.types.js.map +1 -1
  32. package/lib/es6/components/Body/Row.js +47 -44
  33. package/lib/es6/components/Body/Row.js.map +1 -1
  34. package/lib/es6/components/Body/Row.types.js.map +1 -1
  35. package/lib/es6/components/Body/style.shadow.css +68 -13
  36. package/lib/es6/components/DataTable/DataTable.js +187 -108
  37. package/lib/es6/components/DataTable/DataTable.js.map +1 -1
  38. package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
  39. package/lib/es6/components/Head/Column.js +39 -25
  40. package/lib/es6/components/Head/Column.js.map +1 -1
  41. package/lib/es6/components/Head/Column.types.js.map +1 -1
  42. package/lib/es6/components/Head/Group.js +43 -31
  43. package/lib/es6/components/Head/Group.js.map +1 -1
  44. package/lib/es6/components/Head/Group.type.js.map +1 -1
  45. package/lib/es6/components/Head/Head.js +41 -30
  46. package/lib/es6/components/Head/Head.js.map +1 -1
  47. package/lib/es6/components/Head/Head.types.js.map +1 -1
  48. package/lib/es6/components/Head/style.shadow.css +64 -3
  49. package/lib/es6/style/scroll-shadows.shadow.css +7 -12
  50. package/lib/esm/components/Body/Body.mjs +97 -64
  51. package/lib/esm/components/Body/Cell.mjs +67 -47
  52. package/lib/esm/components/Body/Row.mjs +48 -45
  53. package/lib/esm/components/Body/style.shadow.css +68 -13
  54. package/lib/esm/components/DataTable/DataTable.mjs +133 -66
  55. package/lib/esm/components/Head/Column.mjs +40 -26
  56. package/lib/esm/components/Head/Group.mjs +43 -32
  57. package/lib/esm/components/Head/Head.mjs +39 -31
  58. package/lib/esm/components/Head/style.shadow.css +64 -3
  59. package/lib/esm/style/scroll-shadows.shadow.css +7 -12
  60. package/lib/types/components/Body/Body.d.ts +6 -7
  61. package/lib/types/components/Body/Body.types.d.ts +27 -19
  62. package/lib/types/components/Body/Cell.types.d.ts +12 -5
  63. package/lib/types/components/Body/Row.types.d.ts +20 -18
  64. package/lib/types/components/DataTable/DataTable.d.ts +1 -0
  65. package/lib/types/components/DataTable/DataTable.types.d.ts +29 -14
  66. package/lib/types/components/Head/Column.d.ts +3 -3
  67. package/lib/types/components/Head/Column.types.d.ts +11 -4
  68. package/lib/types/components/Head/Group.type.d.ts +2 -0
  69. package/lib/types/components/Head/Head.types.d.ts +12 -8
  70. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [16.1.0] - 2025-08-08
6
+
7
+ ### Added
8
+
9
+ - `accordionMode` property to only one accordion is open at a time.
10
+ - `onAccordionToggle` to listen for open/close accordion events.
11
+ - Ability to render multiple columns under one single-level column header.
12
+ - RawData to `CellRenderProps`.
13
+ - `line-height` for `Head.Column` items.
14
+ - `overflow=hidden` for `CellWrapper`.
15
+ - `textAlign` property to all column cells.
16
+ - `renderCellOverlay` method for rendering an overlay over table cells.
17
+
18
+ ### Fixed
19
+
20
+ - Rendering table with selectedRows without data.
21
+ - `z-index` of expanded accordions and spinner container.
22
+ - Usage of `changeSortSize` property with multiple columns.
23
+ - Accordion content expands with visual issues when clicking on a merged cell.
24
+ - Incorrect type for `selectedRows/onSelectedRowsChange` when `uniqueRowKey` type is not a string.
25
+ - Hover styles aren't applied to themed cells.
26
+ - Types for `CellRenderProps` - added ability to compare props.columnName with `ACCORDION` symbol.
27
+
28
+ ### Changed
29
+
30
+ - Width for column with checkboxes to use `min-content` value.
31
+ - `rowProps` and `renderCell` will not be called when rendering an empty table.
32
+
5
33
  ## [16.0.7] - 2025-07-23
6
34
 
7
35
  ### Added
@@ -29,45 +29,51 @@ var _Row = require("./Row");
29
29
  var _DataTable = require("../DataTable/DataTable");
30
30
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
31
31
  /*!__reshadow-styles__:"./style.shadow.css"*/
32
- var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1qpr0_gg_,.___SBody_1qpr0_gg_,.___SRowGroup_1qpr0_gg_,.___SRow_1qpr0_gg_{display:contents}.___SBody_1qpr0_gg_.__compact_1qpr0_gg_ .___SCell_1qpr0_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1qpr0_gg_.__compact_1qpr0_gg_ .___SCell_1qpr0_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1qpr0) - 1)))}.___SCellWrapper_1qpr0_gg_.__gridArea_1qpr0_gg_,.___SCollapseRow_1qpr0_gg_.__gridArea_1qpr0_gg_,.___SRow_1qpr0_gg_.__gridArea_1qpr0_gg_{grid-area:var(--gridArea_1qpr0)}.___SCellWrapper_1qpr0_gg_{height:100%}.___SAccordionRows_1qpr0_gg_>.___SRow_1qpr0_gg_.__isAccordionRow_1qpr0_gg_:last-child>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_,.___SCollapseRow_1qpr0_gg_.__gridArea_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1qpr0_gg_ .___SCell_1qpr0_gg_{display:block}.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_).__expanded_1qpr0_gg_.__withAccordion_1qpr0_gg_,.___SRow_1qpr0_gg_.__active_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRow_1qpr0_gg_._accordionType_row_1qpr0_gg_.__expanded_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRow_1qpr0_gg_.__isAccordionRow_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_._theme_muted_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]._theme_muted_1qpr0_gg_,.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpr0_gg_):not(.__expanded_1qpr0_gg_.__withAccordion_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_._theme_muted_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_muted_1qpr0_gg_,.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_):not(.__expanded_1qpr0_gg_.__withAccordion_1qpr0_gg_),.___SRow_1qpr0_gg_._theme_muted_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRow_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_muted_1qpr0_gg_,.___SRow_1qpr0_gg_:not(._accordionType_row_1qpr0_gg_.__expanded_1qpr0_gg_):hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_):not(.__expanded_1qpr0_gg_.__withAccordion_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_._theme_info_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]._theme_info_1qpr0_gg_,.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_._theme_info_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_info_1qpr0_gg_,.___SRow_1qpr0_gg_._theme_info_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRow_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_info_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_._theme_success_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]._theme_success_1qpr0_gg_,.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_._theme_success_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_success_1qpr0_gg_,.___SRow_1qpr0_gg_._theme_success_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRow_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_success_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_._theme_warning_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]._theme_warning_1qpr0_gg_,.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_._theme_warning_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_warning_1qpr0_gg_,.___SRow_1qpr0_gg_._theme_warning_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRow_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_warning_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_._theme_danger_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]._theme_danger_1qpr0_gg_,.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_._theme_danger_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRowGroup_1qpr0_gg_:has(.___SCell_1qpr0_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpr0_gg_:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_danger_1qpr0_gg_,.___SRow_1qpr0_gg_._theme_danger_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_),.___SRow_1qpr0_gg_:hover:not(.__isNonInteractive_1qpr0_gg_)>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_._theme_danger_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1qpr0_gg_._theme_muted_1qpr0_gg_ .___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1qpr0_gg_._theme_muted_1qpr0_gg_.__active_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1qpr0_gg_._theme_info_1qpr0_gg_ .___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1qpr0_gg_._theme_info_1qpr0_gg_.__active_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1qpr0_gg_._theme_success_1qpr0_gg_ .___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1qpr0_gg_._theme_success_1qpr0_gg_.__active_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1qpr0_gg_._theme_warning_1qpr0_gg_ .___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1qpr0_gg_._theme_warning_1qpr0_gg_.__active_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1qpr0_gg_._theme_danger_1qpr0_gg_ .___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1qpr0_gg_._theme_danger_1qpr0_gg_.__active_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_:not(.__theme_1qpr0_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1qpr0_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1qpr0_gg_ .___SAccordionToggle_1qpr0_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1qpr0_gg_ .___SAccordionToggle_1qpr0_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1qpr0_gg_ .___SAccordionToggle_1qpr0_gg_.__expanded_1qpr0_gg_ svg{transform:rotate(90deg)}.___SCell_1qpr0_gg_.__withAccordion_1qpr0_gg_,.___SCheckboxCell_1qpr0_gg_,.___SRow_1qpr0_gg_._accordionType_row_1qpr0_gg_>.___SCellWrapper_1qpr0_gg_>.___SCell_1qpr0_gg_{cursor:pointer}.___SCell_1qpr0_gg_._use_primary_1qpr0_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpr0_gg_._use_primary_1qpr0_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1qpr0) - 1)))}.___SCell_1qpr0_gg_._use_secondary_1qpr0_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpr0_gg_._use_secondary_1qpr0_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1qpr0) - 1)))}.___SCell_1qpr0_gg_._borders_both_1qpr0_gg_,.___SCell_1qpr0_gg_._borders_left_1qpr0_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1qpr0_gg_._borders_both_1qpr0_gg_,.___SCell_1qpr0_gg_._borders_right_1qpr0_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1qpr0_gg_.__fixed_1qpr0_gg_{position:sticky;z-index:2}.___SCell_1qpr0_gg_._theme_muted_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1qpr0_gg_._theme_info_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1qpr0_gg_._theme_success_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1qpr0_gg_._theme_warning_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1qpr0_gg_._theme_danger_1qpr0_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1qpr0_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SSpinContainer_1qpr0_gg_.__headerHeight_1qpr0_gg_{top:var(--headerHeight_1qpr0)}.___SEmptyData_1qpr0_gg_{grid-column:1/-1}.___SRow_1qpr0_gg_._sideIndents_wide_1qpr0_gg_ .___SCellWrapper_1qpr0_gg_:first-child .___SCell_1qpr0_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1qpr0_gg_._sideIndents_wide_1qpr0_gg_ .___SCellWrapper_1qpr0_gg_:last-child .___SCell_1qpr0_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}", /*__inner_css_end__*/"1qpr0_gg_"),
32
+ var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_4hfiq_gg_,.___SBody_4hfiq_gg_,.___SRowGroup_4hfiq_gg_,.___SRow_4hfiq_gg_{display:contents}.___SBody_4hfiq_gg_.__compact_4hfiq_gg_ .___SCell_4hfiq_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_4hfiq_gg_.__compact_4hfiq_gg_ .___SCell_4hfiq_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_4hfiq) - 1)))}.___SCellWrapper_4hfiq_gg_.__gridArea_4hfiq_gg_,.___SCollapseRow_4hfiq_gg_.__gridArea_4hfiq_gg_,.___SRow_4hfiq_gg_.__gridArea_4hfiq_gg_{grid-area:var(--gridArea_4hfiq)}.___SCellWrapper_4hfiq_gg_{height:100%;overflow:hidden}.___SCollapseRow_4hfiq_gg_.__gridArea_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_,.___SRow_4hfiq_gg_.__isAccordionRow_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_{height:auto;overflow:auto}.___SAccordionRows_4hfiq_gg_>.___SRow_4hfiq_gg_.__isAccordionRow_4hfiq_gg_:last-child>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_,.___SCollapseRow_4hfiq_gg_.__gridArea_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_4hfiq_gg_ .___SCell_4hfiq_gg_{display:block}.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_).__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_,.___SRow_4hfiq_gg_.__active_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_),.___SRow_4hfiq_gg_._accordionType_row_4hfiq_gg_.__expanded_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_),.___SRow_4hfiq_gg_.__isAccordionRow_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_._theme_muted_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]._theme_muted_4hfiq_gg_,.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_._theme_muted_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_muted_4hfiq_gg_,.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRow_4hfiq_gg_._theme_muted_4hfiq_gg_:hover:not(.__expanded_4hfiq_gg_.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRow_4hfiq_gg_:hover:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_muted_4hfiq_gg_,.___SRow_4hfiq_gg_:not(._accordionType_row_4hfiq_gg_.__expanded_4hfiq_gg_):hover:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_._theme_info_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]._theme_info_4hfiq_gg_,.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_._theme_info_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_info_4hfiq_gg_,.___SRow_4hfiq_gg_._theme_info_4hfiq_gg_:hover:not(.__expanded_4hfiq_gg_.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRow_4hfiq_gg_:hover:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_info_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_._theme_success_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]._theme_success_4hfiq_gg_,.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_._theme_success_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_success_4hfiq_gg_,.___SRow_4hfiq_gg_._theme_success_4hfiq_gg_:hover:not(.__expanded_4hfiq_gg_.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRow_4hfiq_gg_:hover:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_success_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_._theme_warning_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]._theme_warning_4hfiq_gg_,.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_._theme_warning_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_warning_4hfiq_gg_,.___SRow_4hfiq_gg_._theme_warning_4hfiq_gg_:hover:not(.__expanded_4hfiq_gg_.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRow_4hfiq_gg_:hover:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_warning_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_._theme_danger_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]._theme_danger_4hfiq_gg_,.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_._theme_danger_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_),.___SRowGroup_4hfiq_gg_:has(.___SCell_4hfiq_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_4hfiq_gg_:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_danger_4hfiq_gg_,.___SRow_4hfiq_gg_._theme_danger_4hfiq_gg_:hover:not(.__expanded_4hfiq_gg_.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_):not(.__expanded_4hfiq_gg_.__withAccordion_4hfiq_gg_),.___SRow_4hfiq_gg_:hover:not(.__isNonInteractive_4hfiq_gg_)>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_._theme_danger_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_4hfiq_gg_._theme_muted_4hfiq_gg_ .___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_4hfiq_gg_._theme_muted_4hfiq_gg_.__active_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_4hfiq_gg_._theme_info_4hfiq_gg_ .___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_4hfiq_gg_._theme_info_4hfiq_gg_.__active_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_4hfiq_gg_._theme_success_4hfiq_gg_ .___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_4hfiq_gg_._theme_success_4hfiq_gg_.__active_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_4hfiq_gg_._theme_warning_4hfiq_gg_ .___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_4hfiq_gg_._theme_warning_4hfiq_gg_.__active_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_4hfiq_gg_._theme_danger_4hfiq_gg_ .___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_4hfiq_gg_._theme_danger_4hfiq_gg_.__active_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_:not(.__theme_4hfiq_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_4hfiq_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_4hfiq_gg_ .___SAccordionToggle_4hfiq_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_4hfiq_gg_ .___SAccordionToggle_4hfiq_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_4hfiq_gg_ .___SAccordionToggle_4hfiq_gg_.__expanded_4hfiq_gg_ svg{transform:rotate(90deg)}.___SCell_4hfiq_gg_.__withAccordion_4hfiq_gg_,.___SCheckboxCell_4hfiq_gg_,.___SRow_4hfiq_gg_._accordionType_row_4hfiq_gg_>.___SCellWrapper_4hfiq_gg_>.___SCell_4hfiq_gg_{cursor:pointer}.___SCell_4hfiq_gg_._use_primary_4hfiq_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_4hfiq_gg_._use_primary_4hfiq_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_4hfiq) - 1)))}.___SCell_4hfiq_gg_._use_secondary_4hfiq_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_4hfiq_gg_._use_secondary_4hfiq_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_4hfiq) - 1)))}.___SCell_4hfiq_gg_._borders_both_4hfiq_gg_,.___SCell_4hfiq_gg_._borders_left_4hfiq_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_4hfiq_gg_._borders_both_4hfiq_gg_,.___SCell_4hfiq_gg_._borders_right_4hfiq_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_4hfiq_gg_.__fixed_4hfiq_gg_{position:sticky;z-index:2}.___SCell_4hfiq_gg_._theme_muted_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_4hfiq_gg_._theme_info_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_4hfiq_gg_._theme_success_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_4hfiq_gg_._theme_warning_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_4hfiq_gg_._theme_danger_4hfiq_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_4hfiq_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_4hfiq_gg_:focus-visible{z-index:15}.___SSpinContainer_4hfiq_gg_.__headerHeight_4hfiq_gg_{top:var(--headerHeight_4hfiq)}.___SEmptyData_4hfiq_gg_{grid-column:1/-1}.___SRow_4hfiq_gg_._sideIndents_wide_4hfiq_gg_ .___SCellWrapper_4hfiq_gg_:first-child .___SCell_4hfiq_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_4hfiq_gg_._sideIndents_wide_4hfiq_gg_ .___SCellWrapper_4hfiq_gg_:last-child .___SCell_4hfiq_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_4hfiq_gg_.__fixed_4hfiq_gg_.__shadowVertical_4hfiq_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_4hfiq_gg_._fixed_left_4hfiq_gg_._shadowVertical_median_4hfiq_gg_,.___SCellWrapper_4hfiq_gg_._fixed_left_4hfiq_gg_._shadowVertical_start_4hfiq_gg_{margin-right:-5px}.___SCellWrapper_4hfiq_gg_._fixed_left_4hfiq_gg_._shadowVertical_median_4hfiq_gg_:after,.___SCellWrapper_4hfiq_gg_._fixed_left_4hfiq_gg_._shadowVertical_start_4hfiq_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_4hfiq_gg_._fixed_left_4hfiq_gg_._shadowVertical_median_4hfiq_gg_ .___SCell_4hfiq_gg_,.___SCellWrapper_4hfiq_gg_._fixed_left_4hfiq_gg_._shadowVertical_start_4hfiq_gg_ .___SCell_4hfiq_gg_{margin-right:5px}.___SCellWrapper_4hfiq_gg_._fixed_right_4hfiq_gg_._shadowVertical_end_4hfiq_gg_,.___SCellWrapper_4hfiq_gg_._fixed_right_4hfiq_gg_._shadowVertical_median_4hfiq_gg_{margin-left:-5px}.___SCellWrapper_4hfiq_gg_._fixed_right_4hfiq_gg_._shadowVertical_end_4hfiq_gg_:after,.___SCellWrapper_4hfiq_gg_._fixed_right_4hfiq_gg_._shadowVertical_median_4hfiq_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_4hfiq_gg_._fixed_right_4hfiq_gg_._shadowVertical_end_4hfiq_gg_ .___SCell_4hfiq_gg_,.___SCellWrapper_4hfiq_gg_._fixed_right_4hfiq_gg_._shadowVertical_median_4hfiq_gg_ .___SCell_4hfiq_gg_{margin-left:5px}", /*__inner_css_end__*/"4hfiq_gg_"),
33
33
  /*__reshadow_css_end__*/
34
34
  {
35
- "__SBody": "___SBody_1qpr0_gg_",
36
- "__SRow": "___SRow_1qpr0_gg_",
37
- "__SRowGroup": "___SRowGroup_1qpr0_gg_",
38
- "__SAccordionRows": "___SAccordionRows_1qpr0_gg_",
39
- "_gridArea": "__gridArea_1qpr0_gg_",
40
- "__SCellWrapper": "___SCellWrapper_1qpr0_gg_",
41
- "__SCollapseRow": "___SCollapseRow_1qpr0_gg_",
42
- "--gridArea": "--gridArea_1qpr0",
43
- "__SCell": "___SCell_1qpr0_gg_",
44
- "_isAccordionRow": "__isAccordionRow_1qpr0_gg_",
45
- "_active": "__active_1qpr0_gg_",
46
- "_theme": "__theme_1qpr0_gg_",
47
- "_accordionType_row": "_accordionType_row_1qpr0_gg_",
48
- "_expanded": "__expanded_1qpr0_gg_",
49
- "_withAccordion": "__withAccordion_1qpr0_gg_",
50
- "_isNonInteractive": "__isNonInteractive_1qpr0_gg_",
51
- "_theme_muted": "_theme_muted_1qpr0_gg_",
52
- "_theme_info": "_theme_info_1qpr0_gg_",
53
- "_theme_success": "_theme_success_1qpr0_gg_",
54
- "_theme_warning": "_theme_warning_1qpr0_gg_",
55
- "_theme_danger": "_theme_danger_1qpr0_gg_",
56
- "__SCheckboxCell": "___SCheckboxCell_1qpr0_gg_",
57
- "_borders_both": "_borders_both_1qpr0_gg_",
58
- "_borders_left": "_borders_left_1qpr0_gg_",
59
- "_borders_right": "_borders_right_1qpr0_gg_",
60
- "_fixed": "__fixed_1qpr0_gg_",
61
- "__SSpinContainer": "___SSpinContainer_1qpr0_gg_",
62
- "_headerHeight": "__headerHeight_1qpr0_gg_",
63
- "--headerHeight": "--headerHeight_1qpr0",
64
- "__SEmptyData": "___SEmptyData_1qpr0_gg_",
65
- "_compact": "__compact_1qpr0_gg_",
66
- "--data-aria-level": "--data-aria-level_1qpr0",
67
- "__SAccordionToggle": "___SAccordionToggle_1qpr0_gg_",
68
- "_use_primary": "_use_primary_1qpr0_gg_",
69
- "_use_secondary": "_use_secondary_1qpr0_gg_",
70
- "_sideIndents_wide": "_sideIndents_wide_1qpr0_gg_"
35
+ "__SBody": "___SBody_4hfiq_gg_",
36
+ "__SRow": "___SRow_4hfiq_gg_",
37
+ "__SRowGroup": "___SRowGroup_4hfiq_gg_",
38
+ "__SAccordionRows": "___SAccordionRows_4hfiq_gg_",
39
+ "_gridArea": "__gridArea_4hfiq_gg_",
40
+ "__SCellWrapper": "___SCellWrapper_4hfiq_gg_",
41
+ "__SCollapseRow": "___SCollapseRow_4hfiq_gg_",
42
+ "--gridArea": "--gridArea_4hfiq",
43
+ "_isAccordionRow": "__isAccordionRow_4hfiq_gg_",
44
+ "__SCell": "___SCell_4hfiq_gg_",
45
+ "_active": "__active_4hfiq_gg_",
46
+ "_theme": "__theme_4hfiq_gg_",
47
+ "_accordionType_row": "_accordionType_row_4hfiq_gg_",
48
+ "_expanded": "__expanded_4hfiq_gg_",
49
+ "_withAccordion": "__withAccordion_4hfiq_gg_",
50
+ "_isNonInteractive": "__isNonInteractive_4hfiq_gg_",
51
+ "_theme_muted": "_theme_muted_4hfiq_gg_",
52
+ "_theme_info": "_theme_info_4hfiq_gg_",
53
+ "_theme_success": "_theme_success_4hfiq_gg_",
54
+ "_theme_warning": "_theme_warning_4hfiq_gg_",
55
+ "_theme_danger": "_theme_danger_4hfiq_gg_",
56
+ "__SCheckboxCell": "___SCheckboxCell_4hfiq_gg_",
57
+ "_borders_both": "_borders_both_4hfiq_gg_",
58
+ "_borders_left": "_borders_left_4hfiq_gg_",
59
+ "_borders_right": "_borders_right_4hfiq_gg_",
60
+ "_fixed": "__fixed_4hfiq_gg_",
61
+ "__SSpinContainer": "___SSpinContainer_4hfiq_gg_",
62
+ "_headerHeight": "__headerHeight_4hfiq_gg_",
63
+ "--headerHeight": "--headerHeight_4hfiq",
64
+ "__SEmptyData": "___SEmptyData_4hfiq_gg_",
65
+ "_compact": "__compact_4hfiq_gg_",
66
+ "--data-aria-level": "--data-aria-level_4hfiq",
67
+ "__SAccordionToggle": "___SAccordionToggle_4hfiq_gg_",
68
+ "_use_primary": "_use_primary_4hfiq_gg_",
69
+ "_use_secondary": "_use_secondary_4hfiq_gg_",
70
+ "_sideIndents_wide": "_sideIndents_wide_4hfiq_gg_",
71
+ "_shadowVertical": "__shadowVertical_4hfiq_gg_",
72
+ "_fixed_left": "_fixed_left_4hfiq_gg_",
73
+ "_shadowVertical_median": "_shadowVertical_median_4hfiq_gg_",
74
+ "_shadowVertical_start": "_shadowVertical_start_4hfiq_gg_",
75
+ "_fixed_right": "_fixed_right_4hfiq_gg_",
76
+ "_shadowVertical_end": "_shadowVertical_end_4hfiq_gg_"
71
77
  });
72
78
  var ROWS_BUFFER = 20;
73
79
  var APROX_ROWS_ON_PAGE = 20;
@@ -94,7 +100,11 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
94
100
  };
95
101
  });
96
102
  (0, _defineProperty2["default"])(_this, "handleExpandRow", function (row, index) {
97
- var accordionDuration = _this.asProps.accordionDuration;
103
+ var _this$asProps = _this.asProps,
104
+ accordionDuration = _this$asProps.accordionDuration,
105
+ accordionMode = _this$asProps.accordionMode,
106
+ expandedRows = _this$asProps.expandedRows,
107
+ onExpandRow = _this$asProps.onExpandRow;
98
108
  var openDuration = Array.isArray(accordionDuration) ? accordionDuration[0] : accordionDuration !== null && accordionDuration !== void 0 ? accordionDuration : Array.isArray(row[_DataTable.ACCORDION]) ? Math.min(50 * row[_DataTable.ACCORDION].length, 200) : 200;
99
109
  var closeDuration = Array.isArray(accordionDuration) ? accordionDuration[1] : accordionDuration !== null && accordionDuration !== void 0 ? accordionDuration : Array.isArray(row[_DataTable.ACCORDION]) ? Math.min(50 * row[_DataTable.ACCORDION].length, 200) : 200;
100
110
  setTimeout(function () {
@@ -104,25 +114,43 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
104
114
  }
105
115
  }, openDuration + 100); // we need to calculate after expanding animation
106
116
 
107
- if (_this.asProps.expandedRows.has(row[_DataTable.UNIQ_ROW_KEY])) {
117
+ if (expandedRows.has(row[_DataTable.UNIQ_ROW_KEY])) {
118
+ _this.closeAccordion(row, closeDuration);
119
+ } else {
120
+ if (accordionMode === 'toggle' && expandedRows.size > 0) {
121
+ var previousRows = _this.asProps.flatRows.filter(function (r) {
122
+ return expandedRows.has(r[_DataTable.UNIQ_ROW_KEY]);
123
+ });
124
+ if (previousRows.length > 0) {
125
+ previousRows.forEach(function (previousRow) {
126
+ if (!_this.state.expandedForAnimation.has(previousRow[_DataTable.UNIQ_ROW_KEY])) {
127
+ setTimeout(function () {
128
+ _this.closeAccordion(previousRow, closeDuration);
129
+ }, openDuration / 3);
130
+ }
131
+ });
132
+ }
133
+ }
134
+ onExpandRow(row);
135
+ }
136
+ });
137
+ (0, _defineProperty2["default"])(_this, "closeAccordion", function (row, closeDuration) {
138
+ var onExpandRow = _this.asProps.onExpandRow;
139
+ _this.setState(function (prevState) {
140
+ prevState.expandedForAnimation.add(row[_DataTable.UNIQ_ROW_KEY]);
141
+ return {
142
+ expandedForAnimation: new Set((0, _toConsumableArray2["default"])(prevState.expandedForAnimation))
143
+ };
144
+ });
145
+ setTimeout(function () {
146
+ onExpandRow(row);
108
147
  _this.setState(function (prevState) {
109
- prevState.expandedForAnimation.add(row[_DataTable.UNIQ_ROW_KEY]);
148
+ prevState.expandedForAnimation["delete"](row[_DataTable.UNIQ_ROW_KEY]);
110
149
  return {
111
150
  expandedForAnimation: new Set((0, _toConsumableArray2["default"])(prevState.expandedForAnimation))
112
151
  };
113
152
  });
114
- setTimeout(function () {
115
- _this.asProps.onExpandRow(row);
116
- _this.setState(function (prevState) {
117
- prevState.expandedForAnimation["delete"](row[_DataTable.UNIQ_ROW_KEY]);
118
- return {
119
- expandedForAnimation: new Set((0, _toConsumableArray2["default"])(prevState.expandedForAnimation))
120
- };
121
- });
122
- }, closeDuration + 100); // we need to remove it from list of grid calculations after expanding animation
123
- } else {
124
- _this.asProps.onExpandRow(row);
125
- }
153
+ }, closeDuration + 100); // we need to remove it from list of grid calculations after expanding animation
126
154
  });
127
155
  (0, _defineProperty2["default"])(_this, "handleClickRow", function (row, index) {
128
156
  return function (e) {
@@ -142,26 +170,26 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
142
170
  return (0, _createClass2["default"])(BodyRoot, [{
143
171
  key: "getRowProps",
144
172
  value: function getRowProps(props) {
145
- var _this$asProps = this.asProps,
146
- use = _this$asProps.use,
147
- gridTemplateAreas = _this$asProps.gridTemplateAreas,
148
- gridTemplateColumns = _this$asProps.gridTemplateColumns,
149
- expandedRows = _this$asProps.expandedRows,
150
- columns = _this$asProps.columns,
151
- onExpandRow = _this$asProps.onExpandRow,
152
- loading = _this$asProps.loading,
153
- hasGroups = _this$asProps.hasGroups,
154
- scrollAreaRef = _this$asProps.scrollAreaRef,
155
- uid = _this$asProps.uid,
156
- onBackFromAccordion = _this$asProps.onBackFromAccordion,
157
- rowProps = _this$asProps.rowProps,
158
- rows = _this$asProps.rows,
159
- flatRows = _this$asProps.flatRows,
160
- sideIndents = _this$asProps.sideIndents,
161
- selectedRows = _this$asProps.selectedRows,
162
- onSelectRow = _this$asProps.onSelectRow,
163
- getFixedStyle = _this$asProps.getFixedStyle,
164
- accordionDuration = _this$asProps.accordionDuration;
173
+ var _this$asProps2 = this.asProps,
174
+ use = _this$asProps2.use,
175
+ gridTemplateAreas = _this$asProps2.gridTemplateAreas,
176
+ gridTemplateColumns = _this$asProps2.gridTemplateColumns,
177
+ expandedRows = _this$asProps2.expandedRows,
178
+ columns = _this$asProps2.columns,
179
+ onExpandRow = _this$asProps2.onExpandRow,
180
+ loading = _this$asProps2.loading,
181
+ hasGroups = _this$asProps2.hasGroups,
182
+ scrollAreaRef = _this$asProps2.scrollAreaRef,
183
+ uid = _this$asProps2.uid,
184
+ onBackFromAccordion = _this$asProps2.onBackFromAccordion,
185
+ rowProps = _this$asProps2.rowProps,
186
+ rows = _this$asProps2.rows,
187
+ flatRows = _this$asProps2.flatRows,
188
+ sideIndents = _this$asProps2.sideIndents,
189
+ selectedRows = _this$asProps2.selectedRows,
190
+ onSelectRow = _this$asProps2.onSelectRow,
191
+ getFixedStyle = _this$asProps2.getFixedStyle,
192
+ accordionDuration = _this$asProps2.accordionDuration;
165
193
  var row = props.row;
166
194
  var index = row[_DataTable.ROW_INDEX];
167
195
  var rowIndex = Array.from(expandedRows !== null && expandedRows !== void 0 ? expandedRows : []).reduce(function (acc, item) {
@@ -217,17 +245,19 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
217
245
  var _props$children,
218
246
  _value3,
219
247
  _this2 = this;
220
- var _this$asProps2 = this.asProps,
221
- use = _this$asProps2.use,
222
- renderCell = _this$asProps2.renderCell,
223
- expandedRows = _this$asProps2.expandedRows,
224
- styles = _this$asProps2.styles,
225
- getI18nText = _this$asProps2.getI18nText,
226
- virtualScroll = _this$asProps2.virtualScroll,
227
- tableRef = _this$asProps2.tableRef,
228
- flatRows = _this$asProps2.flatRows,
229
- accordionDuration = _this$asProps2.accordionDuration,
230
- onCellClick = _this$asProps2.onCellClick;
248
+ var _this$asProps3 = this.asProps,
249
+ use = _this$asProps3.use,
250
+ renderCell = _this$asProps3.renderCell,
251
+ expandedRows = _this$asProps3.expandedRows,
252
+ styles = _this$asProps3.styles,
253
+ getI18nText = _this$asProps3.getI18nText,
254
+ virtualScroll = _this$asProps3.virtualScroll,
255
+ tableRef = _this$asProps3.tableRef,
256
+ flatRows = _this$asProps3.flatRows,
257
+ accordionDuration = _this$asProps3.accordionDuration,
258
+ onCellClick = _this$asProps3.onCellClick,
259
+ rawData = _this$asProps3.rawData,
260
+ shadowVertical = _this$asProps3.shadowVertical;
231
261
  var SAccordionToggle = _button.ButtonLink;
232
262
  var dataKey = props.column.name;
233
263
  var cellValue = props.row[dataKey];
@@ -250,12 +280,18 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
250
280
  use: use,
251
281
  virtualScroll: Boolean(virtualScroll),
252
282
  tableRef: tableRef,
253
- children: (_props$children = props.children) !== null && _props$children !== void 0 ? _props$children : defaultRender(),
283
+ children: (_props$children = props === null || props === void 0 ? void 0 : props.children) !== null && _props$children !== void 0 ? _props$children : defaultRender(),
254
284
  accordionDuration: accordionDuration,
255
- onClick: onCellClick
285
+ onClick: onCellClick,
286
+ flatRows: this.asProps.flatRows,
287
+ shadowVertical: shadowVertical
256
288
  };
257
289
  if (renderCell) {
258
290
  var _value$toString, _value2;
291
+ var rowRawData = rawData[props.rowIndex];
292
+ if (props.accordionRowIndex && rowRawData[_DataTable.ACCORDION] && Array.isArray(rowRawData[_DataTable.ACCORDION])) {
293
+ rowRawData = rowRawData[_DataTable.ACCORDION][props.accordionRowIndex];
294
+ }
259
295
  var external = renderCell({
260
296
  columnName: props.column.name,
261
297
  row: props.row,
@@ -266,7 +302,8 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
266
302
  defaultRender: defaultRender,
267
303
  value: /*#__PURE__*/React.isValidElement(value) ? value : (_value$toString = (_value2 = value) === null || _value2 === void 0 ? void 0 : _value2.toString()) !== null && _value$toString !== void 0 ? _value$toString : '',
268
304
  isMergedRows: isMergedRows,
269
- isMergedColumns: isMergedColumns
305
+ isMergedColumns: isMergedColumns,
306
+ rawData: rowRawData
270
307
  });
271
308
  if (this.isReactNode(external) || Array.isArray(external)) {
272
309
  extraProps.children = external;
@@ -332,19 +369,20 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
332
369
  var SBody = _baseComponents.Box;
333
370
  var SRowGroup = _baseComponents.Box;
334
371
  var SSpinContainer = _baseComponents.Box;
335
- var _this$asProps3 = this.asProps,
336
- styles = _this$asProps3.styles,
337
- loading = _this$asProps3.loading,
338
- headerHeight = _this$asProps3.headerHeight,
339
- spinnerRef = _this$asProps3.spinnerRef,
340
- virtualScroll = _this$asProps3.virtualScroll,
341
- scrollDirection = _this$asProps3.scrollDirection,
342
- tableContainerRef = _this$asProps3.tableContainerRef,
343
- scrollTop = _this$asProps3.scrollTop,
344
- renderEmptyData = _this$asProps3.renderEmptyData,
345
- columns = _this$asProps3.columns,
346
- uid = _this$asProps3.uid,
347
- rows = _this$asProps3.rows;
372
+ var _this$asProps4 = this.asProps,
373
+ styles = _this$asProps4.styles,
374
+ loading = _this$asProps4.loading,
375
+ headerHeight = _this$asProps4.headerHeight,
376
+ spinnerRef = _this$asProps4.spinnerRef,
377
+ virtualScroll = _this$asProps4.virtualScroll,
378
+ scrollDirection = _this$asProps4.scrollDirection,
379
+ tableContainerRef = _this$asProps4.tableContainerRef,
380
+ scrollTop = _this$asProps4.scrollTop,
381
+ renderEmptyData = _this$asProps4.renderEmptyData,
382
+ columns = _this$asProps4.columns,
383
+ uid = _this$asProps4.uid,
384
+ rows = _this$asProps4.rows,
385
+ renderCellOverlay = _this$asProps4.renderCellOverlay;
348
386
  var rowsToRender = rows;
349
387
  var startIndex = -1;
350
388
  var lastIndex = -1;
@@ -420,7 +458,7 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
420
458
  var rowMarginTop = (_this$rowsHeightMap$g5 = this.rowsHeightMap.get(startIndex - 1)) === null || _this$rowsHeightMap$g5 === void 0 ? void 0 : _this$rowsHeightMap$g5[1];
421
459
  var emptyRow = null;
422
460
  if (rowsToRender.length === 0) {
423
- emptyRow = (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])({}, _DataTable.UNIQ_ROW_KEY, "".concat(uid, "_empty_data")), _DataTable.ROW_INDEX, 0), columns[0].name, new _MergedCells.MergedColumnsCell(renderEmptyData(), {
461
+ emptyRow = (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])({}, _DataTable.UNIQ_ROW_KEY, "".concat(uid, "_empty_data")), _DataTable.IS_EMPTY_DATA_ROW, true), _DataTable.ROW_INDEX, 0), columns[0].name, new _MergedCells.MergedColumnsCell(renderEmptyData(), {
424
462
  dataKey: columns[0].name,
425
463
  size: columns.length
426
464
  }));
@@ -433,6 +471,7 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
433
471
  }), typeof virtualScroll === 'boolean' && rowMarginTop && /*#__PURE__*/React.createElement(_baseComponents.Box, _ref3.cn("Box", {
434
472
  "h": rowMarginTop
435
473
  })), rowsToRender.map(function (row, index) {
474
+ var _row$UNIQ_ROW_KEY;
436
475
  if (Array.isArray(row)) {
437
476
  var _ref4;
438
477
  return _ref4 = (0, _core.sstyled)(styles), /*#__PURE__*/React.createElement(SRowGroup, _ref4.cn("SRowGroup", {
@@ -440,19 +479,20 @@ var BodyRoot = /*#__PURE__*/function (_Component) {
440
479
  "key": "gg_".concat(row[0][_DataTable.UNIQ_ROW_KEY]),
441
480
  "ref": _this3.handleRef(startIndex + index, row[0])
442
481
  }), row.map(function (item, i) {
482
+ var _item$UNIQ_ROW_KEY;
443
483
  return /*#__PURE__*/React.createElement(Body.Row, {
444
- key: item[_DataTable.UNIQ_ROW_KEY],
484
+ key: (_item$UNIQ_ROW_KEY = item[_DataTable.UNIQ_ROW_KEY]) === null || _item$UNIQ_ROW_KEY === void 0 ? void 0 : _item$UNIQ_ROW_KEY.toString(),
445
485
  row: item,
446
486
  mergedRow: i > 0 ? true : false
447
487
  });
448
488
  }));
449
489
  }
450
490
  return /*#__PURE__*/React.createElement(Body.Row, {
451
- key: row[_DataTable.UNIQ_ROW_KEY],
491
+ key: (_row$UNIQ_ROW_KEY = row[_DataTable.UNIQ_ROW_KEY]) === null || _row$UNIQ_ROW_KEY === void 0 ? void 0 : _row$UNIQ_ROW_KEY.toString(),
452
492
  row: row,
453
493
  ref: virtualScroll ? _this3.handleRef(startIndex + index, row) : undefined
454
494
  });
455
- }), loading && /*#__PURE__*/React.createElement(SSpinContainer, _ref3.cn("SSpinContainer", {
495
+ }), renderCellOverlay === null || renderCellOverlay === void 0 ? void 0 : renderCellOverlay(), loading && /*#__PURE__*/React.createElement(SSpinContainer, _ref3.cn("SSpinContainer", {
456
496
  "innerOutline": true,
457
497
  "headerHeight": "".concat(headerHeight, "px"),
458
498
  "tabIndex": -1,