Commit graph

1136 commits

Author SHA1 Message Date
yangdan8
6d017f5a6d
解决select-item引起的大量内存泄漏的bug
解决select-item引起的大量内存泄漏的bug
2018-01-23 13:59:18 +08:00
梁灏
5dc44ccf9b fixed #2793 2018-01-23 11:38:02 +08:00
梁灏
a73ae72b35 fixed #2884 2018-01-23 11:05:01 +08:00
梁灏
076148112f update Input textarea style 2018-01-23 10:14:56 +08:00
Aresn
342390e691
Merge pull request #2882 from iview/pr/2867
Pr/2867
2018-01-22 18:09:19 +08:00
梁灏
a646fc36fe optimize box-shadow
use two box-shadow when focus, and a :after to make focus style looks better
2018-01-22 17:47:06 +08:00
zhigang.li
5a2efc4a6c update 2018-01-22 13:16:06 +08:00
zhigang.li
b2d676bd83 fixed the bug about styles when mode is 'horizontal' of menu 2018-01-22 13:12:15 +08:00
zhigang.li
6b4e738352 update menu-group 2018-01-22 12:16:58 +08:00
Aresn
b4c3794697
Merge pull request #2822 from lison16/menu
make menu support more than 2 levels
2018-01-22 11:53:58 +08:00
Aresn
23646cc575
Merge pull request #2868 from Xotic750/checkbox_tabindex
Checkbox w3c
2018-01-22 11:19:05 +08:00
Xotic750
2e14b458da Disable lint error 2018-01-21 01:26:05 +01:00
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
Aresn
57fe55624e
Merge pull request #2855 from Xotic750/checkbox_tabindex
Don't tab to disable checkboxes
2018-01-19 14:42:10 +08:00
Graham Fairweather
4b48b69a9f Don't tab to disable checkboxes 2018-01-19 07:28:34 +01:00
梁灏
afa803bc13 update Checkbox style 2018-01-19 14:18:43 +08:00
Aresn
e0ce3830cf
Merge pull request #2854 from Xotic750/checkbox_tabindex
Checkbox tabindex
2018-01-19 14:14:50 +08: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
梁灏
5a3fe3ec62 update Button focus transition 2018-01-18 11:28:10 +08:00
梁灏
91d9c16a3f update 2018-01-18 10:58:26 +08: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
梁灏
b6af2c2a00 update Button styles 2018-01-17 18:32:52 +08:00
Graham Fairweather
cd99387eb3 Remove core-js as no longer required
Re: https://github.com/iview/iview/pull/2839#issuecomment-358236307
2018-01-17 11:14:48 +01:00
Graham Fairweather
d19aee2754 Revert 2018-01-16 16:25:37 +01:00
Graham Fairweather
8cc60d2249 Use an added style and shadow for the focused element. 2018-01-16 16:04:16 +01:00
Graham Fairweather
291acd27f3 Feature: Button tab navigation
https://github.com/iview/iview/issues/1647
2018-01-16 10:50:53 +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