@semcore/data-table 16.2.0-prerelease.0 → 16.2.0-prerelease.2
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.
- package/CHANGELOG.md +13 -0
- package/lib/cjs/components/Body/Body.js +43 -43
- package/lib/cjs/components/Body/Body.types.js.map +1 -1
- package/lib/cjs/components/Body/Cell.js +43 -43
- package/lib/cjs/components/Body/Row.js +43 -43
- package/lib/cjs/components/Body/style.shadow.css +2 -1
- package/lib/cjs/components/DataTable/DataTable.js +72 -30
- package/lib/cjs/components/DataTable/DataTable.js.map +1 -1
- package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/cjs/components/DataTable/dataTable.shadow.css +6 -0
- package/lib/cjs/components/Head/Column.js +37 -30
- package/lib/cjs/components/Head/Column.js.map +1 -1
- package/lib/cjs/components/Head/Group.js +36 -30
- package/lib/cjs/components/Head/Group.js.map +1 -1
- package/lib/cjs/components/Head/Head.js +43 -32
- package/lib/cjs/components/Head/Head.js.map +1 -1
- package/lib/cjs/components/Head/Head.types.js.map +1 -1
- package/lib/cjs/components/Head/style.shadow.css +19 -0
- package/lib/es6/components/Body/Body.js +43 -43
- package/lib/es6/components/Body/Body.types.js.map +1 -1
- package/lib/es6/components/Body/Cell.js +43 -43
- package/lib/es6/components/Body/Row.js +43 -43
- package/lib/es6/components/Body/style.shadow.css +2 -1
- package/lib/es6/components/DataTable/DataTable.js +72 -30
- package/lib/es6/components/DataTable/DataTable.js.map +1 -1
- package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/es6/components/DataTable/dataTable.shadow.css +6 -0
- package/lib/es6/components/Head/Column.js +37 -30
- package/lib/es6/components/Head/Column.js.map +1 -1
- package/lib/es6/components/Head/Group.js +36 -30
- package/lib/es6/components/Head/Group.js.map +1 -1
- package/lib/es6/components/Head/Head.js +43 -32
- package/lib/es6/components/Head/Head.js.map +1 -1
- package/lib/es6/components/Head/Head.types.js.map +1 -1
- package/lib/es6/components/Head/style.shadow.css +19 -0
- package/lib/esm/components/Body/Body.mjs +44 -44
- package/lib/esm/components/Body/Cell.mjs +44 -44
- package/lib/esm/components/Body/Row.mjs +44 -44
- package/lib/esm/components/Body/style.shadow.css +2 -1
- package/lib/esm/components/DataTable/DataTable.mjs +73 -31
- package/lib/esm/components/DataTable/dataTable.shadow.css +6 -0
- package/lib/esm/components/Head/Column.mjs +38 -31
- package/lib/esm/components/Head/Group.mjs +37 -31
- package/lib/esm/components/Head/Head.mjs +42 -33
- package/lib/esm/components/Head/style.shadow.css +19 -0
- package/lib/types/components/Body/Body.types.d.ts +11 -0
- package/lib/types/components/DataTable/DataTable.types.d.ts +8 -2
- package/lib/types/components/Head/Head.types.d.ts +1 -0
- package/package.json +22 -22
|
@@ -16,51 +16,51 @@ import { isFocusInside } from '@semcore/core/lib/utils/focus-lock/isFocusInside'
|
|
|
16
16
|
import * as React from 'react';
|
|
17
17
|
import { MergedColumnsCell, MergedRowsCell } from './MergedCells';
|
|
18
18
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
19
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1yh7f_gg_,.___SBody_1yh7f_gg_,.___SRowGroup_1yh7f_gg_,.___SRow_1yh7f_gg_{display:contents}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1yh7f) - 1)))}.___SCellWrapper_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SRow_1yh7f_gg_.__gridArea_1yh7f_gg_{grid-area:var(--gridArea_1yh7f)}.___SCellWrapper_1yh7f_gg_{height:100%;overflow:hidden}.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_,.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_{height:auto;overflow:auto}.___SAccordionRows_1yh7f_gg_>.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_:last-child>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1yh7f_gg_ .___SCell_1yh7f_gg_{display:block}.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_).__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SRow_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRow_1yh7f_gg_:not(._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_):hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_info_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_success_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_warning_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_danger_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1yh7f_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_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_.__expanded_1yh7f_gg_ svg{transform:rotate(90deg)}.___SCell_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SCheckboxCell_1yh7f_gg_,.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{cursor:pointer}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_primary_1yh7f_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_1yh7f) - 1)))}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_secondary_1yh7f_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_1yh7f) - 1)))}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_left_1yh7f_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_right_1yh7f_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_{position:sticky;z-index:2}.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1yh7f_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_1yh7f_gg_:focus-visible{z-index:15}.___SSpinContainer_1yh7f_gg_.__headerHeight_1yh7f_gg_{top:var(--headerHeight_1yh7f)}.___SEmptyData_1yh7f_gg_{grid-column:1/-1}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:first-child .___SCell_1yh7f_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:last-child .___SCell_1yh7f_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_.__shadowVertical_1yh7f_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_{margin-right:-5px}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_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_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-right:5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_{margin-left:-5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_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_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-left:5px}", /*__inner_css_end__*/"1yh7f_gg_"),
|
|
19
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_15zlz_gg_,.___SBody_15zlz_gg_,.___SRowGroup_15zlz_gg_,.___SRow_15zlz_gg_{display:contents}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_15zlz) - 1)))}.___SCellWrapper_15zlz_gg_.__gridArea_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_,.___SRow_15zlz_gg_.__gridArea_15zlz_gg_{grid-area:var(--gridArea_15zlz)}.___SCellWrapper_15zlz_gg_{height:100%;overflow:hidden}.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_,.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_{height:auto;overflow:auto}.___SAccordionRows_15zlz_gg_>.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_:last-child>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_15zlz_gg_ .___SCell_15zlz_gg_{display:block}.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_).__expanded_15zlz_gg_.__withAccordion_15zlz_gg_,.___SRow_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRow_15zlz_gg_:not(._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_):hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_info_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_,.___SRow_15zlz_gg_._theme_info_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_success_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_,.___SRow_15zlz_gg_._theme_success_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_warning_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_,.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_danger_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_,.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_15zlz_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_15zlz_gg_ .___SAccordionToggle_15zlz_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_.__expanded_15zlz_gg_ svg{transform:rotate(90deg)}.___SCell_15zlz_gg_.__withAccordion_15zlz_gg_,.___SCheckboxCell_15zlz_gg_,.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{cursor:pointer}.___SCell_15zlz_gg_._use_primary_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_primary_15zlz_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_15zlz) - 1)))}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_secondary_15zlz_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_15zlz) - 1)))}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_left_15zlz_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_right_15zlz_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_{position:sticky;z-index:2}.___SCell_15zlz_gg_._theme_muted_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_15zlz_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_15zlz_gg_:focus-visible{z-index:15}.___SSpinContainer_15zlz_gg_.__headerHeight_15zlz_gg_{top:var(--headerHeight_15zlz)}.___SEmptyData_15zlz_gg_{grid-column:1/-1}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:first-child .___SCell_15zlz_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:last-child .___SCell_15zlz_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_.__shadowVertical_15zlz_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_{margin-right:-5px}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_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_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_ .___SCell_15zlz_gg_{margin-right:5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_{margin-left:-5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_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_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_{margin-left:5px}", /*__inner_css_end__*/"15zlz_gg_"),
|
|
20
20
|
/*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SBody": "
|
|
23
|
-
"__SRow": "
|
|
24
|
-
"__SRowGroup": "
|
|
25
|
-
"__SAccordionRows": "
|
|
26
|
-
"_gridArea": "
|
|
27
|
-
"__SCellWrapper": "
|
|
28
|
-
"__SCollapseRow": "
|
|
29
|
-
"--gridArea": "--
|
|
30
|
-
"_isAccordionRow": "
|
|
31
|
-
"__SCell": "
|
|
32
|
-
"_active": "
|
|
33
|
-
"_theme": "
|
|
34
|
-
"_accordionType_row": "
|
|
35
|
-
"_expanded": "
|
|
36
|
-
"_withAccordion": "
|
|
37
|
-
"_isNonInteractive": "
|
|
38
|
-
"_theme_muted": "
|
|
39
|
-
"_theme_info": "
|
|
40
|
-
"_theme_success": "
|
|
41
|
-
"_theme_warning": "
|
|
42
|
-
"_theme_danger": "
|
|
43
|
-
"__SCheckboxCell": "
|
|
44
|
-
"_borders_both": "
|
|
45
|
-
"_borders_left": "
|
|
46
|
-
"_borders_right": "
|
|
47
|
-
"_fixed": "
|
|
48
|
-
"__SSpinContainer": "
|
|
49
|
-
"_headerHeight": "
|
|
50
|
-
"--headerHeight": "--
|
|
51
|
-
"__SEmptyData": "
|
|
52
|
-
"_compact": "
|
|
53
|
-
"--data-aria-level": "--data-aria-
|
|
54
|
-
"__SAccordionToggle": "
|
|
55
|
-
"_use_primary": "
|
|
56
|
-
"_use_secondary": "
|
|
57
|
-
"_sideIndents_wide": "
|
|
58
|
-
"_shadowVertical": "
|
|
59
|
-
"_fixed_left": "
|
|
60
|
-
"_shadowVertical_median": "
|
|
61
|
-
"_shadowVertical_start": "
|
|
62
|
-
"_fixed_right": "
|
|
63
|
-
"_shadowVertical_end": "
|
|
22
|
+
"__SBody": "___SBody_15zlz_gg_",
|
|
23
|
+
"__SRow": "___SRow_15zlz_gg_",
|
|
24
|
+
"__SRowGroup": "___SRowGroup_15zlz_gg_",
|
|
25
|
+
"__SAccordionRows": "___SAccordionRows_15zlz_gg_",
|
|
26
|
+
"_gridArea": "__gridArea_15zlz_gg_",
|
|
27
|
+
"__SCellWrapper": "___SCellWrapper_15zlz_gg_",
|
|
28
|
+
"__SCollapseRow": "___SCollapseRow_15zlz_gg_",
|
|
29
|
+
"--gridArea": "--gridArea_15zlz",
|
|
30
|
+
"_isAccordionRow": "__isAccordionRow_15zlz_gg_",
|
|
31
|
+
"__SCell": "___SCell_15zlz_gg_",
|
|
32
|
+
"_active": "__active_15zlz_gg_",
|
|
33
|
+
"_theme": "__theme_15zlz_gg_",
|
|
34
|
+
"_accordionType_row": "_accordionType_row_15zlz_gg_",
|
|
35
|
+
"_expanded": "__expanded_15zlz_gg_",
|
|
36
|
+
"_withAccordion": "__withAccordion_15zlz_gg_",
|
|
37
|
+
"_isNonInteractive": "__isNonInteractive_15zlz_gg_",
|
|
38
|
+
"_theme_muted": "_theme_muted_15zlz_gg_",
|
|
39
|
+
"_theme_info": "_theme_info_15zlz_gg_",
|
|
40
|
+
"_theme_success": "_theme_success_15zlz_gg_",
|
|
41
|
+
"_theme_warning": "_theme_warning_15zlz_gg_",
|
|
42
|
+
"_theme_danger": "_theme_danger_15zlz_gg_",
|
|
43
|
+
"__SCheckboxCell": "___SCheckboxCell_15zlz_gg_",
|
|
44
|
+
"_borders_both": "_borders_both_15zlz_gg_",
|
|
45
|
+
"_borders_left": "_borders_left_15zlz_gg_",
|
|
46
|
+
"_borders_right": "_borders_right_15zlz_gg_",
|
|
47
|
+
"_fixed": "__fixed_15zlz_gg_",
|
|
48
|
+
"__SSpinContainer": "___SSpinContainer_15zlz_gg_",
|
|
49
|
+
"_headerHeight": "__headerHeight_15zlz_gg_",
|
|
50
|
+
"--headerHeight": "--headerHeight_15zlz",
|
|
51
|
+
"__SEmptyData": "___SEmptyData_15zlz_gg_",
|
|
52
|
+
"_compact": "__compact_15zlz_gg_",
|
|
53
|
+
"--data-aria-level": "--data-aria-level_15zlz",
|
|
54
|
+
"__SAccordionToggle": "___SAccordionToggle_15zlz_gg_",
|
|
55
|
+
"_use_primary": "_use_primary_15zlz_gg_",
|
|
56
|
+
"_use_secondary": "_use_secondary_15zlz_gg_",
|
|
57
|
+
"_sideIndents_wide": "_sideIndents_wide_15zlz_gg_",
|
|
58
|
+
"_shadowVertical": "__shadowVertical_15zlz_gg_",
|
|
59
|
+
"_fixed_left": "_fixed_left_15zlz_gg_",
|
|
60
|
+
"_shadowVertical_median": "_shadowVertical_median_15zlz_gg_",
|
|
61
|
+
"_shadowVertical_start": "_shadowVertical_start_15zlz_gg_",
|
|
62
|
+
"_fixed_right": "_fixed_right_15zlz_gg_",
|
|
63
|
+
"_shadowVertical_end": "_shadowVertical_end_15zlz_gg_"
|
|
64
64
|
});
|
|
65
65
|
var DEFAULT_ROW_DURATION = 50;
|
|
66
66
|
var CellRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -17,51 +17,51 @@ import * as React from 'react';
|
|
|
17
17
|
import { Body } from './Body';
|
|
18
18
|
import { MergedColumnsCell, MergedRowsCell } from './MergedCells';
|
|
19
19
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
20
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1yh7f_gg_,.___SBody_1yh7f_gg_,.___SRowGroup_1yh7f_gg_,.___SRow_1yh7f_gg_{display:contents}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1yh7f) - 1)))}.___SCellWrapper_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SRow_1yh7f_gg_.__gridArea_1yh7f_gg_{grid-area:var(--gridArea_1yh7f)}.___SCellWrapper_1yh7f_gg_{height:100%;overflow:hidden}.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_,.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_{height:auto;overflow:auto}.___SAccordionRows_1yh7f_gg_>.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_:last-child>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1yh7f_gg_ .___SCell_1yh7f_gg_{display:block}.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_).__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SRow_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRow_1yh7f_gg_:not(._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_):hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_info_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_success_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_warning_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_danger_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1yh7f_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_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_.__expanded_1yh7f_gg_ svg{transform:rotate(90deg)}.___SCell_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SCheckboxCell_1yh7f_gg_,.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{cursor:pointer}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_primary_1yh7f_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_1yh7f) - 1)))}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_secondary_1yh7f_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_1yh7f) - 1)))}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_left_1yh7f_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_right_1yh7f_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_{position:sticky;z-index:2}.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1yh7f_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_1yh7f_gg_:focus-visible{z-index:15}.___SSpinContainer_1yh7f_gg_.__headerHeight_1yh7f_gg_{top:var(--headerHeight_1yh7f)}.___SEmptyData_1yh7f_gg_{grid-column:1/-1}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:first-child .___SCell_1yh7f_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:last-child .___SCell_1yh7f_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_.__shadowVertical_1yh7f_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_{margin-right:-5px}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_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_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-right:5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_{margin-left:-5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_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_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-left:5px}", /*__inner_css_end__*/"1yh7f_gg_"),
|
|
20
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_15zlz_gg_,.___SBody_15zlz_gg_,.___SRowGroup_15zlz_gg_,.___SRow_15zlz_gg_{display:contents}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_15zlz) - 1)))}.___SCellWrapper_15zlz_gg_.__gridArea_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_,.___SRow_15zlz_gg_.__gridArea_15zlz_gg_{grid-area:var(--gridArea_15zlz)}.___SCellWrapper_15zlz_gg_{height:100%;overflow:hidden}.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_,.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_{height:auto;overflow:auto}.___SAccordionRows_15zlz_gg_>.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_:last-child>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_15zlz_gg_ .___SCell_15zlz_gg_{display:block}.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_).__expanded_15zlz_gg_.__withAccordion_15zlz_gg_,.___SRow_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRow_15zlz_gg_:not(._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_):hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_info_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_,.___SRow_15zlz_gg_._theme_info_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_success_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_,.___SRow_15zlz_gg_._theme_success_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_warning_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_,.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_danger_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_,.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_15zlz_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_15zlz_gg_ .___SAccordionToggle_15zlz_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_.__expanded_15zlz_gg_ svg{transform:rotate(90deg)}.___SCell_15zlz_gg_.__withAccordion_15zlz_gg_,.___SCheckboxCell_15zlz_gg_,.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{cursor:pointer}.___SCell_15zlz_gg_._use_primary_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_primary_15zlz_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_15zlz) - 1)))}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_secondary_15zlz_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_15zlz) - 1)))}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_left_15zlz_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_right_15zlz_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_{position:sticky;z-index:2}.___SCell_15zlz_gg_._theme_muted_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_15zlz_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_15zlz_gg_:focus-visible{z-index:15}.___SSpinContainer_15zlz_gg_.__headerHeight_15zlz_gg_{top:var(--headerHeight_15zlz)}.___SEmptyData_15zlz_gg_{grid-column:1/-1}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:first-child .___SCell_15zlz_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:last-child .___SCell_15zlz_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_.__shadowVertical_15zlz_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_{margin-right:-5px}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_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_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_ .___SCell_15zlz_gg_{margin-right:5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_{margin-left:-5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_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_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_{margin-left:5px}", /*__inner_css_end__*/"15zlz_gg_"),
|
|
21
21
|
/*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"__SBody": "
|
|
24
|
-
"__SRow": "
|
|
25
|
-
"__SRowGroup": "
|
|
26
|
-
"__SAccordionRows": "
|
|
27
|
-
"_gridArea": "
|
|
28
|
-
"__SCellWrapper": "
|
|
29
|
-
"__SCollapseRow": "
|
|
30
|
-
"--gridArea": "--
|
|
31
|
-
"_isAccordionRow": "
|
|
32
|
-
"__SCell": "
|
|
33
|
-
"_active": "
|
|
34
|
-
"_theme": "
|
|
35
|
-
"_accordionType_row": "
|
|
36
|
-
"_expanded": "
|
|
37
|
-
"_withAccordion": "
|
|
38
|
-
"_isNonInteractive": "
|
|
39
|
-
"_theme_muted": "
|
|
40
|
-
"_theme_info": "
|
|
41
|
-
"_theme_success": "
|
|
42
|
-
"_theme_warning": "
|
|
43
|
-
"_theme_danger": "
|
|
44
|
-
"__SCheckboxCell": "
|
|
45
|
-
"_borders_both": "
|
|
46
|
-
"_borders_left": "
|
|
47
|
-
"_borders_right": "
|
|
48
|
-
"_fixed": "
|
|
49
|
-
"__SSpinContainer": "
|
|
50
|
-
"_headerHeight": "
|
|
51
|
-
"--headerHeight": "--
|
|
52
|
-
"__SEmptyData": "
|
|
53
|
-
"_compact": "
|
|
54
|
-
"--data-aria-level": "--data-aria-
|
|
55
|
-
"__SAccordionToggle": "
|
|
56
|
-
"_use_primary": "
|
|
57
|
-
"_use_secondary": "
|
|
58
|
-
"_sideIndents_wide": "
|
|
59
|
-
"_shadowVertical": "
|
|
60
|
-
"_fixed_left": "
|
|
61
|
-
"_shadowVertical_median": "
|
|
62
|
-
"_shadowVertical_start": "
|
|
63
|
-
"_fixed_right": "
|
|
64
|
-
"_shadowVertical_end": "
|
|
23
|
+
"__SBody": "___SBody_15zlz_gg_",
|
|
24
|
+
"__SRow": "___SRow_15zlz_gg_",
|
|
25
|
+
"__SRowGroup": "___SRowGroup_15zlz_gg_",
|
|
26
|
+
"__SAccordionRows": "___SAccordionRows_15zlz_gg_",
|
|
27
|
+
"_gridArea": "__gridArea_15zlz_gg_",
|
|
28
|
+
"__SCellWrapper": "___SCellWrapper_15zlz_gg_",
|
|
29
|
+
"__SCollapseRow": "___SCollapseRow_15zlz_gg_",
|
|
30
|
+
"--gridArea": "--gridArea_15zlz",
|
|
31
|
+
"_isAccordionRow": "__isAccordionRow_15zlz_gg_",
|
|
32
|
+
"__SCell": "___SCell_15zlz_gg_",
|
|
33
|
+
"_active": "__active_15zlz_gg_",
|
|
34
|
+
"_theme": "__theme_15zlz_gg_",
|
|
35
|
+
"_accordionType_row": "_accordionType_row_15zlz_gg_",
|
|
36
|
+
"_expanded": "__expanded_15zlz_gg_",
|
|
37
|
+
"_withAccordion": "__withAccordion_15zlz_gg_",
|
|
38
|
+
"_isNonInteractive": "__isNonInteractive_15zlz_gg_",
|
|
39
|
+
"_theme_muted": "_theme_muted_15zlz_gg_",
|
|
40
|
+
"_theme_info": "_theme_info_15zlz_gg_",
|
|
41
|
+
"_theme_success": "_theme_success_15zlz_gg_",
|
|
42
|
+
"_theme_warning": "_theme_warning_15zlz_gg_",
|
|
43
|
+
"_theme_danger": "_theme_danger_15zlz_gg_",
|
|
44
|
+
"__SCheckboxCell": "___SCheckboxCell_15zlz_gg_",
|
|
45
|
+
"_borders_both": "_borders_both_15zlz_gg_",
|
|
46
|
+
"_borders_left": "_borders_left_15zlz_gg_",
|
|
47
|
+
"_borders_right": "_borders_right_15zlz_gg_",
|
|
48
|
+
"_fixed": "__fixed_15zlz_gg_",
|
|
49
|
+
"__SSpinContainer": "___SSpinContainer_15zlz_gg_",
|
|
50
|
+
"_headerHeight": "__headerHeight_15zlz_gg_",
|
|
51
|
+
"--headerHeight": "--headerHeight_15zlz",
|
|
52
|
+
"__SEmptyData": "___SEmptyData_15zlz_gg_",
|
|
53
|
+
"_compact": "__compact_15zlz_gg_",
|
|
54
|
+
"--data-aria-level": "--data-aria-level_15zlz",
|
|
55
|
+
"__SAccordionToggle": "___SAccordionToggle_15zlz_gg_",
|
|
56
|
+
"_use_primary": "_use_primary_15zlz_gg_",
|
|
57
|
+
"_use_secondary": "_use_secondary_15zlz_gg_",
|
|
58
|
+
"_sideIndents_wide": "_sideIndents_wide_15zlz_gg_",
|
|
59
|
+
"_shadowVertical": "__shadowVertical_15zlz_gg_",
|
|
60
|
+
"_fixed_left": "_fixed_left_15zlz_gg_",
|
|
61
|
+
"_shadowVertical_median": "_shadowVertical_median_15zlz_gg_",
|
|
62
|
+
"_shadowVertical_start": "_shadowVertical_start_15zlz_gg_",
|
|
63
|
+
"_fixed_right": "_fixed_right_15zlz_gg_",
|
|
64
|
+
"_shadowVertical_end": "_shadowVertical_end_15zlz_gg_"
|
|
65
65
|
});
|
|
66
66
|
import { ACCORDION, IS_EMPTY_DATA_ROW, SELECT_ALL, UNIQ_ROW_KEY } from '../DataTable/DataTable';
|
|
67
67
|
var RowRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -175,8 +175,9 @@ SCell {
|
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
|
|
177
177
|
SAccordionToggle {
|
|
178
|
-
margin-right: var(--intergalactic-spacing-3x, 12px);
|
|
179
178
|
margin-top: var(--intergalactic-spacing-05x, 2px);
|
|
179
|
+
margin-right: var(--intergalactic-spacing-3x, 12px);
|
|
180
|
+
margin-left: calc(var(--intergalactic-spacing-05x, 2px) * -1);
|
|
180
181
|
height: fit-content;
|
|
181
182
|
|
|
182
183
|
svg {
|
|
@@ -25,16 +25,17 @@ import { isFocusInside, hasFocusableIn } from '@semcore/core/lib/utils/use/useFo
|
|
|
25
25
|
import { NoData } from '@semcore/widget-empty';
|
|
26
26
|
import * as React from 'react';
|
|
27
27
|
/*!__reshadow-styles__:"./dataTable.shadow.css"*/
|
|
28
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
28
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SDataTable_oz5ss_gg_{display:grid;align-items:start;min-width:-moz-fit-content;min-width:fit-content}.___SDataTable_oz5ss_gg_.__isDataEmpty_oz5ss_gg_{display:block;align-items:initial;min-width:initial}.___SDataTable_oz5ss_gg_.__gridTemplateColumns_oz5ss_gg_{grid-template-columns:var(--gridTemplateColumns_oz5ss)}.___SDataTable_oz5ss_gg_.__gridTemplateAreas_oz5ss_gg_{grid-template-areas:var(--gridTemplateAreas_oz5ss)}.___SDataTable_oz5ss_gg_.__gridTemplateRows_oz5ss_gg_{grid-template-rows:var(--gridTemplateRows_oz5ss)}", /*__inner_css_end__*/"oz5ss_gg_"),
|
|
29
29
|
/*__reshadow_css_end__*/
|
|
30
30
|
{
|
|
31
|
-
"__SDataTable": "
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
31
|
+
"__SDataTable": "___SDataTable_oz5ss_gg_",
|
|
32
|
+
"_isDataEmpty": "__isDataEmpty_oz5ss_gg_",
|
|
33
|
+
"_gridTemplateColumns": "__gridTemplateColumns_oz5ss_gg_",
|
|
34
|
+
"--gridTemplateColumns": "--gridTemplateColumns_oz5ss",
|
|
35
|
+
"_gridTemplateAreas": "__gridTemplateAreas_oz5ss_gg_",
|
|
36
|
+
"--gridTemplateAreas": "--gridTemplateAreas_oz5ss",
|
|
37
|
+
"_gridTemplateRows": "__gridTemplateRows_oz5ss_gg_",
|
|
38
|
+
"--gridTemplateRows": "--gridTemplateRows_oz5ss"
|
|
38
39
|
});
|
|
39
40
|
/*!__reshadow-styles__:"../../style/scroll-shadows.shadow.css"*/
|
|
40
41
|
var scrollStyles = (/*__reshadow_css_start__*/_sstyled2.insert(/*__inner_css_start__*/".___SScrollArea_1994j_gg_{width:-moz-fit-content;width:fit-content}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_{overflow:visible;overflow:initial}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_._scrollDirection_both_1994j_gg_{overflow:auto}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_._scrollDirection_both_1994j_gg_.__loading_1994j_gg_,.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_._scrollDirection_horizontal_1994j_gg_.__loading_1994j_gg_,.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_._scrollDirection_vertical_1994j_gg_.__loading_1994j_gg_{overflow:hidden}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_._scrollDirection_horizontal_1994j_gg_{overflow-x:auto;overflow-y:initial}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_._scrollDirection_vertical_1994j_gg_{overflow-x:initial;overflow-y:auto}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_.__headerHeight_1994j_gg_{scroll-padding-top:var(--headerHeight_1994j)}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_.__leftScrollPadding_1994j_gg_{scroll-padding-left:var(--leftScrollPadding_1994j)}.___SScrollArea_1994j_gg_ .___SContainer_1994j_gg_.__rightScrollPadding_1994j_gg_{scroll-padding-right:var(--rightScrollPadding_1994j)}.___SScrollArea_1994j_gg_ .___SShadowHorizontal_1994j_gg_::before,.___SScrollArea_1994j_gg_ .___SShadowHorizontal_1994j_gg_:after,.___SScrollArea_1994j_gg_ .___SShadowVertical_1994j_gg_::after{z-index:20}.___SScrollArea_1994j_gg_ .___SShadowHorizontal_1994j_gg_.__leftOffset_1994j_gg_::before,.___SScrollArea_1994j_gg_ .___SShadowHorizontal_1994j_gg_.__rightOffset_1994j_gg_::after,.___SScrollArea_1994j_gg_ .___SShadowVertical_1994j_gg_::before{display:none}", /*__inner_css_end__*/"1994j_gg_"),
|
|
@@ -83,10 +84,12 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
83
84
|
_defineProperty(_this, "tableRef", /*#__PURE__*/React.createRef());
|
|
84
85
|
_defineProperty(_this, "headerRef", /*#__PURE__*/React.createRef());
|
|
85
86
|
_defineProperty(_this, "spinnerRef", /*#__PURE__*/React.createRef());
|
|
87
|
+
_defineProperty(_this, "containerResizeEndTimeoutId", null);
|
|
86
88
|
_defineProperty(_this, "gridAreaGroupMap", new Map());
|
|
87
89
|
_defineProperty(_this, "columnsSplitter", '/');
|
|
88
|
-
_defineProperty(_this, "
|
|
89
|
-
_defineProperty(_this, "
|
|
90
|
+
_defineProperty(_this, "tmpData", void 0);
|
|
91
|
+
_defineProperty(_this, "calculatedRows", void 0);
|
|
92
|
+
_defineProperty(_this, "flatRows", void 0);
|
|
90
93
|
_defineProperty(_this, "selectAllMessageTimer", 0);
|
|
91
94
|
_defineProperty(_this, "headerNodesMap", new Map());
|
|
92
95
|
_defineProperty(_this, "state", {
|
|
@@ -340,6 +343,10 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
340
343
|
var _this$spinnerRef$curr;
|
|
341
344
|
(_this$spinnerRef$curr = _this.spinnerRef.current) === null || _this$spinnerRef$curr === void 0 || _this$spinnerRef$curr.focus();
|
|
342
345
|
e.currentTarget.setAttribute('tabIndex', '-1');
|
|
346
|
+
if (_this.isDataEmpty) {
|
|
347
|
+
var _this$headerRef$curre;
|
|
348
|
+
(_this$headerRef$curre = _this.headerRef.current) === null || _this$headerRef$curre === void 0 || _this$headerRef$curre.setAttribute('tabIndex', '-1');
|
|
349
|
+
}
|
|
343
350
|
} else if ((!e.relatedTarget || !isFocusInside(e.currentTarget, e.relatedTarget)) && lastInteraction.isKeyboard()) {
|
|
344
351
|
var _row;
|
|
345
352
|
if (_this.focusedCell[0] === -1 && _this.focusedCell[1] === -1) {
|
|
@@ -373,6 +380,10 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
373
380
|
cell.focus();
|
|
374
381
|
}
|
|
375
382
|
}
|
|
383
|
+
if (_this.isDataEmpty) {
|
|
384
|
+
var _this$headerRef$curre2;
|
|
385
|
+
(_this$headerRef$curre2 = _this.headerRef.current) === null || _this$headerRef$curre2 === void 0 || _this$headerRef$curre2.setAttribute('tabIndex', '-1');
|
|
386
|
+
}
|
|
376
387
|
e.currentTarget.setAttribute('tabIndex', '-1');
|
|
377
388
|
}
|
|
378
389
|
});
|
|
@@ -382,6 +393,10 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
382
393
|
if (tableElement && (!relatedTarget || !isFocusInside(tableElement, relatedTarget) || !lastInteraction.isKeyboard())) {
|
|
383
394
|
_this.setInert(false);
|
|
384
395
|
tableElement.setAttribute('tabIndex', '0');
|
|
396
|
+
if (_this.isDataEmpty) {
|
|
397
|
+
var _this$headerRef$curre3;
|
|
398
|
+
(_this$headerRef$curre3 = _this.headerRef.current) === null || _this$headerRef$curre3 === void 0 || _this$headerRef$curre3.setAttribute('tabIndex', '0');
|
|
399
|
+
}
|
|
385
400
|
}
|
|
386
401
|
});
|
|
387
402
|
_defineProperty(_this, "handleMouseMove", function () {
|
|
@@ -390,6 +405,12 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
390
405
|
_defineProperty(_this, "handleBackFromAccordion", function (cellIndex) {
|
|
391
406
|
_this.changeFocusCell(-1, cellIndex === -1 ? 0 : cellIndex, 'up');
|
|
392
407
|
});
|
|
408
|
+
_defineProperty(_this, "handleContainerResizeEnd", function () {
|
|
409
|
+
if (_this.containerResizeEndTimeoutId) {
|
|
410
|
+
clearTimeout(_this.containerResizeEndTimeoutId);
|
|
411
|
+
}
|
|
412
|
+
_this.containerResizeEndTimeoutId = setTimeout(_this.calculateVerticalShadow, 0);
|
|
413
|
+
});
|
|
393
414
|
_defineProperty(_this, "getScrollOffsetValue", function () {
|
|
394
415
|
if (!_this.headerRef.current) {
|
|
395
416
|
return [0, 0];
|
|
@@ -463,8 +484,9 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
463
484
|
_this.columns = cols[0];
|
|
464
485
|
_this.treeColumns = cols[1];
|
|
465
486
|
}
|
|
466
|
-
_this.
|
|
467
|
-
_this.flatRows = _this.
|
|
487
|
+
_this.calculatedRows = _this.getRows();
|
|
488
|
+
_this.flatRows = _this.calculatedRows.flat();
|
|
489
|
+
_this.tmpData = props.data;
|
|
468
490
|
return _this;
|
|
469
491
|
}
|
|
470
492
|
_inherits(DataTableRoot, _Component);
|
|
@@ -503,11 +525,9 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
503
525
|
var cols = this.calculateColumnsFromConfig();
|
|
504
526
|
this.columns = cols[0];
|
|
505
527
|
this.treeColumns = cols[1];
|
|
528
|
+
this.forceUpdate();
|
|
506
529
|
}
|
|
507
530
|
if (prevProps.data !== data || prevProps.columns !== columns) {
|
|
508
|
-
this.rows = this.calculateRows();
|
|
509
|
-
this.flatRows = this.rows.flat();
|
|
510
|
-
this.forceUpdate();
|
|
511
531
|
if (this.hasFixedColumn) {
|
|
512
532
|
this.calculateVerticalShadow();
|
|
513
533
|
}
|
|
@@ -533,7 +553,7 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
533
553
|
var _this$asProps5 = this.asProps,
|
|
534
554
|
totalRows = _this$asProps5.totalRows,
|
|
535
555
|
expandedRows = _this$asProps5.expandedRows;
|
|
536
|
-
var flatRows = this.
|
|
556
|
+
var flatRows = this.getFlatRows();
|
|
537
557
|
var expandedRowsCount = Array.from(expandedRows !== null && expandedRows !== void 0 ? expandedRows : []).reduce(function (acc, rowKey) {
|
|
538
558
|
var dtRow = flatRows.find(function (el) {
|
|
539
559
|
return el[UNIQ_ROW_KEY] === rowKey;
|
|
@@ -551,7 +571,7 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
551
571
|
if (totalRows !== undefined) {
|
|
552
572
|
return totalRows + expandedRowsCount;
|
|
553
573
|
}
|
|
554
|
-
var rows = this.
|
|
574
|
+
var rows = this.getRows().reduce(function (acc, item) {
|
|
555
575
|
acc = acc + 1;
|
|
556
576
|
if (Array.isArray(item)) {
|
|
557
577
|
acc = acc + item.length;
|
|
@@ -595,6 +615,11 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
595
615
|
}
|
|
596
616
|
return scrollDirection;
|
|
597
617
|
}
|
|
618
|
+
}, {
|
|
619
|
+
key: "isDataEmpty",
|
|
620
|
+
get: function get() {
|
|
621
|
+
return this.asProps.data.length === 0;
|
|
622
|
+
}
|
|
598
623
|
}, {
|
|
599
624
|
key: "getHeadProps",
|
|
600
625
|
value: function getHeadProps() {
|
|
@@ -631,9 +656,9 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
631
656
|
sideIndents: sideIndents,
|
|
632
657
|
totalRows: this.totalRows,
|
|
633
658
|
selectedRows: selectedRows,
|
|
634
|
-
flatRows: this.
|
|
659
|
+
flatRows: this.getFlatRows(),
|
|
635
660
|
onChangeSelectAll: function onChangeSelectAll(value, e) {
|
|
636
|
-
var mappedFlatRows = _this3.
|
|
661
|
+
var mappedFlatRows = _this3.getFlatRows().map(function (r) {
|
|
637
662
|
return r[UNIQ_ROW_KEY];
|
|
638
663
|
});
|
|
639
664
|
var selectedRowsSet = new Set(selectedRows);
|
|
@@ -647,7 +672,8 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
647
672
|
getFixedStyle: this.getFixedStyle,
|
|
648
673
|
onCellClick: this.handleCellClick,
|
|
649
674
|
shadowVertical: shadowVertical,
|
|
650
|
-
scrollDirection: this.scrollDirection
|
|
675
|
+
scrollDirection: this.scrollDirection,
|
|
676
|
+
isDataEmpty: this.isDataEmpty
|
|
651
677
|
});
|
|
652
678
|
}
|
|
653
679
|
}, {
|
|
@@ -679,8 +705,8 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
679
705
|
accordionDuration: accordionDuration,
|
|
680
706
|
accordionMode: accordionMode,
|
|
681
707
|
columns: this.columns,
|
|
682
|
-
rows: this.
|
|
683
|
-
flatRows: this.
|
|
708
|
+
rows: this.getRows(),
|
|
709
|
+
flatRows: this.getFlatRows(),
|
|
684
710
|
use: use,
|
|
685
711
|
compact: Boolean(compact),
|
|
686
712
|
gridTemplateColumns: gridTemplateColumns,
|
|
@@ -701,8 +727,8 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
701
727
|
virtualScroll: virtualScroll,
|
|
702
728
|
hasGroups: this.hasGroups,
|
|
703
729
|
uid: uid,
|
|
704
|
-
rowProps: this.
|
|
705
|
-
renderCell: this.
|
|
730
|
+
rowProps: this.getRows().length > 0 ? rowProps : undefined,
|
|
731
|
+
renderCell: this.getRows().length > 0 ? renderCell : undefined,
|
|
706
732
|
renderEmptyData: renderEmptyData,
|
|
707
733
|
sideIndents: sideIndents,
|
|
708
734
|
selectedRows: selectedRows,
|
|
@@ -793,7 +819,8 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
793
819
|
"container": this.tableContainerRef,
|
|
794
820
|
"styles": scrollStyles,
|
|
795
821
|
"onScroll": this.handleScroll,
|
|
796
|
-
"disableAutofocusToContent": true
|
|
822
|
+
"disableAutofocusToContent": true,
|
|
823
|
+
"onResize": this.handleContainerResizeEnd
|
|
797
824
|
}), /*#__PURE__*/React.createElement(ScrollArea.Container, {
|
|
798
825
|
tabIndex: -1
|
|
799
826
|
// @ts-ignore
|
|
@@ -813,6 +840,7 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
813
840
|
"tabIndex": 0,
|
|
814
841
|
"onFocus": this.handleFocus,
|
|
815
842
|
"onBlur": this.handleBlur,
|
|
843
|
+
"isDataEmpty": this.isDataEmpty,
|
|
816
844
|
"aria-rowcount": this.totalRows,
|
|
817
845
|
"aria-colcount": this.columns.length,
|
|
818
846
|
"gridTemplateColumns": gridTemplateColumns.join(' '),
|
|
@@ -1027,12 +1055,21 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
1027
1055
|
groupIndex++;
|
|
1028
1056
|
}
|
|
1029
1057
|
});
|
|
1030
|
-
console.log(calculatedColumns, treeColumns);
|
|
1031
1058
|
return [calculatedColumns, treeColumns];
|
|
1032
1059
|
}
|
|
1033
1060
|
}, {
|
|
1034
|
-
key: "
|
|
1035
|
-
value: function
|
|
1061
|
+
key: "getFlatRows",
|
|
1062
|
+
value: function getFlatRows() {
|
|
1063
|
+
var data = this.props.data;
|
|
1064
|
+
if (this.tmpData === data && this.flatRows) {
|
|
1065
|
+
return this.flatRows;
|
|
1066
|
+
}
|
|
1067
|
+
this.flatRows = this.getRows().flat();
|
|
1068
|
+
return this.flatRows;
|
|
1069
|
+
}
|
|
1070
|
+
}, {
|
|
1071
|
+
key: "getRows",
|
|
1072
|
+
value: function getRows() {
|
|
1036
1073
|
var _this6 = this;
|
|
1037
1074
|
var columns = this.columns;
|
|
1038
1075
|
// @ts-ignore
|
|
@@ -1040,6 +1077,10 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
1040
1077
|
data = _this$props3.data,
|
|
1041
1078
|
uid = _this$props3.uid,
|
|
1042
1079
|
uniqueRowKey = _this$props3.uniqueRowKey;
|
|
1080
|
+
if (this.tmpData === data) {
|
|
1081
|
+
return this.calculatedRows;
|
|
1082
|
+
}
|
|
1083
|
+
this.tmpData = data;
|
|
1043
1084
|
var rows = [];
|
|
1044
1085
|
var columnNames = columns.map(function (column) {
|
|
1045
1086
|
return column.name;
|
|
@@ -1118,6 +1159,7 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
1118
1159
|
rowIndex++;
|
|
1119
1160
|
}
|
|
1120
1161
|
});
|
|
1162
|
+
this.calculatedRows = rows;
|
|
1121
1163
|
return rows;
|
|
1122
1164
|
}
|
|
1123
1165
|
}, {
|
|
@@ -1129,8 +1171,8 @@ var DataTableRoot = /*#__PURE__*/function (_Component) {
|
|
|
1129
1171
|
}, {
|
|
1130
1172
|
key: "getHeaderHeight",
|
|
1131
1173
|
value: function getHeaderHeight() {
|
|
1132
|
-
var _this$headerRef$
|
|
1133
|
-
var header = (_this$headerRef$
|
|
1174
|
+
var _this$headerRef$curre4;
|
|
1175
|
+
var header = (_this$headerRef$curre4 = this.headerRef.current) === null || _this$headerRef$curre4 === void 0 ? void 0 : _this$headerRef$curre4.children;
|
|
1134
1176
|
var height = 0;
|
|
1135
1177
|
for (var i = 0; i < ((_header$length = header === null || header === void 0 ? void 0 : header.length) !== null && _header$length !== void 0 ? _header$length : 0); i++) {
|
|
1136
1178
|
var _header$length;
|