@vaadin/text-field
Advanced tools
Comparing version 22.0.2 to 22.0.3
{ | ||
"name": "@vaadin/text-field", | ||
"version": "22.0.2", | ||
"version": "22.0.3", | ||
"publishConfig": { | ||
@@ -35,8 +35,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^22.0.2", | ||
"@vaadin/field-base": "^22.0.2", | ||
"@vaadin/input-container": "^22.0.2", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.2", | ||
"@vaadin/vaadin-material-styles": "^22.0.2", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.2" | ||
"@vaadin/component-base": "^22.0.3", | ||
"@vaadin/field-base": "^22.0.3", | ||
"@vaadin/input-container": "^22.0.3", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.3", | ||
"@vaadin/vaadin-material-styles": "^22.0.3", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.3" | ||
}, | ||
@@ -48,3 +48,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df21370c4a655a38eac11f79686021ab3b0887ad" | ||
"gitHead": "935ad1ea65a79b0f9ecb10d767689479b36c4e07" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -177,3 +177,3 @@ */ | ||
); | ||
this.addController(new LabelledInputController(this.inputElement, this._labelNode)); | ||
this.addController(new LabelledInputController(this.inputElement, this._labelController)); | ||
} | ||
@@ -180,0 +180,0 @@ } |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2021 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26323