Commit Graph

2621 Commits

Author SHA1 Message Date
Leopoldthecoder
12823a6e24 Pagination: fix editor style in firefox 2017-08-22 18:13:00 +08:00
Leopoldthecoder
2bf285d0cf Dialog: fix close button style 2017-08-22 12:46:36 +08:00
杨奕
bf6661266a add layout (#6600)
* add layout

* add docs

* add en docs

* fix test
2017-08-22 12:46:22 +08:00
leezng
f7b08a9997 fixed el-alert: if using slot, icon should use 'isBigIcon' class 2017-08-22 09:46:38 +08:00
Leopoldthecoder
8e8b172bdc Select: remove onOptionDestroy event 2017-08-21 11:42:36 +08:00
Leopoldthecoder
735ef1ac51 Slider: reset size on click / drag 2017-08-21 11:42:21 +08:00
WittBulter
4ebb998346 fix col-attributes docs 2017-08-20 16:31:09 +08:00
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
杨奕
c7ce5c78ce Update month-table.vue 2017-08-19 19:49:00 +08:00
lingchenxuan
74970c8bde DatePicker: fix month viewer disable date bug 2017-08-19 19:49:00 +08:00
Leopoldthecoder
93910da173 Loading: use getStyle 2017-08-19 16:20:18 +08:00
Alashov Berkeli
a0f0602f4c Locale: [tk] improved translation 2017-08-19 16:13:14 +08:00
Leopoldthecoder
534f9923b7 MessageBox: support empty title 2017-08-18 16:25:38 +08:00
Leopoldthecoder
d6f3be8354 DatePicker: support amPm i18n 2017-08-18 14:57:51 +08:00
Leopoldthecoder
122c3690df Menu: optimize collapse animation 2017-08-18 14:34:37 +08:00
Leopoldthecoder
e289e86154 Button: avoid click event bubbling when disabled 2017-08-18 14:34:00 +08:00
leezng
dc77b56d31 Missing semicolon semi 2017-08-18 13:58:44 +08:00
leezng
5268a8f8c1 Autocomplete: Don't prevent form submit 2017-08-18 13:58:44 +08:00
Leopoldthecoder
7753bd8931 Popup: fix missing padding-right when overflow-y is scroll 2017-08-18 12:24:18 +08:00
Leopoldthecoder
018931a74f Cascader: fix duplicate prop name 2017-08-18 12:24:06 +08:00
Kordan Ou
66aa58fd99 Menu: fix typo activedIndex -> activeIndex 2017-08-18 12:23:32 +08:00
Leopoldthecoder
2250162553 Checkbox: change event only triggers on user input 2017-08-18 12:22:19 +08:00
Leopoldthecoder
94d7ca7535 Icon: add docs on third-party icon integration 2017-08-18 12:22:03 +08:00
Leopoldthecoder
1ea66bdfe4 Carousel: fix flashing items 2017-08-18 12:21:34 +08:00
Leopoldthecoder
c63de83beb Upload: fix en doc 2017-08-18 10:45:19 +08:00
kingwl
e647bc994f Progress: fix incorrect vertical align if percent is zero 2017-08-17 16:39:03 +08:00
spiritree
8e942878da FAQ: fix attribute scope typo 2017-08-16 15:56:48 +08:00
Leopoldthecoder
77ddecea25 Rate: add show-score, fix change event timing 2017-08-13 14:47:02 +08:00
Leopoldthecoder
22ab137963 Radio: change event only triggers on user input 2017-08-13 14:46:00 +08:00
Leopoldthecoder
bb58f00746 Slider: change event only triggers on user input 2017-08-13 14:45:44 +08:00
Dreamacro
a1324324a2 DateTimePicker: limit timepicker (#6076)
* fix: #5045

* fix: #5045
2017-08-13 12:00:33 +08:00
Leopoldthecoder
a5e5be3d7a Pagination: add popperClass 2017-08-13 11:59:17 +08:00
baiyaaaaa
1f2ee02b3a support dropdown placement 2017-08-13 11:09:53 +08:00
Leopoldthecoder
dc7de86a67 remove test timeout 2017-08-09 12:47:27 +08:00
Leopoldthecoder
e3aa5ac594 Merge branch 'dev' into carbon 2017-08-09 12:37:42 +08:00
Leopoldthecoder
463607f40b [release] 1.4.2 2017-08-09 12:23:38 +08:00
Leopoldthecoder
ed2f344690 [build] 1.4.2 2017-08-09 12:23:38 +08:00
Leopoldthecoder
74992ba592 Changelog: update for 1.4.2 2017-08-09 12:19:13 +08:00
Leopoldthecoder
0966662dc0 Table: allow omitting prop if sort-method is provided 2017-08-09 11:52:27 +08:00
Leopoldthecoder
aae78193f9 Table: hide table when nested in an invisible container 2017-08-09 11:52:27 +08:00
Leopoldthecoder
7fa2967515 Autocomplete: support autofocus 2017-08-09 09:57:45 +08:00
Leopoldthecoder
22aae94936 DatePicker: fix fecha i18n not responsive 2017-08-09 09:55:00 +08:00
Leopoldthecoder
d31b33a1f2 Slider: fix button jumping to 0 when clicked 2017-08-09 09:54:48 +08:00
Leopoldthecoder
24b29a2d09 Tree: fix lazy expandOnChecked test 2017-08-08 12:40:37 +08:00
Salama Ashoush
e33a784227 added arabic language locale file (#6323)
* added arabic language locale file

* complete the missing transaltion and fixed a typo
2017-08-06 22:35:15 +08:00
QingDeng
d40d256729 Pagination: fix IE onchange doesn't work Bug (#6306)
* Pagination:fix IE onchange doesn't work Bug

Pagination:fix IE onchange doesn't work Bug

* Update pagination.js

* Update pagination.js
2017-08-06 16:13:35 +08:00
Leopoldthecoder
1a1395aa8c Merge remote-tracking branch 'eleme/dev' into carbon 2017-08-05 18:36:14 +08:00
maranran
c20ff5e55c [Button] add accessibility (#6180)
* 	add accessibility for Alert、Button、 Breadcrumb、 Checkbox

* Update checkbox.md
2017-08-05 18:33:50 +08:00
Leopoldthecoder
e294273c50 Tree: fix checkDescendants test 2017-08-05 18:26:14 +08:00
Leopoldthecoder
917ce43cad Select: optimize onOptionDestroy 2017-08-05 18:00:56 +08:00