@topconsultnpm/sdkui-react 6.21.0-dev4.16 → 6.21.0-dev4.17
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/lib/helper/helpers.js +6 -0
- package/package.json +1 -1
package/lib/helper/helpers.js
CHANGED
|
@@ -464,6 +464,12 @@ export const extensionHandler = (fileExt) => {
|
|
|
464
464
|
case 'dotm':
|
|
465
465
|
case 'dotm.p7m':
|
|
466
466
|
case 'dotm.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
|
|
467
|
+
case 'docm':
|
|
468
|
+
case 'docm.p7m':
|
|
469
|
+
case 'docm.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
|
|
470
|
+
case 'dotx':
|
|
471
|
+
case 'dotx.p7m':
|
|
472
|
+
case 'dotx.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
|
|
467
473
|
case 'xls':
|
|
468
474
|
case 'xls.p7m':
|
|
469
475
|
case 'xls.p7m.ts': return FileExtensionHandler.CONVERTIBLE;
|