* input: simplify internal implementation
remove currentValue, strictly follow one-way data flow
hack for MSIE input event when placeholder is set
remove isKorean hack (#11665, #10648)
* input-number: fix for new el-input
* test: input, fix vue warning
* date-time-range: fix for new el-input
* pagination: fix for new el-input, simplify internals
* input: fix input event on compositionend
* input-number: fix for new el-input
* input-number: nuke userInput on change
* date-table: simplify implementation, fix#12980
* date-table: remove rangeState's row and column
* date-table: fix disabled cell highlight
this is a regression introduced in pr #8156, which allows disabled date to be
highlighted.
Also simplifies handleClick's implementation to avoid DOM operations.
* 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
* date-picker: fix confirm() ignoring date validity
make date-range panel's confirm validate date before confirming.
1. disable confirm button if picked date is invalid
2. reset highlight date on picker open (resetView)
* test: date-time-range confirm honors disabledDate
Makes it possible to style the height of ".el-time-spinner__item".
Removed the fixed values associated to a height and line-height: 32px. It's now possible to set whichever height a user wants and the scrollbar will adjust itself accordingly.
* 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)
* [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
* isue#9027 picker emit only real user change
* issue#9027 date-picker emit change if user real change only
* issue#9027 date-picker emit change if user real change only