@types/react-widgets
Advanced tools
Comparing version 4.4.6 to 4.4.7
@@ -69,3 +69,3 @@ import { ComponentClass } from "react"; | ||
*/ | ||
dayComponent?: React.ReactType | undefined; | ||
dayComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -72,0 +72,0 @@ * The starting and lowest level view the calendar can navigate down to. |
@@ -71,3 +71,3 @@ import { ComponentClass } from "react"; | ||
*/ | ||
itemComponent?: React.ReactType | undefined; | ||
itemComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -77,3 +77,3 @@ * An object of props that is passed directly to the underlying input component. | ||
inputProps?: object | undefined; | ||
listComponent?: React.ReactType | string | undefined; | ||
listComponent?: React.ElementType | string | undefined; | ||
/** | ||
@@ -92,3 +92,3 @@ * An object of props that is passed directly to the underlying List component. | ||
*/ | ||
groupComponent?: React.ReactType | undefined; | ||
groupComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -109,3 +109,3 @@ * The same as an input placeholder, only works in browsers that support the placeholder | ||
*/ | ||
popupTransition?: React.ReactType | string | undefined; | ||
popupTransition?: React.ElementType | string | undefined; | ||
/** | ||
@@ -112,0 +112,0 @@ * Specify a filtering method used to reduce the items in the dropdown as you type. It can |
@@ -1,2 +0,2 @@ | ||
import { ComponentClass, FocusEvent, KeyboardEvent, ReactElement, ReactType } from "react"; | ||
import { ComponentClass, FocusEvent, KeyboardEvent, ReactElement, ElementType } from "react"; | ||
import { ReactWidgetsCommonDropdownProps, AutoFocus } from "./CommonProps"; | ||
@@ -26,3 +26,3 @@ | ||
*/ | ||
timeComponent?: ReactType | string | undefined; | ||
timeComponent?: ElementType | string | undefined; | ||
/** | ||
@@ -180,3 +180,3 @@ * The minimum Date that can be selected. Min only limits selection, it doesn't constrain | ||
*/ | ||
popupTransition?: ReactType | string | undefined; | ||
popupTransition?: ElementType | string | undefined; | ||
/** | ||
@@ -183,0 +183,0 @@ * Whether the Dropdown should be above the input field. |
@@ -74,3 +74,3 @@ import { ComponentClass } from "react"; | ||
*/ | ||
valueComponent?: React.ReactType | undefined; | ||
valueComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -80,3 +80,3 @@ * This component is used to render each possible item in the DropdownList. The default | ||
*/ | ||
itemComponent?: React.ReactType | string | undefined; | ||
itemComponent?: React.ElementType | string | undefined; | ||
/** | ||
@@ -91,3 +91,3 @@ * Determines how to group the DropdownList. Providing a string will group the data array by | ||
*/ | ||
groupComponent?: React.ReactType | undefined; | ||
groupComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -164,3 +164,3 @@ * Text to display when the value is empty. | ||
messages?: DropdownListMessages | undefined; | ||
listComponent?: React.ReactType | string | undefined; | ||
listComponent?: React.ElementType | string | undefined; | ||
/** | ||
@@ -167,0 +167,0 @@ * An object of props that is passed directly to the underlying List component. |
@@ -74,3 +74,3 @@ import { ComponentClass } from "react"; | ||
*/ | ||
tagComponent?: React.ReactType | string | undefined; | ||
tagComponent?: React.ElementType | string | undefined; | ||
/** | ||
@@ -84,3 +84,3 @@ * An object of props that is passed directly to the underlying input component. | ||
*/ | ||
itemComponent?: React.ReactType | undefined; | ||
itemComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -96,3 +96,3 @@ * Determines how to group the Multiselect values. Providing a string will group the data | ||
*/ | ||
groupComponent?: React.ReactType | undefined; | ||
groupComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -172,3 +172,3 @@ * The same as an input placeholder, only works in browsers that support the placeholder | ||
*/ | ||
listComponent?: React.ReactType | string | undefined; | ||
listComponent?: React.ElementType | string | undefined; | ||
/** | ||
@@ -183,3 +183,3 @@ * An object of props that is passed directly to the underlying List component. | ||
*/ | ||
popupTransition?: React.ReactType | string | undefined; | ||
popupTransition?: React.ElementType | string | undefined; | ||
@@ -186,0 +186,0 @@ /** |
@@ -55,3 +55,3 @@ import { ComponentClass } from "react"; | ||
*/ | ||
itemComponent?: React.ReactType | undefined; | ||
itemComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -67,3 +67,3 @@ * Determines how to group the SelectList dropdown list. Providing a string will group the | ||
*/ | ||
groupComponent?: React.ReactType | undefined; | ||
groupComponent?: React.ElementType | undefined; | ||
/** | ||
@@ -99,3 +99,3 @@ * The native onKeyDown event, called preventDefault will prevent any custom behavior, included keyboard shortcuts. | ||
*/ | ||
listComponent?: React.ReactType | string | undefined; | ||
listComponent?: React.ElementType | string | undefined; | ||
/** | ||
@@ -102,0 +102,0 @@ * An object of props that is passed directly to the underlying List component. |
{ | ||
"name": "@types/react-widgets", | ||
"version": "4.4.6", | ||
"version": "4.4.7", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-widgets", | ||
}, | ||
"typesPublisherContentHash": "575538683d4e416b00ec311b0041b2710b5398bddd3617a5d9bba450d1cbdb6b", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "ee154d37aa30fde269a29a5a6ab9133c50d5745fabb93ab666421e61a16c383d", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 03 Aug 2021 07:01:19 GMT | ||
* Last updated: Thu, 21 Oct 2021 23:01:44 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
57510