@semcore/data-table 16.2.1 → 16.3.0-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 +11 -0
- package/lib/cjs/components/Body/Body.js +57 -48
- package/lib/cjs/components/Body/Body.js.map +1 -1
- package/lib/cjs/components/Body/Body.types.js.map +1 -1
- package/lib/cjs/components/Body/Cell.js +48 -45
- package/lib/cjs/components/Body/Cell.js.map +1 -1
- package/lib/cjs/components/Body/Cell.types.js.map +1 -1
- package/lib/cjs/components/Body/Row.js +44 -43
- package/lib/cjs/components/Body/Row.js.map +1 -1
- package/lib/cjs/components/Body/style.shadow.css +9 -0
- package/lib/cjs/components/DataTable/DataTable.js +36 -31
- package/lib/cjs/components/DataTable/DataTable.js.map +1 -1
- package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/cjs/components/Head/Column.js +36 -36
- package/lib/cjs/components/Head/Group.js +36 -36
- package/lib/cjs/components/Head/Head.js +36 -36
- package/lib/cjs/index.js.map +1 -1
- package/lib/es6/components/Body/Body.js +57 -48
- package/lib/es6/components/Body/Body.js.map +1 -1
- package/lib/es6/components/Body/Body.types.js.map +1 -1
- package/lib/es6/components/Body/Cell.js +48 -45
- package/lib/es6/components/Body/Cell.js.map +1 -1
- package/lib/es6/components/Body/Cell.types.js.map +1 -1
- package/lib/es6/components/Body/Row.js +44 -43
- package/lib/es6/components/Body/Row.js.map +1 -1
- package/lib/es6/components/Body/style.shadow.css +9 -0
- package/lib/es6/components/DataTable/DataTable.js +36 -31
- package/lib/es6/components/DataTable/DataTable.js.map +1 -1
- package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/es6/components/Head/Column.js +36 -36
- package/lib/es6/components/Head/Group.js +36 -36
- package/lib/es6/components/Head/Head.js +36 -36
- package/lib/es6/index.js.map +1 -1
- package/lib/esm/components/Body/Body.mjs +57 -50
- package/lib/esm/components/Body/Cell.mjs +48 -46
- package/lib/esm/components/Body/Row.mjs +45 -44
- package/lib/esm/components/Body/style.shadow.css +9 -0
- package/lib/esm/components/DataTable/DataTable.mjs +36 -33
- package/lib/esm/components/Head/Column.mjs +37 -37
- package/lib/esm/components/Head/Group.mjs +37 -37
- package/lib/esm/components/Head/Head.mjs +37 -37
- package/lib/types/components/Body/Body.types.d.ts +1 -0
- package/lib/types/components/Body/Cell.types.d.ts +1 -0
- package/lib/types/components/DataTable/DataTable.types.d.ts +6 -1
- package/lib/types/index.d.ts +2 -2
- package/package.json +22 -22
|
@@ -18,7 +18,7 @@ import * as React from "react";
|
|
|
18
18
|
import { Cell } from "./Cell.mjs";
|
|
19
19
|
import { MergedRowsCell, MergedColumnsCell } from "./MergedCells.mjs";
|
|
20
20
|
import { Row } from "./Row.mjs";
|
|
21
|
-
import { ROW_INDEX, UNIQ_ROW_KEY, ACCORDION,
|
|
21
|
+
import { ROW_INDEX, UNIQ_ROW_KEY, ACCORDION, IS_EMPTY_DATA_ROW, ROW_GROUP } from "../DataTable/DataTable.mjs";
|
|
22
22
|
function _callSuper(t, o, e) {
|
|
23
23
|
return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
|
|
24
24
|
}
|
|
@@ -27,53 +27,54 @@ var style = (
|
|
|
27
27
|
/*__reshadow_css_start__*/
|
|
28
28
|
(sstyled.insert(
|
|
29
29
|
/*__inner_css_start__*/
|
|
30
|
-
'.___SAccordionRows_u2512_gg_,.___SBody_u2512_gg_,.___SRowGroup_u2512_gg_,.___SRow_u2512_gg_{display:contents}.___SBody_u2512_gg_.__compact_u2512_gg_ .___SCell_u2512_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_u2512_gg_.__compact_u2512_gg_ .___SCell_u2512_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_u2512) - 1)))}.___SCellWrapper_u2512_gg_.__gridArea_u2512_gg_,.___SCollapseRow_u2512_gg_.__gridArea_u2512_gg_,.___SRow_u2512_gg_.__gridArea_u2512_gg_{grid-area:var(--gridArea_u2512)}.___SCellWrapper_u2512_gg_{height:100%;overflow:hidden}.___SCollapseRow_u2512_gg_.__gridArea_u2512_gg_>.___SCellWrapper_u2512_gg_,.___SRow_u2512_gg_.__isAccordionRow_u2512_gg_>.___SCellWrapper_u2512_gg_{height:auto;overflow:auto}.___SAccordionRows_u2512_gg_>.___SRow_u2512_gg_.__isAccordionRow_u2512_gg_:last-child>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_,.___SCollapseRow_u2512_gg_.__gridArea_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_u2512_gg_ .___SCell_u2512_gg_{display:block}.___SCell_u2512_gg_:not(.__theme_u2512_gg_).__expanded_u2512_gg_.__withAccordion_u2512_gg_,.___SRow_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRow_u2512_gg_._accordionType_row_u2512_gg_.__expanded_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRow_u2512_gg_.__isAccordionRow_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_muted_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_muted_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_muted_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_muted_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_._theme_muted_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_muted_u2512_gg_,.___SRow_u2512_gg_:not(._accordionType_row_u2512_gg_.__expanded_u2512_gg_):hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_info_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_info_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_info_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_info_u2512_gg_,.___SRow_u2512_gg_._theme_info_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_info_u2512_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_success_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_success_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_success_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_success_u2512_gg_,.___SRow_u2512_gg_._theme_success_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_success_u2512_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_warning_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_warning_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_warning_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_warning_u2512_gg_,.___SRow_u2512_gg_._theme_warning_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_warning_u2512_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_danger_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_danger_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_danger_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_danger_u2512_gg_,.___SRow_u2512_gg_._theme_danger_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_danger_u2512_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_u2512_gg_._theme_muted_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_u2512_gg_._theme_muted_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_u2512_gg_._theme_info_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_u2512_gg_._theme_info_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_u2512_gg_._theme_success_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_u2512_gg_._theme_success_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_u2512_gg_._theme_warning_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_u2512_gg_._theme_warning_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_u2512_gg_._theme_danger_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_u2512_gg_._theme_danger_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_u2512_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_u2512_gg_ .___SAccordionToggle_u2512_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_u2512_gg_ .___SAccordionToggle_u2512_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_u2512_gg_ .___SAccordionToggle_u2512_gg_.__expanded_u2512_gg_ svg{transform:rotate(90deg)}.___SCell_u2512_gg_.__withAccordion_u2512_gg_,.___SCheckboxCell_u2512_gg_,.___SRow_u2512_gg_._accordionType_row_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_{cursor:pointer}.___SCell_u2512_gg_._use_primary_u2512_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_u2512_gg_._use_primary_u2512_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_u2512) - 1)))}.___SCell_u2512_gg_._use_secondary_u2512_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_u2512_gg_._use_secondary_u2512_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_u2512) - 1)))}.___SCell_u2512_gg_._borders_both_u2512_gg_,.___SCell_u2512_gg_._borders_left_u2512_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_u2512_gg_._borders_both_u2512_gg_,.___SCell_u2512_gg_._borders_right_u2512_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_u2512_gg_.__fixed_u2512_gg_{position:sticky;z-index:2}.___SCell_u2512_gg_._theme_muted_u2512_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_u2512_gg_._theme_info_u2512_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_u2512_gg_._theme_success_u2512_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_u2512_gg_._theme_warning_u2512_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_u2512_gg_._theme_danger_u2512_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_u2512_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_u2512_gg_:focus-visible{z-index:15}.___SSpinContainer_u2512_gg_.__headerHeight_u2512_gg_{top:var(--headerHeight_u2512)}.___SEmptyData_u2512_gg_{grid-column:1/-1}.___SRow_u2512_gg_._sideIndents_wide_u2512_gg_ .___SCellWrapper_u2512_gg_:first-child .___SCell_u2512_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_u2512_gg_._sideIndents_wide_u2512_gg_ .___SCellWrapper_u2512_gg_:last-child .___SCell_u2512_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_u2512_gg_.__fixed_u2512_gg_.__shadowVertical_u2512_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_median_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_start_u2512_gg_{margin-right:-5px}.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_median_u2512_gg_:after,.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_start_u2512_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_median_u2512_gg_ .___SCell_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_start_u2512_gg_ .___SCell_u2512_gg_{margin-right:5px}.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_end_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_median_u2512_gg_{margin-left:-5px}.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_end_u2512_gg_:after,.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_median_u2512_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_end_u2512_gg_ .___SCell_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_median_u2512_gg_ .___SCell_u2512_gg_{margin-left:5px}',
|
|
30
|
+
'.___SAccordionRows_9f9f4_gg_,.___SBody_9f9f4_gg_,.___SRowGroup_9f9f4_gg_,.___SRow_9f9f4_gg_{display:contents}.___SBody_9f9f4_gg_.__compact_9f9f4_gg_ .___SCell_9f9f4_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_9f9f4_gg_.__compact_9f9f4_gg_ .___SCell_9f9f4_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_9f9f4) - 1)))}.___SCellWrapper_9f9f4_gg_.__gridArea_9f9f4_gg_,.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_,.___SRow_9f9f4_gg_.__gridArea_9f9f4_gg_{grid-area:var(--gridArea_9f9f4)}.___SCellWrapper_9f9f4_gg_{height:100%;overflow:hidden}.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_,.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_{height:auto;overflow:auto}.___SAccordionRows_9f9f4_gg_>.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_:last-child>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_,.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SAccordionRows_9f9f4_gg_>.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_:last-child>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_.__withoutBorder_9f9f4_gg_,.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_.__withoutBorder_9f9f4_gg_{border-bottom:none}.___SCollapseRow_9f9f4_gg_ .___SCell_9f9f4_gg_{display:block}.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_).__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_,.___SRow_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRow_9f9f4_gg_._accordionType_row_9f9f4_gg_.__expanded_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_muted_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_muted_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_muted_9f9f4_gg_,.___SRow_9f9f4_gg_:not(._accordionType_row_9f9f4_gg_.__expanded_9f9f4_gg_):hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_info_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_info_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_info_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_success_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_success_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_success_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_warning_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_warning_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_warning_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_danger_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_danger_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_danger_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_9f9f4_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_9f9f4_gg_ .___SAccordionToggle_9f9f4_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_9f9f4_gg_ .___SAccordionToggle_9f9f4_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_9f9f4_gg_ .___SAccordionToggle_9f9f4_gg_.__expanded_9f9f4_gg_ svg{transform:rotate(90deg)}.___SCell_9f9f4_gg_.__withoutBorder_9f9f4_gg_{border-bottom:none}.___SCell_9f9f4_gg_.__withAccordion_9f9f4_gg_,.___SCheckboxCell_9f9f4_gg_,.___SRow_9f9f4_gg_._accordionType_row_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_{cursor:pointer}.___SCell_9f9f4_gg_._use_primary_9f9f4_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_9f9f4_gg_._use_primary_9f9f4_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_9f9f4) - 1)))}.___SCell_9f9f4_gg_._use_secondary_9f9f4_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_9f9f4_gg_._use_secondary_9f9f4_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_9f9f4) - 1)))}.___SCell_9f9f4_gg_._borders_both_9f9f4_gg_,.___SCell_9f9f4_gg_._borders_left_9f9f4_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_9f9f4_gg_._borders_both_9f9f4_gg_,.___SCell_9f9f4_gg_._borders_right_9f9f4_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_9f9f4_gg_.__fixed_9f9f4_gg_{position:sticky;z-index:2}.___SCell_9f9f4_gg_._theme_muted_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_9f9f4_gg_._theme_info_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_9f9f4_gg_._theme_success_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_9f9f4_gg_._theme_warning_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_9f9f4_gg_._theme_danger_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_9f9f4_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_9f9f4_gg_:focus-visible{z-index:15}.___SSpinContainer_9f9f4_gg_.__headerHeight_9f9f4_gg_{top:var(--headerHeight_9f9f4)}.___SEmptyData_9f9f4_gg_{grid-column:1/-1}.___SRow_9f9f4_gg_._sideIndents_wide_9f9f4_gg_ .___SCellWrapper_9f9f4_gg_:first-child .___SCell_9f9f4_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_9f9f4_gg_._sideIndents_wide_9f9f4_gg_ .___SCellWrapper_9f9f4_gg_:last-child .___SCell_9f9f4_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_9f9f4_gg_.__fixed_9f9f4_gg_.__shadowVertical_9f9f4_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_median_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_start_9f9f4_gg_{margin-right:-5px}.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_median_9f9f4_gg_:after,.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_start_9f9f4_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_median_9f9f4_gg_ .___SCell_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_start_9f9f4_gg_ .___SCell_9f9f4_gg_{margin-right:5px}.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_end_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_median_9f9f4_gg_{margin-left:-5px}.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_end_9f9f4_gg_:after,.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_median_9f9f4_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_end_9f9f4_gg_ .___SCell_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_median_9f9f4_gg_ .___SCell_9f9f4_gg_{margin-left:5px}',
|
|
31
31
|
/*__inner_css_end__*/
|
|
32
|
-
"
|
|
32
|
+
"9f9f4_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
|
-
"_isAccordionRow": "
|
|
44
|
-
"__SCell": "
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
35
|
+
"__SBody": "___SBody_9f9f4_gg_",
|
|
36
|
+
"__SRow": "___SRow_9f9f4_gg_",
|
|
37
|
+
"__SRowGroup": "___SRowGroup_9f9f4_gg_",
|
|
38
|
+
"__SAccordionRows": "___SAccordionRows_9f9f4_gg_",
|
|
39
|
+
"_gridArea": "__gridArea_9f9f4_gg_",
|
|
40
|
+
"__SCellWrapper": "___SCellWrapper_9f9f4_gg_",
|
|
41
|
+
"__SCollapseRow": "___SCollapseRow_9f9f4_gg_",
|
|
42
|
+
"--gridArea": "--gridArea_9f9f4",
|
|
43
|
+
"_isAccordionRow": "__isAccordionRow_9f9f4_gg_",
|
|
44
|
+
"__SCell": "___SCell_9f9f4_gg_",
|
|
45
|
+
"_withoutBorder": "__withoutBorder_9f9f4_gg_",
|
|
46
|
+
"_active": "__active_9f9f4_gg_",
|
|
47
|
+
"_theme": "__theme_9f9f4_gg_",
|
|
48
|
+
"_accordionType_row": "_accordionType_row_9f9f4_gg_",
|
|
49
|
+
"_expanded": "__expanded_9f9f4_gg_",
|
|
50
|
+
"_withAccordion": "__withAccordion_9f9f4_gg_",
|
|
51
|
+
"_isNonInteractive": "__isNonInteractive_9f9f4_gg_",
|
|
52
|
+
"_theme_muted": "_theme_muted_9f9f4_gg_",
|
|
53
|
+
"_theme_info": "_theme_info_9f9f4_gg_",
|
|
54
|
+
"_theme_success": "_theme_success_9f9f4_gg_",
|
|
55
|
+
"_theme_warning": "_theme_warning_9f9f4_gg_",
|
|
56
|
+
"_theme_danger": "_theme_danger_9f9f4_gg_",
|
|
57
|
+
"__SCheckboxCell": "___SCheckboxCell_9f9f4_gg_",
|
|
58
|
+
"_borders_both": "_borders_both_9f9f4_gg_",
|
|
59
|
+
"_borders_left": "_borders_left_9f9f4_gg_",
|
|
60
|
+
"_borders_right": "_borders_right_9f9f4_gg_",
|
|
61
|
+
"_fixed": "__fixed_9f9f4_gg_",
|
|
62
|
+
"__SSpinContainer": "___SSpinContainer_9f9f4_gg_",
|
|
63
|
+
"_headerHeight": "__headerHeight_9f9f4_gg_",
|
|
64
|
+
"--headerHeight": "--headerHeight_9f9f4",
|
|
65
|
+
"__SEmptyData": "___SEmptyData_9f9f4_gg_",
|
|
66
|
+
"_compact": "__compact_9f9f4_gg_",
|
|
67
|
+
"--data-aria-level": "--data-aria-level_9f9f4",
|
|
68
|
+
"__SAccordionToggle": "___SAccordionToggle_9f9f4_gg_",
|
|
69
|
+
"_use_primary": "_use_primary_9f9f4_gg_",
|
|
70
|
+
"_use_secondary": "_use_secondary_9f9f4_gg_",
|
|
71
|
+
"_sideIndents_wide": "_sideIndents_wide_9f9f4_gg_",
|
|
72
|
+
"_shadowVertical": "__shadowVertical_9f9f4_gg_",
|
|
73
|
+
"_fixed_left": "_fixed_left_9f9f4_gg_",
|
|
74
|
+
"_shadowVertical_median": "_shadowVertical_median_9f9f4_gg_",
|
|
75
|
+
"_shadowVertical_start": "_shadowVertical_start_9f9f4_gg_",
|
|
76
|
+
"_fixed_right": "_fixed_right_9f9f4_gg_",
|
|
77
|
+
"_shadowVertical_end": "_shadowVertical_end_9f9f4_gg_"
|
|
77
78
|
})
|
|
78
79
|
);
|
|
79
80
|
var ROWS_BUFFER = 20;
|
|
@@ -166,7 +167,7 @@ var BodyRoot = /* @__PURE__ */ function(_Component) {
|
|
|
166
167
|
return _createClass(BodyRoot2, [{
|
|
167
168
|
key: "getRowProps",
|
|
168
169
|
value: function getRowProps(props) {
|
|
169
|
-
var _this$asProps2 = this.asProps, use = _this$asProps2.use, gridTemplateAreas = _this$asProps2.gridTemplateAreas, gridTemplateColumns = _this$asProps2.gridTemplateColumns, expandedRows = _this$asProps2.expandedRows, columns = _this$asProps2.columns, onExpandRow = _this$asProps2.onExpandRow, loading = _this$asProps2.loading, hasGroups = _this$asProps2.hasGroups, scrollAreaRef = _this$asProps2.scrollAreaRef, uid = _this$asProps2.uid, onBackFromAccordion = _this$asProps2.onBackFromAccordion, rowProps = _this$asProps2.rowProps, rows = _this$asProps2.rows, flatRows = _this$asProps2.flatRows, sideIndents = _this$asProps2.sideIndents, selectedRows = _this$asProps2.selectedRows, onSelectRow = _this$asProps2.onSelectRow, getFixedStyle = _this$asProps2.getFixedStyle, accordionDuration = _this$asProps2.accordionDuration;
|
|
170
|
+
var _this$asProps2 = this.asProps, use = _this$asProps2.use, gridTemplateAreas = _this$asProps2.gridTemplateAreas, gridTemplateColumns = _this$asProps2.gridTemplateColumns, expandedRows = _this$asProps2.expandedRows, columns = _this$asProps2.columns, onExpandRow = _this$asProps2.onExpandRow, loading = _this$asProps2.loading, hasGroups = _this$asProps2.hasGroups, scrollAreaRef = _this$asProps2.scrollAreaRef, uid = _this$asProps2.uid, onBackFromAccordion = _this$asProps2.onBackFromAccordion, rowProps = _this$asProps2.rowProps, rows = _this$asProps2.rows, flatRows = _this$asProps2.flatRows, sideIndents = _this$asProps2.sideIndents, selectedRows = _this$asProps2.selectedRows, onSelectRow = _this$asProps2.onSelectRow, getFixedStyle = _this$asProps2.getFixedStyle, accordionDuration = _this$asProps2.accordionDuration, variant = _this$asProps2.variant;
|
|
170
171
|
var row = props.row;
|
|
171
172
|
var index = row[ROW_INDEX];
|
|
172
173
|
var rowIndex = Array.from(expandedRows !== null && expandedRows !== void 0 ? expandedRows : []).reduce(function(acc, item) {
|
|
@@ -187,6 +188,7 @@ var BodyRoot = /* @__PURE__ */ function(_Component) {
|
|
|
187
188
|
var gridRowIndex = rowIndex + (hasGroups ? 3 : 2);
|
|
188
189
|
var ariaRowIndex = rowIndex + 2;
|
|
189
190
|
var accordionDataGridArea = Array.isArray(row[ACCORDION]) ? "".concat(gridRowIndex + 1, " / 1 / ").concat(gridRowIndex + 1 + row[ACCORDION].length, " / ").concat(columns.length + 1) : "".concat(gridRowIndex + 1, " / 1 / ").concat(gridRowIndex + 1, " / ").concat(columns.length + 1);
|
|
191
|
+
var sideIndentsValue = variant === "card" ? "wide" : sideIndents;
|
|
190
192
|
return _objectSpread(_objectSpread({
|
|
191
193
|
onClick: row[ACCORDION] && !props.mergedRow ? this.handleClickRow(row, index) : void 0
|
|
192
194
|
}, rowProps === null || rowProps === void 0 ? void 0 : rowProps(row, index)), {}, {
|
|
@@ -209,7 +211,7 @@ var BodyRoot = /* @__PURE__ */ function(_Component) {
|
|
|
209
211
|
onSelectRow,
|
|
210
212
|
inert: loading ? "" : void 0,
|
|
211
213
|
scrollAreaRef,
|
|
212
|
-
sideIndents,
|
|
214
|
+
sideIndents: sideIndentsValue,
|
|
213
215
|
getFixedStyle,
|
|
214
216
|
mergedRow: props.mergedRow,
|
|
215
217
|
accordionDuration
|
|
@@ -219,7 +221,7 @@ var BodyRoot = /* @__PURE__ */ function(_Component) {
|
|
|
219
221
|
key: "getCellProps",
|
|
220
222
|
value: function getCellProps(props) {
|
|
221
223
|
var _props$children, _value3, _this2 = this;
|
|
222
|
-
var _this$asProps3 = this.asProps, use = _this$asProps3.use, renderCell = _this$asProps3.renderCell, expandedRows = _this$asProps3.expandedRows, styles = _this$asProps3.styles, getI18nText = _this$asProps3.getI18nText, virtualScroll = _this$asProps3.virtualScroll, tableRef = _this$asProps3.tableRef, flatRows = _this$asProps3.flatRows, accordionDuration = _this$asProps3.accordionDuration, onCellClick = _this$asProps3.onCellClick, rawData = _this$asProps3.rawData, shadowVertical = _this$asProps3.shadowVertical;
|
|
224
|
+
var _this$asProps3 = this.asProps, use = _this$asProps3.use, renderCell = _this$asProps3.renderCell, expandedRows = _this$asProps3.expandedRows, styles = _this$asProps3.styles, getI18nText = _this$asProps3.getI18nText, virtualScroll = _this$asProps3.virtualScroll, tableRef = _this$asProps3.tableRef, flatRows = _this$asProps3.flatRows, accordionDuration = _this$asProps3.accordionDuration, onCellClick = _this$asProps3.onCellClick, rawData = _this$asProps3.rawData, shadowVertical = _this$asProps3.shadowVertical, variant = _this$asProps3.variant;
|
|
223
225
|
var SAccordionToggle = ButtonLink;
|
|
224
226
|
var dataKey = props.column.name;
|
|
225
227
|
var cellValue = props.row[dataKey];
|
|
@@ -238,6 +240,10 @@ var BodyRoot = /* @__PURE__ */ function(_Component) {
|
|
|
238
240
|
var _value;
|
|
239
241
|
return /* @__PURE__ */ React.isValidElement(value) ? value : (_value = value) === null || _value === void 0 ? void 0 : _value.toString();
|
|
240
242
|
};
|
|
243
|
+
var withoutBorder = props.row[IS_EMPTY_DATA_ROW];
|
|
244
|
+
if (variant === "card") {
|
|
245
|
+
withoutBorder = props.accordionRowIndex !== void 0 ? props.accordionRowIndex + 1 === props.rows.length : flatRows.length === props.rowIndex + 1;
|
|
246
|
+
}
|
|
241
247
|
var extraProps = {
|
|
242
248
|
use,
|
|
243
249
|
virtualScroll: Boolean(virtualScroll),
|
|
@@ -245,8 +251,9 @@ var BodyRoot = /* @__PURE__ */ function(_Component) {
|
|
|
245
251
|
children: (_props$children = props === null || props === void 0 ? void 0 : props.children) !== null && _props$children !== void 0 ? _props$children : defaultRender(),
|
|
246
252
|
accordionDuration,
|
|
247
253
|
onClick: onCellClick,
|
|
248
|
-
flatRows
|
|
249
|
-
shadowVertical
|
|
254
|
+
flatRows,
|
|
255
|
+
shadowVertical,
|
|
256
|
+
withoutBorder
|
|
250
257
|
};
|
|
251
258
|
if (renderCell) {
|
|
252
259
|
var _value$toString, _value2;
|
|
@@ -20,53 +20,54 @@ var style = (
|
|
|
20
20
|
/*__reshadow_css_start__*/
|
|
21
21
|
(sstyled.insert(
|
|
22
22
|
/*__inner_css_start__*/
|
|
23
|
-
'.___SAccordionRows_u2512_gg_,.___SBody_u2512_gg_,.___SRowGroup_u2512_gg_,.___SRow_u2512_gg_{display:contents}.___SBody_u2512_gg_.__compact_u2512_gg_ .___SCell_u2512_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_u2512_gg_.__compact_u2512_gg_ .___SCell_u2512_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_u2512) - 1)))}.___SCellWrapper_u2512_gg_.__gridArea_u2512_gg_,.___SCollapseRow_u2512_gg_.__gridArea_u2512_gg_,.___SRow_u2512_gg_.__gridArea_u2512_gg_{grid-area:var(--gridArea_u2512)}.___SCellWrapper_u2512_gg_{height:100%;overflow:hidden}.___SCollapseRow_u2512_gg_.__gridArea_u2512_gg_>.___SCellWrapper_u2512_gg_,.___SRow_u2512_gg_.__isAccordionRow_u2512_gg_>.___SCellWrapper_u2512_gg_{height:auto;overflow:auto}.___SAccordionRows_u2512_gg_>.___SRow_u2512_gg_.__isAccordionRow_u2512_gg_:last-child>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_,.___SCollapseRow_u2512_gg_.__gridArea_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_u2512_gg_ .___SCell_u2512_gg_{display:block}.___SCell_u2512_gg_:not(.__theme_u2512_gg_).__expanded_u2512_gg_.__withAccordion_u2512_gg_,.___SRow_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRow_u2512_gg_._accordionType_row_u2512_gg_.__expanded_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRow_u2512_gg_.__isAccordionRow_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_muted_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_muted_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_muted_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_muted_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_._theme_muted_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_muted_u2512_gg_,.___SRow_u2512_gg_:not(._accordionType_row_u2512_gg_.__expanded_u2512_gg_):hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_info_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_info_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_info_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_info_u2512_gg_,.___SRow_u2512_gg_._theme_info_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_info_u2512_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_success_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_success_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_success_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_success_u2512_gg_,.___SRow_u2512_gg_._theme_success_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_success_u2512_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_warning_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_warning_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_warning_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_warning_u2512_gg_,.___SRow_u2512_gg_._theme_warning_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_warning_u2512_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_._theme_danger_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_[data-grouped-by=rowgroup]._theme_danger_u2512_gg_,.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_._theme_danger_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_),.___SRowGroup_u2512_gg_:has(.___SCell_u2512_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_u2512_gg_:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_danger_u2512_gg_,.___SRow_u2512_gg_._theme_danger_u2512_gg_:hover:not(.__expanded_u2512_gg_.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_):not(.__expanded_u2512_gg_.__withAccordion_u2512_gg_),.___SRow_u2512_gg_:hover:not(.__isNonInteractive_u2512_gg_)>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_._theme_danger_u2512_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_u2512_gg_._theme_muted_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_u2512_gg_._theme_muted_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_u2512_gg_._theme_info_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_u2512_gg_._theme_info_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_u2512_gg_._theme_success_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_u2512_gg_._theme_success_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_u2512_gg_._theme_warning_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_u2512_gg_._theme_warning_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_u2512_gg_._theme_danger_u2512_gg_ .___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_u2512_gg_._theme_danger_u2512_gg_.__active_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_:not(.__theme_u2512_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_u2512_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_u2512_gg_ .___SAccordionToggle_u2512_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_u2512_gg_ .___SAccordionToggle_u2512_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_u2512_gg_ .___SAccordionToggle_u2512_gg_.__expanded_u2512_gg_ svg{transform:rotate(90deg)}.___SCell_u2512_gg_.__withAccordion_u2512_gg_,.___SCheckboxCell_u2512_gg_,.___SRow_u2512_gg_._accordionType_row_u2512_gg_>.___SCellWrapper_u2512_gg_>.___SCell_u2512_gg_{cursor:pointer}.___SCell_u2512_gg_._use_primary_u2512_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_u2512_gg_._use_primary_u2512_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_u2512) - 1)))}.___SCell_u2512_gg_._use_secondary_u2512_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_u2512_gg_._use_secondary_u2512_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_u2512) - 1)))}.___SCell_u2512_gg_._borders_both_u2512_gg_,.___SCell_u2512_gg_._borders_left_u2512_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_u2512_gg_._borders_both_u2512_gg_,.___SCell_u2512_gg_._borders_right_u2512_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_u2512_gg_.__fixed_u2512_gg_{position:sticky;z-index:2}.___SCell_u2512_gg_._theme_muted_u2512_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_u2512_gg_._theme_info_u2512_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_u2512_gg_._theme_success_u2512_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_u2512_gg_._theme_warning_u2512_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_u2512_gg_._theme_danger_u2512_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_u2512_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_u2512_gg_:focus-visible{z-index:15}.___SSpinContainer_u2512_gg_.__headerHeight_u2512_gg_{top:var(--headerHeight_u2512)}.___SEmptyData_u2512_gg_{grid-column:1/-1}.___SRow_u2512_gg_._sideIndents_wide_u2512_gg_ .___SCellWrapper_u2512_gg_:first-child .___SCell_u2512_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_u2512_gg_._sideIndents_wide_u2512_gg_ .___SCellWrapper_u2512_gg_:last-child .___SCell_u2512_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_u2512_gg_.__fixed_u2512_gg_.__shadowVertical_u2512_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_median_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_start_u2512_gg_{margin-right:-5px}.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_median_u2512_gg_:after,.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_start_u2512_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_median_u2512_gg_ .___SCell_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_left_u2512_gg_._shadowVertical_start_u2512_gg_ .___SCell_u2512_gg_{margin-right:5px}.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_end_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_median_u2512_gg_{margin-left:-5px}.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_end_u2512_gg_:after,.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_median_u2512_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_end_u2512_gg_ .___SCell_u2512_gg_,.___SCellWrapper_u2512_gg_._fixed_right_u2512_gg_._shadowVertical_median_u2512_gg_ .___SCell_u2512_gg_{margin-left:5px}',
|
|
23
|
+
'.___SAccordionRows_9f9f4_gg_,.___SBody_9f9f4_gg_,.___SRowGroup_9f9f4_gg_,.___SRow_9f9f4_gg_{display:contents}.___SBody_9f9f4_gg_.__compact_9f9f4_gg_ .___SCell_9f9f4_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_9f9f4_gg_.__compact_9f9f4_gg_ .___SCell_9f9f4_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_9f9f4) - 1)))}.___SCellWrapper_9f9f4_gg_.__gridArea_9f9f4_gg_,.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_,.___SRow_9f9f4_gg_.__gridArea_9f9f4_gg_{grid-area:var(--gridArea_9f9f4)}.___SCellWrapper_9f9f4_gg_{height:100%;overflow:hidden}.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_,.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_{height:auto;overflow:auto}.___SAccordionRows_9f9f4_gg_>.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_:last-child>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_,.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SAccordionRows_9f9f4_gg_>.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_:last-child>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_.__withoutBorder_9f9f4_gg_,.___SCollapseRow_9f9f4_gg_.__gridArea_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_.__withoutBorder_9f9f4_gg_{border-bottom:none}.___SCollapseRow_9f9f4_gg_ .___SCell_9f9f4_gg_{display:block}.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_).__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_,.___SRow_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRow_9f9f4_gg_._accordionType_row_9f9f4_gg_.__expanded_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRow_9f9f4_gg_.__isAccordionRow_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_muted_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_muted_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_muted_9f9f4_gg_,.___SRow_9f9f4_gg_:not(._accordionType_row_9f9f4_gg_.__expanded_9f9f4_gg_):hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_info_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_info_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_info_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_success_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_success_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_success_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_warning_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_warning_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_warning_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]._theme_danger_9f9f4_gg_,.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_),.___SRowGroup_9f9f4_gg_:has(.___SCell_9f9f4_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_9f9f4_gg_:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_danger_9f9f4_gg_,.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_:hover:not(.__expanded_9f9f4_gg_.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_):not(.__expanded_9f9f4_gg_.__withAccordion_9f9f4_gg_),.___SRow_9f9f4_gg_:hover:not(.__isNonInteractive_9f9f4_gg_)>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_._theme_danger_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_9f9f4_gg_._theme_muted_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_9f9f4_gg_._theme_info_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_9f9f4_gg_._theme_success_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_9f9f4_gg_._theme_warning_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_ .___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_9f9f4_gg_._theme_danger_9f9f4_gg_.__active_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_:not(.__theme_9f9f4_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_9f9f4_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_9f9f4_gg_ .___SAccordionToggle_9f9f4_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_9f9f4_gg_ .___SAccordionToggle_9f9f4_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_9f9f4_gg_ .___SAccordionToggle_9f9f4_gg_.__expanded_9f9f4_gg_ svg{transform:rotate(90deg)}.___SCell_9f9f4_gg_.__withoutBorder_9f9f4_gg_{border-bottom:none}.___SCell_9f9f4_gg_.__withAccordion_9f9f4_gg_,.___SCheckboxCell_9f9f4_gg_,.___SRow_9f9f4_gg_._accordionType_row_9f9f4_gg_>.___SCellWrapper_9f9f4_gg_>.___SCell_9f9f4_gg_{cursor:pointer}.___SCell_9f9f4_gg_._use_primary_9f9f4_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_9f9f4_gg_._use_primary_9f9f4_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_9f9f4) - 1)))}.___SCell_9f9f4_gg_._use_secondary_9f9f4_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_9f9f4_gg_._use_secondary_9f9f4_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_9f9f4) - 1)))}.___SCell_9f9f4_gg_._borders_both_9f9f4_gg_,.___SCell_9f9f4_gg_._borders_left_9f9f4_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_9f9f4_gg_._borders_both_9f9f4_gg_,.___SCell_9f9f4_gg_._borders_right_9f9f4_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_9f9f4_gg_.__fixed_9f9f4_gg_{position:sticky;z-index:2}.___SCell_9f9f4_gg_._theme_muted_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_9f9f4_gg_._theme_info_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_9f9f4_gg_._theme_success_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_9f9f4_gg_._theme_warning_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_9f9f4_gg_._theme_danger_9f9f4_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_9f9f4_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_9f9f4_gg_:focus-visible{z-index:15}.___SSpinContainer_9f9f4_gg_.__headerHeight_9f9f4_gg_{top:var(--headerHeight_9f9f4)}.___SEmptyData_9f9f4_gg_{grid-column:1/-1}.___SRow_9f9f4_gg_._sideIndents_wide_9f9f4_gg_ .___SCellWrapper_9f9f4_gg_:first-child .___SCell_9f9f4_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_9f9f4_gg_._sideIndents_wide_9f9f4_gg_ .___SCellWrapper_9f9f4_gg_:last-child .___SCell_9f9f4_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_9f9f4_gg_.__fixed_9f9f4_gg_.__shadowVertical_9f9f4_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_median_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_start_9f9f4_gg_{margin-right:-5px}.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_median_9f9f4_gg_:after,.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_start_9f9f4_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_median_9f9f4_gg_ .___SCell_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_left_9f9f4_gg_._shadowVertical_start_9f9f4_gg_ .___SCell_9f9f4_gg_{margin-right:5px}.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_end_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_median_9f9f4_gg_{margin-left:-5px}.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_end_9f9f4_gg_:after,.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_median_9f9f4_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_end_9f9f4_gg_ .___SCell_9f9f4_gg_,.___SCellWrapper_9f9f4_gg_._fixed_right_9f9f4_gg_._shadowVertical_median_9f9f4_gg_ .___SCell_9f9f4_gg_{margin-left:5px}',
|
|
24
24
|
/*__inner_css_end__*/
|
|
25
|
-
"
|
|
25
|
+
"9f9f4_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
|
-
"_isAccordionRow": "
|
|
37
|
-
"__SCell": "
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
28
|
+
"__SBody": "___SBody_9f9f4_gg_",
|
|
29
|
+
"__SRow": "___SRow_9f9f4_gg_",
|
|
30
|
+
"__SRowGroup": "___SRowGroup_9f9f4_gg_",
|
|
31
|
+
"__SAccordionRows": "___SAccordionRows_9f9f4_gg_",
|
|
32
|
+
"_gridArea": "__gridArea_9f9f4_gg_",
|
|
33
|
+
"__SCellWrapper": "___SCellWrapper_9f9f4_gg_",
|
|
34
|
+
"__SCollapseRow": "___SCollapseRow_9f9f4_gg_",
|
|
35
|
+
"--gridArea": "--gridArea_9f9f4",
|
|
36
|
+
"_isAccordionRow": "__isAccordionRow_9f9f4_gg_",
|
|
37
|
+
"__SCell": "___SCell_9f9f4_gg_",
|
|
38
|
+
"_withoutBorder": "__withoutBorder_9f9f4_gg_",
|
|
39
|
+
"_active": "__active_9f9f4_gg_",
|
|
40
|
+
"_theme": "__theme_9f9f4_gg_",
|
|
41
|
+
"_accordionType_row": "_accordionType_row_9f9f4_gg_",
|
|
42
|
+
"_expanded": "__expanded_9f9f4_gg_",
|
|
43
|
+
"_withAccordion": "__withAccordion_9f9f4_gg_",
|
|
44
|
+
"_isNonInteractive": "__isNonInteractive_9f9f4_gg_",
|
|
45
|
+
"_theme_muted": "_theme_muted_9f9f4_gg_",
|
|
46
|
+
"_theme_info": "_theme_info_9f9f4_gg_",
|
|
47
|
+
"_theme_success": "_theme_success_9f9f4_gg_",
|
|
48
|
+
"_theme_warning": "_theme_warning_9f9f4_gg_",
|
|
49
|
+
"_theme_danger": "_theme_danger_9f9f4_gg_",
|
|
50
|
+
"__SCheckboxCell": "___SCheckboxCell_9f9f4_gg_",
|
|
51
|
+
"_borders_both": "_borders_both_9f9f4_gg_",
|
|
52
|
+
"_borders_left": "_borders_left_9f9f4_gg_",
|
|
53
|
+
"_borders_right": "_borders_right_9f9f4_gg_",
|
|
54
|
+
"_fixed": "__fixed_9f9f4_gg_",
|
|
55
|
+
"__SSpinContainer": "___SSpinContainer_9f9f4_gg_",
|
|
56
|
+
"_headerHeight": "__headerHeight_9f9f4_gg_",
|
|
57
|
+
"--headerHeight": "--headerHeight_9f9f4",
|
|
58
|
+
"__SEmptyData": "___SEmptyData_9f9f4_gg_",
|
|
59
|
+
"_compact": "__compact_9f9f4_gg_",
|
|
60
|
+
"--data-aria-level": "--data-aria-level_9f9f4",
|
|
61
|
+
"__SAccordionToggle": "___SAccordionToggle_9f9f4_gg_",
|
|
62
|
+
"_use_primary": "_use_primary_9f9f4_gg_",
|
|
63
|
+
"_use_secondary": "_use_secondary_9f9f4_gg_",
|
|
64
|
+
"_sideIndents_wide": "_sideIndents_wide_9f9f4_gg_",
|
|
65
|
+
"_shadowVertical": "__shadowVertical_9f9f4_gg_",
|
|
66
|
+
"_fixed_left": "_fixed_left_9f9f4_gg_",
|
|
67
|
+
"_shadowVertical_median": "_shadowVertical_median_9f9f4_gg_",
|
|
68
|
+
"_shadowVertical_start": "_shadowVertical_start_9f9f4_gg_",
|
|
69
|
+
"_fixed_right": "_fixed_right_9f9f4_gg_",
|
|
70
|
+
"_shadowVertical_end": "_shadowVertical_end_9f9f4_gg_"
|
|
70
71
|
})
|
|
71
72
|
);
|
|
72
73
|
var DEFAULT_ROW_DURATION = 50;
|
|
@@ -195,7 +196,7 @@ var CellRoot = /* @__PURE__ */ function(_Component) {
|
|
|
195
196
|
var _ref = this.asProps, _ref2;
|
|
196
197
|
var SCellWrapper = Box;
|
|
197
198
|
var SCell = Flex;
|
|
198
|
-
var _this$asProps4 = this.asProps, Children = _this$asProps4.Children, styles = _this$asProps4.styles, row = _this$asProps4.row, column = _this$asProps4.column, columnIndex = _this$asProps4.columnIndex, gridRowIndex = _this$asProps4.gridRowIndex, isAccordionRow = _this$asProps4.isAccordionRow, animationExpand = _this$asProps4.animationExpand, style2 = _this$asProps4.style, shadowVertical = _this$asProps4.shadowVertical;
|
|
199
|
+
var _this$asProps4 = this.asProps, Children = _this$asProps4.Children, styles = _this$asProps4.styles, row = _this$asProps4.row, column = _this$asProps4.column, columnIndex = _this$asProps4.columnIndex, gridRowIndex = _this$asProps4.gridRowIndex, isAccordionRow = _this$asProps4.isAccordionRow, animationExpand = _this$asProps4.animationExpand, style2 = _this$asProps4.style, shadowVertical = _this$asProps4.shadowVertical, withoutBorder = _this$asProps4.withoutBorder;
|
|
199
200
|
var cell = row[column.name];
|
|
200
201
|
var cellName = cell instanceof MergedColumnsCell ? cell.dataKey : column.name;
|
|
201
202
|
var scope = null;
|
|
@@ -244,7 +245,8 @@ var CellRoot = /* @__PURE__ */ function(_Component) {
|
|
|
244
245
|
"alignItems": column.alignItems,
|
|
245
246
|
"alignContent": column.alignContent,
|
|
246
247
|
"justifyContent": column.justifyContent,
|
|
247
|
-
"textAlign": column.textAlign
|
|
248
|
+
"textAlign": column.textAlign,
|
|
249
|
+
"withoutBorder": withoutBorder
|
|
248
250
|
}, _ref))), /* @__PURE__ */ React.createElement(Children, _ref2.cn("Children", {}))));
|
|
249
251
|
}
|
|
250
252
|
}]);
|