@topconsultnpm/sdkui-react-beta 6.8.89 → 6.8.90
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.
|
@@ -10,7 +10,7 @@ import { loadMessages } from 'devextreme/localization';
|
|
|
10
10
|
import { Globalization, IconAll, IconSelected, SDKUI_Localizator } from '../../helper';
|
|
11
11
|
import { TMExceptionBoxManager } from './TMPopUp';
|
|
12
12
|
import ShowAlert from './TMAlert';
|
|
13
|
-
import {
|
|
13
|
+
import { IconPdf, IconTxt, IconXls, IconDocx, IconImage, IconZip, IconXml, IconMp4, IconEmail, IconPpt, IconSigned, IconExe, IconHtml, IconDwg, IconDicom, IconSlddrw } from '../../assets/thumbnails';
|
|
14
14
|
import { TMLayoutWaitingContainer } from './TMWaitPanel';
|
|
15
15
|
import TMCounterBar from './TMCounterBar';
|
|
16
16
|
export class TMFileSystemItem {
|
|
@@ -490,7 +490,7 @@ const TMAreaManager = (props = { selectionMode: 'multiple', isPathChooser: false
|
|
|
490
490
|
};
|
|
491
491
|
const customizeIcon = useCallback((fileSystemItem) => {
|
|
492
492
|
if (fileSystemItem.isDirectory) {
|
|
493
|
-
return
|
|
493
|
+
return IconHtml;
|
|
494
494
|
}
|
|
495
495
|
else {
|
|
496
496
|
const fileExtension = fileSystemItem.getFileExtension();
|