stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes Please note that we use the same dropdown everywhere, with slot to define our different dropdown: The differents dropdown to test are - dropdown of current folder - dropdown on row over - dropdown at folder empty state - dropdown for quicklook - dropdown on display embbeded content (need to click on the title of an embedded to display it) Change-Id: I7afdd5db6291c6d26e4bf9b5f4b199625ad53ae2
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue | +42 | −33 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.vue | +18 | −14 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.vue | +20 | −17 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue | +38 | −33 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.vue | +18 | −11 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.vue | +23 | −18 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.vue | +17 | −14 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForWriters.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeaderAction.vue | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.vue | +6 | −2 | Go to diff View file |