* 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
* Table: clearFilter can clear the filters of specified columns
* optimize code and add resetFilter example in doc
* Table: Improve documentation of clearFilter
* Table: Adds header rendering slot
Fixes#4909 and #4908
* Add translation to spanish
* Include render-header deprecation warning
* Add chinese translation and scoped slot description at bottom
* Fix documentation and warnings. Fix custom-header docs
* Fix redundant columns and cleanup example
* Prevent scopedSlot from working on selection column
* Typo
* Select: Fix (#11392 & #12327) Writing space become small when collapse-tags prop is added & input takes new line even if space is available when filterable & multiple props are true
* Changes as IE & Edge dosen't support display: contents
* Revert "Changes as IE & Edge dosen't support display: contents"
This reverts commit 21475c6daac3e0ca364b4a9889e899316e553839.
* Fixed issue - input going in new line even if there is space (collapse-tags)
* Made calculating with dynamic (replaced static 208 with el-select__tags dynamic width)
* Select: Fixed Bug - Extra Height
Fixed bug - getting extra height whenever last options width is most of same as select's width