Commit Graph

3030 Commits

Author SHA1 Message Date
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
Gonzalo Nandez
1ccd33b4d3 notification.md spanish version (#8447)
* select.md spanish version update

* notification.md spanish version

* revised notification.md spanish version
2017-11-23 19:21:55 +08:00
Leslie
55617e0d1a DatetimePicker: fix max time error when init value is empty (#8336)
1.no init data
2.click start time and comfirm
3.click end time and comfirm(the end time is not change)
4.error
reason:
not evaluate 'maxDate' value in step1
I will show more details in conversation
2017-11-23 19:15:16 +08:00
Leopoldthecoder
e033313608 Select: fix filter input display in multiple mode 2017-11-23 11:36:48 +08:00
Leon Zhang
d6c35bffaa remove unnecessary event 2017-11-22 17:05:22 +08:00
hejinming
94d737fb4a Table: fix el-table-column 'hover-row' class error when expend column embed el-table 2017-11-22 11:44:27 +08:00
Leopoldthecoder
dd8d350b7d Table: fix sorting arrow style 2017-11-21 11:54:45 +08:00
刘洋
6544134c38 Tag: stop close icon click event propagation (#8396)
* Tag关闭按钮@click修改为@click.stop防止事件冒泡(Tag添加自定义事件时,点击关闭会触发两次事件)

* Button: fix closeEvent bug
Tag关闭按钮@click修改为@click.stop防止事件冒泡(Tag添加自定义事件时,点击关闭会触发两次事件)
2017-11-21 11:05:52 +08:00
Leopoldthecoder
8f623b4cc4 Form: required rule shouldn't care about model type 2017-11-20 22:29:01 +08:00
Tadasb
0a23a310e4 Create lt.js
Create a Lithuanian translation.
2017-11-20 10:26:18 +08:00
杨奕
2566e48218 Update fa.js 2017-11-19 16:27:47 +08:00
Morteza Dehghani
7dd10da28b Translate some words
...
2017-11-19 16:27:47 +08:00
Gonzalo2310
06ff90cc7f select.md spanish version update 2017-11-19 16:20:25 +08:00
Anthony Davie
044d8ef11f FAQ.md with Spanish translation
Added the Spanish translation after the English one.
2017-11-19 16:18:48 +08:00
Anthony Davie
44efc5df35 Update CONTRIBUTING.es.md
Added llinks to Issue reporter, Element UI main website and Vuejs website for clarity.
2017-11-19 16:18:48 +08:00