梁灏
|
fb5d6d0a8d
|
Update select.vue
|
2019-09-09 15:21:43 +08:00 |
|
梁灏
|
5d8e72816d
|
update Select
|
2019-09-09 15:20:27 +08:00 |
|
梁灏
|
177941f751
|
Update select-head.vue
|
2019-09-09 15:08:50 +08:00 |
|
梁灏
|
1badfd0937
|
update Select
|
2019-09-09 15:02:12 +08:00 |
|
梁灏
|
bb27d72574
|
Update select.vue
|
2019-09-09 14:57:54 +08:00 |
|
梁灏
|
74fb7cb03d
|
update Select
|
2019-09-09 14:41:42 +08:00 |
|
梁灏
|
255b69abd6
|
Select add allowCreate prop
|
2019-09-09 13:45:01 +08:00 |
|
梁灏
|
616c19f5be
|
Select: Option add new prop: tag
|
2019-09-09 10:24:04 +08:00 |
|
梁灏
|
81395eca7d
|
Tabs support scroll
|
2019-09-06 10:54:50 +08:00 |
|
梁灏
|
849eedd3bd
|
update Tabs: Increase the left and right scroll distance
|
2019-09-06 10:32:34 +08:00 |
|
梁灏
|
ec3eea6803
|
$Message support background prop
|
2019-09-06 10:05:57 +08:00 |
|
梁灏
|
6503055954
|
update $Message
|
2019-09-06 09:34:52 +08:00 |
|
梁灏
|
e7da556669
|
Update notification.vue
|
2019-09-06 09:23:10 +08:00 |
|
梁灏
|
6dd40af40a
|
Update notice.vue
|
2019-09-06 09:22:47 +08:00 |
|
梁灏
|
b1f445ca85
|
$Message add background prop
|
2019-09-06 09:20:45 +08:00 |
|
梁灏
|
9fa451d7c6
|
fix bug of AutoComplete that can not blur when click outside
|
2019-09-05 18:30:00 +08:00 |
|
梁灏
|
ae2031aea1
|
Switch add new prop: beforeChange
|
2019-09-05 14:22:07 +08:00 |
|
梁灏
|
485db11ee2
|
Switch add new prop: true-color & false-color
|
2019-09-05 14:13:31 +08:00 |
|
梁灏
|
e3930b7ace
|
Badge add new prop: color
|
2019-09-05 11:45:00 +08:00 |
|
梁灏
|
b321e1abca
|
Badge add new slot: text
|
2019-09-05 11:23:01 +08:00 |
|
梁灏
|
ed0817359c
|
Badge add count slot
|
2019-09-05 11:17:05 +08:00 |
|
梁灏
|
91806ae7f5
|
update animation:fade time
|
2019-09-05 10:52:18 +08:00 |
|
梁灏
|
da404a1d3e
|
Card add to, replace, target, append prop
|
2019-09-05 10:31:26 +08:00 |
|
梁灏
|
0264b7c4fd
|
Circle prop:strokeColor support Array to support gradient ramp
|
2019-09-04 18:15:20 +08:00 |
|
梁灏
|
64de8de933
|
AutoComplete prop: placement add more value
|
2019-09-04 17:48:53 +08:00 |
|
梁灏
|
4e32dc403f
|
Page add disabled prop
|
2019-09-04 17:44:31 +08:00 |
|
梁灏
|
53f950ab96
|
Dropdown will not trigger @on-click event when set disabled prop to DropdownItem
|
2019-09-04 16:14:23 +08:00 |
|
梁灏
|
2e03af9023
|
update Circle dashboard stroke-linecap
|
2019-09-04 16:05:52 +08:00 |
|
梁灏
|
25cba38b45
|
Progress prop strokeColor support Array type, and support the linear-gradient color
|
2019-09-04 15:53:32 +08:00 |
|
梁灏
|
d87a8854b1
|
Progress add new prop: text-inside
|
2019-09-04 15:39:22 +08:00 |
|
梁灏
|
40aab63e90
|
revert #6203
|
2019-09-04 11:14:54 +08:00 |
|
梁灏
|
23a0ba9831
|
update the master branch to the latest
|
2019-08-27 09:42:40 +08:00 |
|
梁灏
|
67d534df27
|
empty master
|
2019-08-27 09:37:17 +08:00 |
|
xuhongxin
|
0603499f56
|
fix: error msg
|
2018-06-15 16:59:16 +08:00 |
|
梁灏
|
6281859fe5
|
release 1.0.2
|
2017-03-29 10:23:55 +08:00 |
|
梁灏
|
ed65a3df43
|
fixed #518
|
2017-03-29 09:48:54 +08:00 |
|
梁灏
|
03773f7e9b
|
update
update
|
2017-02-28 15:10:07 +08:00 |
|
Aresn
|
183ab50e0c
|
Merge pull request #286 from GITleonine1989/master
itable添加禁用某行选中的功能
|
2017-02-28 15:08:56 +08:00 |
|
Rijn
|
2aa0aa6e6f
|
fix bug: cascader still can be opened if set to disabled
|
2017-02-24 21:04:39 -06:00 |
|
leonine
|
cd85c67510
|
修改_checked=true 时,在_disabled=true的时候被取消了选中的状态的问题
|
2017-02-23 16:51:43 +08:00 |
|
leonine
|
c731509853
|
修复两个问题:
1.如果某行禁用_disabled=true,则这行的_checked,无论如何都是false,因为禁用的目的就是不能选择
2.修复某行设置_disabled=true时,全选状态判断有误的bug
|
2017-02-23 14:29:49 +08:00 |
|
梁灏
|
816ff2a3bc
|
change error color
change error color
|
2017-02-23 13:55:31 +08:00 |
|
Rijn
|
b3aa5e3890
|
Merge commit '48dd8ebf00ad9ee05e3c37540aca7aa1407bd6bc' into 295
|
2017-02-22 21:29:13 -06:00 |
|
Rijn
|
35deac7706
|
fix lint: missing semicolon
|
2017-02-22 09:16:45 -06:00 |
|
leonine
|
87379c8205
|
去掉禁用行的 tr>td 的disabled 的css
|
2017-02-22 17:30:39 +08:00 |
|
leonine
|
1952df8cec
|
修改carousel在IE下 active 样式无效
|
2017-02-22 15:39:03 +08:00 |
|
梁灏
|
48dd8ebf00
|
update Modal
update Modal
|
2017-02-22 14:39:58 +08:00 |
|
Rijn Bian
|
45ad8fb843
|
Merge branch 'master' into 295
|
2017-02-21 11:56:05 -06:00 |
|
Rijn
|
a87da6896f
|
added scrollable property to modal instance
|
2017-02-21 11:55:05 -06:00 |
|
Rijn
|
5987219934
|
added show-tip to slider and added always to tooltip
|
2017-02-21 11:41:28 -06:00 |
|