From c1badf70f2cc18d8df252894abe4feb9412cb612 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 21 Mar 2023 16:32:40 -0400 Subject: [PATCH] CSR-886: animate new months to fade in --- .../date-picker/date-picker.vue | 181 +++++++++--------- .../demo-date-picker/demo-date-picker.vue | 4 +- 2 files changed, 93 insertions(+), 92 deletions(-) diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index d1db69518..f04e48324 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -3,62 +3,65 @@
Date Picker
-
-
- {{ month.monthLabel }} {{ month.yearNum.toString() }} + v-for="month in months" + :key="`${month.monthLabel}-${month.yearNum.toString()}-${months.length}`"> +
+
+ {{ month.monthLabel }} {{ month.yearNum.toString() }} +
+
+ = Available +
+ + + +
SundayS
+
MondayM
+
TuesdayT
+
WednesdayW
+
ThursdayT
+
FridayF
+
SaturdayS
+
+ + +
+
-
- = Available -
- - - -
SundayS
-
MondayM
-
TuesdayT
-
WednesdayW
-
ThursdayT
-
FridayF
-
SaturdayS
-
- - +
- - - - - - +