Commit Graph

3995 Commits

Author SHA1 Message Date
Wenlu Wang
31d31d904d Alert: add support for title slot (#13082)
* Alert: add support for title slot

* update documents
2018-10-20 11:51:36 +08:00
Jérôme Botineau
97728bddb5 aria: add role dialog (#13084) 2018-10-18 19:09:06 +08:00
Akshay Jat
6ae54e5230 Select: fix option wrap in multiple mode (#12329)
* 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
2018-10-17 16:40:29 +08:00
hetech
39fc1b29c4
Tag: optimize code (#13069)
* Tag: optimize code

* update tag.vue
2018-10-17 16:36:45 +08:00
咖喱
868bbc71e7 Select: fix readonly problem in edge (#13034)
Cascader select readonly 添加 edge 浏览器判断;
src/utils/util.js 添加 isIE, isEdge方法;
2018-10-17 10:57:41 +08:00
hetech
ef397572da
Select: fix size attribute not working (#13070) 2018-10-17 10:36:33 +08:00
hetech
9b1d120a0f
NavMenu: fix typo (#13060) 2018-10-15 18:38:57 +08:00
pixiefrog
590bca12e4 i18n: Add missing Slovenian translations (#13059)
Date-picker: set year to '', add missing translations.
Pagination: translate /page
2018-10-15 18:32:39 +08:00
hetech
0de8a032c0
Upload: use uid as upload-list key (#13054)
* Upload: use uid as upload-list key

* chore: fix code style
2018-10-15 17:06:45 +08:00
ZSkycat
9bbae74cb6 Select: make clearable work for multi select (#13049)
* Select: make clearable work for multi select (#6399)

* Select: chore

* Select: fix bug and update docs (#13049)
2018-10-15 16:47:23 +08:00
刘晓
a9026606e0 Form: clearValidate supports string type param (#12990) 2018-10-15 15:54:55 +08:00
hetech
9e6cdd788c
InputNumber: fix style when controls-position is right (#13052) 2018-10-15 15:43:03 +08:00
hetech
efcfbdde0f
Tabs: fixed last TabNav unable to be deleted (#13039) 2018-10-12 22:41:30 +08:00
Harlan
edb3c9b785 TimePicker: selectable range will affect to column minutes in spinner (#12312) 2018-10-12 22:40:41 +08:00
Rustam Tursun
b182a67174 i18n: fix typo (#13032)
校对有些错误字
2018-10-12 14:38:21 +08:00
firesh
c8ce0410f9 select: refactoring icon reverse (#12353)
* select: refactoring icon reverse

* select: disable clear icon when select popup is visible

* select: refactoring clear icon
2018-10-11 18:41:18 +08:00
Rustam Tursun
5beaa67b01 i18n: update Uyghur translation (#13004)
年前面加上“-”, 在维语中年前面要写“-”表示第几年
2018-10-10 16:44:29 +08:00
hetech
261abd69fc
Badge: add type attribute (#12991)
* badge: add type attribute

* Update badge.md
2018-10-09 12:14:45 +08:00
Andrew Kordampalos
ec0074bf8b Dropdown: Added slots to documentation (#12985)
* Dropdown: Added slots to documentation

Added slots section in english to documentation for dropdown component. Chinese and Spanish missing.

* Update dropdown.md
2018-10-09 11:49:19 +08:00
bgeree
cec8dc351d i18n: update Hungarian translation (#12963) 2018-10-08 11:37:43 +08:00
Gonzalo Nandez
9c49676a8c docs: Changelog for 2.4.8 Spanish update (#12952) 2018-10-08 10:48:50 +08:00
ziyoung
f23c63c5c2 [release] 2.4.8 2018-09-30 16:21:54 +08:00
ziyoung
e17ecf747a [build] 2.4.8 2018-09-30 16:21:54 +08:00
hetech
dd451b2fff
changelog for 2.4.8 (#12950)
* changelog for 2.4.8

* Update CHANGELOG.en-US.md

* Update CHANGELOG.es.md
2018-09-30 16:09:52 +08:00
hetech
80410b4487
Tabs: scroll to active tab (#12948)
* Tabs: fix not scrolling to active tab

* update tabs.vue
2018-09-30 15:21:34 +08:00
ZSkycat
7e29e1c66d Tree: fix type definition (#12941) 2018-09-30 14:32:50 +08:00
Gabrijel Škoro
74827513d0 Table: fix table column default alignment (#12578) 2018-09-29 13:31:14 +08:00
hetech
6b76896c40
Table: called render header in index column (#12914) 2018-09-28 17:44:54 +08:00
James Wragg
b55ea514e2 Input: s autocomplete on textarea (#12917)
A textarea element can also have an autocomplete attribute.
Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea
2018-09-28 17:09:37 +08:00
Jiewei Qian
6cb92acc34 DatePicker: validate input date (#12898)
* date-picker: fix confirm() ignoring date validity

make date-range panel's confirm validate date before confirming.

1. disable confirm button if picked date is invalid
2. reset highlight date on picker open (resetView)

* test: date-time-range confirm honors disabledDate
2018-09-27 16:03:11 +08:00
Jiewei Qian
e7725797c4 chore: update date-picker comment notes (#12899) 2018-09-27 15:37:58 +08:00
hetech
143f0c64d1
test: update test case for form (#12886) 2018-09-26 11:01:05 +08:00
bluejfox
58bb0a3340 ButtonGroup: fix Dropdown style in ButtonGroup(#12815) (#12819)
* [Button]Support Dropdown in ButtonGroup(#12815)

* [Button]Support Dropdown in ButtonGroup(#12815)

* [Button]Support Dropdown in ButtonGroup(#12815)
2018-09-26 10:58:14 +08:00
Yamen Sharaf
44a85b8e60 Form: emits error message on validate event (#12860)
* Form: Emits error message on validate events

* Update form.md
2018-09-26 10:50:50 +08:00
hetech
99a1f4f376
doc: update i18n doc for Serbian language (#12867) 2018-09-25 12:09:01 +08:00
hetech
17d817c0ce
Tabs: fix order of TabNav when array is sorted (#12846)
* Tabs: fix order of TabNav when array is sorted

* update tabs.vue

* update test cases
2018-09-25 11:16:47 +08:00
Виталије Милошевић
34dd6793e4 i18n: add Serbian translation (#12863)
Added Serbian translation.
2018-09-25 11:16:09 +08:00
hetech
0e617d0fc6
Tree: show indicator in drop node (#12854) 2018-09-21 19:12:42 +08:00
hetech
861b0b294b
Upload: add missing definition (#12839) 2018-09-20 16:50:27 +08:00
Spyros Sakellaropoulos
69f790f4d5 i18n: update Greek translation (#12830)
Translate missing text
2018-09-20 11:21:24 +08:00
morning
fff4d62567
Dialog: add opened event (#12828)
* Dialog: add opened event

* Docs: update es dialog doc

* Update dialog.md
2018-09-20 11:16:22 +08:00
Yamen Sharaf
098ba463c3 FormItem: adding hide-required-asterisk attribute(#12744)
* Form: adds prop to make asterisk optional on required  fields

* Form: adds prop to make asterisk optional on required  fields

* ElForm: Reverses attribute name to hide-required-asterisk, which defaults to false

* Update form-item.vue

* Update form.scss

* Update form.md
2018-09-17 18:32:23 +08:00
hetech
1cbc9f6363 Switch: not display outline when focused (#12771) 2018-09-14 21:05:02 +08:00
Gonzalo Nandez
b5f3a1a063 docs: update Spanish doc for 2.4.7 (#12770)
* update Spanish Doc

* update Spanish Doc

* update Spanish Doc
2018-09-14 19:18:50 +08:00
ziyoung
66215f6525 [release] 2.4.7 2018-09-14 14:47:08 +08:00
ziyoung
774d0fb6dc [build] 2.4.7 2018-09-14 14:47:07 +08:00
hetech
813345d1bd
Changelog: update for 2.4.7 (#12765) 2018-09-14 14:31:40 +08:00
Kaveet Laxmidas
0bc07d7ec4 docs: improved documentation for el-form (#12635)
* Docs: Document el-form label-position attribute

Adds improved documentation to the el-form `label-position` attribute, which behaves differently when used with and without `label-width`. This has been a source of confusion for myself and others:

https://github.com/ElemeFE/element/issues/8477

Thanks!

* Document el-form label-position attribute (zh-CN, needs translation)

* Document el-form label-position attribute (es)

* Update form.md
2018-09-14 10:51:37 +08:00
hetech
9f345d89c0
Select: use initial height to reset height of input (#12719)
* Select: use initial height to reset height of input

* Update select.vue
2018-09-13 18:52:08 +08:00
回家看动画
faed4634d0 doc: add missing info in quickstart (#12574) 2018-09-13 18:31:07 +08:00