Commit Graph

698 Commits (47c62e9fe0563884e24bbc7e9086d0950f56be48)

Author SHA1 Message Date
baiyaaaaa 47c62e9fe0 add progress hook function property (#1782) 2016-12-15 23:49:29 +08:00
cinwell.li 7d6f3606b4 DatePicker: fix datetimerange, fixed #1758 (#1766) 2016-12-15 18:39:14 +08:00
baiyaaaaa 5e692418ff fix the tab bar dynamic bug 2016-12-15 10:21:09 +08:00
Leopoldthecoder 19210b6945 [build] 1.0.7 2016-12-14 15:36:21 +08:00
杨奕 d7d8257516 Message & Notification: add iconClass and customClass, fixed #1664 (#1671) 2016-12-14 13:43:14 +08:00
qingwei.li 3bf624c757 Table: add empty slot, closed #1737, closed #1730 2016-12-14 13:34:35 +08:00
zheng yu 0ee61e7296 fix: fixed losing focus when drag slider button fast or right click slider button. (#1723) 2016-12-13 23:12:43 +08:00
杨奕 eeee584d56 MessageBox: add customClass (#1707) 2016-12-13 22:52:29 +08:00
cinwell.li cad3d770ed DatePicker: fix clear button, fixed #1690 (#1710)
* DatePicker: fix clear button, fixed #1690

* DatePicker: fix reset button style

* DatePicker: fix set value

* DatePicker: fix test
2016-12-13 22:51:43 +08:00
杨奕 9c7786b203 Select: add size property (#1715) 2016-12-13 22:42:01 +08:00
baiyaaaaa 8917704392 support tag color property 2016-12-13 16:57:56 +08:00
Hashem Qolami 998dcce225 Feature table maxHeight (#1560) (#1674)
*  [Table] Added fluid height table with maxHeight prop (#1560)

* 🚨 [Table] Added test for maxHeight prop (#1560)

* 📚 [Table] Added the documentation of fluid-height table (#1560)
2016-12-13 16:21:59 +08:00
baiyaaaaa 36261b6534 support append prepend slot (#1709) 2016-12-13 14:46:47 +08:00
cinwell.li 105db7c673 Upload: fix file list style (#1701) 2016-12-13 14:34:22 +08:00
baiyaaaaa a51eafb705 add old value for input-number change event 2016-12-13 11:46:40 +08:00
杨奕 1db2d64ddc Tabs: fix empty tab-pane issue, fixed #1608 (#1672) 2016-12-13 10:36:10 +08:00
杨奕 0ccd537cc8 Select: fix filterable group bug, fixed #1678 (#1679) 2016-12-13 10:34:53 +08:00
Pierre-Louis Renaudin 15dc895ee6 Add contextmenu event on table row element. (#1663) 2016-12-10 18:48:07 +08:00
Leopoldthecoder 65244c2678 [build] 1.0.6 2016-12-09 18:32:31 +08:00
qingwei.li d835c7b4ec TimePicker: fix HH:mm style 2016-12-09 18:20:42 +08:00
qingwei.li 42ec4567f1 TimePicker: fix HH:mm style 2016-12-09 17:38:11 +08:00
Furybean fed488ef9f Table: fix column[type=selection] style issue in ie9+. 2016-12-09 17:37:58 +08:00
FuryBean 2dd2c79365 Table: fix a style bug when fixed=right. (#1651) 2016-12-09 16:08:49 +08:00
杨奕 b0633de8bf Upload: fix thumbnailed upload slow bug (#1644) 2016-12-09 12:10:57 +08:00
杨奕 9ccb7b852f Table: add missing ElCheckbox (#1635) 2016-12-09 11:49:30 +08:00
qingwei.li 2b247df9ca Upload: remove 'X-Requested-With' header
Fix test
2016-12-09 10:58:29 +08:00
cinwell.li 55dfb0c296 Refactor/datepicker (#1623)
* DatePicker: replace native input with el-input

* DatePicker: support size prop, closes #1069, closes #1440

* DatePicker: show correct date for initial value, fixed #1129

* TimePicker: fix empty value when panel appears, fixed #1583

* DatePicker: trigger clickoutside when clicking icon, fixed #1604

* DatePicker: fix year type in year panel, fixed #1607

* DatePicker: fix test

* DatePicker: add doc
2016-12-09 00:06:34 +08:00
Leopoldthecoder af0d7288bd Select: fix clearable still working bug in disabled mode 2016-12-08 18:42:19 +08:00
gogu 88a5772e91 Fixed switch custom color with disabled. 2016-12-08 18:22:24 +08:00
Aleksey Beskosty ec3bb5d3fe [DatePicker]: fix #1506 - allow any visible date to be selected in range picker 2016-12-08 17:49:03 +08:00
baiyaaaaa 3d12579652 support tab disabled 2016-12-08 17:13:41 +08:00
Leopoldthecoder 3245232917 Select: fix display issue of object-typed value in remote mode 2016-12-07 18:16:21 +08:00
Hashem Qolami 5cde77b37d 🐛 [Table] fixed incompatibility with vue-i18n (#1587) 2016-12-07 10:23:05 +08:00
Leopoldthecoder 1ecb9d9e4e [build] 1.0.5 2016-12-06 18:47:04 +08:00
baiyaaaaa 8a245d6ba0 Merge pull request #1577 from QingWei-Li/timepicker/remove-flex
TimeSelect: remove flexbox style, fixed #1335
2016-12-06 18:24:30 +08:00
qingwei.li 929e7f2554 TimeSelect: remove flexbox style, fixed #1335 2016-12-06 17:16:09 +08:00
baiyaaaaa 8fe68e5385 Merge pull request #1559 from Leopoldthecoder/slider-click
Slider: avoid clicking triggering right after dragend
2016-12-06 16:56:28 +08:00
Leopoldthecoder 1c750dcec7 Slider: avoid clicking triggering right after dragend 2016-12-06 16:55:42 +08:00
Leopoldthecoder f3116acbbe Select: show dropdown when options are given in remote mode 2016-12-05 23:15:34 +08:00
杨奕 6e618b4c6d Select: fix async bug/fix object-typed value init issue (#1540) 2016-12-05 18:21:09 +08:00
baiyaaaaa 3d19de3cd5 fix steps style bug in ie9 2016-12-04 15:20:15 +08:00
baiyaaaaa 78a460ac9e make upload creat url for all file (#1530) 2016-12-04 10:21:53 +08:00
baiyaaaaa 7a85d55f31 normalize transition class name 2016-12-03 19:30:21 +08:00
杨奕 06a739ff22 Select: fix remote filter not showing dropdown issue (#1535) 2016-12-03 18:09:20 +08:00
Allen Walker f508fd703e Col: fix a style bug about responsive layout 2016-12-03 14:01:15 +08:00
Leopoldthecoder 34e9f44744 [build] 1.0.4 2016-12-02 19:00:21 +08:00
FuryBean 5285856100 Tree: fix can not update children in some condition. (#1524) 2016-12-02 18:00:41 +08:00
Furybean 34756d17ca Tree: fix leaf state not update bug. 2016-12-02 17:48:08 +08:00
Furybean e61ff12070 Table: fix column label not visible in some condition. 2016-12-02 17:43:46 +08:00
Furybean 0caa085523 Table: add row-dblclick event. 2016-12-02 17:43:21 +08:00