@arim-aisdc/public-components 2.3.84 → 2.3.86
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.
|
@@ -452,7 +452,7 @@ var VirtualRow = function VirtualRow(_ref) {
|
|
|
452
452
|
console.error('Error rendering row:', error);
|
|
453
453
|
return null;
|
|
454
454
|
}
|
|
455
|
-
}, [row, row.id, rowEditing, tableId, editting, canRowDrag, disableDragRowIds, isDragging, selectedRowDragging, rowStyle, handleRowClick, rowMouseEnter, rowMouseLeave, rowClassNames, cellClassName, theme, table, handleCellRightClick, getCellProps, tableTooltip, onEditValueChange, dateFormat, rowStyles]);
|
|
455
|
+
}, [row, row.id, rowEditing, tableId, editting, canRowDrag, disableDragRowIds, isDragging, selectedRowDragging, rowStyle, handleRowClick, rowMouseEnter, rowMouseLeave, rowClassNames, cellClassName, theme, table, handleCellRightClick, getCellProps, tableTooltip, onEditValueChange, dateFormat, rowStyles, row.getVisibleCells(), row.getIsSelected(), row.getIsExpanded(), table.getState().columnSizing]);
|
|
456
456
|
var rowCom = function rowCom() {
|
|
457
457
|
var renderCell = function renderCell(cell) {
|
|
458
458
|
var _cellClassName2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arim-aisdc/public-components",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.86",
|
|
4
4
|
"description": "前端组件库",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"react-rnd": "^10.5.2",
|
|
75
75
|
"react-router-dom": "^6.22.3",
|
|
76
76
|
"react-split-pane": "^0.1.92",
|
|
77
|
+
"swr": "^2.4.0",
|
|
77
78
|
"xlsx": "^0.18.5"
|
|
78
79
|
},
|
|
79
80
|
"devDependencies": {
|