stable
Clone or download
Read-only
No functional change. Part of request #18402: Convert document plugin into typescript Change-Id: I1629552bb005359a61a5166364d0aa78aee53be1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.test.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.ts | +16 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.test.ts | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/helpers/type-check-helper.ts | +1 | −1 | Go to diff View file |
A | plugins/document/scripts/document/store/actions-helpers/create-new-file.ts | +89 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/item-retriever.ts | +2 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/upload-file.ts | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +2 | −70 | Go to diff View file |
M | plugins/document/scripts/document/store/item-mutations.test.ts | +26 | −7 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +14 | −6 | Go to diff View file |