Commit Graph

1403 Commits

Author SHA1 Message Date
Jiewei Qian
79e14780ce Docs: warn input as a controlled component. (#14463)
Explicitly states that input events should be handled, and v-model modifiers
are not supported.
2019-02-25 10:28:14 +08:00
georgyfarniev
57f3960927 Menu: add support for el-menu-item without index (#13298) 2019-02-22 19:25:38 +08:00
liuchuzhang
b8d0b45858 docs: fix pagination doc style (#14451)
* fix document style bug

* Updates

* Update
2019-02-22 17:56:52 +08:00
iamkun
3459a5218d docs: update input doc (#14437) 2019-02-22 16:40:35 +08:00
Gabriel Oliveira
8608dbf800 DropdownItem: add icon prop to dropdown-item (#14088)
* Add icon prop to dropdown-item

* Add French translation to DropdownItem Icon

* Adding missing TypeScript definition to DropdownItem
2019-02-22 12:33:15 +08:00
路过空
455265b96e docs: update Table doc (#14329)
* Fix table chinese document display inconsistencies

Fix table chinese document display inconsistencies

* fix doc
2019-02-20 17:39:59 +08:00
Simon Malesys
4ebbbdbcce Docs: Update french documentation, contributing guide and github templates (#14418)
* Docs: update french translation (fr-FR)

* Contributing: add CONTRIBUTING.fr-FR.md

* GitHub templates: update PULL_REQUEST_TEMPLATE.md with french contributing guide
2019-02-20 10:36:38 +08:00
Harlan
f55fbdb051 Select: add slot empty (#13785)
* Select: Add slot `empty` (#13769)

* Select: add test case for slot `empty`
2019-02-19 14:36:09 +08:00
Zhi Cun
4584d6ad78 Docs: add more detail about how to run play mode for contribution (#14355)
* Docs: Add more detail about how to run play mode for contribution

* Update index.vue
2019-02-15 17:32:34 +08:00
Yamen Sharaf
1fd5964b70 autocomplete: add highlight-first-item prop (#14269) 2019-02-14 20:05:42 +08:00
Simon Malesys
958efaefc3 I18n: French translation (#12153)
* Docs: add french translation (fr-FR) in "components.json".

* Docs: add french translation (fr-FR) in "page.json"

* Docs: add french translation (fr-FR) in "route.json"

* Docs: add french translation (fr-FR) in "title.json"

* Docs: remove a comma in "title.json"

* Docs: translate alert.md into french (fr-FR)

* Docs: remove a comma in "component.json"

* Docs: translate badge.md into french (fr-FR)

* * a77b5518 Docs: translate breadcrumb.md into french (fr-FR)

* * a77b5518 Docs: translate breadcrumb.md into french (fr-FR)

* Docs: translate button.md into french (fr-FR)

* Docs: translate card.md into french (fr-FR)

* Docs: translate carousel.md into french (fr-FR)

* Docs: translate cascader.md into french (fr-FR)

* Docs: translate checkbox.md into french (fr-FR)

* Docs: translate collapse.md into french (fr-FR)

* Docs: translate color-picker.md into french (fr-FR)

* Docs: translate color.md into french (fr-FR)

* Docs: translate container.md into french (fr-FR)

* Docs: translate custom-theme.md into french (fr-FR)

* Docs: translate date-picker.md into french (fr-FR)

* Docs: translate datetime-picker.md into french (fr-FR)

* Docs: translate dialog.md into french (fr-FR)

* Docs: translate form.md into french (fr-FR)

* Docs: translate i18n.md into french (fr-FR)

* Docs: translate icon.md into french (fr-FR)

* Docs: translate input-number.md into french (fr-FR)

* Docs: translate input.md into french (fr-FR)

* Docs: translate installation.md into french (fr-FR)

* Docs: translate dropdown.md into french (fr-FR)

* Docs: translate layout.md into french (fr-FR)

* Docs: translate loading.md into french (fr-FR)

* Docs: translate menu.md into french (fr-FR)

* Docs: translate message-box.md into french (fr-FR)

* Docs: translate message.md into french (fr-FR)

* Docs: translate notification.md into french (fr-FR)

* Docs: translate pagination.md into french (fr-FR)

* Docs: translate popover.md into french (fr-FR)

* Docs: translate progress.md into french (fr-FR)

* Docs: translate quickstart.md into french (fr-FR)

* Docs: translate radio.md into french (fr-FR)

* Docs: translate rate.md into french (fr-FR)

* Docs: translate select.md into french (fr-FR)

* Docs: translate slider.md into french (fr-FR)

* Docs: translate steps.md into french (fr-FR)

* Docs: translate switch.md into french (fr-FR)

* Docs: translate table.md into french (fr-FR)

* Docs: translate tabs.md into french (fr-FR)

* Docs: translate tag.md into french (fr-FR)

* Docs: translate time-picker.md into french (fr-FR)

* Docs: translate tooltip.md into french (fr-FR)

* Docs: translate transfer.md into french (fr-FR)

* Docs: translate transition.md into french (fr-FR)

* Docs: translate tree.md into french (fr-FR)

* Docs: translate typography.md into french (fr-FR)

* Docs: translate upload.md into french (fr-FR)

* Docs: update the configuration for the french translation

* Docs: update the french documentation from 2.4.4 to 2.4.11

* Changelog: translate to line 408 into french (fr-FR)

* Changelog: finish the translation into french (fr-FR)

* Changelog: update from 2.4.11 to 2.5.4

* Doc: update french translation from 2.4.11 to 2.5.4

* Changelog: fix a display bug with the subtitles

* Examples: add french language (fr-FR) in search.vue component

* Doc: change some french titles

* Doc: add the french locale to app.vue
2019-02-12 09:08:19 +08:00
Zhi Cun
f598d9ba9f
Merge pull request #14295 from tuxinghuan/dev
docs(icon):make the style change when hover on it
2019-02-02 10:23:31 +08:00
wangguohao
2e4f6bef9a update custom-theme docs 2019-02-02 10:03:18 +08:00
tuxinghuan
431475bc4f docs:make the style change when hover on it 2019-02-01 23:22:46 +08:00
Hamlet Barsamyan
3aee1a4c37 I18n: Created Armenian locale (#14214)
* Created Armenian locale

* Added Armenian locale in example docs

* Created Armenian locale in example docs

* Created Armenian locale in example docs

* Update hy-AM.js
2019-02-01 17:15:47 +08:00
Zhi Cun
f17533ab11
Timeline: add timeline component (#14248)
* Table: fix params order of row events (#12086)

* Timeline: add timeline component (#11736)

* Timeline: add timeline component

* Timeline: add timeline component

* Timeline: add test case

* Timeline: fix icon class

* Timeline: update docs

* Timeline: fix test case

* Timeline: remove pending attribute

* Timeline: fix docs

* Timeline: make reverse default to false

* Timline: fix test case

* Timeline: update element-ui.d.ts

* Timeline: optimize code
2019-02-01 17:13:08 +08:00
iamkun
b350749d42 Docs: (datetime-picker): fix format doc error (#14290)
* docs(datetime-picker): fix zh-CN format

* docs(datetime-picker): update es doc error
2019-02-01 17:09:36 +08:00
island205
a638a25117 [build] 2.5.4 2019-02-01 13:55:19 +08:00
ziyoung
f992ee5b88 [build] 2.5.3 2019-01-31 15:37:25 +08:00
xunmeng
cee7237255 Docs: fix table markdown demo (#14253) 2019-01-29 15:13:12 +08:00
Zhi
eb2087747b [build] 2.5.2 2019-01-27 21:29:27 +08:00
Zhi
773123987b [build] 2.5.1 2019-01-26 20:19:30 +08:00
Zhi
d0bb15f9de [build] 2.5.0 2019-01-25 19:15:48 +08:00
Zhi Cun
aa9851ee74 Chore: upgrade to webpack@4 (#14173)
* Chore: upgrade webpack@4

* Chore: upgrade to webpack@4

* Chore: add babel-preset-stage-2

* Chore: fix test case

* Chore: upgrade webpack@4

* Docs: update docs

* Docs: update docs

* Chore: fix coveralls

* Chore: update yarn.lock
2019-01-23 11:34:19 +08:00
Zhi Cun
439f58fc8e i18n: support Kyrgyz language (#14174)
* Update i18n.md

Submit the internationalization profile of element in Kyrgyz

* Add international language - Kyrgyz
2019-01-23 11:32:49 +08:00
ileechee
e9aae8f706 Tag: add click event (#14106)
* Tag: add tag click event handle

* Tag: add doc and unit test.
2019-01-21 13:52:33 +08:00
Zhi Cun
ba9f10a8b9 chore: remove sponsor duotai (#14156)
* remove sponsor duotai

* recover douhui
2019-01-21 13:43:56 +08:00
jiang.an
b48d64eaf1 Fix a document difference 2019-01-17 18:54:37 +08:00
ziyoung
1a52458a42 chore: use shadow CDN and fix typo 2019-01-10 20:00:23 +08:00
hetech
f3bf6ee158
Chore: add axure component (#13773) 2018-12-14 20:15:04 +08:00
iamkun
4cb34a08d3 Chore: fix error anchor link (#13753) 2018-12-14 11:14:46 +08:00
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