stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes, As site admin define File Download Limit If warning is reached, a warning modal is displayed If Maximum file is reached, an error modal is displayed Change-Id: If3bd63d0d35d72e9a031a514a0b8056011c2381f
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/DownloadFolderAsZip.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/DownloadFolderAsZip.vue | +81 | −79 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.vue | +39 | −47 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalMaxArchiveSizeThresholdExceeded.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalMaxArchiveSizeThresholdExceeded.vue | +28 | −27 | Go to diff View file |
A | plugins/document/scripts/document/helpers/platform-detector.ts | +23 | −0 | Go to diff View file |