zxyRealm
2f5a489a9c
DatePicker: add monthrange for type attribute ( #4204 ) ( #14487 )
2019-03-04 15:41:04 +08:00
hetech
5b0d8ec6d9
Chore: speeding up doc building ( #14510 )
2019-03-01 18:35:08 +08:00
helmut
59c5506915
Docs: spelling issue in datepicker documentation ( #14481 )
...
Change costume to custom
2019-02-25 15:21:20 +08:00
Zhi Cun
aa9851ee74
Chore: upgrade to webpack@4 ( #14173 )
...
* Chore: upgrade webpack@4
* Chore: upgrade to webpack@4
* Chore: add babel-preset-stage-2
* Chore: fix test case
* Chore: upgrade webpack@4
* Docs: update docs
* Docs: update docs
* Chore: fix coveralls
* Chore: update yarn.lock
2019-01-23 11:34:19 +08:00
jiang.an
b48d64eaf1
Fix a document difference
2019-01-17 18:54:37 +08:00
Gideon King
911ca6872a
Popover: fix popover issues with hover display ( #13104 )
...
* Fix issue with popover displaying on focus when configuration is for it to show on hover.
Fix issue with popover timer still running when button clicked and parent element no longer visible (e.g. keepalive component).
* Updated to pass tests
* Correct documentation for el-date-picker
* Changes as per ziyoung review
2018-12-05 17:23:10 +08:00
hetech
d8d4dfedd5
DatePicker: add validate-event attribute ( #13531 )
2018-11-22 18:29:16 +08:00
Ruslan P
1f592944d6
DatePicker: allowed to customize range-seprator with a slot ( #13272 )
...
* DatePicker: Allowed to customize range-seprator with a slot
Currently, the only possible option for "range-selector" is a string, would be nice to use a slot, so we could have custom svg-icon there.
* update doc
2018-11-07 12:30:47 +08:00
Jiewei Qian
02176e26f4
Date picker refactor dates selection: fix 12323 ( #12347 )
...
* date-picker: refactor type='dates'
fix issue #12323
{month, year} table highlights all selected dates
nuke selectedDates to provide cleaner data flow
* doc: correct date-picker's array usage
empty value must be falsy (empty array should not be used)
2018-08-14 16:19:51 +08:00
杨奕
1f4adb7c08
DatePicker: support multiple dates selection ( #10650 )
...
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* Datepicker: fix can't clear bug
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* DatePicker: support multiple dates selection
* reflect review comments
2018-04-17 14:09:43 +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
Hanxing Yang
94f18ab9a6
DatePicker: add attribute defaultTime ( #9094 )
...
* DatePicker: add attribute defaultTime
* use createVue instead of createTest & update docs for defaultTime
* update defaultTime type
2018-01-16 19:39:28 +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
Leopoldthecoder
5406a97359
Chore: misc updates
2017-11-17 12:46:52 +08:00
Leopoldthecoder
c31f413a4f
Layout: add xl breakpoint
2017-10-19 03:30:24 -05:00
Black Wayne
457f9f97ed
DatePicker: add unlink-panels ( #7537 )
2017-10-19 01:09:05 -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
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
wacky6.AriesMBP
828d591d40
doc: add DatePicker default-value
2017-04-28 12:09:37 +08:00
cinwell.li
8f9b473911
DatePicker: add onPick option, close #2921 ( #3681 )
...
* DatePicker: add onPick option, close #2921
* DatePicker: fix typo
2017-03-24 15:32:34 +08:00
qingwei.li
82932c0040
DatePicker: add range-separator prop, close #2568
2017-01-23 15:49:44 +08:00
Leopoldthecoder
ea5ff93e78
unify N/A marks in docs
2016-12-29 20:55:33 +08:00
baiyaaaaa
d26288ea30
fix input relevant component box model to inline-block
2016-12-28 19:09:11 +08:00
杨奕
d2f02b828f
Merge branch 'dev' into 1.1
2016-12-28 15:23:51 +08:00
baiyaaaaa
7eb8a19fb3
Revert "DatePicker: input display style changes to block, fixed #2018"
...
This reverts commit b3095a703c
.
2016-12-28 15:19:01 +08:00
baiyaaaaa
436c38fee6
Merge pull request #2021 from QingWei-Li/fix/datepicker-editor
...
DatePicker: input display style changes to block, fixed #2018
2016-12-28 14:12:23 +08:00
qingwei.li
b3095a703c
DatePicker: input display style changes to block, fixed #2018
2016-12-27 17:36:10 +08:00
qingwei.li
9f8837ec40
DatePicker: custom fisrt day of week #1061
2016-12-27 16:28:16 +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
Leopoldthecoder
353dab8c55
JSFiddle: add missing <style> and <script>
2016-11-14 18:24:06 +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