feat(fleets): add checkbox selection and French date format to fleet tables
- Add select checkbox column to all fleet table heads (vehicle, fuel, revision, intervention, consommation, etc.)
- Implement allSelected/toggleAll for bulk selection in list views
- Format dates to DD/MM/YYYY French format using dateFormat.split.date
- Add selectedRows and toggleRow props to table row components
Closes VSN-2162