@vaadin/vaadin-combo-box
Advanced tools
Comparing version 5.1.0-alpha1 to 5.1.0
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-combo-box", | ||
"version": "5.1.0-alpha1", | ||
"version": "5.1.0", | ||
"main": "vaadin-combo-box.js", | ||
@@ -40,3 +40,3 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-overlay": "^3.4.0", | ||
"@vaadin/vaadin-text-field": "^2.6.0-alpha3", | ||
"@vaadin/vaadin-text-field": "^2.6.0", | ||
"@vaadin/vaadin-themable-mixin": "^1.5.2", | ||
@@ -48,3 +48,6 @@ "@vaadin/vaadin-lumo-styles": "^1.1.1", | ||
}, | ||
"devDependencies": { | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-form": "^3.0.0", | ||
@@ -56,5 +59,5 @@ "@polymer/iron-component-page": "^4.0.0", | ||
"wct-browser-legacy": "^1.0.1", | ||
"@vaadin/vaadin-demo-helpers": "^3.1.0-alpha1", | ||
"@vaadin/vaadin-demo-helpers": "^3.1.0", | ||
"@vaadin/vaadin-dialog": "^2.2.1" | ||
} | ||
} |
@@ -26,3 +26,3 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @extends PolymerElement | ||
* @private | ||
@@ -29,0 +29,0 @@ */ |
@@ -23,3 +23,3 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @extends PolymerElement | ||
* @private | ||
@@ -46,3 +46,3 @@ */ | ||
* | ||
* @memberof Vaadin | ||
* @extends PolymerElement | ||
* @private | ||
@@ -49,0 +49,0 @@ */ |
@@ -31,4 +31,4 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @mixes Vaadin.ThemableMixin | ||
* @extends PolymerElement | ||
* @mixes ThemableMixin | ||
* @private | ||
@@ -35,0 +35,0 @@ */ |
@@ -57,7 +57,7 @@ /** | ||
* ``` | ||
* @memberof Vaadin | ||
* @mixes Vaadin.ComboBoxDataProviderMixin | ||
* @mixes Vaadin.ComboBoxMixin | ||
* @mixes Vaadin.ThemableMixin | ||
* @mixes Vaadin.ThemePropertyMixin | ||
* @extends PolymerElement | ||
* @mixes ComboBoxDataProviderMixin | ||
* @mixes ComboBoxMixin | ||
* @mixes ThemableMixin | ||
* @mixes ThemePropertyMixin | ||
*/ | ||
@@ -64,0 +64,0 @@ class ComboBoxLightElement extends |
@@ -36,2 +36,6 @@ /** | ||
* Set true to prevent the overlay from opening automatically. | ||
* | ||
* TODO: make it public in the next minor, and add a demo. | ||
* | ||
* @private | ||
*/ | ||
@@ -38,0 +42,0 @@ autoOpenDisabled: Boolean, |
@@ -172,9 +172,9 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @mixes Vaadin.ElementMixin | ||
* @mixes Vaadin.ControlStateMixin | ||
* @mixes Vaadin.ComboBoxDataProviderMixin | ||
* @mixes Vaadin.ComboBoxMixin | ||
* @mixes Vaadin.ThemableMixin | ||
* @mixes Vaadin.ThemePropertyMixin | ||
* @extends PolymerElement | ||
* @mixes ElementMixin | ||
* @mixes ControlStateMixin | ||
* @mixes ComboBoxDataProviderMixin | ||
* @mixes ComboBoxMixin | ||
* @mixes ThemableMixin | ||
* @mixes ThemePropertyMixin | ||
* @demo demo/index.html | ||
@@ -235,3 +235,3 @@ */ | ||
static get version() { | ||
return '5.1.0-alpha1'; | ||
return '5.1.0'; | ||
} | ||
@@ -238,0 +238,0 @@ |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
113222
2740
0