@semcore/data-table 16.3.2 → 16.3.3-prerelease.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/lib/cjs/components/Body/Body.js +47 -47
  3. package/lib/cjs/components/Body/Cell.js +47 -47
  4. package/lib/cjs/components/Body/Row.js +72 -69
  5. package/lib/cjs/components/Body/Row.js.map +1 -1
  6. package/lib/cjs/components/Body/style.shadow.css +31 -6
  7. package/lib/cjs/components/DataTable/DataTable.js +26 -26
  8. package/lib/cjs/components/DataTable/DataTable.types.js.map +1 -1
  9. package/lib/cjs/components/Head/Column.js +36 -36
  10. package/lib/cjs/components/Head/Group.js +36 -36
  11. package/lib/cjs/components/Head/Head.js +36 -36
  12. package/lib/es6/components/Body/Body.js +47 -47
  13. package/lib/es6/components/Body/Cell.js +47 -47
  14. package/lib/es6/components/Body/Row.js +72 -69
  15. package/lib/es6/components/Body/Row.js.map +1 -1
  16. package/lib/es6/components/Body/style.shadow.css +31 -6
  17. package/lib/es6/components/DataTable/DataTable.js +26 -26
  18. package/lib/es6/components/DataTable/DataTable.types.js.map +1 -1
  19. package/lib/es6/components/Head/Column.js +36 -36
  20. package/lib/es6/components/Head/Group.js +36 -36
  21. package/lib/es6/components/Head/Head.js +36 -36
  22. package/lib/esm/components/Body/Body.mjs +48 -48
  23. package/lib/esm/components/Body/Cell.mjs +48 -48
  24. package/lib/esm/components/Body/Row.mjs +69 -68
  25. package/lib/esm/components/Body/style.shadow.css +31 -6
  26. package/lib/esm/components/DataTable/DataTable.mjs +28 -28
  27. package/lib/esm/components/Head/Column.mjs +37 -37
  28. package/lib/esm/components/Head/Group.mjs +37 -37
  29. package/lib/esm/components/Head/Head.mjs +37 -37
  30. package/lib/types/components/DataTable/DataTable.types.d.ts +4 -0
  31. package/package.json +22 -22
@@ -33,38 +33,38 @@ var _MergedCells = require("../Body/MergedCells");
33
33
  var _Head = require("../Head/Head");
34
34
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
35
35
  /*!__reshadow-styles__:"./dataTable.shadow.css"*/
36
- var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SDataTable_1nqim_gg_{display:grid;align-items:start;min-width:-moz-fit-content;min-width:fit-content}.___SDataTable_1nqim_gg_.__isDataEmpty_1nqim_gg_{display:block;align-items:initial;min-width:initial}.___SDataTable_1nqim_gg_.__gridTemplateColumns_1nqim_gg_{grid-template-columns:var(--gridTemplateColumns_1nqim)}.___SDataTable_1nqim_gg_.__gridTemplateAreas_1nqim_gg_{grid-template-areas:var(--gridTemplateAreas_1nqim)}.___SDataTable_1nqim_gg_.__gridTemplateRows_1nqim_gg_{grid-template-rows:var(--gridTemplateRows_1nqim)}", /*__inner_css_end__*/"1nqim_gg_"),
36
+ var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SDataTable_1r28e_gg_{display:grid;align-items:start;min-width:-moz-fit-content;min-width:fit-content}.___SDataTable_1r28e_gg_.__isDataEmpty_1r28e_gg_{display:block;align-items:initial;min-width:initial}.___SDataTable_1r28e_gg_.__gridTemplateColumns_1r28e_gg_{grid-template-columns:var(--gridTemplateColumns_1r28e)}.___SDataTable_1r28e_gg_.__gridTemplateAreas_1r28e_gg_{grid-template-areas:var(--gridTemplateAreas_1r28e)}.___SDataTable_1r28e_gg_.__gridTemplateRows_1r28e_gg_{grid-template-rows:var(--gridTemplateRows_1r28e)}", /*__inner_css_end__*/"1r28e_gg_"),
37
37
  /*__reshadow_css_end__*/
38
38
  {
39
- "__SDataTable": "___SDataTable_1nqim_gg_",
40
- "_isDataEmpty": "__isDataEmpty_1nqim_gg_",
41
- "_gridTemplateColumns": "__gridTemplateColumns_1nqim_gg_",
42
- "--gridTemplateColumns": "--gridTemplateColumns_1nqim",
43
- "_gridTemplateAreas": "__gridTemplateAreas_1nqim_gg_",
44
- "--gridTemplateAreas": "--gridTemplateAreas_1nqim",
45
- "_gridTemplateRows": "__gridTemplateRows_1nqim_gg_",
46
- "--gridTemplateRows": "--gridTemplateRows_1nqim"
39
+ "__SDataTable": "___SDataTable_1r28e_gg_",
40
+ "_isDataEmpty": "__isDataEmpty_1r28e_gg_",
41
+ "_gridTemplateColumns": "__gridTemplateColumns_1r28e_gg_",
42
+ "--gridTemplateColumns": "--gridTemplateColumns_1r28e",
43
+ "_gridTemplateAreas": "__gridTemplateAreas_1r28e_gg_",
44
+ "--gridTemplateAreas": "--gridTemplateAreas_1r28e",
45
+ "_gridTemplateRows": "__gridTemplateRows_1r28e_gg_",
46
+ "--gridTemplateRows": "--gridTemplateRows_1r28e"
47
47
  });
48
48
  /*!__reshadow-styles__:"../../style/scroll-shadows.shadow.css"*/
49
- var scrollStyles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SScrollArea_1t8qe_gg_{width:-moz-fit-content;width:fit-content}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_{overflow:visible;overflow:initial}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_both_1t8qe_gg_{overflow:auto}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_both_1t8qe_gg_.__loading_1t8qe_gg_,.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_horizontal_1t8qe_gg_.__loading_1t8qe_gg_,.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_vertical_1t8qe_gg_.__loading_1t8qe_gg_{overflow:hidden}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_horizontal_1t8qe_gg_{overflow-x:auto;overflow-y:initial}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_._scrollDirection_vertical_1t8qe_gg_{overflow-x:initial;overflow-y:auto}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_.__headerHeight_1t8qe_gg_{scroll-padding-top:var(--headerHeight_1t8qe)}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_.__leftScrollPadding_1t8qe_gg_{scroll-padding-left:var(--leftScrollPadding_1t8qe)}.___SScrollArea_1t8qe_gg_ .___SContainer_1t8qe_gg_.__rightScrollPadding_1t8qe_gg_{scroll-padding-right:var(--rightScrollPadding_1t8qe)}.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_::before,.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_:after,.___SScrollArea_1t8qe_gg_ .___SShadowVertical_1t8qe_gg_::after{z-index:20}.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_.__leftOffset_1t8qe_gg_::before,.___SScrollArea_1t8qe_gg_ .___SShadowHorizontal_1t8qe_gg_.__rightOffset_1t8qe_gg_::after,.___SScrollArea_1t8qe_gg_ .___SShadowVertical_1t8qe_gg_::before{display:none}", /*__inner_css_end__*/"1t8qe_gg_"),
49
+ var scrollStyles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SScrollArea_bqzel_gg_{width:-moz-fit-content;width:fit-content}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_{overflow:visible;overflow:initial}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_._scrollDirection_both_bqzel_gg_{overflow:auto}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_._scrollDirection_both_bqzel_gg_.__loading_bqzel_gg_,.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_._scrollDirection_horizontal_bqzel_gg_.__loading_bqzel_gg_,.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_._scrollDirection_vertical_bqzel_gg_.__loading_bqzel_gg_{overflow:hidden}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_._scrollDirection_horizontal_bqzel_gg_{overflow-x:auto;overflow-y:initial}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_._scrollDirection_vertical_bqzel_gg_{overflow-x:initial;overflow-y:auto}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_.__headerHeight_bqzel_gg_{scroll-padding-top:var(--headerHeight_bqzel)}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_.__leftScrollPadding_bqzel_gg_{scroll-padding-left:var(--leftScrollPadding_bqzel)}.___SScrollArea_bqzel_gg_ .___SContainer_bqzel_gg_.__rightScrollPadding_bqzel_gg_{scroll-padding-right:var(--rightScrollPadding_bqzel)}.___SScrollArea_bqzel_gg_ .___SShadowHorizontal_bqzel_gg_::before,.___SScrollArea_bqzel_gg_ .___SShadowHorizontal_bqzel_gg_:after,.___SScrollArea_bqzel_gg_ .___SShadowVertical_bqzel_gg_::after{z-index:20}.___SScrollArea_bqzel_gg_ .___SShadowHorizontal_bqzel_gg_.__leftOffset_bqzel_gg_::before,.___SScrollArea_bqzel_gg_ .___SShadowHorizontal_bqzel_gg_.__rightOffset_bqzel_gg_::after,.___SScrollArea_bqzel_gg_ .___SShadowVertical_bqzel_gg_::before{display:none}", /*__inner_css_end__*/"bqzel_gg_"),
50
50
  /*__reshadow_css_end__*/
51
51
  {
52
- "__SScrollArea": "___SScrollArea_1t8qe_gg_",
53
- "__SContainer": "___SContainer_1t8qe_gg_",
54
- "_scrollDirection_both": "_scrollDirection_both_1t8qe_gg_",
55
- "_loading": "__loading_1t8qe_gg_",
56
- "_scrollDirection_horizontal": "_scrollDirection_horizontal_1t8qe_gg_",
57
- "_scrollDirection_vertical": "_scrollDirection_vertical_1t8qe_gg_",
58
- "_headerHeight": "__headerHeight_1t8qe_gg_",
59
- "--headerHeight": "--headerHeight_1t8qe",
60
- "_leftScrollPadding": "__leftScrollPadding_1t8qe_gg_",
61
- "--leftScrollPadding": "--leftScrollPadding_1t8qe",
62
- "_rightScrollPadding": "__rightScrollPadding_1t8qe_gg_",
63
- "--rightScrollPadding": "--rightScrollPadding_1t8qe",
64
- "__SShadowVertical": "___SShadowVertical_1t8qe_gg_",
65
- "__SShadowHorizontal": "___SShadowHorizontal_1t8qe_gg_",
66
- "_leftOffset": "__leftOffset_1t8qe_gg_",
67
- "_rightOffset": "__rightOffset_1t8qe_gg_"
52
+ "__SScrollArea": "___SScrollArea_bqzel_gg_",
53
+ "__SContainer": "___SContainer_bqzel_gg_",
54
+ "_scrollDirection_both": "_scrollDirection_both_bqzel_gg_",
55
+ "_loading": "__loading_bqzel_gg_",
56
+ "_scrollDirection_horizontal": "_scrollDirection_horizontal_bqzel_gg_",
57
+ "_scrollDirection_vertical": "_scrollDirection_vertical_bqzel_gg_",
58
+ "_headerHeight": "__headerHeight_bqzel_gg_",
59
+ "--headerHeight": "--headerHeight_bqzel",
60
+ "_leftScrollPadding": "__leftScrollPadding_bqzel_gg_",
61
+ "--leftScrollPadding": "--leftScrollPadding_bqzel",
62
+ "_rightScrollPadding": "__rightScrollPadding_bqzel_gg_",
63
+ "--rightScrollPadding": "--rightScrollPadding_bqzel",
64
+ "__SShadowVertical": "___SShadowVertical_bqzel_gg_",
65
+ "__SShadowHorizontal": "___SShadowHorizontal_bqzel_gg_",
66
+ "_leftOffset": "__leftOffset_bqzel_gg_",
67
+ "_rightOffset": "__rightOffset_bqzel_gg_"
68
68
  });
69
69
  var ACCORDION = exports.ACCORDION = Symbol('accordion');
70
70
  var ROW_GROUP = exports.ROW_GROUP = Symbol('ROW_GROUP');
@@ -1 +1 @@
1
- {"version":3,"file":"DataTable.types.js","names":[],"sources":["../../../../src/components/DataTable/DataTable.types.ts"],"sourcesContent":["import type { BoxProps } from '@semcore/base-components';\nimport type { Intergalactic } from '@semcore/core';\nimport type Tooltip from '@semcore/tooltip';\nimport type * as React from 'react';\n\nimport type { ACCORDION, ROW_GROUP, UNIQ_ROW_KEY } from './DataTable';\nimport type { DataTableBodyProps } from '../Body/Body.types';\nimport type { DTRow } from '../Body/Row.types';\nimport type { DataTableColumnProps } from '../Head/Column.types';\nimport type { DataTableHeadProps } from '../Head/Head.types';\n\n/**\n * Datatable must have an accessible name (aria-table-name).\n * It should describe table content.\n */\nexport type DataTableAriaProps = Intergalactic.RequireAtLeastOne<{\n 'aria-label'?: string;\n 'aria-labelledby'?: string;\n 'title'?: string;\n}>;\n\nexport type SortDirection = 'asc' | 'desc';\nexport type DataTableSort<Column> = [sortBy: Column, sortDirection: SortDirection];\n\nexport type DataTableChangeSort<Column> = (\n sort: [sortBy: Column, sortDirection: SortDirection],\n e?: React.SyntheticEvent,\n) => void;\n\nexport type DataRowItem = {\n [key: string]: DTValue | undefined | null;\n [ACCORDION]?: React.ReactNode | DataTableData;\n [ROW_GROUP]?: DataTableData;\n [UNIQ_ROW_KEY]?: string;\n};\nexport interface DTValue {\n toString(): string;\n [ACCORDION]?: React.ReactNode;\n}\nexport type DataTableData = DataRowItem[];\n\nexport type DTUse = 'primary' | 'secondary';\n\nexport type Sizes = Pick<BoxProps, 'w' | 'wMax' | 'wMin' | 'h' | 'hMax' | 'hMin'>;\n\nexport type DataTableProps<\n Data extends DataTableData,\n UniqKey extends keyof Data[number],\n UniqKeyType extends Data[number][UniqKey],\n> = DataTableAriaProps &\n Sizes & {\n /** Data for table */\n data: Data;\n /** Count of total rows if table using virtual scroll. Needs for accessibility */\n totalRows?: number;\n\n /** Table theme according to visual hierarchy on the page\n * @default primary\n * */\n use?: DTUse;\n\n /** Active sort object */\n sort?: DataTableSort<keyof Data[0]>;\n /** Handler call when request will change sort */\n onSortChange?: DataTableChangeSort<keyof Data[0]>;\n\n /**\n * Value to describe width for each column. Could be overridden in the column.gtcWidth property.\n * Use `auto` to automatically fit the table to the content,\n * `1fr` for equal-width columns or any other value for the grid-template-column css property.\n * @default auto\n */\n defaultGridTemplateColumnWidth?: string;\n\n /**\n * Flag for compact view (smaller horizontal paddings)\n */\n compact?: boolean;\n\n /**\n * Size of paddings for the first and last columns in the table\n */\n sideIndents?: 'wide';\n\n /**\n * Flag for showing spinner on table body\n */\n loading?: boolean;\n\n children?: never;\n\n /**\n * Set of expanded rows (uniq id from them)\n * This is mutable! variable because of table performance. Don't change the link on it.\n */\n expandedRows?: Set<UniqKeyType>;\n\n /** Configuration for virtual scroll */\n virtualScroll?: VirtualScroll;\n\n /** Configuration for table columns including headers, sorting, and layout */\n columns: ColumnsConfig;\n\n /** Configuration for sticky headers, height, scroll bars, etc. */\n headerProps?: DataTableHeadProps;\n\n /** Function to add custom props to rows */\n rowProps?: DataTableBodyProps<Data, UniqKeyType>['rowProps'];\n\n /** Custom cell renderer function */\n renderCell?: DataTableBodyProps<Data, UniqKeyType>['renderCell'];\n\n /**\n * Name of a unique key for each row data item\n */\n uniqueRowKey?: UniqKey;\n\n /**\n * List of selected rows (uniqIds from a data array)\n */\n selectedRows?: UniqKeyType[];\n\n /** Callback when row selection changes */\n onSelectedRowsChange?: (\n selectedRows: UniqKeyType[],\n event?: React.SyntheticEvent<HTMLElement>,\n opts?: {\n selectedRowIndex: number;\n isSelected: boolean;\n row: DTRow<UniqKeyType>;\n },\n ) => void;\n\n /**\n * For custom empty data widget.\n */\n renderEmptyData?: () => React.ReactNode;\n\n /**\n * For adding an overlay over table cells.\n */\n renderCellOverlay?: () => React.ReactNode;\n\n /**\n * Duration for collapse/expand accordion rows in tables in ms.\n * @default 200\n */\n accordionDuration?: number | [number, number];\n\n /**\n * Whether multiple accordion items can be open at a time, or only one.\n * @default 'independent'\n */\n accordionMode?: 'toggle' | 'independent';\n\n /**\n * Handle open/close accordion.\n * Work only with table-in-table accordions. In accordions with custom components use mount/unmount hooks in components.\n */\n onAccordionToggle?: (type: 'open' | 'close', uniqRowKey: UniqKeyType, rowIndex: number) => void;\n\n /**\n * Visual variant that adapts the table styling to different usage contexts\n * @default 'default'\n */\n variant?: 'default' | 'card';\n };\n\nexport type ColumnItemConfig = Intergalactic.InternalTypings.EfficientOmit<\n Intergalactic.InternalTypings.ComponentProps<\n 'div' | typeof Tooltip,\n 'div',\n DataTableColumnProps,\n {},\n []\n >,\n 'children'\n> & {\n children: React.ReactNode | React.FC;\n};\n\nexport type ColumnGroupConfig = {\n /**\n * Necessary to set a unique name for a group. (It will use as a React key).\n */\n name: string;\n\n borders?: 'both' | 'left' | 'right';\n\n fixed?: 'left' | 'right';\n\n children: React.ReactNode;\n\n columns: ColumnItemConfig[];\n};\n\ntype ColumnsConfig = Array<ColumnItemConfig | ColumnGroupConfig>;\n\nexport type VirtualScroll =\n | boolean\n | { rowsBuffer?: number; aproxRowsOnPage?: number }\n | { rowHeight: number; rowsBuffer?: number };\n\nexport type RowIndex = number;\nexport type ColIndex = number;\n\nexport type DataTableType = (<\n Data extends DataTableData,\n UniqKey extends keyof Data[number] = keyof Data[number],\n UniqKeyType extends Data[number][UniqKey] = Data[number][UniqKey],\n Tag extends Intergalactic.Tag = 'div',\n>(\n props: Intergalactic.InternalTypings.EfficientOmit<\n Intergalactic.InternalTypings.ComponentProps<Tag, 'div', DataTableProps<Data, UniqKey, UniqKeyType>>,\n 'tag' | 'children'\n >\n) => Intergalactic.InternalTypings.ComponentRenderingResults) &\nIntergalactic.InternalTypings.ComponentAdditive<'div', 'div', DataTableProps<any, any, any>>;\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"DataTable.types.js","names":[],"sources":["../../../../src/components/DataTable/DataTable.types.ts"],"sourcesContent":["import type { BoxProps } from '@semcore/base-components';\nimport type { Intergalactic } from '@semcore/core';\nimport type Tooltip from '@semcore/tooltip';\nimport type * as React from 'react';\n\nimport type { ACCORDION, ROW_GROUP, UNIQ_ROW_KEY } from './DataTable';\nimport type { DataTableBodyProps } from '../Body/Body.types';\nimport type { DTRow } from '../Body/Row.types';\nimport type { DataTableColumnProps } from '../Head/Column.types';\nimport type { DataTableHeadProps } from '../Head/Head.types';\n\n/**\n * Datatable must have an accessible name (aria-table-name).\n * It should describe table content.\n */\nexport type DataTableAriaProps = Intergalactic.RequireAtLeastOne<{\n 'aria-label'?: string;\n 'aria-labelledby'?: string;\n 'title'?: string;\n}>;\n\nexport type SortDirection = 'asc' | 'desc';\nexport type DataTableSort<Column> = [sortBy: Column, sortDirection: SortDirection];\n\nexport type DataTableChangeSort<Column> = (\n sort: [sortBy: Column, sortDirection: SortDirection],\n e?: React.SyntheticEvent,\n) => void;\n\nexport type DataRowItem = {\n [key: string]: DTValue | undefined | null;\n [ACCORDION]?: React.ReactNode | DataTableData;\n [ROW_GROUP]?: DataTableData;\n [UNIQ_ROW_KEY]?: string;\n};\nexport interface DTValue {\n toString(): string;\n [ACCORDION]?: React.ReactNode;\n}\nexport type DataTableData = DataRowItem[];\n\nexport type DTUse = 'primary' | 'secondary';\n\nexport type Sizes = Pick<BoxProps, 'w' | 'wMax' | 'wMin' | 'h' | 'hMax' | 'hMin'>;\n\nexport type DataTableProps<\n Data extends DataTableData,\n UniqKey extends keyof Data[number],\n UniqKeyType extends Data[number][UniqKey],\n> = DataTableAriaProps &\n Sizes & {\n /** Data for table */\n data: Data;\n /** Count of total rows if table using virtual scroll. Needs for accessibility */\n totalRows?: number;\n\n /** Table theme according to visual hierarchy on the page\n * @default primary\n * */\n use?: DTUse;\n\n /** Active sort object */\n sort?: DataTableSort<keyof Data[0]>;\n /** Handler call when request will change sort */\n onSortChange?: DataTableChangeSort<keyof Data[0]>;\n\n /**\n * Value to describe width for each column. Could be overridden in the column.gtcWidth property.\n * Use `auto` to automatically fit the table to the content,\n * `1fr` for equal-width columns or any other value for the grid-template-column css property.\n * @default auto\n */\n defaultGridTemplateColumnWidth?: string;\n\n /**\n * Flag for compact view (smaller horizontal paddings)\n */\n compact?: boolean;\n\n /**\n * Size of paddings for the first and last columns in the table\n */\n sideIndents?: 'wide';\n\n /**\n * Flag for showing spinner on table body\n */\n loading?: boolean;\n\n children?: never;\n\n /**\n * Set of expanded rows (uniq id from them)\n * This is mutable! variable because of table performance. Don't change the link on it.\n */\n expandedRows?: Set<UniqKeyType>;\n\n /** Configuration for virtual scroll */\n virtualScroll?: VirtualScroll;\n\n /** Configuration for table columns including headers, sorting, and layout */\n columns: ColumnsConfig;\n\n /** Configuration for sticky headers, height, scroll bars, etc. */\n headerProps?: DataTableHeadProps;\n\n /** Function to add custom props to rows */\n rowProps?: DataTableBodyProps<Data, UniqKeyType>['rowProps'];\n\n /** Custom cell renderer function */\n renderCell?: DataTableBodyProps<Data, UniqKeyType>['renderCell'];\n\n /**\n * Name of a unique key for each row data item\n */\n uniqueRowKey?: UniqKey;\n\n /**\n * List of selected rows (uniqIds from a data array)\n */\n selectedRows?: UniqKeyType[];\n\n /** Callback when row selection changes */\n onSelectedRowsChange?: (\n selectedRows: UniqKeyType[],\n event?: React.SyntheticEvent<HTMLElement>,\n opts?: {\n selectedRowIndex: number;\n isSelected: boolean;\n row: DTRow<UniqKeyType>;\n },\n ) => void;\n\n /**\n * For custom empty data widget.\n */\n renderEmptyData?: () => React.ReactNode;\n\n /**\n * For adding an overlay over table cells.\n */\n renderCellOverlay?: () => React.ReactNode;\n\n /**\n * Duration for collapse/expand accordion rows in tables in ms.\n * @default 200\n */\n accordionDuration?: number | [number, number];\n\n /**\n * Whether multiple accordion items can be open at a time, or only one.\n * @default 'independent'\n */\n accordionMode?: 'toggle' | 'independent';\n\n /**\n * Handle open/close accordion.\n * Work only with table-in-table accordions. In accordions with custom components use mount/unmount hooks in components.\n */\n onAccordionToggle?: (type: 'open' | 'close', uniqRowKey: UniqKeyType, rowIndex: number) => void;\n\n /**\n * Visual variant that adapts the table styling to different usage contexts\n * @default 'default'\n */\n variant?: 'default' | 'card';\n\n /**\n * Handle change expanded rows\n */\n onExpandedRowsChange?: (expandedRows: Set<UniqKeyType>) => void;\n };\n\nexport type ColumnItemConfig = Intergalactic.InternalTypings.EfficientOmit<\n Intergalactic.InternalTypings.ComponentProps<\n 'div' | typeof Tooltip,\n 'div',\n DataTableColumnProps,\n {},\n []\n >,\n 'children'\n> & {\n children: React.ReactNode | React.FC;\n};\n\nexport type ColumnGroupConfig = {\n /**\n * Necessary to set a unique name for a group. (It will use as a React key).\n */\n name: string;\n\n borders?: 'both' | 'left' | 'right';\n\n fixed?: 'left' | 'right';\n\n children: React.ReactNode;\n\n columns: ColumnItemConfig[];\n};\n\ntype ColumnsConfig = Array<ColumnItemConfig | ColumnGroupConfig>;\n\nexport type VirtualScroll =\n | boolean\n | { rowsBuffer?: number; aproxRowsOnPage?: number }\n | { rowHeight: number; rowsBuffer?: number };\n\nexport type RowIndex = number;\nexport type ColIndex = number;\n\nexport type DataTableType = (<\n Data extends DataTableData,\n UniqKey extends keyof Data[number] = keyof Data[number],\n UniqKeyType extends Data[number][UniqKey] = Data[number][UniqKey],\n Tag extends Intergalactic.Tag = 'div',\n>(\n props: Intergalactic.InternalTypings.EfficientOmit<\n Intergalactic.InternalTypings.ComponentProps<Tag, 'div', DataTableProps<Data, UniqKey, UniqKeyType>>,\n 'tag' | 'children'\n >\n) => Intergalactic.InternalTypings.ComponentRenderingResults) &\nIntergalactic.InternalTypings.ComponentAdditive<'div', 'div', DataTableProps<any, any, any>>;\n"],"mappings":"","ignoreList":[]}
@@ -27,44 +27,44 @@ var _m2 = _interopRequireDefault(require("@semcore/icon/SortDesc/m"));
27
27
  var React = _interopRequireWildcard(require("react"));
28
28
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
29
29
  /*!__reshadow-styles__:"./style.shadow.css"*/
30
- var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SGroupContainer_3r3g8_gg_,.___SHead_3r3g8_gg_{display:contents}.___SHead_3r3g8_gg_.__isDataEmpty_3r3g8_gg_.__gridTemplateColumns_3r3g8_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_3r3g8);overflow:auto;scrollbar-width:thin}.___SHead_3r3g8_gg_.__animationDuration_3r3g8_gg_>.___SColumn_3r3g8_gg_{transition:top var(--animationDuration_3r3g8) ease-out}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroup_3r3g8_gg_{position:sticky;top:0;z-index:18}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroupContainer_3r3g8_gg_>.___SColumn_3r3g8_gg_{position:sticky;z-index:18}.___SHead_3r3g8_gg_.__compact_3r3g8_gg_ .___SColumn_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_,.___SGroup_3r3g8_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_3r3g8_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_:has(~.___SColumn_3r3g8_gg_.__visibleSort_3r3g8_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_left_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_left_3r3g8_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_right_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_right_3r3g8_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:relative}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroupTitle_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroup_3r3g8_gg_.__gridArea_3r3g8_gg_{grid-area:var(--gridArea_3r3g8)}.___SHead_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_ .___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_3r3g8_gg_.__sortable_3r3g8_gg_:hover{cursor:pointer}}.___SSortWrapper_3r3g8_gg_{align-items:center;display:flex;flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortButton_3r3g8_gg_,.___SSortWrapper_3r3g8_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_3r3g8_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortButton_3r3g8_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_3r3g8_gg_{cursor:pointer}.___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after,.___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_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%))}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_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%))}", /*__inner_css_end__*/"3r3g8_gg_"),
30
+ var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SGroupContainer_1yafu_gg_,.___SHead_1yafu_gg_{display:contents}.___SHead_1yafu_gg_.__isDataEmpty_1yafu_gg_.__gridTemplateColumns_1yafu_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_1yafu);overflow:auto;scrollbar-width:thin}.___SHead_1yafu_gg_.__animationDuration_1yafu_gg_>.___SColumn_1yafu_gg_{transition:top var(--animationDuration_1yafu) ease-out}.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SColumn_1yafu_gg_,.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SGroup_1yafu_gg_{position:sticky;top:0;z-index:18}.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SGroupContainer_1yafu_gg_>.___SColumn_1yafu_gg_{position:sticky;z-index:18}.___SHead_1yafu_gg_.__compact_1yafu_gg_ .___SColumn_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_1yafu_gg_,.___SGroup_1yafu_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_1yafu_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_1yafu_gg_._use_primary_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_1yafu_gg_._use_primary_1yafu_gg_:has(~.___SColumn_1yafu_gg_.__visibleSort_1yafu_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_1yafu_gg_._use_secondary_1yafu_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_1yafu_gg_._borders_both_1yafu_gg_,.___SColumn_1yafu_gg_._borders_left_1yafu_gg_,.___SGroup_1yafu_gg_._borders_both_1yafu_gg_,.___SGroup_1yafu_gg_._borders_left_1yafu_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1yafu_gg_._borders_both_1yafu_gg_,.___SColumn_1yafu_gg_._borders_right_1yafu_gg_,.___SGroup_1yafu_gg_._borders_both_1yafu_gg_,.___SGroup_1yafu_gg_._borders_right_1yafu_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortButton_1yafu_gg_,.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before,.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{display:flex;opacity:1}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_._justifyContent_right_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:absolute}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_._justifyContent_right_1yafu_gg_.__changeSortSize_1yafu_gg_.__isSorted_1yafu_gg_ .___SSortWrapper_1yafu_gg_,.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_._justifyContent_right_1yafu_gg_.__changeSortSize_1yafu_gg_.__isSorted_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:relative}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortButton_1yafu_gg_{display:flex;opacity:1}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_._justifyContent_right_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:absolute}.___SColumn_1yafu_gg_.__gridArea_1yafu_gg_,.___SGroupTitle_1yafu_gg_.__gridArea_1yafu_gg_,.___SGroup_1yafu_gg_.__gridArea_1yafu_gg_{grid-area:var(--gridArea_1yafu)}.___SHead_1yafu_gg_ .___SColumn_1yafu_gg_.__fixed_1yafu_gg_,.___SHead_1yafu_gg_ .___SGroup_1yafu_gg_.__fixed_1yafu_gg_,.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SColumn_1yafu_gg_.__fixed_1yafu_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_1yafu_gg_.__sortable_1yafu_gg_:hover{cursor:pointer}}.___SSortWrapper_1yafu_gg_{align-items:center;display:flex;flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortButton_1yafu_gg_,.___SSortWrapper_1yafu_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1yafu_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortButton_1yafu_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_1yafu_gg_._sideIndents_wide_1yafu_gg_ .___SColumn_1yafu_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_1yafu_gg_._sideIndents_wide_1yafu_gg_ .___SColumn_1yafu_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_1yafu_gg_{cursor:pointer}.___SColumn_1yafu_gg_.__fixed_1yafu_gg_.__shadowVertical_1yafu_gg_:after,.___SGroup_1yafu_gg_.__fixed_1yafu_gg_.__shadowVertical_1yafu_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_primary_1yafu_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_secondary_1yafu_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_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%))}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_primary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_secondary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_:after,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_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%))}", /*__inner_css_end__*/"1yafu_gg_"),
31
31
  /*__reshadow_css_end__*/
32
32
  {
33
- "__SHead": "___SHead_3r3g8_gg_",
34
- "__SGroupContainer": "___SGroupContainer_3r3g8_gg_",
35
- "_isDataEmpty": "__isDataEmpty_3r3g8_gg_",
36
- "_gridTemplateColumns": "__gridTemplateColumns_3r3g8_gg_",
37
- "--gridTemplateColumns": "--gridTemplateColumns_3r3g8",
38
- "_animationDuration": "__animationDuration_3r3g8_gg_",
39
- "__SColumn": "___SColumn_3r3g8_gg_",
40
- "--animationDuration": "--animationDuration_3r3g8",
41
- "_sticky": "__sticky_3r3g8_gg_",
42
- "__SGroup": "___SGroup_3r3g8_gg_",
43
- "_compact": "__compact_3r3g8_gg_",
44
- "_use_secondary": "_use_secondary_3r3g8_gg_",
45
- "_borders_both": "_borders_both_3r3g8_gg_",
46
- "_borders_left": "_borders_left_3r3g8_gg_",
47
- "_borders_right": "_borders_right_3r3g8_gg_",
48
- "_gridArea": "__gridArea_3r3g8_gg_",
49
- "__SGroupTitle": "___SGroupTitle_3r3g8_gg_",
50
- "--gridArea": "--gridArea_3r3g8",
51
- "_fixed": "__fixed_3r3g8_gg_",
52
- "_sortable": "__sortable_3r3g8_gg_",
53
- "__SSortWrapper": "___SSortWrapper_3r3g8_gg_",
54
- "__SSortButton": "___SSortButton_3r3g8_gg_",
55
- "__SHeadCheckboxCol": "___SHeadCheckboxCol_3r3g8_gg_",
56
- "_use_primary": "_use_primary_3r3g8_gg_",
57
- "_visibleSort": "__visibleSort_3r3g8_gg_",
58
- "_justifyContent_right": "_justifyContent_right_3r3g8_gg_",
59
- "_changeSortSize": "__changeSortSize_3r3g8_gg_",
60
- "_isSorted": "__isSorted_3r3g8_gg_",
61
- "_sideIndents_wide": "_sideIndents_wide_3r3g8_gg_",
62
- "_shadowVertical": "__shadowVertical_3r3g8_gg_",
63
- "_fixed_left": "_fixed_left_3r3g8_gg_",
64
- "_shadowVertical_median": "_shadowVertical_median_3r3g8_gg_",
65
- "_shadowVertical_start": "_shadowVertical_start_3r3g8_gg_",
66
- "_fixed_right": "_fixed_right_3r3g8_gg_",
67
- "_shadowVertical_end": "_shadowVertical_end_3r3g8_gg_"
33
+ "__SHead": "___SHead_1yafu_gg_",
34
+ "__SGroupContainer": "___SGroupContainer_1yafu_gg_",
35
+ "_isDataEmpty": "__isDataEmpty_1yafu_gg_",
36
+ "_gridTemplateColumns": "__gridTemplateColumns_1yafu_gg_",
37
+ "--gridTemplateColumns": "--gridTemplateColumns_1yafu",
38
+ "_animationDuration": "__animationDuration_1yafu_gg_",
39
+ "__SColumn": "___SColumn_1yafu_gg_",
40
+ "--animationDuration": "--animationDuration_1yafu",
41
+ "_sticky": "__sticky_1yafu_gg_",
42
+ "__SGroup": "___SGroup_1yafu_gg_",
43
+ "_compact": "__compact_1yafu_gg_",
44
+ "_use_secondary": "_use_secondary_1yafu_gg_",
45
+ "_borders_both": "_borders_both_1yafu_gg_",
46
+ "_borders_left": "_borders_left_1yafu_gg_",
47
+ "_borders_right": "_borders_right_1yafu_gg_",
48
+ "_gridArea": "__gridArea_1yafu_gg_",
49
+ "__SGroupTitle": "___SGroupTitle_1yafu_gg_",
50
+ "--gridArea": "--gridArea_1yafu",
51
+ "_fixed": "__fixed_1yafu_gg_",
52
+ "_sortable": "__sortable_1yafu_gg_",
53
+ "__SSortWrapper": "___SSortWrapper_1yafu_gg_",
54
+ "__SSortButton": "___SSortButton_1yafu_gg_",
55
+ "__SHeadCheckboxCol": "___SHeadCheckboxCol_1yafu_gg_",
56
+ "_use_primary": "_use_primary_1yafu_gg_",
57
+ "_visibleSort": "__visibleSort_1yafu_gg_",
58
+ "_justifyContent_right": "_justifyContent_right_1yafu_gg_",
59
+ "_changeSortSize": "__changeSortSize_1yafu_gg_",
60
+ "_isSorted": "__isSorted_1yafu_gg_",
61
+ "_sideIndents_wide": "_sideIndents_wide_1yafu_gg_",
62
+ "_shadowVertical": "__shadowVertical_1yafu_gg_",
63
+ "_fixed_left": "_fixed_left_1yafu_gg_",
64
+ "_shadowVertical_median": "_shadowVertical_median_1yafu_gg_",
65
+ "_shadowVertical_start": "_shadowVertical_start_1yafu_gg_",
66
+ "_fixed_right": "_fixed_right_1yafu_gg_",
67
+ "_shadowVertical_end": "_shadowVertical_end_1yafu_gg_"
68
68
  });
69
69
  var SORTING_ICON = {
70
70
  desc: _m2["default"],
@@ -21,44 +21,44 @@ var _react = _interopRequireDefault(require("react"));
21
21
  var _DataTable = require("../DataTable/DataTable");
22
22
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
23
23
  /*!__reshadow-styles__:"./style.shadow.css"*/
24
- var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SGroupContainer_3r3g8_gg_,.___SHead_3r3g8_gg_{display:contents}.___SHead_3r3g8_gg_.__isDataEmpty_3r3g8_gg_.__gridTemplateColumns_3r3g8_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_3r3g8);overflow:auto;scrollbar-width:thin}.___SHead_3r3g8_gg_.__animationDuration_3r3g8_gg_>.___SColumn_3r3g8_gg_{transition:top var(--animationDuration_3r3g8) ease-out}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroup_3r3g8_gg_{position:sticky;top:0;z-index:18}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroupContainer_3r3g8_gg_>.___SColumn_3r3g8_gg_{position:sticky;z-index:18}.___SHead_3r3g8_gg_.__compact_3r3g8_gg_ .___SColumn_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_,.___SGroup_3r3g8_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_3r3g8_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_:has(~.___SColumn_3r3g8_gg_.__visibleSort_3r3g8_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_left_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_left_3r3g8_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_right_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_right_3r3g8_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:relative}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroupTitle_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroup_3r3g8_gg_.__gridArea_3r3g8_gg_{grid-area:var(--gridArea_3r3g8)}.___SHead_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_ .___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_3r3g8_gg_.__sortable_3r3g8_gg_:hover{cursor:pointer}}.___SSortWrapper_3r3g8_gg_{align-items:center;display:flex;flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortButton_3r3g8_gg_,.___SSortWrapper_3r3g8_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_3r3g8_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortButton_3r3g8_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_3r3g8_gg_{cursor:pointer}.___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after,.___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_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%))}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_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%))}", /*__inner_css_end__*/"3r3g8_gg_"),
24
+ var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SGroupContainer_1yafu_gg_,.___SHead_1yafu_gg_{display:contents}.___SHead_1yafu_gg_.__isDataEmpty_1yafu_gg_.__gridTemplateColumns_1yafu_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_1yafu);overflow:auto;scrollbar-width:thin}.___SHead_1yafu_gg_.__animationDuration_1yafu_gg_>.___SColumn_1yafu_gg_{transition:top var(--animationDuration_1yafu) ease-out}.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SColumn_1yafu_gg_,.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SGroup_1yafu_gg_{position:sticky;top:0;z-index:18}.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SGroupContainer_1yafu_gg_>.___SColumn_1yafu_gg_{position:sticky;z-index:18}.___SHead_1yafu_gg_.__compact_1yafu_gg_ .___SColumn_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_1yafu_gg_,.___SGroup_1yafu_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_1yafu_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_1yafu_gg_._use_primary_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_1yafu_gg_._use_primary_1yafu_gg_:has(~.___SColumn_1yafu_gg_.__visibleSort_1yafu_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_1yafu_gg_._use_secondary_1yafu_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_1yafu_gg_._borders_both_1yafu_gg_,.___SColumn_1yafu_gg_._borders_left_1yafu_gg_,.___SGroup_1yafu_gg_._borders_both_1yafu_gg_,.___SGroup_1yafu_gg_._borders_left_1yafu_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1yafu_gg_._borders_both_1yafu_gg_,.___SColumn_1yafu_gg_._borders_right_1yafu_gg_,.___SGroup_1yafu_gg_._borders_both_1yafu_gg_,.___SGroup_1yafu_gg_._borders_right_1yafu_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortButton_1yafu_gg_,.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before,.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{display:flex;opacity:1}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_._justifyContent_right_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:absolute}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_._justifyContent_right_1yafu_gg_.__changeSortSize_1yafu_gg_.__isSorted_1yafu_gg_ .___SSortWrapper_1yafu_gg_,.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_._justifyContent_right_1yafu_gg_.__changeSortSize_1yafu_gg_.__isSorted_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:relative}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortButton_1yafu_gg_{display:flex;opacity:1}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_._justifyContent_right_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:absolute}.___SColumn_1yafu_gg_.__gridArea_1yafu_gg_,.___SGroupTitle_1yafu_gg_.__gridArea_1yafu_gg_,.___SGroup_1yafu_gg_.__gridArea_1yafu_gg_{grid-area:var(--gridArea_1yafu)}.___SHead_1yafu_gg_ .___SColumn_1yafu_gg_.__fixed_1yafu_gg_,.___SHead_1yafu_gg_ .___SGroup_1yafu_gg_.__fixed_1yafu_gg_,.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SColumn_1yafu_gg_.__fixed_1yafu_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_1yafu_gg_.__sortable_1yafu_gg_:hover{cursor:pointer}}.___SSortWrapper_1yafu_gg_{align-items:center;display:flex;flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortButton_1yafu_gg_,.___SSortWrapper_1yafu_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1yafu_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortButton_1yafu_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_1yafu_gg_._sideIndents_wide_1yafu_gg_ .___SColumn_1yafu_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_1yafu_gg_._sideIndents_wide_1yafu_gg_ .___SColumn_1yafu_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_1yafu_gg_{cursor:pointer}.___SColumn_1yafu_gg_.__fixed_1yafu_gg_.__shadowVertical_1yafu_gg_:after,.___SGroup_1yafu_gg_.__fixed_1yafu_gg_.__shadowVertical_1yafu_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_primary_1yafu_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_secondary_1yafu_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_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%))}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_primary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_secondary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_:after,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_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%))}", /*__inner_css_end__*/"1yafu_gg_"),
25
25
  /*__reshadow_css_end__*/
26
26
  {
27
- "__SHead": "___SHead_3r3g8_gg_",
28
- "__SGroupContainer": "___SGroupContainer_3r3g8_gg_",
29
- "_isDataEmpty": "__isDataEmpty_3r3g8_gg_",
30
- "_gridTemplateColumns": "__gridTemplateColumns_3r3g8_gg_",
31
- "--gridTemplateColumns": "--gridTemplateColumns_3r3g8",
32
- "_animationDuration": "__animationDuration_3r3g8_gg_",
33
- "__SColumn": "___SColumn_3r3g8_gg_",
34
- "--animationDuration": "--animationDuration_3r3g8",
35
- "_sticky": "__sticky_3r3g8_gg_",
36
- "__SGroup": "___SGroup_3r3g8_gg_",
37
- "_compact": "__compact_3r3g8_gg_",
38
- "_use_secondary": "_use_secondary_3r3g8_gg_",
39
- "_borders_both": "_borders_both_3r3g8_gg_",
40
- "_borders_left": "_borders_left_3r3g8_gg_",
41
- "_borders_right": "_borders_right_3r3g8_gg_",
42
- "_gridArea": "__gridArea_3r3g8_gg_",
43
- "__SGroupTitle": "___SGroupTitle_3r3g8_gg_",
44
- "--gridArea": "--gridArea_3r3g8",
45
- "_fixed": "__fixed_3r3g8_gg_",
46
- "_sortable": "__sortable_3r3g8_gg_",
47
- "__SSortWrapper": "___SSortWrapper_3r3g8_gg_",
48
- "__SSortButton": "___SSortButton_3r3g8_gg_",
49
- "__SHeadCheckboxCol": "___SHeadCheckboxCol_3r3g8_gg_",
50
- "_use_primary": "_use_primary_3r3g8_gg_",
51
- "_visibleSort": "__visibleSort_3r3g8_gg_",
52
- "_justifyContent_right": "_justifyContent_right_3r3g8_gg_",
53
- "_changeSortSize": "__changeSortSize_3r3g8_gg_",
54
- "_isSorted": "__isSorted_3r3g8_gg_",
55
- "_sideIndents_wide": "_sideIndents_wide_3r3g8_gg_",
56
- "_shadowVertical": "__shadowVertical_3r3g8_gg_",
57
- "_fixed_left": "_fixed_left_3r3g8_gg_",
58
- "_shadowVertical_median": "_shadowVertical_median_3r3g8_gg_",
59
- "_shadowVertical_start": "_shadowVertical_start_3r3g8_gg_",
60
- "_fixed_right": "_fixed_right_3r3g8_gg_",
61
- "_shadowVertical_end": "_shadowVertical_end_3r3g8_gg_"
27
+ "__SHead": "___SHead_1yafu_gg_",
28
+ "__SGroupContainer": "___SGroupContainer_1yafu_gg_",
29
+ "_isDataEmpty": "__isDataEmpty_1yafu_gg_",
30
+ "_gridTemplateColumns": "__gridTemplateColumns_1yafu_gg_",
31
+ "--gridTemplateColumns": "--gridTemplateColumns_1yafu",
32
+ "_animationDuration": "__animationDuration_1yafu_gg_",
33
+ "__SColumn": "___SColumn_1yafu_gg_",
34
+ "--animationDuration": "--animationDuration_1yafu",
35
+ "_sticky": "__sticky_1yafu_gg_",
36
+ "__SGroup": "___SGroup_1yafu_gg_",
37
+ "_compact": "__compact_1yafu_gg_",
38
+ "_use_secondary": "_use_secondary_1yafu_gg_",
39
+ "_borders_both": "_borders_both_1yafu_gg_",
40
+ "_borders_left": "_borders_left_1yafu_gg_",
41
+ "_borders_right": "_borders_right_1yafu_gg_",
42
+ "_gridArea": "__gridArea_1yafu_gg_",
43
+ "__SGroupTitle": "___SGroupTitle_1yafu_gg_",
44
+ "--gridArea": "--gridArea_1yafu",
45
+ "_fixed": "__fixed_1yafu_gg_",
46
+ "_sortable": "__sortable_1yafu_gg_",
47
+ "__SSortWrapper": "___SSortWrapper_1yafu_gg_",
48
+ "__SSortButton": "___SSortButton_1yafu_gg_",
49
+ "__SHeadCheckboxCol": "___SHeadCheckboxCol_1yafu_gg_",
50
+ "_use_primary": "_use_primary_1yafu_gg_",
51
+ "_visibleSort": "__visibleSort_1yafu_gg_",
52
+ "_justifyContent_right": "_justifyContent_right_1yafu_gg_",
53
+ "_changeSortSize": "__changeSortSize_1yafu_gg_",
54
+ "_isSorted": "__isSorted_1yafu_gg_",
55
+ "_sideIndents_wide": "_sideIndents_wide_1yafu_gg_",
56
+ "_shadowVertical": "__shadowVertical_1yafu_gg_",
57
+ "_fixed_left": "_fixed_left_1yafu_gg_",
58
+ "_shadowVertical_median": "_shadowVertical_median_1yafu_gg_",
59
+ "_shadowVertical_start": "_shadowVertical_start_1yafu_gg_",
60
+ "_fixed_right": "_fixed_right_1yafu_gg_",
61
+ "_shadowVertical_end": "_shadowVertical_end_1yafu_gg_"
62
62
  });
63
63
  var Group = exports.Group = /*#__PURE__*/function (_Component) {
64
64
  function Group() {
@@ -24,44 +24,44 @@ var _Group = require("./Group");
24
24
  var _DataTable = require("../DataTable/DataTable");
25
25
  function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, (0, _isNativeReflectConstruct2["default"])() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
26
26
  /*!__reshadow-styles__:"./style.shadow.css"*/
27
- var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SGroupContainer_3r3g8_gg_,.___SHead_3r3g8_gg_{display:contents}.___SHead_3r3g8_gg_.__isDataEmpty_3r3g8_gg_.__gridTemplateColumns_3r3g8_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_3r3g8);overflow:auto;scrollbar-width:thin}.___SHead_3r3g8_gg_.__animationDuration_3r3g8_gg_>.___SColumn_3r3g8_gg_{transition:top var(--animationDuration_3r3g8) ease-out}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroup_3r3g8_gg_{position:sticky;top:0;z-index:18}.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SGroupContainer_3r3g8_gg_>.___SColumn_3r3g8_gg_{position:sticky;z-index:18}.___SHead_3r3g8_gg_.__compact_3r3g8_gg_ .___SColumn_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_,.___SGroup_3r3g8_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_3r3g8_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_3r3g8_gg_._use_primary_3r3g8_gg_:has(~.___SColumn_3r3g8_gg_.__visibleSort_3r3g8_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_left_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_left_3r3g8_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._borders_both_3r3g8_gg_,.___SColumn_3r3g8_gg_._borders_right_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_both_3r3g8_gg_,.___SGroup_3r3g8_gg_._borders_right_3r3g8_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_._use_primary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_,.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_.__changeSortSize_3r3g8_gg_.__isSorted_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:relative}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_.__visibleSort_3r3g8_gg_ .___SSortButton_3r3g8_gg_{display:flex;opacity:1}.___SColumn_3r3g8_gg_._use_secondary_3r3g8_gg_._justifyContent_right_3r3g8_gg_ .___SSortWrapper_3r3g8_gg_{position:absolute}.___SColumn_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroupTitle_3r3g8_gg_.__gridArea_3r3g8_gg_,.___SGroup_3r3g8_gg_.__gridArea_3r3g8_gg_{grid-area:var(--gridArea_3r3g8)}.___SHead_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_ .___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_,.___SHead_3r3g8_gg_.__sticky_3r3g8_gg_ .___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_3r3g8_gg_.__sortable_3r3g8_gg_:hover{cursor:pointer}}.___SSortWrapper_3r3g8_gg_{align-items:center;display:flex;flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortButton_3r3g8_gg_,.___SSortWrapper_3r3g8_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_3r3g8_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortButton_3r3g8_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_3r3g8_gg_._sideIndents_wide_3r3g8_gg_ .___SColumn_3r3g8_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_3r3g8_gg_{cursor:pointer}.___SColumn_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after,.___SGroup_3r3g8_gg_.__fixed_3r3g8_gg_.__shadowVertical_3r3g8_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_primary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_left_3r3g8_gg_._shadowVertical_start_3r3g8_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%))}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_primary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_primary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_._use_secondary_3r3g8_gg_,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_._use_secondary_3r3g8_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SColumn_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_end_3r3g8_gg_:after,.___SGroup_3r3g8_gg_._fixed_right_3r3g8_gg_._shadowVertical_median_3r3g8_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%))}", /*__inner_css_end__*/"3r3g8_gg_"),
27
+ var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SGroupContainer_1yafu_gg_,.___SHead_1yafu_gg_{display:contents}.___SHead_1yafu_gg_.__isDataEmpty_1yafu_gg_.__gridTemplateColumns_1yafu_gg_{display:grid;grid-template-columns:var(--gridTemplateColumns_1yafu);overflow:auto;scrollbar-width:thin}.___SHead_1yafu_gg_.__animationDuration_1yafu_gg_>.___SColumn_1yafu_gg_{transition:top var(--animationDuration_1yafu) ease-out}.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SColumn_1yafu_gg_,.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SGroup_1yafu_gg_{position:sticky;top:0;z-index:18}.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SGroupContainer_1yafu_gg_>.___SColumn_1yafu_gg_{position:sticky;z-index:18}.___SHead_1yafu_gg_.__compact_1yafu_gg_ .___SColumn_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SColumn_1yafu_gg_,.___SGroup_1yafu_gg_{display:flex;align-items:flex-start;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;height:100%;position:relative;transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,min-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,max-width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out;overflow:hidden;line-height:var(--intergalactic-lh-100, 133%)}.___SGroup_1yafu_gg_{justify-content:center;text-align:center;background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SGroup_1yafu_gg_._use_primary_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SGroup_1yafu_gg_._use_primary_1yafu_gg_:has(~.___SColumn_1yafu_gg_.__visibleSort_1yafu_gg_){background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SGroup_1yafu_gg_._use_secondary_1yafu_gg_{padding:var(--intergalactic-spacing-2x, 8px)}.___SColumn_1yafu_gg_._borders_both_1yafu_gg_,.___SColumn_1yafu_gg_._borders_left_1yafu_gg_,.___SGroup_1yafu_gg_._borders_both_1yafu_gg_,.___SGroup_1yafu_gg_._borders_left_1yafu_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1yafu_gg_._borders_both_1yafu_gg_,.___SColumn_1yafu_gg_._borders_right_1yafu_gg_,.___SGroup_1yafu_gg_._borders_both_1yafu_gg_,.___SGroup_1yafu_gg_._borders_right_1yafu_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_{padding:var(--intergalactic-spacing-3x, 12px);border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);background-color:var(--intergalactic-table-th-primary-cell, #f4f5f9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortButton_1yafu_gg_,.___SColumn_1yafu_gg_._use_primary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before,.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{display:flex;opacity:1}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_._justifyContent_right_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:absolute}.___SColumn_1yafu_gg_._use_primary_1yafu_gg_._justifyContent_right_1yafu_gg_.__changeSortSize_1yafu_gg_.__isSorted_1yafu_gg_ .___SSortWrapper_1yafu_gg_,.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_._justifyContent_right_1yafu_gg_.__changeSortSize_1yafu_gg_.__isSorted_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:relative}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_{padding:var(--intergalactic-spacing-2x, 8px);border-bottom:1px solid var(--intergalactic-border-table-accent, #a9abb6);background-color:var(--intergalactic-table-th-secondary-cell, #ffffff)}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_ .___SSortWrapper_1yafu_gg_::before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortWrapper_1yafu_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_.__visibleSort_1yafu_gg_ .___SSortButton_1yafu_gg_{display:flex;opacity:1}.___SColumn_1yafu_gg_._use_secondary_1yafu_gg_._justifyContent_right_1yafu_gg_ .___SSortWrapper_1yafu_gg_{position:absolute}.___SColumn_1yafu_gg_.__gridArea_1yafu_gg_,.___SGroupTitle_1yafu_gg_.__gridArea_1yafu_gg_,.___SGroup_1yafu_gg_.__gridArea_1yafu_gg_{grid-area:var(--gridArea_1yafu)}.___SHead_1yafu_gg_ .___SColumn_1yafu_gg_.__fixed_1yafu_gg_,.___SHead_1yafu_gg_ .___SGroup_1yafu_gg_.__fixed_1yafu_gg_,.___SHead_1yafu_gg_.__sticky_1yafu_gg_ .___SColumn_1yafu_gg_.__fixed_1yafu_gg_{position:sticky;z-index:19}@media (hover:hover){.___SColumn_1yafu_gg_.__sortable_1yafu_gg_:hover{cursor:pointer}}.___SSortWrapper_1yafu_gg_{align-items:center;display:flex;flex-shrink:1;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SSortButton_1yafu_gg_,.___SSortWrapper_1yafu_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1yafu_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortButton_1yafu_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(-1*(1em*1.25 - 16px));margin-left:var(--intergalactic-spacing-1x, 4px)}.___SHead_1yafu_gg_._sideIndents_wide_1yafu_gg_ .___SColumn_1yafu_gg_:first-child{padding-left:var(--intergalactic-spacing-5x, 20px)}.___SHead_1yafu_gg_._sideIndents_wide_1yafu_gg_ .___SColumn_1yafu_gg_:last-child{padding-right:var(--intergalactic-spacing-5x, 20px)}.___SHeadCheckboxCol_1yafu_gg_{cursor:pointer}.___SColumn_1yafu_gg_.__fixed_1yafu_gg_.__shadowVertical_1yafu_gg_:after,.___SGroup_1yafu_gg_.__fixed_1yafu_gg_.__shadowVertical_1yafu_gg_:after{content:\"\";position:absolute;pointer-events:none;display:none;top:0;width:5px;height:100%;z-index:5}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_{margin-right:-5px;border-right-color:transparent}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_primary_1yafu_gg_{padding-right:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_._use_secondary_1yafu_gg_{padding-right:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SColumn_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_left_1yafu_gg_._shadowVertical_start_1yafu_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%))}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_{margin-left:-5px;border-left-color:transparent}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_primary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_primary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_primary_1yafu_gg_{padding-left:calc(var(--intergalactic-spacing-3x, 12px) + 5px)}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_secondary_1yafu_gg_,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_._use_secondary_1yafu_gg_,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_._use_secondary_1yafu_gg_{padding-left:calc(var(--intergalactic-spacing-2x, 8px) + 5px)}.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_:after,.___SColumn_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_end_1yafu_gg_:after,.___SGroup_1yafu_gg_._fixed_right_1yafu_gg_._shadowVertical_median_1yafu_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%))}", /*__inner_css_end__*/"1yafu_gg_"),
28
28
  /*__reshadow_css_end__*/
29
29
  {
30
- "__SHead": "___SHead_3r3g8_gg_",
31
- "__SGroupContainer": "___SGroupContainer_3r3g8_gg_",
32
- "_isDataEmpty": "__isDataEmpty_3r3g8_gg_",
33
- "_gridTemplateColumns": "__gridTemplateColumns_3r3g8_gg_",
34
- "--gridTemplateColumns": "--gridTemplateColumns_3r3g8",
35
- "_animationDuration": "__animationDuration_3r3g8_gg_",
36
- "__SColumn": "___SColumn_3r3g8_gg_",
37
- "--animationDuration": "--animationDuration_3r3g8",
38
- "_sticky": "__sticky_3r3g8_gg_",
39
- "__SGroup": "___SGroup_3r3g8_gg_",
40
- "_compact": "__compact_3r3g8_gg_",
41
- "_use_secondary": "_use_secondary_3r3g8_gg_",
42
- "_borders_both": "_borders_both_3r3g8_gg_",
43
- "_borders_left": "_borders_left_3r3g8_gg_",
44
- "_borders_right": "_borders_right_3r3g8_gg_",
45
- "_gridArea": "__gridArea_3r3g8_gg_",
46
- "__SGroupTitle": "___SGroupTitle_3r3g8_gg_",
47
- "--gridArea": "--gridArea_3r3g8",
48
- "_fixed": "__fixed_3r3g8_gg_",
49
- "_sortable": "__sortable_3r3g8_gg_",
50
- "__SSortWrapper": "___SSortWrapper_3r3g8_gg_",
51
- "__SSortButton": "___SSortButton_3r3g8_gg_",
52
- "__SHeadCheckboxCol": "___SHeadCheckboxCol_3r3g8_gg_",
53
- "_use_primary": "_use_primary_3r3g8_gg_",
54
- "_visibleSort": "__visibleSort_3r3g8_gg_",
55
- "_justifyContent_right": "_justifyContent_right_3r3g8_gg_",
56
- "_changeSortSize": "__changeSortSize_3r3g8_gg_",
57
- "_isSorted": "__isSorted_3r3g8_gg_",
58
- "_sideIndents_wide": "_sideIndents_wide_3r3g8_gg_",
59
- "_shadowVertical": "__shadowVertical_3r3g8_gg_",
60
- "_fixed_left": "_fixed_left_3r3g8_gg_",
61
- "_shadowVertical_median": "_shadowVertical_median_3r3g8_gg_",
62
- "_shadowVertical_start": "_shadowVertical_start_3r3g8_gg_",
63
- "_fixed_right": "_fixed_right_3r3g8_gg_",
64
- "_shadowVertical_end": "_shadowVertical_end_3r3g8_gg_"
30
+ "__SHead": "___SHead_1yafu_gg_",
31
+ "__SGroupContainer": "___SGroupContainer_1yafu_gg_",
32
+ "_isDataEmpty": "__isDataEmpty_1yafu_gg_",
33
+ "_gridTemplateColumns": "__gridTemplateColumns_1yafu_gg_",
34
+ "--gridTemplateColumns": "--gridTemplateColumns_1yafu",
35
+ "_animationDuration": "__animationDuration_1yafu_gg_",
36
+ "__SColumn": "___SColumn_1yafu_gg_",
37
+ "--animationDuration": "--animationDuration_1yafu",
38
+ "_sticky": "__sticky_1yafu_gg_",
39
+ "__SGroup": "___SGroup_1yafu_gg_",
40
+ "_compact": "__compact_1yafu_gg_",
41
+ "_use_secondary": "_use_secondary_1yafu_gg_",
42
+ "_borders_both": "_borders_both_1yafu_gg_",
43
+ "_borders_left": "_borders_left_1yafu_gg_",
44
+ "_borders_right": "_borders_right_1yafu_gg_",
45
+ "_gridArea": "__gridArea_1yafu_gg_",
46
+ "__SGroupTitle": "___SGroupTitle_1yafu_gg_",
47
+ "--gridArea": "--gridArea_1yafu",
48
+ "_fixed": "__fixed_1yafu_gg_",
49
+ "_sortable": "__sortable_1yafu_gg_",
50
+ "__SSortWrapper": "___SSortWrapper_1yafu_gg_",
51
+ "__SSortButton": "___SSortButton_1yafu_gg_",
52
+ "__SHeadCheckboxCol": "___SHeadCheckboxCol_1yafu_gg_",
53
+ "_use_primary": "_use_primary_1yafu_gg_",
54
+ "_visibleSort": "__visibleSort_1yafu_gg_",
55
+ "_justifyContent_right": "_justifyContent_right_1yafu_gg_",
56
+ "_changeSortSize": "__changeSortSize_1yafu_gg_",
57
+ "_isSorted": "__isSorted_1yafu_gg_",
58
+ "_sideIndents_wide": "_sideIndents_wide_1yafu_gg_",
59
+ "_shadowVertical": "__shadowVertical_1yafu_gg_",
60
+ "_fixed_left": "_fixed_left_1yafu_gg_",
61
+ "_shadowVertical_median": "_shadowVertical_median_1yafu_gg_",
62
+ "_shadowVertical_start": "_shadowVertical_start_1yafu_gg_",
63
+ "_fixed_right": "_fixed_right_1yafu_gg_",
64
+ "_shadowVertical_end": "_shadowVertical_end_1yafu_gg_"
65
65
  });
66
66
  var HeadRoot = /*#__PURE__*/function (_Component) {
67
67
  function HeadRoot() {