Commit graph

1560 commits

Author SHA1 Message Date
Sergio Crisostomo
d9ff845f63 Emit input event in mounted if parsed value diffs 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
2fb29faeb1 export utilities and fix multiple dates bugs 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
4863a75d92 Correct logic when manually inputing disabledDates 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
77e43f2b87 Correct year date navigation logic 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
8f6aeda4be Fix parser and formater 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
4ec8bc8af8 Fix month picker value 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
e55ba7a249 Add week numbers 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
ac231c9ab4 examples 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
435bf7814a add split panel props 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
63bd0f7d3f Add start-date prop to force placing of date picker in date 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
4c6836512e improve dev examples 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
d07b4f3301 fix logic for multiple picker 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
95eae081bc refactor Datepicker
refactor Datepicker  to render subcomponents in template instead of
creating new Vue instances
2018-01-22 14:20:20 +01:00
Sergio Crisostomo
0b51803bce Add functions to utils.js 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
ca8e830cc3 move files to subfolders 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
c4e3fe331f move date-range.vue to subfolder 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
e32b86e97f move date.vue to subfolder 2018-01-22 14:20:20 +01:00
梁灏
11867c87a7 update vue-loader & fixed #2795 2018-01-22 19:15:40 +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
Aresn
105af4ee57
Merge pull request #2872 from lison16/menu
update Menu
2018-01-22 13:35:40 +08:00
zhigang.li
5a2efc4a6c update 2018-01-22 13:16:06 +08:00
zhigang.li
3bc262e919 udpate 2018-01-22 13:12:37 +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
8ab104700c
Update README.md 2018-01-22 12:00:09 +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
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
梁灏
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
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