@vaadin/vaadin-list-mixin
Advanced tools
Comparing version 20.0.0-alpha1 to 20.0.0-alpha2
{ | ||
"name": "@vaadin/vaadin-list-mixin", | ||
"version": "20.0.0-alpha1", | ||
"version": "20.0.0-alpha2", | ||
"description": "vaadin-list-mixin", | ||
@@ -27,3 +27,3 @@ "main": "vaadin-list-mixin.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha1" | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha2" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "93c8e0ec03a178c6d74261261f985bd07f7cc79c" | ||
"gitHead": "c1598b30fb55cacd72ee4105e9f39cf56c9d5c79" | ||
} |
@@ -24,3 +24,3 @@ import { ListMixin, ListMixinConstructor } from './vaadin-list-mixin.js'; | ||
*/ | ||
selectedValues: string[] | null | undefined; | ||
selectedValues: number[] | null | undefined; | ||
@@ -27,0 +27,0 @@ _onMultipleClick(event: MouseEvent): void; |
@@ -31,3 +31,3 @@ /** | ||
* Note: Not updated when used in single selection mode. | ||
* @type {string[] | null | undefined} | ||
* @type {number[] | null | undefined} | ||
*/ | ||
@@ -34,0 +34,0 @@ selectedValues: { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1