You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@vaadin/checkbox

Package Overview
Dependencies
Maintainers
12
Versions
449
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/checkbox - npm Package Compare versions

Comparing version

to
24.4.0-alpha21

16

package.json
{
"name": "@vaadin/checkbox",
"version": "24.4.0-alpha20",
"version": "24.4.0-alpha21",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.4.0-alpha20",
"@vaadin/component-base": "24.4.0-alpha20",
"@vaadin/field-base": "24.4.0-alpha20",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha20",
"@vaadin/vaadin-material-styles": "24.4.0-alpha20",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha20",
"@vaadin/a11y-base": "24.4.0-alpha21",
"@vaadin/component-base": "24.4.0-alpha21",
"@vaadin/field-base": "24.4.0-alpha21",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha21",
"@vaadin/vaadin-material-styles": "24.4.0-alpha21",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha21",
"lit": "^3.0.0"

@@ -58,3 +58,3 @@ },

],
"gitHead": "9d2eacc494eb27658ba9298be6656815912637be"
"gitHead": "2efeeebbeabddfde14c845ee4098f9e62e352ffe"
}

@@ -27,2 +27,12 @@ /**

/**
* Fired when the `invalid` property changes.
*/
export type CheckboxInvalidChangedEvent = CustomEvent<{ value: boolean }>;
/**
* Fired whenever the checkbox is validated.
*/
export type CheckboxValidatedEvent = CustomEvent<{ valid: boolean }>;
export interface CheckboxCustomEventMap {

@@ -32,2 +42,6 @@ 'checked-changed': CheckboxCheckedChangedEvent;

'indeterminate-changed': CheckboxIndeterminateChangedEvent;
'invalid-changed': CheckboxInvalidChangedEvent;
validated: CheckboxValidatedEvent;
}

@@ -34,0 +48,0 @@

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/checkbox",
"version": "24.4.0-alpha20",
"version": "24.4.0-alpha21",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/checkbox",
"version": "24.4.0-alpha20",
"version": "24.4.0-alpha21",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",