Commit Graph

714 Commits

Author SHA1 Message Date
luckyCao
da01541d60 Slider: add marks attribute (#15133) 2019-04-19 16:02:01 +08:00
hetech
e5385e8531
Pagination: add hide-on-single-page attribute (#15096) 2019-04-19 15:52:06 +08:00
hetech
2a65c9df7e
Carousel: add direction attribute and support vertical direction (#15122) 2019-04-19 15:51:11 +08:00
hetech
3f0820d839
Collapse: collapse item can be disabled (#15076) 2019-04-19 12:18:44 +08:00
Simona
d9462ab771 Image: add image component (#15117) 2019-04-19 12:09:42 +08:00
Zhi Cun
686595627e Alert: Add dark theme (#15041) 2019-04-19 11:57:20 +08:00
Zhi Cun
128feba18f Divider: add divider component (#15055) 2019-04-19 11:44:35 +08:00
Simona
c34ec3f1f1 Rate: add custom colors and icon-classes by passing a object (#15051) 2019-04-19 11:08:30 +08:00
iamkun
116b01d9ff docs: Update Tabs docs to display vertical tabs (#15053) 2019-04-15 18:27:31 +08:00
刘鹏龙
89ebab0dd4 Docs:rename variable in docs (#15105) 2019-04-15 14:05:00 +08:00
iamkun
b49d84e182 docs: Update Form custom validator doc (#15040) 2019-04-12 17:14:12 +08:00
刘鹏龙
b419004199 Docs:rename variable name in docs (#15094) 2019-04-12 15:23:20 +08:00
刘鹏龙
87929cc996 Docs:rename variable name (#15003) 2019-04-12 10:40:46 +08:00
刘鹏龙
15b5e31671 Docs:rename variable in Tree,Transfer,Timeline,Tabs docs (#14602) 2019-04-04 13:39:47 +08:00
iamkun
30551c0e18 docs: Fix doc img link error (#14957)
* docs: Fix doc img link error

* fix: Update demo pic to cdn link
2019-04-03 16:35:04 +08:00
hetech
a408b3dd3f
Form: label-width supports width auto (#14944) 2019-04-03 11:56:49 +08:00
hetech
0cbb2267a6
docs: Optimize Tabs docs (#14938) 2019-04-02 17:27:20 +08:00
Gonzalo Nandez
9737b648e7 docs: Update Spanish docs (#14913)
* update spanish docs

* Update Doc spanish Timeline

* General update of the documentation in Spanish
2019-04-01 13:43:11 +08:00
hetech
9def85be4a Table: add support tree structure data (#14632) 2019-03-27 16:13:21 +08:00
潘何增
cd567ecb68 Docs: update cascader docs (#14442) 2019-03-21 18:55:21 +08:00
Bakyt
97bacf6015 doc: fix typo (#14751) 2019-03-19 14:43:42 +08:00
iamkun
3a1dfcbb81 docs: fix tooltip doc error (#14748) 2019-03-18 22:39:59 +08:00
hetech
0706805226 chore: use codepen to display demo & fix doc error (#14747)
* fix doc

* update doc component

* use codeopen to display demo

* use codepen

* fix image path

* update
2019-03-18 19:41:08 +08:00
iamkun
701caf3f08 docs: Update Form async validator docs (#14694) 2019-03-13 19:44:50 +08:00
刘鹏龙
3340c8a7f1 Docs: rename variable in Upload docs (#14593) 2019-03-06 14:26:17 +08:00
likwotsing
848e69d472 Docs: Fix the tableData(2,3,4,5,6) to tableData (#14587) 2019-03-06 10:03:42 +08:00
Danijel Hrček
d5721b00ca i18n: Added Croatian (hr) locale (#14360) 2019-03-05 15:29:14 +08:00
Simon Malesys
1711e60acf chore: Update french doc for 2.6.1 and fix typos (#14555) 2019-03-04 15:45:32 +08:00
zxyRealm
2f5a489a9c DatePicker: add monthrange for type attribute (#4204) (#14487) 2019-03-04 15:41:04 +08:00
Jiewei Qian
8afa4cf788
doc: fix typo type="fixed-time" (#14552) 2019-03-02 22:25:21 +11:00
hetech
5b0d8ec6d9 Chore: speeding up doc building (#14510) 2019-03-01 18:35:08 +08:00
hetech
651438eef3 Switch: trigger form validation if value changes (#14426)
* switch: trigger form validation if value changes

* add French translation

* fix doc

* trigger validation in watch handler
2019-02-28 16:07:25 +08:00
iamkun
febdd3bbb4 chore: init theme (#14508)
* chore: init theme

* chore: update faas config
2019-02-28 16:00:59 +08:00
hetech
2604c6192f Chore: speeding up webpack (#14484)
* remove unsed dev dependencies

* chore: use latest css loaders & fix error

* remove postcss-nesting

* chore: remove postcss-loader

* upgrade copy-webpack-plugin
2019-02-26 16:23:26 +08:00
helmut
59c5506915 Docs: spelling issue in datepicker documentation (#14481)
Change costume to custom
2019-02-25 15:21:20 +08:00
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
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
Yamen Sharaf
1fd5964b70 autocomplete: add highlight-first-item prop (#14269) 2019-02-14 20:05:42 +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
xunmeng
cee7237255 Docs: fix table markdown demo (#14253) 2019-01-29 15:13:12 +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