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
d04fb45a0ebb7342ca3f516a50011e252f1446ff
  • mew-iview
12 Oct, 2017
2 commits
  • Merge pull request #2007 from SergioCrisostomo/scroll-component ...
    d04fb45a
    New feature: Scroll component
    Aresn authored
    8 years ago  
    Browse Code »
  • fixed #2050
    a36ef0f2
    梁灏 authored
    8 years ago  
    Browse Code »

11 Oct, 2017
4 commits
  • Merge pull request #2059 from SergioCrisostomo/add-input-event ...
    9ca05a64
    fire change on "input" event
    Aresn authored
    8 years ago  
    Browse Code »
  • fix regex and make empty string go back to old value on change
    8115f0b8
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • call change on input event
    c82e714c
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • InputNumber add `editable` property.
    7309b434
    梁灏 authored
    8 years ago  
    Browse Code »

10 Oct, 2017
2 commits
  • Merge pull request #2058 from SergioCrisostomo/add-readonly ...
    9271ce9d
    Add readonly prop to input-number
    Aresn authored
    8 years ago  
    Browse Code »
  • Add readonly prop to input-number
    cb486838
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

09 Oct, 2017
3 commits
  • simplify
    02bf8fab
    梁灏 authored
    8 years ago  
    Browse Code »
  • update tag
    9f97a0d1
    Lison authored
    8 years ago  
    Browse Code »
  • update badge.vue
    f575eca7
    Lison authored
    8 years ago  
    Browse Code »

08 Oct, 2017
6 commits
  • Merge pull request #2013 from BerlinChan/2.0 ...
    45f69735
    Remove unused and typo cursor style in ColorPicker
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2027 from SergioCrisostomo/fix-precision ...
    a50c0272
    Check if isNaN so we don't ignore value of zero
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2029 from SergioCrisostomo/resuse-pr1281 ...
    4b47f026
    Re-use pr1281
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2046 from lison16/2.0 ...
    ea89b2df
    update badge
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2047 from iview/pr/2036 ...
    83942111
    Pr/2036
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2038 from SergioCrisostomo/dry-message-and-add-tests ...
    9707bac7
    DRY message/index.js and add unit tests
    Aresn authored
    8 years ago  
    Browse Code »

07 Oct, 2017
1 commit
  • update component badge ...
    647ae4fa
    Resolved the bug of badge when setted 'dot' attribute, the dot does not hide after setting ': count = "0" '  (the type of 0 is number not string)
    Lison authored
    8 years ago  
    Browse Code »

01 Oct, 2017
1 commit
  • DRY message/index.js and add unit tests
    23e20abf
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

30 Sep, 2017
2 commits
  • Use jsFiddle as fiddle
    4991f4ec
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • Update form-item.vue ...
    4109caad
    修正`FormItem`使用`:error`动态设置错误信息后,`validateState`的值`error`永远无法清空的BUG
    吕庆安 authored
    8 years ago  
    Browse Code »

29 Sep, 2017
3 commits
  • eslint and replace "var" with "const"
    4a7f28fd
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • use gzip
    0a0971da
    huixisheng authored
    8 years ago  
    Browse Code »
  • Check if isNaN so we don't ignore value of zero
    815f8354
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

28 Sep, 2017
2 commits
  • Merge pull request #2010 from SergioCrisostomo/contribute ...
    4ef54c6e
    README update suggestions
    Aresn authored
    8 years ago  
    Browse Code »
  • Remove unused and typo cursor style in ColorPicker
    06bfc040
    Berlin Chan authored
    8 years ago  
    Browse Code »

27 Sep, 2017
13 commits
  • Use no version in source js|css files. Add some more functionality.
    fa5ea60b
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • README updates
    1d5e9fc3
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • New component: Scroll
    be01f0b4
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • Merge pull request #2000 from SergioCrisostomo/datepicker-refactor ...
    d9e0bcc9
    refactor and reduce code logic
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #2002 from SergioCrisostomo/avoid-throw-if-wrong-input ...
    5bd5dd59
    Return empty string if the date input doesn't parse
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #1999 from SergioCrisostomo/remove-array-find ...
    1d8334dd
    remove Array.find to make IE11 happy
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #1997 from SergioCrisostomo/add-week-start-locale ...
    402dbd31
    Add week start (locale setting)
    Aresn authored
    8 years ago  
    Browse Code »
  • Update en-US.js ...
    3ecbf203
    It's better to be empty here
    Aresn authored
    8 years ago  
    Browse Code »
  • Merge pull request #1994 from SergioCrisostomo/fix-nuxified-dates ...
    19b61e0a
    force string dates parse
    Aresn authored
    8 years ago  
    Browse Code »
  • Return empty string if the date input doesn't parse
    77883b8c
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • add weekStartDay logic to date-table
    09166420
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • add weekStartDay to Locale files
    89303674
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »
  • remove Array.find to make IE11 happy
    d5e44814
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »

26 Sep, 2017
1 commit
  • refactor and reduce code logic
    e9c0d047
    Sergio Crisostomo authored
    8 years ago  
    Browse Code »