Commit Graph

132 Commits

Author SHA1 Message Date
Ren Kun
4abeadb7c1 MessageBox: declare inputType in types (#10223)
inputType is added in source code, but not for typescript file
2018-03-18 19:15:29 +08:00
杨奕
3997df08fc
Chore: declare focus method in form component types (#10221) 2018-03-18 11:59:02 +08:00
杨奕
84bb3397cb
Table: add test for selectOnIndeterminate (#10210) 2018-03-16 21:42:11 +08:00
Limichange
741d5e6f24 Menu: add collapse-transition (#8809)
* Menu: add menu attribute - collapseTransition

Sometime we dont need collapse transition

* Menu: add docs & definition - collapseTransition
2018-03-16 11:21:35 +08:00
杨奕
1238dbf997
Slider: add input-size (#10154) 2018-03-14 10:52:44 +08:00
Eng Philippe
b54ed0a62f DatePicker: prefix icon of input clickable for non-range pickers (#9966) 2018-03-02 14:52:40 +08:00
杨奕
aa5f015cd9
Transfer: add target-order (#9960) 2018-03-02 14:43:10 +08:00
杨奕
2ccb0ead05 Slider: add tooltip-class (#9957) 2018-03-01 17:21:31 +08:00
暮雨
a29ef5f37e Notification: add position definition for ElNotificationOptions (#9546) 2018-01-30 13:20:58 +08:00
Leopoldthecoder
56dc51bc85 Form: add disabled 2018-01-29 18:14:58 +08:00
Decade
a254106c5b Tree: update doc and typing (#9225) 2018-01-14 20:37:48 +08:00
awei.yu
026fd339a3 fix types (#9242)
overload validate method
add clearValidate method
2018-01-14 11:36:37 +08:00
baiyaaaaa
a7998da10c
fix types (#9242) 2018-01-12 14:33:16 +08:00
HugoLew
ea7f7bb6d7 feat: el-submenu add show-timeout,hide-timeout attributes (#8934)
* el-submenu add show-timeout,hide-timeout attributes

* el-submenu add show-timeout,hide-timeout attributes

* el-submenu add show-timeout,hide-timeout attributes

* add the definition for SubMenu
2018-01-04 17:11:51 +08:00
Leopoldthecoder
b3a5981461 Types: add missing definition for TimeSelect 2017-12-19 18:00:08 +08:00
Jingkun Hua
6db51156b1 types: add missing definition 2017-11-14 12:18:12 +08:00
Jingkun Hua
c3cbfb1d4c types: fix #8068 2017-11-14 12:18:12 +08:00
Riku Inoue
c1da7a5c86 Notification: fix unnecessary required types 2017-11-03 10:17:51 +08:00
Axel Manuel
cdf05c46ec Tree: remove undefined member 2017-10-27 02:53:28 -05:00
Axel Manuel
d180ec5c9e Carbon: Remove implicit any from .d.ts 2017-10-27 02:53:28 -05:00
Axel Manuel
6a172c758b MessageBox: Remove implicit any from .d.ts 2017-10-27 02:53:28 -05:00
Axel Manuel
c3d996a60d Loading: Remove implicit any from .d.ts 2017-10-27 02:53:28 -05:00
Axel Manuel
aa709c7071 Message: Remove implicit any from .d.ts 2017-10-27 02:53:28 -05:00
Axel Manuel
e8cf84cbc0 Notification: Remove implicit any from .d.ts 2017-10-27 02:53:28 -05:00
Axel Manuel
9aac9d80eb Tree: Remove implicit any from .d.ts 2017-10-27 02:53:28 -05:00
Axel Manuel
ca0bc1359f Carousel: Remove implicit any from .d.ts 2017-10-27 02:53:28 -05:00
Leopoldthecoder
00e8c7454f misc updates and fixes 2017-10-25 22:21:35 -05:00
杨奕
4517e3d9be Autocomplete: add value-key (#7671)
* Autocomplete: add value-key

* fix autocomplete test
2017-10-24 02:24:35 -05:00
杨奕
7d55d47b67 some style updates (#7603)
* some style updates

* fix a datepicker typo
2017-10-20 01:03:34 -05:00
Leopoldthecoder
c31f413a4f Layout: add xl breakpoint 2017-10-19 03:30:24 -05:00
Leopoldthecoder
1e95e51f9b update typings 2017-10-18 18:38:23 +08:00
Jingkun Hua
3b378ad58f Add TypeScript definitions (#3910)
* add typings into package.json

* add typings for global instance api

* add common component definition

* add layout components' definition

* add icons definition

* add component size definition

* add component description

* add button definition

* add radio definition

* add checkbox definition

* add input definitions

* add input-number definition

* add select definition

* add cascader definition

* add switch definition

* add slider definition

* add time picker definition

* add date picker definition

* add upload definition

* add rate definition

* add color picker definition

* add form definition

* add tooltip definition

* add table definition

* rename TextAlignment to Horizontal alignment

* add tag definition

* add progress definition

* add tree definition

* add pagination definition

* add badge definition

* add alert definition

* fix typo

* Loading: add definition

* Message: add definition

* Loading: remove unnecessary declare keyword

* MessageBox: add definition

* Notification: add definition

* Menu: add definition

* Tabs: add definition

* Breadcrumb: add definition

* Dropdown: add definition

* Steps: add definition

* Dialog: add definition

* Popover: add definition

* Card: add definition

* Carousel: add definition

* Collapse: add definition

* Loading: update description

* some $message method params should be optional

* Select: update definition

* DatePicker: update definition
2017-10-17 03:36:12 -05:00