@vaadin/password-field 25.3.0-alpha6 → 25.3.0-dev.1fa5a51482
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/custom-elements.json +11 -0
- package/package.json +12 -12
- package/src/vaadin-password-field-button.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -991,6 +991,17 @@
|
|
|
991
991
|
"module": "src/vaadin-password-field-mixin.js"
|
|
992
992
|
}
|
|
993
993
|
},
|
|
994
|
+
{
|
|
995
|
+
"type": {
|
|
996
|
+
"text": "string"
|
|
997
|
+
},
|
|
998
|
+
"description": "The theme variants to apply to the component.",
|
|
999
|
+
"name": "theme",
|
|
1000
|
+
"inheritedFrom": {
|
|
1001
|
+
"name": "TextField",
|
|
1002
|
+
"package": "@vaadin/text-field/src/vaadin-text-field.js"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
994
1005
|
{
|
|
995
1006
|
"name": "title",
|
|
996
1007
|
"type": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/password-field",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
38
|
-
"@vaadin/a11y-base": "25.3.0-
|
|
39
|
-
"@vaadin/button": "25.3.0-
|
|
40
|
-
"@vaadin/component-base": "25.3.0-
|
|
41
|
-
"@vaadin/field-base": "25.3.0-
|
|
42
|
-
"@vaadin/text-field": "25.3.0-
|
|
43
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
38
|
+
"@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
|
|
39
|
+
"@vaadin/button": "25.3.0-dev.1fa5a51482",
|
|
40
|
+
"@vaadin/component-base": "25.3.0-dev.1fa5a51482",
|
|
41
|
+
"@vaadin/field-base": "25.3.0-dev.1fa5a51482",
|
|
42
|
+
"@vaadin/text-field": "25.3.0-dev.1fa5a51482",
|
|
43
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
|
|
44
44
|
"lit": "^3.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@vaadin/aura": "25.3.0-
|
|
48
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
49
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
47
|
+
"@vaadin/aura": "25.3.0-dev.1fa5a51482",
|
|
48
|
+
"@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
|
|
49
|
+
"@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
|
|
50
50
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
51
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
51
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
|
|
52
52
|
"sinon": "^22.0.0"
|
|
53
53
|
},
|
|
54
54
|
"customElements": "custom-elements.json",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"web-types.json",
|
|
57
57
|
"web-types.lit.json"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
|
|
60
60
|
}
|
|
@@ -15,6 +15,7 @@ import { passwordFieldButton } from './styles/vaadin-password-field-button-base-
|
|
|
15
15
|
/**
|
|
16
16
|
* An element used internally by `<vaadin-password-field>`. Not intended to be used separately.
|
|
17
17
|
*
|
|
18
|
+
* @attr {string} theme - The theme variants to apply to the component.
|
|
18
19
|
* @customElement vaadin-password-field-button
|
|
19
20
|
* @extends HTMLElement
|
|
20
21
|
* @private
|
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.3.0-
|
|
4
|
+
"version": "25.3.0-dev.1fa5a51482",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -231,9 +231,7 @@
|
|
|
231
231
|
"description": "The theme variants to apply to the component.",
|
|
232
232
|
"value": {
|
|
233
233
|
"type": [
|
|
234
|
-
"string"
|
|
235
|
-
"null",
|
|
236
|
-
"undefined"
|
|
234
|
+
"string"
|
|
237
235
|
]
|
|
238
236
|
}
|
|
239
237
|
},
|
package/web-types.lit.json
CHANGED