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.4.0-alpha1 to 24.4.0-alpha10

theme/lumo/vaadin-item-styles.d.ts

14

package.json
{
"name": "@vaadin/item",
"version": "24.4.0-alpha1",
"version": "24.4.0-alpha10",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.4.0-alpha1",
"@vaadin/component-base": "24.4.0-alpha1",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha1",
"@vaadin/vaadin-material-styles": "24.4.0-alpha1",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha1"
"@vaadin/a11y-base": "24.4.0-alpha10",
"@vaadin/component-base": "24.4.0-alpha10",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha10",
"@vaadin/vaadin-material-styles": "24.4.0-alpha10",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha10"
},

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

],
"gitHead": "3e2ed41c99d618ff7def2734fd863c21c85775a3"
"gitHead": "c563c01d6ac5157f5a5885c8f6048d1cf4c727b4"
}
/**
* @license
* Copyright (c) 2017 - 2023 Vaadin Ltd.
* Copyright (c) 2017 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2017 - 2023 Vaadin Ltd.
* Copyright (c) 2017 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

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

/**
* @license
* Copyright (c) 2017 - 2023 Vaadin Ltd.
* Copyright (c) 2017 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2017 - 2023 Vaadin Ltd.
* Copyright (c) 2017 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/item",
"version": "24.4.0-alpha1",
"version": "24.4.0-alpha10",
"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.4.0-alpha1",
"version": "24.4.0-alpha10",
"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