Sergio Crisostomo
abf60d8138
Use first day of month to avoid getting higher numbers than the month has... (3773)
2018-05-31 10:00:14 +02:00
Sergio Crisostomo
75cb299868
Add keyboard navigation to date|time picker
2018-05-18 13:06:43 +02:00
Sergio Crisostomo
e56c394d0b
Correct time layout when showing week numbers
2018-05-16 10:07:05 +02:00
Sergio Crisostomo
90ebd5a72c
Expose changed date component
2018-04-11 14:31:14 +02:00
Sergio Crisostomo
6d8c5666a5
Correct logic for side panel date
2018-04-11 08:39:54 +02:00
Sergio Crisostomo
3cd62242a8
Allow disableDate function to limit time-spinner numbers
...
Fixes #3246
2018-04-06 23:15:20 +02:00
Sergio Crisostomo
4b082de222
Always apply same increment to not splited panels
2018-03-16 11:16:44 +01:00
Sergio Crisostomo
02859de9b1
Use the last picked date as reference for the date panel
2018-03-05 08:59:25 +01:00
Aresn
c3beef276c
Merge pull request #3091 from SergioCrisostomo/datepicker
...
Allow DatePicker to receive TimePicker options
2018-03-05 09:59:52 +08:00
Sergio Crisostomo
79ac2457fd
Allow DatePicker to receive TimePicker options
2018-03-03 12:51:53 +01:00
梁灏
f8bba1ac99
fixed DatePicker style in range type
2018-02-27 16:20:58 +08:00
Sergio Crisostomo
ebf1f86b12
show only 1 date in preselecting mode
2018-02-08 11:46:28 +01:00
Sergio Crisostomo
755693b58b
update also timeSpinnerEnd's scroll
2018-02-07 09:33:31 +01:00
Sergio Crisostomo
29a91fbb61
Correct passing of confirm
prop, correct initial values when no value is passed
2018-02-05 10:01:19 +01:00
Sergio Crisostomo
6017ed7509
update scroll when panel opens
2018-02-05 07:50:23 +01:00
Sergio Crisostomo
abb0cc87cf
Correct arrows showing in split panels labels
2018-02-02 11:27:53 +01:00
Sergio Crisostomo
b990d2f413
move logic to inside the correct if clause
2018-02-02 11:21:37 +01:00
Sergio Crisostomo
8d5323069b
update panel date on every value change
2018-02-02 10:58:09 +01:00
Sergio Crisostomo
5092777d17
Fix sort of date arrays
2018-01-31 13:30:01 +01:00
Sergio Crisostomo
73a34dfab5
Fix year/month pre-selection
2018-01-31 12:14:11 +01:00
Sergio Crisostomo
22ff9a62f2
fix showSeconds flag logic
2018-01-24 13:34:02 +01:00
Sergio Crisostomo
46726afdf4
Fix panels reset on blur and
2018-01-24 13:33:48 +01:00
Sergio Crisostomo
bcf09be744
fix handlePick and remove console.log
...
removed if/else related to b52e02e436
2018-01-24 11:34:50 +01:00
Sergio Crisostomo
71b68751f8
Fix date/time panel toggle
2018-01-24 11:19:43 +01:00
Sergio Crisostomo
c2b7fed05f
Reset panel selectionMode and positioning on blur
2018-01-24 10:55:42 +01:00
Sergio Crisostomo
15457562ea
Reset panel date when dates are null
2018-01-24 10:24:54 +01:00
Sergio Crisostomo
b52e02e436
Fix month|year preselection/shortcut when picking a date
2018-01-24 09:46:07 +01:00
Sergio Crisostomo
5426dcf989
fix specs, fix merge conflicts and cleanup
2018-01-22 14:23:05 +01:00
Sergio Crisostomo
77e43f2b87
Correct year date navigation logic
2018-01-22 14:21:42 +01:00
Sergio Crisostomo
4ec8bc8af8
Fix month picker value
2018-01-22 14:21:42 +01:00
Sergio Crisostomo
e55ba7a249
Add week numbers
2018-01-22 14:21:42 +01:00
Sergio Crisostomo
435bf7814a
add split panel props
2018-01-22 14:20:20 +01:00
Sergio Crisostomo
63bd0f7d3f
Add start-date prop to force placing of date picker in date
2018-01-22 14:20:20 +01:00
Sergio Crisostomo
ca8e830cc3
move files to subfolders
2018-01-22 14:20:20 +01:00
Sergio Crisostomo
c4e3fe331f
move date-range.vue to subfolder
2018-01-22 14:20:20 +01:00
Sergio Crisostomo
e32b86e97f
move date.vue to subfolder
2018-01-22 14:20:20 +01:00
Graham Fairweather
e6029f1d5d
Fix: Missing steps attribute in time range.
2017-12-06 13:28:34 +01:00
梁灏
9d1add4d59
update Date example
2017-11-09 14:38:26 +08:00
Sergio Crisostomo
40aa935508
patch chromium bug
2017-11-08 09:54:14 +01:00
Sergio Crisostomo
2537c26d18
add dateLabel to time panel
2017-10-17 14:26:12 +02:00
Sergio Crisostomo
b27858ddb5
add date panel label format logic
2017-10-17 13:09:04 +02:00
Sergio Crisostomo
e9c0d04760
refactor and reduce code logic
2017-09-26 16:57:01 +02:00
Sergio Crisostomo
030a522daa
make picker close on blur
2017-09-21 08:22:36 +02:00
Sergio Crisostomo
9b37683241
Add feature: allow spinner to have steps
...
This ads the possibility to choose `steps` in the formatting of the
lists. So we can have ”5 in five minutes” or ”every 15 minutes” instead
of having always lists of 60 items/minutes.
2017-08-13 09:12:53 +02:00
梁灏
b9a4026ff7
fixed #845
2017-05-11 17:38:05 +08:00
梁灏
21dad188c1
prevent dispatch form event
...
when component import an Input, prevent dispatch event from Input to
Form
2017-03-13 18:58:31 +08:00
梁灏
531cd1654b
support DatePicker & TimePicker
...
support DatePicker & TimePicker
2017-03-07 18:06:56 +08:00
梁灏
356953d958
fixed #201
...
fixed #201
2017-01-13 20:32:24 +08:00
梁灏
4ab118119a
some component support i18n
...
some component support i18n
2017-01-11 21:02:55 +08:00
梁灏
a2a78c382f
update DateTimePicker
...
update DateTimePicker
2016-12-30 17:54:27 +08:00