Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-combo-box

Package Overview
Dependencies
Maintainers
16
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-combo-box - npm Package Compare versions

Comparing version 5.1.0-alpha1 to 5.1.0

11

package.json

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc