@types/react-widgets
Advanced tools
Comparing version 4.4.7 to 4.4.8
@@ -132,3 +132,3 @@ import { ComponentClass } from "react"; | ||
* Title and screen reader text for the left arrow button. | ||
* @default: "navigate back" | ||
* @default "navigate back" | ||
*/ | ||
@@ -138,3 +138,3 @@ moveBack?: string | undefined; | ||
* Title and screen reader text for the right arrow button. | ||
* @default: "navigate forward" | ||
* @default "navigate forward" | ||
*/ | ||
@@ -141,0 +141,0 @@ moveForward?: string | undefined; |
@@ -185,3 +185,3 @@ import { ComponentClass } from "react"; | ||
* Dropdown button text for screen readers. | ||
* @default: "Open Dropdown" | ||
* @default "Open Dropdown" | ||
*/ | ||
@@ -195,3 +195,3 @@ open?: string | ((props: DropdownListProps) => string) | undefined; | ||
* Text to display when the data prop array is empty. | ||
* @default: "There are no items in this list" | ||
* @default "There are no items in this list" | ||
*/ | ||
@@ -201,3 +201,3 @@ emptyList?: string | ((props: DropdownListProps) => string) | undefined; | ||
* Text to display when the the current filter does not return any results. | ||
* @default: "The filter returned no results" | ||
* @default "The filter returned no results" | ||
*/ | ||
@@ -207,3 +207,3 @@ emptyFilter?: string | ((props: DropdownListProps) => string) | undefined; | ||
* Text to display for the create option | ||
* @default: "Create option {text}" | ||
* @default "Create option {text}" | ||
*/ | ||
@@ -210,0 +210,0 @@ createOption?: string | ((props: DropdownListProps) => string) | undefined; |
@@ -113,3 +113,3 @@ import { ComponentClass } from "react"; | ||
/** | ||
* @default: "There are no items in this list" | ||
* @default "There are no items in this list" | ||
*/ | ||
@@ -116,0 +116,0 @@ emptyList?: string | ((props: SelectListProps) => string) | undefined; |
{ | ||
"name": "@types/react-widgets", | ||
"version": "4.4.7", | ||
"version": "4.4.8", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-widgets", | ||
}, | ||
"typesPublisherContentHash": "ee154d37aa30fde269a29a5a6ab9133c50d5745fabb93ab666421e61a16c383d", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "a3dbb3c9b18e9da745a44fbdfe3f290b08f5798a5ea618cd11e6af23794971d6", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 21 Oct 2021 23:01:44 GMT | ||
* Last updated: Thu, 25 May 2023 20:34:42 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
57503