@quadrel-enterprise-ui/framework 20.13.0 → 20.14.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.
@@ -19077,7 +19077,12 @@ class QdFileTypeService {
19077
19077
  XLSX: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
19078
19078
  XLSM: 'application/vnd.ms-excel.sheet.macroenabled.12',
19079
19079
  ODS: 'application/vnd.oasis.opendocument.spreadsheet',
19080
- CSV: 'text/csv',
19080
+ CSV: [
19081
+ 'text/csv',
19082
+ 'application/csv',
19083
+ // Workaround for Firefox + Windows + Excel. See Excel's Windows registry entry [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.csv\Content Type]
19084
+ 'application/vnd.ms-excel'
19085
+ ],
19081
19086
  PPT: [
19082
19087
  'application/powerpoint',
19083
19088
  'application/mspowerpoint',