@vaadin/password-field 25.2.3 → 25.2.5
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 +2 -2
- package/package.json +12 -12
- package/web-types.json +3 -3
- package/web-types.lit.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"type": {
|
|
333
333
|
"text": "boolean"
|
|
334
334
|
},
|
|
335
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
335
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
336
336
|
"attribute": "clear-button-visible",
|
|
337
337
|
"inheritedFrom": {
|
|
338
338
|
"name": "ClearButtonMixin",
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
"type": {
|
|
779
779
|
"text": "boolean"
|
|
780
780
|
},
|
|
781
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
781
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
782
782
|
"fieldName": "clearButtonVisible",
|
|
783
783
|
"inheritedFrom": {
|
|
784
784
|
"name": "ClearButtonMixin",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/password-field",
|
|
3
|
-
"version": "25.2.
|
|
3
|
+
"version": "25.2.5",
|
|
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.2.
|
|
39
|
-
"@vaadin/button": "~25.2.
|
|
40
|
-
"@vaadin/component-base": "~25.2.
|
|
41
|
-
"@vaadin/field-base": "~25.2.
|
|
42
|
-
"@vaadin/text-field": "~25.2.
|
|
43
|
-
"@vaadin/vaadin-themable-mixin": "~25.2.
|
|
38
|
+
"@vaadin/a11y-base": "~25.2.5",
|
|
39
|
+
"@vaadin/button": "~25.2.5",
|
|
40
|
+
"@vaadin/component-base": "~25.2.5",
|
|
41
|
+
"@vaadin/field-base": "~25.2.5",
|
|
42
|
+
"@vaadin/text-field": "~25.2.5",
|
|
43
|
+
"@vaadin/vaadin-themable-mixin": "~25.2.5",
|
|
44
44
|
"lit": "^3.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@vaadin/aura": "~25.2.
|
|
48
|
-
"@vaadin/chai-plugins": "~25.2.
|
|
49
|
-
"@vaadin/test-runner-commands": "~25.2.
|
|
47
|
+
"@vaadin/aura": "~25.2.5",
|
|
48
|
+
"@vaadin/chai-plugins": "~25.2.5",
|
|
49
|
+
"@vaadin/test-runner-commands": "~25.2.5",
|
|
50
50
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
51
|
-
"@vaadin/vaadin-lumo-styles": "~25.2.
|
|
51
|
+
"@vaadin/vaadin-lumo-styles": "~25.2.5",
|
|
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": "bfaf51d71619f34c0b00b326e6426f1cd9f7b2f5"
|
|
60
60
|
}
|
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.2.
|
|
4
|
+
"version": "25.2.5",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "clear-button-visible",
|
|
87
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
87
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
88
88
|
"value": {
|
|
89
89
|
"type": [
|
|
90
90
|
"boolean"
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"name": "clearButtonVisible",
|
|
326
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
326
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
327
327
|
"value": {
|
|
328
328
|
"type": [
|
|
329
329
|
"boolean"
|
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.2.
|
|
4
|
+
"version": "25.2.5",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework": "lit",
|
|
7
7
|
"framework-config": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"name": "?clearButtonVisible",
|
|
80
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
80
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
81
81
|
"value": {
|
|
82
82
|
"kind": "expression"
|
|
83
83
|
}
|