@vaadin/vaadin-list-box
Advanced tools
Comparing version 1.3.0 to 1.4.0-alpha1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-box", | ||
"version": "1.3.0", | ||
"version": "1.4.0-alpha1", | ||
"main": "vaadin-list-box.js", | ||
@@ -22,2 +22,3 @@ "author": "Vaadin Ltd", | ||
"files": [ | ||
"vaadin-*.d.ts", | ||
"vaadin-*.js", | ||
@@ -35,13 +36,13 @@ "src", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-themable-mixin": "^1.5.2", | ||
"@vaadin/vaadin-item": "^2.2.0", | ||
"@vaadin/vaadin-list-mixin": "^2.4.0", | ||
"@vaadin/vaadin-themable-mixin": "^1.6.1", | ||
"@vaadin/vaadin-item": "^2.3.0-alpha1", | ||
"@vaadin/vaadin-list-mixin": "^2.5.0", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0", | ||
"@vaadin/vaadin-material-styles": "^1.1.0", | ||
"@vaadin/vaadin-element-mixin": "^2.3.0" | ||
"@vaadin/vaadin-element-mixin": "^2.4.1" | ||
}, | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^4.0.0", | ||
@@ -48,0 +49,0 @@ "@webcomponents/webcomponentsjs": "^2.0.0", |
@@ -37,2 +37,3 @@ /** | ||
* @mixes ThemableMixin | ||
* @mixes ElementMixin | ||
* @demo demo/index.html | ||
@@ -70,3 +71,3 @@ */ | ||
static get version() { | ||
return '1.3.0'; | ||
return '1.4.0-alpha1'; | ||
} | ||
@@ -88,3 +89,6 @@ | ||
/** @protected */ | ||
/** | ||
* @type {Element | null} | ||
* @protected | ||
*/ | ||
this.focused; | ||
@@ -100,2 +104,6 @@ } | ||
/** | ||
* @return {!HTMLElement} | ||
* @protected | ||
*/ | ||
get _scrollerElement() { | ||
@@ -105,2 +113,3 @@ return this.shadowRoot.querySelector('[part="items"]'); | ||
/** @private */ | ||
_checkImport() { | ||
@@ -107,0 +116,0 @@ var item = this.querySelector('vaadin-item'); |
import './theme/lumo/vaadin-list-box.js'; | ||
export * from './src/vaadin-list-box.js'; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
27190
11
300
1
1