Commit graph

1520 commits

Author SHA1 Message Date
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
ebba929712 Revert pkg 2018-01-20 23:59:13 +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
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
Graham Fairweather
c124ed5e59 Merge branch '2.0' of github.com:Xotic750/iview into checkbox_tabindex 2018-01-19 07:17:26 +01: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
Graham Fairweather
17094133c1
Merge pull request #1 from SergioCrisostomo/chackbox_tabindex2
Focus on <label> when <input> gets the focus
2018-01-19 07:02:51 +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
Aresn
a43f9d7ceb
Merge pull request #2847 from Xotic750/radio_tabindex
Radio: Tabindex WIP
2018-01-19 10:24:09 +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
Aresn
5568b2e877
Merge pull request #2838 from SergioCrisostomo/fix-travis
Fix travis regression
2018-01-18 09:29:16 +08:00
梁灏
b6af2c2a00 update Button styles 2018-01-17 18:32:52 +08:00
Aresn
9acc9d63a1
Merge pull request #2840 from Xotic750/remove_core_js
Remove core-js as no longer required
2018-01-17 18:16:26 +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
Aresn
acf995d671
Merge pull request #2839 from Xotic750/babel_browserlist_transpilation_polyfills
Enhancement: Implement browserlist, specifically babel orientated.
2018-01-17 18:01:41 +08:00
Aresn
4ba1df8187
Merge pull request #2833 from Xotic750/button_tabindex
Feature: Button tab navigation
2018-01-17 17:58:59 +08:00
Graham Fairweather
e64ab2e174 Merge 2018-01-17 09:12:44 +01:00
Aresn
f1e3240a6b
Merge pull request #2837 from Xotic750/babel_cli
Upgrade: babel to babel-cli
2018-01-17 15:49:45 +08:00
Sergio Crisostomo
9f3ac65b2c Fix travis regression 2018-01-17 08:15:16 +01:00
Graham Fairweather
074ad8aa40 Resolve conflict 2018-01-17 07:58:30 +01:00
Aresn
168565e45f
Merge pull request #2835 from Xotic750/babel_preset_env
Upgrade: babel-preset-es2015 to babel-preset-env
2018-01-17 14:48:40 +08:00
Xotic750
10a9f53bab Upgrade: babel-preset-es2015 to babel-preset-env
Stay up to date, by using the env preset.

https://babeljs.io/docs/plugins/preset-es2015/

https://babeljs.io/docs/plugins/preset-env/
2018-01-16 19:12:55 +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
Aresn
9044be7865
Merge pull request #2802 from chenfengjw163/2.0
dropdown component in fast switch display hidden times error
2018-01-15 18:11:20 +08:00
Aresn
2a3262456d
Merge pull request #2797 from Leonard1980/patch-1
Romanian language
2018-01-15 17:49:49 +08:00
陈峰
e845e84d3b
Update dropdown.vue 2018-01-12 09:51:33 +08:00
Leonard1980
0d7506ce5f
Update ro-RO 2018-01-11 12:34:01 +02:00
Leonard1980
0e3052e071
Update ro-RO 2018-01-11 12:32:09 +02:00