stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes: - you can update properties of foler - you can update properties of file/embedded/link/wiki Change-Id: Iea71ac4064a565affe726256755e44be70f6f70e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionEmbeddedFileModal.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionFileModal.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionLinkModal.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/PreviewFilenameNewVersion.vue | +4 | −0 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/PropertiesForUpdate/ItemUpdateProperties.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/PropertiesForUpdate/ItemUpdateProperties.vue | +21 | −25 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyComponentTypeRenderer.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyComponentTypeRenderer.vue | +3 | −14 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/DocumentGlobalPropertyForUpdate.vue | +3 | −15 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.test.js | +8 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderGlobalPropertyForUpdate.vue | +8 | −15 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForDocumentUpdate.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForDocumentUpdate.vue | +10 | −14 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForFolderUpdate.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForFolderUpdate.vue | +8 | −14 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateProperties.vue | +6 | −11 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.test.js | +1 | −1 | Go to diff View file |