stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes Change-Id: Ieb78afc5f4d2be5b6ffd5e39fc0a0fb3f92669f2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/App.test.js | +0 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/App.vue | +1 | −27 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.test.js | +2 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.test.js | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.test.js | +6 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue | +3 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/MaxFilesDragndropErrorModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/MaxSizeDragndropErrorModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.test.js | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/DownloadFolderAsZip.test.js | +5 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/DownloadFolderAsZip.vue | +1 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalMaxArchiveSizeThresholdExceeded.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalMaxArchiveSizeThresholdExceeded.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.js | +1 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue | +1 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +2 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/FileProperties.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/ItemUpdateProperties.vue | +0 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.test.js | +1 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.test.js | +12 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.test.js | +6 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/index.js | +11 | −12 | Go to diff View file |
M | plugins/document/scripts/document/store/configuration/index.ts | +13 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/getters.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-global.js | +2 | −31 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +0 | −8 | Go to diff View file |