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
a87597bfe77cd5d2fc39f1b528ae7cf1b5bc14a8
  • mew-iview
  • src
14 Sep, 2017
4 commits
  • Merge pull request #1883 from iview/pr/1789 ...
    a87597bf
    Pr/1789
    Aresn authored
    8 years ago  
    Browse Dir »
  • update
    a77eaa5c
    梁灏 authored
    8 years ago  
    Browse Dir »
  • fixed #1865
    e1b86bcf
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Propagate type changes to panel
    9ffdd6da
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

13 Sep, 2017
1 commit
  • fixed #1842
    bdfab3b9
    梁灏 authored
    8 years ago  
    Browse Dir »

10 Sep, 2017
1 commit
  • update Select
    f77b1964
    梁灏 authored
    8 years ago  
    Browse Dir »

09 Sep, 2017
2 commits
  • Rollback #968 ...
    952eea46
    If you want to prevent submit, use this instead:
    
    ```
    <Form @submit.native.prevent>
    ```
    Hsiaoming Yang authored
    8 years ago  
    Browse Dir »
  • update Select
    89828b5b
    梁灏 authored
    8 years ago  
    Browse Dir »

08 Sep, 2017
1 commit
  • fix debounce context
    721dc691
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

07 Sep, 2017
1 commit
  • fixed #1797
    1f41c9ca
    梁灏 authored
    8 years ago  
    Browse Dir »

04 Sep, 2017
4 commits
  • Fix multiple messages with overlapping bugs
    f0af86ea
    lan authored
    8 years ago  
    Browse Dir »
  • 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
2 commits
  • Radio add size prop
    4d545420
    梁灏 authored
    8 years ago  
    Browse Dir »
  • Checkbox add size prop
    77f1cc2e
    梁灏 authored
    8 years ago  
    Browse Dir »