SergioCrisostomo
|
0017507b7d
|
don't use parseDate if we already have date objects
|
2018-09-09 10:09:52 +02:00 |
|
liyunhang.fe
|
1a6249add3
|
fix: cascader limitless refresh in hover trigger
|
2018-09-09 02:20:19 +08:00 |
|
guosd
|
405da9a226
|
解决分页器选择大于1的页数时,修改数据数量为空时,分页器当前页数不变的问题
|
2018-09-06 14:09:01 +08:00 |
|
oyv1cent
|
b3279b71d9
|
fix select
|
2018-08-30 00:28:32 +08:00 |
|
梁灏
|
707a3d825d
|
update Modal for ESC key, and add prop z-index
|
2018-08-29 17:03:45 +08:00 |
|
梁灏
|
753720d9bd
|
Tabs add prop beforeRemove, close #4379
|
2018-08-29 14:37:45 +08:00 |
|
Aresn
|
cec470ebd5
|
Merge pull request #4315 from huanghong1125/input-number
update input-number
|
2018-08-28 18:04:44 +08:00 |
|
huanghong
|
457d6c69fc
|
add prop active-change
|
2018-08-28 15:15:49 +08:00 |
|
huanghong
|
7adf94a291
|
update
|
2018-08-28 12:06:18 +08:00 |
|
huanghong
|
c020a58d9e
|
update input-number
|
2018-08-28 11:19:17 +08:00 |
|
梁灏
|
164f7bcb6b
|
update Menu
|
2018-08-28 10:42:57 +08:00 |
|
梁灏
|
416414039b
|
fix eslint
|
2018-08-28 09:51:28 +08:00 |
|
刘宗源
|
f99b7f64c1
|
fix(split panel): fix issue #4376
|
2018-08-27 19:43:18 +08:00 |
|
vincentfintend
|
902a2cf595
|
fix
|
2018-08-27 16:08:13 +08:00 |
|
huanghong
|
4ae2a09abf
|
update
|
2018-08-27 15:29:03 +08:00 |
|
Aresn
|
147f23a50b
|
Merge pull request #4255 from SergioCrisostomo/fix-3773
Correct month last day when changing date panel dates
|
2018-08-27 09:53:34 +08:00 |
|
oyv1cent
|
3881f820de
|
fix
|
2018-08-25 13:20:15 +08:00 |
|
SergioCrisostomo
|
226b084cd5
|
Use first of month and not other panels date
since in cases where prev month date > next month date it will jump one more month ahead
|
2018-08-24 11:11:19 +02:00 |
|
Aresn
|
d411992d07
|
Merge pull request #4353 from icarusion/ColorPicker-add-editable-prop
ColorPicker add editable prop
|
2018-08-24 16:56:49 +08:00 |
|
梁灏
|
a7dc369142
|
add blur
|
2018-08-24 16:47:35 +08:00 |
|
梁灏
|
0fdbb26be3
|
ColorPicker add editable prop
|
2018-08-24 16:39:51 +08:00 |
|
梁灏
|
8a3c7282f8
|
add inner prop
|
2018-08-24 12:03:52 +08:00 |
|
梁灏
|
ab58648e93
|
update Drawer
|
2018-08-24 11:49:02 +08:00 |
|
梁灏
|
1416321be5
|
update Drawer
|
2018-08-23 16:53:31 +08:00 |
|
梁灏
|
f59e6e89ad
|
update Drawer
|
2018-08-23 16:49:36 +08:00 |
|
梁灏
|
749665eee7
|
add props
|
2018-08-23 15:40:26 +08:00 |
|
梁灏
|
c4d780c0bd
|
init Drawer component catelog
|
2018-08-23 15:01:13 +08:00 |
|
梁灏
|
341e73ce43
|
fixed #4329
|
2018-08-23 09:39:55 +08:00 |
|
梁灏
|
a3682c91dc
|
close #4296 #4052
|
2018-08-20 17:11:59 +08:00 |
|
Aresn
|
bc39c5c1d7
|
Merge pull request #4256 from SergioCrisostomo/fix-4249
Use last selected multiple date in date panel navigation
|
2018-08-20 10:45:30 +08:00 |
|
梁灏
|
e9f3d00f03
|
fixed Form label bug, close 4289
|
2018-08-20 10:14:50 +08:00 |
|
huanghong
|
886aeeb0ed
|
update input-number
|
2018-08-15 10:01:52 +08:00 |
|
SergioCrisostomo
|
ba3ad889e4
|
Use last selected date in date panel navigation
|
2018-08-10 15:23:13 +02:00 |
|
SergioCrisostomo
|
6f8160270d
|
Don't parse multiple dates
Correct change added in https://github.com/iview/iview/pull/4253
|
2018-08-10 14:58:31 +02:00 |
|
SergioCrisostomo
|
3aeb2bc692
|
Correct month last day
|
2018-08-10 14:29:00 +02:00 |
|
Aresn
|
5c35f44651
|
Merge pull request #4253 from SergioCrisostomo/datepicker-4127
Parse dates to be sure we consume correct format
|
2018-08-10 17:02:19 +08:00 |
|
SergioCrisostomo
|
ce2d2b7235
|
Parse dates to be sure we consume correct format
|
2018-08-10 09:47:05 +02:00 |
|
SergioCrisostomo
|
46d1e7da9d
|
Normalize dates offset
|
2018-08-09 14:51:10 +02:00 |
|
Aresn
|
19b6c005b3
|
Merge pull request #3925 from losadaem/select-with-disable-clearable
select: don't allow to clear the selected option when disabled (fix #3924)
|
2018-08-09 16:51:57 +08:00 |
|
Aresn
|
ea7bcb7acc
|
Merge pull request #4072 from funnycoderstar/2.0
fix: #4048
|
2018-08-09 16:13:23 +08:00 |
|
梁灏
|
e8c7b388be
|
fixed #4036
|
2018-08-08 17:07:17 +08:00 |
|
梁灏
|
d5e329fffd
|
fixed #4162
|
2018-08-08 15:37:21 +08:00 |
|
梁灏
|
74ef0a6ae1
|
fixed #4194
|
2018-08-08 15:18:24 +08:00 |
|
范文杰
|
d77476f87a
|
[feature] 优化button代码,代码更简洁
|
2018-08-08 14:30:50 +08:00 |
|
Aresn
|
ab719ff2be
|
Merge pull request #4214 from myvueyyyy/2.0
when rule change ,form-item rule not refresh
|
2018-08-08 10:29:28 +08:00 |
|
梁灏
|
fe5ffd7f3f
|
fixed #4196 #4165
|
2018-08-07 16:35:27 +08:00 |
|
yanyan
|
ac6fe12b67
|
lint
|
2018-08-06 18:13:23 +08:00 |
|
yanyan
|
f203b14f9f
|
form-item watch rules change change rules
|
2018-08-06 18:06:55 +08:00 |
|
Aresn
|
8cc76ed915
|
Merge pull request #4151 from llnewuser/2.0
toggleSelectAll method should only operate on filtered data
|
2018-07-31 10:51:36 +08:00 |
|
Aresn
|
c8d200dae8
|
Merge pull request #4130 from oyv1cent/radio-pr
[fix bug]Radio component's bug
|
2018-07-31 10:27:49 +08:00 |
|