stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes: - file are displayed with icon - upload of file is visible in UI (drop zones) - upload file progress is ok too Change-Id: Ifd2970c81f5427ae6f26a00f871d7d96ac703c1d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue | +1 | −1 | Go to diff View file |
R | plugins/document/scripts/document/helpers/highlight-items-helper.test.js | Go to diff View file | ||
R | plugins/document/scripts/document/helpers/highlight-items-helper.js | Go to diff View file | ||
R | plugins/document/scripts/document/helpers/icon-for-mime-type.js | Go to diff View file | ||
R | plugins/document/scripts/document/helpers/retrieve-subtree-helper.js | Go to diff View file | ||
R | plugins/document/scripts/document/helpers/uploading-status-helper.test.js | Go to diff View file | ||
R | plugins/document/scripts/document/helpers/uploading-status-helper.js | Go to diff View file | ||
M | plugins/document/scripts/document/store/mutations-folder-content.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +3 | −0 | Go to diff View file |