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

@vaadin/combo-box

Package Overview
Dependencies
Maintainers
14
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/combo-box - npm Package Compare versions

Comparing version 23.2.0-alpha1 to 23.2.0-alpha2

26

package.json
{
"name": "@vaadin/combo-box",
"version": "23.2.0-alpha1",
"version": "23.2.0-alpha2",
"publishConfig": {

@@ -39,21 +39,21 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.2.0-alpha1",
"@vaadin/field-base": "23.2.0-alpha1",
"@vaadin/input-container": "23.2.0-alpha1",
"@vaadin/item": "23.2.0-alpha1",
"@vaadin/lit-renderer": "23.2.0-alpha1",
"@vaadin/vaadin-lumo-styles": "23.2.0-alpha1",
"@vaadin/vaadin-material-styles": "23.2.0-alpha1",
"@vaadin/vaadin-overlay": "23.2.0-alpha1",
"@vaadin/vaadin-themable-mixin": "23.2.0-alpha1"
"@vaadin/component-base": "23.2.0-alpha2",
"@vaadin/field-base": "23.2.0-alpha2",
"@vaadin/input-container": "23.2.0-alpha2",
"@vaadin/item": "23.2.0-alpha2",
"@vaadin/lit-renderer": "23.2.0-alpha2",
"@vaadin/vaadin-lumo-styles": "23.2.0-alpha2",
"@vaadin/vaadin-material-styles": "23.2.0-alpha2",
"@vaadin/vaadin-overlay": "23.2.0-alpha2",
"@vaadin/vaadin-themable-mixin": "23.2.0-alpha2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "23.2.0-alpha1",
"@vaadin/polymer-legacy-adapter": "23.2.0-alpha2",
"@vaadin/testing-helpers": "^0.3.2",
"@vaadin/text-field": "23.2.0-alpha1",
"@vaadin/text-field": "23.2.0-alpha2",
"lit": "^2.0.0",
"sinon": "^13.0.2"
},
"gitHead": "f226a2976c270d3d53c824f6e0a740a5d3382d91"
"gitHead": "c9b8113d0fa9a602f8b9cb915c1826355af2e8df"
}

@@ -445,2 +445,7 @@ /**

if (scroller) {
if (opened) {
scroller.style.maxHeight =
getComputedStyle(this).getPropertyValue(`--${this._tagNamePrefix}-overlay-max-height`) || '65vh';
}
scroller.setProperties({

@@ -853,6 +858,2 @@ items: opened ? items : [],

requestAnimationFrame(() => {
// When opened is set as attribute, this logic needs to be delayed until scroller is created.
this._scroller.style.maxHeight =
getComputedStyle(this).getPropertyValue(`--${this._tagNamePrefix}-overlay-max-height`) || '65vh';
this._scrollIntoView(this._focusedIndex);

@@ -859,0 +860,0 @@

@@ -253,3 +253,3 @@ /**

if (this.__virtualizer) {
this.requestContentUpdate();
setTimeout(() => this.requestContentUpdate());
}

@@ -256,0 +256,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