Commit c06e972
committed
fix(#2664): move away from Date value within the calendar/datepicker
Since time is never wanted when selecting dates it only adds to
complexity and adds issues regarding timezones. These changes replace
the Date with a custom type and minimizes the use of the Date type to
prevent breaking the current component binding.1 parent 45b5320 commit c06e972
13 files changed
Lines changed: 1736 additions & 666 deletions
File tree
- libs
- angular-components/src/lib/components/date-picker
- common/src/lib
- react-components
- specs
- src/lib
- calendar
- date-picker
- web-components/src
- common
- components
- calendar
- date-picker
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
| |||
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
123 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
124 | 133 | | |
125 | 134 | | |
126 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
1158 | 1162 | | |
1159 | 1163 | | |
1160 | 1164 | | |
1161 | | - | |
1162 | 1165 | | |
1163 | 1166 | | |
1164 | 1167 | | |
| |||
0 commit comments