stable
Clone or download
Read-only
part of story #13217 Display embedded content The aim of this commit is to group button/dropdown in dedicated namespace Actually they can be in modals/quicklook/dropdown... It makes it hard to add a new button elsewhere (for embedded display, for example), because this components are too much linked to the place they are actually used. no functionnal changes. Change-Id: I888425ae0bbcad5ec5f5a715a8b3e2db7e0f981a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +9 | −7 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/NewItem/NewItemButton.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateButton.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateButton.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Dropdown/DropdownButton.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Dropdown/DropdownButton.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenu.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenu.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenuCurrentFolder.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenuForItemQuickLook.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenuForItemQuickLook.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookButton.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDeleteButton.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDeleteButton.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentActionButton.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGoToDocumentDetails.vue | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForWriters.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +11 | −11 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderView.vue | +1 | −1 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/NewItem/NewFolderModal.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/NewItemModal.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/TypeSelector.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/NewItem/UnderTheFoldNotification.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/ApprovalUpdateProperties.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/ApprovalUpdateProperties.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/ChangelogProperty.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/ItemUpdateProperties.spec.js | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/ItemUpdateProperties.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/LockProperty.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateEmbeddedFileModal.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateFileModal.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateLinkModal.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateWikiModal.vue | Go to diff View file | ||
R | plugins/document/scripts/document/components/Folder/UpdateItem/VersionTitleProperty.vue | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookEmptyOrEmbedded.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFile.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue | +4 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookLink.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookWiki.vue | +2 | −2 | Go to diff View file |