1. 20 8月, 2019 1 次提交
  2. 12 8月, 2019 1 次提交
  3. 09 8月, 2019 1 次提交
  4. 07 8月, 2019 1 次提交
    • Q
      feat: add a col configuration to checkbox and radio · eaa592cf
      QiuShuiBai 提交于
      * feat(checkbox-group): add a col configuration
      
      * feat(radio): add a col configuration
      
      * chore(demo): add a col configuration to checkbox-group and radio
      
      * docs(radio): add a col configuration to radio
      
      * docs(checkbox-group): add a col configuration to checkbox-group
      eaa592cf
  5. 12 7月, 2019 4 次提交
  6. 04 7月, 2019 5 次提交
  7. 27 6月, 2019 2 次提交
  8. 24 6月, 2019 1 次提交
  9. 11 6月, 2019 1 次提交
  10. 05 6月, 2019 1 次提交
  11. 28 5月, 2019 1 次提交
    • T
      feat(scroll): optimise scroll pullup (#482) · d339d67a
      tank0317 提交于
      * feat(scroll): add pullUpLoad subprops visible
      
      * feat(scroll): enhance forceUpdate
      
      * chore(scroll): update docs and test
      
      * optimise(scroll): using nextElementSubling
      
      * chore(docs): update scroll doc
      
      * chore(unit): update unit test to improve coverage
      
      * chore: fix scroll docs
      d339d67a
  12. 16 5月, 2019 2 次提交
  13. 07 5月, 2019 1 次提交
    • C
      feat(checker): support disabled · ad62c344
      chrislala 提交于
      * feat(checker): new component checker
      
      * test(checker): init checker test
      
      * refactor(demo): add checker
      
      * docs(checker): init checker docs
      
      * refactor(checker): remove console
      
      * test(checker): fix radio test
      
      * fix(checker): radio & checkbox type active condition
      
      * fix(checker): radio condition error
      
      * refactor(example): checker router component path err
      
      * test(checker): fix test
      
      * add checker disabled
      
      * add checker disabled document
      
      * 修改checker文档
      
      * 修改缩进
      
      * 修改test
      ad62c344
  14. 25 4月, 2019 1 次提交
  15. 24 4月, 2019 1 次提交
  16. 18 4月, 2019 1 次提交
  17. 10 4月, 2019 1 次提交
  18. 23 3月, 2019 1 次提交
    • C
      feat(date-picker): support display order · b2e39a94
      Candy.J 提交于
      * feat(date-picker): add columnOrder prop
      
      add columnOrder prop which can be used to change the display order in case where the order is not
      'Year-Month-Day Hour-Minute-Second'
      
      * docs(date-picker): add version for columnOrder
      
      * docs(date-picker): fix the mistake in document of date-picker
      
      change "Day" to "Date" in the expression of columnOrder prop
      b2e39a94
  19. 11 3月, 2019 3 次提交
  20. 03 3月, 2019 1 次提交
  21. 27 2月, 2019 1 次提交
    • J
      Recycle list add api (#417) · c316f029
      JiZhi 提交于
      * docs(recycle-list): add clean methods
      
      * feat(recycle-list): add clean methods
      
      * test(recycle-list): test clean methods
      
      * docs(recycle-list): change clean to reset
      
      * feat(recycle-list): change clean method to reset method
      
      * test(recycle-list): test list length of recycle-list
      
      * test(recycle-list): optimize unit case
      c316f029
  22. 15 2月, 2019 1 次提交
    • J
      Recycle list fixbug (#410) · a73004b2
      JiZhi 提交于
      * fix(recycle-list): fix stop scroll bug
      
      * docs(recycle-list): optimize docs
      
      * fix(recycle-list): improve coverage
      
      * test(recycle-list): add some test suites
      
      * fix(recycle-list): normalize function name
      
      * refactor(recycle-list): change ele class
      
      * fix(recycle-list): set list vari to normal prop
      
      * fix(recycle-list): hide loading-spinner when stop scroll
      
      * fix(recycle-list): remove stopFetch variable
      
      * test(recycle-list): modify unit case
      
      * fix(recycle-list): clean unused whitespace and ajust position of noMore
      
      * fix(recycle-list): make noMore var reactive
      a73004b2
  23. 14 2月, 2019 1 次提交
  24. 31 1月, 2019 2 次提交
  25. 22 1月, 2019 1 次提交
  26. 07 1月, 2019 1 次提交
  27. 11 12月, 2018 1 次提交
  28. 05 12月, 2018 1 次提交
    • A
      Feat(TimePicket): support min & max · 993e3ef2
      Amy 提交于
      * feat: max
      
      * test(time-picker): max example
      
      * fix(time-picker): days.len
      
      * docs: max
      
      * fix(time-picker): column init
      
      * test(time-picker): max
      
      * docs: max
      
      * test: fix minute step
      
      * fix: potential float bug
      
      * feat(time-picker): min
      
      * test(time-picker): min
      
      * docs(time-picker): min
      
      * docs(time-picker): min, max
      993e3ef2