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

@vaadin/select

Package Overview
Dependencies
Maintainers
14
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/select - npm Package Compare versions

Comparing version 23.1.0-alpha3 to 23.1.0-alpha4

28

package.json
{
"name": "@vaadin/select",
"version": "23.1.0-alpha3",
"version": "23.1.0-alpha4",
"publishConfig": {

@@ -37,17 +37,17 @@ "access": "public"

"@polymer/polymer": "^3.2.0",
"@vaadin/button": "23.1.0-alpha3",
"@vaadin/component-base": "23.1.0-alpha3",
"@vaadin/field-base": "23.1.0-alpha3",
"@vaadin/input-container": "23.1.0-alpha3",
"@vaadin/item": "23.1.0-alpha3",
"@vaadin/list-box": "23.1.0-alpha3",
"@vaadin/vaadin-list-mixin": "23.1.0-alpha3",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3",
"@vaadin/vaadin-material-styles": "23.1.0-alpha3",
"@vaadin/vaadin-overlay": "23.1.0-alpha3",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha3"
"@vaadin/button": "23.1.0-alpha4",
"@vaadin/component-base": "23.1.0-alpha4",
"@vaadin/field-base": "23.1.0-alpha4",
"@vaadin/input-container": "23.1.0-alpha4",
"@vaadin/item": "23.1.0-alpha4",
"@vaadin/list-box": "23.1.0-alpha4",
"@vaadin/vaadin-list-mixin": "23.1.0-alpha4",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4",
"@vaadin/vaadin-material-styles": "23.1.0-alpha4",
"@vaadin/vaadin-overlay": "23.1.0-alpha4",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha4"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha3",
"@vaadin/polymer-legacy-adapter": "23.1.0-alpha4",
"@vaadin/testing-helpers": "^0.3.2",

@@ -57,3 +57,3 @@ "lit": "^2.0.0",

},
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85"
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71"
}

@@ -18,3 +18,3 @@ /**

`,
{ moduleId: 'vaadin-select-overlay-styles' }
{ moduleId: 'vaadin-select-overlay-styles' },
);

@@ -21,0 +21,0 @@

@@ -258,3 +258,3 @@ /**

listener: (this: Select, ev: SelectEventMap[K]) => void,
options?: boolean | AddEventListenerOptions
options?: boolean | AddEventListenerOptions,
): void;

@@ -265,3 +265,3 @@

listener: (this: Select, ev: SelectEventMap[K]) => void,
options?: boolean | EventListenerOptions
options?: boolean | EventListenerOptions,
): void;

@@ -268,0 +268,0 @@ }

@@ -211,3 +211,3 @@ /**

type: Array,
observer: '__itemsChanged'
observer: '__itemsChanged',
},

@@ -224,3 +224,3 @@

reflectToAttribute: true,
observer: '_openedChanged'
observer: '_openedChanged',
},

@@ -257,3 +257,3 @@

notify: true,
observer: '_valueChanged'
observer: '_valueChanged',
},

@@ -265,3 +265,3 @@

name: {
type: String
type: String,
},

@@ -277,3 +277,3 @@

placeholder: {
type: String
type: String,
},

@@ -288,3 +288,3 @@

value: false,
reflectToAttribute: true
reflectToAttribute: true,
},

@@ -297,3 +297,3 @@

_phoneMediaQuery: {
value: '(max-width: 420px), (max-height: 420px)'
value: '(max-width: 420px), (max-height: 420px)',
},

@@ -308,3 +308,3 @@

/** @private */
_items: Object
_items: Object,
};

@@ -318,3 +318,3 @@ }

'_updateSelectedItem(value, _items, placeholder)',
'_rendererChanged(renderer, _overlayElement)'
'_rendererChanged(renderer, _overlayElement)',
];

@@ -331,3 +331,3 @@ }

return button;
}
},
};

@@ -388,3 +388,3 @@ }

this._phone = matches;
})
}),
);

@@ -464,3 +464,3 @@

},
true
true,
);

@@ -550,3 +550,3 @@

'--vaadin-select-text-field-width',
this._inputContainer.offsetWidth + 'px'
`${this._inputContainer.offsetWidth}px`,
);

@@ -553,0 +553,0 @@

@@ -79,3 +79,3 @@ /**

`,
{ moduleId: 'lumo-select-value-button' }
{ moduleId: 'lumo-select-value-button' },
);

@@ -82,0 +82,0 @@

@@ -61,3 +61,3 @@ /**

`,
{ moduleId: 'material-select-value-button' }
{ moduleId: 'material-select-value-button' },
);

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