Commit Graph

3295 Commits

Author SHA1 Message Date
杨奕
3997df08fc
Chore: declare focus method in form component types (#10221) 2018-03-18 11:59:02 +08:00
杨奕
84bb3397cb
Table: add test for selectOnIndeterminate (#10210) 2018-03-16 21:42:11 +08:00
syn-zeta
e36d57ac1d Table: Add selectOnIndeterminate prop to control master checkbox behavior (#9924) 2018-03-16 19:00:28 +08:00
Limichange
741d5e6f24 Menu: add collapse-transition (#8809)
* Menu: add menu attribute - collapseTransition

Sometime we dont need collapse transition

* Menu: add docs & definition - collapseTransition
2018-03-16 11:21:35 +08:00
Harlan
a848b26495 Table: fix column formatter not changed when new formatter is set (#10184) 2018-03-16 11:04:44 +08:00
花裤衩
130007210d Menu: check $slots.title when rendering title tooltip (#10193) 2018-03-16 11:01:29 +08:00
杨奕
2df0f22bf0
Form: fix label alignment with input-group (#10189) 2018-03-15 15:36:53 +08:00
杨奕
bfd7d0236c
Tabs: fix exception in scrollToActiveTab (#10187) 2018-03-15 15:08:15 +08:00
杨奕
b60c2cac8c
Form: make filter conditions for getFilteredRule clearer (#10181) 2018-03-15 12:28:15 +08:00
Harlan
d73ec07d07 Form: fix validation skipping rules whose trigger is an array (#10178) 2018-03-15 12:14:20 +08:00
Harlan
b24a9ce729 TimeSelect: fix resetField not working when user inputs an invalid value (#10176) 2018-03-15 11:54:02 +08:00
杨奕
c48a69c947
Table: added scss variable $--table-border-color (#10179) 2018-03-15 11:43:38 +08:00
杨奕
4ee094cd66
Update README.md 2018-03-15 10:57:45 +08:00
杨奕
ed7d5035a4
Update README.md 2018-03-15 10:48:11 +08:00
Gonzalo Nandez
89768279a6 Chore: update es changelog for 2.2.2 (#10175) 2018-03-15 10:36:24 +08:00
Leopoldthecoder
64522ebd56 [release] 2.2.2 2018-03-14 18:11:00 +08:00
Leopoldthecoder
427dcb2dad [build] 2.2.2 2018-03-14 18:10:59 +08:00
杨奕
1dfb0be8be
Changelog: update for 2.2.2 (#10168) 2018-03-14 18:08:56 +08:00
FuryBean
0c8523bce9 Tree: stopPropagation and preventDefault for node-contextmenu if bound (#10123) 2018-03-14 15:16:52 +08:00
杨奕
5797325c73
Pagination: update pager value when page size changes (#10157) 2018-03-14 13:24:28 +08:00
杨奕
8eaf600044
Transfer: add left-check-change and right-check-change (#10156) 2018-03-14 12:38:23 +08:00
杨奕
1238dbf997
Slider: add input-size (#10154) 2018-03-14 10:52:44 +08:00
Cyril Su
2d1251975c DatePicker: fix unexpected blur for time panel (#10141) 2018-03-13 17:53:04 +08:00
道玄
b2f9cef1b4 Chalk: add font-smoothing to reset.css (#10140) 2018-03-13 17:39:50 +08:00
Pocho
6ccca79c67 MessageBox: fix multiple instances with duplicate title (#10126) 2018-03-13 13:43:51 +08:00
FuryBean
9f09bd3b57 Table: fix fixed column style on safari (#10130) 2018-03-13 10:36:15 +08:00
杨奕
c6e85dbd81
Select: remove scrollToOption after selection (#10115) 2018-03-11 16:19:59 +08:00
杨奕
22463fb404
DatePicker: fix style for ranged picker after #10064 (#10114) 2018-03-11 15:50:45 +08:00
Marcel
cf4bceb1fa Docs: update quickstart.md (#10109) 2018-03-11 09:30:26 +08:00
杨奕
acfbf610d3
Chore: update docs for Input and Quickstart (#10106) 2018-03-10 20:43:18 +08:00
杨奕
f234b161df
Select: trigger validation after resetField (#10105) 2018-03-10 20:20:48 +08:00
Xilmiki
9f47918477 Locale: update it.js (#10091) 2018-03-10 13:43:11 +08:00
杨奕
119becb0b0
Menu: update SubMenu to allow custom component (#10077) 2018-03-08 19:19:10 +08:00
杨奕
99e5a6b4ba
Input: update line-height (#10064) 2018-03-08 14:01:48 +08:00
Leopoldthecoder
b3062de0d2 Pagination: fix a potential exception with new deps 2018-03-08 12:30:47 +08:00
Leopoldthecoder
09cc5be758 Popover: add after transition events 2018-03-08 12:30:47 +08:00
Hi-Linlin
e92d1d13aa Pagination: add disabled prop (#10006) 2018-03-07 11:47:19 +08:00
Jiewei Qian
810cae1c64 DatePicker: add reverse selection test (#10035) 2018-03-07 10:57:00 +08:00
Jason Zoo
9d6d0d69c1 DateRange: support reversed selection in range mode (#8156) 2018-03-06 19:21:56 +08:00
杨奕
74eaaf7eca
Table: shouldUpdateHeight should be true when maxHeight is set (#10034) 2018-03-06 18:28:44 +08:00
Jiewei Qian
fd8648a4b3 Button: loading implies disabled (#10020)
* button: loading implies disabled

fix https://github.com/ElemeFE/element/issues/10018
simplifies internal implementation

* button: remove extra disabled check
2018-03-06 15:53:06 +08:00
Vladislav Sevostyanov
737ef71262 Slider: add touch events support (#9320) 2018-03-06 11:27:34 +08:00
杨奕
ed5892b933
Rate: make icon classes responsive (#10003) 2018-03-06 11:04:57 +08:00
Jiewei Qian
cacb0aeaec DatePicker: fix change event on clear (#9986) 2018-03-05 16:42:42 +08:00
杨奕
62b0e2ace9
Select: remove unnecessary remote query when focused (#9998) 2018-03-05 13:14:12 +08:00
杨奕
067a9be7d1
Slider: warn against min being greater than max (#9997) 2018-03-05 11:48:48 +08:00
云游君
12b6a10f70 Docs: update responsive layout for color page (#9993)
* Color: fix demo-color-box in docs respnsive layout

* Update color.md

* Update color.md

* Update color.md
2018-03-05 11:01:27 +08:00
杨奕
f1b483a91a
ColorPicker: support hsl/hsv model input (#9991) 2018-03-04 13:51:22 +08:00
blackmiaool
e70c598d44 Input: add clear event (#9988) 2018-03-04 13:50:25 +08:00
杨奕
657f9b9c3a
Popover & Tooltip: focus reference element on tab if it's focusable (#9990) 2018-03-04 11:16:06 +08:00