@progress/kendo-angular-dateinputs 5.2.2-dev.202108200743 → 5.2.4-dev.202110060847
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 +9 -7
- package/dist/cdn/js/kendo-angular-dateinputs.js +1 -1
- package/dist/cdn/main.js +1 -1
- package/dist/es/calendar/calendar.component.js +4 -0
- package/dist/es/calendar/view-list.component.js +1 -4
- package/dist/es/datepicker/datepicker.component.js +5 -5
- package/dist/es/package-metadata.js +1 -1
- package/dist/es2015/calendar/calendar.component.d.ts +1 -0
- package/dist/es2015/calendar/calendar.component.js +4 -0
- package/dist/es2015/calendar/view-list.component.js +1 -4
- package/dist/es2015/datepicker/datepicker.component.d.ts +5 -5
- package/dist/es2015/datepicker/datepicker.component.js +5 -5
- package/dist/es2015/index.metadata.json +1 -1
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/fesm2015/index.js +10 -9
- package/dist/fesm5/index.js +10 -9
- package/dist/npm/calendar/calendar.component.js +4 -0
- package/dist/npm/calendar/view-list.component.js +0 -3
- package/dist/npm/datepicker/datepicker.component.js +5 -5
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-angular-dateinputs.js +1 -1
- package/package.json +16 -4
package/README.md
CHANGED
|
@@ -14,19 +14,21 @@
|
|
|
14
14
|
|
|
15
15
|
Kendo UI for Angular is a commercial UI library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
|
|
16
16
|
|
|
17
|
+
The Date Input Package is a collection of seven compopnents designed to add date selection functionality to your applications. Whether you need date input fields or calendar pickers, everything is inside.
|
|
18
|
+
|
|
17
19
|
## Resources
|
|
18
20
|
|
|
19
|
-
* [Get Started with Kendo UI for Angular (requires trial registration)](https://www.telerik.com/kendo-angular-ui/getting-started)
|
|
20
|
-
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
|
|
21
|
+
* [Get Started with Kendo UI for Angular (requires trial registration)](https://www.telerik.com/kendo-angular-ui/getting-started?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-dateinputs)
|
|
22
|
+
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-dateinputs)
|
|
21
23
|
* [Blogs](http://www.telerik.com/blogs/kendo-ui)
|
|
22
|
-
* [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
|
|
24
|
+
* [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-dateinputs)
|
|
23
25
|
|
|
24
26
|
## Questions and Feedback
|
|
25
27
|
|
|
26
|
-
* [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
|
|
27
|
-
* [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
|
|
28
|
-
* [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
|
29
|
-
* [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
|
28
|
+
* [Official Forums](https://www.telerik.com/forums/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-dateinputs)
|
|
29
|
+
* [GitHub Issues](https://github.com/telerik/kendo-angular/issues?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-dateinputs)
|
|
30
|
+
* [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-dateinputs)
|
|
31
|
+
* [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-dateinputs)
|
|
30
32
|
|
|
31
33
|
*Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
|
32
34
|
|