Commit Graph

33 Commits

Author SHA1 Message Date
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
290d5dfb4d More fixes 2016-05-04 18:42:46 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Jon Sheppard
e735ebe1d3 react-bootstrap: add missing function props to Modal (#9063)
* react-bootstrap: add missing function props to Modal

* Updated type definition as requested.
2016-04-23 22:55:14 +09:00
Ryan Cavanaugh
4a433abbf4 Unwrap all lone ambient external modules 2016-04-22 14:12:45 -07:00
Amy Slagle
cb44b2d955 react-bootstrap: Changed HTML component prop types to extend React.HTMLAttributes, and removed deprecated React.Props.
Also removed attribute types that were duplicates of HTMLAttributes.
2016-03-22 09:52:06 -04:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Tom Duncalf
daadce7d43 Change react-bootstrap definition to reflect that <OverlayTrigger /> trigger attribute can also be an array of strings 2016-03-04 13:30:10 +00:00
Masahiro Wakame
cde29f4188 Merge pull request #8277 from NYPL-Simplified/master
react-bootstrap: Added FormControls.Static.
2016-03-04 22:11:39 +09:00
Vincent Siao
6a3cee4272 [react-bootstrap] Fix types
Found some issues with the current type definitions:
- extends `React.Props<T>` with incorrect type `T` (`T` should be
  component instance type, not component class type)
- extends `React.ComponentClass` even if the component is created
  with `React.createClass` (should extend `ClassiComponentClass`).
2016-02-26 12:51:40 -08:00
Amy Slagle
98b3edc27b react-bootstrap: Added FormControls.Static. 2016-02-26 15:13:46 -05:00
Pavel
5f3b413653 Updated definitions of the ColProps. Hidden flags.
https://react-bootstrap.github.io/components.html#grid-props-col
xsHidden
smHidden
mdHidden
lgHidden
2016-02-13 18:23:39 +00:00
Masahiro Wakame
3f0168b531 Merge pull request #7660 from pdeva/patch-7
updated properties for some components to match reality
2016-01-24 00:14:05 +09:00
Basarat Ali Syed
2e7a477ac2 Merge pull request #7655 from haizz/patch-1
[react-bootstrap] Added missing event handlers to MenuItem
2016-01-20 10:26:25 +11:00
pdeva
6036819810 updated properties for some components to match reality 2016-01-16 00:34:55 -08:00
haizz
33e0e801f1 Update react-bootstrap.d.ts 2016-01-15 22:32:20 +02:00
Allen Li
ee16e460f7 [react-bootstrap] Update to include Navbar.*.
Add:
Navbar.Brand
Navbar.Collapse
Navbar.Header
Navbar.Toggle
2015-12-09 22:42:02 -08:00
Masahiro Wakame
4bc85f8633 Merge pull request #6416 from aindlq/react-bootstrap-props
react-bootstrap. Use React.Props as base interface for all Props.
2015-11-03 00:04:59 +09:00
Masahiro Wakame
6c72e11e61 Merge pull request #6179 from pixelbreaker/patch-1
Add support for NavBrand construct
2015-11-03 00:03:57 +09:00
Artem Kozlov
46194d6be3 Use React.Props as base interface for all Props.
It is convenient to use React.Props as base class for all components
props.
It allows to use key and ref properties with all bootstrap components.

- add missing properties like className, etc.
2015-10-23 23:35:52 +02:00
Tanguy Krotoff
d8373f0a6f Rename from *-test.ts to *-tests.ts 2015-10-23 20:52:47 +02:00
hamza zia
d2a36f1416 removed es6-promise dependency from react-bootstrap 2015-10-10 12:29:18 +08:00
Gabriel Mak
a20e020adc Add support for NavBrand construct
Adding support for NavBrand construct in newer react-bootstrap
2015-10-07 09:23:48 +01:00
Walker Burgin
d7abaa0494 Fill in some holes 2015-09-07 21:20:24 -04:00
Walker Burgin
cf5c5f6f9a Add react-bootstrap type definition 2015-09-07 01:54:46 -07:00