@vaadin/checkbox
Advanced tools
| { | ||
| "schemaVersion": "1.0.0", | ||
| "readme": "", | ||
| "modules": [ | ||
| { | ||
| "kind": "javascript-module", | ||
| "path": "vaadin-checkbox.js", | ||
| "declarations": [], | ||
| "exports": [ | ||
| { | ||
| "kind": "js", | ||
| "name": "*", | ||
| "declaration": { | ||
| "name": "*", | ||
| "module": "src/vaadin-checkbox.js" | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "kind": "javascript-module", | ||
| "path": "src/vaadin-checkbox-mixin.js", | ||
| "declarations": [ | ||
| { | ||
| "kind": "mixin", | ||
| "description": "A mixin providing common checkbox functionality.", | ||
| "name": "CheckboxMixin", | ||
| "members": [ | ||
| { | ||
| "kind": "field", | ||
| "name": "accessibleName", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used to label the component to screen reader users.", | ||
| "attribute": "accessible-name", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "accessibleNameRef", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Id of the element used as label of the component to screen reader users.", | ||
| "attribute": "accessible-name-ref", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "checked", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the element is checked.", | ||
| "attribute": "checked", | ||
| "inheritedFrom": { | ||
| "name": "CheckedMixin", | ||
| "package": "@vaadin/field-base/src/checked-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "method", | ||
| "name": "checkValidity", | ||
| "return": { | ||
| "type": { | ||
| "text": "boolean" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "errorMessage", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Error to show when the field is invalid.", | ||
| "attribute": "error-message", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "helperText", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used for the helper text.", | ||
| "attribute": "helper-text", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "indeterminate", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the checkbox is in the indeterminate state which means\nit is not possible to say whether it is checked or unchecked.\nThe state is reset once the user switches the checkbox by hand.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#Indeterminate_state_checkboxes", | ||
| "attribute": "indeterminate" | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "label", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.", | ||
| "attribute": "label", | ||
| "inheritedFrom": { | ||
| "name": "LabelMixin", | ||
| "package": "@vaadin/field-base/src/label-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "name", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "The name of the checkbox.", | ||
| "attribute": "name" | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "readonly", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "When true, the user cannot modify the value of the checkbox.\nThe difference between `disabled` and `readonly` is that the\nread-only checkbox remains focusable, is announced by screen\nreaders and its value can be submitted as part of the form.", | ||
| "attribute": "readonly" | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "tabindex", | ||
| "type": { | ||
| "text": "number" | ||
| }, | ||
| "default": "0" | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "value", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "default": "'on'" | ||
| } | ||
| ], | ||
| "attributes": [ | ||
| { | ||
| "name": "accessible-name", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used to label the component to screen reader users.", | ||
| "fieldName": "accessibleName", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "accessible-name-ref", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Id of the element used as label of the component to screen reader users.", | ||
| "fieldName": "accessibleNameRef", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "checked", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the element is checked.", | ||
| "fieldName": "checked", | ||
| "inheritedFrom": { | ||
| "name": "CheckedMixin", | ||
| "package": "@vaadin/field-base/src/checked-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "error-message", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Error to show when the field is invalid.", | ||
| "fieldName": "errorMessage", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "helper-text", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used for the helper text.", | ||
| "fieldName": "helperText", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "indeterminate", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the checkbox is in the indeterminate state which means\nit is not possible to say whether it is checked or unchecked.\nThe state is reset once the user switches the checkbox by hand.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#Indeterminate_state_checkboxes", | ||
| "fieldName": "indeterminate" | ||
| }, | ||
| { | ||
| "name": "label", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.", | ||
| "fieldName": "label", | ||
| "inheritedFrom": { | ||
| "name": "LabelMixin", | ||
| "package": "@vaadin/field-base/src/label-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "name", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "The name of the checkbox.", | ||
| "fieldName": "name" | ||
| }, | ||
| { | ||
| "name": "readonly", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "When true, the user cannot modify the value of the checkbox.\nThe difference between `disabled` and `readonly` is that the\nread-only checkbox remains focusable, is announced by screen\nreaders and its value can be submitted as part of the form.", | ||
| "fieldName": "readonly" | ||
| } | ||
| ], | ||
| "mixins": [ | ||
| { | ||
| "name": "SlotStylesMixin", | ||
| "package": "@vaadin/component-base/src/slot-styles-mixin.js" | ||
| }, | ||
| { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| }, | ||
| { | ||
| "name": "CheckedMixin", | ||
| "package": "@vaadin/field-base/src/checked-mixin.js" | ||
| }, | ||
| { | ||
| "name": "DelegateFocusMixin", | ||
| "package": "@vaadin/a11y-base/src/delegate-focus-mixin.js" | ||
| }, | ||
| { | ||
| "name": "ActiveMixin", | ||
| "package": "@vaadin/a11y-base/src/active-mixin.js" | ||
| } | ||
| ], | ||
| "parameters": [ | ||
| { | ||
| "name": "superclass" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "exports": [ | ||
| { | ||
| "kind": "js", | ||
| "name": "CheckboxMixin", | ||
| "declaration": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "kind": "javascript-module", | ||
| "path": "src/vaadin-checkbox.js", | ||
| "declarations": [ | ||
| { | ||
| "kind": "class", | ||
| "description": "`<vaadin-checkbox>` is an input field representing a binary choice.\n\n```html\n<vaadin-checkbox label=\"I accept the terms and conditions\"></vaadin-checkbox>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------|-------------\n`checkbox` | The element representing a stylable custom checkbox\n`label` | The slotted label element wrapper\n`helper-text` | The slotted helper text element wrapper\n`error-message` | The slotted error message element wrapper\n`required-indicator` | The `required` state indicator element\n\nThe following state attributes are available for styling:\n\nAttribute | Description\n---------------------|-------------\n`active` | Set when the checkbox is activated with mouse, touch or the keyboard.\n`checked` | Set when the checkbox is checked.\n`disabled` | Set when the checkbox is disabled.\n`readonly` | Set when the checkbox is readonly.\n`focus-ring` | Set when the checkbox is focused using the keyboard.\n`focused` | Set when the checkbox is focused.\n`indeterminate` | Set when the checkbox is in the indeterminate state.\n`invalid` | Set when the checkbox is invalid.\n`has-label` | Set when the checkbox has a label.\n`has-helper` | Set when the checkbox has helper text.\n`has-error-message` | Set when the checkbox has an error message.\n`has-tooltip` | Set when the checkbox has a slotted tooltip.\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property |\n:----------------------------------------|\n| `--vaadin-checkbox-background` |\n| `--vaadin-checkbox-border-color` |\n| `--vaadin-checkbox-border-radius` |\n| `--vaadin-checkbox-border-width` |\n| `--vaadin-checkbox-gap` |\n| `--vaadin-checkbox-label-color` |\n| `--vaadin-checkbox-label-font-size` |\n| `--vaadin-checkbox-label-font-weight` |\n| `--vaadin-checkbox-label-line-height` |\n| `--vaadin-checkbox-marker-color` |\n| `--vaadin-checkbox-marker-size` |\n| `--vaadin-checkbox-size` |\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.", | ||
| "name": "Checkbox", | ||
| "members": [ | ||
| { | ||
| "kind": "field", | ||
| "name": "accessibleName", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used to label the component to screen reader users.", | ||
| "attribute": "accessible-name", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "accessibleNameRef", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Id of the element used as label of the component to screen reader users.", | ||
| "attribute": "accessible-name-ref", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "checked", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the element is checked.", | ||
| "attribute": "checked", | ||
| "inheritedFrom": { | ||
| "name": "CheckedMixin", | ||
| "package": "@vaadin/field-base/src/checked-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "method", | ||
| "name": "checkValidity", | ||
| "return": { | ||
| "type": { | ||
| "text": "boolean" | ||
| } | ||
| }, | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "errorMessage", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Error to show when the field is invalid.", | ||
| "attribute": "error-message", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "helperText", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used for the helper text.", | ||
| "attribute": "helper-text", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "indeterminate", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the checkbox is in the indeterminate state which means\nit is not possible to say whether it is checked or unchecked.\nThe state is reset once the user switches the checkbox by hand.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#Indeterminate_state_checkboxes", | ||
| "attribute": "indeterminate", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "name", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "The name of the checkbox.", | ||
| "attribute": "name", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "readonly", | ||
| "privacy": "public", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "When true, the user cannot modify the value of the checkbox.\nThe difference between `disabled` and `readonly` is that the\nread-only checkbox remains focusable, is announced by screen\nreaders and its value can be submitted as part of the form.", | ||
| "attribute": "readonly", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "tabindex", | ||
| "type": { | ||
| "text": "number" | ||
| }, | ||
| "default": "0", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "kind": "field", | ||
| "name": "value", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "default": "'on'", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| } | ||
| ], | ||
| "events": [ | ||
| { | ||
| "type": { | ||
| "text": "Event" | ||
| }, | ||
| "description": "Fired when the checkbox is checked or unchecked by the user.", | ||
| "name": "change" | ||
| }, | ||
| { | ||
| "type": { | ||
| "text": "CustomEvent" | ||
| }, | ||
| "description": "Fired when the `checked` property changes.", | ||
| "name": "checked-changed" | ||
| }, | ||
| { | ||
| "type": { | ||
| "text": "CustomEvent" | ||
| }, | ||
| "description": "Fired when the `indeterminate` property changes.", | ||
| "name": "indeterminate-changed" | ||
| } | ||
| ], | ||
| "mixins": [ | ||
| { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| }, | ||
| { | ||
| "name": "ElementMixin", | ||
| "package": "@vaadin/component-base/src/element-mixin.js" | ||
| }, | ||
| { | ||
| "name": "ThemableMixin", | ||
| "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js" | ||
| }, | ||
| { | ||
| "name": "PolylitMixin", | ||
| "package": "@vaadin/component-base/src/polylit-mixin.js" | ||
| }, | ||
| { | ||
| "name": "LumoInjectionMixin", | ||
| "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js" | ||
| } | ||
| ], | ||
| "superclass": { | ||
| "name": "LitElement", | ||
| "package": "lit" | ||
| }, | ||
| "tagName": "vaadin-checkbox", | ||
| "customElement": true, | ||
| "attributes": [ | ||
| { | ||
| "name": "accessible-name", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used to label the component to screen reader users.", | ||
| "fieldName": "accessibleName", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "accessible-name-ref", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Id of the element used as label of the component to screen reader users.", | ||
| "fieldName": "accessibleNameRef", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "checked", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the element is checked.", | ||
| "fieldName": "checked", | ||
| "inheritedFrom": { | ||
| "name": "CheckedMixin", | ||
| "package": "@vaadin/field-base/src/checked-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "error-message", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "Error to show when the field is invalid.", | ||
| "fieldName": "errorMessage", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "helper-text", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "String used for the helper text.", | ||
| "fieldName": "helperText", | ||
| "inheritedFrom": { | ||
| "name": "FieldMixin", | ||
| "package": "@vaadin/field-base/src/field-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "indeterminate", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "True if the checkbox is in the indeterminate state which means\nit is not possible to say whether it is checked or unchecked.\nThe state is reset once the user switches the checkbox by hand.\n\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#Indeterminate_state_checkboxes", | ||
| "fieldName": "indeterminate", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "name", | ||
| "type": { | ||
| "text": "string" | ||
| }, | ||
| "description": "The name of the checkbox.", | ||
| "fieldName": "name", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| }, | ||
| { | ||
| "name": "readonly", | ||
| "type": { | ||
| "text": "boolean" | ||
| }, | ||
| "description": "When true, the user cannot modify the value of the checkbox.\nThe difference between `disabled` and `readonly` is that the\nread-only checkbox remains focusable, is announced by screen\nreaders and its value can be submitted as part of the form.", | ||
| "fieldName": "readonly", | ||
| "inheritedFrom": { | ||
| "name": "CheckboxMixin", | ||
| "module": "src/vaadin-checkbox-mixin.js" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "exports": [ | ||
| { | ||
| "kind": "js", | ||
| "name": "Checkbox", | ||
| "declaration": { | ||
| "name": "Checkbox", | ||
| "module": "src/vaadin-checkbox.js" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
+12
-10
| { | ||
| "name": "@vaadin/checkbox", | ||
| "version": "25.1.0-alpha6", | ||
| "version": "25.1.0-alpha7", | ||
| "publishConfig": { | ||
@@ -26,2 +26,3 @@ "access": "public" | ||
| "vaadin-*.js", | ||
| "custom-elements.json", | ||
| "web-types.json", | ||
@@ -38,16 +39,17 @@ "web-types.lit.json" | ||
| "@open-wc/dedupe-mixin": "^1.3.0", | ||
| "@vaadin/a11y-base": "25.1.0-alpha6", | ||
| "@vaadin/component-base": "25.1.0-alpha6", | ||
| "@vaadin/field-base": "25.1.0-alpha6", | ||
| "@vaadin/vaadin-themable-mixin": "25.1.0-alpha6", | ||
| "@vaadin/a11y-base": "25.1.0-alpha7", | ||
| "@vaadin/component-base": "25.1.0-alpha7", | ||
| "@vaadin/field-base": "25.1.0-alpha7", | ||
| "@vaadin/vaadin-themable-mixin": "25.1.0-alpha7", | ||
| "lit": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vaadin/aura": "25.1.0-alpha6", | ||
| "@vaadin/chai-plugins": "25.1.0-alpha6", | ||
| "@vaadin/test-runner-commands": "25.1.0-alpha6", | ||
| "@vaadin/aura": "25.1.0-alpha7", | ||
| "@vaadin/chai-plugins": "25.1.0-alpha7", | ||
| "@vaadin/test-runner-commands": "25.1.0-alpha7", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "@vaadin/vaadin-lumo-styles": "25.1.0-alpha6", | ||
| "@vaadin/vaadin-lumo-styles": "25.1.0-alpha7", | ||
| "sinon": "^21.0.0" | ||
| }, | ||
| "customElements": "custom-elements.json", | ||
| "web-types": [ | ||
@@ -57,3 +59,3 @@ "web-types.json", | ||
| ], | ||
| "gitHead": "da6f4194492cbd77d18c6c1cd8d4d9f072e9ce8d" | ||
| "gitHead": "98c586125f769c8fefd307536965293668fda81d" | ||
| } |
@@ -75,3 +75,3 @@ /** | ||
| * | ||
| * @customElement | ||
| * @customElement vaadin-checkbox | ||
| * @extends HTMLElement | ||
@@ -78,0 +78,0 @@ * @mixes CheckboxMixin |
+1
-1
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/checkbox", | ||
| "version": "25.1.0-alpha6", | ||
| "version": "25.1.0-alpha7", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
| { | ||
| "$schema": "https://json.schemastore.org/web-types", | ||
| "name": "@vaadin/checkbox", | ||
| "version": "25.1.0-alpha6", | ||
| "version": "25.1.0-alpha7", | ||
| "description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
82485
41.46%14
7.69%1776
56.34%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed