@semcore/data-table 16.3.1 → 16.3.2-prerelease.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/lib/cjs/components/Body/Body.js +47 -44
- package/lib/cjs/components/Body/Body.js.map +1 -1
- package/lib/cjs/components/Body/Body.types.js.map +1 -1
- package/lib/cjs/components/Body/Cell.js +55 -52
- package/lib/cjs/components/Body/Cell.js.map +1 -1
- package/lib/cjs/components/Body/Cell.types.js.map +1 -1
- package/lib/cjs/components/Body/MergedCells.js.map +1 -1
- package/lib/cjs/components/Body/Row.js +181 -99
- package/lib/cjs/components/Body/Row.js.map +1 -1
- package/lib/cjs/components/Body/Row.types.js.map +1 -1
- package/lib/cjs/components/Body/style.shadow.css +32 -4
- package/lib/cjs/components/DataTable/DataTable.js +46 -44
- package/lib/cjs/components/DataTable/DataTable.js.map +1 -1
- package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/cjs/components/Head/Column.js +36 -36
- package/lib/cjs/components/Head/Group.js +36 -36
- package/lib/cjs/components/Head/Head.js +36 -36
- package/lib/es6/components/Body/Body.js +47 -44
- package/lib/es6/components/Body/Body.js.map +1 -1
- package/lib/es6/components/Body/Body.types.js.map +1 -1
- package/lib/es6/components/Body/Cell.js +56 -53
- package/lib/es6/components/Body/Cell.js.map +1 -1
- package/lib/es6/components/Body/Cell.types.js.map +1 -1
- package/lib/es6/components/Body/MergedCells.js.map +1 -1
- package/lib/es6/components/Body/Row.js +181 -99
- package/lib/es6/components/Body/Row.js.map +1 -1
- package/lib/es6/components/Body/Row.types.js.map +1 -1
- package/lib/es6/components/Body/style.shadow.css +32 -4
- package/lib/es6/components/DataTable/DataTable.js +46 -44
- package/lib/es6/components/DataTable/DataTable.js.map +1 -1
- package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
- package/lib/es6/components/Head/Column.js +36 -36
- package/lib/es6/components/Head/Group.js +36 -36
- package/lib/es6/components/Head/Head.js +36 -36
- package/lib/esm/components/Body/Body.mjs +48 -45
- package/lib/esm/components/Body/Cell.mjs +84 -80
- package/lib/esm/components/Body/Row.mjs +139 -66
- package/lib/esm/components/Body/style.shadow.css +32 -4
- package/lib/esm/components/DataTable/DataTable.mjs +48 -46
- package/lib/esm/components/Head/Column.mjs +37 -37
- package/lib/esm/components/Head/Group.mjs +37 -37
- package/lib/esm/components/Head/Head.mjs +37 -37
- package/lib/types/components/Body/Body.types.d.ts +4 -0
- package/lib/types/components/Body/Cell.types.d.ts +1 -0
- package/lib/types/components/Body/MergedCells.d.ts +5 -5
- package/lib/types/components/Body/Row.d.ts +4 -0
- package/lib/types/components/Body/Row.types.d.ts +2 -1
- package/lib/types/components/DataTable/DataTable.types.d.ts +2 -1
- package/package.json +6 -6
|
@@ -7,7 +7,7 @@ import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
|
|
7
7
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
8
8
|
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
9
9
|
import { createComponent, sstyled, assignProps, Component } from "@semcore/core";
|
|
10
|
-
import { Box,
|
|
10
|
+
import { Box, Flex } from "@semcore/base-components";
|
|
11
11
|
import { getFocusableIn } from "@semcore/core/lib/utils/focus-lock/getFocusableIn";
|
|
12
12
|
import { isFocusInside } from "@semcore/core/lib/utils/focus-lock/isFocusInside";
|
|
13
13
|
import * as React from "react";
|
|
@@ -20,54 +20,57 @@ var style = (
|
|
|
20
20
|
/*__reshadow_css_start__*/
|
|
21
21
|
(sstyled.insert(
|
|
22
22
|
/*__inner_css_start__*/
|
|
23
|
-
'.___SAccordionRows_52u23_gg_,.___SBody_52u23_gg_,.___SRowGroup_52u23_gg_,.___SRow_52u23_gg_{display:contents}.___SBody_52u23_gg_.__compact_52u23_gg_ .___SCell_52u23_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_52u23_gg_.__compact_52u23_gg_ .___SCell_52u23_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + (var(--intergalactic-spacing-5x, 20px)*(var(--data-aria-level_52u23) - 1)))}.___SCellWrapper_52u23_gg_.__gridArea_52u23_gg_,.___SCollapseRow_52u23_gg_.__gridArea_52u23_gg_,.___SRow_52u23_gg_.__gridArea_52u23_gg_{grid-area:var(--gridArea_52u23)}.___SCellWrapper_52u23_gg_{height:100%;overflow:hidden}.___SCollapseRow_52u23_gg_.__gridArea_52u23_gg_>.___SCellWrapper_52u23_gg_,.___SRow_52u23_gg_.__isAccordionRow_52u23_gg_>.___SCellWrapper_52u23_gg_{height:auto;overflow:auto}.___SAccordionRows_52u23_gg_>.___SRow_52u23_gg_.__isAccordionRow_52u23_gg_:last-child>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__withoutBorder_52u23_gg_),.___SCollapseRow_52u23_gg_.__gridArea_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__withoutBorder_52u23_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_52u23_gg_ .___SCell_52u23_gg_{display:block}.___SCell_52u23_gg_:not(.__theme_52u23_gg_).__expanded_52u23_gg_.__withAccordion_52u23_gg_,.___SRow_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRow_52u23_gg_._accordionType_row_52u23_gg_.__expanded_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRow_52u23_gg_.__isAccordionRow_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_muted_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_muted_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_muted_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_muted_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_._theme_muted_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_muted_52u23_gg_,.___SRow_52u23_gg_:not(._accordionType_row_52u23_gg_.__expanded_52u23_gg_):hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_info_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_info_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_info_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_info_52u23_gg_,.___SRow_52u23_gg_._theme_info_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_info_52u23_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_success_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_success_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_success_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_success_52u23_gg_,.___SRow_52u23_gg_._theme_success_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_success_52u23_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_warning_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_warning_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_warning_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_warning_52u23_gg_,.___SRow_52u23_gg_._theme_warning_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_warning_52u23_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_._theme_danger_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_[data-grouped-by=rowgroup]._theme_danger_52u23_gg_,.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_._theme_danger_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_),.___SRowGroup_52u23_gg_:has(.___SCell_52u23_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_52u23_gg_:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_danger_52u23_gg_,.___SRow_52u23_gg_._theme_danger_52u23_gg_:hover:not(.__expanded_52u23_gg_.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_):not(.__expanded_52u23_gg_.__withAccordion_52u23_gg_),.___SRow_52u23_gg_:hover:not(.__isNonInteractive_52u23_gg_)>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_._theme_danger_52u23_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_52u23_gg_._theme_muted_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_52u23_gg_._theme_muted_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_52u23_gg_._theme_info_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_52u23_gg_._theme_info_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_52u23_gg_._theme_success_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_52u23_gg_._theme_success_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_52u23_gg_._theme_warning_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_52u23_gg_._theme_warning_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_52u23_gg_._theme_danger_52u23_gg_ .___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_52u23_gg_._theme_danger_52u23_gg_.__active_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_:not(.__theme_52u23_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_52u23_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_52u23_gg_ .___SAccordionToggle_52u23_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_52u23_gg_ .___SAccordionToggle_52u23_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_52u23_gg_ .___SAccordionToggle_52u23_gg_.__expanded_52u23_gg_ svg{transform:rotate(90deg)}.___SCell_52u23_gg_.__withoutBorder_52u23_gg_{border-bottom:none}.___SCell_52u23_gg_.__withAccordion_52u23_gg_,.___SCheckboxCell_52u23_gg_,.___SRow_52u23_gg_._accordionType_row_52u23_gg_>.___SCellWrapper_52u23_gg_>.___SCell_52u23_gg_{cursor:pointer}.___SCell_52u23_gg_._use_primary_52u23_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_52u23_gg_._use_primary_52u23_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_52u23) - 1)))}.___SCell_52u23_gg_._use_secondary_52u23_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_52u23_gg_._use_secondary_52u23_gg_[data-aria-level]{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + ((var(--intergalactic-spacing-5x, 20px) + var(--intergalactic-spacing-2x, 8px))*(var(--data-aria-level_52u23) - 1)))}.___SCell_52u23_gg_._borders_both_52u23_gg_,.___SCell_52u23_gg_._borders_left_52u23_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_52u23_gg_._borders_both_52u23_gg_,.___SCell_52u23_gg_._borders_right_52u23_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_52u23_gg_.__fixed_52u23_gg_{position:sticky;z-index:2}.___SCell_52u23_gg_._theme_muted_52u23_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_52u23_gg_._theme_info_52u23_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_52u23_gg_._theme_success_52u23_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_52u23_gg_._theme_warning_52u23_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_52u23_gg_._theme_danger_52u23_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_52u23_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_52u23_gg_:focus-visible{z-index:15}.___SSpinContainer_52u23_gg_.__headerHeight_52u23_gg_{top:var(--headerHeight_52u23)}.___SEmptyData_52u23_gg_{grid-column:1/-1}.___SRow_52u23_gg_._sideIndents_wide_52u23_gg_ .___SCellWrapper_52u23_gg_:first-child .___SCell_52u23_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_52u23_gg_._sideIndents_wide_52u23_gg_ .___SCellWrapper_52u23_gg_:last-child .___SCell_52u23_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SCellWrapper_52u23_gg_.__fixed_52u23_gg_.__shadowVertical_52u23_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_median_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_start_52u23_gg_{margin-right:-5px}.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_median_52u23_gg_:after,.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_start_52u23_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_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_median_52u23_gg_ .___SCell_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_left_52u23_gg_._shadowVertical_start_52u23_gg_ .___SCell_52u23_gg_{margin-right:5px}.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_end_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_median_52u23_gg_{margin-left:-5px}.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_end_52u23_gg_:after,.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_median_52u23_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_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_end_52u23_gg_ .___SCell_52u23_gg_,.___SCellWrapper_52u23_gg_._fixed_right_52u23_gg_._shadowVertical_median_52u23_gg_ .___SCell_52u23_gg_{margin-left:5px}',
|
|
23
|
+
'.___SAccordionRows_p1jyf_gg_,.___SBody_p1jyf_gg_,.___SRowGroup_p1jyf_gg_,.___SRow_p1jyf_gg_{display:contents}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SCell_p1jyf_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SCell_p1jyf_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_p1jyf) - 1)))}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SRow_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_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_p1jyf) - 1)))}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_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_p1jyf) - 1)))}.___SBody_p1jyf_gg_.__compact_p1jyf_gg_ .___SCell_p1jyf_gg_ .___SAccordionToggle_p1jyf_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SCellWrapper_p1jyf_gg_.__gridArea_p1jyf_gg_,.___SCollapseRow_p1jyf_gg_.__gridArea_p1jyf_gg_,.___SRow_p1jyf_gg_.__gridArea_p1jyf_gg_{grid-area:var(--gridArea_p1jyf)}.___SCellWrapper_p1jyf_gg_{height:100%;overflow:hidden}.___SCollapseRow_p1jyf_gg_.__gridArea_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_,.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_{height:auto;overflow:auto}.___SAccordionRows_p1jyf_gg_>.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_:last-child>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__withoutBorder_p1jyf_gg_),.___SCollapseRow_p1jyf_gg_.__gridArea_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__withoutBorder_p1jyf_gg_){border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6)}.___SCollapseRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_{display:block}.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_).__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_,.___SRow_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRow_p1jyf_gg_._accordionType_row_p1jyf_gg_.__expanded_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SCollapseRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-accordion, #f4f5f9)}@media (hover:hover){.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_muted_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_muted_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_muted_p1jyf_gg_,.___SRow_p1jyf_gg_:not(._accordionType_row_p1jyf_gg_.__expanded_p1jyf_gg_):hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_info_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_info_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_info_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_success_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_success_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_success_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_warning_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_warning_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_warning_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]._theme_danger_p1jyf_gg_,.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_),.___SRowGroup_p1jyf_gg_:has(.___SCell_p1jyf_gg_[data-grouped-by=rowgroup]:hover)>.___SRow_p1jyf_gg_:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_danger_p1jyf_gg_,.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_:hover:not(.__expanded_p1jyf_gg_.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_):not(.__expanded_p1jyf_gg_.__withAccordion_p1jyf_gg_),.___SRow_p1jyf_gg_:hover:not(.__isNonInteractive_p1jyf_gg_)>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_._theme_danger_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SRow_p1jyf_gg_._theme_muted_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_p1jyf_gg_._theme_info_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_p1jyf_gg_._theme_success_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_p1jyf_gg_._theme_warning_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_ .___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_p1jyf_gg_._theme_danger_p1jyf_gg_.__active_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_:not(.__theme_p1jyf_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}.___SCell_p1jyf_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_p1jyf_gg_ .___SAccordionToggle_p1jyf_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_p1jyf_gg_ .___SAccordionToggle_p1jyf_gg_ svg{transition:transform calc(var(--intergalactic-duration-accordion, 200)*1ms) ease-out}.___SCell_p1jyf_gg_ .___SAccordionToggle_p1jyf_gg_.__expanded_p1jyf_gg_ svg{transform:rotate(90deg)}.___SCell_p1jyf_gg_.__withoutBorder_p1jyf_gg_{border-bottom:none}.___SCell_p1jyf_gg_.__withAccordion_p1jyf_gg_,.___SCheckboxCell_p1jyf_gg_,.___SRow_p1jyf_gg_._accordionType_row_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_>.___SCell_p1jyf_gg_{cursor:pointer}.___SCell_p1jyf_gg_._use_primary_p1jyf_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_p1jyf_gg_._use_primary_p1jyf_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_p1jyf) - 1)))}.___SCell_p1jyf_gg_._use_secondary_p1jyf_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_p1jyf_gg_._use_secondary_p1jyf_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_p1jyf) - 1)))}.___SCell_p1jyf_gg_._borders_both_p1jyf_gg_,.___SCell_p1jyf_gg_._borders_left_p1jyf_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_p1jyf_gg_._borders_both_p1jyf_gg_,.___SCell_p1jyf_gg_._borders_right_p1jyf_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCellWrapper_p1jyf_gg_.__fixed_p1jyf_gg_{position:sticky;z-index:2}.___SCell_p1jyf_gg_._theme_muted_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_p1jyf_gg_._theme_info_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_p1jyf_gg_._theme_success_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_p1jyf_gg_._theme_warning_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_p1jyf_gg_._theme_danger_p1jyf_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SSpinContainer_p1jyf_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_p1jyf_gg_:focus-visible{z-index:15}.___SSpinContainer_p1jyf_gg_.__headerHeight_p1jyf_gg_{top:var(--headerHeight_p1jyf)}.___SEmptyData_p1jyf_gg_{grid-column:1/-1}.___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_gg_{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:first-child .___SCell_p1jyf_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_p1jyf) - 1)))}.___SRow_p1jyf_gg_._sideIndents_wide_p1jyf_gg_ .___SCellWrapper_p1jyf_gg_:last-child .___SCell_p1jyf_gg_{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SRow_p1jyf_gg_.__isAccordionRow_p1jyf_gg_.__withAnimation_p1jyf_gg_>.___SCellWrapper_p1jyf_gg_{transition-property:height;transition-delay:var(--delay_p1jyf);transition-duration:var(--duration_p1jyf);transition-timing-function:linear;overflow:clip}.___SCellWrapper_p1jyf_gg_.__fixed_p1jyf_gg_.__shadowVertical_p1jyf_gg_:after{content:"";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_median_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_start_p1jyf_gg_{margin-right:-5px}.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_median_p1jyf_gg_:after,.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_start_p1jyf_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_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_median_p1jyf_gg_ .___SCell_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_left_p1jyf_gg_._shadowVertical_start_p1jyf_gg_ .___SCell_p1jyf_gg_{margin-right:5px}.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_end_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_median_p1jyf_gg_{margin-left:-5px}.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_end_p1jyf_gg_:after,.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_median_p1jyf_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_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_end_p1jyf_gg_ .___SCell_p1jyf_gg_,.___SCellWrapper_p1jyf_gg_._fixed_right_p1jyf_gg_._shadowVertical_median_p1jyf_gg_ .___SCell_p1jyf_gg_{margin-left:5px}',
|
|
24
24
|
/*__inner_css_end__*/
|
|
25
|
-
"
|
|
25
|
+
"p1jyf_gg_"
|
|
26
26
|
), /*__reshadow_css_end__*/
|
|
27
27
|
{
|
|
28
|
-
"__SBody": "
|
|
29
|
-
"__SRow": "
|
|
30
|
-
"__SRowGroup": "
|
|
31
|
-
"__SAccordionRows": "
|
|
32
|
-
"_gridArea": "
|
|
33
|
-
"__SCellWrapper": "
|
|
34
|
-
"__SCollapseRow": "
|
|
35
|
-
"--gridArea": "--
|
|
36
|
-
"_isAccordionRow": "
|
|
37
|
-
"__SCell": "
|
|
38
|
-
"_withoutBorder": "
|
|
39
|
-
"_active": "
|
|
40
|
-
"_theme": "
|
|
41
|
-
"_accordionType_row": "
|
|
42
|
-
"_expanded": "
|
|
43
|
-
"_withAccordion": "
|
|
44
|
-
"_isNonInteractive": "
|
|
45
|
-
"_theme_muted": "
|
|
46
|
-
"_theme_info": "
|
|
47
|
-
"_theme_success": "
|
|
48
|
-
"_theme_warning": "
|
|
49
|
-
"_theme_danger": "
|
|
50
|
-
"__SCheckboxCell": "
|
|
51
|
-
"_borders_both": "
|
|
52
|
-
"_borders_left": "
|
|
53
|
-
"_borders_right": "
|
|
54
|
-
"_fixed": "
|
|
55
|
-
"__SSpinContainer": "
|
|
56
|
-
"_headerHeight": "
|
|
57
|
-
"--headerHeight": "--
|
|
58
|
-
"__SEmptyData": "
|
|
59
|
-
"
|
|
60
|
-
"--
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"_sideIndents_wide": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
28
|
+
"__SBody": "___SBody_p1jyf_gg_",
|
|
29
|
+
"__SRow": "___SRow_p1jyf_gg_",
|
|
30
|
+
"__SRowGroup": "___SRowGroup_p1jyf_gg_",
|
|
31
|
+
"__SAccordionRows": "___SAccordionRows_p1jyf_gg_",
|
|
32
|
+
"_gridArea": "__gridArea_p1jyf_gg_",
|
|
33
|
+
"__SCellWrapper": "___SCellWrapper_p1jyf_gg_",
|
|
34
|
+
"__SCollapseRow": "___SCollapseRow_p1jyf_gg_",
|
|
35
|
+
"--gridArea": "--gridArea_p1jyf",
|
|
36
|
+
"_isAccordionRow": "__isAccordionRow_p1jyf_gg_",
|
|
37
|
+
"__SCell": "___SCell_p1jyf_gg_",
|
|
38
|
+
"_withoutBorder": "__withoutBorder_p1jyf_gg_",
|
|
39
|
+
"_active": "__active_p1jyf_gg_",
|
|
40
|
+
"_theme": "__theme_p1jyf_gg_",
|
|
41
|
+
"_accordionType_row": "_accordionType_row_p1jyf_gg_",
|
|
42
|
+
"_expanded": "__expanded_p1jyf_gg_",
|
|
43
|
+
"_withAccordion": "__withAccordion_p1jyf_gg_",
|
|
44
|
+
"_isNonInteractive": "__isNonInteractive_p1jyf_gg_",
|
|
45
|
+
"_theme_muted": "_theme_muted_p1jyf_gg_",
|
|
46
|
+
"_theme_info": "_theme_info_p1jyf_gg_",
|
|
47
|
+
"_theme_success": "_theme_success_p1jyf_gg_",
|
|
48
|
+
"_theme_warning": "_theme_warning_p1jyf_gg_",
|
|
49
|
+
"_theme_danger": "_theme_danger_p1jyf_gg_",
|
|
50
|
+
"__SCheckboxCell": "___SCheckboxCell_p1jyf_gg_",
|
|
51
|
+
"_borders_both": "_borders_both_p1jyf_gg_",
|
|
52
|
+
"_borders_left": "_borders_left_p1jyf_gg_",
|
|
53
|
+
"_borders_right": "_borders_right_p1jyf_gg_",
|
|
54
|
+
"_fixed": "__fixed_p1jyf_gg_",
|
|
55
|
+
"__SSpinContainer": "___SSpinContainer_p1jyf_gg_",
|
|
56
|
+
"_headerHeight": "__headerHeight_p1jyf_gg_",
|
|
57
|
+
"--headerHeight": "--headerHeight_p1jyf",
|
|
58
|
+
"__SEmptyData": "___SEmptyData_p1jyf_gg_",
|
|
59
|
+
"_withAnimation": "__withAnimation_p1jyf_gg_",
|
|
60
|
+
"--delay": "--delay_p1jyf",
|
|
61
|
+
"--duration": "--duration_p1jyf",
|
|
62
|
+
"_compact": "__compact_p1jyf_gg_",
|
|
63
|
+
"--data-aria-level": "--data-aria-level_p1jyf",
|
|
64
|
+
"_sideIndents_wide": "_sideIndents_wide_p1jyf_gg_",
|
|
65
|
+
"__SAccordionToggle": "___SAccordionToggle_p1jyf_gg_",
|
|
66
|
+
"_use_primary": "_use_primary_p1jyf_gg_",
|
|
67
|
+
"_use_secondary": "_use_secondary_p1jyf_gg_",
|
|
68
|
+
"_shadowVertical": "__shadowVertical_p1jyf_gg_",
|
|
69
|
+
"_fixed_left": "_fixed_left_p1jyf_gg_",
|
|
70
|
+
"_shadowVertical_median": "_shadowVertical_median_p1jyf_gg_",
|
|
71
|
+
"_shadowVertical_start": "_shadowVertical_start_p1jyf_gg_",
|
|
72
|
+
"_fixed_right": "_fixed_right_p1jyf_gg_",
|
|
73
|
+
"_shadowVertical_end": "_shadowVertical_end_p1jyf_gg_"
|
|
71
74
|
})
|
|
72
75
|
);
|
|
73
76
|
var DEFAULT_ROW_DURATION = 50;
|
|
@@ -184,7 +187,7 @@ var CellRoot = /* @__PURE__ */ function(_Component) {
|
|
|
184
187
|
var _ref = this.asProps, _ref2;
|
|
185
188
|
var SCellWrapper = Box;
|
|
186
189
|
var SCell = Flex;
|
|
187
|
-
var _this$asProps4 = this.asProps, Children = _this$asProps4.Children, styles = _this$asProps4.styles, row = _this$asProps4.row, column = _this$asProps4.column, columnIndex = _this$asProps4.columnIndex, gridRowIndex = _this$asProps4.gridRowIndex, isAccordionRow = _this$asProps4.isAccordionRow, animationExpand = _this$asProps4.animationExpand, style2 = _this$asProps4.style, shadowVertical = _this$asProps4.shadowVertical;
|
|
190
|
+
var _this$asProps4 = this.asProps, Children = _this$asProps4.Children, styles = _this$asProps4.styles, row = _this$asProps4.row, column = _this$asProps4.column, columnIndex = _this$asProps4.columnIndex, gridRowIndex = _this$asProps4.gridRowIndex, isAccordionRow = _this$asProps4.isAccordionRow, animationExpand = _this$asProps4.animationExpand, style2 = _this$asProps4.style, shadowVertical = _this$asProps4.shadowVertical, calculatedHeight = _this$asProps4.calculatedHeight;
|
|
188
191
|
var cell = row[column.name];
|
|
189
192
|
var cellName = cell instanceof MergedColumnsCell ? cell.dataKey : column.name;
|
|
190
193
|
var scope = null;
|
|
@@ -201,39 +204,40 @@ var CellRoot = /* @__PURE__ */ function(_Component) {
|
|
|
201
204
|
gridArea = "".concat(fromRow, " / ").concat(fromCol, " / ").concat(fromRow + 1, " / ").concat(fromCol + 1);
|
|
202
205
|
}
|
|
203
206
|
var _this$calculateAnimat = this.calculateAnimationSettings(), duration = _this$calculateAnimat.duration, delay = _this$calculateAnimat.delay;
|
|
204
|
-
return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(
|
|
205
|
-
|
|
206
|
-
"
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
207
|
+
return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(
|
|
208
|
+
SCellWrapper,
|
|
209
|
+
_ref2.cn("SCellWrapper", {
|
|
210
|
+
"gridArea": gridArea,
|
|
211
|
+
"duration": "".concat(duration, "ms"),
|
|
212
|
+
"delay": "".concat(delay, "ms"),
|
|
213
|
+
"h": isAccordionRow ? animationExpand ? "".concat(calculatedHeight, "px") : "0px" : void 0,
|
|
214
|
+
"style": style2,
|
|
215
|
+
"fixed": column.fixed,
|
|
216
|
+
"shadowVertical": column.showShadowVertical ? shadowVertical : void 0
|
|
217
|
+
}),
|
|
218
|
+
/* @__PURE__ */ React.createElement(SCell, _ref2.cn("SCell", _objectSpread({}, assignProps({
|
|
219
|
+
"ref": this.cellRef,
|
|
220
|
+
"innerOutline": true,
|
|
221
|
+
"tabIndex": -1,
|
|
222
|
+
"onKeyDown": this.handleKeyDown,
|
|
223
|
+
"onFocus": this.onFocusCell,
|
|
224
|
+
"use:onClick": this.handleClickCell,
|
|
225
|
+
"name": cellName.toString(),
|
|
226
|
+
"role": "gridcell",
|
|
227
|
+
"aria-colindex": columnIndex + 1,
|
|
228
|
+
"data-grouped-by": scope,
|
|
229
|
+
"scope": scope,
|
|
230
|
+
"aria-colspan": cell instanceof MergedColumnsCell ? cell.columnsCount : void 0,
|
|
231
|
+
"aria-rowspan": cell instanceof MergedRowsCell ? cell.rowsCount : void 0,
|
|
232
|
+
"gridArea": gridArea,
|
|
233
|
+
"borders": column.borders,
|
|
234
|
+
"flexWrap": column.flexWrap,
|
|
235
|
+
"alignItems": column.alignItems,
|
|
236
|
+
"alignContent": column.alignContent,
|
|
237
|
+
"justifyContent": column.justifyContent,
|
|
238
|
+
"textAlign": column.textAlign
|
|
239
|
+
}, _ref))), /* @__PURE__ */ React.createElement(Children, _ref2.cn("Children", {})))
|
|
240
|
+
);
|
|
237
241
|
}
|
|
238
242
|
}]);
|
|
239
243
|
}(Component);
|