grafana/ui: Add Time of day picker (#18894)
* Adding DashboardPicker component * fix prop names * fix prop names pt2 * add component and modify utils * add showHour prop * add minuteStep to TimeOfDayPicker, add value to DashboardPicker * fix for dashboard picker, missed adding file * Adding story * add another story for hiding hour and style fixes * fix these generated files * fixes after review * rename current value * fix type issue on onChange * fix story
Showing
... | ... | @@ -34,6 +34,7 @@ |
"lodash": "4.17.14", | ||
"moment": "2.24.0", | ||
"papaparse": "4.6.3", | ||
"rc-time-picker": "^3.7.2", | ||
"react": "16.8.6", | ||
"react-calendar": "2.18.1", | ||
"react-color": "2.17.0", | ||
... | ... |
Please
register
or
sign in
to comment