Commit Graph

524 Commits

Author SHA1 Message Date
hetech
6af04e8765 Progress: add dashboard progress bar & add custom color (#11867) 2019-05-28 11:02:00 +08:00
iamkun
45383cd655 Backtop: Add backtop component (#15541) 2019-05-27 17:03:10 +08:00
iamkun
5fea8b46f2 infiniteScroll: add infiniteScroll component (#15567) 2019-05-27 16:28:13 +08:00
Simona
cefd235615 feat(Tag): add prop effect. (#15725) 2019-05-27 16:06:58 +08:00
iamkun
66762ffa23 Revert "Select: set value to null when cleared (#14322) (#14650)" (#15447) 2019-05-24 14:59:15 +08:00
VanMess
855062423c Image: add support for transmit "attrs" and "listeners" (#15578) 2019-05-24 14:53:47 +08:00
Simona
c27788f993 Tooltip: fix custom tabindex not work (#15619) 2019-05-21 11:46:49 +08:00
Zhi Cun
613dd1a36d Progress: Revert pr #13198 (#15601) 2019-05-17 16:01:11 +08:00
hetech
dc8bdc021e Calendar: add Calendar component (#14908) 2019-04-25 10:57:26 +08:00
luckyCao
1fe6849a63 InputNumber: add step-strictly attribute (#15050) 2019-04-23 11:28:02 +08:00
luckyCao
6ecf925d7e Select: fix slice of value when value is undefined or null (#15022) 2019-04-23 11:26:34 +08:00
Jeff Wen
6ae9f0838f Tree: delete current node after it removed (#14604) 2019-04-22 17:38:08 +08:00
iamkun
5ecf4c2895 Link: add link component (#15052) 2019-04-19 19:15:28 +08:00
luckyCao
88ae222c61 Input: add show-word-count attribute (#15075) 2019-04-19 16:14:07 +08:00
luckyCao
da01541d60 Slider: add marks attribute (#15133) 2019-04-19 16:02:01 +08:00
hetech
e5385e8531 Pagination: add hide-on-single-page attribute (#15096) 2019-04-19 15:52:06 +08:00
hetech
2a65c9df7e Carousel: add direction attribute and support vertical direction (#15122) 2019-04-19 15:51:11 +08:00
Simona
d9462ab771 Image: add image component (#15117) 2019-04-19 12:09:42 +08:00
Zhi Cun
686595627e Alert: Add dark theme (#15041) 2019-04-19 11:57:20 +08:00
Zhi Cun
128feba18f Divider: add divider component (#15055) 2019-04-19 11:44:35 +08:00
Simona
c34ec3f1f1 Rate: add custom colors and icon-classes by passing a object (#15051) 2019-04-19 11:08:30 +08:00
morning
c965e3697a Select: set placeholder to label of option selected when filterable is true (#14989) 2019-04-17 18:01:10 +08:00
Haoran Yu
f19b9f13c6 Rate: Fix decimal display support in disabled mode (#15089) 2019-04-17 11:33:08 +08:00
hetech
c6dbd286e1 Table: fix load bug in lazy mode (#15101) 2019-04-12 19:06:29 +08:00
hetech
a408b3dd3f Form: label-width supports width auto (#14944) 2019-04-03 11:56:49 +08:00
hetech
b851242a5c Table: defaultExpandAll works when expand column exists (#14935)
* Table: `defaultExpandAll` works when expand column exists

* fix
2019-04-02 15:26:46 +08:00
Jiewei Qian
d38ab315fa Input: update DOM dependent values on type change (#14889)
fix #14857
2019-04-02 12:19:32 +08:00
aaronfulkerson
6a766097e2 Select: set value to null when cleared (#14322) (#14650) 2019-03-29 02:16:30 +11:00
hetech
314e7fbaee Tree: revert pr #13349 (#14847) 2019-03-27 18:28:50 +08:00
hetech
9def85be4a Table: add support tree structure data (#14632) 2019-03-27 16:13:21 +08:00
hetech
d956022a96 Cascader: remove unnecessary DOM operation (#14788)
* Cascader: remove unnecessary DOM operation

* update cascader test
2019-03-21 18:11:14 +08:00
Jiewei Qian
ed13de38c7 input: fix regression (#14572)
* input: fix regression

guard against: #14551
fix: #14501, #14521, #14564, #14332

* Input: update
2019-03-19 15:54:55 +08:00
Jiewei Qian
9c7fcf30f2 chore: update test deps and conf (#14735)
* test: run in headless chrome

* chore: update travis node version

* chore: upgrade test deps

* test: fix tests

* test: support async await

* test: fix tree test case

* test: fix tree test cases

* test: fix popper test case
2019-03-18 15:34:44 +08:00
Jeff Wen
d1255684d4 Steps: fixes issue #14502 (#14596)
* Steps: fixes issue #14502

* Update

* f
2019-03-09 21:26:51 +08:00
Jeff Wen
b7ee84f39a date-picker: fix first-day-of-week computation (#14523)
Fixes #14523
2019-03-06 19:10:40 +11:00
zxyRealm
2f5a489a9c DatePicker: add monthrange for type attribute (#4204) (#14487) 2019-03-04 15:41:04 +08:00
Jiewei Qian
8afa4cf788 doc: fix typo type="fixed-time" (#14552) 2019-03-02 22:25:21 +11:00
Harlan
f55fbdb051 Select: add slot empty (#13785)
* Select: Add slot `empty` (#13769)

* Select: add test case for slot `empty`
2019-02-19 14:36:09 +08:00
HarlanLuo
a54802c71a Table: remove some html DOM operations (#13643) 2019-02-18 14:31:03 +08:00
Jiewei Qian
28873807c1 test: add autocomplete highlight-first-item (#14368)
add unit test for https://github.com/ElemeFE/element/pull/14269
2019-02-14 20:30:57 +08:00
Zhi Cun
f17533ab11 Timeline: add timeline component (#14248)
* Table: fix params order of row events (#12086)

* Timeline: add timeline component (#11736)

* Timeline: add timeline component

* Timeline: add timeline component

* Timeline: add test case

* Timeline: fix icon class

* Timeline: update docs

* Timeline: fix test case

* Timeline: remove pending attribute

* Timeline: fix docs

* Timeline: make reverse default to false

* Timline: fix test case

* Timeline: update element-ui.d.ts

* Timeline: optimize code
2019-02-01 17:13:08 +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
ileechee
e9aae8f706 Tag: add click event (#14106)
* Tag: add tag click event handle

* Tag: add doc and unit test.
2019-01-21 13:52:33 +08:00
YuCheng Lin
904e60ef1d date-time-picker: add selectableRange in pickerOptions 2019-01-14 23:25:46 +08:00
Jiewei Qian
e2c5573c1f Input: simplify el-input implementation (#13471)
* 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
2018-11-26 15:05:46 +08:00
Ali Torki
d37f74f539 Progress: add text status (#13198)
* add: text status in progress circle component

* Progress: update Chinse and Spanish docs and minor improvements

* update progress
2018-11-13 11:24:15 +08:00
dive2Pro
d97555bdde Tree: fixed default-checked-keys display wrong (#13349)
* fix: 12383 Tree in lazy mode set child node 'default-checked-keys', display wrong:All nodes are fulfilled

* 添加测试

* fix code style

* update style
2018-11-13 10:31:22 +08:00
Anton Kuznetsov
2b7fa617ae Tree: add currentNodeKey property declaration and fix test for currentNodeKey (#13197)
* Add currentNodeKey property declaration, fix test for currentNodeKey

* translate Chines doc
2018-11-08 19:28:24 +08:00
hetech
9a31f5f6e6 ColorPicker: not trigger form validation when dragging (#13299)
* ColorPicker: not trigger form validation when dragging

* update test case for input
2018-11-05 19:21:49 +08:00
st-sloth
9d09d0dbf4 InputNumber: add select method (#13286)
* Input: add test for `select` method

* InputNumber: add `select` method
2018-11-05 19:21:24 +08:00