Logo white

chenhaodong / 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
17 May, 2018
2 commits
  • init Time component
    7f9ea0dc
    梁灏 authored
    2018-05-17 17:51:37 +0800  
    Browse Dir »
  • Revert "update Tabs keyboard logic and support @on-click event" ...
    fce83323
    This reverts commit d45e919663364efb627ebd421fcc4efc62ee383d.
    梁灏 authored
    2018-05-17 17:39:25 +0800  
    Browse Dir »

14 May, 2018
4 commits
  • update Tabs keyboard logic and support @on-click event
    d45e9196
    梁灏 authored
    2018-05-14 15:38:07 +0800  
    Browse Dir »
  • fixed #3596
    ce7b39c2
    梁灏 authored
    2018-05-14 11:46:11 +0800  
    Browse Dir »
  • Merge pull request #3560 from mahp/patch-1 ...
    679b2a2b
    update menu.vue updateOpenKeys methods
    Aresn authored
    2018-05-14 10:09:41 +0800  
    Browse Dir »
  • Merge pull request #3586 from ChuanfengZhang/2.0 ...
    d93bdb97
    radio 组合使用,type="button"时文字没有居中
    Aresn authored
    2018-05-14 09:57:15 +0800  
    Browse Dir »

11 May, 2018
5 commits
  • Merge pull request #3579 from SergioCrisostomo/refactor-select ...
    930b8583
    more select improvements
    Aresn authored
    2018-05-11 17:03:26 +0800  
    Browse Dir »
  • Trim label so we can compare and use label better
    5266c905
    Sergio Crisostomo authored
    2018-05-11 10:52:58 +0200  
    Browse Dir »
  • Keep last selected option index
    52cfcd66
    Sergio Crisostomo authored
    2018-05-11 10:52:25 +0200  
    Browse Dir »
  • Emit on-open-change events
    1376a01a
    Sergio Crisostomo authored
    2018-05-11 10:52:16 +0200  
    Browse Dir »
  • correct unchangedQuery and queryStringMatchesSelectedOption logic and
    c3304bce
    Sergio Crisostomo authored
    2018-05-11 08:45:14 +0200  
    Browse Dir »

09 May, 2018
1 commit
  • radio 组合使用,type="button"时文字没有居中 ...
    b2dee308
    好几个月过去了大家都没有发现吗?😅
    Chuanfeng authored
    2018-05-09 17:14:54 +0800  
    Browse Dir »

08 May, 2018
10 commits
  • Normalise behaviour when opening select with selected option present in options
    31788df3
    Sergio Crisostomo authored
    2018-05-08 14:23:49 +0200  
    Browse Dir »
  • Merge pull request #3554 from SergioCrisostomo/tabs-keyboard ...
    acbd8b17
    Tabs keyboard navigation
    Aresn authored
    2018-05-08 20:22:12 +0800  
    Browse Dir »
  • add on-clear event
    7dbde804
    Sergio Crisostomo authored
    2018-05-08 14:03:12 +0200  
    Browse Dir »
  • Correct disabled forward navigation
    45dbc6fd
    Sergio Crisostomo authored
    2018-05-08 12:35:10 +0200  
    Browse Dir »
  • Merge pull request #3576 from SergioCrisostomo/refactor-select ...
    d4f39edc
    Select related fixes
    Aresn authored
    2018-05-08 18:28:29 +0800  
    Browse Dir »
  • close the menu if no option is focused on Enter
    7e3fc4a5
    Sergio Crisostomo authored
    2018-05-08 11:38:04 +0200  
    Browse Dir »
  • stop propagation on ESC key
    16fc6361
    Sergio Crisostomo authored
    2018-05-08 11:34:15 +0200  
    Browse Dir »
  • Clean up empty/null entries
    220161f5
    Sergio Crisostomo authored
    2018-05-08 11:15:49 +0200  
    Browse Dir »
  • prevent space to scroll page
    7fa3f9ef
    Aresn authored
    2018-05-08 11:16:17 +0800  
    Browse Dir »
  • Merge pull request #3551 from He-zhiyong/patch-1 ...
    9564af89
    Class string error
    Aresn authored
    2018-05-08 10:53:43 +0800  
    Browse Dir »

07 May, 2018
1 commit
  • feat: exposure `on-focus` and `on-blur` event in <AutoComplete>
    11ab6519
    blackcater authored
    2018-05-07 15:47:17 +0800  
    Browse Dir »

06 May, 2018
1 commit
  • update menu.vue updateOpenKeys methods ...
    8bac3f86
    修复 on-open-change事件返回的当前展开的 Submenu 的 name 值数组不正确的问题
    Stephen Ma authored
    2018-05-06 16:01:04 +0800  
    Browse Dir »

04 May, 2018
7 commits
  • add eslint-disable-line
    2f40e7ea
    Sergio Crisostomo authored
    2018-05-04 15:41:32 +0200  
    Browse Dir »
  • Add tab navigation to Tabs
    7be1069a
    Sergio Crisostomo authored
    2018-05-04 15:32:31 +0200  
    Browse Dir »
  • Class string error ...
    ab26fdc6
    Lack of space causes style display errors
    何志勇 authored
    2018-05-04 17:28:34 +0800  
    Browse Dir »
  • Merge pull request #3486 from Superman379/patch-1 ...
    17d9922b
    修复autoComplete的on-change事件的bug
    Aresn authored
    2018-05-04 11:16:44 +0800  
    Browse Dir »
  • Merge pull request #3535 from carlosturnerbenites/pr/fix-spin-close ...
    deef01f7
    fix: calling Spin.hide() continuously
    Aresn authored
    2018-05-04 11:09:04 +0800  
    Browse Dir »
  • update Select
    8c82b6f2
    梁灏 authored
    2018-05-04 11:00:15 +0800  
    Browse Dir »
  • Merge pull request #3157 from SergioCrisostomo/refactor-select ...
    4ce11f84
    Refactor select, fix tab/keyboard navigation
    Aresn authored
    2018-05-04 10:28:44 +0800  
    Browse Dir »

03 May, 2018
9 commits
  • Include both node and componentOptions children in lookup
    7d14e70c
    Sergio Crisostomo authored
    2018-05-03 11:36:34 +0200  
    Browse Dir »
  • Add open change event to color picker
    263c991e
    Sergio Crisostomo authored
    2018-05-03 10:42:26 +0200  
    Browse Dir »
  • Process also shallow children and not only nested
    aa21cdf9
    Sergio Crisostomo authored
    2018-05-03 09:51:57 +0200  
    Browse Dir »
  • fix: calling Spin.hide() continuously
    c43d1784
    Carlos Alonso Turner Benites authored
    2018-05-03 00:15:36 -0500  
    Browse Dir »
  • correct match logic for i-option and Option
    523e2c81
    Sergio Crisostomo authored
    2018-05-03 07:03:46 +0200  
    Browse Dir »
  • Merge pull request #3487 from xiaofengsha/pr007 ...
    ca1b7bfa
     rate组件添加allowClear属性,通过点击可以把当前评分清零
    Aresn authored
    2018-05-03 11:54:59 +0800  
    Browse Dir »
  • 保持命名统一,将 allowClear 修改为了 clearable
    e9528eed
    Aresn authored
    2018-05-03 11:54:13 +0800  
    Browse Dir »
  • Merge pull request #3498 from Superman379/patch-2 ...
    37322f82
    修复RadioGroup只能在使用v-model绑定的情况下才能正常使用的bug。
    Aresn authored
    2018-05-03 11:46:22 +0800  
    Browse Dir »
  • fixed in multiple type, wrong position of popper ...
    88ef37f5
    fixed in multiple type, when select some options, the position of popper not recalculation, so the position is wrong. By the way, it resolve the problem: when select one option, scroll page, throw many errors of popper.
    Aresn authored
    2018-05-03 10:36:42 +0800  
    Browse Dir »