From 1d66e5dd3157fbfdea70bf86368625171edfdec3 Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 29 May 2026 13:53:52 +0000 Subject: [PATCH] fix: plusieurs retours UX/UI (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [ ] TU/TI/TF OK - [ ] CHANGELOG modifié --------- Co-authored-by: THOLOT DECHENE Matthieu Co-authored-by: matthieu Reviewed-on: https://gitea.malio.fr/MALIO-DEV/malio-layer-ui/pulls/58 Co-authored-by: tristan Co-committed-by: tristan --- .playground/pages/composant/form/client.vue | 7 +- .../composant/input/inputAutocomplete.vue | 2 + CHANGELOG.md | 10 ++ COMPONENTS.md | 7 +- app/components/malio/button/Button.test.ts | 2 +- app/components/malio/button/Button.vue | 2 +- app/components/malio/checkbox/Checkbox.vue | 3 +- .../malio/date/internal/CalendarField.vue | 3 +- app/components/malio/input/Input.test.ts | 16 ++ app/components/malio/input/InputAmount.vue | 10 +- .../malio/input/InputAutocomplete.test.ts | 79 ++++++++++ .../malio/input/InputAutocomplete.vue | 48 +++--- app/components/malio/input/InputEmail.vue | 8 +- app/components/malio/input/InputNumber.vue | 3 +- app/components/malio/input/InputPassword.vue | 8 +- app/components/malio/input/InputPhone.test.ts | 35 +++++ app/components/malio/input/InputPhone.vue | 11 +- app/components/malio/input/InputRichText.vue | 12 +- app/components/malio/input/InputText.vue | 8 +- .../malio/input/InputTextArea.test.ts | 34 ++++ app/components/malio/input/InputTextArea.vue | 147 +++++++++--------- app/components/malio/input/InputUpload.vue | 8 +- app/components/malio/select/Select.test.ts | 66 ++++++++ app/components/malio/select/Select.vue | 31 ++-- .../malio/select/SelectCheckbox.test.ts | 66 ++++++++ .../malio/select/SelectCheckbox.vue | 31 ++-- app/components/malio/time/Time.vue | 3 +- app/components/malio/time/TimePicker.vue | 3 +- 28 files changed, 489 insertions(+), 174 deletions(-) diff --git a/.playground/pages/composant/form/client.vue b/.playground/pages/composant/form/client.vue index e2887a1..3650407 100644 --- a/.playground/pages/composant/form/client.vue +++ b/.playground/pages/composant/form/client.vue @@ -10,7 +10,7 @@ />

Ajouter un client

-
+
@@ -22,6 +22,7 @@ />