Socket
Socket
Sign inDemoInstall

@vaadin/item

Package Overview
Dependencies
Maintainers
12
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/item - npm Package Compare versions

Comparing version 24.2.6 to 24.2.7

14

package.json
{
"name": "@vaadin/item",
"version": "24.2.6",
"version": "24.2.7",
"publishConfig": {

@@ -40,7 +40,7 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.2.6",
"@vaadin/component-base": "~24.2.6",
"@vaadin/vaadin-lumo-styles": "~24.2.6",
"@vaadin/vaadin-material-styles": "~24.2.6",
"@vaadin/vaadin-themable-mixin": "~24.2.6"
"@vaadin/a11y-base": "~24.2.7",
"@vaadin/component-base": "~24.2.7",
"@vaadin/vaadin-lumo-styles": "~24.2.7",
"@vaadin/vaadin-material-styles": "~24.2.7",
"@vaadin/vaadin-themable-mixin": "~24.2.7"
},

@@ -56,3 +56,3 @@ "devDependencies": {

],
"gitHead": "0d105dd0eff818ab9c82c8443b92a1e15ac0e41a"
"gitHead": "aa69d78f7757daa7ac431af31222d5441801b699"
}

@@ -13,3 +13,6 @@ /**

* `focused`, `active` and `focus-ring` are set as only as attributes.
*
* @polymerMixin
* @mixes ActiveMixin
* @mixes FocusMixin
*/

@@ -16,0 +19,0 @@ export const ItemMixin = (superClass) =>

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/item",
"version": "24.2.6",
"version": "24.2.7",
"description-markup": "markdown",

@@ -14,2 +14,13 @@ "contributions": {

{
"name": "disabled",
"description": "If true, the user cannot interact with this element.",
"value": {
"type": [
"boolean",
"null",
"undefined"
]
}
},
{
"name": "selected",

@@ -38,2 +49,13 @@ "description": "If true, the item is in selected state.",

{
"name": "disabled",
"description": "If true, the user cannot interact with this element.",
"value": {
"type": [
"boolean",
"null",
"undefined"
]
}
},
{
"name": "value",

@@ -40,0 +62,0 @@ "description": "Submittable string value. The default value is the trimmed text content of the element.",

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/item",
"version": "24.2.6",
"version": "24.2.7",
"description-markup": "markdown",

@@ -23,2 +23,9 @@ "framework": "lit",

{
"name": "?disabled",
"description": "If true, the user cannot interact with this element.",
"value": {
"kind": "expression"
}
},
{
"name": "?selected",

@@ -25,0 +32,0 @@ "description": "If true, the item is in selected state.",

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