Commit Graph

2009 Commits

Author SHA1 Message Date
baiyaaaaa
2f61998e78 add autoUpload 2017-02-16 22:43:19 +08:00
baiyaaaaa
88a070ab16 update 2017-02-16 22:43:19 +08:00
baiyaaaaa
4c5820373c add upload-dragger 2017-02-16 22:43:19 +08:00
baiyaaaaa
461e5edbfd upload rename defaultFileList to fileList 2017-02-16 22:43:19 +08:00
Leopoldthecoder
7391c488a0 Tree: add indent, update docs 2017-02-16 22:01:06 +08:00
kingwl
8e34408d6e Input: fix invalid resize prop (#2838) 2017-02-16 16:53:33 +08:00
qingwei.li
00fcf06e94 DatePicker: use the shorthand month, fixed #2792 2017-02-14 11:34:19 +08:00
youngerheart
99e8d11910 picker: fix time and bug for value validate 2017-02-14 11:30:29 +08:00
baiyaaaaa
a9fcc97128 improve docs 2017-02-14 11:22:08 +08:00
Romoo
c5604d9805 [form] fix style when error (#2781)
* fix form style when error

* bugfix for el-select
2017-02-14 11:03:49 +08:00
杨奕
2b1f813a84 Tags: fix a doc style (#2814) 2017-02-14 11:03:20 +08:00
Jony
47a72b995c datepicker: fix incorrect disabled style and add today style (#2791) 2017-02-13 21:31:02 +08:00
qingwei.li
5fc34777b7 DatePicker: fix marks are displaced when type is range, fixed #2612 2017-02-13 19:08:45 +08:00
Boik
c310ee5661 Autocomplete: add 'icon' and 'on-icon-click' attributes (#2768) 2017-02-12 13:14:04 +08:00
cinwell.li
6e7ccc6a69 Docs: add offline plugin (#2766) 2017-02-12 13:02:14 +08:00
杨奕
8d4b6f8f99 Select: fix incorrect scrollTop on first popup (#2699)
* Select: fix incorrect scrollTop on first popup

* Select: wrap tag text with a span
2017-02-12 13:01:10 +08:00
Boik
4d10f23a0c Autocomplete: fix bug for keyup or keydown default behavior that we do not expect 2017-02-10 14:22:36 +08:00
baiyaaaaa
5baa8774cb Merge pull request #2754 from ElemeFE/1.2-try
1.2 try
2017-02-09 19:11:14 +08:00
杨奕
510c456de8 Merge pull request #2753 from Leopoldthecoder/1.2-merge1
1.2 merge1
2017-02-09 17:39:18 +08:00
Leopoldthecoder
3243b8fc98 Merge branch 'dev' into 1.2-merge1
# Conflicts:
#	package.json
#	src/utils/popup/index.js
#	yarn.lock
2017-02-09 17:33:42 +08:00
qingwei.li
54793283ad Badege: hidden when no value, fixed #2733 2017-02-09 16:06:41 +08:00
baiyaaaaa
9dee785465 autocomplete dropdown use el-scrollbar 2017-02-09 16:06:06 +08:00
HakurouKen
474084e63d Remove unused prop in ElOption. (#2730)
* Fix lint error.

* Remove unused prop.
2017-02-09 15:53:23 +08:00
sjaustirni
db950af8a5 Add Slovak translation 2017-02-09 10:42:09 +08:00
马金花儿
f72cd1d2dd Update layout.md
[官方中文文档](http://element.eleme.io/#/zh-CN/component/layout) 中这四个字段紧贴,无法正确分词。
2017-02-08 14:15:17 +08:00
cinwell.li
a1dc075f60 Locale: add umd build, close #2604 (#2658) 2017-02-07 14:13:29 +08:00
xsbchen
4c69a540ca fix eslint error in gen-single-config.js 2017-02-07 11:08:40 +08:00
杨奕
1b4a0f9285 Tree: add node-expand and node-collapse (#2507) 2017-02-07 11:01:25 +08:00
baiyaaaaa
3bb12aa451 input number style fix (#2675) 2017-02-06 12:29:20 +08:00
baiyaaaaa
e7365515ae normalize syntax (#2678) 2017-02-06 12:28:40 +08:00
baiyaaaaa
d8610aaa54 fix autocomplete suggestions show 2017-02-06 12:27:03 +08:00
杨奕
5ff5af1a41 Locale: update cascader configs (#2659) 2017-02-06 11:42:06 +08:00
kingwl
f25b8b1edb AutoComplete: fix key enter (#2672) 2017-02-06 10:46:06 +08:00
zeratulmdq
abb24bba24 Example/table: fixed misspelling (#2673) 2017-02-06 10:23:44 +08:00
baiyaaaaa
1efe9287f9 fix test 2017-02-04 18:52:37 +08:00
baiyaaaaa
6702726dcf add tabs scroll controls 2017-02-04 18:52:37 +08:00
baiyaaaaa
0bec05ada3 update tab api 2017-02-04 18:52:37 +08:00
cinwell.li
14565178ed Tooltip: prevent hidding when hovering tooltip, close #2633 (#2654)
* Tooltip: prevent hidding when hovering tooltip, close #2633

* Fix test
2017-02-04 18:36:08 +08:00
杨奕
7628fc0e41 Carousel: apply infinite sliding in non-card mode (#2622) 2017-02-04 18:35:09 +08:00
qingwei.li
d2f400adbb Upgrade vue-loader 2017-02-04 18:09:08 +08:00
baiyaaaaa
ecda9bdd07 tags docs improve 2017-02-04 18:08:17 +08:00
杨奕
58195fc69d Dialog: add title slot (#2657) 2017-02-04 16:43:25 +08:00
杨奕
c5f9f65bb0 update contributing guide (#2653) 2017-02-04 16:42:28 +08:00
baiyaaaaa
a489434768 fix collapse nest style 2017-02-04 16:29:54 +08:00
baiyaaaaa
2f8ab5a22e fix radio-button active style 2017-02-04 16:20:56 +08:00
杨奕
332b58886d Scrollbar: return if component gets destroyed in mounted hook (#2588)
* Scrollbar: return if component gets destroyed in mounted hook

* Select: handle paste events in filterable mode
2017-02-04 16:15:24 +08:00
杨奕
9cbacbedb4 Slider: restore destroyed styles (#2574) 2017-02-04 16:02:45 +08:00
cinwell.li
c07609b840 Table: fix data is an array of numbers, fixed #2108 (#2576) 2017-02-04 15:59:06 +08:00
杨奕
c672727673 Merge pull request #2559 from baiyaaaaa/cascader
add cascader component
2017-02-04 15:12:28 +08:00
baiyaaaaa
d0097cec14 improve docs 2017-02-04 15:02:38 +08:00