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
b34e09b8f923917b8debb9f7d0abbe9843d6f39d
  • mew-iview
  • src
19 Jan, 2018
7 commits
  • fixed #2832
    b34e09b8
    梁灏 authored
    7 years ago  
    Browse Dir »
  • Merge pull request #2855 from Xotic750/checkbox_tabindex ...
    57fe5562
     Don't tab to disable checkboxes
    Aresn authored
    7 years ago  
    Browse Dir »
  • Don't tab to disable checkboxes
    4b48b69a
    Graham Fairweather authored
    7 years ago  
    Browse Dir »
  • update Checkbox style
    afa803bc
    梁灏 authored
    7 years ago  
    Browse Dir »
  • Merge branch 'checkbox_tabindex' of github.com:Xotic750/iview into checkbox_tabindex
    4f3bedf1
    Graham Fairweather authored
    7 years ago  
    Browse Dir »
  • Merge pull request #2849 from Xotic750/checkbox_tabindex ...
    ad2ee431
    Checkbox: Tabindex WIP
    Aresn authored
    7 years ago  
    Browse Dir »
  • Update checkbox.vue
    78a66116
    Aresn authored
    7 years ago  
    Browse Dir »

18 Jan, 2018
9 commits
  • Focus on <label> when <input> gets the focus
    ea49834d
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »
  • Checkbox WIP
    98252a9e
    Xotic750 authored
    7 years ago  
    Browse Dir »
  • Key space to select
    18efb1b4
    Graham Fairweather authored
    7 years ago  
    Browse Dir »
  • Initial WIP
    e0f097e6
    Graham Fairweather authored
    7 years ago  
    Browse Dir »
  • update Button focus transition
    5a3fe3ec
    梁灏 authored
    7 years ago  
    Browse Dir »
  • update
    91d9c16a
    梁灏 authored
    7 years ago  
    Browse Dir »
  • Revert "Revert "update Button & style"" ...
    9e5c7283
    This reverts commit 518c639ada3332204e71c342c9eb8f4e05a1daf3.
    梁灏 authored
    7 years ago  
    Browse Dir »
  • Revert "update Button & style" ...
    518c639a
    This reverts commit 4434b3abfbbe97f38c8ccd61e8c5664f1b1120b7.
    梁灏 authored
    7 years ago  
    Browse Dir »
  • update Button & style ...
    4434b3ab
    @xotic750 I update Button code, because just use :focus style can do it, so i removed some event.
    梁灏 authored
    7 years ago  
    Browse Dir »

17 Jan, 2018
2 commits
  • update Button styles
    b6af2c2a
    梁灏 authored
    7 years ago  
    Browse Dir »
  • Remove core-js as no longer required ...
    cd99387e
    Re: https://github.com/iview/iview/pull/2839#issuecomment-358236307
    Graham Fairweather authored
    7 years ago  
    Browse Dir »

16 Jan, 2018
3 commits
  • Revert
    d19aee27
    Graham Fairweather authored
    7 years ago  
    Browse Dir »
  • Use an added style and shadow for the focused element.
    8cc60d22
    Graham Fairweather authored
    7 years ago  
    Browse Dir »
  • Feature: Button tab navigation ...
    291acd27
    https://github.com/iview/iview/issues/1647
    Graham Fairweather authored
    7 years ago  
    Browse Dir »

15 Jan, 2018
5 commits
  • Merge pull request #2783 from SergioCrisostomo/add-clickoutside-event ...
    9c1b5c1c
    New feature: add "clickoutside" event emitter to dropdown
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #2775 from hxsf/patch-1 ...
    24e156e6
    fix last column resize bug when no data
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge branch '2.0' of https://github.com/iview/iview into 2.0
    b31dd8fa
    梁灏 authored
    7 years ago  
    Browse Dir »
  • update
    3288b530
    梁灏 authored
    7 years ago  
    Browse Dir »
  • Merge pull request #2802 from chenfengjw163/2.0 ...
    9044be78
    dropdown component in fast switch display hidden times error
    Aresn authored
    7 years ago  
    Browse Dir »

12 Jan, 2018
1 commit
  • Update dropdown.vue
    e845e84d
    陈峰 authored
    7 years ago  
    Browse Dir »

11 Jan, 2018
3 commits
  • Update ro-RO
    0d7506ce
    Leonard1980 authored
    7 years ago  
    Browse Dir »
  • Update ro-RO
    0e3052e0
    Leonard1980 authored
    7 years ago  
    Browse Dir »
  • Romanian language
    3bc53273
    Leonard1980 authored
    7 years ago  
    Browse Dir »

10 Jan, 2018
1 commit
  • add click outside event emitter to dropdown
    526a142c
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

09 Jan, 2018
3 commits
  • Merge pull request #2393 from SergioCrisostomo/refactor-slider ...
    3537176f
    Refactor slider
    Aresn authored
    7 years ago  
    Browse Dir »
  • Correct barStyle computed property
    3e9a7f97
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »
  • fix last column resize bug when no data ...
    e7f2801b
    If a table has heigth and last column is auto width
    
    let width = ''
    // is_last_column, true && top_always_true && height_set_by_user, true
    if ( this.columns.length === index + 1 && top && this.$parent.bodyHeight !== 0) {
    // width will be 0 + this.$parent.scrollBarWidth === this.$parent.scrollBarWidth
    // so last column will be 10~20px(the width of scrollBar)
    }
    there is an example with iview@2.8.0
    [gist](https://gist.github.com/anonymous/e04e86c9e99d4d1e97bf327769acd345)
    [demo on jsbin](http://jsbin.com/soqogagiqu)
    呼啸随风 authored
    7 years ago  
    Browse Dir »

08 Jan, 2018
3 commits
  • Merge pull request #2722 from GLChan/patch-1 ...
    1af3dd1f
    Update cascader.vue
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #2724 from AlexanderMisel/patch-1 ...
    4ffec807
    Add saturation property
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #2757 from adam-zou/pr/2644 ...
    5edc93d6
    fix issue: #2352
    Aresn authored
    7 years ago  
    Browse Dir »

05 Jan, 2018
2 commits
  • fix issue: #2352
    a1bdd0d7
    Eric authored
    7 years ago  
    Browse Dir »
  • fixed bug of notice when has render and title bug no desc
    efc65a34
    zhigang.li authored
    7 years ago  
    Browse Dir »

30 Dec, 2017
1 commit
  • Add saturation property ...
    2b2dc78a
    add a property to decide whether saturation panel should show
    Alexander Misel authored
    7 years ago  
    Browse Dir »