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
  • picker.vue
25 Jun, 2018
1 commit
  • update Date Icons
    0f512d6a
    梁灏 authored
    2018-06-25 13:27:14 +0800  
    Browse File »

04 Jun, 2018
1 commit
  • Focus only if component has input (3769)
    9e375e67
    Sergio Crisostomo authored
    2018-06-04 09:52:20 +0200  
    Browse File »

30 May, 2018
1 commit
  • Update v-click-outside-x and use project wide directive
    26369639
    Graham Fairweather authored
    2018-05-30 15:29:46 +0200  
    Browse File »

23 May, 2018
1 commit
  • Don't use undefined
    75c98064
    Sergio Crisostomo authored
    2018-05-23 08:21:27 +0200  
    Browse File »

21 May, 2018
3 commits
  • Fix: Webpack is not configured to handle transpiling raw module, use pre-transpiled ...
    8624560f
    This was breaking ie <= 11
    
    https://github.com/iview/iview/issues/3325
    Graham Fairweather authored
    2018-05-21 14:47:12 +0200  
    Browse File »
  • take into account possible startDate in props
    9a7a0e75
    Sergio Crisostomo authored
    2018-05-21 08:26:28 +0200  
    Browse File »
  • Prevent selecting disabled dates
    939a162a
    Sergio Crisostomo authored
    2018-05-21 08:24:56 +0200  
    Browse File »

18 May, 2018
1 commit
  • Add keyboard navigation to date|time picker
    75cb2998
    Sergio Crisostomo authored
    2018-05-18 13:06:43 +0200  
    Browse File »

11 Apr, 2018
1 commit
  • Expose changed date component
    90ebd5a7
    Sergio Crisostomo authored
    2018-04-11 14:31:14 +0200  
    Browse File »

06 Apr, 2018
1 commit
  • Fix date parsing ...
    524dc2a5
    Fixes #3232
    Sergio Crisostomo authored
    2018-04-06 23:16:44 +0200  
    Browse File »

16 Mar, 2018
2 commits
  • Fix type passed when no value is given for timerange
    94790b84
    Sergio Crisostomo authored
    2018-03-16 11:49:55 +0100  
    Browse File »
  • 解决drop弹出动画异常
    e09b07b7
    huanghong authored
    2018-03-16 00:43:11 +0800  
    Browse File »

05 Mar, 2018
2 commits
  • Use the last picked date as reference for the date panel
    02859de9
    Sergio Crisostomo authored
    2018-03-05 08:59:25 +0100  
    Browse File »
  • Fix error in formater for multiple values
    2332ac9b
    Sergio Crisostomo authored
    2018-03-05 08:48:25 +0100  
    Browse File »

03 Mar, 2018
1 commit
  • Allow DatePicker to receive TimePicker options
    79ac2457
    Sergio Crisostomo authored
    2018-03-03 12:51:53 +0100  
    Browse File »

27 Feb, 2018
1 commit
  • Pass Strings to @on-change and Dates to v-model
    b42322fe
    Sergio Crisostomo authored
    2018-02-27 11:01:06 +0100  
    Browse File »

11 Feb, 2018
1 commit
  • Pass correct arguments to `on-change` callback
    57f0582b
    Sergio Crisostomo authored
    2018-02-11 20:46:22 +0100  
    Browse File »

08 Feb, 2018
1 commit
  • keep `this.$refs.drop.update();` because of transfer
    65ce6ced
    Sergio Crisostomo authored
    2018-02-08 11:45:08 +0100  
    Browse File »

05 Feb, 2018
1 commit
  • update scroll when panel opens
    6017ed75
    Sergio Crisostomo authored
    2018-02-05 07:50:23 +0100  
    Browse File »

02 Feb, 2018
4 commits
  • Remove validator function (because:) ...
    8878e4a3
    We have too many use cases and we cannot access props inside validator
    function, so we cannot do proper checking anyway
    Sergio Crisostomo authored
    2018-02-02 14:35:55 +0100  
    Browse File »
  • fix time and time-range parsers
    4a1734b7
    Sergio Crisostomo authored
    2018-02-02 14:26:44 +0100  
    Browse File »
  • Fix date toggle in "multiple mode"
    88d24200
    Sergio Crisostomo authored
    2018-02-02 11:36:11 +0100  
    Browse File »
  • normalise empty initial values
    34867ff9
    Sergio Crisostomo authored
    2018-02-02 11:21:12 +0100  
    Browse File »

24 Jan, 2018
7 commits
  • return empty strings for invalid dates instead of `null`
    8c16b301
    Sergio Crisostomo authored
    2018-01-24 15:07:09 +0100  
    Browse File »
  • Fix date manual input so it falls back to old value when parser don't parse the input
    72f225e9
    Sergio Crisostomo authored
    2018-01-24 14:54:03 +0100  
    Browse File »
  • Fix panels reset on blur and
    46726afd
    Sergio Crisostomo authored
    2018-01-24 13:33:48 +0100  
    Browse File »
  • Fix daterange manual date insertion
    283b90aa
    Sergio Crisostomo authored
    2018-01-24 11:15:20 +0100  
    Browse File »
  • Use same API for on-change, but add Date object(s) also
    b5ca23f5
    Sergio Crisostomo authored
    2018-01-24 11:01:25 +0100  
    Browse File »
  • Reset panel selectionMode and positioning on blur
    c2b7fed0
    Sergio Crisostomo authored
    2018-01-24 10:55:42 +0100  
    Browse File »
  • Fix month|year preselection/shortcut when picking a date
    b52e02e4
    Sergio Crisostomo authored
    2018-01-24 09:46:07 +0100  
    Browse File »

22 Jan, 2018
9 commits
  • Emit input event in mounted if parsed value diffs
    d9ff845f
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse File »
  • export utilities and fix multiple dates bugs
    2fb29fae
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse File »
  • Correct logic when manually inputing disabledDates
    4863a75d
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse File »
  • Fix parser and formater
    8f6aeda4
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse File »
  • Add week numbers
    e55ba7a2
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse File »
  • add split panel props
    435bf781
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse File »
  • Add start-date prop to force placing of date picker in date
    63bd0f7d
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse File »
  • fix logic for multiple picker
    d07b4f33
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse File »
  • refactor Datepicker ...
    95eae081
    refactor Datepicker  to render subcomponents in template instead of
    creating new Vue instances
    Sergio Crisostomo authored
    2018-01-22 14:20:20 +0100  
    Browse File »

08 Nov, 2017
1 commit
  • fixed #2215
    22c27b79
    梁灏 authored
    2017-11-08 20:44:35 +0800  
    Browse File »