Commit Graph

2497 Commits

Author SHA1 Message Date
杨奕
0f3d8b9e02 Update tree.md 2017-07-20 15:41:43 +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
leezng
6f724ea6a3 The change event is base on el-checkbox (#5631) 2017-07-20 14:30:56 +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
wacky6.AriesMBP
8b5d208675 add scroll into view implementation 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
965989b016 Update doc 2017-07-18 12:18:26 +08:00
Dreamacro
b1860f5274 support focus and blur for select 2017-07-18 12:18:26 +08:00
Dreamacro
c1829e69f1 support focus and blur event for some form component 2017-07-18 12:18:26 +08:00
baiyaaaaa
67188f45b6 fix clickoutside bug 2017-07-17 16:58:30 +08:00
baiyaaaaa
383e3a5f93 fix dropdown not show 2017-07-17 16:58:30 +08:00
baiyaaaaa
ed72c389fc fix autocomplete blur bug
This reverts commit 876cb88ae6.
2017-07-17 16:58:30 +08:00
jianzhi92
84c81ff9f9 Fix line height of cascader label
Cascader label isn't aligned in its parent element.
2017-07-15 17:47:20 +08:00
openks
78ec098960 pagination:fix bug Pagination page number display problem 2017-07-15 17:23:06 +08:00
杨奕
2bba39ce2e Upload: fix against non-primitive key warn in Vue 2.4 (#5872)
* Upload: fix against non-primitive key warn in Vue 2.4

* update horizontal menu test
2017-07-15 17:14:40 +08:00
helondeng
92d6008802 Table: add value as formatter parameter (#5709)
* 添加接口计算原来的列值

* export old value of column in formatter function

* Update table-column.js

* Update table-column.js
2017-07-15 17:00:36 +08:00
xiongzixiao
b1c67d51a7 Loading:fix hidden dom loading bug 2017-07-15 16:59:06 +08:00
xiongzixiao
bb6e20a240 Loading: fix hidden dom loading bug 2017-07-15 16:59:06 +08:00
Leopoldthecoder
c8442ac3c9 Upload: remove delete icon when disabled 2017-07-15 16:41:42 +08:00
Kaung Myat Lwin
007d1fb1ad [Popover]: Open Delay Attribute (#5842)
* [Popover]: Open Delay Attribute

* Update main.vue

* fix openDelay

* Update popover.md
2017-07-13 19:41:44 +08:00
Leopoldthecoder
0c2248b013 fix switch test 2017-07-13 18:17:13 +08:00
Leopoldthecoder
3bc4333578 ColorPicker: add active-change event 2017-07-13 18:17:13 +08:00
Sebastian Mares
e7647fd75a Removed German "Jahr" suffix from DatePicker 2017-07-13 18:16:30 +08:00
mario_ma
737885603f update element use vue-i18n@6.x and other i18n docs 2017-07-11 19:28:04 +08:00
wacky6.AriesMBP
986c4a2127 Step: make progress line to be exactly 50% size 2017-07-11 18:42:50 +08:00
Leopoldthecoder
77aebbdd33 Rate: fix initial display of decimal value 2017-07-11 12:00:46 +08:00
Leopoldthecoder
0137e5b80a MessageBox: reject all cancel actions 2017-07-10 11:58:00 +08:00
cinwell.li
fa861c5d90 Merge pull request #5725 from Leopoldthecoder/dev
Changelog: reserve anchor elements
2017-07-10 10:28:18 +08:00
suweiteng
60f5bd8ec9 quickstart: updating document
updating document quickstart.md. add ‘Notification’ to Component list.
2017-07-07 22:39:03 +08:00
suweiteng
eb599b6129 quickstart: updating document (#5756)
updating document quickstart.md
文档中,按需引入部分的组件列表中没有Notification,已补上,防止使用者不会使用。
2017-07-07 18:19:31 +08:00
Leopoldthecoder
0b2a534361 Changelog: reserve anchor elements 2017-07-06 14:26:51 +08:00
baiyaaaaa
5536efab5c clear inptu value when uploader click 2017-07-05 17:29:06 +08:00
YYvanYang
87813a229c radio-group: fixed style of the border-radius while the radio button group just has an element without any siblings. (#5646) 2017-07-05 16:45:08 +08:00
杨奕
2106eea52c DatePicker: set milliseconds to 0 (#5663) 2017-07-05 16:34:24 +08:00
baiyaaaaa
6a3ee2fdc7 fix form-item style (#5588)
* fix form-item style

* add tips
2017-07-04 18:02:05 +08:00
song
4e073d1bb1 Table: row-key support for multi-level props(#5607)
* Let getRowIdentity simply support the _.get method similar to lodash.

* Complete doc

* Update table.md

* Update table.md
2017-07-02 20:24:57 +08:00