stable

Clone or download

Read-only

refacto: Use `mitt` to handle events in project registration

Part of request #31168 Migration Vue2 => Vue3 Needed for the vue3 migration No functionnal change expected Change-Id: I8cbd4a89c256ae615398aaa78e64a2a2d4f4da3b

Modified Files

Name
M src/scripts/project-registration/package.json +1 −0 Go to diff View file
M src/scripts/project-registration/pnpm-lock.yaml +7 −0 Go to diff View file
M src/scripts/project-registration/src/components/Information/Agreement/AgreementModal.test.ts +2 −2 Go to diff View file
M src/scripts/project-registration/src/components/Information/Agreement/AgreementModal.vue +3 −3 Go to diff View file
M src/scripts/project-registration/src/components/Information/Agreement/PolicyAgreement.vue +2 −2 Go to diff View file
M src/scripts/project-registration/src/components/Information/Fields/FieldsList.test.ts +3 −3 Go to diff View file
M src/scripts/project-registration/src/components/Information/Fields/FieldsList.vue +2 −2 Go to diff View file
M src/scripts/project-registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +2 −2 Go to diff View file
M src/scripts/project-registration/src/components/Information/Input/ProjectName.test.ts +2 −2 Go to diff View file
M src/scripts/project-registration/src/components/Information/Input/ProjectName.vue +2 −2 Go to diff View file
M src/scripts/project-registration/src/components/Information/Input/ProjectShortName.test.ts +25 −25 Go to diff View file
M src/scripts/project-registration/src/components/Information/Input/ProjectShortName.vue +5 −5 Go to diff View file
M src/scripts/project-registration/src/components/Information/ProjectInformation.test.ts +13 −13 Go to diff View file
M src/scripts/project-registration/src/components/Information/ProjectInformation.vue +9 −9 Go to diff View file
M src/scripts/project-registration/src/components/Information/TroveCat/TroveCategoryList.test.ts +3 −3 Go to diff View file
M src/scripts/project-registration/src/components/Information/TroveCat/TroveCategoryList.vue +2 −2 Go to diff View file
A src/scripts/project-registration/src/helpers/emitter.ts +30 −0 Go to diff View file
D src/scripts/project-registration/src/helpers/event-bus.ts +0 −21 Go to diff View file
M src/scripts/project-registration/src/type.ts +2 −2 Go to diff View file