stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes: - embedded view should still be ok - read/create/update of item and folder properties should still work - quick look view still display item properties Change-Id: I89efdbdc8bc8e7ca38af71e9d3b8523e47c65d34
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.ts | +37 | −16 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.vue | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.vue | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/FolderDefaultPropertiesForCreate.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/FolderDefaultPropertiesForCreate.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/OtherInformationPropertiesForCreate.test.js | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/OtherInformationPropertiesForCreate.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/StatusPropertyWithCustomBindingForDocumentCreate.test.js | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/StatusPropertyWithCustomBindingForFolderCreate.test.js | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.test.js | +10 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/OtherInformationPropertyForUpdate.test.js | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForDocumentUpdate.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForFolderUpdate.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.test.js | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.vue | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentProperties.test.js | +6 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentProperties.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.test.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.ts | +1 | −1 | Go to diff View file |
A | plugins/document/scripts/document/helpers/properties-helpers/metadata-to-properties.test.ts | +71 | −0 | Go to diff View file |
A | plugins/document/scripts/document/helpers/properties-helpers/metadata-to-properties.ts | +33 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.test.ts | +7 | −7 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.ts | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/properties/properties-actions.test.ts | +7 | −7 | Go to diff View file |
M | plugins/document/scripts/document/store/properties/properties-actions.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +2 | −2 | Go to diff View file |