Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 2
  • Tags 0
  • mew-iview
  • src
  • components
  • date-picker
  • panel
05 Feb, 2018
1 commit
  • update scroll when panel opens
    6017ed75
    Sergio Crisostomo authored
    2018-02-05 07:50:23 +0100  
    Browse Dir »

02 Feb, 2018
3 commits
  • Correct arrows showing in split panels labels
    abb0cc87
    Sergio Crisostomo authored
    2018-02-02 11:27:53 +0100  
    Browse Dir »
  • move logic to inside the correct if clause
    b990d2f4
    Sergio Crisostomo authored
    2018-02-02 11:21:37 +0100  
    Browse Dir »
  • update panel date on every value change
    8d532306
    Sergio Crisostomo authored
    2018-02-02 10:58:09 +0100  
    Browse Dir »

31 Jan, 2018
2 commits
  • Fix sort of date arrays
    5092777d
    Sergio Crisostomo authored
    2018-01-31 13:30:01 +0100  
    Browse Dir »
  • Fix year/month pre-selection
    73a34dfa
    Sergio Crisostomo authored
    2018-01-31 12:14:11 +0100  
    Browse Dir »

24 Jan, 2018
7 commits
  • fix showSeconds flag logic
    22ff9a62
    Sergio Crisostomo authored
    2018-01-24 13:34:02 +0100  
    Browse Dir »
  • Fix panels reset on blur and
    46726afd
    Sergio Crisostomo authored
    2018-01-24 13:33:48 +0100  
    Browse Dir »
  • fix handlePick and remove console.log ...
    bcf09be7
    removed if/else related to b52e02e4367002c01d04793c2e8059965aa26b80
    Sergio Crisostomo authored
    2018-01-24 11:34:50 +0100  
    Browse Dir »
  • Fix date/time panel toggle
    71b68751
    Sergio Crisostomo authored
    2018-01-24 11:19:43 +0100  
    Browse Dir »
  • Reset panel selectionMode and positioning on blur
    c2b7fed0
    Sergio Crisostomo authored
    2018-01-24 10:55:42 +0100  
    Browse Dir »
  • Reset panel date when dates are null
    15457562
    Sergio Crisostomo authored
    2018-01-24 10:24:54 +0100  
    Browse Dir »
  • Fix month|year preselection/shortcut when picking a date
    b52e02e4
    Sergio Crisostomo authored
    2018-01-24 09:46:07 +0100  
    Browse Dir »

22 Jan, 2018
9 commits
  • fix specs, fix merge conflicts and cleanup
    5426dcf9
    Sergio Crisostomo authored
    2018-01-22 14:23:05 +0100  
    Browse Dir »
  • Correct year date navigation logic
    77e43f2b
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse Dir »
  • Fix month picker value
    4ec8bc8a
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse Dir »
  • Add week numbers
    e55ba7a2
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse Dir »
  • add split panel props
    435bf781
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse Dir »
  • Add start-date prop to force placing of date picker in date
    63bd0f7d
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse Dir »
  • move files to subfolders
    ca8e830c
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse Dir »
  • move date-range.vue to subfolder
    c4e3fe33
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse Dir »
  • move date.vue to subfolder
    e32b86e9
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse Dir »

06 Dec, 2017
1 commit
  • Fix: Missing steps attribute in time range.
    e6029f1d
    Graham Fairweather authored
    2017-12-06 13:28:34 +0100  
    Browse Dir »

09 Nov, 2017
1 commit
  • update Date example
    9d1add4d
    梁灏 authored
    2017-11-09 14:38:26 +0800  
    Browse Dir »

08 Nov, 2017
1 commit
  • patch chromium bug
    40aa9355
    Sergio Crisostomo authored
    2017-11-08 09:54:14 +0100  
    Browse Dir »

17 Oct, 2017
2 commits
  • add dateLabel to time panel
    2537c26d
    Sergio Crisostomo authored
    2017-10-17 14:26:12 +0200  
    Browse Dir »
  • add date panel label format logic
    b27858dd
    Sergio Crisostomo authored
    2017-10-17 13:09:04 +0200  
    Browse Dir »

26 Sep, 2017
1 commit
  • refactor and reduce code logic
    e9c0d047
    Sergio Crisostomo authored
    2017-09-26 16:57:01 +0200  
    Browse Dir »

21 Sep, 2017
1 commit
  • make picker close on blur
    030a522d
    Sergio Crisostomo authored
    2017-09-21 08:22:36 +0200  
    Browse Dir »

13 Aug, 2017
1 commit
  • Add feature: allow spinner to have steps ...
    9b376832
    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.
    Sergio Crisostomo authored
    2017-08-13 09:12:53 +0200  
    Browse Dir »

11 May, 2017
1 commit
  • fixed #845
    b9a4026f
    梁灏 authored
    2017-05-11 17:38:05 +0800  
    Browse Dir »

13 Mar, 2017
1 commit
  • prevent dispatch form event ...
    21dad188
    when component import an Input, prevent dispatch event from Input to
    Form
    梁灏 authored
    2017-03-13 18:58:31 +0800  
    Browse Dir »

07 Mar, 2017
1 commit
  • support DatePicker & TimePicker ...
    531cd165
    support DatePicker & TimePicker
    梁灏 authored
    2017-03-07 18:06:56 +0800  
    Browse Dir »

13 Jan, 2017
1 commit
  • fixed #201 ...
    356953d9
    fixed #201
    梁灏 authored
    2017-01-13 20:32:24 +0800  
    Browse Dir »

11 Jan, 2017
1 commit
  • some component support i18n ...
    4ab11811
    some component support i18n
    梁灏 authored
    2017-01-11 21:02:55 +0800  
    Browse Dir »

30 Dec, 2016
5 commits
  • update DateTimePicker ...
    a2a78c38
    update DateTimePicker
    梁灏 authored
    2016-12-30 17:54:27 +0800  
    Browse Dir »
  • update DateTimePicker ...
    2dc27713
    update DateTimePicker
    梁灏 authored
    2016-12-30 17:00:26 +0800  
    Browse Dir »
  • update DateTimePicker ...
    36931442
    update DateTimePicker
    梁灏 authored
    2016-12-30 13:56:34 +0800  
    Browse Dir »
  • update DateTimePicker ...
    acde7262
    update DateTimePicker
    梁灏 authored
    2016-12-30 12:03:24 +0800  
    Browse Dir »
  • update DateTimePicker ...
    a8571a5f
    update DateTimePicker
    梁灏 authored
    2016-12-30 11:34:01 +0800  
    Browse Dir »