Aresn
ad2ee43196
Merge pull request #2849 from Xotic750/checkbox_tabindex
...
Checkbox: Tabindex WIP
2018-01-19 11:20:20 +08:00
Aresn
78a66116b2
Update checkbox.vue
2018-01-19 10:25:52 +08:00
Sergio Crisostomo
ea49834da9
Focus on <label> when <input> gets the focus
2018-01-18 22:03:53 +01:00
Xotic750
98252a9e15
Checkbox WIP
2018-01-18 20:32:20 +01:00
Graham Fairweather
18efb1b412
Key space to select
2018-01-18 13:48:22 +01:00
Graham Fairweather
e0f097e652
Initial WIP
2018-01-18 13:42:02 +01:00
梁灏
9e5c72833e
Revert "Revert "update Button & style""
...
This reverts commit 518c639ada
.
2018-01-18 10:51:12 +08:00
梁灏
518c639ada
Revert "update Button & style"
...
This reverts commit 4434b3abfb
.
2018-01-18 10:27:14 +08:00
梁灏
4434b3abfb
update Button & style
...
@xotic750 I update Button code, because just use :focus style can do it, so i removed some event.
2018-01-18 10:13:13 +08:00
Graham Fairweather
8cc60d2249
Use an added style and shadow for the focused element.
2018-01-16 16:04:16 +01:00
Aresn
9c1b5c1c32
Merge pull request #2783 from SergioCrisostomo/add-clickoutside-event
...
New feature: add "clickoutside" event emitter to dropdown
2018-01-15 18:24:29 +08:00
Aresn
24e156e6a5
Merge pull request #2775 from hxsf/patch-1
...
fix last column resize bug when no data
2018-01-15 18:17:52 +08:00
梁灏
b31dd8facd
Merge branch '2.0' of https://github.com/iview/iview into 2.0
2018-01-15 18:12:13 +08:00
梁灏
3288b53099
update
2018-01-15 18:11:41 +08:00
zhigang.li
a163daa07a
Add logical treatment to 'accordion'
2018-01-15 14:45:50 +08:00
zhigang.li
3e3fba0ec2
add style for menu-group
2018-01-15 14:02:30 +08:00
zhigang.li
4bce764525
make menu support more than 2 levels
2018-01-15 13:17:58 +08:00
陈峰
e845e84d3b
Update dropdown.vue
2018-01-12 09:51:33 +08:00
Sergio Crisostomo
526a142cac
add click outside event emitter to dropdown
2018-01-10 09:43:24 +01:00
Aresn
3537176f98
Merge pull request #2393 from SergioCrisostomo/refactor-slider
...
Refactor slider
2018-01-09 18:02:18 +08:00
Sergio Crisostomo
3e9a7f9786
Correct barStyle computed property
2018-01-09 06:07:23 +01:00
呼啸随风
e7f2801b5e
fix last column resize bug when no data
...
If a table has heigth and last column is auto width
let width = ''
// is_last_column, true && top_always_true && height_set_by_user, true
if ( this.columns.length === index + 1 && top && this.$parent.bodyHeight !== 0) {
// width will be 0 + this.$parent.scrollBarWidth === this.$parent.scrollBarWidth
// so last column will be 10~20px(the width of scrollBar)
}
there is an example with iview@2.8.0
[gist](https://gist.github.com/anonymous/e04e86c9e99d4d1e97bf327769acd345 )
[demo on jsbin](http://jsbin.com/soqogagiqu )
2018-01-09 10:22:17 +08:00
Aresn
1af3dd1f7a
Merge pull request #2722 from GLChan/patch-1
...
Update cascader.vue
2018-01-08 14:51:50 +08:00
Aresn
4ffec80723
Merge pull request #2724 from AlexanderMisel/patch-1
...
Add saturation property
2018-01-08 14:49:59 +08:00
Aresn
5edc93d685
Merge pull request #2757 from adam-zou/pr/2644
...
fix issue: #2352
2018-01-08 14:47:34 +08:00
Eric
a1bdd0d74f
fix issue: #2352
2018-01-05 18:11:49 +08:00
zhigang.li
efc65a34ff
fixed bug of notice when has render and title bug no desc
2018-01-05 15:23:46 +08:00
Alexander Misel
2b2dc78add
Add saturation property
...
add a property to decide whether saturation panel should show
2017-12-30 15:42:19 +08:00
GLChen
f7caa832a7
Update cascader.vue
2017-12-29 22:44:53 +08:00
梁灏
ceeb9361fd
fixed Table bug in Vue 2.5.13
2017-12-25 10:26:54 +08:00
梁灏
504f8c525d
update Modal
2017-12-25 09:41:20 +08:00
Sergio Crisostomo
adc203b929
correct input display value
2017-12-22 14:47:55 +01:00
Sergio Crisostomo
2b87ffa91a
refactor and DRY Slider
2017-12-22 14:47:55 +01:00
zhigang.li
40365cfc52
update
2017-12-21 18:22:27 +08:00
zhigang.li
2a6f605814
fixed the bug about backgroundcolor when tag is checked
2017-12-21 18:10:50 +08:00
zhigang.li
3f7a5f1a27
udpate notice
2017-12-21 16:42:23 +08:00
Aresn
baa75b0aef
Merge pull request #2668 from lison16/layout
...
update Layout
2017-12-21 10:00:38 +08:00
zhigang.li
c2d603d031
update sider
2017-12-21 09:58:40 +08:00
zhigang.li
716d151a78
make it will not collapse when didn't set 'breakpoint'
2017-12-20 18:55:25 +08:00
zhigang.li
ad74efbc83
fixed the bug about v-modle
2017-12-20 17:32:08 +08:00
Aresn
c6336ce494
Merge pull request #2667 from lison16/messagerender
...
make Message and Notice support render
2017-12-20 17:03:12 +08:00
zhigang.li
c7cd8bdd07
update
2017-12-20 16:54:00 +08:00
zhigang.li
b24be35a7e
make Message and Notice support render
2017-12-20 16:19:25 +08:00
Aresn
2ec8433350
Merge pull request #2644 from lison16/tag
...
close #2406
2017-12-20 11:43:43 +08:00
zhigang.li
78fc1e14f1
update tag custom color
2017-12-20 11:24:42 +08:00
梁灏
8a0cb3ce80
update
2017-12-20 11:03:08 +08:00
Aresn
0d0198664b
Merge pull request #2628 from Jsnows/2.0
...
增加逻辑:
2017-12-20 10:55:24 +08:00
Aresn
a56af92e05
Merge pull request #2662 from liumiaoxiang/patch-1
...
Update carousel.vue
2017-12-20 10:46:40 +08:00
zhigang.li
76db49cd16
replay class attr which using inline styles with computed props
2017-12-20 10:14:30 +08:00
zhigang.li
1c26d05c31
add 'collapsible' props for sider
2017-12-19 20:51:15 +08:00