@semcore/data-table 3.7.25 → 3.7.27
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 +2 -2
- package/lib/cjs/Body.js +7 -7
- package/lib/cjs/DataTable.js +42 -42
- package/lib/cjs/Head.js +7 -7
- package/lib/es6/Body.js +7 -7
- package/lib/es6/DataTable.js +42 -42
- package/lib/es6/Head.js +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [3.7.
|
|
5
|
+
## [3.7.27] - 2023-03-24
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/utils` [3.48.1 ~> 3.49.0]).
|
|
10
10
|
|
|
11
11
|
## [3.7.19] - 2023-03-01
|
|
12
12
|
|
package/lib/cjs/Body.js
CHANGED
|
@@ -55,16 +55,16 @@ var scrollStyles = (
|
|
|
55
55
|
/*__reshadow_css_start__*/
|
|
56
56
|
_core.sstyled.insert(
|
|
57
57
|
/*__inner_css_start__*/
|
|
58
|
-
".
|
|
58
|
+
".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
|
|
59
59
|
/*__inner_css_end__*/
|
|
60
|
-
, "
|
|
60
|
+
, "1uyh0_gg_")
|
|
61
61
|
/*__reshadow_css_end__*/
|
|
62
62
|
, {
|
|
63
|
-
"__SShadowHorizontal": "
|
|
64
|
-
"--left": "--
|
|
65
|
-
"--right": "--
|
|
66
|
-
"__SContainer": "
|
|
67
|
-
"_disabledScroll": "
|
|
63
|
+
"__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
|
|
64
|
+
"--left": "--left_1uyh0",
|
|
65
|
+
"--right": "--right_1uyh0",
|
|
66
|
+
"__SContainer": "___SContainer_1uyh0_gg_",
|
|
67
|
+
"_disabledScroll": "__disabledScroll_1uyh0_gg_"
|
|
68
68
|
});
|
|
69
69
|
var testEnv = process.env.NODE_ENV === 'test';
|
|
70
70
|
|
package/lib/cjs/DataTable.js
CHANGED
|
@@ -53,51 +53,51 @@ var style = (
|
|
|
53
53
|
/*__reshadow_css_start__*/
|
|
54
54
|
_core.sstyled.insert(
|
|
55
55
|
/*__inner_css_start__*/
|
|
56
|
-
".___SDataTable_2pk4d_gg_,.___SHeadWrapper_2pk4d_gg_{position:relative}.___SDataTable_2pk4d_gg_.__compact_2pk4d_gg_ .___SCell_2pk4d_gg_,.___SDataTable_2pk4d_gg_.__compact_2pk4d_gg_ .___SColumn_2pk4d_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_2pk4d_gg_.__sticky_2pk4d_gg_{position:sticky;top:0;z-index:2}.___SHead_2pk4d_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_2pk4d_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_2pk4d_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_2pk4d_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_2pk4d_gg_.__hidden_2pk4d_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_2pk4d_gg_._use_primary_2pk4d_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_2pk4d_gg_._use_secondary_2pk4d_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_2pk4d_gg_.__group_2pk4d_gg_.__use_2pk4d_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_2pk4d_gg_.__groupHead_2pk4d_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_2pk4d_gg_.__sortable_2pk4d_gg_{cursor:pointer}@media (hover:hover){.___SColumn_2pk4d_gg_.__sortable_2pk4d_gg_._use_primary_2pk4d_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_2pk4d_gg_.__sortable_2pk4d_gg_:hover .___SSortWrapper_2pk4d_gg_{display:block}}.___SColumn_2pk4d_gg_._use_primary_2pk4d_gg_.__active_2pk4d_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_2pk4d_gg_.__active_2pk4d_gg_ .___SSortIcon_2pk4d_gg_{position:relative}.___SColumn_2pk4d_gg_.__sortIconFloat_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_{width:0;flex-basis:0}.___SColumn_2pk4d_gg_.__active_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_2pk4d_gg_.__resizable_2pk4d_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_2pk4d_gg_.__resizable_2pk4d_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_2pk4d_gg_.__resizable_2pk4d_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_2pk4d_gg_.__fixed_2pk4d_gg_{position:sticky;z-index:2}.___SCell_2pk4d_gg_.__borderLeft_2pk4d_gg_,.___SColumn_2pk4d_gg_.__borderLeft_2pk4d_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_2pk4d_gg_.__borderRight_2pk4d_gg_,.___SColumn_2pk4d_gg_.__borderRight_2pk4d_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_2pk4d_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_2pk4d_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_2pk4d_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_2pk4d_gg_._use_primary_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_2pk4d_gg_._use_secondary_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_2pk4d_gg_{position:relative}.___SBody_2pk4d_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_2pk4d_gg_{display:flex;flex-direction:row;position:relative}.___SRow_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_muted_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_info_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_success_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_warning_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_danger_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_2pk4d_gg_.__positioned_2pk4d_gg_{position:absolute}.___SCell_2pk4d_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}.___SCell_2pk4d_gg_._use_primary_2pk4d_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_2pk4d_gg_._use_secondary_2pk4d_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_2pk4d_gg_.__fixed_2pk4d_gg_{position:sticky;z-index:1}.___SCell_2pk4d_gg_._theme_muted_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_2pk4d_gg_._theme_info_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_2pk4d_gg_._theme_success_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_2pk4d_gg_._theme_warning_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_2pk4d_gg_._theme_danger_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_2pk4d_gg_._orientation_horizontal_2pk4d_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_2pk4d_gg_._orientation_vertical_2pk4d_gg_{width:12px}.___SScrollAreaBar_2pk4d_gg_._orientation_horizontal_2pk4d_gg_{margin-left:calc(var(--left_2pk4d) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_2pk4d) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_2pk4d) - 8px)}.___SHeightHold_2pk4d_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
|
|
56
|
+
".___SDataTable_uyd3s_gg_,.___SHeadWrapper_uyd3s_gg_{position:relative}.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SCell_uyd3s_gg_,.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SColumn_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_uyd3s_gg_.__sticky_uyd3s_gg_{position:sticky;top:0;z-index:2}.___SHead_uyd3s_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_uyd3s_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_uyd3s_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_.__hidden_uyd3s_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_uyd3s_gg_._use_primary_uyd3s_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_uyd3s_gg_._use_secondary_uyd3s_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_uyd3s_gg_.__group_uyd3s_gg_.__use_uyd3s_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_uyd3s_gg_.__groupHead_uyd3s_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_{cursor:pointer}@media (hover:hover){.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_._use_primary_uyd3s_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_:hover .___SSortWrapper_uyd3s_gg_{display:block}}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_.__active_uyd3s_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortIcon_uyd3s_gg_{position:relative}.___SColumn_uyd3s_gg_.__sortIconFloat_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{width:0;flex-basis:0}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_uyd3s_gg_.__resizable_uyd3s_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_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:2}.___SCell_uyd3s_gg_.__borderLeft_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderLeft_uyd3s_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_uyd3s_gg_.__borderRight_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderRight_uyd3s_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_uyd3s_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_uyd3s_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_uyd3s_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_uyd3s_gg_._use_secondary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_uyd3s_gg_{position:relative}.___SBody_uyd3s_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_uyd3s_gg_{display:flex;flex-direction:row;position:relative}.___SRow_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_uyd3s_gg_.__positioned_uyd3s_gg_{position:absolute}.___SCell_uyd3s_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}.___SCell_uyd3s_gg_._use_primary_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_._use_secondary_uyd3s_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:1}.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_uyd3s_gg_._orientation_vertical_uyd3s_gg_{width:12px}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{margin-left:calc(var(--left_uyd3s) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_uyd3s) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_uyd3s) - 8px)}.___SHeightHold_uyd3s_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
|
|
57
57
|
/*__inner_css_end__*/
|
|
58
|
-
, "
|
|
58
|
+
, "uyd3s_gg_")
|
|
59
59
|
/*__reshadow_css_end__*/
|
|
60
60
|
, {
|
|
61
|
-
"__SDataTable": "
|
|
62
|
-
"_compact": "
|
|
63
|
-
"__SColumn": "
|
|
64
|
-
"__SCell": "
|
|
65
|
-
"__SHeadWrapper": "
|
|
66
|
-
"_sticky": "
|
|
67
|
-
"__SHead": "
|
|
68
|
-
"_hidden": "
|
|
69
|
-
"_use_primary": "
|
|
70
|
-
"_use_secondary": "
|
|
71
|
-
"_group": "
|
|
72
|
-
"_use": "
|
|
73
|
-
"_groupHead": "
|
|
74
|
-
"_sortable": "
|
|
75
|
-
"__SSortWrapper": "
|
|
76
|
-
"_active": "
|
|
77
|
-
"__SSortIcon": "
|
|
78
|
-
"_sortIconFloat": "
|
|
79
|
-
"_resizable": "
|
|
80
|
-
"_fixed": "
|
|
81
|
-
"_borderLeft": "
|
|
82
|
-
"_borderRight": "
|
|
83
|
-
"__SBodyWrapper": "
|
|
84
|
-
"__SBody": "
|
|
85
|
-
"__SRow": "
|
|
86
|
-
"_theme": "
|
|
87
|
-
"__SGroupCell": "
|
|
88
|
-
"_theme_muted": "
|
|
89
|
-
"_theme_info": "
|
|
90
|
-
"_theme_success": "
|
|
91
|
-
"_theme_warning": "
|
|
92
|
-
"_theme_danger": "
|
|
93
|
-
"_positioned": "
|
|
94
|
-
"__SScrollAreaBar": "
|
|
95
|
-
"_orientation_horizontal": "
|
|
96
|
-
"_orientation_vertical": "
|
|
97
|
-
"--left": "--
|
|
98
|
-
"--right": "--
|
|
99
|
-
"--offsetSum": "--
|
|
100
|
-
"__SHeightHold": "
|
|
61
|
+
"__SDataTable": "___SDataTable_uyd3s_gg_",
|
|
62
|
+
"_compact": "__compact_uyd3s_gg_",
|
|
63
|
+
"__SColumn": "___SColumn_uyd3s_gg_",
|
|
64
|
+
"__SCell": "___SCell_uyd3s_gg_",
|
|
65
|
+
"__SHeadWrapper": "___SHeadWrapper_uyd3s_gg_",
|
|
66
|
+
"_sticky": "__sticky_uyd3s_gg_",
|
|
67
|
+
"__SHead": "___SHead_uyd3s_gg_",
|
|
68
|
+
"_hidden": "__hidden_uyd3s_gg_",
|
|
69
|
+
"_use_primary": "_use_primary_uyd3s_gg_",
|
|
70
|
+
"_use_secondary": "_use_secondary_uyd3s_gg_",
|
|
71
|
+
"_group": "__group_uyd3s_gg_",
|
|
72
|
+
"_use": "__use_uyd3s_gg_",
|
|
73
|
+
"_groupHead": "__groupHead_uyd3s_gg_",
|
|
74
|
+
"_sortable": "__sortable_uyd3s_gg_",
|
|
75
|
+
"__SSortWrapper": "___SSortWrapper_uyd3s_gg_",
|
|
76
|
+
"_active": "__active_uyd3s_gg_",
|
|
77
|
+
"__SSortIcon": "___SSortIcon_uyd3s_gg_",
|
|
78
|
+
"_sortIconFloat": "__sortIconFloat_uyd3s_gg_",
|
|
79
|
+
"_resizable": "__resizable_uyd3s_gg_",
|
|
80
|
+
"_fixed": "__fixed_uyd3s_gg_",
|
|
81
|
+
"_borderLeft": "__borderLeft_uyd3s_gg_",
|
|
82
|
+
"_borderRight": "__borderRight_uyd3s_gg_",
|
|
83
|
+
"__SBodyWrapper": "___SBodyWrapper_uyd3s_gg_",
|
|
84
|
+
"__SBody": "___SBody_uyd3s_gg_",
|
|
85
|
+
"__SRow": "___SRow_uyd3s_gg_",
|
|
86
|
+
"_theme": "__theme_uyd3s_gg_",
|
|
87
|
+
"__SGroupCell": "___SGroupCell_uyd3s_gg_",
|
|
88
|
+
"_theme_muted": "_theme_muted_uyd3s_gg_",
|
|
89
|
+
"_theme_info": "_theme_info_uyd3s_gg_",
|
|
90
|
+
"_theme_success": "_theme_success_uyd3s_gg_",
|
|
91
|
+
"_theme_warning": "_theme_warning_uyd3s_gg_",
|
|
92
|
+
"_theme_danger": "_theme_danger_uyd3s_gg_",
|
|
93
|
+
"_positioned": "__positioned_uyd3s_gg_",
|
|
94
|
+
"__SScrollAreaBar": "___SScrollAreaBar_uyd3s_gg_",
|
|
95
|
+
"_orientation_horizontal": "_orientation_horizontal_uyd3s_gg_",
|
|
96
|
+
"_orientation_vertical": "_orientation_vertical_uyd3s_gg_",
|
|
97
|
+
"--left": "--left_uyd3s",
|
|
98
|
+
"--right": "--right_uyd3s",
|
|
99
|
+
"--offsetSum": "--offsetSum_uyd3s",
|
|
100
|
+
"__SHeightHold": "___SHeightHold_uyd3s_gg_"
|
|
101
101
|
});
|
|
102
102
|
var REVERSED_SORT_DIRECTION = {
|
|
103
103
|
desc: 'asc',
|
package/lib/cjs/Head.js
CHANGED
|
@@ -50,16 +50,16 @@ var scrollStyles = (
|
|
|
50
50
|
/*__reshadow_css_start__*/
|
|
51
51
|
_core.sstyled.insert(
|
|
52
52
|
/*__inner_css_start__*/
|
|
53
|
-
".
|
|
53
|
+
".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
|
|
54
54
|
/*__inner_css_end__*/
|
|
55
|
-
, "
|
|
55
|
+
, "1uyh0_gg_")
|
|
56
56
|
/*__reshadow_css_end__*/
|
|
57
57
|
, {
|
|
58
|
-
"__SShadowHorizontal": "
|
|
59
|
-
"--left": "--
|
|
60
|
-
"--right": "--
|
|
61
|
-
"__SContainer": "
|
|
62
|
-
"_disabledScroll": "
|
|
58
|
+
"__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
|
|
59
|
+
"--left": "--left_1uyh0",
|
|
60
|
+
"--right": "--right_1uyh0",
|
|
61
|
+
"__SContainer": "___SContainer_1uyh0_gg_",
|
|
62
|
+
"_disabledScroll": "__disabledScroll_1uyh0_gg_"
|
|
63
63
|
});
|
|
64
64
|
var SORTING_ICON = {
|
|
65
65
|
desc: _m["default"],
|
package/lib/es6/Body.js
CHANGED
|
@@ -26,16 +26,16 @@ var scrollStyles = (
|
|
|
26
26
|
/*__reshadow_css_start__*/
|
|
27
27
|
_sstyled.insert(
|
|
28
28
|
/*__inner_css_start__*/
|
|
29
|
-
".
|
|
29
|
+
".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
|
|
30
30
|
/*__inner_css_end__*/
|
|
31
|
-
, "
|
|
31
|
+
, "1uyh0_gg_")
|
|
32
32
|
/*__reshadow_css_end__*/
|
|
33
33
|
, {
|
|
34
|
-
"__SShadowHorizontal": "
|
|
35
|
-
"--left": "--
|
|
36
|
-
"--right": "--
|
|
37
|
-
"__SContainer": "
|
|
38
|
-
"_disabledScroll": "
|
|
34
|
+
"__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
|
|
35
|
+
"--left": "--left_1uyh0",
|
|
36
|
+
"--right": "--right_1uyh0",
|
|
37
|
+
"__SContainer": "___SContainer_1uyh0_gg_",
|
|
38
|
+
"_disabledScroll": "__disabledScroll_1uyh0_gg_"
|
|
39
39
|
});
|
|
40
40
|
import trottle from '@semcore/utils/lib/rafTrottle';
|
|
41
41
|
var testEnv = process.env.NODE_ENV === 'test';
|
package/lib/es6/DataTable.js
CHANGED
|
@@ -26,51 +26,51 @@ var style = (
|
|
|
26
26
|
/*__reshadow_css_start__*/
|
|
27
27
|
_sstyled.insert(
|
|
28
28
|
/*__inner_css_start__*/
|
|
29
|
-
".___SDataTable_2pk4d_gg_,.___SHeadWrapper_2pk4d_gg_{position:relative}.___SDataTable_2pk4d_gg_.__compact_2pk4d_gg_ .___SCell_2pk4d_gg_,.___SDataTable_2pk4d_gg_.__compact_2pk4d_gg_ .___SColumn_2pk4d_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_2pk4d_gg_.__sticky_2pk4d_gg_{position:sticky;top:0;z-index:2}.___SHead_2pk4d_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_2pk4d_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_2pk4d_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_2pk4d_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_2pk4d_gg_.__hidden_2pk4d_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_2pk4d_gg_._use_primary_2pk4d_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_2pk4d_gg_._use_secondary_2pk4d_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_2pk4d_gg_.__group_2pk4d_gg_.__use_2pk4d_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_2pk4d_gg_.__groupHead_2pk4d_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_2pk4d_gg_.__sortable_2pk4d_gg_{cursor:pointer}@media (hover:hover){.___SColumn_2pk4d_gg_.__sortable_2pk4d_gg_._use_primary_2pk4d_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_2pk4d_gg_.__sortable_2pk4d_gg_:hover .___SSortWrapper_2pk4d_gg_{display:block}}.___SColumn_2pk4d_gg_._use_primary_2pk4d_gg_.__active_2pk4d_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_2pk4d_gg_.__active_2pk4d_gg_ .___SSortIcon_2pk4d_gg_{position:relative}.___SColumn_2pk4d_gg_.__sortIconFloat_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_{width:0;flex-basis:0}.___SColumn_2pk4d_gg_.__active_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_2pk4d_gg_.__resizable_2pk4d_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_2pk4d_gg_.__resizable_2pk4d_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_2pk4d_gg_.__resizable_2pk4d_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_2pk4d_gg_.__fixed_2pk4d_gg_{position:sticky;z-index:2}.___SCell_2pk4d_gg_.__borderLeft_2pk4d_gg_,.___SColumn_2pk4d_gg_.__borderLeft_2pk4d_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_2pk4d_gg_.__borderRight_2pk4d_gg_,.___SColumn_2pk4d_gg_.__borderRight_2pk4d_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_2pk4d_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_2pk4d_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_2pk4d_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_2pk4d_gg_._use_primary_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_2pk4d_gg_._use_secondary_2pk4d_gg_ .___SSortWrapper_2pk4d_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_2pk4d_gg_{position:relative}.___SBody_2pk4d_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_2pk4d_gg_{display:flex;flex-direction:row;position:relative}.___SRow_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_muted_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_muted_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_info_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_info_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_success_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_success_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_warning_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_warning_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_.__active_2pk4d_gg_>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_ .___SCell_2pk4d_gg_:hover+.___SGroupCell_2pk4d_gg_ .___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_._theme_danger_2pk4d_gg_:hover>.___SCell_2pk4d_gg_:not(.__theme_2pk4d_gg_),.___SRow_2pk4d_gg_:hover>.___SCell_2pk4d_gg_._theme_danger_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_2pk4d_gg_.__positioned_2pk4d_gg_{position:absolute}.___SCell_2pk4d_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}.___SCell_2pk4d_gg_._use_primary_2pk4d_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_2pk4d_gg_._use_secondary_2pk4d_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_2pk4d_gg_.__fixed_2pk4d_gg_{position:sticky;z-index:1}.___SCell_2pk4d_gg_._theme_muted_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_2pk4d_gg_._theme_info_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_2pk4d_gg_._theme_success_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_2pk4d_gg_._theme_warning_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_2pk4d_gg_._theme_danger_2pk4d_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_2pk4d_gg_._orientation_horizontal_2pk4d_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_2pk4d_gg_._orientation_vertical_2pk4d_gg_{width:12px}.___SScrollAreaBar_2pk4d_gg_._orientation_horizontal_2pk4d_gg_{margin-left:calc(var(--left_2pk4d) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_2pk4d) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_2pk4d) - 8px)}.___SHeightHold_2pk4d_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
|
|
29
|
+
".___SDataTable_uyd3s_gg_,.___SHeadWrapper_uyd3s_gg_{position:relative}.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SCell_uyd3s_gg_,.___SDataTable_uyd3s_gg_.__compact_uyd3s_gg_ .___SColumn_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-2x, 8px)}.___SHeadWrapper_uyd3s_gg_.__sticky_uyd3s_gg_{position:sticky;top:0;z-index:2}.___SHead_uyd3s_gg_{display:flex;position:relative;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;z-index:0}.___SColumn_uyd3s_gg_{display:flex;align-items:flex-start;flex-grow:1;font-size:var(--intergalactic-fs-100, 12px);color:var(--intergalactic-text-primary, #191b23);box-sizing:border-box;position:relative}.___SColumn_uyd3s_gg_.focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_:focus-visible{outline:0;box-shadow:inset var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SColumn_uyd3s_gg_.__hidden_uyd3s_gg_{height:0!important;padding:0!important;overflow:hidden!important;border:0!important}.___SColumn_uyd3s_gg_._use_primary_uyd3s_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_uyd3s_gg_._use_secondary_uyd3s_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_uyd3s_gg_.__group_uyd3s_gg_.__use_uyd3s_gg_{display:flex;flex-wrap:wrap;flex-direction:column;align-items:normal;border-bottom:none;padding:0}.___SColumn_uyd3s_gg_.__groupHead_uyd3s_gg_{justify-content:center;z-index:1;border-bottom:none}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_{cursor:pointer}@media (hover:hover){.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_._use_primary_uyd3s_gg_:hover{background-color:var(--intergalactic-table-th-primary-cell-hover, #e0e1e9)}.___SColumn_uyd3s_gg_.__sortable_uyd3s_gg_:hover .___SSortWrapper_uyd3s_gg_{display:block}}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_.__active_uyd3s_gg_{background-color:var(--intergalactic-table-th-primary-cell-active, #e0e1e9);width:100%}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortIcon_uyd3s_gg_{position:relative}.___SColumn_uyd3s_gg_.__sortIconFloat_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{width:0;flex-basis:0}.___SColumn_uyd3s_gg_.__active_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_{display:block;width:16px;flex-basis:20px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_{border-right:1px solid transparent}@media (hover:hover){.___SColumn_uyd3s_gg_.__resizable_uyd3s_gg_:hover:after{border-right-color:var(--intergalactic-border-table-accent, #a9abb6)}}.___SColumn_uyd3s_gg_.__resizable_uyd3s_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_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:2}.___SCell_uyd3s_gg_.__borderLeft_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderLeft_uyd3s_gg_{border-left:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SCell_uyd3s_gg_.__borderRight_uyd3s_gg_,.___SColumn_uyd3s_gg_.__borderRight_uyd3s_gg_{border-right:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___SSortIcon_uyd3s_gg_{fill:var(--intergalactic-icon-secondary-neutral-hover-active, #8a8e9b);position:absolute;top:-2px;right:0}.___SSortWrapper_uyd3s_gg_{display:none;flex-shrink:99999;position:relative;flex-basis:20px;height:0}.___SSortWrapper_uyd3s_gg_:before{content:\"\";position:absolute;top:-2px;right:0;width:20px;height:16px}.___SColumn_uyd3s_gg_._use_primary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-primary-cell-hover, #e0e1e9) 67.5%,rgba(224,225,233,0) 105%)}.___SColumn_uyd3s_gg_._use_secondary_uyd3s_gg_ .___SSortWrapper_uyd3s_gg_:before{background:linear-gradient(270deg,var(--intergalactic-table-th-secondary-cell, #ffffff) 67.5%,rgba(255,255,255,0) 105%)}.___SBodyWrapper_uyd3s_gg_{position:relative}.___SBody_uyd3s_gg_{display:flex;flex-direction:column;position:relative;min-width:-moz-fit-content;min-width:fit-content}.___SRow_uyd3s_gg_{display:flex;flex-direction:row;position:relative}.___SRow_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}@media (hover:hover){.___SRow_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_muted_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-hover, #f0f0f4)}}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_info_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected-hover, #c4e5fe)}}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_success_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new-hover, #9ef2c9)}}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_warning_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning-hover, #ffdca2)}}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_.__active_uyd3s_gg_>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_){background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}@media (hover:hover){.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_ .___SCell_uyd3s_gg_:hover+.___SGroupCell_uyd3s_gg_ .___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_._theme_danger_uyd3s_gg_:hover>.___SCell_uyd3s_gg_:not(.__theme_uyd3s_gg_),.___SRow_uyd3s_gg_:hover>.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical-hover, #ffd7df)}}.___SRow_uyd3s_gg_.__positioned_uyd3s_gg_{position:absolute}.___SCell_uyd3s_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}.___SCell_uyd3s_gg_._use_primary_uyd3s_gg_{padding:var(--intergalactic-spacing-3x, 12px);min-height:45px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_._use_secondary_uyd3s_gg_{padding:var(--intergalactic-spacing-2x, 8px);min-height:37px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SCell_uyd3s_gg_.__fixed_uyd3s_gg_{position:sticky;z-index:1}.___SCell_uyd3s_gg_._theme_muted_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-unread, #f4f5f9)}.___SCell_uyd3s_gg_._theme_info_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-selected, #e9f7ff)}.___SCell_uyd3s_gg_._theme_success_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-new, #dbfee8)}.___SCell_uyd3s_gg_._theme_warning_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-warning, #fff3d9)}.___SCell_uyd3s_gg_._theme_danger_uyd3s_gg_{background-color:var(--intergalactic-table-td-cell-critical, #fff0f7)}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{position:sticky;bottom:0;left:0;margin-top:calc(-1*var(--intergalactic-spacing-3x, 12px));z-index:2}.___SScrollAreaBar_uyd3s_gg_._orientation_vertical_uyd3s_gg_{width:12px}.___SScrollAreaBar_uyd3s_gg_._orientation_horizontal_uyd3s_gg_{margin-left:calc(var(--left_uyd3s) + var(--intergalactic-spacing-1x, 4px));margin-right:calc(var(--right_uyd3s) + var(--intergalactic-spacing-1x, 4px));width:calc(100% - var(--offsetSum_uyd3s) - 8px)}.___SHeightHold_uyd3s_gg_{position:absolute;top:0;width:100%;pointer-events:none;z-index:-1}"
|
|
30
30
|
/*__inner_css_end__*/
|
|
31
|
-
, "
|
|
31
|
+
, "uyd3s_gg_")
|
|
32
32
|
/*__reshadow_css_end__*/
|
|
33
33
|
, {
|
|
34
|
-
"__SDataTable": "
|
|
35
|
-
"_compact": "
|
|
36
|
-
"__SColumn": "
|
|
37
|
-
"__SCell": "
|
|
38
|
-
"__SHeadWrapper": "
|
|
39
|
-
"_sticky": "
|
|
40
|
-
"__SHead": "
|
|
41
|
-
"_hidden": "
|
|
42
|
-
"_use_primary": "
|
|
43
|
-
"_use_secondary": "
|
|
44
|
-
"_group": "
|
|
45
|
-
"_use": "
|
|
46
|
-
"_groupHead": "
|
|
47
|
-
"_sortable": "
|
|
48
|
-
"__SSortWrapper": "
|
|
49
|
-
"_active": "
|
|
50
|
-
"__SSortIcon": "
|
|
51
|
-
"_sortIconFloat": "
|
|
52
|
-
"_resizable": "
|
|
53
|
-
"_fixed": "
|
|
54
|
-
"_borderLeft": "
|
|
55
|
-
"_borderRight": "
|
|
56
|
-
"__SBodyWrapper": "
|
|
57
|
-
"__SBody": "
|
|
58
|
-
"__SRow": "
|
|
59
|
-
"_theme": "
|
|
60
|
-
"__SGroupCell": "
|
|
61
|
-
"_theme_muted": "
|
|
62
|
-
"_theme_info": "
|
|
63
|
-
"_theme_success": "
|
|
64
|
-
"_theme_warning": "
|
|
65
|
-
"_theme_danger": "
|
|
66
|
-
"_positioned": "
|
|
67
|
-
"__SScrollAreaBar": "
|
|
68
|
-
"_orientation_horizontal": "
|
|
69
|
-
"_orientation_vertical": "
|
|
70
|
-
"--left": "--
|
|
71
|
-
"--right": "--
|
|
72
|
-
"--offsetSum": "--
|
|
73
|
-
"__SHeightHold": "
|
|
34
|
+
"__SDataTable": "___SDataTable_uyd3s_gg_",
|
|
35
|
+
"_compact": "__compact_uyd3s_gg_",
|
|
36
|
+
"__SColumn": "___SColumn_uyd3s_gg_",
|
|
37
|
+
"__SCell": "___SCell_uyd3s_gg_",
|
|
38
|
+
"__SHeadWrapper": "___SHeadWrapper_uyd3s_gg_",
|
|
39
|
+
"_sticky": "__sticky_uyd3s_gg_",
|
|
40
|
+
"__SHead": "___SHead_uyd3s_gg_",
|
|
41
|
+
"_hidden": "__hidden_uyd3s_gg_",
|
|
42
|
+
"_use_primary": "_use_primary_uyd3s_gg_",
|
|
43
|
+
"_use_secondary": "_use_secondary_uyd3s_gg_",
|
|
44
|
+
"_group": "__group_uyd3s_gg_",
|
|
45
|
+
"_use": "__use_uyd3s_gg_",
|
|
46
|
+
"_groupHead": "__groupHead_uyd3s_gg_",
|
|
47
|
+
"_sortable": "__sortable_uyd3s_gg_",
|
|
48
|
+
"__SSortWrapper": "___SSortWrapper_uyd3s_gg_",
|
|
49
|
+
"_active": "__active_uyd3s_gg_",
|
|
50
|
+
"__SSortIcon": "___SSortIcon_uyd3s_gg_",
|
|
51
|
+
"_sortIconFloat": "__sortIconFloat_uyd3s_gg_",
|
|
52
|
+
"_resizable": "__resizable_uyd3s_gg_",
|
|
53
|
+
"_fixed": "__fixed_uyd3s_gg_",
|
|
54
|
+
"_borderLeft": "__borderLeft_uyd3s_gg_",
|
|
55
|
+
"_borderRight": "__borderRight_uyd3s_gg_",
|
|
56
|
+
"__SBodyWrapper": "___SBodyWrapper_uyd3s_gg_",
|
|
57
|
+
"__SBody": "___SBody_uyd3s_gg_",
|
|
58
|
+
"__SRow": "___SRow_uyd3s_gg_",
|
|
59
|
+
"_theme": "__theme_uyd3s_gg_",
|
|
60
|
+
"__SGroupCell": "___SGroupCell_uyd3s_gg_",
|
|
61
|
+
"_theme_muted": "_theme_muted_uyd3s_gg_",
|
|
62
|
+
"_theme_info": "_theme_info_uyd3s_gg_",
|
|
63
|
+
"_theme_success": "_theme_success_uyd3s_gg_",
|
|
64
|
+
"_theme_warning": "_theme_warning_uyd3s_gg_",
|
|
65
|
+
"_theme_danger": "_theme_danger_uyd3s_gg_",
|
|
66
|
+
"_positioned": "__positioned_uyd3s_gg_",
|
|
67
|
+
"__SScrollAreaBar": "___SScrollAreaBar_uyd3s_gg_",
|
|
68
|
+
"_orientation_horizontal": "_orientation_horizontal_uyd3s_gg_",
|
|
69
|
+
"_orientation_vertical": "_orientation_vertical_uyd3s_gg_",
|
|
70
|
+
"--left": "--left_uyd3s",
|
|
71
|
+
"--right": "--right_uyd3s",
|
|
72
|
+
"--offsetSum": "--offsetSum_uyd3s",
|
|
73
|
+
"__SHeightHold": "___SHeightHold_uyd3s_gg_"
|
|
74
74
|
});
|
|
75
75
|
var REVERSED_SORT_DIRECTION = {
|
|
76
76
|
desc: 'asc',
|
package/lib/es6/Head.js
CHANGED
|
@@ -25,16 +25,16 @@ var scrollStyles = (
|
|
|
25
25
|
/*__reshadow_css_start__*/
|
|
26
26
|
_sstyled.insert(
|
|
27
27
|
/*__inner_css_start__*/
|
|
28
|
-
".
|
|
28
|
+
".___SShadowHorizontal_1uyh0_gg_:before{left:var(--left_1uyh0)!important}.___SShadowHorizontal_1uyh0_gg_:after{right:var(--right_1uyh0)!important}.___SContainer_1uyh0_gg_.__disabledScroll_1uyh0_gg_{overflow:visible}"
|
|
29
29
|
/*__inner_css_end__*/
|
|
30
|
-
, "
|
|
30
|
+
, "1uyh0_gg_")
|
|
31
31
|
/*__reshadow_css_end__*/
|
|
32
32
|
, {
|
|
33
|
-
"__SShadowHorizontal": "
|
|
34
|
-
"--left": "--
|
|
35
|
-
"--right": "--
|
|
36
|
-
"__SContainer": "
|
|
37
|
-
"_disabledScroll": "
|
|
33
|
+
"__SShadowHorizontal": "___SShadowHorizontal_1uyh0_gg_",
|
|
34
|
+
"--left": "--left_1uyh0",
|
|
35
|
+
"--right": "--right_1uyh0",
|
|
36
|
+
"__SContainer": "___SContainer_1uyh0_gg_",
|
|
37
|
+
"_disabledScroll": "__disabledScroll_1uyh0_gg_"
|
|
38
38
|
});
|
|
39
39
|
var SORTING_ICON = {
|
|
40
40
|
desc: SortDesc,
|