@vaadin/password-field 25.0.0-alpha18 → 25.0.0-alpha19
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/password-field",
|
|
3
|
-
"version": "25.0.0-
|
|
3
|
+
"version": "25.0.0-alpha19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
37
|
-
"@vaadin/a11y-base": "25.0.0-
|
|
38
|
-
"@vaadin/button": "25.0.0-
|
|
39
|
-
"@vaadin/component-base": "25.0.0-
|
|
40
|
-
"@vaadin/field-base": "25.0.0-
|
|
41
|
-
"@vaadin/text-field": "25.0.0-
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "25.0.0-
|
|
37
|
+
"@vaadin/a11y-base": "25.0.0-alpha19",
|
|
38
|
+
"@vaadin/button": "25.0.0-alpha19",
|
|
39
|
+
"@vaadin/component-base": "25.0.0-alpha19",
|
|
40
|
+
"@vaadin/field-base": "25.0.0-alpha19",
|
|
41
|
+
"@vaadin/text-field": "25.0.0-alpha19",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha19",
|
|
43
43
|
"lit": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@vaadin/chai-plugins": "25.0.0-
|
|
47
|
-
"@vaadin/test-runner-commands": "25.0.0-
|
|
46
|
+
"@vaadin/chai-plugins": "25.0.0-alpha19",
|
|
47
|
+
"@vaadin/test-runner-commands": "25.0.0-alpha19",
|
|
48
48
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
49
|
-
"@vaadin/vaadin-lumo-styles": "25.0.0-
|
|
49
|
+
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha19",
|
|
50
50
|
"sinon": "^21.0.0"
|
|
51
51
|
},
|
|
52
52
|
"web-types": [
|
|
53
53
|
"web-types.json",
|
|
54
54
|
"web-types.lit.json"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "1f9af1ce5f0bae8daff044176c8a8df697763881"
|
|
57
57
|
}
|
|
@@ -35,7 +35,7 @@ export declare class PasswordFieldMixinClass {
|
|
|
35
35
|
* An object with translated strings used for localization.
|
|
36
36
|
* It has the following structure and default values:
|
|
37
37
|
*
|
|
38
|
-
* ```
|
|
38
|
+
* ```js
|
|
39
39
|
* {
|
|
40
40
|
* // Translation of the reveal icon button accessible label
|
|
41
41
|
* reveal: 'Show password'
|
|
@@ -44,7 +44,7 @@ export const PasswordFieldMixin = (superClass) =>
|
|
|
44
44
|
* An object with translated strings used for localization.
|
|
45
45
|
* It has the following structure and default values:
|
|
46
46
|
*
|
|
47
|
-
* ```
|
|
47
|
+
* ```js
|
|
48
48
|
* {
|
|
49
49
|
* // Translation of the reveal icon button accessible label
|
|
50
50
|
* reveal: 'Show password'
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/password-field",
|
|
4
|
-
"version": "25.0.0-
|
|
4
|
+
"version": "25.0.0-alpha19",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
"name": "i18n",
|
|
579
|
-
"description": "An object with translated strings used for localization.\nIt has the following structure and default values:\n\n
|
|
579
|
+
"description": "An object with translated strings used for localization.\nIt has the following structure and default values:\n\n```js\n{\n // Translation of the reveal icon button accessible label\n reveal: 'Show password'\n}\n```",
|
|
580
580
|
"value": {
|
|
581
581
|
"type": [
|
|
582
582
|
"Object",
|
package/web-types.lit.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/password-field",
|
|
4
|
-
"version": "25.0.0-
|
|
4
|
+
"version": "25.0.0-alpha19",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"name": ".i18n",
|
|
199
|
-
"description": "An object with translated strings used for localization.\nIt has the following structure and default values:\n\n
|
|
199
|
+
"description": "An object with translated strings used for localization.\nIt has the following structure and default values:\n\n```js\n{\n // Translation of the reveal icon button accessible label\n reveal: 'Show password'\n}\n```",
|
|
200
200
|
"value": {
|
|
201
201
|
"kind": "expression"
|
|
202
202
|
}
|