@types/react-bootstrap
Advanced tools
Comparing version 0.0.41 to 0.0.42
// Type definitions for react-bootstrap | ||
// Project: https://github.com/react-bootstrap/react-bootstrap | ||
// Definitions by: Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh> | ||
// Definitions by: Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -289,6 +289,6 @@ | ||
onEntered?: Function; | ||
onEntering?: Function; | ||
onEntering?: Function; | ||
onExit?: Function; | ||
onExited?: Function; | ||
onExiting?: Function; | ||
onExiting?: Function; | ||
} | ||
@@ -338,16 +338,26 @@ type ModalDialog = React.ClassicComponent<ModalDialogProps, {}>; | ||
animation?: boolean; | ||
autoFocus?: boolean; | ||
backdrop?: boolean | string; | ||
backdropClassName?: string; | ||
backdropStyle?: any; | ||
backdropTransitionTimeout?: number; | ||
bsSize?: Sizes; | ||
container?: any; // TODO: Add more specific type | ||
containerClassName?: string; | ||
dialogClassName?: string; | ||
dialogComponent?: any; // TODO: Add more specific type | ||
dialogTransitionTimeout?: number; | ||
enforceFocus?: boolean; | ||
keyboard?: boolean; | ||
onBackdropClick?: (node: HTMLElement) => any; | ||
onEnter?: (node: HTMLElement) => any; | ||
onEntered?: (node: HTMLElement) => any; | ||
onEntering?: (node: HTMLElement) => any; | ||
onEscapeKeyUp?: (node: HTMLElement) => any; | ||
onExit?: (node: HTMLElement) => any; | ||
onExited?: (node: HTMLElement) => any; | ||
onExiting?: (node: HTMLElement) => any; | ||
onShow?: (node: HTMLElement) => any; | ||
show?: boolean; | ||
transition?: React.ReactElement<any>; | ||
} | ||
@@ -364,3 +374,2 @@ interface ModalClass extends React.ClassicComponentClass<ModalProps> { | ||
// <OverlayTrigger /> | ||
@@ -367,0 +376,0 @@ interface OverlayTriggerProps { |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.41", | ||
"version": "0.0.42", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
"license": "MIT", | ||
"author": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>", | ||
"author": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>", | ||
"main": "", | ||
@@ -17,4 +17,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6f754bb3c8b2b0c1ace042e42e683241da2ff9f2307cf7bf1383362ce563ca87", | ||
"typesPublisherContentHash": "d2c1349b69af34af009385917b0835d749401e4c88b9b34ebbe4d9dc04d3a51b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 18 Jan 2017 08:47:11 GMT | ||
* Last updated: Thu, 19 Jan 2017 14:46:20 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: ReactBootstrap | ||
# Credits | ||
These definitions were written by Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>. | ||
These definitions were written by Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>. |
@@ -6,3 +6,3 @@ { | ||
"data": { | ||
"authors": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>", | ||
"authors": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>", | ||
"dependencies": { | ||
@@ -29,5 +29,5 @@ "react": "*" | ||
"hasPackageJson": false, | ||
"contentHash": "6f754bb3c8b2b0c1ace042e42e683241da2ff9f2307cf7bf1383362ce563ca87" | ||
"contentHash": "d2c1349b69af34af009385917b0835d749401e4c88b9b34ebbe4d9dc04d3a51b" | ||
}, | ||
"isLatest": true | ||
} |
39755
1006