stable

Clone or download

Read-only

Vue2 phaseout: Convert DownloadFolderAsZip namespace into composition API

part of request #18402 Convert document plugin into typescript Note: In order to prepare shutdown of vue2 by the end of year we should convert Vue Component class into composition API No functional changes: As site admin in plugins > Document > File Download Limits set a maxium filze size of the archive In project documentation download a folder supperior to limit An error modal will be displayed Change-Id: I71a99623d7bd2afd7d0388e68c84e4bcc3916e92 --- As site admin in plugins > Document > File Download Limits set a size for warning threhold In project documentation download a folder supperior to limit A warning modal will be displayed Change-Id: I12450be26fcafd365bfda49238802840ffd55867

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/DownloadFolderAsZip.vue +61 −68 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.vue +39 −32 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalMaxArchiveSizeThresholdExceeded.vue +33 −23 Go to diff View file