stable

Clone or download

Read-only

Document convert getters to typescript

request #18402 Convert document plugin into typescript No functional changes Change-Id: I009c6e2e8640dd45493e1d025de79fb2387ec0b0

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/type-check-helper.ts +5 −1 Go to diff View file
A plugins/document/scripts/document/store/configuration/getters.ts +24 −0 Go to diff View file
M plugins/document/scripts/document/store/configuration/index.ts +2 −0 Go to diff View file
R plugins/document/scripts/document/store/getters.test.js Go to diff View file
R plugins/document/scripts/document/store/getters.js Go to diff View file
M plugins/document/scripts/document/store/index.js +1 −1 Go to diff View file
M plugins/document/scripts/document/type.ts +4 −2 Go to diff View file