@sis-cc/dotstatsuite-visions 9.0.0 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/TableHtml5/section.js
CHANGED
|
@@ -133,7 +133,7 @@ var Section = function Section(_ref) {
|
|
|
133
133
|
TableCell,
|
|
134
134
|
{
|
|
135
135
|
key: id,
|
|
136
|
-
className: cx(classes.rowTitle, classes.stickyHeader, (_cx = {}, _cx[classes.
|
|
136
|
+
className: cx(classes.rowTitle, classes.stickyHeader, (_cx = {}, _cx[classes.highlight] = R.prop(rowId)(activeCellIds), _cx[classes.timePeriodCells] = R.is(Function, isNoWrap) && isNoWrap(R.prop('dimension', cell)), _cx)),
|
|
137
137
|
id: id,
|
|
138
138
|
headers: 'subHeader_' + index + ' ' + currentSection,
|
|
139
139
|
component: 'th',
|
|
@@ -175,7 +175,7 @@ var Section = function Section(_ref) {
|
|
|
175
175
|
_TableCell2.default,
|
|
176
176
|
{
|
|
177
177
|
key: id,
|
|
178
|
-
className: (0, _classnames2.default)(classes.rowTitle, classes.stickyHeader, (_cx = {}, _cx[classes.
|
|
178
|
+
className: (0, _classnames2.default)(classes.rowTitle, classes.stickyHeader, (_cx = {}, _cx[classes.highlight] = R.prop(rowId)(activeCellIds), _cx[classes.timePeriodCells] = R.is(Function, isNoWrap) && isNoWrap(R.prop('dimension', cell)), _cx)),
|
|
179
179
|
id: id,
|
|
180
180
|
headers: 'subHeader_' + index + ' ' + currentSection,
|
|
181
181
|
component: 'th',
|