material-react-table-narender 2.13.34 → 2.13.35
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.js
    CHANGED
    
    | 
         @@ -2512,7 +2512,7 @@ const MRT_TableDetailPanel = (_a) => { 
     | 
|
| 
       2512 
2512 
     | 
    
         
             
            };
         
     | 
| 
       2513 
2513 
     | 
    
         | 
| 
       2514 
2514 
     | 
    
         
             
            const MRT_TableBodyRow = (_a) => {
         
     | 
| 
       2515 
     | 
    
         
            -
                var _b, _c, _d, _f;
         
     | 
| 
      
 2515 
     | 
    
         
            +
                var _b, _c, _d, _f, _g;
         
     | 
| 
       2516 
2516 
     | 
    
         
             
                var { columnVirtualizer, numRows, pinnedRowIds, row, rowVirtualizer, staticRowIndex, table, virtualRow } = _a, rest = __rest(_a, ["columnVirtualizer", "numRows", "pinnedRowIds", "row", "rowVirtualizer", "staticRowIndex", "table", "virtualRow"]);
         
     | 
| 
       2517 
2517 
     | 
    
         
             
                const theme = styles.useTheme();
         
     | 
| 
       2518 
2518 
     | 
    
         
             
                const { getState, options: { enableRowOrdering, enableRowPinning, enableStickyFooter, enableStickyHeader, layoutMode, memoMode, mrtTheme: { baseBackgroundColor, pinnedRowBackgroundColor, selectedRowBackgroundColor, }, muiTableBodyRowProps, renderDetailPanel, rowPinningDisplayMode, }, refs: { tableFooterRef, tableHeadRef }, setHoveredRow, } = table;
         
     | 
| 
         @@ -2592,7 +2592,7 @@ const MRT_TableBodyRow = (_a) => { 
     | 
|
| 
       2592 
2592 
     | 
    
         
             
                                    : topPinnedIndex !== undefined && isRowPinned
         
     | 
| 
       2593 
2593 
     | 
    
         
             
                                        ? `${topPinnedIndex * rowHeight +
         
     | 
| 
       2594 
2594 
     | 
    
         
             
                                            (enableStickyHeader || isFullScreen ? tableHeadHeight - 1 : 0)}px`
         
     | 
| 
       2595 
     | 
    
         
            -
                                        : undefined, transition: virtualRow ? 'none' : 'all 150ms ease-in-out', width: '100%', zIndex: (rowPinningDisplayMode === null || rowPinningDisplayMode === void 0 ? void 0 : rowPinningDisplayMode.includes('sticky')) && isRowPinned ? 2 : 0 }, sx)), key: row.id }),
         
     | 
| 
      
 2595 
     | 
    
         
            +
                                        : undefined, transition: virtualRow ? 'none' : 'all 150ms ease-in-out', width: '100%', zIndex: (rowPinningDisplayMode === null || rowPinningDisplayMode === void 0 ? void 0 : rowPinningDisplayMode.includes('sticky')) && isRowPinned ? 2 : 0 }, sx)), key: (_g = row === null || row === void 0 ? void 0 : row.original) === null || _g === void 0 ? void 0 : _g.id }),
         
     | 
| 
       2596 
2596 
     | 
    
         
             
                            virtualPaddingLeft ? (jsxRuntime.jsx("td", { style: { display: 'flex', width: virtualPaddingLeft } })) : null,
         
     | 
| 
       2597 
2597 
     | 
    
         
             
                            (virtualColumns !== null && virtualColumns !== void 0 ? virtualColumns : visibleCells).map((cellOrVirtualCell, staticColumnIndex) => {
         
     | 
| 
       2598 
2598 
     | 
    
         
             
                                let cell = cellOrVirtualCell;
         
     |