@semcore/data-table 16.4.3 → 16.4.4-prerelease.1
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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [16.4.4] - 2025-11-14
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- The focus did not move to the trigger via `Escape` when opening the accordion with the mouse.
|
|
10
|
+
- SR didn't pronounce all items selecting/deselecting on table with pagination.
|
|
11
|
+
- Keyboard interaction after mouse clicking in cell with few interactive elements.
|
|
12
|
+
|
|
5
13
|
## [16.4.3] - 2025-10-31
|
|
6
14
|
|
|
7
15
|
### Fixed
|
|
@@ -15,59 +15,59 @@ var _baseComponents = require("@semcore/base-components");
|
|
|
15
15
|
var _react = _interopRequireDefault(require("react"));
|
|
16
16
|
var _Row = require("../Body/Row");
|
|
17
17
|
/*!__reshadow-styles__:"../Body/style.shadow.css"*/
|
|
18
|
-
var styles = (/*__reshadow_css_start__*/_core.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_"),
|
|
18
|
+
var styles = (/*__reshadow_css_start__*/_core.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_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SBody": "
|
|
22
|
-
"__SRow": "
|
|
23
|
-
"__SRowGroup": "
|
|
24
|
-
"__SAccordionRows": "
|
|
25
|
-
"--gridRow": "--
|
|
26
|
-
"--duration": "--
|
|
27
|
-
"_gridArea": "
|
|
28
|
-
"__SCellWrapper": "
|
|
29
|
-
"__SCollapseRow": "
|
|
30
|
-
"--gridArea": "--
|
|
31
|
-
"_isAccordionRow": "
|
|
32
|
-
"__SCell": "
|
|
33
|
-
"_withoutBorder": "
|
|
34
|
-
"_active": "
|
|
35
|
-
"_theme": "
|
|
36
|
-
"_accordionType_row": "
|
|
37
|
-
"_expanded": "
|
|
38
|
-
"_withAccordion": "
|
|
39
|
-
"_theme_muted": "
|
|
40
|
-
"_theme_info": "
|
|
41
|
-
"_theme_success": "
|
|
42
|
-
"_theme_warning": "
|
|
43
|
-
"_theme_danger": "
|
|
44
|
-
"_isNonInteractive": "
|
|
45
|
-
"__SLimitOverlayCellWrapper": "
|
|
46
|
-
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)
|
|
47
|
-
"__SCheckboxCell": "
|
|
48
|
-
"_borders_both": "
|
|
49
|
-
"_borders_left": "
|
|
50
|
-
"_borders_right": "
|
|
51
|
-
"_fixed": "
|
|
52
|
-
"__SSpinContainer": "
|
|
53
|
-
"_headerHeight": "
|
|
54
|
-
"--headerHeight": "--
|
|
55
|
-
"__SEmptyData": "
|
|
56
|
-
"_left": "
|
|
57
|
-
"---left": "---
|
|
58
|
-
"_innerOutline": "
|
|
59
|
-
"_compact": "
|
|
60
|
-
"--data-aria-level": "--data-aria-
|
|
61
|
-
"_sideIndents_wide": "
|
|
62
|
-
"__SAccordionToggle": "
|
|
63
|
-
"_use_primary": "
|
|
64
|
-
"_use_secondary": "
|
|
65
|
-
"_shadowVertical": "
|
|
66
|
-
"_fixed_left": "
|
|
67
|
-
"_shadowVertical_median": "
|
|
68
|
-
"_shadowVertical_start": "
|
|
69
|
-
"_fixed_right": "
|
|
70
|
-
"_shadowVertical_end": "
|
|
21
|
+
"__SBody": "___SBody_ogxuo_gg_",
|
|
22
|
+
"__SRow": "___SRow_ogxuo_gg_",
|
|
23
|
+
"__SRowGroup": "___SRowGroup_ogxuo_gg_",
|
|
24
|
+
"__SAccordionRows": "___SAccordionRows_ogxuo_gg_",
|
|
25
|
+
"--gridRow": "--gridRow_ogxuo",
|
|
26
|
+
"--duration": "--duration_ogxuo",
|
|
27
|
+
"_gridArea": "__gridArea_ogxuo_gg_",
|
|
28
|
+
"__SCellWrapper": "___SCellWrapper_ogxuo_gg_",
|
|
29
|
+
"__SCollapseRow": "___SCollapseRow_ogxuo_gg_",
|
|
30
|
+
"--gridArea": "--gridArea_ogxuo",
|
|
31
|
+
"_isAccordionRow": "__isAccordionRow_ogxuo_gg_",
|
|
32
|
+
"__SCell": "___SCell_ogxuo_gg_",
|
|
33
|
+
"_withoutBorder": "__withoutBorder_ogxuo_gg_",
|
|
34
|
+
"_active": "__active_ogxuo_gg_",
|
|
35
|
+
"_theme": "__theme_ogxuo_gg_",
|
|
36
|
+
"_accordionType_row": "_accordionType_row_ogxuo_gg_",
|
|
37
|
+
"_expanded": "__expanded_ogxuo_gg_",
|
|
38
|
+
"_withAccordion": "__withAccordion_ogxuo_gg_",
|
|
39
|
+
"_theme_muted": "_theme_muted_ogxuo_gg_",
|
|
40
|
+
"_theme_info": "_theme_info_ogxuo_gg_",
|
|
41
|
+
"_theme_success": "_theme_success_ogxuo_gg_",
|
|
42
|
+
"_theme_warning": "_theme_warning_ogxuo_gg_",
|
|
43
|
+
"_theme_danger": "_theme_danger_ogxuo_gg_",
|
|
44
|
+
"_isNonInteractive": "__isNonInteractive_ogxuo_gg_",
|
|
45
|
+
"__SLimitOverlayCellWrapper": "___SLimitOverlayCellWrapper_ogxuo_gg_",
|
|
46
|
+
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)_ogxuo_gg_",
|
|
47
|
+
"__SCheckboxCell": "___SCheckboxCell_ogxuo_gg_",
|
|
48
|
+
"_borders_both": "_borders_both_ogxuo_gg_",
|
|
49
|
+
"_borders_left": "_borders_left_ogxuo_gg_",
|
|
50
|
+
"_borders_right": "_borders_right_ogxuo_gg_",
|
|
51
|
+
"_fixed": "__fixed_ogxuo_gg_",
|
|
52
|
+
"__SSpinContainer": "___SSpinContainer_ogxuo_gg_",
|
|
53
|
+
"_headerHeight": "__headerHeight_ogxuo_gg_",
|
|
54
|
+
"--headerHeight": "--headerHeight_ogxuo",
|
|
55
|
+
"__SEmptyData": "___SEmptyData_ogxuo_gg_",
|
|
56
|
+
"_left": "__left_ogxuo_gg_",
|
|
57
|
+
"---left": "---left_ogxuo",
|
|
58
|
+
"_innerOutline": "__innerOutline_ogxuo_gg_",
|
|
59
|
+
"_compact": "__compact_ogxuo_gg_",
|
|
60
|
+
"--data-aria-level": "--data-aria-level_ogxuo",
|
|
61
|
+
"_sideIndents_wide": "_sideIndents_wide_ogxuo_gg_",
|
|
62
|
+
"__SAccordionToggle": "___SAccordionToggle_ogxuo_gg_",
|
|
63
|
+
"_use_primary": "_use_primary_ogxuo_gg_",
|
|
64
|
+
"_use_secondary": "_use_secondary_ogxuo_gg_",
|
|
65
|
+
"_shadowVertical": "__shadowVertical_ogxuo_gg_",
|
|
66
|
+
"_fixed_left": "_fixed_left_ogxuo_gg_",
|
|
67
|
+
"_shadowVertical_median": "_shadowVertical_median_ogxuo_gg_",
|
|
68
|
+
"_shadowVertical_start": "_shadowVertical_start_ogxuo_gg_",
|
|
69
|
+
"_fixed_right": "_fixed_right_ogxuo_gg_",
|
|
70
|
+
"_shadowVertical_end": "_shadowVertical_end_ogxuo_gg_"
|
|
71
71
|
});
|
|
72
72
|
var AccordionRows = exports.AccordionRows = /*#__PURE__*/function (_React$PureComponent) {
|
|
73
73
|
function AccordionRows() {
|
|
@@ -131,7 +131,8 @@ var AccordionRows = exports.AccordionRows = /*#__PURE__*/function (_React$PureCo
|
|
|
131
131
|
sideIndents = _this$props2.sideIndents,
|
|
132
132
|
renderCell = _this$props2.renderCell,
|
|
133
133
|
rawData = _this$props2.rawData,
|
|
134
|
-
limit = _this$props2.limit
|
|
134
|
+
limit = _this$props2.limit,
|
|
135
|
+
onCellClick = _this$props2.onCellClick;
|
|
135
136
|
return _ref = (0, _core.sstyled)(styles), /*#__PURE__*/_react["default"].createElement(SAccordionRows, _ref.cn("SAccordionRows", {
|
|
136
137
|
"id": accordionId,
|
|
137
138
|
"role": 'rowgroup',
|
|
@@ -167,7 +168,8 @@ var AccordionRows = exports.AccordionRows = /*#__PURE__*/function (_React$PureCo
|
|
|
167
168
|
sideIndents: sideIndents,
|
|
168
169
|
renderCell: renderCell,
|
|
169
170
|
rawData: rawData,
|
|
170
|
-
limit: limit
|
|
171
|
+
limit: limit,
|
|
172
|
+
onCellClick: onCellClick
|
|
171
173
|
});
|
|
172
174
|
}));
|
|
173
175
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionRows.js","names":["_core","require","_baseComponents","_react","_interopRequireDefault","_Row","styles","sstyled","insert","AccordionRows","exports","_React$PureComponent","_this","_classCallCheck2","_len","arguments","length","args","Array","_key","_callSuper2","concat","_defineProperty2","React","createRef","maxHeight","_inherits2","_createClass2","key","value","componentDidUpdate","prevProps","_this$props","props","expanded","rows","expandedForAnimation","setState","accordionRowsRef","current","scrollHeight","render","_ref","SAccordionRows","Box","_this$props2","accordionId","getFixedStyle","columns","rowIndex","ariaLevel","gridRowIndex","use","shadowVertical","accordionDuration","accordionAnimationRows","variant","flatRows","sideIndents","renderCell","rawData","limit","createElement","cn","state","map","subrow","i","Row","row","isAccordionRow","accordionIndex","animationExpand","accordionRowIndex","PureComponent"],"sources":["../../../../src/components/AccordionRows/AccordionRows.tsx"],"sourcesContent":["import { Box } from '@semcore/base-components';\nimport { sstyled } from '@semcore/core';\nimport trottle from '@semcore/core/lib/utils/rafTrottle';\nimport React from 'react';\n\nimport type { CellRenderProps } from '../Body/Body.types';\nimport { Row } from '../Body/Row';\nimport type { DTRow, DTRows } from '../Body/Row.types';\nimport styles from '../Body/style.shadow.css';\nimport type { DataTableData, DataTableProps, DataRowItem, DTUse } from '../DataTable/DataTable.types';\nimport type { DTColumn } from '../Head/Column.types';\n\ntype AccordionRowsProps<Data extends DataTableData, UniqKeyType> = {\n accordionId: string;\n expanded: boolean;\n expandedForAnimation: boolean;\n\n tableRef: React.RefObject<HTMLDivElement>;\n\n use: DTUse;\n columns: DTColumn[];\n row: DTRow<UniqKeyType> | DTRow<UniqKeyType>[];\n rows: DTRows<UniqKeyType>;\n flatRows: DTRow<UniqKeyType>[];\n rowIndex: number; // from 0\n gridRowIndex: number; // from 1 + 1 (or 2 if it has group) header\n accordionDuration: number | [number, number];\n accordionAnimationRows: number;\n sideIndents: 'wide' | undefined;\n getFixedStyle: (\n cell: Pick<DTColumn, 'name' | 'fixed'>,\n ) => [side: 'left' | 'right', style: string | number] | [side: undefined, style: undefined];\n\n renderCell: ((props: CellRenderProps<Data[number], UniqKeyType>) => React.ReactNode | Record<string, any>) | undefined;\n rawData: DataRowItem[];\n shadowVertical: '' | 'end' | 'start' | 'median' | undefined;\n variant: DataTableProps<any, any, any>['variant'];\n limit: DataTableProps<any, any, any>['limit'];\n} & {\n 'aria-level': number;\n};\n\ntype State = {\n maxHeight: number;\n};\n\nexport class AccordionRows<Data extends DataTableData, UniqKeyType> extends React.PureComponent<AccordionRowsProps<Data, UniqKeyType>, State> {\n accordionRowsRef = React.createRef<HTMLDivElement>();\n\n state: State = {\n maxHeight: 0,\n };\n\n componentDidUpdate(prevProps: Readonly<AccordionRowsProps<Data, UniqKeyType>>): void {\n const { expanded, rows, expandedForAnimation } = this.props;\n\n if (prevProps.expanded !== expanded && expanded) {\n this.setState({\n maxHeight: 2000, // some value, more than real window height\n });\n }\n if (prevProps.rows !== rows && this.accordionRowsRef.current) {\n this.setState({\n maxHeight: this.accordionRowsRef.current.scrollHeight,\n });\n }\n if (prevProps.expandedForAnimation !== expandedForAnimation && expandedForAnimation && !expanded) {\n this.setState({ maxHeight: 0 });\n }\n }\n\n render(): React.ReactNode {\n const SAccordionRows = Box;\n\n const {\n accordionId,\n rows,\n expanded,\n expandedForAnimation,\n getFixedStyle,\n columns,\n rowIndex,\n 'aria-level': ariaLevel,\n gridRowIndex,\n use,\n shadowVertical,\n accordionDuration,\n accordionAnimationRows,\n variant,\n flatRows,\n sideIndents,\n renderCell,\n rawData,\n limit,\n } = this.props;\n\n return sstyled(styles)(\n <SAccordionRows\n id={accordionId}\n role='rowgroup'\n aria-hidden={!expanded}\n ref={this.accordionRowsRef}\n hMax={`${this.state.maxHeight}px`}\n // @ts-ignore\n duration={`${accordionDuration}ms`}\n gridRow={`${gridRowIndex + 1} / ${gridRowIndex + 1 + rows.length}`}\n >\n {(expanded || expandedForAnimation) && rows.map((subrow, i) => {\n return (\n <Row\n key={i}\n // @ts-ignore\n row={subrow}\n columns={columns}\n rows={rows}\n rowIndex={rowIndex}\n aria-hidden={!expanded}\n aria-posinset={i + 1}\n aria-level={ariaLevel + 1}\n gridRowIndex={gridRowIndex + 1 + i}\n isAccordionRow={true}\n accordionIndex={i}\n getFixedStyle={getFixedStyle}\n animationExpand={expanded}\n accordionRowIndex={i}\n use={use}\n shadowVertical={shadowVertical}\n accordionDuration={accordionDuration}\n accordionAnimationRows={accordionAnimationRows}\n variant={variant}\n flatRows={flatRows}\n sideIndents={sideIndents}\n renderCell={renderCell}\n rawData={rawData}\n limit={limit}\n />\n );\n })}\n </SAccordionRows>,\n );\n }\n}\n"],"mappings":";;;;;;;;;;;;AACA,IAAAA,KAAA,GAAAC,OAAA;AADA,IAAAC,eAAA,GAAAD,OAAA;AAGA,IAAAE,MAAA,GAAAC,sBAAA,CAAAH,OAAA;
|
|
1
|
+
{"version":3,"file":"AccordionRows.js","names":["_core","require","_baseComponents","_react","_interopRequireDefault","_Row","styles","sstyled","insert","AccordionRows","exports","_React$PureComponent","_this","_classCallCheck2","_len","arguments","length","args","Array","_key","_callSuper2","concat","_defineProperty2","React","createRef","maxHeight","_inherits2","_createClass2","key","value","componentDidUpdate","prevProps","_this$props","props","expanded","rows","expandedForAnimation","setState","accordionRowsRef","current","scrollHeight","render","_ref","SAccordionRows","Box","_this$props2","accordionId","getFixedStyle","columns","rowIndex","ariaLevel","gridRowIndex","use","shadowVertical","accordionDuration","accordionAnimationRows","variant","flatRows","sideIndents","renderCell","rawData","limit","onCellClick","createElement","cn","state","map","subrow","i","Row","row","isAccordionRow","accordionIndex","animationExpand","accordionRowIndex","PureComponent"],"sources":["../../../../src/components/AccordionRows/AccordionRows.tsx"],"sourcesContent":["import { Box } from '@semcore/base-components';\nimport { sstyled } from '@semcore/core';\nimport trottle from '@semcore/core/lib/utils/rafTrottle';\nimport React from 'react';\n\nimport type { CellRenderProps } from '../Body/Body.types';\nimport type { DataTableCellProps } from '../Body/Cell.types';\nimport { Row } from '../Body/Row';\nimport type { DTRow, DTRows } from '../Body/Row.types';\nimport styles from '../Body/style.shadow.css';\nimport type { DataTableData, DataTableProps, DataRowItem, DTUse } from '../DataTable/DataTable.types';\nimport type { DTColumn } from '../Head/Column.types';\n\ntype AccordionRowsProps<Data extends DataTableData, UniqKeyType> = {\n accordionId: string;\n expanded: boolean;\n expandedForAnimation: boolean;\n\n tableRef: React.RefObject<HTMLDivElement>;\n\n use: DTUse;\n columns: DTColumn[];\n row: DTRow<UniqKeyType> | DTRow<UniqKeyType>[];\n rows: DTRows<UniqKeyType>;\n flatRows: DTRow<UniqKeyType>[];\n rowIndex: number; // from 0\n gridRowIndex: number; // from 1 + 1 (or 2 if it has group) header\n accordionDuration: number | [number, number];\n accordionAnimationRows: number;\n sideIndents: 'wide' | undefined;\n getFixedStyle: (\n cell: Pick<DTColumn, 'name' | 'fixed'>,\n ) => [side: 'left' | 'right', style: string | number] | [side: undefined, style: undefined];\n\n onCellClick: DataTableCellProps<Data, UniqKeyType>['onClick'];\n renderCell: ((props: CellRenderProps<Data[number], UniqKeyType>) => React.ReactNode | Record<string, any>) | undefined;\n rawData: DataRowItem[];\n shadowVertical: '' | 'end' | 'start' | 'median' | undefined;\n variant: DataTableProps<any, any, any>['variant'];\n limit: DataTableProps<any, any, any>['limit'];\n} & {\n 'aria-level': number;\n};\n\ntype State = {\n maxHeight: number;\n};\n\nexport class AccordionRows<Data extends DataTableData, UniqKeyType> extends React.PureComponent<AccordionRowsProps<Data, UniqKeyType>, State> {\n accordionRowsRef = React.createRef<HTMLDivElement>();\n\n state: State = {\n maxHeight: 0,\n };\n\n componentDidUpdate(prevProps: Readonly<AccordionRowsProps<Data, UniqKeyType>>): void {\n const { expanded, rows, expandedForAnimation } = this.props;\n\n if (prevProps.expanded !== expanded && expanded) {\n this.setState({\n maxHeight: 2000, // some value, more than real window height\n });\n }\n if (prevProps.rows !== rows && this.accordionRowsRef.current) {\n this.setState({\n maxHeight: this.accordionRowsRef.current.scrollHeight,\n });\n }\n if (prevProps.expandedForAnimation !== expandedForAnimation && expandedForAnimation && !expanded) {\n this.setState({ maxHeight: 0 });\n }\n }\n\n render(): React.ReactNode {\n const SAccordionRows = Box;\n\n const {\n accordionId,\n rows,\n expanded,\n expandedForAnimation,\n getFixedStyle,\n columns,\n rowIndex,\n 'aria-level': ariaLevel,\n gridRowIndex,\n use,\n shadowVertical,\n accordionDuration,\n accordionAnimationRows,\n variant,\n flatRows,\n sideIndents,\n renderCell,\n rawData,\n limit,\n onCellClick,\n } = this.props;\n\n return sstyled(styles)(\n <SAccordionRows\n id={accordionId}\n role='rowgroup'\n aria-hidden={!expanded}\n ref={this.accordionRowsRef}\n hMax={`${this.state.maxHeight}px`}\n // @ts-ignore\n duration={`${accordionDuration}ms`}\n gridRow={`${gridRowIndex + 1} / ${gridRowIndex + 1 + rows.length}`}\n >\n {(expanded || expandedForAnimation) && rows.map((subrow, i) => {\n return (\n <Row\n key={i}\n // @ts-ignore\n row={subrow}\n columns={columns}\n rows={rows}\n rowIndex={rowIndex}\n aria-hidden={!expanded}\n aria-posinset={i + 1}\n aria-level={ariaLevel + 1}\n gridRowIndex={gridRowIndex + 1 + i}\n isAccordionRow={true}\n accordionIndex={i}\n getFixedStyle={getFixedStyle}\n animationExpand={expanded}\n accordionRowIndex={i}\n use={use}\n shadowVertical={shadowVertical}\n accordionDuration={accordionDuration}\n accordionAnimationRows={accordionAnimationRows}\n variant={variant}\n flatRows={flatRows}\n sideIndents={sideIndents}\n renderCell={renderCell}\n rawData={rawData}\n limit={limit}\n onCellClick={onCellClick}\n />\n );\n })}\n </SAccordionRows>,\n );\n }\n}\n"],"mappings":";;;;;;;;;;;;AACA,IAAAA,KAAA,GAAAC,OAAA;AADA,IAAAC,eAAA,GAAAD,OAAA;AAGA,IAAAE,MAAA,GAAAC,sBAAA,CAAAH,OAAA;AAIA,IAAAI,IAAA,GAAAJ,OAAA;AAAkC;AAAA,IAAAK,MAAA,8BAAAN,KAAA,CAAAO,OAAA,CAAAC,MAAA;AAAA;AAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;AAAA;AAAA,IAyCrBC,aAAa,GAAAC,OAAA,CAAAD,aAAA,0BAAAE,oBAAA;EAAA,SAAAF,cAAA;IAAA,IAAAG,KAAA;IAAA,IAAAC,gBAAA,mBAAAJ,aAAA;IAAA,SAAAK,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAC,IAAA,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;MAAAF,IAAA,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;IAAA;IAAAP,KAAA,OAAAQ,WAAA,mBAAAX,aAAA,KAAAY,MAAA,CAAAJ,IAAA;IAAA,IAAAK,gBAAA,aAAAV,KAAA,mCACLW,iBAAK,CAACC,SAAS,CAAiB,CAAC;IAAA,IAAAF,gBAAA,aAAAV,KAAA,WAErC;MACba,SAAS,EAAE;IACb,CAAC;IAAA,OAAAb,KAAA;EAAA;EAAA,IAAAc,UAAA,aAAAjB,aAAA,EAAAE,oBAAA;EAAA,WAAAgB,aAAA,aAAAlB,aAAA;IAAAmB,GAAA;IAAAC,KAAA,EAED,SAAAC,kBAAkBA,CAACC,SAA0D,EAAQ;MACnF,IAAAC,WAAA,GAAiD,IAAI,CAACC,KAAK;QAAnDC,QAAQ,GAAAF,WAAA,CAARE,QAAQ;QAAEC,IAAI,GAAAH,WAAA,CAAJG,IAAI;QAAEC,oBAAoB,GAAAJ,WAAA,CAApBI,oBAAoB;MAE5C,IAAIL,SAAS,CAACG,QAAQ,KAAKA,QAAQ,IAAIA,QAAQ,EAAE;QAC/C,IAAI,CAACG,QAAQ,CAAC;UACZZ,SAAS,EAAE,IAAI,CAAE;QACnB,CAAC,CAAC;MACJ;MACA,IAAIM,SAAS,CAACI,IAAI,KAAKA,IAAI,IAAI,IAAI,CAACG,gBAAgB,CAACC,OAAO,EAAE;QAC5D,IAAI,CAACF,QAAQ,CAAC;UACZZ,SAAS,EAAE,IAAI,CAACa,gBAAgB,CAACC,OAAO,CAACC;QAC3C,CAAC,CAAC;MACJ;MACA,IAAIT,SAAS,CAACK,oBAAoB,KAAKA,oBAAoB,IAAIA,oBAAoB,IAAI,CAACF,QAAQ,EAAE;QAChG,IAAI,CAACG,QAAQ,CAAC;UAAEZ,SAAS,EAAE;QAAE,CAAC,CAAC;MACjC;IACF;EAAC;IAAAG,GAAA;IAAAC,KAAA,EAED,SAAAY,MAAMA,CAAA,EAAoB;MAAA,IAAAC,IAAA;MACxB,IAAMC,cAAc,GAAGC,mBAAG;MAE1B,IAAAC,YAAA,GAqBI,IAAI,CAACZ,KAAK;QApBZa,WAAW,GAAAD,YAAA,CAAXC,WAAW;QACXX,IAAI,GAAAU,YAAA,CAAJV,IAAI;QACJD,QAAQ,GAAAW,YAAA,CAARX,QAAQ;QACRE,oBAAoB,GAAAS,YAAA,CAApBT,oBAAoB;QACpBW,aAAa,GAAAF,YAAA,CAAbE,aAAa;QACbC,OAAO,GAAAH,YAAA,CAAPG,OAAO;QACPC,QAAQ,GAAAJ,YAAA,CAARI,QAAQ;QACMC,SAAS,GAAAL,YAAA,CAAvB,YAAY;QACZM,YAAY,GAAAN,YAAA,CAAZM,YAAY;QACZC,GAAG,GAAAP,YAAA,CAAHO,GAAG;QACHC,cAAc,GAAAR,YAAA,CAAdQ,cAAc;QACdC,iBAAiB,GAAAT,YAAA,CAAjBS,iBAAiB;QACjBC,sBAAsB,GAAAV,YAAA,CAAtBU,sBAAsB;QACtBC,OAAO,GAAAX,YAAA,CAAPW,OAAO;QACPC,QAAQ,GAAAZ,YAAA,CAARY,QAAQ;QACRC,WAAW,GAAAb,YAAA,CAAXa,WAAW;QACXC,UAAU,GAAAd,YAAA,CAAVc,UAAU;QACVC,OAAO,GAAAf,YAAA,CAAPe,OAAO;QACPC,KAAK,GAAAhB,YAAA,CAALgB,KAAK;QACLC,WAAW,GAAAjB,YAAA,CAAXiB,WAAW;MAGb,OAAApB,IAAA,GAAO,IAAAnC,aAAO,EAACD,MAAM,CAAC,eACpBH,MAAA,YAAA4D,aAAA,CAACpB,cAAc,EAAAD,IAAA,CAAAsB,EAAA;QAAA,MACTlB,WAAW;QAAA,QACV,UAAU;QAAA,eACF,CAACZ,QAAQ;QAAA,OACjB,IAAI,CAACI,gBAAgB;QAAA,WAAAjB,MAAA,CACjB,IAAI,CAAC4C,KAAK,CAACxC,SAAS;QAAA,eAAAJ,MAAA,CAEhBiC,iBAAiB;QAAA,cAAAjC,MAAA,CAClB8B,YAAY,GAAG,CAAC,SAAA9B,MAAA,CAAM8B,YAAY,GAAG,CAAC,GAAGhB,IAAI,CAACnB,MAAM;MAAA,IAE/D,CAACkB,QAAQ,IAAIE,oBAAoB,KAAKD,IAAI,CAAC+B,GAAG,CAAC,UAACC,MAAM,EAAEC,CAAC,EAAK;QAC7D,oBACEjE,MAAA,YAAA4D,aAAA,CAAC1D,IAAA,CAAAgE,GAAG;UACFzC,GAAG,EAAEwC;UACL;UAAA;UACAE,GAAG,EAAEH,MAAO;UACZnB,OAAO,EAAEA,OAAQ;UACjBb,IAAI,EAAEA,IAAK;UACXc,QAAQ,EAAEA,QAAS;UACnB,eAAa,CAACf,QAAS;UACvB,iBAAekC,CAAC,GAAG,CAAE;UACrB,cAAYlB,SAAS,GAAG,CAAE;UAC1BC,YAAY,EAAEA,YAAY,GAAG,CAAC,GAAGiB,CAAE;UACnCG,cAAc,EAAE,IAAK;UACrBC,cAAc,EAAEJ,CAAE;UAClBrB,aAAa,EAAEA,aAAc;UAC7B0B,eAAe,EAAEvC,QAAS;UAC1BwC,iBAAiB,EAAEN,CAAE;UACrBhB,GAAG,EAAEA,GAAI;UACTC,cAAc,EAAEA,cAAe;UAC/BC,iBAAiB,EAAEA,iBAAkB;UACrCC,sBAAsB,EAAEA,sBAAuB;UAC/CC,OAAO,EAAEA,OAAQ;UACjBC,QAAQ,EAAEA,QAAS;UACnBC,WAAW,EAAEA,WAAY;UACzBC,UAAU,EAAEA,UAAW;UACvBC,OAAO,EAAEA,OAAQ;UACjBC,KAAK,EAAEA,KAAM;UACbC,WAAW,EAAEA;QAAY,CAC1B,CAAC;MAEN,CAAC,CACa,CAAC;IAErB;EAAC;AAAA,EAhGyEvC,iBAAK,CAACoD,aAAa","ignoreList":[]}
|
|
@@ -21,59 +21,59 @@ var _MergedCells = require("./MergedCells");
|
|
|
21
21
|
var _Row = require("./Row");
|
|
22
22
|
var _DataTable = require("../DataTable/DataTable");
|
|
23
23
|
/*!__reshadow-styles__:"./style.shadow.css"*/
|
|
24
|
-
var style = (/*__reshadow_css_start__*/_core.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_"),
|
|
24
|
+
var style = (/*__reshadow_css_start__*/_core.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_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SBody": "
|
|
28
|
-
"__SRow": "
|
|
29
|
-
"__SRowGroup": "
|
|
30
|
-
"__SAccordionRows": "
|
|
31
|
-
"--gridRow": "--
|
|
32
|
-
"--duration": "--
|
|
33
|
-
"_gridArea": "
|
|
34
|
-
"__SCellWrapper": "
|
|
35
|
-
"__SCollapseRow": "
|
|
36
|
-
"--gridArea": "--
|
|
37
|
-
"_isAccordionRow": "
|
|
38
|
-
"__SCell": "
|
|
39
|
-
"_withoutBorder": "
|
|
40
|
-
"_active": "
|
|
41
|
-
"_theme": "
|
|
42
|
-
"_accordionType_row": "
|
|
43
|
-
"_expanded": "
|
|
44
|
-
"_withAccordion": "
|
|
45
|
-
"_theme_muted": "
|
|
46
|
-
"_theme_info": "
|
|
47
|
-
"_theme_success": "
|
|
48
|
-
"_theme_warning": "
|
|
49
|
-
"_theme_danger": "
|
|
50
|
-
"_isNonInteractive": "
|
|
51
|
-
"__SLimitOverlayCellWrapper": "
|
|
52
|
-
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)
|
|
53
|
-
"__SCheckboxCell": "
|
|
54
|
-
"_borders_both": "
|
|
55
|
-
"_borders_left": "
|
|
56
|
-
"_borders_right": "
|
|
57
|
-
"_fixed": "
|
|
58
|
-
"__SSpinContainer": "
|
|
59
|
-
"_headerHeight": "
|
|
60
|
-
"--headerHeight": "--
|
|
61
|
-
"__SEmptyData": "
|
|
62
|
-
"_left": "
|
|
63
|
-
"---left": "---
|
|
64
|
-
"_innerOutline": "
|
|
65
|
-
"_compact": "
|
|
66
|
-
"--data-aria-level": "--data-aria-
|
|
67
|
-
"_sideIndents_wide": "
|
|
68
|
-
"__SAccordionToggle": "
|
|
69
|
-
"_use_primary": "
|
|
70
|
-
"_use_secondary": "
|
|
71
|
-
"_shadowVertical": "
|
|
72
|
-
"_fixed_left": "
|
|
73
|
-
"_shadowVertical_median": "
|
|
74
|
-
"_shadowVertical_start": "
|
|
75
|
-
"_fixed_right": "
|
|
76
|
-
"_shadowVertical_end": "
|
|
27
|
+
"__SBody": "___SBody_ogxuo_gg_",
|
|
28
|
+
"__SRow": "___SRow_ogxuo_gg_",
|
|
29
|
+
"__SRowGroup": "___SRowGroup_ogxuo_gg_",
|
|
30
|
+
"__SAccordionRows": "___SAccordionRows_ogxuo_gg_",
|
|
31
|
+
"--gridRow": "--gridRow_ogxuo",
|
|
32
|
+
"--duration": "--duration_ogxuo",
|
|
33
|
+
"_gridArea": "__gridArea_ogxuo_gg_",
|
|
34
|
+
"__SCellWrapper": "___SCellWrapper_ogxuo_gg_",
|
|
35
|
+
"__SCollapseRow": "___SCollapseRow_ogxuo_gg_",
|
|
36
|
+
"--gridArea": "--gridArea_ogxuo",
|
|
37
|
+
"_isAccordionRow": "__isAccordionRow_ogxuo_gg_",
|
|
38
|
+
"__SCell": "___SCell_ogxuo_gg_",
|
|
39
|
+
"_withoutBorder": "__withoutBorder_ogxuo_gg_",
|
|
40
|
+
"_active": "__active_ogxuo_gg_",
|
|
41
|
+
"_theme": "__theme_ogxuo_gg_",
|
|
42
|
+
"_accordionType_row": "_accordionType_row_ogxuo_gg_",
|
|
43
|
+
"_expanded": "__expanded_ogxuo_gg_",
|
|
44
|
+
"_withAccordion": "__withAccordion_ogxuo_gg_",
|
|
45
|
+
"_theme_muted": "_theme_muted_ogxuo_gg_",
|
|
46
|
+
"_theme_info": "_theme_info_ogxuo_gg_",
|
|
47
|
+
"_theme_success": "_theme_success_ogxuo_gg_",
|
|
48
|
+
"_theme_warning": "_theme_warning_ogxuo_gg_",
|
|
49
|
+
"_theme_danger": "_theme_danger_ogxuo_gg_",
|
|
50
|
+
"_isNonInteractive": "__isNonInteractive_ogxuo_gg_",
|
|
51
|
+
"__SLimitOverlayCellWrapper": "___SLimitOverlayCellWrapper_ogxuo_gg_",
|
|
52
|
+
"_name_Symbol(SELECT_ALL)": "_name_Symbol(SELECT_ALL)_ogxuo_gg_",
|
|
53
|
+
"__SCheckboxCell": "___SCheckboxCell_ogxuo_gg_",
|
|
54
|
+
"_borders_both": "_borders_both_ogxuo_gg_",
|
|
55
|
+
"_borders_left": "_borders_left_ogxuo_gg_",
|
|
56
|
+
"_borders_right": "_borders_right_ogxuo_gg_",
|
|
57
|
+
"_fixed": "__fixed_ogxuo_gg_",
|
|
58
|
+
"__SSpinContainer": "___SSpinContainer_ogxuo_gg_",
|
|
59
|
+
"_headerHeight": "__headerHeight_ogxuo_gg_",
|
|
60
|
+
"--headerHeight": "--headerHeight_ogxuo",
|
|
61
|
+
"__SEmptyData": "___SEmptyData_ogxuo_gg_",
|
|
62
|
+
"_left": "__left_ogxuo_gg_",
|
|
63
|
+
"---left": "---left_ogxuo",
|
|
64
|
+
"_innerOutline": "__innerOutline_ogxuo_gg_",
|
|
65
|
+
"_compact": "__compact_ogxuo_gg_",
|
|
66
|
+
"--data-aria-level": "--data-aria-level_ogxuo",
|
|
67
|
+
"_sideIndents_wide": "_sideIndents_wide_ogxuo_gg_",
|
|
68
|
+
"__SAccordionToggle": "___SAccordionToggle_ogxuo_gg_",
|
|
69
|
+
"_use_primary": "_use_primary_ogxuo_gg_",
|
|
70
|
+
"_use_secondary": "_use_secondary_ogxuo_gg_",
|
|
71
|
+
"_shadowVertical": "__shadowVertical_ogxuo_gg_",
|
|
72
|
+
"_fixed_left": "_fixed_left_ogxuo_gg_",
|
|
73
|
+
"_shadowVertical_median": "_shadowVertical_median_ogxuo_gg_",
|
|
74
|
+
"_shadowVertical_start": "_shadowVertical_start_ogxuo_gg_",
|
|
75
|
+
"_fixed_right": "_fixed_right_ogxuo_gg_",
|
|
76
|
+
"_shadowVertical_end": "_shadowVertical_end_ogxuo_gg_"
|
|
77
77
|
});
|
|
78
78
|
var ROWS_BUFFER = 20;
|
|
79
79
|
var APROX_ROWS_ON_PAGE = 20;
|