Commit Graph

2994 Commits

Author SHA1 Message Date
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
杨奕
f01ebad0b1
Merge pull request #8753 from ElemeFE/es-doc
Es doc
2017-12-11 11:29:31 +08:00
Leopoldthecoder
27b271031e Merge branch 'dev' into es-doc
# Conflicts:
#	FAQ.md
2017-12-11 11:16:24 +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
Gonzalo Nandez
07395c0a81 changelog spanish 2017-12-10 16:18:19 +08:00
wangshaobo
b566c6156d Add Document for AM/PM A time format 2017-12-10 16:16:20 +08:00
Jaha96
038f1221ac Added Kazakh language to the locale :) (#8664)
* Added Kazakh language to the locale

* removed space
2017-12-05 11:58:17 +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
Gonzalo Nandez
7e08026c46 Tag and Typography (#8632)
* Revision of documentation in Spanish

* Tag and typography
2017-12-04 10:36:43 +08:00
Gonzalo Nandez
6123ee70a3 Revision of documentation in Spanish 2017-12-03 19:27:08 +08:00
Батмөнх
2d8e73bc02 update mn locale (#8599)
* Complete Mongolian translation :mn:

* removed // to be translated

* Fixed translation

* Update mn.js

* Update mn.js

* Update mn.js
2017-12-01 15:16:18 +08:00
Johan Bové
d19f555208 Update table.md
Fixes typo
2017-12-01 10:23:57 +08:00
redaced
6ced3a654a removed // to be translated 2017-11-30 19:52:26 +08:00
redaced
4f0343fc6b Complete Mongolian translation :mn: 2017-11-30 19:52:26 +08:00
Leopoldthecoder
bc14458249 Chore: update input docs 2017-11-30 13:46:48 +08:00
Leopoldthecoder
79cc629f93 [release] 2.0.7 2017-11-29 16:57:23 +08:00
Leopoldthecoder
12e12758e7 [build] 2.0.7 2017-11-29 16:57:22 +08:00
Leopoldthecoder
e0a2f13d1e Changelog: update for 2.0.7 2017-11-29 16:55:28 +08:00
Leopoldthecoder
6f5df9529e Button: fix disabled text button style 2017-11-29 16:42:36 +08:00
Leopoldthecoder
e531b14aa7 [release] 2.0.6 2017-11-29 14:32:44 +08:00
Leopoldthecoder
57f7dc766f [build] 2.0.6 2017-11-29 14:32:44 +08:00
Leopoldthecoder
b7d6579aca Changelog: update for 2.0.6 2017-11-29 14:26:16 +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
zollero
675253dcb1 MessageBox: Add attribute 'showClose' to doc (#8516)
* MessageBox: Add attribute 'showClose' to doc

Add an attribute 'showClose' to explain whether to show 'close' button on the right top.

MessageBox: 文档中添加一个属性:showClose。 用来解释是否显示 MessageBox 右上角的关闭按钮。改属性,已经在源码中声明。

* MessageBox: Add attribute 'showClose' to doc

Add an attribute 'showClose' to explain whether to show 'close' button on the right top.
2017-11-27 18:04:25 +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
9998d13e9c Popper: increase arrow offset to 8px 2017-11-26 16:57:41 +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
Gonzalo Nandez
91fece12ba Fixed problems 2017-11-24 15:15:56 +08:00
Gonzalo Nandez
5c5b6036ce Resolving conflict 2017-11-24 15:15:56 +08:00
Gonzalo Nandez
b58df25ed2 revision 2017-11-24 15:15:56 +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
wendyjisung
4c81a5c292 Modify of dialog.md 2017-11-23 22:20:17 +08:00
wendyjisung
63a5aaff68 Modification of dialog 2017-11-23 22:20:17 +08:00
wendyjisung
8301f16d59 Modification of dialog, revert of dialog/en 2017-11-23 22:20:17 +08:00
wendyjisung
0a8eda1c52 modification of translate 2017-11-23 22:20:17 +08:00
wendyjisung
db8a200c87 Modification of date-picker.md
translation of datetime-picer.md
2017-11-23 22:20:17 +08:00
wendyjisung
3896803668 Modification of the translation of date-picker 2017-11-23 22:20:17 +08:00
wendyjisung
b759a7ad5e translation of date-picker 2017-11-23 22:20:17 +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