plataforma-fundacao-componentes 2.22.9 → 2.22.10
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/dist/index.css +2 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9921,7 +9921,8 @@ function TableWithOverflow(props) {
|
|
|
9921
9921
|
var _column$props;
|
|
9922
9922
|
|
|
9923
9923
|
return React.createElement("th", Object.assign({
|
|
9924
|
-
key: "header-" + column.key
|
|
9924
|
+
key: "header-" + column.key,
|
|
9925
|
+
"data-draggable": !Boolean(column.absolute)
|
|
9925
9926
|
}, column.props, {
|
|
9926
9927
|
style: _extends({}, (_column$props = column.props) === null || _column$props === void 0 ? void 0 : _column$props.style, column.absolute),
|
|
9927
9928
|
className: getMergedClassNames([column.key + "-cell", column.absolute ? 'absolute' : ''])
|