@vaadin/text-field 25.3.0-alpha3 → 25.3.0-alpha5
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 +4 -4
- package/package.json +11 -11
- package/web-types.json +3 -3
- package/web-types.lit.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"type": {
|
|
169
169
|
"text": "boolean"
|
|
170
170
|
},
|
|
171
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
171
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
172
172
|
"attribute": "clear-button-visible",
|
|
173
173
|
"inheritedFrom": {
|
|
174
174
|
"name": "ClearButtonMixin",
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"type": {
|
|
501
501
|
"text": "boolean"
|
|
502
502
|
},
|
|
503
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
503
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
504
504
|
"fieldName": "clearButtonVisible",
|
|
505
505
|
"inheritedFrom": {
|
|
506
506
|
"name": "ClearButtonMixin",
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"type": {
|
|
882
882
|
"text": "boolean"
|
|
883
883
|
},
|
|
884
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
884
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
885
885
|
"attribute": "clear-button-visible",
|
|
886
886
|
"inheritedFrom": {
|
|
887
887
|
"name": "ClearButtonMixin",
|
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
"type": {
|
|
1299
1299
|
"text": "boolean"
|
|
1300
1300
|
},
|
|
1301
|
-
"description": "Set to true to display the clear icon which clears the input.\
|
|
1301
|
+
"description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
|
|
1302
1302
|
"fieldName": "clearButtonVisible",
|
|
1303
1303
|
"inheritedFrom": {
|
|
1304
1304
|
"name": "ClearButtonMixin",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/text-field",
|
|
3
|
-
"version": "25.3.0-
|
|
3
|
+
"version": "25.3.0-alpha5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
38
|
-
"@vaadin/a11y-base": "25.3.0-
|
|
39
|
-
"@vaadin/component-base": "25.3.0-
|
|
40
|
-
"@vaadin/field-base": "25.3.0-
|
|
41
|
-
"@vaadin/input-container": "25.3.0-
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
38
|
+
"@vaadin/a11y-base": "25.3.0-alpha5",
|
|
39
|
+
"@vaadin/component-base": "25.3.0-alpha5",
|
|
40
|
+
"@vaadin/field-base": "25.3.0-alpha5",
|
|
41
|
+
"@vaadin/input-container": "25.3.0-alpha5",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "25.3.0-alpha5",
|
|
43
43
|
"lit": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@vaadin/aura": "25.3.0-
|
|
47
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
48
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
46
|
+
"@vaadin/aura": "25.3.0-alpha5",
|
|
47
|
+
"@vaadin/chai-plugins": "25.3.0-alpha5",
|
|
48
|
+
"@vaadin/test-runner-commands": "25.3.0-alpha5",
|
|
49
49
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
50
|
-
"@vaadin/vaadin-lumo-styles": "25.3.0-
|
|
50
|
+
"@vaadin/vaadin-lumo-styles": "25.3.0-alpha5",
|
|
51
51
|
"sinon": "^22.0.0"
|
|
52
52
|
},
|
|
53
53
|
"customElements": "custom-elements.json",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"web-types.json",
|
|
56
56
|
"web-types.lit.json"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "0be2142cd8b95a562d58735033f947f7109103ab"
|
|
59
59
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@vaadin/text-field",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-alpha5",
|
|
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/text-field",
|
|
4
|
-
"version": "25.3.0-
|
|
4
|
+
"version": "25.3.0-alpha5",
|
|
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
|
}
|