@vaadin/vaadin-date-picker 22.0.0-alpha9 → 22.0.0

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.
Files changed (2) hide show
  1. package/README.md +7 -53
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,58 +1,11 @@
1
- # <vaadin-date-picker>
1
+ # @vaadin/vaadin-date-picker
2
2
 
3
- [Live Demo ↗](https://vaadin.com/components/vaadin-date-picker/html-examples)
4
- |
5
- [API documentation ↗](https://vaadin.com/components/vaadin-date-picker/html-api)
3
+ > ⚠️  Starting from Vaadin 22, this package is deprecated.
4
+ > Please use [`@vaadin/date-picker`](https://www.npmjs.com/package/@vaadin/date-picker) instead.
6
5
 
7
- [<vaadin-date-picker>](https://vaadin.com/components/vaadin-date-picker) is a Web Component providing a date selection field which includes a scrollable month calendar view, part of the [Vaadin components](https://vaadin.com/components).
6
+ A web component that allows to enter a date by typing or by selecting from a calendar overlay.
8
7
 
9
- [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-date-picker)](https://www.npmjs.com/package/@vaadin/vaadin-date-picker)
10
- [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-date-picker)
11
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
12
-
13
- ```html
14
- <vaadin-date-picker label="Label" placeholder="Placeholder"></vaadin-date-picker>
15
- ```
16
-
17
- [<img src="https://raw.githubusercontent.com/vaadin/vaadin-date-picker/master/screenshot.png" width="439" alt="Screenshot of vaadin-date-picker">](https://vaadin.com/components/vaadin-date-picker)
18
-
19
- ## Installation
20
-
21
- Install `vaadin-date-picker`:
22
-
23
- ```sh
24
- npm i @vaadin/vaadin-date-picker --save
25
- ```
26
-
27
- Once installed, import it in your application:
28
-
29
- ```js
30
- import '@vaadin/vaadin-date-picker/vaadin-date-picker.js';
31
- ```
32
-
33
- ## Getting started
34
-
35
- Vaadin components use the Lumo theme by default.
36
-
37
- To use the Material theme, import the correspondent file from the `theme/material` folder.
38
-
39
- ## Entry points
40
-
41
- - The components with the Lumo theme:
42
-
43
- `theme/lumo/vaadin-date-picker.js`
44
- `theme/lumo/vaadin-date-picker-light.js`
45
-
46
- - The components with the Material theme:
47
-
48
- `theme/material/vaadin-date-picker.js`
49
- `theme/material/vaadin-date-picker-light.js`
50
-
51
- - Alias for `theme/lumo/vaadin-date-picker.js`
52
- `theme/lumo/vaadin-date-picker-light.js`:
53
-
54
- `vaadin-date-picker.js`
55
- `vaadin-date-picker-light.js`
8
+ [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/date-picker)
56
9
 
57
10
  ## Contributing
58
11
 
@@ -62,4 +15,5 @@ Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/
62
15
 
63
16
  Apache License 2.0
64
17
 
65
- Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
18
+ Vaadin collects usage statistics at development time to improve this product..
19
+ For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-date-picker",
3
- "version": "22.0.0-alpha9",
3
+ "version": "22.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,7 +31,7 @@
31
31
  "web-component"
32
32
  ],
33
33
  "dependencies": {
34
- "@vaadin/date-picker": "22.0.0-alpha9"
34
+ "@vaadin/date-picker": "^22.0.0"
35
35
  },
36
- "gitHead": "6e8c899dc65918f97e3c0acb2076122c4b2ef274"
36
+ "gitHead": "b668e9b1a975227fbe34beb70d1cd5b03dce2348"
37
37
  }