@vaadin/checkbox-group 24.9.0-alpha2 → 24.9.0-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/checkbox-group",
3
- "version": "24.9.0-alpha2",
3
+ "version": "24.9.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,18 +37,18 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/a11y-base": "24.9.0-alpha2",
41
- "@vaadin/checkbox": "24.9.0-alpha2",
42
- "@vaadin/component-base": "24.9.0-alpha2",
43
- "@vaadin/field-base": "24.9.0-alpha2",
44
- "@vaadin/vaadin-lumo-styles": "24.9.0-alpha2",
45
- "@vaadin/vaadin-material-styles": "24.9.0-alpha2",
46
- "@vaadin/vaadin-themable-mixin": "24.9.0-alpha2",
40
+ "@vaadin/a11y-base": "24.9.0-beta1",
41
+ "@vaadin/checkbox": "24.9.0-beta1",
42
+ "@vaadin/component-base": "24.9.0-beta1",
43
+ "@vaadin/field-base": "24.9.0-beta1",
44
+ "@vaadin/vaadin-lumo-styles": "24.9.0-beta1",
45
+ "@vaadin/vaadin-material-styles": "24.9.0-beta1",
46
+ "@vaadin/vaadin-themable-mixin": "24.9.0-beta1",
47
47
  "lit": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@vaadin/chai-plugins": "24.9.0-alpha2",
51
- "@vaadin/test-runner-commands": "24.9.0-alpha2",
50
+ "@vaadin/chai-plugins": "24.9.0-beta1",
51
+ "@vaadin/test-runner-commands": "24.9.0-beta1",
52
52
  "@vaadin/testing-helpers": "^1.1.0",
53
53
  "sinon": "^18.0.0"
54
54
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "dd99dece1b54942ab0e421892b089e506822c5f5"
59
+ "gitHead": "5f6e6e33217fef06e5d5cc52baa4d760969ef1e4"
60
60
  }
@@ -58,16 +58,17 @@ export interface CheckboxGroupEventMap extends HTMLElementEventMap, CheckboxGrou
58
58
  *
59
59
  * The following state attributes are available for styling:
60
60
  *
61
- * Attribute | Description | Part name
62
- * --------------------|-------------------------------------------|------------
63
- * `disabled` | Set when the element is disabled | :host
64
- * `readonly` | Set when the element is readonly | :host
65
- * `invalid` | Set when the element is invalid | :host
66
- * `focused` | Set when the element is focused | :host
67
- * `has-label` | Set when the element has a label | :host
68
- * `has-value` | Set when the element has a value | :host
69
- * `has-helper` | Set when the element has helper text | :host
70
- * `has-error-message` | Set when the element has an error message | :host
61
+ * Attribute | Description
62
+ * --------------------|---------------------------------
63
+ * `disabled` | Set when the element is disabled
64
+ * `readonly` | Set when the element is readonly
65
+ * `invalid` | Set when the element is invalid
66
+ * `focused` | Set when the element is focused
67
+ * `has-label` | Set when the element has a label
68
+ * `has-value` | Set when the element has a value
69
+ * `has-helper` | Set when the element has helper text
70
+ * `has-error-message` | Set when the element has an error message
71
+ * `has-tooltip` | Set when the element has a slotted tooltip
71
72
  *
72
73
  * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
73
74
  *
@@ -39,16 +39,17 @@ registerStyles('vaadin-checkbox-group', checkboxGroupStyles, { moduleId: 'vaadin
39
39
  *
40
40
  * The following state attributes are available for styling:
41
41
  *
42
- * Attribute | Description | Part name
43
- * --------------------|-------------------------------------------|------------
44
- * `disabled` | Set when the element is disabled | :host
45
- * `readonly` | Set when the element is readonly | :host
46
- * `invalid` | Set when the element is invalid | :host
47
- * `focused` | Set when the element is focused | :host
48
- * `has-label` | Set when the element has a label | :host
49
- * `has-value` | Set when the element has a value | :host
50
- * `has-helper` | Set when the element has helper text | :host
51
- * `has-error-message` | Set when the element has an error message | :host
42
+ * Attribute | Description
43
+ * --------------------|---------------------------------
44
+ * `disabled` | Set when the element is disabled
45
+ * `readonly` | Set when the element is readonly
46
+ * `invalid` | Set when the element is invalid
47
+ * `focused` | Set when the element is focused
48
+ * `has-label` | Set when the element has a label
49
+ * `has-value` | Set when the element has a value
50
+ * `has-helper` | Set when the element has helper text
51
+ * `has-error-message` | Set when the element has an error message
52
+ * `has-tooltip` | Set when the element has a slotted tooltip
52
53
  *
53
54
  * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
54
55
  *
package/web-types.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox-group",
4
- "version": "24.9.0-alpha2",
4
+ "version": "24.9.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
9
  {
10
10
  "name": "vaadin-checkbox-group",
11
- "description": "`<vaadin-checkbox-group>` is a web component that allows the user to choose several items from a group of binary choices.\n\n```html\n<vaadin-checkbox-group label=\"Export data\">\n <vaadin-checkbox value=\"0\" label=\"Order ID\"></vaadin-checkbox>\n <vaadin-checkbox value=\"1\" label=\"Product name\"></vaadin-checkbox>\n <vaadin-checkbox value=\"2\" label=\"Customer\"></vaadin-checkbox>\n <vaadin-checkbox value=\"3\" label=\"Status\"></vaadin-checkbox>\n</vaadin-checkbox-group>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------|----------------\n`label` | The slotted label element wrapper\n`group-field` | The checkbox elements 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 | Part name\n--------------------|-------------------------------------------|------------\n`disabled` | Set when the element is disabled | :host\n`readonly` | Set when the element is readonly | :host\n`invalid` | Set when the element is invalid | :host\n`focused` | Set when the element is focused | :host\n`has-label` | Set when the element has a label | :host\n`has-value` | Set when the element has a value | :host\n`has-helper` | Set when the element has helper text | :host\n`has-error-message` | Set when the element has an error message | :host\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
11
+ "description": "`<vaadin-checkbox-group>` is a web component that allows the user to choose several items from a group of binary choices.\n\n```html\n<vaadin-checkbox-group label=\"Export data\">\n <vaadin-checkbox value=\"0\" label=\"Order ID\"></vaadin-checkbox>\n <vaadin-checkbox value=\"1\" label=\"Product name\"></vaadin-checkbox>\n <vaadin-checkbox value=\"2\" label=\"Customer\"></vaadin-checkbox>\n <vaadin-checkbox value=\"3\" label=\"Status\"></vaadin-checkbox>\n</vaadin-checkbox-group>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------|----------------\n`label` | The slotted label element wrapper\n`group-field` | The checkbox elements 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`disabled` | Set when the element is disabled\n`readonly` | Set when the element is readonly\n`invalid` | Set when the element is invalid\n`focused` | Set when the element is focused\n`has-label` | Set when the element has a label\n`has-value` | Set when the element has a value\n`has-helper` | Set when the element has helper text\n`has-error-message` | Set when the element has an error message\n`has-tooltip` | Set when the element has a slotted tooltip\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
12
12
  "attributes": [
13
13
  {
14
14
  "name": "disabled",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox-group",
4
- "version": "24.9.0-alpha2",
4
+ "version": "24.9.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -16,7 +16,7 @@
16
16
  "elements": [
17
17
  {
18
18
  "name": "vaadin-checkbox-group",
19
- "description": "`<vaadin-checkbox-group>` is a web component that allows the user to choose several items from a group of binary choices.\n\n```html\n<vaadin-checkbox-group label=\"Export data\">\n <vaadin-checkbox value=\"0\" label=\"Order ID\"></vaadin-checkbox>\n <vaadin-checkbox value=\"1\" label=\"Product name\"></vaadin-checkbox>\n <vaadin-checkbox value=\"2\" label=\"Customer\"></vaadin-checkbox>\n <vaadin-checkbox value=\"3\" label=\"Status\"></vaadin-checkbox>\n</vaadin-checkbox-group>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------|----------------\n`label` | The slotted label element wrapper\n`group-field` | The checkbox elements 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 | Part name\n--------------------|-------------------------------------------|------------\n`disabled` | Set when the element is disabled | :host\n`readonly` | Set when the element is readonly | :host\n`invalid` | Set when the element is invalid | :host\n`focused` | Set when the element is focused | :host\n`has-label` | Set when the element has a label | :host\n`has-value` | Set when the element has a value | :host\n`has-helper` | Set when the element has helper text | :host\n`has-error-message` | Set when the element has an error message | :host\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
19
+ "description": "`<vaadin-checkbox-group>` is a web component that allows the user to choose several items from a group of binary choices.\n\n```html\n<vaadin-checkbox-group label=\"Export data\">\n <vaadin-checkbox value=\"0\" label=\"Order ID\"></vaadin-checkbox>\n <vaadin-checkbox value=\"1\" label=\"Product name\"></vaadin-checkbox>\n <vaadin-checkbox value=\"2\" label=\"Customer\"></vaadin-checkbox>\n <vaadin-checkbox value=\"3\" label=\"Status\"></vaadin-checkbox>\n</vaadin-checkbox-group>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n---------------------|----------------\n`label` | The slotted label element wrapper\n`group-field` | The checkbox elements 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`disabled` | Set when the element is disabled\n`readonly` | Set when the element is readonly\n`invalid` | Set when the element is invalid\n`focused` | Set when the element is focused\n`has-label` | Set when the element has a label\n`has-value` | Set when the element has a value\n`has-helper` | Set when the element has helper text\n`has-error-message` | Set when the element has an error message\n`has-tooltip` | Set when the element has a slotted tooltip\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
20
20
  "extension": true,
21
21
  "attributes": [
22
22
  {