@semcore/data-table 16.0.3-prerelease.1 → 16.0.4-prerelease.3
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 +6 -0
- package/lib/cjs/components/Body/Body.js +36 -36
- package/lib/cjs/components/Body/Cell.js +36 -36
- package/lib/cjs/components/Body/Row.js +36 -36
- package/lib/cjs/components/DataTable/DataTable.js +23 -23
- package/lib/cjs/components/Head/Column.js +31 -26
- package/lib/cjs/components/Head/Column.js.map +1 -1
- package/lib/cjs/components/Head/Group.js +22 -22
- package/lib/cjs/components/Head/Head.js +22 -22
- package/lib/es6/components/Body/Body.js +36 -36
- package/lib/es6/components/Body/Cell.js +36 -36
- package/lib/es6/components/Body/Row.js +36 -36
- package/lib/es6/components/DataTable/DataTable.js +23 -23
- package/lib/es6/components/Head/Column.js +31 -26
- package/lib/es6/components/Head/Column.js.map +1 -1
- package/lib/es6/components/Head/Group.js +22 -22
- package/lib/es6/components/Head/Head.js +22 -22
- package/lib/esm/components/Body/Body.mjs +37 -37
- package/lib/esm/components/Body/Cell.mjs +37 -37
- package/lib/esm/components/Body/Row.mjs +37 -37
- package/lib/esm/components/DataTable/DataTable.mjs +25 -25
- package/lib/esm/components/Head/Column.mjs +29 -27
- package/lib/esm/components/Head/Group.mjs +23 -23
- package/lib/esm/components/Head/Head.mjs +23 -23
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -29,44 +29,44 @@ var _Row = require("./Row");
|
|
|
29
29
|
var _DataTable = require("../DataTable/DataTable");
|
|
30
30
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
31
31
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
32
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1qpmo_gg_,.___SBody_1qpmo_gg_,.___SRowGroup_1qpmo_gg_,.___SRow_1qpmo_gg_{display:contents}.___SBody_1qpmo_gg_.__compact_1qpmo_gg_ .___SCell_1qpmo_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1qpmo_gg_.__compact_1qpmo_gg_ .___SCell_1qpmo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1qpmo) - 1)))}.___SCellWrapper_1qpmo_gg_.__gridArea_1qpmo_gg_,.___SCollapseRow_1qpmo_gg_.__gridArea_1qpmo_gg_,.___SRow_1qpmo_gg_.__gridArea_1qpmo_gg_{grid-area:var(--gridArea_1qpmo)}.___SCellWrapper_1qpmo_gg_{height:100%}.___SAccordionRows_1qpmo_gg_>.___SRow_1qpmo_gg_.__isAccordionRow_1qpmo_gg_:last-child>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_,.___SCollapseRow_1qpmo_gg_.__gridArea_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1qpmo_gg_ .___SCell_1qpmo_gg_{display:block}.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_).__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_,.___SRow_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_._accordionType_row_1qpmo_gg_.__expanded_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_.__isAccordionRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_muted_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_),.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_,.___SRow_1qpmo_gg_:not(._accordionType_row_1qpmo_gg_.__expanded_1qpmo_gg_):hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_info_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_success_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_warning_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_danger_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1qpmo_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_.__expanded_1qpmo_gg_ svg{transform:rotate(90deg)}.___SCell_1qpmo_gg_.__withAccordion_1qpmo_gg_,.___SCheckboxCell_1qpmo_gg_,.___SRow_1qpmo_gg_._accordionType_row_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_{cursor:pointer}.___SCell_1qpmo_gg_._use_primary_1qpmo_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpmo_gg_._use_primary_1qpmo_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_1qpmo) - 1)))}.___SCell_1qpmo_gg_._use_secondary_1qpmo_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpmo_gg_._use_secondary_1qpmo_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_1qpmo) - 1)))}.___SCell_1qpmo_gg_._borders_both_1qpmo_gg_,.___SCell_1qpmo_gg_._borders_left_1qpmo_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1qpmo_gg_._borders_both_1qpmo_gg_,.___SCell_1qpmo_gg_._borders_right_1qpmo_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1qpmo_gg_.__fixed_1qpmo_gg_{position:sticky;z-index:2}.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1qpmo_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SSpinContainer_1qpmo_gg_.__headerHeight_1qpmo_gg_{top:var(--headerHeight_1qpmo)}.___SEmptyData_1qpmo_gg_{grid-column:1/-1}.___SRow_1qpmo_gg_._sideIndents_wide_1qpmo_gg_ .___SCellWrapper_1qpmo_gg_:first-child .___SCell_1qpmo_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1qpmo_gg_._sideIndents_wide_1qpmo_gg_ .___SCellWrapper_1qpmo_gg_:last-child .___SCell_1qpmo_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}", /*__inner_css_end__*/"1qpmo_gg_"),
|
|
32
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1aohy_gg_,.___SBody_1aohy_gg_,.___SRowGroup_1aohy_gg_,.___SRow_1aohy_gg_{display:contents}.___SBody_1aohy_gg_.__compact_1aohy_gg_ .___SCell_1aohy_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1aohy_gg_.__compact_1aohy_gg_ .___SCell_1aohy_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1aohy) - 1)))}.___SCellWrapper_1aohy_gg_.__gridArea_1aohy_gg_,.___SCollapseRow_1aohy_gg_.__gridArea_1aohy_gg_,.___SRow_1aohy_gg_.__gridArea_1aohy_gg_{grid-area:var(--gridArea_1aohy)}.___SCellWrapper_1aohy_gg_{height:100%}.___SAccordionRows_1aohy_gg_>.___SRow_1aohy_gg_.__isAccordionRow_1aohy_gg_:last-child>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_,.___SCollapseRow_1aohy_gg_.__gridArea_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1aohy_gg_ .___SCell_1aohy_gg_{display:block}.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_).__expanded_1aohy_gg_.__withAccordion_1aohy_gg_,.___SRow_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_._accordionType_row_1aohy_gg_.__expanded_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_.__isAccordionRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_muted_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_muted_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_muted_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_muted_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_),.___SRow_1aohy_gg_._theme_muted_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_muted_1aohy_gg_,.___SRow_1aohy_gg_:not(._accordionType_row_1aohy_gg_.__expanded_1aohy_gg_):hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_info_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_info_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_info_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_info_1aohy_gg_,.___SRow_1aohy_gg_._theme_info_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_info_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_success_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_success_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_success_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_success_1aohy_gg_,.___SRow_1aohy_gg_._theme_success_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_success_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_warning_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_warning_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_warning_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_warning_1aohy_gg_,.___SRow_1aohy_gg_._theme_warning_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_warning_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_danger_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_danger_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_danger_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_danger_1aohy_gg_,.___SRow_1aohy_gg_._theme_danger_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_danger_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1aohy_gg_._theme_muted_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1aohy_gg_._theme_muted_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1aohy_gg_._theme_info_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1aohy_gg_._theme_info_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1aohy_gg_._theme_success_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1aohy_gg_._theme_success_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1aohy_gg_._theme_warning_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1aohy_gg_._theme_warning_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1aohy_gg_._theme_danger_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1aohy_gg_._theme_danger_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1aohy_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_.__expanded_1aohy_gg_ svg{transform:rotate(90deg)}.___SCell_1aohy_gg_.__withAccordion_1aohy_gg_,.___SCheckboxCell_1aohy_gg_,.___SRow_1aohy_gg_._accordionType_row_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_{cursor:pointer}.___SCell_1aohy_gg_._use_primary_1aohy_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1aohy_gg_._use_primary_1aohy_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_1aohy) - 1)))}.___SCell_1aohy_gg_._use_secondary_1aohy_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1aohy_gg_._use_secondary_1aohy_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_1aohy) - 1)))}.___SCell_1aohy_gg_._borders_both_1aohy_gg_,.___SCell_1aohy_gg_._borders_left_1aohy_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1aohy_gg_._borders_both_1aohy_gg_,.___SCell_1aohy_gg_._borders_right_1aohy_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1aohy_gg_.__fixed_1aohy_gg_{position:sticky;z-index:2}.___SCell_1aohy_gg_._theme_muted_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1aohy_gg_._theme_info_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1aohy_gg_._theme_success_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1aohy_gg_._theme_warning_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1aohy_gg_._theme_danger_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1aohy_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SSpinContainer_1aohy_gg_.__headerHeight_1aohy_gg_{top:var(--headerHeight_1aohy)}.___SEmptyData_1aohy_gg_{grid-column:1/-1}.___SRow_1aohy_gg_._sideIndents_wide_1aohy_gg_ .___SCellWrapper_1aohy_gg_:first-child .___SCell_1aohy_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1aohy_gg_._sideIndents_wide_1aohy_gg_ .___SCellWrapper_1aohy_gg_:last-child .___SCell_1aohy_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}", /*__inner_css_end__*/"1aohy_gg_"),
|
|
33
33
|
/*__reshadow_css_end__*/
|
|
34
34
|
{
|
|
35
|
-
"__SBody": "
|
|
36
|
-
"__SRow": "
|
|
37
|
-
"__SRowGroup": "
|
|
38
|
-
"__SAccordionRows": "
|
|
39
|
-
"_gridArea": "
|
|
40
|
-
"__SCellWrapper": "
|
|
41
|
-
"__SCollapseRow": "
|
|
42
|
-
"--gridArea": "--
|
|
43
|
-
"__SCell": "
|
|
44
|
-
"_isAccordionRow": "
|
|
45
|
-
"_active": "
|
|
46
|
-
"_theme": "
|
|
47
|
-
"_accordionType_row": "
|
|
48
|
-
"_expanded": "
|
|
49
|
-
"_withAccordion": "
|
|
50
|
-
"_theme_muted": "
|
|
51
|
-
"_theme_info": "
|
|
52
|
-
"_theme_success": "
|
|
53
|
-
"_theme_warning": "
|
|
54
|
-
"_theme_danger": "
|
|
55
|
-
"__SCheckboxCell": "
|
|
56
|
-
"_borders_both": "
|
|
57
|
-
"_borders_left": "
|
|
58
|
-
"_borders_right": "
|
|
59
|
-
"_fixed": "
|
|
60
|
-
"__SSpinContainer": "
|
|
61
|
-
"_headerHeight": "
|
|
62
|
-
"--headerHeight": "--
|
|
63
|
-
"__SEmptyData": "
|
|
64
|
-
"_compact": "
|
|
65
|
-
"--data-aria-level": "--data-aria-
|
|
66
|
-
"__SAccordionToggle": "
|
|
67
|
-
"_use_primary": "
|
|
68
|
-
"_use_secondary": "
|
|
69
|
-
"_sideIndents_wide": "
|
|
35
|
+
"__SBody": "___SBody_1aohy_gg_",
|
|
36
|
+
"__SRow": "___SRow_1aohy_gg_",
|
|
37
|
+
"__SRowGroup": "___SRowGroup_1aohy_gg_",
|
|
38
|
+
"__SAccordionRows": "___SAccordionRows_1aohy_gg_",
|
|
39
|
+
"_gridArea": "__gridArea_1aohy_gg_",
|
|
40
|
+
"__SCellWrapper": "___SCellWrapper_1aohy_gg_",
|
|
41
|
+
"__SCollapseRow": "___SCollapseRow_1aohy_gg_",
|
|
42
|
+
"--gridArea": "--gridArea_1aohy",
|
|
43
|
+
"__SCell": "___SCell_1aohy_gg_",
|
|
44
|
+
"_isAccordionRow": "__isAccordionRow_1aohy_gg_",
|
|
45
|
+
"_active": "__active_1aohy_gg_",
|
|
46
|
+
"_theme": "__theme_1aohy_gg_",
|
|
47
|
+
"_accordionType_row": "_accordionType_row_1aohy_gg_",
|
|
48
|
+
"_expanded": "__expanded_1aohy_gg_",
|
|
49
|
+
"_withAccordion": "__withAccordion_1aohy_gg_",
|
|
50
|
+
"_theme_muted": "_theme_muted_1aohy_gg_",
|
|
51
|
+
"_theme_info": "_theme_info_1aohy_gg_",
|
|
52
|
+
"_theme_success": "_theme_success_1aohy_gg_",
|
|
53
|
+
"_theme_warning": "_theme_warning_1aohy_gg_",
|
|
54
|
+
"_theme_danger": "_theme_danger_1aohy_gg_",
|
|
55
|
+
"__SCheckboxCell": "___SCheckboxCell_1aohy_gg_",
|
|
56
|
+
"_borders_both": "_borders_both_1aohy_gg_",
|
|
57
|
+
"_borders_left": "_borders_left_1aohy_gg_",
|
|
58
|
+
"_borders_right": "_borders_right_1aohy_gg_",
|
|
59
|
+
"_fixed": "__fixed_1aohy_gg_",
|
|
60
|
+
"__SSpinContainer": "___SSpinContainer_1aohy_gg_",
|
|
61
|
+
"_headerHeight": "__headerHeight_1aohy_gg_",
|
|
62
|
+
"--headerHeight": "--headerHeight_1aohy",
|
|
63
|
+
"__SEmptyData": "___SEmptyData_1aohy_gg_",
|
|
64
|
+
"_compact": "__compact_1aohy_gg_",
|
|
65
|
+
"--data-aria-level": "--data-aria-level_1aohy",
|
|
66
|
+
"__SAccordionToggle": "___SAccordionToggle_1aohy_gg_",
|
|
67
|
+
"_use_primary": "_use_primary_1aohy_gg_",
|
|
68
|
+
"_use_secondary": "_use_secondary_1aohy_gg_",
|
|
69
|
+
"_sideIndents_wide": "_sideIndents_wide_1aohy_gg_"
|
|
70
70
|
});
|
|
71
71
|
var ROWS_BUFFER = 20;
|
|
72
72
|
var APROX_ROWS_ON_PAGE = 20;
|
|
@@ -22,44 +22,44 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
22
22
|
var _MergedCells = require("./MergedCells");
|
|
23
23
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
24
24
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
25
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1qpmo_gg_,.___SBody_1qpmo_gg_,.___SRowGroup_1qpmo_gg_,.___SRow_1qpmo_gg_{display:contents}.___SBody_1qpmo_gg_.__compact_1qpmo_gg_ .___SCell_1qpmo_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1qpmo_gg_.__compact_1qpmo_gg_ .___SCell_1qpmo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1qpmo) - 1)))}.___SCellWrapper_1qpmo_gg_.__gridArea_1qpmo_gg_,.___SCollapseRow_1qpmo_gg_.__gridArea_1qpmo_gg_,.___SRow_1qpmo_gg_.__gridArea_1qpmo_gg_{grid-area:var(--gridArea_1qpmo)}.___SCellWrapper_1qpmo_gg_{height:100%}.___SAccordionRows_1qpmo_gg_>.___SRow_1qpmo_gg_.__isAccordionRow_1qpmo_gg_:last-child>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_,.___SCollapseRow_1qpmo_gg_.__gridArea_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1qpmo_gg_ .___SCell_1qpmo_gg_{display:block}.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_).__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_,.___SRow_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_._accordionType_row_1qpmo_gg_.__expanded_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_.__isAccordionRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_muted_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_),.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_,.___SRow_1qpmo_gg_:not(._accordionType_row_1qpmo_gg_.__expanded_1qpmo_gg_):hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_info_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_success_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_warning_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_danger_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1qpmo_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_.__expanded_1qpmo_gg_ svg{transform:rotate(90deg)}.___SCell_1qpmo_gg_.__withAccordion_1qpmo_gg_,.___SCheckboxCell_1qpmo_gg_,.___SRow_1qpmo_gg_._accordionType_row_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_{cursor:pointer}.___SCell_1qpmo_gg_._use_primary_1qpmo_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpmo_gg_._use_primary_1qpmo_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_1qpmo) - 1)))}.___SCell_1qpmo_gg_._use_secondary_1qpmo_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpmo_gg_._use_secondary_1qpmo_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_1qpmo) - 1)))}.___SCell_1qpmo_gg_._borders_both_1qpmo_gg_,.___SCell_1qpmo_gg_._borders_left_1qpmo_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1qpmo_gg_._borders_both_1qpmo_gg_,.___SCell_1qpmo_gg_._borders_right_1qpmo_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1qpmo_gg_.__fixed_1qpmo_gg_{position:sticky;z-index:2}.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1qpmo_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SSpinContainer_1qpmo_gg_.__headerHeight_1qpmo_gg_{top:var(--headerHeight_1qpmo)}.___SEmptyData_1qpmo_gg_{grid-column:1/-1}.___SRow_1qpmo_gg_._sideIndents_wide_1qpmo_gg_ .___SCellWrapper_1qpmo_gg_:first-child .___SCell_1qpmo_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1qpmo_gg_._sideIndents_wide_1qpmo_gg_ .___SCellWrapper_1qpmo_gg_:last-child .___SCell_1qpmo_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}", /*__inner_css_end__*/"1qpmo_gg_"),
|
|
25
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1aohy_gg_,.___SBody_1aohy_gg_,.___SRowGroup_1aohy_gg_,.___SRow_1aohy_gg_{display:contents}.___SBody_1aohy_gg_.__compact_1aohy_gg_ .___SCell_1aohy_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1aohy_gg_.__compact_1aohy_gg_ .___SCell_1aohy_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1aohy) - 1)))}.___SCellWrapper_1aohy_gg_.__gridArea_1aohy_gg_,.___SCollapseRow_1aohy_gg_.__gridArea_1aohy_gg_,.___SRow_1aohy_gg_.__gridArea_1aohy_gg_{grid-area:var(--gridArea_1aohy)}.___SCellWrapper_1aohy_gg_{height:100%}.___SAccordionRows_1aohy_gg_>.___SRow_1aohy_gg_.__isAccordionRow_1aohy_gg_:last-child>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_,.___SCollapseRow_1aohy_gg_.__gridArea_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1aohy_gg_ .___SCell_1aohy_gg_{display:block}.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_).__expanded_1aohy_gg_.__withAccordion_1aohy_gg_,.___SRow_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_._accordionType_row_1aohy_gg_.__expanded_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_.__isAccordionRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_muted_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_muted_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_muted_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_muted_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_),.___SRow_1aohy_gg_._theme_muted_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_muted_1aohy_gg_,.___SRow_1aohy_gg_:not(._accordionType_row_1aohy_gg_.__expanded_1aohy_gg_):hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_info_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_info_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_info_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_info_1aohy_gg_,.___SRow_1aohy_gg_._theme_info_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_info_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_success_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_success_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_success_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_success_1aohy_gg_,.___SRow_1aohy_gg_._theme_success_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_success_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_warning_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_warning_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_warning_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_warning_1aohy_gg_,.___SRow_1aohy_gg_._theme_warning_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_warning_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_danger_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_danger_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_danger_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_danger_1aohy_gg_,.___SRow_1aohy_gg_._theme_danger_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_danger_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1aohy_gg_._theme_muted_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1aohy_gg_._theme_muted_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1aohy_gg_._theme_info_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1aohy_gg_._theme_info_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1aohy_gg_._theme_success_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1aohy_gg_._theme_success_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1aohy_gg_._theme_warning_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1aohy_gg_._theme_warning_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1aohy_gg_._theme_danger_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1aohy_gg_._theme_danger_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1aohy_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_.__expanded_1aohy_gg_ svg{transform:rotate(90deg)}.___SCell_1aohy_gg_.__withAccordion_1aohy_gg_,.___SCheckboxCell_1aohy_gg_,.___SRow_1aohy_gg_._accordionType_row_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_{cursor:pointer}.___SCell_1aohy_gg_._use_primary_1aohy_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1aohy_gg_._use_primary_1aohy_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_1aohy) - 1)))}.___SCell_1aohy_gg_._use_secondary_1aohy_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1aohy_gg_._use_secondary_1aohy_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_1aohy) - 1)))}.___SCell_1aohy_gg_._borders_both_1aohy_gg_,.___SCell_1aohy_gg_._borders_left_1aohy_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1aohy_gg_._borders_both_1aohy_gg_,.___SCell_1aohy_gg_._borders_right_1aohy_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1aohy_gg_.__fixed_1aohy_gg_{position:sticky;z-index:2}.___SCell_1aohy_gg_._theme_muted_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1aohy_gg_._theme_info_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1aohy_gg_._theme_success_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1aohy_gg_._theme_warning_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1aohy_gg_._theme_danger_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1aohy_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SSpinContainer_1aohy_gg_.__headerHeight_1aohy_gg_{top:var(--headerHeight_1aohy)}.___SEmptyData_1aohy_gg_{grid-column:1/-1}.___SRow_1aohy_gg_._sideIndents_wide_1aohy_gg_ .___SCellWrapper_1aohy_gg_:first-child .___SCell_1aohy_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1aohy_gg_._sideIndents_wide_1aohy_gg_ .___SCellWrapper_1aohy_gg_:last-child .___SCell_1aohy_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}", /*__inner_css_end__*/"1aohy_gg_"),
|
|
26
26
|
/*__reshadow_css_end__*/
|
|
27
27
|
{
|
|
28
|
-
"__SBody": "
|
|
29
|
-
"__SRow": "
|
|
30
|
-
"__SRowGroup": "
|
|
31
|
-
"__SAccordionRows": "
|
|
32
|
-
"_gridArea": "
|
|
33
|
-
"__SCellWrapper": "
|
|
34
|
-
"__SCollapseRow": "
|
|
35
|
-
"--gridArea": "--
|
|
36
|
-
"__SCell": "
|
|
37
|
-
"_isAccordionRow": "
|
|
38
|
-
"_active": "
|
|
39
|
-
"_theme": "
|
|
40
|
-
"_accordionType_row": "
|
|
41
|
-
"_expanded": "
|
|
42
|
-
"_withAccordion": "
|
|
43
|
-
"_theme_muted": "
|
|
44
|
-
"_theme_info": "
|
|
45
|
-
"_theme_success": "
|
|
46
|
-
"_theme_warning": "
|
|
47
|
-
"_theme_danger": "
|
|
48
|
-
"__SCheckboxCell": "
|
|
49
|
-
"_borders_both": "
|
|
50
|
-
"_borders_left": "
|
|
51
|
-
"_borders_right": "
|
|
52
|
-
"_fixed": "
|
|
53
|
-
"__SSpinContainer": "
|
|
54
|
-
"_headerHeight": "
|
|
55
|
-
"--headerHeight": "--
|
|
56
|
-
"__SEmptyData": "
|
|
57
|
-
"_compact": "
|
|
58
|
-
"--data-aria-level": "--data-aria-
|
|
59
|
-
"__SAccordionToggle": "
|
|
60
|
-
"_use_primary": "
|
|
61
|
-
"_use_secondary": "
|
|
62
|
-
"_sideIndents_wide": "
|
|
28
|
+
"__SBody": "___SBody_1aohy_gg_",
|
|
29
|
+
"__SRow": "___SRow_1aohy_gg_",
|
|
30
|
+
"__SRowGroup": "___SRowGroup_1aohy_gg_",
|
|
31
|
+
"__SAccordionRows": "___SAccordionRows_1aohy_gg_",
|
|
32
|
+
"_gridArea": "__gridArea_1aohy_gg_",
|
|
33
|
+
"__SCellWrapper": "___SCellWrapper_1aohy_gg_",
|
|
34
|
+
"__SCollapseRow": "___SCollapseRow_1aohy_gg_",
|
|
35
|
+
"--gridArea": "--gridArea_1aohy",
|
|
36
|
+
"__SCell": "___SCell_1aohy_gg_",
|
|
37
|
+
"_isAccordionRow": "__isAccordionRow_1aohy_gg_",
|
|
38
|
+
"_active": "__active_1aohy_gg_",
|
|
39
|
+
"_theme": "__theme_1aohy_gg_",
|
|
40
|
+
"_accordionType_row": "_accordionType_row_1aohy_gg_",
|
|
41
|
+
"_expanded": "__expanded_1aohy_gg_",
|
|
42
|
+
"_withAccordion": "__withAccordion_1aohy_gg_",
|
|
43
|
+
"_theme_muted": "_theme_muted_1aohy_gg_",
|
|
44
|
+
"_theme_info": "_theme_info_1aohy_gg_",
|
|
45
|
+
"_theme_success": "_theme_success_1aohy_gg_",
|
|
46
|
+
"_theme_warning": "_theme_warning_1aohy_gg_",
|
|
47
|
+
"_theme_danger": "_theme_danger_1aohy_gg_",
|
|
48
|
+
"__SCheckboxCell": "___SCheckboxCell_1aohy_gg_",
|
|
49
|
+
"_borders_both": "_borders_both_1aohy_gg_",
|
|
50
|
+
"_borders_left": "_borders_left_1aohy_gg_",
|
|
51
|
+
"_borders_right": "_borders_right_1aohy_gg_",
|
|
52
|
+
"_fixed": "__fixed_1aohy_gg_",
|
|
53
|
+
"__SSpinContainer": "___SSpinContainer_1aohy_gg_",
|
|
54
|
+
"_headerHeight": "__headerHeight_1aohy_gg_",
|
|
55
|
+
"--headerHeight": "--headerHeight_1aohy",
|
|
56
|
+
"__SEmptyData": "___SEmptyData_1aohy_gg_",
|
|
57
|
+
"_compact": "__compact_1aohy_gg_",
|
|
58
|
+
"--data-aria-level": "--data-aria-level_1aohy",
|
|
59
|
+
"__SAccordionToggle": "___SAccordionToggle_1aohy_gg_",
|
|
60
|
+
"_use_primary": "_use_primary_1aohy_gg_",
|
|
61
|
+
"_use_secondary": "_use_secondary_1aohy_gg_",
|
|
62
|
+
"_sideIndents_wide": "_sideIndents_wide_1aohy_gg_"
|
|
63
63
|
});
|
|
64
64
|
var DEFAULT_ROW_DURATION = 50;
|
|
65
65
|
var CellRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -24,44 +24,44 @@ var _MergedCells = require("./MergedCells");
|
|
|
24
24
|
var _DataTable = require("../DataTable/DataTable");
|
|
25
25
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
26
26
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
27
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1qpmo_gg_,.___SBody_1qpmo_gg_,.___SRowGroup_1qpmo_gg_,.___SRow_1qpmo_gg_{display:contents}.___SBody_1qpmo_gg_.__compact_1qpmo_gg_ .___SCell_1qpmo_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1qpmo_gg_.__compact_1qpmo_gg_ .___SCell_1qpmo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1qpmo) - 1)))}.___SCellWrapper_1qpmo_gg_.__gridArea_1qpmo_gg_,.___SCollapseRow_1qpmo_gg_.__gridArea_1qpmo_gg_,.___SRow_1qpmo_gg_.__gridArea_1qpmo_gg_{grid-area:var(--gridArea_1qpmo)}.___SCellWrapper_1qpmo_gg_{height:100%}.___SAccordionRows_1qpmo_gg_>.___SRow_1qpmo_gg_.__isAccordionRow_1qpmo_gg_:last-child>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_,.___SCollapseRow_1qpmo_gg_.__gridArea_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1qpmo_gg_ .___SCell_1qpmo_gg_{display:block}.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_).__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_,.___SRow_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_._accordionType_row_1qpmo_gg_.__expanded_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_.__isAccordionRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_muted_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_),.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_,.___SRow_1qpmo_gg_:not(._accordionType_row_1qpmo_gg_.__expanded_1qpmo_gg_):hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_):not(.__expanded_1qpmo_gg_.__withAccordion_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_info_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_success_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_warning_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]._theme_danger_1qpmo_gg_,.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRowGroup_1qpmo_gg_:has(.___SCell_1qpmo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_,.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_),.___SRow_1qpmo_gg_:hover>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1qpmo_gg_._theme_muted_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1qpmo_gg_._theme_info_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1qpmo_gg_._theme_success_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1qpmo_gg_._theme_warning_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_ .___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1qpmo_gg_._theme_danger_1qpmo_gg_.__active_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_:not(.__theme_1qpmo_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1qpmo_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1qpmo_gg_ .___SAccordionToggle_1qpmo_gg_.__expanded_1qpmo_gg_ svg{transform:rotate(90deg)}.___SCell_1qpmo_gg_.__withAccordion_1qpmo_gg_,.___SCheckboxCell_1qpmo_gg_,.___SRow_1qpmo_gg_._accordionType_row_1qpmo_gg_>.___SCellWrapper_1qpmo_gg_>.___SCell_1qpmo_gg_{cursor:pointer}.___SCell_1qpmo_gg_._use_primary_1qpmo_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpmo_gg_._use_primary_1qpmo_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_1qpmo) - 1)))}.___SCell_1qpmo_gg_._use_secondary_1qpmo_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1qpmo_gg_._use_secondary_1qpmo_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_1qpmo) - 1)))}.___SCell_1qpmo_gg_._borders_both_1qpmo_gg_,.___SCell_1qpmo_gg_._borders_left_1qpmo_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1qpmo_gg_._borders_both_1qpmo_gg_,.___SCell_1qpmo_gg_._borders_right_1qpmo_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1qpmo_gg_.__fixed_1qpmo_gg_{position:sticky;z-index:2}.___SCell_1qpmo_gg_._theme_muted_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1qpmo_gg_._theme_info_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1qpmo_gg_._theme_success_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1qpmo_gg_._theme_warning_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1qpmo_gg_._theme_danger_1qpmo_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1qpmo_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SSpinContainer_1qpmo_gg_.__headerHeight_1qpmo_gg_{top:var(--headerHeight_1qpmo)}.___SEmptyData_1qpmo_gg_{grid-column:1/-1}.___SRow_1qpmo_gg_._sideIndents_wide_1qpmo_gg_ .___SCellWrapper_1qpmo_gg_:first-child .___SCell_1qpmo_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1qpmo_gg_._sideIndents_wide_1qpmo_gg_ .___SCellWrapper_1qpmo_gg_:last-child .___SCell_1qpmo_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}", /*__inner_css_end__*/"1qpmo_gg_"),
|
|
27
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1aohy_gg_,.___SBody_1aohy_gg_,.___SRowGroup_1aohy_gg_,.___SRow_1aohy_gg_{display:contents}.___SBody_1aohy_gg_.__compact_1aohy_gg_ .___SCell_1aohy_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1aohy_gg_.__compact_1aohy_gg_ .___SCell_1aohy_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1aohy) - 1)))}.___SCellWrapper_1aohy_gg_.__gridArea_1aohy_gg_,.___SCollapseRow_1aohy_gg_.__gridArea_1aohy_gg_,.___SRow_1aohy_gg_.__gridArea_1aohy_gg_{grid-area:var(--gridArea_1aohy)}.___SCellWrapper_1aohy_gg_{height:100%}.___SAccordionRows_1aohy_gg_>.___SRow_1aohy_gg_.__isAccordionRow_1aohy_gg_:last-child>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_,.___SCollapseRow_1aohy_gg_.__gridArea_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1aohy_gg_ .___SCell_1aohy_gg_{display:block}.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_).__expanded_1aohy_gg_.__withAccordion_1aohy_gg_,.___SRow_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_._accordionType_row_1aohy_gg_.__expanded_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_.__isAccordionRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_muted_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_muted_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_muted_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_muted_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_),.___SRow_1aohy_gg_._theme_muted_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_muted_1aohy_gg_,.___SRow_1aohy_gg_:not(._accordionType_row_1aohy_gg_.__expanded_1aohy_gg_):hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_):not(.__expanded_1aohy_gg_.__withAccordion_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_info_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_info_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_info_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_info_1aohy_gg_,.___SRow_1aohy_gg_._theme_info_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_info_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_success_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_success_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_success_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_success_1aohy_gg_,.___SRow_1aohy_gg_._theme_success_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_success_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_warning_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_warning_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_warning_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_warning_1aohy_gg_,.___SRow_1aohy_gg_._theme_warning_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_warning_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_._theme_danger_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_[data-grouped-by=rowgroup]._theme_danger_1aohy_gg_,.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_._theme_danger_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRowGroup_1aohy_gg_:has(.___SCell_1aohy_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_danger_1aohy_gg_,.___SRow_1aohy_gg_._theme_danger_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_),.___SRow_1aohy_gg_:hover>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_._theme_danger_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1aohy_gg_._theme_muted_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1aohy_gg_._theme_muted_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1aohy_gg_._theme_info_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1aohy_gg_._theme_info_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1aohy_gg_._theme_success_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1aohy_gg_._theme_success_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1aohy_gg_._theme_warning_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1aohy_gg_._theme_warning_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1aohy_gg_._theme_danger_1aohy_gg_ .___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1aohy_gg_._theme_danger_1aohy_gg_.__active_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_:not(.__theme_1aohy_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1aohy_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1aohy_gg_ .___SAccordionToggle_1aohy_gg_.__expanded_1aohy_gg_ svg{transform:rotate(90deg)}.___SCell_1aohy_gg_.__withAccordion_1aohy_gg_,.___SCheckboxCell_1aohy_gg_,.___SRow_1aohy_gg_._accordionType_row_1aohy_gg_>.___SCellWrapper_1aohy_gg_>.___SCell_1aohy_gg_{cursor:pointer}.___SCell_1aohy_gg_._use_primary_1aohy_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1aohy_gg_._use_primary_1aohy_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_1aohy) - 1)))}.___SCell_1aohy_gg_._use_secondary_1aohy_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1aohy_gg_._use_secondary_1aohy_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_1aohy) - 1)))}.___SCell_1aohy_gg_._borders_both_1aohy_gg_,.___SCell_1aohy_gg_._borders_left_1aohy_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1aohy_gg_._borders_both_1aohy_gg_,.___SCell_1aohy_gg_._borders_right_1aohy_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1aohy_gg_.__fixed_1aohy_gg_{position:sticky;z-index:2}.___SCell_1aohy_gg_._theme_muted_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1aohy_gg_._theme_info_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1aohy_gg_._theme_success_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1aohy_gg_._theme_warning_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1aohy_gg_._theme_danger_1aohy_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1aohy_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SSpinContainer_1aohy_gg_.__headerHeight_1aohy_gg_{top:var(--headerHeight_1aohy)}.___SEmptyData_1aohy_gg_{grid-column:1/-1}.___SRow_1aohy_gg_._sideIndents_wide_1aohy_gg_ .___SCellWrapper_1aohy_gg_:first-child .___SCell_1aohy_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1aohy_gg_._sideIndents_wide_1aohy_gg_ .___SCellWrapper_1aohy_gg_:last-child .___SCell_1aohy_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}", /*__inner_css_end__*/"1aohy_gg_"),
|
|
28
28
|
/*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"__SBody": "
|
|
31
|
-
"__SRow": "
|
|
32
|
-
"__SRowGroup": "
|
|
33
|
-
"__SAccordionRows": "
|
|
34
|
-
"_gridArea": "
|
|
35
|
-
"__SCellWrapper": "
|
|
36
|
-
"__SCollapseRow": "
|
|
37
|
-
"--gridArea": "--
|
|
38
|
-
"__SCell": "
|
|
39
|
-
"_isAccordionRow": "
|
|
40
|
-
"_active": "
|
|
41
|
-
"_theme": "
|
|
42
|
-
"_accordionType_row": "
|
|
43
|
-
"_expanded": "
|
|
44
|
-
"_withAccordion": "
|
|
45
|
-
"_theme_muted": "
|
|
46
|
-
"_theme_info": "
|
|
47
|
-
"_theme_success": "
|
|
48
|
-
"_theme_warning": "
|
|
49
|
-
"_theme_danger": "
|
|
50
|
-
"__SCheckboxCell": "
|
|
51
|
-
"_borders_both": "
|
|
52
|
-
"_borders_left": "
|
|
53
|
-
"_borders_right": "
|
|
54
|
-
"_fixed": "
|
|
55
|
-
"__SSpinContainer": "
|
|
56
|
-
"_headerHeight": "
|
|
57
|
-
"--headerHeight": "--
|
|
58
|
-
"__SEmptyData": "
|
|
59
|
-
"_compact": "
|
|
60
|
-
"--data-aria-level": "--data-aria-
|
|
61
|
-
"__SAccordionToggle": "
|
|
62
|
-
"_use_primary": "
|
|
63
|
-
"_use_secondary": "
|
|
64
|
-
"_sideIndents_wide": "
|
|
30
|
+
"__SBody": "___SBody_1aohy_gg_",
|
|
31
|
+
"__SRow": "___SRow_1aohy_gg_",
|
|
32
|
+
"__SRowGroup": "___SRowGroup_1aohy_gg_",
|
|
33
|
+
"__SAccordionRows": "___SAccordionRows_1aohy_gg_",
|
|
34
|
+
"_gridArea": "__gridArea_1aohy_gg_",
|
|
35
|
+
"__SCellWrapper": "___SCellWrapper_1aohy_gg_",
|
|
36
|
+
"__SCollapseRow": "___SCollapseRow_1aohy_gg_",
|
|
37
|
+
"--gridArea": "--gridArea_1aohy",
|
|
38
|
+
"__SCell": "___SCell_1aohy_gg_",
|
|
39
|
+
"_isAccordionRow": "__isAccordionRow_1aohy_gg_",
|
|
40
|
+
"_active": "__active_1aohy_gg_",
|
|
41
|
+
"_theme": "__theme_1aohy_gg_",
|
|
42
|
+
"_accordionType_row": "_accordionType_row_1aohy_gg_",
|
|
43
|
+
"_expanded": "__expanded_1aohy_gg_",
|
|
44
|
+
"_withAccordion": "__withAccordion_1aohy_gg_",
|
|
45
|
+
"_theme_muted": "_theme_muted_1aohy_gg_",
|
|
46
|
+
"_theme_info": "_theme_info_1aohy_gg_",
|
|
47
|
+
"_theme_success": "_theme_success_1aohy_gg_",
|
|
48
|
+
"_theme_warning": "_theme_warning_1aohy_gg_",
|
|
49
|
+
"_theme_danger": "_theme_danger_1aohy_gg_",
|
|
50
|
+
"__SCheckboxCell": "___SCheckboxCell_1aohy_gg_",
|
|
51
|
+
"_borders_both": "_borders_both_1aohy_gg_",
|
|
52
|
+
"_borders_left": "_borders_left_1aohy_gg_",
|
|
53
|
+
"_borders_right": "_borders_right_1aohy_gg_",
|
|
54
|
+
"_fixed": "__fixed_1aohy_gg_",
|
|
55
|
+
"__SSpinContainer": "___SSpinContainer_1aohy_gg_",
|
|
56
|
+
"_headerHeight": "__headerHeight_1aohy_gg_",
|
|
57
|
+
"--headerHeight": "--headerHeight_1aohy",
|
|
58
|
+
"__SEmptyData": "___SEmptyData_1aohy_gg_",
|
|
59
|
+
"_compact": "__compact_1aohy_gg_",
|
|
60
|
+
"--data-aria-level": "--data-aria-level_1aohy",
|
|
61
|
+
"__SAccordionToggle": "___SAccordionToggle_1aohy_gg_",
|
|
62
|
+
"_use_primary": "_use_primary_1aohy_gg_",
|
|
63
|
+
"_use_secondary": "_use_secondary_1aohy_gg_",
|
|
64
|
+
"_sideIndents_wide": "_sideIndents_wide_1aohy_gg_"
|
|
65
65
|
});
|
|
66
66
|
var RowRoot = /*#__PURE__*/function (_Component) {
|
|
67
67
|
function RowRoot() {
|
|
@@ -33,35 +33,35 @@ var _MergedCells = require("../Body/MergedCells");
|
|
|
33
33
|
var _Head = require("../Head/Head");
|
|
34
34
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
35
35
|
/*!__reshadow-styles__:"./dataTable.shadow.css"*/
|
|
36
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
36
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SDataTable_e0rog_gg_{display:grid;align-items:start;min-width:-moz-fit-content;min-width:fit-content}.___SDataTable_e0rog_gg_.__gridTemplateColumns_e0rog_gg_{grid-template-columns:var(--gridTemplateColumns_e0rog)}.___SDataTable_e0rog_gg_.__gridTemplateAreas_e0rog_gg_{grid-template-areas:var(--gridTemplateAreas_e0rog)}.___SDataTable_e0rog_gg_.__gridTemplateRows_e0rog_gg_{grid-template-rows:var(--gridTemplateRows_e0rog)}", /*__inner_css_end__*/"e0rog_gg_"),
|
|
37
37
|
/*__reshadow_css_end__*/
|
|
38
38
|
{
|
|
39
|
-
"__SDataTable": "
|
|
40
|
-
"_gridTemplateColumns": "
|
|
41
|
-
"--gridTemplateColumns": "--
|
|
42
|
-
"_gridTemplateAreas": "
|
|
43
|
-
"--gridTemplateAreas": "--
|
|
44
|
-
"_gridTemplateRows": "
|
|
45
|
-
"--gridTemplateRows": "--
|
|
39
|
+
"__SDataTable": "___SDataTable_e0rog_gg_",
|
|
40
|
+
"_gridTemplateColumns": "__gridTemplateColumns_e0rog_gg_",
|
|
41
|
+
"--gridTemplateColumns": "--gridTemplateColumns_e0rog",
|
|
42
|
+
"_gridTemplateAreas": "__gridTemplateAreas_e0rog_gg_",
|
|
43
|
+
"--gridTemplateAreas": "--gridTemplateAreas_e0rog",
|
|
44
|
+
"_gridTemplateRows": "__gridTemplateRows_e0rog_gg_",
|
|
45
|
+
"--gridTemplateRows": "--gridTemplateRows_e0rog"
|
|
46
46
|
});
|
|
47
47
|
/*!__reshadow-styles__:"../../style/scroll-shadows.shadow.css"*/
|
|
48
|
-
var scrollStyles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
48
|
+
var scrollStyles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SScrollArea_rz9ze_gg_{width:-moz-fit-content;width:fit-content}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_{overflow:visible;overflow:initial}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_._scrollDirection_both_rz9ze_gg_{overflow:auto}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_._scrollDirection_horizontal_rz9ze_gg_{overflow-x:auto;overflow-y:initial}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_._scrollDirection_vertical_rz9ze_gg_{overflow-x:initial;overflow-y:auto}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_.__loading_rz9ze_gg_{overflow:hidden}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_.__headerHeight_rz9ze_gg_{scroll-padding-top:var(--headerHeight_rz9ze)}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_.__leftScrollPadding_rz9ze_gg_{scroll-padding-left:var(--leftScrollPadding_rz9ze)}.___SScrollArea_rz9ze_gg_ .___SContainer_rz9ze_gg_.__rightScrollPadding_rz9ze_gg_{scroll-padding-right:var(--rightScrollPadding_rz9ze)}.___SScrollArea_rz9ze_gg_ .___SShadowVertical_rz9ze_gg_:before{display:none}.___SScrollArea_rz9ze_gg_ .___SShadowHorizontal_rz9ze_gg_:after,.___SScrollArea_rz9ze_gg_ .___SShadowHorizontal_rz9ze_gg_:before,.___SScrollArea_rz9ze_gg_ .___SShadowVertical_rz9ze_gg_:after{z-index:2}", /*__inner_css_end__*/"rz9ze_gg_"),
|
|
49
49
|
/*__reshadow_css_end__*/
|
|
50
50
|
{
|
|
51
|
-
"__SScrollArea": "
|
|
52
|
-
"__SContainer": "
|
|
53
|
-
"_scrollDirection_both": "
|
|
54
|
-
"_scrollDirection_horizontal": "
|
|
55
|
-
"_scrollDirection_vertical": "
|
|
56
|
-
"_loading": "
|
|
57
|
-
"_headerHeight": "
|
|
58
|
-
"--headerHeight": "--
|
|
59
|
-
"_leftScrollPadding": "
|
|
60
|
-
"--leftScrollPadding": "--
|
|
61
|
-
"_rightScrollPadding": "
|
|
62
|
-
"--rightScrollPadding": "--
|
|
63
|
-
"__SShadowVertical": "
|
|
64
|
-
"__SShadowHorizontal": "
|
|
51
|
+
"__SScrollArea": "___SScrollArea_rz9ze_gg_",
|
|
52
|
+
"__SContainer": "___SContainer_rz9ze_gg_",
|
|
53
|
+
"_scrollDirection_both": "_scrollDirection_both_rz9ze_gg_",
|
|
54
|
+
"_scrollDirection_horizontal": "_scrollDirection_horizontal_rz9ze_gg_",
|
|
55
|
+
"_scrollDirection_vertical": "_scrollDirection_vertical_rz9ze_gg_",
|
|
56
|
+
"_loading": "__loading_rz9ze_gg_",
|
|
57
|
+
"_headerHeight": "__headerHeight_rz9ze_gg_",
|
|
58
|
+
"--headerHeight": "--headerHeight_rz9ze",
|
|
59
|
+
"_leftScrollPadding": "__leftScrollPadding_rz9ze_gg_",
|
|
60
|
+
"--leftScrollPadding": "--leftScrollPadding_rz9ze",
|
|
61
|
+
"_rightScrollPadding": "__rightScrollPadding_rz9ze_gg_",
|
|
62
|
+
"--rightScrollPadding": "--rightScrollPadding_rz9ze",
|
|
63
|
+
"__SShadowVertical": "___SShadowVertical_rz9ze_gg_",
|
|
64
|
+
"__SShadowHorizontal": "___SShadowHorizontal_rz9ze_gg_"
|
|
65
65
|
});
|
|
66
66
|
var ACCORDION = exports.ACCORDION = Symbol('accordion');
|
|
67
67
|
var ROW_GROUP = exports.ROW_GROUP = Symbol('ROW_GROUP');
|