Commit Graph

1472 Commits (0399bd06907e5acb995134ed4e07a697573d054c)

Author SHA1 Message Date
Gideon King 911ca6872a Popover: fix popover issues with hover display (#13104)
* Fix issue with popover displaying on focus when configuration is for it to show on hover.
Fix issue with popover timer still running when button clicked and parent element no longer visible (e.g. keepalive component).

* Updated to pass tests

* Correct documentation for el-date-picker

* Changes as per ziyoung review
2018-12-05 17:23:10 +08:00
fafa 814740b63c Table: fix index type (#13628) 2018-11-30 19:10:56 +08:00
hetech dd4a496940
Tree: update doc and definition file (#13540) 2018-11-23 17:44:57 +08:00
hetech d8d4dfedd5
DatePicker: add validate-event attribute (#13531) 2018-11-22 18:29:16 +08:00
ziyoung dd920170d5 [build] 2.4.11 2018-11-21 16:38:26 +08:00
Jiewei Qian 93790b654f doc: input-number, fix missing num9 declaration (#13463) 2018-11-19 17:39:57 +08:00
Gonzalo Nandez d2d4f53c29 docs: update Spanish doc 2.4.10 (#13449)
* Update spanish doc 2.4.10

* update changelog
2018-11-19 10:59:58 +08:00
ziyoung d293b188d5 [build] 2.4.10 2018-11-16 19:29:51 +08:00
hetech c1b869d7ce
Cascader: add visible-change event (#13415) 2018-11-14 12:25:41 +08:00
Arthur Denner 026558682c Autocomplete: add clearable prop (#12171)
* Autocomplete: add clearable prop

* Input: remove focus after clearing the value

* Autocomplete: hide options after clearing the value
2018-11-13 18:33:33 +08:00
Ali Torki d37f74f539 Progress: add text status (#13198)
* add: text status in progress circle component

* Progress: update Chinse and Spanish docs and minor improvements

* update progress
2018-11-13 11:24:15 +08:00
hetech d241282a81
Alter: title is not a required prop (#13360)
* Alter: title is not a required prop

* update docs
2018-11-09 12:01:35 +08:00
Anton Kuznetsov 2b7fa617ae Tree: add currentNodeKey property declaration and fix test for currentNodeKey (#13197)
* Add currentNodeKey property declaration, fix test for currentNodeKey

* translate Chines doc
2018-11-08 19:28:24 +08:00
hetech d1440c9608
Tree: add iconClass attribute (#13337) 2018-11-07 19:06:36 +08:00
Ruslan P 1f592944d6 DatePicker: allowed to customize range-seprator with a slot (#13272)
* DatePicker: Allowed to customize range-seprator with a slot

Currently, the only possible option for "range-selector" is a string, would be nice to use a slot, so we could have custom svg-icon there.

* update doc
2018-11-07 12:30:47 +08:00
hetech e715848c90
Form: validateField accepts an array of field names (#13319) 2018-11-06 18:52:54 +08:00
hetech 9a31f5f6e6
ColorPicker: not trigger form validation when dragging (#13299)
* ColorPicker: not trigger form validation when dragging

* update test case for input
2018-11-05 19:21:49 +08:00
st-sloth 9d09d0dbf4 InputNumber: add `select` method (#13286)
* Input: add test for `select` method

* InputNumber: add `select` method
2018-11-05 19:21:24 +08:00
SkyAo bdc9363635 InputNumber: add placeholder attribute (#13275) 2018-11-05 15:36:36 +08:00
Harlan bcef4d9e35 Table: add resetFilter which can reset filter of a column (#13176)
* Table: clearFilter can clear the filters of specified columns

* optimize code and add resetFilter example in doc

* Table: Improve documentation of clearFilter
2018-11-02 11:40:36 +08:00
hetech 9c32f55892
Table: fix header scoped slot not accessing data (#13263) 2018-11-01 15:23:55 +08:00
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
杨奕 b799d2ec4d Form: clearValidate supports prop names (#11821) 2018-07-02 18:06:16 +08:00
杨奕 ca567cc752
Chore: update id and key for algolia (#11783) 2018-06-28 16:09:55 +08:00
杨奕 4c40128b8a Table: fix params on docs (#11774)
* Table: fix params on docs

* Table: add missing definitions

* Table: fix row style definitions

* Update table.d.ts
2018-06-28 11:53:16 +08:00
Zoron 3319846ecc Form: fix a typo in docs (#11765)
line 412: `...并 Form-Item 的...` -->> `...并将 Form-Item 的...`
2018-06-27 11:14:51 +08:00
Jikkai Xiao ef98b75aff Tabs: add activeName and oldActiveName parameters to before-leave hook (#11713)
* Tabs: add activeName and oldActiveName parameters to before-leave hook

* Tabs: fix docs
2018-06-25 15:59:49 +08:00
Geass 43191961f6 Docs: fix link of element react (#11718) 2018-06-22 19:02:31 +08:00
杨奕 48c7bcc933
Tree: optimize not-allowed dropping cursor (#11631) 2018-06-14 18:14:39 +08:00
杨奕 0178893db1
Chore: update sponsor, optimize suggestJump (#11614) 2018-06-13 17:51:42 +08:00
Gonzalo Nandez af1a287cf3 Docs: update es changelog for 2.4.1 (#11546) 2018-06-10 20:41:03 +08:00
Leopoldthecoder 38ead594bc [build] 2.4.1 2018-06-08 14:05:11 +08:00
Jikkai Xiao d1391e325c Tabs: add stretch attribute (#11476)
* Tabs: add stretch attribute

* Update tabs.scss
2018-06-07 11:18:57 +08:00
hetech b593168ebd Dialog: trigger closed event when closing animation ends (#11490)
* Dialog: trigger closed event when close animation ends

* Update dialog.md

* Update dialog.md
2018-06-07 11:07:25 +08:00
杨奕 0afa514e0a
MessageBox: add iconClass (#11499) 2018-06-06 12:19:24 +08:00
Gonzalo Nandez 5ad118b7ee Docs: update es changelog for 2.4.0 (#11382) 2018-05-29 10:45:38 +08:00
zhiyang 51e57ebcd8 [build] 2.4.0 2018-05-28 19:40:36 +08:00
杨奕 0b94502eb9
Changelog: update for 2.4.0 (#11378) 2018-05-28 17:36:40 +08:00
Jikkai Xiao f18bbeb473 Table: support manually sorting. Resolves #9495 (#11311)
* Table: support manually sorting. Resolves #9495

* Table: add parameters for sort api

* Docs: improve docs
2018-05-24 18:01:02 +08:00
Jikkai Xiao ada80e6862 Radio: support switching radio with keyborard in ff. Fixes #8198 (#11325)
* Docs: fix docs of Tab-pane

* Radio: support switching radio with keyborard in ff. Fixes #8198
2018-05-24 17:31:10 +08:00
Wenlu Wang 49473ffafc add support of tab penl lazy render(#11022) (#11167)
* add support of tab penl lazy render

* add docs

* fix test

* Tabs: update tab-pane.d.ts

* Docs: update Tabs docs
2018-05-23 19:04:51 +08:00
hetech bcfb1d3c71 InputNumber: add precision attribute (#11281) 2018-05-23 14:10:34 +08:00
杨奕 0b2a1eb784 Table: add sort-orders (#11283) 2018-05-22 18:20:04 +08:00
Jikkai Xiao 48c40ffa0a Tabs: add before-leave hook (#11259)
* Tabs: add before-leave hook

* Tabs: update tabs.d.ts
2018-05-21 19:10:49 +08:00
hetech f5c113da80 Popup: allow user to set initial z-index for modals (#11257) 2018-05-21 18:57:40 +08:00
杨奕 4d5ec4427e
Dialog: add tips on lazy render (#11266) 2018-05-21 18:18:42 +08:00
杨奕 38a13de337
Autocomplete: add hide-loading (#11260) 2018-05-21 17:27:42 +08:00
Gonzalo Nandez 563b4c0e06 Docs: update es changelog for 2.3.8 (#11245) 2018-05-21 10:46:05 +08:00
tsochetra 4d59616728 i18n: add Khmer language (km) (#11239)
* Adding Khmer language (Cambodia) to project

* adding khmer language
2018-05-21 10:37:00 +08:00
Leopoldthecoder 0ede22cd66 [build] 2.3.9 2018-05-18 14:21:10 +08:00
hetech 76953c488f MessageBox: add a tip to the doc (#11214) 2018-05-17 20:17:26 +08:00
杨奕 e809720ce4
Tree: setCurrentKey cancels highlight when param is null (#11205) 2018-05-17 13:30:58 +08:00
Gonzalo Nandez d8c78f57c4 Chore: update es changelog for 2.3.8 (#11130) 2018-05-13 15:29:24 +08:00
Leopoldthecoder 992a7a534e [build] 2.3.8 2018-05-11 19:02:08 +08:00
杨奕 4fd181cb21
Changelog: update for 2.3.8 (#11127) 2018-05-11 19:00:20 +08:00
杨奕 68db03fc22
Tree: add checkOnClickNode (#11111) 2018-05-10 18:01:49 +08:00
Carson a318c5701e Chore: suggestJump only in production mode (#11082) 2018-05-09 18:02:47 +08:00
杨奕 6f2f7aed47
FormItem: add clearValidate (#11076) 2018-05-09 13:58:12 +08:00
hetech 602afe0364 Select: add prefix named slot (#11063)
* Select: add prefix named slot

* Update select.md
2018-05-08 19:12:25 +08:00
Gonzalo Nandez 19a3bce626 Chore: update es changelog for 2.3.7 (#10949) 2018-05-01 20:21:38 +08:00
Leopoldthecoder 6498829c96 [build] 2.3.7 2018-04-29 21:34:34 +08:00
杨奕 7a5d24014b
Chore: update duotai sponsorship (#10940) 2018-04-29 12:01:08 +08:00
blackmiaool b5691d73ae Input: update type's doc (#10937) 2018-04-29 10:57:42 +08:00
杨奕 56cbdef95b
Docs: update popover and table (#10910) 2018-04-27 12:27:41 +08:00
Gonzalo Nandez 9f232cd388 Chore: fix a es docs error (#10869) 2018-04-25 11:04:28 +08:00
杨奕 c7213fcc56
Chore: update Nuxt example link (#10826) 2018-04-21 19:56:47 +08:00
Leopoldthecoder 363528fc0d [build] 2.3.6 2018-04-21 18:15:20 +08:00
Gonzalo Nandez b414efddfa Chore: update es changelog for 2.3.5 (#10815) 2018-04-21 14:36:57 +08:00
Leopoldthecoder fdef1020ca [build] 2.3.5 2018-04-20 16:05:19 +08:00
杨奕 e8e2fc425b
Tree: add type as allow-drop's 3rd param (#10792) 2018-04-19 19:25:59 +08:00
杨奕 0c475a98c0
Input: fix docs for clear event param (#10784) 2018-04-19 16:07:03 +08:00
杨奕 9063dcf9c9
Form: fix a typo in docs (#10778) 2018-04-19 11:55:46 +08:00
杨奕 f530bffa97
Pagination: update docs for pager-count (#10772) 2018-04-18 16:01:07 +08:00
John 9fc1f9e367 Pagination: add pagerCount prop (#10493) 2018-04-18 14:19:52 +08:00
杨奕 95e168f7ca
Pagination: add prev-click and next-click events (#10755) 2018-04-17 16:47:32 +08:00
杨奕 1f4adb7c08
DatePicker: support multiple dates selection (#10650)
* DatePicker: add multiselect feature

* DatePicker: add multiselect feature

* DatePicker: add multiselect feature

* DatePicker: add multiselect feature

* DatePicker: add multiselect feature

* Datepicker: fix can't clear bug

*  Datepicker: add unit test

* Datepicker: add unit test

* Datepicker: add unit test

* Datepicker: add unit test

* Datepicker: add unit test

* Datepicker: add unit test

* DatePicker: support multiple dates selection

* reflect review comments
2018-04-17 14:09:43 +08:00
杨奕 3eb377f72f
Select: update docs for automatic-dropdown (#10727) 2018-04-16 12:32:14 +08:00
Leopoldthecoder 12d559965c [build] 2.3.4 2018-04-12 21:24:59 +08:00
杨奕 8910f6fc96
Changelog: update for 2.3.4 (#10691) 2018-04-12 21:21:22 +08:00
杨奕 583439a4be
Table: add $index as formatter's param (#10645) 2018-04-10 16:15:09 +08:00
杨奕 02440aa5fb
Transfer: support scoped slot for data items (#10577) 2018-04-05 21:25:14 +08:00
Gonzalo Nandez 39caa1395b Chore: update es changelog for 2.3.3 (#10565) 2018-04-05 20:07:03 +08:00
Leopoldthecoder 582226a0ff [build] 2.3.3 2018-04-04 16:42:55 +08:00
杨奕 422a8ac9c4
Breadcrumb: remove visual feedback for non-link items (#10551) 2018-04-04 11:34:00 +08:00
杨奕 16656bce63
Docs: update Upload docs (#10532) 2018-04-03 11:50:20 +08:00
Gonzalo Nandez fdb43cb3c3 Docs: fixed a strange visual error in es popover.md (#10525) 2018-04-03 10:21:39 +08:00
杨奕 c8ff3ad606
Menu: add popper-append-to-body for SubMenu (#10515) 2018-04-02 17:18:50 +08:00
杨奕 3ee0c5960b
DateTimePicker: update docs for default-time (#10511) 2018-04-02 13:20:43 +08:00
RickMacTurk 528bce4479 DateTimePicker: enable default-time attribute in date picker (#10321) 2018-04-02 11:55:49 +08:00
杨奕 3e0106e069
Autocomplete: add placement attribute (#10475) 2018-03-30 14:42:23 +08:00
Gonzalo Nandez a68a73df89 Chore: update es changelog for 2.3.1 and 2.3.2 (#10459) 2018-03-29 19:43:03 +08:00
杨奕 9abb1cbe8a
Card: update docs for shadow attribute (#10451) 2018-03-29 16:28:37 +08:00
云游君 87532aa8ef Card: add shadow attribute (#10418)
* Card: add shadow attribute

* Card: fix test file

* Card: modify shadow class

* Card: modify test file

* Card: fix props
2018-03-29 15:18:31 +08:00
Leopoldthecoder 6bfc4ae915 [build] 2.3.2 2018-03-29 12:12:06 +08:00
Leopoldthecoder fbed07d3fa [build] 2.3.1 2018-03-29 10:59:59 +08:00
杨奕 61878092c3
Changelog: update for 2.3.1 (#10437) 2018-03-29 10:57:02 +08:00
Gonzalo Nandez 65535761f5 Chore: update es changelog for 2.3.0 (#10430) 2018-03-29 10:35:02 +08:00
Leopoldthecoder 46b70a5b89 Select: add blur method 2018-03-28 18:45:12 +08:00
Leopoldthecoder e4094e9e69 [build] 2.3.0 2018-03-28 14:46:08 +08:00
杨奕 8debdac9cc
Tree: update drag and drop docs (#10396) 2018-03-28 13:22:23 +08:00
FuryBean 4fe58a3d96 Tree: update drag and drop logic (#10372) 2018-03-28 11:46:48 +08:00