Stéphane Goetz
a24aee6125
Improve react typings for HTML attributes, fix tests in other libraries
2017-07-10 22:43:07 +02:00
Ali Taheri Moghaddar
45ad729992
Add headerColor to theme
2017-07-05 11:45:24 +04:30
Artjoms Stukans
ef3404fb3b
Add missing properties for GridTile component
2017-06-29 18:13:50 +03:00
Arturs Vonda and GitHub
3314dd9601
Add missing methods for opening date picker dialog
2017-06-27 12:13:01 +03:00
John Reilly and GitHub
07352da21a
Merge pull request #17288 from tkrotoff/react-default-type-arguments
...
Change React.Component<P, S> to React.Component<P = {}, S = {}>
2017-06-22 19:18:47 +01:00
syamatoo
0f0ef2bacf
[material-ui] Add minutesStep prop to TimePicker
2017-06-22 16:40:04 +09:00
Tanguy Krotoff
573083a518
Replace React.Component<(any|void|\{\}|null)> by React.Component
...
+ many manual adjustments
2017-06-21 09:48:37 +02:00
Tanguy Krotoff
ea9de8a518
Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
...
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8
Update react to TypeScript 2.3
2017-06-19 13:34:54 +02:00
esplo
d807e9544a
[material-ui] add iconStyle to CardHeader
2017-06-13 01:06:28 +09:00
Andy and GitHub
dba4a0f69f
material-ui: Fix error in typescript@next ( #17054 )
2017-06-08 09:10:20 -07:00
Vince Aldrin Cabrera and Andy
b5ff1b5a9a
hideCalendarDate prop added on DatePicker ( #16748 )
2017-06-02 08:20:10 -07:00
Andy Hanson
1a0d23ef60
Merge branch 'master' of https://github.com/InsidersByte/DefinitelyTyped into InsidersByte-master
2017-06-02 07:45:05 -07:00
John Schottler and Mohamed Hegazy
25f3a1ee09
update TextField attribute type def ( #16752 )
...
allow autoComplete="new-password"
2017-06-01 15:07:34 -07:00
schlesingermatthias and Mohamed Hegazy
2dbb26ab23
[material-ui] Added missing Props to DropDownMenu and ListItem ( #16896 )
...
* DropDownMenu: add missing prop onChange; ListItem: add missing prop hoverColor
* fix error
2017-06-01 11:44:17 -07:00
Jonathon Kelly
740b493d82
add required to TextFieldProps
2017-05-23 16:19:55 +01:00
Chad Auld
7316dccd54
Adding missing property (onTouchTap) to material-ui GridTile component
2017-05-21 12:07:04 -06:00
Chad Auld
1a19f3cd5c
Adding missing property (onTouchTap) to material-ui GridTile component
2017-05-21 12:05:29 -06:00
Daniel Roth
4e245f5fdb
Move the test code
2017-05-10 12:16:08 +02:00
Daniel Roth
5de9566dad
material-ui: Expose tabTemplateStyle on TabsProps
2017-05-10 08:51:47 +02:00
Daniel and Mohamed Hegazy
b57178eb88
material-ui: Updated width prop of drawer to be compliant with spec ( #16342 )
...
* material-ui: Updated width prop of drawer to be compliant with spec
* update header
2017-05-05 09:32:09 -07:00
Harurow and Mohamed Hegazy
90b46feda1
add openIcon, closeIcon properties for CardHeader ( #16262 )
2017-05-02 10:35:23 -07:00
Katsuya Hino and Sheetal Nandi
2c5a92b5e2
Add missing "multiple" prop to SelectField of material-ui ( #15935 )
...
* Add missing "multiple" prop to SelectField
* Add "selectionRenderer" prop to SelectField
2017-04-27 09:51:24 -07:00
Aurélien Allienne and Sheetal Nandi
b2db59fb24
Move className from SharedEnhancedButtonProps to FlatButtonProps and increase minor version ( #16142 )
2017-04-26 10:27:42 -07:00
Aurélien Allienne and Sheetal Nandi
fb21b2cc53
Button have a className property ( #16098 )
...
According to material-ui documentation, buttons have className property
For example : http://www.material-ui.com/#/components/flat-button
2017-04-25 15:58:48 -07:00
Ali Taheri Moghaddar and Andy
1ce0725a6c
[material-ui] Improve DatePicker types ( #15886 )
...
* Improve DatePicker types
* Add DatePickerDialog to direct imports
* Add @alitaheri as maintainer
2017-04-20 13:30:03 -07:00
DaIgeb and GitHub
6e618092ad
Merge branch 'master' into material-ui/textfield
2017-04-17 20:51:03 +02:00
Elisha-Wigwe Chijioke O and Andy
c14687382c
Add Class Name to Card Header, Text and Actions ( #15614 )
...
Add `className` property to missing props interfaces. Ref #10823
2017-04-17 09:11:22 -07:00
Daniel Opden Dries and Andy
ec985e9ded
MaterialUI - Added onClick/onTouchTap to Overlay ( #15555 )
...
* Added onClick and onTouchTap to internal/Overlay
* Revert "Added onClick and onTouchTap to internal/Overlay"
This reverts commit 65774ad5dc4b70823bb181a927798d39071aff55.
* Revert "Revert "Added onClick and onTouchTap to internal/Overlay""
This reverts commit 66c69716d968c688a6c7f343011b0f2bea5ae0f5.
2017-04-17 08:23:34 -07:00
Igor Belagorudsky
2da37f4b7c
changed the version to match when fullWidth was added to FlatButton
2017-04-14 11:07:22 -04:00
Igor Belagorudsky
fcb8eabc61
upped version number
2017-04-10 15:38:33 -04:00
Igor Belagorudsky
fb4253ab93
switched whitespace to spaces to be consistent with the rest of the file
2017-04-10 15:33:22 -04:00
Igor Belagorudsky
78d920faa9
add fullWidth to FlatButtonProps
2017-04-10 15:27:29 -04:00
Daniel Roth
2e2233326a
Add support for type number on TextFields
2017-04-07 13:17:57 +02:00
Wayne Dela Cruz
a086b92d64
material-ui use TS 2.2
2017-03-31 09:44:56 +08:00
Wayne Dela Cruz
85b2647513
Material-ui tests less hacky
...
Suggested by @vsiao
2017-03-30 19:53:06 +08:00
Wayne Dela Cruz
e6ad73d5e3
Fix travis build errors in material-ui tests
...
* Create type Stylesheet who's props are all of type CSSProperties
* Declared function createStylesheet which takes in an object and converts it's key-values to CSSProperties
2017-03-29 10:06:29 +08:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00