stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes Change-Id: I4fa28fe37a9e64b54a2e27df8ffae2cd623ec2ef
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/ActionsButton/NewItemVersionButton.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.test.js | +0 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.js | +0 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue | +8 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.test.js | +0 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.vue | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.test.js | +0 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.vue | +7 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument.test.js | +0 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument.vue | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.test.js | +0 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.vue | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PasteItem.test.js | +14 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PasteItem.vue | +7 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContent.vue | +3 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +3 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +3 | −9 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.vue | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js | +0 | −9 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue | +8 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/UnderTheFoldNotification.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/EmbeddedProperties.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/FileProperties.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/LinkProperties.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Property/WikiProperties.vue | +3 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue | +7 | −7 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.test.js | +0 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.vue | +8 | −4 | Go to diff View file |
M | plugins/document/scripts/document/helpers/highlight-items-helper.ts | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.ts | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/helpers/retrieve-subtree-helper.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/getters.js | +0 | −18 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-folder-content.js | +6 | −6 | Go to diff View file |