@types/react-widgets
Advanced tools
Comparing version 4.4.5 to 4.4.6
@@ -1,2 +0,2 @@ | ||
import { ComponentClass, KeyboardEvent, ReactElement, ReactType } from "react"; | ||
import { ComponentClass, FocusEvent, KeyboardEvent, ReactElement, ReactType } from "react"; | ||
import { ReactWidgetsCommonDropdownProps, AutoFocus } from "./CommonProps"; | ||
@@ -118,7 +118,7 @@ | ||
*/ | ||
onBlur?: (() => void) | undefined; | ||
onBlur?: ((e: FocusEvent) => void) | undefined; | ||
/** | ||
* The native onFocus event, called when focus enters the DateTimePicker. | ||
*/ | ||
onFocus?: (() => void) | undefined; | ||
onFocus?: ((e: FocusEvent) => void) | undefined; | ||
/** | ||
@@ -125,0 +125,0 @@ * The native onKeyDown event, called preventDefault will prevent any custom behavior, included keyboard shortcuts. |
{ | ||
"name": "@types/react-widgets", | ||
"version": "4.4.5", | ||
"version": "4.4.6", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-widgets", | ||
}, | ||
"typesPublisherContentHash": "5cd8de4e469e4fd2b6d0e2158ada279accee716be475e47b5e9dcb1a92186e5a", | ||
"typesPublisherContentHash": "575538683d4e416b00ec311b0041b2710b5398bddd3617a5d9bba450d1cbdb6b", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:43 GMT | ||
* Last updated: Tue, 03 Aug 2021 07:01:19 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
57470