@vaadin/password-field 23.0.0-alpha2 → 23.0.0-alpha3
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 +6 -6
- package/src/vaadin-password-field-button.js +1 -1
- package/src/vaadin-password-field.d.ts +1 -1
- package/src/vaadin-password-field.js +1 -2
- package/theme/lumo/vaadin-password-field-button-styles.js +1 -1
- package/theme/lumo/vaadin-password-field-styles.js +1 -1
- package/theme/lumo/vaadin-password-field.js +1 -1
- package/theme/material/vaadin-password-field-button-styles.js +1 -1
- package/theme/material/vaadin-password-field-styles.js +1 -1
- package/theme/material/vaadin-password-field.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/password-field",
|
|
3
|
-
"version": "23.0.0-
|
|
3
|
+
"version": "23.0.0-alpha3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@polymer/polymer": "^3.0.0",
|
|
35
|
-
"@vaadin/button": "23.0.0-
|
|
36
|
-
"@vaadin/text-field": "23.0.0-
|
|
37
|
-
"@vaadin/vaadin-lumo-styles": "23.0.0-
|
|
38
|
-
"@vaadin/vaadin-material-styles": "23.0.0-
|
|
35
|
+
"@vaadin/button": "23.0.0-alpha3",
|
|
36
|
+
"@vaadin/text-field": "23.0.0-alpha3",
|
|
37
|
+
"@vaadin/vaadin-lumo-styles": "23.0.0-alpha3",
|
|
38
|
+
"@vaadin/vaadin-material-styles": "23.0.0-alpha3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@esm-bundle/chai": "^4.3.4",
|
|
42
42
|
"@vaadin/testing-helpers": "^0.3.2",
|
|
43
43
|
"sinon": "^9.2.1"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "490037919a9e054cc002c1b3be0c94a1603e1a44"
|
|
46
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2021 Vaadin Ltd.
|
|
3
|
+
* Copyright (c) 2021 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { SlotStylesMixin } from '@vaadin/field-base/src/slot-styles-mixin.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2021 Vaadin Ltd.
|
|
3
|
+
* Copyright (c) 2021 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import './vaadin-password-field-button.js';
|
|
@@ -170,7 +170,6 @@ export class PasswordField extends SlotStylesMixin(TextField) {
|
|
|
170
170
|
|
|
171
171
|
if (this._revealNode) {
|
|
172
172
|
this.__updateAriaLabel(this.i18n);
|
|
173
|
-
this._revealNode.setAttribute('aria-label', 'Show password');
|
|
174
173
|
this._revealNode.addEventListener('click', this.__boundRevealButtonClick);
|
|
175
174
|
this._revealNode.addEventListener('touchend', this.__boundRevealButtonTouchend);
|
|
176
175
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2021 Vaadin Ltd.
|
|
3
|
+
* Copyright (c) 2021 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { button } from '@vaadin/button/theme/lumo/vaadin-button-styles.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2021 Vaadin Ltd.
|
|
3
|
+
* Copyright (c) 2021 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { button } from '@vaadin/button/theme/material/vaadin-button-styles.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2021 Vaadin Ltd.
|
|
3
|
+
* Copyright (c) 2021 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import '@vaadin/text-field/theme/material/vaadin-text-field.js';
|