@vaadin/date-time-picker 24.4.0-dev.223e39f050 → 24.4.0-dev.4b20a0c55

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/README.md CHANGED
@@ -5,7 +5,6 @@ An input field web component for selecting both a date and a time.
5
5
  [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/date-time-picker)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/date-time-picker)](https://www.npmjs.com/package/@vaadin/date-time-picker)
8
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
9
8
 
10
9
  ```html
11
10
  <vaadin-date-time-picker></vaadin-date-time-picker>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/date-time-picker",
3
- "version": "24.4.0-dev.223e39f050",
3
+ "version": "24.4.0-dev.4b20a0c55",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,15 +36,15 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.4.0-dev.223e39f050",
40
- "@vaadin/component-base": "24.4.0-dev.223e39f050",
41
- "@vaadin/custom-field": "24.4.0-dev.223e39f050",
42
- "@vaadin/date-picker": "24.4.0-dev.223e39f050",
43
- "@vaadin/field-base": "24.4.0-dev.223e39f050",
44
- "@vaadin/time-picker": "24.4.0-dev.223e39f050",
45
- "@vaadin/vaadin-lumo-styles": "24.4.0-dev.223e39f050",
46
- "@vaadin/vaadin-material-styles": "24.4.0-dev.223e39f050",
47
- "@vaadin/vaadin-themable-mixin": "24.4.0-dev.223e39f050"
39
+ "@vaadin/a11y-base": "24.4.0-dev.4b20a0c55",
40
+ "@vaadin/component-base": "24.4.0-dev.4b20a0c55",
41
+ "@vaadin/custom-field": "24.4.0-dev.4b20a0c55",
42
+ "@vaadin/date-picker": "24.4.0-dev.4b20a0c55",
43
+ "@vaadin/field-base": "24.4.0-dev.4b20a0c55",
44
+ "@vaadin/time-picker": "24.4.0-dev.4b20a0c55",
45
+ "@vaadin/vaadin-lumo-styles": "24.4.0-dev.4b20a0c55",
46
+ "@vaadin/vaadin-material-styles": "24.4.0-dev.4b20a0c55",
47
+ "@vaadin/vaadin-themable-mixin": "24.4.0-dev.4b20a0c55"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@esm-bundle/chai": "^4.3.4",
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "5e2e3bfc811c95aed9354235fab93fdbf43eb354"
58
+ "gitHead": "b79c81e5f6fd24684b34ee0dc434e94d943ea13e"
59
59
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { DisabledMixin } from '@vaadin/a11y-base/src/disabled-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -298,6 +298,7 @@ class DateTimePicker extends FieldMixin(DisabledMixin(FocusMixin(ThemableMixin(E
298
298
  */
299
299
  showWeekNumbers: {
300
300
  type: Boolean,
301
+ value: false,
301
302
  },
302
303
 
303
304
  /**