VSN-1391/feat: add reclamation wizard components and steps for user input
- Implemented ReclamationStepDate component for date selection.
- Created ReclamationStepDetails component for entering reclamation details.
- Developed ReclamationStepTrajets component for selecting relevant trips.
- Added ReclamationStepUsagers component for user selection.
- Introduced ReclamationWizardDialog for managing the wizard dialog.
- Built ReclamationWizardView to handle the entire reclamation process with form fields and validation.
Closes VSN-1391