@vaadin/vaadin-select
Advanced tools
Comparing version 2.3.0-alpha3 to 2.3.0-alpha4
import { SelectElement } from '../src/vaadin-select.js'; | ||
export type SelectRenderer = (root: HTMLElement, select: SelectElement) => void; | ||
export type SelectRenderer = (root: HTMLElement, select?: SelectElement) => void; |
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.3.0-alpha3", | ||
"version": "2.3.0-alpha4", | ||
"main": "vaadin-select.js", | ||
@@ -40,3 +40,3 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-themable-mixin": "^1.6.1", | ||
"@vaadin/vaadin-text-field": "^2.7.0-alpha4", | ||
"@vaadin/vaadin-text-field": "~2.7.0-alpha4", | ||
"@vaadin/vaadin-list-box": "^1.4.0-alpha1", | ||
@@ -43,0 +43,0 @@ "@vaadin/vaadin-list-mixin": "^2.5.0", |
@@ -180,3 +180,3 @@ /** | ||
static get version() { | ||
return '2.3.0-alpha3'; | ||
return '2.3.0-alpha4'; | ||
} | ||
@@ -183,0 +183,0 @@ |
@@ -15,1 +15,2 @@ /** | ||
export * from './src/vaadin-select.js'; | ||
export * from './@types/interfaces'; |
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
57743
1109
+ Added@vaadin/vaadin-text-field@2.7.2(transitive)
- Removed@vaadin/vaadin-text-field@2.10.0(transitive)