intergalactic 15.47.0 → 15.49.1-prerelease-c7b824a4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -29
- package/animation/index.mjs +2 -1
- package/components.json +5 -5
- package/counter/index.mjs +2 -1
- package/d3-chart/index.mjs +2 -1
- package/d3-chart/lib/cjs/Area.js +9 -9
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +8 -8
- package/d3-chart/lib/cjs/Bubble.js +10 -10
- package/d3-chart/lib/cjs/Donut.js +7 -7
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +8 -8
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +17 -17
- package/d3-chart/lib/cjs/RadialTree.js +10 -10
- package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
- package/d3-chart/lib/cjs/ScatterPlot.js +7 -7
- package/d3-chart/lib/cjs/Tooltip.js +8 -8
- package/d3-chart/lib/cjs/Venn.js +7 -7
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/a11y/focus.js +17 -2
- package/d3-chart/lib/cjs/a11y/focus.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +15 -15
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +9 -9
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +8 -8
- package/d3-chart/lib/es6/Bubble.js +10 -10
- package/d3-chart/lib/es6/Donut.js +7 -7
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +8 -8
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +17 -17
- package/d3-chart/lib/es6/RadialTree.js +10 -10
- package/d3-chart/lib/es6/ReferenceLine.js +9 -9
- package/d3-chart/lib/es6/ScatterPlot.js +7 -7
- package/d3-chart/lib/es6/Tooltip.js +8 -8
- package/d3-chart/lib/es6/Venn.js +7 -7
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/a11y/focus.js +17 -2
- package/d3-chart/lib/es6/a11y/focus.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +15 -15
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/data-table/lib/cjs/Body.js +4 -4
- package/data-table/lib/cjs/DataTable.js +41 -40
- package/data-table/lib/cjs/DataTable.js.map +1 -1
- package/data-table/lib/cjs/Head.js +4 -4
- package/data-table/lib/cjs/style/data-table.shadow.css +11 -9
- package/data-table/lib/es6/Body.js +4 -4
- package/data-table/lib/es6/DataTable.js +41 -40
- package/data-table/lib/es6/DataTable.js.map +1 -1
- package/data-table/lib/es6/Head.js +4 -4
- package/data-table/lib/es6/style/data-table.shadow.css +11 -9
- package/date-picker/index.mjs +2 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/flex-box/index.mjs +2 -1
- package/input-number/index.mjs +2 -1
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/notice/lib/cjs/Notice.js +13 -13
- package/notice/lib/es6/Notice.js +13 -13
- package/package.json +27 -2
- package/radio/lib/cjs/Radio.js +15 -15
- package/radio/lib/cjs/Radio.js.map +1 -1
- package/radio/lib/cjs/style/radio.shadow.css +4 -1
- package/radio/lib/es6/Radio.js +15 -15
- package/radio/lib/es6/Radio.js.map +1 -1
- package/radio/lib/es6/style/radio.shadow.css +4 -1
- package/typography/index.mjs +2 -1
@@ -17,13 +17,13 @@ import createElement from './createElement';
|
|
17
17
|
import { CONSTANT } from './utils';
|
18
18
|
import Tooltip from './Tooltip';
|
19
19
|
/*__reshadow-styles__:"./style/scatterplot.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
21
|
-
"__SScatterPlot": "
|
22
|
-
"_color": "
|
23
|
-
"--color": "--
|
24
|
-
"_transparent": "
|
25
|
-
"__SValue": "
|
26
|
-
"--duration": "--
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SScatterPlot_wg0n7_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_wg0n7);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_wg0n7_gg_:hover{opacity:.8}}.___SScatterPlot_wg0n7_gg_.__color_wg0n7_gg_{fill:var(--color_wg0n7)}.___SScatterPlot_wg0n7_gg_.__transparent_wg0n7_gg_{opacity:.3}.___SValue_wg0n7_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_wg0n7_gg_.__color_wg0n7_gg_{stroke:var(--color_wg0n7)}.___SValue_wg0n7_gg_.__transparent_wg0n7_gg_{opacity:.3}" /*__inner_css_end__*/, "wg0n7_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SScatterPlot": "___SScatterPlot_wg0n7_gg_",
|
22
|
+
"_color": "__color_wg0n7_gg_",
|
23
|
+
"--color": "--color_wg0n7",
|
24
|
+
"_transparent": "__transparent_wg0n7_gg_",
|
25
|
+
"__SValue": "___SValue_wg0n7_gg_",
|
26
|
+
"--duration": "--duration_wg0n7"
|
27
27
|
});
|
28
28
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
29
29
|
_inherits(ScatterPlotRoot, _Component);
|
@@ -21,14 +21,14 @@ import createElement from './createElement';
|
|
21
21
|
import { CONSTANT, getChartDefaultColorName } from './utils';
|
22
22
|
import { useColorResolver } from 'intergalactic/utils/lib/use/useColorResolver';
|
23
23
|
/*__reshadow-styles__:"./style/tooltip.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__STooltip": "
|
26
|
-
"__STitle": "
|
27
|
-
"__SDotGroup": "
|
28
|
-
"__SDot": "
|
29
|
-
"_color": "
|
30
|
-
"--color": "--
|
31
|
-
"__SFooter": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___STooltip_15k9y_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);position:relative;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-radius:var(--intergalactic-popper-rounded, 6px);border:1px solid var(--intergalactic-border-secondary, #e0e1e9);box-sizing:border-box;box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15));padding:var(--intergalactic-spacing-3x, 12px)}.___STitle_15k9y_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_15k9y_gg_{display:flex;align-items:center}.___SDot_15k9y_gg_{width:8px;height:8px;border-radius:50%;margin-right:var(--intergalactic-spacing-2x, 8px);background:var(--intergalactic-icon-secondary-info, #2bb3ff)}.___SDot_15k9y_gg_.__color_15k9y_gg_{background:var(--color_15k9y)}.___SFooter_15k9y_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9);padding:var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);border-radius:0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);margin:var(--intergalactic-spacing-3x, 12px) calc(-1*var(--intergalactic-spacing-3x, 12px)) calc(-1*var(--intergalactic-spacing-3x, 12px))}" /*__inner_css_end__*/, "15k9y_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__STooltip": "___STooltip_15k9y_gg_",
|
26
|
+
"__STitle": "___STitle_15k9y_gg_",
|
27
|
+
"__SDotGroup": "___SDotGroup_15k9y_gg_",
|
28
|
+
"__SDot": "___SDot_15k9y_gg_",
|
29
|
+
"_color": "__color_15k9y_gg_",
|
30
|
+
"--color": "--color_15k9y",
|
31
|
+
"__SFooter": "___SFooter_15k9y_gg_"
|
32
32
|
});
|
33
33
|
/**
|
34
34
|
* `TooltipDotRenderContext` is a hack to bypass problem that getDotProps doesn't work for D3 tooltip.
|
package/d3-chart/lib/es6/Venn.js
CHANGED
@@ -18,13 +18,13 @@ import createElement from './createElement';
|
|
18
18
|
import { CONSTANT, getChartDefaultColorName } from './utils';
|
19
19
|
import Tooltip from './Tooltip';
|
20
20
|
/*__reshadow-styles__:"./style/venn.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
22
|
-
"__SCircle": "
|
23
|
-
"_color": "
|
24
|
-
"--color": "--
|
25
|
-
"_transparent": "
|
26
|
-
"__SIntersection": "
|
27
|
-
"--duration": "--
|
21
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCircle_1dp1a_gg_,.___SIntersection_1dp1a_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_1dp1a_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_1dp1a);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_1dp1a_gg_:hover{fill-opacity:.7}}.___SCircle_1dp1a_gg_.__color_1dp1a_gg_{fill:var(--color_1dp1a)}.___SCircle_1dp1a_gg_.__transparent_1dp1a_gg_{opacity:.3}.___SIntersection_1dp1a_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_1dp1a_gg_:hover{fill-opacity:.1}}.___SIntersection_1dp1a_gg_.__transparent_1dp1a_gg_{opacity:.3}" /*__inner_css_end__*/, "1dp1a_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SCircle": "___SCircle_1dp1a_gg_",
|
23
|
+
"_color": "__color_1dp1a_gg_",
|
24
|
+
"--color": "--color_1dp1a",
|
25
|
+
"_transparent": "__transparent_1dp1a_gg_",
|
26
|
+
"__SIntersection": "___SIntersection_1dp1a_gg_",
|
27
|
+
"--duration": "--duration_1dp1a"
|
28
28
|
});
|
29
29
|
var VennRoot = /*#__PURE__*/function (_Component) {
|
30
30
|
_inherits(VennRoot, _Component);
|
@@ -10,8 +10,8 @@ import { normalizeLocale } from './locale';
|
|
10
10
|
import { localizedMessages } from './translations/module/__intergalactic-dynamic-locales';
|
11
11
|
import { Root, sstyled } from 'intergalactic/core';
|
12
12
|
/*__reshadow-styles__:"../style/plotA11yModule.shadow.css"*/
|
13
|
-
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
14
|
-
"__SPlotA11yModule": "
|
13
|
+
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPlotA11yModule_3f3wn_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_3f3wn_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}" /*__inner_css_end__*/, "3f3wn_gg_") /*__reshadow_css_end__*/, {
|
14
|
+
"__SPlotA11yModule": "___SPlotA11yModule_3f3wn_gg_"
|
15
15
|
});
|
16
16
|
import { Context as I18nContext, useI18n } from 'intergalactic/utils/lib/enhances/WithI18n';
|
17
17
|
import { Box } from 'intergalactic/flex-box';
|
@@ -13,8 +13,8 @@ import { getIntl } from './intl';
|
|
13
13
|
import { summarize } from './summarize';
|
14
14
|
import { Root, sstyled } from 'intergalactic/core';
|
15
15
|
/*__reshadow-styles__:"../style/plotA11yView.shadow.css"*/
|
16
|
-
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
17
|
-
"__SPlotA11yView": "
|
16
|
+
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPlotA11yView_1c8yu_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);color:var(--intergalactic-text-primary, #191b23);border:3px solid var(--intergalactic-border-primary, #c4c7cf);font-size:var(--intergalactic-fs-50, 10px);padding:2px;width:200px;height:200px;max-width:80%;max-height:80%;overflow:auto}.___SPlotA11yView_1c8yu_gg_:focus,.___SPlotA11yView_1c8yu_gg_:focus-within{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1;z-index:var(--intergalactic-z-index-overlay, 500);position:relative;display:block}.___SPlotA11yView_1c8yu_gg_ a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_1c8yu_gg_ table,.___SPlotA11yView_1c8yu_gg_ td,.___SPlotA11yView_1c8yu_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}" /*__inner_css_end__*/, "1c8yu_gg_") /*__reshadow_css_end__*/, {
|
17
|
+
"__SPlotA11yView": "___SPlotA11yView_1c8yu_gg_"
|
18
18
|
});
|
19
19
|
import { Box } from 'intergalactic/flex-box';
|
20
20
|
import { useAsyncI18nMessages } from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
@@ -9,6 +9,21 @@ var isFocusable = function isFocusable(element) {
|
|
9
9
|
if ('A' === tagName || 'AREA' === tagName) return element.hasAttribute('href');
|
10
10
|
if ('BODY' === tagName || 'IFRAME' === tagName) return true;
|
11
11
|
};
|
12
|
+
var findNextFocusableElementInChildren = function findNextFocusableElementInChildren(element) {
|
13
|
+
var children = element === null || element === void 0 ? void 0 : element.children;
|
14
|
+
if (element && isFocusable(element)) {
|
15
|
+
return element;
|
16
|
+
}
|
17
|
+
if (children) {
|
18
|
+
for (var i = 0; i < children.length; i++) {
|
19
|
+
var childChild = children.item(i);
|
20
|
+
if (childChild) {
|
21
|
+
return findNextFocusableElementInChildren(childChild);
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
25
|
+
return null;
|
26
|
+
};
|
12
27
|
export var heavyFindNextFocusableElement = function heavyFindNextFocusableElement(base) {
|
13
28
|
var trace = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : new Map();
|
14
29
|
trace.set(base, true);
|
@@ -20,13 +35,13 @@ export var heavyFindNextFocusableElement = function heavyFindNextFocusableElemen
|
|
20
35
|
if (!child) continue;
|
21
36
|
if (trace.has(child)) continue;
|
22
37
|
if (isFocusable(child)) return child;
|
23
|
-
var childInnerResult =
|
38
|
+
var childInnerResult = findNextFocusableElementInChildren(child.children.item(0));
|
24
39
|
if (childInnerResult) return childInnerResult;
|
25
40
|
}
|
26
41
|
while (sibling) {
|
27
42
|
if (isFocusable(sibling)) return sibling;
|
28
43
|
if (!trace.has(sibling)) {
|
29
|
-
var siblingInnerResult =
|
44
|
+
var siblingInnerResult = findNextFocusableElementInChildren(sibling.children.item(0));
|
30
45
|
if (siblingInnerResult) return siblingInnerResult;
|
31
46
|
}
|
32
47
|
sibling = sibling.nextElementSibling;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"focus.js","names":["isFocusable","element","tabIndex","getAttribute","tabIndexValue","parseInt","isNaN","tagName","hasAttribute","
|
1
|
+
{"version":3,"file":"focus.js","names":["isFocusable","element","tabIndex","getAttribute","tabIndexValue","parseInt","isNaN","tagName","hasAttribute","findNextFocusableElementInChildren","children","i","length","childChild","item","heavyFindNextFocusableElement","base","trace","arguments","undefined","Map","set","sibling","nextElementSibling","child","has","childInnerResult","siblingInnerResult","parentElement"],"sources":["../../../src/a11y/focus.ts"],"sourcesContent":["const isFocusable = (element: Element) => {\n const tabIndex = element.getAttribute('tabindex');\n if (tabIndex) {\n const tabIndexValue = parseInt(tabIndex, 10);\n if (!isNaN(tabIndexValue) && tabIndexValue >= 0) return element;\n }\n\n const { tagName } = element;\n\n if ('INPUT' === tagName) return !element.getAttribute('disabled');\n if ('A' === tagName || 'AREA' === tagName) return element.hasAttribute('href');\n if ('BODY' === tagName || 'IFRAME' === tagName) return true;\n};\n\ntype FocusableElement = Element & { focus: () => void };\n\nconst findNextFocusableElementInChildren = (element: Element | null): FocusableElement | null => {\n const children = element?.children;\n\n if (element && isFocusable(element)) {\n return element as FocusableElement;\n }\n\n if (children) {\n for (let i = 0; i < children.length; i++) {\n const childChild = children.item(i);\n\n if (childChild) {\n return findNextFocusableElementInChildren(childChild);\n }\n }\n }\n\n return null;\n};\n\nexport const heavyFindNextFocusableElement = (\n base: Element,\n trace: Map<Element, true> = new Map(),\n): FocusableElement | null => {\n trace.set(base, true);\n let sibling = base.nextElementSibling;\n if (sibling) {\n trace.set(sibling, true);\n for (let i = 0; i < sibling.children.length; i++) {\n const child = sibling.children.item(i);\n if (!child) continue;\n if (trace.has(child)) continue;\n if (isFocusable(child)) return child as FocusableElement;\n const childInnerResult = findNextFocusableElementInChildren(child.children.item(0));\n if (childInnerResult) return childInnerResult;\n }\n while (sibling) {\n if (isFocusable(sibling)) return sibling as FocusableElement;\n if (!trace.has(sibling)) {\n const siblingInnerResult = findNextFocusableElementInChildren(sibling.children.item(0));\n if (siblingInnerResult) return siblingInnerResult;\n }\n sibling = sibling.nextElementSibling;\n }\n }\n\n if (!base.parentElement || trace.has(base.parentElement)) return null;\n\n return heavyFindNextFocusableElement(base.parentElement, trace);\n};\n"],"mappings":"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"}
|
@@ -10,10 +10,10 @@ import React from 'react';
|
|
10
10
|
import createComponent, { sstyled, Root } from 'intergalactic/core';
|
11
11
|
import { Flex } from 'intergalactic/flex-box';
|
12
12
|
/*__reshadow-styles__:"./legend-flex.shadow.css"*/
|
13
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
14
|
-
"__SLegendFlex": "
|
15
|
-
"_direction_row": "
|
16
|
-
"_direction_column": "
|
13
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendFlex_233z1_gg_._direction_row_233z1_gg_{align-items:center;flex-wrap:wrap;gap:8px 16px}.___SLegendFlex_233z1_gg_._direction_column_233z1_gg_{align-items:flex-start;flex-wrap:wrap;gap:8px}" /*__inner_css_end__*/, "233z1_gg_") /*__reshadow_css_end__*/, {
|
14
|
+
"__SLegendFlex": "___SLegendFlex_233z1_gg_",
|
15
|
+
"_direction_row": "_direction_row_233z1_gg_",
|
16
|
+
"_direction_column": "_direction_column_233z1_gg_"
|
17
17
|
});
|
18
18
|
import { LegendItemComponent } from '../LegendItem/LegendItem';
|
19
19
|
import Divider from 'intergalactic/divider';
|
@@ -19,21 +19,21 @@ import { Flex, Box } from 'intergalactic/flex-box';
|
|
19
19
|
import Checkbox from 'intergalactic/checkbox';
|
20
20
|
import { Text as TypographyText } from 'intergalactic/typography';
|
21
21
|
/*__reshadow-styles__:"./legend-item.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SLegendItem": "
|
24
|
-
"_disabled": "
|
25
|
-
"__SPointShape": "
|
26
|
-
"_color": "
|
27
|
-
"--color": "--
|
28
|
-
"_shape_Circle": "
|
29
|
-
"_size_l": "
|
30
|
-
"_size_m": "
|
31
|
-
"_shape_Line": "
|
32
|
-
"_shape_Square": "
|
33
|
-
"__SIcon": "
|
34
|
-
"__SLabel": "
|
35
|
-
"__SAdditionalLabel": "
|
36
|
-
"__SCount": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendItem_3bg1z_gg_{min-width:0;align-items:flex-start}@media (hover:hover){.___SLegendItem_3bg1z_gg_:hover{cursor:pointer}.___SLegendItem_3bg1z_gg_.__disabled_3bg1z_gg_:hover{cursor:default}}.___SPointShape_3bg1z_gg_.__color_3bg1z_gg_{background-color:var(--color_3bg1z);margin-right:8px;flex-shrink:0}.___SPointShape_3bg1z_gg_._shape_Circle_3bg1z_gg_._size_l_3bg1z_gg_{width:16px;height:16px;border-radius:8px;margin-top:4px}.___SPointShape_3bg1z_gg_._shape_Circle_3bg1z_gg_._size_m_3bg1z_gg_{width:12px;height:12px;border-radius:6px;margin-top:4px}.___SPointShape_3bg1z_gg_._shape_Line_3bg1z_gg_._size_l_3bg1z_gg_{width:16px;height:4px;border-radius:3px;margin-top:9px}.___SPointShape_3bg1z_gg_._shape_Line_3bg1z_gg_._size_m_3bg1z_gg_{width:12px;height:4px;border-radius:3px;margin-top:8px}.___SPointShape_3bg1z_gg_._shape_Square_3bg1z_gg_._size_l_3bg1z_gg_{width:16px;height:16px;border-radius:2px;margin-top:4px}.___SPointShape_3bg1z_gg_._shape_Square_3bg1z_gg_._size_m_3bg1z_gg_{width:12px;height:12px;border-radius:2px;margin-top:4px}.___SIcon_3bg1z_gg_{line-height:0;margin-right:4px}.___SIcon_3bg1z_gg_._size_l_3bg1z_gg_{margin-top:4px}.___SIcon_3bg1z_gg_._size_m_3bg1z_gg_{margin-top:2px}.___SLabel_3bg1z_gg_{min-width:0}.___SAdditionalLabel_3bg1z_gg_._size_l_3bg1z_gg_,.___SCount_3bg1z_gg_._size_l_3bg1z_gg_,.___SLabel_3bg1z_gg_._size_l_3bg1z_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SAdditionalLabel_3bg1z_gg_._size_m_3bg1z_gg_,.___SCount_3bg1z_gg_._size_m_3bg1z_gg_,.___SLabel_3bg1z_gg_._size_m_3bg1z_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SAdditionalLabel_3bg1z_gg_,.___SCount_3bg1z_gg_{margin-left:4px}.___SAdditionalLabel_3bg1z_gg_{white-space:nowrap;display:flex;align-items:flex-start}.___SAdditionalLabel_3bg1z_gg_::before{content:\"\";display:inline-block;background-color:var(--intergalactic-text-secondary, #6c6e79);height:4px;width:4px;border-radius:2px;margin-right:4px}.___SAdditionalLabel_3bg1z_gg_._size_l_3bg1z_gg_::before{margin-top:10px}.___SAdditionalLabel_3bg1z_gg_._size_m_3bg1z_gg_::before{margin-top:8px}" /*__inner_css_end__*/, "3bg1z_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SLegendItem": "___SLegendItem_3bg1z_gg_",
|
24
|
+
"_disabled": "__disabled_3bg1z_gg_",
|
25
|
+
"__SPointShape": "___SPointShape_3bg1z_gg_",
|
26
|
+
"_color": "__color_3bg1z_gg_",
|
27
|
+
"--color": "--color_3bg1z",
|
28
|
+
"_shape_Circle": "_shape_Circle_3bg1z_gg_",
|
29
|
+
"_size_l": "_size_l_3bg1z_gg_",
|
30
|
+
"_size_m": "_size_m_3bg1z_gg_",
|
31
|
+
"_shape_Line": "_shape_Line_3bg1z_gg_",
|
32
|
+
"_shape_Square": "_shape_Square_3bg1z_gg_",
|
33
|
+
"__SIcon": "___SIcon_3bg1z_gg_",
|
34
|
+
"__SLabel": "___SLabel_3bg1z_gg_",
|
35
|
+
"__SAdditionalLabel": "___SAdditionalLabel_3bg1z_gg_",
|
36
|
+
"__SCount": "___SCount_3bg1z_gg_"
|
37
37
|
});
|
38
38
|
import { StaticShapes } from './LegendItem.type';
|
39
39
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
@@ -11,12 +11,12 @@ import React from 'react';
|
|
11
11
|
import createComponent, { sstyled, Root } from 'intergalactic/core';
|
12
12
|
import { Box } from 'intergalactic/flex-box';
|
13
13
|
/*__reshadow-styles__:"./legend-table.shadow.css"*/
|
14
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
15
|
-
"__SLegendTable": "
|
16
|
-
"_columns-count": "__columns-
|
17
|
-
"__SColumnItem": "
|
18
|
-
"_size_l": "
|
19
|
-
"_size_m": "
|
14
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendTable_1v1h2_gg_.__columns-count_1v1h2_gg_{font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_1v1h2_gg_._size_l_1v1h2_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_1v1h2_gg_._size_m_1v1h2_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}" /*__inner_css_end__*/, "1v1h2_gg_") /*__reshadow_css_end__*/, {
|
15
|
+
"__SLegendTable": "___SLegendTable_1v1h2_gg_",
|
16
|
+
"_columns-count": "__columns-count_1v1h2_gg_",
|
17
|
+
"__SColumnItem": "___SColumnItem_1v1h2_gg_",
|
18
|
+
"_size_l": "_size_l_1v1h2_gg_",
|
19
|
+
"_size_m": "_size_m_1v1h2_gg_"
|
20
20
|
});
|
21
21
|
import { LegendItemComponent } from '../LegendItem/LegendItem';
|
22
22
|
import { BaseLegend } from '../BaseLegend';
|
@@ -29,10 +29,10 @@ var _canUseDOM = _interopRequireDefault(require("intergalactic/utils/lib/canUseD
|
|
29
29
|
var _excluded = ["childrenPropsGetter"],
|
30
30
|
_excluded2 = ["childrenPropsGetter"];
|
31
31
|
/*__reshadow-styles__:"./style/scroll-area.shadow.css"*/
|
32
|
-
var scrollStyles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
33
|
-
"__SShadowHorizontal": "
|
34
|
-
"--left-offset": "--left-
|
35
|
-
"--right-offset": "--right-
|
32
|
+
var scrollStyles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SShadowHorizontal_1c4mm_gg_:before{left:var(--left-offset_1c4mm)!important}.___SShadowHorizontal_1c4mm_gg_:after{right:var(--right-offset_1c4mm)!important}" /*__inner_css_end__*/, "1c4mm_gg_") /*__reshadow_css_end__*/, {
|
33
|
+
"__SShadowHorizontal": "___SShadowHorizontal_1c4mm_gg_",
|
34
|
+
"--left-offset": "--left-offset_1c4mm",
|
35
|
+
"--right-offset": "--right-offset_1c4mm"
|
36
36
|
});
|
37
37
|
var testEnv = process.env.NODE_ENV === 'test';
|
38
38
|
var getCellsByColumn = function getCellsByColumn(cells) {
|
@@ -28,46 +28,47 @@ var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID
|
|
28
28
|
var _excluded = ["children", "name", "fixed", "resizable", "sortable", "flex", "vBorders", "active"],
|
29
29
|
_excluded2 = ["name", "children"];
|
30
30
|
/*__reshadow-styles__:"./style/data-table.shadow.css"*/
|
31
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SDataTable_4023j_gg_,.___SHeadWrapper_4023j_gg_{position:relative}.___SDataTable_4023j_gg_.__compact_4023j_gg_ .___SCell_4023j_gg_,.___SDataTable_4023j_gg_.__compact_4023j_gg_ .___SColumn_4023j_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_4023j_gg_.__sticky_4023j_gg_{position:sticky;top:0;z-index:2}.___SHead_4023j_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_4023j_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_4023j_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SColumn_4023j_gg_.__hidden_4023j_gg_{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.___SColumn_4023j_gg_._use_primary_4023j_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_4023j_gg_._use_secondary_4023j_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_4023j_gg_.__group_4023j_gg_.__use_4023j_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_4023j_gg_.__groupHead_4023j_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_4023j_gg_.__sortable_4023j_gg_{cursor:pointer}.___SColumn_4023j_gg_.__sortable_4023j_gg_._use_primary_4023j_gg_:focus{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}@media (hover:hover){.___SColumn_4023j_gg_.__sortable_4023j_gg_._use_primary_4023j_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}}.___SColumn_4023j_gg_.__sortable_4023j_gg_:focus .___SSortWrapper_4023j_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}@media (hover:hover){.___SColumn_4023j_gg_.__sortable_4023j_gg_:hover .___SSortWrapper_4023j_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}}.___SColumn_4023j_gg_.__sortable_4023j_gg_:focus .___SSortIcon_4023j_gg_,.___SColumn_4023j_gg_.__sortable_4023j_gg_:focus .___SSortWrapper_4023j_gg_:before{display:block;opacity:1}@media (hover:hover){.___SColumn_4023j_gg_.__sortable_4023j_gg_:hover .___SSortWrapper_4023j_gg_:before{display:block;opacity:1}}@media (hover:hover){.___SColumn_4023j_gg_.__sortable_4023j_gg_:hover .___SSortIcon_4023j_gg_{display:block;opacity:1}}.___SColumn_4023j_gg_._use_primary_4023j_gg_.__active_4023j_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_4023j_gg_.__active_4023j_gg_ .___SSortWrapper_4023j_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}.___SColumn_4023j_gg_.__active_4023j_gg_ .___SSortIcon_4023j_gg_{display:block;position:relative;opacity:1}.___SColumn_4023j_gg_.__resizable_4023j_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_4023j_gg_.__resizable_4023j_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_4023j_gg_.__resizable_4023j_gg_:after{content:\"\";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_4023j_gg_.__fixed_4023j_gg_{position:sticky;z-index:2}.___SCell_4023j_gg_.__borderLeft_4023j_gg_,.___SColumn_4023j_gg_.__borderLeft_4023j_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_4023j_gg_.__borderRight_4023j_gg_,.___SColumn_4023j_gg_.__borderRight_4023j_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortWrapper_4023j_gg_{flex-shrink:99999;position:relative;flex-basis:0;height:100%;min-height:16px;opacity:0}.___SSortIcon_4023j_gg_,.___SSortWrapper_4023j_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_4023j_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortIcon_4023j_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(1em*1.25 - 16px);margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_4023j_gg_._use_primary_4023j_gg_ .___SSortWrapper_4023j_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_4023j_gg_._use_secondary_4023j_gg_ .___SSortWrapper_4023j_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_4023j_gg_{position:relative}.___SBody_4023j_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_4023j_gg_{display:flex;flex-direction:row;position:relative}.___SRow_4023j_gg_.__active_4023j_gg_>.___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_._theme_muted_4023j_gg_.__active_4023j_gg_>.___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}@media (hover:hover){.___SRow_4023j_gg_ .___SCell_4023j_gg_:hover+.___SGroupCell_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_:hover>.___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_4023j_gg_._theme_muted_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_4023j_gg_._theme_muted_4023j_gg_ .___SCell_4023j_gg_:hover+.___SGroupCell_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_._theme_muted_4023j_gg_:hover>.___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_:hover>.___SCell_4023j_gg_._theme_muted_4023j_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_4023j_gg_._theme_info_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_4023j_gg_._theme_info_4023j_gg_.__active_4023j_gg_>.___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}@media (hover:hover){.___SRow_4023j_gg_._theme_info_4023j_gg_ .___SCell_4023j_gg_:hover+.___SGroupCell_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_._theme_info_4023j_gg_:hover>.___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_:hover>.___SCell_4023j_gg_._theme_info_4023j_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_4023j_gg_._theme_success_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_4023j_gg_._theme_success_4023j_gg_.__active_4023j_gg_>.___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}@media (hover:hover){.___SRow_4023j_gg_._theme_success_4023j_gg_ .___SCell_4023j_gg_:hover+.___SGroupCell_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_._theme_success_4023j_gg_:hover>.___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_:hover>.___SCell_4023j_gg_._theme_success_4023j_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_4023j_gg_._theme_warning_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_4023j_gg_._theme_warning_4023j_gg_.__active_4023j_gg_>.___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}@media (hover:hover){.___SRow_4023j_gg_._theme_warning_4023j_gg_ .___SCell_4023j_gg_:hover+.___SGroupCell_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_._theme_warning_4023j_gg_:hover>.___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_:hover>.___SCell_4023j_gg_._theme_warning_4023j_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_4023j_gg_._theme_danger_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_4023j_gg_._theme_danger_4023j_gg_.__active_4023j_gg_>.___SCell_4023j_gg_:not(.__theme_4023j_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}@media (hover:hover){.___SRow_4023j_gg_._theme_danger_4023j_gg_ .___SCell_4023j_gg_:hover+.___SGroupCell_4023j_gg_ .___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_._theme_danger_4023j_gg_:hover>.___SCell_4023j_gg_:not(.__theme_4023j_gg_),.___SRow_4023j_gg_:hover>.___SCell_4023j_gg_._theme_danger_4023j_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_4023j_gg_.__positioned_4023j_gg_{position:absolute}.___SCell_4023j_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums}.___SCell_4023j_gg_._use_primary_4023j_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_4023j_gg_._use_secondary_4023j_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_4023j_gg_.__fixed_4023j_gg_{position:sticky;z-index:1}.___SCell_4023j_gg_._theme_muted_4023j_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_4023j_gg_._theme_info_4023j_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_4023j_gg_._theme_success_4023j_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_4023j_gg_._theme_warning_4023j_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_4023j_gg_._theme_danger_4023j_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_4023j_gg_._orientation_horizontal_4023j_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2;margin-left:calc(var(--left-offset_4023j) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right-offset_4023j) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_4023j) - 8px)}.___SScrollAreaBar_4023j_gg_._orientation_vertical_4023j_gg_{width:12px}.___SHeightHold_4023j_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}" /*__inner_css_end__*/, "4023j_gg_") /*__reshadow_css_end__*/, {
|
32
|
-
"__SDataTable": "
|
33
|
-
"__SHeadWrapper": "
|
34
|
-
"_sticky": "
|
35
|
-
"__SHead": "
|
36
|
-
"__SColumn": "
|
37
|
-
"_hidden": "
|
38
|
-
"_use_primary": "
|
39
|
-
"_use_secondary": "
|
40
|
-
"_group": "
|
41
|
-
"_use": "
|
42
|
-
"_groupHead": "
|
43
|
-
"_active": "
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"
|
50
|
-
"__SBodyWrapper": "
|
51
|
-
"__SBody": "
|
52
|
-
"__SRow": "
|
53
|
-
"_theme": "
|
54
|
-
"__SGroupCell": "
|
55
|
-
"_theme_muted": "
|
56
|
-
"_theme_info": "
|
57
|
-
"_theme_success": "
|
58
|
-
"_theme_warning": "
|
59
|
-
"_theme_danger": "
|
60
|
-
"_positioned": "
|
61
|
-
"__SScrollAreaBar": "
|
62
|
-
"_orientation_horizontal": "
|
63
|
-
"--left-offset": "--left-
|
64
|
-
"--right-offset": "--right-
|
65
|
-
"--offsetSum": "--
|
66
|
-
"_orientation_vertical": "
|
67
|
-
"__SHeightHold": "
|
68
|
-
"_compact": "
|
69
|
-
"_sortable": "
|
70
|
-
"
|
31
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SDataTable_1sq5g_gg_,.___SHeadWrapper_1sq5g_gg_{position:relative}.___SDataTable_1sq5g_gg_.__compact_1sq5g_gg_ .___SCell_1sq5g_gg_,.___SDataTable_1sq5g_gg_.__compact_1sq5g_gg_ .___SColumn_1sq5g_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_1sq5g_gg_.__sticky_1sq5g_gg_{position:sticky;top:0;z-index:2}.___SHead_1sq5g_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_1sq5g_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_1sq5g_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SColumn_1sq5g_gg_.__hidden_1sq5g_gg_{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.___SColumn_1sq5g_gg_._use_primary_1sq5g_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_1sq5g_gg_._use_secondary_1sq5g_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_1sq5g_gg_.__group_1sq5g_gg_.__use_1sq5g_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_1sq5g_gg_.__groupHead_1sq5g_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_{cursor:pointer}.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_._use_primary_1sq5g_gg_:focus{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}@media (hover:hover){.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_._use_primary_1sq5g_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}}.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_._justifyContent_right_1sq5g_gg_ .___SSortWrapper_1sq5g_gg_{position:absolute;right:calc(var(--intergalactic-spacing-1x, 4px) + 16px)}.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_._justifyContent_right_1sq5g_gg_.__active_1sq5g_gg_ .___SSortWrapper_1sq5g_gg_,.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_._justifyContent_right_1sq5g_gg_:focus .___SSortWrapper_1sq5g_gg_{right:var(--intergalactic-spacing-3x, 12px)}@media (hover:hover){.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_._justifyContent_right_1sq5g_gg_:hover .___SSortWrapper_1sq5g_gg_{right:var(--intergalactic-spacing-3x, 12px)}}.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_.__active_1sq5g_gg_ .___SSortWrapper_1sq5g_gg_,.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_:focus .___SSortWrapper_1sq5g_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}@media (hover:hover){.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_:hover .___SSortWrapper_1sq5g_gg_{flex-basis:calc(var(--intergalactic-spacing-1x, 4px) + 16px);opacity:1}}.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_.__active_1sq5g_gg_ .___SSortWrapper_1sq5g_gg_:before,.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_:focus .___SSortIcon_1sq5g_gg_,.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_:focus .___SSortWrapper_1sq5g_gg_:before{display:block;opacity:1}@media (hover:hover){.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_:hover .___SSortWrapper_1sq5g_gg_:before{display:block;opacity:1}}@media (hover:hover){.___SColumn_1sq5g_gg_.__sortable_1sq5g_gg_:hover .___SSortIcon_1sq5g_gg_{display:block;opacity:1}}.___SColumn_1sq5g_gg_._use_primary_1sq5g_gg_.__active_1sq5g_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_1sq5g_gg_.__active_1sq5g_gg_ .___SSortIcon_1sq5g_gg_{display:block;opacity:1}.___SColumn_1sq5g_gg_.__resizable_1sq5g_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_1sq5g_gg_.__resizable_1sq5g_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_1sq5g_gg_.__resizable_1sq5g_gg_:after{content:\"\";position:absolute;bottom:0;right:-1px;height:100%;width:5px;background:0 0;cursor:col-resize;border-right:1px solid transparent}.___SColumn_1sq5g_gg_.__fixed_1sq5g_gg_{position:sticky;z-index:2}.___SCell_1sq5g_gg_.__borderLeft_1sq5g_gg_,.___SColumn_1sq5g_gg_.__borderLeft_1sq5g_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_1sq5g_gg_.__borderRight_1sq5g_gg_,.___SColumn_1sq5g_gg_.__borderRight_1sq5g_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortWrapper_1sq5g_gg_{flex-shrink:99999;position:relative;flex-basis:0;min-height:16px;opacity:0;transition:all calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SSortIcon_1sq5g_gg_,.___SSortWrapper_1sq5g_gg_:before{display:none;position:absolute;right:0;opacity:0;transition:opacity .3s ease}.___SSortWrapper_1sq5g_gg_:before{content:\"\";top:0;width:20px;height:100%}.___SSortIcon_1sq5g_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #878992);top:calc(1em*1.25 - 16px);margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_1sq5g_gg_._use_primary_1sq5g_gg_ .___SSortWrapper_1sq5g_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_1sq5g_gg_._use_secondary_1sq5g_gg_ .___SSortWrapper_1sq5g_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_1sq5g_gg_{position:relative}.___SBody_1sq5g_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_1sq5g_gg_{display:flex;flex-direction:row;position:relative}.___SRow_1sq5g_gg_.__active_1sq5g_gg_>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_._theme_muted_1sq5g_gg_.__active_1sq5g_gg_>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-active, #e6e7ed)}@media (hover:hover){.___SRow_1sq5g_gg_ .___SCell_1sq5g_gg_:hover+.___SGroupCell_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_:hover>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1sq5g_gg_._theme_muted_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_1sq5g_gg_._theme_muted_1sq5g_gg_ .___SCell_1sq5g_gg_:hover+.___SGroupCell_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_._theme_muted_1sq5g_gg_:hover>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_:hover>.___SCell_1sq5g_gg_._theme_muted_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_1sq5g_gg_._theme_info_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_1sq5g_gg_._theme_info_1sq5g_gg_.__active_1sq5g_gg_>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-selected-active, #c4e5fe)}@media (hover:hover){.___SRow_1sq5g_gg_._theme_info_1sq5g_gg_ .___SCell_1sq5g_gg_:hover+.___SGroupCell_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_._theme_info_1sq5g_gg_:hover>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_:hover>.___SCell_1sq5g_gg_._theme_info_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_1sq5g_gg_._theme_success_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_1sq5g_gg_._theme_success_1sq5g_gg_.__active_1sq5g_gg_>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-new-active, #9ef2c9)}@media (hover:hover){.___SRow_1sq5g_gg_._theme_success_1sq5g_gg_ .___SCell_1sq5g_gg_:hover+.___SGroupCell_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_._theme_success_1sq5g_gg_:hover>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_:hover>.___SCell_1sq5g_gg_._theme_success_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_1sq5g_gg_._theme_warning_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_1sq5g_gg_._theme_warning_1sq5g_gg_.__active_1sq5g_gg_>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-warning-active, #ffdca2)}@media (hover:hover){.___SRow_1sq5g_gg_._theme_warning_1sq5g_gg_ .___SCell_1sq5g_gg_:hover+.___SGroupCell_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_._theme_warning_1sq5g_gg_:hover>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_:hover>.___SCell_1sq5g_gg_._theme_warning_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_1sq5g_gg_._theme_danger_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_1sq5g_gg_._theme_danger_1sq5g_gg_.__active_1sq5g_gg_>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_){background-color:var(--intergalactic-table-td-cell-critical-active, #ffd7df)}@media (hover:hover){.___SRow_1sq5g_gg_._theme_danger_1sq5g_gg_ .___SCell_1sq5g_gg_:hover+.___SGroupCell_1sq5g_gg_ .___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_._theme_danger_1sq5g_gg_:hover>.___SCell_1sq5g_gg_:not(.__theme_1sq5g_gg_),.___SRow_1sq5g_gg_:hover>.___SCell_1sq5g_gg_._theme_danger_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_1sq5g_gg_.__positioned_1sq5g_gg_{position:absolute}.___SCell_1sq5g_gg_{display:flex;flex:1;flex-basis:auto;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;border-bottom:1px solid var(--intergalactic-border-secondary, #e0e1e9);overflow:hidden;white-space:nowrap;font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums}.___SCell_1sq5g_gg_._use_primary_1sq5g_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1sq5g_gg_._use_secondary_1sq5g_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_1sq5g_gg_.__fixed_1sq5g_gg_{position:sticky;z-index:1}.___SCell_1sq5g_gg_._theme_muted_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_1sq5g_gg_._theme_info_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_1sq5g_gg_._theme_success_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_1sq5g_gg_._theme_warning_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_1sq5g_gg_._theme_danger_1sq5g_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_1sq5g_gg_._orientation_horizontal_1sq5g_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2;margin-left:calc(var(--left-offset_1sq5g) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right-offset_1sq5g) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_1sq5g) - 8px)}.___SScrollAreaBar_1sq5g_gg_._orientation_vertical_1sq5g_gg_{width:12px}.___SHeightHold_1sq5g_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}" /*__inner_css_end__*/, "1sq5g_gg_") /*__reshadow_css_end__*/, {
|
32
|
+
"__SDataTable": "___SDataTable_1sq5g_gg_",
|
33
|
+
"__SHeadWrapper": "___SHeadWrapper_1sq5g_gg_",
|
34
|
+
"_sticky": "__sticky_1sq5g_gg_",
|
35
|
+
"__SHead": "___SHead_1sq5g_gg_",
|
36
|
+
"__SColumn": "___SColumn_1sq5g_gg_",
|
37
|
+
"_hidden": "__hidden_1sq5g_gg_",
|
38
|
+
"_use_primary": "_use_primary_1sq5g_gg_",
|
39
|
+
"_use_secondary": "_use_secondary_1sq5g_gg_",
|
40
|
+
"_group": "__group_1sq5g_gg_",
|
41
|
+
"_use": "__use_1sq5g_gg_",
|
42
|
+
"_groupHead": "__groupHead_1sq5g_gg_",
|
43
|
+
"_active": "__active_1sq5g_gg_",
|
44
|
+
"__SSortIcon": "___SSortIcon_1sq5g_gg_",
|
45
|
+
"_fixed": "__fixed_1sq5g_gg_",
|
46
|
+
"_borderLeft": "__borderLeft_1sq5g_gg_",
|
47
|
+
"__SCell": "___SCell_1sq5g_gg_",
|
48
|
+
"_borderRight": "__borderRight_1sq5g_gg_",
|
49
|
+
"__SSortWrapper": "___SSortWrapper_1sq5g_gg_",
|
50
|
+
"__SBodyWrapper": "___SBodyWrapper_1sq5g_gg_",
|
51
|
+
"__SBody": "___SBody_1sq5g_gg_",
|
52
|
+
"__SRow": "___SRow_1sq5g_gg_",
|
53
|
+
"_theme": "__theme_1sq5g_gg_",
|
54
|
+
"__SGroupCell": "___SGroupCell_1sq5g_gg_",
|
55
|
+
"_theme_muted": "_theme_muted_1sq5g_gg_",
|
56
|
+
"_theme_info": "_theme_info_1sq5g_gg_",
|
57
|
+
"_theme_success": "_theme_success_1sq5g_gg_",
|
58
|
+
"_theme_warning": "_theme_warning_1sq5g_gg_",
|
59
|
+
"_theme_danger": "_theme_danger_1sq5g_gg_",
|
60
|
+
"_positioned": "__positioned_1sq5g_gg_",
|
61
|
+
"__SScrollAreaBar": "___SScrollAreaBar_1sq5g_gg_",
|
62
|
+
"_orientation_horizontal": "_orientation_horizontal_1sq5g_gg_",
|
63
|
+
"--left-offset": "--left-offset_1sq5g",
|
64
|
+
"--right-offset": "--right-offset_1sq5g",
|
65
|
+
"--offsetSum": "--offsetSum_1sq5g",
|
66
|
+
"_orientation_vertical": "_orientation_vertical_1sq5g_gg_",
|
67
|
+
"__SHeightHold": "___SHeightHold_1sq5g_gg_",
|
68
|
+
"_compact": "__compact_1sq5g_gg_",
|
69
|
+
"_sortable": "__sortable_1sq5g_gg_",
|
70
|
+
"_justifyContent_right": "_justifyContent_right_1sq5g_gg_",
|
71
|
+
"_resizable": "__resizable_1sq5g_gg_"
|
71
72
|
});
|
72
73
|
var reversedSortDirection = {
|
73
74
|
desc: 'asc',
|