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
df0d7bd98f638d77f9be0cf78486fd74d937a395
  • mew-iview
  • test
02 Nov, 2018
1 commit
  • Merge pull request #4228 from VanMess/better-button ...
    a25314e8
    Better button
    Aresn authored
    7 years ago  
    Browse Dir »

31 Oct, 2018
1 commit
  • Add test for Finnish
    ecaf5f41
    Toni Lähdekorpi authored
    7 years ago  
    Browse Dir »

08 Aug, 2018
1 commit
  • [unit] 定义更多button测试用例
    0f845204
    范文杰 authored
    7 years ago  
    Browse Dir »

07 Aug, 2018
1 commit
  • [unit] 添加button测试用例
    9c33c644
    范文杰 authored
    7 years ago  
    Browse Dir »

28 Jun, 2018
1 commit
  • update Select unit test
    b07521b4
    梁灏 authored
    7 years ago  
    Browse Dir »

28 May, 2018
1 commit
  • Select improvements for edge cases
    9366c9a7
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

18 May, 2018
1 commit
  • Add keyboard navigation to date|time picker
    75cb2998
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

23 Apr, 2018
1 commit
  • Fix unit tests and add more tests
    afef4ce7
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

27 Feb, 2018
1 commit
  • Pass Strings to @on-change and Dates to v-model
    b42322fe
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

11 Feb, 2018
1 commit
  • Pass correct arguments to `on-change` callback
    57f0582b
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

02 Feb, 2018
1 commit
  • fix broken spec
    7d6ea205
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

22 Jan, 2018
1 commit
  • fix specs, fix merge conflicts and cleanup
    5426dcf9
    Sergio Crisostomo authored
    7 years ago  
    Browse Dir »

09 Nov, 2017
1 commit
  • fix date picker callback test
    7f8d334b
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

08 Nov, 2017
1 commit
  • add test for #2215
    b1d124f6
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

25 Oct, 2017
1 commit
  • correct input value in filterable mode
    dfae43a7
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

23 Oct, 2017
2 commits
  • fix date formatting when strings are supplied to DatePicker
    65255c96
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • Correct month calculation and add specs for date-picker labels
    3ed12b4e
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

19 Oct, 2017
1 commit
  • Merge pull request #2114 from SergioCrisostomo/improve-csv ...
    cbe5ccfc
    Improve export to CSV functionality
    Aresn authored
    8 years ago  
    Browse Dir »

17 Oct, 2017
2 commits
  • correct behaviour when initialising date-picker with a empty string
    5d1c24c7
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • Added Table to CSV example and tests
    437b8059
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

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

14 Sep, 2017
1 commit
  • Propagate type changes to panel
    9ffdd6da
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

08 Sep, 2017
1 commit
  • Add tests for 1807
    a8707afa
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

03 Sep, 2017
1 commit
  • Optimize append and remove options
    9c32a056
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

01 Sep, 2017
2 commits
  • 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 »

29 Aug, 2017
1 commit
  • Add more DatePicker tests
    db1b716f
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

27 Aug, 2017
1 commit
  • Add simple unit tests for Select component
    3b9de249
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

24 Aug, 2017
2 commits
  • Merge pull request #1670 from SergioCrisostomo/use-Chrome-Headless ...
    a0d3b159
    Use Chrome Headless browser instead of PhantomJS
    Aresn 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 »

23 Aug, 2017
1 commit
  • Use Chrome Headless browser instead of PhantomJS
    d32a53b4
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

13 Aug, 2017
2 commits
  • add basic DatePicker test
    fd05bc44
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »
  • Add Time-Picker unit tests
    fe5108cd
    Sergio Crisostomo authored
    8 years ago  
    Browse Dir »

27 Mar, 2017
1 commit
  • add specific eslint config for test cases
    39e7e56c
    Clark Du authored
    8 years ago  
    Browse Dir »

04 Mar, 2017
1 commit
  • add test and update webpack config ...
    9b6ff1ce
    [new] add test config
    [new] add breadcrumb test
    [change] update package.json
    [new] util.js copied from  element
    [unresolved] see test/unit/index.js @todo
    huixisheng authored
    8 years ago  
    Browse Dir »

03 Mar, 2017
5 commits
  • [change] optimize the webapack config ...
    c9c5e751
    [change] rename test to examples
    huixisheng authored
    8 years ago  
    Browse File »
  • Support Breadcrumb ...
    c06e99d0
    keep slot sepatator
    huixisheng authored
    8 years ago  
    Browse Dir »
  • update Dropdown ...
    2d74744d
    update Dropdown
    梁灏 authored
    8 years ago  
    Browse Dir »
  • support Dropdown ...
    b1c118d8
    support Dropdown
    梁灏 authored
    8 years ago  
    Browse Dir »
  • support Slider ...
    1c803cdf
    support Slider
    梁灏 authored
    8 years ago  
    Browse Dir »