Commit Graph

1392 Commits

Author SHA1 Message Date
Dreamacro
5afe091c0e TimeSelect: support select with up & down (#6023)
* TimeSelect: support select with up&down

* using map & indexOf instead of findIndex

* fix select when time disabled

* fix ArrowUp

* TimeSelect: valid data when component blur or enter

* fix: #2514
2017-07-30 16:08:58 +08:00
Dreamacro
b86fc3e13c fix implement 2017-07-30 15:46:11 +08:00
Dreamacro
df16836163 DatePicker: close timepicker before dodestroy 2017-07-30 15:46:11 +08:00
Leopoldthecoder
4f21221c0b Merge remote-tracking branch 'eleme/dev' into carbon 2017-07-29 22:05:15 +08:00
Leopoldthecoder
7aa89a0dde Select: fix isObject bug 2017-07-29 21:51:35 +08:00
wacky6.AriesMBP
01f85b1831 Select: fix dropdown scroll for multiple select 2017-07-29 21:11:52 +08:00
Leopoldthecoder
76ccc20356 [build] 1.4.1 2017-07-28 12:54:14 +08:00
孙志东
ce0da21067 check popper exist before invoke scrollIntoView 2017-07-28 12:49:06 +08:00
Tong
6e685a3f02 Table: fix hover-row bgcolor of table with fixed column 2017-07-28 10:58:47 +08:00
wacky6.AriesMBP
fc242b6179 Select: fix change event
Only emit change for user input

Before:
  select.value = 1;   // triggers change

After:
  select.value = 1;   // does not trigger change
2017-07-28 10:25:24 +08:00
Leopoldthecoder
ee03e3b851 Upload: remove delete icon when disabled 2017-07-27 20:35:30 +08:00
baiyaaaaa
265356453e fix tabs bug 2017-07-27 20:34:11 +08:00
baiyaaaaa
8e761efbd6 fix tabs bug 2017-07-27 20:34:11 +08:00
Leopoldthecoder
638b025c66 Merge branch 'dev' into carbon 2017-07-27 15:45:12 +08:00
leezng
ce270fef4d 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
laobubu
c1ce7a21b9 Popover: fix: delayed popover appears after mouse left 2017-07-27 15:07:17 +08:00
baiyaaaaa
513c90fd7e fix menu bug 2017-07-27 14:37:56 +08:00
Leopoldthecoder
c1b062b60d Form: direct child items should inherit label-width 2017-07-27 14:37:18 +08:00
Dreamacro
e4f52e9221 DatePicker: fix emit pick 2017-07-27 14:36:25 +08:00
Dreamacro
e001f81a88 Tree: select fix 2017-07-25 10:39:04 +08:00
Leopoldthecoder
1cecdbc057 Merge branch 'dev' into carbon 2017-07-24 19:13:02 +08:00
Dreamacro
caba5cf409 Tree: add checkbox stopPropagation 2017-07-24 14:47:32 +08:00
Dreamacro
9f31626923 Tree: add updateKeyChildren method 2017-07-23 17:37:02 +08:00
Dreamacro
ce72b8414d add Tree component current node method (#5988)
* Tree: add current node method

* Tree: remove current-node-key attribute

* fix warn message

* Update tree.md

* Update tree.md
2017-07-23 17:28:26 +08:00
Leopoldthecoder
aba698da57 [build] 1.4.0 2017-07-21 14:01:08 +08:00
Leopoldthecoder
fc2704fb71 Changelog: update for 1.4.0 2017-07-21 13:53:57 +08:00
James Wragg
e79557a30b Upload: correct documentation 2017-07-21 13:32:08 +08:00
Dreamacro
a408bf47fe Tree: tree expend once when checked 2017-07-21 12:15:47 +08:00
Leopoldthecoder
96f542e024 Merge branch 'dev' into carbon 2017-07-20 20:51:59 +08:00
Leopoldthecoder
527f3bdbe9 Menu: compensate for Vue regression 2017-07-20 18:56:48 +08:00
Dreamacro
0a2dd8bd53 Add focus method for some form component 2017-07-20 16:50:38 +08:00
Leopoldthecoder
ced6640f7b [build] 1.4.0-beta.1 2017-07-20 15:53:06 +08:00
Dreamacro
79d1ff06f6 Tree: fix lazyload bug 2017-07-20 15:41:43 +08:00
Dreamacro
cdd4aa7a8b Tree: fix setCheckedKeys bug 2017-07-20 15:41:43 +08:00
Dreamacro
02459f1833 Tree: fix setCheckedKeys 2017-07-20 15:41:43 +08:00
Dreamacro
476f76875c Tree: checkbox can be disabled 2017-07-20 15:41:43 +08:00
liyangworld
3cf5fd94c6 date-picker : fix disabledDate bug 。
未改之前,设置禁用日期后,年和月的禁用状态不准。因为只选取了年和月的某一天进行判断。修改为年和月的每一天都进行判断。
2017-07-20 14:25:55 +08:00
ChuckFields
be6cc78004 DateTimePicker: Fixes DateTinePicker format is not taken into the picker itself #4931 (#5293)
* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948

* DatePicker: Fix Typing a date and tabbing does not close the calendar #4948 -Updated test case

* Fixes #4931
2017-07-20 14:15:03 +08:00
baiyaaaaa
c73eeed291 Menu: add collapse (#5941)
* feature menu collapse

* Update menu.md
2017-07-20 12:44:52 +08:00
Leopoldthecoder
daa4f83e4f add object-typed value test 2017-07-20 12:37:04 +08:00
Leopoldthecoder
40a873e93e Select: add value-key 2017-07-20 12:37:04 +08:00
rt_eastlv
e3f5673487 Table:修复取不到selection的BUG 2017-07-20 11:51:40 +08:00
Leopoldthecoder
d791775683 DatePicker: fix align=center 2017-07-20 11:33:55 +08:00
wacky6.AriesMBP
90528c2a4f Cascader: use ref / refInFor for menus 2017-07-20 11:16:37 +08:00
wacky6.AriesMBP
e60ff9e9b6 Select: rework auto scroll to selected option 2017-07-20 11:16:37 +08:00
wacky6.AriesMBP
a32a3ef88b TimeSelect: auto scroll to selected option 2017-07-20 11:16:37 +08:00
wacky6.AriesMBP
e1cda09cf4 Cascader: auto scroll to selected option 2017-07-20 11:16:37 +08:00
Leopoldthecoder
d8d89c4df0 Tooltip: fix compatibility issue with Vue 2.4.x 2017-07-20 11:05:18 +08:00
baiyaaaaa
3f743a4495 fix form-item label bug 2017-07-19 09:56:32 +08:00
Dreamacro
b1860f5274 support focus and blur for select 2017-07-18 12:18:26 +08:00