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
eeeceb54462bea5126881935f40b7ff72daa77a5
  • mew-iview
  • src
10 Apr, 2018
9 commits
  • Merge pull request #3314 from SergioCrisostomo/fix-3246 ...
    eeeceb54
    Allow disableDate function to limit time-spinner numbers
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3316 from SergioCrisostomo/fix-3277 ...
    92513e8b
    compute calendar so we react on showWeekNumbers changes
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3315 from SergioCrisostomo/fix-3232 ...
    89f0868b
    Fix date parsing
    Aresn authored
    7 years ago  
    Browse Dir »
  • update dropdown.vue popper.js opts
    61339d63
    梁灏 authored
    7 years ago  
    Browse Dir »
  • update Poptip options
    81f88959
    梁灏 authored
    7 years ago  
    Browse Dir »
  • update popper
    e8139eac
    huanghong authored
    7 years ago  
    Browse Dir »
  • Merge remote-tracking branch 'upstream/2.0' into popper
    586bf3fc
    huanghong authored
    7 years ago  
    Browse Dir »
  • update
    5c9c4dff
    huanghong authored
    7 years ago  
    Browse Dir »
  • fixed table show-header=false bug
    f1dfa8ff
    huanghong authored
    7 years ago  
    Browse Dir »

09 Apr, 2018
2 commits
  • npm test
    9d3aada3
    huanghong authored
    7 years ago  
    Browse Dir »
  • fixed safari scroll bar
    9d304dd6
    huanghong authored
    7 years ago  
    Browse Dir »

06 Apr, 2018
3 commits
  • Fix date parsing ...
    524dc2a5
    Fixes #3232
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »
  • Allow disableDate function to limit time-spinner numbers ...
    3cd62242
    Fixes #3246
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »
  • compute calendar so we react on showWeekNumbers changes ...
    5ca5a6eb
    fixes #3277
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

04 Apr, 2018
5 commits
  • fixed #3206
    309912df
    梁灏 authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3303 from lison16/fixed-menu ...
    ca60058b
    fixed https://github.com/iview/iview/issues/3298
    Aresn authored
    7 years ago  
    Browse Dir »
  • fixed https://github.com/iview/iview/issues/3298
    b3b4134d
    zhigang.li authored
    7 years ago  
    Browse Dir »
  • add props input-size ...
    f672c42b
    表单布局中包含slider时,input 样式无法统一。或者考虑 允许 `showInput` 的值为 `String`。控制input的size。
    Vace authored
    7 years ago  
    Browse Dir »
  • fix Slider not emit on-change event when click bar at first time
    42ab875d
    miomio-xiao authored
    7 years ago  
    Browse Dir »

02 Apr, 2018
10 commits
  • fix Slider组件第一次click的时候不触发on-change
    d4c9b17b
    miomio-xiao authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3236 from vanppo/2.0 ...
    15342275
    Add new props 'childrenKey' to Tree component
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3253 from xiaofengsha/pr001 ...
    8551f527
     采用inject方法,修正问题:当FormItem组件在slot里时,无法正确获取form组件
    Aresn authored
    7 years ago  
    Browse Dir »
  • :bug: Fix issue #3236
    0985c87b
    vanppo authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3288 from yangbean4/2.0 ...
    a3da61b7
    fix #3195
    Aresn authored
    7 years ago  
    Browse Dir »
  • slider组件 step为小数时回不到100的bug
    cd077424
    bin.yang authored
    7 years ago  
    Browse Dir »
  • slider组件 step为小数时回不到100的bug
    3b71312a
    bin.yang authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3254 from xiaofengsha/pr002 ...
    a1a1e0c7
    采用 findComponentUpward 替代 this.$parent.$parent.$parent 获取 Dropdown 父节点组件
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3272 from miomio-xiao/2.0 ...
    bd0c5590
    fix select dropdown position
    Aresn authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3260 from leonlianght/2.0 ...
    67033d3b
    Fix a confliction in Input component
    Aresn authored
    7 years ago  
    Browse Dir »

31 Mar, 2018
5 commits
  • fixed no data width calculation
    b1262a3d
    huanghong authored
    7 years ago  
    Browse Dir »
  • merge
    9f75c487
    huanghong authored
    7 years ago  
    Browse Dir »
  • remove
    680e0619
    huanghong authored
    7 years ago  
    Browse Dir »
  • column add prop minWidth and maxWidth
    fda6dfa2
    huanghong authored
    7 years ago  
    Browse Dir »
  • column add prop minValue and maxValue
    b3ef1c63
    huanghong authored
    7 years ago  
    Browse Dir »

30 Mar, 2018
1 commit
  • column add prop minValue and maxValue
    77201524
    huanghong authored
    7 years ago  
    Browse Dir »

29 Mar, 2018
4 commits
  • fix select dropdown position
    e6edc172
    miomio-xiao authored
    7 years ago  
    Browse Dir »
  • Merge pull request #3249 from moudicat/2.0 ...
    320fba54
    Fixed issue #2931
    Aresn authored
    7 years ago  
    Browse Dir »
  • Fix a confliction in Input component ...
    4e559028
    Fix clearable and icon conflict while `clearable` and `icon` options are used. `clearable` should show when this option is enable and the currentValue is not empty, otherwise the `icon` will never be shown.
    Leon authored
    7 years ago  
    Browse Dir »
  • Update card.vue
    a3e1344d
    Aresn authored
    7 years ago  
    Browse Dir »

28 Mar, 2018
1 commit
  • * Card组件增加title和icon属性,简化用户使用
    737e2df8
    BillyWang authored
    7 years ago  
    Browse Dir »