@progress/kendo-react-dateinputs 10.0.0-develop.5 → 10.1.0-develop.1
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 +10 -12
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg" alt="KendoReact NPM Banner">
|
|
3
|
-
</a>
|
|
1
|
+
[](https://www.telerik.com/kendo-react-ui/components/free?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs&utm_content=banner)
|
|
4
2
|
|
|
5
3
|
# KendoReact Date Inputs Library for React
|
|
6
4
|
|
|
7
5
|
> **Important**
|
|
8
6
|
>
|
|
9
7
|
> - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs)—an enterprise-grade UI library with 120+ free and premium components.
|
|
10
|
-
> -
|
|
11
|
-
> - If you're looking for free React components, check out [Get Started with KendoReact Free
|
|
8
|
+
> - It contains both free and premium KendoReact components and tools. To use the premium components, you will need to [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs). You can use the free components without having to sign up or get a license key.
|
|
9
|
+
> - If you're looking for free React components, check out [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free).
|
|
12
10
|
> - If you have an active license, visit the [KendoReact My License page](https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) to learn how to configure your KendoReact licensing.
|
|
13
11
|
> - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs).
|
|
14
|
-
|
|
12
|
+
The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!
|
|
15
13
|
>
|
|
16
14
|
> [Start using KendoReact](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) and speed up your development process!
|
|
17
15
|
|
|
@@ -58,7 +56,7 @@ Among the many features which the KendoReact Date Inputs deliver are:
|
|
|
58
56
|
|
|
59
57
|
## React Calendar Component
|
|
60
58
|
|
|
61
|
-
> This is a **free React component**—no sign-up or license required
|
|
59
|
+
> This is a **free React component**—no sign-up or license required.
|
|
62
60
|
|
|
63
61
|
[The KendoReactReact Calendar component](https://www.telerik.com/kendo-react-ui/components/dateinputs/calendar/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs), part of KendoReact Free, is a form component representing a Gregorian calendar, allowing users to intuitively select a single date, or date ranges, with a few clicks. The Fast Navigation Bar of the React Calendar provides a shortcut to quickly navigate through years and months without having to leave the context of the main calendar interface of selecting a particular day of the month. The number of the week can be an easy way to discuss upcoming vacations or events.
|
|
64
62
|
|
|
@@ -72,7 +70,7 @@ import { Calendar } from '@progress/kendo-react-dateinputs';
|
|
|
72
70
|
|
|
73
71
|
## React DateInput Component
|
|
74
72
|
|
|
75
|
-
> This is a **free React component**—no sign-up or license required
|
|
73
|
+
> This is a **free React component**—no sign-up or license required.
|
|
76
74
|
|
|
77
75
|
[The KendoReact DateInput component](https://www.telerik.com/kendo-react-ui/components/dateinputs/dateinput/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) is a perfect input component for handling quick and efficient date values. The Spin Buttons of the React DateInput, enabled by a single property, quickly increases or decreases the currently selected portion of the date. The React DateInput supports adding floating labels as part of its input.
|
|
78
76
|
|
|
@@ -86,7 +84,7 @@ import { DateInput } from '@progress/kendo-react-dateinputs';
|
|
|
86
84
|
|
|
87
85
|
## React DatePicker Component
|
|
88
86
|
|
|
89
|
-
> This is a **free React component**—no sign-up or license required
|
|
87
|
+
> This is a **free React component**—no sign-up or license required.
|
|
90
88
|
|
|
91
89
|
[The KendoReact DatePicker component](https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) is part of KendoReact Free and offers a highly customizable interface for end users to enter and pick dates supporting different locales. The React DatePicker component supports an input element for manual insertion of a date, the component also features a popup calendar to select dates in a more intuitive and visually pleasing way.
|
|
92
90
|
|
|
@@ -114,7 +112,7 @@ import { DateRangePicker } from '@progress/kendo-react-dateinputs';
|
|
|
114
112
|
|
|
115
113
|
## React DateTimePicker Component
|
|
116
114
|
|
|
117
|
-
> This is a **free React component**—no sign-up or license required
|
|
115
|
+
> This is a **free React component**—no sign-up or license required.
|
|
118
116
|
|
|
119
117
|
[The KendoReact DateTimePicker component](https://www.telerik.com/kendo-react-ui/components/dateinputs/datetimepicker/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) is part of KendoReact and combines the ability to select both a date and a specific time of day through a highly-customizable component. The React DateTimePicker supports adding floating labels as part of its input. The KendoReact DateTimePicker can handle the full 24-hour clock and can select from any day in the past or the future, which may be too broad of a range for your application.
|
|
120
118
|
|
|
@@ -158,14 +156,14 @@ import { TimePicker } from '@progress/kendo-react-dateinputs';
|
|
|
158
156
|
|
|
159
157
|
For any issues you might encounter while working with the KendoReact Date Inputs, use any of the available support channels:
|
|
160
158
|
|
|
161
|
-
- Industry-leading technical support—KendoReact paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use [the dedicated KendoReact support system](https://www.telerik.com/account/support-
|
|
159
|
+
- Industry-leading technical support—KendoReact paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use [the dedicated KendoReact support system](https://www.telerik.com/account/support-center/contact-us/technical-support?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs).
|
|
162
160
|
- Product forums—The [KendoReact forums](https://www.telerik.com/forums/kendo-ui-react?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) are part of the free support you can get from the community and from the KendoReact team.
|
|
163
161
|
- Feedback portal—The [KendoReact feedback portal](https://feedback.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs) is where you can request and vote for new features to be added.
|
|
164
162
|
|
|
165
163
|
## Resources
|
|
166
164
|
|
|
167
165
|
- [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/components/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs)
|
|
168
|
-
- [Get Started with KendoReact Free
|
|
166
|
+
- [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free)
|
|
169
167
|
- [Getting Started with the KendoReact Date Inputs](https://www.telerik.com/kendo-react-ui/components/dateinputs/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs)
|
|
170
168
|
- [API Reference of the KendoReact Date Inputs](https://www.telerik.com/kendo-react-ui/components/dateinputs/api/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs)
|
|
171
169
|
- [KendoReact Roadmap](https://www.telerik.com/support/whats-new/kendo-react-ui/roadmap?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dateinputs)
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-dateinputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-dateinputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1741855459,version:"10.1.0-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "10.
|
|
13
|
+
publishDate: 1741855459,
|
|
14
|
+
version: "10.1.0-develop.1",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dateinputs",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.0-develop.1",
|
|
4
4
|
"description": "React DateInput is a perfect input component for handling quick and efficient date values. KendoReact Date Inputs package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-date-math": "^1.4.0",
|
|
29
|
-
"@progress/kendo-licensing": "^1.5.
|
|
29
|
+
"@progress/kendo-licensing": "^1.5.1",
|
|
30
30
|
"@progress/kendo-dateinputs-common": "^0.4.0",
|
|
31
|
-
"@progress/kendo-react-buttons": "10.
|
|
32
|
-
"@progress/kendo-react-common": "10.
|
|
33
|
-
"@progress/kendo-react-intl": "10.
|
|
34
|
-
"@progress/kendo-react-labels": "10.
|
|
35
|
-
"@progress/kendo-react-layout": "10.
|
|
36
|
-
"@progress/kendo-react-popup": "10.
|
|
31
|
+
"@progress/kendo-react-buttons": "10.1.0-develop.1",
|
|
32
|
+
"@progress/kendo-react-common": "10.1.0-develop.1",
|
|
33
|
+
"@progress/kendo-react-intl": "10.1.0-develop.1",
|
|
34
|
+
"@progress/kendo-react-labels": "10.1.0-develop.1",
|
|
35
|
+
"@progress/kendo-react-layout": "10.1.0-develop.1",
|
|
36
|
+
"@progress/kendo-react-popup": "10.1.0-develop.1",
|
|
37
37
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
38
38
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
39
39
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"package": {
|
|
66
66
|
"productName": "KendoReact",
|
|
67
67
|
"productCode": "KENDOUIREACT",
|
|
68
|
-
"publishDate":
|
|
68
|
+
"publishDate": 1741855459,
|
|
69
69
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
70
70
|
}
|
|
71
71
|
},
|