@vaadin/text-field 25.2.4 → 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.
@@ -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.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
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",
@@ -490,7 +490,7 @@
490
490
  "type": {
491
491
  "text": "boolean"
492
492
  },
493
- "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
493
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
494
494
  "fieldName": "clearButtonVisible",
495
495
  "inheritedFrom": {
496
496
  "name": "ClearButtonMixin",
@@ -863,7 +863,7 @@
863
863
  "type": {
864
864
  "text": "boolean"
865
865
  },
866
- "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
866
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
867
867
  "attribute": "clear-button-visible",
868
868
  "inheritedFrom": {
869
869
  "name": "ClearButtonMixin",
@@ -1266,7 +1266,7 @@
1266
1266
  "type": {
1267
1267
  "text": "boolean"
1268
1268
  },
1269
- "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
1269
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
1270
1270
  "fieldName": "clearButtonVisible",
1271
1271
  "inheritedFrom": {
1272
1272
  "name": "ClearButtonMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/text-field",
3
- "version": "25.2.4",
3
+ "version": "25.2.5",
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.2.4",
39
- "@vaadin/component-base": "~25.2.4",
40
- "@vaadin/field-base": "~25.2.4",
41
- "@vaadin/input-container": "~25.2.4",
42
- "@vaadin/vaadin-themable-mixin": "~25.2.4",
38
+ "@vaadin/a11y-base": "~25.2.5",
39
+ "@vaadin/component-base": "~25.2.5",
40
+ "@vaadin/field-base": "~25.2.5",
41
+ "@vaadin/input-container": "~25.2.5",
42
+ "@vaadin/vaadin-themable-mixin": "~25.2.5",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/aura": "~25.2.4",
47
- "@vaadin/chai-plugins": "~25.2.4",
48
- "@vaadin/test-runner-commands": "~25.2.4",
46
+ "@vaadin/aura": "~25.2.5",
47
+ "@vaadin/chai-plugins": "~25.2.5",
48
+ "@vaadin/test-runner-commands": "~25.2.5",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "~25.2.4",
50
+ "@vaadin/vaadin-lumo-styles": "~25.2.5",
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": "8671e6394dd539f76cd5e3ec885c7abf133ce3e7"
58
+ "gitHead": "bfaf51d71619f34c0b00b326e6426f1cd9f7b2f5"
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.2.4",
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.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
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"
@@ -314,7 +314,7 @@
314
314
  },
315
315
  {
316
316
  "name": "clearButtonVisible",
317
- "description": "Set to true to display the clear icon which clears the input.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
317
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
318
318
  "value": {
319
319
  "type": [
320
320
  "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/text-field",
4
- "version": "25.2.4",
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.\n\nIt is up to the component to choose where to place the clear icon:\nin the Shadow DOM or in the light DOM. In any way, a reference to\nthe clear icon element should be provided via the `clearElement` getter.",
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
  }