@ballistix.digital/react-components 8.1.0 → 8.1.1-rc-81.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/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3968,10 +3968,13 @@ var $51d5596368acf759$var$TableList2 = function(props) {
|
|
|
3968
3968
|
onClick: function() {
|
|
3969
3969
|
return onRowClick && onRowClick(row);
|
|
3970
3970
|
},
|
|
3971
|
+
"data-row-id": row.id,
|
|
3971
3972
|
className: (0, $622cd2936b18c771$export$4370d69198e9314a)(styles.body.table.body.row, ((_a = config.options) === null || _a === void 0 ? void 0 : _a.isStriped) && index % 2 === 0 && styles.body.table.body.striped),
|
|
3972
3973
|
children: (0, $iA2ta$lodash.map)(row.getVisibleCells(), function(cell) {
|
|
3973
3974
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
3974
3975
|
return (0, $iA2ta$reactjsxruntime.jsx)("td", {
|
|
3976
|
+
"data-column-id": cell.column.id,
|
|
3977
|
+
"data-row-id": row.id,
|
|
3975
3978
|
className: (0, $622cd2936b18c771$export$4370d69198e9314a)(styles.body.table.body.cell, ((_a = config === null || config === void 0 ? void 0 : config.options) === null || _a === void 0 ? void 0 : _a.hasStickyHeader) && index !== ((_c = (_b = table === null || table === void 0 ? void 0 : table.getState()) === null || _b === void 0 ? void 0 : _b.pagination) === null || _c === void 0 ? void 0 : _c.pageSize) - 1 && styles.body.table.body.sticky, cell.column.getIsPinned() && styles.body.table.body.column.pinned.cell),
|
|
3976
3979
|
style: $51d5596368acf759$var$__assign({
|
|
3977
3980
|
width: cell.column.getSize()
|