@types/react-phone-number-input
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -144,2 +144,7 @@ // Type definitions for react-phone-number-input 3.0 | ||
disabled?: boolean; | ||
/** | ||
* @deprecated | ||
* `displayInitialValueAsLocalNumber` property has been | ||
* superceded by `initialValueFormat` property. | ||
*/ | ||
displayInitialValueAsLocalNumber?: boolean; | ||
@@ -189,2 +194,8 @@ error?: string; | ||
/** | ||
* If an initial value is passed, and initialValueFormat property is not set, then the initial value | ||
* is formatted in international format. | ||
*/ | ||
initialValueFormat?: "national"; | ||
/** | ||
* If `country` property is passed along with `international={true}` property | ||
@@ -191,0 +202,0 @@ * then the phone number will be input in "international" format for that `country` |
{ | ||
"name": "@types/react-phone-number-input", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "TypeScript definitions for react-phone-number-input", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-phone-number-input", | ||
"license": "MIT", | ||
@@ -49,4 +50,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "1be81c4cba0c846655b12306c58d1cb3934bf85e49ecd8ac383371a2fa3799e7", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "adaec3190cb1f8e2e5f6b51a6d1afe9f8d80f9648b224a79d199746ca830c458", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 14 Nov 2020 10:43:54 GMT | ||
* Last updated: Wed, 09 Jun 2021 14:01:27 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
13439
224