@blueprintjs/select
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -17,4 +17,8 @@ import { MouseEventHandler } from "react"; | ||
handleClick: MouseEventHandler<HTMLElement>; | ||
/** Focus event handler to set this as the "active" item */ | ||
handleFocus: () => void; | ||
/** | ||
* Focus event handler to set this as the "active" item. | ||
* | ||
* N.B. this is optional to preserve back-compat; it will become required in the next major version. | ||
*/ | ||
handleFocus?: () => void; | ||
index?: number; | ||
@@ -21,0 +25,0 @@ /** Modifiers that describe how to render this item, such as `active` or `disabled`. */ |
@@ -17,4 +17,8 @@ import { MouseEventHandler } from "react"; | ||
handleClick: MouseEventHandler<HTMLElement>; | ||
/** Focus event handler to set this as the "active" item */ | ||
handleFocus: () => void; | ||
/** | ||
* Focus event handler to set this as the "active" item. | ||
* | ||
* N.B. this is optional to preserve back-compat; it will become required in the next major version. | ||
*/ | ||
handleFocus?: () => void; | ||
index?: number; | ||
@@ -21,0 +25,0 @@ /** Modifiers that describe how to render this item, such as `active` or `disabled`. */ |
@@ -17,4 +17,8 @@ import { MouseEventHandler } from "react"; | ||
handleClick: MouseEventHandler<HTMLElement>; | ||
/** Focus event handler to set this as the "active" item */ | ||
handleFocus: () => void; | ||
/** | ||
* Focus event handler to set this as the "active" item. | ||
* | ||
* N.B. this is optional to preserve back-compat; it will become required in the next major version. | ||
*/ | ||
handleFocus?: () => void; | ||
index?: number; | ||
@@ -21,0 +25,0 @@ /** Modifiers that describe how to render this item, such as `active` or `disabled`. */ |
{ | ||
"name": "@blueprintjs/select", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Components related to selecting items from a list", | ||
@@ -38,3 +38,3 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@blueprintjs/core": "^4.3.0", | ||
"@blueprintjs/core": "^4.3.1", | ||
"classnames": "^2.2", | ||
@@ -41,0 +41,0 @@ "tslib": "~2.3.1" |
@@ -38,4 +38,8 @@ /* | ||
/** Focus event handler to set this as the "active" item */ | ||
handleFocus: () => void; | ||
/** | ||
* Focus event handler to set this as the "active" item. | ||
* | ||
* N.B. this is optional to preserve back-compat; it will become required in the next major version. | ||
*/ | ||
handleFocus?: () => void; | ||
@@ -42,0 +46,0 @@ index?: number; |
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
572758
8377
Updated@blueprintjs/core@^4.3.1