Commit graph

29 commits

Author SHA1 Message Date
SergioCrisostomo
46d1e7da9d Normalize dates offset 2018-08-09 14:51:10 +02:00
Sergio Crisostomo
939a162ad7 Prevent selecting disabled dates 2018-05-21 08:24:56 +02:00
Sergio Crisostomo
75cb299868 Add keyboard navigation to date|time picker 2018-05-18 13:06:43 +02:00
Sergio Crisostomo
5ca5a6eb98 compute calendar so we react on showWeekNumbers changes
fixes #3277
2018-04-06 16:09:29 +02:00
Sergio Crisostomo
a781ad1a11 hide range and selections outside currentMonth 2018-02-08 11:45:51 +01:00
Sergio Crisostomo
a1c88ebaf8 Correct showWeekNumbers cells logic 2018-02-02 11:51:30 +01:00
Sergio Crisostomo
5426dcf989 fix specs, fix merge conflicts and cleanup 2018-01-22 14:23:05 +01:00
Sergio Crisostomo
e55ba7a249 Add week numbers 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
95eae081bc refactor Datepicker
refactor Datepicker  to render subcomponents in template instead of
creating new Vue instances
2018-01-22 14:20:20 +01:00
梁灏
6850c1da89 Scroll add height prop 2017-10-16 18:32:47 +08:00
Danny Spangenberg
af6a7c488e weekStartDay did not influence the order of the weekdays in the header 2017-10-11 17:38:03 +02:00
Sergio Crisostomo
0916642089 add weekStartDay logic to date-table 2017-09-27 07:35:30 +02:00
Sergio Crisostomo
3747aecd53 Refactor date-picker cell click
Added `cell.date` so we don’t need `. getDateOfCell()` anymore
Passed `cell` directly in `@click="handleClick(cell)”` so we don’t need
`const cell =
this.cells[parseInt(event.target.getAttribute('index’))];` anymore
2017-08-29 09:38:20 +02:00
梁灏
531cd1654b support DatePicker & TimePicker
support DatePicker & TimePicker
2017-03-07 18:06:56 +08:00
梁灏
4ab118119a some component support i18n
some component support i18n
2017-01-11 21:02:55 +08:00
梁灏
5cc9b892b8 update DateTimePicker
update DateTimePicker
2016-12-30 10:57:10 +08:00
jingsam
b0893113b3 🎨 add eslint 2016-12-25 22:49:42 +08:00
梁灏
68e9b1003b update DatePicker
update DatePicker
2016-12-22 09:18:11 +08:00
梁灏
3602b78df8 update DatePicker
update DatePicker
2016-12-20 09:29:48 +08:00
梁灏
7c5ccdab4d update DatePicker
update DatePicker
2016-12-19 23:40:39 +08:00
梁灏
0a5c5f4132 update DatePicker
update DatePicker
2016-12-19 21:09:57 +08:00
梁灏
fa3a666da1 update DatePicker
update DatePicker
2016-12-19 17:36:17 +08:00
梁灏
07f400e572 fixed #136
add on-page-size-change event
2016-12-19 17:01:05 +08:00
梁灏
472b4ff150 update DatePicker
update DatePicker
2016-12-19 16:21:54 +08:00
梁灏
3cf7cfd1de update DatePicker
update DatePicker
2016-12-19 14:44:07 +08:00
梁灏
c46f385a83 update DatePicker
update DatePicker
2016-12-15 20:16:58 +08:00
梁灏
50637863ce update DatePicker
update DatePicker
2016-12-14 23:08:57 +08:00
梁灏
0f6778937c update DatePicker
update DatePicker
2016-12-12 20:34:28 +08:00
梁灏
17e1fcf151 init DatePicker
init DatePicker
2016-12-12 10:37:52 +08:00