Commit Graph

26 Commits

Author SHA1 Message Date
Daniel Rosenwasser
16ab9242bd
Merge pull request #23450 from Zanaxhir/master
[@types/react-dates] Changed wrong parameter type
2018-02-12 16:08:04 -08: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
Ron Buckton
56ce1312c8
Merge pull request #23392 from TomBarta/react-dates/add-verticalSpacing-to-SingleDatePicker
Update SingleDatePicker props types
2018-02-08 20:33:57 -08:00
Zanaxhir
48166d8ea9
Changed wrong parameter type
Changed parameter type on onPrevMonthClick and onNextMonthClick
2018-02-06 10:10:19 +01: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
TomBarta
e88f864903 update SingleDatePicker prop types 2018-02-03 07:25:17 -07:00
TomBarta
fe93d60e9a update SingleDatePicker prop types 2018-02-03 07:21:06 -07:00
TomBarta
b59d51ea8b update SingleDatePicker prop types 2018-02-03 07:07:59 -07:00
Zanaxhir
ba138fc494 [@types/react-dates] add daySize to DateRangePickerShape (#23336) 2018-02-01 09:23:18 -08:00
Dennis Coh
7865985f04 [@types/react-dates] Add missing firstDayOfWeek optional prop to DayPickerRangeController component (#22689) 2018-01-05 09:18:01 -08:00
user3587412
d9413a1afb @types/react-dates: update to version 16.0.0 (#22520)
* @types/react-dates: add property `noBorder` and `block`

* @types/react-dates: update to version 16.0.0
2018-01-02 12:29:51 -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
Karam Daddy
37748ebb29 Added type for firstDayOfWeek prop (#20667) 2017-10-23 13:19:45 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
0537c1fb27 Add "private": true to every package.json (#19483) 2017-08-31 08:02:56 -07:00
Andy
a828ea02ac Normalize tsconfig.jsons (#19447) 2017-08-30 08:15:31 -07:00
Andy
af8b0d1294 FIx new lint errors (#18382) 2017-07-25 10:34:23 -07:00
Christian Rackerseder
43f5f4a024 Added property to react-dates 2017-07-07 16:38:15 +02: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
Tanguy Krotoff
e429bee4be Remove trailing spaces 2017-06-19 12:06:41 +02:00
Ruben Slabbert
b8948098f4 Updated react-dates to 12.1.0 2017-05-22 12:18:23 +10:00
Artur-A
897b6d1969 updated defenitions for react-dates v10.0.1
specified moment object type
2017-04-11 00:28:45 +03:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00