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
27 Feb, 2018
2 commits
  • Pass Strings to @on-change and Dates to v-model
    b42322fe
    Sergio Crisostomo authored
    2018-02-27 11:01:06 +0100  
    Browse Dir »
  • Prevent clicking in week number label
    c10c5aae
    Sergio Crisostomo authored
    2018-02-27 08:35:28 +0100  
    Browse Dir »

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

08 Feb, 2018
4 commits
  • show only 1 date in preselecting mode
    ebf1f86b
    Sergio Crisostomo authored
    2018-02-08 11:46:28 +0100  
    Browse Dir »
  • hide ranges in month and year tables
    e8a990f5
    Sergio Crisostomo authored
    2018-02-08 11:46:10 +0100  
    Browse Dir »
  • hide range and selections outside currentMonth
    a781ad1a
    Sergio Crisostomo authored
    2018-02-08 11:45:51 +0100  
    Browse Dir »
  • keep `this.$refs.drop.update();` because of transfer
    65ce6ced
    Sergio Crisostomo authored
    2018-02-08 11:45:08 +0100  
    Browse Dir »

07 Feb, 2018
1 commit
  • update also timeSpinnerEnd's scroll
    755693b5
    Sergio Crisostomo authored
    2018-02-07 09:33:31 +0100  
    Browse Dir »

05 Feb, 2018
3 commits
  • Correct passing of `confirm` prop, correct initial values when no value is passed
    29a91fbb
    Sergio Crisostomo authored
    2018-02-05 10:01:19 +0100  
    Browse Dir »
  • correct wrong spread syntax
    732b32e4
    Sergio Crisostomo authored
    2018-02-05 08:44:31 +0100  
    Browse Dir »
  • update scroll when panel opens
    6017ed75
    Sergio Crisostomo authored
    2018-02-05 07:50:23 +0100  
    Browse Dir »

02 Feb, 2018
8 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 Dir »
  • fix time and time-range parsers
    4a1734b7
    Sergio Crisostomo authored
    2018-02-02 14:26:44 +0100  
    Browse Dir »
  • Correct showWeekNumbers cells logic
    a1c88eba
    Sergio Crisostomo authored
    2018-02-02 11:51:30 +0100  
    Browse Dir »
  • Fix date toggle in "multiple mode"
    88d24200
    Sergio Crisostomo authored
    2018-02-02 11:36:11 +0100  
    Browse Dir »
  • 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 »
  • normalise empty initial values
    34867ff9
    Sergio Crisostomo authored
    2018-02-02 11:21:12 +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
11 commits
  • return empty strings for invalid dates instead of `null`
    8c16b301
    Sergio Crisostomo authored
    2018-01-24 15:07:09 +0100  
    Browse Dir »
  • 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 Dir »
  • 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 »
  • Fix daterange manual date insertion
    283b90aa
    Sergio Crisostomo authored
    2018-01-24 11:15:20 +0100  
    Browse Dir »
  • Use same API for on-change, but add Date object(s) also
    b5ca23f5
    Sergio Crisostomo authored
    2018-01-24 11:01:25 +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
8 commits
  • fix specs, fix merge conflicts and cleanup
    5426dcf9
    Sergio Crisostomo authored
    2018-01-22 14:23:05 +0100  
    Browse Dir »
  • Emit input event in mounted if parsed value diffs
    d9ff845f
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse Dir »
  • export utilities and fix multiple dates bugs
    2fb29fae
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse Dir »
  • Correct logic when manually inputing disabledDates
    4863a75d
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse Dir »
  • Correct year date navigation logic
    77e43f2b
    Sergio Crisostomo authored
    2018-01-22 14:21:42 +0100  
    Browse Dir »
  • Fix parser and formater
    8f6aeda4
    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 »