Commit Graph

1766 Commits

Author SHA1 Message Date
Leopoldthecoder
0d952b7917 Switch: fix style 2017-12-21 10:35:56 +08:00
Leopoldthecoder
bc893b5051 Carousel: fix items hides up when data is asynchronously updated 2017-12-20 21:11:21 +08:00
Leopoldthecoder
42849a89fe Loading: remove parent class when directive is unbound 2017-12-20 17:05:37 +08:00
Leopoldthecoder
c69adb0458 publish independent packages 2017-12-20 11:52:49 +08:00
花裤衩
24b15776de Table: use $--table-header-background to define header background(#8871)
$--table-header-background is defined but never used
2017-12-19 18:03:01 +08:00
Pan
f7c63d993e Picker: perf el-icon-circle-close hover effect 2017-12-19 10:33:58 +08:00
Leopoldthecoder
4392a036d1 Form: fix support for dot-separated rule key 2017-12-19 10:33:27 +08:00
xifeiwu
13855f6c65 fix: the width prop of el-table-column is invalid when it is 0 (#8861)
* fix: the width prop of el-table-column is invalid when it is 0

* Update table-column.js
2017-12-17 18:20:00 +08:00
Leopoldthecoder
4af54f5a93 Popover: remove word-break style 2017-12-17 18:14:55 +08:00
Leopoldthecoder
fac4bdf2f3 Autocomplete: support maxlength and minlength 2017-12-17 18:14:55 +08:00
earlymeme
735a834566 loading directive customClass 2017-12-17 18:12:44 +08:00
Leopoldthecoder
81ff11ad41 Form: fix initial error message 2017-12-16 21:23:05 +08:00
Leopoldthecoder
4a7f3c82ad Chore: misc updates 2017-12-15 16:45:15 +08:00
Leopoldthecoder
6497e8c1c1 Carousel: add type="button" to navigation buttons 2017-12-15 13:43:05 +08:00
wangshaobo
79b4cb42d2 Revise with review comments. 2017-12-13 11:17:00 +08:00
wangshaobo
4fe557b5e8 upload: add before-remove hook function 2017-12-13 11:17:00 +08:00
Leopoldthecoder
66dd670a53 Table: replace sorting arrow icons with borders to avoid overlap 2017-12-12 19:27:46 +08:00
Leopoldthecoder
e64ba965d6 Select: fix default-first-option on created options 2017-12-12 19:03:52 +08:00
Leopoldthecoder
03635d1935 [build] 2.0.8 2017-12-12 17:07:23 +08:00
Leopoldthecoder
0fb05a35b3 Changelog: update for 2.0.8 2017-12-12 16:54:17 +08:00
Leopoldthecoder
d58814290e Picker: fix blur event 2017-12-12 15:54:29 +08:00
Leopoldthecoder
b91c5f8d11 Input: textarea should inherit font size 2017-12-12 14:05:55 +08:00
Leopoldthecoder
dca4b7afd2 Chore: configure es docs 2017-12-12 14:05:55 +08:00
Leopoldthecoder
53fa204128 Form: fix blur validation 2017-12-12 14:05:55 +08:00
hejinming
0e478016be Table: fix table-column order disorder when made the assembly again 2017-12-12 11:47:40 +08:00
刘盼峰
0c824d61c8 Tabs: fix right padding of last tab item in basic type top/bottom position 2017-12-12 10:57:14 +08:00
Leopoldthecoder
ffc310d98d Form: support nested rules 2017-12-11 19:02:32 +08:00
mario_ma
bd3ccaab3f Select: use tags to show option when collapse-tags is set (#8567)
* modify set collapse-tags just show text

* Update select.vue
2017-12-11 18:03:40 +08:00
Leopoldthecoder
1fb98ef172 Chore: misc updates 2017-12-11 10:52:31 +08:00
Johan Hernefeldt
8ae2defa2d Dropdown: click open uses show-timeout attribute (#8734)
* Dropdown: Click open uses `show-timeout` attribute

* Dropdown: Modified test to work with `show-timeout` attribute

* Dropdown: Clean up in testfix
2017-12-10 17:42:08 +08:00
Jason Yin
0f7dcb9d32 Tooltip: fix extra spaces before class 'focusing' when focus multi times 2017-12-10 16:47:36 +08:00
wangshaobo
b566c6156d Add Document for AM/PM A time format 2017-12-10 16:16:20 +08:00
yoyo837
216cf0c990 limitReached:Improve robustness when it does not set a default value 2017-12-04 17:59:46 +08:00
firesh
f5aa24e419 DatePicker: add am/pm mode in time selector (#8620)
* time-picker: add am/pm mode in time selector (#8270)

* time-picker: add 'hh:mm:ss A' format test

* time-picker: add am/pm mode in time selector (#8270)

* time-picker: add am/pm mode in time selector (#8270)

* time-picker: add am/pm mode in time selector (#8270)

* Update time-spinner.vue

* Update time-spinner.vue

* Update time-spinner.vue
2017-12-04 13:44:49 +08:00
Leopoldthecoder
12e12758e7 [build] 2.0.7 2017-11-29 16:57:22 +08:00
Leopoldthecoder
6f5df9529e Button: fix disabled text button style 2017-11-29 16:42:36 +08:00
Leopoldthecoder
57f7dc766f [build] 2.0.6 2017-11-29 14:32:44 +08:00
Leopoldthecoder
765e59de6b Pagination: add background prop 2017-11-29 13:52:44 +08:00
Leopoldthecoder
ace0d05791 Table: expand column supports label 2017-11-27 18:35:49 +08:00
Bogdan Luca
6e8f10a556 Input: add clearable (#8509)
* Added clearable to el-input.

* Added en-US example.

* Also fire change event on clear.

* Used clearable shorthand; added clearable to attribute list.

* Added styles.
2017-11-27 10:55:26 +08:00
Leopoldthecoder
475cc04681 Menu: collapsed menu shouldn't open default indices 2017-11-26 16:57:41 +08:00
Leopoldthecoder
7a4ec97f0d Chore: misc updates 2017-11-26 16:57:41 +08:00
Daniel Chiang
abd2d7de36 call doClose() in the exposed close method 2017-11-26 15:38:41 +08:00
Leopoldthecoder
f307f7f428 Cascader: add separator prop 2017-11-25 20:42:13 +08:00
Jason Zoo
6c4006487c Dropdown: inherit size from global config (#8473) 2017-11-24 10:42:04 +08:00
liyl
11b3c8bbfd Autocomplete: support suffixIcon & prefixIcon (#8446)
* feat: update autocomplete

* Feat: update input doc
2017-11-24 10:26:14 +08:00
Leopoldthecoder
0462d9ce1a DatetimePicker: disable inputs when selecting range 2017-11-23 19:22:16 +08:00
Leopoldthecoder
6a99f03e1f Select: update scroll bar position 2017-11-23 19:22:16 +08:00
Leopoldthecoder
9cfdc433c3 Popover: fix manual trigger 2017-11-23 19:22:16 +08:00
Decade
7120490d3e Pagination: reset invalid jumper value (#8408)
* fix pagination jumper value

* fix lint
2017-11-23 19:22:16 +08:00