@semcore/data-table 16.2.0-prerelease.0 → 16.2.0-prerelease.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/lib/cjs/components/Body/Body.js +43 -43
- package/lib/cjs/components/Body/Body.types.js.map +1 -1
- package/lib/cjs/components/Body/Cell.js +43 -43
- package/lib/cjs/components/Body/Row.js +43 -43
- package/lib/cjs/components/Body/style.shadow.css +2 -1
- package/lib/cjs/components/DataTable/DataTable.js +72 -30
- package/lib/cjs/components/DataTable/DataTable.js.map +1 -1
- package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/cjs/components/DataTable/dataTable.shadow.css +6 -0
- package/lib/cjs/components/Head/Column.js +37 -30
- package/lib/cjs/components/Head/Column.js.map +1 -1
- package/lib/cjs/components/Head/Group.js +36 -30
- package/lib/cjs/components/Head/Group.js.map +1 -1
- package/lib/cjs/components/Head/Head.js +43 -32
- package/lib/cjs/components/Head/Head.js.map +1 -1
- package/lib/cjs/components/Head/Head.types.js.map +1 -1
- package/lib/cjs/components/Head/style.shadow.css +19 -0
- package/lib/es6/components/Body/Body.js +43 -43
- package/lib/es6/components/Body/Body.types.js.map +1 -1
- package/lib/es6/components/Body/Cell.js +43 -43
- package/lib/es6/components/Body/Row.js +43 -43
- package/lib/es6/components/Body/style.shadow.css +2 -1
- package/lib/es6/components/DataTable/DataTable.js +72 -30
- package/lib/es6/components/DataTable/DataTable.js.map +1 -1
- package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/es6/components/DataTable/dataTable.shadow.css +6 -0
- package/lib/es6/components/Head/Column.js +37 -30
- package/lib/es6/components/Head/Column.js.map +1 -1
- package/lib/es6/components/Head/Group.js +36 -30
- package/lib/es6/components/Head/Group.js.map +1 -1
- package/lib/es6/components/Head/Head.js +43 -32
- package/lib/es6/components/Head/Head.js.map +1 -1
- package/lib/es6/components/Head/Head.types.js.map +1 -1
- package/lib/es6/components/Head/style.shadow.css +19 -0
- package/lib/esm/components/Body/Body.mjs +44 -44
- package/lib/esm/components/Body/Cell.mjs +44 -44
- package/lib/esm/components/Body/Row.mjs +44 -44
- package/lib/esm/components/Body/style.shadow.css +2 -1
- package/lib/esm/components/DataTable/DataTable.mjs +73 -31
- package/lib/esm/components/DataTable/dataTable.shadow.css +6 -0
- package/lib/esm/components/Head/Column.mjs +38 -31
- package/lib/esm/components/Head/Group.mjs +37 -31
- package/lib/esm/components/Head/Head.mjs +42 -33
- package/lib/esm/components/Head/style.shadow.css +19 -0
- package/lib/types/components/Body/Body.types.d.ts +11 -0
- package/lib/types/components/DataTable/DataTable.types.d.ts +8 -2
- package/lib/types/components/Head/Head.types.d.ts +1 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,19 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
8
8
|
|
|
9
9
|
- `Data` type to `cellRender` function.
|
|
10
10
|
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Unnecessary re-render when data was updated but old values were still used.
|
|
14
|
+
- Shadows remain after resizing table width.
|
|
15
|
+
- `onSortChange` is called twice when click is on a sort icon.
|
|
16
|
+
- Hover behaviour for sort icon in case the content is justified to the right.
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Type description for `DataTableProps`/`CellRenderProps`.
|
|
21
|
+
- `AccordionToggle`'s `margin-left`.
|
|
22
|
+
- `DataTable` display to `block` & `DataTable.Header` display to `grid` when `data` is empty.
|
|
23
|
+
|
|
11
24
|
## [16.1.0] - 2025-08-08
|
|
12
25
|
|
|
13
26
|
### Added
|
|
@@ -29,51 +29,51 @@ var _Row = require("./Row");
|
|
|
29
29
|
var _DataTable = require("../DataTable/DataTable");
|
|
30
30
|
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
|
|
31
31
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
32
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_1yh7f_gg_,.___SBody_1yh7f_gg_,.___SRowGroup_1yh7f_gg_,.___SRow_1yh7f_gg_{display:contents}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1yh7f) - 1)))}.___SCellWrapper_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SRow_1yh7f_gg_.__gridArea_1yh7f_gg_{grid-area:var(--gridArea_1yh7f)}.___SCellWrapper_1yh7f_gg_{height:100%;overflow:hidden}.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_,.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_{height:auto;overflow:auto}.___SAccordionRows_1yh7f_gg_>.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_:last-child>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1yh7f_gg_ .___SCell_1yh7f_gg_{display:block}.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_).__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SRow_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRow_1yh7f_gg_:not(._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_):hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_info_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_success_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_warning_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_danger_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1yh7f_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_.__expanded_1yh7f_gg_ svg{transform:rotate(90deg)}.___SCell_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SCheckboxCell_1yh7f_gg_,.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{cursor:pointer}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1yh7f) - 1)))}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1yh7f) - 1)))}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_left_1yh7f_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_right_1yh7f_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_{position:sticky;z-index:2}.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1yh7f_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_1yh7f_gg_:focus-visible{z-index:15}.___SSpinContainer_1yh7f_gg_.__headerHeight_1yh7f_gg_{top:var(--headerHeight_1yh7f)}.___SEmptyData_1yh7f_gg_{grid-column:1/-1}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:first-child .___SCell_1yh7f_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:last-child .___SCell_1yh7f_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_.__shadowVertical_1yh7f_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_{margin-right:-5px}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-right:5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_{margin-left:-5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-left:5px}", /*__inner_css_end__*/"1yh7f_gg_"),
|
|
32
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_15zlz_gg_,.___SBody_15zlz_gg_,.___SRowGroup_15zlz_gg_,.___SRow_15zlz_gg_{display:contents}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_15zlz) - 1)))}.___SCellWrapper_15zlz_gg_.__gridArea_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_,.___SRow_15zlz_gg_.__gridArea_15zlz_gg_{grid-area:var(--gridArea_15zlz)}.___SCellWrapper_15zlz_gg_{height:100%;overflow:hidden}.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_,.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_{height:auto;overflow:auto}.___SAccordionRows_15zlz_gg_>.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_:last-child>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_15zlz_gg_ .___SCell_15zlz_gg_{display:block}.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_).__expanded_15zlz_gg_.__withAccordion_15zlz_gg_,.___SRow_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRow_15zlz_gg_:not(._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_):hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_info_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_,.___SRow_15zlz_gg_._theme_info_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_success_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_,.___SRow_15zlz_gg_._theme_success_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_warning_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_,.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_danger_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_,.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_15zlz_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_.__expanded_15zlz_gg_ svg{transform:rotate(90deg)}.___SCell_15zlz_gg_.__withAccordion_15zlz_gg_,.___SCheckboxCell_15zlz_gg_,.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{cursor:pointer}.___SCell_15zlz_gg_._use_primary_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_primary_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_15zlz) - 1)))}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_15zlz) - 1)))}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_left_15zlz_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_right_15zlz_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_{position:sticky;z-index:2}.___SCell_15zlz_gg_._theme_muted_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_15zlz_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_15zlz_gg_:focus-visible{z-index:15}.___SSpinContainer_15zlz_gg_.__headerHeight_15zlz_gg_{top:var(--headerHeight_15zlz)}.___SEmptyData_15zlz_gg_{grid-column:1/-1}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:first-child .___SCell_15zlz_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:last-child .___SCell_15zlz_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_.__shadowVertical_15zlz_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_{margin-right:-5px}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_ .___SCell_15zlz_gg_{margin-right:5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_{margin-left:-5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_{margin-left:5px}", /*__inner_css_end__*/"15zlz_gg_"),
|
|
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
|
-
"_active": "
|
|
46
|
-
"_theme": "
|
|
47
|
-
"_accordionType_row": "
|
|
48
|
-
"_expanded": "
|
|
49
|
-
"_withAccordion": "
|
|
50
|
-
"_isNonInteractive": "
|
|
51
|
-
"_theme_muted": "
|
|
52
|
-
"_theme_info": "
|
|
53
|
-
"_theme_success": "
|
|
54
|
-
"_theme_warning": "
|
|
55
|
-
"_theme_danger": "
|
|
56
|
-
"__SCheckboxCell": "
|
|
57
|
-
"_borders_both": "
|
|
58
|
-
"_borders_left": "
|
|
59
|
-
"_borders_right": "
|
|
60
|
-
"_fixed": "
|
|
61
|
-
"__SSpinContainer": "
|
|
62
|
-
"_headerHeight": "
|
|
63
|
-
"--headerHeight": "--
|
|
64
|
-
"__SEmptyData": "
|
|
65
|
-
"_compact": "
|
|
66
|
-
"--data-aria-level": "--data-aria-
|
|
67
|
-
"__SAccordionToggle": "
|
|
68
|
-
"_use_primary": "
|
|
69
|
-
"_use_secondary": "
|
|
70
|
-
"_sideIndents_wide": "
|
|
71
|
-
"_shadowVertical": "
|
|
72
|
-
"_fixed_left": "
|
|
73
|
-
"_shadowVertical_median": "
|
|
74
|
-
"_shadowVertical_start": "
|
|
75
|
-
"_fixed_right": "
|
|
76
|
-
"_shadowVertical_end": "
|
|
35
|
+
"__SBody": "___SBody_15zlz_gg_",
|
|
36
|
+
"__SRow": "___SRow_15zlz_gg_",
|
|
37
|
+
"__SRowGroup": "___SRowGroup_15zlz_gg_",
|
|
38
|
+
"__SAccordionRows": "___SAccordionRows_15zlz_gg_",
|
|
39
|
+
"_gridArea": "__gridArea_15zlz_gg_",
|
|
40
|
+
"__SCellWrapper": "___SCellWrapper_15zlz_gg_",
|
|
41
|
+
"__SCollapseRow": "___SCollapseRow_15zlz_gg_",
|
|
42
|
+
"--gridArea": "--gridArea_15zlz",
|
|
43
|
+
"_isAccordionRow": "__isAccordionRow_15zlz_gg_",
|
|
44
|
+
"__SCell": "___SCell_15zlz_gg_",
|
|
45
|
+
"_active": "__active_15zlz_gg_",
|
|
46
|
+
"_theme": "__theme_15zlz_gg_",
|
|
47
|
+
"_accordionType_row": "_accordionType_row_15zlz_gg_",
|
|
48
|
+
"_expanded": "__expanded_15zlz_gg_",
|
|
49
|
+
"_withAccordion": "__withAccordion_15zlz_gg_",
|
|
50
|
+
"_isNonInteractive": "__isNonInteractive_15zlz_gg_",
|
|
51
|
+
"_theme_muted": "_theme_muted_15zlz_gg_",
|
|
52
|
+
"_theme_info": "_theme_info_15zlz_gg_",
|
|
53
|
+
"_theme_success": "_theme_success_15zlz_gg_",
|
|
54
|
+
"_theme_warning": "_theme_warning_15zlz_gg_",
|
|
55
|
+
"_theme_danger": "_theme_danger_15zlz_gg_",
|
|
56
|
+
"__SCheckboxCell": "___SCheckboxCell_15zlz_gg_",
|
|
57
|
+
"_borders_both": "_borders_both_15zlz_gg_",
|
|
58
|
+
"_borders_left": "_borders_left_15zlz_gg_",
|
|
59
|
+
"_borders_right": "_borders_right_15zlz_gg_",
|
|
60
|
+
"_fixed": "__fixed_15zlz_gg_",
|
|
61
|
+
"__SSpinContainer": "___SSpinContainer_15zlz_gg_",
|
|
62
|
+
"_headerHeight": "__headerHeight_15zlz_gg_",
|
|
63
|
+
"--headerHeight": "--headerHeight_15zlz",
|
|
64
|
+
"__SEmptyData": "___SEmptyData_15zlz_gg_",
|
|
65
|
+
"_compact": "__compact_15zlz_gg_",
|
|
66
|
+
"--data-aria-level": "--data-aria-level_15zlz",
|
|
67
|
+
"__SAccordionToggle": "___SAccordionToggle_15zlz_gg_",
|
|
68
|
+
"_use_primary": "_use_primary_15zlz_gg_",
|
|
69
|
+
"_use_secondary": "_use_secondary_15zlz_gg_",
|
|
70
|
+
"_sideIndents_wide": "_sideIndents_wide_15zlz_gg_",
|
|
71
|
+
"_shadowVertical": "__shadowVertical_15zlz_gg_",
|
|
72
|
+
"_fixed_left": "_fixed_left_15zlz_gg_",
|
|
73
|
+
"_shadowVertical_median": "_shadowVertical_median_15zlz_gg_",
|
|
74
|
+
"_shadowVertical_start": "_shadowVertical_start_15zlz_gg_",
|
|
75
|
+
"_fixed_right": "_fixed_right_15zlz_gg_",
|
|
76
|
+
"_shadowVertical_end": "_shadowVertical_end_15zlz_gg_"
|
|
77
77
|
});
|
|
78
78
|
var ROWS_BUFFER = 20;
|
|
79
79
|
var APROX_ROWS_ON_PAGE = 20;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Body.types.js","names":[],"sources":["../../../../src/components/Body/Body.types.ts"],"sourcesContent":["import type { Intergalactic } from '@semcore/core';\nimport type * as React from 'react';\n\nimport type { CellPropsInner, Theme } from './Cell.types';\nimport type { DTRow } from './Row.types';\nimport type { ACCORDION } from '../DataTable/DataTable';\nimport type { DataRowItem, DTUse, VirtualScroll, DataTableProps, DataTableData } from '../DataTable/DataTable.types';\nimport type { DTColumn } from '../Head/Column.types';\n\nexport type CellRenderProps<Data extends DataRowItem, UniqKeyType> = {\n dataKey: string;\n row: DTRow<UniqKeyType>;\n column: DTColumn;\n rowIndex: number;\n columnIndex: number;\n columnName: string | typeof ACCORDION;\n value: string | React.ReactElement;\n defaultRender: () => React.ReactNode;\n isMergedRows: boolean;\n isMergedColumns: boolean;\n rawData: Data;\n};\n\nexport type DataTableBodyProps<Data extends DataTableData, UniqKeyType> = {\n renderCell?: (\n props: CellRenderProps<Data[number], UniqKeyType>,\n ) => React.ReactNode | (Record<string, any> & { theme?: Theme });\n\n rowProps?: (\n row: DTRow<UniqKeyType>,\n rowIndex: number,\n ) => (Record<string, any> & { theme?: Theme }) | undefined;\n};\n\nexport type BodyPropsInner<Data extends DataTableData, UniqKeyType> = DataTableBodyProps<Data, UniqKeyType> & {\n rows: Array<DTRow<UniqKeyType> | DTRow<UniqKeyType>[]>;\n flatRows: DTRow<UniqKeyType>[];\n columns: DTColumn[];\n use: DTUse;\n compact: boolean;\n gridTemplateColumns: string[];\n gridTemplateAreas: string[];\n loading?: boolean;\n headerHeight: number;\n getI18nText: (key: string) => string;\n expandedRows: Set<UniqKeyType>;\n onExpandRow: (row: DTRow<UniqKeyType>) => void;\n spinnerRef: React.RefObject<HTMLDivElement>;\n tableContainerRef: React.RefObject<HTMLDivElement>;\n tableRef: React.RefObject<HTMLDivElement>;\n scrollAreaRef: React.RefObject<HTMLDivElement>;\n scrollTop: number;\n scrollDirection: 'down' | 'up';\n virtualScroll?: VirtualScroll;\n hasGroups: boolean;\n uid: string;\n rowProps?: (row: DTRow<UniqKeyType>, rowIndex: number) => Record<string, any> | undefined;\n renderCell?: (props: CellRenderProps<Data[number], UniqKeyType>) => React.ReactNode | Record<string, any>;\n onBackFromAccordion: (colIndex: number) => void;\n stickyHeader?: boolean;\n selectedRows?: UniqKeyType[];\n onSelectRow?: (\n isSelect: boolean,\n selectedRowIndex: number,\n row: DTRow<UniqKeyType>,\n event?: React.SyntheticEvent<HTMLElement>,\n ) => void;\n renderEmptyData: () => React.ReactNode;\n sideIndents?: 'wide';\n getFixedStyle: (\n cell: Pick<DTColumn, 'name' | 'fixed'>,\n ) => [side: 'left' | 'right', style: string | number] | [side: undefined, style: undefined];\n accordionDuration?: DataTableProps<any, any, any>['accordionDuration'];\n onCellClick: CellPropsInner<Data, UniqKeyType>['onClick'];\n rawData: DataRowItem[];\n accordionMode?: DataTableProps<any, any, any>['accordionMode'];\n shadowVertical?: '' | 'end' | 'start' | 'median';\n renderCellOverlay?: () => React.ReactNode;\n};\n\nexport type DataTableBodyType = (<\n Data extends DataTableData,\n UniqKeyType,\n Tag extends Intergalactic.Tag = 'div',\n>(\n props: Intergalactic.InternalTypings.ComponentProps<Tag, 'div', DataTableBodyProps<Data, UniqKeyType>>\n) => Intergalactic.InternalTypings.ComponentRenderingResults) &\nIntergalactic.InternalTypings.ComponentAdditive<'div', 'div', DataTableBodyProps<any, any>>;\n"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"Body.types.js","names":[],"sources":["../../../../src/components/Body/Body.types.ts"],"sourcesContent":["import type { Intergalactic } from '@semcore/core';\nimport type * as React from 'react';\n\nimport type { CellPropsInner, Theme } from './Cell.types';\nimport type { DTRow } from './Row.types';\nimport type { ACCORDION } from '../DataTable/DataTable';\nimport type { DataRowItem, DTUse, VirtualScroll, DataTableProps, DataTableData } from '../DataTable/DataTable.types';\nimport type { DTColumn } from '../Head/Column.types';\n\nexport type CellRenderProps<Data extends DataRowItem, UniqKeyType> = {\n /** The column key for the cell data */\n dataKey: string;\n /** The complete row data object */\n row: DTRow<UniqKeyType>;\n /** The column configuration object */\n column: DTColumn;\n /** Zero-based row index in the table */\n rowIndex: number;\n /** Zero-based column index in the table */\n columnIndex: number;\n /** The name/key of the column */\n columnName: string | typeof ACCORDION;\n /** Cell value */\n value: string | React.ReactElement;\n /** Function that returns the default cell rendering */\n defaultRender: () => React.ReactNode;\n /** Indicates if this cell spans multiple rows */\n isMergedRows: boolean;\n /** Indicates if this cell spans multiple columns */\n isMergedColumns: boolean;\n /** The original unprocessed row data */\n rawData: Data;\n};\n\nexport type DataTableBodyProps<Data extends DataTableData, UniqKeyType> = {\n renderCell?: (\n props: CellRenderProps<Data[number], UniqKeyType>,\n ) => React.ReactNode | (Record<string, any> & { theme?: Theme });\n\n rowProps?: (\n row: DTRow<UniqKeyType>,\n rowIndex: number,\n ) => (Record<string, any> & { theme?: Theme }) | undefined;\n};\n\nexport type BodyPropsInner<Data extends DataTableData, UniqKeyType> = DataTableBodyProps<Data, UniqKeyType> & {\n rows: Array<DTRow<UniqKeyType> | DTRow<UniqKeyType>[]>;\n flatRows: DTRow<UniqKeyType>[];\n columns: DTColumn[];\n use: DTUse;\n compact: boolean;\n gridTemplateColumns: string[];\n gridTemplateAreas: string[];\n loading?: boolean;\n headerHeight: number;\n getI18nText: (key: string) => string;\n expandedRows: Set<UniqKeyType>;\n onExpandRow: (row: DTRow<UniqKeyType>) => void;\n spinnerRef: React.RefObject<HTMLDivElement>;\n tableContainerRef: React.RefObject<HTMLDivElement>;\n tableRef: React.RefObject<HTMLDivElement>;\n scrollAreaRef: React.RefObject<HTMLDivElement>;\n scrollTop: number;\n scrollDirection: 'down' | 'up';\n virtualScroll?: VirtualScroll;\n hasGroups: boolean;\n uid: string;\n rowProps?: (row: DTRow<UniqKeyType>, rowIndex: number) => Record<string, any> | undefined;\n renderCell?: (props: CellRenderProps<Data[number], UniqKeyType>) => React.ReactNode | Record<string, any>;\n onBackFromAccordion: (colIndex: number) => void;\n stickyHeader?: boolean;\n selectedRows?: UniqKeyType[];\n onSelectRow?: (\n isSelect: boolean,\n selectedRowIndex: number,\n row: DTRow<UniqKeyType>,\n event?: React.SyntheticEvent<HTMLElement>,\n ) => void;\n renderEmptyData: () => React.ReactNode;\n sideIndents?: 'wide';\n getFixedStyle: (\n cell: Pick<DTColumn, 'name' | 'fixed'>,\n ) => [side: 'left' | 'right', style: string | number] | [side: undefined, style: undefined];\n accordionDuration?: DataTableProps<any, any, any>['accordionDuration'];\n onCellClick: CellPropsInner<Data, UniqKeyType>['onClick'];\n rawData: DataRowItem[];\n accordionMode?: DataTableProps<any, any, any>['accordionMode'];\n shadowVertical?: '' | 'end' | 'start' | 'median';\n renderCellOverlay?: () => React.ReactNode;\n};\n\nexport type DataTableBodyType = (<\n Data extends DataTableData,\n UniqKeyType,\n Tag extends Intergalactic.Tag = 'div',\n>(\n props: Intergalactic.InternalTypings.ComponentProps<Tag, 'div', DataTableBodyProps<Data, UniqKeyType>>\n) => Intergalactic.InternalTypings.ComponentRenderingResults) &\nIntergalactic.InternalTypings.ComponentAdditive<'div', 'div', DataTableBodyProps<any, any>>;\n"],"mappings":"","ignoreList":[]}
|
|
@@ -22,51 +22,51 @@ 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_1yh7f_gg_,.___SBody_1yh7f_gg_,.___SRowGroup_1yh7f_gg_,.___SRow_1yh7f_gg_{display:contents}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1yh7f) - 1)))}.___SCellWrapper_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SRow_1yh7f_gg_.__gridArea_1yh7f_gg_{grid-area:var(--gridArea_1yh7f)}.___SCellWrapper_1yh7f_gg_{height:100%;overflow:hidden}.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_,.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_{height:auto;overflow:auto}.___SAccordionRows_1yh7f_gg_>.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_:last-child>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1yh7f_gg_ .___SCell_1yh7f_gg_{display:block}.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_).__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SRow_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRow_1yh7f_gg_:not(._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_):hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_info_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_success_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_warning_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_danger_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1yh7f_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_.__expanded_1yh7f_gg_ svg{transform:rotate(90deg)}.___SCell_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SCheckboxCell_1yh7f_gg_,.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{cursor:pointer}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1yh7f) - 1)))}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1yh7f) - 1)))}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_left_1yh7f_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_right_1yh7f_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_{position:sticky;z-index:2}.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1yh7f_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_1yh7f_gg_:focus-visible{z-index:15}.___SSpinContainer_1yh7f_gg_.__headerHeight_1yh7f_gg_{top:var(--headerHeight_1yh7f)}.___SEmptyData_1yh7f_gg_{grid-column:1/-1}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:first-child .___SCell_1yh7f_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:last-child .___SCell_1yh7f_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_.__shadowVertical_1yh7f_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_{margin-right:-5px}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-right:5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_{margin-left:-5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-left:5px}", /*__inner_css_end__*/"1yh7f_gg_"),
|
|
25
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_15zlz_gg_,.___SBody_15zlz_gg_,.___SRowGroup_15zlz_gg_,.___SRow_15zlz_gg_{display:contents}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_15zlz) - 1)))}.___SCellWrapper_15zlz_gg_.__gridArea_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_,.___SRow_15zlz_gg_.__gridArea_15zlz_gg_{grid-area:var(--gridArea_15zlz)}.___SCellWrapper_15zlz_gg_{height:100%;overflow:hidden}.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_,.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_{height:auto;overflow:auto}.___SAccordionRows_15zlz_gg_>.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_:last-child>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_15zlz_gg_ .___SCell_15zlz_gg_{display:block}.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_).__expanded_15zlz_gg_.__withAccordion_15zlz_gg_,.___SRow_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRow_15zlz_gg_:not(._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_):hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_info_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_,.___SRow_15zlz_gg_._theme_info_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_success_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_,.___SRow_15zlz_gg_._theme_success_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_warning_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_,.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_danger_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_,.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_15zlz_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_.__expanded_15zlz_gg_ svg{transform:rotate(90deg)}.___SCell_15zlz_gg_.__withAccordion_15zlz_gg_,.___SCheckboxCell_15zlz_gg_,.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{cursor:pointer}.___SCell_15zlz_gg_._use_primary_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_primary_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_15zlz) - 1)))}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_15zlz) - 1)))}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_left_15zlz_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_right_15zlz_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_{position:sticky;z-index:2}.___SCell_15zlz_gg_._theme_muted_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_15zlz_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_15zlz_gg_:focus-visible{z-index:15}.___SSpinContainer_15zlz_gg_.__headerHeight_15zlz_gg_{top:var(--headerHeight_15zlz)}.___SEmptyData_15zlz_gg_{grid-column:1/-1}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:first-child .___SCell_15zlz_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:last-child .___SCell_15zlz_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_.__shadowVertical_15zlz_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_{margin-right:-5px}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_ .___SCell_15zlz_gg_{margin-right:5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_{margin-left:-5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_{margin-left:5px}", /*__inner_css_end__*/"15zlz_gg_"),
|
|
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
|
-
"_active": "
|
|
39
|
-
"_theme": "
|
|
40
|
-
"_accordionType_row": "
|
|
41
|
-
"_expanded": "
|
|
42
|
-
"_withAccordion": "
|
|
43
|
-
"_isNonInteractive": "
|
|
44
|
-
"_theme_muted": "
|
|
45
|
-
"_theme_info": "
|
|
46
|
-
"_theme_success": "
|
|
47
|
-
"_theme_warning": "
|
|
48
|
-
"_theme_danger": "
|
|
49
|
-
"__SCheckboxCell": "
|
|
50
|
-
"_borders_both": "
|
|
51
|
-
"_borders_left": "
|
|
52
|
-
"_borders_right": "
|
|
53
|
-
"_fixed": "
|
|
54
|
-
"__SSpinContainer": "
|
|
55
|
-
"_headerHeight": "
|
|
56
|
-
"--headerHeight": "--
|
|
57
|
-
"__SEmptyData": "
|
|
58
|
-
"_compact": "
|
|
59
|
-
"--data-aria-level": "--data-aria-
|
|
60
|
-
"__SAccordionToggle": "
|
|
61
|
-
"_use_primary": "
|
|
62
|
-
"_use_secondary": "
|
|
63
|
-
"_sideIndents_wide": "
|
|
64
|
-
"_shadowVertical": "
|
|
65
|
-
"_fixed_left": "
|
|
66
|
-
"_shadowVertical_median": "
|
|
67
|
-
"_shadowVertical_start": "
|
|
68
|
-
"_fixed_right": "
|
|
69
|
-
"_shadowVertical_end": "
|
|
28
|
+
"__SBody": "___SBody_15zlz_gg_",
|
|
29
|
+
"__SRow": "___SRow_15zlz_gg_",
|
|
30
|
+
"__SRowGroup": "___SRowGroup_15zlz_gg_",
|
|
31
|
+
"__SAccordionRows": "___SAccordionRows_15zlz_gg_",
|
|
32
|
+
"_gridArea": "__gridArea_15zlz_gg_",
|
|
33
|
+
"__SCellWrapper": "___SCellWrapper_15zlz_gg_",
|
|
34
|
+
"__SCollapseRow": "___SCollapseRow_15zlz_gg_",
|
|
35
|
+
"--gridArea": "--gridArea_15zlz",
|
|
36
|
+
"_isAccordionRow": "__isAccordionRow_15zlz_gg_",
|
|
37
|
+
"__SCell": "___SCell_15zlz_gg_",
|
|
38
|
+
"_active": "__active_15zlz_gg_",
|
|
39
|
+
"_theme": "__theme_15zlz_gg_",
|
|
40
|
+
"_accordionType_row": "_accordionType_row_15zlz_gg_",
|
|
41
|
+
"_expanded": "__expanded_15zlz_gg_",
|
|
42
|
+
"_withAccordion": "__withAccordion_15zlz_gg_",
|
|
43
|
+
"_isNonInteractive": "__isNonInteractive_15zlz_gg_",
|
|
44
|
+
"_theme_muted": "_theme_muted_15zlz_gg_",
|
|
45
|
+
"_theme_info": "_theme_info_15zlz_gg_",
|
|
46
|
+
"_theme_success": "_theme_success_15zlz_gg_",
|
|
47
|
+
"_theme_warning": "_theme_warning_15zlz_gg_",
|
|
48
|
+
"_theme_danger": "_theme_danger_15zlz_gg_",
|
|
49
|
+
"__SCheckboxCell": "___SCheckboxCell_15zlz_gg_",
|
|
50
|
+
"_borders_both": "_borders_both_15zlz_gg_",
|
|
51
|
+
"_borders_left": "_borders_left_15zlz_gg_",
|
|
52
|
+
"_borders_right": "_borders_right_15zlz_gg_",
|
|
53
|
+
"_fixed": "__fixed_15zlz_gg_",
|
|
54
|
+
"__SSpinContainer": "___SSpinContainer_15zlz_gg_",
|
|
55
|
+
"_headerHeight": "__headerHeight_15zlz_gg_",
|
|
56
|
+
"--headerHeight": "--headerHeight_15zlz",
|
|
57
|
+
"__SEmptyData": "___SEmptyData_15zlz_gg_",
|
|
58
|
+
"_compact": "__compact_15zlz_gg_",
|
|
59
|
+
"--data-aria-level": "--data-aria-level_15zlz",
|
|
60
|
+
"__SAccordionToggle": "___SAccordionToggle_15zlz_gg_",
|
|
61
|
+
"_use_primary": "_use_primary_15zlz_gg_",
|
|
62
|
+
"_use_secondary": "_use_secondary_15zlz_gg_",
|
|
63
|
+
"_sideIndents_wide": "_sideIndents_wide_15zlz_gg_",
|
|
64
|
+
"_shadowVertical": "__shadowVertical_15zlz_gg_",
|
|
65
|
+
"_fixed_left": "_fixed_left_15zlz_gg_",
|
|
66
|
+
"_shadowVertical_median": "_shadowVertical_median_15zlz_gg_",
|
|
67
|
+
"_shadowVertical_start": "_shadowVertical_start_15zlz_gg_",
|
|
68
|
+
"_fixed_right": "_fixed_right_15zlz_gg_",
|
|
69
|
+
"_shadowVertical_end": "_shadowVertical_end_15zlz_gg_"
|
|
70
70
|
});
|
|
71
71
|
var DEFAULT_ROW_DURATION = 50;
|
|
72
72
|
var CellRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -24,51 +24,51 @@ 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_1yh7f_gg_,.___SBody_1yh7f_gg_,.___SRowGroup_1yh7f_gg_,.___SRow_1yh7f_gg_{display:contents}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1yh7f_gg_.__compact_1yh7f_gg_ .___SCell_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_1yh7f) - 1)))}.___SCellWrapper_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_,.___SRow_1yh7f_gg_.__gridArea_1yh7f_gg_{grid-area:var(--gridArea_1yh7f)}.___SCellWrapper_1yh7f_gg_{height:100%;overflow:hidden}.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_,.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_{height:auto;overflow:auto}.___SAccordionRows_1yh7f_gg_>.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_:last-child>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_,.___SCollapseRow_1yh7f_gg_.__gridArea_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1yh7f_gg_ .___SCell_1yh7f_gg_{display:block}.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_).__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SRow_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRow_1yh7f_gg_.__isAccordionRow_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_,.___SRow_1yh7f_gg_:not(._accordionType_row_1yh7f_gg_.__expanded_1yh7f_gg_):hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_info_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_success_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_warning_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]._theme_danger_1yh7f_gg_,.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_),.___SRowGroup_1yh7f_gg_:has(.___SCell_1yh7f_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1yh7f_gg_:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_,.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_:hover:not(.__expanded_1yh7f_gg_.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_):not(.__expanded_1yh7f_gg_.__withAccordion_1yh7f_gg_),.___SRow_1yh7f_gg_:hover:not(.__isNonInteractive_1yh7f_gg_)>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1yh7f_gg_._theme_muted_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1yh7f_gg_._theme_info_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1yh7f_gg_._theme_success_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1yh7f_gg_._theme_warning_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_ .___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1yh7f_gg_._theme_danger_1yh7f_gg_.__active_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_:not(.__theme_1yh7f_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1yh7f_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_{margin-right:var(--intergalactic-spacing-3x, 12px);margin-top:var(--intergalactic-spacing-05x, 2px);height:-moz-fit-content;height:fit-content}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1yh7f_gg_ .___SAccordionToggle_1yh7f_gg_.__expanded_1yh7f_gg_ svg{transform:rotate(90deg)}.___SCell_1yh7f_gg_.__withAccordion_1yh7f_gg_,.___SCheckboxCell_1yh7f_gg_,.___SRow_1yh7f_gg_._accordionType_row_1yh7f_gg_>.___SCellWrapper_1yh7f_gg_>.___SCell_1yh7f_gg_{cursor:pointer}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_primary_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1yh7f) - 1)))}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1yh7f_gg_._use_secondary_1yh7f_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_1yh7f) - 1)))}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_left_1yh7f_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1yh7f_gg_._borders_both_1yh7f_gg_,.___SCell_1yh7f_gg_._borders_right_1yh7f_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_{position:sticky;z-index:2}.___SCell_1yh7f_gg_._theme_muted_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1yh7f_gg_._theme_info_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1yh7f_gg_._theme_success_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1yh7f_gg_._theme_warning_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1yh7f_gg_._theme_danger_1yh7f_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1yh7f_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_1yh7f_gg_:focus-visible{z-index:15}.___SSpinContainer_1yh7f_gg_.__headerHeight_1yh7f_gg_{top:var(--headerHeight_1yh7f)}.___SEmptyData_1yh7f_gg_{grid-column:1/-1}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:first-child .___SCell_1yh7f_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_1yh7f_gg_._sideIndents_wide_1yh7f_gg_ .___SCellWrapper_1yh7f_gg_:last-child .___SCell_1yh7f_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_1yh7f_gg_.__fixed_1yh7f_gg_.__shadowVertical_1yh7f_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_{margin-right:-5px}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_left_1yh7f_gg_._shadowVertical_start_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-right:5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_{margin-left:-5px}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_:after,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_end_1yh7f_gg_ .___SCell_1yh7f_gg_,.___SCellWrapper_1yh7f_gg_._fixed_right_1yh7f_gg_._shadowVertical_median_1yh7f_gg_ .___SCell_1yh7f_gg_{margin-left:5px}", /*__inner_css_end__*/"1yh7f_gg_"),
|
|
27
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SAccordionRows_15zlz_gg_,.___SBody_15zlz_gg_,.___SRowGroup_15zlz_gg_,.___SRow_15zlz_gg_{display:contents}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_15zlz_gg_.__compact_15zlz_gg_ .___SCell_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_15zlz) - 1)))}.___SCellWrapper_15zlz_gg_.__gridArea_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_,.___SRow_15zlz_gg_.__gridArea_15zlz_gg_{grid-area:var(--gridArea_15zlz)}.___SCellWrapper_15zlz_gg_{height:100%;overflow:hidden}.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_,.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_{height:auto;overflow:auto}.___SAccordionRows_15zlz_gg_>.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_:last-child>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_,.___SCollapseRow_15zlz_gg_.__gridArea_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_15zlz_gg_ .___SCell_15zlz_gg_{display:block}.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_).__expanded_15zlz_gg_.__withAccordion_15zlz_gg_,.___SRow_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRow_15zlz_gg_.__isAccordionRow_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_._theme_muted_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_muted_15zlz_gg_,.___SRow_15zlz_gg_:not(._accordionType_row_15zlz_gg_.__expanded_15zlz_gg_):hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_info_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_info_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_,.___SRow_15zlz_gg_._theme_info_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_success_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_success_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_,.___SRow_15zlz_gg_._theme_success_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_warning_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_,.___SRow_15zlz_gg_._theme_warning_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_[data-grouped-by=rowgroup]._theme_danger_15zlz_gg_,.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_),.___SRowGroup_15zlz_gg_:has(.___SCell_15zlz_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_15zlz_gg_:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_,.___SRow_15zlz_gg_._theme_danger_15zlz_gg_:hover:not(.__expanded_15zlz_gg_.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_):not(.__expanded_15zlz_gg_.__withAccordion_15zlz_gg_),.___SRow_15zlz_gg_:hover:not(.__isNonInteractive_15zlz_gg_)>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_15zlz_gg_._theme_muted_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_15zlz_gg_._theme_info_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_15zlz_gg_._theme_success_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_15zlz_gg_._theme_warning_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_ .___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_15zlz_gg_._theme_danger_15zlz_gg_.__active_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_:not(.__theme_15zlz_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_15zlz_gg_{display:flex;height:100%;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);white-space:pre-wrap;word-break:break-word;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;outline:0;overflow:hidden}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-3x, 12px);margin-left:calc(var(--intergalactic-spacing-05x, 2px)*-1);height:-moz-fit-content;height:fit-content}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_15zlz_gg_ .___SAccordionToggle_15zlz_gg_.__expanded_15zlz_gg_ svg{transform:rotate(90deg)}.___SCell_15zlz_gg_.__withAccordion_15zlz_gg_,.___SCheckboxCell_15zlz_gg_,.___SRow_15zlz_gg_._accordionType_row_15zlz_gg_>.___SCellWrapper_15zlz_gg_>.___SCell_15zlz_gg_{cursor:pointer}.___SCell_15zlz_gg_._use_primary_15zlz_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_primary_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_15zlz) - 1)))}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_15zlz_gg_._use_secondary_15zlz_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_15zlz) - 1)))}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_left_15zlz_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_15zlz_gg_._borders_both_15zlz_gg_,.___SCell_15zlz_gg_._borders_right_15zlz_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_{position:sticky;z-index:2}.___SCell_15zlz_gg_._theme_muted_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_15zlz_gg_._theme_info_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_15zlz_gg_._theme_success_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_15zlz_gg_._theme_warning_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_15zlz_gg_._theme_danger_15zlz_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_15zlz_gg_{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));z-index:15}.___SSpinContainer_15zlz_gg_:focus-visible{z-index:15}.___SSpinContainer_15zlz_gg_.__headerHeight_15zlz_gg_{top:var(--headerHeight_15zlz)}.___SEmptyData_15zlz_gg_{grid-column:1/-1}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:first-child .___SCell_15zlz_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_15zlz_gg_._sideIndents_wide_15zlz_gg_ .___SCellWrapper_15zlz_gg_:last-child .___SCell_15zlz_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_15zlz_gg_.__fixed_15zlz_gg_.__shadowVertical_15zlz_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_{margin-right:-5px}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_:after{display:block;right:0;background:var(--intergalactic-scroll-area-shadow-left,\n linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_left_15zlz_gg_._shadowVertical_start_15zlz_gg_ .___SCell_15zlz_gg_{margin-right:5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_{margin-left:-5px}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_:after,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_:after{display:block;left:0;background:var(--intergalactic-scroll-area-shadow-right,\n linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%))}.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_end_15zlz_gg_ .___SCell_15zlz_gg_,.___SCellWrapper_15zlz_gg_._fixed_right_15zlz_gg_._shadowVertical_median_15zlz_gg_ .___SCell_15zlz_gg_{margin-left:5px}", /*__inner_css_end__*/"15zlz_gg_"),
|
|
28
28
|
/*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"__SBody": "
|
|
31
|
-
"__SRow": "
|
|
32
|
-
"__SRowGroup": "
|
|
33
|
-
"__SAccordionRows": "
|
|
34
|
-
"_gridArea": "
|
|
35
|
-
"__SCellWrapper": "
|
|
36
|
-
"__SCollapseRow": "
|
|
37
|
-
"--gridArea": "--
|
|
38
|
-
"_isAccordionRow": "
|
|
39
|
-
"__SCell": "
|
|
40
|
-
"_active": "
|
|
41
|
-
"_theme": "
|
|
42
|
-
"_accordionType_row": "
|
|
43
|
-
"_expanded": "
|
|
44
|
-
"_withAccordion": "
|
|
45
|
-
"_isNonInteractive": "
|
|
46
|
-
"_theme_muted": "
|
|
47
|
-
"_theme_info": "
|
|
48
|
-
"_theme_success": "
|
|
49
|
-
"_theme_warning": "
|
|
50
|
-
"_theme_danger": "
|
|
51
|
-
"__SCheckboxCell": "
|
|
52
|
-
"_borders_both": "
|
|
53
|
-
"_borders_left": "
|
|
54
|
-
"_borders_right": "
|
|
55
|
-
"_fixed": "
|
|
56
|
-
"__SSpinContainer": "
|
|
57
|
-
"_headerHeight": "
|
|
58
|
-
"--headerHeight": "--
|
|
59
|
-
"__SEmptyData": "
|
|
60
|
-
"_compact": "
|
|
61
|
-
"--data-aria-level": "--data-aria-
|
|
62
|
-
"__SAccordionToggle": "
|
|
63
|
-
"_use_primary": "
|
|
64
|
-
"_use_secondary": "
|
|
65
|
-
"_sideIndents_wide": "
|
|
66
|
-
"_shadowVertical": "
|
|
67
|
-
"_fixed_left": "
|
|
68
|
-
"_shadowVertical_median": "
|
|
69
|
-
"_shadowVertical_start": "
|
|
70
|
-
"_fixed_right": "
|
|
71
|
-
"_shadowVertical_end": "
|
|
30
|
+
"__SBody": "___SBody_15zlz_gg_",
|
|
31
|
+
"__SRow": "___SRow_15zlz_gg_",
|
|
32
|
+
"__SRowGroup": "___SRowGroup_15zlz_gg_",
|
|
33
|
+
"__SAccordionRows": "___SAccordionRows_15zlz_gg_",
|
|
34
|
+
"_gridArea": "__gridArea_15zlz_gg_",
|
|
35
|
+
"__SCellWrapper": "___SCellWrapper_15zlz_gg_",
|
|
36
|
+
"__SCollapseRow": "___SCollapseRow_15zlz_gg_",
|
|
37
|
+
"--gridArea": "--gridArea_15zlz",
|
|
38
|
+
"_isAccordionRow": "__isAccordionRow_15zlz_gg_",
|
|
39
|
+
"__SCell": "___SCell_15zlz_gg_",
|
|
40
|
+
"_active": "__active_15zlz_gg_",
|
|
41
|
+
"_theme": "__theme_15zlz_gg_",
|
|
42
|
+
"_accordionType_row": "_accordionType_row_15zlz_gg_",
|
|
43
|
+
"_expanded": "__expanded_15zlz_gg_",
|
|
44
|
+
"_withAccordion": "__withAccordion_15zlz_gg_",
|
|
45
|
+
"_isNonInteractive": "__isNonInteractive_15zlz_gg_",
|
|
46
|
+
"_theme_muted": "_theme_muted_15zlz_gg_",
|
|
47
|
+
"_theme_info": "_theme_info_15zlz_gg_",
|
|
48
|
+
"_theme_success": "_theme_success_15zlz_gg_",
|
|
49
|
+
"_theme_warning": "_theme_warning_15zlz_gg_",
|
|
50
|
+
"_theme_danger": "_theme_danger_15zlz_gg_",
|
|
51
|
+
"__SCheckboxCell": "___SCheckboxCell_15zlz_gg_",
|
|
52
|
+
"_borders_both": "_borders_both_15zlz_gg_",
|
|
53
|
+
"_borders_left": "_borders_left_15zlz_gg_",
|
|
54
|
+
"_borders_right": "_borders_right_15zlz_gg_",
|
|
55
|
+
"_fixed": "__fixed_15zlz_gg_",
|
|
56
|
+
"__SSpinContainer": "___SSpinContainer_15zlz_gg_",
|
|
57
|
+
"_headerHeight": "__headerHeight_15zlz_gg_",
|
|
58
|
+
"--headerHeight": "--headerHeight_15zlz",
|
|
59
|
+
"__SEmptyData": "___SEmptyData_15zlz_gg_",
|
|
60
|
+
"_compact": "__compact_15zlz_gg_",
|
|
61
|
+
"--data-aria-level": "--data-aria-level_15zlz",
|
|
62
|
+
"__SAccordionToggle": "___SAccordionToggle_15zlz_gg_",
|
|
63
|
+
"_use_primary": "_use_primary_15zlz_gg_",
|
|
64
|
+
"_use_secondary": "_use_secondary_15zlz_gg_",
|
|
65
|
+
"_sideIndents_wide": "_sideIndents_wide_15zlz_gg_",
|
|
66
|
+
"_shadowVertical": "__shadowVertical_15zlz_gg_",
|
|
67
|
+
"_fixed_left": "_fixed_left_15zlz_gg_",
|
|
68
|
+
"_shadowVertical_median": "_shadowVertical_median_15zlz_gg_",
|
|
69
|
+
"_shadowVertical_start": "_shadowVertical_start_15zlz_gg_",
|
|
70
|
+
"_fixed_right": "_fixed_right_15zlz_gg_",
|
|
71
|
+
"_shadowVertical_end": "_shadowVertical_end_15zlz_gg_"
|
|
72
72
|
});
|
|
73
73
|
var RowRoot = /*#__PURE__*/function (_Component) {
|
|
74
74
|
function RowRoot() {
|
|
@@ -175,8 +175,9 @@ SCell {
|
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
|
|
177
177
|
SAccordionToggle {
|
|
178
|
-
margin-right: var(--intergalactic-spacing-3x, 12px);
|
|
179
178
|
margin-top: var(--intergalactic-spacing-05x, 2px);
|
|
179
|
+
margin-right: var(--intergalactic-spacing-3x, 12px);
|
|
180
|
+
margin-left: calc(var(--intergalactic-spacing-05x, 2px) * -1);
|
|
180
181
|
height: fit-content;
|
|
181
182
|
|
|
182
183
|
svg {
|