Commit Graph

1351 Commits (f33a6562ca3e3f01a8313e11d84719758c1fa27b)

Author SHA1 Message Date
Harlan 933109fd5b Carousel: add prop loop (#13217)
* Carousel: add prop `loop` which can control whether display in loop (#12869)

* Carousel: add es doc for new prop `loop`
2018-10-31 17:41:23 +08:00
Asier Iturralde Sarasola bc26ab6ba5 i18n: add Basque translation (#13239)
* Add Basque translation

* update doc
2018-10-31 16:41:35 +08:00
Gonzalo Nandez 925a153048 docs: Spanish Doc Update 2.4.9 (#13184)
* Spanish Doc Update 2.4.9

* Revert "Spanish Doc Update 2.4.9"

This reverts commit 934bf9a606.

* docs: Spanish doc Update 2.4.9
2018-10-31 16:31:29 +08:00
ziyoung c6204c38a8 [build] 2.4.9 2018-10-26 19:17:23 +08:00
hetech cf42b5444e
Table: update Chinese doc (#13177) 2018-10-26 11:59:02 +08:00
Ivan Seidel 2bafed0acc Table: Adds header rendering slot (#13012)
* Table: Adds header rendering slot

Fixes #4909 and #4908

* Add translation to spanish

* Include render-header deprecation warning

* Add chinese translation and scoped slot description at bottom

* Fix documentation and warnings. Fix custom-header docs

* Fix redundant columns and cleanup example

* Prevent scopedSlot from working on selection column

* Typo
2018-10-26 11:16:56 +08:00
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
hetech 9b1d120a0f
NavMenu: fix typo (#13060) 2018-10-15 18:38:57 +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
hetech 9e6cdd788c
InputNumber: fix style when `controls-position` is right (#13052) 2018-10-15 15:43:03 +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
Gonzalo Nandez 9c49676a8c docs: Changelog for 2.4.8 Spanish update (#12952) 2018-10-08 10:48:50 +08:00
ziyoung e17ecf747a [build] 2.4.8 2018-09-30 16:21:54 +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 861b0b294b
Upload: add missing definition (#12839) 2018-09-20 16:50:27 +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
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 774d0fb6dc [build] 2.4.7 2018-09-14 14:47:07 +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
回家看动画 faed4634d0 doc: add missing info in quickstart (#12574) 2018-09-13 18:31:07 +08:00
Yamen Sharaf ea27fb8fbf FormItem: using slot-scope to display validation message (#12715)
* Updated el-form-item to accept custom error message via slot

* FormItem: updated slot name in docs

* updated spanish and chinese translations

* Update form.md

* Update form.md

* Update form.md

* Update form.md
2018-09-13 18:19:44 +08:00
hetech 4017fe4bd9
Pagination: update doc (#12685) 2018-09-10 12:23:17 +08:00
adursun b8cdecebf7 Fix invalid link (#12667)
Current link is https://element.eleme.io/nuxtjs.org instead of https://nuxtjs.org/.
2018-09-08 17:50:00 +08:00
Axetroy ec6cac4232 Input: fix autocomplete property is not compatible with native #12513 (#12514)
* fix #12513

* fix: fallback for autoComplete and print deprecated warning

* fix: fix auto-complete property in select component

* fix default complete value

* Docs: Update document for autocomplete property change

* Docs: remove redundant documents

* remove unnecessary console log message\

* Update select.md

* fix: add missing declaration in select.d.ts
2018-08-28 15:44:21 +08:00
hetech ea45d54b67
MessageBox: update doc (#12465) 2018-08-22 19:44:07 +08:00
Jiewei Qian 02176e26f4 Date picker refactor dates selection: fix 12323 (#12347)
* date-picker: refactor type='dates'

fix issue #12323
{month, year} table highlights all selected dates
nuke selectedDates to provide cleaner data flow

* doc: correct date-picker's array usage

empty value must be falsy (empty array should not be used)
2018-08-14 16:19:51 +08:00
Gonzalo Nandez 9303122f7f Docs: update Spanish doc for 2.4.6 (#12331) 2018-08-11 02:10:12 +08:00
zhiyang 244d57fa1d [build] 2.4.6 2018-08-10 17:21:49 +08:00
Jikkai Xiao 4af2d8761d
Menu: fix docs (#12299) 2018-08-09 13:32:05 +08:00
Jikkai Xiao 4cbe3f3218 Pagination: make page-size attribute supports .sync (#12281)
* Pagination: make page-size attribute supports .sync

* Update pagination.js
2018-08-08 18:49:27 +08:00
hetech 3da485b617 Tree: register node after dragging (#12279)
* Tree: register node after dragging

* update Tree docs
2018-08-08 18:07:16 +08:00
hetech 9e738a85c3
Input: not trigger form validation when input (#12260)
* Input: not trigger validation when input

* InputNumber: update docs
2018-08-07 18:33:58 +08:00
hetech cb93645728 Autocomplete: add `popper-append-to-body` attribute (#12241) 2018-08-06 19:14:16 +08:00
Jikkai Xiao 363a8bdcb1
Docs: improve docs (#12208) 2018-08-02 19:09:00 +08:00
Jikkai Xiao f75ba78cd4 Docs: improve quickstart doc (#12205) 2018-08-02 14:33:51 +08:00
Gonzalo Nandez 2bb9fd6481 Docs: update Spanish doc 2.4.5 (#12138) 2018-07-27 11:08:21 +08:00
Jikkai Xiao b0b3110c3a [build] 2.4.5 2018-07-26 16:14:18 +08:00
hetech 3ed724492f Tree: add includeHalfChecked flag to getCheckedNodes (#12014) 2018-07-25 17:42:53 +08:00
Jikkai Xiao 4130f2af40 Table: add toggleAllSelection method (#12047) 2018-07-24 16:36:31 +08:00
hetech 43f83128cd Docs: update Cascader doc (#12074) 2018-07-20 17:37:34 +08:00
troy351 b5063ceb2f Docs: add slot doc for el-upload (#12041) 2018-07-18 15:39:04 +08:00
Jikkai Xiao 1c5bce73ba [build] 2.4.4 2018-07-13 16:38:11 +08:00
k-okina 1f8c7ba598 Chore: provide a key with v-for (#11891) 2018-07-11 15:17:20 +08:00
Gonzalo Nandez cdee16edd4 Docs: update es changelog for 2.4.3 (#11850)
* update spanish Doc 2.4.3

* update spanish Doc 2.4.3
2018-07-04 09:53:26 +08:00
tvChan 0c9c35eb53 Docs: update TimePicker doc (#11845)
* Time-Picker: Add missing translation

* Time-Picker: Add missing translation
2018-07-03 19:16:54 +08:00
Leopoldthecoder 3a698a90d1 [build] 2.4.3 2018-07-03 12:34:05 +08:00
杨奕 5ef3d0ec8d MessageBox: add distinguishCancelAndClose (#11831) 2018-07-03 12:02:21 +08:00