Commit graph

1829 commits

Author SHA1 Message Date
Sergio Crisostomo
283b90aa38 Fix daterange manual date insertion 2018-01-24 11:15:20 +01:00
Sergio Crisostomo
b5ca23f5ef Use same API for on-change, but add Date object(s) also 2018-01-24 11:01:25 +01:00
Sergio Crisostomo
c2b7fed05f Reset panel selectionMode and positioning on blur 2018-01-24 10:55:42 +01:00
Sergio Crisostomo
15457562ea Reset panel date when dates are null 2018-01-24 10:24:54 +01:00
梁灏
45f823c0ca update demo 2018-01-24 17:16:16 +08:00
Sergio Crisostomo
b52e02e436 Fix month|year preselection/shortcut when picking a date 2018-01-24 09:46:07 +01:00
梁灏
0260f1d661 release 2.9.0 2018-01-24 16:34:19 +08:00
梁灏
0798437d10 publish 2.9.0-rc.2 2018-01-24 15:54:16 +08:00
梁灏
27d459671e #2724 #2672
remove saturation prop, and add hue prop
2018-01-24 15:51:57 +08:00
梁灏
0cb1f3e463 publish 2.9.0-rc.1 2018-01-24 14:30:58 +08:00
梁灏
2eccfc9938 fixed #2852 2018-01-23 18:14:23 +08:00
梁灏
feb21a0a16 fixed #2893 2018-01-23 16:30:34 +08:00
Aresn
037de0520c
Merge pull request #2890 from yangdan8/patch-6
解决select-item引起的大量内存泄漏的bug
2018-01-23 14:12:14 +08:00
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
Sergio Crisostomo
5426dcf989 fix specs, fix merge conflicts and cleanup 2018-01-22 14:23:05 +01:00
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
qutz
08d282e32c
updateOpened时判断accordion
updateOpened时判断accordion
2018-01-22 10:46:34 +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