hetech
|
3f0820d839
|
Collapse: collapse item can be disabled (#15076)
|
2019-04-19 12:18:44 +08:00 |
|
hetech
|
52959d0630
|
Alert: update type definition (#15186)
|
2019-04-19 12:11:58 +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 |
|
agoni1212
|
5a895bd612
|
Message: typescript for Message[type] with options (#14968)
Message: typescript for Message[type] with options
|
2019-04-04 15:32:18 +08:00 |
|
hetech
|
9def85be4a
|
Table: add support tree structure data (#14632)
|
2019-03-27 16:13:21 +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 |
|
georgyfarniev
|
57f3960927
|
Menu: add support for el-menu-item without index (#13298)
|
2019-02-22 19:25:38 +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 |
|
NateScarlet
|
85a7b02c51
|
MessageBox: fix type definition (#14278)
`MessageBoxData` may be a action string
b2f0958089/packages/message-box/src/main.js (L57-L62)
|
2019-02-12 16:23:07 +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 |
|
NateScarlet
|
62cce0e98c
|
Cascader: correct type definitions of CascaderOption (#13613)
Allows `children` and `disabled` to be undefined
|
2018-11-30 19:12:37 +08:00 |
|
hetech
|
dd4a496940
|
Tree: update doc and definition file (#13540)
|
2018-11-23 17:44:57 +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
|
d1440c9608
|
Tree: add iconClass attribute (#13337)
|
2018-11-07 19:06:36 +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 |
|
ZSkycat
|
7e29e1c66d
|
Tree: fix type definition (#12941)
|
2018-09-30 14:32:50 +08:00 |
|
hetech
|
861b0b294b
|
Upload: add missing definition (#12839)
|
2018-09-20 16:50:27 +08:00 |
|
Axetroy
|
ec6cac4232
|
Input: fix autocomplete property is not compatible with native #12513 (#12514)
* fix #12513
* fix: fallback for autoComplete and print deprecated warning
* fix: fix auto-complete property in select component
* fix default complete value
* Docs: Update document for autocomplete property change
* Docs: remove redundant documents
* remove unnecessary console log message\
* Update select.md
* fix: add missing declaration in select.d.ts
|
2018-08-28 15:44:21 +08:00 |
|
hetech
|
cb93645728
|
Autocomplete: add popper-append-to-body attribute (#12241)
|
2018-08-06 19:14:16 +08:00 |
|
ZSkycat
|
3a7a1ff8bb
|
Tree & MessageBox: fix type definition (#12214)
* MessageBox: fix ElMessageBoxOptions.message
* Tree: fix type definition
|
2018-08-06 11:11:18 +08:00 |
|
hetech
|
3ed724492f
|
Tree: add includeHalfChecked flag to getCheckedNodes (#12014)
|
2018-07-25 17:42:53 +08:00 |
|
hetech
|
c2d41ad882
|
MessageBox: add missing type (#12118)
|
2018-07-25 10:59:43 +08:00 |
|
Jikkai Xiao
|
4130f2af40
|
Table: add toggleAllSelection method (#12047)
|
2018-07-24 16:36:31 +08:00 |
|
Jikkai Xiao
|
eaebce5929
|
MessageBox: fix type definition (#12058)
|
2018-07-20 00:13:11 +08:00 |
|
buer
|
0b36f74233
|
Message: fix type definition of ElMessageOptions, support VNode as message type (#12018)
|
2018-07-17 14:17:05 +08:00 |
|
Jikkai Xiao
|
899d70da93
|
MessageBox: add missing declaration (#11861)
|
2018-07-04 15:43:28 +08:00 |
|
杨奕
|
5ef3d0ec8d
|
MessageBox: add distinguishCancelAndClose (#11831)
|
2018-07-03 12:02:21 +08:00 |
|
杨奕
|
b799d2ec4d
|
Form: clearValidate supports prop names (#11821)
|
2018-07-02 18:06:16 +08:00 |
|
杨奕
|
4c40128b8a
|
Table: fix params on docs (#11774)
* Table: fix params on docs
* Table: add missing definitions
* Table: fix row style definitions
* Update table.d.ts
|
2018-06-28 11:53:16 +08:00 |
|
杨奕
|
f6df39e8c1
|
Loading: add missing definition of directive (#11749)
|
2018-06-26 11:31:17 +08:00 |
|
Jikkai Xiao
|
ef98b75aff
|
Tabs: add activeName and oldActiveName parameters to before-leave hook (#11713)
* Tabs: add activeName and oldActiveName parameters to before-leave hook
* Tabs: fix docs
|
2018-06-25 15:59:49 +08:00 |
|
Jikkai Xiao
|
d1391e325c
|
Tabs: add stretch attribute (#11476)
* Tabs: add stretch attribute
* Update tabs.scss
|
2018-06-07 11:18:57 +08:00 |
|
杨奕
|
0afa514e0a
|
MessageBox: add iconClass (#11499)
|
2018-06-06 12:19:24 +08:00 |
|
杨奕
|
94434dcb79
|
Autocomplete: remove duplicate prop in types (#11388)
|
2018-05-29 13:05:34 +08:00 |
|
Jikkai Xiao
|
f18bbeb473
|
Table: support manually sorting. Resolves #9495 (#11311)
* Table: support manually sorting. Resolves #9495
* Table: add parameters for sort api
* Docs: improve docs
|
2018-05-24 18:01:02 +08:00 |
|
Jikkai Xiao
|
ada80e6862
|
Radio: support switching radio with keyborard in ff. Fixes #8198 (#11325)
* Docs: fix docs of Tab-pane
* Radio: support switching radio with keyborard in ff. Fixes #8198
|
2018-05-24 17:31:10 +08:00 |
|
Wenlu Wang
|
49473ffafc
|
add support of tab penl lazy render(#11022) (#11167)
* add support of tab penl lazy render
* add docs
* fix test
* Tabs: update tab-pane.d.ts
* Docs: update Tabs docs
|
2018-05-23 19:04:51 +08:00 |
|
hetech
|
bcfb1d3c71
|
InputNumber: add precision attribute (#11281)
|
2018-05-23 14:10:34 +08:00 |
|
陈润山
|
2a1a6360ca
|
Upload: fix Error when beforeUpload hook return promise of file object (#11297)
* Upload: fix beforeUpload hook bug
* Upload: add ElUploadInternalRawFile interface
|
2018-05-23 11:23:00 +08:00 |
|
杨奕
|
0b2a1eb784
|
Table: add sort-orders (#11283)
|
2018-05-22 18:20:04 +08:00 |
|
Jikkai Xiao
|
48c40ffa0a
|
Tabs: add before-leave hook (#11259)
* Tabs: add before-leave hook
* Tabs: update tabs.d.ts
|
2018-05-21 19:10:49 +08:00 |
|
杨奕
|
38a13de337
|
Autocomplete: add hide-loading (#11260)
|
2018-05-21 17:27:42 +08:00 |
|
杨奕
|
68db03fc22
|
Tree: add checkOnClickNode (#11111)
|
2018-05-10 18:01:49 +08:00 |
|
杨奕
|
6f2f7aed47
|
FormItem: add clearValidate (#11076)
|
2018-05-09 13:58:12 +08:00 |
|
Ruzaini Ourtech
|
8ce14faacc
|
Chore: fix a typo in MessageBox types (#10847)
|
2018-04-24 10:24:32 +08:00 |
|
杨奕
|
e8e2fc425b
|
Tree: add type as allow-drop's 3rd param (#10792)
|
2018-04-19 19:25:59 +08:00 |
|
杨奕
|
f530bffa97
|
Pagination: update docs for pager-count (#10772)
|
2018-04-18 16:01:07 +08:00 |
|
杨奕
|
1f4adb7c08
|
DatePicker: support multiple dates selection (#10650)
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* Datepicker: fix can't clear bug
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* DatePicker: support multiple dates selection
* reflect review comments
|
2018-04-17 14:09:43 +08:00 |
|
杨奕
|
5a003a1386
|
Types: add missing CheckboxButton export (#10666)
|
2018-04-11 17:42:32 +08:00 |
|
Kim Desrosiers
|
07ad3bd680
|
Menu: remove a duplicate identifier 'showTimeout' (#10566)
|
2018-04-05 11:19:02 +08:00 |
|
杨奕
|
c8ff3ad606
|
Menu: add popper-append-to-body for SubMenu (#10515)
|
2018-04-02 17:18:50 +08:00 |
|
杨奕
|
3e0106e069
|
Autocomplete: add placement attribute (#10475)
|
2018-03-30 14:42:23 +08:00 |
|
杨奕
|
9abb1cbe8a
|
Card: update docs for shadow attribute (#10451)
|
2018-03-29 16:28:37 +08:00 |
|
Leopoldthecoder
|
46b70a5b89
|
Select: add blur method
|
2018-03-28 18:45:12 +08:00 |
|
杨奕
|
8c2afa5759
|
Progress: update docs for color prop (#10358)
|
2018-03-26 11:43:19 +08:00 |
|
杨奕
|
5d6fe5eb2c
|
Input: add blur method (#10356)
|
2018-03-26 10:51:18 +08:00 |
|
杨奕
|
cf7f117bfb
|
Form: add invalidFields as a second param of validation callback (#10279)
|
2018-03-21 13:36:29 +08:00 |
|
Bo Zhang
|
d0809e4915
|
Types: complete method declarations in the documentation (#10233)
* Chore: complete the method declarations specified in the document
* Fix: fix a misspell mistake
|
2018-03-19 17:27:40 +08:00 |
|
杨奕
|
3377cd0847
|
Input: add select method (#10229)
|
2018-03-19 12:17:57 +08:00 |
|
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 |
|