From 9a752d08add470a49a57162ecbe67d4123abee5b Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 20 May 2026 13:58:23 +0200 Subject: [PATCH] feat : surlignage plage en pilule pleine cellule + playground DateRange en largeur ERP (#MUI-33) Co-Authored-By: Claude Opus 4.7 (1M context) --- .../pages/composant/date/dateRange.vue | 84 +++++++++++-------- .../malio/date/internal/MonthGrid.vue | 6 +- 2 files changed, 53 insertions(+), 37 deletions(-) diff --git a/.playground/pages/composant/date/dateRange.vue b/.playground/pages/composant/date/dateRange.vue index 5e8b0a0..4b0a553 100644 --- a/.playground/pages/composant/date/dateRange.vue +++ b/.playground/pages/composant/date/dateRange.vue @@ -1,42 +1,57 @@ @@ -52,5 +67,6 @@ const todayIso = toIso(now) const maxIso = toIso(new Date(now.getTime() + 30 * 86400000)) const value = ref(null) +const erpValue = ref(null) const bounded = ref(null) diff --git a/app/components/malio/date/internal/MonthGrid.vue b/app/components/malio/date/internal/MonthGrid.vue index 355faac..2a535dd 100644 --- a/app/components/malio/date/internal/MonthGrid.vue +++ b/app/components/malio/date/internal/MonthGrid.vue @@ -47,15 +47,15 @@ >