@vaadin/date-picker 25.3.0-alpha2 → 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.
@@ -1800,7 +1800,7 @@
1800
1800
  "type": {
1801
1801
  "text": "boolean"
1802
1802
  },
1803
- "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.",
1803
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
1804
1804
  "attribute": "clear-button-visible",
1805
1805
  "inheritedFrom": {
1806
1806
  "name": "ClearButtonMixin",
@@ -2236,7 +2236,7 @@
2236
2236
  "type": {
2237
2237
  "text": "boolean"
2238
2238
  },
2239
- "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.",
2239
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
2240
2240
  "fieldName": "clearButtonVisible",
2241
2241
  "inheritedFrom": {
2242
2242
  "name": "ClearButtonMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/date-picker",
3
- "version": "25.3.0-alpha2",
3
+ "version": "25.3.0-alpha4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,21 +35,21 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha2",
39
- "@vaadin/button": "25.3.0-alpha2",
40
- "@vaadin/component-base": "25.3.0-alpha2",
41
- "@vaadin/field-base": "25.3.0-alpha2",
42
- "@vaadin/input-container": "25.3.0-alpha2",
43
- "@vaadin/overlay": "25.3.0-alpha2",
44
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha2",
38
+ "@vaadin/a11y-base": "25.3.0-alpha4",
39
+ "@vaadin/button": "25.3.0-alpha4",
40
+ "@vaadin/component-base": "25.3.0-alpha4",
41
+ "@vaadin/field-base": "25.3.0-alpha4",
42
+ "@vaadin/input-container": "25.3.0-alpha4",
43
+ "@vaadin/overlay": "25.3.0-alpha4",
44
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha4",
45
45
  "lit": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@vaadin/aura": "25.3.0-alpha2",
49
- "@vaadin/chai-plugins": "25.3.0-alpha2",
50
- "@vaadin/test-runner-commands": "25.3.0-alpha2",
48
+ "@vaadin/aura": "25.3.0-alpha4",
49
+ "@vaadin/chai-plugins": "25.3.0-alpha4",
50
+ "@vaadin/test-runner-commands": "25.3.0-alpha4",
51
51
  "@vaadin/testing-helpers": "^2.0.0",
52
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha2",
52
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha4",
53
53
  "sinon": "^22.0.0"
54
54
  },
55
55
  "customElements": "custom-elements.json",
@@ -57,5 +57,5 @@
57
57
  "web-types.json",
58
58
  "web-types.lit.json"
59
59
  ],
60
- "gitHead": "52eba6153ecf8bfaae44bcb727595e77d90b963c"
60
+ "gitHead": "ff0efcd52d3b8a081e8101d36cf7bef65ed71cb1"
61
61
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/date-picker",
4
- "version": "25.3.0-alpha2",
4
+ "version": "25.3.0-alpha4",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -66,7 +66,7 @@
66
66
  },
67
67
  {
68
68
  "name": "clear-button-visible",
69
- "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.",
69
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
70
70
  "value": {
71
71
  "type": [
72
72
  "boolean"
@@ -296,7 +296,7 @@
296
296
  },
297
297
  {
298
298
  "name": "clearButtonVisible",
299
- "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.",
299
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
300
300
  "value": {
301
301
  "type": [
302
302
  "boolean"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/date-picker",
4
- "version": "25.3.0-alpha2",
4
+ "version": "25.3.0-alpha4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -63,7 +63,7 @@
63
63
  },
64
64
  {
65
65
  "name": "?clearButtonVisible",
66
- "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.",
66
+ "description": "Set to true to display the clear icon which clears the input.\nThis also enables clearing the input when pressing Esc key.",
67
67
  "value": {
68
68
  "kind": "expression"
69
69
  }