@semcore/data-table 16.4.3 → 16.4.4-prerelease.0
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 +8 -0
- package/lib/cjs/components/AccordionRows/AccordionRows.js +55 -53
- package/lib/cjs/components/AccordionRows/AccordionRows.js.map +1 -1
- package/lib/cjs/components/Body/Body.js +51 -51
- package/lib/cjs/components/Body/Cell.js +70 -53
- package/lib/cjs/components/Body/Cell.js.map +1 -1
- package/lib/cjs/components/Body/LimitOverlay.js +51 -51
- package/lib/cjs/components/Body/Row.js +56 -60
- package/lib/cjs/components/Body/Row.js.map +1 -1
- package/lib/cjs/components/DataTable/DataTable.js +124 -102
- package/lib/cjs/components/DataTable/DataTable.js.map +1 -1
- package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/cjs/components/Head/Column.js +55 -36
- package/lib/cjs/components/Head/Column.js.map +1 -1
- package/lib/cjs/components/Head/Group.js +36 -36
- package/lib/cjs/components/Head/Head.js +36 -36
- package/lib/es6/components/AccordionRows/AccordionRows.js +55 -53
- package/lib/es6/components/AccordionRows/AccordionRows.js.map +1 -1
- package/lib/es6/components/Body/Body.js +51 -51
- package/lib/es6/components/Body/Cell.js +70 -53
- package/lib/es6/components/Body/Cell.js.map +1 -1
- package/lib/es6/components/Body/LimitOverlay.js +51 -51
- package/lib/es6/components/Body/Row.js +56 -60
- package/lib/es6/components/Body/Row.js.map +1 -1
- package/lib/es6/components/DataTable/DataTable.js +124 -102
- package/lib/es6/components/DataTable/DataTable.js.map +1 -1
- package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/es6/components/Head/Column.js +55 -36
- package/lib/es6/components/Head/Column.js.map +1 -1
- package/lib/es6/components/Head/Group.js +36 -36
- package/lib/es6/components/Head/Head.js +36 -36
- package/lib/esm/components/AccordionRows/AccordionRows.mjs +55 -54
- package/lib/esm/components/Body/Body.mjs +52 -52
- package/lib/esm/components/Body/Cell.mjs +70 -54
- package/lib/esm/components/Body/LimitOverlay.mjs +52 -52
- package/lib/esm/components/Body/Row.mjs +56 -61
- package/lib/esm/components/DataTable/DataTable.mjs +69 -48
- package/lib/esm/components/Head/Column.mjs +56 -37
- package/lib/esm/components/Head/Group.mjs +37 -37
- package/lib/esm/components/Head/Head.mjs +37 -37
- package/lib/types/components/AccordionRows/AccordionRows.d.ts +2 -0
- package/lib/types/components/DataTable/DataTable.types.d.ts +4 -0
- package/package.json +11 -11
|
@@ -8,63 +8,65 @@ import { sstyled as _sstyled } from "@semcore/core";
|
|
|
8
8
|
import { assignProps as _assignProps } from "@semcore/core";
|
|
9
9
|
import { Box, Flex } from '@semcore/base-components';
|
|
10
10
|
import { Root, sstyled, createComponent, Component } from '@semcore/core';
|
|
11
|
+
import { getFocusableIn } from '@semcore/core/lib/utils/focus-lock/getFocusableIn';
|
|
11
12
|
import { isFocusInside } from '@semcore/core/lib/utils/focus-lock/isFocusInside';
|
|
13
|
+
import { isInteractiveElement } from '@semcore/core/lib/utils/isInteractiveElement';
|
|
12
14
|
import * as React from 'react';
|
|
13
15
|
import { MergedColumnsCell, MergedRowsCell } from './MergedCells';
|
|
14
16
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
15
|
-
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SBody_1gc07_gg_,.___SRowGroup_1gc07_gg_,.___SRow_1gc07_gg_{display:contents}.___SAccordionRows_1gc07_gg_{display:grid;grid-column:1/-1;grid-row:var(--gridRow_1gc07);overflow:clip;transition-property:max-height;transition-duration:var(--duration_1gc07);transition-timing-function:linear;grid-template-columns:subgrid}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCell_1gc07_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SRow_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level],.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCell_1gc07_gg_ .___SAccordionToggle_1gc07_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCellWrapper_1gc07_gg_.__gridArea_1gc07_gg_,.___SCollapseRow_1gc07_gg_.__gridArea_1gc07_gg_,.___SRow_1gc07_gg_.__gridArea_1gc07_gg_{grid-area:var(--gridArea_1gc07)}.___SCellWrapper_1gc07_gg_{height:100%;overflow:hidden}.___SCollapseRow_1gc07_gg_.__gridArea_1gc07_gg_>.___SCellWrapper_1gc07_gg_,.___SRow_1gc07_gg_.__isAccordionRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_{height:auto;overflow:auto}.___SAccordionRows_1gc07_gg_>.___SRow_1gc07_gg_.__isAccordionRow_1gc07_gg_:last-child>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__withoutBorder_1gc07_gg_),.___SCollapseRow_1gc07_gg_.__gridArea_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__withoutBorder_1gc07_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_{display:block}.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_).__expanded_1gc07_gg_.__withAccordion_1gc07_gg_,.___SRow_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._accordionType_row_1gc07_gg_.__expanded_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_1gc07_gg_._theme_muted_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_1gc07_gg_._theme_info_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SCell_1gc07_gg_._theme_success_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SCell_1gc07_gg_._theme_warning_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SCell_1gc07_gg_._theme_danger_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}.___SCollapseRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_.__isAccordionRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:not(._accordionType_row_1gc07_gg_.__expanded_1gc07_gg_):hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_muted_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_muted_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_muted_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_muted_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_muted_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_muted_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_info_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_info_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_info_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_info_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_info_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_info_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_success_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_success_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_success_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_success_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_success_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_success_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_warning_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_warning_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_warning_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_warning_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_warning_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_warning_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_danger_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_danger_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_danger_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_danger_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_danger_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_danger_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1gc07_gg_._theme_muted_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1gc07_gg_._theme_muted_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_muted_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1gc07_gg_._theme_info_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1gc07_gg_._theme_info_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_info_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1gc07_gg_._theme_success_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1gc07_gg_._theme_success_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_success_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1gc07_gg_._theme_warning_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1gc07_gg_._theme_warning_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_warning_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1gc07_gg_._theme_danger_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1gc07_gg_._theme_danger_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_danger_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1gc07_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_1gc07_gg_ .___SAccordionToggle_1gc07_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_1gc07_gg_ .___SAccordionToggle_1gc07_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1gc07_gg_ .___SAccordionToggle_1gc07_gg_.__expanded_1gc07_gg_ svg{transform:rotate(90deg)}.___SCell_1gc07_gg_.__withoutBorder_1gc07_gg_{border-bottom:none}.___SCell_1gc07_gg_.__withAccordion_1gc07_gg_,.___SCell_1gc07_gg_._name_Symbol\\(SELECT_ALL\\)_1gc07_gg_,.___SRow_1gc07_gg_._accordionType_row_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_{cursor:pointer}.___SCheckboxCell_1gc07_gg_[aria-hidden]{filter:blur(3px);pointer-events:none}.___SCell_1gc07_gg_._use_primary_1gc07_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1gc07_gg_._use_primary_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SCell_1gc07_gg_._use_secondary_1gc07_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1gc07_gg_._use_secondary_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SCell_1gc07_gg_._borders_both_1gc07_gg_,.___SCell_1gc07_gg_._borders_left_1gc07_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1gc07_gg_._borders_both_1gc07_gg_,.___SCell_1gc07_gg_._borders_right_1gc07_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1gc07_gg_.__fixed_1gc07_gg_{position:sticky;z-index:2}.___SCell_1gc07_gg_._theme_muted_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1gc07_gg_._theme_info_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1gc07_gg_._theme_success_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1gc07_gg_._theme_warning_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1gc07_gg_._theme_danger_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1gc07_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_1gc07_gg_:focus-visible{z-index:15}.___SSpinContainer_1gc07_gg_.__headerHeight_1gc07_gg_{top:var(--headerHeight_1gc07)}.___SEmptyData_1gc07_gg_{grid-column:1/-1}.___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_,.___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level],.___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:last-child .___SCell_1gc07_gg_,.___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:last-child .___SCell_1gc07_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_1gc07_gg_.__fixed_1gc07_gg_.__shadowVertical_1gc07_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_median_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_start_1gc07_gg_{margin-right:-5px}.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_median_1gc07_gg_:after,.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_start_1gc07_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_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_median_1gc07_gg_ .___SCell_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_start_1gc07_gg_ .___SCell_1gc07_gg_{margin-right:5px}.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_end_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_median_1gc07_gg_{margin-left:-5px}.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_end_1gc07_gg_:after,.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_median_1gc07_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_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_end_1gc07_gg_ .___SCell_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_median_1gc07_gg_ .___SCell_1gc07_gg_{margin-left:5px}.___SLimitOverlayCellWrapper_1gc07_gg_.__gridArea_1gc07_gg_{width:100%;height:100%;align-items:center;justify-content:center;z-index:16;grid-area:var(--gridArea_1gc07);backdrop-filter:blur(6px)}.___SLimitOverlayCellWrapper_1gc07_gg_.__left_1gc07_gg_{position:sticky;left:var(---left_1gc07)}.___SCell_1gc07_gg_.__innerOutline_1gc07_gg_:focus-visible{transition:none}", /*__inner_css_end__*/"1gc07_gg_"),
|
|
17
|
+
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SBody_ogxuo_gg_,.___SRowGroup_ogxuo_gg_,.___SRow_ogxuo_gg_{display:contents}.___SAccordionRows_ogxuo_gg_{display:grid;grid-column:1/-1;grid-row:var(--gridRow_ogxuo);overflow:clip;transition-property:max-height;transition-duration:var(--duration_ogxuo);transition-timing-function:linear;grid-template-columns:subgrid}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCell_ogxuo_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SRow_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level],.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCell_ogxuo_gg_ .___SAccordionToggle_ogxuo_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCellWrapper_ogxuo_gg_.__gridArea_ogxuo_gg_,.___SCollapseRow_ogxuo_gg_.__gridArea_ogxuo_gg_,.___SRow_ogxuo_gg_.__gridArea_ogxuo_gg_{grid-area:var(--gridArea_ogxuo)}.___SCellWrapper_ogxuo_gg_{height:100%;overflow:hidden}.___SCollapseRow_ogxuo_gg_.__gridArea_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_,.___SRow_ogxuo_gg_.__isAccordionRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_{height:auto;overflow:auto}.___SAccordionRows_ogxuo_gg_>.___SRow_ogxuo_gg_.__isAccordionRow_ogxuo_gg_:last-child>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__withoutBorder_ogxuo_gg_),.___SCollapseRow_ogxuo_gg_.__gridArea_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__withoutBorder_ogxuo_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_{display:block}.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_).__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_,.___SRow_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._accordionType_row_ogxuo_gg_.__expanded_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}.___SCollapseRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_.__isAccordionRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:not(._accordionType_row_ogxuo_gg_.__expanded_ogxuo_gg_):hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_muted_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_info_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_success_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_warning_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_danger_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_ogxuo_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_ogxuo_gg_ .___SAccordionToggle_ogxuo_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_ogxuo_gg_ .___SAccordionToggle_ogxuo_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_ogxuo_gg_ .___SAccordionToggle_ogxuo_gg_.__expanded_ogxuo_gg_ svg{transform:rotate(90deg)}.___SCell_ogxuo_gg_.__withoutBorder_ogxuo_gg_{border-bottom:none}.___SCell_ogxuo_gg_.__withAccordion_ogxuo_gg_,.___SCell_ogxuo_gg_._name_Symbol\\(SELECT_ALL\\)_ogxuo_gg_,.___SRow_ogxuo_gg_._accordionType_row_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_{cursor:pointer}.___SCheckboxCell_ogxuo_gg_[aria-hidden]{filter:blur(3px);pointer-events:none}.___SCell_ogxuo_gg_._use_primary_ogxuo_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_ogxuo_gg_._use_primary_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SCell_ogxuo_gg_._use_secondary_ogxuo_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_ogxuo_gg_._use_secondary_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SCell_ogxuo_gg_._borders_both_ogxuo_gg_,.___SCell_ogxuo_gg_._borders_left_ogxuo_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_ogxuo_gg_._borders_both_ogxuo_gg_,.___SCell_ogxuo_gg_._borders_right_ogxuo_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_ogxuo_gg_.__fixed_ogxuo_gg_{position:sticky;z-index:2}.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_ogxuo_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_ogxuo_gg_:focus-visible{z-index:15}.___SSpinContainer_ogxuo_gg_.__headerHeight_ogxuo_gg_{top:var(--headerHeight_ogxuo)}.___SEmptyData_ogxuo_gg_{grid-column:1/-1}.___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_,.___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level],.___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:last-child .___SCell_ogxuo_gg_,.___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:last-child .___SCell_ogxuo_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_ogxuo_gg_.__fixed_ogxuo_gg_.__shadowVertical_ogxuo_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_median_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_start_ogxuo_gg_{margin-right:-5px}.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_median_ogxuo_gg_:after,.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_start_ogxuo_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_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_median_ogxuo_gg_ .___SCell_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_start_ogxuo_gg_ .___SCell_ogxuo_gg_{margin-right:5px}.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_end_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_median_ogxuo_gg_{margin-left:-5px}.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_end_ogxuo_gg_:after,.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_median_ogxuo_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_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_end_ogxuo_gg_ .___SCell_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_median_ogxuo_gg_ .___SCell_ogxuo_gg_{margin-left:5px}.___SLimitOverlayCellWrapper_ogxuo_gg_.__gridArea_ogxuo_gg_{width:100%;height:100%;align-items:center;justify-content:center;z-index:16;grid-area:var(--gridArea_ogxuo);backdrop-filter:blur(6px)}.___SLimitOverlayCellWrapper_ogxuo_gg_.__left_ogxuo_gg_{position:sticky;left:var(---left_ogxuo)}.___SCell_ogxuo_gg_.__innerOutline_ogxuo_gg_:focus-visible{transition:none}", /*__inner_css_end__*/"ogxuo_gg_"),
|
|
16
18
|
/*__reshadow_css_end__*/
|
|
17
19
|
{
|
|
18
|
-
"__SBody": "
|
|
19
|
-
"__SRow": "
|
|
20
|
-
"__SRowGroup": "
|
|
21
|
-
"__SAccordionRows": "
|
|
22
|
-
"--gridRow": "--
|
|
23
|
-
"--duration": "--
|
|
24
|
-
"_gridArea": "
|
|
25
|
-
"__SCellWrapper": "
|
|
26
|
-
"__SCollapseRow": "
|
|
27
|
-
"--gridArea": "--
|
|
28
|
-
"_isAccordionRow": "
|
|
29
|
-
"__SCell": "
|
|
30
|
-
"_withoutBorder": "
|
|
31
|
-
"_active": "
|
|
32
|
-
"_theme": "
|
|
33
|
-
"_accordionType_row": "
|
|
34
|
-
"_expanded": "
|
|
35
|
-
"_withAccordion": "
|
|
36
|
-
"_theme_muted": "
|
|
37
|
-
"_theme_info": "
|
|
38
|
-
"_theme_success": "
|
|
39
|
-
"_theme_warning": "
|
|
40
|
-
"_theme_danger": "
|
|
41
|
-
"_isNonInteractive": "
|
|
42
|
-
"__SLimitOverlayCellWrapper": "
|
|
43
|
-
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)
|
|
44
|
-
"__SCheckboxCell": "
|
|
45
|
-
"_borders_both": "
|
|
46
|
-
"_borders_left": "
|
|
47
|
-
"_borders_right": "
|
|
48
|
-
"_fixed": "
|
|
49
|
-
"__SSpinContainer": "
|
|
50
|
-
"_headerHeight": "
|
|
51
|
-
"--headerHeight": "--
|
|
52
|
-
"__SEmptyData": "
|
|
53
|
-
"_left": "
|
|
54
|
-
"---left": "---
|
|
55
|
-
"_innerOutline": "
|
|
56
|
-
"_compact": "
|
|
57
|
-
"--data-aria-level": "--data-aria-
|
|
58
|
-
"_sideIndents_wide": "
|
|
59
|
-
"__SAccordionToggle": "
|
|
60
|
-
"_use_primary": "
|
|
61
|
-
"_use_secondary": "
|
|
62
|
-
"_shadowVertical": "
|
|
63
|
-
"_fixed_left": "
|
|
64
|
-
"_shadowVertical_median": "
|
|
65
|
-
"_shadowVertical_start": "
|
|
66
|
-
"_fixed_right": "
|
|
67
|
-
"_shadowVertical_end": "
|
|
20
|
+
"__SBody": "___SBody_ogxuo_gg_",
|
|
21
|
+
"__SRow": "___SRow_ogxuo_gg_",
|
|
22
|
+
"__SRowGroup": "___SRowGroup_ogxuo_gg_",
|
|
23
|
+
"__SAccordionRows": "___SAccordionRows_ogxuo_gg_",
|
|
24
|
+
"--gridRow": "--gridRow_ogxuo",
|
|
25
|
+
"--duration": "--duration_ogxuo",
|
|
26
|
+
"_gridArea": "__gridArea_ogxuo_gg_",
|
|
27
|
+
"__SCellWrapper": "___SCellWrapper_ogxuo_gg_",
|
|
28
|
+
"__SCollapseRow": "___SCollapseRow_ogxuo_gg_",
|
|
29
|
+
"--gridArea": "--gridArea_ogxuo",
|
|
30
|
+
"_isAccordionRow": "__isAccordionRow_ogxuo_gg_",
|
|
31
|
+
"__SCell": "___SCell_ogxuo_gg_",
|
|
32
|
+
"_withoutBorder": "__withoutBorder_ogxuo_gg_",
|
|
33
|
+
"_active": "__active_ogxuo_gg_",
|
|
34
|
+
"_theme": "__theme_ogxuo_gg_",
|
|
35
|
+
"_accordionType_row": "_accordionType_row_ogxuo_gg_",
|
|
36
|
+
"_expanded": "__expanded_ogxuo_gg_",
|
|
37
|
+
"_withAccordion": "__withAccordion_ogxuo_gg_",
|
|
38
|
+
"_theme_muted": "_theme_muted_ogxuo_gg_",
|
|
39
|
+
"_theme_info": "_theme_info_ogxuo_gg_",
|
|
40
|
+
"_theme_success": "_theme_success_ogxuo_gg_",
|
|
41
|
+
"_theme_warning": "_theme_warning_ogxuo_gg_",
|
|
42
|
+
"_theme_danger": "_theme_danger_ogxuo_gg_",
|
|
43
|
+
"_isNonInteractive": "__isNonInteractive_ogxuo_gg_",
|
|
44
|
+
"__SLimitOverlayCellWrapper": "___SLimitOverlayCellWrapper_ogxuo_gg_",
|
|
45
|
+
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)_ogxuo_gg_",
|
|
46
|
+
"__SCheckboxCell": "___SCheckboxCell_ogxuo_gg_",
|
|
47
|
+
"_borders_both": "_borders_both_ogxuo_gg_",
|
|
48
|
+
"_borders_left": "_borders_left_ogxuo_gg_",
|
|
49
|
+
"_borders_right": "_borders_right_ogxuo_gg_",
|
|
50
|
+
"_fixed": "__fixed_ogxuo_gg_",
|
|
51
|
+
"__SSpinContainer": "___SSpinContainer_ogxuo_gg_",
|
|
52
|
+
"_headerHeight": "__headerHeight_ogxuo_gg_",
|
|
53
|
+
"--headerHeight": "--headerHeight_ogxuo",
|
|
54
|
+
"__SEmptyData": "___SEmptyData_ogxuo_gg_",
|
|
55
|
+
"_left": "__left_ogxuo_gg_",
|
|
56
|
+
"---left": "---left_ogxuo",
|
|
57
|
+
"_innerOutline": "__innerOutline_ogxuo_gg_",
|
|
58
|
+
"_compact": "__compact_ogxuo_gg_",
|
|
59
|
+
"--data-aria-level": "--data-aria-level_ogxuo",
|
|
60
|
+
"_sideIndents_wide": "_sideIndents_wide_ogxuo_gg_",
|
|
61
|
+
"__SAccordionToggle": "___SAccordionToggle_ogxuo_gg_",
|
|
62
|
+
"_use_primary": "_use_primary_ogxuo_gg_",
|
|
63
|
+
"_use_secondary": "_use_secondary_ogxuo_gg_",
|
|
64
|
+
"_shadowVertical": "__shadowVertical_ogxuo_gg_",
|
|
65
|
+
"_fixed_left": "_fixed_left_ogxuo_gg_",
|
|
66
|
+
"_shadowVertical_median": "_shadowVertical_median_ogxuo_gg_",
|
|
67
|
+
"_shadowVertical_start": "_shadowVertical_start_ogxuo_gg_",
|
|
68
|
+
"_fixed_right": "_fixed_right_ogxuo_gg_",
|
|
69
|
+
"_shadowVertical_end": "_shadowVertical_end_ogxuo_gg_"
|
|
68
70
|
});
|
|
69
71
|
import { handleFocusCell, handleKeydownFocusCell } from '../../enhancers/focusableCell';
|
|
70
72
|
var CellRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -84,13 +86,28 @@ var CellRoot = /*#__PURE__*/function (_Component) {
|
|
|
84
86
|
handleFocusCell(_this.lockedCell, e.target, e.currentTarget);
|
|
85
87
|
});
|
|
86
88
|
_defineProperty(_this, "handleClickCell", function (e) {
|
|
89
|
+
var _e$currentTarget$pare, _this$cellRef$current, _this$cellRef$current2;
|
|
87
90
|
var _this$asProps = _this.asProps,
|
|
88
91
|
rowIndex = _this$asProps.rowIndex,
|
|
89
92
|
columnIndex = _this$asProps.columnIndex,
|
|
90
93
|
onClick = _this$asProps.onClick,
|
|
91
|
-
row = _this$asProps.row
|
|
94
|
+
row = _this$asProps.row,
|
|
95
|
+
accordionRowIndex = _this$asProps.accordionRowIndex;
|
|
96
|
+
var rowElement = (_e$currentTarget$pare = e.currentTarget.parentElement) === null || _e$currentTarget$pare === void 0 ? void 0 : _e$currentTarget$pare.parentElement;
|
|
97
|
+
var ariaRowindex = Number(rowElement === null || rowElement === void 0 ? void 0 : rowElement.getAttribute('aria-rowindex'));
|
|
98
|
+
var rowIndexValue = accordionRowIndex === undefined ? rowIndex : rowIndex + 1 + accordionRowIndex;
|
|
99
|
+
if (!isNaN(ariaRowindex)) {
|
|
100
|
+
rowIndexValue = ariaRowindex - 2;
|
|
101
|
+
}
|
|
102
|
+
var focusableChildren = Array.from((_this$cellRef$current = (_this$cellRef$current2 = _this.cellRef.current) === null || _this$cellRef$current2 === void 0 ? void 0 : _this$cellRef$current2.children) !== null && _this$cellRef$current !== void 0 ? _this$cellRef$current : []).flatMap(function (node) {
|
|
103
|
+
return getFocusableIn(node);
|
|
104
|
+
});
|
|
105
|
+
if (isInteractiveElement(e.target) && _this.cellRef.current && focusableChildren.length > 1) {
|
|
106
|
+
_this.lockedCell[0] = _this.cellRef.current;
|
|
107
|
+
_this.lockedCell[1] = true;
|
|
108
|
+
}
|
|
92
109
|
onClick === null || onClick === void 0 || onClick(e, {
|
|
93
|
-
rowIndex:
|
|
110
|
+
rowIndex: rowIndexValue,
|
|
94
111
|
colIndex: columnIndex,
|
|
95
112
|
row: row
|
|
96
113
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Cell.js","names":["Box","Flex","Root","sstyled","createComponent","Component","isFocusInside","React","MergedColumnsCell","MergedRowsCell","styles","_sstyled","insert","handleFocusCell","handleKeydownFocusCell","CellRoot","_Component","_this","_classCallCheck","_len","arguments","length","args","Array","_key","_callSuper","concat","_defineProperty","createRef","e","lockedCell","target","currentTarget","_this$asProps","asProps","rowIndex","columnIndex","onClick","row","colIndex","_inherits","_createClass","key","value","componentWillUnmount","_this$asProps2","virtualScroll","tableRef","cellRef","current","_tableRef$current","setAttribute","render","_ref","_ref2","SCellWrapper","SCell","_this$asProps3","Children","style","column","gridRowIndex","shadowVertical","cell","name","cellName","dataKey","scope","gridArea","undefined","fromRow","fromCol","columnsCount","rowsCount","createElement","cn","fixed","showShadowVertical","_objectSpread","_assignProps","handleFocusableCellKeyDown","handleFocusableCellFocus","handleClickCell","toString","borders","flexWrap","alignItems","alignContent","justifyContent","textAlign","Cell"],"sources":["../../../../src/components/Body/Cell.tsx"],"sourcesContent":["import { Box, Flex } from '@semcore/base-components';\nimport { Root, sstyled, createComponent, Component } from '@semcore/core';\nimport { isFocusInside } from '@semcore/core/lib/utils/focus-lock/isFocusInside';\nimport * as React from 'react';\n\nimport type { DataTableCellProps } from './Cell.types';\nimport { MergedColumnsCell, MergedRowsCell } from './MergedCells';\nimport styles from './style.shadow.css';\nimport type { IFocusableCell, LockedCell } from '../../enhancers/focusableCell';\nimport { handleFocusCell, handleKeydownFocusCell } from '../../enhancers/focusableCell';\nimport type { DataTableData } from '../DataTable/DataTable.types';\n\nclass CellRoot<Data extends DataTableData, UniqKeyType> extends Component<DataTableCellProps<Data, UniqKeyType>> implements IFocusableCell {\n lockedCell: LockedCell = [null, false];\n\n static displayName = 'Cell';\n static style = styles;\n\n cellRef = React.createRef<HTMLDivElement>();\n\n componentWillUnmount() {\n const { virtualScroll, tableRef } = this.asProps;\n if (virtualScroll && this.cellRef.current && isFocusInside(this.cellRef.current)) {\n tableRef.current?.setAttribute('tabIndex', '0');\n }\n }\n\n handleFocusableCellKeyDown = (e: React.KeyboardEvent) => {\n handleKeydownFocusCell(this.lockedCell, e);\n };\n\n handleFocusableCellFocus = (e: React.FocusEvent) => {\n handleFocusCell(this.lockedCell, e.target, e.currentTarget);\n };\n\n handleClickCell = (e: React.SyntheticEvent<HTMLElement>) => {\n const { rowIndex, columnIndex, onClick, row } = this.asProps;\n\n onClick?.(e, { rowIndex, colIndex: columnIndex, row });\n };\n\n render() {\n const SCellWrapper = Box;\n const SCell = Root;\n const {\n Children,\n styles,\n style,\n row,\n column,\n columnIndex,\n gridRowIndex,\n shadowVertical,\n } = this.asProps;\n\n const cell = row[column.name];\n const cellName = cell instanceof MergedColumnsCell ? cell.dataKey : column.name;\n\n let scope: null | 'rowgroup' | 'colgroup' = null;\n let gridArea: string | undefined = undefined;\n\n const fromRow = gridRowIndex;\n const fromCol = columnIndex + 1;\n\n if (cell instanceof MergedColumnsCell) {\n gridArea = `${fromRow} / ${fromCol} / ${fromRow + 1} / ${fromCol + cell.columnsCount}`;\n scope = 'colgroup';\n } else if (cell instanceof MergedRowsCell) {\n gridArea = `${fromRow} / ${fromCol} / ${fromRow + cell.rowsCount} / ${fromCol + 1}`;\n scope = 'rowgroup';\n } else {\n gridArea = `${fromRow} / ${fromCol} / ${fromRow + 1} / ${fromCol + 1}`;\n }\n\n return sstyled(styles)(\n <SCellWrapper\n // @ts-ignore\n gridArea={gridArea}\n fixed={column.fixed}\n style={style}\n shadowVertical={column.showShadowVertical ? shadowVertical : undefined}\n >\n <SCell\n ref={this.cellRef}\n render={Flex}\n innerOutline\n tabIndex={-1}\n onKeyDown={this.handleFocusableCellKeyDown}\n onFocus={this.handleFocusableCellFocus}\n use:onClick={this.handleClickCell}\n name={cellName.toString()}\n role='gridcell'\n aria-colindex={columnIndex + 1}\n data-grouped-by={scope}\n scope={scope}\n aria-colspan={cell instanceof MergedColumnsCell ? cell.columnsCount : undefined}\n aria-rowspan={cell instanceof MergedRowsCell ? cell.rowsCount : undefined}\n gridArea={gridArea}\n borders={column.borders}\n flexWrap={column.flexWrap}\n alignItems={column.alignItems}\n alignContent={column.alignContent}\n justifyContent={column.justifyContent}\n textAlign={column.textAlign}\n >\n <Children />\n </SCell>\n </SCellWrapper>,\n );\n }\n}\n\nexport const Cell = createComponent(CellRoot);\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"Cell.js","names":["Box","Flex","Root","sstyled","createComponent","Component","getFocusableIn","isFocusInside","isInteractiveElement","React","MergedColumnsCell","MergedRowsCell","styles","_sstyled","insert","handleFocusCell","handleKeydownFocusCell","CellRoot","_Component","_this","_classCallCheck","_len","arguments","length","args","Array","_key","_callSuper","concat","_defineProperty","createRef","e","lockedCell","target","currentTarget","_e$currentTarget$pare","_this$cellRef$current","_this$cellRef$current2","_this$asProps","asProps","rowIndex","columnIndex","onClick","row","accordionRowIndex","rowElement","parentElement","ariaRowindex","Number","getAttribute","rowIndexValue","undefined","isNaN","focusableChildren","from","cellRef","current","children","flatMap","node","colIndex","_inherits","_createClass","key","value","componentWillUnmount","_this$asProps2","virtualScroll","tableRef","_tableRef$current","setAttribute","render","_ref","_ref2","SCellWrapper","SCell","_this$asProps3","Children","style","column","gridRowIndex","shadowVertical","cell","name","cellName","dataKey","scope","gridArea","fromRow","fromCol","columnsCount","rowsCount","createElement","cn","fixed","showShadowVertical","_objectSpread","_assignProps","handleFocusableCellKeyDown","handleFocusableCellFocus","handleClickCell","toString","borders","flexWrap","alignItems","alignContent","justifyContent","textAlign","Cell"],"sources":["../../../../src/components/Body/Cell.tsx"],"sourcesContent":["import { Box, Flex } from '@semcore/base-components';\nimport { Root, sstyled, createComponent, Component } from '@semcore/core';\nimport { getFocusableIn } from '@semcore/core/lib/utils/focus-lock/getFocusableIn';\nimport { isFocusInside } from '@semcore/core/lib/utils/focus-lock/isFocusInside';\nimport { isInteractiveElement } from '@semcore/core/lib/utils/isInteractiveElement';\nimport * as React from 'react';\n\nimport type { DataTableCellProps } from './Cell.types';\nimport { MergedColumnsCell, MergedRowsCell } from './MergedCells';\nimport styles from './style.shadow.css';\nimport type { IFocusableCell, LockedCell } from '../../enhancers/focusableCell';\nimport { handleFocusCell, handleKeydownFocusCell } from '../../enhancers/focusableCell';\nimport type { DataTableData } from '../DataTable/DataTable.types';\n\nclass CellRoot<Data extends DataTableData, UniqKeyType> extends Component<DataTableCellProps<Data, UniqKeyType>> implements IFocusableCell {\n lockedCell: LockedCell = [null, false];\n\n static displayName = 'Cell';\n static style = styles;\n\n cellRef = React.createRef<HTMLDivElement>();\n\n componentWillUnmount() {\n const { virtualScroll, tableRef } = this.asProps;\n if (virtualScroll && this.cellRef.current && isFocusInside(this.cellRef.current)) {\n tableRef.current?.setAttribute('tabIndex', '0');\n }\n }\n\n handleFocusableCellKeyDown = (e: React.KeyboardEvent) => {\n handleKeydownFocusCell(this.lockedCell, e);\n };\n\n handleFocusableCellFocus = (e: React.FocusEvent) => {\n handleFocusCell(this.lockedCell, e.target, e.currentTarget);\n };\n\n handleClickCell = (e: React.SyntheticEvent<HTMLElement>) => {\n const { rowIndex, columnIndex, onClick, row, accordionRowIndex } = this.asProps;\n\n const rowElement = e.currentTarget.parentElement?.parentElement;\n const ariaRowindex = Number(rowElement?.getAttribute('aria-rowindex'));\n let rowIndexValue = accordionRowIndex === undefined ? rowIndex : rowIndex + 1 + accordionRowIndex;\n\n if (!isNaN(ariaRowindex)) {\n rowIndexValue = ariaRowindex - 2;\n }\n\n const focusableChildren = Array.from(this.cellRef.current?.children ?? []).flatMap((node) =>\n getFocusableIn(node as HTMLElement),\n );\n\n if (isInteractiveElement(e.target) && this.cellRef.current && focusableChildren.length > 1) {\n this.lockedCell[0] = this.cellRef.current;\n this.lockedCell[1] = true;\n }\n\n onClick?.(e, { rowIndex: rowIndexValue, colIndex: columnIndex, row });\n };\n\n render() {\n const SCellWrapper = Box;\n const SCell = Root;\n const {\n Children,\n styles,\n style,\n row,\n column,\n columnIndex,\n gridRowIndex,\n shadowVertical,\n } = this.asProps;\n\n const cell = row[column.name];\n const cellName = cell instanceof MergedColumnsCell ? cell.dataKey : column.name;\n\n let scope: null | 'rowgroup' | 'colgroup' = null;\n let gridArea: string | undefined = undefined;\n\n const fromRow = gridRowIndex;\n const fromCol = columnIndex + 1;\n\n if (cell instanceof MergedColumnsCell) {\n gridArea = `${fromRow} / ${fromCol} / ${fromRow + 1} / ${fromCol + cell.columnsCount}`;\n scope = 'colgroup';\n } else if (cell instanceof MergedRowsCell) {\n gridArea = `${fromRow} / ${fromCol} / ${fromRow + cell.rowsCount} / ${fromCol + 1}`;\n scope = 'rowgroup';\n } else {\n gridArea = `${fromRow} / ${fromCol} / ${fromRow + 1} / ${fromCol + 1}`;\n }\n\n return sstyled(styles)(\n <SCellWrapper\n // @ts-ignore\n gridArea={gridArea}\n fixed={column.fixed}\n style={style}\n shadowVertical={column.showShadowVertical ? shadowVertical : undefined}\n >\n <SCell\n ref={this.cellRef}\n render={Flex}\n innerOutline\n tabIndex={-1}\n onKeyDown={this.handleFocusableCellKeyDown}\n onFocus={this.handleFocusableCellFocus}\n use:onClick={this.handleClickCell}\n name={cellName.toString()}\n role='gridcell'\n aria-colindex={columnIndex + 1}\n data-grouped-by={scope}\n scope={scope}\n aria-colspan={cell instanceof MergedColumnsCell ? cell.columnsCount : undefined}\n aria-rowspan={cell instanceof MergedRowsCell ? cell.rowsCount : undefined}\n gridArea={gridArea}\n borders={column.borders}\n flexWrap={column.flexWrap}\n alignItems={column.alignItems}\n alignContent={column.alignContent}\n justifyContent={column.justifyContent}\n textAlign={column.textAlign}\n >\n <Children />\n </SCell>\n </SCellWrapper>,\n );\n }\n}\n\nexport const Cell = createComponent(CellRoot);\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,59 +9,59 @@ import { Component, createComponent, sstyled } from '@semcore/core';
|
|
|
9
9
|
import { hasParent } from '@semcore/core/lib/utils/hasParent';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
12
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SBody_1gc07_gg_,.___SRowGroup_1gc07_gg_,.___SRow_1gc07_gg_{display:contents}.___SAccordionRows_1gc07_gg_{display:grid;grid-column:1/-1;grid-row:var(--gridRow_1gc07);overflow:clip;transition-property:max-height;transition-duration:var(--duration_1gc07);transition-timing-function:linear;grid-template-columns:subgrid}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCell_1gc07_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SRow_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level],.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SBody_1gc07_gg_.__compact_1gc07_gg_ .___SCell_1gc07_gg_ .___SAccordionToggle_1gc07_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCellWrapper_1gc07_gg_.__gridArea_1gc07_gg_,.___SCollapseRow_1gc07_gg_.__gridArea_1gc07_gg_,.___SRow_1gc07_gg_.__gridArea_1gc07_gg_{grid-area:var(--gridArea_1gc07)}.___SCellWrapper_1gc07_gg_{height:100%;overflow:hidden}.___SCollapseRow_1gc07_gg_.__gridArea_1gc07_gg_>.___SCellWrapper_1gc07_gg_,.___SRow_1gc07_gg_.__isAccordionRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_{height:auto;overflow:auto}.___SAccordionRows_1gc07_gg_>.___SRow_1gc07_gg_.__isAccordionRow_1gc07_gg_:last-child>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__withoutBorder_1gc07_gg_),.___SCollapseRow_1gc07_gg_.__gridArea_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__withoutBorder_1gc07_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_{display:block}.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_).__expanded_1gc07_gg_.__withAccordion_1gc07_gg_,.___SRow_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._accordionType_row_1gc07_gg_.__expanded_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_1gc07_gg_._theme_muted_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_1gc07_gg_._theme_info_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SCell_1gc07_gg_._theme_success_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SCell_1gc07_gg_._theme_warning_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SCell_1gc07_gg_._theme_danger_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}.___SCollapseRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_.__isAccordionRow_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:not(._accordionType_row_1gc07_gg_.__expanded_1gc07_gg_):hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_muted_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_muted_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_muted_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_muted_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_muted_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_muted_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_info_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_info_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_info_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_info_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_info_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_info_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_success_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_success_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_success_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_success_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_success_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_success_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_warning_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_warning_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_warning_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_warning_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_warning_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_warning_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_._theme_danger_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_[data-grouped-by=rowgroup]._theme_danger_1gc07_gg_:not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_._theme_danger_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not([aria-hidden]),.___SRowGroup_1gc07_gg_:has(.___SCell_1gc07_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_1gc07_gg_:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden])>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_danger_1gc07_gg_:not([aria-hidden]),.___SRow_1gc07_gg_._theme_danger_1gc07_gg_:hover:not(.__expanded_1gc07_gg_.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_):not([aria-hidden]),.___SRow_1gc07_gg_:hover:not(.__isNonInteractive_1gc07_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_1gc07_gg_:hover))>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_._theme_danger_1gc07_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1gc07_gg_._theme_muted_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_1gc07_gg_._theme_muted_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_muted_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_1gc07_gg_._theme_info_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1gc07_gg_._theme_info_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_info_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_1gc07_gg_._theme_success_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1gc07_gg_._theme_success_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_success_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_1gc07_gg_._theme_warning_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1gc07_gg_._theme_warning_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_warning_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_1gc07_gg_._theme_danger_1gc07_gg_ .___SCell_1gc07_gg_:not(.__theme_1gc07_gg_):not(.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1gc07_gg_._theme_danger_1gc07_gg_ .___SCell_1gc07_gg_.__expanded_1gc07_gg_.__withAccordion_1gc07_gg_:not(.__theme_1gc07_gg_),.___SRow_1gc07_gg_._theme_danger_1gc07_gg_.__active_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_:not(.__theme_1gc07_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_1gc07_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_1gc07_gg_ .___SAccordionToggle_1gc07_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_1gc07_gg_ .___SAccordionToggle_1gc07_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_1gc07_gg_ .___SAccordionToggle_1gc07_gg_.__expanded_1gc07_gg_ svg{transform:rotate(90deg)}.___SCell_1gc07_gg_.__withoutBorder_1gc07_gg_{border-bottom:none}.___SCell_1gc07_gg_.__withAccordion_1gc07_gg_,.___SCell_1gc07_gg_._name_Symbol\\(SELECT_ALL\\)_1gc07_gg_,.___SRow_1gc07_gg_._accordionType_row_1gc07_gg_>.___SCellWrapper_1gc07_gg_>.___SCell_1gc07_gg_{cursor:pointer}.___SCheckboxCell_1gc07_gg_[aria-hidden]{filter:blur(3px);pointer-events:none}.___SCell_1gc07_gg_._use_primary_1gc07_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1gc07_gg_._use_primary_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SCell_1gc07_gg_._use_secondary_1gc07_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1gc07_gg_._use_secondary_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SCell_1gc07_gg_._borders_both_1gc07_gg_,.___SCell_1gc07_gg_._borders_left_1gc07_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1gc07_gg_._borders_both_1gc07_gg_,.___SCell_1gc07_gg_._borders_right_1gc07_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_1gc07_gg_.__fixed_1gc07_gg_{position:sticky;z-index:2}.___SCell_1gc07_gg_._theme_muted_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1gc07_gg_._theme_info_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1gc07_gg_._theme_success_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1gc07_gg_._theme_warning_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1gc07_gg_._theme_danger_1gc07_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_1gc07_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_1gc07_gg_:focus-visible{z-index:15}.___SSpinContainer_1gc07_gg_.__headerHeight_1gc07_gg_{top:var(--headerHeight_1gc07)}.___SEmptyData_1gc07_gg_{grid-column:1/-1}.___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_,.___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level],.___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:first-child .___SCell_1gc07_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_1gc07) - 1)))}.___SCollapseRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:last-child .___SCell_1gc07_gg_,.___SRow_1gc07_gg_._sideIndents_wide_1gc07_gg_ .___SCellWrapper_1gc07_gg_:last-child .___SCell_1gc07_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_1gc07_gg_.__fixed_1gc07_gg_.__shadowVertical_1gc07_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_median_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_start_1gc07_gg_{margin-right:-5px}.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_median_1gc07_gg_:after,.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_start_1gc07_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_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_median_1gc07_gg_ .___SCell_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_left_1gc07_gg_._shadowVertical_start_1gc07_gg_ .___SCell_1gc07_gg_{margin-right:5px}.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_end_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_median_1gc07_gg_{margin-left:-5px}.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_end_1gc07_gg_:after,.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_median_1gc07_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_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_end_1gc07_gg_ .___SCell_1gc07_gg_,.___SCellWrapper_1gc07_gg_._fixed_right_1gc07_gg_._shadowVertical_median_1gc07_gg_ .___SCell_1gc07_gg_{margin-left:5px}.___SLimitOverlayCellWrapper_1gc07_gg_.__gridArea_1gc07_gg_{width:100%;height:100%;align-items:center;justify-content:center;z-index:16;grid-area:var(--gridArea_1gc07);backdrop-filter:blur(6px)}.___SLimitOverlayCellWrapper_1gc07_gg_.__left_1gc07_gg_{position:sticky;left:var(---left_1gc07)}.___SCell_1gc07_gg_.__innerOutline_1gc07_gg_:focus-visible{transition:none}", /*__inner_css_end__*/"1gc07_gg_"),
|
|
12
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SBody_ogxuo_gg_,.___SRowGroup_ogxuo_gg_,.___SRow_ogxuo_gg_{display:contents}.___SAccordionRows_ogxuo_gg_{display:grid;grid-column:1/-1;grid-row:var(--gridRow_ogxuo);overflow:clip;transition-property:max-height;transition-duration:var(--duration_ogxuo);transition-timing-function:linear;grid-template-columns:subgrid}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCell_ogxuo_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SRow_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level],.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SBody_ogxuo_gg_.__compact_ogxuo_gg_ .___SCell_ogxuo_gg_ .___SAccordionToggle_ogxuo_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCellWrapper_ogxuo_gg_.__gridArea_ogxuo_gg_,.___SCollapseRow_ogxuo_gg_.__gridArea_ogxuo_gg_,.___SRow_ogxuo_gg_.__gridArea_ogxuo_gg_{grid-area:var(--gridArea_ogxuo)}.___SCellWrapper_ogxuo_gg_{height:100%;overflow:hidden}.___SCollapseRow_ogxuo_gg_.__gridArea_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_,.___SRow_ogxuo_gg_.__isAccordionRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_{height:auto;overflow:auto}.___SAccordionRows_ogxuo_gg_>.___SRow_ogxuo_gg_.__isAccordionRow_ogxuo_gg_:last-child>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__withoutBorder_ogxuo_gg_),.___SCollapseRow_ogxuo_gg_.__gridArea_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__withoutBorder_ogxuo_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_{display:block}.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_).__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_,.___SRow_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._accordionType_row_ogxuo_gg_.__expanded_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}.___SCollapseRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_.__isAccordionRow_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:not(._accordionType_row_ogxuo_gg_.__expanded_ogxuo_gg_):hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_muted_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_info_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_success_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_warning_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]._theme_danger_ogxuo_gg_:not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not([aria-hidden]),.___SRowGroup_ogxuo_gg_:has(.___SCell_ogxuo_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_ogxuo_gg_:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden])>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_:not([aria-hidden]),.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_:hover:not(.__expanded_ogxuo_gg_.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_):not([aria-hidden]),.___SRow_ogxuo_gg_:hover:not(.__isNonInteractive_ogxuo_gg_):not([aria-hidden]):not(:has(.___SLimitOverlayCellWrapper_ogxuo_gg_:hover))>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_:not([aria-hidden]){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_muted_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_info_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_success_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_warning_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_ .___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_):not(.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_ .___SCell_ogxuo_gg_.__expanded_ogxuo_gg_.__withAccordion_ogxuo_gg_:not(.__theme_ogxuo_gg_),.___SRow_ogxuo_gg_._theme_danger_ogxuo_gg_.__active_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_:not(.__theme_ogxuo_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_ogxuo_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_ogxuo_gg_ .___SAccordionToggle_ogxuo_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_ogxuo_gg_ .___SAccordionToggle_ogxuo_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_ogxuo_gg_ .___SAccordionToggle_ogxuo_gg_.__expanded_ogxuo_gg_ svg{transform:rotate(90deg)}.___SCell_ogxuo_gg_.__withoutBorder_ogxuo_gg_{border-bottom:none}.___SCell_ogxuo_gg_.__withAccordion_ogxuo_gg_,.___SCell_ogxuo_gg_._name_Symbol\\(SELECT_ALL\\)_ogxuo_gg_,.___SRow_ogxuo_gg_._accordionType_row_ogxuo_gg_>.___SCellWrapper_ogxuo_gg_>.___SCell_ogxuo_gg_{cursor:pointer}.___SCheckboxCell_ogxuo_gg_[aria-hidden]{filter:blur(3px);pointer-events:none}.___SCell_ogxuo_gg_._use_primary_ogxuo_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_ogxuo_gg_._use_primary_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SCell_ogxuo_gg_._use_secondary_ogxuo_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_ogxuo_gg_._use_secondary_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SCell_ogxuo_gg_._borders_both_ogxuo_gg_,.___SCell_ogxuo_gg_._borders_left_ogxuo_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_ogxuo_gg_._borders_both_ogxuo_gg_,.___SCell_ogxuo_gg_._borders_right_ogxuo_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_ogxuo_gg_.__fixed_ogxuo_gg_{position:sticky;z-index:2}.___SCell_ogxuo_gg_._theme_muted_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_ogxuo_gg_._theme_info_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_ogxuo_gg_._theme_success_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_ogxuo_gg_._theme_warning_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_ogxuo_gg_._theme_danger_ogxuo_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_ogxuo_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_ogxuo_gg_:focus-visible{z-index:15}.___SSpinContainer_ogxuo_gg_.__headerHeight_ogxuo_gg_{top:var(--headerHeight_ogxuo)}.___SEmptyData_ogxuo_gg_{grid-column:1/-1}.___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_,.___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level],.___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:first-child .___SCell_ogxuo_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-5x, 20px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))*(var(--data-aria-level_ogxuo) - 1)))}.___SCollapseRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:last-child .___SCell_ogxuo_gg_,.___SRow_ogxuo_gg_._sideIndents_wide_ogxuo_gg_ .___SCellWrapper_ogxuo_gg_:last-child .___SCell_ogxuo_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_ogxuo_gg_.__fixed_ogxuo_gg_.__shadowVertical_ogxuo_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_median_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_start_ogxuo_gg_{margin-right:-5px}.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_median_ogxuo_gg_:after,.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_start_ogxuo_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_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_median_ogxuo_gg_ .___SCell_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_left_ogxuo_gg_._shadowVertical_start_ogxuo_gg_ .___SCell_ogxuo_gg_{margin-right:5px}.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_end_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_median_ogxuo_gg_{margin-left:-5px}.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_end_ogxuo_gg_:after,.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_median_ogxuo_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_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_end_ogxuo_gg_ .___SCell_ogxuo_gg_,.___SCellWrapper_ogxuo_gg_._fixed_right_ogxuo_gg_._shadowVertical_median_ogxuo_gg_ .___SCell_ogxuo_gg_{margin-left:5px}.___SLimitOverlayCellWrapper_ogxuo_gg_.__gridArea_ogxuo_gg_{width:100%;height:100%;align-items:center;justify-content:center;z-index:16;grid-area:var(--gridArea_ogxuo);backdrop-filter:blur(6px)}.___SLimitOverlayCellWrapper_ogxuo_gg_.__left_ogxuo_gg_{position:sticky;left:var(---left_ogxuo)}.___SCell_ogxuo_gg_.__innerOutline_ogxuo_gg_:focus-visible{transition:none}", /*__inner_css_end__*/"ogxuo_gg_"),
|
|
13
13
|
/*__reshadow_css_end__*/
|
|
14
14
|
{
|
|
15
|
-
"__SBody": "
|
|
16
|
-
"__SRow": "
|
|
17
|
-
"__SRowGroup": "
|
|
18
|
-
"__SAccordionRows": "
|
|
19
|
-
"--gridRow": "--
|
|
20
|
-
"--duration": "--
|
|
21
|
-
"_gridArea": "
|
|
22
|
-
"__SCellWrapper": "
|
|
23
|
-
"__SCollapseRow": "
|
|
24
|
-
"--gridArea": "--
|
|
25
|
-
"_isAccordionRow": "
|
|
26
|
-
"__SCell": "
|
|
27
|
-
"_withoutBorder": "
|
|
28
|
-
"_active": "
|
|
29
|
-
"_theme": "
|
|
30
|
-
"_accordionType_row": "
|
|
31
|
-
"_expanded": "
|
|
32
|
-
"_withAccordion": "
|
|
33
|
-
"_theme_muted": "
|
|
34
|
-
"_theme_info": "
|
|
35
|
-
"_theme_success": "
|
|
36
|
-
"_theme_warning": "
|
|
37
|
-
"_theme_danger": "
|
|
38
|
-
"_isNonInteractive": "
|
|
39
|
-
"__SLimitOverlayCellWrapper": "
|
|
40
|
-
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)
|
|
41
|
-
"__SCheckboxCell": "
|
|
42
|
-
"_borders_both": "
|
|
43
|
-
"_borders_left": "
|
|
44
|
-
"_borders_right": "
|
|
45
|
-
"_fixed": "
|
|
46
|
-
"__SSpinContainer": "
|
|
47
|
-
"_headerHeight": "
|
|
48
|
-
"--headerHeight": "--
|
|
49
|
-
"__SEmptyData": "
|
|
50
|
-
"_left": "
|
|
51
|
-
"---left": "---
|
|
52
|
-
"_innerOutline": "
|
|
53
|
-
"_compact": "
|
|
54
|
-
"--data-aria-level": "--data-aria-
|
|
55
|
-
"_sideIndents_wide": "
|
|
56
|
-
"__SAccordionToggle": "
|
|
57
|
-
"_use_primary": "
|
|
58
|
-
"_use_secondary": "
|
|
59
|
-
"_shadowVertical": "
|
|
60
|
-
"_fixed_left": "
|
|
61
|
-
"_shadowVertical_median": "
|
|
62
|
-
"_shadowVertical_start": "
|
|
63
|
-
"_fixed_right": "
|
|
64
|
-
"_shadowVertical_end": "
|
|
15
|
+
"__SBody": "___SBody_ogxuo_gg_",
|
|
16
|
+
"__SRow": "___SRow_ogxuo_gg_",
|
|
17
|
+
"__SRowGroup": "___SRowGroup_ogxuo_gg_",
|
|
18
|
+
"__SAccordionRows": "___SAccordionRows_ogxuo_gg_",
|
|
19
|
+
"--gridRow": "--gridRow_ogxuo",
|
|
20
|
+
"--duration": "--duration_ogxuo",
|
|
21
|
+
"_gridArea": "__gridArea_ogxuo_gg_",
|
|
22
|
+
"__SCellWrapper": "___SCellWrapper_ogxuo_gg_",
|
|
23
|
+
"__SCollapseRow": "___SCollapseRow_ogxuo_gg_",
|
|
24
|
+
"--gridArea": "--gridArea_ogxuo",
|
|
25
|
+
"_isAccordionRow": "__isAccordionRow_ogxuo_gg_",
|
|
26
|
+
"__SCell": "___SCell_ogxuo_gg_",
|
|
27
|
+
"_withoutBorder": "__withoutBorder_ogxuo_gg_",
|
|
28
|
+
"_active": "__active_ogxuo_gg_",
|
|
29
|
+
"_theme": "__theme_ogxuo_gg_",
|
|
30
|
+
"_accordionType_row": "_accordionType_row_ogxuo_gg_",
|
|
31
|
+
"_expanded": "__expanded_ogxuo_gg_",
|
|
32
|
+
"_withAccordion": "__withAccordion_ogxuo_gg_",
|
|
33
|
+
"_theme_muted": "_theme_muted_ogxuo_gg_",
|
|
34
|
+
"_theme_info": "_theme_info_ogxuo_gg_",
|
|
35
|
+
"_theme_success": "_theme_success_ogxuo_gg_",
|
|
36
|
+
"_theme_warning": "_theme_warning_ogxuo_gg_",
|
|
37
|
+
"_theme_danger": "_theme_danger_ogxuo_gg_",
|
|
38
|
+
"_isNonInteractive": "__isNonInteractive_ogxuo_gg_",
|
|
39
|
+
"__SLimitOverlayCellWrapper": "___SLimitOverlayCellWrapper_ogxuo_gg_",
|
|
40
|
+
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)_ogxuo_gg_",
|
|
41
|
+
"__SCheckboxCell": "___SCheckboxCell_ogxuo_gg_",
|
|
42
|
+
"_borders_both": "_borders_both_ogxuo_gg_",
|
|
43
|
+
"_borders_left": "_borders_left_ogxuo_gg_",
|
|
44
|
+
"_borders_right": "_borders_right_ogxuo_gg_",
|
|
45
|
+
"_fixed": "__fixed_ogxuo_gg_",
|
|
46
|
+
"__SSpinContainer": "___SSpinContainer_ogxuo_gg_",
|
|
47
|
+
"_headerHeight": "__headerHeight_ogxuo_gg_",
|
|
48
|
+
"--headerHeight": "--headerHeight_ogxuo",
|
|
49
|
+
"__SEmptyData": "___SEmptyData_ogxuo_gg_",
|
|
50
|
+
"_left": "__left_ogxuo_gg_",
|
|
51
|
+
"---left": "---left_ogxuo",
|
|
52
|
+
"_innerOutline": "__innerOutline_ogxuo_gg_",
|
|
53
|
+
"_compact": "__compact_ogxuo_gg_",
|
|
54
|
+
"--data-aria-level": "--data-aria-level_ogxuo",
|
|
55
|
+
"_sideIndents_wide": "_sideIndents_wide_ogxuo_gg_",
|
|
56
|
+
"__SAccordionToggle": "___SAccordionToggle_ogxuo_gg_",
|
|
57
|
+
"_use_primary": "_use_primary_ogxuo_gg_",
|
|
58
|
+
"_use_secondary": "_use_secondary_ogxuo_gg_",
|
|
59
|
+
"_shadowVertical": "__shadowVertical_ogxuo_gg_",
|
|
60
|
+
"_fixed_left": "_fixed_left_ogxuo_gg_",
|
|
61
|
+
"_shadowVertical_median": "_shadowVertical_median_ogxuo_gg_",
|
|
62
|
+
"_shadowVertical_start": "_shadowVertical_start_ogxuo_gg_",
|
|
63
|
+
"_fixed_right": "_fixed_right_ogxuo_gg_",
|
|
64
|
+
"_shadowVertical_end": "_shadowVertical_end_ogxuo_gg_"
|
|
65
65
|
});
|
|
66
66
|
import { handleFocusCell, handleKeydownFocusCell } from '../../enhancers/focusableCell';
|
|
67
67
|
import { ACCORDION, GRID_ROW_INDEX } from '../DataTable/DataTable';
|