Commit Graph

24 Commits

Author SHA1 Message Date
Daniel Rosenwasser
6e6e49d9bd
Merge pull request #23625 from jscriptcoder/master
Added popperContainer prop
2018-02-15 14:13:59 -08:00
Francisco Ramos
b9b514df04 Added alphabetical order 2018-02-15 22:46:25 +01:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Francisco Ramos
740cbb4f57 Added popperContainer prop 2018-02-13 23:29:00 +01:00
Forbes Lindesay
8f8f6c4392 [react] Use HTMLDialogElement for the dialog node (#23053)
* [react] Use HTMLDialogElement for the dialog node

* Actually add the `open` property

* This update requires typescript 2.6

* Update dependents of react to also require typescript 2.6
2018-02-12 12:55:52 +00:00
Andy
2a9d2f8d59
Convert more "import *" to "import =" (#23446) 2018-02-05 18:27:31 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
KoalaHuman
71d5025d76 [react-datepicker] updated typings for 1.1.0 (#23247) 2018-01-29 11:44:02 -08:00
KoalaHuman
d2df250b37 Updated React Datepicker types for version 1.0.4 (#22778) 2018-01-09 11:30:04 -08:00
Lewis Diamond
4db14a2b1b Add missing type on react-datepicker v0.62.0
customInputRef was just introduced and is missing from
current type definitions.
2017-12-14 10:30:10 -05:00
Igor Oleinikov
ecabf5526f
Merge pull request #20987 from pelotom/patch-10
[react] Make component constructor props non-optional
2017-11-08 13:58:44 -08:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Tom Crockett
73216e2ef2 Propagate non-optional props change to dependent libraries 2017-10-24 22:04:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Roy Xue
a139f83712 [react-datepicker]Add select time feature for react-datepicker 0.55 (#20009)
* Add select time feature for react-datepicker

* Fix lint error
2017-09-25 12:11:50 -07:00
Andy
0537c1fb27 Add "private": true to every package.json (#19483) 2017-08-31 08:02:56 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Rogach
45bcdda85e [react-datepicker] align typing to v0.52.0 (#18374) 2017-07-31 14:55:47 -07:00
Hussein Shabbir
7bff99cf63 Export the ReactDatePickerProps interface
This is useful when wrapping the date picker in a custom component so that the props of the custom component can extend ReactDatePickerProps.
2017-06-27 21:00:24 +04:00
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Greg Smith
9ab9dd2efc Add tslint configuration to react-datepicker 2017-04-19 15:24:00 -05:00
Greg Smith
648ab29096 Update react-datepicker typings for 0.46 2017-04-19 15:23:44 -05:00
slozier
528386483d Add missing props to react-datepicker
Used the following doc as reference:
https://github.com/Hacker0x01/react-datepicker/blob/v0.40.0/docs/datepicker.md
2017-04-06 10:25:56 -04:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00