stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript How to test: - Approval badge: have a document with an approval badge create a new version and choose to reset approval table => badge is up-to-date in quicklook and in table - ClipboardContentInformation: copy/cut item => text information is displayed - everydopdown opens/close (current folder/table/quicklook/embedded view) - open a folder => loading screen s displayed - search something in search box => search is performed in new search view Change-Id: I06fb893c510b7ad2b824c0883b6df07b1010ab10
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/ApprovalTables/ApprovalBadge.test.ts | +23 | −39 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ApprovalTables/ApprovalBadge.vue | +33 | −36 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.vue | +6 | −19 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue | +41 | −43 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.vue | +19 | −36 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.vue | +24 | −36 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionEmbeddedFileModal.vue | +4 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderLoadingScreen.vue | +1 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/SearchBox.vue | +18 | −21 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-refresh.ts | +7 | −14 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-upload.ts | +1 | −46 | Go to diff View file |