element/packages
Prasino 931f75474e Table: fix scroll delta check bug (#6581)
* Table : fix summary scroll delta check bug
bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.

* Table : fix summary scroll delta check bug
bug description: when scroll event triggered in footerWrapper,it's not event.deltaX that changed, it's event.deltaY.

* Table: fix wheelEvent check bug

* Update table.vue

* Update table.vue
2017-08-19 22:29:15 +08:00
..
alert Clean packages (#2345) 2017-01-23 14:06:01 +08:00
autocomplete Missing semicolon semi 2017-08-18 13:58:44 +08:00
badge Badge: fix isDot not show 2017-02-24 16:17:52 +08:00
breadcrumb Clean packages (#2345) 2017-01-23 14:06:01 +08:00
breadcrumb-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
button Button: avoid click event bubbling when disabled 2017-08-18 14:34:00 +08:00
button-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
card Clean packages (#2345) 2017-01-23 14:06:01 +08:00
carousel Carousel: fix flashing items 2017-08-18 12:21:34 +08:00
carousel-item add carousel 2016-12-22 16:10:55 +08:00
cascader Cascader: fix duplicate prop name 2017-08-18 12:24:06 +08:00
checkbox fix checkbox not trigger input event bug 2017-06-18 17:19:08 +08:00
checkbox-button Add button style to checkbox (#3697) 2017-04-21 16:12:38 +08:00
checkbox-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
col Layout: custom element tag 2017-05-12 18:46:28 +08:00
collapse declare el-collapse-transition in its dependents (#4728) 2017-05-08 14:06:23 +08:00
collapse-item add collapse 2016-12-26 16:18:00 +08:00
color-picker ColorPicker: add active-change event 2017-07-13 18:17:13 +08:00
date-picker Update month-table.vue 2017-08-19 19:49:00 +08:00
dialog Dialog: fix nested popover cannot gain focus 2017-06-18 17:20:08 +08:00
dropdown fix command 2017-08-03 11:33:25 +08:00
dropdown-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
dropdown-menu Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
form When <el-form> missing model, validate will return false, then throw a warning to facilitate the developer troubleshooting 2017-07-27 15:28:30 +08:00
form-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
icon Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
input Input: simplify props 2017-04-29 14:41:15 +08:00
input-number InputNumber: improve user experience when typing, fix #4661 (#4712) 2017-05-10 18:27:50 +08:00
loading Loading: use getStyle 2017-08-19 16:20:18 +08:00
menu Menu: fix typo activedIndex -> activeIndex 2017-08-18 12:23:32 +08:00
menu-item Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
menu-item-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
message Message: add 'message' support for VNode 2017-06-23 14:52:52 +08:00
message-box MessageBox: support empty title 2017-08-18 16:25:38 +08:00
notification Notification: add onClick handler 2017-04-16 21:03:48 +08:00
option Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
option-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
pagination Pagination: fix IE onchange doesn't work Bug (#6306) 2017-08-06 16:13:35 +08:00
popover Popover: fix: delayed popover appears after mouse left 2017-07-27 15:07:17 +08:00
progress Clean packages (#2345) 2017-01-23 14:06:01 +08:00
radio Radio: radio button box-shadow, fixed #3978 (#4002) 2017-04-08 12:12:33 +08:00
radio-button Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
radio-group Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
rate Rate: fix initial display of decimal value 2017-07-11 12:00:46 +08:00
row Update row.js 2017-05-12 18:46:28 +08:00
scrollbar Scrollbar: compatible with vue 2.2.6, fixed #3797 (#3845) 2017-03-29 11:58:34 +08:00
select Select: fix isObject bug 2017-07-29 21:51:35 +08:00
slider Slider: fix button jumping to 0 when clicked 2017-08-09 09:54:48 +08:00
spinner Clean packages (#2345) 2017-01-23 14:06:01 +08:00
step Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
steps Steps: fix progress line for error step 2017-08-03 16:43:16 +08:00
submenu Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
switch Switch: fix input and change emission sequence 2017-08-05 16:08:15 +08:00
tab-pane Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
table Table: fix scroll delta check bug (#6581) 2017-08-19 22:29:15 +08:00
table-column Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
tabs fix tabs bug 2017-07-27 20:34:11 +08:00
tag Clean packages (#2345) 2017-01-23 14:06:01 +08:00
theme-default Menu: optimize collapse animation 2017-08-18 14:34:37 +08:00
time-picker Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
time-select Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
tooltip Tooltip: fix compatibility issue with Vue 2.4.x 2017-07-20 11:05:18 +08:00
transfer add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
tree Tree: select fix 2017-07-25 10:39:04 +08:00
upload Upload: remove delete icon when disabled 2017-07-27 20:35:30 +08:00