Commit Graph

316 Commits

Author SHA1 Message Date
iamkun
78304c2e11 Icon: Add and update 292 icons (#15214) 2019-04-25 12:19:38 +08:00
hetech
dc8bdc021e Calendar: add Calendar component (#14908) 2019-04-25 10:57:26 +08:00
iamkun
ac3aa99503 Chore: support theme configuration (#15190) 2019-04-24 19:52:52 +08:00
qinjunshan
42c2e2371d Dropdown: fix style (#14907) 2019-04-23 16:31:30 +08:00
iamkun
5ecf4c2895 Link: add link component (#15052) 2019-04-19 19:15:28 +08:00
luckyCao
88ae222c61 Input: add show-word-count attribute (#15075) 2019-04-19 16:14:07 +08:00
luckyCao
da01541d60 Slider: add marks attribute (#15133) 2019-04-19 16:02:01 +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
iamkun
ec0295f5a7 Dialog: Fix dialog body correctly break long words (#15027)
fix #14855
2019-04-18 10:32:44 +08:00
iamkun
d7ab0a58c0 Upload: Fix Upload transparent picture display style (#15039) 2019-04-17 16:48:27 +08:00
iamkun
f02a849444 fix: Fix Notification title word break (#15008) 2019-04-17 11:05:58 +08:00
hetech
993e9a12fb
Form: required FormItem displays asterisk when label is auto (#15144) 2019-04-17 11:04:28 +08:00
hetech
7b24f82586 Form: fix label style (#14969) 2019-04-03 20:03:56 +08:00
iamkun
14e0a0d28c [build] 2.7.2 2019-04-03 17:10:04 +08:00
hetech
901ff0ed2b
Form: fix style when label-width is auto (#14955) 2019-04-03 16:49:27 +08:00
iamkun
0790a218b1 [build] 2.7.1 2019-04-03 15:12:06 +08:00
hetech
a408b3dd3f
Form: label-width supports width auto (#14944) 2019-04-03 11:56:49 +08:00
hetech
e7fdd3dc50
Dialog: background-color can be configured (#14939) 2019-04-03 10:38:17 +08:00
iamkun
9a0eea74fd [build] 2.7.0 2019-03-28 13:20:07 +08:00
hetech
9def85be4a Table: add support tree structure data (#14632) 2019-03-27 16:13:21 +08:00
子物
362953ef4e Tabs: use primary color as boxShadow color (#14558) 2019-03-25 16:29:47 +08:00
Jeff Wen
c0642aab89 Theme: fix media query is not working in sm-only, md-only, lg-only (#14611) 2019-03-22 14:12:40 +08:00
ziyoung
44458bb81c [build] 2.6.3 2019-03-21 18:28:41 +08:00
ziyoung
da42924f17 [build] 2.6.2 2019-03-21 14:52:32 +08:00
hetech
535b6149d8
chore: upgrade gulp (#14745)
* chore: upgrade gulp

* update
2019-03-18 16:15:18 +08:00
iamkun
5b6cb3180f chore: generate theme (#14666)
* update es fr i18n

* update no need edit pages

* move var name to frontend

* add i18n

* update i18n

* fix bug

* update style

* add callback

* add shortcut

* redo undo logic

* update picker style

* update shadow style

* save config to local

* button color

* button color

* add message

* update save logic
2019-03-14 17:55:28 +08:00
zxyRealm
2f5a489a9c DatePicker: add monthrange for type attribute (#4204) (#14487) 2019-03-04 15:41:04 +08:00
zhiyang
a7a09d9b0f [build] 2.6.1 2019-03-03 14:31:57 +08:00
ziyoung
2450874305 [build] 2.6.0 2019-03-01 18:50:24 +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
dc83a5a848
Tabs & Dropdown: fix style (#14452) 2019-02-22 17:59:44 +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
Zhi Cun
6231a39361
Merge pull request #14331 from ColinCLL/dev
Tree: Empty-text tips are different from tables
2019-02-15 16:08:52 +08:00
ColinCll
24ea6e7054 Tree: Empty-text tips are different from tables
There is a color difference between the tree and the table empty-text.And I think use `$--color-text-secondary` is  more sense.
2019-02-12 11:03:11 +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
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
Zhi
eb2087747b [build] 2.5.2 2019-01-27 21:29:27 +08:00
iamkun
3ea5da6038 chore: 2.5.1 fix 2019-01-26 20:48:25 +08:00
Zhi
d57d79bd61 Merge remote-tracking branch 'eleme/master' into dev 2019-01-26 14:25:23 +08:00
Zhi
d0bb15f9de [build] 2.5.0 2019-01-25 19:15:48 +08:00
Debiancc
0ddc10d652 date-picker: highlight current month and year (#14211) 2019-01-25 18:39:39 +08:00
ohhoney1
09b384bf3a Radio: refine style 2019-01-23 14:19:46 +08:00
Pan
6a6460eda6 Checkbox: refine style 2019-01-17 18:08:32 +08:00
liuchuzhang
5fbb14d5eb Autocomplete: update style (#13762)
fix regression introduced in pr #13266, where popper arrow is hidden
2019-01-02 16:40:38 +08:00