@vaadin/password-field
Advanced tools
Comparing version 23.1.0-alpha3 to 23.1.0-alpha4
{ | ||
"name": "@vaadin/password-field", | ||
"version": "23.1.0-alpha3", | ||
"version": "23.1.0-alpha4", | ||
"publishConfig": { | ||
@@ -36,6 +36,6 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/button": "23.1.0-alpha3", | ||
"@vaadin/text-field": "23.1.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha3" | ||
"@vaadin/button": "23.1.0-alpha4", | ||
"@vaadin/text-field": "23.1.0-alpha4", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha4" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85" | ||
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71" | ||
} |
@@ -97,3 +97,3 @@ /** | ||
listener: (this: PasswordField, ev: PasswordFieldEventMap[K]) => void, | ||
options?: boolean | AddEventListenerOptions | ||
options?: boolean | AddEventListenerOptions, | ||
): void; | ||
@@ -104,3 +104,3 @@ | ||
listener: (this: PasswordField, ev: PasswordFieldEventMap[K]) => void, | ||
options?: boolean | EventListenerOptions | ||
options?: boolean | EventListenerOptions, | ||
): void; | ||
@@ -107,0 +107,0 @@ } |
@@ -84,3 +84,3 @@ /** | ||
observer: '_revealButtonHiddenChanged', | ||
value: false | ||
value: false, | ||
}, | ||
@@ -97,3 +97,3 @@ | ||
observer: '_passwordVisibleChanged', | ||
readOnly: true | ||
readOnly: true, | ||
}, | ||
@@ -116,6 +116,6 @@ | ||
return { | ||
reveal: 'Show password' | ||
reveal: 'Show password', | ||
}; | ||
} | ||
} | ||
}, | ||
}, | ||
}; | ||
@@ -136,3 +136,3 @@ } | ||
} | ||
` | ||
`, | ||
]; | ||
@@ -168,3 +168,3 @@ } | ||
btn.addEventListener('touchend', host.__boundRevealButtonTouchend); | ||
} | ||
}, | ||
); | ||
@@ -171,0 +171,0 @@ this.addController(this._revealButtonController); |
@@ -25,3 +25,3 @@ /** | ||
registerStyles('vaadin-password-field-button', [button, passwordFieldButton], { | ||
moduleId: 'lumo-password-field-button' | ||
moduleId: 'lumo-password-field-button', | ||
}); |
@@ -36,3 +36,3 @@ /** | ||
registerStyles('vaadin-password-field-button', [button, passwordFieldButton], { | ||
moduleId: 'material-password-field-button' | ||
moduleId: 'material-password-field-button', | ||
}); |
32077
+ Added@vaadin/button@23.1.0-alpha4(transitive)
+ Added@vaadin/component-base@23.1.0-alpha4(transitive)
+ Added@vaadin/field-base@23.1.0-alpha4(transitive)
+ Added@vaadin/icon@23.1.0-alpha4(transitive)
+ Added@vaadin/input-container@23.1.0-alpha4(transitive)
+ Added@vaadin/text-field@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-material-styles@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-alpha4(transitive)
- Removed@vaadin/button@23.1.0-alpha3(transitive)
- Removed@vaadin/component-base@23.1.0-alpha3(transitive)
- Removed@vaadin/field-base@23.1.0-alpha3(transitive)
- Removed@vaadin/icon@23.1.0-alpha3(transitive)
- Removed@vaadin/input-container@23.1.0-alpha3(transitive)
- Removed@vaadin/text-field@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-material-styles@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.1.0-alpha3(transitive)
Updated@vaadin/button@23.1.0-alpha4