@types/react-mentions
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for react-mentions 2.3 | ||
// Type definitions for react-mentions 2.4 | ||
// Project: https://github.com/signavio/react-mentions | ||
// Definitions by: Scott Willeke <https://github.com/activescott> | ||
// Eugene Fedorenko <https://github.com/efedorenko> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -44,2 +45,3 @@ // TypeScript Version: 2.8 | ||
suggestionsPortalHost?: Element; | ||
inputRef?: React.RefObject<HTMLTextAreaElement> | React.RefObject<HTMLInputElement>; | ||
} | ||
@@ -51,2 +53,5 @@ | ||
export interface MentionsInputComponentUnrwapped extends React.Component<MentionsInputProps> { | ||
/** | ||
* @deprecated since version 2.4.0. Please use @see MentionsInputProps.inputRef | ||
*/ | ||
inputRef?: HTMLInputElement | HTMLTextAreaElement; | ||
@@ -53,0 +58,0 @@ } |
{ | ||
"name": "@types/react-mentions", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "TypeScript definitions for react-mentions", | ||
@@ -11,6 +11,11 @@ "license": "MIT", | ||
"githubUsername": "activescott" | ||
}, | ||
{ | ||
"name": "Eugene Fedorenko", | ||
"url": "https://github.com/efedorenko", | ||
"githubUsername": "efedorenko" | ||
} | ||
], | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -24,4 +29,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "4171578e55d84872229c81f65eb55e0dd0b79303c6460b7dc5e5d8a320fbdcf4", | ||
"typesPublisherContentHash": "c511b637fd122920d81dfc186ae5755cd74577ca87db9ccf309dcdd86d75f24b", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-mentions (https://github.com/signavio/react-mentions). | ||
This package contains type definitions for react-mentions ( https://github.com/signavio/react-mentions ). | ||
@@ -12,7 +12,7 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 16 Oct 2018 16:50:00 GMT | ||
* Dependencies: react | ||
* Last updated: Thu, 24 Jan 2019 23:28:40 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Scott Willeke <https://github.com/activescott>. | ||
These definitions were written by Scott Willeke <https://github.com/activescott>, Eugene Fedorenko <https://github.com/efedorenko>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7430
121