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
1f41c9ca2c45a13747b5fa8201c4e4481f409a36
  • mew-iview
  • src
07 Sep, 2017
1 commit
  • fixed #1797
    1f41c9ca
    梁灏 authored
    8 years ago  
    Browse Dir »

04 Sep, 2017
3 commits
  • fixed #1761
    77e4c204
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1777 from SergioCrisostomo/optimise-select-child-search ...
    e493492e
    Optimize append and remove options
    Aresn authored
    8 years ago  
    Browse Dir »
  • fixed #1761
    b324bb4d
    梁灏 authored
    8 years ago  
    Browse Dir »

03 Sep, 2017
5 commits
  • Optimize append and remove options
    9c32a056
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • fixed #1751
    17db7df4
    梁灏 authored
    8 years ago  
    Browse Dir »
  • fixed #1728
    0e4166bd
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Table expand support set column header, and close #1299
    8a392d25
    梁灏 authored
    8 years ago  
    Browse Dir »
  • fixed #1399
    6c97e57a
    梁灏 authored
    8 years ago  
    Browse Dir »

01 Sep, 2017
12 commits
  • Merge pull request #1355 from oustn/2.0 ...
    57f920ff
    修复 Slider 滑动按钮单击时数值跳动 issue
    Aresn authored
    8 years ago  
    Browse Dir »
  • fixed #1568 and close #1593
    d293cc5c
    梁灏 authored
    8 years ago  
    Browse Dir »
  • update Input
    41918ed8
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1414 from zerooverture/2.0 ...
    dd037d90
    Input increase autocomplete
    Aresn authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1737 from SergioCrisostomo/fix-broken-reduce ...
    2c75c881
    Add counter start to reduce
    Aresn authored
    8 years ago  
    Browse Dir »
  • Merge pull request #993 from anykno/table_render ...
    429479a5
    impove table render logic,fix xss.
    Aresn authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1546 from TabEnter/2.0 ...
    7b048668
    fix #695
    Aresn authored
    8 years ago  
    Browse Dir »
  • fixed #1743 and close #1762
    60314959
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Use textContent to not escape html entities in Select options
    a9e0f79d
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1712 from SergioCrisostomo/add-more-datepicker-tests ...
    68e36421
    Refactor cell click handler and add more date picker and date range picker tests
    Aresn authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1760 from SergioCrisostomo/make-babel-transpile-ie-friendly ...
    66728eda
    Make date more IE friendly
    Aresn authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1761 from SergioCrisostomo/fix-half-rates ...
    9b353c40
    Fix rating when init value is decimal
    Aresn authored
    8 years ago  
    Browse Dir »

31 Aug, 2017
2 commits
  • Fix rating when init value is decimal
    b5e1430d
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • Make date more IE friendly
    58ff14d7
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

30 Aug, 2017
1 commit
  • Add counter start to reduce ...
    6a248176
    fixes #1736
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

29 Aug, 2017
2 commits
  • add id-ID locale
    d6542f28
    Indra Gunawan authored
    8 years ago  
    Browse Dir »
  • Refactor date-picker cell click ...
    3747aecd
    Added `cell.date` so we don’t need `. getDateOfCell()` anymore
    Passed `cell` directly in `@click="handleClick(cell)”` so we don’t need
    `const cell =
    this.cells[parseInt(event.target.getAttribute('index’))];` anymore
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

25 Aug, 2017
2 commits
  • fixed #1684
    62f5dd0c
    梁灏 authored
    8 years ago  
    Browse Dir »
  • some Components's size add default
    f00a037c
    梁灏 authored
    8 years ago  
    Browse Dir »

24 Aug, 2017
9 commits
  • Radio add size prop
    4d545420
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Checkbox add size prop
    77f1cc2e
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1677 from SergioCrisostomo/fix-timepicker-scroll ...
    3485243a
    Broken initial scroll in time-picker with steps
    Aresn authored
    8 years ago  
    Browse Dir »
  • Merge pull request #1674 from SergioCrisostomo/DRY-optimizations ...
    af4e91ca
    Date utils improvements and specs
    Aresn authored
    8 years ago  
    Browse Dir »
  • fixed #1661
    9eec7f16
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Date utils improvements and specs ...
    c91c30cc
    Date utility functions `prevMonth` and `nextMonth` change the source
    date when using `src.set[Date|Month|FullYear]()`. This change creates a
    copy of the date at entrance of function so we have a pure function.
    
    Made some code refactor and added specs for these functions.
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • update AutoComplete
    b9541c05
    梁灏 authored
    8 years ago  
    Browse Dir »
  • update AutoComplete
    9cc6213c
    梁灏 authored
    8 years ago  
    Browse Dir »
  • update AutoComplete
    b575fe2c
    梁灏 authored
    8 years ago  
    Browse Dir »

23 Aug, 2017
3 commits
  • use .getItemIndex() so we get the correct index ...
    23cf31ce
    since now the index of the `[hours|minutes|seconds]List` might not
    anymore match the correct number in value
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • update ColorPicker
    2baba209
    梁灏 authored
    8 years ago  
    Browse Dir »
  • update AutoComplete
    b904fd87
    梁灏 authored
    8 years ago  
    Browse Dir »