Commit graph

73 commits

Author SHA1 Message Date
Sergio Crisostomo
57f0582b71 Pass correct arguments to on-change callback 2018-02-11 20:46:22 +01:00
Sergio Crisostomo
65ce6cedcb keep this.$refs.drop.update(); because of transfer 2018-02-08 11:45:08 +01:00
Sergio Crisostomo
6017ed7509 update scroll when panel opens 2018-02-05 07:50:23 +01:00
Sergio Crisostomo
8878e4a351 Remove validator function (because:)
We have too many use cases and we cannot access props inside validator
function, so we cannot do proper checking anyway
2018-02-02 14:35:55 +01:00
Sergio Crisostomo
4a1734b77e fix time and time-range parsers 2018-02-02 14:26:44 +01:00
Sergio Crisostomo
88d24200e8 Fix date toggle in "multiple mode" 2018-02-02 11:36:11 +01:00
Sergio Crisostomo
34867ff9a9 normalise empty initial values 2018-02-02 11:21:12 +01:00
Sergio Crisostomo
8c16b30149 return empty strings for invalid dates instead of null 2018-01-24 15:07:09 +01:00
Sergio Crisostomo
72f225e938 Fix date manual input so it falls back to old value when parser don't parse the input 2018-01-24 14:54:03 +01:00
Sergio Crisostomo
46726afdf4 Fix panels reset on blur and 2018-01-24 13:33:48 +01:00
Sergio Crisostomo
283b90aa38 Fix daterange manual date insertion 2018-01-24 11:15:20 +01:00
Sergio Crisostomo
b5ca23f5ef Use same API for on-change, but add Date object(s) also 2018-01-24 11:01:25 +01:00
Sergio Crisostomo
c2b7fed05f Reset panel selectionMode and positioning on blur 2018-01-24 10:55:42 +01:00
Sergio Crisostomo
b52e02e436 Fix month|year preselection/shortcut when picking a date 2018-01-24 09:46:07 +01:00
Sergio Crisostomo
d9ff845f63 Emit input event in mounted if parsed value diffs 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
2fb29faeb1 export utilities and fix multiple dates bugs 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
4863a75d92 Correct logic when manually inputing disabledDates 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
8f6aeda4be Fix parser and formater 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
d07b4f3301 fix logic for multiple picker 2018-01-22 14:20:20 +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
梁灏
22c27b7962 fixed #2215 2017-11-08 20:44:35 +08:00
Sergio Crisostomo
65255c9637 fix date formatting when strings are supplied to DatePicker 2017-10-23 15:53:12 +02:00
Sergio Crisostomo
5d1c24c7f4 correct behaviour when initialising date-picker with a empty string 2017-10-17 15:13:42 +02:00
Aresn
5bd5dd5918 Merge pull request #2002 from SergioCrisostomo/avoid-throw-if-wrong-input
Return empty string if the date input doesn't parse
2017-09-27 02:10:38 -05:00
Sergio Crisostomo
77883b8c69 Return empty string if the date input doesn't parse 2017-09-27 08:42:28 +02:00
Sergio Crisostomo
b61002ba33 force string dates parse 2017-09-26 13:30:25 +02:00
梁灏
acb79ba30e fixed #433 2017-09-22 15:29:50 +08:00
Sergio Crisostomo
030a522daa make picker close on blur 2017-09-21 08:22:36 +02:00
梁灏
0460a1e811 fixed #812 2017-09-19 16:45:02 +08:00
梁灏
f00a037cd4 some Components's size add default 2017-08-25 10:53:52 +08: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
Rijn
61d5d48b9c return array of format string when type is datetimerange 2017-08-08 14:17:47 -05:00
梁灏
ecaf8d51e0 Date add transfer prop 2017-07-20 11:53:18 +08:00
Aresn
f1f0206c70 fixed Date bug 2017-06-07 10:49:15 +08:00
梁灏
762c8ddfef update DatePicker 2017-03-30 10:52:01 +08:00
梁灏
7b7178f165 fixed #528 2017-03-29 10:29:12 +08:00
梁灏
fc0c4c7815 fixed #494
watch trigger after form emit, so the value of date not change when
validate, change to async
2017-03-27 10:30:45 +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
梁灏
cd78c9c488 some comps support dispatch event to FormItem
some comps support dispatch event to FormItem
2017-03-09 11:14:40 +08:00
梁灏
531cd1654b support DatePicker & TimePicker
support DatePicker & TimePicker
2017-03-07 18:06:56 +08:00
梁灏
b89a982e64 fixed #205
fixed #205
2017-01-16 12:29:03 +08:00
梁灏
1b7aefeab2 update Picker
update Picker
2017-01-09 19:57:10 +08:00
梁灏
73d10c280b update DatePicker
update DatePicker
2017-01-04 14:22:27 +08:00
梁灏
3693144258 update DateTimePicker
update DateTimePicker
2016-12-30 13:56:34 +08:00
梁灏
5cc9b892b8 update DateTimePicker
update DateTimePicker
2016-12-30 10:57:10 +08:00
梁灏
4db5926d6b fixed #153
fixed #153
2016-12-29 12:11:22 +08:00
梁灏
0dd7b94a4d update TimePicker
update TimePicker
2016-12-28 17:30:34 +08:00