杨奕
3ee0c5960b
DateTimePicker: update docs for default-time ( #10511 )
2018-04-02 13:20:43 +08:00
RickMacTurk
528bce4479
DateTimePicker: enable default-time attribute in date picker ( #10321 )
2018-04-02 11:55:49 +08:00
remizovvv
bfa44e8b4f
DatePicker: extract time and date format from format prop ( #10174 )
2018-03-20 14:04:44 +08:00
wacky6.AriesMBP
2fa6935e58
doc: date-picker, add date formats section
2018-01-29 12:14:40 +08:00
杨奕
e99c12ca04
DatePicker: update docs for default-time ( #9335 )
2018-01-18 15:35:31 +08:00
AdamSGit
cf3490cfea
DatePicker: added prefix-icon and clear-icon ( #9237 )
...
* [DatePicker] Added the possibilitie to pass custom prefix and suffix icon class with same props as usual (prefix-icon and suffix-icon)
* [DatePicker] Fixed error in previous commit and updated english documentation according to icon changes
* Renamed suffix-icon to clear-icon, and updated english doc
* Cleaned unnecessary lines
2018-01-15 21:50:04 +08:00
Leopoldthecoder
d58814290e
Picker: fix blur event
2017-12-12 15:54:29 +08:00
wangshaobo
b566c6156d
Add Document for AM/PM `A` time format
2017-12-10 16:16:20 +08:00
Black Wayne
457f9f97ed
DatePicker: add unlink-panels ( #7537 )
2017-10-19 01:09:05 -05:00
Leopoldthecoder
553e89568b
TimePicker: add arrow-control
2017-10-11 05:34:08 -05:00
Leopoldthecoder
9dcc4eb0b7
Docs: add algolia search
2017-10-10 05:23:42 -05:00
Jiewei Qian
f93798446e
*-picker: refactor ( #7367 )
...
* Revert "Picker only emit user change (#6214 )"
This reverts commit 1912c473ef
.
* picker/util: add helper methods
range: n => Array
modify{Date, Time}: Date => Date
clear{Time, Milliseconds}: Date => Date
limitTimeRange: Date => Date
timeWithinRange: Date, [Date] => Boolean
* time-spinner: refactory
* time-panel: refactory
* picker refactory
* date-panel, *-table: refactory
* time-select: refactory
* test: update time-picker
* test: update date-picker
* time-range: refactory
* date-range: refactory
* test: update time-select
* test: update form date-picker/time-picker
* docs: update date-picker
2017-10-10 04:49:41 -05:00
杨奕
9acdc8e4c3
DatePicker/TimePicker: add chalk theme ( #7169 )
...
* DatePicker/TimePicker: add chalk theme
* minor updates
2017-09-22 23:46:37 -05:00
Dreamacro
4348420277
Update doc for Tree and DatePicker ( #6113 )
...
* Update DateTimePicker doc
* Update Tree doc
* Update DateTimePicker doc
* Update Tree doc
* update doc
* Update datetime-picker.md
2017-08-05 17:25:51 +08:00
baiyaaaaa
258a165416
add name prop to form components ( #6042 )
...
add name prop
Revert "feature menu collapse"
This reverts commit e5ef11d87825f02357c434aedfcef79192600b1b.
2017-07-30 16:26:05 +08:00
Dreamacro
0a2dd8bd53
Add focus method for some form component
2017-07-20 16:50:38 +08:00
Dreamacro
965989b016
Update doc
2017-07-18 12:18:26 +08:00
Dreamacro
c1829e69f1
support focus and blur event for some form component
2017-07-18 12:18:26 +08:00
qingwei.li
ac571ce6d8
doc: add the missing styles for english docs
2017-05-18 06:35:32 -07:00
qingwei.li
82932c0040
DatePicker: add range-separator prop, close #2568
2017-01-23 15:49:44 +08:00
baiyaaaaa
5493a13523
Merge pull request #2078 from Leopoldthecoder/dev
...
unify N/A marks in docs
2016-12-29 21:39:28 +08:00
Leopoldthecoder
ea5ff93e78
unify N/A marks in docs
2016-12-29 20:55:33 +08:00
Leopoldthecoder
71dd3be29e
update versions.json
2016-12-29 17:20:59 +08:00
baiyaaaaa
d26288ea30
fix input relevant component box model to inline-block
2016-12-28 19:09:11 +08:00
cinwell.li
a57fba12bd
Merge branch 'dev' into fix/date-picker-input-event
2016-12-26 23:04:02 +08:00
baiyaaaaa
882a9d796e
add clearable api ( #1994 )
2016-12-26 23:02:40 +08:00
qingwei.li
fa98a19d46
Fix doc
2016-12-26 11:44:22 +08:00
qingwei.li
06b619f3cc
DatePicker: Add change event return input value, resolve #1841
2016-12-23 17:34:40 +08:00
杨奕
f14628254a
add popper-class for DatePicker, Select and Tooltip ( #1806 )
2016-12-20 16:38:47 +08:00
杨奕
eeee584d56
MessageBox: add customClass ( #1707 )
2016-12-13 22:52:29 +08:00
cinwell.li
55dfb0c296
Refactor/datepicker ( #1623 )
...
* DatePicker: replace native input with el-input
* DatePicker: support size prop, closes #1069 , closes #1440
* DatePicker: show correct date for initial value, fixed #1129
* TimePicker: fix empty value when panel appears, fixed #1583
* DatePicker: trigger clickoutside when clicking icon, fixed #1604
* DatePicker: fix year type in year panel, fixed #1607
* DatePicker: fix test
* DatePicker: add doc
2016-12-09 00:06:34 +08:00
Leopoldthecoder
a809a20361
Docs: misc updates
2016-11-14 18:55:17 +08:00
杨奕
455850d70c
Merge pull request #980 from Leopoldthecoder/style-remove
...
i18n: remove redundant styles
2016-11-13 12:03:35 +08:00
cinwell.li
f138cbfec8
DatePicker: fix readonly, add disabled and editable, fixed #976 ( #1000 )
2016-11-13 11:45:38 +08:00
杨奕
da3b2f4249
Review: radio/rate/select/slider ( #1001 )
2016-11-11 19:06:27 +08:00
Leopoldthecoder
7af57c84c5
i18n: remove redundant styles
2016-11-10 23:50:55 +08:00
杨奕
4ccb8ea9ae
Merge i18n to master ( #972 )
...
* init i18n
* update router
* finish router
* Review: message/messageBox/notification
* Tag: update doc
* Review: pagination/popover/progress
* i18n: sync with master
2016-11-10 21:46:55 +08:00