stable

Clone or download

Read-only

Vue2 phaseout: Convert AlwaysThereProperties into composition API

part of request #18402 Convert document plugin into typescript Note: In order to prepare shutdown of vue2 by the end of year we should convert Vue Component class into composition API No functional changes: When you create/update a folder/document you'll have an error displayed if the name already exists Change-Id: I673ec36604e393bda21cac99bb301eb2aeaa3ba7

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/DescriptionProperty.vue +5 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/TitleProperty.test.ts +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/TitleProperty.vue +86 −93 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/check-item-title.ts +11 −7 Go to diff View file
M plugins/document/scripts/document/type.ts +3 −1 Go to diff View file