FuryBean
|
631037c296
|
Table: improve performance in large data. (#1298)
|
2016-11-23 18:24:32 +08:00 |
|
kingwl
|
e3ac607938
|
Table: fix selectAll option at table selection (#1300)
|
2016-11-23 18:23:50 +08:00 |
|
杨奕
|
2e3ecd93e7
|
Slider: fix a NaN value bug (#1286)
|
2016-11-23 12:15:00 +08:00 |
|
FuryBean
|
f729497de5
|
Tabs: fix dynamic bug & add closable prop for tab-pane (#1285)
|
2016-11-23 10:47:12 +08:00 |
|
FuryBean
|
2d23618c8c
|
Tree: refactor code & add insert, remove api for tree-store. (#1283)
|
2016-11-23 10:46:05 +08:00 |
|
Furybean
|
1f6cafebb1
|
Slider: fix can not drag when step < 1
|
2016-11-23 08:28:45 +08:00 |
|
杨奕
|
24c5ff8c4c
|
Select: fix icon and input click (#1253)
|
2016-11-22 21:42:58 +08:00 |
|
cinwell.li
|
2d5bc59c67
|
Pagination: fix i18n, fixed #928 (#1260)
|
2016-11-22 14:22:03 +08:00 |
|
Furybean
|
59293a219e
|
Tree: add filter-node-method prop & filter method.
|
2016-11-22 12:37:02 +08:00 |
|
Furybean
|
2c764d13fa
|
Tree: add getCheckedKeys & setCheckedKeys API.
|
2016-11-22 11:57:42 +08:00 |
|
boyd91
|
ec2b62d93e
|
Add box-sizing: content-box for compatibility (#1229)
Some CSS resets (including Bootstrap's) contain *::after{ box-sizing: border-box; }
This breaks the checkbox component style. Therefor add box-sizing: content-box explicitly to increase compatibility.
|
2016-11-21 19:02:56 +08:00 |
|
FuryBean
|
6353d33afe
|
Table: fix a script error when show-header is true. (#1248)
|
2016-11-21 19:01:31 +08:00 |
|
baiyaaaaa
|
bb0a79b1b0
|
add a error prop for setting the error message manually
|
2016-11-19 19:55:44 +08:00 |
|
baiyaaaaa
|
6b857a23f8
|
fix radio-button style
|
2016-11-18 22:12:12 +08:00 |
|
baiyaaaaa
|
5b6dc77243
|
fix dynamic form item validate bug (#1207)
|
2016-11-18 22:05:31 +08:00 |
|
Leopoldthecoder
|
2e931cff96
|
[build] 1.0.2
|
2016-11-18 20:08:55 +08:00 |
|
qingwei.li
|
37510831ca
|
Update: release script
|
2016-11-18 20:03:20 +08:00 |
|
杨奕
|
897ec4650c
|
Select: add focus listener (#1193)
|
2016-11-18 20:03:19 +08:00 |
|
FuryBean
|
07b8ec030f
|
Table: fix selection-change not fire in some condition. (#1198)
|
2016-11-18 20:03:19 +08:00 |
|
Leopoldthecoder
|
69b65037eb
|
Switch: fix @change timing bug
|
2016-11-18 20:03:18 +08:00 |
|
furybean
|
0a31868b5f
|
Table: add show-header prop & add header-click event & make height more reasonable.
|
2016-11-18 20:03:18 +08:00 |
|
cinwell.li
|
4ebdd6a6d4
|
Table: add context prop (#1161)
|
2016-11-18 20:03:18 +08:00 |
|
qingwei.li
|
ffc136fa8d
|
TimeSelect: fix 00:00 is disabled, fixed #676
|
2016-11-18 20:03:17 +08:00 |
|
furybean
|
bd8bf7bf35
|
Table: fix fixed column won't disappear in some condition.
|
2016-11-18 20:03:17 +08:00 |
|
furybean
|
012c0185f2
|
Table: fix select-all checkbox is selected when all rows are not selectable.
|
2016-11-18 20:03:17 +08:00 |
|
Leopoldthecoder
|
fc41cf4077
|
Alert: add render-content
|
2016-11-18 20:03:15 +08:00 |
|
qingwei.li
|
a13b49b609
|
Locale: fix dynamic change locale
|
2016-11-18 20:03:14 +08:00 |
|
Leopoldthecoder
|
faa27b9d99
|
Input: fix input-group line height
|
2016-11-18 20:03:14 +08:00 |
|
qingwei.li
|
3003aaa426
|
Loading: fix export module
|
2016-11-18 20:03:14 +08:00 |
|
杨奕
|
edeae0a2a4
|
Button: add focus style (#1116)
|
2016-11-18 20:03:13 +08:00 |
|
baiyaaaaa
|
99eb9366eb
|
fix col responsive style bug
|
2016-11-18 20:03:13 +08:00 |
|
Leopoldthecoder
|
54b1543698
|
[build] 1.0.1
|
2016-11-16 17:24:03 +08:00 |
|
qingwei.li
|
b7ecc15622
|
Table: fix tooltip style
|
2016-11-16 16:59:26 +08:00 |
|
baiyaaaaa
|
73e9e918ae
|
Merge pull request #1101 from Kingwl/master
Tabs: fix a 'activeName' attribute init bug
|
2016-11-16 16:00:01 +08:00 |
|
FuryBean
|
5203280af1
|
Tree: add defaultExpandKeys & defaultCheckedKeys. (#1088)
|
2016-11-16 15:35:46 +08:00 |
|
kingwl
|
5be8575ba1
|
Tabs: fix a 'activeName' attribute init bug
|
2016-11-16 15:35:23 +08:00 |
|
cinwell.li
|
af4bca8abe
|
DatePicker: update view when setting default value, fixed #1050 (#1097)
|
2016-11-16 14:48:15 +08:00 |
|
SkyAo
|
d54bf670a2
|
Merge pull request #1099 from QingWei-Li/feat/popover-manual
Popover: add manual
|
2016-11-16 14:43:13 +08:00 |
|
SkyAo
|
6e124fc24b
|
Merge pull request #1096 from QingWei-Li/fix/col
Col: remove vue jsx spread
|
2016-11-16 14:37:57 +08:00 |
|
qingwei.li
|
602c569989
|
Popover: add manual
|
2016-11-16 13:55:54 +08:00 |
|
qingwei.li
|
60dfd8df47
|
Col: remove vue jsx spread
|
2016-11-16 12:07:27 +08:00 |
|
SkyAo
|
d4e45e8d9b
|
Merge pull request #1093 from QingWei-Li/fix/datepicker-month
DatePicker: fix select year in month type, fixed #1070
|
2016-11-16 11:28:27 +08:00 |
|
qingwei.li
|
478549bd30
|
DatePicker: fix select year in month type, fixed #1070
|
2016-11-16 11:11:29 +08:00 |
|
杨奕
|
238f8625b1
|
MessageBox: swap 'message' and 'title' when called with 'this.$msgbox' (#1067)
|
2016-11-16 11:06:03 +08:00 |
|
杨奕
|
22bc5f312a
|
Dialog: remove v-model dependency of manual manipulation (#1038)
|
2016-11-16 11:05:23 +08:00 |
|
baiyaaaaa
|
ddd4481eb0
|
Merge pull request #1076 from Leopoldthecoder/switch-width
Switch: fix a 'width' attribute init bug
|
2016-11-16 10:49:32 +08:00 |
|
Leopoldthecoder
|
5fcd73cd85
|
Loading: add loading service
|
2016-11-15 20:29:33 +08:00 |
|
Leopoldthecoder
|
9314ea2f28
|
Switch: fix a 'width' attribute init bug
|
2016-11-15 12:26:16 +08:00 |
|
ly303550688
|
a52f800074
|
Dialog: add showClose
|
2016-11-14 18:39:45 +08:00 |
|
baiyaaaaa
|
14475c33de
|
responsive layout
|
2016-11-14 15:45:08 +08:00 |
|