stable

Clone or download

Read-only

chore: convert QuickLookPropertyDate to TypeScript

No functional changes. Took the opportunity to move Property type definition out of the properties module. The item definition should not depends on Vuex store modules. Part of request #18402: Convert document plugin into typescript Change-Id: I8b991da66e84d9f4ce9e489464697e78a4310cda

Modified Files

Name
M plugins/document/scripts/document/api/properties-rest-querier.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.ts +2 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyDate.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyDate.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListMultipleValue.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListMultipleValue.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListSingleValue.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyListSingleValue.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyString.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyString.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyText.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/CustomProperties/CustomPropertyText.vue +1 −1 Go to diff View file
R plugins/document/scripts/document/components/Folder/QuickLook/QuickLookPropertyDate.test.js Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookPropertyDate.vue +63 −38 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.test.ts +1 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.ts +1 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/custom-properties-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/custom-properties-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/hardcoded-metadata-mapping-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/hardcoded-properties-mapping-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/metadata-to-properties.test.ts +1 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.test.ts +1 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.ts +1 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/list-value-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/list-value-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/status-property-helper.test.ts +1 −2 Go to diff View file
M plugins/document/scripts/document/helpers/properties-helpers/value-transformer/status-property-helper.ts +1 −2 Go to diff View file
M plugins/document/scripts/document/store/properties/module.ts +1 −36 Go to diff View file
M plugins/document/scripts/document/store/properties/properties-actions.test.ts +13 −2 Go to diff View file
M plugins/document/scripts/document/store/properties/properties-actions.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/store/properties/properties-mutations.test.ts +2 −1 Go to diff View file
M plugins/document/scripts/document/store/properties/properties-mutations.ts +2 −1 Go to diff View file
M plugins/document/scripts/document/type.ts +37 −6 Go to diff View file