@vaadin/checkbox
Advanced tools
Comparing version 23.2.0 to 23.2.1
{ | ||
"name": "@vaadin/checkbox", | ||
"version": "23.2.0", | ||
"version": "23.2.1", | ||
"publishConfig": { | ||
@@ -39,7 +39,7 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^23.2.0", | ||
"@vaadin/field-base": "^23.2.0", | ||
"@vaadin/vaadin-lumo-styles": "^23.2.0", | ||
"@vaadin/vaadin-material-styles": "^23.2.0", | ||
"@vaadin/vaadin-themable-mixin": "^23.2.0" | ||
"@vaadin/component-base": "~23.2.1", | ||
"@vaadin/field-base": "~23.2.1", | ||
"@vaadin/vaadin-lumo-styles": "~23.2.1", | ||
"@vaadin/vaadin-material-styles": "~23.2.1", | ||
"@vaadin/vaadin-themable-mixin": "~23.2.1" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8" | ||
"gitHead": "a6c314f6927bfd3309fc735eae6c6dc72ab8367a" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "23.2.0", | ||
"version": "23.2.1", | ||
"description-markup": "markdown", | ||
@@ -174,2 +174,10 @@ "contributions": { | ||
"description": "Fired when the `indeterminate` property changes." | ||
}, | ||
{ | ||
"name": "value-changed", | ||
"description": "Fired when the `value` property changes." | ||
}, | ||
{ | ||
"name": "checked-changed", | ||
"description": "Fired when the `checked` property changes." | ||
} | ||
@@ -176,0 +184,0 @@ ] |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "23.2.0", | ||
"version": "23.2.1", | ||
"description-markup": "markdown", | ||
@@ -77,2 +77,16 @@ "framework": "lit", | ||
} | ||
}, | ||
{ | ||
"name": "@value-changed", | ||
"description": "Fired when the `value` property changes.", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": "@checked-changed", | ||
"description": "Fired when the `checked` property changes.", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
} | ||
@@ -79,0 +93,0 @@ ] |
44345
856
+ Added@vaadin/component-base@23.2.18(transitive)
+ Added@vaadin/field-base@23.2.18(transitive)
+ Added@vaadin/icon@23.2.18(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.2.18(transitive)
+ Added@vaadin/vaadin-material-styles@23.2.18(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.2.18(transitive)
- Removed@vaadin/component-base@23.5.11(transitive)
- Removed@vaadin/field-base@23.5.11(transitive)
- Removed@vaadin/icon@23.5.11(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.5.11(transitive)
- Removed@vaadin/vaadin-material-styles@23.5.11(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.5.11(transitive)
Updated@vaadin/field-base@~23.2.1