stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes: - you can still delete items - if you delete Wiki items, impacts on wiki are displayed in the modal Please note: I moved the file of modal next to the button, like what's have been done for Download folder a zip Architecture is clearer, and files are easier to find this way Change-Id: I44bdfd48c60cd74db62ae59acd74e0bee01e00c3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/package.json | +1 | −0 | Go to diff View file |
M | plugins/document/pnpm-lock.yaml | +6 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/App.vue | +1 | −1 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.test.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.test.ts | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js | Go to diff View file | ||
A | plugins/document/scripts/document/components/Folder/DropDown/Delete/ModalConfirmDeletion.vue | +231 | −0 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/ModalDeleteItem/PostItemDeletionNotification.vue | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue | +1 | −1 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue | +0 | −216 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/build-parent-paths.ts | +1 | −1 | Go to diff View file |