@vaadin/checkbox
Advanced tools
Comparing version 24.7.0-alpha3 to 24.7.0-alpha4
{ | ||
"name": "@vaadin/checkbox", | ||
"version": "24.7.0-alpha3", | ||
"version": "24.7.0-alpha4", | ||
"publishConfig": { | ||
@@ -40,12 +40,12 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.7.0-alpha3", | ||
"@vaadin/component-base": "24.7.0-alpha3", | ||
"@vaadin/field-base": "24.7.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "24.7.0-alpha3", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha3", | ||
"@vaadin/a11y-base": "24.7.0-alpha4", | ||
"@vaadin/component-base": "24.7.0-alpha4", | ||
"@vaadin/field-base": "24.7.0-alpha4", | ||
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha4", | ||
"@vaadin/vaadin-material-styles": "24.7.0-alpha4", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha4", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.7.0-alpha3", | ||
"@vaadin/chai-plugins": "24.7.0-alpha4", | ||
"@vaadin/testing-helpers": "^1.1.0", | ||
@@ -58,3 +58,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "dd5cfad6c9b54e676f5b10dffba2233775378f40" | ||
"gitHead": "d7165cebf9dcf6a7e9e22f6353662d33404b4856" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2021 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2021 - 2025 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 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -63,14 +63,2 @@ */ | ||
}, | ||
/** | ||
* Indicates whether the element can be focused and where it participates in sequential keyboard navigation. | ||
* | ||
* @override | ||
* @protected | ||
*/ | ||
tabindex: { | ||
type: Number, | ||
value: 0, | ||
reflectToAttribute: true, | ||
}, | ||
}; | ||
@@ -103,2 +91,6 @@ } | ||
this.value = 'on'; | ||
// Set tabindex to 0 by default to not lose focus on click in Safari | ||
// See https://github.com/vaadin/web-components/pull/6780 | ||
this.tabindex = 0; | ||
} | ||
@@ -105,0 +97,0 @@ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 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 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 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 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 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 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 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 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
export * from './vaadin-checkbox.js'; |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2024 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2025 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/checkbox", | ||
"version": "24.7.0-alpha3", | ||
"version": "24.7.0-alpha4", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.7.0-alpha3", | ||
"version": "24.7.0-alpha4", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
75046
1648
+ Added@vaadin/a11y-base@24.7.0-alpha4(transitive)
+ Added@vaadin/component-base@24.7.0-alpha4(transitive)
+ Added@vaadin/field-base@24.7.0-alpha4(transitive)
+ Added@vaadin/icon@24.7.0-alpha4(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.7.0-alpha4(transitive)
+ Added@vaadin/vaadin-material-styles@24.7.0-alpha4(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.7.0-alpha4(transitive)
- Removed@vaadin/a11y-base@24.7.0-alpha3(transitive)
- Removed@vaadin/component-base@24.7.0-alpha3(transitive)
- Removed@vaadin/field-base@24.7.0-alpha3(transitive)
- Removed@vaadin/icon@24.7.0-alpha3(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.7.0-alpha3(transitive)
- Removed@vaadin/vaadin-material-styles@24.7.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.7.0-alpha3(transitive)