stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes Note: Other title can't be converted easly: Either they have dependencies on not yet converted code ($router, *.js) either they are called in upper component and make test fail due to translate usage I'll manage then in dedicated patchset Change-Id: I4783ceca95a48fcf84227c94cc39749afbe64a32
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/FolderContentRow.test.js | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue | +13 | −14 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.test.js | +0 | −157 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.test.ts | +165 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.vue | +30 | −24 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue | +24 | −20 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue | +24 | −20 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/ItemTitle/__snapshots__/LinkCellTitle.test.js.snap | Go to diff View file | ||
M | plugins/document/scripts/document/store/actions-helpers/upload-file.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +1 | −1 | Go to diff View file |