@vaadin/date-picker 23.1.4 → 23.1.7

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": "23.1.4",
3
+ "version": "23.1.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,19 +34,19 @@
34
34
  "dependencies": {
35
35
  "@open-wc/dedupe-mixin": "^1.3.0",
36
36
  "@polymer/polymer": "^3.2.0",
37
- "@vaadin/button": "^23.1.4",
38
- "@vaadin/component-base": "^23.1.4",
39
- "@vaadin/field-base": "^23.1.4",
40
- "@vaadin/input-container": "^23.1.4",
41
- "@vaadin/vaadin-lumo-styles": "^23.1.4",
42
- "@vaadin/vaadin-material-styles": "^23.1.4",
43
- "@vaadin/vaadin-overlay": "^23.1.4",
44
- "@vaadin/vaadin-themable-mixin": "^23.1.4"
37
+ "@vaadin/button": "~23.1.7",
38
+ "@vaadin/component-base": "~23.1.7",
39
+ "@vaadin/field-base": "~23.1.7",
40
+ "@vaadin/input-container": "~23.1.7",
41
+ "@vaadin/vaadin-lumo-styles": "~23.1.7",
42
+ "@vaadin/vaadin-material-styles": "~23.1.7",
43
+ "@vaadin/vaadin-overlay": "~23.1.7",
44
+ "@vaadin/vaadin-themable-mixin": "~23.1.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
48
48
  "@vaadin/testing-helpers": "^0.3.2",
49
49
  "sinon": "^13.0.2"
50
50
  },
51
- "gitHead": "0a82302064f1276a000f0cbd810076539407d133"
51
+ "gitHead": "879a4e5e6a245809bafa0ef2b5cdb24aef72565d"
52
52
  }
@@ -72,7 +72,7 @@ class DatePickerLight extends ThemableMixin(DatePickerMixin(PolymerElement)) {
72
72
  fullscreen$="[[_fullscreen]]"
73
73
  opened="{{opened}}"
74
74
  on-vaadin-overlay-open="_onOverlayOpened"
75
- on-vaadin-overlay-close="_onOverlayClosed"
75
+ on-vaadin-overlay-closing="_onOverlayClosed"
76
76
  restore-focus-on-close
77
77
  restore-focus-node="[[inputElement]]"
78
78
  theme$="[[__getOverlayTheme(_theme, _overlayInitialized)]]"
@@ -161,7 +161,7 @@ class DatePicker extends DatePickerMixin(InputControlMixin(ThemableMixin(Element
161
161
  fullscreen$="[[_fullscreen]]"
162
162
  theme$="[[__getOverlayTheme(_theme, _overlayInitialized)]]"
163
163
  on-vaadin-overlay-open="_onOverlayOpened"
164
- on-vaadin-overlay-close="_onOverlayClosed"
164
+ on-vaadin-overlay-closing="_onOverlayClosed"
165
165
  restore-focus-on-close
166
166
  restore-focus-node="[[inputElement]]"
167
167
  disable-upgrade