@vaadin/date-picker 22.0.3 → 22.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/date-picker",
3
- "version": "22.0.3",
3
+ "version": "22.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,21 +35,21 @@
35
35
  "@polymer/iron-a11y-announcer": "^3.0.0",
36
36
  "@polymer/iron-media-query": "^3.0.0",
37
37
  "@polymer/polymer": "^3.2.0",
38
- "@vaadin/button": "^22.0.3",
39
- "@vaadin/component-base": "^22.0.3",
40
- "@vaadin/field-base": "^22.0.3",
41
- "@vaadin/input-container": "^22.0.3",
42
- "@vaadin/vaadin-lumo-styles": "^22.0.3",
43
- "@vaadin/vaadin-material-styles": "^22.0.3",
44
- "@vaadin/vaadin-overlay": "^22.0.3",
45
- "@vaadin/vaadin-themable-mixin": "^22.0.3"
38
+ "@vaadin/button": "^22.0.4",
39
+ "@vaadin/component-base": "^22.0.4",
40
+ "@vaadin/field-base": "^22.0.4",
41
+ "@vaadin/input-container": "^22.0.4",
42
+ "@vaadin/vaadin-lumo-styles": "^22.0.4",
43
+ "@vaadin/vaadin-material-styles": "^22.0.4",
44
+ "@vaadin/vaadin-overlay": "^22.0.4",
45
+ "@vaadin/vaadin-themable-mixin": "^22.0.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@esm-bundle/chai": "^4.3.4",
49
- "@vaadin/dialog": "^22.0.3",
50
- "@vaadin/polymer-legacy-adapter": "^22.0.3",
49
+ "@vaadin/dialog": "^22.0.4",
50
+ "@vaadin/polymer-legacy-adapter": "^22.0.4",
51
51
  "@vaadin/testing-helpers": "^0.3.2",
52
52
  "sinon": "^9.2.0"
53
53
  },
54
- "gitHead": "935ad1ea65a79b0f9ecb10d767689479b36c4e07"
54
+ "gitHead": "55891f68d4da41e846e06dfe51dceba1665e41ce"
55
55
  }
@@ -577,6 +577,7 @@ export const DatePickerMixin = (subclass) =>
577
577
  _inputElementChanged(input) {
578
578
  super._inputElementChanged(input);
579
579
  if (input) {
580
+ input.autocomplete = 'off';
580
581
  input.setAttribute('role', 'combobox');
581
582
  input.setAttribute('aria-expanded', !!this.opened);
582
583
  this._applyInputValue(this._selectedDate);
@@ -206,6 +206,7 @@ class DatePickerOverlayContent extends ThemableMixin(DirMixin(GestureEventListen
206
206
  buffer-size="12"
207
207
  active="[[initialPosition]]"
208
208
  part="years"
209
+ aria-hidden="true"
209
210
  >
210
211
  <template>
211
212
  <div
@@ -146,8 +146,8 @@ class DatePicker extends DatePickerMixin(
146
146
  >
147
147
  <slot name="prefix" slot="prefix"></slot>
148
148
  <slot name="input"></slot>
149
- <div id="clearButton" part="clear-button" slot="suffix"></div>
150
- <div part="toggle-button" slot="suffix" on-tap="_toggle" role="button"></div>
149
+ <div id="clearButton" part="clear-button" slot="suffix" aria-hidden="true"></div>
150
+ <div part="toggle-button" slot="suffix" on-tap="_toggle" role="button" aria-hidden="true"></div>
151
151
  </vaadin-input-container>
152
152
 
153
153
  <div part="helper-text">