@vaadin/integer-field 25.3.0-alpha3 → 25.3.0-alpha4

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.
@@ -169,7 +169,7 @@
169
169
  "type": {
170
170
  "text": "boolean"
171
171
  },
172
- "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.",
172
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
173
173
  "attribute": "clear-button-visible",
174
174
  "inheritedFrom": {
175
175
  "name": "ClearButtonMixin",
@@ -591,7 +591,7 @@
591
591
  "type": {
592
592
  "text": "boolean"
593
593
  },
594
- "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.",
594
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
595
595
  "fieldName": "clearButtonVisible",
596
596
  "inheritedFrom": {
597
597
  "name": "ClearButtonMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/integer-field",
3
- "version": "25.3.0-alpha3",
3
+ "version": "25.3.0-alpha4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,15 +34,15 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/component-base": "25.3.0-alpha3",
38
- "@vaadin/number-field": "25.3.0-alpha3"
37
+ "@vaadin/component-base": "25.3.0-alpha4",
38
+ "@vaadin/number-field": "25.3.0-alpha4"
39
39
  },
40
40
  "devDependencies": {
41
- "@vaadin/aura": "25.3.0-alpha3",
42
- "@vaadin/chai-plugins": "25.3.0-alpha3",
43
- "@vaadin/test-runner-commands": "25.3.0-alpha3",
41
+ "@vaadin/aura": "25.3.0-alpha4",
42
+ "@vaadin/chai-plugins": "25.3.0-alpha4",
43
+ "@vaadin/test-runner-commands": "25.3.0-alpha4",
44
44
  "@vaadin/testing-helpers": "^2.0.0",
45
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha3",
45
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha4",
46
46
  "sinon": "^22.0.0"
47
47
  },
48
48
  "customElements": "custom-elements.json",
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "ba0c4c55ea219eadd9aefe244f53e87803a066c8"
53
+ "gitHead": "ff0efcd52d3b8a081e8101d36cf7bef65ed71cb1"
54
54
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/integer-field",
4
- "version": "25.3.0-alpha3",
4
+ "version": "25.3.0-alpha4",
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"
@@ -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.\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.",
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"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/integer-field",
4
- "version": "25.3.0-alpha3",
4
+ "version": "25.3.0-alpha4",
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
  }