@topconsultnpm/sdkui-react-beta 6.14.51 → 6.14.52
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.
|
@@ -118,7 +118,7 @@ const TMFileManager = (props) => {
|
|
|
118
118
|
const renderTreeViewItem = (itemData) => {
|
|
119
119
|
const isSelected = selectedFolder && selectedFolder.id === itemData.id;
|
|
120
120
|
const tooltipContent = _jsxs("div", { style: { textAlign: "center" }, children: [_jsx("span", { style: { fontWeight: 'bold' }, children: "ID" }), ": ", itemData.id] });
|
|
121
|
-
return (_jsxs("div", { style: { whiteSpace: "nowrap", display: "flex", alignItems: "center" }, className: isSelected ? 'treeview-selected-item-manager' : '', children: [_jsx(TMTooltip, { content: tooltipContent, children: _jsx(IconFolder, { style: { marginRight: 5, color: TMColors.iconLight } }) }), itemData.text, " (", itemData.subFileFolderCount, ")"] }));
|
|
121
|
+
return (_jsxs("div", { style: { whiteSpace: "nowrap", display: "flex", alignItems: "center" }, className: isSelected ? 'treeview-selected-item-manager' : '', children: [_jsx(TMTooltip, { content: tooltipContent, children: _jsx(IconFolder, { fontSize: 24, style: { marginRight: 5, color: TMColors.iconLight } }) }), itemData.text, " (", itemData.subFileFolderCount, ")"] }));
|
|
122
122
|
};
|
|
123
123
|
const handleTreeViewContextMenu = (e) => {
|
|
124
124
|
if (!e)
|