Commit graph

1085 commits

Author SHA1 Message Date
Xotic750
76b2f03245 Remove refs 2018-01-21 01:22:22 +01:00
Xotic750
2191fc5add Remove ref 2018-01-21 01:19:33 +01:00
Xotic750
98a755be21 Use native w3c 2018-01-21 01:17:38 +01:00
Xotic750
7996459687 Use native w3c 2018-01-20 23:57:42 +01:00
Graham Fairweather
36d2470132 Radio w3c keyboard WIP 2018-01-19 15:16:49 +01:00
Graham Fairweather
f4e2506905 Use z-index to show shadow
Other ideas are to use :before or :after to create shadow
2018-01-19 12:00:13 +01:00
梁灏
96c0c8ae97 fixed #2803 2018-01-19 18:18:20 +08:00
梁灏
bb49347b35 fixed #2823 2018-01-19 18:01:21 +08:00
梁灏
b34e09b8f9 fixed #2832 2018-01-19 17:34:02 +08:00
zhigang.li
0b9c3d374a update 2018-01-19 16:26:25 +08:00
zhigang.li
a21e798b8f udpate 2018-01-19 15:59:37 +08:00
zhigang.li
acba45fed5 move computed value parentSubmenuNum from .vue to mixin.js 2018-01-19 15:56:57 +08:00
Graham Fairweather
99bb9f3d7e Fix focus 2018-01-19 08:25:19 +01:00
Graham Fairweather
4b48b69a9f Don't tab to disable checkboxes 2018-01-19 07:28:34 +01:00
Graham Fairweather
4f3bedf19b Merge branch 'checkbox_tabindex' of github.com:Xotic750/iview into checkbox_tabindex 2018-01-19 07:08:06 +01:00
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