stable

Clone or download

Read-only

Convert ItemTitle components to composition api

part of request #18402 Convert document plugin into typescript Document cells title are correctly displayed Note: I will handle FolderCellTitle in a dedicated patch, because it's rely on drag and drop and mutations are not converted to typescript yet, it will be easier to review in a dedicated commit Change-Id: I3ca98381d3a271917eb9870d827406ef873d929a

Modified Files

Name
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +3 −12 Go to diff View file
R plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.test.js Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.vue +26 −29 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.vue +20 −25 Go to diff View file
R plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.test.js Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +22 −25 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue +12 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue +14 −22 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue +14 −22 Go to diff View file
M plugins/document/scripts/document/type.ts +1 −1 Go to diff View file