@vaadin/text-field
Advanced tools
Comparing version 22.0.0-alpha9 to 22.0.0-beta1
{ | ||
"name": "@vaadin/text-field", | ||
"version": "22.0.0-alpha9", | ||
"version": "22.0.0-beta1", | ||
"publishConfig": { | ||
@@ -35,8 +35,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "22.0.0-alpha9", | ||
"@vaadin/field-base": "22.0.0-alpha9", | ||
"@vaadin/input-container": "22.0.0-alpha9", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-alpha9", | ||
"@vaadin/vaadin-material-styles": "22.0.0-alpha9", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha9" | ||
"@vaadin/component-base": "22.0.0-beta1", | ||
"@vaadin/field-base": "22.0.0-beta1", | ||
"@vaadin/input-container": "22.0.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-beta1", | ||
"@vaadin/vaadin-material-styles": "22.0.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-beta1" | ||
}, | ||
@@ -48,3 +48,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6e8c899dc65918f97e3c0acb2076122c4b2ef274" | ||
"gitHead": "4cf8a9d0504994200c610e44b3676114fef49c1e" | ||
} |
@@ -60,7 +60,10 @@ /** | ||
* | ||
* Part name | Description | ||
* ----------------|---------------- | ||
* `label` | The label element | ||
* `input-field` | The element that wraps prefix, value and suffix | ||
* `error-message` | The error message element | ||
* Part name | Description | ||
* ---------------------|---------------- | ||
* `label` | The label element | ||
* `input-field` | The element that wraps prefix, value and suffix | ||
* `clear-button` | The clear button | ||
* `error-message` | The error message element | ||
* `helper-text` | The helper text element wrapper | ||
* `required-indicator` | The `required` state indicator element | ||
* | ||
@@ -67,0 +70,0 @@ * The following state attributes are available for styling: |
@@ -50,7 +50,10 @@ /** | ||
* | ||
* Part name | Description | ||
* ----------------|---------------- | ||
* `label` | The label element | ||
* `input-field` | The element that wraps prefix, value and suffix | ||
* `error-message` | The error message element | ||
* Part name | Description | ||
* ---------------------|---------------- | ||
* `label` | The label element | ||
* `input-field` | The element that wraps prefix, value and suffix | ||
* `clear-button` | The clear button | ||
* `error-message` | The error message element | ||
* `helper-text` | The helper text element wrapper | ||
* `required-indicator` | The `required` state indicator element | ||
* | ||
@@ -176,3 +179,3 @@ * The following state attributes are available for styling: | ||
); | ||
this.addController(new AriaLabelController(this.inputElement, this._labelNode)); | ||
this.addController(new AriaLabelController(this, this.inputElement, this._labelNode)); | ||
} | ||
@@ -179,0 +182,0 @@ } |
25888
315
+ Added@vaadin/component-base@22.0.0-beta1(transitive)
+ Added@vaadin/field-base@22.0.0-beta1(transitive)
+ Added@vaadin/icon@22.0.0-beta1(transitive)
+ Added@vaadin/input-container@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-lumo-styles@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-material-styles@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-themable-mixin@22.0.0-beta1(transitive)
- Removed@vaadin/component-base@22.0.0-alpha9(transitive)
- Removed@vaadin/field-base@22.0.0-alpha9(transitive)
- Removed@vaadin/icon@22.0.0-alpha9(transitive)
- Removed@vaadin/input-container@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-lumo-styles@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-material-styles@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-themable-mixin@22.0.0-alpha9(transitive)